/*
Theme Name:         Pure
Theme URI:          http://pure.osthemes.biz/
Description:        pure theme framework is a WordPress starter theme based on HTML5 Boilerplate & Bootstrap. <a href="http://osthemes.biz/">Visit site</a>
Version:            1.0.1
Author:             OSThemes
Author URI:         http://osthemes.biz/

License:            GNU General Public License v2 or later
License URI:        http://www.gnu.org/licenses/gpl-2.0.html

Tags: 				two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Text Domain: 		pure
Domain Path: 		/languages/
*/

/**
 * Table of Contents:
 *
 * 1.0 - Core
 * 2.0 - Template
 * 3.0 - Header
 * 4.0 - Footer
 * 5.0 - Widget
 * 6.0 - Blog
 * 7.0 - Woocommerce
 * 8.0 - ShortCode
 * 9.0 - Color
 * ----------------------------------------------------------------------------
 */
/**
 * 1.0 - Core
 * ----------------------------------------------------------------------------
 */
@-moz-keyframes spinner {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spinner {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-moz-keyframes header-drop {
  0% {
    -webkit-transform: translateY(-92px);
    -moz-transform: translateY(-92px);
    -ms-transform: translateY(-92px);
    -o-transform: translateY(-92px);
    transform: translateY(-92px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes header-drop {
  0% {
    -webkit-transform: translateY(-92px);
    -moz-transform: translateY(-92px);
    -ms-transform: translateY(-92px);
    -o-transform: translateY(-92px);
    transform: translateY(-92px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-o-keyframes header-drop {
  0% {
    -webkit-transform: translateY(-92px);
    -moz-transform: translateY(-92px);
    -ms-transform: translateY(-92px);
    -o-transform: translateY(-92px);
    transform: translateY(-92px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes header-drop {
  0% {
    -webkit-transform: translateY(-92px);
    -moz-transform: translateY(-92px);
    -ms-transform: translateY(-92px);
    -o-transform: translateY(-92px);
    transform: translateY(-92px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes header-drop-out {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-92px);
    -moz-transform: translateY(-92px);
    -ms-transform: translateY(-92px);
    -o-transform: translateY(-92px);
    transform: translateY(-92px);
  }
}
@-webkit-keyframes header-drop-out {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-92px);
    -moz-transform: translateY(-92px);
    -ms-transform: translateY(-92px);
    -o-transform: translateY(-92px);
    transform: translateY(-92px);
  }
}
@-o-keyframes header-drop-out {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-92px);
    -moz-transform: translateY(-92px);
    -ms-transform: translateY(-92px);
    -o-transform: translateY(-92px);
    transform: translateY(-92px);
  }
}
@keyframes header-drop-out {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-92px);
    -moz-transform: translateY(-92px);
    -ms-transform: translateY(-92px);
    -o-transform: translateY(-92px);
    transform: translateY(-92px);
  }
}
.social-icon,
.p-button,
.pie-chart .vc_pie_chart_value,
.v-progress-bar .vc_single_bar .vc_label,
.h-progress-bar .vc_label,
.pricingtable .pt-content p,
.pricingtable .pt-content span,
.servicetable .pt-content div span,
.servicetable .pt-content ul li span,
.vc_tta-style-tab_style1 .vc_tta-title-text,
.vc_tta-style-tab_style1 .vc_tta-panel-title,
.expandable_button .expandable_button_text,
.menu-scroll ul li a,
.p-font {
  font-family: 'Poppins' !important;
}
.s-font {
  font-family: 'Great Vibes' !important;
}
.t-font {
  font-family: 'Caviar Dreams' !important;
}
/* Utilities core */
.inline-block {
  display: inline-block;
}
/* Navigation */
.post-navigation {
  padding: 0;
  display: table;
  width: 100%;
  position: relative;
  margin-top: -1px;
}
.post-navigation .nav-links {
  width: 100%;
  margin: 0 auto;
  display: table;
  border-top: solid 1px #eeeeee;
  border-bottom: solid 1px #eeeeee;
}
.post-navigation .nav-previous,
.post-navigation .nav-next {
  position: relative;
  vertical-align: middle;
  padding: 35px 0;
  width: 50%;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  float: left;
}
.post-navigation .nav-previous .post-navigation-content,
.post-navigation .nav-next .post-navigation-content {
  margin-left: 30px;
}
.post-navigation .nav-next {
  float: right;
  text-align: right;
}
.post-navigation .nav-next .post-navigation-content {
  margin-left: 0;
  margin-right: 30px;
}
.post-navigation .post-navigation-label {
  display: block;
  font-size: 0.75em;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.post-navigation .post-navigation-title {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  font-size: 15px;
  font-weight: 400;
  text-transform: none;
}
.post-navigation .post-navigation-icon {
  font-size: 14px;
  line-height: 1em;
  width: 60px;
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-top: -7px;
  color: #666666;
}
.post-navigation .nav-links .nav-next .post-navigation-icon {
  right: 0;
}
/* -----------------------------------------------------------------------------
 * Wordpress Default Style
 * -------------------------------------------------------------------------- */
img {
  max-width: 100%;
  height: auto;
}
.alignnone {
  margin: 15px 15px 0 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 15px auto 15px auto;
}
.alignright {
  float: right;
  margin: 15px 0 15px 15px;
}
.alignleft {
  float: left;
  margin: 15px 15px 15px 0;
}
.aligncenter {
  display: block;
  margin: 15px auto 15px auto;
}
a img.alignright {
  float: right;
  margin: 15px 0 0 15px;
}
a img.alignnone {
  margin: 15px 15px 0 0;
}
a img.alignleft {
  float: left;
  margin: 15px 15px 0 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  text-align: center;
  max-width: 100%;
}
.wp-caption.alignnone {
  margin: 15px 15px 30px 0;
}
.wp-caption.alignleft {
  margin: 15px 15px 30px 0;
}
.wp-caption.alignright {
  margin: 15px 0 30px 15px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 0.9em;
  font-style: italic;
  opacity: 0.7;
  line-height: 17px;
  margin: 1em 0 0 0;
  padding: 0 10%;
}
.wp-post-image {
  height: auto;
  max-width: 100%;
}
.sticky {
  opacity: 1;
}
.bypostauthor {
  opacity: 1;
}
/**
 * 5.4 Galleries
 * ----------------------------------------------------------------------------
 */
.gallery {
  margin-bottom: 20px;
  margin-left: -4px;
}
.gallery:before {
  content: "";
  display: table;
}
.gallery:after {
  clear: both;
  content: "";
  display: block;
}
.gallery-item {
  float: left;
  margin: 0 4px 4px 0;
  overflow: hidden;
  position: relative;
}
.gallery-columns-1.gallery-size-medium,
.gallery-columns-1.gallery-size-thumbnail,
.gallery-columns-2.gallery-size-thumbnail,
.gallery-columns-3.gallery-size-thumbnail {
  display: table;
  margin: 0 auto 20px;
}
.gallery-columns-1 .gallery-item,
.gallery-columns-2 .gallery-item,
.gallery-columns-3 .gallery-item {
  text-align: center;
}
.gallery-columns-4 .gallery-item {
  max-width: 23%;
  max-width: -webkit-calc(21%);
  max-width: calc(21%);
}
.gallery-columns-5 .gallery-item {
  max-width: 19%;
  max-width: -webkit-calc(16%);
  max-width: calc(16%);
}
.gallery-columns-6 .gallery-item {
  max-width: 15%;
  max-width: -webkit-calc(12.7%);
  max-width: calc(12.7%);
}
.gallery-columns-7 .gallery-item {
  max-width: 13%;
  max-width: -webkit-calc(10.28%);
  max-width: calc(10.28%);
}
.gallery-columns-8 .gallery-item {
  max-width: 11%;
  max-width: -webkit-calc(8.5%);
  max-width: calc(8.5%);
}
.gallery-columns-9 .gallery-item {
  max-width: 9%;
  max-width: -webkit-calc(7.1%);
  max-width: calc(7.1%);
}
.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
  margin-right: 0;
}
.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
  clear: left;
}
.gallery-caption {
  background-color: rgba(0, 0, 0, 0.7);
  box-sizing: border-box;
  color: #fff;
  font-size: 14px;
  line-height: 1.3;
  margin: 0;
  max-height: 50%;
  opacity: 0;
  padding: 2px 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  width: 100%;
}
.gallery-caption:before {
  box-shadow: 0 -10px 15px #000000 inset;
  content: "";
  height: 100%;
  min-height: 49px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.gallery-item:hover .gallery-caption {
  opacity: 1;
}
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}
.overflow-hidden {
  overflow: hidden !important;
}
.transition3s {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.osthemes-page-links {
  font-size: 0;
}
.osthemes-page-links-title {
  font-size: 14px;
  font-family: 'Poppins';
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.05em;
  margin-right: 15px;
}
.osthemes-page-link {
  font-family: 'Poppins';
  display: inline-block;
  margin-right: 4px;
  font-size: 14px;
  padding: 0;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 38px;
  border: 1px solid #eeeeee;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.osthemes-page-links .osthemes-page-link:hover,
.osthemes-page-links > .osthemes-page-link {
  color: #fff;
  background-color: #8dd0e1;
  border-color: #8dd0e1;
}
.pd-top-10 {
  padding-top: 70px;
}
.pd-top-20 {
  padding-top: 70px;
}
.pd-top-30 {
  padding-top: 70px;
}
.pd-top-40 {
  padding-top: 70px;
}
.pd-top-50 {
  padding-top: 70px;
}
.pd-top-60 {
  padding-top: 70px;
}
.pd-top-70 {
  padding-top: 70px;
}
.pd-top-80 {
  padding-top: 70px;
}
.pd-top-90 {
  padding-top: 70px;
}
.pd-bottom-10 {
  padding-bottom: 70px;
}
.pd-bottom-20 {
  padding-bottom: 70px;
}
.pd-bottom-30 {
  padding-bottom: 70px;
}
.pd-bottom-40 {
  padding-bottom: 70px;
}
.pd-bottom-50 {
  padding-bottom: 70px;
}
.pd-bottom-60 {
  padding-bottom: 70px;
}
.pd-bottom-70 {
  padding-bottom: 70px;
}
.pd-bottom-80 {
  padding-bottom: 70px;
}
.pd-bottom-90 {
  padding-bottom: 70px;
}
/*----------------
* VC EXTENDS
-----------------*/
.vc_row.vc_row-column-no-gutter {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.vc_row.vc_row-column-no-gutter .vc_column-inner {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.vc_single_image-wrapper.vc_box_shadow_border {
  padding: 0 !important;
  box-shadow: none !important;
  position: relative;
  margin-bottom: 40px;
}
.vc_single_image-wrapper.vc_box_shadow_border:before {
  content: '';
  position: absolute;
  top: 40px;
  left: 40px;
  width: 100%;
  height: 100%;
  border: 5px solid #8dd0e1;
}
@media (max-width: 991px) {
  .vc_single_image-wrapper.vc_box_shadow_border {
    margin-bottom: 15px;
  }
  .vc_single_image-wrapper.vc_box_shadow_border:before {
    top: 15px;
    left: 15px;
  }
}
.vc_row.bgp-center-top {
  background-position: center top !important;
}
.vc_row.bgp-center-center {
  background-position: center center !important;
}
.vc_row.bgp-center-bottom {
  background-position: center bottom !important;
}
.vc_row.bgp-left-top {
  background-position: left top !important;
}
.vc_row.bgp-left-center {
  background-position: left center !important;
}
.vc_row.bgp-left-bottom {
  background-position: left bottom !important;
}
.vc_row.bgp-right-top {
  background-position: right top !important;
}
.vc_row.bgp-right-center {
  background-position: right center !important;
}
.vc_row.bgp-right-bottom {
  background-position: right bottom !important;
}
.overlay-bg-vc-wapper.glass-right .overlay-bg-vc {
  top: -50%;
  left: auto;
  right: auto;
  width: 200%;
  height: 300%;
  -webkit-transform: rotate(11deg) translateX(20%);
  -moz-transform: rotate(11deg) translateX(20%);
  -o-transform: rotate(11deg) translateX(20%);
  -ms-transform: rotate(11deg) translateX(20%);
  transform: rotate(11deg) translateX(20%);
}
.overlay-bg-vc-wapper.glass-left .overlay-bg-vc {
  top: -50%;
  left: auto;
  right: auto;
  width: 200%;
  height: 300%;
  -webkit-transform: rotate(-11deg) translateX(-70%);
  -moz-transform: rotate(-11deg) translateX(-70%);
  -o-transform: rotate(-11deg) translateX(-70%);
  -ms-transform: rotate(-11deg) translateX(-70%);
  transform: rotate(-11deg) translateX(-70%);
}
@media (max-width: 991px) {
  .overlay-bg-vc-wapper.glass-right .overlay-bg-vc {
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .overlay-bg-vc-wapper.glass-left .overlay-bg-vc {
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.vc_row.eclipse-shadow-top-bottom,
.vc_row.eclipse-shadow-top,
.vc_row.eclipse-shadow-bottom {
  position: relative;
  overflow: hidden;
}
.vc_row .row-eclipse-shadow-top {
  z-index: 100;
  position: absolute;
  top: -40px;
  width: 100%;
  height: 70px;
  /* IE10+ */
  background-image: -ms-radial-gradient(center, ellipse closest-side, #dbdbdb 0%, transparent 100%);
  /* Mozilla Firefox */
  background-image: -moz-radial-gradient(center, ellipse closest-side, #dbdbdb 0%, transparent 100%);
  /* Opera */
  background-image: -o-radial-gradient(center, ellipse closest-side, #dbdbdb 0%, transparent 100%);
  /* Webkit (Safari/Chrome 10) */
  background-image: -webkit-gradient(radial, center center, 0, center center, 125, color-stop(0, #dbdbdb), color-stop(100, transparent));
  /* Webkit (Chrome 11+) */
  background-image: -webkit-radial-gradient(center, ellipse closest-side, #dbdbdb 0%, transparent 100%);
  /* W3C Markup */
  background-image: radial-gradient(ellipse closest-side at center, #dbdbdb 0%, transparent 100%);
}
.vc_row .row-eclipse-shadow-bottom {
  z-index: 100;
  position: absolute;
  bottom: -40px;
  width: 100%;
  height: 70px;
  /* IE10+ */
  background-image: -ms-radial-gradient(center, ellipse closest-side, #dbdbdb 0%, transparent 100%);
  /* Mozilla Firefox */
  background-image: -moz-radial-gradient(center, ellipse closest-side, #dbdbdb 0%, transparent 100%);
  /* Opera */
  background-image: -o-radial-gradient(center, ellipse closest-side, #dbdbdb 0%, transparent 100%);
  /* Webkit (Safari/Chrome 10) */
  background-image: -webkit-gradient(radial, center center, 0, center center, 125, color-stop(0, #dbdbdb), color-stop(100, transparent));
  /* Webkit (Chrome 11+) */
  background-image: -webkit-radial-gradient(center, ellipse closest-side, #dbdbdb 0%, transparent 100%);
  /* W3C Markup */
  background-image: radial-gradient(ellipse closest-side at center, #dbdbdb 0%, transparent 100%);
}
@media (max-width: 767px) {
  .vc_row.hidden-overlay-xs .overlay-bg-vc {
    opacity: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .vc_row.hidden-overlay-sm .overlay-bg-vc {
    opacity: 0 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .vc_row.hidden-overlay-md .overlay-bg-vc {
    opacity: 0 !important;
  }
}
@media (min-width: 1200px) {
  .vc_row.hidden-overlay-lg .overlay-bg-vc {
    opacity: 0 !important;
  }
}
.osthemes-purchase-button {
  position: fixed;
  height: 40px;
  top: 25%;
  right: 0;
  background-color: #eee;
  z-index: 9999;
  -webkit-transform: rotateZ(-90deg);
  -moz-transform: rotateZ(-90deg);
  -o-transform: rotateZ(-90deg);
  -ms-transform: rotateZ(-90deg);
  transform: rotateZ(-90deg);
  font-size: 0;
  transform-origin: 100% 100%;
}
.osthemes-purchase-button span {
  font-size: 14px;
  font-weight: 500;
  vertical-align: middle;
  padding: 0 25px;
  letter-spacing: 0.2em;
}
.osthemes-purchase-button i.icon {
  font-size: 18px;
  height: 100%;
  width: 40px;
  display: inline-block;
  text-align: center;
  -webkit-transform: rotateZ(90deg);
  -moz-transform: rotateZ(90deg);
  -o-transform: rotateZ(90deg);
  -ms-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
  background-color: #8dd0e1;
  color: #fff;
  line-height: normal;
  vertical-align: baseline;
  margin-left: 0;
}
.osthemes-purchase-button i.icon:before {
  vertical-align: text-bottom;
}
.osthemes-purchase-button:hover {
  background-color: #8dd0e1;
  color: #fff;
}
.col-xlg-1,
.col-xlg-2,
.col-xlg-3,
.col-xlg-4,
.col-xlg-5,
.col-xlg-6,
.col-xlg-7,
.col-xlg-8,
.col-xlg-9,
.col-xlg-10,
.col-xlg-12 {
  position: relative;
  min-height: 0;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 1600px) {
  .col-xlg-1,
  .col-xlg-2,
  .col-xlg-3,
  .col-xlg-4,
  .col-xlg-5,
  .col-xlg-6,
  .col-xlg-7,
  .col-xlg-8,
  .col-xlg-9,
  .col-xlg-10,
  .col-xlg-11,
  .col-xlg-12 {
    float: left;
  }
  .col-xlg-12 {
    width: 100%;
  }
  .col-xlg-11 {
    width: 91.66666667%;
  }
  .col-xlg-10 {
    width: 83.33333333%;
  }
  .col-xlg-9 {
    width: 75%;
  }
  .col-xlg-8 {
    width: 66.66666667%;
  }
  .col-xlg-7 {
    width: 58.33333333%;
  }
  .col-xlg-6 {
    width: 50%;
  }
  .col-xlg-5 {
    width: 41.66666667%;
  }
  .col-xlg-4 {
    width: 33.33333333%;
  }
  .col-xlg-3 {
    width: 25%;
  }
  .col-xlg-2 {
    width: 16.66666667%;
  }
  .col-xlg-1 {
    width: 8.33333333%;
  }
  .col-xlg-pull-12 {
    right: 100%;
  }
  .col-xlg-pull-11 {
    right: 91.66666667%;
  }
  .col-xlg-pull-10 {
    right: 83.33333333%;
  }
  .col-xlg-pull-9 {
    right: 75%;
  }
  .col-xlg-pull-8 {
    right: 66.66666667%;
  }
  .col-xlg-pull-7 {
    right: 58.33333333%;
  }
  .col-xlg-pull-6 {
    right: 50%;
  }
  .col-xlg-pull-5 {
    right: 41.66666667%;
  }
  .col-xlg-pull-4 {
    right: 33.33333333%;
  }
  .col-xlg-pull-3 {
    right: 25%;
  }
  .col-xlg-pull-2 {
    right: 16.66666667%;
  }
  .col-xlg-pull-1 {
    right: 8.33333333%;
  }
  .col-xlg-pull-0 {
    right: auto;
  }
  .col-xlg-push-12 {
    left: 100%;
  }
  .col-xlg-push-11 {
    left: 91.66666667%;
  }
  .col-xlg-push-10 {
    left: 83.33333333%;
  }
  .col-xlg-push-9 {
    left: 75%;
  }
  .col-xlg-push-8 {
    left: 66.66666667%;
  }
  .col-xlg-push-7 {
    left: 58.33333333%;
  }
  .col-xlg-push-6 {
    left: 50%;
  }
  .col-xlg-push-5 {
    left: 41.66666667%;
  }
  .col-xlg-push-4 {
    left: 33.33333333%;
  }
  .col-xlg-push-3 {
    left: 25%;
  }
  .col-xlg-push-2 {
    left: 16.66666667%;
  }
  .col-xlg-push-1 {
    left: 8.33333333%;
  }
  .col-xlg-push-0 {
    left: auto;
  }
  .col-xlg-offset-12 {
    margin-left: 100%;
  }
  .col-xlg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-xlg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-xlg-offset-9 {
    margin-left: 75%;
  }
  .col-xlg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-xlg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-xlg-offset-6 {
    margin-left: 50%;
  }
  .col-xlg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-xlg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-xlg-offset-3 {
    margin-left: 25%;
  }
  .col-xlg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-xlg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-xlg-offset-0 {
    margin-left: 0;
  }
}
/**  
 * 2.0 - Template
 * ----------------------------------------------------------------------------
 */
body {
  overflow-x: hidden;
}
img {
  max-width: 100%;
  height: auto;
}
a,
a:focus,
a:hover {
  outline: none;
  text-decoration: none;
  word-wrap: break-word;
  transition: all 0.3s ease-out;
}
body {
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  color: #666666;
  position: relative;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  left: 0;
  font-weight: 300;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 20px;
  letter-spacing: 0.05em;
}
h1,
h2 {
  letter-spacing: 0;
}
p {
  font-weight: 300;
  margin: 0 0 30px 0;
  padding: 0;
  line-height: 2.2;
  letter-spacing: 0.05em;
  word-wrap: break-word;
}
h1.hmb,
h2.hmb,
h3.hmb,
h4.hmb,
h5.hmb,
h6.hmb,
p.hmb,
q.hmb {
  margin-bottom: 40px;
}
.container .container,
.has-sidebar .site-content-page-inner .container,
.has-sidebar .site-content-archive-inner .container {
  padding: 0;
}
.site-content-page {
  margin-bottom: 80px;
}
.site-content-page.no-margin-bottom {
  margin-bottom: 0;
}
i.icon:before {
  vertical-align: middle;
}
.text-inherit {
  color: inherit;
}
.gray {
  background-color: #FAFAFA;
  color: #666;
}
.text-gray {
  color: #666;
}
.light {
  background-color: #fff;
  color: #444;
}
.text-light {
  color: #fff;
}
.dark {
  background-color: #444;
  color: #fff;
}
.text-dark {
  color: #444;
}
.text-color {
  color: #666666;
}
.text-bold {
  color: #444444;
}
.bg-primary {
  background-color: #8dd0e1;
}
.bg-secondary {
  background-color: #8dd0e1;
}
.container {
  max-width: 100%;
}
@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}
#wrapper {
  background-color: #fff;
}
body.boxed #wrapper {
  max-width: 1200px;
  margin: auto;
  position: relative;
}
@media only screen and (min-width: 768px) {
  body.float {
    padding: 20px !important;
  }
}
div,
iframe,
img {
  margin: 0;
  padding: 0;
}
::selection {
  color: #ffffff;
}
::-moz-selection {
  color: #ffffff;
}
a,
a:hover,
a.active {
  color: inherit;
  text-decoration: none;
  outline: none;
}
a:hover {
  color: #8dd0e1;
}
a:focus,
a.active {
  color: #8dd0e1;
}
input,
textarea,
button,
select {
  outline: none;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.text-uppercase {
  text-transform: uppercase;
}
.bolder {
  font-weight: 700;
}
.semi-bold {
  font-weight: 600;
}
.medium-bold {
  font-weight: 500;
}
.spacing-50 {
  letter-spacing: 0.05em;
}
.spacing-100 {
  letter-spacing: 0.1em;
}
.fz-12 {
  font-size: 12px;
}
.fz-13 {
  font-size: 13px;
}
.fz-14 {
  font-size: 14px;
}
.fz-15 {
  font-size: 15px;
}
.fz-16 {
  font-size: 16px;
}
.fz-17 {
  font-size: 17px;
}
.fz-18 {
  font-size: 18px;
}
.fz-19 {
  font-size: 19px;
}
.fz-20 {
  font-size: 20px;
}
.fz-21 {
  font-size: 21px;
}
.fz-22 {
  font-size: 22px;
}
.fz-23 {
  font-size: 23px;
}
.fz-24 {
  font-size: 24px;
}
.fz-28 {
  font-size: 28px;
}
.fz-30 {
  font-size: 30px;
}
.fz-31 {
  font-size: 31px;
}
.fz-32 {
  font-size: 32px;
}
.fz-33 {
  font-size: 33px;
}
.fz-34 {
  font-size: 34px;
}
.fz-35 {
  font-size: 35px;
}
.fz-36 {
  font-size: 36px;
}
.fz-37 {
  font-size: 37px;
}
.fz-38 {
  font-size: 38px;
}
.fz-39 {
  font-size: 39px;
}
.fz-40 {
  font-size: 40px;
}
.fz-41 {
  font-size: 41px;
}
.fz-42 {
  font-size: 42px;
}
.fz-43 {
  font-size: 43px;
}
.fz-44 {
  font-size: 44px;
}
.fz-45 {
  font-size: 45px;
}
.fz-46 {
  font-size: 46px;
}
.fz-47 {
  font-size: 47px;
}
.fz-48 {
  font-size: 48px;
}
.fz-60 {
  font-size: 60px;
}
.bgp-center-top {
  background-position: center top !important;
}
.bgp-center-center {
  background-position: center center !important;
}
.bgp-center-bottom {
  background-position: center bottom !important;
}
.bgp-left-top {
  background-position: left top !important;
}
.bgp-left-center {
  background-position: left center !important;
}
.bgp-left-bottom {
  background-position: left bottom !important;
}
.bgp-right-top {
  background-position: right top !important;
}
.bgp-right-center {
  background-position: right center !important;
}
.bgp-right-bottom {
  background-position: right bottom !important;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.zi-1 {
  z-index: 1;
}
.zi-2 {
  z-index: 2;
}
.zi-3 {
  z-index: 3;
}
.zi-4 {
  z-index: 4;
}
.zi-5 {
  z-index: 5;
}
.zi-6 {
  z-index: 6;
}
.zi-7 {
  z-index: 7;
}
.zi-8 {
  z-index: 8;
}
.zi-9 {
  z-index: 9;
}
.zi-10 {
  z-index: 10;
}
.zi-11 {
  z-index: 11;
}
.zi-12 {
  z-index: 12;
}
.zi-13 {
  z-index: 13;
}
.zi-14 {
  z-index: 14;
}
.zi-15 {
  z-index: 15;
}
.zi-16 {
  z-index: 16;
}
.zi-17 {
  z-index: 17;
}
.zi-18 {
  z-index: 18;
}
.zi-19 {
  z-index: 19;
}
.zi-20 {
  z-index: 20;
}
.zi-21 {
  z-index: 21;
}
.zi-22 {
  z-index: 22;
}
.zi-23 {
  z-index: 23;
}
.zi-24 {
  z-index: 24;
}
.zi-25 {
  z-index: 25;
}
.zi-26 {
  z-index: 26;
}
.zi-27 {
  z-index: 27;
}
.zi-28 {
  z-index: 28;
}
.zi-29 {
  z-index: 29;
}
.zi-30 {
  z-index: 30;
}
.zi-31 {
  z-index: 31;
}
.zi-32 {
  z-index: 32;
}
.zi-33 {
  z-index: 33;
}
.zi-34 {
  z-index: 34;
}
.zi-35 {
  z-index: 35;
}
.zi-36 {
  z-index: 36;
}
.zi-37 {
  z-index: 37;
}
.zi-38 {
  z-index: 38;
}
.zi-39 {
  z-index: 39;
}
.zi-40 {
  z-index: 40;
}
.zi-41 {
  z-index: 41;
}
.zi-42 {
  z-index: 42;
}
.zi-43 {
  z-index: 43;
}
.zi-44 {
  z-index: 44;
}
.zi-45 {
  z-index: 45;
}
.zi-46 {
  z-index: 46;
}
.zi-47 {
  z-index: 47;
}
.zi-48 {
  z-index: 48;
}
.zi-49 {
  z-index: 49;
}
.zi-50 {
  z-index: 50;
}
.zi-51 {
  z-index: 51;
}
.zi-52 {
  z-index: 52;
}
.zi-53 {
  z-index: 53;
}
.zi-54 {
  z-index: 54;
}
.zi-55 {
  z-index: 55;
}
.zi-56 {
  z-index: 56;
}
.zi-57 {
  z-index: 57;
}
.zi-58 {
  z-index: 58;
}
.zi-59 {
  z-index: 59;
}
.zi-60 {
  z-index: 60;
}
.zi-61 {
  z-index: 61;
}
.zi-62 {
  z-index: 62;
}
.zi-63 {
  z-index: 63;
}
.zi-64 {
  z-index: 64;
}
.zi-65 {
  z-index: 65;
}
.zi-66 {
  z-index: 66;
}
.zi-67 {
  z-index: 67;
}
.zi-68 {
  z-index: 68;
}
.zi-69 {
  z-index: 69;
}
.zi-70 {
  z-index: 70;
}
.zi-71 {
  z-index: 71;
}
.zi-72 {
  z-index: 72;
}
.zi-73 {
  z-index: 73;
}
.zi-74 {
  z-index: 74;
}
.zi-75 {
  z-index: 75;
}
.zi-76 {
  z-index: 76;
}
.zi-77 {
  z-index: 77;
}
.zi-78 {
  z-index: 78;
}
.zi-79 {
  z-index: 79;
}
.zi-80 {
  z-index: 80;
}
.zi-81 {
  z-index: 81;
}
.zi-82 {
  z-index: 82;
}
.zi-83 {
  z-index: 83;
}
.zi-84 {
  z-index: 84;
}
.zi-85 {
  z-index: 85;
}
.zi-86 {
  z-index: 86;
}
.zi-87 {
  z-index: 87;
}
.zi-88 {
  z-index: 88;
}
.zi-89 {
  z-index: 89;
}
.zi-90 {
  z-index: 90;
}
.zi-91 {
  z-index: 91;
}
.zi-92 {
  z-index: 92;
}
.zi-93 {
  z-index: 93;
}
.zi-94 {
  z-index: 94;
}
.zi-95 {
  z-index: 95;
}
.zi-96 {
  z-index: 96;
}
.zi-97 {
  z-index: 97;
}
.zi-98 {
  z-index: 98;
}
.zi-99 {
  z-index: 99;
}
.zi-100 {
  z-index: 100;
}
.center-overlay {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.center-overlay.max-width {
  width: 100%;
}
.under-construction-style-2 input[type="email"] {
  background-color: rgba(255, 255, 255, 0.7);
  color: #000;
}
.main-footer .construction .mc4wp-form input {
  width: 100%;
  margin-top: 20px;
}
.main-footer .construction .mc4wp-form input[type="submit"] {
  color: #000;
  border: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.main-footer .construction .mc4wp-form input[type="submit"]:hover {
  background-color: #333;
  color: #fff;
}
.balls-at-both-side:before,
.balls-at-both-side:after {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #8dd0e1;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.balls-at-both-side:before {
  margin-right: 15px;
}
.balls-at-both-side:after {
  margin-left: 15px;
}
/*-------------------------------------
INPUT
---------------------------------------*/
input[type="text"],
input[type="search"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="tel"],
input[type="date"],
textarea,
select {
  font-family: 'Poppins';
  padding: 0 20px;
  font-size: 13px;
  letter-spacing: 0.1em;
  color: #888;
  height: 44px;
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
input[type="text"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: #888;
}
input[type="text"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="date"]:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder {
  color: #888;
}
input[type="text"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
  color: #888;
}
input[type="text"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
  color: #888;
}
input[type="text"]:focus,
input[type="search"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="date"]:focus,
textarea:focus,
select:focus {
  border-color: #8dd0e1;
}
textarea {
  height: auto;
  padding-top: 15px;
}
select,
input[type="date"] {
  max-width: 100%;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("http://localhost:8888/wordpress/wp-content/themes/pure/assets/images/arrow-down.png");
  background-repeat: no-repeat;
  background-position: calc(100% - 15px);
  position: relative;
}
select::-ms-expand {
  display: none;
}
.block-center:before {
  content: "";
  height: 100%;
  vertical-align: middle;
  display: inline-block;
}
.block-center {
  height: 100%;
  width: 100%;
  text-align: center;
}
.block-center-inner {
  display: inline-block;
  margin: 0 auto;
  position: relative;
  /*text-align: left;*/
  vertical-align: middle;
  max-width: 95%;
}
.block-center-inner > * {
  margin: auto;
}
.error404 section.page-title-wrap {
  margin-bottom: 0;
}
.error404 .page-title-inner {
  font-size: 32px;
}
.page404:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.05);
  display: block;
}
.page404 .bg-404-overlay {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.page404 .content-wrap {
  text-align: center;
}
.page404 h2 {
  text-align: center;
  font-size: 80px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 35px;
}
.page404 h2.yeild {
  font-size: 60px;
}
.page404 h2.title {
  font-size: 72px;
}
.page404 h5.description {
  text-align: center;
  font-weight: 500;
  line-height: 1;
  text-transform: none;
  margin-bottom: 0;
}
.page404 h5.description:before,
.page404 h5.description:after {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #8dd0e1;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.page404 h5.description:before {
  margin-right: 15px;
}
.page404 h5.description:after {
  margin-left: 15px;
}
.page404 div.return {
  text-align: center;
  font-size: 20px;
  line-height: 1;
  display: inline-block;
  position: relative;
  margin-top: 45px;
}
.page404 div.return a {
  padding-left: 45px;
  padding-right: 45px;
}
.page404 .container {
  position: relative;
  z-index: 1;
}
.back-to-top {
  position: fixed;
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  bottom: 10px;
  right: 10px;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  z-index: 2;
  -webkit-transform: translateX(100px);
  -moz-transform: translateX(100px);
  -ms-transform: translateX(100px);
  -o-transform: translateX(100px);
  transform: translateX(100px);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  border: 2px solid #1e1e1e;
  color: #1e1e1e;
  background-color: #f5f5f5;
}
.back-to-top i {
  font-size: 22px;
}
.back-to-top:hover {
  text-decoration: none;
  color: #1e1e1e;
}
.back-to-top.in {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}
@media only screen and (min-width: 768px) {
  body.float .back-to-top {
    bottom: 30px;
    right: 30px;
  }
}
@media only screen and (min-width: 991px) {
  body.page-fits-screen #wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    height: 100vh;
  }
  body.page-fits-screen #wrapper #wrapper-content {
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  body.page-fits-screen #wrapper #wrapper-content > * {
    width: 100%;
  }
  body.page-fits-screen #wrapper header#main-header-wrapper,
  body.page-fits-screen #wrapper footer.main-footer-wrapper {
    width: 100%;
  }
}
.under-construction-wrap {
  background-color: #eee;
}
.under-construction-wrap .logo {
  background-color: #fff;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 46px;
}
.under-construction-wrap .page-title-margin-bottom {
  margin-bottom: 140px;
}
.under-construction-wrap .social a {
  height: 30px;
  width: 30px;
  background-color: #555;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-right: 10px;
  display: inline-block;
  text-align: center;
}
.ps-container > .ps-scrollbar-y-rail,
.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  width: 5px;
}
#wrapper-content {
  background-color: #fff;
  z-index: 1;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.site-loading {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  display: none;
  -webkit-transition: opacity 600ms ease 200ms;
  -moz-transition: opacity 600ms ease 200ms;
  -ms-transition: opacity 600ms ease 200ms;
  -o-transition: opacity 600ms ease 200ms;
  transition: opacity 600ms ease 200ms;
}
body.page-loading .site-loading {
  opacity: 1;
  display: block;
}
.logo-loading {
  margin-bottom: 30px;
}
.wpb_map_wraper iframe {
  display: block;
  pointer-events: none;
}
.wpb_gmaps_widget .wpb_wrapper {
  padding: 0;
}
/*----------------------------------
Custom Revolution slider
-----------------------------------*/
.tparrows.preview1 {
  width: 34px;
}
.tparrows.preview1:after {
  width: 34px;
  font-size: 26px;
  font-family: "fontawesome";
  background: rgba(0, 0, 0, 0.4);
}
.tp-leftarrow.preview1:after {
  content: "\f104";
}
.tp-rightarrow.preview1:after {
  content: "\f105";
}
.tparrows.preview1:hover .tp-arr-iwrapper {
  opacity: 0;
}
.tparrows.preview1:hover:after {
  color: #fff;
}
.toggle-icon-wrapper {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
}
.toggle-icon-wrapper:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.toggle-icon-wrapper .toggle-icon {
  display: inline-block;
  height: 30px;
  position: relative;
  vertical-align: middle;
  width: 24px;
}
.toggle-icon-wrapper .toggle-icon > span {
  background: none repeat scroll 0 0 #000;
  bottom: 0;
  display: block;
  height: 2px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
}
.toggle-icon-wrapper .toggle-icon:after,
.toggle-icon-wrapper .toggle-icon:before {
  background-color: #000;
  content: "";
  height: 2px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
}
.toggle-icon-wrapper .toggle-icon:before {
  top: 20%;
  -webkit-transform-origin: top left;
  -moz-transform-origin: top left;
  -ms-transform-origin: top left;
  -o-transform-origin: top left;
  transform-origin: top left;
}
.toggle-icon-wrapper .toggle-icon:after {
  bottom: 20%;
  -webkit-transform-origin: bottom left;
  -moz-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  -o-transform-origin: bottom left;
  transform-origin: bottom left;
}
.toggle-icon-wrapper + span {
  vertical-align: middle;
  text-transform: uppercase;
}
.toggle-icon-wrapper.in .toggle-icon span {
  opacity: 0;
}
.toggle-icon-wrapper.in .toggle-icon:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.toggle-icon-wrapper.in .toggle-icon:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/*-------------------------
Loading
---------------------------*/
.loading-wrapper {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99999;
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.spinner-double-section-far {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 3.125px solid #aaa;
  -webkit-animation: spinner 1.2s linear infinite;
  -moz-animation: spinner 1.2s linear infinite;
  -ms-animation: spinner 1.2s linear infinite;
  -o-animation: spinner 1.2s linear infinite;
  animation: spinner 1.2s linear infinite;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.spinner-double-section-far:before,
.spinner-double-section-far:after {
  content: '';
  position: absolute;
  top: -3.125px;
  left: -3.125px;
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 3.125px solid transparent;
  border-top-color: tomato;
}
#lang_sel ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
#lang_sel ul ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 9999;
  background-color: #fff;
  min-width: 150px;
  padding: 15px;
  -webkit-box-shadow: 2px 3px 5px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 3px 5px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 3px 5px 2px rgba(0, 0, 0, 0.3);
  font-size: 12px;
}
#lang_sel ul ul li {
  line-height: 34px;
  text-align: left;
  color: #444;
}
#lang_sel:hover ul {
  display: block;
}
.top-bar-info {
  list-style: none;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
}
.top-bar-info li {
  display: inline-block;
  vertical-align: middle;
}
.top-bar-info li + li {
  margin-left: 20px;
}
.top-bar-info li i.fa {
  color: #8dd0e1;
}
/* MODAL SEARCH
/*-------------------------*/
#osthemes-modal-search {
  z-index: 999999;
  overflow: auto;
  font-family: 'Poppins';
}
#osthemes-modal-search.modal.in .modal-backdrop.in {
  opacity: 0.98;
  height: 100%;
  position: fixed;
  z-index: -1;
  background-color: #fff;
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#osthemes-modal-search.modal.in .osthemes-modal-dialog {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
#osthemes-modal-search .osthemes-modal-dialog {
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: auto;
}
#osthemes-modal-search .osthemes-dismiss-modal {
  position: absolute;
  right: 30px;
  top: 30px;
  font-size: 36px;
  line-height: 1;
  color: inherit;
  z-index: 1040;
  cursor: pointer;
}
#osthemes-modal-search .osthemes-modal-search {
  padding: 80px 30px 60px;
}
#osthemes-modal-search .osthemes-modal-search .osthemes-search-wrapper {
  position: relative;
  width: 100%;
  font-size: 24px;
  color: inherit;
  background-color: transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  max-width: 1140px;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
#osthemes-modal-search .osthemes-modal-search .osthemes-search-wrapper:before,
#osthemes-modal-search .osthemes-modal-search .osthemes-search-wrapper:after {
  content: " ";
  display: table;
}
#osthemes-modal-search .osthemes-modal-search .osthemes-search-wrapper:after {
  clear: both;
}
#osthemes-modal-search .osthemes-modal-search input[type="search"] {
  border: none;
  outline: none;
  display: block;
  float: left;
  width: 100%;
  padding-right: 60px;
  padding-left: 20px;
  background-color: transparent;
  font-size: 22px;
  font-family: 'Poppins';
  color: inherit;
}
#osthemes-modal-search .osthemes-modal-search button {
  position: absolute;
  display: block;
  color: inherit;
  bottom: 5px;
  right: 0;
  line-height: 1;
  border: none;
  outline: none;
  font-size: 24px;
  background-color: transparent;
}
#osthemes-modal-search .ajax-search-result {
  margin: auto;
  max-width: 1140px;
  background: rgba(77, 77, 77, 0.1);
}
#osthemes-modal-search .ajax-search-result > ul {
  list-style: none;
  position: relative;
  padding: 0;
  margin: 0;
}
#osthemes-modal-search .ajax-search-result li {
  padding: 7px 20px;
  color: inherit;
  font-size: 16px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#osthemes-modal-search .ajax-search-result li:hover,
#osthemes-modal-search .ajax-search-result li.selected {
  background-color: rgba(127, 127, 127, 0.1);
}
#osthemes-modal-search .ajax-search-result li > a {
  color: #333;
}
#osthemes-modal-search .ajax-search-result li + li {
  border-top: dotted 1px rgba(77, 77, 77, 0.1);
}
#osthemes-modal-search .ajax-search-result li.search-view-more {
  font-size: 16px;
  font-style: italic;
}
#osthemes-modal-search .ajax-search-result li.search-view-more a {
  text-decoration: underline;
}
#osthemes-modal-search .ajax-search-result li span {
  color: #555;
  float: right;
}
#osthemes-modal-search i.ajax-search-icon {
  color: inherit;
}
#osthemes-modal-search div.search-view-more {
  background-color: rgba(255, 255, 0, 0.1);
  padding: 5px 20px;
  border-top: solid 1px rgba(0, 0, 0, 0.3);
  font-size: 14px;
  text-align: center;
}
#osthemes-modal-search div.search-view-more i.icon {
  vertical-align: middle;
}
#search_popup_wrapper button.action {
  background-color: #8dd0e1;
  opacity: 0.8;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#search_popup_wrapper button.action:hover {
  opacity: 1;
}
#search_popup_wrapper input[type="text"] {
  display: inline-block;
  width: 90%;
  margin-top: 20px;
  padding: 1em;
}
#search_popup_wrapper button[type="submit"] {
  margin-top: 20px;
  padding: 0.3em 2em;
  background-color: #8dd0e1;
  color: #fff;
  border: none;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#search_popup_wrapper button[type="submit"]:hover {
  background-color: #000;
}
nav.canvas-menu-wrapper {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 100%;
  bottom: 0;
  width: 270px;
  transform: translateX(0);
  overflow: hidden;
  padding: 30px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
nav.canvas-menu-wrapper.in {
  transform: translateX(-100%);
}
nav.canvas-menu-wrapper .canvas-menu-close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 18px;
  cursor: pointer;
}
nav.canvas-menu-wrapper.dark {
  background: #000;
  color: #fff;
}
nav.canvas-menu-wrapper.dark .widget_archive > ul,
nav.canvas-menu-wrapper.dark .widget_categories > ul,
nav.canvas-menu-wrapper.dark .widget_pages > ul,
nav.canvas-menu-wrapper.dark .widget_nav_menu > div > ul,
nav.canvas-menu-wrapper.dark .woocommerce .widget_product_categories > ul,
nav.canvas-menu-wrapper.dark .widget_layered_nav > ul {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
nav.canvas-menu-wrapper.dark li + li,
nav.canvas-menu-wrapper.dark .widget_posts_item + .widget_posts_item {
  border-top-color: rgba(255, 255, 255, 0.2);
}
nav.canvas-menu-wrapper.dark .widget_categories ul ul,
nav.canvas-menu-wrapper.dark .widget_pages ul ul,
nav.canvas-menu-wrapper.dark .widget_nav_menu > div ul ul,
nav.canvas-menu-wrapper.dark .widget_product_categories ul ul {
  border-top-color: rgba(255, 255, 255, 0.2);
}
body.admin-bar nav.canvas-menu-wrapper {
  top: 32px;
}
.spinner-double-section-far:after {
  border-top-color: transparent;
  border-bottom-color: tomato;
}
.spinner-double-section-far:before,
.spinner-double-section-far:after {
  top: -9.375px;
  left: -9.375px;
  width: 62.5px;
  height: 62.5px;
}
.modal {
  z-index: 99999;
}
.modal-content {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.modal-backdrop {
  background: rgba(0, 0, 0, 0.5);
}
.modal-backdrop.in {
  opacity: 1;
}
.popup-close {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #FFFFFF;
  font-size: 24px;
  display: block;
  line-height: 1;
}
.popup-close:before {
  vertical-align: middle;
}
.text-align-right {
  text-align: right;
}
.text-align-left {
  text-align: left;
}
.social.icon {
  line-height: 1;
}
.social.icon a {
  width: 30px;
  height: 30px;
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #999;
  text-align: center;
  margin-right: 10px;
  line-height: 30px;
}
.social.icon a i {
  color: #fff;
}
.social.icon-text {
  line-height: 1;
}
.social.icon-text a {
  display: inline-block;
  text-align: center;
  margin-right: 10px;
  border-right: solid 1px #ddd;
  line-height: 1;
}
.social.icon-text a span {
  text-transform: uppercase;
  color: #777;
  padding-right: 10px;
  font-size: 11px;
}
.social.icon-text a:last-child {
  border: none;
}
.social.icon-text a:last-child span {
  padding-right: 0;
}
.center {
  text-align: center;
}
/*--------Contact Form 7 Slider*/
.contact-form-7-slider-wrap {
  background-color: #fff;
  padding: 10px;
  width: 444px;
}
.contact-form-7-slider-wrap .contact-form-7-slider-inner {
  padding: 45px 25px;
  border-style: solid;
  border-width: 1px;
}
.contact-form-7-slider-wrap h3.title {
  font-size: 35px;
  text-align: center;
  margin-bottom: 15px;
}
.contact-form-7-slider-wrap span.wpcf7-form-control-wrap,
.contact-form-7-slider-wrap .form-submit {
  float: left;
  padding: 0 5px;
  margin-bottom: 10px;
  width: 100%;
}
.contact-form-7-slider-wrap input {
  width: 100%;
}
.contact-form-7-slider-wrap span.wpcf7-not-valid-tip {
  font-size: 12px;
  white-space: normal;
}
.contact-form-7-slider-wrap .form-submit {
  text-align: right;
  margin-top: 5px;
}
.contact-form-7-slider-wrap .form-submit input[type="submit"] {
  background-color: transparent;
  padding: 0;
  text-decoration: underline;
  font-size: 15px;
  width: auto;
}
.contact-form-7-slider-wrap .form-submit input[type="submit"]:hover {
  background-color: transparent;
}
.contact-form-7-slider-wrap .wpcf7-textarea {
  height: 120px;
}
.form-contact-wrap input,
.form-contact-wrap textarea,
.form-contact-wrap select {
  width: 100%;
  margin-bottom: 0;
}
.form-contact-wrap input[type="submit"].wpcf7-submit {
  width: 100%;
  min-width: initial;
}
.form-contact-wrap input[type="submit"] + img.ajax-loader {
  display: block;
}
.form-contact-wrap textarea {
  height: 120px;
}
.form-contact-wrap.form-transparent input:not([type="submit"]),
.form-contact-wrap.form-transparent textarea,
.form-contact-wrap.form-transparent select {
  background-color: transparent;
  color: #fff;
}
.form-contact-wrap.form-transparent input:not([type="submit"])::-webkit-input-placeholder,
.form-contact-wrap.form-transparent textarea::-webkit-input-placeholder,
.form-contact-wrap.form-transparent select::-webkit-input-placeholder {
  color: #fff;
}
.form-contact-wrap.form-transparent input:not([type="submit"]):-moz-placeholder,
.form-contact-wrap.form-transparent textarea:-moz-placeholder,
.form-contact-wrap.form-transparent select:-moz-placeholder {
  color: #fff;
}
.form-contact-wrap.form-transparent input:not([type="submit"])::-moz-placeholder,
.form-contact-wrap.form-transparent textarea::-moz-placeholder,
.form-contact-wrap.form-transparent select::-moz-placeholder {
  color: #fff;
}
.form-contact-wrap.form-transparent input:not([type="submit"]):-ms-input-placeholder,
.form-contact-wrap.form-transparent textarea:-ms-input-placeholder,
.form-contact-wrap.form-transparent select:-ms-input-placeholder {
  color: #fff;
}
.form-contact-wrap.form-transparent select {
  background-image: url("http://localhost:8888/wordpress/wp-content/themes/pure/assets/images/arrow-down-white.png");
  background-repeat: no-repeat;
}
.form-contact-wrap.form-transparent select option {
  color: #888;
}
.form-contact-wrap.form-transparent span.select2-selection {
  background-color: transparent;
}
.form-contact-wrap.form-transparent span.select2-selection span.select2-selection__rendered {
  background-image: url("http://localhost:8888/wordpress/wp-content/themes/pure/assets/images/arrow-down-white.png");
  background-repeat: no-repeat;
  color: #fff;
}
.form-contact-wrap.form-transparent span.select2-selection span.select2-selection__rendered span.select2-selection__placeholder {
  color: inherit;
}
span.select2-container > * {
  outline: none !important;
}
span.select2-container span.select2-dropdown {
  border-color: #ccc;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
span.select2-container:focus {
  border: 1px solid #8dd0e1;
}
span.select2-container:focus span.select2-selection {
  border: 1px solid #8dd0e1;
}
span.select2-container span.selection {
  height: 44px;
  width: 100%;
}
span.select2-container span.selection span {
  height: 44px !important;
  line-height: 44px !important;
  width: 100%;
}
span.select2-container span.selection span.select2-selection {
  border: 1px solid #ccc;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: none;
}
span.select2-container span.selection span.select2-selection:focus {
  border: 1px solid #8dd0e1;
}
span.select2-container span.selection span.select2-search {
  padding: 0;
}
span.select2-container span.selection span.select2-selection__clear {
  width: auto;
  margin-right: 10px;
  font-size: 16px;
}
span.select2-container span.selection .select2-selection__rendered {
  padding-left: 20px !important;
  color: #666666;
}
span.select2-container span.selection span.select2-selection__arrow {
  display: none;
}
span.select2-container span.selection span.select2-selection__rendered {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("http://localhost:8888/wordpress/wp-content/themes/pure/assets/images/arrow-down.png");
  background-repeat: no-repeat;
  background-position: calc(100% - 15px);
}
span.select2-container span.selection ul.select2-results__option li.select2-results__option {
  color: #666666;
}
span.select2-container input.select2-search__field {
  margin-bottom: 0;
}
@media only screen and (max-width: 350px) {
  .page404 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .page404 .content-wrap {
    padding: 15px;
  }
  .page404 h2 {
    font-size: 60px;
  }
  .page404 h4.description,
  .page404 div.return {
    font-size: 15px;
  }
}
.owl-carousel .owl-item {
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
}
/*
OPEN TIME TEMPLATE
*/
.opentime-wrapper h4 {
  font-size: 18px;
  margin-bottom: 25px;
}
.opentime-wrapper ul.time-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.opentime-wrapper ul.time-list li {
  letter-spacing: 0.05em;
  line-height: 2.2;
}
.opentime-wrapper .has-separator {
  border-left: 1px solid transparent;
  position: relative;
}
.opentime-wrapper .has-separator:before {
  content: '';
  width: 1px;
  height: 85%;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: inherit;
}
.opentime-wrapper.separator-primary .has-separator:before {
  background-color: #8dd0e1;
}
.opentime-wrapper.separator-light .has-separator:before {
  background-color: #fff;
}
.opentime-wrapper.separator-dark .has-separator:before {
  background-color: #444;
}
.opentime-wrapper.separator-gray .has-separator:before {
  background-color: #E4E4E4;
}
@media (max-width: 767px) {
  .has-separator {
    border: none;
  }
  .has-separator:before {
    display: none;
  }
}
.margin-bottom-5 {
  margin-bottom: 5px !important;
}
.margin-bottom-10 {
  margin-bottom: 10px !important;
}
.margin-bottom-15 {
  margin-bottom: 15px !important;
}
.margin-top-5 {
  margin-top: 5px !important;
}
.margin-top-10 {
  margin-top: 10px !important;
}
.margin-top-15 {
  margin-top: 15px;
}
.padding-bottom-5 {
  padding-bottom: 5px !important;
}
.padding-bottom-10 {
  padding-bottom: 10px !important;
}
.padding-bottom-15 {
  padding-bottom: 15px !important;
}
.padding-top-5 {
  padding-top: 5px !important;
}
.padding-top-10 {
  padding-top: 10px !important;
}
.padding-top-15 {
  padding-top: 15px;
}
.padding-left-5 {
  padding-left: 5px !important;
}
.padding-left-10 {
  padding-left: 10px !important;
}
.padding-left-15 {
  padding-left: 15px;
}
.padding-right-5 {
  padding-right: 5px !important;
}
.padding-right-10 {
  padding-right: 10px !important;
}
.padding-right-15 {
  padding-right: 15px;
}
.margin-top-negative-20 {
  margin-top: -20px !important;
}
.margin-top-negative-25 {
  margin-top: -25px !important;
}
.margin-top-negative-30 {
  margin-top: -30px !important;
}
.margin-top-negative-35 {
  margin-top: -35px !important;
}
.margin-top-negative-40 {
  margin-top: -40px !important;
}
.margin-top-negative-45 {
  margin-top: -45px !important;
}
.margin-top-negative-50 {
  margin-top: -50px !important;
}
.margin-top-negative-55 {
  margin-top: -55px !important;
}
.margin-top-negative-60 {
  margin-top: -60px !important;
}
.margin-top-negative-65 {
  margin-top: -65px !important;
}
.margin-top-negative-70 {
  margin-top: -70px !important;
}
.margin-top-negative-75 {
  margin-top: -75px !important;
}
.margin-top-negative-80 {
  margin-top: -80px !important;
}
.margin-top-negative-85 {
  margin-top: -85px !important;
}
.margin-top-negative-90 {
  margin-top: -90px !important;
}
.margin-top-negative-95 {
  margin-top: -95px !important;
}
.margin-top-negative-100 {
  margin-top: -100px !important;
}
.margin-top-negative-105 {
  margin-top: -105px !important;
}
.margin-top-negative-110 {
  margin-top: -110px !important;
}
.margin-top-negative-115 {
  margin-top: -115px !important;
}
.margin-top-negative-120 {
  margin-top: -120px !important;
}
.margin-top-negative-125 {
  margin-top: -125px !important;
}
.margin-top-negative-130 {
  margin-top: -130px !important;
}
.margin-top-negative-135 {
  margin-top: -135px !important;
}
.margin-top-negative-140 {
  margin-top: -140px !important;
}
.margin-top-negative-145 {
  margin-top: -145px !important;
}
.margin-top-negative-150 {
  margin-top: -150px !important;
}
@media screen and (max-width: 991px) {
  .margin-bottom-20,
  .margin-bottom-25,
  .margin-bottom-30,
  .margin-bottom-35 {
    margin-bottom: 15px !important;
  }
  .margin-bottom-40 {
    margin-bottom: 20px !important;
  }
  .margin-bottom-45 {
    margin-bottom: 25px !important;
  }
  .margin-bottom-50 {
    margin-bottom: 30px !important;
  }
  .margin-bottom-55 {
    margin-bottom: 35px !important;
  }
  .margin-bottom-60 {
    margin-bottom: 40px !important;
  }
  .margin-bottom-65 {
    margin-bottom: 45px !important;
  }
  .margin-bottom-70 {
    margin-bottom: 50px !important;
  }
  .margin-bottom-75 {
    margin-bottom: 55px !important;
  }
  .margin-bottom-80 {
    margin-bottom: 60px !important;
  }
  .margin-bottom-85 {
    margin-bottom: 65px !important;
  }
  .margin-bottom-90 {
    margin-bottom: 70px !important;
  }
  .margin-bottom-95 {
    margin-bottom: 75px !important;
  }
  .margin-bottom-100 {
    margin-bottom: 80px !important;
  }
  .margin-bottom-105 {
    margin-bottom: 85px !important;
  }
  .margin-bottom-110 {
    margin-bottom: 90px !important;
  }
  .margin-bottom-115 {
    margin-bottom: 95px !important;
  }
  .margin-bottom-120 {
    margin-bottom: 100px !important;
  }
  .margin-bottom-125 {
    margin-bottom: 105px !important;
  }
  .margin-bottom-130 {
    margin-bottom: 110px !important;
  }
  .margin-bottom-135 {
    margin-bottom: 115px !important;
  }
  .margin-bottom-140 {
    margin-bottom: 120px !important;
  }
  .margin-bottom-145 {
    margin-bottom: 125px !important;
  }
  .margin-bottom-150 {
    margin-bottom: 130px !important;
  }
  .margin-top-20,
  .margin-top-25,
  .margin-top-30,
  .margin-top-35 {
    margin-top: 15px !important;
  }
  .margin-top-40 {
    margin-top: 20px !important;
  }
  .margin-top-45 {
    margin-top: 25px !important;
  }
  .margin-top-50 {
    margin-top: 30px !important;
  }
  .margin-top-55 {
    margin-top: 35px !important;
  }
  .margin-top-60 {
    margin-top: 40px !important;
  }
  .margin-top-65 {
    margin-top: 45px !important;
  }
  .margin-top-70 {
    margin-top: 50px !important;
  }
  .margin-top-75 {
    margin-top: 55px !important;
  }
  .margin-top-80 {
    margin-top: 60px !important;
  }
  .margin-top-85 {
    margin-top: 65px !important;
  }
  .margin-top-90 {
    margin-top: 70px !important;
  }
  .margin-top-95 {
    margin-top: 75px !important;
  }
  .margin-top-100 {
    margin-top: 80px !important;
  }
  .margin-top-105 {
    margin-top: 85px !important;
  }
  .margin-top-110 {
    margin-top: 90px !important;
  }
  .margin-top-115 {
    margin-top: 95px !important;
  }
  .margin-top-120 {
    margin-top: 100px !important;
  }
  .margin-top-125 {
    margin-top: 105px !important;
  }
  .margin-top-130 {
    margin-top: 110px !important;
  }
  .margin-top-135 {
    margin-top: 115px !important;
  }
  .margin-top-140 {
    margin-top: 120px !important;
  }
  .margin-top-145 {
    margin-top: 125px !important;
  }
  .margin-top-150 {
    margin-top: 135px !important;
  }
  .padding-bottom-20,
  .padding-bottom-25,
  .padding-bottom-30,
  .padding-bottom-35 {
    padding-bottom: 15px !important;
  }
  .padding-bottom-40 {
    padding-bottom: 20px !important;
  }
  .padding-bottom-45 {
    padding-bottom: 25px !important;
  }
  .padding-bottom-50 {
    padding-bottom: 30px !important;
  }
  .padding-bottom-55 {
    padding-bottom: 35px !important;
  }
  .padding-bottom-60 {
    padding-bottom: 40px !important;
  }
  .padding-bottom-65 {
    padding-bottom: 45px !important;
  }
  .padding-bottom-70 {
    padding-bottom: 50px !important;
  }
  .padding-bottom-75 {
    padding-bottom: 55px !important;
  }
  .padding-bottom-80 {
    padding-bottom: 60px !important;
  }
  .padding-bottom-85 {
    padding-bottom: 65px !important;
  }
  .padding-bottom-90 {
    padding-bottom: 70px !important;
  }
  .padding-bottom-95 {
    padding-bottom: 75px !important;
  }
  .padding-bottom-100 {
    padding-bottom: 80px !important;
  }
  .padding-bottom-105 {
    padding-bottom: 85px !important;
  }
  .padding-bottom-110 {
    padding-bottom: 90px !important;
  }
  .padding-bottom-115 {
    padding-bottom: 95px !important;
  }
  .padding-bottom-120 {
    padding-bottom: 100px !important;
  }
  .padding-bottom-125 {
    padding-bottom: 105px !important;
  }
  .padding-bottom-130 {
    padding-bottom: 110px !important;
  }
  .padding-bottom-135 {
    padding-bottom: 115px !important;
  }
  .padding-bottom-140 {
    padding-bottom: 120px !important;
  }
  .padding-bottom-145 {
    padding-bottom: 125px !important;
  }
  .padding-bottom-150 {
    padding-bottom: 130px !important;
  }
  .padding-top-20,
  .padding-top-25,
  .padding-top-30,
  .padding-top-35 {
    padding-top: 15px !important;
  }
  .padding-top-40 {
    padding-top: 20px !important;
  }
  .padding-top-45 {
    padding-top: 25px !important;
  }
  .padding-top-50 {
    padding-top: 30px !important;
  }
  .padding-top-55 {
    padding-top: 35px !important;
  }
  .padding-top-60 {
    padding-top: 40px !important;
  }
  .padding-top-65 {
    padding-top: 45px !important;
  }
  .padding-top-70 {
    padding-top: 50px !important;
  }
  .padding-top-75 {
    padding-top: 55px !important;
  }
  .padding-top-80 {
    padding-top: 60px !important;
  }
  .padding-top-85 {
    padding-top: 65px !important;
  }
  .padding-top-90 {
    padding-top: 70px !important;
  }
  .padding-top-95 {
    padding-top: 75px !important;
  }
  .padding-top-100 {
    padding-top: 80px !important;
  }
  .padding-top-105 {
    padding-top: 85px !important;
  }
  .padding-top-110 {
    padding-top: 90px !important;
  }
  .padding-top-115 {
    padding-top: 95px !important;
  }
  .padding-top-120 {
    padding-top: 100px !important;
  }
  .padding-top-125 {
    padding-top: 105px !important;
  }
  .padding-top-130 {
    padding-top: 110px !important;
  }
  .padding-top-135 {
    padding-top: 115px !important;
  }
  .padding-top-140 {
    padding-top: 120px !important;
  }
  .padding-top-145 {
    padding-top: 125px !important;
  }
  .padding-top-150 {
    padding-top: 135px !important;
  }
  .padding-left-20,
  .padding-left-25,
  .padding-left-30,
  .padding-left-35 {
    padding-left: 15px !important;
  }
  .padding-left-40 {
    padding-left: 20px !important;
  }
  .padding-left-45 {
    padding-left: 25px !important;
  }
  .padding-left-50 {
    padding-left: 30px !important;
  }
  .padding-left-55 {
    padding-left: 35px !important;
  }
  .padding-left-60 {
    padding-left: 40px !important;
  }
  .padding-left-65 {
    padding-left: 45px !important;
  }
  .padding-left-70 {
    padding-left: 50px !important;
  }
  .padding-left-75 {
    padding-left: 55px !important;
  }
  .padding-left-80 {
    padding-left: 60px !important;
  }
  .padding-left-85 {
    padding-left: 65px !important;
  }
  .padding-left-90 {
    padding-left: 70px !important;
  }
  .padding-left-95 {
    padding-left: 75px !important;
  }
  .padding-left-100 {
    padding-left: 80px !important;
  }
  .padding-left-105 {
    padding-left: 85px !important;
  }
  .padding-left-110 {
    padding-left: 90px !important;
  }
  .padding-left-115 {
    padding-left: 95px !important;
  }
  .padding-left-120 {
    padding-left: 100px !important;
  }
  .padding-left-125 {
    padding-left: 105px !important;
  }
  .padding-left-130 {
    padding-left: 110px !important;
  }
  .padding-left-135 {
    padding-left: 115px !important;
  }
  .padding-left-140 {
    padding-left: 120px !important;
  }
  .padding-left-145 {
    padding-left: 125px !important;
  }
  .padding-left-150 {
    padding-left: 130px !important;
  }
  .padding-right-20,
  .padding-right-25,
  .padding-right-30,
  .padding-right-35 {
    padding-right: 15px !important;
  }
  .padding-right-40 {
    padding-right: 20px !important;
  }
  .padding-right-45 {
    padding-right: 25px !important;
  }
  .padding-right-50 {
    padding-right: 30px !important;
  }
  .padding-right-55 {
    padding-right: 35px !important;
  }
  .padding-right-60 {
    padding-right: 40px !important;
  }
  .padding-right-65 {
    padding-right: 45px !important;
  }
  .padding-right-70 {
    padding-right: 50px !important;
  }
  .padding-right-75 {
    padding-right: 55px !important;
  }
  .padding-right-80 {
    padding-right: 60px !important;
  }
  .padding-right-85 {
    padding-right: 65px !important;
  }
  .padding-right-90 {
    padding-right: 70px !important;
  }
  .padding-right-95 {
    padding-right: 75px !important;
  }
  .padding-right-100 {
    padding-right: 80px !important;
  }
  .padding-right-105 {
    padding-right: 85px !important;
  }
  .padding-right-110 {
    padding-right: 90px !important;
  }
  .padding-right-115 {
    padding-right: 95px !important;
  }
  .padding-right-120 {
    padding-right: 100px !important;
  }
  .padding-right-125 {
    padding-right: 105px !important;
  }
  .padding-right-130 {
    padding-right: 110px !important;
  }
  .padding-right-135 {
    padding-right: 115px !important;
  }
  .padding-right-140 {
    padding-right: 120px !important;
  }
  .padding-right-145 {
    padding-right: 125px !important;
  }
  .padding-right-150 {
    padding-right: 130px !important;
  }
}
@media screen and (max-width: 480px) {
  .margin-bottom-20,
  .margin-bottom-25,
  .margin-bottom-30,
  .margin-bottom-35,
  .margin-bottom-40,
  .margin-bottom-45 {
    margin-bottom: 15px !important;
  }
  .margin-bottom-50 {
    margin-bottom: 20px !important;
  }
  .margin-bottom-55 {
    margin-bottom: 25px !important;
  }
  .margin-bottom-60 {
    margin-bottom: 30px !important;
  }
  .margin-bottom-65 {
    margin-bottom: 35px !important;
  }
  .margin-bottom-70 {
    margin-bottom: 40px !important;
  }
  .margin-bottom-75 {
    margin-bottom: 45px !important;
  }
  .margin-bottom-80 {
    margin-bottom: 50px !important;
  }
  .margin-bottom-85 {
    margin-bottom: 55px !important;
  }
  .margin-bottom-90 {
    margin-bottom: 60px !important;
  }
  .margin-bottom-95 {
    margin-bottom: 65px !important;
  }
  .margin-bottom-100 {
    margin-bottom: 70px !important;
  }
  .margin-bottom-105 {
    margin-bottom: 75px !important;
  }
  .margin-bottom-110 {
    margin-bottom: 80px !important;
  }
  .margin-bottom-115 {
    margin-bottom: 85px !important;
  }
  .margin-bottom-120 {
    margin-bottom: 90px !important;
  }
  .margin-bottom-125 {
    margin-bottom: 95px !important;
  }
  .margin-bottom-130 {
    margin-bottom: 100px !important;
  }
  .margin-bottom-135 {
    margin-bottom: 105px !important;
  }
  .margin-bottom-140 {
    margin-bottom: 110px !important;
  }
  .margin-bottom-145 {
    margin-bottom: 115px !important;
  }
  .margin-bottom-150 {
    margin-bottom: 120px !important;
  }
  .margin-top-20,
  .margin-top-25,
  .margin-top-30,
  .margin-top-35,
  .margin-top-40,
  .margin-top-45 {
    margin-top: 15px !important;
  }
  .margin-top-50 {
    margin-top: 20px !important;
  }
  .margin-top-55 {
    margin-top: 25px !important;
  }
  .margin-top-60 {
    margin-top: 30px !important;
  }
  .margin-top-65 {
    margin-top: 35px !important;
  }
  .margin-top-70 {
    margin-top: 40px !important;
  }
  .margin-top-75 {
    margin-top: 45px !important;
  }
  .margin-top-80 {
    margin-top: 50px !important;
  }
  .margin-top-85 {
    margin-top: 55px !important;
  }
  .margin-top-90 {
    margin-top: 60px !important;
  }
  .margin-top-95 {
    margin-top: 65px !important;
  }
  .margin-top-100 {
    margin-top: 70px !important;
  }
  .margin-top-105 {
    margin-top: 75px !important;
  }
  .margin-top-110 {
    margin-top: 80px !important;
  }
  .margin-top-115 {
    margin-top: 85px !important;
  }
  .margin-top-120 {
    margin-top: 90px !important;
  }
  .margin-top-125 {
    margin-top: 95px !important;
  }
  .margin-top-130 {
    margin-top: 100px !important;
  }
  .margin-top-135 {
    margin-top: 105px !important;
  }
  .margin-top-140 {
    margin-top: 110px !important;
  }
  .margin-top-145 {
    margin-top: 115px !important;
  }
  .margin-top-150 {
    margin-top: 120px !important;
  }
  .padding-bottom-20,
  .padding-bottom-25,
  .padding-bottom-30,
  .padding-bottom-35,
  .padding-bottom-40,
  .padding-bottom-45 {
    padding-bottom: 15px !important;
  }
  .padding-bottom-50 {
    padding-bottom: 20px !important;
  }
  .padding-bottom-55 {
    padding-bottom: 25px !important;
  }
  .padding-bottom-60 {
    padding-bottom: 30px !important;
  }
  .padding-bottom-65 {
    padding-bottom: 35px !important;
  }
  .padding-bottom-70 {
    padding-bottom: 40px !important;
  }
  .padding-bottom-75 {
    padding-bottom: 45px !important;
  }
  .padding-bottom-80 {
    padding-bottom: 50px !important;
  }
  .padding-bottom-85 {
    padding-bottom: 55px !important;
  }
  .padding-bottom-90 {
    padding-bottom: 60px !important;
  }
  .padding-bottom-95 {
    padding-bottom: 65px !important;
  }
  .padding-bottom-100 {
    padding-bottom: 70px !important;
  }
  .padding-bottom-105 {
    padding-bottom: 75px !important;
  }
  .padding-bottom-110 {
    padding-bottom: 80px !important;
  }
  .padding-bottom-115 {
    padding-bottom: 85px !important;
  }
  .padding-bottom-120 {
    padding-bottom: 90px !important;
  }
  .padding-bottom-125 {
    padding-bottom: 95px !important;
  }
  .padding-bottom-130 {
    padding-bottom: 100px !important;
  }
  .padding-bottom-135 {
    padding-bottom: 105px !important;
  }
  .padding-bottom-140 {
    padding-bottom: 110px !important;
  }
  .padding-bottom-145 {
    padding-bottom: 115px !important;
  }
  .padding-bottom-150 {
    padding-bottom: 120px !important;
  }
  .padding-top-20,
  .padding-top-25,
  .padding-top-30,
  .padding-top-35,
  .padding-top-40,
  .padding-top-45 {
    padding-top: 15px !important;
  }
  .padding-top-50 {
    padding-top: 20px !important;
  }
  .padding-top-55 {
    padding-top: 25px !important;
  }
  .padding-top-60 {
    padding-top: 30px !important;
  }
  .padding-top-65 {
    padding-top: 35px !important;
  }
  .padding-top-70 {
    padding-top: 40px !important;
  }
  .padding-top-75 {
    padding-top: 45px !important;
  }
  .padding-top-80 {
    padding-top: 50px !important;
  }
  .padding-top-85 {
    padding-top: 55px !important;
  }
  .padding-top-90 {
    padding-top: 60px !important;
  }
  .padding-top-95 {
    padding-top: 65px !important;
  }
  .padding-top-100 {
    padding-top: 70px !important;
  }
  .padding-top-105 {
    padding-top: 75px !important;
  }
  .padding-top-110 {
    padding-top: 80px !important;
  }
  .padding-top-115 {
    padding-top: 85px !important;
  }
  .padding-top-120 {
    padding-top: 90px !important;
  }
  .padding-top-125 {
    padding-top: 95px !important;
  }
  .padding-top-130 {
    padding-top: 100px !important;
  }
  .padding-top-135 {
    padding-top: 105px !important;
  }
  .padding-top-140 {
    padding-top: 110px !important;
  }
  .padding-top-145 {
    padding-top: 115px !important;
  }
  .padding-top-150 {
    padding-top: 120px !important;
  }
  .padding-left-20,
  .padding-left-25,
  .padding-left-30,
  .padding-left-35,
  .padding-left-40,
  .padding-left-45 {
    padding-left: 15px !important;
  }
  .padding-left-50 {
    padding-left: 20px !important;
  }
  .padding-left-55 {
    padding-left: 25px !important;
  }
  .padding-left-60 {
    padding-left: 30px !important;
  }
  .padding-left-65 {
    padding-left: 35px !important;
  }
  .padding-left-70 {
    padding-left: 40px !important;
  }
  .padding-left-75 {
    padding-left: 45px !important;
  }
  .padding-left-80 {
    padding-left: 50px !important;
  }
  .padding-left-85 {
    padding-left: 55px !important;
  }
  .padding-left-90 {
    padding-left: 60px !important;
  }
  .padding-left-95 {
    padding-left: 65px !important;
  }
  .padding-left-100 {
    padding-left: 70px !important;
  }
  .padding-left-105 {
    padding-left: 75px !important;
  }
  .padding-left-110 {
    padding-left: 80px !important;
  }
  .padding-left-115 {
    padding-left: 85px !important;
  }
  .padding-left-120 {
    padding-left: 90px !important;
  }
  .padding-left-125 {
    padding-left: 95px !important;
  }
  .padding-left-130 {
    padding-left: 100px !important;
  }
  .padding-left-135 {
    padding-left: 105px !important;
  }
  .padding-left-140 {
    padding-left: 110px !important;
  }
  .padding-left-145 {
    padding-left: 115px !important;
  }
  .padding-left-150 {
    padding-left: 120px !important;
  }
  .padding-right-20,
  .padding-right-25,
  .padding-right-30,
  .padding-right-35,
  .padding-right-40,
  .padding-right-45 {
    padding-right: 15px !important;
  }
  .padding-right-50 {
    padding-right: 20px !important;
  }
  .padding-right-55 {
    padding-right: 25px !important;
  }
  .padding-right-60 {
    padding-right: 30px !important;
  }
  .padding-right-65 {
    padding-right: 35px !important;
  }
  .padding-right-70 {
    padding-right: 40px !important;
  }
  .padding-right-75 {
    padding-right: 45px !important;
  }
  .padding-right-80 {
    padding-right: 50px !important;
  }
  .padding-right-85 {
    padding-right: 55px !important;
  }
  .padding-right-90 {
    padding-right: 60px !important;
  }
  .padding-right-95 {
    padding-right: 65px !important;
  }
  .padding-right-100 {
    padding-right: 70px !important;
  }
  .padding-right-105 {
    padding-right: 75px !important;
  }
  .padding-right-110 {
    padding-right: 80px !important;
  }
  .padding-right-115 {
    padding-right: 85px !important;
  }
  .padding-right-120 {
    padding-right: 90px !important;
  }
  .padding-right-125 {
    padding-right: 95px !important;
  }
  .padding-right-130 {
    padding-right: 100px !important;
  }
  .padding-right-135 {
    padding-right: 105px !important;
  }
  .padding-right-140 {
    padding-right: 110px !important;
  }
  .padding-right-145 {
    padding-right: 115px !important;
  }
  .padding-right-150 {
    padding-right: 120px !important;
  }
}
@media screen and (min-width: 992px) {
  .margin-bottom-20 {
    margin-bottom: 20px !important;
  }
  .margin-bottom-25 {
    margin-bottom: 25px !important;
  }
  .margin-bottom-30 {
    margin-bottom: 30px !important;
  }
  .margin-bottom-35 {
    margin-bottom: 35px !important;
  }
  .margin-bottom-40 {
    margin-bottom: 40px !important;
  }
  .margin-bottom-45 {
    margin-bottom: 45px !important;
  }
  .margin-bottom-50 {
    margin-bottom: 50px !important;
  }
  .margin-bottom-55 {
    margin-bottom: 55px !important;
  }
  .margin-bottom-60 {
    margin-bottom: 60px !important;
  }
  .margin-bottom-65 {
    margin-bottom: 65px !important;
  }
  .margin-bottom-70 {
    margin-bottom: 70px !important;
  }
  .margin-bottom-75 {
    margin-bottom: 75px !important;
  }
  .margin-bottom-80 {
    margin-bottom: 80px !important;
  }
  .margin-bottom-85 {
    margin-bottom: 85px !important;
  }
  .margin-bottom-90 {
    margin-bottom: 90px !important;
  }
  .margin-bottom-95 {
    margin-bottom: 95px !important;
  }
  .margin-bottom-100 {
    margin-bottom: 100px !important;
  }
  .margin-bottom-105 {
    margin-bottom: 105px !important;
  }
  .margin-bottom-110 {
    margin-bottom: 110px !important;
  }
  .margin-bottom-115 {
    margin-bottom: 115px !important;
  }
  .margin-bottom-120 {
    margin-bottom: 120px !important;
  }
  .margin-bottom-125 {
    margin-bottom: 125px !important;
  }
  .margin-bottom-130 {
    margin-bottom: 130px !important;
  }
  .margin-bottom-135 {
    margin-bottom: 135px !important;
  }
  .margin-bottom-140 {
    margin-bottom: 140px !important;
  }
  .margin-bottom-145 {
    margin-bottom: 145px !important;
  }
  .margin-bottom-150 {
    margin-bottom: 150px !important;
  }
  .margin-top-20 {
    margin-top: 20px !important;
  }
  .margin-top-25 {
    margin-top: 25px !important;
  }
  .margin-top-30 {
    margin-top: 30px !important;
  }
  .margin-top-35 {
    margin-top: 35px !important;
  }
  .margin-top-40 {
    margin-top: 40px !important;
  }
  .margin-top-45 {
    margin-top: 45px !important;
  }
  .margin-top-50 {
    margin-top: 50px !important;
  }
  .margin-top-55 {
    margin-top: 55px !important;
  }
  .margin-top-60 {
    margin-top: 60px !important;
  }
  .margin-top-65 {
    margin-top: 65px !important;
  }
  .margin-top-70 {
    margin-top: 70px !important;
  }
  .margin-top-75 {
    margin-top: 75px !important;
  }
  .margin-top-80 {
    margin-top: 80px !important;
  }
  .margin-top-85 {
    margin-top: 85px !important;
  }
  .margin-top-90 {
    margin-top: 90px !important;
  }
  .margin-top-95 {
    margin-top: 95px !important;
  }
  .margin-top-100 {
    margin-top: 100px !important;
  }
  .margin-top-105 {
    margin-top: 105px !important;
  }
  .margin-top-110 {
    margin-top: 110px !important;
  }
  .margin-top-115 {
    margin-top: 115px !important;
  }
  .margin-top-120 {
    margin-top: 120px !important;
  }
  .margin-top-125 {
    margin-top: 125px !important;
  }
  .margin-top-130 {
    margin-top: 130px !important;
  }
  .margin-top-135 {
    margin-top: 135px !important;
  }
  .margin-top-140 {
    margin-top: 140px !important;
  }
  .margin-top-145 {
    margin-top: 145px !important;
  }
  .margin-top-150 {
    margin-top: 150px !important;
  }
  .padding-bottom-20 {
    padding-bottom: 20px !important;
  }
  .padding-bottom-25 {
    padding-bottom: 25px !important;
  }
  .padding-bottom-30 {
    padding-bottom: 30px !important;
  }
  .padding-bottom-35 {
    padding-bottom: 35px !important;
  }
  .padding-bottom-40 {
    padding-bottom: 40px !important;
  }
  .padding-bottom-45 {
    padding-bottom: 45px !important;
  }
  .padding-bottom-50 {
    padding-bottom: 50px !important;
  }
  .padding-bottom-55 {
    padding-bottom: 55px !important;
  }
  .padding-bottom-60 {
    padding-bottom: 60px !important;
  }
  .padding-bottom-65 {
    padding-bottom: 65px !important;
  }
  .padding-bottom-70 {
    padding-bottom: 70px !important;
  }
  .padding-bottom-75 {
    padding-bottom: 75px !important;
  }
  .padding-bottom-80 {
    padding-bottom: 80px !important;
  }
  .padding-bottom-85 {
    padding-bottom: 85px !important;
  }
  .padding-bottom-90 {
    padding-bottom: 90px !important;
  }
  .padding-bottom-95 {
    padding-bottom: 95px !important;
  }
  .padding-bottom-100 {
    padding-bottom: 100px !important;
  }
  .padding-bottom-105 {
    padding-bottom: 105px !important;
  }
  .padding-bottom-110 {
    padding-bottom: 110px !important;
  }
  .padding-bottom-115 {
    padding-bottom: 115px !important;
  }
  .padding-bottom-120 {
    padding-bottom: 120px !important;
  }
  .padding-bottom-125 {
    padding-bottom: 125px !important;
  }
  .padding-bottom-130 {
    padding-bottom: 130px !important;
  }
  .padding-bottom-135 {
    padding-bottom: 135px !important;
  }
  .padding-bottom-140 {
    padding-bottom: 140px !important;
  }
  .padding-bottom-145 {
    padding-bottom: 145px !important;
  }
  .padding-bottom-150 {
    padding-bottom: 150px !important;
  }
  .padding-top-20 {
    padding-top: 20px !important;
  }
  .padding-top-25 {
    padding-top: 25px !important;
  }
  .padding-top-30 {
    padding-top: 30px !important;
  }
  .padding-top-35 {
    padding-top: 35px !important;
  }
  .padding-top-40 {
    padding-top: 40px !important;
  }
  .padding-top-45 {
    padding-top: 45px !important;
  }
  .padding-top-50 {
    padding-top: 50px !important;
  }
  .padding-top-55 {
    padding-top: 55px !important;
  }
  .padding-top-60 {
    padding-top: 60px !important;
  }
  .padding-top-65 {
    padding-top: 65px !important;
  }
  .padding-top-70 {
    padding-top: 70px !important;
  }
  .padding-top-75 {
    padding-top: 75px !important;
  }
  .padding-top-80 {
    padding-top: 80px !important;
  }
  .padding-top-85 {
    padding-top: 85px !important;
  }
  .padding-top-90 {
    padding-top: 90px !important;
  }
  .padding-top-95 {
    padding-top: 95px !important;
  }
  .padding-top-100 {
    padding-top: 100px !important;
  }
  .padding-top-105 {
    padding-top: 105px !important;
  }
  .padding-top-110 {
    padding-top: 110px !important;
  }
  .padding-top-115 {
    padding-top: 115px !important;
  }
  .padding-top-120 {
    padding-top: 120px !important;
  }
  .padding-top-125 {
    padding-top: 125px !important;
  }
  .padding-top-130 {
    padding-top: 130px !important;
  }
  .padding-top-135 {
    padding-top: 135px !important;
  }
  .padding-top-140 {
    padding-top: 140px !important;
  }
  .padding-top-145 {
    padding-top: 145px !important;
  }
  .padding-top-150 {
    padding-top: 150px !important;
  }
  .padding-left-20 {
    padding-left: 20px !important;
  }
  .padding-left-25 {
    padding-left: 25px !important;
  }
  .padding-left-30 {
    padding-left: 30px !important;
  }
  .padding-left-35 {
    padding-left: 35px !important;
  }
  .padding-left-40 {
    padding-left: 40px !important;
  }
  .padding-left-45 {
    padding-left: 45px !important;
  }
  .padding-left-50 {
    padding-left: 50px !important;
  }
  .padding-left-55 {
    padding-left: 55px !important;
  }
  .padding-left-60 {
    padding-left: 60px !important;
  }
  .padding-left-65 {
    padding-left: 65px !important;
  }
  .padding-left-70 {
    padding-left: 70px !important;
  }
  .padding-left-75 {
    padding-left: 75px !important;
  }
  .padding-left-80 {
    padding-left: 80px !important;
  }
  .padding-left-85 {
    padding-left: 85px !important;
  }
  .padding-left-90 {
    padding-left: 90px !important;
  }
  .padding-left-95 {
    padding-left: 95px !important;
  }
  .padding-left-100 {
    padding-left: 100px !important;
  }
  .padding-left-105 {
    padding-left: 105px !important;
  }
  .padding-left-110 {
    padding-left: 110px !important;
  }
  .padding-left-115 {
    padding-left: 115px !important;
  }
  .padding-left-120 {
    padding-left: 120px !important;
  }
  .padding-left-125 {
    padding-left: 125px !important;
  }
  .padding-left-130 {
    padding-left: 130px !important;
  }
  .padding-left-135 {
    padding-left: 135px !important;
  }
  .padding-left-140 {
    padding-left: 140px !important;
  }
  .padding-left-145 {
    padding-left: 145px !important;
  }
  .padding-left-150 {
    padding-left: 150px !important;
  }
  .padding-right-20 {
    padding-right: 20px !important;
  }
  .padding-right-25 {
    padding-right: 25px !important;
  }
  .padding-right-30 {
    padding-right: 30px !important;
  }
  .padding-right-35 {
    padding-right: 35px !important;
  }
  .padding-right-40 {
    padding-right: 40px !important;
  }
  .padding-right-45 {
    padding-right: 45px !important;
  }
  .padding-right-50 {
    padding-right: 50px !important;
  }
  .padding-right-55 {
    padding-right: 55px !important;
  }
  .padding-right-60 {
    padding-right: 60px !important;
  }
  .padding-right-65 {
    padding-right: 65px !important;
  }
  .padding-right-70 {
    padding-right: 70px !important;
  }
  .padding-right-75 {
    padding-right: 75px !important;
  }
  .padding-right-80 {
    padding-right: 80px !important;
  }
  .padding-right-85 {
    padding-right: 85px !important;
  }
  .padding-right-90 {
    padding-right: 90px !important;
  }
  .padding-right-95 {
    padding-right: 95px !important;
  }
  .padding-right-100 {
    padding-right: 100px !important;
  }
  .padding-right-105 {
    padding-right: 105px !important;
  }
  .padding-right-110 {
    padding-right: 110px !important;
  }
  .padding-right-115 {
    padding-right: 115px !important;
  }
  .padding-right-120 {
    padding-right: 120px !important;
  }
  .padding-right-125 {
    padding-right: 125px !important;
  }
  .padding-right-130 {
    padding-right: 130px !important;
  }
  .padding-right-135 {
    padding-right: 135px !important;
  }
  .padding-right-140 {
    padding-right: 140px !important;
  }
  .padding-right-145 {
    padding-right: 145px !important;
  }
  .padding-right-150 {
    padding-right: 150px !important;
  }
}
.height-1000 {
  height: 1000px;
}
.height-900 {
  height: 900px;
}
.height-800 {
  height: 800px;
}
.height-700 {
  height: 700px;
}
.height-600 {
  height: 600px;
}
.height-500 {
  height: 500px;
}
.height-400 {
  height: 400px;
}
.height-300 {
  height: 300px;
}
.height-200 {
  height: 200px;
}
.height-100 {
  height: 100px;
}
.comming-soon .bg-image {
  background-position: top center !important;
}
.comming-soon .vc_sep_line {
  border-top-color: rgba(255, 255, 255, 0.3) !important;
}
@media (min-width: 992px) {
  .md-padding-right-100 {
    padding-right: 100px;
  }
  .md-padding-left-100 {
    padding-left: 100px;
  }
}
@media (max-width: 1199px) {
  .md-margin-bottom-15 {
    margin-bottom: 15px !important;
  }
  .md-margin-bottom-30 {
    margin-bottom: 30px !important;
  }
  .md-margin-bottom-40 {
    margin-bottom: 40px !important;
  }
  .md-margin-bottom-50 {
    margin-bottom: 50px !important;
  }
}
@media (max-width: 991px) {
  .sm-margin-bottom-15 {
    margin-bottom: 15px !important;
  }
  .sm-margin-bottom-30 {
    margin-bottom: 30px !important;
  }
  .sm-margin-bottom-40 {
    margin-bottom: 40px !important;
  }
  .sm-margin-bottom-50 {
    margin-bottom: 50px !important;
  }
  .sm-padding-bottom-15 {
    padding-bottom: 15px !important;
  }
  .sm-padding-bottom-30 {
    padding-bottom: 30px !important;
  }
  .sm-padding-bottom-40 {
    padding-bottom: 40px !important;
  }
  .sm-padding-bottom-50 {
    padding-bottom: 50px !important;
  }
  .sm-height-1000 {
    height: 1000px;
  }
  .sm-height-900 {
    height: 900px;
  }
  .sm-height-800 {
    height: 800px;
  }
  .sm-height-700 {
    height: 700px;
  }
  .sm-height-600 {
    height: 600px;
  }
  .sm-height-500 {
    height: 500px;
  }
  .sm-height-400 {
    height: 400px;
  }
  .sm-height-300 {
    height: 300px;
  }
  .sm-height-200 {
    height: 200px;
  }
  .sm-height-100 {
    height: 100px;
  }
}
@media (max-width: 767px) {
  .xs-margin-bottom-15 {
    margin-bottom: 15px !important;
  }
  .xs-margin-bottom-30 {
    margin-bottom: 30px !important;
  }
  .xs-margin-bottom-40 {
    margin-bottom: 40px !important;
  }
  .xs-margin-bottom-50 {
    margin-bottom: 50px !important;
  }
  .xs-height-1000 {
    height: 1000px;
  }
  .xs-height-900 {
    height: 900px;
  }
  .xs-height-800 {
    height: 800px;
  }
  .xs-height-700 {
    height: 700px;
  }
  .xs-height-600 {
    height: 600px;
  }
  .xs-height-500 {
    height: 500px;
  }
  .xs-height-400 {
    height: 400px;
  }
  .xs-height-300 {
    height: 300px;
  }
  .xs-height-200 {
    height: 200px;
  }
  .xs-height-100 {
    height: 100px;
  }
}
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-15 {
  width: 20%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 768px) {
  .text-left-xs-center {
    text-align: left;
  }
  .text-right-xs-center {
    text-align: right;
  }
}
@media (max-width: 767px) {
  .text-left-xs-center,
  .text-right-xs-center {
    text-align: center;
  }
  .xs-margin-bottom-15 {
    margin-bottom: 15px;
  }
}
.bg-overlay {
  position: relative;
}
.bg-overlay:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
  display: block;
  z-index: -1;
}
@media (max-width: 1199px) {
  .bg-overlay-md {
    position: relative;
  }
  .bg-overlay-md:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.6);
    display: block;
  }
}
.bgc-gradient {
  background-image: radial-gradient(circle farthest-side, rgba(17,29,49,0.92) 0%,rgba(4,7,14,0.92) 100%);
}
@media (min-width: 992px) {
  .md-padding-105 > .vc_column-inner {
    padding-left: 105px !important;
    padding-right: 105px !important;
  }
}
/*----------------
* PRETTY PHOTO
-----------------*/
.pp_pic_holder {
  position: relative;
}
.pp_pic_holder .pp_top,
.pp_pic_holder .pp_bottom {
  display: none;
}
.pp_pic_holder .pp_content_container .pp_left {
  background: none !important;
}
.pp_pic_holder .pp_content_container .pp_left .pp_right {
  background: none !important;
}
.pp_pic_holder .pp_content_container .pp_left .pp_right .pp_content {
  background: none !important;
}
.pp_pic_holder .pp_content_container .pp_left .pp_right .pp_content .pp_hoverContainer {
  display: none !important;
}
.pp_pic_holder .pp_content_container .pp_left .pp_right .pp_content .pp_hoverContainer a {
  display: none !important;
}
.pp_pic_holder .pp_content_container .pp_left .pp_right .pp_content .pp_gallery > a {
  text-indent: 0;
  background: none !important;
  width: auto;
  height: auto;
  color: #ffffff;
  font-size: 0;
  margin-top: 0 !important;
}
.pp_pic_holder .pp_content_container .pp_left .pp_right .pp_content .pp_gallery a.pp_arrow_previous {
  margin-right: 10px;
}
.pp_pic_holder .pp_content_container .pp_left .pp_right .pp_content .pp_gallery a.pp_arrow_previous:before {
  font-family: 'fontawesome';
  content: "\f053";
  font-size: 14px;
  line-height: 35px;
}
.pp_pic_holder .pp_content_container .pp_left .pp_right .pp_content .pp_gallery a.pp_arrow_next {
  margin-left: 10px;
}
.pp_pic_holder .pp_content_container .pp_left .pp_right .pp_content .pp_gallery a.pp_arrow_next:before {
  font-family: 'fontawesome';
  content: "\f054";
  font-size: 14px;
  line-height: 35px;
}
.pp_pic_holder .pp_content_container .pp_left .pp_right .pp_content .pp_gallery ul {
  list-style: none;
}
.pp_pic_holder .pp_content_container .pp_left .pp_right .pp_content .pp_gallery ul li {
  float: left;
  margin-right: 5px;
  margin-left: 5px;
}
.pp_pic_holder .pp_content_container .pp_left .pp_right .pp_content .pp_expand {
  display: none !important;
}
.pp_pic_holder .pp_content_container .pp_left .pp_right .pp_content .pp_details {
  position: static;
}
.pp_pic_holder .pp_content_container .pp_left .pp_right .pp_content .pp_details a.pp_close {
  position: absolute;
  top: -30px;
  right: -100px;
  background: none;
  text-indent: 0;
  width: auto;
  height: auto;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 13px;
  font-weight: 500;
  display: block;
}
.pp_pic_holder .pp_content_container .pp_left .pp_right .pp_content .pp_details a.pp_close:after {
  content: '\f00d';
  font-family: 'fontawesome';
  font-size: 18px;
  margin-left: 15px;
}
.pp_pic_holder .pp_content_container .pp_left .pp_right .pp_content .pp_details a.pp_close:hover {
  color: #8dd0e1;
}
.pp_pic_holder .pp_content_container .pp_left .pp_right .pp_content .pp_details .pp_nav {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin: 0;
  color: #ffffff;
  width: 160px !important;
}
.pp_pic_holder .pp_content_container .pp_left .pp_right .pp_content .pp_details .pp_nav a {
  text-indent: 0;
  background: none;
  margin-top: 0;
  margin-right: 20px;
  width: auto;
  height: auto;
  font-size: 0;
}
.pp_pic_holder .pp_content_container .pp_left .pp_right .pp_content .pp_details .pp_nav a:focus,
.pp_pic_holder .pp_content_container .pp_left .pp_right .pp_content .pp_details .pp_nav a:visited {
  color: #ffffff;
}
.pp_pic_holder .pp_content_container .pp_left .pp_right .pp_content .pp_details .pp_nav p.currentTextHolder {
  position: static;
  font-style: normal;
  color: inherit;
  line-height: 36px;
  margin: 0;
  margin-right: 20px;
  font-size: 20px;
}
.pp_pic_holder .pp_content_container .pp_left .pp_right .pp_content .pp_details .pp_nav a.pp_play:before {
  font-family: 'fontawesome';
  content: "\f04b";
  font-size: 20px;
}
.pp_pic_holder .pp_content_container .pp_left .pp_right .pp_content .pp_details .pp_nav a.pp_pause:before {
  font-family: 'fontawesome';
  content: "\f04c";
  font-size: 20px;
}
.pp_pic_holder .pp_content_container .pp_left .pp_right .pp_content .pp_details .pp_nav a.pp_arrow_previous:before {
  font-family: 'fontawesome';
  content: "\f053";
  font-size: 20px;
}
.pp_pic_holder .pp_content_container .pp_left .pp_right .pp_content .pp_details .pp_nav a.pp_arrow_next {
  margin-right: 0;
}
.pp_pic_holder .pp_content_container .pp_left .pp_right .pp_content .pp_details .pp_nav a.pp_arrow_next:before {
  text-align: center;
  font-family: 'fontawesome';
  content: "\f054";
  font-size: 20px;
}
/*-------------------------------------
PAGE TITLE
---------------------------------------*/
#page-title {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.page-title-wrap {
  color: #444444;
  background-color: rgba(0, 0, 0, 0);
}
.page-title-inner {
  padding: 155px 100px 140px 100px;
}
.page-title-inner.inline-block {
  display: inline-block;
}
.page-title-inner-wrapper {
  padding-top: 0;
  padding-bottom: 0;
}
.page-title-margin {
  margin-bottom: 80px;
}
.single-blog-title-wrap {
  color: #444444;
  background-color: rgba(0, 0, 0, 0);
}
.single-blog-title-inner {
  padding: 90px 100px 70px 100px;
}
.single-blog-title-inner.inline-block {
  display: inline-block;
}
.single-blog-title-inner-wrapper {
  padding-top: 0;
  padding-bottom: 0;
}
.single-blog-title-margin {
  margin-bottom: 80px;
}
.single-product-title-wrap {
  color: #444444;
  background-color: rgba(255, 255, 255, 0.1);
}
.single-product-title-inner {
  padding: 150px 100px 160px 100px;
}
.single-product-title-inner.inline-block {
  display: inline-block;
}
.single-product-title-inner-wrapper {
  padding-top: 0;
  padding-bottom: 0;
}
.single-product-title-margin {
  margin-bottom: 80px;
}
.single-service-title-wrap {
  color: #444444;
  background-color: rgba(0, 0, 0, 0);
}
.single-service-title-inner {
  padding-top: 155px;
  padding-bottom: 140px;
}
.single-service-title-margin {
  margin-bottom: 80px;
}
.single-course-title-wrap {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.55);
}
.single-course-title-inner {
  padding-top: 90px;
  padding-bottom: 70px;
}
.single-course-title-margin {
  margin-bottom: 80px;
}
.archive-title-wrap {
  color: #444444;
  background-color: rgba(0, 0, 0, 0);
}
.archive-title-inner {
  padding: 90px 100px 70px 100px;
}
.archive-title-inner.inline-block {
  display: inline-block;
}
.archive-title-inner-wrapper {
  padding-top: 0;
  padding-bottom: 0;
}
.archive-title-margin {
  margin-bottom: 80px;
}
/**/
.archive-product-title-wrap {
  color: #444444;
  background-color: rgba(255, 255, 255, 0.1);
}
.archive-product-title-inner {
  padding: 150px 100px 160px 100px;
}
.archive-product-title-inner.inline-block {
  display: inline-block;
}
.archive-product-title-inner-wrapper {
  padding-top: 0;
  padding-bottom: 0;
}
.archive-product-title-margin {
  margin-bottom: 80px;
}
.archive-service-title-wrap {
  color: #444444;
  background-color: rgba(0, 0, 0, 0);
}
.archive-service-title-inner {
  padding: 155px 100px 140px 100px;
}
.archive-service-title-inner-wrapper {
  padding-top: 0;
  padding-bottom: 0;
}
.archive-service-title-margin {
  margin-bottom: 80px;
}
.archive-course-title-wrap {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.55);
}
.archive-course-title-inner {
  padding: 90px 100px 70px 100px;
}
.archive-course-title-inner-wrapper {
  padding-top: 0;
  padding-bottom: 0;
}
.archive-course-title-margin {
  margin-bottom: 80px;
}
#page-title .container {
  position: relative;
}
#page-title h1 {
  margin-bottom: 0;
}
#page-title p {
  line-height: 1.2;
  margin-bottom: 0;
}
#page-title .slogan {
  font-family: 'Caviar Dreams';
}
.page-title-size-lg h1 {
  font-size: 48px;
}
.page-title-size-lg .title {
  font-weight: 400;
}
.page-title-size-lg .slogan {
  font-weight: 700;
  margin-top: 15px;
}
.page-title-size-lg p.sub-title {
  margin-top: 25px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  font-family: 'Poppins';
}
.page-title-size-lg p.sub-title:before,
.page-title-size-lg p.sub-title:after {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #8dd0e1;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.page-title-size-lg p.sub-title:before {
  margin-right: 15px;
}
.page-title-size-lg p.sub-title:after {
  margin-left: 15px;
}
.page-title-size-lg .bottom-barrier {
  margin-top: 30px;
}
.page-title-size-md h1 {
  font-size: 36px;
}
.page-title-size-md .title {
  font-weight: 400;
}
.page-title-size-md .slogan {
  font-weight: 700;
  margin-top: 15px;
}
.page-title-size-md p.sub-title {
  margin-top: 15px;
  font-size: 18px;
  font-weight: 400;
  font-family: 'Great Vibes';
}
.page-title-size-md .bottom-barrier {
  margin-top: 20px;
}
.page-title-wrap-bg {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -2;
  top: 0;
  left: 0;
}
.page-title-parallax {
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -2;
  top: 0;
  left: 0;
}
.page-title-border-bottom {
  border-bottom: 1px solid #eeeeee;
}
/*-------------------------------------
GLASS FLASH
---------------------------------------*/
#page-title.page-title-glass-flash-center .page-title-inner,
#page-title.page-title-glass-flash-center .single-blog-title-inner,
#page-title.page-title-glass-flash-center .single-product-title-inner,
#page-title.page-title-glass-flash-center .single-service-title-inner,
#page-title.page-title-glass-flash-center .single-course-title-inner,
#page-title.page-title-glass-flash-center .archive-title-inner,
#page-title.page-title-glass-flash-center .archive-product-title-inner,
#page-title.page-title-glass-flash-center .archive-service-title-inner,
#page-title.page-title-glass-flash-center .archive-course-title-inner {
  margin: 0 auto;
  opacity: 0.9;
}
#page-title.page-title-glass-flash-center.page-title-glass-flash-schema-primary .page-title-inner,
#page-title.page-title-glass-flash-center.page-title-glass-flash-schema-primary .single-blog-title-inner,
#page-title.page-title-glass-flash-center.page-title-glass-flash-schema-primary .single-product-title-inner,
#page-title.page-title-glass-flash-center.page-title-glass-flash-schema-primary .single-service-title-inner,
#page-title.page-title-glass-flash-center.page-title-glass-flash-schema-primary .single-course-title-inner,
#page-title.page-title-glass-flash-center.page-title-glass-flash-schema-primary .archive-title-inner,
#page-title.page-title-glass-flash-center.page-title-glass-flash-schema-primary .archive-product-title-inner,
#page-title.page-title-glass-flash-center.page-title-glass-flash-schema-primary .archive-service-title-inner,
#page-title.page-title-glass-flash-center.page-title-glass-flash-schema-primary .archive-course-title-inner {
  background-color: #8dd0e1;
}
#page-title.page-title-glass-flash-center.page-title-glass-flash-schema-dark .page-title-inner,
#page-title.page-title-glass-flash-center.page-title-glass-flash-schema-dark .single-blog-title-inner,
#page-title.page-title-glass-flash-center.page-title-glass-flash-schema-dark .single-product-title-inner,
#page-title.page-title-glass-flash-center.page-title-glass-flash-schema-dark .single-service-title-inner,
#page-title.page-title-glass-flash-center.page-title-glass-flash-schema-dark .single-course-title-inner,
#page-title.page-title-glass-flash-center.page-title-glass-flash-schema-dark .archive-title-inner,
#page-title.page-title-glass-flash-center.page-title-glass-flash-schema-dark .archive-product-title-inner,
#page-title.page-title-glass-flash-center.page-title-glass-flash-schema-dark .archive-service-title-inner,
#page-title.page-title-glass-flash-center.page-title-glass-flash-schema-dark .archive-course-title-inner {
  background-color: #000000;
}
#page-title.page-title-glass-flash-center.page-title-glass-flash-schema-light .page-title-inner,
#page-title.page-title-glass-flash-center.page-title-glass-flash-schema-light .single-blog-title-inner,
#page-title.page-title-glass-flash-center.page-title-glass-flash-schema-light .single-product-title-inner,
#page-title.page-title-glass-flash-center.page-title-glass-flash-schema-light .single-service-title-inner,
#page-title.page-title-glass-flash-center.page-title-glass-flash-schema-light .single-course-title-inner,
#page-title.page-title-glass-flash-center.page-title-glass-flash-schema-light .archive-title-inner,
#page-title.page-title-glass-flash-center.page-title-glass-flash-schema-light .archive-product-title-inner,
#page-title.page-title-glass-flash-center.page-title-glass-flash-schema-light .archive-service-title-inner,
#page-title.page-title-glass-flash-center.page-title-glass-flash-schema-light .archive-course-title-inner {
  background-color: #ffffff;
}
#page-title.page-title-glass-flash-cross-side-left .cross-side {
  position: absolute;
  overflow: hidden;
  width: 50%;
  height: 300%;
  top: -50%;
  left: -20%;
  transform: rotate(-14deg);
  opacity: 0.5;
  z-index: -1;
}
#page-title.page-title-glass-flash-cross-side-right .cross-side {
  position: absolute;
  width: 50%;
  overflow: hidden;
  height: 300%;
  top: -50%;
  right: -20%;
  transform: rotate(14deg);
  opacity: 0.5;
  z-index: -1;
}
#page-title.page-title-glass-flash-schema-primary .cross-side {
  background-color: #8dd0e1;
}
#page-title.page-title-glass-flash-schema-dark .cross-side {
  background-color: #000000;
}
#page-title.page-title-glass-flash-schema-light .cross-side {
  background-color: #ffffff;
}
/*-------------------------------------
BREADCRUMB
---------------------------------------*/
ul.breadcrumbs {
  margin: 0;
  list-style-type: none;
  display: inline-block;
  padding: 0;
  vertical-align: middle;
  font-size: 0;
}
ul.breadcrumbs li {
  display: inline;
  font-weight: 300;
}
ul.breadcrumbs li a,
ul.breadcrumbs li span {
  font-size: 12px;
}
ul.breadcrumbs li + li:before {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f105";
  display: inline;
  padding: 0 10px;
  font-size: 12px;
}
.breadcrumbs-wrap {
  font-size: 0;
  color: #ffffff;
}
.breadcrumbs-inner {
  display: inline-block;
  z-index: 20;
}
.breadcrumbs-wrap label {
  text-transform: uppercase;
  font-weight: 400;
  margin: 0 10px 0 0;
  vertical-align: middle;
  font-size: 12px;
  letter-spacing: 0.1em;
}
.breadcrumbs-wrap.float .breadcrumbs-inner {
  background-color: rgba(0, 0, 0, 0.6);
  padding: 10px 15px;
}
.breadcrumbs-wrap.float label:before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 15px;
  margin-right: 10px;
  vertical-align: middle;
  margin-top: -2px;
}
.page-title-size-lg .breadcrumbs-wrap.normal {
  margin-top: 25px;
}
.page-title-size-md .breadcrumbs-wrap.normal {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .page-title-size-lg h1 {
    font-size: 32px;
  }
  .page-title-size-lg p {
    font-size: 15px;
  }
  .page-title-breadcrumbs-float .page-title-inner,
  .page-title-breadcrumbs-float .archive-title-inner,
  .page-title-breadcrumbs-float .archive-product-title-inner {
    padding-top: 70px !important;
    padding-bottom: 40px !important;
  }
  .page-title-breadcrumbs-normal .page-title-inner,
  .page-title-breadcrumbs-normal .archive-title-inner,
  .page-title-breadcrumbs-normal .archive-product-title-inner {
    padding: 70px 0;
  }
  .page-title-size-lg .breadcrumbs-wrap.normal {
    margin-top: 15px;
  }
  .archive-title-margin,
  .archive-product-title-margin,
  .page-title-margin {
    margin-bottom: 60px;
  }
  .page-title-parallax {
    background-position: center center !important;
  }
}
@media (max-width: 480px) {
  .breadcrumbs-wrap label {
    display: none;
  }
}
@media (max-width: 991px) {
  .page-title-inner,
  .single-blog-title-inner,
  .single-product-title-inner,
  .archive-title-inner,
  .archive-product-title-inner,
  .archive-service-title-inner,
  .archive-course-title-inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.dialog,
.dialog__overlay {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.dialog {
  position: fixed;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  pointer-events: none;
  z-index: 9999;
  visibility: hidden;
}
.dialog.dialog--open {
  visibility: visible;
}
.dialog__overlay {
  position: absolute;
  z-index: 1;
  background: rgba(55, 58, 71, 0.9);
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-backface-visibility: hidden;
}
.dialog--open .dialog__overlay {
  opacity: 1;
  pointer-events: auto;
}
.dialog__content {
  width: 80%;
  max-width: 520px;
  min-width: 290px;
  background: #fff;
  padding: 20px;
  text-align: center;
  position: relative;
  z-index: 5;
  opacity: 0;
}
.dialog--open .dialog__content {
  pointer-events: auto;
}
/* Content */
.dialog h2 {
  margin: 0;
  font-weight: 400;
  font-size: 24px;
  padding: 0 0 15px;
  text-transform: uppercase;
}
.dialog--open .dialog__overlay {
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.dialog--close .dialog__overlay {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.dialog__content {
  padding: 0;
  background: transparent;
}
.dialog.dialog--open .dialog__content {
  opacity: 1;
}
.morph-shape {
  position: absolute;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  top: -2px;
  left: -2px;
  z-index: -1;
}
.morph-shape svg rect {
  stroke: #fff;
  stroke-width: 2px;
  stroke-dasharray: 1680;
}
.dialog--open .morph-shape svg rect {
  -webkit-animation: anim-dash 0.6s forwards;
  animation: anim-dash 0.6s forwards;
}
.dialog-inner {
  opacity: 0;
  background: #fff;
}
.dialog--open .dialog-inner {
  padding: 30px;
  opacity: 1;
  -webkit-transition: opacity 0.85s 0.35s;
  transition: opacity 0.85s 0.35s;
}
.dialog.dialog--open h2 {
  -webkit-animation: anim-elem-1 0.7s ease-out both;
  -o-animation: anim-elem-1 0.7s ease-out both;
  animation: anim-elem-1 0.7s ease-out both;
}
.dialog.dialog--open button[data-dialog-close] {
  position: absolute;
  border: none;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  line-height: 1;
  color: #fff;
}
.dialog.dialog--open p {
  line-height: 1.5;
  font-size: 18px;
}
@keyframes anim-dash {
  0% {
    stroke-dashoffset: 1680;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes anim-dash {
  0% {
    stroke-dashoffset: 1680;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
/* Inner elements animations */
@-webkit-keyframes anim-elem-1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes anim-elem-1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/**
 * 3.0 - Header
 * ----------------------------------------------------------------------------
 */
@media screen and (min-width: 992px) {
  header.main-header .top-bar {
    font-family: 'Poppins';
    font-size: 12px;
    letter-spacing: 0.05em;
    padding-top: 7px;
    padding-bottom: 7px;
    color: #444;
  }
  header.main-header .top-bar .sidebar aside + aside {
    margin-top: 0;
    margin-left: 20px;
  }
  header.main-header .top-bar.bordered {
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  }
  header.main-header .top-bar aside.widget {
    display: inline-block;
    vertical-align: middle;
    line-height: 30px;
  }
  header.main-header .top-bar .top-bar-right {
    text-align: right;
  }
  header.main-header .top-bar i.fa {
    vertical-align: middle;
  }
  header.main-header .top-bar ul.s-default li {
    margin-bottom: 0;
  }
  header.main-header .top-bar.top-bar-light {
    background-color: #fff;
  }
  header.main-header .top-bar.top-bar-light-gray {
    background-color: #747474;
  }
  header.main-header .top-bar.top-bar-gray {
    background-color: #5F5F5F;
  }
  header.main-header .top-bar.top-bar-dark-gray {
    background-color: #4C4C4C;
  }
  header.main-header .top-bar.top-bar-dark {
    background-color: #000;
  }
  header.main-header .top-bar.top-bar-overlay {
    background-color: rgba(0, 0, 0, 0.3);
  }
  header.main-header .top-bar.top-bar-transparent {
    background-color: transparent;
  }
  header.main-header .top-bar.top-bar-light-gray,
  header.main-header .top-bar.top-bar-dark-gray,
  header.main-header .top-bar.top-bar-gray,
  header.main-header .top-bar.top-bar-dark,
  header.main-header .top-bar.top-bar-overlay,
  header.main-header .top-bar.top-bar-transparent {
    color: #fff;
    border-bottom-color: rgba(255, 255, 255, 0.2);
  }
  header.main-header .top-bar.top-bar-light-gray .widget_archive li + li:before,
  header.main-header .top-bar.top-bar-dark-gray .widget_archive li + li:before,
  header.main-header .top-bar.top-bar-gray .widget_archive li + li:before,
  header.main-header .top-bar.top-bar-dark .widget_archive li + li:before,
  header.main-header .top-bar.top-bar-overlay .widget_archive li + li:before,
  header.main-header .top-bar.top-bar-transparent .widget_archive li + li:before,
  header.main-header .top-bar.top-bar-light-gray .widget_categories li + li:before,
  header.main-header .top-bar.top-bar-dark-gray .widget_categories li + li:before,
  header.main-header .top-bar.top-bar-gray .widget_categories li + li:before,
  header.main-header .top-bar.top-bar-dark .widget_categories li + li:before,
  header.main-header .top-bar.top-bar-overlay .widget_categories li + li:before,
  header.main-header .top-bar.top-bar-transparent .widget_categories li + li:before,
  header.main-header .top-bar.top-bar-light-gray .widget_pages li + li:before,
  header.main-header .top-bar.top-bar-dark-gray .widget_pages li + li:before,
  header.main-header .top-bar.top-bar-gray .widget_pages li + li:before,
  header.main-header .top-bar.top-bar-dark .widget_pages li + li:before,
  header.main-header .top-bar.top-bar-overlay .widget_pages li + li:before,
  header.main-header .top-bar.top-bar-transparent .widget_pages li + li:before,
  header.main-header .top-bar.top-bar-light-gray .widget_nav_menu > div li + li:before,
  header.main-header .top-bar.top-bar-dark-gray .widget_nav_menu > div li + li:before,
  header.main-header .top-bar.top-bar-gray .widget_nav_menu > div li + li:before,
  header.main-header .top-bar.top-bar-dark .widget_nav_menu > div li + li:before,
  header.main-header .top-bar.top-bar-overlay .widget_nav_menu > div li + li:before,
  header.main-header .top-bar.top-bar-transparent .widget_nav_menu > div li + li:before,
  header.main-header .top-bar.top-bar-light-gray .woocommerce .widget_product_categories li + li:before,
  header.main-header .top-bar.top-bar-dark-gray .woocommerce .widget_product_categories li + li:before,
  header.main-header .top-bar.top-bar-gray .woocommerce .widget_product_categories li + li:before,
  header.main-header .top-bar.top-bar-dark .woocommerce .widget_product_categories li + li:before,
  header.main-header .top-bar.top-bar-overlay .woocommerce .widget_product_categories li + li:before,
  header.main-header .top-bar.top-bar-transparent .woocommerce .widget_product_categories li + li:before,
  header.main-header .top-bar.top-bar-light-gray .widget_layered_nav li + li:before,
  header.main-header .top-bar.top-bar-dark-gray .widget_layered_nav li + li:before,
  header.main-header .top-bar.top-bar-gray .widget_layered_nav li + li:before,
  header.main-header .top-bar.top-bar-dark .widget_layered_nav li + li:before,
  header.main-header .top-bar.top-bar-overlay .widget_layered_nav li + li:before,
  header.main-header .top-bar.top-bar-transparent .widget_layered_nav li + li:before {
    border-left: solid 1px rgba(255, 255, 255, 0.2);
  }
  header.main-header .top-bar .widget_archive > ul,
  header.main-header .top-bar .widget_categories > ul,
  header.main-header .top-bar .widget_pages > ul,
  header.main-header .top-bar .widget_nav_menu > div > ul,
  header.main-header .top-bar .woocommerce .widget_product_categories > ul,
  header.main-header .top-bar .widget_layered_nav > ul {
    display: inline-block;
    padding-bottom: 0;
    border-bottom: none;
  }
  header.main-header .top-bar .widget_archive li,
  header.main-header .top-bar .widget_categories li,
  header.main-header .top-bar .widget_pages li,
  header.main-header .top-bar .widget_nav_menu > div li,
  header.main-header .top-bar .woocommerce .widget_product_categories li,
  header.main-header .top-bar .widget_layered_nav li {
    display: inline-block;
    padding-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  header.main-header .top-bar .widget_archive li + li,
  header.main-header .top-bar .widget_categories li + li,
  header.main-header .top-bar .widget_pages li + li,
  header.main-header .top-bar .widget_nav_menu > div li + li,
  header.main-header .top-bar .woocommerce .widget_product_categories li + li,
  header.main-header .top-bar .widget_layered_nav li + li {
    margin-top: 0;
    border: none;
    margin-left: 40px;
    position: relative;
  }
  header.main-header .top-bar .widget_archive li + li:before,
  header.main-header .top-bar .widget_categories li + li:before,
  header.main-header .top-bar .widget_pages li + li:before,
  header.main-header .top-bar .widget_nav_menu > div li + li:before,
  header.main-header .top-bar .woocommerce .widget_product_categories li + li:before,
  header.main-header .top-bar .widget_layered_nav li + li:before {
    content: '';
    height: 12px;
    border-left: solid 1px rgba(0, 0, 0, 0.2);
    position: absolute;
    left: -20px;
    margin: auto;
    top: 0;
    bottom: 0;
  }
  header.main-header .top-bar .widget_archive > ul > li > a,
  header.main-header .top-bar .widget_categories > ul > li > a,
  header.main-header .top-bar .widget_pages > ul > li > a,
  header.main-header .top-bar .widget_nav_menu > div > ul > li > a,
  header.main-header .top-bar .woocommerce .widget_product_categories > ul > li > a,
  header.main-header .top-bar .widget_layered_nav > ul > li > a {
    padding-left: 0;
  }
  header.main-header {
    background-color: #fff;
    position: relative;
    z-index: 999;
    font-weight: 400;
  }
  header.main-header .icon,
  header.main-header i.fa {
    vertical-align: baseline;
  }
  header.main-header .icon:before,
  header.main-header i.fa:before {
    font-size: 18px;
    vertical-align: middle;
  }
  header.main-header .header-logo {
    height: 98px;
    font-size: 0;
    text-align: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  header.main-header .header-logo:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
  }
  header.main-header .header-logo img {
    max-height: 98px;
    padding-top: 20px;
    padding-bottom: 20px;
    max-width: none;
  }
  header.main-header .logo-sticky {
    display: none;
  }
  header.main-header .nav-logo-sticky {
    display: none;
    vertical-align: middle;
  }
  header.main-header .header-container {
    position: relative;
  }
  header.main-header .header-nav-wrapper {
    font-weight: inherit;
    z-index: 999;
    background-color: #fff;
    position: relative;
  }
  header.main-header .header-nav-wrapper.bottom-bordered {
    border-top: solid 2px rgba(0, 0, 0, 0.1);
  }
  header.main-header .header-nav-wrapper.header-dark.bottom-bordered {
    border-top-color: rgba(136, 136, 136, 0.2);
  }
  header.main-header .header-nav-wrapper.bottom-border-solid {
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  }
  header.main-header .header-nav-wrapper.bottom-border-solid .x-nav-menu > li > .x-sub-menu {
    margin-top: 1px;
  }
  header.main-header .header-nav-wrapper.header-dark.bottom-border-solid {
    border-bottom-color: rgba(136, 136, 136, 0.2);
  }
  header.main-header .header-nav-wrapper.bottom-border-gradient {
    border-bottom: solid 3px rgba(0, 0, 0, 0.05);
  }
  header.main-header .header-nav-wrapper.bottom-border-gradient:after {
    content: '';
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    bottom: -3px;
    left: 0;
    background: #8dd0e1;
  }
  header.main-header .header-nav-wrapper.bottom-border-gradient .x-nav-menu > li > .x-sub-menu {
    margin-top: 3px;
  }
  header.main-header .header-nav-wrapper.bottom-border-light {
    border-bottom: solid 3px rgba(0, 0, 0, 0.05);
  }
  header.main-header .header-nav-wrapper.bottom-border-light:after {
    content: '';
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    bottom: -3px;
    left: 0;
    background: #fff;
  }
  header.main-header .header-nav-wrapper.bottom-border-light .x-nav-menu > li > .x-sub-menu {
    margin-top: 3px;
  }
  header.main-header .header-nav-wrapper.bottom-border-gray {
    border-bottom: solid 3px rgba(0, 0, 0, 0.05);
  }
  header.main-header .header-nav-wrapper.bottom-border-gray:after {
    content: '';
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    bottom: -3px;
    left: 0;
    background: #ccc;
  }
  header.main-header .header-nav-wrapper.bottom-border-gray .x-nav-menu > li > .x-sub-menu {
    margin-top: 3px;
  }
  header.main-header .header-nav-wrapper.bottom-border-dark {
    border-bottom: solid 3px rgba(0, 0, 0, 0.05);
  }
  header.main-header .header-nav-wrapper.bottom-border-dark:after {
    content: '';
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    bottom: -3px;
    left: 0;
    background: #444;
  }
  header.main-header .header-nav-wrapper.bottom-border-dark .x-nav-menu > li > .x-sub-menu {
    margin-top: 3px;
  }
  header.main-header .header-nav-wrapper.header-dark.bottom-border-gradient {
    border-bottom-color: rgba(136, 136, 136, 0.2);
  }
  .header-above-left {
    float: left;
    text-align: left;
    line-height: 98px;
  }
  .header-above-right {
    float: right;
    text-align: right;
    line-height: 98px;
  }
  .header-nav-left {
    float: left;
    text-align: left;
    line-height: 98px;
  }
  .header-nav-right {
    float: right;
    text-align: right;
    line-height: 98px;
  }
  .header-customize-nav,
  .header-customize-right {
    float: right;
  }
  .header-customize {
    font-size: 0;
  }
  .header-customize-left {
    float: left;
  }
  .header-customize-item {
    display: inline-block;
    vertical-align: top;
  }
  .header-customize-item + .header-customize-item {
    margin-left: 20px;
  }
  .header-customize-item:first-child {
    margin-left: 40px;
  }
  .custom-text-wrapper .p-button {
    padding: 10px 20px;
  }
  .header-custom-text {
    font-size: 12px;
  }
  .header-custom-text i,
  .header-custom-text b {
    margin: 0 5px;
    font-size: 12px;
    font-weight: 400;
  }
  .header-custom-text i {
    color: #8dd0e1;
  }
  .shopping-cart-wrapper .widget_shopping_cart_content .widget_shopping_cart_icon > i.icon {
    font-size: 1em;
  }
  .header-social-profile-wrapper {
    list-style: none;
  }
  .header-social-profile-wrapper * {
    display: inline-block;
    vertical-align: top;
  }
  .header-social-profile-wrapper ul {
    padding: 0;
    margin: 0;
  }
  .header-social-profile-wrapper li + li {
    margin-left: 15px;
  }
  .canvas-menu-toggle-wrapper i.icon {
    vertical-align: middle;
  }
  .search-button-wrapper,
  .header-social-profile-wrapper,
  .canvas-menu-toggle-wrapper,
  .shopping-cart-wrapper {
    font-size: 16px;
  }
  .left-menu {
    float: left;
  }
  .right-menu {
    float: right;
  }
  .menu-wrapper {
    float: left;
  }
  .x-nav-menu {
    color: #444;
  }
  .x-nav-menu .x-sub-menu {
    color: #444;
  }
  .overlay-menu-wrapper {
    opacity: 0;
    visibility: hidden;
    height: 0;
    overflow: hidden;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.98);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 60px 0;
    z-index: -1;
    zoom: 0;
    text-align: center;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  .overlay-menu-wrapper:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
  }
  .overlay-menu-wrapper.in {
    opacity: 1;
    visibility: visible;
    height: auto;
    overflow: auto;
    z-index: 9999;
    zoom: 1;
  }
  .overlay-menu-wrapper.in .header-overlay-close {
    display: block;
  }
  .overlay-menu-wrapper.in .x-nav-menu .x-menu-item {
    margin-top: 0px !important;
  }
  .overlay-menu-wrapper .x-nav-menu {
    display: inline-block;
    vertical-align: middle;
  }
  .overlay-menu-wrapper .x-nav-menu .x-menu-item {
    display: block !important;
    line-height: 50px;
    margin: 0 !important;
    margin-top: -10px !important;
    padding: 0 !important;
    border: none !important;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  .overlay-menu-wrapper .x-nav-menu .x-menu-item a {
    color: #fff;
    text-transform: none;
    font-size: 18px;
  }
  .overlay-menu-wrapper .x-nav-menu .x-sub-menu {
    display: block !important;
    position: static !important;
    background-color: transparent !important;
    border: none !important;
    height: auto !important;
    visibility: visible !important;
    opacity: 1 !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .overlay-menu-wrapper .x-nav-menu .x-col {
    float: none;
    width: 100%;
  }
  .overlay-menu-wrapper .x-nav-menu .x-sub-menu .x-menu-item > a.x-menu-a-text {
    padding: 0 20px 0 50px;
    font-size: 0.9em;
    margin: 0;
    line-height: 50px;
  }
  .overlay-menu-wrapper .x-nav-menu .x-sub-menu .x-sub-menu .x-menu-item > a.x-menu-a-text {
    padding-left: 80px;
  }
  .overlay-menu-wrapper .x-nav-menu .x-sub-menu-tab > li.x-menu-active > a.x-menu-a-text:after,
  .overlay-menu-wrapper .x-nav-menu .x-menu-item > a b.x-caret {
    display: none !important;
  }
  .overlay-menu-wrapper .x-nav-menu .x-sub-menu-tab > li.x-menu-active {
    background-color: transparent;
  }
  .overlay-menu-wrapper .x-nav-menu > .x-menu-item > a.x-menu-a-text,
  .overlay-menu-wrapper .x-tabs.x-item-menu-tab > .x-menu-a-text,
  .overlay-menu-wrapper .x-sub-menu-tab > .x-menu-item > a.x-menu-a-text,
  .overlay-menu-wrapper .x-sub-menu-multi-column .x-header-column > a.x-menu-a-text {
    display: block;
    position: relative;
    padding: 0 20px;
  }
  .overlay-menu-wrapper .x-nav-menu > .x-menu-item > a.x-menu-a-text:before,
  .overlay-menu-wrapper .x-tabs.x-item-menu-tab > .x-menu-a-text:before,
  .overlay-menu-wrapper .x-sub-menu-tab > .x-menu-item > a.x-menu-a-text:before,
  .overlay-menu-wrapper .x-sub-menu-multi-column .x-header-column > a.x-menu-a-text:before {
    content: "\e169";
    font-family: 'pure';
    font-size: 0.8em;
    opacity: 0;
    margin-left: -10px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .overlay-menu-wrapper .x-nav-menu > .x-menu-item > a.x-menu-a-text:hover:before,
  .overlay-menu-wrapper .x-tabs.x-item-menu-tab > .x-menu-a-text:hover:before,
  .overlay-menu-wrapper .x-sub-menu-tab > .x-menu-item > a.x-menu-a-text:hover:before,
  .overlay-menu-wrapper .x-sub-menu-multi-column .x-header-column > a.x-menu-a-text:hover:before {
    margin-left: 0;
    opacity: 1;
  }
  .overlay-menu-wrapper .x-nav-menu > .x-menu-item > a.x-menu-a-text b.x-caret,
  .overlay-menu-wrapper .x-tabs.x-item-menu-tab > .x-menu-a-text b.x-caret,
  .overlay-menu-wrapper .x-sub-menu-tab > .x-menu-item > a.x-menu-a-text b.x-caret,
  .overlay-menu-wrapper .x-sub-menu-multi-column .x-header-column > a.x-menu-a-text b.x-caret {
    display: inline-block;
    position: absolute;
    right: 20px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .overlay-menu-wrapper .x-nav-menu > .x-menu-item > a.x-menu-a-text:hover b.x-caret,
  .overlay-menu-wrapper .x-tabs.x-item-menu-tab > .x-menu-a-text:hover b.x-caret,
  .overlay-menu-wrapper .x-sub-menu-tab > .x-menu-item > a.x-menu-a-text:hover b.x-caret,
  .overlay-menu-wrapper .x-sub-menu-multi-column .x-header-column > a.x-menu-a-text:hover b.x-caret {
    opacity: 0;
  }
  .overlay-menu-wrapper .x-nav-menu > .x-menu-item > a.x-menu-a-text > span.x-menu-text,
  .overlay-menu-wrapper .x-tabs.x-item-menu-tab > .x-menu-a-text > span.x-menu-text,
  .overlay-menu-wrapper .x-sub-menu-tab > .x-menu-item > a.x-menu-a-text > span.x-menu-text,
  .overlay-menu-wrapper .x-sub-menu-multi-column .x-header-column > a.x-menu-a-text > span.x-menu-text,
  .overlay-menu-wrapper .x-nav-menu > .x-menu-item > a.x-menu-a-text > i.x-menu-icon,
  .overlay-menu-wrapper .x-tabs.x-item-menu-tab > .x-menu-a-text > i.x-menu-icon,
  .overlay-menu-wrapper .x-sub-menu-tab > .x-menu-item > a.x-menu-a-text > i.x-menu-icon,
  .overlay-menu-wrapper .x-sub-menu-multi-column .x-header-column > a.x-menu-a-text > i.x-menu-icon {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .overlay-menu-wrapper .x-nav-menu > .x-menu-item > a.x-menu-a-text:hover,
  .overlay-menu-wrapper .x-tabs.x-item-menu-tab > .x-menu-a-text:hover,
  .overlay-menu-wrapper .x-sub-menu-tab > .x-menu-item > a.x-menu-a-text:hover,
  .overlay-menu-wrapper .x-sub-menu-multi-column .x-header-column > a.x-menu-a-text:hover {
    background-color: rgba(141, 208, 225, 0.6);
  }
  .overlay-menu-wrapper .x-nav-menu > .x-menu-item > a.x-menu-a-text:hover > i.x-menu-icon,
  .overlay-menu-wrapper .x-tabs.x-item-menu-tab > .x-menu-a-text:hover > i.x-menu-icon,
  .overlay-menu-wrapper .x-sub-menu-tab > .x-menu-item > a.x-menu-a-text:hover > i.x-menu-icon,
  .overlay-menu-wrapper .x-sub-menu-multi-column .x-header-column > a.x-menu-a-text:hover > i.x-menu-icon,
  .overlay-menu-wrapper .x-nav-menu > .x-menu-item > a.x-menu-a-text:hover > span.x-menu-text,
  .overlay-menu-wrapper .x-tabs.x-item-menu-tab > .x-menu-a-text:hover > span.x-menu-text,
  .overlay-menu-wrapper .x-sub-menu-tab > .x-menu-item > a.x-menu-a-text:hover > span.x-menu-text,
  .overlay-menu-wrapper .x-sub-menu-multi-column .x-header-column > a.x-menu-a-text:hover > span.x-menu-text {
    padding-left: 10px;
  }
  .overlay-menu-wrapper .x-nav-menu > .x-menu-item > a.x-menu-a-text:hover > i.x-menu-icon + span.x-menu-text,
  .overlay-menu-wrapper .x-tabs.x-item-menu-tab > .x-menu-a-text:hover > i.x-menu-icon + span.x-menu-text,
  .overlay-menu-wrapper .x-sub-menu-tab > .x-menu-item > a.x-menu-a-text:hover > i.x-menu-icon + span.x-menu-text,
  .overlay-menu-wrapper .x-sub-menu-multi-column .x-header-column > a.x-menu-a-text:hover > i.x-menu-icon + span.x-menu-text {
    padding-left: 0;
  }
  .header-overlay-open,
  .header-overlay-close {
    position: fixed;
    top: 30px;
    right: 30px;
    z-index: 9999;
    font-size: 24px;
    cursor: pointer;
    color: #444;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  .header-overlay-open:hover,
  .header-overlay-close:hover {
    color: #8dd0e1;
  }
  .header-overlay-open {
    position: absolute;
  }
  .header-overlay-open.in {
    opacity: 0;
  }
  .overlay-menu-left {
    float: left;
    width: 50%;
    height: 100%;
    text-align: right;
    position: relative;
    padding-right: 40px;
  }
  .overlay-menu-left:before {
    content: '';
    height: 100%;
    display: inline-block;
    vertical-align: middle;
  }
  .overlay-menu-right {
    float: right;
    width: 50%;
    height: 100%;
    text-align: left;
  }
  .overlay-menu-right:before {
    content: '';
    height: 100%;
    display: inline-block;
    vertical-align: middle;
  }
  .overlay-menu-inner {
    text-align: left;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    max-height: 100%;
    position: relative;
    border-left: solid 1px rgba(166, 166, 166, 0.6);
    padding-left: 20px;
    width: 98%;
  }
  .overlay-menu-inner .x-nav-menu {
    width: 350px;
  }
  body.admin-bar .header-overlay-close {
    margin-top: 32px;
  }
  body.admin-bar .overlay-menu-wrapper {
    top: 32px;
  }
  .header-overlay-close {
    z-index: 999999;
    color: #fff;
    display: none;
  }
  .container-full {
    padding-left: 70px;
    padding-right: 70px;
  }
  header.header-boxed {
    width: 1258px;
    max-width: 100%;
    position: absolute;
    margin: 30px auto auto;
    z-index: 999;
    left: 0;
    right: 0;
  }
  header.header-boxed .header-container {
    position: static !important;
  }
  header.header-float {
    position: absolute;
    z-index: 999;
    left: 0;
    right: 0;
  }
  header.header-light .top-bar.top-bar-transparent {
    color: #444;
    border-bottom-color: rgba(0, 0, 0, 0.1);
  }
  header.header-gray .header-overlay-open,
  header.header-light-gray .header-overlay-open,
  header.header-dark-gray .header-overlay-open,
  header.header-dark .header-overlay-open,
  header.header-transparent .header-overlay-open,
  header.header-gray .x-nav-menu,
  header.header-light-gray .x-nav-menu,
  header.header-dark-gray .x-nav-menu,
  header.header-dark .x-nav-menu,
  header.header-transparent .x-nav-menu,
  header.header-gray .header-customize-item,
  header.header-light-gray .header-customize-item,
  header.header-dark-gray .header-customize-item,
  header.header-dark .header-customize-item,
  header.header-transparent .header-customize-item {
    color: #fff;
  }
  header.header-gray .header-nav-wrapper.bottom-bordered,
  header.header-light-gray .header-nav-wrapper.bottom-bordered,
  header.header-dark-gray .header-nav-wrapper.bottom-bordered,
  header.header-dark .header-nav-wrapper.bottom-bordered,
  header.header-transparent .header-nav-wrapper.bottom-bordered {
    border-bottom-color: rgba(136, 136, 136, 0.2);
  }
  header.header-gray {
    background-color: #5F5F5F;
  }
  header.header-light-gray {
    background-color: #747474;
  }
  header.header-dark-gray {
    background-color: #4C4C4C;
  }
  header.header-dark {
    background-color: #000;
  }
  header.header-overlay {
    background-color: rgba(0, 0, 0, 0.1);
  }
  header.header-overlay .header-overlay-open,
  header.header-overlay .x-nav-menu,
  header.header-overlay .header-customize-item {
    color: #ffffff;
  }
  header.header-overlay .header-nav-wrapper.bottom-bordered {
    border-bottom-color: rgba(255, 255, 255, 0.2);
  }
  header.header-transparent {
    background-color: transparent;
  }
  header .header-nav-wrapper.header-transparent {
    background-color: transparent;
  }
  header .header-nav-wrapper.header-dark .x-nav-menu,
  header .header-nav-wrapper.header-gray .x-nav-menu,
  header .header-nav-wrapper.header-light-gray .x-nav-menu,
  header .header-nav-wrapper.header-dark-gray .x-nav-menu,
  header .header-nav-wrapper.header-dark .header-customize-item,
  header .header-nav-wrapper.header-gray .header-customize-item,
  header .header-nav-wrapper.header-light-gray .header-customize-item,
  header .header-nav-wrapper.header-dark-gray .header-customize-item {
    color: #fff;
  }
  header .header-nav-wrapper.header-light .x-nav-menu {
    color: #444;
  }
  header .header-nav-wrapper.header-dark {
    background-color: #000;
  }
  header .header-nav-wrapper.header-gray {
    background-color: #5F5F5F;
  }
  header .header-nav-wrapper.header-light-gray {
    background-color: #747474;
  }
  header .header-nav-wrapper.header-dark-gray {
    background-color: #4C4C4C;
  }
  header .header-nav-wrapper.header-overlay {
    background-color: rgba(0, 0, 0, 0.2);
  }
  header .header-nav-wrapper.header-overlay .x-nav-menu,
  header .header-nav-wrapper.header-overlay .header-customize-item {
    color: #ffffff;
  }
  header .header-nav-wrapper.header-transparent.bottom-border-solid,
  header .header-nav-wrapper.header-overlay.bottom-border-solid,
  header .header-nav-wrapper.header-dark.bottom-border-solid {
    border-bottom-color: rgba(136, 136, 136, 0.2);
  }
  header .header-nav-wrapper.header-transparent.bottom-bordered,
  header .header-nav-wrapper.header-overlay.bottom-bordered,
  header .header-nav-wrapper.header-dark.bottom-bordered {
    border-top-color: rgba(136, 136, 136, 0.2);
  }
  header .header-1 .header-logo {
    float: left;
  }
  header .header-2 .header-logo {
    width: 240px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
  }
  header .header-2 .header-logo img {
    padding-left: 40px;
    padding-right: 40px;
    max-width: 100%;
  }
  header .header-2 .header-nav-left {
    width: 50%;
    padding-right: 150px;
  }
  header .header-2 .header-nav-left .left-menu {
    float: right;
  }
  header .header-2 .header-nav-right {
    width: 50%;
    padding-left: 150px;
  }
  header .header-2 .header-nav-right .right-menu {
    float: left;
  }
  header .header-2 .header-nav-left .header-customize-item:first-child {
    margin-left: 0;
  }
  header .header-2 .header-nav-left .header-customize-item:last-child {
    margin-right: 40px;
  }
  header .header-2 .x-nav-menu > .x-menu-item + .x-menu-item {
    margin-left: 60px;
  }
  header .header-3 {
    border-bottom: 1px solid #eeeeee;
  }
  header .header-3 .header-logo {
    width: 50%;
    margin: auto;
    float: left;
  }
  header .header-3 .header-logo img {
    padding: 0 40px !important;
    max-width: 100%;
  }
  header .header-3 .header-logo:before {
    height: auto;
  }
  header .header-3 .header-logo > a {
    display: block;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    padding-top: 20px;
    padding-bottom: 20px;
  }
  header .header-3 .header-logo > a h1 {
    text-transform: uppercase;
    margin: 20px 0 0 0;
    color: #444444;
  }
  header .header-3 .header-logo > a:hover,
  header .header-3 .header-logo > a:focus,
  header .header-3 .header-logo > a:active,
  header .header-3 .header-logo > a:visited {
    color: inherit;
  }
  header .header-3 .header-above-left {
    width: 25%;
    min-height: 1px;
  }
  header .header-3 .header-above-right {
    width: 25%;
    min-height: 1px;
  }
  header .header-3 .header-above-left .header-customize-item:first-child {
    margin-left: 0;
  }
  header .header-3 .header-above-left .header-customize-item:last-child {
    margin-right: 40px;
  }
  header .header-3 .header-container {
    text-align: center;
  }
  header .header-3 .header-nav-left,
  header .header-3 .header-nav-right,
  header .header-3 .menu-wrapper {
    display: inline-block;
    vertical-align: middle;
  }
  header .header-3 .header-above-wrapper h1 {
    display: block;
    font-family: 'Caviar Dreams';
  }
  body.header-is-left {
    padding-left: 270px;
  }
  body.admin-bar header.header-left {
    top: 32px;
  }
  header.header-left {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 999;
    width: 270px;
    padding-bottom: 30px;
  }
  header.header-left .header-logo {
    padding-left: 30px;
    padding-right: 30px;
  }
  header.header-left .ps-scrollbar-y-rail {
    right: 0;
  }
  header.header-left .ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
    background-color: rgba(0, 0, 0, 0.1);
  }
  header.header-left .top-bar aside.widget {
    display: block;
  }
  header.header-left .top-bar .col-md-6,
  header.header-left .top-bar .col-md-12,
  header.header-left .top-bar .col-md-8 {
    width: 100%;
  }
  header.header-left .top-bar .sidebar aside + aside,
  header.header-left .top-bar .top-bar-info li + li {
    margin-left: 0;
  }
  header.header-left .top-bar .top-bar-right {
    text-align: left;
  }
  header.header-left .x-nav-menu {
    display: block;
  }
  header.header-left .x-nav-menu > .x-menu-item {
    display: block;
  }
  header.header-left .x-nav-menu > .x-menu-item:last-child {
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  }
  header.header-left .x-nav-menu .x-menu-item {
    display: block;
    margin: 0;
    line-height: 51px;
    border-top: solid 1px rgba(0, 0, 0, 0.1);
    transition: all 0.3s;
  }
  header.header-left .x-nav-menu .x-menu-item > a.x-menu-a-text {
    padding-left: 30px;
    padding-right: 20px;
    color: #333;
    font-size: 13px;
    letter-spacing: 0.05em;
    position: relative;
  }
  header.header-left .x-nav-menu .x-menu-item > a.x-menu-a-text:hover {
    color: #8dd0e1;
    background-color: transparent;
  }
  header.header-left .x-nav-menu .x-menu-item:not(.x-sub-menu-open) > a.x-menu-a-text:hover {
    background-color: rgba(0, 0, 0, 0.1);
  }
  header.header-left .x-sub-menu {
    display: none;
    position: static !important;
    overflow: visible;
    visibility: visible;
    opacity: 1;
    z-index: 0;
    height: auto;
    padding: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-bottom: none;
  }
  header.header-left .x-sub-menu .x-menu-a-text {
    font-family: 'Great Vibes';
    text-transform: none;
  }
  header.header-left .x-sub-menu .x-menu-a-text > span {
    font-style: italic;
  }
  header.header-left .x-nav-menu > .x-menu-item > a.x-menu-a-text,
  header.header-left .x-tabs.x-item-menu-tab > .x-menu-a-text,
  header.header-left .x-sub-menu-tab > .x-menu-item > a.x-menu-a-text,
  header.header-left .x-sub-menu-multi-column .x-header-column > a.x-menu-a-text {
    display: block;
    position: relative;
  }
  header.header-left .x-nav-menu > .x-menu-item > a.x-menu-a-text:before,
  header.header-left .x-tabs.x-item-menu-tab > .x-menu-a-text:before,
  header.header-left .x-sub-menu-tab > .x-menu-item > a.x-menu-a-text:before,
  header.header-left .x-sub-menu-multi-column .x-header-column > a.x-menu-a-text:before {
    content: "\e169";
    font-family: 'pure';
    font-size: 0.8em;
    opacity: 0;
    margin-left: -10px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  header.header-left .x-nav-menu > .x-menu-item > a.x-menu-a-text:hover:before,
  header.header-left .x-tabs.x-item-menu-tab > .x-menu-a-text:hover:before,
  header.header-left .x-sub-menu-tab > .x-menu-item > a.x-menu-a-text:hover:before,
  header.header-left .x-sub-menu-multi-column .x-header-column > a.x-menu-a-text:hover:before {
    margin-left: 0;
    opacity: 1;
  }
  header.header-left .x-nav-menu > .x-menu-item > a.x-menu-a-text b.x-caret,
  header.header-left .x-tabs.x-item-menu-tab > .x-menu-a-text b.x-caret,
  header.header-left .x-sub-menu-tab > .x-menu-item > a.x-menu-a-text b.x-caret,
  header.header-left .x-sub-menu-multi-column .x-header-column > a.x-menu-a-text b.x-caret {
    display: inline-block;
    position: absolute;
    right: 20px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  header.header-left .x-nav-menu > .x-menu-item > a.x-menu-a-text:hover b.x-caret,
  header.header-left .x-tabs.x-item-menu-tab > .x-menu-a-text:hover b.x-caret,
  header.header-left .x-sub-menu-tab > .x-menu-item > a.x-menu-a-text:hover b.x-caret,
  header.header-left .x-sub-menu-multi-column .x-header-column > a.x-menu-a-text:hover b.x-caret {
    opacity: 0;
  }
  header.header-left .x-nav-menu > .x-menu-item > a.x-menu-a-text > span.x-menu-text,
  header.header-left .x-tabs.x-item-menu-tab > .x-menu-a-text > span.x-menu-text,
  header.header-left .x-sub-menu-tab > .x-menu-item > a.x-menu-a-text > span.x-menu-text,
  header.header-left .x-sub-menu-multi-column .x-header-column > a.x-menu-a-text > span.x-menu-text,
  header.header-left .x-nav-menu > .x-menu-item > a.x-menu-a-text > i.x-menu-icon,
  header.header-left .x-tabs.x-item-menu-tab > .x-menu-a-text > i.x-menu-icon,
  header.header-left .x-sub-menu-tab > .x-menu-item > a.x-menu-a-text > i.x-menu-icon,
  header.header-left .x-sub-menu-multi-column .x-header-column > a.x-menu-a-text > i.x-menu-icon {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  header.header-left .x-nav-menu > .x-menu-item > a.x-menu-a-text:hover > i.x-menu-icon,
  header.header-left .x-tabs.x-item-menu-tab > .x-menu-a-text:hover > i.x-menu-icon,
  header.header-left .x-sub-menu-tab > .x-menu-item > a.x-menu-a-text:hover > i.x-menu-icon,
  header.header-left .x-sub-menu-multi-column .x-header-column > a.x-menu-a-text:hover > i.x-menu-icon,
  header.header-left .x-nav-menu > .x-menu-item > a.x-menu-a-text:hover > span.x-menu-text,
  header.header-left .x-tabs.x-item-menu-tab > .x-menu-a-text:hover > span.x-menu-text,
  header.header-left .x-sub-menu-tab > .x-menu-item > a.x-menu-a-text:hover > span.x-menu-text,
  header.header-left .x-sub-menu-multi-column .x-header-column > a.x-menu-a-text:hover > span.x-menu-text {
    padding-left: 10px;
  }
  header.header-left .x-nav-menu > .x-menu-item > a.x-menu-a-text:hover > i.x-menu-icon + span.x-menu-text,
  header.header-left .x-tabs.x-item-menu-tab > .x-menu-a-text:hover > i.x-menu-icon + span.x-menu-text,
  header.header-left .x-sub-menu-tab > .x-menu-item > a.x-menu-a-text:hover > i.x-menu-icon + span.x-menu-text,
  header.header-left .x-sub-menu-multi-column .x-header-column > a.x-menu-a-text:hover > i.x-menu-icon + span.x-menu-text {
    padding-left: 0;
  }
  header.header-left .x-sub-menu-multi-column > .x-menu-item + .x-menu-item {
    border-left: none;
  }
  header.header-left .menu-wrapper {
    float: none;
  }
  header.header-left .header-customize-nav {
    float: none;
    text-align: center;
    padding-top: 30px;
  }
  header.header-left .x-col {
    float: none !important;
    width: auto !important;
  }
  header.header-left .x-sub-menu-multi-column .x-header-column > a {
    margin-bottom: 0;
    line-height: 51px;
  }
  header.header-left .x-sub-menu-multi-column > .x-menu-item {
    padding-left: 0;
    padding-right: 0;
  }
  header.header-left li.x-sub-menu-open > a > b.x-caret {
    -webkit-transform: rotate(90deg) !important;
    -moz-transform: rotate(90deg) !important;
    -ms-transform: rotate(90deg) !important;
    -o-transform: rotate(90deg) !important;
    transform: rotate(90deg) !important;
  }
  header.header-left li.x-menu-active > a.x-menu-a-text:after {
    display: none;
  }
  header.header-left li.x-sub-menu-open > a.x-menu-a-text:after {
    content: '';
    display: block;
    position: absolute;
    top: 100%;
    border-left: solid 6px transparent;
    border-right: solid 6px transparent;
    border-top: solid 6px #fff;
    z-index: 1;
    margin: 0;
    right: auto;
    left: auto;
  }
  header.header-left .x-sub-menu-tab > li.x-menu-active {
    background-color: transparent;
  }
  header.header-left .x-sub-menu-tab > li > ul.x-sub-menu {
    padding-bottom: 0;
  }
  header.header-left .mini-cart-link {
    text-align: left;
    background: rgba(0, 0, 0, 0.1);
    padding: 0 36px 0 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
  }
  header.header-left .mini-cart-link a.view-cart,
  header.header-left .mini-cart-link a.check-out {
    display: inline-block;
    padding: 7px 0px;
    background: rgba(0, 0, 0, 0.07);
    text-align: center;
    width: 50%;
    float: left;
    font-size: 12px;
    text-transform: uppercase;
    color: #000;
    line-height: 28px;
  }
  header.header-left .mini-cart-link a.view-cart:hover,
  header.header-left .mini-cart-link a.check-out:hover {
    color: #8dd0e1;
  }
  header.header-left .mini-cart-link a.view-cart {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    position: relative;
  }
  header.header-left .mini-cart-link a.view-cart:after {
    content: '';
    position: absolute;
    border-right: solid 1px rgba(0, 0, 0, 0.07);
    right: 0;
    top: 0;
    bottom: 0;
    height: 18px;
    margin: auto;
  }
  header.header-left .mini-cart-link .widget_shopping_cart_content {
    display: inline-block;
    position: absolute;
    right: 5px;
    top: 4px;
    margin: auto;
    bottom: 0;
    height: 36px;
  }
  header.header-left .header-social-profile-wrapper li + li {
    margin-left: 10px;
  }
  header.header-left .header-social-profile-wrapper i.fa {
    width: 30px;
    height: 30px;
    background: rgba(0, 0, 0, 0.1);
    line-height: 30px;
    border-radius: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  header.header-left .header-social-profile-wrapper i.fa:hover {
    background: rgba(0, 0, 0, 0.3);
    color: #8dd0e1;
  }
  header.header-left .widget_shopping_cart_content:hover .cart_list_wrapper {
    display: none;
  }
  header.header-left .header-logo img {
    max-width: 100%;
  }
  header.header-left .x-sub-menu {
    background-color: rgba(0, 0, 0, 0.1);
  }
  header.header-left .x-sub-menu > .x-menu-item {
    border-top: solid 1px rgba(0, 0, 0, 0.1);
  }
  header.header-left .x-sub-menu > .x-menu-item > a.x-menu-a-text {
    color: #000;
  }
  header.header-left .x-sub-menu-open .x-sub-menu-open > a.x-menu-a-text:after {
    border-top-color: #E6E6E6;
  }
  header.header-left .x-sub-menu-open .x-sub-menu-open .x-sub-menu-open > a.x-menu-a-text:after {
    border-top-color: #D0D0D0;
  }
  header.header-left .x-sub-menu-open .x-sub-menu-open .x-sub-menu-open .x-sub-menu-open > a.x-menu-a-text:after {
    border-top-color: #BCBCBC;
  }
  header.header-left.header-light-gray .x-nav-menu,
  header.header-left.header-dark-gray .x-nav-menu,
  header.header-left.header-gray .x-nav-menu,
  header.header-left.header-dark .x-nav-menu,
  header.header-left.header-overlay .x-nav-menu {
    color: #eee;
  }
  header.header-left.header-light-gray .x-nav-menu .x-menu-item > a.x-menu-a-text,
  header.header-left.header-dark-gray .x-nav-menu .x-menu-item > a.x-menu-a-text,
  header.header-left.header-gray .x-nav-menu .x-menu-item > a.x-menu-a-text,
  header.header-left.header-dark .x-nav-menu .x-menu-item > a.x-menu-a-text,
  header.header-left.header-overlay .x-nav-menu .x-menu-item > a.x-menu-a-text {
    color: #eee;
  }
  header.header-left.header-light-gray .x-nav-menu .x-menu-item > a.x-menu-a-text:hover,
  header.header-left.header-dark-gray .x-nav-menu .x-menu-item > a.x-menu-a-text:hover,
  header.header-left.header-gray .x-nav-menu .x-menu-item > a.x-menu-a-text:hover,
  header.header-left.header-dark .x-nav-menu .x-menu-item > a.x-menu-a-text:hover,
  header.header-left.header-overlay .x-nav-menu .x-menu-item > a.x-menu-a-text:hover {
    color: #8dd0e1;
  }
  header.header-left.header-light-gray .x-nav-menu .x-menu-item:not(.x-sub-menu-open) > a.x-menu-a-text:hover,
  header.header-left.header-dark-gray .x-nav-menu .x-menu-item:not(.x-sub-menu-open) > a.x-menu-a-text:hover,
  header.header-left.header-gray .x-nav-menu .x-menu-item:not(.x-sub-menu-open) > a.x-menu-a-text:hover,
  header.header-left.header-dark .x-nav-menu .x-menu-item:not(.x-sub-menu-open) > a.x-menu-a-text:hover,
  header.header-left.header-overlay .x-nav-menu .x-menu-item:not(.x-sub-menu-open) > a.x-menu-a-text:hover {
    background-color: rgba(0, 0, 0, 0.1);
  }
  header.header-left.header-light-gray .search-box-wrapper input,
  header.header-left.header-dark-gray .search-box-wrapper input,
  header.header-left.header-gray .search-box-wrapper input,
  header.header-left.header-dark .search-box-wrapper input,
  header.header-left.header-overlay .search-box-wrapper input {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
  }
  header.header-left.header-light-gray .mini-cart-link,
  header.header-left.header-dark-gray .mini-cart-link,
  header.header-left.header-gray .mini-cart-link,
  header.header-left.header-dark .mini-cart-link,
  header.header-left.header-overlay .mini-cart-link {
    background: rgba(255, 255, 255, 0.1);
  }
  header.header-left.header-light-gray .mini-cart-link a.view-cart,
  header.header-left.header-dark-gray .mini-cart-link a.view-cart,
  header.header-left.header-gray .mini-cart-link a.view-cart,
  header.header-left.header-dark .mini-cart-link a.view-cart,
  header.header-left.header-overlay .mini-cart-link a.view-cart,
  header.header-left.header-light-gray .mini-cart-link a.check-out,
  header.header-left.header-dark-gray .mini-cart-link a.check-out,
  header.header-left.header-gray .mini-cart-link a.check-out,
  header.header-left.header-dark .mini-cart-link a.check-out,
  header.header-left.header-overlay .mini-cart-link a.check-out {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
  }
  header.header-left.header-light-gray .mini-cart-link a.view-cart:hover,
  header.header-left.header-dark-gray .mini-cart-link a.view-cart:hover,
  header.header-left.header-gray .mini-cart-link a.view-cart:hover,
  header.header-left.header-dark .mini-cart-link a.view-cart:hover,
  header.header-left.header-overlay .mini-cart-link a.view-cart:hover,
  header.header-left.header-light-gray .mini-cart-link a.check-out:hover,
  header.header-left.header-dark-gray .mini-cart-link a.check-out:hover,
  header.header-left.header-gray .mini-cart-link a.check-out:hover,
  header.header-left.header-dark .mini-cart-link a.check-out:hover,
  header.header-left.header-overlay .mini-cart-link a.check-out:hover {
    color: #8dd0e1;
  }
  header.header-left.header-light-gray .mini-cart-link a.view-cart:after,
  header.header-left.header-dark-gray .mini-cart-link a.view-cart:after,
  header.header-left.header-gray .mini-cart-link a.view-cart:after,
  header.header-left.header-dark .mini-cart-link a.view-cart:after,
  header.header-left.header-overlay .mini-cart-link a.view-cart:after {
    border-right: solid 1px rgba(255, 255, 255, 0.1);
  }
  header.header-left.header-light-gray .header-social-profile-wrapper i.fa,
  header.header-left.header-dark-gray .header-social-profile-wrapper i.fa,
  header.header-left.header-gray .header-social-profile-wrapper i.fa,
  header.header-left.header-dark .header-social-profile-wrapper i.fa,
  header.header-left.header-overlay .header-social-profile-wrapper i.fa {
    background: rgba(255, 255, 255, 0.1);
  }
  header.header-left.header-light-gray .header-social-profile-wrapper i.fa:hover,
  header.header-left.header-dark-gray .header-social-profile-wrapper i.fa:hover,
  header.header-left.header-gray .header-social-profile-wrapper i.fa:hover,
  header.header-left.header-dark .header-social-profile-wrapper i.fa:hover,
  header.header-left.header-overlay .header-social-profile-wrapper i.fa:hover {
    background: rgba(255, 255, 255, 0.3);
    color: #8dd0e1;
  }
  header.header-left.header-light .header-customize-item,
  header.header-left.header-transparent .header-customize-item {
    color: #444;
  }
  header.header-left .header-customize-item {
    display: block;
    margin-left: 0;
    padding: 0 30px;
  }
  header.header-left .header-customize-item + .header-customize-item {
    margin-left: 0;
    margin-top: 30px;
  }
  header.header-left .search-box-wrapper form {
    position: relative;
    padding: 0;
    margin: 0;
  }
  header.header-left .search-box-wrapper input {
    background-color: rgba(0, 0, 0, 0.1);
    border: none;
    outline: none;
    width: 100%;
  }
  header.header-left .search-box-wrapper button {
    background-color: transparent;
    border: none;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
  }
  header.header-left.header-light-gray .x-sub-menu-open > a.x-menu-a-text:after {
    border-top-color: #747474;
  }
  header.header-left.header-light-gray .x-sub-menu-open .x-sub-menu-open > a.x-menu-a-text:after {
    border-top-color: #696969;
  }
  header.header-left.header-light-gray .x-sub-menu-open .x-sub-menu-open .x-sub-menu-open > a.x-menu-a-text:after {
    border-top-color: #5F5F5F;
  }
  header.header-left.header-light-gray .x-sub-menu-open .x-sub-menu-open .x-sub-menu-open .x-sub-menu-open > a.x-menu-a-text:after {
    border-top-color: #565656;
  }
  header.header-left.header-gray .x-sub-menu-open > a.x-menu-a-text:after {
    border-top-color: #5F5F5F;
  }
  header.header-left.header-gray .x-sub-menu-open .x-sub-menu-open > a.x-menu-a-text:after {
    border-top-color: #565656;
  }
  header.header-left.header-gray .x-sub-menu-open .x-sub-menu-open .x-sub-menu-open > a.x-menu-a-text:after {
    border-top-color: #4E4E4E;
  }
  header.header-left.header-gray .x-sub-menu-open .x-sub-menu-open .x-sub-menu-open .x-sub-menu-open > a.x-menu-a-text:after {
    border-top-color: #464646;
  }
  header.header-left.header-dark-gray .x-sub-menu-open > a.x-menu-a-text:after {
    border-top-color: #4C4C4C;
  }
  header.header-left.header-dark-gray .x-sub-menu-open .x-sub-menu-open > a.x-menu-a-text:after {
    border-top-color: #454545;
  }
  header.header-left.header-dark-gray .x-sub-menu-open .x-sub-menu-open .x-sub-menu-open > a.x-menu-a-text:after {
    border-top-color: #3E3E3E;
  }
  header.header-left.header-dark-gray .x-sub-menu-open .x-sub-menu-open .x-sub-menu-open .x-sub-menu-open > a.x-menu-a-text:after {
    border-top-color: #383838;
  }
  header.header-left.header-dark .ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y,
  header.header-left.header-overlay .ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
    background-color: rgba(255, 255, 255, 0.1);
  }
  header.header-left.header-dark .x-nav-menu > .x-menu-item:last-child,
  header.header-left.header-overlay .x-nav-menu > .x-menu-item:last-child {
    border-bottom: solid 1px rgba(255, 255, 255, 0.1);
  }
  header.header-left.header-dark .x-sub-menu,
  header.header-left.header-overlay .x-sub-menu {
    background-color: rgba(255, 255, 255, 0.05);
  }
  header.header-left.header-dark .x-sub-menu > .x-menu-item,
  header.header-left.header-overlay .x-sub-menu > .x-menu-item {
    border-top: solid 1px rgba(255, 255, 255, 0.1);
  }
  header.header-left.header-dark .x-nav-menu,
  header.header-left.header-overlay .x-nav-menu {
    color: #aaa;
  }
  header.header-left.header-dark .x-nav-menu .x-menu-item,
  header.header-left.header-overlay .x-nav-menu .x-menu-item {
    border-top: solid 1px rgba(255, 255, 255, 0.1);
  }
  header.header-left.header-dark .x-nav-menu .x-menu-item > a.x-menu-a-text,
  header.header-left.header-overlay .x-nav-menu .x-menu-item > a.x-menu-a-text {
    color: #aaa;
  }
  header.header-left.header-dark .x-nav-menu .x-menu-item > a.x-menu-a-text:hover,
  header.header-left.header-overlay .x-nav-menu .x-menu-item > a.x-menu-a-text:hover {
    color: #8dd0e1;
  }
  header.header-left.header-dark .x-nav-menu .x-menu-item:not(.x-sub-menu-open) > a.x-menu-a-text:hover,
  header.header-left.header-overlay .x-nav-menu .x-menu-item:not(.x-sub-menu-open) > a.x-menu-a-text:hover {
    background-color: rgba(255, 255, 255, 0.1);
  }
  header.header-left.header-dark .x-sub-menu-open > a.x-menu-a-text:after {
    border-top-color: #000;
  }
  header.header-left.header-dark .x-sub-menu-open .x-sub-menu-open > a.x-menu-a-text:after {
    border-top-color: #0C0C0C;
  }
  header.header-left.header-dark .x-sub-menu-open .x-sub-menu-open .x-sub-menu-open > a.x-menu-a-text:after {
    border-top-color: #171717;
  }
  header.header-left.header-dark .x-sub-menu-open .x-sub-menu-open .x-sub-menu-open .x-sub-menu-open > a.x-menu-a-text:after {
    border-top-color: #222;
  }
  header.header-left.header-overlay .x-sub-menu-open > a.x-menu-a-text:after {
    display: none;
  }
  .sticky-wrapper.is-sticky .header-nav-wrapper {
    width: 100%;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
    left: 0;
    right: 0;
  }
  .sticky-wrapper.is-sticky .header-nav-wrapper.sticky-in {
    -webkit-animation: header-drop 0.5s 0s 1 cubic-bezier(0.694, 0.0482, 0.335, 1);
    -moz-animation: header-drop 0.5s 0s 1 cubic-bezier(0.694, 0.0482, 0.335, 1);
    -ms-animation: header-drop 0.5s 0s 1 cubic-bezier(0.694, 0.0482, 0.335, 1);
    -o-animation: header-drop 0.5s 0s 1 cubic-bezier(0.694, 0.0482, 0.335, 1);
    animation: header-drop 0.5s 0s 1 cubic-bezier(0.694, 0.0482, 0.335, 1);
  }
  .sticky-wrapper.is-sticky .header-nav-wrapper.sticky-out {
    -webkit-animation: header-drop-out 0.5s 0s 1 cubic-bezier(0.694, 0.0482, 0.335, 1) !important;
    -moz-animation: header-drop-out 0.5s 0s 1 cubic-bezier(0.694, 0.0482, 0.335, 1) !important;
    -ms-animation: header-drop-out 0.5s 0s 1 cubic-bezier(0.694, 0.0482, 0.335, 1) !important;
    -o-animation: header-drop-out 0.5s 0s 1 cubic-bezier(0.694, 0.0482, 0.335, 1) !important;
    animation: header-drop-out 0.5s 0s 1 cubic-bezier(0.694, 0.0482, 0.335, 1) !important;
  }
  .sticky-wrapper.is-sticky .logo-sticky {
    display: inline-block;
  }
  .sticky-wrapper.is-sticky .nav-logo-sticky {
    display: inline-block;
  }
  .sticky-wrapper.is-sticky .nav-logo-sticky + li {
    margin-left: 40px;
  }
  .sticky-wrapper.is-sticky .header-logo.has-logo-sticky {
    display: none;
  }
  .sticky-wrapper.is-sticky .header-logo img {
    max-height: 66px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .sticky-wrapper.is-sticky .x-nav-menu > .x-menu-item,
  .sticky-wrapper.is-sticky .header-nav-right,
  .sticky-wrapper.is-sticky .header-nav-left {
    line-height: 66px;
  }
  .sticky-wrapper.is-sticky .header-logo {
    height: 66px;
  }
  .sticky-wrapper.is-sticky .sticky-dark {
    background-color: #222 !important;
    color: #eee;
  }
  .sticky-wrapper.is-sticky .sticky-dark .header-customize-item,
  .sticky-wrapper.is-sticky .sticky-dark .x-nav-menu {
    color: #eee;
  }
  .sticky-wrapper.is-sticky .sticky-light {
    background-color: #fff !important;
    color: #444;
  }
  .sticky-wrapper.is-sticky .sticky-light .x-nav-menu,
  .sticky-wrapper.is-sticky .sticky-light .header-customize-item {
    color: #444;
  }
  .sticky-wrapper.is-sticky .sticky-gray {
    background-color: #eee !important;
    color: #222;
  }
  .sticky-wrapper.is-sticky .sticky-gray .header-customize-item,
  .sticky-wrapper.is-sticky .sticky-gray .x-nav-menu {
    color: #222;
  }
  body.boxed .sticky-wrapper.is-sticky .header-nav-wrapper {
    max-width: 1200px;
    margin: auto;
  }
}
@media screen and (max-width: 1399px) {
  .container-full {
    padding-left: 15px;
    padding-right: 15px;
    width: 1200px;
    max-width: 100%;
    margin: auto;
  }
}
header .header-logo > a > img.retina-logo,
.overlay-menu-left > a > img.retina-logo {
  display: none;
}
@media only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .overlay-menu-left > a > img.has-retina,
  header .header-logo > a > img.has-retina {
    display: none;
  }
  .overlay-menu-left > a > img.retina-logo,
  header .header-logo > a > img.retina-logo {
    display: inline-block;
  }
}
@media screen and (max-width: 1199px) {
  header .header-2 .x-nav-menu > .x-menu-item + .x-menu-item,
  header .header-2 .header-customize-item:first-child {
    margin-left: 30px !important;
  }
}
@media screen and (min-width: 992px) {
  header.mobile-header {
    display: none !important;
  }
}
@media screen and (max-width: 991px) {
  body {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    left: 0;
  }
  header.mobile-header .icon,
  header.mobile-header i.fa {
    vertical-align: middle;
  }
  .top-bar-mobile {
    font-family: 'Poppins';
    font-size: 12px;
    letter-spacing: 0.05em;
    color: inherit;
  }
  .top-bar-mobile .sidebar aside + aside {
    margin-top: 0;
    margin-left: 20px;
  }
  .top-bar-mobile .header-mobile-container-inner {
    padding-top: 7px;
    padding-bottom: 7px;
  }
  .top-bar-mobile aside.widget {
    display: inline-block;
    vertical-align: middle;
    line-height: 30px;
  }
  .top-bar-mobile .top-bar-right {
    text-align: right;
  }
  .top-bar-mobile i.fa {
    vertical-align: middle;
  }
  .top-bar-mobile ul.s-default li {
    margin-bottom: 0;
  }
  .top-bar-mobile.container-bordered .header-mobile-container-inner,
  .top-bar-mobile.bordered {
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  }
  .top-bar-mobile.top-bar-light-gray,
  .top-bar-mobile.top-bar-gray,
  .top-bar-mobile.top-bar-dark-gray,
  .top-bar-mobile.top-bar-dark,
  .top-bar-mobile.top-bar-overlay,
  .top-bar-mobile.top-bar-transparent {
    color: #fff;
    border-bottom-color: rgba(255, 255, 255, 0.2);
  }
  .top-bar-mobile.top-bar-light {
    background-color: #fff;
  }
  .top-bar-mobile.top-bar-light-gray {
    background-color: #747474;
  }
  .top-bar-mobile.top-bar-gray {
    background-color: #5F5F5F;
  }
  .top-bar-mobile.top-bar-dark-gray {
    background-color: #4C4C4C;
  }
  .top-bar-mobile.top-bar-dark {
    background-color: #000;
  }
  .top-bar-mobile.top-bar-overlay {
    background-color: rgba(0, 0, 0, 0.3);
  }
  .top-bar-mobile.top-bar-transparent {
    background-color: transparent;
  }
  header.mobile-header {
    display: block !important;
  }
  header.mobile-header .mini-cart-link > a.view-cart,
  header.mobile-header .mini-cart-link > a.check-out {
    display: none !important;
  }
  header.header-mobile-4 > .container {
    background-color: rgba(0, 0, 0, 0.1);
  }
  header.main-header {
    display: none !important;
  }
  body.menu-mobile-in {
    left: 280px;
    overflow: hidden;
  }
  .container.header-mobile-container {
    position: relative;
  }
  .header-mobile-before {
    text-align: center;
  }
  .header-mobile-before img {
    max-height: 66px;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
  }
  .header-mobile-nav.menu-drop-dropdown {
    max-height: 360px;
    position: relative;
    overflow: hidden;
  }
  .header-logo-mobile {
    line-height: 66px;
    vertical-align: middle;
    text-align: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    padding-left: 50px;
    padding-right: 50px;
  }
  .header-logo-mobile img {
    max-height: 66px;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .header-logo-mobile img.retina-logo {
    display: none;
  }
  header.mobile-header {
    font-family: 'Poppins';
    font-weight: 400;
  }
  header.mobile-header .header-left,
  header.mobile-header .toggle-icon-wrapper.toggle-desktop,
  header.mobile-header .header-customize {
    display: none;
  }
  header.mobile-header .header-container-wrapper {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 997;
    top: 0;
  }
  header.mobile-header .header-mobile-inner {
    height: 66px;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  header.mobile-header .header-mobile-inner .header-customize {
    display: block;
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
  }
  header.mobile-header .header-mobile-inner .header-customize:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
  }
  header.mobile-header .header-mobile-inner .header-customize-item {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
  }
  header.mobile-header .header-mobile-inner .header-customize-item + .header-customize-item {
    margin-left: 10px;
  }
  header.mobile-header .header-mobile-inner .toggle-icon-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    font-size: 0;
  }
  header.mobile-header .header-mobile-inner .icon-search-menu {
    display: inline-block;
    vertical-align: middle;
    height: 45px;
    text-align: center;
    line-height: 45px;
    padding: 0;
    font-size: 18px;
    color: #222;
  }
  header.mobile-header .header-mobile-inner .icon-search-menu > i {
    vertical-align: middle;
  }
  header.mobile-header .ps-container > .ps-scrollbar-y-rail {
    right: 0;
  }
  header.mobile-header.bordered {
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  }
  header.mobile-header.container-bordered .header-mobile-container > .header-mobile-inner,
  header.mobile-header.container-bordered .search-mobile-wrapper {
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  }
  header.mobile-header.header-light-gray,
  header.mobile-header.header-gray,
  header.mobile-header.header-dark-gray,
  header.mobile-header.header-dark,
  header.mobile-header.header-overlay,
  header.mobile-header.header-transparent {
    color: #fff;
  }
  header.mobile-header.header-light-gray .toggle-icon-wrapper .toggle-icon > span,
  header.mobile-header.header-gray .toggle-icon-wrapper .toggle-icon > span,
  header.mobile-header.header-dark-gray .toggle-icon-wrapper .toggle-icon > span,
  header.mobile-header.header-dark .toggle-icon-wrapper .toggle-icon > span,
  header.mobile-header.header-overlay .toggle-icon-wrapper .toggle-icon > span,
  header.mobile-header.header-transparent .toggle-icon-wrapper .toggle-icon > span,
  header.mobile-header.header-light-gray .toggle-icon-wrapper .toggle-icon:before,
  header.mobile-header.header-gray .toggle-icon-wrapper .toggle-icon:before,
  header.mobile-header.header-dark-gray .toggle-icon-wrapper .toggle-icon:before,
  header.mobile-header.header-dark .toggle-icon-wrapper .toggle-icon:before,
  header.mobile-header.header-overlay .toggle-icon-wrapper .toggle-icon:before,
  header.mobile-header.header-transparent .toggle-icon-wrapper .toggle-icon:before,
  header.mobile-header.header-light-gray .toggle-icon-wrapper .toggle-icon:after,
  header.mobile-header.header-gray .toggle-icon-wrapper .toggle-icon:after,
  header.mobile-header.header-dark-gray .toggle-icon-wrapper .toggle-icon:after,
  header.mobile-header.header-dark .toggle-icon-wrapper .toggle-icon:after,
  header.mobile-header.header-overlay .toggle-icon-wrapper .toggle-icon:after,
  header.mobile-header.header-transparent .toggle-icon-wrapper .toggle-icon:after {
    background-color: #fff;
  }
  header.mobile-header.header-light-gray .header-mobile-inner .icon-search-menu,
  header.mobile-header.header-gray .header-mobile-inner .icon-search-menu,
  header.mobile-header.header-dark-gray .header-mobile-inner .icon-search-menu,
  header.mobile-header.header-dark .header-mobile-inner .icon-search-menu,
  header.mobile-header.header-overlay .header-mobile-inner .icon-search-menu,
  header.mobile-header.header-transparent .header-mobile-inner .icon-search-menu {
    color: #fff;
  }
  header.mobile-header.header-light-gray .search-mobile-wrapper form,
  header.mobile-header.header-gray .search-mobile-wrapper form,
  header.mobile-header.header-dark-gray .search-mobile-wrapper form,
  header.mobile-header.header-dark .search-mobile-wrapper form,
  header.mobile-header.header-overlay .search-mobile-wrapper form,
  header.mobile-header.header-transparent .search-mobile-wrapper form {
    color: #fff;
  }
  header.mobile-header.header-light-gray .top-bar-transparent.container-bordered .header-mobile-container-inner,
  header.mobile-header.header-gray .top-bar-transparent.container-bordered .header-mobile-container-inner,
  header.mobile-header.header-dark-gray .top-bar-transparent.container-bordered .header-mobile-container-inner,
  header.mobile-header.header-dark .top-bar-transparent.container-bordered .header-mobile-container-inner,
  header.mobile-header.header-overlay .top-bar-transparent.container-bordered .header-mobile-container-inner,
  header.mobile-header.header-transparent .top-bar-transparent.container-bordered .header-mobile-container-inner,
  header.mobile-header.header-light-gray .top-bar-transparent.bordered,
  header.mobile-header.header-gray .top-bar-transparent.bordered,
  header.mobile-header.header-dark-gray .top-bar-transparent.bordered,
  header.mobile-header.header-dark .top-bar-transparent.bordered,
  header.mobile-header.header-overlay .top-bar-transparent.bordered,
  header.mobile-header.header-transparent .top-bar-transparent.bordered,
  header.mobile-header.header-light-gray.bordered,
  header.mobile-header.header-gray.bordered,
  header.mobile-header.header-dark-gray.bordered,
  header.mobile-header.header-dark.bordered,
  header.mobile-header.header-overlay.bordered,
  header.mobile-header.header-transparent.bordered,
  header.mobile-header.header-light-gray.bordered .header-container-wrapper,
  header.mobile-header.header-gray.bordered .header-container-wrapper,
  header.mobile-header.header-dark-gray.bordered .header-container-wrapper,
  header.mobile-header.header-dark.bordered .header-container-wrapper,
  header.mobile-header.header-overlay.bordered .header-container-wrapper,
  header.mobile-header.header-transparent.bordered .header-container-wrapper,
  header.mobile-header.header-light-gray.container-bordered .header-mobile-container > .header-mobile-inner,
  header.mobile-header.header-gray.container-bordered .header-mobile-container > .header-mobile-inner,
  header.mobile-header.header-dark-gray.container-bordered .header-mobile-container > .header-mobile-inner,
  header.mobile-header.header-dark.container-bordered .header-mobile-container > .header-mobile-inner,
  header.mobile-header.header-overlay.container-bordered .header-mobile-container > .header-mobile-inner,
  header.mobile-header.header-transparent.container-bordered .header-mobile-container > .header-mobile-inner,
  header.mobile-header.header-light-gray.container-bordered .search-mobile-wrapper,
  header.mobile-header.header-gray.container-bordered .search-mobile-wrapper,
  header.mobile-header.header-dark-gray.container-bordered .search-mobile-wrapper,
  header.mobile-header.header-dark.container-bordered .search-mobile-wrapper,
  header.mobile-header.header-overlay.container-bordered .search-mobile-wrapper,
  header.mobile-header.header-transparent.container-bordered .search-mobile-wrapper {
    border-bottom-color: rgba(255, 255, 255, 0.2);
  }
  header.mobile-header.header-light {
    background-color: #fff;
  }
  header.mobile-header.header-light .search-mobile-wrapper form {
    color: #444;
  }
  header.mobile-header.header-light .top-bar-mobile.top-bar-transparent {
    color: #444;
    border-bottom-color: rgba(0, 0, 0, 0.1);
  }
  header.mobile-header.header-light-gray {
    background-color: #747474;
  }
  header.mobile-header.header-gray {
    background-color: #5F5F5F;
  }
  header.mobile-header.header-dark-gray {
    background-color: #4C4C4C;
  }
  header.mobile-header.header-dark {
    background-color: #000;
  }
  header.mobile-header.header-overlay {
    background-color: rgba(0, 0, 0, 0.3);
  }
  header.mobile-header.header-transparent {
    background-color: transparent;
  }
  .x-nav-menu {
    padding: 0;
    margin: 0;
    display: block;
    background-color: transparent;
  }
  .x-nav-menu a.x-menu-a-text > b.x-caret:before {
    color: #ddd;
  }
  .x-nav-menu li.x-menu-item {
    border-bottom: solid 1px #4C4C4C;
    position: relative;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    cursor: auto;
  }
  .x-nav-menu li.x-menu-item:not(.x-sub-menu-open):hover {
    background-color: #4c4c4c;
  }
  .x-nav-menu li.x-menu-item.menu-item-has-children {
    cursor: pointer;
  }
  .x-nav-menu li.x-menu-item > a.x-menu-a-text {
    display: inline-block;
    position: static;
    padding: 14px 15px;
    border-bottom: none;
    text-transform: uppercase;
    font-family: 'Poppins';
    color: #ddd;
    font-size: 13px;
    letter-spacing: 0.05em;
  }
  .x-nav-menu li.x-menu-item > a.x-menu-a-text > b.x-caret {
    position: absolute;
    right: 0;
    bottom: auto;
    top: 0;
    width: 44px;
    height: 51px;
    line-height: 51px;
    text-align: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .x-nav-menu li.x-menu-item > a.x-menu-a-text > b.x-caret:before {
    content: '\e124';
    font-family: 'pure';
    display: inline-block;
    font-size: 0.7em;
  }
  .x-nav-menu li.x-menu-item.x-sub-menu-open > a > b.x-caret {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .x-nav-menu li.x-menu-item.x-sub-menu-open > ul.x-sub-menu:before {
    content: "";
    display: block;
    border-left: solid 6px transparent;
    border-right: solid 6px transparent;
    border-top: solid 6px #383838;
    position: absolute;
    top: 0;
    left: 15px;
    z-index: 1;
  }
  .x-nav-menu li li.x-menu-item > a.x-menu-a-text {
    font-family: 'Poppins';
    font-style: italic;
  }
  .x-nav-menu li li.x-menu-item > a.x-menu-a-text > b.x-caret {
    font-style: normal;
  }
  .x-nav-menu li.current-menu-ancestor > a.x-menu-a-text,
  .x-nav-menu li.current-menu-parent > a.x-menu-a-text,
  .x-nav-menu li.current-menu-item > a.x-menu-a-text,
  .x-nav-menu li.menu-current > a.x-menu-a-text,
  .x-nav-menu li > a.x-menu-a-text:hover,
  .x-nav-menu li:hover > a,
  .x-nav-menu li ul.x-sub-menu li:hover > a {
    color: #8dd0e1;
  }
  .x-nav-menu li.current-menu-ancestor > a.x-menu-a-text > b.x-caret:before,
  .x-nav-menu li.current-menu-parent > a.x-menu-a-text > b.x-caret:before,
  .x-nav-menu li.current-menu-item > a.x-menu-a-text > b.x-caret:before,
  .x-nav-menu li.menu-current > a.x-menu-a-text > b.x-caret:before,
  .x-nav-menu li > a.x-menu-a-text:hover > b.x-caret:before,
  .x-nav-menu li:hover > a > b.x-caret:before,
  .x-nav-menu li ul.x-sub-menu li:hover > a > b.x-caret:before {
    color: #8dd0e1;
  }
  .x-nav-menu ul.x-sub-menu {
    background-color: #444;
    padding-left: 0;
    position: relative;
  }
  .x-nav-menu ul.x-sub-menu > li.x-menu-item > a.x-menu-a-text {
    font-size: 14px;
    text-transform: none;
  }
  .x-nav-menu ul.x-sub-menu > li.x-menu-item.x-sub-menu-open > ul.x-sub-menu:before {
    border-top: solid 6px #444;
  }
  .x-nav-menu ul ul.x-sub-menu {
    background-color: #525252;
  }
  .x-nav-menu ul ul.x-sub-menu > li.x-menu-item.x-sub-menu-open > ul.x-sub-menu:before {
    border-top: solid 6px #525252;
  }
  .x-nav-menu ul ul ul.x-sub-menu {
    background-color: #5f5f5f;
  }
  .x-nav-menu ul ul ul.x-sub-menu > li.x-menu-item.x-sub-menu-open > ul.x-sub-menu:before {
    border-top: solid 6px #5f5f5f;
  }
  .x-nav-menu ul ul ul ul.x-sub-menu {
    background-color: #414141;
  }
  .header-mobile-nav {
    background-color: #383838;
    display: none;
    margin-bottom: 15px;
  }
  .mobile-header-float {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 999;
  }
  .mobile-header-float .sticky-wrapper {
    height: auto !important;
    position: relative !important;
  }
  form.search-form-menu-mobile {
    display: none;
  }
  .header-mobile-nav.menu-drop-fly {
    display: block;
    position: fixed;
    margin: 0;
    top: 0;
    bottom: 0;
    overflow: auto;
    overflow-x: hidden;
    width: 280px;
    left: -280px;
    border-right: solid 3px #8dd0e1;
    z-index: 9999;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .header-mobile-nav.menu-drop-fly.in {
    left: 0;
  }
  .header-mobile-nav.menu-drop-fly form.search-form-menu-mobile {
    display: block;
    background-color: #222;
    padding: 15px;
    position: relative;
  }
  .header-mobile-nav.menu-drop-fly form.search-form-menu-mobile input {
    background-color: #333;
    border: none;
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 1.2;
    height: auto;
    padding: 12px;
    font-family: inherit;
  }
  .header-mobile-nav.menu-drop-fly form.search-form-menu-mobile button {
    border: none;
    background-color: transparent;
    position: absolute;
    top: 0;
    right: 19px;
    line-height: 1;
    bottom: 0;
    margin: auto;
    font-size: 16px;
  }
  .main-menu-overlay {
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: -1;
    pointer-events: none;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
  }
  body.menu-mobile-in .main-menu-overlay {
    opacity: 1;
    z-index: 999;
    pointer-events: auto;
    cursor: url(assets/images/close.png) 15 15, default;
  }
  header.header-mobile-2 .header-logo-mobile {
    float: left;
    width: 100%;
    padding-right: 70px;
    padding-left: 0;
    text-align: left;
  }
  header.header-mobile-2 .header-mobile-inner .toggle-icon-wrapper {
    right: 0;
    left: auto;
  }
  header.header-mobile-2 .header-mobile-inner .header-customize {
    right: 40px;
  }
  header.header-mobile-3 .header-logo-mobile {
    float: right;
    padding-left: 70px;
    padding-right: 0;
    text-align: right;
  }
  header.header-mobile-3 .header-mobile-inner .header-customize {
    left: 40px;
    right: auto;
  }
  header.header-mobile-4.container-bordered {
    margin-bottom: 15px;
  }
  header.header-mobile-4.bordered .header-container-wrapper {
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  }
  header.header-mobile-4 .search-mobile-wrapper form {
    padding: 0;
    margin: 0;
    position: relative;
  }
  header.header-mobile-4 .search-mobile-wrapper form > input {
    background-color: transparent;
    border: none;
    width: 100%;
    padding: 0;
    margin: 0;
    color: inherit;
  }
  header.header-mobile-4 .search-mobile-wrapper form > i {
    position: absolute;
    right: 0;
    top: 0;
    margin: auto;
    bottom: 0;
    font-size: 18px;
    height: 18px;
  }
  body.mobile-border-container #page-title {
    width: auto;
    margin-left: 15px;
    margin-right: 15px;
  }
  .sticky-wrapper.is-sticky > .header-container-wrapper {
    z-index: 997;
    left: 0;
    right: 0;
    -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.15);
  }
  .sticky-wrapper.is-sticky .header-logo-mobile {
    line-height: 66px;
  }
  .sticky-wrapper.is-sticky .header-mobile-inner {
    height: 66px;
  }
  .header-light .sticky-wrapper.is-sticky > .header-container-wrapper {
    background-color: #fff;
  }
  .header-light-gray .sticky-wrapper.is-sticky > .header-container-wrapper {
    background-color: #747474;
  }
  .header-gray .sticky-wrapper.is-sticky > .header-container-wrapper {
    background-color: #5F5F5F;
  }
  .header-dark-gray .sticky-wrapper.is-sticky > .header-container-wrapper {
    background-color: #4C4C4C;
  }
  .header-dark .sticky-wrapper.is-sticky > .header-container-wrapper {
    background-color: #000;
  }
  .header-overlay .sticky-wrapper.is-sticky > .header-container-wrapper {
    background-color: rgba(0, 0, 0, 0.3);
  }
  .sticky-wrapper:not(.is-sticky) {
    height: auto !important;
    position: relative !important;
  }
  .sticky-wrapper.is-sticky header.mobile-header ul.x-nav-menu {
    max-height: 450px;
    overflow: auto;
  }
  body.menu-mobile-in .sticky-wrapper.is-sticky > .header-container-wrapper.menu-drop-fly {
    left: 280px;
    right: -280px;
  }
}
@media screen and (max-width: 600px) {
  #wpadminbar {
    top: -46px;
  }
}
@media screen and (max-width: 320px) {
  #wpadminbar {
    top: -46px;
  }
  header#mobile-header-wrapper .header-logo-mobile img {
    max-height: 46.2px;
  }
}
@media only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .header-logo-mobile img.retina-logo {
    display: inline-block;
  }
  .header-logo-mobile img.has-retina {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .x-col-1-12 {
    width: 8.33333333333333%;
  }
  .x-col-2-12 {
    width: 16.6666666666667%;
  }
  .x-col-3-12 {
    width: 25%;
  }
  .x-col-4-12 {
    width: 33.3333333333333%;
  }
  .x-col-5-12 {
    width: 41.6666666666667%;
  }
  .x-col-6-12 {
    width: 50%;
  }
  .x-col-7-12 {
    width: 58.3333333333333%;
  }
  .x-col-8-12 {
    width: 66.6666666666667%;
  }
  .x-col-9-12 {
    width: 75%;
  }
  .x-col-10-12 {
    width: 83.3333333333333%;
  }
  .x-col-11-12 {
    width: 91.6666666666667%;
  }
  .x-col-12-12 {
    width: 100%;
  }
  .x-col-1-11 {
    width: 9.09090909090909%;
  }
  .x-col-2-11 {
    width: 18.1818181818182%;
  }
  .x-col-3-11 {
    width: 27.2727272727273%;
  }
  .x-col-4-11 {
    width: 36.3636363636364%;
  }
  .x-col-5-11 {
    width: 45.4545454545455%;
  }
  .x-col-6-11 {
    width: 54.5454545454545%;
  }
  .x-col-7-11 {
    width: 63.6363636363636%;
  }
  .x-col-8-11 {
    width: 72.7272727272727%;
  }
  .x-col-9-11 {
    width: 81.8181818181818%;
  }
  .x-col-10-11 {
    width: 90.9090909090909%;
  }
  .x-col-1-10 {
    width: 10%;
  }
  .x-col-2-10 {
    width: 20%;
  }
  .x-col-3-10 {
    width: 30%;
  }
  .x-col-4-10 {
    width: 40%;
  }
  .x-col-5-10 {
    width: 50%;
  }
  .x-col-6-10 {
    width: 60%;
  }
  .x-col-7-10 {
    width: 70%;
  }
  .x-col-8-10 {
    width: 80%;
  }
  .x-col-9-10 {
    width: 90%;
  }
  .x-col-1-8 {
    width: 12.5%;
  }
  .x-col-3-8 {
    width: 37.5%;
  }
  .x-col-5-8 {
    width: 62.5%;
  }
  .x-col-7-8 {
    width: 87.5%;
  }
  .x-col-1-9 {
    width: 11.1111111111111%;
  }
  .x-col-2-9 {
    width: 22.2222222222222%;
  }
  .x-col-4-9 {
    width: 44.4444444444444%;
  }
  .x-col-5-9 {
    width: 55.5555555555556%;
  }
  .x-col-7-9 {
    width: 77.7777777777778%;
  }
  .x-col-8-9 {
    width: 88.8888888888889%;
  }
  .x-col-1-7 {
    width: 14.2857142857143%;
  }
  .x-col-2-7 {
    width: 28.5714285714286%;
  }
  .x-col-3-7 {
    width: 42.8571428571429%;
  }
  .x-col-4-7 {
    width: 57.1428571428571%;
  }
  .x-col-5-7 {
    width: 71.4285714285714%;
  }
  .x-col-6-7 {
    width: 85.7142857142857%;
  }
  .x-col {
    display: block;
    float: left;
  }
  .x-clear {
    clear: both;
  }
  .x-new-row {
    clear: both;
  }
  li.x-pos-static {
    position: static;
  }
  li.x-text-align-right {
    text-align: right;
  }
  li.x-text-align-left {
    text-align: left;
  }
  li.x-text-align-center {
    text-align: center;
  }
  span.x-disable-text {
    display: none;
  }
  i.x-menu-icon.x-icon-left {
    padding-right: 10px;
  }
  i.x-menu-icon.x-icon-right {
    padding-left: 10px;
  }
  i.x-menu-icon.x-icon-left.x-disable-text {
    padding-right: 0;
  }
  i.x-menu-icon.x-icon-right.x-disable-text {
    padding-left: 0;
  }
  li > a.x-disable-menu-item {
    display: none !important;
  }
  li.x-new-row:after {
    content: "";
    display: block;
    clear: both;
  }
  .x-list-style-none {
    list-style: none;
    list-style-position: inside;
  }
  .x-list-style-disc {
    list-style: disc !important;
    list-style-position: inside !important;
  }
  .x-list-style-square {
    list-style: square !important;
    list-style-position: inside !important;
  }
  .x-list-style-circle {
    list-style: circle !important;
    list-style-position: inside !important;
  }
  li.x-image-layout-image-only a.x-menu-a-text {
    display: none;
  }
  li.x-image-layout-image-only p.x-description {
    display: none;
  }
  li.x-image-layout-above > a.x-image + a.x-menu-a-text {
    margin-top: 10px;
  }
  .x-sub-menu-standard .x-sub-menu.x-pos-left-menu-parent,
  .x-sub-menu-standard .x-sub-menu.x-pos-left-menu-bar {
    right: 100%;
    left: auto;
  }
  .x-sub-menu.x-pos-full {
    left: 0;
    right: 0;
  }
  header.header-underline-effect .x-nav-menu > .x-menu-item > .x-menu-a-text > span.x-menu-text {
    position: relative;
  }
  header.header-underline-effect .x-nav-menu > .x-menu-item > .x-menu-a-text > span.x-menu-text:before {
    transition: all 0.3s ease-out;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    width: 100%;
    height: 1px;
    background-color: transparent;
    margin-top: 5px;
  }
  header.header-underline-effect .x-nav-menu > .x-menu-item:hover > .x-menu-a-text > span.x-menu-text:before {
    background-color: #8dd0e1;
  }
  .x-nav-menu {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
  }
  .x-nav-menu img {
    max-width: 100%;
    height: auto;
  }
  .x-nav-menu * {
    color: inherit;
    box-sizing: border-box;
  }
  .x-nav-menu > .x-menu-item {
    display: inline-block;
    line-height: 98px;
  }
  .x-nav-menu > .x-menu-item > a b.x-caret {
    display: none;
  }
  .x-nav-menu > .x-menu-item + .x-menu-item {
    margin-left: 40px;
  }
  .x-nav-menu > .x-menu-item > .x-menu-a-text {
    font-size: 13px;
  }
  .x-sub-menu {
    height: 0;
    visibility: hidden;
    overflow: hidden;
    position: absolute;
    opacity: 0;
    top: 100%;
    padding: 0;
    margin: 0;
    color: #444;
    z-index: -1;
    list-style: none;
    background-color: #fff;
    border-bottom: solid 2px #8dd0e1;
    -webkit-box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.15);
  }
  .x-sub-menu .x-menu-item {
    position: relative;
    min-width: 210px;
    white-space: nowrap;
  }
  .x-menu-item {
    line-height: 50px;
  }
  .x-menu-item b.x-caret:before {
    content: "\f105";
    font-family: 'fontawesome';
  }
  .x-active > .x-sub-menu {
    overflow: visible;
    visibility: visible;
    opacity: 1;
    height: auto;
    z-index: 999;
  }
  .x-menu-a-text {
    font-family: 'Poppins';
    text-transform: uppercase;
    font-size: 11px;
  }
  p.x-description {
    font-style: italic;
    font-size: 0.9em;
    line-height: 30px;
  }
  .x-sub-menu-standard {
    padding: 10px 0;
  }
  .x-sub-menu-standard > .x-menu-item b.x-caret {
    position: absolute;
    right: 20px;
    transition: all 0.5s;
  }
  .x-sub-menu-standard a.x-menu-a-text {
    padding: 0 20px;
    color: inherit;
    -webkit-transition: background 0.3s ease-out;
    -moz-transition: background 0.3s ease-out;
    -ms-transition: background 0.3s ease-out;
    -o-transition: background 0.3s ease-out;
    transition: background 0.3s ease-out;
    display: block;
  }
  .x-sub-menu-standard a.x-menu-a-text:before {
    content: "\f105";
    font-family: 'fontawesome';
    opacity: 0;
    margin-left: -10px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .x-sub-menu-standard a.x-menu-a-text > span.x-menu-text,
  .x-sub-menu-standard a.x-menu-a-text > i.x-menu-icon {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .x-sub-menu-standard a.x-menu-a-text:hover {
    background-color: rgba(141, 208, 225, 0.6);
    color: #fff;
  }
  .x-sub-menu-standard a.x-menu-a-text:hover > i.x-menu-icon,
  .x-sub-menu-standard a.x-menu-a-text:hover > span.x-menu-text {
    padding-left: 10px;
  }
  .x-sub-menu-standard a.x-menu-a-text:hover > i.x-menu-icon + span.x-menu-text {
    padding-left: 0;
  }
  .x-sub-menu-standard a.x-menu-a-text:hover:before {
    margin-left: 0;
    opacity: 1;
  }
  .x-sub-menu-standard a.x-menu-a-text:hover > b.x-caret {
    opacity: 0;
  }
  .x-sub-menu-standard .x-sub-menu {
    top: 0;
    left: 100%;
    right: auto;
  }
  .x-sub-menu-multi-column {
    padding-bottom: 30px;
    display: flex;
  }
  .x-sub-menu-multi-column.no-padding {
    padding: 0;
  }
  .x-sub-menu-multi-column:after {
    content: "";
    display: block;
    clear: both;
  }
  .x-sub-menu-multi-column > .x-menu-item {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 30px;
    min-width: 0;
  }
  .x-sub-menu-multi-column > .x-menu-item + .x-menu-item {
    border-left: solid 1px rgba(0, 0, 0, 0.1);
  }
  .x-sub-menu-multi-column a.x-menu-a-text,
  .x-sub-menu-multi-column p.x-description {
    padding-left: 15px;
    padding-right: 15px;
  }
  .x-sub-menu-multi-column .x-sub-menu {
    padding-top: 0;
    padding-bottom: 0;
    height: auto;
    visibility: visible;
    opacity: 1;
    position: static;
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
    z-index: 999;
    overflow: visible;
  }
  .x-sub-menu-multi-column li.x-active > ul.x-sub-menu {
    visibility: visible !important;
    opacity: 1 !important;
    overflow: visible !important;
  }
  .x-sub-menu-multi-column .x-header-column > a {
    font-size: 1em;
    color: #444;
    position: relative;
    line-height: 1;
    display: block;
    margin-bottom: 20px;
  }
  .x-sub-menu-multi-column b.x-caret {
    display: none;
  }
  .x-tabs.x-item-menu-tab {
    position: static;
    padding: 0;
    margin: 0;
  }
  .x-tabs.x-item-menu-tab > .x-menu-a-text {
    display: none;
  }
  .x-sub-menu-tab > .x-menu-item {
    position: static;
  }
  .x-sub-menu-tab > li > ul.x-sub-menu {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    border-bottom: 0;
    visibility: hidden;
    overflow: hidden;
    opacity: 0;
    height: 0;
    padding-bottom: 30px;
  }
  .x-sub-menu-tab > li.x-menu-active {
    background-color: rgba(0, 0, 0, 0.1);
  }
  .x-sub-menu-tab > li.x-menu-active > a.x-menu-a-text {
    display: block;
    position: relative;
  }
  .x-sub-menu-tab > li.x-menu-active > a.x-menu-a-text:after {
    content: '';
    position: absolute;
    right: 0;
    border-top: solid 8px transparent;
    border-bottom: solid 8px transparent;
    border-right: solid 8px #fff;
    height: 16px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .x-sub-menu-tab > li.x-menu-active > ul.x-sub-menu {
    visibility: visible;
    overflow: visible;
    opacity: 1;
    height: auto;
  }
  .x-sub-menu-tab .x-menu-item {
    min-width: 0;
  }
  .x-tabs > .x-sub-menu-tab {
    background-color: #f6f6f6;
  }
  .sub-menu-dark .x-sub-menu {
    background-color: #111;
    color: #ccc;
  }
  .sub-menu-dark .x-sub-menu-multi-column > .x-menu-item + .x-menu-item {
    border-left-color: #222;
  }
  .sub-menu-dark .x-tabs > .x-sub-menu-tab {
    background-color: rgba(255, 255, 255, 0.1);
  }
  .sub-menu-dark .x-sub-menu-tab > li.x-menu-active {
    background-color: rgba(255, 255, 255, 0.1);
  }
  .sub-menu-dark .x-sub-menu-tab > li.x-menu-active > a.x-menu-a-text:after {
    border-right-color: #111;
  }
  .sub-menu-dark .x-sub-menu-multi-column .x-header-column > a {
    color: #fff;
  }
  .x-nav-menu a:focus {
    color: inherit;
  }
  .x-nav-menu .x-sub-menu-standard > li.current-menu-ancestor > a.x-menu-a-text,
  .x-nav-menu .x-sub-menu-standard > li.current-menu-parent > a.x-menu-a-text,
  .x-nav-menu .x-sub-menu-standard > li.current-menu-item > a.x-menu-a-text,
  .x-nav-menu .x-sub-menu-standard > li.menu-current > a.x-menu-a-text {
    color: #8dd0e1;
  }
  .x-nav-menu > li.current-menu-ancestor > a.x-menu-a-text,
  .x-nav-menu > li.current-menu-parent > a.x-menu-a-text,
  .x-nav-menu > li.current-menu-item > a.x-menu-a-text,
  .x-nav-menu > li.menu-current > a.x-menu-a-text,
  .x-nav-menu > li > a.x-menu-a-text:hover,
  .x-nav-menu > li.x-menu-item:hover > a {
    color: #8dd0e1;
  }
}
@media screen and (max-width: 991px) {
  i.x-icon-left {
    margin-right: 10px;
  }
  i.x-icon-right {
    margin-left: 10px;
  }
  .x-sub-menu {
    display: none;
  }
}
/**
 * 4.0 - Footer
 * ----------------------------------------------------------------------------
 */
footer.main-footer-wrapper {
  position: relative;
  background-color: #f6f6f6;
  color: #666666;
  font-size: 13px;
}
footer.main-footer-wrapper input[type="text"],
footer.main-footer-wrapper input[type="search"],
footer.main-footer-wrapper input[type="email"],
footer.main-footer-wrapper input[type="url"],
footer.main-footer-wrapper input[type="password"],
footer.main-footer-wrapper input[type="tel"],
footer.main-footer-wrapper textarea,
footer.main-footer-wrapper select {
  max-width: 100%;
}
footer.main-footer-wrapper.main-footer-bg {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  background-clip: content-box;
  position: relative;
}
footer.main-footer-wrapper.main-footer-bg:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
footer.main-footer-wrapper h4.widget-title {
  font-size: 14px;
  font-weight: 500;
  font-family: 'Poppins';
  letter-spacing: 0.05em;
  color: #444444;
  margin-bottom: 35px;
  padding-top: 15px;
}
footer.main-footer-wrapper h4.widget-title:before,
footer.main-footer-wrapper h4.widget-title:after {
  display: none;
}
footer.main-footer-wrapper .sidebar aside + aside {
  margin-top: 20px;
}
footer.main-footer-wrapper .sidebar .widget_archive > ul > li > a,
footer.main-footer-wrapper .sidebar .widget_categories > ul > li > a,
footer.main-footer-wrapper .sidebar .widget_pages > ul > li > a,
footer.main-footer-wrapper .sidebar .widget_nav_menu > div > ul > li > a,
footer.main-footer-wrapper .sidebar .woocommerce .widget_product_categories > ul > li > a,
footer.main-footer-wrapper .sidebar .widget_layered_nav > ul > li > a {
  padding-left: 0;
  font-size: 13px;
  text-decoration: none;
  line-height: 2;
}
footer.main-footer-wrapper .sidebar .widget_archive > ul > li > a:before,
footer.main-footer-wrapper .sidebar .widget_categories > ul > li > a:before,
footer.main-footer-wrapper .sidebar .widget_pages > ul > li > a:before,
footer.main-footer-wrapper .sidebar .widget_nav_menu > div > ul > li > a:before,
footer.main-footer-wrapper .sidebar .woocommerce .widget_product_categories > ul > li > a:before,
footer.main-footer-wrapper .sidebar .widget_layered_nav > ul > li > a:before {
  content: "\e169";
  font-family: 'pure';
  color: #8dd0e1;
  padding-right: 5px;
  vertical-align: middle;
}
footer.main-footer-wrapper .sidebar .widget_archive > ul,
footer.main-footer-wrapper .sidebar .widget_categories > ul,
footer.main-footer-wrapper .sidebar .widget_pages > ul,
footer.main-footer-wrapper .sidebar .widget_nav_menu > div > ul,
footer.main-footer-wrapper .sidebar .woocommerce .widget_product_categories > ul,
footer.main-footer-wrapper .sidebar .widget_layered_nav > ul {
  border-bottom: none;
  padding-bottom: 0;
}
footer.main-footer-wrapper .sidebar .widget_archive li,
footer.main-footer-wrapper .sidebar .widget_categories li,
footer.main-footer-wrapper .sidebar .widget_pages li,
footer.main-footer-wrapper .sidebar .widget_nav_menu > div li,
footer.main-footer-wrapper .sidebar .woocommerce .widget_product_categories li,
footer.main-footer-wrapper .sidebar .widget_layered_nav li {
  margin-top: 0;
  margin-bottom: 0;
}
footer.main-footer-wrapper .sidebar .widget_archive li + li,
footer.main-footer-wrapper .sidebar .widget_categories li + li,
footer.main-footer-wrapper .sidebar .widget_pages li + li,
footer.main-footer-wrapper .sidebar .widget_nav_menu > div li + li,
footer.main-footer-wrapper .sidebar .woocommerce .widget_product_categories li + li,
footer.main-footer-wrapper .sidebar .widget_layered_nav li + li {
  border-top: none;
}
footer.main-footer-wrapper .sidebar .two-col:after {
  content: "";
  display: block;
  clear: both;
}
footer.main-footer-wrapper .sidebar .two-col ul > li {
  width: 50%;
  float: left;
  line-height: 3;
  padding-top: 0;
}
footer.main-footer-wrapper .sidebar .widget_meta li + li,
footer.main-footer-wrapper .sidebar .widget_recent_comments li + li,
footer.main-footer-wrapper .sidebar .widget_recent_entries li + li,
footer.main-footer-wrapper .sidebar .widget_rss li + li {
  border-top: none;
}
footer.main-footer-wrapper .sidebar .widget_meta li,
footer.main-footer-wrapper .sidebar .widget_recent_comments li,
footer.main-footer-wrapper .sidebar .widget_recent_entries li,
footer.main-footer-wrapper .sidebar .widget_rss li {
  padding: 0;
  font-family: 'Poppins';
  font-size: 13px;
  line-height: 2;
  text-transform: uppercase;
}
footer.main-footer-wrapper .sidebar .tagcloud a {
  color: inherit;
  background-color: transparent;
  border-radius: 0;
  line-height: 38px;
  height: auto;
}
footer.main-footer-wrapper .sidebar .tagcloud a:hover {
  border-color: #8dd0e1;
  color: #8dd0e1;
}
footer.main-footer-wrapper .sidebar .tagcloud a {
  border: solid 1px #dddddd;
}
footer.main-footer-wrapper .sidebar .wpcf7-form input[type="text"],
footer.main-footer-wrapper .sidebar .wpcf7-form input[type="search"],
footer.main-footer-wrapper .sidebar .wpcf7-form input[type="email"],
footer.main-footer-wrapper .sidebar .wpcf7-form input[type="url"],
footer.main-footer-wrapper .sidebar .wpcf7-form input[type="password"],
footer.main-footer-wrapper .sidebar .wpcf7-form input[type="tel"],
footer.main-footer-wrapper .sidebar .wpcf7-form textarea,
footer.main-footer-wrapper .sidebar .wpcf7-form select {
  background-color: transparent;
}
footer.main-footer-wrapper .sidebar .wpcf7-form span.wpcf7-form-control-wrap {
  display: block;
}
footer.main-footer-wrapper .sidebar .wpcf7-form input[type="text"]:focus,
footer.main-footer-wrapper .sidebar .wpcf7-form input[type="search"]:focus,
footer.main-footer-wrapper .sidebar .wpcf7-form input[type="email"]:focus,
footer.main-footer-wrapper .sidebar .wpcf7-form input[type="url"]:focus,
footer.main-footer-wrapper .sidebar .wpcf7-form input[type="password"]:focus,
footer.main-footer-wrapper .sidebar .wpcf7-form input[type="tel"]:focus,
footer.main-footer-wrapper .sidebar .wpcf7-form textarea:focus,
footer.main-footer-wrapper .sidebar .wpcf7-form select:focus {
  border-color: #8dd0e1;
}
footer.main-footer-wrapper .sidebar .wpcf7-form input[type="text"],
footer.main-footer-wrapper .sidebar .wpcf7-form input[type="search"],
footer.main-footer-wrapper .sidebar .wpcf7-form input[type="email"],
footer.main-footer-wrapper .sidebar .wpcf7-form input[type="url"],
footer.main-footer-wrapper .sidebar .wpcf7-form input[type="password"],
footer.main-footer-wrapper .sidebar .wpcf7-form input[type="tel"],
footer.main-footer-wrapper .sidebar .wpcf7-form textarea,
footer.main-footer-wrapper .sidebar .wpcf7-form select {
  border: solid 1px #dddddd;
}
footer.main-footer-wrapper .sidebar .form-contact-wrap.large-form .col {
  margin-bottom: 30px;
}
footer.main-footer-wrapper .sidebar .form-contact-wrap.large-form textarea {
  display: block;
}
footer.main-footer-wrapper .sidebar .form-contact-wrap.large-form input[type="text"],
footer.main-footer-wrapper .sidebar .form-contact-wrap.large-form input[type="tel"],
footer.main-footer-wrapper .sidebar .form-contact-wrap.large-form input[type="email"],
footer.main-footer-wrapper .sidebar .form-contact-wrap.large-form textarea {
  width: 100%;
}
footer.main-footer-wrapper .sidebar .widget_text.button-gray .p-button-light {
  border-color: #666;
  color: #aaa;
}
footer.main-footer-wrapper .sidebar .widget_text.button-gray .p-button-light:hover {
  border-color: #fff;
  color: #444;
}
footer.main-footer-wrapper .sidebar .widget_text {
  font-weight: 500;
  letter-spacing: 0.05em;
}
footer.main-footer-wrapper .sidebar .widget_text p {
  margin-bottom: 0;
  font-weight: 500;
  line-height: 3;
  font-size: 12px;
}
footer.main-footer-wrapper .sidebar .mc4wp-form input[type="text"],
footer.main-footer-wrapper .sidebar .mc4wp-form input[type="search"],
footer.main-footer-wrapper .sidebar .mc4wp-form input[type="email"],
footer.main-footer-wrapper .sidebar .mc4wp-form input[type="url"],
footer.main-footer-wrapper .sidebar .mc4wp-form input[type="password"],
footer.main-footer-wrapper .sidebar .mc4wp-form input[type="tel"],
footer.main-footer-wrapper .sidebar .mc4wp-form textarea,
footer.main-footer-wrapper .sidebar .mc4wp-form select {
  background-color: transparent;
  width: 100%;
}
footer.main-footer-wrapper .sidebar .widget-social-profile p.follow-text {
  display: inline-block;
  margin-right: 15px;
  font-weight: 400;
  color: #444444;
}
footer.main-footer-wrapper .sidebar .widget-social-profile ul.social-profile {
  display: inline-block;
  vertical-align: middle;
}
footer.main-footer-wrapper .sidebar .widget-social-profile ul.social-profile li {
  margin-bottom: 0;
}
footer.main-footer-wrapper .main-footer {
  padding: 80px 0 60px 0;
  background-color: rgba(0, 0, 0, 0);
}
footer.main-footer-wrapper .bottom-bar-wrapper {
  background-color: #ffffff;
  padding-top: 7px;
  padding-bottom: 7px;
  color: #666666;
  font-size: 13px;
  font-family: 'Poppins';
  line-height: 36px;
}
footer.main-footer-wrapper .bottom-bar-wrapper.top-border-solid {
  border-top: 1px solid #eeeeee;
}
footer.main-footer-wrapper .bottom-bar-wrapper.top-border-gradient {
  border-top: 3px solid #8dd0e1;
}
footer.main-footer-wrapper .bottom-bar-wrapper.top-border-light {
  border-top: 3px solid #fff;
}
footer.main-footer-wrapper .bottom-bar-wrapper.top-border-gray {
  border-top: 3px solid #ccc;
}
footer.main-footer-wrapper .bottom-bar-wrapper.top-border-dark {
  border-top: 3px solid #444;
}
footer.main-footer-wrapper .bottom-bar-wrapper.bottom-bordered {
  border-bottom: 1px solid #eeeeee;
}
footer.main-footer-wrapper .bottom-bar-wrapper ul.social-profile li {
  margin-bottom: 0;
}
footer.main-footer-wrapper .bottom-bar-wrapper .widget_archive li,
footer.main-footer-wrapper .bottom-bar-wrapper .widget_categories li,
footer.main-footer-wrapper .bottom-bar-wrapper .widget_pages li,
footer.main-footer-wrapper .bottom-bar-wrapper .widget_nav_menu > div li,
footer.main-footer-wrapper .bottom-bar-wrapper .woocommerce .widget_product_categories li,
footer.main-footer-wrapper .bottom-bar-wrapper .widget_layered_nav li {
  display: inline-block;
}
footer.main-footer-wrapper .bottom-bar-wrapper .widget_archive > ul > li > a,
footer.main-footer-wrapper .bottom-bar-wrapper .widget_categories > ul > li > a,
footer.main-footer-wrapper .bottom-bar-wrapper .widget_pages > ul > li > a,
footer.main-footer-wrapper .bottom-bar-wrapper .widget_nav_menu > div > ul > li > a,
footer.main-footer-wrapper .bottom-bar-wrapper .woocommerce .widget_product_categories > ul > li > a,
footer.main-footer-wrapper .bottom-bar-wrapper .widget_layered_nav > ul > li > a {
  font-weight: 500;
}
footer.main-footer-wrapper .bottom-bar-wrapper .widget_archive > ul > li > a:before,
footer.main-footer-wrapper .bottom-bar-wrapper .widget_categories > ul > li > a:before,
footer.main-footer-wrapper .bottom-bar-wrapper .widget_pages > ul > li > a:before,
footer.main-footer-wrapper .bottom-bar-wrapper .widget_nav_menu > div > ul > li > a:before,
footer.main-footer-wrapper .bottom-bar-wrapper .woocommerce .widget_product_categories > ul > li > a:before,
footer.main-footer-wrapper .bottom-bar-wrapper .widget_layered_nav > ul > li > a:before {
  display: none;
}
footer.main-footer-wrapper .bottom-bar-wrapper .widget_archive li + li,
footer.main-footer-wrapper .bottom-bar-wrapper .widget_categories li + li,
footer.main-footer-wrapper .bottom-bar-wrapper .widget_pages li + li,
footer.main-footer-wrapper .bottom-bar-wrapper .widget_nav_menu > div li + li,
footer.main-footer-wrapper .bottom-bar-wrapper .woocommerce .widget_product_categories li + li,
footer.main-footer-wrapper .bottom-bar-wrapper .widget_layered_nav li + li {
  margin-left: 30px;
  padding-top: 0;
}
footer.main-footer-wrapper .bottom-bar-wrapper .sidebar .widget_archive > ul > li > a,
footer.main-footer-wrapper .bottom-bar-wrapper .sidebar .widget_categories > ul > li > a,
footer.main-footer-wrapper .bottom-bar-wrapper .sidebar .widget_pages > ul > li > a,
footer.main-footer-wrapper .bottom-bar-wrapper .sidebar .widget_nav_menu > div > ul > li > a,
footer.main-footer-wrapper .bottom-bar-wrapper .sidebar .woocommerce .widget_product_categories > ul > li > a,
footer.main-footer-wrapper .bottom-bar-wrapper .sidebar .widget_layered_nav > ul > li > a {
  line-height: 3;
  font-size: 12px;
}
footer.main-footer-wrapper .expanded,
footer.main-footer-wrapper .collapse {
  display: block;
  visibility: visible;
  cursor: pointer;
}
footer.main-footer-wrapper .collapse:before {
  content: "\f054";
  font-family: "fontawesome";
  position: absolute;
  right: 10px;
}
footer.main-footer-wrapper .expanded:before {
  content: "\f078";
  font-family: "fontawesome";
  position: absolute;
  right: 10px;
}
body.footer-static {
  padding-bottom: 0;
}
body.footer-static footer.enable-parallax {
  position: relative !important;
  z-index: 1;
}
.footer-contact-info ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-contact-info li {
  line-height: 2.2;
  font-size: 13px;
  font-family: 'Poppins';
  font-weight: 400;
  display: table;
  margin-bottom: 15px;
}
.footer-contact-info i.fa,
.footer-contact-info i.icon {
  vertical-align: middle;
  color: #8dd0e1;
  font-size: 20px;
  display: table-cell;
  padding-right: 10px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  margin-left: 5px;
}
.footer-contact-info span {
  vertical-align: middle;
  display: table-cell;
}
@media only screen and (min-width: 992px) {
  footer.enable-parallax {
    position: fixed !important;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
    margin: auto;
    width: 100%;
    -webkit-backface-visibility: visible;
    -moz-backface-visibility: visible;
    -ms-backface-visibility: visible;
    backface-visibility: visible;
  }
  body.boxed footer.enable-parallax {
    max-width: 1200px;
  }
}
@media (max-width: 1199px) {
  footer.main-footer-wrapper .main-footer {
    margin-bottom: -40px;
  }
  footer.main-footer-wrapper .main-footer .sidebar {
    margin-bottom: 40px;
  }
  footer.main-footer-wrapper .bottom-bar-wrapper .sidebar.text-left,
  footer.main-footer-wrapper .bottom-bar-wrapper .sidebar.text-right {
    text-align: center;
  }
  footer.main-footer-wrapper .bottom-bar-wrapper .sidebar + .sidebar {
    margin-top: 5px;
  }
}
@media (max-width: 767px) {
  footer.main-footer-wrapper.footer-collapse-able h4.widget-title {
    margin-bottom: 0;
  }
  footer.main-footer-wrapper.footer-collapse-able h4.widget-title + div,
  footer.main-footer-wrapper.footer-collapse-able h4.widget-title + ul {
    padding-top: 20px;
    margin: 0;
  }
  footer.main-footer-wrapper.footer-collapse-able .main-footer {
    padding-top: 40px;
    padding-bottom: 95px;
  }
  footer.main-footer-wrapper.footer-collapse-able .main-footer .sidebar {
    margin-bottom: 0;
  }
  footer.main-footer-wrapper.footer-collapse-able .main-footer .sidebar + .sidebar {
    margin-top: 20px;
  }
  footer.main-footer-wrapper.footer-collapse-able .main-footer .sidebar ul.instagram-pics + p {
    display: none;
  }
  footer.main-footer-wrapper .col-sm-6:nth-child(2n+1) {
    clear: both;
  }
  .sidebar .two-col ul > li {
    width: auto;
    float: none;
  }
}
/**
 * 5.0 - Widget
 * ----------------------------------------------------------------------------
 */
.search-form {
  position: relative;
}
.search-form input[type="text"] {
  width: 100%;
  height: 44px;
  padding-right: 44px;
  outline: none;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  border-radius: 22px;
}
.search-form input[type="text"]:focus + button i {
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  visibility: visible;
  opacity: 1;
}
.search-form button[type="submit"] {
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  padding: 0;
  height: 44px;
  width: 44px;
  background-color: transparent;
  color: #444;
  font-size: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.search-form button[type="submit"] i {
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  font-size: 15px;
  visibility: collapse;
  opacity: 0;
}
.search-form button[type="submit"]:hover i {
  color: #8dd0e1;
}
.search-form-lg {
  position: relative;
}
.search-form-lg .search-form {
  position: static;
  margin-right: 135px;
}
.search-form-lg input[type="text"] {
  height: 50px;
  padding-right: 15px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.search-form-lg button[type="submit"] {
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  width: 120px;
  font-family: 'Poppins';
  font-size: 13px;
  letter-spacing: 0.1em;
  line-height: 50px;
  text-align: center;
  background-color: #8dd0e1;
  color: #fff;
}
.search-form-lg button[type="submit"] i {
  display: none;
}
.search-form-lg button[type="submit"]:hover {
  background-color: #444;
}
.archive-search-box .search-form-lg input[type="text"] {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.screen-reader-text {
  display: none;
}
/*-------------------------------------
CALENDAR
---------------------------------------*/
#wp-calendar {
  width: 100%;
}
#wp-calendar caption {
  font-family: 'Poppins';
  text-transform: uppercase;
  text-align: right;
  font-size: 12px;
  margin-top: 0;
  margin-bottom: 15px;
  padding: 0;
}
#wp-calendar thead {
  font-size: 10px;
  font-family: 'Poppins';
}
#wp-calendar thead th {
  padding-bottom: 10px;
  text-align: center;
}
#wp-calendar tbody {
  font-size: 13px;
}
#wp-calendar tbody td {
  background: #eeeeee;
  border: 1px solid #fff;
  text-align: center;
  padding: 8px;
}
#wp-calendar tbody td.pad:hover {
  background: transparent !important;
}
#wp-calendar tbody td:hover {
  color: #fff;
}
#wp-calendar tbody td:hover a {
  color: #fff;
}
#wp-calendar tbody .pad {
  background: none;
}
#wp-calendar tfoot #next {
  font-size: 10px;
  text-transform: uppercase;
  text-align: right;
  font-family: 'Poppins';
}
#wp-calendar tfoot #prev {
  font-size: 10px;
  text-transform: uppercase;
  padding-top: 10px;
  font-family: 'Poppins';
}
/* -----------------------------------------------------------------------------
 * Widget: price filter
 * -------------------------------------------------------------------------- */
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background-color: #eee;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0 4px;
}
.woocommerce .widget_price_filter .ui-slider-horizontal {
  height: 8px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: #eee;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  width: 10px;
  height: 10px;
  background-color: #8dd0e1;
  top: -1px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.woocommerce .widget_price_filter .price_slider_amount {
  margin-top: 35px;
}
.woocommerce .widget_price_filter .price_slider_amount .price_label {
  font-family: 'Poppins';
  font-size: 13px;
  text-align: left;
  line-height: 34px;
  font-weight: 500;
}
.woocommerce .widget_price_filter .price_slider_amount .price_label span {
  color: #8dd0e1;
}
.woocommerce .widget_price_filter .price_slider_amount .button {
  float: right;
  min-width: 86px;
  font-size: 13px;
  padding: 9.5px 15px;
}
.widget_layered_nav_filters ul li.chosen {
  margin: 0 5px;
}
.widget_layered_nav_filters ul li.chosen span.amount {
  font-weight: 500;
  color: #8dd0e1;
}
.widget-title {
  font-family: 'Poppins';
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 35px;
  position: relative;
}
.widget-title span {
  vertical-align: middle;
}
.widget-title:after {
  display: inline-block;
  content: "";
  width: 40px;
  height: 2px;
  background: #8dd0e1;
  vertical-align: middle;
  margin-left: 8px;
}
.widget-title.no-bottom-border:after {
  display: none;
}
.tagcloud {
  font-size: 0;
}
.tagcloud a {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  display: inline-block;
  font-weight: 400;
  padding: 0 17px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 10px;
  margin-right: 7px;
  line-height: 28px;
  height: 28px;
  font-size: 12px;
  background-color: #eeeeee;
  letter-spacing: 0.05em;
}
.tagcloud a:last-child {
  margin-right: 0;
}
.tagcloud a:hover {
  color: #FFFFFF;
  text-decoration: none;
  background-color: rgba(141, 208, 225, 0.8);
}
.woocommerce .widget_layered_nav ul li {
  padding: 10px 0 0 0;
}
.woocommerce .widget_layered_nav ul li a {
  padding: 0 0 0 10px;
}
.woocommerce .widget_layered_nav ul li span {
  float: right;
  padding: 0 10px 0 0;
}
.widget_meta > ul,
.widget_recent_comments > ul,
.widget_recent_entries > ul,
.widget_rss > ul {
  padding: 0;
  margin: 0;
  letter-spacing: 0.05em;
  line-height: 2.2;
  list-style-type: none;
}
.widget_meta > ul > li:first-child,
.widget_recent_comments > ul > li:first-child,
.widget_recent_entries > ul > li:first-child,
.widget_rss > ul > li:first-child {
  padding-top: 0;
}
.widget_meta li,
.widget_recent_comments li,
.widget_recent_entries li,
.widget_rss li {
  padding-top: 10px;
  margin-bottom: 10px;
}
.widget_meta li:last-child,
.widget_recent_comments li:last-child,
.widget_recent_entries li:last-child,
.widget_rss li:last-child {
  margin-bottom: 0;
}
.widget_meta li + li,
.widget_recent_comments li + li,
.widget_recent_entries li + li,
.widget_rss li + li {
  margin-top: 10px;
  border-top: 1px solid #eeeeee;
}
.widget_archive > ul,
.widget_categories > ul,
.widget_product_categories > ul,
.widget_pages > ul,
.widget_nav_menu > div > ul,
.woocommerce .widget_product_categories > ul,
.widget_layered_nav > ul {
  font-family: 'Poppins';
  list-style: none;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #eeeeee;
  margin: 0;
  line-height: 25px;
  letter-spacing: 0.05em;
  font-size: 12px;
  text-transform: uppercase;
}
.widget_archive > ul > li:first-child,
.widget_categories > ul > li:first-child,
.widget_product_categories > ul > li:first-child,
.widget_pages > ul > li:first-child,
.widget_nav_menu > div > ul > li:first-child,
.woocommerce .widget_product_categories > ul > li:first-child,
.widget_layered_nav > ul > li:first-child {
  padding-top: 0;
}
.widget_archive > ul > li > a,
.widget_categories > ul > li > a,
.widget_product_categories > ul > li > a,
.widget_pages > ul > li > a,
.widget_nav_menu > div > ul > li > a,
.woocommerce .widget_product_categories > ul > li > a,
.widget_layered_nav > ul > li > a {
  padding-left: 10px;
}
.widget_archive li,
.widget_categories li,
.widget_product_categories li,
.widget_pages li,
.widget_nav_menu > div li,
.woocommerce .widget_product_categories li,
.widget_layered_nav li {
  padding-top: 10px;
  margin-bottom: 10px;
}
.widget_archive li:last-child,
.widget_categories li:last-child,
.widget_product_categories li:last-child,
.widget_pages li:last-child,
.widget_nav_menu > div li:last-child,
.woocommerce .widget_product_categories li:last-child,
.widget_layered_nav li:last-child {
  margin-bottom: 0;
}
.widget_archive li .show_count,
.widget_categories li .show_count,
.widget_product_categories li .show_count,
.widget_pages li .show_count,
.widget_nav_menu > div li .show_count,
.woocommerce .widget_product_categories li .show_count,
.widget_layered_nav li .show_count {
  float: right;
}
.widget_archive li + li,
.widget_categories li + li,
.widget_product_categories li + li,
.widget_pages li + li,
.widget_nav_menu > div li + li,
.woocommerce .widget_product_categories li + li,
.widget_layered_nav li + li {
  margin-top: 10px;
  border-top: 1px solid #eeeeee;
}
.widget_archive a,
.widget_categories a,
.widget_product_categories a,
.widget_pages a,
.widget_nav_menu > div a,
.woocommerce .widget_product_categories a,
.widget_layered_nav a {
  color: inherit;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.widget_archive a:hover,
.widget_categories a:hover,
.widget_product_categories a:hover,
.widget_pages a:hover,
.widget_nav_menu > div a:hover,
.woocommerce .widget_product_categories a:hover,
.widget_layered_nav a:hover {
  text-decoration: none;
}
.widget_archive li > a:hover,
.widget_categories li > a:hover,
.widget_product_categories li > a:hover,
.widget_pages li > a:hover,
.widget_nav_menu > div li > a:hover,
.woocommerce .widget_product_categories li > a:hover,
.widget_layered_nav li > a:hover {
  color: #8dd0e1;
}
.widget_categories ul ul,
.widget_pages ul ul,
.widget_nav_menu > div ul ul,
.widget_product_categories ul ul {
  padding-left: 0;
  margin-top: 10px;
  border-top: 1px solid #eeeeee;
  list-style-type: none;
}
.widget_categories ul ul > li > a,
.widget_pages ul ul > li > a,
.widget_nav_menu > div ul ul > li > a,
.widget_product_categories ul ul > li > a {
  padding-left: 25px;
}
.widget_categories ul ul ul > li > a,
.widget_pages ul ul ul > li > a,
.widget_nav_menu > div ul ul ul > li > a,
.widget_product_categories ul ul ul > li > a {
  padding-left: 45px;
}
.widget_categories ul ul ul ul > li > a,
.widget_pages ul ul ul ul > li > a,
.widget_nav_menu > div ul ul ul ul > li > a,
.widget_product_categories ul ul ul ul > li > a {
  padding-left: 65px;
}
.widget_categories ul ul ul ul ul > li > a,
.widget_pages ul ul ul ul ul > li > a,
.widget_nav_menu > div ul ul ul ul ul > li > a,
.widget_product_categories ul ul ul ul ul > li > a {
  padding-left: 85px;
}
p.follow-text {
  margin-bottom: 15px;
}
ul.social-profile {
  list-style-type: none;
  padding: 0;
  margin: 0;
  color: #fff;
}
ul.social-profile a:hover {
  background-color: #8dd0e1;
  color: #8dd0e1;
}
ul.s-primary a {
  background-color: #8dd0e1;
  color: #8dd0e1;
}
ul.s-primary a:hover {
  background-color: #000;
  color: #fff;
}
ul.s-scheme-default {
  color: inherit;
}
ul.s-secondary a {
  background-color: #8dd0e1;
  color: #8dd0e1;
}
ul.s-secondary a:hover {
  background-color: #000;
  color: #fff;
}
ul.s-light a {
  background-color: #fff;
  color: #fff;
}
ul.s-dark a {
  background-color: #000;
  color: #000;
}
ul.s-gray a {
  background-color: #777;
  color: #777;
}
ul.s-light-gray-1 a {
  background-color: #ccc;
  color: #ccc;
}
ul.s-light-gray-2 a {
  background-color: #bbb;
  color: #bbb;
}
ul.s-light-gray-3 a {
  background-color: #bababa;
  color: #bababa;
}
ul.s-dark-gray-1 a {
  background-color: #444;
  color: #444;
}
ul.s-dark-gray-2 a {
  background-color: #666;
  color: #666;
}
ul.s-dark-gray-3 a {
  background-color: #888;
  color: #888;
}
ul.s-rounded {
  font-size: 0;
}
ul.s-rounded li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  margin-bottom: 5px;
}
ul.s-rounded li:last-child {
  margin-right: 0;
}
ul.s-rounded a {
  display: block;
  text-align: center;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
ul.s-rounded.s-primary a,
ul.s-rounded.s-secondary a,
ul.s-rounded.s-dark a,
ul.s-rounded.s-dark-gray-1 a {
  color: #fff;
}
ul.s-rounded.s-light a {
  color: #444;
}
ul.s-rounded.s-light a:hover {
  color: #fff;
}
ul.s-rounded.s-gray a,
ul.s-rounded.s-light-gray-1 a,
ul.s-rounded.s-light-gray-2 a,
ul.s-rounded.s-light-gray-3 a,
ul.s-rounded.s-dark-gray-2 a,
ul.s-rounded.s-dark-gray-3 a {
  color: inherit;
}
ul.s-default {
  font-size: 0;
}
ul.s-default li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  margin-bottom: 5px;
}
ul.s-default li:last-child {
  margin-right: 0;
}
ul.s-default a {
  background-color: transparent;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
ul.s-default.s-primary a:hover,
ul.s-default.s-secondary a:hover {
  color: #444;
}
ul.s-icon-text li + li {
  margin-top: 15px;
}
ul.s-icon-text a {
  line-height: 1.7;
  letter-spacing: 0.05em;
  background-color: transparent;
}
ul.s-icon-text a:hover {
  background-color: transparent;
}
ul.s-icon-text i {
  margin-right: 15px;
  letter-spacing: 0;
}
ul.s-icon-text.s-primary a:hover,
ul.s-icon-text.s-secondary a:hover {
  color: #444;
}
ul.s-md i {
  font-size: 14px;
}
ul.s-md.s-rounded a {
  width: 30px;
  height: 30px;
}
ul.s-md.s-rounded i {
  line-height: 30px;
}
ul.s-lg i {
  font-size: 18px;
}
ul.s-lg.s-rounded a {
  width: 34px;
  height: 34px;
}
ul.s-lg.s-rounded i {
  line-height: 34px;
}
.s-dark-wrap ul.social-profile {
  color: #222;
}
.s-dark-wrap ul.s-rounded.s-gray a:hover,
.s-dark-wrap ul.s-rounded.s-light-gray-1 a:hover,
.s-dark-wrap ul.s-rounded.s-light-gray-2 a:hover,
.s-dark-wrap ul.s-rounded.s-light-gray-3 a:hover,
.s-dark-wrap ul.s-rounded.s-dark-gray-2 a:hover,
.s-dark-wrap ul.s-rounded.s-dark-gray-3 a:hover {
  background-color: #8dd0e1;
  color: #fff;
}
.s-dark-wrap ul.s-default.s-gray a:hover,
.s-dark-wrap ul.s-icon-text.s-gray a:hover,
.s-dark-wrap ul.s-default.s-light-gray-1 a:hover,
.s-dark-wrap ul.s-icon-text.s-light-gray-1 a:hover,
.s-dark-wrap ul.s-default.s-light-gray-2 a:hover,
.s-dark-wrap ul.s-icon-text.s-light-gray-2 a:hover,
.s-dark-wrap ul.s-default.s-light-gray-3 a:hover,
.s-dark-wrap ul.s-icon-text.s-light-gray-3 a:hover,
.s-dark-wrap ul.s-default.s-dark-gray-2 a:hover,
.s-dark-wrap ul.s-icon-text.s-dark-gray-2 a:hover,
.s-dark-wrap ul.s-default.s-dark-gray-3 a:hover,
.s-dark-wrap ul.s-icon-text.s-dark-gray-3 a:hover {
  color: #8dd0e1;
}
/*Widget Post*/
.widget_posts_item {
  padding-bottom: 20px;
  font-size: 12px;
  line-height: 2;
}
.widget_posts_item:last-child {
  padding-bottom: 0;
}
.widget_posts_item + .widget_posts_item {
  padding-top: 20px;
  border-top: 1px solid #eeeeee;
}
.widget-posts-thumbnail {
  width: 100px;
  float: left;
  margin-right: 15px;
}
.widget-posts-thumbnail .entry-thumbnail a.prettyPhoto {
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 10px;
}
.widget-posts-content-wrap {
  position: relative;
  overflow: hidden;
}
.widget-posts-title {
  display: block;
  margin-bottom: 5px;
  margin-top: -5px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #444444;
  text-transform: uppercase;
}
.widget-posts-title:hover {
  text-decoration: none;
  color: #8dd0e1;
}
.widget_posts_item .owl-theme .owl-controls {
  display: none !important;
}
/*Widget Recent Twitter*/
.widget-twitter-item {
  line-height: 2.2;
}
.widget-twitter-item a {
  color: #8dd0e1;
}
.widget-twitter-item i {
  font-size: 18px;
  float: left;
  margin-top: 10px;
  margin-right: 15px;
}
.twitter-content {
  position: relative;
  overflow: hidden;
}
.widget-twitter-item + .widget-twitter-item {
  margin-top: 25px;
}
.twitter-time {
  color: #333;
  margin-top: 5px;
  display: block;
}
/*Widget Instagram*/
ul.instagram-pics {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
}
ul.instagram-pics li {
  display: inline-block;
  padding: 0;
  margin: 0;
}
ul.instagram-pics a {
  display: block;
  position: relative;
  overflow: hidden;
}
ul.instagram-pics a:before {
  content: "";
  position: absolute;
  width: 101%;
  height: 101%;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  opacity: 0;
}
ul.instagram-pics a:hover:before {
  opacity: 1;
}
ul.instagram-pics a img {
  width: 100%;
}
ul.instagram-pics + p {
  font-family: 'Poppins';
  color: #8dd0e1;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin: 10px 0 0 0;
}
ul.instagram-pics + p:hover a {
  border-bottom: 1px solid #8dd0e1;
}
.instagram-col-2 ul.instagram-pics li {
  width: 50%;
}
.instagram-col-3 ul.instagram-pics li {
  width: 33.33333333%;
}
.instagram-col-4 ul.instagram-pics li {
  width: 25%;
}
.instagram-col-5 ul.instagram-pics li {
  width: 20%;
}
.instagram-col-6 ul.instagram-pics li {
  width: 16.66666667%;
}
.instagram-col-8 ul.instagram-pics li {
  width: 12.5%;
}
.instagram-padding-2 ul.instagram-pics {
  margin-left: -2px;
  margin-right: -2px;
  margin-top: -2px;
}
.instagram-padding-2 ul.instagram-pics li {
  padding: 2px;
}
.instagram-padding-3 ul.instagram-pics {
  margin-left: -3px;
  margin-right: -3px;
  margin-top: -3px;
}
.instagram-padding-3 ul.instagram-pics li {
  padding: 3px;
}
/* Widget Recent Portfolio */
.widget-recent-portfolio ul {
  font-size: 0;
  padding: 0;
  list-style: none;
  margin: 0 -2px;
}
.widget-recent-portfolio ul li {
  display: inline-block;
  padding: 2px;
  width: 100%;
}
.widget-recent-portfolio ul li a {
  display: block;
  position: relative;
  overflow: hidden;
}
.widget-recent-portfolio ul li a:before {
  content: "";
  position: absolute;
  display: block;
  width: 101%;
  height: 101%;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.widget-recent-portfolio ul li a:hover:before {
  opacity: 1;
}
.widget-recent-portfolio ul.columns-2 li {
  width: 50%;
}
.widget-recent-portfolio ul.columns-3 li {
  width: 33.33333333333333%;
}
.widget-recent-portfolio ul.columns-4 li {
  width: 25%;
}
.widget-recent-portfolio ul.columns-5 li {
  width: 20%;
}
.widget-recent-portfolio ul.columns-6 li {
  width: 16.66666666666667%;
}
/* Widget Banner*/
.widget-banner .widget-image-wrap a {
  display: block;
  position: relative;
  overflow: hidden;
}
.widget-banner .widget-image-wrap a:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  z-index: 1;
  -webkit-transition: opacity 0.35s linear;
  -moz-transition: opacity 0.35s linear;
  -ms-transition: opacity 0.35s linear;
  -o-transition: opacity 0.35s linear;
  transition: opacity 0.35s linear;
}
.widget-banner .widget-image-wrap a img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  width: 100%;
  height: auto;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.widget-banner .widget-image-wrap a:hover:before {
  opacity: 1;
}
.widget-banner .widget-image-wrap a:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
/* widget_shopping_cart */
.widget_shopping_cart .widget_shopping_cart_content .widget_shopping_cart_icon {
  text-align: right;
  color: #8dd0e1;
}
.widget_shopping_cart .widget_shopping_cart_content .widget_shopping_cart_icon i {
  font-size: 12px;
}
.widget_shopping_cart .widget_shopping_cart_content .widget_shopping_cart_icon span {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  border: none;
  padding: 0;
}
.widget_shopping_cart .widget_shopping_cart_content .cart_list_wrapper ul.cart_list li {
  padding: 15px 0;
}
.widget_shopping_cart .widget_shopping_cart_content .cart_list_wrapper ul.cart_list li .cart-right {
  position: relative;
  float: none;
}
.widget_shopping_cart .widget_shopping_cart_content .cart_list_wrapper ul.cart_list li .cart-right a {
  display: block;
}
.widget_shopping_cart .widget_shopping_cart_content .cart_list_wrapper ul.cart_list li .cart-right a:first-child {
  margin-right: 20px;
}
.widget_shopping_cart .widget_shopping_cart_content .cart_list_wrapper ul.cart_list li .cart-right span.amount {
  font-weight: 500;
  color: #8dd0e1;
}
.widget_shopping_cart .widget_shopping_cart_content .cart_list_wrapper ul.cart_list li .cart-right a.mini-cart-remove {
  position: absolute;
  top: 1px;
  right: 5px;
}
.widget_shopping_cart .widget_shopping_cart_content .cart_list_wrapper ul.cart_list li .cart-left {
  border: 1px solid #eeeeee;
  margin-right: 10px;
  overflow: hidden;
  float: left;
}
.widget_shopping_cart .widget_shopping_cart_content .cart_list_wrapper ul.cart_list li .cart-left img {
  width: 60px;
}
.widget_shopping_cart .widget_shopping_cart_content .mini-cart-footer .cart-total {
  padding: 15px 6px 15px 0;
  border-top: 1px solid #8dd0e1;
}
.widget_shopping_cart .widget_shopping_cart_content .mini-cart-footer .cart-total > div {
  line-height: 2.2;
}
.widget_shopping_cart .widget_shopping_cart_content .mini-cart-footer .cart-total .cart-total-left {
  float: right;
}
.widget_shopping_cart .widget_shopping_cart_content .mini-cart-footer .cart-total .cart-total-left span {
  display: none;
}
.widget_shopping_cart .widget_shopping_cart_content .mini-cart-footer .cart-total .cart-total-right {
  float: left;
}
.widget_shopping_cart .widget_shopping_cart_content .mini-cart-footer .cart-total .cart-total-right p {
  padding: 0;
  margin: 0;
  border: none;
}
.widget_shopping_cart .widget_shopping_cart_content .mini-cart-footer .cart-total .cart-total-right p span.amount {
  font-weight: 500;
  color: #8dd0e1;
}
.widget_shopping_cart .widget_shopping_cart_content .mini-cart-footer .cart-button-wrapper p.buttons .button {
  padding: 9.5px 15px !important;
  margin: 5px 0;
}
.product-widget-thumb {
  float: left;
  width: 64px;
  margin-right: 15px;
  position: relative;
}
.product-widget-thumb .product-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s all 0.001s ease-out;
  -moz-transition: 0.3s all 0.001s ease-out;
  -ms-transition: 0.3s all 0.001s ease-out;
  -o-transition: 0.3s all 0.001s ease-out;
  transition: 0.3s all 0.001s ease-out;
}
.product-widget-thumb .product-quick-view {
  font-size: 0;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 14px;
  left: 0;
  right: 0;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  z-index: 3;
  -webkit-transition: 0.3s all 0.001s ease-out;
  -moz-transition: 0.3s all 0.001s ease-out;
  -ms-transition: 0.3s all 0.001s ease-out;
  -o-transition: 0.3s all 0.001s ease-out;
  transition: 0.3s all 0.001s ease-out;
}
.product-widget-thumb .product-quick-view i {
  font-size: 14px;
  line-height: 1.2;
}
.product-widget-inner {
  position: relative;
  overflow: hidden;
}
.product-widget-cat,
.product-widget-title {
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.product-widget-price-wrap .star-rating {
  float: none;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.product-widget-price-wrap .star-rating + .price {
  display: inline-block !important;
  vertical-align: middle;
}
.woocommerce ul.product_list_widget li {
  padding: 0 0 15px 0;
  margin: 0;
}
.woocommerce ul.product_list_widget li + li {
  padding-top: 15px;
  border-top: 1px solid #eeeeee;
}
.woocommerce ul.product_list_widget li img {
  float: none;
  margin: 0;
  width: 100%;
}
.woocommerce ul.product_list_widget li:hover .product-widget-thumb .product-link,
.woocommerce ul.product_list_widget li:hover .product-widget-thumb .product-quick-view {
  opacity: 1;
  visibility: visible;
}
.woocommerce ul.product_list_widget li a {
  display: inline-block;
  font-weight: 500;
}
.yith-woocompare-widget .clear-all {
  line-height: 34px;
}
.yith-woocompare-widget .button {
  padding: 9.5px 15px !important;
}
.sidebar aside + aside,
.wpb_widgetised_column aside + aside {
  margin-top: 30px;
}
.sidebar select,
.wpb_widgetised_column select {
  width: 100%;
}
.sidebar .widget-contact-info,
.wpb_widgetised_column .widget-contact-info {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sidebar .widget-contact-info > li > i.fa,
.wpb_widgetised_column .widget-contact-info > li > i.fa {
  width: 18px;
}
.sidebar .mail-chimp-wrapper > p,
.wpb_widgetised_column .mail-chimp-wrapper > p {
  line-height: 28px;
}
.sidebar .mail-chimp-wrapper .mail-chimp-button,
.wpb_widgetised_column .mail-chimp-wrapper .mail-chimp-button {
  position: relative;
}
.sidebar .mail-chimp-wrapper .mail-chimp-button > input,
.wpb_widgetised_column .mail-chimp-wrapper .mail-chimp-button > input {
  background-color: #fbfbfb;
  color: #222;
  border: none;
  line-height: 1;
  height: 30px;
  width: 100%;
}
.sidebar .mail-chimp-wrapper .mail-chimp-button > button,
.wpb_widgetised_column .mail-chimp-wrapper .mail-chimp-button > button {
  border: none;
  background: none;
  position: absolute;
  right: 5px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.sidebar .mail-chimp-wrapper .mail-chimp-button > button > span,
.wpb_widgetised_column .mail-chimp-wrapper .mail-chimp-button > button > span {
  display: none;
}
.sidebar .footer-logo .sub-description,
.wpb_widgetised_column .footer-logo .sub-description {
  padding-top: 25px;
  line-height: 2.2;
  margin-bottom: 0;
}
.sidebar .footer-logo .footer-logo-read-more,
.wpb_widgetised_column .footer-logo .footer-logo-read-more {
  padding-top: 20px;
}
.sidebar .footer-logo .footer-logo-read-more .right-angle,
.wpb_widgetised_column .footer-logo .footer-logo-read-more .right-angle {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #8dd0e1;
  text-align: center;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  margin-right: 5px;
}
.sidebar .footer-logo .footer-logo-read-more .right-angle i,
.wpb_widgetised_column .footer-logo .footer-logo-read-more .right-angle i {
  color: #ffffff;
  font-size: 16px;
  margin-left: 1px;
}
.sidebar .footer-logo .footer-logo-read-more a,
.wpb_widgetised_column .footer-logo .footer-logo-read-more a {
  color: #8dd0e1;
}
.sidebar .footer-logo .footer-logo-read-more a:hover,
.wpb_widgetised_column .footer-logo .footer-logo-read-more a:hover {
  border-bottom: 1px solid #8dd0e1;
}
.sidebar .widget-text-intro,
.wpb_widgetised_column .widget-text-intro {
  font-size: 24px;
  text-align: center;
  border: dashed 3px #c5c5c5;
  padding: 55px 10px;
  font-weight: 400;
}
.widget-payment-gate {
  padding-top: 10px;
}
.widget-payment-gate .payment-gate {
  list-style: none;
  display: inline-block;
}
.widget-payment-gate li {
  float: left;
  display: inline-block;
  padding-right: 4px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.widget-payment-gate li:last-child {
  padding-right: 0;
}
.widget-payment-gate li:hover {
  opacity: 0.6;
}
.widget-payment-gate image {
  max-width: 46px;
  max-height: 28px;
}
.widget-partner-carousel .owl-carousel .owl-item {
  height: 180px;
  display: table;
  text-align: center;
}
.widget-slideshow-images {
  position: relative;
}
.widget-slideshow-images .description {
  margin-top: 20px;
}
.widget-slideshow-images .description .center {
  text-align: center;
}
.widget-slideshow-images .description .right {
  text-align: right;
}
.widget-slideshow-images .owl-carousel .owl-controls .owl-nav > div {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  border: solid 2px #fff;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  background-color: transparent;
  opacity: 0.4;
}
.widget-slideshow-images .owl-carousel .owl-controls .owl-nav > div:hover {
  opacity: 1;
}
.widget-slideshow-images .owl-carousel .owl-controls .owl-nav > div.owl-prev {
  left: 20px;
}
.widget-slideshow-images .owl-carousel .owl-controls .owl-nav > div.owl-next {
  right: 20px;
}
.widget-free-text {
  position: relative;
}
.widget-free-text .title .center,
.widget-free-text .description .center {
  text-align: center;
}
.widget-free-text .title .right,
.widget-free-text .description .right {
  text-align: right;
}
.widget-free-text .title {
  margin-top: 20px;
  font-size: 14px;
  margin-bottom: 0;
}
.widget-free-text .description {
  margin-top: 10px;
}
.widget-free-text .description p {
  margin-bottom: 15px;
}
.widget-free-text .link a {
  text-transform: uppercase;
  letter-spacing: 1px;
}
.widget-accordion .panel-default {
  border-radius: 0px;
  border: solid 1px #ddd;
  margin-bottom: 15px;
}
.widget-accordion .panel-heading {
  background-color: transparent;
  padding: 0;
  border: none;
  position: relative;
}
.widget-accordion .panel-heading h4.panel-title {
  margin-bottom: 0;
}
.widget-accordion .panel-heading a[data-toggle='collapse'] {
  display: block;
  width: 100%;
  padding: 15px 15px 15px 20px;
  font-size: 14px;
}
.widget-accordion .panel-heading a[data-toggle='collapse'] span {
  padding-left: 20px;
}
.widget-accordion .panel-heading a[data-toggle='collapse']:before {
  content: "\f105";
  font-family: fontawesome;
  position: absolute;
  top: 13px;
  font-size: 18px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.widget-accordion .panel-heading a[aria-expanded='true'] {
  background-color: #333;
  border-color: #333;
  color: #fff;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.widget-accordion .panel-heading a[aria-expanded='true']:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.widget-accordion .panel-heading a[aria-expanded='false']:focus,
.widget-accordion .panel-heading a[aria-expanded='false']:active {
  color: #333;
}
.widget-accordion .panel-content {
  padding: 15px;
}
.widget-accordion .panel-content .description {
  margin-top: 15px;
}
.widget-accordion .panel-content p {
  margin-bottom: 0;
}
.widget_recent_reviews ul.product_list_widget li a:first-child {
  display: block;
}
.widget_recent_reviews ul.product_list_widget li a:first-child img {
  width: 64px;
  float: left;
  overflow: hidden;
  margin-right: 10px;
}
footer.main-footer-wrapper .sidebar aside.widget-map-scroll-up {
  margin-top: 0;
}
.left-sidebar,
.right-sidebar {
  margin-bottom: 100px;
}
.widget-mailchimp {
  position: relative;
}
.widget-mailchimp .bg-img {
  padding-top: 130px;
  padding-bottom: 130px;
  background-size: cover;
  background-position: center center;
}
.widget-mailchimp .bg-mailchimp-overlay {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.55);
}
.widget-mailchimp input[type="email"] {
  background-color: transparent;
  width: 429px;
  display: inline-block;
}
.widget-mailchimp .entry-content.mailchimp input[type="submit"] {
  border: 0;
  padding: 18px 0 17px 0px;
  margin-left: 15px;
  width: 120px;
  min-width: 120px;
  display: inline;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
/* Mail Chimp */
.widget_mc4wp_form_widget .mailchimp-hide-label .mailchimp-label {
  display: none;
}
.widget_mc4wp_form_widget .mc4wp-form-fields p:last-child {
  margin-bottom: 0;
}
.widget_mc4wp_form_widget .mc4wp-form-fields p {
  margin-bottom: 10px;
}
.widget_mc4wp_form_widget .mc4wp-form-fields p.input-wrapper {
  display: block;
  position: relative;
}
.widget_mc4wp_form_widget .mc4wp-form-fields p.input-wrapper input {
  width: 100%;
}
.widget_mc4wp_form_widget .mc4wp-form-fields p.input-wrapper .mailchimp-submit {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 0;
  padding: 13px 12px;
}
.widget_mc4wp_form_widget .mc4wp-form-fields p.input-wrapper .mailchimp-submit i {
  display: block;
  font-size: 14px;
  margin: 0;
  padding: 0;
}
/* widget-services */
.widget-services ul.service-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.widget-services ul.service-list li img {
  float: left;
  margin-right: 10px;
  max-width: 100px;
}
.widget-services ul.service-list li .service-meta {
  overflow: hidden;
}
.widget-services ul.service-list li .service-meta h6 {
  color: #444444;
  text-transform: uppercase;
  margin-bottom: 0;
  line-height: 2.7;
  margin-top: -9px;
}
.widget-services ul.service-list li .service-meta p {
  margin-bottom: 0;
  line-height: 2.0;
}
.widget-services ul.service-list li:not(:last-child) {
  padding-bottom: 25px;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 25px;
}
h2.widgettitle {
  font-size: 14px;
  font-weight: 400;
}
h2.widgettitle:before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  margin-right: 10px;
  vertical-align: middle;
}
/* Ninja Form */
.widget_ninja_forms_widget .ninja-forms-form-wrap input,
.widget_ninja_forms_widget .ninja-forms-form-wrap select {
  height: 50px;
  width: 100% !important;
}
.widget_ninja_forms_widget .ninja-forms-form-wrap input[type='submit'] {
  color: #ffffff;
  border: 1px solid #8dd0e1;
  background-color: #8dd0e1;
  padding: 10px 25px;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.widget_ninja_forms_widget .ninja-forms-form-wrap input[type='submit']:hover {
  background-color: #fff;
  color: #8dd0e1;
}
@media (max-width: 320px) {
  .search-form-lg .search-form {
    margin: 0;
    text-align: center;
  }
  .search-form-lg button[type="submit"] {
    position: relative;
    margin-top: 20px;
  }
}
/**
 * 6.0 - Blog
 * ----------------------------------------------------------------------------
 */
.site-content-archive {
  margin-bottom: 50px;
}
.site-content-archive + .blog-paging-load-more,
.site-content-archive + .blog-paging-default,
.site-content-archive + .blog-paging-infinity-scroll {
  margin-bottom: 0;
}
.blog-wrap.masonry.layout-container-fluid {
  padding: 0 15px;
}
.blog-inner article {
  padding-bottom: 10px;
  border-bottom: 1px solid #eeeeee;
}
.blog-inner article:last-child {
  border-bottom: none;
}
.blog-inner article + article {
  margin-top: 50px;
}
.blog-inner.hide-excerpt .entry-excerpt {
  display: none;
}
.featured-post-wrapper {
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 50px;
}
.featured-post-wrapper .hide-post-meta .entry-content-footer {
  display: none;
}
.featured-post-wrapper article {
  padding-bottom: 40px !important;
}
.featured-post-wrapper.post-num-1 article {
  padding-bottom: 10px !important;
}
.entry-quote-wrap {
  background-color: #8dd0e1;
  border: 4px solid rgba(255, 255, 255, 0.2);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 35px 20px 25px 20px;
  color: #fff;
}
.entry-quote-wrap a:hover,
.entry-quote-wrap a:focus {
  color: inherit;
}
.entry-quote-wrap blockquote {
  padding: 0;
  margin: 0;
  border: none;
  position: relative;
  overflow: hidden;
}
.entry-quote-wrap blockquote:before {
  display: none;
}
.entry-quote-wrap p {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 2.2;
  font-family: inherit;
  font-style: normal;
  margin-bottom: 20px;
}
.entry-quote-wrap cite {
  font-family: 'Poppins';
  font-size: 18px;
  line-height: 2;
  text-transform: uppercase;
  display: block;
  text-align: right;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.entry-quote-wrap cite a:hover {
  color: inherit;
}
.entry-quote-wrap i {
  float: left;
  font-size: 28px;
  margin-right: 20px;
  margin-top: 5px;
}
.entry-link-wrap {
  background-color: #8dd0e1;
  border: 4px solid rgba(255, 255, 255, 0.2);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 35px 20px 25px 20px;
  color: #fff;
}
.entry-link-wrap p {
  margin: 0;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 2.2;
  position: relative;
  overflow: hidden;
}
.entry-link-wrap i {
  float: left;
  font-size: 28px;
  margin-right: 20px;
  margin-top: 5px;
}
.entry-link-wrap a:hover {
  color: inherit;
  text-decoration: underline;
}
.entry-thumbnail-wrap {
  margin-bottom: 25px;
}
.entry-thumbnail {
  position: relative;
}
.entry-thumbnail a.prettyPhoto {
  position: absolute;
  bottom: 0;
  width: 56px;
  height: 55px;
  right: 0;
  line-height: 54px;
  font-size: 16px;
  text-align: center;
  color: #FFFFFF;
  z-index: 2;
  opacity: 0;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.entry-thumbnail .entry-thumbnail-overlay:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  z-index: 1;
  background-color: rgba(17, 17, 17, 0.3);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.entry-thumbnail:hover .entry-thumbnail-overlay:before {
  opacity: 1;
}
.entry-thumbnail:hover a.prettyPhoto {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
article.format-video > .entry-thumbnail-wrap > .entry-thumbnail a.prettyPhoto {
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  opacity: 0.6;
  width: 80px;
  height: 80px;
  font-size: 80px;
  line-height: 80px;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.entry-thumbnail-overlay img {
  width: 100%;
  display: block;
}
h3.entry-post-title {
  font-size: 24px;
  margin-bottom: 15px;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-transform: uppercase;
}
h3.entry-post-title a {
  color: inherit;
}
.entry-post-meta-wrap {
  margin-bottom: 25px;
}
.entry-post-meta-wrap ul.entry-meta {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 0;
}
.entry-post-meta-wrap ul.entry-meta li {
  display: inline;
  font-size: 12px;
  line-height: 1.8;
  vertical-align: middle;
  color: #8dd0e1;
  letter-spacing: 0.1em;
}
.entry-post-meta-wrap ul.entry-meta li span {
  margin-bottom: 0;
  text-transform: none;
  color: inherit;
}
.entry-post-meta-wrap ul.entry-meta li a {
  color: inherit;
}
.entry-post-meta-wrap ul.entry-meta li a:hover {
  border-bottom: 1px solid #8dd0e1;
  line-height: 1;
}
.entry-post-meta-wrap ul.entry-meta li:last-child {
  margin-right: 0;
}
.entry-post-meta-wrap ul.entry-meta li.entry-meta-category {
  color: #8dd0e1;
}
.entry-excerpt p {
  margin-bottom: 0;
  line-height: 2.2;
}
.entry-content-footer {
  margin-top: 40px;
}
.entry-content-footer .share-button,
.entry-content-footer .share-link,
.entry-content-footer .read-more-button {
  letter-spacing: 0.1em;
  line-height: 2.2;
}
.entry-content-footer .share-button,
.entry-content-footer .share-link {
  display: inline-block;
  margin: 0;
  font-weight: 400;
}
.entry-content-footer .read-more-button {
  font-weight: 500;
  float: right;
  color: #8dd0e1;
}
.entry-content-footer .read-more-button:hover {
  text-decoration: underline;
}
.social-share-wrap .p-button-xs {
  display: none;
}
.social-share-hover .social-share-wrap {
  display: inline-block;
  position: relative;
}
.social-share-hover .social-share-wrap .share-button {
  display: inline-block;
  margin: 0;
  font-weight: 400;
}
.social-share-hover .social-share-wrap ul.social-profile {
  margin-left: 10px;
  display: inline-block;
  vertical-align: text-bottom;
}
/*jp-player*/
.jp-type-single {
  background-color: #444;
  color: #fff;
}
.jp-details {
  height: 100px;
  padding: 0 25px;
  position: relative;
  font-family: 'Poppins';
  font-size: 14px;
}
.jp-details:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.jp-details-inner {
  display: inline-block;
  max-width: 95%;
  vertical-align: middle;
}
.jp-title {
  text-transform: uppercase;
  line-height: 1.6;
  font-size: 14px;
  margin-right: 55px;
}
.jp-time-holder {
  display: block;
  height: 100px;
  position: absolute;
  right: 25px;
  top: 0;
  margin: auto;
  bottom: 0;
}
.jp-time-holder:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.jp-time-holder div {
  display: inline-block;
}
.jp-current-time {
  color: #8dd0e1;
}
.jp-interface {
  background-color: #666;
  height: 70px;
}
.jp-controls {
  width: 60px;
  height: 100%;
  display: inline-block;
  border-right: 1px solid #888;
  text-align: center;
  margin-right: 20px;
}
a.jp-play,
a.jp-pause {
  font-size: 30px;
}
a.jp-play i,
a.jp-pause i {
  line-height: 70px;
}
.jp-progress {
  display: inline-block;
  height: 100%;
  vertical-align: top;
  width: calc(100% - 110px);
  position: relative;
}
.jp-seek-bar {
  height: 11px;
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.jp-play-bar {
  background-size: 11px 11px;
  background-color: #8dd0e1;
  height: 100%;
}
.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.23931623931624%;
}
.embed-responsive.embed-responsive-blog-related {
  padding-bottom: 65%;
}
/*owl-carousel*/
.entry-thumbnail-wrap .owl-carousel .owl-controls .owl-nav .owl-prev,
.service-slideshow .owl-carousel .owl-controls .owl-nav .owl-prev,
.post-image .owl-carousel .owl-controls .owl-nav .owl-prev,
.entry-thumbnail-wrap .owl-carousel .owl-controls .owl-nav .owl-next,
.service-slideshow .owl-carousel .owl-controls .owl-nav .owl-next,
.post-image .owl-carousel .owl-controls .owl-nav .owl-next {
  position: absolute;
  width: 44px;
  height: 44px;
  line-height: 42px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.6);
  color: rgba(255, 255, 255, 0.6);
  font-size: 24px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
}
.entry-thumbnail-wrap .owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.service-slideshow .owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.post-image .owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.entry-thumbnail-wrap .owl-carousel .owl-controls .owl-nav .owl-next:hover,
.service-slideshow .owl-carousel .owl-controls .owl-nav .owl-next:hover,
.post-image .owl-carousel .owl-controls .owl-nav .owl-next:hover {
  color: #fff;
  border-color: #fff;
}
.entry-thumbnail-wrap .owl-carousel .owl-controls .owl-nav .owl-prev,
.service-slideshow .owl-carousel .owl-controls .owl-nav .owl-prev,
.post-image .owl-carousel .owl-controls .owl-nav .owl-prev {
  left: 20px;
}
.entry-thumbnail-wrap .owl-carousel .owl-controls .owl-nav .owl-next,
.service-slideshow .owl-carousel .owl-controls .owl-nav .owl-next,
.post-image .owl-carousel .owl-controls .owl-nav .owl-next {
  right: 20px;
}
.entry-thumbnail-wrap:hover .owl-carousel .owl-controls .owl-nav .owl-prev,
.service-slideshow:hover .owl-carousel .owl-controls .owl-nav .owl-prev,
.post-image:hover .owl-carousel .owl-controls .owl-nav .owl-prev,
.entry-thumbnail-wrap:hover .owl-carousel .owl-controls .owl-nav .owl-next,
.service-slideshow:hover .owl-carousel .owl-controls .owl-nav .owl-next,
.post-image:hover .owl-carousel .owl-controls .owl-nav .owl-next {
  opacity: 1;
}
@media (min-width: 992px) {
  .blog-style-large-image article.format-video > .entry-thumbnail-wrap > .entry-thumbnail a.prettyPhoto {
    width: 100px;
    height: 100px;
    font-size: 100px;
    line-height: 100px;
  }
  .blog-style-large-image.no-sidebar article {
    padding-bottom: 10px;
  }
  .blog-style-large-image.no-sidebar article + article {
    margin-top: 50px;
  }
}
@media (min-width: 768px) {
  .blog-style-medium-image article:not(.format-audio):not(.format-link):not(.format-quote) .entry-thumbnail-wrap {
    float: left;
    width: 50%;
    padding-right: 15px;
    margin-bottom: 0;
  }
  .blog-style-medium-image article:not(.format-audio):not(.format-link):not(.format-quote) .entry-thumbnail-wrap + .entry-content-wrap {
    float: right;
    width: 50%;
    padding-left: 15px;
  }
  .blog-style-medium-image article {
    padding-bottom: 40px;
  }
  .blog-style-medium-image article + article {
    margin-top: 40px;
  }
  .blog-style-medium-image .entry-excerpt p {
    max-height: 8.8em;
    overflow: hidden;
  }
  .blog-style-medium-image:not(.no-sidebar) h3.entry-post-title {
    font-size: 18px;
  }
  .blog-style-medium-image:not(.no-sidebar) .entry-post-meta-wrap ul.entry-meta li {
    font-size: 12px;
    line-height: 2.2;
    margin-right: 10px;
  }
  .blog-style-medium-image:not(.no-sidebar) article:not(.format-audio):not(.format-link):not(.format-quote) .entry-thumbnail-wrap {
    width: 44.44444444444444%;
  }
  .blog-style-medium-image:not(.no-sidebar) article:not(.format-audio):not(.format-link):not(.format-quote) .entry-thumbnail-wrap + .entry-content-wrap {
    width: 55.55555555555556%;
  }
}
@media (min-width: 768px) {
  .blog-style-masonry,
  .blog-style-grid {
    margin: 0 -15px;
  }
  .blog-style-masonry article,
  .blog-style-grid article {
    float: left;
    padding: 0 15px 35px 15px;
    border-bottom: none;
  }
  .blog-style-masonry .entry-thumbnail-wrap,
  .blog-style-grid .entry-thumbnail-wrap {
    margin-bottom: 0;
  }
  .blog-style-masonry .entry-content-wrap,
  .blog-style-grid .entry-content-wrap {
    padding-top: 20px;
  }
  .blog-style-masonry .entry-content-wrap h3,
  .blog-style-grid .entry-content-wrap h3 {
    margin-bottom: 10px !important;
  }
  .blog-style-masonry article + article,
  .blog-style-grid article + article {
    margin-top: 0;
  }
  .blog-style-masonry h3.entry-post-title,
  .blog-style-grid h3.entry-post-title {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 20px;
  }
  .blog-style-masonry .entry-post-meta-wrap ul.entry-meta li,
  .blog-style-grid .entry-post-meta-wrap ul.entry-meta li {
    font-size: 13px;
  }
  .blog-style-masonry .entry-post-meta-wrap ul.entry-meta li.entry-meta-category,
  .blog-style-grid .entry-post-meta-wrap ul.entry-meta li.entry-meta-category {
    display: none;
  }
  .blog-style-masonry .entry-post-meta-wrap,
  .blog-style-grid .entry-post-meta-wrap {
    margin-bottom: 15px;
  }
  .blog-style-masonry .jp-time-holder,
  .blog-style-grid .jp-time-holder {
    display: none;
  }
  .blog-style-masonry .jp-title,
  .blog-style-grid .jp-title {
    margin-right: 0;
    font-size: 12px;
    line-height: 2.2;
  }
  .blog-style-masonry .entry-content-footer,
  .blog-style-grid .entry-content-footer {
    display: none;
  }
  .blog-style-masonry .jp-details,
  .blog-style-grid .jp-details {
    height: 70px;
  }
  .blog-style-masonry .entry-excerpt p,
  .blog-style-grid .entry-excerpt p {
    max-height: 8.8em;
    overflow: hidden;
  }
  .blog-style-masonry.blog-col-2 article,
  .blog-style-grid.blog-col-2 article {
    width: 50%;
  }
  .blog-style-masonry.blog-col-3 article,
  .blog-style-grid.blog-col-3 article {
    width: 33.33333333333333%;
  }
  .blog-style-masonry.blog-col-4 article,
  .blog-style-grid.blog-col-4 article {
    width: 25%;
  }
  .blog-style-masonry.blog-col-5 article,
  .blog-style-grid.blog-col-5 article {
    width: 20%;
  }
}
@media (min-width: 768px) {
  .blog-style-timeline {
    padding-left: 200px;
    position: relative;
  }
  .blog-style-timeline:before {
    content: "";
    display: block;
    width: 5px;
    height: 100%;
    background-color: #eeeeee;
    position: absolute;
    left: 130px;
  }
  .blog-style-timeline article:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }
  .blog-style-timeline article {
    position: relative;
    padding-bottom: 10px;
  }
  .blog-style-timeline article .entry-quote-wrap {
    margin-bottom: 50px;
  }
  .blog-style-timeline article + article {
    margin-top: 60px;
  }
  .entry-timeline {
    position: absolute;
    top: 40px;
    left: -70px;
  }
  .timeline-note {
    width: 14px;
    height: 14px;
    background-color: #fff;
    display: block;
    border-radius: 100%;
    position: absolute;
    left: -4px;
    border: 1px solid #eee;
    padding: 2px;
  }
  .timeline-note:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background-color: #8dd0e1;
  }
  .timeline-note:after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
    border: 1px solid #8dd0e1;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
  }
  .blog-style-timeline article:hover .timeline-note:after {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 1;
  }
  .timeline-date {
    position: absolute;
    right: 12px;
    white-space: nowrap;
    background-color: #222;
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 10px 15px;
    font-size: 12px;
    line-height: 1;
    top: -9px;
  }
  .timeline-date:after {
    content: "";
    display: block;
    position: absolute;
    border: 5px solid transparent;
    border-left-color: #222;
    left: 100%;
    top: 50%;
    width: 0;
    height: 0;
    margin-top: -5px;
  }
}
.blog-paging-default {
  font-size: 0;
  position: relative;
}
.blog-paging-default ul.pagination {
  padding: 0;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.blog-paging-default .pagination > li > a,
.blog-paging-default .pagination > li > span {
  font-size: 14px;
  color: #444;
  font-family: 'Poppins';
  text-transform: uppercase;
  margin: 6px;
  padding: 0;
  border: 1px solid #8dd0e1;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-weight: 400;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.blog-paging-default .pagination > li > a:hover,
.blog-paging-default .pagination > li > span:hover,
.blog-paging-default .pagination > li > a:focus,
.blog-paging-default .pagination > li > span:focus,
.blog-paging-default .pagination > li > a.current,
.blog-paging-default .pagination > li > span.current {
  background-color: transparent;
  color: #8dd0e1;
}
.blog-paging-default .pagination > li > a span,
.blog-paging-default .pagination > li > span span,
.blog-paging-default .pagination > li > a i,
.blog-paging-default .pagination > li > span i {
  vertical-align: middle;
}
.blog-paging-default .pagination > li > a i,
.blog-paging-default .pagination > li > span i {
  margin-top: -2px;
}
.blog-paging-default .pagination > li > a:hover,
.blog-paging-default .pagination > li > span:hover {
  background-color: #8dd0e1;
  color: #fff;
  text-decoration: none;
  border-color: #ffffff;
}
.blog-paging-load-more .blog-load-more {
  border: 1px solid #8dd0e1;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  background-color: transparent;
  -moz-transition-duration: 0.6s;
  -webkit-transition-duration: 0.6s;
  -ms-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  transition-duration: 0.6s;
}
.blog-paging-load-more .blog-load-more > span[class^='fa'] {
  letter-spacing: 0;
}
.blog-paging-load-more .blog-load-more:hover {
  background-color: #8dd0e1;
  color: #fff;
  text-decoration: none;
  border-color: #ffffff;
}
.blog-paging-load-more,
.blog-paging-default {
  margin-top: 50px;
  text-align: center;
  padding: 50px 0;
  border-top: 1px solid #eeeeee;
}
.blog-paging-infinity-scroll #infscr-loading {
  padding-bottom: 50px;
}
.blog-paging-infinity-scroll #infscr-loading div {
  padding: 5px 0;
  color: #8dd0e1;
}
.masonry .blog-paging-load-more,
.masonry .blog-paging-default {
  border-top: 1px solid #eeeeee;
  margin-top: 0;
  padding-top: 35px;
}
.masonry .blog-paging-default {
  height: 80px;
  padding-top: 30px;
}
/* Search Pages*/
.archive-search-wrap {
  color: #525252;
}
.archive-search-result h6 {
  letter-spacing: 0.05em;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 25px;
  margin-bottom: 45px;
}
.archive-search-box {
  padding-bottom: 45px;
  border-bottom: 1px solid #eeeeee;
}
.archive-search-box h6 {
  margin-bottom: 15px;
}
.archive-search-box span {
  display: block;
  margin-bottom: 20px;
}
.archive-search-wrap-inner {
  margin-top: 50px;
}
.archive-search-wrap-inner article {
  padding-bottom: 10px;
  border-bottom: 1px solid #eeeeee;
}
.archive-search-wrap-inner article + article {
  margin-top: 55px;
}
.archive-search-wrap-inner .search-icon {
  width: 47px;
  height: 47px;
  background: #eee;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  float: left;
  position: relative;
  text-align: center;
}
.archive-search-wrap-inner span.icon-menu {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
}
.archive-search-wrap-inner .entry-content-wrap {
  position: relative;
  overflow: hidden;
  padding-left: 25px;
}
.archive-search-wrap-inner h3.entry-post-title {
  font-size: 18px;
  margin-bottom: 15px;
}
.archive-search-wrap-inner .entry-post-type {
  font-style: italic;
}
.archive-search-wrap-inner .entry-excerpt {
  margin-top: 20px;
}
span.icon-menu {
  width: 15px;
  height: 1px;
  background: #444;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
span.icon-menu:after,
span.icon-menu:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #444;
  position: absolute;
  top: -5px;
}
span.icon-menu:after {
  top: 5px;
}
/* Single Blog */
.single-post-wrap .entry-quote-wrap,
.single-post-wrap .entry-thumbnail-wrap,
.single-post-wrap .entry-link-wrap {
  margin-bottom: 25px;
}
.single-post-wrap .social-share-hover .share-button {
  font-weight: 500;
}
.single-post-inner {
  margin-bottom: 100px;
}
.entry-content {
  /*Table*/
}
.entry-content p:last-child {
  margin-bottom: 0;
}
.entry-content dd,
.entry-content dt {
  line-height: 2.2;
}
.entry-content blockquote {
  font-size: 13px;
  font-style: normal;
  background-color: #F6F6F6;
  margin-bottom: 30px;
  padding: 40px;
  border-left: 3px solid #8dd0e1;
}
.entry-content blockquote:before {
  content: '';
  display: none;
}
.entry-content blockquote p {
  font-size: inherit;
  font-style: inherit;
}
.entry-content .entry-quote-wrap blockquote {
  background-color: transparent;
  padding: 0;
  margin: 0;
  border: none;
  position: relative;
  overflow: hidden;
}
.entry-content .entry-quote-wrap blockquote:before {
  display: none;
}
.entry-content .entry-quote-wrap blockquote p {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 2.2;
  font-family: inherit;
  font-style: normal;
  margin-bottom: 20px;
}
.entry-content .entry-quote-wrap blockquote cite {
  font-family: 'Poppins';
  font-size: 18px;
  line-height: 2;
  text-transform: uppercase;
  display: block;
  text-align: right;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.entry-content .entry-quote-wrap blockquote cite a:hover {
  color: inherit;
}
.entry-content table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #eeeeee;
  margin-bottom: 30px;
}
.entry-content table > tbody > tr > td,
.entry-content table > tbody > tr > th,
.entry-content table > tfoot > tr > td,
.entry-content table > tfoot > tr > th,
.entry-content table > thead > tr > td,
.entry-content table > thead > tr > th {
  font-size: 14px;
  line-height: 1.2;
  padding: 19px 30px;
  border-top: 1px solid #eeeeee;
  letter-spacing: 0.05em;
  vertical-align: middle;
}
.entry-content table > thead > tr > th {
  font-family: 'Poppins';
  text-transform: uppercase;
  background-color: #8dd0e1;
  border-top: none;
  color: #fff;
  font-weight: 400;
  vertical-align: bottom;
}
.entry-content table.table-bordered {
  border: 1px solid #eeeeee;
}
.entry-content table.table-bordered > tbody > tr > td,
.entry-content table.table-bordered > tbody > tr > th,
.entry-content table.table-bordered > tfoot > tr > td,
.entry-content table.table-bordered > tfoot > tr > th,
.entry-content table.table-bordered > thead > tr > td,
.entry-content table.table-bordered > thead > tr > th {
  border: 1px solid #eeeeee;
}
.entry-content table.table-bordered > thead > tr > td,
.entry-content table.table-bordered > thead > tr > th {
  border-bottom-width: 1px;
}
.entry-content table.table-striped {
  border: none;
}
.entry-content table.table-striped > tbody > tr:nth-last-of-type(odd) {
  background-color: #f6f6f6;
}
.entry-content table.table-striped > tbody > tr > td,
.entry-content table.table-striped > tbody > tr > th,
.entry-content table.table-striped > tfoot > tr > td,
.entry-content table.table-striped > tfoot > tr > th,
.entry-content table.table-striped > thead > tr > td,
.entry-content table.table-striped > thead > tr > th {
  border: none;
}
.entry-content table.table-center > tbody > tr > td,
.entry-content table.table-center > tbody > tr > th,
.entry-content table.table-center > tfoot > tr > td,
.entry-content table.table-center > tfoot > tr > th,
.entry-content table.table-center > thead > tr > td,
.entry-content table.table-center > thead > tr > th {
  text-align: center;
}
.entry-content table.table-dark > thead > tr > th {
  background-color: #222222;
}
.entry-content table.table-hover > tbody > tr:hover {
  background-color: #f6f6f6;
}
.entry-content .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: transparent;
}
.entry-content input[type="submit"] {
  font-family: 'Poppins';
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-align: center;
  min-width: 170px;
  font-weight: 500;
  padding: 13.5px 20px;
  background-color: #8dd0e1;
  color: #fff;
  border: 1px solid #8dd0e1;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.entry-content input[type="submit"]:hover {
  background-color: #000;
}
.entry-meta-tag-wrap {
  position: relative;
  padding: 40px 0 10px 0;
  border-bottom: 1px solid #eeeeee;
}
.entry-meta-tag-wrap .social-share-wrap {
  margin: 0;
}
.entry-meta-tag label {
  font-size: 12px;
  font-family: 'Poppins';
  font-weight: 500;
  line-height: 2.2;
  letter-spacing: 0.05em;
  margin-right: 15px;
  margin-bottom: 0;
  vertical-align: middle;
}
.entry-meta-tag label i {
  font-size: 13px;
  margin-right: 10px;
  color: #8dd0e1;
}
.entry-meta-tag {
  margin-right: 250px;
}
.entry-meta-tag.tagcloud {
  font-size: 12px;
}
.entry-meta-tag.tagcloud a {
  margin-bottom: 0;
  margin-right: 0;
  background-color: transparent;
  color: #999999;
  padding: 0;
  vertical-align: middle;
}
.entry-meta-tag.tagcloud a:hover {
  color: #8dd0e1;
}
.entry-meta-tag-wrap .social-share-wrap {
  margin: 0;
  position: absolute;
  right: 0;
  bottom: 10px;
}
.entry-meta-tag-wrap .social-share-wrap ul.social-profile {
  display: none;
}
.entry-meta-tag-wrap .social-share-wrap ul.social-profile.show-it {
  display: inline-block;
}
.entry-meta-tag-wrap .social-share-wrap a.share-link {
  font-weight: 500;
  margin-left: 10px;
}
.entry-meta-tag-wrap .social-share-wrap a.share-link:before {
  content: "\f1e0";
  font-family: 'fontawesome';
  color: #8dd0e1;
  font-size: 13px;
  margin-right: 10px;
}
/*Author Info*/
.post-author-info {
  padding: 40px 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  margin-top: -1px;
}
.post-author-info img {
  float: left;
  width: 170px;
  margin: 0 15px 0 0;
}
.post-author-info .author-info-inner h6 {
  text-transform: uppercase;
}
.author-info-inner {
  position: relative;
  overflow: hidden;
}
.author-info-inner h6 {
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}
.author-info-inner p {
  margin-bottom: 0;
}
.author-info-inner ul.social-profile {
  margin-top: 20px;
}
/* BLOG STYLE GRID */
.blog-style-grid .no-image,
.blog-style-masonry .no-image,
.featured-post-wrapper .no-image {
  position: relative;
  background-color: #eeeeee;
  padding: 10px;
  border: 1px solid #eeeeee;
  background-clip: content-box;
  text-align: center;
  font-family: 'Poppins';
  text-transform: uppercase;
  font-size: 24px;
  letter-spacing: 0.05em;
}
.blog-style-grid .no-image .no-image-inner,
.blog-style-masonry .no-image .no-image-inner,
.featured-post-wrapper .no-image .no-image-inner {
  display: inline-block;
  margin: 0 auto;
  position: relative;
  text-align: center;
  vertical-align: middle;
}
.blog-style-grid .no-image > a,
.blog-style-masonry .no-image > a,
.featured-post-wrapper .no-image > a {
  font-size: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.featured-post-wrapper.post-num-1 .no-image {
  height: 400px;
  line-height: 380px;
}
.featured-post-wrapper.post-num-2 .no-image {
  height: 321px;
  line-height: 301px;
}
.featured-post-wrapper.post-num-3 .no-image {
  height: 208px;
  line-height: 181px;
}
.featured-post-wrapper.post-num-4 .no-image {
  height: 152px;
  line-height: 132px;
}
.blog-style-grid.blog-col-2 .no-image,
.blog-style-masonry.blog-col-2 .no-image {
  height: 321px;
  line-height: 301px;
}
.blog-style-grid.blog-col-3 .no-image,
.blog-style-masonry.blog-col-3 .no-image {
  height: 208px;
  line-height: 181px;
}
.blog-style-grid.blog-col-4 .no-image,
.blog-style-masonry.blog-col-4 .no-image {
  height: 152px;
  line-height: 132px;
}
.blog-style-grid.blog-col-5 .no-image,
.blog-style-masonry.blog-col-5 .no-image {
  height: 118px;
  line-height: 98px;
}
/* Post Related*/
.post-related-wrap {
  margin-top: 60px;
}
.post-related-wrap .no-image {
  position: relative;
  background-color: #eee;
  padding: 10px;
  border: 1px solid #eee;
  background-clip: content-box;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-family: 'Poppins';
  text-transform: uppercase;
  font-size: 24px;
  letter-spacing: 0.05em;
}
.post-related-wrap .no-image .no-image-inner {
  display: inline-block;
  margin: 0 auto;
  position: relative;
  text-align: center;
  vertical-align: middle;
}
.post-related-wrap .no-image:before {
  content: "";
  display: inline-block;
  padding-top: 65%;
  vertical-align: middle;
}
.post-related-wrap .no-image > a {
  font-size: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.post-related-wrap .entry-thumbnail-wrap {
  margin-bottom: 20px;
}
.post-related-wrap h3.entry-post-title {
  font-size: 15px;
  margin-bottom: 5px;
}
.post-related-wrap .entry-post-meta-wrap {
  margin: 0;
}
.post-related-wrap .entry-post-meta-wrap ul.entry-meta li {
  margin-right: 0;
  line-height: 1.6;
}
.post-related-wrap .entry-post-meta-wrap ul.entry-meta li a:hover {
  border: none;
}
.post-related-wrap .entry-post-meta-wrap ul.entry-meta li + li:before {
  content: "/";
  padding: 0 2px;
  display: inline;
  vertical-align: middle;
  color: #666;
}
.post-related-wrap .entry-post-meta-wrap ul.entry-meta li a {
  color: #666;
}
.post-related-wrap .entry-post-meta-wrap ul.entry-meta li a:hover {
  color: #8dd0e1;
}
.post-related-wrap article.format-video > .entry-thumbnail-wrap > .entry-thumbnail a.prettyPhoto {
  width: 50px;
  height: 50px;
  font-size: 50px;
  line-height: 50px;
}
.post-related-wrap .entry-thumbnail-wrap .owl-carousel .owl-controls .owl-nav .owl-prev,
.post-related-wrap .entry-thumbnail-wrap .owl-carousel .owl-controls .owl-nav .owl-next {
  height: 34px;
  width: 34px;
  font-size: 18px;
  line-height: 32px;
}
/* Comments */
.entry-comments {
  margin-top: 40px;
}
h3.comments-title {
  font-family: 'Poppins';
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 35px;
}
h3.comments-title span {
  vertical-align: middle;
}
h3.comments-title:after {
  display: inline-block;
  content: "";
  width: 40px;
  height: 2px;
  background: #8dd0e1;
  vertical-align: middle;
  margin-left: 8px;
}
.entry-comments-list {
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 40px;
}
ol.commentlist {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
ol.commentlist li + li {
  padding-top: 45px;
}
ol.commentlist > li + li {
  border-top: 1px solid #eeeeee;
  margin-top: -1px;
}
ol.commentlist img.avatar {
  width: 100px;
  float: left;
  padding: 0;
  margin: 0;
}
ol.commentlist ul.children {
  padding-left: 100px;
  margin-top: 45px;
  list-style: none;
}
ol.commentlist ul.children img.avatar {
  width: 70px;
}
ol.commentlist ul.children > ul.children {
  padding-left: 70px;
}
ol.commentlist > li:last-child .comment-text {
  border: none;
}
ol.commentlist .comment-respond {
  padding-top: 30px;
  border-top: 1px solid #eeeeee;
  margin-top: -1px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 30px;
}
.comment-text {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 20px;
}
.comment-text .author {
  margin-bottom: 15px;
}
.comment-text .author-name {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 1.6;
  display: inline-block;
  vertical-align: middle;
  font-weight: 500;
}
.comment-text .author-name:after {
  content: "";
  height: 16px;
  width: 1px;
  background-color: #eee;
  display: inline-block;
  margin: 3px 10px 0 10px;
  vertical-align: sub;
}
.comment-text .comment-edit-link {
  font-weight: 500;
}
ol.commentlist img.avatar + .comment-text {
  padding-left: 20px;
}
.comment-meta {
  display: inline-block;
  font-size: 12px;
  vertical-align: middle;
  letter-spacing: 0.05em;
  line-height: 1.2;
  color: #8dd0e1;
}
.comment-meta-bottom {
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-align: right;
  font-weight: 500;
}
.comment-like label {
  margin: 0;
}
.comment-reply-link {
  color: #8dd0e1;
}
.comment-reply-link:before {
  content: "";
  display: inline-block;
  margin: 0 10px;
  height: 16px;
  width: 1px;
  background-color: #eee;
  vertical-align: middle;
}
.comment-navigation {
  margin-bottom: 20px;
  border-bottom: 1px solid #eeeeee;
  padding: 0 0 20px 0;
}
.comment-navigation .page-numbers {
  font-size: 14px;
  color: #444;
  font-family: 'Poppins';
  text-transform: uppercase;
  border: none;
  line-height: 1;
  padding: 0 10px;
  margin: 0;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.comment-navigation .page-numbers:hover,
.comment-navigation .page-numbers:focus,
.comment-navigation .page-numbers.current {
  background-color: transparent;
  color: #8dd0e1;
  text-decoration: underline;
}
.comment-navigation-bottom {
  margin-bottom: 0;
  border-bottom: none;
  border-top: 1px solid #eeeeee;
  padding: 20px 0;
}
/* comment form*/
.comment-respond {
  float: left;
  width: 100%;
}
h3.comment-reply-title {
  font-family: 'Poppins';
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 35px;
  position: relative;
}
h3.comment-reply-title span {
  vertical-align: middle;
}
h3.comment-reply-title:after {
  display: inline-block;
  content: "";
  width: 40px;
  height: 2px;
  background: #8dd0e1;
  vertical-align: middle;
  margin-left: 8px;
}
h3.comment-reply-title.no-bottom-border:after {
  display: none;
}
.comment-form {
  margin: 0 -15px;
}
.comment-form p {
  padding: 0 15px;
  float: left;
  width: 100%;
}
.comment-form p.form-submit {
  margin-bottom: 0;
}
.comment-form p.form-submit #btnComment {
  float: right;
}
.comment-form .form-group {
  margin-bottom: 30px;
}
.comment-form input[type="text"],
.comment-form input[type="search"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form input[type="password"],
.comment-form textarea {
  width: 100%;
}
.comment-form textarea {
  height: 150px;
}
.shortcode-blog-wrap .blog-wrap {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .blog-style-masonry article {
    width: 50% !important;
  }
}
@media (max-width: 767px) {
  .blog-inner article {
    padding-bottom: 10px;
  }
  .blog-inner article + article {
    margin-top: 50px;
  }
  .blog-inner .entry-thumbnail-wrap {
    margin-bottom: 25px;
  }
  .blog-inner .entry-content-footer {
    margin-top: 25px;
  }
  .entry-quote-wrap {
    padding: 25px;
  }
  .entry-quote-wrap p {
    line-height: 1.8;
  }
  .entry-link-wrap {
    padding: 25px;
  }
  .entry-link-wrap p {
    line-height: 1.8;
  }
  .blog-style-masonry article {
    width: 100% !important;
  }
  .entry-timeline {
    display: none;
  }
  .post-navigation .nav-previous,
  .post-navigation .nav-next {
    width: 100%;
  }
  .post-navigation .nav-previous {
    border-bottom: 1px solid #eeeeee;
  }
  ol.commentlist img.avatar {
    width: 70px;
  }
  ol.commentlist ul.children {
    padding-left: 70px;
  }
}
@media (max-width: 480px) {
  .entry-meta-tag {
    margin: 0 0 10px 0;
  }
  .entry-meta-tag + .social-share-wrap {
    position: relative;
    top: 0;
  }
  .post-author-info img {
    float: none;
    margin: 0 auto 20px auto;
    max-width: 100%;
    display: block;
  }
  ol.commentlist img.avatar {
    display: none;
  }
  .comment-text {
    padding-left: 0;
  }
  ol.commentlist ul.children {
    padding-left: 0;
  }
}
@media (max-width: 320px) {
  .entry-content-footer .read-more-button {
    float: none;
    display: block;
  }
  .jp-details {
    display: none;
  }
  .blog-paging-default,
  .blog-paging-default {
    margin-top: 25px;
  }
}
/**
 * 7.0 - Woccommerce
 * ----------------------------------------------------------------------------
 */
.sc-title {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 2.2;
  margin-bottom: 30px;
}
.sc-title:after {
  display: inline-block;
  content: "";
  width: 40px;
  height: 2px;
  background: #8dd0e1;
  vertical-align: middle;
  margin-left: 8px;
}
._checkbox {
  cursor: pointer;
  font-weight: normal;
  margin: 0 !important;
  padding-left: 24px;
  display: inline-block !important;
  height: 20px !important;
  line-height: 20px !important;
  position: relative;
}
._checkbox > input[type="checkbox"] {
  display: none !important;
}
._checkbox > input[type="checkbox"]:checked + i {
  color: #8dd0e1;
}
._checkbox i {
  position: absolute;
  left: 0;
  top: 50%;
  width: 14px;
  height: 14px;
  line-height: 12px;
  font-size: 8px;
  border: 1px solid #ddd;
  text-align: center;
  background-color: #fff;
  color: #fff;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
._radio {
  position: relative;
  cursor: pointer;
  font-weight: normal;
  margin: 0;
  padding-left: 24px;
  display: inline-block;
  /*height: 20px;*/
  line-height: 20px;
}
._radio > input[type="radio"] {
  display: none !important;
}
._radio > input[type="radio"]:checked + i.radio-button {
  background-color: #8dd0e1;
}
._radio i.radio-button {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 3px solid #FFFFFF;
  box-shadow: 0 0 0 1px #DDDDDD;
  background-color: #FFFFFF;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.layout-container-fluid.archive-product-wrap {
  padding: 0 15px;
}
.archive-product-wrap,
.woocommerce-sidebar,
.site-content-single-product {
  margin-bottom: 40px;
}
.archive-product-wrap .blog-paging-default,
.woocommerce-sidebar .blog-paging-default,
.site-content-single-product .blog-paging-default {
  padding-bottom: 10px;
}
.tooltip-inner {
  white-space: nowrap;
}
/* Catalog Filter */
.catalog-filter {
  font-size: 13px;
  letter-spacing: 0.05em;
  margin-bottom: 50px;
}
.product-filter {
  text-transform: uppercase;
  vertical-align: middle;
  float: left;
  font-weight: 500;
  line-height: 41px;
}
.product-filter .icon-menu {
  margin-right: 15px;
  margin-top: -2px;
}
.product-filter:hover .icon-menu,
.product-filter:hover .icon-menu:after,
.product-filter:hover .icon-menu:before {
  background-color: #8dd0e1;
}
.product-filter + .catalog-filter-inner {
  float: right;
}
.woocommerce .woocommerce-ordering,
.woocommerce .woocommerce-result-count {
  margin: 0;
}
.woocommerce .woocommerce-ordering select {
  height: 41px;
  padding: 0 20px;
  color: #444;
}
.woocommerce-result-count {
  line-height: 41px;
  padding-right: 30px;
  font-weight: 500;
}
.catalog-filter-disable,
.result-count-disable .woocommerce-result-count,
.catalog-ordering-disable .woocommerce-ordering,
.product-filter-disable .product-filter {
  display: none;
}
.woocommerce .star-rating {
  float: none;
  font-size: 10px;
  width: 66px;
  height: 12px;
  letter-spacing: 3px;
}
.woocommerce .star-rating:before {
  color: #aaa;
  content: "\53\53\53\53\53";
}
.woocommerce .star-rating span {
  color: #FFBF00;
}
.woocommerce div.product span.price,
.woocommerce div.product p.price,
.woocommerce div.product td.price {
  font-family: 'Poppins';
  font-size: 14px;
  letter-spacing: 0.05em;
  font-weight: 600;
  display: block;
  line-height: 1;
  color: #8dd0e1;
  margin: 0;
}
.woocommerce div.product span.price ins,
.woocommerce div.product p.price ins,
.woocommerce div.product td.price ins {
  display: inline-block;
  text-decoration: none;
  font-weight: inherit;
  font-style: inherit;
}
.woocommerce div.product span.price del,
.woocommerce div.product p.price del,
.woocommerce div.product td.price del {
  display: inline-block;
  color: #aaa;
  opacity: 1;
  margin-right: 10px;
  font-weight: inherit;
  font-style: inherit;
}
.woocommerce div.product td.price {
  display: inline-block;
  font-size: 14px;
}
.woocommerce-paging .blog-paging-default {
  margin: 0;
}
.shop-page-content-after,
.single-product-bottom-sidebar {
  border-top: 1px solid #eeeeee;
}
.woocommerce-paging + .shop-page-content-after {
  border-top: none;
}
table.compare-list .add-to-cart td a,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  font-family: 'Poppins';
  font-size: 13px;
  color: #fff;
  background-color: #8dd0e1;
  line-height: 1.2 !important;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: normal;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  padding: 14.5px 30px;
  min-width: 150px;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
table.compare-list .add-to-cart td a:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background-color: #444;
  color: #fff;
}
.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button {
  padding: 10px 15px;
  min-width: 0;
  font-size: 12px;
}
.product-flash-wrap {
  position: absolute;
  right: 12px;
  top: 30px;
  z-index: 3;
}
.product-flash {
  font-family: 'Poppins';
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  padding: 0 5px;
  height: 24px;
  line-height: 24px;
  display: block;
  text-align: center;
  min-width: 56px;
}
.product-flash + .product-flash {
  margin-top: 5px;
}
.on-new {
  background-color: #8dd0e1;
}
.on-sale {
  background-color: #8dd0e1;
}
.on-sale + .on-new {
  background-color: #666;
}
.on-sold {
  background-color: #DDBE86;
}
.on-hot {
  background-color: #FF4D4D;
}
.woocommerce div.product form.cart div.quantity,
.product-quantity div.quantity {
  margin: 0;
}
.woocommerce div.product form.cart div.quantity .quantity-inner,
.product-quantity div.quantity .quantity-inner {
  width: 74px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 29px;
  position: relative;
}
.woocommerce div.product form.cart div.quantity .quantity-inner .qty,
.product-quantity div.quantity .quantity-inner .qty {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  margin-bottom: 0;
}
.woocommerce div.product form.cart div.quantity .quantity-inner .btn-number,
.product-quantity div.quantity .quantity-inner .btn-number {
  position: absolute;
  width: 29px;
  border: 1px solid #DDDDDD;
  border-left: 0;
  padding: 0;
  right: 0;
  background-color: #F7F7F7;
  display: block;
  font-size: 14px;
}
.woocommerce div.product form.cart div.quantity .quantity-inner .btn-number:hover,
.product-quantity div.quantity .quantity-inner .btn-number:hover {
  background-color: #DDDDDD;
}
.woocommerce div.product form.cart div.quantity .quantity-inner .btn-number[data-type="minus"],
.product-quantity div.quantity .quantity-inner .btn-number[data-type="minus"] {
  height: 22px;
  line-height: 22px;
  border-top: 0;
  bottom: 0;
}
.woocommerce div.product form.cart div.quantity .quantity-inner .btn-number[data-type="plus"],
.product-quantity div.quantity .quantity-inner .btn-number[data-type="plus"] {
  height: 22px;
  line-height: 22px;
  top: 0;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select {
  /*height: 40px;
  background-color: #F5F5F5;
  color: #858585;
  font-size: 14px;*/
}
.woocommerce form .form-row textarea {
  height: 130px;
}
.woocommerce form .form-row label {
  font-family: 'Poppins';
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
  font-weight: normal;
}
.woocommerce form .form-row label.inline input[type=checkbox],
.woocommerce form .form-row label.inline input[type=radio] {
  margin: auto;
  vertical-align: middle;
}
.woocommerce form .form-row {
  padding: 0;
  margin-bottom: 30px;
}
.woocommerce form .form-row .required {
  color: #8dd0e1;
}
/* --------------------------------------------
	PRODUCT LISTING
-------------------------------------------- */
.product-listing.woocommerce {
  margin: 0 -15px;
}
.product-listing.woocommerce .product-item-wrap {
  float: left;
  padding: 0 15px 60px 15px;
}
.product-listing.woocommerce .rating-disable .star-rating {
  display: none;
}
.product-listing.woocommerce .product-item-inner {
  position: relative;
}
.product-listing.woocommerce .product-thumb img {
  width: 100%;
}
.product-listing.woocommerce .product-thumb {
  position: relative;
  background-color: #F7F7F7;
}
.product-listing.woocommerce .product-thumb-secondary {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.product-listing.woocommerce .product-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: transparent;
  opacity: 0.5;
  visibility: hidden;
  -webkit-transition: 0.3s all 0.001s ease-out;
  -moz-transition: 0.3s all 0.001s ease-out;
  -ms-transition: 0.3s all 0.001s ease-out;
  -o-transition: 0.3s all 0.001s ease-out;
  transition: 0.3s all 0.001s ease-out;
}
.product-listing.woocommerce .add-to-cart-wrap {
  display: inline-block;
  vertical-align: middle;
}
.product-listing.woocommerce .product-actions {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  height: 45px;
  text-align: center;
  margin: auto;
  z-index: 3;
  font-size: 0;
}
.product-listing.woocommerce .product-actions .yith-wcwl-wishlistaddedbrowse a,
.product-listing.woocommerce .product-actions .yith-wcwl-wishlistexistsbrowse a,
.product-listing.woocommerce .product-actions .add_to_wishlist,
.product-listing.woocommerce .product-actions .compare,
.product-listing.woocommerce .product-actions .product-quick-view,
.product-listing.woocommerce .product-actions .btn_add_to_cart,
.product-listing.woocommerce .product-actions .added_to_cart.wc-forward {
  width: 47px;
  height: 47px;
  line-height: 47px !important;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  display: inline-block;
  padding: 0;
  margin: 0 2px;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 0;
  min-width: 0;
  vertical-align: middle;
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  -ms-transform: rotateX(90deg);
  -o-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -webkit-transform-origin: center bottom;
  -moz-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  -o-transform-origin: center bottom;
  transform-origin: center bottom;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: color 0.5s 0.001s ease-out, background 0.5s 0.001s ease-out, visibility 0.5s 0.25s ease-out, opacity 0.5s 0.25s ease-out, -webkit-transform 0.5s 0.25s ease-out;
  -moz-transition: color 0.5s 0.001s ease-out, background 0.5s 0.001s ease-out, visibility 0.5s 0.25s ease-out, opacity 0.5s 0.25s ease-out, -moz-transform 0.5s 0.25s ease-out;
  -ms-transition: color 0.5s 0.001s ease-out, background 0.5s 0.001s ease-out, visibility 0.5s 0.25s ease-out, opacity 0.5s 0.25s ease-out, -ms-transform 0.5s 0.25s ease-out;
  -o-transition: color 0.5s 0.001s ease-out, background 0.5s 0.001s ease-out, visibility 0.5s 0.25s ease-out, opacity 0.5s 0.25s ease-out, -o-transform 0.5s 0.25s ease-out;
  transition: color 0.5s 0.001s ease-out, background 0.5s 0.001s ease-out, visibility 0.5s 0.25s ease-out, opacity 0.5s 0.25s ease-out, transform 0.5s 0.25s ease-out;
}
.product-listing.woocommerce .product-actions .yith-wcwl-wishlistaddedbrowse a i,
.product-listing.woocommerce .product-actions .yith-wcwl-wishlistexistsbrowse a i,
.product-listing.woocommerce .product-actions .add_to_wishlist i,
.product-listing.woocommerce .product-actions .compare i,
.product-listing.woocommerce .product-actions .product-quick-view i,
.product-listing.woocommerce .product-actions .btn_add_to_cart i,
.product-listing.woocommerce .product-actions .added_to_cart.wc-forward i {
  font-size: 18px;
  line-height: inherit;
  vertical-align: middle;
}
.product-listing.woocommerce .product-actions .yith-wcwl-wishlistaddedbrowse a:hover,
.product-listing.woocommerce .product-actions .yith-wcwl-wishlistexistsbrowse a:hover,
.product-listing.woocommerce .product-actions .add_to_wishlist:hover,
.product-listing.woocommerce .product-actions .compare:hover,
.product-listing.woocommerce .product-actions .product-quick-view:hover,
.product-listing.woocommerce .product-actions .btn_add_to_cart:hover,
.product-listing.woocommerce .product-actions .added_to_cart.wc-forward:hover,
.product-listing.woocommerce .product-actions .yith-wcwl-wishlistaddedbrowse a:focus,
.product-listing.woocommerce .product-actions .yith-wcwl-wishlistexistsbrowse a:focus,
.product-listing.woocommerce .product-actions .add_to_wishlist:focus,
.product-listing.woocommerce .product-actions .compare:focus,
.product-listing.woocommerce .product-actions .product-quick-view:focus,
.product-listing.woocommerce .product-actions .btn_add_to_cart:focus,
.product-listing.woocommerce .product-actions .added_to_cart.wc-forward:focus,
.product-listing.woocommerce .product-actions .yith-wcwl-wishlistaddedbrowse a.active,
.product-listing.woocommerce .product-actions .yith-wcwl-wishlistexistsbrowse a.active,
.product-listing.woocommerce .product-actions .add_to_wishlist.active,
.product-listing.woocommerce .product-actions .compare.active,
.product-listing.woocommerce .product-actions .product-quick-view.active,
.product-listing.woocommerce .product-actions .btn_add_to_cart.active,
.product-listing.woocommerce .product-actions .added_to_cart.wc-forward.active {
  color: #FFFFFF;
  background-color: rgba(141, 208, 225, 0.9);
}
.product-listing.woocommerce .product-actions .btn_add_to_cart {
  -webkit-transition: color 0.5s 0.001s ease-out, background 0.5s 0.001s ease-out, visibility 0.5s 0.35s ease-out, opacity 0.5s 0.35s ease-out, -webkit-transform 0.5s 0.35s ease-out;
  -moz-transition: color 0.5s 0.001s ease-out, background 0.5s 0.001s ease-out, visibility 0.5s 0.35s ease-out, opacity 0.5s 0.35s ease-out, -moz-transform 0.5s 0.35s ease-out;
  -ms-transition: color 0.5s 0.001s ease-out, background 0.5s 0.001s ease-out, visibility 0.5s 0.35s ease-out, opacity 0.5s 0.35s ease-out, -ms-transform 0.5s 0.35s ease-out;
  -o-transition: color 0.5s 0.001s ease-out, background 0.5s 0.001s ease-out, visibility 0.5s 0.35s ease-out, opacity 0.5s 0.35s ease-out, -o-transform 0.5s 0.35s ease-out;
  transition: color 0.5s 0.001s ease-out, background 0.5s 0.001s ease-out, visibility 0.5s 0.35s ease-out, opacity 0.5s 0.35s ease-out, transform 0.5s 0.35s ease-out;
}
.product-listing.woocommerce .product-actions .product-quick-view {
  -webkit-transition: color 0.5s 0.001s ease-out, background 0.5s 0.001s ease-out, visibility 0.5s 0.45s ease-out, opacity 0.5s 0.35s ease-out, -webkit-transform 0.5s 0.45s ease-out;
  -moz-transition: color 0.5s 0.001s ease-out, background 0.5s 0.001s ease-out, visibility 0.5s 0.45s ease-out, opacity 0.5s 0.35s ease-out, -moz-transform 0.5s 0.45s ease-out;
  -ms-transition: color 0.5s 0.001s ease-out, background 0.5s 0.001s ease-out, visibility 0.5s 0.45s ease-out, opacity 0.5s 0.35s ease-out, -ms-transform 0.5s 0.45s ease-out;
  -o-transition: color 0.5s 0.001s ease-out, background 0.5s 0.001s ease-out, visibility 0.5s 0.45s ease-out, opacity 0.5s 0.35s ease-out, -o-transform 0.5s 0.45s ease-out;
  transition: color 0.5s 0.001s ease-out, background 0.5s 0.001s ease-out, visibility 0.5s 0.45s ease-out, opacity 0.5s 0.35s ease-out, transform 0.5s 0.45s ease-out;
}
.product-listing.woocommerce .product-actions .compare {
  -webkit-transition: color 0.5s 0.001s ease-out, background 0.5s 0.001s ease-out, visibility 0.5s 0.55s ease-out, opacity 0.5s 0.35s ease-out, -webkit-transform 0.5s 0.55s ease-out;
  -moz-transition: color 0.5s 0.001s ease-out, background 0.5s 0.001s ease-out, visibility 0.5s 0.55s ease-out, opacity 0.5s 0.35s ease-out, -moz-transform 0.5s 0.55s ease-out;
  -ms-transition: color 0.5s 0.001s ease-out, background 0.5s 0.001s ease-out, visibility 0.5s 0.55s ease-out, opacity 0.5s 0.35s ease-out, -ms-transform 0.5s 0.55s ease-out;
  -o-transition: color 0.5s 0.001s ease-out, background 0.5s 0.001s ease-out, visibility 0.5s 0.55s ease-out, opacity 0.5s 0.35s ease-out, -o-transform 0.5s 0.55s ease-out;
  transition: color 0.5s 0.001s ease-out, background 0.5s 0.001s ease-out, visibility 0.5s 0.55s ease-out, opacity 0.5s 0.35s ease-out, transform 0.5s 0.55s ease-out;
}
.product-listing.woocommerce .product-actions .added-spinner {
  color: #FFFFFF;
}
.product-listing.woocommerce .product-actions .yith-wcwl-add-to-wishlist {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
}
.product-listing.woocommerce .product-actions .yith-wcwl-add-to-wishlist + div.clear {
  display: none;
}
.product-listing.woocommerce .product-actions .yith-wcwl-add-button {
  font-size: 0;
  position: relative;
}
.product-listing.woocommerce .product-actions .yith-wcwl-add-button .ajax-loading {
  display: none !important;
}
.product-listing.woocommerce .product-actions .add_to_wishlist:before,
.product-listing.woocommerce .product-actions .yith-wcwl-wishlistaddedbrowse a:before,
.product-listing.woocommerce .product-actions .yith-wcwl-wishlistexistsbrowse a:before,
.product-listing.woocommerce .product-actions .compare.added:before {
  font-family: "pure";
  content: "\e104";
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 1;
  vertical-align: middle;
}
.product-listing.woocommerce .product-actions .yith-wcwl-wishlistaddedbrowse a:before,
.product-listing.woocommerce .product-actions .yith-wcwl-wishlistexistsbrowse a:before {
  content: "\e103";
}
.product-listing.woocommerce .product-actions .compare.added:before {
  content: "\e040";
}
.product-listing.woocommerce .product-actions .add_to_wishlist.added-spinner:before {
  font-family: fontawesome;
  content: "\f110";
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.product-listing.woocommerce .product-info {
  text-align: center;
  padding: 15px 0 0 0;
}
.product-listing.woocommerce .star-rating {
  margin: 15px auto 0 auto;
}
.product-listing.woocommerce .product-name {
  font-size: 14px;
  display: block;
  margin-bottom: 5px;
  line-height: 2.2;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #444444;
}
.product-listing.woocommerce .product-item-wrap.active .product-actions .yith-wcwl-wishlistaddedbrowse a,
.product-listing.woocommerce .product-item-wrap:hover .product-actions .yith-wcwl-wishlistaddedbrowse a,
.product-listing.woocommerce .product-item-wrap.active .product-actions .yith-wcwl-wishlistexistsbrowse a,
.product-listing.woocommerce .product-item-wrap:hover .product-actions .yith-wcwl-wishlistexistsbrowse a,
.product-listing.woocommerce .product-item-wrap.active .product-actions .add_to_wishlist,
.product-listing.woocommerce .product-item-wrap:hover .product-actions .add_to_wishlist,
.product-listing.woocommerce .product-item-wrap.active .product-actions .compare,
.product-listing.woocommerce .product-item-wrap:hover .product-actions .compare,
.product-listing.woocommerce .product-item-wrap.active .product-actions .product-quick-view,
.product-listing.woocommerce .product-item-wrap:hover .product-actions .product-quick-view,
.product-listing.woocommerce .product-item-wrap.active .product-actions .btn_add_to_cart,
.product-listing.woocommerce .product-item-wrap:hover .product-actions .btn_add_to_cart,
.product-listing.woocommerce .product-item-wrap.active .product-actions .added_to_cart.wc-forward,
.product-listing.woocommerce .product-item-wrap:hover .product-actions .added_to_cart.wc-forward {
  opacity: 1;
  visibility: visible;
  -webkit-transform: rotateX(0);
  -moz-transform: rotateX(0);
  -ms-transform: rotateX(0);
  -o-transform: rotateX(0);
  transform: rotateX(0);
}
.product-listing.woocommerce .product-item-wrap.active .product-link,
.product-listing.woocommerce .product-item-wrap:hover .product-link {
  opacity: 0.5;
  background-color: #8dd0e1;
  visibility: visible;
}
.product-listing.woocommerce .product-item-wrap.active .product-thumb-secondary,
.product-listing.woocommerce .product-item-wrap:hover .product-thumb-secondary {
  opacity: 1;
}
.product-listing.woocommerce.columns-2 .product-item-wrap {
  width: 50%;
}
.product-listing.woocommerce.columns-2 .product-item-wrap:nth-child(2n+1) {
  clear: both;
}
.product-listing.woocommerce.columns-3 .product-item-wrap {
  width: 33.33333333%;
}
.product-listing.woocommerce.columns-3 .product-item-wrap:nth-child(3n+1) {
  clear: both;
}
.product-listing.woocommerce.columns-4 .product-item-wrap {
  width: 25%;
}
.product-listing.woocommerce.columns-4 .product-item-wrap:nth-child(4n+1) {
  clear: both;
}
.product-listing.woocommerce.product-slider {
  margin: 0;
}
.product-listing.woocommerce.product-slider .product-item-wrap {
  float: none;
  padding: 0 0 60px 0;
}
/*--------------------------------------------
COMPARE
---------------------------------------------*/
.woocommerce-compare-page h1 {
  font-size: 24px;
  background-color: #f4f4f4;
  color: #444;
}
/*--------------------------------------------
FILTER
---------------------------------------------*/
#product-filter-wrap {
  position: fixed;
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 99999;
  background-color: #fff;
  width: 337px;
  max-width: 100%;
  margin: auto;
  top: 0;
  bottom: 0;
  left: -100%;
  padding: 30px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
#product-filter-overlay {
  opacity: 0;
  position: fixed;
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(68, 68, 68, 0.5);
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
  -webkit-transition: opaciry .3s ease;
  -moz-transition: opaciry .3s ease;
  -ms-transition: opaciry .3s ease;
  -o-transition: opaciry .3s ease;
  transition: opaciry .3s ease;
}
body.product-filter-in #product-filter-wrap {
  left: 0;
}
body.product-filter-in #product-filter-overlay {
  opacity: 1;
  z-index: 99999;
  pointer-events: auto;
  cursor: url(assets/images/close.png) 15 15, default;
}
/* --------------------------------------------
	SINGLE PRODUCT INFO
-------------------------------------------- */
.single-product-image {
  position: relative;
}
.product-image-slider-wrap {
  margin-bottom: 15px;
}
.product-image-thumb-wrap {
  margin: 0 -5px;
}
.single-product-image-inner img {
  display: block;
  width: 100%;
}
.product-image-thumb-item {
  position: relative;
  outline: none;
  cursor: pointer;
  padding: 5px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.product-image-thumb-item .woocommerce-thumbnail-image {
  display: block;
  position: relative;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.product-image-thumb-item .woocommerce-thumbnail-image:before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.4);
}
.product-image-thumb-item:hover .woocommerce-thumbnail-image,
.product-image-thumb-item.synced .woocommerce-thumbnail-image {
  -webkit-box-shadow: 0 0 0 1px #ddd;
  -moz-box-shadow: 0 0 0 1px #ddd;
  box-shadow: 0 0 0 1px #ddd;
}
.product-image-thumb-item:hover .woocommerce-thumbnail-image:before,
.product-image-thumb-item.synced .woocommerce-thumbnail-image:before {
  opacity: 0;
}
@media (min-width: 1230px) {
  .single-product-image-wrap:not(.has-sidebar) {
    padding-right: 0;
    padding-left: 0;
  }
  .single-product-image-inner {
    position: relative;
  }
  .single-product-image-inner.vertical .product-image-slider-wrap {
    padding-left: 130px;
  }
  .single-product-image-inner.vertical .product-image-thumb-wrap {
    position: absolute;
    width: 130px;
    margin: 0;
    height: 100%;
    top: 0;
    left: 0;
    padding: 0 14px;
    overflow: hidden;
  }
  .single-product-image-inner.vertical .product-image-thumb-item {
    margin-bottom: 21px;
    padding: 0;
  }
  .single-product-image-inner.vertical .product-image-slider-wrap {
    margin-bottom: 0;
  }
  .single-product-image-wrap.has-sidebar {
    padding-right: 0;
  }
  .summary-product {
    padding-left: 15px;
  }
}
.summary-product .product_title {
  font-size: 24px;
  letter-spacing: 0.05em;
  margin-bottom: 25px;
  font-weight: normal;
  text-transform: uppercase;
  color: #444444;
}
.summary-product .social-share-wrap .share-link {
  display: none;
}
.woocommerce div.product p.price {
  font-size: 18px;
  margin-bottom: 30px;
}
.woocommerce .woocommerce-product-rating .star-rating {
  float: none;
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px 0 0;
}
a.woocommerce-review-link {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 0.05em;
  color: #8dd0e1;
}
.woocommerce div.product .woocommerce-product-rating {
  margin-bottom: 30px;
}
.woocommerce div.product form.cart,
.woocommerce div.product p.cart {
  margin-bottom: 35px;
}
.woocommerce div.product .cart .button {
  height: 44px;
  line-height: 44px !important;
  padding: 0 20px;
}
.woocommerce div.product .cart .button:before {
  font-family: "pure" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e065";
  display: inline-block;
  font-size: 20px;
  vertical-align: middle;
  margin-right: 10px;
  margin-top: -4px;
}
.woocommerce div.product form.cart div.quantity {
  margin-right: 20px;
}
.product_meta {
  font-family: 'Poppins';
  font-size: 13px;
  color: #8dd0e1;
  margin-bottom: 30px;
}
.product_meta > span {
  display: block;
}
.product_meta > span a:hover {
  border-bottom: 1px solid #8dd0e1;
}
.product_meta > span + span {
  margin-top: 5px;
}
.product_meta label {
  font-family: 'Poppins';
  font-style: normal;
  color: #666666;
  font-weight: 400;
  margin-bottom: 0;
  text-transform: uppercase;
}
.woocommerce div.product form.cart.variations_form {
  margin-bottom: 0;
}
.woocommerce div.product form.cart .variations {
  margin-bottom: 0;
}
.woocommerce div.product form.cart .variations td {
  display: table-cell;
  text-align: left;
}
.woocommerce div.product form.cart .variations td.label {
  padding: 0;
}
.woocommerce div.product form.cart .variations tr + tr td,
.woocommerce div.product form.cart .variations tr + tr td.label {
  padding: 15px 0 0 0;
}
.woocommerce div.product form.cart .variations td.label label {
  font-weight: 400;
  line-height: 50px;
  margin-bottom: 0;
  padding-right: 20px;
  font-size: 13px;
  color: #666666;
  text-transform: uppercase;
  font-family: 'Poppins';
}
.single_variation_wrap {
  margin-bottom: 35px;
  margin-top: 20px;
}
.single_variation_wrap:after,
.variations_button:after {
  content: "";
  display: block;
  clear: both;
}
.woocommerce div.product .single_variation span.price {
  font-size: 18px;
  margin-bottom: 20px;
}
.woocommerce div.product form.cart .group_table {
  border: none;
  margin-bottom: 20px;
}
.woocommerce div.product form.cart .group_table td {
  padding-bottom: 20px;
  line-height: 50px;
}
.woocommerce div.product form.cart .group_table td.label {
  font-family: 'Poppins';
  font-size: 13px;
  text-transform: uppercase;
  font-weight: normal;
  padding: 0 20px;
}
.woocommerce div.product form.cart .group_table label {
  font-weight: normal;
  font-size: 15px;
  color: #666666;
  margin: 0;
  line-height: 50px;
}
.woocommerce div.product p.stock {
  display: none;
}
/* --------------------------------------------
	SINGLE PRODUCT TAB
-------------------------------------------- */
.woocommerce div.product .woocommerce-tabs:after {
  content: "";
  display: block;
  clear: both;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
  padding: 0;
  margin: 0;
  font-size: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before {
  border-bottom: 1px solid #ddd;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  margin: 0;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 1px solid #ddd;
  background-color: #eee;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after {
  display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
  position: static;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: transparent;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  font-family: 'Poppins';
  letter-spacing: 0.05em;
  font-size: 13px;
  text-transform: uppercase;
  padding: 16px 25px;
  line-height: 1.2;
  font-weight: normal;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover {
  background-color: #fff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  border-top-color: #8dd0e1;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before {
  background-color: #8dd0e1;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li + li {
  margin-left: -1px;
}
.woocommerce div.product .woocommerce-tabs .panel {
  margin: 0;
  padding: 35px 25px;
  border: 1px solid #ddd;
  border-top: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* --------------------------------------------
	SINGLE PRODUCT REVIEW
-------------------------------------------- */
.woocommerce #reviews h2 {
  font-size: 14px;
  font-weight: normal;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #eeeeee;
}
.woocommerce #reviews #comments ol.commentlist {
  padding: 0;
  margin: 0;
}
.woocommerce #reviews #comments ol.commentlist li {
  margin: 0;
  padding-bottom: 30px;
  border-bottom: 1px solid #eeeeee;
}
.woocommerce #reviews #comments ol.commentlist li + li {
  margin-top: 30px;
}
.woocommerce #reviews #comments ol.commentlist li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
  width: 100px;
  height: 100px;
  padding: 0;
  margin: 0;
  border: none;
  position: static;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
  margin: 0 0 0 120px;
  padding: 0;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  position: relative;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text .star-rating {
  position: absolute;
  top: 0;
  right: 0;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p {
  margin: 0;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
  margin-bottom: 20px;
  font-family: 'Poppins';
  letter-spacing: 0.05em;
  line-height: 16px;
  font-size: 0;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta strong {
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
  vertical-align: middle;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta strong:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 16px;
  width: 1px;
  background-color: #ddd;
  margin: -2px 10px 0 10px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta time {
  font-size: 12px;
  color: #8dd0e1;
  vertical-align: middle;
}
.woocommerce #reviews #comments {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 30px;
}
.woocommerce #review_form #respond {
  margin-top: 40px;
}
.woocommerce #review_form #respond h3.comment-reply-title {
  margin-bottom: 35px;
}
.woocommerce #review_form #respond .comment-form {
  margin: 0;
}
.woocommerce #review_form #respond .comment-form > p {
  margin-bottom: 30px;
}
.woocommerce #review_form #respond .comment-form p {
  padding: 0;
}
.woocommerce #review_form #respond .comment-form textarea {
  height: 150px;
}
.woocommerce #review_form #respond .comment-form p.form-submit {
  margin: 0;
}
.upsells,
.related,
.cross-sells {
  margin-top: 60px;
}
.upsells .owl-carousel .owl-controls .owl-nav .owl-prev,
.related .owl-carousel .owl-controls .owl-nav .owl-prev,
.cross-sells .owl-carousel .owl-controls .owl-nav .owl-prev,
.upsells .owl-carousel .owl-controls .owl-nav .owl-next,
.related .owl-carousel .owl-controls .owl-nav .owl-next,
.cross-sells .owl-carousel .owl-controls .owl-nav .owl-next {
  position: absolute;
  width: 44px;
  height: 44px;
  line-height: 42px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.6);
  color: rgba(0, 0, 0, 0.6);
  font-size: 24px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  margin-top: -75px;
}
.upsells .owl-carousel .owl-controls .owl-nav .owl-prev,
.related .owl-carousel .owl-controls .owl-nav .owl-prev,
.cross-sells .owl-carousel .owl-controls .owl-nav .owl-prev {
  left: -64px;
}
.upsells .owl-carousel .owl-controls .owl-nav .owl-next,
.related .owl-carousel .owl-controls .owl-nav .owl-next,
.cross-sells .owl-carousel .owl-controls .owl-nav .owl-next {
  right: -64px;
}
.upsells + .related {
  margin-top: 0;
}
/* --------------------------------------------
	QUICK VIEW
-------------------------------------------- */
#popup-product-quick-view-wrapper {
  margin-bottom: 0;
}
#popup-product-quick-view-wrapper .modal-body {
  padding: 30px;
}
#popup-product-quick-view-wrapper .popup-close {
  width: 30px;
  height: 30px;
  font-size: 18px;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: #8dd0e1;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#popup-product-quick-view-wrapper .popup-close:hover {
  color: #fff;
  background-color: #333;
}
#popup-product-quick-view-wrapper .social-share-wrap .share-button {
  display: none;
}
@media (min-width: 1230px) {
  #popup-product-quick-view-wrapper .single-product-image-wrap {
    width: 45.94594595%;
  }
  #popup-product-quick-view-wrapper .single-product-summary-wrap {
    width: 54.05405405%;
  }
}
@media (max-width: 767px) {
  #popup-product-quick-view-wrapper .single-product-image-wrap {
    margin-bottom: 40px;
  }
}
/* --------------------------------------------
	SHOPPING CART
-------------------------------------------- */
.woocommerce table.shop_table {
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0;
}
.woocommerce table.shop_table thead th {
  font-family: 'Poppins';
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 1.2;
  font-size: 14px;
  color: #f9f9f9;
  background-color: #8dd0e1;
  font-weight: 500;
  padding: 17px 5px;
}
.woocommerce table.shop_table dl.variation {
  text-transform: none;
  margin: 0;
  font-size: 12px;
}
.woocommerce table.shop_table dl.variation dt {
  font-weight: normal;
  padding: 0 0 5px;
}
.woocommerce table.shop_table dl.variation dd {
  padding: 0 0 5px;
  margin: 0;
}
.woocommerce table.shop_table.cart {
  min-width: 720px;
}
.woocommerce table.shop_table.cart tbody td {
  border-top: 1px solid #eeeeee;
  padding: 30px 5px;
  font-family: 'Poppins';
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 2.2;
  font-size: 14px;
  color: #444;
}
.woocommerce table.shop_table.cart tbody tr:first-child td {
  border-top: none;
}
.woocommerce table.shop_table.cart .product-thumbnail {
  width: 145px;
  padding-left: 20px;
}
.woocommerce table.shop_table.cart td.product-thumbnail {
  padding-right: 25px;
}
.woocommerce table.shop_table.cart td.product-thumbnail img {
  width: 100%;
}
.woocommerce table.shop_table.cart .product-name {
  font-weight: 500;
}
.woocommerce table.shop_table.cart .product-price {
  width: 150px;
}
.woocommerce table.shop_table.cart .product-quantity {
  width: 100px;
}
.woocommerce table.shop_table.cart .product-subtotal {
  width: 150px;
  color: #8dd0e1;
}
.woocommerce table.shop_table.cart .product-remove {
  width: 30px;
}
.woocommerce .cart-actions {
  padding: 55px 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  text-align: right;
  font-size: 0;
}
.woocommerce .cart-actions .coupon {
  float: left;
}
.woocommerce .cart-actions .coupon .input-text {
  min-width: 270px;
  padding: 0 15px;
  margin: 0 15px 0 0;
  outline: 0;
  text-align: center;
  vertical-align: middle;
}
.woocommerce .cart-actions a.checkout-button {
  background-color: #8dd0e1;
  margin-left: 15px;
}
.woocommerce .cart-actions a.checkout-button:hover {
  background-color: #444;
}
.cart-collaterals {
  margin-bottom: 60px;
}
.cart-collaterals h2 {
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1.2;
  font-weight: normal;
  text-transform: uppercase;
  color: #444;
  margin-bottom: 25px;
}
.woocommerce-shipping-calculator,
.cart_totals_inner {
  margin-top: 55px;
}
.woocommerce .cart-collaterals .cart_totals {
  width: 100%;
  float: left;
}
.shipping-calculator-form {
  display: block !important;
}
.shipping-calculator-form p {
  margin-bottom: 0;
  margin-top: 30px;
}
.woocommerce-cart .cart-collaterals .cart_totals table {
  margin: 0;
  border: none;
  border-top: 1px solid #eeeeee;
}
.woocommerce-cart .cart-collaterals .cart_totals table tr td,
.woocommerce-cart .cart-collaterals .cart_totals table tr th {
  font-family: 'Poppins';
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.2;
  border: none;
  padding: 0 0 30px 0;
  font-weight: normal;
}
.woocommerce-cart .cart-collaterals .cart_totals table tr td {
  text-align: right;
}
.woocommerce-cart .cart-collaterals .cart_totals table tr th {
  text-transform: uppercase;
}
.woocommerce-cart .cart-collaterals .cart_totals table tr.cart-subtotal th,
.woocommerce-cart .cart-collaterals .cart_totals table tr.cart-subtotal td {
  padding-top: 30px;
}
.woocommerce-cart .cart-collaterals .cart_totals table tr.order-total th,
.woocommerce-cart .cart-collaterals .cart_totals table tr.order-total td {
  border-top: 1px solid #eeeeee;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 18px;
  color: #8dd0e1;
}
.woocommerce-cart .cart-collaterals .cart_totals table tr.order-total th strong,
.woocommerce-cart .cart-collaterals .cart_totals table tr.order-total td strong {
  font-weight: normal;
}
.woocommerce ul#shipping_method {
  line-height: 2;
}
.woocommerce ul#shipping_method li {
  padding: 0;
  text-indent: 0;
}
.woocommerce ul#shipping_method li label {
  font-weight: normal;
  margin: 0;
}
.woocommerce ul#shipping_method .amount {
  font-weight: normal;
}
p.return-to-shop {
  margin-bottom: 80px !important;
}
.woocommerce-cart .site-content-page {
  margin-bottom: 40px;
}
@media (max-width: 1019px) {
  .woocommerce table.shop_table.cart tbody td {
    padding: 35px 5px;
  }
  .woocommerce table.shop_table.cart .product-thumbnail {
    width: 80px;
    padding-left: 10px;
  }
  .woocommerce table.shop_table.cart td.product-thumbnail {
    padding: 35px 10px 35px 10px;
  }
  .woocommerce table.shop_table.cart .product-price {
    width: 120px;
  }
  .woocommerce table.shop_table.cart .product-subtotal {
    width: 120px;
  }
  .woocommerce .cart-actions {
    padding: 35px 0 5px 0;
    text-align: left;
  }
  .woocommerce .cart-actions a.button,
  .woocommerce .cart-actions input.button {
    width: 48%;
    float: left;
    margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .woocommerce .cart-actions input[name="apply_coupon"],
  .woocommerce .cart-actions a.checkout-button {
    float: right;
    margin-left: 0;
  }
  .woocommerce .cart-actions .coupon .input-text {
    width: 48%;
    float: left;
    margin-bottom: 30px;
    min-width: 0;
  }
  .woocommerce .cart-actions .coupon {
    float: none;
  }
}
@media (min-width: 769px) {
  .woocommerce table.shop_table.cart th.product-name {
    font-size: 0;
  }
}
@media (max-width: 768px) {
  .woocommerce table.shop_table.cart .product-name {
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .woocommerce-cart .table-responsive {
    margin: 0;
    border: none;
  }
  .woocommerce table.shop_table.cart tbody td {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media (max-width: 480px) {
  .woocommerce .cart-actions a.button,
  .woocommerce .cart-actions input.button {
    width: 100%;
    float: left;
  }
  .woocommerce .cart-actions input[name="apply_coupon"],
  .woocommerce .cart-actions a.checkout-button {
    float: left;
  }
  .woocommerce .cart-actions .coupon .input-text {
    width: 100%;
  }
}
/* --------------------------------------------
	CHECKOUT
-------------------------------------------- */
.checkout-before-form + .woocommerce-checkout {
  border-top: 1px solid #eeeeee;
  padding-top: 50px;
}
.checkout-message {
  background: #f9f9f9;
  border: 1px solid #ddd;
  font-size: 14px;
  letter-spacing: 0.05em;
  font-weight: 600;
  line-height: 1.5;
  padding: 13.5px 20px;
}
.checkout-message a {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: normal;
  color: #8dd0e1;
}
.woocommerce .checkout-login form.login,
.woocommerce .checkout-coupon form.checkout_coupon {
  border: none;
  padding: 0;
  margin: 30px 0 0 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.woocommerce .checkout-login form.login p {
  margin-bottom: 30px;
}
.woocommerce .checkout-login form.login p.lost_password {
  margin-bottom: 0;
}
.woocommerce .checkout-login form.login label {
  display: none;
}
.woocommerce .checkout-coupon form.checkout_coupon p {
  margin: 0;
}
.woocommerce .checkout-coupon form.checkout_coupon .form-row-first {
  float: left;
  padding-right: 205px;
  width: 100%;
}
.woocommerce .checkout-coupon form.checkout_coupon .form-row-last {
  float: left;
  width: auto;
  position: absolute;
  right: 15px;
}
.woocommerce-billing-fields h3,
#order_review_heading {
  font-family: 'Poppins';
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-bottom: 40px;
}
#order_review_heading {
  margin-bottom: 25px;
}
.select2-container .select2-choice {
  font-family: 'Poppins';
  border: 1px solid #ddd;
  padding: 16.5px 20px;
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: 0.1em;
  color: #888;
  text-transform: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.select2-container .select2-choice:hover {
  text-decoration: none;
}
.select2-drop-active {
  border: 1px solid #ddd;
}
#ship-to-different-address ._checkbox {
  margin-bottom: 39px;
  font-size: 14px;
  font-style: italic;
  letter-spacing: 0.05em;
  text-transform: none;
}
.create-account p {
  margin-bottom: 30px;
}
.woocommerce form .form-row.create-account ._checkbox {
  font-size: 13px;
  font-style: italic;
  letter-spacing: 0.05em;
  text-transform: none;
  margin: 0;
  line-height: 20px;
  color: #444;
}
.woocommerce table.order_details,
.woocommerce table.woocommerce-checkout-review-order-table {
  border: 1px solid #eeeeee;
}
.woocommerce table.order_details thead th,
.woocommerce table.woocommerce-checkout-review-order-table thead th {
  padding: 17px 20px;
}
.woocommerce table.order_details tbody td,
.woocommerce table.woocommerce-checkout-review-order-table tbody td,
.woocommerce table.order_details tfoot td,
.woocommerce table.woocommerce-checkout-review-order-table tfoot td,
.woocommerce table.order_details tfoot th,
.woocommerce table.woocommerce-checkout-review-order-table tfoot th {
  border: none;
  padding: 10px 20px;
  line-height: 2.2;
  font-size: 14px;
  color: #444;
  font-weight: normal;
}
.woocommerce table.order_details tbody td strong,
.woocommerce table.woocommerce-checkout-review-order-table tbody td strong,
.woocommerce table.order_details tfoot td strong,
.woocommerce table.woocommerce-checkout-review-order-table tfoot td strong,
.woocommerce table.order_details tfoot th strong,
.woocommerce table.woocommerce-checkout-review-order-table tfoot th strong {
  font-weight: normal;
}
.woocommerce table.order_details .product-total,
.woocommerce table.woocommerce-checkout-review-order-table .product-total,
.woocommerce table.order_details tfoot td,
.woocommerce table.woocommerce-checkout-review-order-table tfoot td {
  text-align: right;
}
.woocommerce table.order_details tfoot tr:first-child td,
.woocommerce table.woocommerce-checkout-review-order-table tfoot tr:first-child td,
.woocommerce table.order_details tfoot tr:first-child th,
.woocommerce table.woocommerce-checkout-review-order-table tfoot tr:first-child th,
.woocommerce table.order_details tfoot tr:last-child td,
.woocommerce table.woocommerce-checkout-review-order-table tfoot tr:last-child td,
.woocommerce table.order_details tfoot tr:last-child th,
.woocommerce table.woocommerce-checkout-review-order-table tfoot tr:last-child th {
  border-top: 1px solid #eeeeee;
}
.woocommerce table.order_details tfoot tr:last-child td,
.woocommerce table.woocommerce-checkout-review-order-table tfoot tr:last-child td,
.woocommerce table.order_details tfoot tr:last-child th,
.woocommerce table.woocommerce-checkout-review-order-table tfoot tr:last-child th {
  font-family: 'Poppins';
  font-size: 18px;
  color: #8dd0e1;
  text-transform: uppercase;
}
.woocommerce table.woocommerce-checkout-review-order-table {
  margin-bottom: 80px;
}
.woocommerce-checkout #payment {
  background-color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.woocommerce-checkout #payment ul.payment_methods {
  border: 1px solid #ddd;
  padding: 0 15px;
}
.woocommerce-checkout #payment ul.payment_methods li {
  padding: 25px 0;
}
.woocommerce-checkout #payment ul.payment_methods li + li {
  border-top: 1px solid #ddd;
}
.woocommerce-checkout #payment ul.payment_methods ._radio > span {
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.woocommerce-checkout #payment ul.payment_methods ._radio i.radio-button {
  width: 16px;
  height: 16px;
}
.woocommerce-checkout #payment div.form-row {
  padding: 55px 0 0 0;
  margin: 0;
}
.woocommerce #payment #place_order {
  float: left;
  width: auto;
  margin: 0;
  background-color: #8dd0e1;
}
.woocommerce #payment #place_order:hover {
  background-color: #444;
}
.woocommerce-checkout #payment div.payment_box {
  font-size: 14px;
  padding: 0;
  margin: 10px 0 0 0;
  background: transparent;
  line-height: 2.2;
}
.woocommerce-checkout #payment div.payment_box:before {
  display: none;
}
form.woocommerce-checkout {
  margin-bottom: 100px;
}
form.woocommerce-checkout .form-row {
  margin-bottom: 30px;
}
/* --------------------------------------------
	ORDER RECEIVED
-------------------------------------------- */
.woocommerce-order-received .woocommerce h2,
.woocommerce-account .woocommerce h2,
.woocommerce-order-received .woocommerce h3,
.woocommerce-account .woocommerce h3 {
  font-family: 'Poppins';
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.05em;
  margin-bottom: 25px;
  position: relative;
}
.woocommerce-order-received .woocommerce h3,
.woocommerce-account .woocommerce h3 {
  margin-bottom: 20px;
}
.woocommerce-order-received .woocommerce header.title h3,
.woocommerce-account .woocommerce header.title h3,
.woocommerce-order-received .woocommerce h2,
.woocommerce-account .woocommerce h2 {
  padding-bottom: 15px;
  text-transform: uppercase;
}
.woocommerce-order-received .woocommerce header.title h3:after,
.woocommerce-account .woocommerce header.title h3:after,
.woocommerce-order-received .woocommerce h2:after,
.woocommerce-account .woocommerce h2:after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 2px;
  margin-left: 8px;
  background: #8dd0e1;
  vertical-align: middle;
}
.woocommerce-order-received .woocommerce header.title,
.woocommerce-account .woocommerce header.title,
.woocommerce-order-received .woocommerce h2,
.woocommerce-account .woocommerce h2 {
  margin-top: 50px;
}
.woocommerce-order-received .woocommerce address,
.woocommerce-account .woocommerce address {
  line-height: 2;
}
.woocommerce-order-received .site-content-page,
.woocommerce-account .site-content-page {
  margin-bottom: 100px;
}
.woocommerce .order_details {
  padding: 0;
  margin: 15px 0;
}
.woocommerce .order_details li {
  text-transform: none;
  font-size: 12px;
}
.woocommerce table.customer_details,
.woocommerce table.my_account_orders {
  border: 1px solid #eeeeee;
}
.woocommerce table.customer_details thead th,
.woocommerce table.my_account_orders thead th {
  padding: 17px 20px;
}
.woocommerce table.customer_details tbody td,
.woocommerce table.my_account_orders tbody td,
.woocommerce table.customer_details tbody th,
.woocommerce table.my_account_orders tbody th {
  font-weight: normal;
  padding: 15px 20px;
  border-top: 1px solid #eeeeee;
}
.woocommerce table.customer_details tbody td {
  text-align: right;
}
.woocommerce table.my_account_orders .order-actions .button {
  min-width: 0;
  padding: 10px 20px;
  font-size: 12px;
}
@media (max-width: 768px) {
  .woocommerce table.customer_details tr:nth-child(2n) td {
    background-color: transparent;
  }
  .woocommerce table.customer_details tbody th,
  .woocommerce table.customer_details tbody td {
    display: table-cell;
  }
  .woocommerce table.customer_details tr {
    display: table-row;
  }
}
@media (max-width: 767px) {
  .woocommerce .order_details li {
    float: none;
    font-size: 12px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #d3ced2;
    border-right: none;
    margin-right: 0;
    padding-right: 0;
  }
}
/* --------------------------------------------
	MY-ACCOUNT
-------------------------------------------- */
.form-login-title {
  text-align: center;
}
.form-login-title h4 {
  font-size: 21px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}
.form-login-title span {
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 1.2;
  display: block;
  margin-bottom: 20px;
}
.form-login-title:after {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  background-color: #444;
  margin: auto;
}
.woocommerce-account .customer_login_form_wrap form.login,
.woocommerce-account .customer_login_form_wrap form.register {
  margin: 50px 0 0 0;
  padding: 0;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-align: center;
}
.woocommerce-account .customer_login_form_wrap .form-row label {
  margin-bottom: 20px;
}
.woocommerce-account .customer_login_form_wrap .form-row input.input-text {
  text-align: center;
  background-color: #fafafa;
  max-width: 470px;
}
.woocommerce-account .customer_login_form_wrap ._checkbox {
  font-size: 13px;
  letter-spacing: 0.05em;
}
.woocommerce-account .customer_login_form_wrap input.button {
  min-width: 300px;
}
.woocommerce-account .customer_login_form_wrap input.button[name="register"] {
  background-color: #8dd0e1;
}
.woocommerce-account .customer_login_form_wrap input.button[name="register"]:hover {
  background-color: #444;
}
.woocommerce-account .customer_login_form_wrap .lost_password a {
  color: #8dd0e1;
  font-style: italic;
  font-size: 13px;
  text-decoration: underline;
}
.woocommerce-account .customer_login_form_wrap .col-1:after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #eee;
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
}
@media (max-width: 320px) {
  .woocommerce-account .customer_login_form_wrap input.button {
    min-width: 100%;
  }
}
@media (max-width: 768px) {
  .woocommerce-account .customer_login_form_wrap .col-1:after {
    position: static;
    width: 100%;
    height: 1px;
    margin: 50px 0;
  }
}
/* --------------------------------------------
	ORDER TRACKING
-------------------------------------------- */
.track_order {
  text-align: center;
  margin-bottom: 70px;
}
.track_order p:first-child {
  line-height: 1.8;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.woocommerce .track_order .form-row-first,
.woocommerce .track_order .form-row-last {
  float: none;
  margin: auto;
  margin-bottom: 30px;
}
.woocommerce form.track_order .form-row input.input-text {
  text-align: center;
}
/* --------------------------------------------
	MY WISHLIST
-------------------------------------------- */
.wishlist-title {
  display: none;
}
.woocommerce table.shop_table.cart.wishlist_table {
  font-size: 100%;
}
.woocommerce table.shop_table.cart.wishlist_table thead th {
  border-top: none;
}
.woocommerce table.shop_table.cart.wishlist_table th.product-name {
  font-size: 14px;
}
.woocommerce table.shop_table.cart.wishlist_table td.product-remove a.remove {
  font-family: "pure" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0;
}
.woocommerce table.shop_table.cart.wishlist_table td.product-remove a.remove:before {
  content: "\e1b8";
  font-size: 14px;
  color: #444;
}
.woocommerce table.shop_table.cart.wishlist_table td.product-remove a.remove:hover:before {
  color: #8dd0e1;
}
.woocommerce table.shop_table.cart.wishlist_table .product-price,
.woocommerce table.shop_table.cart.wishlist_table .product-stock-stauts,
.woocommerce table.shop_table.cart.wishlist_table .product-add-to-cart {
  text-align: center;
}
.woocommerce table.shop_table.cart.wishlist_table .product-stock-stauts {
  width: 150px;
}
.woocommerce table.shop_table.cart.wishlist_table .product-add-to-cart {
  width: 120px;
}
.woocommerce table.shop_table.cart.wishlist_table .product-add-to-cart a {
  font-family: 'Poppins';
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: 0.05em;
  color: #fff;
  background-color: #8dd0e1;
  padding: 10px 25px;
  margin: 0;
  display: inline-block !important;
  white-space: nowrap;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.woocommerce table.shop_table.cart.wishlist_table .product-add-to-cart a:hover {
  background-color: #444;
}
#yith-wcwl-form {
  margin-bottom: 100px;
}
.yith-wcwl-share {
  margin-bottom: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .product-listing.woocommerce.columns-4 .product-item-wrap:nth-child(4n+1) {
    clear: none;
  }
  .product-listing.woocommerce.columns-4 .product-item-wrap {
    width: 33.33333333%;
  }
  .product-listing.woocommerce.columns-4 .product-item-wrap:nth-child(3n+1) {
    clear: both;
  }
}
@media (max-width: 767px) {
  .product-listing.woocommerce.columns-3 .product-item-wrap:nth-child(3n+1),
  .product-listing.woocommerce.columns-4 .product-item-wrap:nth-child(4n+1) {
    clear: none;
  }
  .product-listing.woocommerce.columns-2 .product-item-wrap,
  .product-listing.woocommerce.columns-3 .product-item-wrap,
  .product-listing.woocommerce.columns-4 .product-item-wrap {
    width: 50% !important;
  }
  .product-listing.woocommerce.columns-2 .product-item-wrap:nth-child(2n+1),
  .product-listing.woocommerce.columns-3 .product-item-wrap:nth-child(2n+1),
  .product-listing.woocommerce.columns-4 .product-item-wrap:nth-child(2n+1) {
    clear: both;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li {
    display: block;
    text-align: center;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li + li {
    margin-top: -1px;
    margin-left: 0;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    border-bottom-color: #ddd;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li a {
    display: block;
  }
  .product-filter {
    display: block;
    float: none;
    margin-bottom: 15px;
  }
  .product-filter + .catalog-filter-inner {
    float: none;
  }
  #yith-wcwl-form {
    overflow-x: scroll;
  }
}
@media (max-width: 480px) {
  .product-listing.woocommerce.columns-2 .product-item-wrap,
  .product-listing.woocommerce.columns-3 .product-item-wrap,
  .product-listing.woocommerce.columns-4 .product-item-wrap {
    width: 100% !important;
  }
  .product-listing.woocommerce.columns-2 .product-item-wrap:nth-child(2n+1),
  .product-listing.woocommerce.columns-3 .product-item-wrap:nth-child(3n+1),
  .product-listing.woocommerce.columns-4 .product-item-wrap:nth-child(4n+1) {
    clear: none;
  }
  .woocommerce #reviews #comments ol.commentlist li img.avatar {
    display: none;
  }
  .woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin: 0;
  }
  .woocommerce #reviews #comments ol.commentlist li .comment-text .star-rating {
    position: relative;
    margin-bottom: 20px;
  }
  .woocommerce .woocommerce-result-count,
  .woocommerce-page .woocommerce-result-count {
    float: none;
    margin-bottom: 20px;
    line-height: 2.2;
    padding: 0;
  }
  .woocommerce .woocommerce-ordering,
  .woocommerce-page .woocommerce-ordering {
    float: none;
  }
  .woocommerce form .form-row-first,
  .woocommerce form .form-row-last {
    width: 100%;
    float: left;
  }
}
@media (max-width: 320px) {
  #product-filter-wrap {
    width: 300px;
  }
  .woocommerce-account #customer_login .col-1,
  .woocommerce-account #customer_login .col-2 {
    padding: 50px 15px 30px 15px;
  }
}
.shopping-cart-wrapper {
  padding: 0;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  text-align: right;
  position: relative;
}
.shopping-cart-wrapper.no-price .sub-total-text {
  display: none;
}
.shopping-cart-wrapper .widget_shopping_cart_icon {
  position: relative;
  display: inline-block;
  height: 36px;
  line-height: 36px;
  padding-right: 10px;
}
.shopping-cart-wrapper .widget_shopping_cart_icon > i.icon {
  display: inline;
  cursor: pointer;
  padding: 0;
  vertical-align: middle;
  width: 43px;
  height: 43px;
  line-height: 43px;
  text-align: center;
  font-size: 24px;
}
.shopping-cart-wrapper .widget_shopping_cart_content {
  display: block;
  text-align: left;
  font-family: 'Poppins';
}
.shopping-cart-wrapper .widget_shopping_cart_content:hover .cart_list_wrapper {
  visibility: visible;
  opacity: 1;
  -webkit-transition-timing-function: cubic-bezier(0.11, 0.76, 0.24, 0.93);
  -moz-transition-timing-function: cubic-bezier(0.11, 0.76, 0.24, 0.93);
  -ms-transition-timing-function: cubic-bezier(0.11, 0.76, 0.24, 0.93);
  -o-transition-timing-function: cubic-bezier(0.11, 0.76, 0.24, 0.93);
  transition-timing-function: cubic-bezier(0.11, 0.76, 0.24, 0.93);
}
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper {
  display: block;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 100%;
  right: 0;
  left: auto;
  z-index: 9998;
  width: 384px;
  background: #fff;
  border: solid 1px #eee;
  border-bottom: solid 2px #8dd0e1 !important;
  padding: 0;
  line-height: 2em;
  color: #444;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
  -webkit-transition-timing-function: cubic-bezier(1, 0.07, 1, 0.07);
  -moz-transition-timing-function: cubic-bezier(1, 0.07, 1, 0.07);
  -ms-transition-timing-function: cubic-bezier(1, 0.07, 1, 0.07);
  -o-transition-timing-function: cubic-bezier(1, 0.07, 1, 0.07);
  transition-timing-function: cubic-bezier(1, 0.07, 1, 0.07);
}
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper .icon:before,
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper i.fa:before {
  font-size: 15px;
}
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper .cart-total {
  margin: 0 15px;
  position: relative;
  color: #222222;
  line-height: 48px;
  border-bottom: solid 1px #eee;
  border-top: solid 1px #eee;
  font-size: 12px;
}
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper li.empty {
  padding: 15px;
  text-align: center;
}
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper li.empty h4 {
  text-transform: uppercase;
  padding: 0 0 15px;
  margin: 0;
  font-size: 16px;
  word-spacing: 0.2em;
}
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper li.empty p {
  padding: 0;
  margin: 0;
  font-size: 14px;
}
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper li {
  padding: 15px 0;
  margin: 0;
  position: relative;
}
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper li + li {
  border-top: solid 1px #eee;
}
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper li .cart-left {
  float: left;
  overflow: hidden;
  margin-right: 10px;
  border: solid 1px #eee;
  background: #fff;
}
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper li .cart-left > a > img {
  height: auto;
  width: 58px;
  margin: 0;
  display: block;
}
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper li .cart-right {
  overflow: hidden;
}
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper li .cart-right > a {
  text-transform: uppercase;
  word-spacing: 0.2em;
  font-size: 12px;
  font-weight: 700;
  display: block;
  padding-right: 15px;
  margin-bottom: 6px;
}
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper li .cart-right > span.quantity {
  font-size: 12px;
  font-weight: 700;
  display: block;
  text-align: left;
  color: #8dd0e1;
}
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper li .cart-right > a.mini-cart-remove {
  position: absolute;
  right: 0;
  top: 15px;
  padding-right: 0;
  font-size: 14px;
}
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper li:after {
  content: "";
  display: block;
  clear: both;
}
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper p.total {
  padding: 0;
  font-weight: bold;
  margin: 0;
  line-height: inherit;
}
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper p.total strong {
  font-weight: 400;
  padding-right: 5px;
}
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper p.total > span.amount {
  font-weight: 700;
  float: right;
  color: #8dd0e1;
}
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper p.buttons {
  text-align: center;
  margin: 0;
  padding: 15px 0 0;
  font-size: 0;
}
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper p.buttons .button {
  color: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  line-height: 20px;
  padding: 15px;
  font-size: 12px;
  min-width: 125px;
  width: 48%;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 500;
  background-color: #8dd0e1;
}
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper p.buttons .button > i.fa {
  margin-right: 5px;
}
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper p.buttons .button:hover {
  background-color: #444;
}
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper p.buttons .button + .button {
  margin-left: 4%;
}
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper dl {
  border: none;
  margin: 0;
  padding: 0;
}
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper dl dt {
  float: left;
  margin: 0 10px 0 0;
  padding: 0;
  line-height: 25px;
  clear: none;
  font-size: 11px;
  font-weight: 400;
}
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper dl dd {
  padding: 0;
  line-height: 25px;
  display: block;
  float: none;
  margin: 0;
  font-size: 11px;
}
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper dl p {
  margin: 0;
  padding: 0;
}
.shopping-cart-wrapper .widget_shopping_cart_icon > i.icon + span.total {
  position: absolute;
  width: 18px;
  height: 18px;
  line-height: 21px;
  font-weight: 500;
  background-color: #8dd0e1;
  color: #fff;
  top: 6px;
  right: 2px;
  text-align: center;
  font-size: 11px;
  padding-left: 1px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.shopping-cart-wrapper .cart-total-left {
  float: left;
}
.shopping-cart-wrapper .cart-total-left span {
  vertical-align: middle;
}
.shopping-cart-wrapper .cart-total-right {
  float: right;
}
.shopping-cart-wrapper ul.cart_list,
.shopping-cart-wrapper ul.product_list_widget {
  position: relative;
  margin: 0;
  list-style: none;
  padding: 15px 15px 0;
  max-height: 293px;
}
.shopping-cart-wrapper .cart-button-wrapper {
  padding: 15px 15px 35px;
}
.shopping-cart-wrapper .cart_list_wrapper.sub-menu-dark {
  background-color: #222222;
  border-color: #333;
  color: #fff;
}
.shopping-cart-wrapper .cart_list_wrapper.sub-menu-dark li .cart-right > a,
.shopping-cart-wrapper .cart_list_wrapper.sub-menu-dark .cart-total-left > a,
.shopping-cart-wrapper .cart_list_wrapper.sub-menu-dark li .cart-right > a.mini-cart-remove {
  color: #fff;
}
.shopping-cart-wrapper .cart_list_wrapper.sub-menu-dark li .cart-right > a:hover,
.shopping-cart-wrapper .cart_list_wrapper.sub-menu-dark .cart-total-left > a:hover,
.shopping-cart-wrapper .cart_list_wrapper.sub-menu-dark li .cart-right > a.mini-cart-remove:hover {
  color: #8dd0e1;
}
.shopping-cart-wrapper .cart_list_wrapper.sub-menu-dark li + li {
  border-top-color: #333;
}
.shopping-cart-wrapper .cart_list_wrapper.sub-menu-dark .cart-total {
  border-top-color: #333;
  border-bottom-color: #333;
}
@media screen and (min-width: 860px) {
  .shopping-cart-wrapper .cart_list_wrapper.large-size {
    width: 743px;
  }
  .shopping-cart-wrapper .cart_list_wrapper.large-size .product_list_widget:after {
    content: '';
    display: block;
    clear: both;
  }
  .shopping-cart-wrapper .cart_list_wrapper.large-size .product_list_widget li {
    float: left;
    width: 48%;
  }
  .shopping-cart-wrapper .cart_list_wrapper.large-size .product_list_widget li:nth-child(2n+2) {
    float: right;
  }
  .shopping-cart-wrapper .cart_list_wrapper.large-size .product_list_widget li:nth-child(2) {
    border-top: none;
  }
  .shopping-cart-wrapper .cart_list_wrapper.large-size .mini-cart-footer {
    border-top: solid 1px #eeeeee;
    margin: 0 15px;
    padding: 35px 0;
  }
  .shopping-cart-wrapper .cart_list_wrapper.large-size .mini-cart-footer .cart-total,
  .shopping-cart-wrapper .cart_list_wrapper.large-size .mini-cart-footer .cart-button-wrapper {
    width: 48%;
    float: right;
    margin: 0;
    border: none;
  }
  .shopping-cart-wrapper .cart_list_wrapper.large-size .mini-cart-footer .cart-button-wrapper {
    float: left;
    padding: 0;
  }
  .shopping-cart-wrapper .cart_list_wrapper.large-size .mini-cart-footer .cart-button-wrapper p.buttons {
    padding: 0;
  }
  .shopping-cart-wrapper .cart_list_wrapper.large-size .mini-cart-footer .cart-total {
    text-align: right;
    width: 35%;
    line-height: 48px;
  }
  .cart_list_wrapper.sub-menu-dark.large-size .mini-cart-footer {
    border-top-color: #333;
  }
}
@media screen and (max-width: 480px) {
  .shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper {
    width: 320px;
  }
}
@media screen and (max-width: 360px) {
  .shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper {
    width: 250px;
  }
  .shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper p.buttons .button {
    width: 100%;
  }
  .shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper p.buttons .button + .button {
    margin-left: 0;
    margin-top: 15px;
  }
}
/**
 * 8.0 - ShortCode
 * ----------------------------------------------------------------------------
 */
/*Heading*/
.osthemes-heading {
  letter-spacing: .05em;
}
.osthemes-heading h1 {
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
  background-repeat: no-repeat;
  line-height: 1.2;
  color: #444444;
}
.osthemes-heading h1.fz-36 {
  margin-bottom: 10px;
}
.osthemes-heading h1.fz-36:after {
  width: 50px;
}
.osthemes-heading h1.fz-48:after {
  width: 70px;
}
.osthemes-heading h1.fz-60:after {
  width: 90px;
}
.osthemes-heading h1.border-bottom-primary:after {
  content: '';
  display: block;
  height: 2px;
  background-color: #8dd0e1;
  margin-top: 20px;
}
.osthemes-heading h1.border-bottom-light:after {
  content: '';
  display: block;
  height: 2px;
  background-color: #fff;
  margin-top: 20px;
}
.osthemes-heading h1.border-bottom-dark:after {
  content: '';
  display: block;
  height: 2px;
  background-color: #444;
  margin-top: 20px;
}
.osthemes-heading span {
  display: block;
  line-height: 1.2;
  max-width: 1170px;
  font-weight: 500;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
.osthemes-heading span i {
  color: #8dd0e1;
}
.osthemes-heading p {
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
}
.osthemes-heading img {
  max-width: 100%;
  max-height: 50px;
}
.osthemes-heading.use-bg h1 {
  padding-bottom: 15px;
}
.osthemes-heading.use-bg h1.custom-bg-pos {
  padding-top: 80px;
  margin-bottom: 10px;
}
.osthemes-heading.text-center {
  padding: 0 15px;
}
.osthemes-heading.text-center h1 {
  background-position: center bottom;
}
.osthemes-heading.text-center h1:after {
  margin-right: auto;
  margin-left: auto;
}
.osthemes-heading.text-left h1 {
  background-position: left bottom;
}
.osthemes-heading.text-left p,
.osthemes-heading.text-left span,
.osthemes-heading.text-left h1 {
  margin-left: 0;
}
.osthemes-heading.text-left p:after,
.osthemes-heading.text-left span:after,
.osthemes-heading.text-left h1:after {
  margin-right: auto;
}
.osthemes-heading.text-right h1 {
  background-position: right bottom;
}
.osthemes-heading.text-right p,
.osthemes-heading.text-right span,
.osthemes-heading.text-right h1 {
  margin-right: 0;
}
.osthemes-heading.text-right p:after,
.osthemes-heading.text-right span:after,
.osthemes-heading.text-right h1:after {
  margin-left: auto;
}
.osthemes-heading.color-light {
  color: #fff;
}
.osthemes-heading.color-light p,
.osthemes-heading.color-light span,
.osthemes-heading.color-light h1 {
  color: #fff;
}
@media (max-width: 600px) {
  .osthemes-heading.size-md h1,
  .osthemes-heading.size-lg h1,
  .osthemes-heading.size-xlg h1 {
    font-size: 30px;
  }
  .osthemes-heading.size-md span,
  .osthemes-heading.size-lg span,
  .osthemes-heading.size-xlg span {
    font-size: 16px;
  }
}
@media (min-width: 601px) and (max-width: 799px) {
  .osthemes-heading.size-lg h1 {
    font-size: 32px;
  }
  .osthemes-heading.size-xlg h1 {
    font-size: 40px;
  }
  .osthemes-heading.size-md span,
  .osthemes-heading.size-lg span,
  .osthemes-heading.size-xlg span {
    font-size: 16px;
  }
}
@media (min-width: 800px) and (max-width: 991px) {
  .osthemes-heading.size-xlg h1 {
    font-size: 54px;
  }
}
/*Icon List*/
.icon-line-dash .iconbox:before {
  content: " ";
  display: block;
  position: absolute;
  top: 30px;
  width: 1px;
  height: auto;
  border-left: 1px dashed #8dd0e1;
  left: 35px;
  bottom: 0;
}
.icon-line-dash .iconbox.default {
  padding-top: 10px;
}
.icon-line-dash .iconbox.default:before {
  top: 53px;
  left: 40px;
}
.icon-line-dash .iconbox.icon-box-circle:before {
  top: 70px;
}
.icon-line-dash .iconbox:last-child:before {
  display: none;
}
@media (max-width: 767px) {
  .icon-line-dash .iconbox:before {
    left: 45px;
  }
  .icon-line-dash .iconbox.default:before {
    left: 50px;
  }
}
/*Border Icon*/
.icon-border .owl-item {
  min-height: 372px;
  position: relative;
  border: 1px solid #DDD;
  border-right: none;
}
.icon-border .owl-item:before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.05);
  top: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.icon-border .owl-item:hover:before {
  opacity: 1;
}
@media (min-width: 1200px) {
  .icon-border-right-bottom {
    border-right: 1px solid;
    border-bottom: 1px solid;
  }
  .icon-border-right {
    border-right: 1px solid;
  }
  .icon-border-bottom {
    border-bottom: 1px solid;
  }
  .icon-border-right-bottom,
  .icon-border-right,
  .icon-border-bottom {
    border-color: #ddd;
  }
  .icon-border-right-bottom.border-dark,
  .icon-border-right.border-dark,
  .icon-border-bottom.border-dark {
    border-color: #333;
  }
  .icon-border-right-bottom.border-light,
  .icon-border-right.border-light,
  .icon-border-bottom.border-light {
    border-color: #eee;
  }
}
/*Block quotes*/
blockquote {
  border: none;
  padding: 40px 20px;
  margin: 0;
}
blockquote p {
  font-size: 18px;
  line-height: 1.6;
  font-style: italic;
  position: relative;
  overflow: hidden;
}
blockquote:before {
  content: "\275e";
  font-family: "vc_entypo";
  font-style: normal;
  font-weight: normal;
  font-size: 45px;
  margin-right: 15px;
  float: left;
  margin-top: -25px;
  color: #8dd0e1;
}
.blockquote-primary blockquote:before {
  color: #8dd0e1;
}
.blockquote-secondary blockquote:before {
  color: #8dd0e1;
}
.blockquote-gray blockquote:before {
  color: #444;
}
/*Hightlight*/
.hightlight-primary {
  background-color: #8dd0e1;
  color: #ffffff;
  padding: 4px;
}
.hightlight-secondary {
  background-color: #8dd0e1;
  color: #ffffff;
  padding: 4px;
}
.hightlight-light {
  background-color: #eee;
  padding: 4px;
}
/*Drop-caps*/
.dropcap p {
  line-height: 2.2;
}
.dropcap .first-letter {
  border: 1px solid;
  font-size: 38px;
  display: inline-block;
  font-family: 'Poppins';
  width: 56px;
  height: 56px;
  float: left;
  line-height: 56px;
  margin-right: 15px;
  text-align: center;
}
.dropcap.dropcap-primary .first-letter {
  color: #8dd0e1;
  background-color: #8dd0e1;
  border-color: #8dd0e1;
}
.dropcap.dropcap-secondary .first-letter {
  color: #8dd0e1;
  background-color: #8dd0e1;
  border-color: #8dd0e1;
}
.dropcap.dropcap-transparent .first-letter {
  color: #666666 !important;
  background-color: transparent;
  border-color: #666666;
  font-family: inherit;
  font-weight: bold;
}
.dropcap.dropcap-none .first-letter {
  font-size: 55px;
  border-color: transparent;
  background-color: transparent;
  padding-right: 0;
}
.dropcap.dropcap-circle .first-letter {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid;
  color: #fff;
}
.dropcap.dropcap-square .first-letter {
  border: 1px solid;
  color: #fff;
}
/*Button*/
.button-wrapper.button-inline {
  display: inline-block;
}
.button-wrapper.button-left {
  display: block;
  text-align: left;
}
.button-wrapper.button-right {
  display: block;
  text-align: right;
}
.button-wrapper.button-center {
  display: block;
  text-align: center;
}
.p-button {
  display: inline-block;
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 16.5px 30px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.p-button img {
  height: 14px;
  width: 14px;
}
.p-button-xs {
  padding: 13.5px 40px;
}
.p-button-xs.p-button-bordered-2 {
  padding: 12.5px 38px;
}
.p-button-sm {
  padding: 16px 44px;
}
.p-button-sm.p-button-bordered-2 {
  padding: 15px 42px;
}
.p-button-md {
  font-size: 14px;
  padding: 18px 53px;
}
.p-button-md.p-button-bordered-2 {
  padding: 17px 51px;
}
.p-button-lg {
  font-size: 16px;
  padding: 18px 52px;
}
.p-button-lg.p-button-bordered-2 {
  padding: 16px 60px;
}
.p-button-xlg {
  font-size: 18px;
  padding: 17px 62px;
}
.p-button-xlg.p-button-bordered-2 {
  padding: 16px 70px;
}
.p-button-primary {
  background-color: #8dd0e1;
  color: #8dd0e1;
}
.p-button-gray {
  background-color: #444;
  color: #444;
}
.p-button-black {
  background-color: #000;
  color: #000;
}
.p-button-light {
  border-color: #fff;
  background-color: #fff;
  color: #fff;
}
.p-button-light.p-button-bg,
.p-button-light.p-button-3d {
  color: #000;
  border-color: #fff;
}
.p-button-bordered {
  border: 1px solid;
  background-color: transparent;
}
.p-button-bordered-2 {
  border: 2px solid;
  background-color: transparent;
}
.p-button-bg {
  border: 1px solid;
  color: #fff;
}
.p-button-3d {
  border: 1px solid;
  border-top: none;
  color: #fff;
  border-bottom: 2px solid rgba(0, 0, 0, 0.2) !important;
}
.p-button-primary {
  border-color: #8dd0e1;
}
.p-button-secondary {
  border-color: #8dd0e1;
}
.p-button-gray {
  border-color: #444;
}
.p-button-black {
  border-color: #000;
}
.p-button-primary:focus,
.p-button-primary:active {
  color: #8dd0e1;
}
.p-button-secondary:focus,
.p-button-secondary:active {
  color: #8dd0e1;
}
.p-button-gray:focus,
.p-button-gray:active {
  color: #444;
}
.p-button-black:focus,
.p-button-black:active {
  color: #000;
}
.p-button-bg:focus,
.p-button-bg:active,
.p-button-3d:focus,
.p-button-3d:active {
  color: #fff;
}
.p-button-light:focus,
.p-button-light:active {
  color: #fff;
  border-color: #fff;
}
.p-button-light:focus.p-button-bg,
.p-button-light:active.p-button-bg,
.p-button-light:focus.p-button-3d,
.p-button-light:active.p-button-3d {
  color: #000;
}
.p-button-primary:hover {
  background-color: #8dd0e1;
}
.p-button-primary:hover.p-button-bg,
.p-button-primary:hover.p-button-3d {
  background-color: #444;
  border-color: #444;
}
.p-button-secondary:hover {
  background-color: #8dd0e1;
}
.p-button-secondary:hover.p-button-bg,
.p-button-secondary:hover.p-button-3d {
  background-color: #444;
  border-color: #444;
}
.p-button-gray:hover {
  background-color: #444;
}
.p-button-gray:hover.p-button-bg,
.p-button-gray:hover.p-button-3d {
  background-color: #8dd0e1;
  border-color: #8dd0e1;
}
.p-button-black:hover {
  background-color: #000;
}
.p-button-black:hover.p-button-bg,
.p-button-black:hover.p-button-3d {
  background-color: #8dd0e1;
  border-color: #8dd0e1;
}
.p-button-bordered:hover {
  color: #fff;
}
.p-button-bordered-2:hover {
  color: #fff;
}
.p-button-bg:hover,
.p-button-3d:hover {
  color: #fff;
}
.p-button-light:hover {
  background-color: #fff;
  color: #666666;
  border-color: #fff;
}
.p-button-light:hover.p-button-3d,
.p-button-light:hover.p-button-bg {
  color: #666666;
}
.p-button.i-left {
  position: relative;
}
.p-button.i-left.p-button-sm,
.p-button.i-left.p-button-xs {
  padding-left: 45px;
}
.p-button.i-left img,
.p-button.i-left i {
  position: absolute;
  left: 25px;
  line-height: 1.2;
}
.p-button.i-right {
  position: relative;
}
.p-button.i-right.p-button-sm,
.p-button.i-right.p-button-xs {
  padding-right: 45px;
}
.p-button.i-right img,
.p-button.i-right i {
  position: absolute;
  right: 25px;
  line-height: 1.2;
}
/*====end button===*/
.vc_chart .vc_chart-legend span {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0.5em 1.5em 0.5em 0.9em;
  width: 1.8em;
  height: 1.8em;
}
.owl-osthemes-shortcode .owl-controls {
  height: auto;
}
.owl-osthemes-shortcode .owl-controls .owl-nav {
  margin: 0;
}
.owl-osthemes-shortcode .owl-controls .owl-nav div {
  padding: 0;
  position: absolute;
  width: 44px;
  height: 44px;
  top: 50%;
  margin: -22px 0 0 0;
  opacity: 0;
  background-color: transparent;
  -webkit-transition: left 0.5s ease-in 0.5s, right 0.5s ease-in 0.5s, opacity 0.5s ease-in 0.5s;
  -moz-transition: left 0.5s ease-in 0.5s, right 0.5s ease-in 0.5s, opacity 0.5s ease-in 0.5s;
  -o-transition: left 0.5s ease-in 0.5s, right 0.5s ease-in 0.5s, opacity 0.5s ease-in 0.5s;
  transition: left 0.5s ease-in 0.5s, right 0.5s ease-in 0.5s, opacity 0.5s ease-in 0.5s;
  line-height: 42px;
  text-align: center;
}
.owl-osthemes-shortcode .owl-controls .owl-nav div i {
  color: #AAAAAA;
  font-size: 32px;
  line-height: 40px;
  font-weight: bold;
}
.owl-osthemes-shortcode .owl-controls .owl-nav div:hover {
  background-color: transparent;
}
.owl-osthemes-shortcode .owl-controls .owl-nav div:hover i {
  color: #8dd0e1;
}
.owl-osthemes-shortcode .owl-controls .owl-nav .owl-prev {
  left: 0;
}
.owl-osthemes-shortcode .owl-controls .owl-nav .owl-prev i:before {
  content: "\e13f";
  font-family: 'pure';
}
.owl-osthemes-shortcode .owl-controls .owl-nav .owl-next {
  right: 0;
}
.owl-osthemes-shortcode .owl-controls .owl-nav .owl-next i:before {
  content: "\e141";
  font-family: 'pure';
}
.owl-osthemes-shortcode .owl-controls .owl-dots {
  text-align: center;
}
.owl-osthemes-shortcode .owl-controls .owl-dots .owl-dot {
  display: inline-block;
}
.owl-osthemes-shortcode .owl-controls .owl-dots .owl-dot span {
  width: 15px;
  height: 3px;
  margin: 5px;
  display: block;
  border: 1px solid #ddd;
  background-color: transparent;
}
.owl-osthemes-shortcode .owl-controls .owl-dots .owl-dot.active span,
.owl-osthemes-shortcode .owl-controls .owl-dots .owl-dot:hover span {
  background-color: #ddd;
}
.owl-osthemes-shortcode:hover .owl-controls .owl-nav .owl-prev {
  left: -104px;
  opacity: 1;
}
.owl-osthemes-shortcode:hover .owl-controls .owl-nav .owl-next {
  right: -104px;
  opacity: 1;
}
.color-light .owl-osthemes-shortcode .owl-controls .owl-nav div {
  border: 2px solid #ffffff;
}
.color-light .owl-osthemes-shortcode .owl-controls .owl-nav div i {
  color: #ffffff;
}
.color-light .owl-osthemes-shortcode .owl-controls .owl-nav div:hover {
  background-color: #8dd0e1;
  border-color: #8dd0e1;
}
.color-light .owl-osthemes-shortcode .owl-controls .owl-nav div:hover i {
  color: #FFFFFF;
}
@media (max-width: 1380px) {
  .owl-osthemes-shortcode:hover .owl-controls .owl-nav .owl-prev {
    left: -50px;
  }
  .owl-osthemes-shortcode:hover .owl-controls .owl-nav .owl-next {
    right: -50px;
  }
}
@media (max-width: 1269px) {
  .owl-osthemes-shortcode:hover .owl-controls .owl-nav .owl-prev {
    left: -20px;
  }
  .owl-osthemes-shortcode:hover .owl-controls .owl-nav .owl-next {
    right: -20px;
  }
}
@media (max-width: 1000px) {
  .owl-osthemes-shortcode:hover .owl-controls .owl-nav .owl-prev {
    left: -10px;
  }
  .owl-osthemes-shortcode:hover .owl-controls .owl-nav .owl-next {
    right: -10px;
  }
}
@media (max-width: 800px) {
  .owl-osthemes-shortcode:hover .owl-controls .owl-nav .owl-prev {
    left: 0;
  }
  .owl-osthemes-shortcode:hover .owl-controls .owl-nav .owl-next {
    right: 0;
  }
}
/* message_box */
.vc_color-m-info.vc_message_box {
  color: #59A3C1;
  border-color: #A0D1E1;
  background-color: #B6ECFF;
}
.vc_color-m-info.vc_message_box .vc_message_box-icon {
  color: #59A3C1;
}
.vc_color-m-info.vc_message_box-solid {
  color: #59A3C1;
  border-color: transparent;
  background-color: #B6ECFF;
}
.vc_color-m-info.vc_message_box-solid .vc_message_box-icon {
  color: #59A3C1;
}
.vc_color-m-info.vc_message_box-outline,
.vc_color-m-info.vc_message_box-solid-icon {
  color: #59A3C1;
  border-color: #A0D1E1;
  background-color: transparent;
}
.vc_color-m-info.vc_message_box-outline .vc_message_box-icon,
.vc_color-m-info.vc_message_box-solid-icon .vc_message_box-icon {
  color: #59A3C1;
}
.vc_color-m-info.vc_message_box-solid-icon .vc_message_box-icon {
  color: #59A3C1;
  background-color: #B6ECFF;
}
.vc_color-m-info.vc_message_box-3d {
  box-shadow: 0 5px 0 #59A3C1;
}
/* 2 */
.vc_color-m-warning.vc_message_box {
  color: #FF7F00;
  border-color: #FFCC99;
  background-color: #FFF6B7;
}
.vc_color-m-warning.vc_message_box .vc_message_box-icon {
  color: #FF7F00;
}
.vc_color-m-warning.vc_message_box-solid {
  color: #FF7F00;
  border-color: transparent;
  background-color: #FFF6B7;
}
.vc_color-m-warning.vc_message_box-solid .vc_message_box-icon {
  color: #FF7F00;
}
.vc_color-m-warning.vc_message_box-outline,
.vc_color-m-warning.vc_message_box-solid-icon {
  color: #FF7F00;
  border-color: #FFCC99;
  background-color: transparent;
}
.vc_color-m-warning.vc_message_box-outline .vc_message_box-icon,
.vc_color-m-warning.vc_message_box-solid-icon .vc_message_box-icon {
  color: #FF7F00;
}
.vc_color-m-warning.vc_message_box-solid-icon .vc_message_box-icon {
  color: #FF7F00;
  background-color: #FFF6B7;
}
.vc_color-m-warning.vc_message_box-3d {
  box-shadow: 0 5px 0 #FF7F00;
}
/* 3 */
.vc_color-m-success.vc_message_box {
  color: #468C00;
  border-color: #80FF01;
  background-color: #BCFCA2;
}
.vc_color-m-success.vc_message_box .vc_message_box-icon {
  color: #468C00;
}
.vc_color-m-success.vc_message_box-solid {
  color: #468C00;
  border-color: transparent;
  background-color: #BCFCA2;
}
.vc_color-m-success.vc_message_box-solid .vc_message_box-icon {
  color: #468C00;
}
.vc_color-m-success.vc_message_box-outline,
.vc_color-m-success.vc_message_box-solid-icon {
  color: #468C00;
  border-color: #80FF01;
  background-color: transparent;
}
.vc_color-m-success.vc_message_box-outline .vc_message_box-icon,
.vc_color-m-success.vc_message_box-solid-icon .vc_message_box-icon {
  color: #468C00;
}
.vc_color-m-success.vc_message_box-solid-icon .vc_message_box-icon {
  color: #468C00;
  background-color: #BCFCA2;
}
.vc_color-m-success.vc_message_box-3d {
  box-shadow: 0 5px 0 #468C00;
}
/* 4 */
.vc_color-m-danger.vc_message_box {
  color: #FF5533;
  border-color: #DFB6AD;
  background-color: #FFCEC5;
}
.vc_color-m-danger.vc_message_box .vc_message_box-icon {
  color: #FF5533;
}
.vc_color-m-danger.vc_message_box-solid {
  color: #FF5533;
  border-color: transparent;
  background-color: #FFCEC5;
}
.vc_color-m-danger.vc_message_box-solid .vc_message_box-icon {
  color: #FF5533;
}
.vc_color-m-danger.vc_message_box-outline,
.vc_color-m-danger.vc_message_box-solid-icon {
  color: #FF5533;
  border-color: #DFB6AD;
  background-color: transparent;
}
.vc_color-m-danger.vc_message_box-outline .vc_message_box-icon,
.vc_color-m-danger.vc_message_box-solid-icon .vc_message_box-icon {
  color: #FF5533;
}
.vc_color-m-danger.vc_message_box-solid-icon .vc_message_box-icon {
  color: #FF5533;
  background-color: #FFCEC5;
}
.vc_color-m-danger.vc_message_box-3d {
  box-shadow: 0 5px 0 #FF5533;
}
/* 5 */
.vc_color-m-notice.vc_message_box {
  color: #444444;
  border-color: #DDDDDD;
  background-color: #EFF5F7;
}
.vc_color-m-notice.vc_message_box .vc_message_box-icon {
  color: #444444;
}
.vc_color-m-notice.vc_message_box-solid {
  color: #444444;
  border-color: transparent;
  background-color: #EFF5F7;
}
.vc_color-m-notice.vc_message_box-solid .vc_message_box-icon {
  color: #444444;
}
.vc_color-m-notice.vc_message_box-outline,
.vc_color-m-notice.vc_message_box-solid-icon {
  color: #444444;
  border-color: #DDDDDD;
  background-color: transparent;
}
.vc_color-m-notice.vc_message_box-outline .vc_message_box-icon,
.vc_color-m-notice.vc_message_box-solid-icon .vc_message_box-icon {
  color: #444444;
}
.vc_color-m-notice.vc_message_box-solid-icon .vc_message_box-icon {
  color: #444444;
  background-color: #EFF5F7;
}
.vc_color-m-notice.vc_message_box-3d {
  box-shadow: 0 5px 0 #444444;
}
.vc_message_box.icon_small {
  padding: 4px 15px 4px 47px;
}
.vc_message_box.icon_small .vc_message_box-icon {
  font-size: 10px;
  width: 49px;
}
.vc_message_box.icon_small p {
  font-size: 13px;
  font-weight: 600;
}
.vc_message_box.icon_large {
  padding: 15px 15px 15px 105px;
}
.vc_message_box.icon_large .vc_message_box-icon {
  font-size: 22px;
  width: 109px;
}
.vc_message_box.icon_large h6 {
  font-size: 14px;
  margin-bottom: 5px;
}
.vc_tta-style-tour_style1 .vc_tta-tab.vc_active {
  background-color: #8dd0e1;
  color: #ffffff;
}
.vc_tta-style-tour_style1.vc_tta.vc_general .vc_tta-panel-body {
  padding: 0;
}
.vc_tta-style-tour_style1 .vc_tta-tab,
.vc_tta-style-tour_style1 .vc_tta-panel-heading {
  background-color: #EEEEEE;
}
.vc_tta-style-tour_style1 .vc_active .vc_tta-panel-heading {
  background-color: #8dd0e1;
  color: #ffffff;
}
.vc_tta-style-tour_style1 .vc_tta-tab > a,
.vc_tta-style-tour_style1 .vc_tta-panel-title > a {
  font-family: 'Poppins';
  font-size: 12px;
  padding: 13px;
}
.vc_tta-style-tab_style1 .vc_tta-title-text {
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
.vc_tta-style-tab_style1 .vc_tta-tab,
.vc_tta-style-tab_style1 .vc_tta-panel-heading {
  border: 1px solid #DDDDDD;
  background-color: #ffffff;
}
.vc_tta-style-tab_style1 .vc_tta-tab a,
.vc_tta-style-tab_style1 .vc_tta-panel-heading a {
  padding: 10px 20px !important;
}
.vc_tta-style-tab_style1 .vc_tta-tab .vc_tta-icon,
.vc_tta-style-tab_style1 .vc_tta-panel-heading .vc_tta-icon {
  font-size: 20px;
  vertical-align: middle;
  display: inline-block;
}
.vc_tta-style-tab_style1 .vc_tta-tab:hover,
.vc_tta-style-tab_style1 .vc_tta-panel-heading:hover {
  background-color: #EEEEEE;
}
.vc_tta-style-tab_style1 .vc_tta-tab.vc_active {
  background-color: #ffffff;
  border-color: #8dd0e1 #dddddd #ffffff #dddddd;
  position: relative;
}
.vc_tta-style-tab_style1 .vc_tta-tab.vc_active:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  border-top: 1px solid #8dd0e1;
}
.vc_tta-style-tab_style1 .vc_tta-panel-heading {
  border-bottom: 1px solid #DDDDDD !important;
}
.vc_tta-style-tab_style1 .vc_active .vc_tta-panel-heading {
  border-top-color: #8dd0e1;
  border-top-width: 2px;
}
.vc_tta-style-tab_style1 .vc_tta-panels-container {
  border: 1px solid #DDDDDD;
  background-color: #ffffff;
}
.vc_tta-style-tab_style1 .vc_tta-tabs-container {
  margin-bottom: -1px !important;
}
.vc_tta-style-tab_style1 .vc_tta-tab + .vc_tta-tab {
  margin-left: -1px;
}
.vc_tta-style-accordion_style1.vc_tta.vc_general .vc_tta-panel-heading,
.vc_tta-style-accordion_style2.vc_tta.vc_general .vc_tta-panel-heading,
.vc_tta-style-accordion_style3.vc_tta.vc_general .vc_tta-panel-heading,
.vc_tta-style-accordion_style4.vc_tta.vc_general .vc_tta-panel-heading {
  border: 1px solid #DDDDDD;
}
.vc_tta-style-accordion_style1.vc_tta.vc_general .vc_tta-panel-body,
.vc_tta-style-accordion_style2.vc_tta.vc_general .vc_tta-panel-body,
.vc_tta-style-accordion_style3.vc_tta.vc_general .vc_tta-panel-body,
.vc_tta-style-accordion_style4.vc_tta.vc_general .vc_tta-panel-body {
  border: 1px solid #DDDDDD;
  margin-top: -1px;
}
.vc_tta-style-accordion_style1.vc_tta .vc_tta-controls-icon-position-left,
.vc_tta-style-accordion_style2.vc_tta .vc_tta-controls-icon-position-left,
.vc_tta-style-accordion_style3.vc_tta .vc_tta-controls-icon-position-left,
.vc_tta-style-accordion_style4.vc_tta .vc_tta-controls-icon-position-left {
  position: relative;
}
.vc_tta-style-accordion_style1.vc_tta .vc_tta-controls-icon-position-left .vc_tta-controls-icon,
.vc_tta-style-accordion_style2.vc_tta .vc_tta-controls-icon-position-left .vc_tta-controls-icon,
.vc_tta-style-accordion_style3.vc_tta .vc_tta-controls-icon-position-left .vc_tta-controls-icon,
.vc_tta-style-accordion_style4.vc_tta .vc_tta-controls-icon-position-left .vc_tta-controls-icon {
  left: 23px;
}
.vc_tta-style-accordion_style1.vc_tta .vc_tta-controls-icon-position-left.vc_tta-panel-title > a,
.vc_tta-style-accordion_style2.vc_tta .vc_tta-controls-icon-position-left.vc_tta-panel-title > a,
.vc_tta-style-accordion_style3.vc_tta .vc_tta-controls-icon-position-left.vc_tta-panel-title > a,
.vc_tta-style-accordion_style4.vc_tta .vc_tta-controls-icon-position-left.vc_tta-panel-title > a {
  padding-left: 80px;
}
.vc_tta-style-accordion_style1.vc_tta .vc_tta-controls-icon-position-left:after,
.vc_tta-style-accordion_style2.vc_tta .vc_tta-controls-icon-position-left:after,
.vc_tta-style-accordion_style3.vc_tta .vc_tta-controls-icon-position-left:after,
.vc_tta-style-accordion_style4.vc_tta .vc_tta-controls-icon-position-left:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  width: 60px;
}
.vc_tta-style-accordion_style1.vc_tta .vc_tta-controls-icon-position-right,
.vc_tta-style-accordion_style2.vc_tta .vc_tta-controls-icon-position-right,
.vc_tta-style-accordion_style3.vc_tta .vc_tta-controls-icon-position-right,
.vc_tta-style-accordion_style4.vc_tta .vc_tta-controls-icon-position-right {
  position: relative;
}
.vc_tta-style-accordion_style1.vc_tta .vc_tta-controls-icon-position-right .vc_tta-controls-icon,
.vc_tta-style-accordion_style2.vc_tta .vc_tta-controls-icon-position-right .vc_tta-controls-icon,
.vc_tta-style-accordion_style3.vc_tta .vc_tta-controls-icon-position-right .vc_tta-controls-icon,
.vc_tta-style-accordion_style4.vc_tta .vc_tta-controls-icon-position-right .vc_tta-controls-icon {
  right: 23px;
}
.vc_tta-style-accordion_style1.vc_tta .vc_tta-controls-icon-position-right.vc_tta-panel-title > a,
.vc_tta-style-accordion_style2.vc_tta .vc_tta-controls-icon-position-right.vc_tta-panel-title > a,
.vc_tta-style-accordion_style3.vc_tta .vc_tta-controls-icon-position-right.vc_tta-panel-title > a,
.vc_tta-style-accordion_style4.vc_tta .vc_tta-controls-icon-position-right.vc_tta-panel-title > a {
  padding-right: 70px;
}
.vc_tta-style-accordion_style1.vc_tta .vc_tta-controls-icon-position-right:after,
.vc_tta-style-accordion_style2.vc_tta .vc_tta-controls-icon-position-right:after,
.vc_tta-style-accordion_style3.vc_tta .vc_tta-controls-icon-position-right:after,
.vc_tta-style-accordion_style4.vc_tta .vc_tta-controls-icon-position-right:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  width: 60px;
}
.vc_tta-style-accordion_style1.vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-chevron:before,
.vc_tta-style-accordion_style2.vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-chevron:before,
.vc_tta-style-accordion_style3.vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-chevron:before,
.vc_tta-style-accordion_style4.vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-chevron:before {
  -webkit-transform: rotate(-45deg) translate(-25%, -25%);
  -moz-transform: rotate(-45deg) translate(-25%, -25%);
  -o-transform: rotate(-45deg) translate(-25%, -25%);
  -ms-transform: rotate(-45deg) translate(-25%, -25%);
  transform: rotate(-45deg) translate(-25%, -25%);
}
.vc_tta-style-accordion_style1.vc_tta .vc_tta-controls-icon,
.vc_tta-style-accordion_style2.vc_tta .vc_tta-controls-icon,
.vc_tta-style-accordion_style3.vc_tta .vc_tta-controls-icon,
.vc_tta-style-accordion_style4.vc_tta .vc_tta-controls-icon {
  z-index: 1;
  width: 14px;
  height: 14px;
}
.vc_tta-style-accordion_style1 .vc_active .vc_tta-controls-icon.vc_tta-controls-icon-chevron:before,
.vc_tta-style-accordion_style2 .vc_active .vc_tta-controls-icon.vc_tta-controls-icon-chevron:before,
.vc_tta-style-accordion_style3 .vc_active .vc_tta-controls-icon.vc_tta-controls-icon-chevron:before,
.vc_tta-style-accordion_style4 .vc_active .vc_tta-controls-icon.vc_tta-controls-icon-chevron:before {
  -webkit-transform: rotate(45deg) translate(-25%, -25%);
  -moz-transform: rotate(45deg) translate(-25%, -25%);
  -o-transform: rotate(45deg) translate(-25%, -25%);
  -ms-transform: rotate(45deg) translate(-25%, -25%);
  transform: rotate(45deg) translate(-25%, -25%);
}
.vc_tta-style-accordion_style1.vc_tta.vc_general .vc_tta-panel-title > a,
.vc_tta-style-accordion_style2.vc_tta.vc_general .vc_tta-panel-title > a,
.vc_tta-style-accordion_style3.vc_tta.vc_general .vc_tta-panel-title > a,
.vc_tta-style-accordion_style4.vc_tta.vc_general .vc_tta-panel-title > a {
  font-size: 14px;
  font-family: 'Poppins';
  text-transform: uppercase;
  padding-top: 23px;
  padding-bottom: 23px;
}
.vc_tta-style-accordion_style1.vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-chevron:before,
.vc_tta-style-accordion_style2.vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-chevron:before,
.vc_tta-style-accordion_style3.vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-chevron:before,
.vc_tta-style-accordion_style4.vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-chevron:before {
  border-width: 0 1px 1px 0;
}
.vc_tta-style-accordion_style1.vc_tta .vc_tta-controls-icon {
  color: #666666;
}
.vc_tta-style-accordion_style1.vc_tta .vc_tta-controls-icon-position-left:after,
.vc_tta-style-accordion_style1.vc_tta .vc_tta-controls-icon-position-right:after {
  background-color: #EEEEEE;
}
.vc_tta-style-accordion_style1 .vc_active .vc_tta-controls-icon {
  color: #ffffff;
}
.vc_tta-style-accordion_style1 .vc_active .vc_tta-controls-icon-position-left:after,
.vc_tta-style-accordion_style1 .vc_active .vc_tta-controls-icon-position-right:after {
  background-color: #666666;
}
.vc_tta-style-accordion_style2.vc_tta .vc_tta-controls-icon {
  color: #ffffff;
}
.vc_tta-style-accordion_style2.vc_tta .vc_tta-controls-icon-position-left:after,
.vc_tta-style-accordion_style2.vc_tta .vc_tta-controls-icon-position-right:after {
  background-color: #666666;
}
.vc_tta-style-accordion_style2 .vc_active .vc_tta-controls-icon {
  color: #666666;
}
.vc_tta-style-accordion_style2 .vc_active .vc_tta-controls-icon-position-left:after,
.vc_tta-style-accordion_style2 .vc_active .vc_tta-controls-icon-position-right:after {
  background-color: #EEEEEE;
}
.vc_tta-style-accordion_style3.vc_tta .vc_tta-controls-icon-position-left.vc_tta-panel-title > a,
.vc_tta-style-accordion_style4.vc_tta .vc_tta-controls-icon-position-left.vc_tta-panel-title > a {
  padding-left: 60px;
}
.vc_tta-style-accordion_style3.vc_tta .vc_tta-controls-icon-position-right.vc_tta-panel-title > a,
.vc_tta-style-accordion_style4.vc_tta .vc_tta-controls-icon-position-right.vc_tta-panel-title > a {
  padding-right: 60px;
}
.vc_tta-style-accordion_style4 .vc_active .vc_tta-panel-heading {
  background-color: #666666;
}
.vc_tta-style-accordion_style4 .vc_active .vc_tta-panel-heading .vc_tta-panel-title > a {
  color: #ffffff;
}
.vc_tta-style-accordion_style1 .vc_tta-panel-heading,
.vc_tta-style-accordion_style2 .vc_tta-panel-heading,
.vc_tta-style-accordion_style3 .vc_tta-panel-heading,
.vc_tta-style-accordion_style4 .vc_tta-panel-heading {
  margin: 0 !important;
}
.vc_tta-style-accordion_style1.vc_tta-gap-1 .vc_tta-panel + .vc_tta-panel,
.vc_tta-style-accordion_style2.vc_tta-gap-1 .vc_tta-panel + .vc_tta-panel,
.vc_tta-style-accordion_style3.vc_tta-gap-1 .vc_tta-panel + .vc_tta-panel,
.vc_tta-style-accordion_style4.vc_tta-gap-1 .vc_tta-panel + .vc_tta-panel {
  padding-top: 1px;
}
.vc_tta-style-accordion_style1.vc_tta-gap-2 .vc_tta-panel + .vc_tta-panel,
.vc_tta-style-accordion_style2.vc_tta-gap-2 .vc_tta-panel + .vc_tta-panel,
.vc_tta-style-accordion_style3.vc_tta-gap-2 .vc_tta-panel + .vc_tta-panel,
.vc_tta-style-accordion_style4.vc_tta-gap-2 .vc_tta-panel + .vc_tta-panel {
  padding-top: 2px;
}
.vc_tta-style-accordion_style1.vc_tta-gap-3 .vc_tta-panel + .vc_tta-panel,
.vc_tta-style-accordion_style2.vc_tta-gap-3 .vc_tta-panel + .vc_tta-panel,
.vc_tta-style-accordion_style3.vc_tta-gap-3 .vc_tta-panel + .vc_tta-panel,
.vc_tta-style-accordion_style4.vc_tta-gap-3 .vc_tta-panel + .vc_tta-panel {
  padding-top: 3px;
}
.vc_tta-style-accordion_style1.vc_tta-gap-4 .vc_tta-panel + .vc_tta-panel,
.vc_tta-style-accordion_style2.vc_tta-gap-4 .vc_tta-panel + .vc_tta-panel,
.vc_tta-style-accordion_style3.vc_tta-gap-4 .vc_tta-panel + .vc_tta-panel,
.vc_tta-style-accordion_style4.vc_tta-gap-4 .vc_tta-panel + .vc_tta-panel {
  padding-top: 4px;
}
.vc_tta-style-accordion_style1.vc_tta-gap-5 .vc_tta-panel + .vc_tta-panel,
.vc_tta-style-accordion_style2.vc_tta-gap-5 .vc_tta-panel + .vc_tta-panel,
.vc_tta-style-accordion_style3.vc_tta-gap-5 .vc_tta-panel + .vc_tta-panel,
.vc_tta-style-accordion_style4.vc_tta-gap-5 .vc_tta-panel + .vc_tta-panel {
  padding-top: 5px;
}
.vc_tta-style-accordion_style1.vc_tta-gap-10 .vc_tta-panel + .vc_tta-panel,
.vc_tta-style-accordion_style2.vc_tta-gap-10 .vc_tta-panel + .vc_tta-panel,
.vc_tta-style-accordion_style3.vc_tta-gap-10 .vc_tta-panel + .vc_tta-panel,
.vc_tta-style-accordion_style4.vc_tta-gap-10 .vc_tta-panel + .vc_tta-panel {
  padding-top: 10px;
}
.vc_tta-style-accordion_style1.vc_tta-gap-15 .vc_tta-panel + .vc_tta-panel,
.vc_tta-style-accordion_style2.vc_tta-gap-15 .vc_tta-panel + .vc_tta-panel,
.vc_tta-style-accordion_style3.vc_tta-gap-15 .vc_tta-panel + .vc_tta-panel,
.vc_tta-style-accordion_style4.vc_tta-gap-15 .vc_tta-panel + .vc_tta-panel {
  padding-top: 15px;
}
.vc_tta-style-accordion_style1.vc_tta-gap-20 .vc_tta-panel + .vc_tta-panel,
.vc_tta-style-accordion_style2.vc_tta-gap-20 .vc_tta-panel + .vc_tta-panel,
.vc_tta-style-accordion_style3.vc_tta-gap-20 .vc_tta-panel + .vc_tta-panel,
.vc_tta-style-accordion_style4.vc_tta-gap-20 .vc_tta-panel + .vc_tta-panel {
  padding-top: 20px;
}
.vc_tta-style-accordion_style1.vc_tta-gap-25 .vc_tta-panel + .vc_tta-panel,
.vc_tta-style-accordion_style2.vc_tta-gap-25 .vc_tta-panel + .vc_tta-panel,
.vc_tta-style-accordion_style3.vc_tta-gap-25 .vc_tta-panel + .vc_tta-panel,
.vc_tta-style-accordion_style4.vc_tta-gap-25 .vc_tta-panel + .vc_tta-panel {
  padding-top: 25px;
}
.vc_tta-style-accordion_style1.vc_tta-gap-30 .vc_tta-panel + .vc_tta-panel,
.vc_tta-style-accordion_style2.vc_tta-gap-30 .vc_tta-panel + .vc_tta-panel,
.vc_tta-style-accordion_style3.vc_tta-gap-30 .vc_tta-panel + .vc_tta-panel,
.vc_tta-style-accordion_style4.vc_tta-gap-30 .vc_tta-panel + .vc_tta-panel {
  padding-top: 30px;
}
.vc_tta-style-accordion_style1.vc_tta-gap-35 .vc_tta-panel + .vc_tta-panel,
.vc_tta-style-accordion_style2.vc_tta-gap-35 .vc_tta-panel + .vc_tta-panel,
.vc_tta-style-accordion_style3.vc_tta-gap-35 .vc_tta-panel + .vc_tta-panel,
.vc_tta-style-accordion_style4.vc_tta-gap-35 .vc_tta-panel + .vc_tta-panel {
  padding-top: 35px;
}
.dark .vc_tta-style-accordion_style4 .vc_active .vc_tta-panel-heading {
  background-color: transparent;
}
.dark .vc_tta-style-accordion_style4 .vc_tta-controls-icon {
  color: #8dd0e1 !important;
}
.pure_image_gallery1 .wpb_image_grid .wpb_image_grid_ul {
  margin-left: -15px;
  margin-right: -15px;
}
.pure_image_gallery1 .wpb_image_grid .wpb_image_grid_ul .isotope-item {
  padding: 15px;
}
.max-width-center {
  max-width: 1920px;
  margin: auto;
}
.pure_image_gallery1 .wpb_image_grid .wpb_image_grid_ul .isotope-item,
.pure_image_gallery2 .wpb_image_grid .wpb_image_grid_ul .isotope-item {
  margin: 0;
}
.pure_image_gallery1 .wpb_image_grid .wpb_image_grid_ul .isotope-item a,
.pure_image_gallery2 .wpb_image_grid .wpb_image_grid_ul .isotope-item a {
  position: relative;
}
.pure_image_gallery1 .wpb_image_grid .wpb_image_grid_ul .isotope-item a:before,
.pure_image_gallery2 .wpb_image_grid .wpb_image_grid_ul .isotope-item a:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.pure_image_gallery1 .wpb_image_grid .wpb_image_grid_ul .isotope-item a:after,
.pure_image_gallery2 .wpb_image_grid .wpb_image_grid_ul .isotope-item a:after {
  content: "\e161";
  font-family: "pure";
  display: block;
  font-size: 20px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  color: #ffffff;
  line-height: 1;
  height: 0;
  text-align: center;
  opacity: 0;
}
.pure_image_gallery1 .wpb_image_grid .wpb_image_grid_ul .isotope-item:hover a:before,
.pure_image_gallery2 .wpb_image_grid .wpb_image_grid_ul .isotope-item:hover a:before {
  opacity: 1;
}
.pure_image_gallery1 .wpb_image_grid .wpb_image_grid_ul .isotope-item:hover a:after,
.pure_image_gallery2 .wpb_image_grid .wpb_image_grid_ul .isotope-item:hover a:after {
  opacity: 0.5;
}
.row-boxed-left {
  max-width: 570px;
  float: right;
}
.row-boxed-right {
  float: left;
  max-width: 570px;
}
@media (max-width: 1199px) {
  .row-boxed-left {
    padding-left: 15px;
  }
  .row-boxed-right {
    padding-right: 15px;
  }
}
@media (max-width: 991px) {
  .row-boxed-left {
    max-width: initial !important;
    padding-right: 15px;
  }
  .row-boxed-right {
    max-width: initial !important;
    padding-left: 15px;
  }
}
.vc_chart .vc_chart-with-legend {
  width: 50%;
}
.vc_chart .vc_chart-legend {
  width: 50%;
}
.client-img img {
  opacity: 0.8;
}
.client-img img:hover {
  opacity: 1;
}
.contact-us .wpcf7-text,
.contact-us .wpcf7-textarea {
  width: 100%;
  background-color: transparent;
}
.contact-us [class*="col"] {
  margin-bottom: 30px;
}
.contact-us .wpcf7-textarea {
  margin-bottom: 43px;
}
@media screen and (min-width: 992px) {
  .contact-us-padding .vc_column-inner > .wpb_wrapper {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media screen and (max-width: 991px) {
  .contact-us-padding .vc_column-inner > .wpb_wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.bg-cover-bottom {
  background-size: cover !important;
  background-position: bottom center !important;
}
.bg-top-right {
  background-position: top right !important;
  background-repeat: no-repeat !important;
  background-size: auto !important;
}
.bg-contain {
  background-size: contain !important;
  background-repeat: repeat-x !important;
}
.pure-map-info ul {
  list-style-type: none;
  padding-left: 0;
}
.pure-map-info ul li {
  padding-left: 30px;
  position: relative;
  font-family: 'Poppins';
  font-size: 12px;
  line-height: 3;
}
.pure-map-info ul li i {
  position: absolute;
  left: 0;
  top: 12px;
  font-size: 15px;
}
.gradient-shadow {
  position: relative;
  background-size: cover;
  background-position: center;
}
.gradient-shadow:before {
  content: '';
  display: block;
  position: absolute;
  left: -10px;
  bottom: -10px;
  top: 10px;
  right: 10px;
  z-index: -1;
}
.max-width-demo {
  max-width: 1832px;
  margin-left: auto;
  margin-right: auto;
}
.max-width-landing-wo {
  max-width: 686px;
  float: right;
}
@media screen and (max-width: 1199px) {
  .max-width-landing-wo {
    max-width: 100%;
    float: none;
  }
}
@media screen and (min-width: 992px) {
  .half-container .wpb_wrapper {
    max-width: 570px;
    float: right;
  }
  .box-content-570 .wpb_wrapper {
    max-width: 570px;
    margin-left: 60px;
  }
  .padding-left-landing-wo {
    padding-left: 75px;
  }
}
@media screen and (max-width: 991px) {
  .box-content-570 .wpb_wrapper {
    padding: 0 15px;
  }
  .padding-left-landing-wo {
    padding-left: 30px;
  }
}
.ninja-forms-cont .ninja-forms-form-wrap input[type='text'],
.ninja-forms-cont .ninja-forms-form-wrap select {
  height: 50px;
  width: 460px;
}
.ninja-forms-cont .ninja-forms-form-wrap input[type='submit'] {
  color: #ffffff;
  border: 1px solid #8dd0e1;
  background-color: #8dd0e1;
  padding: 10px 25px;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.ninja-forms-cont .ninja-forms-form-wrap input[type='submit']:hover {
  background-color: #fff;
  color: #8dd0e1;
}
.ninja-forms-cont .label-left label {
  width: 20%;
  float: left;
}
.ninja-forms-cont .form-text-full {
  width: 80% !important;
  display: block;
}
.ninja-forms-cont .field-wrap.label-left .ninja-forms-field,
.ninja-forms-cont .field-wrap.label-left .ninja-forms-star-rating-control {
  margin-left: 0;
}
.ninja-forms-cont .list-radio-wrap.label-above ul li,
.ninja-forms-cont .list-radio-wrap.label-below ul li,
.ninja-forms-cont .list-checkbox-wrap.label-above ul li,
.ninja-forms-cont .list-checkbox-wrap.label-below ul li {
  padding: 0;
}
.ninja-forms-cont label {
  font-family: 'Poppins';
  font-size: 14px;
  font-weight: 400 !important;
  letter-spacing: 0.03em;
}
.ninja-forms-cont .form-activity-wrap > label,
.ninja-forms-cont .form-clinic-wrap > label,
.ninja-forms-cont .nf-desc {
  color: #8dd0e1;
  font-size: 16px;
  padding-bottom: 22px;
}
@media screen and (max-width: 767px) {
  .ninja-forms-cont .ninja-forms-form-wrap input[type='text'],
  .ninja-forms-cont .ninja-forms-form-wrap select {
    width: 100%;
  }
  .ninja-forms-cont .label-left label {
    width: 100%;
  }
  .ninja-forms-cont .form-text-full {
    width: 100% !important;
  }
  .padding-left-landing-wo {
    padding-left: 15px;
  }
}
.video {
  position: relative;
}
.video .video-shadow {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  z-index: 1;
}
.video .video-shadow:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 50%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000666+46&0.65+0,0+46 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 6, 102, 0) 46%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 6, 102, 0) 46%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 6, 102, 0) 46%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000666', GradientType=0);
  /* IE6-9 */
}
.video .video-shadow:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 50%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+66,000000+99&0+66,0.65+99 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 66%, rgba(0, 0, 0, 0.65) 99%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 66%, rgba(0, 0, 0, 0.65) 99%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 66%, rgba(0, 0, 0, 0.65) 99%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
  /* IE6-9 */
}
.video .video-bg {
  position: relative;
  height: 314px;
  width: 100%;
  text-align: center;
  background-size: cover;
  background-position: center;
}
.video .video-bg p.video-caption {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  position: absolute;
  top: 15px;
  left: 25px;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  z-index: 10;
}
.video .video-bg a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  color: #ffffff;
  font-size: 20px;
  font-style: italic;
  z-index: 10;
}
.video .video-bg a i {
  display: block;
  font-size: 80px;
  padding-bottom: 10px;
  width: auto;
  height: auto;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  margin-left: -40px;
}
.video .video-bg:hover p,
.video .video-bg:hover i {
  color: #8dd0e1;
}
.iconbox .icon-box-shape a {
  display: inline-block;
}
.iconbox .icon-box-shape a i {
  display: inline-block;
  font-size: 40px;
  width: auto;
  height: auto;
  line-height: inherit;
  margin: 0;
  vertical-align: inherit;
}
.iconbox .icon-box-shape a i.icon {
  width: auto;
  height: auto;
  line-height: inherit;
  margin: 0;
  vertical-align: inherit;
}
.iconbox .icon-box-shape a img {
  height: 32px;
  width: 32px;
}
.iconbox .icon-box-shape a i,
.iconbox .icon-box-shape a img {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.iconbox h3 {
  text-transform: uppercase;
  font-size: 16px;
}
.iconbox h3 a {
  line-height: 1.2;
  display: inline-block;
}
.iconbox span {
  display: block;
  font-style: italic;
  margin-bottom: 20px;
}
.iconbox p,
.iconbox span {
  line-height: 2.2;
}
.iconbox.text-center {
  text-align: center;
  padding: 0 10px;
}
.iconbox.text-center .icon-box-shape a {
  height: 70px;
  width: 70px;
  margin-bottom: 2px;
}
.iconbox.text-center .icon-box-shape a i {
  line-height: 70px;
}
.iconbox.text-center h3 {
  margin-bottom: 10px;
}
.iconbox.text-center.default h3 {
  font-size: 18px;
}
.iconbox.text-center.default .icon-box-shape {
  margin-bottom: 10px;
}
.iconbox.text-center.default .icon-box-shape a {
  position: relative;
  height: 60px;
  width: 60px;
  margin: 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.iconbox.text-center.default .icon-box-shape a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 60px;
  width: 60px;
  border: 2px solid transparent;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.iconbox.text-center.default .icon-box-shape a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 60px;
  width: 60px;
  border: 2px solid transparent;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -ms-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}
.iconbox.text-center.default .icon-box-shape a i {
  line-height: 60px;
}
.iconbox.text-center.default .icon-box-shape a img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.iconbox.text-center.default:hover .icon-box-shape a {
  background-color: #fff;
}
.iconbox.text-center.default:hover .icon-box-shape a:before {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
  opacity: 0;
}
.iconbox.text-center.icon-box-circle .icon-box-shape {
  display: block;
  position: relative;
  margin-bottom: 35px;
}
.iconbox.text-center.icon-box-circle .icon-box-shape:before {
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  position: relative;
}
.iconbox.text-center.icon-box-circle .icon-box-shape a {
  position: absolute;
  margin: auto;
  display: inline-block;
  top: 5px;
  left: 0;
  right: 0;
}
.iconbox.top-right-inline {
  position: relative;
  padding-right: 10px;
}
.iconbox.top-right-inline .icon-box-shape a {
  display: block;
  position: absolute;
  width: 70px;
  text-align: center;
}
.iconbox.top-right-inline h3 {
  padding-right: 70px;
  margin-bottom: 25px;
}
.iconbox.top-right-inline h3 a {
  padding-top: 26px;
}
.iconbox.top-right-inline span {
  padding-right: 70px;
}
.iconbox.top-right-inline.default {
  text-align: right;
}
.iconbox.top-right-inline.default .icon-box-shape a {
  text-align: right;
  right: 10px;
  width: 50px;
}
.iconbox.top-right-inline.default h3 {
  padding-right: 50px;
}
.iconbox.top-right-inline.default span {
  padding-right: 50px;
}
.iconbox.top-right-inline.icon-box-circle h3 {
  line-height: 70px;
  margin-bottom: 20px;
  padding-right: 85px;
}
.iconbox.top-right-inline.icon-box-circle h3 a {
  padding-top: 20px;
}
.iconbox.top-right-inline.icon-box-circle p {
  padding-right: 0;
}
.iconbox.top-left-inline {
  position: relative;
  padding-left: 10px;
}
.iconbox.top-left-inline .icon-box-shape a {
  display: block;
  position: absolute;
  width: 70px;
  text-align: center;
}
.iconbox.top-left-inline h3 {
  padding-left: 70px;
  margin-bottom: 25px;
}
.iconbox.top-left-inline h3 a {
  padding-top: 26px;
}
.iconbox.top-left-inline span {
  padding-left: 70px;
}
.iconbox.top-left-inline.default .icon-box-shape a {
  text-align: left;
  width: 50px;
}
.iconbox.top-left-inline.default h3 {
  padding-left: 50px;
}
.iconbox.top-left-inline.default span {
  padding-left: 50px;
}
.iconbox.top-left-inline.icon-box-circle h3 {
  line-height: 70px;
  margin-bottom: 20px;
  padding-left: 85px;
}
.iconbox.top-left-inline.icon-box-circle h3 a {
  padding-top: 20px;
}
.iconbox.top-left-inline.icon-box-circle p {
  padding-left: 0;
}
.iconbox.left {
  position: relative;
}
.iconbox.left h3,
.iconbox.left p,
.iconbox.left span {
  padding-left: 80px;
}
.iconbox.left h3 {
  margin-bottom: 5px;
}
.iconbox.left .icon-box-shape a {
  display: block;
  position: absolute;
  width: 80px;
  text-align: center;
}
.iconbox.left.icon-box-circle h3,
.iconbox.left.icon-box-circle p,
.iconbox.left.icon-box-circle span {
  padding-left: 85px;
}
.iconbox.left-inline {
  position: relative;
}
.iconbox.left-inline h3,
.iconbox.left-inline p,
.iconbox.left-inline span {
  padding-left: 85px;
}
.iconbox.left-inline h3 {
  margin-bottom: 15px;
}
.iconbox.left-inline h3 a {
  padding-top: 8px;
}
.iconbox.left-inline .icon-box-shape a {
  display: block;
  position: absolute;
  width: 80px;
  text-align: center;
}
.iconbox.left-inline.icon-box-circle h3 a {
  padding-top: 20px;
}
.iconbox.default.left:hover .icon-box-shape a i,
.iconbox.default.top-left-inline:hover .icon-box-shape a i,
.iconbox.default.top-right-inline:hover .icon-box-shape a i,
.iconbox.default.left-inline:hover .icon-box-shape a i,
.iconbox.default.left:hover .icon-box-shape a img,
.iconbox.default.top-left-inline:hover .icon-box-shape a img,
.iconbox.default.top-right-inline:hover .icon-box-shape a img,
.iconbox.default.left-inline:hover .icon-box-shape a img {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
}
.iconbox.icon-box-circle .icon-box-shape {
  position: absolute;
}
.iconbox.icon-box-circle .icon-box-shape:before {
  content: "";
  display: block;
  position: absolute;
  height: 70px;
  width: 70px;
  top: 0;
  left: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  opacity: .3;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.iconbox.icon-box-circle .icon-box-shape a {
  position: absolute;
  height: 60px;
  width: 60px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  top: 5px;
  left: 5px;
  text-align: center;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.iconbox.icon-box-circle .icon-box-shape a i {
  line-height: 60px;
  color: #fff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.iconbox.icon-box-circle .icon-box-shape a img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.iconbox.icon-box-circle:hover .icon-box-shape:before {
  opacity: 1;
}
.iconbox.icon-box-circle:hover .icon-box-shape a {
  background-color: #fff;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.iconbox.icon-box-light {
  position: relative;
}
.iconbox.icon-box-light h3 {
  font-size: 24px;
  margin-bottom: 5px;
}
.iconbox.icon-box-light span {
  font-size: 18px;
  margin-bottom: 0;
}
.iconbox.icon-box-light h3,
.iconbox.icon-box-light span {
  padding-left: 100px;
  color: #fff;
}
.iconbox.icon-box-light .icon-box-shape {
  position: absolute;
  width: 100px;
  height: 100%;
  top: 0;
  left: 0;
}
.iconbox.icon-box-light .icon-box-shape a i {
  font-size: 45px;
  width: 45px;
  height: 45px;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
}
.iconbox.color-light p,
.iconbox.color-all-light p,
.iconbox.color-light span,
.iconbox.color-all-light span,
.iconbox.color-light h3,
.iconbox.color-all-light h3 {
  color: #fff !important;
}
.iconbox.color-all-light .iconbox i,
.iconbox.color-all-light .iconbox.icon-box-circle:hover .icon-box-shape a i {
  color: #fff !important;
}
.iconbox.color-all-light .iconbox.icon-box-circle .icon-box-shape:before,
.iconbox.color-all-light .iconbox.icon-box-circle .icon-box-shape a {
  background-color: #8dd0e1 !important;
}
.iconbox.color-all-dark i {
  color: #666666 !important;
}
.iconbox.color-all-dark.icon-box-circle:hover .icon-box-shape a i,
.iconbox.color-all-dark.icon-box-circle .icon-box-shape a i {
  color: #fff !important;
}
.iconbox.color-all-dark.icon-box-circle .icon-box-shape:before,
.iconbox.color-all-dark.icon-box-circle .icon-box-shape a {
  background-color: #666666 !important;
}
.iconbox.has-icon-bg {
  padding-bottom: 25px;
  z-index: 1;
}
.iconbox.has-icon-bg .icon-box-bg-shape {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.iconbox.has-icon-bg .icon-box-bg-shape i {
  width: auto;
  height: auto;
  margin: 0;
  font-size: 120px;
  bottom: 0;
  right: 0;
  position: absolute;
}
.iconbox.has-icon-bg.top-right-inline .icon-box-bg-shape i {
  left: 0;
  right: auto;
}
@media (max-width: 767px) {
  .iconbox {
    padding: 0 10px;
  }
}
.call-action .container {
  position: relative;
  padding: 32px;
}
.call-action img,
.call-action i {
  font-size: 57px;
  padding: 10px;
}
.call-action img {
  height: 150px;
  width: 150px;
}
.call-action h1 {
  line-height: 1.2;
  margin-bottom: 15px;
  text-transform: inherit;
  font-weight: 400;
}
.call-action p {
  line-height: 2.2;
  font-size: 13px;
}
.call-action.p-color-dark {
  color: #666666;
}
.call-action.p-color-dark a.link {
  border-color: inherit;
}
.call-action.p-color-dark h1,
.call-action.p-color-dark h4 {
  color: #444444;
}
.call-action.p-color-light {
  color: #fff;
}
.call-action.p-color-light a.link {
  border-color: #fff;
}
.call-action.style1 .container {
  padding: 35px 15px 34px 15px;
}
.call-action.style1 h1 {
  padding: 20px 50px;
  margin-bottom: 0;
}
.call-action.style1 h4 {
  margin-bottom: 35px;
  padding: 0 50px;
}
.call-action.style1 p {
  padding: 0 50px;
  line-height: 2.2;
}
.call-action.style1 a.link {
  font-weight: 500;
  font-size: 14px;
  border-bottom: 1px solid;
}
.call-action.style1 a.link:hover {
  color: inherit;
}
.call-action.style2 h1 {
  font-family: 'Great Vibes';
  font-size: 60px;
}
.call-action.style2 p {
  text-transform: uppercase;
  font-size: 14px;
}
.call-action.style2.text-center p {
  padding: 0 280px;
}
.call-action.style2.text-center h1 {
  padding: 0 200px;
}
.call-action.short.style1 .container,
.call-action.short.style2 .container {
  padding-top: 8px;
  padding-bottom: 8px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .call-action p,
  .call-action h1 {
    padding-right: 210px !important;
  }
}
@media (max-width: 767px) {
  .call-action .container {
    text-align: center;
    padding: 32px 14px;
  }
  .call-action .container img {
    position: static;
    margin: 0 0 10px 0;
    float: none;
  }
  .call-action .container i {
    position: relative;
    display: block;
    margin-top: -10px;
    width: 100%;
    margin-bottom: 10px;
  }
  .call-action .container h1,
  .call-action .container p {
    padding: 0 !important;
  }
  .call-action .container h1 {
    line-height: 1.8;
  }
  .call-action .container p {
    margin-bottom: 25px !important;
    line-height: 2 !important;
  }
  .call-action .container a {
    position: static !important;
  }
  .call-action.style1 h1 {
    margin-bottom: 25px !important;
  }
}
.testimonial {
  text-align: center;
}
.testimonial.style1 .owl-controls .owl-nav div {
  top: 25px;
  opacity: 1;
  margin-top: 0;
}
.testimonial.style1:hover .owl-controls .owl-nav .owl-prev,
.testimonial.style1 .owl-controls .owl-nav .owl-prev {
  left: 25px;
}
.testimonial.style1:hover .owl-controls .owl-nav .owl-next,
.testimonial.style1 .owl-controls .owl-nav .owl-next {
  right: 25px;
}
.testimonial.style2:hover .owl-controls .owl-nav .owl-prev,
.testimonial.style3:hover .owl-controls .owl-nav .owl-prev,
.testimonial.style2 .owl-controls .owl-nav .owl-prev,
.testimonial.style3 .owl-controls .owl-nav .owl-prev {
  left: -50px;
}
.testimonial.style2:hover .owl-controls .owl-nav .owl-next,
.testimonial.style3:hover .owl-controls .owl-nav .owl-next,
.testimonial.style2 .owl-controls .owl-nav .owl-next,
.testimonial.style3 .owl-controls .owl-nav .owl-next {
  right: -50px;
}
.testimonial.style2 p,
.testimonial.style3 p,
.testimonial.style4 p {
  font-style: italic;
}
.testimonial.style3 .testimonial-item:before {
  content: "\f10e";
  font-family: fontawesome;
  font-size: 23px;
  font-style: normal;
  color: #ffffff;
  display: block;
  width: 52px;
  height: 52px;
  margin-left: auto;
  margin-right: auto;
  line-height: 52px;
  background-color: #888888;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-bottom: 16px;
}
.testimonial.style3 p {
  padding-bottom: 3px;
}
.testimonial.style3 h1 {
  padding-top: 0;
}
.testimonial.style4 p {
  margin-bottom: 18px;
}
.testimonial.style4 p:after {
  content: "\f10e";
  font-family: fontawesome;
  font-size: 23px;
  font-style: normal;
  color: #ffffff;
  display: block;
  width: 52px;
  height: 52px;
  margin-left: auto;
  margin-right: auto;
  line-height: 52px;
  background-color: #888888;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-top: 28px;
}
.testimonial.style4 p.jobs:after {
  display: none;
}
.testimonial .owl-controls {
  padding-top: 25px;
}
.testimonial .testimonial-ratings {
  color: #8dd0e1;
  font-size: 13px;
}
.testimonial .testimonial-item .author-image-wrapper {
  position: relative;
}
.testimonial .testimonial-item .author-image-wrapper > img {
  width: 128px;
  height: 128px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
}
.testimonial .testimonial-item .author-image-wrapper .under-image-wrapper img {
  position: absolute;
  bottom: -4px;
  margin: 0;
  padding: 0;
  left: 50%;
  border-radius: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: auto;
  height: auto;
}
.testimonial.style5 .testimonial-item img {
  width: 190px;
  height: 190px;
}
.testimonial.style5 .testimonial-item h1 {
  margin-bottom: 0;
}
.testimonial.style5 .testimonial-ratings {
  font-size: 15px;
  margin-bottom: 28px;
  padding-top: 10px;
}
.testimonial.style1 h1,
.testimonial.style2 h1 {
  margin-bottom: 0;
}
.testimonial.style1 h1.normal,
.testimonial.style2 h1.normal {
  font-size: 24px;
  font-weight: 400;
}
.testimonial.style1 h1.normal + .testimonial-ratings,
.testimonial.style2 h1.normal + .testimonial-ratings {
  margin-bottom: 15px;
}
.testimonial.style1 h1.large,
.testimonial.style2 h1.large {
  font-size: 36px;
  font-weight: 500;
}
.testimonial.style1 .testimonial-ratings,
.testimonial.style2 .testimonial-ratings {
  margin-bottom: 25px;
}
.testimonial.style3 h1.normal,
.testimonial.style4 h1.normal,
.testimonial.style5 h1.normal {
  font-size: 16px;
  font-weight: 400;
}
.testimonial.style3 h1.large,
.testimonial.style4 h1.large,
.testimonial.style5 h1.large {
  font-size: 20px;
  font-weight: 500;
}
.testimonial.style6 {
  text-align: left;
}
.testimonial.style6 .author-image-wrapper > img {
  float: left;
  width: 91px;
  height: 91px;
  margin-bottom: 20px;
}
.testimonial.style6 .has-under-image {
  padding-left: 20px;
}
.testimonial.style6 .has-under-image .under-image-wrapper img {
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  left: 4px;
  top: 49px;
  width: 122px;
  z-index: -1;
}
.testimonial.style6 .author-image-wrapper ~ h1 {
  padding-left: 115px;
}
.testimonial.style6 .author-image-wrapper ~ p.jobs,
.testimonial.style6 .author-image-wrapper ~ .testimonial-ratings {
  padding-left: 120px;
  margin-bottom: 0;
}
.testimonial.style6 .has-under-image ~ h1 {
  padding-left: 135px;
}
.testimonial.style6 .has-under-image ~ p.jobs,
.testimonial.style6 .has-under-image ~ .testimonial-ratings {
  padding-left: 140px;
  margin-bottom: 0;
}
.testimonial.style6 h1 {
  padding-left: 0;
  padding-right: 50px;
  margin-bottom: 0;
}
.testimonial.style6 h1.normal {
  font-size: 24px;
  font-weight: 400;
}
.testimonial.style6 h1.large {
  font-size: 36px;
  font-weight: 500;
}
.testimonial.style6 p.jobs,
.testimonial.style6 .testimonial-ratings {
  padding-left: 0;
  padding-right: 50px;
}
.testimonial.style6 p.jobs {
  margin-bottom: 0;
}
.testimonial.style6 .testimonial-ratings {
  margin-bottom: 20px;
}
.testimonial.style6 p {
  padding-right: 50px;
  margin-left: 0;
  margin-right: 0;
  max-width: none;
}
.testimonial.style6 p:not(.jobs) {
  clear: both;
}
.testimonial.text-left {
  text-align: left;
}
.testimonial.text-left p {
  margin-left: 0;
}
.testimonial h1 {
  padding-top: 5px;
  color: #444444;
}
.testimonial p {
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
}
.testimonial p.jobs {
  margin-bottom: 15px;
}
.testimonial.color-light p,
.testimonial.color-light h1 {
  color: #ffffff;
}
.testimonial .owl-controls {
  padding-top: 10px;
}
.testimonial .owl-controls .owl-nav {
  text-align: center;
}
.testimonial .owl-controls .owl-nav > div {
  display: inline-block;
  margin: 0 10px;
}
.testimonial .owl-controls .owl-nav > div i {
  font-size: 22px;
  color: #ccc;
}
.testimonial .owl-controls .owl-nav > div:hover i {
  color: #666;
}
.testimonial .owl-controls .owl-dots {
  text-align: center;
}
.testimonial .owl-controls .owl-dots .owl-dot {
  display: inline-block;
}
.testimonial .owl-controls .owl-dots .owl-dot span {
  width: 15px;
  height: 3px;
  margin: 5px;
  display: block;
  border: 1px solid #ddd;
  background-color: transparent;
}
.testimonial .owl-controls .owl-dots .owl-dot.active span,
.testimonial .owl-controls .owl-dots .owl-dot:hover span {
  background-color: #ddd;
}
@media (max-width: 991px) {
  .testimonial.style1 .owl-controls .owl-nav div {
    top: 50%;
    margin-top: -22px;
    opacity: 0;
  }
  .testimonial.style1:hover .owl-controls .owl-nav .owl-prev,
  .testimonial.style1 .owl-controls .owl-nav .owl-prev {
    left: 0;
  }
  .testimonial.style1:hover .owl-controls .owl-nav .owl-next,
  .testimonial.style1 .owl-controls .owl-nav .owl-next {
    right: 0;
  }
}
.pure-post .no-padding > div {
  padding-left: 0;
  padding-right: 0;
}
.pure-post .post-image {
  overflow: hidden;
}
.pure-post .post-image img {
  width: 100%;
  height: auto;
}
.pure-post .post-image .post-video.entry-thumbnail {
  position: relative;
}
.pure-post .post-image .post-video.entry-thumbnail a.prettyPhoto {
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  opacity: 0.8;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 60px;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.pure-post .post-content {
  padding-top: 20px;
}
.pure-post .post-content h4 {
  line-height: 1.6;
  margin-bottom: 10px;
  color: #444444;
  text-transform: uppercase;
}
.pure-post .post-content h4 a {
  font-size: inherit;
  line-height: inherit;
  letter-spacing: 0.05em;
  display: block;
}
.pure-post .post-entry-meta {
  margin-bottom: 15px;
  font-size: 12px;
  font-weight: 400;
  color: #8dd0e1;
}
.pure-post .post-entry-meta a {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}
.pure-post .post-entry-meta a:hover {
  border-bottom: 1px solid #8dd0e1;
}
.pure-post a:hover {
  text-decoration: none;
}
.pure-post.style2 .post-content {
  text-align: left;
}
.pure-post.style2 .post-large .post-content h4,
.pure-post.style2 .post-small .post-content h4 {
  margin-bottom: 0;
  margin-top: 0;
}
.pure-post.style2 .post-small {
  padding-bottom: 45px;
}
.pure-post.style3 .post-item {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.pure-post.style3 .post-item .post-image {
  height: 100%;
}
.pure-post.style3 .post-item .post-image img {
  height: 100%;
}
.pure-post.style3 .post-item .post-content {
  position: absolute;
  border: 40px solid transparent;
  width: 100%;
  height: 100%;
  bottom: 0;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.pure-post.style3 .post-item .post-content .post-content-inner {
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-transform: translateY(140%);
  -moz-transform: translateY(140%);
  -o-transform: translateY(140%);
  -ms-transform: translateY(140%);
  transform: translateY(140%);
  position: absolute;
  bottom: 0;
}
.pure-post.style3 .post-item .post-content h4 {
  font-size: 18px;
}
.pure-post.style3 .post-item .post-content .post-entry-meta {
  padding-top: 0;
}
.pure-post.style3 .post-item .post-content .post-entry-meta + p {
  padding-top: 15px;
}
.pure-post.style3 .post-item:hover .post-content {
  background-color: rgba(255, 255, 255, 0.9);
}
.pure-post.style3 .post-item:hover .post-content .post-content-inner {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.embed-responsive.embed-responsive-post-large {
  padding-bottom: 66.66666666666667%;
}
.embed-responsive.embed-responsive-post-small {
  padding-bottom: 67.03703703703704%;
}
@media (min-width: 1199px) {
  .pure-post.style2 .post-large .post-content h4 {
    font-size: 24px;
    line-height: 2;
    padding-top: 15px;
  }
  .pure-post.style2 .post-small {
    padding-bottom: 25px;
  }
}
@media (min-width: 600px) {
  .pure-post.style2 .post-small {
    padding-bottom: 20px;
  }
  .pure-post.style2 .post-small .post-content {
    max-height: 165px;
    overflow: hidden;
  }
  .pure-post.style2 .post-small .post-content h4 {
    padding-top: 0;
    line-height: 2.2;
  }
  .pure-post.style2 .post-small:before,
  .pure-post.style2 .post-small:after {
    content: " ";
    display: table;
  }
  .pure-post.style2 .post-small:after {
    clear: both;
  }
}
.osthemes-gallery .image-item .image-inner {
  overflow: hidden;
  position: relative;
}
.osthemes-gallery .image-item .image-inner.hover-primary a.prettyphoto {
  background-color: rgba(141, 208, 225, 0.7);
}
.osthemes-gallery .image-item .image-inner.hover-light a.prettyphoto {
  background-color: rgba(255, 255, 255, 0.7);
}
.osthemes-gallery .image-item .image-inner.hover-light a.prettyphoto i {
  color: #444;
}
.osthemes-gallery .image-item .image-inner.hover-gray a.prettyphoto {
  background-color: rgba(68, 68, 68, 0.5);
}
.osthemes-gallery .image-item .image-inner.hover-dark a.prettyphoto {
  background-color: rgba(0, 0, 0, 0.7);
}
.osthemes-gallery .image-item img {
  width: 100%;
}
.osthemes-gallery .image-item a.prettyphoto {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(141, 208, 225, 0.7);
}
.osthemes-gallery .image-item a.prettyphoto i {
  font-size: 30px;
  position: absolute;
  color: #fff;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.osthemes-gallery.style1 .image-item {
  margin: 0;
  padding: 0;
}
.osthemes-gallery.style2 .image-item {
  padding-bottom: 30px;
}
/* Pricing Table */
.pricingtable {
  text-align: center;
}
.pricingtable .pt-content .price-head {
  font-weight: 500;
  text-transform: uppercase;
  color: #444444;
}
.pricingtable .pt-content ul {
  list-style: none;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}
.pricingtable .pt-content ul li {
  display: table;
  width: 100%;
  height: 58px;
}
.pricingtable .pt-content ul li span {
  display: table-cell;
  vertical-align: middle;
  letter-spacing: 0.05em;
  color: #666666;
}
.pricingtable .pt-content ul li:after {
  content: '';
  display: table-caption;
  height: 1px;
  background-color: #eeeeee;
  margin: 0 20%;
}
.pricingtable .pt-content ul li:first-child:after {
  display: none;
}
.pricingtable .pt-content div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  box-sizing: border-box;
  text-align: center;
  width: 100%;
}
.pricingtable .pt-content div span {
  width: 100%;
}
.pricingtable .pt-content div.price-box {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-color: #EEEEEE;
  position: relative;
}
.pricingtable .pt-content div.price-box .price-box-layer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 0;
}
.pricingtable .pt-content div.price-box p {
  position: relative;
  z-index: 1;
  font-weight: 500;
  font-size: 32px;
  color: #444444;
  display: block;
  width: 100%;
}
.pricingtable .pt-content p {
  margin: 0;
}
.pricingtable .pt-content a.p-button {
  padding: 15px 45px;
  font-weight: 400;
  color: #444444;
}
.pricingtable .pt-content a.p-button:hover {
  color: #fff;
}
.pricingtable.style1 .pt-content {
  margin-bottom: 30px;
  padding-bottom: 40px;
  border: 1px solid #eeeeee;
}
.pricingtable.style1 .pt-content .price-head {
  background-color: #EEEEEE;
  height: 60px;
}
.pricingtable.style1 .pt-content .price-head span {
  font-size: 16px;
}
.pricingtable.style1 .pt-content .price-box {
  height: 114px;
}
.pricingtable.style1 .pt-content .price-box .price-box-layer {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
}
.pricingtable.style1 .pt-content ul {
  padding: 0;
  margin: 0;
  background-color: #F6F6F6;
}
.pricingtable.style1 .pt-content ul li {
  background-color: #F6F6F6;
}
.pricingtable.style1 .pt-content a {
  margin-top: 40px;
}
.pricingtable.style1 .pt-active .pt-content .price-head {
  background-color: #8dd0e1;
  color: #fff;
}
.pricingtable.style2 .pt-content {
  margin-bottom: 30px;
  padding-bottom: 40px;
  border: 1px solid #eeeeee;
}
.pricingtable.style2 .pt-content .price-head {
  font-size: 16px;
  height: 74px;
}
.pricingtable.style2 .pt-content .price-box {
  height: 180px;
  position: relative;
}
.pricingtable.style2 .pt-content .price-box .price-box-layer {
  width: 100%;
  height: 100px;
  background-color: rgba(238, 238, 238, 0.7);
}
.pricingtable.style2 .pt-content .price-box .price-box-layer,
.pricingtable.style2 .pt-content .price-box p {
  -moz-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  opacity: 0;
}
.pricingtable.style2 .pt-content ul {
  padding: 0;
  margin: 0;
}
.pricingtable.style2 .pt-content a {
  margin-top: 40px;
}
.pricingtable.style2 .pt-content:hover div.price-box .price-box-layer,
.pricingtable.style2 .pt-content:hover div.price-box p {
  opacity: 1;
}
.pricingtable.style2 .pt-active .pt-content .price-head {
  background-color: #8dd0e1;
  color: #fff;
}
@media (max-width: 767px) {
  .pricingtable.style2 .pt-item {
    margin-left: 0;
  }
  .pricingtable.style2 .row {
    padding-left: 0;
  }
  .pricingtable.style2 .owl-stage-outer {
    padding-left: 0;
    margin-right: 0;
  }
}
.ourteam .ourteam-item {
  max-width: 370px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.ourteam .ourteam-avatar-inner {
  position: relative;
}
.ourteam .ourteam-avatar-inner img {
  width: 100%;
  height: auto;
}
.ourteam .ourteam-avatar-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  margin: auto;
  text-align: center;
  -moz-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.ourteam .ourteam-avatar-overlay i {
  color: #ffffff;
  font-size: 20px;
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 0;
  margin-top: -10px;
}
.ourteam .ourteam-avatar:hover .ourteam-avatar-overlay {
  opacity: 1;
}
.ourteam .ourteam-info {
  padding: 35px 0;
}
.ourteam .ourteam-info h6 {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 8px;
  color: #444444;
  font-weight: 500;
  text-transform: uppercase;
}
.ourteam .ourteam-info span {
  line-height: 2.2;
  letter-spacing: 0.05em;
  display: block;
  color: #8dd0e1;
}
.ourteam .ourteam-info .social-profile {
  padding-top: 15px;
}
.ourteam .ourteam-info p {
  padding-top: 4px;
  margin-bottom: 0;
}
.ourteam.style4 .ourteam-item {
  position: relative;
  overflow: hidden;
}
.ourteam.style4 .ourteam-item .ourteam-info {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  background-color: rgba(255, 255, 255, 0.9);
  background-clip: padding-box;
  border: 20px solid transparent;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -o-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}
.ourteam.style4 .ourteam-item:hover .ourteam-info {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.ourteam.style5 .ourteam-info {
  padding: 35px 30px;
  border: 1px solid transparent;
  border-top: none;
}
.ourteam.style5 .ourteam-item .ourteam-info {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.ourteam.style5 .ourteam-item:hover .ourteam-info {
  border-color: #eeeeee;
}
@media screen and (max-width: 767px) {
  .ourteam.style3 {
    text-align: center;
  }
  .ourteam.style3 .ourteam-item {
    position: relative;
    overflow: hidden;
  }
  .ourteam.style3 .ourteam-item .ourteam-avatar-overlay {
    display: none;
  }
  .ourteam.style3 .ourteam-item .ourteam-info {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    background-color: rgba(255, 255, 255, 0.9);
    background-clip: padding-box;
    border: 20px solid transparent;
    z-index: 1;
  }
}
.osthemes-service-item {
  max-width: 370px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  overflow: hidden;
}
.osthemes-service-item .service-item-content {
  overflow: hidden;
}
.osthemes-service-item .service-item-content h4 {
  color: #444444;
  text-transform: uppercase;
}
.osthemes-service-item .service-item-content .separator-img-wrapper img {
  margin-bottom: 20px;
}
.osthemes-service-item.style-image-top .service-item-content {
  margin: 35px 35px 60px 35px;
  max-height: 220px;
}
.osthemes-service-item.style-image-hover {
  position: relative;
  text-align: center;
}
.osthemes-service-item.style-image-hover .service-item-content {
  margin-top: 55px;
}
.osthemes-service-item.style-image-hover .service-item-content h4,
.osthemes-service-item.style-image-hover .service-item-content .separator-img-wrapper {
  margin-left: 35px;
  margin-right: 35px;
}
.osthemes-service-item.style-image-hover .service-item-content div.description {
  padding: 15px 35px 55px 35px;
  position: relative;
}
.osthemes-service-item.style-image-hover .service-item-content div.description .bgi-overlay {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 10;
}
.osthemes-service-item.style-image-hover .service-item-image {
  position: absolute;
  bottom: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.osthemes-service-item.style-image-hover:hover .service-item-content div.description .bgi-overlay {
  opacity: 1;
}
.osthemes-service-item.style-image-hover:hover .service-item-content div.description p {
  opacity: 0;
}
@media (max-width: 1200px) {
  .osthemes-service-item.style-image-top .service-item-content {
    margin: 15px;
  }
  .osthemes-service-item.style-image-top .service-item-content h4 {
    margin-bottom: 10px;
  }
}
.osthemes-service-list {
  width: 100%;
  padding: 50px;
}
.osthemes-service-list.color-dark {
  color: #444444;
}
.osthemes-service-list.color-light {
  color: #fff;
}
.osthemes-service-list .service-list-item {
  margin-bottom: 25px;
  display: table;
}
.osthemes-service-list .service-list-item:last-child {
  margin-bottom: 0;
}
.osthemes-service-list .service-list-item > * {
  display: table-cell;
  vertical-align: bottom;
}
.osthemes-service-list .service-list-item .item-title {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.osthemes-service-list .service-list-item .item-title:after {
  content: "";
  display: inline-block;
  position: absolute;
  border-bottom: 1px solid #cccccc;
  bottom: 0.4em;
  width: 100%;
  margin-left: 10px;
}
.osthemes-service-list .service-list-item .price {
  padding-left: 10px;
  color: #000000;
  font-weight: 500;
}
@media (max-width: 480px) {
  .osthemes-service-list {
    padding: 50px 20px;
  }
}
.service .service-item-wrapper p {
  margin-bottom: 10px;
}
.service .service-item-wrapper p:last-child {
  margin-bottom: 0;
}
.service .service-item-wrapper .image-wrapper img {
  margin-bottom: 20px;
}
.service .service-item-wrapper a.booking-btn {
  padding: 10px 35px;
  margin-bottom: 5px;
  font-weight: 400;
  white-space: nowrap;
}
.service .service-item-wrapper h4 a {
  text-transform: uppercase;
}
.service.style-course-list .service-item-wrapper .title-wrapper {
  display: table-cell;
  width: 100%;
}
.service.style-course-list .service-item-wrapper .joining-btn-wrapper {
  display: table-cell;
  white-space: nowrap;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.service.style-course-list .service-item-wrapper .joining-btn-wrapper a {
  color: #8dd0e1;
  font-weight: 500;
  display: inline-block;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.service.style-course-list .service-item-wrapper .joining-btn-wrapper a:after {
  content: "\e141";
  display: inline-block;
  font-family: 'pure';
  font-size: 13px;
  margin: 0;
  padding: 0;
  vertical-align: text-bottom;
  font-weight: 500;
}
.service.style-course-list .service-item-wrapper .joining-btn-wrapper a:hover {
  border-bottom: 1px solid #8dd0e1;
}
.service.style-course-list .service-item-wrapper .entry-thumbnail .entry-thumbnail-overlay:before {
  background-color: rgba(255, 255, 255, 0.5);
}
.service.style-course-list .service-item-wrapper:hover .joining-btn-wrapper {
  opacity: 1;
}
.service.style-course-list .service-item-wrapper:hover .entry-thumbnail .entry-thumbnail-overlay:before {
  opacity: 1;
}
.service.style-booking-hover .service-item-wrapper .image-wrapper .entry-thumbnail-overlay:before {
  background-color: rgba(255, 255, 255, 0.7);
}
.service.style-booking-hover .service-item-wrapper .image-wrapper .booking-btn {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -moz-transform: translate(-50%, -50%) scale(0);
  -o-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.service.style-booking-hover .service-item-wrapper .image-wrapper:hover .booking-btn {
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
.service.style-booking-hover .service-info-wrapper .title-wrapper {
  display: table-cell;
  width: 100%;
}
.service.style-booking-hover .service-info-wrapper .title-wrapper h4 {
  margin-bottom: 0;
  font-size: 14px;
}
.service.style-booking-hover .service-info-wrapper h4,
.service.style-booking-hover .service-info-wrapper .additional-info {
  line-height: 2.7;
}
.service.style-booking-hover .service-info-wrapper .meta-wrapper {
  display: table-cell;
  padding-left: 20px;
}
.service.style-booking-hover .service-info-wrapper .meta-wrapper span {
  font-weight: 500;
  font-size: 14px;
}
.service.style-booking-bottom-left h4 {
  display: inline-block;
  margin-bottom: 0;
}
.service.style-booking-bottom-left h4,
.service.style-booking-bottom-left .additional-info {
  line-height: 2.2;
}
.service.style-booking-bottom-left .additional-info {
  font-size: 13px;
  font-weight: 300;
}
.service.style-booking-bottom-left .service-info-wrapper .title-wrapper {
  display: inline-block;
}
.service.style-booking-bottom-left .service-info-wrapper .meta-wrapper {
  margin-top: 10px;
}
.service.style-booking-bottom-left .service-info-wrapper .meta-wrapper-inner {
  display: table-cell;
  width: 100%;
}
.service.style-booking-bottom-left .service-info-wrapper .meta-wrapper-inner strong {
  font-weight: 500;
  margin-right: 20px;
}
.service.style-booking-bottom-left .service-info-wrapper .meta-wrapper-inner .price {
  font-weight: 500;
  font-size: 16px;
}
.service.style-booking-bottom-left .service-info-wrapper .button-wrapper {
  display: table-cell;
  vertical-align: bottom;
}
.single-service-wrapper {
  margin-bottom: 100px;
}
.single-service-wrapper .single-service {
  overflow: auto;
}
.single-service-wrapper .single-service.has-content {
  padding-bottom: 50px;
  border-bottom: 1px solid #eeeeee;
}
.single-service-wrapper .single-service .service-slideshow {
  margin-bottom: 20px;
}
.single-service-wrapper .service-content {
  margin-top: 50px;
}
.single-service-wrapper .service-info h3 {
  font-size: 18px;
  color: #444444;
  text-transform: uppercase;
}
.single-service-wrapper .service-info p.service-attr {
  width: 100%;
  margin-bottom: 20px;
}
.single-service-wrapper .service-info p.service-attr span.attr-name {
  font-weight: 500;
  min-width: 120px;
  display: inline-block;
}
.single-service-wrapper .service-info p.service-attr span.attr-value a {
  color: #8dd0e1;
  border-bottom: 1px solid #8dd0e1;
}
.single-service-wrapper .service-info a.booking-btn {
  margin-top: 20px;
  padding: 13px 50px;
  font-weight: 400;
}
.countdown .opening-hours {
  text-align: center;
  font-size: 54px;
  position: relative;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.countdown .subscriber {
  text-align: center;
  padding-bottom: 60px;
  position: relative;
}
.countdown .subscriber span.input {
  position: relative;
}
.countdown .subscriber input {
  height: 54px;
  border-radius: 48px;
  border: solid 1px #fff;
  width: 323px;
  margin-right: 10px;
  padding-left: 45px;
  color: #fff;
  outline: none;
  background: none repeat scroll 0 0 transparent;
}
.countdown .subscriber input::-webkit-input-placeholder {
  color: #fff;
}
.countdown .subscriber input:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
.countdown .subscriber input::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
.countdown .subscriber input:-ms-input-placeholder {
  color: #fff;
}
.countdown .subscriber i {
  position: absolute;
  color: #fff;
  left: 20px;
  top: 2px;
}
.countdown .cd-light {
  background-color: #fff;
}
.countdown .cd-dark {
  background-color: #444;
}
.countdown .cd-trans-light {
  background-color: rgba(255, 255, 255, 0.5);
}
.countdown .cd-trans-dark {
  background-color: rgba(0, 0, 0, 0.5);
}
.countdown .cd-trans {
  background-color: transparent;
}
.countdown .cd-gray-f6 {
  background-color: #F6F6F6;
}
.countdown .cd-trans-gray-f6 {
  background-color: rgba(246, 246, 246, 0.7);
}
.circle,
.square {
  text-align: center;
  font-size: 0;
}
.circle .canvas,
.square .canvas {
  display: inline-block;
  position: relative;
  margin-right: 15px;
  margin-bottom: 15px;
}
.circle .canvas:last-child,
.square .canvas:last-child {
  margin-right: 0;
}
.circle .canvas .title,
.square .canvas .title {
  position: absolute;
  bottom: 20px;
  left: 2px;
  font-size: 13px;
  width: 127px;
  text-transform: none;
}
.square .canvas .title {
  width: 88px;
  height: 50px;
  line-height: 50px;
  left: 0;
  bottom: auto;
  position: relative;
  display: block;
}
.square .canvas .times {
  display: inline-block;
  width: 88px;
  height: 70px;
  text-align: center;
  font-size: 36px;
  line-height: 75px;
}
.square .canvas .separator {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50px;
  height: 1px;
}
.square .canvas .separator.bg-primary {
  background-color: #8dd0e1;
}
.square .canvas .separator.bg-border-color {
  background-color: #eeeeee;
}
.square .canvas .separator.bg-light {
  background-color: #fff;
}
.square .canvas .separator.bg-dark {
  background-color: #444;
}
.square .canvas .separator.bg-gray-ccc {
  background-color: #cccccc;
}
.countdown.under-construction .time {
  padding-bottom: 414px;
}
.countdown.under-construction .title {
  padding-top: 200px;
  margin-bottom: 0;
  padding-bottom: 20px;
}
.countdown.under-construction .title,
.countdown.under-construction .description {
  text-transform: uppercase;
}
.countdown.under-construction .description {
  font-weight: 400;
  padding-bottom: 50px;
}
.countdown.under-construction .time .count {
  display: inline-block;
  padding-right: 15px;
  position: relative;
}
.countdown .time .info {
  font-size: 18px;
  font-weight: 600;
  left: 0;
  position: absolute;
  top: 90px;
  width: 80px;
}
@media only screen and (max-width: 768px) {
  .countdown .description {
    width: 100%;
  }
  .countdown.under-construction .title {
    line-height: 70px;
  }
}
@media only screen and (max-width: 600px) {
  .circle .canvas .title {
    padding-top: 100px;
  }
  .countdown .opening-hours {
    padding-bottom: 0px;
  }
  .countdown .opening-hours .canvas {
    padding-right: 0px;
  }
}
@media only screen and (max-width: 599px) {
  .countdown.under-construction .title {
    font-size: 35px;
    padding-top: 100px;
    line-height: 50px;
  }
  .countdown.under-construction .time .count {
    padding-bottom: 45px;
  }
  .countdown.under-construction .time {
    padding-bottom: 214px;
  }
}
.banner {
  letter-spacing: 0.05em;
  overflow: hidden;
  position: relative;
}
.banner .overlay-banner,
.banner .overlay-banner a,
.banner .overlay-banner a .content-middle:before {
  height: 100%;
  width: 100%;
}
.banner .overflow-hidden .banner-bg-img,
.banner .overlay-banner a .content-middle:before,
.banner.style2 .content-middle .content-middle-inner:before,
.banner.style3 .banner-bg-img:before {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.banner .overflow-hidden .banner-bg-img {
  background-repeat: no-repeat;
  background-size: cover;
}
.banner.banner-border {
  border: 1px solid #eeeeee;
}
.banner .overlay-banner {
  position: absolute;
  background-color: transparent;
  top: 0;
}
.banner .overlay-banner a {
  display: block;
}
.banner .overlay-banner a .content-middle {
  height: 100%;
}
.banner .overlay-banner a .content-middle:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
}
.banner .overlay-banner a .content-middle .content-middle-inner .content-banner {
  width: 85%;
  margin: auto;
  position: relative;
}
.banner .overlay-banner a .content-middle .content-middle-inner .content-banner span,
.banner .overlay-banner a .content-middle .content-middle-inner .content-banner p {
  font-size: 14px;
}
.banner .overlay-banner a .content-middle .content-middle-inner .content-banner p,
.banner .overlay-banner a .content-middle .content-middle-inner .content-banner h3 {
  margin-bottom: 15px;
}
.banner .overlay-banner a .content-middle .content-middle-inner .content-banner .sub-title {
  line-height: 2.2;
}
.banner .overlay-banner a .content-middle .content-middle-inner .content-banner .p-button {
  font-size: 13px;
  display: inline-block;
  font-weight: 500;
}
.banner .overlay-banner a:hover {
  color: inherit;
}
.banner .overlay-banner a:active,
.banner .overlay-banner a:focus {
  color: inherit;
}
.banner.style1 .content-middle:before {
  background-color: #fff;
  opacity: .8;
}
.banner.style1 .content-middle h3 {
  margin-top: 15px;
}
.banner.style1 .content-middle p {
  margin-bottom: 35px;
}
.banner.style1:hover .content-middle:before {
  background-color: #222;
  opacity: .9;
}
.banner.style1:hover .content-middle .content-middle-inner {
  color: #fff;
}
.banner.style2 .content-middle {
  text-align: center;
  color: #fff;
}
.banner.style2 .content-middle:before {
  background-color: #000;
  opacity: .4;
}
.banner.style2 .content-middle .content-middle-inner:before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  height: auto;
  width: auto;
  background-color: #fff;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.banner.style2 .content-middle h3 {
  margin-bottom: 0;
}
.banner.style2 .content-middle .sub-title {
  letter-spacing: 0.05em;
}
.banner.style2 .content-middle i {
  font-size: 32px;
}
.banner.style2:hover .overlay-banner a .content-middle:before {
  opacity: 0;
}
.banner.style2:hover .overlay-banner a .content-middle .content-middle-inner {
  color: #000;
}
.banner.style2:hover .overlay-banner a .content-middle .content-middle-inner:before {
  opacity: 0.7;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.banner.style3 .banner-bg-img:before {
  content: '';
  height: 0;
  width: 0;
  position: absolute;
  bottom: -35px;
  right: -35px;
  display: block;
  border: 4px solid rgba(255, 255, 255, 0.2);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.banner.style3 .banner-bg-img i {
  position: absolute;
  bottom: 8px;
  right: 8px;
  font-size: 150px;
  line-height: 1;
  width: 150px;
}
.banner.style3 .banner-bg-img.banner-bg-light {
  background-color: #ddd;
}
.banner.style3 .banner-bg-img.banner-bg-gray {
  background-color: #444;
}
.banner.style3 .banner-bg-img.banner-bg-dark {
  background-color: #222;
}
.banner.style3 .banner-bg-img.icon-light {
  color: #fff;
}
.banner.style3 .banner-bg-img.icon-light i {
  opacity: .2;
}
.banner.style3 .banner-bg-img.icon-dark {
  color: #444;
}
.banner.style3 .banner-bg-img.icon-dark i {
  opacity: .05;
}
.banner.style3 .overlay-banner {
  text-align: center;
}
.banner.style3 .overlay-banner span {
  display: block;
  margin-bottom: 5px;
  padding: 0 220px;
}
.banner.style3 .overlay-banner h3.banner-title {
  line-height: 1.2 !important;
  margin-bottom: 10px;
}
.banner.style3:hover .banner-bg-img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.banner.style3:hover .banner-bg-img:before {
  height: 230px;
  width: 230px;
}
@media (max-width: 1024px) {
  .banner .overlay-banner a .content-middle .content-middle-inner .content-banner {
    width: 85%;
  }
  .banner .overlay-banner a .content-middle .content-middle-inner .content-banner p {
    line-height: 1.8;
    margin-bottom: 20px;
  }
  .banner .overlay-banner a .content-middle .content-middle-inner .content-banner h3 {
    font-size: 35px;
  }
  .banner.style3 .overlay-banner a .content-middle .content-middle-inner .content-banner,
  .banner.style1 .overlay-banner a .content-middle .content-middle-inner .content-banner {
    padding: 0 5px;
    width: 90%;
  }
  .banner.style3 span.sub-title {
    padding: 0 100px;
  }
}
@media (max-width: 480px) {
  .banner .overlay-banner a .content-middle .content-middle-inner .content-banner {
    width: 85%;
  }
  .banner .overlay-banner a .content-middle .content-middle-inner .content-banner p {
    margin-bottom: 20px;
  }
  .banner .overlay-banner a .content-middle .content-middle-inner .content-banner h3 {
    font-size: 30px;
  }
  .banner.style3 span.sub-title {
    padding: 0 20px;
  }
}
.mailchimp .mailchimp-label {
  display: none;
}
.mailchimp p {
  display: inline;
  margin: 0;
  padding: 0;
  font-size: 0;
}
.mailchimp input {
  margin-bottom: 25px;
}
.mailchimp button.mailchimp-submit i {
  display: none;
}
.mailchimp input[type="email"] {
  width: auto;
  margin-right: 15px;
  display: inline;
  background-color: #fff;
}
.mailchimp.color-transparent input[type="email"] {
  background-color: transparent;
  color: #ffffff;
}
.mailchimp.color-transparent ::-webkit-input-placeholder {
  color: #ffffff;
}
.mailchimp.color-transparent :-moz-placeholder {
  color: #ffffff;
}
.mailchimp.color-transparent ::-moz-placeholder {
  color: #ffffff;
}
.mailchimp.color-transparent :-ms-input-placeholder {
  color: #ffffff;
}
.slider-container .owl-stage-outer .owl-item {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.view-demo {
  text-align: center;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.view-demo .demo-image {
  position: relative;
  overflow: hidden;
  border: 1px solid #EEEEEE;
}
.view-demo .demo-image img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.view-demo .demo-image a {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  font-weight: 400;
}
.view-demo .demo-image a:hover {
  color: #fff;
  background-color: #444;
  border-color: #444;
}
.view-demo .demo-image .overlay-view-demo {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(141, 208, 225, 0.6);
  opacity: 0;
}
.view-demo .demo-image .overlay-view-demo .content-middle {
  width: 100%;
  height: 100%;
}
.view-demo .demo-image:hover .overlay-view-demo {
  opacity: 1;
}
.view-demo .demo-image:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.view-demo .demo-image:hover a {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.view-demo .view-link {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.8;
  letter-spacing: 0.05em;
  display: block;
  padding-top: 30px;
  color: #444;
}
.view-demo.new-demo .demo-image:after {
  content: "NEW";
  position: absolute;
  right: -30px;
  top: 9px;
  background-color: red;
  color: #fff;
  padding: 0 5px;
  font-size: 12px;
  font-weight: bold;
  z-index: 999;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 100px;
  text-align: center;
  transform-origin: center center;
  display: block;
  line-height: 22px;
}
/**
 * 9.0 - Color
 * ----------------------------------------------------------------------------
 */
.list.p-color-bg .list-item i,
.list.p-color-bg .list-item .list-before-title,
.iconbox i,
.iconbox.icon-box-circle:hover .icon-box-shape a i,
.p-color,
.p-color-hover:hover,
.counter i,
ul.breadcrumbs li + li:before,
h3.entry-post-title a:hover,
.vertical-progress-bar.vc_progress-bar-color-primary-color .vc_label_units,
.pie_icon i,
#wp-calendar tbody a,
.portfolio-navigation-wrap .portfolio-archive a:hover,
.feature .feature-thumb:hover i {
  color: #8dd0e1;
}
.list.p-color-bg.style5 .list-before-title,
.social-icon i,
.social-icon .social-icon-item,
.social-icon .social-icon-img,
.iconbox.icon-box-circle .icon-box-shape:before,
.iconbox.icon-box-circle .icon-box-shape a,
.p-color-bg,
.p-color-bg-hover:hover,
.breadcrumbs-wrap.float label:before,
#wp-calendar tbody td:hover,
.widget-mailchimp .entry-content input[type="submit"]:hover,
h2.widgettitle:before {
  background-color: #8dd0e1;
}
div.call-action.call-action-transparent,
.iconbox.text-center.default:hover .icon-box-shape a:after,
.iconbox.text-center.default:hover .icon-box-shape a:before,
.social-icon .social-icon-img,
.social-icon.social-icon-bg-icon li.social-icon-item a,
.p-color-border,
footer.main-footer-wrap .construction .mc4wp-form input[type="text"]:focus,
footer.main-footer-wrap .construction .mc4wp-form input[type="email"]:focus {
  border-color: #8dd0e1;
}
.p-color-bt {
  border-top-color: #8dd0e1;
}
.counter span:after,
.p-color-bb {
  border-bottom-color: #8dd0e1;
}
.p-color-bl {
  border-left-color: #8dd0e1;
}
.p-color-br {
  border-right-color: #8dd0e1;
}
::selection {
  background-color: #8dd0e1;
}
::-moz-selection {
  background-color: #8dd0e1;
}
.thumb-wrap:hover .bg-overlay-ps,
.thumb-wrap.hover .bg-overlay-ps {
  background: -webkit-linear-gradient(left top, rgba(141, 208, 225, 0.8), rgba(141, 208, 225, 0.8));
  background: -o-linear-gradient(bottom right, rgba(141, 208, 225, 0.8), rgba(141, 208, 225, 0.8));
  background: -moz-linear-gradient(bottom right, rgba(141, 208, 225, 0.8), rgba(141, 208, 225, 0.8));
  background: linear-gradient(to bottom right, rgba(141, 208, 225, 0.8), rgba(141, 208, 225, 0.8));
}
.float-top .thumb-wrap:hover .bg-overlay-ps,
.float-top .thumb-wrap.hover .bg-overlay-ps {
  background-color: #8dd0e1;
}
.list.s-color-bg .list-item i,
.list.s-color-bg .list-item .list-before-title,
.s-color,
.s-color-hover:hover {
  color: #8dd0e1;
}
.list.s-color-bg.style5 .list-before-title,
.pie_text .vc_pie_chart_value:before,
.s-color-bg,
.widget-mailchimp .entry-content input[type="submit"] {
  background-color: #8dd0e1;
}
.s-color-border {
  border-color: #8dd0e1;
}
.s-color-bt {
  border-top-color: #8dd0e1;
}
.s-color-bb {
  border-bottom-color: #8dd0e1;
}
.s-color-bl {
  border-left-color: #8dd0e1;
}
.s-color-br {
  border-right-color: #8dd0e1;
}
.sc-product-wrap .owl-dots:before,
.sc-product-wrap .owl-dots:after,
.sc-product-wrap .owl-dot {
  border-color: #eeeeee;
}
.sc-product-wrap .owl-dot {
  background-color: #eeeeee;
}
.iconbox h3,
.iconbox span,
.iconbox p,
.h-progress-bar.style1 .vc_label,
.h-progress-bar.style3 .vc_label .counter,
.vc_tta-style-tab_style1 .vc_tta-tab a span,
.vc_tta-style-tab_style1 .vc_tta-panel-heading a span,
.vc_tta-style-tab_style1 .vc_tta-tab a i,
.vc_tta-style-tab_style1 .vc_tta-panel-heading a i,
.t-color {
  color: #666666;
}
.servicetable .pt-content i,
.servicetable .pt-content p {
  color: #666666;
}
.servicetable .pt-content div {
  background-color: #666666;
}
.servicetable .pt-active .pt-content div {
  background-color: #8dd0e1;
}
.ourteam-avatar:hover .ourteam-avatar-overlay {
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(141, 208, 225, 0.8)), to(rgba(141, 208, 225, 0.8)));
  background: -webkit-linear-gradient(top, rgba(141, 208, 225, 0.8), rgba(141, 208, 225, 0.8));
  background: -moz-linear-gradient(top, rgba(141, 208, 225, 0.8), rgba(141, 208, 225, 0.8));
  background: -ms-linear-gradient(top, rgba(141, 208, 225, 0.8), rgba(141, 208, 225, 0.8));
  background: -o-linear-gradient(top, rgba(141, 208, 225, 0.8), rgba(141, 208, 225, 0.8));
}
.video.video-shadow:before,
.gradient-shadow:before {
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(141, 208, 225, 0.4)), to(rgba(141, 208, 225, 0.4)));
  background: -webkit-linear-gradient(left, rgba(141, 208, 225, 0.4), rgba(141, 208, 225, 0.4));
  background: -moz-linear-gradient(left, rgba(141, 208, 225, 0.4), rgba(141, 208, 225, 0.4));
  background: -ms-linear-gradient(left, rgba(141, 208, 225, 0.4), rgba(141, 208, 225, 0.4));
  background: -o-linear-gradient(left, rgba(141, 208, 225, 0.4), rgba(141, 208, 225, 0.4));
}
.process.style1 .process-step .process-icon {
  border-color: rgba(141, 208, 225, 0.3);
}
.process.style1 .process-step .process-icon i {
  background-color: #8dd0e1;
}
.process.style1 .process-step .process-icon:before,
.process.style1 .process-step .process-icon:after {
  border-bottom: 4px solid rgba(141, 208, 225, 0.3);
}
.process.style1 .process-step:hover .process-icon {
  border-color: rgba(141, 208, 225, 0.3);
}
.process.style1 .process-step:hover .process-icon i {
  background-color: #8dd0e1;
}
.process.style2 .process-step .process-icon {
  border-color: #8dd0e1;
}
.process.style2 .process-step .process-icon i {
  color: #8dd0e1;
}
.process.style2 .process-step .process-icon:before,
.process.style2 .process-step .process-icon:after {
  border-bottom: 4px solid #8dd0e1;
}
.process.style2 .process-step:hover .process-icon {
  border-color: rgba(141, 208, 225, 0.3);
}
.process.style2 .process-step:hover .process-icon i {
  background-color: #8dd0e1;
}
.process.style3.primary-dark .process-step:nth-child(odd):after {
  background-color: #8dd0e1;
}
@media (max-width: 991px) {
  .process.style1 .process-step .process-icon:before,
  .process.style1 .process-step .process-icon:after {
    border-left: 4px solid rgba(141, 208, 225, 0.3);
  }
  .process.style2 .process-step .process-icon:before,
  .process.style2 .process-step .process-icon:after {
    border-left: 4px solid #8dd0e1;
  }
}
.vc_progress-bar-color-primary-color .vc_single_bar .vc_bar {
  background-color: #8dd0e1;
}
.vc_progress-bar-color-secondary-color .vc_single_bar .vc_bar {
  background-color: #8dd0e1;
}
.vc_single_bar.vc_progress-bar-color-primary-color .vc_bar {
  background-color: #8dd0e1;
}
.vc_single_bar.vc_progress-bar-color-secondary-color .vc_bar {
  background-color: #8dd0e1;
}
.v-progress-bar.vc_progress-bar-color-primary-color .vc_label_units,
.v-progress-bar .vc_progress-bar-color-primary-color .vc_label_units {
  color: #8dd0e1;
}
.v-progress-bar.vc_progress-bar-color-secondary-color .vc_label_units,
.v-progress-bar .vc_progress-bar-color-secondary-color .vc_label_units {
  color: #8dd0e1;
}
.m-post .post-content h6 a {
  color: #666666;
}
.m-post .post-content h6 a:hover {
  color: #8dd0e1;
}
.mailchimp.button_bg_s input[type="submit"] {
  background-color: #8dd0e1;
}
.mailchimp.button_bg_s input[type="submit"]:hover {
  background-color: #666666;
  color: #ffffff;
}
.mailchimp.button_bg_s input[type="email"] {
  color: #666666;
}
.mailchimp.button_bg_s input[type="email"]:focus {
  border-color: #8dd0e1;
}
.mailchimp.button_bg_s ::-webkit-input-placeholder {
  color: #666666;
}
.mailchimp.button_bg_s :-moz-placeholder {
  color: #666666;
}
.mailchimp.button_bg_s ::-moz-placeholder {
  color: #666666;
}
.mailchimp.button_bg_s :-ms-input-placeholder {
  color: #666666;
}
.mailchimp.button_bg_p input[type="submit"] {
  background-color: #8dd0e1;
}
.mailchimp.button_bg_p input[type="submit"]:hover {
  background-color: #666666;
  color: #ffffff;
}
.mailchimp.button_bg_p input[type="email"]:focus {
  border-color: #8dd0e1;
}
.mailchimp.color-dark ::-webkit-input-placeholder {
  color: #666666;
}
.mailchimp.color-dark :-moz-placeholder {
  color: #666666;
}
.mailchimp.color-dark ::-moz-placeholder {
  color: #666666;
}
.mailchimp.color-dark :-ms-input-placeholder {
  color: #666666;
}
.color-dark {
  color: #666666;
}
.color-light {
  color: #ffffff;
}
.menu-scroll ul li.active {
  background-color: #8dd0e1;
}
