/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -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: #ffffff;
}
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;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  width: 100% \9;
  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;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .container {
    width: 740px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1120px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.row {
  margin-left: -10px;
  margin-right: -10px;
}
.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: 10px;
  padding-right: 10px;
}
.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.66666666666666%;
}
.col-xs-10 {
  width: 83.33333333333334%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666666666666%;
}
.col-xs-7 {
  width: 58.333333333333336%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666666666667%;
}
.col-xs-4 {
  width: 33.33333333333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.666666666666664%;
}
.col-xs-1 {
  width: 8.333333333333332%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666666666666%;
}
.col-xs-pull-10 {
  right: 83.33333333333334%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666666666666%;
}
.col-xs-pull-7 {
  right: 58.333333333333336%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666666666667%;
}
.col-xs-pull-4 {
  right: 33.33333333333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.666666666666664%;
}
.col-xs-pull-1 {
  right: 8.333333333333332%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666666666666%;
}
.col-xs-push-10 {
  left: 83.33333333333334%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666666666666%;
}
.col-xs-push-7 {
  left: 58.333333333333336%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666666666667%;
}
.col-xs-push-4 {
  left: 33.33333333333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.666666666666664%;
}
.col-xs-push-1 {
  left: 8.333333333333332%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666666666666%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333333334%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666666666666%;
}
.col-xs-offset-7 {
  margin-left: 58.333333333333336%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666666666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.666666666666664%;
}
.col-xs-offset-1 {
  margin-left: 8.333333333333332%;
}
.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.66666666666666%;
  }
  .col-sm-10 {
    width: 83.33333333333334%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666666666666%;
  }
  .col-sm-7 {
    width: 58.333333333333336%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666666666667%;
  }
  .col-sm-4 {
    width: 33.33333333333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.666666666666664%;
  }
  .col-sm-1 {
    width: 8.333333333333332%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666666666666%;
  }
  .col-sm-pull-10 {
    right: 83.33333333333334%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666666666666%;
  }
  .col-sm-pull-7 {
    right: 58.333333333333336%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666666666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.666666666666664%;
  }
  .col-sm-pull-1 {
    right: 8.333333333333332%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666666666666%;
  }
  .col-sm-push-10 {
    left: 83.33333333333334%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666666666666%;
  }
  .col-sm-push-7 {
    left: 58.333333333333336%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666666666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.666666666666664%;
  }
  .col-sm-push-1 {
    left: 8.333333333333332%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .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.66666666666666%;
  }
  .col-md-10 {
    width: 83.33333333333334%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666666666666%;
  }
  .col-md-7 {
    width: 58.333333333333336%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666666666667%;
  }
  .col-md-4 {
    width: 33.33333333333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.666666666666664%;
  }
  .col-md-1 {
    width: 8.333333333333332%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666666666666%;
  }
  .col-md-pull-10 {
    right: 83.33333333333334%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666666666666%;
  }
  .col-md-pull-7 {
    right: 58.333333333333336%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666666666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.666666666666664%;
  }
  .col-md-pull-1 {
    right: 8.333333333333332%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666666666666%;
  }
  .col-md-push-10 {
    left: 83.33333333333334%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666666666666%;
  }
  .col-md-push-7 {
    left: 58.333333333333336%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666666666667%;
  }
  .col-md-push-4 {
    left: 33.33333333333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.666666666666664%;
  }
  .col-md-push-1 {
    left: 8.333333333333332%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-md-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-md-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .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.66666666666666%;
  }
  .col-lg-10 {
    width: 83.33333333333334%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666666666666%;
  }
  .col-lg-7 {
    width: 58.333333333333336%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666666666667%;
  }
  .col-lg-4 {
    width: 33.33333333333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.666666666666664%;
  }
  .col-lg-1 {
    width: 8.333333333333332%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666666666666%;
  }
  .col-lg-pull-10 {
    right: 83.33333333333334%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666666666666%;
  }
  .col-lg-pull-7 {
    right: 58.333333333333336%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666666666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.666666666666664%;
  }
  .col-lg-pull-1 {
    right: 8.333333333333332%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666666666666%;
  }
  .col-lg-push-10 {
    left: 83.33333333333334%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666666666666%;
  }
  .col-lg-push-7 {
    left: 58.333333333333336%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666666666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.666666666666664%;
  }
  .col-lg-push-1 {
    left: 8.333333333333332%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-lg-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #96bd11;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.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: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  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: #96bd11;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.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 #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  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 #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    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: #ffffff;
  }
}
.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: #ffffff;
  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 #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    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: #ffffff;
  }
}
.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;
}
.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: #cccccc;
}
.breadcrumb > .active {
  color: #777777;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  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: #777777;
  background-color: #ffffff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.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: #ffffff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #428bca;
  background-color: #ffffff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.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,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .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;
}
.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  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-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 #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #dddddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr: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-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td: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-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.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 #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #428bca;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #428bca;
}
.panel-primary > .panel-heading .badge {
  color: #428bca;
  background-color: #ffffff;
}
.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-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.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-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.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-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.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-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate3d(0, -25%, 0);
  transform: translate3d(0, -25%, 0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
  opacity: 0.005;
  filter: alpha(opacity=0.5);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #96bd11;
  min-height: 16.428571429px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.428571429;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #96bd11;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
  opacity: 0.009000000000000001;
  filter: alpha(opacity=0.9);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.nav:before,
.nav:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.nav:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.nav:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.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;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  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 (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !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: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !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: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !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;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.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;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
}
body {
  font-family: 'Lato', Tahoma;
  background: #ffffff;
  font-weight: 300;
  color: #242b48;
}
body.sticky {
  padding-top: 130px;
}
body.sticky.stickyheader {
  padding-top: 400px;
}
.boxed-wrapper {
  max-width: 1120px;
  margin: 0 auto;
  box-shadow: 0 9px 0px 0px #ffffff, 0 -9px 0px 0px #ffffff, 12px 0 15px -4px rgba(0, 0, 0, 0.2), -12px 0 15px -4px rgba(0, 0, 0, 0.2);
  background: #fff;
}
.boxed-wrapper #top div.background_menu.sticky,
.boxed-wrapper #top .topheader_sticky.sticky {
  width: auto;
}
a:focus {
  outline: none;
}
a:visited,
a:active {
  text-decoration: none;
}
p {
  padding-bottom: 5px;
}
.nolist {
  list-style: none;
}
.clearBoth {
  clear: both;
  display: block;
}
.white-shadow {
  text-shadow: 1px 1px 0px #fff;
}
.dark-shadow {
  text-shadow: 1px 1px 0px #7c7c7c;
}
/* STICKY EFFECT */
.topheader_sticky {
  float: left;
  width: 100%;
}
.topheader_sticky.sticky {
  background: #fff;
  position: fixed;
  top: 0;
  z-index: 300;
  border-bottom: 1px solid #96bd11;
}
.background_menu {
  clear: both;
  float: left;
  width: 100%;
  background: #fff;
}
.background_menu.sticky {
  position: fixed;
  top: 0;
  z-index: 300;
  border-bottom: 1px solid #96bd11;
}
/* HEADER */
div.topbar {
  width: 100%;
  line-height: 40px;
  height: 40px;
  background: #96bd11;
}
div.topbar p.pull-left {
  font-size: 14px;
  padding: 0;
  text-shadow: 1px 1px 0px #fff;
}
div.topbar p.pull-left a {
  font-weight: 700;
}
div.topbar .select-options {
  padding: 0 15px;
  position: relative;
  cursor: pointer;
  float: right;
}
div.topbar .select-options i {
  padding-left: 5px;
}
div.topbar .select-options img {
  float: left;
  margin: 16px 5px 0 0px;
}
div.topbar .select-options p {
  padding: 0;
}
div.topbar ul {
  position: absolute;
  top: 39px;
  background: #fff;
  width: 150px;
  list-style: none;
  line-height: 24px;
  z-index: 400;
  display: none;
  border-top: 0px;
  box-shadow: 0px 0px 6px #96bd11;
  left: 0px;
}
div.topbar ul li a {
  padding: 8px 8px 8px 15px;
  display: block;
}
div.topbar ul li a:hover {
  text-decoration: none;
}
div.topbar ul li img {
  margin-left: 15px!important;
}
#top .logo {
  margin: 28px 0;
}
#top .layer_container {
  position: relative;
  clear: both;
}
/* LEFT COLUMN */
#columns {
  margin-top: 20px;
}
#columns #center_column {
  margin-bottom: 40px;
}
#left_column div:first-of-type {
  margin-top: 0;
}
@media (max-width: 991px) {
  #columns {
    margin-top: 0;
  }
}
#index #columns #center_column {
  margin-bottom: 0;
}
#popular_items_block {
  padding-bottom: 24px;
  margin-bottom: 10px;
}
#popular_items_block,
#left_column .block,
#right_column .block {
  clear: both;
  width: 100%;
  margin-top: 20px;
  float: left;
  line-height: 21px;
  position: relative;
  border: 1px solid #96bd11;
}
#popular_items_block.blockmanufacturer ul,
#left_column .block.blockmanufacturer ul,
#right_column .block.blockmanufacturer ul,
#popular_items_block.blocksupplier ul,
#left_column .block.blocksupplier ul,
#right_column .block.blocksupplier ul {
  margin-bottom: 10px;
}
#popular_items_block .item,
#left_column .block .item,
#right_column .block .item {
  clear: both;
  float: left;
  width: 100%;
  margin-top: 17px;
  padding: 0 25px;
}
#popular_items_block .item .item-info,
#left_column .block .item .item-info,
#right_column .block .item .item-info {
  float: left;
  width: 60%;
}
#popular_items_block .item img,
#left_column .block .item img,
#right_column .block .item img {
  float: left;
  margin: 0 6% 0 0;
  border: 1px solid #96bd11;
}
#popular_items_block .item .rating,
#left_column .block .item .rating,
#right_column .block .item .rating {
  margin: 0px 0 0px 0;
}
#popular_items_block .item h3,
#left_column .block .item h3,
#right_column .block .item h3 {
  font-weight: 400;
}
#popular_items_block h4,
#left_column .block h4,
#right_column .block h4,
#popular_items_block .title_block,
#left_column .block .title_block,
#right_column .block .title_block {
  font-size: 22px;
  padding: 20px 0 12px 25px;
  font-weight: 300;
}
#popular_items_block .arrows-container,
#left_column .block .arrows-container,
#right_column .block .arrows-container {
  position: absolute;
  bottom: -17px;
  text-align: center;
  width: 100%;
}
#popular_items_block .block_content,
#left_column .block .block_content,
#right_column .block .block_content {
  padding: 10px 25px 24px 25px;
  border-top: 1px solid #96bd11;
}
#popular_items_block .products-block,
#left_column .block .products-block,
#right_column .block .products-block {
  padding: 10px 0 24px 0;
  border-top: 1px solid #96bd11;
  overflow: hidden;
}
#popular_items_block .list-block ul,
#left_column .block .list-block ul,
#right_column .block .list-block ul {
  list-style: none;
  margin-bottom: 10px;
}
#popular_items_block .list-block ul li:before,
#left_column .block .list-block ul li:before,
#right_column .block .list-block ul li:before {
  content: "\f101";
  padding: 0 0 0 5px;
  font-family: "FontAwesome";
  color: #000000;
}
#popular_items_block .list-block ul li a,
#left_column .block .list-block ul li a,
#right_column .block .list-block ul li a {
  padding-left: 5px;
}
#popular_items_block .list-block ul li a i,
#left_column .block .list-block ul li a i,
#right_column .block .list-block ul li a i {
  display: none;
}
#popular_items_block .old,
#left_column .block .old,
#right_column .block .old {
  text-decoration: line-through;
}
#popular_items_block .price-percent-reduction,
#left_column .block .price-percent-reduction,
#right_column .block .price-percent-reduction {
  display: inline-block;
  background: #e94a46;
  color: #fff;
  padding: 2px;
}
#free-shipping {
  clear: both;
  float: left;
  margin-top: 38px;
  width: 100%;
  position: relative;
  border: 0!important;
}
#free-shipping .block-text {
  position: absolute;
  top: 45px;
  left: 25px;
}
#free-shipping .block-text h5 {
  font-size: 26px;
  line-height: 26px;
  text-transform: uppercase;
  font-weight: 900;
}
#free-shipping .block-text h5 span {
  font-weight: 300;
}
#free-shipping .small {
  display: block;
  font-size: 14px;
  text-transform: none;
  margin-top: 2px;
}
#free-shipping .button {
  position: absolute;
  right: 25px;
  top: 95px;
  color: #fff;
  font-weight: 900;
  padding: 0 20px;
  font-size: 14px;
  line-height: 29px;
  text-transform: uppercase;
  text-decoration: none;
}
.rating {
  display: block;
  margin: 12px 0;
  font-size: 12px;
  height: 20px;
}
/* RIGHT COLUMN */
#slider {
  margin-bottom: 22px;
}
#slider a {
  text-shadow: 1px 1px 0px #7c7c7c;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  text-align: center;
  display: block;
  line-height: 39px;
  text-transform: uppercase;
  width: 210px;
}
#slider a:hover {
  text-decoration: none;
}
div.rev_slider_wrapper a {
  text-shadow: 1px 1px 0px #7c7c7c;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  text-align: center;
  display: block;
  line-height: 39px;
  text-transform: uppercase;
  width: 210px;
}
div.rev_slider_wrapper a:hover {
  text-decoration: none;
  color: #fff;
}
.testimonials {
  clear: both;
  float: left;
  width: 100%;
  position: relative;
  z-index: 1;
}
.testimonials .testimonials-box {
  margin-top: 29px;
  float: left;
  width: 100%;
}
.testimonials .testimonials-box img {
  float: left;
  width: 90px;
  height: 90px;
  margin-top: 2px;
}
.testimonials .testimonials-box p {
  float: right;
  width: 87%;
  font-size: 16px;
  line-height: 24px;
}
.testimonials .testimonials-box p.author {
  text-align: right;
  background: url(../img/images/line.png) 0 17px repeat-x;
  font-style: italic;
}
.testimonials .testimonials-box p.quote {
  min-height: 72px;
}
.testimonials .testimonials-box span {
  background: #fff;
  padding-left: 15px;
  font-weight: 700;
}
.testimonials .testimonials-box span i {
  font-weight: 300;
}
div.heading-line {
  margin-top: 16px;
  float: left;
  width: 100%;
  padding-bottom: 10px;
}
div.heading-line h2 {
  font-size: 22px;
}
div.manufacturers {
  padding: 25px 0px;
  margin-top: 20px;
  float: left;
  width: 100%;
  position: relative;
  z-index: 1;
}
div.manufacturers .logo-wrapper {
  float: left;
  width: 100%;
}
div.manufacturers .logo-wrapper .logo {
  float: left;
  margin-left: 70px;
}
div.manufacturers .col-lg-11 {
  float: none!important;
  margin: 0 auto;
}
div.manufacturers .arrow-container {
  float: left;
}
div.manufacturers .carousel_right {
  border-radius: 20px 0 0 20px;
  border-right: 0px;
  text-indent: 2px;
}
div.manufacturers .carousel_left {
  border-radius: 0px 20px 20px 0px;
  border-left: 0px;
  text-indent: -2px;
}
div.manufacturers .carousel_arrow {
  margin-top: 24px;
}
.owl-carousel-ph .product {
  width: 100%;
}
#small-baners {
  clear: both;
  margin: 0 0 22px 0;
  width: 100%;
  float: left;
}
#small-baners .mini-banner {
  position: relative;
  padding: 0;
}
#small-baners .mini-banner:first-child a {
  margin-left: 0;
}
#small-baners .mini-banner:last-child a {
  margin-left: 8px;
}
#small-baners .mini-banner a {
  position: relative;
  display: block;
  margin-left: 4px;
}
#small-baners .mini-banner h2 {
  font-size: 24px;
  line-height: 21px;
  text-transform: uppercase;
  font-weight: 900;
  text-align: right;
  top: 33px;
  right: 30px;
  position: absolute;
  color: #0b486b;
}
#small-baners .mini-banner h2 span {
  font-weight: 300;
}
/* FOOTER */
div.prefooter {
  clear: both;
  margin-top: 35px;
  padding-bottom: 20px;
  position: relative;
  z-index: 2;
}
div.prefooter h4 {
  font-size: 20px;
  font-weight: 300;
  padding: 28px 0 10px 0;
  text-shadow: 1px 1px 0px #fff;
  margin-bottom: 25px;
}
div.prefooter p {
  font-size: 16px;
  text-shadow: 1px 1px 0px #fff;
  line-height: 22px;
  margin-bottom: 17px;
}
div.prefooter .custom p {
  font-size: 14px;
}
div.prefooter .twitter-box p {
  font-size: 14px;
}
div.prefooter .twitter-box a {
  font-size: 16px;
}
div.prefooter .twitter-box h5 {
  background: url(../img/images/twitter-icon.png) left no-repeat;
  font-size: 15px;
  padding-left: 30px;
  margin-bottom: 10px;
}
div.footer_blocks {
  margin-top: 30px;
  padding-bottom: 20px;
  background: #fff;
}
div.footer_blocks #newsletter_block_left h4 i {
  display: none;
}
div.footer_blocks h4 {
  font-size: 20px;
  font-weight: 300;
}
@media (min-width: 768px) {
  div.footer_blocks h4 i {
    display: none!important;
  }
}
@media (max-width: 767px) {
  div.footer_blocks h4 i {
    cursor: pointer;
  }
  div.footer_blocks h4 i.fa-plus {
    display: block;
  }
  div.footer_blocks h4 i.fa-minus {
    display: none;
  }
}
div.footer_blocks ul {
  margin-top: 20px;
}
div.footer_blocks ul li {
  list-style: none;
}
div.footer_blocks ul a {
  margin: 5px 0;
  padding-left: 10px;
  float: left;
  clear: both;
}
div.footer_blocks hr {
  width: 30%;
}
@media (max-width: 767px) {
  div.footer_blocks ul {
    margin-top: 0;
  }
  div.footer_blocks .toggle-footer {
    margin-bottom: 30px;
    overflow: hidden;
  }
}
div.footer_blocks .col-lg-3 {
  margin-bottom: 20px;
}
div.footer_blocks .col-lg-3:nth-child(5n) {
  clear: left;
}
#bottom {
  padding: 20px 0;
  float: left;
  width: 100%;
}
#bottom p {
  line-height: 20px;
  padding: 0;
}
/* CAROUSELS */
.carousel_arrow {
  width: 32px;
  height: 30px;
  display: block;
  margin-top: 4px;
}
.carousel_left,
.carousel_right {
  border-radius: 0 20px 20px 0;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  float: right;
  height: 27px;
  text-align: center;
  width: 30px;
  font-size: 18px;
  background: #fff;
  line-height: 23px;
}
.carousel_left:hover,
.carousel_right:hover {
  background: #fafafa;
}
.carousel_left {
  border-radius: 20px 0 0 20px;
  border-right: medium none;
  float: left;
}
.breadcrumb {
  font-size: 14px;
  background: none;
  margin-bottom: 15px;
  padding: 0 10px;
}
.breadcrumb a {
  font-weight: 700;
}
.breadcrumb i {
  font-size: 12px;
}
.breadcrumb .navigation-pipe {
  padding: 0 5px;
}
#pagination_bottom {
  margin: 0 auto;
  display: inline-flex;
  width: 100%;
  text-align: center;
}
#pagination_bottom ul.pagination {
  list-style: none;
  width: 100%;
}
#pagination_bottom ul.pagination li {
  display: inline-block;
  margin: 0 5px;
  border-radius: 3px;
}
#pagination_bottom ul.pagination li span {
  font-weight: 700;
}
#pagination_bottom ul.pagination li:hover a {
  color: #fff;
  text-decoration: none;
}
#pagination_bottom ul.pagination li a,
#pagination_bottom ul.pagination li > span {
  display: block;
  padding: 10px 15px;
}
#pagination_bottom ul.pagination .disabled:hover {
  background: none;
}
#pagination_bottom ul.pagination #pagination_previous:hover,
#pagination_bottom ul.pagination #pagination_next:hover {
  background: none;
}
#pagination_bottom ul.pagination .active,
#pagination_bottom ul.pagination .current {
  color: #fff;
}
#pagination_bottom .centered {
  margin: 0 auto;
}
.banner-bg {
  background: url(../img/images/banner-bg-b.jpg) no-repeat;
  width: 100%;
  position: relative;
  top: -23px;
}
#productsSortForm .sbHolder {
  width: 200px;
}
.sortPagiBar .sbHolder {
  float: right;
  margin-left: 15px;
}
.nbrItemPage .sbHolder {
  width: 80px;
}
.sbHolder {
  background-color: #fff;
  border: solid 1px #96bd11;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  height: 30px;
  position: relative;
  width: 200px;
}
.sbSelector {
  display: block;
  height: 30px;
  left: 0;
  line-height: 30px;
  outline: none;
  overflow: hidden;
  position: absolute;
  text-indent: 10px;
  top: 0;
  width: 170px;
}
.sbSelector:link,
.sbSelector:visited,
.sbSelector:hover {
  color: #000000;
  outline: none;
  text-decoration: none;
}
.sbToggle {
  display: block;
  height: 29px;
  outline: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  margin-right: 0px!important;
}
.sbHolderDisabled {
  background-color: #3C3C3C;
  border: solid 1px #515151;
}
.sbOptions {
  background-color: #fff;
  border: solid 1px #96bd11;
  list-style: none;
  left: -1px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 30px;
  min-width: 80px;
  z-index: 3;
  overflow-y: auto;
  width: 100%;
}
.sbOptions li {
  padding: 0 7px;
}
.sbOptions a {
  line-height: 33px;
  display: block;
  outline: none;
}
.sbOptions a:link,
.sbOptions a:visited {
  color: #333;
  text-decoration: none;
}
.sbOptions li.last a {
  border-bottom: none;
}
.sbOptions .sbDisabled {
  color: #999;
  display: block;
  padding: 7px 0 7px 3px;
}
.sbOptions .sbGroup {
  color: #EBB52D;
  display: block;
  font-weight: bold;
  padding: 7px 0 7px 3px;
}
.sbOptions .sbSub {
  padding-left: 17px;
}
#productsSortForm > label,
.clearfix.selector1 > label,
.container.selector1 > label,
.container-fluid.selector1 > label,
.row.selector1 > label,
.nav.selector1 > label,
.pager.selector1 > label,
.panel-body.selector1 > label,
.modal-footer.selector1 > label {
  float: left;
}
.not-available {
  font-size: 16px;
  color: red;
}
[class*=".effect-"] {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  perspective: 1000;
}
.effect-fade {
  opacity: 0;
}
.effect-fade.in {
  opacity: 1;
}
.effect-slide-left {
  -webkit-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0);
  opacity: 0;
}
.effect-slide-left.in {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.effect-slide-right {
  -webkit-transform: translate3d(30%, 0, 0);
  transform: translate3d(30%, 0, 0);
  opacity: 0;
}
.effect-slide-right.in {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.effect-slide-top {
  -webkit-transform: translate3d(0, -30%, 0);
  transform: translate3d(0, -30%, 0);
  opacity: 0;
}
.effect-slide-top.in {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.effect-slide-bottom {
  -webkit-transform: translate3d(0, 30%, 0);
  transform: translate3d(0, 30%, 0);
  opacity: 0;
}
.effect-slide-bottom.in {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.effect-pop {
  opacity: 0;
}
.effect-pop.in {
  -webkit-animation: pop 0.6s ease-out 0.5s both;
  -moz-animation: pop 0.6s ease-out 0.5s both;
  -o-animation: pop 0.6s ease-out 0.5s both;
  animation: pop 0.6s ease-out 0.5s both;
  opacity: 1 \9;
}
@-webkit-keyframes pop {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes pop {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes pop {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pop {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.effect-fall {
  opacity: 0;
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}
.effect-fall.in {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.effect-perspective {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px;
}
.effect-helix {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  opacity: 0;
  -webkit-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.effect-helix.in {
  opacity: 1;
  -webkit-transform: rotateY(0);
  -ms-transform: rotateY(0);
  transform: rotateY(0);
}
@media (min-width: 992px) and (max-width: 1199px) {
  div#columns .testimonials .testimonials-box p {
    width: 85%;
    font-size: 14px;
  }
  #popular_items_block .item img {
    margin: 0 16px 0 15px;
  }
  #free-shipping .block-text {
    top: 10px;
    left: 10px;
    font-size: 16px;
  }
  .content_scene_cat .cat_desc {
    line-height: 60px;
  }
  .content_scene_cat_bg {
    height: 130px!important;
  }
  .sortPagiBar .nbrItemPage {
    width: 25%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body.category .beam_products .outer {
    height: 270px;
  }
  .content_scene_cat .cat_desc {
    line-height: 120px;
  }
  .content_scene_cat_bg {
    height: 120px!important;
  }
  .nbrItemPage {
    clear: both;
    float: left!important;
  }
  .productsSortForm {
    float: left;
    width: 40%;
  }
  #list,
  #grid {
    float: left;
    margin-bottom: 15px;
  }
  .sortPagiBar .active {
    padding: 0 5px;
  }
  .beam_products .inner .info .button {
    font-weight: 300;
    font-size: 13px;
  }
  #popular_items_block .item img {
    margin: 0 10px 0 5px;
  }
  div#center_column div.new-products .button {
    padding: 5px 10px;
  }
  div#categories_block_left li a {
    margin-right: 0px!important;
  }
  div#categories_block_left li a:hover {
    background: #000000 !important;
  }
  #free-shipping .block-text {
    top: 10px;
    left: 10px;
    font-size: 16px;
  }
  div#columns #slider .block-text {
    top: 30px;
    left: 30px;
  }
  div#columns #slider .block-text h1 {
    font-size: 24px;
    line-height: 28px;
  }
  div#columns #slider .block-text .button {
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    margin-top: 30px;
  }
  div#columns #small-baners .mini-banner h2 {
    font-size: 15px;
    top: 15px;
    right: 15px;
    text-align: right;
  }
  div#columns #small-baners .mini-banner a:hover h2 {
    font-size: 16px!important;
    line-height: 21px;
  }
  div#columns .testimonials .testimonials-box p {
    width: 69%;
    font-size: 14px;
  }
  .pb-center-column,
  .pb-right-column,
  .pb-left-column {
    margin-top: 30px;
    width: 98%;
  }
  body.category .beam_products .list-group-item .inner .info {
    clear: both;
    float: none;
    width: 100%;
    border: none!important;
    padding: 0px!important;
  }
  body.category .beam_products .list-group-item .product-info {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .sortPagiBar .active {
    padding: 0 5px;
  }
  body.category .beam_products .list-group-item .inner .info {
    clear: both;
    float: none;
    width: 100%;
    border: none!important;
    padding: 0px!important;
  }
  body.category .beam_products .list-group-item .product-info {
    width: 60%;
  }
  .pb-center-column,
  .pb-right-column {
    margin-top: 30px;
    width: 98%;
  }
  body.category .beam_products .outer {
    height: 300px;
  }
  div#categories_block_left li a {
    margin-right: 0px!important;
  }
  div#categories_block_left li a:hover {
    background: #000000 !important;
  }
  #free-shipping .block-text {
    top: 10px;
    left: 10px;
    font-size: 16px;
  }
  div#columns #slider .block-text {
    top: 30px;
    left: 30px;
  }
  div#columns #slider .block-text h1 {
    font-size: 24px;
    line-height: 28px;
  }
  div#columns #slider .block-text .button {
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    margin-top: 30px;
  }
  div#columns #small-baners .mini-banner h2 {
    font-size: 15px;
    top: 15px;
    right: 15px;
    text-align: right;
  }
  div#columns #small-baners .mini-banner a:hover h2 {
    font-size: 16px!important;
    line-height: 21px;
  }
  div#columns .testimonials .testimonials-box p {
    width: 75%;
    font-size: 14px;
  }
  .std input[type="text"] {
    width: 100%!important;
  }
  input#search_query_top {
    width: 80%!important;
  }
  .sbHolder {
    width: 100%!important;
    margin-top: 10px;
  }
  .attribute_fieldset .sbHolder {
    width: 210px!important;
    margin-top: 0px;
  }
  .nbrItemPage {
    clear: both;
    float: left!important;
    width: 45%!important;
  }
  .productsSortForm {
    float: left;
    width: 45%;
  }
  #list,
  #grid {
    float: left;
  }
  aside#left_column div#categories_block_left li a:hover,
  aside#left_column div#categories_block_left li a.active {
    background: none!important;
  }
  .fa-plus,
  .fa-minus {
    font-size: 20px;
    margin: 0 5px;
  }
  #popular_items_block h4,
  #left_column .block h4,
  #right_column .block h4,
  #popular_items_block .title_block,
  #left_column .block .title_block,
  #right_column .block .title_block {
    padding: 12px 0 12px 25px;
  }
}
@media (max-width: 721px) {
  #left_column.col-xs-4 {
    width: 100%;
  }
  #free-shipping {
    display: none;
  }
  #center_column {
    width: 100%;
    clear: both;
    margin-top: 30px;
  }
  div.footer_blocks h4 {
    font-size: 16px;
  }
  .clearfix,
  .container,
  .container-fluid,
  .row,
  .nav,
  .pager,
  .panel-body,
  .modal-footer {
    clear: both;
  }
  div.footer_blocks div.col-lg-3 {
    margin-bottom: 20px;
  }
  #slider,
  #small-baners {
    display: none;
  }
  .topbar .select-options {
    border: none!important;
    padding: 0 15px 0 0px!important;
    font-size: 12px;
  }
}
@media (max-width: 641px) {
  #languages_block_top {
    float: left;
    clear: both;
  }
  .select-options {
    margin-bottom: 10px;
  }
  #top .logo {
    clear: both;
    text-align: center;
  }
  .content_scene_cat .cat_desc .category-name {
    font-size: 20px!important;
  }
  .content_scene_cat_bg {
    height: 50px!important;
  }
  .content_scene_cat .cat_desc {
    line-height: 48px;
    margin-left: 10px!important;
  }
  .outer {
    width: 49%;
    float: left;
  }
  .addresses .col-xs-12 {
    margin-bottom: 20px;
  }
}
@media (max-width: 481px) {
  body.category .beam_products .list-group-item .product-info {
    width: 50%;
  }
  div#columns .testimonials .testimonials-box p {
    width: 100%;
  }
  div#columns .testimonials img {
    margin: 0 auto;
  }
  div.footer_blocks .col-xs-6,
  div.footer_blocks .col-xs-6 li {
    width: 100%;
  }
  hr {
    width: 100%!important;
  }
  footer#bottom p {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .topbar span {
    display: none;
  }
  .select-options img {
    display: none;
    padding: 0 5px!important;
  }
  .content_scene_cat .cat_desc .category-name {
    font-size: 16px!important;
  }
  div.topbar p.pull-left {
    font-size: 11px;
  }
  .nbrItemPage {
    clear: both;
    float: left!important;
    width: 100%!important;
  }
  .productsSortForm {
    float: left;
    width: 100%;
  }
  .sortPagiBar .nbrItemPage {
    margin-left: 0px!important;
  }
  #pagination_bottom ul.pagination li a,
  #pagination_bottom ul.pagination .active,
  #pagination_bottom ul.pagination .current,
  #pagination_bottom ul.pagination .disabled {
    padding: 5px 5px;
  }
  th.cart_product,
  td.cart_product,
  th.cart_avail,
  td.cart_avail,
  th.cart_unit,
  td.cart_unit {
    display: none!important;
  }
  .pull-right.cart_total_price {
    width: auto;
  }
  #cart_summary tr {
    width: 100%;
    display: inline-table;
  }
  .cart_description {
    width: 180px;
  }
  td#cart_voucher {
    width: 100%;
    display: table-caption;
  }
  td.text-right {
    margin-left: 10px;
  }
  button.button.btn.btn-default.button-small {
    float: right;
  }
  td#total_product {
    font-size: 22px;
    margin-right: 10px;
  }
  .table-container #cart_summary tr .cart_quantity .cart_quantity_input {
    width: auto!important;
  }
  td#total_shipping {
    margin-right: 10px;
  }
  div.topbar ul {
    left: auto;
    right: 0;
  }
  div.manufacturers .logo-wrapper .logo {
    margin-left: 0;
    float: none;
    text-align: center;
  }
  div.manufacturers .logo-wrapper .logo img {
    display: inline-block;
  }
  #bottom .pull-right {
    float: left!important;
    margin-top: 10px;
  }
}
@media (max-width: 321px) {
  body.category .beam_products .outer {
    height: 240px;
  }
  .beam_products .inner .info .button {
    padding: 5px!important;
    font-weight: 300;
    font-size: 13px;
    line-height: 25px;
  }
  .attribute_fieldset .sbHolder {
    width: 180px!important;
    margin-top: 0px;
  }
  .table-container #cart_summary tr .cart_total span {
    font-size: 15px;
  }
  .cart_description {
    width: 100px;
  }
  body.category .beam_products .list-group-item .product-info {
    width: 100%;
    padding: 10px;
  }
  .cart_navigation button,
  .cart_navigation a {
    display: block;
    float: none !important;
    margin-bottom: 10px;
    text-align: center;
    width: 100%;
  }
}
#cart_title {
  margin-top: 0px;
}
.table-responsive {
  padding: 10px;
  border: 1px solid #96bd11;
  text-align: left;
  margin: 0 0 20px 0;
}
.table-responsive #cart_summary {
  width: 100%;
  margin: 0;
}
.table-responsive #cart_summary tr {
  border-bottom: 1px solid #96bd11;
}
.table-responsive #cart_summary tr.customization ul {
  list-style: none;
}
.table-responsive #cart_summary tr.customization .cart_quantity_button,
.table-responsive #cart_summary tr.customization .cart_quantity_input {
  width: 36%;
}
.table-responsive #cart_summary tr td {
  padding: 10px 0;
}
.table-responsive #cart_summary tr td.cart_description {
  font-size: 12px;
}
.table-responsive #cart_summary tr td.cart_description .product-name {
  font-size: 14px;
  margin-bottom: 4px;
}
.table-responsive #cart_summary tr .cart_unit span {
  display: block;
}
.table-responsive #cart_summary tr .cart_total span {
  font-size: 18px;
}
.table-responsive #cart_summary tr .cart_quantity .cart_quantity_input {
  text-align: center;
}
.table-responsive #cart_summary tfoot {
  background: #fafafa;
}
.table-responsive #cart_summary tfoot #voucher fieldset {
  border: none;
}
.table-responsive #cart_summary tfoot #voucher fieldset input {
  padding: 3px;
  border: 1px solid #96bd11;
}
.table-responsive #cart_summary tfoot #voucher h4 {
  font-weight: 400;
}
.pull-right.cart_total_price {
  margin-top: 20px;
  padding: 10px 10px;
  border: 1px solid #96bd11;
  width: 30%;
  text-align: right;
}
.pull-right.cart_total_price #total_price {
  font-size: 30px;
}
ul.step {
  list-style-type: none;
  padding: 1px;
  border: 1px solid #96bd11;
  width: 100%;
  margin: 20px 0;
}
ul.step li {
  float: left;
  line-height: 52px;
  height: 52px;
  width: 20%;
  text-align: center;
  text-transform: uppercase;
  font-family: #dddddd;
  font-weight: 400;
}
ul.step li.step_done {
  background: #eee;
}
ul.step li.step_current {
  background: #f7f7f7;
}
ul.step li.step_current_end {
  background: #f7f7f7;
}
ul.step li a {
  color: #88BBC8;
}
ul.step li.step_todo span {
  color: #989797;
}
ul.step li a:hover {
  text-decoration: none;
  color: #333;
}
@media (max-width: 641px) {
  ul.step li {
    width: 100%;
  }
}
#compare_shipping {
  border: 0;
  padding: 0;
}
#compare_shipping h3 {
  font-size: 20px;
  text-transform: none;
  border-top: 1px solid #96bd11;
  border-bottom: 1px solid #96bd11;
  padding: 15px;
  margin: 0 0 20px 0;
  background: none;
  font-weight: 600;
}
#compare_shipping p {
  float: left;
  margin: 0 0 25px 20px;
}
#compare_shipping label {
  display: block;
  color: #2b2b2b;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  margin: 0 0 5px 0;
}
#compare_shipping select,
#compare_shipping #zipcode {
  border: 1px solid #dddddd;
  padding: 7px;
  box-shadow: 0 1px 2px #dddddd;
}
#compare_shipping #zipcode {
  margin-right: 20px;
}
#compare_shipping #availableCarriers {
  padding: 20px 0;
  width: 100%;
  display: inline-block;
}
#compare_shipping #availableCarriers h4 {
  color: #474747;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  margin: 0 0 10px 0;
}
#compare_shipping #availableCarriers table {
  width: 100%;
  background: #fff;
  border: 1px solid #96bd11;
  margin: 0 0 20px 0;
}
#compare_shipping #availableCarriers table td {
  padding: 10px 0;
}
#compare_shipping #availableCarriers table td.radio {
  padding-left: 20px;
  width: 65px;
}
#compare_shipping .SE_SubmitRefreshCard {
  margin: 0;
}
#compare_shipping .SE_SubmitRefreshCard input {
  color: #dddddd;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-size: 14px;
  background: none;
  float: left;
  margin: 0 20px;
}
#compare_shipping .SE_SubmitRefreshCard input:hover {
  color: #5ca8ff;
}
.box_background {
  padding: 20px;
}
.box_background h1 {
  font-size: 20px;
  text-transform: none;
  margin: 10px 0 20px 0;
}
.box_background h3 {
  font-size: 16px;
  text-transform: none;
  margin: 0 0 20px 0;
}
#create-account_form,
#login_form {
  box-shadow: none;
  padding: 0;
}
#create-account_form fieldset,
#login_form fieldset {
  padding: 0;
}
#create-account_form fieldset h3,
#login_form fieldset h3 {
  margin: 0;
}
#create-account_form .lost_password,
#login_form .lost_password {
  font-size: 12px;
}
#create-account_form .lost_password a,
#login_form .lost_password a {
  color: #dddddd;
}
#create-account_form p.text,
#login_form p.text {
  margin: 0 0 10px 0;
}
ul.address {
  list-style: none;
}
#add_address input[type="text"] {
  border: 1px solid #dddddd;
  padding: 7px;
}
#add_address input[type="text"],
#add_address textarea,
#add_address select,
#add_address .form-control {
  width: 45%;
}
div.order_delivery {
  margin-bottom: 20px;
}
div.order_delivery h3 {
  background: #f7f7f7;
  padding: 5px;
}
.terms_wrapper {
  margin: 0 0 40px 0;
}
.terms_wrapper h3.condition_title {
  padding: 20px;
  margin: 0;
  font-size: 20px;
  font-weight: 300;
  text-transform: none;
}
.terms_wrapper .checkbox {
  padding: 0 0 0 20px;
  font-weight: 600;
}
.terms_wrapper .checkbox a {
  color: #dddddd;
}
div.order_carrier_content {
  margin: 20px 0;
}
div.order_carrier_content .carrier_title {
  color: #474747;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 600;
  background: none;
  margin: 0 0 10px 0;
  text-transform: uppercase;
}
div.order_carrier_content .delivery_options_address {
  margin-bottom: 20px;
}
div.order_carrier_content .delivery_options_address .carrier_title {
  color: #474747;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 600;
  background: none;
  margin: 0 0 10px 0;
  text-transform: uppercase;
}
div.order_carrier_content .delivery_options_address .delivery_options {
  background: #fff;
  border: 1px solid #96bd11;
  padding: 0;
}
div.order_carrier_content .delivery_options_address .delivery_options table.table {
  margin: 0;
  font-size: 14px;
  width: 100%;
}
div.order_carrier_content .delivery_options_address .delivery_options table.table td strong {
  display: block;
}
div.order_carrier_content .delivery_options_address .delivery_options table.table td.delivery_option_radio {
  width: 20px;
}
div.order_carrier_content .delivery_options_address .delivery_options table.table td.delivery_option_logo {
  width: 15%;
}
div.order_carrier_content .delivery_options_address .delivery_options table.table td.delivery_option_price {
  width: 20%;
}
div.order_carrier_content .delivery_options_address .delivery_option_price {
  color: #8faec8;
  font-weight: 400;
}
div.order_carrier_content .delivery_options_address .delivery_option_carrier.not-displayable {
  display: none;
}
div.order_carrier_content .delivery_options_address .delivery_option_carrier td {
  padding: 10px;
  background: #96bd11;
}
.paiement_block h3.payment_info {
  margin: 0 0 10px 0;
}
.paiement_block #order-detail-content tr ul {
  list-style: none;
}
.paiement_block #cart_summary td.cart_total {
  text-align: center;
}
.paiement_block #cart_summary th.cart_total {
  text-align: center;
}
.paiement_block #cart_summary tfoot td.text-right {
  padding: 10px 0;
  text-align: right;
}
.paiement_block #cart_summary tfoot td.price {
  text-align: center;
}
.payment_module {
  position: relative;
  border-bottom: 1px solid #96bd11;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  color: #000;
  line-height: 14px;
  margin: 0;
  padding: 0;
}
.payment_module:last-child {
  border: 0;
}
.payment_module a {
  display: block;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  color: #000;
  padding: 20px;
}
.payment_module a:hover {
  text-decoration: none;
  background: #f7f7f7;
}
.payment_module img {
  display: inline;
  margin-right: 10px;
}
#HOOK_PAYMENT {
  background: #fff;
  border: 1px solid #96bd11;
  padding: 20px;
  margin: 0 0 20px 0;
}
#module-bankwire-payment #left_column,
#module-cheque-payment #left_column,
#module-cashondelivery-validation #left_column,
#order-confirmation #left_column,
#module-bankwire-payment #right_column,
#module-cheque-payment #right_column,
#module-cashondelivery-validation #right_column,
#order-confirmation #right_column {
  display: none;
}
#module-bankwire-payment #center_column,
#module-cheque-payment #center_column,
#module-cashondelivery-validation #center_column,
#order-confirmation #center_column {
  width: 100%;
}
#module-bankwire-payment #center_column .cheque-box,
#module-cheque-payment #center_column .cheque-box,
#module-cashondelivery-validation #center_column .cheque-box,
#order-confirmation #center_column .cheque-box {
  margin-top: 20px;
  margin-bottom: 20px;
}
#module-bankwire-payment #center_column .cheque-box h3,
#module-cheque-payment #center_column .cheque-box h3,
#module-cashondelivery-validation #center_column .cheque-box h3,
#order-confirmation #center_column .cheque-box h3 {
  margin-bottom: 10px;
}
#module-bankwire-payment #center_column .cheque-box .form-group,
#module-cheque-payment #center_column .cheque-box .form-group,
#module-cashondelivery-validation #center_column .cheque-box .form-group,
#order-confirmation #center_column .cheque-box .form-group {
  margin: 10px 0;
}
#module-bankwire-payment #center_column .cheque-box .form-group select,
#module-cheque-payment #center_column .cheque-box .form-group select,
#module-cashondelivery-validation #center_column .cheque-box .form-group select,
#order-confirmation #center_column .cheque-box .form-group select {
  border: 1px solid #dddddd;
  padding: 7px;
}
#module-bankwire-payment #center_column .col-md-offset-2,
#module-cheque-payment #center_column .col-md-offset-2,
#module-cashondelivery-validation #center_column .col-md-offset-2,
#order-confirmation #center_column .col-md-offset-2 {
  border: 1px solid #96bd11;
  padding: 20px;
}
form.box,
form.std {
  padding: 10px 5px;
  overflow: hidden;
}
form.box fieldset,
form.std fieldset {
  border: 0;
  border-bottom: 1px solid #96bd11;
  padding: 0 0 10px 0;
  margin: 0 0 10px 0;
}
form.box.customerprivacy,
form.std.customerprivacy {
  margin: 20px 0!important;
}
form.box h3,
form.std h3 {
  border-bottom: 1px solid #96bd11;
  font-weight: 300;
  font-size: 20px;
  padding: 10px 0 10px 0px;
  margin: 0 0 20px 0;
  display: inline-block;
}
form.box .form-group,
form.std .form-group {
  margin: 0 0 20px 0;
  clear: both;
}
form.box .gender-line,
form.std .gender-line {
  margin: 0 0 20px 0;
  overflow: hidden;
}
form.box .gender-line .radio-inline,
form.std .gender-line .radio-inline {
  float: left;
  margin: 0 10px 0 0;
}
form.box .gender-line .radio-inline label,
form.std .gender-line .radio-inline label {
  color: #bbb;
  font-weight: 300;
}
form.box .gender-line input,
form.std .gender-line input,
form.box .gender-line label,
form.std .gender-line label {
  float: left;
  margin-right: 10px;
}
form.box .gender-line input,
form.std .gender-line input {
  margin-top: 3px;
}
form.box p.select,
form.std p.select {
  margin: 0 0 20px 0;
}
form.box p.select span,
form.std p.select span {
  display: block;
  color: #2b2b2b;
  font-weight: 600;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  margin: 0 0 5px 0;
}
form.box .checkbox,
form.std .checkbox {
  clear: both;
  margin: 0 0 5px 0;
  overflow: hidden;
}
form.box .checkbox input,
form.std .checkbox input,
form.box .checkbox label,
form.std .checkbox label {
  float: left;
}
form.box .checkbox input,
form.std .checkbox input {
  margin: 1px 10px 0 2px;
}
form.box label,
form.std label {
  display: block;
  color: #2b2b2b;
  font-weight: 400;
  font-size: 14px;
  margin: 0 0 5px 0;
}
form.box sup,
form.std sup {
  color: #f70000;
}
form.box p.pull-left.required,
form.std p.pull-left.required {
  margin-left: 20px;
}
form.box input.account_input,
form.std input.account_input,
form.box input.text,
form.std input.text,
form.box select,
form.std select,
form.box textarea,
form.std textarea,
form.box input#email,
form.std input#email,
form.box input.inputTxt,
form.std input.inputTxt,
form.box input[type="text"],
form.std input[type="text"],
form.box input[type="password"],
form.std input[type="password"],
form.box input.validate,
form.std input.validate {
  border: 1px solid #dddddd;
  padding: 7px;
  width: 50%;
}
form.box input.account_input:focus,
form.std input.account_input:focus,
form.box input.text:focus,
form.std input.text:focus,
form.box select:focus,
form.std select:focus,
form.box textarea:focus,
form.std textarea:focus,
form.box input#email:focus,
form.std input#email:focus,
form.box input.inputTxt:focus,
form.std input.inputTxt:focus,
form.box input[type="text"]:focus,
form.std input[type="text"]:focus,
form.box input[type="password"]:focus,
form.std input[type="password"]:focus,
form.box input.validate:focus,
form.std input.validate:focus {
  border: 1px solid #aaa;
}
form.box .date-select select,
form.std .date-select select {
  width: 100%;
}
form.box input.account_input,
form.std input.account_input {
  width: 60%;
}
form.box input.text,
form.std input.text {
  width: 45%;
}
form.box span.form_info,
form.std span.form_info,
form.box .inline-infos,
form.std .inline-infos {
  display: block;
  color: #bbb;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  margin: 5px 0 0 0;
}
form.box div.submit,
form.std div.submit {
  margin-top: 20px;
  text-align: center;
}
.form_container {
  background: #fff;
  box-shadow: 0 0 16px #bbb;
  padding: 10px;
  overflow: hidden;
}
.box_background {
  background: #F2F2F2;
  border-radius: 5px;
  overflow: hidden;
  padding: 20px;
}
div.box p.required {
  margin-bottom: 10px;
}
div.box p.required sup {
  color: #F70000;
}
.form-group.form-error input,
.form-group.form-error textarea {
  border: 1px solid #f13340;
  color: #f13340;
  background: url(../img/icon/form-error.png) 98% 10px no-repeat #fff1f2;
}
.form-group.form-ok input,
.form-group.form-ok textarea {
  border: 1px solid #46a74e;
  color: #35b33f;
  background: url(../img/icon/form-ok.png) 98% 10px no-repeat #ddf9e1;
}
.form-group.form-error .form-control,
.form-group.form-ok .form-control {
  padding-right: 30px;
}
.radio-inline,
.checkbox {
  padding-left: 0;
}
.radio-inline .checker,
.checkbox .checker {
  float: left;
}
.radio-inline .checker span,
.checkbox .checker span {
  top: 0px;
}
.radio-inline div.radio,
.checkbox div.radio {
  display: inline-block;
}
.radio-inline div.radio span,
.checkbox div.radio span {
  float: left;
  top: 0px;
}
.beam_products.nohover .inner:hover {
  height: auto;
}
.beam_products.nohover .inner .info {
  display: none!important;
}
.beam_products.nohover .inner .price {
  height: 60px;
  padding: 0 0 20px 0;
}
.beam_products.nohover .product {
  margin-bottom: 20px;
}
.beam_products .inner {
  text-align: center;
  height: auto;
  background: #fff;
  position: relative;
  z-index: 2;
}
.beam_products .inner:hover {
  height: 395px;
  box-shadow: 0px 0px 20px #ebebeb;
  position: relative;
  z-index: 3;
}
.beam_products .inner:hover .info {
  visibility: visible;
  opacity: 1;
  height: auto;
  max-height: 999px;
  display: block;
}
.beam_products .inner:hover div.quickview .quick-view {
  opacity: 1;
  transform: scale(1, 1);
}
.beam_products .inner div.quickview {
  margin-top: -7px;
  position: absolute;
  top: 40%;
  width: 100%;
  z-index: 1;
}
.beam_products .inner div.quickview .quick-view {
  background: none repeat scroll 0 0 #fefefe;
  border: 1px solid #e6e6e6;
  border-radius: 2px;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  margin: 0 auto;
  opacity: 0;
  padding: 2px 5px;
  transform: scale(0);
  transition: all 0.2s ease 0s;
}
.beam_products .inner div.quickview .quick-view:hover {
  text-decoration: none;
}
.beam_products .inner img {
  margin: 0 auto;
}
.beam_products .inner h3 {
  height: 46px;
  padding: 0 5px;
}
.beam_products .inner h3 a {
  font-size: 16px;
  font-weight: 400;
}
.beam_products .inner .price {
  font-size: 16px;
  font-weight: 400;
  height: 40px;
  display: block;
}
.beam_products .inner .price .old {
  clear: both;
  display: block;
  font-size: 14px;
  text-decoration: line-through;
}
.beam_products .inner .info {
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
  border: none;
  visibility: hidden;
  opacity: 0;
  max-height: 0;
}
.beam_products .inner .info .button {
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
  width: 146px;
  height: auto;
  margin: 0 auto;
  margin-top: 10px!important;
  text-decoration: none;
  display: block;
}
.beam_products .inner .info .options {
  font-size: 14px;
  margin: 15px 0;
  display: block;
}
.beam_products .inner .info .options a {
  display: block;
}
.beam_products .inner .buttons-wrapper {
  border: none;
}
.beam_products .inner .buttons-wrapper .not-available {
  display: block;
  margin-top: 10px;
}
.beam_products .promotion,
.beam_products .sale,
.beam_products .new {
  position: absolute;
  top: 0px;
  left: 0px;
  background: #499fd6;
  color: #fff;
  padding: 5px 10px;
  text-align: center;
  font-size: 10px;
  text-transform: uppercase;
  z-index: 2;
  text-shadow: 1px 0 0 #333;
}
.beam_products .sale {
  background: #f35b5b;
}
.beam_products .new {
  background: #37a422;
}
div.new-products {
  clear: both;
  float: left;
  width: 100%;
}
div.new-products .outer {
  margin-top: 18px;
  float: left;
  width: 100%;
  height: 325px;
  position: relative;
  text-align: center;
}
div.new-products .button {
  padding: 10px 25px;
}
div.featured-products {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
div.featured-products:before,
div.featured-products:after {
  content: " ";
  display: table;
}
div.featured-products:after {
  clear: both;
}
div.featured-products:before,
div.featured-products:after {
  content: " ";
  display: table;
}
div.featured-products:after {
  clear: both;
}
div.featured-products:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
div.featured-products:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
div.featured-products:hover {
  z-index: 2;
}
div.featured-products .block {
  float: left;
  width: 100%;
  height: 320px;
}
div.featured-products .block .product {
  text-align: center;
  float: left;
  height: 245px;
  position: relative;
  margin-top: 18px;
}
div.featured-products .block .product a {
  display: block;
  text-align: center;
}
div.featured-products .block .product a img {
  margin: 0 auto;
}
div.featured-products .product-info p {
  display: none;
}
.alert > p {
  font-size: 20px;
  margin-bottom: 10px;
}
.alert ul,
.alert ol {
  padding-left: 15px;
  margin-left: 27px;
}
.alert ul li,
.alert ol li {
  list-style-type: decimal;
  font-weight: normal;
}
.alert.alert-success:before {
  font-family: "FontAwesome";
  content: "\f058";
  font-size: 20px;
  vertical-align: -2px;
  padding-right: 7px;
}
.alert.alert-danger:before {
  font-family: "FontAwesome";
  content: "\f057";
  font-size: 20px;
  vertical-align: -2px;
  padding-right: 7px;
  float: left;
}
.alert .lnk {
  margin: 15px 0 0 15px;
  font-size: 12px;
}
.label {
  white-space: normal;
  display: inline-block;
  padding: 6px 10px;
}
label {
  color: #333333;
}
label.required:before {
  content: "*";
  color: red;
  font-size: 14px;
  position: relative;
  line-height: 12px;
}
.unvisible {
  display: none;
}
.checkbox {
  line-height: 16px;
}
.checkbox label {
  color: #777777;
}
.close {
  opacity: 1;
}
.close:hover {
  opacity: 1;
}
.form-control {
  border: 1px solid #96bd11;
  padding: 3px 5px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.pack_content {
  margin: 10px 0 10px 0;
}
.confirmation {
  margin: 0 0 10px;
  padding: 10px;
  border: 1px solid #e6db55;
  font-size: 13px;
  background: none repeat scroll 0 0 lightyellow;
}
#page .rte {
  background: transparent none repeat scroll 0 0;
}
#short_description_content ul,
#short_description_content ol,
#short_description_content dl,
#tinymce ul,
#tinymce ol,
#tinymce dl {
  margin-left: 20px;
}
.rte ul {
  list-style-type: disc;
}
.rte ol {
  list-style-type: decimal;
}
.block_hidden_only_for_screen {
  display: none;
}
.fancybox-skin {
  background: white !important;
  padding: 40px !important;
}
.fancybox-skin .fancybox-close {
  width: 28px;
  height: 28px;
  background: none;
  font-size: 28px;
  line-height: 28px;
  color: #333333;
  text-align: center;
  background: white;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
}
.fancybox-skin .fancybox-close:hover {
  color: #515151;
  text-decoration: none;
}
.fancybox-skin .fancybox-close:after {
  content: "\f057";
  font-family: "FontAwesome";
}
@media (max-width: 1199px) {
  .zoomdiv {
    display: none !important;
  }
}
#product.content_only div.pb-left-column p.resetimg {
  margin-bottom: 0px;
  padding-top: 0px;
}
#product.content_only div.pb-left-column #thumbs_list_frame {
  margin-bottom: 0px;
}
ul.footer_links {
  list-style: none;
  margin-top: 20px;
  clear: both;
}
ul.footer_links li:first-child {
  float: left!important;
}
ul.footer_links li:last-child {
  float: right;
}
#crossselling {
  overflow: visible!important;
  position: relative;
}
.page-product-box {
  margin-bottom: 20px;
}
.page-product-box .page-product-heading {
  font-size: 22px;
  font-weight: 300;
  border-bottom: 1px solid #96bd11;
  padding-bottom: 10px;
  margin-bottom: 16px;
}
.table {
  width: 100%;
  margin-bottom: 20px;
}
.table th {
  background: #f7f7f7;
}
.table td {
  border-bottom: 1px solid #96bd11;
}
.description_box.rte a.lnk_more {
  margin-bottom: 20px;
  display: inline-block;
}
div.pagenotfound {
  text-align: center;
}
div.pagenotfound fieldset {
  margin-bottom: 20px;
  padding-bottom: 20px;
}
#manufacturers_list,
#suppliers_list {
  list-style: none;
}
#manufacturers_list .mansup-container,
#suppliers_list .mansup-container {
  border: 1px solid #96bd11;
  padding: 20px;
}
#manufacturers_list .description p,
#suppliers_list .description p {
  padding: 0;
}
#toTop {
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  bottom: 20px;
  display: none;
  font-size: 16px;
  height: 35px;
  padding: 4px 0 0;
  position: fixed;
  right: 20px;
  text-align: center;
  transition: background-color 0.4s ease 0s;
  width: 35px;
}
.rev_slider_wrapper {
  clear: both;
  margin-bottom: 20px!important;
}
.module-referralprogram-program #idTabs {
  margin-bottom: 20px;
}
.big-button {
  height: 42px;
}
.button {
  height: auto;
  -webkit-border-radius: 21px;
  -moz-border-radius: 21px;
  border-radius: 21px;
  padding: 7px 20px;
  color: #fff;
  background: linear-gradient(to bottom, #aec5d8 0%, #aec5d8 50%, #9cb7d0 51%, #9cb7d0 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.button:hover {
  text-decoration: none;
  color: #fff;
  background: linear-gradient(to bottom, #9cb7d0 0%, #9cb7d0 50%, #aec5d8 51%, #aec5d8 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.beam_products .info .button,
.cart_block_summary .button {
  height: 35px;
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  border-radius: 17px;
}
.exclusive {
  background-color: #e94a46;
  background: linear-gradient(to bottom, #ee5a55 0%, #ee5a55 50%, #e43a37 51%, #e43a37 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.exclusive:hover {
  background: linear-gradient(to bottom, #e43a37 0%, #e43a37 50%, #ee5a55 51%, #ee5a55 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.sortPagiBar,
.sortPagiBar select,
ul.pagination li,
.topbar ul,
#search_block_top,
div#categories_block_left,
#popular_items_block,
#popular_items_block .item img,
#free-shipping img,
.beam_products .inner,
#small-baners img,
.testimonials-box img,
div.manufacturers,
.cart_block .cart-images,
.carousel_left,
.carousel_right {
  border: 1px solid #96bd11;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus {
  color: #000000;
}
.sbToggle {
  background: #000000 url(../img/images/arrow.png) 10px 12px no-repeat;
}
.sbToggle:hover {
  background: #e94a46 url(../img/images/arrow.png) 10px 12px no-repeat;
}
.sbToggleOpen {
  background: #e94a46 url(../img/images/arrow.png) 10px 12px no-repeat;
}
.sbToggleOpen:hover {
  background: #000000 url(../img/images/arrow.png) 10px 12px no-repeat;
}
body .ac_results {
  border: 1px solid #96bd11;
}
body .ac_results li {
  background: none;
  border-bottom: 1px solid #96bd11;
  padding: 8px 5px;
}
body .ac_results li:last-child {
  border: 0;
}
body .ac_results li.ac_over {
  color: #333;
  background: #96bd11;
}
body .ac_results li .search-thumb {
  float: left;
  margin-right: 10px;
}
body .ac_results li .search-datas {
  float: left;
  margin-top: 10px;
}


.center{
  text-align: center;
}

.underline{
  border-bottom: 1px solid #96bd11;
}
