

/* Start:/local/templates/main/media/css/bootstrap.css?1578645682122164*/
/*!
 * Bootstrap v3.2.0 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  margin: .67em 0;
  font-size: 2em;
}
mark {
  color: #000;
  background: #ff0;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  height: 0;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
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 {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          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-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  padding: 0 1em 1em 1em;
  margin: 1.6em 0;
  border: 1px solid #bebebe;
  border-radius: 5px;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
  border: 1px solid #ccc;
  margin-bottom: 1.6em;
}

caption{
  padding-bottom: .8em;
  font-weight: 600;
  font-size: 16px;
}
td,
th {
  padding: 1em;
  border: 1px solid #dbdbdb;
  border-collapse: collapse;
  transition: background-color 0.25s linear;
}
@media print {
  * {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;

    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #038e89;
  text-decoration: underline;
  transition: color 0.25s linear;
}
a:hover {
  color: #4f4f4f;
  text-decoration: none;
}

a:focus{
  text-decoration: none;
}
a:focus {
  outline: none;
}

*:focus{
  outline: none;
  box-shadow: none;
}
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;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  display: inline-block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
       -o-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #dbdbdb;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  line-height: 1.1;
  font-family: 'droid_sansregular', Arial, sans-serif;
  font-weight: normal;
}
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: #777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 10px;
  margin-bottom: 25px;
}
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: 20px;
}
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: 25px;
}
h2,
.h2 {
  font-size: 23px;
}
h3,
.h3 {
  font-size: 21px;
}
h4,
.h4 {
  font-size: 19px;
}
h5,
.h5 {
  font-size: 18px;
}
h6,
.h6 {
  font-size: 16px;
}
p {
  margin: 0 0 2em;
}
p+p {
  margin-top: -.85em;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
mark,
.mark {
  padding: .2em;
  background-color: #fcf8e3;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777;
}
.text-primary {
  color: #428bca;
}
a.text-primary:hover {
  color: #3071a9;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #428bca;
}
a.bg-primary:hover {
  background-color: #3071a9;
}
.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;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 1.6em;
  margin-left: 1.5em;
  padding: 0;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0.5em;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
  margin-top: .8em;
  margin-bottom: .4em;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 15px 25px;
  margin: 0 0 20px;
  font-size: 16px;
  border-left: 8px solid #fc2a45;
  border-top: 1px solid #fc2a45;
  border-bottom: 1px solid #fc2a45;
  border-right: 1px solid #fc2a45;
  border-radius: 6px;
  position: relative;
}
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: #777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}
.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 {
    color: #fc2a45;
    position: absolute;
    font-size: 17px;
    height: auto;
    line-height: 1;
    font-family: 'icomoon' !important;
}

blockquote:before {
    content: "\e977";
    top: 4px;
    left: 4px;
}

blockquote:after {
    content: "\e978";
    bottom: 4px;
    right: 4px;
}


address {
  margin-bottom: 20px;
  font-style: italic;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: "Courier New", monospace;
}
code {
  padding: 2px 5px;
  font-size: 90%;
  color: #010101;
  background-color: #dbdbdb;
  border-radius: 5px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
}
pre {
  display: block;
  padding: 15px 5px 5px;
  margin: 0 0 15px;
  font-size: 13px;
  line-height: 1;
  color: #010101;
  background-color: #f3f3f3;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  word-wrap: break-word;
  word-break: break-all;
}
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 {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1199px) {
  .container {
    width: 1180px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -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-lg-1-5, .col-lg-2-5, .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-right: 15px;
  padding-left: 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;
  width: 100%;
}
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 #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f3f3f3;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f3f3f3;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
.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;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
}
legend {
  padding: 0.5em .7em;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: inherit;
  color: #5d5d5d;
  border: 0;
  background: #fff;
  display: block;
  text-transform: uppercase;
  font-family: 'helveticaneuecyrroman', Arial, sans-serif;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  cursor: pointer;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: none;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  outline: 0;
}
.form-control::-moz-placeholder {
  color: #777;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #777;
}
.form-control::-webkit-input-placeholder {
  color: #777;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  line-height: 34px;
  line-height: 1.42857143 \0;
}
input[type="date"].input-sm,
input[type="time"].input-sm,
input[type="datetime-local"].input-sm,
input[type="month"].input-sm {
  line-height: 30px;
}
input[type="date"].input-lg,
input[type="time"].input-lg,
input[type="datetime-local"].input-lg,
input[type="month"].input-lg {
  line-height: 46px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  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-top: 4px \9;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.input-sm,
.form-horizontal .form-group-sm .form-control {
  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;
}
.input-lg,
.form-horizontal .form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.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 {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .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 {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  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;
  padding: 6px 12px;
  margin-bottom: 0;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: none;
}
.btn:hover,
.btn:focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  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: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: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #3071a9;
  border-color: #285e8e;
}
.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: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: #428bca;
  border-color: #357ebd;
}
.btn-primary .badge {
  color: #428bca;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  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: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: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  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: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: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  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: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: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  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: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: #fff;
}
.btn-link {
  font-weight: normal;
  color: #428bca;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #2a6496;
  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: #777;
  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%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
       -o-transition: opacity .15s linear;
          transition: opacity .15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height .35s ease;
       -o-transition: height .35s ease;
          transition: height .35s ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.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: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #428bca;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px solid;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.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:focus,
.btn-group-vertical > .btn:focus {
  outline: 0;
}
.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-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-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 > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(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-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
}
.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-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  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 > input[type="checkbox"] {
  position: absolute;
  z-index: -1;
  filter: alpha(opacity=0);
  opacity: 0;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 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: 46px;
  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: 46px;
  line-height: 46px;
}
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 8px 6px 20px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  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-top-right-radius: 0;
  border-bottom-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-top-left-radius: 0;
  border-bottom-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 {
  padding-left: 0;
  margin-bottom: 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: #eee;*/
}
.nav > li.disabled > a {
  color: #777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  /* background-color: #eee; */
  /* border-color: #428bca; */
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.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 #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    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: #fff;
  }
}
.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: #fff;
  background-color: #428bca;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.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 #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    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: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-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 {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
            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-right: 0;
    padding-left: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-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;
  -webkit-transform: translate3d(0, 0, 0);
       -o-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
@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;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  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: 7px;
}
@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;
    -webkit-box-shadow: none;
            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-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
}
@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 .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;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -15px;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  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-right: 15px;
    margin-left: 15px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #777;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #777;
}
.navbar-inverse .navbar-nav > li > a {
/*  color: #777;*/
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
/*  color: #fff;*/
/*  background-color: transparent;*/
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  /* color: #fff; */
  /* background-color: #080808; */
}
@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: #777;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #777;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #777;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.breadcrumb > .active {
  color: #777;
}
.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;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #428bca;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #2a6496;
  background-color: #eee;
  border-color: #ddd;
}
.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: #fff;
  cursor: default;
  background-color: #428bca;
  border-color: #428bca;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.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-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-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-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.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: #777;
  cursor: not-allowed;
  background-color: #fff;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #428bca;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #3071a9;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #428bca;
  background-color: #fff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
       -o-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #428bca;
}
.thumbnail .caption {
  padding: 9px;
  color: #333;
}
.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 {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-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 {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}
.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  -webkit-transition: width .6s ease;
       -o-transition: width .6s ease;
          transition: width .6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
          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[aria-valuenow="1"],
.progress-bar[aria-valuenow="2"] {
  min-width: 30px;
}
.progress-bar[aria-valuenow="0"] {
  min-width: 30px;
  color: #777;
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .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, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .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, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .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, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.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;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #777;
  background-color: #eee;
}
.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: #777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}
.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: #e1edf7;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  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: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  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: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  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: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-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 td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #428bca;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #428bca;
}
.panel-primary > .panel-heading .badge {
  color: #428bca;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #428bca;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.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, .05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(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: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate3d(0, -25%, 0);
       -o-transform: translate3d(0, -25%, 0);
          transform: translate3d(0, -25%, 0);
}
.modal.in .modal-dialog {
  -webkit-transform: translate3d(0, 0, 0);
       -o-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
  min-height: 16.42857143px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.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: 500px;
    margin: 75px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-size: 12px;
  line-height: 1.4;
  visibility: visible;
  filter: alpha(opacity=0);
  opacity: 0;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  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: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  right: 5px;
  bottom: 0;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  font-size: 13px;
  white-space: normal;
  color: #fff;
  background-color: #c8a686;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 4px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
    padding: 1px 5px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 1px;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: 0px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, .25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, .25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, .25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: 0px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #c8a686;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, .25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
       -o-transition: .6s ease-in-out left;
          transition: .6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
.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;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  filter: alpha(opacity=50);
  opacity: .5;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9;
}
.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;
  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%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(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 {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.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 {
  display: table;
  content: " ";
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
       -o-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/*# sourceMappingURL=bootstrap.css.map */
/* End */


/* Start:/local/templates/main/media/css/fonts.css?15786456824456*/
@charset "utf-8";

/* ======================================= Icomoon Font ======================================= */

@font-face {
    font-family: 'icomoon';
    src:url('/local/templates/main/media/css/../fonts/icomoon.eot?fa293f');
    src:url('/local/templates/main/media/css/../fonts/icomoon.eot?fa293f#iefix') format('embedded-opentype'),
        url('/local/templates/main/media/css/../fonts/icomoon.ttf?fa293f') format('truetype'),
        url('/local/templates/main/media/css/../fonts/icomoon.woff?fa293f') format('woff'),
        url('/local/templates/main/media/css/../fonts/icomoon.svg?fa293f#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* ======================================= Droid Sans Regular Font ======================================= */

@font-face {
    font-family: 'droid_sansregular';
    src: url('/local/templates/main/media/css/../fonts/droid_sans-webfont.eot');
    src: url('/local/templates/main/media/css/../fonts/droid_sans-webfont.eot?#iefix') format('embedded-opentype'),
         url('/local/templates/main/media/css/../fonts/droid_sans-webfont.woff2') format('woff2'),
         url('/local/templates/main/media/css/../fonts/droid_sans-webfont.woff') format('woff'),
         url('/local/templates/main/media/css/../fonts/droid_sans-webfont.ttf') format('truetype'),
         url('/local/templates/main/media/css/../fonts/droid_sans-webfont.svg#droid_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* ======================================= Droid Sans Regular Font ======================================= */

@font-face {
    font-family: 'droid_sansbold';
    src: url('/local/templates/main/media/css/../fonts/droid_sans_bold-webfont.eot');
    src: url('/local/templates/main/media/css/../fonts/droid_sans_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/local/templates/main/media/css/../fonts/droid_sans_bold-webfont.woff2') format('woff2'),
         url('/local/templates/main/media/css/../fonts/droid_sans_bold-webfont.woff') format('woff'),
         url('/local/templates/main/media/css/../fonts/droid_sans_bold-webfont.ttf') format('truetype'),
         url('/local/templates/main/media/css/../fonts/droid_sans_bold-webfont.svg#droid_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* ======================================= Droid Mono Regular Font ======================================= */

@font-face {
    font-family: 'droid_sans_monoregular';
    src: url('/local/templates/main/media/css/../fonts/droid_sans_mono-webfont.eot');
    src: url('/local/templates/main/media/css/../fonts/droid_sans_mono-webfont.eot?#iefix') format('embedded-opentype'),
         url('/local/templates/main/media/css/../fonts/droid_sans_mono-webfont.woff2') format('woff2'),
         url('/local/templates/main/media/css/../fonts/droid_sans_mono-webfont.woff') format('woff'),
         url('/local/templates/main/media/css/../fonts/droid_sans_mono-webfont.ttf') format('truetype'),
         url('/local/templates/main/media/css/../fonts/droid_sans_mono-webfont.svg#droid_sans_monoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* ======================================= Etelka Text Pro Regular Font ======================================= */

@font-face {
    font-family: 'etelka_text_proregular';
    src:url('/local/templates/main/media/css/../fonts/etelkatextpro-webfont.eot');
    src:url('/local/templates/main/media/css/../fonts/etelkatextpro-webfont.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/main/media/css/../fonts/etelkatextpro-webfont.woff2') format('woff2'),
        url('/local/templates/main/media/css/../fonts/etelkatextpro-webfont.woff') format('woff'),
        url('/local/templates/main/media/css/../fonts/etelkatextpro-webfont.ttf') format('truetype'),
        url('/local/templates/main/media/css/../fonts/etelkatextpro-webfont.svg#etelka_text_proregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* ======================================= Etelka Light Pro Regular Font ======================================= */

@font-face {
    font-family: 'etelka_light_proregular';
    src:url('/local/templates/main/media/css/../fonts/etelkalightpro-webfont.eot');
    src:url('/local/templates/main/media/css/../fonts/etelkalightpro-webfont.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/main/media/css/../fonts/etelkalightpro-webfont.woff2') format('woff2'),
        url('/local/templates/main/media/css/../fonts/etelkalightpro-webfont.woff') format('woff'),
        url('/local/templates/main/media/css/../fonts/etelkalightpro-webfont.ttf') format('truetype'),
        url('/local/templates/main/media/css/../fonts/etelkalightpro-webfont.svg#etelka_light_proregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* ======================================= Etelka Medium Pro Regular Font ======================================= */

@font-face {
    font-family: 'etelka_medium_proregular';
    src:url('/local/templates/main/media/css/../fonts/etelkamediumpro-webfont.eot');
    src:url('/local/templates/main/media/css/../fonts/etelkamediumpro-webfont.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/main/media/css/../fonts/etelkamediumpro-webfont.woff2') format('woff2'),
        url('/local/templates/main/media/css/../fonts/etelkamediumpro-webfont.woff') format('woff'),
        url('/local/templates/main/media/css/../fonts/etelkamediumpro-webfont.ttf') format('truetype'),
        url('/local/templates/main/media/css/../fonts/etelkamediumpro-webfont.svg#etelka_medium_proregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* End */


/* Start:/local/templates/main/media/css/icons.css?157864568210980*/
@charset "utf-8";

/* ================================== Icons Start ================================== */

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  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-dot:before {
  content: "\e9c9";
}
.icon-cross:before {
  content: "\ea0f";
}
.icon-adress:before {
  content: "\e9a2";
}
.icon-big-star-yellow:before {
  content: "\e9a3";
}
.icon-burger:before {
  content: "\e9a4";
}
.icon-cake:before {
  content: "\e9a5";
}
.icon-Envelop:before {
  content: "\e9a7";
}
.icon-like:before {
  content: "\e9a8";
}
.icon-phone:before {
  content: "\e9a9";
}
.icon-plus-circle:before {
  content: "\e9aa";
}
.icon-search:before {
  content: "\e9ab";
}
.icon-send-message:before {
  content: "\e9ac";
}
.icon-shield:before {
  content: "\e9ad";
}
.icon-telegram-grey:before {
  content: "\e9ae";
}
.icon-user:before {
  content: "\e9af";
}
.icon-uniE9B0:before {
  content: "\e9b0";
}
.icon-refresh:before {
  content: "\e990";
}
.icon-docfile:before {
  content: "\e991";
}
.icon-pdfile:before {
  content: "\e992";
}
.icon-zipfile:before {
  content: "\e993";
}
.icon-favoritefile:before {
  content: "\e996";
}
.icon-settingfile:before {
  content: "\e997";
}
.icon-downloadfile:before {
  content: "\e998";
}
.icon-uploadfile:before {
  content: "\e999";
}
.icon-searchfile:before {
  content: "\e99a";
}
.icon-addfile:before {
  content: "\e99b";
}
.icon-deletefile:before {
  content: "\e99c";
}
.icon-okfile:before {
  content: "\e99d";
}
.icon-editfile:before {
  content: "\e99e";
}
.icon-diskfile:before {
  content: "\e99f";
}
.icon-chartfile:before {
  content: "\e9a0";
}
.icon-listfile:before {
  content: "\e9a1";
}
.icon-gavel:before {
  content: "\e98e";
}
.icon-appartment:before {
  content: "\e98f";
}
.icon-use-hand-truck:before {
  content: "\e98b";
}
.icon-factory:before {
  content: "\e98c";
}
.icon-phones-call:before {
  content: "\e945";
}
.icon-tactics:before {
  content: "\e946";
}
.icon-new-file:before {
  content: "\e947";
}
.icon-edit:before {
  content: "\e948";
}
.icon-employee:before {
  content: "\e949";
}
.icon-manager-time:before {
  content: "\e94a";
}
.icon-employees:before {
  content: "\e94b";
}
.icon-agreement:before {
  content: "\e94c";
}
.icon-avatars:before {
  content: "\e935";
}
.icon-files:before {
  content: "\e937";
}
.icon-rocket:before {
  content: "\e93e";
}
.icon-stactics:before {
  content: "\e93f";
}
.icon-diagrams:before {
  content: "\e941";
}
.icon-ztactics:before {
  content: "\e943";
}
.icon-desktop:before {
  content: "\e939";
}
.icon-schema:before {
  content: "\e908";
}
.icon-console:before {
  content: "\e90c";
}
.icon-statistic:before {
  content: "\e909";
}
.icon-antenna:before {
  content: "\e90a";
}
.icon-handbook:before {
  content: "\e90b";
}
.icon-cameraroll:before {
  content: "\e90d";
}
.icon-manager:before {
  content: "\e910";
}
.icon-auditorium:before {
  content: "\e912";
}
.icon-peoples:before {
  content: "\e914";
}
.icon-study:before {
  content: "\e915";
}
.icon-notice:before {
  content: "\e917";
}
.icon-enrollee:before {
  content: "\e919";
}
.icon-medal:before {
  content: "\e91a";
}
.icon-newspaper:before {
  content: "\e91b";
}
.icon-student:before {
  content: "\e91c";
}
.icon-researchers:before {
  content: "\e91d";
}
.icon-chair:before {
  content: "\e91e";
}
.icon-scienceparer:before {
  content: "\e91f";
}
.icon-settings:before {
  content: "\e926";
}
.icon-sign:before {
  content: "\e927";
}
.icon-crane:before {
  content: "\e929";
}
.icon-business:before {
  content: "\e92a";
}
.icon-calling:before {
  content: "\e92b";
}
.icon-case:before {
  content: "\e92c";
}
.icon-internet:before {
  content: "\e92d";
}
.icon-multimedia:before {
  content: "\e92e";
}
.icon-computer:before {
  content: "\e92f";
}
.icon-search-result:before {
  content: "\e930";
}
.icon-symbols:before {
  content: "\e931";
}
.icon-technol:before {
  content: "\e932";
}
.icon-circle-left:before {
  content: "\ea44";
}
.icon-circle-right:before {
  content: "\ea42";
}
.icon-compsoni:before {
  content: "\e93a";
}
.icon-laptops:before {
  content: "\e93b";
}
.icon-servers:before {
  content: "\e93c";
}
.icon-electrdoska:before {
  content: "\e93d";
}
.icon-facesad:before {
  content: "\e9e5";
}
.icon-facesad2:before {
  content: "\e9e6";
}
.icon-rouble:before {
  content: "\e933";
}
.icon-arrow-left:before {
  content: "\e90e";
}
.icon-arrow-right:before {
  content: "\e90f";
}
.icon-bar-chart-max:before {
  content: "\e934";
}
.icon-bar-chart-min:before {
  content: "\e911";
}
.icon-credit-cards:before {
  content: "\e913";
}
.icon-delivery-pack:before {
  content: "\e916";
}
.icon-delivery-truck:before {
  content: "\e918";
}
.icon-present:before {
  content: "\e920";
}
.icon-rectangular:before {
  content: "\e921";
}
.icon-home:before {
  content: "\e922";
}
.icon-home-full:before {
  content: "\e923";
}
.icon-percentage:before {
  content: "\e924";
}
.icon-sign2:before {
  content: "\e928";
}
.icon-sign-in:before {
  content: "\e925";
}
.icon-sign-out:before {
  content: "\e936";
}
.icon-angle-left:before {
  content: "\f104";
}
.icon-angle-right:before {
  content: "\f105";
}
.icon-settings2:before {
  content: "\e938";
}
.icon-settings-fulls:before {
  content: "\e995";
}
.icon-settings-full:before {
  content: "\e994";
}
.icon-edit2:before {
  content: "\e940";
}
.icon-image:before {
  content: "\e942";
}
.icon-images:before {
  content: "\e944";
}
.icon-camera:before {
  content: "\e94d";
}
.icon-folder:before {
  content: "\e94e";
}
.icon-folder-open:before {
  content: "\e94f";
}
.icon-coin-dollar:before {
  content: "\e950";
}
.icon-coin-euro:before {
  content: "\e951";
}
.icon-coin-pound:before {
  content: "\e952";
}
.icon-coin-yen:before {
  content: "\e953";
}
.icon-comment:before {
  content: "\e96e";
}
.icon-comments-full:before {
  content: "\e96f";
}
.icon-comments:before {
  content: "\e970";
}
.icon-user1:before {
  content: "\e971";
}
.icon-key-password:before {
  content: "\e98d";
}
.icon-eye:before {
  content: "\e9ce";
}
.icon-eye-plus:before {
  content: "\e9cf";
}
.icon-eye-minus:before {
  content: "\e9d0";
}
.icon-eye-blocked:before {
  content: "\e9d1";
}
.icon-bookmarks:before {
  content: "\e9d3";
}
.icon-bookmark:before {
  content: "\e9d2";
}
.icon-star-full:before {
  content: "\e9d9";
}
.icon-heart-like:before {
  content: "\e9da";
}
.icon-minus:before {
  content: "\ea0b";
}
.icon-plus:before {
  content: "\ea0a";
}
.icon-blocked-circle:before {
  content: "\ea0e";
}
.icon-info-circle:before {
  content: "\ea0c";
}
.icon-cancel-circle:before {
  content: "\ea0d";
}
.icon-percentage2:before {
  content: "\e973";
}
.icon-stick-man:before {
  content: "\e974";
}
.icon-user-empty:before {
  content: "\e975";
}
.icon-edit-pensil:before {
  content: "\e976";
}
.icon-coins:before {
  content: "\e979";
}
.icon-piggy-bank:before {
  content: "\e97a";
}
.icon-star-empty:before {
  content: "\e97b";
}
.icon-prime:before {
  content: "\e972";
}
.icon-like1:before {
  content: "\e96d";
}
.icon-contract:before {
  content: "\e954";
}
.icon-discount:before {
  content: "\e955";
}
.icon-credit-card:before {
  content: "\e956";
}
.icon-piggy:before {
  content: "\e957";
}
.icon-like-thumb:before {
  content: "\e904";
}
.icon-child-friendly:before {
  content: "\e905";
}
.icon-pig-money:before {
  content: "\e906";
}
.icon-wallet:before {
  content: "\e958";
}
.icon-email:before {
  content: "\e900";
}
.icon-mail:before {
  content: "\e901";
}
.icon-angle-left2:before {
  content: "\f106";
}
.icon-angle-right2:before {
  content: "\f107";
}
.icon-angle-up:before {
  content: "\f108";
}
.icon-angle-down:before {
  content: "\f109";
}
.icon-caret-left:before {
  content: "\f0d9";
}
.icon-caret-right:before {
  content: "\f0da";
}
.icon-caret-up:before {
  content: "\f0d8";
}
.icon-caret-down:before {
  content: "\f0d7";
}
.icon-checked:before {
  content: "\ea10";
}
.icon-close:before {
  content: "\f00d";
}
.icon-arrow-up:before {
  content: "\ea3a";
}
.icon-arrow-down:before {
  content: "\ea3e";
}
.icon-arrow-left2:before {
  content: "\ea40";
}
.icon-arrow-right2:before {
  content: "\ea3c";
}
.icon-search-left:before {
  content: "\f003";
}
.icon-search-right:before {
  content: "\f002";
}
.icon-phones:before {
  content: "\e959";
}
.icon-ls-viber:before {
  content: "\e907";
}
.icon-study2:before {
  content: "\e95a";
}
.icon-marks:before {
  content: "\e95b";
}
.icon-enrollee2:before {
  content: "\e95c";
}
.icon-medal2:before {
  content: "\e95d";
}
.icon-notice2:before {
  content: "\e95e";
}
.icon-researchers2:before {
  content: "\e95f";
}
.icon-scienceparer2:before {
  content: "\e960";
}
.icon-circle-left2:before {
  content: "\ea45";
}
.icon-circle-right2:before {
  content: "\ea43";
}
.icon-contrast:before {
  content: "\e9d5";
}
.icon-clock:before {
  content: "\e961";
}
.icon-quotes-left:before {
  content: "\e977";
}
.icon-quotes-right:before {
  content: "\e978";
}
.icon-gear:before {
  content: "\e902";
}
.icon-telephone:before {
  content: "\e968";
}
.icon-user2:before {
  content: "\e969";
}
.icon-share-social:before {
  content: "\ea82";
}
.icon-youtube-play:before {
  content: "\ea9d";
}
.icon-ls-telegram:before {
  content: "\e962";
}
.icon-ls-skype:before {
  content: "\eac5";
}
.icon-ls-fb-messenger:before {
  content: "\e963";
}
.icon-ls-hangouts:before {
  content: "\ea8e";
}
.icon-ls-imo:before {
  content: "\e964";
}
.icon-ls-bitrix:before {
  content: "\e965";
}
.icon-lc-pinterest:before {
  content: "\ead1";
}
.icon-lc-facebook:before {
  content: "\e966";
}
.icon-lc-twitter:before {
  content: "\e967";
}
.icon-lc-vk:before {
  content: "\e96a";
}
.icon-lc-instagram1:before {
  content: "\e96b";
}
.icon-lc-instagram2:before {
  content: "\e96c";
}
.icon-lc-ok:before {
  content: "\e97c";
}
.icon-lc-mailru:before {
  content: "\e97d";
}
.icon-lc-youtube:before {
  content: "\e97e";
}
.icon-lc-fb-messenger:before {
  content: "\e97f";
}
.icon-lc-apple:before {
  content: "\e980";
}
.icon-lc-itunes:before {
  content: "\e981";
}
.icon-lc-android:before {
  content: "\e982";
}
.icon-lc-google-play:before {
  content: "\e983";
}
.icon-logo-gmail:before {
  content: "\e984";
}
.icon-lc-google:before {
  content: "\ea8a";
}
.icon-lc-google-plus:before {
  content: "\ea8d";
}
.icon-lc-whatsapp:before {
  content: "\e985";
}
.icon-lc-viber-circle:before {
  content: "\e986";
}
.icon-lc-viber:before {
  content: "\e987";
}
.icon-lc-telegram:before {
  content: "\ea95";
}
.icon-lc-skype:before {
  content: "\e988";
}
.icon-lc-youtube2:before {
  content: "\e989";
}
.icon-lc-rss:before {
  content: "\e98a";
}
.icon-mail-circle:before {
  content: "\ea87";
}
/* End */


/* Start:/local/templates/main/media/css/owlcarousel.css?157864568211914*/

/* =================================== Core Owl Carousel  ======================================= */

.owl-slider-wrapper{
  position: relative;
}
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* display none until init */
.owl-carousel{
  display: none;
  position: static;
  width: 100%;
  -ms-touch-action: pan-y;
}

.md_owl_slides{
  margin-bottom: 0px;
}

.owl-carousel .owl-wrapper{
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
  
.owl-carousel .owl-item{
  float: left;
  cursor: default;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div{
  cursor: pointer;
}
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
/*.grabbing { 
    cursor:url(/local/templates/main/media/css/grabbing.png) 8 8, move;
}*/

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility:    hidden;
  -ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

/* =================================== Theme ======================================= */

.owl-theme .owl-controls{
  margin-top: 0;
  text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons .owl-prev,
.owl-theme .owl-controls .owl-buttons .owl-next{
    font-family: 'icomoon' !important;
    line-height: 36px;
    font-size: 30px;
    z-index: 25;
    cursor: pointer;
    width: 35px;
    height: 35px;
    top: 0;
    bottom: 0;
    margin: auto !important;
    transition: background 0.25s linear, box-shadow 0.25s linear;
    position: absolute;
    color: transparent;
}

.owl-theme .owl-controls .owl-buttons .owl-prev:hover,
.owl-theme .owl-controls .owl-buttons .owl-next:hover{
}

.owl-theme .owl-controls .owl-buttons .owl-prev{
  left: 0;
}

.owl-theme .owl-controls .owl-buttons .owl-next{
  right: 0;
  letter-spacing: -3px;
}

.owl-theme .owl-controls .owl-buttons .owl-prev:before{
    content: "\e90e";
}

.owl-theme .owl-controls .owl-buttons .owl-next:after{
  content: "\e90f";
}

.owl-theme .owl-controls .owl-buttons .owl-prev:before,
.owl-theme .owl-controls .owl-buttons .owl-next:after{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  color: #1779b1 !important;
  transition: color 0.25s linear;
}

.owl-controls .owl-buttons .owl-prev:hover:before,
.owl-controls .owl-buttons .owl-next:hover:after{
  color: #fc2a45 !important;
}


.tp_owl_bnr .owl-controls .owl-buttons .owl-prev, 
.tp_owl_bnr .owl-controls .owl-buttons .owl-next{
    background: transparent !important;
    border-width: 0;
    top: -25%;
    box-shadow: none;
    opacity: 0;
    transition: opacity 0.25s linear;
}

.tp_owl_bnr .owl-controls .owl-buttons .owl-prev:before, 
.tp_owl_bnr .owl-controls .owl-buttons .owl-next:after{
    color: #fff !important;
    text-shadow: 1px 3px 0px #000;
    transition: opacity 0.25s linear;
}

.tp_owl_bnr .owl-controls .owl-buttons .owl-prev:hover:before, 
.tp_owl_bnr .owl-controls .owl-buttons .owl-next:hover:after{
  opacity: 0.6;
}

.tp_owl_bnr:hover .owl-controls .owl-buttons .owl-prev,
.tp_owl_bnr:hover .owl-controls .owl-buttons .owl-next{
  opacity: 1;
}
/* Styling Pagination*/


.owl-theme .owl-controls .owl-pagination{
  bottom: 20px;
  left: 0;
  position: absolute;
  width: 100%;
  text-align: center;

}

.owl-theme .owl-controls .owl-page{
  display: inline-block;
  cursor: pointer;
  margin: 0 4px;
  vertical-align: middle;
}
.owl-theme .owl-controls .owl-page span{
  display: block;
  width: 12px;
  height: 13px;/*IE7 fix*/
  opacity: 1;
  border-radius: 100%;
  background: #fff;
  cursor: pointer;
  transition: 0.25s linear;
  border-width: 0;
  border-style: solid;
  border-color: #fff;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls .owl-page:hover span{
  background: #fc2a45;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
  min-height: 150px;
  background: url("/local/templates/main/media/css/../img/bg/fancybox_loading.gif") no-repeat center center;
}


/* ================================== Customize bnr ================================== */

.im_slideowl{
  position: relative;
}


.tp_slides{
    position: relative;
    margin-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
}

.tp_slides .owl-wrapper-outer {
    border-width: 1px;
    border-style: solid;
    border-color: #dedede;
}

.tp_slides .owl-item .item{
    overflow: hidden;
}

.tp_slides .owl-item .item a{
  display: block;
  position: relative;
}

.tp_slides .owl-item .item a:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(/local/templates/main/media/css/../img/bg/watermark_bg.png) center center no-repeat;
    z-index: 2;
    background-size: cover;
    transition: transform 0.25s linear;
}

.tp_slides .owl-item .item img{
  transition: 0.25s linear;
}


.tp_thumbs .owl-item .item{
  padding-left: 10px;
   padding-right: 10px;
}


.tp_thumbs .owl-item .item a{
    cursor:pointer;
    background: #fff;
    transition: 0.25s linear;
    border-width: 1px;
    border-style: solid;
    border-color: #dedede;
    border-radius: 0;
    transition: border-color 0.25s linear;
    padding: 0;
    display: block;
}

.tp_thumbs .owl-item .item a:hover,
.tp_thumbs .owl-item.current .item a{
    border-color: #fc2a45;
}

/* ================================== Customize Prod Small ================================== */

.md_owl_prodsm .owl-wrapper-outer{
  border-width: 1px;
  border-style: solid;
  border-color: #e6e6e6;
}

.md_owl_prodsm .owl-item{
  position: relative;
  cursor: default;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #e6e6e6;
}

.md_owl_prodsm .owl-item:last-child{
  border-left-width: 0px;
}


.md_owl_prodsm .owl-item .item{
  text-decoration: none;
  display: block;
  color: #131313;
}

.md_owl_prodsm .md_img {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: 0.25s linear;
}

.md_owl_prodsm .owl-item .item:hover .md_img{
  opacity: 0.75;
}

.md_owl_prodsm .md_txt {
    position: absolute;
    display: block;
    color: #131313;
    background: transparent;
    z-index: 1;
    margin: auto;
    font-size: 16px;
    line-height: 20px;
    font-family: 'proxima_nova_rgbold', Arial, sans-serif;
    text-transform: uppercase;
    bottom: 18px;
    right: 15px;
    max-width: 135px;
}


/* =================================== Owl Carousel CSS3 Transitions ======================================= */


.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x : 50%;
  -webkit-perspective-origin-y : 50%;
  -moz-perspective : 1200px;
  -moz-perspective-origin-x : 50%;
  -moz-perspective-origin-y : 50%;
  perspective : 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {opacity: 1}
}
@-moz-keyframes empty {
  0% {opacity: 1}
}
@keyframes empty {
  0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-moz-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
  25% { opacity: .5; -webkit-transform: translateZ(-500px); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
  25% { opacity: .5; -moz-transform: translateZ(-500px); }
  75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
  25% { opacity: .5; transform: translateZ(-500px); }
  75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
  0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px); }
  100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
  0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -moz-transform: translateZ(-500px); }
  100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
  0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; transform: translateZ(-500px); }
  100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
  to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
  to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
  to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
  from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
  from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
  from { transform: translateY(-100%); }
}

@-webkit-keyframes scaleUpFrom {
  from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
  from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
  from { opacity: 0; transform: scale(1.5); }
}

@-webkit-keyframes scaleUpTo {
  to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
  to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
  to { opacity: 0; transform: scale(1.5); }
}
/* End */


/* Start:/local/templates/main/media/css/formstyler.css?15786456826303*/
[class*="col-"] > .jq-selectbox,
[class*="col-"] > .jq-file {
    display: block !important;
    width: 100%;
}

.jq-checkbox {
	width: 18px;
	height: 18px;
	vertical-align: middle;
	cursor: pointer;
	margin: 0px 4px 0px 0;
	background: #fff;
	border-radius: 2px;
	border-width: 1px;
	border-style: solid;
	border-color: #d0d4dc;
	display: inline-block;
	line-height: 1;
}

.jq-checkbox .jq-checkbox__div{
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	font-size: 11px;
	width: 11px;
	height: 9px;
	position: absolute;
	visibility: hidden;
	opacity: 0;
	transition: opacity 0.25s linear;
	font-family: 'icomoon' !important;
	color: #038e89;
}

.jq-checkbox .jq-checkbox__div:before{
	content: '\ea10';

}

.jq-selectbox__select {height: 42px;padding: 9px 10px;border-width: 1px;border-style: solid;border-color: #d0d4dc;border-radius: 0;font-size: 15px;color: #4f4f4f;border-radius: 1px;box-shadow: none;font-family: Arial, sans-serif;transition: 0.25s linear;}

.jq-selectbox.opened .jq-selectbox__select, 
.jq-selectbox:hover .jq-selectbox__select {
	border-color: #bebebe;
}

.jq-selectbox__select-text {
	display: block;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 205px;
	min-width: 90px;
}

.jq-selectbox__trigger {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 100%;
    border-radius: 0;
    border-left-width: 0px;
    border-left-style: solid;
    border-left-color: #dedede;
}

.jq-selectbox__trigger-arrow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0 5px 5px 0;
    font-size: 20px;
    line-height: 43px;
    text-align: center;
    color: #4f4f4f;
    font-family: 'icomoon' !important;
}

.jq-selectbox__trigger-arrow:before{
    content: "\f109";

}

.jq-selectbox__dropdown {
    width: 100%;
    margin: 0;
    padding: 0;
    background: #fff;
    font-size: 14px;
    border-radius: 1px;
    border-width: 1px;
    border-style: solid;
    border-color: #bebebe;
}

.jq-selectbox__search {
	display: none;
	padding: 5px 2px;
}

.jq-selectbox__search input {
	width: 100%;
	margin: 0;
	padding: 5px 30px 3px 10px;
	outline: none;
	border: 1px solid #CCC;
	border-radius: 2px;
	background: transparent;
	box-shadow: inset 1px 1px #F1F1F1;
	color: #333;
	display: none;
}

.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
	-webkit-appearance: none;
}

.jq-selectbox__not-found {
	padding: 6px 5px;
	color: #808080;
	background: #e6e6e6;
	font-size: 12px;
	text-align: center;
}

.jq-selectbox ul {
	margin: 0;
	padding: 0;
	border-radius: 1px;
}

.jq-selectbox li {
	min-height: 13px;
	padding: 3px 10px;
	margin: 0;
	color: #807f7f;
	transition: 0.25s linear;
}

.jq-selectbox li.selected,
.jq-selectbox li:hover {
	color: #000;
	background: #bebebe;
}

.jq-selectbox li.disabled {
	color: #AAA;
}

.jq-selectbox li.disabled:hover {
	background: none;
}

.jq-selectbox li.optgroup {
	font-weight: bold;
}

.jq-selectbox li.optgroup:hover {
	background: none;
	color: #231F20;
	cursor: default;
}

.jq-selectbox li.option {
	padding-left: 25px;
}

.jq-checkbox.checked .jq-checkbox__div{
	visibility: visible;
	opacity: 1;
}

.jq-checkbox.disabled {
	opacity: 0.55;
	filter: alpha(opacity=55);
}

.jq-radio {
	width: 20px;
	height: 20px;
	vertical-align: middle;
	cursor: pointer;
	margin: 0 3px 0px 0;
	background: #fff;
	border-radius: 50%;
	border-width: 2px;
	border-style: solid;
	border-color: #fc2a45;
}

.jq-radio .jq-radio__div {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 8px;
	height: 8px;
	position: absolute;
	visibility: hidden;
	opacity: 0;
	border-radius: 50%;
	transition: 0.2s linear;
	background: #fc2a45;
}

.jq-radio.checked .jq-radio__div{
	visibility: visible;
	opacity: 1;
}


.jq-radio.focused {
	border: 1px solid #08C;
}

.jq-radio.disabled {
	opacity: 0.55;
	filter: alpha(opacity=55);
}

.jq-file {
	width: 300px;
	box-shadow: 0 1px 2px rgba(208, 212, 220, 0.3);
	border-radius: 2px;
}

.jq-file input {
	cursor: pointer;
	height: auto;
	line-height: 1em;
}

.jq-file__name {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 42px;
	padding: 0 80px 0 10px;
	color: #333;
	font-size: 14px;
	line-height: 40px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	border: 1px solid #d0d4dc;
	border-radius: 2px;
	background: #FFF;
}

.focused .jq-file__name {
	border: 1px solid #5794BF;
}

.jq-file__browse {
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 0 25px;
	border-left: 1px solid #d0d4dc;
	border-radius: 0 4px 4px 0;
	color: #fff;
	font-size: 14px;
	line-height: 42px;
	background: #028f8a;
}

.jq-file:hover .jq-file__browse {opacity: 0.7;}

.jq-file:active .jq-file__browse {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}

.jq-file.disabled .jq-file__name {
	color: #888;
}

.jq-file.disabled,
.jq-file.disabled .jq-file__browse {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}

.jq-selectbox {
	vertical-align: middle;
	cursor: pointer;
}

.nm_table tbody td.city2 .jq-selectbox{
	width: 145px;
}

.jq-select-multiple {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 1px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,0.1);
	background: #FFF;
	color: #333;
	font: 14px/18px Arial, sans-serif;
	cursor: default;
}

.jq-select-multiple.focused {
	border: 1px solid #5794BF;
}

.jq-select-multiple.disabled {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}

.jq-select-multiple ul {
	margin: 0;
	padding: 0;
}

.jq-select-multiple li {
	padding: 3px 9px 4px;
	list-style: none;
}

.jq-select-multiple li:first-child {
	border-radius: 3px 3px 0 0;
}

.jq-select-multiple li:last-child {
	border-radius: 0 0 3px 3px;
}

.jq-select-multiple li.selected {
	background: #08C;
	color: #FFF;
}

.jq-select-multiple li.disabled {
	color: #AAA;
}

.jq-select-multiple.disabled li.selected,
.jq-select-multiple li.selected.disabled {
	background: #CCC;
	color: #FFF;
}

.jq-select-multiple li.optgroup {
	font-weight: bold;
}

.jq-select-multiple li.option {
	padding-left: 25px;
}

/* End */


/* Start:/local/templates/main/media/css/customscrollbar.css?157864568253607*/
/*
== malihu jquery custom scrollbar plugin ==
Plugin URI: http://manos.malihu.gr/jquery-custom-content-scroller
*/



/*
CONTENTS: 
	1. BASIC STYLE - Plugin's basic/essential CSS properties (normally, should not be edited). 
	2. VERTICAL SCROLLBAR - Positioning and dimensions of vertical scrollbar. 
	3. HORIZONTAL SCROLLBAR - Positioning and dimensions of horizontal scrollbar.
	4. VERTICAL AND HORIZONTAL SCROLLBARS - Positioning and dimensions of 2-axis scrollbars. 
	5. TRANSITIONS - CSS3 transitions for hover events, auto-expanded and auto-hidden scrollbars. 
	6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS 
		6.1 THEMES - Scrollbar colors, opacity, dimensions, backgrounds etc. via ready-to-use themes.
*/



/* 
------------------------------------------------------------------------------------------------------------------------
1. BASIC STYLE  
------------------------------------------------------------------------------------------------------------------------
*/

	.mCustomScrollbar{ -ms-touch-action: pinch-zoom; touch-action: pinch-zoom; /* direct pointer events to js */ }
	.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action{ -ms-touch-action: auto; touch-action: auto; }
	
	.mCustomScrollBox{ /* contains plugin's markup */
		position: relative;
		overflow: hidden;
		height: 100%;
		max-width: 100%;
		outline: none;
		direction: ltr;
	}

	.mCSB_container{ /* contains the original content */
		overflow: hidden;
		width: auto;
		height: auto;
	}



/* 
------------------------------------------------------------------------------------------------------------------------
2. VERTICAL SCROLLBAR 
y-axis
------------------------------------------------------------------------------------------------------------------------
*/

	.mCSB_inside > .mCSB_container{margin-right: 15px;}

	.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{ margin-right: 0; } /* non-visible scrollbar */
	
	.mCS-dir-rtl > .mCSB_inside > .mCSB_container{ /* RTL direction/left-side scrollbar */
		margin-right: 0;
		margin-left: 30px;
	}
	
	.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{ margin-left: 0; } /* RTL direction/left-side scrollbar */

	.mCSB_scrollTools{ /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
		position: absolute;
		width: 6px;
		height: auto;
		left: auto;
		top: 0;
		right: 0;
		bottom: 0;
	}

	.mCSB_outside + .mCSB_scrollTools{ right: -26px; } /* scrollbar position: outside */
	
	.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools, 
	.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools{ /* RTL direction/left-side scrollbar */
		right: auto;
		left: 0;
	}
	
	.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools{ left: -26px; } /* RTL direction/left-side scrollbar (scrollbar position: outside) */

	.mCSB_scrollTools .mCSB_draggerContainer{ /* contains the draggable element and dragger rail markup */
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0; 
		height: auto;
	}

	.mCSB_scrollTools a + .mCSB_draggerContainer{ margin: 20px 0; }

	.mCSB_scrollTools .mCSB_draggerRail{
		width: 6px;
		height: 100%;
		margin: 0 auto;
		-webkit-border-radius: 16px;
		-moz-border-radius: 16px;
		border-radius: 16px;
	}

	.mCSB_scrollTools .mCSB_dragger{ /* the draggable element */
		cursor: pointer;
		width: 100%;
		height: 30px; /* minimum dragger height */
		z-index: 1;
		right: 0px;
	}

	.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ /* the dragger element */
		position: relative;
		width: 6px;
		height: 100%;
		margin: 0 auto;
		-webkit-border-radius: 16px;
		-moz-border-radius: 16px;
		border-radius: 7px;
		text-align: center;
	}
	
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, 
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{ width: 12px; /* auto-expanded scrollbar */ }
	
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{ width: 8px; /* auto-expanded scrollbar */ }

	.mCSB_scrollTools .mCSB_buttonUp,
	.mCSB_scrollTools .mCSB_buttonDown{
		display: block;
		position: absolute;
		height: 20px;
		width: 100%;
		overflow: hidden;
		margin: 0 auto;
		cursor: pointer;
	}

	.mCSB_scrollTools .mCSB_buttonDown{ bottom: 0; }



/* 
------------------------------------------------------------------------------------------------------------------------
3. HORIZONTAL SCROLLBAR 
x-axis
------------------------------------------------------------------------------------------------------------------------
*/

	.mCSB_horizontal.mCSB_inside > .mCSB_container{
		margin-right: 0;
		margin-bottom: 25px;
	}
	
	.mCSB_horizontal.mCSB_outside > .mCSB_container{ min-height: 100%; }

	.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden{ margin-bottom: 0; } /* non-visible scrollbar */

	.mCSB_scrollTools.mCSB_scrollTools_horizontal{
		width: auto;
		height: 16px;
		top: auto;
		right: 0;
		bottom: 0;
		left: 0;
		opacity: 0;
		transition: opacity 0.25s linear;
		margin: 0 10px;
	}

	.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
	.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal{ bottom: -26px; } /* scrollbar position: outside */

	.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer{ margin: 0 20px; }

	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		width: 100%;
		height: 1px;
		margin: 7px 0;
	}

	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger{
		width: 30px; /* minimum dragger width */
		height: 100%;
		left: 0;
	}

	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		width: 100%;
		height: 3px;
		margin: 6px auto;
	}
	
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, 
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{
		height: 12px; /* auto-expanded scrollbar */
		margin: 2px auto;
	}
	
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{
		height: 8px; /* auto-expanded scrollbar */
		margin: 4px 0;
	}

	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight{
		display: block;
		position: absolute;
		width: 20px;
		height: 100%;
		overflow: hidden;
		margin: 0 auto;
		cursor: pointer;
	}
	
	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft{ left: 0; }

	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight{ right: 0; }



/* 
------------------------------------------------------------------------------------------------------------------------
4. VERTICAL AND HORIZONTAL SCROLLBARS 
yx-axis 
------------------------------------------------------------------------------------------------------------------------
*/

	.mCSB_container_wrapper{
		position: absolute;
		height: auto;
		width: auto;
		overflow: hidden;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin-right: 30px;
		margin-bottom: 30px;
	}
	
	.mCSB_container_wrapper > .mCSB_container{
		padding-right: 30px;
		padding-bottom: 30px;
		-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
	}
	
	.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical{ bottom: 20px; }
	
	.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal{ right: 20px; }
	
	/* non-visible horizontal scrollbar */
	.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical{ bottom: 0; }
	
	/* non-visible vertical scrollbar/RTL direction/left-side scrollbar */
	.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal, 
	.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal{ right: 0; }
	
	/* RTL direction/left-side scrollbar */
	.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal{ left: 20px; }
	
	/* non-visible scrollbar/RTL direction/left-side scrollbar */
	.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal{ left: 0; }
	
	.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper{ /* RTL direction/left-side scrollbar */
		margin-right: 0;
		margin-left: 30px;
	}
	
	.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container{ padding-right: 0; }
	
	.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container{ padding-bottom: 0; }
	
	.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden{
		margin-right: 0; /* non-visible scrollbar */
		margin-left: 0;
	}
	
	/* non-visible horizontal scrollbar */
	.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden{ margin-bottom: 0; }



/* 
------------------------------------------------------------------------------------------------------------------------
5. TRANSITIONS  
------------------------------------------------------------------------------------------------------------------------
*/

	.mCSB_scrollTools, 
	.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCSB_scrollTools .mCSB_buttonUp,
	.mCSB_scrollTools .mCSB_buttonDown,
	.mCSB_scrollTools .mCSB_buttonLeft,
	.mCSB_scrollTools .mCSB_buttonRight{
		-webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
		-moz-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
		-o-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
		transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
	}
	
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, /* auto-expanded scrollbar */
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail, 
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, 
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail{
		-webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s, 
					margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, 
					margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
					opacity .2s ease-in-out, background-color .2s ease-in-out; 
		-moz-transition: width .2s ease-out .2s, height .2s ease-out .2s, 
					margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, 
					margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
					opacity .2s ease-in-out, background-color .2s ease-in-out; 
		-o-transition: width .2s ease-out .2s, height .2s ease-out .2s, 
					margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, 
					margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
					opacity .2s ease-in-out, background-color .2s ease-in-out; 
		transition: width .2s ease-out .2s, height .2s ease-out .2s, 
					margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, 
					margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
					opacity .2s ease-in-out, background-color .2s ease-in-out; 
	}



/* 
------------------------------------------------------------------------------------------------------------------------
6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS  
------------------------------------------------------------------------------------------------------------------------
*/

	/* 
	----------------------------------------
	6.1 THEMES 
	----------------------------------------
	*/
	
	/* default theme ("light") */

	.mCSB_scrollTools{opacity: 0.75;filter: "alpha(opacity=75)";-ms-filter: "alpha(opacity=75)";}
	
	.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
	.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools{ opacity: 0; filter: "alpha(opacity=0)"; -ms-filter: "alpha(opacity=0)"; }
	
	.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
	.mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag,
	.mCustomScrollBox:hover > .mCSB_scrollTools,
	.mCustomScrollBox:hover ~ .mCSB_scrollTools,
	.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
	.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools{opacity: 1;}

	.mCSB_scrollTools .mCSB_draggerRail{
		background-color: rgba(0,0,0,0.4);
		filter: "alpha(opacity=40)";
		-ms-filter: "alpha(opacity=40)";
	}

	.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		background-color: #038e89 !important;
	}

	.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
		background-color: #fff;
		background-color: rgba(255, 255, 255, 0.45);
		filter: "alpha(opacity=85)";
		-ms-filter: "alpha(opacity=85)";
	}
	.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
		background-color: #fff; background-color: rgba(255,255,255,0.9);
		filter: "alpha(opacity=90)"; -ms-filter: "alpha(opacity=90)"; 
	}

	.mCSB_scrollTools .mCSB_buttonUp,
	.mCSB_scrollTools .mCSB_buttonDown,
	.mCSB_scrollTools .mCSB_buttonLeft,
	.mCSB_scrollTools .mCSB_buttonRight{
		background-image: url(/local/templates/main/media/css/mCSB_buttons.png); /* css sprites */
		background-repeat: no-repeat;
		opacity: 0.4; filter: "alpha(opacity=40)"; -ms-filter: "alpha(opacity=40)"; 
	}

	.mCSB_scrollTools .mCSB_buttonUp{
		background-position: 0 0;
		/* 
		sprites locations 
		light: 0 0, -16px 0, -32px 0, -48px 0, 0 -72px, -16px -72px, -32px -72px
		dark: -80px 0, -96px 0, -112px 0, -128px 0, -80px -72px, -96px -72px, -112px -72px
		*/
	}

	.mCSB_scrollTools .mCSB_buttonDown{
		background-position: 0 -20px;
		/* 
		sprites locations
		light: 0 -20px, -16px -20px, -32px -20px, -48px -20px, 0 -92px, -16px -92px, -32px -92px
		dark: -80px -20px, -96px -20px, -112px -20px, -128px -20px, -80px -92px, -96px -92px, -112 -92px
		*/
	}

	.mCSB_scrollTools .mCSB_buttonLeft{
		background-position: 0 -40px;
		/* 
		sprites locations 
		light: 0 -40px, -20px -40px, -40px -40px, -60px -40px, 0 -112px, -20px -112px, -40px -112px
		dark: -80px -40px, -100px -40px, -120px -40px, -140px -40px, -80px -112px, -100px -112px, -120px -112px
		*/
	}

	.mCSB_scrollTools .mCSB_buttonRight{
		background-position: 0 -56px;
		/* 
		sprites locations 
		light: 0 -56px, -20px -56px, -40px -56px, -60px -56px, 0 -128px, -20px -128px, -40px -128px
		dark: -80px -56px, -100px -56px, -120px -56px, -140px -56px, -80px -128px, -100px -128px, -120px -128px
		*/
	}

	.mCSB_scrollTools .mCSB_buttonUp:hover,
	.mCSB_scrollTools .mCSB_buttonDown:hover,
	.mCSB_scrollTools .mCSB_buttonLeft:hover,
	.mCSB_scrollTools .mCSB_buttonRight:hover{ opacity: 0.75; filter: "alpha(opacity=75)"; -ms-filter: "alpha(opacity=75)"; }

	.mCSB_scrollTools .mCSB_buttonUp:active,
	.mCSB_scrollTools .mCSB_buttonDown:active,
	.mCSB_scrollTools .mCSB_buttonLeft:active,
	.mCSB_scrollTools .mCSB_buttonRight:active{ opacity: 0.9; filter: "alpha(opacity=90)"; -ms-filter: "alpha(opacity=90)"; }
	

	/* theme: "dark" */

	.mCS-dark.mCSB_scrollTools .mCSB_draggerRail{
		background-color: #dcdcdc;
	}

	.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		background: #038e89;
	}


.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:before{
	position: absolute;
	width: 11px;
	height: 37px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
	.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color: rgba(255, 255, 255, 0.45);}

	.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: rgba(0,0,0,0.9); }

	.mCS-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -80px 0; }

	.mCS-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -80px -20px; }

	.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -80px -40px; }

	.mCS-dark.mCSB_scrollTools .mCSB_buttonRight{ background-position: -80px -56px; }
	
	/* ---------------------------------------- */
	


	/* theme: "light-2", "dark-2" */

	.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail{
		width: 4px;
		background-color: #fff; background-color: rgba(255,255,255,0.1);
		-webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px;
	}

	.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		width: 4px;
		background-color: #fff; background-color: rgba(255,255,255,0.75);
		-webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px;
	}

	.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		width: 100%;
		height: 4px;
		margin: 6px auto;
	}

	.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.85); }

	.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.9); }

	.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp{ background-position: -32px 0; }

	.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown{	background-position: -32px -20px; }

	.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft{	background-position: -40px -40px; }

	.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight{ background-position: -40px -56px; }
	
	
	/* theme: "dark-2" */

	.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail{
		background-color: #000; background-color: rgba(0,0,0,0.1);
		-webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px;
	}

	.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		background-color: #000; background-color: rgba(0,0,0,0.75);
		-webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px;
	}

	.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }

	.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }

	.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp{ background-position: -112px 0; }

	.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown{ background-position: -112px -20px; }

	.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -120px -40px; }

	.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight{	background-position: -120px -56px; }
	
	/* ---------------------------------------- */
	


	/* theme: "light-thick", "dark-thick" */

	.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail{
		width: 4px;
		background-color: #fff; background-color: rgba(255,255,255,0.1);
		-webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;
	}

	.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		width: 6px;
		background-color: #fff; background-color: rgba(255,255,255,0.75);
		-webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;
	}

	.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		width: 100%;
		height: 4px;
		margin: 6px 0;
	}

	.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		width: 100%;
		height: 6px;
		margin: 5px auto;
	}

	.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.85); }

	.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.9); }

	.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp{ background-position: -16px 0; }

	.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown{	background-position: -16px -20px; }

	.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft{	background-position: -20px -40px; }

	.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight{ background-position: -20px -56px; }


	/* theme: "dark-thick" */
	
	.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail{
		background-color: #000; background-color: rgba(0,0,0,0.1);
		-webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;
	}

	.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		background-color: #000; background-color: rgba(0,0,0,0.75);
		-webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;
	}

	.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }

	.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }

	.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp{ background-position: -96px 0; }

	.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown{ background-position: -96px -20px; }

	.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -100px -40px; }

	.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight{	background-position: -100px -56px; }
	
	/* ---------------------------------------- */
	


	/* theme: "light-thin", "dark-thin" */
	
	.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail{ background-color: #fff; background-color: rgba(255,255,255,0.1); }

	.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ width: 2px; }

	.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail{ width: 100%; }

	.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		width: 100%;
		height: 2px;
		margin: 7px auto;
	}


	/* theme "dark-thin" */
	
	.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.15); }

	.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }
	
	.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }
	
	.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }
	
	.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp{	background-position: -80px 0; }

	.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown{ background-position: -80px -20px; }

	.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -80px -40px; }

	.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight{ background-position: -80px -56px; }
	
	/* ---------------------------------------- */
	
	
	
	/* theme "rounded", "rounded-dark", "rounded-dots", "rounded-dots-dark" */
	
	.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail{ background-color: #fff; background-color: rgba(255,255,255,0.15); }
	
	.mCS-rounded.mCSB_scrollTools .mCSB_dragger, 
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger, 
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger, 
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger{ height: 14px; }
	
	.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		width: 14px;
		margin: 0 1px;
	}
	
	.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger, 
	.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger, 
	.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger, 
	.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger{ width: 14px; }
	
	.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		height: 14px;
		margin: 1px 0;
	}
	
	.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, 
	.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, 
	.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{
		width: 16px; /* auto-expanded scrollbar */
		height: 16px;
		margin: -1px 0;
	}
	
	.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, 
	.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{ width: 4px; /* auto-expanded scrollbar */ }
	
	.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, 
	.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, 
	.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{
		height: 16px; /* auto-expanded scrollbar */
		width: 16px;
		margin: 0 -1px;
	}
	
	.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, 
	.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{
		height: 4px; /* auto-expanded scrollbar */
		margin: 6px 0;
	}
	
	.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp{ background-position: 0 -72px; }
	
	.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown{ background-position: 0 -92px; }
	
	.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft{ background-position: 0 -112px; }
	
	.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight{ background-position: 0 -128px; }
	
	
	/* theme "rounded-dark", "rounded-dots-dark" */
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.15); }
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, 
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, 
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -80px -72px; }
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -80px -92px; }
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -80px -112px; }
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight{ background-position: -80px -128px; }
	
	
	/* theme "rounded-dots", "rounded-dots-dark" */
	
	.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail, 
	.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail{ width: 4px; }
	
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		background-color: transparent;
		background-position: center;
	}
	
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail{
		background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==");
		background-repeat: repeat-y;
		opacity: 0.3;
		filter: "alpha(opacity=30)"; -ms-filter: "alpha(opacity=30)"; 
	}
	
	.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		height: 4px;
		margin: 6px 0;
		background-repeat: repeat-x;
	}
	
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp{ background-position: -16px -72px; }
	
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown{ background-position: -16px -92px; }
	
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -20px -112px; }
	
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight{ background-position: -20px -128px; }
	
	
	/* theme "rounded-dots-dark" */
	
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail{
		background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=");
	}
	
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -96px -72px; }
	
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -96px -92px; }
	
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -100px -112px; }
	
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight{ background-position: -100px -128px; }
	
	/* ---------------------------------------- */
	
	
	
	/* theme "3d", "3d-dark", "3d-thick", "3d-thick-dark" */
	
	.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		background-repeat: repeat-y;
		background-image: -moz-linear-gradient(left, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 100%);
		background-image: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0.5)), color-stop(100%,rgba(255,255,255,0)));
		background-image: -webkit-linear-gradient(left, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
		background-image: -o-linear-gradient(left, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
		background-image: -ms-linear-gradient(left, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
		background-image: linear-gradient(to right, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
	}
	
	.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		background-repeat: repeat-x;
		background-image: -moz-linear-gradient(top, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 100%);
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.5)), color-stop(100%,rgba(255,255,255,0)));
		background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
		background-image: -o-linear-gradient(top, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
		background-image: -ms-linear-gradient(top, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
		background-image: linear-gradient(to bottom, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
	}
	
	
	/* theme "3d", "3d-dark" */
	
	.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger, 
	.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger{ height: 70px; }
	
	.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger, 
	.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger{ width: 70px; }
	
	.mCS-3d.mCSB_scrollTools, 
	.mCS-3d-dark.mCSB_scrollTools{
		opacity: 1;
		filter: "alpha(opacity=30)"; -ms-filter: "alpha(opacity=30)"; 
	}
	
	.mCS-3d.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ -webkit-border-radius: 16px; -moz-border-radius: 16px; border-radius: 16px; }
	
	.mCS-3d.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail{
		width: 8px;
		background-color: #000; background-color: rgba(0,0,0,0.2);
		box-shadow: inset 1px 0 1px rgba(0,0,0,0.5), inset -1px 0 1px rgba(255,255,255,0.2);
	}
	
	.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 	 
	.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, 
	.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #555; }

	.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ width: 8px; }

	.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		width: 100%;
		height: 8px;
		margin: 4px 0;
		box-shadow: inset 0 1px 1px rgba(0,0,0,0.5), inset 0 -1px 1px rgba(255,255,255,0.2);
	}

	.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		width: 100%;
		height: 8px;
		margin: 4px auto;
	}
	
	.mCS-3d.mCSB_scrollTools .mCSB_buttonUp{ background-position: -32px -72px; }
	
	.mCS-3d.mCSB_scrollTools .mCSB_buttonDown{ background-position: -32px -92px; }
	
	.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -40px -112px; }
	
	.mCS-3d.mCSB_scrollTools .mCSB_buttonRight{ background-position: -40px -128px; }
	
	
	/* theme "3d-dark" */
	
	.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail{
		background-color: #000; background-color: rgba(0,0,0,0.1);
		box-shadow: inset 1px 0 1px rgba(0,0,0,0.1);
	}
	
	.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{ box-shadow: inset 0 1px 1px rgba(0,0,0,0.1); }
	
	.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -112px -72px; }

	.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -112px -92px; }

	.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -120px -112px; }

	.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight{	background-position: -120px -128px; }
	
	/* ---------------------------------------- */
	
	
	
	/* theme: "3d-thick", "3d-thick-dark" */
	
	.mCS-3d-thick.mCSB_scrollTools, 
	.mCS-3d-thick-dark.mCSB_scrollTools{
		opacity: 1;
		filter: "alpha(opacity=30)"; -ms-filter: "alpha(opacity=30)"; 
	}
	
	.mCS-3d-thick.mCSB_scrollTools, 
	.mCS-3d-thick-dark.mCSB_scrollTools, 
	.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer, 
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer{ -webkit-border-radius: 7px; -moz-border-radius: 7px; border-radius: 7px; }
	
	.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
	
	.mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical, 
	.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical{ right: 1px; }
	
	.mCS-3d-thick.mCSB_scrollTools_vertical, 
	.mCS-3d-thick-dark.mCSB_scrollTools_vertical{ box-shadow: inset 1px 0 1px rgba(0,0,0,0.1), inset 0 0 14px rgba(0,0,0,0.5); }
	
	.mCS-3d-thick.mCSB_scrollTools_horizontal, 
	.mCS-3d-thick-dark.mCSB_scrollTools_horizontal{
		bottom: 1px;
		box-shadow: inset 0 1px 1px rgba(0,0,0,0.1), inset 0 0 14px rgba(0,0,0,0.5);
	}
	
	.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		box-shadow: inset 1px 0 0 rgba(255,255,255,0.4);
		width: 12px;
		margin: 2px;
		position: absolute;
		height: auto;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}
	
	.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{ box-shadow: inset 0 1px 0 rgba(255,255,255,0.4); }
	
	.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,  
	.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, 
	.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #555; }
	
	.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		height: 12px;
		width: auto;
	}
	
	.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer{
		background-color: #000; background-color: rgba(0,0,0,0.05);
		box-shadow: inset 1px 1px 16px rgba(0,0,0,0.1);
	}
	
	.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail{ background-color: transparent; }
	
	.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp{ background-position: -32px -72px; }
	
	.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown{ background-position: -32px -92px; }

	.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -40px -112px; }

	.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight{	background-position: -40px -128px; }
	
	
	/* theme: "3d-thick-dark" */
	
	.mCS-3d-thick-dark.mCSB_scrollTools{ box-shadow: inset 0 0 14px rgba(0,0,0,0.2); }
	
	.mCS-3d-thick-dark.mCSB_scrollTools_horizontal{ box-shadow: inset 0 1px 1px rgba(0,0,0,0.1), inset 0 0 14px rgba(0,0,0,0.2); }
	
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ box-shadow: inset 1px 0 0 rgba(255,255,255,0.4), inset -1px 0 0 rgba(0,0,0,0.2); }
	 
	.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{ box-shadow: inset 0 1px 0 rgba(255,255,255,0.4), inset 0 -1px 0 rgba(0,0,0,0.2); }
	
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,  
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, 
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #777; }
	
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer{
		background-color: #fff; background-color: rgba(0,0,0,0.05);
		box-shadow: inset 1px 1px 16px rgba(0,0,0,0.1);
	}
	
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: transparent; }
	
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -112px -72px; }
	
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -112px -92px; }

	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -120px -112px; }

	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight{	background-position: -120px -128px; }
	
	/* ---------------------------------------- */
	
	
	
	/* theme: "minimal", "minimal-dark" */
	
	.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical, 
	.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical{
		right: 0; 
		margin: 12px 0; 
	}
	
	.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal, 
	.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal, 
	.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal, 
	.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal{
		bottom: 0; 
		margin: 0 12px; 
	}
	
	/* RTL direction/left-side scrollbar */
	.mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical, 
	.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical{
		left: 0; 
		right: auto;
	}
	
	.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: transparent; }
	
	.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger, 
	.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger{ height: 50px; }
	
	.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger, 
	.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger{ width: 50px; }
	
	.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		background-color: #fff; background-color: rgba(255,255,255,0.2);
		filter: "alpha(opacity=20)"; -ms-filter: "alpha(opacity=20)"; 
	}
	
	.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
		background-color: #fff; background-color: rgba(255,255,255,0.5);
		filter: "alpha(opacity=50)"; -ms-filter: "alpha(opacity=50)"; 
	}
	
	
	/* theme: "minimal-dark" */
	
	.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		background-color: #000; background-color: rgba(0,0,0,0.2);
		filter: "alpha(opacity=20)"; -ms-filter: "alpha(opacity=20)"; 
	}
	
	.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
		background-color: #000; background-color: rgba(0,0,0,0.5);
		filter: "alpha(opacity=50)"; -ms-filter: "alpha(opacity=50)"; 
	}
	
	/* ---------------------------------------- */
	
	
	
	/* theme "light-3", "dark-3" */
	
	.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail{
		width: 6px;
		background-color: #000; background-color: rgba(0,0,0,0.2);
	}

	.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ width: 6px; }

	.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		width: 100%;
		height: 6px;
		margin: 5px 0;
	}
	
	.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, 
	.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{
		width: 12px;
	}
	
	.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, 
	.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{
		height: 12px;
		margin: 2px 0;
	}
	
	.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp{ background-position: -32px -72px; }
	
	.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown{ background-position: -32px -92px; }
	
	.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -40px -112px; }
	
	.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight{ background-position: -40px -128px; }
	
	
	/* theme "dark-3" */
	
	.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }

	.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }

	.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }
	
	.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.1); }
	
	.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp{ background-position: -112px -72px; }

	.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown{ background-position: -112px -92px; }

	.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -120px -112px; }

	.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight{	background-position: -120px -128px; }
	
	/* ---------------------------------------- */
	
	
	
	/* theme "inset", "inset-dark", "inset-2", "inset-2-dark", "inset-3", "inset-3-dark" */
	
	.mCS-inset.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail{
		width: 12px;
		background-color: #000; background-color: rgba(0,0,0,0.2);
	}

	.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ 
		width: 6px;
		margin: 3px 5px;
		position: absolute;
		height: auto;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}

	.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		height: 6px;
		margin: 5px 3px;
		position: absolute;
		width: auto;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}
	
	.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		width: 100%;
		height: 12px;
		margin: 2px 0;
	}
	
	.mCS-inset.mCSB_scrollTools .mCSB_buttonUp, 
	.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp, 
	.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp{ background-position: -32px -72px; }
	
	.mCS-inset.mCSB_scrollTools .mCSB_buttonDown, 
	.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown, 
	.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown{ background-position: -32px -92px; }
	
	.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft, 
	.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft, 
	.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -40px -112px; }
	
	.mCS-inset.mCSB_scrollTools .mCSB_buttonRight, 
	.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight, 
	.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight{ background-position: -40px -128px; }
	
	
	/* theme "inset-dark", "inset-2-dark", "inset-3-dark" */
	
	.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }

	.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }

	.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }
	
	.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.1); }
	
	.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -112px -72px; }

	.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -112px -92px; }

	.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -120px -112px; }

	.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight{	background-position: -120px -128px; }
	
	
	/* theme "inset-2", "inset-2-dark" */
	
	.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail{
		background-color: transparent;
		border-width: 1px;
		border-style: solid;
		border-color: #fff;
		border-color: rgba(255,255,255,0.2);
		-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
	}
	
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail{ border-color: #000; border-color: rgba(0,0,0,0.2); }
	
	
	/* theme "inset-3", "inset-3-dark" */
	
	.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail{ background-color: #fff; background-color: rgba(255,255,255,0.6); }
	
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.6); }
	
	.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }
	
	.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }
	
	.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }
	
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.75); }
	
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.85); }
	
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.9); }
	
	/* ---------------------------------------- */

/* End */


/* Start:/local/templates/main/media/css/fancybox.css?15786456828670*/
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
	background: transparent;
}

.fancybox-skin {
	position: relative;
	color: #616161 !important;
	text-shadow: none;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px; 
	background: rgba(0, 0, 0, 0.3) !important;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.33);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.33);
	box-shadow: 0 0 5px rgba(0,0,0,0.33);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('/local/templates/main/media/css/fancybox_sprite.html');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 24px;
	height: 24px;
	background: url('/local/templates/main/media/css/../img/bg/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	cursor: pointer;
	z-index: 8040;
	right: 0 !important;
	text-decoration: none !important;
	top: -35px !important;
	background: rgba(0,0,0,0.25) !important;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('/local/templates/main/media/css/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: rgba(27,27,27,0.94) !important;
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	border-radius: 15px;
	-moz-border-radius: 15px; 
	-khtml-border-radius: 15px; 
	-webkit-border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

#fancybox-thumbs ul li img {
    max-width: none
}
.info.hidden {
    display: none
}


.fancybox-title,
.fancybox-error {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 14px !important;
    line-height: 24px !important;
}

.fancybox-title h2,
.fancybox-title h3 {
    color: #616161;
    margin-bottom: 10px;
    line-height: 22px;
    font-size: 18px;
}

.fancybox-skin {
}

.fancybox-title-inside-wrap {
    padding: 20px !important
}

.fancybox-nav span {
    width: 46px;
    height: 46px;
    margin-top: -23px !important;
    font-size: 22px;
    line-height: 43px;
    text-align: center;
    font-weight: normal;
}

.fancybox-close:before,
.fancybox-prev span:before,
.fancybox-next span:before {
	font-family: 'icomoon' !important;
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/* Firefox Fix */
@-moz-document url-prefix() { 
	.fancybox-close:before,
	.fancybox-prev span:before,
	.fancybox-next span:before {
	    margin-top: 5px !important
	}
}

.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
    background: rgba(0,0,0,0.5) !important;
    color: rgba(255, 255, 255, 0.95) !important;
    -webkit-transition: all 200ms ease-in !important;
    -o-transition: all 200ms ease-in !important;
    -moz-transition: all 200ms ease-in !important;
    width: 40px;
    height: 40px;
    margin-top: -23px !important;
    font-size: 19px;
    line-height: 42px;
    font-weight: normal;
    text-align: center !important;
    border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    -khtml-border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
}

.fancybox-close:hover,
.fancybox-prev span:hover,
.fancybox-next span:hover {
    background: rgba(0,0,0,0.7) !important
}

.fancybox-close {
    background: rgba(0,0,0,0.25) !important
}

.fancybox-close:hover {
    background: rgba(0,0,0,0.55) !important
}

.fancybox-prev span:before {
    content: "\f104";
}

.fancybox-next span:before {
    content: "\f105";
}
.fancybox-close:before {
    content: "\f00d";
}

#fancybox-loading {
    margin-top: -12px !important;
    margin-left: -12px !important;
    background: #000 !important;
    padding: 8px;
    opacity: 1 !important;
    border-radius: 3px !important;
	-moz-border-radius: 3px !important;
	-khtml-border-radius: 3px !important;
	-webkit-border-radius: 3px !important;
}
#fancybox-loading div {
    width: 24px !important;
    height: 24px !important;
    background-image: url(/local/templates/main/media/css/style/images/fancy-loading.gif) !important;
}
.fancybox-overlay {
	background: rgba(11, 23, 23, 0.8) !important;
}

#fancybox-thumbs {
	position: fixed;
	left: 0;
	width: 100%;
	overflow: hidden;
	z-index: 8050;
}

#fancybox-thumbs.bottom {
	bottom: 2px;
}

#fancybox-thumbs.top {
	top: 2px;
}

#fancybox-thumbs ul {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}

#fancybox-thumbs ul li {
	float: left;
	padding: 1px;
	opacity: 0.5;
	transition: opacity 0.2s linear;
}

#fancybox-thumbs ul li.active {
	opacity: 0.75;
	padding: 0;
	border: 1px solid #fff;
}

#fancybox-thumbs ul li:hover {
	opacity: 1;
}

#fancybox-thumbs ul li a {
	display: block;
	position: relative;
	overflow: hidden;
	border: 1px solid #222;
	background: #111;
	outline: none;
}

#fancybox-thumbs ul li img {
	display: block;
	position: relative;
	border: 0;
	padding: 0;
	max-width: none;
}




/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('/local/templates/main/media/css/fancybox_sprite%402x.html');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('/local/templates/main/media/css/fancybox_loading%402x.html');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
/* End */


/* Start:/local/templates/main/media/css/template.css?157864568259677*/
@charset "utf-8";

/* ================================== Custom Classes Start ================================== */

.list li {
  list-style: none;
}

.hide {
  display: none !important;
  visibility: hidden;
}

.invisible {
  visibility: hidden;
}

.clear {
  display: table;
  clear: both;
  height: 0;
  visibility: hidden;
}

.dblock {
  display: block;
}

.justify {
  text-align: justify;
}

.justify:after {
  width: 100%;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  content: '';
  display: inline-block;
}

.hr {
  height: 1px;
  background: #d7d7d7;
  clear: both;
}

.bold {
  font-weight: 600;
}

.tp_lab {
  margin-bottom: 0;
  vertical-align: middle;
  margin-top: 0;
}

.tp_lab sup,
.tp_textsub sup {
  color: #FF0A0A;
  top: -5px;
  position: relative;
  margin-left: 2px;
}

/* ====== Inputs ====== */

.inp,
input[type="text"],
input[type="tel"],
input[type="search"],
input[type="password"] {
  height: 36px;
  padding: 5px 10px;
  color: rgba(51, 51, 51, 0.5);
  text-decoration: none;
  display: block;
  border-width: 1px;
  border-style: solid;
  border-color: #e6e6e6;
  border-radius: 0;
  font-size: 13px;
  border-radius: 3px;
  box-shadow: none;
  background: #fafafa;
  transition: 0.25s linear;
}

textarea {
  height: 125px;
  padding: 5px 10px;
  border-width: 2px;
  border-style: solid;
  border-color: #fff;
  border-radius: 3px;
  font-size: 16px;
  color: #3a3a3a;
  box-shadow: none;
  transition: border-color 0.25s linear;
}

textarea.inp, 
textarea {
  min-height: 75px;
  max-height: 125px;
  resize: vertical;
}

.inp + span,
input[type="text"] + span,
input[type="tel"] + span,
input[type="search"] + span,
input[type="password"] + span {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.5);
  margin-top: 9px;
  display: block;
}

form div.line {
  margin-bottom: .8em;
}

.inp:focus,
.inp:hover,
.inp:active,
input[type="text"]:hover,
input[type="text"]:focus,
input[type="text"]:active,
input[type="tel"]:hover,
input[type="tel"]:focus,
input[type="tel"]:active,
input[type="search"]:hover,
input[type="search"]:focus,
input[type="search"]:active,
input[type="password"]:hover,
input[type="password"]:focus,
input[type="password"]:active,
textarea:hover,
textarea:focus,
textarea:active {
  border-color: #e5e5e5;
  background: #fff;
}

/* ====== Placeholders ====== */

input[type="text"]::-webkit-input-placeholder {
  color: rgba(51, 51, 51, 0.5);
  transition: color 0.25s linear;
}

input[type="text"]::-moz-placeholder {
  color: rgba(51, 51, 51, 0.5);
  transition: color 0.25s linear;
}

input[type="text"]::placeholder {
  color: rgba(51, 51, 51, 0.5);
  transition: color 0.25s linear;
}

input[type="text"]:focus::-webkit-input-placeholder {
  color: transparent;
}

input[type="text"]:focus::-moz-placeholder {
  color: transparent;
}

input[type="text"]:focus::placeholder {
  color: transparent;
}

input[type="password"]::-webkit-input-placeholder {
  color: rgba(51, 51, 51, 0.5);
  transition: color 0.25s linear;
}

input[type="password"]::-moz-placeholder {
  color: rgba(51, 51, 51, 0.5);
  transition: color 0.25s linear;
}

input[type="password"]::placeholder {
  color: rgba(51, 51, 51, 0.5);
  transition: color 0.25s linear;
}

input[type="password"]:focus::-webkit-input-placeholder {
  color: transparent;
}

input[type="password"]:focus::-moz-placeholder {
  color: transparent;
}

input[type="password"]:focus::placeholder {
  color: transparent;
}



/*--*/

input[type="search"]::-webkit-input-placeholder {
  color: rgba(51, 51, 51, 0.5);
  transition: color 0.25s linear;
}

input[type="search"]::-moz-placeholder {
  color: rgba(51, 51, 51, 0.5);
  transition: color 0.25s linear;
}

input[type="search"]::placeholder {
  color: rgba(51, 51, 51, 0.5);
  transition: color 0.25s linear;
}

input[type="search"]:focus::-webkit-input-placeholder {
  color: transparent;
}

input[type="search"]:focus::-moz-placeholder {
  color: transparent;
}

input[type="search"]:focus::placeholder {
  color: transparent;
}

textarea::-webkit-input-placeholder {
  color: rgba(51, 51, 51, 0.5);
  transition: color 0.25s linear;
}

textarea::-moz-placeholder {
  color: rgba(51, 51, 51, 0.5);
  transition: color 0.25s linear;
}

textarea::placeholder {
  color: rgba(51, 51, 51, 0.5);
  transition: color 0.25s linear;
}

textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

textarea:focus::-moz-placeholder {
  color: transparent;
}

textarea:focus::placeholder {
  color: transparent;
}


/* ====== Buttons ====== */

.btn {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-size: 13px;
  padding: 8px 20px;
  line-height: 1.3;
  border-radius: 3px;
  border-width: 2px !important;
  border-radius: 2px;
  border-style: solid;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  transition: 0.25s linear;
  height: auto;
}

.btn span {
  display: inline-block;
  vertical-align: middle;
}

.btn:hover,
.btn:focus,
.btn:active {
  color: #fff;
}

/* blue */
.btn.blue {
  background: #1779b1;
  border-color: #1779b1;
}

.btn.blue:hover {
  color: #1779b1;
  background: #fff;
}

.btn.blue.bord {
  color: #1779b1;
  background: #fff;
}

.btn.blue.bord:hover {
  color: #fff;
  background: #1779b1;
  border-color: #1779b1;
}

/* green */
.btn.green {
  background: #038e89;
  border-color: #038e89;
}

.btn.green:hover {
  color: #028f8a;
  background: #fff;
}

.btn.green.bord {
  color: #028f8a;
  background: #fff;
}

.btn.green.bord:hover {
  color: #fff;
  background: #028f8a;
  border-color: #028f8a;
}

/* light_blue */
.btn.light_blue {
  background: #5bc0de;
  border-color: #5bc0de;
}

.btn.light_blue:hover {
  color: #5bc0de;
  background: #fff;
}

/* orange */
.btn.orange {
  background: #f0ad4e;
  border-color: #f0ad4e;
}

.btn.orange:hover {
  color: #f0ad4e;
  background: #fff;
}

/* red */
.btn.red {
  background: #fc2a45;
  border-color: #fc2a45;
}

.btn.red:hover {
  color: #da2e46;
  background: #fff;
}

.btn.btn-lg {
  font-size: 16px;
  line-height: 25px;
  padding: 10px 25px;
}

.btn.btnsm {
  font-size: 12px;
  padding: 5px 25px;
}

.btn_slide {
  padding: 10px 20px;
}

.btn_toggle,
.btn_toggle.collapsed {
  background: #fff !important;
  border-width: 1px;
  width: 35px;
  height: 35px;
  line-height: 36px;
  color: #038e89;
  padding: 0;
  text-align: center;
  font-size: 16px;
  border-radius: 2px;
  transition: 0.25s linear;
  float: right;
  position: relative;
  border-style: solid;
  border-color: #038e89;
  margin-right: 15px;
  margin-top: 0;
  margin-bottom: 0;
}

.btn_toggle span {
  bottom: auto;
  display: inline-block;
  height: 2px;
  left: 50%;
  position: absolute;
  right: auto;
  top: 50%;
  width: 20px;
  z-index: 10;
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: #fff;
}

.btn_toggle span:before, 
.btn_toggle span:after {
  content: "";
  background: #fff;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-transition: -moz-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}

.btn_toggle span:before {
  -moz-transform: translateY(-6px) rotate(0deg);
  -ms-transform: translateY(-6px) rotate(0deg);
  -webkit-transform: translateY(-6px) rotate(0deg);
  transform: translateY(-8px) rotate(0deg);
}

.btn_toggle span:after {
  -moz-transform: translateY(6px) rotate(0deg);
  -ms-transform: translateY(6px) rotate(0deg);
  -webkit-transform: translateY(6px) rotate(0deg);
  transform: translateY(8px) rotate(0deg);
}

.btn_toggle:not(.collapsed):before {
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
}

.btn_toggle:not(.collapsed):after {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}

.btn_toggle:not(.collapsed) span {
  background: transparent !important;
}

.btn_toggle:not(.collapsed) span:before, 
.btn_toggle:not(.collapsed) span:after {
  background: #fff;
}

.btn_toggle:not(.collapsed) span:before {
  -moz-transform: translateY(0) rotate(45deg);
  -ms-transform: translateY(0) rotate(45deg);
  -webkit-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
}

.btn_toggle:not(.collapsed) span:after {
  -moz-transform: translateY(0) rotate(-45deg);
  -ms-transform: translateY(0) rotate(-45deg);
  -webkit-transform: translateY(0) rotate(-45deg);
  transform: translateY(0) rotate(-45deg);
}

.btn_toggle:hover,
.btn_toggle:not(.collapsed) {
  background: #038e89 !important;
  left: 0 !important;
  color: #fff;
}

.btn_toggle .icon-bar {
  display: block;
  width: 27px;
  height: 3px;
  border-radius: 1px;
  margin: 3px auto;
  background: #a9a9a9;
}

.btn_toggle .icon-bar + .icon-bar {
  margin-top: 8px;
}

.btn_toggle:hover .icon-bar ,
.btn_toggle:not(.collapsed) .icon-bar {
  background: #fff;
}

a.btn {
  text-decoration: none !important;
}

/* blue btn */
.btn span {
  display: inline-block;
  vertical-align: middle;
}

.tp_whit {
  display: inline-block;
  vertical-align: middle;
  background: #fff;
  padding: 3px 4px;
  border-radius: 5px;
}

img[align=right] {
  float: right;
  margin: 0 0 1em 1em;
}

img[align=left] {
  float: left;
  margin: 0 1em 1em 0;
}

.line_tr {
  margin-bottom: 15px;
}

.line_tr .tp_lab {
  display: inline-block;
  vertical-align: top;
  min-width: 160px;
}

.toTop {
  display: block;
  cursor: pointer;
  position: fixed;
  bottom: -100px;
  right: 10px;
  z-index: 1000;
  font-size: 17px;
  text-decoration: none;
  text-align: center;
  transition: background 0.25s linear, color 0.25s linear;
  color: #fff;
  background: #028f8a;
  border-radius: 50%;
  padding: 4px 4px;
  opacity: 0.85;
  border-width: 2px;
  border-style: solid;
  border-color: #028f8a;
  height: 30px;
  width: 30px;
}

.toTop:hover {
  background: #fff;
  color: #028f8a;
}

.tp_row,
.zp_row {
  font-size: 0;
}

.tp_row [class*="col-"],
.zp_row [class*="col-"] {
  float: none;
  display: inline-block;
}

.tp_row.vm [class*="col-"],
.zp_row.vm [class*="col-"] {
  vertical-align: middle;
}

.tp_row.vt [class*="col-"],
.zp_row.vt [class*="col-"] {
  vertical-align: top;
}

.tp_row.vb [class*="col-"],
.zp_row.vb [class*="col-"] {
  vertical-align: bottom;
}

/* ================================== Custom Classes End ================================== */

html, body {
  height: 100%;
  margin: 0;
  width: 100%;
  background: #fff;
  font-family: 'droid_sansregular', Arial, sans-serif;
  font-size: 13px;
  line-height: 1.4;
  color: #333;
  letter-spacing: -0.05px;
}

.tp_wrapper {
  overflow: hidden;
  margin: 0 auto;
  min-height: 100%;
}

/* ================================== Header Start ================================== */

.zp_header {
  z-index: 101;
  background-color: #fff;
  border-width: 0 !important;
  padding-top: 5px;
  transition: background 0.25s linear;
    /* box-shadow: -8px 1px 8px 2px rgba(0, 0, 0, 0.1); */
  ;
}

.zp_logo {
}

.zp_toplist {
  text-align: right;
  font-size: 0;
  margin: 0;
}

.zp_toplist li {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  padding-left: 20px;
  padding-right: 15px;
}

.zp_toplist li:nth-last-child(2) {
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #d0d4dc;
}

.zp_toplist li:last-child {
  padding-right: 0;
  padding-left: 0;
}

.zp_toplist li a:not([class]) {
  text-decoration: none;
  color: #1779b1;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #1779b1;
  transition: color 0.25s linear, border-color 0.25s linear;
}

.zp_toplist li a:not([class]):hover {
  color: #4f4f4f;
  border-bottom-color: transparent;
}

.zp_telnk {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  color: #333;
}

.zp_telnk i {
  font-size: 17px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.zp_telnk span {
  display: inline-block;
  vertical-align: middle;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #333;
}

.zp_meslnk {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  color: #333;
}

.zp_meslnk i {
  font-size: 17px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.zp_meslnk span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #333;
}

.tp_header {
  z-index: 101;
  background-color: #fff;
  border-width: 0 !important;
  transition: background 0.25s linear;
  box-shadow: 0px 1px 4px 2px rgba(0, 0, 0, 0.09);
}

.tp_headerline {
  padding-top: 7px;
  padding-bottom: 7px;
}

.tp_logo {
}

.tp_toplist {
  text-align: right;
  font-size: 0;
  margin: 0;
}

.tp_toplist li {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  padding-left: 22px;
  padding-right: 22px;
}

.tp_toplist li:first-child {
  padding-right: 14px;
}

.tp_toplist li:nth-last-child(2) {
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #d0d4dc;
}

.tp_toplist li:last-child {
  padding-right: 0;
  padding-left: 0;
}

.tp_toplist li a:not([class]) {
  text-decoration: none;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #1779b1;
  transition: border-color 0.25s linear;
  color: #1779b1;
}

.tp_toplist li a:not([class]):hover {
  border-bottom-color: transparent;
}

.tp_telnk {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  color: #333;
}

.tp_telnk i {
  font-size: 17px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.tp_telnk span {
  display: inline-block;
  vertical-align: middle;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #333;
}

.tp_meslnk {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  color: #333;
}

.tp_meslnk i {
  font-size: 17px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.tp_meslnk span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: transparent;
  transition: border-color 0.25s linear;
}

.tp_meslnk:hover span {
  border-bottom-color: #333;
}

.tp_topline {
  background: #f2f2f2;
  padding-top: 13px;
  padding-bottom: 13px;
  margin-top: 5px;
}

.tp_nav {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.tp_navigation {
  font-size: 13px;
  color: #038e89;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  border-width: 1px;
  border-style: solid;
  border-color: #038e89;
  padding: 7px 11px;
  border-radius: 2px;
  background: #fff;
  text-align: left;
  transition: 0.25s linear;
}

.tp_nav:hover .tp_navigation,
.tp_nav.open .tp_navigation,
.tp_navigation:hover {
  color: #fff;
  background: #038e89;
}

.tp_navigation i {
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 1px;
}

.tp_navigation span {
  display: inline-block;
  vertical-align: middle;
}

.tp_nav > ul {
  margin: 0;
  list-style: none;
  border-width: 1px;
  border-style: solid;
  border-color: #e6e6e6;
  width: 100%;
  min-width: 200px;
  padding: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 0;
  font-size: 13px;
}

.tp_nav > ul > li {
  position: relative;
}

.tp_nav > ul > li > a,
.tp_nav > ul > li > ul > li > a {
  color: #000;
  text-decoration: none;
  display: block;
  padding: 8px 15px;
  position: relative;
  transition: color 0.25s linear, background 0.25s linear;
}

.tp_nav > ul > li > a.dropdown-toggle:after {
  content: '\f107';
  font-family: 'icomoon' !important;
  transition: transform 0.25s linear, color 0.25s linear;
  position: absolute;
  right: 14px;
  color: #c1c1c1;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 10px;
  text-align: center;
  height: 36px;
  line-height: 34px;
  left: auto;
  font-size: 16px;
}

.tp_nav > ul > li:hover > a.dropdown-toggle:after {
  color: #fff;
}

.tp_nav > ul > li > ul > li > a {
  padding: 8px 20px;
  white-space: normal;
}

.tp_nav > ul > li:hover > a,
.tp_nav > ul > li > ul > li > a:hover,
.tp_nav > ul > li.current > a,
.tp_nav > ul > li.open > a {
  background: #038e89;
  color: #fff;
}

.tp_nav > ul > li > ul {
  margin: 0;
  list-style: none;
  border-width: 1px;
  border-style: solid;
  border-color: #e6e6e6;
  width: 100%;
  padding: 0;
  box-shadow: none;
  font-size: 13px;
  border-radius: 2px;
}

.tp_navbar {
  background: transparent;
  border-width: 0;
  min-height: inherit;
  margin: 0;
}

.tp_nav {
  border-width: 0;
  padding: 0;
  overflow-x: visible;
  overflow-y: visible !important;
}

.tp_loclist {
  position: relative;
}

.tp_loclist > a {
  font-size: 13px;
  color: rgba(51, 51, 51, 0.5);
  text-decoration: none;
  display: block;
  border-width: 1px;
  border-style: solid;
  border-color: #e6e6e6;
  padding: 7px 30px;
  border-radius: 2px;
  background: #fff;
  text-align: left;
  position: relative;
  height: 36px;
}

.tp_loclist > a i {
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
}

.tp_loclist > a:before {
  content: "\e9a2";
  font-family: 'icomoon' !important;
  transition: transform 0.25s linear;
  position: absolute;
  left: 9px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 10px;
  text-align: center;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
}

.tp_loclist > a span {
  display: inline-block;
  vertical-align: middle;
}

.tp_loclist > a:after {
  content: "\f109";
  font-family: 'icomoon' !important;
  transition: transform 0.25s linear;
  position: absolute;
  right: 14px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 10px;
  text-align: center;
  height: 36px;
  line-height: 36px;
  left: auto;
  font-size: 16px;
}

.tp_searchinp {
  position: relative;
}

.tp_searchinp i {
  position: absolute;
  font-size: 13px;
  color: rgba(51, 51, 51, 0.5);
  top: 11px;
  left: 17px;
}

.tp_topline .form-group {
  margin-bottom: 0;
}

.tp_topline .form-group input[type="text"],
.tp_topline .form-group input[type="search"] {
  padding: 14px 31px;
  height: 36px;
  font-size: 13px;
  line-height: 37px;
  background: #fff;
}

.tp_topline .form-group input[type="submit"],
.tp_topline .form-group input[type="button"] {
  padding: 7px 18px;
  height: 36px;
}

.tp_navcollapse {
  border-width: 0;
  background: transparent;
}









/* ================================== Header End ================================== */
/* ================================== Middle Start ================================== */

.tp_middle {
  padding-bottom: 155px;
}

.tp_middle.inner {
  background: #f2f2f2;
}

.tp_sidebar {
  margin-bottom: 35px;
}

.tp_content {
  margin-bottom: 25px;
}

.tp_sideblock {
}

.tp_sideblock h2 {
  margin-top: 0;
  font-size: 20px;
  color: #000;
  margin-bottom: 20px;
}

.tp_sideblock > ul {
  margin: 0;
  list-style: none;
  border-width: 1px;
  border-style: solid;
  border-color: #e6e6e6;
  padding-top: 10px;
  padding-bottom: 10px;
}

.tp_sideblock > ul > li {
  position: relative;
}

.tp_sideblock > ul > li > a,
.tp_sideblock > ul > li > ul > li > a {
  color: #000;
  text-decoration: none;
  display: block;
  padding: 8px 15px;
  transition: color 0.25s linear, background 0.25s linear;
  letter-spacing: 0.2px;
  line-height: 17px;
}

.tp_sideblock > ul > li > ul > li > a {
  padding: 7px 15px;
  white-space: normal;
  letter-spacing: -0.5px;
}

.tp_sideblock > ul > li:hover > a,
.tp_sideblock > ul > li > ul > li > a:hover,
.tp_sideblock > ul > li.current > a,
.tp_sideblock > ul > li.open > a {
  background: #038e89;
  color: #fff;
}

.tp_sideblock > ul > li > ul {
  margin: 0;
  list-style: none;
  border-width: 1px;
  border-style: solid;
  border-color: #e6e6e6;
  width: 100%;
  padding: 0;
  box-shadow: none;
  font-size: 13px;
}

.tp_heading {
  text-align: left;
  margin-bottom: 20px;
}

.tp_heading.center {
  text-align: center;
}

.tp_heading.right {
  text-align: right;
}

.tp_heading h1,
.tp_heading h2,
.tp_heading h3,
.tp_heading h4,
.tp_heading h5,
.tp_heading h6 {
  margin-top: 0;
  margin-bottom: 0px;
  color: #000;
}

.tp_heading h1 {
  font-size: 20px;
}

.tp_heading h2 {
  font-size: 23px;
}

.tp_heading h3 {
  font-size: 21px;
}

.tp_heading h4 {
  font-size: 19px;
}

.tp_heading h5 {
}

.tp_heading h6 {
}

.tp_breadcrumbs {
  margin-left: 0;
  margin-bottom: 23px;
  font-size: 0;
  color: #000;
}

.tp_breadcrumbs  li {
  display: inline-block;
  vertical-align: middle;
  list-style: none;
  font-size: 13px;
}

.tp_breadcrumbs li a {
  color: #0e8ecc;
  text-decoration: none;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: transparent;
  transition: border-color 0.25s linear;
}

.tp_breadcrumbs li a:hover {
  border-bottom-color: #0e8ecc;
}

.tp_breadcrumbs li:before {
  content: '\f105';
  color: #808080;
  font-family: 'icomoon' !important;
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 5px 0;
}

.tp_breadcrumbs li:first-child:before {
  display: none;
}

.tp_srchlist {
  margin: 0;
  list-style: none;
  color: #000;
  margin-bottom: 26px;
  margin-top: -14px;
}

.tp_srchlist li {
  margin-bottom: -2px;
}

.tp_srchlist li:before {
  content: '-';
  margin-right: 3px;
}

.tp_sideitm {
  border-width: 1px;
  border-style: solid;
  border-color: #e6e6e6;
  margin-bottom: 35px;
}

.tp_sideitm h4 {
  background: #038e89;
  color: #fff;
  padding: 13px 24px;
  margin: 0;
  font-size: 13px;
}

.tp_sideitm ul {
  margin: 0;
  list-style: none;
  font-size: 13px;
  padding: 9px 5px;
  letter-spacing: 0;
  line-height: 16px;
}

.tp_sideitm ul li {
  padding: 5px 14px;
}

.tp_sideitm ul li a {
  text-decoration: none;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: transparent;
  transition: color 0.25s linear, border-color 0.25s linear;
}

.tp_sideitm ul li a span {
  margin-left: 4px;
  color: #000;
}

.tp_sideitm ul li a:hover {
  color: #038e89;
  border-bottom-color: #038e89;
}

.tp_itemsliner {
  border-width: 1px;
  border-style: solid;
  border-color: #e0e0e0;
  padding: 20px 17px;
  margin-bottom: 20px;
  background: #fff;
  transition: box-shadow 0.25s linear;
}

.tp_itemsliner.company {
  position: relative;
  margin-top: -85px;
  box-shadow: 0px 6px 10px 0px rgba(187, 187, 187, 0.5);
}

.tp_itemsliner:hover {
  box-shadow: 0px 6px 10px 0px rgba(187, 187, 187, 0.5);
}

.tp_itemsliner .imgs {
  border-width: 1px;
  border-style: solid;
  border-color: #e0e0e0;
  padding: 10px;
}

.c_list_img {
    height: 145px;
    /* width: 145px; */
    display: block;
    background-position: center center;
    background-size: 100%;
    background-repeat: no-repeat;
}

.tp_itemsliner .imgs img {
}

.tp_itemsliner .txt {
}

.tp_itemsliner .txt h2 {
  margin: 0;
  margin-bottom: 7px;
  font-size: 26px;
}

.tp_itemsliner .txt h5 {
  font-size: 13px;
  margin-bottom: 15px;
  margin-top: 0;
}

.tp_itemsliner.company h5 {
  color: rgba(51, 51, 51, 0.7);
}

.tp_btnlist {
  margin: 0;
  margin-bottom: 6px;
  font-size: 13px;
}

div.tp_btnlist{

margin-bottom: 0;

margin-top: 20px;
}

div.tp_btnlist div{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

div.tp_btnlist div a{
  width: 47%;
}

.tp_btnlist li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.tp_itemsliner.company .tp_btnlist li {
  margin-right: 11px;
}


.tp_btnlist li a.btn,
.tp_btnlist li span.btn,
div.tp_btnlist a.btn,
div.tp_btnlist span.btn{
  border-width: 1px !important;
  padding: 9px 21px;
}

.tp_btnlist li a.btn i,
div.tp_btnlist a.btn i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
}

.tp_phnline {
  font-size: 15px;
  display: inline-block;
  vertical-align: text-bottom;
  color: #000;
  background: #e5e5e5;
  padding: 12px 19px 8px;
  border-radius: 5px;
  position: relative;
  margin-bottom: 10px;
}

.tp_phnline .close_link {
  position: absolute;
  color: #000;
  font-size: 9px;
  top: 5px;
  right: 5px;
  text-decoration: none;
  transition: opacity 0.25s linear;
}

.tp_phnline .close_link:hover {
  opacity: 0.7;
}

.tp_phnline div {
  display: inline-block;
  vertical-align: top;
  margin-right: 18px;
}

.tp_phnline div b {
  display: block;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.4);
  font-size: 13px;
  margin-bottom: -2px;
}

.tp_phnline div span {
  font-size: 15px;
}

.tp_locline {
  font-size: 16px;
  color: #0e8ecc;
  margin-bottom: 12px;
}

.tp_locline i {
  font-size: 13px;
}

.tp_locline b {
  font-weight: normal;
  font-size: 17px;
}

.tp_ctgslist {
  font-size: 15px;
  margin: 0;
  list-style-position: inside;
  margin-bottom: 12px;
}

.tp_ctgslist li {
  display: inline-block;
  vertical-align: top;
  width: 49%;
  position: relative;
  padding-left: 12px;
  margin-bottom: 2px;
}

.tp_ctgslist li:before {
  content: '';
  background: #b2b2b2;
  width: 5px;
  height: 5px;
  position: absolute;
  border-radius: 50%;
  top: 7px;
  left: 2px;
}

.tp_ctgslist li span {
  color: #000;
}

.tp_infoline {
  font-size: 13px;
  margin-bottom: 25px;
  position: relative;
}

.tp_infoline span {
}

.tp_infoline a {
  color: #0e8ecc;
  text-decoration: none;
}

.tp_infoline a:hover {
  color: #038e89;
}

.tp_infoline a:before {
  content: '-';
  margin-right: 5px;
  color: #0e8ecc;
  text-decoration: none;
}

.tp_infoline.review {
  padding-left: 19px;
}

.tp_infoline.review:before {
  content: "\e9af";
  font-family: 'icomoon' !important;
  position: absolute;
  top: 0px;
  left: 0;
  font-size: 15px;
}

.tp_rightside {
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #e5e5e5;
  text-align: center;
  margin-left: 5%;
}

.tp_itemsliner.company .tp_rightside {
  text-align: left;
  border-width: 0;
  margin: 0;
}

.tp_icns {
  font-size: 12px;
  display: block;
  color: #038e89;
  margin-bottom: 25px;
}

.tp_itemsliner.company .tp_icns {
}

.tp_icns i {
  font-size: 29px;
  display: block;
}

.tp_itemsliner.company .tp_icns i {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  margin-right: 10px;
}

.tp_icns b {
  display: block;
  text-align: center;
  font-weight: normal;
  line-height: 15px;
}

.tp_itemsliner.company .tp_icns b {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
}

.tp_icns.award {
  background: #038e89;
  color: #fff;
  position: relative;
  margin-top: -21px;
  padding: 15px;
  position: relative;
  margin-bottom: 35px;
  width: 80px;
  margin-left: auto;
  margin-right: auto;
}

.tp_icns.award i {
  margin-bottom: 10px;
}

.tp_icns.award:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 10px;
  background: url('/local/templates/main/media/css/../img/bg/award_bf.png') 0px 0px no-repeat;
  background-size: 100%;
  left: 0;
  bottom: -10px;
}

.tp_saves {
  /* position: absolute; */
  /* bottom: 0; */
  /* left: 0; */
  /* text-align: center; */
  /* width: 100%; */
}

.tp_saves .btn {
  margin-top: 15px;
}

.tp_saves a:not([class]) {
  font-size: 13px;
  text-decoration: none;
}

.tp_saves a:not([class]) i {
  display: inline-block;
  vertical-align: middle;
}

.tp_itemblock {
  display: block;
  text-decoration: none;
  border-width: 1px;
  border-style: solid;
  border-color: #e0e0e0;
  overflow: hidden;
  color: #000;
  margin-bottom: 20px;
  transition: box-shadow 0.25s linear;
}

.tp_itemblock:hover {
  box-shadow: 0px 6px 10px 0px rgba(187, 187, 187, 0.5);
}

.tp_itemblock figure {
  display: block;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #e0e0e0;
}

.tp_itemblock figure img {
}

.tp_itemblock .txt {
  padding: 30px 25px 10px;
  position: relative;
  text-align: center;
}

.tp_itemlogo {
  position: absolute;
  width: 55px;
  height: 55px;
  line-height: 55px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  border-width: 1px;
  border-style: solid;
  border-color: #e1e1e1;
  top: -30px;
  left: 0;
  right: 0;
  margin: auto;
}

.tp_itemlogo img {
}

.tp_itemblock .txt h3 {
  margin: 0;
  font-size: 17px;
  margin-bottom: 5px;
}

.tp_itemblock .txt h4 {
  margin: 0;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 10px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  line-height: 15px;
  height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tp_tpbl {
  font-size: 13px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #e5e5e5;
  padding-top: 28px;
  margin-bottom: 27px;
  margin-top: 25px;
}

.tp_tpbl h3 {
  font-size: 17px;
  color: #c40a0a;
  margin-bottom: 16px;
}

.tp_tpbl ol {
  margin: 0;
  font-size: 13px;
  list-style-position: inside;
}

.tp_tpbl ol li {
  position: relative;
  margin-bottom: 6px;
  transition: color 0.25s linear;
}

.tp_tpbl ol li a {
  color: #4c4c4c;
  text-decoration: none;
}

.tp_tpbl ol li:hover,
.tp_tpbl ol li:hover a,
.tp_tpbl ol li.current a {
  color: #00aeee;
}

.tp_banr {
  display: block;
  margin-bottom: 35px;
  transition: opacity 0.25s linear;
}

.tp_banr:hover {
  opacity: 0.7;
}

.tp_ctgitem {
  margin-bottom: 27px;
}

.tp_ctgitem h3 {
  font-size: 17px;
  display: inline-block;
  vertical-align: top;
  margin-top: 0;
  margin-bottom: 10px;
}

.tp_ctgitem h3 a {
  color: #c40a0a;
  text-decoration: none;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: transparent;
  transition: color 0.25s linear, border-color 0.25s linear;
}

.tp_ctgitem h3 a:hover {
  border-bottom-color: #c40a0a;
}

.tp_ctgitem ul {
  font-size: 13px;
  color: #808080;
  margin: 0;
  padding: 0;
  letter-spacing: 0.1px;
}

.tp_ctgitem ul:after {
  content: '...';
  color: #c40a0a;
}

.tp_ctgitem ul li {
  list-style: none;
  display: inline;
}

.tp_ctgitem ul li:after {
  content: '|';
  margin: 0 0 0 4px;
}

.tp_ctgitem ul li a {
  color: #808080;
  text-decoration: none;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: transparent;
  transition: color 0.25s linear, border-color 0.25s linear;
}

.tp_ctgitem ul li a:hover {
  color: #038e89;
  border-bottom-color: #038e89;
}

.tp_ctgrevs {
}

.tp_ctgrevs h3 {
  font-size: 20px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #e0e0e0;
  padding-bottom: 13px;
  margin-bottom: 15px;
}

.tp_ctgrevs ul {
  font-size: 13px;
  margin: 0;
  padding: 0;
  margin-bottom: 36px;
}

.tp_ctgrevs ul li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 29px;
}

.tp_ctgrevs ul li a {
  text-decoration: none;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: transparent;
  transition: color 0.25s linear, border-color 0.25s linear;
}

.tp_ctgrevs ul li a:hover {
  color: #038e89;
  border-bottom-color: #038e89;
}

.zp_pag_prv,
.zp_pag_nxt {
  display: inline-block;
  vertical-align: middle;
  padding: 10px 13px;
  border: 1px solid #d0d4dc;
  color: #333;
  cursor: pointer;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-transition: background-color,color,.1s linear;
  transition: background-color,color,.1s linear;
  font-size: 13px;
  text-decoration: none;
}

.zp_pag_prv:hover,
.zp_pag_nxt:hover {
  color: #fff;
  background-color: #028f8a;
}

.zp_pag_prv {
  border-left: 1px solid #d0d4dc;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}

.zp_pag_nxt {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-left-width: 0;
}

.zp_pagination {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}

.zp_pagination > li {
  display: inline-block;
  vertical-align: middle;
}

.zp_pagination > li > a {
  padding: 10px 13px;
  border: 1px solid #d0d4dc;
  border-left: none;
  color: #333;
  cursor: pointer;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-transition: background-color,color,.1s linear;
  transition: background-color,color,.1s linear;
  font-size: 13px;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
}

.zp_pagination > li > a.dots {
  cursor: default;
  border-top-color: transparent;
  border-bottom-color: transparent;
  color: #333 !important;
  background: #fff !important;
}

.zp_pagination > li.current > a,
.zp_pagination > li:hover > a {
  color: #fff;
  background-color: #028f8a;
}

.tp_rcblock {
  margin-bottom: 20px;
  text-align: center;
}
.tp_rcblock .kznc-banner-container{
  display: inline-block;
}
.kznc-banner-container {
  border-width: 1px;
  border-style: solid;
  border-color: #d3d8de;
  border-radius: 5px;
}

.tp_rcblock h2 {
  margin-top: 0;
  margin-bottom: 11px;
  font-size: 26px;
  color: #010101;
}

.tp_rcblock h4 {
  margin-top: 0;
  margin-bottom: 17px;
  font-size: 17px;
  color: #010101;
}

.tp_compbnr {
  margin-top: -35px;
}

.tp_revsrc {
  margin-bottom: 10px;
  font-size: 13px;
}

.tp_ratingblock {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  font-size: 11px;
}

.tp_modal_cnt .tp_ratingblock {
  display: block;
  font-size: 25px;
}

.tp_ratingblock i:first-of-type,
.tp_ratingblock i:last-of-type {
  display: none;
}

.tp_ratingblock i {
  margin-right: 5px;
}

.tp_ratingblock i:last-child {
  margin-right: 0;
}

.tp_bannerline {
  background: url('/local/templates/main/media/css/../img/bg/bannerline_bg.png') center center no-repeat;
  background-size: cover;
  padding: 55px  0  55px;
  color: #fff;
  text-align: center;
  margin-top: 0px;
  background-attachment: fixed;
}

.tp_bannerline .container {
}

.tp_bannerline h2 {
  font-size: 50px;
  line-height: 1;
  color: #fff;
  text-shadow: 2px 2px 2px #000;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 30px;
}

.tp_bantxt {
  color: #333;
  background: #fff;
  text-align: left;
  padding: 5px 30px;
}

.tp_bantxtitem {
  padding: 10px 25px;
  text-align: center;
}

.tp_bantxtitem i {
  display: block;
  vertical-align: top;
  margin-bottom: 15px;
  color: #028f8a;
  font-size: 58px;
  line-height: 1;
}

.tp_bantxtzg {
  display: inline-block;
  vertical-align: top;
}

.tp_bantxtzg h3 {
  margin-top: 0;
  margin-bottom: 6px;
  font-size: 22px;
  font-family: 'etelka_text_proregular', Arial, sans-serif;
}

.tp_bantxtzg p {
  font-family: 'etelka_light_proregular', Arial, sans-serif;
  font-size: 14px;
  margin-bottom: 0;
  letter-spacing: -0.4px;
}

.tp_bantxtitem .btn {
  margin-top: 25px;
  padding: 12px 25px;
}



/* partners */

.tp_partnertxt {
  position: relative;
  display: block;
  vertical-align: middle;
  text-transform: uppercase;
  font-family: 'droid_sansregular', Arial, sans-serif;
  font-size: 23px;
  line-height: 25px;
  text-align: center;
  margin-bottom: 25px;
}

.tp_partnersline {
  padding-top: 30px;
  padding-bottom: 25px;
}

.tp_owlpartn {
  margin-left: auto;
  margin-right: auto;
  padding-left: 45px;
  padding-right: 45px;
}

.tp_owlpartn .owl-item .item {
  text-align: center;
}

.tp_owlpartn .owl-item .item a {
  display: block;
}

.tp_owlpartn .owl-item .item .tp_imgs {
  height: 85px;
  line-height: 80px;
}

.tp_owlpartn .owl-item .item img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  opacity: 0.7;
  transition: filter 0.25s linear, opacity 0.25s linear;
  width: 85%;
}

.tp_owlpartn .owl-item .item:hover img {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: none;
  opacity: 1;
}

.tp_owl_bnr .owl-item .item .tp_imgs {
  position: relative;
  display: block;
}

.tp_owl_bnr .owl-item .item .tp_imgs:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #2d3e50;
  opacity: 0;
  transition: opacity 0.25s linear;
}

.tp_owl_bnr:hover .owl-item .item .tp_imgs:before {
  opacity: 0.25;
}

.tp_owl_bnr .owl-item .item .tp_txts p {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 60px;
}

.tp_owl_bnr:hover .owl-item .item .btn.gray {
  color: #fff;
  background: #2c93d6;
  border-color: #2c93d6;
}


/* tabsline */

.tp_tabsline {
  padding-top: 15px;
  padding-bottom: 15px;
}

.tp_tabsnav {
  padding-left: 0;
  margin-left: 0;
  border-bottom-width: 0px;
  border-bottom-style: solid;
  border-bottom-color: #d0d4dc;
  margin-bottom: 0;
  font-size: 0;
}

.tp_tabsnav li {
  margin: 0px;
  padding: 0;
  float: none;
  text-align: center;
  display: inline-block;
  vertical-align: bottom;
  position: relative;
}

.tp_tabsnav li:last-child {
  margin-right: 0;
}

.tp_tabsnav li a {
  display: block;
  color: rgba(51, 51, 51, 0.5) !important;
  font-size: 15px;
  line-height: 17px;
  font-weight: normal;
  text-decoration: none !important;
  position: relative;
  box-shadow: none !important;
  padding: 17px 20px;
  border-width: 0 !important;
  border-left-width: 1px !important;
  border-left-style: solid !important;
  border-left-color: #d9d9d9 !important;
  margin: 0;
  border-radius: 0;
  cursor: pointer;
  transition: background 0.25s linear;
}

.tp_tabsnav li:first-child a {
  border-left-width: 0px !important;
}

.tp_tabsnav li:last-child a {
  border-right-width: 0px !important;
}

.tp_tabsnav li a i {
  display: inline-block;
  vertical-align: middle;
  font-size: 35px;
  color: #d0d4dc;
  margin-right: 10px;
  transition: color 0.25s linear;
}

.tp_tabsnav li a span {
  display: inline-block;
  vertical-align: middle;
  transition: color 0.25s linear;
}

.tp_tabsnav > li.active > a,
.tp_tabsnav > li > a:hover,
.tp_tabsnav > li > a:focus,
.tp_tabsnav > li > a:active {
  box-shadow: none;
  background: #fff !important;
  color: #4c4c4c !important;
}

.tp_tabscontent {
  padding: 35px 30px;
  border-width: 0px;
  border-style: solid;
  border-color: #d0d4dc;
  border-top-width: 0;
  margin-bottom: 25px;
  background: #fff;
  box-shadow: 0px 6px 10px 0px rgba(187, 187, 187, 0.5);
}

.tp_tabsitem {
}

.tp_tabsitem p {
  font-size: 15px;
  color: rgba(51, 51, 51, 0.7);
}

.tp_tabsitem h3 {
  font-size: 17px;
  color: #000000;
  margin-top: 0;
  margin-bottom: 20px;
}

.tp_itemdeliv {
  margin-bottom: 30px;
}

.tp_itemdeliv ul {
  margin: 0;
  list-style: none;
}

.tp_itemdeliv ul li {
  padding-left: 25px;
  position: relative;
}

.tp_itemdeliv ul li:before {
  content: '\2014';
  left: 0;
  position: absolute;
  top: 0px;
}

.tp_itemdeliv:last-child {
  margin-bottom: 0;
}

.tp_cnt_tb {
  margin-bottom: 35px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #e5e5e5;
  padding-bottom: 25px;
}

.tp_cnt_tb:last-child {
  margin-bottom: 0;
}

.tp_cnt_sp {
  display: block;
  font-size: 14px;
  margin-bottom: 15px;
}

.tp_cnt_tb .tp_cnt_sp:last-child {
  margin-bottom: 0;
}

.tp_cnt_sp > b {
  font-weight: normal;
  font-size: 15px;
  margin-right: 25px;
  color: rgba(51, 51, 51, 0.7);
  width: 190px;
  display: inline-block;
  vertical-align: top;
}

.tp_cnt_sp > b i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  color: rgba(51, 51, 51, 0.6);
}

.tp_cnt_sp > small {
  font-size: 15px;
  color: #333;
  display: inline-block;
  vertical-align: top;
}

.tp_cnt_sp > small span {
  display: block;
}

.tp_cntline {
  font-size: 15px;
  margin-right: 25px;
  color: rgba(51, 51, 51, 0.7);
}

.tp_cntline a {
  display: block;
  color: rgba(51, 51, 51, 0.7);
  text-decoration: none;
  margin-bottom: 15px;
  transition: opacity 0.25s linear;
}

.tp_cntline a:hover {
  opacity: 0.7;
}

.tp_cntline a i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  color: rgba(51, 51, 51, 0.6);
}

.tp_cntline a span {
  display: inline-block;
  vertical-align: middle;
}

.tp_cnt_tb h3 {
  color: #000000;
  font-size: 23px;
  line-height: 25px;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 15px;
}

.tp_cntmap {
  overflow: hidden;
  border-width: 1px;
  border-style: solid;
  border-color: #d9d9d9;
}

.tp_cntmap img {
}

.tp_newsblock {
  margin-bottom: 55px;
}

.tp_newsblock .tp_newsitem {
  box-shadow: none !important;
  margin-bottom: 30px;
  overflow: visible;
}

.tp_newsblock .tp_newsitem .tp_figure {
  margin-right: 20px;
}

.tp_newsblock .tp_newsitem .tp_figure a {
}

.tp_newsblock .tp_newsitem .tp_newstxt {
  padding: 0;
}

.tp_newsblock .tp_newsitem .tp_newstxt h3 {
  color: #003354;
  font-size: 17px;
  margin-bottom: 8px;
}

.tp_newsblock .tp_newsitem .tp_newstxt h3 a {
  color: #003354;
  text-decoration: none;
}

.tp_newsblock .tp_newsitem .tp_newstxt .dates {
  display: block;
  color: rgba(0, 51, 84, 0.5);
  font-size: 13px;
  margin-bottom: 10px;
}

.tp_newsblock .tp_newsitem .tp_newstxt p {
  margin-bottom: 13px;
}

.tp_newsblock .tp_newsitem .tp_newsdet {
  text-align: left !important;
}

.tp_revsrc.itm {
}

.tp_revsrc.itm .tp_ratingblock {
  font-size: 13px;
  display: block;
}

.tp_revsrc.itm span {
  display: inline-block;
  vertical-align: middle;
  font-size: 30px;
  margin-right: 7px;
}

.tp_revsrc.itm b {
  display: inline-block;
  vertical-align: middle;
  font-weight: normal;
  max-width: 135px;
}

.al_sortlist {
  margin: 0;
  list-style: none;
  margin-top: 15px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #e0e0e0;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.al_sortlist li {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}

.al_sortlist li:last-child {
  margin-right: 10px;
}

.al_sortlist li span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}

.al_sortlist li a {
  display: block;
  text-decoration: none;
  transition: 0.25s linear;
}

.al_sortlist li a,
.al_sortlist li a i,
.al_sortlist li a span {
  transition: 0.25s linear;
}

.al_sortlist li a span {
  color: rgba(51, 51, 51, 0.5);
}

.al_sortlist li a:hover span,
.al_sortlist li a.current span {
  color: #333;
}

.tp_reviewitem {
  margin-bottom: 20px;
}

.tp_reviewitem p {
  background: #fafafa;
  padding: 20px 25px;
  margin: 0;
  border-width: 1px;
  border-style: solid;
  border-color: #f0f0f0;
}

.tp_tds {
}

.tp_tds h3 {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  margin-right: 9px;
}

.tp_tds span {
  display: inline-block;
  vertical-align: middle;
  color: #000;
}

.tp_tds .tp_ratingblock {
  margin-right: 5px;
  line-height: 18px;
}

.tp_tds s {
  text-decoration: none;
  display: block;
  color: rgba(0, 51, 84, 0.5);
  margin-top: 5px;
  margin-bottom: 10px;
}

.tp_srchform .tp_formline i {
  position: absolute;
  top: 12px;
  left: 25px;
  font-size: 17px;
  line-height: 1;
  color: #b3bcc7;
}

.tp_formlist {
  list-style: none;
  margin: 0;
}

.tp_formlist > li {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-right: 30px;
  position: relative;
}

.tp_formlist > li:last-child {
  margin-right: 0;
}

.tp_formlist > li > a {
  position: relative;
  display: block;
  border-width: 1px;
  border-style: solid;
  border-color: #d0d4dc;
  padding: 10px;
  color: #333;
  text-decoration: none;
  background: #fff;
  border-radius: 3px;
  text-align: center;
  transition: background .2s linear;
}

.tp_formlist > li:hover > a,
.tp_formlist > li > a.current {
  background: #ebedee;
}

.tp_dropmenu {
  position: absolute;
  z-index: 5;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #e6e6e6;
  border-radius: 2px;
  background: #fff;
  color: #333;
  top: 100%;
  left: 0;
  margin-top: 1px;
  padding: 10px 15px;
  display: none;
}

.tp_scrollList {
  padding: 10px;
  margin: 0;
  list-style: none;
  max-height: 180px;
  overflow: auto;
  margin: 0 -10px 5px;
}

.tp_frmline + .tp_scrollList {
  margin-top: -15px;
}

.tp_scrollList li {
  margin-bottom: 10px;
}

.tp_scrollList li:last-child {
  margin-bottom: 0;
}

.tp_scrollList li .tp_lab {
  font-size: 13px;
  display: block;
}

.tp_scrollList li .tp_lab span {
  width: 80%;
}

.tp_dropmenu .btn {
}

.tp_frmline .inp {
  border-color: #d0d4dc!important;
  width: 100%;
}

.tp_frmline {
  margin-bottom: 15px;
}

.tp_resetlnk {
  font-size: 13px;
  color: #333;
  text-decoration: none;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #333;
  transition: border-color 0.25s linear;
}

.tp_resetlnk:hover {
  border-bottom-color: transparent;
}

.tp_tabrw {
  margin-right: -15px;
  margin-left: -15px;
}

.tp_tabletend {
  width: 100%;
  display: table;
  font-size: 13px;
}

.tp_tablerow {
  display: table-row;
}

.tp_tablerow [class*="col-"] {
  display: table-cell;
  vertical-align: top !important;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #d0d4dc;
  padding-top: 20px;
  padding-bottom: 20px;
}

.tp_tabletend .tp_tablerow:first-child [class*="col-"] {
  font-weight: bold;
  padding-top: 15px;
  padding-bottom: 15px;
}

.tp_tabletend .tp_tablerow:last-child [class*="col-"] {
  border-bottom-width: 0px;
}

.tp_tabletend.item [class*="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}

.tp_tabcell_name {
}

.tp_tabcell_name i {
  font-size: 35px;
  color: #c2c2c2;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.tp_tabcell_date {
}

.tp_tabcell_state {
}

.tp_complink {
  display: block;
  margin-bottom: 15px;
  font-size: 14px;
}

.tp_tabletend.item .tp_complink {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  max-width: 75%;
}

.tp_complink a {
  text-decoration: none;
  transition: color 0.25s linear;
}

.tp_complink a:hover {
  color: #00a1cd;
}

.tp_compname {
  display: block;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.tp_compnames {
  display: block;
  margin-bottom: 10px;
}

.tp_compsrc {
  background: #e1eef7;
  color: #314155;
  display: inline-block;
  vertical-align: middle;
  padding: 4px 6px;
  border-radius: 3px;
  font-size: 13px;
}

.tp_compabout {
}

.tp_compabout a {
  font-size: 13px;
  color: #333;
  text-decoration: none;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #333;
  transition: border-color 0.25s linear;
}

.tp_compabout a:hover {
  border-bottom-color: transparent;
}

.tp_compdate {
  display: block;
  margin-bottom: 5px;
}

.tp_compcount {
  display: block;
  color: #848484;
  margin-bottom: 10px;
}

.tp_tabcell_date .tp_compcount:last-child {
  margin-bottom: 0;
}

.tp_compstate {
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
}

.tp_compstate b {
  font-weight: normal;
  color: #9b9d9e;
}

.tp_compfav {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: #333;
  line-height: 18px;
  text-align: center;
}

.tp_compfav i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
  color: #848484;
  font-size: 20px;
  line-height: 1;
}

.tp_compfav.current i {
  color: #f5f525;
}

.tp_compfav span {
  display: inline-block;
  vertical-align: top;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #333;
  transition: border-color 0.25s linear;
}

.tp_compfav.current span,
.tp_compfav:hover span {
  border-bottom-color: transparent;
}

.tp_showall {
  margin-top: 50px;
  margin-bottom: 25px;
}

.tp_pags {
  text-align: center;
  margin-top: 41px;
  margin-bottom: 35px;
  font-size: 0;
}

.tp_pag_prv,
.tp_pag_nxt {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  cursor: pointer;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  transition: background-color,color,.1s linear;
  font-size: 14px;
  text-decoration: none;
}

.tp_pag_prv:hover,
.tp_pag_nxt:hover {
  color: #fff;
  background-color: #028f8a;
}

.tp_pag_prv {
  /* border-left: 1px solid #d0d4dc; */
  /* border-top-left-radius: 2px; */
  /* border-bottom-left-radius: 2px; */
  ;
}

.tp_pag_nxt {
  /* border-top-right-radius: 3px; */
  /* border-bottom-right-radius: 3px; */
  /* border-left-width: 0; */
  ;
}

.tp_pagination {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  font-size: 14px;
}

.tp_pagination > li {
  display: inline-block;
  vertical-align: middle;
}

.tp_pagination > li > a {
  padding: 5px 7px;
  /* border: 1px solid #d0d4dc; */
  border-left: none;
  color: #333;
  cursor: pointer;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-transition: background-color,color,.1s linear;
  transition: background-color,color,.1s linear;
  font-size: 13px;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
}

.tp_pagination > li > a.dots {
  cursor: default;
  border-top-color: transparent;
  border-bottom-color: transparent;
  color: #333 !important;
  background: #fff !important;
}

.tp_pagination > li.current > a,
.tp_pagination > li:hover > a {
  color: #028f8a;
}

.tp_backlink {
  font-size: 13px;
  margin-bottom: 10px;
}

.tp_backlink a {
  text-decoration: none;
  color: #1779b1 !important;
}

.tp_backlink a i {
  font-size: 7px;
  display: inline-block;
  vertical-align: middle;
  color: #333;
  margin-right: 3px;
}

.tp_backlink a span {
  display: inline-block;
  vertical-align: middle;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: transparent;
  transition: border-color 0.25s linear;
}

.tp_backlink a:hover span {
  border-bottom-color: #1779b1;
}

.tp_itemheading {
}

.tp_itemheading h1 {
  font-size: 24px;
  word-wrap: break-word;
  margin-top: 0;
  font-family: 'etelka_text_proregular', Arial, sans-serif;
  margin-bottom: 15px;
  line-height: 33px;
  letter-spacing: 0.5px;
}

.tp_itemheading p {
  font-size: 13px;
  text-transform: uppercase;
  margin-bottom: 10px;
  line-height: 19px;
  letter-spacing: 0.5px;
}

.tp_itemheadinfo {
  font-size: 14px;
}

.tp_itemheadinfo .btn {
  padding: 10px 22px;
}

.tp_itemheadinfo p {
  margin-top: 35px;
  margin-bottom: 10px;
}

.tp_itemheadinfo.mt0 p {
  margin-top: 0;
}

.tp_itemheadinfo p b {
}

.tp_itemheadinfo p a:not([class]) {
}

.tp_iteminfosection {
  padding: 30px 10px;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-bottom-color: #f5f7f9;
}

.tp_iteminfosection.pages {
  padding-top: 0;
  border-width: 0;
  padding: 5px 15px;
}

.tp_iteminfosection:last-child {
  border-bottom-width: 0;
}

.tp_iteminfosection h2 {
  font-size: 17px;
  font-family: 'etelka_text_proregular', Arial, sans-serif;
  margin-bottom: 20px;
  margin-top: 0;
}

.tp_iteminfosection ul {
  font-size: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tp_iteminfosection ul li {
  margin-bottom: 15px;
}

.tp_iteminfosection ul li div {
  display: inline-block;
  vertical-align: bottom;
  width: 320px;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #d0d4dc;
  margin-right: 3px;
}

.tp_iteminfosection ul li span {
  vertical-align: bottom;
  position: relative;
  padding: 0;
  bottom: -5px;
  background: #fff;
}

.tp_iteminfosection ul li div span {
  font-family: 'etelka_text_proregular', Arial, sans-serif;
}

.tp_dwnall {
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #333;
  text-decoration: none;
  color: #333;
  transition: border-color 0.25s linear;
}

.tp_dwnall:hover {
  border-bottom-color: transparent;
}

.tp_tagitem {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  border-width: 1px;
  border-style: solid;
  background: #fff;
  border-color: #d0d4dc;
  padding: 3px 5px;
  border-radius: 3px;
  cursor: default;
  margin-right: 9px;
}

.tp_tagitem a {
  display: inline-block;
  vertical-align: middle;
  width: 11px;
  height: 18px;
  font-size: 12px;
  margin-left: 5px;
  color: #b3bcc7;
  text-decoration: none;
  transition: color 0.25s linear;
}

.tp_tagitem a:before {
  content: '\f00d';
  font-family: 'icomoon' !important;
}

.tp_tagitem:hover a {
  color: #d93025;
}

.tp_formline .tp_tagitem {
  margin-bottom: 8px;
  background: #d0d4dc;
  padding: 8px 10px;
}

.tp_cpvblock {
  padding-left: 0;
  max-height: 250px;
}

.tp_treeList {
  margin: 0;
  padding: 0;
  padding-top: 5px;
  padding-left: 15px;
  list-style: none;
  position: relative;
}

.tp_treeList:before {
  content: "";
  position: absolute;
  width: 0;
  top: 0px;
  left: 0;
  bottom: 0;
  border-left: 1px solid #d0d4dc;
}

.tp_treeList li {
  position: relative;
  margin-bottom: 10px;
}

.tp_treeList > li {
  margin-bottom: 6px;
}

.tp_treeList li:last-child {
  margin-bottom: 0;
}

.tp_treeList li:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 0;
  top: 10px;
  left: -14px;
  border-top: 1px solid #d0d4dc;
}

.tp_treeList > li a.arrows {
  font-size: 9px;
  font-family: 'icomoon' !important;
  width: 18px;
  height: 18px;
  vertical-align: top;
  cursor: pointer;
  margin: 0px 5px 0px 0;
  background: #fff;
  border-radius: 2px;
  border-width: 1px;
  border-style: solid;
  border-color: #d0d4dc;
  display: inline-block;
  line-height: 17px;
  text-align: center;
  text-decoration: none;
}

.tp_treeList > li a.arrows:before {
  content: '\ea0a';
}

.tp_treeList > li a.arrows.activeAnchor:before,
.tp_treeList > li a.arrows.activeInnerAnchor:before {
  content: '\ea0b';
}

.tp_treeList > li label {
  width: 96%;
  vertical-align: top;
  margin-bottom: 0;
}

.tp_treeList > li label:hover span {
  opacity: 0.5;
}

.tp_treeList > li label .jq-checkbox {
  vertical-align: top;
  margin-right: 5px;
}

.tp_treeList > li label span {
  display: inline-block;
  vertical-align: top;
  width: 95%;
  transition: opacity 0.25s linear;
}

.tp_treeList > li label span b {
}

.tp_treeList li ul {
  margin: 0;
  list-style: none;
  padding-left: 15px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 8px;
  position: relative;
}

.tp_treeList li ul:before {
  content: "";
  position: absolute;
  width: 0;
  top: 0px;
  left: 0;
  bottom: 0;
  border-left: 1px solid #d0d4dc;
}

.tp_formline .btn + .btn {
  margin-left: 10px;
}


/* ================================== Middle End ================================== */

/* ================================== Footer Start ================================== */

.zp_footer {
  background: #e2e6eb;
  margin-top: -130px;
}

.zp_footmenu {
  background: #d3d8de;
  padding-top: 20px;
  padding-bottom: 20px;
}

.zp_footmenuList {
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
}

.zp_footmenuList > li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.zp_footmenuList > li:last-child {
  margin-right: 0;
}

.zp_footmenuList > li > a {
  color: #1779b1 !important;
  text-decoration: none;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: transparent;
  transition: border-color 0.25s linear;
}

.zp_footmenuList > li > a:hover {
  border-bottom-color: #1779b1;
}

.zp_footcopyright {
  padding-top: 25px;
  padding-bottom: 25px;
}

.zp_footcopyright small {
  font-size: 13px;
  display: block;
  margin-bottom: 5px;
}

.zp_footcopyright p {
  font-size: 13px;
  margin-bottom: 0;
}

/* ================================== Footer End ================================== */

/* ================================== Modal Login Start ================================== */


.tp_modal_over {
  width: 625px;
  margin: 95px auto 0;
  border-radius: 3px 0px 0 0;
}

.tp_modal_block {
  border-width: 0;
  border-radius: 3px 0px 3px 3px;
}

.tp_modal_cnt {
  padding: 15px 35px;
}

.tp_close {
  position: absolute;
  color: #fff !important;
  opacity: 1 !important;
  text-decoration: none;
  top: 2px;
  right: -30px;
  transition: opacity 0.25s linear;
  text-shadow: none;
  width: 30px;
  height: 30px;
  background: #038e89;
  margin: 0;
  border-radius: 0 3px 3px 0;
  text-align: center;
  font-size: 9px;
  line-height: 29px;
}

.tp_close:hover {
  opacity: 0.75 !important;
}

.tp_modal_block .tp_linehead {
  position: relative;
  border-radius: 3px 0px 0 0;
  margin-bottom: 0;
  border-width: 0;
  padding: 25px 35px 10px;
}

.tp_modal_block .tp_linehead  h2 {
  font-size: 19px;
  position: relative;
  margin: 0;
  color: #003354;
}

.tp_modal_block .tp_linehead h2 span {
  color: #038e89;
}

.tp_formline .tp_linehead {
  background: transparent;
  text-align: center;
}

.tp_formline {
  margin-bottom: 15px;
}

.tp_formline.btns {
  margin-bottom: 10px !important;
}

form.no_submit input[type="button"],
form.no_submit input[type="submit"] {
  pointer-events: none;
  cursor: not-allowed;
  box-shadow: none;
  opacity: 0.65;
}

.tp_forgpass {
  display: block;
  font-size: 13px;
  text-align: right;
  margin-bottom: 5px;
}

.tp_forgpass + .tp_forgpass {
  margin-bottom: 0;
}

.tp_forgpass a {
  text-decoration: none;
  color: #038e89 !important;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #038e89;
  transition: border-color 0.25s linear;
}

.tp_forgpass a:hover {
  border-bottom-color: transparent;
}

.tp_lab {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.7);
  margin-bottom: 5px;
}

.tp_lab.bl {
  margin-bottom: 10px;
}

.tp_sml {
  font-size: 12px;
  color: #9b9d9e;
  display: block;
  margin-top: 5px;
}

.tp_lab span {
  display: inline-block;
  vertical-align: middle;
}

.tp_okblock {
  font-size: 15px;
  text-align: center;
}

.tp_circle {
  width: 200px;
  height: 200px;
  font-size: 100px;
  background: #028f8a;
  border-radius: 50%;
  line-height: 200px;
  text-align: center;
  color: #fff;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 35px;
}

.tp_circle i {
}

.tp_okblock h2 {
  font-size: 25px;
}

.tp_okblock h3 {
  font-size: 20px;
  font-family: 'etelka_text_proregular', Arial, sans-serif;
  margin-bottom: 20px;
  margin-top: 0;
}

.tp_okblock a {
}

.tp_lab.heads {
  font-size: 24px;
  word-wrap: break-word;
  margin-top: 0;
  font-family: 'etelka_text_proregular', Arial, sans-serif;
  margin-bottom: 5px;
  margin-top: 10px;
  line-height: 33px;
  letter-spacing: 0.5px;
  cursor: default;
}

.fancybox-media {
  display: block;
  position: relative;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  overflow: hidden;
  border-width: 2px;
  border-style: solid;
  border-color: #fff;
  box-shadow: 0 0 10px rgba(0,0,0,.4);
  transition: border-color 0.25s linear;
  text-decoration: none;
  background: #fff;
  margin-bottom: 5px;
}

.fancybox-media:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
  opacity: 0;
  transition: opacity 0.2s linear;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  background: #038e89;
}

.fancybox-media:after {
  content: "\f003";
  width: 35px;
  height: 35px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  color: #fff;
  z-index: 6;
  font-size: 35px;
  text-align: center;
  opacity: 0;
  transition: opacity 0.25s linear;
}

.fancybox-media:hover:before {
  opacity: 0.75;
}

.fancybox-media:hover:after {
  opacity: 1;
}

/* End */


/* Start:/local/templates/main/media/css/responsive.css?15786456829809*/
@charset "utf-8";

/* ================================== Responsive Styles ================================== */

/* ================================== Min Width 768px ================================== */

@media (min-width: 768px) {
  .tp_middle {
    padding-top: 140px;
  }

  .tp_topline .tp_row,
  .tp_topline .form-group {
    margin-right: -5px;
    margin-left: -5px;
  }

  .tp_topline .tp_row [class*="col-"] {
    padding-left: 5px;
    padding-right: 5px;
  }

  .tp_sideblock > ul > li:hover > ul,
  .tp_nav:hover > ul,
  .tp_nav:hover > ul > li:hover > ul {
    display: block;
  }

  .tp_sideblock > ul > li> ul,
  .tp_nav > ul > li> ul {
    top: 0;
    left: 100%;
  }

  .tp_nav > ul > li> ul {
    min-width: 285px;
  }

  div.tp_btnlist{
    display: none !important;
  }
}

/* ================================== Min Width 992px ================================== */


@media (min-width: 992px) {
  .tp_middle {
    padding-top: 155px;
  }

  .tp_middle.inner {
    padding-top: 150px;
  }

  .tp_bannerline {
    padding: 125px 0 115px;
  }

  .tp_bannerline h2 {
    font-size: 78px;
    margin-bottom: 90px;
  }

  .tp_bantxtitem {
    padding: 25px 10px;
    text-align: left;
  }

  .tp_bantxt [class*="col-"] + [class*="col-"]:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 1px;
    height: 50%;
    background: #d0d4dc;
  }

  .tp_bantxtzg {
    width: 300px;
  }

  .tp_bantxtitem i {
    display: inline-block;
    vertical-align: top;
    margin-right: 25px;
    margin-bottom: 0;
  }

  #modal-cpv .tp_modal_over {
    width: 900px;
  }
}


/* ================================== Min Width 1200px ================================== */

@media (min-width: 1200px) {

  .col-lg-2-5 {
    width: 20%;
  }

  .col-lg-1-5 {
    width: 13.333333%;
  }

  .col-lg-pull-2-5 {
    right: 21.7%;
  }

  .col-lg-push-2-5 {
    left: 58.33333333%;
  }

  .tp_navigation {
    min-width: 150px;
  }

  .tp_bantxtitem {
    padding: 25px 70px;
    text-align: left;
  }

  .tp_partnertxt {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    text-align: left;
    margin-bottom: 0;
  }
}


/* ================================== Min Width 1300px ================================== */


@media (min-width: 1300px) {

  .container {
    width: 1230px;
  }
}

/* ================================== Max Width 1999px ================================== */

@media (max-width: 1199px) {
  .tp_itemblock .txt {
    padding: 30px 15px 10px;
  }

  .tp_itemsliner .txt {
    height: auto !important;
  }

  .tp_itemsliner .imgs {
    margin-bottom: 25px;
  }

  .tp_itemsliner.company .imgs {
    margin-bottom: 0;
  }

  .tp_rightside {
    height: auto !important;
    margin-left: 0;
    border-width: 0;
    text-align: left;
    padding-bottom: 0;
  }

  .tp_icns.award {
    position: relative;
    text-align: center;
    margin-right: 30px;
    vertical-align: top;
    top: -45px;
    margin-bottom: 0;
  }

  .tp_icns.award b {
  }

  .tp_icns.award:before {
  }

  .tp_icns b {
    margin-left: auto;
    margin-right: auto;
  }

  .tp_icns {
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
    margin-bottom: 0;
  }

  .tp_itemsliner.company .tp_icns {
    margin-bottom: 25px;
    display: block;
  }

  .tp_saves {
    display: inline-block;
    vertical-align: middle;
    position: static;
    text-align: left;
  }

  .tp_saves a:not([class]) {
    margin-right: 20px;
    display: none;
  }

  .tp_saves .btn {
    margin: 0;
  }

  .tp_itemsliner.cat [class*="col-"] {
    vertical-align: middle;
  }

  .tp_itemsliner.company .txt {
    margin-top: 25px;
  }

  .tp_infoline{
    margin-bottom: 15px;
  }
}

/* ================================== Max Width 991 px ================================== */

@media (max-width: 991px) {
  .tp_header {
  }

  .tp_toplist li:nth-last-child(2),
  .zp_toplist li:nth-last-child(2) {
    border-left-width: 0;
  }

  .tp_toplist li,
  .zp_toplist li {
    padding: 5px 12px;
    text-align: center;
  }

  .tp_toplist li .btn,
  .zp_toplist li .btn {
    padding: 5px 15px;
  }

  .tp_itemheading p {
    margin-bottom: 35px;
  }

  #modal-cpv .tp_modal_over {
    width: 90%;
  }

  .tp_treeList > li label {
    width: 91%;
  }

  .tp_treeList > li label span {
    width: 90%;
  }

  .tp_sidebar {
    display: none;
  }

  .tp_icns.award {
    top: -48px;
  }

  .tp_compbnr {
    margin-top: -25px;
  }

  .tp_itemsliner.company {
    margin-top: -60px;
  }

  .tp_cntmap {
    margin-top: 25px;
  }

  .tp_newsblock .tp_newsitem .tp_figure {
    margin-right: 15px;
    width: 120px;
  }
}


/* ================================== Max Width 767px ================================== */

@media (max-width: 767px) {

  .tp_header,
  .zp_header {
    text-align: center;
    position: relative;
    margin-bottom: 25px;
  }

  .tp_headerline {
    padding-top: 0px;
    padding-bottom: 5px;
  }

  .tp_topline {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
  }

  .tp_meslnk span {
    margin: 0;
  }

  .tp_navigation {
    border-width: 1px;
    padding: 8px;
    line-height: 17px;
    width: 35px;
    height: 35px;
    text-align: center;
  }

  .tp_navigation i {
    font-size: 18px;
    margin: 0;
  }

  .tp_navigation span {
    display: none;
  }

  .tp_nav > ul {
    min-width: 395px;
  }

  .tp_nav > ul > li > ul {
    display: none !important;
  }

  .tp_nav > ul > li > a.dropdown-toggle:after {
    display: none;
  }

  .zp_toplist,
  .tp_toplist {
    display: table;
    width: 100%;
  }

  .zp_toplist li,
  .tp_toplist li {
    width: 25%;
    padding: 5px 2px;
    display: table-cell;
  }

  .tp_searchinp i {
    display: none;
  }

  .tp_topline .form-group input[type="text"],
  .tp_topline .form-group input[type="search"] {
    padding: 8px 20px;
  }

  .tp_navcollapse .tp_formline [class*="col-"]:first-child {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .tp_navcollapse {
    margin-left: -15px;
    margin-right: -15px;
  }

  .tp_navcollapse.in {
    overflow: visible !important;
  }

  .tp_tpbl ol {
    margin-bottom: 30px;
  }

  .tp_banr {
    display: none;
  }

  .tp_bantxtzg {
    display: block;
    width: 100%;
  }

  .tp_bantxtitem {
    text-align: center;
  }

  .tp_tabsnav {
    display: table;
    width: 100%;
  }

  .tp_tabsnav li {
    display: table-cell;
    text-align: center;
  }

  .tp_tabsnav li a {
    font-size: 12px;
    display: block;
    padding: 15px 5px;
  }

  .tp_tablerow {
    display: block;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #d0d4dc;
  }

  .tp_tablerow:last-child {
    border-bottom-width: 0;
  }

  .tp_tablerow [class*="col-"] {
    display: inline-block;
    border-bottom-width: 0;
  }

  .tp_tabletend .tp_tablerow:first-child [class*="col-"] {
    display: none;
  }

  .tp_tabletend {
    display: block;
  }

  .tp_tabrw {
    margin: 0;
  }

  .tp_tablerow [class*="col-"] {
    display: inline-block;
    border-bottom-width: 0;
  }

  .tp_iteminfosection ul li div {
    display: block;
    border-width: 0;
  }

  .tp_formlist > li:nth-child(4n+4) .tp_dropmenu {
    left: auto;
    right: 0;
  }

  .tp_tabletend.request .tp_tablerow [class*="col-"]:first-child {
    display: none;
  }

  .tp_tabletend.request .tp_compstate b {
    display: block;
  }

  .tp_modal_over {
    width: 75%;
  }

  .tp_formline.btns .btns {
    text-align: center;
    margin-top: 10px;
  }

  .tp_itemsliner.cat [class*="col-"]:first-child,
  .tp_itemsliner.company [class*="col-"]:first-child {
    width: 125px;
  }

   .tp_itemsliner.cat [class*="col-"]:first-child{
    width: 250px;
   }

  .tp_itemsliner.company [class*="col-"]:first-child {
    vertical-align: top;
  }

  .tp_itemsliner.cat [class*="col-"]:nth-child(2),
  .tp_itemsliner.company [class*="col-"]:nth-child(2) {
    width: 66%;
  }

  .tp_itemsliner .txt .tp_ratingblock {
    display: block;
  }

  .tp_itemsliner.company .tp_icns {
    margin-bottom: 15px;
    margin-right: 0;
    display: flex;
    justify-content: flex-start;
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
  }

  .tp_itemsliner.company .tp_icns i{
    
margin-right: 7px;
  }

  .tp_itemsliner.company .tp_icns b {
    font-size: 13px;
    white-space: nowrap;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .tp_icns.award {
    top: -3px;
  }

  .tp_saves {
    margin-top: 25px;
    margin-bottom: 20px;
  }

  .tp_ctgrevs ul li {
    margin-right: 9px;
  }

  .tp_itemsliner.company {
    margin-top: -20px;
  }

  .fancybox-media:after {
    width: 25px;
    height: 25px;
    font-size: 25px;
  }

  .tp_newsblock .tp_newsitem .tp_figure {
    margin-right: 15px;
    width: 100px;
  }

  .al_sortlist li span {
    margin-right: 0px;
  }

  .al_sortlist li {
    margin-right: 10px;
  }

  .tp_itemsliner.cat .tp_rightside,
  ul.tp_btnlist {
    display: none !important;
  }

  .tp_btnlist li a.btn, 
  .tp_btnlist li span.btn, 
  div.tp_btnlist a.btn, 
  div.tp_btnlist span.btn{

  }

  .tp_itemsliner.company [class*="col-"]:first-child,
  .tp_itemsliner.company [class*="col-"]:nth-child(2){
    width: 50% !important;
    vertical-align: middle;
  }
}

/* ================================== Max Width 545px ================================== */

@media (max-width: 545px) {

  .tp_cnt_sp > b {
    display: block;
    margin-left: 0;
    margin-bottom: 6px;
  }

  .tp_newsblock .tp_newsitem .tp_figure {
    display: none;
  }
}

/* ================================== Max Width 485px ================================== */

@media (max-width: 485px) {
  .tp_meslnk i {
    display: none;
  }

  .tp_toplist li .btn {
    padding: 5px 15px;
  }
}
/* End */


/* Start:/local/templates/main/components/bitrix/search.title/head/style.css?15786456822108*/
div.title-search-result {
	border:1px solid #c6c6c6;
	display:none;
	overflow:hidden;
	z-index:205;
}

table.title-search-result {
	border-collapse: collapse;
	border:none;
	width:10%;
}

table.title-search-result th {
	background-color:#F7F7F7;
	border-right:1px solid #e8e8e8;
	color:#949494;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:14px;
 	padding-right:12px;
	text-align:right;
	vertical-align:top;
	white-space:nowrap;
	width:1%;
}

table.title-search-result td {
	background-color:white;
	color:black;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	text-align:left;
	white-space:nowrap;
}

table.title-search-result td.title-search-item {
	padding-left:8px;
	padding-right:15px;
}

table.title-search-result td.title-search-item a {
	padding-left:4px;
	padding-right:15px;
	text-decoration: none;
	color:black;
	vertical-align:top;
	display:block;
}

table.title-search-result td.title-search-item img {
	vertical-align:top;
}

table.title-search-result td.title-search-item b {
	color:#cf0000;
	font-weight:normal;
}

table.title-search-result tr.title-search-selected td
,table.title-search-result tr.title-search-selected a
,table.title-search-result tr.title-search-selected td.title-search-more a
{
	background-color:#fff2be;
}

table.title-search-result td.title-search-more {
	font-size:11px;
	font-weight:normal;
	padding-right:15px;
	padding-left:24px;
	padding-top:0px;
}

table.title-search-result td.title-search-more a
{
	padding-left:12px;
	padding-right:15px;
	text-decoration:none;
	color:#999999;
}

table.title-search-result td.title-search-all {
	padding-left:24px;
	padding-right:15px;
}

table.title-search-result td.title-search-all a
{
	padding-left:4px;
	text-decoration:none;
	color:#808080;
}

table.title-search-result td.title-search-separator
, table.title-search-result th.title-search-separator {
	padding-top:0px;
	padding-bottom:0px;
	font-size:4px;
}

div.title-search-fader {
	display:none;
	background-image: url('/local/templates/main/components/bitrix/search.title/head/images/fader.png');
	background-position: right top;
	background-repeat: repeat-y;
	position:absolute;
}
/* End */


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


/* Start:/local/templates/main/template_styles.css?15832346684604*/
.zLoader{
    background: url(/local/templates/main/media/ajax-loader_.gif) no-repeat center center #fff!important;
    color: #028f8a!important;
    transition:none;
}
.tp_loclist ul li:hover span, .tp_loclist ul li span.act{
    color:#038e89
}

font.errortext {
    font-size: 15px;
    color: red;
}

label {
    font-size: 13px;
}

.authorize-submit-cell {
    font-size: 13px;
}

form.auth .bottom {
    padding-bottom: 25px;
}

font.notetext {
    font-size: 18px;
}

.form-input-full input {
    width: 96%;
}

.jq-file, .form-input-full {
    margin-bottom: 20px;
}

.zp_row .form-horizontal .form-group {
    font-size: 13px;
}
.zp_srchform .zp_formline [class*="col-"]:first-child {
    float: left;
}

.bord.form-positions-add {
    background: transparent;
    border: 0;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    color: #028f8a;
}

.form-input-full:last-child {
    margin-bottom: 0;
}
.alert{
    font-size: 13px;
}
.s_sh_m{
    text-align: center;
    padding-top: 28px;
}
.s_sh_m a{
    color: #222;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #333;
    text-decoration:none
}.s_sh_m i{
     margin-right: 5px;
     font-size: 11px;
}
 .c_name{
     color: #333;
     text-decoration: none;
 }
.c_name:hover{
    color:#038e89
}
.kznc-banner-container{
    text-align:center
}
.kznc-banner-container img{
    display: inline-block;
}
body .tp_pag_prv:hover, body .tp_pag_nxt:hover {
    color: #028f8a;
    font-weight:bold;
    background-color: #fff;
}
.c_list_img{
    height: 145px;
    width: 145px;
    display: block;
    background-position: center center;
    /* background-size: contain; */
    background-repeat: no-repeat;
}
.c_detail_img{
    height: 167px;
    width: 167px;
    display: block;
    background-position: center center;
    /* background-size: contain; */
    background-repeat: no-repeat;
}
body .tp_itemdeliv a{
    text-decoration: none;
}
body .tp_itemdeliv a:hover{
    text-decoration: underline;
}
.tp_saves{
    width: 100%;
}
@media (max-width: 1199px){
    .tp_saves{
        width: auto;
    }
}
.same_inner{
    padding: 20px 30px 35px 30px;
    border-width: 0px;
    border-style: solid;
    border-color: #d0d4dc;
    border-top-width: 0;
    margin-bottom: 25px;
    background: #fff;
    box-shadow: 0px 6px 10px 0px rgba(187, 187, 187, 0.5);
}
.same_company{
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: -27px;
}
.same_company .imgs{
    border-width: 1px;
    border-style: solid;
    border-color: #e0e0e0;
    text-align: center;

}
.same_company .c_list_img{
    background-size:contain ;
    min-height: 145px;
    min-width: 145px;
    max-width: 100%;
    max-height:100%;
    display: inline-block;
}
.z_row{
    margin-right: -30px;
    margin-left: -30px;
}
.same_company .tp_locline{
    font-size: 13px;
}
.same_company .c_name h2{
    margin-bottom: 15px;
}
.same_company.tit {
    margin-bottom: 6px;
}
.same_company div .sh_t {
    height: 40px;
    overflow: hidden;
}
.same_company .tit a {
    font-size: 14px;
    color: #333;
    font-weight: normal !important;
    text-decoration: none !important;
}
.vipproduct  .image {
    text-align: center;
    margin-bottom: 25px;
}
.vipproduct img {
    max-width: 100%;
    width: auto\9;
    height: auto;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}
.vipproduct .tit a:hover {
    text-decoration: none !important;
}
.vipproduct .price {
    font-size: 14px;
    font-weight: bold;
    olor: #000000;
}
.social-icons {
    margin-bottom: 40px;
}
.social-icons a {
    display: inline-block;
    width: 65px;
    height: 65px;
    line-height: 65px;
    margin: 5px 2px;
    background-color: #222;
    text-align: center;
    font-size: 21px;
    color: #FFF;
    border-radius: 50%;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
body .tp_srchlist {
    margin: 0;
    list-style: none;
    color: #000;
    margin-bottom: 30px;
    margin-top: -5px;
    line-height: 30px;
}
.tp_locline a.addr_link {
    color: #0e8ecc;
}
.link2map{
    margin-left: 80px;
    text-decoration: none;
}
.link2map:hover{
    text-decoration: underline;
}
.main-page_ads .kznc-banner-container{
    border: none;
}

.only_mob{
    display: none;
}
@media (max-width: 756px) {
    .only_desk{
        display: none;
    }
    .only_mob{
        display: block;
    }
}
.branding img{
    max-width: 100%;
}
/* End */
/* /local/templates/main/media/css/bootstrap.css?1578645682122164 */
/* /local/templates/main/media/css/fonts.css?15786456824456 */
/* /local/templates/main/media/css/icons.css?157864568210980 */
/* /local/templates/main/media/css/owlcarousel.css?157864568211914 */
/* /local/templates/main/media/css/formstyler.css?15786456826303 */
/* /local/templates/main/media/css/customscrollbar.css?157864568253607 */
/* /local/templates/main/media/css/fancybox.css?15786456828670 */
/* /local/templates/main/media/css/template.css?157864568259677 */
/* /local/templates/main/media/css/responsive.css?15786456829809 */
/* /local/templates/main/components/bitrix/search.title/head/style.css?15786456822108 */
/* /local/templates/main/components/bitrix/menu/bottom/style.min.css?1578645682490 */
/* /local/templates/main/template_styles.css?15832346684604 */
