/*
Theme Name: Dept. Of Public Consumption
Author: Anonymous
Author URI:
Version: 1
Description: Base theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: base
Tags: one-column, two-columns
Theme URI:
*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
  vertical-align: middle; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*! 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 !important;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

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

.fancybox-skin {
  position: relative;
  text-shadow: none; }

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

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

.fancybox-inner {
  overflow: hidden; }

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

.fancybox-error {
  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("../images/fancybox/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("../images/fancybox/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("../images/fancybox/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-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: rgba(0, 0, 0, 0.5) !important; }

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

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

/* 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);
  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("../images/fancybox/fancybox_sprite@2x.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("../images/fancybox/fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/ } }

/* custom radio styles */
.jcf-radio, .jcf-checkbox {
  display: inline-block;
  width: 52px;
  height: 52px;
  min-width: 52px;
  border: 2px solid #bce4e9;
  vertical-align: middle;
  position: relative;
  margin-right: 16px; }

.jcf-radio input[type="radio"], .jcf-checkbox input[type="checkbox"] {
  position: absolute;
  height: 100%;
  width: 100%;
  border: 0;
  margin: 0;
  left: 0;
  top: 0; }

.jcf-radio.jcf-checked:after, .jcf-radio.jcf-checked:before, .jcf-checkbox.jcf-checked:after, .jcf-checkbox.jcf-checked:before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 10px;
  background-color: #1d1c1a;
  bottom: 10px;
  left: 16px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); }

.jcf-radio.jcf-checked:before, .jcf-checkbox.jcf-checked:before {
  height: 30px;
  left: 28px;
  bottom: 9px;
  -webkit-transform: rotate(35deg);
      -ms-transform: rotate(35deg);
          transform: rotate(35deg); }

/* custom select styles */
.jcf-select {
  display: inline-block;
  vertical-align: top;
  position: relative;
  border: 1px solid #d8d8d7;
  background: #d8d8d7;
  margin: 0 0 12px;
  min-width: 150px;
  height: 30px;
  border-radius: 3px;
  color: #585857; }

.jcf-select select {
  z-index: 1;
  left: 0;
  top: 0; }

.jcf-select .jcf-select-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  display: block;
  font-size: inherit;
  line-height: 30px;
  margin: 0 35px 0 15px; }

.jcf-select .jcf-select-opener {
  position: absolute;
  text-align: center;
  background: #d8d8d7;
  width: 35px;
  bottom: 0;
  right: 0;
  top: 0; }
  .jcf-select .jcf-select-opener:after {
    content: '';
    position: absolute;
    border: 6px solid transparent;
    border-top: 6px solid #585857;
    right: 18px;
    top: 10px;
    -webkit-transition: -webkit-transform 0.3s;
            transition: transform 0.3s;
    -webkit-transform-origin: 50% 3px;
        -ms-transform-origin: 50% 3px;
            transform-origin: 50% 3px; }

.jcf-select.jcf-drop-active .jcf-select-opener:after {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg); }

body > .jcf-select-drop {
  position: absolute;
  margin: -1px 0 0;
  z-index: 9999; }

body > .jcf-select-drop.jcf-drop-flipped {
  margin: 1px 0 0; }

.jcf-select .jcf-select-drop {
  position: absolute;
  margin-top: 0px;
  z-index: 9999;
  top: 100%;
  left: -1px;
  right: -1px; }

.jcf-select .jcf-drop-flipped {
  bottom: 100%;
  top: auto; }

.jcf-select-drop .jcf-select-drop-content {
  border: 1px solid #d8d8d7; }

/* multiple select styles */
.jcf-list-box {
  overflow: hidden;
  display: inline-block;
  border: 1px solid #b8c3c9;
  min-width: 200px;
  margin: 0 15px; }

/* select options styles */
.jcf-list {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: #fff;
  line-height: 14px;
  font-size: 12px;
  width: 100%; }

.jcf-list .jcf-list-content {
  vertical-align: top;
  display: inline-block;
  overflow: auto;
  width: 100%; }

.jcf-list ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.jcf-list ul li {
  overflow: hidden;
  display: block; }

.jcf-list .jcf-overflow {
  overflow: auto; }

.jcf-list .jcf-option {
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  display: block;
  padding: 5px 9px;
  color: #656565;
  height: 1%; }

.jcf-list .jcf-disabled {
  background: #fff !important;
  color: #aaa !important; }

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
  background: #e6e6e6;
  color: #000; }

.jcf-list .jcf-optgroup-caption {
  white-space: nowrap;
  font-weight: bold;
  display: block;
  padding: 5px 9px;
  cursor: default;
  color: #000; }

.jcf-list .jcf-optgroup .jcf-option {
  padding-left: 30px; }

/* custom textarea styles */
.jcf-textarea {
  border: 1px solid #b8c3c9;
  box-sizing: content-box;
  display: inline-block;
  position: relative; }

.jcf-textarea .jcf-scrollbar-horizontal {
  display: none;
  height: 0; }

.jcf-textarea textarea {
  padding: 15px 27px;
  border: none;
  margin: 0; }

.jcf-textarea .jcf-resize {
  position: absolute;
  text-align: center;
  cursor: se-resize;
  background: #e3e3e3;
  font-weight: bold;
  line-height: 0;
  text-indent: 1px;
  font-size: 0;
  height: 0;
  width: 0;
  bottom: 0;
  right: 0; }

.jcf-textarea .jcf-resize:before {
  border-width: 0 1px 1px 0;
  display: none;
  margin: 4px 0 0 3px;
  width: 0;
  height: 0;
  content: ''; }

/* custom file input styles */
.jcf-file {
  display: inline-block;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  width: auto;
  margin: 14px 0; }

.jcf-file .jcf-real-element {
  position: absolute;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  padding: 0; }

.jcf-file .jcf-fake-input {
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
  overflow: hidden; }
  .jcf-file .jcf-fake-input em {
    display: none; }
    @media (min-width: 768px) {
      .jcf-file .jcf-fake-input em {
        display: inline; } }

.jcf-file .jcf-upload-button {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap; }

/* custom scrollbars styles */
.jcf-scrollable-wrapper {
  box-sizing: content-box;
  position: relative; }

.jcf-scrollbar-vertical {
  position: absolute;
  cursor: default;
  width: 29px;
  bottom: 0;
  right: 0;
  top: 0; }

.jcf-scrollbar-vertical .jcf-scrollbar-dec,
.jcf-scrollbar-vertical .jcf-scrollbar-inc {
  height: 0;
  width: 0;
  left: 0;
  top: 0; }

.jcf-scrollbar-vertical .jcf-scrollbar-inc {
  top: auto;
  bottom: 0; }

.jcf-scrollbar-vertical .jcf-scrollbar-handle {
  height: 1px;
  width: 22px; }

.jcf-scrollbar-horizontal {
  position: absolute;
  background: #e3e3e3;
  right: auto;
  top: auto;
  left: 0;
  bottom: 0;
  width: 1px;
  height: 14px; }

.jcf-scrollbar-horizontal .jcf-scrollbar-dec,
.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  background: #bbb;
  height: 14px;
  width: 14px; }

.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
  left: auto;
  right: 0; }

.jcf-scrollbar-horizontal .jcf-scrollbar-slider {
  display: inline-block;
  position: relative;
  height: 14px; }

.jcf-scrollbar-horizontal .jcf-scrollbar-handle {
  position: absolute;
  height: 14px; }

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-handle {
  visibility: hidden; }

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-dec,
.jcf-scrollbar.jcf-inactive .jcf-scrollbar-inc {
  background: #e3e3e3; }

/* common custom form elements styles */
.jcf-disabled {
  background: #ddd !important; }

@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot?f66x9v");
  src: url("fonts/icomoon.eot?f66x9v#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?f66x9v") format("truetype"), url("fonts/icomoon.woff?f66x9v") format("woff"), url("fonts/icomoon.svg?f66x9v#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;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-basket:before {
  content: "\e905"; }

.icon-book:before {
  content: "\e916"; }

.icon-desktop2:before {
  content: "\e917"; }

.icon-ebook2:before {
  content: "\e918"; }

.icon-light .path1:before {
  content: "\e919";
  color: #fff840; }

.icon-light .path2:before {
  content: "\e91a";
  margin-left: -1em;
  color: #bbe3e4; }

.icon-mail3:before {
  content: "\e91b"; }

.icon-map:before {
  content: "\e91c"; }

.icon-next:before {
  content: "\e91d"; }

.icon-ok:before {
  content: "\e91e"; }

.icon-pan:before {
  content: "\e91f"; }

.icon-screen:before {
  content: "\e920"; }

.icon-tablet2:before {
  content: "\e921"; }

.icon-package:before {
  content: "\e900"; }

.icon-think:before {
  content: "\e90a"; }

.icon-add:before {
  content: "\e90b"; }

.icon-linkedin:before {
  content: "\e910"; }

.icon-mail2:before {
  content: "\e90e"; }

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

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

.icon-man:before {
  content: "\e912"; }

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

.icon-power:before {
  content: "\e904"; }

.icon-flag:before {
  content: "\e909"; }

.icon-link:before {
  content: "\e9cb"; }

.needs-section .accordion {
  margin: 0;
  padding: 0;
  list-style: none; }

.clearfix:after, dl:after, #main:after, #sidebar .search-form:after, .widget:after, .search-form:after, .post-password-form p:after, .navigation-single:after, .grow-steps .step-block:after, .needs-section .accordion .slide:after {
  content: '';
  display: block;
  clear: both; }

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

html {
  box-sizing: border-box; }

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

* {
  max-height: 1000000px; }

body {
  color: #231f20;
  background: #fff;
  font: 14px/1.643 "Merriweather", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

iframe {
  width: 100%; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle; }

.gm-style img {
  max-width: none; }

ul, ol, dl, p, h1, h2, h3, h4, h5, h6, address, form, table, blockquote, applet, embed, object, iframe, frameset {
  margin: 0 0 1.643em; }

blockquote {
  border-left: 4px solid #a4a4a4;
  padding-left: .5em;
  margin-left: 1.643em; }

th, td {
  border: 1px solid #a4a4a4;
  padding: .5em;
  text-align: left;
  vertical-align: top; }

th {
  text-align: center;
  vertical-align: middle; }

ul, ol {
  padding-left: 3em; }

ul ul,
ul ol,
ol ul,
ol ol {
  padding-left: 3em;
  margin: 0; }

ul {
  list-style-type: disc; }

dl dt {
  float: left;
  clear: left;
  padding-right: .3em;
  font-weight: bold; }

dl dd {
  overflow: hidden; }

pre {
  max-width: 100%; }

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
  border: none; }

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type='url'],
input[type='number'],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  border: 2px solid #bce4e9;
  padding: 15px 27px;
  width: 100%;
  text-overflow: ellipsis;
  color: #585857;
  line-height: 1.5;
  margin-bottom: 2px;
  -webkit-transition: background-color 0.3s;
          transition: background-color 0.3s;
  font-size: 14px; }
  input[type="text"]:focus,
  input[type="tel"]:focus,
  input[type="email"]:focus,
  input[type="search"]:focus,
  input[type="password"]:focus,
  input[type='url']:focus,
  input[type='number']:focus,
  textarea:focus {
    background-color: #d7eff2;
    color: #1d1c1a;
    outline: none;
    box-shadow: none; }
  input[type="text"]::-webkit-input-placeholder,
  input[type="tel"]::-webkit-input-placeholder,
  input[type="email"]::-webkit-input-placeholder,
  input[type="search"]::-webkit-input-placeholder,
  input[type="password"]::-webkit-input-placeholder,
  input[type='url']::-webkit-input-placeholder,
  input[type='number']::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #585857; }
  input[type="text"]::-moz-placeholder,
  input[type="tel"]::-moz-placeholder,
  input[type="email"]::-moz-placeholder,
  input[type="search"]::-moz-placeholder,
  input[type="password"]::-moz-placeholder,
  input[type='url']::-moz-placeholder,
  input[type='number']::-moz-placeholder,
  textarea::-moz-placeholder {
    opacity: 1;
    color: #585857; }
  input[type="text"]:-moz-placeholder,
  input[type="tel"]:-moz-placeholder,
  input[type="email"]:-moz-placeholder,
  input[type="search"]:-moz-placeholder,
  input[type="password"]:-moz-placeholder,
  input[type='url']:-moz-placeholder,
  input[type='number']:-moz-placeholder,
  textarea:-moz-placeholder {
    color: #585857; }
  input[type="text"]:-ms-input-placeholder,
  input[type="tel"]:-ms-input-placeholder,
  input[type="email"]:-ms-input-placeholder,
  input[type="search"]:-ms-input-placeholder,
  input[type="password"]:-ms-input-placeholder,
  input[type='url']:-ms-input-placeholder,
  input[type='number']:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #585857; }
  input[type="text"].placeholder,
  input[type="tel"].placeholder,
  input[type="email"].placeholder,
  input[type="search"].placeholder,
  input[type="password"].placeholder,
  input[type='url'].placeholder,
  input[type='number'].placeholder,
  textarea.placeholder {
    color: #585857; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none; }

input[type='number'] {
  -moz-appearance: textfield; }

select {
  -webkit-border-radius: 0; }

textarea {
  resize: none;
  vertical-align: top;
  box-sizing: content-box;
  width: calc(100% - 54px) !important; }

/*castom textarea*/
.jcf-textarea {
  border: 2px solid #bce4e9;
  width: calc(100% - 4px); }
  .jcf-textarea .jcf-scrollable-wrapper {
    width: 100% !important; }
  .jcf-textarea .jcf-scrollbar-handle {
    background-color: #def1f2;
    border-radius: 4px; }
  .jcf-textarea textarea:focus + .jcf-scrollbar-vertical {
    background-color: #d7eff2; }
    .jcf-textarea textarea:focus + .jcf-scrollbar-vertical .jcf-scrollbar-handle {
      background-color: #d8d8d7; }

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
  -webkit-appearance: none;
  cursor: pointer;
  border: none;
  -webkit-transition: color 0.3s, background-color 0.3s;
          transition: color 0.3s, background-color 0.3s;
  padding: 15px 27px 13px;
  line-height: 1.5; }

.wpcf7-form-control-wrap {
  width: 100%; }

.row-r30 .wpcf7-form-control-wrap:first-child {
  width: calc((100% * 2/3)); }

@media (min-width: 768px) {
  .row-r30 .wpcf7-form-control-wrap:last-child {
    width: calc((100% * 1/3) - 15px);
    margin-left: 15px; } }

@media (min-width: 768px) {
  #content {
    float: left;
    width: 70%; } }

#content:only-child {
  float: none;
  width: 100%; }

#content h1 {
  font-size: 50px; }
  @media (min-width: 768px) {
    #content h1 {
      font-size: 80px; } }

#content h3:before {
  display: none; }

@media (min-width: 768px) {
  #sidebar {
    float: right;
    width: 27%; } }

#sidebar #wp-calendar {
  width: 100%; }

#sidebar h3:before {
  display: none; }

#sidebar .search-form {
  margin-bottom: 15px; }
  #sidebar .search-form input {
    float: left; }
    #sidebar .search-form input[type="search"] {
      padding-left: 10px;
      padding-right: 10px; }
  #sidebar .search-form input[type="submit"] {
    padding-left: 10px;
    padding-right: 10px; }

.widget {
  margin-bottom: 1.643em; }
  .widget ul {
    padding-left: 2em; }
  .widget select {
    min-width: 150px; }

.comment-form label {
  display: block;
  padding-bottom: 4px; }

.comment-form textarea {
  overflow: auto;
  margin: 0;
  height: 120px;
  min-height: 120px; }

.comment-form textarea,
.comment-form input[type="text"] {
  margin: 0 4px 0 0;
  width: 100%; }

.comment-form input[type="submit"] {
  display: block;
  float: none; }

.post-password-form label {
  display: block;
  margin-bottom: 4px; }

.post-password-form input[type="password"] {
  margin: 0 4px 0 0;
  max-width: 300px;
  width: 100%; }

.search-form {
  margin-bottom: 15px; }
  .search-form input {
    float: left; }
    .search-form input[type="search"] {
      margin: 0;
      width: calc(100% - 110px);
      height: 52px; }
      @media (min-width: 1024px) {
        .search-form input[type="search"] {
          height: auto; } }
    .search-form input[type="submit"] {
      height: 52px; }
      @media (min-width: 1024px) {
        .search-form input[type="submit"] {
          height: auto; } }

.post-password-form input {
  float: left; }
  .post-password-form input[type="password"] {
    width: calc(100% - 110px); }

.comment-form input[type="submit"],
.post-password-form input[type="submit"],
.search-form input[type="submit"] {
  background: #fff840;
  color: #1d1c1a;
  border: none;
  border: 2px solid #fff840; }
  @media (min-width: 768px) {
    .comment-form input[type="submit"],
    .post-password-form input[type="submit"],
    .search-form input[type="submit"] {
      border: none; } }
  .comment-form input[type="submit"]:hover,
  .post-password-form input[type="submit"]:hover,
  .search-form input[type="submit"]:hover {
    opacity: .8; }

.commentlist {
  margin: 0 0 1.643em; }
  .commentlist .edit-link {
    margin: 0; }
  .commentlist .avatar-holder {
    float: left;
    margin: 0 1.643em 4px 0; }

.commentlist-item .commentlist-item {
  padding: 0; }
  @media (min-width: 768px) {
    .commentlist-item .commentlist-item {
      padding: 0 0 0 2em; } }

.comment,
.commentlist-holder {
  overflow: hidden; }

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
  padding-top: 1.643em; }

.widget_calendar #next {
  text-align: right; }

.gallery-item dt {
  float: none;
  padding: 0; }

.navigation,
.navigation-comments {
  position: relative;
  vertical-align: middle;
  margin-bottom: 1.643em; }
  .navigation .screen-reader-text,
  .navigation-comments .screen-reader-text {
    position: absolute;
    left: -99999px; }
  .navigation .page-numbers,
  .navigation-comments .page-numbers {
    display: inline-block;
    vertical-align: middle;
    padding: 0 .4em; }
    @media (max-width: 767px) {
      .navigation .page-numbers,
      .navigation-comments .page-numbers {
        padding: 0 3px; } }
  .navigation .next,
  .navigation .prev,
  .navigation-comments .next,
  .navigation-comments .prev {
    display: inline-block;
    vertical-align: middle;
    max-width: 48%;
    background: #fff840;
    color: #1d1c1a;
    padding: .4em;
    text-decoration: none; }
    @media (max-width: 767px) {
      .navigation .next,
      .navigation .prev,
      .navigation-comments .next,
      .navigation-comments .prev {
        padding: .2em; } }
    .navigation .next:hover,
    .navigation .prev:hover,
    .navigation-comments .next:hover,
    .navigation-comments .prev:hover {
      opacity: .8; }

.navigation-single {
  margin-bottom: 1.643em; }
  .navigation-single .next,
  .navigation-single .prev {
    float: left;
    vertical-align: middle;
    max-width: 48%;
    background: #fff840;
    color: #1d1c1a;
    text-decoration: none; }
    .navigation-single .next:hover,
    .navigation-single .prev:hover {
      opacity: .8; }
    .navigation-single .next a,
    .navigation-single .prev a {
      color: inherit;
      text-decoration: none;
      padding: .4em;
      display: block; }
      @media (max-width: 767px) {
        .navigation-single .next a,
        .navigation-single .prev a {
          padding: .2em; } }
  .navigation-single .next {
    float: right; }

.wp-caption {
  max-width: 100%;
  clear: both;
  border: 1px solid #a4a4a4;
  padding: .4em;
  margin-bottom: 1.643em; }
  .wp-caption img {
    margin: 0;
    vertical-align: top; }
  .wp-caption p {
    margin: .4em 0 0; }

div.aligncenter {
  margin: 0 auto 1.643em; }

img.aligncenter {
  display: block;
  margin: 0 auto; }

.alignleft {
  float: left;
  margin: 0 1.643em 4px 0; }

.alignright {
  float: right;
  margin: 0 0 4px 1.643em; }

.mejs-container {
  margin-bottom: 1.643em; }

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
  height: auto; }

@media (max-width: 1023px) {
  iframe {
    width: 100%; } }

#wp-calendar tbody td {
  text-align: center; }

#wp-calendar td,
#wp-calendar th {
  border: 1px solid #a4a4a4; }

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
  font-family: "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: bold;
  margin: 0 0 .5em;
  text-transform: uppercase; }

h1,
.h1 {
  font-size: 50px;
  color: #fff840;
  line-height: 1;
  margin-top: 25px;
  margin-bottom: 38px; }
  @media (min-width: 1024px) {
    h1,
    .h1 {
      font-size: 150px; } }

h2,
.h2 {
  font-size: 32px;
  color: #1d1c1a; }
  @media (min-width: 1024px) {
    h2,
    .h2 {
      font-size: 60px; } }

h3,
.h3 {
  font-family: "Playfair Display", serif;
  font-size: 23px;
  color: #231f20;
  font-style: italic;
  font-weight: normal;
  letter-spacing: 0;
  text-transform: none;
  position: relative;
  padding-bottom: 15px;
  line-height: 1.3793; }
  @media (min-width: 1024px) {
    h3,
    .h3 {
      font-size: 29px;
      padding-bottom: 31px; } }
  h3:before,
  .h3:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: calc(50% - 5.5px);
    width: 11px;
    height: 2px;
    background-color: #231f20; }

h4,
.h4 {
  font-size: 21px;
  color: #1d1c1a; }
  @media (min-width: 1024px) {
    h4,
    .h4 {
      font-size: 30px; } }

h5,
.h5 {
  font-size: 17px;
  color: #1d1c1a; }
  @media (min-width: 1024px) {
    h5,
    .h5 {
      font-size: 20px; } }

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

p {
  margin: 0 0 15px;
  letter-spacing: .22px; }

a {
  color: inherit;
  text-decoration: underline;
  -webkit-transition: color 0.3s, background-color 0.3s;
          transition: color 0.3s, background-color 0.3s; }
  a:hover, a:focus {
    text-decoration: none;
    color: #58bd82; }

body {
  position: relative;
  min-width: 320px; }

section {
  text-align: center;
  padding: 50px 0 40px; }
  @media (min-width: 1024px) {
    section {
      padding: 97px 0 80px; } }
  section h2 {
    letter-spacing: -.5px;
    line-height: 1;
    margin-bottom: 29px; }
  section .h3 {
    margin-bottom: 0; }

.content-wrap1 {
  max-width: 780px;
  margin: 0 auto;
  padding: 10px 40px 10px 15px; }
  @media (min-width: 1024px) {
    .content-wrap1 {
      padding: 10px 0; } }

.content-wrap2 {
  max-width: 940px;
  margin: 0 auto;
  padding: 10px 40px 10px 15px; }
  @media (min-width: 1024px) {
    .content-wrap2 {
      padding: 10px 0; } }

a:focus, a:active {
  outline: none;
  box-shadow: none; }

#wrapper {
  -webkit-transition: left ease 0.6s;
          transition: left ease 0.6s;
  position: relative;
  left: 0;
  overflow: hidden; }
  #wrapper.nav-active {
    left: -250px; }
    @media (min-width: 1024px) {
      #wrapper.nav-active {
        margin: 0;
        left: 0; } }

ol:not([id]):not([class]) {
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  padding-left: 1.3em; }
  ol:not([id]):not([class]) li {
    padding-left: 2.4em;
    margin-bottom: 21px; }
  ol:not([id]):not([class]) .title {
    font-size: 11px;
    letter-spacing: -.15px;
    margin-bottom: 1px; }
  ol:not([id]):not([class]) .text {
    font-family: "Merriweather", serif;
    font-size: 14px;
    margin-bottom: 0; }

em, .italic {
  font-family: "Playfair Display", serif;
  font-style: italic; }

.btn {
  display: inline-block;
  padding: 9px 33px;
  font-size: 11px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  line-height: 2;
  text-transform: uppercase;
  background-color: #fae500;
  left: 0;
  color: #1d1d1b;
  border-radius: 20px;
  right: 0;
  text-decoration: none; }
  .btn:hover, .btn:focus {
    background-color: #fff840;
    color: inherit;
    outline: none;
    box-shadow: none;
    border: none; }

#totop {
  position: fixed;
  right: 0;
  bottom: 30px;
  z-index: 300;
  display: inline-block;
  width: 31px;
  height: 31px;
  border-radius: 50%;
  background-color: #94ccce;
  overflow: hidden;
  opacity: 0; }
  @media (min-width: 1080px) {
    #totop {
      right: 30px; } }
  #totop:after, #totop:before {
    content: "";
    display: inline-block;
    position: absolute;
    background-color: #fff;
    width: 2px;
    height: 11px;
    top: 9px;
    left: 11px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
  #totop:before {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    left: 18px; }
  #totop:hover:after, #totop:hover:before {
    -webkit-animation: totop 1s linear infinite;
            animation: totop 1s linear infinite; }

@-webkit-keyframes totop {
  50% {
    top: -10px; }
  50.1% {
    top: 30px; }
  100% {
    top: 9px; } }

@keyframes totop {
  50% {
    top: -10px; }
  50.1% {
    top: 30px; }
  100% {
    top: 9px; } }

.title {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  text-transform: uppercase; }

.brand-quote {
  margin-left: 15px;
  padding-right: 35px;
  padding-top: 15px;
  padding-bottom: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden; }
  @media (min-width: 768px) {
    .brand-quote {
      width: calc(50% - 15px); } }
  @media (min-width: 1024px) {
    .brand-quote {
      min-height: 242px;
      padding-right: calc((99vw - 940px)/2);
      padding-top: 5px;
      padding-bottom: 5px; } }
  .brand-quote:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: skewX(-29deg);
        -ms-transform: skewX(-29deg);
            transform: skewX(-29deg);
    -webkit-transform-origin: 0 100%;
        -ms-transform-origin: 0 100%;
            transform-origin: 0 100%;
    z-index: 20; }
  .brand-quote .center-block {
    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    z-index: 50;
    position: relative; }
  .brand-quote .foto-box {
    min-width: 130px;
    width: 130px;
    text-align: right; }
    @media (min-width: 768px) {
      .brand-quote .foto-box {
        margin: 20px 0; } }
    .brand-quote .foto-box .foto {
      display: inline-block;
      width: 101px;
      height: 101px;
      border-radius: 50%;
      overflow: hidden;
      position: relative;
      margin-right: 1px; }
      .brand-quote .foto-box .foto img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%; }
  .brand-quote blockquote {
    font-size: 9px;
    text-align: right;
    border-left: none;
    padding: 0;
    margin: 0;
    font-family: "Montserrat", sans-serif;
    line-height: 1.444;
    padding: 10px 20px; }
    .brand-quote blockquote p {
      letter-spacing: -.20px;
      margin-bottom: 0;
      text-transform: uppercase; }
    .brand-quote blockquote q {
      display: inline-block;
      font-family: "Playfair Display", serif;
      font-size: 14px;
      line-height: 1.27778;
      margin-bottom: 21px; }
      @media (min-width: 1024px) {
        .brand-quote blockquote q {
          font-size: 18px; } }
    .brand-quote blockquote cite {
      display: block;
      font-style: normal;
      text-transform: uppercase; }
      .brand-quote blockquote cite b:after {
        content: " // ";
        font-weight: normal;
        vertical-align: middle; }

.insert {
  padding: 30px 0 30px; }
  @media (min-width: 1024px) {
    .insert {
      padding: 65px 0 67px; } }
  .insert .h3 {
    margin-bottom: 10px; }
    .insert .h3:before {
      display: none; }
  .insert .btn {
    padding: 9px 48px; }

body .yellow {
  background-color: #fff840; }
  body .yellow .btn {
    background-color: #f9df00; }
    body .yellow .btn:hover {
      background-color: #afdfe4; }

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

body .green {
  background: #58bd82; }

.popup-holder {
  position: relative;
  overflow: hidden;
  height: 0; }

.fancybox-overlay {
  position: fixed; }

.fancybox-wrap {
  width: 100% !important;
  max-width: 468px;
  left: 0 !important; }
  @media (min-width: 468px) {
    .fancybox-wrap {
      left: calc((100vw - 468px)/2) !important; } }

.fancybox-inner {
  width: 100% !important;
  max-width: 468px; }

.fancybox-close {
  display: none; }

.fancybox-wrap .lightbox {
  width: 100%;
  max-width: 468px;
  padding: 49px 46px;
  text-align: center;
  position: relative; }
  .fancybox-wrap .lightbox .title {
    font-size: 25px;
    line-height: 1.2;
    margin-bottom: 33px;
    display: inline-block; }
  .fancybox-wrap .lightbox fieldset {
    margin-bottom: 30px; }
    .fancybox-wrap .lightbox fieldset input {
      border: none;
      margin-bottom: 9px; }
  .fancybox-wrap .lightbox .close {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #000;
    position: absolute;
    top: 21px;
    right: 18px;
    -webkit-transition: -webkit-transform 0.3s, background-color 0.3s;
            transition: transform 0.3s, background-color 0.3s; }
    .fancybox-wrap .lightbox .close:after, .fancybox-wrap .lightbox .close:before {
      content: "";
      position: absolute;
      display: block;
      width: 2px;
      height: 20px;
      background-color: #fff840;
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg);
      top: 6px;
      left: 15px; }
    .fancybox-wrap .lightbox .close:before {
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
    .fancybox-wrap .lightbox .close:hover {
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg);
      background-color: transparent; }
      .fancybox-wrap .lightbox .close:hover:after, .fancybox-wrap .lightbox .close:hover:before {
        background-color: #000; }
  .fancybox-wrap .lightbox .btn {
    width: 252px; }
  .fancybox-wrap .lightbox.send-succes {
    padding: 48px 54px 38px;
    max-width: 375px;
    font-size: 12px;
    line-height: 18px; }
    .fancybox-wrap .lightbox.send-succes .close {
      position: relative;
      display: inline-block;
      top: auto;
      right: auto;
      margin-top: 15px; }
    .fancybox-wrap .lightbox.send-succes .title {
      margin-bottom: 28px; }

.top-slide {
  position: relative;
  padding: 0; }
  .top-slide .logo {
    position: absolute;
    top: 20px;
    left: calc(50% - 134px);
    z-index: 10; }
    @media (min-width: 768px) {
      .top-slide .logo {
        top: 67px; } }
  .top-slide .line {
    height: 1px;
    background: url(images/color-line.png) repeat; }
  .top-slide .down {
    position: absolute;
    bottom: 30px;
    left: calc(50% - 11px);
    display: inline-block;
    height: 22px;
    width: 22px;
    border-radius: 50%;
    background-color: #000; }
    .top-slide .down:after, .top-slide .down:before {
      content: "";
      position: absolute;
      width: 2px;
      height: 12px;
      -webkit-transform: rotate(-35deg);
          -ms-transform: rotate(-35deg);
              transform: rotate(-35deg);
      background-color: #fff33e;
      top: 6px;
      left: 7px;
      border-radius: 2px; }
    .top-slide .down:before {
      position: absolute;
      -webkit-transform: rotate(35deg);
          -ms-transform: rotate(35deg);
              transform: rotate(35deg);
      left: 13px; }
    .top-slide .down:hover {
      -webkit-animation: downhover .6s linear infinite alternate;
              animation: downhover .6s linear infinite alternate; }
      .top-slide .down:hover:after, .top-slide .down:hover:before {
        -webkit-animation: paused;
                animation: paused; }

@-webkit-keyframes downhover {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1); }
  100% {
    -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2); } }

@keyframes downhover {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1); }
  100% {
    -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2); } }

/* carousel basic styles */
.carousel {
  position: relative;
  height: 100%;
  z-index: 9; }
  .carousel .mask {
    position: relative;
    overflow: hidden;
    width: 100%; }
    .carousel .mask .slideset {
      width: 9999px;
      height: 100%;
      float: left; }
  .carousel .slide {
    width: 100%;
    height: 100vh;
    float: left;
    z-index: 10;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 10px 40px 10px 15px; }
    @media (min-width: 1024px) {
      .carousel .slide {
        padding: 10px 15px; } }
    @media (min-width: 768px) {
      .carousel .slide > * {
        margin: auto; } }
    .carousel .slide .h1 {
      padding: 0;
      font-size: 45px;
      margin: 0;
      line-height: 1; }
      @media (min-width: 480px) {
        .carousel .slide .h1 {
          font-size: 70px; } }
      @media (min-width: 768px) {
        .carousel .slide .h1 {
          font-size: 100px;
          margin: inherit; } }
      @media (min-width: 1024px) {
        .carousel .slide .h1 {
          font-size: 150px; } }
    .carousel .slide .h3 {
      color: #000;
      font-size: 20px;
      text-transform: none;
      line-height: 1.28;
      margin: 0;
      padding-bottom: 0; }
      @media (min-width: 768px) {
        .carousel .slide .h3 {
          width: 60%;
          font-size: 25px;
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%); } }
      .carousel .slide .h3:before {
        display: none; }
    .carousel .slide:nth-child(odd) {
      background-color: #fff33e; }
    .carousel .slide:nth-child(even) {
      background-color: #afdfe4; }
    .carousel .slide:first-child .h1 {
      color: #000;
      font-size: 60px; }
      @media (min-width: 480px) {
        .carousel .slide:first-child .h1 {
          font-size: 110px; } }
      @media (min-width: 768px) {
        .carousel .slide:first-child .h1 {
          font-size: 190px; } }
      @media (min-width: 1024px) {
        .carousel .slide:first-child .h1 {
          font-size: 250px; } }
      @media (min-width: 1380px) {
        .carousel .slide:first-child .h1 {
          font-size: 350px; } }
    .carousel .slide:nth-child(2) .h1 {
      color: #a6dadd;
      font-size: 60px; }
      @media (min-width: 480px) {
        .carousel .slide:nth-child(2) .h1 {
          font-size: 110px; } }
      @media (min-width: 768px) {
        .carousel .slide:nth-child(2) .h1 {
          font-size: 190px; } }
      @media (min-width: 1024px) {
        .carousel .slide:nth-child(2) .h1 {
          font-size: 250px; } }
      @media (min-width: 1380px) {
        .carousel .slide:nth-child(2) .h1 {
          font-size: 350px; } }
    .carousel .slide:nth-child(2) .h3 {
      color: #fff; }
      @media (min-width: 768px) {
        .carousel .slide:nth-child(2) .h3 {
          padding-right: 40px; } }
      @media (min-width: 1024px) {
        .carousel .slide:nth-child(2) .h3 {
          padding-right: 50px; } }
      @media (min-width: 1380px) {
        .carousel .slide:nth-child(2) .h3 {
          padding-right: 70px; } }
    .carousel .slide:nth-child(3) .h1 {
      color: #fae500; }
    .carousel .slide:nth-child(4) .h1 {
      color: #fff33e; }
    .carousel .slide:nth-child(5) .h1 {
      color: #fae500; }
    .carousel .slide .overlay {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      z-index: 30; }
      @media (min-width: 768px) {
        .carousel .slide .overlay {
          background: -webkit-repeating-linear-gradient(45deg, transparent, transparent 4px, #fff33e 3px, #fff33e 7px);
          background: repeating-linear-gradient(45deg, transparent, transparent 4px, #fff33e 3px, #fff33e 7px); } }
    .carousel .slide.image {
      background-size: cover;
      background-repeat: no-repeat;
      background-image: url(); }

#header {
  padding: 32px 40px 40px 30px;
  background-color: #afdfe4;
  text-align: center;
  width: 100%;
  position: relative;
  -webkit-transition: padding 0.6s linear, left ease 0.6s;
          transition: padding 0.6s linear, left ease 0.6s; }
  @media (min-width: 1024px) {
    #header {
      padding: 67px 15px 50px;
      -webkit-transition: padding 0s linear, padding-bottom .6s linear;
              transition: padding 0s linear, padding-bottom .6s linear; } }
  #header h1 {
    margin: 0; }
  #header .logo {
    display: inline-block;
    padding-bottom: 25px; }

.nav-opener {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: #000;
  position: absolute;
  bottom: 10px;
  left: 15px;
  border-radius: 3px;
  text-indent: -9999px;
  overflow: hidden; }
  @media (min-width: 768px) {
    .nav-opener {
      margin-top: 0; } }
  @media (min-width: 1024px) {
    .nav-opener {
      display: none; } }
  .nav-opener span, .nav-opener:before, .nav-opener:after {
    content: "";
    background: #fff;
    border-radius: 4px;
    position: absolute;
    top: 14px;
    left: 4px;
    height: 3px;
    width: 22px;
    -webkit-transition: opacity .2s, top .2s, -webkit-transform .2s;
            transition: opacity .2s, top .2s, transform .2s; }
  .nav-opener:before {
    top: 6px; }
  .nav-opener:after {
    top: 22px; }
  .nav-opener:hover span, .nav-opener:hover:before, .nav-opener:hover:after {
    background: #fff840; }

.nav-active .nav-opener span {
  opacity: 0; }

.nav-active .nav-opener:before {
  top: 14px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg); }

.nav-active .nav-opener:after {
  top: 14px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); }

.main-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  font-weight: bold;
  overflow: hidden; }
  .main-menu li {
    font-family: "Montserrat", sans-serif;
    display: block;
    margin: 5px 0; }
    @media (min-width: 1024px) {
      .main-menu li {
        margin: 0 6px;
        display: inline-block; } }
    .main-menu li.active {
      position: relative; }
      .main-menu li.active a {
        color: #fff840; }
  .main-menu a {
    display: inline-block;
    color: #010101;
    padding: 5px;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 16px;
    line-height: 1; }
    @media (min-width: 1024px) {
      .main-menu a {
        font-size: 11px; } }
    .main-menu a:hover {
      color: #fff840; }

.navigate {
  padding: 25px 0;
  opacity: 0;
  width: 0;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: #bbe3e4;
  box-shadow: -3px 1px 1px rgba(0, 0, 0, 0.5);
  -webkit-transition: opacity .01s;
          transition: opacity .01s;
  z-index: 100;
  overflow: auto; }
  @media (min-width: 1024px) {
    .navigate {
      position: static;
      width: 100%;
      padding: 38px 0 0;
      opacity: 1;
      box-shadow: none;
      background-color: transparent; } }
  .navigate .nav-opener {
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 150; }
    @media (min-width: 1024px) {
      .navigate .nav-opener {
        display: none; } }

.nav-active .navigate {
  padding-left: 15px;
  padding-right: 15px;
  opacity: 1;
  width: 250px;
  -webkit-transition: opacity 1.3s;
          transition: opacity 1.3s; }
  @media (min-width: 1024px) {
    .nav-active .navigate {
      width: 100%; } }

.nav-active #header > .nav-opener {
  display: none; }

.nav-active #header.fixed-position {
  left: -250px; }

.big {
  margin-bottom: 65px; }

.top-parag {
  font-size: 16px; }
  @media (min-width: 768px) {
    .top-parag {
      font-size: 20px; } }

.small {
  text-align: left;
  letter-spacing: 1px;
  padding: 20px 0; }
  .small h4 {
    text-align: center;
    color: #94ccce;
    margin-bottom: 12px; }
  .small .title {
    padding-top: 25px;
    text-align: center;
    margin-bottom: 10px; }
  .small i {
    display: block;
    margin-bottom: 10px;
    letter-spacing: 0; }
  .small p {
    letter-spacing: .18px; }

.insert {
  background-color: #afdfe4; }

.brand {
  padding-top: 95px; }

.brand-item {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 40px; }
  @media (min-width: 768px) {
    .brand-item {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 100px; } }
  .brand-item:nth-child(n) .brand-quote:before {
    background-color: #fff33e; }
  .brand-item:nth-child(n) .btn {
    background-color: #fae500; }
    .brand-item:nth-child(n) .btn:hover {
      background-color: #fff33e; }
  .brand-item:nth-child(2n) .brand-quote:before {
    background-color: #afdfe4; }
  .brand-item:nth-child(2n) .btn {
    background-color: #94ccce; }
    .brand-item:nth-child(2n) .btn:hover {
      background-color: #afdfe4; }
  .brand-item:nth-child(3n) .brand-quote:before {
    background-color: #58bd82; }
  .brand-item:nth-child(3n) .btn {
    background-color: #4eaf78; }
    .brand-item:nth-child(3n) .btn:hover {
      background-color: #58bd82; }

.brand-text {
  line-height: 1.6;
  padding-left: 15px;
  padding-right: 35px;
  text-align: left;
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .brand-text {
      width: 50%;
      margin-bottom: 0;
      padding-right: 0; } }
  @media (min-width: 1024px) {
    .brand-text {
      padding-left: calc((99vw - 940px)/2); } }
  .brand-text h4 {
    margin-bottom: 18px;
    line-height: .8; }
  .brand-text p {
    margin-bottom: 25px; }
  .brand-text .btn {
    display: block;
    margin-bottom: 10px;
    max-width: 278px;
    text-align: center; }
    .brand-text .btn:last-child {
      margin-bottom: 0; }

/*.brand-quote in file _common.scss*/
.design {
  background-color: #58bd82; }
  .design .h3 {
    color: #fff; }
    .design .h3:before {
      background-color: #fff; }
  .design .btn {
    display: block;
    margin: 0 auto;
    max-width: 280px;
    width: 50%; }

.icon-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 55px;
  padding-bottom: 35px; }
  .icon-wrap > div {
    width: 120px;
    font-size: 12.5px;
    margin-bottom: 40px; }
    @media (min-width: 480px) {
      .icon-wrap > div {
        width: 155px; } }
  .icon-wrap .icon {
    width: 53px;
    height: 53px;
    border-radius: 50%;
    margin: 0 auto;
    background-color: #1d1c1a;
    margin-bottom: 18px; }
    .icon-wrap .icon span {
      color: #fff33e;
      font-size: 27px;
      line-height: 53px; }
  .icon-wrap .title {
    font-weight: normal; }

.person {
  padding-top: 30px; }
  @media (min-width: 480px) {
    .person {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      padding-top: 58px;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start; } }
  .person .foto {
    text-align: center;
    position: relative;
    border-radius: 100%;
    overflow: hidden;
    display: inline-block;
    vertical-align: top; }
    @media (min-width: 480px) {
      .person .foto {
        width: 340px;
        min-width: 120px; } }
    @media (min-width: 768px) {
      .person .foto {
        min-width: 340px; } }
    @media (min-width: 480px) {
      .person .foto img {
        width: 100%;
        max-width: none; } }
  .person .about-person {
    text-align: left;
    padding-left: 30px;
    line-height: 1.6; }
    @media (min-width: 768px) {
      .person .about-person {
        padding-left: 65px; } }
    .person .about-person h4 {
      padding-top: 12px; }
    .person .about-person .btn {
      margin-top: 25px; }
  .person .title {
    text-align: left;
    padding-top: 9px;
    letter-spacing: -.1px;
    font-size: 15px; }

.ticket-section {
  padding-bottom: 0; }

.ticket-wrap {
  padding-top: 45px;
  padding-bottom: 40px;
  border-bottom: 1px solid #555453; }
  @media (min-width: 768px) {
    .ticket-wrap {
      padding-bottom: 93px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; } }

.ticket {
  padding: 22px 24px 40px;
  position: relative;
  background-color: #afdfe4;
  margin-bottom: 40px;
  font-size: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (min-width: 768px) {
    .ticket {
      width: 48.3%;
      padding: 45px 48px; } }
  .ticket .title {
    font-size: 25px;
    margin-bottom: 22px;
    letter-spacing: -.5px; }
  .ticket .btn-wrapper {
    text-align: center;
    margin: 0 0 10px; }
    .ticket .btn-wrapper .btn {
      width: 100%;
      margin-bottom: 10px; }
      @media (min-width: 1024px) {
        .ticket .btn-wrapper .btn {
          width: 325px; } }
      .ticket .btn-wrapper .btn:last-child {
        margin-bottom: 0; }
  .ticket p {
    margin: 0 1px 26px; }

@media (min-width: 768px) {
  .hiring {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; } }

.hiring-descript {
  padding: 10px 40px 10px 15px;
  text-align: left; }
  @media (min-width: 768px) {
    .hiring-descript {
      width: 55%;
      padding-right: 0; } }
  @media (min-width: 1024px) {
    .hiring-descript {
      padding-left: calc((99vw - 940px)/2); } }
  .hiring-descript .btn {
    display: block;
    margin-bottom: 15px;
    max-width: 278px;
    text-align: center;
    margin-left: 40px; }
    .hiring-descript .btn:last-child {
      margin-bottom: 0; }
  .hiring-descript ol {
    margin-bottom: 32px; }

.hiring-person {
  padding-left: 25px; }
  @media (min-width: 480px) {
    .hiring-person {
      padding-left: 55px; } }
  @media (min-width: 768px) {
    .hiring-person {
      width: calc(45% - 30px);
      margin-left: 30px;
      padding: 0; } }
  .hiring-person .brand-quote {
    width: 100%;
    min-height: 165px;
    margin-bottom: 20px;
    margin-left: 0;
    padding-left: 15px; }
    @media (min-width: 768px) {
      .hiring-person .brand-quote {
        padding-left: 0;
        margin-bottom: 50px; } }
    @media (min-width: 1024px) {
      .hiring-person .brand-quote {
        padding-right: calc((99vw - 940px)/2); } }
    .hiring-person .brand-quote:nth-child(n):before,
    .hiring-person .brand-quote:nth-child(n) .btn {
      background-color: #fff33e; }
    .hiring-person .brand-quote:nth-child(2n):before,
    .hiring-person .brand-quote:nth-child(2n) .btn {
      background-color: #afdfe4; }
    .hiring-person .brand-quote:nth-child(3n):before,
    .hiring-person .brand-quote:nth-child(3n) .btn {
      background-color: #58bd82; }
    .hiring-person .brand-quote .foto-box {
      min-width: 81px;
      width: 130px;
      text-align: left; }
      .hiring-person .brand-quote .foto-box .foto {
        width: 81px;
        height: 81px; }
      .hiring-person .brand-quote .foto-box img {
        width: 81px;
        height: 81px;
        border-radius: 50%;
        margin-right: 10px; }
    .hiring-person .brand-quote .center-block {
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }

.person-extend {
  display: block !important; }
  .person-extend .foto {
    margin: 0 auto 25px; }
    @media (min-width: 480px) {
      .person-extend .foto {
        height: 340px; } }
    @media (min-width: 768px) {
      .person-extend .foto {
        margin: 0 auto 49px; } }
  .person-extend .about-person {
    padding: 0 !important;
    text-align: center;
    line-height: inherit;
    position: relative; }
    .person-extend .about-person h4 {
      margin-bottom: 0; }
    .person-extend .about-person .title {
      padding-top: 2px;
      display: inline-block;
      font-size: 12px;
      margin-bottom: 15px; }
      @media (min-width: 768px) {
        .person-extend .about-person .title {
          margin-bottom: 35px; } }
    .person-extend .about-person .btn {
      width: 162px;
      margin-top: 40px; }
      @media (min-width: 768px) {
        .person-extend .about-person .btn {
          margin-top: 79px; } }
  .person-extend .person-content {
    text-align: left; }

.social {
  margin-top: 20px;
  font-size: 15px; }
  @media (min-width: 768px) {
    .social {
      position: absolute;
      left: 0;
      bottom: 6px; } }
  .social a {
    text-decoration: none; }
  .social span {
    font-size: 25px;
    margin-right: 12px;
    vertical-align: middle; }

#footer {
  background-color: #afdfe4; }
  @media (min-width: 768px) {
    #footer {
      height: 280px; } }
  #footer .content-wrap2 {
    height: 100%;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (min-width: 768px) {
      #footer .content-wrap2 {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
    #footer .content-wrap2 > * {
      margin: 15px 0; }
      @media (min-width: 768px) {
        #footer .content-wrap2 > * {
          width: 33.3%;
          margin: auto; } }
  #footer .btn {
    width: 162px !important; }

.copyright {
  font-size: 11px; }
  .copyright a {
    text-decoration: none; }

.top-section {
  padding-bottom: 80px; }
  @media (min-width: 1024px) {
    .top-section {
      padding-bottom: 146px; } }
  .top-section .title {
    margin-top: 35px;
    margin-bottom: 35px;
    font-size: 15px; }
  .top-section p:last-child {
    margin-bottom: 0; }

@media (min-width: 1024px) {
  .blockquote-section {
    padding: 65px 0 75px; } }

.blockquote-section .foto {
  display: inline-block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 15px;
  margin-top: -92px; }
  @media (min-width: 768px) {
    .blockquote-section .foto {
      margin-bottom: 35px; } }
  @media (min-width: 1024px) {
    .blockquote-section .foto {
      margin-top: -130px;
      margin-bottom: 50px; } }
  .blockquote-section .foto img {
    width: 100%;
    height: auto; }

.blockquote-section blockquote {
  border-left: none;
  padding: 0;
  margin: 0; }

.blockquote-section cite {
  font-style: normal;
  font-family: "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 9px;
  text-transform: uppercase; }
  .blockquote-section cite span:after {
    content: " // ";
    font-weight: normal;
    vertical-align: middle; }
  .blockquote-section cite span:last-child:after {
    display: none; }

@media (min-width: 1024px) {
  .grow-business {
    padding-bottom: 143px; } }

.grow-business header {
  max-width: 800px;
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .grow-business header {
      margin-bottom: 50px; } }
  @media (min-width: 1024px) {
    .grow-business header {
      margin-bottom: 95px; } }

.grow-business .blockquote-section {
  overflow: hidden; }
  @media (max-width: 767px) {
    .grow-business .blockquote-section {
      margin-left: -15px;
      margin-right: -40px; } }

.btn.wide {
  min-width: 278px;
  margin: 0 0 30px; }

.grow-steps {
  margin-bottom: 0; }
  .grow-steps .step-block {
    margin-bottom: 24px; }
    .grow-steps .step-block:last-child {
      margin-bottom: 0; }
  .grow-steps .icon-block {
    margin: 0 0 15px 0; }
    @media (min-width: 768px) {
      .grow-steps .icon-block {
        width: 30%;
        width: 72px;
        float: left;
        margin: 15px 75px 0 5px; } }
    .grow-steps .icon-block img {
      width: 72px;
      height: auto; }
  .grow-steps .text-block {
    overflow: hidden; }
    @media (min-width: 768px) {
      .grow-steps .text-block {
        text-align: left; } }
    .grow-steps .text-block .title {
      font-size: 15px; }

.note-block {
  background: #58bd82;
  color: #fff;
  padding: 30px 40px 39px 15px;
  position: relative; }
  .note-block:after {
    content: "";
    display: block;
    width: 130px;
    height: 32px;
    background: #58bd82;
    position: absolute;
    right: -23px;
    bottom: -15px;
    -webkit-transform: skew(-50deg, -14deg);
        -ms-transform: skew(-50deg, -14deg);
            transform: skew(-50deg, -14deg); }
  @media (min-width: 768px) {
    .note-block {
      padding: 30px 100px 39px; } }
  .note-block .note {
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 9px;
    font-weight: 700;
    font-size: 13px; }
    @media (max-width: 767px) {
      .note-block .note {
        font-size: 15px; } }
  .note-block .h3 {
    color: #fff; }
    .note-block .h3:before {
      display: none; }

.business-plan {
  background: #afdfe4;
  margin: 0 -40px 30px -15px; }
  @media (min-width: 768px) {
    .business-plan {
      margin: 0 0 53px 0; } }

.work-section {
  padding-bottom: 80px; }
  @media (min-width: 1024px) {
    .work-section {
      padding-bottom: 160px; } }
  .work-section header {
    margin-bottom: 20px; }
    @media (min-width: 1024px) {
      .work-section header {
        margin-bottom: 50px; } }
  .work-section .advantages {
    margin-bottom: 38px;
    margin-top: 40px; }
    @media (min-width: 1024px) {
      .work-section .advantages {
        margin-top: 60px; } }
    .work-section .advantages .title {
      margin-bottom: 0;
      font-size: 15px; }
      .work-section .advantages .title + .italic {
        font-weight: 700;
        margin-bottom: 20px; }
        @media (min-width: 1024px) {
          .work-section .advantages .title + .italic {
            margin-bottom: 40px; } }
  .work-section .bg-block {
    background: #afdfe4;
    margin-bottom: 2px;
    padding: 20px 15px 15px 70px;
    position: relative; }
    @media (max-width: 767px) {
      .work-section .bg-block {
        margin-left: -15px;
        margin-right: -40px;
        padding: 20px 45px 15px 60px; } }
    .work-section .bg-block .icon-light {
      background: #fff840;
      border-radius: 50%;
      width: 33px;
      height: 33px;
      display: inline-block;
      position: absolute;
      left: 23px;
      top: 22px; }
      @media (max-width: 767px) {
        .work-section .bg-block .icon-light {
          left: 15px; } }
      .work-section .bg-block .icon-light .path2:before {
        font-size: 33px;
        margin: 0; }
    .work-section .bg-block p:last-child {
      margin-bottom: 0; }

.needs-section {
  padding-bottom: 80px; }
  @media (min-width: 1024px) {
    .needs-section {
      padding-bottom: 160px; } }
  .needs-section header {
    margin-bottom: 30px; }
    @media (min-width: 1024px) {
      .needs-section header {
        margin-bottom: 70px; } }
  .needs-section .title {
    font-size: 15px;
    margin-bottom: 30px; }
    @media (min-width: 1024px) {
      .needs-section .title {
        margin-bottom: 45px; } }
  .needs-section .accordion {
    margin-bottom: 35px; }
    @media (max-width: 767px) {
      .needs-section .accordion {
        margin-left: -15px;
        margin-right: -40px; } }
    @media (min-width: 1024px) {
      .needs-section .accordion {
        margin-bottom: 53px; } }
    .needs-section .accordion li {
      margin-bottom: 2px; }
      .needs-section .accordion li:last-child {
        margin-bottom: 0; }
      .needs-section .accordion li.active .plus-holder {
        background: transparent;
        border: 2px solid #1d1c1a; }
        .needs-section .accordion li.active .plus-holder:before {
          display: none; }
        .needs-section .accordion li.active .plus-holder:after {
          background: #1d1c1a;
          top: 7px;
          left: 3px; }
      .needs-section .accordion li.active .arrow-holder {
        -webkit-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
                transform: rotate(0deg); }
      .needs-section .accordion li.active .opener-title:hover .plus-holder:after {
        background: #1d1c1a; }
    .needs-section .accordion .opener-title {
      background: #afdfe4;
      text-decoration: none;
      padding: 23px 95px 23px 77px;
      position: relative;
      line-height: 1;
      display: block;
      -webkit-transition: background 0.3s linear;
              transition: background 0.3s linear; }
      .needs-section .accordion .opener-title:hover {
        text-decoration: none;
        background: #8dcfdc;
        color: inherit; }
        .needs-section .accordion .opener-title:hover .plus-holder:after, .needs-section .accordion .opener-title:hover .plus-holder:before {
          background: #8dcfdc; }
      .needs-section .accordion .opener-title:focus {
        color: inherit; }
      .needs-section .accordion .opener-title .plus-holder {
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background: #1d1c1a;
        position: absolute;
        right: 33px;
        top: 40px; }
        .needs-section .accordion .opener-title .plus-holder:after, .needs-section .accordion .opener-title .plus-holder:before {
          content: "";
          background: #afdfe4;
          position: absolute;
          font-weight: 500; }
        .needs-section .accordion .opener-title .plus-holder:before {
          top: 5px;
          left: 9px;
          width: 2px;
          height: 10px; }
        .needs-section .accordion .opener-title .plus-holder:after {
          width: 10px;
          height: 2px;
          top: 9px;
          left: 5px; }
      .needs-section .accordion .opener-title .arrow-holder {
        display: inline-block;
        width: 32px;
        height: 32px;
        border-radius: 50%;
        background-color: #fff840;
        position: absolute;
        left: 15px;
        top: 27px;
        -webkit-transition: -webkit-transform 0.3s;
                transition: transform 0.3s;
        -webkit-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
                transform: rotate(-90deg); }
        .needs-section .accordion .opener-title .arrow-holder:after, .needs-section .accordion .opener-title .arrow-holder:before {
          content: "";
          display: inline-block;
          position: absolute;
          background-color: #8dcfdc;
          width: 13px;
          height: 2px;
          top: 15px;
          left: 6px;
          -webkit-transform: rotate(54deg);
              -ms-transform: rotate(54deg);
                  transform: rotate(54deg); }
        .needs-section .accordion .opener-title .arrow-holder:before {
          -webkit-transform: rotate(-54deg);
              -ms-transform: rotate(-54deg);
                  transform: rotate(-54deg);
          left: 13px; }
        @media (min-width: 768px) {
          .needs-section .accordion .opener-title .arrow-holder {
            left: 23px; } }
      .needs-section .accordion .opener-title .title {
        margin-bottom: 5px;
        text-transform: uppercase; }
      .needs-section .accordion .opener-title .italic {
        margin-bottom: 0;
        line-height: 1.3;
        font-size: 14px;
        letter-spacing: 0.5px; }
    .needs-section .accordion .slide {
      padding: 27px 50px 25px 77px;
      font-size: 14px; }
      @media (min-width: 768px) {
        .needs-section .accordion .slide {
          padding: 27px 60px 25px 77px; } }
      .needs-section .accordion .slide strong {
        margin-bottom: 6px;
        text-transform: uppercase;
        display: block;
        font-family: "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
      .needs-section .accordion .slide .subtitle {
        font-size: 14px;
        letter-spacing: 0.5px;
        margin: 0 0 10px; }
      .needs-section .accordion .slide .bigger {
        font-size: 18px;
        margin: 0 0 20px;
        width: 100%; }
        @media (min-width: 768px) {
          .needs-section .accordion .slide .bigger {
            margin: 0;
            width: 65%; } }
        @media (min-width: 1024px) {
          .needs-section .accordion .slide .bigger {
            width: 71%; } }
      .needs-section .accordion .slide p {
        margin-bottom: 25px; }
        .needs-section .accordion .slide p a {
          text-decoration: none;
          color: #58bd82;
          -webkit-transition: color 0.2s linear;
                  transition: color 0.2s linear; }
          .needs-section .accordion .slide p a:hover {
            color: #231f20; }
      .needs-section .accordion .slide .btn {
        background: #8dcfdc;
        min-width: auto; }
        .needs-section .accordion .slide .btn:hover {
          background: #afdfe4; }
        @media (min-width: 768px) {
          .needs-section .accordion .slide .btn {
            padding: 9px 39px; } }
      .needs-section .accordion .slide .footer-slide {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; }
        .needs-section .accordion .slide .footer-slide .btn:only-child {
          margin: 0 0 0 auto; }
        .needs-section .accordion .slide .footer-slide .btn {
          margin: 0 auto; }
          @media (min-width: 768px) {
            .needs-section .accordion .slide .footer-slide .btn {
              margin: 0; } }

.category {
  padding-top: 15px;
  padding-bottom: 17px;
  background-color: #1d1c1a;
  text-align: center; }

.category-list {
  padding: 0;
  margin: 0;
  color: #fff;
  list-style: none;
  font-family: "Playfair Display", serif;
  font-style: italic;
  letter-spacing: .25px;
  font-size: 12px; }
  .category-list li {
    display: inline-block; }
    .category-list li:after {
      content: "|";
      margin: 0 6.5px; }
    .category-list li:last-child:after {
      display: none; }
    .category-list li.active a {
      color: #afdfe4; }
    .category-list li a {
      letter-spacing: .6px;
      text-decoration: none; }
      .category-list li a:hover, .category-list li a:focus {
        color: #afdfe4; }

.galery {
  padding-top: 0; }
  .galery .post {
    max-width: 940px;
    margin: 0 auto;
    padding: 10px 40px 10px 15px; }
    @media (min-width: 1024px) {
      .galery .post {
        padding: 10px 0; } }

.galery-wrap {
  margin-bottom: 61px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .galery-wrap .galery-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    overflow: hidden;
    position: relative; }
    @media (min-width: 480px) {
      .galery-wrap .galery-link {
        width: calc(100%/2); } }
    @media (min-width: 768px) {
      .galery-wrap .galery-link {
        width: calc(100%/3); } }
    .galery-wrap .galery-link:nth-child(3n-1) {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: column-reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; }
    .galery-wrap .galery-link:only-child .large:only-child {
      height: 237px; }
      @media (min-width: 1024px) {
        .galery-wrap .galery-link:only-child .large:only-child {
          height: 475px; } }
    .galery-wrap .galery-link .large,
    .galery-wrap .galery-link .little {
      display: block;
      overflow: hidden;
      text-align: center;
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      position: relative; }
      .galery-wrap .galery-link .large:hover .prog-desck,
      .galery-wrap .galery-link .little:hover .prog-desck {
        opacity: 1; }
      .galery-wrap .galery-link .large:only-child,
      .galery-wrap .galery-link .little:only-child {
        height: 100%; }
    .galery-wrap .galery-link .large {
      height: 237px; }
      @media (min-width: 1024px) {
        .galery-wrap .galery-link .large {
          height: 475px; } }
    .galery-wrap .galery-link .little {
      height: 237px; }
      @media (min-width: 480px) {
        .galery-wrap .galery-link .little {
          height: 137px; } }
      @media (min-width: 1024px) {
        .galery-wrap .galery-link .little {
          height: 275px; } }
    .galery-wrap .galery-link .prog-desck {
      background-color: rgba(0, 0, 0, 0.5);
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      right: 0;
      opacity: 0;
      font-size: 12px;
      -webkit-transition: opacity 0.7s;
              transition: opacity 0.7s;
      color: #fff; }
      .galery-wrap .galery-link .prog-desck .prog-desck-wrap {
        position: absolute;
        width: 100%;
        top: 50%;
        left: 0;
        padding: 15px;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%); }
      .galery-wrap .galery-link .prog-desck .title {
        font-size: 17px;
        display: block;
        margin-bottom: 7px; }
      .galery-wrap .galery-link .prog-desck .italic {
        letter-spacing: .75px; }

.bg-stretch {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  z-index: -1; }
  .bg-stretch.bg-stretch-other {
    background-position: 0 0; }

.project {
  padding-top: 35px;
  text-align: center; }
  .project h2 {
    font-size: 36px;
    margin-bottom: 13px;
    letter-spacing: -.5px; }
  .project header {
    font-size: 13px;
    padding-bottom: 60px; }
  .project p {
    letter-spacing: .1px; }

.project-image {
  width: 100%;
  height: calc(100vw/2.333);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.project-portfolio {
  padding-top: 0;
  padding-bottom: 60px;
  background-color: #a4a4a4;
  position: relative;
  color: #fff; }
  @media (min-width: 768px) {
    .project-portfolio {
      padding-bottom: 140px; } }
  .project-portfolio .h3 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #fff;
    line-height: 1.25;
    letter-spacing: 0;
    margin-bottom: 12px; }
    .project-portfolio .h3:before {
      background-color: #fff; }
  .project-portfolio .title {
    font-size: 11px;
    margin-bottom: 50px; }
    @media (min-width: 768px) {
      .project-portfolio .title {
        margin-bottom: 120px; } }
  .project-portfolio .fixed {
    display: none; }
    @media (min-width: 768px) {
      .project-portfolio .fixed {
        display: block;
        left: -45px;
        opacity: 0;
        position: fixed;
        top: 50%;
        font-size: 11px;
        color: #fff;
        font-family: "Montserrat", sans-serif;
        text-decoration: none;
        text-transform: uppercase;
        -webkit-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
                transform: rotate(-90deg);
        vertical-align: middle;
        font-weight: bold; } }
    @media (min-width: 1024px) {
      .project-portfolio .fixed {
        left: -12px; } }
    .project-portfolio .fixed.next {
      left: auto;
      right: -45px; }
      @media (min-width: 1024px) {
        .project-portfolio .fixed.next {
          left: auto;
          right: -12px; } }
      .project-portfolio .fixed.next .icon-next {
        -webkit-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
                transform: rotate(0deg); }
  .project-portfolio .icon-next {
    color: #afdfe4;
    margin-right: 12px;
    font-size: 34px;
    display: inline-block;
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg);
    vertical-align: middle;
    -webkit-transition: color 0.3s;
            transition: color 0.3s; }
    .project-portfolio .icon-next:hover {
      color: #94ccce; }
  .project-portfolio .btn {
    color: #1d1d1b; }

.project-img {
  padding: 0 45px 50px; }
  @media (min-width: 768px) {
    .project-img {
      padding: 0 45px 115px; } }
  .project-img img {
    display: block;
    margin: 0;
    width: 100%; }
    @media (min-width: 768px) {
      .project-img img {
        margin: 0 auto;
        width: auto; } }

.bag-holder {
  text-align: right;
  margin: -81px -97px 23px 0; }
  @media (min-width: 768px) {
    .bag-holder {
      margin: -179px -190px 40px 0; } }
  .bag-holder img {
    margin: 0;
    display: inline-block;
    vertical-align: top;
    width: auto; }

.page-contact #footer .btn {
  display: none; }

.contact-preview {
  padding-top: 35px;
  padding-bottom: 20px; }
  @media (min-width: 768px) {
    .contact-preview {
      padding-top: 78px;
      padding-bottom: 58px; } }
  .contact-preview h3 {
    margin-bottom: 0; }
    .contact-preview h3:before {
      display: none; }
  .contact-preview .social {
    margin-top: 30px;
    font-size: 21px;
    border-top: 1px solid #555453;
    border-bottom: 1px solid #555453;
    position: static;
    padding-top: 13px;
    padding-bottom: 14px; }
    @media (min-width: 768px) {
      .contact-preview .social {
        margin-top: 62px; } }
    .contact-preview .social span {
      font-size: 32px;
      margin-right: 0;
      margin-left: 16px; }

.contact {
  padding-bottom: 60px; }
  @media (min-width: 768px) {
    .contact {
      padding-bottom: 130px !important; } }
  .contact .title {
    margin-bottom: 23px;
    letter-spacing: -0.05px; }
  .contact h2 {
    margin-bottom: 35px; }
  .contact header .title {
    margin-bottom: 3px; }
  .contact header a {
    display: inline-block;
    text-decoration: none;
    margin-bottom: 45px; }
  .contact p {
    max-width: 580px;
    margin-left: auto;
    margin-right: auto; }

#contact-form {
  padding-top: 20px;
  text-align: left; }
  #contact-form fieldset {
    margin-bottom: 20px;
    display: inline-block;
    width: 100%; }
  #contact-form .row {
    width: 100%; }
    @media (min-width: 768px) {
      #contact-form .row {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
    #contact-form .row.capcha-wrap {
      text-align: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
      @media (min-width: 1024px) {
        #contact-form .row.capcha-wrap {
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
              -ms-flex-pack: justify;
                  justify-content: space-between; } }
      #contact-form .row.capcha-wrap > * {
        margin-top: 25px; }
  #contact-form .jcf-select {
    margin-bottom: 0;
    width: 100%;
    margin-top: 15px; }
    @media (min-width: 768px) {
      #contact-form .jcf-select {
        margin-top: 0; } }
  #contact-form textarea {
    width: calc(100% - 54px) !important; }

.icon-link {
  display: inline-block;
  background-color: #fff840;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  margin-right: 12px; }
  .icon-link:before {
    font-size: 18px;
    line-height: 33px; }

.jcf-button-content {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  background-color: #fff840;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  margin-right: 12px;
  text-align: center; }
  .jcf-button-content:before {
    content: "\e9cb";
    font-family: 'icomoon' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 18px;
    line-height: 33px; }

.capcha-text {
  display: inline-block;
  font-size: 13px; }

.captcha {
  display: inline-block;
  white-space: nowrap;
  padding-left: 5px;
  padding-right: 5px;
  width: 170px;
  min-width: 170px; }

.captcha-1 input[type="text"] {
  width: 80px;
  margin-left: 5px;
  padding-left: 5px;
  padding-right: 5px; }

.ajax-loader {
  display: none; }

.questionnaire {
  padding-bottom: 60px; }
  .questionnaire h4 {
    font-size: 25px; }
  .questionnaire header {
    margin-bottom: 56px; }
  .questionnaire .content {
    background-color: #bbe3e4;
    padding: 30px 60px 48px;
    color: #1d1c1a; }
    .questionnaire .content .icon-arrow-up {
      display: inline-block;
      width: 33px;
      height: 33px;
      border-radius: 50%;
      background-color: #1d1c1a;
      color: #bbe3e4;
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg);
      margin-bottom: 13px;
      text-align: center; }
      .questionnaire .content .icon-arrow-up:before {
        line-height: 33px;
        font-size: 20px; }
    .questionnaire .content h4 {
      margin-bottom: 24px; }
    .questionnaire .content .btn {
      margin-top: 15px; }

.inform-online {
  border-top: 2px solid #8e8d8c;
  text-align: left;
  line-height: 1.5; }
  @media (min-width: 768px) {
    .inform-online {
      padding-top: 0;
      padding-bottom: 93px; } }
  .inform-online h4 {
    font-size: 25px;
    margin: 25px 0 8px;
    text-align: center; }
  .inform-online .title {
    text-align: center;
    margin-bottom: 30px;
    margin-top: 41px; }
  .inform-online p {
    margin-bottom: 10px; }

.form-inform {
  text-align: center; }
  .form-inform .title {
    text-align: left;
    display: block;
    margin-bottom: 25px;
    margin-top: 40px; }
  .form-inform input,
  .form-inform .radio-button .wpcf7-list-item {
    margin-bottom: 10px; }
  .form-inform .radio-button .wpcf7-list-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .form-inform .fieldset {
    text-align: left;
    padding: 0 0 41px;
    border-bottom: 1px solid #1d1c1a; }
  .form-inform textarea {
    padding: 15px 27px;
    width: calc(100% - (27px + 27px)) !important; }
  .form-inform .btn {
    margin-top: 30px; }
    @media (min-width: 768px) {
      .form-inform .btn {
        margin-top: 60px; } }

.jcf-select-select-meet {
  border: 2px solid #bce4e9;
  background-color: transparent;
  padding: 9px 30px 9px 20px;
  height: auto;
  width: 242px;
  margin-top: 10px; }
  .jcf-select-select-meet .jcf-select-drop-content {
    border: none; }
  .jcf-select-select-meet .jcf-select-text {
    margin: 0; }
  .jcf-select-select-meet .jcf-select-opener {
    background-color: transparent; }
    .jcf-select-select-meet .jcf-select-opener:after {
      border-top-color: #bce4e9;
      top: 20px; }
  .jcf-select-select-meet.jcf-select-drop {
    padding: 0; }
    .jcf-select-select-meet.jcf-select-drop .jcf-option {
      padding: 9px 20px; }
      .jcf-select-select-meet.jcf-select-drop .jcf-option.jcf-hover {
        background: #d7eff2; }

.input-list {
  padding-left: 20px;
  font-family: "Montserrat", sans-serif; }
  .input-list li {
    padding-left: 15px; }
  .input-list .title {
    margin-bottom: -2px; }
  .input-list em {
    font-size: 13px;
    letter-spacing: .4px; }
  .input-list .input-wrap {
    margin-left: -35px;
    padding-top: 14px; }
    .input-list .input-wrap .btn {
      margin: 10px 0 10px 15px;
      font-size: 10px;
      text-align: center; }
  .input-list .wpcf7-list-item {
    margin-left: 0; }

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

@media (min-width: 768px) {
  .row .w40 {
    width: 40%; } }

@media (min-width: 768px) {
  .row .w50 {
    width: calc(50% - 13.5px);
    margin-right: 13.5px; }
    .row .w50:last-child {
      margin-right: 0;
      margin-left: 13.5px; } }

@media (min-width: 768px) {
  .row .w60 {
    width: 60%; } }

.day .wpcf7-form-control {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  @media (min-width: 768px) {
    .day .wpcf7-form-control {
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; } }

.day .wpcf7-list-item {
  width: 110px;
  min-width: 110px; }
/*# sourceMappingURL=style.css.map */