/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
 html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */ }
  
  /**
   * Remove default margin.
   */
  body {
    margin: 0; }
  
  /* HTML5 display definitions
       ========================================================================== */
  /**
   * Correct `block` display not defined for any HTML5 element in IE 8/9.
   * Correct `block` display not defined for `details` or `summary` in IE 10/11
   * and Firefox.
   * Correct `block` display not defined for `main` in IE 11.
   */
  article,
  aside,
  details,
  figcaption,
  figure,
  footer,
  header,
  hgroup,
  main,
  menu,
  nav,
  section,
  summary {
    display: block; }
  
  /**
   * 1. Correct `inline-block` display not defined in IE 8/9.
   * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
   */
  audio,
  canvas,
  progress,
  video {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */ }
  
  /**
   * Prevent modern browsers from displaying `audio` without controls.
   * Remove excess height in iOS 5 devices.
   */
  audio:not([controls]) {
    display: none;
    height: 0; }
  
  /**
   * Address `[hidden]` styling not present in IE 8/9/10.
   * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
   */
  [hidden],
  template {
    display: none; }
  
  /* Links
       ========================================================================== */
  /**
   * Remove the gray background color from active links in IE 10.
   */
  a {
    background-color: transparent; }
  
  /**
   * Improve readability of focused elements when they are also in an
   * active/hover state.
   */
  a:active,
  a:hover {
    outline: 0; }
  
  /* Text-level semantics
       ========================================================================== */
  /**
   * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
   */
  abbr[title] {
    border-bottom: 1px dotted; }
  
  /**
   * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
   */
  b,
  strong {
    font-weight: bold; }
  
  /**
   * Address styling not present in Safari and Chrome.
   */
  dfn {
    font-style: italic; }
  
  /**
   * Address variable `h1` font-size and margin within `section` and `article`
   * contexts in Firefox 4+, Safari, and Chrome.
   */
  h1 {
    font-size: 2em;
    margin: 0.67em 0; }
  
  /**
   * Address styling not present in IE 8/9.
   */
  mark {
    background: #ff0;
    color: #000; }
  
  /**
   * Address inconsistent and variable font size in all browsers.
   */
  small {
    font-size: 80%; }
  
  /**
   * Prevent `sub` and `sup` affecting `line-height` in all browsers.
   */
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline; }
  
  sup {
    top: -0.5em; }
  
  sub {
    bottom: -0.25em; }
  
  /* Embedded content
       ========================================================================== */
  /**
   * Remove border when inside `a` element in IE 8/9/10.
   */
  img {
    border: 0; }
  
  /**
   * Correct overflow not hidden in IE 9/10/11.
   */
  svg:not(:root) {
    overflow: hidden; }
  
  /* Grouping content
       ========================================================================== */
  /**
   * Address margin not present in IE 8/9 and Safari.
   */
  figure {
    margin: 1em 40px; }
  
  /**
   * Address differences between Firefox and other browsers.
   */
  hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0; }
  
  /**
   * Contain overflow in all browsers.
   */
  pre {
    overflow: auto; }
  
  /**
   * Address odd `em`-unit font size rendering in all browsers.
   */
  code,
  kbd,
  pre,
  samp {
    font-family: monospace, monospace;
    font-size: 1em; }
  
  /* Forms
       ========================================================================== */
  /**
   * Known limitation: by default, Chrome and Safari on OS X allow very limited
   * styling of `select`, unless a `border` property is set.
   */
  /**
   * 1. Correct color not being inherited.
   *    Known issue: affects color of disabled elements.
   * 2. Correct font properties not being inherited.
   * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
   */
  button,
  input,
  optgroup,
  select,
  textarea {
    color: inherit;
    /* 1 */
    font: inherit;
    /* 2 */
    margin: 0;
    /* 3 */ }
  
  /**
   * Address `overflow` set to `hidden` in IE 8/9/10/11.
   */
  button {
    overflow: visible; }
  
  /**
   * Address inconsistent `text-transform` inheritance for `button` and `select`.
   * All other form control elements do not inherit `text-transform` values.
   * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
   * Correct `select` style inheritance in Firefox.
   */
  button,
  select {
    text-transform: none; }
  
  /**
   * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
   *    and `video` controls.
   * 2. Correct inability to style clickable `input` types in iOS.
   * 3. Improve usability and consistency of cursor style between image-type
   *    `input` and others.
   */
  button,
  html input[type="button"],
  input[type="reset"],
  input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */ }
  
  /**
   * Re-set default cursor for disabled elements.
   */
  button[disabled],
  html input[disabled] {
    cursor: default; }
  
  /**
   * Remove inner padding and border in Firefox 4+.
   */
  button::-moz-focus-inner,
  input::-moz-focus-inner {
    border: 0;
    padding: 0; }
  
  /**
   * Address Firefox 4+ setting `line-height` on `input` using `!important` in
   * the UA stylesheet.
   */
  input {
    line-height: normal; }
  
  /**
   * It's recommended that you don't attempt to style these elements.
   * Firefox's implementation doesn't respect box-sizing, padding, or width.
   *
   * 1. Address box sizing set to `content-box` in IE 8/9/10.
   * 2. Remove excess padding in IE 8/9/10.
   */
  input[type="checkbox"],
  input[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */ }
  
  /**
   * Fix the cursor style for Chrome's increment/decrement buttons. For certain
   * `font-size` values of the `input`, it causes the cursor style of the
   * decrement button to change from `default` to `text`.
   */
  input[type="number"]::-webkit-inner-spin-button,
  input[type="number"]::-webkit-outer-spin-button {
    height: auto; }
  
  /**
   * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
   * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
   */
  input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    /* 2 */ }
  
  /**
   * Remove inner padding and search cancel button in Safari and Chrome on OS X.
   * Safari (but not Chrome) clips the cancel button when the search input has
   * padding (and `textfield` appearance).
   */
  input[type="search"]::-webkit-search-cancel-button,
  input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }
  
  /**
   * Define consistent border, margin, and padding.
   */
  fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em; }
  
  /**
   * 1. Correct `color` not being inherited in IE 8/9/10/11.
   * 2. Remove padding so people aren't caught out if they zero out fieldsets.
   */
  legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */ }
  
  /**
   * Remove default vertical scrollbar in IE 8/9/10/11.
   */
  textarea {
    overflow: auto; }
  
  /**
   * Don't inherit the `font-weight` (applied by a rule above).
   * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
   */
  optgroup {
    font-weight: bold; }
  
  /* Tables
       ========================================================================== */
  /**
   * Remove most spacing between table cells.
   */
  table {
    border-collapse: collapse;
    border-spacing: 0; }
  
  td,
  th {
    padding: 0; }
  
  @font-face {
    font-family: 'icomoon';
    src: url("/fonts/icomoon.eot?w5149u");
    src: url("/fonts/icomoon.eot?w5149u#iefix") format("embedded-opentype"), url("/fonts/icomoon.ttf?w5149u") format("truetype"), url("/fonts/icomoon.woff?w5149u") format("woff"), url("/fonts/icomoon.svg?w5149u#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block; }
  
  [class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  
  .icon-alarm:before {
    content: "\e901"; }
  
  .icon-cart:before {
    content: "\e909"; }
  
  .icon-setting:before {
    content: "\e90f"; }
  
  .icon-lock:before {
    content: "\e910"; }
  
  .icon-users:before {
    content: "\e911"; }
  
  .icon-logout:before {
    content: "\e912"; }
  
  .icon-quotes:before {
    content: "\e90e"; }
  
  .icon-check_circle:before {
    content: "\e900"; }
  
  .icon-download:before {
    content: "\e902"; }
  
  .icon-arrow-right:before {
    content: "\e903"; }
  
  .icon-arrow-left:before {
    content: "\e904"; }
  
  .icon-envelope1:before {
    content: "\e905"; }
  
  .icon-home:before {
    content: "\e906"; }
  
  .icon-watch_later:before {
    content: "\e907"; }
  
  .icon-youtube1:before {
    content: "\e908"; }
  
  .icon-arrow-bottom:before {
    content: "\e90a"; }
  
  .icon-arrow-top:before {
    content: "\e90b"; }
  
  .icon-info:before {
    content: "\e90c"; }
  
  .icon-check_circle1:before {
    content: "\e90d"; }
  
  .icon-facebook:before {
    content: "\e92a"; }
  
  .icon-phone:before {
    content: "\e942"; }
  
  .icon-star-empty:before {
    content: "\e9d7"; }
  
  .icon-star-half:before {
    content: "\e9d8"; }
  
  .icon-star-full:before {
    content: "\e9d9"; }
  
  .icon-search:before {
    content: "\f002"; }
  
  .icon-user:before {
    content: "\f007"; }
  
  .icon-check:before {
    content: "\f00c"; }
  
  .icon-times:before {
    content: "\f00d"; }
  
  .icon-search-plus:before {
    content: "\f00e"; }
  
  .icon-check1:before {
    content: "\f00f"; }
  
  .icon-search-minus:before {
    content: "\f010"; }
  
  .icon-redo:before {
    content: "\f01e"; }
  
  .icon-sync:before {
    content: "\f021"; }
  
  .icon-list:before {
    content: "\f03a"; }
  
  .icon-list1:before {
    content: "\f03b"; }
  
  .icon-check-circle:before {
    content: "\f058"; }
  
  .icon-check-circle1:before {
    content: "\f059"; }
  
  .icon-plus:before {
    content: "\f067"; }
  
  .icon-minus:before {
    content: "\f068"; }
  
  .icon-comment:before {
    content: "\f075"; }
  
  .icon-twitter:before {
    content: "\f099"; }
  
  .icon-google-plus-g:before {
    content: "\f0d5"; }
  
  .icon-envelope:before {
    content: "\f0e0"; }
  
  .icon-linkedin-in:before {
    content: "\f0e1"; }
  
  .icon-envelope2:before {
    content: "\f0e2"; }
  
  .icon-angle-left:before {
    content: "\f104"; }
  
  .icon-angle-right:before {
    content: "\f105"; }
  
  .icon-angle-up:before {
    content: "\f106"; }
  
  .icon-angle-down:before {
    content: "\f107"; }
  
  .icon-ellipsis-h1:before {
    content: "\f143"; }
  
  .icon-ellipsis-v1:before {
    content: "\f144"; }
  
  .icon-play-circle:before {
    content: "\f145"; }
  
  .icon-youtube:before {
    content: "\f167"; }
  
  .icon-xing:before {
    content: "\f168"; }
  
  .icon-instagram:before {
    content: "\f16d"; }
  
  .icon-tumblr:before {
    content: "\f173"; }
  
  .icon-long-arrow-down:before {
    content: "\f175"; }
  
  .icon-long-arrow-up:before {
    content: "\f176"; }
  
  .icon-long-arrow-left:before {
    content: "\f177"; }
  
  .icon-long-arrow-right:before {
    content: "\f178"; }
  
  .icon-vk:before {
    content: "\f189"; }
  
  .icon-google:before {
    content: "\f1a0"; }
  
  .icon-vine:before {
    content: "\f1ca"; }
  
  .icon-yelp:before {
    content: "\f1e9"; }
  
  .icon-pinterest-p:before {
    content: "\f231"; }
  
  .icon-whatsapp:before {
    content: "\f232"; }
  
  .icon-vimeo-v:before {
    content: "\f27d"; }
  
  .icon-envira:before {
    content: "\f299"; }
  
  .icon-facebook-f:before {
    content: "\f39e"; }
  
  .icon-map-marker-alt:before {
    content: "\f3c5"; }
  
  .icon-equals:before {
    content: "\f52c"; }
  
  .clearfix:after {
    content: '';
    display: block;
    clear: both; }
  
  .ellipsis {
    white-space: nowrap;
    /* 1 */
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    /* 2 */
    overflow: hidden; }
  
  html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  
  *, *:before, *:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit; }
  
  * {
    max-height: 1000000px; }
  
  body {
    color: #363638;
    background: #eef3f5;
    font: 16px/1.2 "Roboto", sans-serif;
    min-width: 320px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  
  img {
    max-width: 100%;
    height: auto;
    vertical-align: top; }
  
  .gm-style img {
    max-width: none; }
  
  h1, .h1,
  h2, .h2,
  h3, .h3,
  h4, .h4,
  h5, .h5,
  h6, .h6,
  .h {
    font-family: inherit;
    font-weight: bold;
    margin: 0 0 0.5em;
    color: inherit; }
  
  h1, .h1 {
    font-size: 30px; }
  
  h2, .h2 {
    font-size: 27px; }
  
  h3, .h3 {
    font-size: 24px; }
  
  h4, .h4 {
    font-size: 21px; }
  
  h5, .h5 {
    font-size: 17px; }
  
  h6, .h6 {
    font-size: 15px; }
  
  p {
    margin: 0 0 1em; }
  
  a {
    color: #363638; }
    a:hover, a:focus {
      text-decoration: none; }
  
  form,
  fieldset {
    margin: 0;
    padding: 0;
    border-style: none; }
  
  input[type='text'],
  input[type='tel'],
  input[type='email'],
  input[type='search'],
  input[type='password'],
  .form-control,
  textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #c8c8c8;
    padding: 0.4em 0.7em;
    height: 50px;
    font-size: 16px;
    line-height: 20px;
    padding: 15px 20px;
    outline: none;
    width: 100%;
    border-radius: 4px; }
    input[type='text']:focus, input[type='text'].focus,
    input[type='tel']:focus,
    input[type='tel'].focus,
    input[type='email']:focus,
    input[type='email'].focus,
    input[type='search']:focus,
    input[type='search'].focus,
    input[type='password']:focus,
    input[type='password'].focus,
    .form-control:focus,
    .form-control.focus,
    textarea:focus,
    textarea.focus {
      border-color: #2f7e99; }
    input[type='text']::-webkit-input-placeholder,
    input[type='tel']::-webkit-input-placeholder,
    input[type='email']::-webkit-input-placeholder,
    input[type='search']::-webkit-input-placeholder,
    input[type='password']::-webkit-input-placeholder,
    .form-control::-webkit-input-placeholder,
    textarea::-webkit-input-placeholder {
      color: #b1b1b3; }
    input[type='text']::-moz-placeholder,
    input[type='tel']::-moz-placeholder,
    input[type='email']::-moz-placeholder,
    input[type='search']::-moz-placeholder,
    input[type='password']::-moz-placeholder,
    .form-control::-moz-placeholder,
    textarea::-moz-placeholder {
      opacity: 1;
      color: #b1b1b3; }
    input[type='text']:-moz-placeholder,
    input[type='tel']:-moz-placeholder,
    input[type='email']:-moz-placeholder,
    input[type='search']:-moz-placeholder,
    input[type='password']:-moz-placeholder,
    .form-control:-moz-placeholder,
    textarea:-moz-placeholder {
      color: #b1b1b3; }
    input[type='text']:-ms-input-placeholder,
    input[type='tel']:-ms-input-placeholder,
    input[type='email']:-ms-input-placeholder,
    input[type='search']:-ms-input-placeholder,
    input[type='password']:-ms-input-placeholder,
    .form-control:-ms-input-placeholder,
    textarea:-ms-input-placeholder {
      color: #b1b1b3; }
    input[type='text'].placeholder,
    input[type='tel'].placeholder,
    input[type='email'].placeholder,
    input[type='search'].placeholder,
    input[type='password'].placeholder,
    .form-control.placeholder,
    textarea.placeholder {
      color: #b1b1b3; }
  
  input[readonly]:focus {
    border-color: #c8c8c8; }
  
  select {
    -webkit-border-radius: 0; }
  
  textarea {
    resize: vertical;
    vertical-align: top; }
  
  button, .btn,
  input[type='button'],
  input[type='reset'],
  input[type='file'],
  input[type='submit'] {
    -webkit-appearance: none;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    cursor: pointer;
    background: #2f7e99;
    font-size: 20px;
    color: #fff;
    line-height: 30px;
    padding: 10px 20px;
    outline: none;
    text-transform: uppercase;
    border: 0;
    text-align: center;
    font-weight: 600;
    -webkit-transition: linear 0.3s;
    -o-transition: linear 0.3s;
    transition: linear 0.3s;
    text-decoration: none;
    display: inline-block;
    vertical-align: top; }
    @media (min-width: 576px) {
      button, .btn,
      input[type='button'],
      input[type='reset'],
      input[type='file'],
      input[type='submit'] {
        font-size: 25px; } }
    button:hover, .btn:hover,
    input[type='button']:hover,
    input[type='reset']:hover,
    input[type='file']:hover,
    input[type='submit']:hover {
      background: #235e72; }
    button.btn-secondary, .btn.btn-secondary,
    input[type='button'].btn-secondary,
    input[type='reset'].btn-secondary,
    input[type='file'].btn-secondary,
    input[type='submit'].btn-secondary {
      background: #908f96; }
    button.btn-danger, .btn.btn-danger,
    input[type='button'].btn-danger,
    input[type='reset'].btn-danger,
    input[type='file'].btn-danger,
    input[type='submit'].btn-danger {
      background: #f00; }
    @media (min-width: 576px) {
      button.btn-sm, .btn.btn-sm,
      input[type='button'].btn-sm,
      input[type='reset'].btn-sm,
      input[type='file'].btn-sm,
      input[type='submit'].btn-sm {
        font-size: 20px;
        line-height: 24px;
        padding: 8px 20px; } }
  
  body.compensate-for-scrollbar {
    overflow: hidden; }
  
  .fancybox-active {
    height: auto; }
  
  .fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden; }
  
  .fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    width: 100%;
    z-index: 99992; }
  
  .fancybox-container * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  
  .fancybox-outer,
  .fancybox-inner,
  .fancybox-bg,
  .fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0; }
  
  .fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto; }
  
  .fancybox-bg {
    background: #03101f;
    opacity: 0;
    -webkit-transition-duration: inherit;
    -o-transition-duration: inherit;
    transition-duration: inherit;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
    -o-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
    transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }
  
  .fancybox-is-open .fancybox-bg {
    opacity: .85;
    -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
    -o-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
    transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }
  
  .fancybox-infobar,
  .fancybox-toolbar,
  .fancybox-caption,
  .fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity .25s ease, visibility 0s ease .25s;
    -o-transition: opacity .25s ease, visibility 0s ease .25s;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997; }
  
  .fancybox-show-infobar .fancybox-infobar,
  .fancybox-show-toolbar .fancybox-toolbar,
  .fancybox-show-caption .fancybox-caption,
  .fancybox-show-nav .fancybox-navigation .fancybox-button {
    opacity: 1;
    -webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
    -o-transition: opacity .25s ease 0s, visibility 0s ease 0s;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible; }
  
  .fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  
  .fancybox-toolbar {
    right: 0;
    top: 0; }
  
  .fancybox-stage {
    direction: ltr;
    overflow: visible;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 99994; }
  
  .fancybox-is-open .fancybox-stage {
    overflow: hidden; }
  
  .fancybox-slide {
    -webkit-backface-visibility: hidden;
    /* Using without prefix would break IE11 */
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px 20px;
    position: absolute;
    text-align: center;
    top: 0;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: transform, opacity;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    white-space: normal;
    width: 100%;
    z-index: 99994; }
    @media (min-width: 768px) {
      .fancybox-slide {
        padding: 44px; } }
  
  .fancybox-slide::before {
    content: '';
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0; }
  
  .fancybox-is-sliding .fancybox-slide,
  .fancybox-slide--previous,
  .fancybox-slide--current,
  .fancybox-slide--next {
    display: block; }
  
  .fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0; }
  
  .fancybox-slide--image::before {
    display: none; }
  
  .fancybox-slide--html {
    padding: 6px; }
  
  .fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle; }
  
  .fancybox-slide--image .fancybox-content {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
    animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -ms-transform-origin: top left;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: transform, opacity;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995; }
  
  .fancybox-can-zoomOut .fancybox-content {
    cursor: -webkit-zoom-out;
    cursor: zoom-out; }
  
  .fancybox-can-zoomIn .fancybox-content {
    cursor: -webkit-zoom-in;
    cursor: zoom-in; }
  
  .fancybox-can-swipe .fancybox-content,
  .fancybox-can-pan .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab; }
  
  .fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing; }
  
  .fancybox-container [data-selectable='true'] {
    cursor: text; }
  
  .fancybox-image,
  .fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%; }
  
  .fancybox-spaceball {
    z-index: 1; }
  
  .fancybox-slide--video .fancybox-content,
  .fancybox-slide--map .fancybox-content,
  .fancybox-slide--pdf .fancybox-content,
  .fancybox-slide--iframe .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%; }
  
  .fancybox-slide--video .fancybox-content {
    background: #333; }
  
  .fancybox-slide--map .fancybox-content {
    background: #e5e3df; }
  
  .fancybox-slide--iframe .fancybox-content {
    background: #fff; }
  
  .fancybox-video,
  .fancybox-iframe {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%; }
  
  /* Fix iOS */
  .fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0; }
  
  .fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%; }
  
  .fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0; }
  
  /* Buttons */
  .fancybox-button {
    background: rgba(30, 30, 30, 0.6);
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    -webkit-transition: color .2s;
    -o-transition: color .2s;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
    min-width: inherit; }
  
  .fancybox-button,
  .fancybox-button:visited,
  .fancybox-button:link {
    color: #ccc; }
  
  .fancybox-button:hover {
    color: #fff; }
  
  .fancybox-button:focus {
    outline: none; }
  
  .fancybox-button.fancybox-focus {
    outline: 1px dotted; }
  
  .fancybox-button[disabled],
  .fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none; }
  
  /* Fix IE11 */
  .fancybox-button div {
    height: 100%; }
  
  .fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%; }
  
  .fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0; }
  
  .fancybox-button--play svg:nth-child(2),
  .fancybox-button--fsenter svg:nth-child(2) {
    display: none; }
  
  .fancybox-button--pause svg:nth-child(1),
  .fancybox-button--fsexit svg:nth-child(1) {
    display: none; }
  
  .fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -ms-transform-origin: 0;
    -webkit-transform-origin: 0;
    transform-origin: 0;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    z-index: 99998; }
  
  /* Close button on the top right corner of html content */
  .fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401; }
  
  .fancybox-close-small:hover {
    color: #fff;
    opacity: 1; }
  
  .fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0; }
  
  .fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden; }
  
  .fancybox-is-scaling .fancybox-close-small,
  .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none; }
  
  /* Navigation arrows */
  .fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
    background: none !important; }
  
  .fancybox-navigation .fancybox-button div {
    padding: 7px;
    background: #1e1e1e99; }
  
  .fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    padding: 31px 26px 31px 6px; }
  
  .fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0; }
  
  /* Caption */
  .fancybox-caption {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.85)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(65%, rgba(0, 0, 0, 0.15)), color-stop(75.5%, rgba(0, 0, 0, 0.075)), color-stop(82.85%, rgba(0, 0, 0, 0.037)), color-stop(88%, rgba(0, 0, 0, 0.019)), to(rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px 44px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996; }
  
  .fancybox-caption--separate {
    margin-top: -50px; }
  
  .fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all; }
  
  .fancybox-caption a,
  .fancybox-caption a:link,
  .fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none; }
  
  .fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline; }
  
  /* Loading indicator */
  .fancybox-loading {
    -webkit-animation: fancybox-rotate 1s linear infinite;
    animation: fancybox-rotate 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999; }
  
  @-webkit-keyframes fancybox-rotate {
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg); } }
  
  @keyframes fancybox-rotate {
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg); } }
  
  /* Transition effects */
  .fancybox-animated {
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
    -o-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
    transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }
  
  /* transitionEffect: slide */
  .fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  
  .fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  
  .fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  
  /* transitionEffect: fade */
  .fancybox-fx-fade.fancybox-slide--previous,
  .fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  
  .fancybox-fx-fade.fancybox-slide--current {
    opacity: 1; }
  
  /* transitionEffect: zoom-in-out */
  .fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5); }
  
  .fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5); }
  
  .fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  
  /* transitionEffect: rotate */
  .fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -ms-transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg); }
  
  .fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); }
  
  .fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  
  /* transitionEffect: circular */
  .fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }
  
  .fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }
  
  .fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }
  
  /* transitionEffect: tube */
  .fancybox-fx-tube.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
    transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }
  
  .fancybox-fx-tube.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
    transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }
  
  .fancybox-fx-tube.fancybox-slide--current {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1); }
  
  /* Styling for Small-Screen Devices */
  @media all and (max-height: 576px) {
    .fancybox-slide {
      padding-left: 6px;
      padding-right: 6px; }
    .fancybox-slide--image {
      padding: 6px 0; }
    .fancybox-close-small {
      right: -6px; }
    .fancybox-slide--image .fancybox-close-small {
      background: #4e4e4e;
      color: #f2f4f6;
      height: 36px;
      opacity: 1;
      padding: 6px;
      right: 0;
      top: 0;
      width: 36px; }
    .fancybox-caption {
      padding-left: 12px;
      padding-right: 12px; } }
  
  /* Share */
  .fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center; }
  
  .fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px 0; }
  
  .fancybox-share p {
    margin: 0;
    padding: 0; }
  
  .fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px 5px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap; }
  
  .fancybox-share__button:visited,
  .fancybox-share__button:link {
    color: #fff; }
  
  .fancybox-share__button:hover {
    text-decoration: none; }
  
  .fancybox-share__button--fb {
    background: #3b5998; }
  
  .fancybox-share__button--fb:hover {
    background: #344e86; }
  
  .fancybox-share__button--pt {
    background: #bd081d; }
  
  .fancybox-share__button--pt:hover {
    background: #aa0719; }
  
  .fancybox-share__button--tw {
    background: #1da1f2; }
  
  .fancybox-share__button--tw:hover {
    background: #0d95e8; }
  
  .fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px; }
  
  .fancybox-share__button svg path {
    fill: #fff; }
  
  .fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%; }
  
  /* Thumbs */
  .fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995; }
  
  .fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden; }
  
  .fancybox-show-thumbs .fancybox-thumbs {
    display: block; }
  
  .fancybox-show-thumbs .fancybox-inner {
    right: 212px; }
  
  .fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%; }
  
  .fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden; }
  
  .fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px; }
  
  .fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }
  
  .fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px; }
  
  .fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, 0.1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px; }
  
  .fancybox-thumbs__list a::before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 99991; }
  
  .fancybox-thumbs__list a:focus::before {
    opacity: .5; }
  
  .fancybox-thumbs__list a.fancybox-thumbs-active::before {
    opacity: 1; }
  
  /* Styling for Small-Screen Devices */
  @media all and (max-width: 576px) {
    .fancybox-thumbs {
      width: 110px; }
    .fancybox-show-thumbs .fancybox-inner {
      right: 110px; }
    .fancybox-thumbs__list a {
      max-width: calc(100% - 10px); } }
  
  .fancybox-content {
    border: solid 8px #fff; }
    @media (min-width: 768px) {
      .fancybox-content {
        border: solid 10px #fff; } }
  
  .fancybox-button,
  .fancybox-button:visited,
  .fancybox-button:link {
    color: #fff; }
  
  #footer {
    background: #eef3f5;
    text-align: center;
    border-top: solid 1px rgba(51, 51, 51, 0.3);
    padding: 15px 20px;
    font-size: 14px; }
  
  .logo {
    width: 150px;
    margin: 0 auto;
    margin: 20px auto; }
    @media (min-width: 768px) {
      .logo {
        width: 189px; } }
    .logo img {
      display: block;
      width: 100%; }
  
  .heading-bar {
    color: #fff;
    background: #2f7e99;
    text-align: center;
    padding: 33px 20px 45px; }
    .heading-bar h2 {
      font-size: 28px;
      line-height: 32px;
      margin: 0; }
      @media (min-width: 576px) {
        .heading-bar h2 {
          font-size: 36px;
          line-height: 42px; } }
      @media (min-width: 768px) {
        .heading-bar h2 {
          font-size: 46px;
          line-height: 50px; } }
      .heading-bar h2.font-lg {
        font-size: 36px;
        line-height: 40px;
        font-weight: 500; }
    .heading-bar.heading-bar {
      padding: 30px 20px; }
  
  #header {
    position: relative;
    background: #fff;
    padding: 15px 20px; }
    @media (min-width: 576px) {
      #header {
        padding: 15px 20px; } }
    @media (min-width: 768px) {
      #header {
        padding: 15px 30px; } }
    #header .container {
      max-width: none;
      width: auto;
      padding: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    #header .logo {
      width: 130px;
      margin: 0; }
      @media (min-width: 768px) {
        #header .logo {
          width: 189px; } }
      #header .logo img {
        display: block;
        max-width: 100%; }
    #header .header-right {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    #header .user-info {
      display: none;
      text-align: right;
      font-size: 16px;
      line-height: 20px;
      color: #2f7e99;
      font-weight: 600; }
      @media (min-width: 768px) {
        #header .user-info {
          display: block;
          font-size: 20px;
          line-height: 26px; } }
      @media (min-width: 1024px) {
        #header .user-info {
          padding: 0 20px 0 0; } }
      #header .user-info .title {
        color: #000;
        display: block;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        max-width: 195px; }
        @media (min-width: 768px) {
          #header .user-info .title {
            max-width: 280px; } }
      #header .user-info .date {
        display: block;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        max-width: 195px; }
        @media (min-width: 768px) {
          #header .user-info .date {
            max-width: 280px; } }
    #header .btns {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      text-align: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      @media (min-width: 768px) {
        #header .btns {
          -webkit-box-pack: start;
          -ms-flex-pack: start;
          justify-content: flex-start; } }
      #header .btns a {
        display: block;
        width: 90px;
        padding: 18px 8px;
        border-radius: 4px;
        -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
        margin: 0 8px;
        font-size: 12px;
        line-height: 16px;
        color: #000;
        font-weight: 600;
        text-decoration: none; }
        @media (min-width: 768px) {
          #header .btns a {
            margin: 0 0 0 15px; } }
        @media (min-width: 768px) {
          #header .btns a {
            font-size: 16px;
            line-height: 18px;
            margin: 0 0 0 15px;
            width: 110px;
            padding: 20px 8px; } }
        #header .btns a:hover {
          -webkit-box-shadow: 0 0 4px rgba(47, 126, 153, 0.4);
          box-shadow: 0 0 4px rgba(47, 126, 153, 0.4);
          text-decoration: none; }
        @media (max-width: 575px) {
          #header .btns a {
            width: auto;
            padding: 0;
            -webkit-box-shadow: none;
            box-shadow: none;
            font-size: 11px;
            margin: 0 6px; }
            #header .btns a i {
              margin: 0 0 4px;
              font-size: 20px; } }
      #header .btns i {
        display: block;
        margin: 0 0 8px;
        width: auto;
        height: auto;
        font-size: 24px;
        color: #2f7e99; }
  
  .heading-bar.v2 {
    margin: 0;
    padding: 15px 15px; }
    @media (min-width: 768px) {
      .heading-bar.v2 {
        padding: 20px 15px; } }
    .heading-bar.v2 h1 {
      font-size: 28px;
      line-height: 34px;
      margin: 0;
      font-weight: 500; }
      @media (min-width: 768px) {
        .heading-bar.v2 h1 {
          font-size: 35px;
          line-height: 40px; } }
  
  #wrapper {
    overflow: hidden;
    width: 100%;
    position: relative; }
  
  .container {
    max-width: 1024px;
    padding: 0 15px;
    margin: 0 auto; }
  
  .mt-20 {
    margin-top: 20px; }
  
  .mb-20 {
    margin-bottom: 20px; }
  
  .text-red {
    color: #f00; }
  
  .form-group {
    margin: 0 0 20px; }
    @media (min-width: 768px) {
      .form-group {
        margin: 0 0 35px; } }
    .form-group label {
      display: block;
      font-weight: 600;
      margin: 0 0 11px;
      font-size: 17px; }
  
  .form-box {
    background: #fff;
    border-radius: 6px;
    padding: 40px 20px;
    -webkit-box-shadow: 0 0 10px rgba(51, 51, 51, 0.5);
    box-shadow: 0 0 10px rgba(51, 51, 51, 0.5);
    max-width: 480px;
    margin: -30px auto 50px; }
    @media (min-width: 768px) {
      .form-box {
        padding: 50px 34px; } }
    .form-box .btn {
      width: 100%;
      display: block;
      max-width: 358px;
      margin: 0 auto; }
    .form-box .link-text {
      margin: 33px 0 0;
      text-align: center;
      display: block;
      font-weight: 500; }
    .form-box .form-control {
      padding-left: 70px; }
    .form-box .input-holder {
      position: relative; }
      .form-box .input-holder .icon {
        position: absolute;
        width: 48px;
        height: 48px;
        left: 0;
        top: 1px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-right: solid 1px #cacacb; }
  
  .error-text {
    background: #fff5f5;
    color: #f00;
    border-radius: 4px;
    padding: 10px 12px;
    font-size: 14px;
    line-height: 20px;
    display: block;
    font-weight: 500;
    text-align: center;
    margin: 0 0 20px; }
    @media (min-width: 768px) {
      .error-text {
        font-size: 18px;
        line-height: 22px; } }
  
  .has-error .form-control {
    border-color: #f00;
    -webkit-box-shadow: 0 0 10px rgba(255, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(255, 0, 0, 0.1); }
  
  .field-title {
    display: block;
    text-align: center;
    margin: 0 0 20px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500; }
  
  .notice {
    text-align: center;
    padding: 12px 15px;
    background: #f00;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    font-weight: 500; }
    @media (min-width: 576px) {
      .notice {
        font-size: 18px;
        line-height: 22px; } }
    @media (min-width: 768px) {
      .notice {
        font-size: 21px;
        padding: 12px 30px;
        line-height: 26px; } }
  
  .main-holder {
    background: #eef3f5; }
  
  .main-content {
    padding: 18px 20px 28px; }
    @media (min-width: 768px) {
      .main-content {
        padding: 18px 40px 28px; } }
  
  .filter-header {
    margin: 0 0 16px; }
    @media (min-width: 576px) {
      .filter-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; } }
    .filter-header .search-field {
      width: 100%;
      margin: 10px 0 0; }
      @media (min-width: 576px) {
        .filter-header .search-field {
          width: 238px;
          margin: 0; } }
      .filter-header .search-field .form-control {
        border-color: #97b2c1;
        border-radius: 2px;
        height: 40px;
        font-size: 16px;
        line-height: 20px;
        padding: 9px 15px; }
  
  .order-list {
    overflow: hidden;
    margin: 0 0 15px; }
  
  .order-wrap {
    width: 100%;
    overflow: hidden;
    font-weight: 500;
    background: #fff;
    padding: 14px 15px;
    margin: 0 0 12px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    -webkit-box-shadow: 0 0 7px rgba(51, 51, 51, 0.2);
    box-shadow: 0 0 7px rgba(51, 51, 51, 0.2);
    border-radius: 3px;
    font-size: 14px;
    display: block; }
    @media (min-width: 576px) {
      .order-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }
    .order-wrap .date {
      display: block;
      font-weight: 700;
      padding-right: 10px;
      font-size: 17px;
      line-height: 22px; }
      @media (min-width: 768px) {
        .order-wrap .date {
          font-size: 19px;
          line-height: 24px; } }
    .order-wrap .order-link {
      display: inline-block;
      vertical-align: top;
      color: #2f7e99;
      font-size: 17px;
      line-height: 22px;
      text-decoration: none; }
      @media (min-width: 768px) {
        .order-wrap .order-link {
          font-size: 22px;
          line-height: 25px; } }
      .order-wrap .order-link i {
        font-size: 15px;
        margin: 4px 0 0 6px;
        display: inline-block;
        vertical-align: top; }
        @media (min-width: 768px) {
          .order-wrap .order-link i {
            font-size: 20px;
            margin: 4px 0 0 6px; } }
  
  .note-holder {
    overflow: hidden;
    text-align: left;
    padding: 10px 0; }
    .note-holder .box {
      overflow: hidden;
      margin: 10px 0; }
    .note-holder .title {
      display: block;
      font-size: 22px;
      line-height: 26px;
      font-weight: 700;
      color: #2f7e99;
      margin: 0 0 10px; }
  
  .manage-reps {
    padding: 25px 0; }
  
  .customer {
    margin: 0 0 10px;
    position: relative; }
    .customer a {
      font-weight: 500;
      background: #fff;
      padding: 14px 15px;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      text-decoration: none;
      -webkit-box-shadow: 0 0 7px rgba(51, 51, 51, 0.2);
      box-shadow: 0 0 7px rgba(51, 51, 51, 0.2);
      border-radius: 3px;
      font-size: 14px;
      display: block; }
      @media (min-width: 576px) {
        .customer a {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; } }
      @media (min-width: 768px) {
        .customer a {
          font-size: 16px; } }
    .customer .title, .customer .customer-id {
      font-size: 17px;
      line-height: 22px; }
      @media (min-width: 768px) {
        .customer .title, .customer .customer-id {
          font-size: 19px;
          line-height: 24px; } }
    .customer .title {
      font-weight: 700;
      padding-right: 10px;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden; }
    .customer .location {
      color: #2f7e99; }
      .customer .location i {
        font-size: 15px;
        margin: 4px 8px 0 0;
        display: inline-block;
        vertical-align: top; }
        @media (min-width: 768px) {
          .customer .location i {
            font-size: 18px;
            margin: 2px 8px 0 0; } }
        .customer .location i.icon-lock {
          margin-top: 0; }
    .customer .info-holder {
      -ms-flex-negative: 0;
      flex-shrink: 0; }
    .customer .customer-id {
      white-space: nowrap; }
  
  .text-center {
    text-align: center; }
  
  .btn-add {
    color: #2f7e99;
    font-weight: 700;
    text-decoration: none;
    font-size: 22px;
    padding-bottom: 10px;
    display: inline-block;
  }
  
  .bg-white {
    background: #fff; }
  
  #wrapper {
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    #wrapper .main-area {
      width: 100%; }
  
  .customer-header {
    font-weight: 500;
    color: #fff;
    padding: 20px 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    font-size: 15px;
    display: block;
    background: #2f7e99;
    text-align: center; }
    @media (min-width: 576px) {
      .customer-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        text-align: left;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }
    @media (min-width: 768px) {
      .customer-header {
        font-size: 17px; } }
    .customer-header .title, .customer-header .customer-id {
      font-size: 18px;
      line-height: 24px; }
      @media (min-width: 768px) {
        .customer-header .title, .customer-header .customer-id {
          font-size: 22px;
          line-height: 28px; } }
    .customer-header .title {
      font-weight: 700;
      padding-right: 10px;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden; }
    .customer-header .location i {
      font-size: 16px;
      margin: 5px 8px 0 0;
      display: inline-block;
      vertical-align: top; }
      @media (min-width: 768px) {
        .customer-header .location i {
          margin: 7px 8px 0 0; } }
    .customer-header .info-holder {
      -ms-flex-negative: 0;
      flex-shrink: 0; }
    .customer-header .customer-id {
      white-space: nowrap; }
  
  .dashboard-links {
    padding: 20px 0 0;
    text-align: center; }
    @media (min-width: 576px) {
      .dashboard-links {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 20px 0 50px; } }
    .dashboard-links .dashboard-link {
      background: #fff;
      border-radius: 4px;
      font-weight: 500;
      background: #fff;
      padding: 14px 15px;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      text-decoration: none;
      -webkit-box-shadow: 0 0 7px rgba(51, 51, 51, 0.2);
      box-shadow: 0 0 7px rgba(51, 51, 51, 0.2);
      font-size: 26px;
      line-height: 30px;
      width: 205px;
      padding: 22px 25px;
      display: inline-block;
      vertical-align: top;
      margin: 0 15px 30px; }
      @media (min-width: 576px) {
        .dashboard-links .dashboard-link {
          margin: 0 30px;
          font-size: 33px;
          line-height: 36px; } }
      .dashboard-links .dashboard-link .icon {
        font-size: 50px;
        display: block;
        color: #2f7e99;
        margin: 0 0 15px; }
  
  .help-text {
    margin: 0 0 20px;
    display: block; }
    .help-text a {
      font-weight: bold; }
  
  .order-screen {
    background: #fff;
    padding: 25px 30px; }
    @media (min-width: 576px) {
      .order-screen {
        padding: 30px; } }
    .order-screen .added-prodcucts {
      display: block;
      text-align: left;
      margin: 0 0 20px;
      font-size: 20px;
      line-height: 25px;
      color: #908f94;
      font-weight: 500; }
      @media (min-width: 576px) {
        .order-screen .added-prodcucts {
          font-size: 25px;
          line-height: 30px; } }
    .order-screen .link-holder {
      text-align: left;
      margin: 0 0 8px; }
    .order-screen .est-price {
      font-size: 18px;
      margin: 10px 0 8px;
      font-weight: 600; }
      .order-screen .est-price span {
        font-size: 25px; }
    .order-screen .est-note {
      display: block;
      font-style: italic;
      font-size: 13px;
      margin: 0 0 10px; }
    @media (min-width: 576px) {
      .order-screen .btn {
        min-width: 354px; } }
    .order-screen .action-buttons {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      border-top: solid 1px #adc2ce;
      margin: 20px -30px 0;
      padding: 20px 30px 0; }
      .order-screen .action-buttons .btn {
        min-width: inherit;
        margin: 0 8px 10px;
        font-size: 20px;
        line-height: 24px;
        height: 40px;
        padding: 8px 15px;
        min-width: 170px; }
  
  .link-holder.open-close .slide-holder {
    padding: 15px 0 0 0; }
    @media (min-width: 768px) {
      .link-holder.open-close .slide-holder {
        padding: 15px 0 0 15px; } }
    .link-holder.open-close .slide-holder textarea {
      height: 80px;
      background: #f7f7f7;
      border-radius: 0; }
  
  .contact-detail-slide {
    background: #f7f7f7;
    border: solid 1px #cacacb;
    padding: 20px; }
    .contact-detail-slide label {
      font-weight: 700;
      display: block;
      margin: 0 0 8px; }
    .contact-detail-slide .input-row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      margin: 0 -8px; }
      .contact-detail-slide .input-row .input-col {
        width: 100%;
        padding: 0 8px 10px; }
        @media (min-width: 768px) {
          .contact-detail-slide .input-row .input-col {
            width: 50%; } }
    .contact-detail-slide .btns-holder {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .contact-detail-slide .btns-holder .btn-edit, .contact-detail-slide .btns-holder .btn-cancel, .contact-detail-slide .btns-holder .btn-update {
        margin: 0 8px;
        font-size: 17px;
        text-decoration: underline;
        text-transform: uppercase;
        font-weight: 700;
        color: #999; }
      .contact-detail-slide .btns-holder .btn-edit {
        color: #f00; }
      .contact-detail-slide .btns-holder .btn-update {
        color: #39b54a; }
  
  .products-list {
    margin: -25px -30px 20px; }
    @media (min-width: 576px) {
      .products-list {
        margin: -30px -30px 20px; } }
    @media (min-width: 768px) {
      .products-list {
        margin: -15px -30px 20px; } }
  
  .added-products {
    position: relative;
    text-align: left;
    overflow: hidden;
    border-bottom: solid 1px #adc2ce; }
    .added-products:before {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      border: solid 2px #1a799c;
      content: '';
      z-index: 1;
      pointer-events: none;
      opacity: 0;
      visibility: inherit;
      -webkit-transition: linear 0.3s;
      -o-transition: linear 0.3s;
      transition: linear 0.3s; }
    .added-products.active:before {
      opacity: 1;
      visibility: visible; }
    .added-products.active .added-products-opener:before {
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg); }
    .added-products:after, .customer:after {
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      content: '';
      width: 10px;
      background: #ffd700; }
    .added-products.low-stock:after {
      background: #cfcfd1; }
    .added-products .btn.delete {
      min-width: inherit;
      background: #f00;
      border-radius: 0;
      font-size: 17px;
      line-height: 20px;
      padding: 5px 8px;
      height: auto;
      min-width: 95px;
      text-align: center; }
    .added-products .slide-holder {
      padding: 0 28px 10px;
      overflow: hidden;
      position: relative;
      min-height: 90px; }
    .added-products .image {
      border: solid 1px #e0e8ed;
      width: 54px;
      height: 64px;
      overflow: hidden;
      margin: 0 12px 0 0;
      float: left; }
      .added-products .image img {
        display: block;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover; }
    .added-products .order-info {
      width: calc(100% - 66px);
      float: left;
      padding: 0 90px 0 0; }
      @media (min-width: 768px) {
        .added-products .order-info {
          max-width: 120px;
          margin: 0 27px 0 0;
          padding: 0; } }
    .added-products .due-date {
      float: left;
      background: #fff5f5;
      font-size: 14px;
      line-height: 18px;
      width: 100%;
      border-radius: 4px;
      padding: 20px 10px;
      text-align: center;
      font-weight: 600;
      margin: 10px 0 0; }
      @media (min-width: 576px) {
        .added-products .due-date {
          padding: 11px 10px; } }
      @media (min-width: 768px) {
        .added-products .due-date {
          width: 230px;
          margin: 0;
          font-size: 16px;
          line-height: 20px; } }
      .added-products .due-date .date {
        font-weight: 400;
        display: block; }
    .added-products .qty-box {
      float: left;
      height: 78px;
      background: #eef3f5;
      border-radius: 4px;
      text-align: center;
      padding: 6px 5px 0;
      margin: 10px 0 0 10px; }
      @media (min-width: 576px) {
        .added-products .qty-box {
          float: right;
          clear: none;
          margin: 0; } }
      @media (min-width: 768px) {
        .added-products .qty-box {
          width: 125px;
          height: 84px; } }
      .added-products .qty-box label {
        display: block;
        font-size: 10px;
        line-height: 16px;
        margin: 0 0 6px;
        font-weight: 600; }
        @media (min-width: 768px) {
          .added-products .qty-box label {
            font-size: 12px; } }
      .added-products .qty-box .form-control {
        width: 55px;
        height: 40px;
        padding: 15px 8px;
        text-align: center; }
        @media (min-width: 768px) {
          .added-products .qty-box .form-control {
            width: 60px;
            height: 46px; } }
      @media (max-width: 767px) {
        .added-products .qty-box {
          position: absolute;
          right: 28px;
          top: 0px; } }
      @media (max-width: 575px) {
        .added-products .qty-box {
          top: -8px; } }
    .added-products .stock-counter {
      font-size: 17px;
      font-style: italic;
      margin: 0 0 8px; }
    .added-products .price {
      font-weight: 700;
      color: #2f7e99;
      margin: 0 0 8px;
      display: block; }
  
  .added-products-opener,
  .item-title {
    display: block;
    padding: 12px 28px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    text-align: left;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 36px;
    position: relative; }
    @media (min-width: 576px) {
      .added-products-opener,
      .item-title {
        font-size: 18px;
        padding-right: 46px; } }
    @media (min-width: 768px) {
      .added-products-opener,
      .item-title {
        font-size: 20px;
        line-height: 24px; } }
    .added-products-opener:before,
    .item-title:before {
      position: absolute;
      right: 16px;
      top: 50%;
      margin-top: -12px;
      content: '\f105';
      font-family: 'icomoon';
      -webkit-transition: linear 0.4s;
      -o-transition: linear 0.4s;
      transition: linear 0.4s; }
    .added-products-opener .item-title,
    .item-title .item-title {
      pointer-events: none; }
    .added-products-opener .products-opener-right,
    .added-products-opener .item-qty,
    .item-title .products-opener-right,
    .item-title .item-qty {
      -ms-flex-negative: 0;
      flex-shrink: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      margin: 0 0 0 10px; }
    .added-products-opener .counter,
    .item-title .counter {
      font-size: 17px;
      color: #2f7e99;
      margin: 0 0 0 8px; }
      @media (min-width: 768px) {
        .added-products-opener .counter,
        .item-title .counter {
          font-size: 20px; } }
  
  .status-btn {
    font-weight: 700;
    font-size: 10px;
    background: #fff5f5;
    line-height: 14px;
    padding: 5px 6px;
    color: #727275;
    border-radius: 4px; }
  
  .confirmation-popup {
    text-align: center;
    max-width: 422px;
    padding: 40px 20px;
    border: 0; }
    .confirmation-popup .btn {
      font-size: 20px;
      line-height: 24px;
      padding: 8px 15px;
      height: auto;
      min-width: 120px;
      margin: 0 6px; }
      @media (min-width: 576px) {
        .confirmation-popup .btn {
          min-width: 170px; } }
    .confirmation-popup h2 {
      font-size: 20px;
      line-height: 24px;
      font-weight: 600;
      margin: 0 0 15px; }
      @media (min-width: 576px) {
        .confirmation-popup h2 {
          font-size: 24px;
          line-height: 28px;
          margin: 0 0 30px; } }
    .confirmation-popup .btn.yes {
      background: #ff0000; }
      .confirmation-popup .btn.yes:hover {
        opacity: 0.7; }
    .confirmation-popup .btn.no {
      background: #908f96; }
      .confirmation-popup .btn.no:hover {
        opacity: 0.7; }
  
  .popup-holder {
    overflow: hidden;
    max-height: 0; }
  
  .order-detail {
    border-bottom: solid 1px #adc2ce;
    margin: 0 -30px 20px;
    padding: 0 30px 20px; }
    .order-detail .customer-name, .order-detail .id-no {
      font-size: 20px;
      line-height: 22px;
      margin: 0 0 10px;
      font-weight: 700;
      display: block; }
      @media (min-width: 768px) {
        .order-detail .customer-name, .order-detail .id-no {
          font-size: 22px;
          line-height: 25px; } }
    .order-detail .couner-holder {
      font-size: 20px;
      line-height: 22px;
      display: block;
      font-weight: 500; }
      @media (min-width: 768px) {
        .order-detail .couner-holder {
          font-size: 22px;
          line-height: 25px; } }
      .order-detail .couner-holder .counter {
        color: #2f7e99; }
  
  .create-customer {
    position: relative;
    padding: 15px 0; }
    @media (min-width: 768px) {
      .create-customer {
        padding: 25px 0; } }
    @media (min-width: 768px) {
      .create-customer .input-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; } }
    .create-customer .form-group {
      width: 100%;
      margin: 0 0 15px; }
      @media (min-width: 768px) {
        .create-customer .form-group {
          width: 49%;
          margin: 0 0 25px; } }
    .create-customer .btn-holder {
      padding: 15px 0;
      text-align: center; }
    .create-customer .border {
      display: block;
      width: 100%;
      height: 1px;
      margin: 20px 0;
      background: #2f7e99; }
  
  .form-update {
    background: #fff;
    border-radius: 6px;
    padding: 30px 20px;
    -webkit-box-shadow: 0 0 10px rgba(51, 51, 51, 0.5);
    box-shadow: 0 0 10px rgba(51, 51, 51, 0.5);
    max-width: 480px;
    margin: 15px auto 30px; }
    @media (min-width: 768px) {
      .form-update {
        padding: 50px 30px;
        margin: 25px auto 40px; } }
    .form-update .text-box {
      font-weight: 500; }
    .form-update .btn {
      width: 100%;
      display: block;
      max-width: 358px;
      margin: 0 auto; }
    .form-update .btn-holder {
      max-width: 360px;
      margin: 25px auto 0;
      padding-top: 25px;
      text-align: center;
      border-top: 1px solid #adc2ce; }
      @media (min-width: 768px) {
        .form-update .btn-holder {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; } }
      .form-update .btn-holder .btn {
        margin: 0 5px 10px; }
        @media (min-width: 768px) {
          .form-update .btn-holder .btn {
            max-width: 170px; } }
    .form-update textarea.form-control {
      height: 215px;
      resize: none; }
  
  .custom-checkbox {
    display: block;
    margin: 0 0 30px; }
    .custom-checkbox input[type="checkbox"] {
      display: none; }
      .custom-checkbox input[type="checkbox"]:checked ~ .label-text:before {
        content: '\f00c';
        font: 18px/1 'icomoon'; }
    .custom-checkbox .label-text {
      display: block;
      font-size: 17px;
      line-height: 20px;
      font-weight: 500;
      position: relative;
      padding: 6px 0 0 40px;
      color: #363638;
      cursor: pointer; }
      .custom-checkbox .label-text:before {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 30px;
        height: 30px;
        border: 1px solid #c8c8c8;
        border-radius: 4px; }
  
#search-popup-results {
  padding-top: 10px;
}