/*
 * Name:        One - Main styles
 * Written by: 	LiquidThemes
 */
/*----------------------------------------
 [ TABLE OF CONTENTS ]

 1. BASE
		|- 1.1. Base
		|- 1.2. Header
		|- 1.3. Footer
		|- 1.4. Titlebar

	2. PAGE LAYOUTS
		|- 2.1. Header Side
		|- 2.2. Sidebar
		|- 2.3. Stack

	3. LIQUID SHORTCODES
		|- 3.1. Buttons
		|- 3.2. Social Icons
		|- 3.3. Accordions
		|- 3.4. Icon Boxes
		|- 3.5. Tabs
		|- 3.6. Subscribe Forms
		|- 3.7. Contact Forms
		|- 3.8. Fancy Titles
		|- 3.9. Pricing Tables
		|- 3.10. Testimonials
		|- 3.11. Carousel
		|- 3.12. Carousel Vertical 3d
		|- 3.13. Latest Posts
		|- 3.14. Filter Lists
		|- 3.15. Fancy Boxes
		|- 3.16. Counter
		|- 3.17. Liquid Forms
		|- 3.18. jQuery UI
		|- 3.19. Reservation Form
		|- 3.20. Tour Form
		|- 3.21. Progressbar
		|- 3.22. Milestone
		|- 3.24. Instagram Feed
		|- 3.25. Twitter Feed
		|- 3.26. Banner
		|- 3.27. Image Groups
		|- 3.28. Pagination
		|- 3.29. Blog Grid
		|- 3.31. Masonry
		|- 3.32. Parallax
		|- 3.33. Team Members
		|- 3.34. Portfolios
		|- 3.35. Blog
		|- 3.36. Particles
		|- 3.37. Carousel Laptop
		|- 3.38. Liquid Fancy Heading
		|- 3.39. Row Overlay
		|- 3.40. Maps
		|- 3.41. Custom Animations
		|- 3.42. Masked Image
		|- 3.43. Slideshow BG
		|- 3.44. Custom Menu
		|- 3.45. Shop Banner
		|- 3.46. Carousel Phone
		|- 3.47. Media
		|- 3.48. Modal
		|- 3.49. Before After
		|- 3.50. Process Box
		|- 3.52. Message
		|- 3.53. Flipbox
		|- 3.54. Iconbox Circle
		|- 3.55. Row Separator
		|- 3.56. Roadmap
		|- 3.57. Countdown
		|- 3.58. breadcrumbs
		|- 3.59. Bullet List
		|- 3.60. Video BG
		|- 3.61. Frickin Image
		|- 3.62. Promo
		|- 3.63. Back to Top
		|- 3.64. Separator
		|- 3.65. Restaurant Menu

	4. VC SHORTCODES
		|- 4.1. Single image
		|- 4.2. Columns
		|- 4.3. Rows
		|- 4.4. Text Block

	6. PARTIALS
		|- 6.1. Search Results
		|- 6.2. 404 Not Found
		|- 6.3. Sidebar
		|- 6.4. Page Frame

	7. RESPONSIVE
		|- 7.1. Header
		|- 7.2. Elements

 ----------------------------------------

 [ TYPOGRAPHY ]

 $font-primary:		'Glacial Indifferenc', 'Open Sans', sans-serif;
 $font-size: 			16px;
 $line-height: 		30px;
 $font-color: 		#808291;

 [ COLORS ]
 $color-primary: #3ed2a7;
 $color-secondary: #ffb09f;

-----------------------------------------*/
/*
  1. BASE
*/
/* 1.1. Base */
:root {
  --color-font: #808291;
  --color-primary: #3ed2a7;
  --color-secondary: #ffb09f;
  --color-link: #a7a9b8;
  --color-link-hover: #181b31;
  --color-gradient-start: #4fda91;
  --color-gradient-stop: #34dbc5;
  --color-img-holder: #efefef; }

@font-face {
  font-family: 'Glacial Indifference';
  src: url("../fonts/GlacialIndifference-Regular.woff2") format("woff2"), url("../fonts/GlacialIndifference-Regular.woff") format("woff");
  font-weight: normal;
  font-display: swap;
  font-style: normal; }
@font-face {
  font-family: 'Glacial Indifference';
  src: url("../fonts/GlacialIndifference-Bold.woff2") format("woff2"), url("../fonts/GlacialIndifference-Bold.woff") format("woff");
  font-weight: bold;
  font-display: swap;
  font-style: normal; }
html,
body {
  max-width: 100vw;
  overflow-x: hidden; }

html {
  font-size: 100%;
  overflow-x: hidden; }

body {
  font-family: 'Roboto', sans-serif;
  font-size: 1em;
  line-height: 1.7;
  font-weight: 400;
  color: var(--color-font);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/*
	Base Styles
*/
#wrap,
#content {
  position: relative; }

#wrap {
  overflow: hidden; }

#content {
  z-index: 2;
  transition: transform 0.3s;
  background-color: #fff; }
  #content:before, #content:after {
    content: '';
    display: table; }
  #content:after {
    clear: both; }

iframe {
  max-width: 100%;
  border: none; }

audio {
  width: 100%; }

body.archive #content {
  padding-top: 70px;
  padding-bottom: 70px; }
body.blog #content {
  padding-top: 70px;
  padding-bottom: 70px; }
body.blog .main-sidebar {
  margin-top: 0 !important; }

a {
  text-decoration: none;
  color: var(--color-link);
  transition: all 0.3s; }
  a:hover {
    color: var(--color-link-hover); }
  a:hover, a:focus {
    text-decoration: none; }

img {
  max-width: 100%;
  height: auto; }

textarea {
  resize: vertical; }

dd {
  margin-left: 1.5em;
  margin-top: 0.5em;
  margin-bottom: 0.5em; }

table {
  border: 1px solid #dedede; }
  table tr {
    border-bottom: 1px solid #dedede; }
  table th,
  table td {
    padding: 0.45em 1em; }
  table tbody th,
  table tbody td,
  table thead th {
    border-right: 1px solid #dedede; }
  table.wp-block-table {
    border-color: #dedede; }
    table.wp-block-table tr,
    table.wp-block-table td,
    table.wp-block-table th {
      border-color: inherit; }
    table.wp-block-table th,
    table.wp-block-table td {
      padding: 0.45em 1em; }

pre {
  margin-bottom: 1.5em; }

blockquote {
  display: block;
  padding: 0;
  margin-bottom: 2.5em;
  border: 0;
  font-style: italic; }
  blockquote.wp-block-quote.is-large {
    padding-left: 0;
    padding-right: 0; }

.wp-block-pullquote__citation, .wp-block-quote__citation, cite {
  display: block;
  position: relative;
  padding-top: 2.0833333333em;
  margin-top: 1em;
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-style: normal; }
  .wp-block-pullquote__citation:before,
  .wp-block-quote__citation:before,
  cite:before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #a7a9b8; }
  .wp-block-quote.is-large .wp-block-pullquote__citation,
  .wp-block-quote.is-large .wp-block-quote__citation,
  .wp-block-quote.is-large cite {
    text-align: inherit;
    font-size: 12px; }

.wp-block-quote.aligncenter cite:before,
.wp-block-quote.aligncenter .wp-block-quote__citation:before {
  left: 50%;
  margin-left: -15px; }

.wp-block-quote.alignright cite:before,
.wp-block-quote.alignright .wp-block-quote__citation:before {
  left: auto;
  right: 0; }

.wp-block-pullquote,
.wp-block-quote {
  margin-bottom: 32px; }
  .wp-block-pullquote blockquote,
  .wp-block-quote blockquote {
    margin-bottom: 0; }

.wp-block-pullquote cite:before,
.wp-block-pullquote .wp-block-pullquote__citation:before {
  left: 50%;
  margin-left: -15px; }

.wp-block-pullquote.is-style-solid-color cite:before,
.wp-block-pullquote.is-style-solid-color .wp-block-pullquote__citation:before {
  left: 0;
  margin-left: 0; }

figcaption {
  margin: 1.3em auto;
  color: #808291;
  font-style: italic; }

.fp-sr-only,
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  top: 0;
  left: 0;
  width: 1px;
  word-wrap: normal !important; }

.split-inner {
  display: inline-block; }

/*
	Typography
*/
p {
  margin-bottom: 1.3em; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: 'Roboto', sans-serif;
  margin: 1.25em 0 0.75em;
  font-weight: 500;
  line-height: 1.2;
  color: #181b31; }

h1, .h1 {
  margin-top: 0;
  font-size: 52px; }

h2, .h2 {
  font-size: 40px; }

h3, .h3 {
  font-size: 32px; }

h4, .h4 {
  font-size: 25px; }

h5, .h5 {
  font-size: 21px; }

h6, .h6 {
  font-size: 18px; }

small,
.font_small {
  font-size: 0.667em; }

.ld-lazyload {
  opacity: 0.0001;
  transition: opacity 1s; }
  .ld-lazyload.loaded {
    opacity: 1; }

.lqd-img-holder {
  display: block;
  position: relative;
  background-color: var(--color-img-holder); }
  .lqd-img-holder > img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    image-rendering: auto; }

.lqd-sticky-bg-spacer,
.lqd-sticky-bg-wrap,
.lqd-sticky-bg {
  width: 100%;
  height: 100vh;
  max-height: 100vh;
  background-size: inherit;
  background-position: inherit;
  background-attachment: inherit;
  background-repeat: inherit; }

.lqd-sticky-bg-wrap {
  overflow: hidden; }
  [data-shrink-borders=true] .lqd-sticky-bg-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh; }

.lqd-css-sticky {
  top: 0; }
  .lqd-css-sticky:not(.vc_row) {
    position: sticky !important; }
  .lqd-css-sticky-wrap .lqd-css-sticky.vc_row {
    position: sticky !important; }
    .lqd-css-sticky-wrap .lqd-css-sticky.vc_row[data-parallax] {
      transform: translateZ(0); }

.lqd-css-sticky-wrap,
.lqd-css-sticky-wrap-inner {
  width: 100%; }

.lqd-css-sticky-wrap-inner {
  height: 200%;
  top: 0;
  left: 0; }

.lqd-section-borders-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  visibility: hidden;
  opacity: 0; }
  .lqd-section-borders-wrap.sticky-applied {
    opacity: 1;
    visibility: visible; }

.lqd-section-border-sentinel {
  top: 0;
  left: 0;
  width: 100%;
  min-height: 1px;
  z-index: -1; }

.lqd-section-border {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: #fff; }
  .lqd-section-border[data-axis=x] {
    width: 4.69vw;
    height: 100%; }
  .lqd-section-border[data-axis=y] {
    width: 100%;
    height: 4.69vw; }

.lqd-section-border-top {
  transform-origin: center top; }

.lqd-section-border-right {
  left: auto;
  right: 0;
  transform-origin: right center; }

.lqd-section-border-bottom {
  top: auto;
  bottom: 0;
  transform-origin: center bottom; }

.lqd-section-border-left {
  transform-origin: left center; }

/*@import 'base/pin-elements';*/
/* 1.2. Header */
.main-header .row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }
.main-header .no-gutters {
  margin-right: 0;
  margin-left: 0; }
.main-header .no-gutters > .col,
.main-header .no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0; }
.main-header .col, .main-header .col-auto, .main-header .col-lg-1, .main-header .col-lg-2, .main-header .col-lg-3, .main-header .col-lg-4, .main-header .col-lg-5, .main-header .col-lg-6, .main-header .col-lg-7, .main-header .col-lg-8, .main-header .col-lg-9, .main-header .col-lg-10, .main-header .col-lg-11, .main-header .col-lg-12, .main-header .col-lg, .main-header .col-lg-auto, .main-header .col-xl-1, .main-header .col-xl-2, .main-header .col-xl-3, .main-header .col-xl-4, .main-header .col-xl-5, .main-header .col-xl-6, .main-header .col-xl-7, .main-header .col-xl-8, .main-header .col-xl-9, .main-header .col-xl-10, .main-header .col-xl-11, .main-header .col-xl-12, .main-header .col-xl, .main-header .col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }
.main-header .col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }
.main-header .col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

@media (min-width: 1200px) {
  .main-header .container {
    max-width: 1170px; } }
@media (min-width: 992px) {
  .main-header .d-lg-none {
    display: none !important; }
  .main-header .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .main-header .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .main-header .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .main-header .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .main-header .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .main-header .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .main-header .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .main-header .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .main-header .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .main-header .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .main-header .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .main-header .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .main-header .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .main-header .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .main-header .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .main-header .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .main-header .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .main-header .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .main-header .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .main-header .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .main-header .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .main-header .order-lg-first {
    order: -1; }
  .main-header .order-lg-1 {
    order: 1; }
  .main-header .order-lg-2 {
    order: 2; }
  .main-header .order-lg-3 {
    order: 3; }
  .main-header .order-lg-4 {
    order: 4; }
  .main-header .order-lg-5 {
    order: 5; }
  .main-header .order-lg-6 {
    order: 6; }
  .main-header .order-lg-7 {
    order: 7; }
  .main-header .order-lg-8 {
    order: 8; }
  .main-header .order-lg-9 {
    order: 9; }
  .main-header .order-lg-10 {
    order: 10; }
  .main-header .order-lg-11 {
    order: 11; }
  .main-header .order-lg-12 {
    order: 12; }
  .main-header .offset-lg-0 {
    margin-left: 0; }
  .main-header .offset-lg-1 {
    margin-left: 8.333333%; }
  .main-header .offset-lg-2 {
    margin-left: 16.666667%; }
  .main-header .offset-lg-3 {
    margin-left: 25%; }
  .main-header .offset-lg-4 {
    margin-left: 33.333333%; }
  .main-header .offset-lg-5 {
    margin-left: 41.666667%; }
  .main-header .offset-lg-6 {
    margin-left: 50%; }
  .main-header .offset-lg-7 {
    margin-left: 58.333333%; }
  .main-header .offset-lg-8 {
    margin-left: 66.666667%; }
  .main-header .offset-lg-9 {
    margin-left: 75%; }
  .main-header .offset-lg-10 {
    margin-left: 83.333333%; }
  .main-header .offset-lg-11 {
    margin-left: 91.666667%; } }
@media (min-width: 1200px) {
  .main-header .d-xl-none {
    display: none !important; }
  .main-header .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .main-header .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .main-header .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .main-header .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .main-header .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .main-header .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .main-header .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .main-header .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .main-header .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .main-header .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .main-header .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .main-header .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .main-header .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .main-header .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .main-header .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .main-header .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .main-header .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .main-header .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .main-header .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .main-header .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .main-header .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .main-header .order-xl-first {
    order: -1; }
  .main-header .order-xl-1 {
    order: 1; }
  .main-header .order-xl-2 {
    order: 2; }
  .main-header .order-xl-3 {
    order: 3; }
  .main-header .order-xl-4 {
    order: 4; }
  .main-header .order-xl-5 {
    order: 5; }
  .main-header .order-xl-6 {
    order: 6; }
  .main-header .order-xl-7 {
    order: 7; }
  .main-header .order-xl-8 {
    order: 8; }
  .main-header .order-xl-9 {
    order: 9; }
  .main-header .order-xl-10 {
    order: 10; }
  .main-header .order-xl-11 {
    order: 11; }
  .main-header .order-xl-12 {
    order: 12; }
  .main-header .offset-xl-0 {
    margin-left: 0; }
  .main-header .offset-xl-1 {
    margin-left: 8.333333%; }
  .main-header .offset-xl-2 {
    margin-left: 16.666667%; }
  .main-header .offset-xl-3 {
    margin-left: 25%; }
  .main-header .offset-xl-4 {
    margin-left: 33.333333%; }
  .main-header .offset-xl-5 {
    margin-left: 41.666667%; }
  .main-header .offset-xl-6 {
    margin-left: 50%; }
  .main-header .offset-xl-7 {
    margin-left: 58.333333%; }
  .main-header .offset-xl-8 {
    margin-left: 66.666667%; }
  .main-header .offset-xl-9 {
    margin-left: 75%; }
  .main-header .offset-xl-10 {
    margin-left: 83.333333%; }
  .main-header .offset-xl-11 {
    margin-left: 91.666667%; } }
@media (min-width: 992px) {
  .main-header .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .main-header .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .main-header .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .main-header .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .main-header .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; } }
@media (min-width: 1200px) {
  .main-header .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .main-header .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .main-header .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .main-header .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .main-header .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; } }
.main-header {
  position: relative;
  z-index: 10; }
  .main-header .wpb_single_image {
    margin-bottom: 0; }
  .main-header P:empty {
    display: none; }

.main-header-overlay {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.lqd-main-header-default .mainbar {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
.lqd-main-header-default .main-nav > li > a {
  color: #5a5b63; }
.lqd-main-header-default + .content {
  padding-top: 70px; }

.header-style-side .titlebar,
.header-style-side #content,
.header-style-side #wrap > .main-header,
.header-style-side .main-footer {
  transition: transform 0.45s cubic-bezier(0.7, 0, 0.2, 1); }

.side-nav-showing .titlebar,
.side-nav-showing #content,
.side-nav-showing #wrap > .main-header,
.side-nav-showing .main-footer {
  transform: translateX(375px); }

.header-module {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative; }
  .header-module ~ .header-module {
    margin-left: 25px; }
  .header-module p {
    margin-bottom: 0; }
  .header-module .btn + p {
    width: 100%;
    margin-top: 0.25em;
    text-align: center; }
  .text-right .header-module {
    align-items: flex-end; }
  .text-left .header-module {
    align-items: flex-start; }
  .text-center .header-module {
    align-items: center; }

.module-title {
  font-size: 16px;
  margin: 1.5em 0; }

.nav-trigger {
  display: flex;
  padding: 0;
  border: none;
  background: none;
  background-color: transparent;
  box-shadow: none;
  color: #000;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center; }
  .nav-trigger .txt,
  .nav-trigger .bars,
  .nav-trigger .bar {
    display: inline-block;
    flex-flow: inherit;
    align-items: inherit;
    justify-content: inherit; }
  .nav-trigger .bars {
    display: flex;
    flex-flow: column nowrap; }
  .nav-trigger .bar {
    background-color: #000; }
    .nav-trigger .bar:before, .nav-trigger .bar:after {
      background-color: inherit; }
  .nav-trigger .txt {
    display: inline-block;
    margin-left: 13px;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1; }
  .nav-trigger.style-1 .bars {
    width: 25px;
    height: 13px;
    transform: rotate(90deg);
    transition: all 0.3s 0.2s cubic-bezier(0.65, 0.05, 0.36, 1); }
  .nav-trigger.style-1 .bar {
    width: 25px;
    height: 1px;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    transition: all 0.3s cubic-bezier(0.65, 0.05, 0.36, 1); }
    .nav-trigger.style-1 .bar:first-child, .nav-trigger.style-1 .bar:last-child {
      width: 16px;
      opacity: 0;
      visibility: hidden; }
    .nav-trigger.style-1 .bar:first-child {
      transform: translateY(-7px); }
    .nav-trigger.style-1 .bar:last-child {
      margin-bottom: 0;
      transform: translateY(7px); }
    .nav-trigger.style-1 .bar:nth-child(2) {
      transform: rotate(45deg);
      transition-delay: 0.2s;
      transition-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1); }
      .nav-trigger.style-1 .bar:nth-child(2):before {
        content: '';
        display: inline-block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        transition: inherit;
        background-color: inherit;
        transform: rotate(-90deg); }
  .nav-trigger.style-mobile .bars {
    width: 20px;
    height: 15px;
    transform: rotate(0);
    transition: all 0.45s 0.2s cubic-bezier(0.23, 1, 0.32, 1); }
  .nav-trigger.style-mobile .bar {
    width: 20px;
    height: 2px;
    border-radius: 50em;
    margin-bottom: 4.25px;
    position: relative;
    transition: all 0.45s cubic-bezier(0.23, 1, 0.32, 1); }
    .nav-trigger.style-mobile .bar:first-child, .nav-trigger.style-mobile .bar:last-child {
      opacity: 0;
      visibility: hidden;
      transition: all 0.45s cubic-bezier(0.23, 1, 0.32, 1); }
    .nav-trigger.style-mobile .bar:first-child {
      transform: translateY(-3px); }
    .nav-trigger.style-mobile .bar:last-child {
      margin-bottom: 0;
      transform: translateY(3px); }
    .nav-trigger.style-mobile .bar:nth-child(2) {
      width: 22px;
      margin-right: auto;
      transform: rotate(45deg);
      transition-delay: 0.1s;
      transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1); }
      .nav-trigger.style-mobile .bar:nth-child(2):before {
        content: '';
        display: inline-block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        border-radius: inherit;
        transition: inherit;
        background-color: inherit;
        transform: rotate(-90deg); }
  .nav-trigger.txt-left {
    flex-direction: row-reverse; }
    .nav-trigger.txt-left .txt {
      margin-left: 0;
      margin-right: 13px; }
  .nav-trigger.fill-solid .bars {
    width: 42px;
    height: 40px;
    transform: none;
    background-color: rgba(255, 255, 255, 0.95); }
  .nav-trigger.rotate-90 {
    transform: rotate(-90deg); }
  .nav-trigger.scheme-light {
    color: #fff; }
    .nav-trigger.scheme-light .bar {
      background-color: #fff; }
    .nav-trigger.scheme-light.fill-solid .bars {
      background-color: rgba(0, 0, 0, 0.3); }
  .nav-trigger.collapsed .bars {
    transform: none;
    transition-delay: 0s; }
  .nav-trigger.collapsed .bar:first-child, .nav-trigger.collapsed .bar:last-child, .nav-trigger.collapsed .bar:nth-child(2) {
    opacity: 1;
    visibility: visible;
    transform: none;
    transition: all 0.3s ease; }
    .nav-trigger.collapsed .bar:first-child:before, .nav-trigger.collapsed .bar:first-child:after, .nav-trigger.collapsed .bar:last-child:before, .nav-trigger.collapsed .bar:last-child:after, .nav-trigger.collapsed .bar:nth-child(2):before, .nav-trigger.collapsed .bar:nth-child(2):after {
      transform: rotate(0) translate(0, 0); }
  .nav-trigger.collapsed.style-mobile .bar:first-child, .nav-trigger.collapsed.style-mobile .bar:last-child {
    transition-delay: 0.15s; }
  .nav-trigger.collapsed.style-mobile .bar:nth-child(2) {
    width: 16px; }
  .nav-trigger:focus {
    outline: none;
    box-shadow: none; }

.ld-module-trigger {
  display: inline-flex;
  align-items: center;
  color: #000;
  cursor: pointer;
  transition: color 0.3s; }

.ld-module-trigger-icon {
  font-size: 24px; }

.ld-module-trigger-count {
  display: inline-flex;
  width: 18px;
  height: 18px;
  margin-left: 5px;
  background-color: var(--color-primary);
  border-radius: 50em;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  color: #fff; }

.ld-module-dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 20;
  background-color: #fff;
  text-align: left; }
  .ld-module-dropdown.left {
    right: auto;
    left: 0; }

.ld-module-cart .ld-module-dropdown {
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 85vh; }

.ld-cart-contents {
  width: 400px;
  height: 100%;
  padding: 25px 0 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #000; }
  .ld-cart-contents .empty h3 {
    font-size: 22px; }

.ld-cart-contents .empty,
.ld-cart-foot,
.ld-cart-head,
.ld-cart-product {
  padding-left: 35px;
  padding-right: 35px; }

.ld-cart-foot,
.ld-cart-head {
  font-size: 12px; }

.ld-cart-head {
  margin-bottom: 20px; }

a.remove.ld-cart-product-remove {
  display: inline-flex;
  width: 20px;
  height: 20px;
  border: 1px solid #dedede;
  border-radius: 50em;
  position: absolute;
  top: -10px;
  left: 25px;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #000 !important;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s; }
  a.remove.ld-cart-product-remove:before {
    content: '';
    display: inline-block;
    width: 150%;
    height: 150%;
    position: absolute;
    top: -25%;
    left: -25%; }
  a.remove.ld-cart-product-remove:hover {
    border-color: red;
    background-color: red;
    color: #fff !important; }

.ld-cart-product {
  display: flex;
  position: relative;
  padding-bottom: 17px;
  margin-bottom: 17px;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 14px;
  line-height: 1.571em; }
  .ld-cart-product img {
    width: 65px;
    border-radius: 3px; }
  .ld-cart-product:hover .ld-cart-product-remove {
    opacity: 1;
    visibility: visible; }

.ld-cart-product-info {
  display: flex;
  align-items: center;
  flex: 1 auto; }
  .ld-cart-product-info a {
    display: inherit;
    align-items: inherit;
    flex: 1 auto;
    color: inherit; }

.ld-cart-product-details {
  display: flex;
  flex-direction: column;
  flex-grow: 1; }
  figure + .ld-cart-product-details {
    margin-left: 15px; }
  .ld-cart-product-details dl.variation {
    display: flex;
    flex-direction: row;
    margin-top: 3px; }
    .ld-cart-product-details dl.variation dd {
      margin: 0 0 0 5px; }
      .ld-cart-product-details dl.variation dd + dt {
        margin-left: 8px; }

.ld-cart-product-price {
  display: flex;
  flex-direction: column;
  align-items: flex-start; }

.ld-cart-foot {
  margin-top: 5px;
  margin-bottom: 20px; }
  .ld-cart-foot .btn {
    font-weight: 700; }
    .ld-cart-foot .btn,
    .ld-cart-foot .btn > span {
      width: 100%; }
    .ld-cart-foot .btn > span {
      justify-content: center; }
  .ld-cart-foot .btn-solid {
    background-color: #2A2A2A;
    border: none; }
    .ld-cart-foot .btn-solid:hover {
      background-color: var(--color-primary); }
    .ld-cart-foot .btn-solid + .btn {
      margin-left: 0;
      margin-top: 2em; }
  .ld-cart-foot .btn-naked {
    color: #2A2A2A; }

.ld-cart-total {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px; }

.ld-cart-total-price {
  font-size: 20px;
  font-weight: 600; }

.ld-cart-message {
  padding: 1em;
  background-color: var(--color-primary);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: 0.024em;
  color: #fff;
  text-align: center; }

.ld-module-trigger-txt {
  display: inline-flex;
  flex-flow: row nowrap;
  align-items: center; }
  .ld-module-trigger-txt i {
    margin-left: 0.35em; }

.ld-dropdown-menu-content {
  width: 210px;
  padding: 20px 30px;
  border: 1px solid rgba(0, 0, 0, 0.1); }
  .ld-dropdown-menu-content a {
    display: inline-block;
    position: relative; }
  .ld-dropdown-menu-content ul {
    padding: 0;
    margin: 0;
    list-style: none; }
    .ld-dropdown-menu-content ul ul {
      margin-left: 0.3em; }
  .ld-dropdown-menu-content li {
    position: relative; }
    .ld-dropdown-menu-content li:not(:last-child) a {
      margin-bottom: 0.625em; }

.ld-dropdown-menu-underlined li a:before {
  content: '';
  display: inline-block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -2px;
  left: 0;
  background-color: currentColor;
  transform-origin: right center;
  transform: scaleX(0);
  transition: transform 0.45s cubic-bezier(0.23, 1, 0.32, 1); }
.ld-dropdown-menu-underlined li a:hover:before {
  transform-origin: left center;
  transform: scaleX(1); }

.ld-module-v-sep {
  display: flex;
  width: 1px;
  flex-flow: row wrap;
  align-items: stretch;
  flex: 1 auto;
  position: relative; }
  .ld-module-v-sep .ld-v-sep-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #ededed; }

.ld-module-search .ld-module-dropdown {
  right: -15px; }
  .ld-module-search .ld-module-dropdown.left {
    right: auto;
    left: -15px; }

.ld-search-form-container {
  background-color: #fff;
  width: 360px;
  padding: 30px 30px;
  border: 1px solid rgba(0, 0, 0, 0.1); }

.ld-search-form {
  position: relative;
  line-height: 1; }
  .ld-search-form input {
    width: 100%;
    padding: 10px 20px 10px 30px;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 16px;
    letter-spacing: 0.025em; }
    .ld-search-form input::-webkit-input-placeholder {
      color: #a7a9b8; }
    .ld-search-form input::-moz-placeholder {
      color: #a7a9b8; }
    .ld-search-form input:-moz-placeholder {
      color: #a7a9b8; }
    .ld-search-form input:-ms-input-placeholder {
      color: #a7a9b8; }
    .ld-search-form input:focus {
      outline: none;
      border-color: rgba(0, 0, 0, 0.2); }
  .ld-search-form .input-icon {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    color: #b8beca; }

.ld-module-search-visible-form .ld-search-form-container {
  padding: 0;
  background: none;
  border: none; }
.ld-module-search-visible-form .ld-search-form input {
  background: none; }

.header-module .iconbox {
  margin-bottom: 0;
  align-items: center !important; }
  .header-module .iconbox .iconbox-icon-wrap {
    margin-right: 0; }
  .header-module .iconbox .iconbox-icon-container {
    margin-right: 15px; }
  .header-module .iconbox h3 {
    margin-bottom: 0.25em; }
    .header-module .iconbox h3:last-child {
      margin-bottom: 0; }
.header-module .iconbox-inline h3 {
  flex: auto; }
.header-module .iconbox-side .contents {
  flex: auto; }

.lqd-lang-module img {
  width: 18px; }
  .lqd-lang-module img + span {
    margin-left: 0.6em; }

.navbar-brand {
  display: inline-flex;
  height: auto;
  padding: 30px 0;
  line-height: normal;
  float: none;
  order: 0;
  flex-shrink: 0;
  transition: none; }
  .navbar-brand img {
    transition: opacity 0.3s, visibiliy 0.3s; }
  .navbar-brand .logo-sticky {
    display: none; }
  .navbar-brand .logo-light,
  .navbar-brand .logo-dark {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden; }
  .navbar-brand:hover .navbar-brand-hover {
    width: 100%; }
  .is-stuck .navbar-brand .logo-sticky {
    display: block; }
    .is-stuck .navbar-brand .logo-sticky ~ img {
      display: none; }

.navbar-brand-inner {
  display: inline-block;
  position: relative; }

.navbar-brand-hover {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  white-space: nowrap;
  overflow: hidden;
  transform-origin: left center;
  transition: width 0.3s; }
  .navbar-brand-hover img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: none; }

.navbar-header {
  display: flex;
  align-items: center;
  flex: 1 auto; }
  .navbar-header:before, .navbar-header:after {
    content: none; }
  .navbar-header .navbar-toggle {
    order: 3;
    margin-left: 20px; }

.navbar-collapse {
  flex: 1 auto;
  padding: 0; }
  .navbar-collapse .header-module {
    margin-bottom: 20px; }
    .navbar-collapse .header-module:last-child {
      margin-bottom: 45px; }

.navbar-nav > li > a {
  line-height: normal; }

.main-nav {
  flex: 1 auto;
  margin-left: auto;
  margin-right: auto; }
  .main-nav > li {
    position: relative; }
    .main-nav > li,
    .main-nav > li > a {
      display: flex;
      flex-flow: column nowrap; }
    .main-nav > li > a {
      flex: 1 auto;
      flex-flow: row wrap;
      padding-left: 15px;
      padding-right: 15px;
      color: #a7a9b8;
      white-space: nowrap; }
      .main-nav > li > a:hover, .main-nav > li > a:focus {
        background-color: transparent; }
    .main-nav > li.active > a, .main-nav > li.current-menu-item > a,
    .main-nav > li > a:hover {
      color: #181b31; }
  .main-nav .link-txt {
    position: relative; }
    .main-nav .link-txt .txt {
      position: relative;
      z-index: 2; }
  .main-nav .link-ext {
    z-index: 0; }
  .main-nav.justify-content-lg-end {
    margin-right: 0; }
  .main-nav.justify-content-lg-start {
    margin-left: 0; }

.submenu-expander {
  display: none;
  position: absolute;
  top: 50%;
  left: auto;
  z-index: 3;
  font-size: 18px;
  width: 36px;
  height: 36px;
  margin-left: 18px;
  border-radius: 3px;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%); }
  .submenu-expander:hover {
    background-color: rgba(0, 0, 0, 0.05); }
  .page_item_has_children > a .submenu-expander, .menu-item-has-children > a .submenu-expander {
    display: inline-flex; }

/*
	Submenu
*/
.main-nav .children,
.nav-item-children {
  min-width: 232px;
  padding: 1.0625em 0;
  border-radius: 5px;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  box-shadow: 0 16px 50px rgba(0, 0, 0, 0.07);
  visibility: hidden;
  font-size: 16px;
  line-height: 1.5em;
  list-style: none;
  text-align: left; }
  .main-nav .children > li,
  .nav-item-children > li {
    position: relative;
    font-size: 1em;
    line-height: normal; }
    .main-nav .children > li > a,
    .nav-item-children > li > a {
      display: block;
      padding: 0.7em 2.5em;
      width: 100%;
      color: #797b86; }
    .main-nav .children > li:hover > a,
    .nav-item-children > li:hover > a {
      background-color: #e7eaee; }
    .main-nav .children > li.active > a, .main-nav .children > li.current-menu-item > a, .main-nav .children > li:hover > a,
    .nav-item-children > li.active > a,
    .nav-item-children > li.current-menu-item > a,
    .nav-item-children > li:hover > a {
      color: #181b31; }
  .main-nav .children .children,
  .main-nav .children .nav-item-children,
  .nav-item-children .children,
  .nav-item-children .nav-item-children {
    bottom: auto;
    top: 0;
    left: 100%; }
    .main-nav .children .children.to-left,
    .main-nav .children .nav-item-children.to-left,
    .nav-item-children .children.to-left,
    .nav-item-children .nav-item-children.to-left {
      right: 100%; }
  .main-nav .children.to-left,
  .nav-item-children.to-left {
    left: auto;
    right: 0; }
    .main-nav .children.to-left .children,
    .main-nav .children.to-left .nav-item-children,
    .nav-item-children.to-left .children,
    .nav-item-children.to-left .nav-item-children {
      left: auto;
      right: 100%; }

.main-nav .position-applied > .children,
.position-applied > .nav-item-children {
  display: none;
  visibility: visible; }

.megamenu-heading {
  margin: 0 0 1.25em;
  font-size: 16px;
  letter-spacing: 0.01em; }

.megamenu-inner-row {
  padding: 35px;
  border-top: 1px solid rgba(0, 0, 0, 0.07); }

.megamenu .lqd-custom-menu li {
  margin-bottom: 13px;
  font-size: 15px; }

[data-megamenu-bg-scheme=dark] .megamenu-inner-row {
  border-top-color: rgba(255, 255, 255, 0.07); }
[data-megamenu-bg-scheme=dark] .lqd-custom-menu a {
  color: #d0d1d6; }

/*
	Nav Styles
*/
.mainbar-wrap .row {
  flex-wrap: nowrap; }
  .mainbar-wrap .row > div:empty {
    display: none; }
.mainbar-wrap .megamenu-hover-bg {
  display: none; }

.mainbar-container {
  display: flex;
  flex-flow: row wrap;
  align-items: stretch; }
  .mainbar-container .container {
    flex: 1 1;
    padding: 0; }

.mainbar-row {
  align-items: stretch;
  flex: 1 auto; }
  .mainbar-row:before, .mainbar-row:after {
    content: none; }
  .mainbar-row > [class^=col] {
    display: flex;
    align-items: stretch;
    position: static; }

.mainbar {
  display: flex;
  flex-flow: column wrap;
  flex: 1 auto; }
  .mainbar .navbar-header,
  .mainbar .main-nav-trigger {
    position: relative;
    z-index: 10; }

.secondarybar-wrap {
  position: relative;
  z-index: 11; }
  .secondarybar-wrap ~ .secondarybar-wrap {
    z-index: 9; }

.secondarybar-row {
  align-items: stretch;
  flex: 1 auto; }
  .secondarybar-row:before, .secondarybar-row:after {
    content: none; }
  .secondarybar-row > [class^=col] {
    display: flex;
    flex-flow: row nowrap;
    align-items: stretch; }
    .secondarybar-row > [class^=col]:empty {
      display: none; }

.secondarybar .header-module {
  padding-top: 10px;
  padding-bottom: 10px; }

@keyframes stickySlideDown {
  from {
    transform: translateY(-100%); }
  to {
    transform: translateY(0); } }
.is-stuck {
  animation: stickySlideDown 0.65s cubic-bezier(0.23, 1, 0.32, 1) both; }
  .is-stuck .navbar-brand {
    padding-top: 18px;
    padding-bottom: 18px; }
  .is-stuck.mainbar-wrap {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .is-stuck > .megamenu-hover-bg {
    display: none !important; }

.lqd-sticky-sentinel {
  top: 100%;
  left: 0;
  min-height: 1px;
  z-index: -1; }
  .vc_row > .lqd-sticky-sentinel, .titlebar > .lqd-sticky-sentinel {
    top: calc(100% - 2px); }

.is-stuck {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99; }
  .admin-bar .is-stuck {
    top: 32px; }

/* 1.3. Footer */
.main-footer .widget-title {
  font-size: 18px;
  margin-bottom: 1.35em; }
.main-footer > .vc_row {
  margin-left: 0;
  margin-right: 0; }
.main-footer .wpb_single_image {
  margin-bottom: 0; }

.lqd-main-footer-default {
  padding-bottom: 30px;
  padding-top: 30px;
  margin-top: 70px;
  background-color: #f2f2f2;
  color: #3b3b3b; }

/* 1.4. Titlebar */
.titlebar-scroll-link {
  font-size: 30px;
  position: absolute;
  bottom: 1.25em;
  left: auto; }
  .text-center .titlebar-scroll-link {
    margin-left: -15px; }

.titlebar-col {
  position: static; }

.titlebar-inner {
  padding-top: 200px;
  padding-bottom: 200px;
  position: relative;
  z-index: 2;
  color: #000; }
  .titlebar-inner h1,
  .titlebar-inner p,
  .titlebar-inner .breadcrumb {
    position: relative;
    z-index: 1; }
  .titlebar-inner h1,
  .titlebar-inner p,
  .titlebar-inner a {
    color: inherit; }
  .titlebar-inner h1 {
    margin: 0 0 0.5em;
    font-size: 60px;
    font-weight: 600; }
  .titlebar-inner p {
    font-size: 20px;
    font-weight: 500; }
    .titlebar-inner p:last-child {
      margin-bottom: 0; }
  .titlebar-inner p,
  .titlebar-inner .titlebar-scroll-link {
    opacity: 0.6; }

.titlebar {
  position: relative;
  background-color: inherit;
  background-size: cover; }
  .titlebar .breadcrumb {
    margin-top: 1.5em; }
    .titlebar .breadcrumb ol {
      background: none;
      border-radius: 0; }
    .titlebar .breadcrumb.bordered {
      padding-top: 1.25em;
      padding-bottom: 1.25em;
      border-top: 1px solid #F3F3F3;
      border-bottom: 1px solid #F3F3F3; }
  .titlebar > .breadcrumb {
    margin-top: 0; }
  .titlebar .titlebar-scroll-link:hover {
    opacity: 1; }
  .titlebar .main-header-overlay {
    position: relative;
    top: auto;
    left: auto; }
  .titlebar[data-parallax=true]:before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #999;
    transition: opacity 0.3s, visibility 0.3s; }
  .titlebar[data-parallax=true] .liquid-parallax-container {
    opacity: 0; }
  .titlebar[data-parallax=true].liquid-parallax-bg:before {
    opacity: 0;
    visibility: hidden; }
  .titlebar[data-parallax=true].liquid-parallax-bg .liquid-parallax-container {
    animation: fadeIn 0.3s 0.1s cubic-bezier(0.39, 0.575, 0.565, 1) both alternate; }
  .titlebar[data-parallax=true].bg-none {
    background-image: none !important; }

.titlebar-default .titlebar-inner {
  padding-top: 50px;
  padding-bottom: 50px; }
  .titlebar-default .titlebar-inner h1 {
    font-size: 48px; }

.titlebar-sm .titlebar-inner {
  padding-top: 75px;
  padding-bottom: 75px; }

.titlebar-md .titlebar-inner {
  padding-top: 100px;
  padding-bottom: 100px; }

.titlebar.scheme-light {
  background-color: #10131D;
  color: #fff; }
  .titlebar.scheme-light .titlebar-inner,
  .titlebar.scheme-light .titlebar-inner h1,
  .titlebar.scheme-light .titlebar-inner p {
    color: inherit; }

/*
  2. PAGE LAYOUTS
*/
/* 2.1. Header Side */
/*@import 'layouts/header-side';*/
/* 2.2. Sidebar */
/*@import 'layouts/sidebar';*/
/* 2.3. Stack */
/*@import 'layouts/stack';*/
/* 2.4. Boxed */
/*@import 'layouts/boxed';*/
/*
  3. LIQUID SHORTCODES
*/
/* 3.1. Buttons */
/* Animations */
@keyframes btnIconRipple {
  0% {
    border-width: 4px;
    transform: scale(1); }
  80% {
    border-width: 1px;
    transform: scale(1.35); }
  100% {
    opacity: 0; } }
@keyframes dotAnimations {
  from {
    transform: translateY(-6px); }
  to {
    transform: translateY(0); } }
@keyframes slideFromBottom {
  from {
    transform: translateY(105%); }
  to {
    transform: translateY(0); } }
@keyframes slideToTop {
  from {
    transform: translateY(0); }
  to {
    transform: translateY(-105%); } }
/* Button */
.btn {
  display: inline-flex;
  padding: 0;
  position: relative;
  border: 1px solid var(--color-primary);
  border-radius: 0;
  font-size: 1em;
  white-space: nowrap;
  color: var(--color-primary);
  transition: all .3s ease;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.05), 0 0 0 rgba(0, 0, 0, 0.05), 0 0 0 rgba(0, 0, 0, 0.05), 0 0 0 rgba(0, 0, 0, 0.05), 0 0 0 rgba(0, 0, 0, 0.05); }
  .btn > span,
  .btn strong,
  .btn i {
    transition: transform 0.3s cubic-bezier(0.22, 0.665, 0.34, 0.875); }
  .btn > span {
    display: inline-flex;
    padding: 1.15em 2.1em;
    border-radius: inherit;
    border-color: inherit;
    flex-flow: row wrap;
    align-items: center; }
  .btn.text-uppercase {
    letter-spacing: .1em; }
  .btn.semi-round {
    border-radius: 2px; }
  .btn.round {
    border-radius: 4px; }
  .btn.circle {
    border-radius: 50em; }
  .btn.disabled {
    pointer-events: none;
    cursor: none; }
    .btn.disabled > span,
    .btn.disabled .btn-icon {
      opacity: 0.5; }
  .btn.border-none {
    border-width: 0; }
    .btn.border-none > span {
      margin: 0; }
    .btn.border-none .btn-gradient-border rect {
      stroke-width: 0; }
  .btn.border-thin {
    border-width: 1px; }
    .btn.border-thin > span {
      margin: -0.5px; }
    .btn.border-thin .btn-gradient-border rect {
      stroke-width: 1px; }
  .btn.border-thick {
    border-width: 2px; }
    .btn.border-thick > span {
      margin: -1px; }
    .btn.border-thick .btn-gradient-border rect {
      stroke-width: 2px; }
  .btn.border-thicker {
    border-width: 3px; }
    .btn.border-thicker > span {
      margin: -2px; }
    .btn.border-thicker .btn-gradient-border rect {
      stroke-width: 3px; }
  .btn + .btn {
    margin-left: .75em; }
  .btn.wide > span {
    padding-left: 2.4em;
    padding-right: 2.4em; }
  .btn:hover {
    border-color: transparent;
    background-color: var(--color-primary);
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05), 0px 2px 2px rgba(0, 0, 0, 0.05), 0px 4px 4px rgba(0, 0, 0, 0.05), 0px 8px 8px rgba(0, 0, 0, 0.05), 0px 16px 16px rgba(0, 0, 0, 0.05); }
    .btn:hover .btn-gradient-bg-hover {
      opacity: 1; }

/* Sizes*/
.btn-xsm > span {
  padding: 0.6em 1em; }
.btn-xsm.wide > span {
  padding-left: 1.7em;
  padding-right: 1.7em; }

.btn-sm > span {
  padding: 0.85em 1.5em; }
.btn-sm.wide > span {
  padding-left: 3em;
  padding-right: 3em; }

.btn-lg > span {
  padding: 1.3em 2.7em; }
.btn-lg.wide > span {
  padding-left: 3.6em;
  padding-right: 3.6em; }

.btn-xlg > span {
  padding: 1.5em 3.5em; }
.btn-xlg.wide > span {
  padding-left: 4.5em;
  padding-right: 4.5em; }

.btn-custom-sized > span {
  width: 100%;
  text-align: center;
  justify-content: center;
  padding: 0; }

.btn-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1em;
  letter-spacing: 0;
  transition: inherit;
  background-size: 99.99% !important; }
  .btn-icon i {
    position: relative;
    z-index: 3; }
  .btn-txt + .btn-icon {
    margin-right: 0;
    margin-left: 8px; }
  .btn-icon:only-child {
    margin-bottom: 0 !important; }
  .btn-gradient-bg + .btn-icon, .btn-icon:first-child {
    margin-left: auto;
    margin-right: auto; }

.btn-icon,
.btn-txt {
  position: relative;
  z-index: 3; }

.btn-txt small {
  display: block;
  opacity: 0.7;
  font-size: 1em;
  text-transform: none;
  letter-spacing: normal;
  text-align: left; }

/* Icon Shapes */
.btn-icon-solid .btn-icon,
.btn-icon-bordered .btn-icon {
  width: 2.5em;
  height: 2.5em;
  margin-left: 20px;
  border-width: 1px;
  border-style: solid;
  margin-top: -5%;
  margin-bottom: -5%; }
.btn-icon-solid.btn-icon-left .btn-txt + .btn-icon,
.btn-icon-bordered.btn-icon-left .btn-txt + .btn-icon {
  margin-left: 0;
  margin-right: 20px; }

.btn-icon-semi-round .btn-icon {
  border-radius: 2px; }

.btn-icon-round .btn-icon {
  border-radius: 4px; }

.btn-icon-circle .btn-icon {
  border-radius: 50em; }
.btn-icon-circle.btn-icon-ripple .btn-icon:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: -2px;
  left: -2px;
  bottom: -2px;
  right: -2px;
  border-radius: inherit;
  border: 1px solid var(--color-primary);
  animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite; }
.btn-icon-circle.btn-icon-ripple .btn-icon[class*=text-] {
  border-color: currentColor; }

.btn-icon-solid .btn-icon {
  border: none;
  background-color: var(--color-primary);
  color: #fff; }

/* Icon Position */
.btn-icon-block .btn-icon,
.btn-icon-block .btn-txt {
  text-align: center;
  margin-left: auto !important;
  margin-right: auto !important; }
.btn-icon-block .btn-icon {
  margin-top: 1.5em;
  align-items: center;
  justify-content: center; }
.btn-icon-block .btn-txt {
  width: 100%; }

.btn-icon-top .btn-icon,
.btn-icon-left .btn-icon {
  order: -1; }

.btn-icon-left .btn-icon {
  margin-left: 0;
  margin-right: 8px; }

.btn-icon-top.btn-icon-block .btn-icon {
  margin-bottom: 1.5em;
  margin-top: 0; }
.btn-icon-top.btn-icon-block.btn-icon-xlg .btn-icon {
  margin-bottom: 0.5em; }

/* Icon Sizes */
.btn-icon-xsm .btn-icon {
  width: 1.5em;
  height: 1.5em; }

.btn-icon-sm .btn-icon {
  width: 2em;
  height: 2em; }

.btn-icon-lg .btn-icon {
  width: 3.2em;
  height: 3.2em; }

.btn-icon-xlg .btn-icon {
  width: 3.5em;
  height: 3.5em; }

.btn-icon-xxlg .btn-icon {
  width: 6.25em;
  height: 6.25em; }

.btn-icon-border-thick .btn-icon {
  border-width: 2px; }

.btn-icon-border-thicker .btn-icon {
  border-width: 3px; }

/* Button Styles */
.btn-solid {
  background: var(--color-primary);
  color: #fff; }
  .btn-solid.color-secondary {
    background-color: #4fda90;
    border-color: #4fda90; }
    .btn-solid.color-secondary .btn-gradient-bg {
      background: linear-gradient(to right, var(--color-gradient-start-secondary) 0%, var(--color-gradient-stop-secondary) 100%); }
  .btn-solid:hover {
    color: #fff; }

.btn-bordered.color-secondary {
  border-color: var(--color-secondary);
  color: var(--color-secondary); }
  .btn-bordered.color-secondary .btn-gradient-bg-hover {
    background: linear-gradient(to right, var(--color-gradient-stop-secondary) 0%, var(--color-gradient-start-secondary) 100%); }
  .btn-bordered.color-secondary:hover {
    background-color: var(--color-secondary);
    color: #fff; }

.btn-naked {
  border: none; }
  .btn-naked > span {
    padding: 0; }
  .btn-naked:hover {
    color: var(--color-primary);
    -webkit-transform: translateX(0) !important;
    transform: translateX(0) !important;
    background-color: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }

.backgroundcliptext .btn-naked:not(.btn-icon-solid).btn-gradient .btn-txt, .backgroundcliptext .btn-naked:not(.btn-icon-solid).btn-gradient .btn-icon i,
.backgroundcliptext .btn-underlined:not(.btn-icon-solid).btn-gradient .btn-txt,
.backgroundcliptext .btn-underlined:not(.btn-icon-solid).btn-gradient .btn-icon i {
  background-clip: text !important;
  -webkit-background-clip: text !important;
  text-fill-color: transparent !important;
  -webkit-text-fill-color: transparent !important; }
.btn-naked > span > .btn-gradient-bg, .btn-underlined > span > .btn-gradient-bg {
  display: none; }

.btn-underlined {
  border: none;
  background-color: transparent !important;
  position: relative; }
  .btn-underlined:before, .btn-underlined:after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(var(--color-primary), 0.25); }
  .btn-underlined:after {
    background: var(--color-primary);
    transform: scaleX(0);
    transform-origin: right center;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
  .btn-underlined > span {
    padding: 0.4em 0; }
  .btn-underlined:hover {
    background-color: transparent;
    color: var(--color-primary);
    transform: none;
    box-shadow: none; }
    .btn-underlined:hover:after {
      transform-origin: left center;
      transform: scaleX(1); }
  .btn-underlined.border-none:before, .btn-underlined.border-none:after {
    height: 0; }
  .btn-underlined.border-thin:before, .btn-underlined.border-thin:after {
    height: 1px; }
  .btn-underlined.border-thick:before, .btn-underlined.border-thick:after {
    height: 2px; }
  .btn-underlined.border-thicker:before, .btn-underlined.border-thicker:after {
    height: 3px; }
  .btn-underlined.color-secondary {
    color: var(--color-secondary); }
    .btn-underlined.color-secondary:before {
      background-color: var(--color-secondary); }
    .btn-underlined.color-secondary:after {
      background-color: #fff; }

.btn-block {
  width: 100%;
  white-space: normal; }
  .btn-block > span {
    width: 100%;
    justify-content: center; }
  .btn-block:hover {
    transform: none;
    box-shadow: none; }

.btn-gradient {
  border: none; }
  .btn-gradient > span {
    margin: 0 !important; }
  .btn-gradient:hover {
    background-color: transparent; }

.btn-bordered-gradient {
  border: none; }
  .btn-bordered-gradient:hover defs stop:first-child {
    stop-color: var(--color-gradient-start); }
  .btn-bordered-gradient:hover defs stop:last-child {
    stop-color: var(--color-gradient-stop); }

.btn-bordered-gradient-primary:before {
  background: linear-gradient(to right, rgba(120, 11, 238, 0.6) 0%, rgba(29, 225, 209, 0.6) 100%); }
.btn-bordered-gradient-primary:after {
  background: #fff; }

.btn-gradient-bg {
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  transition: all 0.3s ease;
  background: linear-gradient(to right, var(--color-gradient-start) 0%, var(--color-gradient-stop) 100%);
  background-size: 99.99%; }

.btn-gradient-bg-hover {
  z-index: 1;
  opacity: 0;
  background: linear-gradient(to right, var(--color-gradient-stop) 0%, var(--color-gradient-start) 100%);
  background-size: 99.99%; }

.btn-gradient-border {
  width: calc(100% - 1px);
  height: calc(100% - 1px);
  position: absolute;
  fill: transparent;
  stroke: transparent;
  top: 0;
  left: 0;
  z-index: 2;
  overflow: visible !important; }
  .btn-gradient-border defs stop {
    transition: all 0.3s ease;
    stop-opacity: 1; }
    .btn-gradient-border defs stop:first-child {
      stop-color: var(--color-gradient-start); }
    .btn-gradient-border defs stop:last-child {
      stop-color: var(--color-gradient-stop); }
  .btn-gradient-border rect {
    width: 100%;
    height: 100%;
    fill: transparent;
    stroke-width: 1; }

.ld-ajax-loadmore {
  display: inline-block;
  border: 1px solid;
  position: relative;
  text-align: center;
  white-space: nowrap; }
  .ld-ajax-loadmore span {
    display: inline-block; }
  .ld-ajax-loadmore > span {
    display: block;
    padding: 0.75em 2em; }
  .ld-ajax-loadmore .static,
  .ld-ajax-loadmore .loading,
  .ld-ajax-loadmore .all-loaded {
    display: block;
    transition: opacity 0.3s, visibility 0.3s, transform 0.3s; }
  .ld-ajax-loadmore .dots {
    display: block; }
    .ld-ajax-loadmore .dots > span {
      width: 6px;
      height: 6px;
      margin: 0 1px;
      border-radius: 50em;
      background-color: currentColor;
      transform: translateY(0); }
  .ld-ajax-loadmore .all-loaded,
  .ld-ajax-loadmore .loading {
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%, 0); }
  .ld-ajax-loadmore .loading {
    font-size: 10px; }
  .ld-ajax-loadmore .all-loaded i {
    margin-left: 8px; }
  .ld-ajax-loadmore.items-loading, .ld-ajax-loadmore.all-items-loaded {
    pointer-events: none;
    border-color: transparent; }
    .ld-ajax-loadmore.items-loading .static, .ld-ajax-loadmore.all-items-loaded .static {
      opacity: 0;
      visibility: hidden;
      transform: translate(-50%, -50%); }
  .ld-ajax-loadmore.items-loading .loading {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%); }
    .ld-ajax-loadmore.items-loading .loading .dots > span {
      animation: dotAnimations 0.6s cubic-bezier(0.23, 1, 0.32, 1) infinite alternate backwards; }
      .ld-ajax-loadmore.items-loading .loading .dots > span:nth-child(0) {
        animation-delay: 0s; }
      .ld-ajax-loadmore.items-loading .loading .dots > span:nth-child(1) {
        animation-delay: 0.1s; }
      .ld-ajax-loadmore.items-loading .loading .dots > span:nth-child(2) {
        animation-delay: 0.2s; }
      .ld-ajax-loadmore.items-loading .loading .dots > span:nth-child(3) {
        animation-delay: 0.3s; }
  .ld-ajax-loadmore.all-items-loaded {
    color: #000; }
    .ld-ajax-loadmore.all-items-loaded .all-loaded {
      opacity: 1;
      visibility: visible;
      transform: translate(-50%, -50%); }

.btn-secondary.btn-bordered {
  border-color: var(--color-secondary);
  color: var(--color-secondary); }
  .btn-secondary.btn-bordered:hover {
    background-color: var(--color-secondary);
    color: #fff; }
.btn-secondary.btn-solid {
  border-color: var(--color-secondary);
  background-color: var(--color-secondary); }

.btn-light.btn-bordered {
  color: #000;
  border-color: #e4e4e4; }
  .btn-light.btn-bordered:hover {
    border-color: #000;
    background-color: #000;
    color: #fff; }

.btn-dark.btn-underlined {
  color: #3f4147; }
  .btn-dark.btn-underlined:before {
    background: rgba(63, 65, 71, 0.5); }
  .btn-dark.btn-underlined:after {
    background: #000; }
.btn-dark.btn-solid {
  background-color: #222246;
  border-color: #222246; }

.btn-black.btn-underlined {
  color: #000; }
  .btn-black.btn-underlined:before {
    background: rgba(0, 0, 0, 0.5); }
  .btn-black.btn-underlined:after {
    background: #000; }
.btn-black.btn-solid {
  background-color: #000;
  border-color: #000; }

.btn-white.btn-bordered {
  color: #fff;
  border-color: #fff; }
  .btn-white.btn-bordered:hover {
    border-color: #fff;
    background-color: #fff;
    color: #000; }
.btn-white.btn-solid {
  border-color: #fff;
  background-color: #fff;
  color: #000; }
.btn-white.btn-underlined:before {
  background-color: rgba(255, 255, 255, 0.75); }
.btn-white.btn-underlined:after {
  background-color: #fff; }

.btn-white-fade-border.btn-bordered {
  border-color: rgba(255, 255, 255, 0.2);
  color: #fff; }
  .btn-white-fade-border.btn-bordered:hover {
    border-color: #fff;
    background-color: #fff;
    color: #000; }

/* 3.2. Social Icons */
/*@import 'elements/social-icons';*/
/* 3.3. Accordions */
/*@import 'elements/accordions';*/
/* 3.4. Iconboxes */
/*@import 'elements/iconboxes';*/
/* 3.5. Tabs */
/*@import 'elements/tabs';*/
/* 3.6. Subscribe Forms */
/*@import 'elements/subscribe-forms';*/
/* 3.7. Contact Forms */
.contact-form {
  margin-bottom: 2em; }
  .contact-form p {
    margin-bottom: 0;
    position: relative; }
  .contact-form .ld-container {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px; }
  .contact-form select,
  .contact-form input,
  .contact-form textarea,
  .contact-form .ui-selectmenu-button {
    display: flex;
    width: 100%;
    height: 50px;
    padding-left: 2em;
    padding-right: 2em;
    margin-bottom: 20px;
    position: relative;
    border: 1px solid #d5d6de;
    border-radius: 0;
    background: none;
    align-items: center;
    color: #b7b9c4;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    .contact-form select::-webkit-input-placeholder,
    .contact-form input::-webkit-input-placeholder,
    .contact-form textarea::-webkit-input-placeholder,
    .contact-form .ui-selectmenu-button::-webkit-input-placeholder {
      color: inherit; }
    .contact-form select::-moz-placeholder,
    .contact-form input::-moz-placeholder,
    .contact-form textarea::-moz-placeholder,
    .contact-form .ui-selectmenu-button::-moz-placeholder {
      color: inherit; }
    .contact-form select:-moz-placeholder,
    .contact-form input:-moz-placeholder,
    .contact-form textarea:-moz-placeholder,
    .contact-form .ui-selectmenu-button:-moz-placeholder {
      color: inherit; }
    .contact-form select:-ms-input-placeholder,
    .contact-form input:-ms-input-placeholder,
    .contact-form textarea:-ms-input-placeholder,
    .contact-form .ui-selectmenu-button:-ms-input-placeholder {
      color: inherit; }
    .contact-form select:focus,
    .contact-form input:focus,
    .contact-form textarea:focus,
    .contact-form .ui-selectmenu-button:focus {
      outline: none;
      border-color: #9c9eb1;
      color: #9c9eb1; }
  .contact-form input[type=date] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  .contact-form input[type=submit],
  .contact-form button[type=submit] {
    display: inline-flex;
    width: auto;
    height: 50px;
    margin-bottom: 0;
    padding: 0 2.8em;
    border: 1px solid var(--color-primary);
    background-color: var(--color-primary);
    align-items: center;
    color: #fff;
    transition: all 0.3s ease; }
    .contact-form input[type=submit]:hover,
    .contact-form button[type=submit]:hover {
      transform: translateY(-1px);
      box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05), 0px 2px 2px rgba(0, 0, 0, 0.05), 0px 4px 4px rgba(0, 0, 0, 0.05), 0px 8px 8px rgba(0, 0, 0, 0.05), 0px 16px 16px rgba(0, 0, 0, 0.05); }
  .contact-form input[type=radio],
  .contact-form input[type=checkbox] {
    display: initial;
    width: auto;
    height: auto; }
  .contact-form select {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
    .contact-form select[multiple] {
      padding: 0;
      height: auto; }
      .contact-form select[multiple] option {
        padding: 0.5em 2em; }
  .contact-form label {
    font-weight: inherit;
    margin-right: 5px; }
  .contact-form textarea {
    height: auto !important;
    padding-top: 1em;
    padding-bottom: 1em;
    border-radius: 0 !important; }
  .contact-form i {
    display: inline-block;
    position: absolute;
    top: 50%;
    z-index: 2;
    left: calc(1em + 15px);
    margin-top: -10px;
    pointer-events: none;
    transform: translateY(-50%); }
    .contact-form i ~ label,
    .contact-form i ~ input,
    .contact-form i ~ textarea {
      text-indent: 1em; }
  .contact-form .ui-selectmenu-button .ui-selectmenu-text {
    flex: 1 auto; }
  .contact-form .ui-selectmenu-button .ui-selectmenu-icon {
    order: 1; }
  .contact-form .ui-spinner {
    width: 100%;
    padding: 0;
    border-radius: 0;
    border: none; }
  .contact-form input.ui-spinner-input {
    margin: 0;
    box-shadow: none; }
  .contact-form a.ui-spinner-button {
    border: none;
    border-radius: 0;
    background-color: transparent; }
    .contact-form a.ui-spinner-button:active {
      background-color: #181b31; }

/* Inputs sizes */
.contact-form-inputs-sm select,
.contact-form-inputs-sm input,
.contact-form-inputs-sm textarea,
.contact-form-inputs-sm .ui-selectmenu-button {
  height: 40px; }
.contact-form-inputs-sm input[type=submit],
.contact-form-inputs-sm button[type=submit] {
  height: 40px; }

.contact-form-inputs-md select,
.contact-form-inputs-md input,
.contact-form-inputs-md textarea,
.contact-form-inputs-md .ui-selectmenu-button {
  height: 50px; }
.contact-form-inputs-md input[type=submit],
.contact-form-inputs-md button[type=submit] {
  height: 50px; }

.contact-form-inputs-lg select,
.contact-form-inputs-lg input,
.contact-form-inputs-lg textarea,
.contact-form-inputs-lg .ui-selectmenu-button {
  height: 60px;
  margin-bottom: 30px; }
.contact-form-inputs-lg input[type=submit],
.contact-form-inputs-lg button[type=submit] {
  height: 60px; }

/* Input Shapes */
.contact-form-inputs-underlined select,
.contact-form-inputs-underlined input,
.contact-form-inputs-underlined textarea,
.contact-form-inputs-underlined .ui-selectmenu-button {
  padding-left: 0;
  padding-right: 0;
  border-width: 0;
  border-bottom-width: 1px; }
.contact-form-inputs-underlined i {
  left: 15px; }
  .contact-form-inputs-underlined i ~ label,
  .contact-form-inputs-underlined i ~ input,
  .contact-form-inputs-underlined i ~ textarea {
    text-indent: 2em; }

.contact-form-inputs-filled select,
.contact-form-inputs-filled input,
.contact-form-inputs-filled textarea,
.contact-form-inputs-filled .ui-selectmenu-button {
  border: none;
  background-color: #fff; }

/* Inputs Border Thickness */
.contact-form-inputs-border-thin select,
.contact-form-inputs-border-thin input,
.contact-form-inputs-border-thin textarea,
.contact-form-inputs-border-thin .ui-selectmenu-button {
  border-width: 1px; }
.contact-form-inputs-border-thin input[type=submit],
.contact-form-inputs-border-thin button[type=submit] {
  border-width: 1px; }

.contact-form-inputs-border-thick select,
.contact-form-inputs-border-thick input,
.contact-form-inputs-border-thick textarea,
.contact-form-inputs-border-thick .ui-selectmenu-button {
  border-width: 2px; }
.contact-form-inputs-border-thick input[type=submit],
.contact-form-inputs-border-thick button[type=submit] {
  border-width: 2px; }

.contact-form-inputs-border-thicker select,
.contact-form-inputs-border-thicker input,
.contact-form-inputs-border-thicker textarea,
.contact-form-inputs-border-thicker .ui-selectmenu-button {
  border-width: 3px; }
.contact-form-inputs-border-thicker input[type=submit],
.contact-form-inputs-border-thicker button[type=submit] {
  border-width: 3px; }

/* Inputs Border Roundness */
.contact-form-inputs-sharp select,
.contact-form-inputs-sharp input,
.contact-form-inputs-sharp textarea,
.contact-form-inputs-sharp .ui-selectmenu-button {
  border-radius: 0; }
.contact-form-inputs-sharp input[type=submit],
.contact-form-inputs-sharp button[type=submit] {
  border-radius: 0; }
.contact-form-inputs-sharp input[type=submit],
.contact-form-inputs-sharp button[type=submit] {
  border-radius: 0; }

.contact-form-inputs-round select,
.contact-form-inputs-round input,
.contact-form-inputs-round textarea,
.contact-form-inputs-round .ui-selectmenu-button {
  border-radius: 4px; }
.contact-form-inputs-round input[type=submit],
.contact-form-inputs-round button[type=submit] {
  border-radius: 4px; }

.contact-form-inputs-circle select,
.contact-form-inputs-circle input,
.contact-form-inputs-circle textarea,
.contact-form-inputs-circle .ui-selectmenu-button {
  border-radius: 50em; }
.contact-form-inputs-circle textarea {
  border-radius: 15px !important;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0; }
  .contact-form-inputs-circle textarea[rows="1"] {
    border-radius: 50em !important; }
.contact-form-inputs-circle input[type=submit],
.contact-form-inputs-circle button[type=submit] {
  border-radius: 50em; }
.contact-form-inputs-circle .ui-spinner-button {
  right: 1em; }
.contact-form-inputs-circle:not(.contact-form-inputs-filled) textarea {
  padding-left: 0;
  padding-right: 0; }

.contact-form-inputs-underlined select,
.contact-form-inputs-underlined input,
.contact-form-inputs-underlined textarea,
.contact-form-inputs-underlined .ui-selectmenu-button {
  border-radius: 0; }

/*
	Styling Button
*/
/* Button sizes */
.contact-form-button-sm input[type=submit],
.contact-form-button-sm button[type=submit] {
  height: 40px; }

.contact-form-button-md input[type=submit],
.contact-form-button-md button[type=submit] {
  height: 50px; }

.contact-form-button-lg input[type=submit],
.contact-form-button-lg button[type=submit] {
  height: 60px;
  margin-bottom: 30px; }
.contact-form-button-lg i {
  margin-top: -15px; }

/* Button Width */
.contact-form-button-block input[type=submit],
.contact-form-button-block button[type=submit] {
  width: 100%;
  justify-content: center;
  text-align: center; }

/* Button Shapes */
.contact-form-button-underlined input[type=submit],
.contact-form-button-underlined button[type=submit] {
  padding-left: 0;
  padding-right: 0;
  border-width: 0;
  background-color: transparent;
  color: var(--color-primary);
  border-bottom-width: 1px; }
  .contact-form-button-underlined input[type=submit]:hover,
  .contact-form-button-underlined button[type=submit]:hover {
    box-shadow: none;
    transform: none; }

.contact-form-button-bordered input[type=submit],
.contact-form-button-bordered button[type=submit] {
  color: var(--color-primary);
  background-color: transparent; }
  .contact-form-button-bordered input[type=submit]:hover,
  .contact-form-button-bordered button[type=submit]:hover {
    background-color: var(--color-primary);
    color: #fff; }

/* Button Border Thickness */
.contact-form-button-border-thin input[type=submit],
.contact-form-button-border-thin button[type=submit] {
  border-width: 1px; }

.contact-form-button-border-thick input[type=submit],
.contact-form-button-border-thick button[type=submit] {
  border-width: 2px; }

.contact-form-button-border-thicker input[type=submit],
.contact-form-button-border-thicker button[type=submit] {
  border-width: 3px; }

/* Button Border Roundness */
.contact-form-button-sharp input[type=submit],
.contact-form-button-sharp button[type=submit] {
  border-radius: 0; }

.contact-form-button-round input[type=submit],
.contact-form-button-round button[type=submit] {
  border-radius: 4px; }

.contact-form-button-circle input[type=submit],
.contact-form-button-circle button[type=submit] {
  border-radius: 50em; }

/* Custom Labels */
.liquid-cl {
  display: flex;
  height: calc(100% - 20px);
  margin: 0;
  position: absolute;
  top: 0;
  left: calc(15px + 2em);
  align-items: center;
  pointer-events: none;
  transition: all 0.3s; }
  .liquid-cl:after {
    content: attr(data-label);
    position: absolute;
    bottom: 100%;
    left: 0;
    opacity: 0;
    font-size: 75%;
    transition: inherit; }
  .liquid-cl span {
    transition: inherit; }
  textarea ~ .liquid-cl {
    padding-top: 1em;
    align-items: flex-start; }
  .contact-form-inputs-lg .liquid-cl {
    height: calc(100% - 30px); }
  .contact-form-inputs-underlined .liquid-cl {
    left: 15px; }
  input:focus ~ .liquid-cl span, textarea:focus ~ .liquid-cl span, .input-focused .liquid-cl span, .input-filled .liquid-cl span {
    opacity: 0; }

.liquid-cl-1:after {
  transform: translateX(-10px); }
input:focus ~ .liquid-cl-1 span, textarea:focus ~ .liquid-cl-1 span, .input-focused .liquid-cl-1 span, .input-filled .liquid-cl-1 span {
  transform: translateX(10px); }
input:focus ~ .liquid-cl-1:after, textarea:focus ~ .liquid-cl-1:after, .input-focused .liquid-cl-1:after, .input-filled .liquid-cl-1:after {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.13s; }

.liquid-cl-2 {
  transition-duration: 0.25s;
  transform-style: preserve-3d; }
  .liquid-cl-2:after {
    transform: translateY(10px) rotateX(30deg); }
  input:focus ~ .liquid-cl-2 span, textarea:focus ~ .liquid-cl-2 span, .input-focused .liquid-cl-2 span, .input-filled .liquid-cl-2 span {
    transform: translateY(10px) rotateX(-30deg);
    transition-timing-function: ease-in; }
  input:focus ~ .liquid-cl-2:after, textarea:focus ~ .liquid-cl-2:after, .input-focused .liquid-cl-2:after, .input-filled .liquid-cl-2:after {
    opacity: 1;
    transform: translateY(0) rotateX(0);
    transition-delay: 0.13s; }

.liquid-cl-3:after {
  transform: translateY(100%);
  transition: all 0.25s ease; }
input:focus ~ .liquid-cl-3 span, textarea:focus ~ .liquid-cl-3 span, .input-focused .liquid-cl-3 span, .input-filled .liquid-cl-3 span {
  transform: translateY(-75%);
  transition: all 0.25s ease; }
input:focus ~ .liquid-cl-3:after, textarea:focus ~ .liquid-cl-3:after, .input-focused .liquid-cl-3:after, .input-filled .liquid-cl-3:after {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.15s; }

.contact-form-result {
  margin-top: 1.5em; }

.form-message {
  padding: 0.5em 1.5em;
  border-radius: 3px;
  font-weight: 700; }

.form-success {
  background-color: rgba(107, 228, 117, 0.4);
  color: #1ca13d; }

.form-error {
  background-color: rgba(228, 107, 107, 0.4);
  color: #a11c1c; }

/* 3.8. Fancy Titles */
.fancy-title {
  margin-bottom: 2.5em;
  position: relative; }
  .fancy-title > :empty:not(br):not(hr):not(i.line) {
    display: none; }
  .fancy-title h2,
  .fancy-title h3,
  .fancy-title h4 {
    margin: 0.25em 0; }
  .fancy-title i {
    margin-right: 0.27em; }
  .fancy-title > :first-child {
    margin-top: 0; }
  .fancy-title > :last-child {
    margin-bottom: 0; }
  .fancy-title .text-uppercase {
    letter-spacing: 0.1em; }
  .fancy-title i.line {
    display: inline-block;
    width: 1.138em;
    height: 3px;
    vertical-align: middle;
    background-color: var(--color-primary); }
  .fancy-title .underlined {
    display: inline-block;
    padding-bottom: 1.25em;
    position: relative;
    clear: both; }
    .fancy-title .underlined:after {
      content: '';
      display: inline-block;
      width: 100%;
      height: 2px;
      position: absolute;
      bottom: 0;
      left: 0;
      background-color: var(--color-primary); }
  .fancy-title.text-center .underlined:after {
    left: 50%;
    transform: translateX(-50%); }
  .fancy-title.text-right .underlined:after {
    left: auto;
    right: 0; }

.fancy-title-underlined {
  padding-bottom: 2.5em; }
  .fancy-title-underlined:after {
    content: '';
    display: inline-block;
    width: 50px;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: var(--color-primary); }
  .fancy-title-underlined.text-center:after {
    left: 50%;
    transform: translateX(-50%); }
  .fancy-title-underlined.text-right:after {
    left: auto;
    right: 0; }

/* Lines */
.fancy-title .lined-alt {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }
.fancy-title .line-alt {
  flex: 1 auto;
  height: 1px;
  position: relative;
  background-color: #E5E5E5;
  border-radius: 50em;
  margin-right: 2em; }
  .fancy-title .line-alt:last-child {
    margin-right: 0;
    margin-left: 2em; }
.fancy-title .line-alt-doubled {
  top: 0.3em; }
  .fancy-title .line-alt-doubled:before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: -0.6em;
    left: 0;
    border-radius: inherit;
    background-color: inherit; }

@media screen and (min-width: 1200px) {
  .fancy-title .pull-to-left {
    margin-left: -2.3076923077em; } }
/* 3.9. Pricing Tables */
/*@import 'elements/pricing-tables';*/
/* 3.10. Testimonials */
/*@import 'elements/testimonials';*/
/* 3.11. Carousel */
/*@import 'elements/carousel';*/
/* 3.12. Carousel Vertical 3D */
/*@import 'elements/carousel-v-3d';*/
/* 3.13. Latest Posts */
/*@import 'elements/latest-posts';*/
/*@import 'elements/latest-posts-post-formats';*/
/* 3.14. Filter Lists */
/*@import 'elements/filter-lists';*/
/* 3.15. Fancy Boxes */
/*@import 'elements/fancy-boxes';*/
/* 3.16. Counnter */
/*@import 'elements/counter';*/
/* 3.17. Liquid Forms */
.liquid-form .input-container {
  display: inline-block;
  margin-bottom: 20px;
  position: relative; }
  .liquid-form .input-container .ui-selectmenu-button {
    margin-bottom: 0 !important; }
.liquid-form select,
.liquid-form input,
.liquid-form textarea,
.liquid-form .ui-selectmenu-button {
  display: flex;
  align-items: center;
  width: 100%;
  height: 50px;
  padding: 0 2em;
  position: relative;
  border: 1px solid #d5d6de;
  border-radius: 0;
  background: none;
  color: #b7b9c4;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  .liquid-form select::-webkit-input-placeholder,
  .liquid-form input::-webkit-input-placeholder,
  .liquid-form textarea::-webkit-input-placeholder,
  .liquid-form .ui-selectmenu-button::-webkit-input-placeholder {
    color: inherit; }
  .liquid-form select::-moz-placeholder,
  .liquid-form input::-moz-placeholder,
  .liquid-form textarea::-moz-placeholder,
  .liquid-form .ui-selectmenu-button::-moz-placeholder {
    color: inherit; }
  .liquid-form select:-moz-placeholder,
  .liquid-form input:-moz-placeholder,
  .liquid-form textarea:-moz-placeholder,
  .liquid-form .ui-selectmenu-button:-moz-placeholder {
    color: inherit; }
  .liquid-form select:-ms-input-placeholder,
  .liquid-form input:-ms-input-placeholder,
  .liquid-form textarea:-ms-input-placeholder,
  .liquid-form .ui-selectmenu-button:-ms-input-placeholder {
    color: inherit; }
  .liquid-form select:focus,
  .liquid-form input:focus,
  .liquid-form textarea:focus,
  .liquid-form .ui-selectmenu-button:focus {
    outline: none;
    border-color: #9c9eb1;
    color: #9c9eb1; }
.liquid-form .ui-selectmenu-icon {
  visibility: hidden;
  order: 1; }
.liquid-form .input[type=submit],
.liquid-form button[type=submit] {
  height: 50px; }
.liquid-form button[type=submit] > span {
  padding-top: 0;
  padding-bottom: 0; }

.liquid-form-inputs-sm select,
.liquid-form-inputs-sm input,
.liquid-form-inputs-sm textarea,
.liquid-form-inputs-sm .ui-selectmenu-button {
  height: 40px; }
.liquid-form-inputs-sm .input[type=submit],
.liquid-form-inputs-sm button[type=submit] {
  height: 40px; }

.liquid-form-inputs-lg select,
.liquid-form-inputs-lg input,
.liquid-form-inputs-lg textarea,
.liquid-form-inputs-lg .ui-selectmenu-button {
  height: 60px; }
.liquid-form-inputs-lg .input[type=submit],
.liquid-form-inputs-lg button[type=submit] {
  height: 60px; }

.liquid-form-inputs-round select,
.liquid-form-inputs-round input,
.liquid-form-inputs-round textarea,
.liquid-form-inputs-round .ui-selectmenu-button {
  border-radius: 3px; }
.liquid-form-inputs-round input[type=submit],
.liquid-form-inputs-round button[type=submit] {
  border-radius: 3px; }

.date-picker {
  cursor: pointer; }
  .date-picker:focus {
    cursor: auto; }

.liquid-input-icon {
  display: inline-block;
  position: absolute;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%); }

.liquid-input-icon-right {
  left: auto;
  right: 15px; }

.liquid-input-icon-left {
  right: auto;
  left: 15px; }

/* Jquery UI */
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  background-color: #ededed;
  border-color: #ededed;
  color: #000; }

.ui-selectmenu-button:active {
  background-color: transparent;
  color: #9c9eb1; }

.ui-widget.ui-widget-content {
  border-color: #e4e4eb; }

/* 3.18. jQuery UI */
.ui-widget {
  font-family: inherit; }

.ui-datepicker {
  border-color: #f7f7f7 !important;
  border-radius: 12px;
  box-shadow: 0 20px 70px rgba(0, 0, 0, 0.07); }
  .ui-datepicker table {
    border: none; }
    .ui-datepicker table tr {
      border: none; }
  .ui-datepicker .ui-state-default {
    width: 30px;
    height: 30px;
    padding: 0;
    background: none;
    border: none;
    font-size: 14px;
    line-height: 30px;
    border-radius: 50em;
    text-align: center; }
    .ui-datepicker .ui-state-default:hover {
      background-color: var(--color-primary);
      color: #fff; }
  .ui-datepicker .ui-state-active,
  .ui-datepicker .ui-state-highlight {
    color: #fff; }
  .ui-datepicker .ui-state-highlight {
    background-color: #666; }
  .ui-datepicker .ui-state-active {
    background-color: var(--color-primary); }
  .ui-datepicker .ui-state-active {
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.12); }

.ui-datepicker-header {
  border: none;
  border-bottom: 1px solid #eee;
  border-radius: 0;
  background: none; }

.ui-datepicker-prev,
.ui-datepicker-next {
  top: 2px !important;
  border: none !important;
  background: none !important;
  cursor: pointer;
  font-weight: 400; }
  .ui-datepicker-prev span,
  .ui-datepicker-next span {
    position: relative;
    background: none !important;
    font-size: 12px;
    transition: transform 0.3s; }
    .ui-datepicker-prev span:before,
    .ui-datepicker-next span:before {
      display: inline-flex;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      font-family: fontAwesome;
      text-align: center;
      align-items: center;
      justify-content: center;
      text-indent: 0; }

.ui-datepicker-prev {
  left: 2px !important; }
  .ui-datepicker-prev span:before {
    content: '\f060'; }
  .ui-datepicker-prev:hover span {
    transform: translateX(-2px); }

.ui-datepicker-next {
  right: 2px !important; }
  .ui-datepicker-next span:before {
    content: '\f061'; }
  .ui-datepicker-next:hover span {
    transform: translateX(2px); }

/* 3.19. Reservation Form */
/*@import 'elements/form-reservation';*/
/* 3.20. Tour Form */
/*@import 'elements/form-tour';*/
/* 3.21. Progressbar */
/*@import 'elements/progressbars';*/
/* 3.22. Milestone */
/*@import 'elements/milestone';*/
/* 3.24. Instagram Feed */
/*@import 'elements/instagram-feed';*/
/* 3.25. Twitter Feed */
/*@import 'elements/twitter-feed';*/
/* 3.26. Banner */
/*@import 'elements/banner';*/
/* 3.27. Image Groups */
/*@import 'elements/image-groups';*/
/* 3.28. Pagination */
/*@import 'elements/pagination';*/
/* 3.29. Blog Grid */
/*@import 'elements/blog-grid';*/
/* 3.31. Masonry */
/*@import 'elements/masonry';*/
/* 3.32. Parallax */
/*@import 'elements/parallax';*/
/* 3.33. Team Members */
/*@import 'elements/team-members';*/
/* 3.34. Portfolios */
/*@import 'portfolio/portfolios';*/
/* 3.35. Blog */
/*@import 'blog/blog';*/
/* 3.36. Particles */
/*@import 'elements/particles';*/
/* 3.37. Carousel Laptop */
/*@import 'elements/carousel-laptop';*/
/* 3.38. Liquid Fancy Heading */
.ld-fancy-heading p, .ld-fancy-heading h1, .ld-fancy-heading h2, .ld-fancy-heading h3, .ld-fancy-heading h4, .ld-fancy-heading h5, .ld-fancy-heading h6, .ld-fancy-heading > div {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0.5em; }
.ld-fancy-heading .ld-fh-txt {
  position: relative;
  display: inline-block; }
  .ld-fancy-heading .ld-fh-txt i {
    vertical-align: middle; }
.ld-fancy-heading.carousel-nav-appended {
  display: flex;
  height: auto;
  align-items: center;
  justify-content: space-between; }
.ld-fancy-heading.has-mask-image > * {
  background-position: center;
  background-clip: text !important;
  -webkit-background-clip: text !important;
  transform: translateZ(0);
  color: transparent; }
.ld-fancy-heading.has-mask-image .ld-fh-txt {
  position: static;
  display: inline; }

.mask-text .split-unit {
  overflow: hidden; }

.no-backgroundcliptext .ld-gradient-heading {
  background: none !important; }
.backgroundcliptext .ld-gradient-heading .ld-fh-txt {
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  text-fill-color: transparent !important; }
.backgroundcliptext .ld-gradient-heading .txt-rotate-keywords,
.backgroundcliptext .ld-gradient-heading .txt-rotate-keywords .keyword,
.backgroundcliptext .ld-gradient-heading .split-unit,
.backgroundcliptext .ld-gradient-heading .split-inner {
  background: inherit; }
.backgroundcliptext .ld-gradient-heading .split-inner {
  line-height: 1.5em;
  margin-top: -0.75em;
  margin-bottom: -0.75em; }

.ld-fh-underline {
  display: inline-block;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%); }

.txt-rotate-keywords {
  display: inline-block;
  position: relative;
  transform-style: preserve-3d;
  perspective: 1200px;
  white-space: nowrap; }
  .txt-rotate-keywords .keyword {
    display: inline-block;
    position: absolute;
    left: 0;
    top: auto;
    opacity: 0;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden; }
    .txt-rotate-keywords .keyword:first-child {
      position: relative;
      top: auto;
      left: auto;
      opacity: 1; }
  .text-slide-activated .txt-rotate-keywords .keyword {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0; }
    .text-slide-activated .txt-rotate-keywords .keyword.active {
      position: relative;
      opacity: 1; }

@media screen and (min-width: 480px) {
  .ld-fancy-heading .lqd-lines {
    white-space: nowrap; }
  .window-resizing .ld-fancy-heading .lqd-lines {
    white-space: normal; } }
/* 3.39. Row Overlay */
.liquid-row-overlay {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute !important;
  top: 0;
  left: 0;
  transition: background 0.3s, opacity 0.3s; }

.liquid-row-overlay-hover {
  opacity: 0; }

/* 3.40. Maps */
/*@import 'elements/maps';*/
/* 3.41. Custom Animations */
[data-custom-animations=true] {
  visibility: hidden;
  opacity: 0; }

.ca-initvalues-applied {
  visibility: visible;
  opacity: 1; }

.compose-mode [data-custom-animations=true] {
  visibility: visible !important;
  opacity: 1 !important; }

/* 3.42. Masked Image */
/*@import 'elements/masked-image';*/
/* 3.43. Slideshow BG */
/*@import 'elements/slideshow-bg';*/
/* 3.44. Custom Menu */
/*@import 'elements/custom-menu';*/
/* 3.45. Shop Banner */
/*@import 'elements/shop-banner';*/
/* 3.46. Carousel Phone */
/*@import 'elements/carousel-phone';*/
/* 3.47. Media */
.ld-media-icon,
.ld-media-item-overlay {
  transition-duration: 0.45s;
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1); }

.ld-media-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  transform: scale(1.25);
  opacity: 0;
  transition-property: transform, opacity; }
  .icon-sm .ld-media-icon {
    font-size: 28px; }
  .icon-lg .ld-media-icon {
    font-size: 44px; }
  .ld-media-icon.icon-play {
    width: 55px;
    height: 55px;
    font-size: 15px;
    border-radius: 50em;
    transition-property: transform, opacity, border; }
    .ld-media-icon.icon-play.bordered {
      border: 2px solid #fff; }
    .ld-media-icon.icon-play.solid {
      background-color: var(--color-primary); }
    .ld-media-icon.icon-play.size-sm {
      width: 45px;
      height: 45px; }
    .ld-media-icon.icon-play.size-lg {
      width: 65px;
      height: 65px; }

.ld-media-bg {
  background-color: rgba(0, 0, 0, 0.4); }

.ld-media-bg,
.ld-media-item-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.ld-media-item-overlay {
  padding: 30px;
  opacity: 0;
  visibility: hidden;
  color: #fff;
  transition-property: opacity, visibility; }

.ld-media-content {
  position: relative;
  z-index: 2; }

.ld-media-item {
  position: relative;
  margin-bottom: 30px;
  color: #fff; }
  .ld-media-item h3,
  .ld-media-item h6 {
    margin: 0;
    color: inherit;
    opacity: 0;
    transform: translateY(10px);
    transition-property: transform, opacity;
    transition-duration: 0.45s;
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1); }
  .ld-media-item h3 {
    margin-bottom: 0.25em; }
  .ld-media-item h6 {
    font-size: 12px; }
  .ld-media-item figure {
    background-size: cover; }
  .ld-media-item img {
    width: 100%;
    visibility: hidden; }
  .ld-media-item.shadow-onhover {
    transition: box-shadow 0.3s;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0); }
  .ld-media-item.contents-visible h3,
  .ld-media-item.contents-visible h6,
  .ld-media-item.contents-visible .ld-media-bg,
  .ld-media-item.contents-visible .ld-media-icon,
  .ld-media-item.contents-visible .ld-media-item-overlay {
    opacity: 1;
    visibility: visible;
    transform: none; }
  .ld-media-item:hover h3,
  .ld-media-item:hover h6 {
    transform: translateY(0); }
  .ld-media-item:hover h3 {
    opacity: 1;
    transition-delay: 0.1s; }
  .ld-media-item:hover h6 {
    opacity: 0.4;
    transition-delay: 0.2s; }
  .ld-media-item:hover .ld-media-item-overlay {
    opacity: 1;
    visibility: visible; }
  .ld-media-item:hover .ld-media-icon {
    transform: scale(1);
    opacity: 1;
    transition-delay: 0.1s; }
  .ld-media-item:hover .liquid-overlay-link {
    z-index: 3; }
  .ld-media-item:hover.shadow-onhover {
    box-shadow: 0 50px 75px rgba(0, 0, 0, 0.25); }
  .ld-media-item:hover.contents-visible .icon-play {
    transform: scale(1.1);
    border-width: 1px; }

.liquid-media-element-custom-height .ld-media-item,
.liquid-media-element-custom-height figure {
  height: 100%; }

.ld-media-row {
  flex-flow: row wrap; }

/* 3.48. Modal */
/*@import 'elements/modal';*/
/* 3.49. Before After */
@-webkit-keyframes cd-bounce-in {
  0% {
    width: 0; }
  60% {
    width: 55%; }
  100% {
    width: 50%; } }
@keyframes cd-bounce-in {
  0% {
    width: 0; }
  60% {
    width: 55%; }
  100% {
    width: 50%; } }
.cd-image-container {
  position: relative;
  margin: 0 auto 30px; }
  .cd-image-container:hover .cd-image-label {
    opacity: 0;
    visibility: visible;
    transition-delay: 0s; }

.cd-image-container img {
  display: block;
  width: 100%; }

.cd-image-label {
  padding: 6px 14px;
  position: absolute;
  bottom: 15px;
  right: 15px;
  opacity: 0;
  background-color: #fff;
  font-size: 14px;
  line-height: 1.5em;
  border-radius: 2px;
  font-weight: 500;
  color: #000;
  transform: translateY(20px);
  transition: transform 0.3s 0.7s, opacity 0.3s 0.7s; }

.cd-image-label.is-hidden {
  visibility: hidden; }

.is-visible .cd-image-label {
  opacity: 1;
  transform: translateY(0); }

.cd-resize-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  overflow: hidden;
  border-right: 3px solid rgba(255, 255, 255, 0.75);
  transform: translateZ(0);
  backface-visibility: hidden; }

.cd-resize-img img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  height: 100%;
  width: auto;
  max-width: none; }

.cd-resize-img .cd-image-label {
  right: auto;
  left: 15px; }

.is-visible .cd-resize-img {
  width: 50%;
  /* bounce in animation of the modified image */
  animation: cd-bounce-in 0.7s; }

.cd-handle {
  display: inline-block;
  position: absolute;
  height: 40px;
  width: 40px;
  left: 50%;
  top: 50%;
  margin-left: -20px;
  margin-top: -20px;
  border-radius: 50%;
  background-color: #fff;
  cursor: move;
  opacity: 0;
  color: #000;
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.1);
  transform: scale(0);
  transition: all 0.3s ease; }
  .cd-handle:before {
    content: '\f07e';
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    font: normal normal 17px/1 fontAwesome;
    transition: all 0.3s ease;
    transform: translate(-50%, -50%); }

.is-visible .cd-handle {
  opacity: 1;
  transform: scale(1);
  transition: transform 0.3s 0.7s, opacity 0s 0.7s; }

.cd-handle.draggable:before {
  transform: translate(-50%, -50%) scale(1.15); }

/* 3.50. Process Box */
/*@import 'elements/process-box';*/
/* 3.52. Message */
/*@import 'elements/message';*/
/* 3.53. Flipbox */
/*@import 'elements/flipbox';*/
/* 3.54. Iconbox Circle */
/*@import 'elements/iconbox-circle';*/
/* 3.55. Row Separator */
.one-row-overlay {
  display: block;
  position: absolute !important;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.one-row_top_divider,
.one-row_bottom_divider {
  width: 100%;
  position: absolute;
  left: 0; }
  .one-row_top_divider svg,
  .one-row_bottom_divider svg {
    width: 100%;
    height: 100%;
    position: relative; }
    .one-row_top_divider svg.centered-angle,
    .one-row_bottom_divider svg.centered-angle {
      width: 102%;
      left: -1%; }

.one-row_bottom_divider {
  bottom: -1px; }

.one-row_top_divider {
  top: -1px; }
  .one-row_top_divider svg {
    -webkit-transform: rotateZ(180deg);
    transform: rotateZ(180deg); }
    .one-row_top_divider svg.one-divider-triangle, .one-row_top_divider svg.one-divider-circle {
      width: auto;
      position: relative;
      left: 50%;
      -webkit-transform: rotateZ(180deg) translateX(-50%);
      transform: rotateZ(180deg) translateX(-50%);
      transform-origin: left center; }

/* 3.56. Roadmap */
/*@import 'elements/roadmap';*/
/* 3.57. Countdown */
/*@import 'elements/countdown';*/
/* 3.58. breadcrumbs */
/*@import 'elements/breadcrumbs';*/
/* 3.59. Bullet List */
/*@import 'elements/bullet-list';*/
/* 3.60. Video BG */
/*@import 'elements/video-bg';*/
/* 3.61. Frickin Image */
/*@import 'elements/frickin-image';*/
/* 3.62. Promo */
/*@import 'elements/promo';*/
/* 3.63. Back to Top */
/*@import 'elements/back-to-top';*/
/* 3.64. Separator */
.lqd-h-sep {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }

.lqd-h-sep-inner {
  flex: 1 0;
  height: 1px;
  background-color: var(--color-primary); }

/* 3.65. Restaurant Menu */
/*@import 'elements/restaurant-menu';*/
/*
  4. VC SHORTCODES
*/
/* 4.1. Single image */
.ld-img-hover-opacity {
  transition: opacity 0.3s; }
  .ld-img-hover-opacity:hover {
    opacity: 1; }

/* 4.2. Columns */
.lqd-column.pull-up-05x {
  margin-top: -4.5%; }
.lqd-column.pull-up {
  margin-top: -10%; }
.lqd-column.pull-up-2x {
  margin-top: -20%; }
.lqd-column.pull-up-3x {
  margin-top: -30%; }
.lqd-column.pull-up-4x {
  margin-top: -40%; }

.column-shadowed-1 {
  box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.1); }

.white-box-shadow {
  box-shadow: -10px 0px 30px 1px #ffffff, 10px 0px 30px 1px white; }

@media screen and (min-width: 1200px) {
  .stretch-to-right {
    margin-right: -22vw !important; }

  .stretch-to-left {
    margin-left: -22vw !important; } }
@media screen and (max-width: 767px) {
  .d-flex > .lqd-column:not([class*=col-xs-]) {
    width: 100%; } }
/* 4.3. Rows */
.vc_row {
  position: relative; }
  .vc_row.bg-none, .vc_row[data-row-bg] {
    background-image: none !important; }
  .vc_row[data-parallax]:not(.liquid-parallax-bg) {
    background-size: 140% !important; }
  .vc_row:hover .liquid-row-overlay-hover {
    opacity: 1; }
    .vc_row:hover .liquid-row-overlay-hover + .liquid-row-overlay {
      opacity: 0; }

.vc_row-flex .ld-row:before, .vc_row-flex .ld-row:after {
  content: none; }

.ld-container.container-fluid {
  width: 100%; }

.row-bg-loader {
  display: inline-block;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  background-image: url("data:image/svg+xml;base64,PCEtLSBCeSBTYW0gSGVyYmVydCAoQHNoZXJiKSwgZm9yIGV2ZXJ5b25lLiBNb3JlIEAgaHR0cDovL2dvby5nbC83QUp6YkwgLS0+Cjxzdmcgd2lkdGg9IjM4IiBoZWlnaHQ9IjM4IiB2aWV3Qm94PSIwIDAgMzggMzgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgc3Ryb2tlPSIjMDAwIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMSAxKSIgc3Ryb2tlLXdpZHRoPSIyIj4KICAgICAgICAgICAgPGNpcmNsZSBzdHJva2Utb3BhY2l0eT0iLjIiIGN4PSIxOCIgY3k9IjE4IiByPSIxOCIvPgogICAgICAgICAgICA8cGF0aCBkPSJNMzYgMThjMC05Ljk0LTguMDYtMTgtMTgtMTgiPgogICAgICAgICAgICAgICAgPGFuaW1hdGVUcmFuc2Zvcm0KICAgICAgICAgICAgICAgICAgICBhdHRyaWJ1dGVOYW1lPSJ0cmFuc2Zvcm0iCiAgICAgICAgICAgICAgICAgICAgdHlwZT0icm90YXRlIgogICAgICAgICAgICAgICAgICAgIGZyb209IjAgMTggMTgiCiAgICAgICAgICAgICAgICAgICAgdG89IjM2MCAxOCAxOCIKICAgICAgICAgICAgICAgICAgICBkdXI9IjAuOHMiCiAgICAgICAgICAgICAgICAgICAgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiLz4KICAgICAgICAgICAgPC9wYXRoPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+");
  background-position: center;
  background-size: 38px;
  background-repeat: no-repeat;
  transition-property: opacity, visibility;
  transition-duration: 0.15s;
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1); }
  .row-bg-appended .row-bg-loader, .slideshow-applied .row-bg-loader {
    opacity: 0;
    visibility: hidden; }
  .row-bg-loader.style-2 {
    background-image: url(../img/spinners/spinner-1.gif);
    background-size: 80px; }
  .row-bg-loader.style-3 {
    background-image: url(../img/spinners/spinner-2.gif); }

.row-bg-wrap,
.row-bg-inner,
.row-bg {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: inherit;
  background-position: inherit;
  background-attachment: inherit;
  background-repeat: no-repeat; }

.row-bg-wrap {
  overflow: hidden; }

.bg-not-loaded .row-bg-inner {
  opacity: 0; }

@media screen and (min-width: 992px) {
  .vc_row.pull-down {
    margin-bottom: -340px; }
  .vc_row.pull-up {
    margin-top: -230px; } }
@media screen and (max-width: 768px) {
  .vc_row[class*=pb-] {
    padding-bottom: 3rem !important; }
  .vc_row[class*=pt-] {
    padding-top: 3rem !important; } }
/* 4.4. Text Block */
.wpb_text_column > .wpb_wrapper > ul {
  padding-left: 0; }
.wpb_text_column ul {
  list-style-position: inside; }

/*
  6. PARTIALS
*/
/* 6.1. Search Results */
/*@import 'partials/search-results';*/
/* 6.2. 404 Not Found */
/*@import 'partials/not-found';*/
/* 6.3. Sidebar */
/*@import 'partials/sidebar';*/
/* 6.4. Page Frame */
/*@import 'partials/page-frame';*/
/*
  7. RESPONSIVE
*/
/* 7.1. Header */
/*@import './theme-responsive-nav';*/
/* 7.2. Elements */
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.text-transform-none {
  text-transform: none !important; }

.text-underline {
  text-decoration: underline; }

.ltr-sp-0 {
  letter-spacing: 0 !important; }

.ltr-sp--015 {
  letter-spacing: -0.015em !important; }

.ltr-sp--025 {
  letter-spacing: -0.025em !important; }

.ltr-sp--05 {
  letter-spacing: -0.05em !important; }

.ltr-sp--075 {
  letter-spacing: -0.075em !important; }

.ltr-sp--1 {
  letter-spacing: -0.1em !important; }

.ltr-sp--135 {
  letter-spacing: -0.135em !important; }

.ltr-sp--15 {
  letter-spacing: -0.15em !important; }

.ltr-sp--175 {
  letter-spacing: -0.175em !important; }

.ltr-sp--2 {
  letter-spacing: -0.2em !important; }

.ltr-sp-015 {
  letter-spacing: 0.015em !important; }

.ltr-sp-025 {
  letter-spacing: 0.025em !important; }

.ltr-sp-05 {
  letter-spacing: 0.05em !important; }

.ltr-sp-075 {
  letter-spacing: 0.075em !important; }

.ltr-sp-1 {
  letter-spacing: 0.1em !important; }

.ltr-sp-135 {
  letter-spacing: 0.135em !important; }

.ltr-sp-15 {
  letter-spacing: 0.15em !important; }

.ltr-sp-175 {
  letter-spacing: 0.175em !important; }

.ltr-sp-2 {
  letter-spacing: 0.2em !important; }

.ltr-sp-25 {
  letter-spacing: 0.25em !important; }

.ltr-sp-3 {
  letter-spacing: 0.3em !important; }

.ltr-sp-35 {
  letter-spacing: 0.35em !important; }

.ltr-sp-4 {
  letter-spacing: 0.4em !important; }

.ltr-sp-5 {
  letter-spacing: 0.5em !important; }

.lh-05 {
  line-height: 0.5em !important; }

.lh-55 {
  line-height: 0.55em !important; }

.lh-75 {
  line-height: 0.75em !important; }

.lh-85 {
  line-height: 0.85em !important; }

.lh-1 {
  line-height: 1em !important; }

.lh-105 {
  line-height: 1.05em !important; }

.lh-11 {
  line-height: 1.1em !important; }

.lh-115 {
  line-height: 1.15em !important; }

.lh-125 {
  line-height: 1.25em !important; }

.lh-13 {
  line-height: 1.3em !important; }

.lh-15 {
  line-height: 1.5em !important; }

.lh-16 {
  line-height: 1.6em !important; }

.lh-165 {
  line-height: 1.65em !important; }

.lh-175 {
  line-height: 1.75em !important; }

.lh-185 {
  line-height: 1.85em !important; }

.lh-2 {
  line-height: 2em !important; }

.lh-215 {
  line-height: 2.15em !important; }

.lh-225 {
  line-height: 2.25em !important; }

.lh-25 {
  line-height: 2.5em !important; }

.font-weight-thin {
  font-weight: 100 !important; }

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-medium {
  font-weight: 500 !important; }

.font-weight-semibold {
  font-weight: 600 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-weight-extrabold {
  font-weight: 900 !important; }

.font-style-normal {
  font-style: normal !important; }

.font-style-italic {
  font-style: italic !important; }

.ws-nowrap {
  white-space: nowrap; }

.font-size-10 {
  font-size: 10px !important; }

.font-size-11 {
  font-size: 11px !important; }

.font-size-12 {
  font-size: 12px !important; }

.font-size-13 {
  font-size: 13px !important; }

.font-size-14 {
  font-size: 14px !important; }

.font-size-15 {
  font-size: 15px !important; }

.font-size-16 {
  font-size: 16px !important; }

.font-size-17 {
  font-size: 17px !important; }

.font-size-18 {
  font-size: 18px !important; }

.font-size-19 {
  font-size: 19px !important; }

.font-size-20 {
  font-size: 20px !important; }

.font-size-21 {
  font-size: 21px !important; }

.font-size-22 {
  font-size: 22px !important; }

.font-size-24 {
  font-size: 24px !important; }

.font-size-26 {
  font-size: 26px !important; }

.font-size-28 {
  font-size: 28px !important; }

.font-size-30 {
  font-size: 30px !important; }

.font-size-32 {
  font-size: 32px !important; }

.font-size-34 {
  font-size: 34px !important; }

.font-size-35 {
  font-size: 35px !important; }

.font-size-36 {
  font-size: 36px !important; }

.font-size-38 {
  font-size: 38px !important; }

.font-size-40 {
  font-size: 40px !important; }

.font-size-42 {
  font-size: 42px !important; }

.font-size-44 {
  font-size: 44px !important; }

.font-size-46 {
  font-size: 46px !important; }

.font-size-48 {
  font-size: 48px !important; }

.font-size-50 {
  font-size: 50px !important; }

.font-size-1-15x {
  font-size: 1.15em; }

.font-size-1-25x {
  font-size: 1.25em; }

.font-size-1-5x {
  font-size: 1.5em; }

.font-size-1-6x {
  font-size: 1.6em; }

.font-size-1-75x {
  font-size: 1.75em; }

.font-size-2x {
  font-size: 2em; }

.font-size-2-15x {
  font-size: 2.15em; }

.font-size-2-25x {
  font-size: 2.25em; }

.font-size-2-5x {
  font-size: 2.5em; }

.font-size-2-6x {
  font-size: 2.6em; }

.font-size-2-75x {
  font-size: 2.75em; }

.font-size-3x {
  font-size: 3em; }

.font-size-3-15x {
  font-size: 3.15em; }

.font-size-3-3x {
  font-size: 3.3em; }

.text-primary {
  color: var(--color-primary) !important; }

.text-secondary {
  color: var(--color-secondary) !important; }

.text-tertiary {
  color: var(--color-tertiary) !important; }

.text-white {
  color: #fff !important; }

.text-black {
  color: #000 !important; }

.text-dark {
  color: #181b31 !important; }

.text-havelock-blue {
  color: #4c93dc !important; }

.text-turquoise {
  color: #3cd3d1 !important; }

.text-neon-carrot {
  color: #ff8e32 !important; }

.text-arapawa {
  color: #120a57 !important; }

.text-san-marino {
  color: #4A62AC !important; }

.text-hover-primary:hover {
  color: var(--color-primary) !important; }

.text-hover-secondary:hover {
  color: var(--color-secondary) !important; }

.text-hover-white:hover {
  color: #fff !important; }

.text-hover-black:hover {
  color: #000 !important; }

.text-hover-dark:hover {
  color: #181b31 !important; }

.text-fade-white-01 {
  color: rgba(255, 255, 255, 0.1) !important; }

.text-fade-dark-01 {
  color: rgba(0, 0, 0, 0.1) !important; }

.text-fade-white-02 {
  color: rgba(255, 255, 255, 0.2) !important; }

.text-fade-dark-02 {
  color: rgba(0, 0, 0, 0.2) !important; }

.text-fade-white-03 {
  color: rgba(255, 255, 255, 0.3) !important; }

.text-fade-dark-03 {
  color: rgba(0, 0, 0, 0.3) !important; }

.text-fade-white-04 {
  color: rgba(255, 255, 255, 0.4) !important; }

.text-fade-dark-04 {
  color: rgba(0, 0, 0, 0.4) !important; }

.text-fade-white-05 {
  color: rgba(255, 255, 255, 0.5) !important; }

.text-fade-dark-05 {
  color: rgba(0, 0, 0, 0.5) !important; }

.text-fade-white-06 {
  color: rgba(255, 255, 255, 0.6) !important; }

.text-fade-dark-06 {
  color: rgba(0, 0, 0, 0.6) !important; }

.text-fade-white-07 {
  color: rgba(255, 255, 255, 0.7) !important; }

.text-fade-dark-07 {
  color: rgba(0, 0, 0, 0.7) !important; }

.text-fade-white-08 {
  color: rgba(255, 255, 255, 0.8) !important; }

.text-fade-dark-08 {
  color: rgba(0, 0, 0, 0.8) !important; }

.text-fade-white-09 {
  color: rgba(255, 255, 255, 0.9) !important; }

.text-fade-dark-09 {
  color: rgba(0, 0, 0, 0.9) !important; }

.ml-0 {
  margin-left: 0 !important; }

.mr-0 {
  margin-right: 0 !important; }

.ml-auto {
  margin-left: auto !important; }

.mr-auto {
  margin-right: auto !important; }

.mx-auto {
  margin-left: auto;
  margin-right: auto; }

.pl-0 {
  padding-left: 0 !important; }

.pr-0 {
  padding-right: 0 !important; }

.pt-10 {
  padding-top: 10px !important; }

.pb-10 {
  padding-bottom: 10px !important; }

.mt-10 {
  margin-top: 10px !important; }

.mb-10 {
  margin-bottom: 10px !important; }

.pt-15 {
  padding-top: 15px !important; }

.pb-15 {
  padding-bottom: 15px !important; }

.mt-15 {
  margin-top: 15px !important; }

.mb-15 {
  margin-bottom: 15px !important; }

.pt-20 {
  padding-top: 20px !important; }

.pb-20 {
  padding-bottom: 20px !important; }

.mt-20 {
  margin-top: 20px !important; }

.mb-20 {
  margin-bottom: 20px !important; }

.pt-25 {
  padding-top: 25px !important; }

.pb-25 {
  padding-bottom: 25px !important; }

.mt-25 {
  margin-top: 25px !important; }

.mb-25 {
  margin-bottom: 25px !important; }

.pt-30 {
  padding-top: 30px !important; }

.pb-30 {
  padding-bottom: 30px !important; }

.mt-30 {
  margin-top: 30px !important; }

.mb-30 {
  margin-bottom: 30px !important; }

.pt-35 {
  padding-top: 35px !important; }

.pb-35 {
  padding-bottom: 35px !important; }

.mt-35 {
  margin-top: 35px !important; }

.mb-35 {
  margin-bottom: 35px !important; }

.pt-40 {
  padding-top: 40px !important; }

.pb-40 {
  padding-bottom: 40px !important; }

.mt-40 {
  margin-top: 40px !important; }

.mb-40 {
  margin-bottom: 40px !important; }

.pt-45 {
  padding-top: 45px !important; }

.pb-45 {
  padding-bottom: 45px !important; }

.mt-45 {
  margin-top: 45px !important; }

.mb-45 {
  margin-bottom: 45px !important; }

.pt-50 {
  padding-top: 50px !important; }

.pb-50 {
  padding-bottom: 50px !important; }

.mt-50 {
  margin-top: 50px !important; }

.mb-50 {
  margin-bottom: 50px !important; }

.pt-55 {
  padding-top: 55px !important; }

.pb-55 {
  padding-bottom: 55px !important; }

.mt-55 {
  margin-top: 55px !important; }

.mb-55 {
  margin-bottom: 55px !important; }

.pt-60 {
  padding-top: 60px !important; }

.pb-60 {
  padding-bottom: 60px !important; }

.mt-60 {
  margin-top: 60px !important; }

.mb-60 {
  margin-bottom: 60px !important; }

.pt-65 {
  padding-top: 65px !important; }

.pb-65 {
  padding-bottom: 65px !important; }

.mt-65 {
  margin-top: 65px !important; }

.mb-65 {
  margin-bottom: 65px !important; }

.pt-70 {
  padding-top: 70px !important; }

.pb-70 {
  padding-bottom: 70px !important; }

.mt-70 {
  margin-top: 70px !important; }

.mb-70 {
  margin-bottom: 70px !important; }

.pt-75 {
  padding-top: 75px !important; }

.pb-75 {
  padding-bottom: 75px !important; }

.mt-75 {
  margin-top: 75px !important; }

.mb-75 {
  margin-bottom: 75px !important; }

.pt-80 {
  padding-top: 80px !important; }

.pb-80 {
  padding-bottom: 80px !important; }

.mt-80 {
  margin-top: 80px !important; }

.mb-80 {
  margin-bottom: 80px !important; }

.pt-85 {
  padding-top: 85px !important; }

.pb-85 {
  padding-bottom: 85px !important; }

.mt-85 {
  margin-top: 85px !important; }

.mb-85 {
  margin-bottom: 85px !important; }

.pt-90 {
  padding-top: 90px !important; }

.pb-90 {
  padding-bottom: 90px !important; }

.mt-90 {
  margin-top: 90px !important; }

.mb-90 {
  margin-bottom: 90px !important; }

.pt-95 {
  padding-top: 95px !important; }

.pb-95 {
  padding-bottom: 95px !important; }

.mt-95 {
  margin-top: 95px !important; }

.mb-95 {
  margin-bottom: 95px !important; }

.pt-100 {
  padding-top: 100px !important; }

.pb-100 {
  padding-bottom: 100px !important; }

.mt-100 {
  margin-top: 100px !important; }

.mb-100 {
  margin-bottom: 100px !important; }

.pt-105 {
  padding-top: 105px !important; }

.pb-105 {
  padding-bottom: 105px !important; }

.mt-105 {
  margin-top: 105px !important; }

.mb-105 {
  margin-bottom: 105px !important; }

.pt-110 {
  padding-top: 110px !important; }

.pb-110 {
  padding-bottom: 110px !important; }

.mt-110 {
  margin-top: 110px !important; }

.mb-110 {
  margin-bottom: 110px !important; }

.pt-115 {
  padding-top: 115px !important; }

.pb-115 {
  padding-bottom: 115px !important; }

.mt-115 {
  margin-top: 115px !important; }

.mb-115 {
  margin-bottom: 115px !important; }

.pt-120 {
  padding-top: 120px !important; }

.pb-120 {
  padding-bottom: 120px !important; }

.mt-120 {
  margin-top: 120px !important; }

.mb-120 {
  margin-bottom: 120px !important; }

.pt-125 {
  padding-top: 125px !important; }

.pb-125 {
  padding-bottom: 125px !important; }

.mt-125 {
  margin-top: 125px !important; }

.mb-125 {
  margin-bottom: 125px !important; }

.pt-130 {
  padding-top: 130px !important; }

.pb-130 {
  padding-bottom: 130px !important; }

.mt-130 {
  margin-top: 130px !important; }

.mb-130 {
  margin-bottom: 130px !important; }

.pt-135 {
  padding-top: 135px !important; }

.pb-135 {
  padding-bottom: 135px !important; }

.mt-135 {
  margin-top: 135px !important; }

.mb-135 {
  margin-bottom: 135px !important; }

.pt-140 {
  padding-top: 140px !important; }

.pb-140 {
  padding-bottom: 140px !important; }

.mt-140 {
  margin-top: 140px !important; }

.mb-140 {
  margin-bottom: 140px !important; }

.pt-145 {
  padding-top: 145px !important; }

.pb-145 {
  padding-bottom: 145px !important; }

.mt-145 {
  margin-top: 145px !important; }

.mb-145 {
  margin-bottom: 145px !important; }

.pt-150 {
  padding-top: 150px !important; }

.pb-150 {
  padding-bottom: 150px !important; }

.mt-150 {
  margin-top: 150px !important; }

.mb-150 {
  margin-bottom: 150px !important; }

.pt-155 {
  padding-top: 155px !important; }

.pb-155 {
  padding-bottom: 155px !important; }

.mt-155 {
  margin-top: 155px !important; }

.mb-155 {
  margin-bottom: 155px !important; }

.pt-160 {
  padding-top: 160px !important; }

.pb-160 {
  padding-bottom: 160px !important; }

.mt-160 {
  margin-top: 160px !important; }

.mb-160 {
  margin-bottom: 160px !important; }

.pt-165 {
  padding-top: 165px !important; }

.pb-165 {
  padding-bottom: 165px !important; }

.mt-165 {
  margin-top: 165px !important; }

.mb-165 {
  margin-bottom: 165px !important; }

.pt-170 {
  padding-top: 170px !important; }

.pb-170 {
  padding-bottom: 170px !important; }

.mt-170 {
  margin-top: 170px !important; }

.mb-170 {
  margin-bottom: 170px !important; }

.pt-175 {
  padding-top: 175px !important; }

.pb-175 {
  padding-bottom: 175px !important; }

.mt-175 {
  margin-top: 175px !important; }

.mb-175 {
  margin-bottom: 175px !important; }

.pt-180 {
  padding-top: 180px !important; }

.pb-180 {
  padding-bottom: 180px !important; }

.mt-180 {
  margin-top: 180px !important; }

.mb-180 {
  margin-bottom: 180px !important; }

.pt-185 {
  padding-top: 185px !important; }

.pb-185 {
  padding-bottom: 185px !important; }

.mt-185 {
  margin-top: 185px !important; }

.mb-185 {
  margin-bottom: 185px !important; }

.pt-190 {
  padding-top: 190px !important; }

.pb-190 {
  padding-bottom: 190px !important; }

.mt-190 {
  margin-top: 190px !important; }

.mb-190 {
  margin-bottom: 190px !important; }

.pt-195 {
  padding-top: 195px !important; }

.pb-195 {
  padding-bottom: 195px !important; }

.mt-195 {
  margin-top: 195px !important; }

.mb-195 {
  margin-bottom: 195px !important; }

.pt-200 {
  padding-top: 200px !important; }

.pb-200 {
  padding-bottom: 200px !important; }

.mt-200 {
  margin-top: 200px !important; }

.mb-200 {
  margin-bottom: 200px !important; }

.pt-205 {
  padding-top: 205px !important; }

.pb-205 {
  padding-bottom: 205px !important; }

.mt-205 {
  margin-top: 205px !important; }

.mb-205 {
  margin-bottom: 205px !important; }

.pt-210 {
  padding-top: 210px !important; }

.pb-210 {
  padding-bottom: 210px !important; }

.mt-210 {
  margin-top: 210px !important; }

.mb-210 {
  margin-bottom: 210px !important; }

.pt-215 {
  padding-top: 215px !important; }

.pb-215 {
  padding-bottom: 215px !important; }

.mt-215 {
  margin-top: 215px !important; }

.mb-215 {
  margin-bottom: 215px !important; }

.pt-220 {
  padding-top: 220px !important; }

.pb-220 {
  padding-bottom: 220px !important; }

.mt-220 {
  margin-top: 220px !important; }

.mb-220 {
  margin-bottom: 220px !important; }

.pt-225 {
  padding-top: 225px !important; }

.pb-225 {
  padding-bottom: 225px !important; }

.mt-225 {
  margin-top: 225px !important; }

.mb-225 {
  margin-bottom: 225px !important; }

.pt-230 {
  padding-top: 230px !important; }

.pb-230 {
  padding-bottom: 230px !important; }

.mt-230 {
  margin-top: 230px !important; }

.mb-230 {
  margin-bottom: 230px !important; }

.pt-235 {
  padding-top: 235px !important; }

.pb-235 {
  padding-bottom: 235px !important; }

.mt-235 {
  margin-top: 235px !important; }

.mb-235 {
  margin-bottom: 235px !important; }

.pt-240 {
  padding-top: 240px !important; }

.pb-240 {
  padding-bottom: 240px !important; }

.mt-240 {
  margin-top: 240px !important; }

.mb-240 {
  margin-bottom: 240px !important; }

.pt-245 {
  padding-top: 245px !important; }

.pb-245 {
  padding-bottom: 245px !important; }

.mt-245 {
  margin-top: 245px !important; }

.mb-245 {
  margin-bottom: 245px !important; }

.pt-250 {
  padding-top: 250px !important; }

.pb-250 {
  padding-bottom: 250px !important; }

.mt-250 {
  margin-top: 250px !important; }

.mb-250 {
  margin-bottom: 250px !important; }

.pt-255 {
  padding-top: 255px !important; }

.pb-255 {
  padding-bottom: 255px !important; }

.mt-255 {
  margin-top: 255px !important; }

.mb-255 {
  margin-bottom: 255px !important; }

.branded [class*=fa-behance] {
  background-color: #1769ff; }

.branded [class*=fa-behance-square] {
  background-color: #1769ff; }

.branded [class*=fa-codepen] {
  background-color: #0ebeff; }

.branded [class*=fa-deviantart] {
  background-color: #05cc47; }

.branded [class*=fa-digg] {
  background-color: #005be2; }

.branded [class*=fa-dribbble] {
  background-color: #ea4c89; }

.branded [class*=fa-facebook] {
  background-color: #3b5998; }

.branded [class*=fa-facebook-square] {
  background-color: #3b5998; }

.branded [class*=fa-flickr] {
  background-color: #0063dc; }

.branded [class*=fa-github] {
  background-color: #4078c0; }

.branded [class*=fa-google] {
  background-color: #4285f4; }

.branded [class*=fa-google-plus] {
  background-color: #dd4b39; }

.branded [class*=fa-instagram] {
  background-color: #405de6; }

.branded [class*=fa-jsfiddle] {
  background-color: #0084FF; }

.branded [class*=fa-linkedin] {
  background-color: #0077b5; }

.branded [class*=fa-medium] {
  background-color: #00ab6c; }

.branded [class*=fa-paypal] {
  background-color: #003087; }

.branded [class*=fa-pinterest] {
  background-color: #bd081c; }

.branded [class*=fa-pinterest-p] {
  background-color: #bd081c; }

.branded [class*=fa-reddit] {
  background-color: #ff4500; }

.branded [class*=fa-reddit-square] {
  background-color: #ff4500; }

.branded [class*=fa-skype] {
  background-color: #00aff0; }

.branded [class*=fa-slack] {
  background-color: #6ecadc; }

.branded [class*=fa-snapchat] {
  background-color: #fffc00; }

.branded [class*=fa-soundcloud] {
  background-color: #ff8800; }

.branded [class*=fa-spotify] {
  background-color: #1db954; }

.branded [class*=fa-stack-overflow] {
  background-color: #f48024; }

.branded [class*=fa-telegram] {
  background-color: #0088cc; }

.branded [class*=fa-trello] {
  background-color: #0079bf; }

.branded [class*=fa-tumblr] {
  background-color: #35465c; }

.branded [class*=fa-twitch] {
  background-color: #6441a5; }

.branded [class*=fa-twitter] {
  background-color: #1da1f2; }

.branded [class*=fa-twitter-square] {
  background-color: #1da1f2; }

.branded [class*=fa-vimeo] {
  background-color: #1ab7ea; }

.branded [class*=fa-wordpress] {
  background-color: #21759b; }

.branded [class*=fa-youtube] {
  background-color: #ff0000; }

.branded [class*=fa-youtube-play] {
  background-color: #ff0000; }

.branded-text [class*=fa-behance] {
  color: #1769ff; }

.branded-text [class*=fa-behance-square] {
  color: #1769ff; }

.branded-text [class*=fa-codepen] {
  color: #0ebeff; }

.branded-text [class*=fa-deviantart] {
  color: #05cc47; }

.branded-text [class*=fa-digg] {
  color: #005be2; }

.branded-text [class*=fa-dribbble] {
  color: #ea4c89; }

.branded-text [class*=fa-facebook] {
  color: #3b5998; }

.branded-text [class*=fa-facebook-square] {
  color: #3b5998; }

.branded-text [class*=fa-flickr] {
  color: #0063dc; }

.branded-text [class*=fa-github] {
  color: #4078c0; }

.branded-text [class*=fa-google] {
  color: #4285f4; }

.branded-text [class*=fa-google-plus] {
  color: #dd4b39; }

.branded-text [class*=fa-instagram] {
  color: #405de6; }

.branded-text [class*=fa-jsfiddle] {
  color: #0084FF; }

.branded-text [class*=fa-linkedin] {
  color: #0077b5; }

.branded-text [class*=fa-medium] {
  color: #00ab6c; }

.branded-text [class*=fa-paypal] {
  color: #003087; }

.branded-text [class*=fa-pinterest] {
  color: #bd081c; }

.branded-text [class*=fa-pinterest-p] {
  color: #bd081c; }

.branded-text [class*=fa-reddit] {
  color: #ff4500; }

.branded-text [class*=fa-reddit-square] {
  color: #ff4500; }

.branded-text [class*=fa-skype] {
  color: #00aff0; }

.branded-text [class*=fa-slack] {
  color: #6ecadc; }

.branded-text [class*=fa-snapchat] {
  color: #fffc00; }

.branded-text [class*=fa-soundcloud] {
  color: #ff8800; }

.branded-text [class*=fa-spotify] {
  color: #1db954; }

.branded-text [class*=fa-stack-overflow] {
  color: #f48024; }

.branded-text [class*=fa-telegram] {
  color: #0088cc; }

.branded-text [class*=fa-trello] {
  color: #0079bf; }

.branded-text [class*=fa-tumblr] {
  color: #35465c; }

.branded-text [class*=fa-twitch] {
  color: #6441a5; }

.branded-text [class*=fa-twitter] {
  color: #1da1f2; }

.branded-text [class*=fa-twitter-square] {
  color: #1da1f2; }

.branded-text [class*=fa-vimeo] {
  color: #1ab7ea; }

.branded-text [class*=fa-wordpress] {
  color: #21759b; }

.branded-text [class*=fa-youtube] {
  color: #ff0000; }

.branded-text [class*=fa-youtube-play] {
  color: #ff0000; }

.overflow-hidden {
  overflow: hidden !important; }

.overflow-visible {
  overflow: visible !important; }

.star-rating {
  padding: 0;
  margin: 0;
  list-style: none; }
  .star-rating li {
    display: inline-block;
    font-size: 1em;
    line-height: 1.5em;
    color: #ffcc00;
    letter-spacing: 0.1em;
    margin: 0; }
  .star-rating.square li {
    display: inline-flex;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    font-size: 20px;
    color: #fff;
    background-color: #ff7a4b; }
  .star-rating.square.sm li {
    width: 13px;
    height: 13px;
    font-size: 8px; }

.liquid-overlay-link {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-indent: -99999px; }

.add-dropcap:first-letter {
  float: left;
  margin-right: 0.1em;
  font-size: 4em;
  line-height: 0.75em;
  font-weight: 700;
  color: #000; }

.fullwidth {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw; }

.fullheight {
  min-height: 100vh; }

[data-hover3d=true] [data-stacking-factor] {
  transition: none; }

.ld-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.perspective {
  perspective: 1800px; }

.will-change {
  will-change: transform, opacity; }

.transition-none {
  transition: none !important; }

.z-index-1 {
  z-index: 1; }

.z-index-2 {
  z-index: 2; }

.z-index-3 {
  z-index: 3; }

.z-index-4 {
  z-index: 4; }

.z-index-5 {
  z-index: 5; }

.pos-rel {
  position: relative; }

.pos-abs {
  position: absolute !important; }

.pos-fix {
  position: fixed !important; }

.pos-stc {
  position: static !important; }

.border-gray {
  border: 1px solid #ddd; }

.border-athens-gray {
  border: 1px solid #E8E9F1; }

.bb-light {
  border-bottom: 1px solid #ebedf6; }

.border-fade-white-005 {
  border: 1px solid rgba(255, 255, 255, 0.05); }

.border-fade-black-005 {
  border: 1px solid rgba(0, 0, 0, 0.05); }

.bt-fade-white-005 {
  border-top: 1px solid rgba(255, 255, 255, 0.05); }

.bb-fade-white-005 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05); }

.bt-fade-black-005 {
  border-top: 1px solid rgba(0, 0, 0, 0.05); }

.bb-fade-black-005 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }

.border-fade-white-01 {
  border: 1px solid rgba(255, 255, 255, 0.1); }

.border-fade-black-01 {
  border: 1px solid rgba(0, 0, 0, 0.1); }

.bt-fade-white-01 {
  border-top: 1px solid rgba(255, 255, 255, 0.1); }

.bb-fade-white-01 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1); }

.bt-fade-black-01 {
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

.bb-fade-black-01 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

.border-fade-white-015 {
  border: 1px solid rgba(255, 255, 255, 0.15); }

.border-fade-black-015 {
  border: 1px solid rgba(0, 0, 0, 0.15); }

.bt-fade-white-015 {
  border-top: 1px solid rgba(255, 255, 255, 0.15); }

.bb-fade-white-015 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15); }

.bt-fade-black-015 {
  border-top: 1px solid rgba(0, 0, 0, 0.15); }

.bb-fade-black-015 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15); }

.border-fade-white-02 {
  border: 1px solid rgba(255, 255, 255, 0.2); }

.border-fade-black-02 {
  border: 1px solid rgba(0, 0, 0, 0.2); }

.bt-fade-white-02 {
  border-top: 1px solid rgba(255, 255, 255, 0.2); }

.bb-fade-white-02 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2); }

.bt-fade-black-02 {
  border-top: 1px solid rgba(0, 0, 0, 0.2); }

.bb-fade-black-02 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2); }

.border-fade-white-025 {
  border: 1px solid rgba(255, 255, 255, 0.25); }

.border-fade-black-025 {
  border: 1px solid rgba(0, 0, 0, 0.25); }

.bt-fade-white-025 {
  border-top: 1px solid rgba(255, 255, 255, 0.25); }

.bb-fade-white-025 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25); }

.bt-fade-black-025 {
  border-top: 1px solid rgba(0, 0, 0, 0.25); }

.bb-fade-black-025 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.25); }

.border-fade-white-03 {
  border: 1px solid rgba(255, 255, 255, 0.3); }

.border-fade-black-03 {
  border: 1px solid rgba(0, 0, 0, 0.3); }

.bt-fade-white-03 {
  border-top: 1px solid rgba(255, 255, 255, 0.3); }

.bb-fade-white-03 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3); }

.bt-fade-black-03 {
  border-top: 1px solid rgba(0, 0, 0, 0.3); }

.bb-fade-black-03 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3); }

.border-fade-white-035 {
  border: 1px solid rgba(255, 255, 255, 0.35); }

.border-fade-black-035 {
  border: 1px solid rgba(0, 0, 0, 0.35); }

.bt-fade-white-035 {
  border-top: 1px solid rgba(255, 255, 255, 0.35); }

.bb-fade-white-035 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.35); }

.bt-fade-black-035 {
  border-top: 1px solid rgba(0, 0, 0, 0.35); }

.bb-fade-black-035 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.35); }

.border-fade-white-04 {
  border: 1px solid rgba(255, 255, 255, 0.4); }

.border-fade-black-04 {
  border: 1px solid rgba(0, 0, 0, 0.4); }

.bt-fade-white-04 {
  border-top: 1px solid rgba(255, 255, 255, 0.4); }

.bb-fade-white-04 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4); }

.bt-fade-black-04 {
  border-top: 1px solid rgba(0, 0, 0, 0.4); }

.bb-fade-black-04 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.4); }

.border-fade-white-045 {
  border: 1px solid rgba(255, 255, 255, 0.45); }

.border-fade-black-045 {
  border: 1px solid rgba(0, 0, 0, 0.45); }

.bt-fade-white-045 {
  border-top: 1px solid rgba(255, 255, 255, 0.45); }

.bb-fade-white-045 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.45); }

.bt-fade-black-045 {
  border-top: 1px solid rgba(0, 0, 0, 0.45); }

.bb-fade-black-045 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.45); }

.border-fade-white-05 {
  border: 1px solid rgba(255, 255, 255, 0.5); }

.border-fade-black-05 {
  border: 1px solid rgba(0, 0, 0, 0.5); }

.bt-fade-white-05 {
  border-top: 1px solid rgba(255, 255, 255, 0.5); }

.bb-fade-white-05 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5); }

.bt-fade-black-05 {
  border-top: 1px solid rgba(0, 0, 0, 0.5); }

.bb-fade-black-05 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5); }

.border-fade-white-055 {
  border: 1px solid rgba(255, 255, 255, 0.55); }

.border-fade-black-055 {
  border: 1px solid rgba(0, 0, 0, 0.55); }

.bt-fade-white-055 {
  border-top: 1px solid rgba(255, 255, 255, 0.55); }

.bb-fade-white-055 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.55); }

.bt-fade-black-055 {
  border-top: 1px solid rgba(0, 0, 0, 0.55); }

.bb-fade-black-055 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.55); }

.border-fade-white-06 {
  border: 1px solid rgba(255, 255, 255, 0.6); }

.border-fade-black-06 {
  border: 1px solid rgba(0, 0, 0, 0.6); }

.bt-fade-white-06 {
  border-top: 1px solid rgba(255, 255, 255, 0.6); }

.bb-fade-white-06 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.6); }

.bt-fade-black-06 {
  border-top: 1px solid rgba(0, 0, 0, 0.6); }

.bb-fade-black-06 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.6); }

.border-fade-white-065 {
  border: 1px solid rgba(255, 255, 255, 0.65); }

.border-fade-black-065 {
  border: 1px solid rgba(0, 0, 0, 0.65); }

.bt-fade-white-065 {
  border-top: 1px solid rgba(255, 255, 255, 0.65); }

.bb-fade-white-065 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.65); }

.bt-fade-black-065 {
  border-top: 1px solid rgba(0, 0, 0, 0.65); }

.bb-fade-black-065 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.65); }

.border-fade-white-07 {
  border: 1px solid rgba(255, 255, 255, 0.7); }

.border-fade-black-07 {
  border: 1px solid rgba(0, 0, 0, 0.7); }

.bt-fade-white-07 {
  border-top: 1px solid rgba(255, 255, 255, 0.7); }

.bb-fade-white-07 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.7); }

.bt-fade-black-07 {
  border-top: 1px solid rgba(0, 0, 0, 0.7); }

.bb-fade-black-07 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.7); }

.border-fade-white-075 {
  border: 1px solid rgba(255, 255, 255, 0.75); }

.border-fade-black-075 {
  border: 1px solid rgba(0, 0, 0, 0.75); }

.bt-fade-white-075 {
  border-top: 1px solid rgba(255, 255, 255, 0.75); }

.bb-fade-white-075 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.75); }

.bt-fade-black-075 {
  border-top: 1px solid rgba(0, 0, 0, 0.75); }

.bb-fade-black-075 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.75); }

.border-fade-white-08 {
  border: 1px solid rgba(255, 255, 255, 0.8); }

.border-fade-black-08 {
  border: 1px solid rgba(0, 0, 0, 0.8); }

.bt-fade-white-08 {
  border-top: 1px solid rgba(255, 255, 255, 0.8); }

.bb-fade-white-08 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.8); }

.bt-fade-black-08 {
  border-top: 1px solid rgba(0, 0, 0, 0.8); }

.bb-fade-black-08 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.8); }

.border-fade-white-085 {
  border: 1px solid rgba(255, 255, 255, 0.85); }

.border-fade-black-085 {
  border: 1px solid rgba(0, 0, 0, 0.85); }

.bt-fade-white-085 {
  border-top: 1px solid rgba(255, 255, 255, 0.85); }

.bb-fade-white-085 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.85); }

.bt-fade-black-085 {
  border-top: 1px solid rgba(0, 0, 0, 0.85); }

.bb-fade-black-085 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.85); }

.bb-gray {
  border-bottom: 1px solid #edecec; }

.border-color-white {
  border-color: #fff; }

.border-color-primary {
  border-color: var(--color-primary); }

.border-color-secondary {
  border-color: var(--color-secondary); }

.border-none {
  border: none !important; }

.bordered-section-white {
  border: 2vw solid #fff; }

.border-radius-0 {
  border-radius: 0px !important; }

.border-radius-1 {
  border-radius: 1px !important; }

.border-radius-2 {
  border-radius: 2px !important; }

.border-radius-3 {
  border-radius: 3px !important; }

.border-radius-4 {
  border-radius: 4px !important; }

.border-radius-5 {
  border-radius: 5px !important; }

.border-radius-6 {
  border-radius: 6px !important; }

.border-radius-7 {
  border-radius: 7px !important; }

.border-radius-8 {
  border-radius: 8px !important; }

.border-radius-9 {
  border-radius: 9px !important; }

.border-radius-10 {
  border-radius: 10px !important; }

.border-radius-11 {
  border-radius: 11px !important; }

.border-radius-12 {
  border-radius: 12px !important; }

.border-radius-13 {
  border-radius: 13px !important; }

.border-radius-14 {
  border-radius: 14px !important; }

.border-radius-15 {
  border-radius: 15px !important; }

.border-radius-16 {
  border-radius: 16px !important; }

.border-radius-17 {
  border-radius: 17px !important; }

.border-radius-18 {
  border-radius: 18px !important; }

.border-radius-19 {
  border-radius: 19px !important; }

.border-radius-20 {
  border-radius: 20px !important; }

.border-radius-21 {
  border-radius: 21px !important; }

.border-radius-22 {
  border-radius: 22px !important; }

.border-radius-23 {
  border-radius: 23px !important; }

.border-radius-24 {
  border-radius: 24px !important; }

.border-radius-25 {
  border-radius: 25px !important; }

.semi-round {
  border-radius: 2px; }

.round {
  border-radius: 4px; }

.circle {
  border-radius: 50em; }

.w-5 {
  width: 5% !important; }

.w-10 {
  width: 10% !important; }

.w-15 {
  width: 15% !important; }

.w-20 {
  width: 20% !important; }

.w-25 {
  width: 25% !important; }

.w-30 {
  width: 30% !important; }

.w-35 {
  width: 35% !important; }

.w-40 {
  width: 40% !important; }

.w-45 {
  width: 45% !important; }

.w-50 {
  width: 50% !important; }

.w-55 {
  width: 55% !important; }

.w-60 {
  width: 60% !important; }

.w-65 {
  width: 65% !important; }

.w-70 {
  width: 70% !important; }

.w-75 {
  width: 75% !important; }

.w-80 {
  width: 80% !important; }

.w-85 {
  width: 85% !important; }

.w-90 {
  width: 90% !important; }

.w-95 {
  width: 95% !important; }

.w-100 {
  width: 100% !important; }

.w-105 {
  width: 105% !important; }

.w-110 {
  width: 110% !important; }

.w-115 {
  width: 115% !important; }

.w-120 {
  width: 120% !important; }

.w-125 {
  width: 125% !important; }

.w-130 {
  width: 130% !important; }

.w-135 {
  width: 135% !important; }

.w-140 {
  width: 140% !important; }

.w-145 {
  width: 145% !important; }

.w-150 {
  width: 150% !important; }

.w-155 {
  width: 155% !important; }

.w-160 {
  width: 160% !important; }

.w-165 {
  width: 165% !important; }

.w-170 {
  width: 170% !important; }

.w-175 {
  width: 175% !important; }

.w-180 {
  width: 180% !important; }

.w-185 {
  width: 185% !important; }

.w-190 {
  width: 190% !important; }

.w-195 {
  width: 195% !important; }

.w-200 {
  width: 200% !important; }

.bg-primary {
  background: var(--color-primary) !important; }

.bg-secondary {
  background: var(--color-secondary) !important; }

.bg-transparent {
  background: transparent !important; }

.bg-white {
  background: #fff !important; }

.bg-black {
  background: #000 !important; }

.bg-gray {
  background: #f4f5f8 !important; }

.bg-gray-2 {
  background: #fafafa !important; }

.bg-gray-3 {
  background: #f1f1f1 !important; }

.bg-light {
  background: #f7f8fb !important; }

.bg-dark {
  background: #212121 !important; }

.bg-mirage {
  background: #181b31 !important; }

.bg-vulcan {
  background: #141622 !important; }

.bg-charade {
  background: #2D323D !important; }

.bg-tundora {
  background: #40383C !important; }

.bg-shark {
  background: #27282a !important; }

.bg-gigas {
  background: #4439a9 !important; }

.bg-athens-gray {
  background: #F8F9FA !important; }

.bg-ebony-clay {
  background: #252c42 !important; }

.bg-link-water {
  background: #DCE9F6 !important; }

.bg-swans-down {
  background: #dbf1f1 !important; }

.bg-old-lace {
  background: #fcece1 !important; }

.bg-woodsmoke {
  background: #0e0f14 !important; }

.bg-cape-cod {
  background: #343535 !important; }

.bg-zircon {
  background: #f8faff !important; }

.bg-fade-dark-005 {
  background-color: rgba(0, 0, 0, 0.05) !important; }

.bg-fade-white-005 {
  background-color: rgba(255, 255, 255, 0.05) !important; }

.bg-fade-dark-01 {
  background-color: rgba(0, 0, 0, 0.1) !important; }

.bg-fade-white-01 {
  background-color: rgba(255, 255, 255, 0.1) !important; }

.bg-fade-dark-015 {
  background-color: rgba(0, 0, 0, 0.15) !important; }

.bg-fade-white-015 {
  background-color: rgba(255, 255, 255, 0.15) !important; }

.bg-fade-dark-02 {
  background-color: rgba(0, 0, 0, 0.2) !important; }

.bg-fade-white-02 {
  background-color: rgba(255, 255, 255, 0.2) !important; }

.bg-fade-dark-025 {
  background-color: rgba(0, 0, 0, 0.25) !important; }

.bg-fade-white-025 {
  background-color: rgba(255, 255, 255, 0.25) !important; }

.bg-fade-dark-03 {
  background-color: rgba(0, 0, 0, 0.3) !important; }

.bg-fade-white-03 {
  background-color: rgba(255, 255, 255, 0.3) !important; }

.bg-fade-dark-035 {
  background-color: rgba(0, 0, 0, 0.35) !important; }

.bg-fade-white-035 {
  background-color: rgba(255, 255, 255, 0.35) !important; }

.bg-fade-dark-04 {
  background-color: rgba(0, 0, 0, 0.4) !important; }

.bg-fade-white-04 {
  background-color: rgba(255, 255, 255, 0.4) !important; }

.bg-fade-dark-045 {
  background-color: rgba(0, 0, 0, 0.45) !important; }

.bg-fade-white-045 {
  background-color: rgba(255, 255, 255, 0.45) !important; }

.bg-fade-dark-05 {
  background-color: rgba(0, 0, 0, 0.5) !important; }

.bg-fade-white-05 {
  background-color: rgba(255, 255, 255, 0.5) !important; }

.bg-fade-dark-055 {
  background-color: rgba(0, 0, 0, 0.55) !important; }

.bg-fade-white-055 {
  background-color: rgba(255, 255, 255, 0.55) !important; }

.bg-fade-dark-06 {
  background-color: rgba(0, 0, 0, 0.6) !important; }

.bg-fade-white-06 {
  background-color: rgba(255, 255, 255, 0.6) !important; }

.bg-fade-dark-065 {
  background-color: rgba(0, 0, 0, 0.65) !important; }

.bg-fade-white-065 {
  background-color: rgba(255, 255, 255, 0.65) !important; }

.bg-fade-dark-07 {
  background-color: rgba(0, 0, 0, 0.7) !important; }

.bg-fade-white-07 {
  background-color: rgba(255, 255, 255, 0.7) !important; }

.bg-fade-dark-075 {
  background-color: rgba(0, 0, 0, 0.75) !important; }

.bg-fade-white-075 {
  background-color: rgba(255, 255, 255, 0.75) !important; }

.bg-fade-dark-08 {
  background-color: rgba(0, 0, 0, 0.8) !important; }

.bg-fade-white-08 {
  background-color: rgba(255, 255, 255, 0.8) !important; }

.bg-fade-dark-085 {
  background-color: rgba(0, 0, 0, 0.85) !important; }

.bg-fade-white-085 {
  background-color: rgba(255, 255, 255, 0.85) !important; }

.bg-hover-secondary:hover {
  background-color: var(--color-secondary) !important; }

.bg-hover-secondary:hover {
  background-color: var(--color-secondary) !important; }

.bg-hover-white:hover {
  background-color: #fff !important; }

.bg-hover-light:hover {
  background-color: #f7f8fb !important; }

.bg-hover-dark:hover {
  background-color: #212121 !important; }

.bg-hover-charade:hover {
  background-color: #2D323D !important; }

.bg-hover-tundora:hover {
  background-color: #40383C !important; }

.bg-gradient-primary-lr {
  background: linear-gradient(to right, var(--color-gradient-start) 0%, var(--color-gradient-stop) 100%) !important; }

.bg-gradient-primary-rl {
  background: linear-gradient(to left, var(--color-gradient-start) 0%, var(--color-gradient-stop) 100%) !important; }

.bg-gradient-primary-tb {
  background: linear-gradient(to bottom, var(--color-gradient-start) 0%, var(--color-gradient-stop) 100%) !important; }

.bg-gradient-primary-bt {
  background: linear-gradient(to top, var(--color-gradient-start) 0%, var(--color-gradient-stop) 100%) !important; }

.bg-gradient-primary-tl {
  background: linear-gradient(to top left, var(--color-gradient-start) 0%, var(--color-gradient-stop) 100%) !important; }

.bg-gradient-primary-tr {
  background: linear-gradient(to top right, var(--color-gradient-start) 0%, var(--color-gradient-stop) 100%) !important; }

.bg-gradient-primary-br {
  background: linear-gradient(to bottom right, var(--color-gradient-start) 0%, var(--color-gradient-stop) 100%) !important; }

.bg-gradient-primary-bl {
  background: linear-gradient(to bottom left, var(--color-gradient-start) 0%, var(--color-gradient-stop) 100%) !important; }

.bg-gradient-secondary-lr {
  background: linear-gradient(to right, var(--color-gradient-start-secondary) 0%, var(--color-gradient-stop-secondary) 100%) !important; }

.bg-gradient-secondary-rl {
  background: linear-gradient(to left, var(--color-gradient-start-secondary) 0%, var(--color-gradient-stop-secondary) 100%) !important; }

.bg-gradient-secondary-tb {
  background: linear-gradient(to bottom, var(--color-gradient-start-secondary) 0%, var(--color-gradient-stop-secondary) 100%) !important; }

.bg-gradient-secondary-bt {
  background: linear-gradient(to top, var(--color-gradient-start-secondary) 0%, var(--color-gradient-stop-secondary) 100%) !important; }

.bg-gradient-secondary-tl {
  background: linear-gradient(to top left, var(--color-gradient-start-secondary) 0%, var(--color-gradient-stop-secondary) 100%) !important; }

.bg-gradient-secondary-tr {
  background: linear-gradient(to top right, var(--color-gradient-start-secondary) 0%, var(--color-gradient-stop-secondary) 100%) !important; }

.bg-gradient-secondary-br {
  background: linear-gradient(to bottom right, var(--color-gradient-start-secondary) 0%, var(--color-gradient-stop-secondary) 100%) !important; }

.bg-gradient-secondary-bl {
  background: linear-gradient(to bottom left, var(--color-gradient-start-secondary) 0%, var(--color-gradient-stop-secondary) 100%) !important; }

.bg-gradient-tertiary-lr {
  background: linear-gradient(to right, var(--color-gradient-start-tertiary) 0%, var(--color-gradient-stop-tertiary) 100%) !important; }

.bg-gradient-tertiary-rl {
  background: linear-gradient(to left, var(--color-gradient-start-tertiary) 0%, var(--color-gradient-stop-tertiary) 100%) !important; }

.bg-gradient-tertiary-tb {
  background: linear-gradient(to bottom, var(--color-gradient-start-tertiary) 0%, var(--color-gradient-stop-tertiary) 100%) !important; }

.bg-gradient-tertiary-bt {
  background: linear-gradient(to top, var(--color-gradient-start-tertiary) 0%, var(--color-gradient-stop-tertiary) 100%) !important; }

.bg-gradient-tertiary-tl {
  background: linear-gradient(to top left, var(--color-gradient-start-tertiary) 0%, var(--color-gradient-stop-tertiary) 100%) !important; }

.bg-gradient-tertiary-tr {
  background: linear-gradient(to top right, var(--color-gradient-start-tertiary) 0%, var(--color-gradient-stop-tertiary) 100%) !important; }

.bg-gradient-tertiary-br {
  background: linear-gradient(to bottom right, var(--color-gradient-start-tertiary) 0%, var(--color-gradient-stop-tertiary) 100%) !important; }

.bg-gradient-tertiary-bl {
  background: linear-gradient(to bottom left, var(--color-gradient-start-tertiary) 0%, var(--color-gradient-stop-tertiary) 100%) !important; }

.bg-gradient-black-transparent-tb {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, transparent 100%) !important; }

.bg-gradient-black-transparent-bt {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, transparent 100%) !important; }

.bg-gradient-black-transparent-lr {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.7) 0%, transparent 100%) !important; }

.bg-gradient-black-transparent-rl {
  background: linear-gradient(to left, rgba(0, 0, 0, 0.7) 0%, transparent 100%) !important; }

.bg-gradient-cream {
  background: linear-gradient(180deg, #fff8f5 0%, #ffffff 50%); }

.bg-gradient-primary-35p {
  background: linear-gradient(to right, var(--color-primary) 0%, var(--color-primary) 35%, transparent 35%); }

.bg-fixed {
  background-attachment: fixed; }

.bg-cover {
  background-size: cover !important; }

.bg-contain {
  background-size: contain !important; }

.bg-no-repeat {
  background-repeat: no-repeat !important; }

.bg-center {
  background-position: center !important; }

.bg-left-center {
  background-position: left center !important; }

.bg-left-top {
  background-position: left top !important; }

.bg-left-bottom {
  background-position: left bottom !important; }

.bg-right-center {
  background-position: right center !important; }

.bg-right-top {
  background-position: right top !important; }

.bg-right-bottom {
  background-position: right bottom !important; }

.bg-center-bottom {
  background-position: center bottom !important; }

.bg-center-top {
  background-position: center top !important; }

.bg-none {
  background-image: none !important; }

@media (max-width: 768px) {
  .bg-sm-none {
    background-image: none !important; } }
@media (max-width: 992px) {
  .bg-md-none {
    background-image: none !important; } }
@media (max-width: 1200px) {
  .bg-lg-none {
    background-image: none !important; } }
.opacity-01 {
  opacity: 0.1; }
  .ld-pf-item:hover .opacity-01 {
    opacity: 0.1 !important; }

.opacity-02 {
  opacity: 0.2; }
  .ld-pf-item:hover .opacity-02 {
    opacity: 0.2 !important; }

.opacity-03 {
  opacity: 0.3; }
  .ld-pf-item:hover .opacity-03 {
    opacity: 0.3 !important; }

.opacity-04 {
  opacity: 0.4; }
  .ld-pf-item:hover .opacity-04 {
    opacity: 0.4 !important; }

.opacity-05 {
  opacity: 0.5; }
  .ld-pf-item:hover .opacity-05 {
    opacity: 0.5 !important; }

.opacity-06 {
  opacity: 0.6; }
  .ld-pf-item:hover .opacity-06 {
    opacity: 0.6 !important; }

.opacity-07 {
  opacity: 0.7; }
  .ld-pf-item:hover .opacity-07 {
    opacity: 0.7 !important; }

.opacity-08 {
  opacity: 0.8; }
  .ld-pf-item:hover .opacity-08 {
    opacity: 0.8 !important; }

.opacity-09 {
  opacity: 0.9; }
  .ld-pf-item:hover .opacity-09 {
    opacity: 0.9 !important; }

.opacity-1 {
  opacity: 1; }
  .ld-pf-item:hover .opacity-1 {
    opacity: 1 !important; }

.reset-opacity-onhover {
  transition: opacity 0.3s; }
  .reset-opacity-onhover:hover {
    opacity: 1; }

.box-shadow-1 {
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.08); }

.box-shadow-2 {
  box-shadow: 0px 40px 90px 0px rgba(131, 0, 255, 0.2); }

/*
 * Name:        One - Responsive Styles
 * Written by: 	LiquidThemes
 */
/*----------------------------------------
 [ TABLE OF CONTENTS ]

 1. BASE
		|- 1.1. Base
		|- 1.2. Header
		|- 1.3. Footer
		|- 1.4. Titlebar

	2. PAGE LAYOUTS
		|- 2.1. Header Side
		|- 2.3. Stack

	3. LIQUID SHORTCODES
		|- 3.1. Buttons
		|- 3.3. Accordions
		|- 3.4. Icon Boxes
		|- 3.5. Tabs
		|- 3.6. Subscribe Forms
		|- 3.9. Pricing Tables
		|- 3.10. Testimonials
		|- 3.11. Carousel
		|- 3.13. Latest Posts
		|- 3.14. Filter Lists
		|- 3.15. Fancy Boxes
		|- 3.19. Reservation Form
		|- 3.24. Instagram Feed
		|- 3.27. Image Groups
		|- 3.31. Masonry
		|- 3.33. Team Members
		|- 3.34. Portfolios
		|- 3.35. Blog
		|- 3.38. Liquid Fancy Heading
		|- 3.45. Shop Banner
		|- 3.48. Modal
		|- 3.50. Process Box
		|- 3.56. Roadmap
		|- 3.57. Countdown
		|- 3.62. Promo

	5. PARTIALS
		|- 5.4. Page Frame

-----------------------------------------*/
/*
  1. BASE
*/
/* 1.1. Base */
.d-flex {
  display: flex !important; }
  .d-flex:before, .d-flex:after {
    content: none; }

.d-inline-flex {
  display: inline-flex !important; }
  .d-inline-flex:before, .d-inline-flex:after {
    content: none; }

.flex-column {
  flex-direction: column !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-row {
  flex-direction: row !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-wrap {
  flex-wrap: wrap; }

.flex-nowrap {
  flex-wrap: nowrap; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

@media (min-width: 768px) {
  .d-sm-flex {
    display: flex !important; }
    .d-sm-flex:before, .d-sm-flex:after {
      content: none; }

  .d-sm-inline-flex {
    display: inline-flex !important; }
    .d-sm-inline-flex:before, .d-sm-inline-flex:after {
      content: none; }

  .flex-sm-column {
    flex-direction: column !important; }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-sm-row {
    flex-direction: row !important; }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-sm-wrap {
    flex-wrap: wrap; }

  .flex-sm-nowrap {
    flex-wrap: nowrap; }

  .justify-content-sm-start {
    justify-content: flex-start !important; }

  .justify-content-sm-end {
    justify-content: flex-end !important; }

  .justify-content-sm-center {
    justify-content: center !important; }

  .justify-content-sm-between {
    justify-content: space-between !important; }

  .justify-content-sm-around {
    justify-content: space-around !important; }

  .align-items-sm-start {
    align-items: flex-start !important; }

  .align-items-sm-end {
    align-items: flex-end !important; }

  .align-items-sm-center {
    align-items: center !important; }

  .align-items-sm-baseline {
    align-items: baseline !important; }

  .align-items-sm-stretch {
    align-items: stretch !important; } }
@media (min-width: 992px) {
  .d-md-flex {
    display: flex !important; }
    .d-md-flex:before, .d-md-flex:after {
      content: none; }

  .d-md-inline-flex {
    display: inline-flex !important; }
    .d-md-inline-flex:before, .d-md-inline-flex:after {
      content: none; }

  .flex-md-column {
    flex-direction: column !important; }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-md-row {
    flex-direction: row !important; }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-md-wrap {
    flex-wrap: wrap; }

  .flex-md-nowrap {
    flex-wrap: nowrap; }

  .justify-content-md-start {
    justify-content: flex-start !important; }

  .justify-content-md-end {
    justify-content: flex-end !important; }

  .justify-content-md-center {
    justify-content: center !important; }

  .justify-content-md-between {
    justify-content: space-between !important; }

  .justify-content-md-around {
    justify-content: space-around !important; }

  .align-items-md-start {
    align-items: flex-start !important; }

  .align-items-md-end {
    align-items: flex-end !important; }

  .align-items-md-center {
    align-items: center !important; }

  .align-items-md-baseline {
    align-items: baseline !important; }

  .align-items-md-stretch {
    align-items: stretch !important; } }
@media (min-width: 1200px) {
  .d-lg-flex {
    display: flex !important; }
    .d-lg-flex:before, .d-lg-flex:after {
      content: none; }

  .d-lg-inline-flex {
    display: inline-flex !important; }
    .d-lg-inline-flex:before, .d-lg-inline-flex:after {
      content: none; }

  .flex-lg-column {
    flex-direction: column !important; }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-lg-row {
    flex-direction: row !important; }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-lg-wrap {
    flex-wrap: wrap; }

  .flex-lg-nowrap {
    flex-wrap: nowrap; }

  .justify-content-lg-start {
    justify-content: flex-start !important; }

  .justify-content-lg-end {
    justify-content: flex-end !important; }

  .justify-content-lg-center {
    justify-content: center !important; }

  .justify-content-lg-between {
    justify-content: space-between !important; }

  .justify-content-lg-around {
    justify-content: space-around !important; }

  .align-items-lg-start {
    align-items: flex-start !important; }

  .align-items-lg-end {
    align-items: flex-end !important; }

  .align-items-lg-center {
    align-items: center !important; }

  .align-items-lg-baseline {
    align-items: baseline !important; }

  .align-items-lg-stretch {
    align-items: stretch !important; } }
.text-left {
  text-align: left !important; }
  .text-left div.wpb_single_image {
    text-align: inherit; }
  .text-left .liquid-counter-element {
    justify-content: flex-start; }

.text-right {
  text-align: right !important; }
  .text-right div.wpb_single_image {
    text-align: inherit; }
  .text-right .liquid-counter-element {
    justify-content: flex-end; }

.text-center {
  text-align: center !important; }
  .text-center div.wpb_single_image {
    text-align: inherit; }
  .text-center .liquid-counter-element {
    justify-content: center; }

@media (min-width: 768px) {
  .text-sm-left {
    text-align: left !important; }
    .text-sm-left div.wpb_single_image {
      text-align: inherit; }
    .text-sm-left .liquid-counter-element {
      justify-content: flex-start; }

  .text-sm-right {
    text-align: right !important; }
    .text-sm-right div.wpb_single_image {
      text-align: inherit; }
    .text-sm-right .liquid-counter-element {
      justify-content: flex-end; }

  .text-sm-center {
    text-align: center !important; }
    .text-sm-center div.wpb_single_image {
      text-align: inherit; }
    .text-sm-center .liquid-counter-element {
      justify-content: center; } }
@media (min-width: 992px) {
  .text-md-left {
    text-align: left !important; }
    .text-md-left div.wpb_single_image {
      text-align: inherit; }
    .text-md-left .liquid-counter-element {
      justify-content: flex-start; }

  .text-md-right {
    text-align: right !important; }
    .text-md-right div.wpb_single_image {
      text-align: inherit; }
    .text-md-right .liquid-counter-element {
      justify-content: flex-end; }

  .text-md-center {
    text-align: center !important; }
    .text-md-center div.wpb_single_image {
      text-align: inherit; }
    .text-md-center .liquid-counter-element {
      justify-content: center; } }
@media (min-width: 1200px) {
  .text-lg-left {
    text-align: left !important; }
    .text-lg-left div.wpb_single_image {
      text-align: inherit; }
    .text-lg-left .liquid-counter-element {
      justify-content: flex-start; }

  .text-lg-right {
    text-align: right !important; }
    .text-lg-right div.wpb_single_image {
      text-align: inherit; }
    .text-lg-right .liquid-counter-element {
      justify-content: flex-end; }

  .text-lg-center {
    text-align: center !important; }
    .text-lg-center div.wpb_single_image {
      text-align: inherit; }
    .text-lg-center .liquid-counter-element {
      justify-content: center; } }
.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.m-6 {
  margin: 4.5rem !important; }

.mt-6,
.my-6 {
  margin-top: 4.5rem !important; }

.mb-6,
.my-6 {
  margin-bottom: 4.5rem !important; }

.ml-6,
.mx-6 {
  margin-left: 4.5rem !important; }

.mr-6,
.mx-6 {
  margin-right: 4.5rem !important; }

.m-7 {
  margin: 5rem !important; }

.mt-7,
.my-7 {
  margin-top: 5rem !important; }

.mb-7,
.my-7 {
  margin-bottom: 5rem !important; }

.ml-7,
.mx-7 {
  margin-left: 5rem !important; }

.mr-7,
.mx-7 {
  margin-right: 5rem !important; }

.m-8 {
  margin: 5.5rem !important; }

.mt-8,
.my-8 {
  margin-top: 5.5rem !important; }

.mb-8,
.my-8 {
  margin-bottom: 5.5rem !important; }

.ml-8,
.mx-8 {
  margin-left: 5.5rem !important; }

.mr-8,
.mx-8 {
  margin-right: 5.5rem !important; }

.m-9 {
  margin: 6rem !important; }

.mt-9,
.my-9 {
  margin-top: 6rem !important; }

.mb-9,
.my-9 {
  margin-bottom: 6rem !important; }

.ml-9,
.mx-9 {
  margin-left: 6rem !important; }

.mr-9,
.mx-9 {
  margin-right: 6rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.p-6 {
  padding: 4.5rem !important; }

.pt-6,
.py-6 {
  padding-top: 4.5rem !important; }

.pb-6,
.py-6 {
  padding-bottom: 4.5rem !important; }

.pl-6,
.px-6 {
  padding-left: 4.5rem !important; }

.pr-6,
.px-6 {
  padding-right: 4.5rem !important; }

.p-7 {
  padding: 5rem !important; }

.pt-7,
.py-7 {
  padding-top: 5rem !important; }

.pb-7,
.py-7 {
  padding-bottom: 5rem !important; }

.pl-7,
.px-7 {
  padding-left: 5rem !important; }

.pr-7,
.px-7 {
  padding-right: 5rem !important; }

.p-8 {
  padding: 5.5rem !important; }

.pt-8,
.py-8 {
  padding-top: 5.5rem !important; }

.pb-8,
.py-8 {
  padding-bottom: 5.5rem !important; }

.pl-8,
.px-8 {
  padding-left: 5.5rem !important; }

.pr-8,
.px-8 {
  padding-right: 5.5rem !important; }

.p-9 {
  padding: 6rem !important; }

.pt-9,
.py-9 {
  padding-top: 6rem !important; }

.pb-9,
.py-9 {
  padding-bottom: 6rem !important; }

.pl-9,
.px-9 {
  padding-left: 6rem !important; }

.pr-9,
.px-9 {
  padding-right: 6rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

@media (min-width: 768px) {
  .m-sm-0 {
    margin: 0 !important; }

  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }

  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }

  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }

  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }

  .m-sm-1 {
    margin: 0.25rem !important; }

  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }

  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }

  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }

  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }

  .m-sm-2 {
    margin: 0.5rem !important; }

  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }

  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }

  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }

  .m-sm-3 {
    margin: 1rem !important; }

  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }

  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }

  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }

  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }

  .m-sm-4 {
    margin: 1.5rem !important; }

  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }

  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }

  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }

  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }

  .m-sm-5 {
    margin: 3rem !important; }

  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }

  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }

  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }

  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }

  .m-sm-6 {
    margin: 4.5rem !important; }

  .mt-sm-6,
  .my-sm-6 {
    margin-top: 4.5rem !important; }

  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 4.5rem !important; }

  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 4.5rem !important; }

  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 4.5rem !important; }

  .m-sm-7 {
    margin: 5rem !important; }

  .mt-sm-7,
  .my-sm-7 {
    margin-top: 5rem !important; }

  .mb-sm-7,
  .my-sm-7 {
    margin-bottom: 5rem !important; }

  .ml-sm-7,
  .mx-sm-7 {
    margin-left: 5rem !important; }

  .mr-sm-7,
  .mx-sm-7 {
    margin-right: 5rem !important; }

  .m-sm-8 {
    margin: 5.5rem !important; }

  .mt-sm-8,
  .my-sm-8 {
    margin-top: 5.5rem !important; }

  .mb-sm-8,
  .my-sm-8 {
    margin-bottom: 5.5rem !important; }

  .ml-sm-8,
  .mx-sm-8 {
    margin-left: 5.5rem !important; }

  .mr-sm-8,
  .mx-sm-8 {
    margin-right: 5.5rem !important; }

  .m-sm-9 {
    margin: 6rem !important; }

  .mt-sm-9,
  .my-sm-9 {
    margin-top: 6rem !important; }

  .mb-sm-9,
  .my-sm-9 {
    margin-bottom: 6rem !important; }

  .ml-sm-9,
  .mx-sm-9 {
    margin-left: 6rem !important; }

  .mr-sm-9,
  .mx-sm-9 {
    margin-right: 6rem !important; }

  .p-sm-0 {
    padding: 0 !important; }

  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }

  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }

  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }

  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }

  .p-sm-1 {
    padding: 0.25rem !important; }

  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }

  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }

  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }

  .p-sm-2 {
    padding: 0.5rem !important; }

  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }

  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }

  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }

  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }

  .p-sm-3 {
    padding: 1rem !important; }

  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }

  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }

  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }

  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }

  .p-sm-4 {
    padding: 1.5rem !important; }

  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }

  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }

  .p-sm-5 {
    padding: 3rem !important; }

  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }

  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }

  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }

  .p-sm-6 {
    padding: 4.5rem !important; }

  .pt-sm-6,
  .py-sm-6 {
    padding-top: 4.5rem !important; }

  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 4.5rem !important; }

  .pl-sm-6,
  .px-sm-6 {
    padding-left: 4.5rem !important; }

  .pr-sm-6,
  .px-sm-6 {
    padding-right: 4.5rem !important; }

  .p-sm-7 {
    padding: 5rem !important; }

  .pt-sm-7,
  .py-sm-7 {
    padding-top: 5rem !important; }

  .pb-sm-7,
  .py-sm-7 {
    padding-bottom: 5rem !important; }

  .pl-sm-7,
  .px-sm-7 {
    padding-left: 5rem !important; }

  .pr-sm-7,
  .px-sm-7 {
    padding-right: 5rem !important; }

  .p-sm-8 {
    padding: 5.5rem !important; }

  .pt-sm-8,
  .py-sm-8 {
    padding-top: 5.5rem !important; }

  .pb-sm-8,
  .py-sm-8 {
    padding-bottom: 5.5rem !important; }

  .pl-sm-8,
  .px-sm-8 {
    padding-left: 5.5rem !important; }

  .pr-sm-8,
  .px-sm-8 {
    padding-right: 5.5rem !important; }

  .p-sm-9 {
    padding: 6rem !important; }

  .pt-sm-9,
  .py-sm-9 {
    padding-top: 6rem !important; }

  .pb-sm-9,
  .py-sm-9 {
    padding-bottom: 6rem !important; }

  .pl-sm-9,
  .px-sm-9 {
    padding-left: 6rem !important; }

  .pr-sm-9,
  .px-sm-9 {
    padding-right: 6rem !important; }

  .m-sm-auto {
    margin: auto !important; }

  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }

  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; } }
@media (min-width: 992px) {
  .m-md-0 {
    margin: 0 !important; }

  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }

  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }

  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }

  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }

  .m-md-1 {
    margin: 0.25rem !important; }

  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }

  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }

  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }

  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }

  .m-md-2 {
    margin: 0.5rem !important; }

  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }

  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }

  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }

  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }

  .m-md-3 {
    margin: 1rem !important; }

  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }

  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }

  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }

  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }

  .m-md-4 {
    margin: 1.5rem !important; }

  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }

  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }

  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }

  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }

  .m-md-5 {
    margin: 3rem !important; }

  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }

  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }

  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }

  .m-md-6 {
    margin: 4.5rem !important; }

  .mt-md-6,
  .my-md-6 {
    margin-top: 4.5rem !important; }

  .mb-md-6,
  .my-md-6 {
    margin-bottom: 4.5rem !important; }

  .ml-md-6,
  .mx-md-6 {
    margin-left: 4.5rem !important; }

  .mr-md-6,
  .mx-md-6 {
    margin-right: 4.5rem !important; }

  .m-md-7 {
    margin: 5rem !important; }

  .mt-md-7,
  .my-md-7 {
    margin-top: 5rem !important; }

  .mb-md-7,
  .my-md-7 {
    margin-bottom: 5rem !important; }

  .ml-md-7,
  .mx-md-7 {
    margin-left: 5rem !important; }

  .mr-md-7,
  .mx-md-7 {
    margin-right: 5rem !important; }

  .m-md-8 {
    margin: 5.5rem !important; }

  .mt-md-8,
  .my-md-8 {
    margin-top: 5.5rem !important; }

  .mb-md-8,
  .my-md-8 {
    margin-bottom: 5.5rem !important; }

  .ml-md-8,
  .mx-md-8 {
    margin-left: 5.5rem !important; }

  .mr-md-8,
  .mx-md-8 {
    margin-right: 5.5rem !important; }

  .m-md-9 {
    margin: 6rem !important; }

  .mt-md-9,
  .my-md-9 {
    margin-top: 6rem !important; }

  .mb-md-9,
  .my-md-9 {
    margin-bottom: 6rem !important; }

  .ml-md-9,
  .mx-md-9 {
    margin-left: 6rem !important; }

  .mr-md-9,
  .mx-md-9 {
    margin-right: 6rem !important; }

  .p-md-0 {
    padding: 0 !important; }

  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }

  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }

  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }

  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }

  .p-md-1 {
    padding: 0.25rem !important; }

  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }

  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }

  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }

  .p-md-2 {
    padding: 0.5rem !important; }

  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }

  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }

  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }

  .p-md-3 {
    padding: 1rem !important; }

  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }

  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }

  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }

  .p-md-4 {
    padding: 1.5rem !important; }

  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }

  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }

  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }

  .p-md-5 {
    padding: 3rem !important; }

  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }

  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }

  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }

  .p-md-6 {
    padding: 4.5rem !important; }

  .pt-md-6,
  .py-md-6 {
    padding-top: 4.5rem !important; }

  .pb-md-6,
  .py-md-6 {
    padding-bottom: 4.5rem !important; }

  .pl-md-6,
  .px-md-6 {
    padding-left: 4.5rem !important; }

  .pr-md-6,
  .px-md-6 {
    padding-right: 4.5rem !important; }

  .p-md-7 {
    padding: 5rem !important; }

  .pt-md-7,
  .py-md-7 {
    padding-top: 5rem !important; }

  .pb-md-7,
  .py-md-7 {
    padding-bottom: 5rem !important; }

  .pl-md-7,
  .px-md-7 {
    padding-left: 5rem !important; }

  .pr-md-7,
  .px-md-7 {
    padding-right: 5rem !important; }

  .p-md-8 {
    padding: 5.5rem !important; }

  .pt-md-8,
  .py-md-8 {
    padding-top: 5.5rem !important; }

  .pb-md-8,
  .py-md-8 {
    padding-bottom: 5.5rem !important; }

  .pl-md-8,
  .px-md-8 {
    padding-left: 5.5rem !important; }

  .pr-md-8,
  .px-md-8 {
    padding-right: 5.5rem !important; }

  .p-md-9 {
    padding: 6rem !important; }

  .pt-md-9,
  .py-md-9 {
    padding-top: 6rem !important; }

  .pb-md-9,
  .py-md-9 {
    padding-bottom: 6rem !important; }

  .pl-md-9,
  .px-md-9 {
    padding-left: 6rem !important; }

  .pr-md-9,
  .px-md-9 {
    padding-right: 6rem !important; }

  .m-md-auto {
    margin: auto !important; }

  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }

  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; } }
@media (min-width: 1200px) {
  .m-lg-0 {
    margin: 0 !important; }

  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }

  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }

  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }

  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }

  .m-lg-1 {
    margin: 0.25rem !important; }

  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }

  .m-lg-2 {
    margin: 0.5rem !important; }

  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }

  .m-lg-3 {
    margin: 1rem !important; }

  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }

  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }

  .m-lg-4 {
    margin: 1.5rem !important; }

  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }

  .m-lg-5 {
    margin: 3rem !important; }

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }

  .m-lg-6 {
    margin: 4.5rem !important; }

  .mt-lg-6,
  .my-lg-6 {
    margin-top: 4.5rem !important; }

  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 4.5rem !important; }

  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 4.5rem !important; }

  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 4.5rem !important; }

  .m-lg-7 {
    margin: 5rem !important; }

  .mt-lg-7,
  .my-lg-7 {
    margin-top: 5rem !important; }

  .mb-lg-7,
  .my-lg-7 {
    margin-bottom: 5rem !important; }

  .ml-lg-7,
  .mx-lg-7 {
    margin-left: 5rem !important; }

  .mr-lg-7,
  .mx-lg-7 {
    margin-right: 5rem !important; }

  .m-lg-8 {
    margin: 5.5rem !important; }

  .mt-lg-8,
  .my-lg-8 {
    margin-top: 5.5rem !important; }

  .mb-lg-8,
  .my-lg-8 {
    margin-bottom: 5.5rem !important; }

  .ml-lg-8,
  .mx-lg-8 {
    margin-left: 5.5rem !important; }

  .mr-lg-8,
  .mx-lg-8 {
    margin-right: 5.5rem !important; }

  .m-lg-9 {
    margin: 6rem !important; }

  .mt-lg-9,
  .my-lg-9 {
    margin-top: 6rem !important; }

  .mb-lg-9,
  .my-lg-9 {
    margin-bottom: 6rem !important; }

  .ml-lg-9,
  .mx-lg-9 {
    margin-left: 6rem !important; }

  .mr-lg-9,
  .mx-lg-9 {
    margin-right: 6rem !important; }

  .p-lg-0 {
    padding: 0 !important; }

  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }

  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }

  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }

  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }

  .p-lg-1 {
    padding: 0.25rem !important; }

  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }

  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }

  .p-lg-2 {
    padding: 0.5rem !important; }

  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }

  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }

  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }

  .p-lg-3 {
    padding: 1rem !important; }

  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }

  .p-lg-4 {
    padding: 1.5rem !important; }

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }

  .p-lg-5 {
    padding: 3rem !important; }

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }

  .p-lg-6 {
    padding: 4.5rem !important; }

  .pt-lg-6,
  .py-lg-6 {
    padding-top: 4.5rem !important; }

  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 4.5rem !important; }

  .pl-lg-6,
  .px-lg-6 {
    padding-left: 4.5rem !important; }

  .pr-lg-6,
  .px-lg-6 {
    padding-right: 4.5rem !important; }

  .p-lg-7 {
    padding: 5rem !important; }

  .pt-lg-7,
  .py-lg-7 {
    padding-top: 5rem !important; }

  .pb-lg-7,
  .py-lg-7 {
    padding-bottom: 5rem !important; }

  .pl-lg-7,
  .px-lg-7 {
    padding-left: 5rem !important; }

  .pr-lg-7,
  .px-lg-7 {
    padding-right: 5rem !important; }

  .p-lg-8 {
    padding: 5.5rem !important; }

  .pt-lg-8,
  .py-lg-8 {
    padding-top: 5.5rem !important; }

  .pb-lg-8,
  .py-lg-8 {
    padding-bottom: 5.5rem !important; }

  .pl-lg-8,
  .px-lg-8 {
    padding-left: 5.5rem !important; }

  .pr-lg-8,
  .px-lg-8 {
    padding-right: 5.5rem !important; }

  .p-lg-9 {
    padding: 6rem !important; }

  .pt-lg-9,
  .py-lg-9 {
    padding-top: 6rem !important; }

  .pb-lg-9,
  .py-lg-9 {
    padding-bottom: 6rem !important; }

  .pl-lg-9,
  .px-lg-9 {
    padding-left: 6rem !important; }

  .pr-lg-9,
  .px-lg-9 {
    padding-right: 6rem !important; }

  .m-lg-auto {
    margin: auto !important; }

  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }

  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; } }
@media screen and (min-width: 1200px) {
  [data-fullheight=true] {
    height: 100vh; } }
@media screen and (max-width: 991px) {
  .content h1, .content .h1 {
    font-size: 44px; }
  .content h2, .content .h2 {
    font-size: 32px; }
  .content h3, .content .h3 {
    font-size: 24px; }
  .content h4, .content .h4 {
    font-size: 18px; }
  .content h5, .content .h5 {
    font-size: 16px; }
  .content h6, .content .h6 {
    font-size: 15px; } }
@media screen and (max-width: 1199px) {
  .lqd-sticky-bg-wrap,
  .lqd-sticky-bg {
    height: 100%;
    min-height: 0;
    max-height: none;
    position: absolute;
    top: 0;
    left: 0; } }
/* 1.2. Header */
@media screen and (min-width: 1200px) and (max-width: 1440px) {
  .header-side {
    width: 250px; }
    .header-side .mainbar-wrap {
      padding: 12vh 25px; }

  .side-nav-showing #wrap {
    transform: translateX(250px); } }
@media screen and (max-width: 767px) {
  .ld-module-cart .ld-cart-contents,
  .ld-module-cart .ld-module-dropdown {
    width: 100%; }

  .ld-cart-contents .empty,
  .ld-cart-foot,
  .ld-cart-head,
  .ld-cart-product {
    padding-left: 15px;
    padding-right: 15px; } }
/*
	Submenu
*/
/*
	Nav Styles
*/
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .mainbar-row > [class^=col] {
    padding-left: 15px !important;
    padding-right: 15px !important; } }
@media screen and (max-width: 782px) {
  .admin-bar .is-stuck {
    top: 46px; } }
@media screen and (max-width: 600px) {
  .admin-bar .is-stuck {
    top: 0; } }
/* 1.3. Footer */
@media screen and (min-width: 1200px) {
  .lqd-sticky-footer-sentinel.height-applied + .footer-stuck {
    margin: 0;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden; }
    .lqd-sticky-footer-sentinel.height-applied + .footer-stuck.is-inview {
      opacity: 1;
      visibility: visible; }
    .site-boxed-layout .lqd-sticky-footer-sentinel.height-applied + .footer-stuck {
      margin: 0 auto; } }
@media screen and (max-width: 1199px) {
  .lqd-sticky-footer-sentinel {
    display: none; } }
/* 1.4. Titlebar */
@media screen and (max-width: 767px) {
  .titlebar-inner h1 {
    font-size: 48px !important; } }
@media screen and (max-width: 479px) {
  .titlebar-inner h1 {
    font-size: 38px !important; } }
/*
  2. PAGE LAYOUTS
*/
/* 2.1. Header Side */
@media screen and (min-width: 1200px) {
  .header-style-side #wrap {
    padding-left: 375px; } }
@media screen and (min-width: 1200px) and (max-width: 1440px) {
  .header-style-side #wrap {
    padding-left: 250px; } }
@media screen and (min-width: 1200px) and (max-width: 1580px) {
  .header-style-side .ld-container {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px; } }
/* 2.3. Stack */
@media screen and (min-width: 992px) {
  .lqd-stack-page-number,
  .lqd-stack-prevnext-wrap,
  .lqd-stack-extra {
    display: none; }

  .pp-section {
    width: 100vw;
    height: 100vh;
    position: absolute !important;
    top: 0;
    left: 0;
    background-color: #fff;
    transition: transform 1.15s cubic-bezier(0.22, 0.61, 0.36, 1); }
    .pp-section:not(.active):not(.lqd-stack-row-entering):not(.lqd-stack-row-leaving) {
      left: -999999px;
      pointer-events: none; }
    .pp-section.vc_row-o-content-bottom {
      justify-content: flex-end; }
    .pp-section.vc_row-o-content-top {
      justify-content: flex-start; }

  .pp-table {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center; }

  .pp-tableCell {
    height: auto !important; }

  .pp-scrollable {
    overflow-y: auto; }

  .pp-auto-height {
    height: auto !important; }

  .lqd-stack-section-inner {
    display: flex;
    flex-direction: column;
    justify-content: inherit;
    flex-grow: 1;
    backface-visibility: hidden; }

  .pp-enabled .titlebar {
    display: none !important; }
  .pp-enabled [data-liquid-stack=true] {
    height: 100vh; }

  [data-liquid-stack=true] > section {
    height: 100vh; }
  [data-liquid-stack=true] .main-footer {
    top: auto;
    bottom: 0;
    animation: none !important; }

  #pp-nav {
    position: fixed;
    top: 50%;
    right: 50px;
    z-index: 9;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    transform: translateY(-50%); }
    #pp-nav .pp-tooltip {
      display: inline-block;
      margin-right: 15px;
      position: absolute;
      top: 50%;
      right: 100%;
      opacity: 0;
      visibility: hidden;
      white-space: nowrap;
      transition-property: visibility, opacity, transform, color;
      transition-duration: 0.45s;
      transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
      transform: translateY(-50%); }
    #pp-nav a {
      display: inline-flex;
      width: 36px;
      height: 1px;
      position: relative;
      background-color: rgba(0, 0, 0, 0.3);
      flex-flow: row wrap;
      align-items: center;
      transform-origin: right center; }
      #pp-nav a:before {
        content: '';
        display: inline-block;
        width: 100%;
        height: 21px;
        position: absolute;
        top: -10px;
        left: 0; }
      #pp-nav a.active {
        transform: scaleX(1.5);
        background-color: #000; }
        #pp-nav a.active + .pp-tooltip {
          transform: translate(-18px, -50%); }
    #pp-nav li {
      display: flex;
      flex-direction: row-reverse;
      align-items: center;
      position: relative;
      margin: 30px 0; }
      #pp-nav li:first-child {
        margin-top: 0; }
      #pp-nav li:last-child {
        margin-bottom: 0; }
      .lqd-stack-has-footer #pp-nav li:nth-last-child(2) {
        margin-bottom: 0; }
      #pp-nav li:hover a {
        transform: scaleX(1.5);
        background-color: #000; }
      #pp-nav li:hover .pp-tooltip {
        opacity: 1;
        visibility: visible;
        transform: translate(-18px, -50%); }
    #pp-nav ul {
      padding: 0;
      margin: 0;
      list-style: none; }

  .lqd-stack-prevnext-button {
    display: inline-flex;
    flex-flow: row nowrap;
    align-items: center;
    padding: 0;
    border: none;
    position: fixed;
    top: 50%;
    z-index: 10;
    white-space: nowrap;
    background: none;
    transform: translateY(-50%);
    transition: color 0.3s; }
    .lqd-stack-prevnext-button:focus {
      outline: none; }
    .lqd-stack-prevnext-button svg {
      stroke: currentColor; }

  .lqd-stack-prev-button {
    left: 50px;
    margin-right: 5px; }

  .lqd-stack-next-button {
    right: 50px;
    margin-left: 5px; }

  .lqd-stack-buttons-style-1 .lqd-stack-prevnext-button {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.1em; }
    .lqd-stack-buttons-style-1 .lqd-stack-prevnext-button svg {
      display: none; }
  .lqd-stack-buttons-style-1 .lqd-stack-button-labbel {
    transition: transform 0.45s cubic-bezier(0.23, 1, 0.32, 1); }
  .lqd-stack-buttons-style-1 .lqd-stack-button-ext {
    display: flex;
    align-items: center; }
    .lqd-stack-buttons-style-1 .lqd-stack-button-ext:before {
      display: inline-block;
      font: normal normal 2em 'liquid-icon'; }
  .lqd-stack-buttons-style-1 .lqd-stack-prev-button {
    flex-direction: row-reverse; }
    .lqd-stack-buttons-style-1 .lqd-stack-prev-button .lqd-stack-button-ext {
      margin-right: 10px; }
      .lqd-stack-buttons-style-1 .lqd-stack-prev-button .lqd-stack-button-ext:before {
        content: '\f117'; }
    .lqd-stack-buttons-style-1 .lqd-stack-prev-button:hover .lqd-stack-button-labbel {
      transform: translateX(-2px); }
    .lqd-stack-buttons-style-1 .lqd-stack-prev-button:hover .lqd-stack-button-ext {
      animation: lqdStackArrowPrev 0.45s cubic-bezier(0.77, 0, 0.175, 1) both alternate; }
  .lqd-stack-buttons-style-1 .lqd-stack-next-button .lqd-stack-button-ext {
    margin-left: 10px; }
    .lqd-stack-buttons-style-1 .lqd-stack-next-button .lqd-stack-button-ext:before {
      content: '\f119'; }
  .lqd-stack-buttons-style-1 .lqd-stack-next-button:hover .lqd-stack-button-labbel {
    transform: translateX(2px); }
  .lqd-stack-buttons-style-1 .lqd-stack-next-button:hover .lqd-stack-button-ext {
    animation: lqdStackArrowNext 0.45s cubic-bezier(0.77, 0, 0.175, 1) both alternate; }

  .lqd-stack-buttons-style-2 .lqd-stack-button-labbel {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    top: 0;
    left: 0;
    width: 1px;
    word-wrap: normal !important; }
  .lqd-stack-buttons-style-2 .lqd-stack-button-ext {
    position: relative;
    display: inline-block;
    width: 36px;
    height: 36px; }
  .lqd-stack-buttons-style-2 .lqd-stack-button-circ {
    opacity: 0.3; }
  .lqd-stack-buttons-style-2 .lqd-stack-button-circ-clone {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    stroke-dasharray: 110;
    stroke-dashoffset: 110;
    transition: stroke-dashoffset 1s cubic-bezier(0.23, 1, 0.32, 1); }
  .lqd-stack-buttons-style-2 .lqd-stack-button-arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .lqd-stack-buttons-style-2 .lqd-stack-prevnext-button:hover .lqd-stack-button-arrow {
    animation: lqdStackArrowDash 1s ease both alternate; }
  .lqd-stack-buttons-style-2 .lqd-stack-prev-button .lqd-stack-button-arrow {
    transform: translate(-50%, -50%) rotate(180deg);
    margin-left: -1px; }
  .lqd-stack-buttons-style-2 .lqd-stack-prev-button:hover .lqd-stack-button-circ-clone {
    stroke-dashoffset: 166; }
  .lqd-stack-buttons-style-2 .lqd-stack-next-button .lqd-stack-button-arrow {
    margin-left: 1px; }
  .lqd-stack-buttons-style-2 .lqd-stack-next-button:hover .lqd-stack-button-circ-clone {
    stroke-dashoffset: 53.5; }

  .lqd-stack-page-number {
    position: fixed;
    bottom: 40px;
    left: 50%;
    z-index: 10;
    font-size: 20px;
    font-weight: 700;
    transform: translateX(-50%);
    transition-property: opacity, visibility, color;
    transition-duration: 0.45s;
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1); }
    .lqd-stack-page-number span {
      display: inline-block; }

  .lqd-stack-page-number-counter {
    position: relative; }

  .lqd-stack-page-number-current {
    overflow: hidden; }

  .lqd-stack-page-number-passed {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0; }

  .lqd-stack-page-number-total {
    font-size: 0.55em; }
    .lqd-stack-page-number-total:before {
      content: '';
      display: inline-block;
      width: 2px;
      height: 1.75em;
      margin-right: 4px;
      margin-left: 2px;
      background-color: currentColor;
      transform: skewX(-18deg); }

  .lqd-stack-row-entering {
    z-index: 10 !important; }
    .lqd-stack-effect-fadeScale.lqd-stack-moving-up .lqd-stack-row-entering {
      animation: lqdStackRowFadeScaleEnter 1.2s cubic-bezier(0.23, 1, 0.32, 1) both alternate;
      z-index: 0 !important; }
    .lqd-stack-effect-fadeScale.lqd-stack-moving-down .lqd-stack-row-entering {
      animation: lqdStackRowFadeScaleEnterFromBottom 1.2s cubic-bezier(0.23, 1, 0.32, 1) both alternate; }
    .lqd-stack-effect-slideOver.lqd-stack-moving-up .lqd-stack-row-entering {
      animation: lqdStackRowSlideOverEnterFromTop 1.2s cubic-bezier(0.23, 1, 0.32, 1) both alternate; }
    .lqd-stack-effect-slideOver.lqd-stack-moving-down .lqd-stack-row-entering {
      animation: lqdStackRowSlideOverEnterFromBottom 1.2s cubic-bezier(0.23, 1, 0.32, 1) both alternate; }

  .lqd-stack-effect-fadeScale.lqd-stack-moving-up .lqd-stack-row-leaving {
    animation: lqdStackRowFadeScaleLeaveToBottom 1.2s cubic-bezier(0.23, 1, 0.32, 1) both alternate; }
  .lqd-stack-effect-fadeScale.lqd-stack-moving-down .lqd-stack-row-leaving {
    animation: lqdStackRowFadeScaleLeave 1.2s cubic-bezier(0.23, 1, 0.32, 1) both alternate; }
  .lqd-stack-effect-slideOver.lqd-stack-moving-up .lqd-stack-row-leaving {
    animation: lqdStackRowSlideOverLeaveToBottom 1.2s cubic-bezier(0.23, 1, 0.32, 1) both alternate; }
  .lqd-stack-effect-slideOver.lqd-stack-moving-down .lqd-stack-row-leaving {
    animation: lqdStackRowSlideOverLeaveToTop 1.2s cubic-bezier(0.23, 1, 0.32, 1) both alternate; }

  .lqd-stack-extra {
    display: block; }

  .lqd-stack-extra-content {
    position: fixed;
    bottom: 40px;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transition-property: opacity, visibility, color;
    transition-duration: 0.65s;
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1); }
    .lqd-stack-extra-content > * {
      margin: 0;
      color: inherit; }
    .lqd-stack-extra-content a {
      color: inherit; }
    .pp-enabled .lqd-stack-extra-content {
      opacity: 1;
      visibility: visible; }
    .lqd-stack-extra-content .social-icon a {
      transition-property: opacity; }
      .lqd-stack-extra-content .social-icon a:hover {
        opacity: 0.75; }

  .lqd-stack-extra-content-bottom-left {
    left: 50px; }

  .lqd-stack-extra-content-bottom-right {
    right: 50px; }

  .lqd-stack-initiated .main-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0; }
  .lqd-stack-initiated.admin-bar .main-header {
    top: 32px; }
  .lqd-stack-initiated .lqd-stack-page-number,
  .lqd-stack-initiated .lqd-stack-prevnext-wrap {
    display: block; }

  .lqd-stack-has-nav .lqd-stack-prevnext-button {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    transform: none; }
  .lqd-stack-has-nav .lqd-stack-prevnext-wrap {
    position: absolute;
    bottom: 40px;
    right: 50px;
    z-index: 10; }
  .lqd-stack-has-nav.lqd-stack-has-content-bottom-right .lqd-stack-prevnext-wrap {
    display: flex;
    flex-direction: column;
    bottom: auto;
    top: 50%;
    right: auto;
    left: 50px;
    transform: translateY(-50%); }
  .lqd-stack-has-nav.lqd-stack-has-content-bottom-right .lqd-stack-prevnext-button {
    margin: 0; }
  .lqd-stack-has-nav.lqd-stack-has-content-bottom-right .lqd-stack-prev-button {
    margin-bottom: 5px; }
  .lqd-stack-has-nav.lqd-stack-has-content-bottom-right .lqd-stack-next-button {
    margin-top: 5px; }
  .lqd-stack-has-nav.lqd-stack-has-content-bottom-right.lqd-stack-buttons-style-1 .lqd-stack-prevnext-button {
    margin: 0;
    transform-origin: left center; }
  .lqd-stack-has-nav.lqd-stack-has-content-bottom-right.lqd-stack-buttons-style-1 .lqd-stack-prev-button {
    transform: rotate(90deg) translateX(-50%); }
    .lqd-stack-has-nav.lqd-stack-has-content-bottom-right.lqd-stack-buttons-style-1 .lqd-stack-prev-button .lqd-stack-button-labbel {
      transform: rotate(-180deg); }
  .lqd-stack-has-nav.lqd-stack-has-content-bottom-right.lqd-stack-buttons-style-1 .lqd-stack-next-button {
    transform: rotate(90deg) translateX(50%); }
    .lqd-stack-has-nav.lqd-stack-has-content-bottom-right.lqd-stack-buttons-style-1 .lqd-stack-next-button .lqd-stack-button-labbel {
      transform: rotate(180deg); }
  .lqd-stack-has-nav.lqd-stack-has-content-bottom-right.lqd-stack-buttons-style-2 .lqd-stack-prev-button {
    transform: rotate(90deg); }
  .lqd-stack-has-nav.lqd-stack-has-content-bottom-right.lqd-stack-buttons-style-2 .lqd-stack-next-button {
    transform: rotate(90deg); }

  .lqd-stack-moving .lqd-stack-prevnext-button,
  .lqd-stack-moving #pp-nav a {
    pointer-events: none; }
  .lqd-stack-moving .lqd-stack-page-number-current {
    animation: lqdStackNumberActive 0.45s cubic-bezier(0.39, 0.575, 0.565, 1) both alternate; }
  .lqd-stack-moving .lqd-stack-page-number-passed {
    animation: lqdStackNumberPassed 0.45s cubic-bezier(0.39, 0.575, 0.565, 1) both alternate; }
  .lqd-stack-moving.lqd-stack-moving-up .lqd-stack-page-number-current {
    animation-name: lqdStackNumberActiveUp; }
  .lqd-stack-moving.lqd-stack-moving-up .lqd-stack-page-number-passed {
    animation-name: lqdStackNumberPassedUp; }

  .lqd-stack-active-row-dark #pp-nav a {
    color: inherit;
    background-color: rgba(255, 255, 255, 0.3); }
  .lqd-stack-active-row-dark #pp-nav li:hover a,
  .lqd-stack-active-row-dark #pp-nav a.active {
    background-color: #fff; }
  .lqd-stack-active-row-dark #pp-nav li {
    color: #fff; }
  .lqd-stack-active-row-dark .lqd-stack-prevnext-button,
  .lqd-stack-active-row-dark .lqd-stack-extra-content,
  .lqd-stack-active-row-dark .lqd-stack-page-number {
    color: #fff; }
  .lqd-stack-active-row-dark .main-header:not(.header-fullscreen) .mainbar-wrap:not(.is-stuck) .social-icon a {
    color: rgba(255, 255, 255, 0.7) !important; }
    .lqd-stack-active-row-dark .main-header:not(.header-fullscreen) .mainbar-wrap:not(.is-stuck) .social-icon a:hover {
      color: #fff !important; }
  .lqd-stack-active-row-dark .main-header:not(.header-fullscreen) .mainbar-wrap:not(.is-stuck) .header-module .ld-module-trigger,
  .lqd-stack-active-row-dark .main-header:not(.header-fullscreen) .mainbar-wrap:not(.is-stuck) .main-nav > li > a {
    color: rgba(255, 255, 255, 0.7); }
    .lqd-stack-active-row-dark .main-header:not(.header-fullscreen) .mainbar-wrap:not(.is-stuck) .header-module .ld-module-trigger:hover,
    .lqd-stack-active-row-dark .main-header:not(.header-fullscreen) .mainbar-wrap:not(.is-stuck) .main-nav > li > a:hover {
      color: #fff; }
  .lqd-stack-active-row-dark .main-header:not(.header-fullscreen) .mainbar-wrap:not(.is-stuck) .navbar-brand .logo-light {
    opacity: 1;
    visibility: visible; }

  .lqd-stack-active-row-light .main-header:not(.header-fullscreen) .mainbar-wrap:not(.is-stuck) .social-icon a {
    color: rgba(0, 0, 0, 0.7) !important; }
    .lqd-stack-active-row-light .main-header:not(.header-fullscreen) .mainbar-wrap:not(.is-stuck) .social-icon a:hover {
      color: #000 !important; }
  .lqd-stack-active-row-light .main-header:not(.header-fullscreen) .mainbar-wrap:not(.is-stuck) .header-module .ld-module-trigger,
  .lqd-stack-active-row-light .main-header:not(.header-fullscreen) .mainbar-wrap:not(.is-stuck) .main-nav > li > a {
    color: rgba(0, 0, 0, 0.7); }
    .lqd-stack-active-row-light .main-header:not(.header-fullscreen) .mainbar-wrap:not(.is-stuck) .header-module .ld-module-trigger:hover,
    .lqd-stack-active-row-light .main-header:not(.header-fullscreen) .mainbar-wrap:not(.is-stuck) .main-nav > li > a:hover {
      color: #000; }
  .lqd-stack-active-row-light .main-header:not(.header-fullscreen) .mainbar-wrap:not(.is-stuck) .navbar-brand .logo-dark {
    opacity: 1;
    visibility: visible; }

  .lqd-stack-moving-down .mainbar-wrap:not(.is-stuck) .social-icon a,
  .lqd-stack-moving-down .mainbar-wrap:not(.is-stuck) .header-module .ld-module-trigger,
  .lqd-stack-moving-down .mainbar-wrap:not(.is-stuck) .main-nav > li > a,
  .lqd-stack-moving-down .mainbar-wrap:not(.is-stuck) .navbar-brand .logo-light,
  .lqd-stack-moving-down .mainbar-wrap:not(.is-stuck) .navbar-brand .logo-dark {
    transition-delay: 0.35s; }

  .lqd-stack-moving-up #pp-nav li,
  .lqd-stack-moving-up #pp-nav a {
    transition-delay: 0.15s; }
  .lqd-stack-moving-up .lqd-stack-prevnext-button,
  .lqd-stack-moving-up .lqd-stack-extra-content,
  .lqd-stack-moving-up .lqd-stack-page-number {
    transition-delay: 0.35s; }
  .lqd-stack-moving-up.lqd-stack-has-content-bottom-right .lqd-stack-prevnext-button {
    transition-delay: 0.15s; }

  .lqd-stack-footer-active .lqd-stack-page-number,
  .lqd-stack-footer-active .lqd-stack-extra-content {
    opacity: 0;
    visibility: hidden; }
  .lqd-stack-footer-active section.vc_row:last-of-type {
    left: auto !important;
    visibility: visible !important;
    pointer-events: auto !important; } }
@media screen and (max-width: 782px) {
  .lqd-stack-initiated.admin-bar .main-header {
    top: 46px; } }
@media screen and (max-width: 600px) {
  .lqd-stack-initiated.admin-bar .main-header {
    top: 0; } }
/*
  3. LIQUID SHORTCODES
*/
/* 3.1. Buttons */
@media all and (max-width: 992px) {
  .btn {
    white-space: normal; }

  /* Sizes*/
  .btn-xsm > span {
    padding: 0.5em 0.8em; }
  .btn-xsm.wide > span {
    padding-left: 1.5em;
    padding-right: 1.5em; }

  .btn-sm > span {
    padding: 0.6em 1.2em; }
  .btn-sm.wide > span {
    padding-left: 2.5em;
    padding-right: 2.5em; }

  .btn-md > span {
    padding: 1em 2em; }

  .btn-lg > span {
    padding: 1.15em 2.5em; }
  .btn-lg.wide > span {
    padding-left: 3.3em;
    padding-right: 3.3em; }

  .btn-xlg > span {
    padding: 1.3em 3.1em; }
  .btn-xlg.wide > span {
    padding-left: 4.1em;
    padding-right: 4.1em; } }
/* 3.3. Accordions */
@media screen and (max-width: 480px) {
  .accordion-expander {
    right: 15px; }

  .accordion-title a {
    padding-right: 50px; } }
/* 3.4. Iconboxes */
@media screen and (max-width: 1199px) {
  .iconbox[data-plugin-animated-icon] > svg,
  .iconbox[data-plugin-animated-icon] object {
    opacity: 1; } }
/* 3.5. Tabs */
/*@import 'theme-responsive/elements/tabs';*/
/* 3.6. Subscribe Forms */
/*@import 'theme-responsive/elements/subscribe-forms';*/
/* 3.9. Pricing Tables */
/*@import 'theme-responsive/elements/pricing-tables';*/
/* 3.10. Testimonials */
/*@import 'theme-responsive/elements/testimonials';*/
/* 3.11. Carousel */
/*@import 'theme-responsive/elements/carousel';*/
/* 3.13. Latest Posts */
/*@import 'theme-responsive/elements/latest-posts';*/
/* 3.14. Filter Lists */
@media screen and (min-width: 992px) {
  .liquid-filter-items {
    flex-flow: row wrap; }
    .liquid-filter-items.align-items-center .filter-list {
      margin-bottom: 0; }

  .filter-list-inline li + li {
    margin-left: 1.45em; } }
@media screen and (max-width: 991px) {
  .liquid-filter-items {
    flex-direction: column;
    align-items: flex-start !important; }

  .liquid-filter-items-inner {
    width: 100%; }
    .liquid-filter-items-inner > * {
      margin-bottom: 30px !important; }
    .liquid-filter-items-inner .filter-list {
      width: 100%; }
    .liquid-filter-items-inner + .carousel-nav {
      margin-top: 0 !important; }

  .liquid-filter-items-label + .filter-list {
    margin-left: 0; }

  .filter-list-inline li {
    margin: 0 0.5em; } }
@media screen and (max-width: 767px) {
  .filter-list {
    display: flex;
    flex-flow: row wrap; }
    .filter-list li {
      margin-bottom: 1em;
      text-align: center; } }
/* 3.15. Fancy Boxes */
@media screen and (min-width: 992px) {
  .fancy-box-offer {
    flex-flow: row wrap; }
    .fancy-box-offer .fancy-box-cell:first-child {
      flex-grow: 2; }
    .fancy-box-offer .fancy-box-cell:last-child {
      align-items: flex-end; } }
@media screen and (max-width: 991px) {
  .fancy-box-offer {
    flex-flow: row wrap; }
    .fancy-box-offer .fancy-box-cell {
      flex-basis: auto;
      margin-bottom: 1.5em; }
      .fancy-box-offer .fancy-box-cell:before {
        content: attr(data-text);
        margin-bottom: 0.5em; }
    .fancy-box-offer .fancy-box-header {
      flex-basis: 100%; }

  .fancy-box-offer-header {
    padding-bottom: 0; }
    .fancy-box-offer-header .fancy-box-cell:not(.fancy-box-header) {
      display: none; }
    .fancy-box-offer-header .fancy-box-header {
      margin-bottom: 0; } }
@media screen and (max-width: 767px) {
  .fancy-box-overlay {
    padding-bottom: 90%; }

  .fancy-box-travel.fancy-box-wide {
    padding-bottom: 50%; }

  .fancy-box-offer .fancy-box-cell {
    flex-basis: 50%; }
  .fancy-box-offer .fancy-box-header {
    flex-basis: 100%; } }
/* 3.19. Reservation Form */
/*@import 'theme-responsive/elements/form-reservation';*/
/* 3.24. Instagram Feed */
/*@import 'theme-responsive/elements/instagram-feed';*/
/* 3.27. Image Groups */
/*@import 'theme-responsive/elements/image-groups';*/
/* 3.31. Masonry */
/*@import 'theme-responsive/elements/masonry';*/
/* 3.33. Team Members */
/*@import 'theme-responsive/elements/team-members';*/
/* 3.34. Portfolios */
/*@import 'theme-responsive/portfolio/portfolios';*/
/* 3.35. Blog */
/*@import 'theme-responsive/blog/blog';*/
/* 3.38. Liquid Fancy Heading */
@media screen and (min-width: 1200px) {
  .ld-fancy-heading [data-split-text] {
    visibility: hidden; }
    .ld-fancy-heading [data-split-text].split-text-applied {
      visibility: visible; } }
/* 3.45. Shop Banner */
/*@import 'theme-responsive/elements/shop-banner';*/
/* 3.48. Modal */
/*@import 'theme-responsive/elements/modal';*/
/* 3.50. Process Box */
@media screen and (max-width: 991px) {
  [class*=vc_col-md] .ld-pb-top:after {
    content: none; } }
@media screen and (max-width: 767px) {
  [class*=vc_col-sm] .ld-pb-top:after {
    content: none; } }
/* 3.56. Roadmap */
@media screen and (max-width: 767px) {
  .one-roadmap {
    padding-left: 25px;
    padding-right: 25px; }
    .one-roadmap:before {
      top: 15px;
      right: 15px;
      left: 15px;
      bottom: 15px; }

  .one-roadmap-info {
    max-width: 85%; } }
/* 3.57. Countdown */
/*@import 'theme-responsive/elements/countdown';*/
/* 3.59. Bullet List */
/*@import 'theme-responsive/elements/bullet-list';*/
/* 3.62. Promo */
/*@import 'theme-responsive/elements/promo';*/
/*
  5. PARTIALS
*/
/* 5.4. Page Frame */
@media screen and (min-width: 1200px) {
  .lqd-page-frame {
    position: absolute;
    z-index: 3;
    background-color: var(--color-primary); }
    .lqd-page-frame[data-orientation=h] {
      left: 0;
      width: 100%;
      height: 20px; }
    .lqd-page-frame[data-orientation=v] {
      top: 0;
      width: 20px;
      height: 100%; }

  .lqd-page-frame-top {
    top: 0;
    transform-origin: center top; }

  .lqd-page-frame-right {
    right: 0;
    transform-origin: right center; }

  .lqd-page-frame-bottom {
    bottom: 0;
    transform-origin: center bottom; }

  .lqd-page-frame-left {
    left: 0;
    transform-origin: left center; }

  .page-has-frame #wrap {
    padding: 20px; }
  .page-has-frame .is-stuck {
    left: 20px;
    right: 20px; }
  .page-has-frame .megamenu.megamenu-fullwidth .nav-item-children {
    width: calc( 100vw - 40px );
    left: calc(50% + 10px) !important;
    right: calc(50% + 10px) !important;
    margin-left: calc(-50vw + 10px) !important;
    margin-right: calc(-50vw + 10px) !important; }
  .page-has-frame .megamenu.megamenu-fullwidth .megamenu-container {
    width: calc( 100vw - 40px ) !important; } }

/*# sourceMappingURL=theme.min.css.map */
