@import "font-awesome.min.css";
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700);
@import url(http://fonts.googleapis.com/css?family=Exo+2:400italic,200,300,400,600,700);
/*
// #Imports
// --------------------------------------------------
*/
.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: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: #656269;
  background-color: #f1f2f4;
}
.page-wrapper {
  overflow: hidden;
}
/* 1.2. Links */
a {
  color: #5FC772;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #fb3700;
  text-decoration: underline;
  outline: none;
}
.dotted-link1 {
  border-bottom: 1px dotted #5FC772;
}
.dotted-link1:hover {
  border-bottom-color: #5FC772;
  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: #5FC772;
  text-decoration: none;
}
.dotted-link2:hover > span {
  border-bottom-color: #5FC772;
}
.dotted-link2.color-primary {
  color: #5FC772;
}
.dotted-link2.color-primary > span {
  border-bottom-color: #5FC772;
}
.dotted-link2.color-primary .fa {
  color: #5FC772;
}
.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: 3px solid #e3e5ea;
  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: #5FC772;
}
.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: 'Exo 2', 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;
}
/* 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: #5FC772;
  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: #5FC772;
  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: #5FC772;
  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: #5FC772;
  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: 'RockSalt';
  font-weight: 600;
  color: #55ACEE;
}
h1 {
  margin-bottom: .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%, #55ACEE 100%);
  background-image: -o-linear-gradient(left, rgba(116, 105, 129, 0.1) 0%, #55ACEE 100%);
  background-image: linear-gradient(to right, rgba(116, 105, 129, 0.1) 0%, #55ACEE 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: .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: .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: .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: #5FC772;
  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: #5FC772;
  border-radius: 50%;
  margin-left: -2px;
}
.section-title {
  font-size: 21px;
  text-align: center;
  color: #4d306e;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  margin-bottom: .2em;
}
@media (min-width: 768px) {
  .section-title {
    font-size: 36px;
  }
}
@media (min-width: 992px) {
  .section-title {
    font-size: 46px;
  }
}
@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: 'Exo 2', sans-serif;
  font-weight: 300;
  color: #4d306e;
}
.section-desc > a {
  text-decoration: underline;
}
.section-desc > a:hover {
  text-decoration: none;
}
/* 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: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  content: "\f10c";
  color: #5FC772;
  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: 'Exo 2', sans-serif;
}
blockquote p {
  margin-bottom: .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: 'Open Sans', sans-serif;
}
blockquote.blockquote:before {
  font-family: 'FontAwesome';
  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: #5FC772;
}
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: 'Exo 2', sans-serif;
  text-transform: uppercase;
  color: #55ACEE;
}
.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: #55ACEE;
  font-family: 'Exo 2', 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: 'Open Sans', 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: 700;
  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: 'Exo 2', sans-serif;
  padding: 12px 35px;
  font-size: 16px;
  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 {
  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: #5FC772;
  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: #5FC772;
  border-color: transparent;
}
.btn-primary .badge {
  color: #5FC772;
  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: #5FC772;
  font-weight: normal;
  border-radius: 0;
  color: #656269;
  text-transform: none;
  font-family: 'Open Sans', 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: #5FC772;
}
.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: #5FC772;
  color: #fff;
  border-color: #5FC772;
}
/*
// 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: 'Exo 2', 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: #5FC772;
}
/* 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;
}
@media (min-width: 768px) {
  .page-section {
    padding: 60px 0;
  }
}
@media (min-width: 992px) {
  .page-section {
    padding: 100px 0;
  }
}
.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-repeat: no-repeat;
  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);
}
/*
// 7. Breadcrumb
// --------------------------------------------------
*/
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 5px;
  background: none;
  border-radius: 0;
  font-family: 'Exo 2', sans-serif;
}
@media (min-width: 768px) {
  .breadcrumb {
    margin-bottom: 24px;
  }
}
.breadcrumb > li {
  color: #55ACEE;
  font-weight: 600;
}
.breadcrumb > li + li:before {
  content: "\f054\00a0";
  padding: 0 8px;
  font-size: 10px;
  color: #d5d6d9;
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.breadcrumb > li > a {
  color: #55ACEE;
}
.breadcrumb > li > a:hover {
  color: #5FC772;
}
.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: #55ACEE;
  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: #55ACEE;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d2d2dd;
}
.panel-primary {
  border-color: #5FC772;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #5FC772;
  border-color: #5FC772;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #5FC772;
}
.panel-primary > .panel-heading .badge {
  color: #5FC772;
  background-color: #ffffff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #5FC772;
}
.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: #5FC772;
  border-color: #ff5d2f;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ff5d2f;
}
.panel-info > .panel-heading .badge {
  color: #5FC772;
  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: 'Exo 2', 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 .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: #5FC772;
}
.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: .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: .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;
}
/*
// 11. Progress Bars
// --------------------------------------------------
*/
/* 11.1. Bar itself */
.progress {
  height: 58px;
  margin-bottom: 22px;
  background-color: #e6e8ec;
  border-radius: 0;
  -webkit-box-shadow: inset 0 0 2px #c8cbd0;
  box-shadow: inset 0 0 2px #c8cbd0;
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 58px;
  font-size: 21px;
  color: #ffffff;
  text-align: left;
  font-family: 'Exo 2', sans-serif;
  font-weight: 600;
  padding: 0 25px;
  background-color: #5FC772;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.progress-bar .fa {
  display: inline-block;
  background: rgba(255, 255, 255, 0.1);
  width: 58px;
  height: 58px;
  line-height: 58px;
  text-align: center;
  margin: -19px 20px 0 -25px;
  position: relative;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-size: 80px 80px;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 80px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 80px 0;
  }
  to {
    background-position: 0 0;
  }
}
/* 11.2. Variations */
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.current .progress-bar-success + .progress-footer > h4 {
  color: #5cb85c !important;
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.current .progress-bar-info + .progress-footer > h4 {
  color: #5bc0de !important;
}
.progress-bar-warning {
  background-color: #ffa76c;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.current .progress-bar-warning + .progress-footer > h4 {
  color: #ffa76c !important;
}
.progress-bar-danger {
  background-color: #d44546;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.current .progress-bar-danger + .progress-footer > h4 {
  color: #d44546 !important;
}
.progress-bar-primary-alt {
  background-color: #ea582f;
}
.progress-striped .progress-bar-primary-alt {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.current .progress-bar-primary-alt + .progress-footer > h4 {
  color: #ea582f !important;
}
/* 11.3. Orientations */
.progress__vertical {
  height: 540px;
  width: 100%;
  position: relative;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.progress__vertical .progress-bar {
  width: 100%;
  padding: 0;
  line-height: 1.2em;
  float: none;
  position: absolute;
  bottom: 0;
}
.progress__vertical .progress-bar .fa {
  display: block;
  background: none;
  position: absolute;
  margin: 0;
  left: 50%;
  margin-left: -55px;
  bottom: 80px;
  width: 100%;
  height: 300px;
  line-height: 300px;
  text-align: center;
  color: rgba(255, 255, 255, 0.11);
  font-size: 288px;
}
.progress__vertical .progress-bar .progress-label {
  display: block;
  background: rgba(255, 255, 255, 0.1);
  padding: 18px;
}
.progress__vertical .progress-footer {
  background: #e6e8ec;
  height: 62px;
  width: 100%;
  border-bottom: 1px dashed #d5d3d2;
  border-top: 1px solid #e6e8ec;
  position: absolute;
  bottom: 0;
  padding: 0 16px;
}
.progress__vertical .progress-footer > h4 {
  color: #c8cbd0;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-top: 25px;
}
.progress__vertical.current .progress-footer {
  background: #f9fafb;
}
.progress__vertical.current .progress-footer > h4 {
  color: #5FC772;
}
/* 11.4. Condensed */
.progress-holder {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 50px;
  margin-top: -57px;
}
.progress-holder:before {
  content: "%";
  display: block;
  position: absolute;
  top: -50px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  font-size: 666px;
  line-height: 1em;
  font-weight: 200;
  color: #e6e8ec;
}
.progress-inner {
  width: 100%;
  display: table;
}
.progress-inner .progress-bg {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.progress-inner .progress {
  display: table-cell;
  width: 1%;
  padding-left: 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: #5FC772;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  font-family: 'Exo 2', sans-serif;
  font-size: 18px;
}
.pricing-plan-info {
  position: relative;
  overflow: hidden;
  height: 205px;
  padding-top: 34px;
}
.pricing-plan-info:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: #4d306e;
  opacity: .9;
  z-index: 2;
}
.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;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: auto;
  z-index: 1;
}
.pricing-plan-info .currency {
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 2;
  color: #5FC772;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  text-align: center;
  border: 2px solid #836aa0;
  font-family: 'Exo 2', sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
}
.pricing-plan-info .status {
  width: 9px;
  height: 9px;
  display: block;
  position: absolute;
  left: 20px;
  bottom: 20px;
  font-size: 10px;
  z-index: 2;
  color: #5FC772;
}
.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: #5FC772;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  text-align: center;
  border: 2px solid #836aa0;
  font-family: 'Exo 2', sans-serif;
  font-weight: 300;
  font-size: 12px;
  line-height: 36px;
}
.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: 'Exo 2', sans-serif;
  font-weight: 300;
}
.pricing-plan-body > ul > li:nth-child(odd) {
  background: #f1f2f4;
}
.pricing-plan-footer {
  padding: 20px;
}
/*
// 13. Tootip
// --------------------------------------------------
*/
.tooltip {
  font-size: 16px;
  font-family: 'Exo 2', sans-serif;
  font-weight: 300;
}
.tooltip-inner {
  background-color: #5FC772;
  border-radius: 0;
  padding: 6px 20px;
}
.tooltip.top .tooltip-arrow {
  border-top-color: #5FC772;
}
.tooltip.top-left .tooltip-arrow {
  border-top-color: #5FC772;
}
.tooltip.top-right .tooltip-arrow {
  border-top-color: #5FC772;
}
.tooltip.right .tooltip-arrow {
  border-right-color: #5FC772;
}
.tooltip.left .tooltip-arrow {
  border-left-color: #5FC772;
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #5FC772;
}
.tooltip.bottom-left .tooltip-arrow {
  border-bottom-color: #5FC772;
}
.tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: #5FC772;
}
/*
// 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: #5FC772;
  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: #55ACEE;
  border-bottom: 1px solid #d9d9d9;
  font-family: 'Exo 2', sans-serif;
  font-weight: 600;
}
/* 15.2. Form control */
.form-control {
  height: 50px;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 300;
  font-family: 'Exo 2', sans-serif;
  line-height: 1.6;
  color: #4d306e;
  background-color: transparent;
  border: 1px solid #d2d2dd;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #d2d2dd;
  -webkit-box-shadow: inset 0 0 0 3px #eff1f3;
  box-shadow: inset 0 0 0 3px #eff1f3;
}
.form-control::-moz-placeholder {
  color: #4d306e;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #4d306e;
}
.form-control::-webkit-input-placeholder {
  color: #4d306e;
}
.form-control::-moz-placeholder {
  text-transform: uppercase;
}
.form-control:-ms-input-placeholder {
  text-transform: uppercase;
}
.form-control::-webkit-input-placeholder {
  text-transform: uppercase;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #d9d9d9;
}
.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: #5FC772;
  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: 'FontAwesome';
  font-size: 14px;
  color: #5FC772;
  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: 'FontAwesome';
  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: #5FC772;
}
.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: #5FC772;
  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: 'Exo 2', sans-serif;
}
.alert h1,
.alert h2,
.alert h3,
.alert h4,
.alert h5,
.alert h6 {
  color: inherit;
}
.alert h5 {
  padding-top: 0;
  margin-bottom: .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: #5FC772;
  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: #5FC772;
}
.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: .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 #5FC772;
}
.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: 'Exo 2', sans-serif;
}
.logo-slider .item > a {
  color: #656269;
}
.logo-slider .item > a:hover {
  color: #5FC772;
  text-decoration: none;
}
.logo-slider .item > a .fa {
  margin-right: 8px;
  color: #5FC772;
}
.logo-slider .item img {
  width: 100%;
  height: auto;
  opacity: .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: #5FC772;
}
.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: #5FC772;
}
.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: 'Open Sans', sans-serif;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.33);
  position: relative;
  padding-bottom: 30px;
  padding-left: 6px;
  margin-bottom: .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: #5FC772;
  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;
}
.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: #5FC772;
  color: #fff;
}
.entry .entry-date .entry-day {
  display: block;
  height: 60px;
  line-height: 60px;
  font-size: 24px;
  font-family: 'Exo 2', 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-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: 'Exo 2', 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: #5FC772;
}
.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: #5FC772;
}
.entry .entry-body {
  padding: 12px 30px 30px 30px;
}
.entry .entry-body .entry-excerpt {
  overflow: hidden;
}
.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: #5FC772;
  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 #5FC772;
  }
}
.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: #5FC772;
  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: #5FC772;
}
/* 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: 'Exo 2', 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: #55ACEE;
}
.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: #5FC772;
  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: 'FontAwesome';
  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: #55ACEE;
}
.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: #5FC772;
  text-decoration: none;
}
.widget_categories .widget-title {
  padding-bottom: 0;
}
.widget_search {
  border-bottom: 1px dashed #d2d2dd;
  padding-bottom: 20px;
}
.widget_search .form-group {
  margin-bottom: 20px;
  position: relative;
}
.widget_search .btn {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  background: none;
  width: 50px;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  color: #5FC772;
}
.widget_search .btn:hover {
  color: #4d306e;
}
.widget_tag_cloud .tagcloud > a {
  margin-bottom: 10px;
  margin-right: 6px;
  padding-left: 20px;
  padding-right: 20px;
}
.widget_flickr {
  overflow: hidden;
}
.widget_flickr .flickr-feed {
  margin-right: -15px;
  padding: 0;
}
.widget_flickr .flickr-feed li:before {
  display: none;
}
.widget_flickr .flickr-feed > li {
  float: left;
  margin: 0 0 15px 0;
  padding: 0 15px 0 0;
  width: 33.3%;
}
@media (min-width: 400px) {
  .widget_flickr .flickr-feed > li {
    width: 25%;
  }
}
@media (min-width: 620px) {
  .widget_flickr .flickr-feed > li {
    width: 16.66%;
  }
}
@media (min-width: 992px) {
  .widget_flickr .flickr-feed > li {
    width: 33.33%;
  }
}
.widget_flickr .flickr-feed > li > a {
  display: block;
  position: relative;
  border: 0 solid transparent;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.widget_flickr .flickr-feed > li > a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  border: 0 solid transparent;
  background-color: transparent;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.widget_flickr .flickr-feed > li > a:after {
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f067";
  font-size: 24px;
  line-height: 1.5em;
  color: #fff;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -15px 0 0 -15px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.widget_flickr .flickr-feed > li > a:hover {
  border-width: 3px;
  border-color: #e5e2e0;
}
.widget_flickr .flickr-feed > li > a:hover:before {
  opacity: .7;
  background-color: #4d306e;
}
.widget_flickr .flickr-feed > li > a:hover:after {
  opacity: 1;
}
.widget_flickr .flickr-feed > li > a img {
  width: 100%;
  height: auto;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.widget_flickr .flickr-feed > li > a img:hover {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.widget_posts_carousel .widget-carousel {
  background: #f8f9fa;
  border: 1px solid #d2d2dd;
}
.widget_posts_carousel .widget-carousel .widget-carousel-item h4 {
  padding: 20px;
  margin: 0;
  font-weight: 600;
  text-align: center;
}
.widget_posts_carousel .widget-carousel .widget-carousel-item h4 > a {
  color: inherit;
}
.widget_posts_carousel .widget-carousel .widget-carousel-item h4 > a:hover {
  color: #5FC772;
  text-decoration: none;
}
.widget_posts_carousel .widget-carousel .widget-carousel-item .widget-carousel-thumb-holder {
  display: block;
  text-align: center;
}
.widget_posts_carousel .widget-carousel .widget-carousel-item .widget-carousel-thumb-holder > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.widget_posts_carousel .widget-carousel .owl-controls {
  background: #f1f2f4;
  border-top: 1px dashed #d9d9d9;
}
.widget_posts_carousel .widget-carousel .owl-controls:before,
.widget_posts_carousel .widget-carousel .owl-controls:after {
  content: " ";
  display: table;
}
.widget_posts_carousel .widget-carousel .owl-controls:after {
  clear: both;
}
.widget_posts_carousel .widget-carousel .owl-controls:before,
.widget_posts_carousel .widget-carousel .owl-controls:after {
  content: " ";
  display: table;
}
.widget_posts_carousel .widget-carousel .owl-controls:after {
  clear: both;
}
.widget_posts_carousel .widget-carousel .owl-controls .owl-prev,
.widget_posts_carousel .widget-carousel .owl-controls .owl-next {
  display: block;
  width: 50%;
  padding: 20px 10px;
  text-align: center;
  margin: 0;
  position: relative;
}
.widget_posts_carousel .widget-carousel .owl-controls .owl-prev {
  float: left;
}
.widget_posts_carousel .widget-carousel .owl-controls .owl-next {
  float: right;
  border-left: 1px dashed #d9d9d9;
}
.widget_posts_carousel .widget-carousel .owl-controls .owl-next:before {
  content: "";
  display: block;
  position: absolute;
  left: -4px;
  top: -4px;
  width: 7px;
  height: 7px;
  background: #d9d9d9;
  border-radius: 50%;
}
.widget_best_sellers ul {
  padding: 0;
  margin: 0;
}
.widget_best_sellers ul li:before {
  display: none;
}
.widget_best_sellers ul > li {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px dashed #d2d2dd;
}
.widget_best_sellers ul > li .thumbnail {
  margin-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: 'Open Sans', 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;
  }
}
.masonry-feed:before,
.masonry-feed:after {
  content: " ";
  display: table;
}
.masonry-feed:after {
  clear: both;
}
.masonry-feed:before,
.masonry-feed:after {
  content: " ";
  display: table;
}
.masonry-feed:after {
  clear: both;
}
.masonry-feed > .masonry-item {
  max-width: 100%;
}
@media (max-width: 767px) {
  .masonry-feed > .masonry-item {
    width: 100%;
  }
}
.masonry-feed > .masonry-item .entry .entry-thumbnail {
  margin: -1px 0 15px -1px;
}
@media (min-width: 768px) {
  .masonry-feed > .masonry-item .entry .entry-thumbnail {
    float: none;
    margin: -1px;
    width: auto;
    max-width: auto;
  }
}
.masonry-feed > .masonry-item .entry .entry-header {
  overflow: hidden;
  position: relative;
}
@media (min-width: 768px) {
  .masonry-feed > .masonry-item .entry .entry-header {
    position: static;
  }
}
.masonry-feed > .masonry-item .entry .entry-header h4 {
  overflow: hidden;
}
@media (min-width: 768px) {
  .masonry-feed > .masonry-item .entry .entry-header h4 {
    padding-top: 0;
  }
}
.masonry-feed > .masonry-item .entry .entry-body {
  padding-top: 20px;
}
.masonry-feed > .masonry-item .entry .entry-body .entry-date {
  position: relative;
  float: left;
  left: 0;
  margin-right: 20px;
}
.masonry-feed > .masonry-item .entry .entry-body .entry-excerpt {
  overflow: visible;
}
.masonry-feed > .masonry-item .entry .entry-footer .pull-left,
.masonry-feed > .masonry-item .entry .entry-footer .pull-right {
  float: none !important;
  padding: 5px 0;
}
.masonry-feed > .masonry-item .entry .entry-footer .pull-right .dotted-link2 span {
  margin-left: 0;
}
@media (min-width: 1200px) {
  .masonry-feed > .masonry-item .entry .entry-footer .pull-left,
  .masonry-feed > .masonry-item .entry .entry-footer .pull-right {
    padding: 0;
  }
  .masonry-feed > .masonry-item .entry .entry-footer .pull-left {
    float: left !important;
  }
  .masonry-feed > .masonry-item .entry .entry-footer .pull-right {
    float: right !important;
  }
}
/*
// 24. Gallery
// --------------------------------------------------
*/
/* 24.1. Gallery Feed and Filter */
.filter-btn-group:before,
.filter-btn-group:after {
  content: " ";
  display: table;
}
.filter-btn-group:after {
  clear: both;
}
.filter-btn-group:before,
.filter-btn-group:after {
  content: " ";
  display: table;
}
.filter-btn-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .filter-btn-group .filter-trigger-holder {
    float: left;
    padding-top: 11px;
    margin-top: -187px;
  }
}
.filter-btn-group .filter-clone-btn .btn {
  cursor: default;
  pointer-events: none;
}
@media (min-width: 768px) {
  .filter-btn-group .filter-clone-btn {
    float: right;
    margin-top: -187px;
  }
}
.gallery-filter {
  margin: 0;
  padding: 0 0 5px 0;
}
.gallery-filter > li {
  padding-bottom: 0;
}
.gallery-filter > li + li {
  padding-top: 18px;
}
.gallery-filter > li .btn-primary {
  font-weight: 300 !important;
}
.gallery-wrapper {
  overflow: hidden;
  position: relative;
}
.gallery-sidebar {
  width: 290px;
  padding-right: 20px;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transform: translate3d(-290px, 0, 0);
  transform: translate3d(-290px, 0, 0);
}
.gallery-sidebar.gallery-sidebar__is-visible {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.gallery-content {
  width: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1);
}
.gallery-content.gallery-sidebar__is-visible {
  -webkit-transform: translate3d(290px, 0, 0);
  transform: translate3d(290px, 0, 0);
}
.gallery-feed {
  margin-bottom: 64px;
}
.gallery-item {
  overflow: hidden;
  position: relative;
  padding-left: 0;
  padding-right: 1px;
  margin-bottom: 1px;
}
.gallery-item:hover .gallery-img > a:before {
  opacity: .7;
}
.gallery-item:hover .gallery-img img {
  -webkit-transform: translate3d(0, -80px, 0);
  transform: translate3d(0, -80px, 0);
}
.gallery-item:hover .gallery-details {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.gallery-item .gallery-img {
  overflow: hidden;
  position: relative;
}
.gallery-item .gallery-img > a {
  display: block;
  position: relative;
  z-index: 3;
}
.gallery-item .gallery-img > a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: #4d306e;
  z-index: 2;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
.gallery-item .gallery-img img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.gallery-item .gallery-details {
  width: 100%;
  background: #5FC772;
  color: #fff;
  padding: 15px 130px 15px 27px;
  overflow: hidden;
  position: relative;
  min-height: 80px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 4;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translate3d(0, 80px, 0);
  transform: translate3d(0, 80px, 0);
}
.gallery-item .gallery-details .gallery-title {
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  padding: 0;
  margin: 0;
  vertical-align: middle;
  line-height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.gallery-item .gallery-details .btn {
  position: absolute;
  top: 15px;
  margin: 0;
}
.gallery-item .gallery-details .btn.btn-primary {
  background-color: #ff815d;
}
.gallery-item .gallery-details .btn.btn-primary:hover {
  background-color: #ff8d6d;
}
.gallery-item .gallery-details .btn-gallery-plus {
  right: 75px;
}
.gallery-item .gallery-details .btn-gallery-link {
  right: 15px;
}
/* 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
// Default styles see here vendor/magnific-popup/magnific-popup.css */
.mfp-bg {
  background: #4d306e;
  opacity: .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: #5FC772;
  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: #5FC772;
  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;
  text-align: 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;
  }
}
/* 26.2. Product Card */
.products-holder {
  padding-top: 40px;
}
.product-item {
  margin-bottom: 60px;
}
.product-item .product-thumbnail {
  position: relative;
}
.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;
}
.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: #5FC772;
  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: -37px -23px 0 0;
    font-size: 16px;
  }
}
.product-item .product-info {
  margin-top: 14px;
  padding: 5px 50px 18px 0;
  min-height: 50px;
  position: relative;
}
.product-item .product-info .product-name {
  font-size: 18px;
  margin: 0;
  text-transform: uppercase;
}
.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-item .product-footer {
  border-top: 1px solid #d9d9d9;
  padding: 16px 0;
}
.product-item .product-footer .price {
  width: 50%;
  float: left;
}
.product-item .product-footer .price ins {
  font-size: 28px;
  line-height: 1.2em;
  color: #4d306e;
  text-decoration: none;
  font-family: 'Exo 2', sans-serif;
}
.product-item .product-footer .price del {
  font-size: 16px;
  display: inline-block;
  position: relative;
  top: -3px;
  font-family: 'Exo 2', sans-serif;
  color: #5FC772;
  font-weight: bold;
}
.product-item .product-footer .star-rating {
  width: 50%;
  float: right;
  text-align: right;
}
/* 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: #5FC772;
}
.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: .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: #5FC772;
  margin-right: .3em;
}
.product-info {
  padding: 20px 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: 'Exo 2', sans-serif;
  color: #4d306e;
}
.product-info .price del {
  display: block;
  color: #5FC772;
  font-weight: 700;
  font-size: 18px;
  font-family: 'Exo 2', 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;
}
.product-footer {
  padding-top: 24px;
}
.star-rating {
  padding-top: 2px;
}
.star-rating .fa {
  font-size: 18px;
}
.star-rating .fa-star {
  color: #5FC772;
}
.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: #5FC772;
}
.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: 24px;
}
.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;
}
/*
// 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: #5FC772;
  -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: #5FC772;
  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;
}
.loader {
  font-size: 10px;
  position: absolute;
  text-indent: -9999em;
  width: 60px;
  height: 60px;
  left: 50%;
  top: 50%;
  margin: -30px 0 0 -30px;
  border-radius: 50%;
  background: #202E39;
  background: -moz-linear-gradient(left, #202E39 10%, rgba(255, 255, 255, 0) 42%);
  background: -webkit-linear-gradient(left, #202E39 10%, rgba(255, 255, 255, 0) 42%);
  background: -o-linear-gradient(left, #202E39 10%, rgba(255, 255, 255, 0) 42%);
  background: -ms-linear-gradient(left, #202E39 10%, rgba(255, 255, 255, 0) 42%);
  background: linear-gradient(to right, #202E39 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: #202E39;
  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-color: #36274c;
  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: 175px;
  }
}
.top-wrapper.top-wrapper__bg1 {
  background-image: url(../images/top-bg1.jpg);
}
.top-wrapper.top-wrapper__bg2 {
  background-image: url(../images/top-bg2.jpg);
}
.header {
  z-index: 99;
  padding: 10px 0 0 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);
}
@media (min-width: 768px) {
  .header {
    padding: 40px 0 0 0;
  }
}
.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: 10px 0;
  background: rgba(54, 39, 76, 0.95);
}
@media (max-width: 767px) {
  .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: 767px) {
  .header .logo img {
    max-height: 30px;
  }
}
.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: 0;
  margin-bottom: 0;
  min-height: 0;
  /* Navigation Toggle Button */
}
.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: 767px) {
  .fhmm .navbar-toggle {
    width: 32px;
    height: 32px;
    top: -2px;
  }
}
.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;
    float: left;
    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: .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: .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: #55ACEE !important;
    font-size: 18px;
    font-family: 'Exo 2', 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 {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .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: #55ACEE;
    font-weight: 600;
    font-family: 'Exo 2', 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: #55ACEE;
  }
}
@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 #836aa0 !important;
}
@media (min-width: 992px) {
  .dropdown-toggle__caret {
    margin-left: -20px;
    margin-top: 0;
  }
}
.dropdown-toggle__caret .caret {
  margin-left: 0;
  border-top-color: #5FC772;
}
.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 .fhmm-content {
  padding: 0;
}
.item-has-cart .shopping-cart {
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  vertical-align: middle;
}
@media (min-width: 992px) {
  .item-has-cart .shopping-cart {
    border: 2px solid #836aa0;
    padding: 0 24px;
    line-height: 40px;
    border-radius: 24px;
    margin-top: -11px;
    text-align: left;
  }
}
.item-has-cart .shopping-cart .cart-icon {
  display: inline-block !important;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  background: #836aa0;
  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: -2px 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: #5FC772;
}
@media (min-width: 992px) {
  .item-has-cart .shopping-cart .cart-icon:before {
    content: "";
    display: block;
    position: absolute;
    border-radius: 50%;
    left: -4px;
    right: -4px;
    top: -4px;
    bottom: -4px;
    border: 2px dashed #5FC772;
  }
}
.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: #5FC772;
}
@media (max-width: 991px) {
  .item-has-cart .product-desc-alt {
    font-size: 13px;
  }
}
.item-has-cart .product-price {
  font-family: 'Exo 2', 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;
}
@media (max-width: 991px) {
  .item-has-cart .product-close {
    display: none !important;
  }
}
/*
// 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: 86px;
  font-family: 'Open Sans', sans-serif;
  line-height: 86px;
}
.tp-caption.rocket_verysmall_white_mw {
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  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: 'Open Sans', 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: #5FC772;
  text-decoration: none;
  text-shadow: none;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0;
  font-weight: 300;
  font-size: 15px;
  font-family: 'Exo 2', 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;
  }
}
/* 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: #5FC772 !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: 'FontAwesome';
  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: #5FC772;
  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: #5FC772;
  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: 'Exo 2', 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;
  }
}
/*
// 33. Footer
// --------------------------------------------------
*/
.footer {
  background-color: #36274c;
  background-image: url(../images/bg-footer.jpg);
  background-position: 50% 0;
  background-repeat: no-repeat;
  padding: 0;
}
.footer .footer-inner {
  padding-top: 30px;
  position: relative;
}
@media (min-width: 768px) {
  .footer .footer-inner {
    padding-top: 50px;
  }
}
@media (min-width: 992px) {
  .footer .footer-inner {
    padding-top: 130px;
  }
}
.footer .footer-inner:before {
  content: "";
  display: block;
  position: absolute;
  background: url(../images/bg-footer-wave.svg) no-repeat 50% -1px;
  background-size: contain;
  width: 100%;
  height: 80px;
  top: 0;
  right: 0;
}
/* 33.1. Footer Social Links */
.footer-social-links {
  padding-bottom: 24px;
}
.footer-social-links li:before {
  display: none;
}
@media (min-width: 768px) {
  .footer-social-links {
    padding-bottom: 50px;
  }
}
@media (min-width: 992px) {
  .footer-social-links {
    padding-bottom: 94px;
  }
}
@media (min-width: 768px) {
  .footer-social-links > li {
    padding: 0 10px;
  }
}
@media (min-width: 992px) {
  .footer-social-links > li {
    padding: 0 15px;
  }
}
.footer-social-links > li > a {
  display: block;
  width: 40px;
  height: 40px;
  border: 1px solid #55acee;
  font-size: 14px;
  line-height: 38px;
  color: #ffffff;
  /*background-color: #55ACEE;*/
  -webkit-transition: all 0.25s cubic-bezier(0.3, 0.1, 0.55, 1);
  -o-transition: all 0.25s cubic-bezier(0.3, 0.1, 0.55, 1);
  transition: all 0.25s cubic-bezier(0.3, 0.1, 0.55, 1);
}
@media (min-width: 768px) {
  .footer-social-links > li > a {
    width: 50px;
    height: 50px;
    font-size: 18px;
    line-height: 46px;
    border-width: 2px;
  }
}
@media (min-width: 992px) {
  .footer-social-links > li > a {
    width: 60px;
    height: 60px;
    font-size: 24px;
    line-height: 56px;
  }
}
.footer-social-links > li > a:hover {
  color: #ffffff;
  background-color: #55ACEE;
  border-color: #55ACEE;
}
.footer-social-links.footer-social-links__rounded > li > a {
  border-radius: 50%;
}
/* 33.2. Footer Text */
.footer-text {
  border-top: 1px dashed rgba(255, 255, 255, 0.33);
  font-weight: 700;
  font-size: 14px;
  color: #ffffff;
  text-transform: uppercase;
}
.footer-text div[class^="col-"] {
  position: relative;
  padding-top: 20px;
}
.footer-text div[class^="col-"]:last-child {
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  .footer-text div[class^="col-"] {
    padding: 40px 0;
  }
  .footer-text div[class^="col-"]:last-child {
    padding: 40px 0;
  }
  .footer-text div[class^="col-"]:before,
  .footer-text div[class^="col-"]:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    border-radius: 50%;
  }
  .footer-text div[class^="col-"]:before {
    background: rgba(255, 255, 255, 0.11);
    width: 14px;
    height: 14px;
    top: -7px;
    margin-left: -7px;
  }
  .footer-text div[class^="col-"]:after {
    width: 4px;
    height: 4px;
    background: #5FC772;
    top: -2px;
    margin-left: -2px;
  }
}
/*
// 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: #5FC772;
  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: 'Exo 2', 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: #5FC772;
  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: #5FC772;
  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: #5FC772;
}
.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-image: url(../images/seo-armor-background-v2.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: 'Open Sans', sans-serif;
  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: 'Open Sans', 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;
  }
}
.countdown {
  padding: 80px 0;
  overflow: hidden;
}
.countdown .number {
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 50%;
  margin: 0 auto;
  font-size: 24px;
  color: #fff;
  font-weight: 700;
  font-family: 'Exo 2', sans-serif;
  text-align: center;
  margin-bottom: 10px;
  position: relative;
}
@media (min-width: 768px) {
  .countdown .number {
    width: 120px;
    height: 120px;
    line-height: 120px;
    font-size: 48px;
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .countdown .number {
    width: 186px;
    height: 186px;
    line-height: 186px;
    font-size: 64px;
    margin-bottom: 50px;
  }
}
.countdown .number:before {
  content: "";
  display: block;
  position: absolute;
  border: 1px solid #836aa0;
  left: -3px;
  top: -3px;
  right: -3px;
  bottom: -3px;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .countdown .number:before {
    left: -10px;
    top: -10px;
    right: -10px;
    bottom: -10px;
    border: 3px solid #836aa0;
  }
}
.countdown .desc {
  display: block;
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
  font-family: 'Exo 2', sans-serif;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .countdown .desc {
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) {
  .countdown .desc {
    margin-bottom: 10px;
  }
}
.countdown.countdown__color-circles .number:before {
  border: 1px solid #fff;
}
@media (min-width: 768px) {
  .countdown.countdown__color-circles .number:before {
    border: 3px solid #fff;
  }
}
.countdown.countdown__color-circles .days-count {
  background: #ffa76c;
}
.countdown.countdown__color-circles .hours-count {
  background: #5FC772;
}
.countdown.countdown__color-circles .mins-count {
  background: #ea582f;
}
.countdown.countdown__color-circles .secs-count {
  background: #d44546;
}
.countdown.countdown__sm {
  padding: 8px 0;
}
@media (min-width: 768px) {
  .countdown.countdown__sm .number {
    width: 120px;
    height: 120px;
    line-height: 120px;
    font-size: 48px;
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .countdown.countdown__sm .number {
    width: 130px;
    height: 130px;
    line-height: 124px;
    font-size: 52px;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .countdown.countdown__sm .number:before {
    left: -6px;
    top: -6px;
    right: -6px;
    bottom: -6px;
    border-width: 2px;
  }
}
/*
// 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: 'Open Sans', 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: #5FC772;
    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: 'FontAwesome';
    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: 'Exo 2', sans-serif;
  font-weight: 300;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  opacity: .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: 'FontAwesome';
  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: #5FC772;
  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: .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;
}
.wow-animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.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;
}
.fontawesome-icon-list [class*="col-md-"] {
  margin-bottom: 20px;
}
.fontawesome-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: #5FC772;
  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: .5em;
}
.page-intro .page-wrapper .container .demo-list .demo-title > a .fa {
  font-weight: normal;
  color: #5FC772;
  margin-left: .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;
  }
}
