/* RESET STYLES
----------------------------------------------- */
html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  font-size: 100%; }

ol, ul {
  list-style: none; }

a {
  text-decoration: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

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

input, select {
  vertical-align: middle; }

a img {
  border: 0; }

a:focus {
  outline: 0; }

a:hover, a:active {
  outline: none; }

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle; }

svg:not(:root) {
  overflow: hidden; }

::-moz-selection {
  background: #000;
  color: #fff;
  text-shadow: none; }

::selection {
  background: #000;
  color: #fff;
  text-shadow: none; }

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: inherit;
  font-style: normal;
  vertical-align: none;
  background: transparent;
  border: 0;
  outline: 0; }

/* =============================================================================
   Forms
   ========================================================================== */
form {
  margin: 0; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

label {
  cursor: pointer; }

legend {
  border: 0;
  *margin-left: -7px;
  padding: 0; }

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle; }

button, input {
  line-height: normal;
  *overflow: visible; }

table button, table input {
  *overflow: auto; }

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

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box; }

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

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

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

input:invalid, textarea:invalid {
  background-color: white; }

/* HTML5 RESETS > BROWSERS + VELHOS 
---------------------------------------*/
article, aside, figure, figure img, hgroup, footer, header, nav, section {
  display: block; }

html {
  box-sizing: border-box; }

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

.selectric-wrapper {
  position: relative;
  cursor: pointer; }

.selectric-responsive {
  width: 100%; }

.selectric {
  border: 1px solid #DDD;
  border-radius: 0px;
  background: #F8F8F8;
  position: relative;
  overflow: hidden; }
  .selectric .label {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 38px 0 10px;
    font-size: 12px;
    line-height: 38px;
    color: #444;
    height: 38px;
    user-select: none; }
  .selectric .button {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 38px;
    height: 38px;
    line-height: 38px;
    background-color: #F8f8f8;
    color: #BBB;
    text-align: center;
    font: 0/0 a;
    *font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial; }
    .selectric .button:after {
      content: " ";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      width: 0;
      height: 0;
      border: 4px solid transparent;
      border-top-color: #BBB;
      border-bottom: none; }

.selectric-focus .selectric {
  border-color: #aaaaaa; }

.selectric-hover .selectric {
  border-color: #c4c4c4; }
  .selectric-hover .selectric .button {
    color: #a2a2a2; }
    .selectric-hover .selectric .button:after {
      border-top-color: #a2a2a2; }

.selectric-open {
  z-index: 9999; }
  .selectric-open .selectric {
    border-color: #c4c4c4; }
  .selectric-open .selectric-items {
    display: block; }

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  user-select: none; }

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0; }
  .selectric-hide-select select {
    position: absolute;
    left: -100%; }
  .selectric-hide-select.selectric-is-native {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10; }
    .selectric-hide-select.selectric-is-native select {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 100%;
      width: 100%;
      border: none;
      z-index: 1;
      box-sizing: border-box;
      opacity: 0; }

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important; }

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important; }

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #F8F8F8;
  border: 1px solid #c4c4c4;
  z-index: -1;
  box-shadow: 0 0 10px -6px; }
  .selectric-items .selectric-scroll {
    height: 100%;
    overflow: auto; }
  .selectric-above .selectric-items {
    top: auto;
    bottom: 100%; }
  .selectric-items ul, .selectric-items li {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 12px;
    line-height: 20px;
    min-height: 20px; }
  .selectric-items li {
    display: block;
    padding: 10px;
    color: #666;
    cursor: pointer; }
    .selectric-items li.selected {
      background: #E0E0E0;
      color: #444; }
    .selectric-items li.highlighted {
      background: #D0D0D0;
      color: #444; }
    .selectric-items li:hover {
      background: #D5D5D5;
      color: #444; }
  .selectric-items .disabled {
    filter: alpha(opacity=50);
    opacity: 0.5;
    cursor: default !important;
    background: none !important;
    color: #666 !important;
    user-select: none; }
  .selectric-items .selectric-group .selectric-group-label {
    font-weight: bold;
    padding-left: 10px;
    cursor: default;
    user-select: none;
    background: none;
    color: #444; }
  .selectric-items .selectric-group.disabled li {
    filter: alpha(opacity=100);
    opacity: 1; }
  .selectric-items .selectric-group li {
    padding-left: 25px; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-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;
  width: 100%;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .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; }

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */
.animated {
  animation-duration: 1s;
  animation-fill-mode: inherit; }

.animated.infinite {
  animation-iteration-count: infinite; }

.animated.hinge {
  animation-duration: 2s; }

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  animation-duration: .75s; }

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0); }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0); }
  90% {
    transform: translate3d(0, -4px, 0); } }
.bounce {
  animation-name: bounce;
  transform-origin: center bottom; }

@keyframes flash {
  from, 50%, to {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }
.flash {
  animation-name: flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1); }
  50% {
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    transform: scale3d(1, 1, 1); } }
.pulse {
  animation-name: pulse; }

@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1); }
  30% {
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    transform: scale3d(1.05, 0.95, 1); }
  to {
    transform: scale3d(1, 1, 1); } }
.rubberBand {
  animation-name: rubberBand; }

@keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0); } }
.shake {
  animation-name: shake; }

@keyframes headShake {
  0% {
    transform: translateX(0); }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    transform: translateX(2px) rotateY(3deg); }
  50% {
    transform: translateX(0); } }
.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake; }

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    transform: rotate3d(0, 0, 1, 0deg); } }
.swing {
  transform-origin: top center;
  animation-name: swing; }

@keyframes tada {
  from {
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    transform: scale3d(1, 1, 1); } }
.tada {
  animation-name: tada; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes wobble {
  from {
    transform: none; }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    transform: none; } }
.wobble {
  animation-name: wobble; }

@keyframes jello {
  from, 11.1%, to {
    transform: none; }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg); }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg); } }
.jello {
  animation-name: jello;
  transform-origin: center; }

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1); } }
.bounceIn {
  animation-name: bounceIn; }

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0); }
  75% {
    transform: translate3d(0, -10px, 0); }
  90% {
    transform: translate3d(0, 5px, 0); }
  to {
    transform: none; } }
.bounceInDown {
  animation-name: bounceInDown; }

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0); }
  75% {
    transform: translate3d(-10px, 0, 0); }
  90% {
    transform: translate3d(5px, 0, 0); }
  to {
    transform: none; } }
.bounceInLeft {
  animation-name: bounceInLeft; }

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0); }
  75% {
    transform: translate3d(10px, 0, 0); }
  90% {
    transform: translate3d(-5px, 0, 0); }
  to {
    transform: none; } }
.bounceInRight {
  animation-name: bounceInRight; }

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0); }
  75% {
    transform: translate3d(0, 10px, 0); }
  90% {
    transform: translate3d(0, -5px, 0); }
  to {
    transform: translate3d(0, 0, 0); } }
.bounceInUp {
  animation-name: bounceInUp; }

@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); } }
.bounceOut {
  animation-name: bounceOut; }

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); } }
.bounceOutDown {
  animation-name: bounceOutDown; }

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); } }
.bounceOutLeft {
  animation-name: bounceOutLeft; }

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); } }
.bounceOutRight {
  animation-name: bounceOutRight; }

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); } }
.bounceOutUp {
  animation-name: bounceOutUp; }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.fadeIn {
  animation-name: fadeIn; }

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    transform: none; } }
.fadeInDown {
  animation-name: fadeInDown; }

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    transform: none; } }
.fadeInDownBig {
  animation-name: fadeInDownBig; }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }
.fadeInLeft {
  animation-name: fadeInLeft; }

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }
.fadeInLeftBig {
  animation-name: fadeInLeftBig; }

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }
.fadeInRight {
  animation-name: fadeInRight; }

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }
.fadeInRightBig {
  animation-name: fadeInRightBig; }

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    transform: none; } }
.fadeInUp {
  animation-name: fadeInUp; }

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    transform: none; } }
.fadeInUpBig {
  animation-name: fadeInUpBig; }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
.fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0); } }
.fadeOutDown {
  animation-name: fadeOutDown; }

@keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); } }
.fadeOutDownBig {
  animation-name: fadeOutDownBig; }

@keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0); } }
.fadeOutLeft {
  animation-name: fadeOutLeft; }

@keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); } }
.fadeOutLeftBig {
  animation-name: fadeOutLeftBig; }

@keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0); } }
.fadeOutRight {
  animation-name: fadeOutRight; }

@keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); } }
.fadeOutRightBig {
  animation-name: fadeOutRightBig; }

@keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0); } }
.fadeOutUp {
  animation-name: fadeOutUp; }

@keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); } }
.fadeOutUpBig {
  animation-name: fadeOutUpBig; }

@keyframes flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out; }
  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out; }
  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in; }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    animation-timing-function: ease-in; }
  to {
    transform: perspective(400px);
    animation-timing-function: ease-in; } }
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip; }

@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in; }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    transform: perspective(400px); } }
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInX; }

@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in; }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    transform: perspective(400px); } }
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInY; }

@keyframes flipOutX {
  from {
    transform: perspective(400px); }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }
.flipOutX {
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@keyframes flipOutY {
  from {
    transform: perspective(400px); }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipOutY; }

@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    transform: skewX(-5deg);
    opacity: 1; }
  to {
    transform: none;
    opacity: 1; } }
.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out; }

@keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }
.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in; }

@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    transform-origin: center;
    transform: none;
    opacity: 1; } }
.rotateIn {
  animation-name: rotateIn; }

@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1; } }
.rotateInDownLeft {
  animation-name: rotateInDownLeft; }

@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1; } }
.rotateInDownRight {
  animation-name: rotateInDownRight; }

@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1; } }
.rotateInUpLeft {
  animation-name: rotateInUpLeft; }

@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1; } }
.rotateInUpRight {
  animation-name: rotateInUpRight; }

@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1; }
  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }
.rotateOut {
  animation-name: rotateOut; }

@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1; }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }
.rotateOutDownLeft {
  animation-name: rotateOutDownLeft; }

@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1; }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
.rotateOutDownRight {
  animation-name: rotateOutDownRight; }

@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1; }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
.rotateOutUpLeft {
  animation-name: rotateOutUpLeft; }

@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1; }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }
.rotateOutUpRight {
  animation-name: rotateOutUpRight; }

@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }
.hinge {
  animation-name: hinge; }

@keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom; }
  50% {
    transform: rotate(-10deg); }
  70% {
    transform: rotate(3deg); }
  to {
    opacity: 1;
    transform: scale(1); } }
.jackInTheBox {
  animation-name: jackInTheBox; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    transform: none; } }
.rollIn {
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }
.rollOut {
  animation-name: rollOut; }

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }
.zoomIn {
  animation-name: zoomIn; }

@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInDown {
  animation-name: zoomInDown; }

@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInLeft {
  animation-name: zoomInLeft; }

@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInRight {
  animation-name: zoomInRight; }

@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInUp {
  animation-name: zoomInUp; }

@keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }
.zoomOut {
  animation-name: zoomOut; }

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomOutDown {
  animation-name: zoomOutDown; }

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center; } }
.zoomOutLeft {
  animation-name: zoomOutLeft; }

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center; } }
.zoomOutRight {
  animation-name: zoomOutRight; }

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomOutUp {
  animation-name: zoomOutUp; }

@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }
.slideInDown {
  animation-name: slideInDown; }

@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }
.slideInLeft {
  animation-name: slideInLeft; }

@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }
.slideInRight {
  animation-name: slideInRight; }

@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }
.slideInUp {
  animation-name: slideInUp; }

@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0); } }
.slideOutDown {
  animation-name: slideOutDown; }

@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0); } }
.slideOutLeft {
  animation-name: slideOutLeft; }

@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0); } }
.slideOutRight {
  animation-name: slideOutRight; }

@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0); } }
.slideOutUp {
  animation-name: slideOutUp; }

html {
  font-size: 62.5%;
  box-sizing: border-box; }
  html *,
  html *:before,
  html *:after {
    box-sizing: border-box; }

body {
  position: relative;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 1;
  color: #000000;
  background-color: white; }

.row {
  max-width: initial; }

p, ul, ol, dl {
  margin-bottom: initial; }

a, button {
  -moz-transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
  -i-transition: all 0.25s ease-out; }

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

textarea {
  resize: none; }

.wrap {
  width: 90%;
  max-width: 1600px; }

input, textarea {
  text-transform: none !important; }

body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  background-color: white; }

@media only screen and (max-width: 760px) {
  .content {
    margin-top: 40px; } }

.cookies-holder {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  background-color: #2a3e5a;
  z-index: 9990; }
  .cookies-holder .cookies-copy {
    position: relative;
    width: 90%;
    padding: 16px 0;
    margin: auto; }
    .cookies-holder .cookies-copy p {
      font-weight: 500;
      font-size: 14px;
      color: white;
      padding-right: 76px; }
    .cookies-holder .cookies-copy a {
      position: absolute;
      top: 50%;
      right: 0;
      -webkit-transform: translate(0, -50%);
      -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      -o-transform: translate(0, -50%);
      transform: translate(0, -50%);
      font-weight: 900;
      font-size: 15px;
      color: #32465a;
      padding: 5px 10px;
      border: 1px solid white;
      text-transform: uppercase;
      background-color: white; }
      .cookies-holder .cookies-copy a:hover {
        color: white;
        background-color: #32465a; }

button {
  outline: none; }

img {
  user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none; }

header {
  position: relative;
  width: 90%;
  max-width: 1350px;
  margin: auto; }
  @media only screen and (max-width: 760px) {
    header {
      width: 100%; } }
  header .header-logo {
    position: absolute;
    top: 0;
    left: 0; }
    @media only screen and (max-width: 760px) {
      header .header-logo {
        display: none; } }
    header .header-logo img {
      width: 180px;
      height: 141px; }

footer {
  width: 90%;
  margin: auto; }
  footer .footer-subscribe {
    text-align: center;
    margin: 70px auto 50px; }
    @media only screen and (max-width: 760px) {
      footer .footer-subscribe {
        margin: 50px auto 40px; } }
    @media only screen and (max-width: 560px) {
      footer .footer-subscribe {
        margin: 30px auto 20px; } }
    footer .footer-subscribe p {
      font-weight: 200;
      font-size: 21px;
      margin-bottom: 14px; }
      @media only screen and (max-width: 560px) {
        footer .footer-subscribe p {
          font-size: 19px; } }
    footer .footer-subscribe form input {
      width: 100%;
      max-width: 300px;
      font-weight: 200;
      font-size: 12px;
      border: 1px solid #000000;
      padding: 8px;
      text-align: center;
      outline: none; }
      footer .footer-subscribe form input::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        font-weight: 200;
        color: black;
        text-align: center; }
      footer .footer-subscribe form input::-moz-placeholder {
        /* Firefox 19+ */
        font-weight: 200;
        color: black;
        text-align: center; }
      footer .footer-subscribe form input:-ms-input-placeholder {
        /* IE 10+ */
        font-weight: 200;
        color: black;
        text-align: center; }
      footer .footer-subscribe form input:-moz-placeholder {
        /* Firefox 18- */
        font-weight: 200;
        color: black;
        text-align: center; }
  footer .footer-social {
    margin-bottom: 10px;
    text-align: center; }
    footer .footer-social .footer-social-items .footer-social-item {
      display: inline-block;
      vertical-align: middle;
      margin: auto 2px; }
      footer .footer-social .footer-social-items .footer-social-item a {
        position: relative;
        display: block;
        width: 28px;
        height: 28px;
        border-radius: 3px;
        background-color: #797979; }
        footer .footer-social .footer-social-items .footer-social-item a:hover {
          background-color: #141414; }
        footer .footer-social .footer-social-items .footer-social-item a .icon {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          font-size: 15px;
          color: white; }
  footer .footer-rights {
    width: 100%;
    margin: auto auto 14px;
    text-align: center; }
    footer .footer-rights p {
      font-weight: 200;
      font-size: 10px; }

@media only screen and (max-width: 760px) {
  .nav {
    display: none;
    position: absolute;
    top: 135px;
    width: 100%;
    z-index: 9989;
    background: white;
    border-bottom: 1px solid #141414; } }
.nav ul {
  margin-top: 40px;
  padding: 30px 0 150px;
  text-align: right; }
  @media only screen and (max-width: 960px) {
    .nav ul {
      padding: 30px 0 130px; } }
  @media only screen and (max-width: 760px) {
    .nav ul {
      display: table;
      padding: 40px 0;
      margin: auto;
      text-align: center; } }
  .nav ul li {
    display: inline-block;
    padding: 0 30px; }
    @media only screen and (max-width: 800px) {
      .nav ul li {
        padding: 0 24px; } }
    @media only screen and (max-width: 760px) {
      .nav ul li {
        display: block;
        margin: auto auto 20px;
        padding: 0; } }
    .nav ul li.active a {
      font-weight: 500;
      color: #141414;
      border-bottom: 2px solid #141414; }
    .nav ul li a {
      display: block;
      font-weight: 300;
      font-size: 12px;
      padding: 1px 0;
      color: #696969;
      border-bottom: 2px solid white; }
      @media only screen and (max-width: 760px) {
        .nav ul li a {
          padding: 0; } }
      .nav ul li a:hover {
        font-weight: 500;
        color: #141414;
        border-bottom: 2px solid #141414; }
    @media only screen and (max-width: 760px) {
      .nav ul li .nav-submenu {
        height: 0;
        opacity: 0;
        visibility: hidden;
        padding: 0;
        -moz-transition: all 0.4s ease-out;
        -webkit-transition: all 0.4s ease-out;
        -i-transition: all 0.4s ease-out; } }
    @media only screen and (max-width: 760px) {
      .nav ul li .nav-submenu li a {
        padding: 10px 0 10px 50px; } }

@media only screen and (max-width: 760px) {
  .hamb {
    text-align: right;
    border-bottom: 1px solid #141414;
    padding: 50px 0; } }
.hamb .hamb-logo {
  display: none; }
  @media only screen and (max-width: 760px) {
    .hamb .hamb-logo {
      display: block; } }
  @media only screen and (max-width: 760px) {
    .hamb .hamb-logo img {
      position: absolute;
      width: 130px;
      height: 102px;
      top: 16px;
      left: 16px; } }
@media only screen and (max-width: 760px) {
  .hamb #nav-toggle {
    position: relative;
    display: inline-block;
    width: 38px;
    height: 32px;
    margin-right: 20px;
    cursor: pointer;
    z-index: 9980; } }
@media only screen and (max-width: 760px) {
  .hamb #nav-toggle span {
    cursor: pointer;
    width: 28px;
    height: 1px;
    background: #141414;
    position: absolute;
    top: 20px;
    right: 0;
    display: block;
    content: '';
    transition: all 500ms ease-in-out; } }
@media only screen and (max-width: 760px) {
  .hamb #nav-toggle span:before, .hamb #nav-toggle span:after {
    cursor: pointer;
    width: 28px;
    height: 1px;
    background: #141414;
    position: absolute;
    display: block;
    content: '';
    transition: all 500ms ease-in-out; } }
@media only screen and (max-width: 760px) {
  .hamb #nav-toggle span:before {
    top: -7px; } }
@media only screen and (max-width: 760px) {
  .hamb #nav-toggle span:after {
    bottom: -7px; } }
@media only screen and (max-width: 760px) {
  .hamb .active span {
    background-color: transparent !important; } }
@media only screen and (max-width: 760px) {
  .hamb .active span:before, .hamb .active span:after {
    top: 0 !important;
    background: #141414 !important; } }
@media only screen and (max-width: 760px) {
  .hamb .active span:before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg); } }
@media only screen and (max-width: 760px) {
  .hamb .active span:after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg); } }

.content .homepage {
  position: relative;
  padding-bottom: 100px;
  background-color: #e7e5e2; }
  @media only screen and (max-width: 760px) {
    .content .homepage {
      padding-bottom: 70px; } }
  @media only screen and (max-width: 560px) {
    .content .homepage {
      padding-bottom: 36px; } }
  .content .homepage:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background-color: white; }
  .content .homepage .homepage-item-solo {
    position: relative;
    display: block;
    max-width: 1350px;
    width: 90%;
    height: 100%;
    margin: auto auto 20px;
    text-align: center; }
    .content .homepage .homepage-item-solo img {
      width: 100%;
      padding: 0 20px 0 0;
      margin-left: -3px; }
      @media only screen and (max-width: 560px) {
        .content .homepage .homepage-item-solo img {
          padding: 0;
          margin-left: 0; } }
  .content .homepage .homepage-items {
    position: relative;
    max-width: 1350px;
    width: 90%;
    margin: auto; }
    .content .homepage .homepage-items a * {
      -moz-transition: all 0.25s ease-out;
      -webkit-transition: all 0.25s ease-out;
      -i-transition: all 0.25s ease-out; }
    .content .homepage .homepage-items a:hover * {
      opacity: 0.7;
      -moz-transition: all 0.25s ease-out;
      -webkit-transition: all 0.25s ease-out;
      -i-transition: all 0.25s ease-out; }
    .content .homepage .homepage-items .homepage-item {
      display: inline-block;
      width: 50%;
      vertical-align: top;
      margin: auto auto 20px -3px; }
      @media only screen and (max-width: 560px) {
        .content .homepage .homepage-items .homepage-item {
          display: block;
          width: 100%;
          margin: auto auto 20px; } }
      .content .homepage .homepage-items .homepage-item img {
        width: 100%;
        padding: 0 20px 0 0; }
        @media only screen and (max-width: 560px) {
          .content .homepage .homepage-items .homepage-item img {
            padding: 0; } }

.about {
  position: relative;
  padding-bottom: 100px;
  background-color: #e7e5e2; }
  @media only screen and (max-width: 760px) {
    .about {
      padding-bottom: 40px; } }
  @media only screen and (max-width: 560px) {
    .about {
      padding-bottom: 30px; } }
  .about:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background-color: white; }
  .about .about-items {
    position: relative;
    max-width: 1350px;
    width: 90%;
    margin: auto; }
    .about .about-items .about-item {
      display: inline-block;
      width: 50%;
      vertical-align: top; }
      @media only screen and (max-width: 760px) {
        .about .about-items .about-item {
          display: block;
          width: 100%;
          padding: 0 !important; } }
      .about .about-items .about-item:first-of-type {
        padding-right: 30px; }
        @media only screen and (max-width: 960px) {
          .about .about-items .about-item:first-of-type {
            padding-right: 20px; } }
        @media only screen and (max-width: 760px) {
          .about .about-items .about-item:first-of-type {
            margin-bottom: 25px; } }
      .about .about-items .about-item:last-of-type {
        padding-top: 140px;
        padding-left: 30px;
        margin-left: -6px; }
        @media only screen and (max-width: 960px) {
          .about .about-items .about-item:last-of-type {
            padding-top: 100px;
            padding-left: 20px; } }
        @media only screen and (max-width: 760px) {
          .about .about-items .about-item:last-of-type {
            margin-left: 0; } }
      .about .about-items .about-item img {
        width: 100%; }
      .about .about-items .about-item .about-copy {
        max-width: 630px; }
        .about .about-items .about-item .about-copy p:last-of-type {
          margin-bottom: 0; }
        .about .about-items .about-item .about-copy .about-title {
          font-weight: 300;
          font-size: 20px;
          line-height: 1.2;
          margin-bottom: 16px; }
        .about .about-items .about-item .about-copy .about-text {
          font-weight: 100;
          font-size: 13px;
          line-height: 1.3;
          margin-bottom: 10px; }
          @media only screen and (max-width: 760px) {
            .about .about-items .about-item .about-copy .about-text {
              font-size: 15px; } }
  .about .about-bottom-images-list .about-bottom-images-list-item {
    width: 50%; }

.blog {
  position: relative;
  padding-bottom: 100px;
  background-color: #e7e5e2; }
  @media only screen and (max-width: 760px) {
    .blog {
      padding-bottom: 40px; } }
  @media only screen and (max-width: 560px) {
    .blog {
      padding-bottom: 30px; } }
  .blog:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background-color: white; }
    @media only screen and (max-width: 560px) {
      .blog:before {
        height: 31px; } }
  .blog .blog-items {
    position: relative;
    max-width: 1000px;
    width: 90%;
    margin: auto; }
    .blog .blog-items .blog-item {
      margin-top: 8px;
      padding-bottom: 8px;
      border-bottom: 1px solid #d6d6d6; }
      @media only screen and (max-width: 560px) {
        .blog .blog-items .blog-item {
          margin-top: 22px; } }
      .blog .blog-items .blog-item.article-template1 .article-sides .article-side:nth-child(2) {
        padding-left: 30px;
        margin-left: -6px; }
        @media only screen and (max-width: 760px) {
          .blog .blog-items .blog-item.article-template1 .article-sides .article-side:nth-child(2) {
            padding-left: 10px; } }
      @media only screen and (max-width: 560px) {
        .blog .blog-items .blog-item.article-template2 .article-sides .article-side:nth-child(2) {
          display: none; } }
      .blog .blog-items .blog-item:first-of-type {
        margin-top: 0; }
        @media only screen and (max-width: 1000px) {
          .blog .blog-items .blog-item:first-of-type {
            margin-top: 0 !important; } }
        .blog .blog-items .blog-item:first-of-type .article-sides .article-side {
          vertical-align: top; }
          .blog .blog-items .blog-item:first-of-type .article-sides .article-side:nth-child(2) {
            padding-top: 110px; }
            @media only screen and (max-width: 760px) {
              .blog .blog-items .blog-item:first-of-type .article-sides .article-side:nth-child(2) {
                padding-top: 100px; } }
      .blog .blog-items .blog-item:last-of-type {
        border-bottom: none;
        padding-bottom: 0; }
        @media only screen and (max-width: 1000px) {
          .blog .blog-items .blog-item:last-of-type {
            padding-bottom: 0; } }
      .blog .blog-items .blog-item .article-sides .article-side {
        display: inline-block;
        width: 50%;
        vertical-align: middle; }
        @media only screen and (max-width: 1000px) {
          .blog .blog-items .blog-item .article-sides .article-side {
            vertical-align: top; } }
        @media only screen and (max-width: 560px) {
          .blog .blog-items .blog-item .article-sides .article-side {
            display: block;
            width: 100%;
            margin-left: 0 !important;
            padding: 0 !important; } }
        .blog .blog-items .blog-item .article-sides .article-side:first-of-type {
          padding-right: 30px; }
        .blog .blog-items .blog-item .article-sides .article-side:last-of-type {
          padding-left: 30px;
          margin-left: -6px; }
        .blog .blog-items .blog-item .article-sides .article-side.article-responsive {
          display: none; }
          @media only screen and (max-width: 560px) {
            .blog .blog-items .blog-item .article-sides .article-side.article-responsive {
              display: block !important;
              margin-bottom: 16px; } }
        .blog .blog-items .blog-item .article-sides .article-side .article-images-slider .article-image {
          position: relative;
          width: 100%;
          height: 100%;
          background-size: cover; }
        .blog .blog-items .blog-item .article-sides .article-side .article-images-slider .slick-dots {
          position: absolute;
          bottom: 8px;
          left: 50%;
          -webkit-transform: translate(-50%, 0);
          -moz-transform: translate(-50%, 0);
          -ms-transform: translate(-50%, 0);
          -o-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
          text-align: center;
          z-index: 9990; }
          .blog .blog-items .blog-item .article-sides .article-side .article-images-slider .slick-dots li {
            display: inline-block;
            margin: auto 3px; }
            .blog .blog-items .blog-item .article-sides .article-side .article-images-slider .slick-dots li.slick-active button {
              background-color: #141414; }
            .blog .blog-items .blog-item .article-sides .article-side .article-images-slider .slick-dots li button {
              display: block;
              width: 10px;
              height: 10px;
              padding: 0;
              border: none;
              border-radius: 10px;
              text-indent: -9999px;
              background-color: white; }
        .blog .blog-items .blog-item .article-sides .article-side .article-copy .article-title {
          font-weight: 100;
          font-size: 21px;
          line-height: 1.2;
          margin-bottom: 16px; }
        .blog .blog-items .blog-item .article-sides .article-side .article-copy .article-text {
          font-weight: 100;
          font-size: 12px;
          line-height: 1.3;
          margin-bottom: 10px; }
        .blog .blog-items .blog-item .article-sides .article-side .article-copy .article-by {
          font-weight: 100;
          font-size: 11px;
          margin-top: 16px; }
          @media only screen and (max-width: 560px) {
            .blog .blog-items .blog-item .article-sides .article-side .article-copy .article-by {
              margin-bottom: 16px; } }
          .blog .blog-items .blog-item .article-sides .article-side .article-copy .article-by b {
            font-weight: 500; }
        .blog .blog-items .blog-item .article-sides .article-side img {
          width: 100%; }
          @media only screen and (max-width: 560px) {
            .blog .blog-items .blog-item .article-sides .article-side img {
              margin-top: 20px; } }

.gallery {
  position: relative;
  padding-bottom: 100px;
  background-color: #e7e5e2; }
  @media only screen and (max-width: 760px) {
    .gallery {
      padding-bottom: 40px; } }
  @media only screen and (max-width: 560px) {
    .gallery {
      padding-bottom: 30px; } }
  .gallery:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background-color: white; }
  .gallery .c-tabs .c-tabs-nav {
    position: relative;
    margin: auto auto 80px;
    text-align: center; }
    @media only screen and (max-width: 760px) {
      .gallery .c-tabs .c-tabs-nav {
        margin: auto auto 60px; } }
    @media only screen and (max-width: 560px) {
      .gallery .c-tabs .c-tabs-nav {
        margin: auto auto 40px; } }
    .gallery .c-tabs .c-tabs-nav .c-tabs-nav__link {
      display: inline-block;
      font-weight: 300;
      font-size: 13px;
      color: #696969;
      padding: 4px 0px;
      margin: 0 20px;
      -moz-transition: all 0.25s ease-out;
      -webkit-transition: all 0.25s ease-out;
      -i-transition: all 0.25s ease-out; }
      @media only screen and (max-width: 560px) {
        .gallery .c-tabs .c-tabs-nav .c-tabs-nav__link {
          font-size: 18px;
          margin: 0 14px; } }
      .gallery .c-tabs .c-tabs-nav .c-tabs-nav__link.is-active {
        font-weight: 500;
        color: #141414;
        border-bottom: 2px solid #141414; }
  .gallery .c-tabs .c-tab .c-tab__content .gallery-items {
    position: relative;
    max-width: 1360px;
    width: 90%;
    margin: auto; }
    .gallery .c-tabs .c-tab .c-tab__content .gallery-items .gallery-item {
      display: inline-block;
      width: 33.33%;
      vertical-align: top;
      margin-left: -3px;
      padding: 10px; }
      @media only screen and (max-width: 760px) {
        .gallery .c-tabs .c-tab .c-tab__content .gallery-items .gallery-item {
          width: 50%; } }
      @media only screen and (max-width: 560px) {
        .gallery .c-tabs .c-tab .c-tab__content .gallery-items .gallery-item {
          display: block;
          width: 100%;
          margin-left: 0; } }
      @media only screen and (max-width: 760px) {
        .gallery .c-tabs .c-tab .c-tab__content .gallery-items .gallery-item:first-of-type, .gallery .c-tabs .c-tab .c-tab__content .gallery-items .gallery-item:nth-child(2), .gallery .c-tabs .c-tab .c-tab__content .gallery-items .gallery-item:nth-child(3) {
          padding: 0 10px 10px; } }
      @media only screen and (max-width: 760px) {
        .gallery .c-tabs .c-tab .c-tab__content .gallery-items .gallery-item:first-of-type, .gallery .c-tabs .c-tab .c-tab__content .gallery-items .gallery-item:nth-child(2) {
          padding: 0 10px 10px; } }
      @media only screen and (max-width: 560px) {
        .gallery .c-tabs .c-tab .c-tab__content .gallery-items .gallery-item:first-of-type {
          padding: 0 10px 10px; } }
      @media only screen and (max-width: 560px) {
        .gallery .c-tabs .c-tab .c-tab__content .gallery-items .gallery-item:nth-child(2) {
          padding: 10px; } }
      @media only screen and (max-width: 560px) {
        .gallery .c-tabs .c-tab .c-tab__content .gallery-items .gallery-item:last-of-type {
          padding: 10px 10px 0; } }
      .gallery .c-tabs .c-tab .c-tab__content .gallery-items .gallery-item .gallery-item-image {
        position: relative;
        background-size: cover;
        background-repeat: no-repeat;
        cursor: pointer; }
        .gallery .c-tabs .c-tab .c-tab__content .gallery-items .gallery-item .gallery-item-image:hover .gallery-item-hover {
          opacity: 1;
          visibility: visible;
          -moz-transition: all 0.25s ease-out;
          -webkit-transition: all 0.25s ease-out;
          -i-transition: all 0.25s ease-out; }
        .gallery .c-tabs .c-tab .c-tab__content .gallery-items .gallery-item .gallery-item-image .gallery-item-hover {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background-color: rgba(65, 75, 87, 0.7);
          opacity: 0;
          visibility: hidden;
          -moz-transition: all 0.25s ease-out;
          -webkit-transition: all 0.25s ease-out;
          -i-transition: all 0.25s ease-out; }
          .gallery .c-tabs .c-tab .c-tab__content .gallery-items .gallery-item .gallery-item-image .gallery-item-hover .gallery-item-copy {
            position: absolute;
            width: 90%;
            bottom: 32px;
            left: 36px; }
            @media only screen and (max-width: 900px) {
              .gallery .c-tabs .c-tab .c-tab__content .gallery-items .gallery-item .gallery-item-image .gallery-item-hover .gallery-item-copy {
                position: absolute;
                bottom: 19px;
                left: 20px; } }
            .gallery .c-tabs .c-tab .c-tab__content .gallery-items .gallery-item .gallery-item-image .gallery-item-hover .gallery-item-copy p {
              font-weight: 300;
              color: white; }
            .gallery .c-tabs .c-tab .c-tab__content .gallery-items .gallery-item .gallery-item-image .gallery-item-hover .gallery-item-copy .gallery-item-title {
              font-size: 19px;
              margin-bottom: 4px; }
              @media only screen and (max-width: 760px) {
                .gallery .c-tabs .c-tab .c-tab__content .gallery-items .gallery-item .gallery-item-image .gallery-item-hover .gallery-item-copy .gallery-item-title {
                  font-size: 18px; } }
              @media only screen and (max-width: 560px) {
                .gallery .c-tabs .c-tab .c-tab__content .gallery-items .gallery-item .gallery-item-image .gallery-item-hover .gallery-item-copy .gallery-item-title {
                  font-size: 16px; } }
            .gallery .c-tabs .c-tab .c-tab__content .gallery-items .gallery-item .gallery-item-image .gallery-item-hover .gallery-item-copy .gallery-item-date {
              font-size: 14px; }
              @media only screen and (max-width: 760px) {
                .gallery .c-tabs .c-tab .c-tab__content .gallery-items .gallery-item .gallery-item-image .gallery-item-hover .gallery-item-copy .gallery-item-date {
                  font-size: 13px; } }

.modal-gallery {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9989;
  -moz-transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
  -i-transition: all 0.25s ease-out; }
  @media only screen and (max-width: 760px) {
    .modal-gallery {
      overflow-y: scroll;
      overflow-x: hidden; } }
  .modal-gallery.modal-active {
    opacity: 1;
    visibility: visible;
    -moz-transition: all 0.25s ease-out;
    -webkit-transition: all 0.25s ease-out;
    -i-transition: all 0.25s ease-out; }
  .modal-gallery .modal-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 9987; }
  .modal-gallery .modal-box {
    position: absolute;
    display: table;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 9988; }
    @media only screen and (max-width: 760px) {
      .modal-gallery .modal-box {
        width: 100%;
        top: 40px;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        margin: 0 auto 40px; } }
    .modal-gallery .modal-box .modal-box-content {
      position: relative;
      width: 90%;
      max-width: 1570px;
      margin: auto;
      background-color: #b7b7b7; }
      .modal-gallery .modal-box .modal-box-content.modal-no-content {
        width: 100%; }
        .modal-gallery .modal-box .modal-box-content.modal-no-content .modal-image {
          position: relative;
          top: inherit;
          left: inherit; }
        .modal-gallery .modal-box .modal-box-content.modal-no-content .modal-content {
          display: none !important; }
      .modal-gallery .modal-box .modal-box-content .modal-image {
        position: absolute;
        top: 0;
        left: 0;
        width: 500px; }
        @media only screen and (max-width: 1160px) {
          .modal-gallery .modal-box .modal-box-content .modal-image {
            width: 400px; } }
        @media only screen and (max-width: 900px) {
          .modal-gallery .modal-box .modal-box-content .modal-image {
            width: 300px; } }
        @media only screen and (max-width: 760px) {
          .modal-gallery .modal-box .modal-box-content .modal-image {
            position: relative;
            top: inherit;
            left: inherit;
            width: 100%;
            max-width: 460px;
            margin: auto; } }
        @media only screen and (max-width: 560px) {
          .modal-gallery .modal-box .modal-box-content .modal-image {
            max-width: 360px; } }
        @media only screen and (max-width: 400px) {
          .modal-gallery .modal-box .modal-box-content .modal-image {
            max-width: 290px; } }
        .modal-gallery .modal-box .modal-box-content .modal-image .modal-image-slider .image-slider {
          width: 100%;
          height: 650px;
          max-height: 90vh;
          background-size: contain;
          background-position: center center;
          background-repeat: no-repeat; }
          @media only screen and (max-width: 1160px) {
            .modal-gallery .modal-box .modal-box-content .modal-image .modal-image-slider .image-slider {
              height: 550px; } }
          @media only screen and (max-width: 900px) {
            .modal-gallery .modal-box .modal-box-content .modal-image .modal-image-slider .image-slider {
              height: 450px; } }
          @media only screen and (max-width: 760px) {
            .modal-gallery .modal-box .modal-box-content .modal-image .modal-image-slider .image-slider {
              height: 500px;
              margin: auto; } }
          @media only screen and (max-width: 560px) {
            .modal-gallery .modal-box .modal-box-content .modal-image .modal-image-slider .image-slider {
              width: 78vw;
              height: 400px; } }
          @media only screen and (max-width: 400px) {
            .modal-gallery .modal-box .modal-box-content .modal-image .modal-image-slider .image-slider {
              height: 330px; } }
        .modal-gallery .modal-box .modal-box-content .modal-image .modal-image-slider .slick-dots {
          position: absolute;
          bottom: 8px;
          left: 50%;
          -webkit-transform: translate(-50%, 0);
          -moz-transform: translate(-50%, 0);
          -ms-transform: translate(-50%, 0);
          -o-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
          text-align: center;
          z-index: 9990; }
          .modal-gallery .modal-box .modal-box-content .modal-image .modal-image-slider .slick-dots li {
            display: inline-block;
            margin: auto 3px; }
            .modal-gallery .modal-box .modal-box-content .modal-image .modal-image-slider .slick-dots li.slick-active button {
              background-color: #141414; }
            .modal-gallery .modal-box .modal-box-content .modal-image .modal-image-slider .slick-dots li button {
              display: block;
              width: 10px;
              height: 10px;
              padding: 0;
              border: none;
              border-radius: 10px;
              text-indent: -9999px;
              background-color: white; }
        .modal-gallery .modal-box .modal-box-content .modal-image .modal-image-slider .slick-arrow {
          display: block !important;
          position: absolute;
          top: 50%;
          z-index: 99;
          line-height: 0px;
          font-size: 0px;
          cursor: pointer;
          background: transparent;
          color: transparent;
          -webkit-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
          padding: 0;
          border: none;
          outline: none; }
          .modal-gallery .modal-box .modal-box-content .modal-image .modal-image-slider .slick-arrow:after {
            font-family: 'icomoon' !important;
            speak: none;
            font-size: 34px;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            color: white;
            /* Better Font Rendering =========== */
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale; }
            @media only screen and (max-width: 900px) {
              .modal-gallery .modal-box .modal-box-content .modal-image .modal-image-slider .slick-arrow:after {
                font-size: 28px; } }
        .modal-gallery .modal-box .modal-box-content .modal-image .modal-image-slider .slick-prev {
          left: 2px; }
          .modal-gallery .modal-box .modal-box-content .modal-image .modal-image-slider .slick-prev:after {
            content: "\e904"; }
        .modal-gallery .modal-box .modal-box-content .modal-image .modal-image-slider .slick-next {
          right: 2px; }
          .modal-gallery .modal-box .modal-box-content .modal-image .modal-image-slider .slick-next:after {
            content: "\e905"; }
      .modal-gallery .modal-box .modal-box-content .modal-content {
        display: inline-grid;
        vertical-align: middle;
        padding: 0 100px 0 600px; }
        @media only screen and (max-width: 1340px) {
          .modal-gallery .modal-box .modal-box-content .modal-content {
            padding: 0 40px 0 540px; } }
        @media only screen and (max-width: 1160px) {
          .modal-gallery .modal-box .modal-box-content .modal-content {
            padding: 0 40px 0 440px; } }
        @media only screen and (max-width: 900px) {
          .modal-gallery .modal-box .modal-box-content .modal-content {
            padding: 0 20px 0 320px; } }
        @media only screen and (max-width: 760px) {
          .modal-gallery .modal-box .modal-box-content .modal-content {
            display: block;
            padding: 40px 20px; } }
        @media only screen and (max-width: 560px) {
          .modal-gallery .modal-box .modal-box-content .modal-content {
            padding: 30px 10px; } }
        .modal-gallery .modal-box .modal-box-content .modal-content .modal-content-copy {
          max-width: 590px;
          min-width: 300px;
          width: 90%;
          margin: auto; }
          @media only screen and (max-width: 760px) {
            .modal-gallery .modal-box .modal-box-content .modal-content .modal-content-copy {
              max-width: 470px; } }
          @media only screen and (max-width: 560px) {
            .modal-gallery .modal-box .modal-box-content .modal-content .modal-content-copy {
              max-width: 360px; } }
          @media only screen and (max-width: 400px) {
            .modal-gallery .modal-box .modal-box-content .modal-content .modal-content-copy {
              max-width: 280px; } }
          .modal-gallery .modal-box .modal-box-content .modal-content .modal-content-copy p {
            color: white; }
          .modal-gallery .modal-box .modal-box-content .modal-content .modal-content-copy .modal-content-title {
            font-weight: 400;
            font-size: 26px;
            margin-bottom: 8px; }
            @media only screen and (max-width: 900px) {
              .modal-gallery .modal-box .modal-box-content .modal-content .modal-content-copy .modal-content-title {
                font-size: 24px; } }
            @media only screen and (max-width: 560px) {
              .modal-gallery .modal-box .modal-box-content .modal-content .modal-content-copy .modal-content-title {
                font-size: 20px; } }
          .modal-gallery .modal-box .modal-box-content .modal-content .modal-content-copy .modal-content-text {
            font-weight: 100;
            font-size: 13px;
            line-height: 1.1;
            margin-bottom: 12px; }
          .modal-gallery .modal-box .modal-box-content .modal-content .modal-content-copy .modal-content-date {
            font-weight: 100;
            font-size: 13px; }
      .modal-gallery .modal-box .modal-box-content .gallery-modal-close {
        display: table;
        position: absolute;
        top: 20px;
        right: 20px;
        cursor: pointer; }
        @media only screen and (max-width: 760px) {
          .modal-gallery .modal-box .modal-box-content .gallery-modal-close {
            top: 10px;
            right: 10px; } }
        @media only screen and (max-width: 560px) {
          .modal-gallery .modal-box .modal-box-content .gallery-modal-close {
            top: 5px;
            right: 5px; } }
        .modal-gallery .modal-box .modal-box-content .gallery-modal-close:hover div {
          color: #141414;
          -moz-transition: all 0.25s ease-out;
          -webkit-transition: all 0.25s ease-out;
          -i-transition: all 0.25s ease-out; }
        .modal-gallery .modal-box .modal-box-content .gallery-modal-close div {
          font-size: 50px;
          color: white;
          -moz-transition: all 0.25s ease-out;
          -webkit-transition: all 0.25s ease-out;
          -i-transition: all 0.25s ease-out; }
          @media only screen and (max-width: 760px) {
            .modal-gallery .modal-box .modal-box-content .gallery-modal-close div {
              font-size: 45px; } }
          @media only screen and (max-width: 560px) {
            .modal-gallery .modal-box .modal-box-content .gallery-modal-close div {
              font-size: 36px; } }

.contacts {
  position: relative;
  background-color: #e7e5e2;
  text-align: center;
  margin-bottom: 14px;
  padding-bottom: 60px; }
  @media only screen and (max-width: 760px) {
    .contacts {
      padding: 0 0 60px; } }
  @media only screen and (max-width: 560px) {
    .contacts {
      padding: 0 0 40px; } }
  .contacts .contacts-copy, .contacts .contacts-social, .contacts .contacts-subscribe {
    width: 90%;
    margin: auto; }
  .contacts .contacts-copy {
    padding-top: 50px;
    color: #141414; }
    .contacts .contacts-copy .contacts-copy-list {
      margin-bottom: 20px; }
      .contacts .contacts-copy .contacts-copy-list dt {
        font-weight: 500;
        font-size: 16px;
        margin-bottom: 4px; }
        @media only screen and (max-width: 560px) {
          .contacts .contacts-copy .contacts-copy-list dt {
            font-size: 15px; } }
      .contacts .contacts-copy .contacts-copy-list dd {
        font-weight: 200;
        font-size: 13px;
        line-height: 1.2; }
        @media only screen and (max-width: 560px) {
          .contacts .contacts-copy .contacts-copy-list dd {
            font-size: 15px; } }
        .contacts .contacts-copy .contacts-copy-list dd a {
          color: #141414; }
          .contacts .contacts-copy .contacts-copy-list dd a:hover {
            color: #797979; }
  .contacts .contacts-social {
    margin-bottom: 50px;
    text-align: center; }
    .contacts .contacts-social .contacts-social-items .contacts-social-item {
      display: inline-block;
      vertical-align: middle;
      margin: auto 2px; }
      .contacts .contacts-social .contacts-social-items .contacts-social-item a {
        position: relative;
        display: block;
        width: 28px;
        height: 28px;
        border-radius: 3px;
        background-color: #797979; }
        .contacts .contacts-social .contacts-social-items .contacts-social-item a:hover {
          background-color: #141414; }
        .contacts .contacts-social .contacts-social-items .contacts-social-item a .icon {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          font-size: 15px;
          color: white; }
  .contacts .contacts-items {
    position: relative;
    width: 90%;
    max-width: 1350px;
    margin: auto; }
    .contacts .contacts-items .contacts-item {
      display: inline-block;
      width: 50%;
      vertical-align: top;
      margin-left: -3px; }
      @media only screen and (max-width: 760px) {
        .contacts .contacts-items .contacts-item {
          display: block;
          width: 100%;
          margin-left: 0; } }
      .contacts .contacts-items .contacts-item #map {
        position: relative;
        display: block;
        width: 100%;
        height: 400px; }
        @media only screen and (max-width: 760px) {
          .contacts .contacts-items .contacts-item #map {
            height: 320px; } }
      .contacts .contacts-items .contacts-item .contact-top-image {
        position: relative;
        display: block;
        width: 100%;
        height: 400px;
        margin: 0 auto 40px auto;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center; }
        @media only screen and (max-width: 760px) {
          .contacts .contacts-items .contacts-item .contact-top-image {
            height: 320px;
            margin: auto; } }
  .contacts .contacts-subscribe {
    text-align: center;
    margin: 70px auto auto; }
    @media only screen and (max-width: 760px) {
      .contacts .contacts-subscribe {
        margin: 50px auto auto; } }
    @media only screen and (max-width: 560px) {
      .contacts .contacts-subscribe {
        margin: 30px auto auto; } }
    .contacts .contacts-subscribe p {
      font-weight: 200;
      font-size: 21px;
      margin-bottom: 14px; }
      @media only screen and (max-width: 560px) {
        .contacts .contacts-subscribe p {
          font-size: 19px; } }
    .contacts .contacts-subscribe form input {
      width: 100%;
      max-width: 300px;
      font-weight: 200;
      font-size: 12px;
      border: 1px solid #000000;
      padding: 8px;
      text-align: center;
      outline: none;
      background-color: #e7e5e2; }
      .contacts .contacts-subscribe form input::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        font-weight: 200;
        color: black;
        text-align: center; }
      .contacts .contacts-subscribe form input::-moz-placeholder {
        /* Firefox 19+ */
        font-weight: 200;
        color: black;
        text-align: center; }
      .contacts .contacts-subscribe form input:-ms-input-placeholder {
        /* IE 10+ */
        font-weight: 200;
        color: black;
        text-align: center; }
      .contacts .contacts-subscribe form input:-moz-placeholder {
        /* Firefox 18- */
        font-weight: 200;
        color: black;
        text-align: center; }

/*# sourceMappingURL=style.css.map */
