/*
Theme Name: Panagea
Theme URI: http://www.ansonika.com/panagea/
Author: Ansonika
Author URI: http://themeforest.net/user/Ansonika/

[Table of contents] 

INFO:
 COLORS:
 BLACK COLOR: #151515, DARK-GREY -> #333336, BLACK->#1d1d1f;
 BLUE COLOR: #04c8c8, #04c8c8, #04c8c8



1. SITE STRUCTURE and TYPOGRAPHY
- 1.1 Typography
- 1.2 Buttons
- 1.3 Structure

2. CONTENT
- 2.1 Home
- 2.2 About
- 2.3 Listing
- 2.4 Detail page
- 2.5 Login/register
- 2.6 Map styles
- 2.7 Contacts
- 2.8 404 page 
- 2.9 Cart section
- 2.10 Media Gallery
- 2.11 Faq
- 2.12 New Product
- 2.13 drag and drop

3. COMMON
- 3.1 Misc
- 3.2 Accordion
- 3.3 List
- 3.4 Spacing
- 3.5 Block reveal
- 3.6 Cookie bar
- 3.7 Sing In Modal
- 3.8 Input Switcher
- 3.9 Datepicker
- 3.10 Styles Switcher
- 3.11 Styles Result

/*============================================================================================*/
/* 1.  SITE STRUCTURE and TYPOGRAPHY */
/*============================================================================================*/
/* MAIN NAVIGATION */
/* All styles for screen size over 992px*/

:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000000;
  --bs-white: #ffffff;
  --bs-gray: #7E8299;
  --bs-gray-dark: #3F4254;
  --bs-gray-100: #F9F9F9;
  --bs-gray-200: #F4F4F4;
  --bs-gray-300: #E1E3EA;
  --bs-gray-400: #B5B5C3;
  --bs-gray-500: #A1A5B7;
  --bs-gray-600: #7E8299;
  --bs-gray-700: #5E6278;
  --bs-gray-800: #3F4254;
  --bs-gray-900: #181C32;
  --bs-light: #F9F9F9;
  --bs-primary: #04c8c8;
  --bs-secondary: #E1E3EA;
  --bs-success: #009ef7;
  --bs-info: #7239ea;
  --bs-warning: #ffc700;
  --bs-danger: #f1416c;
  --bs-dark: #181C32;
  --bs-light-rgb: 249, 249, 249;
  --bs-primary-rgb: 4, 200, 200;
  --bs-secondary-rgb: 225, 227, 234;
  --bs-success-rgb: 0, 158, 247;
  --bs-info-rgb: 114, 57, 234;
  --bs-warning-rgb: 255, 199, 0;
  --bs-danger-rgb: 241, 65, 108;
  --bs-dark-rgb: 24, 28, 50;
  --bs-primary-text: #0a58ca;
  --bs-secondary-text: #7E8299;
  --bs-success-text: #146c43;
  --bs-info-text: #087990;
  --bs-warning-text: #997404;
  --bs-danger-text: #b02a37;
  --bs-light-text: #7E8299;
  --bs-dark-text: #5E6278;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #F9F9F9;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfc;
  --bs-dark-bg-subtle: #B5B5C3;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #F4F4F4;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #F4F4F4;
  --bs-dark-border-subtle: #A1A5B7;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 24, 28, 50;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: Inter, Helvetica, "sans-serif";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #181C32;
  --bs-emphasis-color: #000000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(24, 28, 50, 0.75);
  --bs-secondary-color-rgb: 24, 28, 50;
  --bs-secondary-bg: #F4F4F4;
  --bs-secondary-bg-rgb: 244, 244, 244;
  --bs-tertiary-color: rgba(24, 28, 50, 0.5);
  --bs-tertiary-color-rgb: 24, 28, 50;
  --bs-tertiary-bg: #F9F9F9;
  --bs-tertiary-bg-rgb: 249, 249, 249;
  --bs-body-bg: #ffffff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-heading-color: #181C32;
  --bs-link-color: #04c8c8;
  --bs-link-color-rgb: 4, 200, 200;
  --bs-link-decoration: none;
  --bs-link-hover-color: #00afaf;
  --bs-link-hover-color-rgb: 0, 175, 175;
  --bs-link-hover-decoration: none;
  --bs-code-color: #b93993;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #F4F4F4;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.475rem;
  --bs-border-radius-sm: 0.425rem;
  --bs-border-radius-lg: 0.625rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1.5rem 0.5rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-sm: 0 0.1rem 1rem 0.25rem rgba(0, 0, 0, 0.05);
  --bs-box-shadow-lg: 0 1rem 2rem 1rem rgba(0, 0, 0, 0.1);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-emphasis-color: #000000;
  --bs-form-control-bg: var(--bs-body-bg);
  --bs-form-control-disabled-bg: var(--bs-secondary-bg);
  --bs-highlight-bg: #fff3cd;
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
  --bs-text-muted: #A1A5B7;
  --bs-gray-100: #F9F9F9;
  --bs-gray-100-rgb: 249, 249, 249;
  --bs-gray-200: #F4F4F4;
  --bs-gray-200-rgb: 244, 244, 244;
  --bs-gray-300: #E1E3EA;
  --bs-gray-300-rgb: 225, 227, 234;
  --bs-gray-400: #B5B5C3;
  --bs-gray-400-rgb: 181, 181, 195;
  --bs-gray-500: #A1A5B7;
  --bs-gray-500-rgb: 161, 165, 183;
  --bs-gray-600: #7E8299;
  --bs-gray-600-rgb: 126, 130, 153;
  --bs-gray-700: #5E6278;
  --bs-gray-700-rgb: 94, 98, 120;
  --bs-gray-800: #3F4254;
  --bs-gray-800-rgb: 63, 66, 84;
  --bs-gray-900: #181C32;
  --bs-gray-900-rgb: 24, 28, 50;
  --bs-light: #F9F9F9;
  --bs-primary: #04c8c8;
  --bs-secondary: #E1E3EA;
  --bs-success: #009ef7;
  --bs-info: #7239ea;
  --bs-warning: #ffc700;
  --bs-danger: #f1416c;
  --bs-dark: #181C32;
  --bs-primary-active: #00afaf;
  --bs-secondary-active: #B5B5C3;
  --bs-light-active: #F4F4F4;
  --bs-success-active: #0095e8;
  --bs-info-active: #5014d0;
  --bs-warning-active: #f1bc00;
  --bs-danger-active: #d9214e;
  --bs-dark-active: #131628;
  --bs-primary-light: #dcfdfd;
  --bs-secondary-light: #F9F9F9;
  --bs-success-light: #f1faff;
  --bs-info-light: #f8f5ff;
  --bs-warning-light: #fff8dd;
  --bs-danger-light: #fff5f8;
  --bs-dark-light: #F4F4F4;
  --bs-primary-inverse: #ffffff;
  --bs-secondary-inverse: #3F4254;
  --bs-light-inverse: #7E8299;
  --bs-success-inverse: #ffffff;
  --bs-info-inverse: #ffffff;
  --bs-warning-inverse: #ffffff;
  --bs-danger-inverse: #ffffff;
  --bs-dark-inverse: #ffffff;
  --bs-light-rgb: 249, 249, 249;
  --bs-primary-rgb: 4, 200, 200;
  --bs-secondary-rgb: 225, 227, 234;
  --bs-success-rgb: 0, 158, 247;
  --bs-info-rgb: 114, 57, 234;
  --bs-warning-rgb: 255, 199, 0;
  --bs-danger-rgb: 241, 65, 108;
  --bs-dark-rgb: 24, 28, 50;
  --bs-text-white: #ffffff;
  --bs-text-primary: #04c8c8;
  --bs-text-secondary: #E1E3EA;
  --bs-text-light: #F9F9F9;
  --bs-text-success: #009ef7;
  --bs-text-info: #7239ea;
  --bs-text-warning: #ffc700;
  --bs-text-danger: #f1416c;
  --bs-text-dark: #181C32;
  --bs-text-muted: #A1A5B7;
  --bs-text-gray-100: #F9F9F9;
  --bs-text-gray-200: #F4F4F4;
  --bs-text-gray-300: #E1E3EA;
  --bs-text-gray-400: #B5B5C3;
  --bs-text-gray-500: #A1A5B7;
  --bs-text-gray-600: #7E8299;
  --bs-text-gray-700: #5E6278;
  --bs-text-gray-800: #3F4254;
  --bs-text-gray-900: #181C32;
  --bs-border-color: #F4F4F4;
  --bs-border-dashed-color: #E1E3EA;
  --bs-component-active-color: #ffffff;
  --bs-component-active-bg: #04c8c8;
  --bs-component-hover-color: #04c8c8;
  --bs-component-hover-bg: #F9F9F9;
  --bs-component-checked-color: #ffffff;
  --bs-component-checked-bg: #04c8c8;
  --bs-box-shadow-xs: 0 0.1rem 0.75rem 0.25rem rgba(0, 0, 0, 0.05);
  --bs-box-shadow-sm: 0 0.1rem 1rem 0.25rem rgba(0, 0, 0, 0.05);
  --bs-box-shadow: 0 0.5rem 1.5rem 0.5rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 2rem 1rem rgba(0, 0, 0, 0.1);
  --bs-input-bg: var(--bs-body-bg);
  --bs-input-color: var(--bs-gray-700);
  --bs-input-solid-color: var(--bs-gray-700);
  --bs-input-solid-bg: var(--bs-gray-100);
  --bs-input-solid-bg-focus: var(--bs-gray-200);
  --bs-input-solid-placeholder-color: var(--bs-gray-500);
  --bs-tooltip-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15);
  --bs-table-striped-bg: rgba(var(--bs-gray-100-rgb), 0.75);
  --bs-table-loading-message-box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
  --bs-dropdown-bg: var(--bs-body-bg);
  --bs-dropdown-box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
  --bs-code-bg: #F1F3F8;
  --bs-code-box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.08);
  --bs-code-color: #b93993;
  --bs-symbol-label-color: var(--bs-gray-800);
  --bs-symbol-label-bg: var(--bs-gray-100);
  --bs-symbol-border-color: rgba(var(--bs-body-bg), 0.5);
  --bs-bullet-bg-color: var(--bs-gray-400);
  --bs-scrolltop-opacity: 0;
  --bs-scrolltop-opacity-on: 0.3;
  --bs-scrolltop-opacity-hover: 1;
  --bs-scrolltop-box-shadow: var(--bs-box-shadow);
  --bs-scrolltop-bg-color: var(--bs-primary);
  --bs-scrolltop-bg-color-hover: var(--bs-primary);
  --bs-scrolltop-icon-color: var(--bs-primary-inverse);
  --bs-scrolltop-icon-color-hover: var(--bs-primary-inverse);
  --bs-drawer-box-shadow: 0px 1px 9px -3px rgba(0, 0, 0, 0.05);
  --bs-drawer-bg-color: #ffffff;
  --bs-drawer-overlay-bg-color: rgba(0, 0, 0, 0.2);
  --bs-menu-dropdown-box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
  --bs-menu-dropdown-bg-color: var(--bs-body-bg);
  --bs-menu-heading-color: #A1A5B7;
  --bs-menu-link-color-hover: #04c8c8;
  --bs-menu-link-color-show: #04c8c8;
  --bs-menu-link-color-here: #04c8c8;
  --bs-menu-link-color-active: #04c8c8;
  --bs-menu-link-bg-color-hover: #F9F9F9;
  --bs-menu-link-bg-color-show: #F9F9F9;
  --bs-menu-link-bg-color-here: #F9F9F9;
  --bs-menu-link-bg-color-active: #F9F9F9;
  --bs-scrollbar-color: #F4F4F4;
  --bs-scrollbar-hover-color: #efefef;
  --bs-scrollbar-size: 5px;
  --bs-scrollbar-overlay-size: 19px;
  --bs-scrollbar-overlay-space: 7px;
  --bs-overlay-bg: rgba(0, 0, 0, 0.05);
  --bs-blockui-overlay-bg: rgba(0, 0, 0, 0.05);
  --bs-rating-color-default: #B5B5C3;
  --bs-rating-color-active: #FFAD0F;
  --bs-ribbon-label-box-shadow: 0px -1px 5px 0px rgba(24, 28, 50, 0.1);
  --bs-ribbon-label-bg: #04c8c8;
  --bs-ribbon-label-border-color: #026464;
  --bs-ribbon-clip-bg: #181C32;
  --bs-engage-btn-bg: #ffffff;
  --bs-engage-btn-box-shadow: 0px 0px 22px #E0E0E0;
  --bs-engage-btn-border-color: #E8E8E8;
  --bs-engage-btn-color: #3F4254;
  --bs-engage-btn-icon-color: #7E8299;
  --bs-engage-btn-color-active: #3F4254;
}



@media only screen and (min-width: 992px) {
  nav#menu.main-menu {
    display: block !important;
  }


  #mm-menu.main-menu {
    display: none !important;
  }

  header .btn_mobile {
    display: none !important;
  }

  .btn_add {
    border: none;
    color: #fff;
    background: #333336;
    outline: none;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    padding: 10px 25px !important;
    color: #fff !important;
    font-weight: 600;
    text-align: center;
    line-height: 1;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
  }

  .btn_add:hover {

    opacity: 0.7;

  }

  .item_user {


    border-radius: 50%;
  }

  /* Menu */
  .main-menu {
    position: relative;
    z-index: 9;
    width: auto;
    top: 1px;
    /*right: 15px;*/
    float: right;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #fff;
  }

  .main-menu ul,
  .main-menu ul li {
    position: relative;
    display: inline-block;
    margin-right: 5px;
    margin-left: 5px;
    padding: 0;
    padding-top: 0px;
    padding-right: 0px;
  }

  .main-menu ul a,
  .main-menu ul li a {
    position: relative;
    margin: 0;
    padding: 0;
    display: block;

    white-space: nowrap;
  }

  /*First level styles */
  .main-menu>ul>li span>a {
    /*color: #fff;*/
    /*color: #444;*/
    /*padding: 0 8px 15px 8px;*/
    padding-left: 10px;
    padding-right: 10px;

    font-size: 14px;

    font-weight: 500;
    border-radius: 30px;
  }

  /*First level styles */
  .main-menu.opacity>ul>li span>a {
    /*color: #fff;*/
    color: #fff;
  }

  .main-menu.white>ul>li span>a {
    /*color: #fff;*/
    color: #333336;
  }

  .main-menu>ul>li span:hover>a {
    /* opacity: 0.7; */
    opacity: 0.7;
    color: #04c8c8;
  }

  header.sticky .main-menu>ul>li span>a {
    color: #444;
  }

  header.fixed .main-menu>ul>li span>a {
    color: #444;
  }

  header.sticky .main-menu>ul>li span:hover>a {
    opacity: 1;
    color: #04c8c8;
  }

  @media (min-width: 768px) {
    .navbar-brand.abs {
      position: absolute;
      width: auto;
      left: 50%;
      transform: translateX(-50%);
      text-align: center;
    }
  }

  /* Submenu*/
  .main-menu ul ul {
    position: absolute;
    z-index: 1;
    visibility: hidden;
    left: 3px;
    top: 100%;
    margin: 0;
    display: block;
    padding: 0;
    background: #fff;
    min-width: 300px;
    -webkit-box-shadow: 0px 12px 24px 0px rgba(0, 0, 0, 0.175);
    -moz-box-shadow: 0px 12px 24px 0px rgba(0, 0, 0, 0.175);
    box-shadow: 0px 12px 24px 0px rgba(0, 0, 0, 0.175);
    transform: scale(0.4);
    transform-origin: 10% top;
    transition: 0.15s linear, 0.1s opacity cubic-bezier(0.39, 0.575, 0.565, 1), 0.15s transform cubic-bezier(0.1, 1.26, 0.83, 1);
    opacity: 0;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
  }

  /* triangulo  */
  .main-menu ul ul:before {
    bottom: 100%;
    left: 85%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #fff;
    border-width: 7px;
    margin-left: -7px;
  }

  .main-menu ul ul li {
    display: block;
    height: auto;
    padding-top: 0px;
    padding-left: 7px;
    padding-right: 7px;
    padding-bottom: 0px;
  }

  .main-menu ul ul li a {
    font-size: 13px;
    color: #555;
    border-bottom: 1px solid #fff;
    display: block;
    padding: 15px 0px;
    line-height: 1;
  }

  .main-menu ul li:hover>ul {
    padding: 0;
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    -webkit-transition-duration: 0s, 0.2s, 0.2s;
    transition-duration: 0s, 0.2s, 0.2s;
  }

  .main-menu ul>li ul {
    right: 4px;
    left: auto;
  }

  .main-menu ul ul li:first-child a:hover {
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -ms-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
  }

  .main-menu ul ul li:last-child a {
    border-bottom: none;
  }

  .main-menu ul ul li:last-child a:hover {
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -ms-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
  }

  .main-menu ul ul li:hover>a {
    background-color: #ffffff;
    color: #303030;
    font-weight: 600;

  }
}

/* Submenu 2nd level right */
.main-menu ul ul.second_level_right {
  left: auto;
  right: 3px;
}

.main-menu ul ul.second_level_right:before {
  right: 15%;
  left: auto;
}

/* Submenu 3rd level */
.main-menu ul ul li span a {
  font-weight: normal !important;
}

.main-menu ul ul li span a:hover {
  color: #04c8c8;
  font-weight: 600;
  padding-left: 18px;
  opacity: 1;
}

.main-menu ul ul li span a:after {
  font-family: 'ElegantIcons';
  content: "\35";
  float: right;
  font-size: 16px;
  font-size: 1rem;
  margin-top: -2px;
}

.main-menu ul ul ul {
  position: absolute;
  border-top: 0;
  z-index: 1;
  height: auto;
  left: 100%;
  top: 0;
  margin: 0;
  padding: 0;
  background: #fff;
  min-width: 190px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.main-menu ul ul ul.third_level_left {
  right: 100%;
  left: auto;
}

.main-menu ul ul ul li a {
  border-bottom: 1px solid #ededed !important;
}

/* Arrows top 3rd level*/
.main-menu ul ul ul:before {
  border-width: 0;
  margin-left: 0;
}

/* All styles for screen size under 991px */
@media only screen and (max-width: 991px) {
  nav#menu {
    display: none !important;
  }

  .mm-menu {
    background: #fff;
  }

  .main-menu {
    top: 0;
    right: 0;
    float: none;
  }

  ul.mm-listview {
    line-height: 25px;
  }

  ul.mm-listview li a {
    color: #555 !important;
    display: block;
  }
}

#menu.fake_menu {
  display: none !important;
  visibility: hidden !important;
}

/*-------- loader --------*/
#loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 99999999999 !important;
}

.loaderMsg {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;

  margin-top: +75px;
  color: rgb(255, 255, 255);
  font-size: 18px;
}

/*-------- Preloader --------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  background-color: #F3F6F9;


  z-index: 99999999999 !important;
}

[data-loader="circle-side"] {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
  -webkit-animation: circle infinite .95s linear;
  -moz-animation: circle infinite .95s linear;
  -o-animation: circle infinite .95s linear;
  animation: circle infinite .95s linear;
  border: 2px solid #04c8c8;
  border-top-color: rgba(0, 0, 0, 0.1);
  border-right-color: rgba(0, 0, 0, 0.1);
  border-bottom-color: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}

@-webkit-keyframes circle {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes circle {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-o-keyframes circle {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes circle {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*-------- 1.1 Typography --------*/
/* rem reference
10px = 0.625rem
12px = 0.75rem
14px = 0.875rem
16px = 1rem (base)
18px = 1.125rem
20px = 1.25rem
24px = 1.5rem
30px = 1.875rem
32px = 2rem
*/
html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.container-fluid {

  padding-right: 72px;
  padding-left: 72px;

}

.container-fluid-minheight {
  min-height: 500px;
}

body {
  /* background: #f8f8f8; */
  background: #fbfbfd;
  font-size: 0.875rem;
  line-height: 1.6;
  font-family: "Poppins", Helvetica, sans-serif;
  color: #555;
}

.titlecontainer {
  margin-top: 40px;
}

.supertitle {
  font-size: 58px;
  line-height: 1.0555555556;
  font-weight: 700;
  letter-spacing: 0em;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  background: var(--bs-text-gray-900);
  background-clip: border-box;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-bottom: 0.1em;
  letter-spacing: -0.04em;
}

.title {

  line-height: 1.0555555556;
  font-weight: 700;
  letter-spacing: -0.04em;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 26px;
  color: var(--bs-text-gray-900);
  font-style: normal;
  font-size: 47px;
  padding-top: 10x;

}

.minititle {

  line-height: 1.0555555556;
  font-weight: 700;
  letter-spacing: -0.04em;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 26px;
  color: var(--bs-text-gray-900);
  font-style: normal;
  font-size: 27px;
  padding-top: 10x;

}

.subtitle {

  font-size: 1.5rem;
  line-height: 1.1;
  font-weight: 400;
  letter-spacing: -0.01em;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;

  color: var(--bs-text-gray-400);
  font-style: normal
}

.smallsubtitle {

  font-size: 0.875rem;
  line-height: 1.1;
  font-weight: 400;
  letter-spacing: -0.01em;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;

  color: var(--bs-text-gray-400);
  font-style: normal
}

.text-white {


  color: #fff;

}

.text-green {


  color: #46ba7c !important;

}

.fakesearch::after {

  content: "";
  width: 5px;
  height: 20px;
  background: #ec7fff;
  display: inline-block;
  animation: cursor-blink 1.5s steps(2) infinite;

}

@keyframes cursor-blink {
  0% {
    opacity: 0;
  }
}

.subtext {
  line-height: 1.3;
  font-weight: 500;
  letter-spacing: -0.035em;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 26px;
  color: #1d1d1f;
  font-style: normal;
  font-size: 1rem;
  padding-top: 10x;
}

.subtitle_results {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 400;
  letter-spacing: -0.01em;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;

  color: #1d1d1f;
  font-style: normal
}

.mainheader {
  font-size: 24px;
  line-height: 1.3;
  font-weight: 400;
  letter-spacing: -0.01em;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;

  color: #35353b;
  font-style: normal
}

.textcolor-thingle {
  color: #04c8c8;


}

.container-max {
  max-width: 100%;
  margin-top: 30px;
}

@media (min-width: 1200px) {


  .containersmall {
    max-width: 1140px;
  }
}

@media (min-width: 992px) {
  .containersmall {
    max-width: 960px;
  }
}

@media (min-width: 768px) {


  .containersmall {
    max-width: 720px;
  }
}

@media (min-width: 576px) {


  .containersmall {
    max-width: 540px;
  }
}


h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1d1d1f;
}

p {
  /*margin-bottom: 30px;*/
}

strong {
  font-weight: 600;
}

label {
  /* font-weight: 500;
  margin-bottom: 0px;
  margin-left: 6px; */
}

hrtop {
  margin: 10px 0 0 0;
  border-color: #ededed;
}

hr {
  margin: 10px 0 10px 0;
  border-color: #ededed;
}

hr.large {
  border-color: #ededed;
  border-top-width: 4px;
  margin-top: 60px;
}

@media (max-width: 991px) {
  hr.large {
    margin-top: 45px;
  }
}

@media (max-width: 767px) {
  hr.large {
    margin-bottom: 45px;
  }
}

ul,
ol {
  list-style: none;
  margin: 0 0 25px 0;
  padding: 0;
}

.main_title {
  text-align: center;
  margin-bottom: 45px;
  position: relative;
}

.main_title span {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  margin: auto;
  margin-bottom: 20px;
  opacity: 1;
  background-color: #999;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.main_title.animated span {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.main_title_2 {
  text-align: center;
  margin-bottom: 45px;
  position: relative;
}

.main_title_2 span {
  width: 120px;
  height: 2px;
  background-color: #e1e1e1;
  display: block;
  margin: auto;
}

.main_title_2 span em {
  width: 60px;
  height: 2px;
  background-color: #04c8c8;
  display: block;
  margin: auto;
}

@media (max-width: 767px) {
  .main_title_2 {
    margin-bottom: 10px;
  }
}

.main_title_2 h2 {
  margin: 25px 0 0 0;
}

@media (max-width: 767px) {
  .main_title_2 h2 {
    font-size: 26px;
    font-size: 1.625rem;
  }
}

.main_title_2 h3 {
  margin: 25px 0 0 0;
}

@media (max-width: 767px) {
  .main_title_2 h3 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.main_title_2 p {

  font-size: 2.0rem;
  font-weight: 300;
  line-height: 1.8;
}

@media (max-width: 767px) {
  .main_title_2 p {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.main_title_3 {
  margin-bottom: 25px;
  position: relative;
}

.main_title_3 span {
  width: 120px;
  height: 2px;
  background-color: #e1e1e1;
  display: block;
}

.main_title_3 span em {
  width: 60px;
  height: 2px;
  background-color: #04c8c8;
  display: block;
}

@media (max-width: 767px) {
  .main_title_3 {
    margin-bottom: 10px;
  }
}

.main_title_3 h2,
.main_title_3 h3 {
  font-size: 23px;
  font-size: 1.4375rem;
  margin: 25px 0 0 0;
}

@media (max-width: 767px) {

  .main_title_3 h2,
  .main_title_3 h3 {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}

.main_title_3 p {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.4;
}

/** Layes slider typography ab buttons **/
h3.slide_typo {
  white-space: nowrap;
  color: #fff !important;
  font-weight: normal;
  font-size: 60px;
  font-size: 3.75rem;
}

.slide_typo_2 {
  color: #fff;
  font-size: 24px;
  font-size: 1.5rem;
  white-space: nowrap;
  text-transform: uppercase;
}

/*General links color*/
a {
  color: black;
  text-decoration: none;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  outline: none;
}

a:hover,
a:focus {
  color: #111;
  text-decoration: none;
  outline: none;
}

/*-------- 1.2 Buttons --------*/

.filterbuttons {
  background-color: rgba(210, 210, 215, .64);
  border-radius: 30px;
  padding-left: 18px;
  padding-right: 18px;
}

.filterdropdwon {
  background: #fff;
  min-width: 260px;
  -webkit-box-shadow: 0px 12px 24px 0px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0px 12px 24px 0px rgba(0, 0, 0, 0.175);
  box-shadow: 0px 12px 24px 0px rgba(0, 0, 0, 0.175);
  transform: scale(0.4);
  transform-origin: 10% top;
  transition: 0.15s linear, 0.1s opacity cubic-bezier(0.39, 0.575, 0.565, 1), 0.15s transform cubic-bezier(0.1, 1.26, 0.83, 1);
  opacity: 1;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  left: 24px;
}

.dropshadow {
  box-shadow: 4px 4px 8px rgb(241, 241, 241);
}

.dropshadow-pink {
  box-shadow: 4px 4px 8px rgb(249, 198, 202);
}

.Hbutton_AD {
  /*background-color: transparent;*/
  background-color: #04c8c8;
  border: #7ab0c4;

  border-style: solid;
  border-width: 1px;
  color: rgb(255, 255, 255);
  font-size: 14px;
  font-weight: 700;
  font-family: "Raleway", sans-serif;
  letter-spacing: 0.5px;
  height: 34px;
  padding: 4px 30px;
}

.Hbutton_AD:hover {
  /*background-color: transparent;*/
  background-color: #7ab0c4;

}

a.btn_1,
.btn_1 {
  border: none;
  color: #fff;
  background: #04c8c8;
  outline: none;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  padding: 15px 30px !important;
  color: #fff;
  font-weight: 600;
  text-align: center;
  line-height: 1;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-border-radius: 11px;
  -moz-border-radius: 11px;
  -ms-border-radius: 11px;
  border-radius: 4px;
}

a.btn_1:hover,
.btn_1:hover {
  background: #2ad0d0;
  color: #fff;
  outline: none;
}

a.btn_1.full-width,
.btn_1.full-width {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 5px;
  min-width: 195px;
}

a.btn_1.full-width.purchase,
.btn_1.full-width.purchase {
  background-color: #32a067;
}

a.btn_1.full-width.purchase:hover,
.btn_1.full-width.purchase:hover {
  background-color: #0054a6;
}

a.btn_1.full-width.wishlist,
.btn_1.full-width.wishlist {
  border-color: #555;
  color: #555;
}

a.btn_1.medium,
.btn_1.medium {
  font-size: 16px;
  font-size: 1rem;
  padding: 18px 40px;
}

a.btn_1.rounded,
.btn_1.rounded {
  -webkit-border-radius: 25px !important;
  -moz-border-radius: 25px !important;
  -ms-border-radius: 25px !important;
  border-radius: 25px !important;
}

a.btn_1.outline,
.btn_1.outline {
  border: 2px solid #04c8c8;
  color: #04c8c8;
  padding: 11px 40px;
  background: none;
}

a.btn_1.outline:hover,
.btn_1.outline:hover {
  background: #1d1d1f;
  color: #fff;
  border-color: #ffffff;
}

a.btn_1.outline:focus,
.btn_1.outline:focus {
  outline: none;
}




/* button black */

a.btn_black,
.btn_black {
  border: none;
  color: #fff;
  background: #000000;
  outline: none;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  padding: 15px 30px !important;
  color: #fff;
  font-weight: 600;
  text-align: center;
  line-height: 1;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

a.btn_black:hover,
.btn_black:hover {
  background: #111111;
  color: #fff;
}

a.btn_black.full-width,
.btn_black.full-width {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 5px;
}

a.btn_black.full-width.purchase,
.btn_black.full-width.purchase {
  background-color: #32a067;
}

a.btn_black.full-width.purchase:hover,
.btn_black.full-width.purchase:hover {
  background-color: #0054a6;
}

a.btn_black.full-width.wishlist,
.btn_black.full-width.wishlist {
  border-color: #555;
  color: #555;
}

a.btn_black.medium,
.btn_black.medium {
  font-size: 16px;
  font-size: 1rem;
  padding: 18px 40px;
}

a.btn_black.rounded,
.btn_black.rounded {
  -webkit-border-radius: 25px !important;
  -moz-border-radius: 25px !important;
  -ms-border-radius: 25px !important;
  border-radius: 25px !important;
}

a.btn_black.outline,
.btn_black.outline {
  border: 2px solid #04c8c8;
  color: #04c8c8;
  padding: 11px 40px;
  background: none;
}

a.btn_black.outline:hover,
.btn_black.outline:hover {
  background: #1d1d1f;
  color: #fff;
  border-color: #ffffff;
}

a.btn_black.outline:focus,
.btn_black.outline:focus {
  outline: none;
}


/* button grey */

a.btn_grey,
.btn_grey {
  border: none;
  color: #fff;
  background: #c9c9c9;

}

a.btn_grey:hover,
.btn_grey:hover {
  background: #676767;
  color: #fff;
}

a.btn_grey.full-width,
.btn_grey.full-width {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 5px;
}

a.btn_grey.full-width.purchase,
.btn_grey.full-width.purchase {
  background-color: #32a067;
}

a.btn_grey.full-width.purchase:hover,
.btn_grey.full-width.purchase:hover {
  background-color: #0054a6;
}

a.btn_grey.full-width.wishlist,
.btn_grey.full-width.wishlist {
  border-color: #555;
  color: #555;
}

a.btn_grey.medium,
.btn_grey.medium {
  font-size: 16px;
  font-size: 1rem;
  padding: 18px 40px;
}

a.btn_grey.rounded,
.btn_grey.rounded {
  -webkit-border-radius: 25px !important;
  -moz-border-radius: 25px !important;
  -ms-border-radius: 25px !important;
  border-radius: 25px !important;
}

a.btn_grey.outline,
.btn_grey.outline {
  border: 2px solid #04c8c8;
  color: #04c8c8;
  padding: 11px 40px;
  background: none;
}

a.btn_grey.outline:hover,
.btn_grey.outline:hover {
  background: #1d1d1f;
  color: #fff;
  border-color: #ffffff;
}

a.btn_grey.outline:focus,
.btn_grey.outline:focus {
  outline: none;
}

.closebt {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  position: absolute;
  font-size: 24px;
  font-size: 1.5rem;
  top: 10px;
  right: 15px;
  color: #fff;
  opacity: 0.6;
  width: 30px;
  height: 30px;
}

.closebt:hover {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  opacity: 1;
}

.btn_home_align {
  text-align: right;
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  .btn_home_align {
    text-align: center;
    margin-bottom: 25px;
  }
}

a.btn_map {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  padding: 8px 12px 8px 12px;
  line-height: 1;
  margin-bottom: 5px;
  display: inline-block;
  border: 1px solid rgba(0, 0, 0, 0.08);
  font-weight: 600;
  font-size: 12px;
  font-size: 0.75rem;
  color: rgba(0, 0, 0, 0.5);
}

a.btn_map:hover {
  color: #04c8c8;
}

a.btn_map:before {
  font-family: 'ElegantIcons';
  content: "\e081";
  display: inline-block;
  margin-right: 5px;
}

a.btn_map_in,
.btn_map_in {
  border: none;
  color: #fff;
  background: #04c8c8;
  outline: none;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  padding: 15px 30px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
  display: inline-block;
  line-height: 1;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

a.btn_map_in:hover,
.btn_map_in:hover {
  background: #0054a6;
  color: #fff;
}

/*-------- 1.3 Structure --------*/

/* Header */
header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 70px;
  padding: 10px 88px;
  z-index: 1000;
  /* border-bottom: 1px solid rgba(255, 255, 255, 0);*/

}

header.header.opacity {
  border-bottom: 1px solid rgba(255, 255, 255, 0);

}

header.header.white {
  /* border-bottom: 1px solid #fbfbfd;
  background-color: #fbfbfd; */
  border-bottom: 1px solid var(--bs-page-bg);
  background-color: var(--bs-page-bg);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);

}

@media (max-width: 767px) {
  header {
    padding: 15px 15px 5px 15px;
    height: 50px;
  }
}

header.header .logo_sticky {
  display: none;
}

header.header.sticky {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-bottom: 1px solid #efefef;
  background-color: rgba(255, 255, 255, 0.9);
  /*padding: 15px 20px;*/
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
}

@media (max-width: 991px) {
  header.header {
    padding: 15px 15px 5px 15px;
  }
}

@media (max-width: 991px) {
  header.header.sticky {
    padding: 15px 15px 5px 15px;
  }
}

header.header.sticky .logo_normal {
  display: none;
}

header.header.sticky .logo_sticky {
  display: inline-block;
}

ul#top_menu {
  float: right;
  margin: 4px 40px 0 30px;
  padding: 0px;
  font-size: 13px;
  font-size: 0.8125rem;

}

.topform {
  float: left;
  width: 100px;
  height: 24px;
  padding: 0px;
  font-size: 13px;
  font-size: 0.8125rem;

}

@media (max-width: 991px) {
  ul#top_menu {
    margin: -2px 0 0 10px;
  }
}

ul#top_menu li {
  float: left;
  margin: 0;
  line-height: 1;
  margin-right: 15px;
}

ul#top_menu .white li {
  color: #444;
}

ul#top_menu .opacity li {
  color: #fff;
}

ul#top_menu li:last-child {
  margin-right: 0;
  position: relative;
  top: 0;
}

@media (max-width: 991px) {
  ul#top_menu li {
    margin: 0 0 0 10px;
  }
}

@media (max-width: 767px) {
  ul#top_menu li:first-child {
    display: none;
  }
}

ul#top_menu li a {
  color: #fff;
}

ul#top_menu li a:hover {
  color: #fff;
  opacity: 0.7;
}

.redicon {
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 600;
  width: 9px;
  height: 9px;
  display: block;
  background-color: #fb4d66;
  color: #fff;
  position: absolute;
  /*border: 3px solid rgba(255, 255, 255, 0.9);*/
  top: 7px;
  left: 26px;
  text-align: center;
  line-height: 17px !important;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  margin: 0;
  padding: 0;
}


.redicon_submenu {
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 600;
  min-width: 32px;
  height: 24px;
  display: block;
  background-color: #f2f2f2;
  font-style: normal;
  color: #69777a;
  position: absolute;
  top: 10px;
  /*left: 12px;*/
  right: 12px;
  text-align: center;
  line-height: 17px !important;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  margin: 0;
  padding: 3px;
}

.right_submenu {
  font-size: 12px;
  font-weight: 600;
  min-width: 32px;
  height: 24px;
  display: block;
  font-style: normal;
  color: #69777a;
  position: absolute;
  top: 20px;
  /*left: 12px;*/
  right: 12px;
  text-align: center;
  line-height: 17px !important;

  margin: 0;
  padding: 3px;
}

.left_submenu {
  top: 5px;
  position: relative;
}

/* round number */
ul#top_menu li a.login,
ul#top_menu li a.wishlist_bt_top,
ul#top_menu li a.message_bt_top {
  display: block;
  width: 22px;
  height: 23px;
  position: relative;
  top: 8px;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

@media (max-width: 991px) {

  ul#top_menu li a.login,
  ul#top_menu li a.wishlist_bt_top,
  ul#top_menu li a.message_bt_top {
    top: 2px;
    color: #444;
  }
}

ul#top_menu li a.login:before,
ul#top_menu li a.wishlist_bt_top:before,
ul#top_menu li a.message_bt_top:before {
  font-family: 'Glyphter';
  font-size: 21px;
  font-size: 1.3125rem;

  color: rgb(114, 114, 114);
  text-indent: 0;
  position: absolute;
  left: 0;
  top: 0;
  font-weight: normal;
  line-height: 1;
}

ul#top_menu li a.login.opacity:before,
ul#top_menu li a.wishlist_bt_top.opacity:before,
ul#top_menu li a.message_bt_top.opacity:before {
  font-family: 'Glyphter';
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: bold;
  color: #fff;
  text-indent: 0;
  position: absolute;
  left: 0;
  top: 0;
  font-weight: normal;
  line-height: 1;
}


.sticky ul#top_menu li a.login:before,
.sticky ul#top_menu li a.wishlist_bt_top:before,
.sticky ul#top_menu li a.message_bt_top:before {
  color: #444;
}






ul#top_menu li a.login {
  text-indent: -9999px;
  overflow: hidden;
}

ul#top_menu li a.login:before {
  content: '\0047';
}


ul#top_menu li a.wishlist_bt_top {
  top: 6px;
}

@media (max-width: 991px) {
  ul#top_menu li a.wishlist_bt_top {
    top: 0;
  }
}

ul#top_menu li a.wishlist_bt_top:before {
  content: '\e900';
}

ul#top_menu li a.wishlist_bt_top strong {
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 600;
  width: 15px;
  height: 15px;
  display: block;
  background-color: #04c8c8;
  color: #fff;
  position: relative;
  bottom: -15px;
  right: -8px;
  text-align: center;
  line-height: 17px !important;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  margin: 0;
  padding: 0;
}

ul#top_menu li a.message_bt_top {
  top: 6px;
}

@media (max-width: 991px) {
  ul#top_menu li a.message_bt_top {
    top: 0;
  }
}

ul#top_menu li a.message_bt_top:before {
  content: '\e907';
}

ul#top_menu li a.message_bt_top strong {
  font-size: 11px;
  font-size: 0.6875rem;

  width: 15px;
  height: 15px;
  display: block;
  background-color: #04c8c8;
  color: #fff;
  position: relative;
  bottom: -15px;
  right: -8px;
  text-align: center;
  line-height: 17px !important;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  margin: 0;
  padding: 0;
}



ul#top_menu li a.logged {
  display: block;
  width: 25px;
  height: 25px;
  position: relative;
  overflow: hidden;
  top: 6px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

ul#top_menu li a.logged img {
  width: 26px;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (max-width: 991px) {
  ul#top_menu li a.logged {
    top: 0;
  }
}

/* Dropdown user logged */
.dropdown-user .dropdown-menu {
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  min-width: 0;
  padding: 0;
  width: 150px;
  top: 160%;
  margin-left: -115px;
  font-weight: normal;
  text-shadow: none;
  text-transform: none !important;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.02);
  border-left: 1px solid rgba(0, 0, 0, 0.02);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 3px 2px 7px 1px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 3px 2px 7px 1px rgba(0, 0, 0, 0.08);
  box-shadow: 3px 2px 7px 1px rgba(0, 0, 0, 0.08);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  padding: 0;
}

.dropdown-user .dropdown-menu:before {
  bottom: 100%;
  right: 10%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #fff;
  border-width: 7px;
  margin-left: -7px;
}

.dropdown-user .dropdown-menu ul {
  padding: 0;
  margin: 0 !important;
  list-style: none;
}

.dropdown-user .dropdown-menu ul li {
  border-bottom: 1px solid #ededed;
  margin: 0;
  width: 100%;
  margin-bottom: 15px;
  display: inline-block;
  font-size: 13px;
  font-size: 0.8125rem;
}

@media (max-width: 991px) {
  .dropdown-user .dropdown-menu ul li {
    margin: 0 !important;
  }
}

.dropdown-user .dropdown-menu ul li a {
  color: #444 !important;
  padding: 15px 8px 15px 8px;
  display: block;
}

.dropdown-user .dropdown-menu ul li a:hover {
  color: #04c8c8 !important;
  opacity: 1 !important;
  padding-left: 15px;
}

.dropdown-user .dropdown-menu ul li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .dropdown-user .dropdown-menu ul li:first-child {
    display: block !important;
  }
}

header.sticky .hamburger-inner,
header.sticky .hamburger-inner::before,
header.sticky .hamburger-inner::after {
  background-color: #444;
}

header.opacity .hamburger-inner,
header.opacity .hamburger-inner::before,
header.opacity .hamburger-inner::after {
  background-color: #444;
}

header .hamburger-inner,
header .hamburger-inner::before,
header .hamburger-inner::after {
  background-color: #444;
}

#logo {
  float: left;
  margin-top: 9px;
}

#logo .logo_mobile {
  display: none;

}

#logo .search_mobile {
  display: none;

}

@media (max-width: 991px) {
  #logo {
    float: none;
    position: absolute;
    top: 0;
    left: 30px;
    width: 100%;

    margin-top: 0px;
  }


  #logo .logo_mobile {
    display: block;
    float: none;
    position: absolute;
    top: 15px;

    left: calc(50% - 70px);


    margin-top: 0px;


  }

  #logo .search_mobile {
    display: block;
    float: none;
    position: absolute;
    top: 5px;
    right: 45px;


    margin-top: 0px;


  }

  #logo .logo_normal {
    display: none;

  }

  #logo .logo_sticky {
    display: none;

  }
}



.search {
  width: 344px;
  position: relative;
  display: flex;

  border: none;
}

@media (max-width: 991px) {
  .header .wrap {
    position: absolute;
    width: 270px;
    text-align: center;

    top: 27px;

  }

  .header .wrap .searchTerm {
    width: 230px;
  }

  .search {
    width: 270px;
    position: relative;
    display: flex;

    border: none;
  }

  .header .
}



.searchTerm {
  width: 280px;
  border-radius: 0 24px 24px 0;
  border: 1px solid #fff;
  padding: 5px;
  height: 42px;
  outline: none;
  color: #1d1d1f;
  border-left: none;
  background-color: #ffffff;
  padding-top: 5px;
  font-size: 16px;
}

.searchTerm:focus {
  color: #1d1d1f;

}

.searchTermType {
  border-radius: 0 14px 0 0;
}

.searchButton {
  width: 44px;
  height: 42px;
  text-align: center;
  color: #1d1d1f;
  border-radius: 24px 0 0 24px;
  cursor: pointer;
  font-size: 18px;
  border-right: none;
  padding-top: 6px;
  padding-left: 6px;
}

.searchButtonType {
  border-radius: 14px 0 0 0;
}

/*Resize the wrap to see the search bar change!*/
.wrap {
  width: 300px;
  position: absolute;
  top: 34px;
  left: 50%;
  transform: translate(-50%, -50%);
}

.special .list-group-item:first-child {
  border-top-right-radius: 6px !important;
  border-top-left-radius: 6px !important;
}



.special .list-group-item:last-child {
  border-bottom-right-radius: 6px !important;
  border-bottom-left-radius: 6px !important;
  margin-bottom: 0.5rem !important;
}

.special {
  -webkit-box-shadow: 19px 26px 46px -13px rgba(255, 1, 1, 0.1);
  -moz-box-shadow: 19px 26px 46px -13px rgba(165, 71, 71, 0.1);
  box-shadow: 19px 26px 46px -13px rgba(0, 0, 0, 0.10);
  border-bottom-right-radius: 14px !important;
  border-bottom-left-radius: 14px !important;
  background-color: #fff;
  border-top: 1px solid #f3f4f5;
}

.searchlist {
  background-color: #ffffff;
  border: 0px solid #fff;
  color: #424242;
  border-radius: 6px 6px 6px 6px;
}

.searchlist:hover {
  background-color: #fbfbfd;

}

.clickable {
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1;
}







/*start of feed profile */


.profile {
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.profile::after {
  content: "";
  display: block;
  clear: both;
}

.profile-image {
  float: left;
  /*width: calc(50%);*/
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 3rem;


}

.profile-image img {
  border-radius: 50%;
}

.profile-user-settings,
.profile-stats,
.profile-bio {
  float: left;
  width: calc(75%);
}

.profile-user-settings {
  margin-top: 1.1rem;
}

.profile-user-name {
  display: inline-block;
  font-size: 1rem;
  font-weight: 300;
}

.profile-edit-btn {
  font-size: 1rem;
  line-height: 1.8;
  border: 0.1rem solid #dbdbdb;
  border-radius: 0.3rem;
  padding: 0 2.4rem;
  margin-left: 2rem;
}

.profile-settings-btn {
  font-size: 1rem;
  margin-left: 1rem;
}

.profile-stats {
  margin-top: 2.3rem;
}

.profile-stats ul {
  margin: 0;
}


.profile-stats li {
  display: inline-block;
  font-size: 1rem;
  line-height: 1.5;
  margin-right: 2rem;
  cursor: pointer;
}

.profile-stats li:last-of-type {
  margin-right: 0;
}

.profile-bio {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 1rem;
}

.profile-real-name,
.profile-stat-count,
.profile-stat-followed,
.profile-edit-btn {
  font-weight: 600;
}


/* Media Query */

@media screen and (max-width: 966px) {
  .profile {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0;
    margin-top: 0;
    margin-bottom: 0px;
  }

  .profile::after {
    display: none;
  }

  .profile-image,
  .profile-user-settings,
  .profile-bio,
  .profile-stats {
    float: none;
    width: auto;
  }

  .profile-image img {
    width: 7.7rem;
  }

  .profile-user-settings {
    flex-basis: calc(100% - 10.7rem);
    display: flex;
    flex-wrap: wrap;
    margin-top: 1rem;
  }

  .profile-user-name {
    font-size: 1rem;
  }

  .profile-edit-btn {
    order: 1;
    padding: 0;
    text-align: center;
    margin-top: 1rem;
  }

  .profile-edit-btn {
    margin-left: 0;
  }

  .profile-bio {
    font-size: 1.4rem;
    margin-top: 1.5rem;
  }

  .profile-edit-btn,
  .profile-bio,
  .profile-stats {
    flex-basis: 100%;
  }

  .profile-stats {
    order: 1;
    margin-top: 1rem;
  }


  .profile-stats ul {
    display: flex;
    text-align: center;
    padding: 1.2rem 0;
    border-top: 0.1rem solid #dadada;
    border-bottom: 0.1rem solid #dadada;
  }

  .profile-stats li {
    font-size: 1rem;
    flex: 1;
    margin: 0;
  }

  .profile-stat-count {
    display: block;
  }

  .profile-stat-followed {
    display: block;
  }
}



/*

The following code will only run if your browser supports CSS grid.

Remove or comment-out the code block below to see how the browser will fall-back to flexbox & floated styling. 

*/

@supports (display: grid) {
  .profile {
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-template-rows: repeat(3, auto);
    grid-column-gap: 1.5rem;
    align-items: center;
  }

  .profile-image {
    grid-row: 1 / -1;
  }



  .profile-image,
  .profile-user-settings,
  .profile-stats,
  .profile-bio {
    width: auto;
    margin: 0;
  }

  @media (max-width: 996px) {
    .profile {
      grid-template-columns: auto 1fr;
      grid-row-gap: 1rem;
      width: 100%;
    }

    .profile-image {
      grid-row: 1 / 2;
    }

    .profile-user-settings {
      display: grid;
      grid-template-columns: auto 1fr;
      grid-gap: 1rem;
    }

    .profile-edit-btn,
    .profile-stats,
    .profile-bio {
      grid-column: 1 / -1;
    }

    .profile-user-settings,
    .profile-edit-btn,
    .profile-settings-btn,
    .profile-bio,
    .profile-stats {
      margin: 0;
    }
  }
}



/*end


START OF FEED PROFILE CLASS*/


.card {
  /*width: 400px;
  border: none;
  border-radius: 10px;
   
  background-color: #fff;*/

}



.stats {

  background: #f2f5f8 !important;

  color: #1d1d1f !important;
}

.articles {
  font-size: 10px;
  color: #a1aab9;
}

.number1 {
  font-weight: 500;
}

.followers {
  font-size: 10px;
  color: #a1aab9;

}

.number2 {
  font-weight: 500;
}

.rating {
  font-size: 10px;
  color: #a1aab9;
}

.number3 {
  font-weight: 500;
}

.followbutton {
  background-color: #04c8c8;
  border: #7ab0c4;
}

.followbutton:hover {
  background-color: #55a4b8;
  border: #7ab0c4;
}

/*END OF FEED PROFILE */


.hero_in {
  width: 100%;
  height: 150px;
  position: relative;
  overflow: hidden;
  text-align: center;
  color: #fff;
  margin-top: 80px;
}

@media (max-width: 767px) {
  .hero_in {
    height: 130px;
    margin-top: 50px;
  }
}

.hero_in.general:before {
  /*background: url(../img/draw/undraw_navigator_a479.svg) center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;*/
  background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
  background-size: 100% 100%;
  animation: gradient 15s ease infinite;
  height: 100%;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.hero_in.general .wrapper {
  background-color: black;
  background-color: rgba(0, 0, 0, 0);
}

.hero_in.tours:before {
  /*background: url(../img/hero_in_bg_1.jpg) center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;*/
  background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
  background-size: 400% 400%;
  animation: gradient 15s ease infinite;
  height: 100vh;
}

.hero_in.tours .wrapper {
  background-color: black;
  background-color: rgba(0, 0, 0, 0.6);
}

.hero_in.hotels:before {
  background: url(../img/hero_in_bg_4.jpg) center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.hero_in.hotels .wrapper {
  background-color: black;
  background-color: rgba(0, 0, 0, 0.6);
}

.hero_in.restaurants:before {
  /* background: url(../img/draw/undraw_posting_photo_v65l.svg) center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;*/
  /* background: linear-gradient(-45deg, #04c8c8, #3698b1, #23a6d5, #e73c7e);
	background-size: 400% 400%;
	animation: gradient 15s ease infinite; */
  height: 200px;
}

.hero_in.restaurants .wrapper {
  /* background: linear-gradient(-45deg, #04c8c8, #3698b1, #23a6d5, #e73c7e);
	background-size: 400% 400%;
	animation: gradient 15s ease infinite; */
  height: 200px;

}

.hero_in.tours_detail {
  height: 550px;
}

@media (max-width: 575px) {
  .hero_in.tours_detail {
    height: 500px;
  }
}

.hero_in.tours_detail:before {
  background: url(../img/hero_in_tours_detail.jpg) center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.hero_in.tours_detail .wrapper {
  background-color: black;
  background-color: rgba(0, 0, 0, 0.6);
}

.hero_in.hotels_detail {
  height: 400px;
}

@media (max-width: 575px) {
  .hero_in.hotels_detail {
    height: 400px;
  }
}

.hero_in.hotels_detail:before {
  /*background: url(../img/hero_in_hotels_detail.jpg) center center no-repeat;*/
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.hero_in.hotels_detail .wrapper {
  background-color: black;
  background-color: rgba(0, 0, 0, 0.6);
}

.hero_in.restaurants_detail {
  height: 550px;
}

@media (max-width: 575px) {
  .hero_in.restaurants_detail {
    height: 500px;
  }
}

.hero_in.restaurants_detail:before {
  background: url(../img/hero_in_restaurants_detail.jpg) center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.hero_in.restaurants_detail .wrapper {
  background-color: black;
  background-color: rgba(0, 0, 0, 0.6);
}

.hero_in.contacts:before {
  background: url(../img/hero_in_bg_3.jpg) center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.hero_in.contacts .wrapper {
  background-color: black;
  background-color: rgba(0, 0, 0, 0.6);
}

.hero_in:before {
  animation: pop-in 5s 0.3s cubic-bezier(0, 0.5, 0, 1) forwards;
  content: "";
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.hero_in .wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.hero_in .wrapper h1 {

  font-size: 58px;
  line-height: 1.0555555556;
  font-weight: 700;
  letter-spacing: 0em;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  position: absolute;
  width: 100%;
  margin-top: 0;
  text-align: left;
  background: #1d1d1f;
  background-clip: border-box;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0;
  padding-bottom: .1em;
  letter-spacing: -0.04em;
  /* text-transform: uppercase;
  font-weight: 700; */

}

@media (max-width: 767px) {
  .hero_in .wrapper h1 {
    font-size: 32px;
    font-size: 2rem;
  }
}

.hero_in .wrapper h1 span {
  margin: auto;
  display: block;
}

.hero_in .wrapper p {
  font-weight: 300;
  margin-bottom: 0;
  font-size: 24px;
  font-size: 1.5rem;
}

.hero_in .wrapper p strong {
  font-weight: 600;
}

.hero_in a.btn_photos {
  position: absolute;
  left: 20px;
  bottom: 20px;
  background-color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
  line-height: 1;
  padding: 10px 15px;
  color: #444;
  font-weight: 500;
}

.hero_in a.btn_photos:hover {
  color: #04c8c8;
}

/* Animations */
@keyframes pop-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
}

/* Delays */
.hero_in h1 {
  animation-delay: 0.8s;
  -webkit-animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
}

.hero_in p {
  animation-delay: 1.5s;
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  animation-duration: 0.3s;
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
}

/* Main */
main {
  /* background-color: #f8f8f8; */
  /* background-color: #fbfbfd; */
  position: relative;
  z-index: 1;
}

.main_about {
  /* Main */

  background-color: #F3F6F9;


}

/* Footer */
footer {
  background-color: #151515;
  color: #fbfbfb;
  color: rgba(255, 255, 255, 0.7);
}

footer h5 {
  color: #fff;
  margin: 25px 0;
  font-size: 18px;
  font-size: 1.125rem;
}

@media (max-width: 575px) {
  footer h5 {
    margin: 25px 0 10px 0;
  }
}

footer ul li {
  margin-bottom: 5px;
}

footer ul li a {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  position: relative;
  color: #fff;
  opacity: 0.7;
}

footer ul li a:hover {
  color: #04c8c8;
  opacity: 1;
}

footer ul li a i {
  margin-right: 10px;
  color: #fff;
}

footer ul.links li a:hover {
  -webkit-transform: translate(5px, 0);
  -moz-transform: translate(5px, 0);
  -ms-transform: translate(5px, 0);
  -o-transform: translate(5px, 0);
  transform: translate(5px, 0);
}

footer ul.links li a:hover:after {
  opacity: 1;
  color: #04c8c8;
}

footer ul.links li a:after {
  font-family: 'ElegantIcons';
  content: "\24";
  position: absolute;
  margin-left: 5px;
  top: 1px;
  opacity: 0;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

footer ul.contacts li a i {
  margin-right: 10px;
}

footer hr {
  opacity: 0.1;
}

footer #copy {
  text-align: right;
  font-size: 13px;
  font-size: 0.8125rem;
  opacity: 0.7;
}

@media (max-width: 767px) {
  footer #copy {
    text-align: left;
    margin: 5px 0 20px 0;
  }
}

/* Newsletter footer*/
#newsletter .form-group {
  position: relative;
}

#newsletter .loader {
  position: absolute;
  right: -20px;
  top: 11px;
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
}

#newsletter h6 {
  color: #fff;
  margin: 15px 0 15px 0;
}

#newsletter .form-group {
  position: relative;
}

#newsletter input[type='email'] {
  border: 0;
  height: 40px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  padding-left: 15px;
  font-size: 14px;
  font-size: 0.875rem;
  background-color: #f3f3f3;
  background-color: rgba(255, 255, 255, 0.06);
  color: #fff;
}

#newsletter input[type='email']:focus {
  border: 0;
  box-shadow: none;
}

#newsletter input[type='submit'] {
  position: absolute;
  right: 0;
  color: #fff;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 600;
  top: 0;
  border: 0;
  padding: 0 12px;
  height: 40px;
  cursor: pointer;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  -ms-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  background-color: #04c8c8;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  outline: none;
}

#newsletter input[type='submit']:hover {
  background-color: #FFC107;
  color: #222;
}

.follow_us {
  font-family: "Poppins", Helvetica, sans-serif;
  margin-top: 15px;
  animation-delay: 1.1s;
  -webkit-animation-delay: 1.1s;
  -moz-animation-delay: 1.1s;
}

.follow_us h5 {
  color: #fff;
}

.follow_us ul li {
  font-family: "Poppins", Helvetica, sans-serif;
  display: inline-block;
  margin-right: 10px;
  font-size: 20px;
  font-size: 1.25rem;
}

.follow_us ul li:first-child {
  font-family: "Poppins", Helvetica, sans-serif;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 2px;
  font-size: 13px;
  font-size: 0.8125rem;
}

.follow_us ul li a {
  font-family: "Poppins", Helvetica, sans-serif;
  color: #fff;
  opacity: 0.7;
}

.follow_us ul li a:hover {
  opacity: 1;
}

ul#footer-selector {
  margin: 0 0 0 0;
  padding: 0;
  list-style: none;
}

ul#footer-selector li {
  float: left;
  margin-right: 10px;
}

@media (max-width: 575px) {
  ul#footer-selector li:last-child {
    margin-top: 5px;
  }
}

/* Addtional links Footer */
ul#additional_links {
  margin: 0;
  padding: 8px 0 0 0;
  color: #555;
  font-size: 13px;
  font-size: 0.8125rem;
  float: right;
}

@media (max-width: 991px) {
  ul#additional_links {
    float: none;
    margin-top: 10px;
  }
}

ul#additional_links li {
  display: inline-block;
  margin-right: 15px;
}

ul#additional_links li:first-child {
  margin-right: 20px;
}

ul#additional_links li:last-child:after {
  content: "";
}

ul#additional_links li span {
  color: #fff;
  opacity: 0.5;
}

ul#additional_links li a {
  color: #fff;
  opacity: 0.5;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

ul#additional_links li a:hover {
  opacity: 1;
}

ul#additional_links li:after {
  content: "|";
  font-weight: 300;
  position: relative;
  left: 10px;
}

.styled-select {
  width: 100%;
  overflow: hidden;
  height: 30px;
  line-height: 30px;
  border: none;
  background-color: #f3f3f3;
  background-color: rgba(255, 255, 255, 0.05);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  padding-right: 35px;
  position: relative;
}

.styled-select#lang-selector:after {
  font-family: 'ElegantIcons';
  content: "\e0e2";
  color: #fff;
  position: absolute;
  right: 10px;
  top: 0;
}

.styled-select#currency-selector:after {
  font-family: 'ElegantIcons';
  content: "\33";
  color: #fff;
  position: absolute;
  right: 10px;
  top: 0;
}

.styled-select select {
  background: transparent;
  width: 110%;
  padding-left: 10px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  height: 30px;
  color: #ccc;
  font-size: 12px;
  font-size: 0.75rem;
  margin: 0;
  font-weight: 500;
  -moz-appearance: window;
  -webkit-appearance: none;
  cursor: pointer;
  outline: none;
}

.styled-select select:focus {
  color: #fff;
  outline: none;
  box-shadow: none;
}

.styled-select select::-ms-expand {
  display: none;
}

.styled-select#lang-selector select option {
  color: #555;
}

/* Wow on scroll event */
.wow {
  visibility: hidden;
}

/*============================================================================================*/
/* 2.  CONTENT */
/*============================================================================================*/
/*-------- 2.1 Home/front page--------*/
/* ------ jQuery FlexSlider v2.7.0 ----------- */
@font-face {
  font-family: 'flexslider-icon';
  src: url("fonts/flexslider-icon.eot");
  src: url("fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("fonts/flexslider-icon.woff") format("woff"), url("fonts/flexslider-icon.ttf") format("truetype"), url("fonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Resets */
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}

.slides,
.slides>li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

/* Base style */
.flexslider {
  margin: 0;
  padding: 0;
}

.flexslider .slides>li {
  display: none;
  -webkit-backface-visibility: hidden;
}

.flexslider .slides img {
  width: 100%;
  display: block;
}

.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .flexslider .slides {
  display: block;
}

* html .flexslider .slides {
  height: 1%;
}

.no-js .flexslider .slides>li:first-child {
  display: block;
}

/* Default theme */
.flexslider {
  margin: 0;
  background: #fff;
  position: relative;
  zoom: 1;
}

.flexslider .slides {
  zoom: 1;
}

.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

.carousel li {
  margin-right: 5px;
}

.flex-direction-nav {
  position: absolute;
  top: 45%;
  width: 100%;
  z-index: 99;
}

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.8);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 30px;
  display: inline-block;
  content: '\f001';
  color: rgba(255, 255, 255, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}

.flex-direction-nav a.flex-next:before {
  content: '\f002';
}

.flex-direction-nav .flex-next {
  text-align: right;
}

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 20px;
}

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 20px;
}

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #1d1d1f;
}

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}

.flex-pauseplay a:hover {
  opacity: 1;
}

.flex-pauseplay a.flex-play:before {
  content: '\f003';
}

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}

.flex-control-paging li a.flex-active {
  background: #1d1d1f;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

/* Custom theme */
#slider.flexslider li {
  position: relative;
}

#slider.flexslider li .meta {
  position: absolute;
  bottom: 35%;
  left: 60px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-weight: 500;
  z-index: 99;
  padding-right: 45px;
}

@media (max-width: 767px) {
  #slider.flexslider li .meta {
    left: 45px;
    bottom: auto;
    top: 50%;
  }
}

#slider.flexslider li h3 {
  font-size: 36px;
  font-size: 2.25rem;
  color: #fff;
}

@media (max-width: 767px) {
  #slider.flexslider li h3 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

#slider.flexslider li .info {
  display: flex;
  flex-direction: row;
}

#slider.flexslider li .info p {
  margin-right: 7px;
  font-size: 16px;
  font-size: 1rem;
}

@media (max-width: 767px) {
  #slider.flexslider li .info p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

#slider.flexslider li h3,
#slider.flexslider li .info p {
  -webkit-animation-duration: .6s;
  animation-duration: .6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

#slider.flexslider li .meta a {
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
  padding: 12px 20px;
}

#slider.flexslider li.flex-active-slide .meta h3,
#slider.flexslider li.flex-active-slide .meta .info p {
  -webkit-animation-delay: .4s;
  animation-delay: .4s;
  -webkit-animation-duration: .6s;
  animation-duration: .6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

#slider.flexslider li.flex-active-slide .meta a {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

#slider.flexslider li.flex-active-slide .meta .info p {
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}

.slider {
  position: relative;
}

#slider.flexslider {
  overflow: hidden;
}

#slider.flexslider .flex-direction-nav {
  opacity: 0;
  display: none;
}

#slider.flexslider ul.slides li {
  height: 650px;
  background-color: #1d1d1f;
}

@media (max-width: 1199px) {
  #slider.flexslider ul.slides li {
    height: 650px !important;
  }
}

@media (max-width: 767px) {
  #slider.flexslider ul.slides li {
    height: 500px !important;
  }
}

#slider.flexslider ul.slides li img {
  opacity: 0.5;
  width: 100%;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (max-width: 1199px) {
  #slider.flexslider ul.slides li img {
    height: 650px !important;
    width: auto;
  }
}

@media (max-width: 767px) {
  #slider.flexslider ul.slides li img {
    height: 500px !important;
    width: auto;
  }
}

/* Weather widget Docs at http://http://simpleweatherjs.com */
@font-face {
  font-family: 'weather';
  src: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.eot");
  src: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.eot?#iefix") format("embedded-opentype"), url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.woff") format("woff"), url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.ttf") format("truetype"), url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.svg#artill_clean_weather_iconsRg") format("svg");
  font-weight: normal;
  font-style: normal;
}

.weather i {
  color: #fff;
  font-family: weather;
  font-size: 21px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.0;
  text-transform: none;
}

.weathericon-0:before {
  content: ":";
}

.weathericon-1:before {
  content: "p";
}

.weathericon-2:before {
  content: "S";
}

.weathericon-3:before {
  content: "Q";
}

.weathericon-4:before {
  content: "S";
}

.weathericon-5:before {
  content: "W";
}

.weathericon-6:before {
  content: "W";
}

.weathericon-7:before {
  content: "W";
}

.weathericon-8:before {
  content: "W";
}

.weathericon-9:before {
  content: "I";
}

.weathericon-10:before {
  content: "W";
}

.weathericon-11:before {
  content: "I";
}

.weathericon-12:before {
  content: "I";
}

.weathericon-13:before {
  content: "I";
}

.weathericon-14:before {
  content: "I";
}

.weathericon-15:before {
  content: "W";
}

.weathericon-16:before {
  content: "I";
}

.weathericon-17:before {
  content: "W";
}

.weathericon-18:before {
  content: "U";
}

.weathericon-19:before {
  content: "Z";
}

.weathericon-20:before {
  content: "Z";
}

.weathericon-21:before {
  content: "Z";
}

.weathericon-22:before {
  content: "Z";
}

.weathericon-23:before {
  content: "Z";
}

.weathericon-24:before {
  content: "E";
}

.weathericon-25:before {
  content: "E";
}

.weathericon-26:before {
  content: "3";
}

.weathericon-27:before {
  content: "a";
}

.weathericon-28:before {
  content: "A";
}

.weathericon-29:before {
  content: "a";
}

.weathericon-30:before {
  content: "A";
}

.weathericon-31:before {
  content: "6";
}

.weathericon-32:before {
  content: "1";
}

.weathericon-33:before {
  content: "6";
}

.weathericon-34:before {
  content: "1";
}

.weathericon-35:before {
  content: "W";
}

.weathericon-36:before {
  content: "1";
}

.weathericon-37:before {
  content: "S";
}

.weathericon-38:before {
  content: "S";
}

.weathericon-39:before {
  content: "S";
}

.weathericon-40:before {
  content: "M";
}

.weathericon-41:before {
  content: "W";
}

.weathericon-42:before {
  content: "I";
}

.weathericon-43:before {
  content: "W";
}

.weathericon-44:before {
  content: "a";
}

.weathericon-45:before {
  content: "S";
}

.weathericon-46:before {
  content: "U";
}

.weathericon-47:before {
  content: "S";
}

#icon_drag_mobile {
  position: absolute;
  right: 20px;
  bottom: 20px;
  background: url(../img/drag_icon.svg) 0 0 no-repeat;
  width: 50px;
  height: 30px;
  opacity: 0.6;
  z-index: 99;
  display: none;
}

@media (max-width: 767px) {
  #icon_drag_mobile {
    display: block;
  }
}

#carousel_slider_wp {
  background: transparent;
  background: -webkit-linear-gradient(top, transparent, #1d1d1f);
  background: linear-gradient(to bottom, transparent, #1d1d1f);
  position: absolute;
  bottom: 0;
  z-index: 9;
  width: 100%;
  padding: 60px 60px 45px 60px;
}

@media (max-width: 767px) {
  #carousel_slider_wp {
    display: none;
  }
}

#carousel_slider.flexslider {
  overflow: hidden;
  background-color: transparent;
}

#carousel_slider.flexslider .flex-direction-nav {
  display: none;
}

#carousel_slider.flexslider ul.slides li {
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  background-color: #1d1d1f;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.5);
  overflow: hidden;
}

#carousel_slider.flexslider ul.slides li:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

#carousel_slider.flexslider ul.slides li img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 0.4;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#carousel_slider.flexslider ul.slides li .caption {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  width: 100%;
  height: 100%;
  padding: 20px;
  color: #fff;
}

#carousel_slider.flexslider ul.slides li .caption h3 {
  font-size: 21px;
  font-size: 1.3125rem;
  color: #fff;
  font-weight: 500;
}

#carousel_slider.flexslider ul.slides li .caption h3 span {
  margin: 3px 0 0 0;
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75rem;
}

#carousel_slider.flexslider ul.slides li .caption small {
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  position: absolute;
  bottom: 10px;
  left: 20px;
  display: block;
  width: 100%;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-transform: translate(0, 10px);
  -moz-transform: translate(0, 10px);
  -ms-transform: translate(0, 10px);
  -o-transform: translate(0, 10px);
  transform: translate(0, 10px);
}

#carousel_slider.flexslider ul.slides li .caption small strong {
  float: right;
  display: inline-block;
  text-align: right;
  margin: 0 40px 0 0;
  padding: 3px 0 0 0;
}

#carousel_slider.flexslider ul.slides li .caption small strong h6 {
  color: #fff;
  margin: 0;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
}

#carousel_slider.flexslider ul.slides li:hover .caption small {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

a#moveDown {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 9999;
  font-size: 32px;
  font-size: 2rem;
  color: #fff;
  animation-duration: 6s;
  -webkit-animation-duration: 6s;
  -moz-animation-duration: 6s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
}

/* Home video background*/
.header-video {
  /* The image used */
  background-image: url("../img/bg/1.jpg");

  /* Full height */
  height: 100%;
  width: 100%;
  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 991px) {
  .header-video {
    height: 620px !important;
  }
}

#hero_video {
  position: relative;
  background-size: cover;
  color: #fff;
  width: 100%;
  font-size: 16px;
  font-size: 1rem;
  height: 100%;
  z-index: 99;
  text-align: center;
  display: table;
}

#hero_video .wrapper {
  display: table-cell;
  vertical-align: middle;
}

#hero_video .wrapper h3 {
  color: #fff;
  font-size: 42px;
  font-size: 2.625rem;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 0;
  text-shadow: 4px 4px 12px rgba(0, 0, 0, 0.3);
}

@media (max-width: 767px) {
  #hero_video .wrapper h3 {
    font-size: 26px;
    font-size: 1.625rem;
    margin-top: 60px;
  }
}

@media (max-width: 575px) {
  #hero_video .wrapper h3 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

#hero_video .wrapper p {
  font-weight: 300;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.4;
  text-shadow: 4px 4px 12px rgba(0, 0, 0, 0.3);
}

#hero_video .wrapper p strong {
  font-weight: 600;
}

@media (max-width: 767px) {
  #hero_video .wrapper p {
    padding: 0;
    font-size: 14px;
    font-size: 0.875rem;
  }
}

/* video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 1;
} */



iframe {
  height: 100%;
  width: 100%;
}

/* video {
  width: 100%;
} */

.teaser-video {
  width: 100%;
  height: auto;
}

.header-video--media {
  width: 100%;
  height: auto;
}

@media (max-width: 1024px) {
  #hero_video {
    background: #ccc url(../img/home_section_1.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }

  #hero_video>div {
    background-color: black;
    background-color: rgba(0, 0, 0, 0.5);
  }

  .header-video {
    background: none;
  }
}

/* Home single hero */
.hero_single {
  width: 100%;
  position: relative;
  overflow: hidden;
  text-align: center;
  margin: 0;
  color: #fff;
}

.hero_single .wrapper {
  background-color: black;
  background-color: rgba(0, 0, 0, 0.8);
}

.hero_single.start_bg_zoom:before {
  animation: pop-in 6s 0.3s cubic-bezier(0, 0.5, 0, 1) forwards;
  content: "";
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.hero_single .wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.hero_single .wrapper h1 {
  font-family: 'Poppins', "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 0;
  text-align: center;
  font-size: 60px;
  font-weight: 300;
  color: #fff;
  /*font-size: 52px;
  font-size: 3.25rem;*/
  margin: 0;
  /*text-transform: uppercase;*/
  /*font-weight: 700;*/
}

.hero_single .wrapper h3 {
  font-family: 'Poppins', "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 0;
  text-align: center;
  font-size: 60px;
  font-weight: 300;
  color: #fff;
  /*font-size: 52px;
  font-size: 3.25rem;*/
  margin: 0;
  /*text-transform: uppercase;*/
  /*font-weight: 700;*/
}

@media (max-width: 767px) {
  .hero_single .wrapper h3 {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}

@media (max-width: 575px) {
  .hero_single .wrapper h3 {
    font-size: 23px;
    font-size: 1.4375rem;
  }
}

.hero_single .wrapper p {
  font-weight: 300;
  margin: 10px 0 0 0;
  padding: 0 20%;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.4;
}

.hero_single .wrapper p strong {
  font-weight: 600;
}

@media (max-width: 767px) {
  .hero_single .wrapper p {
    padding: 0;
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.hero_single.short {
  height: 600px;
}

.hero_single.version_2 {
  height: 100vh;
}

.hero_single.version_2:before {
  background: url(../img/bg/1.jpg) center center no-repeat;

  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.hero_single.version_2 .wrapper {
  background-color: black;
  background-color: rgba(0, 0, 0, 0.8);
}

.hero_single.version_2 .wrapper h3 {
  font-size: 42px;
  font-size: 2.625rem;
  text-shadow: 4px 4px 12px rgba(0, 0, 0, 0.3);
}

@media (max-width: 767px) {
  .hero_single.version_2 .wrapper h3 {
    font-size: 26px;
    font-size: 1.625rem;
    margin-top: 60px;
  }
}

@media (max-width: 575px) {
  .hero_single.version_2 .wrapper h3 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.hero_single.version_2 .wrapper p {
  font-weight: 400;
  margin: 5px 0 0 0;
  padding: 0;
  font-size: 21px;
  font-size: 1.3125rem;
  text-shadow: 4px 4px 12px rgba(0, 0, 0, 0.3);
}

.hero_single.version_2 .wrapper p strong {
  font-weight: 600;
}

@media (max-width: 767px) {
  .hero_single.version_2 .wrapper p {
    padding: 0;
    font-size: 14px;
    font-size: 0.875rem;
  }
}

#custom-search-input {
  padding: 0;
  width: 600px;
  margin: 20px auto 0;
  position: relative;
}

@media (max-width: 991px) {
  #custom-search-input {
    width: auto;
  }
}

#custom-search-input .search-query {
  width: 100%;
  height: 50px;
  padding-left: 20px;
  border: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  font-size: 16px;
  font-size: 1rem;
  color: #333;
}

#custom-search-input .search-query:focus {
  outline: none;
}

@media (max-width: 575px) {
  #custom-search-input .search-query {
    padding-left: 15px;
  }
}

#custom-search-input input[type='submit'] {
  position: absolute;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  right: -1px;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  font-size: 0.875rem;
  top: 0;
  border: 0;
  padding: 0 25px;
  height: 50px;
  cursor: pointer;
  outline: none;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  -ms-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  background-color: #04c8c8;
}

#custom-search-input input[type='submit']:hover {
  background-color: #FFC107;
  color: #222;
}

@media (max-width: 575px) {
  #custom-search-input input[type='submit'] {
    text-indent: -999px;
    background: #04c8c8 url(../img/search.svg) no-repeat center center;
  }
}

.custom-search-input-2 {
  background-color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  margin-top: 15px;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
}



@media (max-width: 991px) {
  .custom-search-input-2 {
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
}

.custom-search-input-2 input {
  border: 0;
  height: 50px;
  padding-left: 15px;
  border-right: 1px solid #d2d8dd;
  font-weight: 500;
}

@media (max-width: 991px) {
  .custom-search-input-2 input {
    border: none;
  }
}

.custom-search-input-2 input:focus {
  box-shadow: none;
  border-right: 1px solid #d2d8dd;
}

@media (max-width: 991px) {
  .custom-search-input-2 input:focus {
    border-right: none;
  }
}

.custom-search-input-2 select {
  display: none;
}

.custom-search-input-2 .nice-select .current {
  font-weight: 500;
  color: #6f787f;
}

.custom-search-input-2 .form-group {
  margin: 0;
}

@media (max-width: 991px) {
  .custom-search-input-2 .form-group {
    margin-bottom: 5px;
  }
}

.custom-search-input-2 i {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  font-size: 18px;
  font-size: 1.125rem;
  position: absolute;
  background-color: #fff;
  line-height: 50px;
  top: 0;
  right: 1px;
  padding-right: 15px;
  display: block;
  width: 20px;
  box-sizing: content-box;
  height: 50px;
  z-index: 9;
  color: #999;
}

@media (max-width: 991px) {
  .custom-search-input-2 i {
    padding-right: 10px;
  }
}

.custom-search-input-2 input[type='submit'] {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  font-size: 0.875rem;
  border: 0;
  padding: 0 25px;
  height: 50px;
  cursor: pointer;
  outline: none;
  width: 100%;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  -ms-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  background-color: #04c8c8;
  margin-right: -1px;
}

@media (max-width: 991px) {
  .custom-search-input-2 input[type='submit'] {
    margin: 20px 0 0 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
  }
}

.custom-search-input-2 input[type='submit']:hover {
  background-color: #7ab0c4;
  color: #222;
}

.custom-search-input-2.inner {
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}

@media (max-width: 991px) {
  .custom-search-input-2.inner {
    margin: 0 0 20px 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
}

.custom-search-input-2.inner-2 {
  margin: 0 0 20px 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: none;
}

.custom-search-input-2.inner-2 .form-group {
  margin-bottom: 10px;
}

.custom-search-input-2.inner-2 input {
  border: 1px solid #ededed;
}

.custom-search-input-2.inner-2 input[type='submit'] {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  margin-top: 10px;
}

.custom-search-input-2.inner-2 i {
  padding-right: 10px;
  line-height: 48px;
  height: 48px;
  top: 1px;
}

.custom-search-input-2.inner-2 .nice-select {
  border: 1px solid #ededed;
}

.panel-dropdown {
  position: relative;
  text-align: left;
  padding: 15px 10px 0 15px;
}

@media (max-width: 991px) {
  .panel-dropdown {
    background-color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    height: 50px;
  }
}

.panel-dropdown a {
  color: #727b82;
  font-weight: 500;
  transition: all 0.3s;
  display: block;
  position: relative;
}

.panel-dropdown a:after {
  font-family: 'ElegantIcons';
  content: "\33";
  font-size: 24px;
  font-size: 1.5rem;
  color: #999;
  font-weight: 500;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  right: 0;
  top: -8px;
}

.panel-dropdown.active a:after {
  transform: rotate(180deg);
}

.panel-dropdown .panel-dropdown-content {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  position: absolute;
  top: 58px;
  left: 0px;
  z-index: 99;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: 0 12px 35px 2px rgba(0, 0, 0, 0.12);
  padding: 15px 15px 0 15px;
  white-space: normal;
  width: 280px;
}

.panel-dropdown .panel-dropdown-content:after {
  bottom: 100%;
  left: 15px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #fff;
  border-width: 7px;
  margin-left: -7px;
}

.panel-dropdown .panel-dropdown-content.right {
  left: auto;
  right: 0;
}

.panel-dropdown .panel-dropdown-content.right:after {
  left: auto;
  right: 15px;
}

.panel-dropdown.active .panel-dropdown-content {
  opacity: 1;
  visibility: visible;
}

.qtyButtons {
  display: flex;
  margin: 0 0 13px 0;
}

.qtyButtons input {
  outline: 0;
  font-size: 16px;
  font-size: 1rem;
  text-align: center;
  width: 50px;
  height: 36px !important;
  color: #333;
  line-height: 36px;
  margin: 0 !important;
  padding: 0 5px !important;
  border: none;
  box-shadow: none;
  pointer-events: none;
  display: inline-block;
  border: none !important;
}

.qtyButtons label {
  font-weight: 500;
  line-height: 36px;
  padding-right: 15px;
  display: block;
  flex: 1;
  color: #727b82;
}

.qtyInc,
.qtyDec {
  width: 36px;
  height: 36px;
  line-height: 36px;
  font-size: 28px;
  font-size: 1.75rem;
  background-color: #f2f2f2;
  -webkit-text-stroke: 1px #f2f2f2;
  color: #333;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  font-family: 'ElegantIcons';
}

.qtyInc:before {
  content: "\4c";
}

.qtyDec:before {
  content: "\4b";
}

.qtyTotal {
  background-color: #66676b;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  line-height: 18px;
  text-align: center;
  position: relative;
  top: 0;
  left: 2px;
  height: 18px;
  width: 18px;
}

.rotate-x {
  animation-duration: .5s;
  animation-name: rotate-x;
}

@keyframes rotate-x {
  from {
    transform: rotateY(0deg);
  }

  to {
    transform: rotateY(360deg);
  }
}

/*Carousel home page*/
#reccomended {
  margin-top: 40px;
}

@media (max-width: 767px) {
  #reccomended {
    margin-top: 0;
  }
}

#reccomended .item {
  margin: 0 15px;
}

#reccomended .owl-item {
  opacity: 0.5;
  transform: scale(0.85);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(0.85, 0.85);
  transition: all 0.3s ease-in-out 0s;
  overflow: hidden;
}

#reccomended .owl-item.active.center {
  opacity: 1;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
  transform: scale(1);
}

#reccomended .owl-item.active.center .item .title h4,
#reccomended .owl-item.active.center .item .views {
  opacity: 1;
}

.owl-theme .owl-dots {
  margin-top: 10px !important;
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  .owl-theme .owl-dots {
    margin-top: 0 !important;
    margin-bottom: 20px;
  }
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #04c8c8 !important;
}

.owl-theme .owl-dots .owl-dot span {
  width: 13px !important;
  height: 13px !important;
}

a.box_news {
  position: relative;
  display: block;
  padding-left: 230px;
  color: #555;
  margin-bottom: 30px;
  min-height: 150px;
}

@media (max-width: 767px) {
  a.box_news {
    min-height: inherit;
    padding-left: 0;
  }
}

a.box_news figure {
  width: 200px;
  height: 150px;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
}

@media (max-width: 767px) {
  a.box_news figure {
    position: relative;
    width: auto;
  }
}

a.box_news figure img {
  width: 250px;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  -moz-transform: translate(-50%, -50%) scale(1.1);
  -ms-transform: translate(-50%, -50%) scale(1.1);
  -o-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media (max-width: 767px) {
  a.box_news figure img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
}

a.box_news figure figcaption {
  background-color: #FFC107;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  color: #fff;
  width: 60px;
  height: 60px;
  padding: 15px;
  line-height: 1;
}

a.box_news figure figcaption strong {
  display: block;
  font-size: 21px;
  font-size: 1.3125rem;
}

a.box_news h4 {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  a.box_news h4 {
    margin-bottom: 5px;
  }
}

a.box_news:hover img {
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}

a.box_news:hover h4 {
  color: #04c8c8;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a.box_news ul {
  margin: 0;
  padding: 10px 0 0 0;
}

@media (max-width: 767px) {
  a.box_news ul {
    padding: 0;
  }
}

a.box_news ul li {
  display: inline-block;
  font-weight: 600;
  text-transform: uppercase;
  color: #999;
  font-size: 12px;
  font-size: 0.75rem;
  margin-right: 5px;
}

a.box_news ul li:last-child {
  margin-right: 0;
}

a.box_news ul li:last-child:after {
  content: '';
  margin: 0;
}

a.box_news ul li:after {
  content: '-';
  margin: 0 0 0 10px;
}

a.grid_item {
  display: block;
  margin-bottom: 25px;
}

a.grid_item .info {
  position: absolute;
  width: 100%;
  z-index: 9;
  display: block;
  padding: 25px 20px 5px 20px;
  color: #fff;
  left: 0;
  bottom: 0;
  background: transparent;
  background: -webkit-linear-gradient(top, transparent, #1d1d1f);
  background: linear-gradient(to bottom, transparent, #1d1d1f);
  box-sizing: border-box;
}

a.grid_item .info .cat_star {
  font-size: 9px;
  font-size: 0.5625rem;
}

a.grid_item .info .cat_star i {
  color: #fff;
}

a.grid_item .info h3 {
  color: #fff;
  font-size: 21px;
  font-size: 1.3125rem;
}

a.grid_item .info p {
  color: #fff;
  margin-bottom: 0;
  font-size: 15px;
  font-size: 0.9375rem;
}

a.grid_item figure {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

@media (max-width: 767px) {
  a.grid_item figure {
    height: 350px !important;
  }
}

@media (max-width: 575px) {
  a.grid_item figure {
    height: 220px !important;
  }
}

a.grid_item figure .score {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 9;
}

a.grid_item figure small {
  position: absolute;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.6);
  left: 20px;
  top: 22px;
  text-transform: uppercase;
  color: #ccc;
  font-weight: 600;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  padding: 7px 10px 4px 10px;
  line-height: 1;
  z-index: 9;
}

a.grid_item figure img {
  width: 100%;
  height: auto;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

a.grid_item:hover figure img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.search_container {
  padding: 30px 0 15px 0;
  border-bottom: 1px solid #ededed;
}

/*-------- 2.2 About --------*/
a.box_feat {
  text-align: center;
  background: #fff;
  padding: 40px 30px 30px 30px;
  display: block;
  -moz-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  -webkit-box-shadow: 0px 3px 0px 0px #f0f2f4;
  -moz-box-shadow: 0px 3px 0px 0px #f0f2f4;
  box-shadow: 0px 3px 0px 0px #f0f2f4;
  color: #555;
  margin-bottom: 30px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
}

@media (max-width: 767px) {
  a.box_feat {
    padding: 20px 20px 0 20px;
  }
}

a.box_feat:hover {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-box-shadow: 0px 3px 0px 0px #ebedef;
  -moz-box-shadow: 0px 3px 0px 0px #ebedef;
  box-shadow: 0px 3px 0px 0px #ebedef;
}

a.box_feat i {
  font-size: 70px;
  font-size: 4.375rem;
  color: #32a067;
  margin-bottom: 10px;
}

a.box_feat h3 {
  font-size: 18px;
  font-size: 1.125rem;
}

#carousel {
  margin-top: 40px;
}

@media (max-width: 767px) {
  #carousel {
    margin-bottom: 30px;
  }
}

#carousel .item .title {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100%;
  z-index: 9;
}

#carousel .item .title h4 {
  background-color: #0054a6;
  background-color: #0054a6;
  display: inline-block;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -ms-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  color: #fff;
  padding: 10px 15px;
  margin: 0;
  font-size: 16px;
  font-size: 1rem;
  opacity: 0;
}

#carousel .item .title h4 em {
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 300;
  margin-top: 3px;
}

#carousel .item a {
  position: relative;
  display: block;
}

#carousel .owl-item {
  opacity: 0.5;
  transform: scale(0.85);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(0.85, 0.85);
  transition: all 0.3s ease-in-out 0s;
  overflow: hidden;
}

#carousel .owl-item.active.center {
  opacity: 1;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
  transform: scale(1);
}

#carousel .owl-item.active.center .item .title h4,
#carousel .owl-item.active.center .item .views {
  opacity: 1;
}

.margin-top-90 {
  margin-top: 120px;
}

@media (max-width: 991px) {


  .margin-top-90 {

    margin-top: 50px;
  }
}

.margin-top-70 {
  margin-top: 90px;
}

@media (max-width: 991px) {


  .margin-top-70 {

    display: none;
  }
}

/*-------- 2.3 Listing --------*/
.filters_listing {
  width: 100%;
  padding: 10px 0 5px 18px;
  /* background: #fff;
  border-bottom: 1px solid #ededed; */
  z-index: 999999 !important;
  position: relative;
  /* margin-top: 80px; */
  margin-top: 0px;

}

.filters_listing ul {
  margin: 0px 0px;
}

@media (max-width: 991px) {
  .filters_listing ul {
    margin: 0;
  }

  .filters_listing {

    margin-top: 36px;
  }
}

.filters_listing ul li {
  margin-right: 10px;
}

.filters_listing ul li:first-child {
  float: left;
}

.filters_listing ul li:nth-child(2) {
  float: right;
  margin-right: 0;
}

@media (max-width: 991px) {
  .filters_listing ul li:nth-child(2) {
    display: none;
  }
}

.filters_listing ul li:nth-child(3) {
  float: right;
}

@media (max-width: 991px) {
  .filters_listing ul li:nth-child(3) {
    margin-right: 0;
  }
}

.filters_listing2 {
  padding: 10px 0 5px 0;
  background: #fff;
  border-bottom: 1px solid #ededed;
  z-index: 999999 !important;
  position: relative;
}

.filters_listing2 ul {
  margin: 0 15px;
}






.score strong {
  background-color: #0054a6;
  color: #fff;
  line-height: 1;
  -webkit-border-radius: 5px 5px 5px 0;
  -moz-border-radius: 5px 5px 5px 0;
  -ms-border-radius: 5px 5px 5px 0;
  border-radius: 5px 5px 5px 0;
  padding: 10px;
  display: inline-block;
}

.score span {
  display: inline-block;
  position: relative;
  top: 7px;
  margin-right: 8px;
  font-size: 12px;
  font-size: 0.75rem;
  text-align: right;
  line-height: 1.1;
  font-weight: 500;
}

.score span em {
  display: block;
  font-weight: normal;
  font-size: 11px;
  font-size: 0.6875rem;
}

.wrapper-grid {
  padding: 0 20px;
}

.box_grid {
  background-color: #fff;
  display: block;
  position: relative;
  margin-bottom: 10px;
  /* -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1); */
}

.box_grid .price {
  display: inline-block;
  font-weight: 500;
  color: #999;
}

.box_grid .price strong {
  color: #32a067;
}

.box_grid a.wish_bt {
  position: absolute;
  font-size: 17px;
  text-shadow: 0 0 6px #747474;
  right: 15px;
  top: 15px;
  z-index: 1;
  /*background-color: black;
  background-color: rgba(0, 0, 0, 0.6);*/
  padding: 9px 10px;
  display: inline-block;
  color: #fff;
  line-height: 1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

.box_grid a.wish_bt:after {
  font-family: 'ElegantIcons';
  content: "\e030";
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.box_grid a.wish_bt.liked:after {
  /* content: "\e089"; */
  content: "\e030";
  /* color: #04c8c8; */
  color: rgb(255, 56, 92);
  text-shadow: none;
}

.box_grid a.wish_bt:hover.liked:after {
  color: #04c8c8;
}

.box_grid a.wish_bt:hover:after {
  content: "\e089";
  color: #fff;
}

.box_grid figure {
  margin-bottom: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
}

.box_grid figure small {
  position: absolute;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.6);
  left: 20px;
  top: 22px;
  text-transform: uppercase;
  color: #e6e6e6;
  font-weight: 600;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  padding: 7px 10px 4px 10px;
  line-height: 1;
}

.box_grid figure .read_more {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -12px;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  text-align: center;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  z-index: 2;
}

.box_grid figure .read_more span {
  background-color: #fcfcfc;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  display: inline-block;
  color: #222;
  font-size: 12px;
  font-size: 0.75rem;
  padding: 5px 10px;
}

.box_grid figure:hover .read_more {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.box_grid figure a img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  -moz-transform: translate(-50%, -50%) scale(1.1);
  -ms-transform: translate(-50%, -50%) scale(1.1);
  -o-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.box_grid figure a:hover img {
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}

.box_grid .wrapper {
  padding: px;
}

.box_grid .wrapper h3 {
  font-size: 20px;
  font-size: 1.25rem;
  margin-top: 0;
}

.box_grid ul {
  padding: 20px 15px;
  border-top: 1px solid #ededed;
}

.box_grid ul li {
  display: inline-block;
  margin-right: 15px;
}

.box_grid ul li .score {
  margin-top: -10px;
}

.box_grid ul li:last-child {
  margin-right: 0;
  float: right;
}

.cat_star i {
  margin-right: 2px;
  color: #FFC107;
}

.rating {
  color: #ccc;
}

.rating .voted {
  color: #FFC107;
}

.rating i {
  margin-right: 2px;
}

.box_list {
  background-color: #fff;
  display: block;
  position: relative;
  margin: 0 15px 30px 15px;
  min-height: 310px;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}

.box_list a.wish_bt {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 1;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.1);
  padding: 9px 10px;
  display: inline-block;
  color: #555;
  line-height: 1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

.box_list a.wish_bt:after {
  font-family: 'ElegantIcons';
  content: "\e030";
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.box_list a.wish_bt.liked:after {
  content: "\e089";
  color: #04c8c8;
}

.box_list a.wish_bt:hover.liked:after {
  color: #04c8c8;
}

.box_list a.wish_bt:hover:after {
  content: "\e089";
  color: #999;
}

.box_list figure {
  margin-bottom: 0;
  overflow: hidden;
  position: relative;
  min-height: 310px;
}

@media (max-width: 991px) {
  .box_list figure {
    min-height: 220px;
    max-height: 220px;
    height: 220px;
  }
}

.box_list figure small {
  position: absolute;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.6);
  right: 20px;
  top: 20px;
  text-transform: uppercase;
  color: #ccc;
  font-weight: 600;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  padding: 7px 10px 4px 10px;
  line-height: 1;
  z-index: 99;
}

@media (max-width: 991px) {
  .box_list figure small {
    right: 15px;
    top: 15px;
  }
}

@media (max-width: 991px) {
  .box_list figure {
    min-height: 220px;
    max-height: 220px;
    height: 220px;
  }
}

.box_list figure .read_more {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -12px;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  text-align: center;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  z-index: 2;
}

.box_list figure .read_more span {
  background-color: #fcfcfc;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  display: inline-block;
  color: #222;
  font-size: 12px;
  font-size: 0.75rem;
  padding: 5px 10px;
}

.box_list figure:hover .read_more {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.box_list figure a img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  -moz-transform: translate(-50%, -50%) scale(1.1);
  -ms-transform: translate(-50%, -50%) scale(1.1);
  -o-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: 320px;
  width: auto;
  max-width: none;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 991px) {
  .box_list figure a img {
    max-width: inherit;
    height: 460px;
    width: auto;
  }
}

@media (max-width: 767px) {
  .box_list figure a img {
    height: 350px;
  }
}

.box_list figure a:hover img {
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}

.box_list .wrapper {
  padding: 30px 30px 20px 30px;
  min-height: 245px;
}

@media (max-width: 991px) {
  .box_list .wrapper {
    min-height: inherit;
  }
}

.box_list .wrapper h3 {
  font-size: 20px;
  font-size: 1.25rem;
  margin-top: 0;
}

.box_list .wrapper .price {
  display: inline-block;
  font-weight: 500;
  color: #999;
}

.box_list .wrapper .price strong {
  color: #32a067;
}

.box_list small {
  text-transform: uppercase;
  color: #999;
  font-weight: 600;
}

.box_list ul {
  padding: 20px 15px 20px 30px;
  border-top: 1px solid #ededed;
  margin-bottom: 0;
}

.box_list ul li {
  display: inline-block;
  margin-right: 15px;
}

.box_list ul li .score {
  margin-top: -10px;
}

.box_list ul li:last-child {
  margin-right: 0;
  float: right;
}

#list_sidebar .box_list {
  min-height: 330px;
}

#list_sidebar .box_list figure {
  min-height: 330px;
}

@media (max-width: 991px) {
  #list_sidebar .box_list figure {
    min-height: 200px;
    max-height: 200px;
    height: 200px;
  }
}

#list_sidebar .box_list figure a img {
  height: 350px;
}

@media (max-width: 991px) {
  #list_sidebar .box_list figure a img {
    max-width: 100%;
    height: auto;
    width: inherit;
  }
}

#list_sidebar .box_list .wrapper {
  min-height: 265px;
}

@media (max-width: 991px) {
  #list_sidebar .box_list .wrapper {
    min-height: inherit;
  }
}

.layout_view {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  padding: 4px 8px 3px 8px;
}

.layout_view a {
  color: rgba(0, 0, 0, 0.5);
}

.layout_view a.active {
  color: rgba(0, 0, 0, 0.8);
}

.layout_view a:hover {
  color: #04c8c8;
}

.switch-field {
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.08);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

.switch-field input {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
}

.switch-field input:checked+label {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: rgba(0, 0, 0, 0.9);
}

.switch-field label {
  float: left;
  display: inline-block;
  min-width: 120px;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 600;
  font-size: 12px;
  font-size: 0.75rem;
  text-align: center;
  text-shadow: none;
  padding: 10px 12px 8px 12px;
  line-height: 1;
  border-right: 1px solid rgba(0, 0, 0, 0.08);
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin: 0;
}

@media (max-width: 575px) {
  .switch-field label {
    min-width: inherit;
  }
}

.switch-field label:first-of-type {
  border-left: 0;
}

.switch-field label:last-of-type {
  border-right: 0;
}

.switch-field label:hover {
  cursor: pointer;
  color: #04c8c8;
}

#filters_col {
  background-color: #fff;
  padding: 20px 20px 15px 20px;
  margin-bottom: 25px;
  border: 1px solid #ededed;
}

#filters_col label {
  color: #333;
  font-weight: normal;
  font-size: 13px;
  font-size: 0.8125rem;
}

a#filters_col_bt {
  display: block;
  color: #333;
  position: relative;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
}

a#filters_col_bt:before {
  font-family: "ElegantIcons";
  content: "\66";
  font-size: 26px;
  font-size: 1.625rem;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 1;
  font-weight: normal;
}

.filter_type h6 {
  border-top: 1px solid #ededed;
  margin: 15px 0;
  padding: 15px 0 0 0;
  font-size: 13px;
  font-size: 0.8125rem;
}

.filter_type ul {
  list-style: none;
  padding: 0;
  margin: 0 0 15px 0;
}

.filter_type ul li {
  margin-bottom: 5px;
}

.filter_type ul li:last-child {
  margin-bottom: 0;
}

a.boxed_list {
  text-align: center;
  padding: 30px;
  border: 1px solid #ededed;
  display: block;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-bottom: 25px;
}

a.boxed_list i {
  font-size: 60px;
  font-size: 3.75rem;
  margin-bottom: 15px;
}

a.boxed_list h4 {
  font-size: 18px;
  font-size: 1.125rem;
  color: #333;
}

a.boxed_list p {
  color: #777;
  margin-bottom: 0;
}

a.boxed_list:hover i {
  color: #32a067;
}

/*-------- 2.4 Detail page --------*/
.secondary_nav {
  background: #fff;
  border-bottom: 1px solid #ededed;
  padding: 15px 0;
}

.secondary_nav.is_stuck {
  z-index: 99;
  width: 100% !important;
  left: 0;
}

.secondary_nav ul {
  margin-bottom: 0;
}

.secondary_nav ul li {
  display: inline-block;
  margin-right: 20px;
  font-weight: 500;
  font-size: 16px;
  font-size: 1rem;
}

.secondary_nav ul li a {
  color: rgba(0, 0, 0, 0.5);
}

.secondary_nav ul li a:hover {
  color: #04c8c8;
}

.secondary_nav ul li a.active {
  color: rgba(0, 0, 0, 0.9);
}

.secondary_nav ul li:last-child {
  display: none;
}

@media (max-width: 575px) {
  .secondary_nav ul li:last-child {
    display: inline-block;
  }
}

.intro_title h2 {
  display: inline-block;
}

.intro_title ul {
  float: right;
  margin: 10px 0 0 0;
}

.intro_title ul li {
  display: inline-block;
  margin-right: 20px;
  font-weight: 500;
}

section#description,
section#reviews {
  /*border-bottom: 3px solid #ededed;*/
  margin-bottom: 45px;
}

section#description h2,
section#reviews h2 {
  font-size: 24px;
  font-size: 1.5rem;
}

section#description h3,
section#reviews h3 {
  font-size: 21px;
  font-size: 1.3125rem;
}

section#description h4,
section#reviews h4 {
  font-size: 18px;
  font-size: 1.125rem;
}

section#reviews {
  border-bottom: none;
}

#review_summary {
  text-align: center;
  background-color: #0054a6;
  color: #fff;
  padding: 20px 10px;
  -webkit-border-radius: 5px 5px 5px 0;
  -moz-border-radius: 5px 5px 5px 0;
  -ms-border-radius: 5px 5px 5px 0;
  border-radius: 5px 5px 5px 0;
}

@media (max-width: 991px) {
  #review_summary {
    margin-bottom: 15px;
  }
}

#review_summary strong {
  font-size: 42px;
  font-size: 2.625rem;
  display: block;
  line-height: 1;
}

#review_summary em {
  font-style: normal;
  font-weight: 500;
  display: block;
}

.reviews-container .progress {
  margin-bottom: 12px;
}

.reviews-container .progress-bar {
  background-color: #0054a6;
}

.reviews-container .review-box {
  position: relative;
  margin-bottom: 25px;
  padding-left: 100px;
  min-height: 100px;
}

@media (max-width: 767px) {
  .reviews-container .review-box {
    padding-left: 0;
  }
}

.reviews-container .rev-thumb {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 80px;
  height: 80px;
  background: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}

.reviews-container .rev-thumb img {
  width: 80px;
  height: auto;
}

@media (max-width: 767px) {
  .reviews-container .rev-thumb {
    position: static;
    margin-bottom: 10px;
  }
}

.reviews-container .rev-content {
  position: relative;
  padding: 25px 25px 0 25px;
  border: 1px solid #ededed;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

.reviews-container .rev-info {
  font-size: 12px;
  font-size: 0.75rem;
  font-style: italic;
  color: #777;
  margin-bottom: 10px;
}

.box_detail {
  padding: 25px 25px 15px 25px;
  /*border: 1px solid #ededed;*/
  background-color: #fbfbfd;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 0px;
  margin-bottom: 30px;
  margin-top: 30px;
  color: #000;

}

.box_detail .price {
  /* line-height: 1;
  border-bottom: 1px solid #ededed;
  margin: 0 -25px 25px -25px;
  padding: 0 25px 15px 25px; */
}

.box_detail .price>span {
  font-size: 31px;
  font-size: 1.9375rem;
  font-weight: 600;
}

.box_detail .price>span>small {
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 500;
}

.box_detail .price .score {
  float: right;
  margin-top: -5px;
}

.box_detail h3 {
  font-size: 20px;
  font-size: 1.25rem;
  color: #1d1d1f;
  ;
  /* margin: 25px 0 10px 0; */
}

.box_detail ul {
  margin-bottom: 0;
}

.box_detail ul li {
  margin-bottom: 5px;
}

.box_detail ul li i {
  margin-right: 8px;
}

.box_detail figure {
  position: relative;

}

.box_detail figure img {
  opacity: 0.8;
}

.box_detail figure span {
  position: absolute;
  display: block;
  left: 0;
  bottom: 10px;
  text-align: center;
  width: 100%;
  color: #fff;
  font-weight: 600;
}

.box_detail figure a i {
  background-color: black;
  background-color: rgba(0, 0, 0, 0.6);
  display: block;
  width: 60px;
  height: 60px;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  line-height: 60px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -30px 0 0 -30px;
  font-size: 42px;
  font-size: 2.625rem;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 9;
}

.box_detail figure:hover i {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
}

.booking input {
  font-weight: 500;
  height: 45px;
}

.booking input:focus {
  box-shadow: none;
  border: 1px solid #d2d8dd;
}

.booking select {
  display: none;
}

.booking .panel-dropdown {
  background-color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #d2d8dd;
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 0 0 10px 0;
}

@media (max-width: 991px) {
  .booking .panel-dropdown {
    height: inherit;
  }
}

.booking .panel-dropdown .panel-dropdown-content {
  top: 50px;
}

.booking .nice-select .current {
  font-weight: 500;
  color: #6f787f;
}

.booking .custom-select-form .nice-select:active,
.booking .custom-select-form .nice-select.open,
.booking .custom-select-form .nice-select:focus {
  border-color: #d2d8dd;
  outline: 0;
  box-shadow: none;
}

.booking .custom-select-form select {
  display: none;
}

.booking .form-group {
  margin: 0 0 10px 0;
}

.booking .form-group i {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  font-size: 18px;
  font-size: 1.125rem;
  position: absolute;
  background-color: #fff;
  height: 43px;
  top: 1px;
  right: 1px;
  padding-right: 10px;
  display: block;
  width: 20px;
  box-sizing: content-box;
  line-height: 43px;
  z-index: 9;
  color: #999;
}

.booking .form-group i.icon_lock_alt {
  top: 36px;
}

/*Timeline --------------- */
ul.cbp_tmtimeline {
  margin: 45px 0 45px 0;
  padding: 0;
  list-style: none;
  position: relative;
}

/* The line */
.cbp_tmtimeline:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #ebeef3;
  left: 18.5%;
  margin-left: -2px;
}

/* The date/time */
.cbp_tmtimeline>li {
  position: relative;
}

.cbp_tmtimeline>li .cbp_tmtime {
  display: block;
  width: 23%;
  padding-right: 80px;
  position: absolute;
}

.cbp_tmtimeline>li .cbp_tmtime span {
  display: block;
  text-align: right;
}

.cbp_tmtimeline>li .cbp_tmtime span:first-child {
  font-size: 0.9em;
  color: #888;
  margin-bottom: 0;
}

.cbp_tmtimeline>li .cbp_tmtime span:last-child {
  font-size: 18px;
  font-weight: 500;
}

/* Right content */
img.thumb_visit {
  width: 70px;
  height: 70px;
  border: 2px solid #fff;
  margin-top: -5px;
  float: right;
  margin-left: 15px;
}

@media (max-width: 767px) {
  img.thumb_visit {
    display: none;
  }
}

.cbp_tmtimeline>li .cbp_tmlabel {
  margin: 0 0 15px 25%;
  background: #eef3f7;
  padding: 20px;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.cbp_tmtimeline>li .cbp_tmlabel p {
  margin-bottom: 0;
  font-size: 13px;
  font-size: 0.8125rem;
}

.cbp_tmtimeline>li .cbp_tmlabel h4 {
  margin: 0 0 5px 0;
  padding: 0;
  font-size: 16px;
  font-size: 1rem;
}

/* The triangle */
.cbp_tmtimeline>li .cbp_tmlabel:after {
  right: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-right-color: #eef3f7;
  border-width: 10px;
  top: 15px;
}

/* The icons */
.cbp_tmtimeline>li .cbp_tmicon {
  width: 48px;
  height: 48px;
  font-weight: 500;
  background-color: #fff;
  text-transform: none;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 50px;
  position: absolute;
  color: #ff9933;
  border-radius: 50%;
  box-shadow: 0 0 0 2px #999;
  text-align: center;
  left: 18.5%;
  top: 0;
  margin: 0 0 0 -25px;
}

/* Media Queries */
@media screen and (max-width: 65.375em) {
  .cbp_tmtimeline>li .cbp_tmtime span:last-child {
    font-size: 1.5em;
  }
}

@media screen and (max-width: 47.2em) {
  .cbp_tmtimeline:before {
    display: none;
  }

  .cbp_tmtimeline>li .cbp_tmtime {
    width: 100%;
    position: relative;
    padding: 0 0 20px 0;
  }

  .cbp_tmtimeline>li .cbp_tmtime span {
    text-align: left;
  }

  .cbp_tmtimeline>li .cbp_tmlabel {
    margin: 0 0 30px 0;
    padding: 1em;
  }

  .cbp_tmtimeline>li .cbp_tmlabel:after {
    right: auto;
    left: 20px;
    border-right-color: transparent;
    border-bottom-color: #eef3f7;
    top: -20px;
  }

  .cbp_tmtimeline>li:nth-child(odd) .cbp_tmlabel:after {
    border-right-color: transparent;
    border-bottom-color: #eef3f7;
  }

  .cbp_tmtimeline>li .cbp_tmicon {
    position: relative;
    float: right;
    left: auto;
    margin: -65px 5px 0 0px;
  }
}

ul.hotel_facilities {
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}

ul.hotel_facilities li {
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
}

ul.hotel_facilities li img {
  margin-right: 10px;
}

.room_type {
  padding: 30px 30px 10px 30px;
}

.room_type.first {
  padding: 0 30px 15px 30px;
}

.room_type.gray {
  background-color: #f8f8f8;
}

.room_type.last {
  padding: 30px 30px 0 30px;
}

@media (max-width: 767px) {
  .room_type h4 {
    margin-top: 25px;
  }
}

/*-------- 2.5 Login/register --------*/

.form .message {
  margin: 15px 0 0;
  color: #b3b3b3;
  font-size: 12px;
}

.form .message a {
  color: #4CAF50;
  text-decoration: none;
}

.form .register-form {
  display: none;
}

.form .forgot-password {
  display: none;
}



#login_bg,
#register_bg {
  /*background: url(../img/bg/login.jpg) center center no-repeat fixed;*/
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 100vh;
  width: 100%;
}

#register_bg {
  /*background: url(../img/bg/23.jpg) center center no-repeat fixed;*/
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#login figure,
#register figure {
  text-align: center;
  /*border-bottom: 1px solid #ededed;*/
  margin: -30px -60px 25px -45px;
  padding: 20px 60px 25px 60px;
}

@media (max-width: 767px) {

  #login figure,
  #register figure {
    margin: -30px -30px 20px -30px;
    padding: 15px 60px 20px 60px;
  }
}

#login aside,
#register aside {
  width: 430px;
  padding: 45px 60px 60px 60px;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  overflow-y: auto;
  background-color: rgba(255, 255, 255, 0.85);
  min-height: 100vh;
}

@media (max-width: 767px) {

  #login aside,
  #register aside {
    width: 100%;
    padding: 30px;
  }
}

#login aside form,
#register aside form {
  margin-bottom: 60px;
  display: block;
}

#login aside form .form-group input,
#register aside form .form-group input {
  padding-left: 10px;
}

#login aside form .form-group i,
#register aside form .form-group i {
  font-size: 21px;
  font-size: 1.3125rem;
  position: absolute;
  left: 12px;
  top: 8px;
  color: #ccc;
  width: 25px;
  height: 25px;
  display: block;
  font-weight: 400 !important;
}

#login aside .copy,
#register aside .copy {
  text-align: center;
  position: absolute;
  height: 30px;
  left: 0;
  bottom: 30px;
  width: 100%;
  color: #999;
  font-weight: 500;
}

.access_social {
  margin-top: 25px;
  text-align: center;
}

@media (max-width: 767px) {
  .access_social {
    margin-top: 20px;
  }
}

.divider {
  text-align: center;
  height: 1px;
  margin: 15px 0 15px 0;
  background-color: #ededed;
  width: 100%;
}

.divider span {
  position: relative;
  top: -20px;
  background-color: #fff;
  display: inline-block;
  padding: 10px;

}

a.social_bt {
  /*-webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  text-align: center;
  color: #fff;
  width: 20px;
  margin-bottom: 10px;
  display: block;
  padding: 12px;
  line-height: 1;
  position: relative;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;*/
  border-radius: 50%;
  color: #ffffff !important;
  display: inline-block;
  height: 54px;
  line-height: 54px;
  margin: 8px 4px;
  text-align: center;
  text-decoration: none;
  transition: background-color .3s;
  webkit-transition: background-color .3s;
  width: 54px;
}

a.social_bt:hover {
  -webkit-filter: brightness(115%);
  filter: brightness(115%);
}

a.social_bt.facebook:before,
a.social_bt.google:before,
a.social_bt.linkedin:before {
  font-family: 'ElegantIcons';

  font-size: 16px;
  font-size: 1rem;
  color: #fff;
}

a.social_bt.facebook {
  background-color: #3B5998;
}

a.social_bt.facebook:before {
  content: "\e093";
}

a.social_bt.google {
  background-color: #DC4E41;
}

a.social_bt.google:before {
  content: "\e096";
  top: 12px;
}

a.social_bt.linkedin {
  background-color: #0077B5;
}

a.social_bt.linkedin:before {
  content: "\e09d";
}

/*Password strength */
#pass-info {
  width: 100%;
  margin-bottom: 15px;
  color: #555;
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem;
  padding: 5px 3px 3px 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

#pass-info.weakpass {
  border: 1px solid #FF9191;
  background: #FFC7C7;
  color: #94546E;
}

#pass-info.stillweakpass {
  border: 1px solid #FBB;
  background: #FDD;
  color: #945870;
}

#pass-info.goodpass {
  border: 1px solid #C4EEC8;
  background: #E4FFE4;
  color: #51926E;
}

#pass-info.strongpass {
  border: 1px solid #6ED66E;
  background: #79F079;
  color: #348F34;
}

#pass-info.vrystrongpass {
  border: 1px solid #379137;
  background: #48B448;
  color: #CDFFCD;
}

/* Checkbox style */
.container_check {
  display: block;
  position: relative;
  padding-top: 5px;
  font-size: 13px;
  font-size: 0.8125rem;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-right: 10px;
}

.container_check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.container_check .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  border: 1px solid #d2d8dd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.container_check:hover input~.checkmark {
  background-color: #ededed;
  border: 1px solid transparent;
}

.container_check input:checked~.checkmark {
  background-color: #0072bc;
  border: 1px solid transparent;
}

.container_check .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 10px;
  top: 6px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.container_check input:checked~.checkmark:after {
  display: block;
}

@media (min-width:1200px) {
  .container_about {
    max-width: 1140px;
  }
}

@media (min-width:1200px) {
  .container_limited {
    max-width: 1140px;
  }
}

/*-------- 2.6 Map styles --------*/
.map {
  width: 100%;
  height: 500px;
}

.map.map_single {
  height: 400px;
}

.infoBox {
  -webkit-animation: fadeIn 0.9s;
  animation: fadeIn 0.9s;
  padding-right: 50px;
}

.infoBox>img {
  position: absolute !important;
  right: 60px !important;
  top: 10px !important;
  z-index: 9999;
  width: 20px;
  height: 20px;
  display: block;
  cursor: pointer;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.marker_info {
  width: 240px;
  height: 270px;
  border-radius: 5px;
  text-align: left;
  background: #1d1d1f;
  background: white;
  position: relative;
  z-index: 999;
  font-family: "Poppins", Helvetica, sans-serif;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12);
}

.marker_info img {
  display: block;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}

.marker_info h3 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.1;
  font-weight: 500;
  margin-bottom: 3px;
  color: #444;
}

.marker_info em {
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
  color: #999;
}

.marker_info span {
  display: block;
  padding: 20px 20px 0 20px;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.2;
  color: #fff;
  position: relative;
}

.marker_info span strong {
  display: block;
  font-weight: 500;
}

.marker_info:after {
  right: 100%;
  top: 56%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-right-color: white;
  border-width: 12px;
  margin-top: -12px;
}

a.btn_infobox_detail {
  position: absolute;
  top: 20px;
  right: 15px;
  width: 20px;
  height: 20px;
}

a.btn_infobox_detail:before,
.btn_infobox_get_directions:before,
a.btn_infobox_phone:before {
  font-style: normal;
  font-weight: normal;
  font-family: "ElegantIcons";
  font-size: 20px;
  font-size: 1.25rem;
  cursor: pointer;
}

a.btn_infobox_detail:before {
  content: "\70";
  color: #ccc;
}

a.btn_infobox_detail:before:hover {
  color: #04c8c8;
}

.btn_infobox_get_directions,
a.btn_infobox_phone {
  border: none;
  display: inline-block;
  font-weight: 500;
  color: #04c8c8;
  background: none;
  cursor: pointer;
  font-size: 13px;
  font-size: 0.8125rem;
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  outline: none;
}

.btn_infobox_get_directions:focus,
a.btn_infobox_phone:focus {
  outline: none;
}

.btn_infobox_get_directions:hover,
a.btn_infobox_phone:hover {
  color: #333;
}

.btn_infobox_get_directions:before {
  font-size: 14px;
  font-size: 0.875rem;
  content: "\e080";
  position: absolute;
  left: 0;
  top: 0;
}

a.btn_infobox_phone:before {
  font-size: 14px;
  content: "\e090";
  position: absolute;
  left: 0;
  top: -2px;
}

span.infobox_rate {
  display: inline-block;
  margin: -44px 0 0 -20px;
  float: left;
  background-color: #0054a6;
  padding: 5px 8px;
  font-weight: 500;
  text-align: left;
  font-size: 12px;
  font-size: 0.75rem;
}

/* Cluster styles */
.cluster img {
  display: none;
}

.cluster-visible {
  text-align: center;
  font-size: 15px !important;
  color: #fff !important;
  font-weight: 500;
  border-radius: 50%;
  width: 36px !important;
  height: 36px !important;
  line-height: 36px !important;
  background-color: #04c8c8;
}

.cluster-visible:before {
  border: 7px solid #04c8c8;
  opacity: 0.2;
  box-shadow: inset 0 0 0 4px #04c8c8;
  content: '';
  position: absolute;
  border-radius: 50%;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation: cluster-animation 2.5s infinite;
}

@keyframes cluster-animation {

  0%,
  100% {
    transform: scale(1.3) rotate(0deg);
  }

  50% {
    transform: scale(1.5) rotate(90deg);
  }
}

/*-------- 2.7 Contacts--------*/
.map_contact {
  width: 100%;
  height: 465px;
}

@media (max-width: 991px) {
  .map_contact {
    height: 350px;
    margin-bottom: 45px;
  }
}

.contact_info {
  background-color: #121921;
  color: #fff;
  padding: 30px 0;
  text-align: center;
}

.contact_info ul {
  margin: 0;
  padding: 0;
}

.contact_info ul li {
  float: left;
  width: 33.33%;
  position: relative;
  padding: 0 20px;
}

.contact_info ul li span {
  opacity: 0.7;
}

.contact_info ul li h4 {
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  color: #04c8c8;
}

.contact_info ul li i {
  color: #fff;
  font-size: 46px;
  font-size: 2.875rem;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .contact_info ul li {
    width: 100%;
    float: none;
    margin-bottom: 35px;
    padding: 0;
  }

  .contact_info ul li:last-child {
    margin-bottom: 5px;
  }
}

.error_message {
  font-weight: 500;
  color: #e3464c;
}

/*-------- 2.8 404 page --------*/
#error_page {
  width: 100%;
  height: 650px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #fff;
  color: #1d1d1f;
}

@media (max-width: 767px) {
  #error_page {
    background-size: auto 300px;
  }
}

#error_page h1 {
  margin-top: 30px;
  font-size: 140px;
  font-size: 4.75rem;
  color: #1d1d1f;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1;
}

#error_page h2 {
  margin-top: 30px;
  font-size: 140px;
  font-size: 2.75rem;
  color: #1d1d1f;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1;
}

#error_page h3 {
  margin-top: 30px;
  font-size: 140px;
  font-size: 1.75rem;
  color: #1d1d1f;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1;
}

#error_page h2 i {
  color: #FFC107;
}

@media (max-width: 767px) {
  #error_page h2 {
    font-size: 72px;
    font-size: 4.5rem;
  }
}

#error_page p {
  font-size: 21px;
  font-size: 1.3125rem;
}

@media (max-width: 767px) {
  #error_page p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media (max-width: 767px) {
  #error_page {
    padding: 0;
    height: 500px;
  }
}

.search_bar_error {
  position: relative;
  margin-bottom: 60px;
}

.search_bar_error input[type='text'] {
  border: 0;
  height: 50px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  padding-left: 15px;
  -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.15);
}

.search_bar_error input[type='submit'] {
  position: absolute;
  right: -1px;
  color: #fff;
  font-weight: 600;
  top: 0;
  border: 0;
  padding: 0 25px;
  height: 50px;
  cursor: pointer;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  -ms-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  background-color: #04c8c8;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.search_bar_error input[type='submit']:hover {
  background-color: #FFC107;
  color: #333;
}

/*-------- 2.9 Cart section --------*/
.cart_section {
  background: #0054a6 url(../img/pattern_1.svg) center bottom repeat-x;
}

@media (max-width: 767px) {
  .cart_section {
    background-size: auto 300px;
  }
}

.cart_section.last {
  height: 600px;
}

@media (max-width: 767px) {
  .cart_section.last {
    height: 500px;
  }
}

.bs-wizard {
  width: 100%;
  margin: 50px auto 0;
}

.bs-wizard>.bs-wizard-step {
  padding: 0;
  position: relative;
  width: 33.33%;
  float: left;
}

.bs-wizard>.bs-wizard-step.complete>.progress>.progress-bar {
  width: 100%;
}

.bs-wizard>.bs-wizard-step.active>.progress>.progress-bar {
  width: 50%;
}

.bs-wizard>.bs-wizard-step:first-child.active>.progress>.progress-bar {
  width: 0%;
}

.bs-wizard>.bs-wizard-step:last-child.active>.progress>.progress-bar {
  width: 100%;
}

.bs-wizard>.bs-wizard-step.disabled>.bs-wizard-dot {
  background-color: #0054a6;
}

.bs-wizard>.bs-wizard-step.disabled>.bs-wizard-dot:after {
  opacity: 0;
}

.bs-wizard>.bs-wizard-step:first-child>.progress {
  left: 50%;
  width: 50%;
}

.bs-wizard>.bs-wizard-step:last-child>.progress {
  width: 50%;
}

.bs-wizard>.bs-wizard-step .bs-wizard-stepnum {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
}

.bs-wizard>.bs-wizard-step>.bs-wizard-dot {
  position: absolute;
  width: 50px;
  height: 50px;
  display: block;
  top: 36px;
  left: 50%;
  margin-top: -5px;
  margin-left: -25px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #fff;
  background-color: #0054a6;
}

.bs-wizard>.bs-wizard-step>.bs-wizard-dot:after {
  content: '\e903';
  font-family: 'Fontello';
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  position: absolute;
  top: -2px;
  left: 9px;
  font-size: 32px;
  font-size: 2rem;
  color: #FFC107;
}

.bs-wizard>.bs-wizard-step>.progress {
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  height: 2px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin: 34px 0;
}

.bs-wizard>.bs-wizard-step>.progress>.progress-bar {
  width: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #fff;
}

.bs-wizard>.bs-wizard-step.disabled a.bs-wizard-dot {
  pointer-events: none;
}

.table.cart-list {
  margin-bottom: 0;
}

.table.cart-list th,
.table.options_cart th {
  background-color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  border: 0;
  padding-top: 0;
}

.table.cart-list td {
  vertical-align: middle;
}

.table.cart-list td strong {
  font-weight: 500;
}

.table.cart-list.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.025);
}

@media (max-width: 991px) {

  .table.cart-list,
  .table.cart-list thead,
  .table.cart-list tbody,
  .table.cart-list th,
  .table.cart-list td,
  .table.cart-list tr {
    display: block;
    border: 0;
  }

  .table.cart-list thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .table.cart-list tr {
    border: 1px solid #eee;
  }

  .table.cart-list td {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
  }

  .table.cart-list td:before {
    position: absolute;
    top: 12px;
    left: 12px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
  }

  .table.cart-list td:nth-of-type(1):before,
  .table.cart-list td:nth-of-type(2):before,
  .table.cart-list td:nth-of-type(3):before,
  .table.cart-list td:nth-of-type(4):before {
    font-weight: 600;
    color: #111;
  }

  .table.cart-list td:nth-of-type(1):before {
    content: "Item";
  }

  .table.cart-list td:nth-of-type(2):before {
    content: "Discount";
  }

  .table.cart-list td:nth-of-type(3):before {
    content: "Total";
  }

  .table.cart-list td:nth-of-type(4):before {
    content: "Actions";
  }

  td.options {
    text-align: left !important;
  }
}

.thumb_cart {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  width: 60px;
  height: 60px;
  margin-right: 10px;
  float: left;
}

.thumb_cart img {
  width: 60px;
  height: auto;
}

@media (max-width: 991px) {
  .thumb_cart {
    display: none;
  }
}

.item_cart {
  display: inline-block;
  margin: 20px 0 0 15px;
  font-weight: 500;
}

@media (max-width: 991px) {
  .item_cart {
    margin: 5px 0 0 0;
  }
}

#total_cart {
  font-size: 14px;

  font-weight: 600;

  margin: 0 -25px 5px -25px;
  padding: 0 25px 5px 25px;
  line-height: 1;
}

#total_cart span {
  font-weight: 500;
}

ul.cart_details {
  margin: 0 0 25px 0;
  padding: 0 0 15px 0;

}

ul.cart_details li {
  font-weight: 500;
}

ul.cart_details li span {
  float: right;
}

.form_title {
  position: relative;
  padding-left: 55px;
  margin-bottom: 10px;
}

.form_title {
  position: relative;
  padding-left: 55px;
  margin-bottom: 0;
}

.form_title h3 {
  margin: 0;
  padding: 0;
  font-size: 19px;
  /*font-size: 1.3125rem;*/
}

.form_title h3 strong {
  background-color: #dcfdfd;
  color: #04c8c8;
  text-align: center;
  width: 42px;
  height: 42px;
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  font-size: 18px;
  font-size: 1.2rem;
  line-height: 42px;
  text-align: center;
  position: absolute;
  left: 0px;
  top: 0px;
}

.form_title p {
  color: #999;
  margin: 0;
  padding: 0;
  font-size: 12px;
  /* font-size: 0.75rem; */
  line-height: 14px;
}

.cards-payment {
  margin-top: 28px;
}

@media (max-width: 991px) {
  .cards-payment {
    display: none;
  }
}

.box_cart .step {
  padding: 15px 55px 0 55px;
  margin: 0 0 0 0;
}

@media (max-width: 991px) {
  .box_cart .step {
    padding: 15px 0 0 0;
  }
}

.message {
  background-color: #f8f8f8;
  padding: 15px;
  margin-bottom: 30px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

.message p {
  margin: 0;
}

#confirm {
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  margin-top: 20px;
}

#confirm h4 {
  color: #fff;
}

#confirm p {
  font-size: 16px !important;
  font-size: 16px !important/16pxrem;
  margin-bottom: 0;
}

.box_cart {
  margin-bottom: 25px;
}

.box_cart hr {
  margin: 30px -25px 30px -25px;
}

.box_cart label {
  font-weight: 500;
}

.box_cart a.btn_1.outline,
.box_cart .btn_1.outline {
  border: 2px solid #999;
  color: #999;
  padding: 12px 40px;
}

.box_cart a.btn_1.outline:hover,
.box_cart .btn_1.outline:hover {
  color: #fff;
  border: 2px solid #0054a6;
}

.cart-options {
  position: relative;
  padding: 25px 0px 0px 0px;
  border-top: 1px solid #ededed;
}

@media (max-width: 991px) {
  .cart-options .fix_mobile {
    float: left !important;
  }
}

.apply-coupon .form-group {
  position: relative;
  float: left;
  margin-right: 10px;
}

.apply-coupon .form-control {
  padding: 10px 12px;
}

/*-------- 2.10 Media Gallery --------*/
.grid ul {
  margin: 0 0 25px 0;
  padding: 0;
  width: 100%;
  text-align: center;
}

.grid ul li {
  display: inline-block;
  margin: 0;
  padding: 0;
  margin: -3px;
  min-height: 100%;
  width: 25%;
  background-color: #1d1d1f;
  list-style: none;
}

@media (max-width: 991px) {
  .grid ul li {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .grid ul li {
    width: 100%;
    min-height: 100%;
    float: none;
  }
}

.grid ul li figure {
  position: relative;
  overflow: hidden;
  margin: -3px;
}

.grid ul li figure img {
  width: 100%;
  height: 100%;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.grid ul li figure:hover img,
.grid ul li figure:focus img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.grid ul li figure:hover figcaption,
.grid ul li figure:focus figcaption {
  opacity: 1;
}

.grid ul li figure:hover figcaption .caption-content,
.grid ul li figure:focus figcaption .caption-content {
  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.grid ul li figcaption {
  position: absolute;
  top: 0;
  left: 0;
  padding: 15% 0;
  width: 100%;
  height: 100%;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.6);
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  opacity: 0;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.grid ul li figcaption .caption-content {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -100px;
  width: 200px;
  -webkit-transform: translate(0px, 15px);
  -moz-transform: translate(0px, 15px);
  -ms-transform: translate(0px, 15px);
  -o-transform: translate(0px, 15px);
  transform: translate(0px, 15px);
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.grid ul li figcaption a {
  color: #fff;
}

.grid ul li figcaption a:hover,
.grid ul li figcaption a:focus {
  color: #04c8c8;
}

.grid ul li figcaption i {
  font-size: 30px;
  font-size: 1.875rem;
}

.grid ul li figcaption p {
  margin-bottom: 0;
  margin-top: 10px;
  text-transform: uppercase;
  font-weight: 400;
}

.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}

.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.8);
  opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

/*-------- 2.11 Faq --------*/
.box_style_cat {
  background: #fff;
  border: 1px solid #ededed;
  margin-bottom: 25px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
}

@media (max-width: 991px) {
  .box_style_cat {
    display: none;
  }
}

ul#cat_nav {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul#cat_nav li {
  border-bottom: 1px solid #ededed;
}

ul#cat_nav li i {
  font-size: 16px;
  font-size: 1rem;
  margin: 2px 10px 0 0;
  float: left;
}

ul#cat_nav li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

ul#cat_nav li a {
  position: relative;
  color: #555;
  display: block;
  padding: 15px 10px;
}

ul#cat_nav li a:after {
  font-family: "fontello";
  content: "\e89b";
  position: absolute;
  right: 15px;
  top: 15px;
}

ul#cat_nav li a span {
  font-size: 11px;
  font-size: 0.6875rem;
  color: #999;
}

ul#cat_nav li a:hover,
ul#cat_nav li a#active,
ul#cat_nav li a.active {
  color: #04c8c8;
}

.hero_in form {
  animation-delay: 1.3s;
  -webkit-animation-delay: 1.3s;
  -moz-animation-delay: 1.3s;
}

a.box_topic {
  height: 300px;
  text-align: center;
  background: #fff;
  padding: 40px 30px 15px 30px;
  display: block;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  color: #555;
  margin-bottom: 30px;
  overflow: hidden;
}

@media (max-width: 767px) {
  a.box_topic {
    padding: 20px 20px 0 20px;
  }
}

a.box_topic:hover {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}

a.box_topic i {
  font-size: 60px;
  font-size: 3.75rem;
  color: #32a067;
  margin-bottom: 10px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  background-color: #2c8e5b;
  background-color: rgba(50, 160, 103, 0.05);
  width: 100px;
  height: 100px;
  line-height: 100px;
  margin-bottom: 15px;
}

a.box_topic h3 {
  font-size: 18px;
  font-size: 1.125rem;
}

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

.list_articles ul li {
  float: left;
  width: 45%;
  margin-right: 45px;
  padding: 15px 0;
  border-bottom: 1px solid #ededed;
}

.list_articles ul li a {
  color: #555;
  display: block;
}

.list_articles ul li a:hover {
  color: #04c8c8;
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

.list_articles ul li i {
  margin-right: 10px;
  font-size: 16px;
  font-size: 1rem;
  position: relative;
  top: 2px;
}

@media (max-width: 991px) {
  .list_articles ul li {
    float: none;
    width: 100%;
    margin-right: 0;
  }
}

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

ul.list_3 li {
  margin-bottom: 0;
  position: relative;
  padding-left: 20px;
}

ul.list_3 li strong {
  font-weight: 500;
}

ul.list_3 li:before {
  font-family: "fontello";
  content: "\ea3e";
  position: absolute;
  left: 0;
  top: 0;
}

.box_general {
  border: 1px solid #ededed;
  padding: 25px 25px 5px 25px;
  margin-bottom: 25px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
}


/*-------- 2.12 New Product --------*/




/************************************************************
  
      Common styles
  
  *************************************************************/

/* Transitions
  *************************************/
.file-item:before,
.file-item,
.file-item .fake button i,
.remove-file:before,
.files-container {
  -webkit-transition: all .15s ease-in-out;
  -moz-transition: all .15s ease-in-out;
  -ms-transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}


/* Content
  *************************************/
.section-sub-title {
  font-family: "Montserrat", Arial, Sans-serif;
  font-size: 18px;
  line-height: 1.35;
  text-transform: capitalize;
}

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



/************************************************************
  
      Sections
  
  *************************************************************/




/* BGs
  *************************************/
.full-dark-bg {
  margin: 5% auto;
  background-color: rgba(0, 0, 0, .25);
  padding: 5%;
}



/************************************************************
  
      DropzoneJS Example
  
  *************************************************************/

.inner-page .section-title {
  font-size: 28px;
  text-transform: uppercase;
  position: relative;
}

.inner-page .section-sub-title {
  margin-top: 10px;
  text-transform: uppercase;
  color: #fff;
}

.inner-page .section-sub-title:not(:first-child) {
  margin-top: 35px;
}


/* Upload files
*************************************/
.files-container {
  position: relative;
  margin: 30px 2px 15px 2px;
  background-color: rgba(0, 0, 0, .2);
}

.files-container span {
  display: block;
  text-align: center;
  padding: 50px 25px;
  font-size: 13px;
  text-transform: capitalize;
}

/*** Dropzone ***/
.files-container.hover {
  background-color: rgba(255, 255, 255, .1);
  border: 1px dashed rgba(255, 255, 255, .5);
  color: rgba(255, 255, 255, .85);
}

.files-container {
  position: relative;
  border: 1px dashed rgba(255, 255, 255, 0.25);
  min-height: auto;
}

.files-container #upload-label {
  background: rgba(231, 97, 92, 0);
  color: #fff;
  position: absolute;
  height: 115px;
  top: 20%;
  left: 0;
  right: 0;
  margin-right: auto;
  margin-left: auto;
  min-width: 20%;
  text-align: center;
  cursor: pointer;
}

.files-container.active {
  background: #fff;
}

.files-container.active #upload-label {
  background: #fff;
  color: #e7615c;
}

.files-container #upload-label i:hover {
  color: #444;
  font-size: 9.4rem;
  -webkit-transition: width 2s;
}

.files-container #upload-label span.title {
  font-size: 1em;
  font-weight: bold;
  display: block;
}

span.tittle {
  position: relative;
  top: 222px;
  color: #bdbdbd;
}

.files-container #upload-label i {
  text-align: center;
  display: block;
  color: #e7615c;
  height: 115px;
  font-size: 9.5rem;
  position: absolute;
  top: -12px;
  left: 0;
  right: 0;
  margin-right: auto;
  margin-left: auto;
}

/** Preview of collections of uploaded documents **/
.preview-container {
  position: relative;
  visibility: hidden;
}

.preview-container #previews .onyx-dropzone-info {
  display: flex;
  flex-wrap: nowrap;
  padding-top: 15px;
  width: 100%;
}

.preview-container #previews .onyx-dropzone-info>.thumb-container {
  flex: 0 0 50px;
  max-width: 50px;
  border-radius: 10px;
  overflow: hidden;
  margin-right: 17px;
}

.preview-container #previews .onyx-dropzone-info img {
  max-width: 100%;
  height: auto;
}

.preview-container #previews .onyx-dropzone-info>.details {
  position: relative;
  flex: 0 0 calc(100% - 50px);
  max-width: calc(100% - 50px);
  padding-right: 30px;
}

.preview-container #previews .onyx-dropzone-info .actions {
  position: absolute;
  right: 0;
  top: 50%;
  line-height: 1;
  transform: translateY(-50%);
}

#previews>div {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}


/* Uploaded files
*************************************/
.no-files-uploaded {
  display: block;
}

.uploaded-files {
  margin-top: 10px;
  transition: all .3s ease-in-out;
}

.uploaded-files span,
.uploaded-files a {
  color: rgba(255, 255, 255, .5);
  font-size: 14px;
}

.uploaded-files a:hover {
  text-decoration: underline !important;
}

.uploaded-files i {
  position: relative;
  margin-right: 7px;
  font-size: 12px;
  color: #de1500;
}


/* Warnings
*************************************/
.last-date {
  display: block;
  margin-top: 10px;
}


/* File types
*************************************/
.thumb-container {
  position: relative;
}

div.type-pdf .thumb-container:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-size: 90% 100%;
  background-position: left center;
  background-repeat: no-repeat;
}

div.type-pdf .thumb-container:after {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNTYgNTYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDU2IDU2OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe2ZpbGw6I0UyNTc0Qzt9LnN0MXtmaWxsOiNCNTM2Mjk7fS5zdDJ7ZmlsbDojRkZGRkZGO308L3N0eWxlPjxnPjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0zNi45LDBoLTI5QzcuMiwwLDYuNCwwLjYsNi40LDEuOVY1NWMwLDAuNCwwLjYsMSwxLjUsMWg0MC4xYzAuNywwLDEuNS0wLjYsMS41LTFWMTNjMC0wLjctMC4xLTAuOS0wLjMtMS4xTDM3LjcsMC4zQzM3LjQsMC4xLDM3LjIsMCwzNi45LDBMMzYuOSwweiIvPjxwYXRoIGNsYXNzPSJzdDEiIGQ9Ik0zNy40LDAuMVYxMmgxMS45TDM3LjQsMC4xeiIvPjxwYXRoIGNsYXNzPSJzdDIiIGQ9Ik0xNy4zLDM0LjNoLTEuNlYyNC4xaDIuOWMwLjQsMCwwLjksMC4xLDEuMiwwLjNjMC40LDAuMSwwLjcsMC40LDEuMSwwLjZjMC40LDAuMywwLjYsMC42LDAuNywxYzAuMywwLjQsMC4zLDAuOSwwLjMsMS4yYzAsMC41LTAuMSwxLTAuMywxLjRjLTAuMSwwLjQtMC40LDAuNy0wLjcsMWMtMC4zLDAuMy0wLjYsMC41LTEuMSwwLjZjLTAuNCwwLjEtMC45LDAuMy0xLjUsMC4zaC0xLjN2My44SDE3LjN6IE0xNy4zLDI1LjR2NGgxLjVjMC4zLDAsMC40LDAsMC42LTAuMXMwLjQtMC4xLDAuNS0wLjRjMC4xLTAuMSwwLjMtMC40LDAuNC0wLjZzMC4xLTAuNiwwLjEtMWMwLTAuMSwwLTAuNC0wLjEtMC42YzAtMC4zLTAuMS0wLjQtMC4zLTAuNmMtMC4xLTAuMy0wLjQtMC40LTAuNi0wLjVjLTAuMy0wLjEtMC42LTAuMy0xLTAuM2gtMS4xVjI1LjR6Ii8+PHBhdGggY2xhc3M9InN0MiIgZD0iTTMyLjIsMjguOWMwLDAuOS0wLjEsMS41LTAuMywyLjFjLTAuMSwwLjYtMC40LDEuMS0wLjYsMS41Yy0wLjMsMC40LTAuNiwwLjctMC45LDFjLTAuNCwwLjMtMC42LDAuNC0xLDAuNWMtMC40LDAuMS0wLjYsMC4xLTAuOSwwLjNjLTAuMywwLTAuNSwwLTAuNiwwaC0zLjlWMjQuMWgzYzAuOSwwLDEuNiwwLjEsMi4yLDAuNGMwLjYsMC4zLDEuMSwwLjYsMS42LDEuMWMwLjQsMC41LDAuNywxLDEsMS41QzMyLjEsMjcuOCwzMi4yLDI4LjQsMzIuMiwyOC45TDMyLjIsMjguOXogTTI3LjMsMzNjMS4xLDAsMS45LTAuNCwyLjQtMS4xYzAuNS0wLjcsMC43LTEuOCwwLjctMy4xYzAtMC40LDAtMC45LTAuMS0xLjJzLTAuMy0wLjctMC42LTEuMWMtMC4zLTAuNC0wLjYtMC42LTEuMS0wLjdjLTAuNS0wLjMtMS4xLTAuMy0xLjktMC4zaC0xVjMzTDI3LjMsMzNMMjcuMywzM3oiLz48cGF0aCBjbGFzcz0ic3QyIiBkPSJNMzYuMiwyNS40djMuMWg0LjN2MS4xaC00LjN2NC41aC0xLjZWMjRoNi4zdjEuM2gtNC42VjI1LjR6Ii8+PC9nPjwvc3ZnPg==);
}

div.type-jpg .thumb-container:after {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhcGFfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA1NiA1NiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTYgNTY7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48c3R5bGUgdHlwZT0idGV4dC9jc3MiPi5zdDB7ZmlsbDojMjZCOTlBO30uc3Qxe2ZpbGw6IzE0QTA4NTt9LnN0MntmaWxsOiNGRkZGRkY7fTwvc3R5bGU+PHBhdGggY2xhc3M9InN0MCIgZD0iTTM3LDBIOEM3LjIsMCw2LjUsMC43LDYuNSwxLjlWNTVjMCwwLjMsMC43LDEsMS41LDFINDhjMC44LDAsMS41LTAuNywxLjUtMVYxM2MwLTAuNy0wLjEtMC45LTAuMy0xLjFMMzcuNiwwLjNDMzcuNCwwLjEsMzcuMiwwLDM3LDB6Ii8+PHBvbHlnb24gY2xhc3M9InN0MSIgcG9pbnRzPSIzNy41LDAuMiAzNy41LDEyIDQ5LjMsMTIgIi8+PGc+PHBhdGggY2xhc3M9InN0MiIgZD0iTTIxLjMsMjQuOHY3LjhjMCwwLjUtMC4xLDAuOS0wLjMsMS4yYy0wLjIsMC4zLTAuNCwwLjYtMC43LDAuOGMtMC4zLDAuMi0wLjYsMC4zLTEsMC40Yy0wLjQsMC4xLTAuOCwwLjEtMS4yLDAuMWMtMC4yLDAtMC40LDAtMC43LTAuMWMtMC4zLDAtMC41LTAuMS0wLjgtMC4ycy0wLjYtMC4yLTAuOC0wLjNjLTAuMy0wLjEtMC41LTAuMi0wLjctMC40bDAuNy0xLjFjMC4xLDAuMSwwLjIsMC4xLDAuNCwwLjJjMC4yLDAuMSwwLjQsMC4xLDAuNiwwLjJjMC4yLDAuMSwwLjQsMC4xLDAuNiwwLjJzMC40LDAuMSwwLjYsMC4xYzAuNSwwLDAuOS0wLjEsMS4yLTAuM3MwLjQtMC41LDAuNS0xdi03LjdIMjEuM3oiLz48cGF0aCBjbGFzcz0ic3QyIiBkPSJNMjUuNCwzNS4xaC0xLjZWMjVoMi45YzAuNCwwLDAuOSwwLjEsMS4zLDAuMnMwLjgsMC4zLDEuMSwwLjZjMC4zLDAuMywwLjYsMC42LDAuOCwxczAuMywwLjgsMC4zLDEuM2MwLDAuNS0wLjEsMS0wLjMsMS40cy0wLjQsMC44LTAuNywxcy0wLjcsMC41LTEuMSwwLjdzLTAuOSwwLjItMS40LDAuMmgtMS4yTDI1LjQsMzUuMUwyNS40LDM1LjF6IE0yNS40LDI2LjN2NGgxLjVjMC4yLDAsMC40LDAsMC42LTAuMWMwLjItMC4xLDAuNC0wLjIsMC41LTAuM3MwLjMtMC40LDAuNC0wLjZzMC4xLTAuNiwwLjEtMWMwLTAuMiwwLTAuNC0wLjEtMC42YzAtMC4yLTAuMS0wLjQtMC4zLTAuNmMtMC4xLTAuMi0wLjMtMC40LTAuNi0wLjVjLTAuMy0wLjEtMC42LTAuMi0xLTAuMkgyNS40eiIvPjxwYXRoIGNsYXNzPSJzdDIiIGQ9Ik0zOS40LDI5Ljl2My45Yy0wLjIsMC4zLTAuNCwwLjUtMC43LDAuNnMtMC41LDAuMy0wLjgsMC40cy0wLjYsMC4yLTAuOSwwLjJjLTAuMywwLTAuNiwwLjEtMC45LDAuMWMtMC42LDAtMS4yLTAuMS0xLjctMC4zcy0wLjktMC41LTEuMy0xcy0wLjctMS0wLjktMS42Yy0wLjItMC42LTAuMy0xLjQtMC4zLTIuMnMwLjEtMS42LDAuMy0yLjJjMC4yLTAuNiwwLjUtMS4yLDAuOS0xLjZjMC40LTAuNCwwLjgtMC44LDEuMy0xYzAuNS0wLjIsMS4xLTAuMywxLjctMC4zYzAuNSwwLDEuMSwwLjEsMS41LDAuM2MwLjUsMC4yLDAuOSwwLjUsMS4zLDAuOGwtMS4xLDFjLTAuMi0wLjMtMC41LTAuNS0wLjgtMC42Yy0wLjMtMC4xLTAuNi0wLjItMC45LTAuMmMtMC4zLDAtMC43LDAuMS0xLDAuMmMtMC4zLDAuMS0wLjYsMC4zLTAuOCwwLjZjLTAuMiwwLjMtMC40LDAuNy0wLjYsMS4ycy0wLjIsMS4xLTAuMiwxLjhjMCwwLjcsMC4xLDEuMywwLjIsMS44YzAuMSwwLjUsMC4zLDAuOSwwLjUsMS4yczAuNSwwLjYsMC44LDAuN2MwLjMsMC4yLDAuNiwwLjIsMC45LDAuMmMwLjEsMCwwLjIsMCwwLjQsMGMwLjIsMCwwLjMsMCwwLjUtMC4xYzAuMiwwLDAuMy0wLjEsMC41LTAuMXMwLjMtMC4xLDAuMy0wLjJWMzFoLTEuN3YtMS4xTDM5LjQsMjkuOUwzOS40LDI5Ljl6Ii8+PC9nPjwvc3ZnPg==);
}

div.type-png .thumb-container:after {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhcGFfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA1NiA1NiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTYgNTY7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48c3R5bGUgdHlwZT0idGV4dC9jc3MiPi5zdDB7ZmlsbDojODhDMDU3O30uc3Qxe2ZpbGw6IzY1OUMzNTt9LnN0MntmaWxsOiNGRkZGRkY7fTwvc3R5bGU+PHBhdGggY2xhc3M9InN0MCIgZD0iTTM3LDBIOEM3LjIsMCw2LjUsMC43LDYuNSwxLjlWNTVjMCwwLjMsMC43LDEsMS41LDFINDhjMC44LDAsMS41LTAuNywxLjUtMVYxM2MwLTAuNy0wLjEtMC45LTAuMy0xLjFMMzcuNiwwLjNDMzcuNCwwLjEsMzcuMiwwLDM3LDB6Ii8+PHBvbHlnb24gY2xhc3M9InN0MSIgcG9pbnRzPSIzNy41LDAuMiAzNy41LDEyIDQ5LjMsMTIgIi8+PGc+PHBhdGggY2xhc3M9InN0MiIgZD0iTTE2LjksMzUuMWgtMS42VjI1aDIuOWMwLjQsMCwwLjksMC4xLDEuMywwLjJzMC44LDAuMywxLjEsMC42YzAuMywwLjMsMC42LDAuNiwwLjgsMXMwLjMsMC44LDAuMywxLjNjMCwwLjUtMC4xLDEtMC4zLDEuNHMtMC40LDAuOC0wLjcsMXMtMC43LDAuNS0xLjEsMC43cy0wLjksMC4yLTEuNCwwLjJoLTEuMkwxNi45LDM1LjFMMTYuOSwzNS4xeiBNMTYuOSwyNi4zdjRoMS41YzAuMiwwLDAuNCwwLDAuNi0wLjFjMC4yLTAuMSwwLjQtMC4yLDAuNS0wLjNjMC4yLTAuMiwwLjMtMC40LDAuNC0wLjZzMC4xLTAuNiwwLjEtMWMwLTAuMiwwLTAuNC0wLjEtMC42YzAtMC4yLTAuMS0wLjQtMC4zLTAuNmMtMC4xLTAuMi0wLjMtMC40LTAuNi0wLjVzLTAuNi0wLjItMS0wLjJMMTYuOSwyNi4zTDE2LjksMjYuM3oiLz48cGF0aCBjbGFzcz0ic3QyIiBkPSJNMzAuOSwyNXYxMC4xaC0xLjdsLTQtNi45djYuOWgtMS43VjI1aDEuN2w0LDYuOVYyNUgzMC45eiIvPjxwYXRoIGNsYXNzPSJzdDIiIGQ9Ik00MC43LDI5Ljl2My45Yy0wLjIsMC4zLTAuNCwwLjUtMC43LDAuNnMtMC41LDAuMy0wLjgsMC40cy0wLjYsMC4yLTAuOSwwLjJjLTAuMywwLTAuNiwwLjEtMC45LDAuMWMtMC42LDAtMS4yLTAuMS0xLjctMC4zcy0wLjktMC41LTEuMy0xcy0wLjctMS0wLjktMS42Yy0wLjItMC42LTAuMy0xLjQtMC4zLTIuMnMwLjEtMS42LDAuMy0yLjJjMC4yLTAuNiwwLjUtMS4yLDAuOS0xLjZjMC40LTAuNCwwLjgtMC44LDEuMy0xYzAuNS0wLjIsMS4xLTAuMywxLjctMC4zYzAuNSwwLDEuMSwwLjEsMS41LDAuM2MwLjUsMC4yLDAuOSwwLjUsMS4zLDAuOGwtMS4xLDFjLTAuMi0wLjMtMC41LTAuNS0wLjgtMC42Yy0wLjMtMC4xLTAuNi0wLjItMC45LTAuMmMtMC4zLDAtMC43LDAuMS0xLDAuMmMtMC4zLDAuMS0wLjYsMC4zLTAuOCwwLjZjLTAuMiwwLjMtMC40LDAuNy0wLjYsMS4ycy0wLjIsMS4xLTAuMiwxLjhjMCwwLjcsMC4xLDEuMywwLjIsMS44YzAuMSwwLjUsMC4zLDAuOSwwLjUsMS4yczAuNSwwLjYsMC44LDAuN2MwLjMsMC4yLDAuNiwwLjIsMC45LDAuMmMwLjEsMCwwLjIsMCwwLjQsMGMwLjIsMCwwLjMsMCwwLjUtMC4xYzAuMiwwLDAuMy0wLjEsMC41LTAuMXMwLjMtMC4xLDAuMy0wLjJWMzFoLTEuN3YtMS4xTDQwLjcsMjkuOUw0MC43LDI5Ljl6Ii8+PC9nPjwvc3ZnPg==);
}

div.type-doc .thumb-container:after {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhcGFfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA1NiA1NiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTYgNTY7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48c3R5bGUgdHlwZT0idGV4dC9jc3MiPi5zdDB7ZmlsbDojMDA5NkU2O30uc3Qxe2ZpbGw6IzAwNjJCMjt9LnN0MntmaWxsOiNGRkZGRkY7fTwvc3R5bGU+PHBhdGggY2xhc3M9InN0MCIgZD0iTTM3LDBIOEM3LjIsMCw2LjUsMC43LDYuNSwxLjlWNTVjMCwwLjMsMC43LDEsMS41LDFINDhjMC44LDAsMS41LTAuNywxLjUtMVYxM2MwLTAuNy0wLjEtMC45LTAuMy0xLjFMMzcuNiwwLjNDMzcuNCwwLjEsMzcuMiwwLDM3LDB6Ii8+PHBvbHlnb24gY2xhc3M9InN0MSIgcG9pbnRzPSIzNy41LDAuMiAzNy41LDEyIDQ5LjMsMTIgIi8+PGc+PHBhdGggY2xhc3M9InN0MiIgZD0iTTIyLjUsMjkuOGMwLDAuOC0wLjEsMS41LTAuMywyLjFzLTAuNCwxLjEtMC43LDEuNXMtMC42LDAuNy0wLjksMC45cy0wLjcsMC40LTEsMC41QzE5LjMsMzQuOSwxOSwzNSwxOC44LDM1Yy0wLjMsMC0wLjUsMC0wLjYsMGgtMy44VjI1aDNjMC44LDAsMS42LDAuMSwyLjIsMC40czEuMiwwLjYsMS42LDEuMXMwLjcsMSwxLDEuNUMyMi40LDI4LjYsMjIuNSwyOS4yLDIyLjUsMjkuOHogTTE3LjYsMzMuOWMxLjEsMCwxLjktMC40LDIuNC0xLjFzMC43LTEuNywwLjctMy4xYzAtMC40LDAtMC44LTAuMS0xLjJjLTAuMS0wLjQtMC4zLTAuOC0wLjYtMS4xcy0wLjctMC42LTEuMi0wLjhzLTEuMS0wLjMtMS45LTAuM2gtMXY3LjZDMTYsMzMuOSwxNy42LDMzLjksMTcuNiwzMy45eiIvPjxwYXRoIGNsYXNzPSJzdDIiIGQ9Ik0zMi41LDMwYzAsMC44LTAuMSwxLjYtMC4zLDIuMnMtMC41LDEuMi0wLjksMS42Yy0wLjQsMC40LTAuOCwwLjgtMS4zLDFzLTEuMSwwLjMtMS43LDAuM3MtMS4yLTAuMS0xLjctMC4zcy0wLjktMC41LTEuMy0xcy0wLjctMS0wLjktMS42cy0wLjMtMS40LTAuMy0yLjJzMC4xLTEuNiwwLjMtMi4yYzAuMi0wLjYsMC41LTEuMiwwLjktMS42YzAuNC0wLjQsMC44LTAuOCwxLjMtMXMxLjEtMC4zLDEuNy0wLjNzMS4yLDAuMSwxLjcsMC4zczAuOSwwLjUsMS4zLDFjMC40LDAuNCwwLjcsMSwwLjksMS42QzMyLjQsMjguNCwzMi41LDI5LjIsMzIuNSwzMHogTTI4LjIsMzMuOGMwLjMsMCwwLjctMC4xLDEtMC4yYzAuMy0wLjEsMC42LTAuMywwLjgtMC42YzAuMi0wLjMsMC40LTAuNywwLjYtMS4yczAuMi0xLjEsMC4yLTEuOGMwLTAuNy0wLjEtMS4zLTAuMi0xLjdjLTAuMS0wLjUtMC4zLTAuOS0wLjUtMS4ycy0wLjUtMC41LTAuOC0wLjdjLTAuMy0wLjEtMC42LTAuMi0wLjktMC4yYy0wLjMsMC0wLjcsMC4xLTEsMC4yYy0wLjMsMC4xLTAuNiwwLjMtMC44LDAuNmMtMC4yLDAuMy0wLjQsMC43LTAuNiwxLjJzLTAuMiwxLjEtMC4yLDEuOGMwLDAuNywwLjEsMS4zLDAuMiwxLjhzMC4zLDAuOSwwLjUsMS4yczAuNSwwLjUsMC44LDAuN0MyNy42LDMzLjcsMjcuOSwzMy44LDI4LjIsMzMuOHoiLz48cGF0aCBjbGFzcz0ic3QyIiBkPSJNNDEuNiwzNC4xYy0wLjQsMC40LTAuOCwwLjYtMS4zLDAuOGMtMC41LDAuMi0xLDAuMy0xLjUsMC4zYy0wLjYsMC0xLjItMC4xLTEuNy0wLjNzLTAuOS0wLjUtMS4zLTFzLTAuNy0xLTAuOS0xLjZzLTAuMy0xLjQtMC4zLTIuMnMwLjEtMS42LDAuMy0yLjJjMC4yLTAuNiwwLjUtMS4yLDAuOS0xLjZjMC40LTAuNCwwLjgtMC44LDEuMy0xYzAuNS0wLjIsMS4xLTAuMywxLjctMC4zYzAuNSwwLDEuMSwwLjEsMS41LDAuM2MwLjUsMC4yLDAuOSwwLjUsMS4zLDAuOGwtMS4xLDFjLTAuMi0wLjMtMC41LTAuNS0wLjgtMC42cy0wLjYtMC4yLTAuOS0wLjJjLTAuMywwLTAuNywwLjEtMSwwLjJjLTAuMywwLjEtMC42LDAuMy0wLjgsMC42Yy0wLjIsMC4zLTAuNCwwLjctMC42LDEuMnMtMC4yLDEuMS0wLjIsMS44YzAsMC43LDAuMSwxLjMsMC4yLDEuOHMwLjMsMC45LDAuNSwxLjJzMC41LDAuNSwwLjgsMC43YzAuMywwLjEsMC42LDAuMiwwLjksMC4yczAuNi0wLjEsMC45LTAuMnMwLjUtMC4zLDAuOC0wLjZMNDEuNiwzNC4xeiIvPjwvZz48L3N2Zz4=);
}

div.type-zip .thumb-container:after {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhcGFfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA1NiA1NiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTYgNTY7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48c3R5bGUgdHlwZT0idGV4dC9jc3MiPi5zdDB7ZmlsbDojNTU2MDgwO30uc3Qxe2ZpbGw6IzNGNDg1RTt9LnN0MntmaWxsOiNGRkZGRkY7fTwvc3R5bGU+PHBhdGggY2xhc3M9InN0MCIgZD0iTTM3LDBIOEM3LjIsMCw2LjUsMC43LDYuNSwxLjlWNTVjMCwwLjMsMC43LDEsMS41LDFINDhjMC44LDAsMS41LTAuNywxLjUtMVYxM2MwLTAuNy0wLjEtMC45LTAuMy0xLjFMMzcuNiwwLjNDMzcuNCwwLjEsMzcuMiwwLDM3LDB6Ii8+PHBvbHlnb24gY2xhc3M9InN0MSIgcG9pbnRzPSIzNy41LDAuMiAzNy41LDEyIDQ5LjMsMTIgIi8+PGc+PHBhdGggY2xhc3M9InN0MiIgZD0iTTI0LjksMjV2MS4zbC00LjgsNy4ybC0wLjMsMC4yaDUuMVYzNWgtNi43di0xLjNsNC44LTcuMmwwLjMtMC4yaC01LjFWMjVIMjQuOXoiLz48cGF0aCBjbGFzcz0ic3QyIiBkPSJNMjguOSwzNWgtMS43VjI1aDEuN1YzNXoiLz48cGF0aCBjbGFzcz0ic3QyIiBkPSJNMzMsMzVoLTEuNlYyNWgyLjljMC40LDAsMC45LDAuMSwxLjMsMC4yczAuOCwwLjMsMS4xLDAuNmMwLjMsMC4zLDAuNiwwLjYsMC44LDFzMC4zLDAuOCwwLjMsMS4zYzAsMC41LTAuMSwxLTAuMywxLjRjLTAuMiwwLjQtMC40LDAuOC0wLjcsMWMtMC4zLDAuMy0wLjcsMC41LTEuMSwwLjdzLTAuOSwwLjItMS40LDAuMkgzM0wzMywzNUwzMywzNXogTTMzLDI2LjJ2NGgxLjVjMC4yLDAsMC40LDAsMC42LTAuMWMwLjItMC4xLDAuNC0wLjIsMC41LTAuM3MwLjMtMC40LDAuNC0wLjZzMC4yLTAuNiwwLjItMWMwLTAuMiwwLTAuNC0wLjEtMC42YzAtMC4yLTAuMS0wLjQtMC4zLTAuNmMtMC4xLTAuMi0wLjMtMC40LTAuNi0wLjVzLTAuNi0wLjItMS0wLjJMMzMsMjYuMkwzMywyNi4yeiIvPjwvZz48L3N2Zz4=);
}







/*============================================================================================*/
/* 3.  COMMON */
/*============================================================================================*/
/*-------- 3.1 Misc --------*/
.form-control {
  /* padding: 10px;
  font-size: 14px;
  /* font-size: 0.875rem; 
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid rgb(233, 234, 233);
  background-color: rgb(249, 251, 252); */

  padding: 8px;
  font-size: 14px;
  /* font-size: 0.875rem; */
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid rgb(233, 234, 233);
  background-color: rgb(249, 251, 252);
  /* margin-bottom: 12px; */
}



.form-group {
  position: relative;
}

.bg_color_1 {
  background-color: #fff;
}

.bg_color_2 {
  background-color: #f6f9fc;
}

.bg_color_0 {
  background-color: #fbfbfd;
}


.box_1 {
  background-color: #121921;
  color: #fff;
  padding: 45px;
  opacity: 0;
}

.box_1 p {
  opacity: 0.8;
}

.box_1 h3 {
  color: #fff;
}

.animated .box_1 {
  animation: color 0.3s ease-in-out;
  animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

.call_section {
  background: url(../img/bg_call_section.jpg) center center no-repeat fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 400px;
  padding: 10% 0;
}

.box_faq {
  position: relative;
  padding-left: 50px;
}

.box_faq h4 {
  font-size: 18px;
  font-size: 1.125rem;
}

.box_faq i {
  font-size: 36px;
  font-size: 2.25rem;
  position: absolute;
  left: 0;
  top: 0;
  color: #999;
}

.custom-select-form .nice-select {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;


  line-height: 42px;
}

.custom-select-form .nice-select:hover {
  border-color: #d2d8dd;
}

.custom-select-form .nice-select:active,
.custom-select-form .nice-select.open,
.custom-select-form .nice-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-select-form select {
  display: none;
}

ul.share-buttons {
  padding: 0;
  list-style: none;
  text-align: center;
  margin: 0 0 25px 0;
}

ul.share-buttons li {
  display: inline-block;
  margin: 0 5px 5px 5px;
}

ul.share-buttons li a {
  background: #fff;
  border: 1px solid #666;
  border-radius: 50px;
  font-weight: 500;
  font-size: 13px;
  padding: 7px 20px;
  transition: 0.3s;
  display: inline-block;
  line-height: 17px;
  font-weight: 500;
}

ul.share-buttons li a:hover {
  color: #fff;
}

ul.share-buttons li a.fb-share {
  border-color: #3b5998;
  color: #3b5998;
}

ul.share-buttons li a.fb-share:hover {
  background: #3b5998;
  color: #fff;
}

ul.share-buttons li a.gplus-share {
  border-color: #dd4b39;
  color: #dd4b39;
}

ul.share-buttons li a.gplus-share:hover {
  background: #dd4b39;
  color: #fff;
}

ul.share-buttons li a.twitter-share {
  border-color: #1da1f2;
  color: #1da1f2;
}

ul.share-buttons li a.twitter-share:hover {
  background: #1da1f2;
  color: #fff;
}

ul.share-buttons li i {
  font-size: 16px;
  font-size: 1rem;
  position: relative;
  right: 3px;
  top: 2px;
}

/* Jquery select */
.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 3px;
  border: none;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 48px;
  outline: none;
  padding-left: 15px;
  padding-right: 27px;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  user-select: none;
  white-space: nowrap;
  width: auto;
  color: #555;
  padding-top: 0px;
  border: 1px solid rgb(243, 245, 244);
  background-color: rgb(249, 251, 252);
}

.nice-select:hover {
  border-color: #8c8c8c;
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
  border-color: #999;
}

.nice-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: '';
  display: block;
  height: 8px;
  margin-top: -5px;
  pointer-events: none;
  position: absolute;
  right: 20px;
  top: 50%;
  transform-origin: 66% 66%;
  transform: rotate(45deg);
  transition: all 0.15s ease-in-out;
  width: 8px;
}

.nice-select.open:after {
  transform: rotate(-135deg);
}

.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1) translateY(0);
}

.nice-select.disabled {
  border-color: #9e9e9e;
  color: #999;
  pointer-events: none;
}

.nice-select.disabled:after {
  border-color: #cccccc;
}

.nice-select.wide {
  width: 100%;
}

.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}

.nice-select.right {
  float: right;
}

.nice-select.right .list {
  left: auto;
  right: 0;
}

.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}

.nice-select.small:after {
  height: 4px;
  width: 4px;
}

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}

.nice-select .list {
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  transform-origin: 50% 0;
  transform: scale(0.75) translateY(-25px);
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
  height: 32vh;
  overflow: auto;
}

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}

.nice-select .list::-webkit-scrollbar {
  width: 14px;
  height: 18px;
}

.nice-select .list::-webkit-scrollbar-thumb {
  height: 6px;
  border: 4px solid transparent;
  background-clip: padding-box;
  -webkit-border-radius: 7px;
  background-color: rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset -1px -1px 0px rgba(0, 0, 0, 0.05), inset 1px 1px 0px rgba(0, 0, 0, 0.05);
}

.nice-select .list::-webkit-scrollbar-button {
  width: 0;
  height: 0;
  display: none;
}

.nice-select .list::-webkit-scrollbar-corner {
  background-color: transparent;
}

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 38px;
  list-style: none;
  min-height: 38px;
  outline: none;
  padding-left: 15px;
  padding-right: 26px;
  text-align: left;
  transition: all 0.2s;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  background-color: #f6f6f6;
}

.nice-select .option.selected {
  font-weight: 500;
}

.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}

.no-csspointerevents .nice-select.open .list {
  display: block;
}

.colbutton {
  width: 60px;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.7);
  /* font: -webkit-control; */
  line-height: 100%;

}

.bottom-menu {}

#bottom-menu :after {

  position: relative;
  display: block;

  -webkit-transform: translateY(-55%);
  transform: translateY(-55%);
}

/* Scroll top button */
#toTop {
  position: fixed;
  right: 25px;
  bottom: 70px;
  z-index: 9999;
  width: 46px;
  height: 46px;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 1;
  border-radius: 50%;
  text-align: center;
  font-size: 21px;
  color: #fff;
  cursor: pointer;
}

#toTop:after {
  content: "\e899";
  font-family: "fontello";
  position: relative;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-55%);
  transform: translateY(-55%);
}

#toTop:hover {
  background-color: #04c8c8;
}

/*-------- 3.2 Accordion --------*/
.accordion_2 .card {
  border: 0;
  margin-bottom: 5px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
}

.accordion_2 .card .card-header {
  background-color: #fff;
  border-bottom: 1px solid #ededed;
  padding: 20px;
}

.accordion_2 .card-body {
  padding-bottom: 0;
}

.accordion_2 .card-header h5 {
  font-size: 16px;
  font-size: 1rem;
}

.accordion_2 .card-header h5 a {
  border: 0;
  display: block;
  color: #999;
}

.accordion_2 .card-header h5 a i.indicator {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: normal;
  float: right;
  color: #04c8c8;
}

.card {
  /*border-radius: 0;
  border: 0;
  margin-bottom: 5px;*/

  /*width: 400px;
    border: none;
    border-radius: 10px;
     
    background-color: #fff;*/
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1pxsolidrgba(0, 0, 0, .125);
  border-radius: 0.25rem;

}

.card-body {
  flex: 1 1 auto;
  padding: 1rem 1rem;
}

.card-rounded {
  border-radius: 30px;
}

.card-content {
  padding: 67px;
}

@media only screen and (max-width:1068px) {
  .card-content {
    padding: 60px;
  }
}

@media only screen and (max-width:734px) {
  .card-content {
    padding: 52px;
  }
}

.section-cards .card:not(.card-mini) {
  min-height: 512px;
}

.card.theme-rainbow {
  background: radial-gradient(ellipse at 5% 5%, #04c8c8 0%, rgba(254, 200, 51, 0) 75%), radial-gradient(ellipse at 95% 5%, #04c8c8 0%, rgba(253, 193, 167, 0) 75%), radial-gradient(ellipse at 95% 95%, #69b1e4 15%, rgba(228, 105, 154, 0) 75%), radial-gradient(ellipse at 5% 95%, #5196eb 30%, rgba(235, 85, 81, 0) 75%);
}

.d-flex {
  display: flex !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.text-grey-900 {
  color: #212529 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.font-xssss {
  font-size: 12px !important;
}

.font-xsss {
  font-size: 14px !important;
}

.font-xs {
  font-size: 18px !important;
}

.font-s {
  font-size: 20px !important;
}

.font-m {
  font-size: 22px !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.position-relative {
  position: relative !important;
}


.bg-image-center {
  background-position: center center;
}

.bg-image-cover {
  background-size: cover;
}

.h100 {
  height: 100px !important;
}

.text-grey-500 {
  color: #adb5bd !important;
}

.mt-1 {
  margin-top: 0.15rem !important;
}

.d-block {
  display: block !important;
}

.lh-3 {
  line-height: 1.4;
}

.rounded-circle {
  border-radius: 50% !important;
}

.ms-auto {
  margin-left: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.me-auto {
  margin-right: auto !important;
}

.position-relative {
  position: relative !important;
}

.mt--6 {
  margin-top: -4.2rem !important;
}

.z-index-1 {
  z-index: 2;
  position: relative;
}

.w75 {
  width: 75px !important;
}

figure {
  margin: 0 0 1rem;
}

.rounded-xxxl {
  border-radius: 10px !important;
}

.rounded-xxl {
  border-radius: 15px !important;
}

.rounded-xl {
  border-radius: 30px !important;
}

.shadow-sm {
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.w45 {
  width: 45px !important;
}

img,
svg {
  vertical-align: middle;
}

.me-3 {
  margin-right: 1rem !important;
}

figure {
  margin: 0 0 1rem;
}

.ms-auto {
  margin-left: auto !important;
}

.rounded-3 {
  border-radius: 0.3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.border-0 {
  border: 0 !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.table_e2 img {
  object-fit: cover;
  width: 45px;
  height: 45px;
}

.table_e2 .c_name {
  margin-left: 15px;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.border-0 {
  border: 0 !important;
}

.d-block {
  display: block !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.font-xss {
  font-size: 16px !important;
}

.btn-round-md {
  width: 45px;
  height: 45px;
  border-radius: 45px;
  display: inline-block;
  line-height: 45px !important;
  text-align: center;
}

.bg-greylight {
  background-color: #f5f5f5 !important;
}

[class^="ti-"],
[class*=" ti-"] {
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*-------- 3.3 List --------*/
ul.list_ok {
  list-style: none;
  margin: 25px 0 30px 0;
  padding: 0;
}

ul.list_ok li {
  position: relative;
  padding-left: 45px;
  margin-bottom: 20px;
}

ul.list_ok li:before {
  font-family: 'ElegantIcons';
  content: "\52";
  position: absolute;
  left: 0;
  top: -10px;
  font-size: 32px;
  font-size: 2rem;
  color: #8dc63f;
}

ul.bullets {
  line-height: 1.8;
  margin: 0;
  padding: 0;
}

ul.bullets li {
  position: relative;
  padding-left: 20px;
}

ul.bullets li:before {
  font-style: normal;
  font-weight: normal;
  font-family: 'ElegantIcons';
  font-size: 14px;
  font-size: 0.875rem;
  content: "\5c";
  color: #ccc;
  position: absolute;
  left: 0;
  top: 0;
}

/*-------- 3.4 Spacing --------*/
.add_bottom_15 {
  margin-bottom: 15px;
}

.add_bottom_30 {
  margin-bottom: 30px;
}

.add_bottom_45 {
  margin-bottom: 45px;
}

.add_bottom_60 {
  margin-bottom: 60px;
}

.add_bottom_75 {
  margin-bottom: 75px;
}

.add_top_10 {
  margin-top: 10px;
}

.add_top_15 {
  margin-top: 15px;
}

.add_top_20 {
  margin-top: 20px;
}

.add_top_30 {
  margin-top: 30px;
}

.add_top_60 {
  margin-top: 60px;
}

.more_padding_left {
  padding-left: 40px;
}

.nomargin_top {
  margin-top: 0;
}

.nopadding {
  margin: 0 !important;
  padding: 0 !important;
}

.nomargin {
  margin: 0 !important;
}

.margin_60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.margin_60_35 {
  padding-top: 60px;
  padding-bottom: 35px;
}

@media (max-width: 575px) {
  .margin_60_35 {
    padding-top: 30px;
    padding-bottom: 5px;
  }
}

.margin_80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media (max-width: 991px) {
  .margin_80 {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}

@media (max-width: 575px) {
  .margin_80 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.margin_10_20 {
  padding-top: 10px;
  padding-bottom: 20px;
}

.margin_80_55 {
  padding-top: 80px;
  padding-bottom: 55px;
}

@media (max-width: 991px) {
  .margin_80_55 {
    padding-top: 60px;
    padding-bottom: 35px;
  }
}

@media (max-width: 575px) {
  .margin_80_55 {
    padding-top: 45px;
    padding-bottom: 15px;
  }
}

.margin_80_0 {
  padding-top: 80px;
}

@media (max-width: 991px) {
  .margin_80_0 {
    padding-top: 60px;
  }
}

@media (max-width: 575px) {
  .margin_80_0 {
    padding-top: 45px;
  }
}

.margin_header {
  padding-top: 83px;
}

@media (max-width: 991px) {
  .margin_header {
    padding-top: 74px;
  }
}

@media (max-width: 768px) {
  .margin_header {
    padding-top: 50px;
  }
}

.margin_60_0 {
  padding-top: 60px;
}

@media (max-width: 991px) {
  .margin_60_0 {
    padding-top: 60px;
  }
}

@media (max-width: 575px) {
  .margin_60_0 {
    padding-top: 45px;
  }
}

.margin_30_95 {
  padding-top: 30px;
  padding-bottom: 95px;
}

@media (max-width: 991px) {
  .margin_30_95 {
    padding-top: 15px;
    padding-bottom: 35px;
  }
}

@media (max-width: 575px) {
  .margin_30_95 {
    padding-top: 5px;
    padding-bottom: 30px;
  }
}

@media (max-width: 991px) {
  .hidden_tablet {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hidden_mobile {
    display: none !important;
  }
}

/*-------- 3.5 Block reveal --------*/
.animated .block-reveal {
  height: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.block-horizzontal,
.block-vertical {
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 10;
}

.animated .block-horizzontal {
  animation: reveal_left_to_right 1s ease-in-out;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  background: #0054a6;
}

.animated .block-vertical {
  animation: reveal_top_to_bottom 1s ease-in-out;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  background: #0054a6;
}

.block-reveal img {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}

.animated .block-reveal img {
  animation: color 0.5s ease-in-out;
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

@keyframes reveal_left_to_right {
  0% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  50% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
}

@keyframes reveal_top_to_bottom {
  0% {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  50% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
  }
}

@keyframes color {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/*-------- 3.6 Cookie bar --------*/
#cookie-bar {
  background: rgba(0, 0, 0, 0.8);
  height: auto;
  line-height: 24px;
  color: #eeeeee;
  text-align: center;
  padding: 15px 0;
  font-weight: 400;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 500;

  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
}

#cookie-bar p {
  margin: 0;
  padding: 0;
}

#cookie-bar a {
  display: inline-block;
  /* color: #fff;
  
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none;
  padding: 2px 10px;
  margin-left: 8px; */
}

@media (max-width: 767px) {
  #cookie-bar a {
    display: inline-block;
    /* 
    max-width: 150px;
    margin: auto;
    margin-bottom: 5px; */
  }
}

#cookie-bar .cb-enable {
  background: #04c8c8;
  color: #fff;
}

#cookie-bar .cb-enable:hover {
  background: #fff;
  color: #1d1d1f;
}

#cookie-bar .cb-disable {
  background: #990000;
}

#cookie-bar .cb-disable:hover {
  background: #bb0000;
}

#cookie-bar .cb-policy {
  background: #1d1d1f;
}

#cookie-bar .cb-policy:hover {
  background: #fff;
  color: #0054a6;
}

#cookie-bar.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999999999;
}

#cookie-bar.fixed.bottom {
  bottom: 0;
  top: auto;
}

@media (max-width: 767px) {
  #cookie-bar {
    padding: 20px 20px;
  }
}

/*-------- 3.7 Offer Modal --------*/

.modal {
  top: 30%;

}

.modal-header {

  border-bottom: 0px none #e9ecef;

}

.modal-footer {

  border-top: 0px none #e9ecef;
}

.modal-content {

  box-sizing: border-box;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  -ms-border-radius: 13px;
  border-radius: 13px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-style: solid;
  border-color: #e4e4e4;
  border-width: 1px;

}

#offer {
  background: #fff;
  padding: 30px;
  padding-top: 0;
  text-align: left;
  max-width: 400px;
  margin: 40px auto;
  position: relative;
  box-sizing: border-box;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  -ms-border-radius: 13px;
  border-radius: 13px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-style: solid;
  border-color: #e4e4e4;
  border-width: 1px;
}

/* Popup close button*/
#offer .mfp-close,
#lang-dialog .mfp-close {
  color: #666;
  background-color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  top: 12px;
  right: 20px;
  width: 32px;
  height: 32px;
  line-height: 32px;
}

#offer .mfp-close:hover,
#lang-dialog .mfp-close:hover {
  color: #fff;
  background-color: #66676b;
}

#offer .mfp-close:before {
  font-size: 24px;
  font-family: 'ElegantIcons';
  content: "\4d";
}

.small-dialog-header {
  font-size: 18px;
  width: calc(100% + 60px);
  position: relative;
  left: -30px;
  top: 0;
  -webkit-border-radius: 4px 4px;
  -moz-border-radius: 4px 4px;
  -ms-border-radius: 4px 4px;
  border-radius: 4px 4px;
  display: inline-block;
  background-color: #f6f6f6;
  padding: 18px 20px 15px 20px;
  margin-bottom: 30px;
}

.small-dialog-header h3 {
  padding: 0;
  margin: 0;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
}

#offer .form-group {
  position: relative;
}

#offer .form-group input.form-control {
  padding-left: 40px;
}

#offer .form-group i {
  font-size: 21px;
  font-size: 1.3125rem;
  position: absolute;
  left: 12px;
  top: 34px;
  color: #ccc;
  width: 25px;
  height: 25px;
  display: block;
  font-weight: 400 !important;
}

#offer .form-group i.icon_lock_alt {
  top: 36px;
}

/*-------- 3.7 Offer Modal --------*/
#ask {
  background: #fff;
  padding: 30px;
  padding-top: 0;
  text-align: left;
  max-width: 400px;
  margin: 40px auto;
  position: relative;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

/* Popup close button*/
#ask .mfp-close,
#lang-dialog .mfp-close {
  color: #666;
  background-color: #e4e4e4;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  top: 12px;
  right: 20px;
  width: 32px;
  height: 32px;
  line-height: 32px;
}

#ask .mfp-close:hover,
#lang-dialog .mfp-close:hover {
  color: #fff;
  background-color: #66676b;
}

#ask .mfp-close:before {
  font-size: 24px;
  font-family: 'ElegantIcons';
  content: "\4d";
}

.small-dialog-header {
  font-size: 18px;
  width: calc(100% + 60px);
  position: relative;
  left: -30px;
  top: 0;
  -webkit-border-radius: 4px 4px;
  -moz-border-radius: 4px 4px;
  -ms-border-radius: 4px 4px;
  border-radius: 4px 4px;
  display: inline-block;
  background-color: #f6f6f6;
  padding: 18px 20px 15px 20px;
  margin-bottom: 30px;
}

.small-dialog-header h3 {
  padding: 0;
  margin: 0;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
}

#ask .form-group {
  position: relative;
}

#ask .form-group input.form-control {
  padding-left: 40px;
}

#ask .form-group i {
  font-size: 21px;
  font-size: 1.3125rem;
  position: absolute;
  left: 12px;
  top: 34px;
  color: #ccc;
  width: 25px;
  height: 25px;
  display: block;
  font-weight: 400 !important;
}

#ask .form-group i.icon_lock_alt {
  top: 36px;
}

/*-------- 3.7 Sing In Modal --------*/
#sign-in-dialog {
  background: #fff;
  padding: 30px;
  padding-top: 0;
  text-align: left;
  max-width: 400px;
  margin: 40px auto;
  position: relative;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

/* Popup close button*/
#sign-in-dialog .mfp-close,
#lang-dialog .mfp-close {
  color: #666;
  background-color: #e4e4e4;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  top: 12px;
  right: 20px;
  width: 32px;
  height: 32px;
  line-height: 32px;
}

#sign-in-dialog .mfp-close:hover,
#lang-dialog .mfp-close:hover {
  color: #fff;
  background-color: #66676b;
}

#sign-in-dialog .mfp-close:before {
  font-size: 24px;
  font-family: 'ElegantIcons';
  content: "\4d";
}

.small-dialog-header {
  font-size: 18px;
  width: calc(100% + 60px);
  position: relative;
  left: -30px;
  top: 0;
  -webkit-border-radius: 13px 13px;
  -moz-border-radius: 13px 13px;
  -ms-border-radius: 13px 13px;
  border-radius: 13px 13px;
  display: inline-block;
  background-color: #fff;
  padding: 18px 20px 15px 20px;
  margin-bottom: 30px;
}

.small-dialog-header h3 {
  padding: 0;
  margin: 0;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
}

#sign-in-dialog .form-group {
  position: relative;
}

#sign-in-dialog .form-group input.form-control {
  padding-left: 40px;
}

#sign-in-dialog .form-group i {
  font-size: 21px;
  font-size: 1.3125rem;
  position: absolute;
  left: 12px;
  top: 34px;
  color: #ccc;
  width: 25px;
  height: 25px;
  display: block;
  font-weight: 400 !important;
}

#sign-in-dialog .form-group i.icon_lock_alt {
  top: 36px;
}

.my-toggle {
  background: transparent;
  border: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  color: #888;
  cursor: pointer;
  font-size: 10px;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: bold;
  margin-right: 5px;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  text-transform: uppercase;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: #fff;
}

.my-toggle:hover,
.my-toggle:focus {
  background-color: #eee;
  color: #555;
  outline: transparent;
}

.hideShowPassword-wrapper {
  width: 100% !important;
}

.checkboxes label {
  color: #999;
}

a#forgot {
  color: #999;
  font-weight: 500;
  font-size: 13px;
  font-size: 0.8125rem;
}

#forgot_pw {
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  min-height: 460px;
  display: none;
}

#forgot_pw label {
  font-weight: 500;
}

.sign-in-wrapper {
  position: relative;
  height: 100%;
}

a.social_bt {



  border-radius: 50%;
  color: #ffffff !important;
  display: inline-block;
  height: 42px;
  line-height: 21px;
  margin: 8px 4px;
  text-align: center;
  text-decoration: none;
  position: relative;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  width: 42px;


}

a.social_bt:hover {
  -webkit-filter: brightness(115%);
  filter: brightness(115%);
}

a.social_bt.facebook:before,
a.social_bt.google:before,
a.social_bt.linkedin:before {
  font-family: 'ElegantIcons';
  position: absolute;
  left: 12px;
  top: 10px;
  font-size: 1rem;
  color: #fff;
}

a.social_bt.facebook {
  background-color: #3B5998;
}

a.social_bt.facebook:before {
  content: "\e093";
}

a.social_bt.google {
  background-color: #DC4E41;
}

a.social_bt.google:before {
  content: "\e096";
  top: 12px;
}

/* .divider {
  text-align: left;
  height: 1px;
  margin: 30px 0 20px 10px;
  background-color: #e1e8ed;
} */
.divider span {
  position: relative;
  top: -20px;
  background-color: #fff;
  display: inline-block;
  padding: 10px;


}

/* Magnific popup */
.mfp-bottom-bar {
  padding: 0 10px !important;
}

.mfp-counter {
  right: 10px !important;
  color: #fff !important;
}

.mfp-bg {
  opacity: 0.08 !important;
}

/*-------- 3.8 Input Switcher --------*/
.switchery {
  background-color: #fff;
  border: 1px solid #dfdfdf;
  border-radius: 20px;
  cursor: pointer;
  display: inline-block;
  height: 30px;
  position: relative;
  vertical-align: middle;
  width: 50px;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  box-sizing: content-box;
  background-clip: content-box;
  float: right;
}

.switchery>small {
  background: #fff;
  border-radius: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  height: 30px;
  position: absolute;
  top: 0;
  width: 30px;
}

/* Switchery sizes. */
.switchery-small {
  border-radius: 20px;
  height: 20px;
  width: 33px;
}

.switchery-small>small {
  height: 20px;
  width: 20px;
}

.switchery-large {
  border-radius: 40px;
  height: 40px;
  width: 66px;
}

.switchery-large>small {
  height: 40px;
  width: 40px;
}

/*-------- 3.9 Datepicker --------*/
.applyBtn.btn.btn-sm.btn-primary {
  background-color: #04c8c8;
  border: 0;
}

.drp-selected {
  display: none !important;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #0054a6 !important;
}

/*-------- 3.10 Styles Switcher --------*/
#style-switcher {
  background: #fff;
  width: 205px;
  position: fixed;
  top: 205px;
  z-index: 99;
  left: -205px;
  border-radius: 0 0 4px 0;
  -webkit-box-shadow: 0 6px 15px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.175);
}

#style-switcher h3 {
  color: #fff;
  font-size: 13px;
  margin: 10px 0;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0;
}

#style-switcher ul {
  list-style: none;
  padding: 0;
  margin-bottom: 22px;
}

#style-switcher div {
  padding: 6px 18px;
}

#style-switcher h6 {
  background: #f8f8f8;
  color: #333;
  font-size: 14px;
  line-height: 46px;
  padding: 0 0 0 20px;
  margin-top: 0;
  font-weight: 500;
}

#style-switcher h6 a {
  background-color: #f8f8f8;
  display: block;
  height: 46px;
  position: absolute;
  right: -46px;
  top: 0;
  width: 46px;
  border-radius: 0 4px 4px 0;
  font-size: 22px;
  color: #fff;
  text-align: center;
}

#style-switcher h6 a i {
  position: relative;
  top: 4px;
  color: #333;
}

.colors {
  list-style: none;
  margin: 0 0px 10px 0;
  overflow: hidden;
}

.colors li {
  float: left;
  margin: 4px 2px 0 2px;
}

.colors li a {
  display: block;
  width: 17px;
  height: 17px;
  cursor: pointer;
}

.default {
  background: #04c8c8;
}

.aqua {
  background: #1cbbb4;
}

.green_switcher {
  background: #82ca9c;
}

.orange {
  background: #f7941d;
}

.blue {
  background: #004dda;
}

.colors li a.active {
  box-shadow: 0 0 0 2px #fff inset;
}

.colors li a {
  border-radius: 3px;
}

@media only screen and (max-width: 1024px) {
  #style-switcher {
    display: none;
  }
}

/*custom */
.help-block {
  color: #fc5b62;
  font-size: 10px;
}

menu_text {
  font-size: 10px;
  position: relative;
  top: -7px;

}

.navbar {
  padding: .5rem 1em;
}

.row {
  margin-right: 0px;
  margin-left: 0px;
}

.container {
  padding-right: 0px;
  padding-left: 0px;
}

.cardminheight {

  height: auto;
  min-height: 350px;
  /* padding-left: 0px;
  padding-right: 0px; */

}

.list-ellipsis {
  display: inline-block;
  width: 300px;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
  /*display: -webkit-box;*/
  -webkit-line-clamp: 1;
  /* number of lines to show */
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

/* Dispositivos móveis */
@media (max-width: 768px) {
    .list-ellipsis {
        width: 120px;
    }
}

/* Tablets */
@media (min-width: 769px) and (max-width: 1024px) {
    .list-ellipsis {
        width: 200px;
    }
}

/* Laptops e desktops pequenos */
@media (min-width: 1025px) and (max-width: 1440px) {
    .list-ellipsis {
        width: 200px;
    }
}

.list-ellipsis-small {
  display: inline-block;
  width: 120px;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
  /*display: -webkit-box;*/
  -webkit-line-clamp: 1;
  /* number of lines to show */
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

@media (max-width: 768px) {
  .list-ellipsis_mobile {
    text-align: end;
  }
}



#wrapperheart {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: pulseheart 1s linear forwards;
  z-index: 1;


}

.pulsingheart {
  position: relative;
  width: 100px;
  height: 90px;
  opacity: 0;
  animation: pulseheart 1s linear forwards;
}


.pulsingheart:before,
.pulsingheart:after {
  position: absolute;
  content: "";
  left: 50px;
  top: 0;
  width: 50px;
  height: 80px;
  background: #fff;
  border-radius: 50px 50px 0 0;
  transform: rotate(-45deg);
  transform-origin: 0 100%;
  animation: pulsecolor 1s linear forwards;

}

.pulsingheart:after {
  left: 0;
  transform: rotate(45deg);
  transform-origin: 100% 100%;
  animation: pulsecolor 1s linear forwards;
}

@keyframes pulseheart {
  10% {
    transform: scale(1.1);
    opacity: 1;
  }
}

@keyframes pulsecolor {
  10% {
    background: #fff;
    opacity: 1;
  }
}

@keyframes fadein {
  10% {
    background: #fff;
    opacity: 0;
  }
}


.brokenheart {
  position: relative;
  width: 100px;
  height: 90px;
  opacity: 0;
  animation: broke .3s linear forwards;
}


.brokenheart:before,
.brokenheart:after {
  position: absolute;
  content: "";
  left: 50px;
  top: 0;
  width: 50px;
  height: 80px;
  background: #fff;
  border-radius: 50px 50px 0 0;
  transform: rotate(-45deg);
  transform-origin: 0 100%;


}

.brokenheart:after {
  left: 0;
  transform: rotate(45deg);
  transform-origin: 100% 100%;

}

@keyframes broke {
  100% {
    transform: scale(0);
    opacity: 1;
  }
}




.red {
  color: #fb4d66;

}


.owl-carousel-product .item .img {
  /* display: block;

  object-fit: cover;
  width: 100%;
  aspect-ratio: 1.4 / 1;
  border-radius: 6px;
  padding: 0px;
  cursor: pointer; */

  display: block;
  /* object-fit: cover; */
  /* width: 100%; */
  height: 250px;
  /* aspect-ratio: 1.4 / 1; */
  /* height: 270px; */
  border-radius: 6px;
  padding: 0px;
  cursor: pointer;

}

.owl-carousel-iframe .item .img {
    /* display: block;

  object-fit: cover;
  width: 100%;
  aspect-ratio: 1.4 / 1;
  border-radius: 6px;
  padding: 0px;
  cursor: pointer; */

    display: block;
    /* object-fit: cover; */
    /* width: 100%; */
    height: 200px;
    /* aspect-ratio: 1.4 / 1; */
    /* height: 270px; */
    border-radius: 6px;
    padding: 0px;
    cursor: pointer;

}

.owl-carousel-iframe .item .img.fit-cover {
    object-fit: cover;
    width: 100%;
}

.owl-carousel-iframe .item .video {
    display: block;

    object-fit: cover;
    width: 100%;
    /* aspect-ratio: 1.4 / 1;
  border-radius: 6px;
  padding: 0px;
  cursor: pointer; */

    display: block;
    /* object-fit: cover; */
    /* width: 100%; */
    height: 200px;
    /* aspect-ratio: 1.4 / 1; */
    /* height: 270px; */
    border-radius: 6px;
    padding: 0px;
    cursor: pointer;

}
.owl-carousel-product .item .img.fit-cover {
  object-fit: cover;
  width: 100%;
}

.owl-carousel-product .item .video {
    display: block;

  object-fit: cover;
  width: 100%;
/* aspect-ratio: 1.4 / 1;
  border-radius: 6px;
  padding: 0px;
  cursor: pointer; */

    display: block;
    /* object-fit: cover; */
    /* width: 100%; */
    height: 250px;
    /* aspect-ratio: 1.4 / 1; */
    /* height: 270px; */
    border-radius: 6px;
    padding: 0px;
    cursor: pointer;

}

input,
textarea {
  border: 1px solid #eeeeee;
  box-sizing: border-box;
  margin: 0;
  outline: none;
  padding: 10px;
}

input[type="button"] {
  -webkit-appearance: button;
  cursor: pointer;
}

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

.input-group {
  clear: both;
  position: relative;
}

.input-group input[type='button'] {
  background-color: #eeeeee;
  min-width: 38px;
  width: auto;
  transition: all 300ms ease;
}

.input-group .button-minus,
.input-group .button-plus {
  font-weight: bold;
  height: 38px;
  padding: 0;
  width: 38px;
  position: relative;
}

.input-group .quantity-field {
  position: relative;
  height: 38px;
  left: -6px;
  text-align: center;
  width: 62px;
  display: inline-block;
  font-size: 13px;
  margin: 0 0 5px;
  resize: vertical;
}



input[type="number"] {
  -moz-appearance: textfield;
  -webkit-appearance: none;
}


.fade-screen {
  background-color: rgba(0, 0, 0, 0.2);
  /*padding: 15px 20px;*/
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  visibility: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.menu-search-container.active {
  display: block;
  -webkit-animation-name: specialFadeOut;
  animation-name: specialFadeOut;
  transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}


.menu-search-container {
  display: none;
  position: absolute;

  left: 20.6667%;
  width: 56.66667%;
  z-index: 0;
}

.menu-search-container input {
  background-color: transparent;
  border: none;
  /* width: 100%; */
  font-size: 16px;
  outline: none;
  color: #0b0b0b;
}

.menu-search-container a {
  color: #0b0b0b;
}

.menu-search-container a:first-child {
  display: block;
  float: left;
  padding-right: 10px;
}

.menu-search-container.active {
  display: block;
  -webkit-animation-name: specialFadeOut;
  animation-name: specialFadeOut;
  transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.visible {
  visibility: visible;
}

.hidden {
  display: none;
  transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

@-webkit-keyframes specialFadeIn {
  from {
    opacity: 0;
    transform: scale(0.8);
  }

  to {
    opacity: 1;
  }
}

@keyframes specialFadeIn {
  from {
    opacity: 0;
    transform: scale(0.8);
  }

  to {
    opacity: 1;
  }
}

.specialFadeIn {
  -webkit-animation-name: specialFadeIn;
  animation-name: specialFadeIn;
}

@-webkit-keyframes specialFadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: scale(0.8);
  }
}

@keyframes specialFadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: scale(0.8);
  }
}

.specialFadeOut {
  -webkit-animation-name: specialFadeOut;
  animation-name: specialFadeOut;
}

@-webkit-keyframes specialSlideInRight {
  from {
    transform: translate3d(10%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes specialSlideInRight {
  from {
    transform: translate3d(10%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.specialSlideInRight {
  -webkit-animation-name: specialSlideInRight;
  animation-name: specialSlideInRight;
}

@-webkit-keyframes specialFadeInRight {
  from {
    opacity: 0;
    transform: translate3d(10%, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes specialFadeInRight {
  from {
    opacity: 0;
    transform: translate3d(10%, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.specialFadeInRight {
  -webkit-animation-name: specialFadeInRight;
  animation-name: specialFadeInRight;
}

.menu-newproduct.is-closed {
  -webkit-animation-name: specialFadeIn;
  animation-name: specialFadeIn;
  -webkit-animation-delay: 30ms;
  animation-delay: 30ms;
  -webkit-animation-duration: 300ms;
  animation-duration: 300ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.menu-newproduct.hidden {
  -webkit-animation-name: specialFadeOut;
  animation-name: specialFadeOut;
  -webkit-animation-delay: 180ms;
  animation-delay: 180ms;
  -webkit-animation-duration: 300ms;
  animation-duration: 300ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.menu-dashboard.is-closed {
  -webkit-animation-name: specialFadeIn;
  animation-name: specialFadeIn;
  -webkit-animation-delay: 60ms;
  animation-delay: 60ms;
  -webkit-animation-duration: 300ms;
  animation-duration: 300ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.menu-dashboard.hidden {
  -webkit-animation-name: specialFadeOut;
  animation-name: specialFadeOut;
  -webkit-animation-delay: 150ms;
  animation-delay: 150ms;
  -webkit-animation-duration: 300ms;
  animation-duration: 300ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.menu-mythingle.is-closed {
  -webkit-animation-name: specialFadeIn;
  animation-name: specialFadeIn;
  -webkit-animation-delay: 90ms;
  animation-delay: 90ms;
  -webkit-animation-duration: 300ms;
  animation-duration: 300ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.menu-mythingle.hidden {
  -webkit-animation-name: specialFadeOut;
  animation-name: specialFadeOut;
  -webkit-animation-delay: 120ms;
  animation-delay: 120ms;
  -webkit-animation-duration: 300ms;
  animation-duration: 300ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.menu-message.is-closed {
  -webkit-animation-name: specialFadeIn;
  animation-name: specialFadeIn;
  -webkit-animation-delay: 120ms;
  animation-delay: 120ms;
  -webkit-animation-duration: 300ms;
  animation-duration: 300ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.menu-message.hidden {
  -webkit-animation-name: specialFadeOut;
  animation-name: specialFadeOut;
  -webkit-animation-delay: 90ms;
  animation-delay: 90ms;
  -webkit-animation-duration: 300ms;
  animation-duration: 300ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.menu-wishlist.is-closed {
  -webkit-animation-name: specialFadeIn;
  animation-name: specialFadeIn;
  -webkit-animation-delay: 150ms;
  animation-delay: 150ms;
  -webkit-animation-duration: 300ms;
  animation-duration: 300ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.menu-wishlist.hidden {
  -webkit-animation-name: specialFadeOut;
  animation-name: specialFadeOut;
  -webkit-animation-delay: 60ms;
  animation-delay: 60ms;
  -webkit-animation-duration: 300ms;
  animation-duration: 300ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.menu-checkout.is-closed {
  -webkit-animation-name: specialFadeIn;
  animation-name: specialFadeIn;
  -webkit-animation-delay: 180ms;
  animation-delay: 180ms;
  -webkit-animation-duration: 300ms;
  animation-duration: 300ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.menu-checkout.hidden {
  -webkit-animation-name: specialFadeOut;
  animation-name: specialFadeOut;
  -webkit-animation-delay: 30ms;
  animation-delay: 30ms;
  -webkit-animation-duration: 300ms;
  animation-duration: 300ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.menu-login.hidden {
  -webkit-animation-name: specialFadeOut;
  animation-name: specialFadeOut;
  -webkit-animation-delay: 245ms;
  animation-delay: 245ms;
  -webkit-animation-duration: 300ms;
  animation-duration: 300ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.menu-register.is-closed {
  -webkit-animation-name: specialFadeIn;
  animation-name: specialFadeIn;
  -webkit-animation-delay: 70ms;
  animation-delay: 70ms;
  -webkit-animation-duration: 300ms;
  animation-duration: 300ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.menu-register.hidden {
  -webkit-animation-name: specialFadeOut;
  animation-name: specialFadeOut;
  -webkit-animation-delay: 210ms;
  animation-delay: 210ms;
  -webkit-animation-duration: 300ms;
  animation-duration: 300ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.menu-about.is-closed {
  -webkit-animation-name: specialFadeIn;
  animation-name: specialFadeIn;
  -webkit-animation-delay: 30ms;
  animation-delay: 30ms;
  -webkit-animation-duration: 300ms;
  animation-duration: 300ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.menu-about.hidden {
  -webkit-animation-name: specialFadeOut;
  animation-name: specialFadeOut;
  -webkit-animation-delay: 170ms;
  animation-delay: 170ms;
  -webkit-animation-duration: 300ms;
  animation-duration: 300ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.menu-search-input {
  -webkit-animation-name: specialFadeInRight;
  animation-name: specialFadeInRight;
  -webkit-animation-duration: 300ms;
  animation-duration: 300ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 0ms;
  animation-delay: 0ms;
}

.menu-search.is-closed {
  -webkit-animation-name: specialFadeIn;
  animation-name: specialFadeIn;
  -webkit-animation-delay: 0ms;
  animation-delay: 0ms;
  -webkit-animation-duration: 300ms;
  animation-duration: 300ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.menu-search.hidden {
  -webkit-animation-name: specialFadeOut;
  animation-name: specialFadeOut;
  -webkit-animation-delay: 30ms;
  animation-delay: 30ms;
  -webkit-animation-duration: 400ms;
  animation-duration: 400ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.logo_mobile.is-closed {
  -webkit-animation-name: specialFadeIn;
  animation-name: specialFadeIn;
  -webkit-animation-delay: 0ms;
  animation-delay: 0ms;
  -webkit-animation-duration: 300ms;
  animation-duration: 300ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.logo_mobile.hidden {
  display: none;
  -webkit-animation-name: specialFadeOut;
  animation-name: specialFadeOut;
  -webkit-animation-delay: 0ms;
  animation-delay: 0ms;
  -webkit-animation-duration: 400ms;
  animation-duration: 400ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}




.search-sub-menu {
  background: #fff;
  width: 100%;
  margin-top: 70px;
  color: #999;
  font-weight: 100;
  padding: 24px 0 15px;
  z-index: 1;
  border-bottom-left-radius: 0.475rem;
  border-bottom-right-radius: 0.475rem;
  background-color: var(--bs-menu-dropdown-bg-color);
  box-shadow: var(--bs-menu-dropdown-box-shadow);
  animation: menu-sub-dropdown-animation-fade-in 0.3s ease 1, search-sub-menu-animation-move-up 0.3s ease 1;
}

@keyframes search-sub-menu-animation-move-up {
  from {
    margin-top: 90px;
  }

  to {
    margin-top: 70px;
  }
}

.search-sub-menu h3 {
  font-size: 12px;
  font-weight: 100;
  margin-top: 0;
  padding-left: 28px;
}

.search-sub-menu ul {
  margin: 0;
  padding: 0;
  width: 100%;
}

.search-sub-menu ul li {
  display: block;
  text-align: left;
  padding-bottom: 10px;
  margin: 0;
  text-indent: 50px;
}

.search-sub-menu ul li a {
  font-size: 14px;
  color: #999;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
}

.search-sub-menu ul li a:hover {
  background-color: #f2f2f2;
  color: #3392de;
}

.search-sub-menu ul li a:first-child {
  float: none;
  padding-right: 0;
}

.search-icon {
  width: 28px;
  height: 28px;
  position: relative;
  cursor: pointer;
  margin: auto;
  z-index: 1000;
}

.search-line {
  width: 9px;
  height: 2px;
  background: var(--bs-gray-700);
  display: inline-block;
  transform: rotate(45deg);
  position: absolute;
  top: 19px;
  left: 6px;
  transition: all 0.2s ease-in 0s;
}

.active .search-line {
  width: 24px;
  left: -5px;
  top: 14px;
  transition: all 0.2s ease-out 0s;
}

.search-circle {
  width: 16px;
  height: 16px;
  border: 2px solid var(--bs-gray-700);
  display: inline-block;
  position: absolute;
  top: 4px;
  left: -5px;
  border-radius: 50%;
  transition: top 0.2s ease-in 0s, left 0.2s ease-in 0s, border-radius 0.2s ease-in 0s, border-width 0.2s ease-in 0s, width 0.2s ease-in 0s, height 0.2s ease-in 0s, background-color 0.1s ease-in 0s;
  /* background-color: rgba(255, 255, 255, 0.9); */
}

.active .search-circle {
  width: 0;
  height: 0;
  border-width: 0;
  top: 14px;
  left: -4px;
  transition: top 0.2s ease-in 0s, left 0.2s ease-in 0s, border-radius 0s ease-in 0.2s, border-width 0.2s ease-in 0s, width 0.2s ease-in 0s, height 0.2s ease-in 0s, background-color 0s ease-in 0.2s;
}

.active .search-circle.second {
  width: 30px;
  height: 2px;
  top: 18px;
  left: 0;
  transform: rotate(45deg);
  background-color: #333;
}

.active .second-line {
  transform: rotate(135deg);
}

.active .search-circle.third {
  width: 24px;
  height: 2px;
  top: 14px;
  left: -5px;
  transform: rotate(135deg);
  background-color: var(--bs-gray-700);
  border-radius: 0;
}


.loading .image,
.loading h4,
.loading .description {
  background-color: #ededed;
  background: linear-gradient(100deg,
      rgba(255, 255, 255, 0) 40%,
      rgba(255, 255, 255, .5) 50%,
      rgba(255, 255, 255, 0) 60%) #e7ebee;
  background-size: 200% 100%;
  background-position-x: 180%;
  animation: 1s loading ease-in-out infinite;
}

@keyframes loading {
  to {
    background-position-x: -20%;
  }
}

.loading h4 {
  height: 38px;
  width: 38px;

  border-radius: 50px;
  animation-delay: .05s;
}

.loading .description {
  min-height: 250px;
  animation-delay: .06s;
}


@media (max-width: 991px) {
  .margin_80_55 {
    padding-top: 45px;
    padding-bottom: 15px;
  }
}



@media (max-width: 991px) {

  .search-sub-menu {

    margin-top: 70px;

  }

  .menu-search-container {

    left: 0;
    width: 100%;

  }
}

.appbutton {
  height: 72px;
}

.cover {
  object-fit: cover;
  width: 100%;
}

@media (max-width: 767px) {
  .mobile-padding {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .header-space-remove {
    margin-top: 0px !important;
  }

  .appbutton {
    height: 52px;
  }
}





@media (max-width: 1170px) {
  .col-md-12 {
    /*padding: 0px;*/
  }

  .titlecontainer {
    margin-top: 0px;
  }

  .container-fluid {
    padding: 0px;
  }

  .rounded-xxl {
    border-radius: 0px !important;
  }
}

.smallloader {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  display: block;
  margin: 15px auto;
  position: relative;
  background: #FFF;
  box-shadow: -24px 0 #FFF, 24px 0 #FFF;
  box-sizing: border-box;
  animation: shadowPulse 2s linear infinite;
}

@keyframes shadowPulse {
  33% {
    background: #FFF;
    box-shadow: -24px 0 #04c8c8, 24px 0 #FFF;
  }

  66% {
    background: #04c8c8;
    box-shadow: -24px 0 #FFF, 24px 0 #FFF;
  }

  100% {
    background: #FFF;
    box-shadow: -24px 0 #FFF, 24px 0 #04c8c8;
  }
}



:root {
  --tmr-bootstrap-border-color: #dee2e6;
  --tmr-white: #eee;
  --tmr-table-header: #54667a;
  --tmr-row-divider-color: #3490dc;
  --tmr-stripped-row-background-color: rgba(0, 0, 0, 0.05);
}

/*-- ==============================================================
Screen smaller than 760px and iPads.
============================================================== */

@media only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px) {

  [data-content]:before {
    content: attr(data-content);
  }

  /* Force table to not be like tables anymore */
  .table-mobile-responsive,
  .table-mobile-responsive thead,
  .table-mobile-responsive tbody,
  .table-mobile-responsive th,
  .table-mobile-responsive td,
  .table-mobile-responsive tr {
    display: block;
  }

  .table-mobile-responsive.text-center {
    text-align: left !important;
  }

  .table-mobile-responsive caption {
    width: max-content;
  }

  /* Hide table headers (but not display: none;, for accessibility) */
  .table-mobile-responsive thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .table-mobile-responsive> :not(:first-child) {
    border-top: none;
  }

  .table-mobile-responsive>:not(caption)>*>* {
    border-color: var(--tmr-bootstrap-border-color);
  }

  .table-mobile-responsive tr:not(.bg-light-blue) {
    border-bottom: 1px solid #fafafb;
  }

  /* Default layout */
  .table-mobile-responsive td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid var(--tmr-white);
    position: relative;
    padding-left: 50%;
    padding-top: 1.5rem !important;
  }

  .table-mobile-responsive td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 0;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    font-weight: bold;
    color: var(--tmr-table-header);
  }

  /* Sided layout */
  .table-mobile-responsive.table-mobile-sided> :not(:first-child) {
    border-top: none;
  }

  .table-mobile-responsive.table-mobile-sided>:not(caption)>*>* {
    border-color: var(--bs-table-border-color);
  }

  .table-mobile-responsive.table-mobile-sided td {
    /* Behave  like a "row" */
    border: none;

    position: relative;
    padding-left: 50%;
    padding-top: 0px !important;
    display: flex;
    justify-content: flex-end;
  }

  .table-mobile-responsive.table-mobile-sided td:first-child {
    /* Behave  like a "row" */
    border: none;

    position: relative;
    padding-left: 0%;
    width: 45%;
    padding-top: 0px !important;
    display: flex;
    justify-content: flex-start;
  }

  .table-mobile-responsive.table-mobile-sided td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 0;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    font-weight: bold;
    color: var(--tmr-table-header);
  }

  /* Styleless */
  .table-mobile-responsive.table-mobile-styleless tr:not(.bg-light-blue) {
    border-bottom: none !important;
  }

  /* Stripped rows */
  .table-mobile-responsive.table-mobile-striped>tbody>tr:nth-of-type(odd)>* {
    background-color: var(--tmr-stripped-row-background-color) !important;
  }
}

.notificationalert {
  position: relative;
  top: 0px;
  z-index: 2;

}

.nav-link {
  color: #04c8c8;
}

.nav {
  --bs-nav-link-hover-color: #04c8c8;
}

/* Works for Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Works for Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

.card-img-top {
  width: 100%;
  height: 650px;
  object-fit: cover;
}

.iti {
  position: relative;
  /* display: inline-block; */
  display: block;
}

.badge {
  display: inline-flex;
  align-items: center;
}

.badge.badge-circle,
.badge.badge-square {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 1.75rem;
  min-width: 1.75rem;
  padding: 0 0.1rem;
  line-height: 0;
}

.badge.badge-circle {
  border-radius: 50%;
  padding: 0;
  min-width: unset;
  width: 1.75rem;
}

.badge.badge-sm {
  min-width: 1.5rem;
  font-size: 0.8rem;
}

.badge.badge-sm.badge-square {
  height: 1.5rem;
}

.badge.badge-sm.badge-circle {
  width: 1.5rem;
  height: 1.5rem;
}

.badge.badge-lg {
  min-width: 2rem;
  font-size: 1rem;
}

.badge.badge-lg.badge-square {
  height: 2rem;
}

.badge.badge-lg.badge-circle {
  width: 2rem;
  height: 2rem;
}

.badge-light {
  color: var(--bs-light-inverse);
  background-color: var(--bs-light);
}

.badge-light.badge-outline {
  border: 1px solid var(--bs-light);
  color: var(--bs-light);
  background-color: transparent;
}

.badge-light-light {
  color: var(--bs-light);
  background-color: var(--bs-light-light);
}

.badge-primary {
  color: var(--bs-primary-inverse);
  background-color: var(--bs-primary);
}

.badge-primary.badge-outline {
  border: 1px solid var(--bs-primary);
  color: var(--bs-primary);
  background-color: transparent;
}

.badge-light-primary {
  color: var(--bs-primary);
  background-color: var(--bs-primary-light);
}

.badge-secondary {
  color: var(--bs-secondary-inverse);
  background-color: var(--bs-secondary);
}

.badge-secondary.badge-outline {
  border: 1px solid var(--bs-secondary);
  color: var(--bs-secondary);
  background-color: transparent;
}

.badge-light-secondary {
  color: var(--bs-secondary);
  background-color: var(--bs-secondary-light);
}

.badge-success {
  color: var(--bs-success-inverse);
  background-color: var(--bs-success);
}

.badge-success.badge-outline {
  border: 1px solid var(--bs-success);
  color: var(--bs-success);
  background-color: transparent;
}

.badge-light-success {
  color: var(--bs-success);
  background-color: var(--bs-success-light);
}

.badge-info {
  color: var(--bs-info-inverse);
  background-color: var(--bs-info);
}

.badge-info.badge-outline {
  border: 1px solid var(--bs-info);
  color: var(--bs-info);
  background-color: transparent;
}

.badge-light-info {
  color: var(--bs-info);
  background-color: var(--bs-info-light);
}

.badge-warning {
  color: var(--bs-warning-inverse);
  background-color: var(--bs-warning);
}

.badge-warning.badge-outline {
  border: 1px solid var(--bs-warning);
  color: var(--bs-warning);
  background-color: transparent;
}

.badge-light-warning {
  color: var(--bs-warning);
  background-color: var(--bs-warning-light);
}

.badge-danger {
  color: var(--bs-danger-inverse);
  background-color: var(--bs-danger);
}

.badge-danger.badge-outline {
  border: 1px solid var(--bs-danger);
  color: var(--bs-danger);
  background-color: transparent;
}

.badge-light-danger {
  color: var(--bs-danger);
  background-color: var(--bs-danger-light);
}

.badge-dark {
  color: var(--bs-dark-inverse);
  background-color: var(--bs-dark);
}

.badge-dark.badge-outline {
  border: 1px solid var(--bs-dark);
  color: var(--bs-dark);
  background-color: transparent;
}

.badge-light-dark {
  color: var(--bs-dark);
  background-color: var(--bs-dark-light);
}

.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_length {
  display: none;
}

.item {
  cursor: pointer;
}

.disabled-menu {
  pointer-events: none;
}

.parent-element:focus-within {
    outline: 2px solid blue;
}