/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  box-sizing: border-box;
}
*:before,
*:after {
  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: 18px;
  line-height: 1.8;
  color: #333333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #CDCDCD;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #a7a7a7;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.8;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 32px;
  margin-bottom: 32px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 32px;
  margin-bottom: 16px;
}
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: 16px;
  margin-bottom: 16px;
}
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: 46px;
}
h2,
.h2 {
  font-size: 38px;
}
h3,
.h3 {
  font-size: 31px;
}
h4,
.h4 {
  font-size: 23px;
}
h5,
.h5 {
  font-size: 18px;
}
h6,
.h6 {
  font-size: 16px;
}
p {
  margin: 0 0 16px;
}
.lead {
  margin-bottom: 32px;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 800px) {
  .lead {
    font-size: 27px;
  }
}
small,
.small {
  font-size: 88%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #CDCDCD;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #b4b4b4;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #CDCDCD;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #b4b4b4;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 15px;
  margin: 64px 0 32px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 16px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 32px;
}
dt,
dd {
  line-height: 1.8;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 800px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 16px 32px;
  margin: 0 0 32px;
  font-size: 22.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.8;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014   \A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\A0   \2014';
}
address {
  margin-bottom: 32px;
  font-style: normal;
  line-height: 1.8;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 800px) {
  .container {
    width: 770px;
  }
}
@media (min-width: 1000px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 800px) {
  .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: 1000px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 32px;
}
.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.8;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 799px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 24px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 32px;
  font-size: 27px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 18px;
  line-height: 1.8;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 46px;
  padding: 6px 12px;
  font-size: 18px;
  line-height: 1.8;
  color: #555555;
  background-color: #F1E5D7;
  background-image: none;
  border: 1px solid #DDBE9A;
  border-radius: 0px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 46px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 36px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 53px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 32px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 50px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 36px;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 36px;
  line-height: 36px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 36px;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 36px;
  line-height: 36px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 36px;
  min-height: 48px;
  padding: 6px 10px;
  font-size: 16px;
  line-height: 1.5;
}
.input-lg {
  height: 53px;
  padding: 10px 16px;
  font-size: 23px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 53px;
  line-height: 53px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 53px;
  padding: 10px 16px;
  font-size: 23px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 53px;
  line-height: 53px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 53px;
  min-height: 55px;
  padding: 11px 16px;
  font-size: 23px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 57.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 53px;
  height: 53px;
  line-height: 53px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 36px;
  height: 36px;
  line-height: 36px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 37px;
}
.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: 800px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 39px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 800px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 800px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
    font-size: 23px;
  }
}
@media (min-width: 800px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 16px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 18px;
  line-height: 1.8;
  border-radius: 0px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #CDCDCD;
  border-color: #CDCDCD;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #b4b4b4;
  border-color: #8d8d8d;
}
.btn-primary:hover {
  color: #fff;
  background-color: #b4b4b4;
  border-color: #aeaeae;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #b4b4b4;
  border-color: #aeaeae;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #a2a2a2;
  border-color: #8d8d8d;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #CDCDCD;
  border-color: #CDCDCD;
}
.btn-primary .badge {
  color: #CDCDCD;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #FFF;
  border-color: #e6e1dd;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #e6e6e6;
  border-color: #b0a094;
}
.btn-info:hover {
  color: #fff;
  background-color: #e6e6e6;
  border-color: #ccc2ba;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #e6e6e6;
  border-color: #ccc2ba;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #d4d4d4;
  border-color: #b0a094;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #FFF;
  border-color: #e6e1dd;
}
.btn-info .badge {
  color: #FFF;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  color: #CDCDCD;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #a7a7a7;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 23px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 16px;
  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;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 18px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 15px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.8;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #CDCDCD;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 16px;
  line-height: 1.8;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 800px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #CDCDCD;
}
.nav .nav-divider {
  height: 1px;
  margin: 15px 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.8;
  border: 1px solid transparent;
  border-radius: 0px 0px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 800px) {
  .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: 0px;
}
.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: 800px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 0px 0px 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: 0px;
}
.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: #CDCDCD;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 800px) {
  .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: 0px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 800px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 0px 0px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 90px;
  margin-bottom: 32px;
  border: 1px solid transparent;
}
@media (min-width: 800px) {
  .navbar {
    border-radius: 0px;
  }
}
@media (min-width: 800px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 800px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 800px) {
  .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: 800px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 800px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 29px 15px;
  font-size: 23px;
  line-height: 32px;
  height: 90px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 800px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 28px;
  margin-bottom: 28px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 800px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 14.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 32px;
}
@media (max-width: 799px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 32px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 800px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 29px;
    padding-bottom: 29px;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 22px;
  margin-bottom: 22px;
}
@media (min-width: 800px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 799px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 800px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 22px;
  margin-bottom: 22px;
}
.navbar-btn.btn-sm {
  margin-top: 27px;
  margin-bottom: 27px;
}
.navbar-btn.btn-xs {
  margin-top: 34px;
  margin-bottom: 34px;
}
.navbar-text {
  margin-top: 29px;
  margin-bottom: 29px;
}
@media (min-width: 800px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 800px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #000;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 799px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #000;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #fff;
}
@media (max-width: 799px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  margin: 60px 0 0 0;
  padding-left: 15px;
  list-style: none;
  border-radius: 0px;
}
.breadcrumb a {
  text-transform: none;
  font-size: 16px;
  color: #fff;
  font-weight: 400;
}
.breadcrumb a:hover {
  color: #000;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 10px;
  color: #ccc;
  content: "";
}
.breadcrumb > .active {
  color: #fff;
  font-size: 16px;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 32px 0;
  border-radius: 0px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.8;
  text-decoration: none;
  color: #CDCDCD;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 3;
  color: #a7a7a7;
  background-color: #eeeeee;
  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;
  background-color: #CDCDCD;
  border-color: #CDCDCD;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 23px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 32px;
  line-height: 1.8;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0px;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #CDCDCD;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #CDCDCD;
  border-color: #CDCDCD;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #ffffff;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.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,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 799px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 799px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 799px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 799px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 800px) and (max-width: 999px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 800px) and (max-width: 999px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 800px) and (max-width: 999px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 800px) and (max-width: 999px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1000px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1000px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 1000px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 1000px) 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 !important;
  }
  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: 799px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 800px) and (max-width: 999px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 1000px) 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 !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
#slides {
  position: relative;
}
#slides .slides-container {
  display: none;
  box-sizing: border-box;
}
#slides .scrollable {
  *zoom: 1;
  position: relative;
  top: 0;
  left: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  height: 100%;
}
#slides .scrollable:after {
  content: "";
  display: table;
  clear: both;
}
#slides ul li{
  background: none;
}
.slides-navigation {
  margin: 0 auto;
  position: absolute;
  z-index: 3;
  top: 41%;
  left: 0;
  width: 100%;
  text-align: right;
}
.slides-navigation a {    
  /*position: absolute;*/
  display: inline-block;
  width: 110px;
  padding: 0 25px;
  height: 50px;
  z-index: 5;
  background: rgba(57,55,68,0.5) url(/css/layout/icons.png) -50px 18px no-repeat;
  text-transform: uppercase;
  color: #fff !important;
  font-size: 14px;
  line-height: 50px;
  text-decoration: none !important;
  text-align: center;
}            
.slides-navigation a.next {  
  background-position: -110px 18px;
  padding-right: 40px;
}
.slides-navigation a.prev{
  padding-left: 40px;
}
/*.slides-navigation a.prev {
  left: 20px;
}
.slides-navigation a.next {
  background-position: -157px 0px;
  position: absolute;
  right: 20px;
} */
.slides-navigation a.next:hover,
.slides-navigation a.prev:hover{
  background-color: rgba(57,55,68,0.75);      
}    


.slides-pagination {
/*  position: absolute;
  z-index: 3;*/
  bottom: 90px;
  text-align: center;
  padding: 0 15px;
    position: relative;
    z-index: 30;
}
.slides-pagination a {
  /*border: 1px solid rgba(255,255,255,0.7);
  border-radius: 8px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  margin: 2px;
  overflow: hidden;
  text-indent: -100%; */
  width: 16.66%;
  height: 75px;
  background: #262e35;
  padding-top: 20px;
  font-weight: 300;
  font-size: 24px;
  position: relative;
  text-transform: none;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  color: #FFF;
}
.slides-pagination a:hover{
  color: #be3f35;
  }
.slides-pagination a.current {
  background: #FFF;
  color: #262e35;
}
.slides-pagination a.current:hover {
  color: #be3f35;
}
body.compensate-for-scrollbar {
    overflow: hidden;
}

.fancybox-active {
    height: auto;
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}

.fancybox-container * {
    box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}

.fancybox-bg {
    background: rgb(30, 30, 30);
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible;
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fancybox-toolbar {
    right: 0;
    top: 0;
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    /* Using without prefix would break IE11 */
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}

.fancybox-slide::before {
    content: '';
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
    display: block;
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0;
}

.fancybox-slide--image::before {
    display: none;
}

.fancybox-slide--html {
    padding: 6px;
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    transform-origin: top left;
    transition-property: transform, opacity;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
    cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
    cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
    cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

.fancybox-spaceball {
    z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%;
}

.fancybox-slide--video .fancybox-content {
    background: #000;
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
}

.fancybox-video,
.fancybox-iframe {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

/* Buttons */

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
    color: #ccc;
}

.fancybox-button:hover {
    color: #fff;
}

.fancybox-button:focus {
    outline: none;
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none;
}

/* Fix IE11 */
.fancybox-button div {
    height: 100%;
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
    display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
    display: none;
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
}

.fancybox-navigation .fancybox-button div {
    padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right);
}

/* Caption */

.fancybox-caption {
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px 44px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996;
    bottom: 0px;
}

.fancybox-bg::before{
    content: '';
    background: linear-gradient(to top,
    rgba(0, 0, 0, .85) 0%,
    rgba(0, 0, 0, .3) 50%,
    rgba(0, 0, 0, .15) 65%,
    rgba(0, 0, 0, .075) 75.5%,
    rgba(0, 0, 0, .037) 82.85%,
    rgba(0, 0, 0, .019) 88%,
    rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    height: 120px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    position: absolute;
    display: block;
}




@supports (padding: max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
    }
}

.fancybox-caption--separate {
    margin-top: -50px;
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline;
}

/* Loading indicator */

.fancybox-loading {
    animation: fancybox-rotate 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}

@keyframes fancybox-rotate {
    100% {
        transform: rotate(360deg);
    }
}

/* Transition effects */

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(.5, .5, .5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    transform: rotate(0deg);
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }

    .fancybox-slide--image {
        padding: 6px 0;
    }

    .fancybox-close-small {
        right: -6px;
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px;
    }

    @supports (padding: max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right));
        }
    }
}
/* Share */

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.fancybox-share p {
    margin: 0;
    padding: 0;
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px 5px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
    color: #fff;
}

.fancybox-share__button:hover {
    text-decoration: none;
}

.fancybox-share__button--fb {
    background: #3b5998;
}

.fancybox-share__button--fb:hover {
    background: #344e86;
}

.fancybox-share__button--pt {
    background: #bd081d;
}

.fancybox-share__button--pt:hover {
    background: #aa0719;
}

.fancybox-share__button--tw {
    background: #1da1f2;
}

.fancybox-share__button--tw:hover {
    background: #0d95e8;
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}

.fancybox-share__button svg path {
    fill: #fff;
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}
/* Thumbs */

.fancybox-thumbs {
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995;
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}

.fancybox-thumbs__list a {
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
}

.fancybox-thumbs__list a::before {
    background: rgba(255,255,255,0.4);
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
    opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
    opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px;
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }
}
/*
 *  Remodal - v1.1.0
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */

/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */

/* Hide scroll bar */

html.remodal-is-locked {
  overflow: hidden;
  touch-action: none;
}

/* Anti FOUC */

.remodal,
[data-remodal-id] {
  display: none;
}

/* Necessary styles of the overlay */

.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;

  display: none;
}

/* Necessary styles of the wrapper */

.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  display: none;
  overflow: auto;

  text-align: center;

  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;

  height: 100%;
  margin-left: -0.05em;

  content: "";
}

/* Fix iPad, iPhone glitches */

.remodal-overlay,
.remodal-wrapper {
  backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */

.remodal {
  position: relative;

  outline: none;
  text-size-adjust: 100%;
}

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}



/*
 *  Remodal - v1.1.0
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */

/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */

/* Default theme styles for the background */

.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

/* Default theme styles of the overlay */

.remodal-overlay {
  background: rgba(43, 46, 56, 0.9);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
  animation-name: remodal-overlay-closing-keyframes;
}

/* Default theme styles of the wrapper */

.remodal-wrapper {
  padding: 10px 10px 0;
}

/* Default theme styles of the modal dialog */

.remodal {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 35px;
  transform: translate3d(0, 0, 0);

  background: transparent;
}

.remodal.base {
  background: white;
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
  animation-name: remodal-closing-keyframes;
}

/* Vertical align of the modal dialog */

.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

/* Close button */

.remodal-close {
  position: absolute;
  top: 0;
  left: 0;

  display: block;
  overflow: visible;

  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;

  cursor: pointer;
  transition: color 0.2s;
  text-decoration: none;

  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent;
}

.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38;
}

.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;

  position: absolute;
  top: 0;
  left: 0;

  display: block;

  width: 35px;

  content: "\D7";
  text-align: center;
}

/* Dialog buttons */

.remodal-confirm,
.remodal-cancel {
  font: inherit;

  display: inline-block;
  overflow: visible;

  min-width: 110px;
  margin: 0;
  padding: 12px 0;

  cursor: pointer;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;

  border: 0;
  outline: 0;
}

.remodal-confirm {
  color: #fff;
  background: #81c784;
}

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a;
}

.remodal-cancel {
  color: #fff;
  background: #e57373;
}

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350;
}

/* Remove inner padding and border in Firefox 4+ for the button tag. */

.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;

  border: 0;
}

/* Keyframes
   ========================================================================== */

@keyframes remodal-opening-keyframes {
  from {
    transform: scale(1.05);

    opacity: 0;
  }
  to {
    transform: none;

    opacity: 1;
  }
}

@keyframes remodal-closing-keyframes {
  from {
    transform: scale(1);

    opacity: 1;
  }
  to {
    transform: scale(0.95);

    opacity: 0;
  }
}

@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

/* Media queries
   ========================================================================== */

@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 910px;
  }
}

/* IE8
   ========================================================================== */

.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}

.lt-ie9 .remodal {
  width: 910px;
}
.mce-content-body a {
  color: black;
}
.mce-content-body a:hover {
  color: black;
}
.mce-content-body h1 {
  color: black;
}
.mce-content-body p {
  font-size: 16px;
  margin-bottom: 40px;
}
::-webkit-scrollbar {
  width: 12px;
}
::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
::-webkit-scrollbar-track {
  background: #fff;
  border: thin solid #ccc;
}
::-webkit-scrollbar-thumb {
  background: #aaaaaa;
  border: none;
  -webkit-transition: 300ms;
  transition: 300ms;
}
::-webkit-scrollbar-thumb:hover {
  background: #CDCDCD;
}
::-webkit-scrollbar-track-piece {
  background: #fff;
  border: none;
  border-left: 1px solid #ccc;
  box-shadow: none;
}
body {
  color: #213140;
  font-size: 14px;
  line-height: 1.4;
  font-family: 'Poppins', sans-serif;
}
h1 {
  font-size: 72px;
  font-weight: 900;
  color: #213140;
  margin: 0 0 30px 0;
  line-height: 1;
  font-family: "ivypresto-headline", serif;
  text-transform: uppercase;
}
h1 span {
  font-weight: 700;
  font-size: 37px;
  display: block;
  text-transform: none;
  line-height: 1.2;
}
.page h1 {
  font-size: 41px;
  text-transform: none;
  margin-bottom: 30px;
  line-height: 1.2;
}
h2 {
  font-weight: 900;
  margin: 0 0 25px 0;
  text-align: center;
  font-size: 36px;
  font-family: "ivypresto-headline", serif;
}
h2 span,
h2 sma {
  font-weight: 400;
  color: #c2a032;
  display: block;
}
.page-content h2 {
  text-align: left;
}
h2.icon {
  position: relative;
  padding-top: 75px;
}
h2.icon:before {
  content: '';
  display: block;
  width: 160px;
  height: 34px;
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -80px;
  background: url(/userfiles/images/symbol.png) no-repeat;
}
.heading-secondary,
.col h2 {
  text-align: left;
}
.heading-secondary span,
.col h2 span {
  margin-top: 15px;
  display: block;
  color: #c2a032;
  font-size: 24px;
  font-weight: normal;
}
.heading-secondary.text-center,
.col h2.text-center {
  text-align: center;
}
.bg-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bg-image.abs {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
h3 {
  color: #213140;
  font-size: 17px;
  margin: 20px 0 15px 0;
  font-weight: 900;
  font-family: "ivypresto-headline", serif;
}
h3.icon {
  position: relative;
  padding-left: 75px;
}
h3.icon:before {
  content: '';
  display: block;
  width: 61px;
  height: 40px;
  position: absolute;
  top: 0px;
  left: 0px;
  background: url(/userfiles/images/symbol-sm.png) no-repeat;
}
h4 {
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}
.row--stretch {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.row--stretch:before,
.row--stretch:after {
  content: normal;
}
.row--stretch .col-right {
  height: 100%;
  position: relative;
}
p {
  margin-bottom: 20px;
  font-size: 13px;
}
p a {
  text-decoration: underline;
  color: #c2a032;
}
p a:hover,
p a:focus,
p a:active,
p a:active:hover {
  text-decoration: underline;
  color: #d3b554;
}
p.big {
  font-size: 17px;
  line-height: 1.6;
}
.col p {
  font-size: 17px;
  line-height: 1.6;
}
a {
  color: #c2a032;
  transition: 0.2s;
  text-decoration: underline;
}
a:hover,
a:focus,
a:active,
a:active:hover {
  color: #d3b554;
}
ul {
  list-style-type: none;
  padding-left: 0;
}
ul li {
  font-size: 14px;
}
table {
  width: 100%;
  font-size: 13px;
  margin-bottom: 20px;
}
table th {
  background: #fff;
  color: #213140;
  padding: 15px;
  font-size: 17px;
}
table td {
  padding: 15px;
}
table tr {
  border-top: 1px solid #E7EBF0;
}
table tr:first-of-type {
  border: none;
}
table tr:nth-child(even) {
  background: #f8f7f5;
}
.content {
  line-height: 1.6;
}
.content .table-wrapper {
  margin: 0 0 20px 0;
  overflow-x: auto;
}
.content .table-wrapper table {
  margin: 0;
}
.content ul {
  margin-bottom: 30px;
  margin-top: 20px;
}
.content ul li {
  padding-left: 25px;
  position: relative;
  margin-bottom: 10px;
}
.content ul li:before {
  content: '';
  background: #c2a032;
  width: 15px;
  height: 3px;
  position: absolute;
  top: 7px;
  left: 0px;
  display: block;
}
.nopadding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.remodal-close {
  left: auto;
  right: 0;
}
.bg-vzor {
  background: #eff2f5 url(/userfiles/images/back-symbols.png) top center;
}
.personal-info {
  margin-top: 15px;
  font-weight: normal;
  font-size: 0.72rem;
  flex-direction: row;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
}
.personal-info a {
  text-decoration: underline;
}
.personal-info input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.personal-info .checkmark {
  height: 25px;
  width: 25px;
  margin-right: 10px;
  background-color: #eee;
  position: relative;
}
.personal-info .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 8px;
  top: 3px;
  width: 8px;
  height: 15px;
  border: solid black;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.personal-info input:checked ~ .checkmark:after {
  display: block;
}
@media all and (max-width: 768px) {
  .page h1 {
    font-size: 34px;
  }
  h2 {
    font-size: 30px;
  }
}
.header {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99;
  /*.flex {
		justify-content: unset !important;
	}*/
}
.header .navbar-collapse {
  padding: 0;
}
@media (min-width: 960px) {
  .header .navbar-collapse {
    width: 85%;
    padding-right: 20px;
  }
}
.header .logo_desktop {
  top: -50px;
  position: relative;
}
@media (max-width: 1260px) {
  .header .logo_desktop {
    display: none;
  }
}
.header .socials-wrap {
  position: absolute;
  right: 73px;
  top: 20px;
  display: flex;
  align-items: center;
}
@media (max-width: 1260px) {
  .header .socials-wrap {
    right: 0;
  }
}
@media (max-width: 799px) {
  .header .socials-wrap {
    right: 47px;
    top: -33px;
  }
}
.header .socials-wrap__item {
  margin-right: 5px;
  background: url(/userfiles/images/icons.svg) no-repeat 0px 0px;
  display: block;
}
.header .socials-wrap__item.fb {
  width: 26px;
  height: 26px;
  background: url(/userfiles/images/icons.png) -2px -1px no-repeat;
}
.header .socials-wrap__item.youtube {
  width: 26px;
  height: 26px;
  background-position: -2px -231px;
}
.header .socials-wrap__item.instagram {
  width: 26px;
  height: 26px;
  background-position: -31px -231px;
}
.header .flex {
  width: 100%;
  margin-top: 70px;
  flex-direction: row-reverse;
}
@media (max-width: 1260px) {
  .header .flex {
    margin-top: unset;
  }
}
.header .button {
  font-weight: 700;
  color: #c2a032;
  text-transform: uppercase;
  text-decoration: none;
}
.header .button:hover,
.header .button:focus,
.header .button:active,
.header .button:active:hover {
  color: #213140;
}
.header .lang {
  position: absolute;
  right: 15px;
  top: 20px;
}
.header .lang select {
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: 12px;
  padding: 5px 22px 5px 7px;
  border: 1px solid #213140;
  border-radius: 4px;
  background: transparent url(/userfiles/images/arrows.png) 27px -30px no-repeat;
}
.header .lang select::-ms-expand {
  display: none;
}
.header .logo {
  position: absolute;
  top: 15px;
  left: 50%;
  margin-left: -69px;
}
@media (min-width: 1260px) {
  .header .logo {
    display: none;
  }
}
.header .right {
  display: flex;
  align-items: center;
  align-self: baseline;
  position: relative;
  top: 5px;
}
@media (max-width: 960px) {
  .header .right {
    position: absolute;
    right: 15px;
    top: 50px;
  }
}
.header .right .socials-wrap {
  margin-left: 20px;
}
.header #collapse_nav {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}
.header #collapse_nav ul {
  display: flex;
  margin-bottom: 0;
  justify-content: space-between;
}
@media (min-width: 960px) {
  .header #collapse_nav ul {
    height: 10px;
  }
}
.header #collapse_nav li {
  /*      margin-right: 55px;

      &:nth-child(4) {
        margin-right: 260px;
      }

      &:last-of-type {
        margin-right: 30px;
      }*/
}
.header #collapse_nav li a {
  text-decoration: none;
  padding: 0;
  font-size: 14px;
  color: #213140;
  text-transform: uppercase;
  transition: 0.3s;
}
.header #collapse_nav li a:hover,
.header #collapse_nav li a:active,
.header #collapse_nav li a:focus,
.header #collapse_nav li a:active:hover {
  color: #c2a032;
  background: none;
}
.header #collapse_nav li .button {
  color: #c2a032;
}
.header #collapse_nav li .button:hover,
.header #collapse_nav li .button:active,
.header #collapse_nav li .button:focus,
.header #collapse_nav li .button:active:hover {
  color: #213140;
}
/*
.de {
  .header {
    .fb {
      margin-left: 25px;
    }
  }

  #collapse_nav {
    li {
      margin-right: 35px;

!*      &:nth-child(4) {
        margin-right: 208px;
      }*!
    }
  }
}
*/
/*.en {
  #collapse_nav {
    li {
      margin-right: 39px;
    }
  }
}


.ru {
  #collapse_nav {
    li {
      margin-right: 36px;
    }
  }
}*/
.navbar-toggle {
  position: absolute;
  top: 65px;
  right: 15px;
  width: 80px;
  line-height: 1;
  margin: 0;
  padding: 0;
}
.navbar-toggle .icon-bar {
  background: #213140;
  display: block;
  width: 22px;
  height: 2px;
}
.navbar-toggle .button-hamburger {
  float: left;
  margin-top: 1px;
}
.navbar-toggle .text {
  font-size: 17px;
  margin-left: 5px;
  color: #213140;
}
@media all and (max-width: 1260px) {
  .header {
    padding-bottom: 20px;
    /*    .socials-wrap {
      position: static;
    }*/
  }
  .header .lang {
    right: auto;
    top: 50px;
    left: 15px;
  }
  .header .logo {
    top: 15px;
    margin-left: -50px;
  }
  .header .logo img {
    height: auto;
    width: 100px;
  }
  .header .flex {
    display: block;
  }
  .header .logo {
    top: 15px;
  }
  .header #collapse_nav {
    margin-top: 120px;
  }
  .header #collapse_nav ul {
    justify-content: space-between;
  }
  .header #collapse_nav li {
    margin-right: 0;
  }
  .header #collapse_nav li:nth-child(4),
  .header #collapse_nav li:last-of-type {
    margin-right: 0;
  }
}
@media all and (max-width: 1260px) and (min-width: 1260px) {
  .header .logo {
    display: none;
  }
}
@media all and (max-width: 1260px) and (min-width: 1260px) {
  .header .logo {
    display: none;
  }
}
@media (min-width: 961px) and (max-width: 1260px) {
  .flex .right .button {
    position: absolute;
    right: 0;
    top: 115px;
  }
}
@media all and (max-width: 799px) {
  .header {
    padding-bottom: 40px;
    /*    .right {
      top: 15px;
      margin-right: 60px;
    }*/
  }
  .header .lang {
    top: 15px;
    left: auto;
    right: 15px;
  }
  .header .logo {
    margin-left: 0;
    left: 15px;
    top: 10px;
  }
  .header .logo img {
    width: auto;
    height: 90px;
  }
  .header #collapse_nav {
    position: absolute;
    top: 110px;
    right: 0px;
    background: #fff;
    z-index: 999;
    margin-top: 0;
    left: 0px;
  }
  .header #collapse_nav ul {
    display: block;
    padding: 20px 0;
    margin: 0;
  }
  .header #collapse_nav ul li {
    margin-right: 0;
    text-align: center;
    margin-bottom: 15px;
  }
  .header #collapse_nav ul li a {
    padding: 5px 50px;
  }
}
@media all and (max-width: 799px) {
  .header .right .button {
    display: none;
  }
}
.footer {
  background: #213140;
  position: relative;
  z-index: 100;
  padding-top: 20px;
}
.footer h3 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 20px;
}
.footer ul li {
  margin-bottom: 12px;
}
.footer ul li a {
  font-size: 14px;
}
.footer .three {
  -moz-column-count: 2;
       column-count: 2;
}
.footer .bottom p {
  font-size: 12px;
  float: right;
  color: #aabbca;
  margin-bottom: 0;
}
.footer .bottom p:first-of-type {
  float: left;
}
.footer .bottom p a {
  text-decoration: none;
  color: #aabbca;
}
.footer .bottom p a:hover {
  color: #c2a032;
}
.service__video__bg .bg_ooter {
  top: -140px;
  border-top: unset !important;
}
.footer-logo {
  display: none;
  justify-content: center;
  position: absolute;
  top: -140px;
  left: 45%;
  z-index: 2;
}
@media (min-width: 1000px) {
  .footer-logo {
    display: flex;
  }
}
.footer-logo__wrapper {
  position: relative;
  background-color: #213140;
  border-radius: 50px;
  padding: 0 30px;
  box-shadow: 0 0 30px 15px rgba(33, 49, 64, 0.5);
  z-index: 1;
}
.footer-logo__wrapper::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(to right, transparent, rgba(33, 49, 64, 0.5), transparent);
  pointer-events: none;
  z-index: 2;
}
.footer-logo__wrapper img {
  display: block;
  position: relative;
  z-index: 3;
}
.bg_footer_gradient {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.bg_footer,
.bg_footer_gradient {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}
.bg_footer::after,
.bg_footer_gradient::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url('/userfiles/images/back-symbols.png');
  background-repeat: repeat;
  background-position: center;
  transform-origin: center;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.bg_footer_gradient {
  top: -5%;
}
@media (min-width: 960px) {
  .bg_footer_gradient {
    top: -15%;
  }
}
.bg_footer_gradient::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, #213140, rgba(33, 49, 64, 0.7));
  z-index: 1;
  pointer-events: none;
}
.bg_footer_gradient::after {
  z-index: 0;
}
.bg_footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, #213140, rgba(33, 49, 64, 0.7));
  z-index: 1;
  pointer-events: none;
}
.bg_footer::after {
  z-index: 0;
}
@media all and (max-width: 500px) {
  .footer .three {
    -moz-column-count: 1;
         column-count: 1;
  }
}
.charming-places {
  text-align: center;
  margin-bottom: 50px;
}
.charming-places .image {
  margin-top: 30px;
  max-width: 550px;
  display: block;
}
.charming-places .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.charming-places .image--large {
  height: 606px;
}
.charming-places .image--small {
  height: 288px;
}
.charming-places .btn-primary {
  margin: auto;
  margin-top: 40px;
}
.charming-places-detail-content {
  padding-top: 100px;
  padding-bottom: 80px;
}
.charming-places-detail-content .charming-place-item {
  margin-bottom: 75px;
}
.charming-places-detail-content .charming-place-item .text {
  padding-left: 38px;
}
.charming-places-detail-content .charming-place-item .row {
  display: flex;
  flex-wrap: wrap;
}
.charming-places-detail-content .charming-place-item .col {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.charming-places-detail-content .charming-place-item .heading-secondary {
  margin-bottom: 0;
}
.charming-places-detail-content .charming-place-item .heading-secondary span {
  margin-top: 0;
  margin-bottom: 8px;
}
.charming-places-detail-content .charming-place-item .image-wrapper {
  position: relative;
}
.charming-places-detail-content .charming-place-item .image-wrapper .image {
  display: block;
  height: 273px;
  position: relative;
  overflow: hidden;
}
.charming-places-detail-content .charming-place-item .image-wrapper .image img {
  transform-origin: 50% 50%;
  transition: transform 0.3s;
}
.charming-places-detail-content .charming-place-item .image-wrapper .image:hover,
.charming-places-detail-content .charming-place-item .image-wrapper .image:focus {
  cursor: pointer;
}
.charming-places-detail-content .charming-place-item .image-wrapper .image:hover img,
.charming-places-detail-content .charming-place-item .image-wrapper .image:focus img {
  transform: scale(1.05);
}
.charming-places-detail-content .charming-place-item p {
  font-size: 16px;
}
.charming-places-detail-content .charming-place-item .price {
  font-family: "ivypresto-headline", serif;
  font-size: 28px;
  padding: 26px;
  background: #213140;
  position: absolute;
  bottom: 0px;
  right: 20px;
  border-radius: 5px;
  color: #fff;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding-right: 50px;
  line-height: 1;
}
.charming-places-detail-content .charming-place-item .price span span {
  display: block;
  font-size: 15px;
  color: #aabbca;
}
.charming-places-detail-content .charming-place-item .price .symbol {
  margin-right: 30px;
  max-width: 45px;
}
.charming-places-detail-content .charming-place-item .price .symbol img {
  max-width: 100%;
}
.charming-places-detail-content .charming-place-item .price .symbol span {
  margin-left: auto;
}
.charming-places-detail-content .charming-place-item .more-photos {
  padding: 10px 0;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  color: #213140;
}
.charming-places-detail-content .charming-place-item .more-photos:before {
  content: "";
  display: block;
  width: 17px;
  height: 15px;
  background: url(/userfiles/images/icons.png) no-repeat -104px -3px;
  margin-right: 5px;
}
.charming-places-detail-content .charming-place-item .more-photos:hover {
  text-decoration: underline;
  cursor: pointer;
}
@media all and (max-width: 1000px) {
  .charming-places .image {
    max-width: 550px;
    margin: auto;
    margin-top: 30px;
  }
  .charming-places-detail-content .charming-place-item .text {
    padding-left: 0;
    margin-top: 40px;
  }
  .charming-places-detail-content .charming-place-item .price {
    font-size: 22px;
    padding: 16px;
    padding-right: 30px;
  }
  .charming-places-detail-content .charming-place-item .price .symbol {
    margin-right: 12px;
  }
}
@media all and (max-width: 440px) {
  .charming-places .image--large {
    height: 250px;
  }
  .charming-places .image--small {
    height: 180px;
  }
  .charming-places-detail-content .charming-place-item .price {
    right: 0;
    position: relative;
    max-width: 230px;
  }
}
/*
.locations__preview--homepage {
	margin-bottom: 80px;
}*/
.reference {
  padding-top: 90px;
  padding-bottom: 105px;
}
.reference.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}
.reference.no-padding .platform-reviews {
  padding-top: 50px;
}
.reference.no-padding .platform-reviews__item {
  min-height: 80px;
  margin-bottom: 10px;
  justify-content: space-between;
}
.reference.no-padding .platform-reviews__item .platform-reviews__count {
  margin-left: 5px;
  align-items: center;
  display: flex;
}
@media (min-width: 960px) {
  .reference.no-padding .platform-reviews__item .platform-reviews__count {
    width: 135px;
  }
}
.reference.no-padding .platform-reviews__item .left-part {
  display: flex;
  flex-direction: row;
}
@media (min-width: 960px) {
  .reference.no-padding .platform-reviews__item .left-part {
    flex-direction: row;
  }
}
.reference.no-padding .platform-reviews__item .right-part {
  display: flex;
  flex-direction: column;
}
@media (min-width: 960px) {
  .reference.no-padding .platform-reviews__item .right-part {
    flex-direction: row;
  }
}
.reference.no-padding .platform-reviews__item .right-part .platform-reviews__stars {
  align-items: center;
}
.reference .offers {
  margin-top: 40px;
  margin-bottom: 70px;
}
.benefits {
  padding-top: 65px;
  padding-bottom: 75px;
  background: #f8f7f5 url(/userfiles/images/back-symbols.png) top center;
}
.benefits .item {
  text-align: center;
  margin-top: 30px;
}
.benefits .item .icon {
  width: 95px;
  height: 85px;
  display: block;
  margin: 0 auto 20px;
  background: url(/userfiles/images/icons.png) no-repeat;
}
.benefits .item .icon.gastro {
  background-position: 2px -43px;
}
.benefits .item .icon.person {
  background-position: -100px -43px;
}
.benefits .item .icon.najem {
  background-position: -207px -43px;
}
.benefits .item .icon.menu {
  background-position: -307px -43px;
}
.clients {
  padding-top: 75px;
  background: #eff2f5 url(/userfiles/images/back-symbols.png) top center;
  padding-bottom: 105px;
}
.clients h2 {
  margin-bottom: 35px;
  text-align: center;
}
@media (min-width: 960px) {
  .clients h2 {
    text-align: left;
  }
}
.client.box {
  padding: 60px 65px 35px;
  margin-top: 30px;
}
.client.box .text p {
  margin-bottom: 0;
}
@media all and (max-width: 999px) {
  .clients.hp {
    padding-bottom: 75px;
  }
  .clients.hp .box {
    margin-bottom: 30px;
  }
}
@media (max-width: 1000px) {
  .platform-reviews__wrapper {
    flex-direction: column;
  }
}
.client-wrapper {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.client-wrapper__item {
  background: #fff;
  padding: 45px 20px;
}
.demand {
  background: #213140;
  text-align: left;
  padding-top: 120px;
  padding-bottom: 120px;
  overflow: hidden;
}
.demand h2 {
  color: #fff;
  margin-bottom: 35px;
  text-align: left;
}
.demand h2 span {
  display: inline;
}
.demand .btn {
  margin-top: 20px;
  margin-bottom: 20px;
}
.demand .big p {
  font-size: 17px;
  line-height: 1.6;
}
.demand p {
  color: #aabbca;
}
.demand p span {
  color: #fff;
}
.demand .demand_contact {
  flex-direction: column;
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media (min-width: 960px) {
  .demand .demand_contact {
    flex-direction: row;
  }
}
.demand_flower__figure {
  position: absolute;
  display: none;
}
@media (min-width: 960px) {
  .demand_flower__figure {
    display: block;
    right: -118px;
    top: 25%;
  }
}
@media (min-width: 1260px) {
  .demand_flower__figure {
    display: block;
    right: -350px;
    top: 25%;
  }
}
@media (max-width: 1025px) {
  .demand_flower__figure {
    display: none;
  }
}
.demand_flower {
  /*	position: absolute;
	right: 0;
	top: 7200px;
	@media (max-width: @screen-md) {
		display: none;
	}*/
}
.info {
  /*	padding-top: 170px;*/
  padding-bottom: 85px;
}
@media (max-width: 1000px) {
  .info {
    padding-top: 40px;
  }
}
.info .description h2 {
  text-align: left;
  font-size: 24px;
  font-weight: 700;
  margin-top: 20px;
}
.info .description p {
  font-size: 15px;
}
.info .description .text {
  margin-bottom: 55px;
}
.info .description .text:last-of-type {
  margin-bottom: 0;
}
.info .description .btn {
  margin-top: 15px;
}
.info .gallery {
  padding-bottom: 40px;
  padding-top: 30px;
}
@media (max-width: 1000px) {
  .info .gallery {
    padding-top: 100px;
  }
}
.info.reference .description h2 {
  margin-bottom: 35px;
}
.info.reference .client.box {
  margin-top: 0;
}
.process .item {
  padding-left: 70px;
  font-size: 15px;
  position: relative;
}
.process .item:before {
  content: '';
  position: absolute;
  left: 0px;
  top: -5px;
  width: 58px;
  height: 58px;
  display: block;
  background: url(/userfiles/images/icons.png) no-repeat;
}
.process .item.one:before {
  background-position: -1px -152px;
}
.process .item.two:before {
  background-position: -77px -152px;
}
.process .item.three:before {
  background-position: -153px -152px;
}
.process .item.four:before {
  background-position: -221px -152px;
}
.process .arrow {
  height: 10px;
  width: 16px;
  display: block;
  margin: 15px 0 15px 21px;
  background: url(/userfiles/images/arrows.png) -44px 0px;
}
.process h2.icon {
  font-size: 32px;
  margin-bottom: 55px;
  padding-top: 60px;
}
@media all and (max-width: 999px) {
  .items {
    display: flex;
    justify-content: center;
  }
}
.contacts.box {
  padding: 30px 45px;
  max-width: 440px;
}
.contacts.box .title {
  margin-left: 5px;
  font-size: 17px;
  margin-bottom: 30px;
}
.contacts.box .icon {
  width: 111px;
  height: 111px;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 25px;
}
.contacts.box .name {
  font-size: 22px;
  font-family: 'ivypresto-headline', sans-serif;
  font-weight: 700;
  margin-bottom: 15px;
}
.contacts.box .contact {
  padding-left: 25px;
  position: relative;
  margin-bottom: 10px;
}
.contacts.box .contact:before {
  content: '';
  position: absolute;
  top: -1px;
  left: 0px;
  display: block;
  width: 20px;
  height: 20px;
  background: url(/userfiles/images/icons.png) -35px -2px no-repeat;
}
.contacts.box a.contact:before {
  background-position: -68px -1px;
}
.contacts.box a.contact {
  margin-bottom: 0;
}
.page {
  padding-top: 150px;
  padding-bottom: 50px;
  background: #eff2f5 url(/userfiles/images/back-symbols.png) top center;
}
.page .contacts.box {
  float: right;
  margin-top: 10px;
}
.page .outset .btn {
  margin-top: 15px;
}
.page.service {
  background: none;
  position: relative;
  z-index: 1;
}
.page.service--with-media {
  background: none;
  position: relative;
  z-index: 1;
}
.page-content {
  padding-top: 75px;
  padding-bottom: 65px;
}
.catering .content {
  margin-top: 50px;
}
@media all and (max-width: 1199px) {
  .page {
    padding-top: 200px;
  }
}
@media all and (max-width: 999px) {
  .page {
    padding-top: 160px;
    padding-bottom: 30px;
  }
  .page .contacts.box {
    margin: 50px auto 0;
    float: none;
  }
}
.btn-primary {
  border: none;
  height: 46px;
  line-height: 48px;
  text-decoration: none;
  font-size: 14px;
  color: #fff;
  background: #c2a032;
  padding: 0 25px;
  text-transform: uppercase;
  font-weight: 400;
  transition: 0.3s ease-out;
  box-shadow: 0px 2px 0px 0px #b3932b;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:active:hover {
  background: #b3932b;
  color: #fff;
  border: none;
}
.btn-success {
  border: none;
  height: 46px;
  line-height: 44px;
  text-decoration: none;
  font-size: 13px;
  color: #fff;
  background: #fff;
  padding: 0 22px;
  text-transform: uppercase;
  border-radius: 4px;
  font-weight: 500;
  transition: 0.3s ease-out;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success:active:hover {
  color: #fff;
  border: none;
  background: #000;
}
.btn-info {
  color: #000;
  font-size: 13px;
  padding: 0 35px;
  height: 56px;
  line-height: 54px;
  border-radius: 4px;
  font-weight: 700;
  text-transform: uppercase;
  background: #fff;
  border: 2px solid #000;
  transition: 0.3s;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info:active:hover {
  border-color: #000;
  background: #fff;
  color: #000;
}
.offers.offers-subservices {
  margin-bottom: 20px;
}
.offers.offers-subservices .offer {
  margin: 0 auto 30px;
}
.offer {
  max-width: 360px;
  position: relative;
  height: 208px;
  margin: 30px auto 0;
}
.offer.no-image {
  height: auto;
  min-height: 70px;
  background: #213140;
  display: flex;
  align-items: center;
}
.offer.no-image .wrapper {
  position: static;
}
.offer.no-image a {
  text-decoration: none;
}
.offer a:hover .image {
  opacity: 0.9;
}
.offer .image {
  transition: 0.3s;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.offer .image img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.offer.last {
  padding: 30px 20px;
  border: 1px solid #E7EBF0;
  background: #fff url(/userfiles/images/inquiry-back.png) 229px 42px no-repeat;
}
.offer.last a {
  text-decoration: none;
}
.offer.last h2 {
  color: #213140;
}
.offer.last p {
  color: #213140;
  margin-top: 10px;
  text-align: left;
}
.offer.last strong {
  color: #c2a032;
}
.offer h2 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  text-align: left;
  margin: 0;
  font-family: 'Poppins', sans-serif;
}
.offer p {
  color: #fff;
  text-align: left;
  margin: 2px 0 0;
}
.offer .arrow {
  display: block;
  position: absolute;
  right: -7px;
  bottom: 15px;
  height: 40px;
  width: 40px;
  background: #c2a032;
  z-index: 3;
}
.offer .arrow:before {
  content: '';
  display: block;
  position: absolute;
  left: 15px;
  top: 8px;
  background: url(/userfiles/images/arrows.png) 0px 0px no-repeat;
  width: 16px;
  height: 22px;
}
.offer .gradient {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  z-index: 1;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#213140+0,213140+100&0+0,0+43,0.24+66,0.61+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(33, 49, 64, 0) 0%, rgba(33, 49, 64, 0) 43%, rgba(33, 49, 64, 0.24) 66%, rgba(33, 49, 64, 0.61) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00213140', endColorstr='#9c213140', GradientType=0);
  /* IE6-9 */
}
.offer .wrapper {
  z-index: 2;
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 13px 45px 13px 15px;
}
.team {
  min-height: 680px;
  padding-top: 135px;
  background: linear-gradient(to right, #ffffff 48%, rgba(255, 255, 255, 0) 62%), url(/userfiles/images/team-back.jpg) top right no-repeat;
  text-align: center;
  max-width: 1920px;
  margin: auto;
}
@media (min-width: 960px) {
  .team .big {
    padding: 0 60px;
  }
}
.team .name {
  font-size: 17px;
  font-weight: 700;
  margin-top: 40px;
}
.team p {
  margin: 20px 0 !important;
}
@media all and (max-width: 999px) {
  .team {
    padding-top: 20px;
    padding-bottom: 80px;
    min-height: auto;
    background: #fff;
  }
}
.offer-page {
  position: relative;
  /*	p {
		text-align: center;
	}*/
}
.offer-page .offers {
  position: relative;
  padding-bottom: 60px;
}
@media (min-width: 1260px) {
  .offer-page {
    top: -70px;
    z-index: 99;
    position: relative;
  }
  .offer-page .box {
    text-align: center;
    position: relative;
    padding: 80px 20px 482px;
  }
  .offer-page .box .top {
    /*			padding: 0 20px 560px;*/
  }
  .offer-page .offers {
    position: absolute;
    top: 350px;
    width: 100%;
  }
}
.image {
  overflow: hidden;
}
.margin-top {
  margin-top: 65px;
}
.flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.box {
  border: 1px solid #E7EBF0;
  background: #fff;
  padding: 45px 20px;
}
.gallery {
  padding-bottom: 30px;
}
.gallery .detail-lg {
  height: 170px;
  overflow: hidden;
  margin-bottom: 30px;
}
.gallery .detail-lg img {
  margin: 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.four-info {
  padding: 88px 0;
}
.four-info .info-box {
  margin-top: 80px;
  padding: 40px;
  width: 100%;
  background: #eff2f5 url(/userfiles/images/back-symbols.png) top center;
}
.four-info .info-box .text {
  position: relative;
}
.four-info .info-box .text p {
  font-size: 14px;
  margin: 0;
  line-height: 1.65;
}
.four-info .info-box .text .number {
  font-size: 44px;
  color: #c2a032;
  font-weight: 700;
  position: absolute;
  left: 0;
  top: -80px;
  font-family: "ivypresto-headline", serif;
}
.four-chateaus {
  padding-bottom: 20px;
}
.four-chateaus p.big {
  margin: 50px 0;
  text-align: center;
}
p {
  font-size: 14px;
  margin: 20px 0 40px 0;
  line-height: 1.65;
}
.large-quote {
  padding-top: 160px;
  padding-bottom: 110px;
}
.large-quote .container {
  position: relative;
}
.large-quote .contact-photo {
  position: relative;
  box-shadow: 0 10px 16px rgba(33, 49, 64, 0.16);
  height: 317px;
  width: 100%;
}
.large-quote .contact-photo .background {
  width: 100%;
  height: 100%;
  position: absolute;
}
.large-quote .contact-photo img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.large-quote .quote {
  font-size: 22px;
  font-style: italic;
  font-family: "ivypresto-headline", serif;
}
.large-quote .quote:before {
  content: '';
  display: block;
  width: 61px;
  height: 40px;
  margin-bottom: 30px;
  background: url(/userfiles/images/symbol-sm.png) no-repeat;
}
.large-quote .abs {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 999;
}
.large-quote .contact-wrapper {
  background: #eff2f5 url(/userfiles/images/back-symbols.png) top center;
  padding: 80px;
  min-height: 482px;
  width: 100%;
}
.large-number {
  min-height: 510px;
  position: relative;
  margin-top: 50px;
}
.large-number .background {
  width: 100%;
  height: 100%;
  position: absolute;
}
.large-number .bottom {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50%);
}
.large-number .number-wrapper {
  display: flex;
  align-items: center;
  border: #E7EBF0 1px solid;
  background: white;
  padding: 26px;
}
.large-number .number-wrapper .number {
  display: inline-block;
  line-height: 1;
  margin-top: -40px;
  color: #c2a032;
  margin-right: 20px;
  font-family: "ivypresto-headline", serif;
  font-size: 94px;
  font-weight: 700;
}
.large-number .number-wrapper .text {
  font-size: 14px;
}
.castle-card .wrapper {
  height: 320px;
  display: block;
  width: 100%;
  position: relative;
}
.castle-card img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.castle-card .gradient {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.8) 100%);
  z-index: 6;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.castle-card p {
  min-height: 120px;
}
.castle-card .caption {
  z-index: 7;
  position: absolute;
  left: 20px;
  margin: 0;
  bottom: 20px;
  font-size: 23px;
  font-weight: normal;
  color: white;
  font-family: "ivypresto-headline", serif;
}
.about-us-main-info {
  margin-top: -65px;
}
.about-us-main-info h2 {
  margin-bottom: 50px;
}
.about-us-main-info p {
  margin: 25px 0;
}
.about-us-main-info .col {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  min-height: 495px;
}
.about-us-main-info .row:first-of-type .col:first-of-type {
  padding-top: 60px;
}
.about-us-main-info .image-bg {
  height: 495px;
  width: 100%;
}
.about-us-main-info .image-bg .info-box {
  font-size: 20px;
  font-family: "ivypresto-headline", serif;
  font-style: italic;
  padding: 30px 20px;
  background: #213140;
  position: absolute;
  bottom: 60px;
  left: -47px;
  width: 340px;
  border-radius: 5px;
  color: white;
  display: flex;
  align-items: center;
}
.about-us-main-info .image-bg .info-box:before {
  content: '';
  margin-right: 15px;
  display: inline-block;
  width: 145px;
  height: 40px;
  background: url(/userfiles/images/symbol-sm.png) no-repeat;
}
.image-bg img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
@media all and (max-width: 1399px) {
  #slides h1 {
    font-size: 64px !important;
  }
}
@media all and (max-width: 1199px) {
  #slides h1 {
    font-size: 55px !important;
    margin-bottom: 15px;
  }
  .col p {
    font-size: 15px;
  }
  .castle-card p {
    min-height: 145px;
  }
}
@media all and (max-width: 799px) {
  #slides h1 {
    font-size: 36px !important;
  }
}
@media all and (max-width: 890px) {
  .about-us-main-info .image-bg {
    overflow: hidden;
  }
  .about-us-main-info .image-bg .info-box {
    left: 0px;
    bottom: 0px;
    border-radius: 0;
    position: static;
    width: 100%;
    margin-bottom: 30px;
  }
}
@media all and (max-width: 999px) {
  .about-us-main-info .image-bg {
    margin-bottom: 30px;
  }
  .about-us-main-info .col {
    min-height: auto;
  }
  .col p {
    font-size: 17px;
  }
  .four-chateaus {
    padding-bottom: 60px;
  }
  .castle-card p {
    min-height: auto;
  }
  .large-quote .abs {
    position: static;
    top: 0;
    transform: none;
  }
  .four-info .info-box .text .number {
    position: static;
  }
}
.main-header-hp .content-bg-gradient .text {
  margin-top: 170px;
}
.main-header-hp .hp-title {
  display: block;
  margin-top: 0;
  /*		font-family:"ivypresto-headline";*/
  font-size: 62px;
  font-style: italic;
  line-height: 1.2;
}
.main-header-hp .gradient {
  background: linear-gradient(260deg, #ffffff, rgba(255, 255, 255, 0.8) 25%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 75%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
/*.main-header-hp .text {
	overflow: hidden;
}*/
.text-hp .header_title {
  width: 300px !important;
  position: relative !important;
  height: unset !important;
  top: unset !important;
  left: unset !important;
  z-index: 2 !important;
}
.text-hp h1,
.title {
  color: #c2a032;
  font-size: 60px;
  text-transform: unset;
  font-family: "ivypresto-headline", serif;
  font-style: italic !important;
  font-weight: 600 !important;
  position: relative;
  z-index: 1;
}
.text-hp h1 .title,
.title .title {
  font-size: 90px;
  position: relative;
  top: -10px;
}
.text-hp h1 span,
.title span {
  font-weight: 600;
  font-style: unset;
  color: #213140;
  text-transform: uppercase;
  font-family: "ivypresto-headline", serif;
  font-size: 60px;
}
@media (min-width: 960px) {
  .text-hp h1 span,
  .title span {
    font-size: 80px;
    line-height: 0.3;
    padding-bottom: 20px;
  }
}
.text-hp h1 small,
.title small {
  font-style: italic;
  font-weight: 500;
  font-size: 35px;
  font-family: "ivypresto-headline", serif;
  color: #213140;
  position: relative;
  top: -10px;
  left: 10px;
}
@media (max-width: 640px) {
  .text-hp h1 small,
  .title small {
    font-size: 30px;
  }
}
.text-hp h1 .svg-cz,
.title .svg-cz {
  display: inline-block;
  width: 320px;
  height: 100px;
  background: url('/img/header.svg') no-repeat center;
  background-size: contain;
  text-indent: -1000px;
  overflow: hidden;
  vertical-align: middle;
  z-index: 10;
  position: relative;
}
@media (max-width: 640px) {
  .text-hp h1 .svg-cz,
  .title .svg-cz {
    width: 250px;
  }
}
.text-hp h1 .svg-cz + span:first-of-type,
.title .svg-cz + span:first-of-type {
  display: none;
}
.text-hp {
  position: relative;
  z-index: 2;
}
.text-hp::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  border-radius: 0.5rem;
}
.main-header-hp_figure {
  max-width: 1920px;
  margin: auto;
}
.hp__video__bg {
  position: relative;
}
.hp__video__bg .content-bg-gradient {
  position: absolute;
  width: 100%;
  z-index: 1;
  overflow: hidden;
  background: linear-gradient(to bottom, #ffffff 0%, rgba(255, 255, 255, 0) 30%), linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0));
}
.hp__video__bg video {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.hp__video__bg .img-responsive {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hp__video__bg.hp {
  min-height: 960px;
  position: relative;
  width: 100%;
  z-index: 0;
  overflow: hidden;
  margin-bottom: 40px;
}
@media (min-width: 640px) {
  .hp__video__bg.hp {
    min-height: 800px;
  }
}
@media (max-width: 350px) {
  .hp__video__bg.hp {
    min-height: 1000px;
  }
}
.hp__video__bg.hp .content-bg-gradient {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(to bottom, #fff 0%, transparent 100%), linear-gradient(to right, #fff, transparent);
}
@media (min-width: 960px) {
  .hp__video__bg.hp .content-bg-gradient.hp {
    background: linear-gradient(to bottom, #fff 0%, transparent 100%), linear-gradient(to left, #fff, transparent);
  }
}
.hp__video__bg.hp video,
.hp__video__bg.hp .img-responsive {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
.hp__video__bg.service {
  height: 980px;
}
@media (min-width: 960px) {
  .hp__video__bg.service {
    min-height: 720px;
    height: 700px;
  }
}
@media (min-width: 1260px) {
  .hp__video__bg.service {
    min-height: 620px;
    height: 620px;
  }
}
@media (min-width: 640px) {
  .ru .hp__video__bg.hp {
    min-height: 830px;
  }
}
/*
.hp__video__bg, .content-bg-responsive {
	height: 100vh;
	.content-bg-gradient, video, .img-responsive {
		height: 100vh;
	}
}

*/
.box-homepage {
  position: absolute;
  top: 0;
  left: 0;
}
.box-homepage.hp {
  top: 20%;
  left: 0;
}
@media (min-width: 640px) {
  .box-homepage {
    top: 15px;
  }
  .box-homepage.hp {
    top: 35%;
  }
}
@media (min-width: 960px) {
  .box-homepage {
    top: 15px;
  }
}
@media (min-width: 1260px) {
  .box-homepage {
    left: 0;
    top: 0;
  }
  .box-homepage.hp {
    left: 0;
    top: 20%;
  }
}
.hp__video__bg video,
.hp__video__bg .img-responsive {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  z-index: 0;
}
.main-header-hp_figure {
  position: relative;
}
.breadcrumb {
  margin: 0 0 45px 0;
  padding: 0;
  /*	@media(min-width: 1000px){
		margin: 45px 0 45px 0;
	}*/
}
.breadcrumb li:before {
  background: url(/userfiles/images/arrows.png) -18px 2px no-repeat;
  margin: 0 5px;
}
.breadcrumb a {
  color: #213140;
  font-size: 13px;
  text-decoration: none;
}
.breadcrumb a:hover {
  color: #c2a032;
}
.breadcrumb .active {
  color: #213140;
  font-size: 13px;
}
.breadcrumb .active:before {
  background-position: -19px 2px;
}
.form {
  background: #213140;
  padding-bottom: 60px;
  padding-top: 65px;
}
.form h2 {
  font-size: 32px;
  color: #fff;
}
.form .form-group {
  margin-bottom: 0;
}
.form .form-control {
  background: #fff;
  margin-bottom: 15px;
  line-height: 1.4;
  color: #213140;
  border: none;
  font-size: 14px;
}
.form textarea {
  height: 210px;
}
.form input {
  height: 44px;
}
.form label {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}
.form .btn-primary {
  margin-top: 20px;
}
.form .star {
  color: #dd6345;
}
.form .text {
  margin-top: 15px;
}
.form .text p {
  color: #aabbca;
  line-height: 1.6;
  font-size: 12px;
}
.form .text .big {
  font-size: 15px;
  color: #fff;
  margin-bottom: 6px;
}
@media all and (max-width: 768px) {
  .form h2 {
    font-size: 30px;
  }
}
.eu-cookies {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #213140;
  z-index: 1000;
  padding: 15px 0px 10px 0px;
}
.eu-cookies p {
  font-size: 12px;
  color: white;
  margin: 0;
}
.eu-cookies .btn {
  background: white;
  color: #c2a032;
  font-size: 12px;
  font-weight: bold;
  padding: 5px 15px;
  margin: 0 20px;
}
.eu-cookies a {
  color: #c2a032;
  text-decoration: underline;
}
.pagination {
  display: inline-flex;
  align-items: center;
}
.pagination li {
  font-size: 24px;
  font-family: "ivypresto-headline", serif;
}
.pagination li.arrow.disabled {
  display: none;
}
.pagination li.arrow.beginning,
.pagination li.arrow.end {
  display: none;
}
.pagination li.arrow.right,
.pagination li.arrow.left {
  position: relative;
}
.pagination li.arrow.right a,
.pagination li.arrow.left a {
  width: 35px;
  height: 40px;
  padding: 0;
  position: relative;
}
.pagination li.arrow.right a:after,
.pagination li.arrow.left a:after {
  z-index: 20;
  content: "";
  position: absolute;
  left: 50%;
  top: 55%;
  background: url(/userfiles/images/icons.svg) no-repeat -3px -272px;
  display: block;
  width: 35px;
  height: 8px;
  margin-bottom: -6px;
}
.pagination li.arrow.right {
  margin-left: 8px;
}
.pagination li.arrow.right a:after {
  transform: translate(-50%, -50%);
}
.pagination li.arrow.left {
  margin-right: 8px;
}
.pagination li.arrow.left a:after {
  transform: translate(-50%, -50%) rotate(-180deg);
}
.pagination li.active {
  padding: 6px 10px;
}
.pagination li.active span,
.pagination li.active span:hover,
.pagination li.active span:focus,
.pagination li.active span:active {
  background: transparent;
  font-weight: bold;
  border: none;
  color: #c2a032;
}
.pagination li span {
  padding: 0;
}
.pagination li a {
  padding: 6px 10px;
  background: transparent;
  border: none;
  color: black;
  font-weight: 400;
}
.pagination li a:hover,
.pagination li a:focus {
  background: transparent;
}
/* cookie css settings */
/* Cookie modal */
.cookie-modal {
  max-width: 510px;
  padding: 0px;
  z-index: 9999999999;
  pointer-events: all !important;
}
.remodal-overlay.click-through {
  background: rgba(43, 46, 56, 0.4) !important;
}
/* Cookie box */
.cookie-box {
  background: white;
  display: block;
  padding: 30px;
  z-index: 9999999999;
}
@media screen and (max-width: 992px) {
  .cookie-box {
    padding: 15px;
  }
}
@media screen and (max-width: 500px) {
  .cookie-box {
    padding: 8px;
  }
}
.cookie-box--bar {
  bottom: 0;
  position: fixed;
  left: 0;
  right: 0;
}
.cookie-box--hidden .cookie-box--bar {
  display: none;
}
.cookie-box--hidden .cookie-overlay {
  display: none;
}
.click-through {
  pointer-events: none;
}
/* Cookie overlay */
.cookie-overlay {
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  display: block;
  position: fixed;
  pointer-events: none;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9999999998;
  opacity: 1;
}
/* Cookie box | Settings */
.cookie-box__settings {
  margin-bottom: 20px;
}
.cookie-box__settings-top {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  padding-right: 8px;
  justify-content: space-between;
  margin-bottom: 15px;
}
.cookie-box__settings-label {
  font-size: 16px;
  font-weight: 700;
  margin-right: 10px;
}
/* Cookie box | Content */
.cookie-box__content {
  display: flex;
  justify-content: space-between;
  max-width: 1400px;
  margin: auto;
  text-align: left;
}
@media screen and (max-width: 1420px) {
  .cookie-box__content {
    flex-direction: column;
  }
}
.cookie-box--modal .cookie-box__content {
  flex-direction: column;
}
/* Cookie box | Title */
.cookie-box__title {
  font-weight: 700;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 992px) {
  .cookie-box__title {
    font-size: 19px;
  }
}
.cookie-box__title:not(:first-child) {
  margin-top: 35px;
}
/* Cookie box | Text */
.cookie-box__text {
  margin-right: 40px;
  overflow: auto;
  -ms-overflow-style: none;
  /* width */
  /* Track */
  /* Handle */
  /* Track piece */
}
@media screen and (max-width: 1420px) {
  .cookie-box__text {
    margin-right: 0px;
  }
}
@media screen and (max-width: 992px) {
  .cookie-box__text {
    font-size: 12px;
  }
}
@media screen and (max-width: 992px) {
  .cookie-box--bar .cookie-box__text {
    max-height: 130px;
  }
}
.cookie-box--modal .cookie-box__text {
  margin-right: 0px;
  max-height: 450px;
}
@media screen and (max-width: 992px) {
  .cookie-box--modal .cookie-box__text {
    max-height: 200px;
  }
}
.cookie-box__text::-webkit-scrollbar {
  background: none;
  border: none;
  width: 7px;
}
.cookie-box__text::-webkit-scrollbar-track {
  border: none;
}
.cookie-box__text::-webkit-scrollbar-thumb {
  background: #c2c2c2;
}
.cookie-box__text::-webkit-scrollbar-corner {
  border: none;
}
.cookie-box__text::-webkit-scrollbar-track-piece {
  border-left: none;
}
/* Cookie box | Lead */
.cookie-box__lead {
  font-size: 14px;
  /* Cookie box | Lead - Anchor underline */
}
@media screen and (max-width: 992px) {
  .cookie-box__lead {
    font-size: 12px;
  }
}
.cookie-box__lead > a,
.cookie-box__lead > p a {
  text-decoration: underline;
}
/* Cookie box | Buttons */
.cookie-box__buttons {
  align-items: flex-end;
  display: flex;
}
@media screen and (max-width: 1420px) {
  .cookie-box__buttons {
    flex-wrap: wrap;
    margin-top: 10px;
  }
}
.cookie-box--modal .cookie-box__buttons {
  flex-wrap: wrap;
  margin-top: 10px;
}
.cookie-box__button,
.cookie-box__button.btn {
  align-items: center;
  display: flex;
  margin-top: 10px;
  min-height: 52px;
  font-size: 14px;
  height: auto;
  line-height: 1.2;
  padding: 4px 10px 4px 10px;
  white-space: nowrap;
  text-decoration: none;
  border-radius: 0;
}
.cookie-box__button:not(:last-of-type),
.cookie-box__button.btn:not(:last-of-type) {
  margin-right: 30px;
}
@media screen and (max-width: 992px) {
  .cookie-box__button:not(:last-of-type),
  .cookie-box__button.btn:not(:last-of-type) {
    margin-right: 12px;
  }
}
@media screen and (max-width: 992px) {
  .cookie-box__button,
  .cookie-box__button.btn {
    font-size: 12px;
    min-height: 34px;
  }
}
@media screen and (max-width: 500px) {
  .cookie-box__button,
  .cookie-box__button.btn {
    font-size: 11px;
    min-height: 34px;
    padding: 4px 8px 4px 8px;
  }
}
.cookie-box__mobile-item {
  display: none;
}
@media all and (max-width: 992px) {
  .cookie-box__mobile-item {
    display: block;
    flex-basis: 100%;
  }
}
.cookie-box__desktop-item {
  display: block;
}
@media all and (max-width: 992px) {
  .cookie-box__desktop-item {
    display: none;
  }
}
.cookie-box__toggle {
  display: block;
  background: #e8e8e8;
  border-radius: 20px;
  cursor: pointer;
  height: 24px;
  position: relative;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  width: 50px;
}
.cookie-box__toggle-mark {
  background: #bbbbbb;
  border-radius: 50%;
  display: block;
  height: 20px;
  position: absolute;
  left: 3px;
  top: 2px;
  transition: all 0.3s;
  width: 20px;
}
.cookie-box__checkbox {
  display: none;
}
.cookie-box__checkbox:checked + .cookie-box__toggle-mark {
  background: #213140;
  left: 27px;
}
.cookie-box__checkbox--disabled:checked + .cookie-box__toggle-mark {
  background: #97b1c9;
}
.cookie-box__manage {
  text-decoration: underline;
}
.cookie-box--modal .cookie-box__manage {
  margin-top: 8px;
}
/* Cookie box | Content | Bottom */
.cookie-box__bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 15px;
}
.cookie-box__bottom a {
  text-decoration: underline;
}
@media screen and (max-width: 992px) {
  .cookie-box__bottom {
    font-size: 12px;
  }
}
.contacts {
  padding-top: 60px;
  padding-bottom: 40px;
}
.contacts__items {
  row-gap: 20px;
}
@media all and (max-width: 1170px) {
  .contacts {
    padding-top: 45px;
    padding-bottom: 30px;
  }
}
@media all and (max-width: 970px) {
  .contacts {
    padding-top: 30px;
    padding-bottom: 15px;
  }
}
@media all and (max-width: 640px) {
  .contacts {
    padding-top: 20px;
  }
}
.contact-item__wrapper {
  display: flex;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 35px;
  padding-left: 25px;
  border: 1px solid #EFF2F5;
  margin-bottom: 20px;
  min-height: 158px;
}
.contact-item__wrapper--tall {
  min-height: 178px;
}
.contact-item__texts {
  display: flex;
  flex-direction: column;
  word-break: break-word;
  overflow-wrap: break-word;
}
.contact-item__figure {
  width: 87px;
  height: 87px;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 15px;
  flex-shrink: 0;
}
.contact-item__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.contact-item__name {
  font-weight: 600;
  font-size: 18px;
}
.contact-item__position {
  color: #889BAC;
  font-size: 13px;
  margin-bottom: 11px;
}
.contact-item__phone {
  font-size: 13px;
  color: #000000;
  text-decoration: none;
}
.contact-item__mail {
  font-size: 13px;
}
.contact-item__billing-wrapper {
  display: flex;
  flex-direction: column;
  padding-top: 30px;
  padding-bottom: 35px;
  padding-left: 25px;
  border: 1px solid #EFF2F5;
  margin-bottom: 20px;
  min-height: 158px;
}
.contact-item__billing-wrapper--tall {
  min-height: 178px;
}
.contact-item__billing-title {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 10px;
}
.contact-item__billing-texts {
  display: flex;
  align-items: flex-start;
  font-size: 12px;
  color: #213140;
}
.contact-item__billing-address {
  margin-right: 20px;
}
.heading__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.locations__wrapper {
  padding-bottom: 90px;
}
.locations__figure {
  margin-bottom: 10px;
  height: 35px;
}
.locations__title {
  text-align: center;
  padding-bottom: 30px;
}
@media all and (max-width: 970px) {
  .locations__title {
    padding-bottom: 15px;
  }
  .locations__wrapper {
    padding-bottom: 70px;
  }
}
@media all and (max-width: 640px) {
  .locations__title {
    padding-bottom: 15px;
  }
  .locations__wrapper {
    padding-bottom: 50px;
  }
}
.location-item__texts {
  display: flex;
}
.location-item__wrapper {
  margin-bottom: 20px;
}
.location-item__addresses {
  display: flex;
  flex-direction: column;
  padding-right: 75px;
  padding-left: 25px;
}
.location-item__contacts {
  display: flex;
  flex-direction: column;
}
.location-item__figure {
  width: 100%;
  aspect-ratio: 1.77777778;
  position: relative;
  z-index: 0;
  margin-bottom: 15px;
  overflow: hidden;
}
.location-item__figure::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 128px;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(33, 49, 64, 0) 0%, #213140 100%);
}
.locations__figure-name {
  position: absolute;
  bottom: 25px;
  left: 25px;
  z-index: 2;
  color: #ffffff;
  font-size: 23px;
  font-family: "ivypresto-headline", serif;
}
.location-item__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.location-item__phone {
  color: #000000;
  text-decoration: none;
}
.location-item__address {
  font-size: 13px;
}
.location-item__phone {
  font-size: 13px;
}
.location-item__mail {
  font-size: 13px;
}
.location-item__figure-link {
  text-decoration: none;
  overflow: hidden;
}
@media all and (max-width: 1200px) {
  .location-item__addresses {
    padding-right: 50px;
    padding-left: 20px;
  }
}
@media all and (max-width: 640px) {
  .location-item__addresses {
    padding-right: 20px;
    padding-left: 10px;
  }
}
.services__zig-zag {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media all and (max-width: 768px) {
  .services__zig-zag {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.services__zig-zag .container .row {
  margin-bottom: 35px;
}
.services__zig-zag .container .row:last-of-type {
  margin-bottom: 0;
}
.btn_next {
  text-transform: uppercase;
  text-decoration: none;
  color: black;
  display: flex;
  align-items: center;
}
.btn_next:after {
  content: "";
  display: block;
  width: 35px;
  height: 8px;
  margin-left: 10px;
  background: url(/userfiles/images/icons.svg) no-repeat -3px -272px;
}
.right-col {
  width: 100%;
  margin-left: 50px;
  height: 100%;
}
.right-col .h4 {
  padding: 0;
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  font-family: "ivypresto-headline", serif;
  padding-bottom: 10px;
  padding-top: 5px;
}
.right-col a {
  text-decoration: none;
  color: black;
  padding-right: 5px;
}
.right-col a:hover {
  color: #c2a032;
}
.right-col .r-wrap {
  padding-bottom: 60px;
}
.right-col .r-wrap .r-item {
  margin: 10px 0;
}
.right-col .r-wrap .label-list {
  display: flex;
  flex-wrap: wrap;
}
.right-col .r-wrap .label-list a {
  text-decoration: underline;
  padding-right: 4px;
  padding-bottom: 6px;
  padding-top: 6px;
  margin-right: 5px;
  margin-bottom: 3px;
}
.blog__item {
  margin-bottom: 50px;
}
.blog__item .b-i__image {
  width: 100%;
  aspect-ratio: 1.77777778;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.blog__item .b-i__image > a {
  width: 100%;
  height: 100%;
  display: block;
  background: #213140;
}
.blog__item .b-i__image > a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog__item .b-i__title-wrap {
  background-color: white;
  position: absolute;
  bottom: 0;
  left: 0;
  padding-right: 50px;
  padding-top: 20px;
  max-width: 620px;
}
.blog__item .b-i__title-wrap .h3 {
  display: flex;
  flex-direction: column;
  margin: 0 0 15px 0;
}
.blog__item .b-i__title-wrap .h3 a {
  text-decoration: none;
  font-family: "ivypresto-headline", serif;
  font-weight: bold;
  color: #000;
}
.blog__item .b-i__title-wrap .h3 span {
  margin-bottom: 10px;
}
.blog__item .b-i__title-wrap .h3 span .category a {
  text-decoration: none;
  font-size: 17px;
  color: #c2a032;
  font-family: "ivypresto-headline", serif;
}
.blog__item .b-i__title-wrap .h3 span .date {
  font-size: 14px;
  font-family: ivypresto-headline, sans-serif;
}
.blog__item .b-i__text {
  font-family: ivypresto-headline, sans-serif;
  font-size: 16px;
  margin-bottom: 30px;
  padding-top: 10px;
  min-height: 180px;
}
.blog__item .b-i__text p {
  margin: 0;
}
@media all and (max-width: 1200px) {
  .blog__item .h3 {
    font-size: 22px;
  }
}
@media all and (max-width: 1000px) {
  .right-col {
    margin-left: 0;
  }
  .blog__item .b-i__image {
    display: flex;
    flex-direction: column;
    aspect-ratio: auto;
    align-items: flex-start;
  }
  .blog__item .b-i__image > a {
    height: auto;
    aspect-ratio: 1.77777778;
  }
  .blog__item .b-i__title-wrap {
    position: static;
  }
}
@media all and (max-width: 800px) {
  .blog__item .b-i__text {
    font-size: 14px;
  }
}
.blog__detail {
  position: relative;
  top: -160px;
  margin-bottom: -120px;
  background: #213140;
}
.blog__detail .b-i__image {
  min-height: 555px;
  position: relative;
}
.blog__detail .b-i__image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.blog__detail .b-i__title-wrap {
  background-color: white;
  position: absolute;
  bottom: 0;
  left: 0;
  padding-right: 50px;
  padding-top: 5px;
}
.blog__detail .b-i__title-wrap .h1 {
  display: flex;
  flex-direction: column;
  margin: 0;
  font-family: "ivypresto-headline", serif;
  font-weight: bold;
  text-transform: none;
  font-size: 42px;
}
.blog__detail .b-i__title-wrap .h1 span {
  margin-bottom: 10px;
  display: inline;
}
.blog__detail .b-i__title-wrap .h1 span .category a {
  text-decoration: none;
  font-size: 17px;
  color: #c2a032;
  font-family: "ivypresto-headline", serif;
}
.blog__detail .b-i__title-wrap .h1 span .date {
  font-size: 14px;
  padding: 0;
  font-family: ivypresto-headline, sans-serif;
  font-weight: normal;
}
.content p {
  margin: 0;
  margin-bottom: 20px;
}
.content > img {
  margin-top: 20px;
  margin-bottom: 40px;
  width: 100%;
}
.content h2 {
  font-size: 33px;
}
.content h3 {
  font-size: 18px;
}
.more-articles .h2 {
  font-size: 33px;
  font-weight: bold;
  font-family: "ivypresto-headline", serif;
}
.more-articles .blog__item {
  width: 96%;
}
.more-articles .blog__item .b-i__image {
  height: 267px;
}
.more-articles .blog__item .h3 {
  font-size: 22px;
  font-weight: bold;
  font-family: "ivypresto-headline", serif;
}
.more-articles .num {
  width: 100%;
}
.more-articles .num1 {
  display: flex;
  justify-content: flex-end;
}
.more-articles .num2 {
  display: flex;
  justify-content: flex-start;
}
@media all and (max-width: 1200px) {
  .more-articles .blog__item .b-i__image {
    max-width: 530px;
    height: 237px;
  }
}
@media all and (max-width: 1000px) {
  .blog__detail {
    top: -120px;
    margin-bottom: -80px;
  }
  .blog__detail .b-i__image {
    height: 60vw;
    min-height: 0;
    max-height: 450px;
  }
  .blog__detail .b-i__title-wrap .h1 {
    font-size: 28px;
  }
  .more-articles .blog__item {
    width: 100%;
  }
}
@media all and (max-width: 450px) {
  .blog__detail .b-i__image {
    height: 250px;
  }
}
.b-gallery {
  margin-top: 30px;
}
.b-gallery .g-item {
  width: 100%;
  height: 86px;
  overflow: hidden;
  border-radius: 4px;
  margin-bottom: 16px;
}
.b-gallery .g-item img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  margin: 0;
}
.b-gallery .more {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  background-color: #eff2f5;
}
@media all and (max-width: 1200px) {
  .b-gallery .g-item {
    max-width: 440px;
    height: 210px;
  }
}
@media all and (max-width: 800px) {
  .b-gallery .g-item {
    max-width: 230px;
    height: 156px;
  }
}
.share-card {
  width: 100%;
  min-height: 152px;
  position: relative;
  overflow: hidden;
  margin-top: 50px;
  margin-bottom: 50px;
  border-radius: 5px;
  padding: 30px;
  display: flex;
  justify-content: space-between;
}
.share-card .background-pattern {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -1;
  background-color: #eff2f5;
}
.share-card .sh-left-side {
  width: 213px;
}
.share-card .sh-left-side .h3 {
  font-size: 18px;
  font-weight: bold;
  font-family: "ivypresto-headline", serif;
  margin: 0;
  margin-bottom: 10px;
}
.share-card .sh-right-side {
  background: white;
  width: 462px;
  border-radius: 4px;
  display: flex;
}
.share-card .sh-right-side .share-wrap {
  height: 100%;
  width: calc(462px / 3);
  text-decoration: none;
  color: black;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 90px;
}
.share-card .sh-right-side .mail:before {
  content: "";
  display: block;
  width: 33px;
  height: 26px;
  margin-bottom: 5px;
  background: url(/userfiles/images/icons.svg) no-repeat -3px -286px;
}
.share-card .sh-right-side .middle {
  border-left: 1px solid #eff2f5;
  border-right: 1px solid #eff2f5;
}
@media all and (max-width: 1200px) {
  .share-card .sh-right-side {
    width: 364px;
  }
}
@media all and (max-width: 1000px) {
  .share-card {
    margin-bottom: 50px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 250px;
  }
  .share-card .sh-right-side {
    margin-top: 20px;
  }
}
@media all and (max-width: 500px) {
  .share-card .sh-right-side {
    flex-direction: column;
    width: 100%;
  }
  .share-card .sh-right-side .share-wrap {
    width: 100%;
  }
}
.about-author {
  margin: 20px auto;
  max-width: 768px;
  padding: 25px 25px;
  border-radius: 5px;
  background: #eff2f5 url("/userfiles/images/back-symbols.png");
}
.about-author__text {
  font-size: 16px;
  margin-top: 20px;
}
.about-author__text p {
  margin: 0;
}
.author {
  display: flex;
  flex-flow: nowrap;
}
.author__figure {
  border-radius: 5px;
  display: block;
  overflow: hidden;
  flex-shrink: 0;
  margin-right: 20px;
  width: 120px;
  height: 120px;
}
.author__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.author__content {
  text-align: left;
}
.author__name {
  display: block;
  font-weight: 700;
  margin: 0;
  font-size: 19px;
  font-family: "ivypresto-headline", serif;
}
.author__title {
  font-size: 25px;
  margin: 0 0 25px 0;
}
@media all and (max-width: 800px) {
  .author {
    flex-direction: column;
  }
  .author__figure {
    margin: 0 0 15px 0;
  }
}
.blog-outline {
  background: white;
  z-index: 400;
  margin-bottom: 35px;
  border-radius: 5px;
}
.blog-outline__list {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}
.blog-outline__item {
  margin: 10px 0 4px;
  position: relative;
}
.blog-outline__item--secondary {
  margin: 0 0 3px 0;
}
.blog-outline__link {
  color: #213140;
  font-size: 16px;
}
.blog-outline__link:hover,
.blog-outline__link:focus {
  color: #c2a032;
  text-decoration: none;
}
.blog-outline__item--secondary .blog-outline__link {
  padding-left: 25px;
  position: relative;
  font-size: 14px;
  font-weight: 400;
}
.blog-outline__item--secondary .blog-outline__link:before {
  content: '';
  background: #c2a032;
  width: 15px;
  height: 3px;
  position: absolute;
  top: 8px;
  left: 0px;
  display: block;
}
.blog-outline__heading {
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 10px;
}
/*.service--with-media {
	height: 70vh;
	.outset {
		margin-top: 90px;

		@media (max-width: 1000px) {
			margin-top: 30px;
		}
		@media (max-width: 768px) {
			margin-top: 0;
		}
	}
	@media (max-width: 1000px) {
		height: 60vh;
	}
}*/
.service__video__bg .content-bg-gradient {
  position: absolute;
  inset: 0;
  width: 100%;
  z-index: 1;
  overflow: hidden;
  background: linear-gradient(to bottom, #ffffff 0%, rgba(255, 255, 255, 0) 30%), linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0));
}
.service__video__bg video {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.service__video__bg .img-responsive {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.service__video__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  z-index: 0;
  overflow: hidden;
}
.content-bg-responsive {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.container-fluid.page {
  position: relative;
  z-index: 2;
}
.service-contact-bottom {
  margin-bottom: 40px;
  justify-content: center;
  display: flex;
}
.service-contact-bottom .title {
  margin: 0 !important;
}
@media (max-width: 1000px) {
  .service-contact-bottom {
    padding-top: 30px;
  }
}
.service__video__bg {
  height: 735px;
}
.service__video__bg .content-bg-gradient,
.service__video__bg video,
.service__video__bg .img-responsive {
  height: 735px;
}
.content-bg-responsive {
  height: 100%;
}
.main-header-hp .content-bg-responsive .box-homepage .text {
  margin-top: 0 !important;
}
.banner {
  margin: 30px 0;
  text-decoration: none;
  display: flex;
  color: #213140;
  flex-direction: column;
  background: #eff2f5 url("/userfiles/images/back-symbols.png");
  padding: 15px;
  gap: 10px 20px;
}
@media all and (min-width: 1000px) {
  .banner {
    padding: 20px;
    flex-direction: row;
    align-items: center;
  }
}
.banner:hover,
.banner:focus {
  color: #213140;
  text-decoration: none;
}
.banner__figure {
  width: 100%;
  flex-shrink: 0;
  aspect-ratio: 1.77777778;
  max-width: 400px;
  background: #213140;
}
@media all and (min-width: 1000px) {
  .banner__figure {
    width: 240px;
    height: 170px;
  }
}
.banner__img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.banner__wrap {
  margin: 10px 0 10px 0;
}
.banner__title {
  font-size: 2rem;
  margin: 0 0 20px 0;
}
.banner__desc {
  font-size: 14px;
  margin: 0 0 20px 0;
}
.platform-reviews {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (max-width: 1000px) {
  .platform-reviews {
    margin-bottom: 30px;
  }
}
.platform-reviews__item {
  display: flex;
  align-items: center;
  background: #eff2f5;
  padding: 22px;
  gap: 12px;
  font-size: 16px;
  flex-wrap: wrap;
}
@media (max-width: 400px) {
  .platform-reviews__item {
    flex-direction: column;
    text-align: end;
  }
}
.platform-reviews__figure {
  width: 70%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.platform-reviews__count {
  color: #213140;
  margin-left: auto;
}
.platform-reviews__stars {
  display: flex;
}
@media (min-width: 960px) {
  .platform-reviews__stars {
    gap: 6px;
  }
}
.platform-reviews__number {
  margin-left: auto;
}
.platform-reviews__points {
  font-size: 19px;
  font-weight: bold;
}
.platform-reviews__out-of {
  font-size: 13px;
}
.platform-reviews__star {
  display: block;
  width: 15px;
  height: 15px;
  background: url("/img/star.svg") no-repeat 0 / cover;
}
.platform-reviews__star--half {
  background: url("/img/half-star.svg") no-repeat 0 / cover;
}
@media all and (max-width: 1200px) {
  .platform-reviews__points {
    font-size: 16px;
  }
  .platform-reviews__item {
    padding: 15px;
    font-size: 14px;
  }
}
.platform-reviews__wrapper {
  padding-left: 0;
}
.homepage-platform-reviews__item {
  background: #ffff;
  gap: 3px;
  max-width: 399px;
}
@media (max-width: 450px) {
  .homepage-platform-reviews__item {
    max-width: 318px;
  }
}
.hp__b-i__info__wrapper {
  min-height: 170px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.hp__b-i__info__wrapper .b-i__text {
  min-height: 180px;
}
.blog {
  padding-top: 90px;
  padding-bottom: 60px;
  overflow: hidden;
}
.articles_preview {
  width: 100%;
  gap: 10px;
}
@media (max-width: 1200px) {
  .articles_preview {
    flex-direction: column;
  }
}
@media (max-width: 1200px) {
  .articles_preview .row:last-child .hp__blog__item {
    margin-top: 20px;
  }
}
.articles_preview .row {
  width: 100%;
}
@media (max-width: 769px) {
  .articles_preview .row {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.hp__blog__item {
  min-height: 465px;
}
@media (max-width: 1200px) {
  .hp__blog__item {
    height: 100%;
  }
}
@media (max-width: 768px) {
  .hp__blog__item {
    max-width: 414px;
  }
}
@media (max-width: 414px) {
  .hp__blog__item {
    max-width: 368px;
  }
}
.hp__b-i__title-wrap {
  background-color: white;
  position: absolute;
  bottom: 0;
  left: 0;
  padding-right: 10px;
  padding-top: 20px;
  max-width: 440px;
  min-height: 130px;
}
.hp__blog__item .hp__b-i__title-wrap .h3 {
  display: flex;
  flex-direction: column;
  margin: 0 0 15px 0;
}
.hp__blog__item .hp__b-i__title-wrap .h3 a {
  text-decoration: none;
  font-weight: bold;
  font-size: 22px;
  color: #000;
  font-family: "ivypresto-headline", serif !important;
}
.hp__blog__item .hp__b-i__title-wrap .h3 span {
  margin-bottom: 10px;
}
.hp__blog__item .hp__b-i__title-wrap .h3 span .category a {
  text-decoration: none;
  font-size: 17px;
  color: #c2a032;
}
.hp__blog__item .hp__b-i__title-wrap .h3 span .date {
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
}
.hp__blog__item .hp__b-i__image {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 327px;
  width: 100%;
  aspect-ratio: 1.77777778;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.hp__blog__item .hp__b-i__image > a {
  width: 100%;
  height: 100%;
  display: block;
  background: #213140;
}
.hp__blog__item .hp__b-i__image > a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.zig-zag {
  max-width: 1920px;
  margin: 52px auto 80px;
}
.zig-zag .zig-zag__row {
  position: relative;
  min-height: 524px;
  isolation: isolate;
  overflow: hidden;
}
@media (max-width: 960px) {
  .zig-zag .zig-zag__row {
    align-content: center;
    padding: 20px 0 20px 0;
  }
}
.zig-zag .zig-zag__row::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 60%;
  background-image: var(--zigzag-bg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -2;
}
@media (max-width: 960px) {
  .zig-zag .zig-zag__row::before {
    width: 100%;
    background-image: unset;
  }
}
.zig-zag .zig-zag__row::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 0) -2%, #eff2f5 50%);
  z-index: -1;
  pointer-events: none;
}
.zig-zag .zig-zag__row.zig-zag__row--noimg {
  min-height: unset;
}
.zig-zag .zig-zag__row.zig-zag__row--noimg::before,
.zig-zag .zig-zag__row.zig-zag__row--noimg::after {
  display: none;
}
.zig-zag .zig-zag__row.zig-zag__row--noimg .container {
  position: relative;
}
.zig-zag .zig-zag__row.zig-zag__row--noimg .zig-zag__content {
  position: static;
  transform: none;
  max-width: 900px;
  margin: 40px 0;
}
.zig-zag .zig-zag__row.zig-zag__row--reverse::before {
  left: 0;
  right: auto;
}
.zig-zag .zig-zag__row.zig-zag__row--reverse::after {
  background: linear-gradient(to right, rgba(255, 255, 255, 0) -2%, #eff2f5 50%);
}
.zig-zag .container {
  position: relative;
}
@media (min-width: 961px) {
  .zig-zag .container {
    min-height: 524px;
  }
}
.zig-zag .zig-zag__content {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(0, -50%);
  max-width: 565px;
  padding: 20px;
  color: #fff;
}
.zig-zag .zig-zag__content h2,
.zig-zag .zig-zag__content p {
  color: #213140;
  text-align: left;
}
@media (max-width: 640px) {
  .zig-zag .zig-zag__content h2,
  .zig-zag .zig-zag__content p {
    text-align: center;
  }
}
@media (max-width: 640px) {
  .zig-zag .zig-zag__content .zig-zag__button {
    margin: auto;
    display: flex;
    width: 200px;
    justify-content: center;
  }
}
.zig-zag .zig-zag__content.zig-zag__content--right {
  top: 50%;
  left: 50%;
  right: unset;
  transform: translate(0, -50%);
}
.zig-zag .zig-zag__content .zig-zag__title {
  margin: 0 0 12px 0;
  line-height: 1.2;
}
.zig-zag .zig-zag__content .zig-zag__text {
  margin-bottom: 16px;
}
@media (max-width: 960px) {
  .zig-zag .zig-zag__row {
    min-height: 320px;
  }
  .zig-zag .zig-zag__content,
  .zig-zag .zig-zag__content.zig-zag__content--right {
    position: static;
    transform: none;
    max-width: 100%;
    text-align: left;
    padding: 50px 0;
    margin: 0;
  }
}
.loginForm {
  width: 360px;
  margin: 15% auto 0 auto;
}
.loginForm img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.loginForm h3 {
  color: #000;
  margin-top: 50px;
  font-size: 2.4em;
  font-weight: lighter;
  text-align: center;
}
.loginForm form .btn-success {
  width: 100%;
}
.loginForm .forgotPassword {
  margin-top: 10px;
}
.loginForm .forgotPassword a {
  color: #ccc;
  text-decoration: none;
}
.loginForm .forgotPassword a:hover,
.loginForm .forgotPassword a:active,
.loginForm .forgotPassword a:focus {
  color: #000;
}
