.clear {
  clear: both;
}
.container {
  max-width: 1140px;
}
.upper {
  text-transform: uppercase;
}
.bold {
  font-family: 'gobold_boldregular';
}
.open {
  font-family: 'open_sansregular';
}
.cond {
  font-family: 'open_sans_condensedbold';
}
.white {
  color: #fff;
}
.whitebg {
  background-color: #fff;
}
.black {
  color: #000;
}
.blue {
  color: #2ea1dc;
}
.bluebg {
  background: #2ea1dc;
}
.red {
  color: #bd0d10;
}
.redbg {
  background: #bd0d10 !important;
}
.brown {
  color: #903f16;
}
.brownbg {
  background: #903f16;
}
.dbrown {
  color: #2b1104;
}
.tan {
  color: #b19868;
}
.tshad {
  text-shadow: 1px 1px 8px #000;
}
.shad {
  -webkit-box-shadow: 0 0 10px 4px rgba(0,0,0,0.5);
  box-shadow: 0 0 10px 4px rgba(0,0,0,0.5);
}
.scale {
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.trans {
  -webkit-transition: all .15s ease-in-out;
  -moz-transition: all .15s ease-in-out;
  -ms-transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}
.block {
  display: block;
}
.none {
  display: none;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.btn {
  background: #2ea1dc;
  color: #fff;
  font-family: 'gobold_boldregular';
  font-size: 15px;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .btn {
    font-size: 11px;
  }
}
.btn:hover {
  background: #bd0d10 !important;
}
.btn.brownbg {
  background: #903f16;
}
*,
*: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: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #428bca;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2a6496;
  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: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
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: #428bca;
}
.text-primary:hover {
  color: #3071a9;
}
.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: #555555;
  vertical-align: middle;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  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);
  -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: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.6);
}
.form-control:-moz-placeholder {
  color: #999999;
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.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);
}
.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;
}
.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);
}
.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;
}
.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);
}
.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;
}
.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: #737373;
}
@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: #333;
  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);
}
.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;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.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: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #fff;
}
.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #3276b1;
  border-color: #285e8e;
}
.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: #428bca;
  border-color: #357ebd;
}
.btn-primary .badge {
  color: #428bca;
  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: #428bca;
  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;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #2a6496;
  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: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}
.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: #428bca;
  border-color: #428bca;
  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: #428bca;
}
.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: #428bca;
}
.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: #428bca;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #3071a9;
}
.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: #428bca;
  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: #428bca;
  border-color: #428bca;
}
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: #e1edf7;
}
.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);
}
.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: #428bca;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #428bca;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #428bca;
}
.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);
}
.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;
}
.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;
}
@-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"] {
  background: #2ea1dc;
  color: #fff;
  font-family: 'gobold_boldregular';
  font-size: 15px;
  text-transform: uppercase;
  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;
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
@media (max-width: 992px) {
  .woocommerce .button,
  .woocommerce input[type="submit"] {
    font-size: 11px;
  }
}
.woocommerce .button:hover,
.woocommerce input[type="submit"]:hover {
  background: #bd0d10 !important;
}
.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: #333;
  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);
}
.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;
}
.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: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.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: #fff;
  border-color: #ccc;
}
.woocommerce .button .badge,
.woocommerce input[type="submit"] .badge {
  color: #fff;
  background-color: #fff;
}
.woocommerce img {
  max-width: 100%;
}
.woocommerce .woocommerce-breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
  background-color: rgba(0,0,0,0.15);
  -webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.4) inset;
  -moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.4) inset;
  box-shadow: 1px 1px 3px rgba(0,0,0,0.4) inset;
  border-radius: 0;
  font-family: 'gobold_boldregular';
  color: #000;
}
.woocommerce .woocommerce-breadcrumb > li {
  display: inline-block;
}
.woocommerce .woocommerce-breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}
.woocommerce .woocommerce-breadcrumb > .active {
  color: #999999;
}
.woocommerce .woocommerce-breadcrumb a {
  font-family: 'gobold_boldregular';
  color: #bd0d10;
}
.woocommerce a.add_to_cart_button,
.woocommerce button.single_add_to_cart_button {
  background: #2ea1dc;
  color: #fff;
  font-family: 'gobold_boldregular';
  font-size: 15px;
  text-transform: uppercase;
  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;
  background-color: #428bca;
  border-color: #357ebd;
}
@media (max-width: 992px) {
  .woocommerce a.add_to_cart_button,
  .woocommerce button.single_add_to_cart_button {
    font-size: 11px;
  }
}
.woocommerce a.add_to_cart_button:hover,
.woocommerce button.single_add_to_cart_button:hover {
  background: #bd0d10 !important;
}
.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: #333;
  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);
}
.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;
}
.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: #fff;
  background-color: #3276b1;
  border-color: #285e8e;
}
.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: #428bca;
  border-color: #357ebd;
}
.woocommerce a.add_to_cart_button .badge,
.woocommerce button.single_add_to_cart_button .badge {
  color: #428bca;
  background-color: #fff;
}
.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: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  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;
  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;
  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;
  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;
  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;
  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;
  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;
  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;
  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;
  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;
  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;
  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;
  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;
  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;
  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;
  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;
  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: #555555;
  vertical-align: middle;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  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);
  -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;
}
.woocommerce-ordering select:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.6);
}
.woocommerce-ordering select:-moz-placeholder {
  color: #999999;
}
.woocommerce-ordering select::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.woocommerce-ordering select:-ms-input-placeholder {
  color: #999999;
}
.woocommerce-ordering select::-webkit-input-placeholder {
  color: #999999;
}
.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 {
  background: #2ea1dc;
  color: #fff;
  font-family: 'gobold_boldregular';
  font-size: 15px;
  text-transform: uppercase;
  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;
  color: #333;
  background-color: #fff;
  border-color: #ccc;
  display: none !important;
}
@media (max-width: 992px) {
  li.product .added_to_cart {
    font-size: 11px;
  }
}
li.product .added_to_cart:hover {
  background: #bd0d10 !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: #333;
  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);
}
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;
}
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: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}
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: #fff;
  border-color: #ccc;
}
li.product .added_to_cart .badge {
  color: #fff;
  background-color: #fff;
}
li.product a {
  text-decoration: none;
}
li.product h3 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  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: #428bca;
  border-color: #428bca;
  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 {
  background: #2ea1dc;
  color: #fff;
  font-family: 'gobold_boldregular';
  font-size: 15px;
  text-transform: uppercase;
  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;
  background-color: #428bca;
  border-color: #357ebd;
  border-radius: 0;
}
@media (max-width: 992px) {
  ul.page-numbers .current {
    font-size: 11px;
  }
}
ul.page-numbers .current:hover {
  background: #bd0d10 !important;
}
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: #333;
  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);
}
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;
}
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: #fff;
  background-color: #3276b1;
  border-color: #285e8e;
}
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: #428bca;
  border-color: #357ebd;
}
ul.page-numbers .current .badge {
  color: #428bca;
  background-color: #fff;
}
#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: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  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: #428bca;
}
#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;
}
.quantity input[type="button"] {
  background: #2ea1dc;
  color: #fff;
  font-family: 'gobold_boldregular';
  font-size: 15px;
  text-transform: uppercase;
  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;
  background-color: #428bca;
  border-color: #357ebd;
  float: left !important;
}
@media (max-width: 992px) {
  .quantity input[type="button"] {
    font-size: 11px;
  }
}
.quantity input[type="button"]:hover {
  background: #bd0d10 !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: #333;
  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);
}
.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;
}
.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: #fff;
  background-color: #3276b1;
  border-color: #285e8e;
}
.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: #428bca;
  border-color: #357ebd;
}
.quantity input[type="button"] .badge {
  color: #428bca;
  background-color: #fff;
}
.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: #555555;
  vertical-align: middle;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  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);
  -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;
  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: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.6);
}
.quantity input[type="number"]:-moz-placeholder {
  color: #999999;
}
.quantity input[type="number"]::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.quantity input[type="number"]:-ms-input-placeholder {
  color: #999999;
}
.quantity input[type="number"]::-webkit-input-placeholder {
  color: #999999;
}
.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;
}
.tax-product_cat .ajax_add_to_cart.loading:after {
  content: '\f110';
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: inherit;
  font-size: inherit;
  display: inline;
  padding-right: 0.5em;
  padding: 0 0 0 10px !important;
  -webkit-animation-name: spin;
  -webkit-animation-duration: 4000ms;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: spin;
  -moz-animation-duration: 4000ms;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: spin;
  -ms-animation-duration: 4000ms;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  animation-name: spin;
  animation-duration: 4000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.tax-product_cat .ajax_add_to_cart.added {
  margin-bottom: 30px !important;
  position: relative;
}
.tax-product_cat .ajax_add_to_cart.added:after {
  content: "\002714 \00a0 Item added to cart!";
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  position: absolute;
  left: 50%;
  bottom: -30px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #b19868;
}
@-ms-keyframes spin {
  from {
    -ms-transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
  }
}
@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.tax-product_cat .added_to_cart.wc-forward {
  display: block !important;
  background: none !important;
  border: 0 !important;
  color: #bd0d10 !important;
  font-size: 14px !important;
}
.tax-product_cat .added_to_cart.wc-forward:hover {
  color: #903f16 !important;
  background: none !important;
}
.product_meta {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
  background-color: rgba(0,0,0,0.15);
  -webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.4) inset;
  -moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.4) inset;
  box-shadow: 1px 1px 3px rgba(0,0,0,0.4) inset;
  border-radius: 0;
  font-family: 'gobold_boldregular';
  color: #000;
  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: #ccc;
}
.product_meta > .active {
  color: #999999;
}
.product_meta a {
  font-family: 'gobold_boldregular';
  color: #bd0d10;
}
#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);
  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 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: #555555;
  vertical-align: middle;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  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);
  -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;
}
#reviews form textarea:focus,
#reviews form input[type="text"]:focus,
#reviews form input[type="email"]:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.6);
}
#reviews form textarea:-moz-placeholder,
#reviews form input[type="text"]:-moz-placeholder,
#reviews form input[type="email"]:-moz-placeholder {
  color: #999999;
}
#reviews form textarea::-moz-placeholder,
#reviews form input[type="text"]::-moz-placeholder,
#reviews form input[type="email"]::-moz-placeholder {
  color: #999999;
  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: #999999;
}
#reviews form textarea::-webkit-input-placeholder,
#reviews form input[type="text"]::-webkit-input-placeholder,
#reviews form input[type="email"]::-webkit-input-placeholder {
  color: #999999;
}
#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);
  border-color: #428bca;
}
#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: #428bca;
  border-color: #428bca;
}
#reviews #respond > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #428bca;
}
#reviews #respond > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #428bca;
}
#reviews #respond h3 {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  margin: 0;
  background: #428bca;
  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);
  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);
  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 input[type="text"] {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  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);
  -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;
}
.widget.woocommerce > form#searchform input[type="text"]:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.6);
}
.widget.woocommerce > form#searchform input[type="text"]:-moz-placeholder {
  color: #999999;
}
.widget.woocommerce > form#searchform input[type="text"]::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.widget.woocommerce > form#searchform input[type="text"]:-ms-input-placeholder {
  color: #999999;
}
.widget.woocommerce > form#searchform input[type="text"]::-webkit-input-placeholder {
  color: #999999;
}
.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: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  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;
  background: #2ea1dc;
  color: #fff;
  font-family: 'gobold_boldregular';
  font-size: 15px;
  text-transform: uppercase;
  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;
  color: #333;
  background-color: #fff;
  border-color: #ccc;
  background: transparent !important;
  border: none;
  cursor: text;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
}
@media (max-width: 992px) {
  .price_slider_amount .price_label {
    font-size: 11px;
  }
}
.price_slider_amount .price_label:hover {
  background: #bd0d10 !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: #333;
  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);
}
.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;
}
.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: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.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: #fff;
  border-color: #ccc;
}
.price_slider_amount .price_label .badge {
  color: #fff;
  background-color: #fff;
}
.ui-slider {
  position: relative;
  background: #eeeeee;
  height: 15px;
  margin-bottom: 15px;
  border-radius: 500px;
}
.ui-slider-range {
  background: #428bca;
  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 #428bca;
}
.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;
  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: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  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);
  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: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  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);
}
.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: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  font-size: 18px;
  text-rendering: optimizelegibility;
  font-weight: 400;
  margin: 0;
  background: #2ea1dc;
  color: #fff;
  font-family: 'gobold_boldregular';
  font-size: 15px;
  text-transform: uppercase;
  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;
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.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;
}
@media (max-width: 992px) {
  .cart-collaterals .shipping_calculator h2 {
    font-size: 11px;
  }
}
.cart-collaterals .shipping_calculator h2:hover {
  background: #bd0d10 !important;
}
.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: #333;
  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);
}
.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;
}
.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: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.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: #fff;
  border-color: #ccc;
}
.cart-collaterals .shipping_calculator h2 .badge {
  color: #fff;
  background-color: #fff;
}
.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);
  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: #555555;
  vertical-align: middle;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  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);
  -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;
}
.cart-collaterals .shipping_calculator .shipping-calculator-form input[type="text"]:focus,
.cart-collaterals .shipping_calculator .shipping-calculator-form select:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,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: #999999;
}
.cart-collaterals .shipping_calculator .shipping-calculator-form input[type="text"]::-moz-placeholder,
.cart-collaterals .shipping_calculator .shipping-calculator-form select::-moz-placeholder {
  color: #999999;
  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: #999999;
}
.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: #999999;
}
.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 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: #555555;
  vertical-align: middle;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  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);
  -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;
}
.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: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,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: #999999;
}
.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: #999999;
  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: #999999;
}
.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: #999999;
}
.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);
  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-right: .1em;
}
.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);
  border-color: #428bca;
}
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: #428bca;
  border-color: #428bca;
}
form[name="checkout"] #order_review > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #428bca;
}
form[name="checkout"] #order_review > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #428bca;
}
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: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  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 #428bca;
}
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: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}
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: #fff;
  background-color: #3276b1;
  border-color: #285e8e;
}
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: #428bca;
  border-color: #357ebd;
}
form[name="checkout"] #order_review #payment .place-order input[type="submit"] .badge {
  color: #428bca;
  background-color: #fff;
}
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);
  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;
}
.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;
}
@font-face {
  font-family: 'gobold_boldregular';
  src: url('css/fonts/gobold_bold-webfont.eot');
  src: url('css/fonts/gobold_bold-webfont.eot?#iefix') format('embedded-opentype'), url('css/fonts/gobold_bold-webfont.woff') format('woff'), url('css/fonts/gobold_bold-webfont.ttf') format('truetype'), url('css/fonts/gobold_bold-webfont.svg#gobold_boldregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'open_sansregular';
  src: url('css/fonts/opensans-regular-webfont.eot');
  src: url('css/fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'), url('css/fonts/opensans-regular-webfont.woff') format('woff'), url('css/fonts/opensans-regular-webfont.ttf') format('truetype'), url('css/fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'open_sans_condensedbold';
  src: url('css/fonts/opensans-condbold-webfont.eot');
  src: url('css/fonts/opensans-condbold-webfont.eot?#iefix') format('embedded-opentype'), url('css/fonts/opensans-condbold-webfont.woff') format('woff'), url('css/fonts/opensans-condbold-webfont.ttf') format('truetype'), url('css/fonts/opensans-condbold-webfont.svg#open_sans_condensedbold') format('svg');
  font-weight: normal;
  font-style: normal;
}
a:visited {
  color: #000;
}
a {
  color: #428bca;
}
a:hover,
a:focus {
  color: #2a6496;
}
a:link {
  -webkit-tap-highlight-color: rgba(0,0,0,0.3);
}
body {
  background: url(images/bg.jpg) top center repeat-y !important;
  font-family: 'open_sansregular';
  font-size: 14px;
  overflow-x: hidden;
}
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;
}
.visiblebox {
  z-index: 999999 !important;
}
#header {
  position: relative;
  margin-top: 20px;
  z-index: 99999;
}
#header .contact-info {
  float: left;
  text-shadow: 1px 1px 2px #fff;
}
#header .contact-info .dbrown {
  font-family: 'gobold_boldregular';
  font-size: 24px;
}
#header .contact-info .brown {
  font-family: 'gobold_boldregular';
  font-size: 22px;
}
#header .contact-info .red {
  font-family: 'gobold_boldregular';
  font-size: 22px;
}
#header .contact-info .mapit,
#header .contact-info .hours {
  font-family: 'open_sans_condensedbold';
  text-transform: uppercase;
  font-size: 14px;
  color: #000;
  margin-left: 5px;
}
#header .contact-info .mapit a,
#header .contact-info .hours a {
  color: #000;
}
#header .contact-info .phonecon:before {
  content: "\f095";
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: inherit;
  font-size: inherit;
  display: inline;
  padding-right: 0.5em;
  padding-right: 10px;
}
#header .contact-info .mapit:before {
  content: "\f041";
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: inherit;
  font-size: inherit;
  display: inline;
  padding-right: 0.5em;
}
#header .contact-info .hours:before {
  content: "\f017";
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: inherit;
  font-size: inherit;
  display: inline;
  padding-right: 0.5em;
}
#header .logo {
  position: absolute;
  top: 23px;
  left: 50%;
  margin-left: -158px;
  z-index: 9999;
  -webkit-transition: all .15s ease-in-out;
  -moz-transition: all .15s ease-in-out;
  -ms-transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
  max-width: 316px;
}
#header .logo img {
  width: 100%;
  max-width: 316px;
}
#header .logo:hover {
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.util-nav {
  float: right;
  margin-top: 0px;
  text-shadow: 1px 1px 2px #fff;
}
.util-nav ul {
  margin: 0;
  padding: 0;
}
.util-nav ul li a {
  font-family: 'open_sans_condensedbold';
  text-transform: uppercase;
  color: #2b1104;
  font-size: 18px;
  border-right: 2px solid #2b1104;
  padding: 0 10px;
}
.util-nav ul li a:hover {
  color: #bd0d10;
  text-decoration: none;
}
.util-nav ul li#menu-item-262 a {
  padding-left: 20px;
}
.util-nav ul li#menu-item-2031 a i {
  font-size: 26px;
}
.util-nav ul li#menu-item-266 a {
  border: none;
  padding-right: 0;
  text-align: center;
}
.util-nav ul li#menu-item-266 a:before {
  content: "\f09a";
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: inherit;
  font-size: inherit;
  display: inline;
  padding-right: 0.5em;
  font-size: 30px;
  color: #BD0D10;
  padding-right: 0.3em !important;
}
.util-nav ul li#menu-item-715 a {
  border: none;
  padding-right: 0;
  text-align: center;
}
.util-nav ul li#menu-item-715 a:before {
  content: "\f099";
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: inherit;
  font-size: inherit;
  display: inline;
  padding-right: 0.5em;
  font-size: 30px;
  color: #BD0D10;
  padding-right: 0.3em !important;
}
.soclink {
  width: 25px;
  height: 25px;
  display: block-inline;
  text-indent: 9999px;
  background-size: 100% 100%;
  background-repeat: none;
  border-radius: 5px;
  box-shadow: 1px 1px 1px black;
}
.soclink:hover {
  opacity: 0.8;
}
.soclink.soc-fb {
  background-image: url(images/logo-fb.png);
}
.soclink.soc-tw {
  background-image: url(images/logo-tw.png);
}
.soclink.soc-ig {
  background-image: url(images/logo-ig.png);
}
.soclink.soc-ta {
  background-image: url(images/logo-ta.png);
}
.soclink.soc-yp-n {
  background-image: url(images/logo-yp-n.png);
}
.soclink.soc-yp-s {
  background-image: url(images/logo-yp-s.png);
}
.soclink a {
  border-right: 0 !important;
}
.toprope {
  height: 75px;
  width: 100%;
  position: absolute;
  top: 116px;
  left: 0px;
  background: url(images/top-rope.png) top center no-repeat;
  z-index: 1;
}
.nav-menu {
  background: url(images/navbg.png) top center no-repeat;
  margin-top: 37px;
  position: relative;
  -webkit-box-shadow: 0 0 10px 4px rgba(0,0,0,0.5);
  box-shadow: 0 0 10px 4px rgba(0,0,0,0.5);
  z-index: 999;
}
.nav-menu ul {
  margin: 0;
  padding: 0;
}
.nav-menu .menu-container.left {
  float: left;
}
.nav-menu .menu-container.right {
  float: right;
}
.nav-menu .menu-container ul li {
  display: block;
  float: left;
  text-align: center;
}
.nav-menu .menu-container ul li#menu-item-1374 {
  width: 6%;
}
.nav-menu .menu-container ul li#menu-item-1375 {
  width: 9%;
}
.nav-menu .menu-container ul li#menu-item-1376 {
  width: 12%;
}
.nav-menu .menu-container ul li#menu-item-1377 {
  width: 8%;
}
.nav-menu .menu-container ul li#menu-item-1377 a {
  border: none;
}
.nav-menu .menu-container ul li#menu-item-1378 {
  width: 10%;
  margin-left: 29%;
}
.nav-menu .menu-container ul li#menu-item-1379 {
  width: 7%;
}
.nav-menu .menu-container ul li#menu-item-1380 {
  width: 11%;
}
.nav-menu .menu-container ul li#menu-item-1381 {
  width: 8%;
}
.nav-menu .menu-container ul li#menu-item-1381 a {
  border: none;
}
.nav-menu .menu-container ul li a {
  color: #fff;
  text-transform: uppercase;
  font-family: 'gobold_boldregular';
  text-shadow: 1px 1px 8px #000;
  font-size: 19px;
  padding: 18px 0;
  border-right: 4px solid #4e2c1f;
  -webkit-transition: all .15s ease-in-out;
  -moz-transition: all .15s ease-in-out;
  -ms-transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}
.nav-menu .menu-container ul li a:hover {
  text-decoration: none;
  color: #bd0d10;
}
#sidr {
  display: none;
}
.mobile-nav {
  background: none;
}
.mobile-nav a span {
  font-size: 36px;
  color: #fff;
  text-shadow: 1px 1px 8px #000;
}
.entry-title {
  color: #bd0d10;
  font-family: 'gobold_boldregular';
  font-size: 36px;
  text-shadow: 1px 1px 2px #fff;
}
.entry-meta {
  color: #999;
}
.entry-content {
  background-color: rgba(255,255,255,0.9) !important;
  background-color: #ffffff;
  padding: 30px 30px 20px;
  -webkit-box-shadow: 0 0 5px 1px rgba(0,0,0,0.1);
  box-shadow: 0 0 5px 1px rgba(0,0,0,0.1);
}
.entry-content:before,
.entry-content:after {
  content: " ";
  display: table;
}
.entry-content:after {
  clear: both;
}
.entry-content:before,
.entry-content:after {
  content: " ";
  display: table;
}
.entry-content:after {
  clear: both;
}
.home #content ul {
  padding: 0;
  margin-top: 10px;
}
.home #content ul li {
  list-style-type: none;
  padding-left: 1.25em;
  margin-bottom: 5px;
}
.home #content ul li:before {
  content: "\f111";
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: inherit;
  font-size: inherit;
  display: inline;
  padding-right: 0.5em;
  color: #bd0d10;
  margin-right: 5px;
  margin-left: -1.25em;
  font-size: 11px !important;
  position: relative;
  top: -3px;
}
.breadcrumb,
#content nav {
  background-color: rgba(0,0,0,0.15);
  -webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.4) inset;
  -moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.4) inset;
  box-shadow: 1px 1px 3px rgba(0,0,0,0.4) inset;
  border-radius: 0;
  font-family: 'gobold_boldregular';
  color: #000;
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
}
.breadcrumb a,
#content nav a {
  font-family: 'gobold_boldregular';
  color: #bd0d10;
}
#frmD3Forms5574_form_container.frm-container {
  background: none;
  padding: 0;
  margin: 0;
  max-width: none;
}
#frmD3Forms5574_form_container.frm-container .form-group {
  padding: 20px;
  background: #E2DDC9;
}
#frmD3Forms5574_form_container.frm-container .form-group.row {
  margin-left: 0;
  margin-right: 0;
  padding-left: 5px;
  padding-right: 5px;
}
#frmD3Forms5574_form_container.frm-container .form-group.has-error {
  padding-bottom: 1px;
}
#frmD3Forms5574_form_container.frm-container .form-group.has-error .frm-submit {
  margin-top: 0px;
  margin-bottom: 20px;
}
#frmD3Forms5574_form_container.frm-container .form-group .form-control {
  max-width: 65%;
}
#frmD3Forms5574_form_container.frm-container .form-group .col-md-4 .form-control {
  max-width: 100%;
}
#frmD3Forms5574_form_container.frm-container .form-group:has(.has-error) {
  padding-bottom: 0;
}
#frmD3Forms5574_form_container.frm-container input#d3frm-943-5574-handbook_received_and_read {
  float: left;
  margin-right: 10px;
}
#frmD3Forms5574_form_container.frm-container .form-check.has-error .help-block.error {
  display: none;
  background: #e2ddc9;
  padding: 10px 20px;
}
#frmD3Forms5574_form_container.frm-container .frm-submit {
  margin-top: 20px;
}
#footer {
  background-color: #fff;
  padding: 15px;
  margin-top: 30px;
  font-family: 'open_sansregular';
  font-size: 14px;
}
#footer > .container > .col-md-12 {
  padding: 0;
}
#footer #footer-widgets .widget-area {
  float: left;
}
#footer #footer-widgets .widget-area .widget .widget-title {
  color: #b19868;
  font-family: 'gobold_boldregular';
  text-transform: uppercase;
  font-size: 24px;
  margin-top: 0;
}
#first {
  width: 18% !important;
}
#first .form-group {
  margin-bottom: 5px;
}
#first .form-group input {
  background: #e2dad0;
  border: none;
}
#second {
  width: 25% !important;
}
#second .menu-quick-links-container ul {
  padding: 0;
  margin: 0;
}
#second .menu-quick-links-container ul li {
  width: 50%;
  float: left;
  list-style-type: none;
}
@media (max-width: 350px) {
  #second .menu-quick-links-container ul li {
    width: 100% !important;
  }
}
#second .menu-quick-links-container ul li:before {
  content: "\f061";
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: inherit;
  font-size: inherit;
  display: inline;
  padding-right: 0.5em;
  margin-right: 5px;
  font-size: 11px;
}
#second .menu-quick-links-container ul li a {
  color: #000;
}
#third {
  width: 40% !important;
}
#third a {
  color: #bd0d10;
}
#third .half.left {
  width: 50%;
  float: left;
  margin-top: 15px;
}
#third .half.left .mapit:before {
  content: "\f041";
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: inherit;
  font-size: inherit;
  display: inline;
  padding-right: 0.5em;
  margin-left: 10px;
}
#third .half.left .addy {
  margin-bottom: 10px;
}
#fourth {
  width: 17% !important;
}
.botrope {
  height: 75px;
  width: 100%;
  position: absolute;
  bottom: -70px;
  left: 0px;
  background: url(images/bot-rope.png) top center no-repeat;
  z-index: 1;
}
.flexslider {
  border: none;
  margin: 0;
  background: none;
  box-shadow: none;
  z-index: 1;
  overflow: hidden;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 0 10px 4px rgba(0,0,0,0.5);
  box-shadow: 0 0 10px 4px rgba(0,0,0,0.5);
}
.flexslider img {
  height: auto;
}
.flexslider .flex-caption {
  position: absolute;
  top: 250px;
  left: 0px;
  width: 100%;
  text-align: Center;
  color: #fff;
  font-family: 'gobold_boldregular';
  font-size: 42px;
  text-transform: uppercase;
  text-shadow: 1px 1px 8px #000;
}
.flexslider .flex-direction-nav a {
  background: #2ea1dc;
  border-radius: 100%;
  width: 75px;
  height: 75px;
  color: #fff;
  text-align: center;
  top: 50%;
}
.flexslider .flex-direction-nav a:before {
  padding-top: 10px;
}
.flexslider .flex-control-nav {
  display: none;
}
.zee {
  position: relative;
  z-index: 9999;
}
.anchor {
  position: absolute;
  z-index: 1;
  top: 749px;
  lefT: -15px;
  width: 28%;
}
.home-widgets .inner {
  background-color: rgba(255,255,255,0.9);
  background-color: #ffffff;
  padding: 10px;
  font-family: 'open_sansregular';
  font-size: 18px;
  min-height: 600px;
  position: relative;
  -webkit-box-shadow: 0 0 5px 1px rgba(0,0,0,0.1);
  box-shadow: 0 0 5px 1px rgba(0,0,0,0.1);
}
@media (max-width: 1200px) {
  .home-widgets .inner {
    font-size: 12px;
    min-height: 584px;
  }
}
.home-widgets .inner li:before {
  font-size: 14px !important;
}
.home-widgets .inner .widget-title {
  color: #bd0d10;
  font-family: 'gobold_boldregular';
  text-transform: uppercase;
  font-size: 35px;
  line-height: 1.2em;
}
@media (max-width: 1200px) {
  .home-widgets .inner .widget-title {
    font-size: 22px;
  }
}
.home-widgets .inner .btn {
  position: absolute;
  bottom: 10px;
  lefT: 13px;
}
.home-widgets .inner .deets {
  left: auto;
  right: 13px;
}
.home-widgets #text-3 .inner {
  padding-top: 230px;
  background-image: url(images/ocmd-crabs.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  -webkit-transition: all .15s ease-in-out;
  -moz-transition: all .15s ease-in-out;
  -ms-transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}
.home-widgets #text-3 .inner:hover {
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-box-shadow: 0 5px 15px 5px rgba(0,0,0,0.3);
  box-shadow: 0 5px 15px 5px rgba(0,0,0,0.3);
}
.home-widgets #text-4 .inner {
  padding-top: 230px;
  background-image: url(images/private-parties.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  -webkit-transition: all .15s ease-in-out;
  -moz-transition: all .15s ease-in-out;
  -ms-transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}
.home-widgets #text-4 .inner:hover {
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-box-shadow: 0 5px 15px 5px rgba(0,0,0,0.3);
  box-shadow: 0 5px 15px 5px rgba(0,0,0,0.3);
}
.home-widgets #text-5 .inner {
  padding-top: 230px;
  background-image: url('images/cropped-higgins.jpeg');
  background-repeat: no-repeat;
  background-position: top center;
  font-size: 16px;
  -webkit-transition: all .15s ease-in-out;
  -moz-transition: all .15s ease-in-out;
  -ms-transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}
.home-widgets #text-5 .inner:hover {
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-box-shadow: 0 5px 15px 5px rgba(0,0,0,0.3);
  box-shadow: 0 5px 15px 5px rgba(0,0,0,0.3);
}
.errorpic {
  display: block;
  margin: 0 auto;
  padding-top: 100px;
}
.woocommerce #main:before,
.woocommerce #main:after {
  content: " ";
  display: table;
}
.woocommerce #main:after {
  clear: both;
}
.woocommerce #main:before,
.woocommerce #main:after {
  content: " ";
  display: table;
}
.woocommerce #main:after {
  clear: both;
}
.woocommerce ul.products .price {
  float: none;
}
.woocommerce #primary {
  padding: 0;
}
.woocommerce #content.d3_WooCommerce {
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  margin-top: 50px;
}
.woocommerce #content.d3_WooCommerce:before,
.woocommerce #content.d3_WooCommerce:after {
  content: " ";
  display: table;
}
.woocommerce #content.d3_WooCommerce:after {
  clear: both;
}
.woocommerce #content.d3_WooCommerce:before,
.woocommerce #content.d3_WooCommerce:after {
  content: " ";
  display: table;
}
.woocommerce #content.d3_WooCommerce:after {
  clear: both;
}
@media (min-width: 768px) {
  .woocommerce #content.d3_WooCommerce {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .woocommerce #content.d3_WooCommerce {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .woocommerce #content.d3_WooCommerce {
    width: 1170px;
  }
}
.woocommerce #content.d3_WooCommerce .alert {
  margin-bottom: 0;
  margin-top: 30px;
}
.woocommerce li.product {
  width: 25% !important;
  min-height: 393px !important;
}
.woocommerce #content > article.product .images {
  float: right;
  margin-top: 43px;
}
.woocommerce #single-product-slider {
  -webkit-box-shadow: 0 0 10px 4px rgba(0,0,0,0.5);
  box-shadow: 0 0 10px 4px rgba(0,0,0,0.5);
}
.woocommerce .price {
  float: left;
  height: auto;
}
.woocommerce .price span {
  background-color: rgba(255,255,255,0.8);
  background-color: #ffffff;
  padding: 10px;
  display: inline-block;
  font-family: 'gobold_boldregular';
  color: #903f16;
  text-shadow: 1px 1px 2px #fff;
}
.woocommerce form.cart {
  float: left;
  width: 60%;
  margin-lefT: 10px;
  margin-top: 21px;
}
.woocommerce .product_meta {
  clear: both;
}
.woocommerce li.product a.add_to_cart_button {
  margin: 0;
}
.woocommerce li.product h3 {
  color: #000;
  font-family: 'open_sans_condensedbold';
  margin: 0;
  font-size: 20px;
}
.woocommerce h2 {
  font-family: 'gobold_boldregular';
  color: #fff;
  text-shadow: 1px 1px 8px #000;
}
.woocommerce .cart_item .product-thumbnail img {
  width: 90px;
  height: auto;
}
.woocommerce .cart_item .product-name a {
  font-family: 'open_sans_condensedbold';
  color: #000;
  font-size: 20px;
}
.woocommerce .cart-collaterals {
  float: none !important;
}
.woocommerce .panel-heading,
.woocommerce .panel-footer,
.woocommerce .woocommerce-billing-fields h3,
.woocommerce #ship-to-different-address {
  background: url(images/navbg.png) top center no-repeat !important;
}
.woocommerce .cart_totals  h2 {
  color: #fff;
  font-family: 'gobold_boldregular';
  text-shadow: 1px 1px 8px #000;
  background: url(images/navbg.png) top center no-repeat;
}
.woocommerce .shipping_calculator h2 {
  background: #2ea1dc;
  color: #fff;
  font-family: 'gobold_boldregular';
  font-size: 15px;
  text-transform: uppercase;
  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;
}
@media (max-width: 992px) {
  .woocommerce .shipping_calculator h2 {
    font-size: 11px;
  }
}
.woocommerce .shipping_calculator h2:hover {
  background: #bd0d10 !important;
}
.woocommerce .shipping_calculator h2:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.woocommerce .shipping_calculator h2:hover,
.woocommerce .shipping_calculator h2:focus {
  color: #333;
  text-decoration: none;
}
.woocommerce .shipping_calculator h2:active,
.woocommerce .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);
}
.woocommerce .shipping_calculator h2.disabled,
.woocommerce .shipping_calculator h2[disabled],
fieldset[disabled] .woocommerce .shipping_calculator h2 {
  cursor: not-allowed;
  pointer-events: none;
  opacity: .65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.woocommerce .shipping_calculator h2 a {
  color: #fff;
}
.woocommerce .woocommerce-billing-fields h3,
.woocommerce #ship-to-different-address {
  font-family: 'open_sans_condensedbold';
  color: #fff;
  text-shadow: 1px 1px 8px #000;
}
.button_cart {
  background: #2ea1dc;
  color: #fff;
  font-family: 'gobold_boldregular';
  font-size: 15px;
  text-transform: uppercase;
  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;
  position: absolute;
  background-color: #428bca;
  border-color: #357ebd;
  right: 40px;
  top: 160px;
}
.button_cart:hover {
  background: #bd0d10 !important;
  color: #fff;
}
#single-product-carousel {
  display: none !important;
}
.alert-success {
  background-color: #428BCA;
  border: none;
  color: #fff;
  font-size: 1em;
}
.alert-success .button:hover {
  color: #fff;
}
.variations_form  .quantity input[type="number"] {
  width: 15% !important;
}
.single_variation_wrap .price span {
  padding: 5px !important;
  margin-right: 10px;
}
.single_variation_wrap .price {
  font-size: 20px !important;
  margin-top: 0 !important;
}
.product-name .variation {
  font-weight: bold;
}
.product-name .variation p {
  font-weight: normal;
  display: inline;
}
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}
.special {
  color: #000;
}
.special .title {
  font-family: 'open_sans_condensedbold';
  font-size: 24px;
}
.fdm-menu .fdm-column.fdm-column-0 {
  margin: 0;
}
.fdm-menu .fdm-section-header {
  margin: 10px 0 0 !important;
  border: none;
}
.fdm-menu .fdm-section-header h3 {
  font-family: 'gobold_boldregular';
  margin: 0;
  padding: 12px 15px;
  background: url("images/navbg.png") no-repeat scroll center top rgba(0,0,0,0);
  text-shadow: 2px 2px 3px black;
  color: white;
  -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.9) inset;
  -moz-box-shadow: 0 0 20px rgba(0,0,0,0.9) inset;
  box-shadow: 0 0 20px rgba(0,0,0,0.9) inset;
}
.fdm-menu .fdm-section-header p {
  padding: 10px 15px;
  margin: 0;
  background: #d6d5b9;
  -webkit-box-shadow: 0px 3px 13px -2px rgba(0,0,0,0.7) inset;
  -moz-box-shadow: 0px 3px 13px -2px rgba(0,0,0,0.7) inset;
  box-shadow: 0px 3px 13px -2px rgba(0,0,0,0.7) inset;
}
.fdm-menu .fdm-section-header:hover h3,
.fdm-menu .fdm-section-header.active h3 {
  cursor: pointer;
  color: #F6EC01;
  -webkit-box-shadow: 0 0 15px 5px rgba(0,0,0,0.9) inset;
  -moz-box-shadow: 0 0 15px 5px rgba(0,0,0,0.9) inset;
  box-shadow: 0 0 15px 5px rgba(0,0,0,0.9) inset;
}
.fdm-menu .fdm-item {
  display: none;
  margin: 0;
  border-top: 1px solid #f9f8ea;
  border-bottom: 1px solid #dddcc0;
}
.fdm-menu .fdm-item.active {
  display: block;
}
.fdm-menu .fdm-item-panel {
  padding: 5px 15px;
  margin: 0;
  background: #EDECD7;
}
.fdm-menu .fdm-item-panel .fdm-item-title {
  margin: 0;
  padding-right: 25%;
}
.fdm-menu .fdm-item-panel p {
  margin: 0;
}
.fdm-menu .fdm-item-price-wrapper {
  right: 15px;
  top: 4px;
  width: 25%;
}
.fdm-menu.fdm-menu-401 .fdm-item {
  display: block !important;
}
.fdm-menu.fdm-menu-401 .fdm-section-header h3 {
  cursor: pointer;
  color: #F6EC01;
  -webkit-box-shadow: 0 0 15px 5px rgba(0,0,0,0.9) inset;
  -moz-box-shadow: 0 0 15px 5px rgba(0,0,0,0.9) inset;
  box-shadow: 0 0 15px 5px rgba(0,0,0,0.9) inset;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: default !important;
  background: #fff;
}
#OT_searchWrapperAll {
  width: 100%;
  height: 118px !important;
  max-width: 58%;
}
#OT_logo {
  display: none !important;
}
.lmm-listmarkers td {
  position: relative;
}
.lmm-listmarkers td img.mapper {
  position: absolute;
  top: 9px;
  right: 12px;
  width: 264px;
  border-radius: 5px;
}
.righter {
  width: 24.7%;
}
.frm-container {
  display: block;
  padding: 20px;
  background: #E2DDC9;
  margin-bottom: 20px;
  max-width: 65%;
}
.page-id-440 .frm-container {
  max-width: 100%;
}
#footer .frm-container {
  max-width: 100%;
}
.lmm-listmarkers {
  background: none repeat scroll 0 0 #fff;
  margin-top: 20px;
  display: block;
  border-top: 1px solid #ccc;
}
.ngg-galleryoverview {
  margin: 0 0 15px;
}
html > body .ngg-albumoverview {
  margin: 0 0 15px;
}
html > body .ngg-albumoverview .ngg-album {
  border: none;
  padding: 0;
  float: left;
  width: 25%;
}
html > body .ngg-albumoverview .ngg-album .ngg-albumcontent {
  display: block;
  padding: 10px;
  margin: 0 auto;
  max-width: 300px;
}
html > body .ngg-albumoverview .ngg-album .ngg-albumcontent .ngg-thumbnail {
  background: ;
  min-height: 97px;
  position: relative;
}
html > body .ngg-albumoverview .ngg-album .ngg-albumcontent .ngg-thumbnail:hover .ngg-albumtitle,
html > body .ngg-albumoverview .ngg-album .ngg-albumcontent .ngg-thumbnail:hover .ngg-description {
  background: ;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  transition: all .2s linear;
}
html > body .ngg-albumoverview .ngg-album .ngg-albumcontent .ngg-thumbnail:hover .ngg-description {
  padding-right: 20px;
}
html > body .ngg-albumoverview .ngg-album .ngg-albumcontent .ngg-albumtitle {
  background: rgba(0,0,0,0.85);
  padding: 7px 5%;
  margin: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  color: ;
  z-index: 99;
  font-weight: 400;
  font-size: 1.2em;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  transition: all .2s linear;
}
html > body .ngg-albumoverview .ngg-album .ngg-albumcontent .ngg-albumtitle a {
  color: ;
}
html > body .ngg-albumoverview .ngg-album .ngg-albumcontent .ngg-albumtitle a:hover {
  text-decoration: none;
}
html > body .ngg-albumoverview .ngg-album .ngg-albumcontent .ngg-description {
  background: rgba(0,0,0,0.85);
  position: absolute;
  top: 10px;
  right: 0;
  z-index: 99;
  color: ;
  padding: 4px 10px;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  transition: all .2s linear;
}
html > body .ngg-albumoverview .ngg-album .ngg-albumcontent .ngg-description p {
  margin: 0;
}
html > body .ngg-albumoverview .ngg-album .ngg-albumcontent .ngg-description p i {
  margin-left: 2px;
}
.ngg-albumcontent .ngg-thumbnail {
  float: none;
  text-align: center;
  margin: 0;
}
.ngg-albumcontent .ngg-thumbnail a {
  display: block;
}
.ngg-albumcontent .ngg-thumbnail img {
  margin: 0;
  padding: 0;
  border: none;
  width: 100%;
}
.ngg-gallery-thumbnail-box {
  float: left;
  width: 16.6%;
}
.ngg-gallery-thumbnail-box .ngg-gallery-thumbnail {
  width: 100%;
  position: relative;
}
.ngg-gallery-thumbnail-box .ngg-gallery-thumbnail a {
  display: block;
  padding: 5px;
}
.ngg-gallery-thumbnail-box .ngg-gallery-thumbnail a:hover img {
  border-color: ;
  opacity: 1;
}
.ngg-gallery-thumbnail-box .ngg-gallery-thumbnail img {
  margin: 0;
  padding: 0;
  background: none;
  width: 100%;
  height: auto;
  border-color: ;
  opacity: .9;
}
.slideshowlink {
  display: none;
}
#TB_caption {
  float: left;
  height: 30px;
}
.tb-close-icon {
  margin: -6px -3px 0 0;
}
.tb-close-icon:hover:before {
  color: ;
}
#TB_closeWindow a:hover {
  color: ;
}
.gallery-slider {
  box-shadow: none;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  -webkit-border-radius: 0px;
  background: none;
  max-width: 1192px;
  margin: 0 auto 10px;
  max-height: 900px;
  border: none;
}
.gallery-slider .slides .flex-active-slide {
  background: ;
}
.gallery-slider .slides img {
  border: medium none;
  margin: 0 auto;
  max-height: 780px;
  max-width: 1170px;
  width: 100%;
}
.gallery-slider:hover a.flex-prev {
  left: 10px;
  opacity: 0.5;
}
.gallery-slider:hover a.flex-next {
  opacity: 0.5;
  right: 10px;
}
.gallery-slider .flex-direction-nav a {
  width: 34px;
  height: 34px;
  color: ;
  background: #A51213;
}
.gallery-slider .flex-direction-nav a:before {
  font-size: 18px;
  position: relative;
  top: -5px;
}
.gallery-slider .flex-direction-nav a.flex-prev {
  left: 10px;
}
.gallery-slider .flex-direction-nav a.flex-next {
  right: 10px;
}
.gallery-slider .caption {
  display: none;
}
.gallery-carousel {
  margin-top: -1px;
  margin-bottom: 0;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  margin: 0 auto;
  border: none;
  background: none;
}
.gallery-carousel ul.slides li {
  height: auto;
  overflow: hidden;
  background: none;
  border: 2px solid ;
}
.gallery-carousel ul.slides li:hover,
.gallery-carousel ul.slides li.flex-active-slide {
  background: none;
  border-color: ;
}
.gallery-carousel ul.slides li img {
  margin: 0;
  cursor: pointer;
  padding: 0;
  width: 100%;
  height: auto;
  border: none;
}
.gallery-carousel:hover a.flex-prev {
  left: 10px;
  opacity: 0.5;
}
.gallery-carousel:hover a.flex-next {
  opacity: 0.5;
  right: 10px;
}
.gallery-carousel .flex-direction-nav a {
  width: 34px;
  height: 34px;
  color: ;
  background: #A51213;
}
.gallery-carousel .flex-direction-nav a:before {
  font-size: 18px;
  position: relative;
  top: -5px;
}
.gallery-carousel .flex-direction-nav a.flex-prev {
  left: 10px;
}
.gallery-carousel .flex-direction-nav a.flex-next {
  right: 10px;
}
.gallery_wrap,
.ngg-slideshow {
  display: block;
  float: right;
  width: 30%;
  margin: 0 0 10px 20px;
}
.ngg-slideshow {
  max-width: 50% !important;
}
.ngg-slideshow img {
  height: auto !important;
  max-width: 100% !important;
}
.page-id-230 #menu-site-map a {
  color: #428bca;
}
.page-id-230 #menu-site-map a:hover {
  color: #3071a9;
}
.page-id-216 .entry-content .hours span {
  padding: 0 5px;
  border-right: solid 1px #444;
}
.page-id-216 .entry-content .hours span:last-child {
  border-right: none;
}
.employee-form-toggle {
  display: flex;
  flex-direction: row;
  justify-content: center;
  column-gap: 3px;
  padding: 30px 10px;
  flex-wrap: wrap;
  row-gap: 3px;
}
.employee-form-toggle .toggle-btn {
  border: none;
  color: #ffffff;
  font-size: 18px;
  background-color: #bd0d10;
  text-transform: capitalize;
  font-weight: 700;
  padding: 10px 15px;
  transition: all 0.2s ease-in-out;
}
.employee-form-toggle .toggle-btn:not(.employee-form-toggle .toggle-btn--active):hover {
  background-color: #e5b757;
  color: #000000;
}
.employee-form-toggle .toggle-btn--active {
  background-color: #000000;
  color: #ffffff;
  pointer-events: none;
}
@media all and (max-width: 640px) {
  .employee-form-toggle {
    flex-direction: column;
  }
}
.employee-form-section .new-hire-payroll-sheet {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  column-gap: 50px;
  row-gap: 30px;
  background-color: #E2DDC9;
  padding: 20px;
  align-items: center;
}
.employee-form-section .new-hire-payroll-sheet__first-name,
.employee-form-section .new-hire-payroll-sheet__last-name,
.employee-form-section .new-hire-payroll-sheet__phone,
.employee-form-section .new-hire-payroll-sheet__email {
  flex: 1 1 46%;
}
.employee-form-section .new-hire-payroll-sheet__first-name input,
.employee-form-section .new-hire-payroll-sheet__last-name input,
.employee-form-section .new-hire-payroll-sheet__phone input,
.employee-form-section .new-hire-payroll-sheet__email input {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  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);
  -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;
}
.employee-form-section .new-hire-payroll-sheet__first-name input:focus,
.employee-form-section .new-hire-payroll-sheet__last-name input:focus,
.employee-form-section .new-hire-payroll-sheet__phone input:focus,
.employee-form-section .new-hire-payroll-sheet__email input:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.6);
}
.employee-form-section .new-hire-payroll-sheet__first-name input:-moz-placeholder,
.employee-form-section .new-hire-payroll-sheet__last-name input:-moz-placeholder,
.employee-form-section .new-hire-payroll-sheet__phone input:-moz-placeholder,
.employee-form-section .new-hire-payroll-sheet__email input:-moz-placeholder {
  color: #999999;
}
.employee-form-section .new-hire-payroll-sheet__first-name input::-moz-placeholder,
.employee-form-section .new-hire-payroll-sheet__last-name input::-moz-placeholder,
.employee-form-section .new-hire-payroll-sheet__phone input::-moz-placeholder,
.employee-form-section .new-hire-payroll-sheet__email input::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.employee-form-section .new-hire-payroll-sheet__first-name input:-ms-input-placeholder,
.employee-form-section .new-hire-payroll-sheet__last-name input:-ms-input-placeholder,
.employee-form-section .new-hire-payroll-sheet__phone input:-ms-input-placeholder,
.employee-form-section .new-hire-payroll-sheet__email input:-ms-input-placeholder {
  color: #999999;
}
.employee-form-section .new-hire-payroll-sheet__first-name input::-webkit-input-placeholder,
.employee-form-section .new-hire-payroll-sheet__last-name input::-webkit-input-placeholder,
.employee-form-section .new-hire-payroll-sheet__phone input::-webkit-input-placeholder,
.employee-form-section .new-hire-payroll-sheet__email input::-webkit-input-placeholder {
  color: #999999;
}
.employee-form-section .new-hire-payroll-sheet__first-name input[disabled],
.employee-form-section .new-hire-payroll-sheet__first-name input[readonly],
fieldset[disabled] .employee-form-section .new-hire-payroll-sheet__first-name input,
.employee-form-section .new-hire-payroll-sheet__last-name input[disabled],
.employee-form-section .new-hire-payroll-sheet__last-name input[readonly],
fieldset[disabled] .employee-form-section .new-hire-payroll-sheet__last-name input,
.employee-form-section .new-hire-payroll-sheet__phone input[disabled],
.employee-form-section .new-hire-payroll-sheet__phone input[readonly],
fieldset[disabled] .employee-form-section .new-hire-payroll-sheet__phone input,
.employee-form-section .new-hire-payroll-sheet__email input[disabled],
.employee-form-section .new-hire-payroll-sheet__email input[readonly],
fieldset[disabled] .employee-form-section .new-hire-payroll-sheet__email input {
  cursor: not-allowed;
  background-color: #eeeeee;
}
.employee-form-section .new-hire-payroll-sheet__first-name label,
.employee-form-section .new-hire-payroll-sheet__last-name label,
.employee-form-section .new-hire-payroll-sheet__phone label,
.employee-form-section .new-hire-payroll-sheet__email label {
  font-size: 16px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
}
@media all and (max-width: 886px) {
  .employee-form-section .new-hire-payroll-sheet__first-name,
  .employee-form-section .new-hire-payroll-sheet__last-name,
  .employee-form-section .new-hire-payroll-sheet__phone,
  .employee-form-section .new-hire-payroll-sheet__email {
    flex: 1 1 44%;
  }
}
@media all and (max-width: 640px) {
  .employee-form-section .new-hire-payroll-sheet__first-name,
  .employee-form-section .new-hire-payroll-sheet__last-name,
  .employee-form-section .new-hire-payroll-sheet__phone,
  .employee-form-section .new-hire-payroll-sheet__email {
    flex: 1 1 100%;
  }
}
.employee-form-section .new-hire-payroll-sheet__dob,
.employee-form-section .new-hire-payroll-sheet__age,
.employee-form-section .new-hire-payroll-sheet__marital-status,
.employee-form-section .new-hire-payroll-sheet__dependants,
.employee-form-section .new-hire-payroll-sheet__position {
  flex: 1 1 30%;
}
.employee-form-section .new-hire-payroll-sheet__dob input,
.employee-form-section .new-hire-payroll-sheet__dob select,
.employee-form-section .new-hire-payroll-sheet__age input,
.employee-form-section .new-hire-payroll-sheet__age select,
.employee-form-section .new-hire-payroll-sheet__marital-status input,
.employee-form-section .new-hire-payroll-sheet__marital-status select,
.employee-form-section .new-hire-payroll-sheet__dependants input,
.employee-form-section .new-hire-payroll-sheet__dependants select,
.employee-form-section .new-hire-payroll-sheet__position input,
.employee-form-section .new-hire-payroll-sheet__position select {
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ccc;
  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);
  -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;
}
.employee-form-section .new-hire-payroll-sheet__dob input:focus,
.employee-form-section .new-hire-payroll-sheet__dob select:focus,
.employee-form-section .new-hire-payroll-sheet__age input:focus,
.employee-form-section .new-hire-payroll-sheet__age select:focus,
.employee-form-section .new-hire-payroll-sheet__marital-status input:focus,
.employee-form-section .new-hire-payroll-sheet__marital-status select:focus,
.employee-form-section .new-hire-payroll-sheet__dependants input:focus,
.employee-form-section .new-hire-payroll-sheet__dependants select:focus,
.employee-form-section .new-hire-payroll-sheet__position input:focus,
.employee-form-section .new-hire-payroll-sheet__position select:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.6);
}
.employee-form-section .new-hire-payroll-sheet__dob label,
.employee-form-section .new-hire-payroll-sheet__age label,
.employee-form-section .new-hire-payroll-sheet__marital-status label,
.employee-form-section .new-hire-payroll-sheet__dependants label,
.employee-form-section .new-hire-payroll-sheet__position label {
  font-size: 16px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
}
@media all and (max-width: 886px) {
  .employee-form-section .new-hire-payroll-sheet__dob,
  .employee-form-section .new-hire-payroll-sheet__age,
  .employee-form-section .new-hire-payroll-sheet__marital-status,
  .employee-form-section .new-hire-payroll-sheet__dependants,
  .employee-form-section .new-hire-payroll-sheet__position {
    flex: 1 1 29%;
  }
}
@media all and (max-width: 640px) {
  .employee-form-section .new-hire-payroll-sheet__dob,
  .employee-form-section .new-hire-payroll-sheet__age,
  .employee-form-section .new-hire-payroll-sheet__marital-status,
  .employee-form-section .new-hire-payroll-sheet__dependants,
  .employee-form-section .new-hire-payroll-sheet__position {
    flex: 1 1 100%;
  }
}
.employee-form-section .new-hire-payroll-sheet__j1-student {
  flex: 1 1 30%;
}
.employee-form-section .new-hire-payroll-sheet__j1-student label {
  font-size: 16px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
}
.employee-form-section .new-hire-payroll-sheet__j1-student .j1-student-radio-wrapper {
  display: flex;
  flex-direction: row;
  column-gap: 15px;
}
.employee-form-section .new-hire-payroll-sheet__j1-student .j1-student-radio-wrapper input {
  margin-top: unset;
  vertical-align: middle;
  cursor: pointer;
  height: 15px;
  width: 15px;
}
.employee-form-section .new-hire-payroll-sheet__j1-student .j1-student-radio-wrapper span {
  font-size: 16px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
}
@media all and (max-width: 640px) {
  .employee-form-section .new-hire-payroll-sheet__j1-student {
    flex: 1 1 100%;
  }
}
.employee-form-section .new-hire-payroll-sheet__address,
.employee-form-section .new-hire-payroll-sheet__permanent-address {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: 10px;
  flex: 1 1 100%;
  row-gap: 10px;
}
.employee-form-section .new-hire-payroll-sheet__address label,
.employee-form-section .new-hire-payroll-sheet__permanent-address label {
  flex: 1 1 100%;
  width: 100%;
  font-size: 16px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
}
.employee-form-section .new-hire-payroll-sheet__address input,
.employee-form-section .new-hire-payroll-sheet__permanent-address input {
  flex: 1 1 24%;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ccc;
  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);
  -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;
}
.employee-form-section .new-hire-payroll-sheet__address input:focus,
.employee-form-section .new-hire-payroll-sheet__permanent-address input:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.6);
}
@media all and (max-width: 886px) {
  .employee-form-section .new-hire-payroll-sheet__address input,
  .employee-form-section .new-hire-payroll-sheet__permanent-address input {
    flex: 1 1 48%;
  }
}
@media all and (max-width: 640px) {
  .employee-form-section .new-hire-payroll-sheet__address input,
  .employee-form-section .new-hire-payroll-sheet__permanent-address input {
    flex: 1 1 100%;
  }
}
.employee-form-section .new-hire-payroll-sheet .frm-submit {
  transition: all 0.3s ease;
}
.employee-form-section .new-hire-payroll-sheet .frm-submit:hover {
  color: #fff;
}
.employee-form-section #frmD3Forms5626_form_container.frm-container {
  max-width: 100%;
}
.employee-form-section #frmD3Forms5626_form_container.frm-container .frm {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  column-gap: 48px;
  background-color: #E2DDC9;
  align-items: center;
}
.employee-form-section #frmD3Forms5626_form_container.frm-container .frm .form-group {
  margin-bottom: 25px;
}
.employee-form-section #frmD3Forms5626_form_container.frm-container .frm .form-group:has(input[name="first_name"]),
.employee-form-section #frmD3Forms5626_form_container.frm-container .frm .form-group:has(input[name="last_name"]) {
  flex: 1 1 46%;
}
.employee-form-section #frmD3Forms5626_form_container.frm-container .frm .form-group:has(input[name="first_name"]) label,
.employee-form-section #frmD3Forms5626_form_container.frm-container .frm .form-group:has(input[name="last_name"]) label {
  display: none;
}
@media all and (max-width: 540px) {
  .employee-form-section #frmD3Forms5626_form_container.frm-container .frm .form-group:has(input[name="first_name"]),
  .employee-form-section #frmD3Forms5626_form_container.frm-container .frm .form-group:has(input[name="last_name"]) {
    flex: 1 1 100%;
  }
}
.employee-form-section #frmD3Forms5626_form_container.frm-container .frm .form-group:has(input[name="phone_number"]),
.employee-form-section #frmD3Forms5626_form_container.frm-container .frm .form-group:has(input[name="email_address"]) {
  flex: 1 1 46%;
}
@media all and (max-width: 540px) {
  .employee-form-section #frmD3Forms5626_form_container.frm-container .frm .form-group:has(input[name="phone_number"]),
  .employee-form-section #frmD3Forms5626_form_container.frm-container .frm .form-group:has(input[name="email_address"]) {
    flex: 1 1 100%;
  }
}
.employee-form-section #frmD3Forms5626_form_container.frm-container .frm .form-group:has(input[name="date_of_birth"]),
.employee-form-section #frmD3Forms5626_form_container.frm-container .frm .form-group:has(input[name="age"]),
.employee-form-section #frmD3Forms5626_form_container.frm-container .frm .form-group:has(select[name="marital_status"]) {
  flex: 1 1 28%;
}
@media all and (max-width: 768px) {
  .employee-form-section #frmD3Forms5626_form_container.frm-container .frm .form-group:has(input[name="date_of_birth"]),
  .employee-form-section #frmD3Forms5626_form_container.frm-container .frm .form-group:has(input[name="age"]),
  .employee-form-section #frmD3Forms5626_form_container.frm-container .frm .form-group:has(select[name="marital_status"]) {
    flex: 1 1 40%;
  }
}
@media all and (max-width: 540px) {
  .employee-form-section #frmD3Forms5626_form_container.frm-container .frm .form-group:has(input[name="date_of_birth"]),
  .employee-form-section #frmD3Forms5626_form_container.frm-container .frm .form-group:has(input[name="age"]),
  .employee-form-section #frmD3Forms5626_form_container.frm-container .frm .form-group:has(select[name="marital_status"]) {
    flex: 1 1 100%;
  }
}
.employee-form-section #frmD3Forms5626_form_container.frm-container .frm .form-group:has(input[name="are_you_a_j-1_student"]),
.employee-form-section #frmD3Forms5626_form_container.frm-container .frm .form-group:has(input[name="number_of_dependents"]),
.employee-form-section #frmD3Forms5626_form_container.frm-container .frm .form-group:has(input[name="position"]) {
  flex: 1 1 28%;
}
@media all and (max-width: 768px) {
  .employee-form-section #frmD3Forms5626_form_container.frm-container .frm .form-group:has(input[name="are_you_a_j-1_student"]),
  .employee-form-section #frmD3Forms5626_form_container.frm-container .frm .form-group:has(input[name="number_of_dependents"]),
  .employee-form-section #frmD3Forms5626_form_container.frm-container .frm .form-group:has(input[name="position"]) {
    flex: 1 1 40%;
  }
}
@media all and (max-width: 540px) {
  .employee-form-section #frmD3Forms5626_form_container.frm-container .frm .form-group:has(input[name="are_you_a_j-1_student"]),
  .employee-form-section #frmD3Forms5626_form_container.frm-container .frm .form-group:has(input[name="number_of_dependents"]),
  .employee-form-section #frmD3Forms5626_form_container.frm-container .frm .form-group:has(input[name="position"]) {
    flex: 1 1 100%;
  }
}
.employee-form-section #frmD3Forms5626_form_container.frm-container .frm .form-group:has(input[name="are_you_a_j-1_student"]) .option-group {
  display: flex;
  flex-direction: row;
  column-gap: 15px;
}
.employee-form-section #frmD3Forms5626_form_container.frm-container .frm .form-group:has(input[name="are_you_a_j-1_student"]) .option-group .radio {
  margin: unset;
}
.employee-form-section #frmD3Forms5626_form_container.frm-container .frm .label-for-permanent-address,
.employee-form-section #frmD3Forms5626_form_container.frm-container .frm .label-for-ocean-city-address {
  flex: 1 1 100%;
  font-size: 16px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: unset;
}
.employee-form-section #frmD3Forms5626_form_container.frm-container .frm .additional-text {
  margin-bottom: 20px;
}
.employee-form-section #frmD3Forms5626_form_container.frm-container .frm p {
  margin-bottom: unset;
}
.employee-form-section #frmD3Forms5626_form_container.frm-container .frm .form-group:has(input[name="street_address_permanent"]),
.employee-form-section #frmD3Forms5626_form_container.frm-container .frm .form-group:has(input[name="city_permanent"]),
.employee-form-section #frmD3Forms5626_form_container.frm-container .frm .form-group:has(input[name="state_permanent"]),
.employee-form-section #frmD3Forms5626_form_container.frm-container .frm .form-group:has(input[name="street_address"]),
.employee-form-section #frmD3Forms5626_form_container.frm-container .frm .form-group:has(input[name="city"]),
.employee-form-section #frmD3Forms5626_form_container.frm-container .frm .form-group:has(input[name="state"]),
.employee-form-section #frmD3Forms5626_form_container.frm-container .frm .form-group:has(input[name="zip_code"]),
.employee-form-section #frmD3Forms5626_form_container.frm-container .frm .form-group:has(input[name="zip_code_permanent"]) {
  flex: 1 1 20%;
}
.employee-form-section #frmD3Forms5626_form_container.frm-container .frm .form-group:has(input[name="street_address_permanent"]) label,
.employee-form-section #frmD3Forms5626_form_container.frm-container .frm .form-group:has(input[name="city_permanent"]) label,
.employee-form-section #frmD3Forms5626_form_container.frm-container .frm .form-group:has(input[name="state_permanent"]) label,
.employee-form-section #frmD3Forms5626_form_container.frm-container .frm .form-group:has(input[name="street_address"]) label,
.employee-form-section #frmD3Forms5626_form_container.frm-container .frm .form-group:has(input[name="city"]) label,
.employee-form-section #frmD3Forms5626_form_container.frm-container .frm .form-group:has(input[name="state"]) label,
.employee-form-section #frmD3Forms5626_form_container.frm-container .frm .form-group:has(input[name="zip_code"]) label,
.employee-form-section #frmD3Forms5626_form_container.frm-container .frm .form-group:has(input[name="zip_code_permanent"]) label {
  display: none;
}
@media all and (max-width: 768px) {
  .employee-form-section #frmD3Forms5626_form_container.frm-container .frm .form-group:has(input[name="street_address_permanent"]),
  .employee-form-section #frmD3Forms5626_form_container.frm-container .frm .form-group:has(input[name="city_permanent"]),
  .employee-form-section #frmD3Forms5626_form_container.frm-container .frm .form-group:has(input[name="state_permanent"]),
  .employee-form-section #frmD3Forms5626_form_container.frm-container .frm .form-group:has(input[name="street_address"]),
  .employee-form-section #frmD3Forms5626_form_container.frm-container .frm .form-group:has(input[name="city"]),
  .employee-form-section #frmD3Forms5626_form_container.frm-container .frm .form-group:has(input[name="state"]),
  .employee-form-section #frmD3Forms5626_form_container.frm-container .frm .form-group:has(input[name="zip_code"]),
  .employee-form-section #frmD3Forms5626_form_container.frm-container .frm .form-group:has(input[name="zip_code_permanent"]) {
    flex: 1 1 40%;
  }
}
@media all and (max-width: 540px) {
  .employee-form-section #frmD3Forms5626_form_container.frm-container .frm .form-group:has(input[name="street_address_permanent"]),
  .employee-form-section #frmD3Forms5626_form_container.frm-container .frm .form-group:has(input[name="city_permanent"]),
  .employee-form-section #frmD3Forms5626_form_container.frm-container .frm .form-group:has(input[name="state_permanent"]),
  .employee-form-section #frmD3Forms5626_form_container.frm-container .frm .form-group:has(input[name="street_address"]),
  .employee-form-section #frmD3Forms5626_form_container.frm-container .frm .form-group:has(input[name="city"]),
  .employee-form-section #frmD3Forms5626_form_container.frm-container .frm .form-group:has(input[name="state"]),
  .employee-form-section #frmD3Forms5626_form_container.frm-container .frm .form-group:has(input[name="zip_code"]),
  .employee-form-section #frmD3Forms5626_form_container.frm-container .frm .form-group:has(input[name="zip_code_permanent"]) {
    flex: 1 1 100%;
  }
}
.tiny-mce-default-button {
  border: none;
  color: #ffffff !important;
  font-size: 18px;
  background-color: #bd0d10;
  text-transform: uppercase;
  font-weight: 700;
  padding: 10px 15px;
  transition: all 0.2s ease-in-out;
  line-height: 1;
  text-decoration: none !important;
  border-radius: 5px;
}
.tiny-mce-default-button:hover {
  background-color: #e5b757;
  color: #000000 !important;
}
@media (max-width: 1450px) {
  .anchor {
    display: none;
  }
}
@media (max-width: 1250px) {
  .container {
    max-width: 1140px !important;
    width: auto !important;
  }
  .logo {
    max-width: 150px !important;
    margin-left: 0 !important;
    float: left !important;
    position: static !important;
    margin-top: -17px;
  }
  .topper {
    float: right;
    width: 80%;
  }
  .util-nav {
    float: right !important;
  }
  #main-nav {
    margin-top: 15px !important;
  }
  #first,
  #second {
    width: 50% !important;
  }
  #third {
    clear: left;
  }
  #third,
  #fourth {
    width: 50% !important;
    margin-top: 20px;
  }
  .util-nav li {
    display: none !important;
  }
  .util-nav {
    margin-top: 0 !important;
  }
  #menu-item-266,
  #menu-item-715 {
    display: block !important;
  }
  .alert-success {
    width: 100% !important;
  }
  .nav-menu .menu-container ul {
    display: table;
    margin: 0 auto;
  }
  .nav-menu .menu-container ul li {
    width: auto !important;
    margin: 0 !important;
    display: inline-block;
  }
  .nav-menu .menu-container ul li a {
    padding: 18px 22px;
  }
  .nav-menu .menu-container ul li#menu-item-1377 a {
    border-right: 4px solid #4e2c1f;
  }
}
@media (max-width: 1180px) {
  .nav-menu .menu-container ul li a {
    padding: 18px 15px;
  }
}
@media (max-width: 700px) {
  .ngg-slideshow {
    float: none;
  }
}
@media (max-width: 980px) {
  .frm-container {
    max-width: 100%;
  }
  .topper {
    width: 75%;
  }
  .contact-info {
    float: right !important;
    text-align: right;
  }
  .nav-menu .menu-container ul li a {
    padding: 18px 8px;
  }
  .toprope {
    display: none !important;
  }
}
@media (max-width: 870px) {
  .nav-menu a {
    font-size: 15px !important;
  }
}
@media (max-width: 775px) {
  .logo {
    float: none !important;
    display: block;
    max-width: 250px;
    margin: 0 auto !important;
  }
  .topper {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }
  .util-nav {
    float: none !important;
  }
  #menu-item-266,
  #menu-item-715 {
    display: inline-block !important;
  }
  #first,
  #second,
  #third,
  #fourth {
    float: none !important;
    width: 100% !important;
    margin-bottom: 15px !important;
    clear: both !important;
  }
  #third {
    text-align: Center;
  }
  #third .half.left {
    float: none !important;
    width: 100% !important;
  }
  #second ul:before,
  #second ul:after {
    content: " ";
    display: table;
  }
  #second ul:after {
    clear: both;
  }
  #second ul:before,
  #second ul:after {
    content: " ";
    display: table;
  }
  #second ul:after {
    clear: both;
  }
  #second ul li {
    text-align: center;
    width: 50% !important;
  }
  #second ul li:first-child {
    width: 100% !important;
  }
  #second ul li a {
    display: block;
    font-family: 'open_sans_condensedbold';
    width: 100% !important;
    background: #e2dad0;
    padding: 10px;
    border: 1px solid #fff;
  }
  #second ul li:before {
    display: none !important;
  }
  .contact-info {
    float: none !important;
  }
  .contact-info .dbrown {
    font-size: 18px !important;
  }
  .contact-info .brown {
    margin: 8px 0;
  }
  .contact-info .brown,
  .contact-info .red {
    font-size: 16px !important;
  }
  .mapit,
  .hours {
    display: inline-block;
    margin: 0 auto !important;
  }
  .mapit {
    padding: 4px 5px;
    vertical-align: top;
  }
  .home-widgets .widget {
    margin-bottom: 15px;
  }
  .home-widgets .widget .inner {
    background-image: none !important;
    padding-top: 5px !important;
    min-height: 0 !important;
    padding-bottom: 40px;
  }
  .fdm-menu .fdm-item {
    width: 100% !important;
    float: none !important;
    min-height: 0 !important;
  }
  .woocommerce ul.products li.product {
    float: none !important;
    width: 100% !important;
  }
  .contact-info {
    text-align: center;
  }
  .contact-info div {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .ngg-slideshow {
    height: 240px;
    width: 100% !important;
    position: relative;
    margin: 0;
    max-width: 100% !important;
  }
  .ngg-slideshow img {
    width: 100% !important;
  }
  .hideme {
    display: none !important;
  }
}
@media (max-width: 400px) {
  #main-nav {
    display: block !important;
  }
}
