/*! normalize.css v3.0.2 | 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,
menu,
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-color: 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;
}
* {
  -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: "Open Sans", sans-serif;
  font-size: 13px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #52769f;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #38516d;
  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,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #c6c6c6;
  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;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 18px;
  margin-bottom: 18px;
  border: 0;
  border-top: 1px solid #c6c6c6;
}
.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;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 400;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 18px;
  margin-bottom: 9px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 9px;
  margin-bottom: 9px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 33px;
}
h2,
.h2 {
  font-size: 27px;
}
h3,
.h3 {
  font-size: 23px;
}
h4,
.h4 {
  font-size: 17px;
}
h5,
.h5 {
  font-size: 13px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 9px;
}
.lead {
  margin-bottom: 18px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 19.5px;
  }
}
small,
.small {
  font-size: 92%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #52769f;
}
a.text-primary:hover {
  color: #415d7d;
}
.text-rs,
.text-success {
  color: #95c12b;
}
a.text-rs:hover,
a.text-success:hover {
  color: #759722;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #f0ad4e;
}
a.text-warning:hover {
  color: #ec971f;
}
.text-msk,
.text-danger {
  color: #990e3c;
}
a.text-msk:hover,
a.text-danger:hover {
  color: #6a0a2a;
}
.text-default {
  color: #333333;
}
a.text-default:hover {
  color: #1a1a1a;
}
.text-white {
  color: #fff;
}
.bg-primary {
  color: #fff;
  background-color: #52769f;
}
a.bg-primary:hover {
  background-color: #415d7d;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.bg-white {
  background-color: #fff!important;
  color: #333333 !important;
}
.bg-in-stock-1 {
  background-color: #52769f !important;
  color: #fff!important;
}
.bg-rs,
.bg-in-stock-2 {
  background-color: #95c12b !important;
  color: #fff!important;
}
.bg-msk {
  background-color: #990e3c !important;
  color: #fff!important;
}
.bg-in-stock-0 {
  background-color: #cdcdcd!important;
  color: #555;
}
.bg-trz {
  background-color: #333333 !important;
  color: #fff!important;
}
.page-header {
  padding-bottom: 8px;
  margin: 0 0 18px;
  border-bottom: 2px solid #95c12b;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 9px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 18px;
}
dt,
dd {
  line-height: 1.428571429;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 9px 18px;
  margin: 0 0 18px;
  font-size: 16.25px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 18px;
  font-style: normal;
  line-height: 1.428571429;
}
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%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 8.5px;
  margin: 0 0 9px;
  font-size: 12px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cbcbcb;
  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: 1160px;
  }
}
.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%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 18px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  line-height: 1.428571429;
  vertical-align: middle;
  padding: 8px;
}
.table > thead > tr > th.no-padding,
.table > tbody > tr > th.no-padding,
.table > tfoot > tr > th.no-padding,
.table > thead > tr > td.no-padding,
.table > tbody > tr > td.no-padding,
.table > tfoot > tr > td.no-padding {
  padding: 0;
}
.table > thead > tr > th .h3,
.table > tbody > tr > th .h3,
.table > tfoot > tr > th .h3,
.table > thead > tr > td .h3,
.table > tbody > tr > td .h3,
.table > tfoot > tr > td .h3,
.table > thead > tr > th .h4,
.table > tbody > tr > th .h4,
.table > tfoot > tr > th .h4,
.table > thead > tr > td .h4,
.table > tbody > tr > td .h4,
.table > tfoot > tr > td .h4 {
  margin: 0;
}
.table > thead > tr > th img,
.table > tbody > tr > th img,
.table > tfoot > tr > th img,
.table > thead > tr > td img,
.table > tbody > tr > td img,
.table > tfoot > tr > td img {
  max-width: 100%;
}
.table > thead > tr > th {
  background: #434142;
  color: #fff;
  font-weight: 400;
  padding: 15px 8px;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-condensed > thead > tr > th.no-padding,
.table-condensed > tbody > tr > th.no-padding,
.table-condensed > tfoot > tr > th.no-padding,
.table-condensed > thead > tr > td.no-padding,
.table-condensed > tbody > tr > td.no-padding,
.table-condensed > tfoot > tr > td.no-padding {
  padding: 0;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border-right: 1px solid #c6c6c6;
  border-left: 1px solid #c6c6c6;
}
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td {
  border-bottom: 1px solid #c6c6c6;
}
.table-bordered > tfoot {
  background-color: #95c12b !important;
  color: #fff!important;
}
.table-bordered > tfoot > tr > td {
  border-color: #95c12b;
}
.table-striped > tbody > tr:nth-child(odd) {
  background-color: #e7e7e7;
}
.table-striped > tbody > tr:nth-child(even) {
  background-color: #f4f4f4;
}
.table-hover > tbody > tr:hover {
  background-color: #dedede;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #dedede;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #d1d1d1;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 13.5px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #c6c6c6;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 10px 0 0 0;
  margin-bottom: 18px;
  font-size: 19.5px;
  line-height: inherit;
  color: #333333;
  border: 0;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 13px;
  line-height: 1.428571429;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 32px;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cbcbcb;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #95c12b;
  outline: 0;
}
.form-control::-moz-placeholder {
  color: #acacab;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #acacab;
}
.form-control::-webkit-input-placeholder {
  color: #acacab;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 32px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm {
    line-height: 26px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg {
    line-height: 45px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 18px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm,
.form-group-sm .form-control {
  height: 26px;
  padding: 3px 7px;
  font-size: 13px;
  line-height: 1.5;
}
select.input-sm,
select.form-group-sm .form-control {
  height: 26px;
  line-height: 26px;
}
textarea.input-sm,
textarea.form-group-sm .form-control,
select[multiple].input-sm,
select[multiple].form-group-sm .form-control {
  height: auto!important;
}
.input-lg,
.form-group-lg .form-control {
  height: 45px;
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.33;
}
select.input-lg,
select.form-group-lg .form-control {
  height: 45px;
  line-height: 45px;
}
textarea.input-lg,
textarea.form-group-lg .form-control,
select[multiple].input-lg,
select[multiple].form-group-lg .form-control {
  height: auto!important;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 40px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback {
  width: 45px;
  height: 45px;
  line-height: 45px;
}
.input-sm + .form-control-feedback {
  width: 26px;
  height: 26px;
  line-height: 26px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #95c12b;
}
.has-success .form-control {
  background-color: #dff0d8;
}
.has-success .input-group-addon {
  color: #95c12b;
  border-color: #95c12b;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #95c12b;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #f0ad4e;
}
.has-warning .form-control {
  background-color: #fcf8e3;
}
.has-warning .input-group-addon {
  color: #f0ad4e;
  border-color: #f0ad4e;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #f0ad4e;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #990e3c;
}
.has-error .form-control {
  background-color: #f2dede;
}
.has-error .input-group-addon {
  color: #990e3c;
  border-color: #990e3c;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #990e3c;
}
.has-feedback label ~ .form-control-feedback {
  top: 23px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 25px;
}
.form-horizontal .form-group {
  margin-left: -10px;
  margin-right: -10px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 10px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 4px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.428571429;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: uppercase;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active {
  color: #333333;
  background-color: #e6e6e6;
}
.btn-default:active,
.btn-default.active {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary {
  color: #ffffff;
  background-color: #52769f;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active {
  color: #ffffff;
  background-color: #415d7d;
}
.btn-primary:active,
.btn-primary.active {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #52769f;
}
.btn-primary .badge {
  color: #52769f;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #95c12b;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active {
  color: #ffffff;
  background-color: #759722;
}
.btn-success:active,
.btn-success.active {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #95c12b;
}
.btn-success .badge {
  color: #95c12b;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active {
  color: #ffffff;
  background-color: #31b0d5;
}
.btn-info:active,
.btn-info.active {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active {
  color: #ffffff;
  background-color: #ec971f;
}
.btn-warning:active,
.btn-warning.active {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #990e3c;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active {
  color: #ffffff;
  background-color: #6a0a2a;
}
.btn-danger:active,
.btn-danger.active {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #990e3c;
}
.btn-danger .badge {
  color: #990e3c;
  background-color: #ffffff;
}
.btn-dark {
  color: #ffffff;
  background-color: #333333;
}
.btn-dark:hover,
.btn-dark:focus,
.btn-dark.focus,
.btn-dark:active,
.btn-dark.active {
  color: #ffffff;
  background-color: #1a1a1a;
}
.btn-dark:active,
.btn-dark.active {
  background-image: none;
}
.btn-dark.disabled,
.btn-dark[disabled],
fieldset[disabled] .btn-dark,
.btn-dark.disabled:hover,
.btn-dark[disabled]:hover,
fieldset[disabled] .btn-dark:hover,
.btn-dark.disabled:focus,
.btn-dark[disabled]:focus,
fieldset[disabled] .btn-dark:focus,
.btn-dark.disabled.focus,
.btn-dark[disabled].focus,
fieldset[disabled] .btn-dark.focus,
.btn-dark.disabled:active,
.btn-dark[disabled]:active,
fieldset[disabled] .btn-dark:active,
.btn-dark.disabled.active,
.btn-dark[disabled].active,
fieldset[disabled] .btn-dark.active {
  background-color: #333333;
}
.btn-dark .badge {
  color: #333333;
  background-color: #ffffff;
}
.btn-link {
  color: #52769f;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #38516d;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.33;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 3px 7px;
  font-size: 13px;
  line-height: 1.5;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.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;
  visibility: hidden;
}
.collapse.in {
  display: block;
  visibility: visible;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.33;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  line-height: 45px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto!important;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 26px;
  padding: 3px 7px;
  font-size: 13px;
  line-height: 1.5;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 26px;
  line-height: 26px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto!important;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cbcbcb;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 3px 7px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 17px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.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: #52769f;
}
.nav .nav-divider {
  height: 1px;
  margin: 8px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.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: #52769f;
}
.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;
  visibility: hidden;
}
.tab-content > .active {
  display: block;
  visibility: visible;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 18px;
  list-style: none;
  background-color: #eaeaea;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cbcbcb;
}
.breadcrumb > .active {
  color: #777777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 18px 0;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.428571429;
  text-decoration: none;
  color: #777777;
  background-color: #ffffff;
  border: 1px solid #c6c6c6;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #555555;
  background-color: #f4f4f4;
  border-color: #c6c6c6;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #95c12b;
  border-color: #95c12b;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pager {
  padding-left: 0;
  margin: 18px 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 #c6c6c6;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #f4f4f4;
}
.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: #52769f;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #415d7d;
}
.label-success {
  background-color: #95c12b;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #759722;
}
.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: #990e3c;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #6a0a2a;
}
.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;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #52769f;
  background-color: #ffffff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.thumbnail {
  display: block;
  margin-bottom: 18px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #c6c6c6;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active,
a.thumbnail.active-image {
  border-color: #990e3c;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 10px;
  margin-bottom: 18px;
  border: 1px solid transparent;
}
.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: 30px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #95c12b;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #759722;
}
.alert-success .btn-close:before {
  color: #c9e2b3;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-info .btn-close:before {
  color: #a6e1ec;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #f0ad4e;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #ec971f;
}
.alert-warning .btn-close:before {
  color: #f7e1b5;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #990e3c;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #6a0a2a;
}
.alert-danger .btn-close:before {
  color: #e4b9c0;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  color: #555555;
  background-color: #f5f5f5;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #52769f;
  border-color: #52769f;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #d4dee9;
}
.list-group-item-success {
  color: #95c12b;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #95c12b;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #95c12b;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #95c12b;
  border-color: #95c12b;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #f0ad4e;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #f0ad4e;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #f0ad4e;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.list-group-item-danger {
  color: #990e3c;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #990e3c;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #990e3c;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #990e3c;
  border-color: #990e3c;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 18px;
  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: 15px;
  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,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .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,
.panel > .panel-collapse > .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 caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.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,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-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,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-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,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #c6c6c6;
}
.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: 18px;
}
.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,
.panel-group .panel-heading + .panel-collapse > .list-group {
  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: #52769f;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #52769f;
  border-color: #52769f;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #52769f;
}
.panel-primary > .panel-heading .badge {
  color: #52769f;
  background-color: #ffffff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #52769f;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #95c12b;
  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: #95c12b;
}
.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: #f0ad4e;
  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: #f0ad4e;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #990e3c;
  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: #990e3c;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.close {
  float: right;
  font-size: 19.5px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    transition: transform 0.6s ease-in-out;
    backface-visibility: hidden;
    perspective: 1000;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 10%;
  opacity: 1;
  filter: alpha(opacity=100);
  /*
  // Toggles
  .icon-prev,
  .icon-next,
  .glyphicon-chevron-left,
  .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
  }
  .icon-prev,
  .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px;
  }
  .icon-next,
  .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px;
  }
  .icon-prev,
  .icon-next {
    width:  20px;
    height: 20px;
    margin-top: -10px;
    font-family: serif;
  }


  .icon-prev {
    &:before {
      content: '\2039';// SINGLE LEFT-POINTING ANGLE QUOTATION MARK (U+2039)
    }
  }
  .icon-next {
    &:before {
      content: '\203a';// SINGLE RIGHT-POINTING ANGLE QUOTATION MARK (U+203A)
    }
  }
  */

}
.carousel-control.right {
  left: auto;
  right: 0;
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  opacity: 1;
  filter: alpha(opacity=100);
}
.carousel-control:hover span:before,
.carousel-control:focus span:before {
  color: #95c12b;
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  /*
    .carousel-control {
      .glyphicon-chevron-left,
      .glyphicon-chevron-right,
      .icon-prev,
      .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px;
      }
      .glyphicon-chevron-left,
      .icon-prev {
        margin-left: -15px;
      }
      .glyphicon-chevron-right,
      .icon-next {
        margin-right: -15px;
      }
    }
  */
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.header-collapse:before,
.header-collapse:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.pager:after,
.panel-body:after,
.header-collapse:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.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;
  }
}
body {
  position: relative;
  padding-top: 120px;
  background-color: #121E06;
}
@media (min-width: 480px) {
  body {
    background: url(../images/bg.jpg) 50% 100% no-repeat fixed;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body {
    padding-top: 170px;
  }
}
@media (max-width: 479px) {
  body {
    padding-top: 100px;
  }
}
.wrapper {
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 767px) {
  .header .wrapper {
    padding: 0;
  }
}
.header {
  float: left;
  width: 100%;
  padding-top: 20px;
  background-color: #fff;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.15);
}
.margin-none {
  margin: 0;
}
.margin-bottom {
  margin-bottom: 20px;
}
.padding-top-none {
  padding-top: 0!important;
}
.padding-bottom-none {
  padding-bottom: 0!important;
}
.star {
  color: #990e3c;
}
.highlight {
  color: #990e3c;
  font-weight: 700;
}
@media (max-width: 767px) {
  .logo {
    float: left;
    margin-left: 10px;
  }
}
@media (max-width: 479px) {
  .logo > img {
    max-height: 43px;
  }
}
.header-toggle {
  position: relative;
  float: right;
  margin-right: 10px;
  padding: 9px 8px;
  background-color: #95c12b;
  background-image: none;
  border: none;
}
.header-toggle:focus {
  outline: 0;
}
.header-toggle:hover,
.header-toggle:focus {
  background-color: #759722;
}
.header-toggle .icon-bar {
  background-color: #ffffff;
  display: block;
  width: 24px;
  height: 3px;
}
.header-toggle .icon-bar + .icon-bar {
  margin-top: 5px;
}
@media (min-width: 768px) {
  .header-toggle {
    display: none;
  }
}
.header-collapse {
  overflow-x: visible;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-overflow-scrolling: touch;
}
.header-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .header-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .header-collapse.collapse {
    display: block !important;
    visibility: visible !important;
    height: auto !important;
    overflow: visible !important;
  }
  .header-collapse.in {
    overflow-y: visible;
  }
  .header .header-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.header-search {
  position: relative;
}
@media (min-width: 1200px) {
  .header-search {
    margin-left: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header-search {
    margin-left: 15px;
  }
}
.header-search .input-group {
  width: 100%;
}
.header-search .btn-search {
  width: 1%!important;
}
/*
 * Social icons
 * --------------------------------------------------
 */
.header-search .social-icons {
  position: absolute;
  top: 0;
  right: 0;
}
.social-icon {
  height: 24px;
  width: 24px;
  margin-right: 10px;
  background-color: #7b7a7a;
  background-image: url('data:image/png;base64,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');
  background-repeat: no-repeat;
}
.social-icon-facebook {
  background-position: 0 0;
}
.footer .social-icon-facebook,
.social-icon-facebook:hover,
.social-icon-facebook:focus {
  background-color: #3c5a98;
}
.social-icon-moimir {
  background-position: 0 -30px;
}
.footer .social-icon-moimir,
.social-icon-moimir:hover,
.social-icon-moimir:focus {
  background-color: #168de2;
  background-position: 0 -60px;
}
.social-icon-vkontakte {
  background-position: 0 -90px;
}
.footer .social-icon-vkontakte,
.social-icon-vkontakte:hover,
.social-icon-vkontakte:focus {
  background-color: #48729e;
}
.social-icon-twitter {
  background-position: 0 -120px;
}
.footer .social-icon-twitter,
.social-icon-twitter:hover,
.social-icon-twitter:focus {
  background-color: #00aced;
}
.social-icon-ok {
  background-position: 0 -150px;
}
.footer .social-icon-ok,
.social-icon-ok:hover,
.social-icon-ok:focus {
  background-color: #F17E0B;
}
.social-icon-googleplus {
  background-position: 0 -180px;
}
.footer .social-icon-googleplus,
.social-icon-googleplus:hover,
.social-icon-googleplus:focus {
  background-color: #c25234;
}
.social-icon-youtube {
  background-position: 0 -210px;
}
.footer .social-icon-youtube,
.social-icon-youtube:hover,
.social-icon-youtube:focus {
  background-color: #cd201f;
}
.social-icon-linkedin {
  background-position: 0 -240px;
}
.footer .social-icon-linkedin,
.social-icon-linkedin:hover,
.social-icon-linkedin:focus {
  background-color: #0077B5;
}
/*
 * Radio
 * --------------------------------------------------
 */
input[type=radio] {
  display: none;
}
label.radio-label {
  float: left;
  padding-left: 0;
  display: inline-block;
  line-height: 18px;
  cursor: pointer;
}
label.radio-label:before {
  float: left;
  border: 1px solid #c6c6c6;
  border-radius: 9px;
  width: 18px;
  height: 18px;
  line-height: 16px;
  margin-right: 6px;
  text-align: center;
  font-family: "fontrs";
  font-size: 9px;
  content: '\0000a0';
  color: #95c12b;
  background: #fff;
}
input[type=radio]:checked + label.radio-label:before {
  content: '\2c';
}
input[type=radio]:checked + label.checkbox-label:before {
  content: '\29';
}
/*
 * Checkbox
 * --------------------------------------------------
 */
input[type=checkbox] {
  display: none;
}
label.checkbox-label {
  float: left;
  padding-left: 0;
  display: inline-block;
  line-height: 18px;
  cursor: pointer;
}
label.checkbox-label:before {
  float: left;
  border: 1px solid #c6c6c6;
  width: 18px;
  height: 18px;
  line-height: 17px;
  margin-right: 6px;
  text-align: center;
  font-family: "fontrs";
  font-size: 12px;
  content: '\0000a0';
  color: #95c12b;
  background: #fff;
}
input[type=checkbox]:checked + label.checkbox-label:before {
  content: '\29';
}
input[type=checkbox]:checked + label.radio-label:before {
  content: '\2c';
}
/*
 * Shopping cart
 * --------------------------------------------------
 */
.compare-list,
.shopping-cart {
  line-height: 24px;
}
.compare-list > a,
.shopping-cart > a {
  float: left;
  color: #990e3c;
}
.compare-list > a:hover,
.shopping-cart > a:hover,
.compare-list > a:focus,
.shopping-cart > a:focus {
  color: #52769f;
  text-decoration: none;
}
.compare-list > a > span,
.shopping-cart > a > span {
  font-size: 14px;
}
.compare-list > a .icon-compare {
  font-size: 16px;
  width: 38px;
  text-align: center;
}
.compare-list > a:hover .icon-compare,
.compare-list > a:focus .icon-compare {
  color: #990e3c;
}
.shopping-cart > a {
  padding-left: 38px;
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB8AAAASCAYAAACjMAXnAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAiBJREFUeNq0lU1IFVEUx2deo04fpgjSMiRw06YWbkIXkot2hi1rWxtRV63atQv6UFsZkS7cGdhCEERDCioCaxWi+IFaSCh9Uijv+abfgf/EOMy85zz0wI+ZO3Pv/d9z7jn3ukOnWy86jnMbWqAaXCjCY3ik94rs1s/XJf/nYAvmYBP24A+chWvQ7ByhmfgXGJRYO1yCm3AOutXnSMwNguB/40ldm0uoAp6naPZDJ/TCc6iPbEncggN8C9s14MO3feJRYwGtPJ5K9CM0KicKWkQl4jb+N7yHEa9EVN7AM7gH5zXABh9XbuyLYFJUE9oW0VWYhc+pnst72/dhqIMb8Ek54KZ4myZufT2JF5TUBa/MBCswBHfhIbyT515MPGkhxcg/X88Jcmoq7FBO3AZMQpuVrUpvHargWETULTOP5c0ajEc/egeoiO8wBldgXmX4VeI5LSBtzwP1O6E8+ZFV3CZ4BaPQB/eVjLUaX0wov1xE2BbxFl4S8kJWcbO8Mr8JuqADfknET/A8LxoUuQ2E8/FJvQwH0qruAEvAHYXQxE8qrGH491TLO9prs6WkCbOIBzr/jTNwVeF+AduxkF/WRTWJx3OlznYn4wKsVnt04w3ovTqy97YlD+CO5QdnxYW0ybwK7oMqee6r3ajECq1B33z1qz0sz8PSm4ZllZ6dA38j/z+oGuwUm4GFw/Q80C03offd2Am3CNe1FbtKvET7J8AA8pmY19cZVpYAAAAASUVORK5CYII=');
}
.shopping-cart > span {
  float: left;
  margin-left: 10px;
}
.shopping-cart-separator {
  float: left;
  width: 100%;
  margin: 4px 0;
  border-bottom: 1px dashed #cbcbcb;
}
.header-login .btn {
  padding: 2px 6px;
}
.header-phone {
  margin-top: 10px;
  font-size: 21px;
  font-weight: 300;
  line-height: 24px;
  white-space: nowrap;
}
.header-phone:before {
  font-family: "fontrs";
  color: #95c12b;
  content: '\28';
  float: left;
  margin-top: 3px;
  width: 25px;
  text-align: left;
}
@media (max-width: 767px) {
  .header-phone {
    float: right;
    margin-bottom: 20px;
  }
}
.main > .container {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #fff;
}
.btn-bordered {
  -webkit-box-shadow: inset 0 0 0 1px #990e3c;
  box-shadow: inset 0 0 0 1px #990e3c;
  background-color: #fff!important;
  color: #990e3c;
}
.open .btn-bordered,
.btn-bordered.active,
.btn-bordered:hover,
.btn-bordered:focus {
  outline: none;
  background-color: #990e3c !important;
  color: #fff;
}
.btn-bordered-blue {
  -webkit-box-shadow: inset 0 0 0 2px #52769f;
  box-shadow: inset 0 0 0 2px #52769f;
  font-weight: 700;
  background-color: #fff!important;
}
.open .btn-bordered-blue,
.btn-bordered-blue.active,
.btn-bordered-blue:hover,
.btn-bordered-blue:focus {
  outline: none;
  background-color: #52769f !important;
  color: #fff;
}
.display-block {
  display: block;
}
.page-header {
  text-transform: uppercase;
}
.page-header h2 {
  margin-bottom: 0;
  line-height: 29px;
}
.page-header h3 {
  margin-bottom: 0;
}
.top > .module {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.main-menu {
  list-style: none;
  margin: 0;
  padding-left: 0;
  font-weight: 700;
}
.main-menu > li {
  float: left;
}
.main-menu > li:first-child {
  border-right: 1px solid #c6c6c6;
}
.main-menu > li:not(:first-child) {
  margin-left: 20px;
}
.main-menu > li.active > a,
.main-menu > li > a:hover,
.main-menu > li > a:focus {
  color: #990e3c;
}
.main-menu > li > a {
  display: block;
  padding: 5px 5px 5px 20px;
  line-height: 20px;
  color: #333333;
}
.main-menu > li > a:not([class^="icon-"]):before {
  margin-left: -10px;
  font-family: "fontrs";
  content: '\2a';
  font-size: 5px;
  line-height: 20px;
  color: #95c12b;
  float: left;
  width: 15px;
  text-align: left;
}
.main-menu > li > a.icon-home {
  width: 30px;
  height: 30px;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB0AAAAcCAYAAACdz7SqAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABP1JREFUeNqsV0lPG0kUrm7bYLMYg20GBGYcNMR4IJZmQ6OJE00ixAUO/AD+AhJnTgg0Ehz4Lxy4JiMiz1jsAgSYbdiHxewYvLY73yuqrVbLBKOkpEe3q6ve95bvvSqknp4eZjabmX5IksSfqqoyWZb5+8XFBZ8Xc+6VlZVX7e3tc9ls9krbt7y8zCYmJnJ6uru7WXV1NTMOMytwRKNRboDJZCqGAa8ODg58i4uLabfbPQnglNHwLw250IXkZVFRUTnA3y8tLf0Yi8WkUCgUAPjb4uLiUi0KhYyCzCMvLBaLc3d39+3m5qYHUxmyAx6qk5OT/lQqZWttbf1ks9limA9AysXWdcgJZepZoAgnOz099ayvr78+PDx0EyDmMh6P5wJGuOGdMj8/781kMlJdXV3E4XC8vLq6qhPbz5GS42d5SiHb29trmpqaen15eUnWKwhxpqOjY/bo6Gittra2ZWZm5qd0Oi0h5HU7OztVBI51cYgFkj0/Py8sp4K98vb2dgB5ewfAMpqAF6nOzs5/XC7XvKIoMfyeDgaD4fLy8jQF5fb21hqPxzkYhRR6VISe6QUGPoASK/UChebV1dVfw+Fw8O7uroiWVFVV3cDDv5G3ZXwnpbQua7VaF9ra2j7Z7XbyjtZKmvHgAUWG6aWpqekB9P7+PiewxrqwsBCcnp5uSyaT9N0EwGggEPgAg7b0DCUDKSrIccTr9X6oqKigmrUJYBXh9mB9keZlIpHg63lO8TFXEsfHx8G1tbWX5AgBghx7NTU1ITA1akwDGUn74DFXA3Il4N2bs7MzIlJydnbWj++mhoaGfwF6lyMnPGDX19cMteba399/t7Gx8UIwVPb7/etOp3MCebqk0CCETISVCMb30TsiojWOGNYcQZcd+XXB0CwYX415BwyPgmQJNBMqQTP9oZJ4gwUu6EyVlZUpXV1dkdLS0jDoH8deyg+vV/LM5/MxRIAbMD4+zp/ItdYiL1taWj7i+x9zc3MvEFIFzG6E4TY4GIKeIzPAftva2vKfnJw4KCQiH7eozWkoj8NCrpRy0tzczN+RO1ZfX8/fNe/Hxsa4QSRQHIOxszDCLRpFEk2lBsx9DyNWpO8xiBPop16ExCdAz2DxeElJSVwL5/DwMPeGBnmuYyh/9vb28nIQxCLS2AHaSZVGW2DocmVl5f/4rsj4s4vJbbh/oS9VKJbRXxkJcsSFwPSANAiIZGRkhD8pItBFoZYNpDvD4z/Irkw0RjtjSLKsrzH9GB0dfbKZk8eNjY2PfodBMlUJ4ckokS8qQ+Fz6wsZQ0NDT65B+3y64ff19bGbmxt6tUL+hLhFDTMRGWqBi5AIOPFtjjYBSIP671+QH0Rv1UDpfZBACz2bCz/uHwAI2G6Yp2QXP0PP0zcHor9O+X2eJQkRYv3arwOluxFOEk1hXnZTC6SSorVfC8prpL+/nx8IdDXRbobGsxflpOLs5WuN+58LqjGUDQwMMNyFsujJJtGrc4L+bI5EIvLg4KBxf/YxYHMe71RRHr9QyxWGpXGndeLylUZrjCniLJOopylKCjeL7/CzFVKiM7hEECybj5Ha+Bnyu9ggiTuO9l2FVyacl5XovxYKtT606NsxHBAxQ+Sy4taoinm6ha9wT7XbvA5IzpcXtEkFeTvIYznfBz0WQzglXSTpPUdtPShZum9Qqhr/1XiEweojda0fuZvDZwEGADvYjwWJITU6AAAAAElFTkSuQmCC');
  background-position: 0 0;
  background-repeat: no-repeat;
  margin-right: 20px;
}
.main-menu > li > a.icon-repair {
  padding-left: 35px;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAqVJREFUeNqMlluITVEYx8/ZDjJpDnlRPCgpyuWNiBrJAyWaYS5Mci8jiWkokgfUaB5G4zZHlPAixQPxOpqI5DZNM2c04/IiXuiUDJpsv6/++7RbrX1mr/r1rbPXt77LWt9a62TDMMxYu5pfNRdxHxZBCa7B6X2l3lImZcPGBMRmaIc50BNEgxgaQWyEJ5CHVjjFpImZ9G0xdMu4tZoAA/NiTj6aUWVgbTcsTBn9dMSAdePfLYN7DM6X0mzECWVgrRqWpDDejHgMSwnyGPKMhvoCRXgTpXXIG7DWmf9zHOO25l2wDG7zezlOTtI/BLuyheqV3+lYer+gymPjChxgUugx3qBimBr7/AM2oP80WqILGqhKCHI/dGJskifybse4tW8KtrwHHXAWvlRYCUu3HaM5Gd+izZzm6L2FTUT/JvqQjZ2DBToDf2E97PU4skD6FXneGTOjWzFejH8sO3DSt8zOw0GPE5uQdb69gyaMD7rKgW89UPyHsHK76BnOepal0Wc80YGcjCIOa4/CBDU79XXusqRyICdjiBcwlqDyHp0PlWx498BTijMSVGxyJxzH0R+fQq6C8TrEdV0XiQHCEfVbU2eA8XrVuVuKz2BQl6DbLsMjmAJFMur3OtAhKuj6cKul1m5cdLoSSjhqX+GWnZucU/v1CYfoNWzTdW7tKNjj0pLgYCa02RYEzmPR4TFukTfHS5H+b2VQSCjhUcmWQNHPQnyGO2lPqA7jXY/xV9CgMzI50EtkG7pG69ajqPpMsdIh0g0cP9nPYTtzHiB32NIGerHscqsFS71R6e9BcWicx6yoDY2W5RxzBpThJwvQHNRIoUkTVjN4CV6meIpHYm+wlWdb9PzKyXCgpRlS9eyE3rR/IbQP0XtiL9kKeIiT8h+F/wIMABSH9tee24AvAAAAAElFTkSuQmCC');
  background-position: 5px 50%;
  background-repeat: no-repeat;
}
.block-menu {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 14px;
}
.block-menu > li {
  display: table;
  padding-top: 4px;
}
.block-menu > li > span {
  display: table-cell;
  height: 48px;
  background-color: #eaeaea;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 18px;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  outline: none;
}
.block-menu > li > span > a {
  color: #333333;
  text-decoration: none;
  display: block;
}
.block-menu > li > span.active,
.block-menu > li > span:hover {
  color: #fff;
  background-color: #95c12b;
}
.block-menu > li > span.active > a,
.block-menu > li > span:hover > a {
  color: #fff;
}
.block-menu > li > span.btn-bordered {
  -webkit-box-shadow: inset 0 0 0 2px #990e3c;
  box-shadow: inset 0 0 0 2px #990e3c;
  font-weight: 700;
}
.block-menu > li.open > span {
  color: #fff;
  background-color: #95c12b;
}
.block-menu > li.open > .block-menu-dropdown {
  display: block;
}
.block-menu > li.active > span:hover,
.block-menu > li.active > span:focus {
  color: #fff;
  background-color: #95c12b;
}
.block-menu > li > ul {
  position: absolute;
  top: 100%;
  left: 10px;
  right: 10px;
  z-index: 1020;
  display: none;
  padding: 5px 0;
  margin: 0;
  list-style: none;
  text-align: left;
  background-color: #434242;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15), 0 8px 15px -5px rgba(0, 0, 0, 0.4);
}
.block-menu > li > ul > li > a {
  display: block;
  padding: 3px 10px 3px 30px;
  clear: both;
  font-weight: normal;
  line-height: 18px;
  color: #fff;
}
.block-menu > li > ul > li > a:hover,
.block-menu > li > ul > li > a:focus {
  text-decoration: none;
  color: #95c12b;
}
.block-menu > li > ul > li > a:before {
  margin-left: -30px;
  font-family: "fontrs";
  content: '\2a';
  font-size: 5px;
  line-height: 16px;
  color: #95c12b;
  float: left;
  width: 30px;
  text-align: center;
}
.block-menu > li > ul > .active > a,
.block-menu > li > ul > .active > a:hover,
.block-menu > li > ul > .active > a:focus {
  color: #95c12b;
  text-decoration: none;
  outline: 0;
}
.content-left-menu {
  padding: 20px;
  margin-bottom: 20px;
  background-color: #e0eef1;
  list-style: none;
}
.content-left-menu a {
  display: block;
  color: #333333;
  line-height: 14px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 10px;
  padding-left: 25px;
  text-transform: uppercase;
  cursor: pointer;
}
.content-left-menu a:hover,
.content-left-menu a:focus {
  color: #52769f;
}
.content-left-menu a:before {
  margin-left: -15px;
  font-family: "fontrs";
  content: '\2a';
  font-size: 5px;
  line-height: 16px;
  color: #95c12b;
  float: left;
  width: 15px;
  text-align: left;
}
.content-left-menu .current > a,
.content-left-menu .active > a {
  background-color: #333333;
  color: #fff;
}
.content-left-menu .current > a:before,
.content-left-menu .active > a:before {
  color: #fff;
}
.module-categories {
  position: relative;
  outline: none;
  margin-bottom: 20px;
}
.module-categories .module-categories-title {
  outline: none;
}
.module-categories h3 {
  text-transform: uppercase;
  text-align: center;
  padding: 10px;
  margin: 0;
  cursor: pointer;
  position: relative;
  z-index: 1011;
  background-color: #95c12b;
}
.module-categories h3 a {
  color: #fff;
}
.module-categories.open h3 {
  background-color: #e0eef1;
}
.module-categories.open h3 a {
  color: #333333;
}
.module-categories.open .module-categories-dropdown {
  display: block;
}
@media (min-width: 992px) {
  .module-categories.open h3 {
    padding-right: 30px;
    margin-right: -20px;
  }
}
.module-categories .module-categories-dropdown {
  display: none;
  position: absolute;
  top: 0;
  padding: 20px;
  background-color: #e0eef1;
  z-index: 1010;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  -ms-column-count: 3;
  -o-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  -ms-column-gap: 20px;
  -o-column-gap: 20px;
  column-gap: 20px;
  columns: 3;
  box-shadow: 0 3px 12px -3px rgba(0, 0, 0, 0.4);
}
@media (min-width: 992px) {
  .module-categories .module-categories-dropdown {
    width: 835px;
    left: 285px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .module-categories .module-categories-dropdown {
    width: 685px;
    left: 235px;
  }
}
@media (max-width: 991px) {
  .module-categories .module-categories-dropdown {
    left: 0;
    width: 700px;
    top: 45px;
    border-top: 1px solid #c6c6c6;
  }
}
@media (max-width: 767px) {
  .module-categories .module-categories-dropdown {
    left: 0;
    right: 0;
    width: auto;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    -ms-column-count: 2;
    -o-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    -ms-column-gap: 20px;
    -o-column-gap: 20px;
    column-gap: 20px;
    columns: 2;
  }
}
.module-categories ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.module-categories ul > li {
  display: inline-block;
  width: 100%;
}
.module-categories a {
  display: block;
  color: #333333;
  line-height: 14px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 10px;
  cursor: pointer;
}
.module-categories a:hover,
.module-categories a:focus {
  color: #52769f;
}
.module-categories .level-1 > a {
  padding-left: 25px;
  text-transform: uppercase;
}
.module-categories .level-1 > a:before {
  margin-left: -15px;
  font-family: "fontrs";
  content: '\2a';
  font-size: 5px;
  line-height: 16px;
  color: #95c12b;
  float: left;
  width: 15px;
  text-align: left;
}
.module-categories .level-1.active > a {
  background-color: #333333;
  color: #fff;
}
.module-categories .level-1.active > a:before {
  color: #fff;
}
.module-categories .level-2 > a {
  margin-left: 25px;
  padding-left: 15px;
}
.module-categories .level-2 > a:before {
  font-family: "fontrs";
  content: '\5d';
  font-size: 10px;
  color: #555555;
  float: left;
  text-align: left;
  margin-left: -15px;
  width: 15px;
}
.module-categories .level-2.active > a,
.module-categories .level-2.active > a:before {
  color: #990e3c;
}
body#tinymce {
  background: #fff;
}
.table-image {
  border-collapse: collapse;
  width: 100% !important;
  border: 0;
  table-layout: fixed;
  margin-bottom: 20px;
}
.td-1 {
  width: 100% !important;
}
.td-2 {
  width: 50% !important;
}
.td-2-3 {
  width: 68% !important;
}
.td-3 {
  width: 33.33333333333333% !important;
}
.td-4 {
  width: 25% !important;
}
.table-image td {
  padding: 10px;
  vertical-align: middle;
}
body:not(#tinymce) .table-image td {
  border: 1px solid #c6c6c6;
}
body:not(#tinymce) .table-image tr:nth-child(odd) > td {
  border-bottom: none;
}
body:not(#tinymce) .table-image tr:nth-child(even) > td {
  border-top: none;
}
.table-image img {
  display: block;
  max-width: 100%;
  height: auto !important;
}
.article-module > ul {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  float: left;
}
.article-module > ul > li {
  display: block;
  width: 100%;
  padding: 5px 0;
}
.article-module > ul > li > a,
.article-module > ul > li > span {
  color: #333333;
  display: block;
  background-color: #eaeaea;
  -webkit-box-shadow: inset 0 0 0 2px #95c12b;
  box-shadow: inset 0 0 0 2px #95c12b;
  padding: 5px;
  line-height: 30px;
  text-align: left;
  cursor: pointer;
  outline: none;
}
.article-module > ul > li > a:focus,
.article-module > ul > li > span:focus,
.article-module > ul > li > a:hover,
.article-module > ul > li > span:hover {
  color: #fff;
  background-color: #95c12b;
}
.article-module > ul > li > a:focus:before,
.article-module > ul > li > span:focus:before,
.article-module > ul > li > a:hover:before,
.article-module > ul > li > span:hover:before {
  color: #fff;
}
.article-module > ul > li > a:before,
.article-module > ul > li > span:before {
  display: inline-block;
  font-family: "fontrs";
  content: '\5d';
  font-size: 10px;
  line-height: 30px;
  width: 35px;
  text-align: center;
}
.article-module > ul > li > a img + span,
.article-module > ul > li > span img + span {
  margin-left: 5px;
}
.article-module > ul > li > a img,
.article-module > ul > li > span img {
  display: inline-block;
  margin-left: -35px;
  margin-top: -1px;
  height: 30px;
  width: 30px;
}
.article-module > ul > li > ul {
  display: none;
}
.camera-slideshow {
  min-height: 130px;
  margin-bottom: 20px;
}
.footer {
  font-size: 12px;
  color: #fff;
}
.footer .container {
  padding: 10px 0;
  background: #555555;
}
.footer [class*="icon-"] {
  color: #95c12b;
  margin-right: 5px;
}
.footer .icon-location {
  font-size: 30px;
  line-height: 34px;
}
.footer a {
  color: #fff;
}
.footer .col-xs-12 {
  padding-top: 5px;
  padding-bottom: 5px;
}
.footer .border-right {
  border-right: 1px solid #5f6b5a;
}
.footer .social-icons {
  float: left;
}
.footer .social-icons .social-icon {
  margin: 5px 10px 5px 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer .social-icons {
    float: right;
  }
  .footer .social-icons .social-icon {
    margin: 5px 0 5px 10px;
  }
}
.footer .footer-counter {
  height: 31px;
  width: 88px;
  background: url('../images/counter.png') no-repeat 0 0;
}
/*
 * Off Canvas
 * --------------------------------------------------
 */
@media screen and (max-width: 991px) {
  .row-offcanvas {
    position: relative;
    z-index: 1029;
    left: 0;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }
  .row-offcanvas .sidebar-offcanvas {
    left: -75%;
    padding-left: 15px;
    overflow: hidden;
  }
  .row-offcanvas.active {
    left: 75%;
  }
  .sidebar-offcanvas {
    position: absolute;
    top: 0;
    width: 75%;
  }
}
.rs-category > h2 {
  margin-top: 17px;
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #c6c6c6;
}
.rs-panel {
  padding: 20px;
  margin-bottom: 20px;
  -webkit-box-shadow: inset 0 0 0 1px #c6c6c6;
  box-shadow: inset 0 0 0 1px #c6c6c6;
  position: relative;
}
.rs-panel:hover,
.rs-panel:focus {
  outline: none;
  -webkit-box-shadow: inset 0 0 0 2px #95c12b;
  box-shadow: inset 0 0 0 2px #95c12b;
}
.rs-panel:hover .rs-block-visible,
.rs-panel:focus .rs-block-visible {
  display: block;
}
@media screen and (max-width: 991px) {
  .rs-panel {
    height: auto!important;
  }
}
.rs-panel h4,
.rs-panel h5 {
  padding-top: 9px;
  margin: 9px 0 0 0;
  border-top: 1px solid #c6c6c6;
}
.rs-panel .rs-block-hidden {
  position: absolute;
  bottom: 20px;
  left: 0px;
  right: 0px;
}
.rs-panel .rs-block-visible {
  display: none;
  position: absolute;
  top: 10px;
  left: 0px;
  right: 0px;
  border: 2px solid #95c12b;
  border-top: none;
  background: #fff;
  padding: 0 20px 8px 20px;
  z-index: 1000;
}
.rs-panel .rs-price-from {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  height: 25px;
}
.rs-panel .rs-price-from > .h3 {
  margin: 0;
}
.rs-panel .rs-all-prices {
  top: -25px;
}
.rs-panel .rs-all-prices .h3 {
  height: 25px;
  margin: 0;
  line-height: 25px;
}
.rs-panel .rs-all-prices hr {
  margin: 10px 0;
}
.rs-panel .rs-category-items-title {
  padding-bottom: 25px;
}
.img-container img {
  max-height: 100%;
  max-width: 100%;
}
.img-container span {
  font-family: "Open Sans", sans-serif;
}
.img-responsive-container {
  position: relative;
  width: 100%;
}
.img-dummy {
  padding-top: 100%;
  /*  1:1 square */

}
.img-container {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  text-align: center;
  /* Align center inline elements */

  font: 0/0 a;
}
.img-container .img-centerer {
  content: ' ';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.img-container img {
  vertical-align: middle;
  display: inline-block;
  max-height: 98%;
  /* <-- Set maximum height to 100% of its parent */

  max-width: 98%;
  /* <-- Set maximum width to 100% of its parent */

}
.img-container span {
  font-family: "Open Sans", sans-serif;
}
.rs-products-image {
  overflow: hidden;
  padding-top: 25px;
}
.rs-products-top {
  margin-bottom: 10px;
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  z-index: 100;
}
.rs-products-title {
  padding-bottom: 25px;
  overflow: hidden;
}
.rs-products-title .rs-model-compare {
  margin-bottom: 10px;
}
.rs-products-prices-desc {
  line-height: 10px;
}
.rs-products .btn-cart {
  display: block;
  padding: 4px;
  height: 18px;
  width: 31px;
  background-position: 0 0;
}
.rs-products-badge {
  text-transform: uppercase;
  color: #fff!important;
}
.rs-products-badge:hover,
.rs-products-badge:focus {
  color: #fff;
}
.rs-product-info {
  overflow: hidden;
}
.rs-product-info .rating-symbol {
  font-size: 16px;
}
.rs-products-rating {
  line-height: 22px;
}
.rs-products-rating .rating-symbol {
  cursor: pointer;
}
.rs-products-rating .rating-symbol-disabled > span,
.rs-products-rating .rating-symbol-background {
  color: #c6c6c6;
}
.rs-products-rating .rating-symbol-hover > span {
  color: #990e3c;
}
.rs-products-rating .rating-symbol-foreground {
  color: #95c12b;
}
.rs-products-rating .rating-loader {
  width: 20px;
  height: 20px;
  float: left;
  margin: 1px -5px 1px 5px;
  opacity: 0;
  background: url('../images/loader.gif') 50% 50% no-repeat;
  background-size: 20px;
}
.rs-products-rating-message {
  margin-top: -5px;
  margin-bottom: 5px;
}
.rs-category-description {
  margin-bottom: 20px;
}
.rs-search {
  position: relative;
}
.rs-search .rs-search-panel {
  position: absolute;
  top: 29px;
  left: 1px;
  right: 1px;
  padding: 10px;
  background: #fff;
  z-index: 1000;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2), 0 2px 8px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2), 0 2px 8px 0px rgba(0, 0, 0, 0.25);
}
.rs-search .rs-item-image {
  width: 64px;
  margin: 5px 0;
}
.rs-search .rs-item-image img {
  max-height: 48px;
  max-width: 64px;
}
.rs-search .rs-item-sku,
.rs-search .rs-item-title {
  margin-left: 70px;
}
.rs-search hr {
  margin: 5px 0;
}
.rs-filter {
  position: relative;
  padding: 20px;
  margin-bottom: 30px;
  background-color: #eaeaea;
  font-size: 12px;
}
.rs-filter .row {
  margin: 0 -1px !important;
}
.rs-filter [class*="col-"] {
  padding: 0 1px!important;
}
.rs-filter strong {
  display: block;
  margin-bottom: 5px;
}
.rs-filter .checkbox {
  margin-top: 5px;
  margin-bottom: 0px;
}
.rs-filter .checkbox label {
  margin-left: 25px;
}
.rs-filter .checkbox label:before {
  margin-left: -25px;
}
.rs-filter .checkbox span.pull-left {
  font-size: 11px;
  margin-left: -5px;
  margin-right: 3px;
}
.rs-filter .checkbox span.text-muted {
  float: left;
  font-size: 9px;
}
.rs-filter .form-inline {
  margin-top: 20px;
  margin-bottom: 7px;
}
.rs-filter .form-inline .form-control {
  margin-right: 5px;
  width: 60px;
  font-size: 12px;
}
.rs-filter .rs-filter-separator {
  margin-bottom: 20px;
}
.rs-filter .rs-filter-search {
  padding: 2px 6px;
}
.rs-filter .rs-filter-search-result {
  margin-top: 20px;
  opacity: 0;
}
.rs-filter .rs-filter-search-result .rs-filter-search-action {
  margin: 6px 0;
  line-height: 14px;
}
.rs-filter .rs-filter-search-result .rs-filter-search-action:first-child {
  margin-right: 5px;
}
.rs-filter .rs-filter-search-result a {
  text-decoration: none;
  color: #52769f;
  border-bottom: 1px dashed #52769f;
}
.rs-filter .rs-filter-search-result a:first-child {
  color: #990e3c;
  border-bottom: 1px dashed #990e3c;
}
.rs-filter .rs-filter-search-result a:hover {
  border-color: transparent;
}
.rs-filter .rs-filter-search-result a.rs-filter-clear {
  color: #fff;
  font-size: 26px;
  line-height: 22px;
  padding: 0 4px 2px 4px;
  margin-left: 5px;
}
.rs-filter .rs-filter-loader {
  width: 28px;
  height: 28px;
  display: block;
  position: absolute;
  left: -8px;
  top: 20px;
  opacity: 0;
  background: url('../images/loader.gif') 50% 50% no-repeat;
}
@media (max-width: 767px) {
  .rs-filter .form-inline {
    margin-top: 0;
  }
  .rs-filter .form-inline .form-group {
    float: left;
    width: auto!important;
  }
  .rs-filter .rs-filter-search-result {
    margin-top: 0!important;
  }
  .rs-filter .rs-filter-loader {
    top: 0;
  }
}
.rs-filter hr {
  margin: 5px 0 15px 0;
  border-color: #ddd;
}
.rs-filter .rs-filter-options {
  margin-bottom: 10px;
}
.rs-filter .rs-filter-options-readmore > a {
  width: 230px;
}
.rs-filter .rs-filter-options-readmore > a > span {
  padding-right: 5px;
}
.rs-filter .rs-filter-options-readmore-bottom {
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  height: 50px;
  background-image: -webkit-linear-gradient(top, rgba(234, 234, 234, 0) 0%, #eaeaea 100%);
  background-image: -o-linear-gradient(top, rgba(234, 234, 234, 0) 0%, #eaeaea 100%);
  background-image: linear-gradient(to bottom, rgba(234, 234, 234, 0) 0%, #eaeaea 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00eaeaea', endColorstr='#ffeaeaea', GradientType=0);
}
.rs-filter .rs-filter-options {
  overflow: hidden;
}
.rs-filter .rs-filter-options[data-readmore] {
  transition: height 400ms;
  overflow: hidden;
}
#overlay,
#overlay-transparent {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10000;
  display: none;
  opacity: 0;
  background-color: #000;
}
#overlay-transparent {
  background-color: transparent;
}
#modal {
  position: fixed;
  left: -1000px;
  top: 0;
  z-index: 10001;
  width: 360px;
  max-width: 360px;
  padding: 20px;
  display: none;
  background: #fff;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2), 0 2px 8px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2), 0 2px 8px 0px rgba(0, 0, 0, 0.25);
}
.btn-cart,
.btn-cart:active {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB8AAAASCAYAAACjMAXnAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAiJJREFUeNq0lU9IFVEUh2eeo06aGIK4lAjctLGFm8iF5KJdYjtpq5uoVq1cBO2EIstVEunewBaFICpCUBJUq5Cgkv4RUlQWhfKeb/wO/AZuw8y88ZEHPmbmzp353XPuOff4URSd8DzvCvRBE/hQhSm4Od3eb/d12djW49z3JfgKz+EL7MIf6IZz0OMdoJn4Z7gtsQE4CaNwDC6w+tJBifuE/Z9nsIHDMAln4RLchyPOliQtKjAWPzdDCN+T4q6dgrsSfQmdyomKFlGPuH3/G57BbJATlSdwDybguD6wjw8pN5IR82qM+YroBqzCpzzPPe37DLTDeXilPPEzvM0St7mBxCtK6kotcfvBCFyDd7Amz4OEeNpPqs67UNeHsBhPyAu7R41HZPsCt/1Wtiq9D9AIDY6oXyMKljfvYd4dDApUxA+YgzOwrjLclHhJC8ja80jzWpQnP/NKLel5fFKZp1fhMjxSMrZp8dWU8is5wraIp7AC5f16bososwDL/KMwDIPwSyJhiudl0aHIfUwKFxaXbagH3IFthdDEWxXWOPy7quVt7bXZmyInXGrYnUYRe9gFQwr3A/iWCPlpNaoF9Y3Ms72wWfarVi9ax4Nbum+y7qcOaFtyA8bhOvRm/S+oox80yvNQz51KrNg6NBZqXtt/8dwpvSV4q9Kz0P513r9QNdgptgyvi3a13D139j5wTq0d5lWcd3EFWB/YUeKliuwJMADhI6e4wz/PeAAAAABJRU5ErkJggg==');
  background-repeat: no-repeat;
}
.rs-cart-modal {
  overflow: hidden;
}
.rs-cart-modal h3,
.rs-cart-modal h4 {
  margin: 0 30px 0 0;
}
.rs-cart-modal .btn-block {
  font-size: 18px;
}
.rs-cart-modal .btn-block.rs-cart-modal-btn {
  background-position: 30px 50%;
  padding-left: 60px;
}
.rs-cart-modal hr {
  margin: 10px 0;
}
.rs-cart-modal p {
  line-height: 1.3;
}
.rs-cart-in {
  overflow: hidden;
  margin: 50px 0 60px 0;
  height: 100px;
  background-image: url('data:image/png;base64,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');
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.rs-cart-modal-overlay {
  position: absolute;
  top: 100%;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 100000;
  background-color: #fff;
  opacity: 0;
}
.rs-cart-modal-qty,
.rs-cart-modal-sku {
  line-height: 26px;
  margin-bottom: 20px;
}
.rs-cart-modal-price {
  position: relative;
  padding: 10px 0;
  margin: 1px 10px;
  overflow: hidden;
  outline: none;
}
.rs-cart-modal-price > div {
  position: relative;
  z-index: 50010;
}
.rs-cart-modal-price .rs-cart-modal-highlight {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 50005;
  background-color: #f4f4f4;
}
.rs-cart-modal-price .rs-cart-modal-highlight.has-error {
  background-color: #f2dede;
}
.rs-cart-modal-price input[type=radio]:checked ~ .rs-cart-modal-highlight {
  background-color: #e0eef1;
}
.rs-cart-modal-price .h3 {
  margin: 0;
  line-height: 1;
}
.rs-cart-modal-price label.checkbox-label {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 50100;
  margin: 0;
}
.rs-cart-modal-price label.checkbox-label:hover + .rs-cart-modal-highlight,
.rs-cart-modal-price label.checkbox-label:focus + .rs-cart-modal-highlight {
  background-color: #e0eef1;
}
.rs-cart-modal-price label.checkbox-label:hover + .rs-cart-modal-highlight.has-error,
.rs-cart-modal-price label.checkbox-label:focus + .rs-cart-modal-highlight.has-error {
  background-color: #ebccd1;
}
.rs-cart-modal-price label.checkbox-label:before {
  width: 23px;
  height: 23px;
  line-height: 22px;
  margin: 10px;
  font-size: 16px;
}
.rs-cart-modal-price .col-xs-offset-2 {
  margin-left: 15%;
  padding: 0;
}
.rs-input-group-qty .btn.btn-sm {
  padding: 0 5px;
}
.rs-input-group-qty .btn.btn-sm > span {
  display: block;
  font-size: 24px;
  height: 24px;
  line-height: 24px;
}
.btn-close {
  float: right;
  width: 22px;
  height: 22px;
  overflow: hidden;
}
.btn-close:before {
  display: block;
  font-size: 42px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  color: #c6c6c6;
  content: "\d7";
  line-height: 20px;
  cursor: pointer;
}
.btn-close:hover:before {
  color: #adadad;
}
.rs-margin-none {
  margin: 0!important;
}
.rs-category-item h3,
.rs-category-item h4,
.rs-category-item .h3,
.rs-category-item .h4 {
  margin-top: 0;
  margin-bottom: 20px;
}
.rs-category-item .rs-toggle {
  position: absolute;
  bottom: 0;
  left: 10px;
  right: 10px;
}
.rs-category-item .rs-toggle .rs-toggle-btn {
  height: 28px;
  line-height: 28px;
  background-color: #eaeaea;
  cursor: pointer;
  text-transform: uppercase;
  outline: none;
}
.rs-category-item .rs-toggle .rs-toggle-btn > .btn {
  float: left;
  margin-right: 15px;
  font-size: 16px;
  font-family: "fontrs";
  height: 28px;
  line-height: 20px;
}
.rs-category-item .rs-toggle .rs-toggle-btn > .btn:before {
  content: '\24';
}
.rs-category-item .rs-toggle .rs-item-models-show {
  display: block;
}
.rs-category-item .rs-toggle .rs-item-models-hide {
  display: none;
}
.rs-category-item .rs-toggle .rs-dropdown {
  display: none;
  padding: 10px;
  background-color: #f4f4f4;
  border: 1px solid #eaeaea;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 1020;
}
.rs-category-item .rs-toggle .rs-dropdown .rs-item-model {
  padding: 10px 5px 10px 10px;
  outline: none;
  overflow: hidden;
  margin: 1px 0;
}
.rs-category-item .rs-toggle .rs-dropdown .rs-item-model:hover,
.rs-category-item .rs-toggle .rs-dropdown .rs-item-model:focus {
  background-color: #e0eef1;
}
.rs-category-item .rs-toggle .rs-dropdown .rs-item-model-left {
  float: left;
  margin-left: -120px;
  width: 100%;
  padding-right: 9px;
  border-right: 1px solid #c6c6c6;
}
.rs-category-item .rs-toggle .rs-dropdown .rs-item-model-left .rs-item-model-title,
.rs-category-item .rs-toggle .rs-dropdown .rs-item-model-left .rs-item-model-sku,
.rs-category-item .rs-toggle .rs-dropdown .rs-item-model-left .rs-item-model-info {
  overflow: hidden;
  margin-left: 120px;
}
.rs-category-item .rs-toggle .rs-dropdown .rs-item-model-left .rs-item-model-info {
  margin-bottom: 5px;
}
.rs-category-item .rs-toggle .rs-dropdown .rs-item-model-left .rs-item-model-sku {
  margin-top: 5px;
}
.rs-category-item .rs-toggle .rs-dropdown .rs-item-model-right {
  float: right;
  width: 120px;
  border-left: 1px solid #c6c6c6;
  padding-left: 10px;
  margin-left: -1px;
  margin-right: 1px;
}
.rs-category-item .rs-toggle .rs-dropdown .rs-item-model-right > div:not(:first-child) {
  margin-top: 8px;
}
.rs-category-item .rs-toggle .rs-dropdown .rs-item-model-right label {
  margin: 0;
}
.rs-category-item .rs-toggle .rs-dropdown .rs-item-model-right a {
  float: left;
}
.rs-category-item .rs-toggle .rs-dropdown .rs-item-model-right .rs-model-price {
  font-size: 16px;
}
.rs-category-item .rs-toggle.open .rs-toggle-btn > .btn:before {
  content: '\25';
}
.rs-category-item .rs-toggle.open .rs-dropdown {
  display: block;
}
.rs-category-item .rs-toggle.open .rs-item-models-show {
  display: none;
}
.rs-category-item .rs-toggle.open .rs-item-models-hide {
  display: block;
}
.rs-item-stock {
  padding: 0 5px;
}
.rs-model-compare a small {
  color: #333333;
}
.rs-model-compare small {
  float: left;
  line-height: 17px;
  border-bottom: 1px dashed #333333;
  cursor: pointer;
  font-weight: 400;
}
.rs-model-compare a:hover small,
.rs-model-compare a:focus small,
.rs-model-compare label.checkbox-label:hover small,
.rs-model-compare label.checkbox-label:focus small,
.rs-model-compare input[type=checkbox]:checked + label.checkbox-label small {
  color: #52769f;
  border-color: #52769f;
}
.rs-item-model .rs-model-cart {
  line-height: 18px;
  padding-left: 24px;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAASdJREFUeNqk0s0rhFEUx/F7p2coappiw0JkqSlrESk2NpM/Q6IsLfwDNqNsZktZKTYsyMJKykvJirWiWZghTN6/p37qmi7j5dSnZ5773Dn3nNvxxUz/iHOuiA5UMYZd98dIsI8ZNCGPBfT+J+EN1vW+gnMsYhVdeAz2v0V+29OjAQdJ5JAJbGEAF2jEq775mr32/ox2XOI4lnBbCa8xhxakaqoLq0zjCae4Tb64ikkcolMbm1Wlj7TcjWXsfdxhLOwe1zCMKVVorb8ErXpVV9Wh7ruEFtPY0OknaFWlFg/WnjqYReUnCcsYR48qvNNoWdwjqwk5C/+UqjNWV7rwAkaxIznMow2l3yR0GnKrcihYG9RaX2yw68WSZuwoWLN721S1n+JdgAEAVHs/PjbbVk0AAAAASUVORK5CYII=');
  background-position: 0 50%;
  background-repeat: no-repeat;
}
.rs-item-model .rs-model-cart small {
  float: left;
  line-height: 17px;
  border-bottom: 1px dashed #333333;
  cursor: pointer;
  font-weight: 400;
}
.rs-item-model .rs-model-cart:hover,
.rs-item-model .rs-model-cart:focus {
  color: #52769f;
}
.rs-item-model .rs-model-cart:hover small,
.rs-item-model .rs-model-cart:focus small {
  border-color: #52769f;
}
.rs-item-prices {
  margin-bottom: 38px;
  min-height: 1px;
}
.rs-product .rs-item-prices p {
  margin-top: 5px;
}
.rs-product .rs-item-prices small.text-muted {
  margin-top: -3px;
  margin-bottom: 3px;
}
.rs-item-readmore.btn-link {
  padding-left: 0;
}
.rs-item-readmore span {
  padding-right: 8px;
}
.rs-products-badges {
  margin-bottom: 5px;
}
@media (max-width: 991px) {
  .rs-products-badges {
    clear: left;
  }
}
.rs-item .rs-item-image {
  margin-bottom: 20px;
}
.rs-item .rs-item-description-readmore {
  float: left;
  width: 100%;
  position: relative;
  padding-top: 10px;
}
.rs-item .rs-item-description-readmore span {
  float: left;
  margin-right: 5px;
}
.rs-item .rs-item-description-readmore-bottom {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  height: 50px;
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffffff', GradientType=0);
}
.rs-item .rs-item-description {
  overflow: hidden;
}
.rs-item .rs-item-description[data-readmore] {
  transition: height 400ms;
  overflow: hidden;
}
.rs-item .rs-item-model-info {
  float: right;
}
@media (max-width: 1199px) {
  .rs-item .rs-item-model-info {
    float: left;
    width: 100%;
  }
}
.rs-item .rs-model-compare {
  width: 110px;
}
.rs-item .table .rs-item-stock {
  display: block;
  line-height: 20px;
  margin-top: 8px;
}
.rs-item .table .rs-item-accessory-image {
  width: 60px;
}
.rs-item .table .rs-item-accessory-right {
  margin-left: 68px;
}
.rs-item .table .rs-item-sku {
  line-height: 22px;
}
.rs-item .table .rs-products-badge {
  margin-right: 8px;
}
.rs-item .table .rs-item-accessory-title {
  clear: right;
}
.rs-item .table .rs-item-accessory-info {
  float: right;
}
@media (max-width: 1199px) {
  .rs-item .table .rs-item-accessory-info {
    float: left;
    width: 100%;
  }
}
.rs-item .rs-item-specs .rs-spec-group {
  background: #e0eef1;
}
.rs-item .rs-item-specs .rs-spec-group th {
  border-right: none;
}
.rs-item .rs-item-specs .rs-spec-group td {
  border-left: none;
}
.rs-item .btn-cart-text {
  background-position: 5px 50%;
  padding-left: 40px;
  margin-left: 20px;
}
.rs-item-tabs {
  list-style: none;
  margin-bottom: 20px;
  padding-left: 0;
  width: 100%;
}
.rs-item-tabs > li {
  float: none;
}
.rs-item-tabs > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.rs-item-tabs > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .rs-item-tabs > li {
    display: table-cell;
    width: 1%;
  }
  .rs-item-tabs > li > a {
    margin-bottom: 0;
  }
}
.rs-item-tabs a > span,
.rs-item-tabs span > span {
  margin: 0 auto;
  display: block;
  width: 50px;
  height: 50px;
  background-image: url(../images/item-icons.png);
  background-repeat: no-repeat;
}
.rs-item-tabs .rs-icon-prices {
  background-position: 0 0;
}
.rs-item-tabs .rs-icon-specs {
  background-position: -50px 0;
}
.rs-item-tabs .rs-icon-accessories {
  background-position: -100px 0;
}
.rs-item-tabs .rs-icon-files {
  background-position: -150px 0;
}
.rs-item-tabs .rs-icon-review {
  background-position: -200px 0;
}
.rs-item-tabs li > a,
.rs-item-tabs li > span {
  display: block;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  color: #333333;
}
.rs-item-tabs li.active a,
.rs-item-tabs li:hover a,
.rs-item-tabs li:focus a {
  color: #990e3c;
}
.rs-item-tabs li.active .rs-icon-prices,
.rs-item-tabs li:hover .rs-icon-prices,
.rs-item-tabs li:focus .rs-icon-prices {
  background-position: 0 -50px;
}
.rs-item-tabs li.active .rs-icon-specs,
.rs-item-tabs li:hover .rs-icon-specs,
.rs-item-tabs li:focus .rs-icon-specs {
  background-position: -50px -50px;
}
.rs-item-tabs li.active .rs-icon-accessories,
.rs-item-tabs li:hover .rs-icon-accessories,
.rs-item-tabs li:focus .rs-icon-accessories {
  background-position: -100px -50px;
}
.rs-item-tabs li.active .rs-icon-files,
.rs-item-tabs li:hover .rs-icon-files,
.rs-item-tabs li:focus .rs-icon-files {
  background-position: -150px -50px;
}
.rs-item-tabs li.active .rs-icon-review,
.rs-item-tabs li:hover .rs-icon-review,
.rs-item-tabs li:focus .rs-icon-review {
  background-position: -200px -50px;
}
.rs-item-tabs li.disabled .rs-icon-prices {
  background-position: 0 -100px;
}
.rs-item-tabs li.disabled .rs-icon-specs {
  background-position: -50px -100px;
}
.rs-item-tabs li.disabled .rs-icon-accessories {
  background-position: -100px -100px;
}
.rs-item-tabs li.disabled .rs-icon-files {
  background-position: -150px -100px;
}
.rs-item-tabs li.disabled .rs-icon-review {
  background-position: -200px -100px;
}
.rs-cart .table {
  margin: 20px 0;
}
.rs-cart .table .rs-cart-item-title {
  line-height: 1.2;
}
.rs-cart .table tfoot .text-right {
  padding-left: 0;
  padding-right: 0;
}
.rs-cart .table tfoot .bg-white {
  display: block;
  width: 100%;
  padding: 5px 10px;
}
.rs-cart img {
  max-height: 48px;
  max-width: 64px;
}
.rs-cart .cart-qty {
  width: 40px;
}
.rs-cart .rs-cart-item-update {
  margin-left: 8px;
}
.rs-cart .rs-cart-item-remove {
  font-size: 32px;
  line-height: 28px;
  padding: 0 6px 2px 6px;
}
.rs-cart-checkout .radio label {
  float: left;
  clear: both;
}
.rs-cart-checkout .radio label:not(:last-child) {
  margin-bottom: 15px;
}
.rs-compare a {
  line-height: 22px;
}
.rs-compare a.small {
  color: #95CAD8;
}
.rs-compare a.small > span {
  padding-right: 5px;
}
.rs-compare .btn {
  float: left;
  font-size: 22px;
  line-height: 18px;
  padding: 0;
  text-align: center;
  width: 22px;
  height: 22px;
  margin-right: 5px;
}
.rs-compare thead > tr > th {
  vertical-align: top;
}
.rs-compare thead > tr > th.text-left > p {
  min-width: 200px;
}
.rs-special {
  margin-bottom: 20px;
}
.rs-special .rs-special-title {
  padding: 10px;
  color: #fff;
  margin: 0;
}
.rs-special .rs-special-price {
  margin: 10px 0 0 0;
}
.rs-special img {
  max-height: 240px;
  max-width: 240px;
  padding: 10px 0;
}
.rs-special a {
  text-decoration: none;
  outline: none;
}
.rs-special .rs-special-item-title {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABxJREFUeNpiOHv27H8gYABhBhgDJAhngGiAAAMALMscIQbGYswAAAAASUVORK5CYII=');
  padding: 5px;
}
.rs-special .rs-special-item-title .padded-multiline {
  border-left: 16px solid #fff;
}
.rs-special .rs-special-item-title .padded-multiline > span {
  background-color: #fff;
  color: #333333;
  display: inline;
  position: relative;
  margin: 0;
  font-size: 22px;
  line-height: 31px;
}
.rs-special .rs-special-item-title .padded-multiline > span > span {
  position: relative;
  left: -8px;
}
.rs-special .rs-special-item-title .h4 {
  display: block;
  background: #95c12b;
  color: #fff;
  padding: 5px;
  margin: 0;
}
.rs-special .rs-special-item-title .h4 > div {
  margin-top: 5px;
}
.rs-special .rs-special-item-title hr {
  margin: 5px 0 3px 0;
}
.rs-special .rs-special-readmore {
  color: #990e3c;
  margin: 10px 5px 20px 5px;
}
.rs-special .rs-special-readmore span {
  float: left;
  margin-right: 5px;
}
.captcha-reload span {
  float: left;
  line-height: 16px;
}
.captcha-reload .icon-refresh:before {
  top: 0;
}
.captcha-arrow {
  font-size: 22px;
}
.captcha-image {
  margin-bottom: 10px;
}
.captcha-input {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .captcha-arrow {
    line-height: 47px;
  }
  .captcha-input {
    margin-top: 8px;
  }
}
@media (min-width: 992px) {
  .captcha-arrow {
    line-height: 60px;
  }
  .captcha-input {
    margin-top: 15px;
  }
}
@media (min-width: 1200px) {
  .captcha-arrow {
    line-height: 46px;
  }
  .captcha-input {
    margin-top: 10px;
  }
}
/* For appearance */
.sticky-wrap {
  overflow-x: auto;
  overflow-y: hidden;
  position: relative;
  width: 100%;
}
.sticky-wrap .sticky-thead,
.sticky-wrap .sticky-col,
.sticky-wrap .sticky-intersect {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
  width: auto;
  /* Prevent table from stretching to full size */

}
.sticky-wrap .sticky-thead {
  box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.15);
  z-index: 100;
  width: 100%;
  /* Force stretch */

}
.sticky-wrap .sticky-intersect {
  opacity: 1;
  z-index: 150;
}
.sticky-wrap .sticky-col {
  box-shadow: 2px 0 2px 1px rgba(0, 0, 0, 0.15);
}
/*************** SCROLLBAR BASE CSS ***************/
.scroll-wrapper {
  overflow: hidden !important;
  padding: 0 !important;
  position: relative;
}
.scroll-wrapper > .scroll-content {
  border: none !important;
  box-sizing: content-box !important;
  height: auto;
  left: 0;
  margin: 0;
  max-height: none !important;
  max-width: none !important;
  overflow: scroll !important;
  padding: 0;
  position: relative !important;
  top: 0;
  width: auto !important;
}
.scroll-wrapper > .scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0;
}
.scroll-element {
  display: none;
}
.scroll-element,
.scroll-element div {
  box-sizing: content-box;
}
.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
  display: block;
}
.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
  cursor: default;
}
/*************** SIMPLE INNER SCROLLBAR ***************/
.rs-scrollbar {
  max-height: 800px;
  overflow: auto;
}
.rs-scrollbar .col-xs-1 {
  width: 1%;
}
.rs-scrollbar .table > tbody > tr > th {
  font-weight: 400;
}
.rs-scrollbar .table > tbody > tr:last-child > th,
.rs-scrollbar .table > tbody > tr:last-child > td {
  padding-bottom: 33px;
}
.rs-scrollbar .table-col-last {
  padding-right: 33px;
}
.rs-scrollbar > .scroll-element,
.rs-scrollbar > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}
.rs-scrollbar > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
.rs-scrollbar > .scroll-element.scroll-x {
  bottom: 0;
  height: 20px;
  left: 0;
  width: 100%;
  z-index: 200;
}
.rs-scrollbar > .scroll-element.scroll-y {
  height: 100%;
  right: 0;
  top: 0;
  width: 20px;
  z-index: 200;
}
.rs-scrollbar > .scroll-element .scroll-element_outer {
  overflow: hidden;
}
.rs-scrollbar > .scroll-element .scroll-element_track {
  opacity: 0.25;
}
.rs-scrollbar > .scroll-element .scroll-element_track {
  background-color: #434142;
}
.rs-scrollbar > .scroll-element .scroll-bar {
  background-color: #95c12b;
}
/* update scrollbar offset if both scrolls are visible */
.rs-scrollbar > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: 0;
}
.rs-scrollbar > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: 0;
}
.rs-scrollbar > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -20px;
}
.rs-scrollbar > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -20px;
}
textarea {
  resize: both!important;
}
.rs-portfolio-items [class*="col-"] {
  padding: 0!important;
}
.rs-portfolio-items .row {
  margin: 0!important;
}
blockquote.line {
  background-color: #eeeeee;
  border-left: 5px solid #95c12b;
  border-right: 5px solid #95c12b;
}
.btn-upload {
  overflow: hidden;
  position: relative;
  border: 1px solid #cbcbcb;
}
.btn-upload > .label {
  margin-left: 8px;
  color: #52769f;
}
.btn-file {
  cursor: pointer;
  font-size: 72px;
  opacity: 0;
  position: absolute;
  right: 0;
  left: 0;
  z-index: 100;
}
/*
figure.effect-lily img {
	width: 106%;
	opacity: 0.7;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-5%,0, 0);
	transform: translate3d(-5%,0,0);
}

figure.effect-lily figcaption {
	top: auto;
	bottom: 0;
	height: 50%;
	text-align: left;
}

figure.effect-lily h2,
figure.effect-lily p {
	-webkit-transform: translate3d(0,40px,0);
	transform: translate3d(0,40px,0);
}

figure.effect-lily h2 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effect-lily p {
	color: rgba(255,255,255,0.6);
	opacity: 0;
	-webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
	transition: opacity 0.2s, transform 0.35s;
}

figure.effect-lily:hover img,
figure.effect-lily:hover p {
	opacity: 1;
}

figure.effect-lily:hover img,
figure.effect-lily:hover h2,
figure.effect-lily:hover p {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-lily:hover p {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
}



.speceffect{
	overflow: hidden;
}
.speceffect figure{
	position: relative;
	z-index: 1;
	display: inline-block;
	overflow: hidden;
 	margin: -0.35em;
	background: #3085a3;
	text-align: center;
}
.speceffect figure img {
	position: relative;
	display: block;
	opacity: 0.8;
}
.speceffect figure figcaption {
	padding: 2em;
	padding-top: 30%;
	color: #fff;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.speceffect figure figcaption::before,
.speceffect figure figcaption::after {
	pointer-events: none;
}
.speceffect figure figcaption,
.speceffect figure a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.speceffect figure a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}
.speceffect figure h2 {
	word-spacing: -0.15em;
}

.speceffect figure h2,
.speceffect figure p {
	margin: 0;
}
.speceffect figure p {
	letter-spacing: 1px;
	font-size: 72.5%;
}


*/
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.btn-portfolio {
  margin: 3px;
}
.rs-portfolio-item img {
  margin-top: 5px;
  margin-bottom: 15px;
}
.rs-portfolio-item .carousel img {
  margin: 0;
}
.carousel .thumbnail {
  margin: 0;
}
.carousel-prev,
.carousel-next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  z-index: 100;
  height: 30px;
  width: 30px;
  margin: -15px 10px 0 10px;
  opacity: 1!important;
}
.rs-item-images .carousel-prev,
.rs-item-images .carousel-next {
  margin: -15px 2px 0 1px;
}
.carousel-prev {
  left: 0;
}
.carousel-prev > span:before {
  font-family: "fontrs";
  content: '\5b';
  color: #95c12b;
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
  font-size: 30px;
  display: block;
  line-height: 1;
}
.carousel-next {
  right: 0;
}
.carousel-next > span:before {
  font-family: "fontrs";
  content: '\5d';
  color: #95c12b;
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
  font-size: 30px;
  display: block;
  line-height: 1;
}
.item-homepage {
  font-size: 15px;
}
.item-homepage h2.text-underline {
  display: inline-block;
  border-bottom: 2px solid #069DD6;
  line-height: 30px;
}
.item-homepage h2.text-underline .bg-blue {
  display: inline-block;
  line-height: 30px;
  height: 30px;
  padding: 0 5px;
}
.item-homepage p [class*="bg-"] {
  padding: 1px 5px 2px 5px;
}
.module-homepage {
  padding: 0 30px;
  overflow: hidden;
}
.module-homepage-title h3 {
  position: relative;
  display: inline-block;
  margin: 40px 0 30px 0;
}
.module-homepage-title-left {
  position: absolute;
  top: 2px;
  bottom: 0;
  left: 0;
  margin-left: -515px;
  width: 500px;
  background-color: #95c12b;
  background: url(../images/title-left.png) 100% 50% no-repeat;
}
.module-homepage-title-right {
  position: absolute;
  top: 2px;
  right: 0;
  bottom: 0;
  margin-right: -515px;
  width: 500px;
  background-color: #95c12b;
  background: url(../images/title-right.png) 0 50% no-repeat;
}
.module-homepage-item-bg {
  overflow: hidden;
  margin-bottom: 20px;
  position: relative;
  height: 150px;
}
.module-homepage-item-title {
  width: 160px;
  padding: 10px 12px;
  font-size: 15px;
}
.module-homepage-item-image {
  position: absolute;
  overflow: hidden;
  bottom: 0;
  top: 2px;
}
.module-homepage-item-image.align-left {
  left: 0px;
  right: 160px;
}
.module-homepage-item-image.align-right {
  right: 0px;
  left: 160px;
}
.module-homepage-item-image img {
  width: auto;
  height: 148px;
}
.module-homepage-item-icon {
  position: absolute;
  bottom: 14px;
  width: 134px;
}
.module-homepage-item-icon.align-left {
  left: 12px;
}
.module-homepage-item-icon.align-right {
  right: 12px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .module-homepage {
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .module-homepage-item-bg {
    height: 130px;
  }
  .module-homepage-item-image img {
    width: auto;
    height: 128px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .module-homepage-item-bg {
    height: 140px;
  }
  .module-homepage-item-image img {
    width: auto;
    height: 138px;
  }
}
.module-homepage-project {
  margin-bottom: 20px;
  min-height: 80px;
}
.module-homepage-project-bg {
  margin-bottom: 10px;
}
.module-homepage-project-title {
  margin: 2px 40px 4px 180px;
}
.module-homepage-project-desc {
  margin-left: 180px;
}
.module-homepage-project-image {
  position: absolute;
  overflow: hidden;
  width: 140px;
  padding: 2px;
  top: 0;
  left: 10px;
}
.module-homepage-project-image img {
  width: 136px;
  height: 76px;
}
.homepage-plus {
  overflow: hidden;
  padding-left: 150px;
  background: url(../images/hp-plus.png) 0 40px no-repeat;
}
.homepage-plus .homepage-plus-title {
  font-size: 18px;
  width: 100%;
  line-height: 20px;
  margin: 10px 0;
}
.homepage-plus ul {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 22px;
}
.homepage-plus ul li:before {
  content: '+';
  color: #95c12b;
  text-align: center;
  font-size: 28px;
  float: left;
  margin-left: -20px;
  line-height: 22px;
}
.module-homepage-clients {
  margin: 0 120px;
}
@media (max-width: 991px) {
  .module-homepage-clients {
    margin: 0;
  }
}
.module-homepage-clients .img-dummy {
  padding-top: 65px;
}
.module-homepage-clients .carousel-inner {
  width: auto;
  margin: 0 40px;
}
.module-homepage-clients .carousel-control {
  width: 30px;
}
.module-homepage-clients .carousel-control > div {
  margin-right: 0;
  margin-left: 0;
}
.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
  color: #95c12b;
}
.ih-item {
  position: relative;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ih-item,
.ih-item * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ih-item a {
  color: #333;
}
.ih-item a:hover {
  text-decoration: none;
}
.ih-item img {
  width: 100%;
  height: 100%;
}
.ih-item {
  position: relative;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ih-item,
.ih-item * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ih-item a {
  color: #333;
}
.ih-item a:hover {
  text-decoration: none;
}
.ih-item img {
  width: 100%;
  height: 100%;
}
.ih-item.square {
  position: relative;
}
.ih-item.square .info {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.ih-item.square.effect13 {
  overflow: hidden;
}
.ih-item.square.effect13.colored .info {
  background: #1a4a72;
  background: rgba(26, 74, 114, 0.6);
}
.ih-item.square.effect13.colored .info h2 {
  background: rgba(12, 34, 52, 0.6);
}
.ih-item.square.effect13 .img {
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.ih-item.square.effect13 .info {
  background: #333333;
  background: rgba(0, 0, 0, 0.7);
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ih-item.square.effect13 .info h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  font-size: 17px;
  padding: 10px;
  background: #111111;
  margin: 30px 0 0 0;
}
.ih-item.square.effect13 .info p {
  position: relative;
  color: #bbb;
  padding: 20px 20px 20px;
  text-align: center;
}
.ih-item.square.effect13 a:hover .img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.ih-item.square.effect13 a:hover .info {
  visibility: visible;
  opacity: 1;
}
.ih-item.square.effect13.left-to-right .info {
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}
.ih-item.square.effect13.left-to-right a:hover .info {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.ih-item.square.effect13.right-to-left .info {
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0);
}
.ih-item.square.effect13.right-to-left a:hover .info {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.ih-item.square.effect13.top-to-bottom .info {
  -webkit-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  transform: translate(0, -100%);
}
.ih-item.square.effect13.top-to-bottom a:hover .info {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.ih-item.square.effect13.bottom-to-top .info {
  -webkit-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
  transform: translate(0, 100%);
}
.ih-item.square.effect13.bottom-to-top a:hover .info {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.left .banneritem {
  text-align: center;
}
.item-page .pull-left.item-image {
  margin: 0 20px 20px 0;
}
.item-page .pull-right.item-image {
  margin: 0 0 20px 20px;
}
@font-face {
  font-family: 'fontrs';
  src: url('../font/fontrs.eot?92450088');
  src: url('../font/fontrs.eot?92450088#iefix') format('embedded-opentype'), url('../font/fontrs.woff?92450088') format('woff'), url('../font/fontrs.ttf?92450088') format('truetype'), url('../font/fontrs.svg?92450088#fontrs') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "fontrs";
  font-style: normal;
  font-weight: normal;
  position: relative;
  top: -1px;
  display: inline-block;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}
.icon-rub:before {
  font-size: 77%;
}
.icon-refresh:before {
  font-size: 14px;
  top: -4px;
}
.icon-mail:before {
  content: '\21';
}
/* '!' */
.icon-star-empty:before {
  content: '\22';
}
/* '&quot;' */
.icon-location:before {
  content: '\23';
}
/* '#' */
.icon-down:before {
  content: '\24';
}
/* '$' */
.icon-up:before {
  content: '\25';
}
/* '%' */
.icon-search:before {
  content: '\26';
}
/* '&amp;' */
.icon-star:before {
  content: '\27';
}
/* ''' */
.icon-phone:before {
  content: '\28';
}
/* '(' */
.icon-ok:before {
  content: '\29';
}
/* ')' */
.icon-stop:before {
  content: '\2a';
}
/* '*' */
.icon-plus:before {
  content: '\2b';
}
/* '+' */
.icon-circle:before {
  content: '\2c';
}
/* ',' */
.icon-minus:before {
  content: '\2d';
}
/* '-' */
.icon-compare:before {
  content: '\2e';
}
/* '.' */
.icon-refresh:before {
  content: '\2f';
}
/* '/' */
.icon-skype:before {
  content: '\30';
}
/* '0' */
.icon-icq:before {
  content: '\31';
}
/* '1' */
.icon-rub:before {
  content: '\52';
}
/* 'R' */
.icon-tags:before {
  content: '\54';
}
/* 'T' */
.icon-left:before {
  content: '\5b';
}
/* '[' */
.icon-right:before {
  content: '\5d';
}
/* ']' */
.icon-tag:before {
  content: '\74';
}
/* 't' */
.camera_wrap {
  display: none;
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 0 !important;
}
.camera_wrap img {
  max-width: none!important;
}
.camera_src {
  display: none;
}
.cameraCont,
.cameraContents {
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 1;
}
.cameraSlide {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.cameraContent {
  bottom: 0;
  display: none;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.camera_target {
  bottom: 0;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  text-align: left;
  top: 0;
  width: 100%;
  z-index: 0;
}
.camera_overlayer {
  bottom: 0;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 0;
}
.camera_target_content {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.camera_target_content .camera_link {
  background: url(../images/blank.gif);
  display: block;
  height: 100%;
  text-decoration: none;
}
.camera_loader {
  background: transparent url(../images/loader.gif) no-repeat center;
  height: 28px;
  width: 28px;
  overflow: hidden;
  position: absolute;
  margin: -14px 0 0 -14px;
  top: 50%;
  left: 50%;
  z-index: 3;
}
.camera_pie canvas {
  margin: 5px;
}
/*
.camera_bar {
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 3;
}*/
.camera_caption {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.camera_caption > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.camera_caption a {
  color: #fff;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.camera_caption a:hover,
.camera_caption a:focus {
  text-decoration: none;
}
.camera_caption .camera_caption_wrapper {
  position: absolute;
  left: 15%;
  right: 15%;
  top: 50%;
  color: #fff;
  min-height: 30px;
  background: rgba(108, 158, 38, 0.8);
  padding: 10px 0;
  margin-top: -25px;
}
.camera_caption .h2,
.camera_caption .h3 {
  text-transform: uppercase;
  color: #fff;
  margin: 0;
  line-height: 30px;
}
@media (max-width: 767px) {
  .camera_caption .h2,
  .camera_caption .h3 {
    font-size: 22px;
  }
}
.camera_caption .slide-description {
  color: #fff;
}
.camera_clear {
  display: block;
  clear: both;
  height: 1px;
  margin: -1px 0 25px;
  position: relative;
}
/*
.camera_pag {
	
	background-color:rgba(0,0,0,.7);
	position:absolute;
	top:0;
	right:0;
	height:100%;
	z-index:50;
	display:table;
	
	.camera_pag_ul {
		list-style: none;
		margin: 0;
		padding: 0;
		text-align: right;
		display:table-cell;
		vertical-align:middle;

		li {
			display: block;
			margin: 10px 22px;
			position: relative;
			text-align: left;
			text-indent: -9999px;
			height: 6px;
			width: 6px;
			padding: 6px;
			cursor: pointer;

			> span {
				-webkit-border-radius: 3px;
				-moz-border-radius: 3px;
				border-radius: 3px;
				overflow: hidden;
				position: absolute;
				top: 3px;
				left: 3px;
				height: 6px;
				width: 6px;
				background: #b0b0b0;
			}
			:hover,
			&.cameracurrent > span {
				background: #ffcb00;
			}
		}

	}
}
*/
.camera_prev,
.camera_next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  z-index: 100;
  height: 30px;
  width: 30px;
  margin: -15px 10px 0 10px;
  opacity: 1!important;
}
.camera_prev {
  left: 0;
}
.camera_prev > span:before {
  font-family: "fontrs";
  content: '\5b';
  color: #fff;
  text-align: center;
  font-size: 30px;
  display: block;
  line-height: 1;
}
.camera_prev > span:hover:before,
.camera_prev > span:focus:before {
  color: #95c12b;
}
.camera_next {
  right: 0;
}
.camera_next > span:before {
  font-family: "fontrs";
  content: '\5d';
  color: #fff;
  text-align: center;
  font-size: 30px;
  display: block;
  line-height: 1;
}
.camera_next > span:hover:before,
.camera_next > span:focus:before {
  color: #95c12b;
}
