@charset "UTF-8";
* {
  box-sizing: border-box;
}

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333333;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #337ab7;
  text-decoration: none;
}

a:hover, a:focus {
  color: #23527c;
  text-decoration: underline;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role="button"] {
  cursor: pointer;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container:before, .container:after {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

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

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}

.container-fluid:after {
  clear: both;
}

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

.row:before, .row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.33333%;
}

.col-xs-2 {
  width: 16.66667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8 {
  width: 66.66667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-11 {
  width: 91.66667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.33333%;
}

.col-xs-pull-2 {
  right: 16.66667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.33333%;
}

.col-xs-pull-5 {
  right: 41.66667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.33333%;
}

.col-xs-pull-8 {
  right: 66.66667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.33333%;
}

.col-xs-pull-11 {
  right: 91.66667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.33333%;
}

.col-xs-push-2 {
  left: 16.66667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.33333%;
}

.col-xs-push-5 {
  left: 41.66667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.33333%;
}

.col-xs-push-8 {
  left: 66.66667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.33333%;
}

.col-xs-push-11 {
  left: 91.66667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.33333%;
}

.col-xs-offset-2 {
  margin-left: 16.66667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333%;
}

.col-xs-offset-5 {
  margin-left: 41.66667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333%;
}

.col-xs-offset-8 {
  margin-left: 66.66667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333%;
}

.col-xs-offset-11 {
  margin-left: 91.66667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.33333%;
  }
  .col-sm-2 {
    width: 16.66667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333%;
  }
  .col-sm-5 {
    width: 41.66667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333%;
  }
  .col-sm-8 {
    width: 66.66667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333%;
  }
  .col-sm-11 {
    width: 91.66667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.33333%;
  }
  .col-sm-pull-2 {
    right: 16.66667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333%;
  }
  .col-sm-pull-5 {
    right: 41.66667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.33333%;
  }
  .col-sm-pull-8 {
    right: 66.66667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333%;
  }
  .col-sm-pull-11 {
    right: 91.66667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.33333%;
  }
  .col-sm-push-2 {
    left: 16.66667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333%;
  }
  .col-sm-push-5 {
    left: 41.66667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.33333%;
  }
  .col-sm-push-8 {
    left: 66.66667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333%;
  }
  .col-sm-push-11 {
    left: 91.66667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.33333%;
  }
  .col-md-2 {
    width: 16.66667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333%;
  }
  .col-md-5 {
    width: 41.66667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333%;
  }
  .col-md-8 {
    width: 66.66667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333%;
  }
  .col-md-11 {
    width: 91.66667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.33333%;
  }
  .col-md-pull-2 {
    right: 16.66667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333%;
  }
  .col-md-pull-5 {
    right: 41.66667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.33333%;
  }
  .col-md-pull-8 {
    right: 66.66667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333%;
  }
  .col-md-pull-11 {
    right: 91.66667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.33333%;
  }
  .col-md-push-2 {
    left: 16.66667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333%;
  }
  .col-md-push-5 {
    left: 41.66667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.33333%;
  }
  .col-md-push-8 {
    left: 66.66667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333%;
  }
  .col-md-push-11 {
    left: 91.66667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.33333%;
  }
  .col-lg-2 {
    width: 16.66667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333%;
  }
  .col-lg-5 {
    width: 41.66667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333%;
  }
  .col-lg-8 {
    width: 66.66667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333%;
  }
  .col-lg-11 {
    width: 91.66667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.33333%;
  }
  .col-lg-pull-2 {
    right: 16.66667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333%;
  }
  .col-lg-pull-5 {
    right: 41.66667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.33333%;
  }
  .col-lg-pull-8 {
    right: 66.66667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333%;
  }
  .col-lg-pull-11 {
    right: 91.66667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.33333%;
  }
  .col-lg-push-2 {
    left: 16.66667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333%;
  }
  .col-lg-push-5 {
    left: 41.66667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.33333%;
  }
  .col-lg-push-8 {
    left: 66.66667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333%;
  }
  .col-lg-push-11 {
    left: 91.66667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

@font-face {
  font-family: whitman;
  src: url(/assets/fonts/WHITMAN.TTF);
}

.icon {
  max-width: 37px;
}

.icon:hover {
  opacity: 0.4;
}

.icon__link {
  text-decoration: none;
}

.icon__link:hover {
  text-decoration: none;
}

.icon__link:focus {
  text-decoration: none;
}

.icon__link--twitter {
  margin-left: 16px;
}

.icon__facebook {
  margin-top: 15px;
}

.icon__twitter {
  margin-top: 15px;
}

/* Slider */
/* Icons */
@font-face {
  font-family: "slick";
  src: slick-font-url("slick.eot");
  src: slick-font-url("slick.eot?#iefix") format("embedded-opentype"), slick-font-url("slick.woff") format("woff"), slick-font-url("slick.ttf") format("truetype"), slick-font-url("slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  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;
}

.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 {
  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 {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[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-arrow.slick-hidden {
  display: none;
}

@font-face {
  font-family: 'fontello';
  src: url("../fonts/fontello.eot?10137242");
  src: url("../fonts/fontello.eot?10137242#iefix") format("embedded-opentype"), url("../fonts/fontello.woff2?10137242") format("woff2"), url("../fonts/fontello.woff?10137242") format("woff"), url("../fonts/fontello.ttf?10137242") format("truetype"), url("../fonts/fontello.svg?10137242#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?10137242#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-right-small:before {
  content: '\e800';
}

/* '' */
.icon-mail-circled:before {
  content: '\e801';
}

/* '' */
.icon-close:before {
  content: '\e802';
}

/* '' */
.icon-right:before {
  content: '\e803';
}

/* '' */
.icon-left:before {
  content: '\e804';
}

/* '' */
.icon-search:before {
  content: '\e805';
}

/* '' */
.icon-back:before {
  content: '\e806';
}

/* '' */
.icon-print:before {
  content: '\e807';
}

/* '' */
.icon-open:before {
  content: '\e808';
}

/* '' */
.icon-location:before {
  content: '\e809';
}

/* '' */
.icon-phone:before {
  content: '\e80a';
}

/* '' */
.icon-contact-email:before {
  content: '\e80b';
}

/* '' */
.icon-left-2:before {
  content: '\e818';
}

/* '' */
.icon-right-2:before {
  content: '\e819';
}

/* '' */
.icon-play-circled:before {
  content: '\f144';
}

/* '' */
.icon-share:before {
  content: '\f1e0';
}

/* '' */
.icon-twitter-circled:before {
  content: '\f30a';
}

/* '' */
.icon-facebook-circled:before {
  content: '\f30d';
}

/* '' */
body {
  margin: 0;
}

body.scroll-off {
  overflow: hidden;
}

.empty-space {
  padding-top: 97px;
}

@media (min-width: 1200px) {
  .empty-space {
    padding-top: 135px;
  }
}

.category-empty-space {
  display: block;
  height: 42px;
}

@media (min-width: 1200px) {
  .no-padding-right {
    padding-right: 0;
  }
}

.ErrorLabel {
  display: none;
}

.ContentLabel {
  font-family: whitman;
  font-size: 17px;
  text-align: left;
  color: #5b5b5b;
  display: block;
  padding-top: 15px;
}

.EditingFormErrorLabel {
  display: block;
  font-size: 17px;
  text-align: left;
  font-family: whitman;
  color: #d2232a;
  padding-top: 5px;
}

.search-button__desktop {
  position: absolute;
  top: 4px;
  right: 15px;
  width: 30px;
  opacity: 0;
  cursor: pointer;
}

.search-button__desktop-results {
  position: absolute;
  top: 6px;
  right: 5px;
  width: 36px;
  height: 32px;
  opacity: 0;
  cursor: pointer;
}

.search-button__mobile {
  top: 10px;
  right: 20px;
  width: 30px;
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .search-button__mobile {
    display: none;
  }
}

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

.menu {
  position: fixed;
  top: 0;
  z-index: 6;
  width: 100%;
  background: white;
  box-shadow: 0px 11px 25px -13px rgba(0, 0, 0, 0.82);
}

@media (min-width: 1200px) {
  .menu.fixed-position .menu__top-links {
    display: none;
  }
  .menu.fixed-position .menu__top-socials {
    display: none;
  }
  .menu.fixed-position .menu__logo {
    max-width: 198px;
  }
  .menu.fixed-position .menu__container {
    padding: 0;
  }
  .menu.fixed-position .menu__bottom-container {
    width: auto;
    display: inline-block;
  }
  .menu.fixed-position .menu__bottom-link {
    min-width: 100px;
  }
  .menu.fixed-position .menu__top-container {
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .menu.fixed-position .menu__search {
    width: 208px;
  }
  .menu.fixed-position .menu__search-container {
    margin-right: 50px;
  }
}

@media (min-width: 1200px) {
  .menu__search-container {
    position: relative;
  }
  .menu__search-container:before {
    content: '\e805';
    font-family: fontello;
    position: absolute;
    top: 6px;
    right: 22px;
    cursor: pointer;
  }
  .menu__search-container:hover:before {
    color: #898989;
  }
}

.menu__search-container--mobile {
  position: relative;
}

.menu__search-container--mobile:before {
  content: '\e805';
  font-family: fontello;
  position: absolute;
  top: 11px;
  right: 26px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .menu__search-container--mobile:before {
    display: none;
  }
}

.menu__hamburger-container {
  display: block;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .menu__hamburger-container {
    display: none;
  }
}

.menu__hamburger-container.rotate {
  margin-bottom: -20px;
}

.menu__hamburger-container.rotate .menu__hamburger-line--first {
  display: none;
}

.menu__hamburger-container.rotate .menu__hamburger-line--second {
  transform: rotate(405deg);
  margin-bottom: -2px;
}

.menu__hamburger-container.rotate .menu__hamburger-line--third {
  transform: rotate(-405deg);
}

.menu__hamburger-container.rotate .menu__hamburger-text {
  margin-top: 18px;
}

.menu__hamburger-line {
  height: 3px;
  width: 46px;
  background-color: #000;
  margin-bottom: 8px;
  transition: all 0.3s ease;
}

.menu__hamburger-text {
  display: block;
  text-align: center;
  font-family: "Ropa Sans", sans-serif;
  font-size: 13.9px;
  letter-spacing: 1px;
  color: #000;
  text-transform: uppercase;
}

.menu__mobile-container {
  background: #fff;
  z-index: 4;
  max-width: 318px;
  width: 100%;
  position: fixed;
  right: -318px;
  top: 71px;
  overflow-y: auto;
  height: calc(100vh - 71px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
  -ms-flex-pack: end;
      justify-content: flex-end;
  transition: all 0.5s ease;
}

@media (min-width: 768px) {
  .menu__mobile-container {
    top: 95px;
    height: calc(100vh - 95px);
  }
}

@media (min-width: 1200px) {
  .menu__mobile-container {
    max-width: 100%;
    width: auto;
    height: auto;
    position: static;
    margin: 0;
    top: 109px;
    overflow-y: initial;
    float: right;
    display: block;
  }
}

.menu__mobile-container.active {
  right: 0;
}

.menu__container {
  padding: 22px 0;
  overflow: hidden;
}

.menu__logo-link {
  display: block;
}

.menu__logo-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}

@media (min-width: 1200px) {
  .menu__logo-container {
    float: left;
  }
}

.menu__logo {
  display: none;
}

@media (min-width: 768px) {
  .menu__logo {
    max-width: 310px;
    display: block;
  }
}

@media (min-width: 1200px) {
  .menu__logo {
    max-width: 410px;
    margin-top: 10px;
  }
}

.menu__logo-mobile {
  max-width: 220px;
  width: 100%;
}

@media (min-width: 768px) {
  .menu__logo-mobile {
    display: none;
  }
}

.menu__social-link {
  /*margin-right: 10px;*/
  margin-left: 17px;
}

/*.menu__social-link:last-of-type {
  margin-left: 0;
  margin-right: 0;
}*/

.menu__social-link:hover {
  text-decoration: none;
}

@media (min-width: 1200px) {
  .menu__social-link {
    margin-left: 10px;
  }
}

.menu__social-icon {
  max-width: 25px;
}

.menu__social-icon:hover {
  opacity: 0.4;
}

.menu__search {
  display: none;
  width: 250px;
  height: 30px;
  border-radius: 15px;
  background-color: #f6f7f7;
  border: none;
  outline: none;
  padding: 2px 17px;
  margin-right: 10px;
}

@media (min-width: 1200px) {
  .menu__search {
    display: block;
  }
}

.menu__search--mobile {
  display: block;
  height: 42px;
  border-radius: 21px;
  margin: 10px auto;
  width: 290px;
}

@media (min-width: 1200px) {
  .menu__search--mobile {
    display: none;
  }
}

@media (min-width: 1200px) {
  .menu__top-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: end;
        justify-content: flex-end;
  }
}

@media (min-width: 1200px) {
  .menu__top-links {
    display: inline-block;
  }
}

.menu__top-link {
  font-family: "Ropa Sans", sans-serif;
  text-align: left;
  color: #000;
  text-transform: uppercase;
  padding: 14px 18px;
  display: block;
  font-size: 13px;
  letter-spacing: 1px;
  border-bottom: 1px solid #ebebeb;
}

.menu__top-link:hover {
  text-decoration: none;
  color: #f36f21;
}

@media (min-width: 1200px) {
  .menu__top-link {
    padding: 0 10px;
    display: inline-block;
    font-size: 12px;
    letter-spacing: 0.9px;
    border-bottom: none;
  }
}

.menu__top-socials {
  display: inline-block;
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 1200px) {
  .menu__top-socials {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.menu__bottom-container {
  width: 100%;
  border-bottom: 10px solid #ebebeb;
}

@media (min-width: 1200px) {
  .menu__bottom-container {
    border-bottom: none;
  }
}

.menu__bottom-list {
  list-style: none;
  padding: 0;
  width: 100%;
  margin: 0;
  border-top: 1px solid #ebebeb;
}

@media (min-width: 1200px) {
  .menu__bottom-list {
    width: auto;
    margin-top: 22px;
    margin-bottom: 15px;
    border-top: none;
  }
}

.menu__bottom-box {
  display: block;
}

@media (min-width: 1200px) {
  .menu__bottom-box:hover .menu__submenu {
    visibility: visible;
    opacity: 1;
  }
  .menu__bottom-box:hover .menu__submenu-container {
    visibility: visible;
    opacity: 1;
  }
}

@media (min-width: 1200px) {
  .menu__bottom-box {
    display: inline-block;
    margin-right: 30px;
  }
  .menu__bottom-box:last-of-type {
    margin-right: 0;
  }
}

.menu__bottom-link {
  font-family: "Ropa Sans", sans-serif;
  font-size: 16.8px;
  letter-spacing: 1.7px;
  text-align: left;
  color: #000;
  min-width: 110px;
  display: block;
  padding: 14px 18px;
  text-transform: uppercase;
  border-top: 1px solid #ebebeb;
  position: relative;
}

.menu__bottom-link:after {
  content: '\e803';
  font-family: fontello;
  position: absolute;
  top: 18px;
  right: 18px;
  font-size: 14px;
}

.menu__bottom-link:hover {
  text-decoration: none;
  color: #f36f21;
}

@media (min-width: 1200px) {
  .menu__bottom-link:hover {
    border-bottom: 1px solid #f36f21;
  }
}

.menu__bottom-link:focus {
  text-decoration: none;
  color: #f36f21;
}

.menu__bottom-link.checked {
  background: #f5f5f5;
}

.menu__bottom-link.checked:before {
  content: url("../../assets/images/icons/drrow_left.png");
  position: relative;
  transform: scale(0.54);
  display: inline-block;
  top: 2px;
  margin-right: 10px;
}

.menu__bottom-link.checked:after {
  display: none;
}

@media (min-width: 1200px) {
  .menu__bottom-link {
    border-bottom: 1px solid #000;
    padding: 0;
    border-top: none;
  }
  .menu__bottom-link:after {
    display: none;
  }
}

.menu__bottom-link--no-sub:after {
  display: none;
}

.menu__submenu-container {
  width: 100%;
  left: 0;
  z-index: 2;
  background-color: #fff;
  display: -ms-flexbox;
  display: flex;
  box-shadow: none;
}

@media (min-width: 1200px) {
  .menu__submenu-container {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    max-width: 1140px;
    margin: auto;
    left: 0;
    right: 0;
    box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.35);
  }
}

.menu__submenu {
  list-style: none;
  padding: 0;
  background-color: #fff;
  z-index: 3;
  width: 100%;
  overflow-y: auto;
  height: calc(100vh - 220px);
  display: none;
}

@media (min-width: 1200px) {
  .menu__submenu {
    padding: 20px 30px;
    display: block;
    opacity: 0;
    width: auto;
    box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.35);
    visibility: hidden;
    position: absolute;
    overflow-y: visible;
    height: auto;
  }
}

.menu__submenu--with-image {
  box-shadow: none;
}

@media (min-width: 1200px) {
  .menu__submenu--with-image {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    height: 370px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.menu__submenu-link {
  font-family: "Ropa Sans", sans-serif;
  font-size: 14px;
  text-align: left;
  color: #000;
  font-weight: 500;
  min-width: 170px;
  padding: 14px 18px;
  display: block;
  border-bottom: 1px solid #dedede;
}

.menu__submenu-link:hover {
  text-decoration: none;
  color: #f36f21;
  border-bottom: 1px solid #f36f21;
}

@media (min-width: 1200px) {
  .menu__submenu-link {
    padding: 13px 0 11px;
    margin-right: 35px;
  }
}

.menu__submenu-link--all {
  text-transform: uppercase;
  font-size: 15.4px;
  letter-spacing: 0.1px;
  text-align: left;
  position: relative;
}

.menu__submenu-link--all:after {
  content: '\e800';
  font-family: fontello;
  padding-left: 10px;
  font-size: 16px;
  position: absolute;
}

.menu__submenu-link--mobile {
  display: block;
}

@media (min-width: 1200px) {
  .menu__submenu-link--mobile {
    display: none;
  }
}

.menu__submenu-link--desktop {
  display: none;
}

@media (min-width: 1200px) {
  .menu__submenu-link--desktop {
    display: block;
  }
}

@media (min-width: 1200px) {
  .menu__submenu-box {
    max-width: 204px;
  }
}

.menu__submenu-image-container {
  display: none;
}

@media (min-width: 1200px) {
  .menu__submenu-image-container {
    padding: 14px;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end;
    -ms-flex-align: center;
        align-items: center;
  }
}

.menu__overlay {
  position: fixed;
  top: 71px;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 3;
  transition: all 0.2s ease;
  visibility: hidden;
  opacity: 0;
}

@media (min-width: 768px) {
  .menu__overlay {
    top: 95px;
  }
}

.menu__overlay.show-overlay {
  visibility: visible;
  opacity: 1;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-family: whitman;
  font-size: 14px;
  letter-spacing: 0.4px;
  text-align: left;
  color: #707070;
}

::-moz-placeholder {
  /* Firefox 19+ */
  font-family: whitman;
  font-size: 14px;
  letter-spacing: 0.4px;
  text-align: left;
  color: #707070;
}

:-ms-input-placeholder {
  /* IE 10+ */
  font-family: whitman;
  font-size: 14px;
  letter-spacing: 0.4px;
  text-align: left;
  color: #707070;
}

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

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

input:focus:-ms-input-placeholder {
  color: transparent;
}

.footer {
  background-color: #fff;
  border-top: 1px solid #000;
}

.footer__top-content {
  border-bottom: 1px solid #dedede;
  padding-top: 30px;
}

.footer__links-text {
  font-family: "Ropa Sans", sans-serif;
  font-size: 16px;
  letter-spacing: 0.8px;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  text-align: center;
  padding: 19px;
  background: #f5f5f5;
  cursor: pointer;
}

.footer__links-text:after {
  content: url("../../assets/images/icons/drrow_down.png");
  position: relative;
  transform: scale(0.6);
  display: inline-block;
  margin-left: 5px;
}

@media (min-width: 992px) {
  .footer__links-text:after {
    display: none;
  }
}

@media (min-width: 992px) {
  .footer__links-text {
    text-align: left;
    padding: 0;
    background: transparent;
    cursor: default;
  }
}

.footer__links-text--socials {
  background: transparent;
  padding-bottom: 5px;
  cursor: default;
}

.footer__links-text--socials:after {
  display: none;
}

.footer__links-text.rotator:after {
  transform: rotate(180deg) scale(0.6);
}

.footer__list {
  list-style: none;
  padding: 0;
  display: none;
}

@media (min-width: 992px) {
  .footer__list {
    display: block;
  }
}

@media (min-width: 1200px) {
  .footer__list {
    max-width: 300px;
  }
}

.footer__list-item {
  padding-bottom: 10px;
  display: inline-block;
  width: 100%;
}

.footer__socials {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .footer__socials {
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
}

.footer__links-box {
  margin-bottom: 13px;
}

.footer__list-link {
  font-family: "Ropa Sans", sans-serif;
  font-size: 15px;
  letter-spacing: 0.8px;
  text-align: center;
  color: #898989;
  display: block;
  word-wrap: break-word;
}

.footer__list-link:hover {
  text-decoration: none;
  color: #f36f21;
}

.footer__list-link:focus {
  text-decoration: none;
}

@media (min-width: 992px) {
  .footer__list-link {
    text-align: left;
  }
}

.footer__bottom-content {
  padding: 40px 0;
}

.footer__faith-logo {
  display: block;
  margin: 0 auto 22px;
}

@media (min-width: 992px) {
  .footer__faith-logo {
    margin: 0 0 22px 0;
  }
}

.footer__info {
  font-family: whitman;
  font-size: 15px;
  text-align: center;
  color: #898989;
  display: block;
}

@media (min-width: 992px) {
  .footer__info {
    text-align: left;
  }
}

@media (min-width: 992px) {
  .footer__info--inline {
    display: inline-block;
  }
}

.footer__privacy-container {
  margin: 22px 0 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}

@media (min-width: 768px) {
  .footer__privacy-container {
    margin: 22px 0 50px;
  }
}

@media (min-width: 992px) {
  .footer__privacy-container {
    margin: 22px 0 0;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
}

.footer__privacy-policy {
  font-family: "Ropa Sans", sans-serif;
  font-size: 13px;
  letter-spacing: 1.3px;
  text-align: left;
  color: #898989;
}

.footer__privacy-policy:first-of-type {
  padding-right: 35px;
  position: relative;
}

.footer__privacy-policy:first-of-type:before {
  content: '';
  width: 1px;
  height: 24px;
  right: 0;
  position: absolute;
  background: #dedede;
  top: -5px;
}

.footer__privacy-policy:last-of-type {
  padding-left: 35px;
}

.footer__privacy-policy:hover {
  text-decoration: none;
  color: #f36f21;
}

.footer__privacy-policy:focus {
  text-decoration: none;
}

.footer__logo-description {
  font-family: "Ropa Sans", sans-serif;
  font-size: 15px;
  text-align: center;
  color: #898989;
  text-transform: uppercase;
  display: block;
  margin-bottom: 13px;
}

.footer__logo-description--second {
  margin-bottom: 20px;
  margin-top: 30px;
}

@media (min-width: 768px) {
  .footer__logo-description--second {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .footer__logo-description {
    text-align: center;
  }
}

@media (min-width: 992px) {
  .footer__logo-description {
    text-align: right;
  }
}

.footer__logo-image {
  display: block;
  margin: 0 auto;
}

@media (min-width: 992px) {
  .footer__logo-image {
    margin: 0 0 0 auto;
  }
}

.footer__logo-image:hover {
  opacity: 0.6;
}

.footer__logo-image--vivare {
  margin-top: 40px;
}

@media (min-width: 992px) {
  .footer__logo-image--vivare {
    margin-top: 20px;
  }
}

.banner {
  min-height: 225px;
  background-size: cover;
  position: relative;
  margin-bottom: 170px;
}

@media (min-width: 768px) {
  .banner {
    margin-bottom: 0;
  }
}

.banner__background {
  background-color: #f6f7f7;
}

.banner__content {
  background-color: #fff;
  min-height: 166px;
  width: 90%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -140px;
  padding: 15px 30px 20px 25px;
}

@media (min-width: 768px) {
  .banner__content {
    max-width: 466px;
    padding: 20px 40px 30px 35px;
    width: 100%;
    top: 26px;
    right: 22px;
    bottom: auto;
    left: auto;
    transform: none;
  }
}

.banner__title {
  font-family: "Ropa Sans", sans-serif;
  font-size: 34.7px;
  text-align: left;
  color: #000;
  margin-bottom: 10px;
  margin-top: 0;
  font-weight: 300;
}

.banner__description {
  font-family: whitman;
  font-size: 17px;
  text-align: left;
  line-height: 1.29;
  color: #5b5b5b;
  margin: 0;
}

.CMSBreadCrumbsLink {
  font-family: whitman;
  font-size: 14px;
  text-align: center;
  color: #000;
}

.CMSBreadCrumbsLink:hover {
  text-decoration: none;
  color: #f36f21;
}

.CMSBreadCrumbsLink:hover:after {
  color: #000;
}

.CMSBreadCrumbsLink:after {
  content: "/";
  padding-left: 5px;
  padding-right: 5px;
}

.CMSBreadCrumbsCurrentItem {
  font-family: whitman;
  font-size: 14px;
  text-align: center;
  color: #969696;
}

.CMSBreadCrumbsCurrentItem:hover {
  text-decoration: none;
  color: #969696;
}

.CMSBreadCrumbsCurrentItem:hover:after {
  color: #000;
}

.CMSBreadCrumbsCurrentItem:after {
  content: "";
}

.breadcrumbs {
  margin-top: 30px;
}

.breadcrumbs__search .CMSBreadCrumbsLink {
  font-family: whitman;
  font-size: 14px;
  text-align: center;
  color: #969696;
}

.breadcrumbs__search .CMSBreadCrumbsLink:hover {
  text-decoration: none;
  color: #f36f21;
}

.breadcrumbs__search .CMSBreadCrumbsLink:hover:after {
  color: #000;
}

.breadcrumbs__search .CMSBreadCrumbsLink:after {
  content: "/";
  padding-left: 5px;
  padding-right: 5px;
}

.breadcrumbs__search .CMSBreadCrumbsCurrentItem {
  font-family: whitman;
  font-size: 14px;
  text-align: center;
  color: #969696;
}

.breadcrumbs__search .CMSBreadCrumbsCurrentItem:hover {
  text-decoration: none;
  color: #969696;
}

.breadcrumbs__search .CMSBreadCrumbsCurrentItem:hover:after {
  color: #000;
}

.breadcrumbs__search .CMSBreadCrumbsCurrentItem:after {
  content: "";
}

.breadcrumb-separator__hide {
  display: none;
}

.pagination {
  border-top: 1px solid #dedede;
  padding-top: 36px;
  padding-bottom: 36px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  clear: both;
}

.pagination__previous {
  font-family: "Ropa Sans", sans-serif;
  font-size: 17.4px;
  text-align: left;
  color: #000;
  text-transform: uppercase;
}

.pagination__previous:before {
  content: '\e804';
  font-family: fontello;
  transform: scale(0.6);
  display: inline-block;
  position: relative;
  padding-right: 10px;
}

.pagination__previous:hover {
  color: #f36f21;
  text-decoration: none;
}

.pagination__previous--disabled {
  color: #dedede;
}

.pagination__previous--disabled:hover {
  color: #dedede;
}

.pagination__next {
  font-family: "Ropa Sans", sans-serif;
  font-size: 17.4px;
  text-align: right;
  color: #000;
  text-transform: uppercase;
}

.pagination__next:after {
  content: '\e803';
  font-family: fontello;
  transform: scale(0.6);
  display: inline-block;
  position: relative;
  padding-left: 10px;
}

.pagination__next:hover {
  color: #f36f21;
  text-decoration: none;
}

.pagination__next--disabled {
  color: #dedede;
}

.pagination__next--disabled:hover {
  color: #dedede;
}

.pagination__back {
  font-family: "Ropa Sans", sans-serif;
  font-size: 17.4px;
  text-align: left;
  color: #000;
  text-transform: uppercase;
}

.pagination__back:before {
  content: '\e806';
  font-family: fontello;
  font-size: 13px;
  padding-right: 5px;
}

.pagination__back:hover {
  text-decoration: none;
  color: #f36f21;
}

.pagination__back:hover:before {
  text-decoration: none;
  color: #f36f21;
}

.pagination__number {
  font-family: "Ropa Sans", sans-serif;
  font-size: 17.4px;
  text-align: center;
  padding: 0 9px;
  color: #000;
}

.pagination__number--active {
  color: #f36f21;
  text-decoration: underline;
}

.pagination__number--active:hover {
  color: #f36f21;
}

.wysiwyg {
  font-family: whitman;
  font-size: 20px;
  line-height: 1.29;
  text-align: left;
  color: #5b5b5b;
  word-spacing:1.5px;
}

.wysiwyg big {
  font-family: whitman;
  font-size: 29px;
  line-height: 1.17;
  text-align: center;
  color: #f36f21;
  display: block;
  position: relative;
  margin-bottom: 30px;
  padding: 40px 15px;
}

@media (min-width: 992px) {
  .wysiwyg big {
    padding: 40px 120px;
  }
}

@media (min-width: 1200px) {
  .wysiwyg big {
    padding: 40px 170px;
  }
}

.wysiwyg big:before {
  content: url(../../assets/images/icons/open_quote.png);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -5px;
}

.wysiwyg big:after {
  content: url(../../assets/images/icons/close_quote.png);
  position: absolute;
  right: 50%;
  bottom: -5px;
  transform: translateX(50%);
}

.wysiwyg h2 {
  font-family: "Ropa Sans", sans-serif;
  font-size: 31.6px;
  line-height: 1.45;
  text-align: left;
  color: #000;
}

.wysiwyg h3 {
  font-family: "Ropa Sans", sans-serif;
  font-size: 25.3px;
  line-height: 1.81;
  text-align: left;
  color: #000;
}

.wysiwyg q {
  font-family: whitman;
  font-size: 20px;
  line-height: 1.29;
  text-align: left;
  color: #f36f21;
  display: block;
}

.wysiwyg q b{
	color: #f36f21;
}

@media (min-width: 768px) {
  .wysiwyg q {
    padding: 0 70px 0 30px;
  }
}

.wysiwyg img {
  display: block;
  padding: 10px;
  float: none;
  margin: auto;
  max-width: 100%;
}

@media (min-width: 768px) {
  .wysiwyg img {
    margin: 25px;
    padding: 0;
    float: left;
  }
}

.wysiwyg ol {
  padding: 10px 20px 10px 19px;
  list-style-position: inside;
  counter-reset: item;
}

@media (min-width: 1200px) {
  .wysiwyg ol {
    padding: 10px 100px 10px 70px;
  }
}

.wysiwyg ol li {
  display: block;
  font-family: whitman;
  font-size: 20px;
  line-height: 1.29;
  text-align: left;
  color: #5b5b5b;
  padding-left: 25px;
  margin-bottom: 10px;
  position: relative;
}

.wysiwyg ol li:before {
  content: counter(item) ". ";
  counter-increment: item;
  color: #f36f21;
  position: absolute;
  left: 0;
}

.wysiwyg ul {
  padding: 10px 20px 10px 30px;
  list-style: none;
}

@media (min-width: 1200px) {
  .wysiwyg ul {
    padding: 10px 100px 10px 82px;
  }
}

.wysiwyg ul li {
  position: relative;
  font-family: whitman;
  font-size: 20px;
  line-height: 1.29;
  text-align: left;
  color: #5b5b5b;
  padding-left: 14px;
  margin-bottom: 10px;
}

.wysiwyg ul li:before {
  content: "·";
  font-size: 64px;
  position: absolute;
  left: -15px;
  top: -33px;
  color: #f36f21;
}

.wysiwyg ul li span {
  color: #5b5b5b;
}

.wysiwyg table {
  border-collapse: collapse;
  width: 100%;
  margin: 40px 0;
  overflow-x: auto;
  display: block;
  table-layout: fixed;
  border: 1px solid #7f7f7f;
}

@media (min-width: 768px) {
  .wysiwyg table {
    display: table;
  }
}

.wysiwyg th {
  font-family: "Ropa Sans", sans-serif;
  font-size: 13px;
  line-height: 2.15;
  letter-spacing: 0.7px;
  text-align: left;
  color: #fff;
  text-transform: uppercase;
  padding: 8px 30px;
  background-color: #7f7f7f;
}

.wysiwyg td {
  font-family: "Ropa Sans", sans-serif;
  font-size: 13px;
  line-height: 2.15;
  letter-spacing: 0.7px;
  text-align: left;
  color: #000;
  padding: 8px 30px;
}

.wysiwyg tr:nth-child(odd) {
  background-color: #f2f2f2;
}

.wysiwyg b {
  color: #000;
}

.slick-dots {
  max-width: 225px;
  position: absolute;
  bottom: 15px;
  right: 50%;
  transform: translateX(50%);
}

@media (min-width: 768px) {
  .slick-dots {
    max-width: 445px;
    font-size: 48.9px;
    bottom: 51px;
  }
}

@media (min-width: 992px) {
  .slick-dots {
    max-width: 750px;
    bottom: 41px;
  }
}

@media (min-width: 1200px) {
  .slick-dots {
    bottom: 46px;
    right: 234px;
    max-width: 345px;
  }
}

.slick-dots li button {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #000;
  position: relative;
}

.slick-dots li button:before {
  content: none;
}

.slick-dots li.slick-active button:after {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #000;
  display: block;
  content: "";
  position: absolute;
  top: 3px;
  left: 50%;
  transform: translateX(-50%);
}

.share-button {
  position: relative;
  height: 34px;
  padding-right: 34px;
  cursor: pointer;
  border-radius: 15px;
  background-color: #f4f2f2;
  margin-left: 15px;
}

.share-button:hover .share-button__links {
  padding-right: 40px;
}

.share-button:hover .share-button__links a {
  margin-right: 8px;
}

@media (min-width: 768px) {
  .share-button {
    margin: 0;
  }
}

.share-button--support-us {
  margin-left: auto;
  margin-top: 5px;
}

@media (min-width: 768px) {
  .share-button--support-us {
    margin-top: 0;
  }
}

.share-button__icon:hover {
  text-decoration: none;
}

.share-button__icon:hover:before {
  color: #5b5b5b;
}

.share-button__icon:before {
  color: #000;
}

.share-button__icon--facebook:before {
  content: '\f30d';
  font-family: fontello;
}

.share-button__icon--twitter:before {
  content: '\f30a';
  font-family: fontello;
}

.share-button__icon--email:before {
  content: '\e801';
  font-family: fontello;
}

.share-button__text {
  text-transform: uppercase;
  font-weight: 300;
  padding: 6px 6px 6px 12px;
  position: relative;
  font-family: "Ropa Sans", sans-serif;
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 0.3px;
  text-align: left;
  color: #23408f;
  z-index: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.share-button__links {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  background-color: #f4f2f2;
  height: 34px;
  min-width: 34px;
  border-radius: 17px;
  display: -ms-flexbox;
  display: flex;
  padding-left: 6px;
  padding-right: 30px;
  transition: padding-right 0.2s ease;
}

.share-button__links :after {
  font-family: "fontello";
  content: '\f1e0';
  width: 35px;
  height: 34px;
  border-radius: 17px;
  background-color: #f4f2f2;
  color: #23408f;
  display: block;
  font-size: 16px;
  position: absolute;
  top: 0;
  right: 0;
  font-weight: 300;
  padding-left: 5px;
  z-index: 2;
}

.share-button__links a {
  color: #ffffff;
  font-size: 28px;
  line-height: 34px;
  margin-right: -26px;
  transition: color 0.2s ease, margin-right 0.2s ease;
}

.share-button__links a:hover {
  color: #3b55d8;
  text-decoration: none;
}

.share-button__links a:before {
  margin: 0;
}

.share-button__image {
  max-width: 28px;
}

.popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 8;
  transition: all 0.2s ease;
  visibility: hidden;
  opacity: 0;
}

.popup.open {
  visibility: visible;
  opacity: 1;
}

.popup.open .popup__close-button {
  opacity: 1;
  visibility: visible;
}

.popup__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 895px;
  width: calc(100% - 30px);
  min-height: 264px;
  background-color: #ffffff;
  padding: 26px 15px;
}

@media (min-width: 1200px) {
  .popup__content {
    padding: 26px 32px;
  }
}

.popup__title {
  font-family: "Ropa Sans", sans-serif;
  font-size: 20.5px;
  text-align: left;
  color: #000;
  margin-bottom: 16px;
  display: block;
}

.popup__close-button {
  position: absolute;
  top: -60px;
  right: 0;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  height: 40px;
  padding-top: 18px;
}

.popup__close-line {
  width: 50px;
  height: 4px;
  background-color: #fff;
}

.popup__close-line--first {
  transform: rotate(45deg);
}

.popup__close-line--second {
  transform: rotate(-45deg);
  margin-top: -3px;
}

.error-404__background {
  background-color: #f6f7f7;
}

.error-404__title {
  font-family: "Ropa Sans", sans-serif;
  text-align: left;
  color: #000;
  text-transform: uppercase;
  font-weight: 500;
  margin: 15px 0 25px;
  font-size: 35.1px;
  letter-spacing: 3.5px;
}

@media (min-width: 768px) {
  .error-404__title {
    font-size: 41px;
    letter-spacing: 4.1px;
  }
}

.error-404__description {
  font-family: whitman;
  font-size: 17px;
  text-align: left;
  color: #5b5b5b;
  margin: 30px 0;
}

.error-404__content {
  padding-bottom: 60px;
}

.home__banner {
  background-color: #f6f7f7;
}

.home__banner-box {
  position: relative;
  padding-bottom: 30px;
}

@media (min-width: 768px) {
  .home__banner-box {
    height: 660px;
    padding: 0;
  }
}

@media (min-width: 992px) {
  .home__banner-box {
    height: 682px;
  }
}

@media (min-width: 1200px) {
  .home__banner-box {
    height: 420px;
  }
}

.home__banner-box:focus {
  outline: none;
}

.home__banner-image {
  height: 200px;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

@media (min-width: 768px) {
  .home__banner-image {
    background-size: contain;
    height: 100%;
  }
}

@media (min-width: 1200px) {
  .home__banner-image {
    max-width: 850px;
  }
}

.home__banner-content {
  background-color: white;
  bottom: 20px;
  width: 100%;
  max-width: 880px;
  padding: 15px 15px 30px;
  position: relative;
}

@media (min-width: 768px) {
  .home__banner-content {
    padding: 35px 35px 26px 35px;
    position: absolute;
    bottom: 30px;
    max-width: 655px;
    height: 310px;
    margin: auto;
    left: 0;
    right: 0;
  }
}

@media (min-width: 992px) {
  .home__banner-content {
    bottom: 20px;
    height: 292px;
    max-width: 880px;
  }
}

@media (min-width: 1200px) {
  .home__banner-content {
    right: 0;
    margin: auto;
    left: auto;
    top: 54px;
    width: 466px;
    height: 327px;
  }
}

.home__banner-header {
  font-family: "Ropa Sans", sans-serif;
  font-size: 13px;
  letter-spacing: 0.6px;
  text-align: left;
  color: #f36f21;
  text-transform: uppercase;
}

.home__banner-title {
  font-family: "Ropa Sans", sans-serif;
  line-height: 0.94;
  font-size: 31.6px;
  font-weight: 300;
  margin: 17px 0;
  text-align: left;
  color: #000;
  display: block;
}

@media (min-width: 768px) {
  .home__banner-title {
    font-size: 48.9px;
  }
}

.home__banner-title:hover {
  text-decoration: none;
  color: #f36f21;
}

.home__banner-description {
  font-family: whitman;
  line-height: 1.29;
  font-size: 17px;
  text-align: left;
  color: #5b5b5b;
  padding-right: 40px;
}

.home__slider-pagination {
  margin-top: 20px;
}

.home__slider-left-arrow {
  margin-right: 10px;
  cursor: pointer;
  position: absolute;
  bottom: 10px;
  left: 15px;
}

@media (min-width: 768px) {
  .home__slider-left-arrow {
    bottom: 29px;
    left: 35px;
  }
}

@media (min-width: 1200px) {
  .home__slider-left-arrow {
    bottom: 25px;
  }
}

.home__slider-left-arrow:hover {
  color: #f36f21;
}

.home__slider-left-arrow:hover:before {
  color: #f36f21;
}

.home__slider-left-arrow:before {
  content: '\e804';
  font-family: fontello;
}

.home__slider-right-arrow {
  display: inline-block;
  margin-left: auto;
  cursor: pointer;
  position: absolute;
  bottom: 10px;
  right: 15px;
}

@media (min-width: 768px) {
  .home__slider-right-arrow {
    bottom: 29px;
    right: 35px;
  }
}

@media (min-width: 1200px) {
  .home__slider-right-arrow {
    bottom: 25px;
  }
}

.home__slider-right-arrow:hover {
  color: #f36f21;
}

.home__slider-right-arrow:hover:before {
  color: #f36f21;
}

.home__slider-right-arrow:before {
  content: '\e803';
  font-family: fontello;
}

.home__slider-dots {
  display: inline-block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.home__articles-title-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 15px;
  margin-top: 15px;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

@media (min-width: 1200px) {
  .home__articles-title-container {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.home__articles-title-container--breadcrumbs-viev {
  margin-top: 0;
}

.home__articles-title-container--search-results {
  margin-bottom: 5px;
}

.home__line-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  margin: 15px 0 10px;
  position: relative;
}

@media (min-width: 768px) {
  .home__line-container {
    -ms-flex: 3;
        flex: 3;
  }
}

.home__line-container:after {
  content: '';
  height: 1px;
  width: 96%;
  background: #000;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}

.home__line-container--magazines {
  -ms-flex: none;
      flex: none;
}

@media (min-width: 1200px) {
  .home__line-container--magazines {
    -ms-flex: 3;
        flex: 3;
  }
}

.home__articles-title {
  font-family: "Ropa Sans", sans-serif;
  font-size: 35.1px;
  letter-spacing: 3.5px;
  text-align: left;
  color: #000;
  text-transform: uppercase;
  font-weight: 300;
  display: inline-block;
  line-height: 0.97;
  background: #fff;
  padding-right: 15px;
  margin: 0;
}

@media (min-width: 1200px) {
  .home__articles-title {
    font-size: 41px;
  }
}

.home__articles-title--search-results {
  background: transparent;
}

.home__articles-image-link {
  display: inline-block;
}

.home__articles-image-link:hover {
  text-decoration: none;
}

.home__articles-image {
  max-width: 77px;
}

.home__articles-image:hover {
  opcity: 0.6;
}

.home__articles-last-issue {
  font-family: "Ropa Sans", sans-serif;
  font-size: 15.8px;
  letter-spacing: 0.1px;
  text-align: left;
  color: #23408f;
  text-transform: uppercase;
  margin-left: 10px;
  display: inline-block;
}

.home__articles-last-issue:after {
  content: '\e800';
  font-family: fontello;
  margin-left: 5px;
  font-size: 16px;
}

.home__articles-last-issue:hover {
  text-decoration: none;
  color: #f36f21;
}

.home__articles-issue-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.home__articles-issue-container:hover {
  text-decoration: none;
}

.home__articles-issue-container:hover .home__articles-last-issue {
  color: #f36f21;
}

.home__articles-issue-container:hover .home__articles-image {
  opacity: 0.6;
}

@media (min-width: 768px) {
  .home__articles-issue-container {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-pack: center;
        justify-content: center;
    margin: 8px 0 10px;
  }
}

@media (min-width: 1200px) {
  .home__articles-issue-container {
    margin: 15px 0 10px;
    margin-left: auto;
  }
}

.home__articles-issue-container select {
  width: 195px;
  height: 41px;
  background-color: #fff;
  border: 1px solid #dedede;
  font-family: whitman;
  font-size: 16px;
  text-align: left;
  color: #6f6f6f;
  cursor: pointer;
  padding-left: 12px;
  padding-right: 25px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.home__articles-issue-container select:focus {
  outline: none;
}

.home__articles-issue-container select::-ms-expand {
  display: none;
}

.home__articles-select-container {
  margin-top: 10px;
  position: relative;
}

.home__articles-select-container:before {
  content: '\e808';
  font-family: fontello;
  position: absolute;
  top: 18px;
  right: 14px;
  font-size: 5px;
  cursor: pointer;
  pointer-events: none;
}

@media (min-width: 1200px) {
  .home__articles-select-container {
    margin-top: 0;
  }
}

.home__articles-select-container.no-arrow:before {
  content: '';
}

.home__articles-select-container .select-arrow {
  position: relative;
  display: inline-block;
}

.home__articles-select-container .select-arrow:before {
  content: '\e808';
  font-family: fontello;
  position: absolute;
  top: 18px;
  right: 14px;
  font-size: 5px;
  cursor: pointer;
  pointer-events: none;
}

.home__articles-select-container .select-arrow:first-of-type {
  margin-bottom: 10px;
}

@media (min-width: 480px) {
  .home__articles-select-container .select-arrow:first-of-type {
    margin-bottom: 0;
  }
}

.home__articles-info {
  font-family: "Ropa Sans", sans-serif;
  font-size: 16.8px;
  letter-spacing: 0.8px;
  text-align: left;
  color: #000;
  text-transform: uppercase;
  margin-right: 20px;
  margin-top: 10px;
}

.home__articles-info:hover {
  text-decoration: none;
  color: #f36f21;
}

@media (min-width: 1200px) {
  .home__articles-info {
    margin-top: 0;
    padding-left: 10px;
  }
}

.home__articles-info--magazines {
  cursor: default;
}

.home__articles-info--magazines:hover {
  color: #000;
  text-decoration: none;
}

.home__articles {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 768px) {
  .home__articles {
    margin-right: -15px;
    margin-left: -15px;
  }
}

@media (min-width: 1200px) {
  .home__articles {
    -ms-flex-pack: left;
        justify-content: left;
    margin-right: -20px;
    margin-left: -20px;
  }
}

.home__articles-single-box {
  float: left;
  margin-bottom: 40px;
  width: 100%;
  overflow: hidden;
}

@media (min-width: 768px) {
  .home__articles-single-box {
    padding-left: 20px;
    padding-right: 20px;
    width: 50%;
  }
  .home__articles-single-box:nth-of-type(2n+2) {
    border-left: 1px solid #dedede;
  }
}

@media (min-width: 1200px) {
  .home__articles-single-box {
    width: 33.333%;
  }
  .home__articles-single-box:nth-of-type(2n+2) {
    border-left: none;
  }
  .home__articles-single-box:nth-of-type(3n-1) {
    border-right: 1px solid #dedede;
    border-left: 1px solid #dedede;
  }
}

.home__articles-single-box:hover .home__articles-date {
  top: 0;
}

.home__articles-single-box:hover .home__articles-content {
  background-color: #f6f7f7;
}

.home__articles-single-box:hover .home__single-article-title {
  color: #f36f21;
}

.home__articles-content {
  padding: 0 12px 12px;
}

.home__articles-thumbnail {
  display: block;
  height: 184px;
  background-size: cover;
  position: relative;
  background-position: center;
}

.home__articles-date {
  font-family: "Ropa Sans", sans-serif;
  font-size: 13.9px;
  letter-spacing: 0.7px;
  text-align: center;
  color: #000;
  min-width: 100px;
  padding: 2px 10px;
  height: 24px;
  position: absolute;
  top: -24px;
  transition: all 0.5s ease;
  left: 0;
  background: #f5f5f5;
}

.home__articles-online {
  display: block;
  position: absolute;
  bottom: -18px;
  right: 10px;
}

.home__articles-categories a {
  font-family: "Ropa Sans", sans-serif;
  font-size: 13px;
  letter-spacing: 0.6px;
  text-align: left;
  color: #23408f;
  display: inline-block;
  text-transform: uppercase;
  line-height: normal;
  margin-top: 0;
  padding-left: 6px;
}

.home__articles-categories a:hover {
  color: #f36f21;
  text-decoration: none;
}

.home__articles-categories a:first-of-type {
  padding-left: 16px;
}

.home__articles-categories a:after {
  content: ', ';
}

.home__articles-categories a:last-child:after {
  content: '';
}

.home__articles-category {
  font-family: "Ropa Sans", sans-serif;
  font-size: 13px;
  line-height: 1.63;
  letter-spacing: 0.6px;
  text-align: left;
  color: #23408f;
  display: inline-block;
  text-transform: uppercase;
}

.home__articles-category:first-child {
	margin-top: 20px;
}

.home__articles-category--collection {
  margin-top: 5px;
}

.home__articles-category--single-article {
  line-height: normal;
  margin-top: 0;
  padding-left: 16px;
}

.home__articles-category:hover {
  color: #f36f21;
  text-decoration: none;
}

.home__articles-category:after {
  content: ', ';
}
.home__articles-category:last-child:after, .home__articles-category:only-child:after {
  content: '';
}

.home__single-article-title {
  font-family: "Ropa Sans", sans-serif;
  font-size: 26.8px;
  line-height: 0.94;
  text-align: left;
  color: #000;
  font-weight: 300;
  margin: 15px 0;
  display: block;
}

.home__single-article-title:hover {
  text-decoration: none;
  color: #f36f21;
}

.home__single-article-description {
  font-family: whitman;
  font-size: 17px;
  line-height: 1.18;
  text-align: left;
  color: #5b5b5b;
}

.home__advertising {
  margin: 10px 0 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

.home__advertising-banner {
  width: 100%;
  max-width: 730px;
}

.home__socials-container {
  background: #f6f7f7;
  padding: 50px 0 62px;
}

@media (min-width: 768px) {
  .home__socials-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}

.home__socials-box {
  background: #fff;
  padding: 14px;
  margin-bottom: 20px;
  width: 100%;
}

@media (min-width: 768px) {
  .home__socials-box {
    margin-bottom: 0;
    width: 32.5%;
  }
}

@media (min-width: 1200px) {
  .home__socials-box {
    width: 31.3%;
  }
}

.home__socials-content {
  border: 1px solid #dedede;
  padding: 27px 15px 20px;
}

@media (min-width: 768px) {
  .home__socials-content {
    padding: 27px 8px 20px;
  }
}

@media (min-width: 992px) {
  .home__socials-content {
    padding: 27px 15px 20px;
  }
}

@media (min-width: 1200px) {
  .home__socials-content {
    padding: 35px 23px 21px;
  }
}

.home__socials-title {
  font-family: "Ropa Sans", sans-serif;
  font-size: 24.6px;
  line-height: 1;
  letter-spacing: 2.5px;
  text-align: center;
  color: #000;
  text-transform: uppercase;
  display: block;
  padding: 0;
}

@media (min-width: 1200px) {
  .home__socials-title {
    padding: 0 45px;
  }
}

.home__socials-line {
  height: 2px;
  width: 70px;
  background: #000;
  margin: 15px auto;
}

.home__socials-description {
  font-family: whitman;
  font-size: 17px;
  line-height: 1.29;
  text-align: center;
  color: #5b5b5b;
}

.home__socials-button {
  max-width: 180px;
  width: 100%;
  padding: 9px 20px;
  font-family: "Ropa Sans", sans-serif;
  font-size: 16px;
  letter-spacing: 0.4px;
  text-align: center;
  color: #fff;
  display: block;
  background: #23408f;
  text-transform: uppercase;
  margin: 20px auto 0;
}

.home__socials-button:hover {
  text-decoration: none;
  color: #fff;
  background: #f36f21;
}

.home__socials-stores {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 25px;
}

@media (min-width: 1200px) {
  .home__socials-stores {
    margin-top: 0;
    display: inline-block;
  }
}

.home__google-link {
  margin-bottom: 10px;
  display: inline-block;
}

.home__google-link:hover {
  text-decoration: none;
  opacity: 0.6;
}

@media (min-width: 1200px) {
  .home__google-link {
    margin-bottom: 0;
  }
}

.home__app-link {
  margin-bottom: 10px;
  display: inline-block;
}

.home__app-link:hover {
  text-decoration: none;
  opacity: 0.6;
}

.home__socials-newsletter {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}

.home__socials-newsletter:before {
  content: '\e801';
  font-family: fontello;
  color: #dedede;
  position: absolute;
  left: 15px;
  top: 13px;
}

@media (min-width: 1200px) {
  .home__socials-newsletter {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.home__socials-newsletter input[type="submit"] {
  background-color: #23408f;
  border: solid 1px #23408f;
  outline: none;
  font-family: "Ropa Sans", sans-serif;
  font-size: 16px;
  letter-spacing: 0.4px;
  text-align: center;
  padding: 8px;
  color: #fff;
  width: 100%;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .home__socials-newsletter input[type="submit"] {
    width: 100%;
  }
}

.home__socials-newsletter input[type="submit"]:hover {
  background-color: #f36f21;
  border: solid 1px #f36f21;
}

.home__socials-newsletter input[type="submit"]:focus {
  outline: none;
}

.home__socials-newsletter input[type="text"] {
  padding-left: 50px;
  width: 100%;
  height: 42px;
  border: solid 1px #23408f;
  outline: none;
}

@media (min-width: 768px) {
  .home__socials-newsletter input[type="text"] {
    padding-left: 45px;
  }
}

@media (min-width: 1200px) {
  .home__socials-newsletter input[type="text"] {
    width: auto;
    padding-left: 50px;
  }
}

.home__socials-newsletter input[type="text"]:focus {
  outline: none;
}

.home__socials-newsletter input[type="text"] ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-family: whitman;
  font-size: 16px;
  text-align: center;
  color: #000;
}

.home__socials-newsletter input[type="text"] ::-moz-placeholder {
  /* Firefox 19+ */
  font-family: whitman;
  font-size: 16px;
  text-align: center;
  color: #000;
}

.home__socials-newsletter input[type="text"] :-ms-input-placeholder {
  /* IE 10+ */
  font-family: whitman;
  font-size: 16px;
  text-align: center;
  color: #000;
}

.magazines-list__collection {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 40px;
}

@media (min-width: 768px) {
  .magazines-list__collection {
    margin-right: -15px;
    margin-left: -15px;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
}

@media (min-width: 1200px) {
  .magazines-list__collection {
    margin-right: -20px;
    margin-left: -20px;
  }
}

.magazines-list__single-box {
  float: left;
  margin-bottom: 40px;
  width: 100%;
}

@media (min-width: 768px) {
  .magazines-list__single-box {
    padding-left: 20px;
    padding-right: 20px;
    width: 50%;
  }
  .magazines-list__single-box:nth-of-type(2n+2) {
    border-left: 1px solid #dedede;
  }
}

@media (min-width: 1200px) {
  .magazines-list__single-box {
    width: 25%;
  }
  .magazines-list__single-box:nth-of-type(2n+2) {
    border-left: none;
  }
  .magazines-list__single-box:nth-of-type(4n-2) {
    border-left: 1px solid #dedede;
    border-right: 1px solid #dedede;
  }
  .magazines-list__single-box:nth-of-type(4n-1) {
    border-right: 1px solid #dedede;
  }
}

.magazines-list__single-box:hover .magazines-list__content {
  background-color: #f6f7f7;
}

.magazines-list__single-box:hover .magazines-list__title {
  color: #f36f21;
}

.magazines-list__thumbnail {
  display: block;
  background-size: cover;
  border: 1px solid #dedede;
}

.magazines-list__thumbnail-image {
  width: 100%;
}

.magazines-list__content {
  padding: 30px 50px 30px 10px;
}

.magazines-list__title {
  font-family: "Ropa Sans", sans-serif;
  font-size: 26.8px;
  text-align: left;
  color: #000;
}

.magazines-list__title:hover {
  text-decoration: none;
}

.articles-list {
  padding-bottom: 15px;
}

.articles-list__promotion-container {
  margin-top: 65px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.articles-list__promotion-container--banners {
  margin-top: 15px;
  margin-bottom: 30px;
}

@media (min-width: 1200px) {
  .articles-list__promotion-container--banners {
    margin-top: 65px;
    margin-bottom: 0;
  }
}

@media (min-width: 1200px) {
  .articles-list__border {
    padding-right: 20px;
    border-right: 1px solid #dedede;
  }
}

@media (min-width: 1200px) {
  .articles-list__border--search {
    margin-bottom: 60px;
  }
}

.articles-list__banner-link {
  margin: 0 10px 28px;
  display: block;
  width: 100%;
}

@media (min-width: 768px) {
  .articles-list__banner-link {
    display: inline-block;
    margin: 10px;
    width: auto;
  }
}

@media (min-width: 1200px) {
  .articles-list__banner-link {
    display: block;
    margin: 0 0 28px;
  }
}

.articles-list__banner-image {
  display: block;
  margin: auto;
}

.articles-list__single-box {
  min-height: 184px;
  padding-bottom: 30px;
  border-bottom: 1px solid #dedede;
  margin-bottom: 30px;
  overflow: hidden;
}

.articles-list__single-box:last-of-type {
  border-bottom: none;
}

@media (min-width: 768px) {
  .articles-list__single-box {
    margin-bottom: 42px;
    padding-bottom: 38px;
  }
}

@media (min-width: 1200px) {
  .articles-list__single-box {
    display: block;
    margin: 0 0 28px;
  }
}

.articles-list__single-box:hover .home__articles-date {
  display: block;
}

.articles-list__single-box:hover .articles-list__description {
  background-color: #f6f7f7;
}

.articles-list__single-box:hover .home__articles-date {
  top: 0;
}

.articles-list__single-box:hover .articles-list__single-article-title {
  color: #f36f21;
}

.articles-list__image-link {
  display: inline-block;
  width: 100%;
  float: left;
}

.articles-list__image-link:hover {
  text-decoration: none;
}

@media (min-width: 768px) {
  .articles-list__image-link {
    width: 42%;
  }
}

.articles-list__image-container {
  height: 184px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

.articles-list__description {
  display: inline-block;
  width: 100%;
  padding-top: 15px;
}

@media (min-width: 768px) {
  .articles-list__description {
    min-height: 184px;
    width: 58%;
    padding-left: 26px;
    padding-top: 0;
  }
}

.articles-list__title {
  font-family: "Ropa Sans", sans-serif;
  font-size: 26.8px;
  line-height: 0.94;
  text-align: left;
  color: #000;
  display: block;
  margin: 10px 0 20px;
}

.articles-list__title:hover {
  color: #f36f21;
  text-decoration: none;
}

.articles-list__paragraph {
  font-family: whitman;
  font-size: 17px;
  line-height: 1.18;
  text-align: left;
  color: #000;
}

@media (min-width: 1200px) {
  .article__container {
    padding: 0 84px;
  }
}

.article__banner {
  position: relative;
  background-position: center;
  background-size: 0;
  background-repeat: no-repeat;
  min-height: 510px;
}

@media (min-width: 768px) {
  .article__banner {
    min-height: 387px;
    background-size: cover;
  }
}

@media (min-width: 1200px) {
  .article__banner {
    min-height: 510px;
  }
}

.article__banner-mobile-image {
  width: 100%;
}

@media (min-width: 768px) {
  .article__banner-mobile-image {
    display: none;
  }
}

.article__banner-content {
  background-color: #fff;
  max-width: 770px;
  bottom: -16px;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
}

@media (min-width: 768px) {
  .article__banner-content {
    position: absolute;
    max-width: 640px;
  }
}

@media (min-width: 1200px) {
  .article__banner-content {
    max-width: 770px;
  }
}

.article__banner-breadcrumbs {
  padding: 10px 0 8px;
  text-align: center;
}

@media (min-width: 768px) {
  .article__banner-breadcrumbs {
    background-color: #f6f7f7;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
  }
}

.article__banner-title {
  font-family: "Ropa Sans", sans-serif;
  font-weight: 300;
  text-align: center;
  color: #000;
  font-size: 33.1px;
  line-height: 1.05;
  margin: 0;
  padding-top: 15px;
}

@media (min-width: 768px) {
  .article__banner-title {
    font-size: 34.7px;
    padding: 15px 22px 25px;
  }
}

@media (min-width: 1200px) {
  .article__banner-title {
    font-size: 41px;
    line-height: 1.12;
    padding: 23px 0;
  }
}

.article__banner-informations {
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin-top: 15px;
}

@media (min-width: 768px) {
  .article__banner-informations {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-pack: left;
        justify-content: left;
    margin-left: 10px;
    margin-top: 0;
  }
}

.article__banner-interaction {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 15px;
}

@media (min-width: 768px) {
  .article__banner-interaction {
    margin-top: 0;
  }
}

.article__banner-info {
  display: inline-block;
  font-family: "Ropa Sans", sans-serif;
  font-size: 13px;
  letter-spacing: 0.6px;
  text-align: center;
  color: #5b5b5b;
  padding: 0 17px 0 0;
  position: relative;
}

@media (min-width: 768px) {
  .article__banner-info {
    padding: 0 17px;
  }
}

.article__banner-info:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 22px;
  display: inline-block;
  background: #dedede;
  top: 0;
  right: 0;
}

.article__banner-info--mobile {
  width: 100%;
  padding: 0 17px 10px;
}

.article__banner-info--mobile:after {
  display: none;
}

@media (min-width: 768px) {
  .article__banner-info--mobile {
    padding-bottom: 0;
    width: auto;
  }
  .article__banner-info--mobile:after {
    display: block;
  }
}

.article__banner-share {
  display: inline-block;
  margin: 0;
}

@media (min-width: 768px) {
  .article__banner-share {
    margin: 0 32px 0 16px;
  }
}

.article__banner-printer {
  display: inline-block;
  cursor: pointer;
}

.article__banner-printer:hover {
  opacity: 0.6;
}

@media (min-width: 768px) {
  .article__banner-bottom {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
  }
}

.article__intro {
  font-family: whitman;
  font-size: 21px;
  line-height: 1.29;
  text-align: justify;
  color: #000;
  margin: 0;
  padding: 40px 0;
}

.article__intro--support-us {
  padding: 15px 0;
}

.article__podcast-text {
  font-family: "Ropa Sans", sans-serif;
  font-size: 16.8px;
  line-height: 1.26;
  letter-spacing: 1.7px;
  text-align: left;
  color: #5b5b5b;
  margin-bottom: 14px;
  display: block;
  text-transform: uppercase;
}

.article__promotion {
  margin: 25px 0 20px;
}

@media (min-width: 1200px) {
  .article__promotion {
    margin: 30px 0 55px;
  }
}

.article__promotion-image {
  display: block;
  margin: auto;
  width: 100%;
}

.article__online-only:before {
  position: absolute;
  top: -2px;
  right: -2px;
  transform: scale(0.7);
  content: url(/assets/images/master/online_only.png);
}

@media (min-width: 768px) {
  .article__online-only:before {
    transform: scale(1);
    top: 10px;
    right: 10px;
  }
}

@media (min-width: 1200px) {
  .article__online-only:before {
    top: 15px;
    right: 15px;
  }
}

.podcasts-list__follow {
  max-width: 180px;
  width: 100%;
  padding: 9px 20px;
  font-family: "Ropa Sans", sans-serif;
  font-size: 16px;
  letter-spacing: 0.4px;
  text-align: center;
  color: #fff;
  display: block;
  background: #23408f;
  text-transform: uppercase;
  min-width: 150px;
  margin-top: 10px;
}

.podcasts-list__follow:hover {
  text-decoration: none;
  color: #fff;
  background: #f36f21;
}

.podcasts-list__follow:focus {
  text-decoration: none;
  color: #fff;
  background: #f36f21;
}

@media (min-width: 768px) {
  .podcasts-list__follow {
    margin: 0;
  }
}

.podcasts-list__single-box {
  float: left;
  margin-bottom: 40px;
  width: 100%;
}

@media (min-width: 768px) {
  .podcasts-list__single-box {
    padding-left: 20px;
    padding-right: 20px;
    width: 33.333%;
  }
  .podcasts-list__single-box:nth-of-type(3n-1) {
    border-left: 1px solid #dedede;
    border-right: 1px solid #dedede;
  }
}

@media (min-width: 1200px) {
  .podcasts-list__single-box {
    width: 25%;
  }
  .podcasts-list__single-box:nth-of-type(3n-1) {
    border-left: none;
    border-right: none;
  }
  .podcasts-list__single-box:nth-of-type(4n-2) {
    border-left: 1px solid #dedede;
    border-right: 1px solid #dedede;
  }
  .podcasts-list__single-box:nth-of-type(4n-1) {
    border-right: 1px solid #dedede;
  }
}

.podcasts-list__single-box:hover .podcasts-list__content {
  background-color: #f6f7f7;
}

.podcasts-list__single-box:hover .podcasts-list__title {
  color: #f36f21;
}

.podcasts-list__single-box:hover .podcasts-list__play {
  display: block;
}

.podcasts-list__thumbnail {
  display: block;
  background-size: cover;
  background-position: center;
  border: 1px solid #dedede;
  cursor: pointer;
  position: relative;
}

@media (min-width: 1200px) {
  .podcasts-list__thumbnail {
    max-width: 255px;
    max-height: 255px;
  }
}

.podcasts-list__play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: none;
}

.podcasts-list__play:before {
  content: '\f144';
  font-family: fontello;
  font-size: 70px;
  color: #f36f21;
  position: absolute;
  left: -5px;
  top: -25px;
}

.podcasts-list__thumbnail-image {
  width: 100%;
}

.podcasts-list__content {
  padding: 23px 50px 23px 10px;
}

.podcasts-list__title {
  font-family: "Ropa Sans", sans-serif;
  font-size: 20.5px;
  line-height: 1.23;
  text-align: left;
  color: #000;
  cursor: pointer;
}

.podcasts-list__time {
  font-family: "Ropa Sans", sans-serif;
  font-size: 14.9px;
  letter-spacing: 0.7px;
  text-align: left;
  color: #989898;
  display: block;
  margin-top: 12px;
}

.support-us__container {
  padding-bottom: 35px;
}

@media (min-width: 1200px) {
  .support-us__container {
    padding: 0 84px 35px;
  }
}

.support-us__top-wrapper {
  margin: 10px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.support-us__title {
  font-family: "Ropa Sans", sans-serif;
  font-size: 35.1px;
  letter-spacing: 3.5px;
  text-align: left;
  color: #000;
  text-transform: uppercase;
  font-weight: 300;
  display: inline-block;
  line-height: 0.97;
  background: #fff;
  padding-right: 15px;
  margin: 0;
}

@media (min-width: 1200px) {
  .support-us__title {
    font-size: 41px;
  }
}

.contact-us__form-wrapper {
  padding-bottom: 35px;
  border-bottom: 1px solid #dedede;
}

@media (min-width: 1200px) {
  .contact-us__form-wrapper {
    border-right: 1px solid #dedede;
    border-bottom: none;
  }
}

.contact-us__description {
  font-family: whitman;
  font-size: 17px;
  line-height: 1.29;
  text-align: left;
  color: #5b5b5b;
  padding-right: 62px;
}

.contact-us__thank-you {
  font-family: whitman;
  font-size: 17px;
  line-height: 1.29;
  text-align: left;
  color: #5b5b5b;
  padding-right: 62px;
}

.contact-us__form input[type="submit"] {
  min-width: 179px;
  min-height: 38px;
  background-color: #23408f;
  font-family: "Ropa Sans", sans-serif;
  font-size: 16px;
  letter-spacing: 0.4px;
  text-align: center;
  color: #fff;
  border: none;
  cursor: pointer;
}

.contact-us__form input[type="submit"]:hover {
  background-color: #f36f21;
}

.contact-us__form input[type="submit"]:focus {
  outline: none;
}

@media (min-width: 768px) {
  .contact-us__form input[type="submit"] {
    margin-top: 10px;
    margin-left: 190px;
  }
}

.contact-us__form-title {
  font-family: "Ropa Sans", sans-serif;
  font-size: 25px;
  line-height: 1;
  letter-spacing: 2.5px;
  text-align: left;
  color: #000;
  border-bottom: 2px solid #000;
  padding-bottom: 10px;
  text-transform: uppercase;
}

@media (min-width: 1200px) {
  .contact-us__form-title {
    margin-right: 30px;
  }
}

.contact-us__form-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: start;
      align-items: flex-start;
  margin-bottom: 17px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 768px) {
  .contact-us__form-item {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.contact-us__form-item .required:after {
  content: "*";
  color: #d2232a;
}

.contact-us__form-item label {
  font-family: whitman;
  font-size: 17px;
  line-height: 1.41;
  text-align: left;
  color: #5b5b5b;
}

.contact-us__form-item--not-centered {
  -ms-flex-align: start;
      align-items: flex-start;
}

.contact-us__form-label {
  display: inline-block;
  min-width: 190px;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .contact-us__form-label {
    margin-bottom: 0;
  }
}

.contact-us__input-wrapper {
  width: 100%;
}

@media (min-width: 992px) {
  .contact-us__input-wrapper {
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .contact-us__input-wrapper {
    width: auto;
  }
}

.contact-us__input-wrapper input {
  border-radius: 10px;
  background-color: #fff;
  border: 1px solid #dedede;
  min-height: 40px;
  font-family: whitman;
  width: 100%;
  font-size: 17px;
  text-align: left;
  padding-left: 20px;
  color: #5b5b5b;
}

@media (min-width: 992px) {
  .contact-us__input-wrapper input {
    min-width: 574px;
  }
}

@media (min-width: 1200px) {
  .contact-us__input-wrapper input {
    width: auto;
  }
}

.contact-us__input-wrapper input:focus {
  outline: none;
}

.contact-us__input-wrapper select {
  border-radius: 10px;
  background-color: #fff;
  border: 1px solid #dedede;
  min-height: 40px;
  width: 100%;
  font-family: whitman;
  font-size: 17px;
  text-align: left;
  padding-left: 20px;
  color: #5b5b5b;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.contact-us__input-wrapper select:focus {
  outline: none;
}

.contact-us__input-wrapper select::-ms-expand {
  display: none;
}

@media (min-width: 992px) {
  .contact-us__input-wrapper select {
    min-width: 574px;
  }
}

@media (min-width: 1200px) {
  .contact-us__input-wrapper select {
    width: auto;
  }
}

.contact-us__input-wrapper select:focus {
  outline: none;
}

.contact-us__input-wrapper select::-ms-expand {
  display: none;
}

.contact-us__input-wrapper textarea {
  border-radius: 10px;
  background-color: #fff;
  border: 1px solid #dedede;
  min-height: 220px;
  width: 100%;
  font-family: whitman;
  font-size: 17px;
  text-align: left;
  padding-left: 20px;
  padding-top: 10px;
  color: #5b5b5b;
}

@media (min-width: 992px) {
  .contact-us__input-wrapper textarea {
    min-width: 574px;
  }
}

@media (min-width: 1200px) {
  .contact-us__input-wrapper textarea {
    width: auto;
    max-width: 574px;
  }
}

.contact-us__input-wrapper textarea:focus {
  outline: none;
}

.contact-us__input-wrapper--shorter input {
  min-width: 214px;
  width: auto;
}

.contact-us__input-wrapper--select {
  position: relative;
  display: -ms-flexbox;
  display: flex;
}

.contact-us__input-wrapper--select:after {
  content: '\e808';
  font-family: fontello;
  position: absolute;
  top: 18px;
  right: 14px;
  font-size: 5px;
  cursor: pointer;
  pointer-events: none;
}

.contact-us__input-wrapper.error input[type="text"] {
  border: 1px solid #d2232a;
}

.contact-us__info {
  margin-top: 16px;
  padding-top: 15px;
  overflow: hidden;
  margin-bottom: 30px;
}

@media (min-width: 1200px) {
  .contact-us__info {
    padding-top: 0;
    max-width: 230px;
  }
}

.contact-us__info-title {
  font-family: "Ropa Sans", sans-serif;
  font-size: 16.8px;
  line-height: 1.26;
  letter-spacing: 1.7px;
  text-align: left;
  color: #000;
  text-transform: uppercase;
  display: block;
  width: 100%;
}

.contact-us__box-title {
  font-family: whitman;
  font-size: 19.4px;
  line-height: 1;
  letter-spacing: -0.1px;
  text-align: left;
  color: #000;
  display: block;
  padding: 25px 0 14px;
}

.contact-us__box {
  border-bottom: 1px solid #dedede;
  padding-bottom: 30px;
}

@media (min-width: 768px) {
  .contact-us__box {
    width: 47%;
    margin-right: 21px;
    float: left;
  }
}

@media (min-width: 1200px) {
  .contact-us__box {
    width: 100%;
    margin-right: 0;
  }
  .contact-us__box:last-of-type {
    border-bottom: none;
  }
}

.contact-us__address {
  font-family: whitman;
  font-size: 15.6px;
  line-height: 1.38;
  letter-spacing: -0.1px;
  text-align: left;
  color: #5b5b5b;
  display: block;
  padding-bottom: 14px;
}

.contact-us__address--first {
  padding-bottom: 0;
}

.contact-us__map {
  font-family: whitman;
  font-size: 16px;
  letter-spacing: 0.4px;
  text-align: left;
  color: #23408f;
  display: block;
  margin-bottom: 5px;
  position: relative;
  padding-left: 25px;
}

@media (min-width: 1200px) {
  .contact-us__map {
    margin-bottom: 14px;
  }
}

.contact-us__map:hover {
  text-decoration: none;
  color: #f36f21;
}

.contact-us__map:hover:before {
  color: #f36f21;
}

.contact-us__map:focus {
  text-decoration: none;
  color: #f36f21;
}

.contact-us__map:before {
  content: '\e809';
  font-family: fontello;
  font-size: 13px;
  color: #23408f;
  position: absolute;
  left: 0;
}

.contact-us__mail {
  font-family: whitman;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.4px;
  text-align: left;
  color: #23408f;
  display: block;
  padding-bottom: 5px;
  position: relative;
  padding-left: 25px;
}

.contact-us__mail:hover {
  text-decoration: none;
  color: #f36f21;
}

.contact-us__mail:focus {
  text-decoration: none;
  color: #f36f21;
}

.contact-us__mail:before {
  content: '\e80b';
  font-family: fontello;
  font-size: 12px;
  color: #989898;
  position: absolute;
  left: 0;
  top: 2px;
}

.contact-us__phone {
  font-family: whitman;
  font-size: 15.6px;
  letter-spacing: -0.1px;
  text-align: left;
  color: #5b5b5b;
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 5px;
}

.contact-us__phone:hover {
  text-decoration: none;
  color: #f36f21;
}

.contact-us__phone:focus {
  text-decoration: none;
  color: #f36f21;
}

.contact-us__phone:before {
  content: '\e80a';
  font-family: fontello;
  font-size: 15px;
  color: #989898;
  position: absolute;
  left: 3px;
}

.contact-us__fax {
  font-family: whitman;
  font-size: 15.6px;
  letter-spacing: -0.1px;
  text-align: left;
  color: #5b5b5b;
  display: block;
  position: relative;
  padding-left: 25px;
}

.contact-us__fax:hover {
  text-decoration: none;
  color: #f36f21;
}

.contact-us__fax:focus {
  text-decoration: none;
  color: #f36f21;
}

.contact-us__fax:before {
  content: '\e807';
  font-family: fontello;
  font-size: 13px;
  color: #989898;
  position: absolute;
  left: 2px;
  top: 2px;
}

@media (min-width: 768px) {
  .contact-us__box-left {
    display: inline-block;
  }
}

@media (min-width: 1200px) {
  .contact-us__box-left {
    display: block;
  }
}

@media (min-width: 768px) {
  .contact-us__box-right {
    display: inline-block;
    margin-left: 30px;
  }
}

@media (min-width: 1200px) {
  .contact-us__box-right {
    display: block;
    margin-left: 0;
  }
}

.search-results__title {
  margin: 14px 0 20px;
}

.search-results__input-container {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  width: 100%;
}

@media (min-width: 768px) {
  .search-results__input-container {
    width: auto;
  }
}

.search-results__input-container input[type="text"] {
  width: 100%;
  min-height: 45px;
  border-radius: 15px;
  background-color: #fff;
  border: solid 1px #dedede;
  padding-left: 24px;
}

@media (min-width: 768px) {
  .search-results__input-container input[type="text"] {
    width: 555px;
  }
}

.search-results__input-container input[type="text"]:focus {
  outline: none;
}

.search-results__input-container:before {
  content: '\e805';
  font-family: fontello;
  position: absolute;
  font-size: 26px;
  right: 10px;
  top: 3px;
  cursor: pointer;
}

.search-results__input-container:hover:before {
  color: #898989;
}

.search-results__box {
  padding-bottom: 30px;
  padding-top: 35px;
  border-bottom: 1px solid #dedede;
}

.search-results__box:last-of-type {
  border-bottom: none;
}

.search-results__search-for-container {
  border-bottom: 2px solid #000;
  padding-bottom: 14px;
  margin-top: 38px;
}

.search-results__search-for-text {
  font-family: whitman;
  font-size: 17px;
  text-align: left;
  color: #5b5b5b;
  display: inline-block;
}

.search-results__search-for-text--searched {
  font-weight: 700;
}

.search-results__box-title {
  font-family: "Ropa Sans", sans-serif;
  font-size: 26.8px;
  line-height: 1.06;
  text-align: left;
  color: #000;
  margin-bottom: 18px;
  display: block;
}

.search-results__box-title:hover {
  text-decoration: none;
  color: #f36f21;
}

.search-results__box-paragraph {
  font-family: whitman;
  font-size: 17px;
  line-height: 1.29;
  text-align: left;
  color: #5b5b5b;
}

.search-results__box-link {
  font-family: whitman;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.4px;
  text-align: left;
  color: #23408f;
  display: block;
  word-wrap: break-word;
}

.search-results__searched-item {
  mix-blend-mode: darken;
  background-color: #ffdc7c;
}
.introduction {
    padding: 0 20px;
    margin-bottom: 30px;
    font-size: 18px;
}