

/* Start:/local/templates/manzana/css/style.css?1624265768261661*/
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #53565A;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  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;
  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;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #53565A !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]: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;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #53565A !important;
  }
  .label {
    border: 1px solid #53565A;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.3;
  color: #53565A;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #78BE20;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #408000;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.3;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Source Sans Pro", Helvetica, Arial;
  font-weight: 400;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
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: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 16px;
}
h6,
.h6 {
  font-size: 19px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 480px) {
  .lead {
    font-size: 24px;
  }
}
small,
.small {
  font-size: 87%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #78BE20;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #4d9900;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #78BE20;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #4d9900;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.3;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 480px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 20px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.3;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.3;
}
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: 5px;
}
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%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 15px;
  line-height: 1.3;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 5px;
}
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: 15px;
  padding-right: 15px;
}
@media (min-width: 480px) {
  .container {
    width: 460px;
  }
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 1060px) {
  .container {
    width: 1030px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.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, .col-xs-13, .col-sm-13, .col-md-13, .col-lg-13, .col-xs-14, .col-sm-14, .col-md-14, .col-lg-14, .col-xs-15, .col-sm-15, .col-md-15, .col-lg-15, .col-xs-16, .col-sm-16, .col-md-16, .col-lg-16, .col-xs-17, .col-sm-17, .col-md-17, .col-lg-17 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-13, .col-xs-14, .col-xs-15, .col-xs-16, .col-xs-17 {
  float: left;
}
.col-xs-17 {
  width: 100%;
}
.col-xs-16 {
  width: 94.11764706%;
}
.col-xs-15 {
  width: 88.23529412%;
}
.col-xs-14 {
  width: 82.35294118%;
}
.col-xs-13 {
  width: 76.47058824%;
}
.col-xs-12 {
  width: 70.58823529%;
}
.col-xs-11 {
  width: 64.70588235%;
}
.col-xs-10 {
  width: 58.82352941%;
}
.col-xs-9 {
  width: 52.94117647%;
}
.col-xs-8 {
  width: 47.05882353%;
}
.col-xs-7 {
  width: 41.17647059%;
}
.col-xs-6 {
  width: 35.29411765%;
}
.col-xs-5 {
  width: 29.41176471%;
}
.col-xs-4 {
  width: 23.52941176%;
}
.col-xs-3 {
  width: 17.64705882%;
}
.col-xs-2 {
  width: 11.76470588%;
}
.col-xs-1 {
  width: 5.88235294%;
}
.col-xs-pull-17 {
  right: 100%;
}
.col-xs-pull-16 {
  right: 94.11764706%;
}
.col-xs-pull-15 {
  right: 88.23529412%;
}
.col-xs-pull-14 {
  right: 82.35294118%;
}
.col-xs-pull-13 {
  right: 76.47058824%;
}
.col-xs-pull-12 {
  right: 70.58823529%;
}
.col-xs-pull-11 {
  right: 64.70588235%;
}
.col-xs-pull-10 {
  right: 58.82352941%;
}
.col-xs-pull-9 {
  right: 52.94117647%;
}
.col-xs-pull-8 {
  right: 47.05882353%;
}
.col-xs-pull-7 {
  right: 41.17647059%;
}
.col-xs-pull-6 {
  right: 35.29411765%;
}
.col-xs-pull-5 {
  right: 29.41176471%;
}
.col-xs-pull-4 {
  right: 23.52941176%;
}
.col-xs-pull-3 {
  right: 17.64705882%;
}
.col-xs-pull-2 {
  right: 11.76470588%;
}
.col-xs-pull-1 {
  right: 5.88235294%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-17 {
  left: 100%;
}
.col-xs-push-16 {
  left: 94.11764706%;
}
.col-xs-push-15 {
  left: 88.23529412%;
}
.col-xs-push-14 {
  left: 82.35294118%;
}
.col-xs-push-13 {
  left: 76.47058824%;
}
.col-xs-push-12 {
  left: 70.58823529%;
}
.col-xs-push-11 {
  left: 64.70588235%;
}
.col-xs-push-10 {
  left: 58.82352941%;
}
.col-xs-push-9 {
  left: 52.94117647%;
}
.col-xs-push-8 {
  left: 47.05882353%;
}
.col-xs-push-7 {
  left: 41.17647059%;
}
.col-xs-push-6 {
  left: 35.29411765%;
}
.col-xs-push-5 {
  left: 29.41176471%;
}
.col-xs-push-4 {
  left: 23.52941176%;
}
.col-xs-push-3 {
  left: 17.64705882%;
}
.col-xs-push-2 {
  left: 11.76470588%;
}
.col-xs-push-1 {
  left: 5.88235294%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-17 {
  margin-left: 100%;
}
.col-xs-offset-16 {
  margin-left: 94.11764706%;
}
.col-xs-offset-15 {
  margin-left: 88.23529412%;
}
.col-xs-offset-14 {
  margin-left: 82.35294118%;
}
.col-xs-offset-13 {
  margin-left: 76.47058824%;
}
.col-xs-offset-12 {
  margin-left: 70.58823529%;
}
.col-xs-offset-11 {
  margin-left: 64.70588235%;
}
.col-xs-offset-10 {
  margin-left: 58.82352941%;
}
.col-xs-offset-9 {
  margin-left: 52.94117647%;
}
.col-xs-offset-8 {
  margin-left: 47.05882353%;
}
.col-xs-offset-7 {
  margin-left: 41.17647059%;
}
.col-xs-offset-6 {
  margin-left: 35.29411765%;
}
.col-xs-offset-5 {
  margin-left: 29.41176471%;
}
.col-xs-offset-4 {
  margin-left: 23.52941176%;
}
.col-xs-offset-3 {
  margin-left: 17.64705882%;
}
.col-xs-offset-2 {
  margin-left: 11.76470588%;
}
.col-xs-offset-1 {
  margin-left: 5.88235294%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 480px) {
  .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, .col-sm-13, .col-sm-14, .col-sm-15, .col-sm-16, .col-sm-17 {
    float: left;
  }
  .col-sm-17 {
    width: 100%;
  }
  .col-sm-16 {
    width: 94.11764706%;
  }
  .col-sm-15 {
    width: 88.23529412%;
  }
  .col-sm-14 {
    width: 82.35294118%;
  }
  .col-sm-13 {
    width: 76.47058824%;
  }
  .col-sm-12 {
    width: 70.58823529%;
  }
  .col-sm-11 {
    width: 64.70588235%;
  }
  .col-sm-10 {
    width: 58.82352941%;
  }
  .col-sm-9 {
    width: 52.94117647%;
  }
  .col-sm-8 {
    width: 47.05882353%;
  }
  .col-sm-7 {
    width: 41.17647059%;
  }
  .col-sm-6 {
    width: 35.29411765%;
  }
  .col-sm-5 {
    width: 29.41176471%;
  }
  .col-sm-4 {
    width: 23.52941176%;
  }
  .col-sm-3 {
    width: 17.64705882%;
  }
  .col-sm-2 {
    width: 11.76470588%;
  }
  .col-sm-1 {
    width: 5.88235294%;
  }
  .col-sm-pull-17 {
    right: 100%;
  }
  .col-sm-pull-16 {
    right: 94.11764706%;
  }
  .col-sm-pull-15 {
    right: 88.23529412%;
  }
  .col-sm-pull-14 {
    right: 82.35294118%;
  }
  .col-sm-pull-13 {
    right: 76.47058824%;
  }
  .col-sm-pull-12 {
    right: 70.58823529%;
  }
  .col-sm-pull-11 {
    right: 64.70588235%;
  }
  .col-sm-pull-10 {
    right: 58.82352941%;
  }
  .col-sm-pull-9 {
    right: 52.94117647%;
  }
  .col-sm-pull-8 {
    right: 47.05882353%;
  }
  .col-sm-pull-7 {
    right: 41.17647059%;
  }
  .col-sm-pull-6 {
    right: 35.29411765%;
  }
  .col-sm-pull-5 {
    right: 29.41176471%;
  }
  .col-sm-pull-4 {
    right: 23.52941176%;
  }
  .col-sm-pull-3 {
    right: 17.64705882%;
  }
  .col-sm-pull-2 {
    right: 11.76470588%;
  }
  .col-sm-pull-1 {
    right: 5.88235294%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-17 {
    left: 100%;
  }
  .col-sm-push-16 {
    left: 94.11764706%;
  }
  .col-sm-push-15 {
    left: 88.23529412%;
  }
  .col-sm-push-14 {
    left: 82.35294118%;
  }
  .col-sm-push-13 {
    left: 76.47058824%;
  }
  .col-sm-push-12 {
    left: 70.58823529%;
  }
  .col-sm-push-11 {
    left: 64.70588235%;
  }
  .col-sm-push-10 {
    left: 58.82352941%;
  }
  .col-sm-push-9 {
    left: 52.94117647%;
  }
  .col-sm-push-8 {
    left: 47.05882353%;
  }
  .col-sm-push-7 {
    left: 41.17647059%;
  }
  .col-sm-push-6 {
    left: 35.29411765%;
  }
  .col-sm-push-5 {
    left: 29.41176471%;
  }
  .col-sm-push-4 {
    left: 23.52941176%;
  }
  .col-sm-push-3 {
    left: 17.64705882%;
  }
  .col-sm-push-2 {
    left: 11.76470588%;
  }
  .col-sm-push-1 {
    left: 5.88235294%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-17 {
    margin-left: 100%;
  }
  .col-sm-offset-16 {
    margin-left: 94.11764706%;
  }
  .col-sm-offset-15 {
    margin-left: 88.23529412%;
  }
  .col-sm-offset-14 {
    margin-left: 82.35294118%;
  }
  .col-sm-offset-13 {
    margin-left: 76.47058824%;
  }
  .col-sm-offset-12 {
    margin-left: 70.58823529%;
  }
  .col-sm-offset-11 {
    margin-left: 64.70588235%;
  }
  .col-sm-offset-10 {
    margin-left: 58.82352941%;
  }
  .col-sm-offset-9 {
    margin-left: 52.94117647%;
  }
  .col-sm-offset-8 {
    margin-left: 47.05882353%;
  }
  .col-sm-offset-7 {
    margin-left: 41.17647059%;
  }
  .col-sm-offset-6 {
    margin-left: 35.29411765%;
  }
  .col-sm-offset-5 {
    margin-left: 29.41176471%;
  }
  .col-sm-offset-4 {
    margin-left: 23.52941176%;
  }
  .col-sm-offset-3 {
    margin-left: 17.64705882%;
  }
  .col-sm-offset-2 {
    margin-left: 11.76470588%;
  }
  .col-sm-offset-1 {
    margin-left: 5.88235294%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 768px) {
  .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, .col-md-13, .col-md-14, .col-md-15, .col-md-16, .col-md-17 {
    float: left;
  }
  .col-md-17 {
    width: 100%;
  }
  .col-md-16 {
    width: 94.11764706%;
  }
  .col-md-15 {
    width: 88.23529412%;
  }
  .col-md-14 {
    width: 82.35294118%;
  }
  .col-md-13 {
    width: 76.47058824%;
  }
  .col-md-12 {
    width: 70.58823529%;
  }
  .col-md-11 {
    width: 64.70588235%;
  }
  .col-md-10 {
    width: 58.82352941%;
  }
  .col-md-9 {
    width: 52.94117647%;
  }
  .col-md-8 {
    width: 47.05882353%;
  }
  .col-md-7 {
    width: 41.17647059%;
  }
  .col-md-6 {
    width: 35.29411765%;
  }
  .col-md-5 {
    width: 29.41176471%;
  }
  .col-md-4 {
    width: 23.52941176%;
  }
  .col-md-3 {
    width: 17.64705882%;
  }
  .col-md-2 {
    width: 11.76470588%;
  }
  .col-md-1 {
    width: 5.88235294%;
  }
  .col-md-pull-17 {
    right: 100%;
  }
  .col-md-pull-16 {
    right: 94.11764706%;
  }
  .col-md-pull-15 {
    right: 88.23529412%;
  }
  .col-md-pull-14 {
    right: 82.35294118%;
  }
  .col-md-pull-13 {
    right: 76.47058824%;
  }
  .col-md-pull-12 {
    right: 70.58823529%;
  }
  .col-md-pull-11 {
    right: 64.70588235%;
  }
  .col-md-pull-10 {
    right: 58.82352941%;
  }
  .col-md-pull-9 {
    right: 52.94117647%;
  }
  .col-md-pull-8 {
    right: 47.05882353%;
  }
  .col-md-pull-7 {
    right: 41.17647059%;
  }
  .col-md-pull-6 {
    right: 35.29411765%;
  }
  .col-md-pull-5 {
    right: 29.41176471%;
  }
  .col-md-pull-4 {
    right: 23.52941176%;
  }
  .col-md-pull-3 {
    right: 17.64705882%;
  }
  .col-md-pull-2 {
    right: 11.76470588%;
  }
  .col-md-pull-1 {
    right: 5.88235294%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-17 {
    left: 100%;
  }
  .col-md-push-16 {
    left: 94.11764706%;
  }
  .col-md-push-15 {
    left: 88.23529412%;
  }
  .col-md-push-14 {
    left: 82.35294118%;
  }
  .col-md-push-13 {
    left: 76.47058824%;
  }
  .col-md-push-12 {
    left: 70.58823529%;
  }
  .col-md-push-11 {
    left: 64.70588235%;
  }
  .col-md-push-10 {
    left: 58.82352941%;
  }
  .col-md-push-9 {
    left: 52.94117647%;
  }
  .col-md-push-8 {
    left: 47.05882353%;
  }
  .col-md-push-7 {
    left: 41.17647059%;
  }
  .col-md-push-6 {
    left: 35.29411765%;
  }
  .col-md-push-5 {
    left: 29.41176471%;
  }
  .col-md-push-4 {
    left: 23.52941176%;
  }
  .col-md-push-3 {
    left: 17.64705882%;
  }
  .col-md-push-2 {
    left: 11.76470588%;
  }
  .col-md-push-1 {
    left: 5.88235294%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-17 {
    margin-left: 100%;
  }
  .col-md-offset-16 {
    margin-left: 94.11764706%;
  }
  .col-md-offset-15 {
    margin-left: 88.23529412%;
  }
  .col-md-offset-14 {
    margin-left: 82.35294118%;
  }
  .col-md-offset-13 {
    margin-left: 76.47058824%;
  }
  .col-md-offset-12 {
    margin-left: 70.58823529%;
  }
  .col-md-offset-11 {
    margin-left: 64.70588235%;
  }
  .col-md-offset-10 {
    margin-left: 58.82352941%;
  }
  .col-md-offset-9 {
    margin-left: 52.94117647%;
  }
  .col-md-offset-8 {
    margin-left: 47.05882353%;
  }
  .col-md-offset-7 {
    margin-left: 41.17647059%;
  }
  .col-md-offset-6 {
    margin-left: 35.29411765%;
  }
  .col-md-offset-5 {
    margin-left: 29.41176471%;
  }
  .col-md-offset-4 {
    margin-left: 23.52941176%;
  }
  .col-md-offset-3 {
    margin-left: 17.64705882%;
  }
  .col-md-offset-2 {
    margin-left: 11.76470588%;
  }
  .col-md-offset-1 {
    margin-left: 5.88235294%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1060px) {
  .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, .col-lg-13, .col-lg-14, .col-lg-15, .col-lg-16, .col-lg-17 {
    float: left;
  }
  .col-lg-17 {
    width: 100%;
  }
  .col-lg-16 {
    width: 94.11764706%;
  }
  .col-lg-15 {
    width: 88.23529412%;
  }
  .col-lg-14 {
    width: 82.35294118%;
  }
  .col-lg-13 {
    width: 76.47058824%;
  }
  .col-lg-12 {
    width: 70.58823529%;
  }
  .col-lg-11 {
    width: 64.70588235%;
  }
  .col-lg-10 {
    width: 58.82352941%;
  }
  .col-lg-9 {
    width: 52.94117647%;
  }
  .col-lg-8 {
    width: 47.05882353%;
  }
  .col-lg-7 {
    width: 41.17647059%;
  }
  .col-lg-6 {
    width: 35.29411765%;
  }
  .col-lg-5 {
    width: 29.41176471%;
  }
  .col-lg-4 {
    width: 23.52941176%;
  }
  .col-lg-3 {
    width: 17.64705882%;
  }
  .col-lg-2 {
    width: 11.76470588%;
  }
  .col-lg-1 {
    width: 5.88235294%;
  }
  .col-lg-pull-17 {
    right: 100%;
  }
  .col-lg-pull-16 {
    right: 94.11764706%;
  }
  .col-lg-pull-15 {
    right: 88.23529412%;
  }
  .col-lg-pull-14 {
    right: 82.35294118%;
  }
  .col-lg-pull-13 {
    right: 76.47058824%;
  }
  .col-lg-pull-12 {
    right: 70.58823529%;
  }
  .col-lg-pull-11 {
    right: 64.70588235%;
  }
  .col-lg-pull-10 {
    right: 58.82352941%;
  }
  .col-lg-pull-9 {
    right: 52.94117647%;
  }
  .col-lg-pull-8 {
    right: 47.05882353%;
  }
  .col-lg-pull-7 {
    right: 41.17647059%;
  }
  .col-lg-pull-6 {
    right: 35.29411765%;
  }
  .col-lg-pull-5 {
    right: 29.41176471%;
  }
  .col-lg-pull-4 {
    right: 23.52941176%;
  }
  .col-lg-pull-3 {
    right: 17.64705882%;
  }
  .col-lg-pull-2 {
    right: 11.76470588%;
  }
  .col-lg-pull-1 {
    right: 5.88235294%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-17 {
    left: 100%;
  }
  .col-lg-push-16 {
    left: 94.11764706%;
  }
  .col-lg-push-15 {
    left: 88.23529412%;
  }
  .col-lg-push-14 {
    left: 82.35294118%;
  }
  .col-lg-push-13 {
    left: 76.47058824%;
  }
  .col-lg-push-12 {
    left: 70.58823529%;
  }
  .col-lg-push-11 {
    left: 64.70588235%;
  }
  .col-lg-push-10 {
    left: 58.82352941%;
  }
  .col-lg-push-9 {
    left: 52.94117647%;
  }
  .col-lg-push-8 {
    left: 47.05882353%;
  }
  .col-lg-push-7 {
    left: 41.17647059%;
  }
  .col-lg-push-6 {
    left: 35.29411765%;
  }
  .col-lg-push-5 {
    left: 29.41176471%;
  }
  .col-lg-push-4 {
    left: 23.52941176%;
  }
  .col-lg-push-3 {
    left: 17.64705882%;
  }
  .col-lg-push-2 {
    left: 11.76470588%;
  }
  .col-lg-push-1 {
    left: 5.88235294%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-17 {
    margin-left: 100%;
  }
  .col-lg-offset-16 {
    margin-left: 94.11764706%;
  }
  .col-lg-offset-15 {
    margin-left: 88.23529412%;
  }
  .col-lg-offset-14 {
    margin-left: 82.35294118%;
  }
  .col-lg-offset-13 {
    margin-left: 76.47058824%;
  }
  .col-lg-offset-12 {
    margin-left: 70.58823529%;
  }
  .col-lg-offset-11 {
    margin-left: 64.70588235%;
  }
  .col-lg-offset-10 {
    margin-left: 58.82352941%;
  }
  .col-lg-offset-9 {
    margin-left: 52.94117647%;
  }
  .col-lg-offset-8 {
    margin-left: 47.05882353%;
  }
  .col-lg-offset-7 {
    margin-left: 41.17647059%;
  }
  .col-lg-offset-6 {
    margin-left: 35.29411765%;
  }
  .col-lg-offset-5 {
    margin-left: 29.41176471%;
  }
  .col-lg-offset-4 {
    margin-left: 23.52941176%;
  }
  .col-lg-offset-3 {
    margin-left: 17.64705882%;
  }
  .col-lg-offset-2 {
    margin-left: 11.76470588%;
  }
  .col-lg-offset-1 {
    margin-left: 5.88235294%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 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: 8px;
  line-height: 1.3;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > 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 > tbody + tbody {
  border-top: 2px solid #ddd;
}
.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: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.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 #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
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: #f5f5f5;
}
.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: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 479px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 24px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 3px;
  font-size: 16px;
  line-height: 1.3;
  color: #9d9c9c;
}
.form-control {
  display: block;
  width: 100%;
  height: 46px;
  padding: 2px 12px;
  font-size: 16px;
  line-height: 1.3;
  color: #9d9c9c;
  background-color: #fff;
  background-image: none;
  border: 1px solid #9c9c9c;
  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 {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0), 0 0 4px rgba(102, 175, 233, 0.5);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0), 0 0 4px rgba(102, 175, 233, 0.5);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 46px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 33px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 49px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 3px;
  padding-bottom: 3px;
  margin-bottom: 0;
  min-height: 36px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 33px;
  line-height: 33px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 33px;
  line-height: 33px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 33px;
  min-height: 34px;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.5;
}
.input-lg {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 49px;
  line-height: 49px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 49px;
  line-height: 49px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 49px;
  min-height: 40px;
  padding: 11px 16px;
  font-size: 20px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 57.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 49px;
  height: 49px;
  line-height: 49px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 33px;
  height: 33px;
  line-height: 33px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #8d8d8d;
}
@media (min-width: 480px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 3px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 23px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 480px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 3px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 480px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
    font-size: 20px;
  }
}
@media (min-width: 480px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 14px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 2px 12px;
  font-size: 16px;
  line-height: 1.3;
  border-radius: 5px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #1e1e1e;
  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;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #1e1e1e;
  background-color: #d1d1d1;
  border-color: #ababab;
}
.btn-default:focus,
.btn-default.focus {
  color: #1e1e1e;
  background-color: #b8b8b8;
  border-color: #6b6b6b;
}
.btn-default:hover {
  color: #1e1e1e;
  background-color: #c4c4c4;
  border-color: #ababab;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #1e1e1e;
  background-color: #b8b8b8;
  border-color: #8c8c8c;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #1e1e1e;
  background-color: #a6a6a6;
  border-color: #6b6b6b;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #d1d1d1;
  border-color: #ababab;
}
.btn-default .badge {
  color: #d1d1d1;
  background-color: #1e1e1e;
}
.btn-primary {
  color: #fff;
  background-color: #78BE20;
  border-color: #448000;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #4d9900;
  border-color: #000000;
}
.btn-primary:hover {
  color: #fff;
  background-color: #5fb300;
  border-color: #448000;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #4d9900;
  border-color: #234200;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #3b7500;
  border-color: #000000;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #78BE20;
  border-color: #448000;
}
.btn-primary .badge {
  color: #78BE20;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #78BE20;
  border-color: #448000;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #4d9900;
  border-color: #000000;
}
.btn-success:hover {
  color: #fff;
  background-color: #5fb300;
  border-color: #448000;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #4d9900;
  border-color: #234200;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #3b7500;
  border-color: #000000;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #78BE20;
  border-color: #448000;
}
.btn-success .badge {
  color: #78BE20;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #28a6c5;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #124d5b;
}
.btn-info:hover {
  color: #fff;
  background-color: #46bdda;
  border-color: #28a6c5;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1d7b92;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #124d5b;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #28a6c5;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #df8413;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #693e09;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ee9c36;
  border-color: #df8413;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #a6620e;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #693e09;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #df8413;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #b52728;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #4c1011;
}
.btn-danger:hover {
  color: #fff;
  background-color: #d43a3b;
  border-color: #b52728;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #821c1d;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #4c1011;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #b52728;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  color: #78BE20;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #408000;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 16px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.3;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #78BE20;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 14px;
  line-height: 1.3;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 480px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 5px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 49px;
  line-height: 49px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 33px;
  line-height: 33px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 2px 12px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  color: #9d9c9c;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #9c9c9c;
  border-radius: 5px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 20px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #78BE20;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.3;
  border: 1px solid transparent;
  border-radius: 5px 5px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 480px) {
  .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: 5px;
}
.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: 480px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 5px 5px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 5px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #78BE20;
}
.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: 480px) {
  .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: 5px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 480px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 5px 5px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 480px) {
  .navbar {
    border-radius: 5px;
  }
}
@media (min-width: 480px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 480px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 320px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 480px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 480px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 480px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 20px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 480px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 5px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 480px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 479px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 480px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 2px;
  margin-bottom: 2px;
}
@media (min-width: 480px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 479px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 480px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 2px;
  margin-bottom: 2px;
}
.navbar-btn.btn-sm {
  margin-top: 8.5px;
  margin-bottom: 8.5px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 480px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 480px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 479px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #fff;
}
@media (max-width: 479px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 5px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #777777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 5px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 2px 12px;
  line-height: 1.3;
  text-decoration: none;
  color: #53565A;
  background-color: transparent;
  border: 1px solid transparent;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 3;
  color: #408000;
  background-color: transparent;
  border-color: transparent;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #53565A;
  background-color: #d3d3d3;
  border-color: #d3d3d3;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: transparent;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: transparent;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #78BE20;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #4d9900;
}
.label-success {
  background-color: #78BE20;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #4d9900;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #78BE20;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.3;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #78BE20;
}
.thumbnail .caption {
  padding: 9px;
  color: #53565A;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 5px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #78BE20;
  border-color: #78BE20;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #ccff99;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 4px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 4px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 4px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 4px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 5px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #78BE20;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #78BE20;
  border-color: #78BE20;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #78BE20;
}
.panel-primary > .panel-heading .badge {
  color: #78BE20;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #78BE20;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.close {
  float: right;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #53565A;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #53565A;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.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: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #e8f9e8;
  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: #53565A;
}
.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.3px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.3;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  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: 480px) {
  .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: 400px;
  }
}
@media (min-width: 768px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.3;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #53565A;
  border-radius: 5px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #53565A;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #53565A;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #53565A;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #53565A;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #53565A;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #53565A;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #53565A;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #53565A;
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body: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;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 479px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 479px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 479px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 479px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 1059px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 1059px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 1059px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 1059px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1060px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1060px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1060px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1060px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 479px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1059px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1060px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  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;
  }
}
/* ################# CUSTOM ################ */
/* ######################## STYLES ####################### */
/* MODAL */
button.close {
  background: rgba(0, 0, 0, 0.1);
}
.close {
  color: rgba(142, 142, 142, 0.5);
  text-align: center;
  text-decoration: none;
  margin-top: 0;
  opacity: 1;
  font-size: 30px;
  text-shadow: none;
}
.close .icon-close {
  line-height: 1;
  position: absolute;
  right: 8px;
  top: 8px;
}
.close:hover,
.close:focus {
  color: #8e8e8e;
  opacity: 1;
}
.modal .form-group-button {
  margin-top: 58px;
}
@media (max-width: 560px) {
  .modal .form-group-button {
    margin-top: 36px;
  }
}
.modal .form-control {
  border-color: #f0f5f0;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 24px;
  padding-left: 12px;
  padding-right: 12px;
}
@media (max-width: 479px) {
  .modal .form-control {
    font-size: 16px;
    height: 40px;
  }
}
.modal textarea.form-control {
  height: auto;
}
.modal-backdrop {
  background: rgba(1, 2, 3, 0.5);
}
.modal-dialog-center {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
}
.modal .close {
  position: absolute;
  top: 0;
  right: 0;
  height: 58px;
  width: 58px;
  -webkit-border-radius: 0 0 0 58px;
  -moz-border-radius: 0 0 0 58px;
  border-radius: 0 0 0 58px;
}
.modal-content {
  border: 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 5px 40px rgba(1, 2, 3, 0.5);
  box-shadow: 0 5px 40px rgba(1, 2, 3, 0.5);
}
.modal-body {
  overflow-y: auto;
  padding: 5px 90px 50px 90px;
  position: relative;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
@media (max-width: 560px) {
  .modal-body {
    padding: 5px 30px 20px 30px;
  }
}
.modal-header {
  padding: 50px 90px 15px 90px;
  border: 0;
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}
@media (max-width: 560px) {
  .modal-header {
    padding: 30px 20px 15px 20px;
  }
}
.modal-header .close {
  margin-top: 0;
}
.modal-title {
  text-align: center;
  margin-bottom: 10px;
}
.modal-title span {
  font-size: 24px;
  font-weight: 300;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  vertical-align: middle;
}
@media (max-width: 360px) {
  .modal-title span {
    font-size: 18px;
  }
}
.modal-subtitle {
  font-size: 20px;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 6px;
}
@media (max-width: 360px) {
  .modal-subtitle {
    font-size: 16px;
  }
}
.modal-footer {
  margin-top: 0;
}
@media (max-width: 620px) {
  .modal-dialog {
    width: 100%;
  }
}
/* radio && checkbox */
.checkbox label,
.radio label {
  position: relative;
  padding-left: 0;
  cursor: pointer;
}
.icheckbox,
.iradio {
  display: inline-block;
  *display: inline;
  vertical-align: top;
  margin: 0;
  padding: 0;
  width: 24px;
  height: 24px;
  border: none;
  cursor: pointer;
  border: 1px solid #9c9c9c;
  background-color: #fff;
  margin-right: 10px;
  line-height: 24px;
  position: relative;
  left: 0;
}
.iradio.hover {
  border-color: #9c9c9c;
}
.icheckbox {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border-color: #9c9c9c;
}
.icheckbox.checked:before {
  /*content: "\e63a";*/
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0px;
  text-align: center;
  font-size: 14px;
  line-height: 23px;
  color: #78BE20;
  font-family: 'icomoon';
  display: inline-block;
  transition: all 0.2s ease 0s;
  background-image: url("/upload/check.jpg");
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
.icheckbox.disabled {
  border-color: lighter(#9c9c9c, 10%);
  background-color: #73e600;
  cursor: default;
}
.icheckbox.checked.disabled {
  border-color: #b6b6b6;
}
.icheckbox.checked.disabled:before {
  color: #99ff33;
}
.iradio {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.iradio.checked {
  border-color: #9c9c9c;
}
.iradio.checked:before {
  content: "";
  height: 10px;
  width: 10px;
  background: #78BE20;
  position: absolute;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  margin-top: -5px;
  margin-left: -5px;
}
.iradio.disabled {
  border-color: #9c9c9c;
  cursor: default;
}
.iradio.checked.disabled {
  border-color: #9c9c9c;
}
.iradio.checked.disabled:before {
  background: #f5f5f5;
}
.selectricWrapper {
  position: relative;
  margin: 0 0 0px;
  cursor: pointer;
  max-width: 330px;
}
.selectricResponsive {
  width: 100%;
}
.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 32px;
  height: 32px;
  color: #BBB;
  text-align: center;
  font: 0/0 a;
  /* IE Fix */
  *font: 0.66666667px Lucida Sans Unicode, Arial Unicode MS, Arial;
}
.selectric .button:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #BBB;
  border-bottom: none;
}
.selectricHover .selectric .button {
  color: #888;
}
.selectricHover .selectric .button:after {
  border-top-color: #888;
}
.selectricDisabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.selectricHideSelect {
  position: relative;
  overflow: hidden;
}
.selectricHideSelect select {
  position: absolute;
  left: -100%;
  display: none;
}
.selectric {
  font-size: 16px;
  border: 1px solid #9c9c9c;
  background: #fff;
  position: relative;
  -webkit-transition: border-color 0.45s ease-in-out;
  -moz-transition: border-color 0.45s ease-in-out;
  transition: border-color 0.45s ease-in-out;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.selectricOpen {
  z-index: 9999;
}
.selectricOpen .selectric {
  z-index: 999;
  border-color: #78BE20;
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
  border-bottom: 1px solid #78BE20;
}
.selectricOpen .selectricItems {
  display: block;
  margin-top: 0;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
.selectric .label {
  text-align: left;
  position: relative;
  display: block;
  font-weight: 300;
  white-space: nowrap;
  /*overflow: hidden;*/
  margin: 0 40px 0 0;
  padding: 14px 0 15px 15px;
  font-size: 16px;
  line-height: 1;
  color: #53565A;
}
.selectric .label:before {
  content: "";
  position: absolute;
  height: 60%;
  top: 20%;
  width: 0;
  background-color: #fff;
  right: 0;
}
.selectric .icon-arrow-down,
.selectric .icon-arrow-down2,
.selectric .icon-arrow-down3 {
  font-size: 20px;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 46px;
  height: 46px;
  width: 46px;
  color: #78BE20;
  text-align: center;
  -webkit-transition: color 0.45s ease-in-out;
  -moz-transition: color 0.45s ease-in-out;
  transition: color 0.45s ease-in-out;
}
.selectricHover .selectric {
  border-color: #78BE20;
}
.selectricHover.selectricOpen .selectric {
  border-bottom-color: #78BE20;
}
.selectricHover .selectric .icon-arrow-down {
  color: #78BE20;
}
.selectricOpen .selectric .icon-arrow-down {
  color: #78BE20;
  content: "\e602";
}
.selectricInput {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: NaN a !important;
  background: none !important;
}
.selectricTempShow {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}
/* Items box */
.selectricItems {
  display: none;
  position: absolute;
  overflow: auto;
  top: 100%;
  right: 0;
  background: #fff;
  border: 1px solid #78BE20;
  border-top: 0;
  z-index: 9998;
  width: 100%!important;
}
.selectricItems .selectricScroll {
  height: 100%;
  overflow: auto;
}
.selectricAbove .selectricItems {
  top: auto;
  bottom: 100%;
}
.selectricItems ul,
.selectricItems li {
  list-style: none;
  padding: 0;
  margin: 0;
  min-height: 20px;
}
.selectricItems li a {
  color: #53565A;
}
.selectricItems li {
  font-size: 16px;
  line-height: 1.2;
  padding: 6px 0 7px 15px;
  cursor: pointer;
  display: block;
  border-bottom: 0 solid #9c9c9c;
  color: #53565A;
  border-top: 0 solid #9c9c9c;
}
.selectricItems li:last-child {
  border-bottom: 0;
  border-top: 0;
}
.selectricItems li.selected {
  background: #78BE20;
  color: #ffffff;
  border-top: 0;
}
.selectricItems li:hover {
  background: #78BE20;
  color: #fff;
}
.selectricItems li.disabled {
  background: #f5f7f9;
  color: #408000;
  border-top-color: #9c9c9c;
  cursor: default;
}
.fileUpload {
  background: #78BE20;
  border: 0;
  display: block;
  width: 100%;
  position: relative;
}
.fileUpload .fileBtn {
  background: #78BE20;
  color: #ffffff;
  cursor: pointer;
  right: 1px;
  top: 1px;
  padding: 0;
  text-align: center;
  width: 80px;
  height: 44px;
  border: 1px solid #78BE20;
  position: absolute;
}
.fileUpload .fileBtn:hover {
  background: #73e600;
  border: 1px solid #73e600;
}
.fileUpload .fileName {
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  padding: 3px 8px 4px;
  min-height: 46px;
  height: 46px;
  border: 1px solid #9c9c9c;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.fileUpload .fileName,
.fileUpload .fileBtn {
  -webkit-transition: color 0.45s, border-color 0.45s, background-color 0.45s ease-in-out;
  -moz-transition: color 0.45s, border-color 0.45s, background-color 0.45s ease-in-out;
  transition: color 0.45s, border-color 0.45s, background-color 0.45s ease-in-out;
}
.fileUpload:after {
  clear: both;
  content: " ";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.no-photo {
  background: #ffffff;
  border: 1px solid #eeeeee;
  display: inline-block;
  height: 100px;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.no-photo:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHN0cm9rZT0iI2QzZDNkMyIgc3Ryb2tlLXdpZHRoPSIxIj48bGluZSB4MT0iMCIgeTE9IjAiIHgyPSIxMDAlIiB5Mj0iMTAwJSIvPiAgICA8bGluZSB4MT0iMCIgeTE9IjEwMCUiIHgyPSIxMDAlIiB5Mj0iMCIvPjwvc3ZnPg==);
  bottom: 0;
  content: "";
  display: block;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
/* form */
label {
  font-weight: normal;
  margin-bottom: 6px;
}
fieldset {
  padding-top: 22px;
  padding-bottom: 19px;
  margin-bottom: 30px;
  border-top: 1px solid #262321;
  border-bottom: 1px solid #262321;
}
.control-label {
  position: relative;
  display: block;
}
.control-label .req {
  font-size: 20px;
  font-style: normal;
  position: absolute;
  right: 5px;
  top: 1px;
  color: #d9534f;
}
.control-label i {
  font-size: 20px;
  position: absolute;
  z-index: 0;
  left: 11px;
  top: 10px;
  color: #c4c4c4;
}
.input-group .form-control {
  z-index: 0;
}
.input-captcha .form-control {
  max-width: 110px;
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 479px) {
  .input-captcha .form-control {
    max-width: inherit;
  }
}
.input-captcha .req {
  left: 96px;
  right: auto;
}
.input-captcha .captcha {
  display: inline-block;
  vertical-align: top;
  margin-left: 8px;
}
@media (max-width: 479px) {
  .input-captcha .captcha {
    margin-left: 0;
    margin-top: 10px;
  }
}
.input-captcha .input-group-addon {
  padding: 0;
}
.submit-group {
  margin-top: 28px;
}
.form-horizontal .control-label {
  text-align: left;
}
.form-horizontal label {
  padding-top: 6px;
}
.form-horizontal .control-label {
  padding-top: 0;
  line-height: 32px;
}
.form-horizontal .control-label > span {
  line-height: 1.3;
  display: inline-block;
  vertical-align: middle;
}
.form-horizontal .panel-group + .h2,
.form-horizontal .panel-group + h2,
.form-horizontal .row + .h2,
.form-horizontal .row + h2 {
  margin-top: 30px;
}
.form-horizontal .h2,
.form-horizontal h2 {
  margin-bottom: 16px;
}
.form-group .error {
  color: #d9534f;
}
.form-group label.error {
  margin-bottom: 0;
  margin-top: 5px;
}
textarea.form-control {
  max-width: 100%;
}
.form-control {
  padding: 5px 8px 6px;
  font-weight: 300;
}
.form-control.error {
  border-color: #d9534f;
}
.form-control.valid {
  border-color: #78BE20;
}
.border-block {
  border: 3px solid #78BE20;
  padding: 25px 30px 35px;
}
.display-table {
  display: table;
  width: 100%;
}
@media (max-width: 1059px) {
  .display-table {
    display: block;
    width: auto;
  }
}
.display-table-cell {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
  padding: 0 0 0 30px;
}
.display-table-cell:first-child {
  padding: 0 30px 0 0;
}
@media (max-width: 1059px) {
  .display-table-cell {
    display: block;
    width: auto;
    padding: 0 0 30px 0;
  }
  .display-table-cell:first-child {
    padding: 0;
  }
}
.separate {
  width: 100%;
  height: 1px;
  display: block;
  background-color: #7f7f7f;
  margin: 30px 0 40px;
}
.icons-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.icons-list ul li {
  margin-bottom: 20px;
  width: 32%;
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
@media (max-width: 1059px) {
  .icons-list ul li {
    width: 49%;
  }
}
@media (max-width: 767px) {
  .icons-list ul li {
    width: 100%;
    display: block;
    padding-left: 24%;
  }
}
@media (max-width: 390px) {
  .icons-list ul li {
    padding-left: 0;
  }
}
.icons-list ul li img {
  vertical-align: middle;
  margin-right: 15px;
}
ul.list-arrow {
  counter-reset: li;
  list-style: none;
  padding: 0 33px 0 0;
  margin: 0;
}
ul.list-arrow li {
  position: relative;
  line-height: 1.2;
  text-align: right;
}
ul.list-arrow li:before {
  content: "";
  position: absolute;
  width: 19px;
  height: 11px;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAALCAYAAACd1bY6AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAABmJLR0QAAAAAAAD5Q7t/AAAACXBIWXMAAAsSAAALEgHS3X78AAAAxUlEQVQoz6XTsWoCQRSF4W+2TBNIE5BUprbbLn2KVHaCfdZHiGCdJo+wkEcIpLGJCMJit11ewacQRJuJjttkl73VzJmZH+49Z4JGFbUn/OAmSnu8lLm1fyprgEZYJqADpm1AV7Ci9ogVbqN0xKzMfbUBnWFFbRBbu0/O5mXusy0IQlG7wwajLg8btcNzhveeIHjAOMMCvz1hO3yHZGYVhsmFtzL30Wlmf4vo5tbFhCNeu5gQ0k3MWeUSjwMmbeMRmkKfH3ACXTMtbBN0XV8AAAAASUVORK5CYII=');
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  right: -33px;
  top: 8px;
  display: inline-block;
}
ul.list-check {
  counter-reset: li;
  list-style: none;
  padding: 0 0 0 20px;
  margin: 0 0 20px 0;
}
@media (max-width: 767px) {
  ul.list-check {
    margin: 0;
  }
}
ul.list-check li {
  position: relative;
  line-height: 1.2;
  text-align: left;
  margin-bottom: 6px;
}
ul.list-check li:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 11px;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAALCAYAAABPhbxiAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkYwMEZDM0FGNEE1QzExRTU4MzJDRjA4QUZGMDY0QzQzIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkYwMEZDM0IwNEE1QzExRTU4MzJDRjA4QUZGMDY0QzQzIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RjAwRkMzQUQ0QTVDMTFFNTgzMkNGMDhBRkYwNjRDNDMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RjAwRkMzQUU0QTVDMTFFNTgzMkNGMDhBRkYwNjRDNDMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7pJaLMAAAAjUlEQVR42mJkIBKknWFgBlJtQDxplgnDU0YSNC0E4mggvgPEDkzIkkDMSEATCKgA8S4mNMmpyJqxaAKBX0BcwYhFcjoQZwMxEw5NIUA/bmYBMiyBOAJJMhNK8+HSBOIwQp0UBaQWATEzjvBB0QTXSEAzhiYUjTg0Y9WEoRFN819cmvBFeBQQ++JTAxBgAEu0NlL3sgjPAAAAAElFTkSuQmCC');
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  left: -20px;
  top: 6px;
  display: inline-block;
}
ul.list-dashed {
  counter-reset: li;
  list-style: none;
  padding: 0 0 0 20px;
}
ul.list-dashed li {
  position: relative;
  margin-bottom: 12px;
}
ul.list-dashed li:before {
  content: "–";
  position: absolute;
  left: -15px;
}
.btn {
  font-size: 19px;
  font-family: "Source Sans Pro", Helvetica, Arial;
  padding: 14px 58px 17px;
  border-width: 0 0 4px 0;
  border-style: solid;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  text-decoration: none;
  opacity: 1;
}
@media (max-width: 1059px) {
  .btn {
    font-size: 18px;
    padding: 12px 54px 15px;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
  }
}
@media (max-width: 479px) {
  .btn {
    padding: 12px 30px 15px;
  }
}
.btn:hover {
  color: #fff;
  opacity: 1;
}
.btn:active {
  border-bottom: 0;
  margin-top: 4px;
}
.btn:active:focus,
.btn:focus {
  outline: none;
  color: #fff;
}
.btn-primary:focus {
  border-bottom-color: #448000;
}
.btn-lg {
  font-size: 24px;
}
@media (max-width: 1059px) {
  .btn-lg {
    font-size: 24px;
  }
}
.btn-md {
  padding: 9px 36px 11px;
}
.btn-sm {
  line-height: 1.1;
  font-size: 20px;
  padding: 4px 36px 8px;
}
[class^="i-"],
[class*=" i-"] {
  display: inline-block;
  vertical-align: baseline;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-repeat: no-repeat;
  background-position: center center;
  bottom: 0;
  background-color: transparent;
}
.i-press {
  width: 27px;
  height: 27px;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAaCAYAAABGiCfwAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgV2luZG93cyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpDRUI3MUIxRTQ3MzIxMUU1OUI0OTlBQ0VENjMxQjhFQSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpDRUI3MUIxRjQ3MzIxMUU1OUI0OTlBQ0VENjMxQjhFQSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkNFQjcxQjFDNDczMjExRTU5QjQ5OUFDRUQ2MzFCOEVBIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkNFQjcxQjFENDczMjExRTU5QjQ5OUFDRUQ2MzFCOEVBIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8++0A6gwAABMlJREFUeNq0VstuHEUUPfXo6XnYHj9knMQmMhAUSHYINjwl5A9A4h/4BFaw4R9gwwqBxFfwWBDYgEEEFpHs8IhiKTETW2N7Zrq7Hpxb7Ql+jG0W0FK7e6qr6txz7rm3rGKMOHrd3diMq6urKIZDjJzHqCgQfIVROUQ1KlCM+D4aoSg8hpzjueaVl19Ct9tVuODSJwcebt6Djhp51kA7a2FBt9HyOWZMB9N2BnO6g3kzhTCVodXuwCqF7Qd/YX19PV4EpqJS0akIxUUln7kjvgoYWg0bgCwExHqIkzW8DtDBQJHTre++hR8EPPPcCnZ6JZoNhWevXzuToQ7cQAcNw+hbZQHF+7OVG+iUe9Clx+1uF6b3ALGMeBRcDXS4XSdvImsDG3c2cHVlCfvDAbbuP4znyBhT2DJjxD/x+gt4+89f4EMbmVV4fmcXIQe2L1/D7ScyzvUIh2B5q4k8z9GZmuGdY2V5Cfe3/pBcxsnMlMjDWyQsKvjffkVb5WQV4aNCn2G4vItLvS282ovMp60lVYZ5baLdnEaj0cTuwQCzs/NYXn4SP63/OJEZ86vhCFiYClMffwKtFQ4s3z/6EOaD9zFnMpj33oVXVRIhINQJZNbEREozQG/Q392F4feFxXmUVYVerxcXFhaO5U8NrImK9pflOtZmqHUyCMYhkp3YIdAohmyi9uAQ7dHAwe93EbhWSqAYliwPlgZLRUrDe4+1tbVjYLZVuWMDX3z5dXzzjdeTO0OqIpvyaXjHpDdlrQjImssdWbmS5jJwOEDLiAVkTRMH5eC0jKdqgcsCpRWoqMTmgcC1gfiLoJrGoYM7HON+XjGYah9T7SZGXBXjNCMbcnK8GAw0B62RtgUjBqOVPEmNKcose2gGYzRLJafApkSFFobFiDJR6pDVc1vZv2AWCw4SINIQVp7cwFl461KlmCBsQmo9JrO1dPxU5Q30n17Cyl6VcixOHnL1p6/dxDtf/aAmgkUBSrVnkIwn8pmaGQ69I1LDNxANUm7zVgNuyLx5hWYsOSlj1ipC0VzOnd0bz7qkYY+btgoNsS5iqMGssWDrRMcZGWYwJcM1qUSCieeDiW1PyauOmjakqOkMuOAT/cCScA0rL/xa906pI+3V+WBSU3KfPH7GgNKr6zZiWMisRx5FVgAqYRRhGYjEIpJfyGzMTsCOM6qvjBuq1MCRyiOmDZkfq9JT3BuluctY0OeDOecSkACOQY8Fwg1Ukk4nBlKVKrUypHEJUKUCYgMIuFjGsSkmgQXDzs9cSfNW3MKx+B7Rof2mk0WphyaudMtiWZ1T1IdgFZupZuTW2seAxpj0XaRRh8Ho7X0MnprFlZHCZWHHRq4IHuVJc7z1/R32Bhv7uZrMTJrpWMqjLMfvIsg4FWFxGnuPenWmVEzWl7wJoGJSJSjHM3BuUKmJYNK1hZkACit5CpC814COm437p8OlbAY/z2iUtpH087o2lq+PEDbsqCbmTBjs7e1hMBg8BjvqziQd5dViBM3Gxkas+PvGTh9NWl+pVm192kNEv9edP9IKTyR/c3MzCiuJ7OS3f0pBp4OnEoPUpw4Z6lQGV1+8KYckmvx/pc9GPTsq1Zlg/8XlTRa1BBaOn5Ua/8N1q3sF8ZvPT43/LcAAt0+gGpgp/pcAAAAASUVORK5CYII=');
}
.i-search {
  width: 19px;
  height: 18px;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAASCAYAAAC5DOVpAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjY5RTVCODQ5NDI1OTExRTU5NTFDRjAxNTExOEQzQzQwIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjY5RTVCODRBNDI1OTExRTU5NTFDRjAxNTExOEQzQzQwIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NjlFNUI4NDc0MjU5MTFFNTk1MUNGMDE1MTE4RDNDNDAiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NjlFNUI4NDg0MjU5MTFFNTk1MUNGMDE1MTE4RDNDNDAiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4hPtbMAAAB90lEQVR42qSUz0tCQRDHZ58eBE2CIEEhOomgV/EW9IMORZ281SW6RKeofyCiQ39ASLcKugTegoowPNhdw27xorSDIqIeNNHn274jGr7nk5IGhp19O+8zszuzK8gk8Xh8DsO2EGJZSjkNu6Moyqeu67ewz6LR6AuNEDEAmQLgHIA1m80mPR6PcLlchDnVajUqlUqSbUgMug9oyxLWAz3BDPj9fgoEAmS328WgY7PZlNlslnK5HMH3EeAVM1DpEoW4ZFAkEqFQKDQEYnE4HCIcDlMwGORsF/HpyOyjIKsFLK5yRj6fz7B1q2PhrL1eLydwgH9nzJlt8Rmx0y+gH2AvOzvsDQMMEZb4sK22NkrcbjcXh6sxb4AhgoerNq44nU6Blpk1Z6Z1Op2xYdwm0C8z7J37aFypVqs6YK8GGDr7plwuU71el38FFQoF2Wq1uHh35mrGEEHLZDLd7H8DtdttmU6nJXZUwvTaAEMXqxhPEI0Y2L8zVqJpmkylUtRoNATcnvGpPnQDIIfQK1VVKZlMymKxOATM5/MykUjISqXCUwYt8a7QuMLqorO9i/SPEXUSfadz+XGmnAmh4lgSH1jbg98N9AK6yS8J/4cdSmHxBE1gWIcuQPl+6dA36AP0vn+5e8H5BdnpAwX9Q0zA2L9gA8BTaPRbgAEAP73qFOhU0mMAAAAASUVORK5CYII=');
}
.i-facebook {
  width: 39px;
  height: 39px;
  background-image: url('data:image/png;base64,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');
}
.i-twitter {
  width: 39px;
  height: 39px;
  background-image: url('data:image/png;base64,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');
}
.i-linkedin {
  width: 39px;
  height: 39px;
  background-image: url('data:image/png;base64,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');
}
.i-call {
  width: 75px;
  height: 75px;
  background-size: 42px 42px;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACUAAAAlCAYAAADFniADAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAABmJLR0QAAAAAAAD5Q7t/AAAACXBIWXMAAAsSAAALEgHS3X78AAADXklEQVRYw8WYW4hVVRjHf+uMeanm4tHRUSrUKSXIZiDIIPKpwB4i6MUub4YQFYQR+FINpGbMSwU9JF0Fgx4aukFJdDEjrEQYI8TRGWJ6GafE7MIUNM2vh70GtyfnzNp7dva9nL3XXv//+u211/n41gqUCDUA1wI3AKuBJUAbcBY4DQwDgyGEoTL+oSDMBmALcCfwB3AYOAH8BPwCdADLgXXABmAKGABeDiF8VwawGczN6kH1B/Vx9epE3Xr1aXVc/VDtqQKmVX1FHVPvV+eV9FmkblNPq/3qgrJAa9UhdZ/aMec3zDy71A/Ub9SVRcW9cXYergKmwTuoO9RRtbvIDI2p91YN1DDOdvV7tWu2jperx9RH/kug3Hi71S+brlV1j/rmxQCK47Won6l9M3W4UT2lLkkwCzGBVgG2Sj2jrrnQw0/UBxON7lIfrXDGnlL3Njb2xMU9P9Hka/VPdX1FUHX17HlpQn1e3ZlocI3n4mjpRPhv31fV7fmGUfX6RPFWz4/+iqA2qYemb1arpwqI+xug/k5Ogs19L1Un1MtqQC9wpIB+acP9zhDCyFyhQggTwHHguhrQDZwsoD+Tux4FdswVKBcngTU1oA6MFxAO566/CCFMVgj1I7C0BiwCJgoID+auOyoEApgEajXgd7JSNilCCMc4twZvVa+oEGoB8FeN7NOtKCjeFX8XAgNqvSKoFcA46u3qp0XV6ru5tDCmPqHept6hPqcOqC0FPY+rPajL1V+LlrrqYvVbm8cLBfzq6m/qJdMNR9WNJWarU/1qFrCHEr3uVvfnG/rUPUWhonZ+1E/MADWpbkrweU/dmm+4Uv1ZXVwGLDdr29SP45bK+DmOqE/Oou2O47c1PnhN3cX/EOrr6u4LPZiuAJM2mhUC3RRntj5Th8fUQ6nFXgVAreoJ9b5mnWrqfvWliwDUEnPd3pTOHTH/PFPV5mAGoH3q5+rCVFGnOhgXYJooHahdfV89oLYXFbfF6R1UeysCukUdjvV46UOOoD5gdlryonpVSZ916htm+8rNVbwg6jL12Zjg3lHvUTtn0axUt6gfxZfqS/1cRU/y2oHNZCd5G8lO8IbIKsYpYB7QRXaS1wocAN4C3o41eFKU/nfFsmQtsApYFpunIugIMBJCmCrj/Q8qqZjqh10wxAAAAABJRU5ErkJggg==');
}
.title-icon {
  margin-bottom: 10px;
}
.title-icon.br img {
  padding-right: 10px;
  border-right: 2px solid #78BE20;
}
.title-icon img {
  vertical-align: middle;
  max-width: 48px;
  max-height: 48px;
  margin-right: 10px;
}
.bg-gray {
  background-color: #efefef;
}
.bg-green {
  background-color: #99d6ae;
}
.bg-radial {
  position: relative;
  overflow: hidden;
}
.bg-radial:before {
  content: "";
  position: absolute;
  z-index: 0;
  width: 1000px;
  height: 1000px;
  margin-left: -500px;
  margin-right: -500px;
  margin-top: -500px;
  left: 50%;
  right: 50%;
  top: 50%;
  background: -moz-radial-gradient(center, ellipse cover, #ffffff 0%, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #ffffff), color-stop(70%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-radial-gradient(center, ellipse cover, #ffffff 0%, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 0) 100%);
  background: -o-radial-gradient(center, ellipse cover, #ffffff 0%, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 0) 100%);
  background: -ms-radial-gradient(center, ellipse cover, #ffffff 0%, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 0) 100%);
  background: radial-gradient(ellipse at center, #ffffff 0%, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1);
}
.pagination-nav {
  text-align: center;
}
.pagination > li:last-child > span,
.pagination > li:first-child > span {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.pagination > li > span {
  padding: 1px 6px;
  margin: 0 6px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.pagination > li > a {
  text-decoration: underline;
  padding: 1px 6px;
  margin: 0 6px;
}
.pagination > li > a > span {
  padding: 0;
  margin: 0;
}
.onepage-section {
  height: 100%;
  padding-top: 0;
  display: table;
  width: 100%;
}
@media (max-width: 1059px), (max-height: 700px) {
  .onepage-section {
    height: auto;
  }
}
.onepage-section-inner {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
  text-align: center;
}
@media (max-height: 840px) {
  .onepage-section-inner {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (max-height: 700px) {
  .onepage-section-inner {
    padding-top: 80px;
    padding-bottom: 30px;
  }
}
.onepage-pagination {
  list-style: none;
  margin: 0;
  padding: 0;
  position: fixed;
  right: 26px;
  top: 50%;
  z-index: 5;
}
@media (max-width: 767px) {
  .onepage-pagination {
    display: none;
  }
}
.onepage-pagination li {
  padding: 0;
  text-align: center;
  margin-bottom: 18px;
}
.onepage-pagination li:last-child {
  margin-bottom: 0;
}
.onepage-pagination li.active a:before {
  opacity: 1;
}
.onepage-pagination li a {
  display: block;
  height: 13px;
  width: 13px;
  border-bottom: 0;
}
.onepage-pagination li a:before {
  background: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #545454;
  content: "";
  height: 13px;
  position: absolute;
  opacity: 0.5;
  width: 13px;
}
.down-arrow {
  bottom: 30px;
  color: #fff;
  font-size: 30px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  z-index: 101;
}
@media (max-height: 750px), (max-width: 1059px) {
  .down-arrow {
    display: none;
  }
}
.down-arrow a {
  text-decoration: none;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #fff;
  width: 32px;
  height: 32px;
  line-height: 28px;
  display: inline-block;
  text-align: center;
}
.down-arrow a i {
  font-size: 20px;
}
.down-arrow-dark a {
  color: #888;
  border-color: #888;
}
.floating-arrow {
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-name: floating-arrow;
  animation-timing-function: ease-in-out;
}
@keyframes floating-arrow {
  0% {
    transform: translate(-50%, 0px);
  }
  65% {
    transform: translate(-50%, 15px);
  }
  100% {
    transform: translate(-50%, 0px);
  }
}
body {
  min-width: 320px;
}
body,
html {
  height: 100%;
  width: 100%;
}
img {
  max-width: 100%;
}
p {
  margin: 0 0 20px;
}
a {
  text-decoration: none;
  border-bottom: 1px solid rgba(104, 204, 0, 0.5);
}
a:hover,
a:active,
a:focus {
  text-decoration: none;
  outline: none;
}
a:hover {
  opacity: 0.8;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 10px;
  margin-bottom: 20px;
}
h3,
.h3 {
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
}
@media (max-width: 479px) {
  .h1,
  h1 {
    font-size: 30px;
  }
}
.dotted {
  border-bottom: 1px dotted;
  text-decoration: none;
}
.dotted:hover {
  text-decoration: none;
}
.dotted:focus {
  text-decoration: none;
  outline: none;
}
.static-page {
  padding-top: 30px;
  padding-bottom: 30px;
}
.static-page:after {
  content: "";
  display: table;
  clear: both;
}
.static-page-inner {
  overflow: hidden;
  float: left;
  width: 100%;
}
.is-sidebar .static-page-wrapper {
  margin-right: 300px;
}
@media (max-width: 1059px) {
  .is-sidebar .static-page-wrapper {
    margin-right: 0;
  }
}
.title-page {
  margin-bottom: 34px;
  border-bottom: 1px solid #000000;
}
.title-page time {
  font-size: 30px;
  font-family: "Source Sans Pro", Helvetica, Arial;
  display: block;
  color: #9c9c9c;
  border-bottom: 1px solid #000000;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .title-page time {
    font-size: 24px;
  }
}
@media (max-width: 479px) {
  .title-page time {
    font-size: 22px;
  }
}
.title-page time + h1 {
  position: relative;
}
.title-page time + h1:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: #fff;
  height: 1px;
  display: block;
}
.title-page h1 {
  font-size: 30px;
  margin-top: 0;
  padding-bottom: 10px;
  margin-bottom: 0;
  font-family: "Source Sans Pro", Helvetica, Arial;
}
@media (max-width: 767px) {
  .title-page h1 {
    font-size: 24px;
  }
}
@media (max-width: 479px) {
  .title-page h1 {
    font-size: 22px;
  }
}
.title-page .subtitle {
  font-size: 17px;
  padding-bottom: 20px;
}
.sidebar {
  width: 220px;
  float: left;
  margin-left: -220px;
}
@media (max-width: 1059px) {
  .sidebar {
    width: auto;
    margin-left: 0;
    margin-bottom: 60px;
  }
}
.sidebar-block {
  margin-bottom: 60px;
}
.sidebar-block header {
  border-bottom: 1px solid #000000;
  margin-bottom: 34px;
  font-family: "Source Sans Pro", Helvetica, Arial;
}
@media (max-width: 767px) {
  .sidebar-block header {
    margin-bottom: 20px;
  }
}
.sidebar-block header h2,
.sidebar-block header .h2 {
  font-size: 36px;
  margin-top: 0;
}
@media (max-width: 1059px) {
  .sidebar-block header h2,
  .sidebar-block header .h2 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .sidebar-block header h2,
  .sidebar-block header .h2 {
    font-size: 24px;
  }
}
.sidebar-block header h3,
.sidebar-block header .h3 {
  font-size: 30px;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: "Source Sans Pro", Helvetica, Arial;
}
@media (max-width: 767px) {
  .sidebar-block header h3,
  .sidebar-block header .h3 {
    font-size: 24px;
  }
}
.sidebar .news-list-item {
  margin-bottom: 25px;
}
.sidebar .news-list-title {
  font-size: 16px;
}
.contact-list-item {
  font-family: "Source Sans Pro", Helvetica, Arial;
  font-size: 20px;
  text-align: left;
  margin-bottom: 20px;
  line-height: 1.2;
}
.contact-list-item b {
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-weight: 300;
  display: block;
  text-decoration: underline;
  margin-bottom: 3px;
}
.contact-list-item .phones {
  display: inline-block;
  text-align: right;
}
.contact-list-item .phones span {
  display: block;
}
.is_admin .header-wrapper {
  margin-top: 0;
  padding-top: 0;
}
.is_admin .header-wrapper > .container {
  padding-top: 30px;
}
.bg-image {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
}
.bg-image:before {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.5);
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
}
.first-no-bg.onepage-section {
  padding-top: 80px;
}
.header-wrapper {
  position: relative;
  overflow: hidden;
  padding: 0;
  margin: 0;
  border-bottom: 9px solid #78BE20;
  padding-top: 60px;
}
.header-wrapper section {
  padding: 0;
  margin: 0;
}
.header-wrapper.onepage-section {
  border-bottom: 0;
}
.header-wrapper .onepage-section-inner > .container {
  padding-top: 0;
}
.header-wrapper > .container {
  padding-top: 30px;
}
.map-block {
  margin-bottom: 30px;
  position: relative;
}
.map-block:before {
  background-color: rgba(0, 0, 0, 0.2);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.map-block:hover:before {
  display: none;
}
.map-block:hover .h3,
.map-block:hover h3 {
  display: none;
}
.map-block .h3,
.map-block h3 {
  font-size: 25px;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  margin: 0;
  padding: 5px 0 10px;
  color: #fff;
}
.is_admin .navigation {
  position: relative;
}
.navigation {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  position: fixed;
  width: 100%;
  z-index: 999;
  background-color: rgba(255, 255, 255, 0.8);
  margin-bottom: 0;
  padding-top: 0;
}
.navigation header {
  padding: 12px 15px 3px;
  position: relative;
  width: 1030px;
  margin: 0 auto;
  -webkit-transition: padding 300ms ease-in-out;
  transition: padding 300ms ease-in-out;
}
@media (max-width: 1059px) {
  .navigation header {
    width: 750px;
  }
}
@media (max-width: 767px) {
  .navigation header {
    width: 460px;
  }
}
@media (max-width: 767px) {
  .navigation header {
    width: 100%;
  }
}
.fixed {
  position: fixed;
  z-index: 999;
  width: 100%;
}
.logo {
  display: inline;
  padding: 0 20px 0 0;
}
.logo a{
	border: 0;
}
@media (max-width: 1059px) {
  .logo {
    display: none;
  }
}
.logo-mobile {
  display: none;
  overflow: hidden;
  padding: 0px 0 3px;
}
@media (max-width: 1059px) {
  .logo-mobile {
    display: inline-block;
  }
}
.header-nav {

}
.header-nav a {
  color: #fff;
  text-decoration: none;
  border-bottom: 0;
}
.header-nav a:focus {
  outline: none;
}
.header-nav nav {
  line-height: 0;
}
.header-nav.open {
  visibility: visible;
  opacity: 0.9;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.primary-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline;
}
.primary-nav:last-child:after {
  content: "";
  display: inline-block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  width: 100%;
}
.primary-nav li {
  display: inline;
}
.primary-nav li.active a {
  color: #78BE20;
}
.primary-nav li a {
  color: #53565A;
  padding: 0 20px;
  font-size: 16px;
}
.primary-nav li a:hover {
  color: #78BE20;
}
ul.lang {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 15px;
  top: 16px;
}
@media (max-width: 829px) {
  ul.lang {
    right: 12%;
  }
}
@media (max-width: 767px) {
  ul.lang {
    right: 70px;
  }
}
@media (max-width: 1059px) {
  ul.lang {
    display: none;
  }
}
ul.lang li {
  display: none;
}
ul.lang li.active {
  display: inline-block;
}
ul.lang .active a{
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
ul.lang li a {
  color: #53565A;
  border-bottom: 0;
}
.nav-toggle {
  position: absolute;
  top: 0;
  right: 15px;
  z-index: 999999;
  padding: 10px 35px 16px 0;
  cursor: pointer;
	border: 0;
}
.nav-toggle:focus {
  outline: none;
}
.nav-toggle span,
.nav-toggle span:before,
.nav-toggle span:after {
  content: "";
  position: absolute;
  display: block;
  width: 35px;
  height: 3px;
  border-radius: 1px;
  background: #53565A;
  cursor: pointer;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.nav-toggle span:before {
  top: -10px;
}
.nav-toggle span:after {
  bottom: -10px;
}
.nav-toggle.active span {
  background-color: transparent;
}
.nav-toggle.active span:before,
.nav-toggle.active span:after {
  top: 0;
}
.nav-toggle.active span:before {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #fff;
}
.nav-toggle.active span:after {
  top: 10px;
  -ms-transform: translatey(-10px) rotate(-45deg);
  -webkit-transform: translatey(-10px) rotate(-45deg);
  transform: translatey(-10px) rotate(-45deg);
  background: #fff;
}
.navicon {
  position: absolute;
  height: 26px;
  right: 0;
  top: 18px;
  width: 64px;
  visibility: hidden;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
@media screen and (max-width: 1059px) {
  .header-nav {
    position: fixed;
    background-color: #53565A;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99999;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
    transition: opacity 0.5s, visibility 0s 0.5s;
  }
  .header-nav nav {
    position: relative;
    top: 45%;
    line-height: 1.3;
    -moz-transform: translatey(-45%);
    -ms-transform: translatey(-45%);
    -o-transform: translatey(-45%);
    -webkit-transform: translatey(-45%);
    transform: translatey(-45%);
  }
  .header-nav nav ul.primary-nav {
    margin: 0;
    padding: 0;
    text-align: center;
  }
  .header-nav nav ul.primary-nav li {
    display: block;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -moz-transform: translate3d(0, -80px, 0);
    -ms-transform: translate3d(0, -80px, 0);
    -o-transform: translate3d(0, -80px, 0);
    -webkit-transform: translate3d(0, -80px, 0);
    transform: translate3d(0, -80px, 0);
    -moz-transition: -moz-transform 0.5s, opacity 0.5s;
    -o-transition: -o-transform 0.5s, opacity 0.5s;
    -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s;
  }
  .header-nav nav ul.primary-nav li a {
    padding-right: 0;
  }
  .header-nav nav ul.primary-nav li:first-child {
    -moz-transition-delay: 0.05s;
    -o-transition-delay: 0.05s;
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
  }
  .header-nav nav ul.primary-nav li:nth-child(2) {
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
  }
  .header-nav nav ul.primary-nav li:nth-child(3) {
    -moz-transition-delay: 0.15s;
    -o-transition-delay: 0.15s;
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
  }
  .header-nav nav ul.primary-nav li:nth-child(4) {
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
  .header-nav nav ul li {
    margin-bottom: 25px;
  }
  .header-nav nav ul li a {
    color: #fff;
    font-size: 25px;
    text-transform: uppercase;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
  }
  .header-nav.open ul.primary-nav li {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .navicon {
    visibility: visible;
  }
}
.header-wrapper .phones-block {
  position: absolute;
  top: 50%;
}
/* fix */
.header-wrapper .phones-block .phones-tooltip{
	display:none;
}
.header-wrapper .phones-block.open .phones-tooltip{
	display:block;
	position: relative;
	padding-top: 10px;
	line-height: 1.3;
	font-size: 14px;
    left:24px
}
.header-wrapper .phones-block .phones-tooltip span{
	cursor:pointer;
	display: block;
	padding: 10px 10px;
	background-color: #78BE20;
	-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
			border-radius: 3px;
}
/* //fix */
.header-wrapper .phones-block .phones {
  position: relative;
  cursor: pointer;
}
.header-wrapper .phones-block .phones:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.phones-block {
  position: fixed;
  right: 0;
  top: 120px;
  z-index: 100;
  color: #fff;
  background-color: #78BE20;
  -webkit-border-radius: 40px 0 0 40px;
  -moz-border-radius: 40px 0 0 40px;
  border-radius: 40px 0 0 40px;
  height: 75px;
  padding-left: 12px;
  padding-right: 20px;
  line-height: 75px;
  margin-right: -160px;
  -webkit-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  transition: 0.5s ease all;
}
@media (max-width: 767px) {
  .phones-block {
    display: none;
  }
}
.phones-block.open {
  margin-right: 0;
}
.phones-block .i-call {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  margin-right: -6px;
  margin-top: -4px;
  margin-left: -10px;
}
.phones-block .phones {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.3;
}
@media (max-width: 1059px) {
  .phones-block .phones {
    margin-bottom: 6px;
  }
}
.phones-block .phones-inner {
  display: inline-block;
  vertical-align: middle;
}
.phones-block .phones a {
  color: #fff;
  text-decoration: none;
  font-size: 17px;
  border:0;
}
.phones-block .phones span {
  display: block;
  text-align: right;
  color: #fff;
}
footer {
  background-color: #f0f0f0;
  padding-top: 40px;
  padding-bottom: 30px;
}
.footer-left {
  float: left;
  padding-right: 30px;
  width: 25%;
}
@media (max-width: 1059px) {
  .footer-left {
    width: 30%;
  }
}
@media (max-width: 767px) {
  .footer-left {
    float: none;
    width: auto;
    padding-right: 0;
    text-align: center;
  }
}
.footer-right {
  float: left;
  width: 75%;
}
@media (max-width: 1059px) {
  .footer-right {
    width: 70%;
  }
}
@media (max-width: 767px) {
  .footer-right {
    width: auto;
    float: none;
  }
}
.footer-top {
  margin-bottom: 40px;
}
@media (max-width: 1059px) {
  .footer-top {
    margin-bottom: 15px;
  }
}
.footer-top-table {
  display: table;
  width: 100%;
}
.footer-top .phones-email {
  display: table-cell;
  vertical-align: middle;
  width: 68%;
}
@media (max-width: 1059px) {
  .footer-top .phones-email {
    width: 52%;
  }
}
@media (max-width: 767px) {
  .footer-top .phones-email {
    width: auto;
    display: block;
    text-align: center;
    margin-bottom: 20px;
  }
}
.footer-top .phones,
.footer-top .email {
  display: table-cell;
  vertical-align: middle;
  font-size: 18px;
  font-family: "Source Sans Pro", Helvetica, Arial;
  width: 50%;
}
@media (max-width: 1059px) {
  .footer-top .phones,
  .footer-top .email {
    display: block;
    width: auto;
  }
}
@media (max-width: 1059px) {
  .footer-top .phones {
    margin-bottom: 6px;
  }
}
.footer-top a{
	border-bottom:1px solid rgba(0,0,0,.5);
}
.footer-top .phones-inner {
  display: inline-block;
  vertical-align: middle;
}
.footer-top .phones a {
  color: #353535;
  text-decoration: none;
  border-bottom: 0;
}
.footer-top .phones span {
  display: block;
  text-align: right;
  color: #353535;
}
.footer-top .email {
  color: #353535;
}
.footer-top .email a {
  color: #353535;
}
@media (max-width: 767px) {
  .footer-bottom {
    text-align: center;
  }
}
.footer-bottom .address {
  font-size: 16px;
}
@media (max-width: 1059px) {
  .footer-bottom .address {
    margin-bottom: 10px;
  }
}
.footer-copyright {
  float: right;
  font-size: 15px;
}
@media (max-width: 1059px) {
  .footer-copyright {
    float: none;
  }
}
@media (max-width: 767px) {
  .footer-copyright {
    text-align: center;
  }
}
.footer-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  .footer-menu ul {
    text-align: center;
  }
}
.footer-menu ul li {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .footer-menu ul li {
    display: inline-block;
  }
  .footer-menu ul li + li {
    margin-left: 20px;
  }
}
.footer-menu ul li a {
  color: #53565A;
  font-size: 14px;
  border-bottom:1px solid rgba(0,0,0,.5);
}
.footer-menu ul li a span {
  font-size: 12px;
}
.search-block {
  width: 32%;
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 1059px) {
  .search-block {
    display: block;
    width: auto;
  }
}
.search-block .form-control {
  height: 32px;
  padding-right: 30px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-color: #c7c7c7;
}
.search-block .form-group {
  position: relative;
  margin-bottom: 0;
}
.search-block .btn {
  position: absolute;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0;
  right: 6px;
  top: 5px;
  padding: 0;
  border: 0;
}
.social-block {
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .social-block {
    margin-bottom: 10px;
  }
}
.social-block a {
  border-bottom: 0;
}
/*.social-block a + a {
  margin-left: 15px;
}*/
.metro-menu {
  padding: 0;
  margin: 0 -5px;
  margin-bottom: 20px;
}
.metro-menu a{
	border:0;
}
.metro-menu:before,
.metro-menu:after {
  content: "";
  display: table;
}
.metro-menu:after {
  clear: both;
}
.metro-menu .m-width-50 .m-item.m-height-25.m-width-100 a:hover .m-title {
  font-size: 16px;
}
.metro-menu .m-width-50 .m-item.m-height-25.m-width-100 a:hover .m-img + .m-title {
  font-size: 16px;
}
.metro-menu .m-item {
  margin-bottom: 10px;
  height: 70px;
  float: left;
  padding: 0 5px;
}
.metro-menu .m-item.m-head {
  width: 100%;
  float: none;
  height: auto;
}
.metro-menu .m-item.m-head .m-title {
  font-size: 16px;
  position: relative;
  padding: 0;
  bottom: auto;
  left: auto;
}
.metro-menu .m-item.m-height-25.m-width-100 a:hover .m-title {
  font-size: 16px;
}
.metro-menu .m-item.m-height-25.m-width-100 a:hover .m-img + .m-title {
  font-size: 16px;
}
.metro-menu .m-item .m-a,
.metro-menu .m-item a {
  color: #fff;
  text-decoration: none;
  height: 100%;
  display: block;
  padding: 10px 10px 10px 15px;
  position: relative;
  opacity: 1;
}
.metro-menu .m-item .m-a.active .m-title,
.metro-menu .m-item a.active .m-title,
.metro-menu .m-item .m-a:hover .m-title,
.metro-menu .m-item a:hover .m-title {
  font-size: 16px;
}
.metro-menu .m-item .m-a.active .m-img,
.metro-menu .m-item a.active .m-img,
.metro-menu .m-item .m-a:hover .m-img,
.metro-menu .m-item a:hover .m-img {
  opacity: 1;
}
.metro-menu .m-item .m-a.active .m-img + .m-title,
.metro-menu .m-item a.active .m-img + .m-title,
.metro-menu .m-item .m-a:hover .m-img + .m-title,
.metro-menu .m-item a:hover .m-img + .m-title {
  opacity: 0;
  font-size: 16px;
}
.metro-menu .m-item .m-a.active .m-icon-default,
.metro-menu .m-item a.active .m-icon-default,
.metro-menu .m-item .m-a:hover .m-icon-default,
.metro-menu .m-item a:hover .m-icon-default {
  display: none;
  transition: opacity 0.2s ease 0s;
}
.metro-menu .m-item .m-a.active .m-icon-hover,
.metro-menu .m-item a.active .m-icon-hover,
.metro-menu .m-item .m-a:hover .m-icon-hover,
.metro-menu .m-item a:hover .m-icon-hover {
  display: inline-block;
  transition: opacity 0.2s ease 0s;
}
.metro-menu .m-item .m-a.active .m-effect-animation,
.metro-menu .m-item a.active .m-effect-animation,
.metro-menu .m-item .m-a:hover .m-effect-animation,
.metro-menu .m-item a:hover .m-effect-animation {
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.metro-menu .m-item .m-a.disabled .m-title,
.metro-menu .m-item a.disabled .m-title {
  font-size: 16px;
}
.metro-menu .m-item .m-a.disabled .m-img,
.metro-menu .m-item a.disabled .m-img {
  opacity: 0;
}
.metro-menu .m-item .m-a.disabled .m-img + .m-title,
.metro-menu .m-item a.disabled .m-img + .m-title {
  opacity: 1;
  font-size: 16px;
}
.metro-menu .m-item .m-a.disabled .m-icon-default,
.metro-menu .m-item a.disabled .m-icon-default {
  display: block;
  transition: opacity 0.2s ease 0s;
}
.metro-menu .m-item .m-a.disabled .m-icon-hover,
.metro-menu .m-item a.disabled .m-icon-hover {
  display: none;
  transition: opacity 0.2s ease 0s;
}
.metro-menu .m-item .m-a.disabled .m-effect-animation,
.metro-menu .m-item a.disabled .m-effect-animation {
  left: 50%;
  top: 50%;
  height: 0;
  width: 0;
}
.metro-menu .m-border .m-wrap a:before {
  content: "";
  display: block;
  position: absolute;
  left: 4px;
  width: 3px;
  top: 0;
  bottom: 0;
  background: #fff;
}
.metro-menu .m-border .m-wrap a.active:before,
.metro-menu .m-border .m-wrap a:hover:before {
  background: #78BE20;
}
.metro-menu .m-img {
  opacity: 0;
  transition: all 0.2s ease 0s;
}
.metro-menu .m-height-100.m-width-100 .m-title,
.metro-menu .m-height-25.m-width-100 .m-title {
  padding-right: 70px;
}
.metro-menu .m-title {
  padding-right: 10px;
  transition: all 0.2s ease 0s;
}
.metro-menu .m-img,
.metro-menu .m-title {
  position: absolute;
  bottom: 10px;
  left: 15px;
}
.metro-menu .m-icon {
  position: absolute;
  right: 10px;
  top: 10px;
}
.metro-menu .m-icon-hover {
  display: none;
  transition: opacity 0.2s ease 0s;
}
.metro-menu .m-wrap {
  background: rgba(0, 0, 0, 0.7);
  height: 100%;
  position: relative;
  overflow: hidden;
}
.metro-menu .m-active .m-icon-default {
  display: none;
  transition: opacity 0.2s ease 0s;
}
.metro-menu .m-active .m-icon-hover {
  display: inline-block;
  transition: opacity 0.2s ease 0s;
}
.metro-menu .m-effect {
  position: absolute;
  height: 260px;
  width: 260px;
}
.metro-menu .m-effect-animation {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 0;
  width: 0;
  background: rgba(255, 255, 255, 0.25);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  transition: all 0.2s ease 0s;
}
.metro-menu .m-item-wrap {
  float: left;
}
.metro-menu .m-height-100 {
  height: 310px;
}
.metro-menu .m-height-100 .m-effect {
  right: -25%;
  bottom: 10px;
}
.metro-menu .m-height-50 {
  height: 150px;
}
.metro-menu .m-height-25 {
  height: 70px;
}
.metro-menu .m-width-100 {
  width: 100%;
}
.metro-menu .m-width-100 .m-effect {
  right: -25%;
  bottom: 10px;
}
.metro-menu .m-width-75 {
  width: 75%;
}
.metro-menu .m-width-50 {
  width: 50%;
}
.metro-menu .m-width-50 .m-effect {
  right: -70px;
  bottom: 10px;
}
.metro-menu .m-width-25 {
  width: 25%;
}
.metro-menu .m-width-25 .m-effect {
  right: -130px;
  bottom: 10px;
}
.metro-menu .m-height-50.m-width-100 .m-effect {
  bottom: 10px;
  right: -70px;
}
.metro-menu .m-height-50.m-width-25 .m-effect {
  bottom: 10px;
  right: -130px;
}
.metro-menu .m-height-25.m-width-50 .m-effect,
.metro-menu .m-width-50 .m-height-25.m-width-100 .m-effect {
  right: -100px;
  bottom: -30px;
}
.metro-menu .m-height-25.m-width-100 .m-effect {
  bottom: -30px;
  right: -130px;
}
.metro-menu .m-height-100.m-width-100 .m-effect {
  right: -130px;
  top: -100px;
}
@media (max-width: 1059px) {
  .col-lg-6 .metro-menu .m-height-50.m-width-100 {
    width: 50%;
  }
  .col-lg-3 .m-height-50.m-width-100 {
    width: 50%;
  }
  .col-lg-3 .m-height-25.m-width-100 {
    width: 25%;
    height: 150px;
  }
  .col-lg-3 .m-height-100.m-width-100 {
    height: 150px;
  }
  .m-height-100.m-width-100 .m-effect,
  .m-height-25.m-width-100 .m-effect {
    top: auto!important;
    bottom: 10px!important;
  }
  .m-width-50 .m-height-25.m-width-100 .m-effect {
    bottom: -30px !important;
  }
}
@media (max-width: 767px) {
  .metro-menu .m-item-wrap {
    float: none;
  }
  .metro-menu .m-item-wrap.m-width-50,
  .metro-menu .m-item-wrap.m-width-25{
    width: 100%;
  }
  .metro-menu .m-width-75,
  .metro-menu .m-height-50.m-width-25,
  .metro-menu .m-height-50.m-width-50,
  .metro-menu .m-height-50.m-width-100 {
    width: 100%;
  }
  .metro-menu .m-height-25.m-width-100 {
    height: 150px;
  }
  .metro-menu .m-height-25.m-width-50,
  .metro-menu .m-height-25.m-width-100,
  .metro-menu .m-height-50.m-width-25 {
    width: 50%;
  }
  .metro-menu .m-height-100.m-width-100 .m-title,
  .metro-menu .m-height-25.m-width-100 .m-title {
    padding-right: 10px;
  }
  .metro-menu .m-height-25.m-width-50 .m-title {
    padding-right: 60px;
  }
  .metro-menu .m-height-25.m-width-100 .m-effect,
  .metro-menu .m-height-25.m-width-50 .m-effect,
  .metro-menu .m-width-50 .m-height-25.m-width-100 .m-effect,
  .metro-menu .m-height-25.m-width-50 .m-effect,
  .metro-menu .m-effect {
    bottom: 10px!important;
    right: -130px !important;
  }
  .metro-menu .col-lg-15 .m-height-25.m-width-50 .m-effect,
  .metro-menu .m-item-wrap .m-height-25.m-width-50 .m-effect,
  .metro-menu .m-height-25 .m-effect {
    bottom: -30px !important;
  }
}
@media (max-width: 479px) {
  .metro-menu .m-item {
    margin-bottom: 5px;
  }
  .metro-menu .m-width-25,
  .metro-menu .m-width-50,
  .metro-menu .m-width-100 {
    width: 100%!important;
  }
  .metro-menu .m-height-100.m-width-100,
  .metro-menu .m-height-25.m-width-100,
  .metro-menu .m-height-25,
  .metro-menu .m-height-50,
  .metro-menu .m-height-100 {
    height: auto;
  }
  .metro-menu .m-icon,
  .metro-menu .m-img {
    display: none;
  }
  .metro-menu .m-head {
    text-align: center;
  }
  .metro-menu .m-title {
    opacity: 1!important;
    position: relative;
    left: auto!important;
    bottom: auto!important;
    padding-right: 10px!important;
    font-size: 16px!important;
  }
  .metro-menu .m-effect {
    display: none;
  }
}
.subscribe-block {
  max-width: 500px;
}
.subscribe-block-title {
  margin-bottom: 3px;
  font-size: 17px;
  color: #53565A;
}
.subscribe-block .form-group {
  position: relative;
}
.subscribe-block .form-control {
  padding-right: 140px;
  height: 32px;
  padding-bottom: 4px;
  padding-top: 4px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.subscribe-block .btn {
  position: absolute;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  right: 0;
  top: 0;
  padding: 3px 30px 5px;
  margin-top: 0;
  border-bottom-width: 3px;
  font-size: 16px;
}
.subscribe-block .btn:active {
  margin-top: 3px;
  border-bottom-width: 0;
}
section {
  padding-top: 30px;
  position: relative;
}
section .container {
  position: relative;
}
section header {
  /*border-bottom: 1px solid #000000;*/
  margin-bottom: 34px;
  font-family: "Source Sans Pro", Helvetica, Arial;
}
@media (max-width: 767px) {
  section header {
    margin-bottom: 20px;
  }
}
section header h2,
section header .h2 {
  font-size: 36px;
  margin-top: 0;
  font-family: "Source Sans Pro", Helvetica, Arial;
}
@media (max-width: 1059px), (max-height: 840px) {
  section header h2,
  section header .h2 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  section header h2,
  section header .h2 {
    font-size: 24px;
  }
}
section header h3,
section header .h3 {
  font-size: 30px;
  margin-top: 0;
  font-family: "Source Sans Pro", Helvetica, Arial;
}
@media (max-width: 767px) {
  section header h3,
  section header .h3 {
    font-size: 24px;
  }
}
section header .more {
  float: right;
  color: #4f4f4f;
  text-decoration: none;
  padding-top: 12px;
  border-bottom: 0;
}
@media (max-width: 767px) {
  section header .more {
    padding-top: 6px;
  }
}
section header .more span {
  font-size: 85%;
  vertical-align: middle;
}
section header.header-green {
  text-align: center;
  border: 0;
}
section header.header-green .h1,
section header.header-green .h2,
section header.header-green .h3,
section header.header-green h1,
section header.header-green h2,
section header.header-green h3 {
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 18px;
  position: relative;
}
section header.header-green .h1:after,
section header.header-green .h2:after,
section header.header-green .h3:after,
section header.header-green h1:after,
section header.header-green h2:after,
section header.header-green h3:after {
  content: "";
  height: 3px;
  left: 10%;
  right: 10%;
  background-color: #78BE20;
  position: absolute;
  top: 100%;
}
section header.header-no-border {
  text-align: center;
  border-bottom: 0;
}
section .section-button {
  text-align: center;
  margin-top: 54px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  section .section-button {
    margin-top: 30px;
  }
}
.header {
  border-bottom: 1px solid #000000;
  margin-bottom: 44px;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .header {
    margin-bottom: 30px;
  }
}
.hero-block {
  color: #fff;
}
@media (max-height: 700px) {
  .hero-block {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .hero-block {
    padding-top: 60px;
  }
}
.hero-block .h1,
.hero-block h1 {
  font-size: 70px;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-weight: 300;
  margin-bottom: 42px;
}
@media (max-width: 1059px) {
  .hero-block .h1,
  .hero-block h1 {
    font-size: 36px;
    margin-bottom: 32px;
  }
}
@media (max-width: 767px) {
  .hero-block .h1,
  .hero-block h1 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.hero-intro {
  font-size: 35px;
  line-height: 1.2;
  margin-bottom: 64px;
}
@media (max-width: 1059px) {
  .hero-intro {
    font-size: 20px;
    margin-bottom: 44px;
  }
}
@media (max-width: 767px) {
  .hero-intro {
    font-size: 16px;
    margin-bottom: 34px;
  }
}
.hero-button .btn {
  margin-bottom: 10px;
}
.hero-button span {
  font-size: 20px;
}
@media (max-width: 1059px) {
  .hero-button span {
    font-size: 16px;
  }
}
.hero-button .link {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.hero-button a {
  color: #fff;
  font-size: 24px;
}
@media (max-width: 1059px) {
  .hero-button a {
    font-size: 18px;
  }
}
.hero .down-arrow {
  bottom: 30px;
}
@media (max-height: 750px), (max-width: 1059px) {
  .hero .down-arrow {
    display: block;
  }
}
.retailers header {
  margin-bottom: 0;
}
.retailers header h2,
.retailers header .h2 {
  margin-bottom: 0;
}
@media (max-height: 790px) {
  .retailers .section-button {
    margin-top: 40px;
  }
}
.retailers-map {
  text-align: center;
  margin: auto;
}
@media (max-height: 870px) {
  .retailers-map {
    max-width: 900px;
  }
}
@media (max-height: 830px) {
  .retailers-map {
    max-width: 800px;
  }
}
@media (max-height: 768px) {
  .retailers-map {
    max-width: 700px;
  }
}
.video-block {
  text-align: center;
}
@media (max-height: 830px) {
  .video-block img {
    max-height: 400px;
  }
}
@media (max-height: 768px) {
  .video-block img {
    max-height: 380px;
  }
}
.programms h4,
.programms .h4 {
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media (max-height: 767px) {
  .programms h4,
  .programms .h4 {
    font-size: 18px;
  }
}
@media (max-width: 1059px) {
  .programms h4,
  .programms .h4 {
    font-size: 18px;
  }
}
.programms ul {
  margin-bottom: 42px;
}
@media (max-height: 810px) {
  .programms ul {
    margin-bottom: 25px;
  }
}
@media (max-height: 790px) {
  .programms ul {
    margin-bottom: 20px;
  }
}
@media (max-height: 767px) {
  .programms ul {
    margin-bottom: 14px;
  }
}
@media (max-width: 767px) {
  .programms ul {
    margin-bottom: 30px;
  }
}
.programms ul li {
  font-size: 20px;
}
@media (max-height: 767px) {
  .programms ul li {
    font-size: 18px;
    margin-bottom: 4px;
  }
}
@media (max-width: 1059px) {
  .programms ul li {
    font-size: 18px;
    margin-bottom: 4px;
  }
}
.programms-block {
  font-size: 27px;
  text-align: center;
}
@media (max-width: 1059px) {
  .programms-block {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .programms-block {
    font-size: 18px;
  }
}
.features {
  padding-top: 0;
}
.features .section-button {
  margin-top: 40px;
}
.integration-info {
  font-size: 27px;
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 1059px) {
  .integration-info {
    margin-bottom: 40px;
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .integration-info {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.integration .icons-list {
  font-size: 20px;
  font-family: "Source Sans Pro", Helvetica, Arial;
}
@media (max-width: 1059px) {
  .integration .icons-list {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .integration .icons-list {
    font-size: 16px;
  }
}
.capability h5 {
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
}
.news-detail {
  margin-bottom: 40px;
}
.news-detail .time {
  margin-bottom: 20px;
}
.news-detail time {
  color: #9d9c9c;
  display: block;
  margin-right: 5px;
}
.news-detail .description {
  margin-bottom: 20px;
}
.news-detail .description img {
  margin-bottom: 30px;
}
.news-detail .description img[align="left"] {
  margin-right: 30px;
}
.news-detail .description img[align="right"] {
  margin-left: 30px;
}
.news-detail .img {
  margin-left: 30px;
  margin-bottom: 30px;
  text-align: center;
}
@media (max-width: 767px) {
  .news-detail .img {
    float: none!important;
    margin-left: 0;
    margin-bottom: 20px;
  }
}
.news-detail .img img {
  max-width: 450px;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  padding: 3px;
}
@media (max-width: 479px) {
  .news-detail .img img {
    max-width: 100%;
  }
}
.news-list-item {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .news-list-item {
    margin-bottom: 30px;
  }
}
.news-list time {
  color: #9d9c9c;
  display: inline;
  margin-right: 5px;
}
.news-list-title {
  margin-bottom: 16px;
  font-size: 18px;
  font-family: "Source Sans Pro", Helvetica, Arial;
}
@media (max-width: 767px) {
  .news-list-title {
    font-size: 16px;
  }
}
.news-list-title a {
  color: #53565A;
  border-bottom:1px solid rgba(0,0,0,.5);
}
.news-list-body {
  overflow: hidden;
}
.news-list-img {
  float: left;
  margin-right: 12px;
}
.news-list-img img {
  max-width: 150px;
}
@media (max-width: 1059px) {
  .news-list-img img {
    max-width: 130px;
  }
}
@media (max-width: 767px) {
  .news-list-img img {
    max-width: 90px;
  }
}
@media (max-width: 479px) {
  .news-list-img img {
    max-width: 80px;
  }
}
.news-list-description {
  overflow: hidden;
}
.news-list .more a {
  color: #53565A;
  border-bottom:1px solid rgba(0,0,0,.5);
}
.news-list .more span {
  font-size: 85%;
  vertical-align: middle;
}
.col-lg-8 .brands-list ul li {
  width: 25%;
}
@media (max-width: 1059px) {
  .col-lg-8 .brands-list ul li {
    width: 20%;
  }
}
@media (max-width: 767px) {
  .col-lg-8 .brands-list ul li {
    width: 33.33%;
  }
}
@media (max-width: 479px) {
  .col-lg-8 .brands-list ul li {
    width: 50%;
  }
}
.clients-list-item {
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #53565A;
}
.clients-list-img {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  width: 150px;
  text-align: center;
}
.clients-list-file {
  border-bottom: 1px solid;
}
.clients-list-footer .i-press {
  position: absolute;
  left: 0;
  top: 1px;
}
.clients-list-footer a {
  color: #53565A;
  font-size: 15px;
  margin-right: 10px;
  padding-bottom: 4px;
  margin-bottom: 5px;
  padding-left: 36px;
  display: inline-block;
  border-bottom: 0;
  position: relative;
}
.clients-list-footer a span {
  vertical-align: middle;
  margin-right: 10px;
}
.brands-table {
  display: table;
  width: 100%;
}
.brands-border-right {
  border-right: 3px solid #78BE20;
}
@media (max-width: 767px) {
  .brands-border-right {
    border-right: 0;
    border-bottom: 3px solid #78BE20;
  }
}
.brands-table-cell {
  display: table-cell;
  width: 55%;
  vertical-align: top;
  padding: 0 0 0 30px;
}
.brands-table-cell:first-child {
  width: 45%;
  padding: 0 30px 0 0;
}
@media (max-width: 767px) {
  .brands-table-cell {
    width: 100%;
    display: block;
    padding: 20px 0 0 0;
  }
  .brands-table-cell:first-child {
    width: 100%;
    display: block;
    padding: 0 0 20px 0;
  }
}
.brands-table-cell .brands-list ul li {
  width: 25%;
}
@media (max-width: 1059px) {
  .brands-table-cell .brands-list ul li {
    width: 33.33%;
  }
}
@media (max-width: 767px) {
  .brands-table-cell .brands-list ul li {
    width: 50%;
  }
}
.brands-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.brands-list ul li {
  float: left;
  width: 14.2857%;
  height: 70px;
  line-height: 70px;
  text-align: center;
  margin-bottom: 15px;
  padding: 0 10px;
}
@media (max-width: 1059px) {
  .brands-list ul li {
    width: 20%;
  }
}
@media (max-width: 767px) {
  .brands-list ul li {
    width: 33.33%;
  }
}
@media (max-width: 479px) {
  .brands-list ul li {
    width: 50%;
  }
}
.brands-list ul li img {
  max-height: 70px;
}
.brands-list ul li a {
  display: block;
  border-bottom: 0;
}
.brands-list-more {
  margin-top: 15px;
  text-align: center;
  padding-bottom: 10px;
}
.brands-list-more a {
  color: #53565A;
  font-size: 20px;
  border-bottom:1px solid rgba(0,0,0,0.5);
}
.brands-list-more a span {
  font-size: 14px;
}
.brands-info {
  font-size: 27px;
  text-align: center;
  margin-bottom: 200px;
}
@media (max-width: 1059px) {
  .brands-info {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .brands-info {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.about {
  margin-bottom: 50px;
}
.about-link {
  margin-top: 32px;
  font-size: 17px;
}
@media (max-width: 767px) {
  .about-link {
    margin-top: 20px;
    font-size: 16px;
  }
}
.about-link a {
  color: #53565A;
}
@media (max-width: 767px) {
  .about-link a {
    display: inline-block;
    margin-bottom: 10px;
  }
}
.about-link a + a {
  margin-right: 0;
}
.about-link a {
  margin-right: 18px;
}
@media (max-width: 767px) {
  .about-link a {
    margin-left: 0;
  }
}
.products-bg {
  padding-top: 40px;
  padding-bottom: 10px;
  position: relative;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
}
.products-bg:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
.products-list-item {
  margin-bottom: 80px;
}
.products-list-title {
  font-size: 24px;
  margin-bottom: 20px;
}
.products-list-logo {
  margin-bottom: 15px;
}
@media (max-width: 479px) {
  .products-list-logo {
    text-align: center;
  }
}
.products-list-desc {
  margin-bottom: 30px;
  text-align: justify;
}
.products-list-desc img {
  margin-bottom: 10px;
}
.products-list-desc img[align="left"] {
  margin-right: 20px;
}
.products-list-desc img[align="right"] {
  margin-left: 20px;
}
@media (max-width: 479px) {
  .products-list-desc img[align="left"],
  .products-list-desc img[align="right"] {
    float: none!important;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
  }
}
.products-list-footer {
  overflow: hidden;
  clear: both;
}
.products-list-footer .more {
  padding-top: 3px;
  display: block;
  font-size: 17px;
  color: #53565A;
  display: inline-block;
  border-bottom:1px solid rgba(0,0,0,.5);
}
.products-list-footer img {
  margin-right: 5px;
  margin-bottom: 10px;
  max-width: 90px;
}
.service-menu {
  margin-left: -5px;
  margin-right: -5px;
  overflow: hidden;
  margin-bottom: 10px;
}
.service-menu a {
  display: inline-block;
  color: #fff;
}
.service-menu-inner {
  padding: 10px 9px;
  height: 124px;
  background-color: #333;
  color: #fff;
  line-height: 105px;
  vertical-align: bottom;
  position: relative;
  display: block;
}
@media (max-width: 479px) {
  .service-menu-inner {
    height: auto;
    line-height: inherit;
  }
}
.service-menu-item {
  width: 33.33%;
  float: left;
  padding: 0 5px;
  margin-bottom: 10px;
  border-bottom: 0;
}
@media (max-width: 479px) {
  .service-menu-item {
    width: 100%;
    margin-bottom: 5px;
  }
}
.service-menu-content {
  line-height: 1.3;
  display: inline-block;
  vertical-align: bottom;
  width: 100%;
  font-size: 14px;
}
.service-menu-img {
  float: right;
  position: absolute;
  right: 15px;
  line-height: 1;
  height: 52px;
}
@media (max-width: 479px) {
  .service-menu-img {
    display: none;
  }
}
.service-menu-img img {
  max-height: 52px;
}
.partner-list-item {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .partner-list-item {
    margin-bottom: 40px;
  }
}
@media (max-width: 479px) {
  .partner-list-item {
    margin-bottom: 30px;
  }
}
.partner-list-title {
  font-size: 24px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .partner-list-title {
    margin-bottom: 15px;
  }
}
@media (max-width: 479px) {
  .partner-list-title {
    margin-bottom: 10px;
    font-size: 20px;
  }
}
.partner-list-desc {
  margin-bottom: 30px;
  text-align: justify;
}
@media (max-width: 767px) {
  .partner-list-desc {
    margin-bottom: 20px;
  }
}
.partner-list-footer {
  overflow: hidden;
  clear: both;
}
.partner-list-footer img {
  margin-right: 5px;
  margin-bottom: 10px;
  max-width: 90px;
}
.example img {
  margin-right: 5px;
  margin-bottom: 5px;
}
.example-list-item {
  margin-bottom: 40px;
}
.example-list-item .media-left {
  width: 160px;
  max-width: 160px;
  min-width: 160px;
  text-align: center;
  padding-right: 20px;
}
@media (max-width: 479px) {
  .example-list-item .media-left {
    width: 120px;
    max-width: 120px;
    min-width: 120px;
  }
}
.example-list-item .media-left a {
  display: block;
}
.example-list-item .media-heading {
  font-size: 20px;
}
.example-list-item .media-heading a {
  color: #53565A;
  border-bottom:1px solid rgba(0,0,0,.5);
}
@media (max-width: 767px) {
  .example-list-item .media-heading {
    font-size: 20px;
  }
}
@media (max-width: 479px) {
  .example-list-item .media-heading {
    font-size: 16px;
  }
}
#slider {
  width: 100%;
}
.royalSlider .rsOverflow,
.royalSlider {
  height: 600px!important;
}
@media screen and (min-width: 768px) {
  .royalSlider .rsOverflow,
  .royalSlider {
    height: 500px!important;
  }
}
@media screen and (min-width: 1060px) {
  .royalSlider .rsOverflow,
  .royalSlider {
    height: 576px!important;
  }
}
.slider .container {
  position: relative;
}
.slider .no-arrow {
  display: none;
}
.slider-arrows {
  position: absolute;
  z-index: 10;
  right: 0;
  bottom: 0;
}
.slider-arrows a {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.slider-arrows > a {
  display: inline-block;
  vertical-align: middle;
  background-color: #78BE20;
  height: 35px;
  line-height: 35px;
  text-align: center;
  width: 52px;
  font-size: 20px;
  float: left;
  font-family: "icomoon";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-transform: none;
}
.slider-arrows > a:hover {
  background-color: #5fb300;
}
.slider-arrows .slider-arrow-left {
  -webkit-border-radius: 5px 0 0 0;
  -moz-border-radius: 5px 0 0 0;
  border-radius: 5px 0 0 0;
}
.slider-arrows .slider-arrow-left:before {
  content: "\e608";
}
.slider-arrows .slider-arrow-right {
  -webkit-border-radius: 0 5px 0 0;
  -moz-border-radius: 0 5px 0 0;
  border-radius: 0 5px 0 0;
}
.slider-arrows .slider-arrow-right:before {
  content: "\e60b";
}
.slider-bg {
  height: 100%;
  position: relative;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
}
.slider-bg:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.slider-wrapper {
  overflow: hidden;
  width: 100%;
}
.slider-bg-black.slider-bg-black-center {
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0.7)), color-stop(100%, rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0) 100%);
  background: -ms-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000', GradientType=1);
}
@media (max-width: 767px) {
  .slider-bg-black.slider-bg-black-center {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0.7) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0.7)), color-stop(100%, rgba(0, 0, 0, 0.7)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0.7) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0.7) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0.7) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0);
  }
}
.slider-bg-black {
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0.7) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0.7)), color-stop(100%, rgba(0, 0, 0, 0.7)));
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0.7) 100%);
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0.7) 100%);
  background: -ms-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0.7) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0.7) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=1);
}
@media (max-width: 767px) {
  .slider-bg-black {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0.7) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0.7)), color-stop(100%, rgba(0, 0, 0, 0.7)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0.7) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0.7) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0.7) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0);
  }
}
.slider .rsABlock {
  bottom: 100px;
}
@media (max-width: 767px) {
  .slider .rsABlock {
    bottom: 50px;
  }
}
.slider-img {
  width: 49%;
  z-index: 1;
  line-height: 266px;
}
@media (max-width: 767px) {
  .slider-img {
    line-height: 1.3;
  }
}
.slider-img-inner {
  width: 100%;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
}
.slider-img img {
  max-height: 100%;
}
.slider-img a {
  border-bottom: none;
}
.slider-body {
  width: 51%;
  padding: 10px 15px 10px 0;
  line-height: 266px;
}
@media (max-width: 767px) {
  .slider-body {
    padding: 10px 15px 10px 15px;
    line-height: 1.3;
  }
}
.slider-body-inner {
  line-height: 1.3;
  vertical-align: middle;
  display: inline-block;
}
.slider-img,
.slider-body {
  float: left;
  vertical-align: middle;
  position: relative;
}
@media (max-width: 767px) {
  .slider-img,
  .slider-body {
    display: block;
    width: 100%;
  }
}
.slider-title {
  color: #fff;
  font-size: 36px;
  margin-bottom: 10px;
  text-align: center;
  font-family: "Source Sans Pro", Helvetica, Arial;
}
@media (max-width: 1059px) {
  .slider-title {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .slider-title {
    font-size: 24px;
  }
}
.slider-description {
  text-align: center;
  color: #fff;
  font-size: 17px;
  margin-bottom: 32px;
}
@media (max-width: 1059px) {
  .slider-description {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1059px) {
  .slider-description {
    font-size: 16px;
  }
}
.slider-description a {
  color: #fff;
  text-decoration: none;
}
.slider-button {
  text-align: center;
  margin-bottom: 15px;
}
@media (max-width: 1059px) {
  .slider-button {
    margin-bottom: 10px;
  }
}
.slider-more {
  text-align: center;
  font-size: 17px;
}
@media (max-width: 1059px) {
  .slider-more {
    font-size: 18px;
  }
}
.slider-more a {
  color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
.slider-more a span {
  font-size: 14px;
}
.testimonials .owl-carousel-testimonials {
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 767px) {
  .testimonials .owl-carousel-testimonials {
    padding: 0;
  }
}
.testimonials-list-item .media-object {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  max-width: 244px;
}
@media (max-width: 1059px) {
  .testimonials-list-item .media-object {
    max-width: 170px;
  }
}
@media (max-width: 767px) {
  .testimonials-list-item .media-object {
    margin: auto;
  }
}
.testimonials-list-item .media-left,
.testimonials-list-item .media > .pull-left {
  padding-right: 30px;
}
@media (max-width: 767px) {
  .testimonials-list-item .media-left,
  .testimonials-list-item .media > .pull-left {
    padding-right: 0;
    padding-bottom: 20px;
    display: block;
  }
}
.testimonials-list-item .media-left,
.testimonials-list-item .media-right {
  width: 1%;
}
.testimonials-list-item .media-left,
.testimonials-list-item .media-right,
.testimonials-list-item .media-body {
  vertical-align: middle;
}
.testimonials-list-item .media-content {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .testimonials-list-item .media-content {
    margin-bottom: 20px;
  }
}
.testimonials-list-item .media-footer {
  text-align: right;
}
@media (max-width: 767px) {
  .testimonials-list-item .media-footer {
    margin-bottom: 10px;
  }
}
.testimonial-list {
  margin-bottom: 30px;
}
.testimonial-list:after {
  clear: both;
  display: table;
  content: "";
}
.testimonial-list-item {
  margin-bottom: 40px;
}
.testimonial-list-content {
  font-size: 17px;
  color: #53565A;
  padding: 15px 15px 15px 20px;
  background: #f7f7f7;
  margin-bottom: 10px;
}
.testimonial-list-content span {
  position: relative;
}
.testimonial-list-content span:before,
.testimonial-list-content span:after {
  position: relative;
  display: inline-block;
  font-size: 24px;
  line-height: 1;
  font-style: italic;
  content: '"';
}
.testimonial-list-content span:before {
  margin-right: 10px;
  position: absolute;
  left: -15px;
  top: 0;
}
.testimonial-list-footer {
  font-size: 15px;
  text-align: right;
  overflow: hidden;
}
.testimonial-list-footer-img {
  height: 40px;
  line-height: 40px;
  margin-left: 15px;
  float: right;
}
.testimonial-list-footer img {
  display: inline-block;
  vertical-align: middle;
  max-height: 35px;
}
[class^="col-"] .features-list,
[class*=" col-"] .features-list {
  padding-top: 10px;
}
[class^="col-"] .features-list-item,
[class*=" col-"] .features-list-item {
  width: 49%;
}
@media (max-width: 1059px) {
  [class^="col-"] .features-list-item,
  [class*=" col-"] .features-list-item {
    width: 24%;
  }
}
@media (max-width: 767px) {
  [class^="col-"] .features-list-item,
  [class*=" col-"] .features-list-item {
    width: 49%;
  }
}
[class^="col-"] .features-list-title,
[class*=" col-"] .features-list-title {
  font-size: 16px;
}
[class^="col-"] .features-list-img,
[class*=" col-"] .features-list-img {
  height: 60px;
  width: 60px;
  line-height: 60px;
  margin-bottom: 10px;
}
[class^="col-"] .features-list-img:after,
[class*=" col-"] .features-list-img:after {
  height: 2px;
}
[class^="col-"] .features-list-img img,
[class*=" col-"] .features-list-img img {
  margin-bottom: 10px;
  max-width: 50px;
  max-height: 50px;
}
.features-list-item {
  display: inline-block;
  vertical-align: top;
  width: 24%;
  margin-bottom: 60px;
  text-align: center;
  padding: 0 5px;
}
@media (max-height: 767px) {
  .features-list-item {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .features-list-item {
    width: 49%;
    margin-bottom: 20px;
  }
}
.features-list-img {
  height: 110px;
  width: 110px;
  line-height: 110px;
  margin: auto;
  margin-bottom: 20px;
  position: relative;
}
@media (max-height: 767px) {
  .features-list-img {
    height: 90px;
    width: 90px;
    line-height: 90px;
  }
}
@media (max-width: 479px) {
  .features-list-img {
    margin-bottom: 10px;
    height: 70px;
    width: 70px;
    line-height: 70px;
  }
}
.features-list-img:after {
  content: "";
  height: 3px;
  left: 0;
  right: 0;
  background-color: #78BE20;
  position: absolute;
  top: 100%;
}
.features-list-img img {
  margin-bottom: 20px;
}
@media (max-width: 479px) {
  .features-list-img img {
    margin-bottom: 10px;
    max-width: 50px;
    max-height: 50px;
  }
}
.features-list-title {
  font-size: 20px;
  font-family: "Source Sans Pro", Helvetica, Arial;
}
@media (max-width: 1059px) {
  .features-list-title {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .features-list-title {
    font-size: 16px;
  }
}
.features .section-button {
  margin-top: 0;
}
.video_bg {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  transform: translateX(-50%) translateY(-50%);
  background-repeat: no-repeat;
  background-size: cover;
  transition: 1s opacity;
}
.stopfade {
  opacity: .5;
}
/* ######################## PLUGINS ####################### */
/* v1.0.5 */
/* Core RS CSS file. 95% of time you shouldn't change anything here. */
.royalSlider {
  position: relative;
  direction: ltr;
  background: #53565A;
}
.royalSlider > * {
  float: left;
}
.rsWebkit3d .rsSlide {
  -webkit-transform: translateZ(0);
}
.rsWebkit3d .rsSlide,
.rsWebkit3d .rsContainer,
.rsWebkit3d .rsThumbs,
.rsWebkit3d .rsPreloader,
.rsWebkit3d img,
.rsWebkit3d .rsOverflow,
.rsWebkit3d .rsBtnCenterer,
.rsWebkit3d .rsAbsoluteEl,
.rsWebkit3d .rsABlock,
.rsWebkit3d .rsLink {
  -webkit-backface-visibility: hidden;
}
.rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d img,
.rsFade.rsWebkit3d .rsContainer {
  -webkit-transform: none;
}
.rsOverflow {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  float: left;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rsVisibleNearbyWrap {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  left: 0;
  top: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rsVisibleNearbyWrap .rsOverflow {
  position: absolute;
  left: 0;
  top: 0;
}
.rsContainer {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rsArrow,
.rsThumbsArrow {
  cursor: pointer;
}
.rsThumb {
  float: left;
  position: relative;
}
.rsArrow,
.rsNav,
.rsThumbsArrow {
  opacity: 1;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
.rsHidden {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
  -moz-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
  -o-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
  transition: visibility 0s linear 0.3s,opacity 0.3s linear;
}
.rsGCaption {
  width: 100%;
  float: left;
  text-align: center;
}
/* Fullscreen options, very important ^^ */
.royalSlider.rsFullscreen {
  position: fixed !important;
  height: auto !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 2147483647 !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  right: 0 !important;
}
.royalSlider .rsSlide.rsFakePreloader {
  opacity: 1 !important;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
  display: none;
}
.rsSlide {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.royalSlider.rsAutoHeight,
.rsAutoHeight .rsSlide {
  height: auto;
}
.rsContent {
  width: 100%;
  height: 100%;
  position: relative;
}
.rsPreloader {
  position: absolute;
  z-index: 0;
}
.rsNav {
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  user-select: none;
}
.rsNavItem {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25);
}
.rsThumbs {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  float: left;
  z-index: 22;
}
.rsTabs {
  float: left;
  background: none !important;
}
.rsTabs,
.rsThumbs {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rsVideoContainer {
  /*left: 0;
	top: 0;
	position: absolute;*/
  /*width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	float: left;*/
  width: auto;
  height: auto;
  line-height: 0;
  position: relative;
}
.rsVideoFrameHolder {
  position: absolute;
  left: 0;
  top: 0;
  background: #141414;
  opacity: 0;
  -webkit-transition: .3s;
}
.rsVideoFrameHolder.rsVideoActive {
  opacity: 1;
}
.rsVideoContainer iframe,
.rsVideoContainer video,
.rsVideoContainer embed,
.rsVideoContainer .rsVideoObj {
  position: absolute;
  z-index: 50;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
/* ios controls over video bug, shifting video */
.rsVideoContainer.rsIOSVideo iframe,
.rsVideoContainer.rsIOSVideo video,
.rsVideoContainer.rsIOSVideo embed {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 44px;
}
.rsABlock {
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: 15;
}
img.rsImg {
  max-width: none;
}
.grab-cursor {
  cursor: url('data:image/png;base64,R0lGODlhEAAQAJECAP///wAAAP///wAAACH5BAEAAAIALAAAAAAQABAAAAI0lC8RyLkBgFoMSotrVHsnhHWXdISS+DzRimIWy3Ii7CU0Tdn3mr93bvDBgMFfozg86mKHAgA7') 8 8, move;
}
.grabbing-cursor {
  cursor: url('data:image/png;base64,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') 8 8, move;
}
.rsNoDrag {
  cursor: auto;
}
.rsLink {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 20;
  background: url('data:image/gif;base64,R0lGODlhAQABAJH/AP///wAAAMDAwAAAACH5BAEAAAIALAAAAAABAAEAAAICVAEAOw==');
}
/******************************
*
*  RoyalSlider White Controls Skin
*
*    1. Arrows
*    2. Bullets
*    3. Thumbnails
*    4. Tabs
*    5. Fullscreen button
*    6. Play/close video button
*    7. Preloader
*    8. Caption
*
*  Sprite: 'rs-minimal-white.png'
*  Feel free to edit anything
*  If you don't some part - just delete it
*
******************************/
/* Background */
.rsMinW,
.rsMinW .rsOverflow,
.rsMinW .rsSlide,
.rsMinW .rsVideoFrameHolder,
.rsMinW .rsThumbs {
  color: #FFF;
}
/***************
*
*  1. Arrows
*
****************/
.rsMinW .rsArrow {
  bottom: 0;
  height: 35px;
  width: 35px;
  line-height: 35px;
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 21;
  background-color: #78BE20;
  transition: all 0.1s ease-in-out 0.1s;
  text-align: center;
}
.rsMinW .rsArrow:hover {
  background-color: #9ecf68;
}
.rsMinW .rsArrowLeft {
  right: 30%;
  -webkit-border-radius: 5px 0 0 0;
  -moz-border-radius: 5px 0 0 0;
  border-radius: 5px 0 0 0;
  margin-left: 0;
}
.rsMinW .rsArrowRight {
  right: 28%;
  -webkit-border-radius: 0 5px 0 0;
  -moz-border-radius: 0 5px 0 0;
  border-radius: 0 5px 0 0;
  margin-right: 0;
}
.rsMinW .rsArrowIcn {
  cursor: pointer;
  font-family: "icomoon";
  font-size: 20px;
  color: #fff;
}
.rsMinW.rsHor .rsArrowLeft .rsArrowIcn:before {
  content: "\e608";
}
.rsMinW.rsHor .rsArrowRight .rsArrowIcn:before {
  content: "\e60b";
}
.rsMinW .rsArrowDisabled .rsArrowIcn {
  opacity: .3 !important;
  filter: alpha(opacity=30);
  *display: none;
}
/***************
*
*  2. Bullets
*
****************/
.rsMinW .rsBullets {
  position: absolute;
  bottom: 15px;
  right: 0;
  left: 0;
  z-index: 35;
  padding-top: 4px;
  height: auto;
  text-align: center;
  line-height: 6px;
  overflow: hidden;
}
.rsMinW .rsBullet {
  width: 13px;
  height: 13px;
  display: inline-block;
  cursor: pointer;
  *display: inline;
  *zoom: 1;
}
.rsMinW .rsBullet + .rsBullet {
  margin-left: 18px;
}
.rsMinW .rsBullet span {
  opacity: 0.5;
  display: block;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  border: 2px solid #545454;
  background: #fff;
}
.rsMinW .rsBullet.rsNavSelected span {
  opacity: 1;
}
/***************
*
*  3. Thumbnails
*
****************/
.rsMinW .rsThumbsHor {
  width: 100%;
  height: 72px;
}
.rsMinW .rsThumbsVer {
  width: 96px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.rsMinW.rsWithThumbsHor .rsThumbsContainer {
  position: relative;
  height: 100%;
}
.rsMinW.rsWithThumbsVer .rsThumbsContainer {
  position: relative;
  width: 100%;
}
.rsMinW .rsThumb {
  float: left;
  overflow: hidden;
  width: 96px;
  height: 72px;
}
.rsMinW .rsThumb img {
  width: 100%;
  height: 100%;
}
.rsMinW .rsThumb.rsNavSelected {
  background: #333;
}
.rsMinW .rsThumb.rsNavSelected img {
  filter: alpha(opacity=40);
  opacity: 0.7;
}
.rsMinW .rsThumb.rsNavSelected span.thumbIco {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 2px solid #FFF;
  border: 2px solid rgba(255, 255, 255, 0.9);
  -webkit-backface-visibility: hidden;
}
.rsMinW .rsTmb {
  display: block;
}
/* Thumbnails arrow icons */
.rsMinW .rsThumbsArrow {
  height: 100%;
  width: 20px;
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 21;
}
.rsMinW.rsWithThumbsVer .rsThumbsArrow {
  width: 100%;
  height: 20px;
}
.rsMinW.rsWithThumbsVer .rsThumbsArrowLeft {
  top: 0;
  left: 0;
}
.rsMinW.rsWithThumbsVer .rsThumbsArrowRight {
  bottom: 0;
  left: 0;
}
.rsMinW.rsWithThumbsHor .rsThumbsArrowLeft {
  left: 0;
  top: 0;
}
.rsMinW.rsWithThumbsHor .rsThumbsArrowRight {
  right: 0;
  top: 0;
}
.rsMinW .rsThumbsArrowIcn {
  width: 16px;
  height: 16px;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
  position: absolute;
  cursor: pointer;
}
.rsMinW.rsWithThumbsHor .rsThumbsArrowLeft .rsThumbsArrowIcn {
  background-position: -128px -32px;
}
.rsMinW.rsWithThumbsHor .rsThumbsArrowRight .rsThumbsArrowIcn {
  background-position: -128px -48px;
}
.rsMinW.rsWithThumbsVer .rsThumbsArrowLeft .rsThumbsArrowIcn {
  background-position: -144px -32px;
}
.rsMinW.rsWithThumbsVer .rsThumbsArrowRight .rsThumbsArrowIcn {
  background-position: -144px -48px;
}
.rsMinW .rsThumbsArrowDisabled {
  display: none !important;
}
/* Thumbnails resizing on smaller screens */
@media screen and (min-width: 0px) and (max-width: 800px) {
  .rsMinW .rsThumb {
    width: 59px;
    height: 44px;
  }
  .rsMinW .rsThumbsHor {
    height: 44px;
  }
  .rsMinW .rsThumbsVer {
    width: 59px;
  }
}
/***************
*
*  4. Tabs
*
****************/
.rsMinW .rsTabs {
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  padding-top: 12px;
  position: relative;
}
.rsMinW .rsTab {
  display: inline-block;
  cursor: pointer;
  text-align: center;
  height: auto;
  width: auto;
  color: #333;
  padding: 5px 13px 6px;
  min-width: 72px;
  border: 1px solid #D9D9DD;
  border-right: 1px solid #f5f5f5;
  text-decoration: none;
  background-color: #53565A;
  background-image: -webkit-linear-gradient(top, #fefefe, #f4f4f4);
  background-image: -moz-linear-gradient(top, #fefefe, #f4f4f4);
  background-image: linear-gradient(to bottom, #fefefe, #f4f4f4);
  *display: inline;
  *zoom: 1;
}
.rsMinW .rsTab:first-child {
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.rsMinW .rsTab:last-child {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-right: 1px solid #cfcfcf;
}
.rsMinW .rsTab:active {
  border: 1px solid #D9D9DD;
  background-color: #f4f4f4;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2) inset;
}
.rsMinW .rsTab.rsNavSelected {
  color: #53565A;
  border: 1px solid #999;
  text-shadow: 1px 1px #838383;
  box-shadow: 0 1px 9px rgba(102, 102, 102, 0.65) inset;
  background: #ACACAC;
  background-image: -webkit-linear-gradient(top, #ACACAC, #BBB);
  background-image: -moz-llinear-gradient(top, #ACACAC, #BBB);
  background-image: linear-gradient(to bottom, #ACACAC, #BBB);
}
/***************
*
*  5. Fullscreen button
*
****************/
.rsMinW .rsFullscreenBtn {
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  z-index: 22;
  display: block;
  position: absolute;
  cursor: pointer;
}
.rsMinW .rsFullscreenIcn {
  display: block;
  margin: 6px;
  width: 32px;
  height: 32px;
  background-position: 0 0;
  background-color: transparent;
}
.rsMinW .rsFullscreenIcn:hover {
  opacity: 0.8;
}
.rsMinW.rsFullscreen .rsFullscreenIcn {
  background-position: -32px 0;
}
/***************
*
*  6. Play/close video button
*
****************/
.rsMinW .rsPlayBtn {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
  width: 64px;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  cursor: pointer;
}
.rsMinW .rsPlayBtnIcon {
  width: 64px;
  display: block;
  height: 64px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  background-position: 0 -32px;
  background-repeat: no-repeat;
  background-color: #53565A;
  background-color: rgba(0, 0, 0, 0.75);
  *background-color: #53565A;
}
.rsMinW .rsPlayBtn:hover .rsPlayBtnIcon {
  background-color: rgba(0, 0, 0, 0.9);
}
.rsMinW .rsBtnCenterer {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 20px;
}
.rsMinW .rsCloseVideoBtn {
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  z-index: 500;
  position: absolute;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}
.rsMinW .rsCloseVideoBtn.rsiOSBtn {
  top: -38px;
  right: -6px;
}
.rsMinW .rsCloseVideoIcn {
  margin: 6px;
  width: 32px;
  height: 32px;
  background-position: -64px 0;
  background-color: #53565A;
  background-color: rgba(0, 0, 0, 0.75);
  *background-color: #53565A;
}
.rsMinW .rsCloseVideoIcn:hover {
  background-color: rgba(0, 0, 0, 0.9);
}
/***************
*
*  7. Preloader
*
****************/
.rsMinW .rsPreloader {
  width: 20px;
  height: 20px;
  background-image: url('data:image/gif;base64,R0lGODlhFAAUALMIAIeHhz8/P1dXVycnJ8/Pz7e3t5+fn29vb////wAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQFBwAIACwAAAAAFAAUAAAEUxDJSau9iBDMteZTUUjehgzDJYqkiaLWOlZvGs8WDO6UYfCBwMTnAwWDEuKPcxQml0YnjwcAYASCS7VqwWItWyvicJB4s2AxmWxGg9bl6YQtl0cAACH5BAUHAAgALAEAAQASABIAAAROEMkpS6E4W5upMdUmEQT2feFIltMJYivbvhnZ3R0A4NMwIDodz+cL7nDEn5CH8DGZh8MtEMBEoxkqlXKVIgQCibbK9YLBYvLtHH5K0J0IACH5BAUHAAgALAEAAQASABIAAAROEMkpjaE4W5spANUmFQX2feFIltMJYivbvhnZ3d1x4BNBIDodz+cL7nDEn5CH8DGZAsFtMMBEoxkqlXKVIgIBibbK9YLBYvLtHH5K0J0IACH5BAUHAAgALAEAAQASABIAAAROEMkpAaA4W5vpOdUmGQb2feFIltMJYivbvhnZ3Z0g4FNRIDodz+cL7nDEn5CH8DGZgcCNQMBEoxkqlXKVIgYDibbK9YLBYvLtHH5K0J0IACH5BAUHAAgALAEAAQASABIAAAROEMkpz6E4W5upENUmAQD2feFIltMJYivbvhnZ3V0Q4JNhIDodz+cL7nDEn5CH8DGZg8GtUMBEoxkqlXKVIggEibbK9YLBYvLtHH5K0J0IACH5BAUHAAgALAEAAQASABIAAAROEMkphaA4W5tpCNUmHQf2feFIltMJYivbvhnZ3d0w4BMAIDodz+cL7nDEn5CH8DGZBMLNYMBEoxkqlXKVIgoFibbK9YLBYvLtHH5K0J0IACH5BAUHAAgALAEAAQASABIAAAROEMkpQ6A4W5vpGNUmCQL2feFIltMJYivbvhnZ3R1B4NNxIDodz+cL7nDEn5CH8DGZhcINAMBEoxkqlXKVIgwGibbK9YLBYvLtHH5K0J0IACH5BAUHAAgALAEAAQASABIAAARFEMkpx6A4W5spIdUmBQH2feFIltMJYivbvhnZ3V1R4JMgIDodz+cL7nDEn5CH8DGZBsNzEo1OEVUpAgCAarncK7grJmciADs=');
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -10px;
}
/***************
*
*  8. Global caption
*
****************/
.rsMinW .rsGCaption {
  position: absolute;
  float: none;
  bottom: 6px;
  left: 6px;
  text-align: left;
  background: #53565A;
  background: rgba(0, 0, 0, 0.75);
  color: #FFF;
  padding: 2px 8px;
  width: auto;
  font-size: 12px;
  border-radius: 2px;
}
.rsMinW .rsPlayBtnIcon,
.rsMinW .rsCloseVideoIcn,
.rsMinW .rsFullscreenIcn,
.rsMinW .rsThumbsArrowIcn {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAN8AAAB9CAYAAAAiLbbJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDowMzgwMTE3NDA3MjA2ODExOEMxNEYxQTlFQTg4RjBBRSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpCMzhBM0RCNDMzMjQxMUUyQjZCNUJDMEI3MUNCRENDQSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpCMzhBM0RCMzMzMjQxMUUyQjZCNUJDMEI3MUNCRENDQSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChNYWNpbnRvc2gpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MEE4MDExNzQwNzIwNjgxMThBNkRGMUI3QkZGNEE2RjYiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MDM4MDExNzQwNzIwNjgxMThDMTRGMUE5RUE4OEYwQUUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6V5iEgAAARgElEQVR42uydC1BU1xnH7wIqzygUUGpiHUclOjE1VRNrfBXUaFFRcUxT22qqVic6Ux+oUVuV+kBFQ9rYRCuJTUN0AkGnFREfoCLjC8nYJKNW7aSNGFREUlweIrj9PvZsu6574e7uvXeX3f9/5gy7917uuY/z2+8733kZTCaTBEGQ/vLDI4AgwAdBPqUAexsNBgOeDKS7fK0KBMsHQYAPggAfBEHuqvO1YbWnFMrVB0pGSg/xiiFvho8LfCdK4eKzRTWUblMlukarizcYDJxfOyvIupWWlm42Go3fjhgxYh19/4byb3Dh/P4Mc0hISGBNTQ3DXGuSiQoYzFGqYDo2lI6tZ/jp0CZvL0AIzrkgLku2yUGFXrp06X2THdG+HvbOr1YiRVPef6K/z1LqU1xcfNCSd1FR0Qf8o+Di+TtmZGT8+s6dO9cmTpw4mr6HcXmzcxyXwDA+pqKi4hr/D/+vlvfuKUnrsujVz06FB8rW59lDJDvw9dP4xcdyPgcPHswrIFnnfe7cuY/ZGrty/qioqC4ME5+PAPwmISHhFVsALeDxPjqmnI/l/yEL2BnwAT494IvNzc096Ab4+tmzuIWFhTlsdfnaXDx/yKRJk8ZYoLIF0B54/FdYyRDAB/i0hI/B68GFXcbt1B0+/hHgHwNXwbO2aomJiY/BJQB8ipMtePasI+ADfFrAF37mzJmPrQv/sWPHCvPy8vIFfLF6w8fur6gDtlcpD7sAxsfHT+Lky+ABPvfC14kDG5aCzwEPDnxw4b906dIuDoio9ILZwkYLi9bPKsXbs7hXrlx5nwNBKhawJwAsLy+/w8mXwQN8+sPHIESIpoUQSt0ZwNLSUq5n9RT724t9almfliKq8TZAMqCd1crbBsCnRo8ePdkCnQVCtoDCDTX4XAECfE6nAIX1upba0iqGDx++RBROo1W7WoOK76Whb9++aeRRfncsyWYfg/CFXk0zTU1e33QHeVA7n21bWp6abWkOuJ1uiajC7YTlc6fbaWlLO1RQUFCodluaQvDcGVG1G3CJi4ubzC4oAi6AT0v4NG1LU/By3RZRVdLUILMPTQ2ATxv41GxLU/BydYmoKmxkL7fXyG4LIBrZAZ9m8KndlqbA7dQ8oqqge1l5S93LrAFE9zLApxZ8PfRoS1MAYLho4mivY8Fq7ljNMCnpWM1WEh2rAZ/SZLD3AG2GiYSIdrMQ69A/pW8pVbkyZKcNDJdxeEgRWcswArAOQ4qcg8+XpAQ+PDAI8GkgTCMBQYAPggAfBEGAD4IAHwRBgA+CvEMBvnrjmPLuSaHZCJYPggAfBEFwO3XxREXiZ+Iv/qrlm7I/x13NGsXfR2Kbbf5+Vnn7q5x/o9U1mOzk35KLztcVLJn72HIXu3oUF8CnNnwdJHMfVk6BAgaDCgWfYXsgmdeP4OnzGwQItl6IZaRGqLgWNfOvF3nXiGsxKYDOIJ5D5KJFi+KWLVs2PyYmZjJ9v6kgX3/p/8sH2LtfyNWe6l7UG58LSuSHH344zWg0ltAx36iZamtrSzMzM3/CeUh2RmZY8udjampqVM+f7uk835sl/5bepQCej4mZOnXq+NLS0lOPSKJTeR+FZaVjTk7OXE782ZvLkpajGrwyQmbnHoMoRVMhzQ4JCXlaizzr6+srgoKCEiXzpE+1NtfDbl10XV3d/sDAwM5a5E9Q3wwNDZ3K+VOqs/cu6TrYG+o0cODA2E2bNi0cNmzYxPYkq+t83nrCKpmy0i48PDz26tWrPO7T0Lt373FVVVVXpFZWjULHat92wQO1Ao9FUEUJd9Jfxk3roBV4LLq3rsKNtFfdCCCQOhKcsZ988snawsLCQ/Hx8VOtwXPAfe+4Y8eOeZGRkU9T6kqfLdYP7TuAT7bQ+On0zA0emH97chGnf/XVV/nTpk2bH0Zy8vztXnjhhV7jxo37uWUDff4Fb5PMU1BCgE8WQIdF1aFGlfIwuPseRWTTlXN/Jy0tbQmx+5RlI4PM23gfrB/gU02NjY11S5cu3Xj48OG9bfxWGpKSkvZ07979laysrD/eJznjWU+dOnUA1xNtd/A23ifcXgjwuQ7etm3bUt56663zY8eO/WtBQUGOnvk3NTXRJTQ+UOt2TCbTt0aj8cqrr766Ni4ubtzx48f3NZAcKEuRK1asWEbVxCfcS95G+5bTxyiUO8DnMnhvv/32mjfffPMsfa0ZMmRI0PdJeoKXnp6etnr16o18LWqdlwBkF7ryAokAXDB9+vSkzz77rNhq7ho5FzuYPIDR/fv3Hyp3btr3cnJyMk9EFYwSJKGdz0pcR+mrpM3s4cOH/6Q6zM/oeA4i9IiPjx9RWVlZpOR/OQ/Oy871KM6fYPt6165dHEFsnr+Ur4WvyZH8lbxLUT/jJphuBM2s8vLy8/S5q8xzjKD9JaZWRMdckMyz0HlNWUI7n6ORgSfvkQvk0zwhthKLR7/y59gAEXhds7Oz14eHh/dSmO8o+lNG+VTbbFeUP1u83bt3b5gzZ04BfeV6Gb+AUAJwyMKFC1MCAgKClORPqVrpu2ype5nVcwwUARW+D7meU40i30rJ3OPGK8qSs0L3MidcTQLvNH19SPW8Z/bu3bu+U6dOvfTI3wq84xwgSUxMjAgLC/PLzMysFj8Ga5QA6IR3xN3TjK0cxjDdlJR1PYPgdip3O9mtW7FixRzJPFN39OzZs/tVV1efcLSbl7Nup5Wr2Ztd3UGDBr1Irm4eXcNx+hEYIpnXzejVmgvqiNuJSXO1TQi4KHdT20VERASKepChoqKikQp5rV4WLyMjgy3eCTbAAwYMiD5w4EAKXU9/snyxe/bs2cjuLx9KFvA8R2DVDMJAsHxuD7iw9SEIfiWZ14voxtbn1q1b+VpavkePHt1MTU1dTPu4jSyWwPtheXn5E3neu3fvJAd+JPMCNj9YvHjxPIL2a1g+WD6vkL+/f8DMmTN/QwDGcRSwpKTkbkJCwloC8HMNLa5h5MiRsZR3aJ8+fbrm5uau6dKly/O2x3HAJysra92QIUO6cwBm9OjRPf38/AIczCuQUgSlUCd6urBX0FVEYPvJpD7iGDS0a235xEPmsDKPT/PzlqYGKwvIVqaHnDVSs8535syZjBs3brSaB7nDRceOHXvHmTofg8HNCWQ1Z9LnZ0Qzg0Hhc+SmhgtoalB3lSJX4Gt+mYsWLZohXmag5CGLRroCn00AhAGMJasUR3Ac1qOdz5XUCnw8Vs/EY/d4DB+P5aNtMaKJwdDKcwzltkBydR/Jgcf7li1bNkv8GAM+jeHrIx560/nz54/FkSRz96J2bR0+C4BiuMwAcgtHsHVq4/A9thbjAxJZ0eyBAwe+LJkH4Qa08BzZTe3G0MrBx/v4GEmmZxXqfBq0I1Ldw2/QoEHxB0j79u3bGB0d3YfqFJ3EwM02XQecPXv2qg0bNgwvLi7+6eDBg3/sTVUSHsvHY/p4bB+P8eOxfjzmT+a9cVtgRWpq6uaGhoYnBs3yts2bN2/hY8SxiKBr2cOFzsO/pE8EI6hecjsrK2v7ggULeCTAbcnca0LXF+JsDxeZZ2AyKHxorvZwUeG+ZXu4CMsnGzy6e/fuzaKioo1JSUl/tozEt7lt/tKloKBgOzk5U6x3EMD7COQF9PGWJDN/DEay66CoqKjO8+fPX3ft2rW/UX0wieuGItLm7rFeJicLtEGlPEyeeo/iPv0UnLtyyZIl26yHJPFn3iaZu5VhZl53wmdRz549+27duvUDqg/upl9K7qURyY3ZbgRPD+v7SKYAujt/WTE8PMave/fuY3jMn2SejUxODy9evHj10KFDf7FsoM8f8TaplTlcAJ/eF+A59UGe2u5BbW2tZn0THzx4UCWZp+1rkstfHKOJ6N7KW8hfslNPa+AxfTy2j8f48Vg/HvMnhh219CP2n3nz5u1kN5UTfd7B22D1PAw+i4JJkydPnv3ll18e2b59O9cNvudkY6+z4gJlPHjw4O95ljG1T87npN+XzZK5g3KjXP58jBb5E0dVubm56S3kb7mG5josj+HjsXw8po/H9rHL2Ap0j1m/qqqqr6l+uO7UqVPr+TOsnocEXJTo+vXrl959990t6enphZI5QvbApGKN3M49WiZ51WrS2scmzeUWGJvr0Sr//1lVqeVJe1ncLrufnvnOLVu2HBXPvb6l595CWXF40lxfC7h4LHzNlRNzY+/xVatWpR49epTPwy7PQ43g03q69semi7ct0CJoo1v+Mi4gd4IIFrAoikCrGSMDfB4En1Vdpfbw4cN7qO7wzp07d9iFMTrgAmlaaNxdYNxd+AGfl8NnUWVlZfnJkyfXW7czAT7Ah4ALBEEOqU1076on5efnfzx37tw/CLezAa8OAnwaigMuFy5cOJGSkrIpLy/v77SpSq2Aiz0PypmAh0K364n18Tw04AIBPu2bGmRccHeuj6d1/kqaGiBfhs+Nna7Z0oRkZmaOmjJlytKgoKAYNU/Oy3Pl5OSkzZgxo1AU/AZ7+dO9j50wYcJSsaKRmq57BXkPW5OSkg6J/AGfm+Ux0U479TqXmxMcdBd1XR+P7q3O5nqa86djsoODg7tqkT93XaN7S5DM6/PVOvIuXXS7XS5LsHxtv17XmuVz5/p4zflrBR6rQ4cO4ZL8+oCQL8HnhnqdkoCL1vLU9fkgX4DPEwbTtgCgUovd6OjsYAryMHjSPULa/wrqJq7X7d+/P+O5554bQ+Btp03/JuiMHgKeYvFafMuXL9+IiWkhT7Z8jR5Wr3NZvAYfr8VHH42RkZEpS5YsWaP22ggQLJ8aqr5161ZJcnLyL1966aWZBB7PXlXRVsFjPU/itfjoYw2vzccLp8ACQm6Bj0PNcolUGRMTMzY9PZ1XbOUR4tzQbGrpf/RKzioqKqrXgQMHVsXHx3dhy86rA+kBIFvcu3fvXm/tuLKysi/Onj2bp/a7VPs5QtpbPobtnmTuWeE108VFRET0zM7O/p3V4iSaAsh1zFGjRmUnJiZuuHfvniyAt2/f/nzMmDGbhw4d+hEBeADFGwEXrxSvjfDpp5+up/ofW8B6XrNPCwA5qnrkyJFr/AN2+vTpf02bNu23VVVV12yP4/UiEhISUi5fvnyzqanJWFhYeNnka63WbU1arzzThuTUjNHV1dVFvFYf/W80pWdXrlw5R8n6eI7MWM3nS01N5Sn3m9fmI4s7jAA8adnPKyUNGDBgsGReoy/2vffem8uzaTsxY7XHlUXMWA3JisAw8lp9kli3jyxioNrTH3I0NTk5eXVaWtqL9NWf6n83X3vttRX379+/Sm7oxQkTJqwuLS3lLmMBu3btGjlnzpxVPJs23o5nK0DuF8jbpUawgOtYVPDXlpSU8EiBsIyMjGEzZ85cqkXBZwB5yWf62LwefH5+/o033nhjPgH4SOQfSOD96PXXX3caPHipHgAf1Lq4jjV+/Pi1ZHHuWgo+gaepxbEB8HRmZmaFsLhhroIHIeDSlsBLEa5eOz0LvgVAckF5hm9e5y6C8o8HeLB8Xq+ysjIO52+5fPkyN6G0I1dzhNYWTw7AqqqqTVzHJPCWAjzA5wvwlV29epUHoobu3LlzoN7gWQOYkpKykifbBXiAzyfEa/AVFxc3nThx4h+zZs1a6M6CTwB2wBtpuzL4aoTL1fX5HFmTzyZfj12fD9FOfYWAi035c6AQGzTIw6PX54MAn5aFEuvzQYDPDXL3+njcS6a+pqamTKv8xdJjitfngwCfXnL3+ngMRE1OTs5WnuVM7fzr6urK6dypUsvr80F6xh0QcPmf3L0+np/IM0SkQEnnSXMRcAF87oLP3dO1G0QKsLoGXaeLB3yAz13w+bwAH+p8EAT4IAgCfBAE+CAIUkc+27EawQUIlg+CAB8EQYAPggAfBEGAD4IAHwRBgA+CAB8EQYAPggAfBEGAD4IAHwRBgA+CAB8EAT4IggAfBAE+CIIAHwQBPgiCAB8EAT4IggAfBAE+CIIAHwQBPgiChP4rwACWOK1WAcJL0AAAAABJRU5ErkJggg==');
}
/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
/*
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-custom-controls .owl-nav,
.owl-carousel .owl-controls .owl-nav {
  text-align: center;
}
.owl-custom-controls .owl-nav .owl-prev,
.owl-custom-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-prev,
.owl-carousel .owl-controls .owl-next {
  display: inline-block;
  vertical-align: top;
}
.owl-custom-controls .owl-nav .owl-prev span,
.owl-custom-controls .owl-nav .owl-next span,
.owl-carousel .owl-controls .owl-prev span,
.owl-carousel .owl-controls .owl-next span {
  display: inline-block;
  vertical-align: top;
  color: #78BE20;
  text-decoration: none;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
.owl-custom-controls .owl-nav .owl-prev span:focus,
.owl-custom-controls .owl-nav .owl-next span:focus,
.owl-carousel .owl-controls .owl-prev span:focus,
.owl-carousel .owl-controls .owl-next span:focus {
  outline: none;
}
.owl-custom-controls .owl-nav .owl-prev span:before,
.owl-custom-controls .owl-nav .owl-next span:before,
.owl-carousel .owl-controls .owl-prev span:before,
.owl-carousel .owl-controls .owl-next span:before {
  font-size: 22px;
  display: block;
}
.owl-controls .owl-nav .owl-prev,
.owl-controls .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  margin-top: -11px;
}
.owl-controls .owl-nav .owl-prev {
  left: 0;
}
.owl-controls .owl-nav .owl-next {
  right: 0;
}
.owl-custom-controls .owl-nav .owl-prev,
.owl-custom-controls .owl-nav .owl-next,
.owl-custom-controls .owl-dot,
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-custom-controls .owl-pager {
  display: inline-block;
  vertical-align: middle;
  font-family: "Source Sans Pro", Helvetica, Arial;
  letter-spacing: 0.05em;
  font-size: 24px;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 0.9;
  color: #78BE20;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  /*display: block;*/
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}
/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #53565A;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("/local/templates/manzana/css/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
  margin: 5px 12px;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #545454;
  height: 13px;
  opacity: 0.5;
  width: 13px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  opacity: 1;
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #53565A;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 13px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  max-width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: pointer;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #cccccc;
}
.mfp-preloader a:hover {
  color: white;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  border: 0;
  -webkit-appearance: none;
  display: block;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close,
.popup-close {
  width: 15px;
  height: 15px;
  line-height: 15px;
  position: absolute;
  right: 10px;
  top: 10px;
  text-decoration: none;
  text-align: center;
  color: #ffffff;
  background-color: #d9534f;
  font-style: normal;
  font-size: 15px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.mfp-close .icon-close,
.popup-close .icon-close {
  font-size: 15px;
  display: inline-block;
  vertical-align: top;
  line-height: 14px;
}
.mfp-close:hover,
.popup-close:hover,
.mfp-close:focus,
.popup-close:focus {
  background-color: #c9302c;
  color: #fff;
  opacity: 1;
}
.mfp-close-btn-in .mfp-close {
  color: #ffffff;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #ffffff;
  text-align: center;
  padding-right: 0;
  cursor: pointer;
  right: 10px;
  top: 10px;
}
.mfp-close:hover,
.popup-close:hover {
  background-color: #d9534f;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black;
}
/* Main image in popup */
img.mfp-img {
  background-repeat: repeat;
  background-color: #fff;
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px;
  margin: 0 auto;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
/* The shadow behind the image */
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #ffffff;
}
.mfp-figure {
  line-height: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
	* Remove all paddings around the image on small screen
	*/
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  /* The shadow behind the image */
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}
/*white-popup-block*/
.white-popup-block {
  -webkit-box-shadow: 0 5px 40px rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 40px rgba(0, 0, 0, 0.5);
  position: relative;
  background: #fff;
  margin: auto;
  padding: 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
/**/
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0.001;
  /* chrome opacity transition bug */
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.5;
}
.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-prevent-close.icon-arrow-left3 {
  left: 0;
}
.mfp-prevent-close.icon-arrow-right3 {
  right: 0;
}
.mfp-prevent-close {
  background: #ffffff;
  border: 0;
  border-radius: 3px;
  color: #ffffff;
  cursor: pointer;
  font-size: 30px;
  padding: 6px 0;
  text-align: center;
}
.mfp-gallery .icon-arrow-left3:hover,
.mfp-gallery .icon-arrow-right3:hover {
  background-color: transparent;
  color: #D62830;
}
.mfp-gallery .icon-arrow-left3,
.mfp-gallery .icon-arrow-right3 {
  color: #ab2026;
  font-weight: bold;
  background: transparent;
  border-radius: 0;
  font-size: 30px;
  height: 40px;
  line-height: 40px;
  margin: -20px 0 0;
  padding: 0;
  position: absolute;
  border-style: solid;
  top: 50%;
  width: 54px;
  z-index: 1046;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
.mfp-gallery .icon-arrow-left3 {
  left: 0;
}
.mfp-gallery .icon-arrow-right3 {
  right: 0;
}
@media(max-width: 767px) {
  .news-detail p{
    font-size: 20px;
  }
}
/* End */


/* Start:/local/templates/manzana/css/menu-service.css?15922451742547*/
.menu-service{
  margin-bottom: 20px;
}
.menu-service ul{
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
}
.menu-service ul li{
  display: inline-block;
  width: 33.33%;
  flex: 0 1 33.33%;
  padding-right: 40px;
  margin-bottom: 40px;
}
.menu-service ul li a:hover .grayscale img{
  filter: none; /* Applies to FF + IE */
	-webkit-filter: grayscale(0);
}
.menu-service ul li a{
  color: #53565A;
  text-decoration: none;
  border: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
  transition: all ease 0.25s;
  clear: both;
}
.menu-service .menu-service__icon{
  float: left;
  position: relative;
  min-width: 64px;
  width: 64px;
  margin-right: 20px;
}
.menu-service .menu-service__icon img{
  width: 64px;
}
.menu-service .menu-service__title{
  display: block;
  flex: 1;
  font-size: 20px;
  line-height: 1.1;
  font-weight: bold;
  overflow: hidden;
  font-family: "Source Sans Pro";
}

@media (max-width: 1059px){
  .menu-service ul li{
    width: 50%;
    flex-basis: 50%;
    padding-right: 20px;
    margin-bottom: 20px;
  }
  .menu-service .menu-service__icon{
    min-width: 56px;
    width: 56px;
    margin-right: 18px;
  }
  .menu-service .menu-service__icon img{
    width: 56px;
  }
  .menu-service .menu-service__title{
    font-size: 18px;
  }
}

@media (max-width: 767px){
  .menu-service ul li{
    width: 100%;
    flex-basis: 100%;
    padding-right: 0;
    margin-bottom: 16px;
  }
  .menu-service .menu-service__icon{
    min-width: 48px;
    width: 48px;
    margin-right: 16px;
  }
  .menu-service .menu-service__icon img{
    width: 48px;
  }
  .menu-service .menu-service__title{
    font-size: 16px;
  }
}

.grayscale img {
	-webkit-filter: grayscale(100%); /* Webkit Nightlies & Google Chrome Canary */
	-webkit-transition: all .6s ease; /* Fade to color for Chrome and Safari */
	-webkit-backface-visibility: hidden; /* Fix for transition flickering */
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
	filter: gray; /* IE8-9 */
}
.edge .grayscale img{   /* Applies to Microsoft Edge */
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: none;
}
.edge .grayscale img:hover{   /* Applies to Microsoft Edge */
	-webkit-filter: grayscale(0%);
}
/* End */


/* Start:/local/templates/manzana/components/bitrix/menu/.default/style.min.css?1442488926490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/local/templates/manzana/components/bitrix/menu/.default/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/local/components/var/form.result.new/templates/default/style.css?1716451255655*/
table.form-table
{
	width:100%;
	background-color:white;
	border-collapse:collapse;
	font-size:100%;
	font-weight:normal;
	line-height:160%;
}
table.form-table th, table.form-table td
{
	border:1px solid #ADC3D5;
	padding: 5px 5px;
	vertical-align:top;
}
table.form-table th
{
	background-image:url(/local/components/var/form.result.new/templates/default/images/table_head.gif);
	background-repeat:repeat-x;
	text-align: left;
	color:#25639A;
}
table.form-table td
{
	padding: 15px 5px;
}
.form-required 
{
	color: red;
}
.error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(/local/components/var/form.result.new/templates/default/images/icon_warn.gif);
}

.event-btn{
    margin: 5px 0 7px;
}
/* End */


/* Start:/local/templates/manzana/styles.css?175083215410172*/
/* Только для главной */
body {
    overflow-x: hidden;
}

.slider-container .swiper-wrapper {
    display: grid;
    grid-auto-flow: column;
    align-items: stretch;
}

.slider-container .swiper-slide {
    min-height: 554px;
    width: 420px;
    background-color: #2B2E32;
    border-radius: 16px;
    padding: 32px;
    border: 2px solid transparent;
    box-sizing: border-box;
}

.slider-container .swiper-slide-icon-group {
    display: flex;
    align-items: center;
}

.slider-container .swiper-slide-icon-group .swiper-slide-icon-group__icon,
.slider-container .swiper-slide-icon-group .swiper-slide-icon-group__icon-addon {
    min-width: 72px;
    min-height: 72px;
    height: 72px;
    width: 72px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid;
    overflow: hidden;
}

.slider-container .swiper-slide-icon-group .swiper-slide-icon-group__icon {
    background-color: #FFFFFF;
    border-color: #2B2E32;
    position: relative;
}

.slider-container.slider-article .swiper-slide-icon-group .swiper-slide-icon-group__icon {
    border-color: #85B74C;
}

.slider-container .swiper-slide-icon-group .swiper-slide-icon-group__icon.icon-hidden {
    opacity: 0;
    min-width: 0;
    min-height: 0;
    height: 0;
    width: 0;
    transition: all 0.3s;
}

.slider-container .swiper-slide-icon-group.with-hidden-icons:hover .swiper-slide-icon-group__icon.icon-hidden {
    opacity: 1;
    min-width: 72px;
    min-height: 72px;
    height: 72px;
    width: 72px;
    transition: all 0.3s;
}

.slider-container .swiper-slide-icon-group.with-hidden-icons:hover .swiper-slide-icon-group__icon-addon {
    opacity: 0;
    min-width: 0;
    min-height: 0;
    height: 0;
    width: 0;
    transition: all 0.3s;
}


.slider-container .swiper-slide-icon-group .swiper-slide-icon-group__icon-addon {
    font-family: Inter;
    font-weight: 500;
    font-size: 31px;
    line-height: 32px;
    letter-spacing: -1.28px;
    color: #FFFFFF;
    border-color: #FFFFFF !important;
    background-color: #75798733;
    backdrop-filter: blur(10px);
    cursor: pointer;
}

.slider-container .swiper-slide-icon-group__icon:not(:first-child) {
    margin-left: -12px;
}

.slider-container .swiper-slide-category {
    font-family: Source Sans Pro;
    font-weight: 400;
    font-size: 24px;
    line-height: 130%;
    color: #FFFFFF;
    display: flex;
    gap: 12px;
    align-items: flex-start;
    margin-top: 32px;
    min-height: 62px;
}

.slider-container .swiper-slide-category span {
    max-width: 200px;
    display: block;
}

.swiper-container .swiper-navigation-arrows {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-top: 20px;
}

.swiper-container .swiper-slide-title {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 32px;
}

.swiper-container .swiper-slide-title .swiper-slide-title__accent {
    font-family: Source Sans Pro;
    font-weight: 600;
    font-size: 92px;
    line-height: 110%;
    color: #78BE20
}

.swiper-container .swiper-slide-title .swiper-slide-title__title {
    font-family: Source Sans Pro;
    font-weight: 700;
    font-size: 36px;
    line-height: 130%;
    color: #FFFFFF;
    padding-bottom: calc(58px + 36px);
}

.slider-container.slider-article .swiper-slide-title .swiper-slide-title__title {
    font-size: 32px;
}

.swiper-container .swiper-slide-title .swiper-slide-title__subtitle {
    font-family: Source Sans Pro;
    font-weight: 400;
    font-size: 22px;
    line-height: 130%;
    padding-bottom: calc(58px + 32px);
}

.swiper-container .swiper-slide-link {
    position: absolute;
    bottom: 36px;
    left: 32px;
    right: 32px;
    font-family: Source Sans Pro;
    font-weight: 700;
    font-size: 18px;
    line-height: 130%;
    color: #FFFFFF;
    outline: none;
    cursor: pointer;
    border-radius: 50px;
    border: 2px solid #FFFFFF;
    min-height: 58px;
    background-color: transparent;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 24px;
}

.swiper-container .swiper-slide-link__icon {
    background-color: #FFFFFF;
    min-width: 48px;
    min-height: 48px;
    height: 48px;
    width: 48px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-container .swiper-slide-feedback {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.swiper-container .swiper-slide-feedback,
.slider-container.slider-article .swiper-slide {
    position: relative;
    border: 2px solid #A4EB4A4D;
    box-shadow: 0px 2px 6px 0px #78BE20;
    background-color: rgb(133, 187, 71);
}

.swiper-container .swiper-slide-feedback > *,
.slider-container.slider-article .swiper-slide > * {
    z-index: 10;
}

.swiper-container .swiper-slide-feedback__title {
    font-family: Source Sans Pro;
    font-weight: 700;
    font-size: 36px;
    line-height: 130%;
    text-align: center;
    color: #FFFFFF;
    margin: 0 0 18px;
}

.swiper-container .swiper-slide-feedback__description {
    font-family: Source Sans Pro;
    font-weight: 400;
    font-size: 24px;
    line-height: 130%;
    text-align: center;
    color: #FFFFFF;
    margin: 0 0 32px;
}

.swiper-container .swiper-slide-feedback__feedback {
    outline: none;
    border: none;
    cursor: pointer;
    border-radius: 50px;
    background-color: #FFFFFF;
    font-family: Source Sans Pro;
    font-weight: 600;
    font-size: 24px;
    line-height: 140%;
    color: #53565A;
    padding: 12px 42px;
}

.slider-container.slider-article .swiper-slide-title__subtitle,
.slider-container.slider-article .swiper-slide-title__title {
    color: #FFFFFF;
}

.slider-container.slider-article .swiper-slide-title__title {
    padding-bottom: 18px;
}

.slider-container.slider-article .swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    min-height: 469px;
    width: 386px;
    z-index: 10;
    position: relative;
}

.slider-container.slider-article .swiper-slide .swiper-slide-link {
    left: auto;
    right: auto;
    padding-left: 42px;
    padding-right: 42px;
}

.slider-container.slider-article .swiper-slide:after {
    content: '';
    position: absolute;
    top: calc(-36px / 2);
    left: 35px;
    right: 35px;
    height: calc((36px / 2) - 2px);
    z-index: 1;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    background-color: #4F6F2A;
}

.swiper-container .swiper-navigation-arrows .swiper-button-prev,
.swiper-container .swiper-navigation-arrows .swiper-button-next {
    position: relative;
    right: auto;
    left: auto;
    margin-top: 0;
    background-color: #78BE20;
    min-width: 46px;
    min-height: 46px;
    height: 46px;
    width: 46px;
    border-radius: 100%;
}

.swiper-container .swiper-navigation-arrows .swiper-button-prev:after {
    margin-left: -3px;
}

.swiper-container .swiper-navigation-arrows .swiper-button-next:after {
    margin-right: -3px;
}

.swiper-container .swiper-navigation-arrows .swiper-button-prev:after,
.swiper-container .swiper-navigation-arrows .swiper-button-next:after {
    font-size: 21px;
    color: #131316;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider-container.slider-compact .swiper-slide {
    min-height: 510px;
    width: 386px;
}

.slider-container.slider-compact .swiper-slide-category img {
    display: none;
}

.slider-container.slider-compact .swiper-slide-category {
    font-size: 18px;
    margin-top: 18px;
}

.slider-container.slider-compact .swiper-slide-title__title {
    font-size: 28px;
}

.slider-container.slider-light .swiper-slide {
    background-color: #FFFFFF;
}

.slider-container.slider-light .swiper-slide-title__accent,
.slider-container.slider-light .swiper-slide-title__title,
.slider-container.slider-light .swiper-slide-link,
.slider-container.slider-light .swiper-slide-category {
    color: #53565A;
}

.slider-container.slider-light .swiper-slide-link {
    border-color: #53565A;
}

.slider-container.slider-light .swiper-slide-link__icon {
    background-color: #53565A;
}

.slider-container.slider-light .swiper-slide-link__icon svg path {
    fill: #FFFFFF;
}

.slider-container.slider-compact .swiper-slide-category span {
    max-width: initial;
}

.slider-container.slider-compact {
    overflow: hidden;
}



.slider-container__title {
    font-weight: 600;
    font-size: 56px;
    line-height: 110%;
    color: #2B2E32;
    margin-bottom: 54px;
}

.swiper-menu .swiper-button-next:after,
.swiper-menu .swiper-button-prev:after {
    color: #53565A;
    font-size: 25px;
}

.swiper-menu .swiper-button-next[aria-disabled="true"],
.swiper-menu .swiper-button-prev[aria-disabled="true"] {
    opacity: 0;
}

.swiper-menu .swiper-button-prev {
    left: -40px
}

.swiper-menu .swiper-button-next {
    right: -40px
}

@media (max-width: 1300px) {
    .swiper-menu .swiper-button-prev {
        left: 0
    }

    .swiper-menu .swiper-button-next {
        right: 0
    }
}

@media (min-width: 768px) {
    .slider-container.slider-main {
        width: 750px;
    }
}

@media (min-width: 1060px) {
    .slider-container.slider-main {
        width: 1030px;
    }
}

@media (max-width: 1059px) {
    .slider-container__title {
        font-weight: 400;
        font-size: 32px;
        line-height: 120%;
    }

    .slider-container .swiper-slide-category {
        font-weight: 400;
        font-size: 18px;
        line-height: 140%;
    }

    .swiper-container .swiper-slide-title .swiper-slide-title__accent {
        font-size: 82px;
    }
    .swiper-container .swiper-slide-title .swiper-slide-title__title {
        font-size: 28px;
    }

    .slider-container .swiper-slide {
        min-height: 455px;
        width: 345px;
    }

    .slider-container.slider-compact .swiper-slide {
        width: 345px;
    }
    .slider-container.slider-article .swiper-slide {
        width: 345px;
    }

    .slider-container.slider-main {
        /*overflow-x: hidden;*/
    }
}

/* End */


/* Start:/local/templates/manzana/template_styles.css?17488668895208*/
.js-metro-menu .row {
	margin-left: -5px;
	margin-right: -5px;
}
.js-metro-menu .col-lg-13,
.js-metro-menu .col-lg-11,
.js-metro-menu .col-lg-4,
.js-metro-menu .col-lg-6{
	padding-left: 5px;
	padding-right: 5px;
}
.js-metro-menu{
	margin-bottom: 15px;
}
.metro-menu{
	margin-bottom: 5px;
}

#back-to-top{
	background: #333;
	border-radius:50%;
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.5);
	bottom: 15px;
	cursor: pointer;
	display: none;
	height: 40px;
	line-height: 38px;
	position: fixed;
	right: 25px;
	width: 40px;
	text-align: center;
}
#back-to-top:hover,
#back-to-top:focus{
	background:#555;
}
#back-to-top:before{
	font-family:'icomoon';
	content: "\e771";
	display: block;
	font-size:20px;
	color:#fff;
}
/* add class link */
.url-black{
	color:#78BE20;
	border-bottom:1px solid rgba(0,0,0,.5);
}
.url-black:hover,
.url-black:focus,
.url-black:active{
	color:#78BE20;
}
.url-green{
	color:#66cc00;
	border-bottom:1px solid rgba(104, 204, 0, 0.5);
}
.url-green:hover,
.url-green:focus{
	color:#408000;
}
.no-border{
	border:0;
}
/* @start manzana */
.bg-image:before {
    background: transparent url("/bitrix/templates/manzana/images/pattern-lines.png") repeat scroll center top;
}
.logo{
	width: 230px;
    top: 2px;
    position: relative;
}
.header-wrapper {
	border-bottom: 5px solid #66cc00;
	padding-top: 50px;
	min-height: 54px;
}
.header-wrapper .slider {
    margin-top: -50px;
}
.header-wrapper.bg-image::before, .header-wrapper .slider-bg:before, .products-bg:before {
	background: rgba(255,255,255,0.7);
}
ul.lang {
	margin-top: 2px;
	margin-left: auto;
	position: relative;
	top: auto;
	right: auto;
	line-height: 1.42;
}
ul.lang .active a{
	border: 0;
}
.navigation header {
	padding: 12px 15px 3px;
	height: 50px;
	margin: 0 auto;
}
.header-nav {
	/*
	text-align: center;
	margin-left:40px; */
}
.header-nav nav {
	display: flex;
	align-items: center;
}
@media screen and (max-width: 1059px){
	.header-nav nav {
		flex-direction: column;
	}
}
.lang .phone{
	display: inline-block;
	margin-right: 22px;
	font-weight: bold;
}
.lang .phone a{
	border: 0;
	color: #78BE20;
}
.lang .eng {
	position: relative;
	padding-left: 28px;
	font-weight: 400;
}
.lang .eng:before {
	content: "";
	border-radius: 50%;
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23f0f0f0' d='M0 0h512v512H0z'/%3E%3Cpath fill='%23d80027' d='M0 304h208v208h96V304h208v-96H304V0h-96v208H0z'/%3E%3Cg fill='%230052b4'%3E%3Cpath d='M406.92 333.913L512 438.993v-105.08zM333.913 333.913L512 512v-50.36L384.273 333.913zM464.564 512L333.913 381.336V512z'/%3E%3C/g%3E%3Cpath fill='%23f0f0f0' d='M333.913 333.913L512 512v-50.36L384.273 333.913z'/%3E%3Cpath fill='%23d80027' d='M333.913 333.913L512 512v-50.36L384.273 333.913z'/%3E%3Cg fill='%230052b4'%3E%3Cpath d='M80.302 333.913L0 414.215v-80.302zM178.084 356.559v155.438H22.658z'/%3E%3C/g%3E%3Cpath fill='%23d80027' d='M127.724 333.916L0 461.641V512l178.084-178.084z'/%3E%3Cg fill='%230052b4'%3E%3Cpath d='M105.08 178.087L0 73.007v105.08zM178.087 178.087L0 0v50.36l127.727 127.727zM47.436 0l130.651 130.663V0z'/%3E%3C/g%3E%3Cpath fill='%23f0f0f0' d='M178.087 178.087L0 0v50.36l127.727 127.727z'/%3E%3Cpath fill='%23d80027' d='M178.087 178.087L0 0v50.36l127.727 127.727z'/%3E%3Cg fill='%230052b4'%3E%3Cpath d='M431.698 178.087L512 97.785v80.302zM333.916 155.441V.003h155.426z'/%3E%3C/g%3E%3Cpath fill='%23d80027' d='M384.276 178.084L512 50.359V0L333.916 178.084z'/%3E%3C/svg%3E");
}
@media (max-width: 1059px) {
	.header-nav {
		margin-left:0px;
	}
    .col-lg-4 .m-height-100.m-width-100{
        height: 150px;
    }
}
.primary-nav{
	margin-top: 1px;
}
.primary-nav li a {
	padding: 0px 16px;
	line-height: 1.42;
}
.nav-toggle {
	right: 10px;
}
.nav-toggle span,
.nav-toggle span:before,
.nav-toggle span:after {
	width: 27px;
	height: 2px;
}
.nav-toggle span:before {
	top: -8px;
}
.nav-toggle span:after {
	bottom: -8px;
}
.navicon {
	top: 14px;
}
.products-bg:before {
	/*background: transparent url("/bitrix/templates/manzana/images/pattern-lines.png") repeat center top;*/
}
.royalSlider .rsOverflow,
.royalSlider {
  height: 635px!important;
}

@media screen and (min-width: 768px) {
  .royalSlider .rsOverflow,
  .royalSlider {
    height: 545px!important;
  }
}
@media screen and (min-width: 1060px) {
  .royalSlider .rsOverflow,
  .royalSlider {
    height: 545px!important;
  }
}
@media (max-width: 479px){
	.col-lg-4 .metro-menu .m-height-100.m-width-100{
		height: auto;
	}
}
@media screen and (max-width:360px){
	.royalSlider .rsOverflow,
	.royalSlider{
		height:550px!important;
	}
}
.slider-bg {
	background-position: top;
}
.slider-bg:before {
	background: transparent url("/bitrix/templates/manzana/images/pattern-lines.png") repeat center top;
}
.slider-img {
	width: 43%;
}
.slider-body {
	width: 57%;
}
.slider-img,
.slider-body {
	text-align: center;
}
@media (min-width: 768px) {
  .slider-bg-black {
    display: flex;
	justify-content: center;
  }
}
@media (max-width: 767px) {
	.slider-img, 
	.slider-body {
		display: block;
		width: 100%;
	}
}
/* @end manzana */
/* End */
/* /local/templates/manzana/css/style.css?1624265768261661 */
/* /local/templates/manzana/css/menu-service.css?15922451742547 */
/* /local/templates/manzana/components/bitrix/menu/.default/style.min.css?1442488926490 */
/* /local/components/var/form.result.new/templates/default/style.css?1716451255655 */
/* /local/templates/manzana/styles.css?175083215410172 */
/* /local/templates/manzana/template_styles.css?17488668895208 */
