/* Main
----------------------------------------------------------------------------- */
/* base/config
----------------------------------------------------------------------------- */
/* Reset

   http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
----------------------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

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

.clear:after {
  clear: both; }

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

.row:after {
  clear: both; }

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

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

.container-full {
  padding-left: 0;
  padding-right: 0;
  margin-left: auto;
  margin-right: auto; }

@media only screen and (min-width: 740px) {
  .container, .container-full {
    width: 720px; }
  .container-tablet {
    width: 720px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto; }
  .container-full-tablet {
    width: 720px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0; } }

@media only screen and (min-width: 980px) {
  .container, .container-full {
    width: 960px; }
  .container-desktop {
    width: 960px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto; }
  .container-full-desktop {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0; } }

@media only screen and (min-width: 1190px) {
  .container, .container-full {
    width: 1170px; }
  .container-hd {
    width: 1170px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto; }
  .container-full-hd {
    width: 1170px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0; } }

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  float: left; }

.col-1 {
  width: 8.33333%; }

.col-2 {
  width: 16.66667%; }

.col-3 {
  width: 25%; }

.col-4 {
  width: 33.33333%; }

.col-5 {
  width: 41.66667%; }

.col-6 {
  width: 50%; }

.col-7 {
  width: 58.33333%; }

.col-8 {
  width: 66.66667%; }

.col-9 {
  width: 75%; }

.col-10 {
  width: 83.33333%; }

.col-11 {
  width: 91.66667%; }

.col-12 {
  width: 100%; }

.push-1 {
  left: 8.33333%; }

.push-2 {
  left: 16.66667%; }

.push-3 {
  left: 25%; }

.push-4 {
  left: 33.33333%; }

.push-5 {
  left: 41.66667%; }

.push-6 {
  left: 50%; }

.push-7 {
  left: 58.33333%; }

.push-8 {
  left: 66.66667%; }

.push-9 {
  left: 75%; }

.push-10 {
  left: 83.33333%; }

.push-11 {
  left: 91.66667%; }

.pull-1 {
  left: -8.33333%; }

.pull-2 {
  left: -16.66667%; }

.pull-3 {
  left: -25%; }

.pull-4 {
  left: -33.33333%; }

.pull-5 {
  left: -41.66667%; }

.pull-6 {
  left: -50%; }

.pull-7 {
  left: -58.33333%; }

.pull-8 {
  left: -66.66667%; }

.pull-9 {
  left: -75%; }

.pull-10 {
  left: -83.33333%; }

.pull-11 {
  left: -91.66667%; }

@media only screen and (min-width: 740px) {
  .col-1-tablet,
  .col-2-tablet,
  .col-3-tablet,
  .col-4-tablet,
  .col-5-tablet,
  .col-6-tablet,
  .col-7-tablet,
  .col-8-tablet,
  .col-9-tablet,
  .col-10-tablet,
  .col-11-tablet,
  .col-12-tablet {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    float: left; }
  .col-1-tablet {
    width: 8.33333%; }
  .col-2-tablet {
    width: 16.66667%; }
  .col-3-tablet {
    width: 25%; }
  .col-4-tablet {
    width: 33.33333%; }
  .col-5-tablet {
    width: 41.66667%; }
  .col-6-tablet {
    width: 50%; }
  .col-7-tablet {
    width: 58.33333%; }
  .col-8-tablet {
    width: 66.66667%; }
  .col-9-tablet {
    width: 75%; }
  .col-10-tablet {
    width: 83.33333%; }
  .col-11-tablet {
    width: 91.66667%; }
  .col-12-tablet {
    width: 100%; }
  .push-1-tablet {
    left: 8.33333%; }
  .push-2-tablet {
    left: 16.66667%; }
  .push-3-tablet {
    left: 25%; }
  .push-4-tablet {
    left: 33.33333%; }
  .push-5-tablet {
    left: 41.66667%; }
  .push-6-tablet {
    left: 50%; }
  .push-7-tablet {
    left: 58.33333%; }
  .push-8-tablet {
    left: 66.66667%; }
  .push-9-tablet {
    left: 75%; }
  .push-10-tablet {
    left: 83.33333%; }
  .push-11-tablet {
    left: 91.66667%; }
  .pull-1-tablet {
    left: -8.33333%; }
  .pull-2-tablet {
    left: -16.66667%; }
  .pull-3-tablet {
    left: -25%; }
  .pull-4-tablet {
    left: -33.33333%; }
  .pull-5-tablet {
    left: -41.66667%; }
  .pull-6-tablet {
    left: -50%; }
  .pull-7-tablet {
    left: -58.33333%; }
  .pull-8-tablet {
    left: -66.66667%; }
  .pull-9-tablet {
    left: -75%; }
  .pull-10-tablet {
    left: -83.33333%; }
  .pull-11-tablet {
    left: -91.66667%; } }

@media only screen and (min-width: 980px) {
  .col-1-desktop,
  .col-2-desktop,
  .col-3-desktop,
  .col-4-desktop,
  .col-5-desktop,
  .col-6-desktop,
  .col-7-desktop,
  .col-8-desktop,
  .col-9-desktop,
  .col-10-desktop,
  .col-11-desktop,
  .col-12-desktop {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    float: left; }
  .col-1-desktop {
    width: 8.33333%; }
  .col-2-desktop {
    width: 16.66667%; }
  .col-3-desktop {
    width: 25%; }
  .col-4-desktop {
    width: 33.33333%; }
  .col-5-desktop {
    width: 41.66667%; }
  .col-6-desktop {
    width: 50%; }
  .col-7-desktop {
    width: 58.33333%; }
  .col-8-desktop {
    width: 66.66667%; }
  .col-9-desktop {
    width: 75%; }
  .col-10-desktop {
    width: 83.33333%; }
  .col-11-desktop {
    width: 91.66667%; }
  .col-12-desktop {
    width: 100%; }
  .push-1-desktop {
    left: 8.33333%; }
  .push-2-desktop {
    left: 16.66667%; }
  .push-3-desktop {
    left: 25%; }
  .push-4-desktop {
    left: 33.33333%; }
  .push-5-desktop {
    left: 41.66667%; }
  .push-6-desktop {
    left: 50%; }
  .push-7-desktop {
    left: 58.33333%; }
  .push-8-desktop {
    left: 66.66667%; }
  .push-9-desktop {
    left: 75%; }
  .push-10-desktop {
    left: 83.33333%; }
  .push-11-desktop {
    left: 91.66667%; }
  .pull-1-desktop {
    left: -8.33333%; }
  .pull-2-desktop {
    left: -16.66667%; }
  .pull-3-desktop {
    left: -25%; }
  .pull-4-desktop {
    left: -33.33333%; }
  .pull-5-desktop {
    left: -41.66667%; }
  .pull-6-desktop {
    left: -50%; }
  .pull-7-desktop {
    left: -58.33333%; }
  .pull-8-desktop {
    left: -66.66667%; }
  .pull-9-desktop {
    left: -75%; }
  .pull-10-desktop {
    left: -83.33333%; }
  .pull-11-desktop {
    left: -91.66667%; } }

@media only screen and (min-width: 1190px) {
  .col-1-hd,
  .col-2-hd,
  .col-3-hd,
  .col-4-hd,
  .col-5-hd,
  .col-6-hd,
  .col-7-hd,
  .col-8-hd,
  .col-9-hd,
  .col-10-hd,
  .col-11-hd,
  .col-12-hd {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    float: left; }
  .col-1-hd {
    width: 8.33333%; }
  .col-2-hd {
    width: 16.66667%; }
  .col-3-hd {
    width: 25%; }
  .col-4-hd {
    width: 33.33333%; }
  .col-5-hd {
    width: 41.66667%; }
  .col-6-hd {
    width: 50%; }
  .col-7-hd {
    width: 58.33333%; }
  .col-8-hd {
    width: 66.66667%; }
  .col-9-hd {
    width: 75%; }
  .col-10-hd {
    width: 83.33333%; }
  .col-11-hd {
    width: 91.66667%; }
  .col-12-hd {
    width: 100%; }
  .push-1-hd {
    left: 8.33333%; }
  .push-2-hd {
    left: 16.66667%; }
  .push-3-hd {
    left: 25%; }
  .push-4-hd {
    left: 33.33333%; }
  .push-5-hd {
    left: 41.66667%; }
  .push-6-hd {
    left: 50%; }
  .push-7-hd {
    left: 58.33333%; }
  .push-8-hd {
    left: 66.66667%; }
  .push-9-hd {
    left: 75%; }
  .push-10-hd {
    left: 83.33333%; }
  .push-11-hd {
    left: 91.66667%; }
  .pull-1-hd {
    left: -8.33333%; }
  .pull-2-hd {
    left: -16.66667%; }
  .pull-3-hd {
    left: -25%; }
  .pull-4-hd {
    left: -33.33333%; }
  .pull-5-hd {
    left: -41.66667%; }
  .pull-6-hd {
    left: -50%; }
  .pull-7-hd {
    left: -58.33333%; }
  .pull-8-hd {
    left: -66.66667%; }
  .pull-9-hd {
    left: -75%; }
  .pull-10-hd {
    left: -83.33333%; }
  .pull-11-hd {
    left: -91.66667%; } }

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

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-block {
  display: inline-block;
  text-align: center;
  width: 30px; }

.i-small {
  font-size: 0.75em; }

.i-v-small {
  font-size: 0.5em; }

.icon-folder-image:before {
  content: "\E913"; }

.icon-file-pdf:before {
  content: "\E914"; }

.icon-shopping-tag:before {
  content: "\E915"; }

.icon-user-male-check:before {
  content: "\E916"; }

.icon-map-location-1:before {
  content: "\E917"; }

.icon-hamburger-menu-1:before {
  content: "\E911"; }

.icon-hamburger-menu-2:before {
  content: "\E912"; }

.icon-close:before {
  content: "\E910"; }

.icon-arrow-2-up:before {
  content: "\E900"; }

.icon-arrow-2-right:before {
  content: "\E901"; }

.icon-arrow-2-left:before {
  content: "\E902"; }

.icon-arrow-2-down:before {
  content: "\E903"; }

.icon-arrow-1-up:before {
  content: "\E904"; }

.icon-arrow-1-right:before {
  content: "\E905"; }

.icon-arrow-1-left:before {
  content: "\E906"; }

.icon-arrow-1-down:before {
  content: "\E907"; }

.icon-facebook:before {
  content: "\E908"; }

.icon-email-2-open:before {
  content: "\E909"; }

.icon-call:before {
  content: "\E90A"; }

.icon-cancel-square-2:before {
  content: "\E90B"; }

.icon-home:before {
  content: "\E90C"; }

.icon-maximize-left:before {
  content: "\E90D"; }

.icon-blackboard-1:before {
  content: "\E90E"; }

.icon-layers-2:before {
  content: "\E90F"; }

/* Base - base
----------------------------------------------------------------------------- */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 1em; }

hr {
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3); }

body {
  background-color: #FFF;
  color: #2f332d;
  font-family: "filson-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 200;
  line-height: 28px; }

p {
  color: #2f332d;
  font-size: 18px;
  font-weight: 200;
  line-height: 28px;
  margin-bottom: 25px; }

a {
  color: #d9c0a7;
  font-weight: 200;
  margin-bottom: 25px;
  text-decoration: none; }
  a:hover, a:focus, a:active {
    color: #ba8d60; }

a.underline {
  border-bottom: 1px solid #d9c0a7;
  text-decoration: none; }

.bold,
strong,
b {
  font-weight: 500; }

sup {
  font-size: 0.7em;
  vertical-align: inherit; }

a:hover,
.btn:hover {
  transition: all 400ms;
  outline: none; }

h1, h2, h3, h4 {
  font-family: "filson-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 25px; }

h1 {
  font-size: 32px;
  font-weight: 100;
  line-height: 40px; }

h2 {
  font-size: 28px;
  font-weight: 100;
  line-height: 36px; }

h3 {
  font-size: 24px;
  font-weight: 100;
  line-height: 32px; }

h4 {
  font-size: 20px;
  font-weight: 100;
  line-height: 28px; }

small,
.font_small {
  font-size: 0.707em; }

pre {
  background: #FBFCFF;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.03);
  font-family: Monaco, Consolas, monospace;
  text-align: left;
  padding: 30px 15px;
  color: #2f332d;
  margin: 20px 0;
  border-radius: 2px;
  border: 1px solid #96919e; }

code {
  padding: 2px 4px;
  font-size: 18px;
  background-color: #F0F3F5;
  border-radius: 3px; }

/* base/helpers
----------------------------------------------------------------------------- */
.underline {
  text-decoration: underline; }

.mb60 {
  margin-bottom: 60px; }

.team {
  margin-bottom: 80px; }

/* View
----------------------------------------------------------------------------- */
.m0 {
  margin: 0px; }

.mt30 {
  margin-top: 30px; }

.mt150 {
  margin-top: 100px; }

.mb40 {
  margin-bottom: 40px; }

.red {
  color: red; }

.primary {
  color: #d9c0a7; }

.strong {
  font-weight: 400; }

/* View
----------------------------------------------------------------------------- */
.view {
  position: relative;
  max-width: 100%;
  height: 100%;
  display: block; }
  .view:hover .mask {
    background: rgba(215, 188, 160, 0.9);
    cursor: pointer;
    opacity: 1;
    transition: all 300ms;
    z-index: 1; }
  .view:hover .content {
    opacity: 1;
    color: #FFF;
    text-align: center; }
  .view .content,
  .view .mask {
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    background: transparent;
    width: 100%;
    height: 285px; }

/* Helpers
----------------------------------------------------------------------------- */
.list-unstyled {
  list-style: none;
  margin: 0;
  padding: 0; }
  .list-unstyled li {
    margin: 0;
    padding: 0; }

.list-inline {
  list-style: none;
  margin: 0;
  padding: 0; }
  .list-inline li {
    margin: 0;
    padding: 0;
    display: inline-block; }

/* Flow
----------------------------------------------------------------------------- */
.none, .hide {
  display: none; }

.hidden {
  visibility: hidden; }

.pull-left {
  float: left; }

.pull-right {
  float: right; }

/* Typography
----------------------------------------------------------------------------- */
.text-serif {
  font-family: "Libre Baskerville", Georgia, serif; }

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

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

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

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

/* Images
----------------------------------------------------------------------------- */
.img-responsive {
  width: 100%;
  max-width: 100%; }

br.clearfix:after,
.clearfix:after {
  content: "";
  display: table;
  clear: both; }

/* Flexbox
----------------------------------------------------------------------------- */
.flex {
  display: flex; }

.flex-row {
  flex-direction: row; }

.flex-column {
  flex-direction: column; }

.flex-space-around {
  justify-content: space-around; }

.flex-space-between {
  justify-content: space-between; }

.flex-start {
  justify-content: flex-start; }

.flex-center {
  justify-content: center; }

.flex-end {
  justify-content: flex-end; }

.flex-wrap {
  flex-wrap: wrap; }

.flex-nowrap {
  flex-wrap: nowrap; }

/* Clearfix
----------------------------------------------------------------------------- */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

.clearfix {
  display: inline-block; }

* html .clearfix {
  height: 1%; }

.clearfix {
  display: block; }

/* layouts/master
----------------------------------------------------------------------------- */
/* Navigation
----------------------------------------------------------------------------- */
.slick-slide {
  height: 100vh !important; }

.avatar {
  float: right;
  display: inline-block;
  height: 210px;
  width: auto;
  max-width: 100%;
  margin: 0px;
  margin-left: 10px;
  margin-bottom: 20px; }

.slick-home {
  height: 100vh;
  width: 100%;
  z-index: 1111; }
  .slick-home__slide {
    background-image: url("../images/home/slide2-min.jpg");
    height: 100vh;
    width: 100%;
    z-index: 1100; }

.hamburger {
  color: #FFF;
  float: right;
  font-size: 40px;
  line-height: 50px;
  margin-right: 30px; }
  .hamburger .sli:hover {
    cursor: pointer; }

#slide-1 {
  background-image: url("../images/home/slide1-min.jpg"); }

#slide-2 {
  background-image: url("../images/home/slide2-min.jpg"); }

#slide-3 {
  background-image: url("../images/home/slide3-min.jpg"); }

#slide-4 {
  background-image: url("../images/home/slide4-min.jpg"); }

#slide-5 {
  background-image: url("../images/home/slide5-min.jpg"); }

.nav {
  position: fixed;
  width: 100%;
  z-index: 100;
  top: 0px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1); }
  .nav__logo {
    float: left;
    display: inline-block;
    background-image: url("../images/master/logo.png");
    background-size: contain;
    width: 334px;
    height: 45px;
    margin-left: 50px;
    margin-top: 15px; }
  .nav__links {
    float: right;
    display: inline-block;
    margin-right: 50px; }
    .nav__links li {
      display: inline-block;
      padding: 0 20px;
      padding-top: 20px; }
    .nav__links li > a {
      color: #2f332d;
      text-decoration: none;
      font-size: 18px;
      font-weight: 400; }

.slide {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: relative; }

.slide h2 {
  color: #FFF;
  position: relative;
  display: inline-block; }

.slide p {
  color: #FFF;
  display: inline-block; }

.slide p.el-block {
  display: block;
  float: none; }

.slide-text {
  opacity: 0.95;
  padding: 35px;
  color: #FFF; }
  .slide-text__close {
    float: right;
    display: block;
    font-size: 30px;
    color: #d9c0a7;
    margin-bottom: 20px;
    margin-right: 20px; }
  .slide-text__close:hover {
    cursor: pointer;
    color: #ba8d60; }
  .slide-text__h-line {
    background-color: #b09782;
    position: absolute;
    height: 6px;
    width: 37px;
    top: -10px; }
  .slide-text__h-line--white {
    background-color: #FFF;
    position: absolute;
    height: 6px;
    width: 37px;
    top: -10px; }
  .slide-text--dark {
    background-color: rgba(34, 41, 42, 0.95);
    position: absolute;
    bottom: 50px;
    width: 90%;
    padding: 35px;
    margin: 0 75px; }
  .slide-text--dark-full {
    background-color: #22292a; }
  .slide-text--left {
    max-width: 650px;
    padding: 35px;
    bottom: 200px; }
  .slide-text--left-form {
    max-width: 650px;
    left: 726px;
    margin: 0px;
    bottom: 200px; }
  .slide-text--light {
    background-color: rgba(176, 151, 130, 0.95);
    position: absolute;
    max-width: 650px;
    padding: 35px;
    bottom: 200px;
    margin: 0 75px; }
    .slide-text--light p {
      margin-bottom: 0px; }
  .slide-text--no-padding {
    padding: 0px; }
  .slide-text__padding {
    padding: 35px; }
  .slide-text__date {
    color: #d6ccc4;
    clear: both;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 10px; }

.offer-blocks {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -750px;
  top: 300px; }
  .offer-blocks__single {
    background: #FFF;
    display: inline-block;
    float: left;
    width: 300px;
    text-align: center;
    margin-left: 2px;
    border-top: 6px solid #d7bca0;
    transition: all 400ms;
    position: relative;
    overflow: hidden;
    text-decoration: none; }
    .offer-blocks__single i {
      color: #f2f2f2;
      font-size: 300px;
      position: absolute;
      left: 50%;
      top: 0%;
      transition: all 400ms; }
    .offer-blocks__single h2 {
      display: block;
      z-index: 20;
      line-height: 32px;
      float: none;
      font-weight: 400;
      color: #2f332d;
      margin: 0px;
      transition: all 400ms; }
  .offer-blocks__single:hover {
    background-color: #d8bea3;
    cursor: pointer;
    transition: all 400ms; }
    .offer-blocks__single:hover i {
      color: #dcc7b1;
      transition: all 400ms; }
    .offer-blocks__single:hover h2 {
      color: #FFF;
      transition: all 400ms; }

.news-control {
  clear: both;
  float: left;
  display: inline-block;
  width: 100%; }
  .news-control a {
    color: #a7917d;
    font-weight: 400;
    display: inline-block;
    padding: 15px 30px;
    margin: 0px;
    text-decoration: none; }
  .news-control__new {
    background: #FFF;
    display: inline-block;
    float: left;
    width: 50%;
    transition: 400ms all; }
  .news-control__old {
    background: #FFF;
    display: inline-block;
    float: right;
    width: 50%;
    border-left: 1px solid #d2c8bf;
    text-align: right;
    transition: 400ms all; }
  .news-control__new:hover, .news-control__old:hover {
    background: #a7917d;
    color: #FFF;
    transition: 400ms all; }

/* Start
----------------------------------------------------------------------------- */
/* Page
----------------------------------------------------------------------------- */
#fancybox-thumbs ul li a {
  margin: 0px; }

#contact-map {
  height: 460px;
  width: 100%; }

.cover-img, .slick-home__slide, #slide-1, #slide-2, #slide-3, #slide-4, #slide-5, .nav__logo, .offer--bg-dzialki, .offer--bg-hale, .offer--bg-biura, .offer--bg-domy, .offer--bg-lokale, .offer--bg-404 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

h2.top {
  float: none;
  display: block;
  clear: both;
  color: #222;
  position: relative; }
  h2.top .slide-text__h-line {
    background: #222; }

h2.breadcrumbs {
  color: #686868;
  text-transform: uppercase; }

.offer {
  min-height: 100vh;
  height: 100%;
  padding-bottom: 200px;
  overflow: hidden; }
  .offer__padding {
    margin-top: 150px; }
  .offer--bg-dzialki {
    background-image: url("../images/master/oferta-dzialki.jpg"); }
  .offer--bg-hale {
    background-image: url("../images/master/oferta-hale.jpg"); }
  .offer--bg-biura {
    background-image: url("../images/master/oferta-biura.jpg"); }
  .offer--bg-domy {
    background-image: url("../images/master/oferta-domy.jpg"); }
  .offer--bg-lokale {
    background-image: url("../images/master/oferta-lokale.jpg"); }
  .offer--bg-404 {
    background-image: url("../images/master/404-bg.jpg"); }
  .offer__grid {
    display: inline-block;
    width: 100%;
    clear: both; }
  .offer__grid-container {
    margin: 0px; }
  .offer__grid-next, .offer__grid-prev {
    background-color: #d9c0a7;
    color: #FFF;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    padding: 20px;
    margin-top: -8px;
    border-radius: 0px !important;
    font-weight: 400 !important; }
  .offer__grid-next {
    float: right;
    margin-right: 1px; }
  .offer__grid-prev {
    float: left;
    margin-left: 1px; }
  .offer__single-padding {
    padding: 25px;
    height: 285px; }
  .offer__single {
    background: #FFF;
    float: left;
    display: inline-block;
    width: calc(25% - 2px);
    margin: 0px 1px;
    margin-bottom: 1px; }
    .offer__single h4 {
      color: #686868;
      margin: 0px;
      font-size: 18px;
      line-height: 28px;
      font-weight: 400; }
    .offer__single p {
      margin: 0px;
      font-weight: 400; }
    .offer__single img {
      width: 100%;
      max-width: 100%; }

.user-icon {
  background-color: #d9c0a7;
  text-align: center;
  line-height: 60px;
  color: #FFF;
  font-size: 35px;
  width: 70px;
  height: 70px;
  border-radius: 100px;
  float: left;
  display: inline-block;
  margin-right: 20px; }

.primary {
  color: #d9c0a7 !important; }

.box {
  background: rgba(255, 255, 255, 0.9); }
  .box__padding {
    padding: 25px; }
  .box__header {
    border-bottom: 1px solid #CCC; }
  .box img {
    max-width: 100%;
    width: 100%; }
  .box a {
    font-weight: 400;
    border-bottom: 1px solid #d9c0a7; }
  .box .no-underline {
    border: none; }
  .box p {
    font-weight: 400;
    margin: 0px;
    color: #686868; }
  .box__header-btn {
    border-right: 1px solid #CCC;
    padding: 20px 13px; }
    .box__header-btn i {
      color: #d9c0a7;
      margin-right: 2px; }
    .box__header-btn a {
      font-weight: 600; }
    .box__header-btn p {
      font-size: 16px;
      font-weight: 600;
      color: #686868;
      margin: 0px; }
  .box__header-btn:last-of-type {
    border-right: none; }

.text-404 {
  color: #2f332d;
  font-weight: 400;
  max-width: 600px;
  margin: 0 auto;
  margin-top: 40px; }
  .text-404 a {
    font-weight: 400; }

/* modules/buttons
----------------------------------------------------------------------------- */
.btn {
  display: inline-block;
  text-decoration: none;
  white-space: normal;
  font-size: 20px;
  line-height: 20px;
  font-weight: 900;
  border-radius: 4px;
  text-decoration: none;
  padding: 15px 25px;
  outline: none;
  transition: 400ms all;
  font-family: "filson-pro", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.btn:hover {
  cursor: pointer;
  transition: 400ms all; }

.btn-block {
  width: 100%; }

.btn-outline {
  background: none;
  border: 2px solid #FFF;
  color: #FFF;
  font-size: 30px;
  line-height: 30px;
  padding: 10px 15px;
  border-radius: 0px;
  margin-top: 110px;
  font-weight: 400;
  letter-spacing: 2px; }
  .btn-outline:hover {
    background: #FFF;
    color: #d9c0a7; }

.btn-primary {
  border: none;
  color: #fff;
  background: #d9c0a7; }
  .btn-primary:hover {
    background: #ba8d60; }

.btn-secondary {
  background-color: #FFF;
  border: 3px solid #96919e;
  color: #96919e; }
  .btn-secondary:hover {
    border: 3px solid #635e6b;
    color: #635e6b; }

.btn-404 {
  font-size: 25px;
  padding: 20px 100px;
  margin-top: 100px;
  letter-spacing: 3px;
  text-transform: uppercase; }
  .btn-404:hover {
    background: #d9c0a7;
    cursor: default; }

.btn-round {
  border-radius: 50px;
  padding: 5px 25px; }

.btn-red {
  background: #FFF;
  color: #d9c0a7;
  border: none; }
  .btn-red:hover {
    background-color: #e6e6e6;
    color: #d9c0a7;
    cursor: pointer; }

.btn-white {
  background: #FFF;
  color: #96919e;
  border: 3px solid #96919e; }
  .btn-white:hover {
    background-color: #e6e6e6;
    color: #96919e;
    cursor: pointer; }

/* modules/forms
----------------------------------------------------------------------------- */
/* Custom checkbox
----------------------------------------------------------------------------- */
input[type="checkbox"].custom {
  display: none; }

input + label {
  display: block;
  font-size: 19px; }

input[type='checkbox'].custom + label:hover {
  cursor: pointer; }

input[type='checkbox'].custom + label:before {
  content: '';
  display: inline-block;
  height: 40px;
  width: 40px;
  vertical-align: middle;
  background: #CECBD2;
  border-radius: 2px;
  text-align: center;
  margin-right: 10px;
  color: #FFF;
  font-size: 30px;
  line-height: 40px;
  transition: all 1s; }

input[type='checkbox'].custom:checked + label:before {
  content: '\2714';
  cursor: poiner;
  transition: all 1s; }

/* Native styles
----------------------------------------------------------------------------- */
.form-group {
  margin-bottom: 15px; }

textarea,
select,
input[type=text],
input[type=email],
input[type=password] {
  background: none;
  box-shadow: none;
  border: 1px solid #6e6e6e;
  border-radius: 5px;
  color: #d9c0a7;
  line-height: 30px;
  font-size: 20px;
  font-weight: 100;
  padding: 15px 15px;
  width: 100%; }

select {
  height: 60px; }

select:hover,
select:focus,
textarea:hover,
input:hover,
textarea:focus,
input:focus {
  outline: none; }

label {
  color: #2f332d;
  margin: 0;
  line-height: 33px;
  font-size: 25px;
  font-weight: 200; }

input[type=radio],
input[type=checkbox] {
  border: none;
  background: #FFF;
  outline: none; }

.error,
label.error {
  color: #c55d5d; }

input[type=text].error,
input[type=email].error,
input[type=password].error,
select.error,
textarea.error {
  border-color: #c55d5d;
  color: #c55d5d; }

/* modules/forms
----------------------------------------------------------------------------- */
/* Custom checkbox
----------------------------------------------------------------------------- */
input[type="checkbox"].custom {
  display: none; }

input + label {
  display: block;
  font-size: 19px; }

input[type='checkbox'].custom + label:hover {
  cursor: pointer; }

input[type='checkbox'].custom + label:before {
  content: '';
  display: inline-block;
  height: 40px;
  width: 40px;
  vertical-align: middle;
  background: #CECBD2;
  border-radius: 2px;
  text-align: center;
  margin-right: 10px;
  color: #FFF;
  font-size: 30px;
  line-height: 40px;
  transition: all 1s; }

input[type='checkbox'].custom:checked + label:before {
  content: '\2714';
  cursor: poiner;
  transition: all 1s; }

/* Native styles
----------------------------------------------------------------------------- */
.form-group {
  margin-bottom: 15px; }

textarea,
select,
input[type=text],
input[type=email],
input[type=password] {
  background: none;
  box-shadow: none;
  border: 1px solid #6e6e6e;
  border-radius: 5px;
  color: #d9c0a7;
  line-height: 30px;
  font-size: 20px;
  font-weight: 100;
  padding: 15px 15px;
  width: 100%; }

select {
  height: 60px; }

select:hover,
select:focus,
textarea:hover,
input:hover,
textarea:focus,
input:focus {
  outline: none; }

label {
  color: #2f332d;
  margin: 0;
  line-height: 33px;
  font-size: 25px;
  font-weight: 200; }

input[type=radio],
input[type=checkbox] {
  border: none;
  background: #FFF;
  outline: none; }

.error,
label.error {
  color: #c55d5d; }

input[type=text].error,
input[type=email].error,
input[type=password].error,
select.error,
textarea.error {
  border-color: #c55d5d;
  color: #c55d5d; }

/* Mobile menu
----------------------------------------------------------------------------- */
.mobile-menu {
  background: #2D2D2D;
  width: 100vw;
  height: 100vh;
  overflow-x: scroll;
  position: fixed;
  z-index: 2001;
  display: none; }
  .mobile-menu .icon-close {
    z-index: 2002; }
  .mobile-menu__close {
    position: fixed;
    top: 20px;
    right: 20px;
    font-size: 40px;
    color: #7b7978;
    cursor: pointer; }
  .mobile-menu__nav {
    text-align: center;
    margin-bottom: 60px; }
    .mobile-menu__nav li {
      display: block;
      padding: 0 20px;
      margin-top: 35px; }
    .mobile-menu__nav a {
      color: #d9c0a7;
      font-size: 26px;
      font-weight: 900;
      text-decoration: none; }
      .mobile-menu__nav a:hover {
        color: #d9c0a7; }
    .mobile-menu__nav small {
      display: block;
      color: #797979;
      font-size: 18px;
      font-weight: 300; }

/* Responsive
----------------------------------------------------------------------------- */
/* Responsive Typography
----------------------------------------------------------------------------- */
@media only screen and (min-width: 0px) {
  body, p {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 10px; }
  h1 {
    font-size: 66px;
    line-height: 81px; }
  h2 {
    font-size: 30px;
    line-height: 45px; }
  h3 {
    font-size: 25px;
    line-height: 40px; }
  h4 {
    font-size: 22px;
    line-height: 37px; } }

@media only screen and (min-width: 740px) {
  body, p {
    font-size: 18px;
    line-height: 29px;
    margin-bottom: 25px; }
  h1 {
    font-size: 72px;
    line-height: 87px; }
  h2 {
    font-size: 37px;
    line-height: 52px; }
  h3 {
    font-size: 27px;
    line-height: 42px; }
  h4 {
    font-size: 24px;
    line-height: 39px; } }

@media only screen and (min-width: 980px) {
  body, p {
    font-size: 20px;
    line-height: 31px; }
  h1 {
    font-size: 76px;
    line-height: 91px; }
  h2 {
    font-size: 40px;
    line-height: 55px; }
  h3 {
    font-size: 30px;
    line-height: 45px; }
  h4 {
    font-size: 26px;
    line-height: 41px; } }

/* Responsive
----------------------------------------------------------------------------- */
@media only screen and (min-width: 0px) {
  .nav__links {
    display: none; }
  .nav__logo {
    width: 220px;
    margin-left: 10px;
    background-size: contain;
    margin-bottom: 0px;
    margin-top: 0px; }
  .hamburger-menu {
    color: #444;
    padding-top: 0px;
    float: right;
    margin-right: 10px;
    display: inline-block;
    font-size: 25px;
    line-height: 50px; }
  .slide h2.top {
    margin-bottom: 0px;
    font-size: 20px; }
  .offer-blocks {
    margin-left: -100px;
    left: 50%;
    top: 65px; }
    .offer-blocks__single {
      width: 200px;
      float: none;
      display: block;
      margin-bottom: 10px; }
      .offer-blocks__single h2 {
        padding: 0px 0px;
        font-size: 22px; } }

@media only screen and (min-width: 740px) {
  .nav__logo {
    margin-top: 0px; }
  .offer-blocks {
    margin-left: -300px;
    top: 300px; }
    .offer-blocks__single {
      width: 110px;
      height: 110px;
      float: left;
      display: inline-block; }
      .offer-blocks__single i {
        font-size: 120px; }
      .offer-blocks__single h2 {
        padding: 30px 0px;
        font-size: 17px; }
  .slide h2.top {
    font-size: 40px; } }

@media only screen and (min-width: 980px) {
  .hamburger-menu {
    display: none; }
  .nav__links {
    display: block; }
    .nav__links li {
      padding: 20px 10px 0px 10px; }
    .nav__links li > a {
      font-size: 16px; }
  .nav__logo {
    width: 334px;
    margin-left: 50px;
    background-size: cover;
    margin-top: 15px;
    margin-bottom: 15px; }
  .offer-blocks {
    margin-left: -425px; }
    .offer-blocks__single {
      width: 140px;
      height: 160px; }
      .offer-blocks__single i {
        font-size: 170px; }
      .offer-blocks__single h2 {
        padding: 60px 0px;
        font-size: 20px; } }

@media only screen and (min-width: 1190px) {
  .nav__links {
    display: block; }
    .nav__links li {
      padding: 20px 20px 0px 20px; }
    .nav__links li > a {
      font-size: 18px; }
  .offer-blocks {
    margin-left: -525px; }
    .offer-blocks__single {
      width: 170px;
      height: 170px;
      vertical-align: middle; }
      .offer-blocks__single i {
        font-size: 170px; }
      .offer-blocks__single h2 {
        padding: 60px 0px;
        font-size: 24px; } }

@media only screen and (min-width: 1600px) {
  .offer-blocks {
    margin-left: -750px; }
    .offer-blocks__single {
      width: 240px;
      height: 240px; }
      .offer-blocks__single i {
        font-size: 300px; }
      .offer-blocks__single h2 {
        padding: 100px 0px;
        font-size: 34px; } }

/* Responsive
----------------------------------------------------------------------------- */
/* Responsive
----------------------------------------------------------------------------- */
@media only screen and (min-width: 0px) {
  .slide-text--dark, .slide-text--light {
    margin: 0 15px;
    bottom: 20px;
    padding: 15px; }
    .slide-text--dark h2, .slide-text--light h2 {
      margin-bottom: 0px; }
  .slide-text--dark2 {
    bottom: 60px; }
  .slide-text__padding {
    padding: 0px; }
  .offer__single {
    width: 100%; }
    .offer__single img {
      height: 160px; }
  .offer .view .mask, .offer__single-padding {
    height: 300px; }
  .offer__grid-next, .offer__grid-prev {
    font-size: 16px;
    padding: 15px;
    width: 100%;
    margin: 0px;
    margin-bottom: 5px; }
  .box__header.flex {
    flex-wrap: wrap; }
  .box__header-btn {
    border: none;
    border-bottom: 1px solid #CCC;
    display: block;
    width: 100%; } }

@media only screen and (max-width: 415px) {
	.slide-text--dark .avatar {
		display: none;
	}
}

@media only screen and (min-width: 740px) {
  .slide-text--dark, .slide-text--light {
    margin: 0 30px;
    bottom: 0;
    padding: 35px; }
    .slide-text--dark h2, .slide-text--light h2 {
      margin-bottom: 25px; }
  .slide-text--dark p {
  	line-height: 22px;
  }
  .box__header-btn {
    border-bottom: none;
    border-right: 1px solid #CCC;
    width: auto; }
  .box__header.flex {
    flex-wrap: nowrap; }
  .offer__single {
    width: calc(50% - 2px); }
    .offer__single img {
      height: 220px; }
  .offer .view .mask, .offer__single-padding {
    height: 350px; }
  .offer__grid-next, .offer__grid-prev {
    width: auto; } }

@media only screen and (min-width: 980px) {
  .slide-text--dark, .slide-text--light {
    margin: 0 75px;
    bottom: 0; }
  .slide-text--dark2 {
    bottom: 50px; }
  .slide-text__padding {
    padding: 5px; }
  .offer__single {
    width: calc(33.333% - 2px); }
    .offer__single img {
      height: 180px; }
  .offer .view .mask, .offer__single-padding {
    height: 300px; } }

@media only screen and (min-width: 1190px) {
  .slide-text--dark, .slide-text--light {
    margin: 0 75px;
    bottom: 0; }
  .slide-text--dark2 {
    bottom: 80px; }
  .offer__single {
    width: calc(25% - 2px); }
    .offer__single img {
      height: 166px; }
  .offer .view .mask, .offer__single-padding {
    height: 285px; }
  .offer__grid-next, .offer__grid-prev {
    font-size: 30px;
    padding: 20px; } }

@media only screen and (min-width: 1400px) {
  .slide-text--dark, .slide-text--light {
    margin: 0 75px;
    bottom: 80px; }
  .slide-text--dark2 {
    bottom: 200px; } }

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

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

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

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

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

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

.fancybox-inner {
  overflow: hidden; }

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

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

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

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

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("fancybox_sprite.png"); }

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

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("fancybox_loading.gif") center center no-repeat; }

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040; }

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

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

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

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

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

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

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

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto; }

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

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

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("fancybox_overlay.png"); }

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

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

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

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

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

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

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

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

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

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("fancybox_sprite.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/ }
  #fancybox-loading div {
    background-image: url("fancybox_loading.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/ } }

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

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

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

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

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

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

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

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

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

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

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

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

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

.clearfix:after, .cf:after {
  content: "";
  display: table;
  clear: both; }

.skip-link {
  height: 1px;
  width: 1px;
  position: absolute;
  overflow: hidden;
  top: -10px; }

.sep {
  margin: 0 11px; }

html.fsvs {
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden; }

html.fsvs #fsvs-body {
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 100%;
  width: 100%; }

html.fsvs #fsvs-body > * {
  height: 100%;
  width: 100%;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000; }

html.fsvs #fsvs-pagination {
  margin: 0;
  padding: 8px 4px;
  position: fixed;
  height: auto;
  right: -100px;
  top: 50%;
  z-index: 999;
  width: 32px; }

html.fsvs #fsvs-pagination li {
  list-style: none;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  margin: 0 0 2px 0;
  cursor: pointer; }

html.fsvs #fsvs-pagination li > span {
  border-radius: 100%;
  width: 22px;
  height: 22px;
  line-height: 22px;
  border: 1px solid white;
  display: block; }

html.fsvs #fsvs-pagination li > span > span {
  border-radius: 100%;
  width: 12px;
  height: 12px;
  line-height: 12px;
  border: 1px solid white;
  display: block;
  margin: 4px; }

html.fsvs #fsvs-pagination li.active > span {
  border: 1px dashed white; }

html.fsvs #fsvs-pagination li.active > span > span {
  background: white; }

html.fsvs #fsvs-pagination li:last-child {
  margin: 0; }

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