@import url(vendors/jquery-ui.min.css);
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?bcap3q");
  src: url("../fonts/icomoon.eot?bcap3q#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?bcap3q") format("truetype"), url("../fonts/icomoon.woff?bcap3q") format("woff"), url("../fonts/icomoon.svg?bcap3q#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-cup:before {
  content: "\e901"; }

.icon-document:before {
  content: "\e902"; }

.icon-graph:before {
  content: "\e903"; }

.icon-heart:before {
  content: "\e904"; }

.icon-letter:before {
  content: "\e905"; }

.icon-message:before {
  content: "\e906"; }

.icon-pen:before {
  content: "\e907"; }

.icon-speedometr:before {
  content: "\e908"; }

.icon-timer:before {
  content: "\e909"; }

.icon-user:before {
  content: "\e90a"; }

.icon-arrow:before {
  content: "\e900"; }

.progress-list, .info-list, .language-nav, .main-content .info-form, .popup .popup-content .answers-list, .main-menu {
  margin: 0;
  padding: 0;
  list-style: none; }

.clearfix:after, .popup.complaint-form form:after, .planning-box form:after {
  content: '';
  display: block;
  clear: both; }

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

body {
  min-width: 320px; }
  @media (min-width: 1200px) {
    body {
      font-size: 13px; } }
  @media (min-width: 1440px) {
    body {
      font-size: 16px; } }
  body.nav-active {
    overflow: hidden; }
  body.overflow {
    overflow: hidden;
    position: fixed;
    width: 100%; }
    body.overflow [class*="col-"] {
      overflow: hidden; }
      body.overflow [class*="col-"] > .jcf-scrollable-wrapper, body.overflow [class*="col-"] > .jcf-scrollable-wrapper > .jcf-scrollable {
        height: auto !important; }

#wrapper {
  overflow: hidden;
  position: relative; }
  @media (min-width: 768px) {
    #wrapper {
      height: 100vh; } }
  @media (min-width: 1200px) {
    #wrapper {
      display: flex; } }

@media (min-width: 1200px) {
  .container {
    max-width: none;
    width: 95%; } }

h1, .h1, h2, .h2, h3, .h3 {
  margin-top: 0; }

.h1, .h2, .h3 {
  display: block; }

@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 25px; } }
@media (min-width: 1440px) {
  h1, .h1 {
    font-size: 36px; } }

@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 20px; } }
@media (min-width: 1440px) {
  h2, .h2 {
    font-size: 30px; } }

@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 18px; } }
@media (min-width: 1440px) {
  h3, .h3 {
    font-size: 25px; } }

a {
  transition: color 0.3s ease-in-out;
  outline: none; }
  a:hover, a:focus {
    text-decoration: none; }

img {
  max-width: 100%;
  height: auto; }

.btn {
  transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
  font-size: 16px;
  padding: 9px 15px;
  white-space: normal; }
  @media (min-width: 992px) {
    .btn {
      min-width: 240px; } }
  @media (min-width: 1200px) {
    .btn {
      font-size: 13px; } }
  @media (min-width: 1440px) {
    .btn {
      font-size: 16px; } }
  .btn:hover, .btn:focus, .btn:active, .btn:active:focus {
    outline: none;
    box-shadow: none; }
  .btn.btn-lg {
    border-radius: 4px; }
    @media (min-width: 992px) {
      .btn.btn-lg {
        min-width: 200px;
        padding: 19px 15px; } }
  .btn.btn-light {
    color: #d9583b;
    background-color: #fff;
    border-color: #d9583b; }
    .btn.btn-light:hover {
      color: #fff;
      background-color: #d9583b; }

table {
  font-size: 14px; }
  @media (min-width: 1200px) {
    table {
      font-size: 13px; } }
  @media (min-width: 1440px) {
    table {
      font-size: 16px; } }
  table.table-fixed {
    table-layout: fixed; }
  table tr {
    transition: background-color 0.3s ease-in-out; }

form.form-error .error-msg {
  opacity: 1;
  visibility: visible; }
form .form-group.input-error .form-control,
form .form-group.input-error .jcf-select {
  border-color: #d9583b; }
form label {
  font-weight: 400; }
@media (min-width: 768px) {
  form .form-inline {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; } }
form .error-msg {
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: -25px;
  left: 0;
  color: #d9583b; }
  form .error-msg p {
    margin: 0; }

@media (min-width: 768px) {
  .form-flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; } }

.form-control {
  transition: border-color 0.3s ease-in-out;
  width: 100%;
  font-weight: 400;
  margin: 0 0 7px;
  box-shadow: none;
  -webkit-appearance: none; }
  @media (min-width: 1200px) {
    .form-control {
      font-size: 13px;
      width: 390px; } }
  @media (min-width: 1440px) {
    .form-control {
      font-size: 16px; } }
  .form-control:focus {
    box-shadow: none; }
  .form-control[disabled] {
    border-color: #e5e5e5;
    background: transparent; }
  .form-control.input-error, .form-control.input-error + .jcf-select {
    border-color: #d9583b; }
  .form-control.input-lg {
    font-size: 16px; }

textarea.form-control {
  height: 223px;
  min-height: 49px;
  width: 100%;
  max-width: 100%;
  min-width: 200px;
  padding: 16px 20px; }
  textarea.form-control.textarea-xs {
    height: 49px;
    min-height: 49px; }
  textarea.form-control.textarea-sm {
    height: 90px;
    min-height: 90px; }
  textarea.form-control.textarea-md {
    height: 114px;
    min-height: 114px; }
  textarea.form-control.textarea-fixed {
    resize: none; }
  textarea.form-control.textarea-full {
    width: 100%; }

.custom-checkbox {
  display: flex;
  flex-direction: column; }
  @media (min-width: 768px) {
    .custom-checkbox {
      display: flex;
      flex-direction: row;
      justify-content: space-between; } }
  .custom-checkbox label {
    margin-bottom: 10px;
    font-weight: 300; }
    @media (min-width: 768px) {
      .custom-checkbox label {
        margin-bottom: 0;
        max-width: 80%; } }
    @media (min-width: 1440px) {
      .custom-checkbox label {
        max-width: 420px; } }
  .custom-checkbox input {
    cursor: pointer; }
  .custom-checkbox .jcf-checkbox {
    display: inline-block;
    vertical-align: top;
    width: 52px;
    height: 32px;
    border-radius: 16px;
    background-color: #bfbebd;
    position: relative;
    border: none;
    margin: 0; }
    .custom-checkbox .jcf-checkbox span {
      visibility: visible;
      opacity: 1; }
    .custom-checkbox .jcf-checkbox:after {
      transition: left 0.3s ease-in-out;
      content: '';
      position: absolute;
      top: 2px;
      left: 2px;
      width: 28px;
      height: 28px;
      background-color: #fff;
      border-radius: 50%;
      pointer-events: none; }
    .custom-checkbox .jcf-checkbox.jcf-checked {
      background-color: #96a27b; }
      .custom-checkbox .jcf-checkbox.jcf-checked:after {
        left: 22px; }
      .custom-checkbox .jcf-checkbox.jcf-checked > span {
        display: none; }

.progress,
.progress-bar {
  box-shadow: none; }

.progress {
  overflow: visible; }

.progress-bar-brown {
  background: #aa9d88; }

.progress-list {
  font-size: 13px; }
  .progress-list li {
    position: relative;
    padding: 0 0 0 30px;
    margin: 0 0 10px; }
    @media (min-width: 1440px) {
      .progress-list li {
        padding: 0 0 0 48px;
        margin-bottom: 25px; } }
    .progress-list li:before {
      width: 20px;
      height: 20px;
      content: " ";
      position: absolute;
      top: -3px;
      left: 0;
      border-radius: 50%; }
      @media (min-width: 1440px) {
        .progress-list li:before {
          width: 30px;
          height: 30px;
          top: -8px; } }
    .progress-list li.progress-list-primary:before {
      background: #5d6f73; }
    .progress-list li.progress-list-success:before {
      background: #96a27b; }
    .progress-list li.progress-list-info:before {
      background: #bad0d9; }
    .progress-list li.progress-list-warning:before {
      background: #ffb400; }
    .progress-list li.progress-list-danger:before {
      background: #d9583b; }
    .progress-list li.progress-list-brown:before {
      background: #aa9d88; }

.open-link {
  font-size: 14px;
  color: #bfbebd; }
  @media (min-width: 1200px) {
    .open-link {
      font-size: 13px; } }
  @media (min-width: 1440px) {
    .open-link {
      font-size: 16px; } }
  .open-link:hover {
    color: #292929; }
  .open-link.link-danger {
    color: #d9583b; }
    .open-link.link-danger:hover {
      color: #92321c; }
  .open-link.link-success {
    color: #96a27b; }
    .open-link.link-success:hover {
      color: #626b4c; }
  .open-link i {
    font-size: 13px;
    margin-right: 8px; }
    @media (min-width: 992px) {
      .open-link i {
        font-size: 16px; } }

.margin-none {
  margin: 0; }

@media (min-width: 768px) {
  .flex-row {
    display: flex;
    margin: 0; } }

.info-list {
  font-weight: 300;
  color: #292929; }
  @media (min-width: 992px) {
    .info-list {
      padding: 0 23px; } }
  .info-list li {
    margin-bottom: 20px; }
  .info-list .title {
    font-weight: 700; }

.language-nav {
  width: calc(100% - 50px);
  text-align: right; }
  @media (min-width: 1200px) {
    .language-nav {
      width: 100%;
      max-width: 40%;
      overflow: hidden;
      float: right; } }
  @media (min-width: 1440px) {
    .language-nav {
      max-width: 18%; } }
  .language-nav li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding-right: 16px;
    margin-right: 8px; }
    .language-nav li:after {
      content: '|';
      position: absolute;
      right: 0;
      top: 0; }
    .language-nav li:last-child {
      margin-right: 0;
      padding-right: 0; }
      .language-nav li:last-child:after {
        content: none; }
  .language-nav a {
    color: inherit; }
    .language-nav a:hover {
      color: #96a27b; }
  .language-nav .lang {
    transition: opacity 0.3s ease-in-out;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px; }
    .language-nav .lang:hover {
      opacity: .7; }
    .language-nav .lang:last-child {
      margin-right: 0; }

#main {
  transition: margin-left 0.3s ease-in-out; }
  @media (min-width: 768px) {
    #main {
      position: relative;
      height: 100vh; } }
  @media (max-width: 1199px) {
    #main {
      width: 100%; } }
  @media (min-width: 1200px) {
    #main {
      width: calc(100% - 300px); } }
  @media (min-width: 1440px) {
    #main {
      width: calc(100% - 365px); } }
  .nav-active #main {
    margin: 0 0 0 320px; }
  .login-page #main {
    width: 100%; }

.login-holder {
  white-space: nowrap;
  text-align: center; }
  .login-holder:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    min-height: 100vh; }
  .login-holder > * {
    white-space: normal;
    display: inline-block;
    vertical-align: middle;
    max-width: 99%; }
  .login-holder .logo {
    text-align: center;
    margin: 0 0 33px;
    width: auto;
    height: auto; }
  .login-holder .container {
    max-width: 490px; }
  .login-holder .input-group-addon {
    padding: 0;
    border: none;
    border-radius: 0;
    vertical-align: top; }
  .login-holder .btn {
    border-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border: none;
    padding: 19px 15px 20px; }
    @media (min-width: 992px) {
      .login-holder .btn {
        min-width: 169px; } }
  .login-holder .form-group {
    margin: 0 0 10px; }
    @media (min-width: 480px) {
      .login-holder .form-group {
        margin: 0;
        width: 50%;
        text-align: left; } }
  @media (min-width: 480px) {
    .login-holder .form-inline {
      display: flex;
      justify-content: space-between;
      align-items: flex-end; } }
  .login-holder .form-control {
    border: none;
    color: #292929;
    width: 100%;
    height: 60px;
    margin: 0 0 18px; }
    .login-holder .form-control::-webkit-input-placeholder {
      color: rgba(41, 41, 41, 0.8); }
    .login-holder .form-control::-moz-placeholder {
      opacity: 1;
      color: rgba(41, 41, 41, 0.8); }
    .login-holder .form-control:-moz-placeholder {
      color: rgba(41, 41, 41, 0.8); }
    .login-holder .form-control:-ms-input-placeholder {
      color: rgba(41, 41, 41, 0.8); }
    .login-holder .form-control.placeholder {
      color: rgba(41, 41, 41, 0.8); }
  .login-holder .jcf-checkbox ~ label {
    font-size: 16px;
    color: #292929; }
  .login-holder .form-link {
    text-decoration: underline;
    color: #292929;
    font-size: 16px; }
    @media (min-width: 480px) {
      .login-holder .form-link {
        width: 50%;
        text-align: right; } }
    .login-holder .form-link:hover {
      color: #96a27b; }
  .login-holder .popup {
    text-align: left; }
    .login-holder .popup .message {
      font-weight: 400;
      display: block;
      line-height: 1.2; }
    .login-holder .popup a {
      text-decoration: underline; }
      .login-holder .popup a:hover {
        color: #5d6f73; }

.head-info {
  padding: 60px 0 0; }
  @media (min-width: 1200px) {
    .head-info {
      padding-top: 0; } }

.heading-block {
  color: #5d6f73;
  font-size: 16px;
  padding: 10px 0; }
  @media (min-width: 992px) {
    .heading-block {
      padding: 20px 0; } }
  @media (min-width: 1200px) {
    .heading-block {
      padding: 30px 0;
      font-size: 13px; } }
  @media (min-width: 1440px) {
    .heading-block {
      font-size: 16px; } }
  .heading-block .info-title {
    font-weight: 400;
    display: block;
    margin-bottom: 15px; }
    @media (min-width: 480px) {
      .heading-block .info-title {
        margin-bottom: 0; } }
    @media (min-width: 1200px) {
      .heading-block .info-title {
        float: left;
        max-width: 60%; } }
    @media (min-width: 1440px) {
      .heading-block .info-title {
        padding-right: 25px;
        max-width: 82%; } }
    .heading-block .info-title a {
      color: inherit; }
      .heading-block .info-title a:hover {
        color: #96a27b; }

.intro {
  background-color: #bad0d9;
  font-weight: 500;
  line-height: 1.25;
  padding: 6px 0; }
  @media (min-width: 992px) {
    .intro {
      padding: 20px 0; } }
  .intro .intro-info .btn {
    width: 100%; }
    @media (min-width: 480px) {
      .intro .intro-info .btn {
        width: auto; } }
  .intro p a {
    color: inherit; }
    .intro p a:hover {
      color: #96a27b; }
  .intro .link-underline {
    color: #96a27b;
    text-decoration: underline; }
    .intro .link-underline:hover {
      text-decoration: none; }
  .intro .btn {
    margin-right: 20px;
    margin-bottom: 5px; }

.main-content {
  padding: 15px 0; }
  @media (max-width: 767px) {
    .main-content {
      height: auto !important; } }
  @media (min-width: 768px) {
    .main-content {
      height: 100%;
      padding: 30px 0; } }
  .main-content .container {
    height: 100%; }
    .main-content .container .row {
      height: 100%; }
    .main-content .container [class*="col-"] {
      height: 100%; }
  .main-content .flex-row [class*="col-"] {
    float: none;
    margin: 0 8px; }
  .main-content .flex-row .content-box {
    padding: 30px 20px;
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .main-content .flex-row .content-box {
        margin-bottom: 0; } }
    @media (min-width: 1200px) {
      .main-content .flex-row .content-box {
        padding: 38px 38px 27px; } }
  .main-content .flex-row .open-link {
    font-weight: 300;
    position: absolute;
    right: -8px;
    top: -20px; }
    @media (min-width: 1440px) {
      .main-content .flex-row .open-link {
        right: 8px;
        top: -1px; } }
  .main-content .flex-row table .open-link {
    position: static;
    float: right; }
  .main-content .title {
    display: block;
    margin-bottom: 26px;
    line-height: 1; }
  .main-content .info-form {
    font-weight: 300;
    font-style: italic;
    line-height: 1.2;
    color: #292929; }
    @media (min-width: 1200px) {
      .main-content .info-form li {
        max-width: 420px; } }
    .main-content .info-form li.extra-option {
      max-width: none; }
    .main-content .info-form .title {
      font-weight: 400;
      line-height: 1;
      margin-bottom: 2px;
      letter-spacing: 1px;
      display: block;
      font-style: normal; }
    .main-content .info-form p {
      margin-bottom: 13px; }
      @media (min-width: 1200px) {
        .main-content .info-form p {
          margin-bottom: 23px; } }
    .main-content .info-form a {
      color: inherit; }
      .main-content .info-form a:hover {
        color: #96a27b; }
    .main-content .info-form address {
      line-height: 1.15;
      font-style: italic;
      margin-bottom: 26px; }
  .main-content .jcf-scrollable {
    height: 100%;
    overflow: auto; }
    .main-content .jcf-scrollable table {
      /*min-width: 318px;*/ }
      .main-content .jcf-scrollable table.three-column {
        /*min-width: 318px;*/ }
  .main-content .jcf-scrollbar-horizontal,
  .main-content .jcf-scrollbar-horizontal .jcf-scrollbar-slider,
  .main-content .jcf-scrollbar-horizontal .jcf-scrollbar-handle {
    position: absolute; }
  .main-content .jcf-scrollbar-horizontal {
    right: auto;
    top: auto;
    left: 0;
    bottom: 0;
    background: #e8e8e7; }
  .main-content .jcf-scrollbar-horizontal .jcf-scrollbar-slider {
    display: inline-block;
    vertical-align: middle;
    position: absolute !important; }
  .main-content .jcf-scrollbar-horizontal .jcf-scrollbar-handle {
    background: #cacaca; }
  .main-content .jcf-scrollbar-vertical {
    height: auto !important; }

.content-box {
  height: 100%;
  position: relative;
  background-color: #fff;
  padding: 20px 10px; }
  @media (min-width: 768px) {
    .content-box {
      box-shadow: 0 2px 4px 0 rgba(41, 41, 41, 0.2); } }
  @media (min-width: 1200px) {
    .content-box {
      padding: 45px 38px; } }
  .content-box h2 {
    margin: 0 0 20px; }
    @media (min-width: 1440px) {
      .content-box h2 {
        margin-bottom: 30px; } }
  .content-box .info-holder {
    margin: 0 0 20px; }
    .content-box .info-holder:last-child {
      margin: 0; }
    .content-box .info-holder:only-child {
      margin: 0 0 20px; }
  @media (min-width: 768px) {
    .content-box .content-holder {
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: space-between; } }

.bottom-info {
  line-height: 1.2; }
  @media (min-width: 1200px) {
    .bottom-info {
      padding: 31px 0 0; } }
  @media (min-width: 1200px) {
    .bottom-info .footer-info {
      padding-left: 26px; } }

.popup-holder.popup-active .popup {
  visibility: visible;
  opacity: 1; }

.popup {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background-color: rgba(93, 111, 115, 0.6); }
  .popup.complaint-info {
    line-height: 1.2; }
    @media (min-width: 992px) {
      .popup.complaint-info p {
        margin-bottom: 31px; } }
  .popup.complaint-form form {
    max-width: 590px; }
  .popup.complaint-form .jcf-select {
    width: 185px; }
  .popup.complaint-form label {
    margin-bottom: 11px; }
  .popup.complaint-form .btn {
    float: right; }
  .popup .popup-content {
    background-color: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    width: 100%;
    padding: 30px;
    height: auto;
    box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.2); }
    @media (min-width: 480px) {
      .popup .popup-content {
        width: 90%; } }
    @media (min-width: 768px) {
      .popup .popup-content {
        width: 675px;
        padding: 34px 55px; } }
    @media (min-width: 1200px) {
      .popup .popup-content {
        width: 1116px; } }
    @media (min-width: 1440px) {
      .login-page .popup .popup-content {
        left: 50%; } }
    .popup .popup-content.popup-sm {
      padding: 30px;
      font-size: 16px;
      height: auto; }
      @media (min-width: 992px) {
        .popup .popup-content.popup-sm {
          padding: 84px 85px 78px 128px; } }
      @media (min-width: 1200px) {
        .popup .popup-content.popup-sm {
          width: 675px;
          font-size: 30px; } }
    @media (min-width: 992px) {
      .popup .popup-content.popup-md {
        padding: 48px 64px 50px; } }
    @media (min-width: 1200px) {
      .popup .popup-content.popup-md {
        width: 843px; } }
    .popup .popup-content.popup-md form .btn {
      position: static; }
    .popup .popup-content.popup-md form label {
      letter-spacing: 0;
      font-weight: 300; }
    .popup .popup-content.popup-md form textarea {
      width: 100%; }
    @media (min-width: 1440px) {
      .popup .popup-content.popup-lg {
        width: 1428px;
        left: 50%; } }
    @media (min-width: 768px) {
      .popup .popup-content.popup-lg .flex-row {
        display: flex;
        justify-content: space-between; } }
    .popup .popup-content .question-form {
      display: block; }
      @media (min-width: 768px) {
        .popup .popup-content .question-form {
          padding: 0 0 50px; } }
      .popup .popup-content .question-form .popup-info {
        font-weight: 300;
        margin: 0 0 15px; }
      .popup .popup-content .question-form .radio-inline {
        font-weight: 500; }
    @media (min-width: 768px) {
      .popup .popup-content .answers-list {
        columns: 2; } }
    .popup .popup-content .quotes-answer:before, .popup .popup-content .quotes-answer:after {
      content: '"';
      display: inline-block;
      vertical-align: top; }
    .popup .popup-content .content-holder {
      padding: 0 0 0 15px; }
      @media (min-width: 1440px) {
        .popup .popup-content .content-holder {
          padding: 0 0 0 120px; } }
      @media (min-width: 768px) {
        .popup .popup-content .content-holder .btn-popup {
          margin: 0 -15px; } }
      @media (min-width: 1440px) {
        .popup .popup-content .content-holder .btn-popup {
          margin: 0 -32px; } }
      .popup .popup-content .content-holder .btn {
        width: 100%;
        margin: 0 0 15px; }
        @media (min-width: 768px) {
          .popup .popup-content .content-holder .btn {
            width: auto;
            margin: 0 15px; } }
        @media (min-width: 992px) {
          .popup .popup-content .content-holder .btn {
            min-width: 240px; } }
        @media (min-width: 1440px) {
          .popup .popup-content .content-holder .btn {
            margin: 0 32px; } }
    @media (min-width: 1440px) {
      .popup .popup-content .info-lg {
        font-size: 30px;
        margin: 0 0 30px; } }
    .popup .popup-content .info-lg a {
      color: inherit; }
      .popup .popup-content .info-lg a:hover {
        color: #96a27b; }
    .popup .popup-content .img-holder {
      padding: 20px 0; }
      .popup .popup-content .img-holder img {
        width: 100%; }
  @media (min-width: 768px) {
    .popup form {
      position: relative; } }
  @media (min-width: 768px) {
    .popup form .btn {
      position: absolute;
      right: 0;
      bottom: 0; } }
  @media (min-width: 1200px) {
    .popup form .btn-holder {
      padding: 60px 0 5px; } }
  .popup form .btn-holder .btn {
    position: static; }
  .popup form label {
    letter-spacing: 1px; }
  .popup h2 {
    margin-bottom: 30px; }
  @media (min-width: 768px) {
    .popup .form-col {
      width: 45%; } }
  .popup .form-group {
    width: 100%; }
  .popup .form-inline {
    width: 100%; }
    @media (min-width: 1200px) {
      .popup .form-inline {
        width: 390px; } }
    @media (min-width: 768px) {
      .popup .form-inline .form-control {
        width: 48%; } }
  .popup .jcf-select {
    overflow: visible; }
  .popup .close.close-x {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 6px;
    right: 6px;
    cursor: pointer;
    display: block;
    transform: rotate(45deg);
    overflow: hidden;
    z-index: 9999; }
    @media (min-width: 768px) {
      .popup .close.close-x {
        top: 15px;
        right: 15px; } }
    @media (min-width: 992px) {
      .popup .close.close-x {
        width: 40px;
        height: 40px;
        top: 20px;
        right: 18px; } }
    .popup .close.close-x:hover:after, .popup .close.close-x:hover:before {
      background-color: #96a27b; }
    .popup .close.close-x:after, .popup .close.close-x:before {
      transition: background-color 0.3s ease-in-out;
      content: '';
      display: block;
      position: absolute;
      background-color: #292929;
      transform: translate(-50%, -50%);
      top: 50%;
      left: 50%; }
    .popup .close.close-x:after {
      width: 19px;
      height: 2px; }
      @media (min-width: 992px) {
        .popup .close.close-x:after {
          width: 39px; } }
    .popup .close.close-x:before {
      width: 2px;
      height: 19px; }
      @media (min-width: 992px) {
        .popup .close.close-x:before {
          height: 39px; } }

.table-block {
  position: static; }
  .table-block th {
    font-weight: 500;
    background-color: #f6f5f3; }
  @media (min-width: 1440px) {
    .table-block .table > thead > tr > th,
    .table-block .table > thead > tr > td,
    .table-block .table > tbody > tr > th,
    .table-block .table > tbody > tr > td,
    .table-block .table > tfoot > tr > th,
    .table-block .table > tfoot > tr > td {
      padding: 12px 40px; } }
  .table-block .table-striped tbody tr:nth-child(odd) {
    background-color: transparent; }
  .table-block .table-striped tbody tr:nth-child(even) {
    background-color: #f6f5f3; }
  .table-block td:nth-child(3) {
    max-width: 384px; }
  .table-block .jcf-scrollable .table {
    min-width: 690px; }
  .table-block .jcf-scrollbar-vertical {
    right: -5px; }
    @media (min-width: 1200px) {
      .table-block .jcf-scrollbar-vertical {
        right: -15px; } }

.planning-box {
  font-weight: 300;
  line-height: 1.2; }
  .planning-box .form-control,
  .planning-box .jcf-select {
    width: 100%; }
  .planning-box .form-group {
    margin-bottom: 15px; }
    @media (min-width: 992px) {
      .planning-box .form-group {
        margin-bottom: 33px; } }
  .planning-box label {
    font-weight: 300;
    margin-bottom: 15px; }
    @media (min-width: 992px) {
      .planning-box label {
        margin-bottom: 24px; } }
  @media (min-width: 992px) {
    .planning-box h2 {
      margin-bottom: 35px; } }
  @media (min-width: 992px) {
    .planning-box p {
      margin-bottom: 30px; } }
  .planning-box .btn {
    float: right; }

.schedule-tables {
  color: #bfbebd;
  font-weight: 300; }
  .schedule-tables time {
    color: #292929; }
  .schedule-tables h2 {
    color: #292929;
    margin-bottom: 23px; }
    @media (min-width: 1440px) {
      .schedule-tables h2 {
        margin-bottom: 52px; } }
  @media (min-width: 992px) {
    .schedule-tables .popup-content.popup-md form {
      padding: 0 19px; } }
  .schedule-tables .popup-content.popup-md form textarea {
    margin-bottom: 36px; }
  .schedule-tables .popup-content.popup-md form label {
    color: #292929;
    margin-bottom: 20px; }
  .schedule-tables .popup-content.popup-md form .btn {
    float: right; }

.staff-block {
  padding: 30px 15px;
  margin: 0 0 20px;
  background: #fff; }
  @media (min-width: 768px) {
    .staff-block {
      box-shadow: 0 2px 4px 0 rgba(41, 41, 41, 0.2); } }
  @media (min-width: 1440px) {
    .staff-block {
      padding: 36px 50px 36px 50px; } }
  .staff-block h2 {
    text-align: center;
    margin: 0 0 30px; }
  .staff-block .employee-block {
    margin: 0 0 25px; }
    @media (min-width: 480px) {
      .staff-block .employee-block {
        display: flex;
        justify-content: space-between; } }
    @media (min-width: 1440px) {
      .staff-block .employee-block {
        margin-bottom: 104px; } }
    @media (min-width: 768px) {
      .staff-block .employee-block:last-child {
        margin-bottom: 0; } }
    .staff-block .employee-block a:hover {
      color: #96a27b; }
    .staff-block .employee-block .open-link {
      position: static;
      font-weight: 300;
      font-style: italic; }
  .staff-block .employee-img {
    width: 100px;
    height: 100px;
    overflow: hidden;
    margin: 0 auto 20px;
    border-radius: 50%; }
    @media (min-width: 480px) {
      .staff-block .employee-img {
        margin: 0; } }
    @media (min-width: 1440px) {
      .staff-block .employee-img {
        width: 125px;
        height: 125px;
        margin-top: 15px; } }
  @media (min-width: 480px) {
    .staff-block .employee-info {
      width: calc(100% - 120px); } }
  @media (min-width: 1440px) {
    .staff-block .employee-info {
      width: calc(100% - 220px); } }
  @media (min-width: 768px) {
    .staff-block .info-list {
      padding: 0; } }
  .staff-block .info-list li {
    margin: 0 0 10px; }
    @media (min-width: 1440px) {
      .staff-block .info-list li {
        margin-bottom: 16px; } }
  .staff-block .info-list strong,
  .staff-block .info-list span {
    display: block;
    line-height: 1.1; }
  .staff-block .info-list strong {
    font-weight: 500; }
  .staff-block .info-list span {
    font-weight: 300;
    font-style: italic; }
  .staff-block .info-list a {
    color: inherit; }

.credit-block {
  background: #fff;
  padding: 15px;
  margin: 0 0 20px; }
  @media (min-width: 768px) {
    .credit-block {
      height: 100%;
      box-shadow: 0 2px 4px 0 rgba(41, 41, 41, 0.2); } }
  @media (min-width: 1440px) {
    .credit-block {
      padding: 60px 35px 15px; } }
  .credit-block .flex-row {
    display: block; }
    @media (min-width: 992px) {
      .credit-block .flex-row {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; } }
  .credit-block .popup .flex-row {
    align-items: center; }
  .credit-block h2 {
    margin: 0 0 30px; }
    @media (min-width: 1440px) {
      .credit-block h2 {
        margin-bottom: 35px; } }
  .credit-block .h2 {
    margin: 0 0 8px; }
    @media (min-width: 1200px) {
      .credit-block .h2 {
        font-size: 25px; } }
  .credit-block h3 {
    font-weight: 500; }
  .credit-block .title {
    margin: 0 0 5px;
    font-style: normal; }
    @media (min-width: 1440px) {
      .credit-block .title {
        margin-bottom: 2px; } }
  .credit-block .btn {
    min-width: auto; }
  .credit-block .info-list {
    padding: 0;
    margin: 0 0 20px; }
    @media (min-width: 1440px) {
      .credit-block .info-list {
        margin-bottom: 30px;
        font-size: 16px; } }
    .credit-block .info-list li {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      margin: 0 0 3px; }
    .credit-block .info-list strong {
      font-weight: 500; }
    .credit-block .info-list .empty {
      color: #d9583b; }
      .credit-block .info-list .empty .value {
        color: inherit; }
    .credit-block .info-list span {
      color: #bfbebd; }
  .credit-block .text-block {
    font-style: italic;
    line-height: 1.2; }
  .credit-block .progress-holder {
    padding: 20px 0 30px; }
    @media (min-width: 1440px) {
      .credit-block .progress-holder {
        margin: 45px 0; } }
  .credit-block .progress {
    background: transparent;
    margin: 0 0 20px; }
    @media (min-width: 1440px) {
      .credit-block .progress {
        height: 45px;
        margin-bottom: 30px; } }
  .credit-block .progress-bar {
    transition: none !important;
    position: relative; }
    .credit-block .progress-bar.progress-bar-info span {
      color: #bad0d9; }
    .credit-block .progress-bar.progress-bar-brown span {
      color: #aa9d88; }
    .credit-block .progress-bar.progress-bar-primary span {
      color: #5d6f73; }
    .credit-block .progress-bar span {
      position: absolute;
      top: -20px;
      left: 50%;
      transform: translateX(-50%); }
      @media (min-width: 1440px) {
        .credit-block .progress-bar span {
          font-size: 16px;
          top: -25px; } }
    .credit-block .progress-bar:first-child {
      border-top-left-radius: 20px;
      border-bottom-left-radius: 20px; }
    .credit-block .progress-bar:last-child {
      border-top-right-radius: 20px;
      border-bottom-right-radius: 20px; }
  .credit-block .btn-holder {
    padding: 0 10px; }
    @media (min-width: 1440px) {
      .credit-block .btn-holder {
        display: flex;
        justify-content: space-between;
        padding: 0; } }
    .credit-block .btn-holder .popup-holder {
      margin: 0 0 10px; }
      @media (min-width: 1440px) {
        .credit-block .btn-holder .popup-holder {
          width: 40%; } }
    .credit-block .btn-holder .btn {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 100%;
      width: 100%; }
  .credit-block .credit-info {
    padding: 0 0 72px;
    margin: 0 0 20px;
    box-shadow: 0 2px 4px 0 rgba(41, 41, 41, 0.2);
    position: relative; }
    @media (min-width: 768px) {
      .credit-block .credit-info {
        display: flex; } }
    @media (min-width: 992px) {
      .credit-block .credit-info {
        width: 48%; } }
    @media (min-width: 1440px) {
      .credit-block .credit-info {
        padding-bottom: 90px;
        margin-bottom: 25px; } }
    .credit-block .credit-info .text-block {
      display: flex;
      flex-wrap: wrap;
      font-style: normal;
      padding: 10px 5px;
      margin: 0;
      color: #fff;
      background: #bad0d9; }
      @media (min-width: 1440px) {
        .credit-block .credit-info .text-block {
          padding: 30px 15px; } }
      .credit-block .credit-info .text-block h3, .credit-block .credit-info .text-block p {
        width: 100%; }
    .credit-block .credit-info .btn {
      position: absolute;
      right: 10px;
      left: 10px;
      bottom: 15px; }
      @media (min-width: 1440px) {
        .credit-block .credit-info .btn {
          font-size: 16px;
          padding: 6px 15px;
          left: 24px;
          right: 24px;
          bottom: 22px; } }
  .credit-block .popup {
    text-align: left; }
    @media (min-width: 1440px) {
      .credit-block .popup h2 {
        margin: 0 0 50px; } }
    .credit-block .popup label {
      display: block; }
      .credit-block .popup label.radio-inline {
        display: inline-block;
        font-weight: 300;
        color: #bfbebd; }
        @media (min-width: 1440px) {
          .credit-block .popup label.radio-inline {
            padding: 0 16px; } }
      @media (min-width: 1440px) {
        .credit-block .popup label {
          padding: 0 10px;
          margin: 0 0 10px; } }
    .credit-block .popup .title {
      display: block;
      letter-spacing: 0;
      font-weight: 300;
      margin: 0 0 10px; }
      .credit-block .popup .title span {
        display: block;
        font-size: 13px;
        color: #bfbebd;
        margin: 10px 0; }
        @media (min-width: 1440px) {
          .credit-block .popup .title span {
            font-size: 16px;
            margin: 10px 0; } }
      @media (min-width: 1440px) {
        .credit-block .popup .title {
          padding: 0 10px; } }
    .credit-block .popup textarea {
      height: 112px; }
      .credit-block .popup textarea.form-control {
        margin: 0 0 30px;
        max-width: 590px; }
    .credit-block .popup .form-block {
      display: block; }
      .credit-block .popup .form-block .form-group {
        padding: 0 10px; }
      .credit-block .popup .form-block .form-col {
        margin: 0 0 15px; }
    @media (min-width: 992px) {
      .credit-block .popup .jcf-select,
      .credit-block .popup input {
        max-width: 182px; } }
    @media (min-width: 992px) {
      .credit-block .popup .popup-md {
        padding-bottom: 45px; } }
    .credit-block .popup .btn-popup .btn {
      position: static;
      display: inline-block;
      vertical-align: middle;
      margin: 0 0 10px; }
      @media (min-width: 768px) {
        .credit-block .popup .btn-popup .btn {
          width: auto;
          margin: 0 11px; } }
      @media (min-width: 992px) {
        .credit-block .popup .btn-popup .btn {
          min-width: 200px; } }
      @media (min-width: 1440px) {
        .credit-block .popup .btn-popup .btn {
          padding: 19px 15px; } }
  @media (min-width: 1440px) {
    .credit-block .popup-form h2 {
      margin: 0 0 30px; } }
  @media (min-width: 1440px) {
    .credit-block .popup-form .popup-info {
      margin: 0 0 30px; } }
  .credit-block .popup-form .form-group {
    margin: 0 0 10px; }
  .credit-block .popup-info {
    line-height: 1.3;
    font-weight: 300; }
    @media (min-width: 1440px) {
      .credit-block .popup-info {
        padding-left: 10px;
        margin: 0 0 75px; } }

.question-form .question,
.question-form .title {
  display: block;
  font-weight: 300;
  margin: 0 0 5px; }
@media (min-width: 1440px) {
  .question-form .title {
    margin: 0 0 10px; } }
@media (min-width: 1440px) {
  .question-form .question {
    padding: 0 10px;
    margin: 0 0 5px; } }
.question-form .form-group {
  margin: 0 0 15px; }
.question-form .form-control {
  width: 100%; }
.question-form .radio-inline {
  transition: color 0.3s ease-in-out;
  padding: 0 5px;
  margin: 0 5px; }
  .question-form .radio-inline:hover {
    color: #96a27b; }
  .question-form .radio-inline:nth-child(1):hover, .question-form .radio-inline:nth-child(2):hover, .question-form .radio-inline:nth-child(3):hover {
    color: #d9583b; }
  .question-form .radio-inline:nth-child(1).jcf-label-active, .question-form .radio-inline:nth-child(2).jcf-label-active, .question-form .radio-inline:nth-child(3).jcf-label-active {
    color: #d9583b;
  }


  @media (min-width: 1440px) {
    .question-form .radio-inline {
      margin: 0 21px; } }
.question-form .jcf-label-active {
  color: #96a27b;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #000; }
.question-form .jcf-radio {
  display: none; }

.lightbox {
  display: none; }

#header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  padding: 15px;
  color: #fff;
  background: #5d6f73;
  z-index: 20; }
  @media (min-width: 1200px) {
    #header {
      display: block;
      font-size: 16px;
      padding: 0;
      background: transparent;
      position: relative;
      height: 100%; } }

.nav a {
  color: #fff; }
@media (min-width: 1200px) {
  .nav {
    height: 100%; } }

.nav-opener {
  width: 40px;
  height: 30px;
  transition: border 0.3s ease-in-out;
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  position: relative;
  z-index: 11; }
  @media (min-width: 1200px) {
    .nav-opener {
      display: none; } }
  .nav-opener:before, .nav-opener:after,
  .nav-opener span {
    position: absolute;
    top: 14px;
    left: 20%;
    right: 20%;
    height: 2px;
    background: #fff;
    transition: all 0.2s linear; }
  .nav-opener:before, .nav-opener:after {
    content: '';
    top: 8px; }
  .nav-opener:after {
    top: 20px; }
  .nav-active .nav-opener {
    background-color: #5d6f73;
    border: 1px solid #fff;
    border-radius: 50%;
    display: block;
    width: 30px;
    height: 30px; }
    .nav-active .nav-opener:after, .nav-active .nav-opener:before {
      transform: rotate(45deg);
      top: 14px;
      left: 20%;
      right: 20%; }
    .nav-active .nav-opener:after {
      transform: rotate(-45deg); }
    .nav-active .nav-opener span {
      opacity: 0; }

.drop {
  transition: left 0.3s ease-in-out;
  height: 100vh;
  width: 320px;
  position: absolute;
  top: 0;
  left: -340px;
  text-align: center;
  background: #5d6f73;
  z-index: 10;
  overflow: auto; }
  @media (min-width: 1200px) {
    .drop {
      position: static;
      display: block;
      width: 300px;
      font-size: 13px; } }
  @media (min-width: 1440px) {
    .drop {
      position: static;
      display: block;
      width: 365px;
      font-size: 14px; } }
  .nav-active .drop {
    left: 0; }
  .resize-active .drop {
    transition: none !important; }
  .drop .info-holder {
    padding: 50px 15px 30px; }
  @media (min-width: 1200px) {
    .drop .info-holder {
      padding: 20px 15px 20px; } }
  @media (min-width: 1440px) {
    .drop .info-holder {
      padding: 50px 15px 30px; } }
  .drop .jcf-scrollbar-vertical {
    top: 20px;
    bottom: 20px;
    right: 10px;
    background: #e8e8e7;
    width: 10px;
    height: auto !important; }
    @media (min-width: 1025px) {
      .drop .jcf-scrollbar-vertical {
        width: 4px; } }
  @media (max-width: 767px) {
    .drop .jcf-scrollable-wrapper,
    .drop .jcf-scrollable {
      height: auto !important;
      z-index: 20; } }

.logo {
  width: 100px;
  height: 100px;
  display: block;
  margin: 0 auto 12px; }
  @media (min-width: 1440px) {
    .logo {
      width: 140px;
      height: 140px; } }

.user-info .user-name {
  display: block;
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 4px; }
.user-info a {
  font-weight: 300; }
  .user-info a:hover {
    color: #bad0d9; }

.main-menu {
  text-align: left; }
  @media (max-width: 767px) {
    .main-menu {
      height: auto !important; } }
  .main-menu li:nth-child(odd) a {
    background: #708287; }
  .main-menu li:nth-child(even) a {
    background: #5d6f73; }
  .main-menu li.active a {
    background: #bad0d9; }
  .main-menu li a {
    transition: background 0.3s ease-in-out;
    display: block;
    padding: 15px 35px; }
    @media (min-width: 1200px) {
      .main-menu li a {
        padding: 12px 35px; } }
    @media (min-width: 1440px) {
      .main-menu li a {
        padding: 15px 35px; } }
    .main-menu li a:hover {
      background: #bad0d9; }
  .main-menu li i {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    font-size: 16px;
    text-align: center;
    margin: -4px 15px 0 0; }
    @media (min-width: 1200px) {
      .main-menu li i {
        width: 25px;
        font-size: 25px;
        margin-right: 24px; } }

.copy {
  display: block;
  max-width: 272px;
  font-size: 13px;
  font-weight: 300;
  padding: 50px 0 20px;
  margin: 0 auto; }
  @media (min-width: 1200px) {
    .copy {
      padding: 20px 0 20px;
      font-size: 11px; } }
  @media (min-width: 1440px) {
    .copy {
      padding: 50px 0 20px;
      font-size: 13px; } }
  .copy a:hover {
    color: #bad0d9; }

/* custom checkbox styles */
.jcf-checkbox {
  vertical-align: middle;
  display: inline-block;
  position: relative;
  overflow: hidden;
  background: #fff;
  border: 1px solid #bad0d9;
  margin: 0 3px 0 0;
  height: 25px;
  width: 25px;
  border-radius: 2px; }
  .jcf-checkbox ~ label {
    color: #bfbebd;
    font-weight: 300;
    margin-bottom: 0;
    letter-spacing: 0;
    cursor: pointer; }

.jcf-checkbox span {
  position: absolute;
  display: none;
  height: 8px;
  width: 12px;
  top: 50%;
  left: 50%;
  margin: -7px 0 0 -6px;
  border: 3px solid #292929;
  border-width: 0 0 3px 3px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865483, M12=0.7071067811865467, M21=-0.7071067811865467, M22=0.7071067811865483, SizingMethod='auto expand')"; }

: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;
  cursor: pointer; }

.jcf-checkbox.jcf-checked span {
  display: block; }

/* custom radio styles */
.jcf-radio {
  vertical-align: middle;
  display: inline-block;
  position: relative;
  overflow: hidden;
  background: #fff;
  border: 1px solid #bad0d9;
  border-radius: 9px;
  margin: 0 3px 0 0;
  height: 25px;
  width: 25px;
  border-radius: 2px; }
  .jcf-radio ~ label {
    color: #bfbebd;
    font-weight: 300;
    margin-bottom: 0;
    letter-spacing: 0;
    cursor: pointer; }

.jcf-radio span {
  position: absolute;
  display: none;
  height: 8px;
  width: 12px;
  top: 50%;
  left: 50%;
  margin: -7px 0 0 -6px;
  border: 3px solid #292929;
  border-width: 0 0 3px 3px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865483, M12=0.7071067811865467, M21=-0.7071067811865467, M22=0.7071067811865483, SizingMethod='auto expand')"; }

:root .jcf-radio span {
  margin: -6px 0 0 -6px; }

.jcf-radio input[type="radio"] {
  position: absolute;
  height: 100%;
  width: 100%;
  border: 0;
  margin: 0;
  left: 0;
  top: 0;
  cursor: pointer; }

.jcf-radio.jcf-checked span {
  display: block; }

/* custom select styles */
.jcf-select {
  display: block;
  position: relative;
  border: 1px solid #bad0d9;
  background: #fff;
  width: 100%;
  height: 49px;
  border-radius: 4px;
  overflow: hidden;
  margin: 0 0 7px;
  cursor: pointer; }
  @media (min-width: 1200px) {
    .jcf-select {
      width: 390px; } }
  .jcf-select.jcf-drop-active .jcf-select-opener:after {
    transform: translateY(-50%) 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;
  display: block;
  margin: 0 45px 0 12px;
  font-weight: 400;
  /*color: #bfbebd;*/
  color: #000000;
  font-size: 16px;
  line-height: 49px; }

.jcf-select .jcf-select-opener {
  position: absolute;
  text-align: center;
  width: 45px;
  bottom: 0;
  right: 0;
  top: 0; }
  .jcf-select .jcf-select-opener:after {
    transition: transform 0.3s ease-in-out;
    content: "\e900";
    position: absolute;
    right: 20px;
    top: 50%;
    font-size: 23px;
    transform: translateY(-50%);
    font-family: 'icomoon';
    color: #bfbebd; }

body > .jcf-select-drop {
  position: absolute;
  margin: -1px 0 0;
  z-index: 9999; }

body > .jcf-select-drop.jcf-drop-flipped {
  margin: 1px 0 0; }

.jcf-select .jcf-select-drop {
  position: absolute;
  margin-top: 0px;
  z-index: 9999;
  top: 100%;
  left: -1px;
  right: -1px; }

.jcf-select-drop {
  position: absolute;
  margin-top: 0px;
  z-index: 9999;
  top: 100%;
  left: -1px;
  right: -1px; }
  .jcf-select-drop .jcf-list .jcf-option-hideme {
    display: none; }

.jcf-select .jcf-drop-flipped {
  bottom: 100%;
  top: auto; }

/* multiple select styles */
.jcf-list-box {
  overflow: hidden;
  display: inline-block;
  border: 1px solid #b8c3c9;
  min-width: 200px;
  margin: 0 15px; }

/* select options styles */
.jcf-list {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: #fff;
  line-height: 14px;
  width: 100%;
  font-size: 16px;
  border: 1px solid #bad0d9;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

.jcf-list .jcf-list-content {
  vertical-align: top;
  display: inline-block;
  overflow: auto;
  width: 100%; }

.jcf-list ul {
  list-style: none;
  padding: 0 7px;
  margin: 0; }

.jcf-list ul li {
  overflow: hidden;
  display: block;
  border-bottom: 1px solid #bad0d9; }
  .jcf-list ul li:first-child, .jcf-list ul li:last-child {
    border-bottom: none; }

.jcf-list .jcf-overflow {
  overflow: auto; }

.jcf-list .jcf-option {
  transition: color 0.3s ease-in-out;
  overflow: hidden;
  cursor: pointer;
  display: block;
  padding: 13px 5px;
  /*color: #bfbebd;*/
  height: 1%; }

.jcf-list .jcf-disabled {
  color: #aaa !important; }

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
  background: #bfbebd !important;
  color: #000; }

.jcf-list .jcf-optgroup-caption {
  white-space: nowrap;
  font-weight: bold;
  display: block;
  padding: 5px 9px;
  cursor: default;
  background-color: #bfbebd;
  color: #000; }

.jcf-list .jcf-optgroup .jcf-option {
  padding-left: 30px; }

.jcf-scrollable-wrapper,
.jcf-scrollable {
  width: 100% !important; }

.jcf-scrollbar-vertical {
  width: 10px;
  position: absolute;
  top: 30px;
  bottom: 30px;
  right: -20px;
  background: #f2f2f2;
  overflow: hidden;
  cursor: default; }
  @media (min-width: 768px) {
    .jcf-scrollbar-vertical {
      right: -35px; } }
  @media (min-width: 1025px) {
    .jcf-scrollbar-vertical {
      width: 4px;
      right: -15px; } }

.jcf-scrollbar-horizontal {
  height: 10px; }
  @media (min-width: 1025px) {
    .jcf-scrollbar-horizontal {
      height: 4px; } }

.jcf-scrollbar-vertical .jcf-scrollbar-dec,
.jcf-scrollbar-vertical .jcf-scrollbar-inc,
.jcf-scrollbar-horizontal .jcf-scrollbar-dec,
.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
  display: none; }

.jcf-scrollbar-horizontal .jcf-scrollbar-handle,
.jcf-scrollbar-vertical .jcf-scrollbar-handle {
  background: #cacaca; }

.jcf-scrollbar-horizontal .jcf-scrollbar-handle {
  height: 10px; }
  @media (min-width: 1025px) {
    .jcf-scrollbar-horizontal .jcf-scrollbar-handle {
      height: 4px; } }

.jcf-scrollbar-vertical .jcf-scrollbar-handle {
  width: 10px; }
  @media (min-width: 1025px) {
    .jcf-scrollbar-vertical .jcf-scrollbar-handle {
      width: 4px; } }

.jcf-scrollbar-slider {
  position: absolute;
  height: 100% !important; }

/* common custom form elements styles */
.jcf-disabled {
  background: #ddd !important; }

.fancybox-enabled {
  overflow: hidden; }

.fancybox-enabled body {
  overflow: visible;
  -ms-touch-action: none;
  touch-action: none; }

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/* Make sure that the first one is on the top */
.fancybox-container ~ .fancybox-container {
  z-index: 99992; }

.fancybox-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(93, 111, 115, 0.6);
  opacity: 0;
  transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.fancybox-container--ready .fancybox-bg {
  opacity: 0.87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-controls {
  display: none; }

.fancybox-show-infobar .fancybox-infobar {
  display: inline-block;
  pointer-events: all; }

.fancybox-slider-wrap {
  overflow: hidden;
  direction: ltr; }

.fancybox-slider-wrap,
.fancybox-slider {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  z-index: 99993;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: transparent; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0; }

.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 30px;
  margin: 44px 0 44px;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  box-sizing: border-box; }
  @media (min-width: 768px) {
    .fancybox-slide > * {
      width: 675px; } }
  @media (min-width: 1200px) {
    .fancybox-slide > * {
      width: 900px;
      padding: 38px 54px; } }
  .fancybox-slide > * h2 {
    margin: 0 0 20px; }
    @media (min-width: 1440px) {
      .fancybox-slide > * h2 {
        margin-bottom: 58px; } }
  @media (min-width: 1200px) {
    .fancybox-slide > *.popup-sm {
      width: 675px; } }
  .fancybox-slide > * .content-holder {
    padding: 0 0 0 15px; }
    @media (min-width: 1440px) {
      .fancybox-slide > * .content-holder {
        padding-left: 126px; } }
    @media (min-width: 768px) {
      .fancybox-slide > * .content-holder .btn-popup {
        margin: 0 -15px; } }
    @media (min-width: 1440px) {
      .fancybox-slide > * .content-holder .btn-popup {
        margin: 0 -35px; } }
    .fancybox-slide > * .content-holder .btn {
      width: 100%;
      margin: 0 0 15px; }
      @media (min-width: 768px) {
        .fancybox-slide > * .content-holder .btn {
          width: auto;
          margin: 0 15px; } }
      @media (min-width: 992px) {
        .fancybox-slide > * .content-holder .btn {
          min-width: 240px; } }
      @media (min-width: 1440px) {
        .fancybox-slide > * .content-holder .btn {
          margin: 0 35px; } }
  .fancybox-slide > * .info-lg {
    line-height: 1.2;
    margin: 0 0 20px; }
    @media (min-width: 1440px) {
      .fancybox-slide > * .info-lg {
        font-size: 30px;
        margin: 0 0 58px; } }
    .fancybox-slide > * .info-lg a {
      color: inherit; }
      .fancybox-slide > * .info-lg a:hover {
        color: #96a27b; }

.fancybox-content {
  display: inline-block;
  position: relative;
  margin: 44px auto;
  padding: 0;
  border: 0;
  width: 80%;
  height: calc(100% - 88px);
  vertical-align: middle;
  line-height: normal;
  text-align: left;
  white-space: normal;
  outline: none;
  font-size: 16px;
  font-family: Arial, sans-serif;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  position: absolute;
  margin: 0;
  padding: 40px;
  top: 50%;
  left: 50%;
  width: 380px;
  max-width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  cursor: default; }

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font: 16px/20px "Helvetica Neue",Helvetica,Arial,sans-serif; }

.fancybox-close-small {
  width: 20px;
  height: 20px;
  font-size: 0;
  position: absolute;
  right: 6px;
  top: 6px;
  cursor: pointer;
  display: block;
  transform: rotate(45deg);
  z-index: 2;
  border-width: 0;
  background: transparent;
  cursor: pointer;
  outline: none; }
  @media (min-width: 768px) {
    .fancybox-close-small {
      top: 15px;
      right: 15px; } }
  @media (min-width: 992px) {
    .fancybox-close-small {
      width: 40px;
      height: 40px;
      top: 20px;
      right: 18px; } }
  .fancybox-close-small:hover:after, .fancybox-close-small:hover:before {
    background-color: #96a27b; }
  .fancybox-close-small:after, .fancybox-close-small:before {
    transition: background-color 0.3s ease-in-out;
    content: '';
    display: block;
    position: absolute;
    background-color: #292929;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%; }
  .fancybox-close-small:after {
    width: 19px;
    height: 2px; }
    @media (min-width: 1200px) {
      .fancybox-close-small:after {
        width: 39px; } }
  .fancybox-close-small:before {
    width: 2px;
    height: 19px; }
    @media (min-width: 1200px) {
      .fancybox-close-small:before {
        height: 39px; } }
