/*
Theme Name: Base
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; }

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

.upper-nav, .main-nav, .drop-nav, .extra-nav, .extra-nav ul, .social, .breadcrumbs, .product-list, .tabset, .specs-in-tab ul, .author-block .meta, .author-block .topics-list, .widget ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.clearfix:after, dl:after, .widget:after, .search-form:after,
.post-password-form:after,
#search_block:after, .search-form p:after,
.post-password-form p:after,
#search_block p:after, .navigation-single:after, .commentlist .comment-author: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: #3d4545;
  background: #fff;
  font: 500 16px/1.2 "proxima-nova", "Helvetica Neue", "Helvetica", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

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

@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon/icomoon.eot?dfdq7u");
  src: url("fonts/icomoon/icomoon.eot?dfdq7u#iefix") format("embedded-opentype"), url("fonts/icomoon/icomoon.ttf?dfdq7u") format("truetype"), url("fonts/icomoon/icomoon.woff?dfdq7u") format("woff"), url("fonts/icomoon/icomoon.svg?dfdq7u#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-youtube:before {
  content: "\e904"; }

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

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

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

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

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

.icon-chevron-down:before {
  content: "\e903"; }

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

blockquote {
  border-left: 1px solid #999;
  padding-left: .5em;
  margin-left: 1.2em; }

table {
  width: 100%;
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0 0 20px 0; }

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

th {
  text-align: center;
  vertical-align: middle;
  background: #eee; }

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

input[type=number],
input[type=tel],
input[type=url],
input[type=password],
input[type=text],
input[type=email],
input[type=reset],
input[type=button],
input[type=submit],
button,
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0; }

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
input[type='url'],
input[type='date'],
textarea {
  box-sizing: border-box;
  padding: 0.4em 0.7em;
  outline: none;
  box-shadow: none;
  border-radius: 4px;
  border: 2px solid #3a3b3a;
  color: #3d4545;
  font-size: 18px;
  font-weight: 500;
  width: 100%;
  height: 54px; }
  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='date']:focus,
  textarea:focus {
    border-color: #89b441; }
  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='date']::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #3d4545; }
  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='date']::-moz-placeholder,
  textarea::-moz-placeholder {
    opacity: 1;
    color: #3d4545; }
  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='date']:-moz-placeholder,
  textarea:-moz-placeholder {
    color: #3d4545; }
  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='date']:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #3d4545; }
  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='date'].placeholder,
  textarea.placeholder {
    color: #3d4545; }
  @media (max-width: 767px) {
    input[type='text'],
    input[type='tel'],
    input[type='email'],
    input[type='search'],
    input[type='password'],
    input[type='url'],
    input[type='date'],
    textarea {
      height: 34px;
      font-size: 16px; } }

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

textarea {
  resize: vertical;
  vertical-align: top;
  min-height: 120px; }

button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'] {
  display: inline-block;
  vertical-align: top;
  border: 0;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer;
  outline: none; }

button {
  transition: color 0.2s ease, background 0.2s ease, opacity 0.2s ease , border-color 0.2s ease; }

.btn {
  display: inline-block;
  vertical-align: top;
  background: #10c4f8;
  color: #fff;
  border: 2px solid #10c4f8;
  height: 47px;
  font-size: 18px;
  line-height: 44px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  padding: 0 1.3em;
  border-radius: 25px; }
  @media (max-width: 479px) {
    .btn {
      font-size: 16px; } }
  .btn:hover {
    color: #2e2f2f; }
  .btn.small {
    height: 40px;
    font-size: 16px;
    line-height: 38px; }

.more-btn-handler {
  text-align: center; }
  .more-btn-handler .btn {
    background: transparent;
    border-color: #ebebeb;
    color: #b6b6b6; }
    .more-btn-handler .btn:hover {
      background: #ebebeb; }

.btn-handler .btn {
  color: #2e2f2f;
  margin-right: 14px;
  margin: 0 14px 14px 0; }
  .btn-handler .btn:last-child {
    margin-right: 0; }
  .btn-handler .btn:hover {
    color: #fff; }
  .btn-handler .btn + .btn {
    background: transparent;
    color: #10c4f8; }
    .btn-handler .btn + .btn:hover {
      background: #10c4f8;
      color: #2e2f2f; }

.mct-search-form {
  padding: 10px;
  display: flex;
  width: 265px; }
  @media (max-width: 1023px) {
    .mct-search-form {
      width: 245px;
      padding: 0; } }
  .mct-search-form .input-wrap {
    display: flex;
    flex: 0 0 200px; }
  .mct-search-form input[type="text"] {
    flex: 1;
    height: 40px;
    background: transparent;
    color: #fff;
    font-weight: 400;
    border-radius: 0;
    font-size: 16px;
    width: 100%;
    max-width: 100%; }
    .mct-search-form input[type="text"]::-webkit-input-placeholder {
      color: rgba(255, 255, 255, 0.5); }
    .mct-search-form input[type="text"]::-moz-placeholder {
      opacity: 1;
      color: rgba(255, 255, 255, 0.5); }
    .mct-search-form input[type="text"]:-moz-placeholder {
      color: rgba(255, 255, 255, 0.5); }
    .mct-search-form input[type="text"]:-ms-input-placeholder {
      color: rgba(255, 255, 255, 0.5); }
    .mct-search-form input[type="text"].placeholder {
      color: rgba(255, 255, 255, 0.5); }
  .mct-search-form input[type="text"],
  .mct-search-form button {
    border: 1px solid rgba(255, 255, 255, 0.5); }
  .mct-search-form button {
    height: 40px;
    flex: 0 0 40px;
    background: transparent;
    color: #fff;
    outline: none;
    margin-left: 5px;
    padding: 0; }
    .mct-search-form button:hover {
      background: rgba(255, 255, 255, 0.5); }

.mct-request-form {
  overflow: hidden; }
  .mct-request-form .flex-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 35px;
    border-bottom: 2px solid #e4e4e4;
    margin-bottom: 38px; }
    @media (max-width: 767px) {
      .mct-request-form .flex-container {
        justify-content: flex-start; } }
    @media (max-width: 479px) {
      .mct-request-form .flex-container {
        flex-direction: column;
        align-items: flex-start; } }
    .mct-request-form .flex-container.for-inputs {
      margin: 0 -8px 34px;
      padding-bottom: 37px; }
      .mct-request-form .flex-container.for-inputs label {
        font-size: 16px;
        margin-bottom: 3px; }
      .mct-request-form .flex-container.for-inputs .describer {
        flex: 1 1 auto;
        max-width: 565px;
        padding-left: 8px; }
    .mct-request-form .flex-container.non-fluid {
      justify-content: flex-start;
      padding-bottom: 24px;
      margin-top: 28px; }
      .mct-request-form .flex-container.non-fluid label {
        margin-right: 49px; }
        @media (max-width: 479px) {
          .mct-request-form .flex-container.non-fluid label {
            margin-right: 0; } }
    .mct-request-form .flex-container .input-wrap {
      display: flex;
      flex-direction: column;
      width: 50%;
      padding: 0 8px 17px; }
      @media (max-width: 479px) {
        .mct-request-form .flex-container .input-wrap {
          width: auto;
          align-self: stretch; } }
  .mct-request-form .form-subtitle {
    font-weight: 700;
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 22px; }
    @media (max-width: 479px) {
      .mct-request-form .form-subtitle {
        display: flex;
        flex-direction: column; } }
    .mct-request-form .form-subtitle small,
    .mct-request-form .form-subtitle a {
      font-size: 15px;
      font-weight: 500;
      font-style: italic;
      opacity: 0.7; }
  .mct-request-form .describer {
    font-size: 15px;
    line-height: 1.55;
    font-weight: 500;
    opacity: 0.7; }
    .mct-request-form .describer a {
      color: inherit;
      border-bottom: 1px solid #dddede; }
      .mct-request-form .describer a:hover {
        border-color: transparent; }
  .mct-request-form label {
    font-weight: 500;
    font-size: 17px;
    display: flex;
    align-items: center;
    margin: 0 30px 10px 0; }
    @media (max-width: 479px) {
      .mct-request-form label {
        margin-right: 0; } }
    .mct-request-form label:last-child {
      margin-right: 0; }
    .mct-request-form label .jcf-radio {
      margin: -1px 9px 0 0; }
    .mct-request-form label .jcf-checkbox {
      margin: -3px 9px 0 0; }
  .mct-request-form .jcf-select {
    margin-bottom: 0; }
  .mct-request-form input[type="text"] {
    height: 54px;
    width: 100%; }
  .mct-request-form textarea {
    width: 100%;
    resize: none;
    height: 107px;
    padding: 1em 1.4em; }
    @media (max-width: 767px) {
      .mct-request-form textarea {
        height: 160px;
        padding: 0.7em; } }
  .mct-request-form button[type='submit'] {
    display: inline-block;
    vertical-align: top;
    font-weight: 600;
    font-size: 19px;
    line-height: 47px;
    height: 47px;
    color: #fff;
    text-transform: uppercase;
    min-width: 245px;
    border-radius: 22px;
    background: #10c4f8;
    margin-bottom: 31px; }
    .mct-request-form button[type='submit']:hover {
      background: #06a2cf; }
  .mct-request-form .form-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-top: 47px; }

.widget {
  margin-bottom: 1.2em; }
  .widget ul li a:hover {
    color: #058fb6; }
  .widget select {
    min-width: inherit;
    width: 100%; }

/* Calendar */
#wp-calendar {
  width: 100%;
  margin-bottom: 15px;
  clear: both;
  padding: 0; }
  @media (max-width: 479px) {
    #wp-calendar {
      width: 100%; } }
  #wp-calendar caption {
    padding: 10px; }
  #wp-calendar th,
  #wp-calendar td {
    padding: 3px 0;
    text-align: center; }
  #wp-calendar td {
    background: transparent; }

.entry {
  /* Typography */ }
  .entry ul ul,
  .entry ul ol {
    margin: 0; }
  .entry ul > li {
    list-style-type: disc; }
  .entry ul > ul > li {
    list-style-type: circle; }
  .entry ol ol,
  .entry ol ul {
    margin: 0; }
  .entry ol > li {
    list-style-type: decimal; }
  .entry ol > ol > li {
    list-style-type: lower-alpha; }

.comment-form p {
  overflow: hidden;
  padding: 0 0 10px;
  margin: 0; }
.comment-form label {
  display: block;
  padding: 0 0 5px; }
.comment-form textarea,
.comment-form input:not([type='submit']) {
  width: 100%; }
.comment-form textarea {
  width: 100%;
  margin: 0; }
.comment-form input[type='submit'] {
  display: block;
  float: none; }

.search-form,
.post-password-form,
#search_block {
  margin-bottom: 15px; }
  .search-form input,
  .post-password-form input,
  #search_block input {
    float: left;
    height: 54px;
    margin: 0 10px 0 0; }
    .search-form input[type='search'], .search-form input[type='text'],
    .post-password-form input[type='search'],
    .post-password-form input[type='text'],
    #search_block input[type='search'],
    #search_block input[type='text'] {
      width: calc(100% - 113px); }
      @media (max-width: 767px) {
        .search-form input[type='search'], .search-form input[type='text'],
        .post-password-form input[type='search'],
        .post-password-form input[type='text'],
        #search_block input[type='search'],
        #search_block input[type='text'] {
          width: calc(100% - 85px); } }
    .search-form input[type='password'],
    .post-password-form input[type='password'],
    #search_block input[type='password'] {
      width: calc(100% - 109px); }
      @media (max-width: 767px) {
        .search-form input[type='password'],
        .post-password-form input[type='password'],
        #search_block input[type='password'] {
          width: calc(100% - 81px); } }
    @media (max-width: 767px) {
      .search-form input,
      .post-password-form input,
      #search_block input {
        height: 34px; } }
  .search-form input[type="submit"],
  .search-form button,
  .post-password-form input[type="submit"],
  .post-password-form button,
  #search_block input[type="submit"],
  #search_block button {
    display: inline-block;
    vertical-align: top;
    font-weight: 600;
    font-size: 16px;
    line-height: 54px;
    padding: 0 20px;
    height: 54px;
    color: #fff;
    margin: 0;
    text-transform: uppercase;
    border-radius: 5px;
    background: #10c4f8; }
    @media (max-width: 767px) {
      .search-form input[type="submit"],
      .search-form button,
      .post-password-form input[type="submit"],
      .post-password-form button,
      #search_block input[type="submit"],
      #search_block button {
        height: 34px;
        font-size: 14px;
        line-height: 34px;
        padding: 0 10px; } }
    .search-form input[type="submit"]:hover,
    .search-form button:hover,
    .post-password-form input[type="submit"]:hover,
    .post-password-form button:hover,
    #search_block input[type="submit"]:hover,
    #search_block button:hover {
      background: #06a2cf; }
  .search-form label,
  .post-password-form label,
  #search_block label {
    display: block; }

iframe {
  width: 100%; }

#search_block input[type='search'], #search_block input[type='text'],
.widget_search input[type='search'],
.widget_search input[type='text'] {
  width: calc(100% - 74px); }
  @media (max-width: 767px) {
    #search_block input[type='search'], #search_block input[type='text'],
    .widget_search input[type='search'],
    .widget_search input[type='text'] {
      width: calc(100% - 52px); } }

.commentlist {
  margin: 0 0 1.2em; }
  .commentlist .edit-link {
    margin: 0; }
  .commentlist .avatar-holder {
    float: left;
    margin: 0 1.2em 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.2em; }

.widget_calendar #prev {
  padding-left: 5px;
  text-align: left; }
.widget_calendar #next {
  padding-right: 5px;
  text-align: right; }

.navigation,
.navigation-comments,
.pagination {
  position: relative;
  vertical-align: middle;
  padding: 10px 0 20px 0;
  width: 100%;
  overflow: hidden;
  text-transform: uppercase; }
  @media (max-width: 767px) {
    .navigation,
    .navigation-comments,
    .pagination {
      font-size: 14px; } }
  .navigation .screen-reader-text,
  .navigation-comments .screen-reader-text,
  .pagination .screen-reader-text {
    position: absolute;
    left: -99999px; }
  .navigation .current,
  .navigation-comments .current,
  .pagination .current {
    color: #ccc; }
  .navigation .page-numbers,
  .navigation-comments .page-numbers,
  .pagination .page-numbers {
    display: inline-block;
    vertical-align: middle;
    padding: 9px 15px 8px;
    line-height: 1.4;
    border-radius: 5px; }
    @media (max-width: 767px) {
      .navigation .page-numbers,
      .navigation-comments .page-numbers,
      .pagination .page-numbers {
        padding: 9px 9px 8px; } }
    .navigation .page-numbers.current:hover,
    .navigation-comments .page-numbers.current:hover,
    .pagination .page-numbers.current:hover {
      background: none;
      color: #ccc; }
    .navigation .page-numbers:hover,
    .navigation-comments .page-numbers:hover,
    .pagination .page-numbers:hover {
      background: #10c4f8;
      color: #fff; }
  .navigation .next,
  .navigation .prev,
  .navigation .al,
  .navigation .ar,
  .navigation-comments .next,
  .navigation-comments .prev,
  .navigation-comments .al,
  .navigation-comments .ar,
  .pagination .next,
  .pagination .prev,
  .pagination .al,
  .pagination .ar {
    display: inline-block;
    vertical-align: middle;
    max-width: 50%;
    text-decoration: none; }
    .navigation .next.disabled,
    .navigation .prev.disabled,
    .navigation .al.disabled,
    .navigation .ar.disabled,
    .navigation-comments .next.disabled,
    .navigation-comments .prev.disabled,
    .navigation-comments .al.disabled,
    .navigation-comments .ar.disabled,
    .pagination .next.disabled,
    .pagination .prev.disabled,
    .pagination .al.disabled,
    .pagination .ar.disabled {
      background: #b3b3b3;
      border-color: #b3b3b3;
      pointer-events: none; }
    .navigation .next a,
    .navigation .prev a,
    .navigation .al a,
    .navigation .ar a,
    .navigation-comments .next a,
    .navigation-comments .prev a,
    .navigation-comments .al a,
    .navigation-comments .ar a,
    .pagination .next a,
    .pagination .prev a,
    .pagination .al a,
    .pagination .ar a {
      display: inline-block;
      vertical-align: top;
      font-weight: 600;
      font-size: 16px;
      line-height: 1.2;
      padding: 10px 15px;
      color: #fff;
      margin: 0;
      text-transform: uppercase;
      border-radius: 5px;
      background: #10c4f8; }
      .navigation .next a:hover,
      .navigation .prev a:hover,
      .navigation .al a:hover,
      .navigation .ar a:hover,
      .navigation-comments .next a:hover,
      .navigation-comments .prev a:hover,
      .navigation-comments .al a:hover,
      .navigation-comments .ar a:hover,
      .pagination .next a:hover,
      .pagination .prev a:hover,
      .pagination .al a:hover,
      .pagination .ar a:hover {
        background: #06a2cf; }
      @media (max-width: 767px) {
        .navigation .next a,
        .navigation .prev a,
        .navigation .al a,
        .navigation .ar a,
        .navigation-comments .next a,
        .navigation-comments .prev a,
        .navigation-comments .al a,
        .navigation-comments .ar a,
        .pagination .next a,
        .pagination .prev a,
        .pagination .al a,
        .pagination .ar a {
          padding: 10px;
          font-size: 14px; } }
  .navigation .prev a,
  .navigation-comments .prev a,
  .pagination .prev a {
    text-align: right; }
  .navigation a.next,
  .navigation a.prev,
  .navigation-comments a.next,
  .navigation-comments a.prev,
  .pagination a.next,
  .pagination a.prev {
    display: inline-block;
    vertical-align: top;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
    padding: 10px 15px;
    color: #fff;
    margin: 0;
    text-transform: uppercase;
    border-radius: 5px;
    background: #10c4f8; }
    @media (max-width: 767px) {
      .navigation a.next,
      .navigation a.prev,
      .navigation-comments a.next,
      .navigation-comments a.prev,
      .pagination a.next,
      .pagination a.prev {
        font-size: 14px; } }
    .navigation a.next:hover,
    .navigation a.prev:hover,
    .navigation-comments a.next:hover,
    .navigation-comments a.prev:hover,
    .pagination a.next:hover,
    .pagination a.prev:hover {
      background: #06a2cf; }
  .navigation a,
  .navigation-comments a,
  .pagination a {
    color: inherit; }

.navigation {
  width: auto;
  margin: 0 -5px; }
  .navigation > * {
    padding: 0 5px; }

.navigation-single {
  margin-bottom: 1.2em; }
  .navigation-single .next,
  .navigation-single .prev {
    float: left;
    vertical-align: middle;
    max-width: 50%;
    background: #333;
    color: #fff;
    text-decoration: none; }
    .navigation-single .next a,
    .navigation-single .prev a {
      color: inherit;
      text-decoration: none;
      padding: 5px;
      display: block; }
      @media (max-width: 767px) {
        .navigation-single .next a,
        .navigation-single .prev a {
          padding: .2em; } }
  .navigation-single .next {
    float: right; }

/* Begin Images */
img.border {
  padding: 5px;
  border: 1px solid #ccc; }

.wp-caption {
  clear: both;
  border: 1px solid #999;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px;
  text-align: center; }
  .wp-caption.alignnone {
    margin: 5px 0 20px 0; }
  .wp-caption img {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: top;
    width: auto;
    max-width: 98.5%; }
  .wp-caption p {
    margin: .4em 0 0; }

div.aligncenter,
figure.aligncenter {
  margin: 0 auto 1.2em;
  text-align: center; }

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

.aligncenter {
  margin: 5px auto 20px auto; }

@media (max-width: 1023px) {
  img.alignleft,
  img.alignright {
    max-width: 50%; } }

.alignleft {
  float: left;
  margin: 0 1.2em 10px 0; }

.alignright {
  float: right;
  margin: 0 0 10px 1.2em; }

.alignnone {
  margin: 0; }

img.wp-smiley {
  padding: 0;
  border: none; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

/* can use for responsive iframe*/
.fluid-iframe {
  display: block;
  position: relative;
  padding-bottom: 60%; }
  .fluid-iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0; }

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

.wp-caption .wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 5px 0 0;
  text-align: center; }

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

.al,
.navigation .next {
  float: left; }

.ar,
.navigation .prev {
  float: right; }

.posts-list .entry p {
  margin: 0; }

.posts-list .post {
  margin: 0 0 60px; }
  @media (max-width: 767px) {
    .posts-list .post {
      margin: 0 0 20px; } }

.title {
  margin-bottom: 1.2em;
  text-transform: uppercase; }
  .title h1 {
    margin: 0; }

.post .title {
  margin-bottom: 10px; }

.post .postmetadata {
  margin-bottom: 10px; }

.textwidget p {
  padding: 0 0 10px 0; }

.center {
  text-align: center; }

.hidden {
  display: none; }

code br {
  display: none; }

pre,
code {
  font-family: mono-space, monospace;
  border: 1px solid #eee;
  padding: 20px;
  display: block;
  margin: 0 0 20px 0;
  overflow: auto;
  white-space: pre;
  font-size: 12px;
  line-height: 20px; }

code {
  padding: 1px 20px 0 20px;
  background: #f6f6f6;
  border-top: 0;
  border-bottom: 0; }

/* Various Tags & Classes */
acronym,
abbr,
span.caps {
  cursor: help; }

acronym,
abbr {
  border-bottom: 1px dashed #dfcfba; }

blockquote {
  margin: 0 0 1.2em; }
  blockquote cite {
    display: block;
    padding-top: 5px; }

sup {
  position: relative;
  top: -5px; }

sub {
  position: relative;
  top: 5px; }

.last {
  margin-right: 0 !important;
  clear: right; }

.clear {
  clear: both;
  line-height: 0; }

.page-link {
  padding: 0 0 15px; }

/* Respond */
.comments {
  clear: both; }

#respond {
  margin: 20px 0 20px 0;
  overflow: hidden; }

.commentlist #respond {
  margin: 0 0 20px 0; }

#respond .comment-reply-title small {
  font-size: 12px;
  font-weight: normal; }

/* Comments*/
#comments,
#reply-title {
  margin: 0 0 15px 0;
  line-height: 1.6em; }

.commentlist {
  margin-left: -2em;
  padding: 0;
  text-align: justify;
  line-height: 1.6em; }
  @media (max-width: 767px) {
    .commentlist {
      margin-left: 0; } }

.commentlist .comment {
  padding: 0 0 0 2em; }
  @media (max-width: 767px) {
    .commentlist .comment {
      padding: 0; } }

.commentlist .comment,
.commentlist + .comment {
  padding-top: 1.2em; }

.commentlist .commentlist {
  padding: 0; }

.commentlist .comment-author {
  margin-bottom: 0.5em; }

.commentlist .comment-metadata {
  margin-bottom: 0.5em; }

.commentlist .comment-author img {
  float: left;
  margin: 0 1.2em 4px 0; }

.comment .comment-respond {
  margin-left: 20px; }

.comment-body {
  margin: 0 0 20px; }

.comment-body .reply {
  padding-bottom: 15px; }

.parent.comment .comment {
  margin-left: 30px; }
  @media (max-width: 479px) {
    .parent.comment .comment {
      margin-left: 5%; } }

.comment-author.vcard {
  margin-bottom: 10px; }

.breadcrumb {
  padding-bottom: 20px; }

.post .title h3 {
  margin-bottom: 1em; }

.divider {
  height: 80px; }
  @media (max-width: 1023px) {
    .divider {
      height: 40px; } }
  @media (max-width: 767px) {
    .divider {
      display: none; } }

.wpcf7-not-valid-tip {
  display: block;
  padding-top: 5px; }

.wpcf7-response-output {
  text-align: center; }

.wpcf7-not-valid-tip,
.wpcf7-validation-errors {
  color: #d93c3c; }

.error input:not([type="submit"]) {
  border-color: red !important; }

/* Galleries */
.widget .gallery {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px; }

.gallery-item {
  max-width: 50%;
  margin: 0;
  padding: 0 10px 1.5em; }
  .gallery-item a,
  .gallery-item a:hover,
  .gallery-item a:focus {
    box-shadow: none;
    background: none; }
  .gallery-item a:hover img,
  .gallery-item a:focus img {
    filter: opacity(60%); }
  .gallery-item img {
    transition: filter 0.3s ease-in;
    backface-visibility: hidden; }
  .gallery-item dt {
    float: none;
    padding: 0; }

.gallery-columns-1 .gallery-item {
  width: 100%;
  max-width: 100%; }

.gallery-columns-2 .gallery-item {
  max-width: 50%; }

.gallery-caption {
  display: block;
  text-align: left;
  padding: 0 10px 0 0;
  margin-bottom: 0; }

@media (min-width: 1200px) {
  /* Gallery Columns */
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }

  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }

  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }

  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }

  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; } }
@media (min-width: 1024px) {
  /* Gallery Columns */
  .gallery-item {
    max-width: 25%; }

  .gallery-columns-1 .gallery-item {
    max-width: 100%; }

  .gallery-columns-2 .gallery-item {
    max-width: 50%; }

  .gallery-columns-3 .gallery-item {
    max-width: 33.333%; }

  .gallery-columns-4 .gallery-item {
    max-width: 25%; } }
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  font-family: inherit;
  font-weight: 600;
  margin: 0 0 0.8em;
  line-height: 1.2;
  color: inherit; }

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

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

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

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

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

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

h1 a, .h1 a,
h2 a, .h2 a,
h3 a, .h3 a,
h4 a, .h4 a,
h5 a, .h5 a,
h6 a, .h6 a,
.h a {
  color: inherit; }

h1 a:hover, .h1 a:hover,
h2 a:hover, .h2 a:hover,
h3 a:hover, .h3 a:hover,
h4 a:hover, .h4 a:hover,
h5 a:hover, .h5 a:hover,
h6 a:hover, .h6 a:hover,
.h a:hover {
  color: inherit; }

p {
  margin: 0 0 1.6em; }

a {
  color: #39f;
  text-decoration: none;
  transition: color 0.2s ease, background 0.2s ease, opacity 0.2s ease , border-color 0.2s ease, visibility 0.2s ease; }
  a:hover, a:focus {
    text-decoration: none; }

body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

.fancybox-iosfix {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: fixed;
  width: 100%; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  height: 100%;
  left: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

.fancybox-container * {
  box-sizing: border-box; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s, visibility 0s linear .25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity .25s, visibility 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  text-align: center;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translate3d(0, 0, 0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  height: 100%;
  margin-right: -.25em;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--next {
  z-index: 99995; }

.fancybox-slide--image {
  overflow: visible;
  padding: 44px 0; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--html {
  padding: 6px 6px 0 6px; }

.fancybox-slide--iframe {
  padding: 44px 44px 0; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 6px 0;
  max-width: 100%;
  overflow: auto;
  padding: 0;
  padding: 24px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  margin: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-can-drag .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-dragging .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-container [data-selectable='true'] {
  cursor: text; }

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--html .fancybox-content {
  margin-bottom: 6px; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
  height: calc(100% - 44px);
  margin-bottom: 44px; }

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

.fancybox-iframe {
  vertical-align: top; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  outline: none;
  padding: 10px;
  transition: color .2s;
  vertical-align: top;
  width: 44px; }

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc; }

.fancybox-button:focus,
.fancybox-button:hover {
  color: #fff; }

.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default; }

.fancybox-button svg {
  display: block;
  overflow: visible;
  position: relative;
  shape-rendering: geometricPrecision; }

.fancybox-button svg path {
  fill: transparent;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3; }

.fancybox-button--play svg path:nth-child(2) {
  display: none; }

.fancybox-button--pause svg path:nth-child(1) {
  display: none; }

.fancybox-button--play svg path,
.fancybox-button--share svg path,
.fancybox-button--thumbs svg path {
  fill: currentColor; }

.fancybox-button--share svg path {
  stroke-width: 1; }

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  height: 38px;
  opacity: 0;
  padding: 6px;
  position: absolute;
  top: 50%;
  width: 38px; }

.fancybox-show-nav .fancybox-navigation .fancybox-button {
  transition: opacity .25s, visibility 0s, color .25s; }

.fancybox-navigation .fancybox-button::after {
  content: '';
  left: -25px;
  padding: 50px;
  position: absolute;
  top: -25px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  right: 6px; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #555;
  cursor: pointer;
  height: 44px;
  margin: 0;
  padding: 6px;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  z-index: 10; }

.fancybox-close-small svg {
  fill: transparent;
  opacity: .8;
  stroke: currentColor;
  stroke-width: 1.5;
  transition: stroke .1s; }

.fancybox-close-small:focus {
  outline: none; }

.fancybox-close-small:hover svg {
  opacity: 1; }

.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--video .fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px; }

.fancybox-slide--image .fancybox-close-small:hover svg,
.fancybox-slide--video .fancybox-close-small:hover svg,
.fancybox-slide--iframe .fancybox-close-small:hover svg {
  background: transparent;
  color: #fff; }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none; }

/* Caption */
.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px 25px 44px;
  right: 0; }

.fancybox-caption::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1; }

.fancybox-caption::after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  content: '';
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0; }

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate .8s infinite linear;
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  border: 6px solid rgba(100, 100, 100, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: .6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1); }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1); }

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

/* Thumbs */
.fancybox-thumbs {
  background: #fff;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs > ul {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x > ul {
  overflow: hidden; }

.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs > ul > li {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1); }

.fancybox-thumbs > ul > li {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

.fancybox-thumbs > ul > li:before {
  border: 4px solid #4ea7f9;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs .fancybox-thumbs-active:before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px; }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }

  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px); } }
/* radio */
.jcf-radio {
  vertical-align: middle;
  display: inline-block;
  position: relative;
  overflow: hidden;
  cursor: default;
  border: 2px solid #3a3b3a;
  border-radius: 100%;
  margin: 0 3px 0 0;
  height: 18px;
  width: 18px; }

.jcf-radio span {
  display: none;
  position: absolute;
  overflow: hidden;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  background: #89b441; }

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

.jcf-radio.jcf-checked {
  border-color: #89b441;
  background: #89b441; }

/* checkbox */
.jcf-checkbox {
  vertical-align: middle;
  display: inline-block;
  position: relative;
  overflow: hidden;
  cursor: default;
  background: #fff;
  border: 2px solid #3a3b3a;
  margin: 0 3px 0 0;
  height: 18px;
  width: 18px;
  border-radius: 2px; }

.jcf-checkbox span {
  position: absolute;
  display: none;
  height: 7px;
  width: 10px;
  top: 8px;
  left: 8px;
  border: 3px solid #fff;
  border-width: 0 0 3px 3px;
  transform: rotate(-45deg); }

:root .jcf-checkbox span {
  margin: -6px 0 0 -6px; }

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

.jcf-checkbox.jcf-checked {
  border-color: #89b441;
  background: #89b441; }
  .jcf-checkbox.jcf-checked span {
    display: block; }

/* button */
.jcf-button {
  display: inline-block;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  border: 1px solid #777;
  background: #fff;
  margin: 0 10px 10px 0;
  padding: 5px 10px; }

.jcf-button .jcf-real-element {
  position: absolute;
  min-height: 100%;
  min-width: 100%;
  outline: none;
  opacity: 0;
  padding: 0;
  margin: 0;
  border: 0;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0; }

/* file */
.jcf-file {
  display: inline-block;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  background: #fff; }

.jcf-file .jcf-real-element {
  position: absolute;
  font-size: 200px;
  height: 200px;
  margin: 0;
  right: 0;
  top: 0; }

.jcf-file .jcf-fake-input {
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: top;
  overflow: hidden;
  border: 1px solid #777;
  padding: 0 8px;
  font-size: 13px;
  line-height: 28px;
  height: 28px;
  width: 125px; }

.jcf-file .jcf-upload-button {
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  overflow: hidden;
  border: 1px solid #777;
  margin: 0 0 0 -1px;
  padding: 0 10px;
  line-height: 28px;
  height: 28px; }

/* scrollbars */
.jcf-scrollable-wrapper {
  position: relative; }

.jcf-scrollbar-vertical {
  position: absolute;
  cursor: default;
  background: #e3e3e3;
  width: 14px;
  bottom: 0;
  right: 0;
  top: 0;
  background: none; }

.jcf-scrollbar-vertical .jcf-scrollbar-dec,
.jcf-scrollbar-vertical .jcf-scrollbar-inc {
  background: #bbb;
  height: 5px;
  width: 12px;
  left: 0;
  top: 0;
  background: none; }

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

.jcf-scrollbar-vertical .jcf-scrollbar-handle {
  background: #888;
  width: 14px;
  width: 6px;
  border-radius: 6px;
  margin-left: 4px;
  opacity: 0.5;
  transition: top 0.2s linear; }

.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;
  background: #888;
  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; }

/* select */
.jcf-select {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: #fff;
  margin: 0 0 12px;
  min-width: 100%;
  height: 54px;
  border-radius: 4px;
  border: 2px solid #3a3b3a; }
  @media (max-width: 767px) {
    .jcf-select {
      height: 34px; } }
  .jcf-select.jcf-drop-active {
    border-color: #89b441; }
    .jcf-select.jcf-drop-active .jcf-select-opener {
      border-color: #89b441; }
      .jcf-select.jcf-drop-active .jcf-select-opener:before {
        color: #89b441;
        transform: rotate(180deg); }

.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: 16px;
  line-height: 50px;
  margin: 0 55px 0 8px; }
  @media (max-width: 767px) {
    .jcf-select .jcf-select-text {
      line-height: 30px;
      margin-right: 30px; } }

.jcf-select .jcf-select-opener {
  position: absolute;
  text-align: center;
  background: #fff;
  width: 55px;
  bottom: 0;
  right: 0;
  top: 0;
  border-left: 2px solid #3a3b3a; }
  @media (max-width: 767px) {
    .jcf-select .jcf-select-opener {
      width: 30px; } }

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

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.jcf-compact-multiple {
  max-width: 220px; }

.jcf-select .jcf-select-opener:before {
  display: inline-block;
  content: '\e903';
  font-family: 'icomoon' !important;
  color: #414949;
  font-size: 14px;
  line-height: 50px;
  font-weight: 700; }
  @media (max-width: 767px) {
    .jcf-select .jcf-select-opener:before {
      line-height: 34px; } }

.jcf-select-drop .jcf-select-drop-content {
  border: 2px solid #89b441;
  border-radius: 0 0 4px 4px; }

.jcf-select-drop.jcf-compact-multiple .jcf-hover {
  background: #f3f6eb; }

.jcf-select-drop.jcf-compact-multiple .jcf-selected .pseudo-checkbox {
  background: #82a932; }

/* 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;
  font-size: 16px;
  width: 100%; }

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

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

.jcf-list ul li {
  overflow: hidden;
  display: block; }
  .jcf-list ul li:last-child .jcf-option {
    border-bottom: 0; }

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

.jcf-list .jcf-option {
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  display: block;
  padding: 13px 9px;
  color: #656565;
  height: 1%;
  position: relative;
  border-bottom: 2px solid #89b441; }
  @media (max-width: 767px) {
    .jcf-list .jcf-option {
      padding: 8px; } }

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

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

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

/* other 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: 8px 10px;
  border: none;
  margin: 0; }

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

.jcf-textarea .jcf-resize:before {
  border: 1px solid #000;
  border-width: 0 1px 1px 0;
  display: block;
  margin: 4px 0 0 3px;
  width: 6px;
  height: 6px;
  content: ''; }

/* number input */
.jcf-number {
  display: inline-block;
  position: relative;
  height: 32px; }

.jcf-number input {
  -moz-appearance: textfield; }

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

.jcf-number input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #777;
  padding: 3px 27px 3px 7px;
  margin: 0;
  height: 100%; }

.jcf-number .jcf-btn-dec,
.jcf-number .jcf-btn-inc {
  position: absolute;
  background: #aaa;
  width: 20px;
  height: 15px;
  right: 1px;
  top: 1px; }

.jcf-number .jcf-btn-dec {
  top: auto;
  bottom: 1px; }

.jcf-number .jcf-btn-dec:hover,
.jcf-number .jcf-btn-inc:hover {
  background: #e6e6e6; }

.jcf-number.jcf-disabled .jcf-btn-dec:hover,
.jcf-number.jcf-disabled .jcf-btn-inc:hover {
  background: #aaa; }

.jcf-number .jcf-btn-dec:before,
.jcf-number .jcf-btn-inc:before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -4px;
  border: 4px solid #aaa;
  border-color: transparent transparent #000 transparent; }

.jcf-number .jcf-btn-dec:before {
  margin: -1px 0 0 -4px;
  border-color: #000 transparent transparent transparent; }

.jcf-number.jcf-disabled .jcf-btn-dec:before,
.jcf-number.jcf-disabled .jcf-btn-inc:before,
.jcf-number .jcf-btn-dec.jcf-disabled:before,
.jcf-number .jcf-btn-inc.jcf-disabled:before {
  opacity: 0.3; }

.jcf-number.jcf-disabled input {
  background: #ddd; }

/* range input */
.jcf-range {
  display: inline-block;
  min-width: 200px;
  margin: 0 10px;
  width: 130px; }

.jcf-range .jcf-range-track {
  margin: 0 20px 0 0;
  position: relative;
  display: block;
  height: 10px; }

.jcf-range .jcf-range-wrapper {
  position: relative;
  background: #e5e5e5;
  border-radius: 5px;
  display: block;
  margin: 5px 0; }

.jcf-range.jcf-vertical {
  min-width: 0;
  width: auto; }

.jcf-range.jcf-vertical .jcf-range-wrapper {
  margin: 0;
  width: 10px;
  height: auto;
  padding: 20px 0 0; }

.jcf-range.jcf-vertical .jcf-range-track {
  height: 180px;
  width: 10px; }

.jcf-range.jcf-vertical .jcf-range-handle {
  left: -5px;
  top: auto; }

.jcf-range .jcf-range-display-wrapper {
  position: absolute;
  min-height: 10px;
  min-width: 10px;
  left: 10px;
  right: 10px; }

.jcf-range .jcf-range-display {
  border-radius: 5px;
  position: absolute;
  background: #888;
  width: 10px;
  height: 10px; }

.jcf-range .jcf-range-display.jcf-range-min {
  margin: 0 0 0 -10px;
  padding: 0 0 0 10px; }

.jcf-range .jcf-range-display.jcf-range-max {
  margin: 0 -10px 0 0;
  padding: 0 10px 0 0; }

.jcf-range.jcf-vertical .jcf-range-display-wrapper {
  left: auto;
  right: auto;
  top: 10px;
  bottom: 10px; }

.jcf-range.jcf-vertical .jcf-range-display.jcf-range-min {
  margin: 0 0 -10px;
  padding: 0 0 10px; }

.jcf-range.jcf-vertical .jcf-range-display.jcf-range-max {
  margin: -10px 0 0;
  padding: 10px 0 0; }

.jcf-range .jcf-range-handle {
  position: absolute;
  background: #aaa;
  border-radius: 19px;
  width: 19px;
  height: 19px;
  margin: -4px 0 0;
  z-index: 1;
  top: 0;
  left: 0; }

.jcf-range .jcf-range-mark {
  position: absolute;
  overflow: hidden;
  background: #000;
  width: 1px;
  height: 3px;
  top: -7px;
  margin: 0 0 0 9px; }

.jcf-range.jcf-vertical .jcf-range-mark {
  margin: 0 0 9px;
  left: 14px;
  top: auto;
  width: 3px;
  height: 1px; }

.jcf-range .jcf-active-handle {
  z-index: 2; }

.jcf-range.jcf-focus .jcf-active-handle {
  border: 1px solid #f00;
  margin: -5px 0 0 -1px; }

.jcf-range.jcf-disabled {
  background: none !important;
  opacity: 0.3; }

.jcf-option .pseudo-checkbox {
  position: absolute;
  top: 14px;
  right: 16px;
  display: block;
  width: 18px;
  height: 18px;
  border: 1px solid #82a932;
  border-radius: 2px;
  background: #fff; }
  .jcf-option .pseudo-checkbox:before {
    content: '';
    position: absolute;
    top: 5px;
    left: 4px;
    height: 5px;
    width: 8px;
    border: 3px solid #fff;
    border-width: 0 0 2px 2px;
    transform: rotate(-45deg); }

* {
  font-size: 100.01%; }

html {
  font-size: 62.5%;
  height: 100%; }

body {
  height: 100%;
  min-height: 100%;
  width: 100%;
  margin: 0; }
  @media (max-width: 1023px) {
    body.nav-active, body.extra-nav-opened {
      position: fixed; } }
  body.admin-bar {
    padding-top: 32px; }
    @media (max-width: 1023px) {
      body.admin-bar {
        padding-top: 0; } }
    body.admin-bar .s-header,
    body.admin-bar .extra-nav-bar {
      top: 32px; }
      @media (max-width: 1023px) {
        body.admin-bar .s-header,
        body.admin-bar .extra-nav-bar {
          top: 0; } }

@media (max-width: 1023px) {
  #wpadminbar {
    display: none !important; } }

.w1 {
  display: table;
  width: 100%;
  height: 100%;
  table-layout: fixed;
  overflow: hidden; }

.wrapper {
  display: table-cell;
  overflow: hidden;
  position: relative;
  padding-top: 106px; }
  @media (max-width: 1199px) {
    .wrapper {
      padding-top: 104px; } }
  @media (max-width: 1023px) {
    .wrapper {
      padding-top: 72px; } }

.s-footer {
  overflow: hidden;
  display: table-footer-group;
  background: #f6f6f6; }

.container {
  max-width: 1220px;
  padding: 0 25px;
  margin: 0 auto; }

.s-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100; }
  .s-header .container {
    max-width: 1650px;
    padding: 0 60px 0 395px; }
    @media (max-width: 1499px) {
      .s-header .container {
        padding: 0 25px 0 350px; } }
    @media (max-width: 1199px) {
      .s-header .container {
        padding-left: 275px; } }
    @media (max-width: 1023px) {
      .s-header .container {
        padding: 0 25px 0 0; } }

.s-header-upper {
  font-size: 16px;
  line-height: 1;
  background: #4d565b;
  padding: 13px 0; }
  @media (max-width: 1199px) {
    .s-header-upper {
      font-size: 14px; } }
  @media (max-width: 1023px) {
    .s-header-upper {
      display: none; } }
  .s-header-upper .container {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media (max-width: 1023px) {
      .s-header-upper .container {
        justify-content: flex-end; } }
  .s-header-upper .title {
    font-style: italic;
    color: rgba(255, 255, 255, 0.4);
    margin-right: 10px;
    margin-bottom: 0; }
    @media (max-width: 1023px) {
      .s-header-upper .title {
        display: none; } }

.upper-nav {
  display: flex;
  margin: 0 -12px; }
  .upper-nav li {
    padding: 0 12px; }
    .upper-nav li:last-child {
      padding-left: 56px; }
      @media (max-width: 1399px) {
        .upper-nav li:last-child {
          padding-left: 30px; } }
      @media (max-width: 1199px) {
        .upper-nav li:last-child {
          padding-left: 15px; } }
  .upper-nav a {
    white-space: nowrap;
    color: rgba(255, 255, 255, 0.4); }
    .upper-nav a:hover {
      color: white; }

.s-header-lower {
  background: #454e53; }
  .s-header-lower .container {
    position: relative; }
    @media (max-width: 1365px) {
      .s-header-lower .container {
        display: flex;
        align-items: center;
        justify-content: flex-end; } }
    @media (max-width: 1023px) {
      .s-header-lower .container {
        justify-content: space-between; } }

.logo-holder .on-fixed {
  display: none;
  margin-top: -8px; }
  @media (max-width: 1023px) {
    .logo-holder .on-fixed {
      display: block; } }
@media (max-width: 1023px) {
  .logo-holder .on-static {
    display: none; } }
.fixed-header .logo-holder .on-fixed {
  display: block; }
.fixed-header .logo-holder .on-static {
  display: none; }

@media (max-width: 1023px) {
  .nav-active .nav-elements {
    transform: translateY(0); } }
.resize-active .nav-elements {
  transition: none !important; }

.nav-elements {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 64px; }
  @media (max-width: 1023px) {
    .nav-elements {
      display: block;
      height: auto;
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      transform: translateY(-100%);
      background: #454e53;
      background: #2e2f2f;
      z-index: -1;
      transition: transform 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
      overflow-y: auto; } }
  .nav-elements .mobile {
    display: none; }
    @media (max-width: 1023px) {
      .nav-elements .mobile {
        display: block; } }
    .nav-elements .mobile a[href^="tel:"] {
      font-weight: 400; }
  @media (max-width: 1023px) {
    .nav-elements .desktop {
      display: none; } }
  .nav-elements .extra-nav {
    display: none; }
    @media (max-width: 1023px) {
      .nav-elements .extra-nav {
        display: block; } }
  .nav-elements .btn-handler {
    padding-right: 17px; }
    @media (max-width: 1599px) {
      .nav-elements .btn-handler {
        padding-right: 0; } }
    @media (max-width: 1023px) {
      .nav-elements .btn-handler {
        text-align: center;
        padding: 8px 0 0; } }
    .nav-elements .btn-handler .btn {
      margin-right: 8px;
      margin-bottom: 0; }
      .nav-elements .btn-handler .btn:last-child {
        margin-right: 0; }
      @media (max-width: 767px) {
        .nav-elements .btn-handler .btn {
          margin: 0 5px 5px 0; } }
  @media (max-width: 1599px) {
    .nav-elements .btn.small {
      font-size: 14px;
      height: 35px;
      line-height: 33px; } }
  @media (max-width: 1365px) {
    .nav-elements .btn.small {
      font-size: 16px;
      height: 40px;
      line-height: 38px; } }
  @media (max-width: 767px) {
    .nav-elements .btn.small {
      font-size: 12px;
      height: 30px;
      line-height: 27px; } }
  @media (max-width: 374px) {
    .nav-elements .btn.small {
      font-size: 10px; } }
  .nav-elements .main-nav {
    margin-right: auto; }
  .nav-elements .open-close {
    order: 3; }

.nav-active .main-nav-opener span {
  opacity: 0; }
.nav-active .main-nav-opener:before {
  transform: translateY(9px) rotate(45deg); }
.nav-active .main-nav-opener:after {
  transform: translateY(-9px) rotate(135deg); }

.main-nav-opener,
.extra-nav-bar > .opener {
  display: none;
  position: relative;
  width: 42px;
  flex: 0 0 42px;
  height: 42px;
  border: 1px solid #6d6e6e;
  border-radius: 3px;
  margin-left: 25px; }
  .main-nav-opener span, .main-nav-opener:before, .main-nav-opener:after,
  .extra-nav-bar > .opener span,
  .extra-nav-bar > .opener:before,
  .extra-nav-bar > .opener:after {
    background: #828282;
    height: 3px;
    width: 25px;
    position: absolute;
    left: 8px;
    transition: opacity 0.3s ease, transform 0.3s ease; }
  .main-nav-opener span,
  .extra-nav-bar > .opener span {
    top: 18px; }
  .main-nav-opener:before,
  .extra-nav-bar > .opener:before {
    content: '';
    top: 9px; }
  .main-nav-opener:after,
  .extra-nav-bar > .opener:after {
    content: '';
    top: 27px; }

@media (max-width: 1365px) {
  .main-nav-opener {
    display: block; } }

@media (max-width: 1023px) {
  .extra-nav-bar > .opener {
    display: none; } }

@media (max-width: 1365px) {
  .nav-active .main-nav.desktop {
    display: flex; } }
@media (max-width: 1023px) {
  .nav-active .main-nav.desktop {
    display: none; } }

.main-nav {
  display: flex;
  align-self: stretch;
  font-size: 16px;
  margin: 0 -17px; }
  @media (max-width: 1599px) {
    .main-nav {
      margin: 0 -14px; } }
  @media (max-width: 1365px) {
    .main-nav {
      display: none;
      position: absolute;
      top: 100%;
      right: 0;
      width: 100%;
      justify-content: flex-end;
      background: #454e53;
      padding: 15px 11px; } }
  @media (max-width: 1023px) {
    .main-nav {
      position: static;
      background: transparent;
      font-size: 16px;
      text-align: center;
      padding: 0;
      margin: 0; } }
  .main-nav > li {
    position: relative;
    display: flex;
    margin: 0 17px; }
    @media (max-width: 1599px) {
      .main-nav > li {
        margin: 0 14px; } }
    @media (max-width: 1023px) {
      .main-nav > li {
        display: block;
        margin: 0; } }
    .main-nav > li > a {
      display: flex;
      align-items: center; }
  .main-nav li.has-drop > a:after {
    display: inline; }
  .main-nav li.hover > a {
    color: #98c843; }
  .main-nav li.hover > .drop {
    display: block; }
  .main-nav li.last-on-desk .drop {
    left: auto;
    right: 0; }
    .main-nav li.last-on-desk .drop .drop {
      left: auto;
      right: 100%; }
  .main-nav a {
    position: relative;
    white-space: nowrap;
    color: #fff; }
    .main-nav a:after {
      display: none;
      content: '\e903';
      font-family: 'icomoon';
      font-size: 0.75em;
      opacity: 0.6;
      margin-left: 7px; }
  .main-nav .drop {
    position: absolute;
    top: 100%;
    left: -30px;
    background: #454e53;
    padding: 20px 0;
    z-index: 10;
    display: none;
    min-width: 150px; }
    @media (max-width: 1023px) {
      .main-nav .drop {
        position: static;
        background: #f6f6f6;
        text-align: left;
        padding: 0 25px; } }
    .main-nav .drop .drop {
      left: 100%;
      top: 0; }
  .main-nav .desktop-hidden {
    display: none; }
    @media (max-width: 1023px) {
      .main-nav .desktop-hidden {
        display: block; } }
  .main-nav.mobile > li > a {
    color: #98c843; }
  .main-nav.mobile > li:last-child > a {
    justify-content: center; }
  .main-nav.mobile li.active > a:after {
    content: '-'; }
  .main-nav.mobile a {
    padding: 20px 25px 18px 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 2px solid rgba(255, 255, 255, 0.07); }
    .main-nav.mobile a:after {
      content: '+';
      flex-basis: 12px;
      text-align: center;
      font-size: 23px;
      line-height: 1;
      opacity: 1;
      font-family: inherit; }
  .main-nav.mobile .drop-nav li {
    padding: 0;
    margin-bottom: 0; }
    .main-nav.mobile .drop-nav li a {
      padding: 20px 0 18px;
      border-bottom: 1px solid #d3d4d4; }

.desktop-hidden-inline {
  display: none; }
  @media (max-width: 1023px) {
    .desktop-hidden-inline {
      display: inline; } }

@media (max-width: 1023px) {
  .tablet-hidden-inline {
    display: none; } }

.drop-nav {
  text-transform: capitalize; }
  .drop-nav li {
    padding: 0 30px;
    margin-bottom: 0.5em; }
    .drop-nav li:last-child {
      margin-bottom: 0; }
  .drop-nav a {
    color: #fff; }
    @media (max-width: 1023px) {
      .drop-nav a {
        color: #2e2f2f;
        display: block; } }

.extra-nav-opened .extra-nav-bar .opener span {
  opacity: 0; }
.extra-nav-opened .extra-nav-bar .opener:before {
  transform: translateY(9px) rotate(45deg); }
.extra-nav-opened .extra-nav-bar .opener:after {
  transform: translateY(-9px) rotate(135deg); }

.extra-nav-bar {
  position: fixed;
  top: 0;
  left: 0;
  top: 0;
  left: 0;
  z-index: 101;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 333px;
  background: #2e2f2f;
  padding: 6px 10px 6px 24px;
  height: 106px; }
  @media (max-width: 1199px) {
    .extra-nav-bar {
      width: 260px; } }
  @media (max-width: 1023px) {
    .extra-nav-bar {
      height: 72px;
      position: static;
      padding: 6px 10px 6px 25px;
      width: auto;
      flex: 1 1 auto; } }
  .fixed-header .extra-nav-bar {
    height: 64px; }
    .fixed-header .extra-nav-bar .opener {
      display: block; }
    .fixed-header .extra-nav-bar .nav-box {
      display: none; }
  .extra-nav-opened .extra-nav-bar .nav-box {
    display: block; }
  @media (max-width: 1023px) {
    .extra-nav-bar .logo-holder {
      order: 2; } }
  .extra-nav-bar .nav-box {
    width: 333px;
    position: absolute;
    top: 100%;
    left: 0; }
    @media (max-width: 1199px) {
      .extra-nav-bar .nav-box {
        width: 260px; } }
    @media (max-width: 1023px) {
      .extra-nav-bar .nav-box {
        width: 100%;
        display: none;
        overflow-y: auto; } }

.extra-nav {
  position: relative;
  font-size: 19px;
  line-height: 1.2; }
  @media (max-width: 1399px) {
    .extra-nav {
      font-size: 16px; } }
  .extra-nav > li.has-drop > a:after {
    display: block; }
  .extra-nav > li.hover > a {
    background: #f6f6f6;
    color: #2e2f2f; }
  .extra-nav > li.hover .drop {
    display: flex; }
    @media (max-width: 1023px) {
      .extra-nav > li.hover .drop {
        display: block; } }
  .extra-nav > li:last-child .drop {
    top: auto;
    bottom: 0;
    width: auto;
    min-width: 300px;
    padding: 0 66px 0 33px; }
    @media (max-width: 1199px) {
      .extra-nav > li:last-child .drop {
        padding: 0 25px; } }
  .extra-nav > li:last-child > a {
    border-bottom: 0; }
  .extra-nav > li > a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #2e2f2f;
    color: #98c843;
    padding: 20px 16px 18px 24px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.07); }
    @media (max-width: 1023px) {
      .extra-nav > li > a {
        padding: 20px 25px 18px 25px; } }
    .extra-nav > li > a:after {
      content: '\e901';
      font-family: 'icomoon';
      font-size: 16px;
      display: none; }
  .extra-nav a {
    transition: color 0.3s ease, background 0.3s ease;
    color: #2e2f2f; }
    .extra-nav a:hover {
      color: #98c843; }
  .extra-nav .nav-wrap {
    flex: 0 0 495px;
    padding: 6px 32px 42px; }
    @media (max-width: 1199px) {
      .extra-nav .nav-wrap {
        flex-basis: 420px;
        padding-bottom: 25px; } }
    @media (max-width: 1023px) {
      .extra-nav .nav-wrap {
        padding: 0 25px 25px; } }
    .extra-nav .nav-wrap ul {
      display: flex;
      flex-wrap: wrap;
      margin: 0 -15px 42px; }
      @media (max-width: 1199px) {
        .extra-nav .nav-wrap ul {
          margin-bottom: 25px; } }
      @media (max-width: 1023px) {
        .extra-nav .nav-wrap ul {
          margin: 0 0 25px; } }
      .extra-nav .nav-wrap ul li {
        width: calc(50% - 30px);
        margin: 0 15px; }
        @media (max-width: 1023px) {
          .extra-nav .nav-wrap ul li {
            width: 50%;
            margin: 0; } }
        @media (max-width: 479px) {
          .extra-nav .nav-wrap ul li {
            width: 100%; } }
        .extra-nav .nav-wrap ul li:last-child {
          font-size: 17px;
          font-weight: 700;
          color: #2e2f2f; }
  .extra-nav .nav-wrap-2 {
    flex: 1; }
  .extra-nav ul li {
    padding: 19px 0;
    border-bottom: 1px solid #d3d4d4; }
  .extra-nav .drop {
    position: absolute;
    top: -64px;
    left: 100%;
    z-index: 100;
    width: 830px;
    background: #f6f6f6;
    display: none; }
    @media (max-width: 1199px) {
      .extra-nav .drop {
        width: 710px; } }
    @media (max-width: 1023px) {
      .extra-nav .drop {
        position: static;
        width: auto; } }
  .extra-nav .description {
    font: italic 500 17px/1.2 "proxima-nova", "Helvetica Neue", "Helvetica", sans-serif; }
    .extra-nav .description a {
      color: #2e2f2f; }
      .extra-nav .description a:hover {
        color: #98c843; }
  .extra-nav .thumb-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 0 0 335px;
    color: #2e2f2f;
    font: 500 17px/1.2 "proxima-nova", "Helvetica Neue", "Helvetica", sans-serif;
    background: #e5e7e7;
    padding: 25px 10px; }
    @media (max-width: 1199px) {
      .extra-nav .thumb-wrap {
        flex-basis: 290px; } }
    .extra-nav .thumb-wrap .thumb {
      max-width: 262px;
      margin-bottom: 16px; }
      @media (max-width: 1399px) {
        .extra-nav .thumb-wrap .thumb {
          max-width: 205px; } }
  .extra-nav .blue-btn {
    display: inline-flex;
    justify-content: center;
    min-width: 225px;
    font: 600 20px/49px "proxima-nova", "Helvetica Neue", "Helvetica", sans-serif;
    height: 47px;
    color: #fff;
    background: #10c4f8;
    border-radius: 22px;
    text-transform: uppercase;
    padding: 0 5px;
    margin-top: 7px; }
    .extra-nav .blue-btn:hover {
      color: #fff;
      background: #06a2cf; }
  .extra-nav.mobile > li:last-child > a {
    border-bottom: 2px solid rgba(255, 255, 255, 0.07); }
  .extra-nav.mobile > li.active > a:after {
    content: '-'; }
  .extra-nav.mobile > li > a:after {
    content: '+';
    flex-basis: 12px;
    text-align: center;
    font-size: 23px;
    line-height: 1;
    opacity: 1;
    font-family: inherit; }
  .extra-nav.mobile .drop ul li {
    padding: 0; }
  .extra-nav.mobile .drop ul a {
    display: block;
    padding: 20px 0 18px; }

.open-close.search {
  margin-left: 11px; }
  @media (max-width: 1023px) {
    .open-close.search {
      margin: 15px 0; } }
  .open-close.search .slide {
    position: absolute;
    top: 100%;
    right: 60px;
    z-index: 5;
    background: #454e53; }
    @media (max-width: 1499px) {
      .open-close.search .slide {
        right: 25px; } }
    @media (max-width: 1023px) {
      .open-close.search .slide {
        position: static !important;
        display: block !important;
        background: none; } }
  .open-close.search .opener {
    display: block; }
    @media (max-width: 1023px) {
      .open-close.search .opener {
        display: none; } }
    .open-close.search .opener:after {
      content: '\e905';
      font-family: 'icomoon' !important;
      font-size: 27px;
      line-height: 1;
      color: #fff;
      display: inline-block;
      vertical-align: top;
      height: 24px; }
  @media (max-width: 1023px) {
    .open-close.search .mct-search-form {
      margin: 0 auto; } }

.info-boxes-section {
  padding: 107px 0; }
  @media (max-width: 1023px) {
    .info-boxes-section {
      padding: 50px 0; } }

.info-boxes {
  display: flex;
  flex-wrap: wrap;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.6;
  color: #3d4545; }
  @media (max-width: 1023px) {
    .info-boxes {
      display: block; } }
  .info-boxes .box {
    width: 33.3333%;
    padding: 0 17px;
    border-left: 1px solid #d8d8d8;
    border-right: 1px solid transparent; }
    @media (max-width: 1023px) {
      .info-boxes .box {
        width: auto;
        border-left: 0;
        border-right: 0;
        border-bottom: 1px solid #d8d8d8;
        padding: 30px 0; } }
    @media (max-width: 1023px) {
      .info-boxes .box:last-child {
        border-bottom: 0;
        padding-bottom: 0; } }
  .info-boxes .box-title {
    font: 500 34px/1.1 "proxima-nova", "Helvetica Neue", "Helvetica", sans-serif;
    padding-bottom: 59px;
    background: url(images/decor01.png) no-repeat 0 100%;
    margin: -0.2em 0 24px; }
    @media (max-width: 1199px) {
      .info-boxes .box-title {
        font-size: 33px; } }
    @media (max-width: 1023px) {
      .info-boxes .box-title {
        font-size: 30px; } }
    @media (max-width: 479px) {
      .info-boxes .box-title {
        font-size: 26px; } }
    @media (max-width: 1199px) {
      .info-boxes .box-title br {
        display: none; } }
  .info-boxes .btn-link {
    display: inline-block;
    vertical-align: top;
    font-size: 19px;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: 600;
    color: #10c4f8;
    margin-top: 11px; }
    .info-boxes .btn-link:hover {
      color: #06a2cf; }
    .info-boxes .btn-link:after {
      content: '\e901';
      font-family: 'icomoon' !important;
      font-size: 0.9em;
      margin-left: 0.9em; }
  .info-boxes p {
    margin-bottom: 1em; }

.vid-intro {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.8);
  padding: 130px 0 169px 4%; }
  @media (max-width: 1199px) {
    .vid-intro {
      padding-top: 145px; } }
  @media (max-width: 1023px) {
    .vid-intro {
      padding: 80px 0; } }
  @media (max-width: 767px) {
    .vid-intro {
      padding: 50px 0; } }
  .vid-intro .container {
    position: relative;
    max-width: 1285px; }
  .vid-intro .page-title {
    display: flex;
    flex-direction: column;
    font-style: italic;
    line-height: 1;
    font-weight: 700;
    color: #98c843;
    text-transform: uppercase;
    margin-bottom: 22px; }
    .vid-intro .page-title .img-wrap {
      margin: 6px 0 9px; }
    .vid-intro .page-title .mid {
      position: relative;
      padding: 0 190px; }
      .vid-intro .page-title .mid:after, .vid-intro .page-title .mid:before {
        content: '';
        width: 183px;
        height: 39px;
        background: url(../images/decor02.png) no-repeat 0 0;
        position: absolute;
        top: 0; }
      .vid-intro .page-title .mid:after {
        right: 0; }
      .vid-intro .page-title .mid:before {
        left: 0; }
    .vid-intro .page-title .upper-sub {
      text-align: right;
      font-size: 50px;
      padding-right: 13%; }
      @media (max-width: 1023px) {
        .vid-intro .page-title .upper-sub {
          font-size: 38px; } }
      @media (max-width: 649px) {
        .vid-intro .page-title .upper-sub {
          font-size: 28px;
          padding-right: 0; } }
      @media (max-width: 479px) {
        .vid-intro .page-title .upper-sub {
          font-size: 25px; } }
    .vid-intro .page-title .upper-sub,
    .vid-intro .page-title .lower-sub {
      font-weight: 800;
      color: rgba(255, 255, 255, 0.8); }
    .vid-intro .page-title .lower-sub {
      font-size: 60px;
      padding-left: 14.2%; }
      @media (max-width: 1023px) {
        .vid-intro .page-title .lower-sub {
          font-size: 48px; } }
      @media (max-width: 649px) {
        .vid-intro .page-title .lower-sub {
          font-size: 38px;
          padding-left: 0; } }
      @media (max-width: 479px) {
        .vid-intro .page-title .lower-sub {
          font-size: 32px; } }
      @media (max-width: 374px) {
        .vid-intro .page-title .lower-sub {
          font-size: 25px; } }
  .vid-intro .text-holder {
    padding: 0 14.6%; }
    @media (max-width: 649px) {
      .vid-intro .text-holder {
        padding: 0; } }
  .vid-intro .text-frame {
    max-width: 595px;
    margin-bottom: 46px; }
    .vid-intro .text-frame p {
      margin-bottom: 0; }
  .vid-intro .cam-decor {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 503px;
    transform: translate(35px, 242px);
    z-index: 1; }
    @media (max-width: 1499px) {
      .vid-intro .cam-decor {
        width: 420px; } }
    @media (max-width: 1199px) {
      .vid-intro .cam-decor {
        width: 360px;
        transform: translate(35px, 215px); } }
    @media (max-width: 1023px) {
      .vid-intro .cam-decor {
        display: none; } }

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

.visual-links-section {
  background: #f8f8f8;
  padding: 66px 0 80px; }
  @media (max-width: 1199px) {
    .visual-links-section {
      padding: 50px 0; } }
  .visual-links-section.simple {
    background: #fff;
    padding: 137px 0 82px; }
    @media (max-width: 1199px) {
      .visual-links-section.simple {
        padding: 50px 0; } }
  .visual-links-section .section-title {
    font-weight: 700;
    font-size: 34px;
    line-height: 1.2;
    color: #3d4545;
    text-align: center;
    margin-bottom: 59px; }
    @media (max-width: 1023px) {
      .visual-links-section .section-title {
        font-size: 30px;
        margin-bottom: 40px; } }
    @media (max-width: 479px) {
      .visual-links-section .section-title {
        font-size: 26px; } }

.visual-links {
  display: flex;
  flex-wrap: wrap;
  font-weight: 800;
  font-size: 32px;
  line-height: 1.15;
  text-transform: uppercase;
  margin: 0 -14px; }
  @media (max-width: 1199px) {
    .visual-links {
      font-size: 30px; } }
  @media (max-width: 1023px) {
    .visual-links {
      font-size: 25px; } }
  @media (max-width: 767px) {
    .visual-links {
      display: block;
      margin: 0; } }
  @media (max-width: 479px) {
    .visual-links {
      font-size: 20px; } }
  .visual-links.decor-inside .box {
    margin-bottom: 130px; }
    @media (max-width: 1023px) {
      .visual-links.decor-inside .box {
        margin-bottom: 95px; } }
    @media (max-width: 479px) {
      .visual-links.decor-inside .box {
        margin-bottom: 60px; } }
  .visual-links.decor-inside .box-frame {
    justify-content: flex-start; }
  .visual-links .box {
    width: 50%;
    padding: 0 14px;
    margin-bottom: 28px; }
    @media (max-width: 767px) {
      .visual-links .box {
        width: auto;
        padding: 0;
        margin-bottom: 20px; } }
    @media (max-width: 479px) {
      .visual-links .box {
        margin-bottom: 15px; } }
  .visual-links .box-frame {
    position: relative;
    height: 316px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 52px 52px 39px 52px;
    cursor: pointer; }
    .visual-links .box-frame:hover a {
      color: #98c843; }
    .visual-links .box-frame:hover:after {
      opacity: 0.8; }
    @media (max-width: 1023px) {
      .visual-links .box-frame {
        height: 250px;
        padding: 30px; } }
    @media (max-width: 479px) {
      .visual-links .box-frame {
        height: 200px; } }
    .visual-links .box-frame:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(37, 37, 37, 0.6);
      z-index: 1;
      transition: opacity 0.2s ease; }
  .visual-links .link-holder {
    max-width: 400px;
    position: relative;
    z-index: 2; }
  .visual-links a {
    color: #fff; }
    .visual-links a:hover {
      color: #98c843; }
    .visual-links a:after {
      content: '\e901';
      font-family: 'icomoon' !important;
      font-size: 0.8em;
      margin-left: 0.5em; }
  .visual-links .decor {
    position: absolute;
    bottom: -90px;
    right: 27px;
    width: 290px;
    z-index: 5;
    max-width: 50%; }
    @media (max-width: 1023px) {
      .visual-links .decor {
        right: 15px;
        bottom: -60px;
        max-width: 180px; } }
    @media (max-width: 479px) {
      .visual-links .decor {
        bottom: -35px;
        max-width: 150px; } }

.testimonials-section {
  padding: 71px 0 85px; }
  @media (max-width: 1023px) {
    .testimonials-section {
      padding: 50px 0; } }
  .testimonials-section.gray-bg {
    background: #fcfcfc; }

.testimonials {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -16px; }
  @media (max-width: 767px) {
    .testimonials {
      display: block;
      margin: 0; } }
  .testimonials .box {
    width: 33.3333%;
    padding: 0 16px; }
    @media (max-width: 767px) {
      .testimonials .box {
        width: auto;
        padding: 0;
        margin-bottom: 30px; } }
  .testimonials .blockquote {
    max-width: none; }

.blockquote {
  position: relative;
  max-width: 346px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  padding-left: 16px;
  border-left: 0;
  margin: 0; }
  @media (max-width: 1023px) {
    .blockquote {
      font-size: 16px; } }
  .blockquote:before {
    content: '';
    position: absolute;
    top: 1em;
    left: 0;
    bottom: 0;
    width: 1px;
    background: #d8d8d8; }
  .blockquote .quote {
    display: block;
    color: #3d4545;
    margin-bottom: 24px; }
    .blockquote .quote:after {
      display: none; }
    .blockquote .quote:before {
      content: '\e900';
      font-family: 'icomoon' !important;
      font-size: 28px;
      color: #81a931;
      position: relative;
      top: 4px;
      margin: 0 6px 0 4px; }
  .blockquote .footer {
    display: flex; }
  .blockquote .thumb {
    flex: 0 0 135px;
    margin-right: 28px; }
    @media (max-width: 1023px) {
      .blockquote .thumb {
        flex-basis: 100px;
        margin-right: 15px; } }
  .blockquote .cite {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-style: normal;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 600;
    color: #9ea2a2; }
    @media (max-width: 1023px) {
      .blockquote .cite {
        font-size: 15px; } }
    .blockquote .cite .name {
      color: #3d4545;
      margin-bottom: 5px; }

.latest-blog-section {
  background: #f8f8f8;
  padding: 80px 0 74px; }
  @media (max-width: 1023px) {
    .latest-blog-section {
      padding: 50px 0; } }
  .latest-blog-section .section-title {
    font-weight: 700;
    font-size: 34px;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 65px; }
    @media (max-width: 1023px) {
      .latest-blog-section .section-title {
        font-size: 30px;
        margin-bottom: 40px; } }
    @media (max-width: 479px) {
      .latest-blog-section .section-title {
        font-size: 26px; } }

.latest-blog {
  display: flex;
  margin: 0 -15px 72px; }
  @media (max-width: 1023px) {
    .latest-blog {
      margin: 0 -8px 50px; } }
  @media (max-width: 767px) {
    .latest-blog {
      display: block;
      margin: 0 0 50px; } }
  .latest-blog .article {
    width: 33.3333%;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.5;
    padding: 0 15px; }
    @media (max-width: 1023px) {
      .latest-blog .article {
        font-size: 17px;
        padding: 0 8px; } }
    @media (max-width: 767px) {
      .latest-blog .article {
        font-size: 16px;
        width: auto;
        padding: 0;
        margin-bottom: 50px; } }
    @media (max-width: 479px) {
      .latest-blog .article {
        margin-bottom: 30px; } }
  .latest-blog .article-content-wrap {
    border-left: 1px solid #d2d2d2;
    padding: 32px 12px 17px; }
  .latest-blog .thumbnail {
    height: 255px;
    position: relative; }
    @media (max-width: 1023px) {
      .latest-blog .thumbnail {
        height: 180px; } }
    @media (max-width: 767px) {
      .latest-blog .thumbnail {
        height: 235px; } }
    .latest-blog .thumbnail:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      background: rgba(37, 37, 37, 0.4); }
  .latest-blog .article-title {
    font-weight: 500;
    font-size: 34px;
    line-height: 1.1;
    color: #10c4f8;
    margin-bottom: 21px; }
    @media (max-width: 1023px) {
      .latest-blog .article-title {
        font-size: 26px; } }
    .latest-blog .article-title:hover {
      color: #06a2cf; }
  .latest-blog .article-meta {
    font-size: 16px;
    color: #9a9e9e;
    display: block;
    margin-bottom: 19px; }

.promo-section {
  position: relative;
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.01em;
  padding: 100px 0; }
  @media (max-width: 1023px) {
    .promo-section {
      font-size: 16px;
      padding: 80px 0; } }
  @media (max-width: 767px) {
    .promo-section {
      padding: 50px 0; } }
  .promo-section .bg-stretch {
    z-index: -1;
    background-position-y: 0; }
  .promo-section .section-title {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 35px;
    line-height: 1.1;
    margin-bottom: 0.6em; }
    @media (max-width: 1023px) {
      .promo-section .section-title {
        font-size: 30px; } }
    @media (max-width: 767px) {
      .promo-section .section-title {
        font-size: 26px; } }
  .promo-section .btn-handler {
    margin-top: 55px; }
    @media (max-width: 479px) {
      .promo-section .btn-handler {
        margin-top: 40px; } }
    .promo-section .btn-handler .btn {
      color: #fff; }
      .promo-section .btn-handler .btn:hover {
        color: #2e2f2f; }

@media (max-width: 767px) {
  .clients-and-brands-section {
    padding: 50px 0; } }
.clients-and-brands-section .container {
  display: flex; }
  @media (max-width: 767px) {
    .clients-and-brands-section .container {
      display: block; } }
.clients-and-brands-section .single-quote,
.clients-and-brands-section .brands-column {
  padding: 102px 0; }
  @media (max-width: 1023px) {
    .clients-and-brands-section .single-quote,
    .clients-and-brands-section .brands-column {
      padding: 80px 0; } }
  @media (max-width: 767px) {
    .clients-and-brands-section .single-quote,
    .clients-and-brands-section .brands-column {
      padding: 0; } }
.clients-and-brands-section .single-quote {
  flex: 0 1 400px;
  padding-right: 30px;
  border-right: 1px solid #d8d8d8; }
  @media (max-width: 1023px) {
    .clients-and-brands-section .single-quote {
      padding-right: 30px; } }
  @media (max-width: 767px) {
    .clients-and-brands-section .single-quote {
      border: 0;
      padding-right: 0;
      margin-bottom: 50px; } }
  .clients-and-brands-section .single-quote .sub-title {
    margin-bottom: 26px; }
    @media (max-width: 767px) {
      .clients-and-brands-section .single-quote .sub-title {
        margin-bottom: 20px; } }
.clients-and-brands-section .brands-column {
  flex: 1 1 auto;
  padding-left: 64px; }
  @media (max-width: 1023px) {
    .clients-and-brands-section .brands-column {
      padding-left: 40px; } }
  @media (max-width: 767px) {
    .clients-and-brands-section .brands-column {
      padding-left: 0; } }
  .clients-and-brands-section .brands-column .sub-title {
    text-align: center; }
.clients-and-brands-section .sub-title {
  font-weight: 700;
  font-size: 21px;
  line-height: 1.2;
  font-style: italic;
  text-transform: uppercase;
  margin-bottom: 41px; }
  @media (max-width: 767px) {
    .clients-and-brands-section .sub-title {
      text-align: center;
      margin-bottom: 30px; } }
  @media (max-width: 479px) {
    .clients-and-brands-section .sub-title {
      font-size: 19px; } }
.clients-and-brands-section .blockquote {
  max-width: none; }

.brands {
  max-width: 700px;
  display: flex;
  flex-wrap: wrap; }
  .brands .box {
    width: 50%;
    padding: 0 15px 22px; }
    .brands .box:nth-child(2n+1) {
      border-right: 1px solid #d8d8d8; }
    .brands .box:nth-child(1n+3) {
      border-top: 1px solid #d8d8d8;
      padding-top: 22px;
      padding-bottom: 0; }
  .brands .logo {
    height: 65px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 19px; }
  .brands .description {
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    max-width: 165px;
    margin: 0 auto; }
    @media (max-width: 479px) {
      .brands .description {
        font-size: 14px; } }

.s-footer-frame {
  padding: 60px 0 50px; }
  @media (max-width: 767px) {
    .s-footer-frame {
      padding: 40px 0; } }

.s-footer-flex {
  display: flex;
  justify-content: space-between;
  max-width: 1125px; }
  @media (max-width: 767px) {
    .s-footer-flex {
      flex-wrap: wrap;
      margin: 0 -15px; } }
  @media (max-width: 599px) {
    .s-footer-flex {
      display: block;
      max-width: 300px;
      margin: 0; } }
  .s-footer-flex .box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 0 1 225px;
    margin-right: 15px; }
    @media (max-width: 1023px) {
      .s-footer-flex .box {
        flex-basis: 200px; } }
    @media (max-width: 767px) {
      .s-footer-flex .box {
        flex-basis: 50%;
        padding: 0 15px;
        margin: 0 0 25px; } }
    @media (max-width: 599px) {
      .s-footer-flex .box {
        padding: 0;
        margin: 0 0 45px; } }
    .s-footer-flex .box:first-child {
      flex-basis: 250px; }
      @media (max-width: 1023px) {
        .s-footer-flex .box:first-child {
          flex-basis: 200px; } }
      @media (max-width: 767px) {
        .s-footer-flex .box:first-child {
          flex-basis: 50%; } }
    .s-footer-flex .box:last-child {
      flex-basis: 275px;
      margin-right: 0; }
      @media (max-width: 767px) {
        .s-footer-flex .box:last-child {
          flex-basis: 100%;
          margin: 0; } }
  .s-footer-flex .text-holder,
  .s-footer-flex .contact-bar {
    line-height: 1.5;
    margin-bottom: 27px; }
  .s-footer-flex .box-title {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 13px; }
  .s-footer-flex .box-footer {
    font-size: 18px;
    font-weight: 600; }
    .s-footer-flex .box-footer a {
      color: #81a931; }
      .s-footer-flex .box-footer a:hover {
        color: #638126; }

.contact-bar {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 600; }
  .contact-bar a {
    color: #3d4545;
    margin-bottom: 3px; }
    .contact-bar a:last-child {
      margin-bottom: 0; }
    .contact-bar a:hover {
      color: #556060; }

.social li {
  display: flex;
  margin-bottom: 24px; }
  .social li:last-child {
    margin-bottom: 0; }
.social .icon-link {
  height: 54px;
  flex: 0 0 54px;
  border-radius: 50%;
  background: #81a931;
  position: relative;
  margin-right: 15px; }
  .social .icon-link:hover {
    background: #638126; }
  .social .icon-link:before {
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 54px;
    width: 100%;
    text-align: center;
    font-size: 28px;
    margin-left: 1px; }
.social .info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 0 1 200px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5; }

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 56px; }
  @media (max-width: 1365px) {
    .breadcrumbs {
      margin-bottom: 35px; } }
  @media (max-width: 1023px) {
    .breadcrumbs {
      margin-bottom: 25px; } }
  .breadcrumbs li {
    display: flex;
    margin-bottom: 5px; }
    .breadcrumbs li:after {
      content: '/';
      color: #c1c3c4;
      margin: 0 21px 0 18px; }
      @media (max-width: 767px) {
        .breadcrumbs li:after {
          margin: 0 10px 0 10px; } }
    .breadcrumbs li:last-child:after {
      display: none; }
  .breadcrumbs a {
    white-space: nowrap;
    color: #c1c3c4; }
    .breadcrumbs a:hover {
      color: #dbdcdd; }
  .breadcrumbs .home-page-link:after {
    font-family: 'icomoon' !important;
    content: '\e906';
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 1;
    margin-top: -1px; }
  .breadcrumbs .current-page-link {
    pointer-events: none; }

.page-intro-section {
  position: relative;
  min-height: 410px; }
  @media (max-width: 1365px) {
    .page-intro-section {
      min-height: 370px; } }
  @media (max-width: 1023px) {
    .page-intro-section {
      min-height: 300px; } }
  @media (max-width: 479px) {
    .page-intro-section {
      min-height: 270px; } }
  .page-intro-section .container {
    position: relative;
    z-index: 5;
    max-width: 1650px;
    padding: 0 60px 0 395px; }
    @media (max-width: 1399px) {
      .page-intro-section .container {
        padding: 0 25px 0 350px; } }
    @media (max-width: 1199px) {
      .page-intro-section .container {
        padding-left: 275px; } }
    @media (max-width: 1023px) {
      .page-intro-section .container {
        padding-left: 25px; } }
  .page-intro-section .bg-stretch:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(37, 37, 37, 0.6); }

.page-intro {
  position: relative;
  color: #fff;
  padding: 115px 0; }
  @media (max-width: 1023px) {
    .page-intro {
      padding: 85px 0; } }
  @media (max-width: 479px) {
    .page-intro {
      padding: 55px 0; } }
  .page-intro.contains-image {
    padding: 91px 57% 57px 0;
    min-height: 410px; }
    @media (max-width: 1499px) {
      .page-intro.contains-image {
        padding-right: calc(40% + 50px); } }
    @media (max-width: 1365px) {
      .page-intro.contains-image {
        min-height: 370px; } }
    @media (max-width: 1199px) {
      .page-intro.contains-image {
        padding-right: calc(40% - 40px); } }
    @media (max-width: 1023px) {
      .page-intro.contains-image {
        min-height: 300px;
        padding-right: 40%; } }
    @media (max-width: 767px) {
      .page-intro.contains-image {
        padding: 85px 0; } }
    @media (max-width: 479px) {
      .page-intro.contains-image {
        min-height: 270px;
        padding: 55px 0 100px; } }
    .page-intro.contains-image .breadcrumbs {
      margin-bottom: 34px; }
      @media (max-width: 1023px) {
        .page-intro.contains-image .breadcrumbs {
          margin-bottom: 25px; } }
    @media (max-width: 767px) {
      .page-intro.contains-image .page-title {
        padding-right: 200px; } }
    @media (max-width: 479px) {
      .page-intro.contains-image .page-title {
        padding-right: 160px; } }
  .page-intro .product-image {
    z-index: -1;
    position: absolute;
    bottom: -45px;
    right: 161px;
    max-width: 518px;
    width: 46%;
    opacity: 0;
    transform: translateX(100%);
    transition: transform 3s cubic-bezier(0.075, 0.82, 0.165, 1), opacity 3s cubic-bezier(0.075, 0.82, 0.165, 1); }
    @media (max-width: 1499px) {
      .page-intro .product-image {
        right: 50px;
        width: 40%; } }
    @media (max-width: 1199px) {
      .page-intro .product-image {
        right: -40px;
        bottom: -20px; } }
    @media (max-width: 1023px) {
      .page-intro .product-image {
        right: 0; } }
    @media (max-width: 767px) {
      .page-intro .product-image {
        width: 238px; } }
    @media (max-width: 479px) {
      .page-intro .product-image {
        right: -25px;
        width: 220px; } }
    .page-intro .product-image.visible {
      opacity: 1;
      transform: translateX(0); }
  .page-intro .page-title,
  .page-intro .sub-title {
    max-width: 810px; }
  .page-intro .page-title {
    font-weight: 800;
    font-size: 70px;
    line-height: 0.9;
    text-transform: uppercase;
    margin-bottom: 0.25em;
    opacity: 0.8; }
    @media (max-width: 1365px) {
      .page-intro .page-title {
        font-size: 50px; } }
    @media (max-width: 1023px) {
      .page-intro .page-title {
        font-size: 45px; } }
    @media (max-width: 479px) {
      .page-intro .page-title {
        font-size: 35px; } }
  .page-intro .sub-title {
    font-weight: 500;
    font-size: 22px;
    line-height: 1.2; }
    @media (max-width: 1365px) {
      .page-intro .sub-title {
        font-size: 20px; } }
    @media (max-width: 1023px) {
      .page-intro .sub-title {
        font-size: 18px; } }
  .page-intro > *:last-child {
    margin-bottom: 0; }

.text-and-sidebar-section {
  padding: 65px 0 53px; }
  @media (max-width: 1023px) {
    .text-and-sidebar-section {
      padding: 50px 0; } }
  @media (max-width: 479px) {
    .text-and-sidebar-section {
      padding: 30px 0; } }

.text-and-sidebar {
  display: flex;
  font-weight: 500;
  font-size: 21px;
  line-height: 1.5; }
  @media (max-width: 1365px) {
    .text-and-sidebar {
      font-size: 18px; } }
  @media (max-width: 1023px) {
    .text-and-sidebar {
      font-size: 16px; } }
  @media (max-width: 767px) {
    .text-and-sidebar {
      display: block; } }
  .text-and-sidebar .text {
    flex: 1 1 auto;
    padding-right: 40px; }
    @media (max-width: 767px) {
      .text-and-sidebar .text {
        padding-right: 0; } }
    .text-and-sidebar .text > *:last-child {
      margin-bottom: 0; }
  .text-and-sidebar .sidebar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    border-left: 1px solid #ebebeb;
    flex: 0 0 340px;
    padding: 0 40px;
    text-align: center; }
    @media (max-width: 1023px) {
      .text-and-sidebar .sidebar {
        font-size: 16px;
        flex-basis: 315px;
        padding: 0 15px; } }
    @media (max-width: 767px) {
      .text-and-sidebar .sidebar {
        border-top: 1px solid #ebebeb;
        border-left: 0;
        padding: 20px 0 0;
        margin-top: 25px; } }
    .text-and-sidebar .sidebar .title {
      font-weight: 600;
      font-size: 28px;
      line-height: 1.2;
      margin-bottom: 16px;
      text-transform: none; }
      @media (max-width: 1023px) {
        .text-and-sidebar .sidebar .title {
          font-size: 25px; } }
    .text-and-sidebar .sidebar a {
      color: #10c4f8; }
      .text-and-sidebar .sidebar a:hover {
        color: #06a2cf; }

.filter {
  display: flex;
  align-items: center;
  flex-wrap: wrap; }
  .filter .title {
    font-weight: 400;
    font-size: 18px;
    margin: 0 26px 13px 0; }

.filter-button-wrap {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-weight: 400;
  border: 2px solid #3a3b3a;
  border-radius: 4px;
  background: transparent;
  height: 59px;
  margin: 0 13px 13px 0; }
  @media (max-width: 1199px) {
    .filter-button-wrap {
      height: 54px; } }
  .filter-button-wrap.drops .filter-button {
    padding-right: calc(1.8em + 47px); }
    @media (max-width: 1199px) {
      .filter-button-wrap.drops .filter-button {
        padding-right: calc(1em + 40px); } }
    .filter-button-wrap.drops .filter-button:after {
      display: block; }
  .filter-button-wrap.opened .drop-content {
    display: block; }
  .filter-button-wrap:last-child {
    margin-right: 0; }
  .filter-button-wrap .filter-button {
    height: 55px;
    box-shadow: none;
    outline: none;
    background: #f8f8f8;
    color: #3d4545;
    font-size: 18px;
    line-height: 55px;
    padding: 0 1.8em; }
    @media (max-width: 1199px) {
      .filter-button-wrap .filter-button {
        font-size: 17px;
        height: 50px;
        line-height: 50px;
        padding: 0 1em; } }
    .filter-button-wrap .filter-button.active, .filter-button-wrap .filter-button:hover {
      background: #dfdfdf; }
    .filter-button-wrap .filter-button:after {
      position: absolute;
      top: 13px;
      right: 4px;
      content: '\e903';
      font-family: 'icomoon' !important;
      color: #bdbebd;
      font-size: 14px;
      line-height: 31px;
      width: 46px;
      height: 31px;
      border-left: 2px solid #bfc0bf;
      display: none; }
      @media (max-width: 1199px) {
        .filter-button-wrap .filter-button:after {
          top: 10px;
          width: 40px; } }
  .filter-button-wrap .drop-content {
    position: absolute;
    top: 100%;
    left: -2px;
    right: -2px;
    z-index: 5;
    border: 2px solid #3a3b3a;
    border-radius: 4px;
    display: none; }
    .filter-button-wrap .drop-content a {
      display: block;
      color: #3d4545;
      background: #f8f8f8;
      padding: 10px;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden; }
      .filter-button-wrap .drop-content a:hover {
        background: #dfdfdf; }

.showroom-section .filter-holder {
  background: #f6f6f6;
  padding: 49px 0 32px; }

.product-list-frame {
  padding: 52px 0 77px; }
  @media (max-width: 1023px) {
    .product-list-frame {
      padding: 50px 0; } }
  .product-list-frame .filter-results-title {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 45px; }
    @media (max-width: 767px) {
      .product-list-frame .filter-results-title {
        margin-bottom: 30px; } }

.product-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px 37px; }
  @media (max-width: 767px) {
    .product-list {
      margin-left: -10px;
      margin-right: -10px; } }
  @media (max-width: 599px) {
    .product-list {
      display: block; } }
  .product-list li {
    width: 33.3333%;
    padding: 0 15px 30px; }
    @media (max-width: 1023px) {
      .product-list li {
        width: 50%; } }
    @media (max-width: 767px) {
      .product-list li {
        padding: 0 10px 20px; } }
    @media (max-width: 599px) {
      .product-list li {
        width: auto; } }
  .product-list .box {
    display: block;
    cursor: pointer;
    border: 2px solid #d8d8d8;
    color: #3d4545;
    transition: border-color 0.3s ease; }
    .product-list .box:hover {
      border-color: #80aa2f; }
    .product-list .box.labeled-light-sensor .image-frame:after {
      content: '';
      position: absolute;
      top: 22px;
      right: 22px;
      display: block;
      width: 93px;
      height: 93px;
      background: url(images/ico01.png) no-repeat; }
      @media (max-width: 479px) {
        .product-list .box.labeled-light-sensor .image-frame:after {
          width: 75px;
          height: 75px;
          background-size: 75px auto; } }
  .product-list .image-frame {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 278px;
    background: #f6f6f6;
    padding: 20px; }
  .product-list .row {
    font-weight: 500;
    font-size: 21px;
    line-height: 1.2;
    display: flex;
    flex-direction: column;
    border-top: 1px solid #d8d8d8;
    padding: 10px 22px 20px; }
    @media (max-width: 767px) {
      .product-list .row {
        font-size: 19px; } }
    .product-list .row.title-holder {
      padding-top: 30px;
      padding-bottom: 32px; }
      @media (max-width: 767px) {
        .product-list .row.title-holder {
          padding-top: 20px;
          padding-bottom: 20px; } }
    .product-list .row:last-child {
      padding-bottom: 12px; }
  .product-list .item-title {
    font-weight: 500;
    font-size: 34px;
    line-height: 1.2;
    color: #10c4f8;
    margin-bottom: 0; }
    @media (max-width: 767px) {
      .product-list .item-title {
        font-size: 28px; } }
  .product-list .spec-title {
    font-size: 16px;
    color: #b3b3b3;
    margin-bottom: 4px; }
    @media (max-width: 767px) {
      .product-list .spec-title {
        font-size: 15px; } }

.detailed-specs-section {
  background: #f6f6f6;
  padding: 48px 0 33px; }

.detailed-specs {
  display: flex;
  align-items: center; }
  @media (max-width: 1023px) {
    .detailed-specs {
      display: block; } }
  .detailed-specs .left {
    display: flex;
    flex: 1 1 auto;
    justify-content: space-between;
    padding-right: 65px; }
    @media (max-width: 1199px) {
      .detailed-specs .left {
        padding-right: 30px; } }
    @media (max-width: 1023px) {
      .detailed-specs .left {
        justify-content: center;
        flex-wrap: wrap;
        padding-right: 0;
        margin-bottom: 30px; } }
    @media (max-width: 479px) {
      .detailed-specs .left {
        display: block; } }
  .detailed-specs .right {
    flex: 0 0 340px;
    text-align: center;
    padding: 7px 10px 16px;
    border-left: 1px solid #e3e3e3; }
    @media (max-width: 1199px) {
      .detailed-specs .right {
        flex-basis: 300px; } }
    @media (max-width: 1023px) {
      .detailed-specs .right {
        border-left: 0;
        padding: 0; } }
    .detailed-specs .right .btn {
      color: #bcbcbc;
      background: transparent;
      border-color: #dcdcdc; }
      .detailed-specs .right .btn:hover {
        background: #ebebeb; }
  .detailed-specs .spec-unit {
    display: flex;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
    text-transform: uppercase;
    margin-right: 10px; }
    @media (max-width: 1199px) {
      .detailed-specs .spec-unit {
        font-size: 15px; } }
    @media (max-width: 1023px) {
      .detailed-specs .spec-unit {
        margin: 0 15px 20px; } }
    @media (max-width: 479px) {
      .detailed-specs .spec-unit {
        margin: 0 0 20px; } }
  .detailed-specs .spec-unit-params {
    display: flex;
    flex-direction: column; }
    .detailed-specs .spec-unit-params > *:last-child {
      font-weight: 500;
      font-size: 30px;
      line-height: 1.05;
      color: #81a931; }
      @media (max-width: 1199px) {
        .detailed-specs .spec-unit-params > *:last-child {
          font-size: 26px; } }
  .detailed-specs .icon {
    flex: 0 0 44px;
    margin-right: 20px; }
    @media (max-width: 1199px) {
      .detailed-specs .icon {
        margin-right: 7px; } }
    .detailed-specs .icon.resolution-icon {
      flex-basis: 54px; }
      @media (max-width: 479px) {
        .detailed-specs .icon.resolution-icon {
          flex-basis: 44px; } }
    .detailed-specs .icon.max-fps-icon {
      flex-basis: 47px; }
      @media (max-width: 479px) {
        .detailed-specs .icon.max-fps-icon {
          flex-basis: 44px; } }
    .detailed-specs .icon.spectral-icon {
      flex-basis: 50px; }
      @media (max-width: 479px) {
        .detailed-specs .icon.spectral-icon {
          flex-basis: 44px; } }

/* tabset required styles for hidden tabs */
.js-tab-hidden {
  display: block !important;
  left: -9999px !important;
  position: absolute !important;
  top: -9999px !important; }

.tab-section {
  padding: 15px 0 70px; }
  @media (max-width: 1023px) {
    .tab-section {
      padding: 35px 0 50px; } }

.tabset {
  display: flex;
  position: relative;
  padding-left: 42px; }
  @media (max-width: 767px) {
    .tabset {
      padding-left: 0;
      flex-wrap: wrap;
      justify-content: center; } }
  .tabset:before {
    content: '';
    position: absolute;
    top: 42px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #3a3b3a;
    z-index: 1; }
    @media (max-width: 767px) {
      .tabset:before {
        display: none; } }
  .tabset li {
    margin-right: 15px; }
    @media (max-width: 767px) {
      .tabset li {
        display: flex;
        min-width: 50%;
        margin-right: 0;
        padding: 0 3px 6px; } }
    @media (max-width: 479px) {
      .tabset li {
        min-width: 100%; } }
    .tabset li:last-child {
      margin-right: 0; }
  .tabset a {
    outline: none;
    display: block;
    border-radius: 4px 4px 0 0;
    height: 44px;
    font-weight: 400;
    font-size: 18px;
    line-height: 42px;
    color: #afb1b1;
    border: 2px solid #c4c4c4;
    border-bottom: 0;
    padding: 0 3.3em;
    background: #fff;
    position: relative;
    transition: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
    @media (max-width: 1199px) {
      .tabset a {
        padding: 0 1.5em; } }
    @media (max-width: 767px) {
      .tabset a {
        flex: 1;
        border-bottom: 2px solid #c4c4c4;
        border-radius: 0;
        text-align: center; } }
    .tabset a.active {
      border-color: #3a3b3a;
      color: #3d4545;
      z-index: 2; }

.specs-in-tab {
  font-size: 17px;
  font-weight: 500;
  padding: 52px 0 25px; }
  @media (max-width: 767px) {
    .specs-in-tab {
      padding-top: 30px; } }
  .specs-in-tab li {
    margin-bottom: 1.05em; }
    .specs-in-tab li:last-child {
      margin-bottom: 0; }

.videos-section {
  padding: 97px 0 107px; }
  @media (max-width: 1023px) {
    .videos-section {
      padding: 80px 0; } }
  @media (max-width: 767px) {
    .videos-section {
      padding: 50px 0; } }

.entry-vids .row {
  display: flex;
  margin-bottom: 103px; }
  @media (max-width: 1023px) {
    .entry-vids .row {
      margin-bottom: 80px; } }
  @media (max-width: 767px) {
    .entry-vids .row {
      display: block;
      margin-bottom: 50px; } }
  .entry-vids .row:nth-child(odd) .video {
    order: 2; }
  .entry-vids .row:nth-child(odd) .text {
    padding: 0 50px 0 0; }
    @media (max-width: 767px) {
      .entry-vids .row:nth-child(odd) .text {
        padding: 0 20px; } }
    @media (max-width: 479px) {
      .entry-vids .row:nth-child(odd) .text {
        padding: 0; } }
  .entry-vids .row:last-child {
    margin-bottom: 0; }
.entry-vids .video {
  position: relative;
  min-height: 425px;
  width: 66%;
  align-self: flex-start; }
  @media (max-width: 1399px) {
    .entry-vids .video {
      min-height: 330px;
      width: 55%; } }
  @media (max-width: 1023px) {
    .entry-vids .video {
      min-height: 275px; } }
  @media (max-width: 767px) {
    .entry-vids .video {
      width: auto;
      min-height: inherit;
      padding-top: 45%;
      margin-bottom: 30px; } }
  @media (max-width: 479px) {
    .entry-vids .video {
      padding-top: 60%; } }
  .entry-vids .video a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
    .entry-vids .video a:hover:after {
      opacity: 0.85; }
    .entry-vids .video a:after {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      width: 64px;
      height: 52px;
      background: url(../images/ico06.png) no-repeat;
      transition: opacity 0.3s ease;
      margin: -32px 0 0 -26px; }
      @media (max-width: 374px) {
        .entry-vids .video a:after {
          background-size: 50px;
          width: 50px;
          height: 48px; } }
  .entry-vids .video .bg-stretch:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(46, 47, 47, 0.4); }
.entry-vids .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 34%;
  font-weight: 500;
  font-size: 21px;
  line-height: 1.5;
  padding: 0 0 0 50px; }
  @media (max-width: 1399px) {
    .entry-vids .text {
      width: 45%; } }
  @media (max-width: 1199px) {
    .entry-vids .text {
      font-size: 18px; } }
  @media (max-width: 767px) {
    .entry-vids .text {
      width: auto;
      padding: 0 20px; } }
  @media (max-width: 479px) {
    .entry-vids .text {
      padding: 0; } }
  .entry-vids .text > *:last-child {
    margin-bottom: 0; }
.entry-vids .title {
  font-weight: 600;
  font-size: 32px;
  line-height: 1.2;
  margin-bottom: 0.5em; }
  @media (max-width: 1199px) {
    .entry-vids .title {
      font-size: 28px; } }
  @media (max-width: 767px) {
    .entry-vids .title {
      font-size: 25px; } }
  @media (max-width: 374px) {
    .entry-vids .title {
      font-size: 22px; } }

.visual-and-quote-section {
  background: #f9f9f9;
  padding: 91px 0; }
  @media (max-width: 1023px) {
    .visual-and-quote-section {
      padding: 50px 0; } }

.visual-and-quote {
  display: flex;
  margin: 0 -15px; }
  @media (max-width: 767px) {
    .visual-and-quote {
      display: block;
      margin: 0; } }
  .visual-and-quote .holder {
    width: 50%;
    padding: 0 15px; }
    @media (max-width: 767px) {
      .visual-and-quote .holder {
        width: auto;
        padding: 0; } }
    .visual-and-quote .holder:first-child {
      order: 2; }
      @media (max-width: 767px) {
        .visual-and-quote .holder:first-child {
          margin-bottom: 30px; } }
  .visual-and-quote .visual-box {
    position: relative;
    min-height: 318px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 52px 52px 36px 52px; }
    @media (max-width: 767px) {
      .visual-and-quote .visual-box {
        min-height: 250px;
        padding: 30px; } }
    @media (max-width: 479px) {
      .visual-and-quote .visual-box {
        min-height: 200px; } }
    .visual-and-quote .visual-box .content {
      position: relative;
      z-index: 5;
      font-weight: 600;
      font-size: 27px;
      color: #fff; }
      @media (max-width: 767px) {
        .visual-and-quote .visual-box .content {
          font-size: 22px;
          max-width: 400px; } }
    .visual-and-quote .visual-box .link-holder {
      font-weight: 800;
      font-size: 32px;
      text-transform: uppercase; }
      @media (max-width: 767px) {
        .visual-and-quote .visual-box .link-holder {
          font-size: 25px; } }
      .visual-and-quote .visual-box .link-holder a {
        color: #fff; }
        .visual-and-quote .visual-box .link-holder a:hover {
          color: #98c843; }
        .visual-and-quote .visual-box .link-holder a:after {
          content: '\e901';
          font-family: 'icomoon' !important;
          font-size: 0.8em;
          margin-left: 0.5em; }
    .visual-and-quote .visual-box .bg-stretch:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      background: rgba(37, 37, 37, 0.6); }
  .visual-and-quote .blockquote {
    max-width: 500px;
    margin-top: -10px; }
    @media (max-width: 767px) {
      .visual-and-quote .blockquote {
        max-width: none; } }

.tcb__row {
  display: flex; }
  @media (max-width: 767px) {
    .tcb__row {
      flex-direction: column; } }
  @media (min-width: 768px) {
    .tcb__row {
      margin-left: -30px;
      margin-right: -30px;
      padding-bottom: 40px; } }
  @media (min-width: 1024px) {
    .tcb__row {
      margin-left: -40px;
      margin-right: -40px;
      padding-bottom: 60px; } }
.tcb__column {
  flex: 1 1 auto;
  padding-bottom: 30px; }
  @media (min-width: 768px) {
    .tcb__column {
      padding-left: 30px;
      padding-right: 30px;
      padding-bottom: 0; } }
  @media (min-width: 1024px) {
    .tcb__column {
      padding-left: 40px;
      padding-right: 40px; } }
.tcb__image img {
  display: block;
  margin-left: auto;
  margin-right: auto; }
.tcb__title {
  font-weight: bold;
  margin-top: .5em;
  margin-bottom: .5em;
  text-align: center; }
.tcb__linkedin {
  align-items: center;
  background-color: #81A932;
  border-radius: 100%;
  display: flex;
  height: 3em;
  justify-content: center;
  font-size: 18px;
  margin: 1em auto 0;
  width: 3em; }
.tcb__text {
  margin-top: 1em; }
  @media (min-width: 1024px) {
    .tcb__text {
      margin-top: 2em; } }

.popular-products-section {
  padding: 68px 0 28px; }
  @media (max-width: 1199px) {
    .popular-products-section {
      padding: 50px 0 28px; } }
  .popular-products-section .section-title {
    font-weight: 700;
    font-size: 34px;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 55px; }
    @media (max-width: 1023px) {
      .popular-products-section .section-title {
        font-size: 30px;
        margin-bottom: 40px; } }
    @media (max-width: 479px) {
      .popular-products-section .section-title {
        font-size: 26px; } }

.entry-section {
  padding: 101px 0 55px; }
  @media (max-width: 1199px) {
    .entry-section {
      padding: 50px 0; } }

.entry-content {
  display: flex;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5; }
  @media (max-width: 767px) {
    .entry-content {
      font-size: 16px; } }
  @media (max-width: 479px) {
    .entry-content {
      display: block; } }
  .entry-content .sidebar {
    flex: 0 0 200px;
    padding-top: 0.65em; }
    @media (max-width: 767px) {
      .entry-content .sidebar {
        flex-basis: 150px;
        padding-top: 0.3em; } }
    @media (max-width: 479px) {
      .entry-content .sidebar {
        padding: 0 0 30px; } }
  .entry-content .content-holder {
    flex: 1 1 auto;
    padding-left: 8.5%; }
    @media (max-width: 1023px) {
      .entry-content .content-holder {
        padding-left: 40px; } }
    @media (max-width: 767px) {
      .entry-content .content-holder {
        padding-left: 30px; } }
    @media (max-width: 479px) {
      .entry-content .content-holder {
        padding-left: 0; } }
  .entry-content figure:not(.wp-caption) {
    margin-top: 2.6em;
    margin-bottom: 3.5em; }
  .entry-content .large-text {
    margin-bottom: 2.6em; }

.main-container {
  display: flex;
  padding: 80px 0; }
  @media (max-width: 1023px) {
    .main-container {
      display: block; } }
  .main-container [id="content"] {
    width: calc(100% - 340px);
    padding-right: 40px; }
    @media (max-width: 1023px) {
      .main-container [id="content"] {
        width: 100%;
        padding: 0 0 20px; } }
  .main-container [id="sidebar"] {
    width: 340px;
    padding-left: 40px;
    border-left: 1px solid #ebebeb; }
    @media (max-width: 1023px) {
      .main-container [id="sidebar"] {
        border: none;
        width: 100%;
        padding: 0; } }

.large-text {
  font-size: 1.167em; }

@media (max-width: 479px) {
  .author-block {
    display: flex; } }
.author-block .avatar {
  margin-bottom: 30px; }
  @media (max-width: 479px) {
    .author-block .avatar {
      flex: 0 0 150px;
      margin: 0 15px 0 0; } }
  @media (max-width: 374px) {
    .author-block .avatar {
      flex-basis: 100px; } }
  .author-block .avatar img {
    width: 100%; }
.author-block .meta {
  font-weight: 600;
  font-size: 13px;
  line-height: 1.25;
  padding-right: 5px; }
  @media (max-width: 479px) {
    .author-block .meta {
      padding-right: 0; } }
  .author-block .meta > li {
    display: flex;
    flex-direction: column;
    margin-bottom: 36px; }
    @media (max-width: 479px) {
      .author-block .meta > li {
        margin-bottom: 10px; } }
    .author-block .meta > li:last-child {
      margin-bottom: 0; }
.author-block .name,
.author-block .topics-list,
.author-block .date {
  font-size: 16px;
  font-weight: 700;
  margin-top: 2px; }
.author-block .topics-list li {
  display: inline; }
  .author-block .topics-list li:last-child a:after {
    display: none; }
.author-block .topics-list a {
  color: #3d4545; }
  .author-block .topics-list a:after {
    display: inline;
    content: ','; }
  .author-block .topics-list a:hover {
    color: #98c843; }

.request-form-section .container {
  display: flex; }
  @media (max-width: 1023px) {
    .request-form-section .container {
      display: block; } }
.request-form-section .options-sidebar,
.request-form-section .form-grid-wrapper {
  padding-top: 89px; }
  @media (max-width: 1023px) {
    .request-form-section .options-sidebar,
    .request-form-section .form-grid-wrapper {
      padding-top: 0; } }
.request-form-section .options-sidebar {
  position: relative;
  flex: 0 0 465px;
  background: #f6f6f6;
  padding-left: 65px;
  order: 2; }
  @media (max-width: 1199px) {
    .request-form-section .options-sidebar {
      flex-basis: 425px;
      padding-left: 25px; } }
  @media (max-width: 1023px) {
    .request-form-section .options-sidebar {
      padding: 50px 25px;
      margin: 0 -25px; } }
  .request-form-section .options-sidebar:after {
    content: '';
    position: absolute;
    top: 0;
    left: 100%;
    bottom: 0;
    width: 5000px;
    background: #f6f6f6; }
    @media (max-width: 1023px) {
      .request-form-section .options-sidebar:after {
        display: none; } }
.request-form-section .form-grid-wrapper {
  flex: 1 1 auto;
  padding-right: 67px;
  padding-bottom: 63px; }
  @media (max-width: 1199px) {
    .request-form-section .form-grid-wrapper {
      padding-right: 25px; } }
  @media (max-width: 1023px) {
    .request-form-section .form-grid-wrapper {
      max-width: 640px;
      padding: 50px 0;
      margin: 0 auto; } }

.widget {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 69px; }
  @media (max-width: 1023px) {
    .widget {
      max-width: 450px;
      margin: 0 auto 50px; } }
  .widget:last-child {
    margin-bottom: 0; }
  .widget > *:last-child {
    margin-bottom: 0; }
  .widget .title {
    font-weight: 700;
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 12px; }
  .widget ul {
    font-weight: 500;
    font-size: 1em;
    line-height: 1.2;
    margin: 20px 0; }
    .widget ul li {
      position: relative;
      border-bottom: 2px solid #e0e0e0;
      padding: 11px 45px 10px 54px;
      margin-bottom: 0; }
      @media (max-width: 374px) {
        .widget ul li {
          padding-left: 40px; } }
      .widget ul li:first-child {
        border-top: 2px solid #e0e0e0; }
      .widget ul li:before {
        content: '';
        position: absolute;
        height: 11px;
        width: 19px;
        top: 13px;
        left: 18px;
        border: 4px solid #80aa2f;
        border-width: 0 0 4px 4px;
        transform: rotate(-45deg); }
        @media (max-width: 374px) {
          .widget ul li:before {
            left: 8px; } }

.widget-visual-panel {
  text-align: center;
  position: relative;
  z-index: 1;
  border-radius: 2px;
  overflow: hidden;
  margin-bottom: 25px; }
  .widget-visual-panel .frame-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2;
    color: #fff;
    background: #2f2f2f;
    padding: 15px 0 14px;
    margin-bottom: 0; }
  .widget-visual-panel .img-frame {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 230px;
    position: relative;
    padding: 36px 0; }
    @media (max-width: 479px) {
      .widget-visual-panel .img-frame {
        height: 190px; } }
    @media (max-width: 374px) {
      .widget-visual-panel .img-frame {
        height: 155px; } }
    .widget-visual-panel .img-frame:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(47, 47, 47, 0.5);
      z-index: -1; }
    .widget-visual-panel .img-frame .bg-stretch {
      z-index: -2; }
  .widget-visual-panel .btn {
    background: transparent;
    border-color: #fff;
    color: #fff;
    height: 44px;
    line-height: 41px; }
    .widget-visual-panel .btn:hover {
      background: #fff;
      color: #3d4545; }

.guideline-section {
  padding: 100px 0; }
  @media (max-width: 1023px) {
    .guideline-section {
      padding: 50px 0; } }

table {
  font-weight: 500;
  font-size: 15px;
  text-align: right;
  border-collapse: collapse;
  width: 100%; }
  @media (max-width: 374px) {
    table {
      font-size: 13px; } }
  table .tablesorter-header {
    outline: none; }
    table .tablesorter-header.sorter-false .heading:after {
      display: none; }
  table thead tr {
    border-width: 2px; }
    table thead tr:hover {
      border-color: #3a3b3a;
      color: inherit; }
  table tbody {
    border-bottom: 1px solid #ebebeb; }
  table tr {
    border-top: 1px solid #3a3b3a;
    border-bottom: 1px solid #3a3b3a; }
    table tr:hover {
      border-color: #8ab441;
      color: #8ab441;
      border-width: 2px; }
  table th {
    display: table-cell;
    font-size: 16px;
    text-transform: uppercase;
    text-align: left;
    vertical-align: top; }
    @media (max-width: 374px) {
      table th {
        font-size: 14px; } }
    table th .heading {
      display: flex;
      align-items: flex-end;
      height: 38px;
      overflow: hidden;
      cursor: pointer; }
      table th .heading:hover {
        color: #8ab441; }
      table th .heading:after {
        font-family: 'icomoon' !important;
        content: '\e903';
        font-size: 10px;
        line-height: 19px;
        margin-left: 5px; }
    table th .sub-heading {
      font-size: 14px;
      color: #8b8f8f;
      text-transform: none;
      display: block;
      padding-right: 17px;
      font-weight: 600; }
    table th.frame-rates, table th.max-resolution, table th.special-features {
      pointer-events: none; }
  table th, table td {
    padding: 10px;
    position: relative; }
    table th:after, table td:after {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      width: 1px;
      z-index: 1;
      background: #ebebeb; }
    @media (max-width: 1023px) {
      table th br, table td br {
        display: none; } }
    table th:last-child:after, table td:last-child:after {
      display: none; }
  table td:first-child, table td:nth-child(2) {
    font-weight: 700; }
  table td:first-child, table td:nth-child(2), table td:nth-child(8), table td:nth-child(9) {
    text-align: left; }
  table a {
    color: inherit;
    transition: none !important; }

.horizontal-scroller {
  overflow-x: auto; }

.swipe-message {
  display: none;
  text-align: center;
  margin-bottom: 20px; }
  @media (max-width: 1044px) {
    .swipe-message {
      display: block; } }

/* REQUIRED CSS: change your reflow breakpoint here (35em below) */
@media (max-width: 1023px) {
  /* uncomment out the line below if you don't want the sortable headers to show */
  /* table.ui-table-reflow thead { display: none; } */
  /* css for reflow & reflow2 widgets */
  .ui-table-reflow td,
  .ui-table-reflow th {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    text-align: left;
    /* if not using the stickyHeaders widget (not the css3 version)
     * the "!important" flag, and "height: auto" can be removed */ }

  /* reflow widget only */
  .ui-table-reflow tbody td[data-title]:before {
    color: #469;
    content: attr(data-title);
    white-space: pre-wrap;
    text-align: left;
    flex: 0 0 48%;
    margin-right: 2%;
    text-transform: uppercase; }

  /* reflow2 widget only */
  table.ui-table-reflow .ui-table-cell-label.ui-table-cell-label-top {
    display: block;
    padding: .4em 0;
    margin: .4em 0;
    text-transform: uppercase;
    font-size: .9em;
    font-weight: 400; }

  table.ui-table-reflow .ui-table-cell-label {
    padding: .4em;
    min-width: 30%;
    display: inline-block;
    margin: -.4em 1em -.4em -.4em; } }
/* end media query */
/* reflow2 widget */
.ui-table-reflow .ui-table-cell-label {
  display: none; }

.back-to-top-btn {
  display: block;
  position: fixed;
  z-index: 10;
  bottom: 40px;
  right: 75px;
  width: 48px;
  height: 48px;
  border: 3px solid #8bb43f;
  color: #8bb43f;
  border-radius: 50%;
  text-indent: -9999px;
  overflow: hidden;
  opacity: 0;
  visibility: hidden; }
  @media (max-width: 1023px) {
    .back-to-top-btn {
      bottom: 25px;
      right: 30px; } }
  .back-to-top-btn.visible {
    opacity: 1;
    visibility: visible; }
  .back-to-top-btn:hover {
    color: #6e8e32;
    border-color: #6e8e32; }
  .back-to-top-btn:after {
    position: absolute;
    top: 3px;
    left: 2px;
    content: '\e901';
    font-family: 'icomoon' !important;
    font-size: 37px;
    line-height: 1;
    transform: rotate(-90deg);
    text-indent: 0; }

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