/* @import "../vendor/font-awesome/css/font-awesome.min.css"; */
/* @import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700);
@import url(https://fonts.googleapis.com/css?family=Pacifico); */
/*
Template Name: Rocket Creative Multipurpose HTML Template
Template URI: http://themeforest.net/user/dan_fisher/portfolio
Author: Dan Fisher
Author URI: http://themeforest.net/user/dan_fisher
Description: The Rocket Creative Multipurpose HTML Template has awesome design for each of your ideas. It is designed for corporate and business websites, shops, blogs, own portfolio purpose and much more.
Version: 1.0.1
Tags: blog, bootstrap, business, corporate, creative, landing-page, modern, multipurpose, one-page, orange, portfolio, responsive, shop, start-up, white
*/

/**
 * Audio element chrome fixes
 */

audio::-internal-media-controls-download-button {
  display: none;
}

audio::-webkit-media-controls-enclosure {
  overflow: hidden;
}

audio::-webkit-media-controls-panel {
  width: calc(100% + 30px); /* Adjust as needed */
}

/**
 * Lyrics
 */

pre.lyrics {
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
}

/**
 * Story - Additional support materials
 */
ol.additional-materials li:hover,
ol.additional-materials li:active,
ol.additional-materials li:focus {
  border: 0;
}

/*
// #Imports
// --------------------------------------------------
*/
.modal {
  overflow-y: auto;
}
.modal-noscrollbar {
  padding-right: 0 !important;
}

.button-tour {
  position: relative;
  top: 40px;
}

.page-title {
  font-family: "mahalia", cursive;
  text-align: center;
}

.page-title-tour {
  font-family: "mahalia", cursive;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 50px;
}

.about-row {
  margin-top: 50px;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
/* Table of Content
==================================================
  1. Scaffolding
    1.1. Body reset
    1.2. Links
    1.3. Images
    1.4. Horizontal rules

  2. Typography
    2.1. Headings
    2.2. Body text
    2.3. Titles
    2.4. Lists
    2.5. Blockquotes
    2.6. Emphasis & misc

  3. Tables
    3.1. Base table styles
    3.2. Condensed table
    3.3. Bordered table
    3.4. Zebra-striping
    3.5. Striped Vertical
    3.6. Hover effect

  4. Buttons
    4.1. Base styles
    4.2. Alternate buttons
    4.3. Link buttons
    4.4. Loading Button
    4.5. Button Sizes

  5. Tabs
    5.1. Nav
    5.2. Nav Tabs
    5.3. Nav Tabs Pills
    5.4. Tabs Content

  6. Sections
    6.1. Page Section Default
    6.2. Page Section Dark
    6.3. Page Section Darkest

  7. Breadcrumb

  8. Panels
    8.1. Base class
    8.2. Panels with Icons
    8.3. Panels color styling
    8.4. Accordion (features)

  9. Circle Icon

  10. Testimonials & Reviews
    10.1. Testimonial
    10.2. Review

  11. Progress Bars
    11.1. Bar itself
    11.2. Variations
    11.3. Orientations
    11.4. Condensed

  12. Pricing Tables

  13. Tooltip

  14. Social Icons

  15. Form Elements
    15.1. Legend
    15.2. Form control
    15.3. Feedback states
    15.4. Text input groups
    15.5. Custom Radio Buttons
    15.6. Custom Checkboxes
    15.7. Custom Select
    15.8. Contact Form

  16. Dropdown menus

  17. Alerts
    17.1. Base
    17.2. Dismissible alerts
    17.3. Alternate styles

  18. Feature Box

  19. Pager pagination

  20. Wells
    20.1. Base class
    20.2. Sizes

  21. Owl Carousel
    21.1. Base
    21.2. One Slide
    21.3. Logo Slider
    21.4. Pricing Slider
    21.5. Vertical Slider
    21.6. Custom Controls

  22. Jumbotron

  23. Blog
    23.1. Post
    23.2. Single post
    23.3. Comment List
    23.4. Comments Form
    23.5. Widgets
      - Standard Widgets
      - Categories
      - Search Form
      - Tags Cloud
      - Flickr
      - Recent Posts (Carousel)
      - Best Sellers
    23.6. Blog Masonry Layout

  24. Gallery
    24.1. Gallery Feed and Filter
    24.2. Single Gallery Project

  25. Magnific Popup

  26. Shop
    26.1. Product Filter
    26.2. Product Card
    26.3. Single Product

  27. Pagination

  28. Price Filter

  29. Page Loader

  30. Header
    30.1. Top Wrapper
    30.2. Logo
    30.3. Navigation
    30.4. Search Form
    30.5. Shopping Cart

  31. Revolution Slider (Custom styles)

  32. Static Header

  33. Footer
    33.1. Footer Social Links
    33.2. Footer Text

  34. Page 404

  35. Coming Soon

  36. Under Construction

  37. Timeline

  38. Google Map

  39. Back To Top

  40. Logos List

  41. Helpers
*/
/*
// 1. Scaffolding
// --------------------------------------------------
*/
/* 1.1. Body reset */
html {
  overflow-y: scroll;
  -ms-overflow-style: scrollbar;
}
html,
body {
  height: 100%;
  -webkit-font-smoothing: antialiased;
}
body {
  font-family: "azo-sans-web", sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: #656269;
  background-color: #f1f2f4;
}
.page-wrapper {
  overflow: hidden;
}
/* 1.2. Links */
a {
  color: #ff7149;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #fb3700;
  text-decoration: underline;
  outline: none;
}
.dotted-link1 {
  border-bottom: 1px dotted #ff7149;
}
.dotted-link1:hover {
  border-bottom-color: #ff7149;
  text-decoration: none;
}
.dotted-link2 {
  color: #656269;
}
.dotted-link2 > span {
  display: inline-block;
  margin: 0 6px;
  border-bottom: 1px dotted #656269;
}
.dotted-link2 .fa {
  color: #4d306e;
  position: relative;
  top: 2px;
}
.dotted-link2:hover {
  color: #ff7149;
  text-decoration: none;
}
.dotted-link2:hover > span {
  border-bottom-color: #ff7149;
}
.dotted-link2.color-primary {
  color: #ff7149;
}
.dotted-link2.color-primary > span {
  border-bottom-color: #ff7149;
}
.dotted-link2.color-primary .fa {
  color: #ff7149;
}
.dotted-link2.color-primary:hover {
  color: #fb3700;
}
.dotted-link2.color-primary:hover .fa {
  color: #fb3700;
}
/* 1.3. Images */
.img-thumbnail {
  padding: 0;
  line-height: 1.6;
  background-color: #ebedf1;
  border: 1px solid #e3e5ea;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.alignleft {
  float: left;
  margin: 0 30px 20px 0;
}
.alignright {
  float: right;
  margin: 0 0 20px 30px;
}
.aligncenter {
  display: block;
  margin: 0 auto 20px auto;
  clear: both;
}
.aligncenter.wp-caption {
  display: table;
  margin: 0 auto 20px auto;
}
.alignnone {
  margin: 0 0 20px 0;
  clear: both;
}
.thumbnail,
.wp-caption {
  position: relative;
  overflow: hidden;
  padding: 0;
  margin-bottom: 24px;
  line-height: 1.6;
  background-color: #ebedf1;
  border: 13px solid white;
  border-radius: 0;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
a.thumbnail:hover,
a.wp-caption:hover,
a.thumbnail:focus,
a.wp-caption:focus,
a.thumbnail.active,
a.wp-caption.active {
  border-color: #ff7149;
}
.thumbnail .caption,
.wp-caption .caption,
.thumbnail .wp-caption-text,
.wp-caption .wp-caption-text {
  padding: 22px;
  color: #4d306e;
  margin: 0;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  font-family: "azo-sans-web", sans-serif;
  font-weight: 300;
}
.thumbnail-circle {
  border-radius: 50%;
}
.thumbnail-overlay {
  overflow: hidden;
  opacity: 0;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  color: #fff;
}
.thumbnail-circle .thumbnail-overlay {
  border-radius: 50%;
}
a.thumbnail:hover .thumbnail-overlay {
  opacity: 1;
}
.thumbnail-overlay:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #4d306e;
  opacity: 0.7;
  z-index: 1;
}
.thumbnail-overlay .fa {
  font-size: 24px;
  display: inline-block;
  position: relative;
  z-index: 3;
}
.thumbnail-overlay.thumbnail-single-link .fa {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -10px 0 0 -10px;
}
.product-thumbnail-btn {
  opacity: 0;
  position: absolute;
  z-index: 2;
  top: 45%;
  left: 27%;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0.7em 1.4em;
  border-radius: 3px;
  background: #fd7d5d;
  color: white;
  border: none;
  outline: none;
}

.container-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 13px;
  z-index: 1;
}

.product-thumbnail:hover .product-thumbnail-hover-overlay {
  width: 100%;
  height: 100%;
  opacity: 0.65;
  background: #38245d;
}

.product-thumbnail:hover .product-thumbnail-btn {
  opacity: 1;
}

.related-products h2 {
  font-weight: 400;
  font-size: 20px;
  color: #36264d;
}

/* 1.4. Horizontal rules */
hr {
  margin-top: 28px;
  margin-bottom: 28px;
  border-top: 1px solid #d9d9d9;
}
hr.hr__dashed {
  border-top-style: dashed;
}
hr.hr__lg {
  margin-top: 60px;
  margin-bottom: 60px;
}
hr.hr__xlg {
  margin-top: 100px;
  margin-bottom: 100px;
}
.hr-scroll {
  width: 100%;
  text-align: center;
  margin: 30px 0;
  position: relative;
  overflow: hidden;
  height: 116px;
}
.hr-scroll:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 9px;
  width: 1px;
  border-left-width: 1px;
  border-left-color: #d9d9d9;
  border-left: 1px solid #d9d9d9;
  height: 65px;
}
.hr-scroll:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -3px;
  width: 7px;
  height: 7px;
  background: #d9d9d9;
  border-radius: 50%;
}
.hr-scroll .icon {
  display: block;
}
.hr-scroll .icon > img {
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -8px;
}
.hr-scroll .icon:before,
.hr-scroll .icon:after {
  content: "";
  display: block;
  position: absolute;
  top: 24px;
  width: 50%;
  left: 0;
  height: 1px;
  border-top: 1px solid #d9d9d9;
}
.hr-scroll .icon:before {
  left: -15px;
}
.hr-scroll .icon:after {
  left: 50%;
  margin-left: 15px;
}
.hr-scroll.border__dashed:before {
  border-left-style: dashed;
}
.hr-scroll.border__dashed .icon:before,
.hr-scroll.border__dashed .icon:after {
  border-top: 1px dashed #d9d9d9;
}
.hr-scroll-to {
  position: relative;
  text-align: center;
  padding-bottom: 156px;
  margin: 75px 0 0 0;
}
.hr-scroll-to:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 7px;
  width: 1px;
  border-left-width: 1px;
  border-left-color: #d9d9d9;
  border-left: 1px solid #d9d9d9;
  height: 100px;
}
.hr-scroll-to:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -3px;
  width: 7px;
  height: 7px;
  background: #d9d9d9;
  border-radius: 50%;
}
.hr-scroll-to a {
  display: inline-block;
  position: relative;
  border-bottom: 1px dotted #4d306e;
  color: #656269;
  margin-bottom: 23px;
}
.hr-scroll-to a:hover {
  color: #ff7149;
  text-decoration: none;
}
.hr-scroll-to .icon {
  display: block;
  position: absolute;
  width: 16px;
  height: 37px;
  bottom: 119px;
  left: 50%;
  margin-left: -8px;
  background: url(../images/mouse.png) 0 0 no-repeat;
}
.hr-scroll-to__alt {
  position: relative;
  text-align: center;
  padding: 65px 0 85px 0;
  margin: 0;
}
.hr-scroll-to__alt:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 10px;
  width: 1px;
  border-left-width: 1px;
  border-left-color: #d9d9d9;
  border-left: 1px dashed #d9d9d9;
  height: 42px;
}
.hr-scroll-to__alt:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 1px;
  border-left-width: 1px;
  border-left-color: #d9d9d9;
  border-left: 1px dashed #d9d9d9;
  height: 63px;
}
.hr-scroll-to__alt a {
  display: inline-block;
  position: relative;
  border-bottom: 1px dotted #4d306e;
  color: #656269;
}
.hr-scroll-to__alt a:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: -65px;
  margin-left: -2px;
  width: 7px;
  height: 7px;
  background: #d9d9d9;
  border-radius: 50%;
}
.hr-scroll-to__alt a:hover {
  color: #ff7149;
  text-decoration: none;
}
.hr-scroll-bottom {
  position: relative;
  text-align: center;
  padding-bottom: 78px;
  margin: 0 0 20px 0;
}
.hr-scroll-bottom:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 7px;
  width: 1px;
  border-left-width: 1px;
  border-left-color: #d9d9d9;
  border-left: 1px dashed #d9d9d9;
  height: 52px;
}
.hr-scroll-bottom:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -3px;
  width: 7px;
  height: 7px;
  background: #d9d9d9;
  border-radius: 50%;
}
.hr-scroll-bottom a {
  display: inline-block;
  position: relative;
  border-bottom: 1px dotted #4d306e;
  color: #656269;
}
.hr-scroll-bottom a:hover {
  color: #ff7149;
  text-decoration: none;
}
.hr-next {
  height: 50px;
  overflow: hidden;
  position: relative;
  text-align: center;
  margin: 30px 0;
}
.hr-next:before {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  left: 0;
  right: 0;
  top: 50%;
  border-top: 1px solid #d9d9d9;
}
.hr-next .btn {
  position: relative;
  width: 50px;
  height: 50px;
  padding: 0 !important;
  line-height: 50px;
}
.hr-next.border__dashed:before {
  border-top: 1px dashed #d9d9d9;
}
.hr-alt {
  height: 80px;
  border-top: 1px solid #d9d9d9;
  position: relative;
  margin: 20px 0 50px 0;
}
.hr-alt:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 10px;
  top: 5px;
  width: 1px;
  border-left: 1px dashed #d9d9d9;
}
.hr-alt:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-left: -3px;
  background: #d9d9d9;
}
.dots-divider {
  position: relative;
  padding: 30px 0;
  text-align: center;
}
.dots-divider > span {
  display: inline-block;
  border-radius: 50%;
  width: 5px;
  height: 5px;
  background: #ff7149;
  margin: 0 4px;
  vertical-align: middle;
}
/*
// 2. Typography
// --------------------------------------------------
*/
/* 2.1. Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  /* margin-bottom: 2em; */
  margin-top: 0;
  padding-top: 0;
  line-height: 1.2;
  font-family: "azo-sans-web", sans-serif;
  font-weight: 600;
  color: #746981;
}
h1 {
  margin-bottom: 0.5em;
  font-style: 46px;
}
h2 {
  /* margin-bottom: .75em; */
  font-size: 36px;
}
h3 {
  margin-bottom: 1em;
  font-size: 28px;
}
h4 {
  /* margin-bottom: 1.5em; */
  font-size: 21px;
}
h5 {
  font-size: 18px;
  /* margin-bottom: 1.25em; */
}
h6 {
  font-size: 15px;
}
h4,
h5,
h6 {
  font-weight: 700;
}
/* 2.2. Body text */
p {
  margin: 0 0 1.5em 0;
}
.text-muted {
  color: #999999;
}
/* 2.3. Titles */
.title-bordered {
  border-bottom-width: 1px;
  border-bottom-color: #d9d9d9;
  padding-bottom: 1.25em;
  margin-bottom: 1.25em;
}
.title-bordered h1,
.title-bordered h2,
.title-bordered h3,
.title-bordered h4,
.title-bordered h5,
.title-bordered h6 {
  padding-bottom: 0;
  margin-bottom: 0;
}
.title-bordered.border__solid {
  border-bottom-style: solid;
}
.title-bordered.border__dashed {
  border-bottom-style: dashed;
}
.title-bordered h4 {
  font-size: 1.6em;
  font-weight: 600;
}
.title-with-icon {
  position: relative;
  min-height: 70px;
  padding-right: 70px;
  background: url(../images/icon-title-rocket.png) 100% 0 no-repeat;
  margin-top: -7px;
  margin-bottom: 42px;
}
.title-with-icon h3 {
  padding: 15px 70px 0 0;
  min-height: 70px;
  position: relative;
}
.title-with-icon h3:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  overflow: hidden;
  background-image: -webkit-linear-gradient(
    left,
    rgba(116, 105, 129, 0.1) 0%,
    #746981 100%
  );
  background-image: -o-linear-gradient(
    left,
    rgba(116, 105, 129, 0.1) 0%,
    #746981 100%
  );
  background-image: linear-gradient(
    to right,
    rgba(116, 105, 129, 0.1) 0%,
    #746981 100%
  );
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1a746981', endColorstr='#ff746981', GradientType=1);
}
.hgroup {
  margin-bottom: 40px;
}
.hgroup > h1,
.hgroup > h2 {
  padding-top: 0;
  margin-bottom: 0.25em;
  line-height: 1em;
  font-weight: 700;
  color: #4d306e;
  font-size: 46px;
}
.hgroup > h5 {
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
  color: #4d306e;
}
.hgroup.hgroup__lg {
  padding: 15px 0;
}
.hgroup.hgroup__lg > h1,
.hgroup.hgroup__lg > h2 {
  font-size: 46px;
  margin-bottom: 0.3em;
}
.title-center-bordered {
  text-align: center;
  margin-bottom: 35px;
}
.title-center-bordered:before,
.title-center-bordered:after {
  content: " ";
  display: table;
}
.title-center-bordered:after {
  clear: both;
}
.title-center-bordered:before,
.title-center-bordered:after {
  content: " ";
  display: table;
}
.title-center-bordered:after {
  clear: both;
}
.title-center-bordered h3 {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  white-space: nowrap;
  line-height: 1em;
}
.title-center-bordered h3:before,
.title-center-bordered h3:after {
  content: "";
  position: relative;
  display: inline-block;
  width: 50%;
  height: 1px;
  vertical-align: middle;
  border-top-width: 1px;
  border-top-color: #d9d9d9;
}
.title-center-bordered h3:before {
  left: -0.6em;
  margin: 0 0 0 -50%;
}
.title-center-bordered h3:after {
  left: 0.6em;
  margin: 0 -50% 0 0;
}
.title-center-bordered.border__solid h3:before,
.title-center-bordered.border__solid h3:after {
  border-top-style: solid;
}
.title-center-bordered.border__dashed h3:before,
.title-center-bordered.border__dashed h3:after {
  border-top-style: dashed;
}
.section-title-wrapper {
  text-align: center;
  position: relative;
  margin-bottom: 2em;
}
@media (min-width: 768px) {
  .section-title-wrapper {
    margin-bottom: 4em;
  }
}
@media (min-width: 992px) {
  .section-title-wrapper {
    margin-bottom: 6em;
  }
}
.section-title-wrapper.section-title-wrapper__sm {
  margin-bottom: 3em;
}
.section-title-wrapper:before,
.section-title-wrapper:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 5px;
  height: 5px;
  background: #ff7149;
  border-radius: 50%;
}
.section-title-wrapper:before {
  margin-left: -16px;
}
.section-title-wrapper:after {
  margin-left: 11px;
}
.section-title-inner {
  position: relative;
  padding-bottom: 12px;
}
.section-title-inner:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 5px;
  height: 5px;
  background: #ff7149;
  border-radius: 50%;
  margin-left: -2px;
}
.section-title {
  font-size: 21px;
  text-align: center;
  color: #4d306e;
  font-family: "mahalia", cursive;
  font-weight: 700;
  margin-bottom: 0.2em;
}

.section-title-store {
  text-align: left;
}

@media (max-width: 980px) {
  .section-title-store {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .section-title {
    font-size: 36px;
  }
}
@media (min-width: 992px) {
  .section-title {
    font-size: 46px;
  }
  .section-title-store {
    font-size: 84px;
  }
}
@media (min-width: 768px) {
  .section-title.section-title__lg {
    font-size: 36px;
  }
}
@media (min-width: 992px) {
  .section-title.section-title__lg {
    font-size: 55.99998599999999px;
  }
}
.section-desc {
  display: block;
  padding-bottom: 30px;
  font-size: 16px;
  text-transform: uppercase;
  font-family: "azo-sans-web", sans-serif;
  font-weight: 300;
  color: #4d306e;
}
.section-desc > a {
  text-decoration: underline;
}
.section-desc > a:hover {
  text-decoration: none;
}
.section-desc-featured {
  font-size: 26px;
  margin-bottom: 1em;
}

@media (max-width: 980px) {
  .section-desc-featured {
    text-align: center;
  }
}
/* 2.4. Lists */
ul,
ol {
  padding-top: 12px;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
ul li,
ol li {
  padding: 0 0 11px 0;
}
ul li {
  list-style: none;
  position: relative;
}
ul li:before {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  /* This leaves bullet points on dropdown items. Dumb. */
  /* content: "\f10c"; */
  color: #ff7149;
  font-size: 10px;
  position: absolute;
  left: -28px;
  top: 8px;
}
.list-unstyled li:before {
  display: none;
}
dl {
  margin-bottom: 24px;
}
dt,
dd {
  line-height: 1.6;
}
dd {
  margin-bottom: 11px;
}
/* 2.5. Blockquotes */
blockquote {
  padding: 0;
  border: none;
  font-size: 1em;
  font-style: italic;
  font-family: "azo-sans-web", sans-serif;
}
blockquote p {
  margin-bottom: 0.25em;
}
blockquote p:before {
  content: "";
}
blockquote cite {
  display: block;
  margin-top: -4px;
}
blockquote cite:before {
  content: "\2013";
  display: inline-block;
  margin-right: 3px;
}
blockquote.blockquote {
  border-left: 1px solid #d5d6d9;
  padding: 15px 0 15px 50px;
  margin: 0 0 20px 20px;
  font-size: 15px;
  position: relative;
  font-style: normal;
  font-family: "azo-sans-web", sans-serif;
}
blockquote.blockquote:before {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f10d";
  display: block;
  position: absolute;
  left: -21px;
  top: 0;
  width: 40px;
  height: 40px;
  background: #f1f2f4;
  border: 1px solid #d5d6d9;
  color: #75559a;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
}
blockquote.blockquote:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: -4px;
  width: 7px;
  height: 7px;
  background: #d5d6d9;
  border-radius: 50%;
}
blockquote.blockquote.blockquote-reverse {
  border-right: 1px solid #d5d6d9;
  border-left: 0;
  padding-left: 0;
  padding-right: 50px;
  margin-left: 0;
  margin-right: 20px;
}
blockquote.blockquote.blockquote-reverse:before {
  left: auto;
  right: -21px;
}
blockquote.blockquote.blockquote-reverse:after {
  left: auto;
  right: -4px;
}
/* 2.6. Emphasis & misc */
.text-primary {
  color: #ff7149;
}
a.text-primary:hover {
  color: #ff4916;
}
.text-success {
  color: #ffffff;
}
a.text-success:hover {
  color: #e6e6e6;
}
.text-info {
  color: #ffffff;
}
a.text-info:hover {
  color: #e6e6e6;
}
.text-warning {
  color: #ffffff;
}
a.text-warning:hover {
  color: #e6e6e6;
}
.text-danger {
  color: #ffffff;
}
a.text-danger:hover {
  color: #e6e6e6;
}
/*
// 3. Tables
// --------------------------------------------------
*/
/* 3.1. Base table styles */
table {
  background-color: #f9fafb;
}
caption {
  padding-top: 23px;
  padding-bottom: 23px;
  color: #999999;
  text-align: left;
}
th {
  text-align: left;
  background: #e6e8ec;
  font-size: 18px;
  font-family: "azo-sans-web", sans-serif;
  text-transform: uppercase;
  color: #746981;
}
.table {
  margin-bottom: 24px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 23px;
  line-height: 1.6;
  border-top: 1px solid #d2d2dd;
  font-size: 18px;
  color: #746981;
  font-family: "azo-sans-web", sans-serif;
  font-weight: 400;
}
.table > thead > tr > th {
  border-bottom: 1px solid #d2d2dd;
  padding-top: 16px;
  padding-bottom: 16px;
  font-weight: 700;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #d2d2dd;
}
.table .table {
  background-color: #f1f2f4;
}
/* 3.2. Condensed table */
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 11px;
}
/* 3.3. Bordered table */
.table-bordered {
  border: 1px solid #d2d2dd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #d2d2dd;
  border-bottom-style: dashed;
  border-top-style: dashed;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 1px;
}
.table-bordered > thead > tr:first-child > th,
.table-bordered > thead > tr:first-child > td {
  border-bottom-style: solid;
}
.table-bordered__solid > thead > tr > th,
.table-bordered__solid > tbody > tr > th,
.table-bordered__solid > tfoot > tr > th,
.table-bordered__solid > thead > tr > td,
.table-bordered__solid > tbody > tr > td,
.table-bordered__solid > tfoot > tr > td {
  border-bottom-style: solid;
  border-top-style: solid;
}
/* 3.4. Zebra-striping */
.table-striped > tbody > tr:nth-of-type(even) {
  background-color: #f2f3f6;
}
/* 3.5. Striped Vertical */
.table-striped-vertical > thead > tr > th:nth-child(odd) {
  background-color: #e0e3e8;
}
.table-striped-vertical > tbody > tr > td:nth-child(odd) {
  background-color: #f2f3f6;
}
/* 3.6. Hover effect */
.table-hover > tbody > tr:hover > td {
  background-color: #e6e8ec;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    border: 1px solid #d2d2dd;
  }
}
/* 3.7. Table Small */
.table-small > thead > tr > th,
.table-small > tbody > tr > th,
.table-small > tfoot > tr > th,
.table-small > thead > tr > td,
.table-small > tbody > tr > td,
.table-small > tfoot > tr > td {
  font-family: "azo-sans-web", sans-serif;
  padding-top: 18px;
  padding-bottom: 18px;
}
.table-small > thead > tr > th,
.table-small > thead > tr > td {
  font-size: 15px;
  font-weight: 400;
}
.table-small > tbody > tr > td {
  font-size: 14px;
}
/*
// 4. Buttons
// --------------------------------------------------
*/
/* 4.1. Base styles */
.btn,
.tagcloud > a {
  display: inline-block;
  position: relative;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  font-family: "azo-sans-web", sans-serif;
  padding: 11px 35px;
  font-size: 14px;
  line-height: 1.6;
  border-radius: 0;
}
.btn:hover,
.tagcloud > a:hover,
.btn:focus,
.tagcloud > a:focus,
.btn.focus,
.tagcloud > a.focus {
  color: #4d306e;
  text-decoration: none;
}
.btn:active,
.tagcloud > a:active,
.btn.active,
.tagcloud > a.active {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn.disabled,
.tagcloud > a.disabled,
.btn[disabled],
.tagcloud > a[disabled],
fieldset[disabled] .btn,
fieldset[disabled] .tagcloud > a {
  border: 1px solid transparent !important;
  color: #999999;
  border: none;
}
.btn.btn-has-icon,
.tagcloud > a.btn-has-icon {
  position: relative;
  padding-left: 85px;
}
.btn.btn-has-icon .fa,
.tagcloud > a.btn-has-icon .fa {
  display: block;
  position: absolute;
  left: -1px;
  top: -1px;
  bottom: -1px;
  background: rgba(0, 0, 0, 0.04);
  width: 50px;
  text-align: center;
  padding: 17px 0;
  font-weight: 400;
}
.btn.btn-has-icon.icon-right,
.tagcloud > a.btn-has-icon.icon-right {
  padding-right: 85px;
  padding-left: 35px;
}
.btn.btn-has-icon.icon-right .fa,
.tagcloud > a.btn-has-icon.icon-right .fa {
  left: auto;
  right: -1px;
}
.btn.btn-has-icon.condensed,
.tagcloud > a.btn-has-icon.condensed {
  padding-left: 70px;
  padding-right: 20px;
}
.btn.btn-single-icon,
.tagcloud > a.btn-single-icon {
  padding-left: 18px;
  padding-right: 18px;
}
.btn-circle {
  border-radius: 50%;
  width: 24px;
  height: 24px;
  padding: 0;
  font-size: 12px;
  text-align: center;
  vertical-align: top;
}
.btn-circle .fa {
  line-height: 22px;
}
/* 4.2. Alternate buttons */
.btn-default,
.tagcloud > a {
  color: #4d306e;
  background-color: #e6e8ec;
  border-color: #d2d2dd;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
  font-weight: 300;
}
.btn-default:hover,
.tagcloud > a:hover,
.btn-default:focus,
.tagcloud > a:focus,
.btn-default.focus,
.tagcloud > a.focus,
.btn-default:active,
.tagcloud > a:active,
.btn-default.active,
.tagcloud > a.active,
.open > .dropdown-toggle.btn-default,
.open > .dropdown-toggle.tagcloud > a {
  color: #4d306e;
  background-color: #eff0f3;
  border-color: #dbdbe4;
}
.btn-default:active,
.tagcloud > a:active,
.btn-default.active,
.tagcloud > a.active,
.open > .dropdown-toggle.btn-default,
.open > .dropdown-toggle.tagcloud > a {
  background-image: none;
}
.btn-default.disabled,
.tagcloud > a.disabled,
.btn-default[disabled],
.tagcloud > a[disabled],
fieldset[disabled] .btn-default,
fieldset[disabled] .tagcloud > a,
.btn-default.disabled:hover,
.tagcloud > a.disabled:hover,
.btn-default[disabled]:hover,
.tagcloud > a[disabled]:hover,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .tagcloud > a:hover,
.btn-default.disabled:focus,
.tagcloud > a.disabled:focus,
.btn-default[disabled]:focus,
.tagcloud > a[disabled]:focus,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .tagcloud > a:focus,
.btn-default.disabled.focus,
.tagcloud > a.disabled.focus,
.btn-default[disabled].focus,
.tagcloud > a[disabled].focus,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .tagcloud > a.focus,
.btn-default.disabled:active,
.tagcloud > a.disabled:active,
.btn-default[disabled]:active,
.tagcloud > a[disabled]:active,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .tagcloud > a:active,
.btn-default.disabled.active,
.tagcloud > a.disabled.active,
.btn-default[disabled].active,
.tagcloud > a[disabled].active,
fieldset[disabled] .btn-default.active,
fieldset[disabled] .tagcloud > a.active {
  background-color: #e6e8ec;
  border-color: #d2d2dd;
}
.btn-default .badge,
.tagcloud > a .badge {
  color: #e6e8ec;
  background-color: #4d306e;
}
.btn-primary {
  color: #ffffff;
  background-color: #ff7149;
  border-radius: 3px;
  border-color: transparent;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #ff7d58;
  border-color: rgba(8, 8, 8, 0);
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #ff7149;
  border-color: transparent;
  color: #ffffff;
}
.btn-primary .badge {
  color: #ff7149;
  background-color: #ffffff;
}
.btn-primary.btn-has-icon .fa {
  background: rgba(255, 255, 255, 0.1);
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: transparent;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #67bd67;
  border-color: rgba(8, 8, 8, 0);
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: transparent;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: transparent;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #68c5e1;
  border-color: rgba(8, 8, 8, 0);
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: transparent;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #ffa76c;
  border-color: transparent;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ffb07b;
  border-color: rgba(8, 8, 8, 0);
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #ffa76c;
  border-color: transparent;
}
.btn-warning .badge {
  color: #ffa76c;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d44546;
  border-color: transparent;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #d75152;
  border-color: rgba(8, 8, 8, 0);
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d44546;
  border-color: transparent;
}
.btn-danger .badge {
  color: #d44546;
  background-color: #ffffff;
}
/* 4.3. Link buttons */
.btn-link {
  color: #ff7149;
  font-weight: normal;
  border-radius: 0;
  color: #656269;
  text-transform: none;
  font-family: "azo-sans-web", sans-serif;
  font-size: 1em;
}
.btn-link span {
  border-bottom: 1px dotted #656269;
  display: inline-block;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
  outline: none !important;
}
.btn-link:hover,
.btn-link:focus {
  color: #fb3700;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #adadb2;
  text-decoration: none;
}
/* 4.4. Loading Button */
.loading-btn {
  position: relative;
  padding-top: 32px;
  margin-top: 15px;
}
.loading-btn .fa {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -12px;
  font-size: 24px;
  color: #ff7149;
}
.loading-btn.loading-btn__top-divider {
  position: relative;
  margin-top: 67px;
}
.loading-btn.loading-btn__top-divider:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: -57px;
  height: 40px;
  width: 1px;
  margin-left: -1px;
  border-left: 1px dashed #d2d2dd;
}
.loading-btn.loading-btn__top-divider:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: -67px;
  margin-left: -4px;
  width: 7px;
  height: 7px;
  background: #d2d2dd;
  border-radius: 50%;
}
/* 4.5. Button Sizes */
.btn-lg {
  padding: 18px 45px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 0;
}
.btn-lg.btn-has-icon {
  padding-left: 95px;
}
.btn-lg.btn-has-icon .fa {
  width: 60px;
  padding: 22px 0;
}
.btn-lg.btn-has-icon.icon-right {
  padding-right: 95px;
  padding-left: 45px;
}
.btn-lg.btn-single-icon {
  padding-left: 23px;
  padding-right: 23px;
}
.btn-sm {
  padding: 8px 20px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-sm.btn-has-icon {
  padding-left: 56px;
}
.btn-sm.btn-has-icon .fa {
  width: 36px;
  padding: 14px 0;
}
.btn-sm.btn-has-icon.icon-right {
  padding-right: 56px;
  padding-left: 20px;
}
.btn-sm.btn-single-icon {
  padding-left: 13px;
  padding-right: 13px;
}
.link-circle {
  display: inline-block;
  width: 29px;
  height: 29px;
  line-height: 27px;
  border: 1px solid #dcd5cf;
  text-align: center;
  color: #75559a;
  border-radius: 50%;
  font-size: 18px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.link-circle:hover {
  background: #ff7149;
  color: #fff;
  border-color: #ff7149;
}
/*
// 5. Tabs
// --------------------------------------------------
*/
/* 5.1. Nav */
.nav > li > a {
  padding: 13px 30px;
}
/* 5.2. Nav Tabs */
.nav-tabs {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #d2d2dd;
}
.nav-tabs > li {
  padding-bottom: 0;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  line-height: 1.6;
  border: 1px solid transparent;
  border-radius: 0 0 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #d9d9d9 #d9d9d9 #d2d2dd;
}
.nav-tabs > li:before {
  display: none;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #f1f2f4;
  border: 1px solid #d2d2dd;
  border-bottom-color: transparent;
}
/* 5.3. Nav Tabs Pills */
.nav-pills {
  margin: 0;
  padding: 0;
}
.nav-pills > li {
  padding-bottom: 0;
  margin-bottom: 0;
}
.nav-pills > li:before {
  display: none;
}
.nav-pills > li > a {
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "azo-sans-web", sans-serif;
  background: #d44546;
  color: #ffffff;
}
.nav-pills > li > a:hover {
  background: #d75152;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #ff7149;
}
/* 5.4. Tabs Content */
.tab-content {
  background: #f9fafb;
  padding: 30px;
  border: 1px solid #d2d2dd;
}
.nav-tabs + .tab-content {
  border-top: none;
}
/*
// 6. Sections
// --------------------------------------------------
*/
/* 6.1. Page Section Default */
.page-section {
  padding: 30px 0;
  position: relative;
}
.page-section.page-section__no-top-padding {
  padding-top: 0;
}
.page-section.page-section__no-bottom-padding {
  padding-bottom: 0;
}

.page-section {
  padding-top: 140px;
}

@media (min-width: 992px) {
  .page-section {
    padding-top: 175px;
  }
}
}



.content-wrapper .page-section:first-child:before {
  content: "";
  display: block;
  position: absolute;
  background: url(../images/bg-section-top-outside.svg) no-repeat 50% 100%;
  background-size: contain;
  width: 100%;
  height: 30px;
  top: -30px;
  right: 0;
}
/* 6.2. Page Section Dark */
.page-section__dark {
  background: #e3e3e8;
}
.page-section__dark:before {
  content: "";
  display: block;
  position: absolute;
  background: url(../images/bg-section-dark-top-inside.svg) no-repeat 50% 0;
  background-size: contain;
  width: 100%;
  height: 30px;
  top: 0;
  right: 0;
}
.page-section__dark:after {
  content: "";
  display: block;
  position: absolute;
  background: url(../images/bg-section-dark-bottom-inside.svg) no-repeat 50%
    100%;
  background-size: contain;
  width: 100%;
  height: 30px;
  bottom: 0;
  right: 0;
}
.page-section__dark.bg-bottom-outside:after {
  bottom: -30px;
  background-image: url(../images/bg-section-dark-bottom-outside.svg);
}
/* 6.3. Page Section Darkest */
.page-section__darkest {
  background-color: #36274c;
  background-image: url(../images/bg-section-darkest.jpg);
  background-position: center center;
  background-size: cover;
  color: #fff;
  padding: 114px 0 150px 0;
  overflow: hidden;
  transform: translateZ(0);
}
.page-section__darkest:before {
  content: "";
  display: block;
  position: absolute;
  background: url(../images/bg-section-cta-top-inside.svg) no-repeat 50% 0;
  background-size: contain;
  width: 100%;
  height: 30px;
  top: 0;
  right: 0;
}
.page-section__darkest:after {
  content: "";
  display: block;
  position: absolute;
  background: url(../images/bg-section-cta-bottom-inside.svg) no-repeat 50% 100%;
  background-size: contain;
  width: 100%;
  height: 30px;
  bottom: 0;
  right: 0;
}
.page-section__darkest .section-title {
  color: #fff;
}
.page-section__darkest .section-desc {
  color: #fff;
}
.page-section__darkest hr {
  border-top-color: rgba(255, 255, 255, 0.33);
}

/*Page section featured*/

.page-section_featured {
  margin: 2em 0;
}

.page-section_padding {
  padding: 4em 0;
}

/*
// 7. Breadcrumb
// --------------------------------------------------
*/
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 5px;
  background: none;
  border-radius: 0;
  font-family: "azo-sans-web", sans-serif;
}
@media (min-width: 768px) {
  .breadcrumb {
    margin-bottom: 24px;
  }
}
.breadcrumb > li {
  color: #746981;
  font-weight: 600;
}
.breadcrumb > li + li:before {
  content: "\f054\00a0";
  padding: 0 8px;
  font-size: 10px;
  color: #d5d6d9;
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.breadcrumb > li > a {
  color: #746981;
}
.breadcrumb > li > a:hover {
  color: #ff7149;
}
.breadcrumb > .active {
  color: rgba(105, 129, 129, 0.4);
}
/*
// 8. Panels
// --------------------------------------------------
*/
/* 8.1. Base class */
.panel {
  margin-bottom: 24px;
  background-color: #f1f2f4;
  border: 1px solid #d2d2dd;
  border-radius: 0 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.panel-collapse {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.panel-body {
  padding: 30px;
}
.panel-heading {
  padding: 0;
  border-bottom: 1px solid transparent;
}
.panel-title {
  padding: 0;
  position: relative;
  overflow: hidden;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-title > a {
  display: block;
  padding: 20px 27px;
}
.panel-title > a:hover {
  text-decoration: none;
}
/* 8.2. Panels with Icons */
.panel-group__with-icons .panel-heading .panel-title > a {
  position: relative;
  margin-left: 58px;
  padding-right: 40px;
}
.panel-group__with-icons .panel-heading .panel-title > a .fa {
  background: #dbdbe4;
  display: block;
  width: 58px;
  height: 100%;
  position: absolute;
  left: -58px;
  top: 0;
  text-align: center;
  line-height: 58px;
  font-size: 21px;
  color: #4d306e;
}
.panel-icon {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  margin: -5px -22px 0 0;
  width: 70px;
  height: 70px;
  border: 3px solid #c8cbd0;
  font-size: 0;
  cursor: pointer;
  border-radius: 50%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.panel-icon:before,
.panel-icon:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px;
  height: 42px;
  background: #c8cbd0;
  content: "";
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  transition: transform 300ms ease, translate 300ms ease, rotate 300ms ease;
}
.panel-icon:after {
  -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0)
    rotate(90deg);
  transform: translateX(-50%) translateY(-50%) translateZ(0) rotate(90deg);
}
/* 8.3. Panels color styling */
.panel-default {
  border-color: #d2d2dd;
}
.panel-default > .panel-heading {
  color: #746981;
  background-color: #f1f2f4;
  border-color: #d2d2dd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d2d2dd;
}
.panel-default > .panel-heading .badge {
  color: #f1f2f4;
  background-color: #746981;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d2d2dd;
}
.panel-primary {
  border-color: #ff7149;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #ff7149;
  border-color: #ff7149;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ff7149;
}
.panel-primary > .panel-heading .badge {
  color: #ff7149;
  background-color: #ffffff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ff7149;
}
.panel-success {
  border-color: #38a233;
}
.panel-success > .panel-heading {
  color: #ffffff;
  background-color: #3fb539;
  border-color: #38a233;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #38a233;
}
.panel-success > .panel-heading .badge {
  color: #3fb539;
  background-color: #ffffff;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #38a233;
}
.panel-info {
  border-color: #ff5d2f;
}
.panel-info > .panel-heading {
  color: #ffffff;
  background-color: #ff7149;
  border-color: #ff5d2f;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ff5d2f;
}
.panel-info > .panel-heading .badge {
  color: #ff7149;
  background-color: #ffffff;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ff5d2f;
}
.panel-warning {
  border-color: #ff9248;
}
.panel-warning > .panel-heading {
  color: #ffffff;
  background-color: #ffa76c;
  border-color: #ff9248;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ff9248;
}
.panel-warning > .panel-heading .badge {
  color: #ffa76c;
  background-color: #ffffff;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ff9248;
}
.panel-danger {
  border-color: #cf3031;
}
.panel-danger > .panel-heading {
  color: #ffffff;
  background-color: #d44546;
  border-color: #cf3031;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #cf3031;
}
.panel-danger > .panel-heading .badge {
  color: #d44546;
  background-color: #ffffff;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #cf3031;
}
.panel-icon__effect1 .panel-title [aria-expanded="false"] .panel-icon:before {
  -webkit-animation: plusVertical 0.3s ease forwards;
  animation: plusVertical 0.3s ease forwards;
}
.panel-icon__effect1 .panel-title [aria-expanded="false"] .panel-icon:after {
  -webkit-animation: plusHorizontal 0.3s ease forwards;
  animation: plusHorizontal 0.3s ease forwards;
}
.panel-icon__effect1 .panel-title [aria-expanded="true"] .panel-icon:before {
  -webkit-animation: minusVertical 0.3s ease forwards;
  animation: minusVertical 0.3s ease forwards;
}
.panel-icon__effect1 .panel-title [aria-expanded="true"] .panel-icon:after {
  -webkit-animation: minusHorizontal 0.3s ease forwards;
  animation: minusHorizontal 0.3s ease forwards;
}
@-webkit-keyframes plusVertical {
  from {
    height: 0px;
  }
  to {
    height: 42px;
  }
}
@keyframes plusVertical {
  from {
    height: 0px;
  }
  to {
    height: 42px;
  }
}
@-webkit-keyframes plusHorizontal {
  50% {
    height: 56px;
  }
}
@keyframes plusHorizontal {
  50% {
    height: 56px;
  }
}
@-webkit-keyframes minusVertical {
  to {
    height: 0px;
  }
}
@keyframes minusVertical {
  to {
    height: 0px;
  }
}
@-webkit-keyframes minusHorizontal {
  50% {
    height: 56px;
  }
}
@keyframes minusHorizontal {
  50% {
    height: 56px;
  }
}
.panel-icon__effect2 .panel-title [aria-expanded="true"] .panel-icon:before {
  -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0)
    rotate(-225deg);
  transform: translateX(-50%) translateY(-50%) translateZ(0) rotate(-225deg);
}
.panel-icon__effect2 .panel-title [aria-expanded="true"] .panel-icon:after {
  -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0)
    rotate(225deg);
  transform: translateX(-50%) translateY(-50%) translateZ(0) rotate(225deg);
}
/* 8.4. Accordion (features) */
.panel-group__features .panel {
  border: none;
}
.panel-group__features .panel .panel-heading {
  border-bottom: 1px dashed #d9d9d9;
}
.panel-group__features .panel .panel-heading .panel-title > a {
  padding: 50px 0;
  position: relative;
  display: block;
  cursor: pointer !important;
}
.panel-group__features .panel .panel-heading .panel-title .panel-title__number {
  font-size: 22px;
  line-height: 1.2em;
  color: #c8cbd0;
  font-weight: 200;
  font-family: "azo-sans-web", sans-serif;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .panel-group__features
    .panel
    .panel-heading
    .panel-title
    .panel-title__number {
    margin-bottom: 0;
    font-size: 100px;
    line-height: 1.1em;
  }
}
@media (max-width: 767px) {
  .panel-group__features
    .panel
    .panel-heading
    .panel-title
    .panel-title__heading
    .v-center:before {
    display: none;
  }
}
.panel-group__features
  .panel
  .panel-heading
  .panel-title
  .panel-title__heading
  .hgroup-panel {
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .panel-group__features
    .panel
    .panel-heading
    .panel-title
    .panel-title__heading
    .hgroup-panel {
    text-align: right;
    margin-bottom: 0;
  }
}
.panel-group__features
  .panel
  .panel-heading
  .panel-title
  .panel-title__heading
  .hgroup-panel
  h3 {
  padding: 0;
  margin: 0 0 0.2em 0;
}
@media (max-width: 767px) {
  .panel-group__features
    .panel
    .panel-heading
    .panel-title
    .panel-title__heading
    .hgroup-panel
    h3 {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .panel-group__features
    .panel
    .panel-heading
    .panel-title
    .panel-title__heading
    .hgroup-panel
    h3 {
    display: inline-block;
  }
}
.panel-group__features
  .panel
  .panel-heading
  .panel-title
  .panel-title__heading
  .hgroup-panel
  h5 {
  margin: 0;
  padding: 0;
  font-weight: 600;
}
@media (min-width: 768px) {
  .panel-group__features
    .panel
    .panel-heading
    .panel-title
    .panel-title__heading
    .hgroup-panel
    h5 {
    display: inline-block;
  }
}
.panel-group__features .panel .panel-heading .panel-title .panel-title__desc {
  color: #656269;
  font-size: 15px;
}
.panel-group__features .panel .panel-heading .panel-title .panel-title__close {
  position: static;
}
@media (min-width: 992px) {
  .panel-group__features
    .panel
    .panel-heading
    .panel-title
    .panel-title__close {
    position: relative;
  }
}
.panel-group__features .panel .panel-heading .panel-title .panel-icon {
  margin: 0;
  top: 33px;
  right: -18px;
  -webkit-transform: scale(0.5, 0.5);
  -ms-transform: scale(0.5, 0.5);
  -o-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
}
@media (min-width: 992px) {
  .panel-group__features .panel .panel-heading .panel-title .panel-icon {
    top: 20px;
    right: 0;
    margin: 0 15px 0 0;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .panel-group__features .panel .panel-heading .panel-title .circled-icon {
    width: 70px;
    height: 70px;
    line-height: 64px;
    font-size: 28px;
    margin-top: -14px;
  }
}
.panel-group__features .panel .panel-body {
  border: none !important;
}
/*
// 8. Box
// --------------------------------------------------
*/
.box {
  background: #f8f9fa;
  border: 1px solid #d2d2dd;
  padding: 30px;
}
/*
// 9. Circle Icon
// --------------------------------------------------
*/
.circled-icon {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 132px;
  height: 132px;
  border: 4px solid #e5e2e0;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  line-height: 126px;
  font-size: 34px;
  background: rgba(0, 0, 0, 0.2);
}
.circled-icon.icon-color1 {
  background: #ff7149;
}
.circled-icon.icon-color2 {
  background: #4d306e;
}
.circled-icon.icon-color3 {
  background: #d44546;
}
.circled-icon.icon-color4 {
  background: #ffa76c;
}
/*
// 10. Testimonials & Reviews
// --------------------------------------------------
*/
/* 10.1. Testimonial */
.testimonial .testimonial-thumb {
  border-radius: 50%;
  overflow: hidden;
  margin: 0 20px 0 0;
  float: left;
}
.testimonial .testimonial-thumb img {
  max-width: 60px;
  height: auto;
}
@media (min-width: 992px) {
  .testimonial .testimonial-thumb {
    margin-right: 34px;
  }
  .testimonial .testimonial-thumb img {
    max-width: none;
  }
}
.testimonial .testimonial-body {
  overflow: hidden;
  margin-bottom: -0.5em;
}
.testimonial .testimonial-body h5 {
  padding-top: 0;
  margin-bottom: 0.75em;
}
/* 10.2. Review */
.person-info {
  border: 1px solid #d2d2dd;
  padding: 32px 65px 20px 20px;
  margin: 67px 0 30px 0;
  position: relative;
  min-height: 200px;
}
@media (max-width: 767px) {
  .person-info {
    margin-top: 0;
    padding-right: 20px;
  }
}
.person-info .person-info-thumb {
  text-align: center;
  float: left;
  margin: 0 20px 0 0;
  width: 130px;
  height: 130px;
}
@media (max-width: 767px) {
  .person-info .person-info-thumb {
    float: none;
    margin: 0 auto 20px auto;
  }
}
@media (min-width: 1200px) {
  .person-info .person-info-thumb {
    margin-right: 30px;
    width: 180px;
    height: 180px;
  }
}
.person-info .person-info-thumb .person-info-link {
  display: block;
  margin: -65px auto 20px auto;
  width: 120px;
  height: 120px;
}
@media (max-width: 767px) {
  .person-info .person-info-thumb .person-info-link {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .person-info .person-info-thumb .person-info-link {
    margin-top: -100px;
    margin-bottom: 14px;
    width: 170px;
    height: 170px;
  }
}
.person-info .person-info-thumb .person-info-link .person-info-img {
  margin: 0 auto;
}
.person-info .person-info-thumb .person-info-title {
  padding-top: 0;
  margin-bottom: 0.2em;
}
@media (max-width: 1199px) {
  .person-info .person-info-thumb .person-info-title {
    font-size: 18px;
  }
}
.person-info .person-info-thumb .person-info-desc {
  padding-top: 0;
  margin-bottom: 0;
  font-weight: 600;
}
@media (max-width: 1199px) {
  .person-info .person-info-thumb .person-info-desc {
    font-size: 12px;
  }
}
.person-info .person-info-content {
  overflow: hidden;
}
@media (max-width: 767px) {
  .person-info .person-info-content {
    padding-top: 50px;
  }
}
.person-info .person-info-footer {
  position: absolute;
  right: -1px;
  top: -1px;
  bottom: -1px;
}
/*
// 12. Pricing Tables
// --------------------------------------------------
*/
.pricing-plan {
  background: #f8f9fa;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .pricing-plan.pricing-plan__featured {
    margin-top: -40px;
    margin-bottom: 0;
  }
}
.pricing-plan-label {
  display: block;
  text-align: center;
  line-height: 60px;
  height: 60px;
  background: #ff7149;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  font-family: "azo-sans-web", sans-serif;
  font-size: 18px;
}
.pricing-plan-info {
  position: relative;
  overflow: hidden;
}
.pricing-plan-info .meta {
  display: block;
  position: relative;
  text-align: center;
  z-index: 2;
}
.pricing-plan-info .number {
  display: block;
  position: relative;
  font-size: 96px;
  line-height: 1.2em;
  color: #fff;
  z-index: 2;
  font-weight: 700;
}
.pricing-plan-info .desc {
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  color: #b59ecf;
  margin-top: -3px;
}
.pricing-plan-info .pricing-image {
  display: block;
  margin: auto;
  width: 100%;
  height: auto;
}
.pricing-plan-info .currency {
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 2;
  color: #ff7149;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  text-align: center;
  border: 2px solid #836aa0;
  font-family: "azo-sans-web", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 40px;
  background-color: white;
}
.pricing-plan-info .status {
  width: 9px;
  height: 9px;
  display: block;
  position: absolute;
  left: 20px;
  bottom: 20px;
  font-size: 10px;
  z-index: 2;
  color: #ff7149;
}
.pricing-plan-info .status:hover {
  cursor: pointer;
}
.pricing-plan-info .status + .tooltip .tooltip-inner {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  margin-bottom: 50px;
}
.pricing-plan-info .discount {
  display: block;
  position: absolute;
  right: 20px;
  top: 77px;
  z-index: 2;
  color: #ff7149;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  text-align: center;
  border: 2px solid #836aa0;
  font-family: "azo-sans-web", sans-serif;
  font-weight: 300;
  font-size: 12px;
  line-height: 40px;
  background-color: white;
}
.pricing-plan-title {
  margin: 0;
  text-align: center;
  padding: 20px;
}
.pricing-plan-body > ul {
  margin: 0;
  padding: 0;
  border-top: 1px solid #d2d2dd;
}
.pricing-plan-body > ul li:before {
  display: none;
}
.pricing-plan-body > ul > li {
  padding: 20px;
  text-align: center;
  border-bottom: 1px solid #d2d2dd;
  color: #4d306e;
  font-size: 16px;
  font-family: "azo-sans-web", sans-serif;
  font-weight: 300;
}
.pricing-plan-body > ul > li:nth-child(odd) {
  background: #f1f2f4;
}
/*
// 13. Tootip
// --------------------------------------------------
*/
.tooltip {
  font-size: 16px;
  font-family: "azo-sans-web", sans-serif;
  font-weight: 300;
}
.tooltip-inner {
  background-color: #ff7149;
  border-radius: 0;
  padding: 6px 20px;
}
.tooltip.top .tooltip-arrow {
  border-top-color: #ff7149;
}
.tooltip.top-left .tooltip-arrow {
  border-top-color: #ff7149;
}
.tooltip.top-right .tooltip-arrow {
  border-top-color: #ff7149;
}
.tooltip.right .tooltip-arrow {
  border-right-color: #ff7149;
}
.tooltip.left .tooltip-arrow {
  border-left-color: #ff7149;
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #ff7149;
}
.tooltip.bottom-left .tooltip-arrow {
  border-bottom-color: #ff7149;
}
.tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: #ff7149;
}
/*
// 14. Social Icons
// --------------------------------------------------
*/
.social-icons {
  padding: 0;
}
.social-icons li:before {
  display: none;
}
.social-icons > li {
  padding: 0;
  margin: 0;
}
.social-icons > li > a {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: #ff7149;
  color: #fff;
  line-height: 50px;
  text-align: center;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
}
.social-icons > li > a:hover {
  background: #ff8562;
}
/*
// 15. Form Elements
// --------------------------------------------------
*/
/* 15.1. Legend */
legend,
.legend {
  margin-bottom: 28.799999999999997px;
  padding-bottom: 19.200000000000003px;
  font-size: 24px;
  color: #746981;
  border-bottom: 1px solid #d9d9d9;
  font-family: "azo-sans-web", sans-serif;
  font-weight: 600;
}

.form-group {
  margin-bottom: 30px;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"]::-ms-clear {
  display: none;
}
input[type="number"] {
  -moz-appearance: textfield;
}
/* 15.3. Feedback states */
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3fb539;
}
.has-success .form-control {
  border-color: #3fb539;
  -webkit-box-shadow: inset 0 0 0 3px rgba(63, 181, 57, 0.05);
  box-shadow: inset 0 0 0 3px rgba(63, 181, 57, 0.05);
}
.has-success .form-control:focus {
  border-color: #328e2d;
  -webkit-box-shadow: inset 0 0 0 3px rgba(63, 181, 57, 0.05);
  box-shadow: inset 0 0 0 3px rgba(63, 181, 57, 0.05);
}
.has-success .input-group-addon {
  color: #3fb539;
  border-color: #3fb539;
  background-color: rgba(63, 181, 57, 0.05);
}
.has-success .input-group-addon .fa {
  color: #3fb539;
}
.has-success .form-control-feedback {
  color: #3fb539;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #ffffff;
}
.has-warning .form-control {
  border-color: #ffffff;
  -webkit-box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.05);
  box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.05);
}
.has-warning .form-control:focus {
  border-color: #e6e6e6;
  -webkit-box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.05);
  box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.05);
}
.has-warning .input-group-addon {
  color: #ffffff;
  border-color: #ffffff;
  background-color: rgba(255, 167, 108, 0.05);
}
.has-warning .input-group-addon .fa {
  color: #ffffff;
}
.has-warning .form-control-feedback {
  color: #ffffff;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #d44546;
}
.has-error .form-control {
  border-color: #d44546;
  -webkit-box-shadow: inset 0 0 0 3px rgba(212, 69, 70, 0.05);
  box-shadow: inset 0 0 0 3px rgba(212, 69, 70, 0.05);
}
.has-error .form-control:focus {
  border-color: #bb2b2c;
  -webkit-box-shadow: inset 0 0 0 3px rgba(212, 69, 70, 0.05);
  box-shadow: inset 0 0 0 3px rgba(212, 69, 70, 0.05);
}
.has-error .input-group-addon {
  color: #d44546;
  border-color: #d44546;
  background-color: rgba(212, 69, 70, 0.05);
}
.has-error .input-group-addon .fa {
  color: #d44546;
}
.has-error .form-control-feedback {
  color: #d44546;
}
/* 15.4. Text input groups */
.input-group-addon {
  padding: 12px 0;
  font-size: 15px;
  color: #4d306e;
  background-color: #e6e8ec;
  border: 1px solid #d2d2dd;
  border-right: none;
  vertical-align: top;
  border-radius: 0;
}
.input-group-addon.input-sm {
  padding: 8px 16px;
  font-size: 12px;
  border-radius: 0;
}
.input-group-addon.input-lg {
  padding: 18px 30px;
  font-size: 18px;
  border-radius: 0;
}
.input-group-addon .fa {
  width: 50px;
  line-height: 24px;
  color: #4d306e;
}
/* 15.5. Custom Radio Buttons  */
.radio__custom {
  margin-left: 20px;
  margin-right: 20px;
}
.radio__custom.inline {
  display: inline-block;
}
.radio__custom label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 5px;
}
.radio__custom label:before {
  position: absolute;
  top: 3px;
  left: -20px;
  display: inline-block;
  margin-right: 10px;
  width: 18px;
  height: 18px;
  border: 1px solid #dcdcdc;
  border-radius: 50%;
  background-color: #fff;
  content: "";
}
.radio__custom input[type="radio"] {
  display: none;
}
.radio__custom input[type="radio"]:checked + span:before {
  position: absolute;
  top: 8px;
  left: -15px;
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ff7149;
  content: "";
}
/* 15.6. Custom Checkboxes  */
.checkbox__custom {
  margin-left: 20px;
  margin-right: 20px;
}
.checkbox__custom.inline {
  display: inline-block;
}
.checkbox__custom label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 5px;
}
.checkbox__custom label:before {
  position: absolute;
  top: 3px;
  left: -20px;
  display: inline-block;
  margin-right: 10px;
  width: 18px;
  height: 18px;
  border: 1px solid #d2d2dd;
  background-color: #f9fafb;
  content: "";
}
.checkbox__custom input[type="checkbox"] {
  display: none;
}
.checkbox__custom input[type="checkbox"]:checked + span:before {
  position: absolute;
  top: 1px;
  left: -18px;
  display: block;
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  font-size: 14px;
  color: #ff7149;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* 15.7. Custom Select  */
.bootstrap-select {
  width: 220px \0;
  /*IE9 and below*/
}
.bootstrap-select > .btn {
  width: 100%;
  padding-right: 25px;
  text-transform: none;
  font-size: 16px;
  font-weight: 300;
  padding-top: 10px;
  background: none;
}
.bootstrap-select > .btn.btn-default:hover {
  background: #fff;
}
.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}
.bootstrap-select.fit-width {
  width: auto !important;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 220px;
}
.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}
.bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}
.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0;
}
.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
.row-fluid .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
  float: right;
}
.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
  margin-bottom: 0;
}
.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0;
}
.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%;
}
.bootstrap-select.btn-group > .disabled {
  cursor: not-allowed;
}
.bootstrap-select.btn-group > .disabled:focus {
  outline: none !important;
}
.bootstrap-select.btn-group .btn .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
  text-transform: uppercase;
}
.bootstrap-select.btn-group .btn .caret {
  position: absolute;
  top: 0;
  width: 36px;
  right: 0;
  margin: 0;
  height: 100%;
  line-height: 44px;
  border: none;
  background: #e6e8ec;
  border-left: 1px solid #d2d2dd;
  vertical-align: middle;
}
.bootstrap-select.btn-group .btn .caret:before {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0d7";
  color: #4d306e;
  font-size: 14px;
}
.bootstrap-select.btn-group button.btn.dropdown-toggle.selectpicker.btn-link {
  background-color: transparent !important;
  border: none !important;
  font-weight: 400;
  font-size: 1em;
  text-decoration: none !important;
}
.bootstrap-select.btn-group
  button.btn.dropdown-toggle.selectpicker.btn-link:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.bootstrap-select.btn-group
  button.btn.dropdown-toggle.selectpicker.btn-link
  .filter-option {
  width: auto;
  float: right !important;
  margin-right: 15px;
  border-bottom: 1px dotted #656269 !important;
}
.bootstrap-select.btn-group
  button.btn.dropdown-toggle.selectpicker.btn-link
  .caret {
  width: 24px;
  height: 24px;
  line-height: 20px;
  top: 50%;
  margin-top: -12px;
  background: none;
  border-radius: 50%;
  border: 2px solid #d5d6d9;
}
.bootstrap-select.btn-group
  button.btn.dropdown-toggle.selectpicker.btn-link
  .caret:before {
  color: #ff7149;
}
.bootstrap-select.btn-group[class*="col-"] .btn {
  width: 100%;
}
.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  z-index: 1035;
  box-sizing: border-box;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}
.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}
.bootstrap-select.btn-group .dropdown-menu li:before {
  display: none;
}
.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) a:hover small,
.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) a:focus small,
.bootstrap-select.btn-group .dropdown-menu li.active:not(.disabled) a small {
  color: rgba(100, 177, 216, 0.4);
}
.bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed;
}
.bootstrap-select.btn-group .dropdown-menu li a {
  cursor: pointer;
}
.bootstrap-select.btn-group .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}
.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  display: none;
}
.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
}
.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}
.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  box-sizing: border-box;
}
.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
}
.bootstrap-select.btn-group.fit-width .btn .filter-option {
  position: static;
}
.bootstrap-select.btn-group.fit-width .btn .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.bootstrap-select.btn-group.show-tick
  .dropdown-menu
  li.selected
  a
  span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.bootstrap-select.show-menu-arrow.open > .btn {
  z-index: 1036;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: "";
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid white;
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block;
}
.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px;
}
.bs-actionsbox {
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.bs-actionsbox .btn-group button {
  width: 50%;
}
.bs-donebutton {
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.bs-donebutton .btn-group button {
  width: 100%;
}
.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
.bs-searchbox input.form-control {
  margin-bottom: 0;
  width: 100%;
}
.mobile-device {
  position: absolute;
  top: 0;
  left: 0;
  display: block !important;
  width: 100%;
  height: 100% !important;
  opacity: 0;
}
[data-style="btn-link"] + .bootstrap-select.form-control {
  background: none !important;
}
[data-style="btn-link"] + .bootstrap-select.form-control .filter-option {
  text-transform: none;
}
/* 15.8. Contact Form  */
.contact-form .form-group label.error,
.contact-form .form-group label.success {
  display: none !important;
}
.contact-form .form-group label.error {
  font-weight: 400;
  color: #d44546;
}
/*
// 16. Dropdown menus
// --------------------------------------------------
*/
.dropdown-menu {
  padding: 0;
  margin: 0;
  font-size: 15px;
  background-color: #ffffff;
  border: 1px solid #d2d2dd;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.dropdown-menu > li {
  padding-bottom: 0;
  border-top: 1px solid #d2d2dd;
}
.dropdown-menu > li:first-child {
  border-top: none;
}
.dropdown-menu > li > a {
  /* padding: 17px 20px; */
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  color: #656269;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #ff7149;
  background-color: #f9fafb;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-group.open .dropdown-toggle .caret {
  background: #f9fafb;
}
/*
// 17. Alerts
// --------------------------------------------------
*/
/* 17.1. Base */
.alert {
  position: relative;
  padding: 12px 20px;
  margin-bottom: 24px;
  border: none;
  border-left: 6px solid transparent;
  border-radius: 0;
  font-size: 16px;
  min-height: 50px;
  font-family: "azo-sans-web", sans-serif;
}
.alert h1,
.alert h2,
.alert h3,
.alert h4,
.alert h5,
.alert h6 {
  color: inherit;
}
.alert h5 {
  padding-top: 0;
  margin-bottom: 0.5em;
}
.alert ul > li:before {
  color: inherit;
}
.alert.text-uppercase {
  text-transform: uppercase;
}
/* 17.2. Dismissible alerts */
.alert-dismissible {
  padding-right: 62px;
  text-transform: uppercase;
}
.alert-dismissible .close {
  background: rgba(255, 255, 255, 0.1);
  position: absolute;
  top: 0;
  right: 0;
  color: inherit;
  width: 50px;
  height: 50px;
  line-height: 50px;
  padding: 0;
  text-align: center;
  font-weight: normal;
  font-size: 16px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  opacity: 1;
}
.alert-dismissible .close:hover {
  background: rgba(255, 255, 255, 0.15);
}
/* 17.3. Alternate styles */
.alert-success {
  background-color: #3fb539;
  border-color: #38a233;
  color: #ffffff;
}
.alert-success hr {
  border-top-color: #328e2d;
}
.alert-success .alert-link {
  color: #e6e6e6;
}
.alert-info {
  background-color: #ff7149;
  border-color: #ff5d2f;
  color: #ffffff;
}
.alert-info hr {
  border-top-color: #ff4916;
}
.alert-info .alert-link {
  color: #e6e6e6;
}
.alert-warning {
  background-color: #ffa76c;
  border-color: #ff9248;
  color: #ffffff;
}
.alert-warning hr {
  border-top-color: #ff822f;
}
.alert-warning .alert-link {
  color: #e6e6e6;
}
.alert-danger {
  background-color: #d44546;
  border-color: #cf3031;
  color: #ffffff;
}
.alert-danger hr {
  border-top-color: #bb2b2c;
}
.alert-danger .alert-link {
  color: #e6e6e6;
}
/*
// 18. Feature Box
// --------------------------------------------------
*/
.feature-box {
  margin-bottom: 30px;
}
.feature-box h5 {
  margin-bottom: 1em;
}
.feature-box .feature-icon {
  margin-bottom: 20px;
}
.feature-icon__simple {
  font-size: 42px;
  line-height: 1em;
}
.feature-icon__simple.icon-color1 {
  color: #ff7149;
}
.feature-icon__simple.icon-color2 {
  color: #4d306e;
}
.feature-icon__simple.icon-color3 {
  color: #d44546;
}
.feature-icon__simple.icon-color4 {
  color: #ffa76c;
}
.feature-box__icon-left {
  position: relative;
}
.feature-box__icon-left .feature-icon {
  display: block;
  position: absolute;
  left: 0;
  top: 5px;
  width: 112px;
  height: 112px;
  line-height: 102px;
}
.feature-box__icon-left .feature-title {
  margin-left: 140px;
}
.feature-box__icon-left .feature-desc {
  margin-left: 140px;
}
.feature-box__icon-left h5 {
  margin-bottom: 0.6em;
}
.feature-box__sm-icon-left {
  position: relative;
}
.feature-box__sm-icon-left .feature-icon {
  display: block;
  position: absolute;
  left: 0;
  top: 5px;
}
.feature-box__sm-icon-left .feature-title {
  margin-left: 70px;
}
.feature-box__sm-icon-left .feature-desc {
  margin-left: 70px;
}
/*
// 19. Pager pagination
// --------------------------------------------------
*/
.pager-custom {
  margin: 0 0 50px;
  padding: 0;
  overflow: hidden;
  position: relative;
}
.pager-custom li:before {
  display: none;
}
.pager-custom:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  border-top: 1px dashed #d2d2dd;
}
.pager-custom li {
  display: inline;
}
.pager-custom .next > .btn {
  float: right;
  margin-left: 2px;
  line-height: 50px;
  height: 50px;
  padding: 0;
  width: 50px;
  overflow: hidden;
  font-weight: 300;
}
.pager-custom .next > .btn span {
  display: none;
}
@media (min-width: 768px) {
  .pager-custom .next > .btn span {
    display: block;
    padding: 0 30px 0 75px;
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .pager-custom .next > .btn .fa {
    position: static;
    float: left;
  }
  .pager-custom .next > .btn.icon-right span {
    padding: 0 75px 0 30px;
  }
  .pager-custom .next > .btn.icon-right .fa {
    float: right;
  }
  .pager-custom .next > .btn:hover {
    width: 192px;
  }
  .pager-custom .next > .btn:hover span {
    opacity: 1;
  }
}
.pager-custom .previous > a {
  float: left;
  margin-right: 2px;
}
/*
// 20. Wells
// --------------------------------------------------
*/
/* 20.1. Base class */
.well {
  min-height: 40px;
  padding: 30px;
  margin-bottom: 20px;
  background-color: #f1f2f4;
  border: 1px solid transparent;
  border-radius: 0;
  font-weight: bold;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.well a {
  border-bottom: 1px dotted #ff7149;
}
.well a:hover {
  text-decoration: none;
}
/* 20.2. Sizes */
.well-lg {
  padding: 40px;
  border-radius: 0;
}
.well-sm {
  padding: 15px;
  border-radius: 0;
}
/*
// 21. Owl Carousel
// --------------------------------------------------
*/
/* 21.1. Base */
.owl-carousel {
  -webkit-transform: translate-z(0);
  -ms-transform: translate-z(0);
}
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
}
/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-nav div {
  color: #fff;
  display: inline-block;
  margin: 5px;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-nav div:hover {
  filter: alpha(opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none;
}
/* Styling Pagination*/
.owl-theme .owl-controls .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
}
.owl-theme .owl-controls .owl-dot span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #869791;
}
/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-dot span.owl-numbers {
  height: auto;
  width: auto;
  color: #fff;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(../vendor/owl-carousel/AjaxLoader.gif) no-repeat center center;
}
/* 21.2. One Slide */
.one-slide {
  margin-bottom: 40px;
}
.owl-theme.one-slide .item img {
  width: 100%;
  height: auto;
}
.one-slide .owl-controls {
  margin-top: 0;
}
.one-slide .owl-controls .owl-nav div {
  position: absolute;
  margin: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.one-slide .owl-controls .owl-prev {
  left: 0;
}
.one-slide .owl-controls .owl-next {
  right: 0;
}
/* Owl Carousel holder */
@media (min-width: 992px) {
  .owl-holder {
    width: 970px;
    margin: 0 -15px 0 -15px;
    overflow: hidden;
  }
}
@media (min-width: 1200px) {
  .owl-holder {
    width: 1170px;
    margin: 0 -15px 0 -15px;
    overflow: hidden;
  }
}
.team-slider {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .team-slider .item {
    padding: 0 15px;
  }
}
/* 21.3. Logo Slider */
.logo-slider {
  margin-bottom: 30px;
}
.logo-slider .item {
  padding: 0 40px 0 0;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "azo-sans-web", sans-serif;
}
.logo-slider .item > a {
  color: #656269;
}
.logo-slider .item > a:hover {
  color: #ff7149;
  text-decoration: none;
}
.logo-slider .item > a .fa {
  margin-right: 8px;
  color: #ff7149;
}
.logo-slider .item img {
  width: 100%;
  height: auto;
  opacity: 0.1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 20px;
}
.logo-slider .item img:hover {
  opacity: 1;
}
/* 21.4. Pricing Slider */
.pricing-slider .item {
  padding: 40px 15px 0 15px;
}
/* Testimonials Slider */
.testi-slider {
  margin-bottom: 24px;
}
.testi-slider .owl-controls {
  position: relative;
  height: 30px;
}
.testi-slider .owl-controls:before {
  content: "";
  display: block;
  position: absolute;
  left: 30px;
  top: 50%;
  right: 30px;
  border-top: 1px dashed #d5d3d2;
}
.testi-slider .owl-controls .owl-nav div {
  margin: 0;
  position: absolute;
  top: 0;
}
.testi-slider .owl-controls .owl-nav .owl-prev {
  left: 0;
}
.testi-slider .owl-controls .owl-nav .owl-next {
  right: 0;
}
/* 21.5. Vertical Slider */
.vertical-slider {
  margin-bottom: 30px;
}
.vertical-slider .item .thumbnail {
  margin: 0 1px 0 70px;
}
.vertical-slider .item .thumbnail img {
  width: 100%;
  height: auto;
}
.vertical-slider .item .indent {
  padding-left: 20px;
}
.vertical-slider .owl-controls {
  position: absolute;
  left: -1px;
  top: 0;
  bottom: 0;
  width: 71px;
  overflow: hidden;
  margin: 0;
  background: #f1f2f4;
}
.vertical-slider .owl-controls .owl-dots {
  width: 19px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.vertical-slider .owl-controls .owl-dots:before {
  content: "";
  display: block;
  width: 1px;
  position: absolute;
  top: 9px;
  left: 9px;
  bottom: 9px;
  background: #dcd5cf;
}
.vertical-slider .owl-controls .owl-dots .owl-dot {
  width: 19px;
  height: 19px;
  margin: 0 auto 60px auto;
}
.vertical-slider .owl-controls .owl-dots .owl-dot span {
  vertical-align: middle;
  line-height: 19px;
  width: 11px;
  height: 11px;
  margin: 0 auto;
  display: inline-block;
  border: 2px solid #dcd5cf;
  background: #f1f2f4;
  position: relative;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}
.vertical-slider .owl-controls .owl-dots .owl-dot span:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 7px;
  height: 7px;
  border-radius: 50%;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.vertical-slider .owl-controls .owl-dots .owl-dot.active span {
  width: 19px;
  height: 19px;
  border-width: 1px;
}
.vertical-slider .owl-controls .owl-dots .owl-dot.active span:before {
  background: #ff7149;
}
.vertical-slider .owl-controls .owl-dots .owl-dot:last-child {
  margin-bottom: 0;
}
/* 21.6. Custom Controls */
.team-slider .owl-controls,
.pricing-slider .owl-controls {
  margin-top: 0;
  position: relative;
  width: 230px;
  height: 30px;
  margin: 30px auto 0 auto;
}
@media (min-width: 992px) {
  .team-slider .owl-controls,
  .pricing-slider .owl-controls {
    margin-top: 80px;
  }
}
.team-slider .owl-controls:before,
.pricing-slider .owl-controls:before {
  content: "";
  display: block;
  position: absolute;
  left: 30px;
  top: 50%;
  right: 30px;
  border-top: 1px dashed #cbc8c9;
}
.team-slider .owl-controls .owl-dots,
.pricing-slider .owl-controls .owl-dots {
  background: #f1f2f4;
  border: 1px solid #cbc8c9;
  height: 15px;
  border-radius: 8px;
  display: inline-block;
  padding: 0 1px;
  margin-top: 8px;
  position: relative;
}
.team-slider .owl-controls .owl-dot span,
.pricing-slider .owl-controls .owl-dot span {
  display: inline-block;
  vertical-align: top;
  width: 7px;
  height: 7px;
  background: #d9d9e0;
  border-radius: 50%;
  margin: 3px 4px;
}
.team-slider .owl-controls .owl-dot.active span,
.pricing-slider .owl-controls .owl-dot.active span,
.team-slider .owl-controls.clickable .owl-dot:hover span,
.pricing-slider .owl-controls.clickable .owl-dot:hover span {
  background: #ff7149;
}
.team-slider .owl-controls .owl-nav div,
.pricing-slider .owl-controls .owl-nav div {
  margin: 0;
  position: absolute;
  top: 0;
}
.team-slider .owl-controls .owl-nav .owl-prev,
.pricing-slider .owl-controls .owl-nav .owl-prev {
  left: 0;
}
.team-slider .owl-controls .owl-nav .owl-next,
.pricing-slider .owl-controls .owl-nav .owl-next {
  right: 0;
}
.pricing-slider .owl-controls .owl-nav .owl-prev {
  left: -32px;
}
.pricing-slider .owl-controls .owl-nav .owl-next {
  right: -32px;
}
/*
// 22. Jumbotron
// --------------------------------------------------
*/
.jumbotron {
  padding: 80px;
  margin-bottom: 0;
  color: #ffffff;
  background-color: #4d306e;
  position: relative;
}
.jumbotron h1,
.jumbotron .h1,
.jumbotron h2,
.jumbotron .h2 {
  color: inherit;
  text-transform: uppercase;
}
.jumbotron h1,
.jumbotron .h1 {
  font-weight: 700;
  font-family: "mahalia", cursive;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.33);
  position: relative;
  padding-bottom: 30px;
  padding-left: 6px;
  margin-bottom: 0.4em;
}
.jumbotron h1:before,
.jumbotron .h1:before,
.jumbotron h1:after,
.jumbotron .h1:after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 50%;
}
.jumbotron h1:before,
.jumbotron .h1:before {
  width: 13px;
  height: 13px;
  background: rgba(255, 255, 255, 0.11);
  left: -7px;
  bottom: -7px;
}
.jumbotron h1:after,
.jumbotron .h1:after {
  width: 5px;
  height: 5px;
  background: #ff7149;
  left: -3px;
  bottom: -3px;
}
.jumbotron h2,
.jumbotron .h2 {
  font-weight: 300;
  padding-left: 16px;
  font-size: 24px;
}
.jumbotron p {
  margin-bottom: 40px;
  font-size: 23px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #34214a;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 0;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 992px) {
  .jumbotron {
    padding: 128px 0;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 160px;
    padding-right: 160px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 81px;
    max-width: 86%;
  }
  .jumbotron h2,
  .jumbotron .h2 {
    font-size: 36px;
  }
}
.jumbotron.jumbotron__custom-bg {
  background-image: url(../images/jumbotron-bg.jpg);
  background-position: 0 0;
}
.jumbotron.jumbotron__custom-bg:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  background-image: url(../images/jumbotron-rocket.png);
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: contain;
}
/*
// 23. Blog
// --------------------------------------------------
*/
/* 23.1. Post */
.entry {
  position: relative;
  background: #f8f9fa;
  border: 1px solid #d2d2dd;
  margin-bottom: 40px;
}
.entry:before,
.entry:after {
  content: " ";
  display: table;
}
.entry:after {
  clear: both;
}
.entry:before,
.entry:after {
  content: " ";
  display: table;
}
.entry:after {
  clear: both;
}
.entry .entry-thumbnail {
  margin: -1px 0 15px -1px;
  display: none;
}
@media (min-width: 768px) {
  .entry .entry-thumbnail {
    display: block;
  }
}
.entry .entry-thumbnail img {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .entry .entry-thumbnail {
    float: left;
    margin: -1px 30px -1px -1px;
    width: auto;
    max-width: auto;
  }
}
.entry .entry-date {
  position: absolute;
  left: 20px;
  width: 60px;
  text-align: center;
  background: #ff7149;
  color: #fff;
}
.entry .entry-date .entry-day {
  display: block;
  height: 60px;
  line-height: 60px;
  font-size: 24px;
  font-family: "azo-sans-web", sans-serif;
  font-weight: 300;
  background: #ff7d58;
}
.entry .entry-date .entry-month {
  display: block;
  height: 45px;
  line-height: 45px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
}
.entry .entry-date .entry-year {
  display: block;
  height: 30px;
}
.entry .entry-cats {
  position: absolute;
  right: -11px;
  top: 10px;
}
.entry .entry-cats li:before {
  display: none;
}
.entry .entry-cats > li {
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.entry .entry-cats > li > a {
  display: block;
  position: relative;
  height: 36px;
  line-height: 36px;
  color: #fff;
  width: 10px;
  overflow: hidden;
  float: right;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "azo-sans-web", sans-serif;
  -webkit-transition: all 0.25s cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: all 0.25s cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 0.25s cubic-bezier(0.86, 0, 0.07, 1);
}
.entry .entry-cats > li > a > span {
  padding: 0 20px;
}
.entry .entry-cats > li > a:hover {
  text-decoration: none;
  width: 100%;
}
.entry .entry-cats > li > a:hover > span {
  display: block;
}
.entry .entry-cats > li:nth-child(odd) > a {
  background: #ffa76c;
}
.entry .entry-cats > li:nth-child(even) > a {
  background: #ff7149;
}
.entry .entry-cats > li:nth-child(3n) > a,
.entry .entry-cats > li:nth-child(7) > a {
  background: #ff5d2f;
}
.entry .entry-cats > li:nth-child(4n) > a {
  background: #d44546;
}
.entry .entry-cats > li:nth-child(5n) > a {
  background: #ffa76c;
}
.entry .entry-cats > li:nth-child(6n) > a {
  background: #ff7149;
}
.entry .entry-body {
  padding: 12px 30px 30px 30px;
}
.entry .entry-body .entry-excerpt {
  overflow: hidden;
  margin-left: 70px;
}
@media (min-width: 768px) {
  .entry .entry-body .entry-excerpt {
    margin-left: 100px;
  }
}
.entry .entry-header {
  overflow: hidden;
  position: relative;
  margin-left: 70px;
}
@media (min-width: 768px) {
  .entry .entry-header {
    position: static;
    margin-left: 0;
  }
}
.entry .entry-header h4 {
  font-weight: 600;
  padding-top: 0;
}
@media (min-width: 768px) {
  .entry .entry-header h4 {
    padding-top: 12px;
  }
}
.entry .entry-header h4 > a {
  color: inherit;
}
.entry .entry-header h4 > a:hover {
  color: #ff7149;
  text-decoration: none;
}
.entry .entry-footer {
  clear: both;
  overflow: hidden;
  padding: 24px 30px;
  background: #f1f2f4;
  border-top: 1px dashed #d2d2dd;
}
.entry .entry-meta {
  margin: 0;
  padding-top: 7px;
  padding-bottom: 7px;
}
.entry .entry-meta li:before {
  display: none;
}
.entry .entry-meta > li {
  padding: 6px 20px 8px 0;
}
.entry .entry-meta > li + li {
  border-left: 1px dashed #d9d9d9;
  padding-left: 20px;
}
.entry-tags:before,
.entry-tags:after {
  content: " ";
  display: table;
}
.entry-tags:after {
  clear: both;
}
.entry-tags:before,
.entry-tags:after {
  content: " ";
  display: table;
}
.entry-tags:after {
  clear: both;
}
.entry-tags h3 {
  float: left;
  margin-bottom: 0;
  padding-top: 6px;
  margin-right: 32px;
}
@media (max-width: 767px) {
  .entry-tags h3 {
    font-size: 18px;
    padding-top: 4px;
  }
}
.entry-tags .tagcloud {
  overflow: hidden;
}
.entry-tags .tagcloud a {
  margin: 0 18px 20px 0;
}
@media (max-width: 767px) {
  .entry-tags .tagcloud a {
    margin: 0 5px 5px 0;
    padding: 6px 12px;
    font-size: 12px;
  }
}
/* 23.2. Single Post */
.single-post .entry-thumbnail {
  float: none;
  margin: 0;
}
.single-post .entry-thumbnail > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.single-post .entry-date {
  top: 20px;
}
.single-post .entry-social:before,
.single-post .entry-social:after {
  content: " ";
  display: table;
}
.single-post .entry-social:after {
  clear: both;
}
.single-post .entry-social:before,
.single-post .entry-social:after {
  content: " ";
  display: table;
}
.single-post .entry-social:after {
  clear: both;
}
@media (min-width: 768px) {
  .single-post .entry-social {
    position: absolute;
    left: 20px;
    top: 145px;
    width: 60px;
  }
}
.single-post .entry-social .entry-social-trigger {
  display: block;
  font-weight: normal;
  width: 40px;
  height: 40px;
  line-height: 30px;
  padding: 0;
  margin: 0 5px 10px 0;
  font-size: 14px;
  float: left;
}
@media (min-width: 768px) {
  .single-post .entry-social .entry-social-trigger {
    width: 60px;
    height: 58px;
    padding: 0;
    line-height: 50px;
    margin-left: 0;
    margin-bottom: 20px;
    font-size: 16px;
    float: none;
  }
}
.single-post .entry-social > ul {
  margin: 0;
  padding: 0;
  float: left;
  position: relative;
  opacity: 0;
}
.single-post .entry-social > ul li:before {
  display: none;
}
.single-post .entry-social > ul.active {
  opacity: 1;
}
@media (min-width: 768px) {
  .single-post .entry-social > ul:after {
    content: "";
    display: block;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -10px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #ff7149;
  }
}
.single-post .entry-social > ul > li {
  display: inline;
}
.single-post .entry-social > ul > li > a {
  width: 40px;
  height: 40px;
  line-height: 36px;
  padding: 0;
  margin: 0;
  font-size: 14px;
  float: left;
}
@media (min-width: 768px) {
  .single-post .entry-social > ul > li > a {
    margin: 0;
    width: 60px;
    height: 58px;
    line-height: 56px;
    font-size: 16px;
  }
}
.single-post .entry-header {
  margin-left: 0;
}
.single-post .entry-header .title-bordered {
  overflow: hidden;
}
.single-post .entry-header .title-bordered h1 {
  font-size: 21px;
}
@media (min-width: 768px) {
  .single-post .entry-header .title-bordered h1 {
    font-size: 28px;
    padding-top: 10px;
    float: left;
    width: 80%;
  }
}
@media (min-width: 768px) {
  .single-post .entry-header .title-bordered .btn {
    float: right;
    width: 102px;
    padding-left: 70px;
    padding-right: 20px;
    margin-top: 18px;
  }
}
.single-post .entry-body {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .single-post .entry-body {
    padding-left: 30px;
    padding-right: 30px;
  }
}
/* 23.3. Comment List */
.commentlist {
  border: 1px solid #d2d2dd;
  margin: 0 0 40px 0;
  padding: 0;
  background: #f8f9fa;
  /* Nested Comments */
}
.commentlist li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.commentlist li + li {
  border-top: 1px dashed #d2d2dd;
}
.commentlist li .comment-wrapper {
  padding: 20px;
  position: relative;
}
.commentlist li .comment-wrapper:before,
.commentlist li .comment-wrapper:after {
  content: " ";
  display: table;
}
.commentlist li .comment-wrapper:after {
  clear: both;
}
.commentlist li .comment-wrapper:before,
.commentlist li .comment-wrapper:after {
  content: " ";
  display: table;
}
.commentlist li .comment-wrapper:after {
  clear: both;
}
@media (min-width: 768px) {
  .commentlist li .comment-wrapper {
    padding: 40px 30px;
  }
}
.commentlist li .comment-wrapper .avatar {
  float: left;
  margin-right: 15px;
  border: 4px solid #e5e2e0;
  border-radius: 50%;
  width: 60px;
  height: auto;
}
@media (min-width: 768px) {
  .commentlist li .comment-wrapper .avatar {
    width: 100px;
    margin-right: 25px;
  }
}
@media (min-width: 768px) {
  .commentlist li .comment-body {
    overflow: hidden;
  }
}
.commentlist li .comment-meta {
  overflow: hidden;
  margin-bottom: 18px;
}
.commentlist li .comment-meta .comment-author {
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .commentlist li .comment-meta .comment-author {
    margin-bottom: 0;
    display: inline-block;
  }
}
.commentlist li .comment-meta .comment-date {
  display: block;
}
@media (min-width: 768px) {
  .commentlist li .comment-meta .comment-date {
    display: inline-block;
    padding: 0 10px;
  }
}
.commentlist li .comment-meta .comment-date .fa {
  color: #ff7149;
  margin-right: 6px;
}
@media (min-width: 768px) {
  .commentlist li .comment-reply {
    float: right;
    border-left: 1px dashed #d9d9d9;
    padding-left: 18px;
  }
}
.commentlist .children {
  padding: 0;
  border-top: 1px dashed #d9d9d9;
  position: relative;
}
.commentlist .children li:before {
  display: none;
}
@media (min-width: 768px) {
  .commentlist .children:before {
    content: "";
    display: block;
    position: absolute;
    left: 80px;
    top: 0;
    bottom: 0;
    z-index: 2;
    border-left: 1px dashed #cacad8;
  }
}
.commentlist .children li {
  border-top: none;
}
.commentlist .children li .comment-wrapper {
  background: #edeef1;
}
@media (min-width: 768px) {
  .commentlist .children li .comment-wrapper {
    padding-left: 150px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .commentlist .children li .comment-wrapper:before {
    content: "";
    display: block;
    position: absolute;
    left: 87px;
    width: 63px;
    top: 80px;
    border-top: 1px dashed #cacad8;
  }
  .commentlist .children li .comment-wrapper:after {
    content: "";
    display: block;
    position: absolute;
    left: 77px;
    top: 77px;
    border-radius: 50%;
    width: 7px;
    height: 7px;
    background: #cacad8;
  }
}
.commentlist .children li .comment-wrapper .avatar {
  border-color: #cacad8;
}
.commentlist .children li:nth-child(even) .comment-wrapper {
  background: #e4e5ea;
}
.commentlist .children .children {
  border-top: none;
}
.commentlist .bypostauthor > .comment-wrapper {
  border-left-color: #ff7149;
}
/* 23.4. Comments Form */
.comments-form .btn-primary {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .comments-form .btn-primary {
    margin-bottom: 0;
  }
}
/* 23.5. Widgets */
.widget {
  margin-bottom: 33px;
}
.widget__sidebar .widget-title {
  text-align: center;
  padding-bottom: 23px;
}
.widget__sidebar .widget-title > h3 {
  font-size: 24px;
}
.widget_archive > ul,
.widget_nav_menu > ul,
.widget_meta > ul,
.widget_pages > ul,
.widget_recent_comments > ul,
.widget_recent_entries > ul,
.widget_categories > ul {
  margin: 0;
  padding: 0;
  background: #f9fafb;
  border: 1px solid #d2d2dd;
  border-bottom: none;
}
.widget_archive > ul li:before,
.widget_nav_menu > ul li:before,
.widget_meta > ul li:before,
.widget_pages > ul li:before,
.widget_recent_comments > ul li:before,
.widget_recent_entries > ul li:before,
.widget_categories > ul li:before {
  display: none;
}
.widget_archive > ul > li,
.widget_nav_menu > ul > li,
.widget_meta > ul > li,
.widget_pages > ul > li,
.widget_recent_comments > ul > li,
.widget_recent_entries > ul > li,
.widget_categories > ul > li {
  padding: 15px 23px;
  position: relative;
  border-bottom: 1px solid #d2d2dd;
  font-size: 18px;
  font-family: "azo-sans-web", sans-serif;
  font-weight: 600;
}
.widget_archive > ul > li > a,
.widget_nav_menu > ul > li > a,
.widget_meta > ul > li > a,
.widget_pages > ul > li > a,
.widget_recent_comments > ul > li > a,
.widget_recent_entries > ul > li > a,
.widget_categories > ul > li > a {
  color: #746981;
}
.widget_archive > ul > li > a:hover,
.widget_nav_menu > ul > li > a:hover,
.widget_meta > ul > li > a:hover,
.widget_pages > ul > li > a:hover,
.widget_recent_comments > ul > li > a:hover,
.widget_recent_entries > ul > li > a:hover,
.widget_categories > ul > li > a:hover {
  color: #ff7149;
  text-decoration: none;
}
.widget_archive > ul > li:before,
.widget_nav_menu > ul > li:before,
.widget_meta > ul > li:before,
.widget_pages > ul > li:before,
.widget_recent_comments > ul > li:before,
.widget_recent_entries > ul > li:before,
.widget_categories > ul > li:before {
  position: absolute;
  top: 25px;
  left: 100%;
  margin-left: -21px;
  font-size: 12px;
  display: block;
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f054";
  color: #4d306e;
}
.widget_archive > ul ul.children,
.widget_nav_menu > ul ul.children,
.widget_meta > ul ul.children,
.widget_pages > ul ul.children,
.widget_recent_comments > ul ul.children,
.widget_recent_entries > ul ul.children,
.widget_categories > ul ul.children {
  border-top: 1px solid #d2d2dd;
  margin: 15px -23px -15px -23px;
  background: #f1f2f4;
  padding: 0;
}
.widget_archive > ul ul.children li,
.widget_nav_menu > ul ul.children li,
.widget_meta > ul ul.children li,
.widget_pages > ul ul.children li,
.widget_recent_comments > ul ul.children li,
.widget_recent_entries > ul ul.children li,
.widget_categories > ul ul.children li {
  border-bottom: 1px dashed #d2d2dd;
  padding: 15px 23px 15px 50px;
  font-size: 16px;
  position: relative;
}
.widget_archive > ul ul.children li:last-child,
.widget_nav_menu > ul ul.children li:last-child,
.widget_meta > ul ul.children li:last-child,
.widget_pages > ul ul.children li:last-child,
.widget_recent_comments > ul ul.children li:last-child,
.widget_recent_entries > ul ul.children li:last-child,
.widget_categories > ul ul.children li:last-child {
  border-bottom: none;
}
.widget_archive > ul ul.children li:before,
.widget_nav_menu > ul ul.children li:before,
.widget_meta > ul ul.children li:before,
.widget_pages > ul ul.children li:before,
.widget_recent_comments > ul ul.children li:before,
.widget_recent_entries > ul ul.children li:before,
.widget_categories > ul ul.children li:before {
  display: block;
  left: 23px;
  top: 23px;
}
.widget_archive > ul ul.children li a,
.widget_nav_menu > ul ul.children li a,
.widget_meta > ul ul.children li a,
.widget_pages > ul ul.children li a,
.widget_recent_comments > ul ul.children li a,
.widget_recent_entries > ul ul.children li a,
.widget_categories > ul ul.children li a {
  color: #746981;
}
.widget_archive > ul ul.children li a:hover,
.widget_nav_menu > ul ul.children li a:hover,
.widget_meta > ul ul.children li a:hover,
.widget_pages > ul ul.children li a:hover,
.widget_recent_comments > ul ul.children li a:hover,
.widget_recent_entries > ul ul.children li a:hover,
.widget_categories > ul ul.children li a:hover {
  color: #ff7149;
  text-decoration: none;
}
.widget_categories .widget-title {
  padding-bottom: 0;
}
/* 23.6. Blog Masonry Layout */
.filter-trigger {
  padding: 0;
}
.filter-trigger span {
  display: inline-block;
  border-bottom: none;
  font-size: 18px;
  line-height: 1.5em;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "azo-sans-web", sans-serif;
  color: #4d306e;
}
.filter-trigger .fa {
  font-size: 18px;
  margin-right: 14px;
  color: #4d306e;
}
.filter-trigger:hover,
.filter-trigger:active,
.filter-trigger:focus {
  color: #4d306e;
}
@media (min-width: 768px) {
  .filter-bordered {
    padding-right: 30px;
  }
}
@media (min-width: 992px) {
  .col-bordered__left {
    border-left: 1px dashed #d2d2dd;
  }
}
@media (min-width: 992px) {
  .col-bordered__right {
    border-right: 1px dashed #d2d2dd;
  }
}
.tags-filter {
  padding: 0;
  overflow: hidden;
}
.tags-filter .btn-primary {
  font-weight: 300;
}
@media (min-width: 768px) {
  .tags-filter.tags-filter__with-label {
    float: left;
    overflow: hidden;
  }
}
.filter-label {
  display: inline-block;
  margin-bottom: 14px;
  font-size: 18px;
}
@media (min-width: 768px) {
  .filter-label {
    padding-top: 11px;
    padding-left: 10px;
  }
}

/*
// 24. Gallery
// --------------------------------------------------
*/
/* 24.2. Single Gallery Project */
.gallery-single-thumbnail img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .gallery-single-thumbnail img {
    margin-bottom: 0;
  }
}
.gallery-list-info {
  padding: 0;
  margin: 0;
  border-top: 1px dashed #d2d2dd;
}
.gallery-list-info li:before {
  display: none;
}
.gallery-list-info > li {
  border-bottom: 1px dashed #d2d2dd;
  padding-top: 20px;
  padding-bottom: 20px;
}
.gallery-list-info > li .info-label {
  font-weight: bold;
  margin-right: 5px;
}
/*
// 25. Magnific Popup
// --------------------------------------------------
*/
/* Custom styles for MP */
.mfp-bg {
  background: #4d306e;
  opacity: 0.7;
}
.mfp-figure:after {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  width: 50px;
  height: 50px;
  line-height: 50px;
  padding: 0;
  background: #ff7149;
  text-align: center;
  top: 36px;
  right: 0;
  opacity: 1;
}
.mfp-image-holder .mfp-close:hover,
.mfp-iframe-holder .mfp-close:hover {
  background: #ff7d58;
}
img.mfp-img {
  vertical-align: top;
  padding-top: 36px;
  padding-bottom: 36px;
}
.mfp-bottom-bar {
  background: #ff7149;
  padding: 32px 200px 32px 40px;
  color: #fff;
}
.mfp-bottom-bar .mfp-title {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  padding-right: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mfp-bottom-bar .mfp-title .btn {
  position: absolute;
  right: 15px;
  top: 15px;
  font-weight: 300;
  padding-right: 70px;
  padding-left: 25px;
}
.mfp-counter {
  display: none;
}
/*
// 26. Shop
// --------------------------------------------------
*/
/* 26.1. Product Filter */
.form-filter-products .form-group {
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .form-filter-products .form-group {
    margin-bottom: 0;
  }
}
.form-filter-products .label-inline {
  display: inline-block;
  float: left;
  margin-right: 20px;
  font-size: 18px;
  font-weight: bold;
  padding-top: 10px;
}
@media (min-width: 992px) {
  .form-filter-products .form-group__categories {
    padding-right: 15px;
  }
}
@media (min-width: 992px) {
  .form-filter-products .form-group__currency {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 992px) {
  .form-filter-products .form-group__price {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 992px) {
  .form-filter-products .form-group__price .input-group {
    float: right;
  }
}
.form-filter-products .form-group__price .form-control {
  width: 50px;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.form-filter-products .form-group__price .input-group-addon {
  width: 38px;
  padding: 0;
  line-height: 48px;
  justify-content: center;
  border-left: none;
}
@media (min-width: 992px) {
  .form-filter-products .form-group__sort {
    padding-left: 15px;
  }
}
@media (min-width: 992px) {
  .form-filter-products .form-group__sort .form-control,
  .form-filter-products .form-group__sort .btn-group {
    float: right;
    width: 160px;
  }
}

.store-header-flex {
  display: flex;
  justify-content: center;
  margin: 2em auto 10em auto;
}

.btn-store-header {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 3px;
  width: 177px;
  padding: 12px 0;
  margin: 0 1em;
  background: #fd7d5d;
  color: white;
  text-align: center;
  vertical-align: center;
}

.btn-store-header:hover {
  text-decoration: none;
  color: white;
}

.subscriptions-item {
  background: url("https://d8obj72s6blpu.cloudfront.net/static/images/subscriptions.svg");
}

.graphic-novels-item,
.graphic-novel-item,
.book-item,
.books-item {
  background: url("https://d8obj72s6blpu.cloudfront.net/static/images/graphic-novels.svg");
}

.apparel-item {
  background: url("https://d8obj72s6blpu.cloudfront.net/static/images/apparel.svg");
}

.posters-item,
.other-item {
  background: url("https://d8obj72s6blpu.cloudfront.net/static/images/posters.svg");
}

.downloadable-item,
.downloads-item,
.download-item {
  background: url("https://d8obj72s6blpu.cloudfront.net/static/images/downloads.svg");
}

.sale-item {
  background: url("https://d8obj72s6blpu.cloudfront.net/static/images/sales-icon.svg");
}

.french-item {
  background: url("https://d8obj72s6blpu.cloudfront.net/static/images/product-category-french.svg");
}

.filter-icon-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.item-icon {
  background-size: cover;
  width: 1.5em;
  height: 1.5em;
  margin-bottom: 1em;
}

.category-filter li {
  display: flex;
  align-items: center;
  text-align: center;
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 2em;
}

.category-filter li:after {
  content: "";
  margin-top: 1.5em;
}

.category-filter li:hover,
li:active,
li:focus {
  border-bottom: 1px solid #36264d;
}

.listpage-active {
  margin-top: 5em;
}

.category-filter .active-category {
  border-bottom: 1px solid #36264d;
}

.category-filter li:first-of-type {
  text-align: left;
}

.category-filter li:last-of-type {
  text-align: right;
}

.category-filter a {
  width: 100%;
  color: #36264d;
  font-size: 20px;
}

.category-filter a:hover,
a:active,
a:focus {
  text-decoration: none;
}

@media (max-width: 1200px) {
  .category-filter a {
    font-size: 18px;
  }
}

@media (max-width: 991px) {
  .physical-media-item {
    margin-right: 0;
  }

  .subscriptions-item {
    margin-left: 0;
  }

  .row .category-filter {
    content: "";
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 2em;
  }

  .category-filter li,
  .category-filter li:hover {
    border-bottom: 0;
  }

  .category-filter li:first-of-type {
    text-align: center;
  }

  .category-filter li:last-of-type {
    text-align: center;
  }

  .category-filter .active-category {
    border-bottom: 0;
  }

  .category-filter .active-category:after {
    content: "";
    display: block;
    height: 1px;
    background-color: #36264d;
    width: 100%;
    position: absolute;
    bottom: -10px;
  }

  .mobile-filter-background {
    background-color: white;
    height: 80px;
    width: 80px;
    margin-bottom: 1em;
    display: flex;
    justify-content: center;
  }

  .item-icon {
    margin-top: 1.3em;
  }
}

@media (max-width: 540px) {
  .category-filter a {
    font-size: 12px;
  }

  .item-icon {
    width: 2em;
    height: 2em;
    margin-top: 2em;
  }
}

.drop-filter-row {
  margin: 0 0 35px 0;
}
.shop-dropdown-filter {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  border: solid 1px #d9d9d9;
  border-radius: 0;

  font-size: 14px;
  height: 40px;
  padding-left: 15px;
  color: #36264d;
  background: url("https://d8obj72s6blpu.cloudfront.net/static/images/down-arrow.svg") 96% / 6% no-repeat white;
}

.btn-featured-last {
  margin-left: 32px;
}

.featured-product-image > img {
  width: 80%;
  height: auto;
  position: absolute;
}

.btn-group-featured {
  margin-left: -15px;
}

@media (max-width: 980px) {
  .featured-product-image > img {
    width: 100%;
    position: relative;
    margin-bottom: 2em;
  }

  .btn-group-featured {
    text-align: center;
    margin-top: 2em;
    margin-left: 0;
  }

  .discount-label-exclusive {
    right: 2em;
  }

  .btn-featured {
    margin: 32px 0 0 0;
  }
}
/* 26.2. Product Card */
.product-row {
  margin-bottom: 2em;
}

.products-holder {
  padding-top: 40px;
}
.product-item {
  margin-left: auto;
  margin-right: auto;
  min-height: 510px;
}
.product-item .product-thumbnail {
  position: relative;
  max-width: 260px;
  margin-left: auto;
  margin-right: auto;
}
.product-item .product-thumbnail:before {
  content: "";
  display: block;
  position: absolute;
  left: 3px;
  top: 3px;
  right: 3px;
  bottom: 3px;
  background: #4d306e;
  z-index: 2;
  text-align: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
.product-item .product-thumbnail img {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  width: 100%;
  height: auto;
}
.product-item .product-thumbnail .product-btn-group {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: 50%;
  margin-top: -24px;
  z-index: 3;
  opacity: 0;
}
.product-item .product-thumbnail .product-btn-group .btn {
  margin: 0 3px;
  opacity: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0);
}
.product-item .product-thumbnail .product-btn-group .product-popup {
  -webkit-transition-delay: 0.03s;
  transition-delay: 0.03s;
}
.product-item .product-thumbnail:hover:before {
  /* opacity: .7; */
  opacity: 0;
}
.product-item .product-thumbnail:hover .product-btn-group {
  opacity: 1;
}
.product-item .product-thumbnail:hover .product-btn-group .btn {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.product-item .product-thumbnail .onsale {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  border: 3px solid #e3e5ea;
  background: #ff7149;
  border-radius: 50%;
  margin: -15px -15px 0 0;
  text-align: center;
  color: #fff;
  line-height: 44px;
  z-index: 2;
  text-transform: uppercase;
  font-size: 12px;
}
@media (min-width: 768px) {
  .product-item .product-thumbnail .onsale {
    width: 74px;
    height: 74px;
    line-height: 68px;
    margin-top: 0;
    font-size: 16px;
  }
}

.product-item .product-info .product-name {
  font-size: 18px;
  margin: 0;
  text-transform: uppercase;
}

.cart-fixed_container {
  position: absolute;
  z-index: 2;
  top: 98px;
  left: 50%;
  transform: translateX(-50%);
}

.cart-fixed_container--auth {
  top: 61px;
}
.cart-fixed_position {
  position: absolute;
  right: 15px;
}

.product-item .product-info .btn-shopping-cart {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  height: 50px;
  line-height: 50px;
  width: 50px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.product-item .product-info .btn-shopping-cart .fa {
  background: none;
}
.product-item .product-info .btn-shopping-cart span {
  opacity: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.product-item .product-info .btn-shopping-cart:hover {
  width: 100%;
}
.product-item .product-info .btn-shopping-cart:hover span {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.product-item .product-info .btn-shopping-cart:hover .fa {
  background: rgba(255, 255, 255, 0.1);
}
.product-footer {
  min-height: 50px;
  text-align: center;
}
.product-item .product-footer .price ins {
  font-size: 14px;
  line-height: 1.2em;
  color: #4d306e;
  text-decoration: none;
  font-family: "azo-sans-web", sans-serif;
}
.product-item .product-footer .price del {
  font-size: 16px;
  display: inline-block;
  position: relative;
  top: -3px;
  font-family: "azo-sans-web", sans-serif;
  color: #ff7149;
  font-weight: bold;
}
.product-item .product-footer .star-rating {
  width: 50%;
  float: right;
  text-align: center;
}
/* 26.3. Single Product */
.product-gallery {
  width: 100%;
  background: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.rsUni .rsThumb.rsNavSelected img {
  border-color: #ff7149;
}
.rsUni img.rsImg.rsMainSlideImage {
  border: 3px solid #e3e5ea;
}
.product-heading {
  padding-bottom: 20px;
  border-bottom: 1px solid #d9d9d9;
}
.product-heading .product-title {
  font-size: 28px;
  margin-bottom: 0.2em;
}
.review_num {
  padding: 10px 0;
}
@media (min-width: 992px) {
  .review_num {
    text-align: right;
    border-left: 1px dashed #d9d9d9;
  }
}
.review_num .review_number {
  font-weight: bold;
  color: #ff7149;
  margin-right: 0.3em;
}
.product-info {
  padding: 10px 0 0 0;
}
.product-info .product-price {
  padding-bottom: 26px;
}
.product-info .price {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .product-info .price {
    float: left;
    margin-bottom: 0;
  }
}
.product-info .price ins {
  display: block;
  font-size: 36px;
  line-height: 1em;
  text-decoration: none;
  font-weight: 600;
  font-family: "azo-sans-web", sans-serif;
  color: #4d306e;
}
.product-info .price del {
  display: block;
  color: #ff7149;
  font-weight: 700;
  font-size: 18px;
  font-family: "azo-sans-web", sans-serif;
}
.product-info .currency {
  float: right;
  width: 140px;
  margin-left: 20px;
  padding-top: 7px;
}
.quantity {
  width: 130px;
  float: right;
  padding-top: 7px;
}
.quantity .btn {
  float: left;
  width: 37px;
  line-height: 48px;
  padding: 0;
  text-align: center;
}
.quantity .qty {
  float: left;
  margin-right: 0;
  width: 56px;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  border-left: none;
  border-right: none;
}
.product-social {
  padding: 24px 0;
  border-top: 1px dashed #d9d9d9;
  border-bottom: 1px dashed #d9d9d9;
}
@media (min-width: 768px) {
  .product-social {
    text-align: right;
  }
}
.product-social .btn {
  width: 50px;
  height: 50px;
  padding: 0;
  line-height: 50px;
}
@media (min-width: 768px) {
  .product-social .btn {
    margin-left: 16px;
  }
}
.product-social-label {
  display: block;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .product-social-label {
    float: left;
    line-height: 50px;
    margin-bottom: 0;
  }
}
.product-desc {
  padding-bottom: 15px;
  border-bottom: 1px dashed #d9d9d9;
}
.star-rating {
  padding-top: 2px;
}
.star-rating .fa {
  font-size: 18px;
}
.star-rating .fa-star {
  color: #ff7149;
}
.star-rating .fa-star-half-o {
  color: #4d306e;
}
.star-rating .fa-star-o {
  color: #4d306e;
}
.reviewlist {
  border: none;
}
.reviewlist li .comment-wrapper {
  padding-left: 0;
  padding-right: 0;
}
.rating-control {
  text-transform: uppercase;
  padding-right: 16px;
}
.rating-control .rating-label {
  float: left;
  width: 50%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 1200px) {
  .rating-control .rating-label {
    width: 60%;
  }
}
.rating-input {
  float: right;
  padding-left: 20px;
  border-left: 1px dashed #d2d2dd;
}
.rating-input .fa {
  padding: 0 1px;
  font-size: 18px;
}
.rating-input .fa-star {
  color: #ff7149;
}
.rating-input .rating-clear {
  display: none !important;
}
.checkout-holder {
  margin-bottom: 30px;
}
.table-checkout td {
  vertical-align: middle !important;
}
.table-checkout .product-thumb {
  margin: 0 0 10px 0;
}
@media (min-width: 1200px) {
  .table-checkout .product-thumb {
    float: left;
    margin: 0 20px 0 0;
  }
}
.table-checkout .product-name {
  margin-bottom: 0;
  font-size: 18px;
}
.table-checkout .product-desc-alt {
  font-weight: 600;
  line-height: 1.2em;
  font-size: 16px;
}
.table-checkout .quantity {
  float: none;
}
.table-checkout .shipping-info td {
  background: #f1f2f4;
  border-left: none;
  border-right: none;
}
.table-checkout .shipping-label {
  font-size: 24px;
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  .table-checkout .shipping-label {
    float: left;
    margin-right: 35px;
    margin-bottom: 0;
    padding-top: 4px;
  }
}
.table-checkout .select-country-holder {
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .table-checkout .select-country-holder {
    width: 260px;
    float: left;
    margin-left: 26px;
    margin-bottom: 0;
  }
}
.table-checkout .select-provider-holder {
  width: 100%;
}
@media (min-width: 1200px) {
  .table-checkout .select-provider-holder {
    width: 260px;
    float: left;
    margin-left: 26px;
  }
}
.table-checkout .shipping-subtotal td {
  border-left: none;
  border-right: none;
}
.table-checkout .price-total {
  display: inline-block;
  font-size: 24px;
  font-weight: 600;
}
.table-checkout .shipping-additional-info .well {
  margin-bottom: 0;
  font-size: 15px;
  color: #656269;
}
.payment-heading {
  padding-bottom: 20px;
}
.payment-heading h5 {
  padding-top: 12px;
}
.payment-footer {
  background: #f1f2f4;
  margin: 0 -30px -30px -30px;
  padding: 20px 30px;
  border-top: 1px solid #d2d2dd;
}
.payment-footer .btn-confirm-holder {
  overflow: hidden;
  margin-right: 90px;
}
.payment-footer .btn-cancel {
  float: right;
  margin-left: 20px;
}

.product-single-image-selector-container {
  margin: 2em 0;
  background: white;
  padding: 1em 0;
}

.product-single-image-container {
  height: 330px !important;
}

.product-single-image-container img {
  cursor: zoom-in;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product-single-preview-image {
  height: 75px;
  width: auto;
  padding: 0 0.5em;
}

.product-single-image-container {
  background: white;
  padding: 1em;
}

.slick-slide img {
  margin-left: auto;
  margin-right: auto;
}

.slick-next,
.slick-prev {
  margin-top: 1.9em;
}

/* Important needed to overide dynamic style*/
.slick-next {
  display: block !important;
}

.lightbox__toolbar {
  display: flex;
  position: fixed;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
}

@media (min-height: 568px) and (max-height: 800px) {
  .slick-lightbox-slick-item-inner img {
    max-height: 475px !important;
  }
}

@media (max-height: 800px) {
  .slick-lightbox-slick-item-inner {
    margin-bottom: 75px;
    width: 100vw;
  }

  .lightbox__toolbar {
    bottom: 65px;
  }
}

@media (max-height: 568px) {
  .slick-lightbox-slick-item-inner {
    margin-bottom: 120px;
  }

  .slick-lightbox-slick-item-inner img {
    max-height: 400px !important;
  }

  .lightbox__toolbar {
    bottom: 35px;
  }
}

.ligthbox-prev:active,
.ligthbox-next:active,
.lightbox-close:active,
.ligthbox-prev:focus,
.ligthbox-next:focus,
.lightbox-close:focus {
  outline: none;
}

.ligthbox-prev,
.ligthbox-next {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FF7041;
  box-shadow: 0px 2px 0px #411B0E;
  color: white;
  font-size: 20px;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  border: 0;
  -webkit-appearance: none;
}

.ligthbox-prev {
  margin-right: 15px;
}

.ligthbox-next {
  margin-left: 15px;
}

.lightbox-close {
  transition: 200ms;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  color: white;
  background: #523D6F;
  box-shadow: 0px 2px 0px #241835;
  border: 0;
  border-radius: 39px;
  font-size: 1rem;
  -webkit-appearance: none;
  min-width: 140px;
  font-weight: 600;
}

.ligthbox-prev:hover,
.ligthbox-next:hover,
.lightbox-close:hover {
  transform: scale(0.98)
}

.slick-lightbox .slick-prev,
.slick-lightbox .slick-next {
  display: flex !important;
  align-items: center;
  justify-content: center;
  background-color: #FF7041;
  box-shadow: 0 2px 0 0 #c4532e;
  width: 55px;
  height: 48px;
  z-index: 1;
}

.slick-lightbox-slick > .slick-prev,
.slick-lightbox-slick > .slick-next {
  display: none !important;
}

.slick-lightbox .slick-prev {
  left: 350px !important;
}

.slick-lightbox .slick-next {
  right: 350px !important;
}

.slick-lightbox .slick-prev:before,
.slick-lightbox .slick-next:before {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 600;
}

.slick-lightbox .slick-prev:hover,
.slick-lightbox .slick-prev:focus,
.slick-lightbox .slick-prev:active,
.slick-lightbox .slick-next:hover,
.slick-lightbox .slick-next:focus,
.slick-lightbox .slick-next:active {
  background-color: #FF7041;
}

.slick-lightbox-slick-img {
  border-radius: 20px;
}

.novel-preview-selector {
  font-size: 20px;
  color: #3e2f54;
  text-decoration: underline;
  margin-bottom: 2em;
  cursor: pointer;
}

.pdf-preview {
  width: 100%;
  height: 75vh;
}

.product-single-title {
  margin-bottom: 2em;
}
.product-single-title h1 {
  color: #0a2066;
  font-size: 28px;
  margin-bottom: 0.2em;
}
.product-single-title span {
  font-size: 20px;
}

.product-single-title-mobile {
  display: none;
}

@media (max-width: 980px) {
  .product-single-title-desktop {
    display: none;
  }

  .product-single-title-mobile {
    display: block;
  }
}

.product-single-selectbox {
  border: 1px solid black;
  border-radius: 3px;
  min-height: 91px;
  cursor: pointer;
  background-color: rgba(0, 0, 0, .08);
}

.product-single-available {
  border: 2px solid rgb(54, 39, 76);
  color: rgb(54, 39, 76);
  background-color: rgba(0, 0, 0, 0);
}

.product-single-selectbox .selectbox-amount {
  font-family: "Bree Serif", san-serif;
  font-size: 24px;
}

.selectbox-type-container {
  margin-top: -0.4em;
  padding-bottom: 0.4em;
}

.product-single-selectbox .selectbox-type {
  font-size: 16px;
}

.selectbox-divider {
  background-color: black;
  height: 1px;
  width: 100%;
}

.product-single-selectbox .selectbox-discount {
  font-size: 12px;
}

.active-selectbox .selectbox-discount-container {
  background-color: #ff7041;
  color: white;
}

.active-selectbox {
  background-color: white;
}

.active-selectbox .product-single-count {
  background: #ff7041;
  color: white;
  border: none;
}

.product-single-selectbox-flex {
  display: flex;
  margin-top: 1.3em;
  margin-bottom: 1.1em;
}

.product-single-selectbox-counter {
  -moz-appearance: none;
  display: block;
  background: transparent;
  width: 35%;
  border: 1px solid black;
  border-radius: 3px;
}

@media (max-width: 980px) {
  .product-single-selectbox {
    margin-top: 2em;
  }
}

.product-single-count {
  -moz-appearance: none;
  display: block;
  background: transparent;
  width: 20%;
  margin: auto;
  text-align: center;
  border: 1px solid black;
  border-radius: 3px;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.product-price-row-flex {
  display: flex;
  align-items: center;
}

.product-single-price-flex {
  display: flex;
  flex-direction: column;
}

.product-single-price-discount {
  color: #ff7041;
  margin-bottom: -0.5em;
}

.product-single-price {
  font-size: 36px;
  color: #0a2066;
}

.product-single-price span {
  display: block;
  font-size: 16px;
}

.product-single-price-devider {
  height: 50px;
  width: 1px;
  background-color: #d9d9d9;
}

.product-single-shipping {
  margin-left: 1em;
}

.product-single-price-button-flex {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.product-single-cart-button {
  font-weight: 400;
  background-color: #ff6347;
  color: white;
  border-radius: 3px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.24);
  padding: 1.5em 4em;
}

.product-single-cart-button:hover {
  color: white;
  text-decoration: none;
  background-color: #ff7149;
}

.product-single-cart-button.disabled {
  opacity: .65;
  pointer-events: none;
}

@media (max-width: 980px) {
  .product-single-cart-button {
    padding: 0.75em 1.5em;
  }
}

@media (max-width: 480px) {
  .product-single-shipping,
  .product-single-price-devider {
    display: none;
  }
}

.product-single-message {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 66px;
  border: 1px solid #ff7041;
  border-radius: 3px;
  padding: 1em;
  margin-bottom: 2em;
}
.product-single-message p {
  margin: 0;
  padding: 0;
  color: #ff7041;
}

.product-description ul li {
  list-style: circle;
}

.product-single-featured-container {
  background: white;
  border-radius: 3px;
  padding: 1em;
  margin-bottom: 2em;
}

.product-single-featured-flex {
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-single-featured-container img {
  width: 100%;
  height: auto;
}

.product-single-featured-container p {
  margin: 0;
  font-size: 14px;
}

.product-single-featured-container p:nth-child(1) {
  font-weight: bold;
}

.product-single-featured-container .arrow {
  font-size: 24px;
  color: #656269;
}

.product-single-featured-container .arrow:hover {
  text-decoration: none;
}

.product-single-featured-container @media (max-width: 980px) {
  .product-single-featured-container p {
    font-size: 12px;
  }
}

.extra-information-row {
  margin-top: 2em;
}

.product-single-information-box {
  background: white;
  margin-bottom: 2em;
}

.product-single-information-box .information-box-item {
  text-align: center;
  background: #d9d9d9;
  padding: 1em 0;
  cursor: pointer;
}

.information-box-item > a {
  color: white;
  font-size: 14px;
}

.information-box-item a:hover,
a:focus,
a:active {
  text-decoration: none;
}

.box-selector-active {
  background: white !important;
}

.box-selector-active a {
  color: #3e2f54 !important;
}

.video-box-selector {
  border-radius: 3px 0 0 0;
}

.purchase-box-selector {
  border-radius: 0 3px 0 0;
}

.testimonial-extra {
  display: none;
}

.testimonial-container {
  padding: 2em;
}
.product-btn-row {
  padding: 2em 0;
}
.product-single-outline-btn {
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  padding: 0.5em 1em;
  text-transform: uppercase;
  font-size: 14px;
  color: #d9d9d9;
  cursor: pointer;
}

.product-single-outline-btn:hover,
.product-single-outline-btn:active,
.product-single-outline-btn:focus {
  color: inherit;
  text-decoration: none;
}

.testimonial-box-content p:first-child {
  font-weight: bold;
}

.testimonial-box-content img {
  border-radius: 50%;
  width: 100%;
  height: auto;
}

.information-box-item {
  border-right: 1px solid white;
}

.information-box-item:last-of-type {
  border: none;
}

.product-single-information-box-content {
  background: white;
}

.product-single-information-box-content {
  display: none;
}

.product-single-information-box-content:first-of-type {
  display: block;
}

.preview-video {
  padding: 1em 0;
}

.preview-video-image {
  width: 100%;
  max-height: 166px;
}

@media (max-width: 1200px) {
  .preview-video-image {
    max-height: 130px;
  }
}

@media (max-width: 991px) {
  .preview-video-image {
    max-height: 380px;
  }
}

.preview-video-title {
  font-weight: bold;
  font-size: 14px;
}

.faq-selector-container {
  border: 1px solid #979797;
  border-radius: 3px;
  padding: 1em;
  margin: 1em 0;
  cursor: pointer;
}

.faq-selector {
  color: #746982;
}

.faq-selector:hover,
.faq-selector:active,
.faq-selector:focus {
  color: inherit;
  text-decoration: none;
}

.faq-information {
  display: none;
  margin-top: 1em;
}

.align-elements-center {
  display: flex;
  align-items: center;
}

.triangle {
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-right: 7px solid #746982;
}

.triangle-right {
  transform: rotate(180deg);
}

.triangle-image-button {
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-right: 7px solid #d8d5dd;
  margin-left: 1.5em;
}

.triangle-transform-back {
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
}

.triangle-transform {
  transform: rotate(-90deg);
  transition: 0.5s ease-in-out;
}

.faq-selector .faq-information {
  display: none;
}

.purchase-orders-container {
  padding: 1em;
}

.purchase-title {
  font-weight: bold;
}

.purchase-contact-title {
  margin-top: 1em;
}

.purchase-contact-information p {
  margin: 0;
  font-size: 12px;
}

/*
// 27. Pagination
// --------------------------------------------------
*/
.pagination__custom {
  text-align: center;
  padding-bottom: 10px;
}
.pagination__custom > li .btn {
  padding-left: 20px;
  padding-right: 20px;
}
/*
// 28. Price Filter
// --------------------------------------------------
*/
.noui-holder {
  border-top: 1px dashed #d2d2dd;
  border-bottom: 1px dashed #d2d2dd;
  padding: 25px 0;
}
.noUi-target {
  border: 1px solid #dcd5cf;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 28px;
}
.noUi-horizontal {
  height: 7px;
}
.noUi-background {
  background-color: #f2f2f2;
  background-image: -webkit-linear-gradient(
    -45deg,
    #e9e9e9 25%,
    transparent 25%,
    transparent 50%,
    #e9e9e9 50%,
    #e9e9e9 75%,
    transparent 75%,
    transparent
  );
  background-image: -o-linear-gradient(
    -45deg,
    #e9e9e9 25%,
    transparent 25%,
    transparent 50%,
    #e9e9e9 50%,
    #e9e9e9 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    -45deg,
    #e9e9e9 25%,
    transparent 25%,
    transparent 50%,
    #e9e9e9 50%,
    #e9e9e9 75%,
    transparent 75%,
    transparent
  );
  background-size: 10px 10px;
}
.noUi-connect {
  background: #ff7149;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.noUi-handle {
  width: 19px !important;
  height: 19px !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
  border-radius: 50%;
  border: 1px solid #dcd5cf;
  background: #f1f2f4;
}
.noUi-handle:before {
  display: none;
}
.noUi-handle:after {
  width: 7px;
  height: 7px;
  background: #ff7149;
  border-radius: 50%;
  position: absolute;
  left: 5px;
  top: 5px;
}
/*
// 29. Page Loader
// --------------------------------------------------
*/
.page-loader {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #fefefe;
  z-index: 100000;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.logo-loader {
  width: 60px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -30px;
  margin-top: -30px;
  background-repeat: no-repeat;
  z-index: 100010;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA7CAYAAAAn+enKAAAABGdBTUEAALGPC/xhBQAAEkVJREFUaAXlWg90lcWVn5n3vZcAIRKkkD9AHoESBSEGqiLtttEepW7bo3aFGinIabdorfyr6267Z/c0Zffsdlt7+FMKi23RokZLXHS3p9rtdrXHBVvEiKCgwZC8YPJeggLRhCQv733f7O/O981830teSASpy9k55333zp1779w7c+fOfPM9zlCklLxuyZIw4Uvq6voJ7tq1OLR48S6Hcy6pPlwpLZl4LXf4P0vJujnjP2SClTHprILqS4Rga5vjHb8aTsefop1vWzZ3Yl+a/Y5JNoc6hIP7JJe/gPHf4yJ005raV+qzGVI+ZUpxf7r/8w4Te7hgy4S0/0rwUDg3x2K2BNXVxfr6bfgtQZNPc8bqHcaiLYmOv8ym809Bs5Jp8V1YNIdz9gy8bWSOXAXnr5F4wMAhy3gpTycY28KkHWE2Y2PGRMDrSlgYAV1GYQDStsN6+lK3IFRuAc+vddtHAcmyRapjydavrT24hgnxdyMx5A+trb0Yk8eIl2K+B2FiYyaxPDCr6Y5k2u5ygJOzvcm0VglWvlVXPgooMLsl1DG3RIhgxcxxP0BYv0X4cKXICn8TvBsRGT3k2Jneftbd2/+WI0Of6rftG870po5jZtUggOeU4Gx5S3v7M8PpvZDtmGHuDr/jTKWOrqv5PdV/NJJOaZZjiY51OTxUyi2+gH7R8lmzjrW2NsZaO/aNGT/h41jWlUxY8yYUTy5sTpx4dCR6LySPJTk7iZjMQzatQkdPUGdjR+XVvt/TvYHwkZSj8fi74KMfg6NG5PDhw5TxXyVCSzxu6B8lYiEkj2DdlWJx3fp8TdW9NMNf27G3a2N1xX8ONGzD0sqbuON8HfROJLlH1tQefJ54NlTP/SmXfIbLL5/iodBhaTtfYVzmYJ38bNXjh55z29zn9pXzL+ntSn8btSsx4MciOZF/+eZD+9+m1o3Vcx9kkn+ccMn5v4eEPOLY7C7klk1raw+8QPTzKVhW7CWlQMqJh452fl4rw+6b4TAM+Qtu28iwchZ+f+447Lebb6+8jfgjuTnr4dzlSFlVMPJb0nGexNZ2BXJWNdbHf22+o+JqrXfzqptyet5PPYdB/jb4S7DAv9Hf179vY/U1k4iHh8P/qHUx5nwVzj5FerEb7N617tpRWs+5QjgsTRJxHHmPVhQS4lnOwyo+ZU0NrfXN2HU6x1tsvhCh6+G05XBnE7XR7MC5o66snCIku37d44eugsxBLBeBwVmp9Ton4xQh83A4+T145goptsPpIi6T3yWeNTvrj2Nq31D8OBsgkhatvexLH0N9R9uJvipFP4+HWF178CV0HnN1yBu3VFfMJvze2gMtqx/b10r45sanF2BGiuHAq8sfOXRm9WMHjmApxIm26c3dcCxQJNu7+omDB4gCY1/xWqYbDoctVzhnajmgbxXuiIildLrz2rDClHz9mscP7uE1NU7xreXfsWx2ULWfxwMzh7li7BGtAyF4n8Y1lLb8oovLLkNj7LSLi7maRhAOHDN1yc64uMwl+JN7qvIA5hEOvhYXshhBDF5+x+7GSsIDxYsaHHmX1Nmrnjhw3plPOZwbYdsxYynqCB0v3ba8Qu3NfsdSOYWwVSPv0nF+VEWqtWd4OUsafADS39k5AyrULEohT6rmsO1CVGzuXJYhInlPRv1DqCiHv7HzYBucUVsSdEaSKbYuqBuHzAnBehDHQI0O1s+G43w+VbcjKarZt5iOAoo0OUW3XyioHCblVsj6ITK2mkF0vHLz0mvy/U6lchhrsoAyLv1gsHIUEWF0+PzZMSHkWNMimRtRdr6CRBdM+O2G8cNFjLGrHqt/DQvrWaVesrGO3fc105Vk4whHFHwa5+V99MPITCca3h7dkxpVhimQN9sK3qfwysFYmqcUJFwyx7RT/UIU4zApx+L6ke4EDt2tcXilnMIMP8NyRUHwlzs2/D3DNywijXMihCMHSs6YtIKEI5F5eYFqF6ZYm+6oWIYT0yOknk5EOGHRyYsOFzN/fHvlJ5AZX8Ze3U+xjhlKrXv41c5zNkXwJF6MXXHbXQp29ygMuhvV6LfvnHWPUJBmuFKfcjyZHVo2ze0bXJy/r2nnBW3Zq+WdEEe+QlTJXgSWLty0a8qHDS2MKhJt73VQrLJ0hEeeSsrkA9QREtMVqkPJTgDOQmgrIxXtXB4W72Bpd4aF7eSSiqSwcpmt8xbasxSycVpJUQ2OrGaNI8G93tzevjML+1lJag07kn9Bc91Tu78JI/CWqnN+qQuZOnFhsY14C9L6gtCxmDk44LJM6XK4PUbzwBjTrmkEYY/E6n4d/a9F9X76OUzeSW0ftCiHuZQ371w213SM1fpGhiLOXld1KQsz6B+wsjZ6y3FkJnVaE5KPJ3Fp2woSbueywwSzFcxmHRz+h2xtH4SmHEaQ5Z1M87u0IOoUwrQpv0uQC/4/qs5ZeebAMPbzr35yxHsnnYmhbT/pcjibTBCT50LG2pEQY0QbsvDsIT8kf5YG5bBLlzWbls111yxj6n0Us/AHals945Y/wrIWjIA4meJf1no2VVcs6Up2f0bXRwLxJlVHfNyR8xW/dK4iiEyi6Ip2AR++wzhsyBTfh5f5/XDsMwif9tz80KPUN80MGP9a4Uxu2nB7xfYN1RX/gW1qTfHNM5/desenCsBV5tk5m956cJlgIUL0y0B0y/KrVT7Izbd2IqybwHsTtsAd4LkbfXWLsPUAyW9YcSUOOVINOODsXTWLI57eDwUIJIRTIiSWIgFXQONz6Hw6jN8bCoVvvOvB+vd0L3hN20V8OFcfQxjeDL4+xnO/RG8xSdn1C9QLcHDowWDNi+9uWH+ooXM9aJWKxnh+OpVUgwedPZGQtQivg88j+0IPP4ILxEXqPRid8aR8CNM93pOb29bQ8BNtw/87OK1o0srSwonS/U3673MZAD+kz0X6IpSxokVFn8OGsHGA7R08xFbh5Lsrgy75i/io8DRC8Qc+nUsrzG9rPN6utpSyyZPm2La8H+E8B6GJSwJet+Luu7fXqAztSwWx6UVF823m3Ic1eznOGCfxLerxprb2HbT/Bvmy4dOLixfaMm1Oh4pH8vfwmejvpUxvzpDhYoeIJRK/wbrcjwRUTj+swTKc+v62ufXEIdD3BOiFImR9H4b8Co4cMHTOtmlnp5dMut622T7oWIb2K/GaeR3egLY+vH3bk3Rayujcq5SVTPoCnH0R7dUkA6c/i7u1n0WLC3dm4x9IOxaPv4gkiEtB136CeM/c0ByP/xb47wydsXcuLSrZokJ6dCRXZWBSBidfgJK9hOfmj1sHK71ztPhOU1vbUXXqYXw3tWOrqo/FO9Qozp49Oy9ty0fxhjEKBrSGI+IKdKwyL5y5tayk6B4lE3jMnjx5PD5YPIx2ysTHuLAux+xuVSxSfiVaWHhngH1ItEhE7oMt6nYE9nbBJnVMzg3n/JMWslhobX19fY9y+I2WlgQa9LFukmZqaGjogvHtVA+FZIOmI8PiQk+VVzSt5/RJMq6I6gjEn9Ks544tWI8B6icanLp/8WLvko4IKGec9NfRoLYr9LM1Fo+/GXJEDZpwQEHh8m8glzUyVLv3oC8g6PMYVbEG8qLRqDqn96XTl2g+Kz9f3Y+ZpAXD1PkZ77wzdCcudK9lcNU6QwsDRj085kF8dHSqNc546CXC1YAxeYRw6Cp9ec+ehYSbEpDBMlIyje3t76Cd9mmSuTxaUoIwH0HBhb7HxUUqNZVwSzhqAjD7p1xb6FbFKxgZNQLoJHd6SckUIl82dWoR1RUL5zM9VgLT6IHBaSY4v7h4NEb4asKpCCGUwW7NNV7h0q7yaIzCGetLXQ4SLRwKGRno9fGAjJbNBrFvGxnYHCUe5IJil1fGXBhwGCcQ9w1JtdjKuZRtl2lGCJdrHGMfJRyhHSN42nFmY8DChFNxwuETLoYnZ+aVD8fHeZreLdN00DHhmjdxIs2sKsgjRh56jYxuzwbxpVbPMAyzo4qHC3eJ4ZOXlgnMsFQzTA22484m3j+Nw9ghfIelN8Ph0WqGcfGqZlwrXbFihZfoQHGClwfuQCk+KX0ZvJAjoeiXYoplc8LTg6t1DwWxJP0Z9pYcZtqbYfcOnGQtrQDfTd7Cl1xVhXPqLItLmDIvfcAGNm3+/Pnh/nfeyXu/vy8fHfQ1Nzd3ADLHdtQSIGGiZ+65UmVPasPMTSVIBS8PU9zeVPWMevoPI4NQNTJ+82CMlpGNPdErpQpKN4kijmK6wcwwy8ujkHC8BhXSUvozDLp1KpEo602n9czE4JyymYvA9aqU/Vq5gsLN0oQjfvN029lksLyMDnRgZLRsNjhq3LgY6Mp+7P9RxePtJuiX2lQxDjc2NiYxmseJilDQCWoamGlb8ibDLk95CQGkZqWBHoGrF6xTM8zUBJ2mDr0Rf2vyr2swcIaHZAboMNc61DZUoW/R0NOq2iWLEkRUelnaalF0PIzDisDNOo5S+MLNMlh8EIrUQGA9YiB0QvBHDXGcoxUC6ihRJAcl0Maa9u5VvLhWGlIGA+jL6F0iqGQo3E9cRTgIRWCXWsM8JyemRTIcxojoTG2dam+fBSaMkMBMuocOhxKX5NNcYWGUIFv7CWfAIOKyDUESKEVFihczP6QM7WtaAoMd5NPkrBBHlCavgfedOoWzvByNFNPZ1NRkkqBRTIy4yjlqNEn7RiJBoAmHnQbVjrtqwKjCHXcPJhw3I0mCVHA/lqETtWDd8bOxNDJYc0EeWlJ+/QPcVWNkKQ+pgm/XCz005kEFTJammkSmxlM1YN9d5CKsWQjeizqaeDlo7xIdymMEvRK8QPeNpUbpfi1UfNwfGHTjy+DqyNOjACrCxHRQJsiUDacZds2n9Xuty+JvSVTPcDgcDh9NpfTAyypiwD8BmmyWViGBmaBztvqwZgkKdbegj26NIyYiBidESnMgwSAZPkRON4xyywAZLJ1IwHAj43EPCYTDYaurFLZ+2mOMBQUyRrZywYIYjNJrRn0RGGVZzZxZDQEhond7/9xRZCyFuG5HOObgBzVe4TyQZaXhQ4gkNAtsdI+vmuBwv84DMrp9CAhbTUhDZ4nHFguyZzhcV1dnwxC98Cls33vt+PHTx9ra3sbM9fqCPEMJl8J3BEwLp0zxDWb+F0MshDatA8vU4AiDwKCAg/syuIIP8Gnp7PBwa+spsjnYipluCdYzHKYGTA7WsVc855G5MGVmy6LGmMehQDC8idAZCuHm0StcGhxqYobMuVkSoIny8nJzv42+CjQfLDIyPm1oDIb6s0xs3IoFuQc5jFOOydRYDWa2kbAMHQqCxrKjra1tGFk6oKiStPvUOqcKEqGPc7Hf5YBiukwwlwug9nUaPljpviODzJkvo2WHgb7NYMy3hnEYVzLBGTaOYeT8dRyYKdM5/nZscMlKDc58HM4bHooanK3NACRtHpSJanlsyUZG084GEYtmhjGgXbQkg/yDZjgU2Iu547/X4l+ovsMDZpgUor1OK8a1jXrPvXby5FHIxjNdOj/ckki8oXkIwmcjgxsEJTNn6tQCJL0pqp3xP+K66e2gzHA4nRt8nsxcQ/RBDuNPNoEZ9tcZEpPv8IB1QYoKuPUUTk/qPRavFF+mo2ncSeFiTt1X4fDEtxFfRskZ/UsY2KloDqumc3ZXOrkMdc8u/q9BfhxHzTaKwTJ4kCfT4cxcQ3yDHG5sa2vVGTnj5mL0aLOGeSRiQl13Vh+P98Dhe1FHqMq578Zb45i1B6kd9H2f+OSfZRhP9Fgs1onj3bcIh8yC/XteSODf8xuoDqnnmhOJnS6O25eSkks5d1brOjpZiCvmRbpuoAibrCzxn1ZD95BBDquMLNkhctp75VKsdB5FWwusb1OGDtSEOn3SxOeY24E2wu0J4E9hHT1s5Y29UW15WWRi8faHcPq8E4MSQzR8DP32Qe7BCSL0RbKFRGhf73VSuA/HFaxf8DHffnJacXGQxsJjxpjkCcmYz+5isGdwoTeNdDqdoy++NAetScLVv+E1cQhI91wvt7X1aqOHYMsgn00mGo2Oy02l6NCTUeYsXNg5cDCjhRPpPynhEA/d1pRI/FuGwMVeodmfVjzxhqAfpYWTuun7E33RCNIJHxTSAxn+r9cpgrDdPaCjj6IEoTwGdkt9Fx304aJ32HPmzbid+nFVVZV1UtoriYaBeHngklR0T+CiBqXFxZXMSeNv0LRDeNfFgi9tiXfUDnRsUBIYyHAx1N/r6movyB/zGmy9iqYWjn+/JXFiSzbb/xc4Fz0E15NDrQAAAABJRU5ErkJggg==);
}

.loader {
  font-size: 10px;
  position: absolute;
  text-indent: -9999em;
  width: 96px;
  height: 96px;
  left: 50%;
  top: 50%;
  margin: -48px 0 0 -48px;
  border-radius: 50%;
  background: #ff7149;
  background: -moz-linear-gradient(
    left,
    #ff7149 10%,
    rgba(255, 255, 255, 0) 42%
  );
  background: -webkit-linear-gradient(
    left,
    #ff7149 10%,
    rgba(255, 255, 255, 0) 42%
  );
  background: -o-linear-gradient(left, #ff7149 10%, rgba(255, 255, 255, 0) 42%);
  background: -ms-linear-gradient(
    left,
    #ff7149 10%,
    rgba(255, 255, 255, 0) 42%
  );
  background: linear-gradient(
    to right,
    #ff7149 10%,
    rgba(255, 255, 255, 0) 42%
  );
  position: relative;
  -webkit-animation: load3 1.4s infinite linear;
  -o-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear;
}
.loader:before {
  width: 50%;
  height: 50%;
  background: #ff7149;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}
.loader:after {
  background: #fff;
  width: 90%;
  height: 90%;
  border-radius: 50%;
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*
// 30. Header
// --------------------------------------------------
*/
/* 30.1. Top Wrapper */
.top-wrapper {
  background-image: url(../images/bg1.jpg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: relative;
  padding: 60px 0 0 0;
}
@media (min-width: 768px) {
  .top-wrapper {
    padding-top: 250px;
    padding-bottom: 50px;
  }
}
.top-wrapper.top-wrapper__bg1 {
  /* background: url(../images/la-dentista.jpg) no-repeat center center fixed; */
  -webkit-background-size: 100%;
  -moz-background-size: 110%;
  -ms-background-size: 110%;
  -o-background-size: 110%;
  background-size: 110%;
  background-position: 0px -80px;
}

.top-wrapper.top-wrapper__bg2 {
  background-image: url("https://d8obj72s6blpu.cloudfront.net/static/images/top-bg2.jpg");
}

.top-wrapper.top-wrapper__store {
  margin-top: 89px;
  background-image: url("https://d8obj72s6blpu.cloudfront.net/static/images/store-banner-desktop.jpg");
  background-position: top;
  background-size: 100%;
  padding: 20% 0;
}

.top-wrapper.top-wrapper__store--auth {
  margin-top: 61px;
}

@media (max-width: 767px) {
  .top-wrapper.top-wrapper__store--auth {
    margin-top: 89px;
  }
}

@media (min-width: 2000px) {
  .top-wrapper.top-wrapper__store {
    padding: 26.5em 0;
  }
}

.page-section--store {
  padding-top: 40px;
}

.header {
  z-index: 99;
  padding: 0;
  position: absolute;
  width: 100%;
  top: 0;
  -webkit-transition: padding 0.35s cubic-bezier(0.3, 0.1, 0.55, 1);
  -o-transition: padding 0.35s cubic-bezier(0.3, 0.1, 0.55, 1);
  transition: padding 0.35s cubic-bezier(0.3, 0.1, 0.55, 1);
}

.no-mobile .header.header__fixed,
.no-mobile .header.affix {
  width: 100%;
  position: fixed;
  top: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.no-mobile .header.affix {
  padding-bottom: 10px;
  background: rgba(54, 39, 76, 0.95);
}
@media (max-width: 768px) {
  .no-mobile .header.affix {
    padding: 5px 0;
  }
}
/* 30.2. Logo */
.header .logo {
  margin: 0;
  padding: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  float: left;
}
.header .logo img {
  position: relative;
  display: inline-block;
  z-index: 2;
  max-width: 100%;
  height: auto;
}
@media (max-width: 769px) {
  .header .logo img {
    max-height: 22px;
    width: auto;
  }
}
.header .logo h1,
.header .logo h2 {
  position: relative;
  z-index: 2;
  font-size: 34px;
  line-height: 1em;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  margin: 0;
}
.header .logo h1 > a,
.header .logo h2 > a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
}
/* 30.3. Navigation */
.fhmm {
  background: none;
  border: none;
  padding: 11px 0;
  margin-bottom: 0;
  min-height: 0;
  top: 0 !important;
  min-height: 68px;
}

@media (min-width: 768px) {
  .fhmm {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .fhmm:before,
  .fhmm:after {
    display: none;
  }
}

.fhmm ul {
  margin: 0;
  padding: 0;
}
.fhmm ul li:before {
  display: none;
}
.fhmm ul li {
  padding: 0;
  margin: 0;
}
.fhmm .navbar-toggle {
  margin: 0;
  padding: 0;
  border-radius: 50%;
  vertical-align: middle;
  height: 44px;
  width: 44px;
  background: #4d306e;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 8;
  background: none;
  text-align: center;
  border: 2px solid #836aa0;
}
.fhmm .navbar-toggle:hover,
.fhmm .navbar-toggle:active,
.fhmm .navbar-toggle:focus {
  background: none;
}
.fhmm .navbar-toggle .fa {
  color: #fff;
  font-size: 14px;
  margin-right: 0;
}
.fhmm .navbar-toggle .touch-button {
  display: none;
}
@media (max-width: 768px) {
  .fhmm .navbar-toggle {
    width: 32px;
    height: 32px;
    top: 10px;
  }
}
@media (min-width: 768px) {
  #main-nav .navbar-nav .dropdown-menu li a {
    color: #37274f !important;
    border-top: 0;
    padding: 0 15px 0 15px;
  }
}

@media (min-width: 768px) {
  .nav.navbar-nav {
    background-color: transparent !important;
    float: right;
  }
}
.top-wrapper.top-wrapper__bg1 {
  background: url(../images/la-dentista.jpg) no-repeat center center fixed;
  -webkit-background-size: 100%;
  -moz-background-size: 110%;
  -ms-background-size: 110%;
  -o-background-size: 110%;
  background-size: 110%;
  background-position: 0px 0px;
}

.fhmm .container {
  position: relative;
}
.fhmm .navbar-collapse {
  margin: 0 -30px;
  border: none;
}
.fhmm .navbar-collapse.in {
  overflow: auto;
  max-height: 400px;
}
@media all and (min-width: 992px) {
  .fhmm .navbar-collapse {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }
}
.fhmm .navbar-collapse .navbar-nav {
  background: #36274c;
  margin: 0;
  padding: 0;
}
@media all and (max-width: 991px) {
  .fhmm .navbar-collapse .navbar-nav li a {
    position: relative;
    display: block;
    z-index: 2;
    overflow: hidden;
    font-size: 1em;
    color: #fff;
    text-decoration: none;
    padding: 12px 15px;
    font-weight: normal;
  }
  .fhmm .navbar-collapse .navbar-nav li a .label {
    margin-left: 4px;
    vertical-align: middle;
  }
  .fhmm .navbar-collapse .navbar-nav li a.thumb-link {
    padding: 0;
  }
  .fhmm .navbar-collapse .navbar-nav li + li {
    border-top: 1px solid #3f3f3f;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }
  .fhmm .navbar-collapse .navbar-nav li.active > a,
  .fhmm .navbar-collapse .navbar-nav li.active > a:hover,
  .fhmm .navbar-collapse .navbar-nav li.active > a:focus {
    background: none !important;
    color: #fff;
  }
  .fhmm .navbar-collapse .navbar-nav li.active > a:before,
  .fhmm .navbar-collapse .navbar-nav li.active > a:hover:before,
  .fhmm .navbar-collapse .navbar-nav li.active > a:focus:before {
    background: none;
  }
  .fhmm .navbar-collapse .navbar-nav li.open > a,
  .fhmm .navbar-collapse .navbar-nav li.open > a:hover,
  .fhmm .navbar-collapse .navbar-nav li.open > a:focus {
    background: none !important;
    color: #fff;
  }
  .fhmm .navbar-collapse .navbar-nav li.open > a:before,
  .fhmm .navbar-collapse .navbar-nav li.open > a:hover:before,
  .fhmm .navbar-collapse .navbar-nav li.open > a:focus:before {
    background: none;
  }
}
@media all and (min-width: 992px) {
  .fhmm .navbar-collapse .navbar-nav {
    float: right;
    background: none;
  }
  .fhmm .navbar-collapse .navbar-nav > li {
    text-align: left;
    list-style: none;
    display: inline-block;
    overflow: visible;
    padding: 11px 0 0 0;
    border: none !important;
    -webkit-transition: background 0.2s ease-in-out;
    -o-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out;
  }
  .fhmm .navbar-collapse .navbar-nav > li + li {
    margin-left: 28px;
  }
  .fhmm .navbar-collapse .navbar-nav > li a {
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    padding: 0;
    text-transform: uppercase;
    line-height: 24px;
    font-weight: 700;
    position: relative;
    z-index: 3;
    background: none;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
  }
  .fhmm .navbar-collapse .navbar-nav > li > a:hover,
  .fhmm .navbar-collapse .navbar-nav > li > a:focus {
    background: none;
    color: #fff;
    opacity: 0.7;
  }
  .fhmm .navbar-collapse .navbar-nav > li.active > a,
  .fhmm .navbar-collapse .navbar-nav > li.active > a:hover,
  .fhmm .navbar-collapse .navbar-nav > li.active > a:focus {
    background: none;
    color: #fff;
    opacity: 0.7;
  }
  .fhmm .navbar-collapse .navbar-nav > li.open > a,
  .fhmm .navbar-collapse .navbar-nav > li.open > a:hover,
  .fhmm .navbar-collapse .navbar-nav > li.open > a:focus {
    background: none;
    color: #fff;
  }
}
.fhmm .navbar-collapse .navbar-nav > li > .dropdown-menu {
  margin-top: 0;
}
.fhmm .dropdown-menu {
  box-shadow: none;
  border: none;
  border-bottom: 1px solid #d2d2dd;
  padding: 0 15px;
  left: auto;
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
}
@media (min-width: 992px) {
  .fhmm .dropdown-menu {
    padding: 0;
  }
}
.fhmm .dropdown-menu > li {
  border: none;
}
.fhmm .dropdown-menu > li > a {
  color: #fff !important;
  padding: 10px 20px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.fhmm .dropdown-menu > li > a:hover {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  color: #fff;
}
@media (min-width: 992px) {
  .fhmm .dropdown-menu > li > a {
    color: #746981 !important;
    font-size: 18px;
    font-family: "azo-sans-web", sans-serif;
    font-weight: 600;
    padding: 14px 24px;
  }
  .fhmm .dropdown-menu > li > a:hover {
    color: #4d306e;
    text-decoration: none;
  }
  .fhmm .dropdown-menu > li > a .label {
    margin-left: 5px;
  }
}
.fhmm .dropdown-menu > li.active > a {
  background: #efefef;
}
.fhmm .dropdown-menu > li + li a {
  border-top: 1px solid #4d306e;
}
@media (min-width: 992px) {
  .fhmm .dropdown-menu > li + li a {
    border-top: 1px solid #d2d2dd;
  }
}
@media (min-width: 992px) {
  .fhmm .dropdown-menu .withoutdesc {
    margin-top: 0;
    display: block;
    text-align: left;
    text-transform: none;
    width: 100%;
  }
}
.fhmm .dropdown-menu .fhmm-content.withdesc a:after {
  color: #cfcfcf;
  content: attr(data-description);
  display: block;
  font-size: 11px;
  font-weight: 400;
  line-height: 0;
  margin: 10px 0 15px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .fhmm .dropdown-menu .product-item .product-info {
    padding-right: 0;
  }
  .fhmm .dropdown-menu .product-item .product-info .product-name {
    font-size: 15px;
    color: #fff;
  }
  .fhmm .dropdown-menu .product-item .product-info .product-brand {
    font-size: 12px;
    display: block;
    margin-bottom: 10px;
  }
  .fhmm .dropdown-menu .product-item .product-info .btn-shopping-cart {
    margin: 0 !important;
    padding-top: 0;
    padding-bottom: 0;
  }
  .fhmm .dropdown-menu .product-item .product-footer .price ins {
    color: #fff;
  }
  .fhmm .dropdown-menu .product-item .product-footer .star-rating {
    padding-top: 7px;
  }
  .fhmm .dropdown-menu .product-item .product-footer .star-rating .fa {
    font-size: 14px;
  }
}
.fhmm .dropdown-submenu {
  position: relative;
}
.fhmm .dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: 0;
}
.fhmm .dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.fhmm .dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}
.fhmm .dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}
.fhmm .dropdown-submenu.pull-left {
  float: none;
}
.fhmm .dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.fhmm li > a > .fa {
  color: #bfbfbf;
  margin-right: 8px;
  font-size: 18px;
}
.fhmm video {
  max-width: 100%;
  height: auto;
}
.fhmm iframe,
.fhmm embed,
.fhmm object {
  max-width: 100%;
}
.fhmm .google-map {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  min-height: 200px;
}
.fhmm div.google-map {
  background: rgba(255, 255, 255, 0.5);
  background: #ffffff;
  height: 200px;
  margin: 0 0 0px 0;
  width: 100%;
}
.fhmm #googlemaps img {
  max-width: none;
}
.fhmm .nav,
.fhmm .collapse,
.fhmm .dropup,
.fhmm .dropdown {
  position: static;
}
.fhmm .half {
  width: 50%;
  left: auto !important;
  right: auto !important;
}
.fhmm .half-right {
  left: auto !important;
  right: 0 !important;
}
.fhmm .nav.navbar-right .dropdown-menu {
  left: auto;
  right: 0;
}
.fhmm .fhmm-content {
  padding: 0 10px;
}
@media all and (max-width: 991px) {
  .fhmm .fhmm-content {
    color: #fff;
  }
}
.fhmm .fhmm-content .fhmm-content-inner {
  padding: 20px 15px;
}
@media (min-width: 992px) {
  .fhmm .fhmm-content {
    padding: 0 15px;
  }
  .fhmm .fhmm-content ul li > a {
    display: block;
    font-size: 18px;
    padding: 14px 24px;
    margin: 0;
    color: #746981;
    font-weight: 600;
    font-family: "azo-sans-web", sans-serif;
  }
  .fhmm .fhmm-content ul li > a:hover {
    background: #f9fafb;
    text-decoration: none;
  }
  .fhmm .fhmm-content ul li.active > a {
    background: #f9fafb;
  }
  .fhmm .fhmm-content ul li + li > a {
    border-top: 1px solid #d2d2dd;
  }
  .fhmm .fhmm-content .product-item {
    padding: 30px 20px;
    margin-bottom: 10px;
  }
}
.fhmm .dropdown.fhmm-fw .dropdown-menu {
  left: 0;
  right: 0;
}
.fhmm hr {
  border-top-color: #3f3f3f;
}
@media all and (min-width: 992px) {
  .fhmm hr {
    border-top-color: #efefef;
  }
}
.fhmm .caret {
  color: #c1c1c1;
  position: relative;
  top: -2px;
}
.fhmm .label {
  margin-left: 8px;
}
.fhmm .title {
  border-bottom: 1px solid #836aa0;
}
@media all and (max-width: 991px) {
  .fhmm .title {
    font-size: 18px;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 8px;
  }
}
@media all and (min-width: 992px) {
  .fhmm .title {
    padding: 15px 30px 19px 30px !important;
    margin: 0 -15px;
    border-bottom: 2px solid #836aa0;
    padding-top: 10px;
    color: #746981;
  }
}
@media (max-width: 991px) {
  .fhmm .media + .media {
    padding-top: 15px;
  }
}
.fhmm p:last-child {
  margin-bottom: 0;
}
.fhmm p:last-child a {
  display: inline !important;
  padding: 0 !important;
}
.dropdown-toggle__caret {
  display: inline-block;
  z-index: 10;
  position: relative;
  padding: 0 !important;
  background: none !important;
  width: 24px !important;
  height: 24px;
  text-align: center;
  float: right;
  border-radius: 50%;
  margin-top: -35px;
  border: 2px solid #ffffff !important;
}
@media (min-width: 992px) {
  .dropdown-toggle__caret {
    /* margin-left: -20px; */
    margin-left: 10px;
    margin-top: 0;
  }
}
.dropdown-toggle__caret .caret {
  margin-left: 0;
  border-top-color: #ff7149;
}
.dropdown-toggle__caret:hover,
.dropdown-toggle__caret:focus {
  border-color: #836aa0;
}
.dropdown-toggle__caret:before {
  display: none !important;
}
.dropdown-toggle__caret-holder {
  /* padding-right: 30px !important; */
}
.navbar-nav .dropdown .dropdown-toggle__caret:after {
  /* content: ""; */
  display: block;
  position: absolute;
  left: 0;
  top: 27px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  opacity: 0;
}
.navbar-nav .dropdown.open .dropdown-toggle__caret:after {
  opacity: 1;
}
/* 30.4. Search Form */
@media all and (min-width: 992px) {
  .item-has-search {
    width: 44px;
    position: relative;
    z-index: 3;
    top: -11px;
  }
}
.form-search__nav {
  border: 2px solid #836aa0;
  border-radius: 50px;
  margin: 15px;
}
@media all and (min-width: 992px) {
  .form-search__nav {
    position: absolute;
    right: 0;
    margin: 0;
  }
}
.form-search__nav input[type="text"] {
  line-height: 40px;
  color: #fff;
  border: none;
  background: none;
  width: 100%;
  padding: 0 20px;
  border-radius: 50px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
@media all and (min-width: 992px) {
  .form-search__nav input[type="text"] {
    line-height: 40px;
    width: 40px;
    padding: 0;
  }
}
.form-search__nav input[type="text"]:focus,
.form-search__nav input[type="text"].focus {
  outline: 0;
  background: #372850;
}
@media all and (min-width: 992px) {
  .form-search__nav input[type="text"]:focus,
  .form-search__nav input[type="text"].focus {
    width: 214px;
    padding: 0 20px;
  }
}
.form-search__nav .fa {
  font-size: 14px;
  color: #fff;
  background: none !important;
  border: none;
  text-align: center;
  line-height: 40px;
  position: absolute;
  top: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  pointer-events: none;
}
@media all and (min-width: 992px) {
  .form-search__nav .fa {
    top: 0;
    right: 0;
  }
}
/* 30.5. Shopping Cart */
@media (min-width: 992px) {
  .item-has-cart {
    position: relative;
  }
}
.item-has-cart:active {
  border: none;
}
.item-has-cart .fhmm-content {
  padding: 0;
}
.item-has-cart .shopping-cart {
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  vertical-align: middle;
}
@media (min-width: 992px) {
  .item-has-cart .shopping-cart {
    padding: 0 24px;
    line-height: 40px;
    border-radius: 0 0 12px 12px;
    margin-top: -12px;
    text-align: left;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
  }
}
.item-has-cart .shopping-cart .cart-icon {
  display: inline-block !important;
  width: 44px;
  height: 44px;
  line-height: 40px;
  text-align: center;
  background: tomato;
  padding: 0 !important;
  margin: 10px 16px;
  vertical-align: middle;
}
@media (min-width: 992px) {
  .item-has-cart .shopping-cart .cart-icon {
    display: inline-block;
    float: none;
    margin: 0 16px;
    position: relative;
    font-size: 21px;
    color: #fff;
  }
}
@media (min-width: 992px) {
  .item-has-cart .shopping-cart .cart-icon:after {
    content: "";
    display: block;
    position: absolute;
    left: 12px;
    top: 60px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    opacity: 0;
  }
}
.item-has-cart .shopping-cart .cart-icon:hover {
  background: #ff7149;
}

.item-has-cart .shopping-cart .cart-total {
  display: inline-block;
  line-height: 40px;
}
.item-has-cart .shopping-cart .cart-number {
  display: inline-block;
  line-height: 40px;
}
.item-has-cart .shopping-cart.open .cart-icon:after {
  opacity: 1;
}
@media (min-width: 992px) {
  .item-has-cart .dropdown-menu {
    margin-top: 20px;
  }
}
.item-has-cart .table {
  background: #fff;
  margin-bottom: 0;
}
.item-has-cart .table tbody > tr > td {
  vertical-align: middle;
  border-top: 1px dashed #d2d2dd;
}
@media (max-width: 991px) {
  .item-has-cart .table tbody > tr > td {
    display: block;
    width: 100%;
    float: left;
    padding: 10px 20px;
  }
  .item-has-cart .table tbody > tr > td.product-price,
  .item-has-cart .table tbody > tr > td.product-subtotal {
    padding-top: 0;
    border-top: none;
  }
}
.item-has-cart .table tbody > tr:first-child > td {
  border-top: none;
}
.item-has-cart .table tbody > tr > td:last-child {
  width: 1%;
}
@media (max-width: 991px) {
  .item-has-cart .product-thumb-holder {
    display: none !important;
  }
}
.item-has-cart .product-thumb {
  float: left;
  margin: 0 20px 0 0;
}
@media (max-width: 991px) {
  .item-has-cart .product-thumb {
    margin: 0;
  }
}
.item-has-cart .product-name {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .item-has-cart .product-name {
    font-size: 18px;
  }
}
.item-has-cart .product-name .product-count {
  color: #ff7149;
}
@media (max-width: 991px) {
  .item-has-cart .product-desc-alt {
    font-size: 13px;
  }
}
.item-has-cart .product-price {
  font-family: "azo-sans-web", sans-serif;
  text-align: right;
  font-weight: bold;
}
@media (max-width: 991px) {
  .item-has-cart .product-price {
    font-size: 14px;
  }
}
.item-has-cart .product-subtotal-txt {
  font-size: 24px;
  font-weight: 600;
}
@media (max-width: 991px) {
  .item-has-cart .product-subtotal-txt {
    font-size: 18px;
  }
}
.item-has-cart .product-subtotal {
  font-weight: 700;
  font-size: 24px;
  text-align: right;
}
@media (max-width: 991px) {
  .item-has-cart .product-subtotal {
    font-size: 18px;
  }
}
.item-has-cart .product-checkout {
  background: #f1f2f4;
}
.item-has-cart .product-close {
  text-align: right;
  background: #f1f2f4;
}
.minicart a:hover {
  text-decoration: none;
}
@media (max-width: 991px) {
  .item-has-cart .product-close {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .minicart {
    opacity: 0;
  }
}
/*
// 31. Revolution Slider (Custom styles)
// --------------------------------------------------
*/
.tp-banner-holder {
  position: relative;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.tp-caption.rocket_large_white {
  border-width: 0px;
  border-style: none;
  border-color: #000000;
  background-color: transparent;
  color: #fff;
  text-decoration: none;
  text-shadow: none;
  letter-spacing: 0;
  font-weight: 700;
  font-size: 68px;
  text-align: center;
  font-family: "mahalia", cursive;
  line-height: 86px;
}
.tp-caption.rocket_verysmall_white_mw {
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  background-color: transparent;
  text-shadow: none;
  letter-spacing: 0;
  white-space: normal !important;
  border-width: 0px;
  border-color: #000000;
  border-style: none;
}
.tp-caption.rocket_medium_white {
  border-width: 0px;
  border-style: none;
  border-color: #000000;
  background-color: transparent;
  color: #fff;
  text-decoration: none;
  text-shadow: none;
  letter-spacing: 0;
  font-weight: 700;
  font-size: 46px;
  font-family: "azo-sans-web", sans-serif;
  line-height: 46px;
}
.tp-caption.rocket_or_txt {
  display: none;
  border-width: 2px;
  border-style: solid;
  border-color: #836aa0;
  background-color: transparent;
  color: #ff7149;
  text-decoration: none;
  text-shadow: none;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0;
  font-weight: 300;
  font-size: 15px;
  font-family: "azo-sans-web", sans-serif;
  line-height: 46px;
  height: 50px;
  width: 50px;
  border-radius: 50px;
}
@media (min-width: 992px) {
  .tp-caption.rocket_or_txt {
    display: block;
  }
}
.tp-caption.rocket_border_line_dash {
  display: none;
  border-top: 1px dashed rgba(255, 255, 255, 0.33);
  width: 25px;
  height: 1px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .tp-caption.rocket_border_line_dash {
    display: block;
  }
}
.tp-caption li:before {
  display: none;
}
@media (min-width: 992px) {
  .tp-caption li:before {
    display: block;
  }
}
@media (max-width: 980px) {
  .tp-store {
    margin-top: 5em;
  }
  .tp-caption.rocket_large_white {
    font-size: 38px;
  }
}
/* Bullets (pagination) */
.tp-bullets {
  z-index: 98 !important;
}
.tp-bullets.simplebullets.navbar {
  height: 35px;
  padding: 0;
}
.tp-bullets.simplebullets .bullet {
  position: relative;
  display: inline-block;
  margin: 0 5px !important;
  width: 8px !important;
  height: 8px !important;
  padding: 0 !important;
  cursor: pointer;
  background: #cbc8c9 !important;
  border-radius: 50%;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.tp-bullets.simplebullets .bullet.last {
  margin-right: 0px;
}
.tp-bullets.simplebullets .bullet:hover,
.tp-bullets.simplebullets .bullet.selected {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #ff7149 !important;
}
/* Arrows (prev/next) */
.tparrows.default.round {
  display: none;
  width: 56px !important;
  height: 56px !important;
  border-radius: 50%;
  vertical-align: middle;
  background: none !important;
  z-index: 98 !important;
  border: 2px solid #836aa0;
}
@media (min-width: 768px) {
  .tparrows.default.round {
    display: block;
  }
}
.tparrows.default.round .tp-arr-allwrapper {
  display: block;
  position: absolute !important;
  width: 55px;
  height: 1px;
  border-top: 1px dashed #82798e;
  top: 50%;
}
.tparrows.default.round .tp-arr-iwrapper {
  display: block;
  position: absolute !important;
  width: 7px;
  height: 7px;
  background: #82798e;
  border-radius: 50%;
  top: 50%;
  margin-top: -4px;
}
.tparrows.default.round:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: block;
  border-radius: 50%;
  content: "";
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  font-family: "Font Awesome 5 Pro";
  font-size: 16px;
  color: #fff;
  font-style: normal;
  font-weight: normal;
  line-height: 52px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
}
.tparrows.default.round:hover {
  color: #fff;
}
.tp-leftarrow.default.round .tp-arr-allwrapper {
  left: 100%;
}
.tp-leftarrow.default.round .tp-arr-iwrapper {
  left: 100%;
  margin-left: 3px;
}
.tp-leftarrow.default.round:after {
  content: "\f053";
}
.tp-rightarrow.default.round .tp-arr-allwrapper {
  left: -100%;
  margin-left: -3px;
}
.tp-rightarrow.default.round .tp-arr-iwrapper {
  left: 0;
  margin-left: -3px;
}
.tp-rightarrow.default.round:after {
  content: "\f054";
}
.tparrows.tp-rightarrow.default.round:after {
  margin-left: 1px;
}
.tparrows.default.round:hover:after {
  background: #fff;
  color: #4d306e;
}
/*
// 32. Static Header
// --------------------------------------------------
*/
.static-header {
  position: relative;
  min-height: auto;
  padding: 0 0 30px 0;
  overflow: hidden;
}
@media (min-width: 768px) {
  .static-header {
    padding: 0;
    min-height: 368px;
  }
}
@media (min-width: 992px) {
  .static-header {
    min-height: 481px;
  }
}
@media (min-width: 1200px) {
  .static-header {
    min-height: 583px;
  }
}
.static-header .container {
  position: relative;
}
@media (min-width: 768px) {
  .static-header__num1 {
    position: absolute;
    left: 0;
    top: 40px;
    width: 64%;
  }
}
@media (min-width: 992px) {
  .static-header__num1 {
    top: 80px;
  }
}
@media (min-width: 1200px) {
  .static-header__num1 {
    top: 90px;
  }
}
@media (min-width: 768px) {
  .static-header__num2 {
    position: absolute;
    right: 0;
    top: 40px;
    width: 19%;
  }
}
@media (min-width: 992px) {
  .static-header__num2 {
    top: 80px;
  }
}
@media (min-width: 1200px) {
  .static-header__num2 {
    top: 44px;
  }
}
@media (min-width: 768px) {
  .static-header__num3 {
    position: absolute;
    right: 0;
    top: 200px;
    width: 47%;
  }
}
@media (min-width: 992px) {
  .static-header__num3 {
    top: 285px;
  }
}
@media (min-width: 1200px) {
  .static-header__num3 {
    top: 323px;
  }
}
.static-header__rocket {
  display: none;
}
@media (min-width: 768px) {
  .static-header__rocket {
    display: block;
    position: absolute;
    right: 140px;
    top: 50px;
  }
}
@media (min-width: 992px) {
  .static-header__rocket {
    right: 160px;
    top: 60px;
  }
}
@media (min-width: 1200px) {
  .static-header__rocket {
    right: 210px;
    top: 70px;
  }
}
.static-header__rocket img {
  max-width: 100%;
  height: auto;
}
.header-title-lg {
  display: block;
  font-size: 60px;
  line-height: 1em;
  font-weight: 700;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.33);
  padding-bottom: 10px;
  margin-bottom: 10px;
  position: relative;
  color: #fff;
  text-align: center;
}
.header-title-lg:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -6px;
  bottom: -7px;
  width: 13px;
  height: 13px;
  background: rgba(255, 255, 255, 0.11);
  border-radius: 50%;
}
@media (min-width: 768px) {
  .header-title-lg:before {
    left: -13px;
    margin-left: 0;
  }
}
.header-title-lg:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -2px;
  bottom: -3px;
  width: 5px;
  height: 5px;
  background: #ff7149;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .header-title-lg:after {
    left: -9px;
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .header-title-lg {
    text-align: left;
    font-size: 100px;
    padding-left: 10px;
    padding-bottom: 14px;
    margin-bottom: 12px;
    margin-left: 13px;
  }
}
@media (min-width: 992px) {
  .header-title-lg {
    font-size: 120px;
  }
}
@media (min-width: 1200px) {
  .header-title-lg {
    font-size: 164px;
    padding-bottom: 18px;
    margin-bottom: 15px;
  }
}
.header-title-n {
  display: block;
  font-size: 42px;
  line-height: 1em;
  font-weight: 700;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.33);
  padding-bottom: 10px;
  position: relative;
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
}
.header-title-n:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -6px;
  bottom: -7px;
  width: 13px;
  height: 13px;
  background: rgba(255, 255, 255, 0.11);
  border-radius: 50%;
}
@media (min-width: 768px) {
  .header-title-n:before {
    right: -13px;
    left: auto;
    margin-left: 0;
  }
}
.header-title-n:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -2px;
  bottom: -3px;
  width: 5px;
  height: 5px;
  background: #ff7149;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .header-title-n:after {
    right: -9px;
    left: auto;
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .header-title-n {
    text-align: right;
    font-size: 46px;
    padding-right: 10px;
    padding-bottom: 14px;
    margin-bottom: 12px;
    margin-right: 13px;
  }
}
@media (min-width: 992px) {
  .header-title-n {
    font-size: 52px;
  }
}
@media (min-width: 1200px) {
  .header-title-n {
    font-size: 64px;
    padding-bottom: 25px;
    margin-bottom: 8px;
  }
}
.header-title-sm {
  display: block;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 300;
  font-family: "azo-sans-web", sans-serif;
  margin-bottom: 30px;
  color: #fff;
}
@media (min-width: 768px) {
  .header-title-sm {
    font-size: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .header-title-sm {
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  .header-title-sm {
    font-size: 36px;
  }
}
.header-title-sm.text-left {
  text-align: center;
}
@media (min-width: 768px) {
  .header-title-sm.text-left {
    text-align: left;
    padding-left: 20px;
  }
}
.header-title-sm.text-right {
  text-align: center;
}
@media (min-width: 768px) {
  .header-title-sm.text-right {
    text-align: right;
    padding-right: 20px;
  }
}

/*
// 34. Page 404
// --------------------------------------------------
*/
.page-404 {
  background-color: #36274c;
  background-image: url(../images/bg1.jpg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  color: #ffffff;
  position: relative;
  padding: 40px 0;
}
@media (min-width: 992px) {
  .page-404 {
    padding: 240px 0;
  }
}
.page-404 .page-wrapper .container {
  position: relative;
}
.page-404-main {
  text-align: center;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .page-404-main {
    position: absolute;
    width: 100%;
    top: -40px;
    text-align: left;
    margin-bottom: 0;
  }
}
.page-404-main .page-404-num {
  display: block;
  font-size: 140px;
  font-weight: 700;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.33);
  padding-bottom: 10px;
  margin-bottom: 20px;
  position: relative;
}
.page-404-main .page-404-num:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -7px;
  width: 13px;
  height: 13px;
  background: rgba(255, 255, 255, 0.11);
  border-radius: 50%;
}
.page-404-main .page-404-num:after {
  content: "";
  display: block;
  position: absolute;
  left: 4px;
  bottom: -3px;
  width: 5px;
  height: 5px;
  background: #ff7149;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .page-404-main .page-404-num {
    font-size: 240px;
    line-height: 1em;
  }
}
@media (min-width: 1200px) {
  .page-404-main .page-404-num {
    font-size: 300px;
    margin-right: 40px;
  }
}
.page-404-main .page-404-notice {
  display: block;
  font-size: 21px;
  text-transform: uppercase;
  font-weight: 300;
  font-family: "azo-sans-web", sans-serif;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .page-404-main .page-404-notice {
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  .page-404-main .page-404-notice {
    font-size: 36px;
  }
}
.page-404-rocket {
  position: relative;
  margin: 0 auto;
  text-align: center;
}
.page-404-rocket img {
  display: none;
}
@media (min-width: 992px) {
  .page-404-rocket {
    position: absolute;
    left: 290px;
    top: 70px;
    text-align: left;
  }
  .page-404-rocket img {
    max-width: 100%;
    margin: 0;
    display: block;
  }
}
@media (min-width: 1200px) {
  .page-404-rocket {
    left: 480px;
    top: 70px;
  }
}
.page-404-header {
  position: relative;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.33);
  padding-bottom: 35px;
  margin-bottom: 35px;
  text-align: center;
  padding-top: 45px;
}
.page-404-header:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: -7px;
  width: 13px;
  height: 13px;
  background: rgba(255, 255, 255, 0.11);
  border-radius: 50%;
}
.page-404-header:after {
  content: "";
  display: block;
  position: absolute;
  right: 4px;
  bottom: -3px;
  width: 5px;
  height: 5px;
  background: #ff7149;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .page-404-header {
    text-align: left;
    padding-top: 0;
  }
}
@media (min-width: 1200px) {
  .page-404-header {
    padding-left: 95px;
  }
}
.page-404-desc {
  padding-bottom: 30px;
}
@media (min-width: 1200px) {
  .page-404-desc {
    padding-left: 95px;
  }
}
.page-404-footer-label {
  display: block;
  font-size: 34px;
  text-transform: uppercase;
  font-weight: 700;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.33);
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
}
.page-404-footer-label:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: -7px;
  width: 13px;
  height: 13px;
  background: rgba(255, 255, 255, 0.11);
  border-radius: 50%;
}
.page-404-footer-label:after {
  content: "";
  display: block;
  position: absolute;
  right: 4px;
  bottom: -3px;
  width: 5px;
  height: 5px;
  background: #ff7149;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .page-404-footer-label {
    padding-left: 245px;
  }
}
@media (min-width: 1200px) {
  .page-404-footer-label {
    padding-left: 385px;
  }
}
.page-404-social {
  margin: 0;
}
.page-404-social li:before {
  display: none;
}
@media (min-width: 992px) {
  .page-404-social {
    padding-left: 245px;
  }
}
@media (min-width: 1200px) {
  .page-404-social {
    padding-left: 385px;
  }
}
.page-404-social > li {
  padding: 0 0 0 16px;
}
.page-404-social > li a {
  color: #fff;
  display: inline-block;
}
.page-404-social > li a:hover {
  color: #ff7149;
}
.page-404-social > li a .fa {
  font-size: 24px;
}
.page-404-social > li:first-child {
  padding-left: 0;
}
/*
// 35. Coming Soon
// --------------------------------------------------
*/
.page-coming-soon {
  background-color: #36274c;
  background-image: url(../images/bg1.jpg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-attachment: fixed;
  background-size: cover;
  color: #ffffff;
  position: relative;
  padding: 40px 0;
}
@media (min-width: 992px) {
  .page-coming-soon {
    padding: 135px 0;
  }
}
.page-coming-soon-header {
  text-align: center;
}
.page-coming-soon-header h1 {
  font-size: 36px;
  font-weight: 700;
  color: #ffffff;
  font-family: "mahalia", cursive;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .page-coming-soon-header h1 {
    font-size: 64px;
  }
}
.page-coming-soon-footer {
  position: relative;
  padding: 18px 0 30px 0;
  border-top: 1px dashed rgba(255, 255, 255, 0.33);
}
@media (min-width: 992px) {
  .page-coming-soon-footer {
    padding: 48px 0 60px 0;
  }
}
/*
// 36. Under Construction
// --------------------------------------------------
*/
.page-under-construction {
  background-color: #36274c;
  background-image: url(../images/bg2.jpg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-attachment: fixed;
  background-size: cover;
  color: #ffffff;
  position: relative;
  padding: 40px 0;
}
@media (min-width: 992px) {
  .page-under-construction {
    padding: 135px 0;
  }
}
.page-under-construction-header {
  text-align: center;
}
.page-under-construction-header h1 {
  font-size: 36px;
  font-weight: 700;
  color: #ffffff;
  font-family: "azo-sans-web", sans-serif;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .page-under-construction-header h1 {
    font-size: 64px;
  }
}
.page-under-construction-footer {
  background: none;
}
.page-under-construction-footer .footer-inner {
  padding-top: 0;
}
.page-under-construction-footer .footer-inner:before {
  display: none;
}
.page-under-construction-footer .footer-social-links {
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .page-under-construction-footer .footer-social-links {
    padding-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .page-under-construction-footer .footer-social-links {
    padding-bottom: 70px;
  }
}

/*
// 37. Timeline
// --------------------------------------------------
*/
.timeline {
  position: relative;
}
.timeline li:before {
  display: none;
}
@media (min-width: 992px) {
  .timeline:after {
    content: "";
    display: block;
    position: absolute;
    height: 2px;
    left: 0;
    right: 0;
    top: 54px;
    z-index: 1;
    background-image: -webkit-linear-gradient(left, #7648a3 0%, #836aa0 100%);
    background-image: -o-linear-gradient(left, #7648a3 0%, #836aa0 100%);
    background-image: linear-gradient(to right, #7648a3 0%, #836aa0 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7648a3', endColorstr='#ff836aa0', GradientType=1);
  }
}
.timeline > div {
  text-align: center;
  padding-bottom: 40px;
}
@media (min-width: 992px) {
  .timeline > div {
    margin-bottom: 0;
  }
}
.timeline > div > a {
  display: block;
  position: relative;
  color: #fff;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.timeline > div > a h5 {
  font-size: 14px;
  color: #b59ecf;
  font-family: "azo-sans-web", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  margin-bottom: 10px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
@media (min-width: 992px) {
  .timeline > div > a h5 {
    margin-bottom: 36px;
  }
}
.timeline > div > a .desc-holder {
  display: block;
  position: relative;
  padding-top: 14px;
}
@media (min-width: 992px) {
  .timeline > div > a .desc-holder {
    padding-top: 39px;
  }
}
.timeline > div > a .desc-holder:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  width: 12px;
  height: 12px;
  margin: -3px 0 0 -6px;
  background: #413458;
  border: 2px solid #836aa0;
  border-radius: 50%;
  z-index: 2;
}
@media (min-width: 992px) {
  .timeline > div > a .desc-holder:after {
    content: "\f00c";
    display: block;
    position: absolute;
    font-size: 14px;
    left: 50%;
    top: 0;
    margin: -3px 0 0 -6px;
    color: #ff7149;
    z-index: 2;
    opacity: 0;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    -webkit-transition-delay: 0;
    transition-delay: 0;
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
.timeline > div > a .desc-holder .desc {
  display: block;
  font-family: "azo-sans-web", sans-serif;
  font-weight: 300;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  opacity: 0.4;
}
.timeline > div > a:hover {
  text-decoration: none;
}
@media (min-width: 992px) {
  .timeline > div > a:hover h5 {
    color: #f9f6f3;
    -webkit-transform: translate(0, -14px);
    -ms-transform: translate(0, -14px);
    -o-transform: translate(0, -14px);
    transform: translate(0, -14px);
  }
}
@media (min-width: 992px) {
  .timeline > div > a:hover .desc-holder:before {
    -webkit-transform: scale(4, 4);
    -ms-transform: scale(4, 4);
    -o-transform: scale(4, 4);
    transform: scale(4, 4);
    background: rgba(131, 106, 160, 0.5);
    border-width: 0;
  }
}
@media (min-width: 992px) {
  .timeline > div > a:hover .desc-holder:after {
    opacity: 1;
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
  }
}
@media (min-width: 992px) {
  .timeline > div > a:hover .desc-holder .desc {
    -webkit-transform: translate(0, 30px);
    -ms-transform: translate(0, 30px);
    -o-transform: translate(0, 30px);
    transform: translate(0, 30px);
    opacity: 1;
  }
}
/*
// 38. Google Map
// --------------------------------------------------
*/
.gmap-holder {
  margin: 20px 0 70px 0;
  position: relative;
}
.googlemap-wrapper {
  position: relative;
}
.googlemap-wrapper:before {
  content: "";
  display: block;
  position: absolute;
  background: url(../images/bg-section-cta-top-inside.svg) no-repeat 50% 0;
  background-size: contain;
  width: 100%;
  height: 30px;
  top: -1px;
  right: 0;
  z-index: 2;
}
.googlemap-wrapper img {
  max-width: none !important;
}
.map-canvas {
  width: 100%;
  height: 220px;
  background-color: #f7f7f7;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .map-canvas {
    height: 340px;
  }
}
@media (min-width: 992px) {
  .map-canvas {
    margin-bottom: 0;
    height: 420px;
  }
}
.map-canvas:before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  margin: -15px 0 0 -15px;
  width: 30px;
  height: 30px;
  color: #4d306e;
  content: "\f110";
  text-align: center;
  font-size: 20px;
  font-family: "Font Awesome 5 Pro";
  line-height: 30px;
  -webkit-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/*
// 39. Back To Top
// --------------------------------------------------
*/
#back-top {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 99;
  display: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media (min-width: 992px) {
  #back-top {
    bottom: 30px;
    right: 30px;
  }
}
@media (max-width: 767px) {
  #back-top {
    bottom: 0;
    right: 0;
  }
}
#back-top .link-holder {
  width: 100px;
  height: 100px;
  position: relative;
}
@media (max-width: 767px) {
  #back-top .link-holder {
    width: 50px;
    height: 50px;
  }
}
#back-top a {
  width: 56px;
  height: 56px;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  border-radius: 50%;
  border: 4px solid #e5e2e0;
  text-align: center;
  text-decoration: none;
  color: #e5e2e0;
  font-size: 24px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
@media (max-width: 767px) {
  #back-top a {
    width: 30px;
    height: 30px;
    border-width: 0;
    font-size: 14px;
    background: #836aa0;
  }
}
#back-top a:hover {
  width: 100px;
  height: 100px;
  background: #ff7149;
  color: #fff;
}
@media (max-width: 767px) {
  #back-top a:hover {
    width: 50px;
    height: 50px;
  }
}
#back-top a:hover .fa {
  font-size: 28px;
}
@media (max-width: 767px) {
  #back-top a:hover .fa {
    font-size: 14px;
  }
}
#back-top a .fa {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}
#back-top a.contacts-link + .tooltip {
  margin: 0 0 0 -30px;
}
@media (max-width: 767px) {
  #back-top a.contacts-link + .tooltip {
    display: none !important;
  }
}
/*
// 40. Logos List
// --------------------------------------------------
*/
.logos-list {
  padding: 0;
  margin: 0;
  overflow: hidden;
  margin: 0 -10px;
}
.logos-list li:before {
  display: none;
}
.logos-list > li {
  float: left;
  padding: 0 10px 14px 10px;
  width: 33.3%;
  text-align: center;
}
.logos-list > li img {
  max-width: 100%;
  height: auto;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  opacity: 0.18;
}
.logos-list > li > a:hover img {
  opacity: 1;
}
/*
// 41. Helpers
// --------------------------------------------------
*/
.disable-hover,
.disable-hover * {
  pointer-events: none !important;
}
.v-center {
  position: relative;
}
.v-center:before {
  content: " ";
  display: inline-block;
  height: 100%;
  width: 1%;
  vertical-align: middle;
}
.v-center .v-center-inner {
  display: inline-block;
  vertical-align: middle;
}
.gap-10 {
  height: 10px;
  overflow: hidden;
}
.gap-20 {
  height: 20px;
  overflow: hidden;
}
.gap-30 {
  height: 30px;
  overflow: hidden;
}
.gap-40 {
  height: 40px;
  overflow: hidden;
}
.gap-50 {
  height: 50px;
  overflow: hidden;
}
.gap-60 {
  height: 60px;
  overflow: hidden;
}
.gap-70 {
  height: 70px;
  overflow: hidden;
}
.gap-80 {
  height: 80px;
  overflow: hidden;
}
.gap-90 {
  height: 90px;
  overflow: hidden;
}
.gap-90 {
  height: 90px;
  overflow: hidden;
}
.gap-100 {
  height: 100px;
  overflow: hidden;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-60 {
  margin-bottom: 60px;
}
.mb-70 {
  margin-bottom: 70px;
}
.mb-80 {
  margin-bottom: 80px;
}
.mb-90 {
  margin-bottom: 90px;
}
.mb-100 {
  margin-bottom: 100px;
}
@media (min-width: 992px) {
  .pl-20 {
    padding-left: 20px;
  }
}
.pos-relative {
  position: relative;
}
.Font Awesome 5 Pro-icon-list [class*="col-md-"] {
  margin-bottom: 20px;
}
.Font Awesome 5 Pro-icon-list .fa {
  width: 32px;
  text-align: right;
  font-size: 14px;
  margin-right: 10px;
}
.page-intro {
  background-color: #36274c;
  background-image: url(../images/bg1.jpg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-attachment: fixed;
  background-size: cover;
  color: #ffffff;
  position: relative;
}
.page-intro .header-intro {
  text-align: center;
  padding: 30px 0;
}
@media (min-width: 992px) {
  .page-intro .header-intro {
    padding: 95px 0 0 0;
  }
}
.page-intro .header-intro .logo-intro img {
  margin: 0 auto;
}
.page-intro .header-intro .dots {
  text-align: center;
  margin: 40px 0 45px 0;
  height: 5px;
  vertical-align: top;
  overflow: hidden;
}
.page-intro .header-intro .dots .dot {
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #ff7149;
  margin: 0 3px;
  vertical-align: top;
}
.page-intro .page-wrapper .container {
  position: relative;
}
.page-intro .page-wrapper .container h2 {
  color: #fff;
  font-size: 21px;
  margin-bottom: 1.5em;
  padding-top: 2em;
}
@media (min-width: 768px) {
  .page-intro .page-wrapper .container h2 {
    font-size: 28px;
  }
}
@media (min-width: 992px) {
  .page-intro .page-wrapper .container h2 {
    font-size: 36px;
  }
}
@media (min-width: 1200px) {
  .page-intro .page-wrapper .container h2 {
    font-size: 46px;
  }
}
.page-intro .page-wrapper .container .demo-list .demo-item {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.page-intro .page-wrapper .container .demo-list .demo-item:after {
  content: "";
  display: block;
  height: 1px;
  overflow: hidden;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
  position: absolute;
  bottom: 0;
  left: 15px;
  right: 15px;
}
.page-intro .page-wrapper .container .demo-list .demo-item.no-border:after {
  border-bottom-color: transparent;
}
@media (min-width: 992px) {
  .page-intro .page-wrapper .container .demo-list .demo-item {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  .page-intro .page-wrapper .container .demo-list .demo-item {
    padding-bottom: 60px;
    margin-bottom: 60px;
  }
}
.page-intro .page-wrapper .container .demo-list .demo-thumb {
  background: url(../images/demo/imac-holder.png) 0 0 no-repeat;
  background-size: contain;
  width: 259px;
  height: 241px;
  padding-top: 9px;
  position: relative;
  margin: 0 auto;
}
.page-intro .page-wrapper .container .demo-list .demo-thumb:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height: 63%;
  width: 50%;
  background: url(../images/demo/glare.png) 100% 0 no-repeat;
  background-size: contain;
  z-index: 2;
  pointer-events: none;
}
@media (min-width: 992px) {
  .page-intro .page-wrapper .container .demo-list .demo-thumb {
    width: 372px;
    height: 350px;
    padding-top: 15px;
  }
}
@media (min-width: 1200px) {
  .page-intro .page-wrapper .container .demo-list .demo-thumb {
    width: 525px;
    height: 492px;
    padding-top: 21px;
  }
}
.page-intro .page-wrapper .container .demo-list .demo-thumb > a {
  display: block;
  position: relative;
  overflow: hidden;
  width: 237px;
  height: 141px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .page-intro .page-wrapper .container .demo-list .demo-thumb > a {
    width: 341px;
    height: 205px;
  }
}
@media (min-width: 1200px) {
  .page-intro .page-wrapper .container .demo-list .demo-thumb > a {
    width: 482px;
    height: 287px;
    padding-left: 1px;
  }
}
.page-intro .page-wrapper .container .demo-list .demo-thumb > a:hover img {
  -webkit-transform: translate(0, -91.4%);
  -ms-transform: translate(0, -91.4%);
  -o-transform: translate(0, -91.4%);
  transform: translate(0, -91.4%);
  -webkit-transition: all linear 15s;
  -o-transition: all linear 15s;
  transition: all linear 15s;
}
.page-intro .page-wrapper .container .demo-list .demo-thumb > a img {
  display: block;
  position: absolute;
  max-width: 100%;
  -webkit-transition: all linear 1s;
  -o-transition: all linear 1s;
  transition: all linear 1s;
}
.page-intro .page-wrapper .container .demo-list .demo-title {
  text-align: center;
}
.page-intro .page-wrapper .container .demo-list .demo-title > a {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
}
@media (min-width: 992px) {
  .page-intro .page-wrapper .container .demo-list .demo-title > a {
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  .page-intro .page-wrapper .container .demo-list .demo-title > a {
    font-size: 36px;
  }
}
.page-intro .page-wrapper .container .demo-list .demo-title > a:hover {
  text-decoration: none;
}
.page-intro .page-wrapper .container .demo-list .demo-title > a:hover .fa {
  margin-left: 0.5em;
}
.page-intro .page-wrapper .container .demo-list .demo-title > a .fa {
  font-weight: normal;
  color: #ff7149;
  margin-left: 0.2em;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.page-intro .page-wrapper .hr__dashed {
  border-top: 1px dashed rgba(255, 255, 255, 0.33);
}
.page-intro .page-intro-footer {
  background: none;
}
.page-intro .page-intro-footer .footer-inner {
  padding-top: 0;
}
.page-intro .page-intro-footer .footer-inner:before {
  display: none;
}
.page-intro .page-intro-footer .footer-social-links {
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .page-intro .page-intro-footer .footer-social-links {
    padding-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .page-intro .page-intro-footer .footer-social-links {
    padding-bottom: 70px;
  }
}

/* Backgrid */
.backgrid th {
  text-transform: none;
  font-size: 14px;
  background-color: white !important;
}

.backgrid th a {
  color: #337ab7; /* taken from bootstrap */
}

.backgrid td {
  text-align: center !important;
  border: 1px solid #ddd;
  padding: 10px !important;
  background-color: white;
  max-width: none !important;
}

.backgrid td.editor {
  transition-property: none !important;
}

.backgrid td.editor input[type="text"] {
  height: auto !important;
  text-align: center !important;
}

.multiple-choice-answer {
  padding: 7px;
  margin: 1px;
}

img.multiple-choice-answer {
  margin-top: 12px;
}

.multiple-choice-answer:not(.completed):not(.correct):hover {
  background: #ff7149 !important;
  color: white;
  cursor: pointer;
}

.multiple-choice-answer:hover audio {
  cursor: default;
}

.multiple-choice-answer.selected {
  background: #ff7149 !important;
  color: white;
}

.multiple-choice-answer.correct {
  background: #5cb85c;
}

.multiple-choice-answer.completed {
  color: #999;
  cursor: default;
}

div[data-question] .popover {
  max-width: 100%;
}

div[data-question] button[disabled] {
  border: 1px solid transparent;
}

.true-false-answer:disabled {
  color: #fff;
}

.matching-answer {
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 1px;
  border: 3px solid #ddd;
  height: 100%;
}

.displayTable {
  display: table;
  width: 100%;
  height: 100%;
  margin-bottom: 4px;
}

.displayTableCell {
  display: table-cell;
  float: none;
  vertical-align: top;
  height: 100%;
}

.matching-answer:hover,
.matching-answer.selected {
  border: 3px solid #ff7149;
  cursor: pointer;
}

.matching-answer.locked {
  border: 3px solid #36274c;
}

.matching-answer.correct {
  border: 3px solid #5cb85c;
}

.matching-answer.wrong {
  border: 3px solid #d44546;
}

.matching-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.reorder-answers {
  max-width: 560px;
  margin: 0 auto;
}

.reorder-answer {
  padding: 24px 10px;
  border-style: solid;
  border-color: #ddd;
  border-left-width: 3px;
  border-right-width: 3px;
  border-top-width: 1.5px;
  border-bottom-width: 1.5px;
}

.reorder-answer-label {
  padding: 3px 6px;
  border: 1px solid #656269;
  border-radius: 2px;
}

@media screen and (min-width: 992px) {
  .reorder-answers:not(.correct) .row:last-child .reorder-answer:hover {
    border-color: #ff7149;
  }
}

@media screen and (max-width: 991px) {
  .reorder-answer audio {
    width: 200px;
  }
}

.reorder-answers {
  border: 2px solid transparent;
}

.reorder-answers.correct .reorder-answer {
  border-color: #5cb85c;
  cursor: default;
}

.reorder-answers.wrong .reorder-answer {
  border-color: #d44546;
}

.btn-success:disabled {
  color: #fff;
}

.story-list {
  list-style-type: none;
}

.story-list {
  /* height: 100%; */
  display: table;
  width: 100%;
}

.story-list li {
  display: table-row;
  font-style: bold;
}

.story-list li div {
  padding: 12px;
  border: 1px solid #ccc;
  text-align: center;
  cursor: default;
  display: table-cell;
}

.story-list li:hover {
  background-color: #d2d2dd;
}

.story-list li:active {
  background-color: #36274c;
  color: #fff;
}

.assignmentRow:hover {
  background-color: #d2d2dd;
  cursor: default;
}

.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
  border-radius: 0 !important;
}

.bootstrap-datetimepicker-widget table {
  width: 300px !important;
  margin: 0 auto !important;
}

#teacher-profile-image {
  max-width: 100%;
}

.studentSettings:hover,
.studentDelete:hover {
  cursor: pointer;
}

.woolyVideo {
  margin: 0 auto;
  /*width: 640px;*/
  /*height: 480px;*/
}

.audio-story-container {
  margin-bottom: 50px;
}

.btn-group label.active {
  font-weight: bold;
}

.tour-tour {
  min-width: 350px;
}

#main-nav .tour-link,
#main-nav .stories-link {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.taskImage {
  max-height: 246px;
}

.smallTaskImage {
  max-height: 80px;
}

html.no-touch .touchscreen-only {
  display: none;
}

div.jtable-main-container > table.jtable > thead th {
  color: #000 !important;
}

.jtable-bottom-panel select {
  color: #000;
}

.col-centered {
  float: none;
  margin: 0 auto;
}

.center-block {
  float: none !important;
}

@media (max-width: 991px) {
  .minicart {
    position: relative;
    z-index: inherit;
    /* margin-bottom: 100px; */
  }
  .minicart ul {
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media (min-width: 992px) {
  .minicart {
    z-index: 1;
  }

  .minicart .item-has-cart {
    z-index: 3;
  }
}

html.no-touch .multiple-choice-answer button[data-select] {
  display: none;
}

/*custom 5 grid layout*/

.col-xs-1-5th,
.col-sm-1-5th,
.col-md-1-5th,
.col-lg-1-5th {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.col-xs-1-5th {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-1-5th {
    width: 20%;
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-1-5th {
    width: 20%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .col-lg-1-5th {
    width: 20%;
    float: left;
  }
}

.modal-backdrop.in {
  width: 100%;
  height: 100%;
}

/** Password notification humane pop up **/
.humane-password-notification {
  color: #fff;
  background-color: #ff7149;
}

.grecaptcha-badge {
  visibility: hidden;
}

.captchaMessage {
  display: block;
  margin-top: .75rem;
  font-size: 12px;
  line-height: 1.5rem;
  color: #9b97a0;
}
