html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !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;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .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: 'Open Sans', Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #1d2127;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #83bfd6;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #5dabc9;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #ededed;
}
.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;
}

code,
kbd,
pre,
samp {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #1d2127;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.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 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #999999;
  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.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.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 #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.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 #dddddd;
}
.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: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }
  .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;
  }
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.inputbox {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -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;
}
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.inputbox: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);
}
select::-moz-placeholder,
textarea::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="color"]::-moz-placeholder,
.inputbox::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder,
.inputbox:-ms-input-placeholder {
  color: #999999;
}
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder,
.inputbox::-webkit-input-placeholder {
  color: #999999;
}
select[disabled],
textarea[disabled],
input[type="text"][disabled],
input[type="password"][disabled],
input[type="datetime"][disabled],
input[type="datetime-local"][disabled],
input[type="date"][disabled],
input[type="month"][disabled],
input[type="time"][disabled],
input[type="week"][disabled],
input[type="number"][disabled],
input[type="email"][disabled],
input[type="url"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="color"][disabled],
.inputbox[disabled],
select[readonly],
textarea[readonly],
input[type="text"][readonly],
input[type="password"][readonly],
input[type="datetime"][readonly],
input[type="datetime-local"][readonly],
input[type="date"][readonly],
input[type="month"][readonly],
input[type="time"][readonly],
input[type="week"][readonly],
input[type="number"][readonly],
input[type="email"][readonly],
input[type="url"][readonly],
input[type="search"][readonly],
input[type="tel"][readonly],
input[type="color"][readonly],
.inputbox[readonly],
fieldset[disabled] select,
fieldset[disabled] textarea,
fieldset[disabled] input[type="text"],
fieldset[disabled] input[type="password"],
fieldset[disabled] input[type="datetime"],
fieldset[disabled] input[type="datetime-local"],
fieldset[disabled] input[type="date"],
fieldset[disabled] input[type="month"],
fieldset[disabled] input[type="time"],
fieldset[disabled] input[type="week"],
fieldset[disabled] input[type="number"],
fieldset[disabled] input[type="email"],
fieldset[disabled] input[type="url"],
fieldset[disabled] input[type="search"],
fieldset[disabled] input[type="tel"],
fieldset[disabled] input[type="color"],
fieldset[disabled] .inputbox {
  background-color: #ededed;
  opacity: 1;
}
select[disabled],
textarea[disabled],
input[type="text"][disabled],
input[type="password"][disabled],
input[type="datetime"][disabled],
input[type="datetime-local"][disabled],
input[type="date"][disabled],
input[type="month"][disabled],
input[type="time"][disabled],
input[type="week"][disabled],
input[type="number"][disabled],
input[type="email"][disabled],
input[type="url"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="color"][disabled],
.inputbox[disabled],
fieldset[disabled] select,
fieldset[disabled] textarea,
fieldset[disabled] input[type="text"],
fieldset[disabled] input[type="password"],
fieldset[disabled] input[type="datetime"],
fieldset[disabled] input[type="datetime-local"],
fieldset[disabled] input[type="date"],
fieldset[disabled] input[type="month"],
fieldset[disabled] input[type="time"],
fieldset[disabled] input[type="week"],
fieldset[disabled] input[type="number"],
fieldset[disabled] input[type="email"],
fieldset[disabled] input[type="url"],
fieldset[disabled] input[type="search"],
fieldset[disabled] input[type="tel"],
fieldset[disabled] input[type="color"],
fieldset[disabled] .inputbox {
  cursor: not-allowed;
}
textareaselect,
textareatextarea,
textareainput[type="text"],
textareainput[type="password"],
textareainput[type="datetime"],
textareainput[type="datetime-local"],
textareainput[type="date"],
textareainput[type="month"],
textareainput[type="time"],
textareainput[type="week"],
textareainput[type="number"],
textareainput[type="email"],
textareainput[type="url"],
textareainput[type="search"],
textareainput[type="tel"],
textareainput[type="color"],
textarea.inputbox {
  height: auto;
}
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.inputbox: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);
}
select::-moz-placeholder,
textarea::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="color"]::-moz-placeholder,
.inputbox::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder,
.inputbox:-ms-input-placeholder {
  color: #999999;
}
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder,
.inputbox::-webkit-input-placeholder {
  color: #999999;
}
select[disabled],
textarea[disabled],
input[type="text"][disabled],
input[type="password"][disabled],
input[type="datetime"][disabled],
input[type="datetime-local"][disabled],
input[type="date"][disabled],
input[type="month"][disabled],
input[type="time"][disabled],
input[type="week"][disabled],
input[type="number"][disabled],
input[type="email"][disabled],
input[type="url"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="color"][disabled],
.inputbox[disabled],
select[readonly],
textarea[readonly],
input[type="text"][readonly],
input[type="password"][readonly],
input[type="datetime"][readonly],
input[type="datetime-local"][readonly],
input[type="date"][readonly],
input[type="month"][readonly],
input[type="time"][readonly],
input[type="week"][readonly],
input[type="number"][readonly],
input[type="email"][readonly],
input[type="url"][readonly],
input[type="search"][readonly],
input[type="tel"][readonly],
input[type="color"][readonly],
.inputbox[readonly],
fieldset[disabled] select,
fieldset[disabled] textarea,
fieldset[disabled] input[type="text"],
fieldset[disabled] input[type="password"],
fieldset[disabled] input[type="datetime"],
fieldset[disabled] input[type="datetime-local"],
fieldset[disabled] input[type="date"],
fieldset[disabled] input[type="month"],
fieldset[disabled] input[type="time"],
fieldset[disabled] input[type="week"],
fieldset[disabled] input[type="number"],
fieldset[disabled] input[type="email"],
fieldset[disabled] input[type="url"],
fieldset[disabled] input[type="search"],
fieldset[disabled] input[type="tel"],
fieldset[disabled] input[type="color"],
fieldset[disabled] .inputbox {
  cursor: not-allowed;
  background-color: #ededed;
}
textareaselect,
textareatextarea,
textareainput[type="text"],
textareainput[type="password"],
textareainput[type="datetime"],
textareainput[type="datetime-local"],
textareainput[type="date"],
textareainput[type="month"],
textareainput[type="time"],
textareainput[type="week"],
textareainput[type="number"],
textareainput[type="email"],
textareainput[type="url"],
textareainput[type="search"],
textareainput[type="tel"],
textareainput[type="color"],
textarea.inputbox {
  height: auto;
}
@media screen and (min-width: 768px) {
  select,
  textarea,
  input[type="text"],
  input[type="password"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  input[type="number"],
  input[type="email"],
  input[type="url"],
  input[type="search"],
  input[type="tel"],
  input[type="color"],
  .inputbox {
    width: auto;
  }
}
select,
select.form-control,
select.inputbox,
select.input {
  padding-right: 5px;
}
.input-mini {
  width: 60px;
}
.input-small {
  width: 90px;
}
.input-medium {
  width: 150px;
}
.input-large {
  width: 210px;
}
.input-xlarge {
  width: 270px;
}
.input-xxlarge {
  width: 530px;
}
input.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
selectinput.input-sm {
  height: 30px;
  line-height: 30px;
}
textareainput.input-sm,
select[multiple]input.input-sm {
  height: auto;
}
input.input-lg {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
selectinput.input-lg {
  height: 45px;
  line-height: 45px;
}
textareainput.input-lg,
select[multiple]input.input-lg {
  height: auto;
}
@media (min-width: 768px) {
  .form-inline .inputbox,
  .form-inline select,
  .form-inline textarea,
  .form-inline input {
    display: inline-block;
  }
}
.control-group {
  margin-bottom: 10px;
}
legend + .control-group {
  margin-top: 20px;
  -webkit-margin-top-collapse: separate;
}
.form-horizontal .control-group {
  margin-bottom: 20px;
}
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  content: " ";
  display: table;
}
.form-horizontal .control-group:after {
  clear: both;
}
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  content: " ";
  display: table;
}
.form-horizontal .control-group:after {
  clear: both;
}
.form-horizontal .control-group .control-label {
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  .form-horizontal .control-group .control-label {
    display: inline-block;
    float: left;
    width: 160px;
    padding-top: 5px;
    text-align: right;
  }
}
.form-horizontal .control-group .controls {
  margin-left: 180px;
}
.form-actions {
  padding: 20px;
  margin: 20px 0;
  background-color: #ededed;
  border-radius: 4px;
}
.form-actions:before,
.form-actions:after {
  content: " ";
  display: table;
}
.form-actions:after {
  clear: both;
}
.form-actions:before,
.form-actions:after {
  content: " ";
  display: table;
}
.form-actions:after {
  clear: both;
}
.form-actions [class*="col-sm-offset-"],
.form-actions [class*="col-md-offset-"] {
  padding-left: 5px !important;
}
.input-append,
.input-prepend {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: middle;
  font-size: 0;
  white-space: nowrap;
}
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input,
.input-append .dropdown-menu,
.input-prepend .dropdown-menu,
.input-append .popover,
.input-prepend .popover {
  font-size: 14px;
}
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  vertical-align: top;
  border-radius: 0 4px 4px 0;
}
.input-append input:focus,
.input-prepend input:focus,
.input-append select:focus,
.input-prepend select:focus,
.input-append .uneditable-input:focus,
.input-prepend .uneditable-input:focus {
  z-index: 2;
}
.input-append .add-on,
.input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 34px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  background-color: #ededed;
  border: 1px solid #ccc;
}
.input-append .add-on,
.input-prepend .add-on,
.input-append .btn,
.input-prepend .btn,
.input-append .btn-group > .dropdown-toggle,
.input-prepend .btn-group > .dropdown-toggle {
  vertical-align: top;
  border-radius: 0;
}
.input-append .active,
.input-prepend .active {
  background-color: #cde4a4;
  border-color: #89b837;
}
.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -1px;
}
.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
  border-radius: 4px 0 0 4px;
}
.input-append input,
.input-append select,
.input-append .uneditable-input {
  border-radius: 4px 0 0 4px;
}
.input-append input + .btn-group .btn:last-child,
.input-append select + .btn-group .btn:last-child,
.input-append .uneditable-input + .btn-group .btn:last-child {
  border-radius: 0 4px 4px 0;
}
.input-append .add-on,
.input-append .btn,
.input-append .btn-group {
  margin-left: -1px;
}
.input-append .add-on:last-child,
.input-append .btn:last-child,
.input-append .btn-group:last-child > .dropdown-toggle {
  border-radius: 0 4px 4px 0;
}
.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
  border-radius: 0;
}
.input-prepend.input-append input + .btn-group .btn,
.input-prepend.input-append select + .btn-group .btn,
.input-prepend.input-append .uneditable-input + .btn-group .btn {
  border-radius: 0 4px 4px 0;
}
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  border-radius: 4px 0 0 4px;
}
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  border-radius: 0 4px 4px 0;
}
.input-prepend.input-append .btn-group:first-child {
  margin-left: 0;
}
.btn-large {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 4px;
}
.btn-small {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: 0;
}
.btn-mini {
  padding: 2px 4px;
  font-size: 12px;
  border-radius: 3px;
}
.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
  margin-top: -1px;
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #1d2127;
  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: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -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::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #ededed;
  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"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 34px;
  }
  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: 30px;
  }
  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: 45px;
  }
}
.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: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.form-group-sm .form-control {
  height: 30px;
  line-height: 30px;
}
textarea.form-group-sm .form-control,
select[multiple].form-group-sm .form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  min-height: 32px;
}
.input-lg {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 45px;
  line-height: 45px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.form-group-lg .form-control {
  height: 45px;
  line-height: 45px;
}
textarea.form-group-lg .form-control,
select[multiple].form-group-lg .form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  min-height: 38px;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback {
  width: 45px;
  height: 45px;
  line-height: 45px;
}
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.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: #468847;
}
.has-success .form-control {
  border-color: #468847;
  -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: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
.has-success .input-group-addon {
  color: #468847;
  border-color: #468847;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #468847;
}
.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: #c09853;
}
.has-warning .form-control {
  border-color: #c09853;
  -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: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
.has-warning .input-group-addon {
  color: #c09853;
  border-color: #c09853;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #c09853;
}
.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: #b94a48;
}
.has-error .form-control {
  border-color: #b94a48;
  -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: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
.has-error .input-group-addon {
  color: #b94a48;
  border-color: #b94a48;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #b94a48;
}
.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: #535f70;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -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: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.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: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary {
  color: #ffffff;
  background-color: #83bfd6;
  border-color: #70b5d0;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #5dabc9;
  border-color: #429dc0;
}
.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: #83bfd6;
  border-color: #70b5d0;
}
.btn-primary .badge {
  color: #83bfd6;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.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: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.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: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.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: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.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: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-link {
  color: #83bfd6;
  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: #5dabc9;
  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: #999999;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  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%;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -5px;
  margin-left: -1px;
}
.dropdown-submenu.open > .dropdown-menu {
  display: block;
}
.dropdown-submenu > .dropdown-menu {
  border-radius: 4px;
}
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -5px;
}
.dropdown-submenu.open > a:after {
  border-left-color: #70b5d0;
}

.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;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url(https://hydroarm.by/plugins/system/t3/base-bs3/bootstrap/fonts/glyphicons-halflings-regular.eot);
  src: url(https://hydroarm.by/plugins/system/t3/base-bs3/bootstrap/fonts/glyphicons-halflings-regular.eot) format('embedded-opentype'), url(https://hydroarm.by/plugins/system/t3/base-bs3/bootstrap/fonts/glyphicons-halflings-regular.woff2) format('woff2'), url(https://hydroarm.by/plugins/system/t3/base-bs3/bootstrap/fonts/glyphicons-halflings-regular.woff) format('woff'), url(https://hydroarm.by/plugins/system/t3/base-bs3/bootstrap/fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(../../../../../../plugins/system/t3/base-bs3/bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  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: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #83bfd6;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #70b5d0;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #83bfd6;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #999999;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .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-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: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  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: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  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: 45px;
  line-height: 45px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  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: 30px;
  line-height: 30px;
}
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: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #ededed;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #ededed;
}
.nav > li.disabled > a {
  color: #999999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #ededed;
  border-color: #83bfd6;
}
.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 #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #ededed #ededed #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #83bfd6;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .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: 768px) {
  .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: 480px) 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: 768px) {
  .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: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .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: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .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: 4px;
}
.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: 768px) {
  .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: 767px) {
  .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: 768px) {
  .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: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .inputbox,
  .navbar-form select,
  .navbar-form textarea,
  .navbar-form input {
    display: inline-block;
  }
}
@media (min-width: 768px) {
  .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: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .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: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #ffffff;
  border-color: #eeeeee;
}
.navbar-default .navbar-brand {
  color: #83bfd6;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5dabc9;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #83bfd6;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #83bfd6;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #cccccc;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #eeeeee;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #83bfd6;
  color: #ffffff;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #83bfd6;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    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: #ffffff;
    background-color: #83bfd6;
  }
  .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: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #83bfd6;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.navbar-default .btn-link {
  color: #83bfd6;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333333;
}
.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: #cccccc;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #999999;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.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: #ffffff;
}
@media (max-width: 767px) {
  .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: #999999;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    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: #ffffff;
    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: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #999999;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.navbar-inverse .btn-link {
  color: #999999;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #ffffff;
}
.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: #444444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}
.breadcrumb > .active {
  color: #999999;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #83bfd6;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #5dabc9;
  background-color: #ededed;
  border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #83bfd6;
  border-color: #83bfd6;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #ededed;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  background-color: #ffffff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #999999;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}
.label-primary {
  background-color: #83bfd6;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #5dabc9;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #999999;
  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: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #83bfd6;
  background-color: #ffffff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px 15px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #ededed;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d4d4d4;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding: 48px 0;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -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: #83bfd6;
}
.thumbnail .caption {
  padding: 9px;
  color: #1d2127;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #356635;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #2d6987;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #c09853;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #a47e3c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #b94a48;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #953b39;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #83bfd6;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.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-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: #ffffff;
  border: 1px solid #dddddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  color: #555555;
  background-color: #f5f5f5;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #ededed;
  color: #999999;
  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: #999999;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #83bfd6;
  border-color: #83bfd6;
}
.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: #ffffff;
}
.list-group-item-success {
  color: #468847;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #468847;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #468847;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #468847;
  border-color: #468847;
}
.list-group-item-info {
  color: #3a87ad;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #3a87ad;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #3a87ad;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #3a87ad;
  border-color: #3a87ad;
}
.list-group-item-warning {
  color: #c09853;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #c09853;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #c09853;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #c09853;
  border-color: #c09853;
}
.list-group-item-danger {
  color: #b94a48;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #b94a48;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #b94a48;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #b94a48;
  border-color: #b94a48;
}
.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: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.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 #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #dddddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #1d2127;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #1d2127;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #83bfd6;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #83bfd6;
  border-color: #83bfd6;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #83bfd6;
}
.panel-primary > .panel-heading .badge {
  color: #83bfd6;
  background-color: #ffffff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #83bfd6;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #468847;
  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: #468847;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #3a87ad;
  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: #3a87ad;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #c09853;
  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: #c09853;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #b94a48;
  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: #b94a48;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.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: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  padding: 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  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: 350px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    perspective: 1000;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}

.clearfix:before,
.clearfix: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,
.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: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.affix {
  position: fixed;
}
#header.sticky {
  position: fixed;
  width: 100%;
  z-index: 1000;
}
#header.sticky .header-row .right-block {
  display: none;
}
#header.sticky .logo-image img {
  top: 0;
  height: 40px;
  width: 82px;
  margin: 5px;
}
.jb-onepage .sticky .t3-header .social-icons {
  margin: 2px 0px 0px 10px;
}
.jb-onepage .sticky .navbar-default .navbar-nav {
  margin-top: 0px !important;
  maring-bottom: 0px !important;
}
.jb-onepage .sticky .navbar-default .navbar-nav li a {
  padding: 10px 13px 15px;
}
.jb-onepage .sticky .navbar-default .navbar-nav li a:hover {
  color: #83bfd6 !important;
}
.jb-onepage .sticky .navbar-default .navbar-nav li .dropdown-menu li a {
  padding: 8px 6px;
}
.jb-onepage .sticky .navbar-default .navbar {
  min-height: 50px !important;
}
.navbar-affixed-top {
  top: -32px;
}
.navbar-affixed-top.affix {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.22);
}
.jb-style-3.affix {
  position: fixed;
  top: 0;
  z-index: 1000;
  box-shadow: 0px 5px 5px -5px rgba(0, 0, 0, 0.4);
  width: 100% !important;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.jb-medical-header.affix {
  position: fixed;
  top: 0;
  z-index: 1000;
  box-shadow: 0px 5px 5px -5px rgba(0, 0, 0, 0.4);
  width: 100% !important;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.jb-hotal-header.affix {
  position: fixed;
  top: 0;
  z-index: 1000;
  -webkit-animation: header-reveal 0.4s ease-in;
  -moz-animation: header-reveal 0.4s ease-in;
  -o-animation: header-reveal 0.4s ease-in;
  animation: header-reveal 0.4s ease-in;
}
@media (max-width: 767px) {
  .jb-hotal-header.affix {
    width: 100% !important;
  }
}
@media (min-width: 768px) {
  .jb-hotal-header.affix {
    width: 1200px !important;
  }
}
@media (min-width: 992px) {
  .jb-hotal-header.affix {
    width: 1200px !important;
  }
}
@media (min-width: 1200px) {
  .jb-hotal-header.affix {
    width: 1200px !important;
  }
}
.header-nav.affix {
  position: fixed;
  top: 0;
  z-index: 1000;
  box-shadow: 0px 5px 5px -5px rgba(0, 0, 0, 0.4);
  width: 100% !important;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

@media (min-width: 1200px) {
  body.jb-boxed {
    width: 1200px;
    background: url(https://hydroarm.by/templates/porto/images/bg/pattern.jpg);
    margin: 0 auto;
  }
}a:active,
a:focus {
  outline: 0;
}
img {
  border: none;
}

#k2Container {
  padding: 0 0 24px 0;
}
body.contentpane #k2Container {
  padding: 16px;
}

.k2Padding {
  padding: 4px;
}

.clr {
  clear: both;
  height: 0;
  line-height: 0;
  display: block;
  float: none;
  padding: 0;
  margin: 0;
  border: none;
}

.even {
  padding: 2px;
}
.odd {
  padding: 2px;
}

div.k2FeedIcon {
  padding: 4px 8px;
}
div.k2FeedIcon a,
div.k2FeedIcon a:hover {
  display: block;
  float: right;
  margin: 0;
  padding: 0;
  width: 16px;
  height: 16px;
}
div.k2FeedIcon a span,
div.k2FeedIcon a:hover span {
  display: none;
}

.itemRatingForm {
  display: block;
  vertical-align: middle;
  line-height: 25px;
  float: left;
}
.itemRatingLog {
  font-size: 11px;
  margin: 0;
  padding: 0 0 0 4px;
  float: left;
}
div.itemRatingForm .formLogLoading {
  background: url(../../templates/porto/images/system/loading.gif) no-repeat left center;
  height: 25px;
  padding: 0 0 0 20px;
}
.itemRatingList,
.itemRatingList a:hover,
.itemRatingList .itemCurrentRating {
  background: transparent url(../../templates/porto/images/system/transparent_star.gif) left -1000px repeat-x;
}
.itemRatingList {
  position: relative;
  float: left;
  width: 125px;
  height: 25px;
  overflow: hidden;
  list-style: none;
  margin: 0;
  padding: 0;
  background-position: left top;
}
.itemRatingList li {
  display: inline;
  background: none;
  padding: 0;
}
.itemRatingList a,
.itemRatingList .itemCurrentRating {
  position: absolute;
  top: 0;
  left: 0;
  text-indent: -1000px;
  height: 25px;
  line-height: 25px;
  outline: none;
  overflow: hidden;
  border: none;
  cursor: pointer;
}
.itemRatingList a:hover {
  background-position: left bottom;
}
.itemRatingList a.one-star {
  width: 20%;
  z-index: 6;
}
.itemRatingList a.two-stars {
  width: 40%;
  z-index: 5;
}
.itemRatingList a.three-stars {
  width: 60%;
  z-index: 4;
}
.itemRatingList a.four-stars {
  width: 80%;
  z-index: 3;
}
.itemRatingList a.five-stars {
  width: 100%;
  z-index: 2;
}
.itemRatingList .itemCurrentRating {
  z-index: 1;
  background-position: 0 center;
  margin: 0;
  padding: 0;
}
span.siteRoot {
  display: none;
}

.smallerFontSize {
  font-size: 100%;
  line-height: inherit;
}
.largerFontSize {
  font-size: 150%;
  line-height: 140%;
}

.recaptchatable .recaptcha_image_cell,
#recaptcha_table {
  background-color: #fff !important;
}
#recaptcha_table {
  border-color: #ccc !important;
}
#recaptcha_response_field {
  border-color: #ccc !important;
  background-color: #fff !important;
}
.k2-recaptcha-v2 {
  margin-top: 12px;
}

div.itemToolbar ul li a#fontDecrease,
div.itemToolbar ul li a#fontIncrease {
  font-size: 14px;
}
div.itemToolbar ul li a#fontDecrease img,
div.itemToolbar ul li a#fontIncrease img {
  background: none;
}
a.ubUserFeedIcon,
a.ubUserFeedIcon:hover,
a.ubUserURL,
a.ubUserURL:hover,
span.ubUserEmail,
div.itemIsFeatured:before,
div.catItemIsFeatured:before,
div.userItemIsFeatured:before,
div.k2FeedIcon a,
div.k2FeedIcon a:hover,
div.itemToolbar ul li a#fontDecrease,
div.itemToolbar ul li a#fontIncrease {
  background: none;
  text-decoration: none;
  vertical-align: middle;
  font-family: 'simple-line-icons';
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

div.catItemIsFeatured:before,
div.userItemIsFeatured:before,
div.itemIsFeatured:before {
  content: "\e09b";
}
a#fontIncrease:before {
  content: "\e091";
}
a#fontDecrease:before {
  content: "\e092";
}
div.k2FeedIcon a:before,
a.ubUserFeedIcon:before {
  content: "\e03b";
}
a.ubUserURL:before {
  content: "\e037";
}
span.ubUserEmail:before {
  content: "\e086";
}

div.k2LatestCommentsBlock ul,
div.k2TopCommentersBlock ul,
div.k2ItemsBlock ul,
div.k2LoginBlock ul,
div.k2UserBlock ul.k2UserBlockActions,
div.k2UserBlock ul.k2UserBlockRenderedMenu,
div.k2ArchivesBlock ul,
div.k2AuthorsListBlock ul,
div.k2CategoriesListBlock ul,
div.k2UsersBlock ul {
  margin: 0;
  padding: 0 4px;
  list-style: none;
}

.clearList {
  display: none;
  float: none;
  clear: both;
}

.lastItem {
  border: none;
}

.k2Avatar img {
  display: block;
  float: left;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 50%;
  padding: 2px;
  margin: 2px 4px 4px 0;
}

div.k2Pagination {
  padding: 8px;
  margin: 24px 0 4px 0;
  text-align: center;
}
div.k2Pagination ul {
  text-align: center;
}
div.k2Pagination ul li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
div.k2Pagination ul li a {
  display: inline-block;
  padding: 13px 20px;
  margin: 0 8px;
  border: 1px solid #ddd;
  border-radius: 4px;
  vertical-align: middle;
  background: #fff;
  text-decoration: none;
}
div.k2Pagination ul li a:hover {
  background: #fafafa;
  cursor: pointer;
}
div.k2Pagination ul li.active a {
  background: #0088cc;
}
div.k2Pagination ul li a span {
  vertical-align: middle;
}

div.itemIsFeatured,
div.catItemIsFeatured,
div.userItemIsFeatured {
  position: relative;
}
div.itemIsFeatured:before,
div.catItemIsFeatured:before,
div.userItemIsFeatured:before {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #CF1919;
  font-size: 20px;
}

.k2HorizontalSep {
  border: 0;
  padding: 0;
  margin: 0 8px;
}

span.itemEditLink,
span.catItemEditLink,
span.userItemEditLink {
  float: right;
  display: block;
  padding: 0;
  margin: 0;
  width: 120px;
  text-align: right;
}
span.itemEditLink a,
span.catItemEditLink a,
span.userItemEditLink a {
  display: inline-block;
  padding: 4px 8px;
  margin: 0;
  background: #2d96dd;
  color: #fff;
  border: 0;
  border-radius: 4px;
  font-size: 11px;
  line-height: 100%;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}
span.itemEditLink a:hover,
span.catItemEditLink a:hover,
span.userItemEditLink a:hover {
  background: #217dbb;
}

a.itemPrintThisPage {
  display: block;
  width: 160px;
  margin: 4px auto 16px;
  padding: 8px;
  border: 1px solid #ddd;
  border-radius: 4px;
  text-align: center;
  font-size: 14px;
}
a.itemPrintThisPage:hover {
  background: #fafafa;
  text-decoration: none;
}
div.itemView {
  padding: 8px 0 24px 0;
  margin: 0 0 24px 0;
}

div.itemHeader span.itemDateCreated {
  color: #999;
  font-size: 11px;
}
div.itemHeader h2.itemTitle {
  padding: 10px 0 4px 0;
  margin: 0;
}
div.itemHeader h2.itemTitle span sup {
  font-size: 12px;
  color: #CF1919;
  text-decoration: none;
}

div.itemHeader span.itemAuthor {
  display: block;
  padding: 0;
  margin: 0;
}
div.itemHeader span.itemAuthor a:before {
  content: " ";
}
div.itemToolbar ul {
  text-align: right;
  list-style: none;
  padding: 0;
  margin: 0;
}
div.itemToolbar ul li {
  display: inline;
  list-style: none;
  padding: 0 4px 0 8px;
  margin: 0;
  border-left: 1px solid #ccc;
  text-align: center;
  background: none;
  font-size: 12px;
}
div.itemToolbar ul > li:first-child {
  border: none;
}

div.itemToolbar ul li a {
  font-size: 12px;
  font-weight: normal;
}
div.itemToolbar ul li a img {
  vertical-align: middle;
}
div.itemToolbar ul li a#fontDecrease {
  margin: 0 0 0 2px;
}
div.itemToolbar ul li a#fontDecrease img {
  width: 13px;
  height: 13px;
  font-size: 13px;
}
div.itemToolbar ul li a#fontIncrease {
  margin: 0 0 0 2px;
}
div.itemToolbar ul li a#fontIncrease img {
  width: 13px;
  height: 13px;
  font-size: 13px;
}
div.itemToolbar ul li a#fontDecrease span,
div.itemToolbar ul li a#fontIncrease span {
  display: none;
}
div.itemRatingBlock {
  padding: 8px 0;
}
div.itemRatingBlock span {
  display: block;
  float: left;
  font-style: normal;
  padding: 0 4px 0 0;
  margin: 0;
  color: #999;
}
div.itemBody {
  padding: 8px 0;
  margin: 0;
}
div.itemImageBlock {
  padding: 8px 0;
  margin: 0 0 16px 0;
}
span.itemImage {
  display: block;
  text-align: center;
  margin: 0 0 8px 0;
}
span.itemImage img {
  max-width: 100%;
  height: auto;
}
span.itemImageCaption {
  color: #666;
  float: left;
  display: block;
  font-size: 11px;
}
span.itemImageCredits {
  color: #999;
  float: right;
  display: block;
  font-style: italic;
  font-size: 11px;
}
@media screen and (max-width: 600px) {
  span.itemImageCaption,
  span.itemImageCredits {
    float: none;
    text-align: center;
  }
}
div.itemFullText h3 {
  margin: 0;
  padding: 16px 0 4px 0;
}
div.itemExtraFields {
  margin: 16px 0 0 0;
  padding: 8px 0 0 0;
  border-top: 1px dotted #ddd;
}
div.itemExtraFields h3 {
  margin: 0;
  padding: 0 0 8px 0;
}
div.itemExtraFields ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
div.itemExtraFields ul li {
  display: block;
}
div.itemExtraFields ul li span.itemExtraFieldsLabel {
  display: block;
  float: left;
  font-weight: bold;
  margin: 0 4px 0 0;
  width: 30%;
}
div.itemContentFooter {
  display: block;
  text-align: right;
  padding: 4px 0;
  margin: 16px 0 4px 0;
  color: #999;
}
span.itemHits {
  float: left;
}
div.itemSocialSharing {
  padding: 8px 0;
}
div.itemTwitterButton {
  float: left;
  margin: 2px 24px 0 0;
}
div.itemFacebookButton {
  float: left;
  margin-right: 24px;
  width: 200px;
}
div.itemLinks {
  margin: 16px 0;
  padding: 0;
}
div.itemCategory span {
  font-weight: bold;
  color: #555;
  padding: 0 4px 0 0;
}
div.itemTagsBlock span {
  font-weight: bold;
  color: #555;
  padding: 0 4px 0 0;
}
div.itemTagsBlock ul.itemTags {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline;
}
div.itemTagsBlock ul.itemTags li {
  display: inline;
  list-style: none;
  padding: 0 4px 0 0;
  margin: 0;
  text-align: center;
}
div.itemTagsBlock ul.itemTags li a:before {
  content: "#";
}
div.itemAttachmentsBlock {
  padding: 4px;
  border-bottom: 1px dotted #ccc;
}
div.itemAttachmentsBlock span {
  font-weight: bold;
  color: #555;
  padding: 0 4px 0 0;
}
div.itemAttachmentsBlock ul.itemAttachments {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline;
}
div.itemAttachmentsBlock ul.itemAttachments li {
  display: inline;
  list-style: none;
  padding: 0 4px;
  margin: 0;
  text-align: center;
}
div.itemAttachmentsBlock ul.itemAttachments li span {
  font-size: 10px;
  color: #999;
  font-weight: normal;
}

div.itemAuthorBlock img.itemAuthorAvatar {
  float: left;
  display: block;
  background: #fff;
  padding: 4px;
  border: 1px solid #ddd;
  margin: 0 8px 0 0;
}
div.itemAuthorBlock div.itemAuthorDetails {
  margin: 24px;
  padding: 4px 0 0 0;
}
div.itemAuthorBlock div.itemAuthorDetails h3.authorName {
  margin: 0 0 4px 0;
  padding: 0;
}
div.itemAuthorBlock div.itemAuthorDetails h3.authorName a {
  font-size: 16px;
}
div.itemAuthorBlock div.itemAuthorDetails span.itemAuthorUrl {
  font-weight: bold;
  color: #555;
}
div.itemAuthorBlock div.itemAuthorDetails span.itemAuthorEmail {
  font-weight: bold;
  color: #555;
}
div.itemAuthorBlock div.itemAuthorDetails span.itemAuthorUrl a,
div.itemAuthorBlock div.itemAuthorDetails span.itemAuthorEmail a {
  font-weight: normal;
}

div.itemAuthorLatest {
  margin-bottom: 16px;
  padding: 0;
}

div.itemRelated {
  margin-bottom: 16px;
  padding: 0;
}

div.itemRelated ul li.k2ScrollerElement {
  float: left;
  overflow: hidden;
  border: 1px solid #ddd;
  padding: 4px;
  margin: 0 4px 4px 0;
  background: #fff;
}

div.itemRelated ul li.clr {
  clear: both;
  height: 0;
  line-height: 0;
  display: block;
  float: none;
  padding: 0;
  margin: 0;
  border: none;
}

div.itemVideoBlock {
  margin: 0 0 16px 0;
  padding: 16px;
  background: #010101 url(../../templates/porto/images/system/videoplayer-bg.gif) repeat-x bottom;
  color: #eee;
}
div.itemVideoBlock div.itemVideoEmbedded {
  text-align: center;
}

div.itemVideoBlock span.itemVideo {
  display: block;
  overflow: hidden;
}
div.itemVideoBlock span.itemVideoCaption {
  color: #eee;
  float: left;
  display: block;
  font-size: 11px;
  font-weight: bold;
  width: 60%;
}
div.itemVideoBlock span.itemVideoCredits {
  color: #eee;
  float: right;
  display: block;
  font-style: italic;
  font-size: 11px;
  width: 35%;
  text-align: right;
}
@media screen and (max-width: 600px) {
  div.itemVideoBlock span.itemVideoCaption,
  div.itemVideoBlock span.itemVideoCredits {
    float: none;
    text-align: center;
    width: auto;
  }
}

div.itemImageGallery {
  margin: 0 0 16px 0;
  padding: 0;
}

div.itemNavigation {
  padding: 8px;
  margin: 0 0 24px 0;
  background: #fafafa;
  border-radius: 4px;
}
div.itemNavigation span.itemNavigationTitle {
  color: #999;
}
div.itemNavigation a.itemPrevious {
  padding: 0 12px;
}
div.itemNavigation a.itemNext {
  padding: 0 12px;
}

div.itemComments ul.itemCommentsList {
  margin: 0 0 16px;
  padding: 0;
  list-style: none;
}
div.itemComments ul.itemCommentsList li.authorResponse {
  background: #f5fdff;
}
div.itemComments ul.itemCommentsList li.unpublishedComment {
  background: #ffeaea;
}
div.itemComments ul.itemCommentsList li img {
  float: left;
}
div.itemComments ul.itemCommentsList li span.commentDate {
  margin: 0 8px 0 0;
}
div.itemComments ul.itemCommentsList li span.commentAuthorName {
  font-weight: bold;
  font-size: 14px;
}
div.itemComments ul.itemCommentsList li p {
  padding: 4px 0;
}
div.itemComments ul.itemCommentsList li span.commentAuthorEmail {
  display: none;
}
div.itemComments ul.itemCommentsList li span.commentLink {
  float: right;
  margin-left: 8px;
}
div.itemComments ul.itemCommentsList li span.commentLink a {
  font-size: 11px;
  color: #999;
  text-decoration: underline;
}
div.itemComments ul.itemCommentsList li span.commentLink a:hover {
  font-size: 11px;
  color: #555;
  text-decoration: underline;
}
div.itemComments ul.itemCommentsList li span.commentToolbar {
  display: block;
  clear: both;
}
div.itemComments ul.itemCommentsList li span.commentToolbar a {
  font-size: 11px;
  color: #999;
  text-decoration: underline;
  margin-right: 4px;
}
div.itemComments ul.itemCommentsList li span.commentToolbar a:hover {
  font-size: 11px;
  color: #555;
  text-decoration: underline;
}
div.itemComments ul.itemCommentsList li span.commentToolbarLoading {
  background: url(../../templates/porto/images/system/searchLoader.gif) no-repeat 100% 50%;
}
div.itemCommentsPagination {
  padding: 4px;
  margin: 0 0 24px 0;
}

div.itemCommentsPagination span.pagination {
  display: block;
  float: right;
  clear: both;
}

div.itemCommentsPagination ul {
  text-align: center;
}
div.itemCommentsPagination ul li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
div.itemCommentsPagination ul li a {
  display: inline-block;
  padding: 4px 8px;
  margin: 0 8px;
  border: 1px solid #ddd;
  border-radius: 4px;
  vertical-align: middle;
  background: #fff;
  text-decoration: none;
}
div.itemCommentsPagination ul li a:hover {
  background: #fafafa;
  cursor: pointer;
}
div.itemCommentsPagination ul li.active a {
  background: #fafafa;
}
div.itemCommentsPagination ul li a span {
  vertical-align: middle;
}
div.itemCommentsForm {
  border-top: 1px solid #ddd;
  margin-top: 25px;
  padding-top: 45px;
}
div.itemCommentsForm h3 {
  margin: 0;
  padding: 0 0 4px 0;
  letter-spacing: normal;
}
div.itemCommentsForm p.itemCommentsFormNotes {
  padding: 8px 0;
}
div.itemCommentsForm form {
  margin: 0;
  padding: 0;
  width: 100%;
}
div.itemCommentsForm form label.formComment,
div.itemCommentsForm form label.formName,
div.itemCommentsForm form label.formEmail,
div.itemCommentsForm form label.formUrl,
div.itemCommentsForm form label.formRecaptcha {
  display: block;
  margin: 12px 0 0 2px;
}
div.itemCommentsForm form textarea.inputbox {
  display: block;
  width: 100%;
  height: 200px;
  margin: 0;
  padding: 8px;
  box-sizing: border-box;
}
div.itemCommentsForm form input.inputbox {
  display: block;
  width: 100%;
  margin: 0;
  padding: 8px;
  line-height: 150%;
  height: auto;
  box-sizing: border-box;
}
div.itemCommentsForm form input#submitCommentButton {
  display: block;
  margin: 16px 0 0 0;
  padding: 8px 16px;
  background: #2d96dd;
  color: #fff;
  border: 0;
  border-radius: 4px;
  font-size: 16px;
  font-weight: bold;
}
div.itemCommentsForm form input#submitCommentButton:hover {
  background: #217dbb;
}
div.itemCommentsForm form span#formLog {
  margin: 24px;
  padding: 8px 12px;
  border-radius: 4px;
  text-align: center;
  display: none;
}
div.itemCommentsForm form span#formLog.k2FormLogError {
  display: block;
  background: #f00;
  color: #fff;
}
div.itemCommentsForm form span#formLog.k2FormLogSuccess {
  display: block;
  background: #18ac00;
  color: #fff;
}
div.itemCommentsForm form .formLogLoading {
  background: url(../../templates/porto/images/system/loading.gif) no-repeat left center;
}
div.itemCommentsLoginFirst {
  display: block;
  margin: 24px;
  padding: 8px 12px;
  background: #f00;
  color: #fff;
  border-radius: 4px;
}

div.k2ReportCommentFormContainer {
  padding: 8px;
  width: 480px;
  margin: 0 auto;
}
div.k2ReportCommentFormContainer blockquote {
  width: 462px;
  background: #fafafa;
  border: 1px solid #ddd;
  padding: 8px;
  margin: 0 0 8px 0;
}
div.k2ReportCommentFormContainer blockquote span.quoteIconLeft {
  font-style: italic;
  font-weight: bold;
  font-size: 40px;
  color: #135CAE;
  line-height: 30px;
  vertical-align: top;
  display: block;
  float: left;
}
div.k2ReportCommentFormContainer blockquote span.quoteIconRight {
  font-style: italic;
  font-weight: bold;
  font-size: 40px;
  color: #135CAE;
  line-height: 30px;
  vertical-align: top;
  display: block;
  float: right;
}
div.k2ReportCommentFormContainer blockquote span.theComment {
  font-style: italic;
  font-size: 12px;
  font-weight: normal;
  color: #000;
  padding: 0 4px;
}
div.k2ReportCommentFormContainer form label {
  display: block;
  font-weight: bold;
}
div.k2ReportCommentFormContainer form input,
div.k2ReportCommentFormContainer form textarea {
  display: block;
  border: 1px solid #ddd;
  font-size: 12px;
  padding: 2px;
  margin: 0 0 8px 0;
  width: 474px;
}
div.k2ReportCommentFormContainer form #recaptcha {
  margin-bottom: 24px;
}
div.k2ReportCommentFormContainer form span#formLog {
  margin: 24px;
  padding: 8px 12px;
  background: #fafafa;
  border-radius: 4px;
  text-align: center;
  display: none;
}
div.k2ReportCommentFormContainer form .formLogLoading {
  background: url(../../templates/porto/images/system/loading.gif) no-repeat left center;
}

div.itemBackToTop {
  text-align: right;
}
div.itemBackToTop a {
  text-decoration: underline;
}
div.itemBackToTop a:hover {
  text-decoration: underline;
}

div.itemListCategory {
  background: #fafafa;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin: 0 0 24px 0;
  padding: 8px;
}
span.catItemAddLink {
  display: block;
  padding: 8px 0;
  margin: 0 0 4px 0;
  border-bottom: 1px dotted #ccc;
  text-align: right;
}
span.catItemAddLink a {
  padding: 4px 16px;
  border: 1px solid #ddd;
  background: #fafafa;
  text-decoration: none;
}
span.catItemAddLink a:hover {
  background: #ffffcc;
}
div.itemListCategory img {
  float: left;
  display: block;
  margin: 0 8px 0 0;
}

div.subCategoryContainer {
  float: left;
}

div.subCategory {
  background: #fafafa;
  border: 1px solid #ddd;
  margin: 4px;
  padding: 8px;
}
div.subCategory a.subCategoryImage,
div.subCategory a.subCategoryImage:hover {
  text-align: center;
  display: block;
}
div.subCategory a.subCategoryImage img,
div.subCategory a.subCategoryImage:hover img {
  margin: 0 8px 0 0;
}

div#itemListLinks {
  background: #fafafa;
  border: 1px solid #ddd;
  margin: 8px 0;
  padding: 8px;
}
div.itemContainer {
  float: left;
}

@media screen and (max-width: 600px) {
  div.itemContainer {
    float: none;
    display: block;
    width: 100% !important;
  }
}

div.catItemView {
  margin-bottom: 28px;
  padding: 4px;
}

div.groupLinks {
  padding: 0;
  margin: 0;
}

div.catItemHeader span.catItemDateCreated {
  color: #999;
  font-size: 11px;
}
div.catItemHeader h3.catItemTitle {
  padding: 10px 0 4px 0;
  margin: 0;
}
div.catItemHeader h3.catItemTitle span sup {
  font-size: 12px;
  color: #CF1919;
  text-decoration: none;
}

div.catItemHeader span.catItemAuthor {
  display: block;
  padding: 0;
  margin: 0;
}
div.catItemRatingBlock {
  padding: 8px 0;
}
div.catItemRatingBlock span {
  display: block;
  float: left;
  font-style: normal;
  padding: 0 4px 0 0;
  margin: 0;
  color: #999;
}
div.catItemBody {
  padding: 8px 0;
  margin: 0;
}
div.catItemImageBlock {
  padding: 8px 0;
  margin: 0 0 16px 0;
}
span.catItemImage {
  display: block;
  text-align: center;
  margin: 0 0 8px 0;
}
span.catItemImage img {
  max-width: 100%;
  height: auto;
}
div.catItemIntroText {
  font-size: inherit;
  font-weight: normal;
  line-height: inherit;
  padding: 4px 0 12px 0;
}
div.catItemExtraFields,
div.genericItemExtraFields {
  margin: 16px 0 0 0;
  padding: 8px 0 0 0;
  border-top: 1px dotted #ddd;
}
div.catItemExtraFields h4,
div.genericItemExtraFields h4 {
  margin: 0;
  padding: 0 0 8px 0;
}
div.catItemExtraFields ul,
div.genericItemExtraFields ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
div.catItemExtraFields ul li,
div.genericItemExtraFields ul li {
  display: block;
}
div.catItemExtraFields ul li span.catItemExtraFieldsLabel,
div.genericItemExtraFields ul li span.genericItemExtraFieldsLabel {
  display: block;
  float: left;
  font-weight: bold;
  margin: 0 4px 0 0;
  width: 30%;
}
div.catItemLinks {
  margin: 0 0 16px 0;
  padding: 0;
}
div.catItemHitsBlock {
  padding: 4px 0;
}
div.catItemCategory {
  padding: 4px 0;
}
div.catItemCategory span {
  font-weight: bold;
  padding: 0 4px 0 0;
}
div.catItemTagsBlock {
  padding: 4px 0;
}
div.catItemTagsBlock span {
  font-weight: bold;
  padding: 0 4px 0 0;
}
div.catItemTagsBlock ul.catItemTags {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline;
}
div.catItemTagsBlock ul.catItemTags li {
  display: inline;
  list-style: none;
  padding: 0 4px 0 0;
  margin: 0;
  text-align: center;
}
div.catItemTagsBlock ul.catItemTags li a:before {
  content: "#";
}
div.catItemAttachmentsBlock {
  padding: 4px;
  border-bottom: 1px dotted #ccc;
}
div.catItemAttachmentsBlock span {
  font-weight: bold;
  color: #555;
  padding: 0 4px 0 0;
}
div.catItemAttachmentsBlock ul.catItemAttachments {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline;
}
div.catItemAttachmentsBlock ul.catItemAttachments li {
  display: inline;
  list-style: none;
  padding: 0 4px;
  margin: 0;
  text-align: center;
}
div.catItemAttachmentsBlock ul.catItemAttachments li span {
  font-size: 10px;
  color: #999;
  font-weight: normal;
}

div.catItemVideoBlock {
  margin: 0 0 16px 0;
  padding: 16px;
  background: #010101 url(../../templates/porto/images/system/videoplayer-bg.gif) repeat-x bottom;
}
div.catItemVideoBlock div.catItemVideoEmbedded {
  text-align: center;
}

div.catItemVideoBlock span.catItemVideo {
  display: block;
}

div.catItemImageGallery {
  margin: 0 0 16px 0;
  padding: 0;
}

div.catItemCommentsLink {
  display: inline;
  margin: 0 8px 0 0;
  padding: 0 8px 0 0;
  border-right: 1px solid #ccc;
}

div.catItemReadMore {
  display: inline;
}

span.catItemDateModified {
  display: block;
  text-align: right;
  padding: 4px;
  margin: 4px 0;
  color: #999;
  border-top: 1px solid #ddd;
}

div.userBlock {
  background: #fafafa;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin: 0 0 24px 0;
  padding: 8px;
}
span.userItemAddLink {
  display: block;
  padding: 8px 0;
  margin: 0 0 4px 0;
  border-bottom: 1px dotted #ccc;
  text-align: right;
}
span.userItemAddLink a {
  padding: 4px 16px;
  border: 1px solid #ddd;
  background: #fafafa;
  text-decoration: none;
}
span.userItemAddLink a:hover {
  background: #ffffcc;
}
div.userBlock img {
  display: block;
  float: left;
  background: #fff;
  padding: 4px;
  border: 1px solid #ddd;
  margin: 0 8px 0 0;
  border-radius: 50%;
}
div.userBlock div.userDescription {
  padding: 4px 0;
}
div.userBlock div.userAdditionalInfo {
  padding: 4px 0;
  margin: 8px 0 0 0;
}
span.userURL {
  font-weight: bold;
  color: #555;
  display: block;
}
span.userEmail {
  font-weight: bold;
  color: #555;
  display: block;
}

div.userItemView {
  margin-bottom: 48px;
}

div.userItemViewUnpublished {
  opacity: 0.9;
  border: 4px dashed #ccc;
  background: #fffff2;
  padding: 8px;
  margin: 8px 0;
}
div.userItemHeader span.userItemDateCreated {
  color: #999;
  font-size: 11px;
}
div.userItemHeader h3.userItemTitle {
  padding: 10px 0 4px 0;
  margin: 0;
}
div.userItemHeader h3.userItemTitle span sup {
  font-size: 12px;
  color: #CF1919;
  text-decoration: none;
}

div.userItemBody {
  padding: 8px 0;
  margin: 0;
}
div.userItemImageBlock {
  padding: 0;
  margin: 0;
  float: left;
}
span.userItemImage {
  display: block;
  text-align: center;
  margin: 0 8px 8px 0;
}
span.userItemImage img {
  max-width: 100%;
  height: auto;
}
div.userItemIntroText {
  font-size: inherit;
  font-weight: normal;
  line-height: inherit;
  padding: 4px 0 12px 0;
}
div.userItemLinks {
  margin: 0 0 16px 0;
  padding: 0;
}
div.userItemCategory {
  padding: 4px 0;
}
div.userItemCategory span {
  font-weight: bold;
  color: #555;
  padding: 0 4px 0 0;
}
div.userItemTagsBlock {
  padding: 4px 0;
}
div.userItemTagsBlock span {
  font-weight: bold;
  color: #555;
  padding: 0 4px 0 0;
}
div.userItemTagsBlock ul.userItemTags {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline;
}
div.userItemTagsBlock ul.userItemTags li {
  display: inline;
  list-style: none;
  padding: 0 4px 0 0;
  margin: 0;
  text-align: center;
}
div.userItemTagsBlock ul.userItemTags li a:before {
  content: "#";
}

div.userItemCommentsLink {
  display: inline;
  margin: 0 8px 0 0;
  padding: 0 8px 0 0;
  border-right: 1px solid #ccc;
}

div.userItemReadMore {
  display: inline;
}

div.tagItemView {
  margin-bottom: 48px;
}

div.tagItemHeader span.tagItemDateCreated {
  color: #999;
  font-size: 11px;
}
div.tagItemHeader h2.tagItemTitle {
  padding: 10px 0 4px 0;
  margin: 0;
}
div.tagItemBody {
  padding: 8px 0;
  margin: 0;
}
div.tagItemImageBlock {
  padding: 0;
  margin: 0;
  float: left;
}
span.tagItemImage {
  display: block;
  text-align: center;
  margin: 0 8px 8px 0;
}
span.tagItemImage img {
  max-width: 100%;
  height: auto;
}
div.tagItemIntroText {
  font-size: inherit;
  font-weight: normal;
  line-height: inherit;
  padding: 4px 0 12px 0;
}
div.tagItemCategory {
  display: inline;
  margin: 0 8px 0 0;
  padding: 0 8px 0 0;
  border-right: 1px solid #ccc;
}
div.tagItemCategory span {
  font-weight: bold;
  color: #555;
  padding: 0 4px 0 0;
}

div.tagItemReadMore {
  display: inline;
}

div.genericItemView {
  margin-bottom: 48px;
}

div.genericItemHeader span.genericItemDateCreated {
  color: #999;
  font-size: 11px;
}
div.genericItemHeader h2.genericItemTitle {
  padding: 10px 0 4px 0;
  margin: 0;
}
div.genericItemBody {
  padding: 8px 0;
  margin: 0;
}
div.genericItemImageBlock {
  padding: 0;
  margin: 0;
  float: left;
}
span.genericItemImage {
  display: block;
  text-align: center;
  margin: 0 8px 8px 0;
}
span.genericItemImage img {
  max-width: 100%;
  height: auto;
}
div.genericItemIntroText {
  font-size: inherit;
  font-weight: normal;
  line-height: inherit;
  padding: 4px 0 12px 0;
}
div.genericItemCategory {
  display: inline;
  margin: 0 8px 0 0;
  padding: 0 8px 0 0;
  border-right: 1px solid #ccc;
}
div.genericItemCategory span {
  font-weight: bold;
  color: #555;
  padding: 0 4px 0 0;
}

div.genericItemReadMore {
  display: inline;
}

div#genericItemListNothingFound {
  padding: 40px;
  text-align: center;
}
div#genericItemListNothingFound p {
  font-size: 20px;
  color: #999;
}

#k2GoogleSearchContainer .gsc-control {
  width: auto !important;
}
#k2GoogleSearchContainer .gsc-control .gsc-above-wrapper-area,
#k2GoogleSearchContainer .gsc-control .gsc-resultsHeader,
#k2GoogleSearchContainer .gsc-control .gsc-url-bottom {
  display: none !important;
}

div.latestItemsContainer {
  float: left;
}
@media screen and (max-width: 600px) {
  div.latestItemsContainer {
    float: none;
    display: block;
    width: 100% !important;
  }
}

div.latestItemsCategory {
  background: #fafafa;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin: 0 8px 24px 0;
  padding: 8px;
}
div.latestItemsCategoryImage {
  text-align: center;
}
div.latestItemsCategoryImage img {
  margin: 0 8px 0 0;
}

div.latestItemsUser {
  background: #fafafa;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin: 0 8px 24px 0;
  padding: 8px;
}
div.latestItemsUser img {
  display: block;
  float: left;
  background: #fff;
  padding: 4px;
  border: 1px solid #ddd;
  margin: 0 8px 0 0;
  border-radius: 50%;
}
div.latestItemsUser p.latestItemsUserDescription {
  padding: 4px 0;
}
div.latestItemsUser p.latestItemsUserAdditionalInfo {
  padding: 4px 0;
  margin: 8px 0 0 0;
}
span.latestItemsUserURL {
  font-weight: bold;
  color: #555;
  display: block;
}
span.latestItemsUserEmail {
  font-weight: bold;
  color: #555;
  display: block;
}

div.latestItemList {
  padding: 0 8px 8px 0;
}

div.latestItemHeader h3.latestItemTitle {
  padding: 10px 0 4px 0;
  margin: 0;
}
span.latestItemDateCreated {
  color: #999;
  font-size: 11px;
}
div.latestItemBody {
  padding: 8px 0;
  margin: 0;
}
div.latestItemImageBlock {
  padding: 0;
  margin: 0;
  float: left;
}
span.latestItemImage {
  display: block;
  text-align: center;
  margin: 0 8px 8px 0;
}
span.latestItemImage img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 600px) {
  div.latestItemImageBlock {
    float: none;
    display: block;
  }
}
div.latestItemIntroText {
  font-size: inherit;
  font-weight: normal;
  line-height: inherit;
  padding: 4px 0 12px 0;
}
div.latestItemLinks {
  margin: 0 0 16px 0;
  padding: 0;
}
div.latestItemCategory {
  padding: 4px 0;
}
div.latestItemCategory span {
  font-weight: bold;
  color: #555;
  padding: 0 4px 0 0;
}
div.latestItemTagsBlock {
  padding: 4px 0;
}
div.latestItemTagsBlock span {
  font-weight: bold;
  color: #555;
  padding: 0 4px 0 0;
}
div.latestItemTagsBlock ul.latestItemTags {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline;
}
div.latestItemTagsBlock ul.latestItemTags li {
  display: inline;
  list-style: none;
  padding: 0 4px 0 0;
  margin: 0;
  text-align: center;
}
div.latestItemTagsBlock ul.latestItemTags li a:before {
  content: "#";
}

div.latestItemVideoBlock {
  margin: 0 0 16px 0;
  padding: 16px;
  background: #010101 url(../../templates/porto/images/system/videoplayer-bg.gif) repeat-x bottom;
}
div.latestItemVideoBlock span.latestItemVideo {
  display: block;
}

div.latestItemCommentsLink {
  display: inline;
  margin: 0 8px 0 0;
  padding: 0 8px 0 0;
  border-right: 1px solid #ccc;
}

div.latestItemReadMore {
  display: inline;
}

h2.latestItemTitleList {
  padding: 2px 0;
  margin: 8px 0 2px 0;
  border-bottom: 1px dotted #ccc;
}

.k2AccountPage table tr td label {
  white-space: nowrap;
}
img.k2AccountPageImage {
  border: 4px solid #ddd;
  margin: 10px 0;
  padding: 0;
  display: block;
}
.k2AccountPage div.k2AccountPageNotice {
  padding: 8px;
}
.k2AccountPage div.k2AccountPageUpdate {
  border-top: 1px dotted #ddd;
  margin: 8px 0;
  padding: 8px;
  text-align: right;
}
.k2AccountPage th.k2ProfileHeading {
  text-align: left;
  font-size: 18px;
  padding: 8px;
  background: #f6f6f6;
}
.k2AccountPage td#userAdminParams {
  padding: 0;
  margin: 0;
}
.k2AccountPage table.admintable td.key,
.k2AccountPage table.admintable td.paramlist_key {
  background: #f6f6f6;
  border-bottom: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
  color: #666;
  font-weight: bold;
  text-align: right;
  font-size: 11px;
  width: 140px;
}

div.k2LatestCommentsBlock ul li span.lcCommentDate {
  color: #999;
}

div.k2TopCommentersBlock ul li span.tcLatestCommentDate {
  color: #999;
}

div.k2ItemsBlock ul li div.moduleItemIntrotext {
  display: block;
  padding: 4px 0;
}
div.k2ItemsBlock ul li div.moduleItemIntrotext a.moduleItemImage img {
  float: right;
  margin: 2px 0 4px 4px;
  padding: 0;
}
div.moduleItemExtraFields ul li span.moduleItemExtraFieldsLabel {
  display: block;
  float: left;
  font-weight: bold;
  margin: 0 4px 0 0;
  width: 30%;
}
div.k2ItemsBlock ul li div.moduleItemTags a {
  padding: 0 2px;
}
div.k2ItemsBlock ul li a.moduleItemComments {
  border-right: 1px solid #ccc;
  padding: 0 4px 0 0;
  margin: 0 8px 0 0;
}
div.k2ItemsBlock ul li span.moduleItemHits {
  border-right: 1px solid #ccc;
  padding: 0 4px 0 0;
  margin: 0 8px 0 0;
}

div.k2AuthorsListBlock ul li a.abAuthorLatestItem {
  display: block;
  clear: both;
}

div.k2BreadcrumbsBlock span.bcTitle {
  padding: 0 4px 0 0;
  color: #999;
}
div.k2BreadcrumbsBlock span.bcSeparator {
  padding: 0 4px;
  font-size: 14px;
}

div.k2CalendarBlock {
  height: 190px;
  margin-bottom: 8px;
}

div.k2CalendarLoader {
  background: #ffffff url(../../templates/porto/images/system/k2CalendarLoader.gif) no-repeat 50% 50%;
}
table.calendar {
  margin: 0 auto;
  background: #fff;
  border-collapse: collapse;
}
table.calendar tr td {
  text-align: center;
  vertical-align: middle;
  padding: 2px;
  border: 1px solid #f4f4f4;
  background: #fff;
}
table.calendar tr td.calendarNavMonthPrev {
  background: #fafafa;
  text-align: left;
}
table.calendar tr td.calendarNavMonthPrev a {
  font-size: 20px;
  text-decoration: none;
}
table.calendar tr td.calendarNavMonthPrev a:hover {
  font-size: 20px;
  text-decoration: none;
}
table.calendar tr td.calendarCurrentMonth {
  background: #fafafa;
}
table.calendar tr td.calendarNavMonthNext {
  background: #fafafa;
  text-align: right;
}
table.calendar tr td.calendarNavMonthNext a {
  font-size: 20px;
  text-decoration: none;
}
table.calendar tr td.calendarNavMonthNext a:hover {
  font-size: 20px;
  text-decoration: none;
}
table.calendar tr td.calendarDayName {
  background: #e9e9e9;
  font-size: 11px;
  width: 14.2%;
}
table.calendar tr td.calendarDateEmpty {
  background: #fbfbfb;
}
table.calendar tr td.calendarDateLinked {
  padding: 0;
}
table.calendar tr td.calendarDateLinked a {
  display: block;
  padding: 2px;
  text-decoration: none;
  background: #fafafa;
}
table.calendar tr td.calendarDateLinked a:hover {
  display: block;
  background: #135cae;
  color: #fff;
  padding: 2px;
  text-decoration: none;
}
table.calendar tr td.calendarToday {
  background: #135cae;
  color: #fff;
}
table.calendar tr td.calendarTodayLinked {
  background: #135cae;
  color: #fff;
  padding: 0;
}
table.calendar tr td.calendarTodayLinked a {
  display: block;
  padding: 2px;
  color: #fff;
  text-decoration: none;
}
table.calendar tr td.calendarTodayLinked a:hover {
  display: block;
  background: #BFD9FF;
  padding: 2px;
  text-decoration: none;
}

div.k2CategorySelectBlock form select {
  width: auto;
}

div.k2CategoriesListBlock ul li a span.catTitle {
  padding-right: 4px;
}
div.k2CategoriesListBlock ul li.activeCategory a {
  font-weight: bold;
}

div.k2SearchBlock {
  position: relative;
}
div.k2SearchBlock form input.k2SearchLoading {
  background: url(../../templates/porto/images/system/searchLoader.gif) no-repeat 100% 50%;
}
div.k2SearchBlock div.k2LiveSearchResults {
  display: none;
  background: #fff;
  position: absolute;
  z-index: 99;
  border: 1px solid #ddd;
  margin-top: -1px;
}

div.k2SearchBlock div.k2LiveSearchResults ul.liveSearchResults {
  list-style: none;
  margin: 0;
  padding: 0;
}
div.k2SearchBlock div.k2LiveSearchResults ul.liveSearchResults li {
  border: none;
  margin: 0;
  padding: 0;
}
div.k2SearchBlock div.k2LiveSearchResults ul.liveSearchResults li a {
  display: block;
  padding: 1px 2px;
  border-top: 1px dotted #ddd;
}
div.k2SearchBlock div.k2LiveSearchResults ul.liveSearchResults li a:hover {
  background: #fffff0;
}

div.k2TagCloudBlock {
  padding: 8px 0;
}
div.k2TagCloudBlock a {
  padding: 4px;
  float: left;
  display: block;
}
div.k2TagCloudBlock a:hover {
  padding: 4px;
  float: left;
  display: block;
  background: #135cae;
  color: #fff;
  text-decoration: none;
}

div.k2LoginBlock fieldset.input {
  margin: 0;
  padding: 0 0 8px 0;
}
div.k2LoginBlock fieldset.input p {
  margin: 0;
  padding: 0 0 4px 0;
}
div.k2LoginBlock fieldset.input p label {
  display: block;
}
div.k2LoginBlock fieldset.input p input {
  display: block;
}
div.k2LoginBlock fieldset.input p#form-login-remember label,
div.k2LoginBlock fieldset.input p#form-login-remember input {
  display: inline;
}
div.k2UserBlock p.ubGreeting {
  border-bottom: 1px dotted #ccc;
}
div.k2UserBlock div.k2UserBlockDetails span.ubName {
  display: block;
  font-weight: bold;
  font-size: 14px;
}

a.ubUserFeedIcon,
a.ubUserFeedIcon:hover {
  display: inline-block;
  margin: 0 2px 0 0;
  padding: 0;
  font-size: 15px;
}
a.ubUserFeedIcon span,
a.ubUserFeedIcon:hover span {
  display: none;
}
a.ubUserURL,
a.ubUserURL:hover {
  display: inline-block;
  margin: 0 2px 0 0;
  padding: 0;
  font-size: 15px;
}
a.ubUserURL span,
a.ubUserURL:hover span {
  display: none;
}
span.ubUserEmail {
  display: inline-block;
  margin: 0 2px 0 0;
  padding: 0;
  overflow: hidden;
  font-size: 15px;
}
span.ubUserEmail a {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 16px;
  height: 16px;
  text-indent: -9999px;
}
div.k2UsersBlock ul li h3 {
  clear: both;
  margin: 8px 0 0 0;
  padding: 0;
}
.post-large .post-image {
  margin-bottom: 10px;
}
.post-large .date .day {
  background: #F4F4F4 !important;
  border-radius: 2px 2px 0 0 !important;
  padding: 10px !important;
}
.post-large .post-content h2 {
  margin: 16px 0 10px 0px;
}
.post-large .post-content p {
  margin-bottom: 10px;
}
.post-large .post-content .catItemIntroText,
.post-large .post-content .post-meta {
  margin-left: 50px;
}
.post-medium {
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
  padding-bottom: 28px;
}
.post-medium .post-content h2 {
  margin: 0px 0 10px 0px;
}
.post-medium .post-content p {
  margin-bottom: 10px;
}
.post-medium .post-content .catItemIntroText {
  margin-left: 0px;
  margin-bottom: 10px;
}
.k2SearchBlockForm {
  display: flex;
}
.k2SearchBlockForm .inputbox {
  box-shadow: 0px;
  width: 100%;
  box-shadow: none;
  border: 1px solid #cccccc;
  border-radius: 0px;
  height: 50px;
}
.k2SearchBlockForm .inputbox:focus {
  box-shadow: none;
  border-color: #0088cc;
}
.k2SearchBlockForm .btn {
  border: 0px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  padding: 6px 20px !important;
}
.k2SearchBlockForm .btn:hover {
  border: none;
}
.recent-news .footer-blog-post {
  margin-top: 26px;
}
.recent-news .footer-blog-post .img-box {
  float: left;
}
.recent-news .footer-blog-post .content-box {
  padding-left: 13px;
  display: table-cell;
  vertical-align: middle;
}
.recent-news .footer-blog-post .content-box h3 {
  color: #0088cc;
  font-size: 14px;
  margin: 0;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 20px;
  transition: all 0.5s ease;
  text-transform: capitalize;
}
.recent-news .footer-blog-post .content-box h3:hover {
  color: #0088cc;
}
.recent-news .footer-blog-post .content-box li a {
  color: #888;
  font-size: 0.8em;
}
.blog-single-post h2 {
  text-transform: capitalize;
  color: #0088cc;
  font-size: 2.2em;
  font-weight: 300;
  line-height: 42px;
  letter-spacing: normal;
}
.blog-single-post .post-content {
  margin-left: 60px;
}
.blog-single-post .post-content .post-meta {
  margin-left: 0px;
  margin-bottom: 20px;
}
.blog-single-post .post-content .post-share {
  margin: 55px 0 0px;
  padding-bottom: 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.blog-single-post .post-content .post-share h3 {
  float: left;
  margin-right: 20px;
  letter-spacing: normal;
}
.blog-single-post .post-content .post-share h3 i {
  margin-right: 7px;
}
.blog-single-post .post-content .post-share .addthis_toolbox {
  margin: 31px 0px 0px;
}
.blog-single-post .post-content .post-author h3 {
  letter-spacing: normal;
}
.blog-single-post .post-content .post-author h3 i {
  margin-right: 7px;
}
.blog-single-post .post-content .post-author p {
  font-size: 0.9em;
  line-height: 22px;
  margin: 0;
  padding: 0;
}
.comments {
  list-style: none;
  margin: 0;
  padding: 0;
}
.comments li {
  clear: both;
  padding: 10px 0 0 115px;
}
.comments li img.avatar {
  height: 80px;
  width: 80px;
}
.comments li ul.reply {
  margin: 0;
}
.comments li a {
  text-decoration: none;
}
.comments li .img-thumbnail {
  margin-left: -115px;
  position: absolute;
}
.comments li .comment {
  margin-bottom: 10px;
}
.comments .comment-arrow {
  border-bottom: 15px solid transparent;
  border-right: 15px solid #F4F4F4;
  border-top: 15px solid transparent;
  height: 0;
  left: -15px;
  position: absolute;
  top: 28px;
  width: 0;
}
.comments .comment-block {
  background: #F4F4F4;
  border-radius: 5px;
  padding: 20px 20px 30px;
  position: relative;
}
.comments .comment-block p {
  font-size: 0.9em;
  line-height: 21px;
  margin: 0;
  padding: 0;
}
.comments .comment-block .comment-by {
  display: block;
  font-size: 1em;
  line-height: 21px;
  margin: 0;
  padding: 0 0 5px 0;
}
.comments .comment-block .date {
  color: #999;
  font-size: 0.9em;
}
/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.6.2
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2016 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/

/* @group Base */
.chzn-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.chzn-container * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.chzn-container .chzn-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}
.chzn-container.chzn-with-drop .chzn-drop {
  left: 0;
}
.chzn-container a {
  cursor: pointer;
}
.chzn-container .search-choice .group-name, .chzn-container .chzn-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999;
}
.chzn-container .search-choice .group-name:after, .chzn-container .chzn-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}

/* @end */
/* @group Single Chosen */
.chzn-container-single .chzn-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
  background: -webkit-linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -moz-linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -o-linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}
.chzn-container-single .chzn-default {
  color: #999;
}
.chzn-container-single .chzn-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chzn-container-single .chzn-single-with-deselect span {
  margin-right: 38px;
}
.chzn-container-single .chzn-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(https://hydroarm.by/media/jui/css/chosen-sprite.png) -42px 1px no-repeat;
  font-size: 1px;
}
.chzn-container-single .chzn-single abbr:hover {
  background-position: -42px -10px;
}
.chzn-container-single.chzn-disabled .chzn-single abbr:hover {
  background-position: -42px -10px;
}
.chzn-container-single .chzn-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}
.chzn-container-single .chzn-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url(https://hydroarm.by/media/jui/css/chosen-sprite.png) no-repeat 0px 2px;
}
.chzn-container-single .chzn-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}
.chzn-container-single .chzn-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: white url(https://hydroarm.by/media/jui/css/chosen-sprite.png) no-repeat 100% -20px;
  background: url(https://hydroarm.by/media/jui/css/chosen-sprite.png) no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chzn-container-single .chzn-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}
.chzn-container-single.chzn-container-single-nosearch .chzn-search {
  position: absolute;
  left: -9999px;
}

/* @end */
/* @group Results */
.chzn-container .chzn-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}
.chzn-container .chzn-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}
.chzn-container .chzn-results li.active-result {
  display: list-item;
  cursor: pointer;
}
.chzn-container .chzn-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chzn-container .chzn-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}
.chzn-container .chzn-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}
.chzn-container .chzn-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}
.chzn-container .chzn-results li.group-option {
  padding-left: 15px;
}
.chzn-container .chzn-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chzn-container-multi .chzn-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
  cursor: text;
}
.chzn-container-multi .chzn-choices li {
  float: left;
  list-style: none;
}
.chzn-container-multi .chzn-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.chzn-container-multi .chzn-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chzn-container-multi .chzn-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}
.chzn-container-multi .chzn-choices li.search-choice span {
  word-wrap: break-word;
}
.chzn-container-multi .chzn-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(https://hydroarm.by/media/jui/css/chosen-sprite.png) -42px 1px no-repeat;
  font-size: 1px;
}
.chzn-container-multi .chzn-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}
.chzn-container-multi .chzn-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666;
}
.chzn-container-multi .chzn-choices li.search-choice-focus {
  background: #d4d4d4;
}
.chzn-container-multi .chzn-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
.chzn-container-multi .chzn-results {
  margin: 0;
  padding: 0;
}
.chzn-container-multi .chzn-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
.chzn-container-active .chzn-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chzn-container-active.chzn-with-drop .chzn-single {
  border: 1px solid #aaa;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -moz-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -o-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
  /* JUI remove next line */
  /* box-shadow: 0 1px 0 #fff inset; */
}
.chzn-container-active.chzn-with-drop .chzn-single div {
  border-left: none;
  background: transparent;
}
.chzn-container-active.chzn-with-drop .chzn-single div b {
  background-position: -18px 2px;
}
.chzn-container-active .chzn-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chzn-container-active .chzn-choices li.search-field input[type="text"] {
  color: #222 !important;
}

/* @end */
/* @group Disabled Support */
.chzn-disabled {
  opacity: 0.5 !important;
  cursor: default;
}
.chzn-disabled .chzn-single {
  cursor: default;
}
.chzn-disabled .chzn-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
.chzn-rtl {
  text-align: right;
}
.chzn-rtl .chzn-single {
  overflow: visible;
  padding: 0 8px 0 0;
}
.chzn-rtl .chzn-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
.chzn-rtl .chzn-single-with-deselect span {
  margin-left: 38px;
}
.chzn-rtl .chzn-single div {
  right: auto;
  left: 3px;
}
.chzn-rtl .chzn-single abbr {
  right: auto;
  left: 26px;
}
.chzn-rtl .chzn-choices li {
  float: right;
}
.chzn-rtl .chzn-choices li.search-field input[type="text"] {
  direction: rtl;
}
.chzn-rtl .chzn-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
.chzn-rtl .chzn-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}
.chzn-rtl.chzn-container-single-nosearch .chzn-search,
.chzn-rtl .chzn-drop {
  left: 9999px;
}
.chzn-rtl.chzn-container-single .chzn-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.chzn-rtl .chzn-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
.chzn-rtl.chzn-container-active.chzn-with-drop .chzn-single div {
  border-right: none;
}
.chzn-rtl .chzn-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: white url(https://hydroarm.by/media/jui/css/chosen-sprite.png) no-repeat -30px -20px;
  background: url(https://hydroarm.by/media/jui/css/chosen-sprite.png) no-repeat -30px -20px;
  direction: rtl;
}
.chzn-rtl.chzn-container-single .chzn-single div b {
  background-position: 6px 2px;
}
.chzn-rtl.chzn-container-single.chzn-with-drop .chzn-single div b {
  background-position: -12px 2px;
}

/* @end */
#sp-page-builder .sppb-section-title {
   margin-bottom: 20px;
}


/**
 * @copyright	Copyright (C) 2005 - 2018 Open Source Matters, Inc. All rights reserved.
 * @license		GNU General Public License version 2 or later; see LICENSE.txt
 */

/* Import project-level system CSS */



/* Unpublished */
.system-unpublished, tr.system-unpublished {
	background: #e8edf1;
	border-top: 4px solid #c4d3df;
	border-bottom: 4px solid #c4d3df;
}

span.highlight {
	background-color:#FFFFCC;
	font-weight:bold;
	padding:1px 0;
}

.img-fulltext-float-right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.img-fulltext-float-left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.img-fulltext-float-none {
}

.img-intro-float-right {
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
}

.img-intro-float-left {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

.img-intro-float-none {
}
/**
 * @copyright	Copyright (C) 2005 - 2018 Open Source Matters, Inc. All rights reserved.
 * @license		GNU General Public License version 2 or later; see LICENSE.txt
 */

/* System Messages */
#system-message {
	margin-bottom: 10px;
	padding: 0;
}

#system-message > dt {
	font-weight: bold;
	display: none;
}

#system-message > dd {
	margin: 0;
	font-weight: bold;
	text-indent: 30px;
}

#system-message > dd > ul {
	color: #0055BB;
	background-position: 4px top;
	background-repeat: no-repeat;
	margin-bottom: 10px;
	list-style: none;
	padding: 10px;
	border-top: 3px solid #84A7DB;
	border-bottom: 3px solid #84A7DB;
}

#system-message > dd > ul > li {
	line-height: 1.5em;
}

/* System Standard Messages */
#system-message > .message > ul {
	background-color: #C3D2E5;
	background-image: url(https://hydroarm.by/media/system/images/notice-info.png);
}

/* System Error Messages */
#system-message > .error > ul,
#system-message > .warning > ul,
#system-message > .notice > ul {
	color: #c00;
}

#system-message > .error > ul {
	background-color: #E6C0C0;
	background-image: url(https://hydroarm.by/media/system/images/notice-alert.png);
	border-color: #DE7A7B;
}

/* System Warning Messages */
#system-message > .warning > ul {
	background-color: #E6C8A6;
	background-image: url(https://hydroarm.by/media/system/images/notice-note.png);
	border-color: #FFBB00;
}

/* System Notice Messages */
#system-message > .notice > ul {
	background-color: #EFE7B8;
	background-image: url(https://hydroarm.by/media/system/images/notice-note.png);
	border-color: #F0DC7E;
}

@media (max-width: 767px) {
  .always-show .mega > .mega-dropdown-menu,
  .always-show .dropdown-menu {
    display: block !important;
    position: static;
  }
  .open .dropdown-menu {
    display: block;
  }
}
.t3-logo,
.t3-logo-small {
  display: block;
  text-decoration: none;
  text-align: left;
  background-repeat: no-repeat;
  background-position: center;
}
.t3-logo {
  width: 182px;
  height: 50px;
}
.t3-logo-small {
  width: 60px;
  height: 30px;
}
.t3-logo,
.t3-logo-color {
  background-image: url("//joomlart.s3.amazonaws.com/images/jat3v3-documents/logo-complete/t3logo-big-color.png");
}
.t3-logo-small,
.t3-logo-small.t3-logo-color {
  background-image: url("//joomlart.s3.amazonaws.com/images/jat3v3-documents/logo-complete/t3logo-small-color.png");
}
.t3-logo-dark {
  background-image: url("//joomlart.s3.amazonaws.com/images/jat3v3-documents/logo-complete/t3logo-big-dark.png");
}
.t3-logo-small.t3-logo-dark {
  background-image: url("//joomlart.s3.amazonaws.com/images/jat3v3-documents/logo-complete/t3logo-small-dark.png");
}
.t3-logo-light {
  background-image: url("//joomlart.s3.amazonaws.com/images/jat3v3-documents/logo-complete/t3logo-big-light.png");
}
.t3-logo-small.t3-logo-light {
  background-image: url("//joomlart.s3.amazonaws.com/images/jat3v3-documents/logo-complete/t3logo-small-light.png");
}
@media (max-width: 767px) {
  .logo-control .logo-img-sm {
    display: block;
  }
  .logo-control .logo-img {
    display: none;
  }
}
@media (min-width: 768px) {
  .logo-control .logo-img-sm {
    display: none;
  }
  .logo-control .logo-img {
    display: block;
  }
}
#community-wrap .collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  display: block;
}
.body-data-holder:before {
  display: none;
  content: "grid-float-breakpoint:768px screen-xs:480px screen-sm:768px screen-md:992px screen-lg:1200px";
}

body {
  color: #777777;
  outline: none;
  line-height: 22px;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #83bfd6;
  text-decoration: none !important;
  outline: none !important;
}
a:hover,
a:focus {
  color: #5dabc9;
  text-decoration: underline;
  outline: none !important;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
img {
  vertical-align: middle;
}
th,
td {
  line-height: 1.42857143;
  text-align: left;
  vertical-align: top;
}
th {
  font-weight: bold;
}
td,
tr td {
  border-top: 1px solid #dddddd;
}
.cat-list-row0:hover,
.cat-list-row1:hover {
  background: #f5f5f5;
}
.cat-list-row1,
tr.cat-list-row1 td {
  background: #f9f9f9;
}
table.contentpane,
table.tablelist,
table.category,
table.admintable,
table.blog {
  width: 100%;
}
table.contentpaneopen {
  border: 0;
}
.star {
  color: #ffcc00;
}
.red {
  color: #ef3447;
}
.wrap {
  width: auto;
  clear: both;
}
.center,
.table td.center,
.table th.center {
  text-align: center;
}
.element-invisible {
  position: absolute;
  padding: 0;
  margin: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

hr {
  background-image: -webkit-linear-gradient(left, transparent, #dbdbdb, transparent);
  background-image: linear-gradient(to right, transparent, #dbdbdb, transparent);
  border: 0;
  height: 1px;
  margin: 22px 0;
}
hr.short {
  margin: 11px 0;
}
hr.tall {
  margin: 44px 0;
}
hr.taller {
  margin: 66px 0;
}
hr.gradient-to-right {
  background-image: -webkit-linear-gradient(left, #dbdbdb, transparent);
  background-image: linear-gradient(to right, #dbdbdb, transparent);
}
hr.gradient-to-left {
  background-image: -webkit-linear-gradient(left, transparent, #dbdbdb);
  background-image: linear-gradient(to right, transparent, #dbdbdb);
}
hr.solid {
  background: #DBDBDB;
}
hr.light {
  background-image: -webkit-linear-gradient(left, transparent, rgba(255, 255, 255, 0.15), transparent);
  background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.15), transparent);
}
hr.invisible {
  background: none;
}
.divider {
  border: 0;
  height: 1px;
  margin: 44px auto;
  background-image: -webkit-linear-gradient(left, transparent, #dbdbdb, transparent);
  background-image: linear-gradient(to right, transparent, #dbdbdb, transparent);
  text-align: center;
  position: relative;
  clear: both;
}
.divider.taller {
  margin: 66px auto;
}
.divider .fa,
.divider .icons {
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  background: #FFF;
  border-radius: 50px;
  color: #a9a9a9;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  position: absolute;
  text-align: center;
  width: 50px;
  font-size: 20px;
  margin: 0 auto 0 -25px;
  top: -25px;
  left: 50%;
  z-index: 1;
}
.divider.divider-solid {
  background: #DBDBDB;
}
.divider.divider-icon-sm .fa,
.divider.divider-icon-sm .icons {
  width: 30px;
  height: 30px;
  line-height: 30px;
  top: -15px;
  font-size: 15px;
  margin-left: -16px;
}
.divider.divider-icon-lg {
  margin: 86px 0;
}
.divider.divider-icon-lg .fa,
.divider.divider-icon-lg .icons {
  width: 60px;
  height: 60px;
  line-height: 60px;
  top: -30px;
  font-size: 30px;
  margin-left: -30px;
}
.divider.divider-icon-lg.taller {
  margin: 100px auto;
}
.divider.divider-xs {
  width: 35%;
}
.divider.divider-sm {
  width: 67%;
}
.divider.divider-left .fa,
.divider.divider-left .icons {
  left: 0;
  margin-left: 0;
  margin-right: 0;
  right: auto;
}
.divider.divider-right .fa,
.divider.divider-right .icons {
  left: auto;
  margin-left: 0;
  margin-right: 0;
  right: 0;
}
.divider.divider-style-2 .fa,
.divider.divider-style-2 .icons {
  background: #f4f4f4;
  color: #a9a9a9;
}
.divider.divider-style-3 .fa,
.divider.divider-style-3 .icons {
  border: 1px solid #CECECE;
}
.divider.divider-style-4 .fa,
.divider.divider-style-4 .icons {
  border: 1px solid #CECECE;
}
.divider.divider-style-4 .fa:after,
.divider.divider-style-4 .icons:after {
  border: 3px solid #f4f4f4;
  border-radius: 50%;
  box-sizing: content-box;
  content: "";
  display: block;
  height: 100%;
  left: -4px;
  padding: 1px;
  position: absolute;
  top: -4px;
  width: 100%;
}
.divider.divider-small {
  margin: 22px auto;
  background: transparent;
}
.divider-primary hr {
  background: #83bfd6 !important;
}
.divider-secondary hr {
  background: #e36159 !important;
}
.divider-tertiary hr {
  background: #2baab1 !important;
}
.divider-quaternary hr {
  background: #383f48 !important;
}
.divider.divider-style-2.divider-primary .fa,
.divider.divider-style-2.divider-primary .icons {
  background: #0088cc;
  color: #ffffff;
}
.divider.divider-style-2.divider-secondary .fa,
.divider.divider-style-2.divider-secondary .icons {
  background: #e36159;
  color: #ffffff;
}
.divider.divider-style-2.divider-tertiary .fa,
.divider.divider-style-2.divider-tertiary .icons {
  background: #2baab1;
  color: #ffffff;
}
.divider.divider-style-2.divider-quaternary .fa,
.divider.divider-style-2.divider-quaternary .icons {
  background: #383f48;
  color: #ffffff;
}
.divider.divider-style-2.divider-dark .fa,
.divider.divider-style-2.divider-dark .icons {
  background: #2e353e;
  color: #ffffff;
}
.divider.divider-style-2.divider-light .fa,
.divider.divider-style-2.divider-light .icons {
  background: #ffffff;
  color: #777777;
}
.divider.divider-style-3.divider-primary .fa,
.divider.divider-style-3.divider-primary .icons {
  border-color: #0088cc;
  color: #0088cc;
}
.divider.divider-style-3.divider-secondary .fa,
.divider.divider-style-3.divider-secondary .icons {
  border-color: #e36159;
  color: #e36159;
}
.divider.divider-style-3.divider-tertiary .fa,
.divider.divider-style-3.divider-tertiary .icons {
  border-color: #2baab1;
  color: #2baab1;
}
.divider.divider-style-3.divider-quaternary .fa,
.divider.divider-style-3.divider-quaternary .icons {
  border-color: #383f48;
  color: #383f48;
}
.divider.divider-style-3.divider-dark .fa,
.divider.divider-style-3.divider-dark .icons {
  border-color: #2e353e;
  color: #2e353e;
}
.divider.divider-style-3.divider-light .fa,
.divider.divider-style-3.divider-light .icons {
  border-color: #ffffff;
  color: #ffffff;
}
.divider.divider-small hr {
  width: 50px;
  height: 3px;
  background: #555;
}
.divider.divider-small.divider-small-center {
  text-align: center;
}
.divider.divider-small.divider-small-center hr {
  margin-left: auto;
  margin-right: auto;
}
.divider.divider-small.divider-small-right {
  text-align: right;
}
.divider.divider-small.divider-small-right hr {
  margin-left: auto;
}
.divider.divider-small.divider-light hr {
  background: #ffffff;
}
.divider.divider-small.divider-small-sm hr {
  height: 1px;
}
.divider.divider-small.divider-small-lg hr {
  height: 6px;
}
.divider.divider-small.tall {
  margin: 34px 0;
}
.divider.divider-small.taller {
  margin: 46px 0;
}
hr.dashed,
.divider.dashed {
  background: none;
  position: relative;
}
hr.dashed:after,
.divider.dashed:after {
  border-top: 1px dashed #DBDBDB;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  width: 100%;
}
hr.pattern,
.divider.pattern {
  background: none;
  position: relative;
}
hr.pattern:after,
.divider.pattern:after {
  background: transparent url(https://hydroarm.by/templates/porto/images/joomlabuff/patterns/worn_dots.png) repeat 0 0;
  content: "";
  display: block;
  height: 15px;
  position: absolute;
  top: 50%;
  margin-top: -7px;
  width: 100%;
}
hr.pattern.pattern-2:after,
.divider.pattern.pattern-2:after {
  background-image: url(https://hydroarm.by/templates/porto/images/joomlabuff/patterns/az_subtle.png);
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: 200;
  line-height: 1.1;
  color: #1d2127;
}
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: #999999;
}
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: 2.6em;
}
h2,
.h2 {
  font-size: 2.2em;
}
h3,
.h3 {
  font-size: 1.8em;
}
h4,
.h4 {
  font-size: 1.4em;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 27px;
  margin: 0 0 14px;
}
h5,
.h5 {
  font-size: 1em;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 18px;
  margin: 0 0 14px;
  text-transform: uppercase;
}
h6,
.h6 {
  font-size: 1em;
}
p {
  margin: 0 0 20px;
  color: #777;
  line-height: 24px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
.font-weight-bold {
  font-weight: 700 !important;
}
.font-weight-semibold {
  font-weight: 600 !important;
}
.semi-bold {
  font-weight: 600 !important;
}
.font-weight-light {
  font-weight: 300 !important;
}
.text-md {
  font-size: 1.6rem !important;
}
.text-lg {
  font-size: 1.9rem !important;
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.align-left {
  text-align: left !important;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #83bfd6;
}
a.text-primary:hover {
  color: #5dabc9;
}
.text-light {
  color: #ffffff !important;
}
.text-success {
  color: #468847;
}
a.text-success:hover {
  color: #356635;
}
.text-info {
  color: #3a87ad;
}
a.text-info:hover {
  color: #2d6987;
}
.text-warning {
  color: #c09853;
}
a.text-warning:hover {
  color: #a47e3c;
}
.text-danger {
  color: #b94a48;
}
a.text-danger:hover {
  color: #953b39;
}
.title-center .sppb-addon-title {
  text-align: center;
}
.section-tertiary {
  background-color: #dfe5ea !important;
  border-color: #d0d8e0 !important;
  border-top-style: solid;
  border-top-width: 5px;
}
.section-tertiary blockquote p {
  color: #777 !important;
}
.section-tertiary blockquote:before,
.section-tertiary blockquote:after {
  display: none;
}
.section-tertiary .testimonial-author strong {
  color: #111 !important;
}
.section-tertiary .testimonial-author span {
  color: #666 !important;
}
.section-text-light h1,
.section-text-light h2,
.section-text-light h3,
.section-text-light h4,
.section-text-light h5,
.section-text-light h6 {
  color: #ffffff;
}
.text-white {
  color: #ffffff;
}
.bg-primary {
  color: #fff;
  background-color: #83bfd6;
}
a.bg-primary:hover {
  background-color: #5dabc9;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.highlight {
  background-color: #FFC;
  font-weight: bold;
  padding: 1px 4px;
}
.page-header {
  padding-bottom: 9px;
  border-bottom: 1px solid #ededed;
}
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.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 1em;
  border-left: 5px solid #ededed;
}
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.42857143;
  color: #999999;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
blockquote.with-borders {
  border-radius: 6px;
  border-top: 1px solid #DFDFDF;
  border-bottom: 1px solid #DFDFDF;
  border-left: 1px solid #ECECEC;
  border-right: 1px solid #ECECEC;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
  padding: 15px 20px;
}
.blockquote-primary {
  border-color: #83bfd6 !important;
}
.blockquote-secondary {
  border-color: #e36159 !important;
}
.blockquote-tertiary {
  border-color: #2baab1 !important;
}
.blockquote-quaternary {
  border-color: #383f48 !important;
}
.blockquote-dark {
  border-color: #2e353e !important;
}
.blockquote-light {
  border-color: #ffffff !important;
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #ededed;
  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';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}
.btn-actions {
  text-align: center;
}
.features-list {
  margin-top: 60px;
  
}
.features-list .page-header {
  border: 0;
  text-align: center;
}
.features-list .page-header h1 {
  font-size: 46px;
}
.features-list .feature-row {
  overflow: hidden;
  min-height: 200px;
  color: #696f72;
  border-top: 1px solid #e0e2e3;
  padding: 60px 0 0;
  text-align: center;
}
.features-list .feature-row:last-child {
  border-bottom: 1px solid #e0e2e3;
  margin-bottom: 60px;
}
.features-list .feature-row h3 {
  font-size: 28px;
}
.features-list .feature-row div:first-child {
  padding-left: 0;
}
.features-list .feature-row div:last-child {
  padding-right: 0;
}
.features-list .feature-row div:first-child.feature-img img {
  float: left;
}
.features-list .feature-row div:last-child.feature-img img {
  float: right;
}
.jumbotron h2 {
  font-size: 46px;
}
.jumbotron iframe {
  margin-top: 20px;
}
.bg-brand {
  background: #83bfd6 !important;
  color: #ffffff !important;
  padding: 10px;
}

.heading.heading-border {
  margin-bottom: 25px;
}
.heading.heading-border h1,
.heading.heading-border h2,
.heading.heading-border h3,
.heading.heading-border h4,
.heading.heading-border h5,
.heading.heading-border h6 {
  margin: 0;
  padding: 0;
}
.heading.heading-bottom-border h1 {
  border-bottom: 5px solid #DBDBDB;
  padding-bottom: 10px;
}
.heading.heading-bottom-border h2,
.heading.heading-bottom-border h3 {
  border-bottom: 2px solid #DBDBDB;
  padding-bottom: 10px;
}
.heading.heading-bottom-border h4,
.heading.heading-bottom-border h5,
.heading.heading-bottom-border h6 {
  border-bottom: 1px solid #DBDBDB;
  padding-bottom: 5px;
}
.heading.heading-bottom-double-border h1,
.heading.heading-bottom-double-border h2,
.heading.heading-bottom-double-border h3 {
  border-bottom: 3px double #DBDBDB;
  padding-bottom: 10px;
}
.heading.heading-bottom-double-border h4,
.heading.heading-bottom-double-border h5,
.heading.heading-bottom-double-border h6 {
  border-bottom: 3px double #DBDBDB;
  padding-bottom: 5px;
}
.heading.heading-middle-border {
  position: relative;
}
.heading.heading-middle-border:before {
  border-top: 1px solid #DBDBDB;
  content: "";
  height: 0;
  left: auto;
  position: absolute;
  right: 0;
  top: 50%;
  width: 100%;
}
.heading.heading-middle-border h1,
.heading.heading-middle-border h2,
.heading.heading-middle-border h3,
.heading.heading-middle-border h4,
.heading.heading-middle-border h5,
.heading.heading-middle-border h6 {
  position: relative;
  background: #FFF;
  display: inline-block;
}
.heading.heading-middle-border h1 {
  padding-right: 15px;
}
.heading.heading-middle-border h2,
.heading.heading-middle-border h3 {
  padding-right: 10px;
}
.heading.heading-middle-border h4,
.heading.heading-middle-border h5,
.heading.heading-middle-border h6 {
  padding-right: 5px;
}
.heading.heading-middle-border-reverse {
  text-align: right;
}
.heading.heading-middle-border-reverse h1,
.heading.heading-middle-border-reverse h2,
.heading.heading-middle-border-reverse h3,
.heading.heading-middle-border-reverse h4,
.heading.heading-middle-border-reverse h5,
.heading.heading-middle-border-reverse h6 {
  padding-right: 0;
}
.heading.heading-middle-border-reverse h1 {
  padding-left: 15px;
}
.heading.heading-middle-border-reverse h2,
.heading.heading-middle-border-reverse h3 {
  padding-left: 10px;
}
.heading.heading-middle-border-reverse h4,
.heading.heading-middle-border-reverse h5,
.heading.heading-middle-border-reverse h6 {
  padding-left: 5px;
}
.heading.heading-middle-border-center {
  text-align: center;
}
.heading.heading-middle-border-center h1 {
  padding-left: 15px;
  padding-right: 15px;
}
.heading.heading-middle-border-center h2,
.heading.heading-middle-border-center h3 {
  padding-left: 10px;
  padding-right: 10px;
}
.heading.heading-middle-border-center h4,
.heading.heading-middle-border-center h5,
.heading.heading-middle-border-center h6 {
  padding-left: 5px;
  padding-right: 5px;
}
.heading.heading-border-xs:before {
  border-top-width: 1px;
}
.heading.heading-border-sm:before {
  border-top-width: 2px;
}
.heading.heading-border-lg:before {
  border-top-width: 3px;
}
.heading.heading-border-xl:before {
  border-top-width: 5px;
}
.heading-primary {
  color: #83bfd6 !important;
}
.heading-primary,
.lnk-primary,
.text-color-primary {
  color: #83bfd6 !important;
}
.heading-secondary,
.lnk-secondary,
.text-color-secondary {
  color: #e36159 !important;
}
.heading-tertiary,
.lnk-tertiary,
.text-color-tertiary {
  color: #2baab1 !important;
}
.heading-quaternary,
.lnk-quaternary,
.text-color-quaternary {
  color: #383f48 !important;
}
.heading-dark,
.lnk-dark,
.text-color-dark {
  color: #2e353e !important;
}
.heading-light,
.lnk-light,
.text-color-light {
  color: #ffffff !important;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-dark {
  color: #1d2127 !important;
}
p .alternative-font {
  display: inline-block;
  margin-bottom: -6px;
  margin-top: -15px;
  position: relative;
  top: 3px;
}
.alternative-font {
  color: #83bfd6;
  font-family: "Shadows Into Light", cursive;
  font-size: 1.6em;
}

.list li {
  margin-bottom: 13px;
}
.list.pull-left li {
  text-align: left;
}
.list.list-icons {
  list-style: none;
  padding-left: 0;
  padding-right: 0;
}
.list.list-icons li {
  position: relative;
  padding-left: 25px;
}
.list.list-icons li > .fa:first-child,
.list.list-icons li > .icons:first-child,
.list.list-icons li a:first-child > .fa:first-child,
.list.list-icons li a:first-child > .icons:first-child {
  position: absolute;
  left: 0;
  top: 5px;
  color: #83bfd6;
}
.list.list-icons.list-icons-style-2 li {
  padding-top: 5px;
  padding-left: 36px;
}
.list.list-icons.list-icons-style-2 li > .fa:first-child,
.list.list-icons.list-icons-style-2 li > .icons:first-child,
.list.list-icons.list-icons-style-2 li a:first-child > .fa:first-child,
.list.list-icons.list-icons-style-2 li a:first-child > .icons:first-child {
  border-width: 1px;
  border-style: solid;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  text-align: center;
  padding: 4px;
}
.list.list-icons.list-icons-style-3 li {
  padding-top: 5px;
  padding-left: 36px;
}
.list.list-icons.list-icons-style-3 li > .fa:first-child,
.list.list-icons.list-icons-style-3 li > .icons:first-child,
.list.list-icons.list-icons-style-3 li a:first-child > .fa:first-child,
.list.list-icons.list-icons-style-3 li a:first-child > .icons:first-child {
  color: #ffffff;
  background: #83bfd6;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  text-align: center;
  padding: 5px;
}
.list.list-icons.list-icons-sm li {
  padding-left: 13px;
  margin-bottom: 5px;
}
.list.list-icons.list-icons-sm li > .fa:first-child,
.list.list-icons.list-icons-sm li > .icons:first-child,
.list.list-icons.list-icons-sm li a:first-child > .fa:first-child,
.list.list-icons.list-icons-sm li a:first-child > .icons:first-child {
  font-size: 0.8em;
  top: 7px;
}
.list.list-icons.list-icons-sm.list-icons-style-2 li {
  padding-left: 32px;
}
.list.list-icons.list-icons-sm.list-icons-style-2 li > .fa:first-child,
.list.list-icons.list-icons-sm.list-icons-style-2 li > .icons:first-child,
.list.list-icons.list-icons-sm.list-icons-style-2 li a:first-child > .fa:first-child,
.list.list-icons.list-icons-sm.list-icons-style-2 li a:first-child > .icons:first-child {
  width: 20px;
  height: 20px;
  padding: 3px;
}
.list.list-icons.list-icons-sm.list-icons-style-3 li {
  padding-left: 32px;
}
.list.list-icons.list-icons-sm.list-icons-style-3 li > .fa:first-child,
.list.list-icons.list-icons-sm.list-icons-style-3 li > .icons:first-child,
.list.list-icons.list-icons-sm.list-icons-style-3 li a:first-child > .fa:first-child,
.list.list-icons.list-icons-sm.list-icons-style-3 li a:first-child > .icons:first-child {
  width: 20px;
  height: 20px;
  padding: 3px;
}
.list.list-icons.list-icons-lg li {
  padding-top: 5px;
  padding-left: 32px;
}
.list.list-icons.list-icons-lg li > .fa:first-child,
.list.list-icons.list-icons-lg li > .icons:first-child,
.list.list-icons.list-icons-lg li a:first-child > .fa:first-child,
.list.list-icons.list-icons-lg li a:first-child > .icons:first-child {
  font-size: 1.5em;
}
.list.list-icons.list-icons-lg.list-icons-style-2 li {
  padding-top: 8px;
  padding-left: 42px;
}
.list.list-icons.list-icons-lg.list-icons-style-2 li > .fa:first-child,
.list.list-icons.list-icons-lg.list-icons-style-2 li > .icons:first-child,
.list.list-icons.list-icons-lg.list-icons-style-2 li a:first-child > .fa:first-child,
.list.list-icons.list-icons-lg.list-icons-style-2 li a:first-child > .icons:first-child {
  width: 30px;
  height: 30px;
  padding: 4px;
}
.list.list-icons.list-icons-lg.list-icons-style-3 li {
  padding-top: 8px;
  padding-left: 42px;
}
.list.list-icons.list-icons-lg.list-icons-style-3 li > .fa:first-child,
.list.list-icons.list-icons-lg.list-icons-style-3 li > .icons:first-child,
.list.list-icons.list-icons-lg.list-icons-style-3 li a:first-child > .fa:first-child,
.list.list-icons.list-icons-lg.list-icons-style-3 li a:first-child > .icons:first-child {
  width: 30px;
  height: 30px;
  padding: 4px;
}
.list.list-icons.list-icons-reverse li {
  text-align: right;
  padding-right: 25px;
  padding-left: 0;
}
.list.list-icons.list-icons-reverse li > .fa:first-child,
.list.list-icons.list-icons-reverse li > .icons:first-child,
.list.list-icons.list-icons-reverse li a:first-child > .fa:first-child,
.list.list-icons.list-icons-reverse li a:first-child > .icons:first-child {
  position: absolute;
  left: auto;
  right: 0;
  top: 5px;
}
.list.list-icons.list-icons-reverse.list-icons-style-2 li {
  padding-right: 36px;
}
.list.list-icons.list-icons-reverse.list-icons-style-3 li {
  padding-right: 36px;
}
.list.list-icons.list-icons-reverse.list-icons-sm li {
  padding-left: 0;
  padding-right: 13px;
}
.list.list-icons.list-icons-reverse.list-icons-sm.list-icons-style-2 li {
  padding-right: 32px;
}
.list.list-icons.list-icons-reverse.list-icons-sm.list-icons-style-3 li {
  padding-right: 32px;
}
.list.list-icons.list-icons-reverse.list-icons-lg li {
  padding-left: 0;
  padding-right: 32px;
}
.list.list-icons.list-icons-reverse.list-icons-lg.list-icons-style-2 li {
  padding-right: 42px;
}
.list.list-icons.list-icons-reverse.list-icons-lg.list-icons-style-3 li {
  padding-right: 42px;
}
.list.list-borders li {
  border-bottom: 1px solid #DBDBDB;
  margin-top: 9px;
  margin-bottom: 0;
  padding-bottom: 9px;
}
.list.list-borders li:last-child {
  border-bottom: 0;
}
.list.list-side-borders {
  border-left: 1px solid #DBDBDB;
  padding-left: 10px;
}
.list.list-ordened {
  counter-reset: custom-counter;
  list-style: none;
}
.list.list-ordened li {
  position: relative;
  padding-left: 22px;
}
.list.list-ordened li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: counter(custom-counter);
  counter-increment: custom-counter;
  font-weight: bold;
}
.list.list-ordened.list-ordened-style-2 li,
.list.list-ordened.list-ordened-style-3 li {
  padding-left: 32px;
}
.list.list-ordened.list-ordened-style-2 li:before,
.list.list-ordened.list-ordened-style-3 li:before {
  border-radius: 100%;
  border-style: solid;
  border-width: 1px;
  min-width: 26px;
  padding: 0;
  text-align: center;
}
.list.list-ordened.list-ordened-style-3 li:before {
  color: #FFF;
  border: 0;
}
.list.list-unstyled {
  padding-left: 0;
  padding-right: 0;
}
.no-radius {
  border-radius: 0px;
}
.sppb-progress-label {
  font-weight: normal;
}
.sppb-progress-label span {
  background-color: #1d2127;
  border-radius: 3px;
  color: #ffffff;
  display: block;
  font-size: 11px;
  line-height: 15px;
  padding: 4px 8px;
  position: relative;
}
.sppb-progress-label span:after {
  border-color: #1d2127 transparent;
  border-style: solid;
  border-width: 5px 5px 0;
  bottom: -5px;
  content: "";
  display: block;
  left: 13px;
  position: absolute;
  width: 0;
}
.sppb-progress {
  border-radius: 25px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
}
.sppb-progress .sppb-progress-bar-primary {
  background: #83bfd6;
  border-radius: 25px;
}

.label-secondary {
  background-color: #e36159;
}
.label-tertiary {
  background-color: #2baab1;
}
.label-quaternary {
  background-color: #383f48;
}
.label-dark {
  background-color: #2e353e;
}
.label-light {
  background-color: #ffffff;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 20px;
}
.radio label,
.checkbox label {
  display: inline;
}
.form-control-static {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
  }
  .form-inline .form-control {
    display: inline-block;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
  }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}
.sppb-btn-primary {
  background: #83bfd6;
}
.sppb-btn-primary:hover {
  background: #5dabc9 !important;
}
.sppb-btn-primary.sppb-btn-3d {
  border-bottom-color: #5dabc9;
}
.sppb-btn-primary.sppb-btn-3d:hover {
  border-bottom-color: #5dabc9 !important;
}
.custom-border-radius {
  border-radius: 30px !important;
}
.btn-primary-scale-2 {
  background: #5dabc9;
  color: #ffffff;
  border-radius: 0px;
  border-color: #5dabc9;
}
.btn-primary-scale-2:hover {
  color: #ffffff;
  border-color: #5dabc9;
}
.btn-secondary {
  background: #57a6b0;
  color: #ffffff;
  border-radius: 0px;
  border-color: #57a6b0 #57a6b0 #448890;
}
.btn-secondary:hover {
  color: #ffffff;
}
.btn-inverse {
  color: #ffffff;
  background-color: #1d2127;
  border-color: #121518;
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse.focus,
.btn-inverse:active,
.btn-inverse.active,
.open > .dropdown-toggle.btn-inverse {
  color: #ffffff;
  background-color: #07080a;
  border-color: #000000;
}
.btn-inverse:active,
.btn-inverse.active,
.open > .dropdown-toggle.btn-inverse {
  background-image: none;
}
.btn-inverse.disabled,
.btn-inverse[disabled],
fieldset[disabled] .btn-inverse,
.btn-inverse.disabled:hover,
.btn-inverse[disabled]:hover,
fieldset[disabled] .btn-inverse:hover,
.btn-inverse.disabled:focus,
.btn-inverse[disabled]:focus,
fieldset[disabled] .btn-inverse:focus,
.btn-inverse.disabled.focus,
.btn-inverse[disabled].focus,
fieldset[disabled] .btn-inverse.focus,
.btn-inverse.disabled:active,
.btn-inverse[disabled]:active,
fieldset[disabled] .btn-inverse:active,
.btn-inverse.disabled.active,
.btn-inverse[disabled].active,
fieldset[disabled] .btn-inverse.active {
  background-color: #1d2127;
  border-color: #121518;
}
.btn-inverse .badge {
  color: #1d2127;
  background-color: #ffffff;
}
.btn-no-br {
  border-radius: 0px;
}
.btn-xlg {
  border-radius: 6px;
  font-size: 18px;
}
@media (max-width: 767px) {
  .btn-xlg {
    padding: 15px 30px !important;
  }
}
@media (min-width: 768px) {
  .btn-xlg {
    padding: 15px 60px !important;
  }
}
@media (min-width: 992px) {
  .btn-xlg {
    padding: 15px 60px !important;
  }
}
@media (min-width: 1200px) {
  .btn-xlg {
    padding: 15px 60px !important;
  }
}
.btn-block + .btn-block {
  margin-top: 5px;
}

.btn-borders {
  border-width: 3px;
}
.btn-borders.btn-primary {
  background: transparent;
  border-color: #83bfd6;
  color: #83bfd6;
  text-shadow: none;
}
.btn-borders.btn-primary:hover,
.btn-borders.btn-primary:focus {
  background-color: #83bfd6;
  border-color: #5dabc9 !important;
  color: #FFF;
}
.btn-borders.btn-success {
  background: transparent;
  border-color: #47a447;
  color: #47a447;
  text-shadow: none;
}
.btn-borders.btn-success:hover,
.btn-borders.btn-success:focus {
  background-color: #51b451;
  border-color: #47a447 !important;
  color: #FFF;
}
.btn-borders.btn-warning {
  background: transparent;
  border-color: #ed9c28;
  color: #ed9c28;
  text-shadow: none;
}
.btn-borders.btn-warning:hover,
.btn-borders.btn-warning:focus {
  background-color: #efa740;
  border-color: #ed9c28 !important;
  color: #FFF;
}
.btn-borders.btn-danger {
  background: transparent;
  border-color: #d2322d;
  color: #d2322d;
  text-shadow: none;
}
.btn-borders.btn-danger:hover,
.btn-borders.btn-danger:focus {
  background-color: #d74742;
  border-color: #d2322d !important;
  color: #FFF;
}
.btn-borders.btn-info {
  background: transparent;
  border-color: #5bc0de;
  color: #5bc0de;
  text-shadow: none;
}
.btn-borders.btn-info:hover,
.btn-borders.btn-info:focus {
  background-color: #70c8e2;
  border-color: #5bc0de !important;
  color: #FFF;
}
.btn-borders.btn-dark {
  background: transparent;
  border-color: #1d2127;
  color: #1d2127;
  text-shadow: none;
}
.btn-borders.btn-dark:hover,
.btn-borders.btn-dark:focus {
  background-color: #282d36;
  border-color: #1d2127 !important;
  color: #FFF;
}
.btn-borders.btn-quaternary {
  background: transparent none repeat scroll 0 0;
  border-color: #1d2127;
  color: #1d2127;
  text-shadow: none;
}
.custom-button {
  border-radius: 30px !important;
  padding: 10px 30px !important;
}
.custom-button:hover {
  color: #555555;
  background: #ffffff;
}

.btn-borders {
  padding: 4px 12px;
}
.btn-borders.btn-lg,
.btn-group-lg > .btn-borders.btn {
  padding: 8px 16px;
}
.btn-borders.btn-sm,
.btn-group-sm > .btn-borders.btn {
  border-width: 2px;
  padding: 4px 10px;
}
.btn-borders.btn-xs,
.btn-group-xs > .btn-borders.btn {
  padding: 1px 5px;
  border-width: 1px;
}

.btn-3d {
  border-bottom-width: 3px;
  padding: 5px 12px;
  border-radius: 6px;
}
.btn-3d.btn-lg,
.btn-group-lg > .btn-3d.btn {
  padding: 9px 16px;
}
.btn-3d.btn-sm,
.btn-group-sm > .btn-3d.btn {
  border-width: 2px;
  padding: 4px 10px;
}
.btn-3d.btn-xs,
.btn-group-xs > .btn-3d.btn {
  padding: 1px 5px;
  border-width: 1px;
}
select::-moz-placeholder,
textarea::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="color"]::-moz-placeholder,
.inputbox::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder,
.inputbox:-ms-input-placeholder {
  color: #999999;
}
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder,
.inputbox::-webkit-input-placeholder {
  color: #999999;
}
textareaselect,
textareatextarea,
textareainput[type="text"],
textareainput[type="password"],
textareainput[type="datetime"],
textareainput[type="datetime-local"],
textareainput[type="date"],
textareainput[type="month"],
textareainput[type="time"],
textareainput[type="week"],
textareainput[type="number"],
textareainput[type="email"],
textareainput[type="url"],
textareainput[type="search"],
textareainput[type="tel"],
textareainput[type="color"],
textarea.inputbox {
  height: auto;
}
@media screen and (min-width: 768px) {
  select,
  textarea,
  input[type="text"],
  input[type="password"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  input[type="number"],
  input[type="email"],
  input[type="url"],
  input[type="search"],
  input[type="tel"],
  input[type="color"],
  .inputbox {
    width: auto;
  }
}
select,
select.form-control,
select.inputbox,
select.input {
  padding-right: 5px;
}
.input-append .active,
.input-prepend .active {
  background-color: #cde4a4;
  border-color: #89b837;
}
.invalid {
  border-color: #ef3447;
}
label.invalid {
  color: #ef3447;
}
input.invalid {
  border: 1px solid #ef3447;
}
.blockquote-secondary {
  border-color: #ff7347 !important;
}

.font-size-xs {
  font-size: 0.8em !important;
}
.font-size-sm {
  font-size: 0.9em !important;
}
.font-size-md {
  font-size: 1em !important;
}
.font-size-lg {
  font-size: 1.1em !important;
}
.font-size-xl {
  font-size: 1.2em !important;
}
.header-top-secondary {
  background: #344257;
}
.custom-divider {
  height: 56px;
  background: transparent url(https://hydroarm.by/templates/porto/images/joomlabuff/custom-divider-1.png) no-repeat center center;
}

.dropdown-menu > li > a {
  padding: 5px 20px;
}
.dropdown-header {
  padding: 3px 20px;
  font-size: 14px;
}
.dropdown-header a {
  color: #999999;
}
.dropdown-submenu > a:after {
  border-left-color: #83bfd6;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #70b5d0;
}
.nav > li > .separator {
  position: relative;
  display: block;
  padding: 10px 15px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .nav > li > .separator {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .nav > li > span {
    padding: 10px 15px;
    display: inline-block;
  }
}
.nav .caret {
  border-top-color: #83bfd6;
  border-bottom-color: #83bfd6;
  border-bottom-width: 0;
  border-style: solid;
  margin-left: 4px;
  margin-top: -2px;
}
.nav a:hover .caret {
  border-top-color: #5dabc9;
  border-bottom-color: #5dabc9;
}
.t3-navhelper {
  background: #f5f5f5;
  border-top: 1px solid #ededed;
  color: #555555;
  padding: 5px 0;
}
.breadcrumb {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  border-radius: 0;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
}
.breadcrumb > .active {
  color: #999999;
}
.breadcrumb > .active + li:before {
  content: "";
  padding: 0;
}
.breadcrumb > .active .hasTooltip {
  padding-right: 10px;
}
.breadcrumb .divider {
  display: none;
}
.pagination {
  display: block;
}
.pagination:before,
.pagination:after {
  content: " ";
  display: table;
}
.pagination:after {
  clear: both;
}
.pagination .pagination {
  display: inline-block;
}
.counter {
  display: inline-block;
  margin-top: 20px;
  padding: 6px 12px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
}
@media screen and (min-width: 768px) {
  .counter {
    float: right;
  }
}

.navbar {
  border: none;
  min-height: 45px;
}
.navbar-toggle {
  padding: 0;
  height: 35px;
  line-height: 35px;
  width: 35px;
  margin-left: 15px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  outline: none;
}
@media (min-width: 768px) {
  .navbar-nav {
    margin: 0;
  }
}
.jb-navbar-brand .navbar-nav li .dropdown-menu {
  border-radius: 0px;
  border: 0;
  border-top: 5px solid #ffffff;
}
.navbar-nav li .dropdown-menu {
  display: block;
  border-radius: 4px 4px 4px;
  border: 0;
  border-top: 5px solid #83bfd6;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
  min-width: 200px;
  margin: -4px 2px 0;
  padding: 5px;
  text-align: left;
}
.navbar-nav li .dropdown-menu li {
  border-bottom: 1px solid #f4f4f4;
}
.navbar-nav li .dropdown-menu li:hover,
.navbar-nav li .dropdown-menu li:active,
.navbar-nav li .dropdown-menu li:focus {
  border-bottom: 1px solid #f4f4f4;
}
.navbar-nav li .dropdown-menu li:last-child {
  border-bottom: 0px;
}
.navbar-nav li .dropdown-menu li a {
  color: #777;
  font-size: 0.9em;
  font-weight: 400;
  position: relative;
  text-transform: none;
}
.jb-mega-menu .mega-dropdown-inner {
  padding-bottom: 10px;
}
.jb-mega-menu li {
  border: none !important;
}
.header-nav-bar {
  padding: 0 10px 5px;
  background: #83bfd6;
}
.header-nav-main {
  margin: 12px 0 0;
  min-height: 45px;
}
.jb-navbar-brand {
  background-color: #83bfd6;
  border-color: #eeeeee;
}
.jb-navbar-brand .navbar-text {
  color: #777777;
}
.jb-navbar-brand .navbar-nav > li > a {
  color: #ffffff;
  border-radius: 0px;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  margin-left: 2px;
  text-transform: uppercase;
  padding: 10px 13px;
}
.jb-navbar-brand .navbar-nav > li > a:hover,
.jb-navbar-brand .navbar-nav > li > a:focus {
  color: #83bfd6;
  background-color: #ffffff;
}
.jb-navbar-brand .navbar-nav > li > .nav-header {
  color: #83bfd6;
  display: inline-block;
  padding-top: 15px;
  padding-bottom: 15px;
}
.jb-navbar-brand .navbar-nav > .active > a .caret {
  border-top-color: #83bfd6 !important;
  border-bottom-color: #83bfd6 !important;
}
.jb-navbar-brand .navbar-nav > .active > a,
.jb-navbar-brand .navbar-nav > .active > a:hover,
.jb-navbar-brand .navbar-nav > .active > a:focus {
  color: #83bfd6;
  background-color: #ffffff;
}
.jb-navbar-brand .navbar-nav > .disabled > a,
.jb-navbar-brand .navbar-nav > .disabled > a:hover,
.jb-navbar-brand .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.jb-navbar-brand .navbar-toggle {
  border-color: #dddddd;
}
.jb-navbar-brand .navbar-toggle:hover,
.jb-navbar-brand .navbar-toggle:focus {
  background-color: #dddddd;
}
.jb-navbar-brand .navbar-toggle .icon-bar {
  background-color: #cccccc;
}
.jb-navbar-brand .navbar-collapse,
.jb-navbar-brand .navbar-form {
  border-color: #eeeeee;
}
.jb-navbar-brand .navbar-nav > .dropdown > a:hover .caret,
.jb-navbar-brand .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #333333;
  border-bottom-color: #333333;
}
.jb-navbar-brand .navbar-nav > .open > a,
.jb-navbar-brand .navbar-nav > .open > a:hover,
.jb-navbar-brand .navbar-nav > .open > a:focus {
  color: #83bfd6;
  background-color: #ffffff;
}
.jb-navbar-brand .navbar-nav > .open > a .caret,
.jb-navbar-brand .navbar-nav > .open > a:hover .caret,
.jb-navbar-brand .navbar-nav > .open > a:focus .caret {
  border-top-color: #83bfd6 !important;
  border-bottom-color: #83bfd6 !important;
}
.jb-navbar-brand .navbar-nav > .dropdown > a .caret {
  border-top-color: #83bfd6;
  border-bottom-color: #83bfd6;
}
@media (max-width: 767px) {
  .jb-navbar-brand .navbar-nav .open .dropdown-menu > li > a {
    color: #ffffff;
  }
  .jb-navbar-brand .navbar-nav .open .dropdown-menu > li > a:hover,
  .jb-navbar-brand .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .jb-navbar-brand .navbar-nav .open .dropdown-menu > .active > a,
  .jb-navbar-brand .navbar-nav .open .dropdown-menu > .active > a:hover,
  .jb-navbar-brand .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #83bfd6;
  }
  .jb-navbar-brand .navbar-nav .open .dropdown-menu > .disabled > a,
  .jb-navbar-brand .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .jb-navbar-brand .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.jb-navbar-brand .navbar-link {
  color: #83bfd6;
}
.jb-navbar-brand .navbar-link:hover {
  color: #333333;
}
.jb-style-4 .navbar-default .navbar-nav li a {
  border-radius: 0px;
}
.jb-style-4 .navbar-nav li .dropdown-menu {
  border-radius: 0px;
}
.navbar-default {
  background-color: #ffffff;
  border-color: #eeeeee;
  margin: 12px 0 0;
}
.navbar-default .navbar-brand {
  color: #83bfd6;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5dabc9;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #83bfd6;
  border-radius: 4px;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  padding: 10px 13px;
  margin-left: 2px;
  text-transform: uppercase;
  outline: none;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > li > .nav-header {
  color: #83bfd6;
  display: inline-block;
  padding-top: 15px;
  padding-bottom: 15px;
}
.navbar-default .navbar-nav > .active > a .caret {
  border-top-color: #ffffff !important;
  border-bottom-color: #ffffff !important;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #83bfd6;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #cccccc;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #eeeeee;
}
.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #333333;
  border-bottom-color: #333333;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #83bfd6;
  color: #ffffff;
}
.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret {
  border-top-color: #ffffff !important;
  border-bottom-color: #ffffff !important;
}
.navbar-default .navbar-nav > .dropdown > a .caret {
  border-top-color: #83bfd6;
  border-bottom-color: #83bfd6;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #83bfd6;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    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: #ffffff;
    background-color: #83bfd6;
  }
  .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: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #83bfd6;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.t3-mainnav {
  border-left: 0;
  border-right: 0;
  margin-bottom: 0;
  border-radius: 0;
}
.t3-mainnav .t3-navbar {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .t3-mainnav .t3-navbar-collapse {
    display: none !important;
  }
}
.t3-mainnav .t3-navbar-collapse .navbar-nav {
  margin: 0 -15px;
}
.t3-mainnav .t3-navbar-collapse .navbar-nav li > a .fa {
  margin-right: 5px;
}
.t3-mainnav .t3-navbar-collapse .navbar-nav > li > a {
  border-top: 1px solid #eeeeee;
}
.t3-mainnav .t3-navbar-collapse .navbar-nav > li:first-child > a {
  border-top: 0;
}
.t3-mainnav .t3-navbar-collapse .navbar-nav .dropdown > a .caret {
  position: absolute;
  top: 40%;
  right: 12px;
}
.dropdown:hover .dropdown-toggle {
  padding-bottom: 15px !important;
}
.header-nav-main-effect-1 > ul > li.dropdown .dropdown-menu li a {
  -webkit-theader-nav-main-effect-1ransition: -webkit-transform 0.2s ease-out;
  -moz-transition: -moz-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transform: translate3d(0, -5px, 0);
}
.header-nav-main-effect-1 > ul > li.dropdown:hover > .dropdown-menu li a {
  transform: translate3d(0, 0, 0);
}
.header-nav-main-effect-1 > ul > li.dropdown .dropdown-menu {
  -webkit-transition: -webkit-transform 0.2s ease-out;
  -moz-transition: -moz-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transform: translate3d(0, -5px, 0);
}
.header-nav-main-effect-1 > ul > li.dropdown:hover > .dropdown-menu {
  transform: translate3d(0, 0, 0);
}

.t3-module {
  background: transparent;
  color: inherit;
}
.t3-module .module-inner {
  padding: 0;
}
.module-title {
  background: transparent;
  color: #83bfd6;
  font-size: 1.4em;
  font-weight: 400;
  margin: 0 0 10px 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .module-title {
    margin-bottom: 20px;
  }
}
.module-ct {
  background: transparent;
  color: inherit;
  padding: 0;
}
.module-ct:before,
.module-ct:after {
  content: " ";
  display: table;
}
.module-ct:after {
  clear: both;
}
.module-ct > ul,
.module-ct .custom > ul,
.module-ct > ol,
.module-ct .custom > ol {
  margin-left: 20px;
  padding-left: 0;
}
.module-ct > ul.unstyled,
.module-ct .custom > ul.unstyled,
.module-ct > ol.unstyled,
.module-ct .custom > ol.unstyled {
  padding-left: 0;
}
.module-ct > ul.nav,
.module-ct .custom > ul.nav,
.module-ct > ol.nav,
.module-ct .custom > ol.nav {
  padding-left: 0;
  margin-left: 0;
}
.module_menu .nav > li > a,
.module_menu .nav > li > .separator {
  padding: 6px 5px;
  display: block;
}
#login-form input[type="text"],
#login-form input[type="password"] {
  width: 100%;
}
#login-form ul.unstyled {
  margin-top: 20px;
  padding-left: 20px;
}
#login-form #form-login-remember label {
  font-weight: normal;
}
.banneritem a {
  font-weight: bold;
}
.bannerfooter {
  border-top: 1px solid #ededed;
  font-size: 12px;
  padding-top: 10px;
  text-align: right;
}
.categories-module,
ul.categories-module,
.category-module,
ul.category-module {
  margin: 0;
}
.categories-module li,
ul.categories-module li,
.category-module li,
ul.category-module li {
  list-style: none;
  padding: 10px 0;
  border-top: 1px solid #ededed;
}
.categories-module li:first-child,
ul.categories-module li:first-child,
.category-module li:first-child,
ul.category-module li:first-child {
  border-top: 0;
}
.categories-module h4,
ul.categories-module h4,
.category-module h4,
ul.category-module h4 {
  font-size: 14px;
  font-weight: normal;
  margin: 0;
}
.feed h4 {
  font-weight: bold;
}
.feed .newsfeed,
.feed ul.newsfeed {
  border-top: 1px solid #ededed;
}
.feed .newsfeed .feed-link,
.feed ul.newsfeed .feed-link,
.feed .newsfeed h5.feed-link,
.feed ul.newsfeed h5.feed-link {
  font-size: 14px;
  font-weight: normal;
  margin: 0;
}
.latestusers,
ul.latestusers {
  margin-left: 0;
}
.latestusers li,
ul.latestusers li {
  background: #ededed;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 4px;
}
.stats-module dt,
.stats-module dd {
  display: inline-block;
  margin: 0;
}
.stats-module dt {
  font-weight: bold;
  width: 35%;
}
.stats-module dd {
  width: 60%;
}
.tagspopular ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.tagspopular ul > li {
  color: #555555;
  display: inline-block;
  margin: 0 5px 5px 0;
}
.tagspopular ul > li > a {
  background: #ededed;
  border-radius: 3px;
  color: #555555;
  display: block;
  padding: 2px 5px;
}
.tagspopular ul > li > a:hover,
.tagspopular ul > li > a:focus,
.tagspopular ul > li > a:active {
  background: #5dabc9;
  color: #ffffff;
  text-decoration: none;
}
.tagssimilar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tagssimilar ul > li {
  border-bottom: 1px solid #ededed;
  padding: 8px 0;
}
.tagssimilar ul > li > a {
  color: #555555;
}
.tagssimilar ul > li > a:hover,
.tagssimilar ul > li > a:focus,
.tagssimilar ul > li > a:active {
  color: #5dabc9;
}
.module-ct > ol.breadcrumb {
  padding: 6px 12px;
  margin-left: 0;
}

.home-intro {
  background-color: #171717;
  overflow: hidden;
  padding: 20px 0 10px 0;
  position: relative;
  text-align: left;
}
.home-intro .light p {
  color: #777;
}
.home-intro p {
  color: #FFF;
  display: inline-block;
  font-size: 1.4em;
  font-weight: 300;
  max-width: 800px;
  margin-top: 5px;
}
.home-intro p span {
  color: #999;
  display: block;
  font-size: 0.8em;
  padding-top: 5px;
}
.home-intro p em {
  font-family: 'Shadows Into Light', cursive;
  font-size: 1.6em;
  color: #83bfd6;
}
.home-intro .get-started {
  margin-top: 15px;
  margin-bottom: 15px;
  position: relative;
  text-align: right;
}
.home-intro .get-started .btn {
  position: relative;
  z-index: 1;
}
.home-intro .get-started .btn i {
  font-size: 1.1em;
  font-weight: normal;
  margin-left: 5px;
}
.home-intro .get-started a {
  color: #FFF;
}
.home-intro .get-started a:not(.btn) {
  color: #777;
}
.home-intro .learn-more {
  margin-left: 15px;
}
.home-intro.light {
  background-color: #E2E2E2;
}
.home-intro.light.secondary {
  background-color: #E0E1E4;
}
.home-intro.light p {
  color: #777;
}
.read-more,
.learn-more {
  display: inline-block;
  white-space: nowrap;
}

.home-concept {
  background: transparent url(https://hydroarm.by/templates/porto/images/joomlabuff/home-concept.png) no-repeat center 0;
  width: 100%;
  overflow: hidden;
}
.home-concept strong {
  display: block;
  font-family: "Shadows Into Light", cursive;
  font-size: 2.1em;
  font-weight: normal;
  position: relative;
  margin-top: 30px;
  color: #83bfd6;
}
.home-concept .row {
  position: relative;
}
.home-concept .process-image {
  background: transparent url(https://hydroarm.by/templates/porto/images/joomlabuff/home-concept-item.png) no-repeat 0 0;
  width: 160px;
  margin: 135px auto 0 auto;
  padding-bottom: 50px;
  position: relative;
  z-index: 1;
}
.home-concept .process-image img {
  border-radius: 150px;
  margin: 7px 8px;
  width: auto;
  height: auto;
  max-width: 145px;
  max-height: 145px;
}
.home-concept .our-work {
  margin-top: 52px;
  font-size: 2.6em;
}
.home-concept .project-image {
  background: transparent url(https://hydroarm.by/templates/porto/images/joomlabuff/home-concept-item.png) no-repeat 100% 0;
  width: 350px;
  margin: 15px 0 0 -30px;
  padding-bottom: 45px;
  position: relative;
  z-index: 1;
}
.home-concept .sun {
  background: transparent url(https://hydroarm.by/templates/porto/images/joomlabuff/home-concept-icons.png) no-repeat 0 0;
  width: 60px;
  height: 56px;
  display: block;
  position: absolute;
  left: 10%;
  top: 35px;
}
.home-concept .cloud {
  background: transparent url(https://hydroarm.by/templates/porto/images/joomlabuff/home-concept-icons.png) no-repeat 100% 0;
  width: 116px;
  height: 56px;
  display: block;
  position: absolute;
  left: 57%;
  top: 35px;
}

@media (max-width: 991px) {
  .home-concept {
    background: none;
  }
  .home-concept .project-image {
    margin: 20px auto 0 auto;
  }
  .home-concept .process-image {
    margin-top: 0;
    padding-bottom: 25px;
  }
}
@media (max-width: 479px) {
  .home-concept .project-image {
    background-position: 0 0;
    margin-left: auto;
    max-width: 160px;
  }
  .home-concept .fc-slideshow {
    max-width: 145px;
    height: 145px;
  }
  .home-concept .fc-slideshow img {
    max-height: 145px;
    max-width: 145px;
  }
}

.icon-featured {
  display: inline-block;
  font-size: 0;
  margin: 15px;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  z-index: 1;
  color: #FFF;
  font-size: 40px !important;
  line-height: 110px;
}
.icon-featured:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: '';
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.featured-box {
  background: #F5F5F5;
  background: -webkit-linear-gradient(top, #ffffff 1%, #fcfcfc 98%) repeat scroll 0 0 transparent;
  background: linear-gradient(to bottom, #ffffff 1%, #fcfcfc 98%) repeat scroll 0 0 transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #DFDFDF;
  border-left: 1px solid #ECECEC;
  border-radius: 8px;
  border-right: 1px solid #ECECEC;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  min-height: 100px;
  position: relative;
  text-align: center;
  z-index: 1;
}
.featured-box h4 {
  font-size: 1.3em;
  font-weight: 400;
  letter-spacing: -0.7px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.featured-box .box-content {
  border-radius: 8px;
  border-top: 1px solid #CCC;
  border-top-width: 4px;
  padding: 30px 30px 10px 30px;
  position: relative;
  top: -1px;
}
.featured-box .learn-more {
  display: block;
  margin-top: 10px;
}

.featured-box-text-left {
  text-align: left;
}

.featured-boxes-flat .featured-box {
  box-shadow: none;
  margin: 10px 0;
}
.featured-boxes-flat .featured-box .box-content {
  background: #FFF;
  margin-top: 65px;
}
.featured-boxes-flat .featured-box .icon-featured {
  display: inline-block;
  font-size: 38px;
  height: 90px;
  line-height: 90px;
  padding: 0;
  width: 90px;
  margin: -100px 0 -15px;
  position: relative;
  top: -37px;
}

.featured-boxes-style-2 .featured-box {
  background: none;
  border: 0;
  margin: 10px 0;
  box-shadow: none;
}
.featured-boxes-style-2 .featured-box .box-content {
  border: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.featured-boxes-style-2 .featured-box .icon-featured {
  display: inline-block;
  font-size: 30px;
  height: 75px;
  line-height: 75px;
  padding: 0;
  width: 75px;
  margin-top: 0;
}

.featured-boxes-style-3 .featured-box {
  margin: 10px 0;
}
.featured-boxes-style-3 .featured-box .icon-featured {
  display: inline-block;
  font-size: 30px;
  height: 75px;
  line-height: 75px;
  padding: 0;
  width: 75px;
  margin-top: -35px;
  background: #FFF;
  border: 3px solid #CCC;
  color: #CCC;
  line-height: 68px;
}
.featured-boxes-style-3:not(.featured-boxes-flat) .featured-box {
  background: none;
  border: 0;
  box-shadow: none;
}
.featured-boxes-style-3:not(.featured-boxes-flat) .featured-box .box-content {
  border: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.featured-boxes-style-4 .featured-box {
  background: none;
  border: 0;
  margin: 10px 0;
  box-shadow: none;
}
.featured-boxes-style-4 .featured-box .box-content {
  border: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.featured-boxes-style-4 .featured-box .icon-featured {
  display: inline-block;
  font-size: 40px;
  height: 45px;
  line-height: 45px;
  padding: 0;
  width: 45px;
  margin-top: 0;
  margin-bottom: 10px;
  background: transparent;
  color: #CCC;
  border-radius: 0;
}

.featured-boxes-style-5 .featured-box,
.featured-boxes-style-6 .featured-box,
.featured-boxes-style-7 .featured-box {
  background: none;
  border: 0;
  box-shadow: none;
  margin: 10px 0;
}
.featured-boxes-style-5 .featured-box .box-content,
.featured-boxes-style-6 .featured-box .box-content,
.featured-boxes-style-7 .featured-box .box-content {
  border: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.featured-boxes-style-5 .featured-box .box-content h4,
.featured-boxes-style-6 .featured-box .box-content h4,
.featured-boxes-style-7 .featured-box .box-content h4 {
  color: #2e353e;
}
.featured-boxes-style-5 .featured-box .icon-featured,
.featured-boxes-style-6 .featured-box .icon-featured,
.featured-boxes-style-7 .featured-box .icon-featured {
  display: inline-block;
  font-size: 30px;
  height: 75px;
  padding: 0;
  width: 75px;
  margin-top: 0;
  margin-bottom: 10px;
  background: #FFF;
  border: 1px solid #dfdfdf;
  color: #777;
  line-height: 73px;
}

.featured-boxes-style-6 .featured-box .icon-featured {
  border: 1px solid #cecece;
  color: #777;
}
.featured-boxes-style-6 .featured-box .icon-featured:after {
  border: 5px solid #f4f4f4;
  border-radius: 50%;
  box-sizing: content-box;
  content: "";
  display: block;
  height: 100%;
  left: -6px;
  padding: 1px;
  position: absolute;
  top: -6px;
  width: 100%;
}

.featured-boxes-style-7 .featured-box .icon-featured {
  border: 1px solid #dfdfdf;
  color: #777;
}

.featured-boxes-style-8 .featured-box .icon-featured {
  display: inline-block;
  font-size: 30px;
  height: 75px;
  padding: 0;
  width: 75px;
  margin: -15px -15px 0 0;
  background: #FFF;
  line-height: 73px;
  border: 0;
  color: #777;
}
.featured-boxes-style-8 .featured-box .icon-featured:after {
  display: none;
}

.featured-boxes .featured-box {
  margin-bottom: 30px;
  margin-top: 45px;
}

.featured-box-effect-1 .box-content .icon-featured {
  line-height: 110px !important;
}
.featured-box-effect-1 .icon-featured:after {
  top: -7px;
  left: -7px;
  padding: 7px;
  box-shadow: 0 0 0 3px #FFF;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  -webkit-transform: scale(1);
  -moz-transition: -moz-transform 0.2s, opacity 0.2s;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transition: transform 0.2s, opacity 0.2s;
  transform: scale(1);
  opacity: 0;
}
.featured-box-effect-1:hover .icon-featured:after {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 1;
}
.featured-box-effect-2 .icon-featured:after {
  top: -7px;
  left: -7px;
  padding: 7px;
  box-shadow: 0 0 0 3px #FFF;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  -webkit-transform: scale(0.8);
  -moz-transition: -moz-transform 0.2s, opacity 0.2s;
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transition: transform 0.2s, opacity 0.2s;
  transform: scale(0.8);
  opacity: 0;
}
.featured-box-effect-2:hover .icon-featured:after {
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
  opacity: 1;
}
.featured-box-effect-3 .icon-featured:after {
  top: 0;
  left: 0;
  box-shadow: 0 0 0 10px #FFF;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  -webkit-transform: scale(0.9);
  -moz-transition: -moz-transform 0.2s, opacity 0.2s;
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transition: transform 0.2s, opacity 0.2s;
  transform: scale(0.9);
  opacity: 0;
}
.featured-box-effect-3:hover .icon-featured {
  color: #FFF !important;
}
.featured-box-effect-3:hover .icon-featured:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 0.8;
}
.featured-box-effect-4 .icon-featured {
  -webkit-transition: -webkit-transform 0.2s, transform 0.2s;
  -moz-transition: -moz-transform 0.2s, transform 0.2s;
  transition: transform 0.2s, transform 0.2s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.featured-box-effect-4:hover .icon-featured {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}
.featured-box-effect-5 .icon-featured {
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.featured-box-effect-5:hover .icon-featured {
  -webkit-animation: toRightFromLeft 0.3s forwards;
  -moz-animation: toRightFromLeft 0.3s forwards;
  animation: toRightFromLeft 0.3s forwards;
}
@-webkit-keyframes toRightFromLeft {
  49% {
    -webkit-transform: translate(100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}
@-moz-keyframes toRightFromLeft {
  49% {
    -moz-transform: translate(100%);
  }
  50% {
    opacity: 0;
    -moz-transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes toRightFromLeft {
  49% {
    transform: translate(100%);
  }
  50% {
    opacity: 0;
    transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}
.featured-box-effect-6 .icon-featured:after {
  -webkit-transition: all 0.2s, -webkit-transform 0.2s;
  -moz-transition: all 0.2s, -moz-transform 0.2s;
  transition: all 0.2s, transform 0.2s;
}
.featured-box-effect-6:hover .box-content .icon-featured:after {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.featured-box-effect-7 .icon-featured:after {
  opacity: 0;
  box-shadow: 3px 3px #d5d5d5;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
  -moz-transition: opacity 0.2s, -moz-transform 0.2s;
  transition: opacity 0.2s, transform 0.2s;
  left: 0;
  top: -1px;
}
.featured-box-effect-7:hover .icon-featured:after {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.featured-box-effect-7 .icon-featured:before {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0.7;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  -moz-transition: -moz-transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s;
}
.featured-box-effect-7:hover .icon-featured:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.feature-box {
  clear: both;
}
.feature-box .feature-box-icon {
  background: #83bfd6;
  border-radius: 35px;
  color: #ffffff;
  display: inline-block;
  float: left;
  height: 35px;
  line-height: 35px;
  margin-right: 10px;
  position: relative;
  text-align: center;
  top: 5px;
  width: 35px;
}
.feature-box .feature-box-info {
  padding-left: 50px;
}

.feature-box.feature-box-style-2 h4 {
  color: #1d2127;
}
.feature-box.feature-box-style-2 .feature-box-icon {
  background: transparent;
  width: 50px;
  height: 50px;
}
.feature-box.feature-box-style-2 .feature-box-icon i.fa,
.feature-box.feature-box-style-2 .feature-box-icon i.icons {
  font-size: 28px;
  color: #83bfd6;
}
.feature-box.feature-box-style-2 .feature-box-info {
  padding-left: 60px;
}

.feature-box.feature-box-style-3 h4 {
  color: #1d2127;
}
.feature-box.feature-box-style-3 .feature-box-icon {
  border: 1px solid #83bfd6;
  background: transparent;
  line-height: 32px;
}
.feature-box.feature-box-style-3 .feature-box-icon i.fa,
.feature-box.feature-box-style-3 .feature-box-icon i.icons {
  color: #83bfd6;
}

.feature-box.feature-box-style-4 h4 {
  color: #1d2127;
}
.feature-box.feature-box-style-4 .feature-box-icon {
  background: transparent;
  padding-bottom: 10px;
  height: auto;
  width: auto;
  float: none;
}
.feature-box.feature-box-style-4 .feature-box-icon i.fa,
.feature-box.feature-box-style-4 .feature-box-icon i.icons {
  font-size: 38px;
  color: #83bfd6;
}
.feature-box.feature-box-style-4 .feature-box-info {
  clear: both;
  padding-left: 0;
}

.feature-box.feature-box-style-5 h4 {
  color: #1d2127;
}
.feature-box.feature-box-style-5 .feature-box-icon {
  background: transparent;
  width: 74px;
  height: 74px;
}
.feature-box.feature-box-style-5 .feature-box-icon i.fa,
.feature-box.feature-box-style-5 .feature-box-icon i.icons {
  font-size: 44px;
}
.feature-box.feature-box-style-5 .feature-box-info {
  padding-left: 84px;
}

.feature-box.feature-box-style-6 h4 {
  color: #1d2127;
}
.feature-box.feature-box-style-6 .feature-box-icon {
  border: 1px solid #cecece;
  background: transparent;
  line-height: 32px;
}
.feature-box.feature-box-style-6 .feature-box-icon:after {
  border: 3px solid #f4f4f4;
  border-radius: 50%;
  box-sizing: content-box;
  content: "";
  display: block;
  height: 100%;
  left: -4px;
  padding: 1px;
  position: absolute;
  top: -4px;
  width: 100%;
}
.feature-box.feature-box-style-6 .feature-box-icon i.fa,
.feature-box.feature-box-style-6 .feature-box-icon i.icons {
  color: #a9a9a9;
}

@media (min-width: 992px) {
  .feature-box.reverse {
    text-align: right;
  }
  .feature-box.reverse .feature-box-info {
    padding-right: 50px;
    padding-left: 0;
  }
  .feature-box.reverse .feature-box-icon {
    float: right;
    margin-right: 0;
    margin-left: 10px;
  }
  .feature-box.reverse.feature-box-style-2 .feature-box-info {
    padding-right: 60px;
  }
  .feature-box.reverse.feature-box-style-4 .feature-box-info {
    padding-right: 0;
  }
  .feature-box.reverse.feature-box-style-5 .feature-box-info {
    padding-right: 84px;
  }
}

.featured-boxes-full {
  width: 100%;
}
.featured-boxes-full > [class*="col-"] {
  padding: 0;
}
.featured-boxes-full .featured-box-full {
  text-align: center;
  padding: 55px;
}
.featured-boxes-full .featured-box-full .fa,
.featured-boxes-full .featured-box-full .icons,
.featured-boxes-full .featured-box-full h1,
.featured-boxes-full .featured-box-full h2,
.featured-boxes-full .featured-box-full h3,
.featured-boxes-full .featured-box-full h4,
.featured-boxes-full .featured-box-full h5,
.featured-boxes-full .featured-box-full h6,
.featured-boxes-full .featured-box-full p,
.featured-boxes-full .featured-box-full a {
  color: #FFF;
  padding: 0;
  margin: 0;
}
.featured-boxes-full .featured-box-full .icons,
.featured-boxes-full .featured-box-full .fa {
  font-size: 55px;
  margin-bottom: 15px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.featured-boxes-full .featured-box-full p {
  padding-top: 12px;
  opacity: 0.8;
}

.testimonial {
  margin-bottom: 20px;
}
.testimonial-secondary blockquote {
  background: #e7766f !important;
}
.testimonial-secondary .testimonial-arrow-down {
  border-top: 15px solid #e7766f !important;
}
.testimonial-tertiary blockquote {
  background: #30BEC6 !important;
}
.testimonial-tertiary .testimonial-arrow-down {
  border-top: 15px solid #30BEC6 !important;
}
.testimonial-quaternary blockquote {
  background: #434C56 !important;
}
.testimonial-quaternary .testimonial-arrow-down {
  border-top: 15px solid #434C56 !important;
}
.testimonial blockquote {
  background: #83bfd6;
  border-radius: 10px;
  border: 0;
  color: #666;
  font-family: Georgia, serif;
  font-style: italic;
  margin: 0;
  padding: 10px 50px;
  position: relative;
}
.testimonial blockquote:before {
  left: 10px;
  top: 0;
  color: #FFF;
  content: "“";
  font-size: 80px;
  font-style: normal;
  line-height: 1;
  position: absolute;
}
.testimonial blockquote:after {
  color: #FFF;
  content: "”";
  font-size: 80px;
  font-style: normal;
  line-height: 1;
  position: absolute;
  bottom: -0.5em;
  right: 10px;
}
.testimonial blockquote p {
  color: #FFF;
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 1.2em;
  line-height: 1.3;
}
.testimonial .testimonial-arrow-down {
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #83bfd6;
  height: 0;
  margin: 0 0 0 17px;
  width: 0;
}
.testimonial .testimonial-author {
  margin: 8px 0 0 0;
}
.testimonial .testimonial-author::after {
  clear: both;
  content: "";
  display: table;
}
.testimonial .testimonial-author .testimonial-author-thumbnail {
  float: left;
  margin-right: 10px;
  width: auto;
}
.testimonial .testimonial-author img {
  max-width: 55px;
}
.testimonial .testimonial-author strong {
  color: #111;
  display: block;
  padding-top: 10px;
  margin-bottom: -5px;
}
.testimonial .testimonial-author span {
  color: #666;
  display: block;
  font-size: 12px;
}
.testimonial .testimonial-author p {
  color: #999;
  margin: 0 0 0 25px;
  text-align: left;
}

.testimonial.testimonial-style-2 {
  text-align: center;
}
.testimonial.testimonial-style-2 blockquote {
  background: transparent !important;
  border-radius: 4px;
  padding: 6px 20px;
}
.testimonial.testimonial-style-2 blockquote:before,
.testimonial.testimonial-style-2 blockquote:after {
  color: #ffffff !important;
  opacity: 0.9;
}
.testimonial.testimonial-style-2 blockquote p {
  color: #ffffff;
  opacity: 0.9;
}
.testimonial.testimonial-style-2 .testimonial-arrow-down {
  display: none;
}
.testimonial.testimonial-style-2 .testimonial-author {
  padding: 0;
  margin: 6px 0 0;
}
.testimonial.testimonial-style-2 .testimonial-author img {
  margin: 0 auto 10px;
}
.testimonial.testimonial-style-2 .testimonial-author p {
  text-align: center;
  padding: 0;
  margin: 0;
}
.testimonial.testimonial-style-2 .testimonial-author strong {
  color: #999;
}
.testimonial.testimonial-style-2 .testimonial-author span {
  color: #999;
}

.testimonial.testimonial-style-3 blockquote {
  background: #f2f2f2 !important;
  border-radius: 4px;
  padding: 12px 30px;
}
.testimonial.testimonial-style-3 blockquote:before {
  top: 5px;
  color: #777;
  font-size: 35px;
}
.testimonial.testimonial-style-3 blockquote:after {
  color: #777;
  font-size: 35px;
  bottom: -5px;
}
.testimonial.testimonial-style-3 blockquote p {
  color: #777;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 1em;
  font-style: normal;
}
.testimonial.testimonial-style-3 .testimonial-author {
  margin-left: 8px;
}
.testimonial.testimonial-style-3 .testimonial-arrow-down {
  margin-left: 20px;
  border-top: 10px solid #f2f2f2 !important;
}

.testimonial.testimonial-style-4 {
  border-radius: 6px;
  padding: 8px;
  border-top: 1px solid #DFDFDF;
  border-bottom: 1px solid #DFDFDF;
  border-left: 1px solid #ECECEC;
  border-right: 1px solid #ECECEC;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
}
.testimonial.testimonial-style-4 blockquote {
  background: transparent !important;
  border-radius: 4px;
  padding: 12px 30px;
}
.testimonial.testimonial-style-4 blockquote:before {
  top: 5px;
  color: #777;
  font-size: 35px;
}
.testimonial.testimonial-style-4 blockquote:after {
  color: #777;
  font-size: 35px;
  bottom: -5px;
}
.testimonial.testimonial-style-4 blockquote p {
  color: #777;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 1em;
  font-style: normal;
}
.testimonial.testimonial-style-4 .testimonial-arrow-down {
  display: none;
}
.testimonial.testimonial-style-4 .testimonial-author {
  margin-left: 30px;
  margin-bottom: 15px;
}
.testimonial.testimonial-style-4.testimonial-no-borders {
  border: 0;
  box-shadow: none;
}

.testimonial.testimonial-style-5 {
  text-align: center;
}
.testimonial.testimonial-style-5 blockquote {
  background: transparent !important;
  border-radius: 4px;
  padding: 6px 20px;
}
.testimonial.testimonial-style-5 blockquote:before,
.testimonial.testimonial-style-5 blockquote:after {
  display: none;
}
.testimonial.testimonial-style-5 blockquote p {
  color: #777;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 1.2em;
  font-style: normal;
}
.testimonial.testimonial-style-5 .testimonial-arrow-down {
  display: none;
}
.testimonial.testimonial-style-5 .testimonial-author {
  padding: 6px 0 0;
  margin: 12px 0 0;
  border-top: 1px solid #f2f2f2;
}
.testimonial.testimonial-style-5 .testimonial-author img {
  margin: 0 auto 10px;
}
.testimonial.testimonial-style-5 .testimonial-author p {
  text-align: center;
  padding: 0;
  margin: 0;
}

.testimonial.testimonial-style-6 {
  text-align: center;
}
.testimonial.testimonial-style-6 blockquote {
  background: transparent !important;
  border-radius: 4px;
  border: 0;
  padding: 0 10%;
}
.testimonial.testimonial-style-6 blockquote:before,
.testimonial.testimonial-style-6 blockquote:after {
  display: none;
}
.testimonial.testimonial-style-6 blockquote i.fa-quote-left {
  font-size: 34px;
  position: relative;
  left: -5px;
}
.testimonial.testimonial-style-6 blockquote p {
  color: #777;
  font-size: 24px;
  line-height: 30px;
}
.testimonial.testimonial-style-6 blockquote span {
  font-size: 16px;
  line-height: 20px;
  color: #999;
  position: relative;
  left: -5px;
}
.testimonial.testimonial-style-6 .testimonial-arrow-down {
  display: none;
}
.testimonial.testimonial-style-6 .testimonial-author {
  padding: 0;
  margin: 6px 0 0;
}
.testimonial.testimonial-style-6 .testimonial-author img {
  margin: 0 auto 10px;
}
.testimonial.testimonial-style-6 .testimonial-author p {
  text-align: center;
  padding: 0;
  margin: 0;
}

.testimonial.testimonial-with-quotes blockquote:before {
  color: #777;
  display: block !important;
  left: 10px;
  top: 0;
  content: "“";
  font-size: 80px;
  font-style: normal;
  line-height: 1;
  position: absolute;
}
.testimonial.testimonial-with-quotes blockquote:after {
  color: #777;
  display: block !important;
  right: 10px;
  font-size: 80px;
  font-style: normal;
  line-height: 1;
  position: absolute;
  bottom: -0.5em;
  content: "”";
}
.testimonial.testimonial-with-quotes blockquote p {
  padding: 0 40px;
}

.testimonial.testimonial-trasnparent-background blockquote {
  background: transparent !important;
}

.testimonial.testimonial-alternarive-font blockquote p {
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 1.2em;
}
.map-section .sppb-container-inner {
  background: rgba(244, 244, 244, 0.8) none repeat scroll 0 0;
  border-top-color: rgba(241, 241, 241, 0.8);
  margin: 35px 0 0;
  padding: 50px 0;
}
.map-section .sppb-container-inner .sppb-row {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .map-section .sppb-container-inner .sppb-row {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .map-section .sppb-container-inner .sppb-row {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .map-section .sppb-container-inner .sppb-row {
    width: 1170px;
  }
}
.recent-posts .date {
  float: left;
  margin-right: 10px;
  margin-top: 8px;
  text-align: center;
}
.recent-posts .date .month {
  background: #83bfd6;
  border-radius: 0 0 2px 2px;
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.07000000000000001) inset;
  color: #ffffff;
  font-size: 0.9em;
  padding: 0 10px 2px;
}
.recent-posts .date .day {
  background: #ffffff;
  color: #83bfd6;
  display: block;
  font-size: 18px;
  font-weight: 500;
  font-weight: bold;
  padding: 8px;
}
.gray .day {
  background: #f7f7f7 !important;
}
.jb-footer-subscrib .acymailing_introtext {
  margin-bottom: 10px;
}
.jb-footer-subscrib .acymailing_form .acyfield_email {
  float: left;
}
.jb-footer-subscrib .acymailing_form .inputbox {
  border-radius: 4px 0 0 4px;
}
.jb-footer-subscrib .acymailing_form .acysubbuttons {
  dispaly: inline;
  text-align: inherit;
}
.jb-footer-subscrib .acymailing_form .acysubbuttons .btn-primary {
  border-radius: 0px 4px 4px 0px;
}

.social-icons {
  margin: 0;
  padding: 0;
  width: auto;
}
.social-icons li {
  display: inline-block;
  margin: -1px 1px 5px 0;
  padding: 0;
  border-radius: 100%;
  overflow: visible;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
}
.social-icons li a {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: #FFF;
  border-radius: 100%;
  display: block;
  height: 30px;
  line-height: 30px;
  width: 30px;
  text-align: center;
  color: #333 !important;
  text-decoration: none;
}
.social-icons li:hover a {
  background: #171717;
  color: #FFF !important;
}
.social-icons li:hover.social-icons-twitter a {
  background: #1aa9e1;
}
.social-icons li:hover.social-icons-facebook a {
  background: #3b5a9a;
}
.social-icons li:hover.social-icons-linkedin a {
  background: #0073b2;
}
.social-icons li:hover.social-icons-rss a {
  background: #ff8201;
}
.social-icons li:hover.social-icons-googleplus a {
  background: #dd4b39;
}
.social-icons li:hover.social-icons-pinterest a {
  background: #cc2127;
}
.social-icons li:hover.social-icons-youtube a {
  background: #c3191e;
}
.social-icons li:hover.social-icons-instagram a {
  background: #7c4a3a;
}
.social-icons li:hover.social-icons-skype a {
  background: #00b0f6;
}
.social-icons li:hover.social-icons-email a {
  background: #dd4b39;
}
.social-icons li:hover.social-icons-vk a {
  background: #6383a8;
}
.social-icons li:hover.social-icons-xing a {
  background: #1a7576;
}
.social-icons li:hover.social-icons-tumblr a {
  background: #304e6c;
}
.social-icons li:hover.social-icons-reddit a {
  background: #ff4107;
}
.social-icons.social-icons-transparent li {
  box-shadow: none;
}
.social-icons.social-icons-transparent li a {
  background: transparent;
}
.social-icons.social-icons-icon-light li a i {
  color: #FFF;
}
.counters2 .counter {
  float: none;
  border: none;
  margin: 0px;
  padding: 0px;
}
.counters2 .fa {
  font-size: 35px;
  line-height: 35px;
  margin-bottom: 5px;
  color: #2e353e;
}
.counters2 .sppb-animated-number {
  display: inline;
  font-size: 50px !important;
  font-weight: bold;
  line-height: 50px !important;
}
.counters2 .sppb-animated-number-title {
  display: block;
  font-size: 20px !important;
  font-weight: 100 !important;
  line-height: 20px;
  margin-top: 0px;
  color: #2e353e !important;
}
.mockup-landing-page {
  margin-top: -120px;
}
.counters .fa {
  display: block;
  font-size: 35px;
  line-height: 35px;
  margin-bottom: 5px;
  color: #2e353e;
}
.counters .sppb-animated-number {
  display: block;
  font-size: 50px !important;
  font-weight: bold;
  line-height: 50px !important;
}
.counters .sppb-animated-number-title {
  display: block;
  font-size: 20px !important;
  font-weight: 100 !important;
  line-height: 20px;
}

.call-to-action {
  position: relative;
  clear: both;
  min-height: 125px;
  padding-left: 25px;
  padding-right: 25px;
}
.call-to-action::after {
  clear: both;
  content: "";
  display: table;
}
.call-to-action h3 {
  text-transform: none;
  color: #1d2127;
  padding: 0;
  margin: 0 0 9px;
}
.call-to-action p {
  font-size: 1.2em;
}
.call-to-action .call-to-action-content {
  text-align: center;
  width: 70%;
  margin-left: 3%;
  padding-top: 35px;
}
.call-to-action .call-to-action-btn {
  width: 22%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: auto;
  right: 25px;
  margin: -18px 0px 0px;
}
.call-to-action.call-to-action-front {
  z-index: 1;
}
.call-to-action.call-to-action-default {
  background: #F4F4F4;
}
.call-to-action.call-to-action-dark {
  background: #2e353e;
}
.call-to-action.call-to-action-dark h3,
.call-to-action.call-to-action-dark p {
  color: #FFF;
}
.call-to-action.with-borders {
  border-top: 1px solid #DFDFDF;
  border-bottom: 1px solid #DFDFDF;
  border-left: 1px solid #ECECEC;
  border-right: 1px solid #ECECEC;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
}
.call-to-action.with-full-borders {
  border: 2px solid #CCC;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
}
.call-to-action.featured {
  background: -webkit-linear-gradient(top, #ffffff 1%, #fcfcfc 98%) repeat scroll 0 0 transparent;
  background: linear-gradient(to bottom, #ffffff 1%, #fcfcfc 98%) repeat scroll 0 0 transparent;
  padding: 0;
  margin: 0;
  border-top: 3px solid #CCC;
  border-bottom: 1px solid #DFDFDF;
  border-left: 1px solid #ECECEC;
  border-right: 1px solid #ECECEC;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
}
.call-to-action.featured.featured-primary {
  border-top-color: #CCC;
}
.call-to-action.featured.featured-secondary {
  border-top-color: #E36159;
}
.call-to-action.featured.featured-tertiary {
  border-top-color: #2BAAB1;
}
.call-to-action.featured.featured-quaternary {
  border-top-color: #2e353e;
}
.call-to-action.with-button-arrow .call-to-action-btn {
  top: 30%;
}
.call-to-action.button-centered .call-to-action-content {
  text-align: center;
  width: 100%;
  padding: 35px 0 0;
  margin: 0;
}
.call-to-action.button-centered .call-to-action-btn {
  text-align: center;
  position: static;
  margin: 20px auto 25px;
  width: auto;
}
.call-to-action.call-to-action-in-footer {
  padding-top: 50px;
  padding-bottom: 50px;
  margin-top: 30px;
}
.call-to-action.call-to-action-in-footer:before {
  content: "";
  display: block;
  position: absolute;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #FFF;
  height: 20px;
  width: 20px;
  top: -5px;
  left: 50%;
  margin-left: -20px;
}
.call-to-action.no-top-arrow:before {
  display: none;
}
.call-to-action.call-to-action-in-footer-margin-top {
  margin-top: 60px;
}
.container .call-to-action {
  border-radius: 8px;
}
.call-to-action.featured.featured-primary {
  border-top-color: #0088cc;
}
.call-to-action.call-to-action-primary {
  background: #0088cc;
}
.call-to-action.with-full-borders-primary {
  border-color: #0088cc;
}
.call-to-action.call-to-action-primary {
  background: #0088cc;
}
.call-to-action.call-to-action-primary h3,
.call-to-action.call-to-action-primary p {
  color: #ffffff;
}
.call-to-action.featured.featured-secondary {
  border-top-color: #e36159;
}
.call-to-action.call-to-action-secondary {
  background: #e36159;
}
.call-to-action.with-full-borders-secondary {
  border-color: #e36159;
}
.call-to-action.call-to-action-secondary {
  background: #e36159;
}
.call-to-action.call-to-action-secondary h3,
.call-to-action.call-to-action-secondary p {
  color: #ffffff;
}
.call-to-action.featured.featured-tertiary {
  border-top-color: #2baab1;
}
.call-to-action.call-to-action-tertiary {
  background: #2baab1;
}
.call-to-action.with-full-borders-tertiary {
  border-color: #2baab1;
}
.call-to-action.call-to-action-tertiary {
  background: #2baab1;
}
.call-to-action.call-to-action-tertiary h3,
.call-to-action.call-to-action-tertiary p {
  color: #ffffff;
}
.call-to-action.featured.featured-quaternary {
  border-top-color: #383f48;
}
.call-to-action.call-to-action-quaternary {
  background: #383f48;
}
.call-to-action.with-full-borders-quaternary {
  border-color: #383f48;
}
.call-to-action.call-to-action-quaternary {
  background: #383f48;
}
.call-to-action.call-to-action-quaternary h3,
.call-to-action.call-to-action-quaternary p {
  color: #ffffff;
}
.call-to-action.featured.featured-dark {
  border-top-color: #2e353e;
}
.call-to-action.call-to-action-dark {
  background: #2e353e;
}
.call-to-action.with-full-borders-dark {
  border-color: #2e353e;
}
.call-to-action.call-to-action-dark {
  background: #2e353e;
}
.call-to-action.call-to-action-dark h3,
.call-to-action.call-to-action-dark p {
  color: #ffffff;
}
.call-to-action.featured.featured-light {
  border-top-color: #ffffff;
}
.call-to-action.call-to-action-light {
  background: #ffffff;
}
.call-to-action.with-full-borders-light {
  border-color: #ffffff;
}
.call-to-action.call-to-action-light {
  background: #ffffff;
}
.call-to-action.call-to-action-light h3,
.call-to-action.call-to-action-light p {
  color: #777777;
}

@media (max-width: 767px) {
  .call-to-action .call-to-action-content,
  .call-to-action .call-to-action-btn {
    margin: 0;
    padding: 20px;
    position: static;
    width: auto;
  }
}

.arrow {
  background: transparent url(https://hydroarm.by/templates/porto/images/arrows.png) no-repeat 0 0;
  width: 47px;
  height: 120px;
  display: inline-block;
  position: relative;
}
.arrow.arrow-light {
  background-image: url(https://hydroarm.by/templates/porto/images/arrows-dark.png);
}
.arrow.vtl {
  background-position: 0 0;
  width: 47px;
  height: 96px;
}
.arrow.vtr {
  background-position: -101px 0;
  width: 47px;
  height: 96px;
}
.arrow.vbl {
  background-position: 0 -144px;
  width: 47px;
  height: 96px;
}
.arrow.vbr {
  background-position: -101px -144px;
  width: 47px;
  height: 96px;
}
.arrow.hlt {
  background-position: -209px 0;
  width: 120px;
  height: 47px;
}
.arrow.hlb {
  background-position: -209px -101px;
  width: 120px;
  height: 47px;
}
.arrow.hrt {
  background-position: -353px 0;
  width: 120px;
  height: 47px;
}
.arrow.hrb {
  background-position: -353px -101px;
  width: 120px;
  height: 47px;
}
.custom-underline {
  background: rgba(0, 0, 0, 0) url(https://hydroarm.by/templates/porto/images/custom-underline.png) no-repeat scroll center 100%;
  font-size: 1.5em;
  padding-bottom: 25px;
}

@media (max-width: 479px) {
  .arrow {
    display: none;
  }
}
.img-thumbnail {
  position: relative;
}
.img-thumbnail .zoom {
  background: #83bfd6;
  border-radius: 100%;
  bottom: 8px;
  color: #FFF;
  display: block;
  height: 30px;
  padding: 6px;
  position: absolute;
  right: 8px;
  text-align: center;
  width: 30px;
}
.img-thumbnail .zoom i {
  font-size: 14px;
  left: -1px;
  position: relative;
  top: -3px;
}
.header-column .header-extra-info {
  list-style: outside none none;
  margin: 24px 0 0;
  padding: 0;
  float: right;
}
.header-column .header-extra-info li {
  display: inline-block;
  margin-left: 25px;
}

.content-grid {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.content-grid .content-grid-item {
  position: relative;
  padding: 30px;
  margin: 0;
}
.content-grid .content-grid-item:before,
.content-grid .content-grid-item:after {
  content: '';
  position: absolute;
}
.content-grid .content-grid-item:before {
  height: 100%;
  top: 0;
  left: -1px;
  border-left: 1px solid #DADADA;
}
.content-grid .content-grid-item:after {
  width: 100%;
  height: 0;
  top: auto;
  left: 0;
  bottom: -1px;
  border-bottom: 1px solid #DADADA;
}
.content-grid .content-grid-item .img-responsive {
  display: inline-block;
  max-height: 60px;
}
.content-grid.content-grid-dashed .content-grid-item:before {
  border-left: 1px dashed #DADADA;
}
.content-grid.content-grid-dashed .content-grid-item:after {
  border-bottom: 1px dashed #DADADA;
}

ul.image-gallery {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.image-gallery .image-gallery-item {
  margin-bottom: 35px;
}

.sort-destination {
  overflow: hidden;
}
.sort-destination.full-width {
  position: relative;
}
.sort-destination.full-width .isotope-item {
  width: 20%;
  float: left;
}
.sort-destination.full-width .isotope-item.w2 {
  width: 40%;
}
.sort-destination.full-width .isotope-item .img-thumbnail,
.sort-destination.full-width .isotope-item a,
.sort-destination.full-width .isotope-item .thumb-info img {
  border-radius: 0;
}
.sort-destination.full-width-spaced {
  margin-top: 50px;
  margin-left: 20px;
  margin-right: 20px;
}
.sort-destination.full-width-spaced .portfolio-item {
  margin-left: 20px;
  margin-right: 20px;
}
.sort-source-wrapper + .sort-destination.full-width {
  margin: 0 0 -81px;
  top: -51px;
}
.sort-source-wrapper + .sort-destination-loader .full-width {
  margin: 0 0 -81px;
  top: -51px;
}

@media (min-width: 992px) {
  .col-md-6.isotope-item:nth-child(2n+1) {
    clear: both;
  }
  .col-md-4.isotope-item:nth-child(3n+1) {
    clear: both;
  }
  .col-md-3.isotope-item:nth-child(4n+1) {
    clear: both;
  }
  .col-md-1-5.isotope-item:nth-child(5n+1) {
    clear: both;
  }
  .col-md-2.isotope-item:nth-child(6n+1) {
    clear: both;
  }
  .sort-destination.full-width .isotope-item:nth-child(5n+1) {
    clear: both;
  }
}
@media (max-width: 991px) {
  .isotope-item {
    max-width: 100%;
  }
  .sort-destination.isotope {
    overflow: visible !important;
    height: auto !important;
  }
  .sort-destination.isotope.full-width {
    overflow: hidden !important;
  }
  .isotope-hidden {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .isotope-item {
    position: static !important;
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
  }
  .isotope-item.product {
    position: relative !important;
  }
  .sort-source-wrapper {
    background: #171717;
    clear: both;
    margin-top: -35px;
  }
  .sort-source-wrapper .nav {
    margin: 0;
  }
  .sort-destination {
    height: auto !important;
  }
  .sort-destination,
  .isotope-item {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .sort-destination.full-width,
  .sort-source-wrapper + .sort-destination.full-width {
    max-width: none;
    margin: 0 0 -30px;
    top: 0;
  }
  .sort-destination.full-width .isotope-item,
  .sort-source-wrapper + .sort-destination.full-width .isotope-item {
    max-width: none;
  }
}
@media (max-width: 479px) {
  .sort-destination,
  .isotope-item {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .sort-destination.full-width .isotope-item,
  .sort-source-wrapper + .sort-destination.full-width .isotope-item {
    position: static !important;
    clear: both;
    float: none;
    width: auto;
  }
}

.sort-destination-loader {
  height: auto;
  overflow: visible;
  position: relative;
}
.sort-destination-loader:after {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  content: ' ';
  background: #FFF;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  opacity: 0;
}
.sort-destination-loader .bounce-loader {
  display: none;
}
.sort-destination-loader.sort-destination-loader-showing {
  height: 200px;
  overflow: hidden;
}
.sort-destination-loader.sort-destination-loader-showing:after {
  opacity: 1;
}
.sort-destination-loader.sort-destination-loader-showing .bounce-loader {
  display: block;
}
.sort-destination-loader.sort-destination-loader-loaded:after {
  display: none;
}
.sort-destination-loader-full-width:after {
  bottom: -81px;
  top: -51px;
}
.sort-destination-loader-full-width.sort-destination-loader-showing {
  height: 600px;
}
.sort-destination-loader-lg.sort-destination-loader-showing {
  height: 600px;
}

.thumb-info {
  display: block;
  position: relative;
  text-decoration: none;
  max-width: 100%;
  background-color: #FFF;
  border: 1px solid #DDD;
  border-radius: 4px;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.thumb-info:hover {
  text-decoration: none;
}
.thumb-info .thumb-info-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  border-radius: 4px;
  margin: 4px;
  overflow: hidden;
  display: block;
  position: relative;
}
.thumb-info .thumb-info-wrapper:after {
  content: "";
  background: rgba(23, 23, 23, 0.8);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 4px;
  bottom: -4px;
  color: #FFF;
  left: -4px;
  position: absolute;
  right: -4px;
  top: -4px;
  display: block;
  opacity: 0;
  z-index: 1;
}
.thumb-info .thumb-info-action-icon {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  background: #83bfd6;
  border-radius: 0 0 0 25px;
  display: inline-block;
  font-size: 25px;
  height: 50px;
  line-height: 50px;
  position: absolute;
  right: -100px;
  text-align: center;
  top: -100px;
  width: 50px;
  z-index: 2;
}
.thumb-info .thumb-info-action-icon i {
  font-size: 24px;
  left: 3px;
  position: relative;
  top: -4px;
  color: #FFF;
}
.thumb-info .thumb-info-inner {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
}
.thumb-info .thumb-info-inner em {
  display: block;
  font-size: 0.8em;
  font-style: normal;
  font-weight: normal;
}
.thumb-info .thumb-info-title {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  background: rgba(23, 23, 23, 0.8);
  bottom: 10%;
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  left: 0;
  letter-spacing: -1px;
  padding: 9px 11px 9px;
  position: absolute;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  z-index: 2;
  max-width: 90%;
}
.thumb-info .thumb-info-type {
  background-color: #83bfd6;
  border-radius: 2px;
  display: inline-block;
  float: left;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  margin: 8px -2px -15px -2px;
  padding: 2px 9px;
  text-transform: none;
  z-index: 2;
}
.thumb-info .owl-carousel {
  z-index: auto;
}
.thumb-info .owl-carousel .owl-dots {
  z-index: 2;
}
.thumb-info img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 3px;
  position: relative;
  width: 100%;
}
.thumb-info:hover .thumb-info-wrapper:after {
  opacity: 1;
}
.thumb-info:hover .thumb-info-action-icon {
  right: 0;
  top: 0;
}
.thumb-info:hover .thumb-info-title {
  background: #000;
}
.thumb-info:hover img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.thumb-info.thumb-info-no-zoom:hover img {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.thumb-info.thumb-info-lighten .thumb-info-wrapper:after {
  background: rgba(23, 23, 23, 0.25);
}
.thumb-info.thumb-info-hide-wrapper-bg .thumb-info-wrapper:after {
  display: none;
}
.thumb-info.thumb-info-centered-icons .thumb-info-action {
  -webkit-transition: -webkit-transform 0.2s ease-out, opacity 0.2s ease-out;
  -moz-transition: -moz-transform 0.2s ease-out, opacity 0.2s ease-out;
  transition: transform 0.2s ease-out, opacity 0.2s ease-out;
  transform: translate3d(0, -10px, 0);
  top: 50%;
  left: 3px;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 40px;
  margin-top: -20px;
  text-align: center;
  position: absolute;
  opacity: 0;
  z-index: 2;
}
.thumb-info.thumb-info-centered-icons .thumb-info-action-icon {
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  transition: all 0.1s ease;
  position: relative;
  z-index: 2;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  width: 40px;
  height: 40px;
  line-height: 33px;
  border-radius: 50%;
  margin-right: 3px;
}
.thumb-info.thumb-info-centered-icons .thumb-info-action-icon i {
  position: static;
  font-size: 18px;
}
.thumb-info.thumb-info-centered-icons .thumb-info-action-icon:hover {
  -webkit-transform: scale(1.15, 1.15);
  -moz-transform: scale(1.15, 1.15);
  -ms-transform: scale(1.15, 1.15);
  -o-transform: scale(1.15, 1.15);
  transform: scale(1.15, 1.15);
}
.thumb-info:hover.thumb-info-centered-icons .thumb-info-action {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.thumb-info:hover.thumb-info-centered-icons .thumb-info-action-icon {
  position: relative;
}
.thumb-info.thumb-info-centered-info .thumb-info-title {
  background: transparent;
  left: 5%;
  width: 90%;
  -webkit-transition: -webkit-transform 0.2s ease-out, opacity 0.2s ease-out;
  -moz-transition: -moz-transform 0.2s ease-out, opacity 0.2s ease-out;
  transition: transform 0.2s ease-out, opacity 0.2s ease-out;
  transform: translate(0%, -30%);
  top: 50%;
  bottom: auto;
  opacity: 0;
  text-align: center;
  padding: 0;
  position: absolute;
}
.thumb-info.thumb-info-centered-info .thumb-info-type {
  float: none;
}
.thumb-info.thumb-info-centered-info:hover .thumb-info-title {
  opacity: 1;
  transform: translate(0%, -50%);
}
.thumb-info.thumb-info-bottom-info .thumb-info-title {
  background: #FFF;
  left: 0;
  width: 100%;
  max-width: 100%;
  -webkit-transition: -webkit-transform 0.2s ease-out, opacity 0.2s ease-out;
  -moz-transition: -moz-transform 0.2s ease-out, opacity 0.2s ease-out;
  transition: transform 0.2s ease-out, opacity 0.2s ease-out;
  transform: translate3d(0, 100px, 0);
  top: auto;
  bottom: 0;
  opacity: 0;
  padding: 15px;
  text-shadow: none;
  color: #777;
}
.thumb-info.thumb-info-bottom-info .thumb-info-type {
  float: none;
  background: none;
  padding: 0;
  margin: 0;
}
.thumb-info.thumb-info-bottom-info:hover .thumb-info-title {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.thumb-info.thumb-info-bottom-info:hover img {
  -webkit-transform: translateY(-18px);
  -moz-transform: translateY(-18px);
  -ms-transform: translateY(-18px);
  -o-transform: translateY(-18px);
  transform: translateY(-18px);
}
.thumb-info.thumb-info-bottom-info-dark .thumb-info-title {
  background: -webkit-linear-gradient(bottom, rgba(23, 23, 23, 0.8) 0, transparent 100%) repeat scroll 0 0 transparent;
  background: linear-gradient(to top, rgba(23, 23, 23, 0.8) 0, transparent 100%) repeat scroll 0 0 transparent;
  color: #FFF;
}
.thumb-info.thumb-info-push-hor img {
  -webkit-transform: translatex(-18px);
  -moz-transform: translatex(-18px);
  -ms-transform: translatex(-18px);
  -o-transform: translatex(-18px);
  transform: translatex(-18px);
  width: calc(119%);
  max-width: none;
}
.thumb-info.thumb-info-push-hor:hover img {
  -webkit-transform: translatex(0);
  -moz-transform: translatex(0);
  -ms-transform: translatex(0);
  -o-transform: translatex(0);
  transform: translatex(0);
}
.thumb-info.thumb-info-hide-info-hover .thumb-info-wrapper:after {
  opacity: 0.65;
}
.thumb-info.thumb-info-hide-info-hover .thumb-info-title {
  opacity: 1;
  top: 50%;
}
.thumb-info.thumb-info-hide-info-hover .thumb-info-type {
  float: none;
}
.thumb-info.thumb-info-hide-info-hover:hover .thumb-info-wrapper:after {
  opacity: 0.1;
}
.thumb-info.thumb-info-hide-info-hover:hover .thumb-info-title {
  opacity: 0;
}
.thumb-info.thumb-info-no-borders,
.thumb-info.thumb-info-no-borders img {
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
}
.thumb-info.thumb-info-no-borders .thumb-info-wrapper {
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
}
.thumb-info.thumb-info-no-borders .thumb-info-wrapper:after {
  border-radius: 0;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}
.thumb-info.thumb-info-preview .thumb-info-wrapper:after {
  display: none;
}
.thumb-info.thumb-info-preview .thumb-info-image {
  min-height: 232px;
  display: block;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: relative;
  transition: background-position 0.8s linear 0s;
}
.thumb-info.thumb-info-preview:hover .thumb-info-image {
  transition: background-position 2.5s linear 0s;
  background-position: center bottom;
}
.thumb-info.thumb-info-preview.thumb-info-preview-short:hover .thumb-info-image {
  transition: background-position 1s linear 0s;
}
.thumb-info.thumb-info-preview.thumb-info-preview-long:hover .thumb-info-image {
  transition: background-position 5s linear 0s;
}
.webkit .thumb-info .thumb-info-wrapper {
  margin: 4px 4px 3px 4px;
}
.webkit .full-width .thumb-info .thumb-info-wrapper,
.webkit .masonry-item .thumb-info .thumb-info-wrapper,
.webkit .thumb-info-no-borders .thumb-info-wrapper {
  margin: 0;
}

.thumb-info-ribbon {
  background: #999;
  position: absolute;
  margin: -16px 0 0 0;
  padding: 5px 13px 6px;
  right: 15px;
  z-index: 1;
}
.thumb-info-ribbon:before {
  border-right: 10px solid #646464;
  border-top: 16px solid transparent;
  content: "";
  display: block;
  height: 0;
  left: -10px;
  position: absolute;
  top: 0;
  width: 7px;
}
.thumb-info-ribbon span {
  color: #FFF;
  font-size: 1.1em;
  font-family: "Shadows Into Light", cursive;
}

.full-width .thumb-info img {
  border-radius: 0 !important;
}

.thumb-info-caption {
  padding: 10px 0;
}
.thumb-info-caption .thumb-info-caption-text,
.thumb-info-caption p {
  font-size: 0.9em;
  line-height: 20px;
  margin: 0 0 8px;
  padding: 10px;
  display: block;
}

.thumb-info-side-image .thumb-info-side-image-wrapper {
  padding: 4px;
  float: left;
  margin-right: 20px;
}
.thumb-info-side-image .thumb-info-caption .thumb-info-caption-text {
  padding: 17px;
}
.thumb-info-side-image-right .thumb-info-side-image-wrapper {
  float: right;
  margin-left: 20px;
  margin-right: 0;
}

.thumb-info-social-icons {
  border-top: 1px dotted #DDD;
  margin: 0;
  padding: 15px 10px;
  display: block;
}
.thumb-info-social-icons a {
  background: #83bfd6;
  border-radius: 25px;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 30px;
}
.thumb-info-social-icons a:hover {
  text-decoration: none;
}
.thumb-info-social-icons a span {
  display: none;
}
.thumb-info-social-icons a i {
  color: #FFF;
  font-size: 0.9em;
  font-weight: normal;
}

@media (max-width: 991px) {
  .thumb-info .thumb-info-title {
    font-size: 14px;
  }
  .thumb-info .thumb-info-more {
    font-size: 11px;
  }
}

.counters .counter {
  text-align: center;
  background-color: transparent;
  border: none;
  margin-top: 0px;
  padding: 0px;
  float: none;
  color: #ffffff;
}
.counters .fa,
.counters .icons {
  display: block;
  font-size: 35px;
  line-height: 35px;
  margin-bottom: 5px;
}
.counters strong {
  display: block;
  font-weight: bold;
  font-size: 50px;
  line-height: 50px;
}
.counters label {
  display: block;
  font-weight: 100;
  font-size: 20px;
  line-height: 20px;
}
.counters .counter-side-icon .fa,
.counters .counter-side-icon .icons,
.counters .counter-side-icon strong {
  display: inline-block;
}
.counters .counter-with-unit strong {
  display: inline-block;
}
.counters.with-borders .counter {
  border-radius: 6px;
  border-top: 1px solid #DFDFDF;
  border-bottom: 1px solid #DFDFDF;
  border-left: 1px solid #ECECEC;
  border-right: 1px solid #ECECEC;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
  padding: 25px;
}
.counters.counters-sm .fa,
.counters.counters-sm .icons {
  font-size: 25px;
  line-height: 25px;
}
.counters.counters-sm strong {
  font-size: 35px;
  line-height: 35px;
}
.counters.counters-sm label {
  font-size: 15px;
  line-height: 15px;
}
.counters.counters-lg .fa {
  font-size: 45px;
  line-height: 45px;
}
.counters.counters-lg strong {
  font-size: 60px;
  line-height: 60px;
}
.counters.counters-lg label {
  font-size: 25px;
  line-height: 25px;
}
.counters.counters-text-light .counter {
  color: #FFF !important;
}
.counters.counters-text-light .counter .fa,
.counters.counters-text-light .counter .icons,
.counters.counters-text-light .counter strong,
.counters.counters-text-light .counter label {
  color: #FFF !important;
}
.counters.counters-text-dark .counter {
  color: #2e353e !important;
}
.counters.counters-text-dark .counter .fa,
.counters.counters-text-dark .counter .icons,
.counters.counters-text-dark .counter strong,
.counters.counters-text-dark .counter label {
  color: #2e353e !important;
}

.pricing-table {
  margin: 10px 0;
  padding: 0 15px;
  text-align: center;
}
.pricing-table ul {
  list-style: none;
  margin: 20px 0 0 0;
  padding: 0;
}
.pricing-table li {
  border-top: 1px solid #ddd;
  padding: 10px 0;
  color: #777;
}
.pricing-table h3 {
  background-color: #eee;
  border-radius: 2px 2px 0 0;
  font-size: 1.3em;
  font-weight: normal;
  margin: -20px -20px 50px -20px;
  padding: 20px;
}
.pricing-table h3 .desc {
  font-size: 0.7em;
  margin-bottom: 0;
  padding-bottom: 0;
  color: #777;
  font-style: normal;
  text-transform: none;
  display: block;
}
.pricing-table h3 span {
  background: #FFF;
  border: 5px solid #FFF;
  border-radius: 100px;
  box-shadow: 0 5px 20px #ddd inset, 0 3px 0 #999 inset;
  color: #777;
  display: block;
  font: bold 25px / 100px Georgia, Serif;
  height: 100px;
  margin: 20px auto -65px;
  width: 100px;
}
.pricing-table .most-popular {
  border: 1px solid #83bfd6 !important;
  box-shadow: 11px 0 10px -10px rgba(0, 0, 0, 0.1), -11px 0 10px -10px rgba(0, 0, 0, 0.1);
  padding: 30px 20px;
  top: -10px;
  z-index: 2;
}
.pricing-table .most-popular h3 {
  background-color: #83bfd6;
  color: #FFF;
  padding-top: 30px;
  text-shadow: 0 1px #555;
}
.pricing-table .most-popular h3 .desc {
  color: #FFF;
}
.pricing-table .plan-ribbon-wrapper {
  height: 88px;
  overflow: hidden;
  position: absolute;
  right: -3px;
  top: -5px;
  width: 85px;
}
.pricing-table .plan-ribbon {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  background-image: -webkit-linear-gradient(top, #bfdc7a, #8ebf45);
  background-image: linear-gradient(to bottom, #bfdc7a, #8ebf45);
  background-color: #bfdc7a;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  color: #333;
  font-size: 14px;
  left: -5px;
  padding: 7px 0;
  position: relative;
  text-align: center;
  text-shadow: rgba(255, 255, 255, 0.5) 0 1px 0;
  top: 15px;
  width: 120px;
}
.pricing-table .plan-ribbon:before {
  left: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  bottom: -3px;
  content: "";
  position: absolute;
}
.pricing-table .plan-ribbon:after {
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  bottom: -3px;
  content: "";
  position: absolute;
  right: 0;
}
.pricing-table [class*="col-md-"] {
  padding-left: 0;
  padding-right: 0;
}
.pricing-table .plan {
  background: #FFF;
  border: 1px solid #ddd;
  border-radius: 5px;
  color: #333;
  margin-bottom: 35px;
  margin-right: 0;
  padding: 20px;
  position: relative;
  text-shadow: 0 1px rgba(255, 255, 255, 0.8);
}
.pricing-table .btn {
  margin-top: 5px;
}
.pricing-table.pricing-table-sm h3 .desc {
  font-size: 0.7em;
}
.pricing-table.pricing-table-sm h3 span {
  border: 3px solid #FFF;
  box-shadow: 0 5px 20px #ddd inset, 0 3px 0 #999 inset;
  font: bold 19px/65px Georgia, serif;
  height: 70px;
  margin: 10px auto -65px;
  width: 70px;
}
.pricing-table.pricing-table-sm .most-popular {
  padding-bottom: 30px;
}
.pricing-table.princig-table-flat .plan {
  padding-left: 0;
  padding-right: 0;
  margin: -1px;
}
.pricing-table.princig-table-flat .plan h3 {
  padding-left: 0;
  padding-right: 0;
  margin: -20px 0 0;
  background-color: #83bfd6;
  color: #FFF;
  padding-top: 30px;
  text-shadow: 0 1px #555;
  text-transform: uppercase;
  letter-spacing: normal;
}
.pricing-table.princig-table-flat .plan h3 .desc {
  color: #FFF;
  padding: 10px;
  letter-spacing: normal;
}
.pricing-table.princig-table-flat .plan h3 span {
  border-radius: 0;
  border: 0;
  background: #83bfd6;
  color: #FFF;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 600;
  box-shadow: none;
  width: 100%;
  font-size: 1.5em;
  height: auto;
  line-height: 38px;
  margin: 0;
}
.pricing-table.princig-table-flat .plan ul {
  margin-top: 0;
  margin-bottom: -15px;
}
.pricing-table.princig-table-flat .plan ul li {
  padding: 8px 0;
}
.pricing-table.princig-table-flat .plan.most-popular ul li {
  padding: 10px 0;
}
.pricing-table.spaced [class*="col-md-"] {
  padding-left: 2px;
  padding-right: 2px;
}
.pricing-table.no-borders .plan {
  border: 0 !important;
}

.boxed .pricing-table .plan,
.boxed .pricing-table h3 {
  border-radius: 0;
}

@media (max-width: 767px) {
  
  .pricing-table {
    margin-left: 0;
  }
  .pricing-table .plan {
    margin-right: 0;
  }
  .boxed .pricing-table {
    margin-left: 0;
  }
}

.tip-dark .mega-caption {
  display: inline !important;
  padding: 0 5px;
  background: #2E353E;
  color: #ffffff !important;
  text-shadow: none;
  border-radius: 3px;
  margin-left: 14px;
  position: relative;
  text-transform: uppercase;
  font-size: 10px !important;
  font-weight: bold !important;
}
.tip-dark .mega-caption:before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #2E353E;
  border-width: 5px;
  margin-top: -5px;
}
.tip-pink .mega-caption {
  display: inline !important;
  padding: 0 5px;
  background: #eb2771;
  color: #ffffff !important;
  text-shadow: none;
  border-radius: 3px;
  margin-left: 14px;
  position: relative;
  text-transform: uppercase;
  font-size: 10px !important;
  font-weight: bold !important;
}
.tip-pink .mega-caption:before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #eb2771;
  border-width: 5px;
  margin-top: -5px;
}
.sppb-panel-title {
  font-weight: 400;
  letter-spacing: normal;
  line-height: 27px;
  font-size: 16px;
  color: #83bfd6;
}
.icon-featured {
  background-color: #0088cc;
}
.featured-box-primary .icon-featured {
  background-color: #0088cc;
}
.featured-box-primary .icon-featured:after {
  border-color: #0088cc;
}
.featured-box-primary h4 {
  color: #0088cc;
}
.featured-box-primary .box-content {
  border-top-color: #0088cc;
}
.featured-box-primary .icon-featured {
  background-color: #0088cc;
}
.featured-box-primary h4 {
  color: #0088cc;
}
.featured-box-primary .box-content {
  border-top-color: #0088cc;
}
.featured-box-secondary .icon-featured {
  background-color: #e36159;
}
.featured-box-secondary h4 {
  color: #e36159;
}
.featured-box-secondary .box-content {
  border-top-color: #e36159;
}
.featured-box-tertiary .icon-featured {
  background-color: #2baab1;
}
.featured-box-tertiary h4 {
  color: #2baab1;
}
.featured-box-tertiary .box-content {
  border-top-color: #2baab1;
}
.featured-box-quaternary .icon-featured {
  background-color: #383f48;
}
.featured-box-quaternary h4 {
  color: #383f48;
}
.featured-box-quaternary .box-content {
  border-top-color: #383f48;
}
.featured-box-dark .icon-featured {
  background-color: #2e353e;
}
.featured-box-dark h4 {
  color: #2e353e;
}
.featured-box-dark .box-content {
  border-top-color: #2e353e;
}
.featured-box-light .icon-featured {
  background-color: #ffffff;
}
.featured-box-light h4 {
  color: #ffffff;
}
.featured-box-light .box-content {
  border-top-color: #ffffff;
}
.featured-boxes-style-3 .featured-box.featured-box-primary .icon-featured {
  border-color: #0088cc;
  color: #0088cc;
}
.featured-boxes-style-3 .featured-box.featured-box-secondary .icon-featured {
  border-color: #e36159;
  color: #e36159;
}
.featured-boxes-style-3 .featured-box.featured-box-tertiary .icon-featured {
  border-color: #2baab1;
  color: #2baab1;
}
.featured-boxes-style-3 .featured-box.featured-box-quaternary .icon-featured {
  border-color: #383f48;
  color: #383f48;
}
.featured-boxes-style-3 .featured-box.featured-box-dark .icon-featured {
  border-color: #2e353e;
  color: #2e353e;
}
.featured-boxes-style-3 .featured-box.featured-box-light .icon-featured {
  border-color: #ffffff;
  color: #ffffff;
}
.featured-boxes-style-4 .featured-box.featured-box-primary .icon-featured {
  border-color: #0088cc;
  color: #0088cc;
}
.featured-boxes-style-4 .featured-box.featured-box-secondary .icon-featured {
  border-color: #e36159;
  color: #e36159;
}
.featured-boxes-style-4 .featured-box.featured-box-tertiary .icon-featured {
  border-color: #2baab1;
  color: #2baab1;
}
.featured-boxes-style-4 .featured-box.featured-box-quaternary .icon-featured {
  border-color: #383f48;
  color: #383f48;
}
.featured-boxes-style-4 .featured-box.featured-box-dark .icon-featured {
  border-color: #2e353e;
  color: #2e353e;
}
.featured-boxes-style-4 .featured-box.featured-box-light .icon-featured {
  border-color: #ffffff;
  color: #ffffff;
}
.featured-boxes-style-5 .featured-box.featured-box-primary .icon-featured {
  color: #0088cc;
}
.featured-boxes-style-5 .featured-box.featured-box-secondary .icon-featured {
  color: #e36159;
}
.featured-boxes-style-5 .featured-box.featured-box-tertiary .icon-featured {
  color: #2baab1;
}
.featured-boxes-style-5 .featured-box.featured-box-quaternary .icon-featured {
  color: #383f48;
}
.featured-boxes-style-5 .featured-box.featured-box-dark .icon-featured {
  color: #2e353e;
}
.featured-boxes-style-5 .featured-box.featured-box-light .icon-featured {
  color: #ffffff;
}
.featured-boxes-style-6 .featured-box.featured-box-primary .icon-featured {
  color: #83bfd6;
}
.featured-boxes-style-6 .featured-box.featured-box-secondary .icon-featured {
  color: #e36159;
}
.featured-boxes-style-6 .featured-box.featured-box-tertiary .icon-featured {
  color: #2baab1;
}
.featured-boxes-style-6 .featured-box.featured-box-quaternary .icon-featured {
  color: #383f48;
}
.featured-boxes-style-6 .featured-box.featured-box-dark .icon-featured {
  color: #2e353e;
}
.featured-boxes-style-6 .featured-box.featured-box-light .icon-featured {
  color: #ffffff;
}
.featured-boxes-style-8 .featured-box.featured-box-primary .icon-featured {
  color: #0088cc;
}
.featured-boxes-style-8 .featured-box.featured-box-secondary .icon-featured {
  color: #e36159;
}
.featured-boxes-style-8 .featured-box.featured-box-tertiary .icon-featured {
  color: #2baab1;
}
.featured-boxes-style-8 .featured-box.featured-box-quaternary .icon-featured {
  color: #383f48;
}
.featured-boxes-style-8 .featured-box.featured-box-dark .icon-featured {
  color: #2e353e;
}
.featured-boxes-style-8 .featured-box.featured-box-light .icon-featured {
  color: #ffffff;
}
.featured-box-effect-2.featured-box-primary .icon-featured:after {
  box-shadow: 0 0 0 3px #0088cc;
}
.featured-box-effect-2.featured-box-secondary .icon-featured:after {
  box-shadow: 0 0 0 3px #e36159;
}
.featured-box-effect-2.featured-box-tertiary .icon-featured:after {
  box-shadow: 0 0 0 3px #2baab1;
}
.featured-box-effect-2.featured-box-quaternary .icon-featured:after {
  box-shadow: 0 0 0 3px #383f48;
}
.featured-box-effect-2.featured-box-dark .icon-featured:after {
  box-shadow: 0 0 0 3px #2e353e;
}
.featured-box-effect-2.featured-box-light .icon-featured:after {
  box-shadow: 0 0 0 3px #ffffff;
}
.featured-box-effect-3.featured-box-primary .icon-featured:after {
  box-shadow: 0 0 0 10px #0088cc;
}
.featured-box-effect-3.featured-box-primary:hover .icon-featured {
  background: #0088cc !important;
}
.featured-box-effect-3.featured-box-secondary .icon-featured:after {
  box-shadow: 0 0 0 10px #e36159;
}
.featured-box-effect-3.featured-box-secondary:hover .icon-featured {
  background: #e36159 !important;
}
.featured-box-effect-3.featured-box-tertiary .icon-featured:after {
  box-shadow: 0 0 0 10px #2baab1;
}
.featured-box-effect-3.featured-box-tertiary:hover .icon-featured {
  background: #2baab1 !important;
}
.featured-box-effect-3.featured-box-quaternary .icon-featured:after {
  box-shadow: 0 0 0 10px #383f48;
}
html .featured-box-effect-3.featured-box-quaternary:hover .icon-featured {
  background: #383f48 !important;
}
html .featured-box-effect-3.featured-box-dark .icon-featured:after {
  box-shadow: 0 0 0 10px #2e353e;
}
html .featured-box-effect-3.featured-box-dark:hover .icon-featured {
  background: #2e353e !important;
}
html .featured-box-effect-3.featured-box-light .icon-featured:after {
  box-shadow: 0 0 0 10px #ffffff;
}
html .featured-box-effect-3.featured-box-light:hover .icon-featured {
  background: #ffffff !important;
}
.feature-box .feature-box-icon {
  background-color: #0088cc;
}
html .feature-box-primary .feature-box-icon {
  background-color: #0088cc;
}
html .feature-box-secondary .feature-box-icon {
  background-color: #e36159;
}
html .feature-box-tertiary .feature-box-icon {
  background-color: #2baab1;
}
html .feature-box-quaternary .feature-box-icon {
  background-color: #383f48;
}
html .feature-box-dark .feature-box-icon {
  background-color: #2e353e;
}
html .feature-box-light .feature-box-icon {
  background-color: #ffffff;
}
.feature-box.feature-box-style-2 .feature-box-icon i.fa,
.feature-box.feature-box-style-2 .feature-box-icon .icons {
  color: #0088cc;
}
html .feature-box-primary.feature-box-style-2 .feature-box-icon i.fa,
html .feature-box-primary.feature-box-style-2 .feature-box-icon .icons {
  color: #0088cc;
}
html .feature-box-secondary.feature-box-style-2 .feature-box-icon i.fa,
html .feature-box-secondary.feature-box-style-2 .feature-box-icon .icons {
  color: #e36159;
}
html .feature-box-tertiary.feature-box-style-2 .feature-box-icon i.fa,
html .feature-box-tertiary.feature-box-style-2 .feature-box-icon .icons {
  color: #2baab1;
}
html .feature-box-quaternary.feature-box-style-2 .feature-box-icon i.fa,
html .feature-box-quaternary.feature-box-style-2 .feature-box-icon .icons {
  color: #383f48;
}
html .feature-box-dark.feature-box-style-2 .feature-box-icon i.fa,
html .feature-box-dark.feature-box-style-2 .feature-box-icon .icons {
  color: #2e353e;
}
html .feature-box-light.feature-box-style-2 .feature-box-icon i.fa,
html .feature-box-light.feature-box-style-2 .feature-box-icon .icons {
  color: #ffffff;
}
.feature-box.feature-box-style-3 .feature-box-icon {
  border-color: #0088cc;
}
.feature-box.feature-box-style-3 .feature-box-icon i.fa,
.feature-box.feature-box-style-3 .feature-box-icon .icons {
  color: #0088cc;
}
html .feature-box-primary.feature-box-style-3 .feature-box-icon {
  border-color: #0088cc;
}
html .feature-box-primary.feature-box-style-3 .feature-box-icon i.fa,
html .feature-box-primary.feature-box-style-3 .feature-box-icon .icons {
  color: #0088cc;
}
html .feature-box-secondary.feature-box-style-3 .feature-box-icon {
  border-color: #e36159;
}
html .feature-box-secondary.feature-box-style-3 .feature-box-icon i.fa,
html .feature-box-secondary.feature-box-style-3 .feature-box-icon .icons {
  color: #e36159;
}
html .feature-box-tertiary.feature-box-style-3 .feature-box-icon {
  border-color: #2baab1;
}
html .feature-box-tertiary.feature-box-style-3 .feature-box-icon i.fa,
html .feature-box-tertiary.feature-box-style-3 .feature-box-icon .icons {
  color: #2baab1;
}
html .feature-box-quaternary.feature-box-style-3 .feature-box-icon {
  border-color: #383f48;
}
html .feature-box-quaternary.feature-box-style-3 .feature-box-icon i.fa,
html .feature-box-quaternary.feature-box-style-3 .feature-box-icon .icons {
  color: #383f48;
}
html .feature-box-dark.feature-box-style-3 .feature-box-icon {
  border-color: #2e353e;
}
html .feature-box-dark.feature-box-style-3 .feature-box-icon i.fa,
html .feature-box-dark.feature-box-style-3 .feature-box-icon .icons {
  color: #2e353e;
}
html .feature-box-light.feature-box-style-3 .feature-box-icon {
  border-color: #ffffff;
}
html .feature-box-light.feature-box-style-3 .feature-box-icon i.fa,
html .feature-box-light.feature-box-style-3 .feature-box-icon .icons {
  color: #ffffff;
}
.feature-box.feature-box-style-4 .feature-box-icon i.fa,
.feature-box.feature-box-style-4 .feature-box-icon .icons {
  color: #0088cc;
}
html .feature-box-primary.feature-box-style-4 .feature-box-icon i.fa,
html .feature-box-primary.feature-box-style-4 .feature-box-icon .icons {
  color: #0088cc;
}
html .feature-box-secondary.feature-box-style-4 .feature-box-icon i.fa,
html .feature-box-secondary.feature-box-style-4 .feature-box-icon .icons {
  color: #e36159;
}
html .feature-box-tertiary.feature-box-style-4 .feature-box-icon i.fa,
html .feature-box-tertiary.feature-box-style-4 .feature-box-icon .icons {
  color: #2baab1;
}
html .feature-box-quaternary.feature-box-style-4 .feature-box-icon i.fa,
html .feature-box-quaternary.feature-box-style-4 .feature-box-icon .icons {
  color: #383f48;
}
html .feature-box-dark.feature-box-style-4 .feature-box-icon i.fa,
html .feature-box-dark.feature-box-style-4 .feature-box-icon .icons {
  color: #2e353e;
}
html .feature-box-light.feature-box-style-4 .feature-box-icon i.fa,
html .feature-box-light.feature-box-style-4 .feature-box-icon .icons {
  color: #ffffff;
}
.feature-box.feature-box-style-5 .feature-box-icon i.fa,
.feature-box.feature-box-style-5 .feature-box-icon i.icons {
  color: #0088cc;
}
html .feature-box-primary.feature-box-style-5 .feature-box-icon i.fa,
html .feature-box-primary.feature-box-style-5 .feature-box-icon i.icons {
  color: #0088cc;
}
html .feature-box-secondary.feature-box-style-5 .feature-box-icon i.fa,
html .feature-box-secondary.feature-box-style-5 .feature-box-icon i.icons {
  color: #e36159;
}
html .feature-box-tertiary.feature-box-style-5 .feature-box-icon i.fa,
html .feature-box-tertiary.feature-box-style-5 .feature-box-icon i.icons {
  color: #2baab1;
}
html .feature-box-quaternary.feature-box-style-5 .feature-box-icon i.fa,
html .feature-box-quaternary.feature-box-style-5 .feature-box-icon i.icons {
  color: #383f48;
}
html .feature-box-dark.feature-box-style-5 .feature-box-icon i.fa,
html .feature-box-dark.feature-box-style-5 .feature-box-icon i.icons {
  color: #2e353e;
}
html .feature-box-light.feature-box-style-5 .feature-box-icon i.fa,
html .feature-box-light.feature-box-style-5 .feature-box-icon i.icons {
  color: #ffffff;
}
html .feature-box-primary.feature-box-style-6 .feature-box-icon i.fa,
html .feature-box-primary.feature-box-style-6 .feature-box-icon i.icons {
  color: #0088cc;
}
html .feature-box-secondary.feature-box-style-6 .feature-box-icon i.fa,
html .feature-box-secondary.feature-box-style-6 .feature-box-icon i.icons {
  color: #e36159;
}
html .feature-box-tertiary.feature-box-style-6 .feature-box-icon i.fa,
html .feature-box-tertiary.feature-box-style-6 .feature-box-icon i.icons {
  color: #2baab1;
}
html .feature-box-quaternary.feature-box-style-6 .feature-box-icon i.fa,
html .feature-box-quaternary.feature-box-style-6 .feature-box-icon i.icons {
  color: #383f48;
}
html .feature-box-dark.feature-box-style-6 .feature-box-icon i.fa,
html .feature-box-dark.feature-box-style-6 .feature-box-icon i.icons {
  color: #2e353e;
}
html .feature-box-light.feature-box-style-6 .feature-box-icon i.fa,
html .feature-box-light.feature-box-style-6 .feature-box-icon i.icons {
  color: #ffffff;
}
html .featured-boxes-full-scale > [class*="col-"]:nth-child(1) .featured-box-full-primary {
  background-color: #5dabc9;
}
html .featured-boxes-full-scale > [class*="col-"]:nth-child(2) .featured-box-full-primary {
  background-color: #70b5d0;
}
html .featured-boxes-full-scale > [class*="col-"]:nth-child(3) .featured-box-full-primary {
  background-color: #83bfd6;
}
html .featured-boxes-full-scale > [class*="col-"]:nth-child(4) .featured-box-full-primary {
  background-color: #0099e6;
}
html .featured-boxes-full-scale > [class*="col-"]:nth-child(5) .featured-box-full-primary {
  background-color: #00aaff;
}
html .featured-boxes-full-scale > [class*="col-"]:nth-child(6) .featured-box-full-primary {
  background-color: #1ab2ff;
}
html .featured-boxes-full .featured-box-full-primary {
  background-color: #0088cc;
  color: #ffffff;
}
html .featured-boxes-full .featured-box-full-secondary {
  background-color: #e36159;
  color: #ffffff;
}
.featured-boxes-full .featured-box-full-tertiary {
  background-color: #2baab1;
  color: #ffffff;
}
.featured-boxes-full .featured-box-full-quaternary {
  background-color: #383f48;
  color: #ffffff;
}
.featured-boxes-full .featured-box-full-dark {
  background-color: #2e353e;
  color: #ffffff;
}
.featured-boxes-full .featured-box-full-light {
  background-color: #ffffff;
  color: #777777;
}

.owl-carousel {
  margin-bottom: 20px;
}
.owl-carousel .owl-item img {
  transform-style: unset;
}
.owl-carousel .thumbnail {
  margin-right: 1px;
}
.owl-carousel .item-video {
  height: 300px;
}
.owl-carousel .owl-nav {
  top: 50%;
  position: absolute;
  margin-top: -20px;
  width: 100%;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  display: inline-block;
  position: absolute;
  width: 30px;
  height: 30px;
}
.owl-carousel .owl-nav .owl-prev {
  left: -5px;
}
.owl-carousel .owl-nav .owl-prev:before {
  font-family: FontAwesome;
  content: "\f053";
  position: relative;
  left: -1px;
  top: 1px;
}
.owl-carousel .owl-nav [class*="owl-"] {
  background: #83bfd6;
}
.owl-carousel .owl-nav [class*="owl-"]:hover {
  background: #83bfd6;
}
.owl-carousel .owl-nav .owl-next {
  right: -5px;
}
.owl-carousel .owl-nav .owl-next:before {
  font-family: FontAwesome;
  content: "\f054";
  position: relative;
  left: 2px;
  top: 1px;
}
.owl-carousel.stage-margin .owl-stage-outer {
  margin-left: 40px !important;
  margin-right: 40px !important;
}
.owl-carousel.stage-margin .owl-stage-outer .owl-stage {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.owl-carousel.show-nav-hover .owl-nav {
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.owl-carousel.show-nav-hover .owl-nav .owl-prev {
  left: -20px;
}
.owl-carousel.show-nav-hover .owl-nav .owl-next {
  right: -20px;
}
.owl-carousel.show-nav-hover:hover .owl-nav {
  opacity: 1;
}
.owl-carousel.show-nav-title .owl-nav {
  top: 0;
  right: 0;
  margin-top: -45px;
  width: auto;
}
.owl-carousel.show-nav-title .owl-nav [class*="owl-"],
.owl-carousel.show-nav-title .owl-nav [class*="owl-"]:hover,
.owl-carousel.show-nav-title .owl-nav [class*="owl-"]:active {
  background: transparent !important;
  width: 18px;
  font-size: 18px;
}
.owl-carousel.show-nav-title .owl-nav .owl-prev {
  left: -45px;
}
.owl-carousel.rounded-nav .owl-nav [class*="owl-"],
.owl-carousel.rounded-nav .owl-nav [class*="owl-"]:hover {
  padding: 3px 7px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #999 !important;
  color: #999;
}
.owl-carousel.nav-bottom .owl-nav {
  position: static;
  margin: 0;
  padding: 0;
  width: auto;
}
.owl-carousel.nav-bottom .owl-nav .owl-prev,
.owl-carousel.nav-bottom .owl-nav .owl-next {
  position: static;
}
.owl-carousel.nav-inside .owl-nav,
.owl-carousel.nav-inside .owl-dots {
  bottom: 2px;
  margin-top: 10px;
  position: absolute;
  right: 6px;
}
.owl-carousel.full-width .owl-nav,
.owl-carousel.big-nav .owl-nav {
  margin-top: -30px;
}
.owl-carousel.full-width .owl-nav [class*="owl-"],
.owl-carousel.full-width .owl-nav [class*="owl-"]:hover,
.owl-carousel.big-nav .owl-nav [class*="owl-"],
.owl-carousel.big-nav .owl-nav [class*="owl-"]:hover {
  height: auto;
  padding: 20px 0;
}
.owl-carousel.full-width .owl-nav .owl-prev,
.owl-carousel.big-nav .owl-nav .owl-prev {
  border-radius: 0 4px 4px 0;
}
.owl-carousel.full-width .owl-nav .owl-next,
.owl-carousel.big-nav .owl-nav .owl-next {
  border-radius: 4px 0 0 4px;
}
.owl-carousel.top-border {
  border-top: 1px solid #DBDBDB;
  padding-top: 18px;
}
.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span {
  background-color: #83bfd6;
}

.carousel-areas {
  background: transparent url(https://hydroarm.by/templates/porto/images/joomlabuff/patterns/stripes.png) repeat 0 0;
  margin-bottom: -10px;
  padding: 10px 10px 0 10px;
  border-radius: 6px 6px 0 0;
}
.carousel-areas .owl-carousel {
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}
.carousel-areas .owl-carousel .owl-nav .owl-prev {
  left: -55px;
}
.carousel-areas .owl-carousel .owl-nav .owl-next {
  right: -55px;
}
.carousel-areas .owl-carousel:first-child img {
  border-radius: 6px 6px 0 0;
}
.section-parallax {
  min-height: 560px;
}
.section-center {
  text-align: center;
}
.section-text-light h1,
.section-text-light h2,
.section-text-light h3,
.section-text-light h4,
.section-text-light h5,
.section-text-light h6 {
  color: #fff;
}
.section-text-light p {
  color: #e6e6e6;
}
section.section.section-text-light p {
  color: #e6e6e6;
}
.jb-digital-form input {
  border-radius: 0px;
  width: 100%;
  font-size: 18px;
  height: 46px !important;
  line-height: 1.33333;
  padding: 10px 16px;
}
.jb-digital-form textarea {
  font-size: 18px;
  border-radius: 0px;
}
.jb-contact-form .jb-inputbox {
  width: 100%;
  font-size: 16px;
  height: 46px !important;
  line-height: 1.33333;
  padding: 10px 16px;
}
.jb-contact-form textarea {
  font-size: 16px;
  height: 162px;
  width: 100%;
}
.jb-contact-form .controls {
  margin-bottom: 10px;
}
.page-46 {
  z-index: 1000;
}
.medical-schedules {
  margin: -96px 0 0 0;
  z-index: 21000;
}
.medical-schedules h4 {
  line-height: 23px;
  padding-top: 4px;
}
.medical-schedules h4,
.medical-schedules h5,
.medical-schedules a,
.medical-schedules i {
  color: #fff !important;
}
.medical-schedules h5 {
  position: relative;
  display: inline-block;
}
.medical-schedules .box-one,
.medical-schedules .box-two,
.medical-schedules .box-three,
.medical-schedules .box-four {
  height: 94px;
  position: relative;
  -webkit-animation-duration: 0.6s;
  -moz-animation-duration: 0.6s;
  -ms-animation-duration: 0.6s;
  -o-animation-duration: 0.6s;
  animation-duration: 0.6s;
}
.medical-schedules .box-one {
  z-index: 4;
}
.medical-schedules .box-two {
  z-index: 3;
}
.medical-schedules .box-three {
  z-index: 2;
}
.medical-schedules .box-four {
  z-index: 1;
}
.medical-schedules .box-one::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: -40px;
  width: 0;
  height: 0;
  border-top: 47px solid transparent;
  border-bottom: 47px solid transparent;
  border-left: 40px solid #83bfd6;
  z-index: 5;
}
.medical-schedules .box-two,
.medical-schedules .box-three {
  padding: 38px 38px 38px 70px;
}
.medical-schedules .box-two a,
.medical-schedules .box-three a {
  text-decoration: none;
}
.medical-schedules .box-two:hover .expanded-info,
.medical-schedules .box-three:hover .expanded-info {
  opacity: 1;
  z-index: 1;
}
.medical-schedules .box-two:hover .expanded-info .info,
.medical-schedules .box-three:hover .expanded-info .info {
  opacity: 1;
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
}
.medical-schedules .box-two:hover i,
.medical-schedules .box-three:hover i {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.medical-schedules .box-two .expanded-info,
.medical-schedules .box-three .expanded-info {
  opacity: 0;
  position: absolute;
  left: 0;
  bottom: 99%;
  width: 100%;
  box-shadow: 0 -12px 30px rgba(0, 0, 0, 0.2);
  z-index: -1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #ffffff;
}
.medical-schedules .box-two .expanded-info .info,
.medical-schedules .box-three .expanded-info .info {
  opacity: 0;
  -webkit-transform: translateY(-40%);
  -moz-transform: translateY(-40%);
  -ms-transform: translateY(-40%);
  -o-transform: translateY(-40%);
  transform: translateY(-40%);
}
.medical-schedules .box-two .expanded-info .info:nth-child(1),
.medical-schedules .box-three .expanded-info .info:nth-child(1) {
  -webkit-transition: all 0.3s ease 0.4s;
  -moz-transition: all 0.3s ease 0.4s;
  transition: all 0.3s ease 0.4s;
}
.medical-schedules .box-two .expanded-info .info:nth-child(2),
.medical-schedules .box-three .expanded-info .info:nth-child(2) {
  -webkit-transition: all 0.3s ease 0.5s;
  -moz-transition: all 0.3s ease 0.5s;
  transition: all 0.3s ease 0.5s;
}
.medical-schedules .box-two .expanded-info .info:nth-child(3),
.medical-schedules .box-three .expanded-info .info:nth-child(3) {
  -webkit-transition: all 0.3s ease 0.6s;
  -moz-transition: all 0.3s ease 0.6s;
  transition: all 0.3s ease 0.6s;
}
.medical-schedules .box-two i,
.medical-schedules .box-three i {
  position: absolute;
  top: 50%;
  right: -30px;
  font-size: 1.44em;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.medical-schedules .box-two:hover i {
  -webkit-transform: translateY(-50%) translateX(50%);
  -moz-transform: translateY(-50%) translateX(50%);
  -ms-transform: translateY(-50%) translateX(50%);
  -o-transform: translateY(-50%) translateX(50%);
  transform: translateY(-50%) translateX(50%);
}
.medical-schedules .box-two i {
  -webkit-transform: translateY(-50%) translateX(0%);
  -moz-transform: translateY(-50%) translateX(0%);
  -ms-transform: translateY(-50%) translateX(0%);
  -o-transform: translateY(-50%) translateX(0%);
  transform: translateY(-50%) translateX(0%);
}
.medical-schedules .box-three:hover i {
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -moz-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  -o-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}
.medical-schedules .box-three i {
  -webkit-transform: translateY(-50%) rotate(0deg);
  -moz-transform: translateY(-50%) rotate(0deg);
  -ms-transform: translateY(-50%) rotate(0deg);
  -o-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(0deg);
}
.medical-schedules .box-four label {
  display: block;
  margin: -3px 0 0;
  opacity: 0.5;
}
.medical-schedules .box-four strong {
  font-size: 1.6em;
}
.medical-schedules .box-four .feature-box {
  padding: 23.7px;
}
.medical-schedules .box-four .feature-box-icon {
  margin-top: 5px;
}
.background-color-primary {
  background-color: #83bfd6 !important;
}
.background-color-secondary {
  background-color: #2d529f !important;
}
.background-color-tertiary {
  background-color: #3aabdd !important;
}
.background-color-quaternary {
  background-color: #ffffff !important;
}
.background-color-dark {
  background-color: #2e353e !important;
}
.background-color-light {
  background-color: #ffffff !important;
}
.box-shadow-custom {
  box-shadow: 10px 10px 74px -15px rgba(0, 0, 0, 0.33);
}
.team .thumb-info:hover .thumb-info-caption {
  background: #008fe2;
}
.team .thumb-info:hover .thumb-info-caption span,
.team .thumb-info:hover .thumb-info-caption i {
  color: #fff !important;
}
.team .thumb-info .thumb-info-caption {
  position: relative;
  padding: 10px 0;
  display: block;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.team .thumb-info .thumb-info-caption .custom-thumb-info-title span {
  display: block;
}
.team .thumb-info .thumb-info-caption .custom-thumb-info-title span:nth-child(1) {
  color: #8e8e8e;
}
.team .thumb-info .thumb-info-caption .custom-thumb-info-title span:nth-child(2) {
  color: #28292d;
}
.team .thumb-info .thumb-info-caption .custom-thumb-info-title i {
  position: absolute;
  top: 50%;
  right: 20px;
  font-size: 1.9em !important;
  color: #28292d;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.team .owl-carousel.nav-bottom .owl-nav {
  position: absolute;
  top: -60px;
  right: 10px;
}
.team .owl-carousel.nav-bottom .owl-nav .owl-prev,
.team .owl-carousel.nav-bottom .owl-nav .owl-next {
  border: none !important;
  font-size: 2em;
  padding: 0;
  width: initial;
  height: initial;
}
.team .owl-carousel.nav-bottom .owl-nav .owl-prev:active,
.team .owl-carousel.nav-bottom .owl-nav .owl-next:active {
  background-color: initial;
  border-color: transparent;
}
.team .owl-carousel.nav-bottom .owl-nav .owl-prev {
  color: #0092e3;
}
.team .owl-carousel.nav-bottom .owl-nav .owl-prev::before {
  font-family: simple-line-icons;
  content: "\e07a";
}
.team .owl-carousel.nav-bottom .owl-nav .owl-next {
  color: #2d529f;
}
.team .owl-carousel.nav-bottom .owl-nav .owl-next::before {
  font-family: simple-line-icons;
  content: "\e079";
}
.thumb-info-side-image-custom {
  border: 0 none;
  color: #777;
  margin: 0 0 35px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.thumb-info-side-image-custom .thumb-info-side-image-wrapper {
  padding: 0;
  margin-right: 30px;
}
.thumb-info-side-image-custom .thumb-info-caption {
  text-align: left;
}
.thumb-info-side-image-custom .thumb-info-caption h4 {
  margin: 30px 0 0;
  padding: 0;
}
.thumb-info-side-image-custom .thumb-info-caption p {
  margin: 0;
  padding: 0;
  font-size: 15px;
  line-height: 24px;
}
.thumb-info-side-image-custom:hover {
  box-shadow: 10px 10px 74px -15px rgba(0, 0, 0, 0.33) !important;
}
.thumb-info-side-image-custom.thumb-info-side-image-custom-highlight .thumb-info-side-image-wrapper {
  margin: 0 0 10px 0;
  padding: 0;
}
.thumb-info-side-image-custom.thumb-info-side-image-custom-highlight .thumb-info-caption {
  padding: 0 10px;
  display: block;
  clear: both;
}
.thumb-info-side-image-custom.thumb-info-side-image-custom-highlight .thumb-info-caption h4 {
  margin: 3px 0 0;
  padding: 0;
}
.thumb-info-side-image-custom.thumb-info-side-image-custom-highlight .thumb-info-caption p {
  margin: 0;
  padding: 0;
}
.testimonial .testimonial-quote::before {
  border: 1px solid #fff;
  border-radius: 100%;
  content: "";
  display: block;
  left: 50%;
  padding: 25px;
  position: absolute;
  top: 25%;
  transform: translateX(-50%) translateY(-50%);
}
.testimonial .testimonial-quote {
  color: #fff;
  display: inline-block;
  font-family: Georgia,serif;
  font-size: 50px;
  line-height: 1;
  position: relative;
}
.law-home-form .full-width {
  width: 100%;
  margin-bottom: 20px;
  height: auto;
  border-radius: 0px;
}
.law-home-form textarea {
  height: auto;
}
.law-testimonials {
  padding: 0px 54px;
}
.law-testimonials blockquote p {
  color: #ffffff !important;
}
.law-testimonials .testimonial-author {
  margin-left: 33px !important;
}
.law-testimonials .testimonial-author span {
  color: #ffffff;
}
.box-shadow-custom {
  box-shadow: 10px 10px 74px -15px rgba(0, 0, 0, 0.33);
}
.micro-map {
  margin: 20px 20px 0 20px;
}
.micro-map .micro-map-map {
  float: left;
  width: 50%;
}
.micro-map .micro-map-info {
  float: left;
  width: 50%;
  height: 280px;
}
.micro-map .micro-map-info-detail {
  height: 60%;
  clear: both;
  border-bottom: 1px solid #E1E5EE;
  padding: 18px;
}
.micro-map .micro-map-info-detail:last-child {
  border-bottom: 0;
  height: 40%;
}
.micro-map .micro-map-info-detail .icons {
  font-size: 18px;
  display: block;
}
.micro-map .micro-map-info-detail label {
  display: block;
  font-size: 14px;
  font-weight: normal;
  margin: 0;
  opacity: 0.5;
  padding: 0;
}
.micro-map .micro-map-info-detail strong {
  display: block;
  font-size: 15px;
  font-weight: normal;
  line-height: 18px;
  margin: 0;
  padding: 0;
  color: #333;
}
.jb-portohotel-filter {
  text-align: center;
}
.jb-portohotel-filter .nav {
  float: none;
  display: inline-block;
}
.jb-portohotel-filter .nav li a {
  border-radius: 0px;
  text-transform: uppercase;
}
.jb-portohotel-items .jb-portohotel-item {
  list-style: none;
}
.jb-portohotel-items .jb-portohotel-item .portfolio-item {
  margin-bottom: 30px;
}
.jb-portohotel-items .jb-portohotel-item .portfolio-item h5 {
  margin-top: 20px;
}
.room-suite-info::after {
  clear: both;
  content: "";
  display: table;
}
.room-suite-info ul {
  margin: 10px 0 30px;
  padding: 0;
  list-style: none;
}
.room-suite-info ul li {
  border-bottom: 1px solid #e9e9e9;
}
.room-suite-info ul li label {
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  margin: 0;
  opacity: 0.7;
  padding: 0;
  text-align: left;
  text-transform: uppercase;
  width: 50%;
}
.room-suite-info ul li b,
.room-suite-info ul li strong {
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  line-height: 14px;
  margin: 0 -10px 0 -5px;
  padding: 0;
  width: 50%;
  text-align: right;
}
.room-suite-info ul li strong {
  font-size: 14px;
  font-weight: 700;
  padding: 15px 0;
}
.room-suite-info ul li .room-suite-info-detail {
  float: left;
  font-size: 11px;
  margin: 7px 0 0;
  text-transform: uppercase;
}
.room-suite-info ul li .room-suite-info-book {
  float: right;
  font-size: 12px;
  margin: 7px 0 0;
  text-transform: uppercase;
  font-weight: 700;
}
.room-suite-info ul li .room-suite-info-book-now {
  float: right;
  margin: 7px 0 50px;
}
.room-suite-info ul li:last-child {
  border-bottom: 0;
}
.macro-map .macro-map-info {
  width: 100%;
}
.macro-map .macro-map-info-detail {
  border-right: 1px solid #e1e5ee;
  clear: none;
  float: left;
  min-height: 130px;
  padding: 18px;
  width: 50%;
}
.macro-map .macro-map-info-detail:last-child {
  border-right: 0;
}
.macro-map .macro-map-info-detail .icons {
  font-size: 18px;
  display: block;
}
.macro-map .macro-map-info-detail label {
  display: block;
  font-size: 14px;
  font-weight: normal;
  margin: 0;
  opacity: 0.5;
  padding: 0;
}
.macro-map .macro-map-info-detail strong {
  display: block;
  font-size: 15px;
  font-weight: normal;
  line-height: 18px;
  margin: 0;
  padding: 0;
  color: #333;
}

.thumbnail-gallery {
  list-style: none;
  margin: 10px 0;
  padding: 0;
}
.thumbnail-gallery li {
  display: inline-block;
  margin: 10px 10px 0 0;
  padding: 0;
}

ul.history {
  margin: 0 0 25px;
  padding: 0;
  list-style: none;
}
ul.history li {
  margin: 25px 0;
  padding: 0;
  clear: both;
}
ul.history li h4 {
  margin: 0 0 -27px 0;
  padding: 0;
}
ul.history li p {
  margin-left: 53px;
}
ul.history li .thumb {
  background: transparent url(https://hydroarm.by/templates/porto/images/history-thumb.png) no-repeat 0 0;
  width: 227px;
  height: 160px;
  margin: 0 0 30px;
  padding: 0;
  float: left;
}
ul.history li .thumb img {
  border-radius: 150px;
  margin: 7px 8px;
  width: 145px;
  height: 145px;
}
ul.history li .featured-box {
  text-align: left;
  margin-left: 225px;
  margin-bottom: 50px;
  min-height: 115px;
}
ul.history li .featured-box .box-content {
  border-top-color: #83bfd6;
}

@media (max-width: 479px) {
  ul.history li .thumb {
    display: none;
  }
  ul.history li .featured-box {
    margin-left: 0;
  }
}
.sppb-addon-accordion .sppb-panel-faq .sppb-panel-heading {
  background: #f4f4f4;
  border-left: 3px solid #83bfd6;
  border-radius: 5px;
  margin-bottom: 5px;
  border-bottom: none;
}
.sppb-addon-accordion .sppb-panel-faq .sppb-panel-heading .sppb-toggle-direction {
  color: #83bfd6;
}
.toggle-primary .sppb-panel-faq .sppb-panel-heading {
  background: #f4f4f4;
  border-left: 3px solid #83bfd6;
  border-radius: 5px;
  margin-bottom: 5px;
  border-bottom: none;
}
.toggle-primary .sppb-panel-faq .sppb-panel-heading .sppb-panel-title {
  color: #83bfd6;
}
.toggle-primary .sppb-panel-faq .sppb-panel-heading .sppb-toggle-direction {
  color: #83bfd6;
}
.toggle-primary .sppb-panel-faq .sppb-panel-heading.active {
  background: #83bfd6;
}
.toggle-primary .sppb-panel-faq .sppb-panel-heading.active .sppb-panel-title {
  color: #ffffff;
}
.toggle-primary .sppb-panel-faq .sppb-panel-heading.active .sppb-toggle-direction {
  color: #ffffff;
}
.toggle-secondary .sppb-panel-faq .sppb-panel-heading {
  background: #f4f4f4;
  border-left: 3px solid #E36159;
  border-radius: 5px;
  margin-bottom: 5px;
  border-bottom: none;
}
.toggle-secondary .sppb-panel-faq .sppb-panel-heading .sppb-panel-title {
  color: #E36159;
}
.toggle-secondary .sppb-panel-faq .sppb-panel-heading .sppb-toggle-direction {
  color: #E36159;
}
.toggle-secondary .sppb-panel-faq .sppb-panel-heading.active {
  background: #E36159;
}
.toggle-secondary .sppb-panel-faq .sppb-panel-heading.active .sppb-panel-title {
  color: #ffffff;
}
.toggle-secondary .sppb-panel-faq .sppb-panel-heading.active .sppb-toggle-direction {
  color: #ffffff;
}
.toggle-tertiary .sppb-panel-faq .sppb-panel-heading {
  background: #f4f4f4;
  border-left: 3px solid #2BAAB1;
  border-radius: 5px;
  margin-bottom: 5px;
  border-bottom: none;
}
.toggle-tertiary .sppb-panel-faq .sppb-panel-heading .sppb-panel-title {
  color: #2BAAB1;
}
.toggle-tertiary .sppb-panel-faq .sppb-panel-heading .sppb-toggle-direction {
  color: #2BAAB1;
}
.toggle-tertiary .sppb-panel-faq .sppb-panel-heading.active {
  background: #2BAAB1;
}
.toggle-tertiary .sppb-panel-faq .sppb-panel-heading.active .sppb-panel-title {
  color: #ffffff;
}
.toggle-tertiary .sppb-panel-faq .sppb-panel-heading.active .sppb-toggle-direction {
  color: #ffffff;
}
.toggle-quaternary .sppb-panel-faq .sppb-panel-heading {
  background: #f4f4f4;
  border-left: 3px solid #383F48;
  border-radius: 5px;
  margin-bottom: 5px;
  border-bottom: none;
}
.toggle-quaternary .sppb-panel-faq .sppb-panel-heading .sppb-panel-title {
  color: #383F48;
}
.toggle-quaternary .sppb-panel-faq .sppb-panel-heading .sppb-toggle-direction {
  color: #383F48;
}
.toggle-quaternary .sppb-panel-faq .sppb-panel-heading.active {
  background: #383F48;
}
.toggle-quaternary .sppb-panel-faq .sppb-panel-heading.active .sppb-panel-title {
  color: #ffffff;
}
.toggle-quaternary .sppb-panel-faq .sppb-panel-heading.active .sppb-toggle-direction {
  color: #ffffff;
}
.thumb-bride-groom:hover .bride-groom-photo img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.thumb-bride-groom .bride-groom-bg {
  position: relative;
  display: inline-block;
}
.thumb-bride-groom .bride-groom-bg:before {
  content: '';
  display: block;
  background: url(https://hydroarm.by/templates/porto/images/bride-bg.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 58%;
  left: 50%;
  width: 125%;
  height: 100%;
  z-index: -1;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.thumb-bride-groom .bride-groom-bg.groom-background-style:before {
  background: url(https://hydroarm.by/templates/porto/images/groom-bg.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  top: 50%;
}
.thumb-bride-groom .bride-groom-photo {
  position: relative;
  display: inline-block;
  width: 80%;
  border: 10px solid #FFF;
  border-radius: 100%;
  margin: 50px 0;
  overflow: hidden;
  z-index: 1;
}
.thumb-bride-groom .bride-groom-photo img {
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.thumb-bride-groom .social-icons li {
  box-shadow: none;
  border: 2px solid #b7b8bc;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.thumb-bride-groom .social-icons li a {
  color: #b7b8bc !important;
}
.thumb-bride-groom .social-icons li:hover {
  border: 2px solid #ef3447;
}
.thumb-bride-groom .social-icons li:hover a {
  background: none;
  color: #ef3447 !important;
}
.sppb-countdown-timer {
  text-align: center;
  margin-top: 30px;
}
.sppb-countdown-timer .clock {
  display: inline-block;
  position: relative;
  padding: 0 30px;
  font-size: 4em;
  font-weight: 100;
}
.sppb-countdown-timer .clock:before {
  content: '\f004';
  display: block;
  font-family: 'FontAwesome';
  position: absolute;
  top: 60%;
  left: -5px;
  font-size: 0.2em;
  color: #5fc3d2;
  line-height: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sppb-countdown-timer .clock:nth-child(1):before {
  content: none;
}
.sppb-countdown-timer .clock .sppb-countdown-number {
  background: transparent !important;
  font-size: 1em !important;
  font-weight: 100;
}
.sppb-countdown-timer .clock .sppb-countdown-text {
  text-transform: uppercase;
}
.wedding-schedule {
  position: relative;
  height: 500px;
  max-height: 500px;
  max-width: 430px;
  padding: 10px;
  margin: 0 auto;
}
.wedding-schedule:before {
  content: '';
  display: block;
  background: url(https://hydroarm.by/templates/porto/images/the-wedding-bg-colors.png);
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  width: 146%;
  height: 125%;
  top: 50%;
  left: 50%;
  z-index: -3;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.wedding-schedule .wedding-schedule-photo {
  height: 185px;
  overflow: hidden;
  text-align: center;
}
.wedding-schedule .wedding-schedule-photo img {
  position: relative;
  width: auto;
  border-radius: 6% 6% 0 0;
  z-index: -2;
  height: 190px;
}
.wedding-schedule .wedding-schedule-background {
  position: absolute;
  background: url(https://hydroarm.by/templates/porto/images/the-wedding-bg-1.png);
  background-size: 100% 100%;
  width: 98%;
  height: 99%;
  top: 50%;
  left: 50%;
  z-index: -1;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.wedding-schedule .icon-heart-white-border {
  position: absolute;
  top: 34.7%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.wedding-schedule span {
  display: block;
}
.wedding-schedule .btn {
  border-radius: 20px;
}
#historyLoadMoreWrapper li {
  list-style: none;
}
.history-item .thumb-info .thumb-info-wrapper:after {
  background: -webkit-linear-gradient(bottom, rgba(36, 44, 71, 0.6) 0, transparent 100%) repeat scroll 0 0 rgba(36, 44, 71, 0);
  background: linear-gradient(to top, rgba(36, 44, 71, 0.6) 0, transparent 100%) repeat scroll 0 0 rgba(36, 44, 71, 0);
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  z-index: 1;
  opacity: 1;
  top: auto;
}
.history-item .thumb-info .thumb-info-wrapper:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 0 190px 40px black;
  z-index: 1;
}
.history-item .thumb-info .thumb-info-title {
  background: none;
  padding: 9px 22px 9px;
  bottom: 6%;
  font-size: 15px;
  z-index: 2;
}
.history-item .thumb-info .thumb-info-likes {
  position: absolute;
  bottom: 6%;
  right: 0;
  padding: 9px 22px 9px;
  z-index: 2;
}
.history-item .thumb-info .thumb-info-likes i {
  border-radius: 100%;
}
#guestbookSendMessage {
  background: #ffffff;
  position: relative;
}
#guestbookSendMessage:before,
#guestbookSendMessage:after {
  content: '';
  display: block;
  position: absolute;
  background: url(https://hydroarm.by/templates/porto/images/guestbook-flower.png);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 17%;
  height: 34%;
}
#guestbookSendMessage:before {
  top: 15px;
  right: 15px;
}
#guestbookSendMessage:after {
  bottom: 15px;
  left: 15px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
#guestbookSendMessage .form-content {
  position: relative;
  z-index: 1;
}
#guestbookSendMessage .form-content .form-control-custom {
  text-align: center;
}
#guestbookSendMessage .form-content .form-control-custom input,
#guestbookSendMessage .form-content .form-control-custom textarea {
  background: none;
  border: none;
  border-bottom: 1px solid #b5b5b5;
  box-shadow: none;
  display: inline;
  border-radius: 0px;
}
#guestbookSendMessage .form-content .form-control-custom input::-webkit-input-placeholder,
#guestbookSendMessage .form-content .form-control-custom textarea::-webkit-input-placeholder {
  color: #6a696f;
}
#guestbookSendMessage .form-content .form-control-custom input::-moz-placeholder,
#guestbookSendMessage .form-content .form-control-custom textarea::-moz-placeholder {
  color: #6a696f;
}
#guestbookSendMessage .form-content .form-control-custom input:-ms-input-placeholder,
#guestbookSendMessage .form-content .form-control-custom textarea:-ms-input-placeholder {
  color: #6a696f;
}
#guestbookSendMessage .form-content .form-control-custom textarea {
  min-height: 103px;
}
.custom-inner-border {
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  border: 1px solid #fed0d2;
  z-index: 0;
}
.timeline .jb-timeline-breaker {
  background: #83bfd6;
  padding: 6px 12px;
  border-radius: 2px;
  color: #ffffff;
  font-weight: bold;
  display: inline;
  text-transform: uppercase;
  font-size: 13px;
}
.timeline .timeline-posts .timeline-item {
  border-radius: 3px;
  background: #F7F7F7 !important;
  padding: 5px;
  display: inline-block;
  border: medium none !important;
}
.timeline .timeline-posts .timeline-item .post-inner {
  background: #ffffff !important;
}
.timeline .timeline-posts .timeline-item .item-time {
  height: auto !important;
  position: relative;
  margin: -33px 5px 5px !important;
}
.timeline .timeline-posts .timeline-item .timeline-date-ribbon {
  background-color: #83bfd6;
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 1px;
  text-transform: uppercase;
}
@media only screen and (max-width: 480px) {
  .timeline .timeline-posts .timeline-item .timeline-date-ribbon {
    padding: 5px 10px;
  }
}
@media only screen and (min-width: 320px) {
  .timeline .timeline-posts .timeline-item .timeline-date-ribbon {
    padding: 5px 10px;
  }
}
@media (min-width: 768px) {
  .timeline .timeline-posts .timeline-item .timeline-date-ribbon {
    padding: 5px 22px 5px;
  }
}
@media (min-width: 992px) {
  .timeline .timeline-posts .timeline-item .timeline-date-ribbon {
    padding: 5px 22px 5px;
  }
}
@media (min-width: 1200px) {
  .timeline .timeline-posts .timeline-item .timeline-date-ribbon {
    padding: 5px 22px 5px;
  }
}
.timeline .timeline-posts .timeline-item .timeline-date-ribbon:after {
  content: "";
  position: absolute;
  right: -7px;
  top: -1px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0px 7px 18px 0px;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #5dabc9 rgba(0, 0, 0, 0);
}
.portfolio-list .jb-smartportfolio-item {
  list-style: none;
}

.masonry .masonry-item {
  width: 25%;
}
.masonry .masonry-item.w2 {
  width: 50%;
}
.masonry .masonry-item img {
  border-radius: 0 !important;
}

.masonry-loader {
  height: auto;
  overflow: visible;
  position: relative;
}
.masonry-loader:after {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  content: ' ';
  background: #FFF;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  opacity: 0;
}
.masonry-loader .bounce-loader {
  display: none;
}
.masonry-loader.masonry-loader-showing {
  height: 200px;
  overflow: hidden;
}
.masonry-loader.masonry-loader-showing:after {
  opacity: 1;
}
.masonry-loader.masonry-loader-showing .bounce-loader {
  display: block;
}
.masonry-loader.masonry-loader-loaded:after {
  display: none;
}

.portfolio-title {
  margin-bottom: -10px;
}
.portfolio-title a {
  display: inline-block;
}
.portfolio-title .fa,
.portfolio-title .icons {
  font-size: 1.7em;
}
.portfolio-title .portfolio-nav {
  margin-top: 11px;
}
.portfolio-title .portfolio-nav-all {
  margin-top: 9px;
}
.portfolio-title .portfolio-nav {
  text-align: right;
}
.portfolio-title .portfolio-nav a {
  width: 40%;
}
.portfolio-title .portfolio-nav-all .fa,
.portfolio-title .portfolio-nav-all .icons {
  font-size: 2em;
}
.portfolio-title .fa-angle-right {
  text-align: right;
}
.portfolio-title .portfolio-nav-prev {
  text-align: left;
}

.portfolio-info {
  margin: 2px 0 10px;
  float: right;
}
.portfolio-info .center {
  text-align: right !important;
}
.portfolio-info ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.portfolio-info ul li {
  border-right: 1px solid #E6E6E6;
  padding-right: 8px;
  margin-right: 8px;
}
.portfolio-info ul li:last-child {
  border-right: 0;
  padding-right: 0;
  margin-right: 0;
}
.portfolio-info ul li a {
  text-decoration: none;
  color: #B1B1B1;
}
.portfolio-info ul li a:hover .fa-heart {
  color: #E53F51;
}
.portfolio-info ul li .fa,
.portfolio-info ul li .icons {
  margin-right: 4px;
}

ul.portfolio-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.portfolio-list .portfolio-item {
  position: relative;
  margin-bottom: 35px;
}
ul.portfolio-list.portfolio-list-no-margins {
  margin-left: 15px;
  margin-right: 15px;
}

ul.portfolio-details {
  list-style: none;
  padding: 0;
  margin: 45px 0 0 5px;
}
ul.portfolio-details > li {
  padding: 0;
  margin: 0 0 20px;
}
ul.portfolio-details p {
  padding: 0;
  margin: 0;
}
ul.portfolio-details blockquote {
  padding: 0 0 0 10px;
  margin: 15px 0 0;
  color: #999;
}
ul.portfolio-details .list-icons {
  margin-left: 0;
}
ul.portfolio-details .list-icons > li {
  padding-left: 18px;
  margin-right: 10px;
}
ul.portfolio-details .list-icons > li .fa,
ul.portfolio-details .list-icons > li .icons {
  top: 7px;
}
.form-favourite {
  width: auto !important;
  display: inline;
}
.cart-view table.cart-summary button.vm2-add_quantity_cart {
  vertical-align: middle;
  margin: 1px 5px 0;
  padding: 0;
  border: 0;
  background: url(https://hydroarm.by/templates/porto/images/vm/cart-quantity.png) no-repeat !important;
  width: 17px;
  height: 18px;
}
.cart-view table.cart-summary button.vm2-remove_from_cart {
  vertical-align: middle;
  margin: 1px 5px 0;
  padding: 0;
  border: 0;
  background: url(https://hydroarm.by/templates/porto/images/vm/cart-remove.png) no-repeat !important;
  height: 16px;
  width: 16px;
}

.items-leading .leading {
  margin-bottom: 40px;
}
.items-row .item {
  margin-bottom: 40px;
}
.divider-vertical {
  margin: 0 0 40px;
  border: 0;
  border-top: 1px solid #ededed;
}
.article-aside {
  color: #999999;
  font-size: 13px;
  margin-bottom: 20px;
}
.article-info {
  margin: 0;
  width: 85%;
}
.article-info .article-info-term {
  display: none;
}
.article-info dd {
  display: inline-block;
  margin-left: 0;
  margin-right: 10px;
  white-space: nowrap;
}
.article-info dd strong {
  font-weight: bold;
}
.tags {
  margin-bottom: 20px;
}
.article-footer {
  color: #999999;
  font-size: 12px;
  margin-bottom: 20px;
}
.article-intro img,
.article-content img {
  display: block;
  max-width: 100%;
  height: auto;
}
.article-intro img[align=left],
.article-content img[align=left],
.article-intro .img_caption.left,
.article-content .img_caption.left,
.article-intro .pull-left.item-image,
.article-content .pull-left.item-image {
  margin: 0 30px 20px 0;
}
.article-intro img[align=right],
.article-content img[align=right],
.article-intro .img_caption.right,
.article-content .img_caption.right,
.article-intro .pull-right.item-image,
.article-content .pull-right.item-image {
  margin: 0 0 20px 30px;
}
@media (max-width: 768px) {
  .article-content iframe {
    width: 100% !important;
    height: auto;
  }
}
.img-intro-none,
.img-intro-left,
.img-intro-right,
.img-fulltext-none,
.img-fulltext-left,
.img-fulltext-right,
.img_caption {
  position: relative;
}
.img-intro-none,
.img-intro-left,
.img-intro-right,
.img-fulltext-none,
.img-fulltext-left,
.img-fulltext-right,
.img_caption {
  margin-bottom: 20px;
  max-width: 100%;
}
.img-fulltext-left {
  float: left;
  margin-right: 20px;
}
.img-fulltext-right {
  float: right;
  margin-left: 20px;
}
.img-intro-none img,
.img-intro-left img,
.img-intro-right img,
.img-fulltext-none img,
.img-fulltext-left img,
.img-fulltext-right img {
  margin: 0;
}
.img_caption img {
  margin-bottom: 1px !important;
}
.img_caption p.img_caption {
  background: #ededed;
  color: #555555;
  font-size: 12px;
  width: 100%;
  margin: 0;
  padding: 5px;
  text-align: center;
  clear: both;
}
@media screen and (max-width: 767px) {
  article img[align=left],
  .img_caption.left,
  article img[align=right],
  .img_caption.right,
  .img-fulltext-left,
  .img-fulltext-right {
    float: none !important;
    margin-left: 0;
    margin-right: 0;
    width: 100% !important;
  }
}
article aside .btn-group > .dropdown-toggle,
article aside .btn-group > .dropdown-toggle:hover,
article aside .btn-group > .dropdown-toggle:active,
article aside .btn-group > .dropdown-toggle:focus {
  padding: 2px 5px;
}
article aside .btn-group > .dropdown-toggle .caret {
  margin-left: 2px;
}
.row-even,
.row-odd {
  padding: 5px;
  width: 99%;
  border-bottom: 1px solid #dddddd;
}
.row-odd {
  background-color: transparent;
}
.row-even {
  background-color: #f9f9f9;
}
.blog-row-rule,
.blog-item-rule {
  border: 0;
}
.row-fluid .row-reveal {
  visibility: hidden;
}
.row-fluid:hover .row-reveal {
  visibility: visible;
}
.nav-list > li.offset > a {
  padding-left: 30px;
  font-size: 12px;
}
.list-striped,
.row-striped {
  list-style: none;
  line-height: 20px;
  text-align: left;
  vertical-align: middle;
  border-top: 1px solid #dddddd;
  margin-left: 0;
  padding-left: 0;
}
.list-striped li,
.list-striped dd,
.row-striped .row,
.row-striped .row-fluid {
  border-bottom: 1px solid #dddddd;
  padding: 10px 15px;
}
.list-striped li:nth-child(odd),
.list-striped dd:nth-child(odd),
.row-striped .row:nth-child(odd),
.row-striped .row-fluid:nth-child(odd) {
  background-color: #f9f9f9;
}
.list-striped li:hover,
.list-striped dd:hover,
.row-striped .row:hover,
.row-striped .row-fluid:hover {
  background-color: #f5f5f5;
}
.row-striped .row-fluid {
  width: 97%;
}
.row-striped .row-fluid [class*="span"] {
  min-height: 10px;
}
.row-striped .row-fluid [class*="span"] {
  margin-left: 8px;
}
.row-striped .row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.list-condensed li {
  padding: 5px 10px;
}
.row-condensed .row,
.row-condensed .row-fluid {
  padding: 5px 10px;
}
.list-bordered,
.row-bordered {
  list-style: none;
  line-height: 18px;
  text-align: left;
  vertical-align: middle;
  margin-left: 0;
  border: 1px solid #dddddd;
}
.login-wrap {
  background: #ffffff;
  border: 1px solid #ededed;
  border-radius: 4px;
  width: 470px;
  padding: 40px;
  margin: 60px auto;
}
@media (max-width: 767px) {
  .login-wrap {
    padding: 20px;
    width: auto;
  }
}
.login-wrap .page-header {
  border-bottom: 0;
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 0;
}
.login-wrap .page-header h1 {
  display: inline-block;
  font-size: 1.8em;
  font-weight: 700;
  padding-bottom: 12px;
  position: relative;
}
.login-wrap .page-header h1:before {
  background-color: #ededed;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.login-wrap form .control-label {
  text-align: left;
  font-weight: 400 !important;
}
.login-wrap form .control-label {
  position: relative;
  padding: 0;
}
.login-wrap form .control-label label {
  background-color: #f7f7f7;
  border-right: 1px solid #ededed;
  border-radius: 4px 0 0 4px;
  color: #83bfd6;
  display: block;
  height: 38px;
  left: 1px;
  line-height: 38px;
  padding: 0 0 0 15px;
  position: absolute;
  min-width: 140px;
  top: 1px;
  font-size: 14px;
}
@media (max-width: 767px) {
  .login-wrap form .control-label label {
    background: transparent;
    border: 0;
    padding-left: 0;
    position: static;
    height: auto;
    line-height: 1;
  }
}
.login-wrap form .control-label label#username-lbl:before,
.login-wrap form .control-label label#password-lbl:before,
.login-wrap form .control-label label#secretkey-lbl:before {
  content: "\f007";
  display: inline-block;
  font-family: FontAwesome;
  height: 16px;
  width: 16px;
}
@media (max-width: 767px) {
  .login-wrap form .control-label label#username-lbl:before,
  .login-wrap form .control-label label#password-lbl:before,
  .login-wrap form .control-label label#secretkey-lbl:before {
    display: none;
  }
}
.login-wrap form .control-label label#password-lbl:before {
  content: "\f084";
}
.login-wrap form .control-label label#secretkey-lbl:before {
  content: "\f09c";
}
.login-wrap form label {
  color: #555555;
  text-align: left;
  font-weight: normal;
  font-weight: 400;
}
.login-wrap form .form-group {
  margin: 0 0 24px;
}
.login-wrap form .form-group input[type="text"],
.login-wrap form .form-group input[type="password"] {
  box-shadow: none;
  border-radius: 0px;
  padding: 0 20px 0 150px;
  height: 40px;
  line-height: 40px;
  width: 100%;
}
@media (max-width: 767px) {
  .login-wrap form .form-group input[type="text"],
  .login-wrap form .form-group input[type="password"] {
    padding-left: 20px;
  }
}
.login-wrap .btn-actions {
  text-align: center;
}
.login-wrap .btn-actions:before,
.login-wrap .btn-actions:after {
  content: " ";
  display: table;
}
.login-wrap .btn-actions:after {
  clear: both;
}
@media (max-width: 767px) {
  .login-wrap .btn-actions {
    text-align: center;
  }
}
.login-wrap .btn-actions .btn {
  border: 0;
  float: none;
  font-weight: bold;
  line-height: 38px;
  margin-right: 10px;
  padding: 0 20px;
  vertical-align: top;
  width: 100%;
  text-transform: uppercase;
}
@media (min-width: 480px) {
  .login-wrap .btn-actions .btn {
    float: none;
    width: auto;
  }
}
.login-wrap .other-links.form-group {
  margin-bottom: 0;
}
.login-wrap .other-links.form-group ul {
  padding: 0;
  font-size: 13px;
  margin-top: 12px;
  margin-bottom: 0;
  text-align: center;
}
.login-wrap .other-links.form-group ul li {
  display: inline-block;
  padding: 0 5px;
  margin-bottom: 10px;
}
.login-wrap .other-links.form-group ul li a {
  color: #1d2127;
}
.login-wrap .other-links.form-group ul li a:hover,
.login-wrap .other-links.form-group ul li a:focus,
.login-wrap .other-links.form-group ul li a:active {
  color: #5dabc9;
}
.registration,
.profile-edit {
  border: 1px solid #ededed;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.024);
  padding: 20px;
}
@media (min-width: 480px) {
  .registration,
  .profile-edit {
    margin: 0 auto;
    padding: 40px;
    width: 440px;
  }
}
.registration legend,
.profile-edit legend {
  border: 0;
}
.registration legend span,
.profile-edit legend span {
  font-size: 1.4em;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .registration legend span,
  .profile-edit legend span {
    font-size: 16px;
  }
}
.registration .form-group,
.profile-edit .form-group {
  padding: 0 30px;
  margin-bottom: 0;
  margin-left: -15px;
  margin-right: -15px;
}
.registration .form-group + .form-group,
.profile-edit .form-group + .form-group {
  margin-top: 20px;
}
@media (min-width: 480px) {
  .registration .form-group + .form-group,
  .profile-edit .form-group + .form-group {
    margin-top: 30px;
  }
}
.registration .form-group .control-label,
.profile-edit .form-group .control-label {
  text-align: left;
  padding-top: 0;
}
.registration .form-group .control-label label,
.profile-edit .form-group .control-label label {
  color: #222222;
  font-weight: 500;
}
.registration .form-group input.required,
.profile-edit .form-group input.required {
  width: 100%;
}
.registration fieldset dt,
.profile-edit fieldset dt {
  margin-right: 5px;
}
.registration .form-actions,
.profile-edit .form-actions {
  background: none;
  margin-top: 30px;
  text-align: right;
}
.registration .form-actions > div,
.profile-edit .form-actions > div {
  padding: 0 15px;
}
.registration .form-actions .btn,
.profile-edit .form-actions .btn {
  margin-left: 10px;
}
@media screen and (min-width: 992px) {
  .profile-edit {
    width: 800px;
  }
}
.profile-edit fieldset {
  margin: 0 -15px;
}
.profile-edit fieldset > * {
  padding: 0 15px;
}
.profile-edit fieldset .col-md-6 > .form-group {
  margin-bottom: 20px;
}
.profile-edit fieldset .col-md-6 > .form-group input,
.profile-edit fieldset .col-md-6 > .form-group select {
  width: 100%;
}
.profile-edit fieldset + fieldset {
  margin-top: 20px;
}
.profile-edit #helpsite-refresh {
  margin-top: 20px;
}
.form-register fieldset {
  padding: 0 0 10px;
}
.form-register p {
  margin: 0 0 5px;
}
.form-register p.form-des {
  margin: 15px 0;
}
.form-register label {
  display: block;
  float: left;
  font-weight: bold;
  text-align: right;
  width: 130px;
}
.form-register .input,
.form-register .inputbox {
  margin-left: 10px;
  width: 200px;
}
.form-register .btn,
.form-register .button {
  margin-left: 140px;
}
.admintable textarea {
  max-width: 90% !important;
  resize: none;
}
#user-registration .form-group + .form-group {
  padding: 0 60px 0 20px ;
}
@media (max-width: 991px) {
  #user-registration .form-group + .form-group {
    padding: 20px 60px 0 0px ;
  }
}
#user-registration .form-group + .form-group label {
  padding: 20px 0px 0 0;
}
.com_mailto body {
  padding: 10px;
}
.com_mailto .t3-mainbody {
  padding-top: 0;
  padding-bottom: 0;
}
.com_mailto .t3-content {
  width: auto;
}
#mailto-window {
  background: #fff;
  margin: 10px 0 20px;
  padding: 0;
  position: relative;
}
#mailto-window h2 {
  margin-top: 0;
  margin-bottom: 20px;
}
#mailtoForm .formelm {
  padding: 5px 0;
  vertical-align: middle;
  overflow: hidden;
}
#mailtoForm .formelm label {
  display: inline-block;
  float: left;
  font-weight: bold;
  vertical-align: middle;
  width: 100px;
}
#mailtoForm p {
  margin-top: 20px;
}
#mailtoForm .input,
#mailtoForm .inputbox {
  width: 65%;
}
#mailtoForm .btn,
#mailtoForm .button,
#mailtoForm button {
  margin-right: 5px;
}
.user-details {
  padding: 10px 0;
}
.user-details p {
  margin: 0 0 5px;
}
.user-details label {
  display: block;
  float: left;
  font-weight: bold;
  text-align: right;
  width: 130px;
}
.user-details .input,
.user-details .inputbox {
  margin-left: 10px;
  width: 200px;
}
.user-details .btn,
.user-details button {
  margin-left: 140px;
}
.user-details .paramlist .paramlist_key {
  padding: 0 0 5px;
  width: 130px;
}
.user-details .paramlist .paramlist_value {
  padding: 0 0 5px;
}
.user-details .user_name span {
  font-weight: bold;
  padding-left: 10px;
}
.reset .form-validate p,
.remind .form-validate p {
  background: #ededed;
  border: 1px solid #ededed;
  margin-bottom: 20px;
  padding: 10px 20px;
  border-radius: 4px;
}
.reset .form-validate fieldset dl,
.remind .form-validate fieldset dl {
  margin: 0;
}
.reset .form-validate fieldset dt,
.remind .form-validate fieldset dt {
  margin: 4px 0 0 0;
}
.profile-edit input {
  position: relative;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
}
@media (min-width: 768px) {
  .profile-edit input {
    float: left;
    width: 50%;
  }
}
.profile-edit select {
  position: relative;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
}
@media (min-width: 768px) {
  .profile-edit select {
    float: left;
    width: 50%;
  }
}
.profile-edit select + button {
  margin-left: 5px;
}
#searchForm:before,
#searchForm:after {
  content: " ";
  display: table;
}
#searchForm:after {
  clear: both;
}
#searchForm fieldset {
  margin: 20px 0;
}
#searchForm legend {
  margin-bottom: 10px;
}
#searchForm select {
  width: auto;
  display: inline-block;
  margin-left: 5px;
  padding-left: 5px;
}
#searchForm .form-limit {
  margin-top: 20px;
}
#searchForm .form-limit .counter {
  margin-top: 0;
}
#search-form ul#finder-filter-select-list {
  margin-left: 0;
  padding-left: 0;
}
#search-form ul#finder-filter-select-list li {
  list-style: none;
  padding: 10px 0;
}
#search-form ul#finder-filter-select-list li label {
  width: 150px;
}
#search-form .word .form-group {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #searchForm .radio-inline,
  #searchForm .checkbox-inline {
    display: block;
    width: 100%;
    margin-left: 0;
  }
}
.search-results {
  margin-top: 20px;
  margin-left: 0;
  padding-left: 0;
}
.search-results .result-title {
  font-size: 16px;
  margin-top: 20px;
}
.search-results .result-category {
  font-size: 12px;
  color: #999999;
}
.search-results .result-text {
  margin-top: 5px;
  margin-bottom: 5px;
}
.search-results .result-url {
  color: #555555;
  margin-top: 20px;
}
.search-results .result-created {
  font-size: 12px;
  color: #999999;
}
div.finder {
  margin-bottom: 20px;
}
#searchForm .phrases-box input[type="radio"] {
  vertical-align: top;
  margin-top: 3px;
}
@media (max-width: 768px) {
  .contact .thumbnail {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .contact .dl-horizontal > dt {
    float: left;
    margin-right: 5px;
    width: auto;
  }
}
@media (max-width: 768px) {
  .contact .dl-horizontal > dd {
    margin-left: 0;
  }
}
.contact-form #jform_contact_emailmsg {
  width: 100%;
}
.contact-form #jform_contact_message {
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .contact-form #jform_captcha-lbl {
    display: none;
  }
  .contact-form #recaptcha_image {
    width: 220px;
  }
  .contact-form #recaptcha_image img {
    max-width: 220px;
  }
  .contact-form #recaptcha_response_field {
    max-width: 220px;
  }
}
.contact .accordion-toggle {
  font-weight: bold;
}
#archive-items > li {
  line-height: normal;
  margin: 0;
  overflow: visible;
  padding: 0;
}
#archive-items .intro {
  clear: both;
  overflow: hidden;
}
.categories-list {
  margin-bottom: 20px;
}
.category-item:before,
.category-item:after {
  content: " ";
  display: table;
}
.category-item:after {
  clear: both;
}
.category-item .page-header {
  line-height: normal;
  padding: 10px 5px;
  margin: 0;
  font-size: 18px;
  font-weight: normal;
}
.category-item .category-item {
  margin-bottom: 0;
  margin-left: 30px;
}
.category-item .category-item .page-header {
  font-size: 14px;
}
.cat-children .page-header {
  line-height: normal;
  padding: 10px 5px;
  margin: 0;
  font-size: 18px;
  font-weight: normal;
}
.newsfeed-category > h2,
.newsfeed > h2 {
  border-bottom: 1px solid #ededed;
  padding-bottom: 20px;
  margin-bottom: 20px;
  margin-top: 0;
}
.newsfeed-category .category-desc,
.newsfeed .category-desc {
  margin-bottom: 20px;
}
.newsfeed-category .category li:before,
.newsfeed .category li:before,
.newsfeed-category .category li:after,
.newsfeed .category li:after {
  content: " ";
  display: table;
}
.newsfeed-category .category li:after,
.newsfeed .category li:after {
  clear: both;
}
.newsfeed > h2 {
  border-bottom: 1px solid #ededed;
  padding-bottom: 20px;
  margin-bottom: 20px;
  margin-top: 0;
}
.newsfeed .feed-description {
  margin-bottom: 20px;
  font-size: 16px;
}
.newsfeed .feed-item-description .feed-description {
  font-size: 14px;
}
.newsfeed ol li > a {
  font-weight: bold;
  font-size: 16px;
}
.article-content .pagination ul {
  display: block;
  list-style: none;
  padding: 0;
  overflow: hidden;
}
.article-content .pagination ul li {
  border: 1px solid #ededed;
  float: left;
  line-height: normal;
  margin-right: 10px;
  padding: 10px 20px;
}
.article-content .pagination ul li a {
  border: 0;
  text-decoration: none;
  background-color: transparent;
  line-height: normal;
  padding: 0;
}
.pagenavcounter {
  margin: 0 0 20px;
  font-weight: bold;
}
#article-index,
.article-index {
  border: 1px solid #ededed;
  border-radius: 4px;
  float: right;
  padding: 10px;
  margin: 0 0 20px 20px;
  width: 25%;
}
#article-index ul,
.article-index ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
}
#article-index ul > li,
.article-index ul > li {
  border: 0;
  margin-top: 2px;
}
#article-index ul > li > a,
.article-index ul > li > a {
  border: 0;
  padding: 5px;
  border-radius: 4px;
}
#article-index ul > .active > a,
.article-index ul > .active > a {
  border: 0;
  background: #83bfd6;
  color: #ffffff;
}
#article-index ul > .active > a:hover,
.article-index ul > .active > a:hover,
#article-index ul > .active > a:active,
.article-index ul > .active > a:active,
#article-index ul > .active > a:focus,
.article-index ul > .active > a:focus {
  border: 0;
  background: #83bfd6;
  color: #ffffff;
}
.pagenav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pagenav > li {
  margin: 0;
  padding: 0;
  float: left;
}
.pagenav > li.pagenav-prev,
.pagenav > li.previous {
  margin-right: 10px;
}
.pagenav li > a {
  padding: 10px 20px;
  line-height: normal;
  border: 1px solid #dddddd;
  border-radius: 4px;
}
.pagenav li > a:hover,
.pagenav li > a:active,
.pagenav li > a:focus {
  background-color: #ededed;
}
.items-more h3 {
  margin: 0 0 20px;
}
.items-more .nav > li {
  border-top: 1px solid #ededed;
}
.items-more .nav > li > a {
  padding: 6px 5px;
}
.back_button a {
  display: block;
  margin: 10px 0;
}
.filters {
  margin: 10px 0;
}
.display-limit {
  margin: 10px 0 5px;
}
.filters .display-limit {
  float: right;
  text-align: right;
}
#system-message dt {
  font-weight: bold;
}
#system-message dd {
  font-weight: bold;
}
#system-message dd.message ul,
#system-message dd.error ul,
#system-message dd.notice ul {
  margin: 0;
  padding: 0;
}
#system-message dd.message ul li,
#system-message dd.error ul li,
#system-message dd.notice ul li {
  background: none;
  margin: 0;
  padding: 5px;
}
.alert-message {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-message hr {
  border-top-color: #c9e2b3;
}
.alert-message .alert-link {
  color: #356635;
}
.alert-notice {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-notice hr {
  border-top-color: #a6e1ec;
}
.alert-notice .alert-link {
  color: #2d6987;
}
.alert-error {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #b94a48;
}
.alert-error hr {
  border-top-color: #e4b9c0;
}
.alert-error .alert-link {
  color: #953b39;
}
.tip-wrap {
  background: #fff6df;
  border: 1px solid #fb3;
  border-radius: 5px;
  -webkit-box-shadow: none;
  box-shadow: none;
  max-width: 300px;
  z-index: 999;
}
.tip-title {
  border-bottom: 1px solid #fb3;
  font-weight: bold;
  padding: 5px 10px;
}
.tip-text {
  font-size: 14px;
  margin: 0;
  padding: 5px 10px;
}
.hasTip img {
  border: none;
  margin: 0 5px 0 0;
}
@media (min-width: 768px) {
  .languageswitcherload {
    width: auto;
  }
  .languageswitcherload .mod-languages {
    text-align: right;
  }
}
div.calendar {
  width: 187px;
}
.edit.item-page fieldset .btn-toolbar {
  margin-top: 10px;
}
.chzn-container-multi .chzn-choices li.search-field input[type="text"] {
  height: auto;
}
.iframe-bordered {
  border: 1px solid #dddddd;
}

.page-header {
  padding-bottom: 9px;
  border-bottom: 1px solid #ededed;
}
.page-title,
.page-header h1 {
  line-height: 1;
  margin: 0;
}
.page-subheader {
  border-bottom: 1px solid #ededed;
  margin: 0 0 20px;
}
.page-subheader:before,
.page-subheader:after {
  content: " ";
  display: table;
}
.page-subheader:after {
  clear: both;
}
.page-subtitle,
.page-subheader h2 {
  line-height: 1;
  margin: 0;
}
.page-header + .page-subheader {
  margin-top: -20px;
}
.article-title,
.article-header h1 {
  margin: 0 0 20px 0;
}
.item-title {
  font-weight: bold;
}
.jumbotron h1,
.jumbotron h2,
.jumbotron h3 {
  margin-top: 0;
}
.jumbotron p:last-child {
  margin-bottom: 0;
}
.container .jumbotron {
  border-radius: 6px;
}
.masthead {
  padding: 40px 0;
  text-align: center;
}
.masthead p:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .masthead {
    padding: 80px 0;
  }
  .masthead h1 {
    font-size: 98px;
  }
  .masthead p {
    font-size: 28px;
  }
  .masthead .btn-lg {
    margin-top: 20px;
    padding: 18px 42px;
    font-size: 21px;
  }
}
.jumbotron-primary {
  background-color: #83bfd6;
  color: #ffffff;
}
.jumbotron-primary h1,
.jumbotron-primary h2,
.jumbotron-primary h3 {
  color: #ffffff;
}
.jumbotron-primary p {
  color: #ffffff;
}
.jumbotron-primary .btn-primary {
  border-color: #fff;
}
.label:empty {
  display: none;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.page-header .label,
.page-header .badge {
  vertical-align: middle;
}
.alert h4 {
  color: inherit;
}
.alert-primary {
  background-color: #0088cc;
  border-color: #007ebd;
  color: #ffffff;
}
.alert-primary .alert-link {
  color: #ffffff;
}
.alert-secondary {
  background-color: #e36159;
  border-color: #e1554c;
  color: #ffffff;
}
.alert-secondary .alert-link {
  color: #ffffff;
}
.alert-tertiary {
  background-color: #2baab1;
  border-color: #289ea5;
  color: #ffffff;
}
.alert-tertiary .alert-link {
  color: #ffffff;
}
.alert-quaternary {
  background-color: #383f48;
  border-color: #31373f;
  color: #ffffff;
}
.alert-quaternary .alert-link {
  color: #ffffff;
}
.alert-dark {
  background-color: #2e353e;
  border-color: #272d35;
  color: #ffffff;
}
.alert-dark .alert-link {
  color: #ffffff;
}
.alert-light {
  background-color: #ffffff;
  border-color: #f7f7f7;
  color: #777777;
}
.alert-light .alert-link {
  color: #777777;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
  color: #ffffff;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
@media screen and (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}

.m-none {
  margin: 0 !important;
}
.m-auto {
  margin: 0 auto !important;
}
.m-xs {
  margin: 5px !important;
}
.m-sm {
  margin: 10px !important;
}
.m-md {
  margin: 15px !important;
}
.m-lg {
  margin: 20px !important;
}
.m-xl {
  margin: 25px !important;
}
.m-xlg {
  margin: 30px !important;
}

.mt-none {
  margin-top: 0 !important;
}
.mt-xs {
  margin-top: 5px !important;
}
.mt-sm {
  margin-top: 10px !important;
}
.mt-md {
  margin-top: 15px !important;
}
.mt-lg {
  margin-top: 20px !important;
}
.mt-xl {
  margin-top: 25px !important;
}
.mt-xlg {
  margin-top: 30px !important;
}

.mb-none {
  margin-bottom: 0 !important;
}
.mb-xs {
  margin-bottom: 5px !important;
}
.mb-sm {
  margin-bottom: 10px !important;
}
.mb-md {
  margin-bottom: 15px !important;
}
.mb-lg {
  margin-bottom: 20px !important;
}
.mb-xl {
  margin-bottom: 25px !important;
}
.mb-xlg {
  margin-bottom: 30px !important;
}

.ml-none {
  margin-left: 0 !important;
}
.ml-xs {
  margin-left: 5px !important;
}
.ml-sm {
  margin-left: 10px !important;
}
.ml-md {
  margin-left: 15px !important;
}
.ml-lg {
  margin-left: 20px !important;
}
.ml-xl {
  margin-left: 25px !important;
}
.ml-xlg {
  margin-left: 30px !important;
}

.mr-none {
  margin-right: 0 !important;
}
.mr-xs {
  margin-right: 5px !important;
}
.mr-sm {
  margin-right: 10px !important;
}
.mr-md {
  margin-right: 14px !important;
}
.mr-lg {
  margin-right: 20px !important;
}
.mr-xl {
  margin-right: 25px !important;
}
.mr-xlg {
  margin-right: 30px !important;
}

.plr-100 {
  padding: 0px 100px;
}
.p-none {
  padding: 0 !important;
}
.p-xs {
  padding: 5px !important;
}
.p-sm {
  padding: 10px !important;
}
.p-md {
  padding: 15px !important;
}
.p-lg {
  padding: 20px !important;
}
.p-xl {
  padding: 25px !important;
}
.p-xlg {
  padding: 30px !important;
}

.pt-none {
  padding-top: 0 !important;
}
.pt-xs {
  padding-top: 5px !important;
}
.pt-sm {
  padding-top: 10px !important;
}
.pt-md {
  padding-top: 15px !important;
}
.pt-lg {
  padding-top: 20px !important;
}
.pt-xl {
  padding-top: 25px !important;
}
.pt-xlg {
  padding-top: 30px !important;
}

.pb-none {
  padding-bottom: 0 !important;
}
.pb-xs {
  padding-bottom: 5px !important;
}
.pb-sm {
  padding-bottom: 10px !important;
}
.pb-md {
  padding-bottom: 15px !important;
}
.pb-lg {
  padding-bottom: 20px !important;
}
.pb-xl {
  padding-bottom: 25px !important;
}
.pb-xlg {
  padding-bottom: 30px !important;
}

.pl-none {
  padding-left: 0 !important;
}
.pl-xs {
  padding-left: 5px !important;
}
.pl-sm {
  padding-left: 10px !important;
}
.pl-md {
  padding-left: 15px !important;
}
.pl-lg {
  padding-left: 20px !important;
}
.pl-xl {
  padding-left: 25px !important;
}
.pl-xlg {
  padding-left: 30px !important;
}

.pr-none {
  padding-right: 0 !important;
}
.pr-xs {
  padding-right: 5px !important;
}
.pr-sm {
  padding-right: 10px !important;
}
.pr-md {
  padding-right: 15px !important;
}
.pr-lg {
  padding-right: 20px !important;
}
.pr-xl {
  padding-right: 25px !important;
}
.pr-xlg {
  padding-right: 30px !important;
}
.display-inline-block {
  display: inline-block !important;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #83bfd6;
}
.panel-group .panel-heading a {
  color: #83bfd6;
  display: block;
}
.panel-group .panel-heading a:hover {
  text-decoration: none;
}
html .panel-group.panel-group-primary .panel-heading {
  background-color: #83bfd6 !important;
}
html .panel-group.panel-group-primary .panel-heading a {
  color: #ffffff;
}
html .panel-group.panel-group-secondary .panel-heading {
  background-color: #e36159 !important;
}
html .panel-group.panel-group-secondary .panel-heading a {
  color: #ffffff;
}
html .panel-group.panel-group-tertiary .panel-heading {
  background-color: #2baab1 !important;
}
html .panel-group.panel-group-tertiary .panel-heading a {
  color: #ffffff;
}
html .panel-group.panel-group-quaternary .panel-heading {
  background-color: #383f48 !important;
}
html .panel-group.panel-group-quaternary .panel-heading a {
  color: #ffffff;
}
html .panel-group.panel-group-dark .panel-heading {
  background-color: #2e353e !important;
}
html .panel-group.panel-group-dark .panel-heading a {
  color: #ffffff;
}
html .panel-group.panel-group-light .panel-heading {
  background-color: #ffffff !important;
}
html .panel-group.panel-group-light .panel-heading a {
  color: #777777;
}

.tabs {
  border-radius: 4px;
  margin-bottom: 20px;
}
.nav-tabs {
  margin: 0;
  padding: 0;
  font-size: 0;
  border-bottom-color: #EEE;
}
.nav-tabs li {
  display: inline-block;
  float: none;
}
.nav-tabs li:last-child a {
  margin-right: 0;
}
.nav-tabs li a {
  border-radius: 5px 5px 0 0;
  font-size: 14px;
  margin-right: 1px;
}
.nav-tabs li a,
.nav-tabs li a:hover {
  background: #F4F4F4;
  border-bottom: none;
  border-left: 1px solid #EEE;
  border-right: 1px solid #EEE;
  border-top: 3px solid #EEE;
  color: #CCC;
}
.nav-tabs li a:hover {
  border-bottom-color: transparent;
  border-top: 3px solid #CCC;
  box-shadow: none;
}
.nav-tabs li a:active,
.nav-tabs li a:focus {
  border-bottom: 0;
}
.nav-tabs li.active a,
.nav-tabs li.active a:hover,
.nav-tabs li.active a:focus {
  background: #FFF;
  border-left-color: #EEE;
  border-right-color: #EEE;
  border-top: 3px solid #CCC;
  color: #CCC;
}
.tab-content {
  border-radius: 0 0 4px 4px;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.04);
  background-color: #FFF;
  border: 1px solid #EEE;
  border-top: 0;
  padding: 15px;
}

.nav-tabs.nav-right {
  text-align: right;
}

.tabs.tabs-bottom {
  margin: 0 0 20px 0;
  padding: 0;
}
.tabs.tabs-bottom .tab-content {
  border-radius: 4px 4px 0 0;
  border-bottom: 0;
  border-top: 1px solid #EEE;
}
.tabs.tabs-bottom .nav-tabs {
  border-bottom: none;
  border-top: 1px solid #EEE;
}
.tabs.tabs-bottom .nav-tabs li {
  margin-bottom: 0;
  margin-top: -1px;
}
.tabs.tabs-bottom .nav-tabs li:last-child a {
  margin-right: 0;
}
.tabs.tabs-bottom .nav-tabs li a {
  border-radius: 0 0 5px 5px;
  font-size: 14px;
  margin-right: 1px;
}
.tabs.tabs-bottom .nav-tabs li a,
.tabs.tabs-bottom .nav-tabs li a:hover {
  border-bottom: 3px solid #EEE;
  border-top: 1px solid #EEE;
}
.tabs.tabs-bottom .nav-tabs li a:hover {
  border-bottom: 3px solid #CCC;
  border-top: 1px solid #EEE;
}
.tabs.tabs-bottom .nav-tabs li.active a,
.tabs.tabs-bottom .nav-tabs li.active a:hover,
.tabs.tabs-bottom .nav-tabs li.active a:focus {
  border-bottom: 3px solid #CCC;
  border-top-color: transparent;
}

.tabs-vertical {
  display: table;
  width: 100%;
  padding: 0;
  border-top: 1px solid #EEE;
}
.tabs-vertical .tab-content {
  display: table-cell;
  vertical-align: top;
}
.tabs-vertical .nav-tabs {
  border-bottom: none;
  display: table-cell;
  height: 100%;
  float: none;
  padding: 0;
  vertical-align: top;
}
.tabs-vertical .nav-tabs > li {
  display: block;
}
.tabs-vertical .nav-tabs > li a {
  border-radius: 0;
  display: block;
  padding-top: 10px;
}
.tabs-vertical .nav-tabs > li a,
.tabs-vertical .nav-tabs > li a:hover,
.tabs-vertical .nav-tabs > li a:focus {
  border-bottom: none;
  border-top: none;
}
.tabs-vertical .nav-tabs > li.active a,
.tabs-vertical .nav-tabs > li.active a:hover,
.tabs-vertical .nav-tabs > li.active:focus {
  border-top: none;
}

.tabs-left {
  padding: 0;
}
.tabs-left .tab-content {
  border-radius: 0 5px 5px 5px;
  border-left: none;
}
.tabs-left .nav-tabs > li {
  margin-right: -1px;
}
.tabs-left .nav-tabs > li:first-child a {
  border-radius: 5px 0 0 0;
}
.tabs-left .nav-tabs > li:last-child a {
  border-radius: 0 0 0 5px;
  border-bottom: 1px solid #eee;
}
.tabs-left .nav-tabs > li a {
  border-right: 1px solid #EEE;
  border-left: 3px solid #EEE;
  margin-right: 1px;
  margin-left: -3px;
}
.tabs-left .nav-tabs > li a:hover {
  border-left-color: #CCC;
}
.tabs-left .nav-tabs > li.active a,
.tabs-left .nav-tabs > li.active a:hover,
.tabs-left .nav-tabs > li.active a:focus {
  border-left: 3px solid #CCC;
  border-right-color: #FFF;
}

.tabs-right {
  padding: 0;
}
.tabs-right .tab-content {
  border-radius: 5px 0 5px 5px;
  border-right: none;
}
.tabs-right .nav-tabs > li {
  margin-left: -1px;
}
.tabs-right .nav-tabs > li:first-child a {
  border-radius: 0 5px 0 0;
}
.tabs-right .nav-tabs > li:last-child a {
  border-radius: 0 0 5px 0;
  border-bottom: 1px solid #eee;
}
.tabs-right .nav-tabs > li a {
  border-right: 3px solid #EEE;
  border-left: 1px solid #EEE;
  margin-right: 1px;
  margin-left: 1px;
}
.tabs-right .nav-tabs > li a:hover {
  border-right-color: #CCC;
}
.tabs-right .nav-tabs > li.active a,
.tabs-right .nav-tabs > li.active a:hover,
.tabs-right .nav-tabs > li.active a:focus {
  border-right: 3px solid #CCC;
  border-left: 1px solid #FFF;
}

.nav-tabs.nav-justified {
  padding: 0;
  margin-bottom: -1px;
}
.nav-tabs.nav-justified li {
  margin-bottom: 0;
}
.nav-tabs.nav-justified li:first-child a,
.nav-tabs.nav-justified li:first-child a:hover {
  border-radius: 5px 0 0 0;
}
.nav-tabs.nav-justified li:last-child a,
.nav-tabs.nav-justified li:last-child a:hover {
  border-radius: 0 5px 0 0;
}
.nav-tabs.nav-justified li a {
  border-bottom: 1px solid #DDD;
  border-radius: 0;
  margin-right: 0;
}
.nav-tabs.nav-justified li a:hover,
.nav-tabs.nav-justified li a:focus {
  border-bottom: 1px solid #DDD;
}
.nav-tabs.nav-justified li.active a,
.nav-tabs.nav-justified li.active a:hover,
.nav-tabs.nav-justified li.active a:focus {
  background: #FFF;
  border-left-color: #EEE;
  border-right-color: #EEE;
  border-top-width: 3px;
}
.nav-tabs.nav-justified li.active a {
  border-bottom: 1px solid #FFF;
}
.nav-tabs.nav-justified li.active a,
.nav-tabs.nav-justified li.active a:hover,
.nav-tabs.nav-justified li.active a:focus {
  border-top-width: 3px;
}
.nav-tabs.nav-justified li.active a:hover {
  border-bottom: 1px solid #FFF;
}

.tabs.tabs-bottom {
  padding: 0;
}
.tabs.tabs-bottom .nav.nav-tabs.nav-justified {
  border-top: none;
}
.tabs.tabs-bottom .nav.nav-tabs.nav-justified li a {
  margin-right: 0;
  border-top-color: transparent;
}
.tabs.tabs-bottom .nav.nav-tabs.nav-justified li:first-child a {
  border-radius: 0 0 0 5px;
}
.tabs.tabs-bottom .nav.nav-tabs.nav-justified li:last-child a {
  margin-right: 0;
  border-radius: 0 0 5px 0;
}
.tabs.tabs-bottom .nav.nav-tabs.nav-justified li.active a,
.tabs.tabs-bottom .nav.nav-tabs.nav-justified li.active a:hover,
.tabs.tabs-bottom .nav.nav-tabs.nav-justified li.active a:focus {
  border-top-color: transparent;
}

.tabs-center .nav-tabs {
  margin: 0 auto;
  text-align: center;
}

.tabs-navigation {
  border-radius: 5px;
}
.tabs-navigation .nav-tabs > li {
  margin-bottom: 1px;
}
.tabs-navigation .nav-tabs > li a {
  color: #777;
  padding: 18px;
  line-height: 100%;
}
.tabs-navigation .nav-tabs > li a:before {
  font-family: FontAwesome;
  content: "\f054";
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -7px;
}
.tabs-navigation .nav-tabs > li a .fa,
.tabs-navigation .nav-tabs > li a .icons {
  margin-right: 4px;
}
.tabs-navigation .nav-tabs > li:first-child a {
  border-radius: 5px 5px 0 0;
}
.tabs-navigation .nav-tabs > li.active a,
.tabs-navigation .nav-tabs > li.active a:hover,
.tabs-navigation .nav-tabs > li.active a:focus {
  border-right-color: #eee;
}
.tabs-navigation .nav-tabs > li:last-child a {
  border-radius: 0 0 5px 5px;
}
.tab-pane-navigation {
  display: none;
}
.tab-pane-navigation.active {
  display: block;
}

.tabs.tabs-simple .nav-tabs {
  border: 0;
  margin-bottom: 10px;
}
.tabs.tabs-simple .nav-tabs > li {
  margin-left: 0;
  margin-bottom: 20px;
}
.tabs.tabs-simple .nav-tabs > li a,
.tabs.tabs-simple .nav-tabs > li a:hover,
.tabs.tabs-simple .nav-tabs > li a:focus {
  padding: 15px 30px;
  background: none;
  border: 0;
  border-bottom: 3px solid #eee;
  border-radius: 0;
  color: #777;
  font-size: 16px;
}
.tabs.tabs-simple .tab-content {
  background: transparent;
  border: 0;
  padding: 0;
  margin: 0;
  box-shadow: none;
}

@media (max-width: 479px) {
  .tabs .nav.nav-tabs.nav-justified li {
    display: block;
    margin-bottom: -5px;
  }
  .tabs .nav.nav-tabs.nav-justified li a {
    border-top-width: 3px !important;
    border-bottom-width: 0 !important;
  }
  .tabs .nav.nav-tabs.nav-justified li:first-child a,
  .tabs .nav.nav-tabs.nav-justified li:first-child a:hover {
    border-radius: 5px 5px 0 0;
  }
  .tabs .nav.nav-tabs.nav-justified li:last-child a,
  .tabs .nav.nav-tabs.nav-justified li:last-child a:hover {
    border-radius: 0;
  }
  .tabs.tabs-bottom .nav.nav-tabs.nav-justified li {
    margin-bottom: 0;
    margin-top: -5px;
  }
  .tabs.tabs-bottom .nav.nav-tabs.nav-justified li a {
    border-bottom-width: 3px !important;
    border-top-width: 0 !important;
  }
  .tabs.tabs-bottom .nav.nav-tabs.nav-justified li:first-child a,
  .tabs.tabs-bottom .nav.nav-tabs.nav-justified li:first-child a:hover {
    border-radius: 0;
  }
  .tabs.tabs-bottom .nav.nav-tabs.nav-justified li:last-child a,
  .tabs.tabs-bottom .nav.nav-tabs.nav-justified li:last-child a:hover {
    border-radius: 0 0 5px 5px;
  }
}
html body .tabs .nav-tabs a,
html.dark body .tabs .nav-tabs a,
html body .tabs .nav-tabs a:hover,
html.dark body .tabs .nav-tabs a:hover {
  color: #83bfd6;
}
html body .tabs .nav-tabs a:hover,
html.dark body .tabs .nav-tabs a:hover,
html body .tabs .nav-tabs a:focus,
html.dark body .tabs .nav-tabs a:focus {
  border-top-color: #83bfd6;
}
html body .tabs .nav-tabs li.active a,
html.dark body .tabs .nav-tabs li.active a {
  border-top-color: #83bfd6;
  color: #83bfd6;
}
html body .tabs .nav-tabs.nav-justified a:hover,
html.dark body .tabs .nav-tabs.nav-justified a:hover,
html body .tabs .nav-tabs.nav-justified a:focus,
html.dark body .tabs .nav-tabs.nav-justified a:focus {
  border-top-color: #83bfd6;
}
html body .tabs.tabs-bottom .nav-tabs li a:hover,
html.dark body .tabs.tabs-bottom .nav-tabs li a:hover,
html body .tabs.tabs-bottom .nav-tabs li.active a,
html.dark body .tabs.tabs-bottom .nav-tabs li.active a,
html body .tabs.tabs-bottom .nav-tabs li.active a:hover,
html.dark body .tabs.tabs-bottom .nav-tabs li.active a:hover,
html body .tabs.tabs-bottom .nav-tabs li.active a:focus,
html.dark body .tabs.tabs-bottom .nav-tabs li.active a:focus {
  border-bottom-color: #83bfd6;
}
html body .tabs.tabs-vertical.tabs-left .nav-tabs li a:hover,
html.dark body .tabs.tabs-vertical.tabs-left .nav-tabs li a:hover,
html body .tabs.tabs-vertical.tabs-left .nav-tabs li.active a,
html.dark body .tabs.tabs-vertical.tabs-left .nav-tabs li.active a,
html body .tabs.tabs-vertical.tabs-left .nav-tabs li.active a:hover,
html.dark body .tabs.tabs-vertical.tabs-left .nav-tabs li.active a:hover,
html body .tabs.tabs-vertical.tabs-left .nav-tabs li.active a:focus,
html.dark body .tabs.tabs-vertical.tabs-left .nav-tabs li.active a:focus {
  border-left-color: #83bfd6;
}
html body .tabs.tabs-vertical.tabs-right .nav-tabs li a:hover,
html.dark body .tabs.tabs-vertical.tabs-right .nav-tabs li a:hover,
html body .tabs.tabs-vertical.tabs-right .nav-tabs li.active a,
html.dark body .tabs.tabs-vertical.tabs-right .nav-tabs li.active a,
html body .tabs.tabs-vertical.tabs-right .nav-tabs li.active a:hover,
html.dark body .tabs.tabs-vertical.tabs-right .nav-tabs li.active a:hover,
html body .tabs.tabs-vertical.tabs-right .nav-tabs li.active a:focus,
html.dark body .tabs.tabs-vertical.tabs-right .nav-tabs li.active a:focus {
  border-right-color: #83bfd6;
}
html body .tabs.tabs-simple .nav-tabs > li.active a,
html.dark body .tabs.tabs-simple .nav-tabs > li.active a,
html body .tabs.tabs-simple .nav-tabs > li.active a:focus,
html.dark body .tabs.tabs-simple .nav-tabs > li.active a:focus,
html body .tabs.tabs-simple .nav-tabs > li a:hover,
html.dark body .tabs.tabs-simple .nav-tabs > li a:hover,
html body .tabs.tabs-simple .nav-tabs > li.active a:hover,
html.dark body .tabs.tabs-simple .nav-tabs > li.active a:hover {
  border-top-color: #83bfd6;
  color: #83bfd6;
}
html body .tabs-primary .nav-tabs li a,
html.dark body .tabs-primary .nav-tabs li a,
html body .tabs-primary .nav-tabs.nav-justified li a,
html.dark body .tabs-primary .nav-tabs.nav-justified li a,
html body .tabs-primary .nav-tabs li a:hover,
html.dark body .tabs-primary .nav-tabs li a:hover,
html body .tabs-primary .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-primary .nav-tabs.nav-justified li a:hover {
  color: #83bfd6;
}
html body .tabs-primary .nav-tabs li a:hover,
html.dark body .tabs-primary .nav-tabs li a:hover,
html body .tabs-primary .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-primary .nav-tabs.nav-justified li a:hover {
  border-top-color: #83bfd6;
}
html body .tabs-primary .nav-tabs li.active a,
html.dark body .tabs-primary .nav-tabs li.active a,
html body .tabs-primary .nav-tabs.nav-justified li.active a,
html.dark body .tabs-primary .nav-tabs.nav-justified li.active a,
html body .tabs-primary .nav-tabs li.active a:hover,
html.dark body .tabs-primary .nav-tabs li.active a:hover,
html body .tabs-primary .nav-tabs.nav-justified li.active a:hover,
html.dark body .tabs-primary .nav-tabs.nav-justified li.active a:hover,
html body .tabs-primary .nav-tabs li.active a:focus,
html.dark body .tabs-primary .nav-tabs li.active a:focus,
html body .tabs-primary .nav-tabs.nav-justified li.active a:focus,
html.dark body .tabs-primary .nav-tabs.nav-justified li.active a:focus {
  border-top-color: #83bfd6;
  color: #83bfd6;
}
html body .tabs-primary.tabs-bottom .nav-tabs li a:hover,
html.dark body .tabs-primary.tabs-bottom .nav-tabs li a:hover,
html body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li a:hover {
  border-bottom-color: #83bfd6;
}
html body .tabs-primary.tabs-bottom .nav-tabs li.active a,
html.dark body .tabs-primary.tabs-bottom .nav-tabs li.active a,
html body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active a,
html.dark body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active a,
html body .tabs-primary.tabs-bottom .nav-tabs li.active a:hover,
html.dark body .tabs-primary.tabs-bottom .nav-tabs li.active a:hover,
html body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active a:hover,
html.dark body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active a:hover,
html body .tabs-primary.tabs-bottom .nav-tabs li.active a:focus,
html.dark body .tabs-primary.tabs-bottom .nav-tabs li.active a:focus,
html body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active a:focus,
html.dark body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active a:focus {
  border-bottom-color: #83bfd6;
}
html body .tabs-primary.tabs-vertical.tabs-left li a:hover,
html.dark body .tabs-primary.tabs-vertical.tabs-left li a:hover {
  border-left-color: #83bfd6;
}
html body .tabs-primary.tabs-vertical.tabs-left li.active a,
html.dark body .tabs-primary.tabs-vertical.tabs-left li.active a,
html body .tabs-primary.tabs-vertical.tabs-left li.active a:hover,
html.dark body .tabs-primary.tabs-vertical.tabs-left li.active a:hover,
html body .tabs-primary.tabs-vertical.tabs-left li.active a:focus,
html.dark body .tabs-primary.tabs-vertical.tabs-left li.active a:focus {
  border-left-color: #83bfd6;
}
html body .tabs-primary.tabs-vertical.tabs-right li a:hover,
html.dark body .tabs-primary.tabs-vertical.tabs-right li a:hover {
  border-right-color: #83bfd6;
}
html body .tabs-primary.tabs-vertical.tabs-right li.active a,
html.dark body .tabs-primary.tabs-vertical.tabs-right li.active a,
html body .tabs-primary.tabs-vertical.tabs-right li.active a:hover,
html.dark body .tabs-primary.tabs-vertical.tabs-right li.active a:hover,
html body .tabs-primary.tabs-vertical.tabs-right li.active a:focus,
html.dark body .tabs-primary.tabs-vertical.tabs-right li.active a:focus {
  border-right-color: #83bfd6;
}
html body .tabs-secondary .nav-tabs li a,
html.dark body .tabs-secondary .nav-tabs li a,
html body .tabs-secondary .nav-tabs.nav-justified li a,
html.dark body .tabs-secondary .nav-tabs.nav-justified li a,
html body .tabs-secondary .nav-tabs li a:hover,
html.dark body .tabs-secondary .nav-tabs li a:hover,
html body .tabs-secondary .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-secondary .nav-tabs.nav-justified li a:hover {
  color: #e36159;
}
html body .tabs-secondary .nav-tabs li a:hover,
html.dark body .tabs-secondary .nav-tabs li a:hover,
html body .tabs-secondary .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-secondary .nav-tabs.nav-justified li a:hover {
  border-top-color: #e36159;
}
html body .tabs-secondary .nav-tabs li.active a,
html.dark body .tabs-secondary .nav-tabs li.active a,
html body .tabs-secondary .nav-tabs.nav-justified li.active a,
html.dark body .tabs-secondary .nav-tabs.nav-justified li.active a,
html body .tabs-secondary .nav-tabs li.active a:hover,
html.dark body .tabs-secondary .nav-tabs li.active a:hover,
html body .tabs-secondary .nav-tabs.nav-justified li.active a:hover,
html.dark body .tabs-secondary .nav-tabs.nav-justified li.active a:hover,
html body .tabs-secondary .nav-tabs li.active a:focus,
html.dark body .tabs-secondary .nav-tabs li.active a:focus,
html body .tabs-secondary .nav-tabs.nav-justified li.active a:focus,
html.dark body .tabs-secondary .nav-tabs.nav-justified li.active a:focus {
  border-top-color: #e36159;
  color: #e36159;
}
html body .tabs-secondary.tabs-bottom .nav-tabs li a:hover,
html.dark body .tabs-secondary.tabs-bottom .nav-tabs li a:hover,
html body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li a:hover {
  border-bottom-color: #e36159;
}
html body .tabs-secondary.tabs-bottom .nav-tabs li.active a,
html.dark body .tabs-secondary.tabs-bottom .nav-tabs li.active a,
html body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li.active a,
html.dark body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li.active a,
html body .tabs-secondary.tabs-bottom .nav-tabs li.active a:hover,
html.dark body .tabs-secondary.tabs-bottom .nav-tabs li.active a:hover,
html body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li.active a:hover,
html.dark body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li.active a:hover,
html body .tabs-secondary.tabs-bottom .nav-tabs li.active a:focus,
html.dark body .tabs-secondary.tabs-bottom .nav-tabs li.active a:focus,
html body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li.active a:focus,
html.dark body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li.active a:focus {
  border-bottom-color: #e36159;
}
html body .tabs-secondary.tabs-vertical.tabs-left li a:hover,
html.dark body .tabs-secondary.tabs-vertical.tabs-left li a:hover {
  border-left-color: #e36159;
}
html body .tabs-secondary.tabs-vertical.tabs-left li.active a,
html.dark body .tabs-secondary.tabs-vertical.tabs-left li.active a,
html body .tabs-secondary.tabs-vertical.tabs-left li.active a:hover,
html.dark body .tabs-secondary.tabs-vertical.tabs-left li.active a:hover,
html body .tabs-secondary.tabs-vertical.tabs-left li.active a:focus,
html.dark body .tabs-secondary.tabs-vertical.tabs-left li.active a:focus {
  border-left-color: #e36159;
}
html body .tabs-secondary.tabs-vertical.tabs-right li a:hover,
html.dark body .tabs-secondary.tabs-vertical.tabs-right li a:hover {
  border-right-color: #e36159;
}
html body .tabs-secondary.tabs-vertical.tabs-right li.active a,
html.dark body .tabs-secondary.tabs-vertical.tabs-right li.active a,
html body .tabs-secondary.tabs-vertical.tabs-right li.active a:hover,
html.dark body .tabs-secondary.tabs-vertical.tabs-right li.active a:hover,
html body .tabs-secondary.tabs-vertical.tabs-right li.active a:focus,
html.dark body .tabs-secondary.tabs-vertical.tabs-right li.active a:focus {
  border-right-color: #e36159;
}
html body .tabs-tertiary .nav-tabs li a,
html.dark body .tabs-tertiary .nav-tabs li a,
html body .tabs-tertiary .nav-tabs.nav-justified li a,
html.dark body .tabs-tertiary .nav-tabs.nav-justified li a,
html body .tabs-tertiary .nav-tabs li a:hover,
html.dark body .tabs-tertiary .nav-tabs li a:hover,
html body .tabs-tertiary .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-tertiary .nav-tabs.nav-justified li a:hover {
  color: #2baab1;
}
html body .tabs-tertiary .nav-tabs li a:hover,
html.dark body .tabs-tertiary .nav-tabs li a:hover,
html body .tabs-tertiary .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-tertiary .nav-tabs.nav-justified li a:hover {
  border-top-color: #2baab1;
}
html body .tabs-tertiary .nav-tabs li.active a,
html.dark body .tabs-tertiary .nav-tabs li.active a,
html body .tabs-tertiary .nav-tabs.nav-justified li.active a,
html.dark body .tabs-tertiary .nav-tabs.nav-justified li.active a,
html body .tabs-tertiary .nav-tabs li.active a:hover,
html.dark body .tabs-tertiary .nav-tabs li.active a:hover,
html body .tabs-tertiary .nav-tabs.nav-justified li.active a:hover,
html.dark body .tabs-tertiary .nav-tabs.nav-justified li.active a:hover,
html body .tabs-tertiary .nav-tabs li.active a:focus,
html.dark body .tabs-tertiary .nav-tabs li.active a:focus,
html body .tabs-tertiary .nav-tabs.nav-justified li.active a:focus,
html.dark body .tabs-tertiary .nav-tabs.nav-justified li.active a:focus {
  border-top-color: #2baab1;
  color: #2baab1;
}
html body .tabs-tertiary.tabs-bottom .nav-tabs li a:hover,
html.dark body .tabs-tertiary.tabs-bottom .nav-tabs li a:hover,
html body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li a:hover {
  border-bottom-color: #2baab1;
}
html body .tabs-tertiary.tabs-bottom .nav-tabs li.active a,
html.dark body .tabs-tertiary.tabs-bottom .nav-tabs li.active a,
html body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li.active a,
html.dark body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li.active a,
html body .tabs-tertiary.tabs-bottom .nav-tabs li.active a:hover,
html.dark body .tabs-tertiary.tabs-bottom .nav-tabs li.active a:hover,
html body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li.active a:hover,
html.dark body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li.active a:hover,
html body .tabs-tertiary.tabs-bottom .nav-tabs li.active a:focus,
html.dark body .tabs-tertiary.tabs-bottom .nav-tabs li.active a:focus,
html body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li.active a:focus,
html.dark body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li.active a:focus {
  border-bottom-color: #2baab1;
}
html body .tabs-tertiary.tabs-vertical.tabs-left li a:hover,
html.dark body .tabs-tertiary.tabs-vertical.tabs-left li a:hover {
  border-left-color: #2baab1;
}
html body .tabs-tertiary.tabs-vertical.tabs-left li.active a,
html.dark body .tabs-tertiary.tabs-vertical.tabs-left li.active a,
html body .tabs-tertiary.tabs-vertical.tabs-left li.active a:hover,
html.dark body .tabs-tertiary.tabs-vertical.tabs-left li.active a:hover,
html body .tabs-tertiary.tabs-vertical.tabs-left li.active a:focus,
html.dark body .tabs-tertiary.tabs-vertical.tabs-left li.active a:focus {
  border-left-color: #2baab1;
}
html body .tabs-tertiary.tabs-vertical.tabs-right li a:hover,
html.dark body .tabs-tertiary.tabs-vertical.tabs-right li a:hover {
  border-right-color: #2baab1;
}
html body .tabs-tertiary.tabs-vertical.tabs-right li.active a,
html.dark body .tabs-tertiary.tabs-vertical.tabs-right li.active a,
html body .tabs-tertiary.tabs-vertical.tabs-right li.active a:hover,
html.dark body .tabs-tertiary.tabs-vertical.tabs-right li.active a:hover,
html body .tabs-tertiary.tabs-vertical.tabs-right li.active a:focus,
html.dark body .tabs-tertiary.tabs-vertical.tabs-right li.active a:focus {
  border-right-color: #2baab1;
}
html body .tabs-quaternary .nav-tabs li a,
html.dark body .tabs-quaternary .nav-tabs li a,
html body .tabs-quaternary .nav-tabs.nav-justified li a,
html.dark body .tabs-quaternary .nav-tabs.nav-justified li a,
html body .tabs-quaternary .nav-tabs li a:hover,
html.dark body .tabs-quaternary .nav-tabs li a:hover,
html body .tabs-quaternary .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-quaternary .nav-tabs.nav-justified li a:hover {
  color: #383f48;
}
html body .tabs-quaternary .nav-tabs li a:hover,
html.dark body .tabs-quaternary .nav-tabs li a:hover,
html body .tabs-quaternary .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-quaternary .nav-tabs.nav-justified li a:hover {
  border-top-color: #383f48;
}
html body .tabs-quaternary .nav-tabs li.active a,
html.dark body .tabs-quaternary .nav-tabs li.active a,
html body .tabs-quaternary .nav-tabs.nav-justified li.active a,
html.dark body .tabs-quaternary .nav-tabs.nav-justified li.active a,
html body .tabs-quaternary .nav-tabs li.active a:hover,
html.dark body .tabs-quaternary .nav-tabs li.active a:hover,
html body .tabs-quaternary .nav-tabs.nav-justified li.active a:hover,
html.dark body .tabs-quaternary .nav-tabs.nav-justified li.active a:hover,
html body .tabs-quaternary .nav-tabs li.active a:focus,
html.dark body .tabs-quaternary .nav-tabs li.active a:focus,
html body .tabs-quaternary .nav-tabs.nav-justified li.active a:focus,
html.dark body .tabs-quaternary .nav-tabs.nav-justified li.active a:focus {
  border-top-color: #383f48;
  color: #383f48;
}
html body .tabs-quaternary.tabs-bottom .nav-tabs li a:hover,
html.dark body .tabs-quaternary.tabs-bottom .nav-tabs li a:hover,
html body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li a:hover {
  border-bottom-color: #383f48;
}
html body .tabs-quaternary.tabs-bottom .nav-tabs li.active a,
html.dark body .tabs-quaternary.tabs-bottom .nav-tabs li.active a,
html body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li.active a,
html.dark body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li.active a,
html body .tabs-quaternary.tabs-bottom .nav-tabs li.active a:hover,
html.dark body .tabs-quaternary.tabs-bottom .nav-tabs li.active a:hover,
html body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li.active a:hover,
html.dark body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li.active a:hover,
html body .tabs-quaternary.tabs-bottom .nav-tabs li.active a:focus,
html.dark body .tabs-quaternary.tabs-bottom .nav-tabs li.active a:focus,
html body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li.active a:focus,
html.dark body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li.active a:focus {
  border-bottom-color: #383f48;
}
html body .tabs-quaternary.tabs-vertical.tabs-left li a:hover,
html.dark body .tabs-quaternary.tabs-vertical.tabs-left li a:hover {
  border-left-color: #383f48;
}
html body .tabs-quaternary.tabs-vertical.tabs-left li.active a,
html.dark body .tabs-quaternary.tabs-vertical.tabs-left li.active a,
html body .tabs-quaternary.tabs-vertical.tabs-left li.active a:hover,
html.dark body .tabs-quaternary.tabs-vertical.tabs-left li.active a:hover,
html body .tabs-quaternary.tabs-vertical.tabs-left li.active a:focus,
html.dark body .tabs-quaternary.tabs-vertical.tabs-left li.active a:focus {
  border-left-color: #383f48;
}
html body .tabs-quaternary.tabs-vertical.tabs-right li a:hover,
html.dark body .tabs-quaternary.tabs-vertical.tabs-right li a:hover {
  border-right-color: #383f48;
}
html body .tabs-quaternary.tabs-vertical.tabs-right li.active a,
html.dark body .tabs-quaternary.tabs-vertical.tabs-right li.active a,
html body .tabs-quaternary.tabs-vertical.tabs-right li.active a:hover,
html.dark body .tabs-quaternary.tabs-vertical.tabs-right li.active a:hover,
html body .tabs-quaternary.tabs-vertical.tabs-right li.active a:focus,
html.dark body .tabs-quaternary.tabs-vertical.tabs-right li.active a:focus {
  border-right-color: #383f48;
}
html body .tabs-dark .nav-tabs li a,
html.dark body .tabs-dark .nav-tabs li a,
html body .tabs-dark .nav-tabs.nav-justified li a,
html.dark body .tabs-dark .nav-tabs.nav-justified li a,
html body .tabs-dark .nav-tabs li a:hover,
html.dark body .tabs-dark .nav-tabs li a:hover,
html body .tabs-dark .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-dark .nav-tabs.nav-justified li a:hover {
  color: #2e353e;
}
html body .tabs-dark .nav-tabs li a:hover,
html.dark body .tabs-dark .nav-tabs li a:hover,
html body .tabs-dark .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-dark .nav-tabs.nav-justified li a:hover {
  border-top-color: #2e353e;
}
html body .tabs-dark .nav-tabs li.active a,
html.dark body .tabs-dark .nav-tabs li.active a,
html body .tabs-dark .nav-tabs.nav-justified li.active a,
html.dark body .tabs-dark .nav-tabs.nav-justified li.active a,
html body .tabs-dark .nav-tabs li.active a:hover,
html.dark body .tabs-dark .nav-tabs li.active a:hover,
html body .tabs-dark .nav-tabs.nav-justified li.active a:hover,
html.dark body .tabs-dark .nav-tabs.nav-justified li.active a:hover,
html body .tabs-dark .nav-tabs li.active a:focus,
html.dark body .tabs-dark .nav-tabs li.active a:focus,
html body .tabs-dark .nav-tabs.nav-justified li.active a:focus,
html.dark body .tabs-dark .nav-tabs.nav-justified li.active a:focus {
  border-top-color: #2e353e;
  color: #2e353e;
}
html body .tabs-dark.tabs-bottom .nav-tabs li a:hover,
html.dark body .tabs-dark.tabs-bottom .nav-tabs li a:hover,
html body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li a:hover {
  border-bottom-color: #2e353e;
}
html body .tabs-dark.tabs-bottom .nav-tabs li.active a,
html.dark body .tabs-dark.tabs-bottom .nav-tabs li.active a,
html body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active a,
html.dark body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active a,
html body .tabs-dark.tabs-bottom .nav-tabs li.active a:hover,
html.dark body .tabs-dark.tabs-bottom .nav-tabs li.active a:hover,
html body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active a:hover,
html.dark body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active a:hover,
html body .tabs-dark.tabs-bottom .nav-tabs li.active a:focus,
html.dark body .tabs-dark.tabs-bottom .nav-tabs li.active a:focus,
html body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active a:focus,
html.dark body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active a:focus {
  border-bottom-color: #2e353e;
}
html body .tabs-dark.tabs-vertical.tabs-left li a:hover,
html.dark body .tabs-dark.tabs-vertical.tabs-left li a:hover {
  border-left-color: #2e353e;
}
html body .tabs-dark.tabs-vertical.tabs-left li.active a,
html.dark body .tabs-dark.tabs-vertical.tabs-left li.active a,
html body .tabs-dark.tabs-vertical.tabs-left li.active a:hover,
html.dark body .tabs-dark.tabs-vertical.tabs-left li.active a:hover,
html body .tabs-dark.tabs-vertical.tabs-left li.active a:focus,
html.dark body .tabs-dark.tabs-vertical.tabs-left li.active a:focus {
  border-left-color: #2e353e;
}
html body .tabs-dark.tabs-vertical.tabs-right li a:hover,
html.dark body .tabs-dark.tabs-vertical.tabs-right li a:hover {
  border-right-color: #2e353e;
}
html body .tabs-dark.tabs-vertical.tabs-right li.active a,
html.dark body .tabs-dark.tabs-vertical.tabs-right li.active a,
html body .tabs-dark.tabs-vertical.tabs-right li.active a:hover,
html.dark body .tabs-dark.tabs-vertical.tabs-right li.active a:hover,
html body .tabs-dark.tabs-vertical.tabs-right li.active a:focus,
html.dark body .tabs-dark.tabs-vertical.tabs-right li.active a:focus {
  border-right-color: #2e353e;
}
html body .tabs-light .nav-tabs li a,
html.dark body .tabs-light .nav-tabs li a,
html body .tabs-light .nav-tabs.nav-justified li a,
html.dark body .tabs-light .nav-tabs.nav-justified li a,
html body .tabs-light .nav-tabs li a:hover,
html.dark body .tabs-light .nav-tabs li a:hover,
html body .tabs-light .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-light .nav-tabs.nav-justified li a:hover {
  color: #ffffff;
}
html body .tabs-light .nav-tabs li a:hover,
html.dark body .tabs-light .nav-tabs li a:hover,
html body .tabs-light .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-light .nav-tabs.nav-justified li a:hover {
  border-top-color: #ffffff;
}
html body .tabs-light .nav-tabs li.active a,
html.dark body .tabs-light .nav-tabs li.active a,
html body .tabs-light .nav-tabs.nav-justified li.active a,
html.dark body .tabs-light .nav-tabs.nav-justified li.active a,
html body .tabs-light .nav-tabs li.active a:hover,
html.dark body .tabs-light .nav-tabs li.active a:hover,
html body .tabs-light .nav-tabs.nav-justified li.active a:hover,
html.dark body .tabs-light .nav-tabs.nav-justified li.active a:hover,
html body .tabs-light .nav-tabs li.active a:focus,
html.dark body .tabs-light .nav-tabs li.active a:focus,
html body .tabs-light .nav-tabs.nav-justified li.active a:focus,
html.dark body .tabs-light .nav-tabs.nav-justified li.active a:focus {
  border-top-color: #ffffff;
  color: #ffffff;
}
html body .tabs-light.tabs-bottom .nav-tabs li a:hover,
html.dark body .tabs-light.tabs-bottom .nav-tabs li a:hover,
html body .tabs-light.tabs-bottom .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-light.tabs-bottom .nav-tabs.nav-justified li a:hover {
  border-bottom-color: #ffffff;
}
html body .tabs-light.tabs-bottom .nav-tabs li.active a,
html.dark body .tabs-light.tabs-bottom .nav-tabs li.active a,
html body .tabs-light.tabs-bottom .nav-tabs.nav-justified li.active a,
html.dark body .tabs-light.tabs-bottom .nav-tabs.nav-justified li.active a,
html body .tabs-light.tabs-bottom .nav-tabs li.active a:hover,
html.dark body .tabs-light.tabs-bottom .nav-tabs li.active a:hover,
html body .tabs-light.tabs-bottom .nav-tabs.nav-justified li.active a:hover,
html.dark body .tabs-light.tabs-bottom .nav-tabs.nav-justified li.active a:hover,
html body .tabs-light.tabs-bottom .nav-tabs li.active a:focus,
html.dark body .tabs-light.tabs-bottom .nav-tabs li.active a:focus,
html body .tabs-light.tabs-bottom .nav-tabs.nav-justified li.active a:focus,
html.dark body .tabs-light.tabs-bottom .nav-tabs.nav-justified li.active a:focus {
  border-bottom-color: #ffffff;
}
html body .tabs-light.tabs-vertical.tabs-left li a:hover,
html.dark body .tabs-light.tabs-vertical.tabs-left li a:hover {
  border-left-color: #ffffff;
}
html body .tabs-light.tabs-vertical.tabs-left li.active a,
html.dark body .tabs-light.tabs-vertical.tabs-left li.active a,
html body .tabs-light.tabs-vertical.tabs-left li.active a:hover,
html.dark body .tabs-light.tabs-vertical.tabs-left li.active a:hover,
html body .tabs-light.tabs-vertical.tabs-left li.active a:focus,
html.dark body .tabs-light.tabs-vertical.tabs-left li.active a:focus {
  border-left-color: #ffffff;
}
html body .tabs-light.tabs-vertical.tabs-right li a:hover,
html.dark body .tabs-light.tabs-vertical.tabs-right li a:hover {
  border-right-color: #ffffff;
}
html body .tabs-light.tabs-vertical.tabs-right li.active a,
html.dark body .tabs-light.tabs-vertical.tabs-right li.active a,
html body .tabs-light.tabs-vertical.tabs-right li.active a:hover,
html.dark body .tabs-light.tabs-vertical.tabs-right li.active a:hover,
html body .tabs-light.tabs-vertical.tabs-right li.active a:focus,
html.dark body .tabs-light.tabs-vertical.tabs-right li.active a:focus {
  border-right-color: #ffffff;
}

.sample-icon-list {
  margin-top: 22px;
}
.sample-icon-list .sample-icon a {
  display: block;
  color: #222222;
  line-height: 32px;
  height: 32px;
  padding-left: 10px;
  border-radius: 4px;
  font-size: 11px;
}
.sample-icon-list .sample-icon a .fa,
.sample-icon-list .sample-icon a .icons {
  width: 32px;
  font-size: 14px;
  display: inline-block;
  text-align: right;
  margin-right: 10px;
}
.sample-icon-list .sample-icon a:hover {
  color: #ffffff;
  text-decoration: none;
  background: #83bfd6;
}
.sample-icon-list .sample-icon a:hover .fa,
.sample-icon-list .sample-icon a:hover .icons {
  font-size: 28px;
  vertical-align: -6px;
}

.toggle {
  margin: 10px 0 20px;
  position: relative;
  clear: both;
}
.toggle .toggle {
  margin: 10px 0 0;
}
.toggle > input {
  cursor: pointer;
  filter: alpha(opacity=0);
  height: 45px;
  margin: 0;
  opacity: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.toggle > label {
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  background: #F4F4F4;
  border-left: 3px solid #CCC;
  border-radius: 5px;
  color: #CCC;
  display: block;
  font-size: 1.1em;
  min-height: 20px;
  padding: 12px 20px 12px 10px;
  position: relative;
  cursor: pointer;
  font-weight: 400;
}
.toggle > label:-moz-selection {
  background: none;
}
.toggle > label i.fa-minus {
  display: none;
}
.toggle > label i.fa-plus {
  display: inline;
}
.toggle > label:selection {
  background: none;
}
.toggle > label:before {
  border: 6px solid transparent;
  border-left-color: inherit;
  content: '';
  margin-top: -6px;
  position: absolute;
  right: 4px;
  top: 50%;
}
.toggle > label:hover {
  background: #f5f5f5;
}
.toggle > label + p {
  color: #999;
  display: block;
  overflow: hidden;
  padding-left: 30px;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 25px;
}
.toggle > label i {
  font-size: 0.7em;
  margin-right: 8px;
  position: relative;
  top: -1px;
}
.toggle > .toggle-content {
  display: none;
}
.toggle > .toggle-content > p {
  margin-bottom: 0;
  padding: 10px 0;
}
.toggle.active i.fa-minus {
  display: inline;
}
.toggle.active i.fa-plus {
  display: none;
}
.toggle.active > label {
  background: #F4F4F4;
  border-color: #CCC;
}
.toggle.active > label:before {
  border: 6px solid transparent;
  border-top-color: #FFF;
  margin-top: -3px;
  right: 10px;
}
.toggle.active > p {
  white-space: normal;
}
.toggle > p.preview-active {
  height: auto;
  white-space: normal;
}
.toggle.toggle-sm .toggle > label {
  font-size: 0.9em;
  padding: 6px 20px 6px 10px;
}
.toggle.toggle-sm .toggle > .toggle-content > p {
  font-size: 0.9em;
}
.toggle.toggle-lg .toggle > label {
  font-size: 1.1em;
  padding: 16px 20px 16px 20px;
}
.toggle.toggle-lg .toggle > .toggle-content > p {
  font-size: 1.1em;
}
.toggle.toggle-simple .toggle > label {
  border-radius: 0;
  border: 0;
  background: transparent;
  color: #777;
  padding-left: 32px;
  margin-bottom: -10px;
  font-size: 1em;
  font-weight: 600;
  color: #1d2127;
}
.toggle.toggle-simple .toggle > label:after {
  content: '';
  position: absolute;
  left: 0;
  display: block;
  width: 24px;
  height: 24px;
  background: #CCC;
  top: 23px;
  margin-top: -12px;
  border-radius: 3px;
  z-index: 1;
}
.toggle.toggle-simple .toggle > label:before {
  border: 0;
  left: 7px;
  right: auto;
  margin-top: 0;
  top: 12px;
  font-family: FontAwesome;
  content: "\f067";
  z-index: 2;
  color: #FFF;
  font-size: 13px;
}
.toggle.toggle-simple .toggle.active > label {
  background: transparent;
  color: #1d2127;
}
.toggle.toggle-simple .toggle.active > label:before {
  content: "\f068";
}

.page-header {
  background-color: #171717;
  border-bottom: 5px solid #CCC;
  border-top: 5px solid #384045;
  margin: 0 0 35px 0;
  min-height: 50px;
  padding: 20px 0;
  position: relative;
  text-align: left;
}
.page-header .breadcrumb {
  background: none;
  margin: 0 0 10px 2px;
  padding: 0;
  position: relative;
  z-index: 1;
}
.page-header .breadcrumb > li {
  display: inline-block;
  font-size: 0.85em;
  text-transform: uppercase;
  text-shadow: none;
}
.page-header .breadcrumb > li + li:before {
  color: inherit;
  opacity: 0.5;
  font-family: FontAwesome;
  content: "\f105";
  padding: 0 7px 0 5px;
}
.page-header .breadcrumb.breadcrumb-valign-mid {
  position: absolute;
  top: 36%;
  right: 20px;
}
.page-header h1 {
  border-bottom: 5px solid #83bfd6;
  color: #fff;
  display: inline-block;
  font-size: 32px;
  font-weight: 200;
  line-height: 32px;
  margin: 0 0 -25px;
  padding: 0 0 25px;
  position: relative;
}
.page-header h1 span {
  color: #ffffff;
  display: block;
  font-size: 0.6em;
  font-weight: 300;
  line-height: 1.3em;
  margin: 7px 0 0;
}
.page-header-no-title-border h1 {
  border: 0;
}

.page-header-color {
  background-color: #F7F7F7;
  border-bottom: 5px solid #F4F4F4;
  border-top: none;
}
.page-header-color h1 {
  border-bottom: none;
  color: #1d2127;
  font-size: 2.3em;
  padding: 0;
  margin: 0;
}
.page-header-color h1 span {
  opacity: 0.65;
}
.page-header-color .breadcrumb > .active {
  opacity: 0.65;
}

.page-header-more-padding {
  padding: 35px 0;
}

.page-header-light {
  background-color: #F7F7F7;
  border-bottom: 5px solid #F4F4F4;
  border-top: none;
}
.page-header-light h1 {
  border-bottom: none;
  color: #1d2127;
  font-size: 2.3em;
}

.page-header-reverse {
  text-align: right;
}
.page-header-reverse .breadcrumb,
.page-header-reverse .breadcrumb.breadcrumb-valign-mid {
  float: left;
  left: 20px;
  right: auto;
}

.page-header.parallax {
  margin: 0 0 35px;
  padding: 180px 0 60px;
}
.page-header-center {
  text-align: center;
}
.page-header-center .breadcrumb {
  margin: 15px 0 0;
}

.page-header-custom-background {
  padding: 45px 0;
  background-repeat: repeat;
  background-color: transparent;
  border-top: 0;
  border-bottom: 0;
}
.page-header-custom-background h1 {
  color: #FFF;
  border: 0;
}
.page-header-custom-background h1 span {
  color: #FFF;
  opacity: 0.7;
}
.page-header-custom-background .breadcrumb.breadcrumb-valign-mid {
  top: 36%;
}
.page-header-custom-background .breadcrumb.breadcrumb-valign-mid li.active {
  color: #FFF;
  opacity: 0.7;
}
.page-header-custom-background .breadcrumb.breadcrumb-valign-mid a {
  color: #FFF;
}
.section-overlay {
  position: relative;
}
.section-overlay:before {
  content: "";
  display: block;
  background: url(https://hydroarm.by/templates/porto/images/video-overlay.png) repeat scroll 0 0 transparent;
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.tp-bannertimer {
  background: #83bfd6 !important;
  z-index: 5000 !important;
}
.jb-slideshow .tp-caption a {
  color: #ffffff !important;
}
.jb-slideshow .tp-caption a:hover {
  color: #ffffff !important;
}
.jb-slideshow .text-white {
  color: #fff !improtant;
}
.jb-slideshow iframe {
  border: none;
}
.jb-slideshow .blackboard-text {
  color: #bab9be;
  font-family: 'Shadows Into Light', cursive;
}
.jb-slideshow .tp-bullets.preview2 .bullet {
  display: flex;
  margin: 5px;
}
.jb-slideshow .tparrows.navbar-old {
  cursor: pointer;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  height: 40px;
  display: block;
  z-index: 1000;
  border-radius: 6px;
}
.jb-slideshow .tparrows.navbar-old:hover {
  background: #000 !important;
}
.jb-slideshow .tparrows.navbar-old:before {
  font-family: "revicons";
  font-size: 15px;
  color: #fff;
  display: block;
  line-height: 40px;
  text-align: center;
}
.jb-slideshow .tparrows.navbar:before {
  font-family: "revicons";
  font-size: 35px;
  color: #fff;
  display: block;
  line-height: 40px;
  text-align: center;
}
.jb-slideshow .tparrows.default {
  background-image: none;
}
.jb-slideshow .tparrows.tp-leftarrow:before {
  content: '\e824';
}
.jb-slideshow .tparrows.tp-rightarrow:before {
  content: '\e825';
}
.jb-slideshow .tp-caption-overlay-primary {
  background: #83bfd6;
}
.jb-slideshow .tp-caption-overlay-opacity {
  background: rgba(0, 0, 0, 0.4);
  padding: 10px;
}
.twoxtwo {
  background: rgba(0, 0, 0, 0.75) !important;
}
.twoxtwowhite {
  background: rgba(255, 255, 255, 0.75) !important;
}
.tp-dottedoverlay {
  background-repeat: repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 3;
}
.jb-onepage .t3-header {
  border-bottom: 0px;
  padding-bottom: 0px;
}
.jb-onepage .t3-header .social-icons {
  margin: 30px 0px 0px 10px;
}
.jb-onepage .navbar-default {
  margin: 0px;
}
.jb-onepage .navbar-default .header-nav-main {
  margin: 0px;
}
.jb-onepage .navbar-default .navbar-nav .active a {
  color: #83bfd6 !important;
}
.jb-onepage .navbar-default .navbar-nav li {
  position: relative;
}
.jb-onepage .navbar-default .navbar-nav li a {
  background-color: #ffffff !important;
  border-radius: 0px;
  color: #444;
}
@media (max-width: 767px) {
  .jb-onepage .navbar-default .navbar-nav li a {
    padding: 10px;
  }
}
@media (min-width: 768px) {
  .jb-onepage .navbar-default .navbar-nav li a {
    padding: 15px 13px 15px;
  }
}
@media (min-width: 992px) {
  .jb-onepage .navbar-default .navbar-nav li a {
    padding: 65px 13px 15px;
  }
}
@media (min-width: 1200px) {
  .jb-onepage .navbar-default .navbar-nav li a {
    padding: 65px 13px 15px;
  }
}
.jb-onepage .navbar-default .navbar-nav li a:hover {
  color: #83bfd6;
}
.jb-onepage .navbar-default .navbar-nav li a:before {
  content: "";
  height: 5px;
  left: -5px;
  opacity: 0;
  position: absolute;
  top: -16px;
  width: 100%;
  background: #83bfd6;
}
.jb-onepage .navbar-default .dropdown:hover .dropdown-toggle {
  background: transparent;
  color: #83bfd6 !important;
}
.jb-hotal h1,
.jb-hotal h2,
.jb-hotal h3 {
  font-weight: 900;
  letter-spacing: -1px;
}
.jb-hotal h1 strong,
.jb-hotal h2 strong,
.jb-hotal h3 strong {
  font-weight: 900;
}
.jb-hotal h4,
.jb-hotal h5,
.jb-hotal h6 {
  font-weight: 800;
  letter-spacing: -1px;
}
.jb-hotal h4 strong,
.jb-hotal h5 strong,
.jb-hotal h6 strong {
  font-weight: 700;
}
.jb-hotal .header-top-custom {
  background: url(https://hydroarm.by/templates/porto/images/bg/pattern.jpg);
}
.jb-hotal .header-top-custom .col-address,
.jb-hotal .header-top-custom .col-phone,
.jb-hotal .header-top-custom .col-share {
  margin: 15px 0px 0px;
}
.jb-hotal .header-top-custom .icons {
  font-size: 28px;
  float: left;
  margin-right: 9px;
  position: relative;
  top: 9px;
}
.jb-hotal .header-top-custom .icons.icon-location-pin {
  top: 6px;
}
.jb-hotal .header-top-custom .icons.icon-share {
  top: 5px;
}
.jb-hotal .header-top-custom label {
  display: block;
  font-size: 14px;
  opacity: 0.5;
  color: #FFF;
  padding: 0;
  margin: 0 0 -5px;
  font-weight: normal;
}
.jb-hotal .header-top-custom strong {
  display: block;
  font-size: 17px;
  color: #FFF;
  padding: 0;
  margin: 0;
  font-weight: normal;
}
.jb-hotal .header-top-custom .social-icons li {
  box-shadow: none;
  margin-right: 10px;
}
.jb-hotal .header-top-custom .social-icons li a {
  background: transparent !important;
  border-radius: 0;
  color: #fff !important;
  height: auto;
  line-height: normal;
  width: auto;
  font-size: 12px;
  text-transform: uppercase;
}
.jb-hotal .header-top-custom .social-icons li a .fa {
  font-size: 14px;
  margin-right: 2px;
  position: relative;
  top: 1px;
}
.jb-hotal .header-top-custom .social-icons li a:hover {
  opacity: 0.7;
}
.jb-hotal .jb-hotal-header {
  background: #ffffff;
  z-index: 1001;
}
.jb-hotal .jb-hotal-header .logo .logo-img {
  margin: 32px 0px 32px 0px;
  width: 192px;
  height: 55px;
}
.jb-hotal .jb-hotal-header .logo span {
  display: none;
}
.jb-hotal .jb-hotal-header .off-canvas-toggle {
  margin: 32px 20px;
}
.jb-hotal .navbar-default {
  margin: 0px;
}
.jb-hotal .navbar-default .navbar-nav > .active > a {
  background-color: transparent !important;
  color: #83bfd6 !important;
}
.jb-hotal .navbar-default .navbar-nav > .active > a:hover,
.jb-hotal .navbar-default .navbar-nav > .active > a:focus {
  background-color: #83bfd6 !important;
  color: #ffffff !important;
}
.jb-hotal .navbar-default .navbar-nav li a {
  padding: 50px 23px;
  border-radius: 0px;
  color: #555555;
}
.jb-hotal .navbar-default .navbar-nav li a:hover {
  color: #ffffff !important;
  background: #83bfd6;
}
.jb-hotal .navbar-default .navbar-nav .open a {
  background: #83bfd6 !important;
  color: #ffffff !important;
}
.jb-hotal .navbar-default .dropdown-menu {
  background: #2d529f;
  border-radius: 0px;
  border-color: #2d529f;
}
.jb-hotal .navbar-default .dropdown-menu li a {
  border-bottom-color: #335cb3 !important;
  color: #ffffff;
}
.jb-hotal .modal-video img {
  width: 90px;
  height: 90px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.jb-hotal .modal-video img:hover {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.jb-hotal .testimonial.testimonial-style-custom {
  text-align: center;
}
.jb-hotal .testimonial.testimonial-style-custom blockquote {
  padding: 70px 40px 40px;
}
.jb-hotal .testimonial.testimonial-style-custom blockquote p {
  color: #777;
  font-family: Georgia,serif;
  font-size: 15px;
  font-style: italic;
  line-height: 22px;
}
.jb-hotal .testimonial.testimonial-style-custom blockquote:before {
  font-size: 80px;
  left: 50%;
  margin-left: -18px;
  right: auto;
  top: 20px;
}
.jb-hotal .testimonial.testimonial-style-custom blockquote:after {
  display: none;
}
.jb-hotal .testimonial.testimonial-style-custom .testimonial-arrow-down {
  margin-left: 46%;
  position: relative;
}
.jb-hotal .testimonial.testimonial-style-custom .testimonial-author {
  border-top: 0;
}
.jb-hotal .testimonial.testimonial-style-custom .testimonial-author p {
  text-align: center;
  margin: 0;
  padding: 0;
}
.jb-hotal .testimonial.testimonial-style-custom .testimonial-author p strong {
  color: #FFF;
  text-transform: uppercase;
}
.jb-hotal .testimonial.testimonial-style-custom .testimonial-author p span {
  color: #FFF;
  opacity: 0.5;
}
.jb-hotal .thumb-info {
  border: none;
  border-radius: 0px;
}
.jb-hotal .subscription h2 {
  margin: 0;
  color: #FFFFFF;
  font-size: 36px;
  line-height: 44px;
  font-weight: 500;
  margin-bottom: 33px;
}
.jb-hotal .subscription .acymailing_module_form .acymailing_form {
  margin: initial;
  width: 100%;
}
.jb-hotal .subscription .acymailing_module_form .acymailing_form .acyfield_email {
  float: none;
}
.jb-hotal .subscription .acymailing_module_form .acymailing_form td {
  padding-right: 20px;
  padding-left: 0px;
  padding-bottom: 0px;
}
.jb-hotal .subscription .acymailing_module_form .acymailing_form label {
  font-size: 16px;
  color: #9E9E9E;
  line-height: 29px;
  margin: 0;
  padding: 0;
  display: block;
  font-weight: normal;
}
.jb-hotal .subscription .acymailing_module_form .acymailing_form .inputbox {
  background: transparent none repeat scroll 0 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25) !important;
  border-image: none;
  border-left: 0 none;
  border-right: 0 none;
  border-top: 0 none;
  box-shadow: none !important;
  color: #ffffff;
  border-radius: 0px;
  height: 55px;
  text-transform: uppercase;
}
.jb-hotal .subscription .acymailing_module_form .acymailing_form .btn-primary {
  height: 55px;
  outline: none;
  color: #ffffff;
  width: 100%;
  border-radius: 0px;
  transition: all 0.5s ease;
}
.jb-hotal .subscription ul {
  display: inline-block;
  margin: 0;
  padding: 13px;
}
.jb-hotal .subscription ul li {
  display: inline-block;
  list-style: none;
  margin-left: 20px;
}
.jb-hotal .subscription ul li a {
  display: block;
  font-size: 24px;
  color: #F4F4F4;
  transition: all 0.5s ease;
}
.jb-hotal .subscription ul li a:hover {
  color: #fbca00;
}
.jb-hotal .t3-footer {
  background: #83bfd6;
  border-top: none;
  padding: 26px 0 0;
}
.jb-hotal .t3-footer .t3-copyright {
  background: url(https://hydroarm.by/templates/porto/images/bg/pattern.jpg);
  border-top: none;
}
.jb-hotal .t3-footer .t3-copyright .jb-footer-menu {
  text-align: left;
}
.jb-hotal .t3-footer .t3-copyright .jb-footer-menu .nav-pills li a {
  font-size: 14px;
  opacity: 0.5;
}
.jb-hotal .t3-footer .t3-copyright .copyright {
  color: #ffffff;
  opacity: 0.5;
  font-size: 14px;
}
.jb-hotal .footer-info .icons {
  color: #FFF;
  font-size: 18px;
  display: block;
}
.jb-hotal .footer-info label {
  color: #FFF;
  display: block;
  font-size: 14px;
  font-weight: normal;
  margin: 0;
  opacity: 0.5;
  padding: 0;
}
.jb-hotal .footer-info strong {
  color: #FFF;
  display: block;
  font-size: 15px;
  font-weight: normal;
  line-height: 18px;
  margin: 0;
  padding: 0;
}
.jb-hotal .footer-info .social-icons li {
  box-shadow: none;
  margin-right: 10px;
}
.jb-hotal .footer-info .social-icons li a {
  background: transparent !important;
  border-radius: 0;
  color: #fff !important;
  height: auto;
  line-height: normal;
  width: auto;
  font-size: 12px;
  text-transform: uppercase;
}
.jb-hotal .footer-info .social-icons li a .fa {
  font-size: 14px;
  margin-right: 2px;
  position: relative;
  top: 1px;
}
.jb-hotal .footer-info .social-icons li a:hover {
  opacity: 0.7;
}
.jb-hotal .page-header {
  background: #83bfd6;
  border: none;
}
.jb-hotal .page-header h1 {
  border: none;
  margin: 0px;
  padding: 0px;
}
.jb-hotal .tp-bullets.simplebullets.navbar {
  background: none;
  border: none;
}
.jb-hotal .tp-bullets.simplebullets.navbar .bullet {
  background: none;
}
.jb-hotal .tp-bullets.simplebullets.navbar .selected {
  background: #ffffff;
}
.jb-hotal .bullet {
  background-color: rgba(0, 0, 0, 0);
  background: none;
  border-radius: 50%;
  box-shadow: 0 0 0 2px #fff inset;
  height: 16px;
  overflow: hidden;
  position: absolute;
  transition: background 0.3s ease 0s;
  width: 16px;
}
.jb-hotal .bullet:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.jb-hotal .bullet::after {
  background-color: #fff;
  bottom: 0;
  box-shadow: 0 0 1px #fff;
  content: " ";
  height: 0;
  left: 0;
  position: absolute;
  transition: height 0.3s ease 0s;
  width: 100%;
}
.rev_slider .slotholder:after {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  *background: rgba(0, 0, 0, 0.25);
}
.jb-medical .header-top {
  padding: 0px;
}
.jb-medical .header-nav-top .nav > li > a,
.jb-medical .header-nav-top .nav > li > span {
  color: #999;
  display: inline-block;
  font-size: 0.9em;
  padding: 6px 10px;
}
.jb-medical .header-nav-top .nav > li > a .fa,
.jb-medical .header-nav-top .nav > li > a .icons,
.jb-medical .header-nav-top .nav > li > span .fa,
.jb-medical .header-nav-top .nav > li > span .icons {
  margin-right: 3px;
  position: relative;
  top: 1px;
}
.jb-medical .header-top-custom .header-nav-top .nav > li span .icons {
  color: #4c4c4c !important;
}
.jb-medical .header-top-custom .header-nav-top .nav > li:nth-child(2) span {
  border-left: 1px solid #d1dee9;
  border-right: 1px solid #d1dee9;
}
.jb-medical .header-top-custom .header-nav-top .nav > li > span,
.jb-medical .header-top-custom .header-nav-top .nav > li a {
  color: #8ea0ae !important;
}
.jb-medical .jb-medical-header {
  background: #ffffff;
  border-bottom: 1px solid transparent;
  padding: 20px 0;
  z-index: 1001;
}
.jb-medical .jb-medical-header .logo .logo-img {
  margin: 12px 12px 12px 0;
  width: 131px;
  height: 40px;
}
.jb-medical .jb-medical-header .logo span {
  display: none;
}
.jb-medical .navbar-default .navbar-nav > .active > a {
  background-color: transparent !important;
  color: #2d529f !important;
}
.jb-medical .navbar-default .navbar-nav > .active > a:hover,
.jb-medical .navbar-default .navbar-nav > .active > a:focus {
  background-color: #2d529f !important;
  color: #ffffff !important;
}
.jb-medical .navbar-default .navbar-nav li .dropdown-menu li {
  border-bottom-color: #335CB3 !important;
  background: #335CB3 !important;
}
.jb-medical .navbar-default .navbar-nav li .dropdown-menu li a:hover {
  background: #335CB3 !important;
}
.jb-medical .navbar-default .navbar-nav li a {
  border-radius: 0px;
  color: #2d529f;
}
.jb-medical .navbar-default .navbar-nav li a:hover {
  color: #ffffff !important;
  background: #2d529f;
}
.jb-medical .navbar-default .navbar-nav .open a {
  background: #2d529f !important;
  color: #ffffff !important;
}
.jb-medical .navbar-default .dropdown-menu {
  background: #2d529f;
  border-radius: 0px;
  border-color: #2d529f;
}
.jb-medical .navbar-default .dropdown-menu li a {
  color: #ffffff;
}
.jb-wedding {
  overflow-x: hidden !important;
}
.jb-wedding .alternative-font {
  font-family: 'Great Vibes', cursive;
}
.jb-wedding .slider-border {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 16px;
  background-image: url(https://hydroarm.by/templates/porto/images/slider-border-bg.png);
  background-repeat: repeat-x;
  z-index: 30;
}
.jb-wedding .sppb-section-title .sppb-title-subheading {
  max-width: 65% !important;
  font-size: 14px !important;
  margin-bottom: 20px !important;
  margin-top: 20px !important;
}
.jb-wedding .custom-font-size-2 .sppb-title-heading {
  font-size: 7em !important;
  line-height: 100px !important;
}
.jb-wedding .sppb-title-heading {
  font-family: 'Great Vibes', cursive;
  font-size: 4em !important;
  color: #83bfd6;
}
.jb-wedding .text-white .sppb-title-heading {
  color: #ffffff;
}
.jb-wedding .custom-overlay-1:before {
  background: url(https://hydroarm.by/templates/porto/images/custom-overlay-1.png) repeat scroll 0 0 transparent !important;
  z-index: -4;
}
.jb-wedding .header-column-center {
  text-align: center;
}
.jb-wedding .header-column-center .header-logo {
  width: 100% !important;
  padding: 9px 0;
}
.jb-wedding .header-column-center .header-logo .header-logo-text {
  display: inline-block;
  font-family: 'Great Vibes', cursive !important;
  font-size: 36px;
  line-height: 36px;
  padding: 15px 0 15px;
}
.jb-wedding .header-nav-main {
  position: relative;
  float: none;
}
.jb-wedding .header-nav-main:before {
  content: '';
  display: block;
  position: absolute;
  width: 100vw;
  top: 0;
  left: 50%;
  overflow: hidden;
  border-top: 1px solid #e1e4e9;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.jb-wedding .header-nav-main .t3-navbar {
  float: none;
  text-align: center;
}
.jb-wedding .header-nav-main .t3-navbar .navbar-nav {
  float: none;
}
.jb-wedding .header-nav-main .t3-navbar .navbar-nav .active:before {
  content: '\f004';
  display: block;
  font-family: 'FontAwesome';
  position: absolute;
  top: 2px;
  left: 50%;
  color: #ef3447;
  line-height: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.jb-wedding .header-nav-main .t3-navbar .navbar-nav .active a {
  color: #83bfd6 !important;
}
.jb-wedding .header-nav-main .t3-navbar .navbar-nav li {
  display: inline-table;
  float: none;
}
.jb-wedding .header-nav-main .t3-navbar .navbar-nav li a {
  color: #666;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  padding-top: 25px;
  padding-bottom: 25px;
}
.jb-wedding .header-nav-main .t3-navbar .navbar-nav li a:hover,
.jb-wedding .header-nav-main .t3-navbar .navbar-nav li a:focus {
  background: transparent;
  color: #83bfd6;
}
.jb-wedding .header-nav-main .t3-navbar .navbar-nav li a:active {
  color: #83bfd6;
  background: transparent;
}
.jb-wedding .testimonials .testimonial blockquote:before,
.jb-wedding .testimonials .testimonial blockquote:after {
  -webkit-filter: brightness(7);
  filter: brightness(7);
}
.jb-wedding .testimonials .testimonial blockquote p {
  font-style: normal;
  font-family: "Open Sans", Arial, sans-serif;
  line-height: 1.6;
}
.jb-wedding .testimonial.testimonial-with-quotes blockquote:before {
  content: '';
  background: url(https://hydroarm.by/templates/porto/images/custom-red-quotes.png);
  background-size: 100% 100%;
  width: 36px;
  height: 22px;
}
.jb-wedding .testimonial.testimonial-with-quotes blockquote:after {
  content: '';
  background: url(https://hydroarm.by/templates/porto/images/custom-red-quotes.png);
  background-size: 100% 100%;
  width: 36px;
  height: 22px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.jb-wedding .testimonial-author strong {
  font-weight: 300 !important;
  font-size: 2.2rem !important;
  color: #ffffff !important;
}
.jb-wedding .testimonial-author span {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  color: #ffffff !important;
  margin-top: 10px;
}
.jb-wedding .history-item .thumb-info {
  border-radius: 0px;
  border: none;
}
.jb-wedding .history-item .thumb-info img {
  border-radius: 0px;
}
.jb-wedding .history-item .thumb-info .thumb-info-wrapper {
  border-radius: 0px;
}
.jb-wedding .wedding-testimonials .test {
  background: #ffffff;
  padding: 10px;
}
.jb-wedding .wedding-testimonials .test .owl-carousel .owl-nav {
  position: absolute !important;
  bottom: 10% !important;
  right: 15% !important;
  top: initial !important;
  width: auto !important;
}
.jb-wedding .wedding-testimonials .test .owl-carousel .owl-nav .owl-prev,
.jb-wedding .wedding-testimonials .test .owl-carousel .owl-nav .owl-next {
  background: #76cbd9 !important;
  border-radius: 100% !important;
  border-color: transparent !important;
  width: 40px;
  height: 40px;
  position: unset;
}
.jb-wedding .wedding-testimonials .test .owl-carousel .owl-nav .owl-prev:active,
.jb-wedding .wedding-testimonials .test .owl-carousel .owl-nav .owl-next:active {
  background: #76cbd9 !important;
  border-color: transparent !important;
}
.jb-wedding .wedding-testimonials .test .owl-carousel .owl-nav .owl-prev:hover,
.jb-wedding .wedding-testimonials .test .owl-carousel .owl-nav .owl-next:hover {
  border-color: transparent !important;
}
.jb-wedding .wedding-testimonials .test .owl-carousel .owl-nav .owl-prev {
  color: #FFF !important;
}
.jb-wedding .wedding-testimonials .test .owl-carousel .owl-nav .owl-prev:before {
  content: "\f104";
  font-size: 2.2rem;
  line-height: 1.4;
}
.jb-wedding .wedding-testimonials .test .owl-carousel .owl-nav .owl-next {
  color: #FFF !important;
}
.jb-wedding .wedding-testimonials .test .owl-carousel .owl-nav .owl-next:before {
  content: "\f105";
  font-size: 2.2rem;
  line-height: 1.4;
}
.jb-wedding .wedding-testimonials .guestbook-messages {
  position: relative;
  padding: 55px 37px;
  border: 1px solid #fed0d2;
  margin: 0px;
}
.jb-wedding .wedding-testimonials .guestbook-messages .testimonial {
  margin-bottom: 5px !important;
}
.jb-wedding .wedding-testimonials .guestbook-messages .testimonial p {
  font-family: 'Open Sans', Arial, sans-serif !important;
  line-height: 1.7;
  font-style: normal;
  text-align: left;
}
.jb-wedding .wedding-testimonials .guestbook-messages .testimonial .testimonial-author p strong {
  color: #3e415c !important;
  font-size: 14px !important;
  font-weight: bold !important;
  text-align: left;
  text-transform: uppercase;
}
.jb-wedding .wedding-testimonials .guestbook-messages .testimonial blockquote p {
  padding-bottom: 20px;
  padding-top: 20px;
  border-bottom: 1px solid #fed0d2;
  font-size: 14px;
}
.jb-wedding .wedding-testimonials .guestbook-messages .testimonial blockquote:before {
  content: '';
  background: url(https://hydroarm.by/templates/porto/images/custom-red-quotes.png);
  background-size: 100% 100%;
  width: 36px;
  height: 22px;
}
.jb-wedding .wedding-testimonials .guestbook-messages .testimonial blockquote:after {
  content: '';
  background: url(https://hydroarm.by/templates/porto/images/custom-red-quotes.png);
  background-size: 100% 100%;
  width: 36px;
  height: 22px;
  bottom: -15px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.jb-wedding .blog-list .thumb-info {
  border: none;
  border-radius: 0px;
}
.jb-wedding .blog-list .thumb-info .thumb-info-wrapper {
  border-radius: 0px;
}
.jb-wedding .blog-list .thumb-info .thumb-info-wrapper img {
  border-radius: 0px;
}
.jb-wedding .blog-list .blog-item-content h3 {
  margin-top: 0px;
  font-weight: 400;
  font-size: 1.8em;
  letter-spacing: normal;
  line-height: 24px;
}
.jb-wedding .blog-list .blog-item-content .author {
  border-bottom: 1px solid #e1e1e1;
  border-top: 1px solid #e1e1e1;
  display: block;
  width: 100%;
  color: #62c3d3 !important;
}
.jb-wedding .rsvp input,
.jb-wedding .rsvp select {
  border-color: #ebe8e0;
  height: 51px;
  width: 100%;
}
.jb-wedding .content-grid .content-grid-item {
  min-height: 160px;
  border: 1px solid #e4e4e4;
  border-left: none;
}
.jb-wedding .content-grid .content-grid-item:first-child {
  border-left: 1px solid #e4e4e4;
}
.jb-wedding .content-grid .content-grid-item:before,
.jb-wedding .content-grid .content-grid-item:after {
  content: none;
}
.jb-wedding .content-grid .content-grid-item .img-responsive {
  height: 100% !important;
  max-height: 100%;
}
.jb-restaurant .header-nav-top .nav > li > a,
.jb-restaurant .header-nav-top .nav > li > span {
  color: #999;
  display: inline-block;
  font-size: 0.9em;
  padding: 6px 10px;
}
.jb-restaurant .header-nav-top .nav > li > a .fa,
.jb-restaurant .header-nav-top .nav > li > a .icons,
.jb-restaurant .header-nav-top .nav > li > span .fa,
.jb-restaurant .header-nav-top .nav > li > span .icons {
  margin-right: 3px;
  position: relative;
  top: 1px;
}
.jb-restaurant .header-top-custom .header-nav-top .nav > li span .icons {
  color: #4c4c4c !important;
}
.jb-restaurant .jb-medical-header {
  background: #ffffff;
  border-bottom: 1px solid transparent;
  padding: 20px 0;
  z-index: 1001;
}
.jb-restaurant .jb-medical-header .logo .logo-img {
  margin: 12px 12px 12px 0;
  width: 131px;
  height: 40px;
}
.jb-restaurant .jb-medical-header .logo span {
  display: none;
}
.jb-restaurant .navbar-default .navbar-nav > .active > a {
  background-color: transparent !important;
  color: #e3a539 !important;
}
.jb-restaurant .navbar-default .navbar-nav > .active > a:hover,
.jb-restaurant .navbar-default .navbar-nav > .active > a:focus {
  background-color: #e3a539 !important;
  color: #ffffff !important;
}
.jb-restaurant .navbar-default .navbar-nav li a {
  border-radius: 0px;
  color: #e3a539;
}
.jb-restaurant .navbar-default .navbar-nav li a:hover {
  color: #ffffff !important;
  background: #e3a539;
}
.jb-restaurant .navbar-default .navbar-nav .open a {
  background: #e3a539 !important;
  color: #ffffff !important;
}
.jb-restaurant .navbar-default .dropdown-menu {
  background: #e3a539;
  border-radius: 0px;
  border-color: #2d529f;
}
.jb-restaurant .navbar-default .dropdown-menu li a {
  border-bottom-color: #335cb3 !important;
  color: #ffffff;
}
.jb-law .jb-header {
  border-top: 5px solid #ededed;
}
.jb-law .header-column {
  vertical-align: middle;
}
.jb-law .logo {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .jb-law .logo {
    text-align: left;
  }
}
.jb-law .logo a {
  display: inline-block;
  line-height: 1;
  margin: 0;
}
.jb-law .logo-image img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  height: 54px;
  width: 164px;
}
@media (max-width: 767px) {
  .jb-law .logo-image img {
    top: 0px;
    margin: 10px 0px;
  }
}
@media (min-width: 768px) {
  .jb-law .logo-image img {
    top: 24px;
  }
}
@media (min-width: 992px) {
  .jb-law .logo-image img {
    top: 24px;
  }
}
@media (min-width: 1200px) {
  .jb-law .logo-image img {
    top: 24px;
  }
}
.jb-law .logo-image span,
.jb-law .logo-image small {
  display: none;
}
.jb-law .header-column .header-extra-info {
  margin: 0;
}
.jb-law .header-column .header-extra-info {
  float: right;
  list-style: outside none none;
  padding: 0;
}
.jb-law .header-column .header-extra-info > li {
  margin-left: -4px;
}
.jb-law .header-column .header-extra-info li {
  display: inline-block;
}
.jb-law .header-column .header-extra-info .feature-box.feature-box-call {
  border-right: 1px solid #e9e9e9;
}
.jb-law .header-column .header-extra-info .feature-box.feature-box-call {
  margin-right: 20px;
  padding-right: 30px;
}
.jb-law .header-column .header-extra-info .feature-box {
  min-height: 110px;
}
.jb-law .header-column .header-extra-info .feature-box .feature-box-icon {
  margin-right: -10px;
  width: 40px;
}
.jb-law .header-column .header-extra-info .feature-box .feature-box-icon,
.jb-law .header-column .header-extra-info .feature-box .feature-box-info {
  position: relative;
  top: 40px;
}
.jb-law .header-column .header-extra-info .feature-box .feature-box-info {
  padding-left: 45px;
}
.jb-law .header-column .header-extra-info .feature-box .feature-box-icon,
.jb-law .header-column .header-extra-info .feature-box .feature-box-info {
  position: relative;
  top: 40px;
}
.jb-law .header-nav-main {
  margin: 0;
}
.jb-law .header-nav-bar {
  padding: 0;
}
.jb-law .jb-navbar-brand .navbar-nav > li > a {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 14px;
  padding: 20px 21px;
  margin-left: 0px;
}
.jb-law .search input {
  background: rgba(0, 0, 0, 0.07000000000000001) none repeat scroll 0 0;
  border: 0 none;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  height: 60px;
  padding-left: 22px;
  width: 249px;
  border-radius: 0px;
}
.jb-law .search .form-control::-moz-placeholder {
  color: #ffffff;
  opacity: 0.4;
  text-transform: uppercase;
}
.jb-modern .t3-header-wrap {
  width: 100%;
  position: absolute;
  z-index: 1000;
  top: 0;
  line-height: 0px;
}
.jb-modern .t3-header-wrap .jb-header-default {
  color: #ffffff;
}
.jb-modern .t3-header-wrap .jb-header-default:before {
  backface-visibility: hidden;
  background: #000 none repeat scroll 0 0;
  border-bottom: 0 none;
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.3;
  perspective: 1000px;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate3d(0px, 0px, 0px);
  transition: opacity 0.3s ease 0s;
  width: 100%;
}
.jb-modern .t3-header-wrap .jb-header-default .logo .logo-img {
  width: 131px;
  height: 40px;
}
@media (max-width: 767px) {
  .jb-modern .t3-header-wrap .jb-header-default .logo .logo-img {
    margin: 18px;
  }
}
@media (min-width: 768px) {
  .jb-modern .t3-header-wrap .jb-header-default .logo .logo-img {
    margin: 20px 0;
  }
}
@media (min-width: 992px) {
  .jb-modern .t3-header-wrap .jb-header-default .logo .logo-img {
    margin: 22px 0px;
  }
}
@media (min-width: 1200px) {
  .jb-modern .t3-header-wrap .jb-header-default .logo .logo-img {
    margin: 22px 0px;
  }
}
.jb-modern .t3-header-wrap .jb-header-default .logo span {
  display: none;
}
.jb-modern .t3-header-wrap .social a {
  color: #ffffff;
}
.jb-modern .t3-header-wrap .social a:hover {
  color: #83bfd6;
}
.jb-modern .sticky .logo .logo-img {
  width: 131px !important;
  height: 40px !important;
}
@media (max-width: 767px) {
  .jb-modern .sticky .logo .logo-img {
    margin: 18px !important;
  }
}
@media (min-width: 768px) {
  .jb-modern .sticky .logo .logo-img {
    margin: 20px 0 !important;
  }
}
@media (min-width: 992px) {
  .jb-modern .sticky .logo .logo-img {
    margin: 22px 0px;
  }
}
@media (min-width: 1200px) {
  .jb-modern .sticky .logo .logo-img {
    margin: 22px 0px !important;
  }
}
.jb-modern .sticky .jb-header-default:before {
  opacity: 1;
}
.jb-modern .navbar-default {
  background: transparent;
  margin: 0px;
}
.jb-modern .navbar-default .navbar-nav > .active > a {
  background-color: transparent !important;
  color: #83bfd6 !important;
}
.jb-modern .navbar-default .navbar-nav > .active > a:hover,
.jb-modern .navbar-default .navbar-nav > .active > a:focus {
  background-color: #83bfd6 !important;
  color: #ffffff !important;
}
.jb-modern .navbar-default .navbar-nav li a {
  color: #ffffff !important;
  padding: 35px 13px 30px;
  border-radius: 0px;
}
.jb-modern .navbar-default .navbar-nav li a:hover {
  color: #ffffff !important;
  background: #83bfd6;
}
.jb-modern .top-social li {
  box-shadow: none;
}
@media (max-width: 767px) {
  .jb-modern .top-social li {
    padding: 0px;
  }
}
@media (min-width: 768px) {
  .jb-modern .top-social li {
    padding: 24px 0px;
  }
}
@media (min-width: 992px) {
  .jb-modern .top-social li {
    padding: 29px 1px 15px 0px;
  }
}
@media (min-width: 1200px) {
  .jb-modern .top-social li {
    padding: 29px 1px 15px 0px;
  }
}
.jb-modern .top-social li a {
  background: transparent;
  color: #ffffff !important;
}
.jb-modern .off-canvas-toggle {
  margin: 18px;
}
.header-top {
  padding: 8px 0;
  position: relative;
  z-index: 4;
}
.header-top .t3-module {
  margin: 0px;
}
.header-top .t3-module p {
  font-size: 0.9em;
  margin: 0;
  padding: 0;
  line-height: 37px;
  float: left;
}
.topbar-dark {
  background: #484a51;
  border-bottom: #3c3e44;
  color: #ffffff;
}
.topbar-dark p {
  color: #ffffff;
}
.topbar-dark .head-search label {
  display: none;
}
.topbar-dark .head-search .search {
  position: relative;
}
.topbar-dark .head-search .search:before {
  font-family: "FontAwesome";
  content: "\f002";
  display: block;
  position: absolute;
  left: 10px;
  top: 6px;
  color: #555555;
}
@media screen and (min-width: 768px) {
  .topbar-dark .head-search .search {
    float: right;
  }
}
.topbar-dark .head-search .form-control {
  backface-visibility: hidden;
  border-radius: 20px;
  font-size: 0.9em;
  height: 34px;
  margin: 0;
  padding: 6px 12px;
  perspective: 1000px;
  transform: translate3d(0px, 0px, 0px);
  transition: width 0.3s ease 0s;
  width: 170px;
}
.topbar-orange {
  background: #E4E6ED;
  border-bottom: #E4E6ED;
  color: #999999;
}
.topbar-orange p {
  color: #555555;
}
.topbar-orange .head-search label {
  display: none;
}
.topbar-orange .head-search .search {
  position: relative;
}
.topbar-orange .head-search .search:before {
  font-family: "FontAwesome";
  content: "\f002";
  display: block;
  position: absolute;
  left: 10px;
  top: 6px;
  color: #555555;
}
@media screen and (min-width: 768px) {
  .topbar-orange .head-search .search {
    float: right;
  }
}
.topbar-orange .head-search .form-control {
  backface-visibility: hidden;
  border-radius: 20px;
  font-size: 0.9em;
  height: 34px;
  margin: 0;
  padding: 6px 12px;
  perspective: 1000px;
  transform: translate3d(0px, 0px, 0px);
  transition: width 0.3s ease 0s;
  width: 170px;
}
.topbar-gray {
  background: #f6f6f6;
  border-bottom: 1px solid #ededed;
}
.topbar-dark2 {
  background: #3a3a3a;
  border-bottom: 1px solid #ededed;
  color: #ffffff;
}
.topbar-dark2 p {
  color: #ffffff;
}
.jb-topbar-brand {
  background-color: #83bfd6;
  color: #ffffff;
  height: auto;
  line-height: 42px;
}
@media (max-width: 767px) {
  .jb-topbar-brand {
    font-size: 10px;
  }
}
@media (min-width: 768px) {
  .jb-topbar-brand {
    font-size: 10px;
  }
}
@media (min-width: 992px) {
  .jb-topbar-brand {
    font-size: 10px;
  }
}
@media (min-width: 1200px) {
  .jb-topbar-brand {
    font-size: 12px;
  }
}
.jb-topbar-brand .tp-no-border li a {
  border-right: none !important;
}
.jb-topbar-brand .t3-module {
  margin-bottom: 0px;
}
.jb-topbar-brand .nav > li {
  display: inline-block;
  margin-top: 0px;
}
.jb-topbar-brand .nav > li a,
.jb-topbar-brand .nav > li span {
  color: #ffffff;
  padding-top: 0;
  padding-bottom: 0;
  border-right: 1px solid #ccc;
  display: inline-block;
  line-height: 1;
  border-radius: 0px;
  text-transform: uppercase;
  font-size: 12px;
}
@media (max-width: 767px) {
  .jb-topbar-brand .nav > li a,
  .jb-topbar-brand .nav > li span {
    padding: 3px 4px;
  }
}
@media (min-width: 768px) {
  .jb-topbar-brand .nav > li a,
  .jb-topbar-brand .nav > li span {
    padding: 0px 10px 0px 10px;
  }
}
@media (min-width: 992px) {
  .jb-topbar-brand .nav > li a,
  .jb-topbar-brand .nav > li span {
    padding: 0px 10px 0px 15px;
  }
}
@media (min-width: 1200px) {
  .jb-topbar-brand .nav > li a,
  .jb-topbar-brand .nav > li span {
    padding: 0px 10px 0px 15px;
  }
}
.jb-topbar-brand .nav > li a:hover,
.jb-topbar-brand .nav > li span:hover,
.jb-topbar-brand .nav > li a:focus,
.jb-topbar-brand .nav > li span:focus,
.jb-topbar-brand .nav > li a:active,
.jb-topbar-brand .nav > li span:active {
  background: none;
  text-decoration: none;
  outline: none;
  color: #ffffff;
}
.jb-topbar-brand .nav > li.active a {
  background: none;
  text-decoration: none;
  outline: none;
  color: #83bfd6;
}
.jb-topbar-brand .nav > li:last-child a {
  border-right: 0;
}
.jb-topbar-brand i {
  font-size: 14px;
  margin-right: 5px;
}
@media (max-width: 767px) {
  .jb-topbar-brand .t3-topbar-1 {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .jb-topbar-brand .t3-topbar-1 {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .jb-topbar-brand .t3-topbar-1 {
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .jb-topbar-brand .t3-topbar-1 {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .jb-topbar-brand .t3-topbar-2 {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .jb-topbar-brand .t3-topbar-2 {
    text-align: right;
  }
}
@media (min-width: 992px) {
  .jb-topbar-brand .t3-topbar-2 {
    text-align: right;
  }
}
@media (min-width: 1200px) {
  .jb-topbar-brand .t3-topbar-2 {
    text-align: right;
  }
}
.jb-topbar-brand .t3-topbar-2 .nav-pills {
  display: inline-block;
}
.jb-topbar-brand .tp-share ul {
  padding-left: 0px;
  margin: 0px;
}
.jb-topbar-brand .tp-share ul li {
  list-style: none;
  float: left;
  font-size: 14px;
  border-right: 1px solid #ededed;
}
.jb-topbar-brand .tp-share ul li a {
  padding: 8px 12px;
  color: #999999;
}
.jb-topbar-brand #contact-details ul {
  padding: 0px;
  margin: 0px;
}
.jb-topbar-brand #contact-details ul li {
  list-style: none;
  float: left;
  margin: 0px 10px 0px 0px;
}
.jb-topbar-brand #contact-details ul li a {
  color: #ccc;
}
.jb-topbar-brand #contact-details ul li a:hover {
  color: #83bfd6;
}
.jb-topbar-brand #contact-details ul li i,
.jb-topbar-brand #contact-details ul li em {
  margin-right: 10px;
  border: 1px solid #616161;
  border-radius: 3px;
  color: #ffffff;
  display: inline-block;
  font-size: 13px;
  font-weight: 100;
  height: 25px;
  line-height: 22px;
  margin-right: 9px;
  position: relative;
  text-align: center;
  width: 25px;
}
.jb-topbar-brand .jb-add div,
.jb-topbar-brand .jb-add span {
  display: inline-block;
}
.jb-topbar-brand .jb-add .jb-icon-location-2 {
  margin-right: 5px;
}
.jb-topbar-brand .jb-add .jb-icon-location-2:before {
  content: "\e6a4";
  display: inline-block;
  font-family: "font-icons";
  font-style: normal;
  font-weight: bold;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  color: #ffffff;
  margin-right: 5px;
}
.jb-topbar-brand .jb-add .jb-icon-mobile-1 {
  margin-right: 5px;
}
.jb-topbar-brand .jb-add .jb-icon-mobile-1:before {
  content: "\e010";
  display: inline-block;
  font-family: "Simple-Line-Icons";
  font-style: normal;
  font-weight: bold;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  color: #ffffff;
  margin-right: 5px;
}
.jb-topbar-brand .jb-add .jb-icon-mail-2 {
  margin-right: 5px;
}
.jb-topbar-brand .jb-add .jb-icon-mail-2:before {
  content: "\e086";
  display: inline-block;
  font-family: "Simple-Line-Icons";
  font-style: normal;
  font-weight: bold;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  color: #83bfd6;
  margin-right: 5px;
}
.jb-style-2 .header-column {
  display: table-cell;
  vertical-align: middle;
}
.jb-style-2 .logo {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .jb-style-2 .logo {
    text-align: left;
  }
}
.jb-style-2 .logo a {
  display: inline-block;
  line-height: 1;
  margin: 0;
}
.jb-style-2 .logo-image img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  height: 54px;
  width: 111px;
}
@media (max-width: 767px) {
  .jb-style-2 .logo-image img {
    top: 4px;
    margin: 10px;
  }
}
@media (min-width: 768px) {
  .jb-style-2 .logo-image img {
    top: 24px;
  }
}
@media (min-width: 992px) {
  .jb-style-2 .logo-image img {
    top: 24px;
  }
}
@media (min-width: 1200px) {
  .jb-style-2 .logo-image img {
    top: 24px;
  }
}
.jb-style-2 .logo-image span,
.jb-style-2 .logo-image small {
  display: none;
}
.jb-style-3 {
  padding-top: 20px;
  padding-bottom: 20px;
  background: #ffffff;
  border-bottom: 1px solid transparent;
  padding: 15px 0;
  z-index: 1001;
}
.jb-style-3 .logo {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .jb-style-3 .logo {
    text-align: left;
  }
}
.jb-style-3 .logo a {
  display: inline-block;
  line-height: 1;
  margin: 0;
}
.jb-style-3 .logo-image img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  height: 54px;
  width: 111px;
}
.jb-style-3 .logo-image span,
.jb-style-3 .logo-image small {
  display: none;
}
.jb-style-3 .header-social-icons {
  float: right;
  margin: 15px 0 0 10px;
}
.t3-header {
  padding-top: 20px;
  padding-bottom: 20px;
  background: #ffffff;
  border-top: 5px solid #ededed;
  border-bottom: 1px solid transparent;
  padding: 8px 0;
  z-index: 1001;
  
}
.t3-header .header-row {
  clear: right;
  display: block;
}
.t3-header .logo {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .t3-header .logo {
    text-align: left;
  }
}
.t3-header .logo a {
  display: inline-block;
  line-height: 1;
  margin: 0;
}
.t3-header .logo-image img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  height: 54px;
  width: 111px;
}
@media (max-width: 767px) {
  .t3-header .logo-image img {
    top: 0px;
  }
}
@media (min-width: 768px) {
  .t3-header .logo-image img {
    top: 0px;
  }
}
@media (min-width: 992px) {
  .t3-header .logo-image img {
    top: 24px;
  }
}
@media (min-width: 1200px) {
  .t3-header .logo-image img {
    top: 24px;
  }
}
.t3-header .logo-image span,
.t3-header .logo-image small {
  display: none;
}
.t3-header .logo-text a {
  text-decoration: none;
  font-size: 28px;
  font-weight: bold;
}
.t3-header .logo-text:hover a,
.t3-header .logo-text a:hover,
.t3-header .logo-text a:active,
.t3-header .logo-text a:focus {
  text-decoration: none;
}
.t3-header .logo-text .site-slogan {
  display: block;
  font-size: 14px;
  margin-top: 5px;
}
.t3-header .header-nav-top {
  float: right;
  margin-left: 10px;
  margin-top: 10px;
}
.t3-header .header-nav-top .nav-pills li {
  float: left !important;
}
.t3-header .header-nav-top .nav-pills li a,
.t3-header .header-nav-top .nav-pills li span {
  color: #999;
  display: inline-block;
  font-size: 0.9em;
}
.t3-header .header-nav-top .nav-pills li a:before {
  content: '\f105';
  font-family: 'FontAwesome';
  font-size: 0.9em;
  margin-right: 5px;
}
.t3-header .header-nav-top .nav-stacked > li + li {
  margin-top: 0px;
}
.t3-header .header-nav-top .nav-header {
  padding: 10px 15px;
  border-radius: 4px;
  display: block;
}
.t3-header .header-nav-top .nav-header:before {
  content: '\f095';
  font-family: 'FontAwesome';
  font-size: 0.9em;
  margin-right: 5px;
}
.t3-header .head-search {
  margin-top: 10px;
}
.t3-header .head-search:before,
.t3-header .head-search:after {
  content: " ";
  display: table;
}
.t3-header .head-search:after {
  clear: both;
}
.t3-header .head-search label {
  display: none;
}
.t3-header .head-search .search {
  position: relative;
}
.t3-header .head-search .search:before {
  font-family: "FontAwesome";
  content: "\f002";
  display: block;
  position: absolute;
  right: 14px;
  top: 6px;
}
@media screen and (min-width: 768px) {
  .t3-header .head-search .search {
    float: right;
  }
}
.t3-header .head-search .search .element-invisible {
  color: #ffffff !important;
}
.t3-header .head-search .form-control {
  width: 170px;
  border-radius: 20px;
  font-size: 0.9em;
  height: 34px;
  margin: 0;
  padding: 6px 12px;
}
@media screen and (min-width: 768px) {
  .t3-header .head-search .form-control {
    width: 170px;
  }
  .t3-header .head-search .form-control:focus {
    width: 170px;
    box-shadow: none;
  }
}
.t3-header .header-social-icons {
  float: right;
  margin: 15px 0 0 10px;
}
.t3-header .social-icons {
  margin: 15px 0 0 10px;
  padding: 0;
  width: auto;
}
.t3-header .social-icons li {
  display: inline-block;
  margin: -1px 1px 5px 0;
  padding: 0;
  border-radius: 100%;
  overflow: visible;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
}
.t3-header .social-icons li a {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: #FFF;
  border-radius: 100%;
  display: block;
  height: 30px;
  line-height: 30px;
  width: 30px;
  text-align: center;
  color: #333 !important;
  text-decoration: none;
}
.t3-header .social-icons li:hover a {
  background: #171717;
  color: #FFF !important;
}
.t3-header .social-icons li:hover.social-icons-twitter a {
  background: #1aa9e1;
}
.t3-header .social-icons li:hover.social-icons-facebook a {
  background: #3b5a9a;
}
.t3-header .social-icons li:hover.social-icons-linkedin a {
  background: #0073b2;
}
.t3-header .social-icons li:hover.social-icons-rss a {
  background: #ff8201;
}
.t3-header .social-icons li:hover.social-icons-googleplus a {
  background: #dd4b39;
}
.t3-header .social-icons li:hover.social-icons-pinterest a {
  background: #cc2127;
}
.t3-header .social-icons li:hover.social-icons-youtube a {
  background: #c3191e;
}
.t3-header .social-icons li:hover.social-icons-instagram a {
  background: #7c4a3a;
}
.t3-header .social-icons li:hover.social-icons-skype a {
  background: #00b0f6;
}
.t3-header .social-icons li:hover.social-icons-email a {
  background: #dd4b39;
}
.t3-header .social-icons li:hover.social-icons-vk a {
  background: #6383a8;
}
.t3-header .social-icons li:hover.social-icons-xing a {
  background: #1a7576;
}
.t3-header .social-icons li:hover.social-icons-tumblr a {
  background: #304e6c;
}
.t3-header .social-icons li:hover.social-icons-reddit a {
  background: #ff4107;
}
.t3-header .social-icons.social-icons-transparent li {
  box-shadow: none;
}
.t3-header .social-icons.social-icons-transparent li a {
  background: transparent;
}
.t3-header .social-icons.social-icons-icon-light li a i {
  color: #FFF;
}
.t3-sl {
  padding-bottom: 40px;
  padding-top: 40px;
}
@media screen and (min-width: 768px) {
  .t3-sl {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}
.t3-mainbody {
  padding-top: 20px;
  padding-bottom: 20px;
}
.t3-content {
  padding-top: 20px;
  padding-bottom: 20px;
}
.t3-sidebar {
  padding-top: 20px;
  padding-bottom: 20px;
}
.t3-sidebar .t3-module {
  margin-bottom: 30px;
}
.t3-sidebar .t3-module .module-title {
  letter-spacing: normal;
}
.t3-sidebar .nav li {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
}
.t3-sidebar .nav li a {
  -webkit-transition: background 0.1s;
  -moz-transition: background 0.1s;
  transition: background 0.1s;
  border-bottom: 1px solid #EDEDDE;
  padding: 8px 0 8px 18px;
  display: block;
  color: #666;
  font-size: 0.9em;
  text-decoration: none;
  line-height: 20px;
  text-transform: capitalize;
}
.t3-sidebar .nav li a:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #333;
  margin: 7px 0 0 -9px;
  position: absolute;
}
.t3-sidebar .nav li a:hover {
  background-color: #eee;
  text-decoration: none;
}
.t3-sidebar .nav li ul {
  margin: 0px 0px 0px 25px;
}
.t3-footer {
  background: #0e0e0e;
  border-top: 4px solid #0e0e0e;
  font-size: 0.9em;
  padding: 70px 0 0;
  position: relative;
  clear: both;
}
.t3-footer:before,
.t3-footer:after {
  content: " ";
  display: table;
}
.t3-footer:after {
  clear: both;
}
.t3-footer small {
  display: block;
  font-size: 100%;
}
.t3-footer a {
  color: #ffffff;
}
.t3-footer a:hover,
.t3-footer a:active,
.t3-footer a:focus {
  color: #ffffff;
}
.t3-footer h5 {
  color: #ccc;
}
.t3-footer .footer-ribbon {
  background: #83bfd6;
  position: absolute;
  margin: -90px 0 0 14px;
  padding: 10px 20px 6px 20px;
  z-index: 1000;
}
.t3-footer .footer-ribbon:before {
  border-right: 10px solid #83bfd6;
  border-top: 16px solid transparent;
  content: "";
  display: block;
  height: 0;
  left: -10px;
  position: absolute;
  top: 0;
  width: 7px;
}
.t3-footer .footer-ribbon span {
  color: #FFF;
  font-size: 1.6em;
  font-family: "Shadows Into Light", cursive;
}
.t3-footer .tweets-box .meta {
  color: #999;
  display: block;
  font-size: 0.9em;
  margin-bottom: 20px;
  padding-top: 3px;
}
.medical-footer {
  background: #34383d;
  color: #95989c;
  font-size: 0.9em;
  padding: 70px 0 0;
  position: relative;
}
.medical-footer a {
  color: #95989c;
}
.medical-footer a strong {
  display: block;
  font-size: 30px;
  line-height: 1;
}
.medical-footer .module-title {
  margin-bottom: 30px !important;
}
.medical-footer .module-title span {
  font-size: 1.4em;
  font-weight: 200;
}
.medical-footer .jb-copyright {
  background: #34383d none repeat scroll 0 0;
  border-top: 1px solid #53585e;
  margin-top: 40px;
}
.medical-footer .jb-copyright .copyright {
  margin-bottom: 0px;
}
.medical-footer p {
  color: #95989c;
}
.medical-footer .custom-info span:nth-child(1) {
  display: inline-block;
  color: #95989c;
  min-width: 68px;
  margin-right: 10px;
}
.medical-footer .custom-info span:nth-child(1)::after {
  content: ':';
  display: block;
  float: right;
  color: #fff;
}
.medical-footer .custom-info span:nth-child(2) {
  color: #fff;
}
.medical-footer .social-icons li {
  border-radius: 0;
  box-shadow: none;
}
.medical-footer .social-icons li:hover a {
  opacity: 0.8;
}
.medical-footer .social-icons li a {
  color: #FFF !important;
  border-radius: 0;
}
.medical-footer .social-icons li.social-icons-twitter a {
  background: #1aa9e1;
}
.medical-footer .social-icons li.social-icons-facebook a {
  background: #3b5a9a;
}
.medical-footer .social-icons li.social-icons-linkedin a {
  background: #0073b2;
}
.medical-footer .social-icons li.social-icons-rss a {
  background: #ff8201;
}
.medical-footer .social-icons li.social-icons-googleplus a {
  background: #dd4b39;
}
.medical-footer .social-icons li.social-icons-pinterest a {
  background: #cc2127;
}
.medical-footer .social-icons li.social-icons-youtube a {
  background: #c3191e;
}
.medical-footer .social-icons li.social-icons-instagram a {
  background: #7c4a3a;
}
.medical-footer .social-icons li.social-icons-skype a {
  background: #00b0f6;
}
.medical-footer .social-icons li.social-icons-email a {
  background: #dd4b39;
}
.medical-footer .social-icons li.social-icons-vk a {
  background: #6383a8;
}
.medical-footer .social-icons li.social-icons-xing a {
  background: #1a7576;
}
.medical-footer .social-icons li.social-icons-tumblr a {
  background: #304e6c;
}
.medical-footer .social-icons li.social-icons-reddit a {
  background: #ff4107;
}
.t3-footnav {
  padding: 0;
}
.t3-footnav:before,
.t3-footnav:after {
  content: " ";
  display: table;
}
.t3-footnav:after {
  clear: both;
}
@media screen and (min-width: 768px) {
  .t3-footnav {
    padding: 0;
  }
}
.t3-footnav .t3-module {
  color: #777777;
  margin-top: 10px;
  margin-bottom: 10px;
}
.t3-footnav .t3-module .module-title {
  color: #ffffff;
  margin-bottom: 15px;
  font-size: 1.2698em;
  font-weight: 400;
  text-transform: none;
  letter-spacing: normal;
}
.t3-footnav .t3-module .links li,
.t3-footnav .t3-module .features li {
  line-height: 1 !important;
  padding: 10px !important;
}
.t3-footnav .t3-module ul {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 0;
}
.t3-footnav .t3-module ul > li {
  line-height: 24px;
}
.t3-footnav .t3-module ul > li > a {
  color: white;
}
.t3-footnav .t3-module ul > li > a:hover,
.t3-footnav .t3-module ul > li > a:active,
.t3-footnav .t3-module ul > li > a:focus {
  color: #777777;
}
.t3-footnav .contact-details {
  list-style: none;
  margin: 0;
  padding: 0;
}
.t3-footnav .contact-details em {
  display: block;
  float: left;
  font-size: 1.2em;
  margin: 7px 8px 10px 0;
  position: relative;
  text-align: center;
  top: -2px;
  width: 16px;
}
.t3-footnav .contact-details em.fa-envelope {
  font-size: 1em;
  top: 0;
}
.t3-footnav .contact-details p {
  margin-bottom: 10px;
}
.t3-footnav .phone {
  color: #fff;
  display: block;
  font-size: 26px;
  font-weight: bold;
  margin-top: -5px;
  padding-bottom: 15px;
}
.t3-footnav .white {
  color: #ccc;
}
.t3-footnav .contact p {
  margin: 0px;
}
.t3-copyright {
  background: #060606;
  border-top: 4px solid #060606;
  margin-top: 40px;
  padding: 30px 0 10px;
}
.t3-copyright:before,
.t3-copyright:after {
  content: " ";
  display: table;
}
.t3-copyright:after {
  clear: both;
}
.t3-copyright small {
  margin-bottom: 5px;
}
.t3-copyright .jb-footer-menu {
  text-align: right;
}
.t3-copyright .jb-footer-menu .nav-pills li {
  display: inline-block;
  text-align: right;
  border-left: 1px solid #505050;
}
.t3-copyright .jb-footer-menu .nav-pills li:first-child {
  border: none;
}
.t3-copyright .jb-footer-menu .nav-pills li a {
  padding: 0px 15px;
  color: #ffffff;
}
.t3-copyright .jb-footer-menu .nav-pills li a:hover,
.t3-copyright .jb-footer-menu .nav-pills li a:active {
  background: transparent !important;
}
.copyright {
  margin-bottom: 20px;
}
.poweredby:before,
.poweredby:after {
  content: " ";
  display: table;
}
.poweredby:after {
  clear: both;
}
@media screen and (min-width: 991px) {
  .poweredby {
    text-align: right;
  }
}
.poweredby .t3-logo,
.poweredby .t3-logo-small {
  opacity: .8;
  display: inline-block;
  background: url(https://hydroarm.by/templates/porto/images/joomlabuff/logo-footer.png) no-repeat !important;
}

.scroll-to-top {
  background: #404040;
  border-radius: 7px 7px 0 0;
  bottom: 0;
  color: #FFF;
  display: block;
  height: 9px;
  padding: 13px 10px 35px;
  position: fixed;
  right: 10px;
  text-align: center;
  text-decoration: none;
  min-width: 49px;
  z-index: 1040;
  outline: none;
}

.sample-item-container {
  max-width: 1650px;
}
.sample-item-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sample-item-list li {
  text-align: center;
}
.sample-item {
  text-align: center;
  max-width: 500px;
  width: 100%;
  display: inline-block;
  margin-bottom: 35px;
}
.sample-item a {
  text-decoration: none !important;
}
.sample-item .sample-item-image-wrapper {
  background: #FFF;
  max-height: 370px;
  height: 370px;
  max-width: 500px;
  width: 100%;
  display: inline-block;
  border: none;
  box-shadow: 10px 10px 74px -15px rgba(0, 0, 0, 0.1);
  position: relative;
  -webkit-transition: box-shadow 0.3s ease;
  -moz-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
}
.sample-item .sample-item-image-wrapper .fa-spin {
  background: transparent none repeat scroll 0 0;
  color: #ccc;
  font-size: 25px;
  left: 50%;
  margin: -13px;
  position: absolute;
  top: 50%;
  z-index: 1;
}
.sample-item a:hover .sample-item-image-wrapper {
  box-shadow: 10px 10px 74px -15px rgba(0, 0, 0, 0.4);
}
.sample-item .sample-item-image {
  max-height: 370px;
  height: 370px;
  max-width: 500px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  z-index: 2;
}
.sample-item .sample-item-description {
  display: block;
  padding: 15px 0;
}
.sample-item h5 {
  padding: 0;
  margin: 0;
  font-size: 14px;
}
.sample-item p {
  padding: 0;
  margin: 0;
  font-size: 12px;
}
.sample-item.sample-item-coming-soon .sample-item-image {
  background-color: #FBFBFB;
  background-position: center center;
}
#back-to-top {
  position: fixed;
  right: 30px;
  top: auto;
  z-index: 999;
  display: none;
  bottom: -60px;
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  -ms-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
  overflow: auto;
}
@media (min-width: 768px) {
  #back-to-top {
    display: block;
  }
}
#back-to-top .btn {
  background: #404040;
  border: 1px solid #404040;
  border-radius: 7px 7px 0px 0px !important;
  color: #ffffff;
  height: 9px;
  min-width: 49px;
  padding: 13px 10px 35px;
  border: none;
  text-align: center;
  font-size: 18px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
#back-to-top .btn:hover,
#back-to-top .btn:active,
#back-to-top .btn:focus {
  background: #404040;
  border: 1px solid #404040;
  border: none;
  color: #83bfd6 !important;
  outline: none;
}
#back-to-top.affix {
  bottom: 0;
  *background: #83bfd6;
}
#back-to-top a {
  outline: none;
}
#back-to-top i {
  font-size: 14px;
  line-height: 16px;
}
.ratingbox {
  position: relative;
  margin: 0 auto;
  width: 70px;
  height: 12px;
  background: url(https://hydroarm.by/templates/porto/images/vm/color-stars.png) repeat-x 0 bottom !important;
  display: inline-block;
}
.ratingbox:last-child {
  margin-bottom: 0;
}
.ratingbox div,
.ratingbox span {
  display: block;
  margin: 0 auto;
  width: 1%;
  height: 12px;
  position: absolute;
  background: url(https://hydroarm.by/templates/porto/images/vm/color-stars.png) repeat-x;
}
.product .addtocart-area form,
.vmproduct .addtocart-area form,
.productdetails-view .addtocart-area form {
  margin: 0;
}
.product .addtocart-area .product-fields,
.vmproduct .addtocart-area .product-fields,
.productdetails-view .addtocart-area .product-fields {
  margin-bottom: 10px;
}
.product .addtocart-area .addtocart-bar,
.vmproduct .addtocart-area .addtocart-bar,
.productdetails-view .addtocart-area .addtocart-bar {
  border-bottom: 1px solid #eeeeee;
  border-top: 1px solid #eeeeee;
  box-sizing: border-box;
  display: inline-block;
  margin-top: 10px;
  padding: 20px;
  width: 100%;
}
.product .addtocart-area .addtocart-bar:empty,
.vmproduct .addtocart-area .addtocart-bar:empty,
.productdetails-view .addtocart-area .addtocart-bar:empty {
  display: none;
}
.product .addtocart-area .vm-quantity-box,
.vmproduct .addtocart-area .vm-quantity-box,
.productdetails-view .addtocart-area .vm-quantity-box {
  float: left;
  position: relative;
  padding: 0 25px;
}
.product .addtocart-area span.quantity-controls input,
.vmproduct .addtocart-area span.quantity-controls input,
.productdetails-view .addtocart-area span.quantity-controls input {
  position: absolute;
  top: 11px;
  display: inline-block;
  height: 20px;
  line-height: 20px;
  width: 20px;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  vertical-align: middle;
  border: 1px solid #ededed;
  color: #999999;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
}
.product .addtocart-area span.quantity-controls input:hover,
.vmproduct .addtocart-area span.quantity-controls input:hover,
.productdetails-view .addtocart-area span.quantity-controls input:hover,
.product .addtocart-area span.quantity-controls input:focus,
.vmproduct .addtocart-area span.quantity-controls input:focus,
.productdetails-view .addtocart-area span.quantity-controls input:focus {
  border: 1px solid #1d2127;
}
.product .addtocart-area span.quantity-controls .quantity-plus,
.vmproduct .addtocart-area span.quantity-controls .quantity-plus,
.productdetails-view .addtocart-area span.quantity-controls .quantity-plus {
  background-image: url(https://hydroarm.by/templates/porto/images/vm/plus.png);
  right: 0;
  left: auto;
}
.product .addtocart-area span.quantity-controls .quantity-minus,
.vmproduct .addtocart-area span.quantity-controls .quantity-minus,
.productdetails-view .addtocart-area span.quantity-controls .quantity-minus {
  background-image: url(https://hydroarm.by/templates/porto/images/vm/minus.png);
  left: 0;
  right: auto;
}
.product .addtocart-area span.addtocart-button,
.vmproduct .addtocart-area span.addtocart-button,
.productdetails-view .addtocart-area span.addtocart-button {
  float: left;
  margin-left: 20px;
}
.product .addtocart-area input.quantity-input,
.vmproduct .addtocart-area input.quantity-input,
.productdetails-view .addtocart-area input.quantity-input {
  text-align: center;
  width: 47px;
  border-radius: 0px;
  box-shadow: none;
  border-color: #ededed;
}
.product .addtocart-area input.addtocart-button,
.vmproduct .addtocart-area input.addtocart-button,
.productdetails-view .addtocart-area input.addtocart-button {
  border: none;
  background: #83bfd6;
  text-transform: none;
  padding-top: 0;
  padding-bottom: 0;
  height: 42px;
  line-height: 42px;
  padding-left: 25px;
  background-image: url(https://hydroarm.by/templates/porto/images/vm/cart.png);
  background-position: left center;
  background-repeat: no-repeat;
  color: #ffffff;
  font-weight: 400;
  padding-left: 45px;
  padding-right: 20px;
  text-transform: uppercase;
}
.product .addtocart-area input.addtocart-button:hover,
.vmproduct .addtocart-area input.addtocart-button:hover,
.productdetails-view .addtocart-area input.addtocart-button:hover {
  color: #ffffff;
  background: #5dabc9;
  background-image: url(https://hydroarm.by/templates/porto/images/vm/cart.png);
  background-position: left center;
  background-repeat: no-repeat;
}
.product .addtocart-area input.addtocart-button-disabled,
.vmproduct .addtocart-area input.addtocart-button-disabled,
.productdetails-view .addtocart-area input.addtocart-button-disabled {
  border: none;
  background: none;
  text-transform: none;
  padding-top: 0;
  padding-bottom: 0;
  height: 42px;
  line-height: 42px;
  padding-left: 25px;
}
.jb-book-table {
  background: #8496A4;
  padding: 30px;
}
.jb-book-table input,
.jb-book-table select {
  width: 100%;
}
.jb-book-table .input-append .input-small {
  float: left;
  display: inline;
}
.jb-book-table label {
  color: #ffffff;
  margin: 20px 0px 20px 0px;
}
.jb-book-table .btn-booknow {
  margin-top: 20px;
  padding: 20px;
}
.banner {
  display: block;
  position: relative;
  margin-bottom: 10px;
}
.banner a {
  display: block;
}
.banner img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0;
}
.banner:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  border-radius: 0;
}
.banner:hover:before {
  visibility: visible;
  opacity: 0.1;
}
.banners-container .sppb-col-md-6,
.banners-container .sppb-col-md-3 {
  padding-left: 4px;
  padding-right: 4px;
}
.banners-container .banner-ribbon {
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  width: 33.5%;
  height: 22.3%;
}
.banners-container .banner-ribbon:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  border: 150px solid #65829d;
  border-right: 0;
  border-bottom: 0;
  border-left: 200px solid transparent;
}
.banners-container .banner-ribbon .ribbon-content {
  position: absolute;
  right: 9%;
  top: 10%;
  width: 90%;
  text-align: right;
}
.banners-container .banner-ribbon .ribbon-content span {
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  color: #fff;
  margin-right: 26%;
  text-transform: uppercase;
}
.banners-container .banner-ribbon .ribbon-content h3 {
  font-size: 33px;
  line-height: 1;
  margin: 0;
  font-weight: 700;
  color: #fff;
}
.banners-container .banner-ribbon .ribbon-content h4 {
  font-weight: 600;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  margin: 3px 0 0;
  text-transform: uppercase;
}
.banners-container .banner-content {
  position: absolute;
}
.banners-container .v1 {
  position: absolute;
  right: 15%;
  bottom: 14%;
  text-align: right;
}
.banners-container .v1 h2 {
  font-size: 70px;
  line-height: 1;
  font-weight: 600;
  font-style: italic;
  color: #fff;
  margin-bottom: 0;
  text-transform: uppercase;
}
.banners-container .v1 h2 strong {
  font-weight: 800;
}
.banners-container .v1 p {
  font-size: 29px;
  line-height: 1;
  margin-bottom: 10px;
  margin-right: 4px;
  font-weight: 300;
  color: #fff;
}
.banners-container .v1 p strong {
  font-weight: 600;
}
.banners-container .v1 a {
  font-size: 16px;
  margin-right: 5px;
  color: #65829d;
}
.banners-container .v2 {
  position: absolute;
  right: 10%;
  top: 5%;
  text-align: right;
}
.banners-container .v2 h3 {
  font-weight: 400;
  color: #121213;
  font-size: 29px;
  line-height: 1;
  margin-bottom: 5px;
  margin-top: 0px;
}
.banners-container .v2 h2 {
  font-weight: 800;
  color: #121213;
  margin-bottom: 10px;
  margin-top: 0px;
  font-size: 29px;
  line-height: 1;
  text-transform: uppercase;
}
.banners-container .v2 a {
  font-size: 16px;
  color: #121213;
  margin: 0;
}
.banners-container .v3 {
  position: absolute;
  right: 11.55%;
  top: 25%;
  text-align: right;
}
.banners-container .v3 p {
  font-size: 16px;
  font-weight: 700;
  color: #313131;
  line-height: 1;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.banners-container .v3 p:first-child {
  font-weight: 300;
}
.banners-container .v3 h4 {
  font-weight: 400;
  color: #888;
  font-size: 23px;
  line-height: 1;
  margin-top: 20px;
  margin-bottom: 0;
}
.banners-container .v3 h3 {
  font-weight: 400;
  color: #65829d;
  font-size: 38px;
  line-height: 1;
  margin-bottom: 15px;
}
.banners-container .v3 h3 span {
  font-size: 25px;
  line-height: 1;
}
.banners-container .v3 a {
  font-size: 16px;
  margin-right: 5px;
  color: #65829d;
}
.banners-container .v4 {
  position: absolute;
  left: 0;
  top: 17%;
  text-align: center;
  width: 100%;
}
.banners-container .v4 h2 {
  font-weight: 300;
  color: #000;
  font-size: 34px;
  line-height: 1.2;
  margin: 0;
  margin-bottom: 15px;
}
.banners-container .v4 h2 strong {
  font-weight: 600;
}
.banners-container .v4 p {
  font-weight: 300;
  color: #000;
  opacity: 0.7;
  filter: alpha(opacity=70);
  font-style: italic;
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 17px;
}
.banners-container .v4 .btn {
  display: inline-block;
  font-size: 13px;
  margin: 0;
  border: 0;
  padding: 6px 10px 6px 12px;
}
.banners-container .v4 .btn i {
  margin-left: 2px;
}
.chzn-container .chzn-single {
  height: auto !important;
  border: none !important;
  box-shadow: none !important;
  background: transparent !important;
  color: #ffffff !important;
}
.chzn-container .chzn-single div {
  top: -1px !important;
  width: 30px !important;
}
.chzn-container .chzn-single div b {
  background: none !important;
  position: releative;
}
.chzn-container .chzn-single div b:before {
  content: "\f0dd";
  font-family: "FontAwesome";
  color: #ffffff;
  font-size: 12px;
  text-decoration: inherit;
  position: absolute;
  left: 0;
}
.chzn-container .chzn-drop {
  margin-top: 10px;
  border: 1px solid #83bfd6;
}
.chzn-container .chzn-drop .chzn-results {
  margin: 0px;
  padding: 0px;
}
.chzn-container .chzn-drop .chzn-results li {
  color: #83bfd6;
}
.chzn-container .chzn-drop .chzn-results .highlighted {
  color: #ffffff;
}
.chzn-container .chzn-drop .chzn-results .highlighted:hover {
  background: #83bfd6;
}
.block-mini-cart {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  float: right;
  top: 14px;
}
.block-mini-cart .mini-cart-title {
  position: relative;
  height: 35px;
  width: 35px;
  color: #000;
  text-align: center;
}
.block-mini-cart .mini-cart-title .count-item {
  font-size: 35px;
  color: #83bfd6;
  line-height: 34px;
  top: 2px;
}
.block-mini-cart .mini-cart-title .count-item .total {
  font-size: 0;
  display: none;
}
.block-mini-cart .mini-cart-title .number {
  font-size: 12px;
  font-weight: 700;
  position: absolute;
  top: 9px;
  line-height: 14px;
  right: 11px;
  padding-top: 5px;
  padding-left: 5px;
  color: #fff;
}
.block-mini-cart .mini-cart-title .number .item {
  font-size: 0;
}
.block-mini-cart .mini-cart-content {
  position: absolute;
  top: 150px;
  right: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
  background: #fff;
  -webkit-box-shadow: 6px 6px 10px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 6px 6px 10px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 6px 6px 10px 0 rgba(0, 0, 0, 0.3);
  min-width: 250px;
  padding: 15px;
  visibility: hidden;
  z-index: 10;
  margin-top: 5px;
  border-top: 4px solid #83bfd6;
}
.block-mini-cart .mini-cart-content:before {
  content: "\f0d8";
  font-family: FontAwesome;
  font-size: 30px;
  right: 12px;
  position: absolute;
  top: -20px;
  width: 14px;
  color: #83bfd6;
}
.block-mini-cart:hover .mini-cart-content {
  top: 100%;
  display: block;
  opacity: 100;
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.sp-vmsearch form {
  position: relative;
  margin: auto;
  float: left;
  border-radius: 30px;
  background: #4aa1c3;
  width: 450px;
  color: #ffffff;
  height: 38px;
}
.sp-vmsearch .search-input-wrapper {
  margin: 0;
  float: left;
  width: 230px;
}
.sp-vmsearch .search-input-wrapper input {
  min-height: 38px !important;
  padding: 5px 21px !important;
  color: #ffffff !important;
}
.sp-vmsearch .search-input-wrapper .sp-vmsearch-box {
  border: 0;
  background: none;
  float: left;
  font-size: 14px;
  box-shadow: none;
}
.sp-vmsearch .sp-vmsearch-categorybox {
  float: left;
  background: none;
  border: none;
  color: #ffffff;
  height: 38px;
  line-height: 38px;
  width: 166px !important;
}
.sp-vmsearch .sp-vmsearch-categorybox .sp-vmsearch-category-name {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.sp-vmsearch .sp-vmsearch-categorybox .category-name {
  position: relative;
  padding-right: 25px;
  font-size: 13px;
}
.sp-vmsearch .search-button-wrapper {
  padding: 0;
  border: 0;
  width: 58px;
  height: 38px;
  margin: 0;
  text-align: center;
  line-height: 38px;
  margin-top: -2px;
  position: relative;
  bottom: -2px;
  margin-right: -2px;
  margin-left: -2px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.sp-vmsearch .search-button-wrapper .search-button {
  background: none;
  min-height: 30px;
  height: 30px;
  line-height: 30px;
}
.sp-vmsearch .search-button-wrapper .search-button i {
  font-size: 16px;
}
.sp-vmsearch .dropdown-menu li a {
  padding: 0 15px;
}
.sp-vmsearch .dropdown-menu > .active > a,
.sp-vmsearch .dropdown-menu > .active > a:focus {
  color: #222;
  background-color: #fff;
}
input[type="text"]::-moz-placeholder {
  color: #fff !important;
}
.shop-2 .off-canvas-toggle {
  margin: 0px;
}
.shop-2 .jb-topbar-brand {
  background: brand-primary;
}
.shop-2 .jb-header {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #78b9d2;
}
.shop-2 .jb-header .logo-image a span {
  display: none;
}
.shop-2 .shop-header-block {
  margin-top: 10px;
}
.shop-2 .shop-header-block .block-mini-cart {
  top: 0px;
}
.shop-2 .shop-header-block .block-mini-cart .mini-cart-title .count-item {
  color: #ffffff;
}
.shop-2 .shop-header-block .block-mini-cart .mini-cart-title .count-item .number {
  color: #1d2127;
}
.shop-2 .shop-header-block .custom-block i {
  margin-top: 5px;
  display: inline-flex;
}
.shop-2 .shop-header-block .custom-block span {
  display: inline-block;
  vertical-align: top;
  font-size: 11px;
  font-weight: 600;
  text-align: left;
  color: #ffffff;
}
.home-slider-area .side-custom-menu {
  border: 1px solid #ddd;
  border-radius: 6.96px;
  overflow: hidden;
  margin-bottom: 15px;
}
.home-slider-area .side-custom-menu h2 {
  color: #000;
  border-bottom: 1px solid #ddd;
  font-size: 13px;
  font-weight: 700;
  text-align: left;
  padding: 13px 13px 12px;
  background-color: #f5f5f5;
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
}
.home-slider-area .side-custom-menu h2 i {
  margin-right: 4px;
}
.home-slider-area .side-custom-menu ul {
  padding: 0 12px;
  list-style: none;
  margin: 0;
}
.home-slider-area .side-custom-menu ul li {
  text-align: left;
  padding: 13px 4px 12px;
  border-top: 1px solid #ddd;
}
.home-slider-area .side-custom-menu ul li:first-child {
  border-top: none;
}
.home-slider-area .side-custom-menu ul li a {
  color: #777;
  font-size: 15px;
  line-height: 1;
  display: block;
}
.homepage-bar {
  margin-bottom: 20px;
  border: 1px solid #e1e1e1;
  background-color: #fbfbfb;
  border-radius: 5px;
}
.homepage-bar .col-md-4 {
  padding-top: 20px;
  padding-bottom: 21px;
  text-align: center;
}
@media (min-width: 992px) {
  .homepage-bar .col-md-4 {
    border-left: 1px solid #e1e1e1;
  }
  .homepage-bar .col-md-4:first-child {
    border-left: none;
  }
}
.homepage-bar .bar-icon {
  font-size: 36px;
  color: #000;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 991px) {
  .homepage-bar .bar-icon {
    min-width: 36px;
    text-align: center;
  }
}
.homepage-bar .bar-textarea {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  margin-left: 7px;
}
.homepage-bar h3 {
  color: #313131;
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  line-height: 1.5;
}
.homepage-bar p {
  font-size: 12px;
  margin: 0;
  line-height: 1;
}
.jb-landing .sticky .jb-header-default {
  background: #83bfd6 !important;
}
.jb-landing .sticky .jb-header-default .logo-image .logo-img {
  width: auto;
  height: auto;
  top: 5px !important;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
.jb-landing .sticky .jb-header-default .navbar-default .navbar-nav li a {
  padding: 20px 12px !important;
}
.jb-landing .t3-header {
  border-top: none;
  padding: 0px;
}
.jb-landing .t3-header-wrap {
  width: 100%;
  position: absolute;
  z-index: 1000;
  top: 0;
}
.jb-landing .t3-header-wrap .jb-header-default {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07000000000000001);
  background: none;
  position: relative;
}
.jb-landing .t3-header-wrap .jb-header-default .logo-image .logo-img {
  width: auto;
  height: auto;
  top: 16px;
}
.jb-landing .t3-header-wrap .jb-header-default .header-column .navbar-toggle {
  color: #ffffff;
  border-color: #ffffff;
}
.jb-landing .t3-header-wrap .jb-header-default .header-column .navbar-toggle:hover {
  background: #83bfd6;
  border-color: #83bfd6;
}
.jb-landing .t3-header-wrap .jb-header-default .navbar-default {
  background: transparent;
  margin: 0px;
}
.jb-landing .t3-header-wrap .jb-header-default .navbar-default .header-nav-main {
  margin: 0px;
}
.jb-landing .t3-header-wrap .jb-header-default .navbar-default .navbar-nav li a {
  color: #ffffff;
  padding: 35px 12px;
  background: transparent;
}
.jb-landing .t3-header-wrap .jb-header-default .navbar-default .navbar-nav li a:active {
  background: transparent;
}

.home .t3-sl-1 .jumbotron .btn,
.home .t3-sl-5 .jumbotron .btn {
  border-color: #fff;
}
.t3-mainnav {
  border-bottom: none;
}.t3-megamenu .mega-inner:before,
.t3-megamenu .mega-inner:after {
  content: " ";
  display: table;
}
.t3-megamenu .mega-inner:after {
  clear: both;
}
.t3-megamenu .mega > .mega-dropdown-menu {
  min-width: 200px;
  display: none;
}
.t3-megamenu .mega.open > .mega-dropdown-menu,
.t3-megamenu .mega.dropdown-submenu.open > .mega-dropdown-menu {
  display: block;
}
.t3-megamenu .mega-group:before,
.t3-megamenu .mega-group:after {
  content: " ";
  display: table;
}
.t3-megamenu .mega-group:after {
  clear: both;
}
.t3-megamenu .dropdown-header,
.t3-megamenu .mega-nav .mega-group > .dropdown-header,
.t3-megamenu .dropdown-menu .mega-nav .mega-group > .dropdown-header,
.t3-megamenu .dropdown-menu .active .mega-nav .mega-group > .dropdown-header {
  margin: 0;
  padding: 0;
  background: transparent;
  color: inherit;
  font-size: 18px;
  line-height: normal;
}
.t3-megamenu .dropdown-header:hover,
.t3-megamenu .mega-nav .mega-group > .dropdown-header:hover,
.t3-megamenu .dropdown-menu .mega-nav .mega-group > .dropdown-header:hover,
.t3-megamenu .dropdown-menu .active .mega-nav .mega-group > .dropdown-header:hover,
.t3-megamenu .dropdown-header:active,
.t3-megamenu .mega-nav .mega-group > .dropdown-header:active,
.t3-megamenu .dropdown-menu .mega-nav .mega-group > .dropdown-header:active,
.t3-megamenu .dropdown-menu .active .mega-nav .mega-group > .dropdown-header:active,
.t3-megamenu .dropdown-header:focus,
.t3-megamenu .mega-nav .mega-group > .dropdown-header:focus,
.t3-megamenu .dropdown-menu .mega-nav .mega-group > .dropdown-header:focus,
.t3-megamenu .dropdown-menu .active .mega-nav .mega-group > .dropdown-header:focus {
  background: inherit;
  color: inherit;
}
.t3-megamenu .mega-group-ct {
  margin: 0;
  padding: 0;
}
.t3-megamenu .mega-group-ct:before,
.t3-megamenu .mega-group-ct:after {
  content: " ";
  display: table;
}
.t3-megamenu .mega-group-ct:after {
  clear: both;
}
.t3-megamenu .mega-nav,
.t3-megamenu .dropdown-menu .mega-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.t3-megamenu .mega-nav > li,
.t3-megamenu .dropdown-menu .mega-nav > li {
  list-style: none;
  margin-left: 0;
}
.t3-megamenu .mega-nav > li a,
.t3-megamenu .dropdown-menu .mega-nav > li a {
  white-space: normal;
  display: block;
  padding: 5px;
}
.t3-megamenu .mega-nav > li a:hover,
.t3-megamenu .dropdown-menu .mega-nav > li a:hover,
.t3-megamenu .mega-nav > li a:focus,
.t3-megamenu .dropdown-menu .mega-nav > li a:focus {
  text-decoration: none;
  color: #70b5d0;
  background-color: #f5f5f5;
}
.t3-megamenu .mega-nav > li .separator {
  display: block;
  padding: 5px;
}
.t3-megamenu .mega-group > .mega-nav,
.t3-megamenu .dropdown-menu .mega-group > .mega-nav {
  margin-left: -5px;
  margin-right: -5px;
}
.t3-megamenu .mega-nav .dropdown-submenu > a::after {
  margin-right: 5px;
}
.t3-megamenu .t3-module {
  margin-bottom: 10px;
}
.t3-megamenu .t3-module .module-title {
  margin: 0;
  padding: 0;
  background: transparent;
  color: inherit;
  font-size: 18px;
  line-height: normal;
  margin-bottom: 5px;
}
.t3-megamenu .t3-module .module-title:hover,
.t3-megamenu .t3-module .module-title:active,
.t3-megamenu .t3-module .module-title:focus {
  background: inherit;
  color: inherit;
}
.t3-megamenu .t3-module .module-ct {
  margin: 0;
  padding: 0;
}
.t3-megamenu .mega-caption {
  display: block;
  white-space: nowrap;
}
.t3-megamenu .nav .caret,
.t3-megamenu .dropdown-submenu .caret,
.t3-megamenu .mega-menu .caret {
  display: none;
}
.t3-megamenu .nav > .dropdown > .dropdown-toggle .caret {
  display: inline-block;
}
.t3-megamenu .nav [class^="icon-"],
.t3-megamenu .nav [class*=" icon-"],
.t3-megamenu .nav .fa {
  margin-right: 5px;
}
.t3-megamenu .nav .input-group-addon [class^="icon-"],
.t3-megamenu .nav .input-group-addon [class*=" icon-"],
.t3-megamenu .nav .input-group-addon .fa {
  margin-right: 0;
}
.t3-megamenu .mega-align-left > .dropdown-menu {
  left: 0;
}
.t3-megamenu .mega-align-right > .dropdown-menu {
  left: auto;
  right: 0;
}
.t3-megamenu .mega-align-center > .dropdown-menu {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.t3-megamenu .dropdown-submenu.mega-align-left > .dropdown-menu {
  left: 100%;
}
.t3-megamenu .dropdown-submenu.mega-align-right > .dropdown-menu {
  left: auto;
  right: 100%;
}
.t3-megamenu .mega-align-justify {
  position: static;
}
.t3-megamenu .mega-align-justify > .dropdown-menu {
  left: 0;
  margin-left: 0;
  top: auto;
}
.t3-megamenu .mega-tab > div {
  position: relative;
}
.t3-megamenu .mega-tab > div > ul {
  width: 200px;
}
.t3-megamenu .mega-tab > div > ul > li {
  position: static;
}
.t3-megamenu .mega-tab > div > ul > li > .dropdown-menu {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 200px;
}
.t3-megamenu .mega-tab > div > ul > li > .mega-dropdown-menu {
  border: none;
  box-shadow: none;
}
.t3-megamenu .mega-tab > div > ul > li > .mega-dropdown-menu > div {
  opacity: 1 !important;
  margin-left: 0 !important;
  transition: none !important;
}
@media (min-width: 768px) {
  .t3-megamenu.animate .mega > .mega-dropdown-menu {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 0;
  }
  .t3-megamenu.animate .mega.animating > .mega-dropdown-menu {
    -webkit-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
    display: block;
  }
  .t3-megamenu.animate .mega.open > .mega-dropdown-menu,
  .t3-megamenu.animate .mega.animating.open > .mega-dropdown-menu {
    opacity: 1;
  }
  .t3-megamenu.animate.zoom .mega > .mega-dropdown-menu {
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transform-origin: 20% 20%;
    -moz-transform-origin: 20% 20%;
    -ms-transform-origin: 20% 20%;
    transform-origin: 20% 20%;
  }
  .t3-megamenu.animate.zoom .mega.open > .mega-dropdown-menu {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  .t3-megamenu.animate.zoom .level0 > .mega-align-center > .mega-dropdown-menu {
    -webkit-transform: scale(0, 0) translate(-50%, 0);
    -ms-transform: scale(0, 0) translate(-50%, 0);
    transform: scale(0, 0) translate(-50%, 0);
    -webkit-transform-origin: 0% 20%;
    -moz-transform-origin: 0% 20%;
    -ms-transform-origin: 0% 20%;
    transform-origin: 0% 20%;
  }
  .t3-megamenu.animate.zoom .level0 > .mega-align-center.open > .mega-dropdown-menu {
    -webkit-transform: scale(1, 1) translate(-50%, 0);
    -ms-transform: scale(1, 1) translate(-50%, 0);
    transform: scale(1, 1) translate(-50%, 0);
  }
  .t3-megamenu.animate.elastic .mega > .mega-dropdown-menu {
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: 10% 0;
    -moz-transform-origin: 10% 0;
    -ms-transform-origin: 10% 0;
    transform-origin: 10% 0;
  }
  .t3-megamenu.animate.elastic .mega.open > .mega-dropdown-menu {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  .t3-megamenu.animate.elastic .level0 > .mega > .mega-dropdown-menu {
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
  }
  .t3-megamenu.animate.elastic .level0 .open > .mega-dropdown-menu {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  .t3-megamenu.animate.elastic .level0 > .mega-align-center > .mega-dropdown-menu {
    transform: scale(1, 0) translate(-50%, 0);
    -webkit-transform: scale(1, 0) translate(-50%, 0);
    -ms-transform: scale(1, 0) translate(-50%, 0);
  }
  .t3-megamenu.animate.elastic .level0 > .mega-align-center.open > .mega-dropdown-menu {
    transform: scale(1, 1) translate(-50%, 0);
    -webkit-transform: scale(1, 1) translate(-50%, 0);
    -ms-transform: scale(1, 1) translate(-50%, 0);
  }
  .t3-megamenu.animate.slide .mega {
    
    
  }
  .t3-megamenu.animate.slide .mega.animating > .mega-dropdown-menu {
    overflow: hidden;
  }
  .t3-megamenu.animate.slide .mega > .mega-dropdown-menu > div {
    -webkit-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    margin-top: -30%;
  }
  .t3-megamenu.animate.slide .mega.open > .mega-dropdown-menu > div {
    margin-top: 0%;
  }
  .t3-megamenu.animate.slide .mega .mega > .mega-dropdown-menu {
    min-width: 0;
  }
  .t3-megamenu.animate.slide .mega .mega > .mega-dropdown-menu > div {
    min-width: 200px;
    margin-top: 0;
    margin-left: -500px;
    width: 100%;
  }
  .t3-megamenu.animate.slide .mega .mega.open > .mega-dropdown-menu > div {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .t3-megamenu .mega-inner:before,
  .t3-megamenu .mega-inner:after {
    content: " ";
    display: table;
  }
  .t3-megamenu .mega-inner:after {
    clear: both;
  }
  .t3-megamenu .row,
  .t3-megamenu .mega-dropdown-menu,
  .t3-megamenu .row [class*="col-lg-"],
  .t3-megamenu .row [class*="col-md-"],
  .t3-megamenu .row [class*="col-sm-"],
  .t3-megamenu .row [class*="col-xs-"] {
    width: 100% !important;
    min-width: 100% !important;
    left: 0 !important;
    margin-left: 0 !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
  }
  .t3-megamenu .hidden-collapse,
  .t3-megamenu .always-show .caret,
  .t3-megamenu .always-show .dropdown-submenu > a:after .sub-hidden-collapse > .nav-child,
  .t3-megamenu .sub-hidden-collapse .caret,
  .t3-megamenu .sub-hidden-collapse > a:after {
    display: none !important;
  }
  .mega-caption {
    display: none !important;
  }
  html[dir="rtl"] .t3-megamenu .row,
  html[dir="rtl"] .t3-megamenu .mega-dropdown-menu,
  html[dir="rtl"] .t3-megamenu .row [class*="col-lg-"],
  html[dir="rtl"] .t3-megamenu .row [class*="col-md-"],
  html[dir="rtl"] .t3-megamenu .row [class*="col-sm-"],
  html[dir="rtl"] .t3-megamenu .row [class*="col-xs-"] {
    left: auto;
    right: 0 !important;
    margin-right: 0 !important;
  }
}
.t3-megamenu .mega-inner {
  padding: 0px;
}
.t3-megamenu .row {
  margin-left: auto;
  margin-right: auto;
}
.t3-megamenu .row + .row {
  padding-top: 10px;
  border-top: 1px solid #ededed;
}
.t3-megamenu .jb-mega-menu .col-xs-12 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.t3-megamenu .jb-mega-menu .mega-nav > li a {
  padding: 4px 6px !important;
}
.t3-megamenu .mega-dropdown-menu {
  z-index: 5001;
}
.t3-megamenu .mega-dropdown-menu .col-xs-12 {
  padding: 0px;
}
.t3-megamenu .dropdown-header,
.t3-megamenu .mega-nav .mega-group > .dropdown-header,
.t3-megamenu .dropdown-menu .mega-nav .mega-group > .dropdown-header,
.t3-megamenu .dropdown-menu .active .mega-nav .mega-group > .dropdown-header {
  color: #333333;
  display: block;
  font-size: 1em;
  font-weight: 600;
  margin-top: 20px;
  padding: 12px 8px;
  text-transform: uppercase;
}
.t3-megamenu .dropdown-header:hover,
.t3-megamenu .mega-nav .mega-group > .dropdown-header:hover,
.t3-megamenu .dropdown-menu .mega-nav .mega-group > .dropdown-header:hover,
.t3-megamenu .dropdown-menu .active .mega-nav .mega-group > .dropdown-header:hover,
.t3-megamenu .dropdown-header:active,
.t3-megamenu .mega-nav .mega-group > .dropdown-header:active,
.t3-megamenu .dropdown-menu .mega-nav .mega-group > .dropdown-header:active,
.t3-megamenu .dropdown-menu .active .mega-nav .mega-group > .dropdown-header:active,
.t3-megamenu .dropdown-header:focus,
.t3-megamenu .mega-nav .mega-group > .dropdown-header:focus,
.t3-megamenu .dropdown-menu .mega-nav .mega-group > .dropdown-header:focus,
.t3-megamenu .dropdown-menu .active .mega-nav .mega-group > .dropdown-header:focus {
  background: transparent;
  color: inherit;
}
.t3-megamenu .mega-group-ct .row {
  margin-left: -15px;
  margin-right: -15px;
}
.t3-megamenu .mega-nav > li a,
.t3-megamenu .dropdown-menu .mega-nav > li a {
  padding: 6px 10px;
  outline: none;
  background: none;
}
.t3-megamenu .mega-nav > li a:hover,
.t3-megamenu .dropdown-menu .mega-nav > li a:hover,
.t3-megamenu .mega-nav > li a:focus,
.t3-megamenu .dropdown-menu .mega-nav > li a:focus {
  background: transparent;
}
.t3-megamenu .dropdown-menu .mega-group .mega-nav > li.active a {
  color: #1d2127;
}
.t3-megamenu .mega-nav .dropdown-submenu > a::after {
  margin-right: 0;
}
.t3-megamenu .t3-module .module-title {
  color: #333333;
  display: block;
  font-size: 1em;
  font-weight: 600;
  margin-top: 20px;
  padding: 12px 8px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.t3-megamenu .t3-module .module-title:hover,
.t3-megamenu .t3-module .module-title:active,
.t3-megamenu .t3-module .module-title:focus {
  background: transparent;
  color: inherit;
}
.t3-megamenu .t3-module ul li,
.t3-megamenu .t3-module .nav li {
  list-style: disc;
  display: list-item;
  float: none;
  margin: 0;
  padding: 0;
  border: 0;
}
.t3-megamenu .t3-module ul li a,
.t3-megamenu .t3-module .nav li a {
  display: inline;
  padding: 0;
  margin: 0;
  border: 0;
  font-size: 100%;
  background: none;
  font: inherit;
  white-space: normal;
}
.t3-megamenu .t3-module ul li a:hover,
.t3-megamenu .t3-module .nav li a:hover,
.t3-megamenu .t3-module ul li a:focus,
.t3-megamenu .t3-module .nav li a:focus,
.t3-megamenu .t3-module ul li a:active,
.t3-megamenu .t3-module .nav li a:active {
  background: transparent;
  color: inherit;
  font: inherit;
}
.t3-megamenu .mega-caption {
  color: #999999;
  font-size: 12px;
  margin-top: 3px;
  font-weight: normal;
}
.t3-megamenu .nav .input-group-addon [class^="icon-"],
.t3-megamenu .nav .input-group-addon [class*=" icon-"],
.t3-megamenu .nav .input-group-addon .fa {
  margin-right: 0;
}
.mega-bg .mega-dropdown-inner .row {
  background-image: url(https://hydroarm.by/templates/porto/images/joomlabuff/menu-bg.png);
  background-position: right 100%;
  background-repeat: no-repeat;
}
.mega-bg .mega-dropdown-inner .row .mega-dropdown-inner .row {
  background-image: none;
}
.mega-no-padding {
  padding: 0px !important;
}
.mega-no-padding .dropdown-header {
  margin-top: 16px !important;
  padding: 0px 8px !important;
}
.mega-no-padding .mega-dropdown-inner .row {
  margin: 0px !important;
}
.mega-no-padding .mega-dropdown-inner .mega-inner ul li {
  border: none;
}
.mega-no-padding .mega-dropdown-inner .mega-inner ul li a:hover,
.mega-no-padding .mega-dropdown-inner .mega-inner ul li a:focus {
  background: transparent !important;
  text-decoration: underline !important;
}
.mega-no-padding .mega-dropdown-inner .mega-inner .m-bottom-5 {
  margin-bottom: 12px;
}
.menu-banner-area img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  margin: 44px auto 0;
}
.menu-banner-area .menu-banner-header {
  position: absolute;
  top: -20px;
  left: -15px;
  text-align: left;
}
.menu-banner-area .menu-banner-header h3 {
  font-size: 23px;
  font-weight: 600;
  color: #fff;
  background-color: #2e2e2e;
  line-height: 1;
  padding: 6px 30px 6px 8px;
  margin-bottom: 15px;
  text-transform: uppercase;
}.off-canvas-toggle {
  z-index: 100;
}
html,
body {
  height: 100%;
}
.noscroll {
  position: fixed;
  overflow-y: scroll;
  width: 100%;
}
.t3-wrapper {
  background: #ffffff;
  position: relative;
  left: 0;
  z-index: 99;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  overflow: visible;
}
.t3-wrapper::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  background: rgba(0, 0, 0, 0.2);
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  z-index: 100;
}
.t3-mainnav-android {
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}
.t3-mainnav-android::after {
  -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}
.off-canvas-open .t3-wrapper::after {
  width: 100%;
  height: 10000px;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.off-canvas-open .t3-mainnav-android::after {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.t3-off-canvas {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  visibility: hidden;
  width: 250px;
  height: 100%;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.t3-off-canvas::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  content: '';
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.off-canvas-right.t3-off-canvas {
  display: none;
}
.off-canvas-right .off-canvas-right.t3-off-canvas {
  display: block;
}
html[dir="ltr"] .off-canvas-right.t3-off-canvas {
  left: auto;
  right: 0;
}
.off-canvas-open .t3-off-canvas::after {
  width: 0;
  height: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}
.off-canvas-open .off-canvas-current {
  visibility: visible;
}
.off-canvas-open .t3-off-canvas {
  overflow-y: auto;
}
.t3-off-canvas {
  background: #ffffff;
  color: #1d2127;
}
.t3-off-canvas .t3-off-canvas-header {
  background: #ededed;
  color: #1d2127;
  padding: 6px 12px;
}
.t3-off-canvas .t3-off-canvas-header h2 {
  margin: 0;
}
.t3-off-canvas .t3-off-canvas-body {
  padding: 6px 12px;
}
.t3-off-canvas .t3-off-canvas-body a {
  color: #83bfd6;
}
.t3-off-canvas .t3-off-canvas-body a:hover,
.t3-off-canvas .t3-off-canvas-body a:focus {
  color: #5dabc9;
}
.t3-off-canvas .t3-off-canvas-body a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.t3-off-canvas .t3-off-canvas-body .dropdown-menu {
  position: static;
  float: none;
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.off-canvas-effect-1.t3-off-canvas {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.off-canvas-effect-1.off-canvas-open .off-canvas-effect-1.t3-off-canvas {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.off-canvas-effect-1.t3-off-canvas::after {
  display: none;
}
.off-canvas-right.off-canvas-effect-1.t3-off-canvas {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.off-canvas-effect-2.off-canvas-open .t3-wrapper {
  -webkit-transform: translate3d(250px, 0, 0);
  transform: translate3d(250px, 0, 0);
}
.off-canvas-effect-2.t3-off-canvas {
  z-index: 1;
}
.off-canvas-effect-2.off-canvas-open .off-canvas-effect-2.t3-off-canvas {
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}
.off-canvas-effect-2.t3-off-canvas::after {
  display: none;
}
.off-canvas-right.off-canvas-effect-2.off-canvas-open .t3-wrapper {
  -webkit-transform: translate3d(-250px, 0, 0);
  transform: translate3d(-250px, 0, 0);
}
.off-canvas-effect-3.off-canvas-open .t3-wrapper {
  -webkit-transform: translate3d(250px, 0, 0);
  transform: translate3d(250px, 0, 0);
}
.off-canvas-effect-3.t3-off-canvas {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.off-canvas-effect-3.off-canvas-open .off-canvas-effect-3.t3-off-canvas {
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}
.off-canvas-effect-3.t3-off-canvas::after {
  display: none;
}
.off-canvas-right.off-canvas-effect-3.off-canvas-open .t3-wrapper {
  -webkit-transform: translate3d(-250px, 0, 0);
  transform: translate3d(-250px, 0, 0);
}
.off-canvas-right.off-canvas-effect-3.t3-off-canvas {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.off-canvas-effect-4.off-canvas-open .t3-wrapper,
.off-canvas-effect-4.off-canvas-open .t3-mainnav-android {
  -webkit-transform: translate3d(250px, 0, 0);
  transform: translate3d(250px, 0, 0);
}
.off-canvas-effect-4.t3-off-canvas {
  z-index: 1;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}
.off-canvas-effect-4.off-canvas-open .off-canvas-effect-4.t3-off-canvas {
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.off-canvas-effect-4.t3-off-canvas::after {
  display: none;
}
.off-canvas-right.off-canvas-effect-4.off-canvas-open .t3-wrapper,
.off-canvas-right.off-canvas-effect-4.off-canvas-open .t3-mainnav-android {
  -webkit-transform: translate3d(-250px, 0, 0);
  transform: translate3d(-250px, 0, 0);
}
.off-canvas-right.off-canvas-effect-4.t3-off-canvas {
  -webkit-transform: translate3d(50%, 0, 0);
  transform: translate3d(50%, 0, 0);
}
.off-canvas-effect-5.off-canvas-open .t3-wrapper {
  -webkit-transform: translate3d(250px, 0, 0);
  transform: translate3d(250px, 0, 0);
}
.off-canvas-effect-5.t3-off-canvas {
  z-index: 1;
  -webkit-transform: translate3d(50%, 0, 0);
  transform: translate3d(50%, 0, 0);
}
.off-canvas-effect-5.off-canvas-open .off-canvas-effect-5.t3-off-canvas {
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.off-canvas-right.off-canvas-effect-5.off-canvas-open .t3-wrapper {
  -webkit-transform: translate3d(-250px, 0, 0);
  transform: translate3d(-250px, 0, 0);
}
.off-canvas-right.off-canvas-effect-5.t3-off-canvas {
  z-index: 1;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}
body.off-canvas-effect-6 {
  -webkit-perspective: 1500px;
  perspective: 1500px;
}
.off-canvas-effect-6 .t3-wrapper {
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  height: auto;
  overflow: hidden;
}
.off-canvas-effect-6.off-canvas-open .t3-wrapper {
  -webkit-transform: translate3d(250px, 0, 0) rotateY(-15deg);
  transform: translate3d(250px, 0, 0) rotateY(-15deg);
}
.off-canvas-effect-6.t3-off-canvas {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.off-canvas-effect-6.off-canvas-open .off-canvas-effect-6.t3-off-canvas {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.off-canvas-effect-6.t3-off-canvas::after {
  display: none;
}
.off-canvas-right.off-canvas-effect-6 .t3-wrapper {
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}
.off-canvas-right.off-canvas-effect-6.off-canvas-open .t3-wrapper {
  -webkit-transform: translate3d(-250px, 0, 0) rotateY(15deg);
  transform: translate3d(-250px, 0, 0) rotateY(15deg);
}
.off-canvas-right.off-canvas-effect-6.t3-off-canvas {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
body.off-canvas-effect-7 {
  -webkit-perspective: 1500px;
  perspective: 1500px;
  -webkit-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%;
}
.off-canvas-effect-7 .t3-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.off-canvas-effect-7.off-canvas-open .t3-wrapper {
  -webkit-transform: translate3d(250px, 0, 0);
  transform: translate3d(250px, 0, 0);
}
.off-canvas-effect-7.t3-off-canvas {
  -webkit-transform: translate3d(-100%, 0, 0) rotateY(-90deg);
  transform: translate3d(-100%, 0, 0) rotateY(-90deg);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.off-canvas-effect-7.off-canvas-open .off-canvas-effect-7.t3-off-canvas {
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(-100%, 0, 0) rotateY(0deg);
  transform: translate3d(-100%, 0, 0) rotateY(0deg);
}
body.off-canvas-effect-7.off-canvas-right {
  -webkit-perspective-origin: 100% 50%;
  perspective-origin: 100% 50%;
}
.off-canvas-right.off-canvas-effect-7.off-canvas-open .t3-wrapper {
  -webkit-transform: translate3d(-250px, 0, 0);
  transform: translate3d(-250px, 0, 0);
}
.off-canvas-right.off-canvas-effect-7.t3-off-canvas {
  -webkit-transform: translate3d(100%, 0, 0) rotateY(90deg);
  transform: translate3d(100%, 0, 0) rotateY(90deg);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
}
.off-canvas-right.off-canvas-effect-7.off-canvas-open .off-canvas-right.off-canvas-effect-7.t3-off-canvas {
  -webkit-transform: translate3d(100%, 0, 0) rotateY(0deg);
  transform: translate3d(100%, 0, 0) rotateY(0deg);
}
body.off-canvas-effect-8 {
  -webkit-perspective: 1500px;
  perspective: 1500px;
  -webkit-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%;
}
.off-canvas-effect-8 .t3-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.off-canvas-effect-8.off-canvas-open .t3-wrapper {
  -webkit-transform: translate3d(250px, 0, 0);
  transform: translate3d(250px, 0, 0);
}
.off-canvas-effect-8.t3-off-canvas {
  -webkit-transform: translate3d(-100%, 0, 0) rotateY(90deg);
  transform: translate3d(-100%, 0, 0) rotateY(90deg);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.off-canvas-effect-8.off-canvas-open .off-canvas-effect-8.t3-off-canvas {
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(-100%, 0, 0) rotateY(0deg);
  transform: translate3d(-100%, 0, 0) rotateY(0deg);
}
.off-canvas-effect-8.t3-off-canvas::after {
  display: none;
}
body.off-canvas-effect-8.off-canvas-right {
  -webkit-perspective-origin: 100% 50%;
  perspective-origin: 100% 50%;
}
.off-canvas-right.off-canvas-effect-8.off-canvas-open .t3-wrapper {
  -webkit-transform: translate3d(-250px, 0, 0);
  transform: translate3d(-250px, 0, 0);
}
.off-canvas-right.off-canvas-effect-8.t3-off-canvas {
  -webkit-transform: translate3d(100%, 0, 0) rotateY(-90deg);
  transform: translate3d(100%, 0, 0) rotateY(-90deg);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
}
.off-canvas-right.off-canvas-effect-8.off-canvas-open .off-canvas-right.off-canvas-effect-8.t3-off-canvas {
  -webkit-transform: translate3d(100%, 0, 0) rotateY(0deg);
  transform: translate3d(100%, 0, 0) rotateY(0deg);
}
body.off-canvas-effect-9 {
  -webkit-perspective: 1500px;
  perspective: 1500px;
}
.off-canvas-effect-9 .t3-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.off-canvas-effect-9.off-canvas-open .t3-wrapper {
  -webkit-transform: translate3d(0, 0, -250px);
  transform: translate3d(0, 0, -250px);
}
.off-canvas-effect-9.t3-off-canvas {
  opacity: 1;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.off-canvas-effect-9.off-canvas-open .off-canvas-effect-9.t3-off-canvas {
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.off-canvas-effect-9.t3-off-canvas::after {
  display: none;
}
.off-canvas-right.off-canvas-effect-9.t3-off-canvas {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
body.off-canvas-effect-10 {
  -webkit-perspective: 1500px;
  perspective: 1500px;
  -webkit-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%;
}
.off-canvas-effect-10.off-canvas-open .t3-wrapper {
  -webkit-transform: translate3d(250px, 0, 0);
  transform: translate3d(250px, 0, 0);
}
.off-canvas-effect-10.t3-off-canvas {
  z-index: 1;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, -250px);
  transform: translate3d(0, 0, -250px);
}
.off-canvas-effect-10.off-canvas-open .off-canvas-effect-10.t3-off-canvas {
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
body.off-canvas-effect-10.off-canvas-right {
  -webkit-perspective-origin: 100% 50%;
  perspective-origin: 100% 50%;
}
.off-canvas-right.off-canvas-effect-10.off-canvas-open .t3-wrapper {
  -webkit-transform: translate3d(-250px, 0, 0);
  transform: translate3d(-250px, 0, 0);
}
body.off-canvas-effect-11 {
  -webkit-perspective: 1500px;
  perspective: 1500px;
}
.off-canvas-effect-11 .t3-wrapper {
  height: auto;
  overflow: hidden;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.off-canvas-effect-11.off-canvas-open .t3-wrapper {
  -webkit-transform: translate3d(100px, 0, -600px) rotateY(-20deg);
  transform: translate3d(100px, 0, -600px) rotateY(-20deg);
}
.off-canvas-effect-11.t3-off-canvas {
  opacity: 1;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.off-canvas-effect-11.off-canvas-open .off-canvas-effect-11.t3-off-canvas {
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.off-canvas-effect-11.t3-off-canvas::after {
  display: none;
}
.off-canvas-right.off-canvas-effect-11.off-canvas-open .t3-wrapper {
  -webkit-transform: translate3d(-100px, 0, -600px) rotateY(20deg);
  transform: translate3d(-100px, 0, -600px) rotateY(20deg);
}
.off-canvas-right.off-canvas-effect-11.t3-off-canvas {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
body.off-canvas-effect-12 {
  -webkit-perspective: 1500px;
  perspective: 1500px;
}
.off-canvas-effect-12 .t3-wrapper {
  height: auto;
  overflow: hidden;
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.off-canvas-effect-12.off-canvas-open .t3-wrapper {
  -webkit-transform: rotateY(-10deg);
  transform: rotateY(-10deg);
}
.off-canvas-effect-12.t3-off-canvas {
  opacity: 1;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.off-canvas-effect-12.off-canvas-open .off-canvas-effect-12.t3-off-canvas {
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.off-canvas-effect-12.t3-off-canvas::after {
  display: none;
}
.off-canvas-right.off-canvas-effect-12 .t3-wrapper {
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
}
.off-canvas-right.off-canvas-effect-12.off-canvas-open .t3-wrapper {
  -webkit-transform: rotateY(10deg);
  transform: rotateY(10deg);
}
.off-canvas-right.off-canvas-effect-12.t3-off-canvas {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
body.off-canvas-effect-13 {
  -webkit-perspective: 1500px;
  perspective: 1500px;
  -webkit-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%;
}
.off-canvas-effect-13.off-canvas-open .t3-wrapper {
  -webkit-transform: translate3d(250px, 0, 0);
  transform: translate3d(250px, 0, 0);
}
.off-canvas-effect-13.t3-off-canvas {
  z-index: 1;
  opacity: 1;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}
.off-canvas-effect-13.off-canvas-open .off-canvas-effect-13.t3-off-canvas {
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition-speed: 0.2s;
  transition-speed: 0.2s;
}
body.off-canvas-effect-13.off-canvas-right {
  -webkit-perspective-origin: 100% 50%;
  perspective-origin: 100% 50%;
}
.off-canvas-right.off-canvas-effect-13.off-canvas-open .t3-wrapper {
  -webkit-transform: translate3d(-250px, 0, 0);
  transform: translate3d(-250px, 0, 0);
}
body.off-canvas-effect-14 {
  -webkit-perspective: 1500px;
  perspective: 1500px;
  -webkit-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%;
}
.off-canvas-effect-14 .t3-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.off-canvas-effect-14.off-canvas-open .t3-wrapper {
  -webkit-transform: translate3d(250px, 0, 0);
  transform: translate3d(250px, 0, 0);
}
.off-canvas-effect-14.t3-off-canvas {
  -webkit-transform: translate3d(-100%, 0, 0) rotateY(90deg);
  transform: translate3d(-100%, 0, 0) rotateY(90deg);
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.off-canvas-effect-14.off-canvas-open .off-canvas-effect-14.t3-off-canvas {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-transform: translate3d(-100%, 0, 0) rotateY(0deg);
  transform: translate3d(-100%, 0, 0) rotateY(0deg);
}
body.off-canvas-effect-14.off-canvas-right {
  -webkit-perspective-origin: 100% 50%;
  perspective-origin: 100% 50%;
}
.off-canvas-right.off-canvas-effect-14.off-canvas-open .t3-wrapper {
  -webkit-transform: translate3d(-250px, 0, 0);
  transform: translate3d(-250px, 0, 0);
}
.off-canvas-right.off-canvas-effect-14.t3-off-canvas {
  -webkit-transform: translate3d(100%, 0, 0) rotateY(-90deg);
  transform: translate3d(100%, 0, 0) rotateY(-90deg);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}
.off-canvas-right.off-canvas-effect-14.off-canvas-open .off-canvas-right.off-canvas-effect-14.t3-off-canvas {
  -webkit-transform: translate3d(100%, 0, 0) rotateY(0deg);
  transform: translate3d(100%, 0, 0) rotateY(0deg);
}
.old-ie .t3-off-canvas {
  z-index: 100 !important;
  left: -250px;
}
html[dir="ltr"] .off-canvas-right.old-ie .t3-off-canvas {
  right: -250px;
  left: auto;
}
.modal-open .t3-wrapper {
  position: static;
}
.off-canvas-toggle {
  border-radius: 5px;
  border: 0;
  padding: 0;
  margin: 8px;
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.off-canvas-toggle:focus {
  outline: none;
}
.t3-off-canvas {
  background: #ffffff;
  color: #1d2127;
}
.t3-off-canvas .t3-off-canvas-header {
  background: #ededed;
  color: #1d2127;
  padding: 10px 0 10px 20px;
  height: 56px;
  line-height: 56px;
}
.t3-off-canvas .t3-off-canvas-header h2 {
  margin: 0;
  line-height: 35px;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.t3-off-canvas .close {
  margin: 0;
  height: 56px;
  line-height: 56px;
  width: 56px;
  background: #ededed;
  position: absolute;
  top: 0;
  right: 0;
  color: #1d2127;
  text-shadow: none;
  opacity: 1;
  filter: alpha(opacity=100);
}
.t3-off-canvas .t3-off-canvas-body {
  padding: 10px 20px;
  background: #222222;
}
.t3-off-canvas .t3-off-canvas-body a {
  color: #83bfd6;
  text-decoration: none;
  font-size: 14px;
}
.t3-off-canvas .t3-off-canvas-body a:hover,
.t3-off-canvas .t3-off-canvas-body a:focus {
  color: #5dabc9;
  text-decoration: none;
}
.t3-off-canvas .t3-off-canvas-body a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.t3-off-canvas .t3-off-canvas-body .nav > li,
.t3-off-canvas .t3-off-canvas-body .nav .dropdown-toggle {
  *border-bottom: 1px solid #1e1e1e;
}
.t3-off-canvas .t3-off-canvas-body .nav > li > a,
.t3-off-canvas .t3-off-canvas-body .nav .dropdown-toggle > a,
.t3-off-canvas .t3-off-canvas-body .nav > li > .dropdown-toggle,
.t3-off-canvas .t3-off-canvas-body .nav .dropdown-toggle > .dropdown-toggle {
  background: none;
  text-transform: none;
  color: #999;
  padding: 10px 20px;
}
.t3-off-canvas .t3-off-canvas-body .nav > li > a .caret,
.t3-off-canvas .t3-off-canvas-body .nav .dropdown-toggle > a .caret,
.t3-off-canvas .t3-off-canvas-body .nav > li > .dropdown-toggle .caret,
.t3-off-canvas .t3-off-canvas-body .nav .dropdown-toggle > .dropdown-toggle .caret {
  float: right;
  margin-top: 10px;
  border-top-color: #83bfd6;
}
.t3-off-canvas .t3-off-canvas-body .nav > li > a:before,
.t3-off-canvas .t3-off-canvas-body .nav .dropdown-toggle > a:before,
.t3-off-canvas .t3-off-canvas-body .nav > li > .dropdown-toggle:before,
.t3-off-canvas .t3-off-canvas-body .nav .dropdown-toggle > .dropdown-toggle:before {
  content: "\f00a";
  position: absolute;
  left: 0;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  margin-top: 7px;
  font-size: 10px;
}
.t3-off-canvas .t3-off-canvas-body .nav > li.active > a,
.t3-off-canvas .t3-off-canvas-body .nav .dropdown-toggle.active > a,
.t3-off-canvas .t3-off-canvas-body .nav > li.active > .dropdown-toggle,
.t3-off-canvas .t3-off-canvas-body .nav .dropdown-toggle.active > .dropdown-toggle {
  background: none;
  text-transform: none;
  color: #ffffff;
}
.t3-off-canvas .t3-off-canvas-body .nav > li.active > a .caret,
.t3-off-canvas .t3-off-canvas-body .nav .dropdown-toggle.active > a .caret,
.t3-off-canvas .t3-off-canvas-body .nav > li.active > .dropdown-toggle .caret,
.t3-off-canvas .t3-off-canvas-body .nav .dropdown-toggle.active > .dropdown-toggle .caret {
  border-top-color: #83bfd6;
}
.t3-off-canvas .t3-off-canvas-body .nav > li > a:hover,
.t3-off-canvas .t3-off-canvas-body .nav .dropdown-toggle > a:hover,
.t3-off-canvas .t3-off-canvas-body .nav > li > a:focus,
.t3-off-canvas .t3-off-canvas-body .nav .dropdown-toggle > a:focus,
.t3-off-canvas .t3-off-canvas-body .nav > li > a:active,
.t3-off-canvas .t3-off-canvas-body .nav .dropdown-toggle > a:active {
  background: none;
  text-transform: none;
  color: #83bfd6;
}
.t3-off-canvas .t3-off-canvas-body .nav > li > a:hover .caret,
.t3-off-canvas .t3-off-canvas-body .nav .dropdown-toggle > a:hover .caret,
.t3-off-canvas .t3-off-canvas-body .nav > li > a:focus .caret,
.t3-off-canvas .t3-off-canvas-body .nav .dropdown-toggle > a:focus .caret,
.t3-off-canvas .t3-off-canvas-body .nav > li > a:active .caret,
.t3-off-canvas .t3-off-canvas-body .nav .dropdown-toggle > a:active .caret {
  border-top-color: #83bfd6;
}
.t3-off-canvas .t3-off-canvas-body .dropdown-menu {
  background: none;
  padding-left: 20px;
  color: #999999;
}
.t3-off-canvas .t3-off-canvas-body .dropdown-menu .divider {
  height: auto !important;
  background: transparent !important;
}
.t3-off-canvas .t3-off-canvas-body .dropdown-menu > li > a,
.t3-off-canvas .t3-off-canvas-body .dropdown-menu > li > .nav-header {
  padding: 5px 0;
  color: #ffffff;
  display: inline-block;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.t3-off-canvas .t3-off-canvas-body .dropdown-menu > li.open > a,
.t3-off-canvas .t3-off-canvas-body .dropdown-menu > li > a:hover,
.t3-off-canvas .t3-off-canvas-body .dropdown-menu > li > a:focus,
.t3-off-canvas .t3-off-canvas-body .dropdown-menu > li > a:active {
  background: none;
  color: #83bfd6;
  opacity: 1;
  filter: alpha(opacity=100);
}
.t3-off-canvas .t3-off-canvas-body .dropdown-menu > li.active > a {
  background: none;
  color: #5dabc9;
  opacity: 1;
  filter: alpha(opacity=100);
}
.t3-off-canvas .t3-off-canvas-body .dropdown-menu .caret {
  display: none;
}
.t3-off-canvas .t3-off-canvas-body .dropdown-submenu > a:after,
.t3-off-canvas .t3-off-canvas-body .dropdown-submenu > .nav-header:after {
  display: none;
}
.t3-off-canvas .t3-off-canvas-body .t3-module {
  margin-bottom: 20px;
}
.t3-off-canvas .t3-off-canvas-body .module-title {
  margin-bottom: 10px;
  color: #ffffff;
}/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url(https://hydroarm.by/templates/porto/fonts/font-awesome/fonts/fontawesome-webfont.eot);src:url(https://hydroarm.by/templates/porto/fonts/font-awesome/fonts/fontawesome-webfont.eot) format('embedded-opentype'),url(https://hydroarm.by/templates/porto/fonts/font-awesome/fonts/fontawesome-webfont.woff2) format('woff2'),url(https://hydroarm.by/templates/porto/fonts/font-awesome/fonts/fontawesome-webfont.woff) format('woff'),url(https://hydroarm.by/templates/porto/fonts/font-awesome/fonts/fontawesome-webfont.ttf) format('truetype'),url(https://hydroarm.by/templates/porto/fonts/font-awesome/fonts/fontawesome-webfont.svg) format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}
@font-face {
	font-family: 'simple-line-icons';
	src: url(https://hydroarm.by/templates/porto/fonts/simple-line-icons/fonts/Simple-Line-Icons.eot);
	src: url(https://hydroarm.by/templates/porto/fonts/simple-line-icons/fonts/Simple-Line-Icons.eot) format('embedded-opentype'), 
		 url(https://hydroarm.by/templates/porto/fonts/simple-line-icons/fonts/Simple-Line-Icons.woff2) format('woff2'), 
		 url(https://hydroarm.by/templates/porto/fonts/simple-line-icons/fonts/Simple-Line-Icons.ttf) format('truetype'), 
		 url(https://hydroarm.by/templates/porto/fonts/simple-line-icons/fonts/Simple-Line-Icons.woff) format('woff'), 
		 url(https://hydroarm.by/templates/porto/fonts/simple-line-icons/fonts/Simple-Line-Icons.svg) format('svg');
	font-weight: normal;
	font-style: normal;
}
/*
 Use the following CSS code if you want to have a class per icon.
 Instead of a list of all class selectors, you can use the generic [class*="icon-"] selector, but it's slower:
*/
.icon-user,
.icon-people,
.icon-user-female,
.icon-user-follow,
.icon-user-following,
.icon-user-unfollow,
.icon-login,
.icon-logout,
.icon-emotsmile,
.icon-phone,
.icon-call-end,
.icon-call-in,
.icon-call-out,
.icon-map,
.icon-location-pin,
.icon-direction,
.icon-directions,
.icon-compass,
.icon-layers,
.icon-menu,
.icon-list,
.icon-options-vertical,
.icon-options,
.icon-arrow-down,
.icon-arrow-left,
.icon-arrow-right,
.icon-arrow-up,
.icon-arrow-up-circle,
.icon-arrow-left-circle,
.icon-arrow-right-circle,
.icon-arrow-down-circle,
.icon-check,
.icon-clock,
.icon-plus,
.icon-minus,
.icon-close,
.icon-exclamation,
.icon-organization,
.icon-trophy,
.icon-screen-smartphone,
.icon-screen-desktop,
.icon-plane,
.icon-notebook,
.icon-mustache,
.icon-mouse,
.icon-magnet,
.icon-energy,
.icon-disc,
.icon-cursor,
.icon-cursor-move,
.icon-crop,
.icon-chemistry,
.icon-speedometer,
.icon-shield,
.icon-screen-tablet,
.icon-magic-wand,
.icon-hourglass,
.icon-graduation,
.icon-ghost,
.icon-game-controller,
.icon-fire,
.icon-eyeglass,
.icon-envelope-open,
.icon-envelope-letter,
.icon-bell,
.icon-badge,
.icon-anchor,
.icon-wallet,
.icon-vector,
.icon-speech,
.icon-puzzle,
.icon-printer,
.icon-present,
.icon-playlist,
.icon-pin,
.icon-picture,
.icon-handbag,
.icon-globe-alt,
.icon-globe,
.icon-folder-alt,
.icon-folder,
.icon-film,
.icon-feed,
.icon-drop,
.icon-drawer,
.icon-docs,
.icon-doc,
.icon-diamond,
.icon-cup,
.icon-calculator,
.icon-bubbles,
.icon-briefcase,
.icon-book-open,
.icon-basket-loaded,
.icon-basket,
.icon-bag,
.icon-action-undo,
.icon-action-redo,
.icon-wrench,
.icon-umbrella,
.icon-trash,
.icon-tag,
.icon-support,
.icon-frame,
.icon-size-fullscreen,
.icon-size-actual,
.icon-shuffle,
.icon-share-alt,
.icon-share,
.icon-rocket,
.icon-question,
.icon-pie-chart,
.icon-pencil,
.icon-note,
.icon-loop,
.icon-home,
.icon-grid,
.icon-graph,
.icon-microphone,
.icon-music-tone-alt,
.icon-music-tone,
.icon-earphones-alt,
.icon-earphones,
.icon-equalizer,
.icon-like,
.icon-dislike,
.icon-control-start,
.icon-control-rewind,
.icon-control-play,
.icon-control-pause,
.icon-control-forward,
.icon-control-end,
.icon-volume-1,
.icon-volume-2,
.icon-volume-off,
.icon-calendar,
.icon-bulb,
.icon-chart,
.icon-ban,
.icon-bubble,
.icon-camrecorder,
.icon-camera,
.icon-cloud-download,
.icon-cloud-upload,
.icon-envelope,
.icon-eye,
.icon-flag,
.icon-heart,
.icon-info,
.icon-key,
.icon-link,
.icon-lock,
.icon-lock-open,
.icon-magnifier,
.icon-magnifier-add,
.icon-magnifier-remove,
.icon-paper-clip,
.icon-paper-plane,
.icon-power,
.icon-refresh,
.icon-reload,
.icon-settings,
.icon-star,
.icon-symbol-female,
.icon-symbol-male,
.icon-target,
.icon-credit-card,
.icon-paypal,
.icon-social-tumblr,
.icon-social-twitter,
.icon-social-facebook,
.icon-social-instagram,
.icon-social-linkedin,
.icon-social-pinterest,
.icon-social-github,
.icon-social-google,
.icon-social-reddit,
.icon-social-skype,
.icon-social-dribbble,
.icon-social-behance,
.icon-social-foursqare,
.icon-social-soundcloud,
.icon-social-spotify,
.icon-social-stumbleupon,
.icon-social-youtube,
.icon-social-dropbox {
	font-family: 'simple-line-icons';
	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;
}
.icon-user:before {
	content: "\e005";
}
.icon-people:before {
	content: "\e001";
}
.icon-user-female:before {
	content: "\e000";
}
.icon-user-follow:before {
	content: "\e002";
}
.icon-user-following:before {
	content: "\e003";
}
.icon-user-unfollow:before {
	content: "\e004";
}
.icon-login:before {
	content: "\e066";
}
.icon-logout:before {
	content: "\e065";
}
.icon-emotsmile:before {
	content: "\e021";
}
.icon-phone:before {
	content: "\e600";
}
.icon-call-end:before {
	content: "\e048";
}
.icon-call-in:before {
	content: "\e047";
}
.icon-call-out:before {
	content: "\e046";
}
.icon-map:before {
	content: "\e033";
}
.icon-location-pin:before {
	content: "\e096";
}
.icon-direction:before {
	content: "\e042";
}
.icon-directions:before {
	content: "\e041";
}
.icon-compass:before {
	content: "\e045";
}
.icon-layers:before {
	content: "\e034";
}
.icon-menu:before {
	content: "\e601";
}
.icon-list:before {
	content: "\e067";
}
.icon-options-vertical:before {
	content: "\e602";
}
.icon-options:before {
	content: "\e603";
}
.icon-arrow-down:before {
	content: "\e604";
}
.icon-arrow-left:before {
	content: "\e605";
}
.icon-arrow-right:before {
	content: "\e606";
}
.icon-arrow-up:before {
	content: "\e607";
}
.icon-arrow-up-circle:before {
	content: "\e078";
}
.icon-arrow-left-circle:before {
	content: "\e07a";
}
.icon-arrow-right-circle:before {
	content: "\e079";
}
.icon-arrow-down-circle:before {
	content: "\e07b";
}
.icon-check:before {
	content: "\e080";
}
.icon-clock:before {
	content: "\e081";
}
.icon-plus:before {
	content: "\e095";
}
.icon-minus:before {
	content: "\e615";
}
.icon-close:before {
	content: "\e082";
}
.icon-exclamation:before {
	content: "\e617";
}
.icon-organization:before {
	content: "\e616";
}
.icon-trophy:before {
	content: "\e006";
}
.icon-screen-smartphone:before {
	content: "\e010";
}
.icon-screen-desktop:before {
	content: "\e011";
}
.icon-plane:before {
	content: "\e012";
}
.icon-notebook:before {
	content: "\e013";
}
.icon-mustache:before {
	content: "\e014";
}
.icon-mouse:before {
	content: "\e015";
}
.icon-magnet:before {
	content: "\e016";
}
.icon-energy:before {
	content: "\e020";
}
.icon-disc:before {
	content: "\e022";
}
.icon-cursor:before {
	content: "\e06e";
}
.icon-cursor-move:before {
	content: "\e023";
}
.icon-crop:before {
	content: "\e024";
}
.icon-chemistry:before {
	content: "\e026";
}
.icon-speedometer:before {
	content: "\e007";
}
.icon-shield:before {
	content: "\e00e";
}
.icon-screen-tablet:before {
	content: "\e00f";
}
.icon-magic-wand:before {
	content: "\e017";
}
.icon-hourglass:before {
	content: "\e018";
}
.icon-graduation:before {
	content: "\e019";
}
.icon-ghost:before {
	content: "\e01a";
}
.icon-game-controller:before {
	content: "\e01b";
}
.icon-fire:before {
	content: "\e01c";
}
.icon-eyeglass:before {
	content: "\e01d";
}
.icon-envelope-open:before {
	content: "\e01e";
}
.icon-envelope-letter:before {
	content: "\e01f";
}
.icon-bell:before {
	content: "\e027";
}
.icon-badge:before {
	content: "\e028";
}
.icon-anchor:before {
	content: "\e029";
}
.icon-wallet:before {
	content: "\e02a";
}
.icon-vector:before {
	content: "\e02b";
}
.icon-speech:before {
	content: "\e02c";
}
.icon-puzzle:before {
	content: "\e02d";
}
.icon-printer:before {
	content: "\e02e";
}
.icon-present:before {
	content: "\e02f";
}
.icon-playlist:before {
	content: "\e030";
}
.icon-pin:before {
	content: "\e031";
}
.icon-picture:before {
	content: "\e032";
}
.icon-handbag:before {
	content: "\e035";
}
.icon-globe-alt:before {
	content: "\e036";
}
.icon-globe:before {
	content: "\e037";
}
.icon-folder-alt:before {
	content: "\e039";
}
.icon-folder:before {
	content: "\e089";
}
.icon-film:before {
	content: "\e03a";
}
.icon-feed:before {
	content: "\e03b";
}
.icon-drop:before {
	content: "\e03e";
}
.icon-drawer:before {
	content: "\e03f";
}
.icon-docs:before {
	content: "\e040";
}
.icon-doc:before {
	content: "\e085";
}
.icon-diamond:before {
	content: "\e043";
}
.icon-cup:before {
	content: "\e044";
}
.icon-calculator:before {
	content: "\e049";
}
.icon-bubbles:before {
	content: "\e04a";
}
.icon-briefcase:before {
	content: "\e04b";
}
.icon-book-open:before {
	content: "\e04c";
}
.icon-basket-loaded:before {
	content: "\e04d";
}
.icon-basket:before {
	content: "\e04e";
}
.icon-bag:before {
	content: "\e04f";
}
.icon-action-undo:before {
	content: "\e050";
}
.icon-action-redo:before {
	content: "\e051";
}
.icon-wrench:before {
	content: "\e052";
}
.icon-umbrella:before {
	content: "\e053";
}
.icon-trash:before {
	content: "\e054";
}
.icon-tag:before {
	content: "\e055";
}
.icon-support:before {
	content: "\e056";
}
.icon-frame:before {
	content: "\e038";
}
.icon-size-fullscreen:before {
	content: "\e057";
}
.icon-size-actual:before {
	content: "\e058";
}
.icon-shuffle:before {
	content: "\e059";
}
.icon-share-alt:before {
	content: "\e05a";
}
.icon-share:before {
	content: "\e05b";
}
.icon-rocket:before {
	content: "\e05c";
}
.icon-question:before {
	content: "\e05d";
}
.icon-pie-chart:before {
	content: "\e05e";
}
.icon-pencil:before {
	content: "\e05f";
}
.icon-note:before {
	content: "\e060";
}
.icon-loop:before {
	content: "\e064";
}
.icon-home:before {
	content: "\e069";
}
.icon-grid:before {
	content: "\e06a";
}
.icon-graph:before {
	content: "\e06b";
}
.icon-microphone:before {
	content: "\e063";
}
.icon-music-tone-alt:before {
	content: "\e061";
}
.icon-music-tone:before {
	content: "\e062";
}
.icon-earphones-alt:before {
	content: "\e03c";
}
.icon-earphones:before {
	content: "\e03d";
}
.icon-equalizer:before {
	content: "\e06c";
}
.icon-like:before {
	content: "\e068";
}
.icon-dislike:before {
	content: "\e06d";
}
.icon-control-start:before {
	content: "\e06f";
}
.icon-control-rewind:before {
	content: "\e070";
}
.icon-control-play:before {
	content: "\e071";
}
.icon-control-pause:before {
	content: "\e072";
}
.icon-control-forward:before {
	content: "\e073";
}
.icon-control-end:before {
	content: "\e074";
}
.icon-volume-1:before {
	content: "\e09f";
}
.icon-volume-2:before {
	content: "\e0a0";
}
.icon-volume-off:before {
	content: "\e0a1";
}
.icon-calendar:before {
	content: "\e075";
}
.icon-bulb:before {
	content: "\e076";
}
.icon-chart:before {
	content: "\e077";
}
.icon-ban:before {
	content: "\e07c";
}
.icon-bubble:before {
	content: "\e07d";
}
.icon-camrecorder:before {
	content: "\e07e";
}
.icon-camera:before {
	content: "\e07f";
}
.icon-cloud-download:before {
	content: "\e083";
}
.icon-cloud-upload:before {
	content: "\e084";
}
.icon-envelope:before {
	content: "\e086";
}
.icon-eye:before {
	content: "\e087";
}
.icon-flag:before {
	content: "\e088";
}
.icon-heart:before {
	content: "\e08a";
}
.icon-info:before {
	content: "\e08b";
}
.icon-key:before {
	content: "\e08c";
}
.icon-link:before {
	content: "\e08d";
}
.icon-lock:before {
	content: "\e08e";
}
.icon-lock-open:before {
	content: "\e08f";
}
.icon-magnifier:before {
	content: "\e090";
}
.icon-magnifier-add:before {
	content: "\e091";
}
.icon-magnifier-remove:before {
	content: "\e092";
}
.icon-paper-clip:before {
	content: "\e093";
}
.icon-paper-plane:before {
	content: "\e094";
}
.icon-power:before {
	content: "\e097";
}
.icon-refresh:before {
	content: "\e098";
}
.icon-reload:before {
	content: "\e099";
}
.icon-settings:before {
	content: "\e09a";
}
.icon-star:before {
	content: "\e09b";
}
.icon-symbol-female:before {
	content: "\e09c";
}
.icon-symbol-male:before {
	content: "\e09d";
}
.icon-target:before {
	content: "\e09e";
}
.icon-credit-card:before {
	content: "\e025";
}
.icon-paypal:before {
	content: "\e608";
}
.icon-social-tumblr:before {
	content: "\e00a";
}
.icon-social-twitter:before {
	content: "\e009";
}
.icon-social-facebook:before {
	content: "\e00b";
}
.icon-social-instagram:before {
	content: "\e609";
}
.icon-social-linkedin:before {
	content: "\e60a";
}
.icon-social-pinterest:before {
	content: "\e60b";
}
.icon-social-github:before {
	content: "\e60c";
}
.icon-social-google:before {
	content: "\e60d";
}
.icon-social-reddit:before {
	content: "\e60e";
}
.icon-social-skype:before {
	content: "\e60f";
}
.icon-social-dribbble:before {
	content: "\e00d";
}
.icon-social-behance:before {
	content: "\e610";
}
.icon-social-foursqare:before {
	content: "\e611";
}
.icon-social-soundcloud:before {
	content: "\e612";
}
.icon-social-spotify:before {
	content: "\e613";
}
.icon-social-stumbleupon:before {
	content: "\e614";
}
.icon-social-youtube:before {
	content: "\e008";
}
.icon-social-dropbox:before {
	content: "\e00c";
}
@font-face {
	
	font-family: 'minicart-font';
	src: url(https://hydroarm.by/templates/porto/fonts/minicart-font/fonts/minicart-font.eot);
	src: url(https://hydroarm.by/templates/porto/fonts/minicart-font/fonts/minicart-font.eot) format("embedded-opentype"), url(https://hydroarm.by/templates/porto/fonts/minicart-font/fonts/minicart-font.woff) format("woff"), url(https://hydroarm.by/templates/porto/fonts/minicart-font/fonts/minicart-font.ttf) format("truetype"), url(https://hydroarm.by/templates/porto/fonts/minicart-font/fonts/minicart-font.svg) format("svg");
	font-weight: normal;
	font-style: normal;
}


.minicart-icon:before {
	font-family: "minicart-font" !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.minicart-icon:before {
	content: "\e800";
}
/* -------------------------------- 

Primary style

-------------------------------- */


.cd-words-wrapper {
  position: relative;
  text-align: left;
}
.cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
}
.cd-words-wrapper b.is-visible {
  position: relative;
}
.no-js .cd-words-wrapper b {
  opacity: 0;
}
.no-js .cd-words-wrapper b.is-visible {
  opacity: 1;
}

/* -------------------------------- 

xrotate-1 

-------------------------------- */
.cd-headline.rotate-1 .cd-words-wrapper {
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  perspective: 300px;
}
.cd-headline.rotate-1 b {
  opacity: 0;
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.cd-headline.rotate-1 b.is-visible {
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -webkit-animation: cd-rotate-1-in 1.2s;
  -moz-animation: cd-rotate-1-in 1.2s;
  animation: cd-rotate-1-in 1.2s;
}
.cd-headline.rotate-1 b.is-hidden {
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-animation: cd-rotate-1-out 1.2s;
  -moz-animation: cd-rotate-1-out 1.2s;
  animation: cd-rotate-1-out 1.2s;
}

@-webkit-keyframes cd-rotate-1-in {
  0% {
    -webkit-transform: rotateX(180deg);
    opacity: 0;
  }
  35% {
    -webkit-transform: rotateX(120deg);
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(360deg);
    opacity: 1;
  }
}
@-moz-keyframes cd-rotate-1-in {
  0% {
    -moz-transform: rotateX(180deg);
    opacity: 0;
  }
  35% {
    -moz-transform: rotateX(120deg);
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  100% {
    -moz-transform: rotateX(360deg);
    opacity: 1;
  }
}
@keyframes cd-rotate-1-in {
  0% {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
    opacity: 0;
  }
  35% {
    -webkit-transform: rotateX(120deg);
    -moz-transform: rotateX(120deg);
    -ms-transform: rotateX(120deg);
    -o-transform: rotateX(120deg);
    transform: rotateX(120deg);
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(360deg);
    -moz-transform: rotateX(360deg);
    -ms-transform: rotateX(360deg);
    -o-transform: rotateX(360deg);
    transform: rotateX(360deg);
    opacity: 1;
  }
}
@-webkit-keyframes cd-rotate-1-out {
  0% {
    -webkit-transform: rotateX(0deg);
    opacity: 1;
  }
  35% {
    -webkit-transform: rotateX(-40deg);
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(180deg);
    opacity: 0;
  }
}
@-moz-keyframes cd-rotate-1-out {
  0% {
    -moz-transform: rotateX(0deg);
    opacity: 1;
  }
  35% {
    -moz-transform: rotateX(-40deg);
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  100% {
    -moz-transform: rotateX(180deg);
    opacity: 0;
  }
}
@keyframes cd-rotate-1-out {
  0% {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
  }
  35% {
    -webkit-transform: rotateX(-40deg);
    -moz-transform: rotateX(-40deg);
    -ms-transform: rotateX(-40deg);
    -o-transform: rotateX(-40deg);
    transform: rotateX(-40deg);
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
    opacity: 0;
  }
}
/* -------------------------------- 

xtype 

-------------------------------- */
.cd-headline.type .cd-words-wrapper {
  vertical-align: top;
  overflow: hidden;
}
.cd-headline.type .cd-words-wrapper::after {
  /* vertical bar */
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 90%;
  width: 1px;
  background-color: #aebcb9;
}
.cd-headline.type .cd-words-wrapper.waiting::after {
  -webkit-animation: cd-pulse 1s infinite;
  -moz-animation: cd-pulse 1s infinite;
  animation: cd-pulse 1s infinite;
}
.cd-headline.type .cd-words-wrapper.selected {
  background-color: #aebcb9;
}
.cd-headline.type .cd-words-wrapper.selected::after {
  visibility: hidden;
}
.cd-headline.type .cd-words-wrapper.selected b {
  color: #0d0d0d;
}
.cd-headline.type b {
  visibility: hidden;
}
.cd-headline.type b.is-visible {
  visibility: visible;
}
.cd-headline.type i {
  position: absolute;
  visibility: hidden;
}
.cd-headline.type i.in {
  position: relative;
  visibility: visible;
}

@-webkit-keyframes cd-pulse {
  0% {
    -webkit-transform: translateY(-50%) scale(1);
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(-50%) scale(0.9);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(-50%) scale(0);
    opacity: 0;
  }
}
@-moz-keyframes cd-pulse {
  0% {
    -moz-transform: translateY(-50%) scale(1);
    opacity: 1;
  }
  40% {
    -moz-transform: translateY(-50%) scale(0.9);
    opacity: 0;
  }
  100% {
    -moz-transform: translateY(-50%) scale(0);
    opacity: 0;
  }
}
@keyframes cd-pulse {
  0% {
    -webkit-transform: translateY(-50%) scale(1);
    -moz-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    -o-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(-50%) scale(0.9);
    -moz-transform: translateY(-50%) scale(0.9);
    -ms-transform: translateY(-50%) scale(0.9);
    -o-transform: translateY(-50%) scale(0.9);
    transform: translateY(-50%) scale(0.9);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(-50%) scale(0);
    -moz-transform: translateY(-50%) scale(0);
    -ms-transform: translateY(-50%) scale(0);
    -o-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    opacity: 0;
  }
}
/* -------------------------------- 

xrotate-2 

-------------------------------- */
.cd-headline.rotate-2 .cd-words-wrapper {
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  perspective: 300px;
}
.cd-headline.rotate-2 i, .cd-headline.rotate-2 em {
  display: inline-block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.cd-headline.rotate-2 b {
  opacity: 0;
}
.cd-headline.rotate-2 i {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(-20px) rotateX(90deg);
  -moz-transform: translateZ(-20px) rotateX(90deg);
  -ms-transform: translateZ(-20px) rotateX(90deg);
  -o-transform: translateZ(-20px) rotateX(90deg);
  transform: translateZ(-20px) rotateX(90deg);
  opacity: 0;
}
.is-visible .cd-headline.rotate-2 i {
  opacity: 1;
}
.cd-headline.rotate-2 i.in {
  -webkit-animation: cd-rotate-2-in 0.4s forwards;
  -moz-animation: cd-rotate-2-in 0.4s forwards;
  animation: cd-rotate-2-in 0.4s forwards;
}
.cd-headline.rotate-2 i.out {
  -webkit-animation: cd-rotate-2-out 0.4s forwards;
  -moz-animation: cd-rotate-2-out 0.4s forwards;
  animation: cd-rotate-2-out 0.4s forwards;
}
.cd-headline.rotate-2 em {
  -webkit-transform: translateZ(20px);
  -moz-transform: translateZ(20px);
  -ms-transform: translateZ(20px);
  -o-transform: translateZ(20px);
  transform: translateZ(20px);
}

.no-csstransitions .cd-headline.rotate-2 i {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  opacity: 0;
}
.no-csstransitions .cd-headline.rotate-2 i em {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.no-csstransitions .cd-headline.rotate-2 .is-visible i {
  opacity: 1;
}

@-webkit-keyframes cd-rotate-2-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(90deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(-10deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0deg);
  }
}
@-moz-keyframes cd-rotate-2-in {
  0% {
    opacity: 0;
    -moz-transform: translateZ(-20px) rotateX(90deg);
  }
  60% {
    opacity: 1;
    -moz-transform: translateZ(-20px) rotateX(-10deg);
  }
  100% {
    opacity: 1;
    -moz-transform: translateZ(-20px) rotateX(0deg);
  }
}
@keyframes cd-rotate-2-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(90deg);
    -moz-transform: translateZ(-20px) rotateX(90deg);
    -ms-transform: translateZ(-20px) rotateX(90deg);
    -o-transform: translateZ(-20px) rotateX(90deg);
    transform: translateZ(-20px) rotateX(90deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(-10deg);
    -moz-transform: translateZ(-20px) rotateX(-10deg);
    -ms-transform: translateZ(-20px) rotateX(-10deg);
    -o-transform: translateZ(-20px) rotateX(-10deg);
    transform: translateZ(-20px) rotateX(-10deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0deg);
    -moz-transform: translateZ(-20px) rotateX(0deg);
    -ms-transform: translateZ(-20px) rotateX(0deg);
    -o-transform: translateZ(-20px) rotateX(0deg);
    transform: translateZ(-20px) rotateX(0deg);
  }
}
@-webkit-keyframes cd-rotate-2-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-100deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-90deg);
  }
}
@-moz-keyframes cd-rotate-2-out {
  0% {
    opacity: 1;
    -moz-transform: translateZ(-20px) rotateX(0);
  }
  60% {
    opacity: 0;
    -moz-transform: translateZ(-20px) rotateX(-100deg);
  }
  100% {
    opacity: 0;
    -moz-transform: translateZ(-20px) rotateX(-90deg);
  }
}
@keyframes cd-rotate-2-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0);
    -moz-transform: translateZ(-20px) rotateX(0);
    -ms-transform: translateZ(-20px) rotateX(0);
    -o-transform: translateZ(-20px) rotateX(0);
    transform: translateZ(-20px) rotateX(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-100deg);
    -moz-transform: translateZ(-20px) rotateX(-100deg);
    -ms-transform: translateZ(-20px) rotateX(-100deg);
    -o-transform: translateZ(-20px) rotateX(-100deg);
    transform: translateZ(-20px) rotateX(-100deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-90deg);
    -moz-transform: translateZ(-20px) rotateX(-90deg);
    -ms-transform: translateZ(-20px) rotateX(-90deg);
    -o-transform: translateZ(-20px) rotateX(-90deg);
    transform: translateZ(-20px) rotateX(-90deg);
  }
}
/* -------------------------------- 

xloading-bar 

-------------------------------- */
.cd-headline.loading-bar span {
  display: inline-block;
  padding: .2em 0;
}
.cd-headline.loading-bar .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}
.cd-headline.loading-bar .cd-words-wrapper::after {
  /* loading bar */
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background: #0096a7;
  z-index: 2;
  -webkit-transition: width 0.3s -0.1s;
  -moz-transition: width 0.3s -0.1s;
  transition: width 0.3s -0.1s;
}
.cd-headline.loading-bar .cd-words-wrapper.is-loading::after {
  width: 100%;
  -webkit-transition: width 3s;
  -moz-transition: width 3s;
  transition: width 3s;
}
.cd-headline.loading-bar b {
  top: .2em;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.cd-headline.loading-bar b.is-visible {
  opacity: 1;
  top: 0;
}

/* -------------------------------- 

xslide 

-------------------------------- */
.cd-headline.slide span {
  display: inline-block;
  padding: .2em 0;
}
.cd-headline.slide .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}
.cd-headline.slide b {
  opacity: 0;
  top: .2em;
}
.cd-headline.slide b.is-visible {
  top: 0;
  opacity: 1;
  -webkit-animation: slide-in 0.6s;
  -moz-animation: slide-in 0.6s;
  animation: slide-in 0.6s;
}
.cd-headline.slide b.is-hidden {
  -webkit-animation: slide-out 0.6s;
  -moz-animation: slide-out 0.6s;
  animation: slide-out 0.6s;
}

@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes slide-in {
  0% {
    opacity: 0;
    -moz-transform: translateY(-100%);
  }
  60% {
    opacity: 1;
    -moz-transform: translateY(20%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(20%);
    -moz-transform: translateY(20%);
    -ms-transform: translateY(20%);
    -o-transform: translateY(20%);
    transform: translateY(20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes slide-out {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateY(120%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(100%);
  }
}
@-moz-keyframes slide-out {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  60% {
    opacity: 0;
    -moz-transform: translateY(120%);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(100%);
  }
}
@keyframes slide-out {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateY(120%);
    -moz-transform: translateY(120%);
    -ms-transform: translateY(120%);
    -o-transform: translateY(120%);
    transform: translateY(120%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
  }
}
/* -------------------------------- 

xclip 

-------------------------------- */
.cd-headline.clip span {
  display: inline-block;
  padding: .2em 0;
}
.cd-headline.clip .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}
.cd-headline.clip .cd-words-wrapper::after {
  /* line */
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background-color: #aebcb9;
}
.cd-headline.clip b {
  opacity: 0;
}
.cd-headline.clip b.is-visible {
  opacity: 1;
}

/* -------------------------------- 

xzoom 

-------------------------------- */
.cd-headline.zoom .cd-words-wrapper {
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  perspective: 300px;
}
.cd-headline.zoom b {
  opacity: 0;
}
.cd-headline.zoom b.is-visible {
  opacity: 1;
  -webkit-animation: zoom-in 0.8s;
  -moz-animation: zoom-in 0.8s;
  animation: zoom-in 0.8s;
}
.cd-headline.zoom b.is-hidden {
  -webkit-animation: zoom-out 0.8s;
  -moz-animation: zoom-out 0.8s;
  animation: zoom-out 0.8s;
}

@-webkit-keyframes zoom-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
  }
}
@-moz-keyframes zoom-in {
  0% {
    opacity: 0;
    -moz-transform: translateZ(100px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateZ(0);
  }
}
@keyframes zoom-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(100px);
    -moz-transform: translateZ(100px);
    -ms-transform: translateZ(100px);
    -o-transform: translateZ(100px);
    transform: translateZ(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes zoom-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateZ(-100px);
  }
}
@-moz-keyframes zoom-out {
  0% {
    opacity: 1;
    -moz-transform: translateZ(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateZ(-100px);
  }
}
@keyframes zoom-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateZ(-100px);
    -moz-transform: translateZ(-100px);
    -ms-transform: translateZ(-100px);
    -o-transform: translateZ(-100px);
    transform: translateZ(-100px);
  }
}
/* -------------------------------- 

xrotate-3 

-------------------------------- */
.cd-headline.rotate-3 .cd-words-wrapper {
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  perspective: 300px;
}
.cd-headline.rotate-3 b {
  opacity: 0;
}
.cd-headline.rotate-3 i {
  display: inline-block;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.is-visible .cd-headline.rotate-3 i {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.cd-headline.rotate-3 i.in {
  -webkit-animation: cd-rotate-3-in 0.6s forwards;
  -moz-animation: cd-rotate-3-in 0.6s forwards;
  animation: cd-rotate-3-in 0.6s forwards;
}
.cd-headline.rotate-3 i.out {
  -webkit-animation: cd-rotate-3-out 0.6s forwards;
  -moz-animation: cd-rotate-3-out 0.6s forwards;
  animation: cd-rotate-3-out 0.6s forwards;
}

.no-csstransitions .cd-headline.rotate-3 i {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
  opacity: 0;
}

.no-csstransitions .cd-headline.rotate-3 .is-visible i {
  opacity: 1;
}

@-webkit-keyframes cd-rotate-3-in {
  0% {
    -webkit-transform: rotateY(180deg);
  }
  100% {
    -webkit-transform: rotateY(0deg);
  }
}
@-moz-keyframes cd-rotate-3-in {
  0% {
    -moz-transform: rotateY(180deg);
  }
  100% {
    -moz-transform: rotateY(0deg);
  }
}
@keyframes cd-rotate-3-in {
  0% {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
  100% {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}
@-webkit-keyframes cd-rotate-3-out {
  0% {
    -webkit-transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(-180deg);
  }
}
@-moz-keyframes cd-rotate-3-out {
  0% {
    -moz-transform: rotateY(0);
  }
  100% {
    -moz-transform: rotateY(-180deg);
  }
}
@keyframes cd-rotate-3-out {
  0% {
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
  }
}
/* -------------------------------- 

xscale 

-------------------------------- */
.cd-headline.scale b {
  opacity: 0;
}
.cd-headline.scale i {
  display: inline-block;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.is-visible .cd-headline.scale i {
  opacity: 1;
}
.cd-headline.scale i.in {
  -webkit-animation: scale-up 0.6s forwards;
  -moz-animation: scale-up 0.6s forwards;
  animation: scale-up 0.6s forwards;
}
.cd-headline.scale i.out {
  -webkit-animation: scale-down 0.6s forwards;
  -moz-animation: scale-down 0.6s forwards;
  animation: scale-down 0.6s forwards;
}

.no-csstransitions .cd-headline.scale i {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 0;
}

.no-csstransitions .cd-headline.scale .is-visible i {
  opacity: 1;
}

@-webkit-keyframes scale-up {
  0% {
    -webkit-transform: scale(0);
    opacity: 0;
  }
  60% {
    -webkit-transform: scale(1.2);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@-moz-keyframes scale-up {
  0% {
    -moz-transform: scale(0);
    opacity: 0;
  }
  60% {
    -moz-transform: scale(1.2);
    opacity: 1;
  }
  100% {
    -moz-transform: scale(1);
    opacity: 1;
  }
}
@keyframes scale-up {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  60% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes scale-down {
  0% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
  60% {
    -webkit-transform: scale(0);
    opacity: 0;
  }
}
@-moz-keyframes scale-down {
  0% {
    -moz-transform: scale(1);
    opacity: 1;
  }
  60% {
    -moz-transform: scale(0);
    opacity: 0;
  }
}
@keyframes scale-down {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  60% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
}
/* -------------------------------- 

xpush 

-------------------------------- */
.cd-headline.push b {
  opacity: 0;
}
.cd-headline.push b.is-visible {
  opacity: 1;
  -webkit-animation: push-in 0.6s;
  -moz-animation: push-in 0.6s;
  animation: push-in 0.6s;
}
.cd-headline.push b.is-hidden {
  -webkit-animation: push-out 0.6s;
  -moz-animation: push-out 0.6s;
  animation: push-out 0.6s;
}

@-webkit-keyframes push-in {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes push-in {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(10%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@keyframes push-in {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(10%);
    -moz-transform: translateX(10%);
    -ms-transform: translateX(10%);
    -o-transform: translateX(10%);
    transform: translateX(10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes push-out {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateX(110%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
  }
}
@-moz-keyframes push-out {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  60% {
    opacity: 0;
    -moz-transform: translateX(110%);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(100%);
  }
}
@keyframes push-out {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateX(110%);
    -moz-transform: translateX(110%);
    -ms-transform: translateX(110%);
    -o-transform: translateX(110%);
    transform: translateX(110%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
}
.wi-fb{font-size:14px;color:#000}.wi-fb-modal{position:relative;width:auto;max-width:500px;margin:20px auto;padding:20px;background:#fff}.wi-fb .mfp-close{font-size:3em}.wi-fb>*{text-align:center}.wi-fb .wi-fb-title{margin:0 0 1.5em;padding:0 0 1em;border-bottom:1px solid #e0e0e0}.wi-fb .wi-fb-title h2{margin:0;padding:0;font-size:2em;font-weight:400;color:#00aff0}.wi-fb .wi-fb-text{margin:0 0 1.5em;padding:0}.wi-fb .wi-fb-text h3{margin:0;padding:0;font-size:1.5em;font-weight:400;color:#000}.wi-fb .wi-fb-line{margin:0 0 1em;padding:0}.wi-fb .wi-fb-line input,.wi-fb .wi-fb-line select,.wi-fb .wi-fb-line textarea{display:inline-block;box-sizing:border-box;width:90%;max-width:300px;height:40px;margin:0;padding:4px 10px;border:1px solid silver;border-radius:0;background:#fff;font-size:1em;outline:0}.wi-fb .wi-fb-line textarea{height:120px}.wi-fb .wi-fb-btn{margin:2em 0 1em;padding:0}.wi-fb .wi-fb-btn button{display:inline-block;box-sizing:border-box;width:90%;max-width:200px;margin:0;padding:10px 0;border:none;border-radius:0;background:#00aff0;text-transform:uppercase;font-size:1em;color:#fff;cursor:pointer;outline:0;-webkit-transition:background-color .25s;transition:background-color .25s}.wi-fb .wi-fb-btn button:hover{background:#444}.wi-fb .wi-fb-spinner{display:none;width:2em;height:2em;margin:1em auto;padding:0;background:url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTc5MiAxNzkyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik01MjYgMTM5NHEwIDUzLTM3LjUgOTAuNXQtOTAuNSAzNy41cS01MiAwLTkwLTM4dC0zOC05MHEwLTUzIDM3LjUtOTAuNXQ5MC41LTM3LjUgOTAuNSAzNy41IDM3LjUgOTAuNXptNDk4IDIwNnEwIDUzLTM3LjUgOTAuNXQtOTAuNSAzNy41LTkwLjUtMzcuNS0zNy41LTkwLjUgMzcuNS05MC41IDkwLjUtMzcuNSA5MC41IDM3LjUgMzcuNSA5MC41em0tNzA0LTcwNHEwIDUzLTM3LjUgOTAuNXQtOTAuNSAzNy41LTkwLjUtMzcuNS0zNy41LTkwLjUgMzcuNS05MC41IDkwLjUtMzcuNSA5MC41IDM3LjUgMzcuNSA5MC41em0xMjAyIDQ5OHEwIDUyLTM4IDkwdC05MCAzOHEtNTMgMC05MC41LTM3LjV0LTM3LjUtOTAuNSAzNy41LTkwLjUgOTAuNS0zNy41IDkwLjUgMzcuNSAzNy41IDkwLjV6bS05NjQtOTk2cTAgNjYtNDcgMTEzdC0xMTMgNDctMTEzLTQ3LTQ3LTExMyA0Ny0xMTMgMTEzLTQ3IDExMyA0NyA0NyAxMTN6bTExNzAgNDk4cTAgNTMtMzcuNSA5MC41dC05MC41IDM3LjUtOTAuNS0zNy41LTM3LjUtOTAuNSAzNy41LTkwLjUgOTAuNS0zNy41IDkwLjUgMzcuNSAzNy41IDkwLjV6bS02NDAtNzA0cTAgODAtNTYgMTM2dC0xMzYgNTYtMTM2LTU2LTU2LTEzNiA1Ni0xMzYgMTM2LTU2IDEzNiA1NiA1NiAxMzZ6bTUzMCAyMDZxMCA5My02NiAxNTguNXQtMTU4IDY1LjVxLTkzIDAtMTU4LjUtNjUuNXQtNjUuNS0xNTguNXEwLTkyIDY1LjUtMTU4dDE1OC41LTY2cTkyIDAgMTU4IDY2dDY2IDE1OHoiLz48L3N2Zz4=) center center no-repeat;background-size:contain}@-webkit-keyframes wifbspinner{100%{-webkit-transform:rotateZ(360deg);transform:rotateZ(360deg)}}@keyframes wifbspinner{100%{-webkit-transform:rotateZ(360deg);transform:rotateZ(360deg)}}.wi-fb .wi-fb-msg-invalid,.wi-fb .wi-fb-msg-notsent,.wi-fb .wi-fb-msg-sending,.wi-fb .wi-fb-msg-sent{display:none;margin:1em 0;font-size:1.25em;color:#00aff0}.wi-fb .wi-fb-msg-invalid,.wi-fb .wi-fb-msg-notsent{color:#f26d7d}.wi-fb.invalid .wi-fb-line input:invalid,.wi-fb.invalid .wi-fb-line select:invalid,.wi-fb.invalid .wi-fb-line textarea:invalid{background-color:#f2dede}.wi-fb.invalid .wi-fb-msg-invalid{display:block}.wi-fb.sending .wi-fb-btn{display:none}.wi-fb.sending .wi-fb-spinner{display:block;-webkit-animation:wifbspinner 2s infinite linear;animation:wifbspinner 2s infinite linear}.wi-fb.notsent .wi-fb-msg-notsent,.wi-fb.sending .wi-fb-msg-sending,.wi-fb.sent .wi-fb-msg-sent{display:block}/* CSSTidy 1.5.2: Thu, 03 Mar 2016 14:02:32 +0000 */div.pp_default .pp_top,div.pp_default .pp_top .pp_middle,div.pp_default .pp_top .pp_left,div.pp_default .pp_top .pp_right,div.pp_default .pp_bottom,div.pp_default .pp_bottom .pp_left,div.pp_default .pp_bottom .pp_middle,div.pp_default .pp_bottom .pp_right{height:13px}div.pp_default .pp_top .pp_left{background:url(../prettyPhoto/default/sprite.png) -78px -93px no-repeat}div.pp_default .pp_top .pp_middle{background:url(../prettyPhoto/default/sprite_x.png) top left repeat-x}div.pp_default .pp_top .pp_right{background:url(../prettyPhoto/default/sprite.png) -112px -93px no-repeat}div.pp_default .pp_content .ppt{color:#f8f8f8}div.pp_default .pp_content_container .pp_left{background:url(../prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;padding-left:13px}div.pp_default .pp_content_container .pp_right{background:url(../prettyPhoto/default/sprite_y.png) top right repeat-y;padding-right:13px}div.pp_default .pp_next:hover{background:url(../prettyPhoto/default/sprite_next.png) center right no-repeat;cursor:pointer}div.pp_default .pp_previous:hover{background:url(../prettyPhoto/default/sprite_prev.png) center left no-repeat;cursor:pointer}div.pp_default .pp_expand{background:url(../prettyPhoto/default/sprite.png) 0 -29px no-repeat;cursor:pointer;width:28px;height:28px}div.pp_default .pp_expand:hover{background:url(../prettyPhoto/default/sprite.png) 0 -56px no-repeat;cursor:pointer}div.pp_default .pp_contract{background:url(../prettyPhoto/default/sprite.png) 0 -84px no-repeat;cursor:pointer;width:28px;height:28px}div.pp_default .pp_contract:hover{background:url(../prettyPhoto/default/sprite.png) 0 -113px no-repeat;cursor:pointer}div.pp_default .pp_close{width:30px;height:30px;background:url(../prettyPhoto/default/sprite.png) 2px 1px no-repeat;cursor:pointer}div.pp_default .pp_gallery ul li a{background:url(../prettyPhoto/default/default_thumb.png) center center #f8f8f8;border:1px solid #aaa}div.pp_default .pp_social{margin-top:7px}div.pp_default .pp_gallery a.pp_arrow_previous,div.pp_default .pp_gallery a.pp_arrow_next{position:static;left:auto}div.pp_default .pp_nav .pp_play,div.pp_default .pp_nav .pp_pause{background:url(../prettyPhoto/default/sprite.png) -51px 1px no-repeat;height:30px;width:30px}div.pp_default .pp_nav .pp_pause{background-position:-51px -29px}div.pp_default a.pp_arrow_previous,div.pp_default a.pp_arrow_next{background:url(../prettyPhoto/default/sprite.png) -31px -3px no-repeat;height:20px;width:20px;margin:4px 0 0}div.pp_default a.pp_arrow_next{left:52px;background-position:-82px -3px}div.pp_default .pp_content_container .pp_details{margin-top:5px}div.pp_default .pp_nav{clear:none;height:30px;width:110px;position:relative}div.pp_default .pp_nav .currentTextHolder{font-family:Georgia;font-style:italic;color:#999;font-size:11px;left:75px;line-height:25px;position:absolute;top:2px;margin:0;padding:0 0 0 10px}div.pp_default .pp_close:hover,div.pp_default .pp_nav .pp_play:hover,div.pp_default .pp_nav .pp_pause:hover,div.pp_default .pp_arrow_next:hover,div.pp_default .pp_arrow_previous:hover{opacity:.7}div.pp_default .pp_description{font-size:11px;font-weight:700;line-height:14px;margin:5px 50px 5px 0}div.pp_default .pp_bottom .pp_left{background:url(../prettyPhoto/default/sprite.png) -78px -127px no-repeat}div.pp_default .pp_bottom .pp_middle{background:url(../prettyPhoto/default/sprite_x.png) bottom left repeat-x}div.pp_default .pp_bottom .pp_right{background:url(../prettyPhoto/default/sprite.png) -112px -127px no-repeat}div.pp_default .pp_loaderIcon{background:url(../prettyPhoto/default/loader.gif) center center no-repeat}div.light_rounded .pp_top .pp_left{background:url(../prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat}div.light_rounded .pp_top .pp_right{background:url(../prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat}div.light_rounded .pp_next:hover{background:url(../prettyPhoto/light_rounded/btnNext.png) center right no-repeat;cursor:pointer}div.light_rounded .pp_previous:hover{background:url(../prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}div.light_rounded .pp_expand{background:url(../prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}div.light_rounded .pp_expand:hover{background:url(../prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}div.light_rounded .pp_contract{background:url(../prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}div.light_rounded .pp_contract:hover{background:url(../prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}div.light_rounded .pp_close{width:75px;height:22px;background:url(../prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}div.light_rounded .pp_nav .pp_play{background:url(../prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}div.light_rounded .pp_nav .pp_pause{background:url(../prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}div.light_rounded .pp_arrow_previous{background:url(../prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat}div.light_rounded .pp_arrow_next{background:url(../prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat}div.light_rounded .pp_bottom .pp_left{background:url(../prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat}div.light_rounded .pp_bottom .pp_right{background:url(../prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat}div.dark_rounded .pp_top .pp_left{background:url(../prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat}div.dark_rounded .pp_top .pp_right{background:url(../prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat}div.dark_rounded .pp_content_container .pp_left{background:url(../prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y}div.dark_rounded .pp_content_container .pp_right{background:url(../prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y}div.dark_rounded .pp_next:hover{background:url(../prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;cursor:pointer}div.dark_rounded .pp_previous:hover{background:url(../prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}div.dark_rounded .pp_expand{background:url(../prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}div.dark_rounded .pp_expand:hover{background:url(../prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}div.dark_rounded .pp_contract{background:url(../prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}div.dark_rounded .pp_contract:hover{background:url(../prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}div.dark_rounded .pp_close{width:75px;height:22px;background:url(../prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}div.dark_rounded .pp_description{margin-right:85px;color:#fff}div.dark_rounded .pp_nav .pp_play{background:url(../prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}div.dark_rounded .pp_nav .pp_pause{background:url(../prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}div.dark_rounded .pp_arrow_previous{background:url(../prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat}div.dark_rounded .pp_arrow_next{background:url(../prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat}div.dark_rounded .pp_bottom .pp_left{background:url(../prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat}div.dark_rounded .pp_bottom .pp_right{background:url(../prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat}div.dark_rounded .pp_loaderIcon{background:url(../prettyPhoto/dark_rounded/loader.gif) center center no-repeat}div.dark_square .pp_left,div.dark_square .pp_middle,div.dark_square .pp_right,div.dark_square .pp_content{background:#000}div.dark_square .pp_description{color:#fff;margin:0 85px 0 0}div.dark_square .pp_loaderIcon{background:url(../prettyPhoto/dark_square/loader.gif) center center no-repeat}div.dark_square .pp_expand{background:url(../prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;cursor:pointer}div.dark_square .pp_expand:hover{background:url(../prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;cursor:pointer}div.dark_square .pp_contract{background:url(../prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;cursor:pointer}div.dark_square .pp_contract:hover{background:url(../prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;cursor:pointer}div.dark_square .pp_close{width:75px;height:22px;background:url(../prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;cursor:pointer}div.dark_square .pp_nav{clear:none}div.dark_square .pp_nav .pp_play{background:url(../prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}div.dark_square .pp_nav .pp_pause{background:url(../prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}div.dark_square .pp_arrow_previous{background:url(../prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat}div.dark_square .pp_arrow_next{background:url(../prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat}div.dark_square .pp_next:hover{background:url(../prettyPhoto/dark_square/btnNext.png) center right no-repeat;cursor:pointer}div.dark_square .pp_previous:hover{background:url(../prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;cursor:pointer}div.light_square .pp_expand{background:url(../prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;cursor:pointer}div.light_square .pp_expand:hover{background:url(../prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;cursor:pointer}div.light_square .pp_contract{background:url(../prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;cursor:pointer}div.light_square .pp_contract:hover{background:url(../images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;cursor:pointer}div.light_square .pp_close{width:75px;height:22px;background:url(../prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;cursor:pointer}div.light_square .pp_nav .pp_play{background:url(../prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}div.light_square .pp_nav .pp_pause{background:url(../prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}div.light_square .pp_arrow_previous{background:url(../prettyPhoto/light_square/sprite.png) 0 -71px no-repeat}div.light_square .pp_arrow_next{background:url(../prettyPhoto/light_square/sprite.png) -22px -71px no-repeat}div.light_square .pp_next:hover{background:url(../prettyPhoto/light_square/btnNext.png) center right no-repeat;cursor:pointer}div.light_square .pp_previous:hover{background:url(../prettyPhoto/light_square/btnPrevious.png) center left no-repeat;cursor:pointer}div.facebook .pp_top .pp_left{background:url(../prettyPhoto/facebook/sprite.png) -88px -53px no-repeat}div.facebook .pp_top .pp_middle{background:url(../prettyPhoto/facebook/contentPatternTop.png) top left repeat-x}div.facebook .pp_top .pp_right{background:url(../prettyPhoto/facebook/sprite.png) -110px -53px no-repeat}div.facebook .pp_content_container .pp_left{background:url(../prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y}div.facebook .pp_content_container .pp_right{background:url(../prettyPhoto/facebook/contentPatternRight.png) top right repeat-y}div.facebook .pp_expand{background:url(../prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;cursor:pointer}div.facebook .pp_expand:hover{background:url(../prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;cursor:pointer}div.facebook .pp_contract{background:url(../prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;cursor:pointer}div.facebook .pp_contract:hover{background:url(../prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;cursor:pointer}div.facebook .pp_close{width:22px;height:22px;background:url(../prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;cursor:pointer}div.facebook .pp_description{margin:0 37px 0 0}div.facebook .pp_loaderIcon{background:url(../prettyPhoto/facebook/loader.gif) center center no-repeat}div.facebook .pp_arrow_previous{background:url(../prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;height:22px;margin-top:0;width:22px}div.facebook .pp_arrow_previous.disabled{background-position:0 -96px;cursor:default}div.facebook .pp_arrow_next{background:url(../prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;height:22px;margin-top:0;width:22px}div.facebook .pp_arrow_next.disabled{background-position:-32px -96px;cursor:default}div.facebook .pp_nav{margin-top:0}div.facebook .pp_nav p{font-size:15px;padding:0 3px 0 4px}div.facebook .pp_nav .pp_play{background:url(../prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;height:22px;width:22px}div.facebook .pp_nav .pp_pause{background:url(../prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;height:22px;width:22px}div.facebook .pp_next:hover{background:url(../prettyPhoto/facebook/btnNext.png) center right no-repeat;cursor:pointer}div.facebook .pp_previous:hover{background:url(../prettyPhoto/facebook/btnPrevious.png) center left no-repeat;cursor:pointer}div.facebook .pp_bottom .pp_left{background:url(../prettyPhoto/facebook/sprite.png) -88px -80px no-repeat}div.facebook .pp_bottom .pp_middle{background:url(../prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x}div.facebook .pp_bottom .pp_right{background:url(../prettyPhoto/facebook/sprite.png) -110px -80px no-repeat}div.pp_pic_holder a:focus{outline:none}div.pp_overlay{background:#000;display:none;left:0;position:absolute;top:0;width:100%;z-index:9500}div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:10000}.pp_content{height:40px;min-width:40px}* html .pp_content{width:40px}.pp_content_container{position:relative;text-align:left;width:100%}.pp_content_container .pp_left{padding-left:20px}.pp_content_container .pp_right{padding-right:20px}.pp_content_container .pp_details{float:left;margin:10px 0 2px}.pp_description{display:none;margin:0}.pp_social{float:left;margin:0}.pp_social .facebook{float:left;margin-left:5px;width:55px;overflow:hidden}.pp_social .twitter{float:left}.pp_nav{clear:right;float:left;margin:3px 10px 0 0}.pp_nav p{float:left;white-space:nowrap;margin:2px 4px}.pp_nav .pp_play,.pp_nav .pp_pause{float:left;margin-right:4px;text-indent:-10000px}a.pp_arrow_previous,a.pp_arrow_next{display:block;float:left;height:15px;margin-top:3px;overflow:hidden;text-indent:-10000px;width:14px}.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000}.pp_gallery{display:none;left:50%;margin-top:-50px;position:absolute;z-index:10000}.pp_gallery div{float:left;overflow:hidden;position:relative}.pp_gallery ul{float:left;height:35px;position:relative;white-space:nowrap;margin:0 0 0 5px;padding:0}.pp_gallery ul a{border:1px rgba(0,0,0,0.5) solid;display:block;float:left;height:33px;overflow:hidden}.pp_gallery ul a img{border:0}.pp_gallery li{display:block;float:left;margin:0 5px 0 0;padding:0}.pp_gallery li.default a{background:url(../prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;display:block;height:33px;width:50px}.pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next{margin-top:7px!important}a.pp_next{background:url(../prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:right;height:100%;text-indent:-10000px;width:49%}a.pp_previous{background:url(../prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:left;height:100%;text-indent:-10000px;width:49%}a.pp_expand,a.pp_contract{cursor:pointer;display:none;height:20px;position:absolute;right:30px;text-indent:-10000px;top:10px;width:20px;z-index:20000}a.pp_close{position:absolute;right:0;top:0;display:block;line-height:22px;text-indent:-10000px}.pp_loaderIcon{display:block;height:24px;left:50%;position:absolute;top:50%;width:24px;margin:-12px 0 0 -12px}#pp_full_res{line-height:1!important}#pp_full_res .pp_inline{text-align:left}#pp_full_res .pp_inline p{margin:0 0 15px}div.ppt{color:#fff;display:none;font-size:17px;z-index:9999;margin:0 0 5px 15px}div.pp_default .pp_content,div.light_rounded .pp_content{background-color:#fff}div.pp_default #pp_full_res .pp_inline,div.light_rounded .pp_content .ppt,div.light_rounded #pp_full_res .pp_inline,div.light_square .pp_content .ppt,div.light_square #pp_full_res .pp_inline,div.facebook .pp_content .ppt,div.facebook #pp_full_res .pp_inline{color:#000}div.pp_default .pp_gallery ul li a:hover,div.pp_default .pp_gallery ul li.selected a,.pp_gallery ul a:hover,.pp_gallery li.selected a{border-color:#fff}div.pp_default .pp_details,div.light_rounded .pp_details,div.dark_rounded .pp_details,div.dark_square .pp_details,div.light_square .pp_details,div.facebook .pp_details{position:relative}div.light_rounded .pp_top .pp_middle,div.light_rounded .pp_content_container .pp_left,div.light_rounded .pp_content_container .pp_right,div.light_rounded .pp_bottom .pp_middle,div.light_square .pp_left,div.light_square .pp_middle,div.light_square .pp_right,div.light_square .pp_content,div.facebook .pp_content{background:#fff}div.light_rounded .pp_description,div.light_square .pp_description{margin-right:85px}div.light_rounded .pp_gallery a.pp_arrow_previous,div.light_rounded .pp_gallery a.pp_arrow_next,div.dark_rounded .pp_gallery a.pp_arrow_previous,div.dark_rounded .pp_gallery a.pp_arrow_next,div.dark_square .pp_gallery a.pp_arrow_previous,div.dark_square .pp_gallery a.pp_arrow_next,div.light_square .pp_gallery a.pp_arrow_previous,div.light_square .pp_gallery a.pp_arrow_next{margin-top:12px!important}div.light_rounded .pp_arrow_previous.disabled,div.dark_rounded .pp_arrow_previous.disabled,div.dark_square .pp_arrow_previous.disabled,div.light_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}div.light_rounded .pp_arrow_next.disabled,div.dark_rounded .pp_arrow_next.disabled,div.dark_square .pp_arrow_next.disabled,div.light_square .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}div.light_rounded .pp_loaderIcon,div.light_square .pp_loaderIcon{background:url(../prettyPhoto/light_rounded/loader.gif) center center no-repeat}div.dark_rounded .pp_top .pp_middle,div.dark_rounded .pp_content,div.dark_rounded .pp_bottom .pp_middle{background:url(../prettyPhoto/dark_rounded/contentPattern.png) top left repeat}div.dark_rounded .currentTextHolder,div.dark_square .currentTextHolder{color:#c4c4c4}div.dark_rounded #pp_full_res .pp_inline,div.dark_square #pp_full_res .pp_inline{color:#fff}.pp_top,.pp_bottom{height:20px;position:relative}* html .pp_top,* html .pp_bottom{padding:0 20px}.pp_top .pp_left,.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}.pp_top .pp_middle,.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}* html .pp_top .pp_middle,* html .pp_bottom .pp_middle{left:0;position:static}.pp_top .pp_right,.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}.pp_fade,.pp_gallery li.default a img{display:none}
@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */

.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.hinge{-webkit-animation-duration:2s;animation-duration:2s}.animated.bounceIn,.animated.bounceOut,.animated.flipOutX,.animated.flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s}@-webkit-keyframes bounce{0%,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}40%,43%,70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06)}70%{-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}@keyframes bounce{0%,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}40%,43%,70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06)}70%{-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}.bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shake{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shake{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.shake{-webkit-animation-name:shake;animation-name:shake}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:none;transform:none}}@keyframes wobble{0%{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:none;transform:none}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:none;transform:none}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{-webkit-transform:none;transform:none}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}.bounceIn{-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.bounceOut{-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) rotateY(-1turn);transform:perspective(400px) rotateY(-1turn)}0%,40%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-190deg);transform:perspective(400px) translateZ(150px) rotateY(-190deg)}50%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-170deg);transform:perspective(400px) translateZ(150px) rotateY(-170deg)}50%,80%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95)}to{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) rotateY(-1turn);transform:perspective(400px) rotateY(-1turn)}0%,40%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-190deg);transform:perspective(400px) translateZ(150px) rotateY(-190deg)}50%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-170deg);transform:perspective(400px) translateZ(150px) rotateY(-170deg)}50%,80%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95)}to{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}0%,40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}0%,40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}0%,40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg)}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}0%,40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg)}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}.flipOutX{-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}.flipOutY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg)}60%,80%{opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:none;transform:none;opacity:1}}@keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg)}60%,80%{opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:none;transform:none;opacity:1}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.lightSpeedOut{-webkit-animation-name:lightSpeedOut;animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{transform-origin:center;-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}0%,to{-webkit-transform-origin:center}to{transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateIn{0%{transform-origin:center;-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}0%,to{-webkit-transform-origin:center}to{transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{0%{transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownLeft{0%{transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{0%{transform-origin:right bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownRight{0%{transform-origin:right bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{0%{transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpLeft{0%{transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{0%{transform-origin:right bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpRight{0%{transform-origin:right bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{0%{transform-origin:center;opacity:1}0%,to{-webkit-transform-origin:center}to{transform-origin:center;-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{transform-origin:center;opacity:1}0%,to{-webkit-transform-origin:center}to{transform-origin:center;-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{0%{transform-origin:left bottom;opacity:1}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{transform-origin:left bottom;opacity:1}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{0%{transform-origin:right bottom;opacity:1}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{transform-origin:right bottom;opacity:1}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{0%{transform-origin:left bottom;opacity:1}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{transform-origin:left bottom;opacity:1}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{0%{transform-origin:right bottom;opacity:1}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{transform-origin:right bottom;opacity:1}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes hinge{0%{transform-origin:top left}0%,20%,60%{-webkit-transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);transform-origin:top left}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{transform-origin:top left}0%,20%,60%{-webkit-transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);transform-origin:top left}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.hinge{-webkit-animation-name:hinge;animation-name:hinge}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:none;transform:none}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%,to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%,to{opacity:0}}.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}.zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}.zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}.fc-slideshow {
	position: relative;
	width: 338px;
	height: 338px;
	border-radius: 50%;
	margin: 0 auto;
	-webkit-perspective: 1200px;
	-moz-perspective: 1200px;
	perspective: 1200px;
	top: 6px;
}

.fc-slideshow nav {
	top: 0;
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 10000;
	display: none;
}

.fc-slideshow nav > div {
	position: absolute;
	height: 100%;
	top: 0;
	width: 50%;
}

.fc-slideshow nav .fc-left {
	left: 0;
}

.fc-slideshow nav .fc-right {
	right: 0;
}

.fc-slideshow nav > div span {
	height: 33%;
	width: 100%;
	position: absolute;
	left: 0;
}

.fc-slideshow nav > div span:first-child {
	top: 0;
}

.fc-slideshow nav > div span:nth-child(2) {
	top: 33%;
}

.fc-slideshow nav > div span:nth-child(3) {
	top: 66%;
}

.fc-slideshow nav i,
.no-csstransforms3d .fc-slideshow nav > div span {
	position: absolute;
	width: 100%;
	height: 40px;
	top: 50%;
	margin-top: -20px;
	pointer-events: none;
	opacity: 0;
	-webkit-backface-visibility: hidden;
	-webkit-transition: all 0.2s ease;
	-moz-backface-visibility: hidden;
	-moz-transition: all 0.2s ease;
	backface-visibility: hidden;
	transition: all 0.2s ease;
}

/* Some fallbacks */
.no-csstransforms3d .fc-slideshow nav > div span {
	z-index: 1000;
	width: 40px;
	background: rgba(0,0,0,0);
}

.no-csstransforms3d .fc-slideshow nav .fc-left span {
	left: -80px;
}

.no-csstransforms3d .fc-slideshow nav .fc-right span {
	right: -80px;
	left: auto;
}

.no-csstransforms3d .fc-slideshow nav i {
	width: 40px;
	cursor: pointer;
}

.fc-slideshow nav .fc-left i {
	-webkit-transform-origin: 100% 50%;
	-moz-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	text-align: left;
}

.fc-slideshow nav .fc-right i {
	-webkit-transform-origin: 0% 50%;
	-moz-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
	text-align: right;
}

.csstransforms3d .fc-slideshow nav > div span:hover ~ i,
.no-csstransforms3d .fc-slideshow nav i,
.no-csstransforms3d .fc-slideshow nav > div span {
	opacity: 1;
}

.csstransforms3d .fc-slideshow nav > div span:nth-child(2):hover ~ i{
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	transform: rotate(0deg);
}

.csstransforms3d .fc-slideshow nav > .fc-left span:first-child:hover ~ i,
.csstransforms3d .fc-slideshow nav > .fc-right span:nth-child(3):hover ~ i {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}

.csstransforms3d .fc-slideshow nav > .fc-right span:first-child:hover ~ i,
.csstransforms3d .fc-slideshow nav > .fc-left span:nth-child(3):hover ~ i {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

ul.fc-slides {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.fc-slides li {
	display: none;
}

.no-js ul.fc-slides li {
	display: block;
}

.fc-flip {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.fc-flip div {
	width: 100%;
	height: 100%;
	position: absolute;
	border-radius: 50%;
	top: 0;
	left: 0;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}

.fc-flip .fc-back {
	-webkit-transform: rotateY(-180deg);
	-moz-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
}

.fc-slideshow img {
	border-radius: 50%;
}

.fc-slideshow h3 {
	position: absolute;
	color: #fff;
	top: 50%;
	margin-top: 30px;
	line-height: 50px;
	height: 50px;
	left: 80px;
	right: 80px;
	background: #ff514c;
	font-size: 22px;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-align: center;
	border-radius: 20% 10% 50% 5% / 25% 10% 30% 75%;
}

.fc-overlay-light,
.fc-overlay-dark {
	opacity: 0;
}

.fc-overlay-light {
	background: rgba(255,255,255,1);
}

.fc-overlay-dark {
	background: rgba(0,0,0,1);
}

/* No JS fallback */

.no-js .fc-slideshow {
	height: auto;
	box-shadow: none;
}

.no-js .fc-slideshow h3 {
	position: relative;
	width: auto;
	height: auto;
	left: auto;
	right: auto;
	top: auto;
	margin: 5px;
}

/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #999;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}


/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}
.mfp-bg,.mfp-wrap{position:fixed;left:0;top:0}.mfp-bg,.mfp-container,.mfp-wrap{height:100%;width:100%}.mfp-arrow:after,.mfp-arrow:before,.mfp-container:before,.mfp-figure:after{content:''}.mfp-bg{z-index:1042;overflow:hidden;background:#0b0b0b;opacity:.8}.mfp-wrap{z-index:1043;outline:0!important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;left:0;top:0;padding:0 8px;box-sizing:border-box}.mfp-container:before{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-ajax-holder .mfp-content,.mfp-inline-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-arrow,.mfp-close,.mfp-counter,.mfp-preloader{-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:#CCC;position:absolute;top:50%;width:auto;text-align:center;margin-top:-.8em;left:8px;right:8px;z-index:1044}.mfp-preloader a{color:#CCC}.mfp-close,.mfp-preloader a:hover{color:#FFF}.mfp-s-error .mfp-content,.mfp-s-ready .mfp-preloader{display:none}button.mfp-arrow,button.mfp-close{overflow:visible;cursor:pointer;background:0 0;border:0;-webkit-appearance:none;display:block;outline:0;padding:0;z-index:1046;box-shadow:none;touch-action:manipulation}.mfp-figure:after,.mfp-iframe-scaler iframe{box-shadow:0 0 8px rgba(0,0,0,.6);position:absolute;left:0}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;padding:0 0 18px 10px;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:focus,.mfp-close:hover{opacity:1}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close{color:#FFF;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#CCC;font-size:12px;line-height:18px;white-space:nowrap}.mfp-figure,img.mfp-img{line-height:0}.mfp-arrow{position:absolute;opacity:.65;margin:-55px 0 0;top:50%;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:transparent}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:focus,.mfp-arrow:hover{opacity:1}.mfp-arrow:after,.mfp-arrow:before{display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:inset transparent}.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left:after{border-right:17px solid #FFF;margin-left:31px}.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3F3F3F}.mfp-arrow-right{right:0}.mfp-arrow-right:after{border-left:17px solid #FFF;margin-left:39px}.mfp-arrow-right:before{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-image-holder .mfp-content,img.mfp-img{max-width:100%}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{display:block;top:0;width:100%;height:100%;background:#000}.mfp-figure:after,img.mfp-img{width:auto;height:auto;display:block}img.mfp-img{box-sizing:border-box;padding:40px 0;margin:0 auto}.mfp-figure:after{top:40px;bottom:40px;right:0;z-index:-1;background:#444}.mfp-figure small{color:#BDBDBD;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin: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-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;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,.6);position:fixed;text-align:center;padding:0}}@media all and (max-width:900px){.mfp-arrow{-webkit-transform:scale(.75);transform:scale(.75)}.mfp-arrow-left{-webkit-transform-origin:0;transform-origin:0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}.clear:before,
.clear:after {
  content: " ";
  display: table;
}
.clear:after {
  clear: both;
}
.browse-view .orderby-displaynumber {
  padding: 10px 0;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .browse-view .orderby-displaynumber .floatleft {
    float: none;
  }
}
@media (min-width: 768px) {
  .browse-view .orderby-displaynumber .floatleft {
    float: left;
  }
}
@media (min-width: 992px) {
  .browse-view .orderby-displaynumber .floatleft {
    float: left;
  }
}
@media (min-width: 1200px) {
  .browse-view .orderby-displaynumber .floatleft {
    float: left;
  }
}
@media (max-width: 767px) {
  .browse-view .orderby-displaynumber .display-number {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .browse-view .orderby-displaynumber .display-number {
    text-align: right;
  }
}
@media (min-width: 992px) {
  .browse-view .orderby-displaynumber .display-number {
    text-align: right;
  }
}
@media (min-width: 1200px) {
  .browse-view .orderby-displaynumber .display-number {
    text-align: right;
  }
}
.browse-view .orderby-displaynumber .display-number br {
  display: none;
}
.browse-view .orderby-displaynumber .display-number select {
  margin-left: 10px;
  max-width: 60px;
  display: inline;
  border-radius: 0px;
  padding: 10px;
  box-shadow: none;
}
.browse-view .orderby-displaynumber .orderlistcontainer {
  display: table;
  position: relative;
  text-decoration: none;
}
@media (max-width: 767px) {
  .browse-view .orderby-displaynumber .orderlistcontainer {
    margin: 0 0 10px;
    text-align: center;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .browse-view .orderby-displaynumber .orderlistcontainer {
    float: left;
    position: relative;
    text-decoration: none;
    margin: 10px 20px 0 0;
  }
}
.browse-view .orderby-displaynumber .orderlistcontainer .title {
  margin-bottom: 5px;
}
.browse-view .orderby-displaynumber .orderlistcontainer .title,
.browse-view .orderby-displaynumber .orderlistcontainer .Order,
.browse-view .orderby-displaynumber .orderlistcontainer .activeOrder {
  display: table-cell;
}
.browse-view .orderby-displaynumber .orderlistcontainer .Order,
.browse-view .orderby-displaynumber .orderlistcontainer .activeOrder {
  padding-left: 5px;
}
.browse-view .orderby-displaynumber .orderlistcontainer .activeOrder {
  cursor: pointer;
  text-transform: capitalize;
  color: #83bfd6;
}
.browse-view .orderby-displaynumber .orderlistcontainer .activeOrder a {
  color: #83bfd6;
}
.browse-view .orderby-displaynumber .orderlistcontainer .activeOrder a:hover {
  text-decoration: none;
}
.browse-view .orderby-displaynumber .orderlistcontainer .Order + .orderlist {
  display: none !important;
}
.browse-view .orderby-displaynumber .orderlistcontainer .orderlist {
  display: none;
  position: absolute;
  z-index: 1;
  top: 100%;
  width: 200px;
  left: 0;
  background: #ffffff;
  border: 1px solid #eeeeee;
  padding: 10px;
  cursor: pointer;
}
.browse-view .orderby-displaynumber .orderlistcontainer .orderlist div {
  border-top: 1px solid #eeeeee;
  padding: 10px 0;
}
.browse-view .orderby-displaynumber .orderlistcontainer .orderlist div:first-child {
  border-top: none;
  padding-top: 0;
}
.browse-view .orderby-displaynumber .orderlistcontainer .orderlist div:last-child {
  padding-bottom: 0;
}
.browse-view .orderby-displaynumber .orderlistcontainer .orderlist a {
  color: #444444;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.browse-view .orderby-displaynumber .orderlistcontainer .orderlist a:hover {
  color: #ec2124;
  text-decoration: none;
}
.browse-view .orderby-displaynumber .view-mode a {
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  border: 1px solid #ededed;
  display: block;
  float: left;
  margin-left: 8px;
}
.browse-view .orderby-displaynumber .view-mode a:hover {
  background: #83bfd6;
  color: #ffffff;
  border-color: #83bfd6;
}
.browse-view .orderby-displaynumber .view-mode a.active {
  background: #83bfd6;
  color: #ffffff;
  border-color: #83bfd6;
}
div.product {
  float: left;
  padding: 15px;
  position: relative;
}
div.product_horizon div.product {
  float: left;
  border: 1px solid #ddd;
  margin: 0.3%;
  min-width: 220px;
}
.vm-col-12,
.vm-col-11,
.vm-col-10,
.vm-col-9,
.vm-col-8,
.vm-col-7,
.vm-col-6,
.vm-col-5,
.vm-col-4,
.vm-col-3,
.vm-col-2,
.vm-col-1 {
  width: 100%;
}
@media (min-width: 768px) {
  .vm-col-12 {
    width: 8.33333333%;
  }
  .vm-col-11 {
    width: 9.09090909;
  }
  .vm-col-10 {
    width: 10%;
  }
  .vm-col-9 {
    width: 11.111111111%;
  }
  .vm-col-8 {
    width: 12.5%;
  }
  .vm-col-7 {
    width: 14.2857%;
  }
  .vm-col-6 {
    width: 16.66666667%;
  }
  .vm-col-5 {
    width: 20%;
  }
  .vm-col-4 {
    width: 25%;
  }
  .vm-col-3 {
    width: 33.33333333%;
  }
  .vm-col-2 {
    width: 50%;
  }
}
.width100 {
  width: 100%;
}
.width70 {
  width: 70%;
}
.width30 {
  width: 30%;
}
.width50 {
  width: 50%;
}
.width25 {
  width: 25%;
}
.width20 {
  width: 20%;
}
@media (max-width: 767px) {
  .width33 {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .width33 {
    width: 33.33333%;
  }
}
@media (min-width: 992px) {
  .width33 {
    width: 33.33333%;
  }
}
@media (min-width: 1200px) {
  .width33 {
    width: 33.33333%;
  }
}
.product-i {
  margin: 0 0 25px !important;
}
.product-i .item-i {
  padding: 0 15px;
  position: relative;
}
.product-i .product-fields {
  display: none;
}
.product-i .vm-product-media-container {
  position: relative;
}
.product-i .price-rating {
  text-align: center;
}
.product-i .image-block {
  position: relative;
  overflow: hidden;
}
.product-i .image-block a {
  display: block;
}
.product-i .image-block .second-image {
  position: absolute;
  top: 20%;
  transition: all 0.7s;
  max-width: 100%;
  left: 0;
  opacity: 0;
}
.product-i .text-block {
  padding: 20px 0;
  margin-bottom: 1px;
}
@media (max-width: 767px) {
  .product-i .text-block {
    overflow: initial;
  }
}
@media (min-width: 768px) {
  .product-i .text-block {
    overflow: hidden;
  }
}
@media (min-width: 992px) {
  .product-i .text-block {
    overflow: hidden;
  }
}
@media (min-width: 1200px) {
  .product-i .text-block {
    overflow: hidden;
  }
}
.product-i .text-block .product-title {
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  transition: 0.7s;
  margin-top: 0;
  font-weight: 600;
}
.product-i .text-block .product-title a {
  color: #555555;
}
.product-i .text-block .product-title .price-rating {
  transition: 0.7s;
}
.product-i .text-block .box-review {
  margin-bottom: 20px;
}
.product-i .text-block .box-review .ratingbox {
  display: inherit;
}
.product-i .text-block .product_s_desc {
  clear: both;
  display: none;
}
.product-i .btn-actions {
  display: inline-block;
  margin: auto;
}
.product-i .actions {
  opacity: 0;
  transition: 0.7s;
  position: relative;
  display: inline-flex;
  position: absolute;
  width: 100%;
  left: 0;
  margin-top: -20px;
  text-align: center;
}
.product-i .actions i {
  line-height: 36px;
  display: block;
}
.product-i .actions .addtocart-area {
  display: inline-block;
  line-height: 30px;
  margin: 0 10px;
}
.product-i .actions .addtocart-area .notify {
  border: 2px solid #e5e5e5;
  padding: 6px 25px;
  line-height: 3;
}
.product-i .actions .btn-groups {
  display: inline-block !important;
}
.product-i .actions .addtocart-area .quantity-box,
.product-i .actions .addtocart-area .lbl_qty,
.product-i .actions .addtocart-area .quantity-controls {
  display: none;
}
.product-i .actions .btn-group {
  width: 40px;
  height: 40px;
  overflow: hidden;
  text-align: center;
  border: 2px solid #e5e5e5;
}
.product-i .actions .btn-group span {
  display: none;
  visibility: hidden;
}
.product-i .actions .btn-group a,
.product-i .actions .btn-group i {
  color: #222;
  display: inline-block;
}
.product-i .actions .addtofav_aws_icon,
.product-i .actions .addtocart-button {
  background: transparent;
  text-transform: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.product-i .actions span.addtocart-button {
  position: relative;
  width: auto;
  display: block;
  height: 40px;
  border: 2px solid #e5e5e5;
}
.product-i .actions span.addtocart-button .addtocart-button {
  padding: 0 15px;
  color: #222;
  text-transform: uppercase;
  line-height: 36px !important;
}
.product-i .product-price {
  display: inline-flex;
  margin-top: 3px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
}
.product-i .product-price .PricesalesPrice {
  color: #83bfd6;
  font-weight: 600;
}
.product-i .product-price .price-crossed {
  font-size: 14px;
  font-weight: 600;
  margin-right: 15px;
  text-decoration: line-through;
}
.product-i .item-i:hover {
  border-color: #ff6131;
}
.product-i .item-i:hover .image-block .pro-image {
  top: 0;
  opacity: 1;
}
.product-i .item-i:hover .pro-image:before {
  content: "";
  height: 100%;
  top: 0;
}
.product-i .item-i:hover .actions {
  opacity: 1;
  margin-top: -58px;
}
.product-i .item-i:hover .quickview {
  opacity: 1;
}
.product-i .item-i:hover .product-title,
.product-i .item-i:hover .price-rating {
  opacity: 0;
}
.product-i .timer-grid {
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 0 25px;
  left: 0;
}
.product-i .timer-grid .box-time-date {
  width: 33%;
  padding: 10px 0;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  text-align: center;
  text-transform: capitalize;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  border-right: 1px solid rgba(241, 241, 241, 0.9);
  font-family: Arial;
  white-space: nowrap;
  float: left;
}
.product-i .timer-grid .box-time-date .number {
  display: block;
  font-size: 16px;
  font-weight: 700;
  padding: 0 8px;
  text-align: center;
}
.product-i .timer-grid .sec {
  border-right: 0;
}
.product-i .timer-grid .day {
  width: 100%;
  background: #ff6131;
  text-align: left;
  line-height: 25px;
  padding-left: 60px;
  font-size: 16px;
  font-weight: 600;
  position: relative;
}
.product-i .timer-grid .day .number {
  display: inline;
  width: auto;
}
.product-i .timer-grid .day .number:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 45px;
  height: 45px;
  background: #ca2f00;
  text-align: center;
  font-size: 20px;
  line-height: 45px;
  content: "\f017";
  font-family: FontAwesome;
}
.listing-view .list-product {
  margin-bottom: 50px;
}
.listing-view .product-row .product-i {
  border: 0;
  margin-bottom: 30px !important;
  padding: 0;
}
.listing-view .product-row .product-i .actions .btn-groups {
  display: inline-block;
}
.listing-view .product-row .product-i .actions .addtocart-area {
  margin: 0px;
}
.listing-view.vm_list_view .list-product {
  border-top: 0;
}
.listing-view.vm_list_view .product-i {
  width: 100%;
}
.listing-view.vm_list_view .product-i .item-i {
  border: 2px solid #e5e5e5;
  padding: 20px;
}
.listing-view.vm_list_view .product-i .item-i:before,
.listing-view.vm_list_view .product-i .item-i:after {
  content: " ";
  display: table;
}
.listing-view.vm_list_view .product-i .item-i:after {
  clear: both;
}
.listing-view.vm_list_view .product-i .item-i:before,
.listing-view.vm_list_view .product-i .item-i:after {
  display: table;
  content: "";
  line-height: 0;
}
.listing-view.vm_list_view .product-i .item-i:after {
  clear: both;
}
.listing-view.vm_list_view .product-i .item-i:hover .price-rating,
.listing-view.vm_list_view .product-i .item-i:hover .product-title {
  opacity: 1;
}
.listing-view.vm_list_view .product-i .vm-product-media-container {
  padding: 30px;
}
.listing-view.vm_list_view .product-i .price-rating {
  text-align: left;
  margin-bottom: 15px;
}
.rtl .listing-view.vm_list_view .product-i .price-rating {
  text-align: right;
}
.listing-view.vm_list_view .product-i .text-block-inner {
  text-align: left;
}
.rtl .listing-view.vm_list_view .product-i .text-block-inner {
  text-align: right;
}
.listing-view.vm_list_view .product-i .text-block-inner .product-title,
.listing-view.vm_list_view .product-i .text-block-inner .vm-product-rating-container {
  text-align: left;
}
.rtl .listing-view.vm_list_view .product-i .text-block-inner .product-title,
.rtl .listing-view.vm_list_view .product-i .text-block-inner .vm-product-rating-container {
  text-align: right;
}
.listing-view.vm_list_view .product-i .text-block-inner .product-title {
  font-size: 18px;
  transition: 0s;
}
.listing-view.vm_list_view .product-i .text-block-inner .product-price {
  margin-bottom: 5px;
}
.listing-view.vm_list_view .product-i .text-block-inner .product-price .PricesalesPrice {
  font-size: 22px;
  margin: 0;
}
.listing-view.vm_list_view .product-i .text-block-inner .product-price .price-crossed {
  font-size: 18px;
  margin-right: 12px;
}
.rtl .listing-view.vm_list_view .product-i .text-block-inner .product-price .price-crossed {
  margin-left: 12px;
  margin-right: 0;
}
.listing-view.vm_list_view .product-i .text-block-inner .box-review {
  margin-bottom: 15px;
}
.listing-view.vm_list_view .product-i .text-block-inner .ratingbox {
  margin: 0;
  display: inline-block;
  margin-top: -4px;
}
.listing-view.vm_list_view .product-i .text-block-inner .amount {
  display: initial;
}
.listing-view.vm_list_view .product-i .text-block-inner .amount:before {
  content: "|";
  font-size: 12px;
  color: #e5e5e5;
  margin: 0 10px;
}
.listing-view.vm_list_view .product-i .vm-product-media-container {
  float: left;
  max-width: 272px;
}
.rtl .listing-view.vm_list_view .product-i .vm-product-media-container {
  float: right;
}
.listing-view.vm_list_view .product-i .product_s_desc {
  display: block;
}
.listing-view.vm_list_view .product-i .actions {
  opacity: 1;
  position: initial;
}
.listing-view.vm_list_view .product-i .actions .btn-actions {
  margin: initial;
}
.listing-view.vm_list_view .product-i .actions .btn-groups {
  display: inline-block;
}
.listing-view.vm_list_view .product-i .vm-product-descr-container-1 {
  min-height: 77px;
}
.listing-view.vm_list_view .product-i:hover .btn-groups {
  bottom: 25%;
}
.vm-product-container {
  margin: 0 0 50px;
}
.vm-product-media-container .additional-images {
  margin-top: 10px;
  padding-left: 0px;
  padding-right: 0px;
}
.productdetails .product-neighbours {
  border-bottom: 1px solid #ededed;
  padding: 0 0 10px;
  margin: 10px 0px;
}
.productdetails .product-neighbours a.next-page {
  float: right;
  position: relative;
}
.productdetails .product-neighbours a.previous-page {
  float: left;
  position: relative;
}
.productdetails .product-neighbours .fa {
  padding: 10px;
}
.productdetails .vm-product-media-container .main-image {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 0.2381em;
}
.productdetails .vm-product-media-container .main-image img {
  max-width: 100%;
}
.productdetails .vm-product-media-container .additional-images .floatleft {
  box-sizing: border-box;
  max-width: 33.3%;
  padding: 10px 5px 10px;
  float: left;
}
.productdetails .vm-product-media-container .additional-images .floatleft a {
  border: 1px solid #ddd;
}
.productdetails .vm-product-media-container .additional-images .floatleft a img {
  border: 1px solid #ddd;
  border-radius: 4px;
  box-sizing: border-box;
  text-align: center;
  max-width: 100%;
}
.productdetails .spacer-buy-area h1 {
  display: inline-block;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0px 0px 10px 0px;
  text-transform: capitalize;
}
.productdetails .spacer-buy-area .vm-product-rating-container .separator {
  margin: 0px 5px;
}
.productdetails .spacer-buy-area .in-stock {
  color: #89b837;
  font-weight: bold;
}
.productdetails .spacer-buy-area .product-price {
  font-weight: bold;
}
.productdetails .spacer-buy-area .product-price .price-crossed {
  display: inline-block;
  text-decoration: line-through;
  margin-right: 10px;
}
.productdetails .spacer-buy-area .product-price .PricesalesPrice {
  display: inline-block;
  font-size: 30px;
  color: #83bfd6;
}
.productdetails .spacer-buy-area .product-short-description {
  border-top: 1px solid #f2f2f2;
  margin-top: 20px;
  clear: both;
  padding: 15px 0;
}
.productdetails .spacer-buy-area .addtocart-area .product-fields {
  display: inline-block;
  float: left;
  margin-bottom: 15px;
  margin-top: 0;
  width: 100%;
}
.productdetails .spacer-buy-area .addtocart-area .product-fields:first-child {
  float: left;
}
.productdetails .spacer-buy-area .addtocart-area .product-fields .product-field {
  float: right;
  margin-top: 0;
  width: 50%;
}
.productdetails .spacer-buy-area .addtocart-area .product-fields .product-field-display {
  margin-top: 5px;
}
.productdetails .spacer-buy-area .addtocart-area .product-fields .product-field-display .chzn-single {
  border: 1px solid #f2f2f2;
  background: #fff none repeat scroll 0 0;
  border-radius: 0;
  box-shadow: none;
  color: #aaa;
  font-size: 13px;
  height: auto !important;
  line-height: inherit !important;
  padding: 6px 0 6px 8px;
}
.productdetails .spacer-buy-area .addtocart-area .product-fields .product-field-display .chzn-single div b {
  background-position: 0 9px !important;
}
.productdetails .spacer-buy-area .addtocart-area .product-fields .product-field-display .chzn-container.chzn-container-active .chzn-single-with-drop div b {
  *background-position: -18px 4px !important;
}
.productdetails .spacer-buy-area .addtocart-area .product-fields .product-field-display .product-field-display select,
.productdetails .spacer-buy-area .addtocart-area .product-fields .product-field-display .product-field-display .chzn-container,
.productdetails .spacer-buy-area .addtocart-area .product-fields .product-field-display .product-field-display .chzn-drop {
  width: 100% !important;
  max-width: none !important;
}
.productdetails .spacer-buy-area .addtocart-area .product-fields .product-field-display .chzn-container.chzn-container-single .chzn-single {
  background-image: none;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: none;
  height: auto !important;
  line-height: inherit !important;
  padding: 6px 0 6px 8px;
  font-size: 13px;
  color: #aaa;
}
.productdetails .spacer-buy-area .addtocart-area .product-fields .product-field-display .chzn-container.chzn-container-single .chzn-single div b {
  *background-position: 0 5px !important;
}
.productdetails .spacer-buy-area .addtocart-area .product-fields .product-field-display .chzn-container.chzn-container-single .chzn-drop {
  border: 1px solid #ddd !important;
  border-top: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.productdetails .spacer-buy-area .addtocart-area .product-fields .product-field-display .chzn-container.chzn-container-active .chzn-single-with-drop div b {
  *background-position: -18px 4px !important;
}
.productdetails .spacer-buy-area .addtocart-area .product-fields .product-field-display .chzn-container .chzn-drop {
  border: 1px solid #f2f2f2;
  border-top: 0;
}
.productdetails .spacer-buy-area .addtocart-area .product-fields .product-field-display .chzn-container .chzn-results .highlighted {
  background-color: #fff !important;
  background-image: none !important;
  color: #444444 !important;
}
.productdetails .spacer-buy-area .add-to-box i {
  margin-right: 10px;
}
.productdetails-view.productdetails .list-info {
  border: 1px solid #eaecef;
  border-bottom: none;
  list-style: none;
  padding: 0px;
}
.productdetails-view.productdetails .list-info li {
  line-height: 40px;
  border-bottom: 1px solid #eaecef;
}
.productdetails-view.productdetails .list-info li strong {
  width: 150px;
  float: left;
  margin-right: 20px;
  border-right: 1px solid #eaecef;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 600;
}
.list-reviews .with-borders {
  border-color: #dfdfdf #ececec;
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
  padding: 15px 20px;
}
.list-reviews .with-borders .info {
  margin: 10px 0px 10px 0px;
}
.list-reviews .with-borders .vote {
  padding: 0px 10px 0px 10px;
}
.jb-sidebar-products .vmproduct {
  padding: 0px;
}
.jb-sidebar-products .vmproduct .jb-products-list {
  list-style: none;
}
.jb-currency .inputbox {
  border-radius: 0px;
  border-color: #ededed;
  box-shadow: none;
  display: inline;
}
.window-mainbody .floatleft {
  float: left;
}
body.modal {
  padding: 0;
}
.ask-a-question-view {
  padding: 10px;
}
.ask-a-question-view > h1 {
  padding: 0 0 20px;
  margin: 0;
}
.ask-a-question-view .product-summary {
  padding: 10px 0;
  margin: 0 0 10px;
}
.ask-a-question-view .product-summary h2 {
  margin: 0 20px 10px 0;
}
.ask-a-question-view .product-summary .short-description {
  margin: 0 20px 0 0;
}
.ask-a-question-view .product-summary img.product-image {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  padding: 5px;
  border: 1px solid #ededed;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ask-a-question-view form#askform {
  margin: 0;
}
.ask-a-question-view form#askform table.askform {
  width: 100%;
}
.ask-a-question-view form#askform table.askform td {
  padding: 0;
}
.ask-a-question-view form#askform table.askform label {
  margin: 10px 0;
}
.ask-a-question-view form#askform table.askform textarea {
  height: 80px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 10px;
}
.ask-a-question-view form#askform table.askform input[type="text"] {
  margin: 10px 0;
}
.ask-a-question-view div.submit {
  display: inline-block;
  width: 100%;
}
.ask-a-question-view div.submit > div:first-child {
  margin-bottom: 10px;
  text-align: right;
}
.ask-a-question-view div.submit > div:first-child input#counter {
  width: 27px;
  text-align: center;
  margin: 0;
}
.ask-a-question-view div.submit #recaptcha_area {
  clear: both;
  margin: 10px 0;
}
.ask-a-question-view .formError {
  left: auto !important;
  right: 20px;
}
.ask-a-question-view .formError .formErrorContent {
  min-width: 0;
  width: auto;
}
.modal .productdetails-view {
  padding: 15px;
}
.modal .productdetails-view .vm-product-container .vm-product-media-container {
  width: 30%;
}
.modal .productdetails-view .vm-product-details-container {
  width: 70%;
}
.modal .productdetails-view label.quantity_box {
  display: inline-block;
}
.modal .productdetails-view input.quantity-input {
  margin-bottom: 0;
}
.modal .productdetails-view .ratingbox div,
.modal .productdetails-view .ratingbox span {
  background: url(../../../../../less/images/vm/color-stars.png) repeat-x;
}
.modal .productdetails-view .ask-a-question a {
  padding-right: 0;
  padding-left: 0;
}
.modal .productdetails-view .product-related-products .product-field {
  width: 50%;
}
.modal .productdetails-view .product-related-products .product-field:nth-child(4),
.modal .productdetails-view .product-related-products .product-field:nth-child(6),
.modal .productdetails-view .product-related-products .product-field:nth-child(8) {
  clear: both;
}
.jb-shop-front .tp-row ul {
  padding-left: 0px;
}
.jb-shop-front .tp-row ul li {
  list-style: none;
  text-align: center;
  padding: 30px;
}
.jb-shop-front .tp-row ul li .product-name {
  font-size: 20px;
  font-weight: 500;
  margin-top: 10px;
  display: block;
}
.jb-shop-front .tp-row ul li .product-price {
  font-weight: bold;
  color: #83bfd6;
}
.jb-shop-front .tp-row ul li .product-fields {
  display: none;
}
.jb-shop-front .tp-row ul li .addtocart-bar {
  border: none !important;
  padding: 0px !important;
}
.jb-shop-front .tp-row ul li .addtocart-bar .vm-quantity-box {
  display: none;
}
.jb-shop-front .tp-row ul li .addtocart-bar .addtocart-button {
  float: none !important;
  margin-left: 0px !important;
}
#fancybox-outer {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  overflow: visible;
  box-shadow: 0 0 22px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
}
#fancybox-close {
  width: 32px;
  height: 32px;
  background: transparent;
}
#fancybox-close:before {
  font-family: "FontAwesome";
  color: #fff;
  position: relative;
  font-size: 15px;
  line-height: 32px;
  display: inline-block;
  content: "\f00d";
  margin: 0 auto;
  width: 32px;
  height: 32px;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 3px;
}
#fancybox-loading div {
  display: none;
}
.fancybox-bg {
  width: 0px;
  height: 0px;
  left: 0;
  top: 0;
}
#fancybox-bg-n,
#fancybox-bg-ne,
#fancybox-bg-e,
#fancybox-bg-se,
#fancybox-bg-s,
#fancybox-bg-sw,
#fancybox-bg-w,
#fancybox-bg-nw {
  background-image: none;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 0px;
  height: 0px;
  padding: 0;
  margin: 0;
  border: 0;
}
#fancybox-overlay {
  background: #fff !important;
}
#fancybox-wrap {
  overflow: visible !important;
  text-align: center;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
}
#fancybox-wrap #fancybox-left-ico,
#fancybox-wrap #fancybox-right-ico {
  background: transparent;
}
#fancybox-wrap #fancybox-left-ico:before,
#fancybox-wrap #fancybox-right-ico:before {
  font-family: "FontAwesome";
  position: absolute;
  color: #fff;
  font-size: 28px;
  line-height: 42px;
  width: 44px;
  height: 44px;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 3px;
}
#fancybox-wrap #fancybox-left-ico:before {
  position: absolute;
  left: -44px;
  content: "\f104";
}
#fancybox-wrap #fancybox-right-ico:before {
  right: -44px;
  content: "\f105";
}
#fancybox-wrap #fancybox-title {
  width: 99% !important;
  position: relative;
  margin: 0 auto;
  background: transparent;
}
#fancybox-wrap #fancybox-content {
  padding: 20px 20px 30px;
  border: none !important;
  min-height: 70%;
  min-width: 70%;
  display: block;
  text-align: center;
  margin: 0 auto;
}
#fancybox-wrap #fancybox-content h4 {
  display: block;
  font-size: 16px;
  line-height: 22px;
  margin: 20px auto;
}
#fancybox-content .continue_link,
#fancybox-content .showcart {
  background-color: #83bfd6;
  border-radius: 0;
  color: #ffffff;
  float: left;
  margin: 6px;
  padding: 14px 16px;
  text-align: center;
  text-transform: capitalize;
  width: auto;
}
#fancybox-content .showcart {
  float: right;
}
.product-i .item-i {
  padding-left: 0px;
}
.product-i .product-status .status-new-sale {
  position: absolute;
  z-index: 1;
  text-align: center;
  color: #ffffff;
  width: 50px;
  top: 10px;
  line-height: 28px;
  font-size: 13px;
  left: 12px;
  background: #ef3447;
}
.product-i .product-status .status-sale {
  position: absolute;
  z-index: 1;
  text-align: center;
  color: #ffffff;
  width: 50px;
  top: 10px;
  line-height: 28px;
  font-size: 13px;
  right: 12px;
  background: #83bfd6;
}
.title-uppercase .sppb-addon-title {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 700;
}
.title-uppercase .sppb-section-title .sppb-title-heading {
  text-transform: uppercase;
  background-color: #ffffff;
  padding-right: 20px;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.title-uppercase .sppb-section-title .sppb-title-subheading {
  display: block;
  height: 1px;
  position: relative;
  left: 0;
  bottom: 24px;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) 70%, transparent 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) 70%, transparent 100%);
  z-index: 1;
}
.cat-box {
  overflow: hidden;
  margin-bottom: 0;
}
.cat-box a {
  display: block;
}
.cat-box img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.cat-box h3 {
  display: inline-block;
  position: absolute;
  bottom: 13px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: rgba(23, 23, 23, 0.9);
  font-size: 20px;
  color: #fff;
  font-weight: 800;
  line-height: 37px;
  padding: 0 10px;
  text-transform: uppercase;
  white-space: nowrap;
}
.cat-box:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.hot-tag .mega-caption {
  padding: 0 8px !important;
  line-height: 18px;
  background-color: #eb2771;
  color: #ffffff;
  position: absolute;
  font-size: 11px;
  font-weight: normal;
  top: -14px;
  right: 0;
}
.hot-tag .mega-caption:before {
  position: absolute;
  left: 6px;
  top: 18px;
  width: 0;
  height: 0;
  content: "";
  border-style: solid;
  border-width: 4px;
  border-color: transparent;
  border-top-color: #eb2771;
}
.new-tag .mega-caption {
  padding: 0 8px !important;
  line-height: 18px;
  background-color: #0cc485;
  color: #ffffff;
  position: absolute;
  font-size: 11px;
  font-weight: normal;
  top: -14px;
  right: 0;
}
.new-tag .mega-caption:before {
  position: absolute;
  left: 6px;
  top: 18px;
  width: 0;
  height: 0;
  content: "";
  border-style: solid;
  border-width: 4px;
  border-color: transparent;
  border-top-color: #0cc485;
}
.new-latest .mega-caption {
  float: right;
  background: #83bfd6;
  color: #ffffff;
  font-size: 12px;
  margin-top: 10px;
  font-weight: 400;
  line-height: 20px;
  padding: 0px 8px;
}
.mega-caption-empty {
  display: none !important;
}
.cart-view h3,
.cart-view .h3 {
  font-size: 22px;
}
.cart-view form {
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
}
table.cart-summary tbody {
  border: 1px solid #e5e5e5;
}
table.cart-summary tr th {
  border: 1px solid #e5e5e5;
  padding: 15px 0 8px;
}
.billto-shipto h3 {
  margin: 0 0 10px;
}
.billto-shipto h3 i {
  color: #fff;
  display: inline-block;
  margin-right: 5px;
  font-size: 20px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 40px;
  background-color: #b4b4b4;
}
.billto-shipto a.details:hover {
  text-decoration: underline;
}
.billto-shipto .billto-inner,
.billto-shipto .shipto-inner {
  min-height: 150px;
}
.billto-shipto .output-shipto a {
  color: #898989 !important;
}
.billto-shipto .output-shipto a:hover {
  color: !important;
}
.billto-shipto .output-shipto input {
  float: left;
  position: initial;
  margin-left: 0;
  margin-top: 4px;
  margin-right: 5px;
}
.cart-view h3 {
  color: #444;
}
.block-border {
  display: inline-block;
  width: 100%;
  border: 1px solid #e5e5e5;
  padding: 21px;
  margin-bottom: 30px;
}
.table-footer {
  display: inline-block;
  width: 100%;
}
.table-footer h3,
.table-footer .h3 {
  font-size: 14px;
  margin: 10px 0;
}
.shipment input[type="radio"],
.payment input[type="radio"] {
  float: left;
  margin-top: 4px;
  width: 4%;
}
.shipment label,
.payment label {
  float: left;
  width: 96%;
  margin-bottom: 30px;
}
.shipment .vm-display.vm-price-value,
.payment .vm-display.vm-price-value {
  display: inline-block;
}
.total-block span,
.total-block div {
  font-size: 20px;
  display: inline-block;
}
.total-block .priceColor2 {
  margin-right: 30px;
}
.total-block .title {
  font-weight: 500;
  margin-right: 5px;
}
.vmshipment_name,
.vmpayment_name {
  font-weight: 400;
  line-height: 1.35;
  display: block;
  font-size: 16px;
  color: #444;
}
.vmCartPaymentLogo {
  display: inline-block;
  float: left;
  min-width: 40px;
}
.vmCartPaymentLogo img {
  display: inline-block;
  float: left;
  margin-right: 15px;
}
a.terms-of-service {
  text-decoration: underline;
}
#checkoutForm fieldset {
  width: 100%;
  float: left;
  margin: 0;
  display: inline-block;
}
#checkoutForm .product-name a {
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
}
#checkoutForm .vm-continue-shopping {
  width: 50%;
  float: left;
  padding-bottom: 0;
}
#checkoutForm .vir_quantity {
  text-align: center;
}
#checkoutForm .vir_quantity input.quantity-input {
  width: 50px !important;
  padding: 2px;
  display: inline-block;
  border: 1px solid #ddd;
  height: 30px;
  text-align: center;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-box-shadow: none;
}
#checkoutForm .vir_quantity .vm2-add_quantity_cart,
#checkoutForm .vir_quantity .vm2-remove_from_cart {
  width: 30px;
  height: 30px;
  padding: 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-box-shadow: none;
}
#checkoutForm .vm-fieldset-pricelist {
  width: 100%;
  margin: 0 0 30px 0;
}
#checkoutForm .tb-total {
  line-height: 30px;
  text-transform: uppercase;
}
#checkoutForm .tb-total .total-title {
  padding: 15px 20px;
  border-bottom: 1px solid #d9dde3;
  background-color: #f5f5f5;
}
#checkoutForm .tb-total .total-title .total {
  display: inline-block;
}
#checkoutForm .tb-total .continue_link {
  color: #fff;
  float: left;
  line-height: 35px;
  border: 0 !important;
  background: #313133;
  padding: 5px 15px;
  font-size: 13px;
  text-transform: initial;
}
#checkoutForm .tb-total .price div {
  display: inline-block;
}
#checkoutForm .tb-total .price span {
  line-height: 38px;
}
#checkoutForm .price-coupon {
  margin-top: 10px;
}
#checkoutForm .price-coupon div {
  display: inline-block;
}
#checkoutForm .price-coupon > span {
  font-weight: bold;
}
#checkoutForm .cart-summary {
  width: 100%;
}
#checkoutForm .cart-summary .product-name {
  padding: 10px 5px;
}
#checkoutForm .cart-summary tr th {
  font-weight: normal;
  border-right: 1px solid #f2f2f2;
  padding: 10px;
  white-space: nowrap;
  vertical-align: middle;
  text-align: center;
  text-transform: capitalize;
  background: transparent;
}
#checkoutForm .cart-summary .cart-images {
  width: 100%;
  text-align: center;
  float: left;
  padding: 10px;
}
#checkoutForm .cart-summary .cart-images img {
  display: inline-block;
  float: none;
  margin: 0 auto;
  max-width: 150px;
  width: auto;
}
#checkoutForm .cart-summary tbody td {
  border-bottom: 1px solid #f2f2f2;
  border-right: 1px solid #f2f2f2;
  text-align: center;
}
#checkoutForm .cart-summary tbody .vm-customfield-cart {
  text-align: center;
  line-height: 20px;
  padding: 20px 0px;
}
#checkoutForm .cart-summary tbody .vm-customfield-cart span {
  float: none;
}
#checkoutForm .cart-summary tfoot {
  text-align: left;
}
#checkoutForm .cart-summary tfoot a:hover {
  text-decoration: underline;
}
#checkoutForm .cart-summary tfoot .checkoutStep {
  font-size: 18px;
  font-weight: 600;
  margin: 10px 0 15px;
}
#checkoutForm .cart-summary tfoot .shipment h3,
#checkoutForm .cart-summary tfoot .payment h3 {
  font-size: 13px;
  margin: 0;
}
#checkoutForm .cart-summary tfoot .shipment .buttonBar-left,
#checkoutForm .cart-summary tfoot .payment .buttonBar-left {
  float: right;
}
#checkoutForm .cart-summary tfoot .sectiontableentry2 td .tb-tfoot {
  border: 1px dashed #ccc;
}
#checkoutForm .cart-summary tfoot .sectiontableentry1 td .sectiontableentry1-inner {
  float: left;
  width: 100%;
  padding: 20px;
  border: 1px dashed #ccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#checkoutForm .cart-summary .tb-tfoot {
  padding: 20px;
}
#checkoutForm .cart-summary .tb-tfoot input {
  margin: 0;
  height: 37px;
  border: 1px solid #f2f2f2;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#checkoutForm .cart-summary .tb-tfoot .details-button input {
  background-image: none;
}
#checkoutForm .cart-summary .tb-tfoot .coupon {
  width: 300px;
  line-height: 37px;
}
#checkoutForm .checkout-button-top {
  display: inline-block;
  float: right;
  text-align: right;
  border: 0;
  width: 100%;
  padding: 20px 40px 10px;
}
#checkoutForm .vm-fieldset-customer-note {
  width: 100%;
  margin: 0 0 30px 0;
  border: 1px solid #e5e5e5;
  float: left;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#checkoutForm .vm-fieldset-customer-note span.customer-note {
  font-weight: 400;
  font-size: 14px;
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 3px;
  display: block;
}
#checkoutForm .vm-fieldset-customer-note span.customer-note:before {
  margin-right: 5px;
  content: "\f133";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
#checkoutForm .vm-fieldset-customer-note textarea#customer_note_field {
  height: 120px;
  margin: 20px 0;
  overflow: auto;
  width: 100%;
  border: 1px solid #f1f1f1;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#checkoutForm .vm-fieldset-customer-note .vm-fieldset-tos input.terms-of-service {
  float: left;
}
#checkoutForm .vm-fieldset-customer-note .vm-fieldset-tos span.cart {
  float: left;
}
#checkoutForm .vm-fieldset-customer-note .vm-fieldset-tos div.terms-of-service {
  width: 100%;
  float: left;
}
#checkoutForm .vm-fieldset-customer-note .vm-fieldset-tos div.terms-of-service .vmicon {
  display: none;
}
#checkoutForm .vm-fieldset-customer-note .vm-fieldset-tos div.terms-of-service a:hover {
  text-decoration: underline;
}
.login .radio label,
.login .checkbox label {
  position: relative;
}
.login .radio label input[type="checkbox"],
.login .checkbox label input[type="checkbox"] {
  left: 0;
  top: 5px;
}
.login .btn-primary {
  border-radius: 20px;
}
.form-links {
  margin-bottom: 30px;
}	/*
  	Flaticon icon font: Flaticon
  	Creation date: 12/06/2017 06:16
  	*/

@font-face {
  font-family: "Flaticon";
  src: url(https://hydroarm.by/templates/porto/fonts/flaticon/Flaticon.eot);
  src: url(https://hydroarm.by/templates/porto/fonts/flaticon/Flaticon.eot) format("embedded-opentype"),
       url(https://hydroarm.by/templates/porto/fonts/flaticon/Flaticon.woff) format("woff"),
       url(https://hydroarm.by/templates/porto/fonts/flaticon/Flaticon.ttf) format("truetype"),
       url(./Flaticon.svg#Flaticon) format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "Flaticon";
    src: url(./Flaticon.svg#Flaticon) format("svg");
  }
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {   
  font-family: Flaticon;
	
font-style: normal;
	
}

.flaticon-interface:before { content: "\f100"; }
.flaticon-medical:before { content: "\f101"; }
.flaticon-construction:before { content: "\f102"; }
.flaticon-medal:before { content: "\f103"; }.vam, .vam th, .vam td{vertical-align: middle !important;} .al, .al th, .al td{	text-align: left !important;}.ar, .ar th, .ar td{	text-align: right !important;}.ac, .ac th, .ac td{text-align: center !important;}.product-i .text-block .product-stock,.product-i .text-block .product-addtoreview,.product-i .text-block .separator{clear:both;display:none}.listing-view.vm_list_view .product-i .product-stock,.listing-view.vm_list_view .product-i .product-addtoreview,.listing-view.vm_list_view .product-i .text-block .separator{display:block}[6:46:08 PM] priya bose:<code>.product-i .text-block .product-stock,.product-i .text-block .product-addtoreview,.product-i .text-block .separator{clear:both;display:none}.listing-view.vm_list_view .product-i .product-stock,.listing-view.vm_list_view .product-i .product-addtoreview,.listing-view.vm_list_view .product-i .text-block .separator{display:block}img.jbimage,.subcategory-image img,.jbcategory-image img{width:100%;height:auto}.subcategory,.items{text-align:center}.subcategory-title,.item-title{margin:0!important;font-size:19px;line-height:1.2}.subcategory-title a,.item-title a,.item-title div,.item-title div{color:#333;font-size:15px}.manufacturer{color:#08c;margin-top:5px;font-weight:bold}.downcatalog{color:#08c;font-size:15px}.item-price{font-weight:bold}.addtocart-bar{padding:20px 0!important}.jbcategory{padding:5px!important;border:solid 1px #ddd;position:relative}.jbcategory .jbcategory-image{background:#000}.jbcategory .jbcategory-link{position:absolute;z-index:10;background-color:rgba(0,0,0,.7);bottom:2em;padding:5px 10px 2em 10px;-webkit-transition:all .3s ease;transition:all .3s ease;max-width:90%}.jbcategory .jbcategory-link a,.jbcategory .jbcategory-link2 a{color:#fff;font-size:15px}.jbcategory:hover .jbcategory-image img{opacity:.7}.jbcategory:hover .jbcategory-link{background-color:#000}.jbcategory .jbcategory-image img{-webkit-transition:opacity .3s ease;transition:opacity .3s ease}.jbcategory .jbcategory-link2{position:absolute;z-index:11;background-color:#08c;bottom:1.3em;left:30px;padding:5px 10px;-webkit-transition:all .3s ease;transition:all .3s ease}.modulefootermenu li a{padding:0;color:#777!important}.modulefootermenu li a:hover,.modulefootermenu li.active a,.modulefootermenu li.active a:hover{-webkit-transition:color .3s ease;transition:color .3s ease;background:0}.modulefootermenu li a:hover{color:#fff!important}.t3-sidebar .nav li ul{margin:0!important}.t3-sidebar .nav li ul{display:none}.t3-sidebar .nav li.active ul{display:block}.t3-sidebar .nav li.active>a{font-weight:bold}.t3-sidebar .nav li.active>a:before{content:"";display:inline-block;width:0;height:0;border:4px solid transparent;border-top:4px solid #333;margin:7px 0 0 -11px;position:absolute}.jbprice-tmpl-full{margin-top:-5px}.jbprice-tmpl-full>*{display:inline-block}.jbprice-tmpl-full>.element-label:after{content:':'}.jbprice-tmpl-full>.element-label{margin-right:5px}.jbprice-option-select>select{height:30px;padding:0 10px}.productdetails-view .addtocart-area a.addtocart-button{border:0;background:#83bfd6;text-transform:none;padding-top:0;padding-bottom:0;height:42px;line-height:42px;padding-left:25px;background-image:url(https://hydroarm.by/images/vm/cart.png);background-position:left center;background-repeat:no-repeat;color:#fff;font-weight:400;padding:15px 45px;text-transform:uppercase;-webkit-transition:all .5s ease;transition:all .5s ease}.productdetails-view .addtocart-area a.addtocart-button:hover{color:#fff;background:#5dabc9;background-image:url(https://hydroarm.by/images/vm/cart.png);background-position:left center;background-repeat:no-repeat}.table{margin-top:10px}#descr{overflow:auto}.jbzoo-item-teaser{width:25%;display:inline-block;margin:0!important;text-align:center;padding:5px!important}.items .column{text-align:left}.category{display:none}.GA-gallery img{padding:10px;border:solid 1px #aaa;-webkit-transition:all .17s ease;transition:all .17s ease}.GA-gallery div:hover img{padding:0;border:solid 1px #fff}.jb-style-2 .logo-image img{top:inherit!important}.social-icons li a{position:relative;-webkit-transition:all .5s ease;transition:all .5s ease}.social-icons li a:hover{border-top-right-radius:0;border-top-left-radius:0;background:#333}.social-icons li a span{opacity:0;position:absolute;-webkit-transition:all .5s ease,opacity .5s;transition:all .5s ease,opacity .5s;background:#333;margin-left:-150px;z-index:50;border-radius:10px;line-height:1.2;height:0;top:0;overflow:hidden;width:245px;padding:0}.social-icons li a:hover span{padding:0;top:-30px;border-radius:10px;opacity:1;height:35px;width:245px;color:#fff}.social-icons li:nth-child(1) a span{right:-69px;width:306px}.social-icons li:nth-child(2) a span{right:-34px}.social-icons li:nth-child(3) a span{right:0;border-bottom-right-radius:0;width:200px}.slotholder:after{width:100%;height:100%;background:rgba(0,0,0,.2);position:absolute;top:0;left:0;right:0;bottom:0}#sppb-addon-1496818290567 h2 span{font-size:2em}.wi-logo{max-width:150px;float:right;opacity:.7;-webkit-transition:opacity .2s;transition:opacity .2s}.wi-logo:hover{opacity:1}.wi-logo svg{width:100%}.t3-sidebar .nav li a{text-transform:initial}.thumb-info .thumb-info-wrapper{min-height:250px}.teaser .jbprice-value-emptytext{font-size:13px}.jbzoo-item-full .related-items .jbprice-value-emptytext,.related-items a{font-size:13px;text-align:center;display:block}.jbzoo-item-full .jbprice-value-emptytext{font-size:18px}#descr .table tbody>tr:nth-of-type(odd){background-color:#f9f9f9}#descr .table{border:0;border-bottom:1px solid #ddd}#descr .table td{border:0;border-top:1px solid #ddd}html body .tabs .nav-tabs li.active a{color:#5590a7}.productdetails .spacer-buy-area h1{font-size:23px}.product-short-description ul{padding-left:25px}#ga-fb,#ga-bot-fb{padding:0;margin:0;background:0}#ga-fb label{width:50%;display:block;float:left;text-align:left;color:#777}#ga-fb .wi-fb-line:nth-child(3){padding-right:20px}#ga-fb .wi-fb-line{width:50%;display:block;float:left}#ga-fb .wi-fb-line:nth-child(7){width:100%;float:none;clear:both}#ga-fb .wi-fb-line input,#ga-fb .wi-fb-line textarea{width:100%;border-radius:5px;border-color:#ccc;max-width:initial}#ga-fb .wi-fb-btn,#ga-bot-fb .wi-fb-btn{text-align:left;margin-top:0}#ga-fb .wi-fb-btn button,#ga-bot-fb .wi-fb-btn button{border-radius:6px;background:#83bfd6;width:initial;padding:10px 15px}#ga-fb .wi-fb-btn button:hover,#ga-bot-fb .wi-fb-btn button:hover{background:#58a2bf}#ga-bot-fb .wi-fb-line{width:60%;float:left}#ga-bot-fb .wi-fb-line input{width:100%;border-top-left-radius:5px;border-bottom-left-radius:5px}#ga-bot-fb .wi-fb-btn{width:30%;overflow:hidden}#ga-bot-fb .wi-fb-btn button{padding:9px 5px;border-top-left-radius:0;border-bottom-left-radius:0;font-size:11px}.productdetails .spacer-buy-area h1{text-transform:none}.product-short-description p{margin-bottom:5px}.product-short-description ul p{margin-left:-20px}.thumb-info .thumb-info-title{font-size: 14px;background: rgba(23, 23, 23, 0.5);text-transform: none}@media (max-width:600px) and (min-width:400px){
.jbzoo-item-teaser{
  width:50%;

}}

@media (max-width:400px){
.jbzoo-item-teaser{
  width:100%;

}}
/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only */

ul.zoo-category-list,
ul.zoo-category-list ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.zoo-category-list ul { padding: 0 0 0 15px; }

ul.zoo-category-list li > a { display: block; }/* cacheid:21ded0568b9d65a93f3ba16f7e9a99610 */
/* cacheid:cd36f7033a55ca07d22c3e8bfd3f76570 */
@charset "utf-8";

/* cache/jbzoo_assets/media_zoo_applications_jbuniversal_assets_less_general_less.css */
/* cacheid:1607ebb9388754ebf9640cf2b23f3f840 */
.jbzoo .clear,
.jbzoo .clr {
  *zoom: 1;
}
.jbzoo .clear:before,
.jbzoo .clr:before,
.jbzoo .clear:after,
.jbzoo .clr:after {
  display: table;
  content: "";
  line-height: 0;
}
.jbzoo .clear:after,
.jbzoo .clr:after {
  clear: both;
}
.jbzoo .clearfix {
  display: block;
}
.jbzoo .clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
* html .jbzoo .clearfix {
  height: 1%;
}
.jbzoo a:hover > img {
  opacity: 0.8;
  filter: alpha(opacity= 80 );
}
.jbzoo .no-border,
.jbzoo table.no-border,
.jbzoo table.no-border tr,
.jbzoo table.no-border td {
  border: none !important;
}
.jbzoo-divider {
  margin-bottom: 10px;
}
.jbzoo .align-left img,
.jbzoo .item-image.align-left,
.jbzoo .align-left > div {
  float: left;
  margin-right: 0.5em;
  margin-bottom: 1em;
}
.jbzoo .align-right img,
.jbzoo .item-image.align-right,
.jbzoo .align-right > div {
  float: right;
  margin-left: 0.5em;
  margin-bottom: 1em;
}
.jbzoo .align-center {
  text-align: center;
  width: 100%;
}
.jbzoo .align-none img,
.jbzoo .align-center img,
.jbzoo .align-none > div,
.jbzoo .align-center > div {
  float: none;
}
.jbzoo .width100 {
  margin: 0 0 0.95% 0;
}
.jbzoo .width50 {
  width: 49%;
  margin: 0 0.95% 0.95% 0;
  float: left;
}
.jbzoo .width50.last {
  margin-right: 0;
  *zoom: 1;
}
.jbzoo .width50.last:before,
.jbzoo .width50.last:after {
  display: table;
  content: "";
  line-height: 0;
}
.jbzoo .width50.last:after {
  clear: both;
}
.jbzoo .width33 {
  width: 32.35%;
  margin: 0 0.95% 0.95% 0;
  float: left;
}
.jbzoo .width33.last {
  margin-right: 0;
  *zoom: 1;
}
.jbzoo .width33.last:before,
.jbzoo .width33.last:after {
  display: table;
  content: "";
  line-height: 0;
}
.jbzoo .width33.last:after {
  clear: both;
}
.jbzoo .width25 {
  width: 24.025%;
  margin: 0 0.95% 0.95% 0;
  float: left;
}
.jbzoo .width25.last {
  margin-right: 0;
  *zoom: 1;
}
.jbzoo .width25.last:before,
.jbzoo .width25.last:after {
  display: table;
  content: "";
  line-height: 0;
}
.jbzoo .width25.last:after {
  clear: both;
}
.jbzoo .width20 {
  width: 19.03%;
  margin: 0 0.95% 0.95% 0;
  float: left;
}
.jbzoo .width20.last {
  margin-right: 0;
  *zoom: 1;
}
.jbzoo .width20.last:before,
.jbzoo .width20.last:after {
  display: table;
  content: "";
  line-height: 0;
}
.jbzoo .width20.last:after {
  clear: both;
}
.jbzoo .width16 {
  width: 15.7%;
  margin: 0 0.95% 0.95% 0;
  float: left;
}
.jbzoo .width16.last {
  margin-right: 0;
  *zoom: 1;
}
.jbzoo .width16.last:before,
.jbzoo .width16.last:after {
  display: table;
  content: "";
  line-height: 0;
}
.jbzoo .width16.last:after {
  clear: both;
}
.jbzoo .width14 {
  width: 13.3214%;
  margin: 0 0.95% 0.95% 0;
  float: left;
}
.jbzoo .width14.last {
  margin-right: 0;
  *zoom: 1;
}
.jbzoo .width14.last:before,
.jbzoo .width14.last:after {
  display: table;
  content: "";
  line-height: 0;
}
.jbzoo .width14.last:after {
  clear: both;
}
.jbzoo .width12 {
  width: 11.5375%;
  margin: 0 0.95% 0.95% 0;
  float: left;
}
.jbzoo .width12.last {
  margin-right: 0;
  *zoom: 1;
}
.jbzoo .width12.last:before,
.jbzoo .width12.last:after {
  display: table;
  content: "";
  line-height: 0;
}
.jbzoo .width12.last:after {
  clear: both;
}
.sweet-alert fieldset {
  margin: 0;
}
.jbzoo.jbzoo-rborder .rborder,
.jbzoo .jbzoo-rborder .rborder {
  border: 1px solid #ccc;
  border-radius: 6px;
}
.jbzoo .jbzoo-item-teaser .item-title {
  margin-bottom: 1em;
}
.jbzoo .frontpage,
.jbzoo .category,
.jbzoo .subcategory,
.jbzoo .jbbox {
  padding: 1em;
  margin-bottom: 1em;
}
.jbzoo .subcategory-description {
  margin-bottom: 1em;
}
.jbzoo .items .jbzoo-item,
.jbzoo .item-full .jbzoo-item,
.jbzoo .commentslist .comments {
  margin: 1em;
}
.jbzoo .item-full {
  margin-bottom: 1em;
  background: none;
}
.jbzoo .item-body {
  margin-bottom: 1em;
  padding: 6px;
}
.jbzoo .jbzoo-item {
  margin: 0 0 1em 0;
  padding: 0;
}
.jbzoo .jbzoo-item .title {
  margin-bottom: 1em;
}
.jbzoo .category .description-teaser {
  font-weight: bold;
}
.jbzoo .jbtooltip {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAACgklEQVR4XnVTfUgTYRx+77ztnNCHo6yk2pp9gTQpNah/rP6JzCImFUL0IRNSwWq0TaSZNBGLGH7MtJhBEESZf4TLXNhfEcgMqUAYyvzYdDVT5sdmt7vbvb3vaXJb84Hnnnt/9z6/33MvvASEELiGF8E/tL38mo7kBmIu4mFEEvHbKh2VV/JmgQSkdNH6wl0np0hfbvb2hsKCrEvXdNoD13Xa/WdP7C0+eiizjpaljKM9ViAFTtD7Yx6cMfQ9LrcNLHe5ZwX7pyCs7wlA0xs/NCJa0XtLfxC+dc8JVa2Dy2ivDXswKYDQ5PhiyVIpK/LzNIrPI2HAxSAYnBgDUuSrNWD0J0HkaFUKKAg3kSdSVXrcAk5VvMssvNO7ZHdNC2XPvVDf6YVH7vfDROAa/obZ6goI5419S9gLCsq6LeanQ1G9YxRe7RgRiYFVupbWSp+NQlPHUBR7KZ7jT8fkCioc5tfiltg9IBlYLrai+LExDXvPUTzLH5xjAMmysaSmbkO2qMW24bh6MJxCIq8GdeG43yEGQoIgEs3O6hxRixq//5+G5QHyAhzD+yeynEHIUwmwDqJJ0kGWFZB3Cv+Ciw/N58P0rfJEo/qWU1TVhm0gEcTCAo+8/ThBZ2gqYFKkbZYRJBmXYqK5SNRj5oGE8RBEfH4WeR2U52NlYN/J5qbY+Nhdevee1PVOXwrGP8mwi5EnxmqdR7xM7R984FFDl02m3FJO71LTYpJkEATATPsYbnam3VRz0YBLYoO295MA42H9ayspk92mMnbIqU1KiqRpcuXAogK/EOK5mV+cwEZbzPcu1+D6WgO7c2JtSOODVzuR6BEvIGpWy3hCD6KjurYk7pL8BWI7bXXOC5U7AAAAAElFTkSuQmCC") no-repeat 50% 50%;
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-left: 12px;
}
.jbzoo .jbcartvalue {
  white-space: nowrap;
}
.jbzoo .jbcurrency-value {
  font-size: 1.2em;
}
.jbzoo .jbcurrency-symbol {
  opacity: 0.7;
  filter: alpha(opacity= 70 );
  font-size: 0.9em;
}
.jbzoo .required-dot {
  color: #f00;
  font-weight: bold;
  font-size: 16px;
}
.jbzoo .creation-form .element.required strong:after {
  content: "";
}
.jbzoo .jbbutton {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  touch-action: manipulation;
  overflow: visible;
  text-align: center;
  white-space: nowrap;
  text-transform: none;
  cursor: pointer;
  display: inline-block;
  text-decoration: none !important;
  outline: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box !important;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-perspective: 1000;
  perspective: 1000;
  -webkit-transition: all 100ms ease;
  transition: all 100ms ease;
  color: #555555 !important;
  border: solid 1px #d8d8d8;
  background-color: #eaeaea;
  background-image: -moz-linear-gradient(top, #ffffff, #cccccc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#cccccc));
  background-image: -webkit-linear-gradient(top, #ffffff, #cccccc);
  background-image: -o-linear-gradient(top, #ffffff, #cccccc);
  background-image: linear-gradient(to bottom, #ffffff, #cccccc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcccccc', GradientType=0);
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: 17.5px;
  min-height: 28px;
  min-width: 84px;
  max-width: 280px;
  width: auto;
  padding: 7px 10.5px;
  margin-bottom: 7px;
  margin-right: 7px;
  border-radius: 4px;
}
.jbzoo .jbbutton:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.jbzoo .jbbutton[disabled],
.jbzoo .jbbutton.disabled,
.jbzoo .jbbutton.jbloading,
fieldset[disabled] .jbzoo .jbbutton {
  opacity: 0.5;
  filter: alpha(opacity= 50 );
  cursor: not-allowed;
  pointer-events: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.jbzoo .jbbutton[disabled]:hover,
.jbzoo .jbbutton.disabled:hover,
.jbzoo .jbbutton.jbloading:hover,
fieldset[disabled] .jbzoo .jbbutton:hover {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.jbzoo .jbbutton.jbloading:after {
  opacity: 0.5;
  filter: alpha(opacity= 50 );
  content: '';
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 100%;
  background: url("data:image/gif;base64,R0lGODlhEAAQAPQAAP///5aWlvj4+M7OzvHx8bKyssfHx5aWlrq6uqSkpNzc3OPj456entXV1ZeXl6ysrMDAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCgAAACwAAAAAEAAQAAAFdyAgAgIJIeWoAkRCCMdBkKtIHIngyMKsErPBYbADpkSCwhDmQCBethRB6Vj4kFCkQPG4IlWDgrNRIwnO4UKBXDufzQvDMaoSDBgFb886MiQadgNABAokfCwzBA8LCg0Egl8jAggGAA1kBIA1BAYzlyILczULC2UhACH5BAkKAAAALAAAAAAQABAAAAV2ICACAmlAZTmOREEIyUEQjLKKxPHADhEvqxlgcGgkGI1DYSVAIAWMx+lwSKkICJ0QsHi9RgKBwnVTiRQQgwF4I4UFDQQEwi6/3YSGWRRmjhEETAJfIgMFCnAKM0KDV4EEEAQLiF18TAYNXDaSe3x6mjidN1s3IQAh+QQJCgAAACwAAAAAEAAQAAAFeCAgAgLZDGU5jgRECEUiCI+yioSDwDJyLKsXoHFQxBSHAoAAFBhqtMJg8DgQBgfrEsJAEAg4YhZIEiwgKtHiMBgtpg3wbUZXGO7kOb1MUKRFMysCChAoggJCIg0GC2aNe4gqQldfL4l/Ag1AXySJgn5LcoE3QXI3IQAh+QQJCgAAACwAAAAAEAAQAAAFdiAgAgLZNGU5joQhCEjxIssqEo8bC9BRjy9Ag7GILQ4QEoE0gBAEBcOpcBA0DoxSK/e8LRIHn+i1cK0IyKdg0VAoljYIg+GgnRrwVS/8IAkICyosBIQpBAMoKy9dImxPhS+GKkFrkX+TigtLlIyKXUF+NjagNiEAIfkECQoAAAAsAAAAABAAEAAABWwgIAICaRhlOY4EIgjH8R7LKhKHGwsMvb4AAy3WODBIBBKCsYA9TjuhDNDKEVSERezQEL0WrhXucRUQGuik7bFlngzqVW9LMl9XWvLdjFaJtDFqZ1cEZUB0dUgvL3dgP4WJZn4jkomWNpSTIyEAIfkECQoAAAAsAAAAABAAEAAABX4gIAICuSxlOY6CIgiD8RrEKgqGOwxwUrMlAoSwIzAGpJpgoSDAGifDY5kopBYDlEpAQBwevxfBtRIUGi8xwWkDNBCIwmC9Vq0aiQQDQuK+VgQPDXV9hCJjBwcFYU5pLwwHXQcMKSmNLQcIAExlbH8JBwttaX0ABAcNbWVbKyEAIfkECQoAAAAsAAAAABAAEAAABXkgIAICSRBlOY7CIghN8zbEKsKoIjdFzZaEgUBHKChMJtRwcWpAWoWnifm6ESAMhO8lQK0EEAV3rFopIBCEcGwDKAqPh4HUrY4ICHH1dSoTFgcHUiZjBhAJB2AHDykpKAwHAwdzf19KkASIPl9cDgcnDkdtNwiMJCshACH5BAkKAAAALAAAAAAQABAAAAV3ICACAkkQZTmOAiosiyAoxCq+KPxCNVsSMRgBsiClWrLTSWFoIQZHl6pleBh6suxKMIhlvzbAwkBWfFWrBQTxNLq2RG2yhSUkDs2b63AYDAoJXAcFRwADeAkJDX0AQCsEfAQMDAIPBz0rCgcxky0JRWE1AmwpKyEAIfkECQoAAAAsAAAAABAAEAAABXkgIAICKZzkqJ4nQZxLqZKv4NqNLKK2/Q4Ek4lFXChsg5ypJjs1II3gEDUSRInEGYAw6B6zM4JhrDAtEosVkLUtHA7RHaHAGJQEjsODcEg0FBAFVgkQJQ1pAwcDDw8KcFtSInwJAowCCA6RIwqZAgkPNgVpWndjdyohACH5BAkKAAAALAAAAAAQABAAAAV5ICACAimc5KieLEuUKvm2xAKLqDCfC2GaO9eL0LABWTiBYmA06W6kHgvCqEJiAIJiu3gcvgUsscHUERm+kaCxyxa+zRPk0SgJEgfIvbAdIAQLCAYlCj4DBw0IBQsMCjIqBAcPAooCBg9pKgsJLwUFOhCZKyQDA3YqIQAh+QQJCgAAACwAAAAAEAAQAAAFdSAgAgIpnOSonmxbqiThCrJKEHFbo8JxDDOZYFFb+A41E4H4OhkOipXwBElYITDAckFEOBgMQ3arkMkUBdxIUGZpEb7kaQBRlASPg0FQQHAbEEMGDSVEAA1QBhAED1E0NgwFAooCDWljaQIQCE5qMHcNhCkjIQAh+QQJCgAAACwAAAAAEAAQAAAFeSAgAgIpnOSoLgxxvqgKLEcCC65KEAByKK8cSpA4DAiHQ/DkKhGKh4ZCtCyZGo6F6iYYPAqFgYy02xkSaLEMV34tELyRYNEsCQyHlvWkGCzsPgMCEAY7Cg04Uk48LAsDhRA8MVQPEF0GAgqYYwSRlycNcWskCkApIyEAOwAAAAAAAAAAAA==") no-repeat center;
  top: 50%;
  left: 0;
}
.jbzoo .jbbutton::-moz-selection {
  color: #555555;
  background-color: transparent;
}
.jbzoo .jbbutton::selection {
  color: #555555;
  background-color: transparent;
}
.jbzoo .jbbutton:hover,
.jbzoo .jbbutton:focus {
  background-color: #f4f4f4;
  background-image: -moz-linear-gradient(top, #ffffff, #e5e5e5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e5e5e5));
  background-image: -webkit-linear-gradient(top, #ffffff, #e5e5e5);
  background-image: -o-linear-gradient(top, #ffffff, #e5e5e5);
  background-image: linear-gradient(to bottom, #ffffff, #e5e5e5);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe5e5e5', GradientType=0);
}
.jbzoo .jbbutton:hover {
  -webkit-transform: translateY(2px);
  -ms-transform: translateY(2px);
  transform: translateY(2px);
}
.jbzoo .jbbutton:active {
  background-color: #dbdbdb;
  background-image: -moz-linear-gradient(top, #cccccc, #f2f2f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#cccccc), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, #cccccc, #f2f2f2);
  background-image: -o-linear-gradient(top, #cccccc, #f2f2f2);
  background-image: linear-gradient(to bottom, #cccccc, #f2f2f2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcccccc', endColorstr='#fff2f2f2', GradientType=0);
}
.jbzoo .jbbutton.disabled,
.jbzoo .jbbutton[disabled],
.jbzoo .jbbutton.jbloading,
fieldset[disabled] .jbzoo .jbbutton {
  background: #e5e5e5;
}
.jbzoo .jbbutton.jbloading:after {
  margin-top: -14px;
}
.jbzoo .jbbutton.round {
  border-radius: 100%;
  width: 21px;
  height: 21px;
  min-width: 21px;
  min-height: 21px;
  line-height: 19px;
  padding: 0;
  margin: 0;
}
.jbzoo .jbbutton.green {
  color: #ffffff !important;
  border: solid 1px #5ea22f;
  background-color: #70b442;
  background-image: -moz-linear-gradient(top, #84cc52, #538f29);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#84cc52), to(#538f29));
  background-image: -webkit-linear-gradient(top, #84cc52, #538f29);
  background-image: -o-linear-gradient(top, #84cc52, #538f29);
  background-image: linear-gradient(to bottom, #84cc52, #538f29);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff84cc52', endColorstr='#ff538f29', GradientType=0);
}
.jbzoo .jbbutton.green::-moz-selection {
  color: #ffffff;
  background-color: transparent;
}
.jbzoo .jbbutton.green::selection {
  color: #ffffff;
  background-color: transparent;
}
.jbzoo .jbbutton.green:hover,
.jbzoo .jbbutton.green:focus {
  background-color: #7ac346;
  background-image: -moz-linear-gradient(top, #84cc52, #6ab635);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#84cc52), to(#6ab635));
  background-image: -webkit-linear-gradient(top, #84cc52, #6ab635);
  background-image: -o-linear-gradient(top, #84cc52, #6ab635);
  background-image: linear-gradient(to bottom, #84cc52, #6ab635);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff84cc52', endColorstr='#ff6ab635', GradientType=0);
}
.jbzoo .jbbutton.green:hover {
  -webkit-transform: translateY(2px);
  -ms-transform: translateY(2px);
  transform: translateY(2px);
}
.jbzoo .jbbutton.green:active {
  background-color: #61a532;
  background-image: -moz-linear-gradient(top, #538f29, #76c73e);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#538f29), to(#76c73e));
  background-image: -webkit-linear-gradient(top, #538f29, #76c73e);
  background-image: -o-linear-gradient(top, #538f29, #76c73e);
  background-image: linear-gradient(to bottom, #538f29, #76c73e);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff538f29', endColorstr='#ff76c73e', GradientType=0);
}
.jbzoo .jbbutton.green.disabled,
.jbzoo .jbbutton.green[disabled],
.jbzoo .jbbutton.green.jbloading,
fieldset[disabled] .jbzoo .jbbutton.green {
  background: #6ab635;
}
.jbzoo .jbbutton.orange {
  color: #ffffff !important;
  border: solid 1px #f86a15;
  background-color: #f5813c;
  background-image: -moz-linear-gradient(top, #fa9a60, #ed5d07);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fa9a60), to(#ed5d07));
  background-image: -webkit-linear-gradient(top, #fa9a60, #ed5d07);
  background-image: -o-linear-gradient(top, #fa9a60, #ed5d07);
  background-image: linear-gradient(to bottom, #fa9a60, #ed5d07);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffa9a60', endColorstr='#ffed5d07', GradientType=0);
}
.jbzoo .jbbutton.orange::-moz-selection {
  color: #ffffff;
  background-color: transparent;
}
.jbzoo .jbbutton.orange::selection {
  color: #ffffff;
  background-color: transparent;
}
.jbzoo .jbbutton.orange:hover,
.jbzoo .jbbutton.orange:focus {
  background-color: #fa8d4c;
  background-image: -moz-linear-gradient(top, #fa9a60, #f97a2e);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fa9a60), to(#f97a2e));
  background-image: -webkit-linear-gradient(top, #fa9a60, #f97a2e);
  background-image: -o-linear-gradient(top, #fa9a60, #f97a2e);
  background-image: linear-gradient(to bottom, #fa9a60, #f97a2e);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffa9a60', endColorstr='#fff97a2e', GradientType=0);
}
.jbzoo .jbbutton.orange:hover {
  -webkit-transform: translateY(2px);
  -ms-transform: translateY(2px);
  transform: translateY(2px);
}
.jbzoo .jbbutton.orange:active {
  background-color: #f26f20;
  background-image: -moz-linear-gradient(top, #ed5d07, #fa8a47);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ed5d07), to(#fa8a47));
  background-image: -webkit-linear-gradient(top, #ed5d07, #fa8a47);
  background-image: -o-linear-gradient(top, #ed5d07, #fa8a47);
  background-image: linear-gradient(to bottom, #ed5d07, #fa8a47);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffed5d07', endColorstr='#fffa8a47', GradientType=0);
}
.jbzoo .jbbutton.orange.disabled,
.jbzoo .jbbutton.orange[disabled],
.jbzoo .jbbutton.orange.jbloading,
fieldset[disabled] .jbzoo .jbbutton.orange {
  background: #f97a2e;
}
.jbzoo .jbbutton.yellow {
  color: #444444 !important;
  border: solid 1px #f7c902;
  background-color: #f1cb2c;
  background-image: -moz-linear-gradient(top, #fddb49, #deb402);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fddb49), to(#deb402));
  background-image: -webkit-linear-gradient(top, #fddb49, #deb402);
  background-image: -o-linear-gradient(top, #fddb49, #deb402);
  background-image: linear-gradient(to bottom, #fddb49, #deb402);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffddb49', endColorstr='#ffdeb402', GradientType=0);
}
.jbzoo .jbbutton.yellow::-moz-selection {
  color: #444444;
  background-color: transparent;
}
.jbzoo .jbbutton.yellow::selection {
  color: #444444;
  background-color: transparent;
}
.jbzoo .jbbutton.yellow:hover,
.jbzoo .jbbutton.yellow:focus {
  background-color: #fdd734;
  background-image: -moz-linear-gradient(top, #fddb49, #fdd116);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fddb49), to(#fdd116));
  background-image: -webkit-linear-gradient(top, #fddb49, #fdd116);
  background-image: -o-linear-gradient(top, #fddb49, #fdd116);
  background-image: linear-gradient(to bottom, #fddb49, #fdd116);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffddb49', endColorstr='#fffdd116', GradientType=0);
}
.jbzoo .jbbutton.yellow:hover {
  -webkit-transform: translateY(2px);
  -ms-transform: translateY(2px);
  transform: translateY(2px);
}
.jbzoo .jbbutton.yellow:active {
  background-color: #ebc214;
  background-image: -moz-linear-gradient(top, #deb402, #fdd62f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#deb402), to(#fdd62f));
  background-image: -webkit-linear-gradient(top, #deb402, #fdd62f);
  background-image: -o-linear-gradient(top, #deb402, #fdd62f);
  background-image: linear-gradient(to bottom, #deb402, #fdd62f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdeb402', endColorstr='#fffdd62f', GradientType=0);
}
.jbzoo .jbbutton.yellow.disabled,
.jbzoo .jbbutton.yellow[disabled],
.jbzoo .jbbutton.yellow.jbloading,
fieldset[disabled] .jbzoo .jbbutton.yellow {
  background: #fdd116;
}
.jbzoo .jbbutton.big {
  font-size: 18px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: 22.5px;
  min-height: 36px;
  min-width: 108px;
  max-width: 360px;
  width: auto;
  padding: 9px 13.5px;
  margin-bottom: 9px;
  margin-right: 9px;
  border-radius: 4px;
}
.jbzoo .jbbutton.big.jbloading:after {
  margin-top: -18px;
}
.jbzoo .jbbutton.big.round {
  border-radius: 100%;
  width: 27px;
  height: 27px;
  min-width: 27px;
  min-height: 27px;
  line-height: 25px;
  padding: 0;
  margin: 0;
}
.jbzoo .jbbutton.small {
  text-transform: uppercase;
  font-size: 10px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: 12.5px;
  min-height: 20px;
  min-width: 60px;
  max-width: 200px;
  width: auto;
  padding: 5px 7.5px;
  margin-bottom: 5px;
  margin-right: 5px;
  border-radius: 4px;
}
.jbzoo .jbbutton.small.jbloading:after {
  margin-top: -10px;
}
.jbzoo .jbbutton.small.round {
  border-radius: 100%;
  width: 15px;
  height: 15px;
  min-width: 15px;
  min-height: 15px;
  line-height: 13px;
  padding: 0;
  margin: 0;
}
.jbzoo .jbbutton.micro {
  height: 18px;
  min-height: 18px;
  max-height: 18px;
  width: 18px;
  min-width: 18px;
  max-width: 18px;
  display: block;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  padding: 0;
  margin: 0;
}
.jbzoo .jbtable {
  width: 100%;
  margin-bottom: 20px;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1em;
}
.jbzoo .jbtable th {
  text-align: left;
}
.jbzoo .jbtable td {
  vertical-align: top;
  padding: 8px 8px;
  border-bottom: 1px solid #ddd;
}
.jbzoo .jbtable td.element-label {
  width: 30%;
  font-weight: bold;
}
.jbzoo .jbtable thead th {
  vertical-align: bottom;
}
.jbzoo .jbtable caption {
  text-align: left;
  color: #999;
}
.jbzoo .jbtable caption,
.jbzoo .jbtable tfoot {
  font-style: italic;
}
.jbzoo .jbtable tr:nth-of-type(odd),
.jbzoo .jbtable tr:nth-of-type(odd) td,
.jbzoo .jbtable tbody tr:nth-of-type(odd),
.jbzoo .jbtable tbody tr:nth-of-type(odd) td {
  background: #f5f6f7;
}
.jbzoo .jbtable tr:hover,
.jbzoo .jbtable tr:hover td,
.jbzoo .jbtable tbody tr:hover,
.jbzoo .jbtable tbody tr:hover td {
  background: #f0f0f0;
}
.jbzoo .jbtable tr:first-child td,
.jbzoo .jbtable tbody tr:first-child td {
  border-top: 1px solid #ddd;
}
* + .jbzoo .jbtable {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .jbzoo .title {
    font-size: 22px;
    text-align: center;
  }
  .jbzoo .order-title {
    text-align: center;
  }
  .jbzoo.jbmodal .jbprice-quantity .plus,
  .jbzoo.jbmodal .quantity-wrapper .plus,
  .jbzoo.jbmodal .jbprice-quantity .minus,
  .jbzoo.jbmodal .quantity-wrapper .minus {
    position: static !important;
  }
  .jbzoo.jbmodal .jbprice-quantity .plus .jbbutton,
  .jbzoo.jbmodal .quantity-wrapper .plus .jbbutton,
  .jbzoo.jbmodal .jbprice-quantity .minus .jbbutton,
  .jbzoo.jbmodal .quantity-wrapper .minus .jbbutton {
    position: static;
    width: inherit;
    height: 18px;
    max-height: inherit;
    line-height: inherit;
    font-size: inherit;
  }
  .sweet-alert h2 {
    margin-bottom: 0 !important;
    margin-top: 12px !important;
  }
}
@media (max-width: 767px) {
  .jbzoo .jbcart-table {
    width: 100%;
    display: block;
    border-collapse: collapse;
    padding: 0;
    margin-top: 0;
  }
  .jbzoo .jbcart-table thead,
  .jbzoo .jbcart-table tbody,
  .jbzoo .jbcart-table th,
  .jbzoo .jbcart-table tr,
  .jbzoo .jbcart-table td {
    display: block;
  }
  .jbzoo .jbcart-table thead {
    display: none;
  }
  .jbzoo .jbcart-table tbody .jbcart-row {
    border: 1px solid #ececec;
    padding: 10px 20px 10px 0;
  }
  .jbzoo .jbcart-table tbody .jbcart-row:hover td {
    background: inherit;
  }
  .jbzoo .jbcart-table tbody .jbcart-row:nth-of-type(odd) {
    background: #eeeeee;
    border-top-color: #f9f9f9;
  }
  .jbzoo .jbcart-table tbody .jbcart-row > td {
    overflow: hidden;
    position: relative;
    padding-left: 48%;
    text-align: left;
  }
  .jbzoo .jbcart-table tbody .jbcart-row > td:before {
    position: absolute;
    top: 6px;
    left: 6px;
    width: 34%;
    padding-right: 10px;
    white-space: nowrap;
    text-align: right;
    font-weight: bold;
  }
  .jbzoo .jbcart-table tbody .jbcart-row .jbcart-image {
    padding-left: 0;
    text-align: center;
  }
  .jbzoo .jbcart-table tbody .jbcart-row .jbcart-delete {
    padding-left: 20px;
    text-align: center;
  }
  .jbzoo .jbcart-table tfoot {
    display: block;
    width: 100%;
  }
  .jbzoo .jbcart-table tfoot td {
    width: 100%;
    text-align: center;
    padding: 16px 0;
  }
  .jbzoo .jbcart-table tfoot .jbcurrency-value {
    font-size: 24px;
  }
  .jbzoo .jbcart-table .input-code {
    font-size: 24px;
    line-height: 150%;
    height: auto;
  }
  .jbzoo .jbcart-table .jsSendCode,
  .jbzoo .jbcart-table .item-delete-all {
    display: block;
    width: 50%;
    font-size: 22px;
    margin: 10px auto;
    padding: 8px 4px;
    text-align: center;
  }
  .jbzoo .jbcart-table .jbcart-row-empty {
    display: none;
  }
  .jbzoo .jbcart-table .jbcart-quantity .quantity-wrapper {
    float: left;
    margin-left: -16px;
  }
  .jbzoo .jbcart-table .jbcart-quantity td {
    display: table-cell;
  }
  .jbzoo .jbcart-table .jbcart-quantity tr {
    display: table-row;
  }
  .jbzoo .jbcart-table .jbcart-quantity tbody {
    display: table-row-group;
  }
  .jbzoo .jbcart-table .jbcart-price .jbcartvalue,
  .jbzoo .jbcart-table .jbcart-subtotal .jbcartvalue {
    font-size: 16px;
  }
  .jbzoo .jbcart-table .jbcart-delete a {
    font-size: 24px;
    padding: 8px 28%;
    border-radius: 4px;
  }
  .jbzoo .jbcart-form .jbcart-form-label {
    width: 100%;
    font-size: 16px;
    margin: 0 0 10px 0;
  }
  .jbzoo .jbcart-form .jbcart-form-control {
    float: none;
    width: 100%;
    margin: 0;
  }
  .jbzoo .jbcart-form .jbcart-form-control select,
  .jbzoo .jbcart-form .jbcart-form-control textarea,
  .jbzoo .jbcart-form .jbcart-form-control input[type=text],
  .jbzoo .jbcart-form .jbcart-form-control input[type=number],
  .jbzoo .jbcart-form .jbcart-form-control input[type=password] {
    width: 100%;
  }
  .jbzoo .jbcart-form .jbcart-form-desc {
    float: none;
    width: 100%;
    margin: 0;
  }
  .jbzoo .jbcart .jbcart-shipping .jbcart-shipping-col,
  .jbzoo .jbcart .jbcart-shipping .jbcart-shippingfield-col {
    margin: 0;
    border-right: 0;
    width: 100%;
    float: none;
  }
  .jbzoo .jbcart .jbcart-shipping .jbcart-shipping-row {
    width: 100%;
  }
  .jbzoo .jbcart .jbcart-shipping .jbcart-shippingfield-row label {
    font-size: 20px;
  }
  .jbzoo .jbcart .jbcart-shipping .jbcart-shippingfield-row input,
  .jbzoo .jbcart .jbcart-shipping .jbcart-shippingfield-row textarea {
    width: 100%;
  }
  .jbzoo .jbcart .jbcart-shipping .jbcart-shippingfield-row textarea {
    max-width: 100%;
  }
  .jbzoo .jbcart .jbcart-shipping .jbcart-shippingfield-row .jbcart-shippingfield-element {
    margin-top: 10px;
  }
  .jbzoo .jbcart .jbcart-title {
    font-size: 24px;
  }
  .jbzoo .jbcart .jbform-actions {
    display: none;
  }
  .jbzoo .jbcart .jbcart-mobile-tools {
    display: block;
  }
  .jbzoo .jbcart .jbcart-mobile-tools .jbform-actions {
    display: block;
  }
  .jbzoo .jbcart-row {
    border-color: #ccc;
  }
  .jbzoo .jbcart-row .jbcart-item-image {
    min-width: 30%;
  }
  .jbzoo .jbcart-form-date .zoo-calendar {
    top: 2.65em !important;
    right: 0.8em !important;
  }
  .jbzoo .jbcart-form-date input.calendar-element {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .jbzoo .jbclientarea-order-table,
  .jbzoo .jbclientarea-orderlist {
    display: block;
  }
  .jbzoo .jbclientarea-order-table thead,
  .jbzoo .jbclientarea-orderlist thead,
  .jbzoo .jbclientarea-order-table tbody,
  .jbzoo .jbclientarea-orderlist tbody,
  .jbzoo .jbclientarea-order-table th,
  .jbzoo .jbclientarea-orderlist th,
  .jbzoo .jbclientarea-order-table tr,
  .jbzoo .jbclientarea-orderlist tr,
  .jbzoo .jbclientarea-order-table td,
  .jbzoo .jbclientarea-orderlist td {
    display: block;
  }
  .jbzoo .jbclientarea-order-table thead,
  .jbzoo .jbclientarea-orderlist thead {
    display: none;
  }
  .jbzoo .jbclientarea-order-table .jbclientarea-item,
  .jbzoo .jbclientarea-orderlist .jbclientarea-item,
  .jbzoo .jbclientarea-order-table .jbclientarea-order,
  .jbzoo .jbclientarea-orderlist .jbclientarea-order {
    overflow: hidden;
    border: 1px solid #ddd;
    margin-bottom: 10px;
    border-radius: 4px;
  }
  .jbzoo .jbclientarea-order-table .jbclientarea-item td,
  .jbzoo .jbclientarea-orderlist .jbclientarea-item td,
  .jbzoo .jbclientarea-order-table .jbclientarea-order td,
  .jbzoo .jbclientarea-orderlist .jbclientarea-order td {
    overflow: hidden;
    position: relative;
    padding-left: 48%;
    text-align: left;
    border-bottom: none;
  }
  .jbzoo .jbclientarea-order-table .jbclientarea-item td:before,
  .jbzoo .jbclientarea-orderlist .jbclientarea-item td:before,
  .jbzoo .jbclientarea-order-table .jbclientarea-order td:before,
  .jbzoo .jbclientarea-orderlist .jbclientarea-order td:before {
    position: absolute;
    top: 6px;
    left: 6px;
    width: 34%;
    padding-right: 10px;
    white-space: nowrap;
    text-align: right;
    font-weight: bold;
  }
  .jbzoo .jbclientarea-order-table .jbclientarea-item .jbclientarea-item-image,
  .jbzoo .jbclientarea-orderlist .jbclientarea-item .jbclientarea-item-image,
  .jbzoo .jbclientarea-order-table .jbclientarea-order .jbclientarea-item-image,
  .jbzoo .jbclientarea-orderlist .jbclientarea-order .jbclientarea-item-image {
    padding: 10px 0;
    text-align: center;
  }
  .jbzoo .jbclientarea-order-table .jbclientarea-emptycell,
  .jbzoo .jbclientarea-orderlist .jbclientarea-emptycell {
    display: none;
  }
  .jbzoo .jbclientarea-orderlist .jbclientarea-order .jbclientarea-name {
    padding: 0;
    text-align: center;
    font-size: 20px;
  }
  .jbzoo .jbclientarea-orderlist .jbclientarea-order .jbclientarea-name p {
    margin: 14px 0;
  }
  .jbzoo .jbclientarea-modifier,
  .jbzoo .jbclientarea-shipping,
  .jbzoo .jbclientarea-total {
    overflow: hidden;
  }
  .jbzoo .jbclientarea-modifier td,
  .jbzoo .jbclientarea-shipping td,
  .jbzoo .jbclientarea-total td {
    border-bottom: none;
  }
  .jbzoo .jbclientarea-modifier .jbclientarea-label,
  .jbzoo .jbclientarea-shipping .jbclientarea-label,
  .jbzoo .jbclientarea-total .jbclientarea-label {
    float: left;
  }
  .jbzoo .jbclientarea-modifier .jbclientarea-value,
  .jbzoo .jbclientarea-shipping .jbclientarea-value,
  .jbzoo .jbclientarea-total .jbclientarea-value {
    float: right;
  }
  .jbzoo .jbclientarea-page-desc {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .jbzoo .jbprice-quantity {
    margin-left: -10px;
  }
  .jbzoo .quantity-wrapper {
    margin-left: -6px;
  }
  .jbzoo .quantity-wrapper table {
    display: table;
  }
  .jbzoo .quantity-wrapper tr {
    display: table-row;
  }
  .jbzoo .quantity-wrapper td {
    display: table-cell;
  }
  .jbzoo .quantity-wrapper .input-quantity,
  .jbzoo .quantity-wrapper .item-count-wrapper,
  .jbzoo .quantity-wrapper .item-count-digits,
  .jbzoo .quantity-wrapper .item-count {
    width: 34px !important;
    min-width: 34px;
  }
  .jbzoo .quantity-wrapper .item-count-digits {
    left: -13px;
  }
  .jbzoo .quantity-wrapper .item-count-wrapper {
    margin-left: 60px !important;
  }
  .jbzoo .quantity-wrapper .plus,
  .jbzoo .quantity-wrapper .minus {
    position: relative;
  }
  .jbzoo .quantity-wrapper .plus .jbbutton,
  .jbzoo .quantity-wrapper .minus .jbbutton {
    position: absolute;
    top: 0;
    width: 40px;
    max-width: 40px;
    height: 40px;
    max-height: 40px;
    line-height: 40px;
    font-size: 30px;
    left: -5px;
  }
  .jbzoo .quantity-wrapper .plus {
    left: 10px;
  }
  .jbzoo .quantity-wrapper .minus .jbbutton {
    left: -80px;
  }
}

/* cache/jbzoo_assets/media_zoo_applications_jbuniversal_templates_catalog_assets_less_catalog_styles_less.css */
/* cacheid:c52e5e111c24458506f61b88a36546730 */
.jbzoo .jbbutton {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  touch-action: manipulation;
  overflow: visible;
  text-align: center;
  white-space: nowrap;
  text-transform: none;
  cursor: pointer;
  display: inline-block;
  text-decoration: none !important;
  outline: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box !important;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-perspective: 1000;
  perspective: 1000;
  -webkit-transition: all 100ms ease;
  transition: all 100ms ease;
  color: #555555 !important;
  border: solid 1px #d8d8d8;
  background-color: #eaeaea;
  background-image: -moz-linear-gradient(top, #ffffff, #cccccc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#cccccc));
  background-image: -webkit-linear-gradient(top, #ffffff, #cccccc);
  background-image: -o-linear-gradient(top, #ffffff, #cccccc);
  background-image: linear-gradient(to bottom, #ffffff, #cccccc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcccccc', GradientType=0);
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: 17.5px;
  min-height: 28px;
  min-width: 84px;
  max-width: 280px;
  width: auto;
  padding: 7px 10.5px;
  margin-bottom: 7px;
  margin-right: 7px;
  border-radius: 4px;
}
.jbzoo .jbbutton:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.jbzoo .jbbutton[disabled],
.jbzoo .jbbutton.disabled,
.jbzoo .jbbutton.jbloading,
fieldset[disabled] .jbzoo .jbbutton {
  opacity: 0.5;
  filter: alpha(opacity= 50 );
  cursor: not-allowed;
  pointer-events: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.jbzoo .jbbutton[disabled]:hover,
.jbzoo .jbbutton.disabled:hover,
.jbzoo .jbbutton.jbloading:hover,
fieldset[disabled] .jbzoo .jbbutton:hover {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.jbzoo .jbbutton.jbloading:after {
  opacity: 0.5;
  filter: alpha(opacity= 50 );
  content: '';
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 100%;
  background: url("data:image/gif;base64,R0lGODlhEAAQAPQAAP///5aWlvj4+M7OzvHx8bKyssfHx5aWlrq6uqSkpNzc3OPj456entXV1ZeXl6ysrMDAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCgAAACwAAAAAEAAQAAAFdyAgAgIJIeWoAkRCCMdBkKtIHIngyMKsErPBYbADpkSCwhDmQCBethRB6Vj4kFCkQPG4IlWDgrNRIwnO4UKBXDufzQvDMaoSDBgFb886MiQadgNABAokfCwzBA8LCg0Egl8jAggGAA1kBIA1BAYzlyILczULC2UhACH5BAkKAAAALAAAAAAQABAAAAV2ICACAmlAZTmOREEIyUEQjLKKxPHADhEvqxlgcGgkGI1DYSVAIAWMx+lwSKkICJ0QsHi9RgKBwnVTiRQQgwF4I4UFDQQEwi6/3YSGWRRmjhEETAJfIgMFCnAKM0KDV4EEEAQLiF18TAYNXDaSe3x6mjidN1s3IQAh+QQJCgAAACwAAAAAEAAQAAAFeCAgAgLZDGU5jgRECEUiCI+yioSDwDJyLKsXoHFQxBSHAoAAFBhqtMJg8DgQBgfrEsJAEAg4YhZIEiwgKtHiMBgtpg3wbUZXGO7kOb1MUKRFMysCChAoggJCIg0GC2aNe4gqQldfL4l/Ag1AXySJgn5LcoE3QXI3IQAh+QQJCgAAACwAAAAAEAAQAAAFdiAgAgLZNGU5joQhCEjxIssqEo8bC9BRjy9Ag7GILQ4QEoE0gBAEBcOpcBA0DoxSK/e8LRIHn+i1cK0IyKdg0VAoljYIg+GgnRrwVS/8IAkICyosBIQpBAMoKy9dImxPhS+GKkFrkX+TigtLlIyKXUF+NjagNiEAIfkECQoAAAAsAAAAABAAEAAABWwgIAICaRhlOY4EIgjH8R7LKhKHGwsMvb4AAy3WODBIBBKCsYA9TjuhDNDKEVSERezQEL0WrhXucRUQGuik7bFlngzqVW9LMl9XWvLdjFaJtDFqZ1cEZUB0dUgvL3dgP4WJZn4jkomWNpSTIyEAIfkECQoAAAAsAAAAABAAEAAABX4gIAICuSxlOY6CIgiD8RrEKgqGOwxwUrMlAoSwIzAGpJpgoSDAGifDY5kopBYDlEpAQBwevxfBtRIUGi8xwWkDNBCIwmC9Vq0aiQQDQuK+VgQPDXV9hCJjBwcFYU5pLwwHXQcMKSmNLQcIAExlbH8JBwttaX0ABAcNbWVbKyEAIfkECQoAAAAsAAAAABAAEAAABXkgIAICSRBlOY7CIghN8zbEKsKoIjdFzZaEgUBHKChMJtRwcWpAWoWnifm6ESAMhO8lQK0EEAV3rFopIBCEcGwDKAqPh4HUrY4ICHH1dSoTFgcHUiZjBhAJB2AHDykpKAwHAwdzf19KkASIPl9cDgcnDkdtNwiMJCshACH5BAkKAAAALAAAAAAQABAAAAV3ICACAkkQZTmOAiosiyAoxCq+KPxCNVsSMRgBsiClWrLTSWFoIQZHl6pleBh6suxKMIhlvzbAwkBWfFWrBQTxNLq2RG2yhSUkDs2b63AYDAoJXAcFRwADeAkJDX0AQCsEfAQMDAIPBz0rCgcxky0JRWE1AmwpKyEAIfkECQoAAAAsAAAAABAAEAAABXkgIAICKZzkqJ4nQZxLqZKv4NqNLKK2/Q4Ek4lFXChsg5ypJjs1II3gEDUSRInEGYAw6B6zM4JhrDAtEosVkLUtHA7RHaHAGJQEjsODcEg0FBAFVgkQJQ1pAwcDDw8KcFtSInwJAowCCA6RIwqZAgkPNgVpWndjdyohACH5BAkKAAAALAAAAAAQABAAAAV5ICACAimc5KieLEuUKvm2xAKLqDCfC2GaO9eL0LABWTiBYmA06W6kHgvCqEJiAIJiu3gcvgUsscHUERm+kaCxyxa+zRPk0SgJEgfIvbAdIAQLCAYlCj4DBw0IBQsMCjIqBAcPAooCBg9pKgsJLwUFOhCZKyQDA3YqIQAh+QQJCgAAACwAAAAAEAAQAAAFdSAgAgIpnOSonmxbqiThCrJKEHFbo8JxDDOZYFFb+A41E4H4OhkOipXwBElYITDAckFEOBgMQ3arkMkUBdxIUGZpEb7kaQBRlASPg0FQQHAbEEMGDSVEAA1QBhAED1E0NgwFAooCDWljaQIQCE5qMHcNhCkjIQAh+QQJCgAAACwAAAAAEAAQAAAFeSAgAgIpnOSoLgxxvqgKLEcCC65KEAByKK8cSpA4DAiHQ/DkKhGKh4ZCtCyZGo6F6iYYPAqFgYy02xkSaLEMV34tELyRYNEsCQyHlvWkGCzsPgMCEAY7Cg04Uk48LAsDhRA8MVQPEF0GAgqYYwSRlycNcWskCkApIyEAOwAAAAAAAAAAAA==") no-repeat center;
  top: 50%;
  left: 0;
}
.jbzoo .jbbutton::-moz-selection {
  color: #555555;
  background-color: transparent;
}
.jbzoo .jbbutton::selection {
  color: #555555;
  background-color: transparent;
}
.jbzoo .jbbutton:hover,
.jbzoo .jbbutton:focus {
  background-color: #f4f4f4;
  background-image: -moz-linear-gradient(top, #ffffff, #e5e5e5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e5e5e5));
  background-image: -webkit-linear-gradient(top, #ffffff, #e5e5e5);
  background-image: -o-linear-gradient(top, #ffffff, #e5e5e5);
  background-image: linear-gradient(to bottom, #ffffff, #e5e5e5);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe5e5e5', GradientType=0);
}
.jbzoo .jbbutton:hover {
  -webkit-transform: translateY(2px);
  -ms-transform: translateY(2px);
  transform: translateY(2px);
}
.jbzoo .jbbutton:active {
  background-color: #dbdbdb;
  background-image: -moz-linear-gradient(top, #cccccc, #f2f2f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#cccccc), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, #cccccc, #f2f2f2);
  background-image: -o-linear-gradient(top, #cccccc, #f2f2f2);
  background-image: linear-gradient(to bottom, #cccccc, #f2f2f2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcccccc', endColorstr='#fff2f2f2', GradientType=0);
}
.jbzoo .jbbutton.disabled,
.jbzoo .jbbutton[disabled],
.jbzoo .jbbutton.jbloading,
fieldset[disabled] .jbzoo .jbbutton {
  background: #e5e5e5;
}
.jbzoo .jbbutton.jbloading:after {
  margin-top: -14px;
}
.jbzoo .jbbutton.round {
  border-radius: 100%;
  width: 21px;
  height: 21px;
  min-width: 21px;
  min-height: 21px;
  line-height: 19px;
  padding: 0;
  margin: 0;
}
.jbzoo .jbbutton.green {
  color: #ffffff !important;
  border: solid 1px #5ea22f;
  background-color: #70b442;
  background-image: -moz-linear-gradient(top, #84cc52, #538f29);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#84cc52), to(#538f29));
  background-image: -webkit-linear-gradient(top, #84cc52, #538f29);
  background-image: -o-linear-gradient(top, #84cc52, #538f29);
  background-image: linear-gradient(to bottom, #84cc52, #538f29);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff84cc52', endColorstr='#ff538f29', GradientType=0);
}
.jbzoo .jbbutton.green::-moz-selection {
  color: #ffffff;
  background-color: transparent;
}
.jbzoo .jbbutton.green::selection {
  color: #ffffff;
  background-color: transparent;
}
.jbzoo .jbbutton.green:hover,
.jbzoo .jbbutton.green:focus {
  background-color: #7ac346;
  background-image: -moz-linear-gradient(top, #84cc52, #6ab635);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#84cc52), to(#6ab635));
  background-image: -webkit-linear-gradient(top, #84cc52, #6ab635);
  background-image: -o-linear-gradient(top, #84cc52, #6ab635);
  background-image: linear-gradient(to bottom, #84cc52, #6ab635);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff84cc52', endColorstr='#ff6ab635', GradientType=0);
}
.jbzoo .jbbutton.green:hover {
  -webkit-transform: translateY(2px);
  -ms-transform: translateY(2px);
  transform: translateY(2px);
}
.jbzoo .jbbutton.green:active {
  background-color: #61a532;
  background-image: -moz-linear-gradient(top, #538f29, #76c73e);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#538f29), to(#76c73e));
  background-image: -webkit-linear-gradient(top, #538f29, #76c73e);
  background-image: -o-linear-gradient(top, #538f29, #76c73e);
  background-image: linear-gradient(to bottom, #538f29, #76c73e);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff538f29', endColorstr='#ff76c73e', GradientType=0);
}
.jbzoo .jbbutton.green.disabled,
.jbzoo .jbbutton.green[disabled],
.jbzoo .jbbutton.green.jbloading,
fieldset[disabled] .jbzoo .jbbutton.green {
  background: #6ab635;
}
.jbzoo .jbbutton.orange {
  color: #ffffff !important;
  border: solid 1px #f86a15;
  background-color: #f5813c;
  background-image: -moz-linear-gradient(top, #fa9a60, #ed5d07);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fa9a60), to(#ed5d07));
  background-image: -webkit-linear-gradient(top, #fa9a60, #ed5d07);
  background-image: -o-linear-gradient(top, #fa9a60, #ed5d07);
  background-image: linear-gradient(to bottom, #fa9a60, #ed5d07);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffa9a60', endColorstr='#ffed5d07', GradientType=0);
}
.jbzoo .jbbutton.orange::-moz-selection {
  color: #ffffff;
  background-color: transparent;
}
.jbzoo .jbbutton.orange::selection {
  color: #ffffff;
  background-color: transparent;
}
.jbzoo .jbbutton.orange:hover,
.jbzoo .jbbutton.orange:focus {
  background-color: #fa8d4c;
  background-image: -moz-linear-gradient(top, #fa9a60, #f97a2e);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fa9a60), to(#f97a2e));
  background-image: -webkit-linear-gradient(top, #fa9a60, #f97a2e);
  background-image: -o-linear-gradient(top, #fa9a60, #f97a2e);
  background-image: linear-gradient(to bottom, #fa9a60, #f97a2e);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffa9a60', endColorstr='#fff97a2e', GradientType=0);
}
.jbzoo .jbbutton.orange:hover {
  -webkit-transform: translateY(2px);
  -ms-transform: translateY(2px);
  transform: translateY(2px);
}
.jbzoo .jbbutton.orange:active {
  background-color: #f26f20;
  background-image: -moz-linear-gradient(top, #ed5d07, #fa8a47);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ed5d07), to(#fa8a47));
  background-image: -webkit-linear-gradient(top, #ed5d07, #fa8a47);
  background-image: -o-linear-gradient(top, #ed5d07, #fa8a47);
  background-image: linear-gradient(to bottom, #ed5d07, #fa8a47);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffed5d07', endColorstr='#fffa8a47', GradientType=0);
}
.jbzoo .jbbutton.orange.disabled,
.jbzoo .jbbutton.orange[disabled],
.jbzoo .jbbutton.orange.jbloading,
fieldset[disabled] .jbzoo .jbbutton.orange {
  background: #f97a2e;
}
.jbzoo .jbbutton.yellow {
  color: #444444 !important;
  border: solid 1px #f7c902;
  background-color: #f1cb2c;
  background-image: -moz-linear-gradient(top, #fddb49, #deb402);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fddb49), to(#deb402));
  background-image: -webkit-linear-gradient(top, #fddb49, #deb402);
  background-image: -o-linear-gradient(top, #fddb49, #deb402);
  background-image: linear-gradient(to bottom, #fddb49, #deb402);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffddb49', endColorstr='#ffdeb402', GradientType=0);
}
.jbzoo .jbbutton.yellow::-moz-selection {
  color: #444444;
  background-color: transparent;
}
.jbzoo .jbbutton.yellow::selection {
  color: #444444;
  background-color: transparent;
}
.jbzoo .jbbutton.yellow:hover,
.jbzoo .jbbutton.yellow:focus {
  background-color: #fdd734;
  background-image: -moz-linear-gradient(top, #fddb49, #fdd116);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fddb49), to(#fdd116));
  background-image: -webkit-linear-gradient(top, #fddb49, #fdd116);
  background-image: -o-linear-gradient(top, #fddb49, #fdd116);
  background-image: linear-gradient(to bottom, #fddb49, #fdd116);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffddb49', endColorstr='#fffdd116', GradientType=0);
}
.jbzoo .jbbutton.yellow:hover {
  -webkit-transform: translateY(2px);
  -ms-transform: translateY(2px);
  transform: translateY(2px);
}
.jbzoo .jbbutton.yellow:active {
  background-color: #ebc214;
  background-image: -moz-linear-gradient(top, #deb402, #fdd62f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#deb402), to(#fdd62f));
  background-image: -webkit-linear-gradient(top, #deb402, #fdd62f);
  background-image: -o-linear-gradient(top, #deb402, #fdd62f);
  background-image: linear-gradient(to bottom, #deb402, #fdd62f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdeb402', endColorstr='#fffdd62f', GradientType=0);
}
.jbzoo .jbbutton.yellow.disabled,
.jbzoo .jbbutton.yellow[disabled],
.jbzoo .jbbutton.yellow.jbloading,
fieldset[disabled] .jbzoo .jbbutton.yellow {
  background: #fdd116;
}
.jbzoo .jbbutton.big {
  font-size: 18px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: 22.5px;
  min-height: 36px;
  min-width: 108px;
  max-width: 360px;
  width: auto;
  padding: 9px 13.5px;
  margin-bottom: 9px;
  margin-right: 9px;
  border-radius: 4px;
}
.jbzoo .jbbutton.big.jbloading:after {
  margin-top: -18px;
}
.jbzoo .jbbutton.big.round {
  border-radius: 100%;
  width: 27px;
  height: 27px;
  min-width: 27px;
  min-height: 27px;
  line-height: 25px;
  padding: 0;
  margin: 0;
}
.jbzoo .jbbutton.small {
  text-transform: uppercase;
  font-size: 10px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: 12.5px;
  min-height: 20px;
  min-width: 60px;
  max-width: 200px;
  width: auto;
  padding: 5px 7.5px;
  margin-bottom: 5px;
  margin-right: 5px;
  border-radius: 4px;
}
.jbzoo .jbbutton.small.jbloading:after {
  margin-top: -10px;
}
.jbzoo .jbbutton.small.round {
  border-radius: 100%;
  width: 15px;
  height: 15px;
  min-width: 15px;
  min-height: 15px;
  line-height: 13px;
  padding: 0;
  margin: 0;
}
.jbzoo .jbbutton.micro {
  height: 18px;
  min-height: 18px;
  max-height: 18px;
  width: 18px;
  min-width: 18px;
  max-width: 18px;
  display: block;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  padding: 0;
  margin: 0;
}
.jbzoo .clear,
.jbzoo .clr {
  *zoom: 1;
}
.jbzoo .clear:before,
.jbzoo .clr:before,
.jbzoo .clear:after,
.jbzoo .clr:after {
  display: table;
  content: "";
  line-height: 0;
}
.jbzoo .clear:after,
.jbzoo .clr:after {
  clear: both;
}
.jbzoo .clearfix {
  display: block;
}
.jbzoo .clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
* html .jbzoo .clearfix {
  height: 1%;
}
.jbzoo a:hover > img {
  opacity: 0.8;
  filter: alpha(opacity= 80 );
}
.jbzoo .no-border,
.jbzoo table.no-border,
.jbzoo table.no-border tr,
.jbzoo table.no-border td {
  border: none !important;
}
.jbzoo-divider {
  margin-bottom: 10px;
}
.jbzoo .jb-box {
  padding: 18px 26px 18px 18px;
}
.jbzoo .jb-row {
  margin-bottom: 10px;
}
.jbzoo .jb-row.last {
  margin-bottom: 0;
}
.jbzoo .unstyled {
  margin: 0;
  padding: 0;
  list-style: none;
}
.jbzoo .jb-divider {
  margin: 10px 0;
}
.jbzoo .jb-divider-top {
  margin-top: 10px;
}
.jbzoo .jb-divider-bottom {
  margin-bottom: 10px;
}
.jbzoo .jb-divider-right {
  margin-right: 10px;
}
.jbzoo .jb-divider-left {
  margin-left: 10px;
}
.jbzoo .quantity-wrapper .item-count-wrapper:hover {
  border: 1px solid #F0ECEC;
}
.jbzoo .quantity-wrapper .input-quantity,
.jbzoo .quantity-wrapper .input-quantity:hover {
  border: none;
}
.jbzoo .quantity-wrapper td {
  background: transparent !important;
}
.jbzoo #comments .content textarea {
  height: 160px;
}
.jbzoo .items .item-title {
  margin-top: 0;
}
.jbzoo .items .item-buttons {
  margin-bottom: 0;
}
.jbzoo .items .item-buttons .jbcompare-buttons {
  float: left;
}
.jbzoo .items .item-buttons .jbfavorite-buttons {
  float: right;
}
.jbzoo-item .item-title {
  margin-top: 0;
}
.jbzoo-item .element-jbfavorite,
.jbzoo-item .element-jbcompare {
  float: left;
  margin-right: 10px;
}
.jbzoo-item .rating {
  margin-bottom: 10px;
}
.jbzoo .jbfavorite-wrapper .left-box {
  float: left;
  width: 33%;
}
.jbzoo .jbfavorite-wrapper .right-box {
  float: right;
  width: 66%;
}
.jbzoo .jbprice > div,
.jbzoo .jbprice-tmpl-full > div {
  margin-bottom: 8px;
}
.jbzoo .alphaindex {
  padding: 3px 10px;
  margin-bottom: 1em;
}
.jbzoo .alphaindex a,
.jbzoo .alphaindex span {
  padding: 5px;
}
.jbzoo .alphaindex a {
  font-weight: bold;
  text-decoration: none;
}
.jbzoo .alphaindex span {
  color: #c8c8c8;
  cursor: default;
}
.jbzoo #respond .author,
.jbzoo #respond .email,
.jbzoo #respond .url,
.jbzoo #respond .captcha,
.jbzoo #respond .content {
  margin-bottom: 1em !important;
  height: auto !important;
}
.jbzoo #comments-author,
.jbzoo #comments-email,
.jbzoo #comments-url,
.jbzoo #comments-email {
  width: 250px;
}
.jbzoo #comments textarea {
  width: 95%;
}
.jbzoo #comments li li {
  margin-left: 35px;
}
.jbzoo #comments .avatar {
  float: left;
  margin-right: 1em;
}
.jbzoo #comments .moderation {
  color: #a00;
}
.jbzoo #comments .comment {
  padding: 0.5em;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-bottom: 1em;
  background: #fbfbfb;
}
.jbzoo #comments .comment:hover {
  border-color: #333;
}
.jbzoo #comments li,
.jbzoo #comments ul {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
}
.jbzoo #comments .author,
.jbzoo #comments .meta {
  margin: 0 0.5em 0.5em 0;
  padding: 0;
  width: auto;
  height: 20px;
}
.jbzoo .jbinput textarea,
.jbzoo .jbinput select,
.jbzoo .jbinput input[type=text],
.jbzoo .jbinput input[type=password] {
  border: 1px solid #d2d2d2;
  border-radius: 3px;
  padding: 2px;
  color: #333;
  vertical-align: top;
  cursor: text;
  overflow: auto;
  min-width: 100px;
  height: auto;
  -webkit-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.04);
  box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.04);
}
.jbzoo .jbinput textarea:hover,
.jbzoo .jbinput select:hover,
.jbzoo .jbinput input[type=text]:hover,
.jbzoo .jbinput input[type=password]:hover {
  border-color: #aaa;
}
.jbzoo .jbinput textarea:focus,
.jbzoo .jbinput select:focus,
.jbzoo .jbinput input[type=text]:focus,
.jbzoo .jbinput input[type=password]:focus {
  outline: 0;
  color: #000;
  border-color: #52a8ec;
  background-color: #fff;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 0 0 8px rgba(82, 168, 236, 0.6);
}
.jbzoo .jbinput input[type=text],
.jbzoo .jbinput input[type=password] {
  height: 1.6em;
}
.jbzoo .jbinput select {
  cursor: pointer;
}
.jbzoo .jbinput textarea {
  resize: vertical;
  min-height: 100px;
  max-height: 100px;
}
.jbzoo .element-radio .label {
  margin-right: 1em;
}
.jbzoo .select-lbl,
.jbzoo .radio-lbl {
  display: block;
  cursor: pointer;
}
.jbzoo label[for] {
  cursor: pointer;
}
.jbzoo .jbform-actions {
  padding: 19px 20px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
}
.jbzoo .pagination {
  color: transparent;
  margin: 1em 0;
  clear: both;
}
.jbzoo .pagination span,
.jbzoo .pagination a {
  display: block;
  float: left;
  padding: 3px 6px;
  border: 1px solid #CCC;
  border-radius: 3px;
  margin-right: 6px;
  text-decoration: none !important;
  color: #333;
  line-height: 1em;
}
.jbzoo .pagination span {
  font-weight: bold;
  border: 1px solid #333;
}
.jbzoo .pagination a:hover {
  background: #222;
  color: white;
}
.jbzoo .rsslink {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABGdBTUEAALGOfPtRkwAAACBjSFJNAACHDwAAjA8AAP1SAACBQAAAfXkAAOmLAAA85QAAGcxzPIV3AAAKOWlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAEjHnZZ3VFTXFofPvXd6oc0wAlKG3rvAANJ7k15FYZgZYCgDDjM0sSGiAhFFRJoiSFDEgNFQJFZEsRAUVLAHJAgoMRhFVCxvRtaLrqy89/Ly++Osb+2z97n77L3PWhcAkqcvl5cGSwGQyhPwgzyc6RGRUXTsAIABHmCAKQBMVka6X7B7CBDJy82FniFyAl8EAfB6WLwCcNPQM4BOB/+fpFnpfIHomAARm7M5GSwRF4g4JUuQLrbPipgalyxmGCVmvihBEcuJOWGRDT77LLKjmNmpPLaIxTmns1PZYu4V8bZMIUfEiK+ICzO5nCwR3xKxRoowlSviN+LYVA4zAwAUSWwXcFiJIjYRMYkfEuQi4uUA4EgJX3HcVyzgZAvEl3JJS8/hcxMSBXQdli7d1NqaQffkZKVwBALDACYrmcln013SUtOZvBwAFu/8WTLi2tJFRbY0tba0NDQzMv2qUP91829K3NtFehn4uWcQrf+L7a/80hoAYMyJarPziy2uCoDOLQDI3fti0zgAgKSobx3Xv7oPTTwviQJBuo2xcVZWlhGXwzISF/QP/U+Hv6GvvmckPu6P8tBdOfFMYYqALq4bKy0lTcinZ6QzWRy64Z+H+B8H/nUeBkGceA6fwxNFhImmjMtLELWbx+YKuGk8Opf3n5r4D8P+pMW5FonS+BFQY4yA1HUqQH7tBygKESDR+8Vd/6NvvvgwIH554SqTi3P/7zf9Z8Gl4iWDm/A5ziUohM4S8jMX98TPEqABAUgCKpAHykAd6ABDYAasgC1wBG7AG/iDEBAJVgMWSASpgA+yQB7YBApBMdgJ9oBqUAcaQTNoBcdBJzgFzoNL4Bq4AW6D+2AUTIBnYBa8BgsQBGEhMkSB5CEVSBPSh8wgBmQPuUG+UBAUCcVCCRAPEkJ50GaoGCqDqqF6qBn6HjoJnYeuQIPQXWgMmoZ+h97BCEyCqbASrAUbwwzYCfaBQ+BVcAK8Bs6FC+AdcCXcAB+FO+Dz8DX4NjwKP4PnEIAQERqiihgiDMQF8UeikHiEj6xHipAKpAFpRbqRPuQmMorMIG9RGBQFRUcZomxRnqhQFAu1BrUeVYKqRh1GdaB6UTdRY6hZ1Ec0Ga2I1kfboL3QEegEdBa6EF2BbkK3oy+ib6Mn0K8xGAwNo42xwnhiIjFJmLWYEsw+TBvmHGYQM46Zw2Kx8lh9rB3WH8vECrCF2CrsUexZ7BB2AvsGR8Sp4Mxw7rgoHA+Xj6vAHcGdwQ3hJnELeCm8Jt4G749n43PwpfhGfDf+On4Cv0CQJmgT7AghhCTCJkIloZVwkfCA8JJIJKoRrYmBRC5xI7GSeIx4mThGfEuSIemRXEjRJCFpB+kQ6RzpLuklmUzWIjuSo8gC8g5yM/kC+RH5jQRFwkjCS4ItsUGiRqJDYkjiuSReUlPSSXK1ZK5kheQJyeuSM1J4KS0pFymm1HqpGqmTUiNSc9IUaVNpf+lU6RLpI9JXpKdksDJaMm4ybJkCmYMyF2TGKQhFneJCYVE2UxopFykTVAxVm+pFTaIWU7+jDlBnZWVkl8mGyWbL1sielh2lITQtmhcthVZKO04bpr1borTEaQlnyfYlrUuGlszLLZVzlOPIFcm1yd2WeydPl3eTT5bfJd8p/1ABpaCnEKiQpbBf4aLCzFLqUtulrKVFS48vvacIK+opBimuVTyo2K84p6Ss5KGUrlSldEFpRpmm7KicpFyufEZ5WoWiYq/CVSlXOavylC5Ld6Kn0CvpvfRZVUVVT1Whar3qgOqCmrZaqFq+WpvaQ3WCOkM9Xr1cvUd9VkNFw08jT6NF454mXpOhmai5V7NPc15LWytca6tWp9aUtpy2l3audov2Ax2yjoPOGp0GnVu6GF2GbrLuPt0berCehV6iXo3edX1Y31Kfq79Pf9AAbWBtwDNoMBgxJBk6GWYathiOGdGMfI3yjTqNnhtrGEcZ7zLuM/5oYmGSYtJoct9UxtTbNN+02/R3Mz0zllmN2S1zsrm7+QbzLvMXy/SXcZbtX3bHgmLhZ7HVosfig6WVJd+y1XLaSsMq1qrWaoRBZQQwShiXrdHWztYbrE9Zv7WxtBHYHLf5zdbQNtn2iO3Ucu3lnOWNy8ft1OyYdvV2o/Z0+1j7A/ajDqoOTIcGh8eO6o5sxybHSSddpySno07PnU2c+c7tzvMuNi7rXM65Iq4erkWuA24ybqFu1W6P3NXcE9xb3Gc9LDzWepzzRHv6eO7yHPFS8mJ5NXvNelt5r/Pu9SH5BPtU+zz21fPl+3b7wX7efrv9HqzQXMFb0ekP/L38d/s/DNAOWBPwYyAmMCCwJvBJkGlQXlBfMCU4JvhI8OsQ55DSkPuhOqHC0J4wybDosOaw+XDX8LLw0QjjiHUR1yIVIrmRXVHYqLCopqi5lW4r96yciLaILoweXqW9KnvVldUKq1NWn46RjGHGnIhFx4bHHol9z/RnNjDn4rziauNmWS6svaxnbEd2OXuaY8cp40zG28WXxU8l2CXsTphOdEisSJzhunCruS+SPJPqkuaT/ZMPJX9KCU9pS8Wlxqae5Mnwknm9acpp2WmD6frphemja2zW7Fkzy/fhN2VAGasyugRU0c9Uv1BHuEU4lmmfWZP5Jiss60S2dDYvuz9HL2d7zmSue+63a1FrWWt78lTzNuWNrXNaV78eWh+3vmeD+oaCDRMbPTYe3kTYlLzpp3yT/LL8V5vDN3cXKBVsLBjf4rGlpVCikF84stV2a9021DbutoHt5turtn8sYhddLTYprih+X8IqufqN6TeV33zaEb9joNSydP9OzE7ezuFdDrsOl0mX5ZaN7/bb3VFOLy8qf7UnZs+VimUVdXsJe4V7Ryt9K7uqNKp2Vr2vTqy+XeNc01arWLu9dn4fe9/Qfsf9rXVKdcV17w5wD9yp96jvaNBqqDiIOZh58EljWGPft4xvm5sUmoqbPhziHRo9HHS4t9mqufmI4pHSFrhF2DJ9NProje9cv+tqNWytb6O1FR8Dx4THnn4f+/3wcZ/jPScYJ1p/0Pyhtp3SXtQBdeR0zHYmdo52RXYNnvQ+2dNt293+o9GPh06pnqo5LXu69AzhTMGZT2dzz86dSz83cz7h/HhPTM/9CxEXbvUG9g5c9Ll4+ZL7pQt9Tn1nL9tdPnXF5srJq4yrndcsr3X0W/S3/2TxU/uA5UDHdavrXTesb3QPLh88M+QwdP6m681Lt7xuXbu94vbgcOjwnZHokdE77DtTd1PuvriXeW/h/sYH6AdFD6UeVjxSfNTws+7PbaOWo6fHXMf6Hwc/vj/OGn/2S8Yv7ycKnpCfVEyqTDZPmU2dmnafvvF05dOJZ+nPFmYKf5X+tfa5zvMffnP8rX82YnbiBf/Fp99LXsq/PPRq2aueuYC5R69TXy/MF72Rf3P4LeNt37vwd5MLWe+x7ys/6H7o/ujz8cGn1E+f/gUDmPP8usTo0wAAAAlwSFlzAAALEgAACxIB0t1+/AAAABp0RVh0U29mdHdhcmUAUGFpbnQuTkVUIHYzLjUuMTAw9HKhAAAG20lEQVRYR7WXa2xTZRjHBw4vCFHjB0UjF2PwhhoNgigqRIgSI6KGGG+JMYrxi4mYmEiCikRQGHJbx0AEBUEDPafbuks7bpONbYyhA2FMBQbbuq1d23Xr7Zyz9vz9v+3p2Vo64gdY8gusT/v+/s97ntOdNycn/WcEf80lo8nYK4xYU6wtHFl/cufMmTO+vr7+i9bW1gMdHR2N2XC5XI3/l87OzsYUbW1tBxsaGr6cN2/eBCNIWohci8Uyq6enpyPkuwDlTCHUE9+QFVBPrjT4Ftpfq8hqaKcEeWQN+R7a6bVkHbTm9WQD2QjtTD6xkAJoLQVQz/2GSMAFv9/vKiwsnD00xIgFCxZM9Hq9HdHzMlA8AbDdRm4Hiu4gd/K1u4ASvl4yCbDfTe4BSicDZfeRB4DyB4GKh8gjgONR8hjgnApUTiPTgX0zyFPAwTlQLlZANDp//vyJqcsxiluzLORrpWw8IBtymyEvolyEEvKSIfJSQ15GeTnl5ZRXGHIH5U5DXmnI983ke6ZA3zMGwZ6z4KVexgCjxHUYLa650lyQlMvsXMjFYs4n2O29DDBEbmfnQl7KzjPlFexcyB2UO9m5kFeycyEvmwLsHklyoJzMw/nz5w8Yw54zVgyb2vQNIFEuU27jtvfUwvyJdgPdVUBzHlD1UlJeys7LjM7LGVbIKwy5g3KnIa8cIt+VAxC18XO0t7c3GndZKsAKBqBcply+C7qnFrquZyfQAv3EVxSy0zLKyw25+F3IHZQ72bmT8lJ2voud/0K5gXosa4CVDJCUQ56AuLsW8Xj88oS7oDctZYDHCeUVhtxhyO2U/0L5TsqHcJkASTnkSYj/uw0xfzNiES9isZhBHDGGykSExYEXGYCdC7mDnZdQvvNSuQiiNmTdgW+5A0k5ZE67jbeajQNXxIFzPAO9YTFibXYMqCEMMNAlhD3Q6z4clO+gfAc7z0LWAFrTKgagXKJcNuQ2yos4cMUcuGIOXIm41Z5B7MwmaJFeqNoAtKEoQcRrPwJ+pvxnyodBPZqxA+KrVWtanZRLlMuTEa96A/Hqd6FXPk/5w0l5CQfOzoGzT+XrL2CgfT9DaCaKqiIa7ke87GngJwYYhssEoFzitsv3QXXVIKooCZT+bmj8loxXv5+Qw86BK+XAlc5A7K+1iEajifeFI9EE4itX38tmtjNEFtT6rDvAe9xKucRtlx+A0lGDcJSLZqB0HePuvMMQHLhSDlzZTMTqP0UwFEQwHDGJtFVTngtsY4gMhgmwhgEol3jN5QcRba9GiAumCPP/4YhBOAjt5DoG4LTLnPZtI6FVvYf+YCgN9cgnwI8MkIFal3UHvmcAyiUOnPQQ1D/zEGl1QvyNCIbDBoMdim6jZ3Zy8WuArZSQyIkCBPqDg/g6oe+41ayn3jdMgLUMQLmV0y5x4GQOnI0DZ5uK2P43Ef1HRj8XT3QZCqEvGIQ/0IdI7RLgBwYg+vaxCHS1JF5PEannN6ZRT/2r1mbdAW7pXsqtlEuUy5TLHDgbB87GgSviwFUtQr/3Inr7+uHtDSTx90Irmg1sYQiiVL41WGPd526FvvV6sy7eM0yA9QxAuZVyiXKJctmQ2zhwRRy44pmIl8yGr/0kenx+E9/F4+zyWmCzCJF7SV0peyVZM1CPZN2BDQxAudWQS9OgU6Yd/hgDhxZRznt7Dwdu80gM/DoFbncn3F6fScTxNlBICQn9/llare+PzWZN1IcJsJEBKLeyc8pjzjfhd1+AT2wjCZyrgr7lBmATJSR4eAm6PF4T79/7zNrArvvTap62U2ZNfFatyboD+QxAuZXbLk1HH4Xi+nr9AXi43Z3uHoScHwAFDEDiW29BV1dH4vUUse3jzHr3xdPptW181jA+e0kA8eSqNVkYgHIrB06aAZ+rJXGNxTa7ut0JAjXLAQsDGHibdps1UY8UvzxYO7EnrabsedKsDROAj2R7Kbdy4KSn0NdiR3ePF+1d3Sbh4teAfAYw6DuwOK3ev59fPEbNf2R1xmdfNWtqdcYlSO7AJgag3Mppt3LapWfRfdqJtk4GcHXCX/MdF+BfuY0MYBCyv5Gop+g9/LVZC1QtTauFSl43a5kBRvPQcEht3m3KsYvTvjEpi20dh3jhzWniVAA9fxRrN5noFt7vRjjdcl16je9N1ZSG1WkPpaOOHz++POLv4BfOc3x+M+Qb2OlVQC8YjaA7/bF8xMKFCyeJE4tytgJ6wRhgPeVXAd1yIyKnfoXH40k7mIizQa44LolC0HMOytE8qIc/v6KINcXawpGfnz8r6/lw7ty54+vq6sTh9KB4br+SiDXF2sKRTZ46qYqjszguXa3juVg77Xj+H1Ya1ohap8BlAAAAAElFTkSuQmCC") no-repeat right top;
  height: 32px;
  line-height: 32px;
  padding-right: 40px;
  float: right;
  text-decoration: underline;
  display: block;
  margin-bottom: 1em;
}
.jbzoo .rsslink:hover {
  text-decoration: none;
}
.tip-wrap .tip {
  color: #fff;
  padding: 4px 8px;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.64);
}

