@charset "UTF-8";
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
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;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@keyframes fade_in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fade_in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes blick {
  0% {
    background-position: 130% 0%;
  }
  100% {
    background-position: 0% 0%;
  }
}
@keyframes rotateWheel {
  0% {
    -moz-transform: rotate(320deg);
    -webkit-transform: rotate(320deg);
    -o-transform: rotate(320deg);
    -ms-transform: rotate(320deg);
  }
  100% {
    -moz-transform: rotate(680deg);
    -webkit-transform: rotate(680deg);
    -o-transform: rotate(680deg);
    -ms-transform: rotate(680deg);
  }
}
@-webkit-keyframes rotateWheel {
  0% {
    -moz-transform: rotate(320deg);
    -webkit-transform: rotate(320deg);
    -o-transform: rotate(320deg);
    -ms-transform: rotate(320deg);
  }
  100% {
    -moz-transform: rotate(680deg);
    -webkit-transform: rotate(680deg);
    -o-transform: rotate(680deg);
    -ms-transform: rotate(680deg);
  }
}
@keyframes phone {
  0% {
    transform: rotate(0deg);
  }
  1.5% {
    transform: rotate(15deg);
  }
  3% {
    transform: rotate(-10deg);
  }
  4.5% {
    transform: rotate(0deg);
  }
  6% {
    transform: rotate(15deg);
  }
  7.5% {
    transform: rotate(-10deg);
  }
  9% {
    transform: rotate(0deg);
  }
  10.5% {
    transform: rotate(15deg);
  }
  12% {
    transform: rotate(-10deg);
  }
  13.5% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.anim-hidden {
  visibility: hidden !important;
}
.anim-visible {
  visibility: visible !important;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    -ms-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    -ms-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    -ms-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    -ms-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    -ms-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    -ms-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    -ms-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    -ms-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
* {
  -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: 100%;
  height: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  height: 100%;
  margin: 0;
  line-height: 1.5;
  font-family: 'Fira Sans Condensed', 'Tahoma', 'Arial', sans-serif;
  font-size: 15px;
  color: #333;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #53b666;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
  color: #007e32;
}
a:focus {
  outline: none;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}
hr {
  margin-top: 10px;
  margin-bottom: 10px;
  border: 0;
  border-top: 1px solid #57585a;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Fira Sans Condensed', 'Tahoma', 'Arial', sans-serif;
  font-weight: 400;
  line-height: 1.2;
  color: #000;
}
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: 0 0 15px;
}
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: 0 0 15px;
}
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: 23px;
}
h2,
.h2 {
  font-size: 21px;
}
h3,
.h3 {
  font-size: 19px;
}
h4,
.h4 {
  font-size: 17px;
}
h5,
.h5 {
  font-size: 15px;
}
h6,
.h6 {
  font-size: 13px;
}
.page-header-section {
  display: flex;
  margin-bottom: 20px;
  align-items: center;
}
.page-header-section img {
  margin-right: 10px;
}
.page-header-section img + .page-header {
  width: 100%;
  margin-bottom: 0;
}
.page-header {
  font-family: 'Fira Sans Condensed', 'Tahoma', 'Arial', sans-serif;
  font-weight: 400;
  line-height: 1.2;
  color: #000;
  font-size: 26px;
  margin: 0 0 20px;
  position: relative;
  text-align: center;
}
aside .page-header {
  font-size: 22px;
}
.block-header {
  margin: 0 0 10px;
  font-size: 21px;
  font-weight: 700;
}
p {
  margin: 0 0 10px;
}
small,
.small {
  font-size: 12px;
}
cite {
  font-style: normal;
}
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;
}
.ttl {
  text-transform: lowercase;
}
.ttu {
  text-transform: uppercase;
}
.ttc {
  text-transform: capitalize;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.lisn {
  padding-left: 0;
  list-style: none;
}
dl {
  margin-top: 0;
  margin-bottom: 10px;
}
dt,
dd {
  line-height: 1.5;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 10px;
  font-size: 15px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 10px;
  font-style: normal;
  line-height: 1.5;
}
.justifyfull {
  text-align: justify;
}
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: 0;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 1.5;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0;
}
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: 9px;
  padding-right: 9px;
}
@media (min-width: 768px) {
  .container {
    width: 753px;
  }
}
@media (min-width: 1024px) {
  .container {
    width: 1003px;
  }
}
@media (min-width: 1280px) {
  .container {
    width: 1248px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 9px;
  padding-right: 9px;
}
.row {
  margin-left: -9px;
  margin-right: -9px;
}
.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: 9px;
  padding-right: 9px;
}
.col-10-xs-1, .col-10-sm-1, .col-10-md-1, .col-10-lg-1, .col-10-xs-2, .col-10-sm-2, .col-10-md-2, .col-10-lg-2, .col-10-xs-3, .col-10-sm-3, .col-10-md-3, .col-10-lg-3, .col-10-xs-4, .col-10-sm-4, .col-10-md-4, .col-10-lg-4, .col-10-xs-5, .col-10-sm-5, .col-10-md-5, .col-10-lg-5, .col-10-xs-6, .col-10-sm-6, .col-10-md-6, .col-10-lg-6, .col-10-xs-7, .col-10-sm-7, .col-10-md-7, .col-10-lg-7, .col-10-xs-8, .col-10-sm-8, .col-10-md-8, .col-10-lg-8, .col-10-xs-9, .col-10-sm-9, .col-10-md-9, .col-10-lg-9, .col-10-xs-10, .col-10-sm-10, .col-10-md-10, .col-10-lg-10, .col-10-xs-11, .col-10-sm-11, .col-10-md-11, .col-10-lg-11, .col-10-xs-12, .col-10-sm-12, .col-10-md-12, .col-10-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 9px;
  padding-right: 9px;
}
.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.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
.col-10-xs-1, .col-10-xs-2, .col-10-xs-3, .col-10-xs-4, .col-10-xs-5, .col-10-xs-6, .col-10-xs-7, .col-10-xs-8, .col-10-xs-9, .col-10-xs-10 {
  float: left;
}
.col-10-xs-10 {
  width: 100%;
}
.col-10-xs-9 {
  width: 90%;
}
.col-10-xs-8 {
  width: 80%;
}
.col-10-xs-7 {
  width: 70%;
}
.col-10-xs-6 {
  width: 60%;
}
.col-10-xs-5 {
  width: 50%;
}
.col-10-xs-4 {
  width: 40%;
}
.col-10-xs-3 {
  width: 30%;
}
.col-10-xs-2 {
  width: 20%;
}
.col-10-xs-1 {
  width: 10%;
}
.col-10-xs-pull-10 {
  right: 100%;
}
.col-10-xs-pull-9 {
  right: 90%;
}
.col-10-xs-pull-8 {
  right: 80%;
}
.col-10-xs-pull-7 {
  right: 70%;
}
.col-10-xs-pull-6 {
  right: 60%;
}
.col-10-xs-pull-5 {
  right: 50%;
}
.col-10-xs-pull-4 {
  right: 40%;
}
.col-10-xs-pull-3 {
  right: 30%;
}
.col-10-xs-pull-2 {
  right: 20%;
}
.col-10-xs-pull-1 {
  right: 10%;
}
.col-10-xs-pull-0 {
  right: auto;
}
.col-10-xs-push-10 {
  left: 100%;
}
.col-10-xs-push-9 {
  left: 90%;
}
.col-10-xs-push-8 {
  left: 80%;
}
.col-10-xs-push-7 {
  left: 70%;
}
.col-10-xs-push-6 {
  left: 60%;
}
.col-10-xs-push-5 {
  left: 50%;
}
.col-10-xs-push-4 {
  left: 40%;
}
.col-10-xs-push-3 {
  left: 30%;
}
.col-10-xs-push-2 {
  left: 20%;
}
.col-10-xs-push-1 {
  left: 10%;
}
.col-10-xs-push-0 {
  left: auto;
}
.col-10-xs-offset-10 {
  margin-left: 100%;
}
.col-10-xs-offset-9 {
  margin-left: 90%;
}
.col-10-xs-offset-8 {
  margin-left: 80%;
}
.col-10-xs-offset-7 {
  margin-left: 70%;
}
.col-10-xs-offset-6 {
  margin-left: 60%;
}
.col-10-xs-offset-5 {
  margin-left: 50%;
}
.col-10-xs-offset-4 {
  margin-left: 40%;
}
.col-10-xs-offset-3 {
  margin-left: 30%;
}
.col-10-xs-offset-2 {
  margin-left: 20%;
}
.col-10-xs-offset-1 {
  margin-left: 10%;
}
.col-10-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.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-10-sm-1, .col-10-sm-2, .col-10-sm-3, .col-10-sm-4, .col-10-sm-5, .col-10-sm-6, .col-10-sm-7, .col-10-sm-8, .col-10-sm-9, .col-10-sm-10 {
    float: left;
  }
  .col-10-sm-10 {
    width: 100%;
  }
  .col-10-sm-9 {
    width: 90%;
  }
  .col-10-sm-8 {
    width: 80%;
  }
  .col-10-sm-7 {
    width: 70%;
  }
  .col-10-sm-6 {
    width: 60%;
  }
  .col-10-sm-5 {
    width: 50%;
  }
  .col-10-sm-4 {
    width: 40%;
  }
  .col-10-sm-3 {
    width: 30%;
  }
  .col-10-sm-2 {
    width: 20%;
  }
  .col-10-sm-1 {
    width: 10%;
  }
  .col-10-sm-pull-10 {
    right: 100%;
  }
  .col-10-sm-pull-9 {
    right: 90%;
  }
  .col-10-sm-pull-8 {
    right: 80%;
  }
  .col-10-sm-pull-7 {
    right: 70%;
  }
  .col-10-sm-pull-6 {
    right: 60%;
  }
  .col-10-sm-pull-5 {
    right: 50%;
  }
  .col-10-sm-pull-4 {
    right: 40%;
  }
  .col-10-sm-pull-3 {
    right: 30%;
  }
  .col-10-sm-pull-2 {
    right: 20%;
  }
  .col-10-sm-pull-1 {
    right: 10%;
  }
  .col-10-sm-pull-0 {
    right: auto;
  }
  .col-10-sm-push-10 {
    left: 100%;
  }
  .col-10-sm-push-9 {
    left: 90%;
  }
  .col-10-sm-push-8 {
    left: 80%;
  }
  .col-10-sm-push-7 {
    left: 70%;
  }
  .col-10-sm-push-6 {
    left: 60%;
  }
  .col-10-sm-push-5 {
    left: 50%;
  }
  .col-10-sm-push-4 {
    left: 40%;
  }
  .col-10-sm-push-3 {
    left: 30%;
  }
  .col-10-sm-push-2 {
    left: 20%;
  }
  .col-10-sm-push-1 {
    left: 10%;
  }
  .col-10-sm-push-0 {
    left: auto;
  }
  .col-10-sm-offset-10 {
    margin-left: 100%;
  }
  .col-10-sm-offset-9 {
    margin-left: 90%;
  }
  .col-10-sm-offset-8 {
    margin-left: 80%;
  }
  .col-10-sm-offset-7 {
    margin-left: 70%;
  }
  .col-10-sm-offset-6 {
    margin-left: 60%;
  }
  .col-10-sm-offset-5 {
    margin-left: 50%;
  }
  .col-10-sm-offset-4 {
    margin-left: 40%;
  }
  .col-10-sm-offset-3 {
    margin-left: 30%;
  }
  .col-10-sm-offset-2 {
    margin-left: 20%;
  }
  .col-10-sm-offset-1 {
    margin-left: 10%;
  }
  .col-10-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1024px) {
  .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.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-10-md-1, .col-10-md-2, .col-10-md-3, .col-10-md-4, .col-10-md-5, .col-10-md-6, .col-10-md-7, .col-10-md-8, .col-10-md-9, .col-10-md-10 {
    float: left;
  }
  .col-10-md-10 {
    width: 100%;
  }
  .col-10-md-9 {
    width: 90%;
  }
  .col-10-md-8 {
    width: 80%;
  }
  .col-10-md-7 {
    width: 70%;
  }
  .col-10-md-6 {
    width: 60%;
  }
  .col-10-md-5 {
    width: 50%;
  }
  .col-10-md-4 {
    width: 40%;
  }
  .col-10-md-3 {
    width: 30%;
  }
  .col-10-md-2 {
    width: 20%;
  }
  .col-10-md-1 {
    width: 10%;
  }
  .col-10-md-pull-10 {
    right: 100%;
  }
  .col-10-md-pull-9 {
    right: 90%;
  }
  .col-10-md-pull-8 {
    right: 80%;
  }
  .col-10-md-pull-7 {
    right: 70%;
  }
  .col-10-md-pull-6 {
    right: 60%;
  }
  .col-10-md-pull-5 {
    right: 50%;
  }
  .col-10-md-pull-4 {
    right: 40%;
  }
  .col-10-md-pull-3 {
    right: 30%;
  }
  .col-10-md-pull-2 {
    right: 20%;
  }
  .col-10-md-pull-1 {
    right: 10%;
  }
  .col-10-md-pull-0 {
    right: auto;
  }
  .col-10-md-push-10 {
    left: 100%;
  }
  .col-10-md-push-9 {
    left: 90%;
  }
  .col-10-md-push-8 {
    left: 80%;
  }
  .col-10-md-push-7 {
    left: 70%;
  }
  .col-10-md-push-6 {
    left: 60%;
  }
  .col-10-md-push-5 {
    left: 50%;
  }
  .col-10-md-push-4 {
    left: 40%;
  }
  .col-10-md-push-3 {
    left: 30%;
  }
  .col-10-md-push-2 {
    left: 20%;
  }
  .col-10-md-push-1 {
    left: 10%;
  }
  .col-10-md-push-0 {
    left: auto;
  }
  .col-10-md-offset-10 {
    margin-left: 100%;
  }
  .col-10-md-offset-9 {
    margin-left: 90%;
  }
  .col-10-md-offset-8 {
    margin-left: 80%;
  }
  .col-10-md-offset-7 {
    margin-left: 70%;
  }
  .col-10-md-offset-6 {
    margin-left: 60%;
  }
  .col-10-md-offset-5 {
    margin-left: 50%;
  }
  .col-10-md-offset-4 {
    margin-left: 40%;
  }
  .col-10-md-offset-3 {
    margin-left: 30%;
  }
  .col-10-md-offset-2 {
    margin-left: 20%;
  }
  .col-10-md-offset-1 {
    margin-left: 10%;
  }
  .col-10-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1280px) {
  .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.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-10-lg-1, .col-10-lg-2, .col-10-lg-3, .col-10-lg-4, .col-10-lg-5, .col-10-lg-6, .col-10-lg-7, .col-10-lg-8, .col-10-lg-9, .col-10-lg-10 {
    float: left;
  }
  .col-10-lg-10 {
    width: 100%;
  }
  .col-10-lg-9 {
    width: 90%;
  }
  .col-10-lg-8 {
    width: 80%;
  }
  .col-10-lg-7 {
    width: 70%;
  }
  .col-10-lg-6 {
    width: 60%;
  }
  .col-10-lg-5 {
    width: 50%;
  }
  .col-10-lg-4 {
    width: 40%;
  }
  .col-10-lg-3 {
    width: 30%;
  }
  .col-10-lg-2 {
    width: 20%;
  }
  .col-10-lg-1 {
    width: 10%;
  }
  .col-10-lg-pull-10 {
    right: 100%;
  }
  .col-10-lg-pull-9 {
    right: 90%;
  }
  .col-10-lg-pull-8 {
    right: 80%;
  }
  .col-10-lg-pull-7 {
    right: 70%;
  }
  .col-10-lg-pull-6 {
    right: 60%;
  }
  .col-10-lg-pull-5 {
    right: 50%;
  }
  .col-10-lg-pull-4 {
    right: 40%;
  }
  .col-10-lg-pull-3 {
    right: 30%;
  }
  .col-10-lg-pull-2 {
    right: 20%;
  }
  .col-10-lg-pull-1 {
    right: 10%;
  }
  .col-10-lg-pull-0 {
    right: auto;
  }
  .col-10-lg-push-10 {
    left: 100%;
  }
  .col-10-lg-push-9 {
    left: 90%;
  }
  .col-10-lg-push-8 {
    left: 80%;
  }
  .col-10-lg-push-7 {
    left: 70%;
  }
  .col-10-lg-push-6 {
    left: 60%;
  }
  .col-10-lg-push-5 {
    left: 50%;
  }
  .col-10-lg-push-4 {
    left: 40%;
  }
  .col-10-lg-push-3 {
    left: 30%;
  }
  .col-10-lg-push-2 {
    left: 20%;
  }
  .col-10-lg-push-1 {
    left: 10%;
  }
  .col-10-lg-push-0 {
    left: auto;
  }
  .col-10-lg-offset-10 {
    margin-left: 100%;
  }
  .col-10-lg-offset-9 {
    margin-left: 90%;
  }
  .col-10-lg-offset-8 {
    margin-left: 80%;
  }
  .col-10-lg-offset-7 {
    margin-left: 70%;
  }
  .col-10-lg-offset-6 {
    margin-left: 60%;
  }
  .col-10-lg-offset-5 {
    margin-left: 50%;
  }
  .col-10-lg-offset-4 {
    margin-left: 40%;
  }
  .col-10-lg-offset-3 {
    margin-left: 30%;
  }
  .col-10-lg-offset-2 {
    margin-left: 20%;
  }
  .col-10-lg-offset-1 {
    margin-left: 10%;
  }
  .col-10-lg-offset-0 {
    margin-left: 0%;
  }
}
.col-nowrap {
  white-space: nowrap;
}
table {
  background-color: #fff;
  margin-bottom: 20px;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  padding: 10px;
}
table > thead > tr > th p,
table > tbody > tr > th p,
table > tfoot > tr > th p,
table > thead > tr > td p,
table > tbody > tr > td p,
table > tfoot > tr > td p {
  margin-bottom: 0;
}
table > thead > tr > th,
table > thead > tr > td {
  background: #53b666;
  text-align: center;
}
th {
  text-align: left;
  background: #eaeaea;
  font-size: 15px;
  font-weight: 400;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr,
.table > tbody > tr,
.table > tfoot > tr {
  margin-bottom: 1px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 10px;
  line-height: 1.5;
  vertical-align: middle;
}
.table > thead > tr > th {
  vertical-align: bottom;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table .table {
  background-color: #fff;
}
.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: 8px;
}
.table-bordered {
  border: 1px solid #909090;
}
.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: 1px solid #909090;
}
.table-striped > thead > tr > th {
  background-color: #53b666;
  border-bottom: none;
  color: #fff;
  font-weight: 400;
}
.table-striped > tbody > tr:nth-child(odd) > td {
  background-color: #e1e1e1;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #e4e4e4;
}
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: #e4e4e4;
}
.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: #d7d7d7;
}
.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;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
  }
  .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 > 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: 0;
  margin-bottom: 10px;
  font-size: 22.5px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline;
  max-width: 100%;
  margin-bottom: 1px;
  font-weight: bold;
  cursor: pointer;
  color: #333;
}
label.ldib {
  display: inline-block;
}
label.ldb {
  display: block;
}
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: none;
}
output {
  display: block;
  padding-top: 4px;
  font-size: 15px;
  line-height: 1.5;
  color: #333;
}
textarea,
select,
input[type="password"],
input[type="text"] {
  display: inline-block;
  padding: 10px 15px;
  font-size: 15px;
  line-height: 1.5;
  color: #333;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -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;
}
textarea:focus,
select:focus,
input[type="password"]:focus,
input[type="text"]:focus {
  outline: 0;
}
textarea::-moz-placeholder,
select::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="text"]::-moz-placeholder {
  color: #777777;
  opacity: 1;
}
textarea:-ms-input-placeholder,
select:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder {
  color: #777777;
}
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder {
  color: #777777;
}
textarea[disabled],
select[disabled],
input[type="password"][disabled],
input[type="text"][disabled],
textarea[readonly],
select[readonly],
input[type="password"][readonly],
input[type="text"][readonly],
fieldset[disabled] textarea,
fieldset[disabled] select,
fieldset[disabled] input[type="password"],
fieldset[disabled] input[type="text"] {
  cursor: default;
  background-color: #eeeeee;
  opacity: 1;
}
textareatextarea,
textareaselect,
textareainput[type="password"],
textareainput[type="text"] {
  height: auto;
}
textarea.error,
select.error,
input[type="password"].error,
input[type="text"].error {
  background: #FFE9E8;
}
.form-control {
  display: inline-block;
  padding: 10px 15px;
  font-size: 15px;
  line-height: 1.5;
  color: #333;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -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 {
  outline: 0;
}
.form-control::-moz-placeholder {
  color: #777777;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #777777;
}
.form-control::-webkit-input-placeholder {
  color: #777777;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: default;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
select {
  cursor: pointer;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  line-height: 28px;
  line-height: 1.5 \0;
}
input[type="date"].input-sm,
input[type="time"].input-sm,
input[type="datetime-local"].input-sm,
input[type="month"].input-sm {
  line-height: 30px;
}
input[type="date"].input-lg,
input[type="time"].input-lg,
input[type="datetime-local"].input-lg,
input[type="month"].input-lg {
  line-height: 48px;
}
.form-group {
  margin-bottom: 10px;
}
.form-group.error input,
.form-group.error textarea {
  border-color: #a94442;
  color: #d9534f;
}
.form-ctrl {
  margin-top: 15px;
}
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;
}
input[size="10"] {
  width: 10%;
}
input[size="20"] {
  width: 20%;
}
input[size="30"] {
  width: 30%;
}
input[size="40"] {
  width: 40%;
}
input[size="50"] {
  width: 50%;
}
input[size="60"] {
  width: 60%;
}
input[size="70"] {
  width: 70%;
}
input[size="80"] {
  width: 80%;
}
input[size="90"] {
  width: 90%;
}
input[size="100"] {
  width: 100%;
}
textarea[cols="10"] {
  width: 10%;
}
textarea[cols="20"] {
  width: 20%;
}
textarea[cols="30"] {
  width: 30%;
}
textarea[cols="40"] {
  width: 40%;
}
textarea[cols="50"] {
  width: 50%;
}
textarea[cols="60"] {
  width: 60%;
}
textarea[cols="70"] {
  width: 70%;
}
textarea[cols="80"] {
  width: 80%;
}
textarea[cols="90"] {
  width: 90%;
}
textarea[cols="100"] {
  width: 100%;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 3px 7px;
  font-size: 15px;
  line-height: 1.5;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: none;
}
.btn:hover,
.btn:focus {
  color: #fff;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link {
  line-height: inherit;
  color: #53b666;
  font-weight: normal;
  cursor: pointer;
  border: none;
  border-radius: 0;
  text-decoration: underline;
  padding: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover {
  color: #007e32;
  text-decoration: none;
  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-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%;
}
/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('/artmebius/fonts/fontawesome-webfont.eot?v=4.3.0');
  src: url('/artmebius/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('/artmebius/fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('/artmebius/fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('/artmebius/fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('/artmebius/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class*="icon"] {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.icon-search:before {
  content: "\f002";
}
.icon-envelope-o:before {
  content: "\f003";
}
.icon-heart:before {
  content: "\f004";
}
.icon-star:before {
  content: "\f005";
}
.icon-user:before {
  content: "\f007";
}
.icon-check:before {
  content: "\f00c";
}
.icon-remove:before,
.icon-close:before,
.icon-times:before {
  content: "\f00d";
}
.icon-gear:before,
.icon-cog:before {
  content: "\f013";
}
.icon-clock-o:before {
  content: "\f017";
}
.icon-arrow-circle-o-down:before {
  content: "\f01a";
}
.icon-arrow-circle-o-up:before {
  content: "\f01b";
}
.icon-lock:before {
  content: "\f023";
}
.icon-align-justify:before {
  content: "\f039";
}
.icon-pencil:before {
  content: "\f040";
}
.icon-map-marker:before {
  content: "\f041";
}
.icon-check-square-o:before {
  content: "\f046";
}
.icon-play:before {
  content: "\f04b";
}
.icon-pause:before {
  content: "\f04c";
}
.icon-stop:before {
  content: "\f04d";
}
.icon-chevron-left:before {
  content: "\f053";
}
.icon-chevron-right:before {
  content: "\f054";
}
.icon-minus-circle:before {
  content: "\f056";
}
.icon-times-circle:before {
  content: "\f057";
}
.icon-check-circle:before {
  content: "\f058";
}
.icon-question-circle:before {
  content: "\f059";
}
.icon-times-circle-o:before {
  content: "\f05c";
}
.icon-arrow-left:before {
  content: "\f060";
}
.icon-arrow-right:before {
  content: "\f061";
}
.icon-plus:before {
  content: "\f067";
}
.icon-minus:before {
  content: "\f068";
}
.icon-calendar:before {
  content: "\f073";
}
.icon-comment:before {
  content: "\f075";
}
.icon-chevron-up:before {
  content: "\f077";
}
.icon-chevron-down:before {
  content: "\f078";
}
.icon-shopping-cart:before {
  content: "\f07a";
}
.icon-bar-chart-o:before,
.icon-bar-chart:before {
  content: "\f080";
}
.icon-gears:before,
.icon-cogs:before {
  content: "\f085";
}
.icon-comments:before {
  content: "\f086";
}
.icon-heart-o:before {
  content: "\f08a";
}
.icon-phone:before {
  content: "\f095";
}
.icon-square-o:before {
  content: "\f096";
}
.icon-twitter:before {
  content: "\f099";
}
.icon-facebook:before {
  content: "\f09a";
}
.icon-globe:before {
  content: "\f0ac";
}
.icon-wrench:before {
  content: "\f0ad";
}
.icon-bars:before {
  content: "\f0c9";
}
.icon-truck:before {
  content: "\f0d1";
}
.icon-google-plus:before {
  content: "\f0d5";
}
.icon-money:before {
  content: "\f0d6";
}
.icon-caret-down:before {
  content: "\f0d7";
}
.icon-caret-up:before {
  content: "\f0d8";
}
.icon-caret-left:before {
  content: "\f0d9";
}
.icon-caret-right:before {
  content: "\f0da";
}
.icon-envelope:before {
  content: "\f0e0";
}
.icon-comment-o:before {
  content: "\f0e5";
}
.icon-comments-o:before {
  content: "\f0e6";
}
.icon-cutlery:before {
  content: "\f0f5";
}
.icon-file-text-o:before {
  content: "\f0f6";
}
.icon-angle-double-left:before {
  content: "\f100";
}
.icon-angle-double-right:before {
  content: "\f101";
}
.icon-angle-left:before {
  content: "\f104";
}
.icon-angle-right:before {
  content: "\f105";
}
.icon-angle-up:before {
  content: "\f106";
}
.icon-angle-down:before {
  content: "\f107";
}
.icon-mobile:before {
  content: "\f10b";
}
.icon-circle-o:before {
  content: "\f10c";
}
.icon-quote-left:before {
  content: "\f10d";
}
.icon-quote-right:before {
  content: "\f10e";
}
.icon-location-arrow:before {
  content: "\f124";
}
.icon-calendar-o:before {
  content: "\f133";
}
.icon-unlock-alt:before {
  content: "\f13e";
}
.icon-minus-square-o:before {
  content: "\f147";
}
.icon-ruble:before,
.icon-rouble:before,
.icon-rub:before {
  content: "\f158";
}
.icon-sort-alpha-asc:before {
  content: "\f15d";
}
.icon-sort-alpha-desc:before {
  content: "\f15e";
}
.icon-sort-amount-asc:before {
  content: "\f160";
}
.icon-sort-amount-desc:before {
  content: "\f161";
}
.icon-instagram:before {
  content: "\f16d";
}
.icon-long-arrow-left:before {
  content: "\f177";
}
.icon-long-arrow-right:before {
  content: "\f178";
}
.icon-skype:before {
  content: "\f17e";
}
.icon-vk:before {
  content: "\f189";
}
.icon-dot-circle-o:before {
  content: "\f192";
}
.icon-plus-square-o:before {
  content: "\f196";
}
.icon-calculator:before {
  content: "\f1ec";
}
.icon-trash:before {
  content: "\f1f8";
}
.icon-bed:before {
  content: "\f236";
}
.icon-odnoklassniki:before {
  content: "\f263";
}
.icon-odnoklassniki-square:before {
  content: "\f264";
}
.spoiler noindex {
  display: block;
}
.spoiler {
  display: block;
  line-height: 21px;
  overflow: hidden;
}
.spoiler p,
.spoiler ul,
.spoiler ol,
.spoiler dl {
  margin: 0 0 10px;
}
.spoiler hr {
  margin: 10px 0;
}
.spoiler.closed p,
.spoiler.closed ul,
.spoiler.closed ol,
.spoiler.closed dl,
.spoiler.closed hr {
  margin: 0;
}
.spoiler.closed noindex p,
.spoiler.closed noindex ul,
.spoiler.closed noindex ol,
.spoiler.closed noindex dl {
  margin: 0 0 10px;
}
.spoiler_button {
  text-align: left;
  margin-top: 5px;
}
/*
  Colorbox Core Style:
  The following CSS is consistent between example themes and should not be altered.
*/
#cboxOverlay {
  overflow: hidden;
}
#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  /*overflow:hidden;*/
}
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}
#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}
#cboxContent {
  position: relative;
}
#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#cboxTitle {
  margin: 0;
}
#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}
.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}
.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}
#colorbox,
#cboxContent,
#cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
/*
  User Style:
  Change the following styles to modify the appearance of Colorbox. They are
  ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: url(../img/cb-v1/overlay.png) repeat 0 0;
}
#colorbox {
  outline: 0;
}
#cboxTopLeft {
  width: 21px;
  height: 21px;
  background: url(../img/cb-v1/controls.png) no-repeat -101px 0;
}
#cboxTopRight {
  width: 21px;
  height: 21px;
  background: url(../img/cb-v1/controls.png) no-repeat -130px 0;
}
#cboxBottomLeft {
  width: 21px;
  height: 21px;
  background: url(../img/cb-v1/controls.png) no-repeat -101px -29px;
}
#cboxBottomRight {
  width: 21px;
  height: 21px;
  background: url(../img/cb-v1/controls.png) no-repeat -130px -29px;
}
#cboxMiddleLeft {
  width: 21px;
  background: url(../img/cb-v1/controls.png) left top repeat-y;
}
#cboxMiddleRight {
  width: 21px;
  background: url(../img/cb-v1/controls.png) right top repeat-y;
}
#cboxTopCenter {
  height: 21px;
  background: url(../img/cb-v1/border.png) 0 0 repeat-x;
}
#cboxBottomCenter {
  height: 21px;
  background: url(../img/cb-v1/border.png) 0 -29px repeat-x;
}
#cboxContent {
  background: #fff;
  /*overflow:hidden;*/
}
.cboxIframe {
  background: #fff;
}
#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}
/*#cboxLoadedContent{
      margin-bottom:28px;
      }*/
#cboxTitle {
  position: absolute;
  /*bottom:4px;*/
  top: 100%;
  left: 0;
  margin-top: 20px;
  text-align: center;
  width: 100%;
  color: #fff;
}
#cboxCurrent {
  display: none !important;
  background: #fff none repeat scroll 0 0;
  border-radius: 0 12px 0 0;
  bottom: 0;
  color: #949494;
  height: 25px;
  left: 71px;
  line-height: 25px;
  padding: 0 10px;
  position: absolute;
}
#cboxLoadingOverlay {
  background: url(../img/cb-v1/loading_background.png) no-repeat center center;
}
#cboxLoadingGraphic {
  background: url(../img/cb-v1/loading.gif) no-repeat center center;
}
/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
}
/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
  outline: 0;
}
#cboxSlideshow {
  position: absolute;
  bottom: 0;
  left: 25px;
  width: 21px;
  height: 25px;
  text-indent: -9999px;
  background: url(../img/cb-v1/controls-ext.png) no-repeat 0px 0;
}
.cboxSlideshow_on #cboxSlideshow:hover {
  background-position: -21px -25px;
}
.cboxSlideshow_off #cboxSlideshow {
  background-position: -21px 0px;
}
.cboxSlideshow_off #cboxSlideshow:hover {
  background-position: 0px -25px;
}
#cboxPrevious {
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../img/cb-v1/controls.png) no-repeat -75px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}
#cboxPrevious:hover {
  background-position: -75px -25px;
}
#cboxNext {
  position: absolute;
  bottom: 0;
  left: 46px;
  background: url(../img/cb-v1/controls.png) no-repeat -50px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
  border-radius: 0 12px 0 0;
}
#cboxNext:hover {
  background-position: -50px -25px;
}
#cboxClose {
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(../img/cb-v1/controls.png) no-repeat -25px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}
#cboxClose:hover {
  background-position: -25px -25px;
}
#cboxClose {
  border-radius: 12px 0 0;
}
.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: #53b666;
}
.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: #53b666;
  border-color: #53b666;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid transparent;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.5;
  border: 1px solid transparent;
  border-radius: 0 0 0 0;
  color: #57585a;
  background: #ebebeb;
  text-decoration: none;
}
.nav-tabs > li > a > span {
  border-bottom: 1px dotted #57585a;
}
.nav-tabs > li > a:hover {
  border-color: transparent transparent transparent;
  background: #ebebeb;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #fff;
  background-color: #53b666;
  border: 1px solid transparent;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs > li.active > a > span {
  border-bottom: none;
}
.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: 0;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 0 0 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-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: 0;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 0 0 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content {
  padding-top: 20px;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
/* bootstrap hack: fix content width inside hidden tabs */
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: block;
  height: 0;
  overflow: hidden;
}
.tab-content > .active,
.pill-content > .active {
  height: auto;
}
/* bootstrap hack end */
/* bootstrap hack: fix content width inside hidden tabs */
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: block;
  height: 0;
  overflow: hidden;
}
.tab-content > .active,
.pill-content > .active {
  height: auto;
}
/* bootstrap hack end */
@media (max-width: 767px) {
  .tab-content > .tab-pane,
  .pill-content > .pill-pane {
    height: auto;
  }
}
.breadcrumbs > ul {
  padding: 0;
  margin-bottom: 10px;
  list-style: none;
}
.breadcrumbs > ul > li {
  display: inline-block;
}
.breadcrumbs > ul > .active {
  color: #57585a;
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.5;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 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 {
  border-color: #53b666;
}
.thumbnail .caption {
  padding: 9px;
  color: #333;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate3d(0, -25%, 0);
  transform: translate3d(0, -25%, 0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
  z-index: 1050;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.5px;
}
.modal-header .close {
  margin-top: -2px;
  cursor: pointer;
}
.modal-title {
  margin: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  padding: 15px 20px 20px;
}
.modal-footer {
  padding: 15px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 1024px) {
  .modal-lg {
    width: 900px;
  }
  .modal-xl {
    width: 900px;
  }
}
@media (min-width: 1280px) {
  .modal-xl {
    width: 1050px;
  }
}
.modal-dialog {
  margin-top: 100px;
}
.modal-dialog .modal-content {
  overflow: hidden;
  background-image: -webkit-linear-gradient(#e8e9ea, #fff 10%, #fff 85%, #e8e9ea);
  background-image: -o-linear-gradient(#e8e9ea, #fff 10%, #fff 85%, #e8e9ea);
  background-image: linear-gradient(#e8e9ea, #fff 10%, #fff 85%, #e8e9ea);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e9ea', endColorstr='#ffe8e9ea', GradientType=0);
}
.modal-dialog .modal-content .modal-header {
  background: #007e32;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  padding-left: 15px;
}
.modal-dialog .modal-content .modal-header .close {
  float: right;
  cursor: pointer;
  margin-top: 2px;
  color: #fff;
}
.modal-dialog .modal-content .modal-header .close:hover {
  color: #53b666;
}
.modal-dialog .modal-content .modal-body {
  background: #eee;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.nav:before,
.nav:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.nav:after,
.modal-footer: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;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.w10 {
  width: 10%;
}
.w20 {
  width: 20%;
}
.w30 {
  width: 30%;
}
.w40 {
  width: 40%;
}
.w50 {
  width: 50%;
}
.w60 {
  width: 60%;
}
.w70 {
  width: 70%;
}
.w80 {
  width: 80%;
}
.w90 {
  width: 90%;
}
.w100 {
  width: 100%;
}
@-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: 1023px) {
  .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: 1023px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .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: 1024px) and (max-width: 1279px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1280px) {
  .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: 1280px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1280px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1280px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1280px) {
  .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;
  }
}
.tiles_col {
  margin-bottom: 20px;
}
@media (max-width: 479px) {
  .clear-sxs {
    clear: left;
  }
  .tiles_grid .row.clr-sxs-1 .tiles_col:nth-child(1n+1) {
    clear: both;
    width: 100% !important;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .clear-xs {
    clear: left;
  }
  .tiles_grid .row.clr-xs-1 .tiles_col:nth-child(1n+1) {
    clear: both;
  }
  .tiles_grid .row.clr-xs-2 .tiles_col:nth-child(2n+1) {
    clear: both;
  }
  .tiles_grid .row.clr-xs-3 .tiles_col:nth-child(3n+1) {
    clear: both;
  }
  .tiles_grid .row.clr-xs-4 .tiles_col:nth-child(4n+1) {
    clear: both;
  }
  .tiles_grid .row.clr-xs-5 .tiles_col:nth-child(5n+1) {
    clear: both;
  }
  .tiles_grid .row.clr-xs-6 .tiles_col:nth-child(6n+1) {
    clear: both;
  }
  .tiles_grid .row.clr-xs-7 .tiles_col:nth-child(7n+1) {
    clear: both;
  }
  .tiles_grid .row.clr-xs-8 .tiles_col:nth-child(8n+1) {
    clear: both;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .clear-sm {
    clear: left;
  }
  .tiles_grid .row.clr-sm-1 .tiles_col:nth-child(1n+1) {
    clear: both;
  }
  .tiles_grid .row.clr-sm-2 .tiles_col:nth-child(2n+1) {
    clear: both;
  }
  .tiles_grid .row.clr-sm-3 .tiles_col:nth-child(3n+1) {
    clear: both;
  }
  .tiles_grid .row.clr-sm-4 .tiles_col:nth-child(4n+1) {
    clear: both;
  }
  .tiles_grid .row.clr-sm-5 .tiles_col:nth-child(5n+1) {
    clear: both;
  }
  .tiles_grid .row.clr-sm-6 .tiles_col:nth-child(6n+1) {
    clear: both;
  }
  .tiles_grid .row.clr-sm-7 .tiles_col:nth-child(7n+1) {
    clear: both;
  }
  .tiles_grid .row.clr-sm-8 .tiles_col:nth-child(8n+1) {
    clear: both;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .clear-md {
    clear: left;
  }
  .tiles_grid .row.clr-md-1 .tiles_col:nth-child(1n+1) {
    clear: both;
  }
  .tiles_grid .row.clr-md-2 .tiles_col:nth-child(2n+1) {
    clear: both;
  }
  .tiles_grid .row.clr-md-3 .tiles_col:nth-child(3n+1) {
    clear: both;
  }
  .tiles_grid .row.clr-md-4 .tiles_col:nth-child(4n+1) {
    clear: both;
  }
  .tiles_grid .row.clr-md-5 .tiles_col:nth-child(5n+1) {
    clear: both;
  }
  .tiles_grid .row.clr-md-6 .tiles_col:nth-child(6n+1) {
    clear: both;
  }
  .tiles_grid .row.clr-md-7 .tiles_col:nth-child(7n+1) {
    clear: both;
  }
  .tiles_grid .row.clr-md-8 .tiles_col:nth-child(8n+1) {
    clear: both;
  }
}
@media (min-width: 1280px) {
  .clear-lg {
    clear: left;
  }
  .tiles_grid .row.clr-lg-1 .tiles_col:nth-child(1n+1) {
    clear: both;
  }
  .tiles_grid .row.clr-lg-2 .tiles_col:nth-child(2n+1) {
    clear: both;
  }
  .tiles_grid .row.clr-lg-3 .tiles_col:nth-child(3n+1) {
    clear: both;
  }
  .tiles_grid .row.clr-lg-4 .tiles_col:nth-child(4n+1) {
    clear: both;
  }
  .tiles_grid .row.clr-lg-5 .tiles_col:nth-child(5n+1) {
    clear: both;
  }
  .tiles_grid .row.clr-lg-6 .tiles_col:nth-child(6n+1) {
    clear: both;
  }
  .tiles_grid .row.clr-lg-7 .tiles_col:nth-child(7n+1) {
    clear: both;
  }
  .tiles_grid .row.clr-lg-8 .tiles_col:nth-child(8n+1) {
    clear: both;
  }
}
.like_table {
  margin-bottom: 20px;
}
.like_table > div:before,
.like_table > div:after {
  content: " ";
  display: table;
}
.like_table > div:after {
  clear: both;
}
.like_table > div > div {
  float: left;
}
.like_table.just2 > div > div {
  width: 50%;
}
.like_table.just3 > div > div {
  width: 33.333%;
}
.like_table.just4 > div > div {
  width: 25%;
}
.like_table.just5 > div > div {
  width: 20%;
}
.like_table.just6 > div > div {
  width: 16.67%;
}
.like_table.just7 > div > div {
  width: 14.29%;
}
.like_table.just8 > div > div {
  width: 12.5%;
}
@media (min-width: 320px) and (max-width: 479px) {
  .elems_list .elems_imgage {
    width: 100% !important;
  }
  .elems_list .elems_information {
    width: 100% !important;
  }
}
.bgimage {
  display: block;
  height: 0;
  max-width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}
.bgimage.bgsz-cv {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.bgimage.bgsz-ct {
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}
.bgimage.r3n2 {
  padding: 66% 0px 0px 0px;
}
.bgimage.r3n4 {
  padding: 133.33% 0px 0px 0px;
}
.bgimage.r4n3 {
  padding: 75% 0px 0px 0px;
}
.bgimage.r16n9 {
  padding: 56.25% 0px 0px 0px;
}
.bgimage.rSqr {
  padding: 100% 0px 0px 0px;
}
.resp_prvw {
  position: relative;
  display: block;
  height: 0;
  padding: 100% 0 0 0;
}
.resp_prvw .items_img_wrap {
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  text-align: center;
  font-size: 0;
}
.resp_prvw .items_img {
  max-height: 100%;
  height: auto;
}
.breadcrumb {
  margin: 0;
  list-style: none;
  line-height: 0;
  font-size: 0;
  letter-spacing: -1px;
}
.breadcrumb li {
  line-height: 20px;
  font-size: 15px;
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  margin-right: 8px;
}
.pagination {
  text-align: center;
}
.pagination .pagination {
  padding: 0;
  margin: 0;
}
.pagination ul {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.pagination ul li {
  line-height: 1;
  float: left;
  margin-left: 3px;
}
.pagination ul li.control a,
.pagination ul li.control span {
  padding-left: 10px;
  padding-right: 10px;
}
.pagination ul li a,
.pagination ul li span {
  display: block;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
  color: #333;
}
.pagination ul li a:hover {
  color: #53b666;
}
.pagination ul li span {
  cursor: default;
}
.pagination ul li.active a,
.pagination ul li.active span {
  color: #53b666;
}
nav ul,
nav ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu_horz {
  line-height: 0;
  font-size: 0;
  letter-spacing: -1px;
}
.menu_horz li {
  font-size: 15px;
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
}
.menu_horz_multi {
  line-height: 0;
  font-size: 0;
  letter-spacing: -1px;
}
.menu_horz_multi > li {
  font-size: 15px;
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  position: relative;
  line-height: 20px;
}
.menu_horz_multi > li:hover > ul {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
}
.menu_horz_multi > li ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: none;
}
.menu_horz_multi > li ul ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu_horz_multi > li ul li {
  display: block;
  position: relative;
}
.menu_horz_multi > li ul li:hover > ul {
  display: block;
  position: absolute;
  top: 0;
  left: 100%;
}
.menu_justified > li {
  display: table-cell;
  width: 1%;
}
.menu_justify {
  text-align: justify;
}
.menu_justify:after {
  content: "";
  display: inline-block;
  font-size: 0;
  line-height: 0;
  width: 100%;
}
.menu_vert li {
  line-height: 1.2;
  font-size: 15px;
  letter-spacing: normal;
  display: block;
}
.menu_vert_multi li + li {
  margin-top: 0px;
}
.menu_vert_multi li ul {
  margin-top: 0px;
  padding-left: 0px;
}
.menu_vert_accord li.active > ul {
  display: block;
}
.menu_vert_accord li + li {
  margin-top: 0px;
}
.menu_vert_accord li ul {
  display: none;
  margin-top: 0px;
  padding-left: 0px;
}
.menu_cols.mc_2 {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 18px;
  -moz-column-gap: 18px;
  column-gap: 18px;
}
.menu_cols.mc_3 {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 18px;
  -moz-column-gap: 18px;
  column-gap: 18px;
}
.menu_cols.mc_4 {
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
  -webkit-column-gap: 18px;
  -moz-column-gap: 18px;
  column-gap: 18px;
}
.menu_cols.mc_5 {
  -webkit-column-count: 5;
  -moz-column-count: 5;
  column-count: 5;
  -webkit-column-gap: 18px;
  -moz-column-gap: 18px;
  column-gap: 18px;
}
@media (min-width: 1024px) {
  .menu_hide + .menu {
    display: block !important;
  }
  .menu_horz_multi {
    display: block !important;
  }
  .menu_horz_multi > li:hover > ul {
    display: block !important;
  }
  .menu_horz_multi > li ul {
    display: none !important;
  }
  .menu_horz_multi > li ul li:hover > ul {
    display: block !important;
  }
  .menu_vert_multi li ul {
    display: block !important;
  }
}
@media (max-width: 1023px) {
  .menu_hide + .menu {
    display: none;
  }
  .menu_horz_multi > li:hover > ul {
    display: none;
    position: static;
    top: auto;
    left: auto;
  }
  .menu_horz_multi > li.active > ul {
    display: block;
    position: static;
    top: auto;
    left: auto;
  }
  .menu_horz_multi > li ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: none;
  }
  .menu_horz_multi > li ul ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .menu_horz_multi > li ul li {
    display: block;
    position: relative;
  }
  .menu_horz_multi > li ul li:hover > ul {
    display: none;
    position: static;
    top: auto;
    left: auto;
  }
  .menu_horz_multi > li ul li.active > ul {
    display: block;
    position: static;
    top: auto;
    left: auto;
  }
  .menu_vert_multi li.active ul {
    display: block;
  }
  .menu_vert_multi li ul {
    display: none;
  }
  .menu_justified > li {
    display: block;
    width: auto;
  }
}
.error,
.req {
  color: #a94442;
}
.success {
  color: #3c763d;
}
@media (max-width: 767px) {
}
* {
  outline: none !important;
}
a {
  -webkit-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
.fade {
  visibility: hidden;
}
.modal-backdrop.fade,
.modal.fade {
  visibility: visible;
}
.btn {
  -webkit-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  color: #fff;
  font-weight: 700;
  background: #53b666;
  border: none;
  border-bottom: 2px solid #007e32;
  border-radius: 4px;
  padding: 12px 25px;
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 15px;
}
.btn:focus,
.btn:hover {
  color: #fff;
  background: #007e32;
  border-color: #53b666;
}
.btn.reset {
  background: #e4e4e4;
  color: #000;
}
.btn.reset:hover {
  background: #000;
  color: #fff;
}
label {
  font-weight: 400;
}
body.not-scrollable {
  overflow: hidden;
}
#hdr {
  position: fixed;
  left: 0;
  right: 0;
  background: #53b666;
  z-index: 81;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
#hdr.fix .logo {
  margin: 0;
}
#hdr.fix .mdl_site_description {
  margin-top: 8px;
}
#hdr.fix .mdl_phones {
  margin-top: 0;
  font-size: 17px;
}
#hdr_top {
  background: #007e32;
  padding-top: 12px;
  padding-bottom: 12px;
  color: #fff;
}
#sect_wrap {
  position: relative;
  margin-top: 142px;
}
#wrap {
  position: relative;
  min-height: 100%;
  background: #fff;
  overflow-x: hidden;
}
.mdl {
  margin-bottom: 30px;
}
aside .mdl {
  padding: 30px;
  margin-bottom: 30px;
  background: #f7f7f7;
}
.mdl_bg {
  background: #53b666 url(../img/leafs.png);
  color: #fff;
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
}
.mdl_bg:before,
.mdl_bg:after {
  content: "";
  display: block;
  height: 15px;
  position: absolute;
  left: 0;
  right: 0;
  background: url(../img/waves.png) repeat-x;
}
.mdl_bg:before {
  top: 0;
  background-position: 0 -15px;
}
.mdl_bg:after {
  bottom: 0;
}
.mdl_bg a {
  color: #fff;
}
.mdl_bg .page-header {
  color: #fff;
}
.logo {
  margin: 15px 0;
}
.mdl_site_description {
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
  margin: 20px 0 0;
}
.mdl_phones {
  text-align: right;
  margin-top: 7px;
  font-size: 21px;
  line-height: 1.2;
}
.mdl_phones .mdl_wrapper {
  display: inline-block;
  padding-left: 45px;
  background: url(../img/phone.png) no-repeat 0 50%;
}
.mdl_phones span {
  display: block;
}
.mdl_phones a {
  color: #fff;
  cursor: text;
  text-decoration: none;
}
.mdl_phones a.active {
  cursor: pointer;
}
.topmenu ul {
  text-align: center;
}
.topmenu ul li + li {
  border-left: 1px solid #007e32;
  box-shadow: -1px 0 0 0 #77c586;
}
.topmenu ul li a {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  display: block;
  padding: 15px 25px;
  text-decoration: none;
  text-transform: uppercase;
}
.mdl_slider {
  position: relative;
}
.mdl_slider:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  background: url(../img/waves.png) repeat-x;
  z-index: 1;
  height: 15px;
}
.mdl_advantages .items_block {
  text-align: center;
  padding: 15px;
}
.mdl_advantages .items_prvw {
  display: inline-block;
  width: 110px;
  height: 110px;
  line-height: 108px;
  border-radius: 100%;
  background: #53b666;
  margin-bottom: 15px;
  position: relative;
}
.mdl_advantages .items_prvw:after {
  content: "";
  position: absolute;
  display: block;
  top: -17px;
  bottom: -17px;
  left: -17px;
  right: -17px;
  border: 4px solid transparent;
  border-right-color: #53b666;
  border-radius: 100%;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mdl_advantages .items_prvw:hover:after {
  -webkit-transform: rotate(-405deg);
  -ms-transform: rotate(-405deg);
  -o-transform: rotate(-405deg);
  transform: rotate(-405deg);
}
.mdl_advantages .items_title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 6px;
  color: #000;
}
.mdl_advantages .items_desc {
  color: #444;
}
.mdl_contacts_block {
  padding-top: 40px;
  padding-bottom: 40px;
  background: url(../img/bg-field.jpg) no-repeat 50%;
  background-size: cover;
  position: relative;
  min-height: 480px;
}
.mdl_contacts_block:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: url(../img/man.png) no-repeat 40% 100%;
}
.mdl_contacts_block [class^=col-] {
  z-index: 1;
}
.mdl_contacts {
  margin-top: 80px;
}
.mdl_contacts .page-header {
  text-align: left;
}
.mdl_contacts .phones {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 10px;
}
.mdl_contacts .phones span + span:before {
  content: ", ";
}
.mdl_contacts .phones a {
  text-decoration: none;
  cursor: text;
  color: #333;
}
#callmeback [class*=_accept] {
  font-size: 12px;
}
.callmeback_link {
  cursor: pointer;
  color: #53b666;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: underline;
}
.callmeback_link:hover {
  text-decoration: none;
}
.mdl_feedback label {
  font-weight: 400;
  display: block;
  margin-top: 10px;
}
.mdl_feedback textarea,
.mdl_feedback input[type=text] {
  height: auto;
  padding: 6px 15px 6px 25px;
  border-radius: 0;
  background: none;
  box-shadow: 0 0 0 transparent;
  border: none;
  border-bottom: 1px solid #bd9572;
}
.mdl_feedback textarea.error,
.mdl_feedback input[type=text].error {
  border-color: #cc0000;
}
.mdl_feedback select {
  height: auto;
  width: 80%;
  padding: 10px;
  border-radius: 4px;
  padding-left: 40px;
  border: 1px solid #ccc;
}
.mdl_feedback textarea {
  padding: 6px 15px 6px 25px;
  height: 80px;
  resize: none;
}
.mdl_feedback .control-button {
  text-align: center;
}
.mdl_feedback button {
  padding: 11px 45px;
}
.mdl_feedback .module-header {
  font-size: 21px;
  text-align: center;
  margin: 15px 0 10px;
}
.mdl_feedback .form-group {
  margin-bottom: 10px;
  text-align: left;
}
.mdl_feedback .control-input {
  position: relative;
}
.mdl_feedback .control-input .icon {
  position: absolute;
  top: 8px;
  left: 0;
  font-size: 17px;
  color: #999;
}
.mdl_feedback .control-input input:focus + .icon,
.mdl_feedback .control-input textarea:focus + .icon {
  color: #53b666;
}
.feedback_order {
  background: #f6f6f6;
  border: 1px dashed #888;
  padding: 20px;
  margin-bottom: 15px;
}
.feedback_order p {
  margin-bottom: 0;
}
.mdl_feedback_side {
  padding: 30px 40px;
  background: #f8f5ec;
  border: 7px solid #bd9572;
  text-align: center;
}
.mdl_feedback_side .page-header {
  padding-left: 0;
  font-weight: 700;
}
.mdl_feedback_side .page-header:before {
  display: none;
}
.mdl_feedback_side textarea,
.mdl_feedback_side input[type=text] {
  padding: 10px 0;
}
.mdl_feedback_side .btn {
  width: 100%;
}
.mdl_products_slider {
  position: relative;
}
.mdl_products_slider .items_block {
  margin: 0 9px;
}
.mdl_products_slider .slick-prev {
  left: -40px;
}
.mdl_products_slider .slick-next {
  right: -40px;
}
#product_detail .mdl_products_slider {
  padding-bottom: 5px;
}
#product_detail .mdl_products_slider .slick-prev {
  left: 10px;
}
#product_detail .mdl_products_slider .slick-next {
  right: 10px;
}
#ftr_ndr {
  height: 195px;
}
#ftr {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
#ftr p {
  margin-bottom: 0;
}
#ftr_top {
  padding-top: 20px;
  padding-bottom: 20px;
}
.mdl_devby {
  text-align: right;
}
.jGrowl-message,
div.jGrowl div.jGrowl-notification,
div.jGrowl div.jGrowl-closer {
  background: #53b666 !important;
  color: #fff;
  font: 15px 'Fira Sans Condensed', 'Tahoma', 'Arial', sans-serif;
}
.mdl_breadcrumbs {
  margin-bottom: 20px;
}
.mdl_breadcrumbs .sep {
  color: #fff;
}
.mdl_breadcrumbs a {
  color: #333;
}
.control-input[class$=_accept] [type=checkbox] {
  margin-top: -2px;
  vertical-align: middle;
}
.gallery_items .items_block .items_link {
  display: block;
  position: relative;
}
.gallery_items .items_block .items_link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px;
  background: #53b666;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.gallery_items .items_block .items_link:hover:before {
  width: 100%;
}
.mdl_callmeback .btn {
  width: 100%;
}
.articles_list .items_block {
  margin-bottom: 20px;
}
.articles_list .items_block .items_link {
  display: block;
  padding: 15px 0 5px;
  text-decoration: none;
  color: #333;
}
.articles_list .items_block .items_link:hover {
  color: #53b666;
}
.articles_list .items_block .items_prvw {
  margin-bottom: 10px;
}
.articles_list .items_block .items_title {
  display: block;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 2px;
}
.articles_list .items_block .items_description {
  font-size: 13.8px;
}
.mdl_news.slider_news .items_list {
  padding-left: 70px;
  padding-right: 70px;
}
.mdl_news .items_block {
  white-space: normal;
  padding: 15px;
}
.mdl_news .items_title {
  color: #000;
  font-weight: 700;
  font-size: 17px;
  margin-bottom: 10px;
  display: block;
  line-height: 1.3;
  cursor: pointer;
}
.mdl_news .items_title:hover {
  color: #53b666;
}
.mdl_news .items_more {
  color: #007e32;
  cursor: pointer;
}
.grecaptcha-badge {
  opacity: 0.5;
}
.grecaptcha-badge:hover {
  opacity: 1;
}
.overlay {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
}
#quick_popup .close {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1;
  color: #ccc;
  font-size: 18px;
  cursor: pointer;
}
#quick_popup .close:hover {
  color: #007e32;
}
#quick_popup .modal-dialog {
  margin-top: 10px;
}
#quick_popup .modal-dialog .modal-content .modal-body {
  background: #fff;
}
#quick_popup .modal-body {
  padding: 30px;
}
.list_n {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}
.list_icns {
  margin: 0 0 10px;
  padding: 0;
  list-style: none;
}
.list_icns li {
  display: block;
  padding-left: 15px;
  position: relative;
}
.list_icns li:before {
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  width: 10px;
  height: 20px;
  text-align: left;
  vertical-align: middle;
  font: normal normal normal 14px/20px FontAwesome;
  color: #555555;
}
.list_icns.angle_right li:before {
  content: "\f105";
}
.list_icns.chevron_right li:before {
  content: "\f054";
}
.table-zebra tr th {
  padding: 6px 16px;
  border: none;
}
.table-zebra tr td {
  border: none;
  padding: 10px 16px;
  background: #EFEFEF;
}
.table-zebra tr:nth-child(2n) td {
  background: #FCFCFC;
}
.table-tiny tr th,
.table-tiny tr td {
  padding: 4px;
}
.add-review {
  margin-bottom: 15px;
}
.comments ol#comments {
  margin: 0;
  padding: 0;
  list-style: none;
}
.comments ol#comments li {
  background: #fff;
  padding: 20px 25px;
  margin-bottom: 15px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}
.comments ol#comments li .icon-user {
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  background: #007e32;
  color: #fff;
  border-radius: 100%;
  margin-right: 7px;
}
.comments ol#comments .vote_result {
  display: block;
  float: right;
  margin-top: 5px;
}
.comments ol#comments .ticket-comment-text {
  margin: 5px 0 0 35px;
}
.comments ol#comments .ticket-comment-createdon {
  color: #999;
  margin-left: 15px;
}
.comments ol#comments .ticket-comment-rating,
.comments ol#comments .ticket-comment-down {
  float: right;
}
.comments ol#comments .comment-reply {
  margin-top: 10px;
}
.comments ol#comments .items_link {
  margin-left: 35px;
  color: #777;
  margin-top: 5px;
}
#comment-form input[type=text],
#comment-form textarea {
  padding: 10px;
  width: 100%;
  height: auto !important;
}
#comment-form textarea {
  height: 150px !important;
}
#comment-form .form-actions {
  margin-top: 10px;
}
.vote-group label {
  display: inline-block;
  width: 13px;
  height: 13px;
  overflow: hidden;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAaCAYAAABsONZfAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NTEwNTQ3REZCQTQxMTFFN0E2NDdDMzQ2MTE2NEQ1NUQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NTEwNTQ3RTBCQTQxMTFFN0E2NDdDMzQ2MTE2NEQ1NUQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo1MTA1NDdEREJBNDExMUU3QTY0N0MzNDYxMTY0RDU1RCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo1MTA1NDdERUJBNDExMUU3QTY0N0MzNDYxMTY0RDU1RCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pt3g74gAAAFxSURBVHjanJPNK0RRGMbnThq3saAZmclG2VE0QmE1SzuUPUsfpSykrMlC+RusLKyxlFKzsbAwJdlY+MpnxCWG63nrOTpO5565vPXrns45z7nv+5z3eGEYJv4aNfcrzbb5CdABps2FzNxFImkRNIBFMAX6bCfaRHJ6luMZa3r81oM8aAOz2voQGAMH4BLcKNEeN2cth6bBGseP4BQUJL1yhMAMyeZa1TQJlmOItsCwbsQCWHUIdsAICEz3jh2ic/Bhs7zXIerU96qBB7o5vgLzYBwcca4d5Mx7EtEh2AVL4I7zG7zsQfCpRN5/GjYqpFmLtgX5ia33akE/i8/HbVjZ7HNccDVsCtTJcwFd2nor+1Ia9QW8KtdGudmvUuc7eEJN60na68cwJ6XayOPEAOipIpJnsY0/VZQRJT60qDgDm6BiuvfgED2DL5vlOYeoUSvlx3KJJn4DphqwiTMkTdt/Newtc98Hb5w/4WW36Ol9CzAAlqlNTD2h6BoAAAAASUVORK5CYII=) no-repeat 0 -13px;
}
.vote-group label input {
  visibility: hidden;
}
.vote-group label.active,
.vote-group label:hover {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAaCAYAAABsONZfAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NTEwNTQ3REZCQTQxMTFFN0E2NDdDMzQ2MTE2NEQ1NUQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NTEwNTQ3RTBCQTQxMTFFN0E2NDdDMzQ2MTE2NEQ1NUQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo1MTA1NDdEREJBNDExMUU3QTY0N0MzNDYxMTY0RDU1RCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo1MTA1NDdERUJBNDExMUU3QTY0N0MzNDYxMTY0RDU1RCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pt3g74gAAAFxSURBVHjanJPNK0RRGMbnThq3saAZmclG2VE0QmE1SzuUPUsfpSykrMlC+RusLKyxlFKzsbAwJdlY+MpnxCWG63nrOTpO5565vPXrns45z7nv+5z3eGEYJv4aNfcrzbb5CdABps2FzNxFImkRNIBFMAX6bCfaRHJ6luMZa3r81oM8aAOz2voQGAMH4BLcKNEeN2cth6bBGseP4BQUJL1yhMAMyeZa1TQJlmOItsCwbsQCWHUIdsAICEz3jh2ic/Bhs7zXIerU96qBB7o5vgLzYBwcca4d5Mx7EtEh2AVL4I7zG7zsQfCpRN5/GjYqpFmLtgX5ia33akE/i8/HbVjZ7HNccDVsCtTJcwFd2nor+1Ia9QW8KtdGudmvUuc7eEJN60na68cwJ6XayOPEAOipIpJnsY0/VZQRJT60qDgDm6BiuvfgED2DL5vlOYeoUSvlx3KJJn4DphqwiTMkTdt/Newtc98Hb5w/4WW36Ol9CzAAlqlNTD2h6BoAAAAASUVORK5CYII=) no-repeat 0 0;
}
.vote_result {
  width: 65px;
  height: 13px;
  position: relative;
  display: block;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAaCAYAAABsONZfAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NTEwNTQ3REZCQTQxMTFFN0E2NDdDMzQ2MTE2NEQ1NUQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NTEwNTQ3RTBCQTQxMTFFN0E2NDdDMzQ2MTE2NEQ1NUQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo1MTA1NDdEREJBNDExMUU3QTY0N0MzNDYxMTY0RDU1RCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo1MTA1NDdERUJBNDExMUU3QTY0N0MzNDYxMTY0RDU1RCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pt3g74gAAAFxSURBVHjanJPNK0RRGMbnThq3saAZmclG2VE0QmE1SzuUPUsfpSykrMlC+RusLKyxlFKzsbAwJdlY+MpnxCWG63nrOTpO5565vPXrns45z7nv+5z3eGEYJv4aNfcrzbb5CdABps2FzNxFImkRNIBFMAX6bCfaRHJ6luMZa3r81oM8aAOz2voQGAMH4BLcKNEeN2cth6bBGseP4BQUJL1yhMAMyeZa1TQJlmOItsCwbsQCWHUIdsAICEz3jh2ic/Bhs7zXIerU96qBB7o5vgLzYBwcca4d5Mx7EtEh2AVL4I7zG7zsQfCpRN5/GjYqpFmLtgX5ia33akE/i8/HbVjZ7HNccDVsCtTJcwFd2nor+1Ia9QW8KtdGudmvUuc7eEJN60na68cwJ6XayOPEAOipIpJnsY0/VZQRJT60qDgDm6BiuvfgED2DL5vlOYeoUSvlx3KJJn4DphqwiTMkTdt/Newtc98Hb5w/4WW36Ol9CzAAlqlNTD2h6BoAAAAASUVORK5CYII=) repeat-x 0 -13px;
}
.vote_result:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  height: 13px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAaCAYAAABsONZfAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NTEwNTQ3REZCQTQxMTFFN0E2NDdDMzQ2MTE2NEQ1NUQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NTEwNTQ3RTBCQTQxMTFFN0E2NDdDMzQ2MTE2NEQ1NUQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo1MTA1NDdEREJBNDExMUU3QTY0N0MzNDYxMTY0RDU1RCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo1MTA1NDdERUJBNDExMUU3QTY0N0MzNDYxMTY0RDU1RCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pt3g74gAAAFxSURBVHjanJPNK0RRGMbnThq3saAZmclG2VE0QmE1SzuUPUsfpSykrMlC+RusLKyxlFKzsbAwJdlY+MpnxCWG63nrOTpO5565vPXrns45z7nv+5z3eGEYJv4aNfcrzbb5CdABps2FzNxFImkRNIBFMAX6bCfaRHJ6luMZa3r81oM8aAOz2voQGAMH4BLcKNEeN2cth6bBGseP4BQUJL1yhMAMyeZa1TQJlmOItsCwbsQCWHUIdsAICEz3jh2ic/Bhs7zXIerU96qBB7o5vgLzYBwcca4d5Mx7EtEh2AVL4I7zG7zsQfCpRN5/GjYqpFmLtgX5ia33akE/i8/HbVjZ7HNccDVsCtTJcwFd2nor+1Ia9QW8KtdGudmvUuc7eEJN60na68cwJ6XayOPEAOipIpJnsY0/VZQRJT60qDgDm6BiuvfgED2DL5vlOYeoUSvlx3KJJn4DphqwiTMkTdt/Newtc98Hb5w/4WW36Ol9CzAAlqlNTD2h6BoAAAAASUVORK5CYII=) repeat-x 0 0px;
}
.vote_result.width_1:after {
  width: 20%;
}
.vote_result.width_2:after {
  width: 40%;
}
.vote_result.width_3:after {
  width: 60%;
}
.vote_result.width_4:after {
  width: 80%;
}
.vote_result.width_5:after {
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1023px) {
  #hdr {
    position: static;
  }
  #sect_wrap {
    margin-top: 0;
  }
  .mdl_site_description {
    margin-top: 5px;
  }
  .mdl_phones {
    margin-top: 5px;
    font-size: 20px;
  }
  .topmenu ul {
    text-align: center;
  }
  .topmenu ul li + li {
    border-left: 1px solid #007e32;
    box-shadow: -1px 0 0 0 #77c586;
  }
  .topmenu ul li a {
    font-size: 15px;
    font-weight: 400;
    padding: 15px 11px;
  }
  .mdl_contacts {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  #hdr {
    position: static;
  }
  #sect_wrap {
    margin-top: 0;
  }
  .fade {
    visibility: visible;
    animation: unset;
  }
  .logo {
    text-align: center;
    margin: 0;
  }
  .mdl_site_description {
    text-align: center;
    margin-top: 5px;
  }
  .topmenu .switcher_link {
    color: #007e32;
    cursor: pointer;
    font-weight: 500;
    padding: 13px;
    color: #fff;
    display: block;
    text-transform: uppercase;
  }
  .topmenu .switcher_link i {
    margin-right: 8px;
  }
  .topmenu ul {
    text-align: left;
  }
  .topmenu ul li {
    display: block;
    border: none;
    border-top: 1px dashed #007e32;
  }
  .topmenu ul li + li {
    box-shadow: 0 0 0 transparent;
    border-left: none;
  }
  .topmenu ul li a {
    font-size: 15px;
    padding: 11px;
  }
  .mdl_advantages .items_block {
    text-align: left;
  }
  .mdl_advantages .items_prvw {
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    float: left;
    margin-right: 40px;
  }
  .mdl_advantages .items_prvw img {
    max-width: 50%;
  }
  .mdl_contacts {
    margin-top: 0;
  }
}
@media (min-width: 480px) {
  .visible-sxs {
    display: none;
  }
}
@media (max-width: 480px) {
  .hidden-sxs {
    display: none;
  }
  .col-sxs-12 {
    width: 100%;
  }
  .col-sxs-3 {
    width: 25%;
  }
  .col-sxs-6 {
    width: 50%;
  }
  .col-sxs-9 {
    width: 75%;
  }
  .mdl_phones {
    text-align: center;
  }
  .mdl_devby {
    text-align: left;
  }
}
.items_label,
.prdt_label {
  position: absolute;
  left: 10px;
  top: 10px;
  line-height: 1;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  display: block;
  font: 500 11px 'Fira Sans Condensed', 'Tahoma', 'Arial', sans-serif;
}
.prdt_dtl .items_label,
.prdt_dtl .prdt_label {
  left: auto;
  right: 10px;
  z-index: 9;
}
.items_label > span,
.prdt_label > span {
  line-height: 1;
  background: #53b666;
  display: inline-block;
  vertical-align: middle;
  margin-left: 2px;
  margin-bottom: 3px;
  border-radius: 0;
  padding: 4px 10px;
  text-align: center;
}
.items_label .percent_label,
.prdt_label .percent_label {
  background: #359fd6;
}
.items_label .new_label,
.prdt_label .new_label {
  color: #fff;
  background: #007e32;
}
.items_label .hit_label,
.prdt_label .hit_label {
  color: #fff;
  background: #69b10c;
}
.items_label .sale_label,
.prdt_label .sale_label {
  color: #fff;
  background: #53b666;
}
.checkout_separator {
  margin: 20px 0;
}
.separator {
  margin: 10px 0 20px;
}
.relative {
  position: relative;
  width: 100%;
}
.catalog_main .prds_grid {
  margin-bottom: 10px;
}
.catalog_main .prds_grid .items_block {
  position: relative;
  white-space: normal;
  background: #fff;
  color: #333;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
}
.catalog_main .prds_grid .items_block:hover {
  box-shadow: 0 1px 12px rgba(0, 0, 0, 0.5);
}
.catalog_main .prds_grid .items_block .items_info {
  padding: 10px 25px 20px;
}
.catalog_main .prds_grid .items_block .items_link {
  display: block;
  color: #333;
  text-decoration: none;
  margin-bottom: 10px;
}
.catalog_main .prds_grid .items_block .items_prvw {
  display: block;
  text-align: center;
  margin-bottom: 10px;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}
.catalog_main .prds_grid .items_block .items_title {
  display: block;
  font-size: 18px;
  color: #000;
  font-weight: 500;
  margin-bottom: 7px;
  line-height: 1.4;
}
.catalog_main .prds_grid .items_block .items_description {
  display: block;
  color: #707070;
  margin-bottom: 12px;
}
.catalog_main .prds_grid .items_block .items_price {
  display: inline-block;
  margin-bottom: 15px;
  font-size: 20px;
  white-space: nowrap;
  line-height: 1.2;
  font-weight: 600;
}
.catalog_main .prds_grid .items_block .items_price span {
  color: #007e32;
}
.catalog_main .prds_grid .items_block .items_price.old_price {
  margin-left: 10px;
  color: #aaa;
  text-decoration: line-through;
  white-space: nowrap;
}
.catalog_main .prds_grid .items_block table.items_migx {
  width: 100%;
}
.catalog_main .prds_grid .items_block table.items_migx tr:nth-child(2n+1) th,
.catalog_main .prds_grid .items_block table.items_migx tr:nth-child(2n+1) td {
  background: #f2f2f2;
}
.catalog_main .prds_grid .items_block table.items_migx th,
.catalog_main .prds_grid .items_block table.items_migx td {
  color: #000;
  padding: 5px 8px;
  text-align: center;
}
.catalog_main .prds_grid .items_block .items_buy {
  display: block;
}
.catalog_main .prds_grid .items_block .items_buy .shk-qty {
  width: 70px;
  text-align: center;
  border: 2px solid #000;
  margin-right: 5px;
}
.catalog_main .prds_grid .items_block .items_buy .shk_count_button {
  display: none;
}
.catalog_main .prds_grid .items_block .btn {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  text-transform: uppercase;
}
.catalog_main .prdt_dtl .page-header {
  text-align: left;
}
.catalog_main .prdt_dtl .prdt_row {
  margin-bottom: 15px;
}
.catalog_main .prdt_dtl .prdt_detail_blocks {
  margin-bottom: 40px;
}
.catalog_main .prdt_dtl .prdt_detail_blocks .page-header {
  margin-bottom: 10px;
}
.catalog_main .prdt_dtl .prdt_detail_blocks .prdt_detail_block {
  margin-bottom: 25px;
}
.catalog_main .prdt_dtl .prdt_ean {
  margin-bottom: 15px;
}
.catalog_main .prdt_dtl .prdt_imgs {
  position: relative;
}
.catalog_main .prdt_dtl .prdt_imgs img:focus {
  outline: 0;
}
.catalog_main .prdt_dtl .prdt_full_imgs {
  margin-bottom: 20px;
  background: #fff;
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.catalog_main .prdt_dtl .prdt_full_imgs:hover {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
}
.catalog_main .prdt_dtl .prdt_full_imgs .slick-slide .full_img {
  overflow: hidden;
  display: block;
  text-align: center;
  vertical-align: middle;
  position: relative;
}
.catalog_main .prdt_dtl .prdt_full_imgs .slick-slide .full_img:focus {
  outline: 0;
}
.catalog_main .prdt_dtl .prdt_thumb_imgs {
  overflow: hidden;
}
.catalog_main .prdt_dtl .prdt_thumb_imgs .slick-list {
  padding: 0 !important;
}
.catalog_main .prdt_dtl .prdt_thumb_imgs .img_thumb {
  display: block;
  text-align: center;
  width: 125px;
  float: left;
}
.catalog_main .prdt_dtl .prdt_thumb_imgs .img_thumb .img_thumb_wrapper {
  margin-bottom: 10px;
  margin: 0 5px;
  display: inline-block;
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.catalog_main .prdt_dtl .prdt_thumb_imgs .img_thumb .img_thumb_wrapper:hover {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
}
.catalog_main .prdt_dtl .prdt_thumb_imgs .active .img_thumb_wrapper {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
}
.catalog_main .prdt_dtl .prdt_introtext {
  margin-bottom: 15px;
}
.catalog_main .prdt_dtl .attr_field select {
  width: 220px;
}
.catalog_main .prdt_dtl .prdt_price {
  font-size: 26px;
  margin-bottom: 10px;
  line-height: 50px;
  font-weight: 500;
  color: #007e32;
}
.catalog_main .prdt_dtl .prdt_price .shk-price {
  display: inline-block;
  margin-right: 10px;
}
.catalog_main .prdt_dtl .prdt_price .shk-price span {
  font-size: 22px;
}
.catalog_main .prdt_dtl .prdt_price .old_price {
  display: inline-block;
  color: #bbb;
  font-size: 21px;
  font-weight: 500;
  text-decoration: line-through;
}
.catalog_main .prdt_dtl .prdt_avail {
  margin-top: 20px;
  margin-bottom: 15px;
  color: #111;
}
.catalog_main .prdt_dtl .prdt_avail .icon {
  margin-right: 5px;
  vertical-align: middle;
}
.catalog_main .prdt_dtl .prdt_avail .icon.color-no {
  color: #c10000;
}
.catalog_main .prdt_dtl .prdt_avail .icon.color-yes {
  color: #00a100;
}
.catalog_main .prdt_dtl .attr_field {
  margin-bottom: 15px;
}
.catalog_main .prdt_dtl .attr_field .attr_caption {
  text-transform: capitalize;
  display: inline-block;
  margin-right: 15px;
}
.catalog_main .prdt_dtl .attr_field select {
  min-width: 70px;
}
.catalog_main .prdt_dtl .attr_field .attr_label {
  display: block;
  margin-right: 5px;
  margin-bottom: 10px;
}
.catalog_main .prdt_dtl .attr_field .attr_option img {
  max-width: 65px;
  margin: 10px 10px 0 0;
}
.catalog_main .prdt_dtl .attr_field label {
  font-weight: 400;
  display: inline-block;
  padding: 0 2px;
  margin: 0 2px;
}
.catalog_main .prdt_dtl .attr_field label:first-letter {
  text-transform: uppercase;
}
.catalog_main .prdt_dtl .attr_field label.attr_active {
  border-bottom: 3px solid #53b666;
}
.catalog_main .prdt_dtl .attr_field label input {
  position: absolute;
  visibility: hidden;
  opacity: 0;
}
.catalog_main .prdt_dtl .prdt_props {
  width: 50%;
}
.catalog_main .prdt_dtl .prdt_props .pp_row {
  display: flex;
  margin-bottom: 8px;
  justify-content: space-between;
  border-bottom: 1px dotted #c1c1c1;
}
.catalog_main .prdt_dtl .prdt_props .pp_row span {
  display: block;
  position: relative;
  bottom: -2px;
  background: #fff;
}
.catalog_main .prdt_dtl .prdt_props .pp_row span.pp_name {
  padding-right: 5px;
  color: #464553;
}
.catalog_main .prdt_dtl .prdt_props .pp_row span.pp_value {
  padding-left: 5px;
  font-weight: 700;
}
.catalog_main .prdt_dtl .prdt_props .show_props {
  font-weight: 700;
  border-bottom: 1px solid;
  cursor: pointer;
  display: inline-block;
  margin: 15px 0;
}
.catalog_main .prdt_dtl .prdt_props .show_props:hover {
  border-color: transparent;
}
.catalog_main .prdt_dtl .tab-content {
  padding: 20px 0;
}
.catalog_main .prdt_dtl .nav-tabs > li a {
  padding: 0;
  margin-right: 15px;
  color: #000;
  background: none;
}
.catalog_main .prdt_dtl .nav-tabs > li > a > span {
  border: none;
  font-size: 22px;
  font-weight: 700;
  display: inline-block;
  color: #676767;
}
.catalog_main .prdt_dtl .nav-tabs > li > a > span .icon {
  margin-right: 3px;
}
.catalog_main .prdt_dtl .nav-tabs > li.active > a > span {
  color: #007e32;
  margin-bottom: -2px;
}
.catalog_main .prdt_dtl .nav-tabs > li.active > a > span .icon {
  color: #53b666;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .catalog_main .prdt_dtl .prdt_imgs {
    margin-bottom: 20px;
  }
  .catalog_main .prdt_dtl .prdt_props {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .mdl_cart .cart_info {
    background-position: 50%;
  }
  .mdl_cart .cart_qty {
    left: 50%;
    margin-left: -5px;
  }
  .catalog_main .prdt_dtl .prdt_imgs {
    margin-bottom: 20px;
  }
  .catalog_main .prdt_dtl .prdt_props {
    width: 100%;
  }
  .catalog_main .prdt_dtl .tab-content {
    padding: 0;
  }
  .catalog_main .prdt_dtl .tab-content .tab-pane {
    display: block !important;
    margin-bottom: 20px;
  }
}
.lt-ie9 div.table-responsive {
  margin-bottom: 20px;
  overflow: visible;
  width: 100%;
}
.lt-ie9 div.table-responsive table,
.lt-ie9 div.table-responsive .table {
  margin-bottom: 0 !important;
}
.lt-ie8 .main_slider .smpl_nav li {
  position: relative;
  top: 10px;
}
.slick-slider {
  position: relative;
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-loading .slick-list {
  background: #fff url("/artmebius/img/ajax-loader.gif") center center no-repeat;
}
.slick-track {
  white-space: nowrap;
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: " ";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-track:before,
.slick-track:after {
  content: " ";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  text-align: center;
  padding: 0;
  display: block;
  border: none;
  height: 44px;
  line-height: 47px;
  width: 44px;
  border-radius: 100%;
  background: rgba(0, 126, 50, 0.7);
  cursor: pointer;
  outline: none;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 1;
}
.slick-prev span,
.slick-next span {
  font-size: 16px;
  line-height: 1;
  color: #fff;
}
.slick-prev span:before,
.slick-next span:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: #007e32;
}
.slick-prev.slick-disabled span,
.slick-next.slick-disabled span,
.slick-prev.slick-disabled span,
.slick-next.slick-disabled span {
  opacity: 0.25;
}
.slick-prev {
  left: 15px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: 15px;
}
.slick-next {
  right: 15px;
}
[dir="rtl"] .slick-next {
  left: 15px;
  right: auto;
}
/* Dots */
.slick-dots {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  text-align: center;
  height: 14px;
  padding: 0;
}
.slick-dots li {
  position: relative;
  vertical-align: top;
  display: inline-block;
  margin: 0 1px;
  padding: 0;
  width: 14px;
  height: 14px;
  line-height: 1;
}
.slick-dots li button {
  display: block;
  border: none;
  padding: 0;
  width: 12px;
  height: 12px;
  text-align: center;
  font-size: 0;
  outline: none;
  color: #fff;
  background: #fff;
  cursor: pointer;
  border-radius: 20px;
  -webkit-transition: height 0.2s ease-out;
  -o-transition: height 0.2s ease-out;
  transition: height 0.2s ease-out;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li.slick-active button {
  background: #53b666;
  color: #53b666;
}
.slider_main {
  position: relative;
}
.slider_main *[class^="col-"] {
  position: static;
}
.slider_main .slider_items {
  height: 500px;
  overflow: hidden;
}
.slider_main .slide_bg {
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-color: transparent;
  position: relative;
  height: 500px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.slider_main .slide_img {
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: center;
}
.slider_main .slide_info {
  text-align: center;
  white-space: normal;
  color: #333;
  margin: 80px 15% 0;
}
.slider_main .slide_title {
  display: block;
  margin-bottom: 15px;
  font: 700 45px/1.1 'Fira Sans Condensed', 'Tahoma', 'Arial', sans-serif;
}
.slider_main .slide_desc {
  font-size: 15px;
  margin-bottom: 15px;
}
.slider_main .slide_url {
  display: block;
  margin-top: 10px;
}
.slider_reviews .slick-dots {
  margin-top: 10px;
  bottom: -20px;
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .slider_main .slide_info {
    margin: 70px 0% 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .slider_main .slide_info {
    margin: 70px 0% 0;
  }
  .slider_main .slide_title {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .slider_main .slide_title {
    line-height: 1.1;
    font-size: 28px;
  }
  .slider_main .slide_info {
    margin: 70px 0% 0;
  }
}
.fancybox-enabled {
  overflow: hidden;
}
.fancybox-enabled body {
  overflow: visible;
  height: 100%;
}
.fancybox-is-hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden;
}
.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100000;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
.fancybox-container * {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
.fancybox-container ~ .fancybox-container {
  z-index: 99992;
}
.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.fancybox-outer {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
  opacity: .87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-caption-wrap,
.fancybox-infobar,
.fancybox-toolbar {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s,visibility 0s linear .25s;
  box-sizing: border-box;
}
.fancybox-show-caption .fancybox-caption-wrap,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.25s, visibility 0s;
}
.fancybox-infobar {
  top: 0;
  left: 50%;
  margin-left: -79px;
}
.fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  font-size: 13px;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  text-align: center;
  color: #ddd;
  background-color: rgba(30, 30, 30, 0.7);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
}
.fancybox-toolbar {
  top: 0;
  right: 0;
}
.fancybox-stage {
  overflow: hidden;
  direction: ltr;
  z-index: 99994;
  -webkit-transform: translateZ(0);
}
.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: opacity, -webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.fancybox-slide:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  display: block;
}
.fancybox-slide--image {
  overflow: visible;
}
.fancybox-slide--image:before {
  display: none;
}
.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
  background: #000;
}
.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
  background: #e5e3df;
}
.fancybox-slide--next {
  z-index: 99995;
}
.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box;
}
.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.fancybox-can-zoomOut .fancybox-image-wrap {
  cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-image-wrap {
  cursor: zoom-in;
}
.fancybox-can-drag .fancybox-image-wrap {
  cursor: -webkit-grab;
  cursor: grab;
}
.fancybox-is-dragging .fancybox-image-wrap {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
}
.fancybox-spaceball {
  z-index: 1;
}
.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: calc(0%);
  max-height: calc(12%);
  overflow: visible;
  background: #fff;
}
.fancybox-iframe {
  display: block;
  padding: 0;
  border: 0;
  height: 100%;
}
.fancybox-error,
.fancybox-iframe {
  margin: 0;
  width: 100%;
  background: #fff;
}
.fancybox-error {
  padding: 40px;
  max-width: 380px;
  cursor: default;
}
.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font: 16px/20px Helvetica Neue, Helvetica, Arial, sans-serif;
}
.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  background: transparent;
  z-index: 10;
  cursor: pointer;
}
.fancybox-close-small:after {
  content: "×";
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 20px/30px Arial, Helvetica Neue, Helvetica, sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background: #fff;
  transition: background .25s;
  box-sizing: border-box;
  z-index: 2;
}
.fancybox-close-small:focus:after {
  outline: 1px dotted #888;
}
.fancybox-close-small:hover:after {
  color: #555;
  background: #eee;
}
.fancybox-slide--iframe .fancybox-close-small {
  top: 0;
  right: -44px;
}
.fancybox-slide--iframe .fancybox-close-small:after {
  background: transparent;
  font-size: 35px;
  color: #aaa;
}
.fancybox-slide--iframe .fancybox-close-small:hover:after {
  color: #fff;
}
.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px 0;
  background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8));
  pointer-events: none;
}
.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none;
}
.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
  pointer-events: all;
}
.fancybox-caption a {
  color: #fff;
  text-decoration: underline;
}
.fancybox-button {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: transparent;
  color: #ddd;
  border-radius: 0;
  cursor: pointer;
  vertical-align: top;
  outline: none;
}
.fancybox-button[disabled] {
  cursor: default;
  pointer-events: none;
}
.fancybox-button,
.fancybox-infobar__body {
  background: rgba(30, 30, 30, 0.6);
}
.fancybox-button:hover:not([disabled]) {
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
}
.fancybox-button:after,
.fancybox-button:before {
  content: "";
  pointer-events: none;
  position: absolute;
  background-color: currentColor;
  color: currentColor;
  opacity: .9;
  box-sizing: border-box;
  display: inline-block;
}
.fancybox-button[disabled]:after,
.fancybox-button[disabled]:before {
  opacity: 0.3;
}
.fancybox-button--left:after,
.fancybox-button--right:after {
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
}
.fancybox-button--left:after {
  left: 20px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.fancybox-button--right:after {
  right: 20px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.fancybox-button--left {
  border-bottom-left-radius: 5px;
}
.fancybox-button--right {
  border-bottom-right-radius: 5px;
}
.fancybox-button--close:after,
.fancybox-button--close:before {
  content: "";
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 16px;
  top: calc(49%);
  left: calc(42%);
}
.fancybox-button--close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.fancybox-button--close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.fancybox-arrow,
.fancybox-arrow:hover,
.fancybox-arrow:focus {
  position: absolute;
  top: 50%;
  margin: -50px 0 0;
  height: 100px;
  width: 54px;
  padding: 0;
  border: 0;
  outline: none;
  background: none;
  cursor: pointer;
  z-index: 99995;
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: opacity 0.25s;
}
.fancybox-arrow:after {
  content: "";
  position: absolute;
  top: 28px;
  width: 44px;
  height: 44px;
  background-color: rgba(30, 30, 30, 0.8);
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 24px 24px;
}
.fancybox-arrow--right {
  right: 0;
}
.fancybox-arrow--left {
  left: 0;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.fancybox-arrow--left:after,
.fancybox-arrow--right:after {
  left: 0;
}
.fancybox-show-nav .fancybox-arrow {
  opacity: 0.6;
}
.fancybox-show-nav .fancybox-arrow[disabled] {
  opacity: 0.3;
}
.fancybox-loading {
  border: 6px solid rgba(99, 99, 99, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: a .8s infinite linear;
  animation: a .8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999;
}
@-webkit-keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
.fancybox-fx-slide.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  opacity: 0;
}
.fancybox-fx-slide.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  opacity: 0;
}
.fancybox-fx-slide.fancybox-slide--current {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  opacity: 1;
}
.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
  opacity: 0;
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  opacity: 1;
}
.fancybox-fx-rotate.fancybox-slide--previous {
  -webkit-transform: rotate(-1turn);
  transform: rotate(-1turn);
  opacity: 0;
}
.fancybox-fx-rotate.fancybox-slide--next {
  -webkit-transform: rotate(1turn);
  transform: rotate(1turn);
  opacity: 0;
}
.fancybox-fx-rotate.fancybox-slide--current {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1;
}
.fancybox-fx-circular.fancybox-slide--previous {
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  opacity: 0;
}
.fancybox-fx-circular.fancybox-slide--next {
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  opacity: 0;
}
.fancybox-fx-circular.fancybox-slide--current {
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
  opacity: 1;
}
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1);
}
@media (max-width: 800px) {
  .fancybox-infobar {
    left: 0;
    margin-left: 0;
  }
  .fancybox-button--left,
  .fancybox-button--right {
    display: none !important;
  }
  .fancybox-caption {
    padding: 20px 0;
    margin: 0;
  }
}
.fancybox-button--fullscreen:before {
  width: 15px;
  height: 11px;
  left: calc(43%);
  top: calc(44%);
  border: 2px solid;
  background: none;
}
.fancybox-button--pause:before,
.fancybox-button--play:before {
  top: calc(44%);
  left: calc(46%);
  background: transparent;
}
.fancybox-button--play:before {
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px;
}
.fancybox-button--pause:before {
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px;
}
.fancybox-button--thumbs,
.fancybox-thumbs {
  display: none;
}
@media (min-width: 800px) {
  .fancybox-button--thumbs {
    display: inline-block;
  }
  .fancybox-button--thumbs span {
    font-size: 23px;
  }
  .fancybox-button--thumbs:before {
    width: 3px;
    height: 3px;
    top: calc(48%);
    left: calc(48%);
    box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, inset 0 0 0 32px, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
  }
  .fancybox-thumbs {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 220px;
    margin: 0;
    padding: 5px 5px 0 0;
    background: #fff;
    word-break: normal;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    box-sizing: border-box;
    z-index: 99995;
  }
  .fancybox-show-thumbs .fancybox-thumbs {
    display: block;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 220px;
  }
  .fancybox-thumbs > ul {
    list-style: none;
    position: absolute;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 0;
  }
  .fancybox-thumbs > ul > li {
    float: left;
    overflow: hidden;
    max-width: 50%;
    padding: 0;
    margin: 0;
    width: 105px;
    height: 75px;
    position: relative;
    cursor: pointer;
    outline: none;
    border: 5px solid transparent;
    border-top-width: 0;
    border-right-width: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box;
  }
  li.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, 0.1);
  }
  .fancybox-thumbs > ul > li > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    max-height: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .fancybox-thumbs > ul > li:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 2px;
    border: 4px solid #4ea7f9;
    z-index: 99991;
    opacity: 0;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
    opacity: 1;
  }
}
.to_top {
  position: fixed;
  display: block;
  bottom: 50px;
  left: 5%;
  width: 45px;
  height: 45px;
  line-height: 42px;
  text-align: center;
  border-radius: 100%;
  color: #fff;
  background: #53b666;
  opacity: 0.7;
  cursor: pointer;
  z-index: 99;
   transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.to_top:hover {
  opacity: 1;
}
/*6.03.19*/
.catalog_main .prds_grid .items_block .prdt_props{
    margin-bottom: 20px;
}
.page-header span{
  font-size: 20px; 
  color: #017e32;
  font-weight: 500;
}
.catalog_main .prdt_dtl .attr_field label{
    font-size: 20px;
}