@charset "UTF-8";
/*------------------------------------
  Components
------------------------------------*/
/*------------------------------------
  Alerts
------------------------------------*/
/* Alert Close Button */

/* Alert Lists */

/* Alert Lists with Font Awesome Icons */

/*------------------------------------
  Arrows
------------------------------------*/

/*------------------------------------
  Badges
------------------------------------*/

/*------------------------------------
  Badges v1
------------------------------------*/

/*------------------------------------
  Badges v2
------------------------------------*/

/*------------------------------------
  Badges v3
------------------------------------*/

hr {
  margin-top: 2rem;
  margin-bottom: 2rem; }

/* Solid Divider */

/* Dotted Divider */

/* Dashed Divider */

/* Double Solid Divider */

/* Double Dashed Divider */

/* Double Dotted Divider */
.u-divider-db-dotted {
  height: 5px;
  border-top: 1px dotted transparent;
  border-bottom: 1px dotted transparent; }

/* Linear Gradient Divider */

/*------------------------------------
  Go To v1
------------------------------------*/
[class*="u-go-to"] {
  display: none; }

.u-go-to-v1 {
  width: 2.85714rem;
  height: 2.85714rem;
  display: block;
  background-color: rgba(255, 255, 255, 0.7);
  color: #555;
  border-radius: 50%;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  transition: .3s ease-out;
  z-index: 11; }

.u-go-to-v1 i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.u-go-to-v1:hover, .u-go-to-v1:focus:hover {
  text-decoration: none;
  color: #fff;
  background-color: #72c02c; }

.u-go-to-v1:focus {
  text-decoration: none;
  color: #555;
  background-color: rgba(255, 255, 255, 0.7); }

@media (max-width: 575px) {
  .u-go-to-v1 {
    -webkit-transform: scale(0.8, 0.8);
        -ms-transform: scale(0.8, 0.8);
            transform: scale(0.8, 0.8); } }

/*------------------------------------
  Go To v2
------------------------------------*/
[class*="u-go-to"] {
  display: none; }

/*------------------------------------
  Go To v3
------------------------------------*/
[class*="u-go-to"] {
  display: none; }

/*------------------------------------
  Headers
------------------------------------*/
.u-header {
  position: relative;
  left: 0;
  right: 0;
  width: 100%;
  font-size: 0.92857rem;
  z-index: 101; }

.u-header[data-header-fix-effect] {
  transition: .3s ease; }

.u-header__section {
  position: relative;
  z-index: 1; }

.u-header__section:nth-child(1) {
  z-index: 5; }

.u-header__section--light .navbar-brand,
.u-header__section--light .navbar-toggler {
  color: #00ffff; }

.u-header__section--light .navbar-brand:focus,
.u-header__section--light .navbar-brand:hover,
.u-header__section--light .navbar-toggler:focus,
.u-header__section--light .navbar-toggler:hover {
  color: #00ffff; }

.u-header__section--light .navbar-nav:not([class*="u-main-nav-v"]) .nav-link {
  color: #ffffff;}

.u-header__section--light .navbar-nav:not([class*="u-main-nav-v"]) .nav-link:focus,
.u-header__section--light .navbar-nav:not([class*="u-main-nav-v"]) .nav-link:hover {
  color: #00ffff; }

.u-header__section--light .navbar-toggler {
  border-color: rgba(85, 85, 85, 0.3); }

.navbar > .container {
  position: relative; }

@media all and (max-width: 991px) {
  .navbar-expand-lg > .container {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .navbar-expand-lg .navbar-collapse {
    width: 100%;
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; } }

/*------------------------------------
	Header Togglers
------------------------------------*/

/* Toggler Positioning */

/* Toggler Positioning (sm) */

/* Toggler Positioning (md) */

/* Toggler Positioning (lg) */

/* Toggler Positioning (xl) */

/*------------------------------------
  Fullscreen Header
------------------------------------*/

/*------------------------------------
  Side Header
------------------------------------*/
/* Common styles of Side Header */

/* Overlay */

/* Button Styles
------------------------------------*/
/* General Button Styles */
.btn {
  position: relative;
  transition: .2s ease;
  cursor: pointer; }

.btn:focus, .btn:active:focus {
  outline: 0 none;
  box-shadow: none; }

/* Button Content
------------------------------------*/

/* Buttons Only Icon (O)
------------------------------------*/

/* Button Sizes
------------------------------------*/
/* Extra Small */

/* Medium */

/* Extra Large */

/* Extramly Large */

/* Button Types
------------------------------------*/
/* Inset Buttons */

/* 3d Buttons */

/* Skew Button */

/* Button Hovers
------------------------------------*/

/* Hover v1-1 */

/* Hover v1-2 */

/* Hover v1-3 */

/* Hover v1-4 */

/* Hover v2-1 */

/* Hover v2-2 */

/* Flat Buttons
------------------------------------*/
/* Button Primary */

/* Button White */

/* Button Black */

/* Button Dark Gray */

/* Button Red */

/* Button Red Tomato */

/* Button Dark Red */

/* Button Blue */

/* Button Indigo */

/* Button Purple */

/* Button Dark Purple */

/* Button Pink */

/* Button Orange */

/* Button Deep Orange */

/* Button Yellow */

/* Button Aqua */

/* Button Cyan */

/* Button Teal */

/* Button Brown */

/* Button Bluegrey */

/* Button Facebook */

/* Button Twitter */

/* Outline Buttons
------------------------------------*/
/* Outline Button Primary */

/* Outline Button White */

/* Outline Button Black */

/* Outline Button Dark Gray */

/* Outline Button Light Gray */

/* Button Outline Red */

/* Button Outline Red Tomato */

/* Outline Button Dark Red */

/* Outline Button Blue */

/* Outline Button Indigo */

/* Outline Button Purple */

/* Outline Button Dark Purple */

/* Outline Button Pink */

/* Outline Button Orange */

/* Outline Button Deep Orange */

/* Outline Button Yellow */

/* Outline Button Aqua */

/* Outline Button Cyan */

/* Outline Button Teal */

/* Outline Button Brown */

/* Outline Button Bluegrey */

/* Button Facebook */

/* Button Twitter */

/* Button Dribbble */

/* Gradient Buttons
------------------------------------*/
/* Gradient Style v1 */

/* Gradient Style v2 */

/* Gradient Outline Buttons
------------------------------------*/
/* Gradient Style v1 */

/* Gradient Style v2 */

/*------------------------------------
  Icons Styles
------------------------------------*/
.u-icon-v3 {
  position: relative;
  display: inline-block;
  text-align: center;
  transition: all .2s ease-in-out; }

.u-icon-v3:hover {
  text-decoration: none; }

.u-icon-v3::before {
  display: block; }

.u-icon-v3 > i {
  position: relative;
  top: 50%;
  display: block;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2; }

/*------------------------------------
  Icon-v1
------------------------------------*/

/*------------------------------------
  Icon-v2
------------------------------------*/
.u-icon-v3 {
  width: 3.92857rem;
  height: 3.92857rem;
  font-size: 1.57143rem; }

.u-icon-v3.u-icon-size--xs {
  width: 2.14286rem;
  height: 2.14286rem;
  font-size: 0.92857rem; }

/*------------------------------------
  Icon-v3
------------------------------------*/
.u-icon-v3 {
  width: 3.92857rem;
  height: 3.92857rem;
  font-size: 1.57143rem; }

.u-icon-v3.u-icon-size--xs {
  width: 2.14286rem;
  height: 2.14286rem;
  font-size: 0.92857rem; }

.u-icon-v3 {
  background-color: #eee; }

/*------------------------------------
  Icon-v4
------------------------------------*/
.u-icon-v3 {
  width: 3.92857rem;
  height: 3.92857rem;
  font-size: 1.57143rem; }

.u-icon-v3.u-icon-size--xs {
  width: 2.14286rem;
  height: 2.14286rem;
  font-size: 0.92857rem; }

/*------------------------------------
  Icon-v4 Additional BG colors
------------------------------------*/

/*------------------------------------
  Icon-v4 Social BG colors
------------------------------------*/

/*------------------------------------
  Icon-v4 Gradient BG colors
------------------------------------*/

/*------------------------------------
  Icon-v5
------------------------------------*/
.u-icon-v3 {
  width: 3.92857rem;
  height: 3.92857rem;
  font-size: 1.57143rem; }

.u-icon-v3.u-icon-size--xs {
  width: 2.14286rem;
  height: 2.14286rem;
  font-size: 0.92857rem; }

/*------------------------------------
  Image Icons
------------------------------------*/

/*------------------------------------
  Hover Effect of Icon on Block Hover
------------------------------------*/

/*------------------------------------
  Scale Effect
------------------------------------*/

/*------------------------------------
  Shadow Effect
------------------------------------*/

/*------------------------------------
  Slide Effect v1
------------------------------------*/

/*------------------------------------
  Slide Effect v2
------------------------------------*/

/*------------------------------------
  Zoom Effect v1
------------------------------------*/

/*------------------------------------
  Changing a shape Effect
------------------------------------*/

/*------------------------------------
  Effect v1
------------------------------------*/

/*------------------------------------
  Effect v2
------------------------------------*/

/*------------------------------------
  Effect v3
------------------------------------*/

/*------------------------------------
  Effect v4
------------------------------------*/

/*------------------------------------
  Effect v5
------------------------------------*/

/*------------------------------------
  Box-shadows Styles
------------------------------------*/

/*------------------------------------
  Box-shadows-v1
------------------------------------*/

/*------------------------------------
  Box-shadows-v1
------------------------------------*/

/*------------------------------------
  Box-shadows-v3-v4-v5
------------------------------------*/

/*------------------------------------
  Box-shadows-v6
------------------------------------*/

/*------------------------------------
  Box-shadows-v7
------------------------------------*/

/*------------------------------------
  Box-shadows-v8
------------------------------------*/

/*------------------------------------
  Box-shadows-v9
------------------------------------*/

/*------------------------------------
  Box-shadows-v10
------------------------------------*/

/*------------------------------------
  Box-shadows-v11
------------------------------------*/
.u-shadow-v11 {
  box-shadow: 0 0 2px #ccc; }

/*------------------------------------
  Box-shadows-v12
------------------------------------*/

/*------------------------------------
  Box-shadows-v13
------------------------------------*/

/*------------------------------------
  Box-shadows-v14
------------------------------------*/

/*------------------------------------
  Box-shadows-v15
------------------------------------*/

/*------------------------------------
  Box-shadows-v16
------------------------------------*/

/*------------------------------------
  Box-shadows-v17
------------------------------------*/

/*------------------------------------
  Box-shadows-v18
------------------------------------*/

/*------------------------------------
  Box-shadows-v19
------------------------------------*/

/*------------------------------------
  Box-shadows-v20
------------------------------------*/

/*------------------------------------
  Box-shadows-v21
------------------------------------*/

/*------------------------------------
  Box-shadows-v22
------------------------------------*/

/*------------------------------------
  Box-shadows-v23
------------------------------------*/

/*------------------------------------
  Box-shadows-v24
------------------------------------*/

/*------------------------------------
  Box-shadows-v25
------------------------------------*/

/*------------------------------------
  Box-shadows-v26
------------------------------------*/

/*------------------------------------
  Box-shadows-v27
------------------------------------*/

/*------------------------------------
  Box-shadows-v28
------------------------------------*/

/*------------------------------------
  Box-shadows-v29
------------------------------------*/

/*------------------------------------
  Form Elements
------------------------------------*/

/*------------------------------------
  States
------------------------------------*/
/*------------------------------------
  Success states
------------------------------------*/
/*------------------------------------
  Success state v1-1
------------------------------------*/

/*------------------------------------
  Success state v1-2
------------------------------------*/

/*------------------------------------
  Error states
------------------------------------*/
/*------------------------------------
  Error state v1
------------------------------------*/

/*------------------------------------
  Error state v1-2
------------------------------------*/

/*------------------------------------
  Error state v1-3
------------------------------------*/

/*------------------------------------
  Error state v2
------------------------------------*/

/*------------------------------------
  Disabled states
------------------------------------*/
/*------------------------------------
  Disabled state v1
------------------------------------*/

/*------------------------------------
  Checked state colors
------------------------------------*/
/* White Colors */

/*------------------------------------
  Focus state color
------------------------------------*/
/* Primary Colors */

/* Black Colors */

/* White Colors */

/* Gray Colors */

/*------------------------------------
  Checked state background
------------------------------------*/
/* Primary Colors */

/* Black Colors */

/* White Colors */

/* Gray Colors */

/* Transparent */

/* Color Red */

/*------------------------------------
  Focus state background
------------------------------------*/
/* Black Colors */

/* Gray Colors */

/* Transparent */

/*------------------------------------
  Checked state border
------------------------------------*/
/* Primary Colors */

/* Black Colors */

/* White */

/* Gray Colors */

/* Transparent */

/* Color Red */

/*------------------------------------
  Focus state border
------------------------------------*/
/* Primary Colors */

/* Black Colors */

/* White */

/* Gray Colors */

/* Transparent */

/* Color Red */

/*------------------------------------
  Checked state box shadow
------------------------------------*/

/*------------------------------------
  Checked state opacity
------------------------------------*/

/*------------------------------------
  Checked state overlay
------------------------------------*/

/*------------------------------------
  Fields
------------------------------------*/

/*------------------------------------
  Fields Group v1
------------------------------------*/

/*------------------------------------
  Fields Group v2
------------------------------------*/

/*------------------------------------
  Checkboxes
------------------------------------*/

/*------------------------------------
  Checkboxes v1
------------------------------------*/

/*------------------------------------
  Checkboxes v2
------------------------------------*/

/*------------------------------------
  Checkboxes v3
------------------------------------*/

/*------------------------------------
  Checkboxes v4
------------------------------------*/

/*------------------------------------
  Checkboxes v5
------------------------------------*/

/*------------------------------------
  Checkboxes v6
------------------------------------*/

/*------------------------------------
  Checkboxes v7
------------------------------------*/

/*------------------------------------
  Checkboxes v7
------------------------------------*/

/* P */

/*------------------------------------
  File Attachments
------------------------------------*/
/*------------------------------------
  File Attachments v1
------------------------------------*/

/*------------------------------------
  File Attachments v2
------------------------------------*/

/*------------------------------------
  File Attachments v2
------------------------------------*/

/*------------------------------------
  Selects
------------------------------------*/

/*------------------------------------
  Selects v1
------------------------------------*/

/*------------------------------------
  Sliders
------------------------------------*/
/*------------------------------------
  Sliders v1
------------------------------------*/

/*------------------------------------
  Datepickers
------------------------------------*/
/*------------------------------------
  Datepickers v1
------------------------------------*/

/*------------------------------------
  Quantity
------------------------------------*/

/*------------------------------------
  Carousel indicators
------------------------------------*/

/*------------------------------------
  Carousel indicators v1
------------------------------------*/

/*------------------------------------
  Carousel indicators v2
------------------------------------*/

/*------------------------------------
  Carousel indicators v3
------------------------------------*/

/*------------------------------------
  Carousel indicators v4
------------------------------------*/

/*------------------------------------
  Carousel indicators v5
------------------------------------*/

/*------------------------------------
  Carousel indicators v6
------------------------------------*/

/*------------------------------------
  Carousel indicators v7
------------------------------------*/

/*------------------------------------
  Carousel indicators v8
------------------------------------*/

/*------------------------------------
  Carousel indicators v9
------------------------------------*/

/*------------------------------------
  Carousel indicators v10
------------------------------------*/

/*------------------------------------
  Carousel indicators v11
------------------------------------*/

/*------------------------------------
  Carousel indicators v12
------------------------------------*/

/*------------------------------------
  Carousel indicators v13
------------------------------------*/

/*------------------------------------
  Carousel indicators v14
------------------------------------*/

/*------------------------------------
  Carousel indicators v15
------------------------------------*/

/*------------------------------------
  Carousel indicators v16
------------------------------------*/

/*------------------------------------
  Carousel indicators v17
------------------------------------*/

/*------------------------------------
  Carousel indicators v18
------------------------------------*/

/*------------------------------------
  Carousel indicators v19
------------------------------------*/

/*------------------------------------
  Carousel indicators v20
------------------------------------*/

/*------------------------------------
  Carousel indicators v21
------------------------------------*/

/*------------------------------------
  Carousel indicators v22
------------------------------------*/

/*------------------------------------
  Carousel indicators v23
------------------------------------*/

/*------------------------------------
  Carousel indicators v24
------------------------------------*/

/*------------------------------------
  Carousel indicators v25
------------------------------------*/

/*------------------------------------
  Carousel indicators v26
------------------------------------*/

/*------------------------------------
  Carousel indicators v27
------------------------------------*/

/*------------------------------------
  Carousel indicators v28
------------------------------------*/

/*------------------------------------
  Carousel indicators v29
------------------------------------*/

/*------------------------------------
  Carousel indicators v30
------------------------------------*/

/*------------------------------------
  Carousel indicators v31
------------------------------------*/

/*------------------------------------
  Carousel Indicators v32
------------------------------------*/

/*------------------------------------
  Breadcrumbs v1
------------------------------------*/

/*------------------------------------
  Breadcrumbs v2
------------------------------------*/

/*------------------------------------
  Dot line v1
------------------------------------*/

/*------------------------------------
  Dot line v2
------------------------------------*/

/*------------------------------------
  Heading-v1
------------------------------------*/

/*------------------------------------
  Heading-v1-1
------------------------------------*/

/*------------------------------------
  Heading-v1-2
------------------------------------*/

/*------------------------------------
  Heading-v1-3
------------------------------------*/

/*------------------------------------
  Heading-v1-4
------------------------------------*/

/*------------------------------------
  Heading-v1-5
------------------------------------*/

/*------------------------------------
  Heading-v1-6
------------------------------------*/

/*------------------------------------
  Heading-v1-7
------------------------------------*/

/*------------------------------------
  Heading-v2
------------------------------------*/
.u-heading-v2-3--bottom::after {
  content: "";
  display: inline-block;
  border-top-style: solid;
  border-color: inherit; }

/*------------------------------------
  Heading-v2-1
------------------------------------*/

/*------------------------------------
  Heading-v2-2
------------------------------------*/

/*------------------------------------
  Heading-v2-3
------------------------------------*/
.u-heading-v2-3--bottom::after {
  width: 5rem;
  border-top-width: 1px; }

.u-heading-v2-3--bottom::after {
  margin-top: 1.07143rem; }

/*------------------------------------
  Heading-v2-4
------------------------------------*/

/*------------------------------------
  Heading-v2-5
------------------------------------*/

/*------------------------------------
  Heading-v2-6
------------------------------------*/

/*------------------------------------
  Heading-v2-7
------------------------------------*/

/*------------------------------------
  Heading-v3
------------------------------------*/

/*------------------------------------
  Heading-v4
------------------------------------*/

/*------------------------------------
  Heading-v5
------------------------------------*/

/*------------------------------------
  Heading-v5-1
------------------------------------*/

/*------------------------------------
  Heading-v5-2
------------------------------------*/

/*------------------------------------
  Heading-v5-3
------------------------------------*/

/*------------------------------------
  Heading-v6
------------------------------------*/

/*------------------------------------
  Heading-v6-1
------------------------------------*/

/*------------------------------------
  Heading-v6-1
------------------------------------*/

/*------------------------------------
  Heading-v7
------------------------------------*/

/*------------------------------------
  Heading-v7-1
------------------------------------*/

/*------------------------------------
  Heading-v7-3
------------------------------------*/

/*------------------------------------
  Heading-v8
------------------------------------*/

/*------------------------------------
  Heading-v8-1
------------------------------------*/

/*------------------------------------
  Heading-v8-2
------------------------------------*/

/*------------------------------------
  Headings
------------------------------------*/
/* Massive Underline */

/*------------------------------------
  Nonstandart BG's
------------------------------------*/

/*------------------------------------
  Nonstandard-bg
------------------------------------*/

/*------------------------------------
  Nonstandard Background v1
------------------------------------*/

/*------------------------------------
  Nonstandard Background v2
------------------------------------*/

/*------------------------------------
  Nonstandard Background v3
------------------------------------*/

/*------------------------------------
  Nonstandard Background v4
------------------------------------*/

/*------------------------------------
  Nonstandard Background v5
------------------------------------*/

/*------------------------------------
  Nonstandard Background v6
------------------------------------*/

/*------------------------------------
  Nonstandard Background v7
------------------------------------*/

/*------------------------------------
  Progress Bars
------------------------------------*/

/*------------------------------------
  Progress Bars Sizes
------------------------------------*/

/*------------------------------------
  Rating v1
------------------------------------*/

/*------------------------------------
  Searchform v1
------------------------------------*/

/*------------------------------------
  Searchform v2
------------------------------------*/

/*------------------------------------
  Searchform v3
------------------------------------*/

/*------------------------------------
  Searchform v4
------------------------------------*/

/*------------------------------------
  Searchform v5
------------------------------------*/

/*------------------------------------
  Steps v1
------------------------------------*/

/*------------------------------------
  Steps v2
------------------------------------*/

/*------------------------------------
  Steps v3
------------------------------------*/

/*------------------------------------
  Time Lines
------------------------------------*/

/*------------------------------------
  Time Lines v1
------------------------------------*/

/*------------------------------------
  Time Lines v2
------------------------------------*/

/*------------------------------------
  Time Lines v3
------------------------------------*/

/*------------------------------------
  Background Colors
------------------------------------*/

/*------------------------------------
  Link Styles
------------------------------------*/

/*------------------------------------
  List Styles
------------------------------------*/
.u-list-inline {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

/*------------------------------------
  Paginations
------------------------------------*/
/* Pagination v1 */

/* Pagination Style v1 */

/* Pagination Style v2 */

/* Pagination Style v3 */

/* Pagination Style v4 */

/* Pagination Style v5 */

/*------------------------------------
  Ribbons
------------------------------------*/

/* Ribbon Style Type 1
------------------------------------*/

/* Ribbon Style Type 2
------------------------------------*/

/* Bookmarked Ribbon
------------------------------------*/

/* Ribbon Colors
------------------------------------*/

/* Clipped-v1 Ribbon
------------------------------------*/

/* Clipped-v2 Ribbon
------------------------------------*/

/* Clipped-v3 Ribbon
------------------------------------*/

/* Clipped-v4 Ribbon
------------------------------------*/

/*------------------------------------
  Animation on the scroll
------------------------------------*/

/*------------------------------------
  Stickers
------------------------------------*/

/* Sticker Position
------------------------------------*/

/*------------------------------------
  Sticky blocks
------------------------------------*/

/*------------------------------------
  Tables
------------------------------------*/

/*------------------------------------
  Tabs
------------------------------------*/
/* Colors
------------------------------------*/

/* Style for Icons
------------------------------------*/

/* HZ
------------------------------------*/
.nav-item > a,
.nav-item > .nav-link {
  transition-property: color, background-color, border-color;
  transition-duration: .2s;
  transition-timing-function: ease-in; }

@-moz-document url-prefix() { }

@media (min-width: 768px) {
  @-moz-document url-prefix() { } }

/*------------------------------------
  Tabs v1
------------------------------------*/
/* Tabs v1
------------------------------------*/

/*------------------------------------
  Tabs v2
------------------------------------*/

/*------------------------------------
  Tabs v3
------------------------------------*/

/*------------------------------------
  Tabs v4
------------------------------------*/

/*------------------------------------
  Tabs v5
------------------------------------*/

/*------------------------------------
  Tabs v6
------------------------------------*/

/*------------------------------------
  Tabs v7
------------------------------------*/

/*------------------------------------
  Tabs v8
------------------------------------*/

/*------------------------------------
  Tags
------------------------------------*/
/* Pagination v1 */

/*------------------------------------
  Text Animation Slideshow
------------------------------------*/

/*------------------------------------
  Text-shadow
------------------------------------*/

/*------------------------------------
  Marker-bg
------------------------------------*/

/*------------------------------------
  Tooltips
------------------------------------*/

/*------------------------------------
  Typography
------------------------------------*/

/*------------------------------------
  Navigation
------------------------------------*/
/* Base Abstractions */

/* Base stylesheets */

/* Import */
/* Main navigation styles */
/*------------------------------------
  Navigation Style v1
------------------------------------*/

/*------------------------------------
  Navigation Style v2
------------------------------------*/

/*------------------------------------
  Navigation Style v3
------------------------------------*/

/*------------------------------------
  Navigation Style v4
------------------------------------*/

/*------------------------------------
  Navigation Style v5
------------------------------------*/

/*------------------------------------
  Navigation Style v6
------------------------------------*/

/*------------------------------------
  Navigation Style v7
------------------------------------*/

/*------------------------------------
  Navigation Style v8
------------------------------------*/

/*------------------------------------
  Navigation Style v9
------------------------------------*/

/* Dropdown navigation styles */
/*------------------------------------
  Navigation Dropdown Style v1
------------------------------------*/

/*------------------------------------
  Navigation Dropdown Style v2
------------------------------------*/

/*------------------------------------
  Navigation Dropdown Style v3
------------------------------------*/

/*------------------------------------
  Navigation Dropdown Style v4
------------------------------------*/

/*------------------------------------
  Navigation Dropdown Style Inline
------------------------------------*/

/*------------------------------------
  Navigation Dropdown With Columns
------------------------------------*/

/* Main navigation behaviors */
/*------------------------------------
  Navigation Behavior (Overlay)
------------------------------------*/

/*------------------------------------
  Navigation Behavior (Push)
------------------------------------*/

/*------------------------------------
  Navigation Behavior (Smart)
------------------------------------*/

/* Secondary navigation styles */
/*------------------------------------
  Secondary Navigation
------------------------------------*/

/* Sidebar navigation styles */
/*------------------------------------
  Sidebar Navigation
------------------------------------*/

/* Override vendor stylesheets */
.hamburger-inner::before,
.hamburger-inner::after {
  background-color: inherit; }

/* Overlay */

/* Override necessary navigation styles in side-header pages */

/*------------------------------------
  Basket Bar
------------------------------------*/
/* Container */

/* Bar */

/* Product */

/* Product Image */

/* Product Remove Button */

/*------------------------------------
	Dropdowns
------------------------------------*/

/* Simple Dropdown */

/* CSS Animation Dropdown */

/*------------------------------------
  Compressed Form
------------------------------------*/

/*------------------------------------
  Dropcaps
------------------------------------*/

/*------------------------------------
  BG Angles
------------------------------------*/

/* V-1
------------------------------------*/
/* Light */

/* Dark */

/* V-2
------------------------------------*/
/* Light */

/* Dark */

/*------------------------------------
  Block Hovers
------------------------------------*/

/*------------------------------------
  Dedicated Properties
------------------------------------*/

/*------------------------------------
  Blockquotes
------------------------------------*/

/*------------------------------------
  Accordions
------------------------------------*/

/*------------------------------------
  Carousels
------------------------------------*/

/* backSlide */

/*--------------------------------------------------
  Chart Pie v1
----------------------------------------------------*/

/*------------------------------------
  Charts
------------------------------------*/
/* Sparkline chart's tooltip */

/*--------------------------------------------------
  Counter v1
----------------------------------------------------*/

/*--------------------------------------------------
  Counter v6
----------------------------------------------------*/

/*------------------------------------
  Credit cards
------------------------------------*/

/*------------------------------------
  Dropdowns v1
------------------------------------*/

/*------------------------------------
  Covers
------------------------------------*/

/*------------------------------------
  Info Block v1-1
------------------------------------*/

/*--------------------------------------------------
  Info Block v1-2
----------------------------------------------------*/

/*------------------------------------
  Info Block v1-3
------------------------------------*/

/*------------------------------------
  Info Block v1-4
------------------------------------*/

/*------------------------------------
  Info Block v1-5
------------------------------------*/

/*------------------------------------
  Info Block v2-1
------------------------------------*/

/*------------------------------------
  Info Block v2-2
------------------------------------*/

/*------------------------------------
  Info Block v2-3
------------------------------------*/

/*------------------------------------
  Info Block v3-1
------------------------------------*/
/* Title */

/*------------------------------------
  Info Block v3-2
------------------------------------*/

/*------------------------------------
  Info Block v3-3
------------------------------------*/

/* Image */

/* Content */

/* Description */

/*------------------------------------
  Info Block v3-4
------------------------------------*/

/*------------------------------------
  Info Block v5-1
------------------------------------*/
/* Title */

/*------------------------------------
  Info Block v5-2
------------------------------------*/
/* Product Image */

/*------------------------------------
  Info Block v5-3
------------------------------------*/

/*------------------------------------
  Info Block v5-4
------------------------------------*/
/* Actions */

/*------------------------------------
  Info Block v5-5
------------------------------------*/

/*------------------------------------
  Info Block v5-6
------------------------------------*/

/*--------------------------------------------------
  Info Block v6-1
----------------------------------------------------*/

/*--------------------------------------------------
  Info Block v7-1
----------------------------------------------------*/

/*--------------------------------------------------
  Info Block v8-1
----------------------------------------------------*/

/*--------------------------------------------------
  Info Block v9-1
----------------------------------------------------*/

/*--------------------------------------------------
  Info Block v10-1
----------------------------------------------------*/

/*------------------------------------
  Custom Bootstrap
------------------------------------*/

/* Paginations */

/*--------------------------------------------------
  Hamburgers
----------------------------------------------------*/
.hamburger {
  padding: 10px; }

.hamburger-box {
  width: 37px;
  height: 25px; }

.hamburger-inner {
  margin-top: 1px; }

.hamburger-inner, .hamburger-inner::after, .hamburger-inner::before {
  width: 37px;
  height: 1px;
  border-radius: 0; }

.u-header__section--light .hamburger-inner,
.u-header__section--light .hamburger-inner::after,
.u-header__section--light .hamburger-inner::before {
  background: #00ffff; }

/*------------------------------------
  jQuery UI
------------------------------------*/

/*------------------------------------
  Pin Map
------------------------------------*/

/*--------------------------------------------------
  Fancybox
----------------------------------------------------*/

/* Blur bg container */

/*------------------------------------
  Border Colors
------------------------------------*/
/* Primary Colors */

/*------------------------------------
  Border Width
------------------------------------*/

/*------------------------------------
  Box shadows
------------------------------------*/

/*------------------------------------
  Dot line v1
------------------------------------*/

/*------------------------------------
  Dot line v2
------------------------------------*/

/*------------------------------------
  Border Colors
------------------------------------*/
/* Primary Colors */

/* Black Colors */

/* White Colors */

/* Gray Colors */

/* Transparent */

/*------------------------------------
  Background Colors
------------------------------------*/
/* Primary Colors */

/*------------------------------------
  Colors
------------------------------------*/
/* Primary Colors */

/* Black Colors */

/* White Colors */

/* Gray Colors */

.hs-has-mega-menu:not(.hs-mega-menu-opened) * {
  transition: none !important; }

.hs-has-mega-menu:not(.hs-mega-menu-opened) *::before, .hs-has-mega-menu:not(.hs-mega-menu-opened) *::after {
  transition: none !important; }

/*------------------------------------
  JS
------------------------------------*/

/*--------------------------------------------------
  Filter v1
----------------------------------------------------*/

/*--------------------------------------------------
  Carousel v10
----------------------------------------------------*/

/*------------------------------------
  Internet Explorer (IE)
------------------------------------*/
/* Text Gradients */

/*------------------------------------
  Demo of Icons
------------------------------------*/

/* Add here all your css styles (customizations) */
