*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(/wp-content/themes/evolution/boxsizing.htc);
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #000;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #C40400;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #C20000;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: Lato, "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: 700;
  line-height: 1.1;
  color: #000;
}
h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small,
.h1 small,
.h1 .small,
.h2 small,
.h2 .small,
.h3 small,
.h3 .small,
.h4 small,
.h4 .small,
.h5 small,
.h5 .small,
.h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small {
  font-size: 65%;
}
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #C40400;
}
.text-primary:hover {
  color: #910300;
}
.text-warning {
  color: #8a6d3b;
}
.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
.text-danger:hover {
  color: #843534;
}
.text-success {
  color: #3c763d;
}
.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
.text-info:hover {
  color: #245269;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.list-inline > li:first-child {
  padding-left: 0;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.428571429;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    display: table;
  }
  .dl-horizontal dd:after {
    clear: both;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    display: table;
  }
  .dl-horizontal dd:after {
    clear: both;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}
blockquote p {
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote small,
blockquote .small {
  display: block;
  line-height: 1.428571429;
  color: #999999;
}
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small,
blockquote.pull-right .small {
  text-align: right;
}
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.666666666667%;
}
.col-xs-10 {
  width: 83.333333333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.666666666667%;
}
.col-xs-7 {
  width: 58.333333333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.666666666667%;
}
.col-xs-4 {
  width: 33.333333333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.666666666667%;
}
.col-xs-1 {
  width: 8.3333333333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.666666666667%;
}
.col-xs-pull-10 {
  right: 83.333333333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.666666666667%;
}
.col-xs-pull-7 {
  right: 58.333333333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.666666666667%;
}
.col-xs-pull-4 {
  right: 33.333333333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.666666666667%;
}
.col-xs-pull-1 {
  right: 8.3333333333333%;
}
.col-xs-pull-0 {
  right: 0%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.666666666667%;
}
.col-xs-push-10 {
  left: 83.333333333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.666666666667%;
}
.col-xs-push-7 {
  left: 58.333333333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.666666666667%;
}
.col-xs-push-4 {
  left: 33.333333333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.666666666667%;
}
.col-xs-push-1 {
  left: 8.3333333333333%;
}
.col-xs-push-0 {
  left: 0%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.666666666667%;
}
.col-xs-offset-10 {
  margin-left: 83.333333333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.666666666667%;
}
.col-xs-offset-7 {
  margin-left: 58.333333333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.666666666667%;
}
.col-xs-offset-4 {
  margin-left: 33.333333333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.666666666667%;
}
.col-xs-offset-1 {
  margin-left: 8.3333333333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.666666666667%;
  }
  .col-sm-10 {
    width: 83.333333333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.666666666667%;
  }
  .col-sm-7 {
    width: 58.333333333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.666666666667%;
  }
  .col-sm-4 {
    width: 33.333333333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.666666666667%;
  }
  .col-sm-1 {
    width: 8.3333333333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.666666666667%;
  }
  .col-sm-pull-10 {
    right: 83.333333333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.666666666667%;
  }
  .col-sm-pull-7 {
    right: 58.333333333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.666666666667%;
  }
  .col-sm-pull-4 {
    right: 33.333333333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.666666666667%;
  }
  .col-sm-pull-1 {
    right: 8.3333333333333%;
  }
  .col-sm-pull-0 {
    right: 0%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.666666666667%;
  }
  .col-sm-push-10 {
    left: 83.333333333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.666666666667%;
  }
  .col-sm-push-7 {
    left: 58.333333333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.666666666667%;
  }
  .col-sm-push-4 {
    left: 33.333333333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.666666666667%;
  }
  .col-sm-push-1 {
    left: 8.3333333333333%;
  }
  .col-sm-push-0 {
    left: 0%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.666666666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.333333333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.666666666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333333333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.666666666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.333333333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.666666666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.666666666667%;
  }
  .col-md-10 {
    width: 83.333333333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.666666666667%;
  }
  .col-md-7 {
    width: 58.333333333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.666666666667%;
  }
  .col-md-4 {
    width: 33.333333333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.666666666667%;
  }
  .col-md-1 {
    width: 8.3333333333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.666666666667%;
  }
  .col-md-pull-10 {
    right: 83.333333333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.666666666667%;
  }
  .col-md-pull-7 {
    right: 58.333333333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.666666666667%;
  }
  .col-md-pull-4 {
    right: 33.333333333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.666666666667%;
  }
  .col-md-pull-1 {
    right: 8.3333333333333%;
  }
  .col-md-pull-0 {
    right: 0%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.666666666667%;
  }
  .col-md-push-10 {
    left: 83.333333333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.666666666667%;
  }
  .col-md-push-7 {
    left: 58.333333333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.666666666667%;
  }
  .col-md-push-4 {
    left: 33.333333333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.666666666667%;
  }
  .col-md-push-1 {
    left: 8.3333333333333%;
  }
  .col-md-push-0 {
    left: 0%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.666666666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.333333333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.666666666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.333333333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.666666666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.333333333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.666666666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.666666666667%;
  }
  .col-lg-10 {
    width: 83.333333333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.666666666667%;
  }
  .col-lg-7 {
    width: 58.333333333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.666666666667%;
  }
  .col-lg-4 {
    width: 33.333333333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.666666666667%;
  }
  .col-lg-1 {
    width: 8.3333333333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.666666666667%;
  }
  .col-lg-pull-10 {
    right: 83.333333333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.666666666667%;
  }
  .col-lg-pull-7 {
    right: 58.333333333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.666666666667%;
  }
  .col-lg-pull-4 {
    right: 33.333333333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.666666666667%;
  }
  .col-lg-pull-1 {
    right: 8.3333333333333%;
  }
  .col-lg-pull-0 {
    right: 0%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.666666666667%;
  }
  .col-lg-push-10 {
    left: 83.333333333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.666666666667%;
  }
  .col-lg-push-7 {
    left: 58.333333333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.666666666667%;
  }
  .col-lg-push-4 {
    left: 33.333333333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.666666666667%;
  }
  .col-lg-push-1 {
    left: 8.3333333333333%;
  }
  .col-lg-push-0 {
    left: 0%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.666666666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.333333333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.666666666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333333333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.666666666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.333333333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.666666666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  float: none;
  display: table-cell;
}
.table > thead > tr > .active,
.table > thead > .active > td,
.table > thead > .active > th,
.table > tbody > tr > .active,
.table > tbody > .active > td,
.table > tbody > .active > th,
.table > tfoot > tr > .active,
.table > tfoot > .active > td,
.table > tfoot > .active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > .active:hover,
.table-hover > tbody > .active:hover > td,
.table-hover > tbody > .active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > .success,
.table > thead > .success > td,
.table > thead > .success > th,
.table > tbody > tr > .success,
.table > tbody > .success > td,
.table > tbody > .success > th,
.table > tfoot > tr > .success,
.table > tfoot > .success > td,
.table > tfoot > .success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > .success:hover,
.table-hover > tbody > .success:hover > td,
.table-hover > tbody > .success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > .danger,
.table > thead > .danger > td,
.table > thead > .danger > th,
.table > tbody > tr > .danger,
.table > tbody > .danger > td,
.table > tbody > .danger > th,
.table > tfoot > tr > .danger,
.table > tfoot > .danger > td,
.table > tfoot > .danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > .danger:hover,
.table-hover > tbody > .danger:hover > td,
.table-hover > tbody > .danger:hover > th {
  background-color: #ebcccc;
}
.table > thead > tr > .warning,
.table > thead > .warning > td,
.table > thead > .warning > th,
.table > tbody > tr > .warning,
.table > tbody > .warning > td,
.table > tbody > .warning > th,
.table > tfoot > tr > .warning,
.table > tfoot > .warning > td,
.table > tfoot > .warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > .warning:hover,
.table-hover > tbody > .warning:hover > td,
.table-hover > tbody > .warning:hover > th {
  background-color: #faf2cc;
}
@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
select[multiple],
select[size] {
  height: auto;
}
select optgroup {
  font-size: inherit;
  font-style: inherit;
  font-family: inherit;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #463c3c;
  vertical-align: middle;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #463c3c;
  vertical-align: middle;
  background-color: ;
  background-image: none;
  border: 1px solid ;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #C20000;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(194,0,0,0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(194,0,0,0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(194,0,0,0.6);
}
.form-control:-moz-placeholder {
  color: #463c3c;
}
.form-control::-moz-placeholder {
  color: #463c3c;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #463c3c;
}
.form-control::-webkit-input-placeholder {
  color: #463c3c;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  vertical-align: middle;
}
.radio label,
.checkbox label {
  display: inline;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
fieldset[disabled] input[type="checkbox"],
.radio[disabled],
fieldset[disabled] .radio,
.radio-inline[disabled],
fieldset[disabled] .radio-inline,
.checkbox[disabled],
fieldset[disabled] .checkbox,
.checkbox-inline[disabled],
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm {
  height: auto;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg {
  height: auto;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #c0a16b;
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #ce8483;
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #67b168;
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.form-control-static {
  margin-bottom: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #404040;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
  }
  .form-inline select.form-control {
    width: auto;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.btn:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: ;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
  box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: .65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-box-shadow: none;
}
.btn-default {
  color: ;
  background-color: #C40400;
  border-color: #C40400;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: ;
  background-color: #9b0300;
  border-color: #870300;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled:active,
.btn-default.disabled.active,
.btn-default[disabled],
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled]:active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default.active {
  background-color: #C40400;
  border-color: #C40400;
}
.btn-default .badge {
  color: #C40400;
  background-color: #fff;
}
.btn-primary {
  color: ;
  background-color: #ccc;
  border-color: #ccc;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: ;
  background-color: #b8b8b8;
  border-color: #adadad;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled:active,
.btn-primary.disabled.active,
.btn-primary[disabled],
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active {
  background-color: #ccc;
  border-color: #ccc;
}
.btn-primary .badge {
  color: #ccc;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled:active,
.btn-warning.disabled.active,
.btn-warning[disabled],
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled:active,
.btn-danger.disabled.active,
.btn-danger[disabled],
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #47a447;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled:active,
.btn-success.disabled.active,
.btn-success[disabled],
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled]:active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #39b3d7;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled:active,
.btn-info.disabled.active,
.btn-info[disabled],
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled]:active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-link {
  color: #C40400;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #C20000;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: rgba(255,255,255,0.7);
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "|\00a0";
  padding: 0 5px;
  color: ;
}
.breadcrumb > .active {
  color: #999999;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.428571429;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  background-color: #eeeeee;
}
.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #C40400;
  border-color: #C40400;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager:before,
.pager:after {
  content: " ";
  display: table;
}
.pager:after {
  clear: both;
}
.pager:before,
.pager:after {
  content: " ";
  display: table;
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  background-color: #fff;
  cursor: not-allowed;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before,
.nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.nav:before,
.nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #999999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #C40400;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #C40400;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.label[href]:hover,
.label[href]:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #999999;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}
.label-primary {
  background-color: #C40400;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #910300;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #999999;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #C40400;
  background-color: #fff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #C40400;
  border-color: #C40400;
}
a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
  color: #ff9391;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
  box-shadow: 0 1px 1px rgba(0,0,0,0.05);
  -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
}
.panel-body {
  padding: 15px;
}
.panel-body:before,
.panel-body:after {
  content: " ";
  display: table;
}
.panel-body:after {
  clear: both;
}
.panel-body:before,
.panel-body:after {
  content: " ";
  display: table;
}
.panel-body:after {
  clear: both;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
}
.panel > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel > .list-group .list-group-item:last-child {
  border-bottom: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child th,
.panel > .table > tbody:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:last-child > th,
.panel > .table-bordered > thead > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:last-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
  overflow: hidden;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #C40400;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #C40400;
  border-color: #C40400;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #C40400;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #C40400;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ebccd1;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0,0,0,0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0,-25%);
  -ms-transform: translate(0,-25%);
  transform: translate(0,-25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0,0);
  -ms-transform: translate(0,0);
  transform: translate(0,0);
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
  z-index: 1050;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0,0,0,0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0,0,0,0.5);
  box-shadow: 0 3px 9px rgba(0,0,0,0.5);
  -moz-box-shadow: 0 3px 9px rgba(0,0,0,0.5);
  background-clip: padding-box;
  outline: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: .5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.428571429px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.428571429;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.5);
    box-shadow: 0 5px 15px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 5px 15px rgba(0,0,0,0.5);
  }
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
tr.visible-xs,
th.visible-xs,
td.visible-xs {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-xs.visible-sm {
    display: block !important;
  }
  table.visible-xs.visible-sm {
    display: table;
  }
  tr.visible-xs.visible-sm {
    display: table-row !important;
  }
  th.visible-xs.visible-sm,
  td.visible-xs.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-xs.visible-md {
    display: block !important;
  }
  table.visible-xs.visible-md {
    display: table;
  }
  tr.visible-xs.visible-md {
    display: table-row !important;
  }
  th.visible-xs.visible-md,
  td.visible-xs.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-xs.visible-lg {
    display: block !important;
  }
  table.visible-xs.visible-lg {
    display: table;
  }
  tr.visible-xs.visible-lg {
    display: table-row !important;
  }
  th.visible-xs.visible-lg,
  td.visible-xs.visible-lg {
    display: table-cell !important;
  }
}
.visible-sm,
tr.visible-sm,
th.visible-sm,
td.visible-sm {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-sm.visible-xs {
    display: block !important;
  }
  table.visible-sm.visible-xs {
    display: table;
  }
  tr.visible-sm.visible-xs {
    display: table-row !important;
  }
  th.visible-sm.visible-xs,
  td.visible-sm.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-sm.visible-md {
    display: block !important;
  }
  table.visible-sm.visible-md {
    display: table;
  }
  tr.visible-sm.visible-md {
    display: table-row !important;
  }
  th.visible-sm.visible-md,
  td.visible-sm.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-sm.visible-lg {
    display: block !important;
  }
  table.visible-sm.visible-lg {
    display: table;
  }
  tr.visible-sm.visible-lg {
    display: table-row !important;
  }
  th.visible-sm.visible-lg,
  td.visible-sm.visible-lg {
    display: table-cell !important;
  }
}
.visible-md,
tr.visible-md,
th.visible-md,
td.visible-md {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-md.visible-xs {
    display: block !important;
  }
  table.visible-md.visible-xs {
    display: table;
  }
  tr.visible-md.visible-xs {
    display: table-row !important;
  }
  th.visible-md.visible-xs,
  td.visible-md.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-md.visible-sm {
    display: block !important;
  }
  table.visible-md.visible-sm {
    display: table;
  }
  tr.visible-md.visible-sm {
    display: table-row !important;
  }
  th.visible-md.visible-sm,
  td.visible-md.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-md.visible-lg {
    display: block !important;
  }
  table.visible-md.visible-lg {
    display: table;
  }
  tr.visible-md.visible-lg {
    display: table-row !important;
  }
  th.visible-md.visible-lg,
  td.visible-md.visible-lg {
    display: table-cell !important;
  }
}
.visible-lg,
tr.visible-lg,
th.visible-lg,
td.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-lg.visible-xs {
    display: block !important;
  }
  table.visible-lg.visible-xs {
    display: table;
  }
  tr.visible-lg.visible-xs {
    display: table-row !important;
  }
  th.visible-lg.visible-xs,
  td.visible-lg.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-lg.visible-sm {
    display: block !important;
  }
  table.visible-lg.visible-sm {
    display: table;
  }
  tr.visible-lg.visible-sm {
    display: table-row !important;
  }
  th.visible-lg.visible-sm,
  td.visible-lg.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-lg.visible-md {
    display: block !important;
  }
  table.visible-lg.visible-md {
    display: table;
  }
  tr.visible-lg.visible-md {
    display: table-row !important;
  }
  th.visible-lg.visible-md,
  td.visible-lg.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
.hidden-xs {
  display: block !important;
}
table.hidden-xs {
  display: table;
}
tr.hidden-xs {
  display: table-row !important;
}
th.hidden-xs,
td.hidden-xs {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-xs,
  tr.hidden-xs,
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-xs.hidden-sm,
  tr.hidden-xs.hidden-sm,
  th.hidden-xs.hidden-sm,
  td.hidden-xs.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-xs.hidden-md,
  tr.hidden-xs.hidden-md,
  th.hidden-xs.hidden-md,
  td.hidden-xs.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-xs.hidden-lg,
  tr.hidden-xs.hidden-lg,
  th.hidden-xs.hidden-lg,
  td.hidden-xs.hidden-lg {
    display: none !important;
  }
}
.hidden-sm {
  display: block !important;
}
table.hidden-sm {
  display: table;
}
tr.hidden-sm {
  display: table-row !important;
}
th.hidden-sm,
td.hidden-sm {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-sm.hidden-xs,
  tr.hidden-sm.hidden-xs,
  th.hidden-sm.hidden-xs,
  td.hidden-sm.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm,
  tr.hidden-sm,
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-sm.hidden-md,
  tr.hidden-sm.hidden-md,
  th.hidden-sm.hidden-md,
  td.hidden-sm.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-sm.hidden-lg,
  tr.hidden-sm.hidden-lg,
  th.hidden-sm.hidden-lg,
  td.hidden-sm.hidden-lg {
    display: none !important;
  }
}
.hidden-md {
  display: block !important;
}
table.hidden-md {
  display: table;
}
tr.hidden-md {
  display: table-row !important;
}
th.hidden-md,
td.hidden-md {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-md.hidden-xs,
  tr.hidden-md.hidden-xs,
  th.hidden-md.hidden-xs,
  td.hidden-md.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md.hidden-sm,
  tr.hidden-md.hidden-sm,
  th.hidden-md.hidden-sm,
  td.hidden-md.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md,
  tr.hidden-md,
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-md.hidden-lg,
  tr.hidden-md.hidden-lg,
  th.hidden-md.hidden-lg,
  td.hidden-md.hidden-lg {
    display: none !important;
  }
}
.hidden-lg {
  display: block !important;
}
table.hidden-lg {
  display: table;
}
tr.hidden-lg {
  display: table-row !important;
}
th.hidden-lg,
td.hidden-lg {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-lg.hidden-xs,
  tr.hidden-lg.hidden-xs,
  th.hidden-lg.hidden-xs,
  td.hidden-lg.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-lg.hidden-sm,
  tr.hidden-lg.hidden-sm,
  th.hidden-lg.hidden-sm,
  td.hidden-lg.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg.hidden-md,
  tr.hidden-lg.hidden-md,
  th.hidden-lg.hidden-md,
  td.hidden-lg.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg,
  tr.hidden-lg,
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}
.visible-print,
tr.visible-print,
th.visible-print,
td.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
  .hidden-print,
  tr.hidden-print,
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}
.image-crop {
  background: #fff;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 0 !important;
}
.image-crop > div {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.image-crop > div > div {
  transform: translate(50%,50%);
  -ms-transform: translate(50%,50%);
  -webkit-transform: translate(50%,50%);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.image-crop > div > div > div {
  transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
}
.image-crop > div > div > div img {
  min-width: 100% !important;
  max-width: 100%;
  height: auto;
  width: auto !important;
}
p.demo_store {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
p.demo_store h4 {
  margin-top: 0;
  color: inherit;
}
p.demo_store .alert-link {
  font-weight: bold;
}
p.demo_store > p,
p.demo_store > ul {
  margin-bottom: 0;
}
p.demo_store > p + p {
  margin-top: 5px;
}
p.demo_store hr {
  border-top-color: #f7e1b5;
}
p.demo_store .alert-link {
  color: #66512c;
}
.alert ul,
ul.alert {
  list-style: none;
}
.alert ul li,
ul.alert li {
  display: inline;
}
.woocommerce .button,
.woocommerce input[type="submit"] {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 16px;
  color: white;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-box-shadow: none;
  text-shadow: none;
  background: black;
  text-transform: none;
  padding: 10px 12px;
  color: ;
  background-color: #C40400;
  border-color: #C40400;
}
.woocommerce .button:focus,
.woocommerce input[type="submit"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.woocommerce .button:hover,
.woocommerce .button:focus,
.woocommerce input[type="submit"]:hover,
.woocommerce input[type="submit"]:focus {
  color: ;
  text-decoration: none;
}
.woocommerce .button:active,
.woocommerce .button.active,
.woocommerce input[type="submit"]:active,
.woocommerce input[type="submit"].active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
  box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
}
.woocommerce .button.disabled,
.woocommerce .button[disabled],
fieldset[disabled] .woocommerce .button,
.woocommerce input[type="submit"].disabled,
.woocommerce input[type="submit"][disabled],
fieldset[disabled] .woocommerce input[type="submit"] {
  cursor: not-allowed;
  pointer-events: none;
  opacity: .65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-box-shadow: none;
}
.woocommerce .button:hover,
.woocommerce .button:focus,
.woocommerce .button:active,
.woocommerce input[type="submit"]:hover,
.woocommerce input[type="submit"]:focus,
.woocommerce input[type="submit"]:active {
  outline: 0;
  color: white;
  background: #9E0101;
}
.woocommerce .button:hover,
.woocommerce .button:focus,
.woocommerce .button:active,
.woocommerce .button.active,
.open .dropdown-toggle.woocommerce .button,
.woocommerce input[type="submit"]:hover,
.woocommerce input[type="submit"]:focus,
.woocommerce input[type="submit"]:active,
.woocommerce input[type="submit"].active,
.open .dropdown-toggle.woocommerce input[type="submit"] {
  color: ;
  background-color: #9b0300;
  border-color: #870300;
}
.woocommerce .button:active,
.woocommerce .button.active,
.open .dropdown-toggle.woocommerce .button,
.woocommerce input[type="submit"]:active,
.woocommerce input[type="submit"].active,
.open .dropdown-toggle.woocommerce input[type="submit"] {
  background-image: none;
}
.woocommerce .button.disabled,
.woocommerce .button.disabled:hover,
.woocommerce .button.disabled:focus,
.woocommerce .button.disabled:active,
.woocommerce .button.disabled.active,
.woocommerce .button[disabled],
.woocommerce .button[disabled]:hover,
.woocommerce .button[disabled]:focus,
.woocommerce .button[disabled]:active,
.woocommerce .button[disabled].active,
fieldset[disabled] .woocommerce .button,
fieldset[disabled] .woocommerce .button:hover,
fieldset[disabled] .woocommerce .button:focus,
fieldset[disabled] .woocommerce .button:active,
fieldset[disabled] .woocommerce .button.active,
.woocommerce input[type="submit"].disabled,
.woocommerce input[type="submit"].disabled:hover,
.woocommerce input[type="submit"].disabled:focus,
.woocommerce input[type="submit"].disabled:active,
.woocommerce input[type="submit"].disabled.active,
.woocommerce input[type="submit"][disabled],
.woocommerce input[type="submit"][disabled]:hover,
.woocommerce input[type="submit"][disabled]:focus,
.woocommerce input[type="submit"][disabled]:active,
.woocommerce input[type="submit"][disabled].active,
fieldset[disabled] .woocommerce input[type="submit"],
fieldset[disabled] .woocommerce input[type="submit"]:hover,
fieldset[disabled] .woocommerce input[type="submit"]:focus,
fieldset[disabled] .woocommerce input[type="submit"]:active,
fieldset[disabled] .woocommerce input[type="submit"].active {
  background-color: #C40400;
  border-color: #C40400;
}
.woocommerce .button .badge,
.woocommerce input[type="submit"] .badge {
  color: #C40400;
  background-color: #fff;
}
.woocommerce .button:hover,
.woocommerce .button:focus,
.woocommerce .button:active,
.woocommerce input[type="submit"]:hover,
.woocommerce input[type="submit"]:focus,
.woocommerce input[type="submit"]:active {
  background: #C40400;
}
.woocommerce img {
  max-width: 100%;
}
.woocommerce .woocommerce-breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: rgba(255,255,255,0.7);
  border-radius: 4px;
}
.woocommerce .woocommerce-breadcrumb > li {
  display: inline-block;
}
.woocommerce .woocommerce-breadcrumb > li + li:before {
  content: "|\00a0";
  padding: 0 5px;
  color: ;
}
.woocommerce .woocommerce-breadcrumb > .active {
  color: #999999;
}
.woocommerce a.add_to_cart_button,
.woocommerce button.single_add_to_cart_button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 16px;
  color: white;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-box-shadow: none;
  text-shadow: none;
  background: black;
  text-transform: none;
  padding: 10px 12px;
  color: ;
  background-color: #ccc;
  border-color: #ccc;
  background: #C40400;
}
.woocommerce a.add_to_cart_button:focus,
.woocommerce button.single_add_to_cart_button:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.woocommerce a.add_to_cart_button:hover,
.woocommerce a.add_to_cart_button:focus,
.woocommerce button.single_add_to_cart_button:hover,
.woocommerce button.single_add_to_cart_button:focus {
  color: ;
  text-decoration: none;
}
.woocommerce a.add_to_cart_button:active,
.woocommerce a.add_to_cart_button.active,
.woocommerce button.single_add_to_cart_button:active,
.woocommerce button.single_add_to_cart_button.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
  box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
}
.woocommerce a.add_to_cart_button.disabled,
.woocommerce a.add_to_cart_button[disabled],
fieldset[disabled] .woocommerce a.add_to_cart_button,
.woocommerce button.single_add_to_cart_button.disabled,
.woocommerce button.single_add_to_cart_button[disabled],
fieldset[disabled] .woocommerce button.single_add_to_cart_button {
  cursor: not-allowed;
  pointer-events: none;
  opacity: .65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-box-shadow: none;
}
.woocommerce a.add_to_cart_button:hover,
.woocommerce a.add_to_cart_button:focus,
.woocommerce a.add_to_cart_button:active,
.woocommerce button.single_add_to_cart_button:hover,
.woocommerce button.single_add_to_cart_button:focus,
.woocommerce button.single_add_to_cart_button:active {
  outline: 0;
  color: white;
  background: #9E0101;
}
.woocommerce a.add_to_cart_button:hover,
.woocommerce a.add_to_cart_button:focus,
.woocommerce a.add_to_cart_button:active,
.woocommerce a.add_to_cart_button.active,
.open .dropdown-toggle.woocommerce a.add_to_cart_button,
.woocommerce button.single_add_to_cart_button:hover,
.woocommerce button.single_add_to_cart_button:focus,
.woocommerce button.single_add_to_cart_button:active,
.woocommerce button.single_add_to_cart_button.active,
.open .dropdown-toggle.woocommerce button.single_add_to_cart_button {
  color: ;
  background-color: #b8b8b8;
  border-color: #adadad;
}
.woocommerce a.add_to_cart_button:active,
.woocommerce a.add_to_cart_button.active,
.open .dropdown-toggle.woocommerce a.add_to_cart_button,
.woocommerce button.single_add_to_cart_button:active,
.woocommerce button.single_add_to_cart_button.active,
.open .dropdown-toggle.woocommerce button.single_add_to_cart_button {
  background-image: none;
}
.woocommerce a.add_to_cart_button.disabled,
.woocommerce a.add_to_cart_button.disabled:hover,
.woocommerce a.add_to_cart_button.disabled:focus,
.woocommerce a.add_to_cart_button.disabled:active,
.woocommerce a.add_to_cart_button.disabled.active,
.woocommerce a.add_to_cart_button[disabled],
.woocommerce a.add_to_cart_button[disabled]:hover,
.woocommerce a.add_to_cart_button[disabled]:focus,
.woocommerce a.add_to_cart_button[disabled]:active,
.woocommerce a.add_to_cart_button[disabled].active,
fieldset[disabled] .woocommerce a.add_to_cart_button,
fieldset[disabled] .woocommerce a.add_to_cart_button:hover,
fieldset[disabled] .woocommerce a.add_to_cart_button:focus,
fieldset[disabled] .woocommerce a.add_to_cart_button:active,
fieldset[disabled] .woocommerce a.add_to_cart_button.active,
.woocommerce button.single_add_to_cart_button.disabled,
.woocommerce button.single_add_to_cart_button.disabled:hover,
.woocommerce button.single_add_to_cart_button.disabled:focus,
.woocommerce button.single_add_to_cart_button.disabled:active,
.woocommerce button.single_add_to_cart_button.disabled.active,
.woocommerce button.single_add_to_cart_button[disabled],
.woocommerce button.single_add_to_cart_button[disabled]:hover,
.woocommerce button.single_add_to_cart_button[disabled]:focus,
.woocommerce button.single_add_to_cart_button[disabled]:active,
.woocommerce button.single_add_to_cart_button[disabled].active,
fieldset[disabled] .woocommerce button.single_add_to_cart_button,
fieldset[disabled] .woocommerce button.single_add_to_cart_button:hover,
fieldset[disabled] .woocommerce button.single_add_to_cart_button:focus,
fieldset[disabled] .woocommerce button.single_add_to_cart_button:active,
fieldset[disabled] .woocommerce button.single_add_to_cart_button.active {
  background-color: #ccc;
  border-color: #ccc;
}
.woocommerce a.add_to_cart_button .badge,
.woocommerce button.single_add_to_cart_button .badge {
  color: #ccc;
  background-color: #fff;
}
.woocommerce a.add_to_cart_button:hover,
.woocommerce a.add_to_cart_button:focus,
.woocommerce a.add_to_cart_button:active,
.woocommerce button.single_add_to_cart_button:hover,
.woocommerce button.single_add_to_cart_button:focus,
.woocommerce button.single_add_to_cart_button:active {
  background: black;
}
.woocommerce .woocommerce-result-count {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}
.woocommerce .woocommerce-result-count p {
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}
.woocommerce .woocommerce-result-count p:last-child {
  margin-bottom: 0;
}
.woocommerce .woocommerce-result-count small,
.woocommerce .woocommerce-result-count .small {
  display: block;
  line-height: 1.428571429;
  color: #999999;
}
.woocommerce .woocommerce-result-count small:before,
.woocommerce .woocommerce-result-count .small:before {
  content: '\2014 \00A0';
}
.woocommerce .woocommerce-result-count.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
.woocommerce .woocommerce-result-count.pull-right p,
.woocommerce .woocommerce-result-count.pull-right small,
.woocommerce .woocommerce-result-count.pull-right .small {
  text-align: right;
}
.woocommerce .woocommerce-result-count.pull-right small:before,
.woocommerce .woocommerce-result-count.pull-right .small:before {
  content: '';
}
.woocommerce .woocommerce-result-count.pull-right small:after,
.woocommerce .woocommerce-result-count.pull-right .small:after {
  content: '\00A0 \2014';
}
.woocommerce .onsale {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
  background-color: #5bc0de;
  position: absolute;
  top: 30px;
  right: 30px;
  letter-spacing: .1em;
  font-style: oblique;
}
.woocommerce .onsale[href]:hover,
.woocommerce .onsale[href]:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.woocommerce .onsale:empty {
  display: none;
}
.btn .woocommerce .onsale {
  position: relative;
  top: -1px;
}
.woocommerce .onsale[href]:hover,
.woocommerce .onsale[href]:focus {
  background-color: #31b0d5;
}
.woocommerce .price {
  font-family: Lato, "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: 700;
  line-height: 1.1;
  color: #000;
  font-size: 18px;
  text-rendering: optimizelegibility;
  font-weight: 400;
  color: #222222;
  height: 2em;
  overflow: hidden;
  display: block;
}
.woocommerce .price small,
.woocommerce .price .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
.woocommerce .price a {
  text-decoration: none;
}
.woocommerce .price del,
.woocommerce .price ins {
  display: block;
}
.woocommerce .price del {
  opacity: .7;
  font-size: 85%;
}
.woocommerce .price ins {
  text-decoration: none;
}
.woocommerce table {
  width: 100%;
  margin-bottom: 20px;
}
.woocommerce table > thead > tr > th,
.woocommerce table > thead > tr > td,
.woocommerce table > tbody > tr > th,
.woocommerce table > tbody > tr > td,
.woocommerce table > tfoot > tr > th,
.woocommerce table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.woocommerce table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.woocommerce table > caption + thead > tr:first-child > th,
.woocommerce table > caption + thead > tr:first-child > td,
.woocommerce table > colgroup + thead > tr:first-child > th,
.woocommerce table > colgroup + thead > tr:first-child > td,
.woocommerce table > thead:first-child > tr:first-child > th,
.woocommerce table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.woocommerce table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.woocommerce table .table {
  background-color: #fff;
}
.comment-form-rating .stars a {
  font-size: 0;
  opacity: .5;
  text-decoration: none;
}
.comment-form-rating .stars a:before {
  font-size: 12px !important;
}
.comment-form-rating .stars a.active,
.comment-form-rating .stars a:hover {
  opacity: 1;
}
.comment-form-rating .stars a.star-1:before {
  content: "\f005 \f006 \f006 \f006 \f006";
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: inherit;
  font-size: inherit;
  padding-right: 10px;
  display: inline;
  padding-right: 0.5em;
}
.comment-form-rating .stars a.star-2:before {
  content: "\f005 \f005 \f006 \f006 \f006";
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: inherit;
  font-size: inherit;
  padding-right: 10px;
  display: inline;
  padding-right: 0.5em;
}
.comment-form-rating .stars a.star-3:before {
  content: "\f005 \f005 \f005 \f006 \f006";
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: inherit;
  font-size: inherit;
  padding-right: 10px;
  display: inline;
  padding-right: 0.5em;
}
.comment-form-rating .stars a.star-4:before {
  content: "\f005 \f005 \f005 \f005 \f006";
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: inherit;
  font-size: inherit;
  padding-right: 10px;
  display: inline;
  padding-right: 0.5em;
}
.comment-form-rating .stars a.star-5:before {
  content: "\f005 \f005 \f005 \f005 \f005";
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: inherit;
  font-size: inherit;
  padding-right: 10px;
  display: inline;
  padding-right: 0.5em;
}
.star-rating span {
  font-size: 0;
}
.star-rating span:before {
  font-size: 12px !important;
  padding-right: 0 !important;
}
.star-rating span[style*="width:0"]:before {
  content: " ";
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: inherit;
  font-size: inherit;
  padding-right: 10px;
  display: inline;
  padding-right: 0.5em;
}
.star-rating span[style*="width:1"]:before {
  content: "\f123 \f006 \f006 \f006 \f006";
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: inherit;
  font-size: inherit;
  padding-right: 10px;
  display: inline;
  padding-right: 0.5em;
}
.star-rating span[style*="width:2"]:before {
  content: "\f005 \f006 \f006 \f006 \f006";
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: inherit;
  font-size: inherit;
  padding-right: 10px;
  display: inline;
  padding-right: 0.5em;
}
.star-rating span[style*="width:3"]:before {
  content: "\f005 \f005 \f123 \f006 \f006";
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: inherit;
  font-size: inherit;
  padding-right: 10px;
  display: inline;
  padding-right: 0.5em;
}
.star-rating span[style*="width:4"]:before {
  content: "\f005 \f005 \f123 \f006 \f006";
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: inherit;
  font-size: inherit;
  padding-right: 10px;
  display: inline;
  padding-right: 0.5em;
}
.star-rating span[style*="width:5"]:before {
  content: "\f005 \f005 \f005 \f006 \f006";
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: inherit;
  font-size: inherit;
  padding-right: 10px;
  display: inline;
  padding-right: 0.5em;
}
.star-rating span[style*="width:6"]:before {
  content: "\f005 \f005 \f005 \f006 \f006";
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: inherit;
  font-size: inherit;
  padding-right: 10px;
  display: inline;
  padding-right: 0.5em;
}
.star-rating span[style*="width:7"]:before {
  content: "\f005 \f005 \f005 \f123 \f006";
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: inherit;
  font-size: inherit;
  padding-right: 10px;
  display: inline;
  padding-right: 0.5em;
}
.star-rating span[style*="width:8"]:before {
  content: "\f005 \f005 \f005 \f005 \f006";
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: inherit;
  font-size: inherit;
  padding-right: 10px;
  display: inline;
  padding-right: 0.5em;
}
.star-rating span[style*="width:9"]:before {
  content: "\f005 \f005 \f005 \f005 \f123";
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: inherit;
  font-size: inherit;
  padding-right: 10px;
  display: inline;
  padding-right: 0.5em;
}
.star-rating span[style*="width:1"]:before {
  content: "\f005 \f005 \f005 \f005 \f005";
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: inherit;
  font-size: inherit;
  padding-right: 10px;
  display: inline;
  padding-right: 0.5em;
}
.woocommerce-result-count {
  float: left !important;
}
.woocommerce-ordering {
  float: right !important;
}
.woocommerce-ordering select {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #463c3c;
  vertical-align: middle;
  background-color: ;
  background-image: none;
  border: 1px solid ;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  color: #555;
  border-color: #bbb;
}
.woocommerce-ordering select:focus {
  border-color: #C20000;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(194,0,0,0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(194,0,0,0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(194,0,0,0.6);
}
.woocommerce-ordering select:-moz-placeholder {
  color: #463c3c;
}
.woocommerce-ordering select::-moz-placeholder {
  color: #463c3c;
  opacity: 1;
}
.woocommerce-ordering select:-ms-input-placeholder {
  color: #463c3c;
}
.woocommerce-ordering select::-webkit-input-placeholder {
  color: #463c3c;
}
.woocommerce-ordering select[disabled],
.woocommerce-ordering select[readonly],
fieldset[disabled] .woocommerce-ordering select {
  cursor: not-allowed;
  background-color: #eeeeee;
}
textarea.woocommerce-ordering select {
  height: auto;
}
ul.products {
  list-style: none;
  padding: 0;
}
ul.products li.product {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  ul.products li.product {
    float: left;
    width: 33.333333333333%;
  }
}
@media (min-width: 992px) {
  ul.products li.product {
    float: left;
    width: 33.333333333333%;
  }
}
li.product {
  text-align: center;
  border: 1px solid #eeeeee;
  border-bottom: 2px solid #eeeeee;
  padding-top: 15px;
  padding-bottom: 15px;
}
li.product > a:first-child {
  display: block;
}
li.product a.add_to_cart_button {
  margin: 15px;
}
li.product .added_to_cart {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 16px;
  color: white;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-box-shadow: none;
  text-shadow: none;
  background: black;
  text-transform: none;
  padding: 10px 12px;
  color: ;
  background-color: #C40400;
  border-color: #C40400;
  display: none !important;
}
li.product .added_to_cart:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
li.product .added_to_cart:hover,
li.product .added_to_cart:focus {
  color: ;
  text-decoration: none;
}
li.product .added_to_cart:active,
li.product .added_to_cart.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
  box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
}
li.product .added_to_cart.disabled,
li.product .added_to_cart[disabled],
fieldset[disabled] li.product .added_to_cart {
  cursor: not-allowed;
  pointer-events: none;
  opacity: .65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-box-shadow: none;
}
li.product .added_to_cart:hover,
li.product .added_to_cart:focus,
li.product .added_to_cart:active {
  outline: 0;
  color: white;
  background: #9E0101;
}
li.product .added_to_cart:hover,
li.product .added_to_cart:focus,
li.product .added_to_cart:active,
li.product .added_to_cart.active,
.open .dropdown-toggleli.product .added_to_cart {
  color: ;
  background-color: #9b0300;
  border-color: #870300;
}
li.product .added_to_cart:active,
li.product .added_to_cart.active,
.open .dropdown-toggleli.product .added_to_cart {
  background-image: none;
}
li.product .added_to_cart.disabled,
li.product .added_to_cart.disabled:hover,
li.product .added_to_cart.disabled:focus,
li.product .added_to_cart.disabled:active,
li.product .added_to_cart.disabled.active,
li.product .added_to_cart[disabled],
li.product .added_to_cart[disabled]:hover,
li.product .added_to_cart[disabled]:focus,
li.product .added_to_cart[disabled]:active,
li.product .added_to_cart[disabled].active,
fieldset[disabled] li.product .added_to_cart,
fieldset[disabled] li.product .added_to_cart:hover,
fieldset[disabled] li.product .added_to_cart:focus,
fieldset[disabled] li.product .added_to_cart:active,
fieldset[disabled] li.product .added_to_cart.active {
  background-color: #C40400;
  border-color: #C40400;
}
li.product .added_to_cart .badge {
  color: #C40400;
  background-color: #fff;
}
li.product .added_to_cart:hover,
li.product .added_to_cart:focus,
li.product .added_to_cart:active {
  background: #C40400;
}
li.product a {
  text-decoration: none;
}
li.product h3 {
  font-family: Lato, "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: 700;
  line-height: 1.1;
  color: #000;
  font-size: 14px;
  text-rendering: optimizelegibility;
  font-weight: 400;
  height: 1.2em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
li.product h3 small,
li.product h3 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
li.product h3 a {
  text-decoration: none;
}
li.product img {
  height: auto !important;
  width: 100%;
}
li.product .loop_rating {
  height: 2em;
}
ul.page-numbers {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
  overflow: hidden;
}
ul.page-numbers > li {
  display: inline;
}
ul.page-numbers > li > a,
ul.page-numbers > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.428571429;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
ul.page-numbers > li:first-child > a,
ul.page-numbers > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
ul.page-numbers > li:last-child > a,
ul.page-numbers > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
ul.page-numbers > li > a:hover,
ul.page-numbers > li > a:focus,
ul.page-numbers > li > span:hover,
ul.page-numbers > li > span:focus {
  background-color: #eeeeee;
}
ul.page-numbers > .active > a,
ul.page-numbers > .active > a:hover,
ul.page-numbers > .active > a:focus,
ul.page-numbers > .active > span,
ul.page-numbers > .active > span:hover,
ul.page-numbers > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #C40400;
  border-color: #C40400;
  cursor: default;
}
ul.page-numbers > .disabled > span,
ul.page-numbers > .disabled > span:hover,
ul.page-numbers > .disabled > span:focus,
ul.page-numbers > .disabled > a,
ul.page-numbers > .disabled > a:hover,
ul.page-numbers > .disabled > a:focus {
  color: #999999;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
ul.page-numbers .current {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 16px;
  color: white;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-box-shadow: none;
  text-shadow: none;
  background: black;
  text-transform: none;
  padding: 10px 12px;
  color: ;
  background-color: #ccc;
  border-color: #ccc;
  background: #C40400;
  border-radius: 0;
}
ul.page-numbers .current:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
ul.page-numbers .current:hover,
ul.page-numbers .current:focus {
  color: ;
  text-decoration: none;
}
ul.page-numbers .current:active,
ul.page-numbers .current.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
  box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
}
ul.page-numbers .current.disabled,
ul.page-numbers .current[disabled],
fieldset[disabled] ul.page-numbers .current {
  cursor: not-allowed;
  pointer-events: none;
  opacity: .65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-box-shadow: none;
}
ul.page-numbers .current:hover,
ul.page-numbers .current:focus,
ul.page-numbers .current:active {
  outline: 0;
  color: white;
  background: #9E0101;
}
ul.page-numbers .current:hover,
ul.page-numbers .current:focus,
ul.page-numbers .current:active,
ul.page-numbers .current.active,
.open .dropdown-toggleul.page-numbers .current {
  color: ;
  background-color: #b8b8b8;
  border-color: #adadad;
}
ul.page-numbers .current:active,
ul.page-numbers .current.active,
.open .dropdown-toggleul.page-numbers .current {
  background-image: none;
}
ul.page-numbers .current.disabled,
ul.page-numbers .current.disabled:hover,
ul.page-numbers .current.disabled:focus,
ul.page-numbers .current.disabled:active,
ul.page-numbers .current.disabled.active,
ul.page-numbers .current[disabled],
ul.page-numbers .current[disabled]:hover,
ul.page-numbers .current[disabled]:focus,
ul.page-numbers .current[disabled]:active,
ul.page-numbers .current[disabled].active,
fieldset[disabled] ul.page-numbers .current,
fieldset[disabled] ul.page-numbers .current:hover,
fieldset[disabled] ul.page-numbers .current:focus,
fieldset[disabled] ul.page-numbers .current:active,
fieldset[disabled] ul.page-numbers .current.active {
  background-color: #ccc;
  border-color: #ccc;
}
ul.page-numbers .current .badge {
  color: #ccc;
  background-color: #fff;
}
ul.page-numbers .current:hover,
ul.page-numbers .current:focus,
ul.page-numbers .current:active {
  background: black;
}
#content > article.product {
  margin-left: -15px;
  margin-right: -15px;
  position: relative;
}
#content > article.product:before,
#content > article.product:after {
  content: " ";
  display: table;
}
#content > article.product:after {
  clear: both;
}
#content > article.product:before,
#content > article.product:after {
  content: " ";
  display: table;
}
#content > article.product:after {
  clear: both;
}
#content > article.product .images {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  width: 100%;
}
@media (min-width: 992px) {
  #content > article.product .images {
    float: left;
    width: 58.333333333333%;
  }
}
@media (min-width: 768px) {
  #content > article.product .images {
    float: left;
    width: 50%;
  }
}
#content > article.product .images .flexslider img {
  width: 100% !important;
  height: auto !important;
}
#content > article.product .summary.entry-summary {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  width: 100%;
}
@media (min-width: 992px) {
  #content > article.product .summary.entry-summary {
    float: left;
    width: 41.666666666667%;
  }
}
@media (min-width: 768px) {
  #content > article.product .summary.entry-summary {
    float: left;
    width: 50%;
  }
}
#content > article.product .price {
  font-family: Lato, "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: 700;
  line-height: 1.1;
  color: #000;
  font-size: 24px;
  text-rendering: optimizelegibility;
  font-weight: 400;
  margin-top: 15px;
}
#content > article.product .price small,
#content > article.product .price .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
#content > article.product .price a {
  text-decoration: none;
}
#content > article.product .woocommerce-tabs > ul {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  border-bottom: 1px solid #ddd;
  padding: 0 15px;
}
#content > article.product .woocommerce-tabs > ul:before,
#content > article.product .woocommerce-tabs > ul:after {
  content: " ";
  display: table;
}
#content > article.product .woocommerce-tabs > ul:after {
  clear: both;
}
#content > article.product .woocommerce-tabs > ul:before,
#content > article.product .woocommerce-tabs > ul:after {
  content: " ";
  display: table;
}
#content > article.product .woocommerce-tabs > ul:after {
  clear: both;
}
#content > article.product .woocommerce-tabs > ul > li {
  position: relative;
  display: block;
}
#content > article.product .woocommerce-tabs > ul > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
#content > article.product .woocommerce-tabs > ul > li > a:hover,
#content > article.product .woocommerce-tabs > ul > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
#content > article.product .woocommerce-tabs > ul > li.disabled > a {
  color: #999999;
}
#content > article.product .woocommerce-tabs > ul > li.disabled > a:hover,
#content > article.product .woocommerce-tabs > ul > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
#content > article.product .woocommerce-tabs > ul .open > a,
#content > article.product .woocommerce-tabs > ul .open > a:hover,
#content > article.product .woocommerce-tabs > ul .open > a:focus {
  background-color: #eeeeee;
  border-color: #C40400;
}
#content > article.product .woocommerce-tabs > ul .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
#content > article.product .woocommerce-tabs > ul > li > a > img {
  max-width: none;
}
#content > article.product .woocommerce-tabs > ul > li {
  float: left;
  margin-bottom: -1px;
}
#content > article.product .woocommerce-tabs > ul > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
#content > article.product .woocommerce-tabs > ul > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
#content > article.product .woocommerce-tabs > ul > li.active > a,
#content > article.product .woocommerce-tabs > ul > li.active > a:hover,
#content > article.product .woocommerce-tabs > ul > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
#content > article.product .woocommerce-tabs > ul.nav-justified {
  width: 100%;
  border-bottom: 0;
}
#content > article.product .woocommerce-tabs > ul.nav-justified > li {
  float: none;
}
#content > article.product .woocommerce-tabs > ul.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
#content > article.product .woocommerce-tabs > ul.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  #content > article.product .woocommerce-tabs > ul.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  #content > article.product .woocommerce-tabs > ul.nav-justified > li > a {
    margin-bottom: 0;
  }
}
#content > article.product .woocommerce-tabs > ul.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
#content > article.product .woocommerce-tabs > ul.nav-justified > .active > a,
#content > article.product .woocommerce-tabs > ul.nav-justified > .active > a:hover,
#content > article.product .woocommerce-tabs > ul.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  #content > article.product .woocommerce-tabs > ul.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  #content > article.product .woocommerce-tabs > ul.nav-justified > .active > a,
  #content > article.product .woocommerce-tabs > ul.nav-justified > .active > a:hover,
  #content > article.product .woocommerce-tabs > ul.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
#content > article.product .panel {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
#content > article.product #single-product-slider {
  margin-bottom: 15px;
}
#content > article.product #single-product-slider .image-crop {
  height: 400px;
}
#content > article.product #single-product-carousel {
  margin-bottom: 15px;
}
#content > article.product #single-product-carousel .image-crop {
  height: 100px;
}
#content > article.product .woocommerce-product-rating a {
  color: inherit;
}
#content > article.product .woocommerce-product-rating a:visited {
  color: inherit;
}
#content > article.product .flexslider {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border: none;
}
.woocommerce div.product form.cart .variations td.label {
  padding-left: 1em;
}
.quantity input[type="button"] {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 16px;
  color: white;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-box-shadow: none;
  text-shadow: none;
  background: black;
  text-transform: none;
  padding: 10px 12px;
  color: ;
  background-color: #ccc;
  border-color: #ccc;
  background: #C40400;
  float: left !important;
}
.quantity input[type="button"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.quantity input[type="button"]:hover,
.quantity input[type="button"]:focus {
  color: ;
  text-decoration: none;
}
.quantity input[type="button"]:active,
.quantity input[type="button"].active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
  box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
}
.quantity input[type="button"].disabled,
.quantity input[type="button"][disabled],
fieldset[disabled] .quantity input[type="button"] {
  cursor: not-allowed;
  pointer-events: none;
  opacity: .65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-box-shadow: none;
}
.quantity input[type="button"]:hover,
.quantity input[type="button"]:focus,
.quantity input[type="button"]:active {
  outline: 0;
  color: white;
  background: #9E0101;
}
.quantity input[type="button"]:hover,
.quantity input[type="button"]:focus,
.quantity input[type="button"]:active,
.quantity input[type="button"].active,
.open .dropdown-toggle.quantity input[type="button"] {
  color: ;
  background-color: #b8b8b8;
  border-color: #adadad;
}
.quantity input[type="button"]:active,
.quantity input[type="button"].active,
.open .dropdown-toggle.quantity input[type="button"] {
  background-image: none;
}
.quantity input[type="button"].disabled,
.quantity input[type="button"].disabled:hover,
.quantity input[type="button"].disabled:focus,
.quantity input[type="button"].disabled:active,
.quantity input[type="button"].disabled.active,
.quantity input[type="button"][disabled],
.quantity input[type="button"][disabled]:hover,
.quantity input[type="button"][disabled]:focus,
.quantity input[type="button"][disabled]:active,
.quantity input[type="button"][disabled].active,
fieldset[disabled] .quantity input[type="button"],
fieldset[disabled] .quantity input[type="button"]:hover,
fieldset[disabled] .quantity input[type="button"]:focus,
fieldset[disabled] .quantity input[type="button"]:active,
fieldset[disabled] .quantity input[type="button"].active {
  background-color: #ccc;
  border-color: #ccc;
}
.quantity input[type="button"] .badge {
  color: #ccc;
  background-color: #fff;
}
.quantity input[type="button"]:hover,
.quantity input[type="button"]:focus,
.quantity input[type="button"]:active {
  background: black;
}
.quantity input[type="button"]:first-child {
  border-bottom-left-radius: ;
  border-top-left-radius: ;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.quantity input[type="number"] {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #463c3c;
  vertical-align: middle;
  background-color: ;
  background-image: none;
  border: 1px solid ;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  color: #555;
  border-color: #bbb;
  float: left !important;
  width: 7em;
  text-align: center;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.quantity input[type="number"]:focus {
  border-color: #C20000;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(194,0,0,0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(194,0,0,0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(194,0,0,0.6);
}
.quantity input[type="number"]:-moz-placeholder {
  color: #463c3c;
}
.quantity input[type="number"]::-moz-placeholder {
  color: #463c3c;
  opacity: 1;
}
.quantity input[type="number"]:-ms-input-placeholder {
  color: #463c3c;
}
.quantity input[type="number"]::-webkit-input-placeholder {
  color: #463c3c;
}
.quantity input[type="number"][disabled],
.quantity input[type="number"][readonly],
fieldset[disabled] .quantity input[type="number"] {
  cursor: not-allowed;
  background-color: #eeeeee;
}
textarea.quantity input[type="number"] {
  height: auto;
}
.quantity input[type="number"] + input[type="button"] {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: ;
  border-top-right-radius: ;
}
.variations {
  margin-bottom: 15px;
}
.variations .label {
  background-color: #999999;
}
.variations .label[href]:hover,
.variations .label[href]:focus {
  background-color: #808080;
}
button.single_add_to_cart_button {
  margin-left: 15px;
}
.product_meta {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: rgba(255,255,255,0.7);
  border-radius: 4px;
  font-size: 85%;
  font-style: oblique;
  margin-top: 15px;
}
.product_meta > li {
  display: inline-block;
}
.product_meta > li + li:before {
  content: "|\00a0";
  padding: 0 5px;
  color: ;
}
.product_meta > .active {
  color: #999999;
}
#reviews #comments ol.commentlist {
  list-style: none;
  margin: 0;
  padding: 0;
}
#reviews #comments ol.commentlist .panel {
  margin-bottom: 0;
  border-radius: 4px;
  overflow: hidden;
}
#reviews #comments ol.commentlist .panel + .panel {
  margin-top: 5px;
}
#reviews #comments ol.commentlist .panel-heading {
  border-bottom: 0;
}
#reviews #comments ol.commentlist .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #ddd;
}
#reviews #comments ol.commentlist .panel-footer {
  border-top: 0;
}
#reviews #comments ol.commentlist .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
#reviews #comments ol.commentlist > li {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
  box-shadow: 0 1px 1px rgba(0,0,0,0.05);
  -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
  border-color: #ddd;
}
#reviews #comments ol.commentlist > li > .list-group {
  margin-bottom: 0;
}
#reviews #comments ol.commentlist > li > .list-group .list-group-item {
  border-width: 1px 0;
}
#reviews #comments ol.commentlist > li > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
#reviews #comments ol.commentlist > li > .list-group .list-group-item:last-child {
  border-bottom: 0;
}
#reviews #comments ol.commentlist > li > .table,
#reviews #comments ol.commentlist > li > .table-responsive > .table {
  margin-bottom: 0;
}
#reviews #comments ol.commentlist > li > .panel-body + .table,
#reviews #comments ol.commentlist > li > .panel-body + .table-responsive {
  border-top: 1px solid #ddd;
}
#reviews #comments ol.commentlist > li > .table > tbody:first-child th,
#reviews #comments ol.commentlist > li > .table > tbody:first-child td {
  border-top: 0;
}
#reviews #comments ol.commentlist > li > .table-bordered,
#reviews #comments ol.commentlist > li > .table-responsive > .table-bordered {
  border: 0;
}
#reviews #comments ol.commentlist > li > .table-bordered > thead > tr > th:first-child,
#reviews #comments ol.commentlist > li > .table-bordered > thead > tr > td:first-child,
#reviews #comments ol.commentlist > li > .table-bordered > tbody > tr > th:first-child,
#reviews #comments ol.commentlist > li > .table-bordered > tbody > tr > td:first-child,
#reviews #comments ol.commentlist > li > .table-bordered > tfoot > tr > th:first-child,
#reviews #comments ol.commentlist > li > .table-bordered > tfoot > tr > td:first-child,
#reviews #comments ol.commentlist > li > .table-responsive > .table-bordered > thead > tr > th:first-child,
#reviews #comments ol.commentlist > li > .table-responsive > .table-bordered > thead > tr > td:first-child,
#reviews #comments ol.commentlist > li > .table-responsive > .table-bordered > tbody > tr > th:first-child,
#reviews #comments ol.commentlist > li > .table-responsive > .table-bordered > tbody > tr > td:first-child,
#reviews #comments ol.commentlist > li > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
#reviews #comments ol.commentlist > li > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
#reviews #comments ol.commentlist > li > .table-bordered > thead > tr > th:last-child,
#reviews #comments ol.commentlist > li > .table-bordered > thead > tr > td:last-child,
#reviews #comments ol.commentlist > li > .table-bordered > tbody > tr > th:last-child,
#reviews #comments ol.commentlist > li > .table-bordered > tbody > tr > td:last-child,
#reviews #comments ol.commentlist > li > .table-bordered > tfoot > tr > th:last-child,
#reviews #comments ol.commentlist > li > .table-bordered > tfoot > tr > td:last-child,
#reviews #comments ol.commentlist > li > .table-responsive > .table-bordered > thead > tr > th:last-child,
#reviews #comments ol.commentlist > li > .table-responsive > .table-bordered > thead > tr > td:last-child,
#reviews #comments ol.commentlist > li > .table-responsive > .table-bordered > tbody > tr > th:last-child,
#reviews #comments ol.commentlist > li > .table-responsive > .table-bordered > tbody > tr > td:last-child,
#reviews #comments ol.commentlist > li > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
#reviews #comments ol.commentlist > li > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
#reviews #comments ol.commentlist > li > .table-bordered > thead > tr:last-child > th,
#reviews #comments ol.commentlist > li > .table-bordered > thead > tr:last-child > td,
#reviews #comments ol.commentlist > li > .table-bordered > tbody > tr:last-child > th,
#reviews #comments ol.commentlist > li > .table-bordered > tbody > tr:last-child > td,
#reviews #comments ol.commentlist > li > .table-bordered > tfoot > tr:last-child > th,
#reviews #comments ol.commentlist > li > .table-bordered > tfoot > tr:last-child > td,
#reviews #comments ol.commentlist > li > .table-responsive > .table-bordered > thead > tr:last-child > th,
#reviews #comments ol.commentlist > li > .table-responsive > .table-bordered > thead > tr:last-child > td,
#reviews #comments ol.commentlist > li > .table-responsive > .table-bordered > tbody > tr:last-child > th,
#reviews #comments ol.commentlist > li > .table-responsive > .table-bordered > tbody > tr:last-child > td,
#reviews #comments ol.commentlist > li > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
#reviews #comments ol.commentlist > li > .table-responsive > .table-bordered > tfoot > tr:last-child > td {
  border-bottom: 0;
}
#reviews #comments ol.commentlist > li > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
#reviews #comments ol.commentlist > li > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
#reviews #comments ol.commentlist > li > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ddd;
}
#reviews #comments ol.commentlist > li > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ddd;
}
#reviews #comments ol.commentlist > li .comment_container .avatar {
  display: none;
}
#reviews #comments ol.commentlist > li .comment_container .star-rating {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  background: #eeeeee;
}
#reviews #comments ol.commentlist > li .comment_container .star-rating > .dropdown .dropdown-toggle {
  color: inherit;
}
#reviews #comments ol.commentlist > li .comment_container .meta {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  font-style: oblique;
}
#reviews #comments ol.commentlist > li .comment_container .description {
  padding: 15px;
}
#reviews #comments ol.commentlist > li .comment_container .description:before,
#reviews #comments ol.commentlist > li .comment_container .description:after {
  content: " ";
  display: table;
}
#reviews #comments ol.commentlist > li .comment_container .description:after {
  clear: both;
}
#reviews #comments ol.commentlist > li .comment_container .description:before,
#reviews #comments ol.commentlist > li .comment_container .description:after {
  content: " ";
  display: table;
}
#reviews #comments ol.commentlist > li .comment_container .description:after {
  clear: both;
}
#reviews form {
  margin-bottom: 15px;
}
#reviews form label {
  font-family: 'Open Sans Condensed', sans-serif;
}
#reviews form textarea,
#reviews form input[type="text"],
#reviews form input[type="email"] {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #463c3c;
  vertical-align: middle;
  background-color: ;
  background-image: none;
  border: 1px solid ;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  color: #555;
  border-color: #bbb;
}
#reviews form textarea:focus,
#reviews form input[type="text"]:focus,
#reviews form input[type="email"]:focus {
  border-color: #C20000;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(194,0,0,0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(194,0,0,0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(194,0,0,0.6);
}
#reviews form textarea:-moz-placeholder,
#reviews form input[type="text"]:-moz-placeholder,
#reviews form input[type="email"]:-moz-placeholder {
  color: #463c3c;
}
#reviews form textarea::-moz-placeholder,
#reviews form input[type="text"]::-moz-placeholder,
#reviews form input[type="email"]::-moz-placeholder {
  color: #463c3c;
  opacity: 1;
}
#reviews form textarea:-ms-input-placeholder,
#reviews form input[type="text"]:-ms-input-placeholder,
#reviews form input[type="email"]:-ms-input-placeholder {
  color: #463c3c;
}
#reviews form textarea::-webkit-input-placeholder,
#reviews form input[type="text"]::-webkit-input-placeholder,
#reviews form input[type="email"]::-webkit-input-placeholder {
  color: #463c3c;
}
#reviews form textarea[disabled],
#reviews form textarea[readonly],
fieldset[disabled] #reviews form textarea,
#reviews form input[type="text"][disabled],
#reviews form input[type="text"][readonly],
fieldset[disabled] #reviews form input[type="text"],
#reviews form input[type="email"][disabled],
#reviews form input[type="email"][readonly],
fieldset[disabled] #reviews form input[type="email"] {
  cursor: not-allowed;
  background-color: #eeeeee;
}
textarea#reviews form textarea,
textarea#reviews form input[type="text"],
textarea#reviews form input[type="email"] {
  height: auto;
}
#reviews form textarea {
  height: 8em;
}
#reviews #respond {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
  box-shadow: 0 1px 1px rgba(0,0,0,0.05);
  -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
  border-color: #C40400;
}
#reviews #respond > .list-group {
  margin-bottom: 0;
}
#reviews #respond > .list-group .list-group-item {
  border-width: 1px 0;
}
#reviews #respond > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
#reviews #respond > .list-group .list-group-item:last-child {
  border-bottom: 0;
}
#reviews #respond > .table,
#reviews #respond > .table-responsive > .table {
  margin-bottom: 0;
}
#reviews #respond > .panel-body + .table,
#reviews #respond > .panel-body + .table-responsive {
  border-top: 1px solid #ddd;
}
#reviews #respond > .table > tbody:first-child th,
#reviews #respond > .table > tbody:first-child td {
  border-top: 0;
}
#reviews #respond > .table-bordered,
#reviews #respond > .table-responsive > .table-bordered {
  border: 0;
}
#reviews #respond > .table-bordered > thead > tr > th:first-child,
#reviews #respond > .table-bordered > thead > tr > td:first-child,
#reviews #respond > .table-bordered > tbody > tr > th:first-child,
#reviews #respond > .table-bordered > tbody > tr > td:first-child,
#reviews #respond > .table-bordered > tfoot > tr > th:first-child,
#reviews #respond > .table-bordered > tfoot > tr > td:first-child,
#reviews #respond > .table-responsive > .table-bordered > thead > tr > th:first-child,
#reviews #respond > .table-responsive > .table-bordered > thead > tr > td:first-child,
#reviews #respond > .table-responsive > .table-bordered > tbody > tr > th:first-child,
#reviews #respond > .table-responsive > .table-bordered > tbody > tr > td:first-child,
#reviews #respond > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
#reviews #respond > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
#reviews #respond > .table-bordered > thead > tr > th:last-child,
#reviews #respond > .table-bordered > thead > tr > td:last-child,
#reviews #respond > .table-bordered > tbody > tr > th:last-child,
#reviews #respond > .table-bordered > tbody > tr > td:last-child,
#reviews #respond > .table-bordered > tfoot > tr > th:last-child,
#reviews #respond > .table-bordered > tfoot > tr > td:last-child,
#reviews #respond > .table-responsive > .table-bordered > thead > tr > th:last-child,
#reviews #respond > .table-responsive > .table-bordered > thead > tr > td:last-child,
#reviews #respond > .table-responsive > .table-bordered > tbody > tr > th:last-child,
#reviews #respond > .table-responsive > .table-bordered > tbody > tr > td:last-child,
#reviews #respond > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
#reviews #respond > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
#reviews #respond > .table-bordered > thead > tr:last-child > th,
#reviews #respond > .table-bordered > thead > tr:last-child > td,
#reviews #respond > .table-bordered > tbody > tr:last-child > th,
#reviews #respond > .table-bordered > tbody > tr:last-child > td,
#reviews #respond > .table-bordered > tfoot > tr:last-child > th,
#reviews #respond > .table-bordered > tfoot > tr:last-child > td,
#reviews #respond > .table-responsive > .table-bordered > thead > tr:last-child > th,
#reviews #respond > .table-responsive > .table-bordered > thead > tr:last-child > td,
#reviews #respond > .table-responsive > .table-bordered > tbody > tr:last-child > th,
#reviews #respond > .table-responsive > .table-bordered > tbody > tr:last-child > td,
#reviews #respond > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
#reviews #respond > .table-responsive > .table-bordered > tfoot > tr:last-child > td {
  border-bottom: 0;
}
#reviews #respond > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
#reviews #respond > .panel-heading {
  color: #fff;
  background-color: #C40400;
  border-color: #C40400;
}
#reviews #respond > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #C40400;
}
#reviews #respond > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #C40400;
}
#reviews #respond h3 {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  margin: 0;
  background: #C40400;
  color: #fff;
}
#reviews #respond h3 > .dropdown .dropdown-toggle {
  color: inherit;
}
#reviews #respond form {
  padding: 15px;
  margin-bottom: 0;
}
#reviews #respond form:before,
#reviews #respond form:after {
  content: " ";
  display: table;
}
#reviews #respond form:after {
  clear: both;
}
#reviews #respond form:before,
#reviews #respond form:after {
  content: " ";
  display: table;
}
#reviews #respond form:after {
  clear: both;
}
#reviews #respond .comment-form-rating .stars a {
  display: block;
}
.woocommerce-product-rating a {
  color: inherit;
}
.related.products {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
  box-shadow: 0 1px 1px rgba(0,0,0,0.05);
  -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
  border-color: #ddd;
  margin: 0 15px;
}
.related.products > .list-group {
  margin-bottom: 0;
}
.related.products > .list-group .list-group-item {
  border-width: 1px 0;
}
.related.products > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.related.products > .list-group .list-group-item:last-child {
  border-bottom: 0;
}
.related.products > .table,
.related.products > .table-responsive > .table {
  margin-bottom: 0;
}
.related.products > .panel-body + .table,
.related.products > .panel-body + .table-responsive {
  border-top: 1px solid #ddd;
}
.related.products > .table > tbody:first-child th,
.related.products > .table > tbody:first-child td {
  border-top: 0;
}
.related.products > .table-bordered,
.related.products > .table-responsive > .table-bordered {
  border: 0;
}
.related.products > .table-bordered > thead > tr > th:first-child,
.related.products > .table-bordered > thead > tr > td:first-child,
.related.products > .table-bordered > tbody > tr > th:first-child,
.related.products > .table-bordered > tbody > tr > td:first-child,
.related.products > .table-bordered > tfoot > tr > th:first-child,
.related.products > .table-bordered > tfoot > tr > td:first-child,
.related.products > .table-responsive > .table-bordered > thead > tr > th:first-child,
.related.products > .table-responsive > .table-bordered > thead > tr > td:first-child,
.related.products > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.related.products > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.related.products > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.related.products > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.related.products > .table-bordered > thead > tr > th:last-child,
.related.products > .table-bordered > thead > tr > td:last-child,
.related.products > .table-bordered > tbody > tr > th:last-child,
.related.products > .table-bordered > tbody > tr > td:last-child,
.related.products > .table-bordered > tfoot > tr > th:last-child,
.related.products > .table-bordered > tfoot > tr > td:last-child,
.related.products > .table-responsive > .table-bordered > thead > tr > th:last-child,
.related.products > .table-responsive > .table-bordered > thead > tr > td:last-child,
.related.products > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.related.products > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.related.products > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.related.products > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.related.products > .table-bordered > thead > tr:last-child > th,
.related.products > .table-bordered > thead > tr:last-child > td,
.related.products > .table-bordered > tbody > tr:last-child > th,
.related.products > .table-bordered > tbody > tr:last-child > td,
.related.products > .table-bordered > tfoot > tr:last-child > th,
.related.products > .table-bordered > tfoot > tr:last-child > td,
.related.products > .table-responsive > .table-bordered > thead > tr:last-child > th,
.related.products > .table-responsive > .table-bordered > thead > tr:last-child > td,
.related.products > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.related.products > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.related.products > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
.related.products > .table-responsive > .table-bordered > tfoot > tr:last-child > td {
  border-bottom: 0;
}
.related.products > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.related.products > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.related.products > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ddd;
}
.related.products > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ddd;
}
.related.products h2 {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  background: #eeeeee;
  margin: 0;
}
.related.products h2 > .dropdown .dropdown-toggle {
  color: inherit;
}
.related.products ul.products {
  margin-bottom: 0;
}
.widget.woocommerce {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
  box-shadow: 0 1px 1px rgba(0,0,0,0.05);
  -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
  border-color: #ddd;
  padding: 0;
}
.widget.woocommerce > .list-group {
  margin-bottom: 0;
}
.widget.woocommerce > .list-group .list-group-item {
  border-width: 1px 0;
}
.widget.woocommerce > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.widget.woocommerce > .list-group .list-group-item:last-child {
  border-bottom: 0;
}
.widget.woocommerce > .table,
.widget.woocommerce > .table-responsive > .table {
  margin-bottom: 0;
}
.widget.woocommerce > .panel-body + .table,
.widget.woocommerce > .panel-body + .table-responsive {
  border-top: 1px solid #ddd;
}
.widget.woocommerce > .table > tbody:first-child th,
.widget.woocommerce > .table > tbody:first-child td {
  border-top: 0;
}
.widget.woocommerce > .table-bordered,
.widget.woocommerce > .table-responsive > .table-bordered {
  border: 0;
}
.widget.woocommerce > .table-bordered > thead > tr > th:first-child,
.widget.woocommerce > .table-bordered > thead > tr > td:first-child,
.widget.woocommerce > .table-bordered > tbody > tr > th:first-child,
.widget.woocommerce > .table-bordered > tbody > tr > td:first-child,
.widget.woocommerce > .table-bordered > tfoot > tr > th:first-child,
.widget.woocommerce > .table-bordered > tfoot > tr > td:first-child,
.widget.woocommerce > .table-responsive > .table-bordered > thead > tr > th:first-child,
.widget.woocommerce > .table-responsive > .table-bordered > thead > tr > td:first-child,
.widget.woocommerce > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.widget.woocommerce > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.widget.woocommerce > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.widget.woocommerce > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.widget.woocommerce > .table-bordered > thead > tr > th:last-child,
.widget.woocommerce > .table-bordered > thead > tr > td:last-child,
.widget.woocommerce > .table-bordered > tbody > tr > th:last-child,
.widget.woocommerce > .table-bordered > tbody > tr > td:last-child,
.widget.woocommerce > .table-bordered > tfoot > tr > th:last-child,
.widget.woocommerce > .table-bordered > tfoot > tr > td:last-child,
.widget.woocommerce > .table-responsive > .table-bordered > thead > tr > th:last-child,
.widget.woocommerce > .table-responsive > .table-bordered > thead > tr > td:last-child,
.widget.woocommerce > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.widget.woocommerce > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.widget.woocommerce > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.widget.woocommerce > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.widget.woocommerce > .table-bordered > thead > tr:last-child > th,
.widget.woocommerce > .table-bordered > thead > tr:last-child > td,
.widget.woocommerce > .table-bordered > tbody > tr:last-child > th,
.widget.woocommerce > .table-bordered > tbody > tr:last-child > td,
.widget.woocommerce > .table-bordered > tfoot > tr:last-child > th,
.widget.woocommerce > .table-bordered > tfoot > tr:last-child > td,
.widget.woocommerce > .table-responsive > .table-bordered > thead > tr:last-child > th,
.widget.woocommerce > .table-responsive > .table-bordered > thead > tr:last-child > td,
.widget.woocommerce > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.widget.woocommerce > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.widget.woocommerce > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
.widget.woocommerce > .table-responsive > .table-bordered > tfoot > tr:last-child > td {
  border-bottom: 0;
}
.widget.woocommerce > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.widget.woocommerce > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.widget.woocommerce > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ddd;
}
.widget.woocommerce > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ddd;
}
.widget.woocommerce h3 {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  background: #eeeeee;
  margin: 0;
}
.widget.woocommerce h3 > .dropdown .dropdown-toggle {
  color: inherit;
}
.widget.woocommerce .buttons {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 0;
}
.widget.woocommerce .buttons:before,
.widget.woocommerce .buttons:after {
  content: " ";
  display: table;
}
.widget.woocommerce .buttons:after {
  clear: both;
}
.widget.woocommerce .buttons:before,
.widget.woocommerce .buttons:after {
  content: " ";
  display: table;
}
.widget.woocommerce .buttons:after {
  clear: both;
}
.widget.woocommerce > div,
.widget.woocommerce > form {
  padding: 15px;
}
.widget.woocommerce > div:before,
.widget.woocommerce > div:after,
.widget.woocommerce > form:before,
.widget.woocommerce > form:after {
  content: " ";
  display: table;
}
.widget.woocommerce > div:after,
.widget.woocommerce > form:after {
  clear: both;
}
.widget.woocommerce > div:before,
.widget.woocommerce > div:after,
.widget.woocommerce > form:before,
.widget.woocommerce > form:after {
  content: " ";
  display: table;
}
.widget.woocommerce > div:after,
.widget.woocommerce > form:after {
  clear: both;
}
.widget.woocommerce > div.widget_shopping_cart_content {
  padding-bottom: 0;
}
.widget.woocommerce > form#searchform {
  margin-bottom: 15px;
  margin-bottom: 0;
}
.widget.woocommerce > form#searchform label {
  font-family: 'Open Sans Condensed', sans-serif;
}
.widget.woocommerce > form#searchform input[type="text"] {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #463c3c;
  vertical-align: middle;
  background-color: ;
  background-image: none;
  border: 1px solid ;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  color: #555;
  border-color: #bbb;
}
.widget.woocommerce > form#searchform input[type="text"]:focus {
  border-color: #C20000;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(194,0,0,0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(194,0,0,0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(194,0,0,0.6);
}
.widget.woocommerce > form#searchform input[type="text"]:-moz-placeholder {
  color: #463c3c;
}
.widget.woocommerce > form#searchform input[type="text"]::-moz-placeholder {
  color: #463c3c;
  opacity: 1;
}
.widget.woocommerce > form#searchform input[type="text"]:-ms-input-placeholder {
  color: #463c3c;
}
.widget.woocommerce > form#searchform input[type="text"]::-webkit-input-placeholder {
  color: #463c3c;
}
.widget.woocommerce > form#searchform input[type="text"][disabled],
.widget.woocommerce > form#searchform input[type="text"][readonly],
fieldset[disabled] .widget.woocommerce > form#searchform input[type="text"] {
  cursor: not-allowed;
  background-color: #eeeeee;
}
textarea.widget.woocommerce > form#searchform input[type="text"] {
  height: auto;
}
.widget.woocommerce > form#searchform #s {
  margin-bottom: 15px;
}
.widget.woocommerce > form#searchform label[for="s"] {
  display: none;
}
.widget.woocommerce ul {
  margin-bottom: 20px;
  padding-left: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  margin-bottom: 0;
}
.widget.woocommerce ul > li {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
  border-left: none !important;
  border-right: none !important;
}
.widget.woocommerce ul > li:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.widget.woocommerce ul > li:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.widget.woocommerce ul > li > .badge {
  float: right;
}
.widget.woocommerce ul > li > .badge + .badge {
  margin-right: 5px;
}
.widget.woocommerce ul > li.cat-parent {
  padding-bottom: 0;
}
.widget.woocommerce ul > li.current-cat {
  font-weight: 700;
}
.widget.woocommerce ul ul.children {
  margin-left: -15px;
  margin-right: -15px;
  padding: 0;
  margin-bottom: 0;
  margin-top: 10px;
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.widget.woocommerce ul ul.children:before,
.widget.woocommerce ul ul.children:after {
  content: " ";
  display: table;
}
.widget.woocommerce ul ul.children:after {
  clear: both;
}
.widget.woocommerce ul ul.children:before,
.widget.woocommerce ul ul.children:after {
  content: " ";
  display: table;
}
.widget.woocommerce ul ul.children:after {
  clear: both;
}
.widget.woocommerce ul ul.children li {
  padding-left: 30px;
}
.widget.woocommerce ul ul.children li:last-child {
  border-bottom: none;
}
.widget.woocommerce p.total {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  margin: -15px;
  margin-top: 0;
  margin-bottom: 0;
}
.widget.woocommerce > div > ul {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: -15px;
}
.widget.woocommerce > div > ul:before,
.widget.woocommerce > div > ul:after {
  content: " ";
  display: table;
}
.widget.woocommerce > div > ul:after {
  clear: both;
}
.widget.woocommerce > div > ul:before,
.widget.woocommerce > div > ul:after {
  content: " ";
  display: table;
}
.widget.woocommerce > div > ul:after {
  clear: both;
}
.widget.woocommerce ul.product_list_widget li {
  min-height: 70px;
  position: relative;
}
.widget.woocommerce ul.product_list_widget li img {
  width: 50px !important;
  height: 50px !important;
  position: absolute;
  top: 10px;
  left: 10px;
}
.widget.woocommerce ul.product_list_widget li > a {
  display: block;
  font-family: Lato, "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: 700;
  line-height: 1.1;
  color: #000;
  font-size: 18px;
  text-rendering: optimizelegibility;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.widget.woocommerce ul.product_list_widget li > a small,
.widget.woocommerce ul.product_list_widget li > a .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
.widget.woocommerce ul.product_list_widget li > a a {
  text-decoration: none;
}
.widget.woocommerce ul.product_list_widget li .quantity {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
  background-color: #999999;
}
.widget.woocommerce ul.product_list_widget li .quantity[href]:hover,
.widget.woocommerce ul.product_list_widget li .quantity[href]:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.widget.woocommerce ul.product_list_widget li .quantity:empty {
  display: none;
}
.btn .widget.woocommerce ul.product_list_widget li .quantity {
  position: relative;
  top: -1px;
}
.widget.woocommerce ul.product_list_widget li .quantity[href]:hover,
.widget.woocommerce ul.product_list_widget li .quantity[href]:focus {
  background-color: #808080;
}
.widget.woocommerce ul.product_list_widget li > a,
.widget.woocommerce ul.product_list_widget li > div,
.widget.woocommerce ul.product_list_widget li > span,
.widget.woocommerce ul.product_list_widget li > del {
  margin-left: 50px;
}
.widget.woocommerce ul.product_list_widget li del {
  opacity: .7;
  font-size: 85%;
}
.widget.woocommerce ul.product_list_widget li ins {
  text-decoration: none;
}
.price_slider_amount .button {
  float: left !important;
}
.price_slider_amount .price_label {
  float: right !important;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 16px;
  color: white;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-box-shadow: none;
  text-shadow: none;
  background: black;
  text-transform: none;
  padding: 10px 12px;
  color: ;
  background-color: #C40400;
  border-color: #C40400;
  background: transparent !important;
  cursor: text;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
}
.price_slider_amount .price_label:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.price_slider_amount .price_label:hover,
.price_slider_amount .price_label:focus {
  color: ;
  text-decoration: none;
}
.price_slider_amount .price_label:active,
.price_slider_amount .price_label.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
  box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
}
.price_slider_amount .price_label.disabled,
.price_slider_amount .price_label[disabled],
fieldset[disabled] .price_slider_amount .price_label {
  cursor: not-allowed;
  pointer-events: none;
  opacity: .65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-box-shadow: none;
}
.price_slider_amount .price_label:hover,
.price_slider_amount .price_label:focus,
.price_slider_amount .price_label:active {
  outline: 0;
  color: white;
  background: #9E0101;
}
.price_slider_amount .price_label:hover,
.price_slider_amount .price_label:focus,
.price_slider_amount .price_label:active,
.price_slider_amount .price_label.active,
.open .dropdown-toggle.price_slider_amount .price_label {
  color: ;
  background-color: #9b0300;
  border-color: #870300;
}
.price_slider_amount .price_label:active,
.price_slider_amount .price_label.active,
.open .dropdown-toggle.price_slider_amount .price_label {
  background-image: none;
}
.price_slider_amount .price_label.disabled,
.price_slider_amount .price_label.disabled:hover,
.price_slider_amount .price_label.disabled:focus,
.price_slider_amount .price_label.disabled:active,
.price_slider_amount .price_label.disabled.active,
.price_slider_amount .price_label[disabled],
.price_slider_amount .price_label[disabled]:hover,
.price_slider_amount .price_label[disabled]:focus,
.price_slider_amount .price_label[disabled]:active,
.price_slider_amount .price_label[disabled].active,
fieldset[disabled] .price_slider_amount .price_label,
fieldset[disabled] .price_slider_amount .price_label:hover,
fieldset[disabled] .price_slider_amount .price_label:focus,
fieldset[disabled] .price_slider_amount .price_label:active,
fieldset[disabled] .price_slider_amount .price_label.active {
  background-color: #C40400;
  border-color: #C40400;
}
.price_slider_amount .price_label .badge {
  color: #C40400;
  background-color: #fff;
}
.price_slider_amount .price_label:hover,
.price_slider_amount .price_label:focus,
.price_slider_amount .price_label:active {
  background: #C40400;
}
.ui-slider {
  position: relative;
  background: #eeeeee;
  height: 15px;
  margin-bottom: 15px;
  border-radius: 500px;
}
.ui-slider-range {
  background: #C40400;
  border-radius: 500px;
  height: 15px;
  position: absolute;
  top: 0;
}
.ui-slider-handle {
  height: 15px;
  width: 15px;
  background: #eeeeee;
  position: absolute;
  top: 0;
  border-radius: 500px;
  border: 2px solid #C40400;
}
.ui-slider-handle + .ui-slider-handle {
  margin-left: -15px;
}
.widget_layered_nav_filters li.chosen a:before {
  content: "\f057";
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: inherit;
  font-size: inherit;
  padding-right: 10px;
  display: inline;
  padding-right: 0.5em;
}
.shop_table.cart {
  width: 100%;
  margin-bottom: 20px;
}
.shop_table.cart > thead > tr > th,
.shop_table.cart > thead > tr > td,
.shop_table.cart > tbody > tr > th,
.shop_table.cart > tbody > tr > td,
.shop_table.cart > tfoot > tr > th,
.shop_table.cart > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.shop_table.cart > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.shop_table.cart > caption + thead > tr:first-child > th,
.shop_table.cart > caption + thead > tr:first-child > td,
.shop_table.cart > colgroup + thead > tr:first-child > th,
.shop_table.cart > colgroup + thead > tr:first-child > td,
.shop_table.cart > thead:first-child > tr:first-child > th,
.shop_table.cart > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.shop_table.cart > tbody + tbody {
  border-top: 2px solid #ddd;
}
.shop_table.cart .table {
  background-color: #fff;
}
.shop_table.cart th {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.woo_cart .coupon {
  padding-left: 0 !important;
}
.woo_cart .coupon .button {
  margin-left: .25em;
}
.woo_cart h2 {
  font-family: Lato, "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: 700;
  line-height: 1.1;
  color: #000;
  font-size: 18px;
  text-rendering: optimizelegibility;
  font-weight: 400;
  margin: 0;
}
.woo_cart h2 small,
.woo_cart h2 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
.woo_cart h2 a {
  text-decoration: none;
}
.cart-collaterals {
  float: right !important;
}
.cart-collaterals .cart_totals {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
  box-shadow: 0 1px 1px rgba(0,0,0,0.05);
  -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
  border-color: #ddd;
}
.cart-collaterals .cart_totals > .list-group {
  margin-bottom: 0;
}
.cart-collaterals .cart_totals > .list-group .list-group-item {
  border-width: 1px 0;
}
.cart-collaterals .cart_totals > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.cart-collaterals .cart_totals > .list-group .list-group-item:last-child {
  border-bottom: 0;
}
.cart-collaterals .cart_totals > .table,
.cart-collaterals .cart_totals > .table-responsive > .table {
  margin-bottom: 0;
}
.cart-collaterals .cart_totals > .panel-body + .table,
.cart-collaterals .cart_totals > .panel-body + .table-responsive {
  border-top: 1px solid #ddd;
}
.cart-collaterals .cart_totals > .table > tbody:first-child th,
.cart-collaterals .cart_totals > .table > tbody:first-child td {
  border-top: 0;
}
.cart-collaterals .cart_totals > .table-bordered,
.cart-collaterals .cart_totals > .table-responsive > .table-bordered {
  border: 0;
}
.cart-collaterals .cart_totals > .table-bordered > thead > tr > th:first-child,
.cart-collaterals .cart_totals > .table-bordered > thead > tr > td:first-child,
.cart-collaterals .cart_totals > .table-bordered > tbody > tr > th:first-child,
.cart-collaterals .cart_totals > .table-bordered > tbody > tr > td:first-child,
.cart-collaterals .cart_totals > .table-bordered > tfoot > tr > th:first-child,
.cart-collaterals .cart_totals > .table-bordered > tfoot > tr > td:first-child,
.cart-collaterals .cart_totals > .table-responsive > .table-bordered > thead > tr > th:first-child,
.cart-collaterals .cart_totals > .table-responsive > .table-bordered > thead > tr > td:first-child,
.cart-collaterals .cart_totals > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.cart-collaterals .cart_totals > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.cart-collaterals .cart_totals > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.cart-collaterals .cart_totals > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.cart-collaterals .cart_totals > .table-bordered > thead > tr > th:last-child,
.cart-collaterals .cart_totals > .table-bordered > thead > tr > td:last-child,
.cart-collaterals .cart_totals > .table-bordered > tbody > tr > th:last-child,
.cart-collaterals .cart_totals > .table-bordered > tbody > tr > td:last-child,
.cart-collaterals .cart_totals > .table-bordered > tfoot > tr > th:last-child,
.cart-collaterals .cart_totals > .table-bordered > tfoot > tr > td:last-child,
.cart-collaterals .cart_totals > .table-responsive > .table-bordered > thead > tr > th:last-child,
.cart-collaterals .cart_totals > .table-responsive > .table-bordered > thead > tr > td:last-child,
.cart-collaterals .cart_totals > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.cart-collaterals .cart_totals > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.cart-collaterals .cart_totals > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.cart-collaterals .cart_totals > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.cart-collaterals .cart_totals > .table-bordered > thead > tr:last-child > th,
.cart-collaterals .cart_totals > .table-bordered > thead > tr:last-child > td,
.cart-collaterals .cart_totals > .table-bordered > tbody > tr:last-child > th,
.cart-collaterals .cart_totals > .table-bordered > tbody > tr:last-child > td,
.cart-collaterals .cart_totals > .table-bordered > tfoot > tr:last-child > th,
.cart-collaterals .cart_totals > .table-bordered > tfoot > tr:last-child > td,
.cart-collaterals .cart_totals > .table-responsive > .table-bordered > thead > tr:last-child > th,
.cart-collaterals .cart_totals > .table-responsive > .table-bordered > thead > tr:last-child > td,
.cart-collaterals .cart_totals > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.cart-collaterals .cart_totals > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.cart-collaterals .cart_totals > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
.cart-collaterals .cart_totals > .table-responsive > .table-bordered > tfoot > tr:last-child > td {
  border-bottom: 0;
}
.cart-collaterals .cart_totals > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.cart-collaterals .cart_totals > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.cart-collaterals .cart_totals > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ddd;
}
.cart-collaterals .cart_totals > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ddd;
}
.cart-collaterals .cart_totals h2 {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  background: #eeeeee;
  font-family: Lato, "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: 700;
  line-height: 1.1;
  color: #000;
  font-size: 18px;
  text-rendering: optimizelegibility;
  font-weight: 400;
  margin: 0;
}
.cart-collaterals .cart_totals h2 > .dropdown .dropdown-toggle {
  color: inherit;
}
.cart-collaterals .cart_totals h2 small,
.cart-collaterals .cart_totals h2 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
.cart-collaterals .cart_totals h2 a {
  text-decoration: none;
}
.cart-collaterals .cart_totals table {
  width: 100%;
  margin-bottom: 20px;
  margin-bottom: 0;
}
.cart-collaterals .cart_totals table > thead > tr > th,
.cart-collaterals .cart_totals table > thead > tr > td,
.cart-collaterals .cart_totals table > tbody > tr > th,
.cart-collaterals .cart_totals table > tbody > tr > td,
.cart-collaterals .cart_totals table > tfoot > tr > th,
.cart-collaterals .cart_totals table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.cart-collaterals .cart_totals table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.cart-collaterals .cart_totals table > caption + thead > tr:first-child > th,
.cart-collaterals .cart_totals table > caption + thead > tr:first-child > td,
.cart-collaterals .cart_totals table > colgroup + thead > tr:first-child > th,
.cart-collaterals .cart_totals table > colgroup + thead > tr:first-child > td,
.cart-collaterals .cart_totals table > thead:first-child > tr:first-child > th,
.cart-collaterals .cart_totals table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.cart-collaterals .cart_totals table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.cart-collaterals .cart_totals table .table {
  background-color: #fff;
}
.cart-collaterals .shipping_calculator {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
  box-shadow: 0 1px 1px rgba(0,0,0,0.05);
  -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
}
.cart-collaterals .shipping_calculator > .list-group {
  margin-bottom: 0;
}
.cart-collaterals .shipping_calculator > .list-group .list-group-item {
  border-width: 1px 0;
}
.cart-collaterals .shipping_calculator > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.cart-collaterals .shipping_calculator > .list-group .list-group-item:last-child {
  border-bottom: 0;
}
.cart-collaterals .shipping_calculator > .table,
.cart-collaterals .shipping_calculator > .table-responsive > .table {
  margin-bottom: 0;
}
.cart-collaterals .shipping_calculator > .panel-body + .table,
.cart-collaterals .shipping_calculator > .panel-body + .table-responsive {
  border-top: 1px solid #ddd;
}
.cart-collaterals .shipping_calculator > .table > tbody:first-child th,
.cart-collaterals .shipping_calculator > .table > tbody:first-child td {
  border-top: 0;
}
.cart-collaterals .shipping_calculator > .table-bordered,
.cart-collaterals .shipping_calculator > .table-responsive > .table-bordered {
  border: 0;
}
.cart-collaterals .shipping_calculator > .table-bordered > thead > tr > th:first-child,
.cart-collaterals .shipping_calculator > .table-bordered > thead > tr > td:first-child,
.cart-collaterals .shipping_calculator > .table-bordered > tbody > tr > th:first-child,
.cart-collaterals .shipping_calculator > .table-bordered > tbody > tr > td:first-child,
.cart-collaterals .shipping_calculator > .table-bordered > tfoot > tr > th:first-child,
.cart-collaterals .shipping_calculator > .table-bordered > tfoot > tr > td:first-child,
.cart-collaterals .shipping_calculator > .table-responsive > .table-bordered > thead > tr > th:first-child,
.cart-collaterals .shipping_calculator > .table-responsive > .table-bordered > thead > tr > td:first-child,
.cart-collaterals .shipping_calculator > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.cart-collaterals .shipping_calculator > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.cart-collaterals .shipping_calculator > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.cart-collaterals .shipping_calculator > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.cart-collaterals .shipping_calculator > .table-bordered > thead > tr > th:last-child,
.cart-collaterals .shipping_calculator > .table-bordered > thead > tr > td:last-child,
.cart-collaterals .shipping_calculator > .table-bordered > tbody > tr > th:last-child,
.cart-collaterals .shipping_calculator > .table-bordered > tbody > tr > td:last-child,
.cart-collaterals .shipping_calculator > .table-bordered > tfoot > tr > th:last-child,
.cart-collaterals .shipping_calculator > .table-bordered > tfoot > tr > td:last-child,
.cart-collaterals .shipping_calculator > .table-responsive > .table-bordered > thead > tr > th:last-child,
.cart-collaterals .shipping_calculator > .table-responsive > .table-bordered > thead > tr > td:last-child,
.cart-collaterals .shipping_calculator > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.cart-collaterals .shipping_calculator > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.cart-collaterals .shipping_calculator > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.cart-collaterals .shipping_calculator > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.cart-collaterals .shipping_calculator > .table-bordered > thead > tr:last-child > th,
.cart-collaterals .shipping_calculator > .table-bordered > thead > tr:last-child > td,
.cart-collaterals .shipping_calculator > .table-bordered > tbody > tr:last-child > th,
.cart-collaterals .shipping_calculator > .table-bordered > tbody > tr:last-child > td,
.cart-collaterals .shipping_calculator > .table-bordered > tfoot > tr:last-child > th,
.cart-collaterals .shipping_calculator > .table-bordered > tfoot > tr:last-child > td,
.cart-collaterals .shipping_calculator > .table-responsive > .table-bordered > thead > tr:last-child > th,
.cart-collaterals .shipping_calculator > .table-responsive > .table-bordered > thead > tr:last-child > td,
.cart-collaterals .shipping_calculator > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.cart-collaterals .shipping_calculator > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.cart-collaterals .shipping_calculator > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
.cart-collaterals .shipping_calculator > .table-responsive > .table-bordered > tfoot > tr:last-child > td {
  border-bottom: 0;
}
.cart-collaterals .shipping_calculator > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.cart-collaterals .shipping_calculator h2 {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  background: #eeeeee;
  font-family: Lato, "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: 700;
  line-height: 1.1;
  color: #000;
  font-size: 18px;
  text-rendering: optimizelegibility;
  font-weight: 400;
  margin: 0;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 16px;
  color: white;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-box-shadow: none;
  text-shadow: none;
  background: black;
  text-transform: none;
  padding: 10px 12px;
  color: ;
  background-color: #C40400;
  border-color: #C40400;
}
.cart-collaterals .shipping_calculator h2 > .dropdown .dropdown-toggle {
  color: inherit;
}
.cart-collaterals .shipping_calculator h2 small,
.cart-collaterals .shipping_calculator h2 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
.cart-collaterals .shipping_calculator h2 a {
  text-decoration: none;
}
.cart-collaterals .shipping_calculator h2:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.cart-collaterals .shipping_calculator h2:hover,
.cart-collaterals .shipping_calculator h2:focus {
  color: ;
  text-decoration: none;
}
.cart-collaterals .shipping_calculator h2:active,
.cart-collaterals .shipping_calculator h2.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
  box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
}
.cart-collaterals .shipping_calculator h2.disabled,
.cart-collaterals .shipping_calculator h2[disabled],
fieldset[disabled] .cart-collaterals .shipping_calculator h2 {
  cursor: not-allowed;
  pointer-events: none;
  opacity: .65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-box-shadow: none;
}
.cart-collaterals .shipping_calculator h2:hover,
.cart-collaterals .shipping_calculator h2:focus,
.cart-collaterals .shipping_calculator h2:active {
  outline: 0;
  color: white;
  background: #9E0101;
}
.cart-collaterals .shipping_calculator h2:hover,
.cart-collaterals .shipping_calculator h2:focus,
.cart-collaterals .shipping_calculator h2:active,
.cart-collaterals .shipping_calculator h2.active,
.open .dropdown-toggle.cart-collaterals .shipping_calculator h2 {
  color: ;
  background-color: #9b0300;
  border-color: #870300;
}
.cart-collaterals .shipping_calculator h2:active,
.cart-collaterals .shipping_calculator h2.active,
.open .dropdown-toggle.cart-collaterals .shipping_calculator h2 {
  background-image: none;
}
.cart-collaterals .shipping_calculator h2.disabled,
.cart-collaterals .shipping_calculator h2.disabled:hover,
.cart-collaterals .shipping_calculator h2.disabled:focus,
.cart-collaterals .shipping_calculator h2.disabled:active,
.cart-collaterals .shipping_calculator h2.disabled.active,
.cart-collaterals .shipping_calculator h2[disabled],
.cart-collaterals .shipping_calculator h2[disabled]:hover,
.cart-collaterals .shipping_calculator h2[disabled]:focus,
.cart-collaterals .shipping_calculator h2[disabled]:active,
.cart-collaterals .shipping_calculator h2[disabled].active,
fieldset[disabled] .cart-collaterals .shipping_calculator h2,
fieldset[disabled] .cart-collaterals .shipping_calculator h2:hover,
fieldset[disabled] .cart-collaterals .shipping_calculator h2:focus,
fieldset[disabled] .cart-collaterals .shipping_calculator h2:active,
fieldset[disabled] .cart-collaterals .shipping_calculator h2.active {
  background-color: #C40400;
  border-color: #C40400;
}
.cart-collaterals .shipping_calculator h2 .badge {
  color: #C40400;
  background-color: #fff;
}
.cart-collaterals .shipping_calculator h2:hover,
.cart-collaterals .shipping_calculator h2:focus,
.cart-collaterals .shipping_calculator h2:active {
  background: #C40400;
}
.cart-collaterals .shipping_calculator .shipping-calculator-form {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
  box-shadow: 0 1px 1px rgba(0,0,0,0.05);
  -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
  border-color: #ddd;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  margin-top: -2px;
}
.cart-collaterals .shipping_calculator .shipping-calculator-form > .list-group {
  margin-bottom: 0;
}
.cart-collaterals .shipping_calculator .shipping-calculator-form > .list-group .list-group-item {
  border-width: 1px 0;
}
.cart-collaterals .shipping_calculator .shipping-calculator-form > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.cart-collaterals .shipping_calculator .shipping-calculator-form > .list-group .list-group-item:last-child {
  border-bottom: 0;
}
.cart-collaterals .shipping_calculator .shipping-calculator-form > .table,
.cart-collaterals .shipping_calculator .shipping-calculator-form > .table-responsive > .table {
  margin-bottom: 0;
}
.cart-collaterals .shipping_calculator .shipping-calculator-form > .panel-body + .table,
.cart-collaterals .shipping_calculator .shipping-calculator-form > .panel-body + .table-responsive {
  border-top: 1px solid #ddd;
}
.cart-collaterals .shipping_calculator .shipping-calculator-form > .table > tbody:first-child th,
.cart-collaterals .shipping_calculator .shipping-calculator-form > .table > tbody:first-child td {
  border-top: 0;
}
.cart-collaterals .shipping_calculator .shipping-calculator-form > .table-bordered,
.cart-collaterals .shipping_calculator .shipping-calculator-form > .table-responsive > .table-bordered {
  border: 0;
}
.cart-collaterals .shipping_calculator .shipping-calculator-form > .table-bordered > thead > tr > th:first-child,
.cart-collaterals .shipping_calculator .shipping-calculator-form > .table-bordered > thead > tr > td:first-child,
.cart-collaterals .shipping_calculator .shipping-calculator-form > .table-bordered > tbody > tr > th:first-child,
.cart-collaterals .shipping_calculator .shipping-calculator-form > .table-bordered > tbody > tr > td:first-child,
.cart-collaterals .shipping_calculator .shipping-calculator-form > .table-bordered > tfoot > tr > th:first-child,
.cart-collaterals .shipping_calculator .shipping-calculator-form > .table-bordered > tfoot > tr > td:first-child,
.cart-collaterals .shipping_calculator .shipping-calculator-form > .table-responsive > .table-bordered > thead > tr > th:first-child,
.cart-collaterals .shipping_calculator .shipping-calculator-form > .table-responsive > .table-bordered > thead > tr > td:first-child,
.cart-collaterals .shipping_calculator .shipping-calculator-form > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.cart-collaterals .shipping_calculator .shipping-calculator-form > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.cart-collaterals .shipping_calculator .shipping-calculator-form > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.cart-collaterals .shipping_calculator .shipping-calculator-form > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.cart-collaterals .shipping_calculator .shipping-calculator-form > .table-bordered > thead > tr > th:last-child,
.cart-collaterals .shipping_calculator .shipping-calculator-form > .table-bordered > thead > tr > td:last-child,
.cart-collaterals .shipping_calculator .shipping-calculator-form > .table-bordered > tbody > tr > th:last-child,
.cart-collaterals .shipping_calculator .shipping-calculator-form > .table-bordered > tbody > tr > td:last-child,
.cart-collaterals .shipping_calculator .shipping-calculator-form > .table-bordered > tfoot > tr > th:last-child,
.cart-collaterals .shipping_calculator .shipping-calculator-form > .table-bordered > tfoot > tr > td:last-child,
.cart-collaterals .shipping_calculator .shipping-calculator-form > .table-responsive > .table-bordered > thead > tr > th:last-child,
.cart-collaterals .shipping_calculator .shipping-calculator-form > .table-responsive > .table-bordered > thead > tr > td:last-child,
.cart-collaterals .shipping_calculator .shipping-calculator-form > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.cart-collaterals .shipping_calculator .shipping-calculator-form > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.cart-collaterals .shipping_calculator .shipping-calculator-form > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.cart-collaterals .shipping_calculator .shipping-calculator-form > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.cart-collaterals .shipping_calculator .shipping-calculator-form > .table-bordered > thead > tr:last-child > th,
.cart-collaterals .shipping_calculator .shipping-calculator-form > .table-bordered > thead > tr:last-child > td,
.cart-collaterals .shipping_calculator .shipping-calculator-form > .table-bordered > tbody > tr:last-child > th,
.cart-collaterals .shipping_calculator .shipping-calculator-form > .table-bordered > tbody > tr:last-child > td,
.cart-collaterals .shipping_calculator .shipping-calculator-form > .table-bordered > tfoot > tr:last-child > th,
.cart-collaterals .shipping_calculator .shipping-calculator-form > .table-bordered > tfoot > tr:last-child > td,
.cart-collaterals .shipping_calculator .shipping-calculator-form > .table-responsive > .table-bordered > thead > tr:last-child > th,
.cart-collaterals .shipping_calculator .shipping-calculator-form > .table-responsive > .table-bordered > thead > tr:last-child > td,
.cart-collaterals .shipping_calculator .shipping-calculator-form > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.cart-collaterals .shipping_calculator .shipping-calculator-form > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.cart-collaterals .shipping_calculator .shipping-calculator-form > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
.cart-collaterals .shipping_calculator .shipping-calculator-form > .table-responsive > .table-bordered > tfoot > tr:last-child > td {
  border-bottom: 0;
}
.cart-collaterals .shipping_calculator .shipping-calculator-form > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.cart-collaterals .shipping_calculator .shipping-calculator-form > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.cart-collaterals .shipping_calculator .shipping-calculator-form > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ddd;
}
.cart-collaterals .shipping_calculator .shipping-calculator-form > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ddd;
}
.cart-collaterals .shipping_calculator .shipping-calculator-form p {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
  border-left: none !important;
  border-right: none !important;
}
.cart-collaterals .shipping_calculator .shipping-calculator-form p:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.cart-collaterals .shipping_calculator .shipping-calculator-form p:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cart-collaterals .shipping_calculator .shipping-calculator-form p > .badge {
  float: right;
}
.cart-collaterals .shipping_calculator .shipping-calculator-form p > .badge + .badge {
  margin-right: 5px;
}
.cart-collaterals .shipping_calculator .shipping-calculator-form input[type="text"],
.cart-collaterals .shipping_calculator .shipping-calculator-form select {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #463c3c;
  vertical-align: middle;
  background-color: ;
  background-image: none;
  border: 1px solid ;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  color: #555;
  border-color: #bbb;
}
.cart-collaterals .shipping_calculator .shipping-calculator-form input[type="text"]:focus,
.cart-collaterals .shipping_calculator .shipping-calculator-form select:focus {
  border-color: #C20000;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(194,0,0,0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(194,0,0,0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(194,0,0,0.6);
}
.cart-collaterals .shipping_calculator .shipping-calculator-form input[type="text"]:-moz-placeholder,
.cart-collaterals .shipping_calculator .shipping-calculator-form select:-moz-placeholder {
  color: #463c3c;
}
.cart-collaterals .shipping_calculator .shipping-calculator-form input[type="text"]::-moz-placeholder,
.cart-collaterals .shipping_calculator .shipping-calculator-form select::-moz-placeholder {
  color: #463c3c;
  opacity: 1;
}
.cart-collaterals .shipping_calculator .shipping-calculator-form input[type="text"]:-ms-input-placeholder,
.cart-collaterals .shipping_calculator .shipping-calculator-form select:-ms-input-placeholder {
  color: #463c3c;
}
.cart-collaterals .shipping_calculator .shipping-calculator-form input[type="text"]::-webkit-input-placeholder,
.cart-collaterals .shipping_calculator .shipping-calculator-form select::-webkit-input-placeholder {
  color: #463c3c;
}
.cart-collaterals .shipping_calculator .shipping-calculator-form input[type="text"][disabled],
.cart-collaterals .shipping_calculator .shipping-calculator-form input[type="text"][readonly],
fieldset[disabled] .cart-collaterals .shipping_calculator .shipping-calculator-form input[type="text"],
.cart-collaterals .shipping_calculator .shipping-calculator-form select[disabled],
.cart-collaterals .shipping_calculator .shipping-calculator-form select[readonly],
fieldset[disabled] .cart-collaterals .shipping_calculator .shipping-calculator-form select {
  cursor: not-allowed;
  background-color: #eeeeee;
}
textarea.cart-collaterals .shipping_calculator .shipping-calculator-form input[type="text"],
textarea.cart-collaterals .shipping_calculator .shipping-calculator-form select {
  height: auto;
}
.woocommerce form {
  margin-bottom: 15px;
}
.woocommerce form label {
  font-family: 'Open Sans Condensed', sans-serif;
}
.woocommerce form input[type="text"],
.woocommerce form input[type="email"],
.woocommerce form input[type="password"],
.woocommerce form textarea,
.woocommerce form select {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #463c3c;
  vertical-align: middle;
  background-color: ;
  background-image: none;
  border: 1px solid ;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  color: #555;
  border-color: #bbb;
}
.woocommerce form input[type="text"]:focus,
.woocommerce form input[type="email"]:focus,
.woocommerce form input[type="password"]:focus,
.woocommerce form textarea:focus,
.woocommerce form select:focus {
  border-color: #C20000;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(194,0,0,0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(194,0,0,0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(194,0,0,0.6);
}
.woocommerce form input[type="text"]:-moz-placeholder,
.woocommerce form input[type="email"]:-moz-placeholder,
.woocommerce form input[type="password"]:-moz-placeholder,
.woocommerce form textarea:-moz-placeholder,
.woocommerce form select:-moz-placeholder {
  color: #463c3c;
}
.woocommerce form input[type="text"]::-moz-placeholder,
.woocommerce form input[type="email"]::-moz-placeholder,
.woocommerce form input[type="password"]::-moz-placeholder,
.woocommerce form textarea::-moz-placeholder,
.woocommerce form select::-moz-placeholder {
  color: #463c3c;
  opacity: 1;
}
.woocommerce form input[type="text"]:-ms-input-placeholder,
.woocommerce form input[type="email"]:-ms-input-placeholder,
.woocommerce form input[type="password"]:-ms-input-placeholder,
.woocommerce form textarea:-ms-input-placeholder,
.woocommerce form select:-ms-input-placeholder {
  color: #463c3c;
}
.woocommerce form input[type="text"]::-webkit-input-placeholder,
.woocommerce form input[type="email"]::-webkit-input-placeholder,
.woocommerce form input[type="password"]::-webkit-input-placeholder,
.woocommerce form textarea::-webkit-input-placeholder,
.woocommerce form select::-webkit-input-placeholder {
  color: #463c3c;
}
.woocommerce form input[type="text"][disabled],
.woocommerce form input[type="text"][readonly],
fieldset[disabled] .woocommerce form input[type="text"],
.woocommerce form input[type="email"][disabled],
.woocommerce form input[type="email"][readonly],
fieldset[disabled] .woocommerce form input[type="email"],
.woocommerce form input[type="password"][disabled],
.woocommerce form input[type="password"][readonly],
fieldset[disabled] .woocommerce form input[type="password"],
.woocommerce form textarea[disabled],
.woocommerce form textarea[readonly],
fieldset[disabled] .woocommerce form textarea,
.woocommerce form select[disabled],
.woocommerce form select[readonly],
fieldset[disabled] .woocommerce form select {
  cursor: not-allowed;
  background-color: #eeeeee;
}
textarea.woocommerce form input[type="text"],
textarea.woocommerce form input[type="email"],
textarea.woocommerce form input[type="password"],
textarea.woocommerce form textarea,
textarea.woocommerce form select {
  height: auto;
}
.woocommerce .col2-set {
  margin-left: -15px;
  margin-right: -15px;
}
.woocommerce .col2-set:before,
.woocommerce .col2-set:after {
  content: " ";
  display: table;
}
.woocommerce .col2-set:after {
  clear: both;
}
.woocommerce .col2-set:before,
.woocommerce .col2-set:after {
  content: " ";
  display: table;
}
.woocommerce .col2-set:after {
  clear: both;
}
.woocommerce .col2-set div[class*="col"] {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .woocommerce .col2-set div[class*="col"] {
    float: left;
    width: 50%;
  }
}
.woocommerce .col2-set div[class*="col"] > div {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
  box-shadow: 0 1px 1px rgba(0,0,0,0.05);
  -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
  border-color: #ddd;
  padding-left: 0;
}
.woocommerce .col2-set div[class*="col"] > div > .list-group {
  margin-bottom: 0;
}
.woocommerce .col2-set div[class*="col"] > div > .list-group .list-group-item {
  border-width: 1px 0;
}
.woocommerce .col2-set div[class*="col"] > div > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.woocommerce .col2-set div[class*="col"] > div > .list-group .list-group-item:last-child {
  border-bottom: 0;
}
.woocommerce .col2-set div[class*="col"] > div > .table,
.woocommerce .col2-set div[class*="col"] > div > .table-responsive > .table {
  margin-bottom: 0;
}
.woocommerce .col2-set div[class*="col"] > div > .panel-body + .table,
.woocommerce .col2-set div[class*="col"] > div > .panel-body + .table-responsive {
  border-top: 1px solid #ddd;
}
.woocommerce .col2-set div[class*="col"] > div > .table > tbody:first-child th,
.woocommerce .col2-set div[class*="col"] > div > .table > tbody:first-child td {
  border-top: 0;
}
.woocommerce .col2-set div[class*="col"] > div > .table-bordered,
.woocommerce .col2-set div[class*="col"] > div > .table-responsive > .table-bordered {
  border: 0;
}
.woocommerce .col2-set div[class*="col"] > div > .table-bordered > thead > tr > th:first-child,
.woocommerce .col2-set div[class*="col"] > div > .table-bordered > thead > tr > td:first-child,
.woocommerce .col2-set div[class*="col"] > div > .table-bordered > tbody > tr > th:first-child,
.woocommerce .col2-set div[class*="col"] > div > .table-bordered > tbody > tr > td:first-child,
.woocommerce .col2-set div[class*="col"] > div > .table-bordered > tfoot > tr > th:first-child,
.woocommerce .col2-set div[class*="col"] > div > .table-bordered > tfoot > tr > td:first-child,
.woocommerce .col2-set div[class*="col"] > div > .table-responsive > .table-bordered > thead > tr > th:first-child,
.woocommerce .col2-set div[class*="col"] > div > .table-responsive > .table-bordered > thead > tr > td:first-child,
.woocommerce .col2-set div[class*="col"] > div > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.woocommerce .col2-set div[class*="col"] > div > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.woocommerce .col2-set div[class*="col"] > div > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.woocommerce .col2-set div[class*="col"] > div > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.woocommerce .col2-set div[class*="col"] > div > .table-bordered > thead > tr > th:last-child,
.woocommerce .col2-set div[class*="col"] > div > .table-bordered > thead > tr > td:last-child,
.woocommerce .col2-set div[class*="col"] > div > .table-bordered > tbody > tr > th:last-child,
.woocommerce .col2-set div[class*="col"] > div > .table-bordered > tbody > tr > td:last-child,
.woocommerce .col2-set div[class*="col"] > div > .table-bordered > tfoot > tr > th:last-child,
.woocommerce .col2-set div[class*="col"] > div > .table-bordered > tfoot > tr > td:last-child,
.woocommerce .col2-set div[class*="col"] > div > .table-responsive > .table-bordered > thead > tr > th:last-child,
.woocommerce .col2-set div[class*="col"] > div > .table-responsive > .table-bordered > thead > tr > td:last-child,
.woocommerce .col2-set div[class*="col"] > div > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.woocommerce .col2-set div[class*="col"] > div > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.woocommerce .col2-set div[class*="col"] > div > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.woocommerce .col2-set div[class*="col"] > div > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.woocommerce .col2-set div[class*="col"] > div > .table-bordered > thead > tr:last-child > th,
.woocommerce .col2-set div[class*="col"] > div > .table-bordered > thead > tr:last-child > td,
.woocommerce .col2-set div[class*="col"] > div > .table-bordered > tbody > tr:last-child > th,
.woocommerce .col2-set div[class*="col"] > div > .table-bordered > tbody > tr:last-child > td,
.woocommerce .col2-set div[class*="col"] > div > .table-bordered > tfoot > tr:last-child > th,
.woocommerce .col2-set div[class*="col"] > div > .table-bordered > tfoot > tr:last-child > td,
.woocommerce .col2-set div[class*="col"] > div > .table-responsive > .table-bordered > thead > tr:last-child > th,
.woocommerce .col2-set div[class*="col"] > div > .table-responsive > .table-bordered > thead > tr:last-child > td,
.woocommerce .col2-set div[class*="col"] > div > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.woocommerce .col2-set div[class*="col"] > div > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.woocommerce .col2-set div[class*="col"] > div > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
.woocommerce .col2-set div[class*="col"] > div > .table-responsive > .table-bordered > tfoot > tr:last-child > td {
  border-bottom: 0;
}
.woocommerce .col2-set div[class*="col"] > div > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.woocommerce .col2-set div[class*="col"] > div > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.woocommerce .col2-set div[class*="col"] > div > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ddd;
}
.woocommerce .col2-set div[class*="col"] > div > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ddd;
}
.woocommerce .col2-set div[class*="col"] > div h3 {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  background: #eeeeee;
  margin: 0;
}
.woocommerce .col2-set div[class*="col"] > div h3 > .dropdown .dropdown-toggle {
  color: inherit;
}
.woocommerce .col2-set div[class*="col"] > div h3#ship-to-different-address label {
  margin: 0;
  padding: 0;
  display: inline-block;
}
.woocommerce .col2-set div[class*="col"] > div h3#ship-to-different-address input {
  float: left !important;
  width: 1em;
  height: 1em;
  margin: 0 .1em 0 0;
}
.woocommerce .col2-set div[class*="col"] > div p {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.woocommerce .col2-set div[class*="col"] > div p:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.woocommerce .col2-set div[class*="col"] > div p:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.woocommerce .col2-set div[class*="col"] > div p > .badge {
  float: right;
}
.woocommerce .col2-set div[class*="col"] > div p > .badge + .badge {
  margin-right: 5px;
}
form[name="checkout"] #order_review {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
  box-shadow: 0 1px 1px rgba(0,0,0,0.05);
  -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
  border-color: #C40400;
}
form[name="checkout"] #order_review > .list-group {
  margin-bottom: 0;
}
form[name="checkout"] #order_review > .list-group .list-group-item {
  border-width: 1px 0;
}
form[name="checkout"] #order_review > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
form[name="checkout"] #order_review > .list-group .list-group-item:last-child {
  border-bottom: 0;
}
form[name="checkout"] #order_review > .table,
form[name="checkout"] #order_review > .table-responsive > .table {
  margin-bottom: 0;
}
form[name="checkout"] #order_review > .panel-body + .table,
form[name="checkout"] #order_review > .panel-body + .table-responsive {
  border-top: 1px solid #ddd;
}
form[name="checkout"] #order_review > .table > tbody:first-child th,
form[name="checkout"] #order_review > .table > tbody:first-child td {
  border-top: 0;
}
form[name="checkout"] #order_review > .table-bordered,
form[name="checkout"] #order_review > .table-responsive > .table-bordered {
  border: 0;
}
form[name="checkout"] #order_review > .table-bordered > thead > tr > th:first-child,
form[name="checkout"] #order_review > .table-bordered > thead > tr > td:first-child,
form[name="checkout"] #order_review > .table-bordered > tbody > tr > th:first-child,
form[name="checkout"] #order_review > .table-bordered > tbody > tr > td:first-child,
form[name="checkout"] #order_review > .table-bordered > tfoot > tr > th:first-child,
form[name="checkout"] #order_review > .table-bordered > tfoot > tr > td:first-child,
form[name="checkout"] #order_review > .table-responsive > .table-bordered > thead > tr > th:first-child,
form[name="checkout"] #order_review > .table-responsive > .table-bordered > thead > tr > td:first-child,
form[name="checkout"] #order_review > .table-responsive > .table-bordered > tbody > tr > th:first-child,
form[name="checkout"] #order_review > .table-responsive > .table-bordered > tbody > tr > td:first-child,
form[name="checkout"] #order_review > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
form[name="checkout"] #order_review > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
form[name="checkout"] #order_review > .table-bordered > thead > tr > th:last-child,
form[name="checkout"] #order_review > .table-bordered > thead > tr > td:last-child,
form[name="checkout"] #order_review > .table-bordered > tbody > tr > th:last-child,
form[name="checkout"] #order_review > .table-bordered > tbody > tr > td:last-child,
form[name="checkout"] #order_review > .table-bordered > tfoot > tr > th:last-child,
form[name="checkout"] #order_review > .table-bordered > tfoot > tr > td:last-child,
form[name="checkout"] #order_review > .table-responsive > .table-bordered > thead > tr > th:last-child,
form[name="checkout"] #order_review > .table-responsive > .table-bordered > thead > tr > td:last-child,
form[name="checkout"] #order_review > .table-responsive > .table-bordered > tbody > tr > th:last-child,
form[name="checkout"] #order_review > .table-responsive > .table-bordered > tbody > tr > td:last-child,
form[name="checkout"] #order_review > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
form[name="checkout"] #order_review > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
form[name="checkout"] #order_review > .table-bordered > thead > tr:last-child > th,
form[name="checkout"] #order_review > .table-bordered > thead > tr:last-child > td,
form[name="checkout"] #order_review > .table-bordered > tbody > tr:last-child > th,
form[name="checkout"] #order_review > .table-bordered > tbody > tr:last-child > td,
form[name="checkout"] #order_review > .table-bordered > tfoot > tr:last-child > th,
form[name="checkout"] #order_review > .table-bordered > tfoot > tr:last-child > td,
form[name="checkout"] #order_review > .table-responsive > .table-bordered > thead > tr:last-child > th,
form[name="checkout"] #order_review > .table-responsive > .table-bordered > thead > tr:last-child > td,
form[name="checkout"] #order_review > .table-responsive > .table-bordered > tbody > tr:last-child > th,
form[name="checkout"] #order_review > .table-responsive > .table-bordered > tbody > tr:last-child > td,
form[name="checkout"] #order_review > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
form[name="checkout"] #order_review > .table-responsive > .table-bordered > tfoot > tr:last-child > td {
  border-bottom: 0;
}
form[name="checkout"] #order_review > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
form[name="checkout"] #order_review > .panel-heading {
  color: #fff;
  background-color: #C40400;
  border-color: #C40400;
}
form[name="checkout"] #order_review > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #C40400;
}
form[name="checkout"] #order_review > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #C40400;
}
form[name="checkout"] #order_review table {
  width: 100%;
  margin-bottom: 20px;
  margin-bottom: 0;
}
form[name="checkout"] #order_review table > thead > tr > th,
form[name="checkout"] #order_review table > thead > tr > td,
form[name="checkout"] #order_review table > tbody > tr > th,
form[name="checkout"] #order_review table > tbody > tr > td,
form[name="checkout"] #order_review table > tfoot > tr > th,
form[name="checkout"] #order_review table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
form[name="checkout"] #order_review table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
form[name="checkout"] #order_review table > caption + thead > tr:first-child > th,
form[name="checkout"] #order_review table > caption + thead > tr:first-child > td,
form[name="checkout"] #order_review table > colgroup + thead > tr:first-child > th,
form[name="checkout"] #order_review table > colgroup + thead > tr:first-child > td,
form[name="checkout"] #order_review table > thead:first-child > tr:first-child > th,
form[name="checkout"] #order_review table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
form[name="checkout"] #order_review table > tbody + tbody {
  border-top: 2px solid #ddd;
}
form[name="checkout"] #order_review table .table {
  background-color: #fff;
}
form[name="checkout"] #order_review table thead {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
form[name="checkout"] #order_review table .order-total {
  font-family: Lato, "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: 700;
  line-height: 1.1;
  color: #000;
  font-size: 30px;
  text-rendering: optimizelegibility;
  font-weight: 400;
}
form[name="checkout"] #order_review table .order-total small,
form[name="checkout"] #order_review table .order-total .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
form[name="checkout"] #order_review table .order-total a {
  text-decoration: none;
}
form[name="checkout"] #order_review #payment {
  border-top: 1px solid #C40400;
}
form[name="checkout"] #order_review #payment ul {
  margin-bottom: 20px;
  padding-left: 0;
  margin-bottom: 0;
}
form[name="checkout"] #order_review #payment ul li {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0 !important;
}
form[name="checkout"] #order_review #payment ul li:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
form[name="checkout"] #order_review #payment ul li:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
form[name="checkout"] #order_review #payment ul li > .badge {
  float: right;
}
form[name="checkout"] #order_review #payment ul li > .badge + .badge {
  margin-right: 5px;
}
form[name="checkout"] #order_review #payment .place-order {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
form[name="checkout"] #order_review #payment .place-order input[type="submit"] {
  color: ;
  background-color: #ccc;
  border-color: #ccc;
  background: #C40400;
  color: white;
}
form[name="checkout"] #order_review #payment .place-order input[type="submit"]:hover,
form[name="checkout"] #order_review #payment .place-order input[type="submit"]:focus,
form[name="checkout"] #order_review #payment .place-order input[type="submit"]:active,
form[name="checkout"] #order_review #payment .place-order input[type="submit"].active,
.open .dropdown-toggleform[name="checkout"] #order_review #payment .place-order input[type="submit"] {
  color: ;
  background-color: #b8b8b8;
  border-color: #adadad;
}
form[name="checkout"] #order_review #payment .place-order input[type="submit"]:active,
form[name="checkout"] #order_review #payment .place-order input[type="submit"].active,
.open .dropdown-toggleform[name="checkout"] #order_review #payment .place-order input[type="submit"] {
  background-image: none;
}
form[name="checkout"] #order_review #payment .place-order input[type="submit"].disabled,
form[name="checkout"] #order_review #payment .place-order input[type="submit"].disabled:hover,
form[name="checkout"] #order_review #payment .place-order input[type="submit"].disabled:focus,
form[name="checkout"] #order_review #payment .place-order input[type="submit"].disabled:active,
form[name="checkout"] #order_review #payment .place-order input[type="submit"].disabled.active,
form[name="checkout"] #order_review #payment .place-order input[type="submit"][disabled],
form[name="checkout"] #order_review #payment .place-order input[type="submit"][disabled]:hover,
form[name="checkout"] #order_review #payment .place-order input[type="submit"][disabled]:focus,
form[name="checkout"] #order_review #payment .place-order input[type="submit"][disabled]:active,
form[name="checkout"] #order_review #payment .place-order input[type="submit"][disabled].active,
fieldset[disabled] form[name="checkout"] #order_review #payment .place-order input[type="submit"],
fieldset[disabled] form[name="checkout"] #order_review #payment .place-order input[type="submit"]:hover,
fieldset[disabled] form[name="checkout"] #order_review #payment .place-order input[type="submit"]:focus,
fieldset[disabled] form[name="checkout"] #order_review #payment .place-order input[type="submit"]:active,
fieldset[disabled] form[name="checkout"] #order_review #payment .place-order input[type="submit"].active {
  background-color: #ccc;
  border-color: #ccc;
}
form[name="checkout"] #order_review #payment .place-order input[type="submit"] .badge {
  color: #ccc;
  background-color: #fff;
}
form[name="checkout"] #order_review #payment .place-order input[type="submit"]:hover,
form[name="checkout"] #order_review #payment .place-order input[type="submit"]:focus,
form[name="checkout"] #order_review #payment .place-order input[type="submit"]:active {
  background: black;
}
ul.order_details {
  margin-bottom: 20px;
  padding-left: 0;
}
ul.order_details li {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
ul.order_details li:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
ul.order_details li:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
ul.order_details li > .badge {
  float: right;
}
ul.order_details li > .badge + .badge {
  margin-right: 5px;
}
table.order_details {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
  box-shadow: 0 1px 1px rgba(0,0,0,0.05);
  -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
  border-color: #ddd;
  overflow: hidden;
}
table.order_details > .list-group {
  margin-bottom: 0;
}
table.order_details > .list-group .list-group-item {
  border-width: 1px 0;
}
table.order_details > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
table.order_details > .list-group .list-group-item:last-child {
  border-bottom: 0;
}
table.order_details > .table,
table.order_details > .table-responsive > .table {
  margin-bottom: 0;
}
table.order_details > .panel-body + .table,
table.order_details > .panel-body + .table-responsive {
  border-top: 1px solid #ddd;
}
table.order_details > .table > tbody:first-child th,
table.order_details > .table > tbody:first-child td {
  border-top: 0;
}
table.order_details > .table-bordered,
table.order_details > .table-responsive > .table-bordered {
  border: 0;
}
table.order_details > .table-bordered > thead > tr > th:first-child,
table.order_details > .table-bordered > thead > tr > td:first-child,
table.order_details > .table-bordered > tbody > tr > th:first-child,
table.order_details > .table-bordered > tbody > tr > td:first-child,
table.order_details > .table-bordered > tfoot > tr > th:first-child,
table.order_details > .table-bordered > tfoot > tr > td:first-child,
table.order_details > .table-responsive > .table-bordered > thead > tr > th:first-child,
table.order_details > .table-responsive > .table-bordered > thead > tr > td:first-child,
table.order_details > .table-responsive > .table-bordered > tbody > tr > th:first-child,
table.order_details > .table-responsive > .table-bordered > tbody > tr > td:first-child,
table.order_details > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
table.order_details > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
table.order_details > .table-bordered > thead > tr > th:last-child,
table.order_details > .table-bordered > thead > tr > td:last-child,
table.order_details > .table-bordered > tbody > tr > th:last-child,
table.order_details > .table-bordered > tbody > tr > td:last-child,
table.order_details > .table-bordered > tfoot > tr > th:last-child,
table.order_details > .table-bordered > tfoot > tr > td:last-child,
table.order_details > .table-responsive > .table-bordered > thead > tr > th:last-child,
table.order_details > .table-responsive > .table-bordered > thead > tr > td:last-child,
table.order_details > .table-responsive > .table-bordered > tbody > tr > th:last-child,
table.order_details > .table-responsive > .table-bordered > tbody > tr > td:last-child,
table.order_details > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
table.order_details > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
table.order_details > .table-bordered > thead > tr:last-child > th,
table.order_details > .table-bordered > thead > tr:last-child > td,
table.order_details > .table-bordered > tbody > tr:last-child > th,
table.order_details > .table-bordered > tbody > tr:last-child > td,
table.order_details > .table-bordered > tfoot > tr:last-child > th,
table.order_details > .table-bordered > tfoot > tr:last-child > td,
table.order_details > .table-responsive > .table-bordered > thead > tr:last-child > th,
table.order_details > .table-responsive > .table-bordered > thead > tr:last-child > td,
table.order_details > .table-responsive > .table-bordered > tbody > tr:last-child > th,
table.order_details > .table-responsive > .table-bordered > tbody > tr:last-child > td,
table.order_details > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
table.order_details > .table-responsive > .table-bordered > tfoot > tr:last-child > td {
  border-bottom: 0;
}
table.order_details > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
table.order_details > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
table.order_details > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ddd;
}
table.order_details > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ddd;
}
table.order_details thead {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.woocommerce dl {
  margin-bottom: 20px;
  padding-left: 0;
}
.woocommerce dl dt,
.woocommerce dl dd {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
  background-color: transparent;
}
.woocommerce dl dt:first-child,
.woocommerce dl dd:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.woocommerce dl dt:last-child,
.woocommerce dl dd:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.woocommerce dl dt > .badge,
.woocommerce dl dd > .badge {
  float: right;
}
.woocommerce dl dt > .badge + .badge,
.woocommerce dl dd > .badge + .badge {
  margin-right: 5px;
}
#productSlider .flexslider .slides li a {
  color: white;
  font-family: league_gothicregular, sans-serif;
  font-size: 22px;
  display: block;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: normal;
}
#productSlider .flexslider .slides li a:hover {
  color: #C40400;
}
#productSlider .flexslider .slides li a img {
  height: auto;
  width: 100%;
  max-width: 100%;
  background: none repeat scroll 0 0 white;
  border: 4px solid #C40400;
  padding: 15px;
  display: block;
  overflow: hidden;
}
@font-face {
  font-family: "league_gothicregular";
  src: url("fonts/leaguegothic-regular.eot");
  src: url("fonts/leaguegothic-regular.eot?#iefix") format("embedded-opentype"), url("fonts/leaguegothic-regular.woff") format("woff"), url("fonts/leaguegothic-regular.ttf") format("truetype"), url("fonts/leaguegothic-regular.svg#league_gothicregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "din-regularregular";
  src: url("fonts/dinrg_-webfont.eot");
  src: url("fonts/dinrg_-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/dinrg_-webfont.woff") format("woff"), url("fonts/dinrg_-webfont.ttf") format("truetype"), url("fonts/dinrg_-webfont.svg#din-regularregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SignPainter";
  src: url("fonts/signpainter-housescript.eot");
  src: url("fonts/signpainter-housescript.eot?#iefix") format("embedded-opentype"), url("fonts/signpainter-housescript.woff") format("woff"), url("fonts/signpainter-housescript.ttf") format("truetype"), url("fonts/signpainter-housescript.svg#SignPainter") format("svg");
  font-weight: normal;
  font-style: normal;
}
body {
  background: url("images/body-bg.png") repeat-x #c3c3c3 !important;
}
a {
  color: #C40400;
}
a:hover,
a:focus,
a:active {
  color: #C20000;
  outline: 0;
  text-decoration: none;
}
:link {
  -webkit-tap-highlight-color: rgba(0,0,0,0.3);
}
.hide-seo-text {
  line-height: 0;
  font-size: 0;
  color: transparent;
}
#page {
  padding-left: 15px;
  padding-right: 15px;
}
#innerPage {
  background: url("images/container-bg.png");
}
.shell {
  max-width: 1360px;
  width: 100%;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.btn,
.button,
.woocommerce #content input.button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce-page #content input.button,
.woocommerce-page #respond input#submit,
.woocommerce-page a.button,
.woocommerce-page button.button,
.woocommerce-page input.button.woocommerce #content input.button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce-page #content input.button,
.woocommerce-page #respond input#submit,
.woocommerce-page a.button,
.woocommerce-page button.button,
.woocommerce-page input.button {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 16px;
  color: white;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-box-shadow: none;
  text-shadow: none;
  background: black;
  text-transform: none;
  font-weight: normal;
  padding: 10px 12px;
  border-radius: 4px;
}
.btn:hover,
.btn:focus,
.btn:active,
.button:hover,
.button:focus,
.button:active,
.woocommerce #content input.button:hover,
.woocommerce #content input.button:focus,
.woocommerce #content input.button:active,
.woocommerce #respond input#submit:hover,
.woocommerce #respond input#submit:focus,
.woocommerce #respond input#submit:active,
.woocommerce a.button:hover,
.woocommerce a.button:focus,
.woocommerce a.button:active,
.woocommerce button.button:hover,
.woocommerce button.button:focus,
.woocommerce button.button:active,
.woocommerce input.button:hover,
.woocommerce input.button:focus,
.woocommerce input.button:active,
.woocommerce-page #content input.button:hover,
.woocommerce-page #content input.button:focus,
.woocommerce-page #content input.button:active,
.woocommerce-page #respond input#submit:hover,
.woocommerce-page #respond input#submit:focus,
.woocommerce-page #respond input#submit:active,
.woocommerce-page a.button:hover,
.woocommerce-page a.button:focus,
.woocommerce-page a.button:active,
.woocommerce-page button.button:hover,
.woocommerce-page button.button:focus,
.woocommerce-page button.button:active,
.woocommerce-page input.button.woocommerce #content input.button:hover,
.woocommerce-page input.button.woocommerce #content input.button:focus,
.woocommerce-page input.button.woocommerce #content input.button:active,
.woocommerce #respond input#submit:hover,
.woocommerce #respond input#submit:focus,
.woocommerce #respond input#submit:active,
.woocommerce a.button:hover,
.woocommerce a.button:focus,
.woocommerce a.button:active,
.woocommerce button.button:hover,
.woocommerce button.button:focus,
.woocommerce button.button:active,
.woocommerce input.button:hover,
.woocommerce input.button:focus,
.woocommerce input.button:active,
.woocommerce-page #content input.button:hover,
.woocommerce-page #content input.button:focus,
.woocommerce-page #content input.button:active,
.woocommerce-page #respond input#submit:hover,
.woocommerce-page #respond input#submit:focus,
.woocommerce-page #respond input#submit:active,
.woocommerce-page a.button:hover,
.woocommerce-page a.button:focus,
.woocommerce-page a.button:active,
.woocommerce-page button.button:hover,
.woocommerce-page button.button:focus,
.woocommerce-page button.button:active,
.woocommerce-page input.button:hover,
.woocommerce-page input.button:focus,
.woocommerce-page input.button:active {
  outline: 0;
  color: white;
  background: #9E0101;
}
.woocommerce #content input.button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce-page #content input.button,
.woocommerce-page #respond input#submit,
.woocommerce-page a.button,
.woocommerce-page button.button,
.woocommerce-page input.button.woocommerce #content input.button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce-page #content input.button,
.woocommerce-page #respond input#submit,
.woocommerce-page a.button,
.woocommerce-page button.button,
.woocommerce-page input.button {
  background: #222;
}
.woocommerce #content input.button:hover,
.woocommerce #content input.button:focus,
.woocommerce #content input.button:active,
.woocommerce #respond input#submit:hover,
.woocommerce #respond input#submit:focus,
.woocommerce #respond input#submit:active,
.woocommerce a.button:hover,
.woocommerce a.button:focus,
.woocommerce a.button:active,
.woocommerce button.button:hover,
.woocommerce button.button:focus,
.woocommerce button.button:active,
.woocommerce input.button:hover,
.woocommerce input.button:focus,
.woocommerce input.button:active,
.woocommerce-page #content input.button:hover,
.woocommerce-page #content input.button:focus,
.woocommerce-page #content input.button:active,
.woocommerce-page #respond input#submit:hover,
.woocommerce-page #respond input#submit:focus,
.woocommerce-page #respond input#submit:active,
.woocommerce-page a.button:hover,
.woocommerce-page a.button:focus,
.woocommerce-page a.button:active,
.woocommerce-page button.button:hover,
.woocommerce-page button.button:focus,
.woocommerce-page button.button:active,
.woocommerce-page input.button.woocommerce #content input.button:hover,
.woocommerce-page input.button.woocommerce #content input.button:focus,
.woocommerce-page input.button.woocommerce #content input.button:active,
.woocommerce #respond input#submit:hover,
.woocommerce #respond input#submit:focus,
.woocommerce #respond input#submit:active,
.woocommerce a.button:hover,
.woocommerce a.button:focus,
.woocommerce a.button:active,
.woocommerce button.button:hover,
.woocommerce button.button:focus,
.woocommerce button.button:active,
.woocommerce input.button:hover,
.woocommerce input.button:focus,
.woocommerce input.button:active,
.woocommerce-page #content input.button:hover,
.woocommerce-page #content input.button:focus,
.woocommerce-page #content input.button:active,
.woocommerce-page #respond input#submit:hover,
.woocommerce-page #respond input#submit:focus,
.woocommerce-page #respond input#submit:active,
.woocommerce-page a.button:hover,
.woocommerce-page a.button:focus,
.woocommerce-page a.button:active,
.woocommerce-page button.button:hover,
.woocommerce-page button.button:focus,
.woocommerce-page button.button:active,
.woocommerce-page input.button:hover,
.woocommerce-page input.button:focus,
.woocommerce-page input.button:active {
  background: #333;
}
#container .woocommerce-breadcrumb {
  background: #eee;
  border: 1px solid #ddd;
  font-size: 13px;
  color: #000;
}
#container .woocommerce-breadcrumb a {
  color: #c40400;
}
.woocommerce div.product form.cart .variations td.label {
  padding: 0.5em 1em;
  margin-top: 10px;
}
.woocommerce div.product form.cart .variations td.label label {
  margin-bottom: 0;
}
.btn-default {
  background: black;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active {
  background: #C40400;
}
.btn-primary,
.button-primary {
  background: #C40400;
  color: white;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.button-primary:hover,
.button-primary:focus,
.button-primary:active {
  background: black;
}
.btn.xlg {
  font-size: 22px;
  padding: 10px 30px;
}
.woocommerce form select:focus {
  border-color: #888;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(136,136,136,0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(136,136,136,0.6);
}
.form-control::-moz-placeholder {
  color: #888;
  font-size: 14px;
  font-style: italic;
}
.form-control:-moz-placeholder {
  color: #888;
  font-size: 14px;
  font-style: italic;
}
.form-control::-webkit-placeholder {
  color: #888;
  font-size: 14px;
  font-style: italic;
}
.form-control::-ms-input-placeholder {
  color: #888;
  font-size: 14px;
  font-style: italic;
}
.form-group label {
  font-family: 'Open Sans Condensed', sans-serif;
}
.form-control {
  font-size: 14px;
  color: #555;
  border-color: #bbb;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.order2-error.has-error,
.order3-error.has-error {
  background: none repeat scroll 0 0 lightyellow;
  color: #a94442;
  font-size: 12px;
  padding: 2px;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce-page form .form-row input.input-text,
.woocommerce-page form .form-row textarea,
.chosen-container-single .chosen-single {
  border-color: #ccc;
}
.form-row {
  margin-left: -15px;
  margin-right: -15px;
}
.form-row:before,
.form-row:after {
  content: " ";
  display: table;
}
.form-row:after {
  clear: both;
}
.form-row:before,
.form-row:after {
  content: " ";
  display: table;
}
.form-row:after {
  clear: both;
}
.form-row .form-group {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .form-row .form-group {
    float: left;
    width: 100%;
  }
}
.form-row .form-group:first-child:nth-last-child(2),
.form-row .form-group:first-child:nth-last-child(2) ~ .form-group {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .form-row .form-group:first-child:nth-last-child(2),
  .form-row .form-group:first-child:nth-last-child(2) ~ .form-group {
    float: left;
    width: 50%;
  }
}
.form-row .form-group:first-child:nth-last-child(3),
.form-row .form-group:first-child:nth-last-child(3) ~ .form-group {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .form-row .form-group:first-child:nth-last-child(3),
  .form-row .form-group:first-child:nth-last-child(3) ~ .form-group {
    float: left;
    width: 33.333333333333%;
  }
}
.form-row .form-group:first-child:nth-last-child(4),
.form-row .form-group:first-child:nth-last-child(4) ~ .form-group {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .form-row .form-group:first-child:nth-last-child(4),
  .form-row .form-group:first-child:nth-last-child(4) ~ .form-group {
    float: left;
    width: 25%;
  }
}
.flex-direction-nav a {
  height: 48px;
}
#single-product-carousel .flex-direction-nav {
  display: none;
}
#single-product-carousel ul li {
  cursor: pointer;
}
.add-fields,
.remove-fields {
  cursor: pointer;
  text-align: right;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  text-rendering: optimizelegibility;
  font-weight: 400;
}
h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a {
  text-decoration: none;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
#content h5 {
  font-size: 22px;
}
#topWrap {
  background: #000;
}
#topWrap #innerTop {
  padding-left: 0;
  padding-right: 0;
}
#topWrap .ticker {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 0;
  color: #fff;
  padding-top: 10px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  #topWrap .ticker {
    float: left;
    width: 58.333333333333%;
  }
}
@media (min-width: 992px) {
  #topWrap .ticker {
    float: left;
    width: 58.333333333333%;
  }
}
#topWrap .ticker a {
  color: white;
}
#topWrap .ticker a:hover {
  text-decoration: underline;
}
#topWrap .socialWrap {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-right: 0;
  float: right !important;
}
@media (min-width: 768px) {
  #topWrap .socialWrap {
    float: left;
    width: 41.666666666667%;
  }
}
@media (min-width: 992px) {
  #topWrap .socialWrap {
    float: left;
    width: 41.666666666667%;
  }
}
#topWrap .socialWrap ul {
  padding-left: 0;
  margin-bottom: 0;
  float: right;
}
#topWrap .socialWrap ul li {
  display: inline-block;
}
#topWrap .socialWrap ul li a {
  color: #fff;
  padding: 8px;
  font-size: 14px;
  display: block;
  text-align: right;
  text-transform: uppercase;
}
#topWrap .socialWrap ul li a i {
  font-size: 20px;
}
#topWrap .socialWrap ul li a:hover {
  background-color: #C40400;
}
#topWrap .socialWrap ul li a.woo-header-cart-icon {
  position: relative;
}
#topWrap .socialWrap ul li a.woo-header-cart-icon .woo-header-cart-count {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  background: rgba(0,0,0,0.5);
  padding: 5px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#header {
  background-image: url("images/container-bg.png");
  background-color: #d70000;
  background-blend-mode: multiply;
  margin-top: 16px;
  margin-bottom: 16px;
}
#header .logo,
#header #logo {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  z-index: 100;
  -webkit-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}
@media (min-width: 768px) {
  #header .logo,
  #header #logo {
    float: left;
    width: 16.666666666667%;
  }
}
@media (min-width: 992px) {
  #header .logo,
  #header #logo {
    float: left;
    width: 16.666666666667%;
  }
}
#header .logo:hover,
#header #logo:hover {
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -o-transform: scale(1.02);
  transform: scale(1.02);
}
#header .logo img,
#header #logo img {
  margin-top: -5px;
  position: absolute;
}
#header #fin-logo {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #header #fin-logo {
    float: left;
    width: 16.666666666667%;
  }
}
@media (min-width: 992px) {
  #header #fin-logo {
    float: left;
    width: 16.666666666667%;
  }
}
#header #fin-logo img {
  margin-top: -13px;
  max-width: 140px;
}
#header .bikes-logo {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #header .bikes-logo {
    float: left;
    width: 16.666666666667%;
  }
}
@media (min-width: 992px) {
  #header .bikes-logo {
    float: left;
    width: 16.666666666667%;
  }
}
#header .bikes-logo img {
  margin-top: -13px;
  max-width: 140px;
}
#header #mainNav {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #header #mainNav {
    float: left;
    width: 54.166666666667%;
  }
}
#header #mainNav ul {
  font-size: 0;
  padding-left: 0;
  margin-bottom: 0;
}
#header #mainNav ul li {
  display: block;
  float: left;
}
#header #mainNav ul li a {
  font-family: league_gothicregular, sans-serif;
  text-transform: uppercase;
  color: #fff;
  font-size: 24px;
  padding: 50px 10px 43px;
  border-right: 1px solid #fff;
  display: block;
  float: left;
}
#header #mainNav ul li a:hover {
  background-color: #000;
  text-decoration: none;
  border-color: #222;
}
#header #mainNav ul li.line-break {
  line-height: 1;
  text-align: center;
}
#header #mainNav ul li.line-break a {
  line-height: 1;
  padding-bottom: 35px;
  padding-top: 44px;
}
#header #mainNav ul li:first-child a {
  border-left: 1px solid #fff;
}
#header #mainNav ul li ul li a {
  background: #c40400;
}
#header .info {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: din-regularregular, sans-serif;
  text-align: center;
  line-height: 1;
  letter-spacing: -1px;
  margin-top: 10px;
}
@media (min-width: 768px) {
  #header .info {
    float: left;
    width: 16.666666666667%;
  }
}
@media (min-width: 992px) {
  #header .info {
    float: left;
    width: 16.666666666667%;
  }
}
#header .info h2 {
  color: #000 !important;
  font-size: 20px;
  margin-top: 4px;
  margin-bottom: 0;
  font-weight: bold;
  font-family: din-regularregular, sans-serif;
  font-weight: 900;
}
#header .info .phone {
  color: #000 !important;
  font-size: 18px;
  margin-top: 4px;
  margin-bottom: 0;
  font-weight: bold;
  font-family: din-regularregular, sans-serif;
  font-weight: 900;
}
#header .info .address {
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  display: block;
  padding-top: 4px;
  padding-bottom: 4px;
  max-width: 280px;
  margin: 0 auto;
}
#header .info .address a {
  color: #fff;
}
#header .info .address i {
  font-size: 38px;
}
#header .info .mapz {
  position: absolute;
  right: 0;
  top: 40%;
}
#header .info .mapz span {
  display: none;
}
#header .info .mapz:hover {
  text-shadow: 0 1px 3px rgba(0,0,0,0.25);
}
#header .outgoing-logos {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  height: 0;
  z-index: 10;
}
@media (min-width: 768px) {
  #header .outgoing-logos {
    float: left;
    width: 16.666666666667%;
  }
}
@media (min-width: 992px) {
  #header .outgoing-logos {
    float: left;
    width: 16.666666666667%;
  }
}
#header .outgoing-logos .wp-caption {
  background: none;
  text-align: center;
  color: white;
  float: left;
  display: block;
  clear: none;
  width: 50%;
  text-transform: uppercase;
  font-size: 12px;
  margin-top: 4px;
}
#header .outgoing-logos .wp-caption img {
  margin-top: 10px;
  position: relative;
  width: 100%;
  height: auto;
}
#header .outgoing-logos img {
  max-width: 129px;
}
@media (max-width: 1265px) {
  #header .outgoing-logos img {
    max-width: 115px;
  }
}
#header .logo-secondary {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #header .logo-secondary {
    float: left;
    width: 41.666666666667%;
  }
}
@media (min-width: 992px) {
  #header .logo-secondary {
    float: left;
    width: 41.666666666667%;
  }
}
#header .logo-secondary img {
  -webkit-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}
#header .logo-secondary img:hover {
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -o-transform: scale(1.02);
  transform: scale(1.02);
}
#header .logo-secondary img {
  max-width: 160px;
}
#header .outgoing-logos {
  width: 140px;
}
#header .outgoing-logos img {
  -webkit-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}
#header .outgoing-logos img:hover {
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -o-transform: scale(1.02);
  transform: scale(1.02);
}
#header .outgoing-logos#outgoing1 {
  width: 217px;
}
#header .outgoing-logos#outgoing1 .wp-caption + .wp-caption img {
  margin-top: 2px;
  margin-bottom: -9px;
}
#header .outgoing-logos#outgoing2 {
  width: 220px;
}
#header .outgoing-logos#outgoing3 .wp-caption + .wp-caption img {
  margin-top: 15px;
  margin-bottom: -1px;
}
@media (min-width: 992px) {
  .term-bikes-to-the-beach .info,
  .term-fin-city-brewery .info {
    margin-left: 16.666666666667%;
  }
}
#sidr {
  display: none;
}
#content {
  background: #fff;
  padding: 10px 30px;
}
#content:before,
#content:after {
  content: " ";
  display: table;
}
#content:after {
  clear: both;
}
#content:before,
#content:after {
  content: " ";
  display: table;
}
#content:after {
  clear: both;
}
#content img {
  padding: 10px;
  background: #eee;
  border: 1px solid #ccc;
}
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
  color: #C40400;
}
.entry-meta {
  color: #999;
}
.crumbs .breadcrumb {
  background: #eee;
  border: 1px solid #ddd;
  font-size: 13px;
}
.tribe-events-list .tribe-events-event-image {
  float: left;
  margin: 0 3% 0 0;
  width: 30%;
}
#secondary {
  position: relative;
}
#secondary .widget .widget-title {
  font-size: 38px;
  color: #fff;
}
#secondary #text-10 {
  background: url("images/crab-prices-bg.png");
  height: 290px;
  font-family: league_gothicregular, sans-serif;
  color: white;
  font-size: 36px;
  text-align: center;
  text-shadow: 1px 2px 1px #000;
  text-transform: uppercase;
  padding-top: 0;
}
#secondary #text-10 .crab-price .crab-row {
  margin-left: -15px;
  margin-right: -15px;
}
#secondary #text-10 .crab-price .crab-row:before,
#secondary #text-10 .crab-price .crab-row:after {
  content: " ";
  display: table;
}
#secondary #text-10 .crab-price .crab-row:after {
  clear: both;
}
#secondary #text-10 .crab-price .crab-row:before,
#secondary #text-10 .crab-price .crab-row:after {
  content: " ";
  display: table;
}
#secondary #text-10 .crab-price .crab-row:after {
  clear: both;
}
#secondary #text-10 .crab-price .crab-row .crab-unit {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #secondary #text-10 .crab-price .crab-row .crab-unit {
    float: left;
    width: 33.333333333333%;
  }
}
#secondary #text-10 .crab-price .crab-row .crab-unit .size {
  color: #fff;
  padding-right: 5px;
  font-weight: normal;
}
#secondary #text-10 .crab-price .crab-row .crab-unit .amount {
  font-size: 24px;
}
#secondary #text-10 p {
  height: auto;
  font-family: league_gothicregular, sans-serif;
  color: white;
  font-size: 18px;
  text-align: left;
  text-shadow: none;
  text-transform: normal;
}
#secondary #text-10 .inner-section {
  padding: 0;
}
#secondary #text-8 {
  text-align: center;
  background: rgba(255,255,255,0.8);
  margin-bottom: 15px;
}
#secondary #text-8 h2 {
  margin-top: 0;
}
#secondary #text-8 .btn {
  font-size: 20px;
  font-weight: 600;
}
#blowout {
  margin: 85px 0 15px -15px;
}
#blowout img {
  width: 100%;
}
#tribe-events-list-widget-2 {
  background: #000;
  color: #fff;
  margin-bottom: 30px;
  margin-left: 0px;
  margin-right: -15px;
  margin-top: 30px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#tribe-events-list-widget-2 .inner-section {
  padding: 15px;
}
#tribe-events-list-widget-2 .widget-title {
  font-size: 45px;
  color: #fff;
  margin-top: 0;
  text-transform: uppercase;
}
#tribe-events-list-widget-2 ol {
  padding-left: 0;
}
#tribe-events-list-widget-2 ol li {
  margin: 10px 0;
  border-bottom: 1px dashed #fff;
  padding: 10px 0;
}
#tribe-events-list-widget-2 .btn:hover {
  background: #222;
}
#tribe-events-list-widget-2 .event-info {
  margin-left: -15px;
  margin-right: -15px;
}
#tribe-events-list-widget-2 .event-info:before,
#tribe-events-list-widget-2 .event-info:after {
  content: " ";
  display: table;
}
#tribe-events-list-widget-2 .event-info:after {
  clear: both;
}
#tribe-events-list-widget-2 .event-info:before,
#tribe-events-list-widget-2 .event-info:after {
  content: " ";
  display: table;
}
#tribe-events-list-widget-2 .event-info:after {
  clear: both;
}
#tribe-events-list-widget-2 .event-info .left {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #tribe-events-list-widget-2 .event-info .left {
    float: left;
    width: 16.666666666667%;
  }
}
@media (min-width: 992px) {
  #tribe-events-list-widget-2 .event-info .left {
    float: left;
    width: 16.666666666667%;
  }
}
#tribe-events-list-widget-2 .event-info .left .date {
  font-size: 30px;
  color: #C40400;
  text-align: center;
  font-family: league_gothicregular, sans-serif;
  text-transform: uppercase;
  line-height: 1;
}
#tribe-events-list-widget-2 .event-info .left .date span {
  display: block;
}
#tribe-events-list-widget-2 .event-info .right {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #tribe-events-list-widget-2 .event-info .right {
    float: left;
    width: 83.333333333333%;
  }
}
@media (min-width: 992px) {
  #tribe-events-list-widget-2 .event-info .right {
    float: left;
    width: 83.333333333333%;
  }
}
#tribe-events-list-widget-2 .event-info .right a:hover {
  color: #444;
}
#tribe-events-list-widget-2 .event-info .right h4 {
  margin-top: 0;
  margin-bottom: 2px;
}
#tribe-events-list-widget-2 .event-info .right h4 a {
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
}
#tribe-events-list-widget-2 .event-info .right h4 a:hover {
  color: #C40400;
}
#tribe-events-list-widget-2 .event-info .go-left {
  float: left;
  width: 75%;
}
#tribe-events-list-widget-2 .event-info .go-left .description {
  display: none;
}
#tribe-events-list-widget-2 .event-info .go-right {
  float: right;
}
#tribe-events-list-widget-2 .event-info .go-right .tribe-events-event-image {
  margin: 0;
}
#tribe-events-list-widget-2 .event-info .go-right .tribe-events-event-image img {
  opacity: 0.3;
}
#tribe-events-list-widget-2 .event-info .go-right .tribe-events-event-image:hover img {
  opacity: 1;
}
#footer {
  margin-top: 15px;
  margin-bottom: 16px;
  font-size: 14px;
}
#footer #innerFooter {
  position: relative;
}
#footer a:hover {
  text-decoration: underline;
}
#footer .widget .widget-title {
  font-size: 24px;
  color: #C40400;
}
#footer .widget:nth-of-type(1) {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #footer .widget:nth-of-type(1) {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  #footer .widget:nth-of-type(1) {
    float: left;
    width: 50%;
  }
}
#footer .widget:nth-of-type(1) .footer-column:nth-of-type(1) {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  #footer .widget:nth-of-type(1) .footer-column:nth-of-type(1) {
    float: left;
    width: 33.333333333333%;
  }
}
#footer .widget:nth-of-type(1) .footer-column:nth-of-type(2) {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  #footer .widget:nth-of-type(1) .footer-column:nth-of-type(2) {
    float: left;
    width: 66.666666666667%;
  }
}
#footer .widget:nth-of-type(1) ul {
  padding-left: 0;
}
#footer .widget:nth-of-type(1) ul li {
  display: inline-block;
}
#footer .widget:nth-of-type(1) ul li a {
  padding: 10px;
  font-size: 20px;
  display: block;
}
#footer .widget:nth-of-type(1) ul li a:hover {
  text-decoration: none;
  -webkit-transform: scale(1.01);
  -moz-transform: scale(1.01);
  -ms-transform: scale(1.01);
  -o-transform: scale(1.01);
  transform: scale(1.01);
}
#footer .widget:nth-of-type(1) ul li:last-child a {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 16px;
  color: white;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-box-shadow: none;
  text-shadow: none;
  background: black;
  text-transform: none;
  padding: 10px 12px;
  background: #C40400;
  font-weight: bold;
}
#footer .widget:nth-of-type(1) ul li:last-child a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
#footer .widget:nth-of-type(1) ul li:last-child a:hover,
#footer .widget:nth-of-type(1) ul li:last-child a:focus {
  color: ;
  text-decoration: none;
}
#footer .widget:nth-of-type(1) ul li:last-child a:active,
#footer .widget:nth-of-type(1) ul li:last-child a.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
  box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
}
#footer .widget:nth-of-type(1) ul li:last-child a.disabled,
#footer .widget:nth-of-type(1) ul li:last-child a[disabled],
fieldset[disabled] #footer .widget:nth-of-type(1) ul li:last-child a {
  cursor: not-allowed;
  pointer-events: none;
  opacity: .65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-box-shadow: none;
}
#footer .widget:nth-of-type(1) ul li:last-child a:hover,
#footer .widget:nth-of-type(1) ul li:last-child a:focus,
#footer .widget:nth-of-type(1) ul li:last-child a:active {
  outline: 0;
  color: white;
  background: #9E0101;
}
#footer .widget:nth-of-type(1) ul li:last-child a:hover {
  background: #000;
}
#footer .widget:nth-of-type(1) form {
  padding-left: 15px;
}
#footer .widget:nth-of-type(1) form .widget-title {
  font-size: 24px;
  color: #C40400;
}
#footer .widget:nth-of-type(1) form .btn {
  margin-top: 25px;
  padding: 5px 15px;
}
#footer .widget:nth-of-type(2) {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #footer .widget:nth-of-type(2) {
    float: left;
    width: 25%;
  }
}
@media (min-width: 992px) {
  #footer .widget:nth-of-type(2) {
    float: left;
    width: 25%;
  }
}
#footer .widget:nth-of-type(2) ul {
  padding-left: 0;
}
#footer .widget:nth-of-type(2) ul li {
  display: block;
  float: left;
  width: 50%;
  font-size: 14px;
}
#footer .widget:nth-of-type(2) ul li a:hover {
  color: #C40400;
}
#footer .widget:nth-of-type(3) {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}
@media (min-width: 768px) {
  #footer .widget:nth-of-type(3) {
    float: left;
    width: 16.666666666667%;
  }
}
@media (min-width: 992px) {
  #footer .widget:nth-of-type(3) {
    float: left;
    width: 16.666666666667%;
  }
}
#footer .widget:nth-of-type(3) a {
  display: inline-block;
}
#footer .widget:nth-of-type(3) a img {
  max-width: 100%;
  height: auto;
}
#footer .widget:nth-of-type(3) a {
  margin-bottom: 5px;
}
#footer .widget:nth-of-type(3) a:hover {
  -webkit-transform: scale(1.01);
  -moz-transform: scale(1.01);
  -ms-transform: scale(1.01);
  -o-transform: scale(1.01);
  transform: scale(1.01);
}
#footer .bottom {
  clear: both;
  float: left;
  margin-top: 20px;
  width: 100%;
}
#footer .bottom .awards {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: right;
}
@media (min-width: 768px) {
  #footer .bottom .awards {
    float: left;
    width: 25%;
  }
}
@media (min-width: 992px) {
  #footer .bottom .awards {
    float: left;
    width: 25%;
  }
}
@media (min-width: 768px) {
  #footer .bottom .awards {
    margin-left: 8.3333333333333%;
  }
}
@media (min-width: 992px) {
  #footer .bottom .awards {
    margin-left: 8.3333333333333%;
  }
}
#footer .bottom .awards img {
  max-width: 83%;
  margin-right: 2px;
  margin-top: -20px;
}
#footer .bottom #copyright {
  text-align: center;
}
#footer .bottom #copyright .oc-but {
  float: right;
}
#footer .bottom #copyright .oc-but img {
  max-width: 110px;
}
#footer .bottom #copyright span {
  line-height: 1;
  margin-top: 38px;
}
#footer .bottom .awards,
#footer .bottom #copyright {
  margin-top: 40px;
}
#homepageNotice {
  margin: 20px 0;
}
#homepageNotice .inner {
  background-color: #000;
  color: #fff;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 28px;
  padding: 15px;
}
#homepageNotice .inner p {
  margin: 0;
}
@media (max-width: 767px) {
  #homepageNotice {
    margin: 20px 15px;
  }
  #homepageNotice .inner {
    font-size: 22px;
  }
}
.home #content img {
  padding: 0;
  background: none;
  border: none;
}
.home #leaderboard {
  position: relative;
}
.home #leaderboard #d3slider {
  border: none;
  position: relative;
  box-shadow: none;
  max-width: 100%;
  width: 100%;
  z-index: 0;
  border-radius: 0;
  overflow: hidden;
  margin-bottom: 0;
  float: left;
}
.home #leaderboard #d3slider img {
  height: auto;
}
.home #leaderboard #d3slider .flex-direction-nav .flex-next,
.home #leaderboard #d3slider .flex-direction-nav .flex-prev {
  opacity: 1;
  background: #000;
}
.home #leaderboard #d3slider .flex-direction-nav .flex-next {
  right: -55px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.home #leaderboard #d3slider .flex-direction-nav .flex-prev {
  left: -55px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.home #leaderboard #d3slider .flex-direction-nav a {
  height: 90px;
  width: 90px;
}
.home #leaderboard #d3slider .flex-direction-nav a:hover {
  color: #C40400;
}
.home #leaderboard #d3slider .flex-direction-nav a:hover:before {
  color: #C40400;
}
.home #leaderboard #d3slider .flex-direction-nav a:before {
  font-family: "fontawesome";
  color: white;
  font-size: 38px;
  text-shadow: none;
  margin-top: 16px;
}
.home #leaderboard #d3slider .flex-direction-nav .flex-next:before {
  content: "\f105";
  margin-right: 29px;
}
.home #leaderboard #d3slider .flex-direction-nav .flex-prev:before {
  content: "\f104";
  height: 70px;
  margin-left: 61px;
}
.home #content {
  background: none;
  padding: 0;
}
.home #productSlider {
  min-height: 400px;
  background: #000;
}
.home #productSlider h2.section-title {
  font-size: 48px;
  text-align: center;
  color: #fff;
}
.home #productSlider h2.section-title a {
  color: #fff;
  margin: 0 5px;
}
.home #productSlider h2.section-title a:hover {
  color: #C40400;
}
.home #productSlider .flexslider {
  background: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-box-shadow: none;
  padding: 15px;
  max-width: 1120px;
  margin: 0 auto;
}
.home #productSlider .flexslider aside {
  display: none;
}
.home #productSlider .flexslider ul {
  display: table;
}
.home #productSlider .flexslider ul li {
  margin-right: 20px;
}
.home #productSlider .flexslider ul li .inner-product {
  display: table-cell;
  height: 290px;
  text-align: center;
  vertical-align: middle;
}
.home #productSlider .flexslider ul li .inner-product .product-image {
  background: none repeat scroll 0 0 white;
  border: 4px solid #C40400;
  padding: 15px;
  display: block;
  height: 202px;
  width: 202px;
  overflow: hidden;
}
.home #productSlider .flexslider ul li .inner-product .product-image img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  -webkit-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -o-transform: scale(0.95);
  transform: scale(0.95);
}
.home #productSlider .flexslider ul li .inner-product .product-image img:hover {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.home #productSlider .flexslider ul li .inner-product .title {
  color: white;
  font-family: league_gothicregular, sans-serif;
  font-size: 22px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 205px;
  font-weight: normal;
}
.home #productSlider .flexslider ul li .inner-product .title:hover {
  color: #C40400;
}
.home #productSlider .flexslider ul li .inner-product .more-info {
  font-family: 'Open Sans', sans-serif;
  color: #C40400;
  text-transform: uppercase;
  font-size: 14px;
}
.home #productSlider .flexslider ul li .inner-product .more-info:hover {
  text-decoration: underline;
}
.home #productSlider .flexslider .flex-direction-nav .flex-next,
.home #productSlider .flexslider .flex-direction-nav .flex-prev {
  opacity: 1;
}
.home #productSlider .flexslider .flex-direction-nav .flex-next {
  right: -40px;
}
@media all and (max-width: 1246px) {
  .home #productSlider .flexslider .flex-direction-nav .flex-next {
    right: 10px;
  }
}
.home #productSlider .flexslider .flex-direction-nav .flex-prev {
  left: -40px;
}
@media all and (max-width: 1246px) {
  .home #productSlider .flexslider .flex-direction-nav .flex-prev {
    left: 10px;
  }
}
.home #productSlider .flexslider .flex-direction-nav a {
  height: 75px;
  top: 35%;
}
.home #productSlider .flexslider .flex-direction-nav a:before {
  font-family: "fontawesome";
  color: white;
  font-size: 74px;
  text-shadow: none;
}
.home #productSlider .flexslider .flex-direction-nav .flex-next:before {
  content: "\f105";
}
.home #productSlider .flexslider .flex-direction-nav .flex-prev:before {
  content: "\f104";
}
.home .entry-content {
  margin: 30px 0 50px;
}
@media (max-width: 991px) {
  .home .entry-content {
    padding: 0 15px;
  }
}
.home .entry-content p {
  font-size: 17px;
  font-weight: bold;
}
@media (max-width: 991px) {
  .home .video-wrap {
    padding: 15px;
  }
}
.home #content .featured-banner {
  margin-bottom: 15px;
}
.home #content .featured-banner img {
  max-width: 100%;
  border: 10px solid #fff;
  -webkit-box-shadow: 6px 11px 14px rgba(0,0,0,0.8);
  box-shadow: 6px 11px 14px rgba(0,0,0,0.8);
  -moz-box-shadow: 6px 11px 14px rgba(0,0,0,0.8);
}
.home #content .drone-wrap {
  padding-top: 15px;
  padding-left: 0;
  position: relative;
}
@media (max-width: 991px) {
  .home #content .drone-wrap {
    padding: 0 15px;
  }
}
.home #content .drone-wrap .btn {
  float: right;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 10px 20px;
  margin-right: 25px;
  margin-top: -10px;
  line-height: 1;
  text-transform: uppercase;
}
.home #content .drone-wrap .btn:hover {
  background: #9E0101;
}
.home #content .drone-wrap .btn:hover .middle {
  color: #000;
}
.home #content .drone-wrap .btn .first {
  font-size: 14px;
}
.home #content .drone-wrap .btn .middle {
  color: #C40400;
  font-size: 16px;
}
.home #content .drone-wrap .btn .last {
  font-size: 18px;
}
.home #content .drone-wrap .drone-slide {
  width: 100%;
  margin-top: 0;
  -webkit-box-shadow: 6px 11px 14px rgba(0,0,0,0.8);
  box-shadow: 6px 11px 14px rgba(0,0,0,0.8);
  -moz-box-shadow: 6px 11px 14px rgba(0,0,0,0.8);
  position: relative;
  z-index: 1;
  background: white;
  padding: 10px;
}
.home #content .drone-wrap .drone-markers li {
  list-style: none;
}
.home #content .drone-wrap .drone-markers li span {
  position: absolute;
  opacity: 0;
  display: block;
  z-index: 3;
  width: 50px;
  height: 53px;
}
.home #content .drone-wrap .drone-markers li span i {
  width: 100%;
  position: absolute;
  bottom: 10px;
  text-align: center;
  color: #000;
  font-size: 25px;
}
.home #content .drone-wrap .drone-markers li span:hover {
  opacity: 1;
}
.home #content .drone-wrap .drone-markers li span:hover .info {
  display: block;
}
.home #content .drone-wrap .drone-markers li span:hover a {
  display: block;
}
.home #content .drone-wrap .drone-markers li span a {
  display: none;
  position: absolute;
  top: -150px;
  width: 310px;
  left: -40px;
}
.home #content .drone-wrap .drone-markers li span a h2 {
  background: none repeat scroll 0 0 #000;
  color: white;
  margin-bottom: -17px;
  margin-left: -40px;
  padding: 10px;
  position: relative;
  text-align: center;
  width: 68%;
}
.home #content .drone-wrap .drone-markers li:nth-child(1) span {
  left: 80%;
  top: 51%;
}
.home #content .drone-wrap .drone-markers li:nth-child(2) span {
  left: 46%;
  top: 27%;
}
.home #content .drone-wrap .drone-markers li:nth-child(3) span {
  left: 60%;
  top: 34%;
}
.home #content .drone-wrap .drone-markers li:nth-child(3) span a h2 {
  width: 107px;
  margin-left: 7px;
}
.home #content .drone-wrap .drone-markers li:nth-child(4) span {
  left: 40%;
  top: 61%;
}
.home #content .drone-wrap .drone-markers li:nth-child(5) span {
  left: 9%;
  top: 54%;
}
.home #content .drone-wrap .drone-markers li:nth-child(5) span a h2 {
  width: 132px;
  margin-left: -3px;
}
.home #content .drone-wrap .drone {
  position: absolute;
  bottom: -76px;
  right: 142px;
  z-index: 2;
}
.home #main {
  background-image: url("images/container-bg.png");
  background-color: #d70000;
  background-blend-mode: multiply;
  padding-top: 16px;
  padding-bottom: 16px;
}
#mobileHeader {
  position: relative;
  z-index: 1000;
  position: absolute;
  right: 0;
}
#mobileHeader:before,
#mobileHeader:after {
  content: " ";
  display: table;
}
#mobileHeader:after {
  clear: both;
}
#mobileHeader:before,
#mobileHeader:after {
  content: " ";
  display: table;
}
#mobileHeader:after {
  clear: both;
}
#mobileHeader span {
  display: block;
  position: relative;
  z-index: 100000;
  padding: 10px;
  font-size: 20px;
}
#mobileMenu #closeMenu {
  right: 25px;
}
#mobileMenu img {
  max-width: 150px;
}
#sidr {
  display: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-box-shadow: none;
  background: #111;
}
#sidr #close-menu {
  background: #000;
  border: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  color: #ffffff;
  font-size: 18px;
  padding: 5px 10px;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
}
#sidr #sidr-nav ul {
  border: none;
}
#sidr #sidr-nav ul li {
  border-bottom: 1px solid #222;
  border-top: 1px solid #000;
}
#sidr #sidr-nav ul li a {
  color: white;
}
#sidr #sidr-nav ul li a:hover {
  background: #222;
  color: white;
  box-shadow: none;
}
#sidr #sidr-nav ul li ul {
  border: none;
}
.sidr ul li:hover > a,
.sidr ul li:hover > span,
.sidr ul li.active > a,
.sidr ul li.active > span,
.sidr ul li.sidr-class-active > a,
.sidr ul li.sidr-class-active > span {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
}
.page-id-139 #content .wp-caption {
  width: 25% !important;
  clear: none;
  margin-right: 0;
  text-align: center;
  background: none;
}
.page-id-139 #content .wp-caption .inner-section {
  padding: 10px;
}
.page-id-139 #content .wp-caption .inner-section img {
  padding: 15px;
  margin: 0 auto;
  max-width: 210px !important;
  -webkit-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}
.page-id-139 #content .wp-caption .inner-section img:hover {
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -o-transform: scale(1.02);
  transform: scale(1.02);
}
.page-id-139 #content .wp-caption a {
  color: #000;
}
.page-id-139 #content .wp-caption:nth-of-type(1) img {
  background: #C40400;
}
.page-id-139 #content .wp-caption:nth-of-type(2) img {
  background: #eee;
}
.page-id-139 #content .wp-caption:nth-of-type(3) img {
  background: #000;
}
.page-id-139 #content .wp-caption:nth-of-type(4) img {
  background: #3678a8;
}
.woocommerce .quantity,
.woocommerce #content .quantity,
.woocommerce-page .quantity,
.woocommerce-page #content .quantity {
  float: right;
}
.single #header .outgoing-logos img {
  max-width: 140px;
  right: 30px;
}
.page-template-hoopers-store-template-php #content .menu {
  text-align: center;
  padding-left: 0;
  margin-bottom: 20px;
}
.page-template-hoopers-store-template-php #content .menu li {
  list-style: none;
  display: inline;
}
.page-template-hoopers-store-template-php #content .menu li a {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 16px;
  color: white;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-box-shadow: none;
  text-shadow: none;
  background: black;
  text-transform: none;
  padding: 10px 12px;
  font-family: league_gothicregular, sans-serif;
  text-transform: uppercase;
  padding: 5px 15px;
  font-size: 24px;
  background: #C40400;
}
.page-template-hoopers-store-template-php #content .menu li a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.page-template-hoopers-store-template-php #content .menu li a:hover,
.page-template-hoopers-store-template-php #content .menu li a:focus {
  color: ;
  text-decoration: none;
}
.page-template-hoopers-store-template-php #content .menu li a:active,
.page-template-hoopers-store-template-php #content .menu li a.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
  box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
}
.page-template-hoopers-store-template-php #content .menu li a.disabled,
.page-template-hoopers-store-template-php #content .menu li a[disabled],
fieldset[disabled] .page-template-hoopers-store-template-php #content .menu li a {
  cursor: not-allowed;
  pointer-events: none;
  opacity: .65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-box-shadow: none;
}
.page-template-hoopers-store-template-php #content .menu li a:hover,
.page-template-hoopers-store-template-php #content .menu li a:focus,
.page-template-hoopers-store-template-php #content .menu li a:active {
  outline: 0;
  color: white;
  background: #9E0101;
}
.page-template-hoopers-store-template-php #content .menu li a:hover {
  background: black;
}
.page-template-hoopers-store-template-php #content .menu li.current_page_item a {
  background: black;
}
#content .inner-image {
  margin: 0 auto;
  max-height: 280px;
  max-width: 280px;
  background: #fff;
  border: 1px solid #ccc;
  overflow: hidden;
  padding: 10px;
}
#content .inner-image img {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-box-shadow: none;
  padding: 0 !important;
}
.page-id-908 #header .logo,
.page-id-130 #header .logo,
.page-id-2843 #header .logo,
.page-id-2845 #header .logo,
.page-id-2840 #header .logo,
.page-id-2838 #header .logo,
.page-id-2844 #header .logo {
  display: none;
}
@media (min-width: 768px) {
  .page-id-908 #header .info,
  .page-id-130 #header .info,
  .page-id-2843 #header .info,
  .page-id-2845 #header .info,
  .page-id-2840 #header .info,
  .page-id-2838 #header .info,
  .page-id-2844 #header .info {
    margin-left: 16.666666666667%;
  }
}
.page-id-908 #header .info h2,
.page-id-908 #header .info .phone,
.page-id-130 #header .info h2,
.page-id-130 #header .info .phone,
.page-id-2843 #header .info h2,
.page-id-2843 #header .info .phone,
.page-id-2845 #header .info h2,
.page-id-2845 #header .info .phone,
.page-id-2840 #header .info h2,
.page-id-2840 #header .info .phone,
.page-id-2838 #header .info h2,
.page-id-2838 #header .info .phone,
.page-id-2844 #header .info h2,
.page-id-2844 #header .info .phone {
  color: #fff;
}
.page-id-908 #menu-fin-city-store-categories,
.page-id-130 #menu-fin-city-store-categories,
.page-id-2843 #menu-fin-city-store-categories,
.page-id-2845 #menu-fin-city-store-categories,
.page-id-2840 #menu-fin-city-store-categories,
.page-id-2838 #menu-fin-city-store-categories,
.page-id-2844 #menu-fin-city-store-categories {
  list-style: none;
  padding: 0;
  text-align: center;
}
.page-id-908 #menu-fin-city-store-categories li,
.page-id-130 #menu-fin-city-store-categories li,
.page-id-2843 #menu-fin-city-store-categories li,
.page-id-2845 #menu-fin-city-store-categories li,
.page-id-2840 #menu-fin-city-store-categories li,
.page-id-2838 #menu-fin-city-store-categories li,
.page-id-2844 #menu-fin-city-store-categories li {
  display: inline;
}
.page-id-908 #menu-fin-city-store-categories li a,
.page-id-130 #menu-fin-city-store-categories li a,
.page-id-2843 #menu-fin-city-store-categories li a,
.page-id-2845 #menu-fin-city-store-categories li a,
.page-id-2840 #menu-fin-city-store-categories li a,
.page-id-2838 #menu-fin-city-store-categories li a,
.page-id-2844 #menu-fin-city-store-categories li a {
  font-family: league_gothicregular, sans-serif;
  background: #c40400;
  color: #fff;
  margin: 0 2.5px;
  border-radius: 4px;
  padding: 10px 30px;
  font-size: 28px;
}
.page-id-908 #menu-fin-city-store-categories li a:hover,
.page-id-130 #menu-fin-city-store-categories li a:hover,
.page-id-2843 #menu-fin-city-store-categories li a:hover,
.page-id-2845 #menu-fin-city-store-categories li a:hover,
.page-id-2840 #menu-fin-city-store-categories li a:hover,
.page-id-2838 #menu-fin-city-store-categories li a:hover,
.page-id-2844 #menu-fin-city-store-categories li a:hover {
  background: #000;
}
.page-id-908 #menu-fin-city-store-categories li.current_page_item a,
.page-id-130 #menu-fin-city-store-categories li.current_page_item a,
.page-id-2843 #menu-fin-city-store-categories li.current_page_item a,
.page-id-2845 #menu-fin-city-store-categories li.current_page_item a,
.page-id-2840 #menu-fin-city-store-categories li.current_page_item a,
.page-id-2838 #menu-fin-city-store-categories li.current_page_item a,
.page-id-2844 #menu-fin-city-store-categories li.current_page_item a {
  background: #000;
}
.page-id-908 #header,
.page-id-2843 #header,
.page-id-2845 #header,
.page-id-2840 #header,
.page-id-2838 #header,
.page-id-2844 #header {
  background: #444;
}
.page-id-908 #header .info h2,
.page-id-908 #header #header .info .phone,
.page-id-2843 #header .info h2,
.page-id-2843 #header #header .info .phone,
.page-id-2845 #header .info h2,
.page-id-2845 #header #header .info .phone,
.page-id-2840 #header .info h2,
.page-id-2840 #header #header .info .phone,
.page-id-2838 #header .info h2,
.page-id-2838 #header #header .info .phone,
.page-id-2844 #header .info h2,
.page-id-2844 #header #header .info .phone {
  color: #fff;
}
.page-id-130 #header {
  background: #3e8fd0;
}
.woocommerce ul.products li.product .inner-section img,
.woocommerce-page ul.products li.product .inner-section img {
  -webkit-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}
.woocommerce ul.products li.product .inner-section img:hover,
.woocommerce-page ul.products li.product .inner-section img:hover {
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -o-transform: scale(1.02);
  transform: scale(1.02);
}
.woocommerce #content img {
  padding: 0;
  background: none;
  border: none;
  width: auto;
  max-height: 290px;
  margin: 0 auto;
}
.woocommerce ul.products,
.woocommerce-page ul.products {
  margin-left: -15px;
  margin-right: -15px;
}
.woocommerce ul.products:before,
.woocommerce ul.products:after,
.woocommerce-page ul.products:before,
.woocommerce-page ul.products:after {
  content: " ";
  display: table;
}
.woocommerce ul.products:after,
.woocommerce-page ul.products:after {
  clear: both;
}
.woocommerce ul.products:before,
.woocommerce ul.products:after,
.woocommerce-page ul.products:before,
.woocommerce-page ul.products:after {
  content: " ";
  display: table;
}
.woocommerce ul.products:after,
.woocommerce-page ul.products:after {
  clear: both;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  height: inherit;
  margin: 0 0 10px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  width: 33.3333% !important;
  border: none;
}
@media (min-width: 768px) {
  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {
    float: left;
    width: 33.333333333333%;
  }
}
@media (min-width: 992px) {
  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {
    float: left;
    width: 33.333333333333%;
  }
}
.woocommerce ul.products li.product .inner-section,
.woocommerce-page ul.products li.product .inner-section {
  background: #eee;
  padding: 15px;
  border: 1px solid #ccc;
}
.woocommerce ul.products li.product .inner-section img,
.woocommerce-page ul.products li.product .inner-section img {
  background: #fff !important;
  padding: 10px !important;
}
.woocommerce ul.products li.product h3,
.woocommerce-page ul.products li.product h3 {
  color: #fff;
  font-size: 22px;
  height: auto;
  margin: 0;
  padding: 0.5em 0;
}
.woocommerce ul.products li.product h3,
.woocommerce-page ul.products li.product h3 {
  color: #fff;
  font-size: 22px;
  height: auto;
  margin: 0;
  padding: 0.5em 0;
}
.page-template-archive-php .star-rating {
  display: none !important;
}
.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price {
  color: #5caf30;
  font-size: 48px;
  height: auto;
  margin-bottom: 2px;
}
.woocommerce span.onsale,
.woocommerce-page span.onsale {
  background: #5caf30;
}
.woocommerce .products .star-rating,
.woocommerce-page .products .star-rating {
  display: none;
}
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit.alt,
.woocommerce #content input.button.alt,
.woocommerce-page a.button.alt,
.woocommerce-page button.button.alt,
.woocommerce-page input.button.alt,
.woocommerce-page #respond input#submit.alt,
.woocommerce-page #content input.button.alt {
  background: black !important;
}
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce #content input.button.alt:hover,
.woocommerce-page a.button.alt:hover,
.woocommerce-page button.button.alt:hover,
.woocommerce-page input.button.alt:hover,
.woocommerce-page #respond input#submit.alt:hover,
.woocommerce-page #content input.button.alt:hover {
  background: #333 !important;
}
.related.products .products {
  padding: 15px;
}
.product_meta {
  display: none;
}
#reviews #respond h3 {
  background: #000;
}
div[itemprop="description"] {
  display: none;
}
.variations .label {
  float: left;
  display: block;
}
.woocommerce table.shop_attributes td,
.woocommerce-page table.shop_attributes td {
  vertical-align: middle;
}
.woocommerce-cart .shell,
.woocommerce-checkout .shell {
  min-width: 480px;
}
.woocommerce-cart .shell #content .panel-footer .btn,
.woocommerce-cart .shell #content .panel-footer input.button,
.woocommerce-checkout .shell #content .panel-footer .btn,
.woocommerce-checkout .shell #content .panel-footer input.button {
  width: auto;
}
.woocommerce td.product-name dl.variation dd,
.woocommerce-page td.product-name dl.variation dd {
  width: 40%;
  padding: 5px;
}
.woocommerce td.product-name dl.variation dt,
.woocommerce-page td.product-name dl.variation dt {
  width: 20%;
  padding: 5px;
}
.woocommerce table.cart img,
.woocommerce #content table.cart img,
.woocommerce-page table.cart img,
.woocommerce-page #content table.cart img {
  width: auto;
  padding: 0;
}
.woocommerce table.cart a.remove:hover,
.woocommerce #content table.cart a.remove:hover,
.woocommerce-page table.cart a.remove:hover,
.woocommerce-page #content table.cart a.remove:hover {
  background: #C40400;
}
.woocommerce table.cart a.remove,
.woocommerce #content table.cart a.remove,
.woocommerce-page table.cart a.remove,
.woocommerce-page #content table.cart a.remove {
  color: #C40400;
}
.woo_cart h2 {
  font-size: 28px;
}
.woocommerce .woocommerce-message:before,
.woocommerce .woocommerce-error:before,
.woocommerce .woocommerce-info:before,
.woocommerce-page .woocommerce-message:before,
.woocommerce-page .woocommerce-error:before,
.woocommerce-page .woocommerce-info:before {
  height: auto !important;
}
.woocommerce table.shop_table th,
.woocommerce-page table.shop_table th {
  background: #000;
  color: #fff;
}
.woocommerce table.cart img,
.woocommerce #content table.cart img,
.woocommerce-page table.cart img,
.woocommerce-page #content table.cart img {
  max-width: 150px;
  padding: 0;
  width: auto;
}
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit.alt,
.woocommerce #content input.button.alt,
.woocommerce-page a.button.alt,
.woocommerce-page button.button.alt,
.woocommerce-page input.button.alt,
.woocommerce-page #respond input#submit.alt,
.woocommerce-page #content input.button.alt {
  background: #5caf30;
  text-shadow: none;
}
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce #content input.button.alt:hover,
.woocommerce-page a.button.alt:hover,
.woocommerce-page button.button.alt:hover,
.woocommerce-page input.button.alt:hover,
.woocommerce-page #respond input#submit.alt:hover,
.woocommerce-page #content input.button.alt:hover {
  background: #72ce39;
  text-shadow: none;
}
.cart-collaterals .shipping_calculator h2 {
  background: #222;
}
.cart-collaterals .shipping_calculator h2 a {
  color: #fff;
}
.cart-collaterals .shipping_calculator h2:hover {
  background: #333;
}
.woocommerce .cart-collaterals .cart_totals table th,
.woocommerce-page .cart-collaterals .cart_totals table th,
.woocommerce .cart-collaterals .cart_totals table td,
.woocommerce-page .cart-collaterals .cart_totals table td {
  padding: 6px;
}
.woocommerce .cart-collaterals .shipping_calculator,
.woocommerce-page .cart-collaterals .shipping_calculator {
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-box-shadow: none;
  width: auto;
}
.coupon .button {
  display: block !important;
  float: right;
  margin-left: 10px !important;
  margin-top: 3px !important;
}
.woocommerce #order_review table.shop_table tfoot th,
.woocommerce-page #order_review table.shop_table tfoot th {
  background: white;
  color: #000;
}
form[name="checkout"] #order_review {
  background: none;
  border: none;
}
.alert-dismissable .close {
  display: none;
}
.woocommerce .checkout .col-2 h3#ship-to-different-address,
.woocommerce-page .checkout .col-2 h3#ship-to-different-address {
  width: 100%;
}
form[name="checkout"] #order_review #payment {
  border-top-color: #000;
}
form[name="checkout"] #order_review #payment .place-order input[type="submit"] {
  background: #5caf30;
  text-shadow: none;
}
form[name="checkout"] #order_review #payment .place-order input[type="submit"]:hover {
  background: #72ce39;
  text-shadow: none;
}
.woocommerce
  .col2-set
  div[class*="col"]
  > div
  h3#ship-to-different-address
  label {
  font-family: league_gothicregular, sans-serif;
  font-weight: normal;
}
#content > article.product .images .flexslider img {
  max-height: none !important;
  min-width: 0 !important;
  width: auto !important;
}
.single-product #footer .bottom form {
  bottom: 110px;
}
.id-note {
  display: none;
}
.id-note h2 {
  margin-top: 0;
}
#product-3259 .id-note,
#product-3267 .id-note,
#product-3252 .id-note,
#product-3244 .id-note {
  display: block;
}
.woocommerce .shop_table .coupon #coupon_code {
  width: 150px !important;
}
.tribe-events-notices {
  display: none;
}
#tribe-events-pg-template {
  max-width: 100%;
}
.tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"],
.tribe-events-calendar
  td.tribe-events-present
  div[id*="tribe-events-daynum-"]
  > a,
#tribe_events_filters_wrapper input[type="submit"],
.tribe-events-button,
#tribe-events .tribe-events-button,
.tribe-events-button.tribe-inactive,
#tribe-events .tribe-events-button:hover,
.tribe-events-button:hover,
.tribe-events-button.tribe-active:hover {
  background: #C40400;
}
#tribe-events-content .tribe-events-tooltip h4,
#tribe_events_filters_wrapper .tribe_events_slider_val,
.single-tribe_events a.tribe-events-ical,
.single-tribe_events a.tribe-events-gcal {
  color: #C40400;
  font-weight: normal;
}
h2.tribe-events-page-title,
#tribe-geo-results h2.tribe-events-page-title {
  font-size: 36px;
  text-align: left;
  font-weight: normal;
}
#tribe-bar-form {
  background: none;
}
#tribe-events-bar {
  margin-bottom: 0;
}
.tribe-events-meta-group .tribe-events-single-section-title {
  font-size: 30px;
  font-weight: normal;
}
#tribe-events-pg-template > div {
  background: none repeat scroll 0 0 white;
  float: left;
  padding: 10px 20px;
  width: 100%;
}
.woocommerce ul.products li.first,
.woocommerce-page ul.products li.first {
  clear: none !important;
}
.tribe-clearfix {
  clear: both;
}
.tribe-events-event-image {
  float: left;
  box-sizing: border-box;
  max-width: 280px;
  margin-right: 20px;
}
.events-list .tribe-events-loop,
.tribe-events-day .tribe-events-loop,
.single-tribe_venue .tribe-events-loop,
.single-tribe_organizer .tribe-events-loop {
  max-width: none;
}
#tribe-events-pg-template {
  max-width: 100% !important;
}
.woocommerce ul#shipping_method li,
.woocommerce-page ul#shipping_method li {
  text-indent: 0;
}
.woocommerce-tabs .tabs {
  display: none;
}
.page-id-958 .tribe-events-list-event-description p a {
  display: none;
}
.post {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
}
.post .entry-title {
  margin-bottom: 0;
}
.post .entry-meta {
  clear: both;
  color: #666;
  display: block;
  font-size: 13px;
  margin-bottom: 10px;
}
.post .post_thumbnail {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}
.post .post_thumbnail img {
  padding: 4px;
  background: #eee;
  float: left;
  margin-bottom: 0;
}
.fdm-section-header h3 {
  color: #C40400;
}
.page-id-48 #content .entry-content {
  margin-left: -15px;
  margin-right: -15px;
}
.page-id-48 #content .entry-content:before,
.page-id-48 #content .entry-content:after {
  content: " ";
  display: table;
}
.page-id-48 #content .entry-content:after {
  clear: both;
}
.page-id-48 #content .entry-content:before,
.page-id-48 #content .entry-content:after {
  content: " ";
  display: table;
}
.page-id-48 #content .entry-content:after {
  clear: both;
}
.page-id-48 #content .entry-content a {
  display: block;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .page-id-48 #content .entry-content a {
    float: left;
    width: 33.333333333333%;
  }
}
@media (min-width: 992px) {
  .page-id-48 #content .entry-content a {
    float: left;
    width: 33.333333333333%;
  }
}
.page-id-48 #content .entry-content a .inner-link {
  color: white;
  font-family: league_gothicregular, sans-serif;
  text-transform: uppercase;
  background: #000;
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
  font-size: 30px;
  margin-bottom: 15px;
}
.page-id-48 #content .entry-content a .inner-link:hover {
  background: #C40400;
  text-shadow: 0 1px 3px rgba(0,0,0,0.25);
}
.tb-close-icon {
  background: #000;
  border-left: 1px solid #222;
  border-bottom: 1px solid #222;
  color: #fff;
}
.tb-close-icon:hover {
  background: #C40400;
  color: #fff;
  border-color: #9E0101;
}
#TB_caption {
  height: auto;
}
#content .thickbox img {
  -webkit-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}
#content .thickbox img:hover {
  background: #C40400;
  border-color: #9E0101;
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -o-transform: scale(0.95);
  transform: scale(0.95);
}
.page-id-731 .entry-content iframe {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .page-id-731 .entry-content iframe {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .page-id-731 .entry-content iframe {
    float: left;
    width: 50%;
  }
}
.entry-content .crab-price {
  padding-top: 50px;
}
.entry-content .crab-price .crab-row {
  margin-left: -15px;
  margin-right: -15px;
}
.entry-content .crab-price .crab-row:before,
.entry-content .crab-price .crab-row:after {
  content: " ";
  display: table;
}
.entry-content .crab-price .crab-row:after {
  clear: both;
}
.entry-content .crab-price .crab-row:before,
.entry-content .crab-price .crab-row:after {
  content: " ";
  display: table;
}
.entry-content .crab-price .crab-row:after {
  clear: both;
}
.entry-content .crab-price .crab-row .crab-unit {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .entry-content .crab-price .crab-row .crab-unit {
    float: left;
    width: 33.333333333333%;
  }
}
.entry-content .crab-price .crab-row .crab-unit .size {
  color: #c80000;
  padding-right: 5px;
  font-weight: bold;
  font-size: 20px;
  text-align: right;
  display: inline-block;
  width: 35%;
}
.entry-content .crab-price .crab-row .crab-unit .amount {
  font-size: 24px;
}
.related.products {
  clear: both;
}
.employee-news-wrap .post:before,
.employee-news-wrap .post:after {
  content: " ";
  display: table;
}
.employee-news-wrap .post:after {
  clear: both;
}
.employee-news-wrap .post:before,
.employee-news-wrap .post:after {
  content: " ";
  display: table;
}
.employee-news-wrap .post:after {
  clear: both;
}
.employee-news-wrap .post .post-thumb img {
  float: left;
  margin-right: 20px;
}
.ie .home #content,
#header {
  background: #c40400;
  background-image: none;
}
.ngg-galleryoverview .ngg-gallery-thumbnail-box {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .ngg-galleryoverview .ngg-gallery-thumbnail-box {
    float: left;
    width: 25%;
  }
}
.ngg-galleryoverview .ngg-gallery-thumbnail-box img {
  width: 100%;
}
#mobileHomePage {
  display: none;
}
#mobileHomePage .ticker a {
  color: white;
  font-family: 'Open Sans Condensed', sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
}
#mobileHomePage #topBar {
  background: #a00400;
  height: 48px;
  position: relative;
  z-index: 3;
}
#mobileHomePage #topBar a {
  color: #fff;
  font-size: 30px;
}
#mobileHomePage #topBar ul {
  padding-left: 0;
  margin-bottom: 0;
  position: relative;
  float: left;
  width: 41.666666666667%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 5px;
  padding-right: 0;
}
#mobileHomePage #topBar ul li {
  display: inline-block;
}
#mobileHomePage #topBar ul li a {
  padding-right: 6px;
  font-size: 24px;
}
#mobileHomePage #topBar .logoWrap {
  position: relative;
  float: left;
  width: 25%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 0;
}
#mobileHomePage #topBar .mobile-nav {
  float: right;
  background: none;
  font-size: 40px;
}
#mobileHomePage .leaderboardSection {
  background: url("images/mobile-leaderboard.png") no-repeat;
  background-size: cover;
  min-height: 250px;
  color: white;
  padding-top: 110px;
  padding-bottom: 10px;
  text-align: center;
  position: relative;
}
#mobileHomePage .leaderboardSection:before,
#mobileHomePage .leaderboardSection:after {
  content: " ";
  display: table;
}
#mobileHomePage .leaderboardSection:after {
  clear: both;
}
#mobileHomePage .leaderboardSection:before,
#mobileHomePage .leaderboardSection:after {
  content: " ";
  display: table;
}
#mobileHomePage .leaderboardSection:after {
  clear: both;
}
#mobileHomePage .leaderboardSection .blackOverlay {
  z-index: 0;
  opacity: 0.6;
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#mobileHomePage .leaderboardSection .content {
  position: relative;
  z-index: 1;
}
#mobileHomePage .leaderboardSection h2 {
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
  font-weight: bold;
}
#mobileHomePage .leaderboardSection span {
  display: block;
  color: #fff600;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 24px;
}
#mobileHomePage .main {
  background: #c40400;
  padding: 10px;
}
#mobileHomePage .main .apply-online {
  margin-bottom: 15px;
}
#mobileHomePage .main .apply-online img {
  margin: 0 auto;
}
#mobileHomePage .main ul {
  padding-left: 0;
  margin-bottom: 0;
}
#mobileHomePage .main ul li {
  display: block;
  position: relative;
}
#mobileHomePage .main ul li a {
  background: url("images/btn-bg.png") repeat-x #d9d9d9;
  display: block;
  text-align: center;
  font-family: 'Open Sans Condensed', sans-serif;
  text-transform: uppercase;
  color: #000;
  padding: 10px;
  width: 100%;
  color: black;
  font-size: 36px;
  margin-bottom: 5px;
  border: 1px solid #ccc;
  font-weight: bold;
}
#mobileHomePage .main ul li a:hover {
  background: #fff;
  border-color: #fff;
}
#mobileHomePage .main ul li a i {
  font-size: 46px;
}
#mobileHomePage .main ul li a img {
  display: inline-block;
  padding-right: 10px;
  margin-bottom: 0;
}
#mobileHomePage .main ul li:last-child a {
  font-size: 32px;
}
#mobileHomePage footer {
  background: #000;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: 'Open Sans Condensed', sans-serif;
  color: #fff;
  text-align: center;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: bold;
}
#viewFullSite,
#viewMobileSite {
  display: block;
}
#employeeLogin {
  display: block;
  padding: 10px;
  text-align: center;
  color: #fff;
  background: #000;
}
@media all and (max-width: 768px) {
  #viewFullSite,
  #viewMobileSite {
    display: block;
  }
}
#viewMobileSite {
  text-align: center;
  color: #fff;
  margin: 5px 0;
  padding: 5px;
  background: #000;
}
#viewFullSite {
  text-align: center;
  color: white;
  padding: 10px;
  background: #C40400;
}
.store-date .block {
  margin-bottom: 15px;
}
.store-date .block .inner {
  background: #eeeeee;
  padding: 15px;
}
.store-date .block .inner .title {
  text-transform: uppercase;
  font-weight: bold;
}
.date-title {
  background: #2c2c2c;
  padding: 5px;
  color: #fff !important;
}
li.product a.add_to_cart_button {
  margin: 1em 0 0 0;
  line-height: 1;
}
#content .crabby-truck {
  color: #c40401;
}
#content .crabby-truck img {
  background: none;
  padding: 0;
  border: none;
  margin: 0;
}
#content .crabby-truck .text-center .btn {
  color: #fff;
  text-decoration: none;
  margin-bottom: 30px;
  font-family: "Open Sans", sans-serif;
  background: #c40401;
  white-space: normal;
}
#content .crabby-truck .text-center a {
  text-decoration: underline;
  color: #c40401;
}
#tribe-events-pg-template .tribe-events-content ol li,
#tribe-events-pg-template .tribe-events-content ul li,
.tribe-events-after-html ol li,
.tribe-events-after-html ul li,
.tribe-events-before-html ol li,
.tribe-events-before-html ul li {
  margin: 0;
}
#tribe-events-pg-template .tribe-events-content ul,
.tribe-events-after-html ul,
.tribe-events-before-html ul {
  clear: both;
}
.single-tribe_events .tribe-events-event-image {
  border: 5px solid #ccc;
  border-radius: 2px;
  padding: 10px;
  margin-bottom: 0;
}
.event-box {
  padding: 15px;
  background: #f4f4f4;
}
#brews {
  background: url(images/beers-no-sneakys.jpg) no-repeat;
  padding: 15px;
  text-shadow: none;
  background-position-x: center;
  background-size: contain;
  height: 600px;
}
#brews .inner {
  margin-left: -15px;
  margin-right: -15px;
}
#brews .inner:before,
#brews .inner:after {
  content: " ";
  display: table;
}
#brews .inner:after {
  clear: both;
}
#brews .inner:before,
#brews .inner:after {
  content: " ";
  display: table;
}
#brews .inner:after {
  clear: both;
}
#brews .inner h5 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 5px 15px;
  text-align: center;
  color: #fff;
  margin-top: -15px;
  background: #000;
  font-size: 22px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  #brews .inner h5 {
    float: left;
    width: 100%;
  }
}
#brews .inner .favorite {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  color: #fff;
}
@media (min-width: 768px) {
  #brews .inner .favorite {
    float: left;
    width: 50%;
  }
}
#brews .inner .favorite .fav-title {
  font-family: league_gothicregular, sans-serif;
  font-size: 28px;
  color: #000;
  font-weight: 900;
  position: relative;
  text-transform: uppercase;
}
#brews .inner .favorite .fav-title:before,
#brews .inner .favorite .fav-title:after {
  content: attr(title);
  color: rgba(216,216,216,0.1);
  position: absolute;
}
#brews .inner .favorite .fav-title:before {
  top: 1px;
  left: 1px;
}
#brews .inner .favorite .fav-title:after {
  top: 2px;
  left: 2px;
}
#brews .inner .favorite .info {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  padding: 10px;
  background: rgba(255,255,255,0.5);
}
#brews .inner .favorite .info .brew-title {
  font-weight: bold;
  font-size: 18px;
  position: relative;
  color: #b4191e;
}
#brews .inner .favorite .info .brew-content {
  position: relative;
  color: #000;
}
#brews .inner .favorite .info .brew-content:before,
#brews .inner .favorite .info .brew-content:after {
  content: attr(title);
  color: rgba(0,0,0,0.2);
  position: absolute;
}
#brews .inner .favorite .info .brew-content:before {
  top: 1px;
  left: 1px;
}
#brews .inner .favorite .info .brew-content:after {
  top: 2px;
  left: 2px;
}
#brews .inner .favorite .info .brew-content p {
  font-size: 14px;
}
#brews .inner em {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  background: #000 none repeat scroll 0 0;
  color: #fff;
  margin-bottom: -15px;
  margin-top: 10px;
  padding: 5px 15px;
  text-align: center;
}
@media (min-width: 768px) {
  #brews .inner em {
    float: left;
    width: 100%;
  }
}
#secondary #text-9 {
  background: transparent;
}
#secondary .holiday-banner {
  text-align: center;
}
#secondary .holiday-banner img {
  max-width: 100%;
}
#secondary #text-10 {
  padding-top: 0;
  height: auto;
}
#secondary #text-10 .block {
  font-size: 16px;
  color: #000;
  text-shadow: none;
  font-weight: normal;
  margin-bottom: 15px;
}
#secondary #text-10 .block .title {
  font-weight: normal;
}
#secondary #text-10 .block .inner {
  background: rgba(255,255,255,0.5);
}
.truck-title {
  position: relative;
  padding: 15px;
  background: rgba(255,255,255,0.5);
}
.truck-title .coupon-stamp {
  position: absolute;
  top: -30px;
  left: -50px;
  z-index: 9;
  transform: rotate(-20deg);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.truck-title .coupon-stamp:hover {
  transform: rotate(0deg);
}
.truck-title img {
  width: 145px;
  margin: 0 5px;
}
.truck-title img.smaller {
  width: 55px;
}
.truck-title h2 {
  font-family: league_gothicregular, sans-serif;
  font-size: 36px;
  line-height: 42px;
  text-align: center;
  text-shadow: 1px 2px 1px #000;
  text-transform: uppercase;
}
.truck-title h2 a {
  color: white;
}
.truck-title h3 {
  margin: 0;
  text-shadow: none;
}
.truck-title h4 {
  margin: 0px;
  text-shadow: none;
  font-size: 20px;
}
.truck-title__logos {
  margin-bottom: 2rem;
}
@media all and (max-width: 1300px) {
  .truck-title .coupon-stamp {
    left: -85px;
  }
}
@media all and (max-width: 1200px) {
  .truck-title .inner {
    font-size: 30px;
  }
  .truck-title .inner img {
    max-width: 115px;
  }
}
#tooLate {
  display: none;
}
.single-product span.onsale {
  border-radius: 100%;
  color: #fff;
  height: 50px;
  left: -0.5em;
  padding: 5px;
  position: absolute;
  text-align: center;
  top: -0.5em;
  width: 50px;
  z-index: 9999;
}
.upcoming {
  font-size: 20px;
  margin: 0 -15px 15px 0;
  text-align: center;
}
.upcoming h5 {
  font-family: 'Open Sans Condensed', sans-serif;
  margin: 0 0 10px;
  font-weight: bold;
  color: #c40400;
  font-size: 20px;
  padding: 15px;
  background: #000;
}
.upcoming img {
  width: 100%;
}
.upcoming a {
  color: #fff;
}
@keyframes blink {
  0% {
    color: #c40400;
  }
  100% {
    color: black;
  }
}
@-webkit-keyframes blink {
  0% {
    color: #c40400;
  }
  100% {
    color: black;
  }
}
.blink {
  -webkit-animation: blink 1s linear infinite;
  -moz-animation: blink 1s linear infinite;
  animation: blink 1s linear infinite;
}
.has-loader {
  position: relative;
}
.has-loader .loader-container {
  text-align: center;
  background-color: rgba(0,0,0,0.4);
  border-radius: 4px;
  bottom: 0;
  display: none;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.has-loader .loader-container.show-loader {
  display: block !important;
}
.has-loader .loader-container svg {
  border: 0 !important;
  margin-top: 50px;
  padding: 0 !important;
}
.holiday-weekend-notice {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 20px;
  font-weight: 700;
}
.cal-container {
  position: relative;
}
.cal-container .fa-calendar {
  pointer-events: none;
  position: absolute;
  right: 10px;
  top: 10px;
}
.cal-container .form-control {
  background-color: #fff !important;
  cursor: pointer !important;
}
.page-id-1736 [data-handler="selectDay"] a {
  background-color: #C40400 !important;
  background-image: none !important;
  color: #fff !important;
}
#weekendcutoff {
  display: none;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
  font-size: 40px;
  font-weight: bold;
  line-height: 46px;
  text-align: center;
}
.home .interview-banner {
  margin: 30px 0;
}
.home .interview-banner img {
  max-width: 100%;
  height: auto;
}
.page-id-5866 #gallery-slider #gallery .gallery-image a img,
.page-id-6023 #gallery-slider #gallery .gallery-image a img {
  max-width: 100%;
  height: auto;
}
.page-id-5866 #gallery-slider .slick-slider,
.page-id-6023 #gallery-slider .slick-slider {
  margin-bottom: 0;
}
.page-id-5866 #gallery-slider .slick-slide,
.page-id-6023 #gallery-slider .slick-slide {
  height: auto;
  padding: 5px;
}
.page-id-5866 #gallery-slider .slick-next,
.page-id-5866 #gallery-slider .slick-prev,
.page-id-6023 #gallery-slider .slick-next,
.page-id-6023 #gallery-slider .slick-prev {
  height: 40px;
  width: 25px;
  z-index: 9;
}
.page-id-5866 #gallery-slider .slick-next:before,
.page-id-5866 #gallery-slider .slick-next:after,
.page-id-5866 #gallery-slider .slick-prev:before,
.page-id-5866 #gallery-slider .slick-prev:after,
.page-id-6023 #gallery-slider .slick-next:before,
.page-id-6023 #gallery-slider .slick-next:after,
.page-id-6023 #gallery-slider .slick-prev:before,
.page-id-6023 #gallery-slider .slick-prev:after {
  background-color: #C40400;
  content: "";
  display: block;
  height: 3px;
  left: 0;
  position: absolute;
  width: 100%;
  opacity: 1;
}
@media (max-width: 992px) {
  .page-id-5866 #gallery-slider .slick-next:before,
  .page-id-5866 #gallery-slider .slick-next:after,
  .page-id-5866 #gallery-slider .slick-prev:before,
  .page-id-5866 #gallery-slider .slick-prev:after,
  .page-id-6023 #gallery-slider .slick-next:before,
  .page-id-6023 #gallery-slider .slick-next:after,
  .page-id-6023 #gallery-slider .slick-prev:before,
  .page-id-6023 #gallery-slider .slick-prev:after {
    background-color: #fff;
  }
}
.page-id-5866 #gallery-slider .slick-prev:before,
.page-id-6023 #gallery-slider .slick-prev:before {
  top: 25%;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transition-property: top, transform;
}
.page-id-5866 #gallery-slider .slick-prev:after,
.page-id-6023 #gallery-slider .slick-prev:after {
  bottom: 25%;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transition-property: bottom, transform;
}
@media (max-width: 992px) {
  .page-id-5866 #gallery-slider .slick-prev,
  .page-id-6023 #gallery-slider .slick-prev {
    left: 15px;
  }
}
.page-id-5866 #gallery-slider .slick-next:before,
.page-id-6023 #gallery-slider .slick-next:before {
  top: 25%;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transition-property: top, transform;
}
.page-id-5866 #gallery-slider .slick-next:after,
.page-id-6023 #gallery-slider .slick-next:after {
  bottom: 25%;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transition-property: bottom, transform;
}
@media (max-width: 992px) {
  .page-id-5866 #gallery-slider .slick-next,
  .page-id-6023 #gallery-slider .slick-next {
    right: 15px;
  }
}
.d3login-loginForm label {
  display: block;
}
.d3login-loginForm .input {
  margin: 0;
  width: 100%;
  outline: 0;
  -webkit-tap-highlight-color: rgba(255,255,255,0);
  text-align: left;
  line-height: 1.2142em;
  font-family: Lato, "Helvetica Neue", Arial, Helvetica, sans-serif;
  padding: 0.67861429em 1em;
  background: #fff;
  border: 1px solid rgba(34,36,38,0.15);
  color: rgba(0,0,0,0.87);
  border-radius: 0.28571429rem;
  -webkit-transition: box-shadow 0.1s ease, border-color 0.1s ease;
  transition: box-shadow 0.1s ease, border-color 0.1s ease;
  box-shadow: none;
}
.d3login-loginForm .input:focus {
  border-color: #85b7d9;
  background: #fff;
  color: rgba(0,0,0,0.8);
  box-shadow: none;
}
.d3login-loginForm .login-remember {
  margin-bottom: 20px;
}
.d3login-loginForm .login-submit {
  float: left;
  line-height: 1.5;
  margin-right: 5px;
}
.d3login-registerForm .ptconfig-form-field {
  margin-bottom: 10px;
}
.d3login-registerForm p.submit {
  margin-top: 0;
  padding-top: 0;
}
.entry-content .d3login-loginForm,
.entry-content .d3login-registerForm {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .entry-content .d3login-loginForm,
  .entry-content .d3login-registerForm {
    float: left;
    width: 50%;
  }
}
#gallery-view.basic .gallery-image {
  width: 25%;
}
@media all and (min-width: 481px) {
  .menu-image {
    width: 50%;
  }
}
@media all and (min-width: 686px) {
  .width-40 {
    width: 40%;
  }
  .fl-right {
    float: right;
  }
}
@media all and (max-width: 1391px) {
  #header .info h2,
  #header .info .phone {
    font-size: 21px;
  }
}
@media all and (max-width: 1305px) {
  #header #mainNav ul li a {
    font-size: 33px;
    padding: 40px 15px;
  }
}
@media all and (max-width: 1393px) {
  #header .info {
    margin-top: 20px;
    padding-left: 0;
  }
  #header .info h2 {
    font-size: 17px;
  }
  #header .info br {
    display: none;
  }
  #header .info .mapz {
    position: absolute;
    right: 0;
    top: 35%;
  }
  #header #mainNav ul li {
    text-align: Center;
  }
  #header #mainNav ul li a {
    float: none !important;
    font-size: 21px !important;
    padding: 46px 7px;
  }
  #header .info .address {
    font-size: 16px;
  }
  .logo img {
    max-width: 100%;
    height: auto;
  }
}
@media all and (max-width: 1246px) {
  .home #productSlider .flexslider aside {
    display: block;
  }
  .home #productSlider .flexslider aside ul {
    display: block;
    width: 100%;
  }
  .home #productSlider .flexslider aside ul li {
    margin-right: 0;
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .flexslider .slides > li {
    display: block;
  }
}
@media all and (max-width: 1246px) and (min-width: 768px) {
  .home #productSlider .flexslider aside ul li {
    float: left;
    width: 33.333333333333%;
  }
}
@media all and (max-width: 1246px) and (min-width: 992px) {
  .home #productSlider .flexslider aside ul li {
    float: left;
    width: 25%;
  }
}
@media (max-width: 1200px) {
  #header .info h2,
  #header .info .phone {
    font-size: 18px;
  }
  #header .logo img {
    margin-top: 15px;
  }
  #header .info .address a {
    right: inherit;
    left: 91%;
  }
  #header .info .address a i {
    font-size: 34px;
  }
  #topWrap .socialWrap {
    display: none;
  }
  #topWrap .ticker {
    width: 100% !important;
  }
  #topWrap #innerTop {
    padding: 0 15px;
  }
}
@media all and (max-width: 1230px) {
  #header #mainNav {
    width: 75% !important;
  }
  #header .logo {
    width: 25% !important;
  }
  #header .info {
    width: 100% !important;
    padding-bottom: 20px;
  }
  #header .info .address {
    max-width: none;
  }
  #header .info .address .mapz {
    position: static;
  }
  .outgoing-logos {
    display: none;
  }
  .home #leaderboard #d3slider {
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  #page {
    padding-left: 0;
    padding-right: 0;
  }
  .home #content .drone-wrap .drone-slide {
    margin-left: 0;
    padding-left: 15px;
  }
  #footer .widget {
    width: 100% !important;
    text-align: center;
  }
  #footer .widget .widget-title {
    font-size: 20px;
  }
  #footer .widget:nth-of-type(2) ul li {
    display: block;
    float: none;
    width: auto;
  }
  #footer .widget:nth-of-type(2) ul li a {
    background: black;
    padding: 5px;
    display: block;
    margin-bottom: 4px;
    font-size: 22px;
    text-align: center;
    font-family: league_gothicregular, sans-serif;
    text-transform: uppercase;
    color: white;
  }
  #footer .widget:nth-of-type(2) ul li a:hover {
    background: #C40400;
    color: white;
  }
  #footer #text-4 a {
    float: none !important;
    max-width: none !important;
    height: auto !important;
    margin-bottom: 20px;
  }
  #footer .bottom .awards {
    width: 100%;
    display: block;
    text-align: center;
    margin-left: 0;
  }
  #footer .bottom #copyright {
    width: 100%;
  }
  .page-id-139 #content .wp-caption {
    width: 100% !important;
  }
  .page-id-139 #content .wp-caption img {
    max-width: 179px;
  }
  .page-id-139 #content .wp-caption a {
    text-align: center;
    display: block;
  }
  .menu-hoopers-store-categories-container,
  .menu-fin-city-store-categories-container {
    display: none;
  }
  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {
    width: 50% !important;
    float: left !important;
  }
}
@media (max-width: 992px) {
  #header {
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
  }
  #header .logo {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: left;
  }
  #header .logo img {
    display: block;
    height: auto;
    margin: 10px 0;
    position: relative;
    width: auto;
    max-width: 150px;
  }
  #header .info .address a {
    display: block;
    left: inherit;
    margin-bottom: 5px;
    position: relative;
    right: inherit;
    top: inherit;
  }
  .address {
    max-width: 100% !important;
  }
  #header .info a {
    color: black;
  }
  #header #logo {
    display: block;
    position: relative;
    padding-top: 10px;
  }
  #header .info h2 {
    display: none;
  }
  #secondary #text-11 {
    display: none;
  }
  #mobileMainNavWrap ul {
    padding-left: 0;
    margin-bottom: 0;
    display: block;
  }
  #mobileMainNavWrap ul li {
    list-style: none;
    display: block;
  }
  #mobileMainNavWrap ul li a {
    display: block;
    background-image: url("images/container-bg.png");
    background-color: #d70000;
    background-blend-mode: multiply;
    text-align: center;
    color: white;
    font-size: 28px;
    text-transform: uppercase;
    font-family: league_gothicregular, sans-serif;
  }
  #mobileMainNavWrap ul li a:hover {
    background: black;
  }
  #leaderboard {
    display: none;
  }
  #header #logo img,
  #header .outgoing-logos img {
    display: block;
    height: auto;
    margin: 0 auto;
    max-width: 100%;
    position: relative;
    z-index: 1;
  }
  #inner-main,
  #primary {
    padding-left: 0;
    padding-right: 0;
  }
  #footer #text-4 a {
    display: inline;
    float: none !important;
    max-width: none !important;
    padding-left: 10px;
    padding-right: 10px;
  }
  #header .info .address a span {
    display: inline;
  }
  #home-mobile-menu ul {
    margin-bottom: 0;
    padding-left: 0;
  }
  #home-mobile-menu ul li {
    list-style: none;
    padding: 0;
    overflow: hidden;
  }
  #home-mobile-menu ul li a {
    background: none repeat scroll 0 0 #222;
    border-bottom: 1px solid #111;
    border-top: 1px solid #444;
    color: white;
    display: table;
    font-size: 22px;
    height: 110px;
    overflow: hidden;
    padding: 10px 0;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
  }
  #home-mobile-menu ul li a img {
    display: block;
    left: 0;
    margin: 0 auto;
    max-width: 100%;
    overflow: hidden;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
  }
  #home-mobile-menu ul li a span {
    display: table-cell;
    font-size: 40px;
    font-weight: bold;
    position: relative;
    text-align: center;
    text-shadow: 2px 2px 0 #000;
    vertical-align: middle;
    z-index: 1;
  }
  #home-mobile-menu ul li a:hover {
    text-shadow: 1px 2px 0 #000;
  }
  #home-mobile-menu ul li a:hover img {
    display: none;
  }
}
@media all and (max-width: 720px) {
  #secondary {
    display: none;
  }
}
@media all and (max-width: 720px) {
  .panel-footer .pull-right {
    clear: both;
    display: block;
    float: none;
    margin-top: 20px;
    text-align: left;
    width: 100%;
  }
  .woocommerce td.product-name dl.variation dt,
  .woocommerce-page td.product-name dl.variation dt {
    width: auto;
  }
}
@media all and (max-width: 685px) {
  #footer #text-4 a {
    padding-left: 0;
    padding-right: 0;
  }
}
@media all and (max-width: 600px) {
  #header .info {
    max-width: 50%;
    margin-left: auto;
  }
  #footer #text-4 a {
    display: block;
  }
}
@media all and (max-width: 485px) {
  .home #productSlider .flexslider aside ul {
    display: block;
    width: 100%;
  }
  .home #productSlider .flexslider aside ul li {
    width: 100%;
    text-align: center;
  }
  .home #productSlider .flexslider aside ul li .inner-product {
    display: block;
  }
  .home #productSlider .flexslider aside ul li .inner-product .title,
  .home #productSlider .flexslider aside ul li .inner-product .product-image {
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  h1,
  .h1 {
    font-size: 30px;
  }
  #tribe-events-pg-template {
    padding: 0;
  }
  .home #productSlider {
    height: 1300px;
    overflow: hidden;
  }
  #sidr {
    display: block;
  }
  .btn,
  .woocommerce #content input.button,
  .woocommerce #respond input#submit,
  .woocommerce a.button,
  .woocommerce button.button,
  .woocommerce input.button,
  .woocommerce-page #content input.button,
  .woocommerce-page #respond input#submit,
  .woocommerce-page a.button,
  .woocommerce-page button.button,
  .woocommerce-page input.button.woocommerce #content input.button,
  .woocommerce #respond input#submit,
  .woocommerce a.button,
  .woocommerce button.button,
  .woocommerce input.button,
  .woocommerce-page #content input.button,
  .woocommerce-page #respond input#submit,
  .woocommerce-page a.button,
  .woocommerce-page button.button,
  .woocommerce-page input.button {
    width: 100%;
    display: block;
    margin-bottom: 5px;
  }
  .crumbs {
    display: none;
  }
  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {
    width: 100% !important;
    float: left !important;
  }
  #content .entry-content img {
    display: block;
    float: none !important;
    margin: 10px 0;
  }
  .post .post_thumbnail img {
    float: none !important;
    display: block;
  }
  .post .post_thumbnail {
    float: none;
  }
  li.product a.add_to_cart_button {
    margin: 15px 0;
  }
  .woocommerce .quantity,
  .woocommerce #content .quantity,
  .woocommerce-page .quantity,
  .woocommerce-page #content .quantity {
    display: block;
    float: none;
    margin-bottom: 10px;
    text-align: right;
  }
  #content > article.product #single-product-slider .image-crop {
    height: 200px;
  }
}
@media all and (max-width: 480px) {
  #header .info {
    margin-top: 3px;
  }
}
@media all and (max-width: 320px) {
  #text-3 .textwidget a {
    display: block;
  }
}
