@charset "UTF-8";
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

* {
  -webkit-font-smoothing: auto; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0; }

a {
  text-decoration: none; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

audio,
canvas,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden] {
  display: none; }

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  overflow-y: auto; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  line-height: normal; }

html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

li {
  list-style-type: none; }

body {
  margin: 0; }

iframe {
  border-style: none;
  border: none;
  width: inherit;
  display: block;
  position: relative; }

a:focus {
  outline: none; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: normal;
  -webkit-appearance: none; }

blockquote {
  margin: 0; }

dfn {
  font-style: italic; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

mark {
  background: #ff0;
  color: #000; }

p,
pre {
  margin: 1em 0; }

code,
kbd,
pre,
samp {
  font-family: monospace, serif; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: none; }

q:before,
q:after {
  content: "";
  content: none; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

dl,
menu,
ol,
ul {
  margin: 0; }

dd {
  margin: 0; }

menu,
ol,
ul {
  padding: 0; }

nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

img {
  border: 0;
  -ms-interpolation-mode: bicubic; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

form {
  margin: 0; }

fieldset {
  border: none;
  margin: 0;
  padding: 0; }

legend {
  border: 0;
  padding: 0;
  white-space: normal; }

button,
input,
select,
textarea {
  margin: 0;
  vertical-align: baseline; }

button,
input {
  line-height: normal; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  border-style: none;
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

input[type="checkbox"],
input[type="radio"] {
  padding: 0; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

audio,
canvas,
img,
video {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

.container {
  width: 980px;
  margin: 0 auto;
  position: relative; }
  .container:before, .container:after {
    content: "";
    visibility: hidden;
    height: 0;
    display: table; }
  .container:after {
    clear: both; }
  .container.not-relative {
    position: static; }

.centered-content {
  text-align: center; }

.row {
  margin-right: -20px;
  margin-left: -20px;
  font-size: 0;
  line-height: normal;
  clear: both;
  zoom: 1; }
  .row:after, .row:before {
    content: "";
    display: table; }
  .row:after {
    clear: both; }
  @media (max-width: 1024px) {
    .row {
      margin-right: -10px;
      margin-left: -10px; } }
  .row:before, .row:after {
    content: "";
    visibility: hidden;
    height: 0;
    display: table; }
  .row:after {
    clear: both; }
  .row > [class*='col_'] {
    padding-left: 20px;
    padding-right: 20px;
    display: inline-block;
    float: left; }
    @media (max-width: 1024px) {
      .row > [class*='col_'] {
        padding-left: 10px;
        padding-right: 10px; } }
    .row > [class*='col_'].right {
      float: right; }
  .row.big-gutter {
    margin-left: -45px;
    margin-right: -45px; }
    @media (max-width: 1024px) {
      .row.big-gutter {
        margin-left: -20px;
        margin-right: -20px; } }
    .row.big-gutter > [class*='col_'] {
      padding-left: 45px;
      padding-right: 45px; }
      @media (max-width: 1024px) {
        .row.big-gutter > [class*='col_'] {
          padding-left: 20px;
          padding-right: 20px; } }
  .row.small-gutter {
    margin-left: -6px;
    margin-right: -6px; }
    .row.small-gutter > [class*='col_'] {
      padding-left: 6px;
      padding-right: 6px; }
  .row.no-gutter {
    margin-left: 0;
    margin-right: 0; }
    .row.no-gutter > [class*='col_'] {
      padding-left: 0px;
      padding-right: 0px; }

.col_16 {
  width: 16.66%; }

.col_10 {
  width: 10%; }

.col_15 {
  width: 15%; }

.col_14 {
  width: 14.28%; }

.col_33 {
  width: 33.33%; }

.col_20 {
  width: 20%; }

.col_auto {
  width: auto; }

.col_25 {
  width: 25%; }

.col_12 {
  width: 12.5%; }

.col_50 {
  width: 50%; }

.col_100 {
  width: 100%; }

.col_30 {
  width: 30%; }

.col_35 {
  width: 35%; }

.col_70 {
  width: 70%; }

.col_40 {
  width: 40%; }

.col_45 {
  width: 45%; }

.col_55 {
  width: 55%; }

.col_60 {
  width: 60%; }

.col_65 {
  width: 65%; }

.col_66 {
  width: 66.66%; }

.col_75 {
  width: 75%; }

.col_80 {
  width: 80%; }

html {
  font-family: "effra", Arial, Helvetica, sans-serif, Arial, Helvetica, sans-serif;
  font-size: 10px;
  line-height: normal;
  font-weight: 400; }

body {
  font-size: 1.8rem;
  line-height: 28px;
  font-family: "effra", Arial, Helvetica, sans-serif, Arial, Helvetica, sans-serif; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  color: #000;
  line-height: normal;
  font-family: "Rufina", Arial, Helvetica, sans-serif;
  text-transform: none;
  margin-bottom: 30px;
  letter-spacing: normal; }
  @media (max-width: 1024px) {
    h1, h2, h3, h4, h5, h6 {
      letter-spacing: normal; } }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit;
    font-size: inherit;
    font-weight: inherit; }
  h1 b, h2 b, h3 b, h4 b, h5 b, h6 b {
    font-weight: 400; }

h1 {
  font-size: 3.6rem;
  margin-bottom: 30px; }
  h1 b {
    color: #000; }
    @media (max-width: 767px) {
      h1 b {
        display: block; } }

h2 {
  font-size: 3.6rem;
  margin-bottom: 30px; }

h3 {
  font-size: 3rem;
  margin-bottom: 40px; }
  @media (max-width: 767px) {
    h3 {
      margin-bottom: 20px;
      font-size: 2.4rem; } }

h4 {
  font-size: 2.5rem;
  font-weight: 400; }

h5 {
  font-size: 2.2rem;
  font-weight: 400;
  text-transform: none;
  margin-bottom: 10px;
  font-family: "effra", Arial, Helvetica, sans-serif; }

h6 {
  font-size: 1.8rem; }

p,
a,
span,
label {
  margin: 0;
  font-family: "effra", Arial, Helvetica, sans-serif; }
  p p,
  p a,
  p span,
  p label,
  a p,
  a a,
  a span,
  a label,
  span p,
  span a,
  span span,
  span label,
  label p,
  label a,
  label span,
  label label {
    font-size: 100%;
    margin: 0; }

p {
  margin: 0 0 40px;
  font-size: 1.6rem;
  line-height: 32px;
  font-weight: 300;
  color: #000;
  letter-spacing: 0.01em;
  font-family: "effra", Arial, Helvetica, sans-serif; }
  @media (max-width: 767px) {
    p {
      font-size: 1.6rem;
      line-height: 25px;
      margin-bottom: 30px; } }
  p a {
    text-decoration: none;
    color: #000; }
    p a:hover {
      color: black; }
  p i {
    font-style: italic; }
  p b, p strong {
    font-weight: 400; }
  p u {
    border-bottom: 2px solid #000;
    text-decoration: none; }

a {
  margin: 0;
  transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  color: #000;
  text-decoration: none; }
  a:hover {
    color: #000; }

strong {
  font-weight: 700; }

b {
  font-weight: 700; }

ul li {
  font-size: 1.4rem; }

input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="url"],
input[type="number"],
input[type="date"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="week"],
input[type="month"],
textarea,
select, .selectize-input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  font-family: "effra", Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  border-style: none;
  font-weight: 400;
  border: 0;
  border-bottom: 1px solid #000;
  width: 100%;
  height: 40px;
  padding: 0 0px;
  line-height: 4  0px;
  background: none;
  color: #000;
  outline: 0;
  -webkit-appearance: none;
  letter-spacing: normal;
  box-shadow: none; }
  input[type="text"]:active, input[type="text"]:hover, input[type="text"]:focus,
  input[type="email"]:active,
  input[type="email"]:hover,
  input[type="email"]:focus,
  input[type="password"]:active,
  input[type="password"]:hover,
  input[type="password"]:focus,
  input[type="search"]:active,
  input[type="search"]:hover,
  input[type="search"]:focus,
  input[type="tel"]:active,
  input[type="tel"]:hover,
  input[type="tel"]:focus,
  input[type="url"]:active,
  input[type="url"]:hover,
  input[type="url"]:focus,
  input[type="number"]:active,
  input[type="number"]:hover,
  input[type="number"]:focus,
  input[type="date"]:active,
  input[type="date"]:hover,
  input[type="date"]:focus,
  input[type="time"]:active,
  input[type="time"]:hover,
  input[type="time"]:focus,
  input[type="datetime"]:active,
  input[type="datetime"]:hover,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:active,
  input[type="datetime-local"]:hover,
  input[type="datetime-local"]:focus,
  input[type="week"]:active,
  input[type="week"]:hover,
  input[type="week"]:focus,
  input[type="month"]:active,
  input[type="month"]:hover,
  input[type="month"]:focus,
  textarea:active,
  textarea:hover,
  textarea:focus,
  select:active,
  select:hover,
  select:focus, .selectize-input:active, .selectize-input:hover, .selectize-input:focus {
    transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease; }

textarea {
  line-height: normal;
  height: auto;
  min-height: 140px;
  padding: 10px 0px; }
  @media (max-width: 767px) {
    textarea {
      min-height: 200px; } }

select {
  padding-right: 0; }

label {
  display: inline-block;
  color: #000;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  font-weight: 400;
  font-family: "effra", Arial, Helvetica, sans-serif;
  font-style: normal;
  text-transform: uppercase; }
  label span {
    color: #000; }

::-webkit-input-placeholder {
  color: #000;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  font-weight: 400;
  font-family: "effra", Arial, Helvetica, sans-serif;
  font-style: normal;
  text-transform: uppercase; }
  @media (max-width: 767px) {
    ::-webkit-input-placeholder {
      font-size: 1.3rem; } }

:-moz-placeholder {
  /* Firefox 18- */
  color: #000;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  font-weight: 400;
  font-family: "effra", Arial, Helvetica, sans-serif;
  font-style: normal;
  text-transform: uppercase; }
  @media (max-width: 767px) {
    :-moz-placeholder {
      font-size: 1.3rem; } }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  font-weight: 400;
  font-family: "effra", Arial, Helvetica, sans-serif;
  font-style: normal;
  text-transform: uppercase; }
  @media (max-width: 767px) {
    ::-moz-placeholder {
      font-size: 1.3rem; } }

:-ms-input-placeholder {
  color: #000;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  font-weight: 400;
  font-family: "effra", Arial, Helvetica, sans-serif;
  font-style: normal;
  text-transform: uppercase; }
  @media (max-width: 767px) {
    :-ms-input-placeholder {
      font-size: 1.3rem; } }

.input-block {
  margin-bottom: 15px;
  display: inline-block;
  width: 100%;
  position: relative; }
  .input-block > label {
    display: block;
    margin-bottom: 5px;
    display: block; }
  @media (max-width: 767px) {
    .input-block {
      margin-bottom: 20px; } }
  .input-block.has-datepicker:before {
    content: "\f073";
    font-family: FontAwesome;
    font-size: 1.4rem;
    position: absolute;
    top: 13px;
    margin-top: -7px;
    right: 0;
    opacity: .7;
    z-index: 10;
    color: #000; }

.radio-block p {
  margin: 0;
  line-height: 22px;
  margin-top: 5px; }
.radio-block label, .radio-block a.read-more {
  margin: 0;
  height: auto;
  background: none;
  line-height: normal;
  padding: 0 10px;
  display: inline-block;
  width: calc(100% - 20px);
  margin-left: 15px;
  position: relative;
  cursor: pointer;
  letter-spacing: normal;
  text-transform: none;
  font-weight: 300; }
  @media (max-width: 480px) {
    .radio-block label, .radio-block a.read-more {
      margin-left: 15px;
      line-height: 20px;
      padding-right: 0;
      padding-left: 5px; } }
  .radio-block label span, .radio-block a.read-more span {
    font-size: 1.4rem;
    color: #000;
    margin-top: 5px;
    display: inline-block;
    float: left; }
.radio-block a.read-more {
  width: auto;
  margin-left: 0;
  padding-left: 0; }
  .radio-block a.read-more img {
    margin-top: 4px; }
  @media (max-width: 767px) {
    .radio-block a.read-more {
      float: none; } }
.radio-block input[type="radio"] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
.radio-block label:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  position: absolute;
  left: -9px;
  top: 6px;
  -webkit-border-radius: 2.5px;
  -moz-border-radius: 2.5px;
  border-radius: 2.5px;
  vertical-align: -3px;
  background-color: #fafafa;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 2; }
.radio-block label:after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  position: absolute;
  left: -13px;
  top: 2px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  vertical-align: -3px;
  border: 2px solid #000;
  background-color: #fafafa;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 1; }
.radio-block input:checked + label:before {
  background-color: #000; }

.radio-block-custom .wpcf7-list-item {
  width: 33.33%;
  float: left;
  padding-left: 5px; }
  @media (max-width: 480px) {
    .radio-block-custom .wpcf7-list-item {
      width: 100%; } }
  .radio-block-custom .wpcf7-list-item input[type="radio"] {
    position: relative;
    z-index: -9999;
    display: inline-block;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 0; }
  .radio-block-custom .wpcf7-list-item .style-radio {
    position: relative;
    width: 20px;
    height: 20px;
    display: inline-block; }
    .radio-block-custom .wpcf7-list-item .style-radio:before {
      content: "";
      display: inline-block;
      width: 5px;
      height: 5px;
      position: absolute;
      left: 4px;
      top: 12px;
      -webkit-border-radius: 2.5px;
      -moz-border-radius: 2.5px;
      border-radius: 2.5px;
      vertical-align: -3px;
      background-color: #fafafa;
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease;
      z-index: 2; }
    .radio-block-custom .wpcf7-list-item .style-radio:after {
      content: "";
      display: inline-block;
      width: 13px;
      height: 13px;
      position: absolute;
      left: 0;
      top: 8px;
      -webkit-border-radius: 8px;
      -moz-border-radius: 8px;
      border-radius: 8px;
      vertical-align: -3px;
      border: 2px solid #000;
      background-color: #fafafa;
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease;
      z-index: 1; }
    .radio-block-custom .wpcf7-list-item .style-radio.active:before {
      background-color: #000; }
  .radio-block-custom .wpcf7-list-item .wpcf7-list-item-label {
    font-size: 1.4rem;
    color: #000;
    margin-top: 5px;
    display: inline-block;
    font-weight: 100;
    text-transform: initial; }

.select-block {
  position: relative; }
  .select-block .selectric-wrapper {
    background: none; }
    .select-block .selectric-wrapper .selectric span.label {
      height: 60px;
      line-height: 60px;
      padding: 0 0px;
      padding-right: 15px;
      font-weight: 400;
      font-size: 1.8rem;
      text-transform: none;
      color: #000;
      font-family: "effra", Arial, Helvetica, sans-serif;
      border: 0px solid #9a99ac;
      border-bottom: 1px solid #000;
      -webkit-border-radius: 0px;
      -moz-border-radius: 0px;
      border-radius: 0px; }
      @media (max-width: 767px) {
        .select-block .selectric-wrapper .selectric span.label {
          text-align: center;
          font-size: 2.2rem; } }
    .select-block .selectric-wrapper .selectric .select-button {
      position: absolute;
      width: 10px;
      height: 6px;
      top: 22px;
      right: 0px;
      z-index: 10;
      font-family: "FontAwesome";
      font-size: 1.8rem;
      color: #000; }
      .select-block .selectric-wrapper .selectric .select-button:before {
        content: "\f0d7"; }
    .select-block .selectric-wrapper .selectric-items {
      background: #fafafa; }
      .select-block .selectric-wrapper .selectric-items ul li {
        padding: 7px 20px;
        color: #000;
        font-size: 1.3rem;
        margin: 0;
        font-weight: 400;
        border: 0;
        border-top: 1px solid #ebebeb; }
        .select-block .selectric-wrapper .selectric-items ul li:before {
          display: none; }
        .select-block .selectric-wrapper .selectric-items ul li.highlighted, .select-block .selectric-wrapper .selectric-items ul li:hover {
          background: #ebebeb;
          color: #000; }
    .select-block .selectric-wrapper.white-select {
      border: 0; }

.styled-checkbox {
  position: absolute;
  opacity: 0; }
  .styled-checkbox + label {
    width: auto;
    padding: 0;
    text-align: initial;
    font-size: inherit;
    text-transform: none;
    display: initial;
    float: none;
    line-height: normal;
    position: relative;
    cursor: pointer;
    padding: 0; }
  .styled-checkbox + label:before {
    content: '';
    margin-right: 9px;
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    border: 1px solid #9a99ac;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: absolute;
    left: -30px; }
  .styled-checkbox:checked + label:before {
    color: #000; }
  .styled-checkbox:disabled + label {
    color: #ccc;
    cursor: auto; }
  .styled-checkbox:disabled + label:before {
    box-shadow: none;
    background: #ddd; }
  .styled-checkbox:checked + label:after {
    content: '';
    position: absolute;
    left: -25px;
    top: 9px;
    background: #000;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 #000, 4px 0 0 #000, 4px -2px 0 #000, 4px -4px 0 #000, 4px -6px 0 #000, 4px -8px 0 #000;
    transform: rotate(45deg); }

.styled-checkbox-wrapper label {
  font-size: 1.3rem;
  color: #000; }

.custom-file-upload-hidden {
  display: none;
  visibility: hidden;
  position: absolute;
  left: -9999px; }

.custom-file-upload {
  display: block;
  width: auto; }
  .custom-file-upload label {
    display: block;
    margin-bottom: 5px; }

.file-upload-wrapper {
  position: relative;
  margin-bottom: 5px; }

.file-upload-input {
  width: 100%;
  color: #000;
  font-size: 1.7rem;
  height: 40px;
  line-height: 40px;
  padding: 0;
  border: none;
  background: none; }
  @media (max-width: 767px) {
    .file-upload-input {
      font-size: 1.5rem; } }

.file-upload-button {
  cursor: pointer;
  display: inline-block;
  color: #9da2a9;
  font-size: 1.7rem;
  text-transform: none;
  padding: 0;
  padding-right: 15px;
  height: auto;
  line-height: normal;
  font-style: italic;
  position: absolute;
  right: 0;
  top: 5px;
  z-index: 10;
  border: none;
  background: none;
  box-shadow: none;
  letter-spacing: normal;
  min-width: 0; }
  @media (max-width: 767px) {
    .file-upload-button {
      width: auto; } }
  .file-upload-button:before {
    content: "";
    width: 10px;
    height: 12px;
    position: absolute;
    right: 0;
    top: 5px;
    background-image: url(images/default/upload-icon.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    z-index: 10; }
  .file-upload-button:hover {
    background: none;
    color: #000; }

table {
  width: 100%; }

table, th, td {
  border-spacing: 0;
  border: 1px solid #999999;
  padding: 1em;
  line-height: 1;
  vertical-align: top; }

th {
  text-align: left;
  font-weight: normal; }

@keyframes fade-in-bottom {
  0% {
    transform: translateY(150px);
    opacity: 0; }
  100% {
    transform: translateY(0);
    opacity: 1; } }
button.submit-button {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 300;
  text-transform: uppercase;
  color: #000;
  letter-spacing: 0.1em;
  line-height: 10px;
  font-weight: 400;
  border: 0;
  outline: 0;
  background: none;
  padding: 0;
  padding-right: 32px;
  position: relative; }
  button.submit-button:before {
    content: "";
    width: 26px;
    height: 9px;
    position: absolute;
    right: 0;
    top: 0px;
    background-image: url(images/read-more-arrow.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease; }
  button.submit-button:hover:before {
    right: -10px; }

input[type='submit'],
.button {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-align: center;
  font-size: 1.8rem;
  font-family: "effra", Arial, Helvetica, sans-serif;
  font-weight: 400;
  color: #000;
  padding: 0 23px;
  height: 48px;
  line-height: 44px;
  text-align: center;
  position: relative;
  margin-bottom: 0px;
  border: 2px solid #000;
  box-shadow: none;
  min-width: 180px;
  background: none;
  overflow: hidden;
  z-index: 2;
  margin-bottom: 0px;
  animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.5s forwards; }
  @media (max-width: 767px) {
    input[type='submit'],
    .button {
      min-width: 0;
      margin-bottom: 15px;
      font-size: 1.3rem;
      line-height: 33px;
      height: 35px;
      padding: 0 30px;
      letter-spacing: 0.3em;
      border: 1px solid #000; } }
  @media (max-width: 480px) {
    input[type='submit'],
    .button {
      padding: 0 10px; } }
  input[type='submit'] i,
  .button i {
    float: right;
    margin-left: 5px;
    margin-top: 17px; }
  input[type='submit'] span,
  .button span {
    position: relative;
    z-index: 2;
    display: block;
    transform: translateY(0%);
    transition: all 0.5s;
    color: #000; }
    input[type='submit'] span.second,
    .button span.second {
      color: black;
      opacity: 0; }
  input[type='submit']:hover,
  .button:hover {
    color: #fff;
    background: #000; }
    input[type='submit']:hover span,
    .button:hover span {
      transform: translateY(-100%);
      color: #fff; }
      input[type='submit']:hover span.second,
      .button:hover span.second {
        transform: translateY(-100%);
        opacity: 1; }
  input[type='submit'].medium,
  .button.medium {
    height: 48px;
    line-height: 46px;
    min-width: 0;
    padding: 0 20px;
    font-size: 1.8rem;
    font-weight: 400; }
  input[type='submit'].small,
  .button.small {
    height: 32px;
    font-size: 1.4rem;
    line-height: 32px;
    min-width: 94px;
    padding: 0 10px;
    font-weight: 300; }
  input[type='submit'].smaller,
  .button.smaller {
    height: 33px;
    line-height: 33px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 1.4rem;
    min-width: 0;
    padding: 0 12px; }
  input[type='submit'].facebook,
  .button.facebook {
    background: #0084ff; }
  input[type='submit'].outlined,
  .button.outlined {
    background: transparent;
    border: 2px solid #000;
    color: #000;
    line-height: 48px; }
    input[type='submit'].outlined.small,
    .button.outlined.small {
      line-height: 36px; }
    input[type='submit'].outlined.white,
    .button.outlined.white {
      border: 2px solid rgba(255, 255, 255, 0.5);
      opacity: .85;
      color: #fff; }
    input[type='submit'].outlined:hover,
    .button.outlined:hover {
      opacity: 1; }
  input[type='submit'].facebook-btn,
  .button.facebook-btn {
    background: #3b5998; }

.round-button {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: normal;
  text-align: center;
  font-size: 1.8rem;
  font-family: "effra", Arial, Helvetica, sans-serif;
  font-weight: 400;
  color: #fff;
  padding: 0 15px;
  height: 60px;
  line-height: 56px;
  text-align: center;
  position: relative;
  margin-bottom: 0px;
  border: 2px solid #fff;
  box-shadow: none;
  background: rgba(0, 0, 0, 0.43);
  overflow: hidden;
  z-index: 2;
  min-width: 250px;
  letter-spacing: 0.3em;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease; }
  @media (max-width: 767px) {
    .round-button {
      height: 38px;
      line-height: 36px;
      min-width: 190px;
      font-size: 1.6rem;
      letter-spacing: 0.2em; } }
  .round-button:hover {
    background: black;
    color: #fff; }

html, body {
  background-color: #fafafa;
  /* background-image: url(images/pattern_bg.jpg); */
  background-repeat: repeat;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  position: relative; }

::selection {
  background: #000;
  color: #fff;
  /* WebKit/Blink Browsers */ }

::-moz-selection {
  background: #000;
  color: #fff;
  /* Gecko Browsers */ }

.desktop-only {
  display: block !important; }
  @media (max-width: 1024px) {
    .desktop-only {
      display: none !important; } }
  @media (max-width: 767px) {
    .desktop-only {
      display: none !important; } }

.tablet-only {
  display: none !important; }
  @media (max-width: 1024px) {
    .tablet-only {
      display: inline-block !important; } }
  @media (max-width: 767px) {
    .tablet-only {
      display: none !important; } }

.mobile-only {
  display: none !important; }
  @media (max-width: 767px) {
    .mobile-only {
      display: block !important; } }

.hidden-on-desktop {
  display: none !important; }
  @media (max-width: 1024px) {
    .hidden-on-desktop {
      display: block !important; } }

@media (max-width: 1240px) {
  .hidden-on-small-desktop {
    display: none !important; } }
@media (max-width: 1024px) {
  .hidden-on-small-desktop {
    display: block !important; } }
@media (max-width: 767px) {
  .hidden-on-small-desktop {
    display: block !important; } }

@media (max-width: 1024px) {
  .hidden-on-tablet {
    display: none !important; } }
@media (max-width: 767px) {
  .hidden-on-tablet {
    display: block !important; } }

@media (max-width: 767px) {
  .hidden-on-mobile {
    display: none !important; } }

@media (max-width: 1024px) {
  .get-equal {
    height: auto !important; } }

.container {
    /* @include big-desktop {
        width: 1280px;
    }

    @include small-desktop {
        width: 980px;
    } */ }
  .container .inner-container {
    max-width: 1005px;
    margin: 0 auto; }
  @media (max-width: 1024px) {
    .container {
      width: 750px; } }
  @media (max-width: 767px) {
    .container {
      width: 90%; } }

.big-container {
  width: 1132px;
  margin: 0 auto;
  position: relative; }
  .big-container:before, .big-container:after {
    content: "";
    visibility: hidden;
    height: 0;
    display: table; }
  .big-container:after {
    clear: both; }
  @media (max-width: 1240px) {
    .big-container {
      width: 900px; } }
  @media (max-width: 1024px) {
    .big-container {
      width: 750px; } }
  @media (max-width: 767px) {
    .big-container {
      width: 90%; } }

.no-mb {
  margin-bottom: 0 !important; }

.right {
  float: right; }

.left {
  float: left; }

.no-scroll {
  overflow: hidden !important; }

.floating-objects {
  clear: both;
  zoom: 1; }
  .floating-objects:after, .floating-objects:before {
    content: "";
    display: table; }
  .floating-objects:after {
    clear: both; }

.show {
  display: block !important; }

.alignright {
  float: right;
  margin-left: 40px;
  margin-bottom: 40px; }

.alignleft {
  float: left;
  margin-right: 40px;
  margin-bottom: 40px; }

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.mm-menu {
  background: #fbfbfb; }

a.open-sidemenu {
  display: none;
  width: 25px;
  height: 15px;
  position: relative;
  z-index: 9999;
  margin-top: 7px;
  margin-left: 10px;
  margin-right: 3px; }
  @media (max-width: 767px) {
    a.open-sidemenu {
      display: inline-block; } }
  a.open-sidemenu span {
    position: absolute;
    display: inline-block;
    height: 3px;
    width: 100%;
    background: #fff;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease; }
    a.open-sidemenu span:first-child {
      left: 0;
      top: 0;
      -ms-transform-origin: 100% 100%;
      /* IE 9 */
      -webkit-transform-origin: 100% 100%;
      /* Chrome, Safari, Opera */
      transform-origin: 100% 100%; }
    a.open-sidemenu span:last-child {
      left: 0;
      bottom: 0;
      -ms-transform-origin: 100% 100%;
      /* IE 9 */
      -webkit-transform-origin: 100% 100%;
      /* Chrome, Safari, Opera */
      transform-origin: 100% 100%; }
  a.open-sidemenu.active span:first-child {
    -ms-transform: rotate(-45deg);
    /* IE 9 */
    -webkit-transform: rotate(-45deg);
    /* Chrome, Safari, Opera */
    transform: rotate(-45deg);
    left: 1px;
    top: -3px; }
  a.open-sidemenu.active span:last-child {
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -webkit-transform: rotate(45deg);
    /* Chrome, Safari, Opera */
    transform: rotate(45deg);
    left: -1px;
    bottom: -3px; }

@media (max-width: 767px) {
  .fullpage-wrapper {
    z-index: auto;
    transform: none !important; } }

.sidemenu-wrapper {
  position: fixed;
  top: 0;
  left: -84%;
  width: 84%;
  height: 100vh;
  z-index: 99999;
  box-shadow: 20px 0px 65px 0px rgba(0, 0, 0, 0);
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  background: #fafafa; }
  .sidemenu-wrapper .close-panel {
    display: inline-block;
    position: absolute;
    right: -16%;
    top: 0;
    width: 16%;
    z-index: 1000;
    height: 100%;
    display: none; }
  .sidemenu-wrapper:after {
    content: "";
    width: 16%;
    right: -16px;
    position: absolute;
    height: 100%;
    z-index: 10;
    display: none; }
  .sidemenu-wrapper.opened {
    left: 0;
    box-shadow: 20px 0px 65px 0px rgba(0, 0, 0, 0.74); }
    .sidemenu-wrapper.opened .close-panel {
      display: block; }
  .sidemenu-wrapper:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #fafafa;
    opacity: .9;
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    display: none; }
  .sidemenu-wrapper .sidemenu-content {
    position: relative;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 10;
    padding: 25px 24px;
    text-align: center;
    background: #fafafa;
    overflow: auto;
    overflow: auto;
    padding-bottom: 40px; }
    .sidemenu-wrapper .sidemenu-content .sidemenu-logo {
      margin-bottom: 30px;
      display: inline-block; }
      .sidemenu-wrapper .sidemenu-content .sidemenu-logo img {
        width: 150px; }
    .sidemenu-wrapper .sidemenu-content .mobile-navigation-menu {
      text-align: center;
      margin-bottom: 10px; }
      .sidemenu-wrapper .sidemenu-content .mobile-navigation-menu > ul > li {
        display: inline-block;
        width: 100%;
        position: relative;
        border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
        .sidemenu-wrapper .sidemenu-content .mobile-navigation-menu > ul > li a {
          color: #fff;
          font-size: 1.6rem;
          font-weight: 300;
          text-transform: none;
          letter-spacing: normal;
          opacity: .8;
          padding: 9px 0;
          display: inline-block;
          width: 100%; }
        .sidemenu-wrapper .sidemenu-content .mobile-navigation-menu > ul > li.has-submenu:before {
          content: "\f107";
          font-family: FontAwesome;
          font-size: 1.3rem;
          color: #fff;
          position: absolute;
          top: 9px;
          right: 0;
          z-index: 10; }
        .sidemenu-wrapper .sidemenu-content .mobile-navigation-menu > ul > li.has-submenu.active:before {
          content: "\f106"; }
        .sidemenu-wrapper .sidemenu-content .mobile-navigation-menu > ul > li .submenu {
          display: none; }
          .sidemenu-wrapper .sidemenu-content .mobile-navigation-menu > ul > li .submenu li {
            display: inline-block;
            width: 100%; }
            .sidemenu-wrapper .sidemenu-content .mobile-navigation-menu > ul > li .submenu li a {
              font-size: 1.4rem;
              font-weight: 400; }
        .sidemenu-wrapper .sidemenu-content .mobile-navigation-menu > ul > li:last-child {
          border: 0; }
    .sidemenu-wrapper .sidemenu-content .contact-info-wrapper {
      text-align: center; }
      .sidemenu-wrapper .sidemenu-content .contact-info-wrapper p {
        font-size: 1.6rem;
        color: #fff; }

.bg-section {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

blockquote {
  text-align: center;
  clear: both;
  padding: 40px 40px;
  margin-top: 10px; }
  blockquote:before, blockquote:after {
    content: "";
    visibility: hidden;
    height: 0;
    display: table; }
  blockquote:after {
    clear: both; }
  blockquote p {
    font-size: 2rem;
    line-height: 30px;
    margin-bottom: 0px;
    color: #000;
    font-weight: 400;
    font-family: "effra", Arial, Helvetica, sans-serif;
    font-style: italic; }
    @media (max-width: 767px) {
      blockquote p {
        font-size: 2.4rem; } }
    blockquote p b {
      color: #000; }
  blockquote h5 {
    font-size: 2rem;
    color: #414042;
    margin: 0;
    font-family: "Rufina", Arial, Helvetica, sans-serif; }
    @media (max-width: 1024px) {
      blockquote h5 {
        font-size: 2rem; } }

.fancybox-slider-wrap .fancybox-close-small {
  line-height: normal;
  min-width: 0;
  padding: 0; }
  .fancybox-slider-wrap .fancybox-close-small:hover {
    background: none; }

.fancybox-close-small {
  box-shadow: none;
  min-width: 0;
  width: 32px;
  height: 32px;
  background: none;
  right: 20px;
  top: 13px;
  font-size: 1.4rem;
  color: #fff;
  opacity: 1;
  background-image: url(images/close-popup.png);
  background-size: 100% auto;
  background-repeat: no-repeat; }
  .fancybox-close-small:before {
    content: "\f00d";
    font-family: "FontAwesome";
    display: none; }
  .fancybox-close-small:hover {
    opacity: 1; }
  .fancybox-close-small:after {
    display: none; }

.fancybox-slide > * {
  background: none;
  padding: 0; }

.no-border {
  border: 0 !important; }

.fancybox-slide > div {
  background: none;
  padding: 0; }
.fancybox-slide .popup-wrapper {
  overflow: initial;
  background: #fff;
  padding-top: 60px; }
  @media (max-width: 767px) {
    .fancybox-slide .popup-wrapper {
      padding: 0 15px; } }
  @media (max-width: 767px) {
    .fancybox-slide .popup-wrapper .col_50 {
      width: 100%; } }
  .fancybox-slide .popup-wrapper h3 {
    text-align: center;
    color: #fff;
    font-size: 3.6rem;
    font-weight: 300;
    margin-bottom: 25px; }
    @media (max-width: 767px) {
      .fancybox-slide .popup-wrapper h3 {
        font-size: 3rem;
        margin-bottom: 15px; } }
  .fancybox-slide .popup-wrapper .popup-content {
    background-color: #fff;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    padding: 40px 40px;
    background-position: left bottom;
    background-repeat: no-repeat; }
    @media (max-width: 767px) {
      .fancybox-slide .popup-wrapper .popup-content {
        padding: 15px 20px;
        background-image: none !important; } }
    .fancybox-slide .popup-wrapper .popup-content .checkbox-input {
      padding-left: 25px;
      line-height: 24px; }
    .fancybox-slide .popup-wrapper .popup-content h6 {
      margin-bottom: 0px;
      font-size: 1.4rem;
      font-weight: 700; }
    .fancybox-slide .popup-wrapper .popup-content p {
      font-size: 1.6rem;
      font-weight: 300;
      margin-bottom: 20px;
      line-height: 24px; }
    .fancybox-slide .popup-wrapper .popup-content form .input-block {
      margin-bottom: 20px; }
    .fancybox-slide .popup-wrapper .popup-content form p {
      margin-bottom: 10px; }
    .fancybox-slide .popup-wrapper .popup-content form .button {
      margin-top: 30px;
      margin-bottom: 30px; }
    .fancybox-slide .popup-wrapper .popup-content .centered-content p {
      font-size: 1.7rem;
      line-height: 22px;
      margin: 0;
      font-weight: 400; }

.fancybox-bg {
  background: #000;
  opacity: .9; }

.fancybox-container--ready .fancybox-bg {
  opacity: .8;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.picker__holder {
  min-width: 350px; }
  .picker__holder .picker__button--today, .picker__holder .picker__button--clear, .picker__holder .picker__button--close {
    min-width: 0;
    font-family: "effra", Arial, Helvetica, sans-serif;
    color: #000;
    height: auto;
    line-height: normal; }

.picker--opened .picker__holder {
  border: 0;
  outline: 0; }

.hamburger {
  padding: 0;
  margin-top: 2px;
  margin-left: 15px;
  margin-right: 0px;
  transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease; }
  .hamburger .hamburger-box {
    width: 30px;
    height: 100%;
    top: 0; }
    .hamburger .hamburger-box .hamburger-inner {
      width: 100%;
      height: 2px;
      background: #fff;
      -webkit-border-radius: 0px;
      -moz-border-radius: 0px;
      border-radius: 0px; }
      .hamburger .hamburger-box .hamburger-inner:before, .hamburger .hamburger-box .hamburger-inner:after {
        width: 100%;
        height: 2px;
        background: #fff;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px; }
      .hamburger .hamburger-box .hamburger-inner:before {
        top: -8px; }
      .hamburger .hamburger-box .hamburger-inner:after {
        bottom: -8px; }
  .hamburger.hamburger--squeeze.is-active .hamburger-inner:before {
    top: 0; }
  .hamburger.hamburger--squeeze.is-active .hamburger-inner:after {
    bottom: 0; }

.hamburger:hover {
  opacity: 1; }

.mobile-menu-buttons {
  display: none; }
  @media (max-width: 767px) {
    .mobile-menu-buttons {
      display: inline-block; } }

.slick-dotted.slick-slider {
  margin-bottom: 0; }

.slick-slider .slick-slide {
  outline: 0;
  border: 0; }
.slick-slider .slick-dots {
  bottom: 30px; }
  .slick-slider .slick-dots li {
    margin: 0 2px;
    width: 8px;
    height: 8px;
    padding: 0; }
    .slick-slider .slick-dots li button {
      min-width: 0;
      padding: 0;
      width: 8px;
      height: 8px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px;
      background: #bfc0c6;
      box-shadow: none; }
      .slick-slider .slick-dots li button:before {
        display: none !important; }
    .slick-slider .slick-dots li:before {
      display: none !important; }
    .slick-slider .slick-dots li.slick-active button {
      background: #fafafa; }
.slick-slider .slick-prev, .slick-slider .slick-next {
  width: 32px;
  height: 54px;
  background-image: url(images/default/controls.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto 100%;
  min-width: 0;
  box-shadow: none;
  border: 0px solid #fff;
  z-index: 90;
  margin-top: -27px; }
  .slick-slider .slick-prev:before, .slick-slider .slick-next:before {
    display: none; }
.slick-slider .slick-prev {
  left: 50px; }
.slick-slider .slick-next {
  right: 50px;
  background-position: -32px 0; }

.sep {
  margin-bottom: 30px;
  height: 1px;
  background: #9a99ac;
  display: block;
  clear: both;
  width: 100%;
  margin-top: 50px; }
  .sep:before, .sep:after {
    content: "";
    visibility: hidden;
    height: 0;
    display: table; }
  .sep:after {
    clear: both; }
  .sep.big {
    margin: 160px 0; }

.clear:before, .clear:after {
  content: "";
  visibility: hidden;
  height: 0;
  display: table; }
.clear:after {
  clear: both; }

.picker__select--month, .picker__select--year {
  color: #fafafa;
  line-height: normal; }

.picker__holder .picker__button--today, .picker__holder .picker__button--clear, .picker__holder .picker__button--close {
  color: #fafafa; }

img {
  max-width: 100%; }

.tabs-wrapper .tab-wrapper .tab {
  height: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease; }
  .tabs-wrapper .tab-wrapper .tab.active {
    opacity: 1;
    visibility: visible;
    height: auto; }

.hide {
  display: none !important; }

@media (max-width: 767px) {
  .container {
    overflow: hidden; }
    .container.visible {
      overflow: visible; } }
@media (max-width: 767px) {
  .container.visible-overflow {
    overflow: visible; } }

.accordion-wrapper .accordion-item {
  border-bottom: 1px solid #9a99ac; }
  .accordion-wrapper .accordion-item .accordion-header {
    position: relative;
    padding: 10px 10px 10px 27px;
    margin-top: 5px;
    margin-bottom: 5px;
    cursor: pointer; }
    .accordion-wrapper .accordion-item .accordion-header:before {
      content: "";
      width: 8px;
      height: 6px;
      position: absolute;
      left: 10px;
      top: 16px;
      background-position: 0 0;
      background-repeat: no-repeat;
      background-size: 100%; }
    .accordion-wrapper .accordion-item .accordion-header h6 {
      margin: 0;
      font-size: 1.6rem;
      font-weight: 600;
      font-family: "effra", Arial, Helvetica, sans-serif; }
  .accordion-wrapper .accordion-item .accordion-hidden-content {
    margin-top: 5px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out; }
    .accordion-wrapper .accordion-item .accordion-hidden-content p {
      margin-left: 30px;
      font-size: 1.4rem;
      line-height: 20px;
      margin-bottom: 15px; }
      @media (max-width: 767px) {
        .accordion-wrapper .accordion-item .accordion-hidden-content p {
          margin-left: 0; } }
  .accordion-wrapper .accordion-item.active .accordion-header:before {
    background-position: 0 -6px; }
  .accordion-wrapper .accordion-item.active .accordion-hidden-content {
    max-height: 700px;
    transition: max-height 0.4s ease-in; }

.big-mb {
  margin-bottom: 80px; }
  @media (max-width: 767px) {
    .big-mb {
      margin-bottom: 30px; } }

.mb {
  margin-bottom: 45px; }

.small-mb {
  margin-bottom: 25px; }

.mt {
  margin-top: 45px; }
  @media (max-width: 767px) {
    .mt {
      margin-top: 20px; } }

.small-mt {
  margin-top: 25px; }

.no-mb {
  margin-bottom: 0; }

@media (max-width: 1024px) {
  .mobile-mb {
    margin-bottom: 25px; } }

.greyscale {
  -webkit-filter: grayscale(100%);
  /* Chrome, Safari, Opera */
  filter: grayscale(100%); }

.greyscale-hover {
  -webkit-filter: grayscale(100%);
  /* Chrome, Safari, Opera */
  filter: grayscale(100%); }
  .greyscale-hover:hover {
    -webkit-filter: grayscale(0%);
    /* Chrome, Safari, Opera */
    filter: grayscale(0%); }

.fancybox-controls button {
  min-width: 0; }

.video-wrapper {
  position: relative;
  /* padding-bottom: 56.25%; */
  /* padding-bottom: 52.65%;
  padding-top: 30px; height: 0; overflow: hidden; */ }
  .video-wrapper iframe, .video-wrapper object, .video-wrapper embed {
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: 100%;
    border: 5px solid #fafafa; }
  .video-wrapper img {
    width: 100%; }
  .video-wrapper a.play-button {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 50;
    width: 144px;
    height: 144px;
    background-image: url(images/play-button.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    margin-top: -72px;
    margin-left: -72px; }
    @media (max-width: 767px) {
      .video-wrapper a.play-button {
        width: 80px;
        height: 80px;
        margin-top: -40px;
        margin-left: -40px; } }

.bounce {
  -moz-animation: bounce 3s infinite;
  -webkit-animation: bounce 3s infinite;
  animation: bounce 3s infinite; }

@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px); }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px); } }
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); } }
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); } }
.top-banner {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 320px;
  text-align: center;
  position: relative;
  background-color: #000;
  overflow: hidden;
  background-color: #000; }
  @media (max-width: 767px) {
    .top-banner {
      height: 200px; } }
  .top-banner.full-height {
    height: 100vh; }
  .top-banner:before {
    content: "";
    opacity: .31;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: #000;
    display: none; }
  .top-banner .inner-content {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 3; }
    .top-banner .inner-content a.logo {
      display: inline-block;
      transition: all 1s ease;
      -moz-transition: all 1s ease;
      -webkit-transition: all 1s ease;
      -o-transition: all 1s ease; }
      .top-banner .inner-content a.logo img {
        width: 386px; }
        @media (max-width: 767px) {
          .top-banner .inner-content a.logo img {
            width: 220px; } }
  .top-banner video {
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    height: 104%;
    z-index: 1;
    opacity: 1;
    -webkit-transition: opacity cubic-bezier(0.455, 0.03, 0.515, 0.955) 1.5s;
    -moz-transition: opacity cubic-bezier(0.455, 0.03, 0.515, 0.955) 1.5s;
    transition: opacity cubic-bezier(0.455, 0.03, 0.515, 0.955) 1.5s;
    -webkit-transition-delay: 250ms;
    -moz-transition-delay: 250ms;
    transition-delay: 250ms; }
  .top-banner .container {
    height: 100%;
    z-index: 3; }
  .top-banner .arrow {
    position: absolute;
    bottom: 60px;
    width: 10px;
    z-index: 100;
    height: 26px;
    left: 50%;
    margin-left: -5px; }
    .top-banner .arrow img {
      width: 10px; }
    @media (max-width: 767px) {
      .top-banner .arrow {
        bottom: 30px; } }

.inner-page .top-banner .inner-content a.logo img {
  width: 170px; }

.white-section {
  padding: 100px 0 100px; }
  @media (max-width: 767px) {
    .white-section {
      padding: 40px 0; } }
  @media (max-width: 767px) {
    .white-section .container {
      overflow: visible; } }

a.read-more {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 300;
  text-transform: uppercase;
  color: #000;
  letter-spacing: 0.1em;
  line-height: 10px;
  font-weight: 400; }
  a.read-more img {
    display: inline-block;
    width: 26px;
    margin-left: 8px;
    float: right;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease; }
  a.read-more:hover img {
    transform: translate(10px, 0); }

a.back-link {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 300;
  text-transform: none;
  color: #000;
  letter-spacing: normal;
  line-height: 10px;
  font-weight: 400;
  position: absolute;
  top: -70px;
  left: 50%;
  margin-left: -71px; }
  @media (max-width: 767px) {
    a.back-link {
      position: relative;
      top: -15px;
      margin-bottom: 20px; } }
  a.back-link img {
    display: inline-block;
    width: 26px;
    margin-right: 8px;
    float: left;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease; }
  a.back-link:hover img {
    transform: translate(-10px, 0); }

a.dark-read-more {
  display: block;
  font-size: 1.4rem;
  font-weight: 300;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 10px;
  font-weight: 400;
  background: #000;
  padding: 15px 15px; }
  a.dark-read-more img {
    display: inline-block;
    width: 26px;
    margin-left: 8px;
    float: right;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease; }
  a.dark-read-more:hover img {
    transform: translate(10px, 0); }

a.mobile-read-more {
  display: none;
  font-size: 1.4rem;
  font-weight: 300;
  text-transform: uppercase;
  color: #000;
  letter-spacing: 0.1em;
  line-height: normal;
  font-weight: 400;
  text-align: center; }
  @media (max-width: 767px) {
    a.mobile-read-more {
      display: block; } }
  a.mobile-read-more img {
    clear: both;
    display: block;
    width: 26px;
    margin: 10px auto;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease; }

.limited-content {
  max-width: 770px;
  margin: 0 auto; }

.bottom-grid {
  overflow: hidden; }
  .bottom-grid .grid-item {
    display: inline-block;
    float: left;
    height: 30vh;
    width: 50%;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
    @media (max-width: 1024px) {
      .bottom-grid .grid-item {
        width: 100%;
        height: 50vh; } }
    .bottom-grid .grid-item > div {
      position: absolute;
      z-index: 2;
      width: 100%;
      height: 100%;
      background: #000;
      opacity: .85;
      display: none; }
    .bottom-grid .grid-item a.show-more {
      display: inline-block;
      position: absolute;
      right: 40px;
      bottom: 40px;
      z-index: 10;
      opacity: 0;
      width: 41px;
      height: 41px; }
      .bottom-grid .grid-item a.show-more span {
        background: #fff;
        height: 1px;
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -1px;
        display: inline-block;
        width: 100%;
        transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease; }
        .bottom-grid .grid-item a.show-more span:before {
          content: "";
          width: 1px;
          height: 20px;
          background: #fff;
          top: -19px;
          left: 50%;
          margin-left: 1px;
          position: absolute;
          transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -webkit-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          -ms-transform-origin: 100% 100%;
          /* IE 9 */
          -webkit-transform-origin: 100% 100%;
          /* Chrome, Safari, Opera */
          transform-origin: 100% 100%; }
        .bottom-grid .grid-item a.show-more span:after {
          content: "";
          width: 1px;
          height: 20px;
          background: #fff;
          bottom: -19px;
          left: 50%;
          margin-left: 1px;
          position: absolute;
          transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -webkit-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          -ms-transform-origin: 0% 0%;
          /* IE 9 */
          -webkit-transform-origin: 0% 0%;
          /* Chrome, Safari, Opera */
          transform-origin: 0% 0%; }
      .bottom-grid .grid-item a.show-more:hover span:before {
        left: 100%;
        opacity: 1;
        -ms-transform: rotate(-45deg);
        /* IE 9 */
        -webkit-transform: rotate(-45deg);
        /* Chrome, Safari, Opera */
        transform: rotate(-45deg); }
      .bottom-grid .grid-item a.show-more:hover span:after {
        left: 100%;
        opacity: 1;
        -ms-transform: rotate(45deg);
        /* IE 9 */
        -webkit-transform: rotate(45deg);
        /* Chrome, Safari, Opera */
        transform: rotate(45deg); }
    .bottom-grid .grid-item h3 {
      font-size: 4.4rem;
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      transition: all 0.4s ease;
      -moz-transition: all 0.4s ease;
      -webkit-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      margin: 0 auto;
      text-align: center;
      z-index: 10; }
    .bottom-grid .grid-item.tall {
      height: 60vh; }
      @media (max-width: 767px) {
        .bottom-grid .grid-item.tall {
          height: 50vh; } }
    .bottom-grid .grid-item:before {
      content: "";
      width: 100%;
      height: 110%;
      position: absolute;
      left: 0;
      top: 0;
      z-index: 1;
      opacity: .85;
      background: #fff;
      transition: all 0.6s ease;
      -moz-transition: all 0.6s ease;
      -webkit-transition: all 0.6s ease;
      -o-transition: all 0.6s ease; }
    .bottom-grid .grid-item:after {
      width: 100%;
      height: 100%;
      position: absolute;
      left: 100%;
      top: 0;
      z-index: 1;
      opacity: .85;
      background: #000;
      transition: all 0.6s ease;
      -moz-transition: all 0.6s ease;
      -webkit-transition: all 0.6s ease;
      -o-transition: all 0.6s ease; }
    .bottom-grid .grid-item:hover h3 {
      color: #fff; }
    .bottom-grid .grid-item:hover a.show-more {
      opacity: 1; }
    .bottom-grid .grid-item:hover:after {
      left: 0; }

.boxes-listing {
  margin-left: -27px;
  margin-right: -27px;
  text-align: center;
  overflow: hidden;
  /* &:hover {
      .box-item {
          h4 {
              background: #fff;
              color: $main-text-color;
          }
      }
  } */ }
  .boxes-listing:before, .boxes-listing:after {
    content: "";
    visibility: hidden;
    height: 0;
    display: table; }
  .boxes-listing:after {
    clear: both; }
  .boxes-listing.boxes-left-align {
    text-align: left; }
  @media (max-width: 767px) {
    .boxes-listing {
      margin-left: -15px;
      margin-right: -15px; } }
  @media (max-width: 480px) {
    .boxes-listing {
      margin-left: 0;
      margin-right: 0; } }
  .boxes-listing.limited-content {
    max-width: 770px;
    margin-left: auto;
    margin-right: auto; }
  .boxes-listing .box-item {
    width: 200px;
    display: inline-block;
    margin: 0 27px 45px;
    vertical-align: top; }
    @media (max-width: 767px) {
      .boxes-listing .box-item {
        margin: 0 7px 30px; } }
    @media (max-width: 480px) {
      .boxes-listing .box-item {
        width: 46%;
        margin: 0 2% 15px;
        float: left; } }
    .boxes-listing .box-item a.image {
      display: block;
      -webkit-filter: grayscale(100%);
      /* Chrome, Safari, Opera */
      filter: grayscale(100%);
      transition: all 0.4s ease;
      -moz-transition: all 0.4s ease;
      -webkit-transition: all 0.4s ease;
      -o-transition: all 0.4s ease; }
      .boxes-listing .box-item a.image img {
        width: 100%; }
    .boxes-listing .box-item span.image {
      display: block;
      /*@include greyscale;*/
      transition: all 0.4s ease;
      -moz-transition: all 0.4s ease;
      -webkit-transition: all 0.4s ease;
      -o-transition: all 0.4s ease; }
      .boxes-listing .box-item span.image img {
        width: 100%; }
      .boxes-listing .box-item span.image a {
        display: inline-block;
        width: 100%;
        height: 100%;
        color: #fff !important; }
      .boxes-listing .box-item span.image.image-wrapp {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        width: 100%;
        height: 176px; }
      .boxes-listing .box-item span.image.image-wrapp-gray {
        -webkit-filter: grayscale(100%);
        /* Chrome, Safari, Opera */
        filter: grayscale(100%); }
        .boxes-listing .box-item span.image.image-wrapp-gray:hover {
          -webkit-filter: grayscale(0%);
          /* Chrome, Safari, Opera */
          filter: grayscale(0%); }
    .boxes-listing .box-item h4 {
      background: #000;
      color: #fff !important;
      text-transform: uppercase;
      font-size: 1.3rem;
      margin: 0;
      padding: 5px 10px;
      font-weight: 300;
      letter-spacing: 3px;
      text-align: center;
      font-family: "effra", Arial, Helvetica, sans-serif;
      transition: none;
      -moz-transition: none;
      -webkit-transition: none;
      -o-transition: none; }
      .boxes-listing .box-item h4 a {
        letter-spacing: inherit;
        transition: none;
        -moz-transition: none;
        -webkit-transition: none;
        -o-transition: none; }
      @media (max-width: 767px) {
        .boxes-listing .box-item h4 {
          letter-spacing: 1px;
          padding: 5px 5px;
          font-size: 1.2rem; } }
    .boxes-listing .box-item:hover a.image {
      -webkit-filter: grayscale(0%);
      /* Chrome, Safari, Opera */
      filter: grayscale(0%); }
    .boxes-listing .box-item:hover h4 {
      color: #fff !important; }
      .boxes-listing .box-item:hover h4 a {
        color: #fff !important; }

.brands-listing,
.brands-listing2 {
  /* fluid 4 columns */
  /* fluid 4% gutter */ }
  .brands-listing .element-item,
  .brands-listing2 .element-item {
    width: 200px;
    margin-bottom: 56px; }
    @media (max-width: 767px) {
      .brands-listing .element-item,
      .brands-listing2 .element-item {
        width: 48%;
        margin-bottom: 14px; } }
    .brands-listing .element-item.visible_item,
    .brands-listing2 .element-item.visible_item {
      display: none; }
    .brands-listing .element-item .brand,
    .brands-listing2 .element-item .brand {
      height: 200px;
      position: relative;
      background: #fff; }
      .brands-listing .element-item .brand .brand-img,
      .brands-listing2 .element-item .brand .brand-img {
        width: 100%;
        height: 100%;
        display: inline-block;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center; }
      @media (max-width: 480px) {
        .brands-listing .element-item .brand,
        .brands-listing2 .element-item .brand {
          height: 130px;
          padding: 0px 0px; } }
      .brands-listing .element-item .brand img,
      .brands-listing2 .element-item .brand img {
        display: block;
        margin: 0 auto;
        max-height: 100%;
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
        @media (max-width: 767px) {
          .brands-listing .element-item .brand img,
          .brands-listing2 .element-item .brand img {
            max-width: 80%; } }
  .brands-listing.grid2 .element-item,
  .brands-listing2.grid2 .element-item {
    float: left; }
  .brands-listing .gutter-sizer,
  .brands-listing2 .gutter-sizer {
    width: 56px; }
    @media (max-width: 767px) {
      .brands-listing .gutter-sizer,
      .brands-listing2 .gutter-sizer {
        width: 2%; } }

/*
.brands-listing2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    .element-item {
        margin-left: 28px;
        margin-right: 28px;

        &:nth-child(4n+1){
            margin-left: 0;
        }

        &:nth-child(4n){
            margin-right: 0;
        }
    }
}*/
.brands-listing2 {
  display: inline-block;
  width: 100%;
  text-align: left; }
  .brands-listing2 .element-item {
    margin-left: 20px;
    margin-right: 20px;
    float: none !important;
    display: inline-block; }
    @media (max-width: 767px) {
      .brands-listing2 .element-item {
        margin-left: 0.5%;
        margin-right: 0.5%; } }

.wrapp_all_tabs .tab {
  display: none; }
  .wrapp_all_tabs .tab.active {
    display: block; }

.tabs .each_tab {
  opacity: 0;
  visibility: hidden;
  display: none; }
.tabs .active {
  opacity: 1;
  visibility: inherit;
  display: block; }

.filters-bar {
  margin-bottom: 70px;
  text-align: center;
  margin-top: 40px; }
  .filters-bar:before, .filters-bar:after {
    content: "";
    visibility: hidden;
    height: 0;
    display: table; }
  .filters-bar:after {
    clear: both; }
  @media (max-width: 767px) {
    .filters-bar {
      display: none; } }
  .filters-bar button,
  .filters-bar a {
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 3px;
    /*font-size: 1.8rem;*/
    font-size: 14px;
    /*font-weight: 300;
    margin: 0 30px 10px;*/
    margin: 0 10px 10px;
    border: 0;
    outline: 0;
    background: none;
    padding: 0;
    height: auto;
    line-height: normal; }
    @media (max-width: 1240px) {
      .filters-bar button,
      .filters-bar a {
        font-size: 1.4rem; } }
    .filters-bar button:focus, .filters-bar button:active,
    .filters-bar a:focus,
    .filters-bar a:active {
      border: 0;
      outline: 0; }
    .filters-bar button.is-checked,
    .filters-bar a.is-checked {
      font-weight: 600; }

a.load-more {
  position: relative;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 300;
  text-transform: uppercase;
  color: #000;
  letter-spacing: 0.07em;
  font-weight: 400;
  padding-bottom: 30px; }
  a.load-more img {
    display: inline-block;
    width: 8px;
    margin-left: -4px;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease; }
  a.load-more:hover img {
    transform: translate(0, 10px); }

.search-job-form {
  padding: 5px 10px;
  background: #fff;
  position: relative;
  margin-top: 50px;
  margin-bottom: 80px; }
  @media (max-width: 767px) {
    .search-job-form {
      margin-bottom: 40px; } }
  .search-job-form input[type="text"] {
    border: 0;
    padding: 10px 20px;
    width: 100%;
    padding-right: 100px; }
    @media (max-width: 767px) {
      .search-job-form input[type="text"] {
        padding: 5px 10px;
        padding-right: 50px;
        height: 40px;
        line-height: 40px; } }
  .search-job-form button {
    position: absolute;
    right: 15px;
    top: 20px;
    z-index: 10;
    background: none;
    padding: 0;
    border: 0;
    display: inline-block;
    font-size: 1.4rem;
    font-weight: 300;
    text-transform: uppercase;
    color: #000;
    letter-spacing: 0.07em;
    line-height: 10px;
    font-weight: 400; }
    @media (max-width: 767px) {
      .search-job-form button {
        font-size: 0;
        top: 22px; } }
    .search-job-form button img {
      display: inline-block;
      width: 26px;
      margin-left: 8px;
      float: right;
      transition: all 0.4s ease;
      -moz-transition: all 0.4s ease;
      -webkit-transition: all 0.4s ease;
      -o-transition: all 0.4s ease; }
    .search-job-form button:hover img {
      transform: translate(10px, 0); }

.table-wrapper h5 {
  text-transform: uppercase;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  margin: 0; }
  @media (max-width: 767px) {
    .table-wrapper h5 {
      font-size: 1.6rem;
      margin-bottom: 5px; } }
.table-wrapper p {
  font-size: 1.6rem;
  margin-bottom: 20px; }
  @media (max-width: 767px) {
    .table-wrapper p {
      font-size: 1.4rem;
      min-height: 34px;
      line-height: normal;
      margin: 0; } }
.table-wrapper .table {
  margin-bottom: 50px;
  padding: 20px 25px;
  background: #fff;
  border-bottom: 2px solid #000;
  text-align: left; }
  @media (max-width: 767px) {
    .table-wrapper .table {
      padding: 10px 10px 0;
      border: 0;
      margin-bottom: 20px; } }
  .table-wrapper .table .col_100 {
    margin-top: 15px;
    margin-bottom: 5px; }
    @media (max-width: 767px) {
      .table-wrapper .table .col_100 {
        margin-top: 0;
        margin-bottom: 10px; } }
    .table-wrapper .table .col_100 span {
      display: inline-block;
      font-size: 1.4rem;
      font-weight: 300;
      text-transform: uppercase;
      color: #000;
      letter-spacing: 0.1em;
      line-height: 10px;
      font-weight: 400; }
    @media (max-width: 767px) {
      .table-wrapper .table .col_100 a.read-more {
        display: none; } }
  .table-wrapper .table .col_25 {
    width: 23.333%; }
    @media (max-width: 767px) {
      .table-wrapper .table .col_25 {
        width: 50%;
        margin-bottom: 10px; } }
  @media (max-width: 767px) {
    .table-wrapper .table .col_30 {
      width: 50%;
      margin-bottom: 10px; } }
  .table-wrapper .table .dark-read-more {
    display: none;
    float: left;
    width: 100%;
    margin-top: 10px; }
    @media (max-width: 767px) {
      .table-wrapper .table .dark-read-more {
        display: block; } }

.job-top-bar {
  text-align: center;
  overflow: hidden;
  margin-bottom: 40px;
  margin-top: 50px;
  clear: both; }
  @media (max-width: 767px) {
    .job-top-bar {
      margin-bottom: 10px;
      margin-top: 10px; } }
  .job-top-bar .block {
    display: inline-block;
    text-align: left; }
    @media (max-width: 767px) {
      .job-top-bar .block {
        width: 100%;
        float: left;
        margin-bottom: 20px;
        text-align: center; } }
    .job-top-bar .block h5 {
      text-transform: uppercase;
      font-size: 1.8rem;
      letter-spacing: 0.05em;
      margin: 0; }
      @media (max-width: 767px) {
        .job-top-bar .block h5 {
          font-size: 1.6rem;
          margin-bottom: 5px; } }
    .job-top-bar .block p {
      font-size: 1.6rem;
      margin-bottom: 20px; }
      @media (max-width: 767px) {
        .job-top-bar .block p {
          font-size: 1.4rem;
          min-height: 34px;
          line-height: normal;
          margin: 0; } }
  .job-top-bar > div:first-child {
    float: left; }
  .job-top-bar > div:last-child {
    float: right; }

.job-bottom-content {
  margin-top: 30px; }
  @media (max-width: 767px) {
    .job-bottom-content {
      text-align: center; } }
  .job-bottom-content span {
    display: inline-block;
    font-size: 1.4rem;
    font-weight: 300;
    text-transform: uppercase;
    color: #000;
    letter-spacing: 0.1em;
    line-height: 10px;
    font-weight: 400; }
    @media (max-width: 767px) {
      .job-bottom-content span {
        float: none;
        display: block;
        margin-bottom: 30px; } }
  @media (max-width: 767px) {
    .job-bottom-content .read-more {
      float: none; } }

.contact-form {
  max-width: 570px;
  margin: 30px auto 40px; }
  @media (max-width: 767px) {
    .contact-form .col_33 {
      width: 50%;
      margin-bottom: 10px; } }

.person-wrapper {
  margin-bottom: 40px; }
  .person-wrapper .col_40 img {
    margin-bottom: 10px; }
  @media (max-width: 767px) {
    .person-wrapper .col_40 {
      width: 100%; }
      .person-wrapper .col_40 img {
        width: 100%; } }
  @media (max-width: 767px) {
    .person-wrapper .col_60 {
      width: 100%; } }

.companies-list {
  margin-top: 40px; }
  @media (max-width: 767px) {
    .companies-list .col_40 {
      width: 100%; } }
  .companies-list .company-item {
    margin-bottom: 20px; }
    .companies-list .company-item h5 {
      display: block;
      font-size: 1.7rem;
      font-weight: 400;
      text-transform: uppercase;
      color: #000;
      letter-spacing: 0.05em;
      line-height: normal;
      margin-bottom: 5px; }
    .companies-list .company-item a {
      display: block;
      font-size: 1.3rem;
      color: #000;
      font-weight: 400;
      line-height: normal; }

.job-list-no-results i {
  font-size: 50px;
  text-align: center;
  margin-bottom: 40px;
  display: block; }

.wrapp-reset {
  margin-bottom: 80px; }

.wrapp-load-more i {
  -webkit-animation: spin 2s linear infinite;
  -moz-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  margin-left: 5px;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 7px; }

*:focus {
  outline: none; }

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg); } }
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
.wrapp-submit {
  position: relative;
  display: inline-block; }
  .wrapp-submit:before {
    content: "";
    width: 26px;
    height: 9px;
    position: absolute;
    right: 50px;
    top: 21px;
    background-image: url(images/read-more-arrow.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease; }
    @media (max-width: 767px) {
      .wrapp-submit:before {
        right: -15px;
        top: 13px; } }
  .wrapp-submit:hover:before {
    right: 40px; }
    @media (max-width: 767px) {
      .wrapp-submit:hover:before {
        right: -25px; } }
  .wrapp-submit input[type="submit"] {
    display: inline-block;
    font-size: 1.4rem;
    font-weight: 300;
    text-transform: uppercase;
    color: #000;
    letter-spacing: 0.1em;
    line-height: 10px;
    font-weight: 400;
    border: 0;
    outline: 0;
    background: none;
    padding: 0;
    position: relative; }

span.wpcf7-not-valid-tip {
  display: none !important; }

.wpcf7-not-valid {
  border-bottom: 1px solid red !important; }

div.wpcf7-response-output {
  margin: 20px auto 0 auto;
  text-align: center;
  padding: 12px; }

.list-articles .article-item {
  margin-bottom: 50px; }
  .list-articles .article-item h3 {
    margin-bottom: 10px; }
  .list-articles .article-item p {
    margin-bottom: 15px; }

.wp-pagenavi {
  margin-top: 40px;
  display: inline-block;
  width: 100%; }
  .wp-pagenavi ul {
    list-style: none;
    display: inline-block;
    width: 100%;
    text-align: center; }
    .wp-pagenavi ul li {
      list-style: none;
      display: inline-block;
      padding-left: 7px;
      padding-right: 7px; }
      .wp-pagenavi ul li .current,
      .wp-pagenavi ul li a:hover {
        font-weight: 400; }

.captcha label span {
  float: left;
  padding-top: 10px; }
.captcha label input[type="text"] {
  width: 100px;
  float: left; }

.onload_slider .onload_loading {
  min-height: 700px;
  text-align: center; }
  .onload_slider .onload_loading img {
    margin-top: 250px;
    margin-bottom: 180px;
    width: 50px; }
    @media (max-width: 1240px) {
      .onload_slider .onload_loading img {
        margin-top: 200px; } }
  .onload_slider .onload_loading.onload_loading_inner img {
    margin-top: 200px; }
.onload_slider .onload_hide {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity cubic-bezier(0.455, 0.03, 0.515, 0.955) 1.5s;
  -moz-transition: opacity cubic-bezier(0.455, 0.03, 0.515, 0.955) 1.5s;
  transition: opacity cubic-bezier(0.455, 0.03, 0.515, 0.955) 1.5s;
  -webkit-transition-delay: 250ms;
  -moz-transition-delay: 250ms;
  transition-delay: 250ms; }

.filters-bar a:before {
  content: "ΓÇó ";
  margin-right: 5px; }

.filters-bar a:first-child:before {
  content: " "; }

body {
  position: relative; }

footer {
  background: #000;
  padding: 70px 0 25px; }
  @media (max-width: 767px) {
    footer {
      padding: 25px 0 15px; } }
  footer nav.footer-menu {
    text-align: center;
    margin-bottom: 70px;
    overflow: hidden; }
    @media (max-width: 767px) {
      footer nav.footer-menu {
        margin-bottom: 25px; } }
    footer nav.footer-menu li {
      display: inline-block; }
      footer nav.footer-menu li a {
        text-transform: uppercase;
        color: #fff;
        font-size: 1.5rem;
        font-weight: 300;
        letter-spacing: 0.05em; }
      @media (max-width: 767px) {
        footer nav.footer-menu li {
          width: 100%;
          text-align: center; } }
      footer nav.footer-menu li:first-child {
        float: left; }
        @media (max-width: 767px) {
          footer nav.footer-menu li:first-child {
            float: none; } }
      footer nav.footer-menu li:last-child {
        float: right; }
        @media (max-width: 767px) {
          footer nav.footer-menu li:last-child {
            float: none; } }
  footer .bottom-footer {
    text-align: center; }
    footer .bottom-footer p {
      margin: 0;
      line-height: normal;
      font-size: 1rem;
      text-transform: uppercase;
      opacity: .4;
      letter-spacing: 0.1em;
      color: #fff;
      font-weight: 400; }

.homepage .top-banner .inner-content a.logo {
  opacity: 0; }
  .homepage .top-banner .inner-content a.logo.fade {
    opacity: 1; }

.default-page ol {
  margin-bottom: 30px;
  margin-left: 20px; }
  .default-page ol li {
    margin-bottom: 10px;
    font-size: 1.6rem;
    list-style-type: decimal;
    font-weight: 300; }
.default-page ul {
  margin-bottom: 30px;
  margin-left: 20px; }
  .default-page ul li {
    margin-bottom: 10px;
    font-weight: 300;
    list-style-type: initial;
    font-size: 1.6rem; }

/*# sourceMappingURL=style.css.map */
