<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* Bootstrap v3.3.7 (http://getbootstrap.com) */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html, body {
  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 {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
body input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled],
body 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"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
          box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

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,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 36px; }

h2, .h2 {
  font-size: 30px; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 18px; }

h5, .h5 {
  font-size: 14px; }

h6, .h6 {
  font-size: 12px; }

p {
  margin: 0 0 10px; }

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 21px; } }

small,
.small {
  font-size: 85%; }

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em; }

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

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

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

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase, .initialism {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #777777; }

.text-primary {
  color: #337ab7; }

a.text-primary:hover,
a.text-primary:focus {
  color: #286090; }

.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; }

.bg-primary {
  background-color: #337ab7; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px; }
  ul ul,
  ul ol,
  ol ul,
  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 &gt; li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 20px; }

dt,
dd {
  line-height: 1.428571429; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }
.dl-horizontal dd:after {
  clear: both; }
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.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.428571429;
    color: #777777; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429; }

table {
  background-color: transparent; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }
  .table &gt; thead &gt; tr &gt; th,
  .table &gt; thead &gt; tr &gt; td,
  .table &gt; tbody &gt; tr &gt; th,
  .table &gt; tbody &gt; tr &gt; td,
  .table &gt; tfoot &gt; tr &gt; th,
  .table &gt; tfoot &gt; tr &gt; td {
    padding: 8px;
    line-height: 1.428571429;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .table &gt; thead &gt; tr &gt; th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  .table &gt; caption + thead &gt; tr:first-child &gt; th,
  .table &gt; caption + thead &gt; tr:first-child &gt; td,
  .table &gt; colgroup + thead &gt; tr:first-child &gt; th,
  .table &gt; colgroup + thead &gt; tr:first-child &gt; td,
  .table &gt; thead:first-child &gt; tr:first-child &gt; th,
  .table &gt; thead:first-child &gt; tr:first-child &gt; td {
    border-top: 0; }
  .table &gt; tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table {
    background-color: #fff; }

.table-condensed &gt; thead &gt; tr &gt; th,
.table-condensed &gt; thead &gt; tr &gt; td,
.table-condensed &gt; tbody &gt; tr &gt; th,
.table-condensed &gt; tbody &gt; tr &gt; td,
.table-condensed &gt; tfoot &gt; tr &gt; th,
.table-condensed &gt; tfoot &gt; tr &gt; td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }
  .table-bordered &gt; thead &gt; tr &gt; th,
  .table-bordered &gt; thead &gt; tr &gt; td,
  .table-bordered &gt; tbody &gt; tr &gt; th,
  .table-bordered &gt; tbody &gt; tr &gt; td,
  .table-bordered &gt; tfoot &gt; tr &gt; th,
  .table-bordered &gt; tfoot &gt; tr &gt; td {
    border: 1px solid #ddd; }
  .table-bordered &gt; thead &gt; tr &gt; th,
  .table-bordered &gt; thead &gt; tr &gt; td {
    border-bottom-width: 2px; }

.table-striped &gt; tbody &gt; tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover &gt; tbody &gt; 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 &gt; thead &gt; tr &gt; td.active,
.table &gt; thead &gt; tr &gt; th.active, .table &gt; thead &gt; tr.active &gt; td, .table &gt; thead &gt; tr.active &gt; th,
.table &gt; tbody &gt; tr &gt; td.active,
.table &gt; tbody &gt; tr &gt; th.active,
.table &gt; tbody &gt; tr.active &gt; td,
.table &gt; tbody &gt; tr.active &gt; th,
.table &gt; tfoot &gt; tr &gt; td.active,
.table &gt; tfoot &gt; tr &gt; th.active,
.table &gt; tfoot &gt; tr.active &gt; td,
.table &gt; tfoot &gt; tr.active &gt; th {
  background-color: #f5f5f5; }

.table-hover &gt; tbody &gt; tr &gt; td.active:hover,
.table-hover &gt; tbody &gt; tr &gt; th.active:hover, .table-hover &gt; tbody &gt; tr.active:hover &gt; td, .table-hover &gt; tbody &gt; tr:hover &gt; .active, .table-hover &gt; tbody &gt; tr.active:hover &gt; th {
  background-color: #e8e8e8; }

.table &gt; thead &gt; tr &gt; td.success,
.table &gt; thead &gt; tr &gt; th.success, .table &gt; thead &gt; tr.success &gt; td, .table &gt; thead &gt; tr.success &gt; th,
.table &gt; tbody &gt; tr &gt; td.success,
.table &gt; tbody &gt; tr &gt; th.success,
.table &gt; tbody &gt; tr.success &gt; td,
.table &gt; tbody &gt; tr.success &gt; th,
.table &gt; tfoot &gt; tr &gt; td.success,
.table &gt; tfoot &gt; tr &gt; th.success,
.table &gt; tfoot &gt; tr.success &gt; td,
.table &gt; tfoot &gt; tr.success &gt; th {
  background-color: #dff0d8; }

.table-hover &gt; tbody &gt; tr &gt; td.success:hover,
.table-hover &gt; tbody &gt; tr &gt; th.success:hover, .table-hover &gt; tbody &gt; tr.success:hover &gt; td, .table-hover &gt; tbody &gt; tr:hover &gt; .success, .table-hover &gt; tbody &gt; tr.success:hover &gt; th {
  background-color: #d0e9c6; }

.table &gt; thead &gt; tr &gt; td.info,
.table &gt; thead &gt; tr &gt; th.info, .table &gt; thead &gt; tr.info &gt; td, .table &gt; thead &gt; tr.info &gt; th,
.table &gt; tbody &gt; tr &gt; td.info,
.table &gt; tbody &gt; tr &gt; th.info,
.table &gt; tbody &gt; tr.info &gt; td,
.table &gt; tbody &gt; tr.info &gt; th,
.table &gt; tfoot &gt; tr &gt; td.info,
.table &gt; tfoot &gt; tr &gt; th.info,
.table &gt; tfoot &gt; tr.info &gt; td,
.table &gt; tfoot &gt; tr.info &gt; th {
  background-color: #d9edf7; }

.table-hover &gt; tbody &gt; tr &gt; td.info:hover,
.table-hover &gt; tbody &gt; tr &gt; th.info:hover, .table-hover &gt; tbody &gt; tr.info:hover &gt; td, .table-hover &gt; tbody &gt; tr:hover &gt; .info, .table-hover &gt; tbody &gt; tr.info:hover &gt; th {
  background-color: #c4e3f3; }

.table &gt; thead &gt; tr &gt; td.warning,
.table &gt; thead &gt; tr &gt; th.warning, .table &gt; thead &gt; tr.warning &gt; td, .table &gt; thead &gt; tr.warning &gt; th,
.table &gt; tbody &gt; tr &gt; td.warning,
.table &gt; tbody &gt; tr &gt; th.warning,
.table &gt; tbody &gt; tr.warning &gt; td,
.table &gt; tbody &gt; tr.warning &gt; th,
.table &gt; tfoot &gt; tr &gt; td.warning,
.table &gt; tfoot &gt; tr &gt; th.warning,
.table &gt; tfoot &gt; tr.warning &gt; td,
.table &gt; tfoot &gt; tr.warning &gt; th {
  background-color: #fcf8e3; }

.table-hover &gt; tbody &gt; tr &gt; td.warning:hover,
.table-hover &gt; tbody &gt; tr &gt; th.warning:hover, .table-hover &gt; tbody &gt; tr.warning:hover &gt; td, .table-hover &gt; tbody &gt; tr:hover &gt; .warning, .table-hover &gt; tbody &gt; tr.warning:hover &gt; th {
  background-color: #faf2cc; }

.table &gt; thead &gt; tr &gt; td.danger,
.table &gt; thead &gt; tr &gt; th.danger, .table &gt; thead &gt; tr.danger &gt; td, .table &gt; thead &gt; tr.danger &gt; th,
.table &gt; tbody &gt; tr &gt; td.danger,
.table &gt; tbody &gt; tr &gt; th.danger,
.table &gt; tbody &gt; tr.danger &gt; td,
.table &gt; tbody &gt; tr.danger &gt; th,
.table &gt; tfoot &gt; tr &gt; td.danger,
.table &gt; tfoot &gt; tr &gt; th.danger,
.table &gt; tfoot &gt; tr.danger &gt; td,
.table &gt; tfoot &gt; tr.danger &gt; th {
  background-color: #f2dede; }

.table-hover &gt; tbody &gt; tr &gt; td.danger:hover,
.table-hover &gt; tbody &gt; tr &gt; th.danger:hover, .table-hover &gt; tbody &gt; tr.danger:hover &gt; td, .table-hover &gt; tbody &gt; tr:hover &gt; .danger, .table-hover &gt; tbody &gt; tr.danger:hover &gt; th {
  background-color: #ebcccc; }

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }
  @media screen and (max-width: 767px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 15px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ddd; }
      .table-responsive &gt; .table {
        margin-bottom: 0; }
        .table-responsive &gt; .table &gt; thead &gt; tr &gt; th,
        .table-responsive &gt; .table &gt; thead &gt; tr &gt; td,
        .table-responsive &gt; .table &gt; tbody &gt; tr &gt; th,
        .table-responsive &gt; .table &gt; tbody &gt; tr &gt; td,
        .table-responsive &gt; .table &gt; tfoot &gt; tr &gt; th,
        .table-responsive &gt; .table &gt; tfoot &gt; tr &gt; td {
          white-space: nowrap; }
      .table-responsive &gt; .table-bordered {
        border: 0; }
        .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; th:first-child,
        .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; td:first-child,
        .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; th:first-child,
        .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; td:first-child,
        .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; th:first-child,
        .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; td:first-child {
          border-left: 0; }
        .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; th:last-child,
        .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; td:last-child,
        .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; th:last-child,
        .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; td:last-child,
        .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; th:last-child,
        .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; td:last-child {
          border-right: 0; }
        .table-responsive &gt; .table-bordered &gt; tbody &gt; tr:last-child &gt; th,
        .table-responsive &gt; .table-bordered &gt; tbody &gt; tr:last-child &gt; td,
        .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr:last-child &gt; th,
        .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr:last-child &gt; td {
          border-bottom: 0; } }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }

input[type="search"] {
  -webkit-box-sizing: border-box;
  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: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555; }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 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::-ms-expand {
    border: 0;
    background-color: transparent; }
  .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: 34px; }
  input[type="date"].input-sm, .input-group-sm &gt; input[type="date"].form-control,
  .input-group-sm &gt; input[type="date"].input-group-addon,
  .input-group-sm &gt; .input-group-btn &gt; input[type="date"].btn, .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm &gt; input[type="time"].form-control,
  .input-group-sm &gt; input[type="time"].input-group-addon,
  .input-group-sm &gt; .input-group-btn &gt; input[type="time"].btn,
  .input-group-sm input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm &gt; input[type="datetime-local"].form-control,
  .input-group-sm &gt; input[type="datetime-local"].input-group-addon,
  .input-group-sm &gt; .input-group-btn &gt; input[type="datetime-local"].btn,
  .input-group-sm input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm &gt; input[type="month"].form-control,
  .input-group-sm &gt; input[type="month"].input-group-addon,
  .input-group-sm &gt; .input-group-btn &gt; input[type="month"].btn,
  .input-group-sm input[type="month"] {
    line-height: 30px; }
  input[type="date"].input-lg, .input-group-lg &gt; input[type="date"].form-control,
  .input-group-lg &gt; input[type="date"].input-group-addon,
  .input-group-lg &gt; .input-group-btn &gt; input[type="date"].btn, .input-group-lg input[type="date"], input[type="time"].input-lg, .input-group-lg &gt; input[type="time"].form-control,
  .input-group-lg &gt; input[type="time"].input-group-addon,
  .input-group-lg &gt; .input-group-btn &gt; input[type="time"].btn, .input-group-lg input[type="time"], input[type="datetime-local"].input-lg, .input-group-lg &gt; input[type="datetime-local"].form-control,
  .input-group-lg &gt; input[type="datetime-local"].input-group-addon,
  .input-group-lg &gt; .input-group-btn &gt; input[type="datetime-local"].btn, .input-group-lg input[type="datetime-local"], input[type="month"].input-lg, .input-group-lg &gt; input[type="month"].form-control,
  .input-group-lg &gt; input[type="month"].input-group-addon,
  .input-group-lg &gt; .input-group-btn &gt; input[type="month"].btn, .input-group-lg input[type="month"] {
    line-height: 46px; } }
.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px; }
  .form-control-static.input-lg, .input-group-lg &gt; .form-control-static.form-control,
  .input-group-lg &gt; .form-control-static.input-group-addon,
  .input-group-lg &gt; .input-group-btn &gt; .form-control-static.btn, .form-control-static.input-sm, .input-group-sm &gt; .form-control-static.form-control,
  .input-group-sm &gt; .form-control-static.input-group-addon,
  .input-group-sm &gt; .input-group-btn &gt; .form-control-static.btn {
    padding-left: 0;
    padding-right: 0; }

.input-sm, .input-group-sm &gt; .form-control,
.input-group-sm &gt; .input-group-addon,
.input-group-sm &gt; .input-group-btn &gt; .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm, .input-group-sm &gt; select.form-control,
.input-group-sm &gt; select.input-group-addon,
.input-group-sm &gt; .input-group-btn &gt; select.btn {
  height: 30px;
  line-height: 30px; }

textarea.input-sm, .input-group-sm &gt; textarea.form-control,
.input-group-sm &gt; textarea.input-group-addon,
.input-group-sm &gt; .input-group-btn &gt; textarea.btn,
select[multiple].input-sm,
.input-group-sm &gt; select[multiple].form-control,
.input-group-sm &gt; select[multiple].input-group-addon,
.input-group-sm &gt; .input-group-btn &gt; select[multiple].btn {
  height: auto; }

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px; }
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto; }
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5; }

.input-lg, .input-group-lg &gt; .form-control,
.input-group-lg &gt; .input-group-addon,
.input-group-lg &gt; .input-group-btn &gt; .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

select.input-lg, .input-group-lg &gt; select.form-control,
.input-group-lg &gt; select.input-group-addon,
.input-group-lg &gt; .input-group-btn &gt; select.btn {
  height: 46px;
  line-height: 46px; }

textarea.input-lg, .input-group-lg &gt; textarea.form-control,
.input-group-lg &gt; textarea.input-group-addon,
.input-group-lg &gt; .input-group-btn &gt; textarea.btn,
select[multiple].input-lg,
.input-group-lg &gt; select[multiple].form-control,
.input-group-lg &gt; select[multiple].input-group-addon,
.input-group-lg &gt; .input-group-btn &gt; select[multiple].btn {
  height: auto; }

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px; }
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto; }
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 42.5px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback, .input-group-lg &gt; .form-control + .form-control-feedback,
.input-group-lg &gt; .input-group-addon + .form-control-feedback,
.input-group-lg &gt; .input-group-btn &gt; .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }

.input-sm + .form-control-feedback, .input-group-sm &gt; .form-control + .form-control-feedback,
.input-group-sm &gt; .input-group-addon + .form-control-feedback,
.input-group-sm &gt; .input-group-btn &gt; .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d; }
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }
.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b; }
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }
.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442; }
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }
.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label ~ .form-control-feedback {
  top: 25px; }
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .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 &gt; .form-control {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px; }
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; } }
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px; } }
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px; } }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    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;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-default {
  color: #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 &gt; .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open &gt; .btn-default.dropdown-toggle:hover, .open &gt; .btn-default.dropdown-toggle:focus, .open &gt; .btn-default.dropdown-toggle.focus {
      color: #333;
      background-color: #d4d4d4;
      border-color: #8c8c8c; }
  .btn-default:active, .btn-default.active, .open &gt; .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc; }
  .btn-default .badge {
    color: #fff;
    background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40; }
  .btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
  .btn-primary:active, .btn-primary.active, .open &gt; .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open &gt; .btn-primary.dropdown-toggle:hover, .open &gt; .btn-primary.dropdown-toggle:focus, .open &gt; .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #204d74;
      border-color: #122b40; }
  .btn-primary:active, .btn-primary.active, .open &gt; .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
    background-color: #337ab7;
    border-color: #2e6da4; }
  .btn-primary .badge {
    color: #337ab7;
    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 &gt; .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open &gt; .btn-success.dropdown-toggle:hover, .open &gt; .btn-success.dropdown-toggle:focus, .open &gt; .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #398439;
      border-color: #255625; }
  .btn-success:active, .btn-success.active, .open &gt; .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c; }
  .btn-success .badge {
    color: #5cb85c;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active, .open &gt; .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open &gt; .btn-info.dropdown-toggle:hover, .open &gt; .btn-info.dropdown-toggle:focus, .open &gt; .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1b6d85; }
  .btn-info:active, .btn-info.active, .open &gt; .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning: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 &gt; .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open &gt; .btn-warning.dropdown-toggle:hover, .open &gt; .btn-warning.dropdown-toggle:focus, .open &gt; .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #985f0d; }
  .btn-warning:active, .btn-warning.active, .open &gt; .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
    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 &gt; .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open &gt; .btn-danger.dropdown-toggle:hover, .open &gt; .btn-danger.dropdown-toggle:focus, .open &gt; .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #ac2925;
      border-color: #761c19; }
  .btn-danger:active, .btn-danger.active, .open &gt; .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }

.btn-lg, .btn-group-lg &gt; .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

.btn-sm, .btn-group-sm &gt; .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs, .btn-group-xs &gt; .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .btn-group &gt; .btn,
  .btn-group-vertical &gt; .btn {
    position: relative;
    float: left; }
    .btn-group &gt; .btn:hover, .btn-group &gt; .btn:focus, .btn-group &gt; .btn:active, .btn-group &gt; .btn.active,
    .btn-group-vertical &gt; .btn:hover,
    .btn-group-vertical &gt; .btn:focus,
    .btn-group-vertical &gt; .btn:active,
    .btn-group-vertical &gt; .btn.active {
      z-index: 2; }

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.btn-toolbar {
  margin-left: -5px; }
  .btn-toolbar:before, .btn-toolbar:after {
    content: " ";
    display: table; }
  .btn-toolbar:after {
    clear: both; }
  .btn-toolbar .btn,
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    float: left; }
  .btn-toolbar &gt; .btn,
  .btn-toolbar &gt; .btn-group,
  .btn-toolbar &gt; .input-group {
    margin-left: 5px; }

.btn-group &gt; .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group &gt; .btn:first-child {
  margin-left: 0; }
  .btn-group &gt; .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }

.btn-group &gt; .btn:last-child:not(:first-child),
.btn-group &gt; .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group &gt; .btn-group {
  float: left; }

.btn-group &gt; .btn-group:not(:first-child):not(:last-child) &gt; .btn {
  border-radius: 0; }

.btn-group &gt; .btn-group:first-child:not(:last-child) &gt; .btn:last-child,
.btn-group &gt; .btn-group:first-child:not(:last-child) &gt; .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group &gt; .btn-group:last-child:not(:first-child) &gt; .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

.btn-group &gt; .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px; }

.btn-group &gt; .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group &gt; .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px; }

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn .caret {
  margin-left: 0; }

.btn-lg .caret, .btn-group-lg &gt; .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg &gt; .btn .caret {
  border-width: 0 5px 5px; }

.btn-group-vertical &gt; .btn,
.btn-group-vertical &gt; .btn-group,
.btn-group-vertical &gt; .btn-group &gt; .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }
.btn-group-vertical &gt; .btn-group:before, .btn-group-vertical &gt; .btn-group:after {
  content: " ";
  display: table; }
.btn-group-vertical &gt; .btn-group:after {
  clear: both; }
.btn-group-vertical &gt; .btn-group &gt; .btn {
  float: none; }
.btn-group-vertical &gt; .btn + .btn,
.btn-group-vertical &gt; .btn + .btn-group,
.btn-group-vertical &gt; .btn-group + .btn,
.btn-group-vertical &gt; .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-vertical &gt; .btn:not(:first-child):not(:last-child) {
  border-radius: 0; }
.btn-group-vertical &gt; .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }
.btn-group-vertical &gt; .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

.btn-group-vertical &gt; .btn-group:not(:first-child):not(:last-child) &gt; .btn {
  border-radius: 0; }

.btn-group-vertical &gt; .btn-group:first-child:not(:last-child) &gt; .btn:last-child,
.btn-group-vertical &gt; .btn-group:first-child:not(:last-child) &gt; .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical &gt; .btn-group:last-child:not(:first-child) &gt; .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }
  .btn-group-justified &gt; .btn,
  .btn-group-justified &gt; .btn-group {
    float: none;
    display: table-cell;
    width: 1%; }
  .btn-group-justified &gt; .btn-group .btn {
    width: 100%; }
  .btn-group-justified &gt; .btn-group .dropdown-menu {
    left: auto; }

[data-toggle="buttons"] &gt; .btn input[type="radio"],
[data-toggle="buttons"] &gt; .btn input[type="checkbox"],
[data-toggle="buttons"] &gt; .btn-group &gt; .btn input[type="radio"],
[data-toggle="buttons"] &gt; .btn-group &gt; .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }
    .input-group .form-control:focus {
      z-index: 3; }

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell; }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0; }

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px; }
  .input-group-addon.input-sm,
  .input-group-sm &gt; .input-group-addon,
  .input-group-sm &gt; .input-group-btn &gt; .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px; }
  .input-group-addon.input-lg,
  .input-group-lg &gt; .input-group-addon,
  .input-group-lg &gt; .input-group-btn &gt; .input-group-addon.btn {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child &gt; .btn,
.input-group-btn:first-child &gt; .btn-group &gt; .btn,
.input-group-btn:first-child &gt; .dropdown-toggle,
.input-group-btn:last-child &gt; .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child &gt; .btn-group:not(:last-child) &gt; .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child &gt; .btn,
.input-group-btn:last-child &gt; .btn-group &gt; .btn,
.input-group-btn:last-child &gt; .dropdown-toggle,
.input-group-btn:first-child &gt; .btn:not(:first-child),
.input-group-btn:first-child &gt; .btn-group:not(:first-child) &gt; .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn &gt; .btn {
    position: relative; }
    .input-group-btn &gt; .btn + .btn {
      margin-left: -1px; }
    .input-group-btn &gt; .btn:hover, .input-group-btn &gt; .btn:focus, .input-group-btn &gt; .btn:active {
      z-index: 2; }
  .input-group-btn:first-child &gt; .btn,
  .input-group-btn:first-child &gt; .btn-group {
    margin-right: -1px; }
  .input-group-btn:last-child &gt; .btn,
  .input-group-btn:last-child &gt; .btn-group {
    z-index: 2;
    margin-left: -1px; }

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px; }
  .breadcrumb &gt; li {
    display: inline-block; }
    .breadcrumb &gt; li + li:before {
      content: "/&nbsp;";
      padding: 0 5px;
      color: #ccc; }
  .breadcrumb &gt; .active {
    color: #777777; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px; }
  .pagination &gt; li {
    display: inline; }
    .pagination &gt; li &gt; a,
    .pagination &gt; li &gt; span {
      position: relative;
      float: left;
      padding: 6px 12px;
      line-height: 1.428571429;
      text-decoration: none;
      color: #337ab7;
      background-color: #fff;
      border: 1px solid #ddd;
      margin-left: -1px; }
    .pagination &gt; li:first-child &gt; a,
    .pagination &gt; li:first-child &gt; span {
      margin-left: 0;
      border-bottom-left-radius: 4px;
      border-top-left-radius: 4px; }
    .pagination &gt; li:last-child &gt; a,
    .pagination &gt; li:last-child &gt; span {
      border-bottom-right-radius: 4px;
      border-top-right-radius: 4px; }
  .pagination &gt; li &gt; a:hover, .pagination &gt; li &gt; a:focus,
  .pagination &gt; li &gt; span:hover,
  .pagination &gt; li &gt; span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eeeeee;
    border-color: #ddd; }
  .pagination &gt; .active &gt; a, .pagination &gt; .active &gt; a:hover, .pagination &gt; .active &gt; a:focus,
  .pagination &gt; .active &gt; span,
  .pagination &gt; .active &gt; span:hover,
  .pagination &gt; .active &gt; span:focus {
    z-index: 3;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    cursor: default; }
  .pagination &gt; .disabled &gt; span,
  .pagination &gt; .disabled &gt; span:hover,
  .pagination &gt; .disabled &gt; span:focus,
  .pagination &gt; .disabled &gt; a,
  .pagination &gt; .disabled &gt; a:hover,
  .pagination &gt; .disabled &gt; a:focus {
    color: #777777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed; }

.pagination-lg &gt; li &gt; a,
.pagination-lg &gt; li &gt; span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333; }
.pagination-lg &gt; li:first-child &gt; a,
.pagination-lg &gt; li:first-child &gt; span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px; }
.pagination-lg &gt; li:last-child &gt; a,
.pagination-lg &gt; li:last-child &gt; span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px; }

.pagination-sm &gt; li &gt; a,
.pagination-sm &gt; li &gt; span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5; }
.pagination-sm &gt; li:first-child &gt; a,
.pagination-sm &gt; li:first-child &gt; span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }
.pagination-sm &gt; li:last-child &gt; a,
.pagination-sm &gt; li:last-child &gt; span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center; }
  .pager:before, .pager:after {
    content: " ";
    display: table; }
  .pager:after {
    clear: both; }
  .pager li {
    display: inline; }
    .pager li &gt; a,
    .pager li &gt; span {
      display: inline-block;
      padding: 5px 14px;
      background-color: #fff;
      border: 1px solid #ddd;
      border-radius: 15px; }
    .pager li &gt; a:hover,
    .pager li &gt; a:focus {
      text-decoration: none;
      background-color: #eeeeee; }
  .pager .next &gt; a,
  .pager .next &gt; span {
    float: right; }
  .pager .previous &gt; a,
  .pager .previous &gt; span {
    float: left; }
  .pager .disabled &gt; a,
  .pager .disabled &gt; a:hover,
  .pager .disabled &gt; a:focus,
  .pager .disabled &gt; span {
    color: #777777;
    background-color: #fff;
    cursor: not-allowed; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }
  .modal-header:before, .modal-header:after {
    content: " ";
    display: table; }
  .modal-header:after {
    clear: both; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.428571429; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }

  .modal-sm {
    width: 300px; } }
@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

:before, :after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body, div, a {
  margin: 0;
  padding: 0;
  border: 0; }

a {
  text-decoration: none; }
  a:hover, a:focus, a:active {
    text-decoration: none; }

a:focus {
  outline: 0; }

img {
  max-width: 100%; }

html, body {
  width: 100%;
  height: 100%; }

body {
  font-family: Arial;
  background: #fff; }
  body.fp-responsive {
    overflow: hidden !important;
    overflow-y: auto !important; }
    body.fp-responsive #fullpage, body.fp-responsive .fp-table, body.fp-responsive .fp-tableCell {
      height: auto !important; }
    body.fp-responsive header.header-home, body.fp-responsive header.footer-home, body.fp-responsive footer.header-home, body.fp-responsive footer.footer-home {
      position: relative;
      top: auto;
      left: auto;
      right: auto;
      bottom: auto; }
    body.fp-responsive .home-content {
      padding: 60px 0;
      height: auto; }
    body.fp-responsive #section1 .home-content {
      padding: 0; }
    body.fp-responsive #section1 .slide-box {
      top: 0;
      height: 570px; }

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%; }

.wrap1 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  background: #fff; }

.wrap2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  background: #fff; }

@font-face {
  font-family: "FontAwesome";
  font-display: auto;
  src: url("../fonts/font-awesome/fontawesome-webfont.eot");
  src: url("../fonts/font-awesome/fontawesome-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/font-awesome/fontawesome-webfont.woff") format("woff"), url("../fonts/font-awesome/fontawesome-webfont.woff2") format("woff2"), url("../fonts/font-awesome/fontawesome-webfont.ttf") format("truetype"); }
@font-face {
  font-family: "GothamProReg";
  font-display: auto;
  src: url("../fonts/GothamProReg.eot");
  src: url("../fonts/GothamProReg.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamProReg.woff") format("woff"), url("../fonts/GothamProReg.woff2") format("woff2"), url("../fonts/GothamProReg.ttf") format("truetype"); }
@font-face {
  font-family: "GothamPro-Bold";
  font-display: auto;
  src: url("../fonts/GothamPro-Bold.eot");
  src: url("../fonts/GothamPro-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamPro-Bold.woff") format("woff"), url("../fonts/GothamPro-Bold.woff2") format("woff2"), url("../fonts/GothamPro-Bold.ttf") format("truetype"); }
@font-face {
  font-family: "Merriweather-Regular";
  font-display: auto;
  src: url("../fonts/Merriweather-Regular.eot");
  src: url("../fonts/Merriweather-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Merriweather-Regular.woff") format("woff"), url("../fonts/Merriweather-Regular.woff2") format("woff2"), url("../fonts/Merriweather-Regular.ttf") format("truetype"); }
@font-face {
  font-family: "Merriweather-Bold";
  font-display: auto;
  src: url("../fonts/Merriweather-Bold.eot");
  src: url("../fonts/Merriweather-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Merriweather-Bold.woff") format("woff"), url("../fonts/Merriweather-Bold.woff2") format("woff2"), url("../fonts/Merriweather-Bold.ttf") format("truetype"); }
header.header-home {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  z-index: 9; }

.header .content {
  position: relative;
  height: 130px; }
  .header .content:after {
    content: '';
    clear: both;
    display: block; }
.header .header__logo {
  position: absolute;
  top: 0;
  left: calc(50% - 170px / 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 170px;
  height: 100%; }
.header .header__menu {
  width: 50%;
  height: 100%; }
  .header .header__menu.header__menu_left {
    float: left;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 0 85px 0 0; }
    .header .header__menu.header__menu_left .menu ul {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
      .header .header__menu.header__menu_left .menu ul li {
        margin: 0 80px 0 0; }
  .header .header__menu.header__menu_right {
    float: right;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    padding: 0 0 0 85px; }
    .header .header__menu.header__menu_right .menu {
      width: 100%; }
      .header .header__menu.header__menu_right .menu ul {
        width: 100%;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end; }
        .header .header__menu.header__menu_right .menu ul li {
          margin: 0 0 0 80px; }
.header .header__menu_fix {
  display: none;
  width: 145px;
  height: 40px; }
  .header .header__menu_fix .icon-bars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 24px;
    height: 100%; }
    .header .header__menu_fix .icon-bars .icon-bars__item {
      width: 100%;
      height: 3px;
      background: #fff;
      margin: 0 0 4px; }
      .header .header__menu_fix .icon-bars .icon-bars__item:last-child {
        margin: 0; }
  .header .header__menu_fix span {
    color: #fff;
    font-size: 16px;
    font-family: GothamProReg;
    padding: 0 0 0 10px; }

@media (min-width: 1700px) and (max-height: 800px) {
  .header .content {
    height: 96px; } }
@media (max-width: 1700px) {
  .header .content {
    height: 96px; }
  .header .header__logo {
    width: 170px; }
  .header .header__menu.header__menu_left .menu ul li {
    margin: 0 50px 0 0; }
  .header .header__menu.header__menu_right .menu ul li {
    margin: 0 0 0 40px; } }
@media (max-width: 1700px) {
  .header .header__logo {
    left: calc(50% - 150px / 2);
    width: 150px; }
  .header .header__menu.header__menu_left .menu ul li {
    margin: 0 40px 0 0; }
  .header .header__menu.header__menu_right .menu ul li {
    margin: 0 0 0 35px; } }
@media (max-width: 1000px) {
  .header .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .header .header__logo {
    position: relative;
    top: auto;
    left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: calc(100% - 145px);
    height: 100%; }
  .header .header__menu {
    display: none; }
  .header .header__menu_fix {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-appearance: listbox; } }
.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%; }
  .menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none; }
    .menu ul li {
      position: relative; }
      .menu ul li a {
        position: relative;
        z-index: 1;
        color: #323232;
        font-size: 16px;
        font-family: GothamProReg; }
        .menu ul li a:after {
          content: "\f107";
          position: absolute;
          z-index: 0;
          top: 2px;
          right: -18px;
          display: inline-block;
          font: normal normal normal 14px/1 FontAwesome;
          font-size: 16px;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          opacity: 0; }
      .menu ul li ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        position: absolute;
        top: calc(100% + 10px);
        left: 0;
        width: 200px;
        height: 0;
        opacity: 0;
        margin: 0;
        padding: 0 20px;
        list-style-type: none;
        background: #fff;
        pointer-events: none;
        -webkit-transition: all 0.3s linear;
        transition: all 0.3s linear; }
        .menu ul li ul li {
          width: 100%;
          padding: 5px 0; }
          .menu ul li ul li:after {
            display: none; }
      .menu ul li:after {
        content: '';
        display: block;
        position: absolute;
        z-index: 0;
        top: calc(50% - 38px / 2);
        left: calc(50% - 43px / 2);
        width: 43px;
        height: 38px;
        background: url("../images/menu-hover.png") center no-repeat;
        -ms-background-size: contain;
        background-size: contain;
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transition: all 0.3s linear;
        transition: all 0.3s linear; }
      .menu ul li.submenuItem &gt; a:after {
        opacity: 1; }
      .menu ul li.submenuItem:hover &gt; ul, .menu ul li.submenuItem:focus &gt; ul, .menu ul li.submenuItem:active &gt; ul {
        opacity: 1;
        pointer-events: all;
        padding: 15px 20px;
        height: auto; }
      .menu ul li.active a, .menu ul li:hover a {
        color: #323232; }
      .menu ul li.active:after, .menu ul li:hover:after {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1); }
      .menu ul li.active a {
        font-family: GothamPro-Bold; }

.menu-fix {
  display: none; }

@media (max-width: 1300px) {
  .menu ul li a {
    font-size: 15px; }
  .menu ul li:after {
    top: calc(50% - 33px / 2);
    left: calc(50% - 38px / 2);
    width: 38px;
    height: 33px; } }
@media (max-width: 1000px) {
  /* Меню */
  html.htmlmenu, body.htmlmenu {
    overflow-y: scroll !important; }

  body.bodymenu {
    overflow: hidden !important; }

  .menu-fix {
    display: block; }
    .menu-fix .menu-fix__icon-close {
      z-index: -100;
      right: -200px;
      opacity: 0;
      -webkit-transition: all 0.3s ease 0.5s;
      transition: all 0.3s ease 0.5s; }
      .menu-fix .menu-fix__icon-close.active {
        display: block;
        position: fixed;
        top: 12px;
        right: 10px;
        width: 30px;
        height: 30px;
        cursor: pointer;
        opacity: 1;
        z-index: 1051;
        -webkit-appearance: listbox; }
        .menu-fix .menu-fix__icon-close.active div {
          position: relative;
          width: 100%;
          height: 2px;
          background: rgba(0, 0, 0, 0.7);
          -webkit-transition: all 0.4s ease;
          transition: all 0.4s ease;
          -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
          top: 14px; }
          .menu-fix .menu-fix__icon-close.active div:before {
            content: '';
            position: absolute;
            z-index: 1;
            left: 0;
            width: 100%;
            height: 2px;
            background: rgba(0, 0, 0, 0.7);
            -webkit-transition: all 0.4s ease;
            transition: all 0.4s ease;
            top: 0;
            -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }
        .menu-fix .menu-fix__icon-close.active:hover div {
          background: #000;
          -webkit-transform: rotate(225deg);
          transform: rotate(225deg); }
          .menu-fix .menu-fix__icon-close.active:hover div:before {
            background: #000; }
    .menu-fix .menu-fix__box {
      position: fixed;
      z-index: 1050;
      top: 0;
      right: -280px;
      width: 280px;
      height: 100%;
      overflow: hidden;
      background: #fff;
      opacity: 0;
      pointer-events: none;
      -webkit-transition: all 0.3s linear 0.3s;
      transition: all 0.3s linear 0.3s; }
      .menu-fix .menu-fix__box.active {
        right: 0;
        opacity: 1;
        pointer-events: all; }
        .menu-fix .menu-fix__box.active .menu-fix__box2 {
          opacity: 1;
          z-index: 1051; }
        .menu-fix .menu-fix__box.active .menu-fix__bottom {
          opacity: 1;
          z-index: 1051; }
      .menu-fix .menu-fix__box .menu-fix__box2 {
        width: 100%;
        height: calc(100% - 90px);
        padding: 60px 30px 0px;
        overflow: hidden;
        opacity: 0;
        z-index: -100;
        -webkit-transition: all 0.5s ease 0.5s;
        transition: all 0.5s ease 0.5s; }
        .menu-fix .menu-fix__box .menu-fix__box2 .menu-fix__box3 {
          max-width: 100%;
          max-height: 100%;
          overflow-y: auto; }
          .menu-fix .menu-fix__box .menu-fix__box2 .menu-fix__box3 ul {
            list-style: none;
            padding: 0px;
            margin: 0;
            display: block;
            max-height: 100%; }
            .menu-fix .menu-fix__box .menu-fix__box2 .menu-fix__box3 ul li {
              padding: 10px 0px;
              -webkit-transition: all 0.3s ease;
              transition: all 0.3s ease; }
              .menu-fix .menu-fix__box .menu-fix__box2 .menu-fix__box3 ul li a {
                position: relative;
                color: #323232;
                font-size: 16px;
                font-family: GothamProReg; }
              .menu-fix .menu-fix__box .menu-fix__box2 .menu-fix__box3 ul li.active a, .menu-fix .menu-fix__box .menu-fix__box2 .menu-fix__box3 ul li:hover a {
                color: #323232; }
          .menu-fix .menu-fix__box .menu-fix__box2 .menu-fix__box3::-webkit-scrollbar-track {
            -webkit-box-shadow: none;
            border-radius: 20px;
            background-color: #fff; }
          .menu-fix .menu-fix__box .menu-fix__box2 .menu-fix__box3::-webkit-scrollbar {
            width: 7px;
            background-color: #fff; }
          .menu-fix .menu-fix__box .menu-fix__box2 .menu-fix__box3::-webkit-scrollbar-thumb {
            border-radius: 10px;
            -webkit-box-shadow: none;
            background-color: #b9b9b9; }
      .menu-fix .menu-fix__box .menu-fix__bottom {
        width: 100%;
        position: absolute;
        bottom: 0px;
        height: 66px;
        border-top: 1px solid rgba(255, 255, 255, 0.2);
        padding: 15px 20px;
        opacity: 0;
        z-index: -100;
        -webkit-transition: all 0.5s ease 0.5s;
        transition: all 0.5s ease 0.5s; }
        .menu-fix .menu-fix__box .menu-fix__bottom .items {
          text-align: center; }
          .menu-fix .menu-fix__box .menu-fix__bottom .items.items-ru .en_visible {
            display: none; }
          .menu-fix .menu-fix__box .menu-fix__bottom .items.items-en .ru_visible {
            display: none; }
    .menu-fix.active:after {
      pointer-events: all;
      z-index: 1040;
      background: rgba(0, 0, 0, 0.6); }
    .menu-fix:after {
      content: '';
      display: block;
      position: fixed;
      z-index: -1040;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      pointer-events: none;
      background: rgba(0, 0, 0, 0);
      -webkit-transition: all 0.3s linear 0.3s;
      transition: all 0.3s linear 0.3s; }

  .menu {
    display: none; } }
.lin-gradient-yellow, .header .header__menu_fix, .but {
  background: #cea141;
  background: -webkit-gradient(left top, right top, color-stop(0%, #cea141), color-stop(100%, #ceb572));
  background: -webkit-gradient(linear, left top, right top, from(#cea141), to(#ceb572));
  background: linear-gradient(to right, #cea141 0%, #ceb572 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cea141', endColorstr='#ceb572', GradientType=1 ); }
  .lin-gradient-yellow:hover, .header .header__menu_fix:hover, .but:hover, .lin-gradient-yellow:focus, .header .header__menu_fix:focus, .but:focus, .lin-gradient-yellow:active, .header .header__menu_fix:active, .but:active {
    background: #ceb572;
    background: -webkit-gradient(left top, right top, color-stop(0%, #ceb572), color-stop(100%, #cea141));
    background: -webkit-gradient(linear, left top, right top, from(#ceb572), to(#cea141));
    background: linear-gradient(to right, #ceb572 0%, #cea141 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ceb572', endColorstr='#cea141', GradientType=1 ); }

.but {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: auto;
  height: 50px;
  color: #fff;
  font-size: 16px;
  font-family: GothamProReg;
  padding: 0 30px;
  border: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear; }
  .but.but-after {
    position: relative; }
    .but.but-after:after {
      content: '';
      display: block;
      position: absolute;
      top: 3px;
      left: 3px;
      width: calc(100% - 6px);
      height: calc(100% - 6px);
      border: 1px solid #dbbd71;
      -webkit-transition: all 0.3s linear;
      transition: all 0.3s linear; }
  .but:hover, .but:focus, .but:active {
    border: none;
    outline: 0;
    color: #fff;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
    .but:hover.but-after:after, .but:focus.but-after:after, .but:active.but-after:after {
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

@media (max-width: 1300px) {
  .but {
    height: 46px;
    font-size: 16px;
    padding: 0 30px; } }
@media (max-width: 1000px) {
  .but {
    height: 40px;
    font-size: 14px;
    padding: 0 20px; } }
.modal-my .modal-dialog {
  width: 385px;
  margin: 30px auto; }
.modal-my .modal-header {
  border: none;
  padding: 40px 40px 0px; }
  .modal-my .modal-header.box-style .box-style__header {
    padding: 0 0 20px;
    text-align: left; }
  .modal-my .modal-header.box-style .box-style__heading {
    color: #373737;
    font-size: 26px;
    font-family: GothamPro-Bold;
    line-height: 1.1;
    padding: 0 0 10px; }
  .modal-my .modal-header.box-style .box-style__desc {
    width: 100%;
    color: #696969;
    font-size: 15px;
    font-family: GothamProReg;
    line-height: 1.1;
    padding: 0; }
  .modal-my .modal-header .modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    opacity: 1;
    z-index: 1051;
    -webkit-appearance: listbox; }
    .modal-my .modal-header .modal-close div {
      position: relative;
      width: 100%;
      height: 1px;
      background: rgba(55, 55, 55, 0.7);
      -webkit-transition: all 0.4s ease;
      transition: all 0.4s ease;
      -webkit-transform: rotate(135deg);
      transform: rotate(135deg);
      top: 10px; }
      .modal-my .modal-header .modal-close div:before {
        content: '';
        position: absolute;
        z-index: 1;
        left: 0;
        width: 100%;
        height: 1px;
        background: rgba(55, 55, 55, 0.7);
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
        top: 0;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg); }
    .modal-my .modal-header .modal-close:hover div {
      background: #373737;
      -webkit-transform: rotate(225deg);
      transform: rotate(225deg); }
      .modal-my .modal-header .modal-close:hover div:before {
        background: #373737; }
  .modal-my .modal-header .close {
    color: #000; }
    .modal-my .modal-header .close:hover, .modal-my .modal-header .close:focus, .modal-my .modal-header .close:active {
      outline: 0; }
.modal-my .modal-content {
  background: #fff; }
.modal-my .modal-body {
  padding: 10px 40px 40px; }
.modal-my .modal-success-message {
  color: green;
  font-size: 18px;
  font-family: GothamPro-Bold;
  padding: 0;
  text-align: left; }

@media (max-width: 1200px) {
  .modal-my .modal-header .box-style__header .box-style__heading {
    font-size: 24px; } }
@media (max-width: 1000px) {
  .modal-my .modal-header .box-style__header .box-style__heading {
    font-size: 22px; } }
@media (max-width: 640px) {
  .modal-my .modal-header .box-style__header {
    text-align: left; }
  .modal-my .modal-success-message {
    font-size: 14px; } }
@media (max-width: 400px) {
  .modal-my .modal-dialog {
    width: 300px; }
  .modal-my .modal-header {
    padding: 30px 20px 0px; }
  .modal-my .modal-body {
    padding: 10px 20px 30px; } }
.form-my .form-group {
  position: relative;
  margin: 0 0 12px; }
  .form-my .form-group label {
    display: none; }
  .form-my .form-group input, .form-my .form-group textarea {
    width: 100%;
    height: 42px;
    background: #fff;
    color: rgba(0, 0, 0, 0.9);
    font-size: 14px;
    font-family: GothamProReg;
    border: 1px solid #cdcdcd;
    border-radius: 0;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear; }
    .form-my .form-group input::-webkit-input-placeholder, .form-my .form-group textarea::-webkit-input-placeholder {
      color: #383838; }
    .form-my .form-group input::-moz-placeholder, .form-my .form-group textarea::-moz-placeholder {
      color: #383838; }
    .form-my .form-group input:-moz-placeholder, .form-my .form-group textarea:-moz-placeholder {
      color: #383838; }
    .form-my .form-group input:-ms-input-placeholder, .form-my .form-group textarea:-ms-input-placeholder {
      color: #383838; }
    .form-my .form-group input.error, .form-my .form-group textarea.error {
      color: #a94442;
      border-color: #a94442; }
      .form-my .form-group input.error::-webkit-input-placeholder, .form-my .form-group textarea.error::-webkit-input-placeholder {
        color: #a94442; }
      .form-my .form-group input.error::-moz-placeholder, .form-my .form-group textarea.error::-moz-placeholder {
        color: #a94442; }
      .form-my .form-group input.error:-moz-placeholder, .form-my .form-group textarea.error:-moz-placeholder {
        color: #a94442; }
      .form-my .form-group input.error:-ms-input-placeholder, .form-my .form-group textarea.error:-ms-input-placeholder {
        color: #a94442; }
    .form-my .form-group input:focus, .form-my .form-group input:active, .form-my .form-group textarea:focus, .form-my .form-group textarea:active {
      outline: 0;
      border-color: #cdcdcd;
      -webkit-box-shadow: none;
      -ms-box-shadow: none;
      -o-box-shadow: none;
      box-shadow: none; }
.form-my textarea {
  max-width: 100% !important;
  min-width: 100% !important;
  min-height: 80px !important;
  max-height: 80px !important;
  padding: 10px 16px;
  border-radius: 0 !important; }
.form-my .help-block {
  color: #a94442;
  margin: 0px !important;
  font-size: 13px;
  font-family: GothamProReg;
  text-align: left; }
.form-my .form-button {
  margin: 20px 0 0; }
.form-my input[type="submit"], .form-my button {
  border: none;
  outline: 0; }
  .form-my input[type="submit"]:hover, .form-my input[type="submit"]:focus, .form-my input[type="submit"]:active, .form-my button:hover, .form-my button:focus, .form-my button:active {
    outline: 0;
    border: none; }
.form-my .terms_of_use {
  color: #878787;
  font-size: 13px;
  font-family: GothamProReg;
  line-height: 1.2;
  padding: 15px 0px 0px; }
  .form-my .terms_of_use a {
    color: #959595;
    text-decoration: underline; }

.form-modal .form-button .but {
  width: 100%; }

@media (max-width: 1000px) {
  .form-my .form-group input, .form-my .form-group textarea {
    height: 40px; }
  .form-my textarea {
    min-height: 76px !important;
    max-height: 76px !important; } }
@media (max-width: 400px) {
  .form-my .form-group input, .form-my .form-group textarea {
    height: 36px; }
  .form-my textarea {
    min-height: 70px !important;
    max-height: 70px !important; }
  .form-my .form-captcha {
    position: relative;
    left: -18px;
    top: 0px;
    display: block;
    margin: 0;
    -webkit-transform: scale(0.85);
    transform: scale(0.85); } }
.fp-viewing-contactScreen .footer__next_link {
  display: none !important;
  opacity: 0 !important; }
.fp-viewing-contactScreen .footer__dc-logo {
  display: block !important;
  opacity: 1 !important; }

footer.footer-home {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  z-index: 9; }
  footer.footer-home .footer__dc-logo {
    display: none;
    opacity: 0; }
footer.footer-page .footer__next_link {
  display: none; }

.footer {
  width: 100%;
  color: #afafb0;
  font-size: 14px;
  font-family: Merriweather-Regular; }
  .footer .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 85px; }
  .footer .footer__next_link {
    position: relative;
    color: #323232;
    font-size: 14px;
    font-family: Merriweather-Bold; }
    .footer .footer__next_link span {
      border-bottom: 1px solid #323232; }
    .footer .footer__next_link svg {
      position: absolute;
      bottom: -20px;
      left: calc(50% - 4px);
      width: 8px;
      height: 15px;
      -webkit-transform: rotate(-90deg);
      transform: rotate(-90deg); }
  .footer .footer__soc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .footer .footer__soc span {
      padding: 0 15px 0 0; }
  .footer .footer__dc-logo a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #afafb0; }
    .footer .footer__dc-logo a img, .footer .footer__dc-logo a svg {
      width: 115px; }
    .footer .footer__dc-logo a span {
      padding: 0 0 0 10px; }

.soc-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .soc-box a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 26px;
    height: 27px;
    border: 2px solid #a7a7a7;
    margin: 0 3px;
    border-radius: 7px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear; }
    .soc-box a svg {
      width: 15px; }
      .soc-box a svg path, .soc-box a svg circle {
        fill: #a7a7a7;
        -webkit-transition: all 0.3s linear;
        transition: all 0.3s linear; }
      .soc-box a svg#icon-vk {
        width: 15px;
        height: 9px; }
      .soc-box a svg#icon-ok {
        width: 11px;
        height: 17px; }
    .soc-box a:hover, .soc-box a:focus, .soc-box a:active {
      border-color: #323232; }
      .soc-box a:hover svg path, .soc-box a:hover svg circle, .soc-box a:focus svg path, .soc-box a:focus svg circle, .soc-box a:active svg path, .soc-box a:active svg circle {
        fill: #323232; }

@media (max-width: 1700px) {
  .footer .content {
    height: 70px; } }
@media (max-width: 1000px) {
  .footer .content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto; }
  .footer .zchbBlock {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 0 10px; }
  .footer .footer__next_link {
    display: none; }
  .footer .footer__copy {
    width: 100%;
    text-align: center;
    padding: 0 0 10px; }
  .footer .footer__soc {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 0 10px; }
  .footer .footer__dc-logo {
    width: 100%;
    padding: 0 0 10px; }
    .footer .footer__dc-logo a {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }
@media (max-width: 480px) {
  .footer .footer__dc-logo span {
    display: none; } }
.content {
  width: 960px;
  padding: 0 15px;
  margin: 0 auto; }
  @media (min-width: 1300px) {
    .content {
      width: 1040px; } }
  @media (min-width: 1700px) {
    .content {
      width: 1200px; } }

@media (max-width: 1000px) {
  .content {
    width: 600px; } }
@media (max-width: 640px) {
  .content {
    width: 100%; } }
.parallax-img {
  position: absolute;
  z-index: 1; }

@media (min-width: 1200px) {
  .parallax-img {
    -ms-background-size: contain !important;
    background-size: contain !important; }
    .parallax-img.parallax-img-1 {
      width: 71px;
      height: 420px;
      background: url("../images/parallax/webp/paralax-img-1.webp") no-repeat; }
    .parallax-img.parallax-img-2 {
      width: 33px;
      height: 24px;
      background: url("../images/parallax/webp/paralax-img-2.webp") no-repeat; }
    .parallax-img.parallax-img-3 {
      width: 154px;
      height: 379px;
      background: url("../images/parallax/webp/paralax-img-3.webp") no-repeat; }
    .parallax-img.parallax-img-4 {
      width: 107px;
      height: 110px;
      background: url("../images/parallax/webp/paralax-img-4.webp") no-repeat; }
    .parallax-img.parallax-img-5 {
      width: 38px;
      height: 36px;
      background: url("../images/parallax/webp/paralax-img-5.webp") no-repeat; }
    .parallax-img.parallax-img-6 {
      width: 106px;
      height: 103px;
      background: url("../images/parallax/webp/paralax-img-6.webp") no-repeat; }
    .parallax-img.parallax-img-7 {
      width: 71px;
      height: 60px;
      background: url("../images/parallax/webp/paralax-img-7.webp") no-repeat; }
    .parallax-img.parallax-img-8 {
      width: 153px;
      height: 150px;
      background: url("../images/parallax/webp/paralax-img-8.webp") no-repeat; }
    .parallax-img.parallax-img-9 {
      width: 159px;
      height: 162px;
      background: url("../images/parallax/webp/paralax-img-9.webp") no-repeat; }
    .parallax-img.parallax-img-10 {
      width: 29px;
      height: 34px;
      background: url("../images/parallax/webp/paralax-img-10.webp") no-repeat; }
    .parallax-img.parallax-img-11 {
      width: 101px;
      height: 231px;
      background: url("../images/parallax/webp/paralax-img-11.webp") no-repeat; }
    .parallax-img.parallax-img-12 {
      width: 148px;
      height: 327px;
      background: url("../images/parallax/webp/paralax-img-12.webp") no-repeat; }
    .parallax-img.parallax-img-13 {
      width: 91px;
      height: 121px;
      background: url("../images/parallax/webp/paralax-img-13.webp") no-repeat; }
    .parallax-img.parallax-img-14 {
      width: 190px;
      height: 485px;
      background: url("../images/parallax/webp/paralax-img-14.webp") no-repeat; }
    .parallax-img.parallax-img-15 {
      width: 170px;
      height: 500px;
      background: url("../images/parallax/webp/paralax-img-15.webp") no-repeat; }
    .parallax-img.parallax-img-16 {
      width: 170px;
      height: 435px;
      background: url("../images/parallax/webp/paralax-img-16.webp") no-repeat; }
    .parallax-img.parallax-img-17 {
      width: 145px;
      height: 255px;
      background: url("../images/parallax/webp/paralax-img-17.webp") no-repeat; }
    .parallax-img.parallax-img-18 {
      width: 145px;
      height: 300px;
      background: url("../images/parallax/webp/paralax-img-18.webp") no-repeat; }
    .parallax-img.parallax-img-19 {
      width: 213px;
      height: 375px;
      background: url("../images/parallax/webp/paralax-img-19.webp") no-repeat; }

  .no-webp .parallax-img.parallax-img-1 {
    background: url("../images/parallax/paralax-img-1.png") no-repeat; }
  .no-webp .parallax-img.parallax-img-2 {
    background: url("../images/parallax/paralax-img-2.png") no-repeat; }
  .no-webp .parallax-img.parallax-img-3 {
    background: url("../images/parallax/paralax-img-3.png") no-repeat; }
  .no-webp .parallax-img.parallax-img-4 {
    background: url("../images/parallax/paralax-img-4.png") no-repeat; }
  .no-webp .parallax-img.parallax-img-5 {
    background: url("../images/parallax/paralax-img-5.png") no-repeat; }
  .no-webp .parallax-img.parallax-img-6 {
    background: url("../images/parallax/paralax-img-6.png") no-repeat; }
  .no-webp .parallax-img.parallax-img-7 {
    background: url("../images/parallax/paralax-img-7.png") no-repeat; }
  .no-webp .parallax-img.parallax-img-8 {
    background: url("../images/parallax/paralax-img-8.png") no-repeat; }
  .no-webp .parallax-img.parallax-img-9 {
    background: url("../images/parallax/paralax-img-9.png") no-repeat; }
  .no-webp .parallax-img.parallax-img-10 {
    background: url("../images/parallax/paralax-img-10.png") no-repeat; }
  .no-webp .parallax-img.parallax-img-11 {
    background: url("../images/parallax/paralax-img-11.png") no-repeat; }
  .no-webp .parallax-img.parallax-img-12 {
    background: url("../images/parallax/paralax-img-12.png") no-repeat; }
  .no-webp .parallax-img.parallax-img-13 {
    background: url("../images/parallax/paralax-img-13.png") no-repeat; }
  .no-webp .parallax-img.parallax-img-14 {
    background: url("../images/parallax/paralax-img-14.png") no-repeat; }
  .no-webp .parallax-img.parallax-img-15 {
    background: url("../images/parallax/paralax-img-15.png") no-repeat; }
  .no-webp .parallax-img.parallax-img-16 {
    background: url("../images/parallax/paralax-img-16.png") no-repeat; }
  .no-webp .parallax-img.parallax-img-17 {
    background: url("../images/parallax/paralax-img-17.png") no-repeat; }
  .no-webp .parallax-img.parallax-img-18 {
    background: url("../images/parallax/paralax-img-18.png") no-repeat; }
  .no-webp .parallax-img.parallax-img-19 {
    background: url("../images/parallax/paralax-img-19.png") no-repeat; } }
@media (min-width: 1700px) {
  .parallax-img.parallax-img-14 {
    width: 245px;
    height: 626px; }
  .parallax-img.parallax-img-15 {
    width: 209px;
    height: 611px; }
  .parallax-img.parallax-img-16 {
    width: 224px;
    height: 565px; }
  .parallax-img.parallax-img-17 {
    width: 200px;
    height: 328px; }
  .parallax-img.parallax-img-18 {
    width: 200px;
    height: 404px; }
  .parallax-img.parallax-img-19 {
    width: 288px;
    height: 506px; } }
.production-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: center;
  align-content: center;
  height: 100%; }
  .production-box .production-box__header {
    padding: 0 0 20px; }
  .production-box .production-box__info {
    width: 570px;
    padding: 0 25px 0 0; }
  .production-box .production-box__media {
    position: relative;
    width: calc(100% - 585px);
    height: 415px; }
  .production-box .production-box__but {
    width: 200px; }

@media (max-width: 1700px) {
  .production-box .production-box__info {
    width: 520px;
    padding: 0 25px 0 0; }
  .production-box .production-box__media {
    width: calc(100% - 535px);
    height: 350px; } }
@media (max-width: 1300px) {
  .production-box .production-box__info {
    width: calc(100% - 475px); }
  .production-box .production-box__media {
    width: 465px;
    height: 350px; } }
@media (max-width: 1000px) {
  .production-box {
    position: relative;
    padding: 0; }
    .production-box .production-box__info {
      width: 100%;
      text-align: center;
      padding: 0 0 15px; }
    .production-box .production-box__media {
      width: 465px;
      height: 300px;
      margin: 0 auto 60px; }
    .production-box .production-box__but {
      margin: 0 auto 20px; } }
@media (max-width: 640px) {
  .production-box .production-box__media {
    width: 450px; } }
@media (max-width: 480px) {
  .production-box .production-box__media {
    width: 100%;
    height: 260px;
    margin: 0 auto 90px; } }
.production-image-preview {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-box-shadow: 0px 33px 46px 0px rgba(31, 40, 73, 0.34);
  -ms-box-shadow: 0px 33px 46px 0px rgba(31, 40, 73, 0.34);
  -o-box-shadow: 0px 33px 46px 0px rgba(31, 40, 73, 0.34);
  box-shadow: 0px 33px 46px 0px rgba(31, 40, 73, 0.34); }
  .production-image-preview img, .production-image-preview video {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  .production-image-preview .slick-track, .production-image-preview .slick-list {
    height: 100%; }
  .production-image-preview .production-image-preview__item, .production-image-preview .production-image-preview__img {
    height: 100%; }

.production-image-thumbnail {
  position: absolute !important;
  z-index: 1;
  right: 0;
  bottom: -95px;
  width: 470px;
  margin: 0 -9px; }
  .production-image-thumbnail .production-image-thumbnail__item {
    margin: 0 9px 30px;
    border: 4px solid #eff2f9; }
  .production-image-thumbnail.production-thumbnail-carousel .slick-prev,
  .production-image-thumbnail.production-thumbnail-carousel .slick-next {
    bottom: 32px;
    top: auto;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  .production-image-thumbnail.production-thumbnail-carousel .slick-prev {
    left: -124px; }
  .production-image-thumbnail.production-thumbnail-carousel .slick-next {
    left: -70px; }

.shutters-enter-active {
  -webkit-animation: 0.5s shutters reverse;
          animation: 0.5s shutters reverse; }

.shutters-leave-active {
  -webkit-animation: 0.5s shutters;
          animation: 0.5s shutters; }

@-webkit-keyframes shutters {
  0% {
    -webkit-clip-path: polygon(0% 0%, 20% 0%, 20% 100%, 20% 100%, 20% 0%, 40% 0%, 40% 100%, 40% 100%, 40% 0%, 60% 0%, 60% 100%, 60% 100%, 60% 0%, 80% 0%, 80% 100%, 80% 100%, 80% 0%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 20% 0%, 20% 100%, 20% 100%, 20% 0%, 40% 0%, 40% 100%, 40% 100%, 40% 0%, 60% 0%, 60% 100%, 60% 100%, 60% 0%, 80% 0%, 80% 100%, 80% 100%, 80% 0%, 100% 0%, 100% 100%, 0% 100%); }
  100% {
    -webkit-clip-path: polygon(20% 0%, 20% 0%, 20% 100%, 40% 100%, 40% 0%, 40% 0%, 40% 100%, 60% 100%, 60% 0%, 60% 0%, 60% 100%, 80% 100%, 80% 0%, 80% 0%, 80% 100%, 100% 100%, 100% 0%, 100% 0%, 100% 100%, 20% 100%);
            clip-path: polygon(20% 0%, 20% 0%, 20% 100%, 40% 100%, 40% 0%, 40% 0%, 40% 100%, 60% 100%, 60% 0%, 60% 0%, 60% 100%, 80% 100%, 80% 0%, 80% 0%, 80% 100%, 100% 100%, 100% 0%, 100% 0%, 100% 100%, 20% 100%); } }

@keyframes shutters {
  0% {
    -webkit-clip-path: polygon(0% 0%, 20% 0%, 20% 100%, 20% 100%, 20% 0%, 40% 0%, 40% 100%, 40% 100%, 40% 0%, 60% 0%, 60% 100%, 60% 100%, 60% 0%, 80% 0%, 80% 100%, 80% 100%, 80% 0%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 20% 0%, 20% 100%, 20% 100%, 20% 0%, 40% 0%, 40% 100%, 40% 100%, 40% 0%, 60% 0%, 60% 100%, 60% 100%, 60% 0%, 80% 0%, 80% 100%, 80% 100%, 80% 0%, 100% 0%, 100% 100%, 0% 100%); }
  100% {
    -webkit-clip-path: polygon(20% 0%, 20% 0%, 20% 100%, 40% 100%, 40% 0%, 40% 0%, 40% 100%, 60% 100%, 60% 0%, 60% 0%, 60% 100%, 80% 100%, 80% 0%, 80% 0%, 80% 100%, 100% 100%, 100% 0%, 100% 0%, 100% 100%, 20% 100%);
            clip-path: polygon(20% 0%, 20% 0%, 20% 100%, 40% 100%, 40% 0%, 40% 0%, 40% 100%, 60% 100%, 60% 0%, 60% 0%, 60% 100%, 80% 100%, 80% 0%, 80% 0%, 80% 100%, 100% 100%, 100% 0%, 100% 0%, 100% 100%, 20% 100%); } }
@media (max-width: 1700px) {
  .production-image-thumbnail {
    bottom: -78px;
    width: 360px;
    margin: 0 -6px; }
    .production-image-thumbnail .production-image-thumbnail__item {
      margin: 0 6px 20px;
      border: 3px solid #eff2f9; }
    .production-image-thumbnail.production-thumbnail-carousel .slick-prev,
    .production-image-thumbnail.production-thumbnail-carousel .slick-next {
      bottom: 23px; }
    .production-image-thumbnail.production-thumbnail-carousel .slick-prev {
      left: -120px; }
    .production-image-thumbnail.production-thumbnail-carousel .slick-next {
      left: -65px; } }
@media (max-width: 1300px) {
  .production-image-thumbnail {
    margin: 0 -4px; }
    .production-image-thumbnail .production-image-thumbnail__item {
      margin: 0 4px 20px; }
    .production-image-thumbnail.production-thumbnail-carousel .slick-prev {
      left: -110px; }
    .production-image-thumbnail.production-thumbnail-carousel .slick-next {
      left: -55px; } }
@media (max-width: 640px) {
  .production-image-thumbnail {
    width: 340px; } }
@media (max-width: 480px) {
  .production-image-thumbnail {
    width: calc(100% + 8px);
    bottom: -110px; } }
.breadcrumb {
  background: transparent;
  margin: 0px;
  padding: 10px 0px 15px; }
  .breadcrumb li {
    position: relative;
    font-size: 16px;
    font-family: GothamProReg;
    line-height: 1.0; }
    .breadcrumb li a {
      color: #545454;
      font-size: 16px;
      font-family: GothamProReg;
      line-height: 1.0; }
    .breadcrumb li.active {
      color: #464545; }
      .breadcrumb li.active a {
        color: #545454; }
  .breadcrumb &gt; li + li:before {
    color: #545454;
    font-size: 16px;
    padding: 0px 6px 0px 10px; }

@media (max-width: 1000px) {
  .breadcrumb li {
    font-size: 16px; }
    .breadcrumb li a {
      font-size: 16px; }
  .breadcrumb &gt; li + li:before {
    padding: 0px 6px 0px 8px; } }
@media (max-width: 640px) {
  .breadcrumb li {
    font-size: 14px; }
    .breadcrumb li a {
      font-size: 14px; }
  .breadcrumb &gt; li + li:before {
    padding: 0px 4px 0px 6px; } }
/* Pagination */
.pagination-box {
  text-align: center;
  padding: 0 0 40px; }
  .pagination-box .pagination {
    margin: 0;
    padding: 0; }
    .pagination-box .pagination li {
      float: left;
      margin-right: 3px; }
      .pagination-box .pagination li a {
        width: 35px;
        height: 35px;
        text-align: center;
        line-height: 35px;
        padding: 0;
        background: transparent;
        border-color: #464545;
        color: #000;
        font-size: 16px;
        font-family: GothamProReg; }
        .pagination-box .pagination li a:hover, .pagination-box .pagination li a:focus {
          background: #464545;
          color: #fff; }
      .pagination-box .pagination li.active a, .pagination-box .pagination li.active span {
        background: #464545;
        border-color: #464545;
        color: #fff; }
      .pagination-box .pagination li.disabled a {
        color: rgba(0, 0, 0, 0.5); }

@media (max-width: 480px) {
  /* Pagination */
  .pagination-box .pagination li a {
    width: 26px;
    height: 26px;
    line-height: 26px;
    font-size: 14px; } }
.gallery-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px; }
  .gallery-box .gallery-box__item {
    width: calc(100% / 4 - 30px);
    margin: 0 15px 30px; }
    .gallery-box .gallery-box__item:hover .gallery-box__img img {
      -webkit-transform: scale(1.1);
      transform: scale(1.1);
      -webkit-transition: all 3s linear;
      transition: all 3s linear; }
  .gallery-box .gallery-box__img {
    position: relative;
    width: 100%;
    height: 405px;
    overflow: hidden; }
    .gallery-box .gallery-box__img img {
      position: absolute;
      left: 0;
      top: 0;
      z-index: 1;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      -webkit-transition: all 0.3s linear;
      transition: all 0.3s linear; }

@media (max-width: 1300px) {
  .gallery-box {
    margin: 0 -15px; }
    .gallery-box .gallery-box__item {
      width: calc(100% / 3 - 30px);
      margin: 0 15px 30px; } }
@media (max-width: 1000px) {
  .gallery-box {
    margin: 0 -10px; }
    .gallery-box .gallery-box__item {
      width: calc(100% / 3 - 20px);
      margin: 0 10px 30px; }
    .gallery-box .gallery-box__img {
      height: 293px; } }
@media (max-width: 640px) {
  .gallery-box {
    margin: 0 -10px; }
    .gallery-box .gallery-box__item {
      width: calc(100% / 2 - 20px);
      margin: 0 10px 30px; }
    .gallery-box .gallery-box__img {
      height: 293px; } }
@media (max-width: 400px) {
  .gallery-box {
    margin: 0; }
    .gallery-box .gallery-box__item {
      width: calc(100% / 1);
      margin: 0 0 30px; }
    .gallery-box .gallery-box__img {
      height: 360px; } }
.contact-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .contact-box .contact-box__info {
    width: 370px; }
    .contact-box .contact-box__info a {
      color: #323232; }
  .contact-box .contact-box__map {
    width: calc(100% - 400px);
    padding: 15px 0 0; }
    .contact-box .contact-box__map iframe {
      width: 100%;
      height: 400px !important; }

h1 {
  color: #323232;
  font-size: 35px;
  font-family: Merriweather-Bold;
  line-height: 1.2;
  margin: 0;
  padding: 0 0 25px; }

.page-content {
  color: #545454;
  font-size: 16px;
  font-family: GothamProReg;
  line-height: 24px;
  position: relative; }
  @media (min-width: 1200px) {
    .page-content .parallax-img.parallax-img-12 {
      top: calc(50% - 140px);
      left: calc(50% - 955px); } }
  @media (min-width: 1200px) and (min-width: 1300px) {
    .page-content .parallax-img.parallax-img-12 {
      left: 0; } }
  @media (min-width: 1200px) {
    .page-content .parallax-img.parallax-img-13 {
      bottom: 105px;
      left: calc(50% - 955px); } }
  @media (min-width: 1200px) and (min-width: 1300px) {
    .page-content .parallax-img.parallax-img-13 {
      left: 0; } }
  @media (min-width: 1200px) {
    .page-content .parallax-img.parallax-img-14 {
      top: calc(50% - 313px);
      right: calc(50% - 955px); } }
  @media (min-width: 1200px) and (min-width: 1300px) {
    .page-content .parallax-img.parallax-img-14 {
      right: 0; } }

.page-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
  padding: 30px 0 0; }
  .page-gallery .page-gallery__item {
    position: relative;
    width: calc(100% / 3 - 30px);
    height: 300px;
    margin: 0 15px 30px; }
    .page-gallery .page-gallery__item img {
      position: absolute;
      z-index: 0;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      -webkit-transition: all 0.3s linear;
      transition: all 0.3s linear; }

@media (max-width: 1000px) {
  .page-gallery {
    margin: 0 -10px; }
    .page-gallery .page-gallery__item {
      width: calc(100% / 2 - 20px);
      height: 260px;
      margin: 0 10px 30px; } }
@media (max-width: 480px) {
  .page-gallery .page-gallery__item {
    height: 140px; } }
@media (max-width: 400px) {
  .page-gallery {
    margin: 0; }
    .page-gallery .page-gallery__item {
      width: calc(100% / 1);
      height: 240px;
      margin: 0 0 30px; } }
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 1.2s ease;
  transition: all 1.2s ease; }
  .slick-slider.slick-initialized {
    opacity: 1;
    visibility: visible; }
    .slick-slider.slick-initialized .slick-slide::before {
      pointer-events: none;
      opacity: 0; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }
  .slick-slide::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .3;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }
  .slick-slide:hover, .slick-slide:focus, .slick-slide:active {
    outline: 0; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../images/ajax-loader.gif") center center no-repeat; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  z-index: 10;
  display: block;
  width: 40px;
  height: 40px;
  cursor: pointer;
  border: none;
  background: transparent;
  top: 50%;
  padding: 0;
  outline: none;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  border-radius: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .slick-prev svg,
  .slick-next svg {
    width: 8px;
    height: 100%;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .slick-prev svg path,
    .slick-next svg path {
      fill: white; }
  .slick-prev:after,
  .slick-next:after {
    content: '';
    display: block;
    position: absolute;
    z-index: 0;
    top: 3px;
    left: 3px;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    border: 1px solid #4d4d4d; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    opacity: 1;
    -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2); }
    .slick-prev:hover svg path, .slick-prev:focus svg path,
    .slick-next:hover svg path,
    .slick-next:focus svg path {
      fill: white; }
  .slick-prev.slick-disabled,
  .slick-next.slick-disabled {
    opacity: 0.25; }

.slick-prev {
  background: #252525;
  left: -50px; }
  .slick-prev:after {
    border-color: #4d4d4d; }
  .slick-prev:hover, .slick-prev:focus {
    background: black; }

.slick-next {
  background: #cdb36f;
  right: -50px; }
  .slick-next:after {
    border-color: #dbbd71; }
  .slick-next:hover, .slick-next:focus {
    background: #9f8237; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -10px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 12px;
    width: 12px;
    margin: 0 10px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      display: block;
      height: 12px;
      width: 12px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 0;
      cursor: pointer;
      border: 0;
      background: #252525;
      border-radius: 0; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
    .slick-dots li.slick-active button {
      border: 0;
      background: #cdb36f; }

@media (max-width: 640px) {
  /* Arrows */
  .slick-prev,
  .slick-next {
    width: 36px;
    height: 36px; }
    .slick-prev svg,
    .slick-next svg {
      width: 5px; }

  .slick-dots li {
    height: 10px;
    width: 10px;
    margin: 0 5px; }
    .slick-dots li button {
      height: 10px;
      width: 10px; } }
</pre></body></html>