/*
 * Title:   Miracle | Responsive Multi-Purpose Wordpress Theme - Main Style file
 * Author:  http://themeforest.net/user/soaptheme
 */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 [Table of contents]
 1. Base Styles
 1.1. Reset
 1.2. Layout
 2. Global Styles
 2.1. General Styles
 2.2. Form Elements
 2.3. Buttons
 2.4. Message box
 2.5. Table
 2.6. Design Elements
 2.7. Toggle & Accordion
 2.8. Blog Posts
 2.9. Sticky Notes
 2.10. Social Icons
 2.11. Callout Box
 3. Header
 3.1. Main Header
 3.2. Slideshow
 3.3. Page Title Container
 3.4. Main Menu
 3.5. Mobile Menu
 4. Main Content
 4.1. Galleries
 4.2. Icon Box
 4.3. Banner
 4.4. Process Builder
 4.5. Post Slider
 4.6. Pricing table
 4.7. Progress Bar
 4.8. Style Changer
 4.9. Tab
 4.10. Team
 4.11. Testimonial
 5. Footer
 6. Page Content
 6.1. Standard Pages
 6.2. Portfolio Pages
 6.3. Blog Pages
 6.4. Homepage
 6.5. WooCommerce Pages
 6.6. Wordpress Widgets
 6.7. Wordpress Styles
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/*
 * Title:   Miracle | Responsive Multi-Purpose Wordpress Theme - SCSS Variables for style customization
 * Author:  http://themeforest.net/user/soaptheme
 */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 [Table of contents]
 1. Skin colors
 2. Global
 3. Important colors
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* 1. Theme skin colors */
/* 2. Global */
/*
 $font-stack:    'Open Sans', Arial, Helvetica, sans-serif;
 $primary-color: #939faa;
 $primary-light-color: #b6c0c9;
 $heading-color: #1b4268;
 $secondary-color: #d4dde5;
 $mainbg-color: #edf6ff;
 $site-max-width: 1170px;
 $body-font-size: 12px;
 $body-line-height: 1.5em;
 $body-bg: #fff;
 $body-bg-size: auto;
 $paragraph-font-size: 13px;
 $paragraph-line-height: 1.8em;
 $logo-font-size: 20px;
 $logo-font-family: Dosis;
 $logo-font-weight: 600;
 $custom-font1: Playfair Display;
 $custom-font2: Open Sans Condensed;
 $custom-font3: Dosis;
 */
/* 3. Important colors */
/*$theme-skin-color: $theme-skin-orange;
 $theme-skin-light-bgcolor: #ff7d26;
 $theme-skin-light-fontcolor: #ffc299;*/
/*
 * Title:   Miracle | Responsive Multi-Purpose Wordpress Theme - SCSS Mixin
 * Author:  http://themeforest.net/user/soaptheme
 */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 [Table of contents]
 1) BORDER RADIUS
 2) OPACITY
 3) BACKGROUND GRADIENT
 4) BOX SHADOW
 5) TEXT SHADOW
 6) TRANSITION
 7) ANIMATION
 8) TRANSFORM
 9) DESATURATE
 10) RETINA
 11) GRADIENT IMAGE
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* 1) BORDER RADIUS */
/* 2) OPACITY */
/* 3) BACKGROUND GRADIENT */
/* 4) BOX SHADOW */
/* 5) TEXT SHADOW */
/* 6) TRANSITION */
/* 7) ANIMATION */
/* 8) TRANSFORM */
/* 9) DESATURATE */
/* 10) RETINA */
/* 11) GRADIENT IMAGE */
/* 1. Base Styles ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* 1.1. Reset ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/*
 * Title:   Miracle | Responsive Multi-Purpose Wordpress Theme - Basic Style
 * Author:  http://themeforest.net/user/soaptheme
 */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 [Table of contents]
 1) Reset
 2) Heading
 3) Lists
 4) Contents
 5) Table
 6) HTML5 & CSS3 Styles for older browsers
 7) Tools
 8) Color
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* 1) Reset */
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  zoom: 1; }

html {
  min-height: 100%;
  /*overflow-x: hidden !important;*/ }

body {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.5em;
  color: #939faa;
  overflow-x: hidden !important;
  -webkit-font-smoothing: antialiased;
  -ms-overflow-style: scrollbar;
  /*oveflow-y: scroll;*/
  /*background: $body-bg; background-size: $body-bg-size;*/ }

iframe, img {
  border: 0; }

img {
  border-style: none;
  height: auto;
  max-width: 100%;
  vertical-align: top; }

a {
  text-decoration: none;
  color: inherit; }

a:hover {
  text-decoration: none;
  color: #97cc24; }

a:focus {
  outline: none;
  color: inherit;
  text-decoration: none; }

p {
  font-family: Open Sans;
  font-size: 13px;
  line-height: 1.8em;
  margin-bottom: 15px; }

.text {
  font-family: Open Sans;
  font-size: 13px;
  line-height: 1.8em;
  margin-bottom: 15px; }
  .text p {
    font-size: 1em; }
  .text > *:last-child {
    margin-bottom: 0; }

dt {
  /*font-weight: normal;*/ }

li {
  line-height: 2em; }

code {
  white-space: normal; }
/* 2) Heading */
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 20px;
  font-weight: 300;
  color: #1b4268; }

h4, h5, h6 {
  font-weight: 400; }

h5, h6 {
  margin-bottom: 10px; }

h1 {
  font-size: 2.5em;
  line-height: 1.25em; }

h2 {
  font-size: 2em;
  line-height: 1.25em; }

h3 {
  font-size: 1.6667em;
  line-height: 1.2222em; }

h4 {
  font-size: 1.3333em;
  line-height: 1.25em; }

h5 {
  font-size: 1.1666em;
  line-height: 1.1428em; }

h6 {
  font-size: 1.0833em; }
/* 3) Lists */
ol, ul {
  list-style: none;
  margin: 0; }
/* 4) Contents */
blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border-color: #97cc24; }

small {
  font-size: 0.8333em; }
/* 5) Table */
table {
  border-collapse: collapse;
  border-spacing: 0; }
/* 6) HTML5 & CSS3 Styles for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }
/* 7) Tools */
.clearer {
  clear: both !important;
  padding: 0 !important;
  margin: 0 !important; }

.hidden {
  display: block !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important; }

.nobr {
  white-space: nowrap !important; }

.wrap {
  white-space: normal !important; }

.no-display {
  display: none; }

.no-float {
  float: none !important; }

.no-margin {
  margin: 0 !important; }

.no-bmargin {
  margin-bottom: 0 !important; }

.no-padding {
  padding: 0 !important; }

.no-lpadding {
  padding-left: 0 !important; }

.no-rpadding {
  padding-right: 0 !important; }

.no-border {
  border: none !important; }

.no-bg {
  background: none !important; }

.full-width {
  width: 100% !important; }

.width-auto {
  width: auto !important; }

img.full-width {
  height: auto; }

.uppercase {
  text-transform: uppercase; }

.fourty-space {
  letter-spacing: 0.04em !important; }

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

.inline-block {
  display: inline-block !important; }

.visible-sms {
  display: none; }

.no-letter-spacing {
  letter-spacing: normal !important; }

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

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

.fontsize-lg {
  font-size: 1.3333em;
  line-height: 1.5; }

p.fontsize-lg {
  line-height: 1.8; }

.overflow-hidden {
  overflow: hidden; }

.full-height {
  height: 100%; }
/* 8) Color */
.skin-color {
  color: #97cc24 !important; }

.skin-bg {
  background-color: #97cc24 !important; }

.skin-bg-alpha {
  background-color: rgba(151, 204, 36, 0.75) !important; }

.color-blue {
  color: #1b4268 !important; }

.color-light-blue {
  color: #455b79 !important; }

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

.hover-color-skin:hover {
  color: #97cc24 !important; }

.hover-color-blue:hover {
  color: #1b4268 !important; }

.custom-font1, .banner-slider .banner-text .banner-title, .post-slider.style1 .banner-text .banner-title, .post-slider.style5 .banner-text .banner-title, .brand-slider .banner-text .banner-title, .image-banner .caption-wrapper.position-left .captions, .image-banner .caption-wrapper.position-right .captions, .image-banner .caption-wrapper.position-middle .captions, .pricing-table .currency-symbol, .counters-box.style2 dt, .testimonial.style1 .testimonial-content, .brand-section .caption-wrapper.style2 .caption, .brand-section .caption-wrapper.style3 .caption, .brand-section.style1 .caption-wrapper .caption, .brand-section.style2 .caption-wrapper .caption {
  font-family: Playfair Display; }

.custom-font2, .page-title-container .banner .caption .caption-lg, .brand-section .caption-wrapper .caption {
  font-family: Open Sans Condensed; }

.custom-font3, .post-slider.style4 .caption.size-lg, .parallax .caption.size-lg, #nav > ul > li > a, .mobile-nav, .error404 .error-message-404 span, .coming-soon-page .error-message-404 span, .blank-page .error-message-404 span, .coming-soon-page .clock, .page-loading-wrapper header .logo {
  font-family: Dosis; }
/* 1.2. Layout ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
@media (min-width: 1200px) {
  .container {
    width: auto; } }

@media (min-width: 1200px) {
  .container {
    width: 1170px;
    padding-left: 0;
    padding-right: 0; } }

#page-wrapper {
  overflow: hidden;
  position: relative;
  z-index: 0; }

.section-info {
  margin-bottom: 40px; }

.box-xs {
  margin-bottom: 10px; }

.box-sm {
  margin-bottom: 20px; }

.box-md, .box {
  margin-bottom: 30px; }

.box-lg {
  margin-bottom: 40px; }

.box-xl, .block {
  margin-bottom: 60px; }

article {
  margin-bottom: 30px; }

.block:after {
  content: "";
  display: table;
  clear: both; }

.wpb_row:last-child {
  margin-bottom: 0; }

.wpb_row.section {
  margin-bottom: 0; }
/*.wpb_row.row { margin-bottom: 0; }*/
/*.wpb_row ~ .wpb_row .section { padding-top: 50px; }*/
.content-middle:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle; }
  .content-middle > * {
    display: inline-block;
    width: 98%;
    vertical-align: middle; }

#content {
  padding: 70px 0 0;
  min-height: 300px; }
  #content > .container > .section:first-child, #content #main > .section:first-child, #content > .section:first-child {
    padding-top: 0; }
  #content > .wpb_row:first-child .section:first-child {
    padding-top: 0; }

#main {
  margin-bottom: 60px;
  /*&.col-xs-12 { float: none; }*/ }
  #main > .section:first-child {
    padding-top: 0; }

.sidebar {
  margin-bottom: 60px; }

.section {
  padding-top: 80px;
  padding-bottom: 70px; }
  .section.has-border {
    border-top: 1px solid #edf6ff; }
  .section:first-child {
    border-top: none; }
/* 2. Global Styles ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* 2.1. General Styles ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.title {
  font-weight: normal; }

.center-block {
  float: none; }

.highlight {
  background: #97cc24;
  color: #fff;
  padding: 2px 8px; }

hr.dotted {
  border-style: dotted; }
  hr.thick {
    border-width: 2px; }
  hr.color-heading {
    border-color: #1b4268; }
  hr.color-text {
    border-color: #939faa; }
  hr.color-light {
    border-color: #d4dde5; }
  hr.color-light1 {
    border-color: #edf6ff; }
  hr[class^="col-"], hr[class*=" col-"] {
    float: none;
    padding: 0; }

.description > *:last-child {
  margin-bottom: 0; }

.section-info {
  border-top: 1px solid #d4dde5;
  position: relative; }
  .section-info .section-title {
    display: inline-block;
    line-height: 1em;
    margin-top: -0.6em;
    padding-right: 20px;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    font-weight: 300; }

.fa.has-circle {
  display: inline-block;
  border: 1px solid #97cc24;
  width: 2.2em;
  height: 2.2em;
  line-height: 2.16em;
  -webkit-border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  -ms-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
  text-align: center; }

.hide-children > *:not(.active) {
  display: none; }
/* Unordered List */
ul.arrow-circle, ul.arrow, ul.star, ul.decimal-zero, ul.disc {
  list-style: none; }
  ul.arrow-circle li, ul.arrow li, ul.star li, ul.decimal-zero li, ul.disc li {
    margin-bottom: 12px;
    line-height: 20px; }
    ul.arrow-circle li:before, ul.arrow li:before, ul.star li:before, ul.decimal-zero li:before, ul.disc li:before {
      content: "";
      display: inline-block;
      margin-right: 15px;
      font-family: FontAwesome; }
  ul.arrow-circle.size-small, ul.arrow.size-small, ul.star.size-small, ul.decimal-zero.size-small, ul.disc.size-small {
    font-size: 1em; }
    ul.arrow-circle.size-small li, ul.arrow.size-small li, ul.star.size-small li, ul.decimal-zero.size-small li, ul.disc.size-small li {
      margin-bottom: 10px; }
  ul.arrow-circle.size-medium, ul.arrow.size-medium, ul.star.size-medium, ul.decimal-zero.size-medium, ul.disc.size-medium {
    font-size: 1.0833em; }
    ul.arrow-circle.size-medium li, ul.arrow.size-medium li, ul.star.size-medium li, ul.decimal-zero.size-medium li, ul.disc.size-medium li {
      margin-bottom: 20px; }

ul.arrow li:before, ul.arrow-circle li:before {
  content: "\f105"; }
  ul.arrow li.active:before, ul.arrow-circle li.active:before {
    color: #97cc24; }

ul.arrow li:before {
  margin-right: 10px; }

ul.arrow-circle li {
  position: relative;
  padding-left: 34px; }
  ul.arrow-circle li:before {
    font-size: 0.8333em;
    width: 22px;
    height: 22px;
    line-height: 20px;
    text-align: center;
    /*line-height: 1.75em;*/
    color: #d4dde5;
    border: 1px solid;
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -ms-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -10px;
    text-indent: 1px; }
  ul.arrow-circle li.active:before {
    color: #fff;
    background: #97cc24;
    border-color: #97cc24; }
  ul.arrow-circle.hover-effect li:hover {
    color: #97cc24; }
  ul.arrow-circle.hover-effect li:hover:before {
    color: #fff;
    background: #97cc24;
    border-color: #97cc24; }

ul.star li:before {
  content: "\f005"; }

ul.decimal-zero {
  counter-reset: item; }
  ul.decimal-zero > li:before {
    content: counter(item);
    counter-increment: item;
    color: #97cc24; }
  ul.decimal-zero > li:nth-child(-n+9)::before {
    /* 1 - 9 */
    content: "0" counter(item);
    /* becomes 01 - 09 */ }

ul.disc li:before {
  width: 0.5em;
  height: 0.5em;
  -webkit-border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  -ms-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
  background: #97cc24; }

ul.decimal {
  counter-reset: index; }
  ul.decimal > li::before {
    content: counter(index) ".";
    counter-increment: index;
    color: #97cc24;
    margin-right: 12px;
    font-weight: bold; }

ul.lower-alpha {
  list-style: lower-alpha inside; }
/* bullet text */
ul.bullet-text {
  font-size: 1.0833em; }
  ul.bullet-text li {
    line-height: 1.8em;
    margin-bottom: 5px; }
  ul.bullet-text.paragraph li {
    margin-bottom: 15px; }

.dropcap {
  float: left;
  color: #fff;
  background: #97cc24;
  margin-right: 15px;
  margin-top: 5px;
  font-weight: 600;
  margin-bottom: 5px;
  text-align: center; }
  .dropcap.style1 {
    font-size: 3.3333em;
    -webkit-border-radius: 0 0 50px 50px;
    -moz-border-radius: 0 0 50px 50px;
    -ms-border-radius: 0 0 50px 50px;
    border-radius: 0 0 50px 50px;
    width: 1.2em;
    height: 1.5em;
    line-height: 1.4em; }
  .dropcap.style2 {
    font-size: 2.5em;
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -ms-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    text-transform: uppercase;
    width: 1.6em;
    height: 1.6em;
    line-height: 1.6em; }

q, blockquote {
  quotes: '\201C' '\201D' '\2018' '\2019'; }

blockquote {
  font-size: 1em;
  border: none;
  padding: 20px 30px 25px 55px;
  position: relative;
  /*&:after { content: close-quote; margin-left: 3px; }*/ }
  blockquote:before, blockquote:after {
    font-family: FontAwesome;
    font-size: 2.5em;
    vertical-align: middle; }
  blockquote:before {
    content: "\f10d";
    margin-right: 4px;
    position: absolute;
    top: 30px;
    left: 16px; }
  blockquote p {
    font-size: 1.5em; }
  blockquote > p > cite {
    font-size: 1em;
    color: #939faa;
    margin-bottom: 0;
    display: block;
    margin-top: 20px; }
  blockquote.style2, blockquote.style3 {
    font-weight: 300;
    border: 1px solid #edf6ff;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 65px; }
  blockquote.style2:before, blockquote.style3:before {
    color: #edf6ff;
    top: 40px;
    left: 26px; }
  blockquote.style2 p, blockquote.style3 p {
    font-size: 1.3333em; }
  blockquote.style2:after {
    border-right: 21px solid transparent;
    border-top: 21px solid #edf6ff;
    content: "";
    position: absolute;
    bottom: -1px;
    right: -1px;
    background: #fff; }
  blockquote.style3 {
    border-top: 2px solid #97cc24; }
  blockquote.style3:after {
    content: "";
    border-top: 3px solid #97cc24;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -3px; }

.post-content > blockquote > p, .post > blockquote > p, .comment blockquote > p {
  margin-bottom: 0; }

.post > blockquote[class^="style"] > p {
  margin-bottom: 30px; }

blockquote {
  background: #edf6ff;
  color: #1b4268; }
  blockquote:before {
    color: #fff; }
  blockquote > p {
    margin-bottom: 30px; }
  blockquote > .name {
    font-size: 1.3333em;
    color: #939faa;
    margin-bottom: 0; }

.tags .tag {
  display: inline-block;
  font-size: 0.8333em;
  /* !important*/
  text-transform: uppercase;
  padding: 0 10px;
  line-height: 2.5em;
  border: 1px solid #d4dde5;
  -webkit-border-radius: 1.5em 1.5em 1.5em 1.5em;
  -moz-border-radius: 1.5em 1.5em 1.5em 1.5em;
  -ms-border-radius: 1.5em 1.5em 1.5em 1.5em;
  border-radius: 1.5em 1.5em 1.5em 1.5em;
  margin-bottom: 10px;
  margin-right: 4px;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .tags .tag:hover {
    color: #fff;
    background: #97cc24;
    border-color: #97cc24; }
/* image hover effect */
.image {
  overflow: hidden;
  z-index: 1;
  position: relative;
  display: block; }
  .image img {
    -moz-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    -webkit-backface-visibility: hidden;
    width: 100%; }
  .image .image-extras {
    position: absolute;
    width: 101%;
    height: 101%;
    left: 0;
    top: 0;
    background: rgba(151, 204, 36, 0.85);
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    -webkit-transform: rotateY(180deg) scale(0.5, 0.5);
    -moz-transform: rotateY(180deg) scale(0.5, 0.5);
    -ms-transform: rotateY(180deg) scale(0.5, 0.5);
    -o-transform: rotateY(180deg) scale(0.5, 0.5);
    transform: rotateY(180deg) scale(0.5, 0.5);
    /*&:before {  content: ""; display: inline-block; height: 100%; vertical-align: middle; }*/ }
  .image .image-extras:before, .image .image-extras:after {
    position: absolute;
    content: "";
    background: #fff;
    left: 50%;
    top: 50%; }
  .image .image-extras:before {
    width: 70px;
    height: 1px;
    margin-left: -35px;
    margin-top: -0.5px; }
  .image .image-extras:after {
    width: 1px;
    height: 70px;
    margin-left: -0.5px;
    margin-top: -35px; }
  .image .image-extras .post-gallery {
    display: block;
    width: 100%;
    height: 100%;
    position: relative; }
  .image .caption-wrapper {
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s; }
  .image:hover:not(.hover-style3) img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  .image:hover:not(.hover-style3) .image-extras {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -webkit-transform: rotateY(0deg) scale(1, 1);
    -moz-transform: rotateY(0deg) scale(1, 1);
    -ms-transform: rotateY(0deg) scale(1, 1);
    -o-transform: rotateY(0deg) scale(1, 1);
    transform: rotateY(0deg) scale(1, 1); }
  .image.hover-style1 .image-extras, .image.hover-style1 .caption-wrapper {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%); }
  .image.hover-style1:hover .image-extras, .image.hover-style1:hover .caption-wrapper {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
  .image.hover-style2 .image-extras {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%); }
  .image.hover-style2:hover .image-extras {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  .image.hover-style3 .image-extras {
    width: 100%;
    height: 100%;
    top: 100%;
    left: auto;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    overflow: hidden;
    -moz-transition: none 0s ease 0s;
    -o-transition: none 0s ease 0s;
    -webkit-transition: none 0s ease 0s;
    -ms-transition: none 0s ease 0s;
    transition: none 0s ease 0s; }
  /* five stars rating */

.star-rating {
  font-family: FontAwesome;
  display: inline-block;
  font-size: 10px;
  letter-spacing: 2px;
  position: relative;
  line-height: 1;
  white-space: nowrap; }
  .star-rating:before {
    content: "\f005\f005\f005\f005\f005";
    color: #d4dde5; }
  .star-rating > span, .star-rating .ui-slider-range {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    text-indent: -9999px; }
  .star-rating > span:before, .star-rating .ui-slider-range:before {
    content: "\f005\f005\f005\f005\f005";
    color: #ff9000;
    position: absolute;
    overflow: hidden;
    left: 0;
    right: 1px;
    text-indent: 0; }
  .star-rating > span .rating, .star-rating .ui-slider-range .rating {
    display: none; }
  .star-rating.input-star-rating.ui-slider {
    background: none;
    cursor: default; }
  .star-rating.input-star-rating.ui-slider .ui-slider-handle {
    visibility: hidden;
    width: 0;
    height: 0;
    padding: 0;
    top: 0; }
  .star-rating.size-md {
    font-size: 16px;
    letter-spacing: 4px; }
  .star-rating.size-md > span:before {
    right: 2px; }
  .input-star-rating {
    font-size: 0;
    cursor: default;
    display: inline-block;
    line-height: 1;
    overflow: hidden;
    position: relative; }
  .input-star-rating input[type=radio], .input-star-rating span {
    font-size: 16px;
    width: 1.2em;
    float: right; }
  .input-star-rating input[type=radio] {
    outline: none;
    height: 1.2em;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    margin: 0 0 0 -1.2em;
    cursor: pointer; }
  .input-star-rating span {
    text-align: center;
    display: inline-block;
    color: #d4dde5; }
  .input-star-rating span:before {
    content: "\f005";
    font-family: FontAwesome; }
  .input-star-rating input[type=radio]:checked ~ span {
    color: #ff9000; }
  .input-star-rating input[type=radio]:hover ~ span {
    color: #ff9000; }
  .input-star-rating:after {
    display: table;
    content: "";
    clear: both; }
/* columns */
.column-2 > *, .column-3 > *, .column-4 > *, .column-5 > * {
  float: left; }
  .column-2:after, .column-3:after, .column-4:after, .column-5:after {
    clear: both;
    content: "";
    display: table; }
  .column-2.no-column-bottom-margin > *, .column-3.no-column-bottom-margin > *, .column-4.no-column-bottom-margin > *, .column-5.no-column-bottom-margin > * {
    margin-bottom: 0; }

.column-2 > * {
  width: 48.5%;
  margin-right: 3%;
  margin-bottom: 3%; }
  .column-2 > *:nth-child(2n) {
    margin-right: 0; }
  .column-2 > *:nth-child(2n+1) {
    clear: both; }

.column-3 > * {
  width: 31.3333%;
  margin-right: 3%;
  margin-bottom: 3%; }
  .column-3 > *:nth-child(3n) {
    margin-right: 0; }
  .column-3 > *:nth-child(3n+1) {
    clear: both; }

.column-4 > * {
  width: 22.75%;
  margin-right: 3%;
  margin-bottom: 3%; }
  .column-4 > *:nth-child(4n) {
    margin-right: 0; }
  .column-4 > *:nth-child(4n+1) {
    clear: both; }

.column-5 > * {
  width: 17.6%;
  margin-right: 3%;
  margin-bottom: 3%; }
  .column-5 > *:nth-child(5n) {
    margin-right: 0; }
  .column-5 > *:nth-child(5n+1) {
    clear: both; }
/* animated */
.animated {
  visibility: hidden; }

.no-cssanimations .animated {
  visibility: visible; }

.image-container {
  position: relative; }
  .image-container img {
    width: 100%; }
  .image-container.fixed img {
    max-width: 100%;
    width: auto; }
/* text box */
.heading-box {
  text-align: center;
  float: none;
  margin: 0 auto 40px; }
  .heading-box p {
    margin-top: 10px; }
  .heading-box p + p {
    margin-top: 0; }
  .heading-box .box-title {
    font-size: 2.5em;
    margin-bottom: 0; }
  .heading-box [class^="desc-"] {
    font-weight: 300;
    margin-top: 0; }
  .heading-box .desc-lg {
    font-size: 1.6667em; }
  .heading-box .desc-md {
    font-size: 1.3333em; }
  .heading-box .desc-sm {
    font-size: 1.1667em; }
  .heading-box.size-lg p {
    margin-top: 15px; }
    .heading-box.size-lg p + p {
      margin-top: 0; }
  .heading-box.size-lg .box-title {
    font-size: 4.1667em;
    margin-bottom: 0; }
  .heading-box.size-lg .desc-lg {
    font-size: 2.5em; }

.section h2.section-title {
  font-size: 2.5em;
  line-height: 4em;
  background: #97cc24;
  color: #fff;
  margin-top: -80px;
  margin-bottom: 0;
  text-align: center;
  font-weight: 400;
  position: relative;
  margin-bottom: 80px;
  z-index: 100; }
  .section h2.section-title:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -14px;
    margin-bottom: -10px;
    border-top: 10px solid #97cc24;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent; }
  .section.no-padding {
    padding: 0; }
  .section.no-padding .section-title {
    margin: 0; }
/* 2.2. Form Elements ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
form [class^="col-"] > input, form [class*=" col-"] > input, form [class^="col-"] > select, form [class*=" col-"] > select, form [class^="col-"] > textarea, form [class*=" col-"] > textarea, form [class^="col-"] > .btn, form [class*=" col-"] > .btn, form [class^="col-"] > button, form [class*=" col-"] > button {
  width: 100%; }

form.form-bordered {
  padding: 25px 30px;
  border: 1px solid #edf6ff; }
  form label {
    font-size: 1.0833em;
    font-weight: 400;
    display: block; }

.form-group:not(.box) {
  margin-bottom: 20px; }

input.input-text, select, textarea, .customSelect, .post-password-form input[type=password] {
  background: #edf6ff;
  border: none;
  line-height: normal; }

input.input-text, textarea, .customSelect, select {
  padding-left: 20px;
  padding-right: 20px;
  height: 42px;
  font-size: 1.0833em; }
  input.input-text.input-lg, textarea.input-lg, .customSelect.input-lg, select.input-lg {
    height: 48px;
    font-size: 1.1667em; }
  input.input-text.input-md, textarea.input-md, .customSelect.input-md, select.input-md {
    height: 42px;
    font-size: 1.0833em; }
  input.input-text.input-sm, textarea.input-sm, .customSelect.input-sm, select.input-sm {
    height: 34px;
    font-size: 1em; }
  input.input-text.input-xs, textarea.input-xs, .customSelect.input-xs, select.input-xs {
    height: 28px;
    font-size: 0.9167em; }
  input.input-text.white, textarea.white, .customSelect.white, select.white {
    background: #fff; }

input.input-text, textarea, .post-password-form input[type=password] {
  -moz-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  -o-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  -webkit-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  -ms-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  border: 1px solid transparent;
  cursor: text; }
  input.input-text:focus, textarea:focus, .post-password-form input[type=password]:focus {
    outline: none;
    border: 1px solid #97cc24;
    box-shadow: 0 0 8px rgba(151, 204, 36, 0.6);
    /*0 1px 1px rgba(0, 0, 0, 0.75) inset, */ }

textarea {
  height: auto;
  padding-top: 15px;
  padding-bottom: 15px; }
/* Select Box */
select {
  padding: 10px 0 10px 20px;
  line-height: 38px;
  max-width: 100% !important; }
  select option {
    padding: 2px 10px 2px 18px; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  select {
    padding-right: 18px; } }

.selector {
  position: relative;
  z-index: 1; }

select.selector {
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -webkit-appearance: menulist-button; }

.customSelect {
  line-height: 42px;
  position: relative;
  z-index: 0;
  white-space: nowrap;
  overflow: hidden; }
  .customSelect.input-lg {
    line-height: 48px; }
  .customSelect.input-md {
    line-height: 42px; }
  .customSelect.input-sm {
    line-height: 34px; }
  .customSelect.input-xs {
    line-height: 28px; }

.customSelectInner {
  max-width: 100% !important; }
  .customSelectInner:before {
    content: "";
    display: block;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -2.5px;
    border-top: 5px solid;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent; }
/* Checkbox and Radio */
.checkbox, .radio {
  position: relative;
  margin-top: 0;
  line-height: 20px; }
  .checkbox:before, .radio:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 14px;
    height: 14px;
    border: 1px solid #d4dde5;
    z-index: 0;
    font-family: FontAwesome;
    line-height: 13px;
    text-align: center;
    font-size: 8px; }
  .checkbox.checked:before, .radio.checked:before {
    content: "\f00c"; }

.checkbox label, .checkbox.checkbox-inline {
  font-size: 1.0833em;
  line-height: 20px; }
  .checkbox input[type="checkbox"] {
    position: relative;
    z-index: 1;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0; }

.radio input[type="radio"] {
  position: relative;
  z-index: 1;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0; }
  .radio:before {
    /*@include border-radius(50%, 50%, 50%, 50%);*/
    font-size: 8px;
    line-height: 13px; }
  .radio.radio-square:before {
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    -ms-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0; }
  .radio.checked:before {
    content: "\f00c"; }

label.radio, .radio label {
  line-height: 20px;
  cursor: pointer; }

.checkbox-inline, .radio-inline {
  margin-left: 10px; }
/* 2.3. Buttons ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.btn {
  border: none;
  color: #fff;
  cursor: pointer;
  padding: 0 30px;
  white-space: nowrap;
  text-transform: uppercase;
  font-weight: 600;
  background: #97cc24;
  font-size: 0.9167em;
  height: 42px;
  line-height: 42px;
  -webkit-border-radius: 21px 21px 21px 21px;
  -moz-border-radius: 21px 21px 21px 21px;
  -ms-border-radius: 21px 21px 21px 21px;
  border-radius: 21px 21px 21px 21px;
  margin-right: 5px;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  box-shadow: none;
  vertical-align: baseline;
  /* size */
  /* style */ }
  .btn i {
    margin-right: 5px; }
  .btn:last-child {
    margin-right: 0; }
  .btn:focus, .btn:active:focus, .btn.active:focus {
    outline: none; }
  .btn.active {
    box-shadow: none; }
  .btn.btn-sm {
    height: 28px;
    line-height: 28px;
    font-weight: 400;
    padding: 0 20px;
    font-size: 0.8333em;
    -webkit-border-radius: 14px 14px 14px 14px;
    -moz-border-radius: 14px 14px 14px 14px;
    -ms-border-radius: 14px 14px 14px 14px;
    border-radius: 14px 14px 14px 14px; }
  .btn.btn-lg {
    height: 47px;
    line-height: 47px;
    font-size: 1em;
    padding: 0 36px;
    -webkit-border-radius: 24px 24px 24px 24px;
    -moz-border-radius: 24px 24px 24px 24px;
    -ms-border-radius: 24px 24px 24px 24px;
    border-radius: 24px 24px 24px 24px; }
  .btn.btn-xl {
    height: 57px;
    line-height: 57px;
    font-size: 1em;
    padding: 0 36px;
    -webkit-border-radius: 29px 29px 29px 29px;
    -moz-border-radius: 29px 29px 29px 29px;
    -ms-border-radius: 29px 29px 29px 29px;
    border-radius: 29px 29px 29px 29px; }
  .btn.full-width {
    padding-left: 0;
    padding-right: 0;
    text-align: center; }
  .btn.style1:hover, .btn.style1:active, .btn.style1:focus, .btn.style1.active {
    background: #97cc24;
    color: #fff; }
  .btn.style2 {
    background: #20466c; }
  .btn.style2:hover, .btn.style2:active, .btn.style2:focus, .btn.style2.active {
    background: #1b4268;
    color: #fff; }
  .btn.style3 {
    background: #edf6ff;
    color: inherit; }
  .btn.style3:hover, .btn.style3:active, .btn.style3:focus, .btn.style3.active {
    color: #97cc24; }
  .btn.style4 {
    background: none;
    border: 1px solid #d4dde5;
    color: inherit;
    line-height: 40px; }
  .btn.style4.btn-sm {
    line-height: 26px; }
  .btn.style4.btn-lg {
    line-height: 45px; }
  .btn.style4.btn-xl {
    line-height: 55px; }
  .btn.style4:hover, .btn.style4:active, .btn.style4:focus, .btn.style4.active {
    color: #fff;
    border-color: #97cc24;
    background: #97cc24; }
  .btn.style4.hover-blue:hover, .btn.style4.hover-blue:active, .btn.style4.hover-blue:focus, .btn.style4.hover-blue.active {
    border-color: #1b4268;
    background: #1b4268; }
  .btn.style4.color-white {
    border-color: #fff; }
    .btn.style4.color-white:hover, .btn.style4.color-white:active, .btn.style4.color-white:focus, .btn.style4.color-white.active {
      border-color: #97cc24; }
  .btn.style4.color-black {
    border-color: #343434;
    color: #343434; }
    .btn.style4.color-black:hover, .btn.style4.color-black:active, .btn.style4.color-black:focus, .btn.style4.color-black.active {
      border-color: #97cc24;
      color: #fff; }
  .btn.style4.bg-white {
    background: #fff; }
    .btn.style4.bg-white:hover, .btn.style4.bg-white:active, .btn.style4.bg-white:focus, .btn.style4.bg-white.active {
      background: #97cc24; }

.tp-caption .btn:not(.color-black):hover {
  color: #97cc24; }
/* 2.4. Message box ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.alert {
  font-size: 1.083em;
  line-height: 1.8em;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  -ms-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  border: none;
  padding: 25px 90px 25px 125px;
  color: #fff;
  position: relative; }
  .alert p {
    font-size: 1em; }
  .alert:before {
    content: "\f003";
    font-family: FontAwesome;
    display: block;
    position: absolute;
    top: 50%;
    left: 40px;
    margin-top: -25px;
    font-size: 16px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #fff;
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -ms-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    text-align: center; }
  .alert .close {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    font-weight: normal;
    color: #fff;
    font-size: 12px;
    cursor: pointer;
    text-shadow: none;
    float: none;
    position: absolute;
    display: block;
    width: 32px;
    height: 32px;
    top: 50%;
    right: 38px;
    margin-top: -16px;
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -ms-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    background: #fff;
    text-align: center;
    line-height: 32px; }
  .alert .close:before {
    content: "\f00d";
    font-family: FontAwesome; }
  .alert.alert-general {
    background: #1b4268; }
  .alert.alert-general:before {
    content: "\f040"; }
  .alert.alert-general .close {
    color: #1b4268; }
  .alert.alert-notice {
    background: #fc880f; }
  .alert.alert-notice:before {
    content: "\f0e3"; }
  .alert.alert-notice .close {
    color: #fc880f; }
  .alert.alert-notice a:hover, .alert.alert-notice a:focus {
    color: #1b4268; }
  .alert.alert-success {
    background: #a5de37; }
  .alert.alert-success:before {
    content: "\f00c"; }
  .alert.alert-success .close {
    color: #a5de37; }
  .alert.alert-error {
    background: #ff4351; }
  .alert.alert-error:before {
    content: "\f0e7"; }
  .alert.alert-error .close {
    color: #ff4351; }
  .alert.alert-help {
    background: #28cdfb; }
  .alert.alert-help:before {
    content: "\f0e9"; }
  .alert.alert-help .close {
    color: #28cdfb; }
/* 2.5. Table ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
table.table.style1 th, table.table.style2 th, table.table.style1 td, table.table.style2 td {
  text-align: center;
  height: 42px; }
  table.table.style1 > thead > tr > th, table.table.style2 > thead > tr > th, table.table.style1 > tbody > tr > td, table.table.style2 > tbody > tr > td {
    border-top: none;
    border-bottom: none;
    vertical-align: middle; }
  table.table.style1 > thead > tr > th, table.table.style2 > thead > tr > th {
    color: #fff;
    font-size: 1.0833em;
    font-weight: 400;
    border-bottom: none;
    border-right: 1px solid; }
    table.table.style1 > thead > tr > th:first-child, table.table.style2 > thead > tr > th:first-child {
      border-left: 1px solid; }
  table.table.style1 > tbody, table.table.style2 > tbody {
    border: 1px solid #edf6ff;
    border-top: none; }
    table.table.style1 > tbody > tr:nth-child(2n) > td, table.table.style2 > tbody > tr:nth-child(2n) > td {
      background: #edf6ff; }
      table.table.style1 > tbody > tr > td, table.table.style2 > tbody > tr > td {
        border-right: 1px solid #edf6ff; }
        table.table.style1 > tbody > tr > td:last-child, table.table.style2 > tbody > tr > td:last-child {
          border-right: none; }
  table.table.style1 > thead > tr > th {
    background: #97cc24;
    border-right-color: #fff6f0; }
    table.table.style1 > thead > tr > th:first-child {
      border-left-color: #97cc24; }
    table.table.style1 > thead > tr > th:last-child {
      border-right-color: #97cc24; }
  table.table.style2 > thead > tr > th {
    background: #20466c;
    border-right-color: #f2f4f6; }
    table.table.style2 > thead > tr > th:first-child {
      border-left-color: #20466c; }
    table.table.style2 > thead > tr > th:last-child {
      border-right-color: #20466c; }

.st-table {
  display: table;
  width: 100%; }

.st-td {
  display: table-cell;
  vertical-align: middle; }
/* 2.6. Design Elements ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* twitter box */
.twitter-holder .tweet {
  margin-bottom: 1px;
  background: #edf6ff;
  position: relative;
  padding: 10px 12px 10px 60px; }
  .twitter-holder .tweet:before {
    position: absolute;
    font-family: FontAwesome;
    content: "\f099";
    font-size: 1.0833em;
    display: block;
    left: 10px;
    top: 50%;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    margin-top: -17px;
    background-color: #fff;
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -ms-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    color: #d4dde5;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
  .twitter-holder .tweet .tweet-text {
    margin-bottom: 6px; }
    .twitter-holder .tweet .tweet-text a {
      color: #97cc24; }
      .twitter-holder .tweet .tweet-text a:hover {
        text-decoration: underline; }
  .twitter-holder .tweet .tweet-date {
    font-size: 0.8333em; }
  .twitter-holder .tweet:hover:before {
    color: #fff;
    background-color: #97cc24; }
    .twitter-holder .tweet:hover .tweet-text {
      color: #1b4268; }
/* recent posts */
.recent-posts > li {
  width: 100%;
  margin-bottom: 1px;
  background: #edf6ff;
  padding: 8px; }
  .recent-posts > li:last-child {
    margin-bottom: 0; }
  .recent-posts .post-author-avatar {
    display: table-cell;
    padding-right: 12px;
    vertical-align: middle; }
  .recent-posts .post-author-avatar span {
    border: 4px solid rgba(255, 255, 255, 0.1);
    width: 48px;
    height: 48px;
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -ms-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    display: block; }
  .recent-posts .post-author-avatar img {
    width: 100%;
    height: auto;
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -ms-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    -moz-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    -ms-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s; }
  .recent-posts .post-author-avatar:hover img {
    filter: alpha(opacity=80);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
    /*border: 4px solid rgba(red($theme-skin-color), green($theme-skin-color), blue($theme-skin-color), 0.85);*/ }
  .recent-posts .post-content {
    display: table-cell;
    vertical-align: middle; }
  .recent-posts .post-title {
    margin-bottom: 4px;
    display: block;
    font-size: 1.1667em;
    color: #1b4268; }
  .recent-posts .post-title:hover {
    color: #97cc24; }
  .recent-posts .post-meta {
    font-size: 0.8333em;
    margin-bottom: 0; }
/* archives */
ul.archives {
  font-size: 1.0833em; }
  ul.archives li {
    border-bottom: 1px solid #edf6ff;
    margin-bottom: 0 !important; }
  ul.archives li a {
    line-height: 48px;
    white-space: nowrap; }
  ul.archives li:before {
    font-size: 1em; }
  ul.archives.hover-effect li:hover a {
    color: #1b4268; }
/* search box */
.main-mini-search-form {
  width: 240px; }
  .main-mini-search-form .search-box {
    width: 100%;
    position: relative; }
  .main-mini-search-form input[type=text] {
    background: none;
    border: none;
    width: 100%;
    border-bottom: 1px solid #d4dde5;
    height: 34px;
    line-height: normal;
    padding-right: 20px; }
  .main-mini-search-form button {
    background: none;
    border: none;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -17px; }
  .main-mini-search-form button i {
    display: block;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    color: #d4dde5; }
  .main-mini-search-form button:hover i {
    color: #97cc24; }
/* price filter */
.price-filter-box {
  background: #edf6ff;
  padding: 18px 47px;
  position: relative; }
  .price-filter-box .min-price-label, .price-filter-box .max-price-label {
    position: absolute;
    display: block;
    height: 20px;
    line-height: 20px;
    margin-top: -10px;
    top: 50%; }
  .price-filter-box .min-price-label {
    left: 10px; }
  .price-filter-box .max-price-label {
    right: 10px; }

.ui-slider {
  position: relative;
  text-align: left; }
  .ui-slider.ui-slider-horizontal {
    height: 6px; }
  .ui-slider.ui-slider-horizontal .ui-slider-range {
    height: 100%; }
  .ui-slider.ui-slider-horizontal .ui-slider-handle {
    margin-left: -6px;
    top: -3px; }
  .ui-slider.ui-widget-content {
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -ms-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    background: #97cc24; }
  .ui-slider .ui-slider-range {
    display: block;
    position: absolute;
    z-index: 1;
    border: none;
    background: #fff;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -ms-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px; }
  .ui-slider .ui-slider-handle {
    cursor: default;
    position: absolute;
    z-index: 2;
    width: 12px;
    height: 12px;
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -ms-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    background: #97cc24; }
/* banner slider */
.banner-slider .owl-buttons, .post-slider.style1 .owl-buttons, .post-slider.style5 .owl-buttons, .brand-slider .owl-buttons {
  display: none; }
  .banner-slider .owl-pagination, .post-slider.style1 .owl-pagination, .post-slider.style5 .owl-pagination, .brand-slider .owl-pagination {
    display: block;
    position: absolute;
    bottom: 20px;
    line-height: 0;
    text-align: center;
    width: 100%; }
  .banner-slider .owl-pagination .owl-page, .post-slider.style1 .owl-pagination .owl-page, .post-slider.style5 .owl-pagination .owl-page, .brand-slider .owl-pagination .owl-page {
    display: inline-block;
    margin: 0 3px;
    height: 10px; }
    .banner-slider .owl-pagination .owl-page span, .post-slider.style1 .owl-pagination .owl-page span, .post-slider.style5 .owl-pagination .owl-page span, .brand-slider .owl-pagination .owl-page span {
      display: inline-block;
      margin-top: 2px;
      height: 6px;
      width: 40px;
      border: 1px solid #fff;
      -webkit-border-radius: 3px 3px 3px 3px;
      -moz-border-radius: 3px 3px 3px 3px;
      -ms-border-radius: 3px 3px 3px 3px;
      border-radius: 3px 3px 3px 3px;
      background: none;
      box-shadow: none; }
    .banner-slider .owl-pagination .owl-page.active span, .post-slider.style1 .owl-pagination .owl-page.active span, .post-slider.style5 .owl-pagination .owl-page.active span, .brand-slider .owl-pagination .owl-page.active span {
      background: #fff; }
  .banner-slider .banner-text, .post-slider.style1 .banner-text, .post-slider.style5 .banner-text, .brand-slider .banner-text {
    background: #97cc24;
    color: #fff;
    padding: 15px 10px;
    text-align: center;
    text-transform: uppercase; }
  .banner-slider .banner-text .banner-title, .post-slider.style1 .banner-text .banner-title, .post-slider.style5 .banner-text .banner-title, .brand-slider .banner-text .banner-title {
    margin-bottom: 0;
    font-size: 2.5em;
    line-height: 0.8;
    color: #fff; }
  /* Mini cart */

.mini-cart .cart_list {
  margin-bottom: 15px; }
  .mini-cart .cart_list li {
    background: none;
    padding-right: 0 !important;
    display: block;
    position: relative;
    overflow: hidden; }
  .mini-cart .cart_list li + li {
    margin-top: 10px; }
  .mini-cart .cart_list .remove {
    position: absolute;
    left: 3px;
    top: 3px;
    width: 16px;
    height: 16px;
    text-align: center;
    line-height: 16px; }
  .mini-cart .cart_list .remove:hover {
    color: #eb3b50 !important; }
  .mini-cart .cart_list a:not(.remove) {
    color: #6a6a6a; }
  .mini-cart .cart_list img {
    width: 60px;
    float: left;
    margin: 0 20px 5px 0; }
  .mini-cart .cart_list .quantity {
    margin-right: 5px; }
  .mini-cart .cart_list .quantity .amount {
    color: #eb3b50;
    font-weight: 600; }
  .mini-cart .cart_list li .variation {
    font-size: 12px;
    margin-bottom: 5px; }
  .mini-cart .cart_list li .variation dt, .mini-cart .cart_list li .variation dd {
    line-height: 20px; }
  .mini-cart .cart_list .empty {
    font-size: 1.0833em; }

.mini-cart .cart-content .total {
  margin-bottom: 15px; }
  .mini-cart .cart-content .total .amount {
    color: #97cc24; }
  .mini-cart .cart-content .buttons {
    text-align: left; }
  .mini-cart .cart-content .buttons .button {
    cursor: pointer;
    text-transform: uppercase;
    -webkit-border-radius: 13px 13px 13px 13px;
    -moz-border-radius: 13px 13px 13px 13px;
    -ms-border-radius: 13px 13px 13px 13px;
    border-radius: 13px 13px 13px 13px;
    margin-right: 5px;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    box-shadow: none;
    vertical-align: baseline;
    background: none;
    border: 1px solid;
    display: inline-block;
    border-color: #b7b7b7;
    color: #6a6a6a;
    height: 28px;
    line-height: 26px;
    padding: 0 20px;
    font-size: 0.8333em;
    margin: 0; }
    .mini-cart .cart-content .buttons .button:hover, .mini-cart .cart-content .buttons .button:focus {
      border-color: #97cc24;
      background: #97cc24;
      color: #fff; }
    .mini-cart .cart-content .buttons .button + .button {
      margin-left: 10px; }
/* textbox */
.text-box {
  background: #edf6ff;
  padding: 20px 25px; }
  .text-box > *:last-child {
    margin-bottom: 0; }

.padding-box {
  background: #edf6ff;
  padding: 10px; }
  .padding-box .box-title {
    font-size: 1.5em;
    font-weight: normal; }
/* flickr gallery */
/* 2.7. Toggle & Accordion ~~~~~~~~~~~~~~~~~~~~~~~~~ */

.panel-group .panel-title {
  font-size: 1.1667em;
  line-height: 20px; }
  .panel-group .panel-title a {
    white-space: normal;
    display: block;
    padding: 15px 30px; }
    .panel-group .panel-title a.active .open-sub:after {
      display: none; }
  .panel-group .panel-title .open-sub {
    display: block;
    position: relative; }
    .panel-group .panel-title .open-sub:before, .panel-group .panel-title .open-sub:after {
      content: "";
      display: block;
      position: absolute; }
    .panel-group .panel-title .open-sub:before {
      height: 1px;
      top: 50%;
      margin-top: -0.5px;
      left: 50%; }
    .panel-group .panel-title .open-sub:after {
      width: 1px;
      left: 50%;
      margin-left: -0.5px;
      top: 50%; }
  .panel-group h2.panel-title {
    font-size: 2em; }
  .panel-group h3.panel-title {
    font-size: 1.6667em; }
  .panel-group h4.panel-title {
    font-size: 1.3333em; }
  .panel-group h6.panel-title {
    font-size: 1.0833em; }
  .panel-group .panel-content {
    padding: 10px 30px 20px;
    font-size: 13px;
    line-height: 1.8em; }
  .panel-group .panel-content > *:last-child {
    margin-bottom: 0; }
  .panel-group .panel-content p {
    font-size: 1em; }
  .panel-group .panel {
    box-shadow: none;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    -ms-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    border: none;
    margin-bottom: 0;
    position: relative; }
  .panel-group .panel + .panel {
    margin-top: 1px; }
  .panel-group .panel.style1 .panel-title a:hover, .panel-group .panel.style2 .panel-title a:hover, .panel-group .panel.style3 .panel-title a:hover, .panel-group .panel.style4 .panel-title a:hover, .panel-group .panel.style5 .panel-title a:hover {
    color: #97cc24; }
  .panel-group.style1 .panel-title .open-sub, .panel-group.style2 .panel-title .open-sub {
    float: right; }
    .panel-group.style1 .panel-title a, .panel-group.style2 .panel-title a {
      background: #edf6ff; }
      .panel-group.style1 .panel-title a.active, .panel-group.style2 .panel-title a.active {
        color: #97cc24;
        background: none; }
  .panel-group.style1 .panel-title .open-sub {
    width: 11px;
    height: 11px;
    margin-top: 4.5px; }
  .panel-group.style1 .panel-title .open-sub:before, .panel-group.style1 .panel-title .open-sub:after {
    background: #939faa; }
  .panel-group.style1 .panel-title .open-sub:before {
    left: 0;
    width: 100%; }
  .panel-group.style1 .panel-title .open-sub:after {
    top: 0;
    bottom: 0;
    height: 100%; }
  .panel-group.style2 .panel-title .open-sub, .panel-group.style3 .panel-title .open-sub {
    width: 20px;
    height: 20px;
    background: #fff;
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -ms-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%; }
    .panel-group.style2 .panel-title .open-sub:before, .panel-group.style3 .panel-title .open-sub:before, .panel-group.style2 .panel-title .open-sub:after, .panel-group.style3 .panel-title .open-sub:after {
      background: #939faa; }
    .panel-group.style2 .panel-title .open-sub:before, .panel-group.style3 .panel-title .open-sub:before {
      width: 7px;
      margin-left: -3.5px; }
    .panel-group.style2 .panel-title .open-sub:after, .panel-group.style3 .panel-title .open-sub:after {
      bottom: 0;
      height: 7px;
      margin-top: -3.5px; }
  .panel-group.style2 .panel-title a.active .open-sub, .panel-group.style3 .panel-title a.active .open-sub {
    background: #97cc24; }
    .panel-group.style2 .panel-title a.active .open-sub:before, .panel-group.style3 .panel-title a.active .open-sub:before, .panel-group.style2 .panel-title a.active .open-sub:after, .panel-group.style3 .panel-title a.active .open-sub:after {
      background: #fff; }
  .panel-group.style3 .panel + .panel {
    margin-top: 10px; }
  .panel-group.style3 .panel-title a {
    background: #edf6ff;
    color: inherit; }
  .panel-group.style3 .panel-title a.active, .panel-group.style3 .panel-content {
    background: #97cc24;
    color: #fff; }
  .panel-group.style3 .panel-title .open-sub {
    float: left;
    margin-right: 15px; }
    .panel-group.style3 .panel-title a.active .open-sub {
      background: #fff; }
      .panel-group.style3 .panel-title a.active .open-sub:before, .panel-group.style3 .panel-title a.active .open-sub:after {
        background: #97cc24; }
  .panel-group.style3 .panel-content {
    padding-left: 65px;
    padding-right: 15px; }
  .panel-group.style4 .panel + .panel {
    margin-top: 7px; }
  .panel-group.style4 .panel-title a {
    padding-top: 0;
    padding-left: 0;
    line-height: 32px; }
    .panel-group.style4 .panel-title a .open-sub {
      float: left;
      margin-right: 20px;
      width: 32px;
      height: 32px;
      background: none;
      -webkit-border-radius: 50% 50% 50% 50%;
      -moz-border-radius: 50% 50% 50% 50%;
      -ms-border-radius: 50% 50% 50% 50%;
      border-radius: 50% 50% 50% 50%;
      border: 1px solid #d4dde5; }
      .panel-group.style4 .panel-title a .open-sub:before, .panel-group.style4 .panel-title a .open-sub:after {
        background: #d4dde5; }
      .panel-group.style4 .panel-title a .open-sub:before {
        width: 7px;
        margin-left: -3.5px; }
      .panel-group.style4 .panel-title a .open-sub:after {
        bottom: 0;
        height: 7px;
        margin-top: -3.5px; }
    .panel-group.style4 .panel-title a.active {
      color: #97cc24; }
      .panel-group.style4 .panel-title a.active .open-sub {
        background: #97cc24;
        border-color: #97cc24; }
        .panel-group.style4 .panel-title a.active .open-sub:before, .panel-group.style4 .panel-title a.active .open-sub:after {
          background: #fff; }
  .panel-group.style4 .panel-content {
    padding: 0 10px 10px 55px;
    word-break: break-all; }
  .panel-group.style5 .panel {
    border: 1px solid #edf6ff;
    border-bottom: none; }
  .panel-group.style5 .panel + .panel {
    margin-top: 1px; }
  .panel-group.style5 .panel-title a {
    padding: 0;
    line-height: 50px; }
    .panel-group.style5 .panel-title a .open-sub {
      width: 36px;
      float: left;
      margin-right: 25px;
      height: 50px;
      background: #edf6ff; }
      .panel-group.style5 .panel-title a .open-sub:before, .panel-group.style5 .panel-title a .open-sub:after {
        background: #939faa; }
      .panel-group.style5 .panel-title a .open-sub:before {
        width: 11px;
        left: 50%;
        margin-left: -5.5px; }
      .panel-group.style5 .panel-title a .open-sub:after {
        height: 11px;
        top: 50%;
        margin-top: -5.5px; }
    .panel-group.style5 .panel-title a.active {
      color: #97cc24; }
  .panel-group.style5 .panel-content {
    border-top: 1px solid #edf6ff;
    padding: 15px 15px 15px 40px; }
  .panel-group.style5 .panel:last-child {
    border-bottom: 1px solid #edf6ff; }
    .panel-group.style6 .open-sub {
      display: none; }
  .panel-group.style6 .panel {
    background: #edf6ff; }
  .panel-group.style6 .panel-title a.active, .panel-group.style6 .panel-title a:hover {
    color: #1b4268; }
/* 2.8. Blog Posts ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.blog-posts .post-image img {
  width: 100%; }
  .blog-posts blockquote {
    margin-bottom: 1px; }
  .blog-posts .post-masonry .post-content {
    position: relative;
    z-index: 1;
    padding: 40px 30px 25px;
    border: 2px solid #edf6ff;
    border-top-width: 1px;
    border-bottom: none; }
    .blog-posts .post-masonry .post-content > *:last-child {
      margin-bottom: 0; }
    .blog-posts .post-masonry .post-content.no-author-img {
      padding-top: 25px; }
  .blog-posts .post-masonry .entry-title {
    font-weight: 400; }
  .blog-posts .post-masonry .post-author {
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -ms-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    border: 4px solid #fff;
    width: 72px;
    height: 72px;
    position: absolute;
    overflow: hidden;
    left: 25px;
    top: 0;
    margin-top: -36px;
    background: #fff;
    z-index: 2; }
    .blog-posts .post-masonry .post-author img {
      -webkit-border-radius: 50% 50% 50% 50%;
      -moz-border-radius: 50% 50% 50% 50%;
      -ms-border-radius: 50% 50% 50% 50%;
      border-radius: 50% 50% 50% 50%;
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      -moz-opacity: 1;
      -khtml-opacity: 1;
      opacity: 1;
      position: relative;
      z-index: 1;
      -webkit-transform: none; }
    .blog-posts .post-masonry .post-author:hover img {
      filter: alpha(opacity=85);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
      -moz-opacity: 0.85;
      -khtml-opacity: 0.85;
      opacity: 0.85; }
  .blog-posts .post-masonry .post-action, .blog-posts .post-full .post-action {
    background: #edf6ff;
    padding: 15px 20px 5px; }
    .blog-posts .post-masonry .post-action .btn, .blog-posts .post-full .post-action .btn {
      margin-right: 7px;
      padding: 0 15px;
      margin-bottom: 10px; }
      .blog-posts .post-masonry .post-action .btn:last-child, .blog-posts .post-full .post-action .btn:last-child {
        margin-right: 0; }
    .blog-posts .post-masonry .post-action .post-read-more, .blog-posts .post-full .post-action .post-read-more {
      float: right;
      padding: 0 20px; }
    .blog-posts .post-masonry .post-action .fa, .blog-posts .post-full .post-action .fa {
      color: #d4dde5;
      margin-right: 3px; }
    .blog-posts .post-masonry .post-action:after, .blog-posts .post-full .post-action:after {
      content: "";
      clear: both;
      display: table; }
  .blog-posts .post-grid .post-content {
    position: relative;
    background: #edf6ff;
    padding: 40px 20px 25px;
    text-align: center;
    z-index: 1; }
    .blog-posts .post-grid .post-content p {
      margin-bottom: 20px; }
  .blog-posts .post-grid .entry-title {
    margin-bottom: 4px; }
  .blog-posts .post-grid .post-date {
    position: absolute;
    display: inline-block;
    left: 0;
    top: 0;
    width: 100%;
    color: #fff;
    height: 32px;
    line-height: 32px;
    margin-top: -16px;
    white-space: nowrap;
    font-size: 0.8333em;
    text-transform: uppercase;
    font-weight: 700; }
    .blog-posts .post-grid .post-date span {
      display: inline-block;
      background: #97cc24;
      padding: 0 25px;
      -webkit-border-radius: 16px 16px 16px 16px;
      -moz-border-radius: 16px 16px 16px 16px;
      -ms-border-radius: 16px 16px 16px 16px;
      border-radius: 16px 16px 16px 16px; }
  .blog-posts .post-grid .post-meta {
    margin-bottom: 20px; }
  .blog-posts .post-grid .post-action .btn {
    padding: 0 25px; }
  .blog-posts .post-full .post-image {
    padding: 0; }
  .blog-posts .post-full .post-content {
    padding: 20px 30px 15px;
    background: #edf6ff; }
  .blog-posts .post-full .post-title {
    font-weight: 400;
    margin-bottom: 3px; }
  .blog-posts .post-full .post-meta {
    margin-bottom: 20px; }
  .blog-posts .post-full .post-action {
    background: none;
    padding: 0;
    padding-top: 10px; }
  .blog-posts .post-full.post-blockquote .post-content {
    padding: 0 0 25px 0; }
    .blog-posts .post-full.post-blockquote .post-action {
      padding: 0 30px; }
  .blog-posts .post-full:after {
    content: "";
    display: table;
    clear: both; }
  .blog-posts .post-action .btn {
    background: #fff; }
    .blog-posts .post-action .btn i {
      margin-right: 3px; }
    .blog-posts .post-action .btn:active, .blog-posts .post-action .btn:focus {
      color: inherit; }
      .blog-posts .post-action .btn:active .fa, .blog-posts .post-action .btn:focus .fa {
        color: inherit; }
    .blog-posts .post-action .btn:hover {
      background: #1b4268;
      color: #fff; }
      .blog-posts .post-action .btn:hover .fa {
        color: #fff; }
  .blog-posts .post-blockquote .post-content {
    padding-top: 0; }
  .blog-posts.layout-timeline.layout-fullwidth .iso-container {
    overflow: visible; }
    .blog-posts.layout-timeline.layout-fullwidth .timeline-author {
      width: 100px;
      height: 100px;
      border: 1px solid #d4dde5;
      padding: 3px;
      overflow: hidden;
      -webkit-border-radius: 50% 50% 50% 50%;
      -moz-border-radius: 50% 50% 50% 50%;
      -ms-border-radius: 50% 50% 50% 50%;
      border-radius: 50% 50% 50% 50%;
      margin: 0 auto;
      background: #fff; }
      .blog-posts.layout-timeline.layout-fullwidth .timeline-author img {
        -webkit-border-radius: 50% 50% 50% 50%;
        -moz-border-radius: 50% 50% 50% 50%;
        -ms-border-radius: 50% 50% 50% 50%;
        border-radius: 50% 50% 50% 50%; }
    .blog-posts.layout-timeline.layout-fullwidth .post-date {
      font-weight: 600;
      font-size: 0.8333em;
      background: #97cc24;
      line-height: 28px;
      display: inline-block;
      color: #fff;
      position: absolute;
      top: 0;
      z-index: 9;
      visibility: hidden;
      text-transform: uppercase; }
      .blog-posts.layout-timeline.layout-fullwidth .post-date:before, .blog-posts.layout-timeline.layout-fullwidth .post-date:after {
        content: "";
        display: block;
        position: absolute; }
      .blog-posts.layout-timeline.layout-fullwidth .post-date:before {
        top: 0; }
      .blog-posts.layout-timeline.layout-fullwidth .post-date:after {
        width: 12px;
        height: 12px;
        top: 50%;
        margin-top: -6px;
        -webkit-border-radius: 50% 50% 50% 50%;
        -moz-border-radius: 50% 50% 50% 50%;
        -ms-border-radius: 50% 50% 50% 50%;
        border-radius: 50% 50% 50% 50%;
        background: #97cc24; }
    .blog-posts.layout-timeline.layout-fullwidth .iso-container {
      background: url(../images/icon/dot.jpg) repeat-y center center;
      margin: 0 -25px -15px;
      padding-bottom: 40px; }
      .blog-posts.layout-timeline.layout-fullwidth .iso-container .iso-item {
        padding: 15px 25px; }
        .blog-posts.layout-timeline.layout-fullwidth .iso-container .iso-item:nth-child(2) {
          padding-top: 75px; }
      .blog-posts.layout-timeline.layout-fullwidth .iso-container article.post {
        overflow: visible;
        padding-top: 38px;
        position: relative; }
      .blog-posts.layout-timeline.layout-fullwidth .iso-container .col-left .post-date, .blog-posts.layout-timeline.layout-fullwidth .iso-container .col-right .post-date {
        visibility: visible; }
      .blog-posts.layout-timeline.layout-fullwidth .iso-container .col-left .post-date {
        right: 0;
        -webkit-border-radius: 14px 0 0 14px;
        -moz-border-radius: 14px 0 0 14px;
        -ms-border-radius: 14px 0 0 14px;
        border-radius: 14px 0 0 14px;
        padding: 0 10px 0 20px; }
        .blog-posts.layout-timeline.layout-fullwidth .iso-container .col-left .post-date:before {
          border-left: 14px solid #97cc24;
          border-top: 14px solid transparent;
          border-bottom: 14px solid transparent;
          right: -14px; }
        .blog-posts.layout-timeline.layout-fullwidth .iso-container .col-left .post-date:after {
          right: -31.5px; }
      .blog-posts.layout-timeline.layout-fullwidth .iso-container .col-right .post-date {
        left: 0;
        -webkit-border-radius: 0 14px 14px 0;
        -moz-border-radius: 0 14px 14px 0;
        -ms-border-radius: 0 14px 14px 0;
        border-radius: 0 14px 14px 0;
        padding: 0 20px 0 10px; }
        .blog-posts.layout-timeline.layout-fullwidth .iso-container .col-right .post-date:before {
          border-right: 14px solid #97cc24;
          border-top: 14px solid transparent;
          border-bottom: 14px solid transparent;
          left: -14px; }
        .blog-posts.layout-timeline.layout-fullwidth .iso-container .col-right .post-date:after {
          left: -30.5px; }
    .blog-posts.layout-timeline.layout-fullwidth .load-more {
      display: block;
      width: 50px;
      height: 50px;
      -webkit-border-radius: 50% 50% 50% 50%;
      -moz-border-radius: 50% 50% 50% 50%;
      -ms-border-radius: 50% 50% 50% 50%;
      border-radius: 50% 50% 50% 50%;
      margin: 0 auto;
      line-height: 50px;
      text-align: center;
      color: #fff;
      background: #d4dde5;
      margin-top: 15px;
      display: none; }
      .blog-posts.layout-timeline.layout-fullwidth .load-more i {
        font-size: 30px;
        line-height: 50px; }
    .blog-posts.layout-timeline.layout-fullwidth .iso-container.active ~ .load-more {
      display: block; }
  .blog-posts.layout-timeline.layout-single {
    background: url(../images/icon/dot.jpg) repeat-y 80px top; }
    .blog-posts.layout-timeline.layout-single .timeline-date {
      height: 36px;
      line-height: 34px;
      display: inline-block;
      font-weight: bold;
      font-size: 0.8333em;
      text-transform: uppercase;
      border: 1px solid #d4dde5;
      padding: 0 20px;
      -webkit-border-radius: 18px 18px 18px 18px;
      -moz-border-radius: 18px 18px 18px 18px;
      -ms-border-radius: 18px 18px 18px 18px;
      border-radius: 18px 18px 18px 18px;
      margin-left: 30px;
      background: #fff;
      margin-bottom: 20px; }
    .blog-posts.layout-timeline.layout-single article.post {
      padding-left: 100px;
      position: relative; }
    .blog-posts.layout-timeline.layout-single .element-type {
      width: 50px;
      height: 54px;
      line-height: 50px;
      text-align: center;
      color: #fff;
      font-size: 20px;
      position: absolute;
      left: 0;
      top: 0;
      background: #d4dde5;
      -webkit-border-radius: 0 0 25px 25px;
      -moz-border-radius: 0 0 25px 25px;
      -ms-border-radius: 0 0 25px 25px;
      border-radius: 0 0 25px 25px;
      cursor: default;
      border-color: #d4dde5; }
      .blog-posts.layout-timeline.layout-single .element-type i {
        line-height: inherit; }
      .blog-posts.layout-timeline.layout-single .element-type:before {
        content: "";
        border-top: 1px solid;
        border-color: inherit;
        position: absolute;
        top: 0;
        width: 36px;
        left: 100%; }
      .blog-posts.layout-timeline.layout-single .element-type:after {
        content: "";
        position: absolute;
        width: 18px;
        height: 18px;
        background-color: inherit;
        -webkit-border-radius: 50% 50% 50% 50%;
        -moz-border-radius: 50% 50% 50% 50%;
        -ms-border-radius: 50% 50% 50% 50%;
        border-radius: 50% 50% 50% 50%;
        top: -9px;
        right: -39.5px;
        border: 3px solid #fff; }
      .blog-posts.layout-timeline.layout-single .element-type:hover {
        background: #97cc24;
        border-color: #97cc24; }
    .blog-posts.layout-timeline.layout-single .post .post-content {
      background: #edf6ff;
      padding-top: 20px; }
      .blog-posts.layout-timeline.layout-single .post .entry-title {
        margin-bottom: 3px; }
      .blog-posts.layout-timeline.layout-single .post .post-meta {
        margin-bottom: 20px; }
      .blog-posts.layout-timeline.layout-single .post .audio-container {
        margin-bottom: 1px; }
    .blog-posts.layout-timeline.layout-single .load-more {
      height: 36px;
      line-height: 34px;
      font-weight: 400;
      background: #fff;
      padding: 0 25px;
      margin: 0 0 0 25px;
      font-size: 0.8333em; }
      .blog-posts.layout-timeline.layout-single .load-more:hover, .blog-posts.layout-timeline.layout-single .load-more:focus {
        background: #1b4268;
        border-color: #1b4268; }

.btn.load-more {
  margin: 50px 0 30px;
  padding: 0 40px; }

.blog-posts .post-meta {
  font-size: 0.9167em;
  margin-bottom: 7px; }
  .blog-posts .post-meta > * {
    margin-right: 3px; }
  .blog-posts .post-meta > * + *:before {
    content: ".";
    font-size: 16px;
    font-weight: 900;
    margin-right: 4px; }

.sticky {
  border: 1px solid #97cc24; }
  .sticky .entry-time {
    display: none; }

.miracle-ajax-post {
  visibility: hidden;
  opacity: 0; }

.miracle-ajax-loading {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 9999;
  width: 50px;
  height: 50px;
  margin-left: -25px;
  margin-top: -25px; }

.miracle-ajax-loading, .yith-wcan-loading, .product.loading .product-image, .easyzoom-notice {
  /*position: fixed; left: 50%; top: 50%; z-index: 9999; width: 50px; height: 50px; margin-left: -25px; margin-top: -25px; text-align: center; line-height: 50px; color: #000;
   i { line-height: 50px; }*/ }
  .miracle-ajax-loading:before, .yith-wcan-loading:before, .product.loading .product-image:before, .easyzoom-notice:before {
    content: "";
    display: inline-block !important;
    border-width: 3px 5px 2px 0;
    width: 32px;
    height: 32px;
    -webkit-animation: spin 0.8s infinite linear;
    -moz-animation: spin 0.8s infinite linear;
    animation: spin 0.8s infinite linear;
    border-radius: 20px;
    border-style: solid;
    border-bottom-color: transparent !important;
    vertical-align: middle;
    position: absolute;
    margin-left: -16px;
    margin-top: -16px;
    left: 50%;
    top: 50%;
    border-color: #97cc24; }

.blog-posts .post-classic, .single-post .post, article.attachment {
  padding-left: 70px;
  position: relative; }
  .blog-posts .post-classic .post-date, .single-post .post .post-date, article.attachment .post-date {
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    background: #97cc24;
    text-align: center;
    padding: 15px 0 20px;
    color: #fff;
    -webkit-border-radius: 0 0 25px 25px;
    -moz-border-radius: 0 0 25px 25px;
    -ms-border-radius: 0 0 25px 25px;
    border-radius: 0 0 25px 25px; }
  .blog-posts .post-classic .post-date .month, .single-post .post .post-date .month, article.attachment .post-date .month, .blog-posts .post-classic .post-date .day, .single-post .post .post-date .day, article.attachment .post-date .day {
    line-height: 1; }
  .blog-posts .post-classic .post-date .month, .single-post .post .post-date .month, article.attachment .post-date .month {
    font-weight: 700;
    font-size: 0.9167em;
    display: block; }
  .blog-posts .post-classic .post-date .day, .single-post .post .post-date .day, article.attachment .post-date .day {
    font-weight: 600;
    font-size: 1.6667em; }
  .blog-posts .post-classic .post-action, .single-post .post .post-action, article.attachment .post-action {
    float: right; }
  .blog-posts .post-classic .post-action .btn, .single-post .post .post-action .btn, article.attachment .post-action .btn, .blog-posts .post-classic .post-action .wpulike .counter, .single-post .post .post-action .wpulike .counter, article.attachment .post-action .wpulike .counter {
    border: 1px solid #d4dde5;
    color: inherit;
    padding: 0 15px;
    background: none; }
    .blog-posts .post-classic .post-action .btn i, .single-post .post .post-action .btn i, article.attachment .post-action .btn i, .blog-posts .post-classic .post-action .wpulike .counter i, .single-post .post .post-action .wpulike .counter i, article.attachment .post-action .wpulike .counter i {
      color: #d4dde5;
      margin-right: 3px; }
    .blog-posts .post-classic .post-action .btn:hover, .single-post .post .post-action .btn:hover, article.attachment .post-action .btn:hover, .blog-posts .post-classic .post-action .wpulike .counter:hover, .single-post .post .post-action .wpulike .counter:hover, article.attachment .post-action .wpulike .counter:hover {
      border-color: #eb3b50;
      background: #eb3b50;
      color: #fff; }
      .blog-posts .post-classic .post-action .btn:hover i, .single-post .post .post-action .btn:hover i, article.attachment .post-action .btn:hover i, .blog-posts .post-classic .post-action .wpulike .counter:hover i, .single-post .post .post-action .wpulike .counter:hover i, article.attachment .post-action .wpulike .counter:hover i {
        color: #fff; }
  .blog-posts .post-classic .post-action .wpulike .counter, .single-post .post .post-action .wpulike .counter, article.attachment .post-action .wpulike .counter {
    padding-left: 30px; }
  .blog-posts .post-classic .post-content, .single-post .post .post-content, article.attachment .post-content {
    padding: 25px 0; }
  .blog-posts .post-classic .entry-title, .single-post .post .entry-title, article.attachment .entry-title {
    margin-bottom: 4px; }
  .blog-posts .post-classic .post-meta, .single-post .post .post-meta, article.attachment .post-meta {
    margin-bottom: 25px; }
  .blog-posts .post-classic .read-more, .single-post .post .read-more, article.attachment .read-more {
    line-height: 35px;
    font-size: 0.8333em;
    height: 36px;
    font-weight: 400;
    padding: 0 25px; }

.blog-posts .post-classic.post-blockquote .post-content {
  padding-top: 0; }

.single-post .post .post-date + .post-content, .single.attachment .post-date + .post-content {
  padding-top: 0; }

.post-content .post-slider, .post-content .soap-gallery, .post-content .wp-audio-shortcode {
  margin-bottom: 20px; }
  .post-content .tags {
    margin-top: 15px; }
/* Post share */
.post-share {
  position: relative;
  display: inline-block;
  z-index: 2;
  margin-bottom: 10px; }
  .post-share > a {
    margin-bottom: 0 !important; }
  .post-share .share-links {
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    bottom: 28px;
    right: 6px;
    width: 42px;
    background: #fff;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border: 1px solid #edf6ff; }
  .post-share .share-links > a {
    display: block;
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-bottom: 1px solid #edf6ff;
    -moz-transition: background 0.25s ease 0s;
    -o-transition: background 0.25s ease 0s;
    -webkit-transition: background 0.25s ease 0s;
    -ms-transition: background 0.25s ease 0s;
    transition: background 0.25s ease 0s; }
    .post-share .share-links > a .fa {
      color: #939faa !important; }
    .post-share .share-links > a:hover {
      background: #1b4268; }
      .post-share .share-links > a:hover .fa {
        color: #fff !important; }
  .post-share:hover .share-links {
    visibility: visible;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1; }
/* Post Like */
.post-action .wpulike, .portfolio-action .wpulike, .portfolio-text-inner .wpulike {
  margin: 0 7px 10px 0;
  display: inline-block;
  font-size: 0.8333em;
  vertical-align: inherit; }
  .post-action .wpulike .counter, .portfolio-action .wpulike .counter, .portfolio-text-inner .wpulike .counter {
    display: inline-block;
    background: #fff;
    position: relative;
    -webkit-border-radius: 14px 14px 14px 14px;
    -moz-border-radius: 14px 14px 14px 14px;
    -ms-border-radius: 14px 14px 14px 14px;
    border-radius: 14px 14px 14px 14px;
    -moz-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    -ms-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
    cursor: pointer;
    padding: 0 15px 0 30px;
    height: 28px;
    line-height: 28px; }
  .post-action .wpulike .counter:before, .portfolio-action .wpulike .counter:before, .portfolio-text-inner .wpulike .counter:before {
    content: "\f004";
    display: block;
    position: absolute;
    left: 15px;
    font-family: FontAwesome;
    color: #d4dde5;
    top: 0;
    line-height: 28px;
    text-indent: 0;
    text-indent: 0; }
  .post-action .wpulike .counter a.text, .portfolio-action .wpulike .counter a.text, .portfolio-text-inner .wpulike .counter a.text, .post-action .wpulike .counter a.loading, .portfolio-action .wpulike .counter a.loading, .portfolio-text-inner .wpulike .counter a.loading, .post-action .wpulike .counter a.image, .portfolio-action .wpulike .counter a.image, .portfolio-text-inner .wpulike .counter a.image, .post-action .wpulike .counter a.image-unlike, .portfolio-action .wpulike .counter a.image-unlike, .portfolio-text-inner .wpulike .counter a.image-unlike {
    /*display: none !important;*/
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    margin-bottom: 0;
    width: 100%;
    right: 0;
    bottom: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0; }
  .post-action .wpulike:hover .counter, .portfolio-action .wpulike:hover .counter, .portfolio-text-inner .wpulike:hover .counter {
    background: #1b4268;
    color: #fff; }
    .post-action .wpulike:hover .counter:before, .portfolio-action .wpulike:hover .counter:before, .portfolio-text-inner .wpulike:hover .counter:before {
      color: #fff; }
  .post-action .wpulike:hover .count-box, .portfolio-action .wpulike:hover .count-box, .portfolio-text-inner .wpulike:hover .count-box {
    color: #fff; }
  .post-action .wpulike .count-box, .portfolio-action .wpulike .count-box, .portfolio-text-inner .wpulike .count-box {
    border: none;
    font-size: inherit;
    margin: 0;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    -ms-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    background: none;
    padding: 0;
    line-height: 28px;
    vertical-align: inherit;
    min-width: 0;
    color: inherit; }
  .post-action .wpulike .count-box:before, .portfolio-action .wpulike .count-box:before, .portfolio-text-inner .wpulike .count-box:before {
    display: none; }

.post-action .alert, .portfolio-action .alert {
  display: none; }

.miracle-slider-nav, .post-slideshow .owl-prev, .soap-gallery .owl-prev, .soap-gallery-wrapper .owl-prev, .post-slider .owl-prev, .testimonials.owl-carousel .owl-prev, .features-icon-slider .owl-prev, .brand-slider.style1 .owl-prev, .post-slideshow .owl-next, .soap-gallery .owl-next, .soap-gallery-wrapper .owl-next, .post-slider .owl-next, .testimonials.owl-carousel .owl-next, .features-icon-slider .owl-next, .brand-slider.style1 .owl-next, .post-slideshow .soap-gallery-prev, .soap-gallery .soap-gallery-prev, .soap-gallery-wrapper .soap-gallery-prev, .post-slider .soap-gallery-prev, .testimonials.owl-carousel .soap-gallery-prev, .features-icon-slider .soap-gallery-prev, .brand-slider.style1 .soap-gallery-prev, .post-slideshow .soap-gallery-next, .soap-gallery .soap-gallery-next, .soap-gallery-wrapper .soap-gallery-next, .post-slider .soap-gallery-next, .testimonials.owl-carousel .soap-gallery-next, .features-icon-slider .soap-gallery-next, .brand-slider.style1 .soap-gallery-next, #slideshow .tp-leftarrow.default, #slideshow .tp-rightarrow.default, #slideshow .tp-leftarrow.miracle, #slideshow .tp-rightarrow.miracle, .post-pagination .nav-prev, .post-pagination .nav-next {
  position: absolute;
  top: 50%;
  text-indent: -9999px;
  text-align: left;
  margin-top: -14px;
  text-shadow: none;
  -moz-transition: left 0.3s ease, right 0.3s ease;
  -o-transition: left 0.3s ease, right 0.3s ease;
  -webkit-transition: left 0.3s ease, right 0.3s ease;
  -ms-transition: left 0.3s ease, right 0.3s ease;
  transition: left 0.3s ease, right 0.3s ease;
  z-index: 98; }
  .miracle-slider-nav:before, .post-slideshow .owl-prev:before, .soap-gallery .owl-prev:before, .soap-gallery-wrapper .owl-prev:before, .post-slider .owl-prev:before, .testimonials.owl-carousel .owl-prev:before, .features-icon-slider .owl-prev:before, .brand-slider.style1 .owl-prev:before, .post-slideshow .owl-next:before, .soap-gallery .owl-next:before, .soap-gallery-wrapper .owl-next:before, .post-slider .owl-next:before, .testimonials.owl-carousel .owl-next:before, .features-icon-slider .owl-next:before, .brand-slider.style1 .owl-next:before, .post-slideshow .soap-gallery-prev:before, .soap-gallery .soap-gallery-prev:before, .soap-gallery-wrapper .soap-gallery-prev:before, .post-slider .soap-gallery-prev:before, .testimonials.owl-carousel .soap-gallery-prev:before, .features-icon-slider .soap-gallery-prev:before, .brand-slider.style1 .soap-gallery-prev:before, .post-slideshow .soap-gallery-next:before, .soap-gallery .soap-gallery-next:before, .soap-gallery-wrapper .soap-gallery-next:before, .post-slider .soap-gallery-next:before, .testimonials.owl-carousel .soap-gallery-next:before, .features-icon-slider .soap-gallery-next:before, .brand-slider.style1 .soap-gallery-next:before, #slideshow .tp-leftarrow.default:before, #slideshow .tp-rightarrow.default:before, #slideshow .tp-leftarrow.miracle:before, #slideshow .tp-rightarrow.miracle:before, .post-pagination .nav-prev:before, .post-pagination .nav-next:before {
    font-family: FontAwesome;
    font-size: 13px;
    text-indent: 0;
    width: 57px;
    height: 28px;
    display: block;
    text-align: center;
    line-height: 26px;
    border: 1px solid #fff;
    -webkit-border-radius: 14px 14px 14px 14px;
    -moz-border-radius: 14px 14px 14px 14px;
    -ms-border-radius: 14px 14px 14px 14px;
    border-radius: 14px 14px 14px 14px;
    color: #fff; }
  .miracle-slider-nav:hover:before, .post-slideshow .owl-prev:hover:before, .soap-gallery .owl-prev:hover:before, .soap-gallery-wrapper .owl-prev:hover:before, .post-slider .owl-prev:hover:before, .testimonials.owl-carousel .owl-prev:hover:before, .features-icon-slider .owl-prev:hover:before, .brand-slider.style1 .owl-prev:hover:before, .post-slideshow .owl-next:hover:before, .soap-gallery .owl-next:hover:before, .soap-gallery-wrapper .owl-next:hover:before, .post-slider .owl-next:hover:before, .testimonials.owl-carousel .owl-next:hover:before, .features-icon-slider .owl-next:hover:before, .brand-slider.style1 .owl-next:hover:before, .post-slideshow .soap-gallery-prev:hover:before, .soap-gallery .soap-gallery-prev:hover:before, .soap-gallery-wrapper .soap-gallery-prev:hover:before, .post-slider .soap-gallery-prev:hover:before, .testimonials.owl-carousel .soap-gallery-prev:hover:before, .features-icon-slider .soap-gallery-prev:hover:before, .brand-slider.style1 .soap-gallery-prev:hover:before, .post-slideshow .soap-gallery-next:hover:before, .soap-gallery .soap-gallery-next:hover:before, .soap-gallery-wrapper .soap-gallery-next:hover:before, .post-slider .soap-gallery-next:hover:before, .testimonials.owl-carousel .soap-gallery-next:hover:before, .features-icon-slider .soap-gallery-next:hover:before, .brand-slider.style1 .soap-gallery-next:hover:before, #slideshow .tp-leftarrow.default:hover:before, #slideshow .tp-rightarrow.default:hover:before, #slideshow .tp-leftarrow.miracle:hover:before, #slideshow .tp-rightarrow.miracle:hover:before, .post-pagination .nav-prev:hover:before, .post-pagination .nav-next:hover:before {
    border-color: #97cc24;
    background: #97cc24; }

.post-slideshow .owl-prev, .soap-gallery .owl-prev, .soap-gallery-wrapper .owl-prev, .post-slider .owl-prev, .testimonials.owl-carousel .owl-prev, .features-icon-slider .owl-prev, .brand-slider.style1 .owl-prev, .post-slideshow .soap-gallery-prev, .soap-gallery .soap-gallery-prev, .soap-gallery-wrapper .soap-gallery-prev, .post-slider .soap-gallery-prev, .testimonials.owl-carousel .soap-gallery-prev, .features-icon-slider .soap-gallery-prev, .brand-slider.style1 .soap-gallery-prev {
  left: 28px; }
  .post-slideshow .owl-prev:before, .soap-gallery .owl-prev:before, .soap-gallery-wrapper .owl-prev:before, .post-slider .owl-prev:before, .testimonials.owl-carousel .owl-prev:before, .features-icon-slider .owl-prev:before, .brand-slider.style1 .owl-prev:before, .post-slideshow .soap-gallery-prev:before, .soap-gallery .soap-gallery-prev:before, .soap-gallery-wrapper .soap-gallery-prev:before, .post-slider .soap-gallery-prev:before, .testimonials.owl-carousel .soap-gallery-prev:before, .features-icon-slider .soap-gallery-prev:before, .brand-slider.style1 .soap-gallery-prev:before {
    content: "\f177"; }
  .post-slideshow .owl-next, .soap-gallery .owl-next, .soap-gallery-wrapper .owl-next, .post-slider .owl-next, .testimonials.owl-carousel .owl-next, .features-icon-slider .owl-next, .brand-slider.style1 .owl-next, .post-slideshow .soap-gallery-next, .soap-gallery .soap-gallery-next, .soap-gallery-wrapper .soap-gallery-next, .post-slider .soap-gallery-next, .testimonials.owl-carousel .soap-gallery-next, .features-icon-slider .soap-gallery-next, .brand-slider.style1 .soap-gallery-next {
    right: 28px; }
  .post-slideshow .owl-next:before, .soap-gallery .owl-next:before, .soap-gallery-wrapper .owl-next:before, .post-slider .owl-next:before, .testimonials.owl-carousel .owl-next:before, .features-icon-slider .owl-next:before, .brand-slider.style1 .owl-next:before, .post-slideshow .soap-gallery-next:before, .soap-gallery .soap-gallery-next:before, .soap-gallery-wrapper .soap-gallery-next:before, .post-slider .soap-gallery-next:before, .testimonials.owl-carousel .soap-gallery-next:before, .features-icon-slider .soap-gallery-next:before, .brand-slider.style1 .soap-gallery-next:before {
    content: "\f178"; }
  .post-slideshow .owl-pagination, .soap-gallery .owl-pagination, .soap-gallery-wrapper .owl-pagination, .post-slider .owl-pagination, .testimonials.owl-carousel .owl-pagination, .features-icon-slider .owl-pagination, .brand-slider.style1 .owl-pagination {
    display: none; }
  .post-slideshow:hover .owl-prev, .soap-gallery:hover .owl-prev, .soap-gallery-wrapper:hover .owl-prev, .post-slider:hover .owl-prev, .testimonials.owl-carousel:hover .owl-prev, .features-icon-slider:hover .owl-prev, .brand-slider.style1:hover .owl-prev {
    left: 28px; }
  .post-slideshow:hover .owl-next, .soap-gallery:hover .owl-next, .soap-gallery-wrapper:hover .owl-next, .post-slider:hover .owl-next, .testimonials.owl-carousel:hover .owl-next, .features-icon-slider:hover .owl-next, .brand-slider.style1:hover .owl-next {
    right: 28px; }

#slideshow .tp-leftarrow.default, #slideshow .tp-rightarrow.default, #slideshow .tp-leftarrow.miracle, #slideshow .tp-rightarrow.miracle {
  background: none;
  width: 57px; }
  #slideshow .tp-leftarrow.default, #slideshow .tp-leftarrow.miracle {
    left: 28px; }
  #slideshow .tp-leftarrow.default:before, #slideshow .tp-leftarrow.miracle:before {
    content: "\f177"; }
  #slideshow .tp-rightarrow.default, #slideshow .tp-rightarrow.miracle {
    right: 28px; }
  #slideshow .tp-rightarrow.default:before, #slideshow .tp-rightarrow.miracle:before {
    content: "\f178"; }
/* 2.9. Sticky Notes ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.sticky-note {
  padding: 25px 30px;
  background: #edf6ff;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  font-size: 1.0833em;
  line-height: 1.8em; }
  .sticky-note p {
    font-size: 1em; }
  .sticky-note > *:last-child {
    margin-bottom: 0; }
  .sticky-note:after {
    position: absolute;
    content: "";
    border-top: 23px solid #d4dde5;
    border-right: 23px solid transparent;
    right: -23px;
    bottom: -23px;
    background-color: #fff;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s; }
  .sticky-note:hover:after {
    right: 0;
    bottom: 0; }
  .sticky-note.style2 {
    background: #ffefb7;
    color: #c08d34; }
  .sticky-note.style2:after {
    border-top-color: #d5a044; }
  .sticky-note.style3 {
    background: #ffe4e4;
    color: #c05454; }
  .sticky-note.style3:after {
    border-top-color: #d66c6c; }
  .sticky-note.style4 {
    background: #d8f1a9;
    color: #74952b; }
  .sticky-note.style4:after {
    border-top-color: #89a648; }
/* 2.10. Social Icons ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.social-icons {
  margin-bottom: 10px; }
  .social-icons:after {
    display: table;
    content: "";
    clear: both; }
  .social-icons .social-icon {
    display: block;
    float: left;
    margin-left: 9px;
    margin-bottom: 15px;
    line-height: 0; }
  .social-icons .social-icon i {
    font-size: 1.0833em;
    border-color: #d4dde5;
    overflow: hidden;
    color: #d4dde5;
    width: 2.2em;
    height: 2.2em;
    line-height: 2.16em;
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -ms-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    text-align: center;
    -webkit-backface-visibility: hidden; }
  .social-icons .social-icon:hover i {
    border-color: transparent;
    color: #fff;
    background: #97cc24; }
    .social-icons .social-icon:hover i:before {
      -webkit-animation: fadeInDown 0.3s ease-in;
      -moz-animation: fadeInDown 0.3s ease-in;
      animation: fadeInDown 0.3s ease-in;
      display: inline-block; }
  .social-icons .social-icon:first-child {
    margin-left: 0 !important; }
  .social-icons.full-width {
    display: block; }
  .social-icons.full-width .social-icon {
    display: table-cell;
    float: none;
    width: 1%;
    margin: 0;
    text-align: center; }
  .social-icons.size-lg .social-icon {
    margin-left: 10px; }
    .social-icons.size-lg .social-icon i {
      font-size: 1.6667em; }
  .social-icons.size-md .social-icon {
    margin-left: 10px; }
    .social-icons.size-md .social-icon i {
      font-size: 1.1667em; }
  .social-icons.size-sm .social-icon {
    margin-left: 10px; }
    .social-icons.size-sm .social-icon i {
      font-size: 1em;
      width: 2.4em;
      height: 2.4em;
      line-height: 2.35em; }
  .social-icons.style1 .social-icon i {
    color: #d4dde5;
    border: 1px solid #d4dde5; }
    .social-icons.style1 .social-icon:hover i {
      border-color: transparent;
      color: #fff; }
  .social-icons.style2 .social-icon i {
    color: #fff;
    border: none;
    background: #97cc24; }
    .social-icons.style2 .social-icon:hover i {
      background: #97cc24; }
  .social-icons.style3 .social-icon i {
    color: #fff;
    border: none;
    background: #1b4268; }
    .social-icons.style3 .social-icon:hover i {
      background: #22486d; }

.fa-googleplus:before {
  content: "\f0d5"; }

.fa-vimeo:before {
  content: "\f194"; }
/* 2.11. Callout Box ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.callout-box {
  position: relative; }
  .callout-box .callout-content {
    display: table;
    width: 100%; }
  .callout-box .callout-text {
    display: table-cell;
    vertical-align: middle; }
  .callout-box .callout-text > * {
    margin-bottom: 0; }
  .callout-box .callout-action {
    display: table-cell;
    padding-left: 40px;
    vertical-align: middle;
    white-space: nowrap; }
  .callout-box.style1 {
    /*.callout-content { height: 100%; padding-bottom: 20px; }*/ }
  .callout-box.style1 .callout-box-wrapper {
    background: rgba(147, 159, 170, 0.95); }
    .callout-box.style1 .callout-box-wrapper > .container > .row > div:not(.callout-content-container) {
      z-index: 1; }
    .callout-box.style1 .callout-box-wrapper.bg-blue {
      background: rgba(15, 37, 65, 0.95); }
      .callout-box.style1 .callout-box-wrapper.bg-blue .desc-sm {
        color: #455b79; }
  .callout-box.style1 .callout-content-container:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle; }
  .callout-box.style1 .callout-content {
    display: inline-block;
    height: auto;
    width: 98%;
    vertical-align: middle;
    padding: 50px 0 40px; }
  .callout-box.style1 .callout-text h2, .callout-box.style1 .callout-text h3 {
    color: #fff;
    font-size: 3.3333em;
    padding-right: 35px;
    border-right: 1px solid rgba(255, 255, 255, 0.1); }
    .callout-box.style1 .callout-text h3 {
      font-size: 2.5em; }
  .callout-box.style1 .btn {
    color: #fff;
    border-color: #fff; }
    .callout-box.style1 .btn:hover {
      border-color: #97cc24; }
  .callout-box.style1 .container {
    position: relative; }
  .callout-box.style1 .callout-image-container {
    display: table;
    width: 100%;
    height: 100%;
    table-layout: fixed; }
  .callout-box.style1 .callout-image {
    position: relative;
    z-index: 1;
    display: table-cell;
    vertical-align: bottom; }
    .callout-box.style1 .callout-image img {
      margin-top: 5px; }
  .callout-box.style1 .callout-stripe {
    position: absolute;
    bottom: 0;
    right: 0;
    float: none;
    padding: 0;
    color: #fff;
    background: #97cc24;
    padding: 7px 0 7px 50px;
    font-size: 0.8333em;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    z-index: 0; }
    .callout-box.style1 .callout-stripe:after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 100%;
      height: 100%;
      bottom: 0;
      width: 1000px;
      background: #97cc24; }
    .callout-box.style1 .callout-stripe img {
      margin-right: 8px; }
  .callout-box.style1 .desc-lg {
    font-size: 1.3333em;
    color: #fff;
    margin-bottom: 8px; }
  .callout-box.style1 .desc-sm {
    font-size: 0.8333em;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.1em; }
  .callout-box.style2 .callout-action, .callout-box.style3 .callout-action {
    text-align: right; }
  .callout-box.style2 .callout-text *, .callout-box.style3 .callout-text * {
    color: #fff;
    line-height: 1.6667em; }
  .callout-box.style2 {
    background: #1b4268;
    padding: 30px 0; }
  .callout-box.style2 .btn {
    color: #fff;
    border-color: #fff;
    padding: 0 45px; }
    .callout-box.style2 .btn:hover {
      border-color: #97cc24; }
  .callout-box.style3 {
    background: #97cc24;
    padding: 40px 0; }
  .callout-box.style3 .callout-text * {
    font-size: 2.5em; }
  .callout-box.style3 .btn:hover {
    color: #fff;
    background: #1b4268; }
/* 2.12. Slider ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.flexslider {
  border: none;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  -ms-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  box-shadow: none;
  margin: 0;
  z-index: 0;
  position: relative; }
/* 2.13. Parallax ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.parallax {
  background-attachment: fixed;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto auto;
  /*background-size: cover;*/
  overflow: hidden;
  position: static; }
  .parallax.has-caption:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle; }
  .parallax .container {
    -webkit-backface-visibility: hidden; }

.parallax-elem {
  position: relative;
  overflow: hidden;
  background: #000;
  min-height: 500px; }
  .parallax-elem .video-container {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%; }
  .parallax-elem .no-parallax {
    top: 0 !important; }
  .parallax-elem .mejs-container, .parallax-elem .mejs-layer {
    width: 100% !important;
    height: 100% !important; }

.image-banner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  position: relative;
  overflow: hidden; }
  .image-banner .caption-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
  .image-banner .caption-wrapper.position-right {
    right: 0;
    max-width: 48%;
    padding-right: 30px;
    padding-left: 0; }
  .image-banner .caption-wrapper.position-left {
    left: 0;
    max-width: 48%;
    padding-left: 30px;
    padding-right: 0; }
  .image-banner .caption-wrapper.position-left:before, .image-banner .caption-wrapper.position-right:before, .image-banner .caption-wrapper.position-middle:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle; }
    .image-banner .caption-wrapper.position-left .captions, .image-banner .caption-wrapper.position-right .captions, .image-banner .caption-wrapper.position-middle .captions {
      display: inline-block;
      width: 98%;
      vertical-align: middle;
      text-align: left; }
    .image-banner .caption-wrapper.position-left h2, .image-banner .caption-wrapper.position-right h2, .image-banner .caption-wrapper.position-middle h2 {
      color: #b2afb2;
      font-size: 8.3333em;
      line-height: 1;
      letter-spacing: -0.1em; }
    .image-banner .caption-wrapper.position-left .action, .image-banner .caption-wrapper.position-right .action, .image-banner .caption-wrapper.position-middle .action {
      color: #fff;
      text-decoration: underline;
      font-size: 1.1667em;
      text-transform: uppercase;
      white-space: nowrap; }
      .image-banner .caption-wrapper.position-left .action:hover, .image-banner .caption-wrapper.position-right .action:hover, .image-banner .caption-wrapper.position-middle .action:hover {
        color: #8c868c; }
  .image-banner .btn {
    position: relative;
    z-index: 1; }
  .image-banner .image-container.style-abs {
    position: absolute;
    top: 40px; }
  .image-banner .image-container.style-abs.position-right {
    right: 0;
    max-width: 48%; }
  .image-banner .image-container.style-abs.position-left {
    left: 0;
    max-width: 48%; }
  .image-banner .container {
    max-width: 100%; }

#main .image-banner:first-child {
  margin-top: 40px; }

.post-slider.style4 .caption-wrapper, .parallax.has-caption > * {
  width: 99%;
  display: inline-block;
  vertical-align: middle;
  text-align: center; }
  .post-slider.style4 .caption-wrapper > *:last-child, .parallax.has-caption > * > *:last-child {
    margin-bottom: 0; }

.post-slider.style4 .caption, .parallax .caption {
  line-height: 1em;
  text-transform: uppercase;
  -webkit-border-radius: 1.25em 1.25em 1.25em 1.25em;
  -moz-border-radius: 1.25em 1.25em 1.25em 1.25em;
  -ms-border-radius: 1.25em 1.25em 1.25em 1.25em;
  border-radius: 1.25em 1.25em 1.25em 1.25em;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 10px; }
  .post-slider.style4 .caption.size-lg, .parallax .caption.size-lg {
    font-size: 2.0833em;
    background: #fff;
    color: #1b4268;
    padding: 0.5em 1.5em; }
  .post-slider.style4 .caption.size-md, .parallax .caption.size-md {
    font-size: 1.1667em;
    background: #97cc24;
    color: #fff;
    padding: 0.8em 2em; }
/* 3. Header ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* 3.1. Main Header ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#header {
  height: 84px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 101;
  left: 0;
  color: #000;
  -webkit-backface-visibility: hidden;
  /*@include transition((height 0.4s ease 0s, opacity 0.3s ease 0s));*/ }
  #header.header-color-white {
    color: #fff; }
  #header.header-color-white .logo a {
    color: #fff; }
  #header.header-sticky {
    position: fixed;
    background: rgba(255, 255, 255, 0.9);
    left: 0;
    top: 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11);
    color: #333 !important;
    height: auto; }
  #header.header-sticky #nav > ul > li > a {
    line-height: 54px; }
  #header.header-sticky .logo a {
    color: #333 !important; }
  #header:not(.header-sticky) #nav.many-columns > ul > li > a {
    line-height: 54px; }
  #header .header-inner {
    display: table;
    width: 100%;
    position: relative; }
  #header .branding, #header #nav {
    display: table-cell;
    vertical-align: middle; }
  #header .header-top-nav {
    float: right; }
  #header #nav {
    text-align: right; }
  #header .logo {
    /*font-size: 1.6667em; @extend .custom-font3; font-weight: 600;*/
    text-transform: uppercase;
    /*@include at2x($theme-skin-logo, "png", 25px, 26px); background-repeat: no-repeat; margin-bottom: 0; background-size: auto 100%;*/
    margin-bottom: 0;
    white-space: nowrap; }
  #header .logo a {
    color: #000; }
  #header .logo img {
    margin-right: 5px;
    /*@include opacity(0);*/
    width: 25px;
    height: auto; }
  #header .mini-search {
    position: relative; }
  #header .mini-search .main-nav-search-form {
    position: absolute;
    z-index: 9;
    right: -1px;
    margin-top: 65px;
    top: 0;
    bottom: 0;
    width: 354px;
    display: none;
    text-align: right; }
    #header .mini-search .main-nav-search-form:before {
      display: inline-block;
      content: "";
      vertical-align: middle;
      height: 100%; }
    #header .mini-search .main-nav-search-form form {
      display: inline-block;
      width: 98%; }
    #header .mini-search .main-nav-search-form .search-box {
      line-height: 0; }
    #header .mini-search .main-nav-search-form input[type=text] {
      height: 32px;
      border: none;
      -webkit-border-radius: 16px 16px 16px 16px;
      -moz-border-radius: 16px 16px 16px 16px;
      -ms-border-radius: 16px 16px 16px 16px;
      border-radius: 16px 16px 16px 16px;
      border: 1px solid #97cc24;
      padding-left: 15px;
      padding-right: 30px;
      outline: none;
      color: #000;
      line-height: normal; }
    #header .mini-search .main-nav-search-form button {
      background: none;
      border: none;
      position: absolute;
      margin-top: 0;
      right: 12px;
      top: 0;
      bottom: 0;
      height: 100%;
      outline: none; }
      #header .mini-search .main-nav-search-form button i {
        display: block;
        height: 34px;
        line-height: 34px;
        font-size: 14px; }
      #header .mini-search .main-nav-search-form button:hover .fa {
        color: #97cc24; }
    #header .mini-search .main-nav-search-form .fa {
      height: 32px;
      line-height: 32px; }
/* 3.2. Slideshow ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#slideshow {
  position: relative; }
  #slideshow .revolution-slider {
    position: relative;
    z-index: 1; }
  #slideshow .ads-carousel-wrap {
    position: absolute;
    bottom: 0;
    z-index: 2;
    left: 0;
    width: 100%; }
  #slideshow .ads-carousel-wrap .container {
    padding-left: 0;
    padding-right: 0; }

.ads-carousel .image-banner .caption-wrapper {
  max-width: 60%; }
  .ads-carousel .image-banner .caption-wrapper .captions {
    width: 94%; }
  .ads-carousel .captions .title {
    font-size: 4.1667em;
    color: #343434;
    line-height: 1;
    letter-spacing: -0.1em; }
/* 3.3. Page Title Container ~~~~~~~~~~~~~~~~~~~~~~~ */
.page-title-container {
  background-image: url(../images/inner/style1-pattern.png);
  background-repeat: repeat;
  position: relative;
  overflow: visible;
  z-index: 2;
  text-align: center; }
  .page-title-container .entry-title {
    font-weight: 300;
    font-size: 3.3333em;
    color: #343434;
    text-align: center;
    margin-top: 36px; }
  .page-title-container .page-title {
    padding: 84px 0 0; }
  .page-title-container .breadcrumbs {
    /*position: absolute; bottom: 0; left: 50%; @include transform(translate(-50%, 50%)); white-space: nowrap;*/
    background: #fff;
    -webkit-border-radius: 18px 18px 18px 18px;
    -moz-border-radius: 18px 18px 18px 18px;
    -ms-border-radius: 18px 18px 18px 18px;
    border-radius: 18px 18px 18px 18px;
    padding: 0 25px;
    position: relative;
    top: 17px;
    display: inline-block;
    margin: 0 20px;
    z-index: 3; }
  .page-title-container .breadcrumbs li {
    display: inline-block;
    line-height: 36px;
    font-size: 0.8333em;
    text-transform: uppercase;
    margin-left: 5px; }
    .page-title-container .breadcrumbs li:first-child {
      margin-left: 0; }
    .page-title-container .breadcrumbs li a {
      padding-right: 5px; }
    .page-title-container .breadcrumbs li:after {
      content: "-"; }
    .page-title-container .breadcrumbs li:last-child:after {
      content: ""; }
    .page-title-container .breadcrumbs li.active {
      color: #97cc24; }
  .page-title-container .banner {
    background-repeat: no-repeat;
    padding: 120px 0;
    background-position: center top;
    height: 100%; }
  .page-title-container .banner .container {
    height: 100%; }
  .page-title-container .banner .caption-wrapper {
    height: 100%;
    text-align: center;
    max-width: 50%;
    padding: 0;
    letter-spacing: -1px; }
    .page-title-container .banner .caption-wrapper.position-right {
      float: right; }
    .page-title-container .banner .caption-wrapper:before {
      content: '';
      display: inline-block;
      height: 100%;
      vertical-align: middle; }
    .page-title-container .banner .caption-wrapper.text-left {
      text-align: left; }
  .page-title-container .banner .caption {
    display: inline-block;
    vertical-align: middle;
    max-width: 98%;
    letter-spacing: normal; }
    .page-title-container .banner .caption .caption-lg {
      font-size: 8.3333em;
      font-weight: 300;
      color: #fff; }
    .page-title-container .banner .caption .caption-sm {
      font-weight: 600;
      font-size: 1.1667em;
      color: #97cc24; }
  .page-title-container.style2 {
    /*background: url(../images/inner/style2.jpg) no-repeat;*/ }
  .page-title-container.style2 .entry-title {
    color: #fff; }
  .page-title-container.style3 {
    /*background-image: url(../images/inner/style3.jpg); */
    background-size: cover; }
  .page-title-container.style4 {
    /*height: 682px; background-image: url(../images/inner/style4.jpg);*/ }
  .page-title-container.style4 .caption {
    text-transform: none; }
  .page-title-container.style5 {
    /*height: 682px; background-image: url(../images/inner/style5.jpg);*/ }
  .page-title-container.style5 .caption {
    text-transform: none; }
    .page-title-container.style5 .caption .caption-lg {
      font-size: 5.8333em;
      color: #97cc24;
      line-height: 1.1667em; }
    .page-title-container.style5 .caption .caption-sm {
      color: #343434; }
  .page-title-container.style6 {
    /*height: 682px; background-image: url(../images/inner/style6.jpg);*/ }
  .page-title-container.style6 .caption {
    text-transform: none;
    /*.caption-lg { font-size: 8.3333em; @extend .custom-font2; }*/ }
    .page-title-container.style6 .caption [class^="caption-"], .page-title-container.style6 .caption [class*=" caption-"] {
      color: #343434;
      line-height: 1em; }
    .page-title-container.style6 .caption .caption-lg {
      font-size: 8.3333em;
      font-family: inherit; }
    .page-title-container.style6 .caption .caption-md {
      font-size: 1.6667em;
      letter-spacing: 0.04em; }
    .page-title-container.style6 .caption .caption-sm {
      font-size: 1.1667em;
      letter-spacing: 0.04em; }
  .page-title-container.style6 .social-icons .social-icon i {
    color: #fff;
    border-color: #fff; }
    .page-title-container.style6 .social-icons .social-icon:hover i {
      border-color: #97cc24; }
  .page-title-container.style-video {
    /*height: 100%; min-height: 216px;*/ }
  .page-title-container.style-video .parallax-elem {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    min-height: 0; }
    .page-title-container.style-video .parallax-elem .mejs-controls {
      display: none !important; }
    .page-title-container.style-video .parallax-elem .mejs-layers {
      display: none !important; }
  .page-title-container.style-video .page-title, .page-title-container.style-video .banner {
    /*position: absolute; left: 0; top: 0; width: 100%; height: 100%;*/
    min-height: 216px;
    /* position: relative; z-index: 1;*/ }
    .page-title-container.style-video .page-title .entry-title, .page-title-container.style-video .banner .entry-title, .page-title-container.style-video .page-title .caption-wrapper, .page-title-container.style-video .banner .caption-wrapper {
      position: relative;
      z-index: 1; }
  .page-title-container.style-map .soap-google-map {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2; }
  .page-title-container.style-map .page-title, .page-title-container.style-map .banner {
    min-height: 200px;
    position: relative;
    z-index: 1; }
/* 3.4. Main Menu ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.nav > li > a:hover, .nav > li > a:focus {
  background: none; }

#nav {
  text-align: right;
  /* lst level */
  /* 2st level */
  /* 3st level */
  /* mega menu */
  /* mini cart */
  /* light style */
  /* dark style */
  /* colored style */ }
  #nav .mini-cart .fa, #nav .mini-search .fa {
    color: #97cc24; }
  #nav .mini-cart > a {
    padding: 0 10px; }
  #nav .mini-cart .counter {
    font-size: 10px; }
  #nav .mini-search > a {
    padding: 0 0 0 10px; }
  #nav .menu-item-has-children:hover > .sub-nav {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    visibility: visible;
    -webkit-animation: fadeInRight 0.3s forwards;
    -moz-animation: fadeInRight 0.3s forwards;
    animation: fadeInRight 0.3s forwards;
    -moz-animation: fadeIn 0.5s forwards; }
  #nav li.current-menu-item > a {
    color: #97cc24; }
  #nav > ul > li.active > a {
    color: #97cc24; }
  #nav > ul > li {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    text-align: left; }
  #nav > ul > li > a {
    display: block;
    font-size: 13px;
    font-weight: bold;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 84px;
    padding: 0 25px;
    -moz-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    -ms-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s; }
  #nav .sub-nav {
    position: absolute;
    left: 0;
    visibility: hidden;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    width: 240px;
    padding: 20px 0;
    z-index: 1; }
  #nav .sub-nav li {
    padding: 0 25px;
    line-height: 1.5em; }
    #nav .sub-nav li a {
      font-size: 1.0833em;
      padding: 8px 0;
      display: block; }
    #nav .sub-nav li.menu-item-has-children {
      position: relative; }
  #nav .sub-nav.position-left {
    right: 0;
    left: auto; }
  #nav .sub-nav .sub-nav {
    top: -20px;
    left: 100%; }
  #nav .sub-nav .sub-nav.position-left {
    left: -100%; }
  #nav > ul > .mega-menu-item {
    position: static; }
  #nav > ul > .mega-menu-item .sub-nav {
    width: 100%; }
  #nav > ul > .mega-menu-item:hover .sub-nav {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    visibility: visible; }
  #nav > ul > .mega-menu-item > .sub-nav {
    left: 0;
    padding: 20px 0 10px; }
    #nav > ul > .mega-menu-item > .sub-nav > li {
      float: left;
      padding: 0 25px;
      margin-bottom: 10px; }
      #nav > ul > .mega-menu-item > .sub-nav > li > a {
        cursor: default;
        margin-bottom: 5px; }
    #nav > ul > .mega-menu-item > .sub-nav:after {
      display: table;
      content: "";
      clear: both; }
  #nav > ul > .mega-menu-item > .sub-nav > li.mega-column-1 {
    width: 100%;
    float: none; }
  #nav > ul > .mega-menu-item > .sub-nav > li.mega-column-2 {
    width: 50%; }
  #nav > ul > .mega-menu-item > .sub-nav > li.mega-column-3 {
    width: 33.3333%; }
  #nav > ul > .mega-menu-item > .sub-nav > li.mega-column-4 {
    width: 25%; }
  #nav > ul > .mega-menu-item > .sub-nav > li.mega-column-5 {
    width: 20%; }
  #nav > ul > .mega-menu-item > .sub-nav > li.mega-column-6 {
    width: 16.6666%; }
  #nav > ul > .mega-menu-item .new-row {
    clear: both; }
    #nav > ul > .mega-menu-item .new-row:first-child {
      clear: right; }
  #nav > ul > .mega-menu-item .sub-nav .fa {
    width: 30px;
    text-align: left; }
    #nav > ul > .mega-menu-item .sub-nav .sub-nav {
      position: static;
      padding: 0;
      -webkit-animation: none 1s ease-in-out;
      -moz-animation: none 1s ease-in-out;
      animation: none 1s ease-in-out;
      background: none !important; }
      #nav > ul > .mega-menu-item .sub-nav .sub-nav li {
        padding: 0; }
        #nav > ul > .mega-menu-item .sub-nav .sub-nav li a {
          padding: 9px 0; }
  #nav .mini-cart .cart-content {
    left: auto;
    right: 0;
    padding: 25px;
    width: 280px; }
  #nav .btn-cart-view-hover-style, #nav #nav .mini-cart .cart-content .btn-view-cart:hover, #nav .mini-cart .cart-content #nav .btn-view-cart:hover {
    color: #fff;
    background: #97cc24;
    border-color: #97cc24; }
  #nav .btn-cart-view-hover-style .fa, #nav #nav .mini-cart .cart-content .btn-view-cart:hover .fa, #nav .mini-cart .cart-content #nav .btn-view-cart:hover .fa {
    color: inherit; }
  #nav li.menu-item-has-children > .sub-nav {
    background: rgba(255, 255, 255, 0.9); }
  #nav > ul > li.menu-item-has-children:hover > a {
    color: #000;
    background: rgba(255, 255, 255, 0.9); }
  #nav .sub-nav {
    color: #6a6a6a; }
  #nav .sub-nav li:hover > a, #nav .sub-nav li.current-menu-item > a {
    color: #000; }
    #nav .sub-nav li:hover > a .fa, #nav .sub-nav li.current-menu-item > a .fa {
      color: #97cc24; }
  #nav > ul > .mega-menu-item > .sub-nav > li > a {
    color: #000; }
  #nav .mini-cart .cart-content .product-list li, #nav .mini-cart .cart-content .product-title, #nav .mini-cart .cart-content .btn-view-cart {
    color: #6a6a6a;
    border-color: #b7b7b7; }
  #nav .mini-cart .cart-content .btn-view-cart .fa {
    color: #b7b7b7; }
  #nav .mini-cart .cart-content .product-title:hover {
    color: #97cc24; }
  #nav .mini-cart .cart-content hr {
    border-color: #f0efef; }
  #nav .mini-cart .cart-content .total-price {
    color: #97cc24; }
  #nav .mini-search .main-nav-search-form input[type=text] {
    background: #fff; }
  #nav.style-dark .style-dark-color {
    color: #fff;
    border-color: #fff; }
  #nav.style-dark li.menu-item-has-children > .sub-nav {
    background: rgba(0, 0, 0, 0.9); }
  #nav.style-dark > ul > li.menu-item-has-children:hover > a {
    color: #fff;
    background: rgba(0, 0, 0, 0.9); }
  #nav.style-dark .sub-nav {
    color: #6a6a6a; }
    #nav.style-dark .sub-nav li:hover > a, #nav.style-dark .sub-nav li.current-menu-item > a {
      color: #fff; }
      #nav.style-dark .sub-nav li:hover > a .fa, #nav.style-dark .sub-nav li.current-menu-item > a .fa {
        color: #97cc24; }
  #nav.style-dark > ul > .mega-menu-item > .sub-nav > li > a {
    color: #fff; }
  #nav.style-dark mini-cart:hover .fa {
    color: #fff;
    border-color: #fff; }
  #nav.style-dark .mini-cart .cart_list a {
    color: #fff; }
    #nav.style-dark .mini-cart .cart_list a:hover {
      color: #fff; }
    #nav.style-dark .mini-cart .cart_list .quantity .amount {
      color: #eb3b50; }
  #nav.style-dark .mini-cart .cart-content .total .amount {
    color: #fff; }
    #nav.style-dark .mini-cart .cart-content .buttons .button {
      border-color: #fff;
      color: #fff; }
    #nav.style-dark .mini-cart .cart-content .buttons .button .fa {
      color: #fff; }
    #nav.style-dark .mini-cart .cart-content .buttons .button:hover, #nav.style-dark .mini-cart .cart-content .buttons .button:focus {
      border-color: #97cc24;
      background: #97cc24;
      color: #fff; }
  #nav.style-dark .mini-search .main-nav-search-form input[type=text] {
    background: #000; }
  #nav.style-colored .style-colored-color {
    color: #ffc299; }
  #nav.style-colored .mini-cart, #nav.style-colored .mini-search {
    /*color: #fff; border-color: #fff;*/ }
    #nav.style-colored li.menu-item-has-children > .sub-nav {
      background: rgba(151, 204, 36, 0.9); }
  #nav.style-colored > ul > li.menu-item-has-children:hover > a {
    color: #fff;
    background: rgba(151, 204, 36, 0.9); }
  #nav.style-colored .sub-nav {
    color: #ffc299; }
    #nav.style-colored .sub-nav li:hover > a, #nav.style-colored .sub-nav li.current-menu-item > a {
      color: #fff; }
      #nav.style-colored .sub-nav li:hover > a .fa, #nav.style-colored .sub-nav li.current-menu-item > a .fa {
        color: #1b4268; }
  #nav.style-colored > ul > .mega-menu-item > .sub-nav > li > a {
    color: #fff; }
  #nav.style-colored .mini-cart:hover .fa {
    color: #fff;
    border-color: #fff; }
  #nav.style-colored .mini-cart .cart_list a {
    color: #ffc299; }
    #nav.style-colored .mini-cart .cart_list a:hover {
      color: #fff; }
    #nav.style-colored .mini-cart .cart_list .quantity .amount {
      color: #fff; }
  #nav.style-colored .mini-cart .cart-content .total .amount {
    color: #fff; }
    #nav.style-colored .mini-cart .cart-content .buttons .button {
      border-color: #fff;
      color: #fff; }
    #nav.style-colored .mini-cart .cart-content .buttons .button .fa {
      color: #ffc299; }
    #nav.style-colored .mini-cart .cart-content .buttons .button:hover, #nav.style-colored .mini-cart .cart-content .buttons .button:focus {
      border-color: #1b4268;
      background: #1b4268;
      color: #fff; }
      #nav.style-colored .mini-cart .cart-content .buttons .button:hover .fa, #nav.style-colored .mini-cart .cart-content .buttons .button:focus .fa {
        color: #fff; }
  #nav.style-colored .mini-search .main-nav-search-form input[type=text] {
    background: #000; }

#header.header-sticky #nav {
  /*@extend #nav.style-dark;*/ }
  #header.header-sticky #nav .mini-search .main-nav-search-form input[type="text"] {
    background: #fff; }
  #header.header-sticky #nav > ul > li.menu-item-has-children > .sub-nav {
    box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.11); }
/* 3.5. Mobile Menu ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.mobile-nav-wrapper {
  background: #0b1c32; }

.mobile-nav {
  padding: 15px 20px 40px;
  color: #455b79;
  font-size: 1.0833em; }
  .mobile-nav li > a {
    display: block; }
  .mobile-nav li.current-menu-item > a {
    color: #97cc24; }
  .mobile-nav > li > a {
    font-weight: 700;
    text-transform: uppercase;
    line-height: 3.5em;
    border-bottom: 1px solid #17283c;
    letter-spacing: 0.1em; }
  .mobile-nav .sub-nav {
    display: none; }
  .mobile-nav .menu-item-has-children {
    position: relative; }
  .mobile-nav .menu-item-has-children .open-subnav {
    position: absolute;
    right: 0;
    text-align: center;
    width: 1.8em;
    height: 1.8em;
    line-height: 1.65em;
    cursor: pointer;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    top: 1.1em;
    font-size: 12px; }
    .mobile-nav .menu-item-has-children .open-subnav:before {
      font-family: FontAwesome;
      content: "\f105"; }
  .mobile-nav .menu-item-has-children.opened > .open-subnav, .mobile-nav .menu-item-has-children > .open-subnav:hover {
    color: #97cc24; }
  .mobile-nav .menu-item-has-children.opened > a {
    color: #97cc24; }
    .mobile-nav .menu-item-has-children.opened > .open-subnav:before {
      content: "\f107"; }
  .mobile-nav .menu-item-has-children.opened .opened .sub-nav {
    color: #fff; }
  .mobile-nav > .menu-item-has-children > .open-subnav {
    border: 1px solid;
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -ms-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%; }
  .mobile-nav > .menu-item-has-children.opened > .open-subnav, .mobile-nav > .menu-item-has-children > .open-subnav:hover {
    border: 1px solid #97cc24;
    color: #fff;
    background: #97cc24; }
  .mobile-nav > .menu-item-has-children.opened > a {
    color: #fff; }
  .mobile-nav.current-menu-item > a {
    color: #fff; }
  .mobile-nav .sub-nav {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    padding: 25px 0 20px 30px; }
  .mobile-nav .sub-nav a {
    line-height: 3em; }
  .mobile-nav .sub-nav .fa {
    margin-right: 10px; }
  .mobile-nav .sub-nav .sub-nav {
    padding: 0 0 0 20px; }
/* 4. Main Content ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* 4.1. Galleries ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.soap-gallery.style1 {
  overflow: hidden; }
  .soap-gallery.style1 .owl-buttons .owl-prev, .soap-gallery.style1 .owl-buttons .owl-next {
    width: 236px;
    height: 88px;
    background-color: none;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    -ms-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    border: none;
    margin-top: -44px;
    padding: 10px;
    line-height: 68px;
    color: #feffff;
    font-size: 10px;
    text-indent: 0;
    text-transform: uppercase;
    -moz-transition: all 0.35s ease 0s;
    -o-transition: all 0.35s ease 0s;
    -webkit-transition: all 0.35s ease 0s;
    -ms-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s; }
    .soap-gallery.style1 .owl-buttons .owl-prev:before, .soap-gallery.style1 .owl-buttons .owl-next:before {
      float: right;
      margin-top: 20px; }
    .soap-gallery.style1 .owl-buttons .owl-prev .slide-index, .soap-gallery.style1 .owl-buttons .owl-next .slide-index {
      display: inline-block; }
    .soap-gallery.style1 .owl-buttons .owl-prev .imageholder, .soap-gallery.style1 .owl-buttons .owl-next .imageholder {
      display: inline-block;
      float: left;
      width: 68px;
      height: 68px;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover;
      -webkit-border-radius: 50% 50% 50% 50%;
      -moz-border-radius: 50% 50% 50% 50%;
      -ms-border-radius: 50% 50% 50% 50%;
      border-radius: 50% 50% 50% 50%;
      margin-right: 20px; }
    .soap-gallery.style1 .owl-buttons .owl-prev .imageholder, .soap-gallery.style1 .owl-buttons .owl-next .imageholder, .soap-gallery.style1 .owl-buttons .owl-prev .slide-index, .soap-gallery.style1 .owl-buttons .owl-next .slide-index {
      display: none; }
    .soap-gallery.style1 .owl-buttons .owl-prev {
      left: -140px; }
    .soap-gallery.style1 .owl-buttons .owl-next {
      right: -140px; }
    .soap-gallery.style1 .owl-buttons .owl-next:before {
      float: left;
      margin-right: 20px; }
    .soap-gallery.style1 .owl-buttons .owl-next .imageholder {
      float: right;
      margin-right: 0; }
  .soap-gallery.style1 .owl-buttons .owl-prev:hover, .soap-gallery.style1 .owl-buttons .owl-next:hover {
    background-color: rgba(0, 0, 0, 0.5); }
    .soap-gallery.style1 .owl-buttons .owl-prev:hover .imageholder, .soap-gallery.style1 .owl-buttons .owl-next:hover .imageholder, .soap-gallery.style1 .owl-buttons .owl-prev:hover .slide-index, .soap-gallery.style1 .owl-buttons .owl-next:hover .slide-index {
      display: block; }
    .soap-gallery.style1 .owl-buttons .owl-prev:hover {
      left: 0; }
    .soap-gallery.style1 .owl-buttons .owl-next:hover {
      right: 0; }
  .soap-gallery.style2 {
    position: relative; }
  .soap-gallery.style2 > * {
    display: none; }
  .soap-gallery.style2 img {
    width: 100%; }
  .soap-gallery.style2 a {
    float: left; }
  .soap-gallery.style2 > .caroufredsel_wrapper {
    display: block; }
  .soap-gallery.style2 > .soap-gallery-prev, .soap-gallery.style2 > .soap-gallery-next {
    display: block; }
  .soap-gallery.frame-holder {
    width: 100%;
    padding: 57px 0 76px;
    position: relative; }
  .soap-gallery.frame-holder.effect-shine .owl-carousel:before {
    content: "";
    position: absolute;
    display: block;
    width: 310px;
    height: 357px;
    top: -33px;
    right: -33px;
    background: url(../images/shine-effect.png) no-repeat;
    background-size: 100% auto;
    z-index: 1; }
  .soap-gallery.frame-holder .gallery-frame {
    height: 100%;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%; }
  .soap-gallery.frame-holder .owl-carousel {
    width: 594px;
    margin: 0 auto;
    z-index: 1; }
  .soap-gallery.frame-holder .owl-buttons .owl-prev:before, .soap-gallery.frame-holder .owl-buttons .owl-next:before {
    color: #d4dde5;
    border-color: #d5dde5; }
    .soap-gallery.frame-holder .owl-buttons .owl-prev:hover:before, .soap-gallery.frame-holder .owl-buttons .owl-next:hover:before {
      color: #fff;
      border-color: #97cc24; }
    .soap-gallery.frame-holder .owl-buttons .owl-prev {
      left: -136px; }
    .soap-gallery.frame-holder .owl-buttons .owl-next {
      right: -136px; }
  .soap-gallery.metro-style {
    max-width: 100%;
    overflow: hidden; }
  .soap-gallery.metro-style a {
    float: left;
    max-width: 100%;
    border-right: 6px solid transparent;
    border-bottom: 6px solid transparent;
    display: block; }
    .soap-gallery.metro-style a.double-width {
      border-bottom: 0; }
  .soap-gallery.metro-style .gallery-wrapper {
    overflow: hidden;
    margin-right: -6px;
    margin-bottom: -6px; }
    .soap-gallery.metro-style .gallery-wrapper:after {
      content: "";
      display: table;
      clear: both; }
  .soap-gallery.small-post .image {
    display: block; }
  .soap-gallery.small-post .post-content {
    padding: 14px 16px;
    background: #edf6ff; }
  .soap-gallery.small-post .post-title {
    margin-bottom: 0;
    color: #939faa;
    font-weight: 400; }
    .soap-gallery.small-post .post-title:hover a {
      color: #1b4268; }
  .soap-gallery.carousel-style1 {
    width: 1170px; }
  .soap-gallery.carousel-style1 .slides > div {
    display: none; }
  .soap-gallery.carousel-style1 .slideItem {
    box-shadow: -14px 0 10px rgba(0, 0, 0, 0.25); }

.soap-gallery-thumb-wrapper {
  padding: 20px 0 4px 16px;
  border: 1px solid #edf6ff;
  text-align: center; }
  .soap-gallery-thumb-wrapper > a {
    display: inline-block;
    width: 99px;
    height: 99px;
    margin-right: 16px;
    margin-bottom: 16px;
    position: relative; }
  .soap-gallery-thumb-wrapper > a img {
    width: 100%;
    height: auto; }
  .soap-gallery-thumb-wrapper > a.selected:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border: 2px solid #97cc24; }

.thumbnail-full ~ .soap-gallery-thumb-wrapper {
  display: table;
  table-layout: fixed;
  width: 100%;
  border-spacing: 10px;
  padding: 0; }
  .thumbnail-full ~ .soap-gallery-thumb-wrapper > a {
    display: table-cell;
    width: 1%;
    height: auto;
    padding: 0; }

.gallery-col-2 a {
  width: 50%; }
  .gallery-col-2 a.double-width {
    width: 100%; }

.gallery-col-3 a {
  width: 33.3333%; }
  .gallery-col-3 a.double-width {
    width: 66.6666%; }

.gallery-col-4 a {
  width: 25%; }
  .gallery-col-4 a.double-width {
    width: 50%; }

.gallery-col-5 a {
  width: 20%; }
  .gallery-col-5 a.double-width {
    width: 40%; }
/* 4.2. Icon Box ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.icon-box {
  /*margin-bottom: 20px;*/ }
  .icon-box.box {
    margin-bottom: 30px; }
  .icon-box.box-lg {
    margin-bottom: 40px; }
  .icon-box.block {
    margin-bottom: 60px; }
  .icon-box .box-content a{
      color:  #428bca;
  }
  .icon-box .box-content a:hover{
      text-decoration: underline;
  }
  .icon-box .box-content h4{
      font-size: 2em;
  }
  .icon-box .box-content p {
    line-height: 1.8461em; }
  .icon-box .box-content > *:last-child {
    margin-bottom: 0; }
  .icon-box.title-color-white .box-title {
    color: #fff; }
  .icon-box[class*=" style-centered-"] {
    text-align: center; }
  .icon-box[class*=" style-centered-"] > i {
    margin-bottom: 20px;
    cursor: default; }
  .icon-box[class*=" style-centered-"].style-centered-1 > i {
    font-size: 30px;
    color: #97cc24; }
  .icon-box[class*=" style-centered-"].style-centered-2 > i, .icon-box[class*=" style-centered-"].style-centered-4 > i {
    font-size: 50px;
    width: 104px;
    height: 104px;
    text-align: center;
    line-height: 104px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -ms-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    background: #97cc24;
    color: #fff;
    position: relative;
    overflow: hidden;
    /*@include transition(all, 0.35s, ease);*/ }
    .icon-box[class*=" style-centered-"].style-centered-2 > i:before, .icon-box[class*=" style-centered-"].style-centered-4 > i:before {
      position: relative;
      z-index: 1; }
    .icon-box[class*=" style-centered-"].style-centered-2 > i:after, .icon-box[class*=" style-centered-"].style-centered-4 > i:after {
      content: "";
      display: block;
      position: absolute;
      z-index: 0;
      right: 0;
      top: 0;
      border-right: 100px solid #97cc24;
      border-bottom: 100px solid transparent;
      /*@include transition(all, 0.35s, ease);*/
      -webkit-border-radius: 0 5px 0 0;
      -moz-border-radius: 0 5px 0 0;
      -ms-border-radius: 0 5px 0 0;
      border-radius: 0 5px 0 0; }
    .icon-box[class*=" style-centered-"].style-centered-2:hover > i, .icon-box[class*=" style-centered-"].style-centered-4:hover > i {
      background: #1b4268; }
    .icon-box[class*=" style-centered-"].style-centered-2:hover > i:after, .icon-box[class*=" style-centered-"].style-centered-4:hover > i:after {
      border-right-color: #22486d; }
  .icon-box[class*=" style-centered-"].style-centered-3 > i {
    font-size: 16px;
    color: #fff;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -ms-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    text-align: center;
    line-height: 46px;
    background: #1b4268;
    border: 2px solid #1b4268;
    position: relative;
    overflow: hidden; }
    .icon-box[class*=" style-centered-"].style-centered-3 > i:before {
      position: relative;
      z-index: 1; }
    .icon-box[class*=" style-centered-"].style-centered-3 > i:after {
      content: "";
      display: block;
      position: absolute;
      z-index: 0;
      left: 0;
      top: 0;
      width: 100%;
      height: 50%;
      -webkit-border-radius: 100px 100px 0 0;
      -moz-border-radius: 100px 100px 0 0;
      -ms-border-radius: 100px 100px 0 0;
      border-radius: 100px 100px 0 0;
      background: #325577;
      -webkit-transform: rotate(30deg);
      -moz-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
      -o-transform: rotate(30deg);
      transform: rotate(30deg);
      -webkit-transform-origin: 50% 100%;
      -moz-transform-origin: 50% 100%;
      -ms-transform-origin: 50% 100%;
      -o-transform-origin: 50% 100%;
      transform-origin: 50% 100%; }
  .icon-box[class*=" style-centered-"].style-centered-4 > i {
    background: none;
    color: #97cc24;
    border: 1px solid #97cc24; }
    .icon-box[class*=" style-centered-"].style-centered-4 > i:after {
      border-right-color: transparent; }
    .icon-box[class*=" style-centered-"].style-centered-4:hover > i {
      background: #97cc24;
      color: #fff; }
    .icon-box[class*=" style-centered-"].style-centered-4:hover > i:after {
      border-right-color: #97cc24; }
  .icon-box[class*=" style-side-"] > i {
    float: left; }
  .icon-box[class*=" style-side-"].style-side-1 {
    position: relative; }
    .icon-box[class*=" style-side-"].style-side-1 > i {
      font-size: 40px;
      color: #97cc24; }
    .icon-box[class*=" style-side-"].style-side-1 > i:after {
      content: "";
      display: block;
      position: absolute;
      left: 62px;
      top: 5px;
      bottom: 5px;
      width: 1px;
      background: #edf6ff; }
    .icon-box[class*=" style-side-"].style-side-1.icon-color-blue > i {
      color: #1b4268; }
    .icon-box[class*=" style-side-"].style-side-1 .box-content {
      padding-left: 90px; }
  .icon-box[class*=" style-side-"].style-side-2 > i {
    font-size: 20px;
    color: #fff;
    width: 50px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    background: #97cc24;
    -webkit-border-radius: 25px 25px 25px 25px;
    -moz-border-radius: 25px 25px 25px 25px;
    -ms-border-radius: 25px 25px 25px 25px;
    border-radius: 25px 25px 25px 25px;
    margin-top: 10px; }
    .icon-box[class*=" style-side-"].style-side-2 .box-content {
      padding-left: 80px; }
  .icon-box[class*=" style-side-"].style-side-3 > i {
    font-size: 20px;
    color: #fff;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -ms-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    text-align: center;
    line-height: 46px;
    background: #97cc24;
    border: 2px solid #97cc24;
    position: relative;
    overflow: hidden;
    margin-right: 20px; }
    .icon-box[class*=" style-side-"].style-side-3 > i:before {
      position: relative;
      z-index: 1; }
    .icon-box[class*=" style-side-"].style-side-3 > i:after {
      content: "";
      display: block;
      position: absolute;
      z-index: 0;
      left: 0;
      top: 0;
      width: 100%;
      height: 50%;
      -webkit-border-radius: 100px 100px 0 0;
      -moz-border-radius: 100px 100px 0 0;
      -ms-border-radius: 100px 100px 0 0;
      border-radius: 100px 100px 0 0;
      background: #97cc24;
      -webkit-transform: rotate(30deg);
      -moz-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
      -o-transform: rotate(30deg);
      transform: rotate(30deg);
      -webkit-transform-origin: 50% 100%;
      -moz-transform-origin: 50% 100%;
      -ms-transform-origin: 50% 100%;
      -o-transform-origin: 50% 100%;
      transform-origin: 50% 100%; }
    .icon-box[class*=" style-side-"].style-side-3 .box-title {
      padding-top: 15px;
      margin-bottom: 25px; }
    .icon-box[class*=" style-side-"].style-side-3.icon-color-blue > i {
      background: #1b4268;
      border-color: #1b4268; }
    .icon-box[class*=" style-side-"].style-side-3.icon-color-blue > i:after {
      background: #325577; }
  .icon-box[class*=" style-side-"].style-side-4 > i {
    font-size: 16px;
    color: #fff;
    width: 50px;
    height: 50px;
    position: relative;
    line-height: 50px;
    text-align: center;
    background: #97cc24;
    margin-top: 5px; }
    .icon-box[class*=" style-side-"].style-side-4 > i:before {
      position: relative;
      z-index: 1; }
    .icon-box[class*=" style-side-"].style-side-4 > i:after {
      content: "";
      display: block;
      position: absolute;
      z-index: 0;
      right: 0;
      top: 0;
      border-right: 50px solid #97cc24;
      border-bottom: 50px solid transparent; }
    .icon-box[class*=" style-side-"].style-side-4 .box-title {
      margin-bottom: 10px; }
    .icon-box[class*=" style-side-"].style-side-4 .box-content {
      padding-left: 70px; }
  .icon-box[class*=" style-side-"].style-side-5, .icon-box[class*=" style-side-"].style-side-6 {
    display: table; }
    .icon-box[class*=" style-side-"].style-side-5 .icon-container, .icon-box[class*=" style-side-"].style-side-6 .icon-container, .icon-box[class*=" style-side-"].style-side-5 .box-content, .icon-box[class*=" style-side-"].style-side-6 .box-content {
      display: table-cell;
      vertical-align: middle; }
    .icon-box[class*=" style-side-"].style-side-5 .icon-container, .icon-box[class*=" style-side-"].style-side-6 .icon-container {
      font-size: 25px;
      width: 130px;
      text-align: center;
      padding-right: 20px; }
    .icon-box[class*=" style-side-"].style-side-5 i, .icon-box[class*=" style-side-"].style-side-6 i {
      font-size: inherit;
      width: 3.6em;
      height: 3.6em;
      text-align: center;
      line-height: 3.6em;
      color: #fff;
      background: #d4dde5;
      -webkit-border-radius: 50% 50% 50% 50%;
      -moz-border-radius: 50% 50% 50% 50%;
      -ms-border-radius: 50% 50% 50% 50%;
      border-radius: 50% 50% 50% 50%;
      -moz-transition: font-size 0.3s ease 0s;
      -o-transition: font-size 0.3s ease 0s;
      -webkit-transition: font-size 0.3s ease 0s;
      -ms-transition: font-size 0.3s ease 0s;
      transition: font-size 0.3s ease 0s;
      position: relative;
      overflow: hidden; }
    .icon-box[class*=" style-side-"].style-side-5 i:before, .icon-box[class*=" style-side-"].style-side-6 i:before {
      position: relative;
      z-index: 1; }
    .icon-box[class*=" style-side-"].style-side-5 i:after, .icon-box[class*=" style-side-"].style-side-6 i:after {
      content: "";
      display: block;
      position: absolute;
      z-index: 0;
      left: 0;
      top: 0;
      filter: alpha(opacity=0);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      -moz-opacity: 0;
      -khtml-opacity: 0;
      opacity: 0;
      background: #97cc24;
      height: 50%;
      width: 100%;
      -webkit-border-radius: 100px 100px 0 0;
      -moz-border-radius: 100px 100px 0 0;
      -ms-border-radius: 100px 100px 0 0;
      border-radius: 100px 100px 0 0;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
      -webkit-transform-origin: 50% 100%;
      -moz-transform-origin: 50% 100%;
      -ms-transform-origin: 50% 100%;
      -o-transform-origin: 50% 100%;
      transform-origin: 50% 100%; }
  .icon-box[class*=" style-side-"].style-side-5 .icon-container {
    vertical-align: top;
    padding-top: 0.5em; }
    .icon-box[class*=" style-side-"].style-side-5 i:hover {
      background: #97cc24;
      -webkit-animation: spin 1s ease;
      -moz-animation: spin 1s ease;
      animation: spin 1s ease; }
    .icon-box[class*=" style-side-"].style-side-5 i:hover:after {
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      -moz-opacity: 1;
      -khtml-opacity: 1;
      opacity: 1; }
  .icon-box[class*=" style-side-"].style-side-6 .icon-container {
    text-align: left;
    width: auto;
    padding-right: 25px; }
    .icon-box[class*=" style-side-"].style-side-6 i {
      border: 2px solid #d4dde5;
      background: #fff;
      color: #97cc24;
      font-size: 35px;
      width: 2.8em;
      height: 2.8em;
      line-height: 2.8em; }
    .icon-box[class*=" style-side-"].style-side-6 i:hover {
      background: #97cc24;
      border-color: #97cc24;
      color: #fff; }
    .icon-box[class*=" style-side-"].style-side-6 i:hover:after {
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      -moz-opacity: 1;
      -khtml-opacity: 1;
      opacity: 1; }
  .icon-box[class*=" style-side-"].style-side-7 > i {
    font-size: 16px;
    color: #97cc24;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -ms-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    text-align: center;
    line-height: 49px;
    border: 1px solid #97cc24;
    position: relative;
    overflow: hidden; }
    .icon-box[class*=" style-side-"].style-side-7 > i:before {
      position: relative;
      z-index: 1; }
    .icon-box[class*=" style-side-"].style-side-7 > i:after {
      content: "";
      position: absolute;
      width: 48px;
      height: 24px;
      -webkit-border-radius: 24px 24px 0 0;
      -moz-border-radius: 24px 24px 0 0;
      -ms-border-radius: 24px 24px 0 0;
      border-radius: 24px 24px 0 0;
      display: none;
      background: #97cc24;
      left: 0;
      top: 0;
      -webkit-transform: rotate(30deg);
      -moz-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
      -o-transform: rotate(30deg);
      transform: rotate(30deg);
      -webkit-transform-origin: 50% 100%;
      -moz-transform-origin: 50% 100%;
      -ms-transform-origin: 50% 100%;
      -o-transform-origin: 50% 100%;
      transform-origin: 50% 100%;
      z-index: 0; }
    .icon-box[class*=" style-side-"].style-side-7 > i:hover {
      color: #fff;
      background: #97cc24; }
    .icon-box[class*=" style-side-"].style-side-7 > i:hover:after {
      display: block; }
    .icon-box[class*=" style-side-"].style-side-7 .box-content {
      padding-left: 70px; }
  .icon-box[class*=" style-boxed-"].style-boxed-1, .icon-box[class*=" style-boxed-"].style-boxed-3 {
    text-align: center;
    position: relative;
    border: 1px solid #edf6ff; }
    .icon-box[class*=" style-boxed-"].style-boxed-1 .icon-container, .icon-box[class*=" style-boxed-"].style-boxed-3 .icon-container {
      font-size: 30px; }
    .icon-box[class*=" style-boxed-"].style-boxed-1 .icon-container i, .icon-box[class*=" style-boxed-"].style-boxed-3 .icon-container i {
      width: 3.5em;
      height: 3.5em;
      text-align: center;
      line-height: 3.5em;
      -webkit-border-radius: 50% 50% 50% 50%;
      -moz-border-radius: 50% 50% 50% 50%;
      -ms-border-radius: 50% 50% 50% 50%;
      border-radius: 50% 50% 50% 50%;
      background: #97cc24;
      color: #fff;
      position: relative;
      cursor: default; }
    .icon-box[class*=" style-boxed-"].style-boxed-1 .icon-container i:before, .icon-box[class*=" style-boxed-"].style-boxed-3 .icon-container i:before {
      position: relative;
      z-index: 1; }
    .icon-box[class*=" style-boxed-"].style-boxed-1 .icon-container i:after, .icon-box[class*=" style-boxed-"].style-boxed-3 .icon-container i:after {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: 3.5em;
      height: 1.75em;
      -webkit-border-radius: 1.75em 1.75em 0 0;
      -moz-border-radius: 1.75em 1.75em 0 0;
      -ms-border-radius: 1.75em 1.75em 0 0;
      border-radius: 1.75em 1.75em 0 0;
      background: #97cc24;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
      -webkit-transform-origin: 50% 100%;
      -moz-transform-origin: 50% 100%;
      -ms-transform-origin: 50% 100%;
      -o-transform-origin: 50% 100%;
      transform-origin: 50% 100%; }
    .icon-box[class*=" style-boxed-"].style-boxed-1 .icon-container i, .icon-box[class*=" style-boxed-"].style-boxed-3 .icon-container i, .icon-box[class*=" style-boxed-"].style-boxed-1 .icon-container i:after, .icon-box[class*=" style-boxed-"].style-boxed-3 .icon-container i:after {
      /*@include transition(all, 0.3s, ease);*/ }
    .icon-box[class*=" style-boxed-"].style-boxed-1.icon-color-blue .icon-container i, .icon-box[class*=" style-boxed-"].style-boxed-3.icon-color-blue .icon-container i {
      background-color: #1b4268; }
    .icon-box[class*=" style-boxed-"].style-boxed-1.icon-color-blue .icon-container i:after, .icon-box[class*=" style-boxed-"].style-boxed-3.icon-color-blue .icon-container i:after {
      background: #22486d; }
  .icon-box[class*=" style-boxed-"].style-boxed-1 {
    padding: 72px 30px 30px;
    margin-top: 52px; }
    .icon-box[class*=" style-boxed-"].style-boxed-1 .icon-container {
      position: absolute;
      left: 50%;
      top: -1.75em;
      margin-left: -1.75em; }
    .icon-box[class*=" style-boxed-"].style-boxed-1 .icon-container:before {
      content: "";
      display: block;
      position: absolute;
      left: -0.45em;
      top: -0.45em;
      width: 4.4em;
      height: 2.2em;
      border: 1px solid #edf6ff;
      border-bottom: none;
      -webkit-border-radius: 2.2em 2.2em 0 0;
      -moz-border-radius: 2.2em 2.2em 0 0;
      -ms-border-radius: 2.2em 2.2em 0 0;
      border-radius: 2.2em 2.2em 0 0;
      background: #fff; }
    .icon-box[class*=" style-boxed-"].style-boxed-1:hover .icon-container i {
      background: #97cc24; }
    .icon-box[class*=" style-boxed-"].style-boxed-1:hover .icon-container i:after {
      background: #97cc24; }
  .icon-box[class*=" style-boxed-"].style-boxed-2 {
    display: table;
    border: 1px solid #edf6ff; }
    .icon-box[class*=" style-boxed-"].style-boxed-2 .icon-container, .icon-box[class*=" style-boxed-"].style-boxed-2 .box-content {
      display: table-cell;
      vertical-align: middle; }
    .icon-box[class*=" style-boxed-"].style-boxed-2 .icon-container i {
      font-size: 40px;
      color: #97cc24;
      padding: 0 45px; }
    .icon-box[class*=" style-boxed-"].style-boxed-2 .box-content {
      background: #edf6ff;
      padding: 20px 25px; }
  .icon-box[class*=" style-boxed-"].style-boxed-3 {
    border-color: #d4dde5;
    padding: 40px 30px;
    -moz-transition: background 0.2s ease-in 0s;
    -o-transition: background 0.2s ease-in 0s;
    -webkit-transition: background 0.2s ease-in 0s;
    -ms-transition: background 0.2s ease-in 0s;
    transition: background 0.2s ease-in 0s; }
    .icon-box[class*=" style-boxed-"].style-boxed-3 .icon-container {
      margin-bottom: 20px; }
    .icon-box[class*=" style-boxed-"].style-boxed-3:hover {
      color: #fff;
      background: #1b4268;
      border-color: #1b4268; }
    .icon-box[class*=" style-boxed-"].style-boxed-3:hover .box-title {
      color: #fff; }
    .icon-box[class*=" style-boxed-"].style-boxed-3:hover .icon-container i {
      background: #edf6ff;
      color: #97cc24; }
    .icon-box[class*=" style-boxed-"].style-boxed-3:hover .icon-container i:after {
      background: #fff; }
  .icon-box[class*=" style-boxed-"].style-boxed-4 {
    border: 2px solid #edf6ff;
    text-align: center; }
    .icon-box[class*=" style-boxed-"].style-boxed-4 .icon-container {
      padding: 35px 0;
      color: #97cc24; }
    .icon-box[class*=" style-boxed-"].style-boxed-4 .icon-container i {
      font-size: 30px; }
    .icon-box[class*=" style-boxed-"].style-boxed-4 .box-content {
      padding: 30px;
      background: #edf6ff; }

.image-box {
  margin-bottom: 30px; }

.image-box-style1 {
  width: 74px;
  height: 74px;
  margin: 10px 15px 10px 0;
  -webkit-border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  -ms-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
  background: #97cc24;
  text-align: center;
  position: relative;
  overflow: hidden; }
  .image-box-style1:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle; }
  .image-box-style1:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 50%;
    background: #97cc24;
    -webkit-border-radius: 37px 37px 0 0;
    -moz-border-radius: 37px 37px 0 0;
    -ms-border-radius: 37px 37px 0 0;
    border-radius: 37px 37px 0 0;
    -webkit-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    transform: rotate(30deg); }
  .image-box-style1 img {
    display: inline-block;
    vertical-align: middle;
    max-width: 60%;
    position: relative;
    z-index: 1; }
/* 4.3. Banner ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.shortcode-banner {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px; }
  .shortcode-banner > img {
    width: 100%;
    height: auto; }
  .shortcode-banner .shortcode-banner-content {
    padding: 20px 0 0; }
  .shortcode-banner .shortcode-banner-content .btn.style4 {
    padding: 0 20px; }
    .shortcode-banner .shortcode-banner-content .btn.style4:hover {
      background: #1b4268;
      border-color: #1b4268; }
  .shortcode-banner .shortcode-banner-content .details {
    margin-bottom: 20px; }
  .shortcode-banner.style-animated .shortcode-banner-inside {
    position: absolute;
    width: 101%;
    height: 101%;
    left: 0;
    top: 50%;
    /*background-color: mix($from-color, $to-color);*/
    background-image: -webkit-gradient(linear, 0% 0%, 0% 50%, from(rgba(151, 204, 36, 0)), to(rgba(151, 204, 36, 0.85)));
    background-image: -webkit-linear-gradient(top, rgba(151, 204, 36, 0) 0%, rgba(151, 204, 36, 0.85) 50%);
    background-image: -moz-linear-gradient(top, rgba(151, 204, 36, 0) 0%, rgba(151, 204, 36, 0.85) 50%);
    background-image: -ms-linear-gradient(top, rgba(151, 204, 36, 0) 0%, rgba(151, 204, 36, 0.85) 50%);
    background-image: -o-linear-gradient(top, rgba(151, 204, 36, 0) 0%, rgba(151, 204, 36, 0.85) 50%);
    -moz-transition: top 0.4s ease 0s;
    -o-transition: top 0.4s ease 0s;
    -webkit-transition: top 0.4s ease 0s;
    -ms-transition: top 0.4s ease 0s;
    transition: top 0.4s ease 0s; }
    .shortcode-banner.style-animated .shortcode-banner-inside:before {
      content: "";
      display: inline-block;
      height: 100%;
      vertical-align: middle; }
    .shortcode-banner.style-animated .shortcode-banner-inside .shortcode-banner-content {
      display: inline-block;
      width: 99%;
      vertical-align: middle;
      padding: 0 30px;
      text-align: center; }
    .shortcode-banner.style-animated .shortcode-banner-inside .shortcode-banner-content .details {
      display: none;
      margin-bottom: 0; }
    .shortcode-banner.style-animated .shortcode-banner-inside .shortcode-banner-content .details > *:last-child {
      margin-bottom: 0; }
    .shortcode-banner.style-animated .shortcode-banner-inside .shortcode-banner-content .banner-title {
      text-transform: uppercase;
      color: #fff;
      letter-spacing: 0.2em;
      border-bottom: 1px solid #fff;
      display: inline-block;
      line-height: 1.5em;
      margin-bottom: 5em; }
  .shortcode-banner.style-animated:hover .shortcode-banner-inside {
    background: rgba(27, 66, 104, 0.9);
    top: 0; }
    .shortcode-banner.style-animated:hover .shortcode-banner-inside .shortcode-banner-content .details {
      display: block; }
    .shortcode-banner.style-animated:hover .shortcode-banner-inside .shortcode-banner-content .banner-title {
      margin-bottom: 20px; }
/* 4.4. Process Builder ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.process-builder .process-item {
  float: left;
  text-align: center;
  margin-bottom: 30px; }
  .process-builder.style-simple.items-2 .process-item {
    width: 50%; }
  .process-builder.style-simple.items-3 .process-item {
    width: 33.3333%; }
  .process-builder.style-simple.items-4 .process-item {
    width: 25%; }
  .process-builder.style-simple.items-5 .process-item {
    width: 20%; }
  .process-builder.style-simple.items-6 .process-item {
    width: 16.6666%; }
  .process-builder.style-simple .process-icon {
    display: inline-block;
    font-size: 30px;
    width: 3.4em;
    height: 3.4em;
    border: 2px solid #d4dde5;
    line-height: 3.3em;
    color: #97cc24;
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -ms-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    margin-bottom: 15px;
    position: relative; }
    .process-builder.style-simple .process-icon:before, .process-builder.style-simple .process-icon:after {
      content: "";
      display: block;
      position: absolute;
      border-top: 2px solid #d4dde5;
      width: 300%;
      top: 50%;
      margin-top: -1px; }
    .process-builder.style-simple .process-icon:before {
      right: 100%;
      margin-right: 12px; }
    .process-builder.style-simple .process-icon:after {
      left: 100%;
      margin-left: 12px; }
  .process-builder.style-simple .process-item {
    overflow: hidden; }
    .process-builder.style-simple .process-item:first-child .process-icon:before {
      display: none; }
    .process-builder.style-simple .process-item:last-child .process-icon:after {
      display: none; }
    .process-builder.style-simple .process-item.active .process-icon, .process-builder.style-simple .process-item .process-icon:hover {
      background: #97cc24;
      border: none;
      color: #fff; }
    .process-builder.style-simple .process-item.active .process-icon i, .process-builder.style-simple .process-item .process-icon:hover i {
      overflow: hidden;
      position: relative;
      width: 3.4em;
      height: 3.4em;
      line-height: 3.4em;
      -webkit-border-radius: 50% 50% 50% 50%;
      -moz-border-radius: 50% 50% 50% 50%;
      -ms-border-radius: 50% 50% 50% 50%;
      border-radius: 50% 50% 50% 50%; }
    .process-builder.style-simple .process-item.active .process-icon i:before, .process-builder.style-simple .process-item .process-icon:hover i:before {
      position: relative;
      z-index: 1; }
    .process-builder.style-simple .process-item.active .process-icon i:after, .process-builder.style-simple .process-item .process-icon:hover i:after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 0;
      background: #97cc24;
      width: 100%;
      height: 50%;
      -webkit-border-radius: 1.7em 1.7em 0 0;
      -moz-border-radius: 1.7em 1.7em 0 0;
      -ms-border-radius: 1.7em 1.7em 0 0;
      border-radius: 1.7em 1.7em 0 0;
      -webkit-transform-origin: 50% 100%;
      -moz-transform-origin: 50% 100%;
      -ms-transform-origin: 50% 100%;
      -o-transform-origin: 50% 100%;
      transform-origin: 50% 100%;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg); }
  .process-builder.style-simple .process-details {
    padding: 0 25px; }
  .process-builder.style-creative > li {
    float: left; }
  .process-builder.style-creative .process-item {
    padding-top: 10px;
    position: relative;
    position: relative;
    margin-right: 70px; }
    .process-builder.style-creative .process-item .process-inside {
      position: relative;
      z-index: 1; }
    .process-builder.style-creative .process-item .process-image {
      width: 168px;
      height: 168px;
      -webkit-border-radius: 50% 50% 50% 50%;
      -moz-border-radius: 50% 50% 50% 50%;
      -ms-border-radius: 50% 50% 50% 50%;
      border-radius: 50% 50% 50% 50%;
      border: 6px solid #fff;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
      box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
      margin-bottom: 20px; }
    .process-builder.style-creative .process-item .process-image img {
      width: 100%;
      -webkit-border-radius: 50% 50% 50% 50%;
      -moz-border-radius: 50% 50% 50% 50%;
      -ms-border-radius: 50% 50% 50% 50%;
      border-radius: 50% 50% 50% 50%; }
    .process-builder.style-creative .process-item .arrow {
      position: absolute;
      z-index: 0;
      left: 100%;
      top: 80px;
      margin-left: -10px;
      padding-left: 8px;
      display: inline-block;
      width: 60px;
      height: 28px;
      font-family: FontAwesome;
      background: #97cc24;
      color: #fff;
      font-size: 13px;
      text-align: center;
      line-height: 28px;
      -webkit-border-radius: 0 14px 14px 0;
      -moz-border-radius: 0 14px 14px 0;
      -ms-border-radius: 0 14px 14px 0;
      border-radius: 0 14px 14px 0; }
    .process-builder.style-creative .process-item .arrow:before {
      content: "\f178"; }
  .process-builder.style-creative .assets-item {
    max-width: 100%; }
/* 4.5. Post Slider ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.image .caption-wrapper, .post-slider.style3 .slide-text {
  position: absolute;
  left: 0;
  padding: 15px 30px 15px 50px;
  bottom: 20px;
  background: rgba(255, 255, 255, 0.75); }
  .image .caption-wrapper > *:last-child, .post-slider.style3 .slide-text > *:last-child {
    margin-bottom: 0; }
  .image .caption-wrapper .slide-title, .post-slider.style3 .slide-text .slide-title {
    margin-bottom: 5px; }

.owl-item img {
  width: 100%; }

.post-slider .caption-animated {
  visibility: hidden;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }
  .post-slider.style2 .slide-text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(15, 37, 65, 0.9);
    padding: 25px 120px;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -moz-transition: all 0.35s ease 0s;
    -o-transition: all 0.35s ease 0s;
    -webkit-transition: all 0.35s ease 0s;
    -ms-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s; }
    .post-slider.style2 .slide-text .slide-title {
      margin-bottom: 0;
      color: #fff; }
    .post-slider.style2 .slide-text .meta-info {
      color: #939faa;
      font-size: 0.9167em; }
  .post-slider.style2 .owl-prev, .post-slider.style2 .owl-next {
    margin-top: 0;
    top: auto;
    bottom: -30px;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -moz-transition: all 0.35s ease 0s;
    -o-transition: all 0.35s ease 0s;
    -webkit-transition: all 0.35s ease 0s;
    -ms-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s; }
  .post-slider.style2 .owl-item {
    position: relative; }
    .post-slider.style2 .owl-item:hover .slide-text {
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0);
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      -moz-opacity: 1;
      -khtml-opacity: 1;
      opacity: 1; }
  .post-slider.style2:hover .owl-item .slide-text {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1; }
    .post-slider.style2:hover .owl-prev, .post-slider.style2:hover .owl-next {
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      -moz-opacity: 1;
      -khtml-opacity: 1;
      opacity: 1;
      bottom: 30px; }
  .post-slider.style3 a:hover .slide-text p {
    color: #939faa; }
  .post-slider ~ .soap-gallery-thumb-wrapper > a {
    width: 90px;
    height: 90px; }
  .post-slider.style4 .owl-buttons {
    display: none; }
  .post-slider.style4 .owl-item {
    position: relative; }
  .post-slider.style4 .slide-text {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    height: 100%; }
    .post-slider.style4 .slide-text:before {
      display: inline-block;
      content: "";
      height: 100%;
      vertical-align: middle; }
  .post-slider.style5 .owl-pagination {
    text-align: right;
    bottom: 25px;
    padding-right: 20px; }
  .post-slider.style5 .owl-item {
    position: relative;
    overflow: hidden; }
  .post-slider.style5 .slide-text {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    bottom: 0;
    width: 40%;
    background: rgba(151, 204, 36, 0.9);
    min-width: 250px;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s; }
    .post-slider.style5 .slide-text:before {
      display: inline-block;
      content: "";
      height: 100%;
      vertical-align: middle; }
    .post-slider.style5 .slide-text .btn {
      padding: 0 20px;
      color: #fff;
      font-size: 0.8333em;
      border-color: #fff;
      background: none;
      margin-top: 10px; }
    .post-slider.style5 .slide-text .btn:hover {
      border-color: #1b4268;
      background: #1b4268; }
  .post-slider.style5 .caption-wrapper {
    width: 96%;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    padding: 20px 25px;
    color: #fff; }
    .post-slider.style5 .caption-wrapper > *:last-child {
      margin-bottom: 0; }
  .post-slider.style5:hover .slide-text, .post-slider.style5 .owl-item:hover .slide-text {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1; }
  .post-slider.style6, .post-slider.style7 {
    /*margin-bottom: 64px;*/ }
  .post-slider.style6 + .title-section, .post-slider.style7 + .title-section {
    display: table;
    height: 64px;
    width: 100%; }
    .post-slider.style6 + .title-section p, .post-slider.style7 + .title-section p {
      margin-bottom: 0; }
    .post-slider.style6 + .title-section .title-section-wrapper, .post-slider.style7 + .title-section .title-section-wrapper {
      display: table-cell;
      vertical-align: middle; }
  .post-slider.style6 > .owl-controls, .post-slider.style7 > .owl-controls {
    position: relative; }
    .post-slider.style6 > .owl-controls .owl-prev, .post-slider.style7 > .owl-controls .owl-prev, .post-slider.style6 > .owl-controls .owl-next, .post-slider.style7 > .owl-controls .owl-next {
      top: 18px;
      margin-top: 0; }
    .post-slider.style6 > .owl-controls .owl-prev:before, .post-slider.style7 > .owl-controls .owl-prev:before, .post-slider.style6 > .owl-controls .owl-next:before, .post-slider.style7 > .owl-controls .owl-next:before {
      color: #d4dde5;
      border-color: #d4dde5; }
    .post-slider.style6 > .owl-controls .owl-prev:hover:before, .post-slider.style7 > .owl-controls .owl-prev:hover:before, .post-slider.style6 > .owl-controls .owl-next:hover:before, .post-slider.style7 > .owl-controls .owl-next:hover:before {
      color: #fff;
      border-color: #97cc24; }
    .post-slider.style6 > .owl-controls .owl-prev, .post-slider.style7 > .owl-controls .owl-prev {
      left: auto;
      right: 100px; }
  .post-slider.style7 {
    margin-bottom: 0;
    margin-left: -15px;
    margin-right: -15px;
    position: relative;
    width: auto; }
  .post-slider.style7 .owl-item {
    padding: 0 15px; }
  .post-slider.style7 .owl-item .owl-item {
    padding: 0; }
  .post-slider.style7 > .owl-controls {
    position: static; }
    .post-slider.style7 > .owl-controls .owl-prev, .post-slider.style7 > .owl-controls .owl-next {
      top: -44px; }
    .post-slider.style7 > .owl-controls .owl-prev {
      right: 85px; }
    .post-slider.style7 > .owl-controls .owl-next {
      right: 15px; }
/* 4.6. Pricing table ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.pricing-table {
  text-align: center;
  background: #edf6ff;
  margin-bottom: 30px; }
  .pricing-table .currency-symbol {
    color: #1b4268; }
  .pricing-table .price-value {
    color: #1b4268; }
  .pricing-table.style1 .pricing-table-header .pricing-row {
    padding: 15px 0 20px;
    line-height: 1; }
    .pricing-table.style1 .pricing-table-header .pricing-row .price-value {
      font-size: 6.6667em;
      font-weight: 300;
      letter-spacing: -0.04em; }
    .pricing-table.style1 .pricing-table-header .pricing-row .currency-symbol {
      font-size: 3.3333em;
      position: relative;
      top: -0.3em;
      font-weight: 400; }
    .pricing-table.style1 .pricing-table-header .pricing-row small {
      display: block;
      font-size: 1em;
      text-transform: uppercase;
      letter-spacing: 0.2em; }
    .pricing-table.style1 .pricing-table-header .pricing-type {
      background: #1b4268;
      margin-bottom: 0;
      line-height: 2.2;
      color: #fff;
      font-weight: 400;
      -moz-transition: all 0.4s ease 0s;
      -o-transition: all 0.4s ease 0s;
      -webkit-transition: all 0.4s ease 0s;
      -ms-transition: all 0.4s ease 0s;
      transition: all 0.4s ease 0s; }
  .pricing-table.style1 .pricing-table-content {
    padding: 20px 0; }
    .pricing-table.style1 .pricing-table-content li {
      line-height: 2.8571em;
      font-size: 1.1667em; }
  .pricing-table.style1 .pricing-table-footer {
    padding: 5px 0 35px; }
    .pricing-table.style1 .pricing-table-footer .btn {
      background: #fff; }
  .pricing-table.style2 {
    padding: 30px 20px;
    -moz-transition: all 0.35s ease 0s;
    -o-transition: all 0.35s ease 0s;
    -webkit-transition: all 0.35s ease 0s;
    -ms-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s; }
  .pricing-table.style2 .pricing-table-header .pricing-row {
    display: inline-block;
    width: 130px;
    height: 130px;
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -ms-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    background: #fff;
    line-height: 1;
    padding-bottom: 4px;
    margin-bottom: 10px; }
    .pricing-table.style2 .pricing-table-header .pricing-row .st-table {
      height: 100%; }
    .pricing-table.style2 .pricing-table-header .pricing-row .price-value {
      font-size: 3.3333em;
      font-weight: 300;
      letter-spacing: -0.04em; }
    .pricing-table.style2 .pricing-table-header .pricing-row .currency-symbol {
      font-size: 1.6667em;
      position: relative;
      top: -0.25em; }
    .pricing-table.style2 .pricing-table-header .pricing-row small {
      display: block;
      font-size: 0.8333em;
      text-transform: uppercase;
      letter-spacing: 0.2em; }
    .pricing-table.style2 .pricing-table-header .pricing-type {
      font-weight: 400; }
  .pricing-table.style2 .pricing-table-content li {
    line-height: 3.8461em;
    font-size: 1.0833em;
    -moz-transition: all 0.35s ease 0s;
    -o-transition: all 0.35s ease 0s;
    -webkit-transition: all 0.35s ease 0s;
    -ms-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s; }
    .pricing-table.style2 .pricing-table-content li:nth-child(2n + 1) {
      background: #fff; }
  .pricing-table.style2 .pricing-table-footer {
    padding: 10px 0 0; }
    .pricing-table.style2 .pricing-table-footer .btn {
      background: #fff; }

.pricing-table-container:hover .pricing-table.style1.active .pricing-table-header .pricing-type {
  background: #1b4268; }
  .pricing-table-container:hover .pricing-table.style1.active .pricing-table-footer .btn {
    background: #fff;
    border-color: #d4dde5;
    color: inherit; }

.pricing-table-container:hover .pricing-table.style1.active:hover .pricing-table-header .pricing-type, .pricing-table.style1:hover .pricing-table-header .pricing-type, .pricing-table.style1.active .pricing-table-header .pricing-type {
  background: #97cc24; }
  .pricing-table-container:hover .pricing-table.style1.active:hover .pricing-table-footer .btn, .pricing-table.style1:hover .pricing-table-footer .btn, .pricing-table.style1.active .pricing-table-footer .btn {
    background: #97cc24;
    border-color: #97cc24;
    color: #fff; }

.pricing-table-container:hover .pricing-table.style2.active {
  background: #edf6ff; }
  .pricing-table-container:hover .pricing-table.style2.active .pricing-table-header .pricing-type {
    color: #1b4268; }
  .pricing-table-container:hover .pricing-table.style2.active .pricing-table-footer .btn {
    background: #fff;
    border-color: #d4dde5;
    color: inherit; }
  .pricing-table-container:hover .pricing-table.style2.active .pricing-table-content li:nth-child(2n + 1) {
    background: #fff; }

.pricing-table-container:hover .pricing-table.style2.active:hover, .pricing-table.style2:hover, .pricing-table.style2.active {
  background: #1b4268; }
  .pricing-table-container:hover .pricing-table.style2.active:hover .pricing-table-header .pricing-type, .pricing-table.style2:hover .pricing-table-header .pricing-type, .pricing-table.style2.active .pricing-table-header .pricing-type {
    color: #fff; }
  .pricing-table-container:hover .pricing-table.style2.active:hover .pricing-table-footer .btn, .pricing-table.style2:hover .pricing-table-footer .btn, .pricing-table.style2.active .pricing-table-footer .btn {
    background: #97cc24;
    border-color: #97cc24;
    color: #fff; }
  .pricing-table-container:hover .pricing-table.style2.active:hover .pricing-table-content li:nth-child(2n + 1), .pricing-table.style2:hover .pricing-table-content li:nth-child(2n + 1), .pricing-table.style2.active .pricing-table-content li:nth-child(2n + 1) {
    background: #163d63; }
/* 4.7. Progress Bar ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.progress-bar {
  /* default style */
  margin-bottom: 1px;
  display: table;
  width: 100%;
  background: #edf6ff;
  box-shadow: none;
  float: none;
  line-height: auto;
  text-align: inherit;
  color: inherit;
  height: 42px;
  /* blue bar */
  /* skill meter bar */ }
  .progress-bar .progress-label, .progress-bar .progress-wrap, .progress-bar .progress-percent {
    display: table-cell;
    vertical-align: middle; }
  .progress-bar .progress-wrap {
    width: 100%; }
  .progress-bar .progress-label {
    text-align: left;
    font-size: 1.0833em;
    padding: 0 20px 0 30px;
    white-space: nowrap; }
  .progress-bar .progress-percent {
    padding: 0 30px 0 20px;
    font-size: 1.0833em; }
  .progress-bar .progress {
    background: #fff;
    height: 8px;
    box-shadow: none;
    margin-bottom: 0;
    overflow: visible; }
  .progress-bar .progress-inner {
    background: #97cc24;
    display: block;
    height: 100%;
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -ms-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px; }
  .progress-bar.bar-color-blue .progress-inner {
    background: #1b4268; }
  .progress-bar.skill-meter {
    height: 39px;
    padding: 0 20px; }
  .progress-bar.skill-meter .progress-wrap {
    position: relative; }
  .progress-bar.skill-meter .progress-label {
    background: #97cc24;
    padding: 0 30px 0 20px;
    color: #fff; }
    .progress-bar.skill-meter .progress-label i {
      margin-right: 15px;
      font-size: 15px; }
  .progress-bar.skill-meter .progress {
    height: 39px;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    -ms-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    width: 100%;
    background: #edf6ff;
    padding: 1px 1px 1px 0; }
  .progress-bar.skill-meter .progress-inner {
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    -ms-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    background: #fff; }
  .progress-bar.skill-meter .progress-percent {
    display: block;
    padding: 0;
    position: absolute;
    right: 20px;
    line-height: 39px;
    top: 0; }
  .progress-bar.skill-meter.label-color-blue .progress-label {
    background: #1b4268; }

.progress-bar-container {
  display: table;
  width: 100%;
  border-spacing: 0 1px;
  margin-top: -1px; }
  .progress-bar-container.skill-meter {
    border-spacing: 0 20px; }
  .progress-bar-container .progress-bar {
    display: table-row; }
/* progress icons */
.progress-bar-icons {
  /* blue color */ }
  .progress-bar-icons .progress {
    background: none;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    -ms-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    box-shadow: none;
    height: auto;
    float: left;
    margin-bottom: 18px;
    margin-right: 17px; }
  .progress-bar-icons .progress:last-child {
    margin-right: 0; }
  .progress-bar-icons .progress i {
    font-size: 1.3333em;
    width: 36px;
    height: 36px;
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -ms-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    text-align: center;
    line-height: 36px;
    background: #edf6ff;
    color: #fff; }
  .progress-bar-icons .progress.active i {
    background: #97cc24; }
  .progress-bar-icons.color-blue .progress.active i {
    background: #1b4268; }
/* colored progress bar */
.progress-bar-container.style-colored {
  display: block; }
  .progress-bar-container.style-colored .progress-bar {
    display: block;
    background: none;
    margin-bottom: 15px; }
    .progress-bar-container.style-colored .progress-bar .progress-label, .progress-bar-container.style-colored .progress-bar .progress {
      display: block; }
    .progress-bar-container.style-colored .progress-bar .progress-label {
      padding: 0;
      margin-bottom: 5px; }
    .progress-bar-container.style-colored .progress-bar .progress {
      height: 17px;
      -webkit-border-radius: 9px 9px 9px 9px;
      -moz-border-radius: 9px 9px 9px 9px;
      -ms-border-radius: 9px 9px 9px 9px;
      border-radius: 9px 9px 9px 9px;
      background: #edf6ff;
      overflow: visible; }
    .progress-bar-container.style-colored .progress-bar .progress-inner {
      -webkit-border-radius: 9px 9px 9px 9px;
      -moz-border-radius: 9px 9px 9px 9px;
      -ms-border-radius: 9px 9px 9px 9px;
      border-radius: 9px 9px 9px 9px;
      background: #01b7f2;
      position: relative; }
    .progress-bar-container.style-colored .progress-bar .progress-inner.color1 {
      background-color: #01b7f2; }
    .progress-bar-container.style-colored .progress-bar .progress-inner.color2 {
      background-color: #0ab596; }
    .progress-bar-container.style-colored .progress-bar .progress-inner.color3 {
      background-color: #f60; }
    .progress-bar-container.style-colored .progress-bar .progress-inner.color4 {
      background-color: #9f60b5; }
    .progress-bar-container.style-colored .progress-bar .progress-inner.color5 {
      background-color: #ffc000; }
    .progress-bar-container.style-colored .progress-bar .progress-inner.color6 {
      background-color: #d20d0d; }
    .progress-bar-container.style-colored .progress-bar .progress-percent {
      position: absolute;
      right: 0;
      bottom: 25px;
      padding: 1px 8px;
      background: #0b1c32;
      -webkit-border-radius: 4px 4px 4px 4px;
      -moz-border-radius: 4px 4px 4px 4px;
      -ms-border-radius: 4px 4px 4px 4px;
      border-radius: 4px 4px 4px 4px;
      font-size: 10px;
      color: #fff; }
    .progress-bar-container.style-colored .progress-bar .progress-percent:after {
      display: block;
      position: absolute;
      content: "";
      top: 100%;
      left: 50%;
      margin-left: -2px;
      border-top: 4px solid #0b1c32;
      border-left: 3px solid transparent;
      border-right: 3px solid transparent; }
  .progress-bar-container.style-vertical {
    height: 680px;
    display: block;
    margin-left: -30px;
    margin-right: -30px;
    width: auto; }
  .progress-bar-container.style-vertical .progress-bar-wrapper {
    border-spacing: 30px 0;
    height: 100%;
    display: table;
    width: 100%; }
  .progress-bar-container.style-vertical .progress-bar {
    display: table-cell;
    width: 1%;
    position: relative;
    height: 100%;
    padding-top: 50px;
    background: #fff; }
    .progress-bar-container.style-vertical .progress-bar .progress {
      -webkit-border-radius: 0 0 0 0;
      -moz-border-radius: 0 0 0 0;
      -ms-border-radius: 0 0 0 0;
      border-radius: 0 0 0 0;
      background: #fff;
      height: 100%;
      width: 100%;
      position: relative;
      left: 0;
      top: 0; }
    .progress-bar-container.style-vertical .progress-bar .progress-inner {
      width: 100%;
      height: auto;
      position: absolute;
      left: 0;
      bottom: 0;
      -webkit-border-radius: 0 0 0 0;
      -moz-border-radius: 0 0 0 0;
      -ms-border-radius: 0 0 0 0;
      border-radius: 0 0 0 0;
      overflow: hidden; }
    .progress-bar-container.style-vertical .progress-bar .progress-percent {
      display: block;
      position: absolute;
      width: 100%;
      text-align: center;
      left: 0;
      right: 0;
      top: 20px;
      font-size: 1.6667em;
      color: #97cc24;
      z-index: 9;
      padding: 0; }
    .progress-bar-container.style-vertical .progress-bar .progress-label {
      font-size: 1.6667em;
      color: #fff;
      -webkit-transform: rotate(90deg) translateX(50%);
      -moz-transform: rotate(90deg) translateX(50%);
      -ms-transform: rotate(90deg) translateX(50%);
      -o-transform: rotate(90deg) translateX(50%);
      transform: rotate(90deg) translateX(50%);
      padding: 0 0 0 15px;
      display: inline-block;
      width: 100%;
      line-height: 1;
      text-transform: uppercase; }
    .progress-bar-container.style-vertical .progress-bar:nth-child(2n+1) .progress-inner {
      background: #1b4268; }
    .progress-bar-container.style-vertical .progress-bar:nth-child(2n+1) .progress-percent {
      color: #1b4268; }
/* circle progress */
.circle-wrap {
  text-align: center; }

.circle-progress {
  position: relative;
  display: inline-block;
  z-index: 100;
  margin-bottom: 10px;
  color: #97cc24; }
  .circle-progress .circle-text {
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    width: 100%; }
  .circle-progress .circle-text span, .circle-progress .circle-text i:not(.fa) {
    font-size: 16px;
    position: relative;
    top: -0.6em; }
  .circle-progress .circle-text .has-circle-text {
    width: 80px;
    height: 80px;
    position: static;
    display: inline-block;
    line-height: 80px;
    font-size: inherit;
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -ms-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    background: #97cc24;
    color: #fff; }

.circle-wrap.has-text-block .circle-text, .circle-progress.has-text-block .circle-text {
  line-height: 1.25em !important;
  height: 100%;
  bottom: 0;
  padding: 0 25px; }
  .circle-wrap.has-text-block .circle-text:before, .circle-progress.has-text-block .circle-text:before {
    display: inline-block;
    content: "";
    height: 100%;
    vertical-align: middle; }
  .circle-wrap.has-text-block .circle-text > span, .circle-progress.has-text-block .circle-text > span {
    position: static;
    vertical-align: middle;
    width: 98%;
    line-height: 20px;
    display: inline-block;
    font-size: inherit; }
/* counters box */
.counters-box {
  text-align: center; }
  .counters-box.style1 .icon-wrap {
    margin-bottom: 30px;
    height: 100px; }
  .counters-box.style1 dt {
    font-size: 1.3333em;
    font-weight: 300; }
    .counters-box.style1 dt.fontsize-lg {
      font-size: 1.6667em; }
  .counters-box.style1 dd {
    font-size: 4.1667em;
    color: #1b4268;
    font-weight: 300; }
  .counters-box.style1 dl {
    margin-bottom: 0; }
  .counters-box.style2 {
    padding: 0 20px; }
  .counters-box.style2 dt {
    font-weight: 400;
    font-style: italic;
    font-size: 6.6667em;
    color: #1b4268;
    border-bottom: 1px solid #edf6ff; }
  .counters-box.style2 dd {
    font-size: 1.3333em;
    padding-top: 10px; }

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

.counter-label-lg dt {
  font-size: 1.6667em !important;
  font-weight: 400; }
/* 4.8. Style Changer ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.style-changer {
  width: 270px;
  padding: 20px 30px 30px;
  position: relative; }
  .style-changer .style-toggle {
    position: absolute;
    left: 100%;
    top: 0;
    width: 52px;
    height: 52px;
    background: url(../images/logo-white.png) no-repeat center center #97cc24;
    cursor: pointer; }
  .style-changer .btn {
    font-size: 0.8333em;
    padding: 0 16px; }
  .style-changer .form-group {
    padding-bottom: 15px;
    border-bottom: 1px solid;
    position: relative; }
  .style-changer .form-group:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0; }
  .style-changer [class^="skin-color-"] {
    line-height: 28px;
    display: inline-block;
    width: 49%;
    text-transform: uppercase;
    font-size: 0.8333em; }
  .style-changer [class^="skin-color-"].active {
    color: #97cc24; }
  .style-changer [class^="skin-color-"]:before {
    content: "";
    width: 18px;
    height: 18px;
    display: block;
    float: left;
    margin-top: 5px;
    margin-right: 10px;
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -ms-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%; }
  .style-changer .skin-color-orange:before {
    background-color: #f60; }
  .style-changer .skin-color-green:before {
    background-color: #97cc24; }
  .style-changer .skin-color-purple:before {
    background-color: #b53cd3; }
  .style-changer .skin-color-blue:before {
    background-color: #00a2ee; }
  .style-changer .skin-color-yellow:before {
    background-color: #ffae00; }
  .style-changer .skin-color-gray:before {
    background-color: #acacac; }
  .style-changer .skin-color-navy:before {
    background-color: #006cff; }
  .style-changer .skin-color-sea:before {
    background-color: #0ab596; }
  .style-changer .skin-color-red:before {
    background-color: #ff1818; }
  .style-changer .skin-color-gold:before {
    background-color: #d9be2b; }
  .style-changer .style-changer-title {
    margin-bottom: 25px; }
  .style-changer label {
    margin-bottom: 10px;
    font-size: 1.0833em; }
  .style-changer select, .style-changer .customSelect {
    background: none;
    height: 28px;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 26px;
    padding-left: 15px; }
  .style-changer select option {
    padding-left: 15px; }
  .style-changer .customSelect {
    border: 1px solid;
    font-size: 1em; }
  .style-changer.style-dark {
    background: #191919;
    color: #6a6a6a; }
  .style-changer.style-dark .style-changer-title {
    color: #fff; }
  .style-changer.style-dark .customSelect {
    border-color: #6a6a6a; }
  .style-changer.style-dark .btn {
    border-color: #6a6a6a; }
    .style-changer.style-dark .btn:hover, .style-changer.style-dark .btn.active {
      border-color: #97cc24; }
  .style-changer.style-dark .form-group {
    border-bottom-color: #303030; }
  .style-changer.style-light {
    background: #fff;
    color: #ababab;
    border: 1px solid #e5e5e5; }
  .style-changer.style-light .style-toggle {
    top: -1px; }
  .style-changer.style-light .style-changer-title {
    color: #000; }
  .style-changer.style-light .customSelect {
    border-color: #ababab; }
  .style-changer.style-light .btn {
    border-color: #cdcdcd; }
    .style-changer.style-light .btn:hover, .style-changer.style-light .btn.active {
      border-color: #97cc24; }
  .style-changer.style-light .form-group {
    border-bottom-color: #e5e5e5; }

#style-changer {
  position: fixed;
  top: 135px;
  z-index: 1001;
  left: -270px; }
  /* 4.9. Tabs ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.tab-pane > img, .tab-pane .wpb_wrapper > img, .tab-pane .wpb_wrapper .animated > img {
  margin-right: 25px; }

.tab-container .tabs li {
  float: left; }
  .tab-container .tabs li.active a {
    color: #1b4268; }
  .tab-container .tabs a {
    white-space: nowrap;
    display: block;
    padding-left: 15px;
    padding-right: 15px; }
  .tab-container .tab-content {
    padding: 25px 30px;
    display: none; }
  .tab-container .tab-content.active {
    display: block; }
    .tab-container .tab-content.active > .tab-pane {
      display: block;
      overflow: hidden; }
  .tab-container .tab-pane > *:last-child {
    margin-bottom: 0; }
  .tab-container.style1 .tabs a, .tab-container.style2 .tabs a {
    padding: 14px 24px;
    display: block;
    font-size: 1.1667em; }
  .tab-container.style1 .tab-content, .tab-container.style2 .tab-content {
    border: 1px solid #edf6ff; }
  .tab-container.style1 .tabs {
    float: left;
    border-left: 1px solid;
    border-right: 1px solid;
    border-color: #edf6ff; }
    .tab-container.style1 .tabs li {
      position: relative;
      z-index: 1;
      top: 1px; }
    .tab-container.style1 .tabs li + li a {
      margin-left: 1px; }
    .tab-container.style1 .tabs li a {
      background: #edf6ff;
      border-top: 1px solid #edf6ff; }
    .tab-container.style1 .tabs li.active a {
      background: #fff; }
  .tab-container.style1 .tab-content {
    clear: both; }
  .tab-container.style2 .tabs {
    background: #edf6ff;
    padding: 0 20px; }
    .tab-container.style2 .tabs a {
      font-size: 0.8333em;
      text-transform: uppercase;
      padding: 0 16px;
      height: 28px;
      line-height: 28px;
      margin: 10px 5px !important;
      background: #fff;
      -webkit-border-radius: 14px 14px 14px 14px;
      -moz-border-radius: 14px 14px 14px 14px;
      -ms-border-radius: 14px 14px 14px 14px;
      border-radius: 14px 14px 14px 14px; }
    .tab-container.style2 .tabs li.active a {
      background: #97cc24;
      color: #fff;
      position: relative; }
    .tab-container.style2 .tabs li.active a:after {
      content: "";
      display: block;
      position: absolute;
      top: 100%;
      left: 50%;
      margin-left: -7px;
      border-top: 5px solid #97cc24;
      border-left: 7px solid transparent;
      border-right: 7px solid transparent; }
  .tab-container.full-width .tabs {
    display: block;
    float: none; }
    .tab-container.full-width .tabs li {
      float: none;
      width: 1%;
      display: table-cell;
      vertical-align: middle;
      text-align: center;
      position: static; }
    .tab-container.full-width .tabs a {
      padding-left: 0;
      padding-right: 0; }
  .tab-container.full-width .tab-content {
    border-top: none; }
  .tab-container.vertical-tab .tabs, .tab-container.vertical-tab-1 .tabs {
    float: left;
    background: #edf6ff;
    border-top: 1px solid #edf6ff;
    border-bottom: 1px solid #edf6ff; }
    .tab-container.vertical-tab .tabs li, .tab-container.vertical-tab-1 .tabs li {
      float: none;
      position: relative;
      z-index: 1;
      left: 1px; }
    .tab-container.vertical-tab .tabs li a, .tab-container.vertical-tab-1 .tabs li a {
      display: block;
      line-height: 48px;
      padding: 0 30px;
      font-size: 1.1667em; }
    .tab-container.vertical-tab .tabs li.active a, .tab-container.vertical-tab-1 .tabs li.active a {
      background: #fff;
      color: #1b4268; }
  .tab-container.vertical-tab .tab-content, .tab-container.vertical-tab-1 .tab-content {
    padding: 0; }
  .tab-container.vertical-tab .tab-pane, .tab-container.vertical-tab-1 .tab-pane {
    border: 1px solid #edf6ff;
    overflow: auto;
    padding: 30px; }
  .tab-container.vertical-tab-1 .tabs {
    background: none;
    border: none; }
    .tab-container.vertical-tab-1 .tabs li {
      margin-bottom: 10px; }
    .tab-container.vertical-tab-1 .tabs li a {
      line-height: 32px;
      -webkit-border-radius: 20px 20px 20px 20px;
      -moz-border-radius: 20px 20px 20px 20px;
      -ms-border-radius: 20px 20px 20px 20px;
      border-radius: 20px 20px 20px 20px;
      padding: 4px 50px 4px 4px;
      background: #d4dde5;
      color: #fff; }
    .tab-container.vertical-tab-1 .tabs li a:hover {
      color: #97cc24; }
    .tab-container.vertical-tab-1 .tabs li i {
      float: left;
      margin-right: 15px;
      line-height: 32px;
      width: 32px;
      height: 32px;
      text-align: center;
      color: #d4dde5;
      background: #fff;
      -moz-transition: all 0.25s ease 0s;
      -o-transition: all 0.25s ease 0s;
      -webkit-transition: all 0.25s ease 0s;
      -ms-transition: all 0.25s ease 0s;
      transition: all 0.25s ease 0s;
      -webkit-border-radius: 50% 50% 50% 50%;
      -moz-border-radius: 50% 50% 50% 50%;
      -ms-border-radius: 50% 50% 50% 50%;
      border-radius: 50% 50% 50% 50%; }
    .tab-container.vertical-tab-1 .tabs li.active a {
      background: #fff;
      color: #97cc24; }
    .tab-container.vertical-tab-1 .tabs li.active i {
      background: #97cc24;
      color: #fff; }
  .tab-container.vertical-tab-1 .tab-content img {
    margin-bottom: 25px; }
  .tab-container.vertical-tab-1 .tab-pane {
    padding-top: 0;
    padding-bottom: 0;
    border: none; }
  .tab-container.transparent-tab {
    position: relative;
    z-index: 1;
    margin-top: -40px; }
  .tab-container.transparent-tab ul.tabs {
    padding: 0 20px; }
    .tab-container.transparent-tab ul.tabs li + li {
      padding-left: 3px; }
    .tab-container.transparent-tab ul.tabs a {
      background: rgba(255, 255, 255, 0.65);
      color: #4f4f4f;
      overflow: hidden;
      height: 40px;
      line-height: 40px;
      text-transform: uppercase;
      font-size: 0.9167em;
      font-weight: 600; }
    .tab-container.transparent-tab ul.tabs a i {
      font-size: 13px;
      vertical-align: middle;
      margin-right: 10px; }
    .tab-container.transparent-tab ul.tabs a:hover {
      background: rgba(255, 255, 255, 0.8);
      color: #1b4268; }
    .tab-container.transparent-tab ul.tabs a:hover i {
      -webkit-animation: toTopFromBottom 0.3s forwards;
      -moz-animation: toTopFromBottom 0.3s forwards;
      animation: toTopFromBottom 0.3s forwards; }
    .tab-container.transparent-tab ul.tabs li.active a {
      background: #fff;
      color: #1b4268; }
    .tab-container.transparent-tab ul.tabs a:hover i, .tab-container.transparent-tab ul.tabs li.active a i {
      color: #97cc24; }
  .tab-container.transparent-tab .tab-content {
    border: 1px solid #edf6ff;
    border-top: none; }
/* 4.10. Team ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.team-member {
  text-align: center;
  /* colored style */ }
  .team-member .team-member-author {
    padding: 20px 10px;
    background: #edf6ff;
    margin-bottom: 1px; }
  .team-member .team-member-name {
    margin-bottom: 0; }
  .team-member .team-member-job {
    text-transform: uppercase;
    font-size: 0.8333em;
    font-weight: 600;
    letter-spacing: 0.1em; }
  .team-member .team-member-social {
    background: #edf6ff;
    padding: 12px; }
  .team-member .social-icons {
    margin-bottom: 0;
    display: inline-block; }
  .team-member .social-icons .social-icon {
    margin-bottom: 0; }
    .team-member .social-icons .social-icon i {
      border: none;
      background: #fff; }
    .team-member .social-icons .social-icon:hover i {
      background: #97cc24; }
  .team-member .team-member-desc {
    padding-left: 25px;
    padding-right: 25px; }
  .team-member .team-member-desc > *:last-child {
    margin-bottom: 0; }
  .team-member.style-colored .image-container {
    position: relative;
    background: url(../images/shadow.png) repeat-x left bottom; }
    .team-member.style-colored .image-container img {
      position: relative;
      z-index: -1; }
  .team-member.style-colored .team-member-social {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    padding: 0;
    background: none; }
  .team-member.style-colored .social-icons .social-icon i {
    background: none;
    color: #fff;
    border: 1px solid #fff; }
    .team-member.style-colored .social-icons .social-icon:hover i {
      background: #1b4268;
      border: none; }
  .team-member.style-colored .team-member-author, .team-member.style-colored .team-member-desc {
    background: #1b4268;
    color: #fff; }
  .team-member.style-colored .team-member-author {
    margin-bottom: 0; }
  .team-member.style-colored .team-member-name {
    color: #fff; }
  .team-member.style-colored .team-member-desc {
    padding-bottom: 25px; }
/* 4.11. Testimonial ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.testimonials.style1 .owl-controls .owl-prev, .testimonials.style3 .owl-controls .owl-prev, .testimonials.style4 .owl-controls .owl-prev, .testimonials.style1 .owl-controls .owl-next, .testimonials.style3 .owl-controls .owl-next, .testimonials.style4 .owl-controls .owl-next {
  margin-top: 11px; }
  .testimonials.style1 .owl-controls .owl-prev:before, .testimonials.style3 .owl-controls .owl-prev:before, .testimonials.style4 .owl-controls .owl-prev:before, .testimonials.style1 .owl-controls .owl-next:before, .testimonials.style3 .owl-controls .owl-next:before, .testimonials.style4 .owl-controls .owl-next:before {
    color: #d4dde5;
    border-color: #d4dde5; }
  .testimonials.style1 .owl-controls .owl-prev:hover:before, .testimonials.style3 .owl-controls .owl-prev:hover:before, .testimonials.style4 .owl-controls .owl-prev:hover:before, .testimonials.style1 .owl-controls .owl-next:hover:before, .testimonials.style3 .owl-controls .owl-next:hover:before, .testimonials.style4 .owl-controls .owl-next:hover:before {
    color: #fff;
    border-color: #97cc24; }
  .testimonials.style1 .owl-controls .owl-prev, .testimonials.style3 .owl-controls .owl-prev, .testimonials.style4 .owl-controls .owl-prev {
    left: 1px; }
  .testimonials.style1 .owl-controls .owl-next, .testimonials.style3 .owl-controls .owl-next, .testimonials.style4 .owl-controls .owl-next {
    right: 1px; }
  .testimonials.style1 .owl-wrapper-outer {
    padding-top: 50px; }
  .testimonials.style1 .testimonial.style1 {
    margin: 0;
    height: 100%; }
  .testimonials.style1 .owl-controls .owl-prev {
    left: 0; }
  .testimonials.style1 .owl-controls .owl-next {
    right: 0; }
  .testimonials.style1 .owl-controls .owl-prev, .testimonials.style1 .owl-controls .owl-next {
    margin-top: 11px; }
  .testimonials.style1.multiple-items .owl-controls .owl-prev, .testimonials.style1.multiple-items .owl-controls .owl-next {
    margin-top: 0; }
  .testimonials.style1.multiple-items .owl-controls .owl-prev {
    left: -70px; }
  .testimonials.style1.multiple-items .owl-controls .owl-next {
    right: -70px; }
  .testimonials.style1.multiple-items .testimonial.style1 {
    margin: 0 15px; }
  .testimonials.style2 {
    padding: 80px 0 30px; }
  .testimonials.style2 .container {
    padding: 0 40px; }
  .testimonials.style2 .testimonials-title {
    text-align: center;
    color: #97cc24;
    margin-bottom: 50px;
    font-size: 2.5em; }
  .testimonials.style2 .sky-carousel {
    background: none;
    border: none;
    height: auto;
    padding-bottom: 200px; }
  .testimonials.style2 .sky-carousel .sc-content-wrapper {
    position: static; }
  .testimonials.style2 .sky-carousel .sc-content-container {
    font-family: inherit;
    position: static; }
  .testimonials.style2 .sky-carousel .sky-carousel-container {
    float: none; }
  .testimonials.style2 .sc-content-wrapper .sc-content {
    display: table;
    width: 100%; }
  .testimonials.style2 .sc-content-wrapper .sc-content:after {
    content: "";
    display: table;
    clear: both; }
  .testimonials.style2 .sc-content-wrapper .sc-content h2, .testimonials.style2 .sc-content-wrapper .sc-content p {
    display: table-cell;
    color: #fff;
    text-align: left;
    padding: 0 30px; }
  .testimonials.style2 .sc-content-wrapper .sc-content h2 a {
    color: #fff; }
  .testimonials.style2 .sc-content-wrapper .sc-content h2 {
    font-size: 1.6667em;
    white-space: nowrap; }
  .testimonials.style2 .sc-content-wrapper .sc-content h2 small {
    font-size: 0.65em;
    color: #97cc24;
    display: block;
    margin-top: 5px; }
  .testimonials.style2 .sc-content-wrapper .sc-content p {
    font-weight: 300;
    font-size: 2.5em;
    line-height: 1.3333;
    border-left: 2px solid rgba(255, 255, 255, 0.1); }
  .testimonials.style2 .sc-content-wrapper .sc-content p em {
    font-weight: 400; }
  .testimonials.style3 .owl-buttons, .testimonials.style4 .owl-buttons {
    position: absolute; }
  .testimonials.style3 .owl-buttons:after, .testimonials.style4 .owl-buttons:after {
    display: table;
    content: "";
    clear: both; }
  .testimonials.style3 .owl-buttons .owl-prev, .testimonials.style4 .owl-buttons .owl-prev, .testimonials.style3 .owl-buttons .owl-next, .testimonials.style4 .owl-buttons .owl-next {
    position: static;
    float: left;
    margin-top: 0; }
  .testimonials.style3 .owl-buttons .owl-prev, .testimonials.style4 .owl-buttons .owl-prev {
    margin-right: 10px; }
  .testimonials.style3 {
    overflow: hidden; }
  .testimonials.style3 .owl-buttons {
    bottom: -1px;
    right: -1px;
    background: #fff;
    padding: 20px 1px 1px 30px;
    border-top: 1px solid #edf6ff;
    border-left: 1px solid #edf6ff;
    -webkit-border-radius: 50px 0 0 0;
    -moz-border-radius: 50px 0 0 0;
    -ms-border-radius: 50px 0 0 0;
    border-radius: 50px 0 0 0; }
  .testimonials.style4 {
    overflow: hidden;
    padding-top: 14px;
    margin-top: -14px;
    padding-bottom: 37px; }
  .testimonials.style4 .owl-wrapper-outer {
    overflow: visible;
    background: #edf6ff; }
  .testimonials.style4 .owl-buttons {
    top: 0;
    right: 30px; }
  .testimonials.style4 .owl-buttons .owl-prev:before, .testimonials.style4 .owl-buttons .owl-next:before {
    background: #fff; }
  .testimonials.style4 .owl-buttons .owl-prev:hover:before, .testimonials.style4 .owl-buttons .owl-next:hover:before {
    background: #97cc24; }

.testimonial.style1, .testimonial.style3, .testimonial.style4 {
  position: relative; }
  .testimonial.style1 .testimonial-author, .testimonial.style3 .testimonial-author, .testimonial.style4 .testimonial-author {
    font-size: 1.1667em; }
  .testimonial.style1 .testimonial-author-name, .testimonial.style3 .testimonial-author-name, .testimonial.style4 .testimonial-author-name {
    color: #97cc24; }
  .testimonial.style1 .testimonial-author-job, .testimonial.style3 .testimonial-author-job, .testimonial.style4 .testimonial-author-job {
    font-size: 0.7857em;
    text-transform: uppercase; }
  .testimonial.style1 {
    border-top: 1px solid #edf6ff;
    border-bottom: 1px solid #edf6ff;
    position: relative;
    padding: 80px 50px 40px;
    text-align: center;
    margin-top: 50px; }
  .testimonial.style1 .testimonial-image {
    position: absolute;
    top: -50px;
    left: 50%;
    margin-left: -50px;
    overflow: hidden;
    width: 100px;
    height: 100px;
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -ms-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    border: 1px solid #d4dde5;
    padding: 4px;
    background: #fff; }
  .testimonial.style1 .testimonial-image img {
    width: 100%;
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -ms-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%; }
  .testimonial.style1 .testimonial-content {
    font-size: 2.5em;
    font-style: italic;
    color: #1b4268;
    font-weight: 400;
    margin-bottom: 30px;
    line-height: 1.25; }
  .testimonial.style1 .testimonial-content.fontsize-lg {
    font-size: 3.3333em; }
  .testimonial.style3 {
    border: 1px solid #edf6ff;
    padding: 30px 40px; }
  .testimonial.style3 .testimonial-content {
    font-size: 1.3333em;
    font-weight: 300;
    line-height: 1.875; }
  .testimonial.style3 .testimonial-author {
    margin-top: 15px; }
  .testimonial.style4 {
    padding: 30px 40px 60px; }
  .testimonial.style4 .testimonial-content {
    font-size: 1.3333em;
    font-weight: 300;
    line-height: 1.875;
    color: #1b4268; }
  .testimonial.style4 .testimonial-author {
    position: absolute;
    left: 130px;
    bottom: -25px; }
  .testimonial.style4 .testimonial-image {
    position: absolute;
    bottom: -37px;
    left: 40px;
    width: 74px;
    height: 74px;
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -ms-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    background: #fff;
    padding: 3px; }
  .testimonial.style4 .testimonial-image img {
    width: 100%;
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -ms-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%; }
/* 5. Footer ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.footer-common-hover-style .social-icons .social-icon:hover i, #footer.style1 .footer-wrapper .social-icons .social-icon:hover i, #footer.style2 .footer-wrapper .social-icons .social-icon:hover i, #footer.style3 .footer-wrapper .social-icons .social-icon:hover i, #footer.style4 .footer-wrapper .social-icons .social-icon:hover i {
  color: #fff; }
  .footer-common-hover-style .tags .tag:hover, #footer.style1 .footer-wrapper .tags .tag:hover, #footer.style2 .footer-wrapper .tags .tag:hover, #footer.style3 .footer-wrapper .tags .tag:hover, #footer.style4 .footer-wrapper .tags .tag:hover, .footer-common-hover-style .social-icons .social-icon:hover i, #footer.style1 .footer-wrapper .social-icons .social-icon:hover i, #footer.style2 .footer-wrapper .social-icons .social-icon:hover i, #footer.style3 .footer-wrapper .social-icons .social-icon:hover i, #footer.style4 .footer-wrapper .social-icons .social-icon:hover i, .footer-common-hover-style .btn.style4:hover, #footer.style1 .footer-wrapper .btn.style4:hover, #footer.style2 .footer-wrapper .btn.style4:hover, #footer.style3 .footer-wrapper .btn.style4:hover, #footer.style4 .footer-wrapper .btn.style4:hover {
    border-color: #97cc24; }

#footer {
  overflow: hidden;
  /* style1 */
  /* style2 */
  /* style3 */
  /* style4 */ }
  #footer .section-title {
    font-weight: 600; }
  #footer .footer-wrapper .container {
    position: relative; }
  #footer .footer-wrapper .container > .row {
    margin: 0 -20px 0 -30px; }
  #footer .footer-wrapper .container > .row > div {
    padding: 60px 15px 60px 30px; }
  #footer .footer-wrapper .container > .row > div:last-child {
    position: relative; }
  #footer .footer-wrapper .container:after {
    content: "";
    position: absolute;
    display: block;
    left: 100%;
    top: 0;
    height: 100%;
    bottom: 0;
    width: 2000px; }
  #footer .back-to-top {
    width: 60px;
    height: 60px;
    border: 5px solid rgba(0, 0, 0, 0.06);
    display: block;
    position: absolute;
    left: -30px;
    bottom: -30px;
    -webkit-border-radius: 30px 30px 30px 30px;
    -moz-border-radius: 30px 30px 30px 30px;
    -ms-border-radius: 30px 30px 30px 30px;
    border-radius: 30px 30px 30px 30px;
    overflow: hidden; }
  #footer .back-to-top:before, #footer .back-to-top:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center center;
    -moz-transition: opacity 0.25s ease 0s;
    -o-transition: opacity 0.25s ease 0s;
    -webkit-transition: opacity 0.25s ease 0s;
    -ms-transition: opacity 0.25s ease 0s;
    transition: opacity 0.25s ease 0s;
    -webkit-border-radius: 30px 30px 30px 30px;
    -moz-border-radius: 30px 30px 30px 30px;
    -ms-border-radius: 30px 30px 30px 30px;
    border-radius: 30px 30px 30px 30px; }
  #footer .back-to-top:before {
    background-image: url(../images/icon/scroll-to-top.png); }
  #footer .back-to-top:after {
    background-image: url(../images/icon/up.png);
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0; }
  #footer .back-to-top:hover:before {
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0; }
  #footer .back-to-top:hover:after {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1; }
  #footer .back-to-top:active span:before, #footer .back-to-top:active span:after {
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0; }
  #footer .back-to-top span {
    display: block;
    -webkit-border-radius: 25px 25px 25px 25px;
    -moz-border-radius: 25px 25px 25px 25px;
    -ms-border-radius: 25px 25px 25px 25px;
    border-radius: 25px 25px 25px 25px;
    width: 100%;
    height: 100%;
    border: 2px solid #97cc24;
    background: #97cc24;
    overflow: hidden;
    position: relative;
    z-index: 0; }
  #footer .back-to-top span:before, #footer .back-to-top span:after {
    -moz-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
    -ms-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
    content: "";
    display: block;
    position: absolute; }
  #footer .back-to-top span:before {
    width: 46px;
    height: 23px;
    -webkit-border-radius: 23px 23px 0 0;
    -moz-border-radius: 23px 23px 0 0;
    -ms-border-radius: 23px 23px 0 0;
    border-radius: 23px 23px 0 0;
    background: #97cc24;
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    transform: rotate(30deg);
    -webkit-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    transform-origin: 50% 100%; }
  #footer .recent-posts > li {
    width: 100%;
    margin-bottom: 10px;
    padding: 0;
    background: none; }
  #footer .recent-posts > li:last-child .post-content {
    border-bottom: none; }
  #footer .recent-posts .post-author-avatar {
    vertical-align: top; }
  #footer .recent-posts .post-content {
    border-bottom: 1px solid #edf6ff;
    padding: 5px 0 12px;
    width: 90%; }
  #footer .recent-posts .post-title {
    font-size: 1.0833em; }
  #footer .recent-posts .post-title:hover {
    color: #97cc24; }
  #footer .useful-links a {
    font-weight: 600; }
  #footer .useful-links li:hover a {
    color: #1b4268; }
  #footer .useful-links li:hover:before {
    color: #97cc24; }
  #footer .copyright-area {
    display: table;
    width: 100%;
    padding: 20px 0;
    color: #939faa; }
  #footer .copyright-area .secondary-menu {
    display: table-cell;
    vertical-align: middle; }
  #footer .copyright-area .copyright {
    display: table-cell;
    vertical-align: middle;
    text-align: right; }
  #footer .secondary-menu .nav > li > a {
    font-size: 0.8333em;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding: 5px 10px; }
  #footer .secondary-menu .nav > li > a:hover, #footer .secondary-menu .nav > li > a:focus {
    background: none;
    color: #97cc24; }
  #footer .secondary-menu .nav > li.active > a {
    color: #97cc24; }
  #footer .footer-wrapper {
    background: #edf6ff; }
  #footer .footer-wrapper .container > .row > div:last-child {
    background: #e2edf9; }
  #footer .footer-wrapper .container:after {
    background: #e2edf9; }
  #footer .footer-wrapper .btn {
    padding: 0 20px; }
  #footer.style1 .footer-wrapper .social-icons .social-icon i {
    color: inherit;
    border-color: #b6c0c9; }
  #footer.style1 .footer-wrapper .tags .tag, #footer.style1 .footer-wrapper .social-icons .social-icon i, #footer.style1 .footer-wrapper .btn.style4 {
    border-color: #b6c0c9; }
  #footer.style2 {
    color: #9b9b9b; }
  #footer.style2 .footer-wrapper {
    background: #fbfbfb; }
  #footer.style2 .footer-wrapper .container > .row > div:last-child {
    background: #f5f5f5; }
  #footer.style2 .footer-wrapper .container:after {
    background: #f5f5f5; }
  #footer.style2 .footer-wrapper .section-title, #footer.style2 .footer-wrapper .post-title, #footer.style2 .footer-wrapper .useful-links li:hover a {
    color: #515151; }
  #footer.style2 .footer-wrapper .post-title:hover {
    color: #97cc24; }
  #footer.style2 .footer-wrapper .recent-posts .post-content {
    border-bottom-color: #f5f5f5; }
  #footer.style2 .footer-wrapper .social-icons .social-icon i {
    color: #9b9b9b; }
  #footer.style2 .footer-wrapper .tags .tag, #footer.style2 .footer-wrapper .social-icons .social-icon i, #footer.style2 .footer-wrapper .btn.style4 {
    border-color: #9b9b9b; }
  #footer.style3 {
    color: #4d4d4d; }
  #footer.style3 .footer-wrapper {
    background: #232323; }
  #footer.style3 .footer-wrapper .container > .row > div:last-child {
    background: #1b1b1b; }
  #footer.style3 .footer-wrapper .container:after {
    background: #1b1b1b; }
  #footer.style3 .footer-wrapper .post-title, #footer.style3 .footer-wrapper .useful-links li:hover a {
    color: #fff; }
  #footer.style3 .footer-wrapper .post-title:hover {
    color: #97cc24; }
  #footer.style3 .footer-wrapper .section-title {
    color: #97cc24; }
  #footer.style3 .footer-wrapper .recent-posts .post-content {
    border-bottom-color: #2e2e2e; }
  #footer.style3 .footer-wrapper .useful-links {
    display: inline-block; }
  #footer.style3 .footer-wrapper .useful-links li {
    border-bottom: 1px solid #2e2e2e;
    padding-bottom: 5px;
    margin-bottom: 7px;
    padding-right: 30px; }
  #footer.style3 .footer-wrapper .useful-links li:last-child {
    border-bottom: none; }
  #footer.style3 .footer-wrapper .social-icons .social-icon i {
    color: #4d4d4d; }
  #footer.style3 .footer-wrapper .tags .tag, #footer.style3 .footer-wrapper .social-icons .social-icon i, #footer.style3 .footer-wrapper .btn.style4 {
    border-color: #4d4d4d; }
  #footer.style4 {
    color: #455b79; }
  #footer.style4 .callout-box.style2 {
    background: #edf6ff; }
  #footer.style4 .callout-box.style2 .callout-text * {
    color: #1b4268; }
  #footer.style4 .callout-box.style2 .btn {
    color: #939faa;
    background: #fff;
    border-color: #d4dde5; }
  #footer.style4 .callout-box.style2 .btn:hover {
    color: #fff;
    background: #97cc24;
    border-color: #97cc24; }
  #footer.style4 .footer-wrapper {
    background: #0f2541; }
  #footer.style4 .footer-wrapper .container > .row > div:last-child {
    background: #0b1c32; }
  #footer.style4 .footer-wrapper .container:after {
    background: #0b1c32; }
  #footer.style4 .footer-wrapper .post-title, #footer.style4 .footer-wrapper .useful-links li:hover a {
    color: #fff; }
  #footer.style4 .footer-wrapper .post-title:hover {
    color: #97cc24; }
  #footer.style4 .footer-wrapper .section-title {
    color: #97cc24; }
  #footer.style4 .footer-wrapper .recent-posts .post-content {
    border-bottom-color: #1b304b; }
  #footer.style4 .footer-wrapper .useful-links {
    display: inline-block; }
  #footer.style4 .footer-wrapper .useful-links li {
    border-bottom: 1px solid #1b304b;
    padding-bottom: 5px;
    margin-bottom: 7px;
    padding-right: 30px; }
  #footer.style4 .footer-wrapper .useful-links li:last-child {
    border-bottom: none; }
  #footer.style4 .footer-wrapper .social-icons .social-icon i {
    color: #455b79; }
  #footer.style4 .footer-wrapper .tags .tag, #footer.style4 .footer-wrapper .social-icons .social-icon i, #footer.style4 .footer-wrapper .btn.style4 {
    border-color: #455b79; }
  #footer .tags .tag {
    font-size: 0.8333em !important; }
/* 6. Page Content ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* 6.1. Standard Pages ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* features slider */
.features-icon-slider {
  width: 75%;
  margin-left: auto;
  margin-right: auto; }
  .features-icon-slider .feature-icon {
    display: block;
    overflow: hidden; }
  .features-icon-slider .feature-icon i {
    font-size: 2.1667em;
    width: 90px;
    height: 90px;
    line-height: 86px;
    border: 2px solid #fff;
    -webkit-border-radius: 45px 45px 45px 45px;
    -moz-border-radius: 45px 45px 45px 45px;
    -ms-border-radius: 45px 45px 45px 45px;
    border-radius: 45px 45px 45px 45px;
    color: #fff;
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0); }
  .features-icon-slider .feature-icon i:after {
    content: "";
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 86px;
    height: 43px;
    -webkit-border-radius: 43px 43px 0 0;
    -moz-border-radius: 43px 43px 0 0;
    -ms-border-radius: 43px 43px 0 0;
    border-radius: 43px 43px 0 0;
    background: #97cc24;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    transform-origin: 50% 100%; }
  .features-icon-slider .feature-icon:hover i {
    border-color: #97cc24;
    background: #97cc24; }
  .features-icon-slider .feature-icon:hover i:before {
    position: relative;
    z-index: 1; }
  .features-icon-slider .feature-icon:hover i:after {
    display: block; }
  .features-icon-slider:hover .owl-prev {
    left: -60px; }
  .features-icon-slider:hover .owl-next {
    right: -60px; }
  .features-icon-slider .owl-prev {
    left: -60px; }
  .features-icon-slider .owl-next {
    right: -60px; }
/* brand slider */
.brand-slider {
  padding-bottom: 60px;
  margin-left: -15px;
  margin-right: -15px;
  width: auto; }
  .brand-slider .owl-item {
    display: table;
    border-spacing: 15px 0; }
  .brand-slider .owl-item a {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 30px 0;
    background: rgba(255, 255, 255, 0.03); }
  .brand-slider .owl-item:hover a {
    background: rgba(0, 0, 0, 0.25); }
  .brand-slider .owl-item img {
    max-width: 80%;
    width: auto; }
  .brand-slider.style1 {
    padding-bottom: 0;
    margin: 24px 0 0;
    position: relative;
    border-top: 1px solid #edf6ff; }
  .brand-slider.style1 .owl-item {
    border-spacing: 0 0; }
  .brand-slider.style1 .owl-item a {
    background: none; }
  .brand-slider.style1 .owl-item img {
    filter: alpha(opacity=40);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    opacity: 0.4;
    -moz-transition: opacity 0.25s ease 0s;
    -o-transition: opacity 0.25s ease 0s;
    -webkit-transition: opacity 0.25s ease 0s;
    -ms-transition: opacity 0.25s ease 0s;
    transition: opacity 0.25s ease 0s; }
  .brand-slider.style1 .owl-item:hover img {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1; }
  .brand-slider.style1 .owl-pagination {
    display: none; }
  .brand-slider.style1 .owl-buttons {
    display: block;
    position: absolute;
    top: -16px;
    left: 50%;
    margin-left: -85px;
    width: 170px;
    background: #fff;
    padding: 0 20px; }
  .brand-slider.style1 .owl-buttons .owl-prev, .brand-slider.style1 .owl-buttons .owl-next {
    position: static;
    display: inline-block;
    margin-top: 0;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1; }
  .brand-slider.style1 .owl-buttons .owl-prev:before, .brand-slider.style1 .owl-buttons .owl-next:before {
    color: #d4dde5;
    border-color: #d4dde5; }
  .brand-slider.style1 .owl-buttons .owl-prev:hover:before, .brand-slider.style1 .owl-buttons .owl-next:hover:before {
    border-color: #97cc24;
    color: #fff; }
  .brand-slider.style1 .owl-buttons .owl-prev {
    margin-right: 16px; }
  /* theme features section */

.theme-features .row.same-height, .theme-features .row.add-clearfix {
  margin-top: -2px; }
  .theme-features .row.same-height > div, .theme-features .row.add-clearfix > div {
    border-top: 1px solid #edf6ff;
    border-right: 1px solid #edf6ff; }
  .theme-features .image-box {
    margin-top: 30px;
    margin-bottom: 30px !important; }
  .theme-features .image-box .image-container {
    padding-left: 30px;
    padding-right: 5px; }

.blue-alpha-bg .icon-box.style-boxed-1 {
  background: rgba(11, 28, 51, 0.5);
  border: none; }
  .blue-alpha-bg .icon-box.style-boxed-1 .icon-container:before {
    background: rgba(11, 28, 51, 0.5);
    border: none; }
  .blue-alpha-bg .icon-box.style-boxed-1 .box-title {
    color: #fff; }
/* google map */
.soap-google-map {
  height: 680px; }
  .soap-google-map img {
    max-width: none; }
/* contact page */
.contact-address i {
  font-size: 1.1667em;
  color: #fff;
  background: #97cc24;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  -webkit-border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  -ms-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
  color: #fff;
  text-align: center; }
  .contact-address.style1 i {
    float: left;
    margin-top: 3px; }
  .contact-address.style1 .details {
    border-bottom: 1px solid #edf6ff;
    margin-left: 50px;
    padding-bottom: 15px; }
  .contact-address.style1 li {
    margin-bottom: 15px; }
  .contact-address.style1 p {
    margin-bottom: 0; }
  .contact-address.style2 {
    display: table;
    table-layout: fixed;
    float: none;
    margin: 0 auto;
    border-spacing: 30px 0;
    padding: 0;
    margin-bottom: 80px;
    margin-top: -140px;
    position: relative;
    z-index: 2; }
  .contact-address.style2 li {
    display: table-cell;
    vertical-align: top;
    width: 33.3333%;
    padding: 30px;
    border: 2px solid rgba(27, 66, 104, 0.1);
    text-align: center;
    background: #fff; }
  .contact-address.style2 .details {
    word-break: break-all; }
  .contact-address.style2 i {
    margin-bottom: 25px; }
  .contact-address.style2 h5 {
    margin-bottom: 25px; }
  .contact-address.style2 p {
    margin-bottom: 0; }
/* faq page */
.faqs {
  border-bottom: 1px solid #edf6ff; }
  .faqs .panel + .panel {
    margin-top: 0; }
  .faqs .panel-title {
    font-size: 1.6667em;
    font-weight: 300; }
  .faqs .panel-title .open-sub {
    float: left;
    font-family: FontAwesome;
    text-align: center;
    font-size: 10px;
    width: 22px;
    height: 22px;
    line-height: 21px;
    border: 1px solid #d4dde5;
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -ms-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    text-indent: 1px;
    color: #d4dde5;
    margin-right: 30px; }
  .faqs .panel-title .open-sub:before {
    position: static;
    display: inline;
    content: "\f067";
    height: auto;
    margin: 0; }
  .faqs .panel-title a {
    color: #1b4268;
    line-height: 1;
    padding: 25px 30px;
    border: 1px solid #edf6ff;
    border-bottom: none; }
  .faqs .panel-title a.active {
    border-top: 1px solid #97cc24; }
  .faqs .panel-title a.active .open-sub {
    border-color: #97cc24;
    background: #97cc24;
    color: #fff; }
  .faqs .panel-title a.active .open-sub:before {
    content: "\f068"; }
  .faqs .panel-content {
    padding: 30px 40px;
    background: #edf6ff; }
/* terms and conditions */
ul.filter-options li {
  background: #edf6ff;
  margin-bottom: 0;
  padding: 12px 20px 10px 55px; }
  ul.filter-options li:before {
    left: 15px;
    border: none;
    background: #fff;
    line-height: 22px; }
  ul.filter-options li + li {
    margin-top: 1px; }
  ul.filter-options li a {
    font-size: 1.0833em; }
  ul.filter-options li a:focus {
    color: #1b4268; }
  ul.filter-options li:hover a, ul.filter-options li.active a {
    color: #1b4268; }
  /* 404 page */

.error404, .coming-soon-page, .blank-page {
  background: #edf6ff; }
  .error404 #page-wrapper, .coming-soon-page #page-wrapper, .blank-page #page-wrapper {
    margin: 0 auto;
    float: none;
    padding: 0;
    background: #fff;
    max-width: 830px; }
  .error404 .container, .coming-soon-page .container, .blank-page .container {
    max-width: 100%; }
  .error404 #main, .coming-soon-page #main, .blank-page #main {
    padding-left: 15px;
    padding-right: 15px;
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .error404 #header, .coming-soon-page #header, .blank-page #header {
    position: relative;
    border: 1px solid #d4dde5;
    border-bottom: none;
    border-top: none; }
  .error404 #header .branding, .coming-soon-page #header .branding, .blank-page #header .branding {
    text-align: center; }
  .error404 #header .logo, .coming-soon-page #header .logo, .blank-page #header .logo {
    display: inline-block;
    margin-top: 35px; }
  .error404 #header .logo a, .coming-soon-page #header .logo a, .blank-page #header .logo a {
    color: inherit;
    font-weight: 600; }
  .error404 #content, .coming-soon-page #content, .blank-page #content {
    padding: 0;
    text-align: center;
    border: 1px solid #d4dde5;
    border-top: none; }
  .error404 .container, .coming-soon-page .container, .blank-page .container {
    max-width: 830px; }
  .error404 .error-message-404, .coming-soon-page .error-message-404, .blank-page .error-message-404 {
    text-align: center; }
  .error404 .error-message-404 span, .coming-soon-page .error-message-404 span, .blank-page .error-message-404 span {
    display: inline-block;
    font-weight: 200;
    font-size: 300px;
    color: #fff;
    text-shadow: 0 0 2px #d4dde5;
    line-height: 1;
    position: relative; }
  .error404 .error-message-404 span:before, .coming-soon-page .error-message-404 span:before, .blank-page .error-message-404 span:before {
    content: "404";
    position: relative;
    z-index: 1; }
  .error404 .error-message-404 span:after, .coming-soon-page .error-message-404 span:after, .blank-page .error-message-404 span:after {
    box-shadow: none;
    content: "404";
    display: inline-block;
    position: absolute;
    left: 8px;
    top: 8px;
    color: #d4dde5;
    z-index: 0; }
  .error404 .btn, .coming-soon-page .btn, .blank-page .btn {
    padding-left: 45px;
    padding-right: 45px;
    margin-bottom: 10px; }
  .error404 #footer, .coming-soon-page #footer, .blank-page #footer {
    background: #edf6ff; }
  .error404 #footer .copyright-area, .coming-soon-page #footer .copyright-area, .blank-page #footer .copyright-area {
    display: block;
    text-align: center;
    padding-top: 40px; }
  .error404 #footer .copyright-area .secondary-menu, .coming-soon-page #footer .copyright-area .secondary-menu, .blank-page #footer .copyright-area .secondary-menu, .error404 #footer .copyright-area .copyright, .coming-soon-page #footer .copyright-area .copyright, .blank-page #footer .copyright-area .copyright {
    display: block; }
  .error404 #footer .copyright-area .secondary-menu, .coming-soon-page #footer .copyright-area .secondary-menu, .blank-page #footer .copyright-area .secondary-menu {
    display: inline-block; }
  .error404 #footer .copyright-area .copyright, .coming-soon-page #footer .copyright-area .copyright, .blank-page #footer .copyright-area .copyright {
    text-align: inherit;
    padding: 10px 0; }

.coming-soon-page hr {
  float: none;
  padding: 0;
  margin-left: auto;
  margin-right: auto; }
  .coming-soon-page .clock-wrapper {
    position: relative;
    display: inline-block;
    padding: 0 4px 4px 0;
    margin: 60px 0 70px; }
  .coming-soon-page .clock {
    font-weight: 200;
    font-size: 150px;
    color: #fff;
    text-shadow: 0 0 2px #d4dde5;
    line-height: 1;
    position: relative;
    display: inline-block;
    z-index: 1; }
  .coming-soon-page .clock:after {
    display: table;
    content: "";
    clear: both; }
  .coming-soon-page .clock li {
    float: left;
    display: block;
    position: relative; }
  .coming-soon-page .clock li.sep {
    line-height: 0.8; }
  .coming-soon-page .clock ~ .clock {
    position: absolute;
    z-index: 0;
    top: 4px;
    left: 4px;
    color: #d4dde5;
    box-shadow: none; }
  .coming-soon-page form h4 {
    font-weight: 300; }
  .coming-soon-page form .input-text {
    float: none;
    background: #fff;
    border: 1px solid #d4dde5; }
  .coming-soon-page form .input-text:focus {
    border-color: #97cc24; }

.page-loading-wrapper {
  display: inline-block;
  vertical-align: middle;
  padding: 0 15px;
  width: 99%; }
  .page-loading-wrapper header {
    position: static;
    height: auto;
    margin-bottom: 25px;
    background: none; }
  .page-loading-wrapper header .logo {
    display: inline-block;
    font-size: 1.6667em;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0; }
  .page-loading-wrapper header .logo img {
    margin-right: 5px; }
  .page-loading-wrapper header .logo a {
    color: #1b4268 !important; }
  .page-loading-wrapper .progress-bar {
    width: 370px;
    margin: 0 auto;
    height: 26px;
    -webkit-border-radius: 13px 13px 13px 13px;
    -moz-border-radius: 13px 13px 13px 13px;
    -ms-border-radius: 13px 13px 13px 13px;
    border-radius: 13px 13px 13px 13px;
    background: #fff;
    padding: 4px;
    max-width: 100%;
    margin-bottom: 25px; }
  .page-loading-wrapper .progress-bar .progress-inner {
    height: 18px;
    -webkit-border-radius: 9px 9px 9px 9px;
    -moz-border-radius: 9px 9px 9px 9px;
    -ms-border-radius: 9px 9px 9px 9px;
    border-radius: 9px 9px 9px 9px;
    background: #97cc24; }
  .page-loading-wrapper .loading-text {
    font-size: 1.6667em; }

.pace {
  user-select: none;
  background: #edf6ff;
  height: 100%;
  left: 0;
  opacity: 1;
  position: fixed;
  top: 0;
  -moz-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  visibility: visible;
  width: 100%;
  z-index: 999999;
  -webkit-backface-visibility: hidden;
  text-align: center; }

.pace-activity {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1; }
  .pace-activity:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle; }

.pace-inactive {
  display: none; }

.pace .loading-page {
  -webkit-backface-visibility: hidden !important;
  -webkit-transform: none !important; }
/* 6.2. Portfolio Pages ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.post-filters {
  margin-bottom: 40px;
  text-align: center; }

.post-wrapper .iso-container .iso-item {
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -moz-transition: opacity 0.8s ease 0s;
  -o-transition: opacity 0.8s ease 0s;
  -webkit-transition: opacity 0.8s ease 0s;
  -ms-transition: opacity 0.8s ease 0s;
  transition: opacity 0.8s ease 0s; }
  .post-wrapper.isotope-active .iso-container .iso-item {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1; }
  .post-wrapper img {
    width: 100%; }
  .post-wrapper .post {
    display: block;
    position: relative;
    overflow: hidden;
    margin-bottom: 0; }
  .post-wrapper figure {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%; }
  .post-wrapper .post {
    margin-bottom: 0; }

.portfolio-hover-holder, .portfolio-hover-holder .portfolio-action:before {
  background: rgba(255, 255, 255, 0.85); }

.portfolio-hover-holder {
  position: absolute;
  height: 64px;
  left: 0;
  width: 100%;
  bottom: -64px;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0; }
  .portfolio-hover-holder .portfolio-action {
    position: absolute;
    right: 20px;
    top: -20px;
    padding: 8px 10px;
    display: inline-block; }
  .portfolio-hover-holder .portfolio-action i {
    font-size: 1.0833em;
    color: #97cc24; }
  .portfolio-hover-holder .portfolio-action a {
    position: relative;
    z-index: 1; }
  .portfolio-hover-holder .portfolio-action a:hover i {
    color: #fff;
    background: #97cc24; }
  .portfolio-hover-holder .portfolio-action a + a {
    margin-left: 5px; }
  .portfolio-hover-holder .portfolio-action:before {
    content: "";
    position: absolute;
    height: 20px;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-border-radius: 20px 20px 0 0;
    -moz-border-radius: 20px 20px 0 0;
    -ms-border-radius: 20px 20px 0 0;
    border-radius: 20px 20px 0 0;
    z-index: 0; }
  .portfolio-hover-holder .portfolio-text {
    display: table;
    width: 100%;
    height: 100%;
    line-height: 1.1; }
  .portfolio-hover-holder .portfolio-text-inner {
    display: table-cell;
    vertical-align: middle;
    padding: 0 20px; }
  .portfolio-hover-holder .portfolio-title {
    display: inline;
    margin-bottom: 0; }
  .portfolio-hover-holder .portfolio-category {
    font-size: 0.8333em;
    text-transform: uppercase; }
  .portfolio-hover-holder.style1 {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    background: none;
    text-align: center;
    z-index: 9;
    /*.portfolio-like {
     font-size: 10px; float: right; background: #fff; padding: 0 15px; margin-right: 0; color: inherit; margin-left: 4px;
     .fa { font-size: 9px; color: $secondary-color; margin-right: 3px; }
     &:hover {
     color: #fff; background: #eb3b50;
     .fa { color: #fff; }
     }
     }*/ }
  .portfolio-hover-holder.style1:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle; }
  .portfolio-hover-holder.style1 .portfolio-action {
    position: static;
    -webkit-border-radius: 25px 25px 25px 25px;
    -moz-border-radius: 25px 25px 25px 25px;
    -ms-border-radius: 25px 25px 25px 25px;
    border-radius: 25px 25px 25px 25px;
    display: inline-block;
    vertical-align: middle;
    background: rgba(255, 255, 255, 0.85);
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
    margin-top: -60px; }
  .portfolio-hover-holder.style1 .portfolio-action i {
    width: 2.4em;
    height: 2.4em;
    line-height: 2.35em; }
  .portfolio-hover-holder.style1 .portfolio-action:before {
    display: none; }
  .portfolio-hover-holder.style1 .wpulike {
    float: right;
    margin-right: 0;
    margin-left: 4px;
    margin-bottom: 0; }
  .portfolio-hover-holder.style1 .wpulike .counter {
    background: #fff;
    color: inherit; }
  .portfolio-hover-holder.style1 .wpulike .counter:before {
    font-size: 9px;
    color: #d4dde5;
    margin-right: 3px; }
  .portfolio-hover-holder.style1 .wpulike .counter:hover {
    color: #fff;
    background: #eb3b50; }
  .portfolio-hover-holder.style1 .wpulike .counter:hover:before {
    color: #fff; }
  .portfolio-hover-holder.style1 .portfolio-text {
    display: block;
    position: absolute;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    left: 0;
    bottom: -60px;
    width: 100%;
    height: 60px;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    background: #edf6ff;
    z-index: 8;
    text-align: left; }
  .portfolio-hover-holder.style1 .portfolio-text .portfolio-text-inner {
    width: 100%;
    padding: 0 18px;
    height: 100%;
    display: table; }
  .portfolio-hover-holder.style1 .portfolio-title {
    display: block; }

.post:hover .portfolio-hover-holder {
  bottom: 0;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1; }
  .post:hover .portfolio-hover-holder.style1 .portfolio-text {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    bottom: 0; }
  .post:hover .portfolio-hover-holder.style1 .portfolio-action {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }

.container .iso-container.style-fancy.iso-col-5 .iso-item .portfolio-text-inner {
  padding: 0 12px; }
  .container .iso-container.style-fancy.iso-col-5 .iso-item .portfolio-hover-holder {
    height: 58px; }
  .container .iso-container.style-fancy.iso-col-5 .iso-item .portfolio-action {
    padding: 7px 8px; }
  .container .iso-container.style-fancy.iso-col-5 .iso-item .portfolio-action i {
    width: 1.8em;
    height: 1.8em;
    line-height: 1.75em; }

.post .portfolio-content {
  padding: 25px 30px;
  background: #edf6ff; }
  .post .portfolio-content .portfolio-title {
    font-weight: 400;
    font-size: 1.5em;
    margin-bottom: 5px;
    display: block; }
  .post .portfolio-content .portfolio-meta {
    font-size: 0.9167em;
    margin-bottom: 20px; }
  .post .portfolio-content .btn {
    background: #fff;
    color: inherit; }
  .post .portfolio-content .btn:hover {
    background: #1b4268;
    color: #fff; }

.iso-container {
  position: relative;
  z-index: 20;
  -moz-transition: height 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
  -o-transition: height 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
  -webkit-transition: height 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
  -ms-transition: height 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
  transition: height 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s; }
  .iso-container:after {
    content: "";
    display: table;
    clear: both; }
  .iso-container.iso-col-2 .iso-item {
    width: 50%; }
  .iso-container.iso-col-2 .iso-item.double-width {
    width: 100%; }
  .iso-container.iso-col-3 .iso-item {
    width: 33.3333%; }
  .iso-container.iso-col-3 .iso-item.double-width {
    width: 66.66666%; }
  .iso-container.iso-col-4 .iso-item {
    width: 25%; }
  .iso-container.iso-col-4 .iso-item.double-width {
    width: 50%; }
  .iso-container.iso-col-5 .iso-item {
    width: 20%; }
  .iso-container.iso-col-5 .iso-item.double-width {
    width: 40%; }
  .iso-container.iso-col-6 .iso-item {
    width: 16.6666%; }
  .iso-container.iso-col-6 .iso-item.double-width {
    width: 33.3333%; }
  .iso-container .iso-item {
    float: left; }
  .iso-container .iso-item img {
    width: 100%; }
  .iso-container.style-grid {
    margin: -15px -15px; }
  .iso-container.style-grid .iso-item {
    padding: 15px; }
  .iso-container.style-masonry {
    overflow: hidden;
    /*&.iso-col-2 .iso-item {
     width: 49.9%;
     &.double-width { width: 100%; }
     }
     &.iso-col-3 .iso-item {
     width: 33.31%;
     &.double-width { width: 66.62%; }
     }
     &.iso-col-4 .iso-item {
     width: 24.98%;
     &.double-width { width: 49.96%; }
     }
     &.iso-col-5 .iso-item {
     width: 19.98%;
     &.double-width { width: 39.96%; }
     }
     &.iso-col-6 .iso-item {
     width: 16.64%;
     &.double-width { width: 33.28%; }
     }*/
    margin-top: -2px;
    margin-left: -2px;
    margin-right: -2px; }
  .iso-container.style-masonry.blog-posts {
    padding-top: 20px; }
  .iso-container.style-masonry .iso-item {
    padding: 2px;
    float: left;
    clear: none; }
  .iso-container.style-masonry .iso-item article {
    margin-bottom: 0; }
  .iso-container.style-masonry.has-column-width {
    margin: -15px -15px 0; }
  .iso-container.style-masonry.has-column-width .iso-item {
    padding: 15px; }
  .iso-container .image img {
    -webkit-backface-visibility: visible; }

.post-pagination {
  margin-top: 30px;
  padding-top: 15px;
  border-top: 1px solid #edf6ff;
  margin-bottom: 30px;
  position: relative; }
  .post-pagination .nav-prev, .post-pagination .nav-next {
    margin-top: 0;
    top: 15px; }
  .post-pagination .nav-prev:before, .post-pagination .nav-next:before {
    border-color: #d4dde5;
    color: #d4dde5; }
  .post-pagination .nav-prev:hover:before, .post-pagination .nav-next:hover:before {
    color: #fff; }
  .post-pagination .nav-prev.disabled, .post-pagination .nav-next.disabled {
    cursor: default; }
  .post-pagination .nav-prev.disabled:hover:before, .post-pagination .nav-next.disabled:hover:before {
    color: #d4dde5;
    border-color: #d4dde5;
    background: none; }
  .post-pagination .nav-prev {
    left: 0; }
  .post-pagination .nav-prev:before {
    content: "\f177"; }
  .post-pagination .nav-next {
    right: 0; }
  .post-pagination .nav-next:before {
    content: "\f178"; }
  .post-pagination .page-links {
    text-align: center;
    margin-bottom: 0;
    padding: 0 50px; }

.page-links {
  height: 28px;
  color: #d4dde5;
  margin-bottom: 30px; }
  .page-links > a, .page-links > span {
    display: inline-block;
    height: 28px;
    width: 28px;
    line-height: 27px;
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -ms-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    margin: 0 3px;
    border: 1px solid;
    -moz-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    -ms-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
    text-align: center; }
  .page-links > .active, .page-links > a:hover, .page-links > a:focus {
    color: #fff;
    border-color: #97cc24;
    background: #97cc24; }

ul.page-numbers {
  margin: 20px 0; }
  ul.page-numbers > li {
    float: left;
    margin-right: 10px; }
  ul.page-numbers:after {
    content: "";
    display: table;
    clear: both; }
  ul.page-numbers > li > .current {
    color: #97cc24; }

.single-m_portfolio .portfolio-title {
  margin-bottom: 25px; }
  .single-m_portfolio .portfolio-action {
    float: right; }
  .single-m_portfolio .portfolio-action .btn, .single-m_portfolio .portfolio-action .wpulike .counter {
    font-size: 10px;
    background: none;
    border: 1px solid #d4dde5;
    padding: 0 15px;
    margin-right: 0;
    color: inherit;
    margin-left: 4px; }
  .single-m_portfolio .portfolio-action .btn i, .single-m_portfolio .portfolio-action .wpulike .counter i {
    font-size: 9px;
    color: #d4dde5;
    margin-right: 3px; }
  .single-m_portfolio .portfolio-action .btn:hover, .single-m_portfolio .portfolio-action .wpulike .counter:hover {
    color: #fff;
    background: #eb3b50;
    border-color: #eb3b50; }
  .single-m_portfolio .portfolio-action .btn:hover .fa, .single-m_portfolio .portfolio-action .wpulike .counter:hover .fa {
    color: #fff; }
  .single-m_portfolio .portfolio-action .wpulike .counter {
    padding-left: 30px; }
  .single-m_portfolio .post-meta h5 {
    margin-bottom: 5px; }
  .single-m_portfolio .portfolio-detail > *:last-child {
    margin-bottom: 0; }

.video-container {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .video-container .mejs-poster {
    background-size: cover;
    background-color: #1b4268; }
  .video-container iframe {
    max-width: 100%; }
  .video-container.mejs-skin .mejs-container {
    visibility: visible; }
  .video-container.mejs-skin .mejs-controls {
    display: none !important; }
  .video-container.mejs-skin .mejs-container, .video-container.mejs-skin .mejs-layer {
    /*width: 100% !important; height: 100% !important;*/ }
  .video-container.mejs-skin .mejs-mediaelement object, .video-container.mejs-skin .mejs-mediaelement video, .video-container.mejs-skin .mejs-mediaelement embed {
    position: absolute;
    left: 0;
    top: 0; }
  .video-container.mejs-skin video {
    visibility: hidden; }
  .video-container.mejs-skin .me-plugin {
    width: 100%;
    height: 100%;
    text-align: center; }
  .video-container.mejs-skin .mejs-overlay-play .mejs-overlay-button {
    position: absolute;
    background: none;
    width: 90px;
    height: 90px;
    margin-left: -45px;
    top: 40%;
    -webkit-border-radius: 45px 45px 45px 45px;
    -moz-border-radius: 45px 45px 45px 45px;
    -ms-border-radius: 45px 45px 45px 45px;
    border-radius: 45px 45px 45px 45px;
    background: #97cc24;
    z-index: 1; }
  .video-container.mejs-skin .mejs-overlay-play .mejs-overlay-button:before {
    content: "\f04b";
    position: absolute;
    z-index: 1;
    left: -10px;
    top: -10px;
    width: 110px;
    height: 110px;
    font-family: FontAwesome;
    color: #fff;
    text-align: center;
    line-height: 90px;
    font-size: 2.5em;
    text-indent: 5px;
    border: 10px solid rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 55px 55px 55px 55px;
    -moz-border-radius: 55px 55px 55px 55px;
    -ms-border-radius: 55px 55px 55px 55px;
    border-radius: 55px 55px 55px 55px; }
  .video-container.mejs-skin .mejs-overlay-play .mejs-overlay-button:after {
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    width: 90px;
    height: 45px;
    background: #97cc24;
    -webkit-border-radius: 45px 45px 0 0;
    -moz-border-radius: 45px 45px 0 0;
    -ms-border-radius: 45px 45px 0 0;
    border-radius: 45px 45px 0 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -moz-transition: opacity 0.25s ease 0s;
    -o-transition: opacity 0.25s ease 0s;
    -webkit-transition: opacity 0.25s ease 0s;
    -ms-transition: opacity 0.25s ease 0s;
    transition: opacity 0.25s ease 0s; }
  .video-container.mejs-skin .mejs-overlay-play .mejs-overlay-button:hover:after {
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0; }
  .video-container.mejs-skin .mejs-overlay-loading {
    display: none; }
  .video-container.mejs-skin .video-text {
    text-align: center;
    margin: 100px auto 30px;
    position: absolute;
    top: 40%;
    left: 0;
    width: 100%; }
  .video-container .full-video {
    width: 100%;
    height: 100%; }
  .video-container .full-video video, .video-container .full-video object, .video-container .full-video embed {
    width: 100%;
    height: 100%; }
  .video-container.mejs-skin .full-video {
    overflow: hidden; }
  .video-container.mejs-skin .full-video .mejs-mediaelement {
    position: static; }
  .video-container.mejs-skin .full-video video, .video-container.mejs-skin .full-video object, .video-container.mejs-skin .full-video embed, .video-container.mejs-skin .full-video iframe {
    width: 100% !important;
    height: 100% !important; }
  .video-container.mejs-skin .full-video .mejs-container {
    width: 100% !important; }
  .video-container.mejs-skin .full-video .mejs-layer, .video-container.mejs-skin .full-video .me-plugin {
    width: 100% !important;
    height: 100% !important; }
  .video-container.mejs-skin .full-video .mejs-overlay-button {
    margin: -50px 0 0 -50px !important;
    top: 50% !important; }
  .video-container.mejs-skin .full-video .mejs-overlay-play .mejs-overlay-button {
    background: none;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -moz-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    -webkit-transition: opacity 0.3s ease 0s;
    -ms-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s; }
  .video-container.mejs-skin .full-video .mejs-overlay-play .mejs-overlay-button:after {
    display: none; }
  .video-container.mejs-skin .full-video:hover .mejs-overlay-play .mejs-overlay-button {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1; }
  .video-container.mejs-success .full-video .mejs-container {
    height: 100% !important; }

.audio-container {
  position: relative;
  width: 100%;
  line-height: 0; }
  .audio-container audio, .audio-container object {
    width: 100%; }
  .audio-container .mejs-container {
    width: 100% !important;
    height: 40px !important;
    background: #edf6ff; }
  .audio-container .mejs-container .mejs-controls > div {
    display: table-cell;
    vertical-align: middle;
    float: none;
    height: 40px;
    padding: 0; }
  .audio-container .mejs-controls {
    display: table;
    width: 100%;
    background: #edf6ff;
    height: auto;
    table-layout: fixed;
    padding: 0 20px 0 15px; }
  .audio-container .mejs-controls .mejs-playpause-button button {
    font-size: 12px; }
  .audio-container .mejs-controls .mejs-play button {
    background: none;
    color: #939faa;
    font-family: FontAwesome; }
  .audio-container .mejs-controls .mejs-play button:before {
    content: "\f04b"; }
  .audio-container .mejs-controls .mejs-pause button {
    background: none;
    color: #939faa;
    font-family: FontAwesome; }
  .audio-container .mejs-controls .mejs-pause button:before {
    content: "\f04c"; }
  .audio-container .mejs-controls .mejs-time {
    width: 30px; }
  .audio-container .mejs-controls .mejs-time span {
    color: #939faa; }
  .audio-container .mejs-controls .mejs-time-rail {
    width: 100% !important; }
  .audio-container .mejs-controls .mejs-time-rail .mejs-time-total, .audio-container .mejs-controls .mejs-time-rail .mejs-time-loaded, .audio-container .mejs-controls .mejs-time-rail .mejs-time-current {
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -ms-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px; }
  .audio-container .mejs-controls .mejs-time-rail .mejs-time-total {
    top: 50%;
    margin-top: -5px;
    background: #fff; }
  .audio-container .mejs-controls .mejs-time-rail .mejs-time-loaded {
    background: #fff; }
  .audio-container .mejs-controls .mejs-time-rail .mejs-time-current {
    background: #97cc24; }
  .audio-container .mejs-controls .mejs-time-rail .mejs-time-float {
    display: none !important; }
  .audio-container .mejs-controls .mejs-button button {
    position: static;
    outline: none; }
  .audio-container .mejs-controls .mejs-button.mejs-volume-button button {
    background-position: left center;
    background-repeat: no-repeat; }
  .audio-container .mejs-controls .mejs-button.mejs-volume-button.mejs-mute button {
    background-image: url(../images/icon/volume_mute.png); }
  .audio-container .mejs-controls .mejs-button.mejs-volume-button.mejs-unmute button {
    background-image: url(../images/icon/volume-unmute.png); }
  .audio-container .mejs-controls .mejs-horizontal-volume-slider {
    width: 50px;
    position: relative; }
  .audio-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total, .audio-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    top: 16px;
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -ms-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px; }
  .audio-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
    background: #d4dde5; }
  .audio-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    background: #fff; }
/* 6.3. Blog Pages ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* single post */
.single-post .about-author {
  background: #edf6ff;
  padding: 25px 30px;
  display: table;
  width: 100%; }
  .single-post .about-author .author-img {
    width: 146px;
    display: table-cell;
    vertical-align: top; }
  .single-post .about-author .author-img span {
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -ms-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    border: 6px solid #fff;
    display: block;
    width: 146px;
    height: 146px; }
  .single-post .about-author .author-img img {
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -ms-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    width: 100%; }
  .single-post .about-author .about-author-content {
    padding-left: 25px;
    display: table-cell;
    vertical-align: top;
    padding-top: 10px; }
  .single-post .about-author .about-author-content > *:last-child {
    margin-bottom: 0; }
  .single-post .about-author .about-author-content .social-icons {
    float: right; }
  .single-post .about-author .about-author-content .social-icons .social-icon i {
    background: #fff;
    border: none; }
  .single-post .about-author .about-author-content .social-icons .social-icon:hover i {
    background: #97cc24; }

.related-posts {
  margin-left: -5px;
  margin-right: -5px;
  clear: both; }
  .related-posts .related-post {
    padding: 0 5px;
    margin-bottom: 10px; }
  .related-posts .related-post .post {
    background: #edf6ff;
    display: table;
    width: 100%;
    padding: 10px;
    margin-bottom: 0; }
  .related-posts .related-post .post-image {
    display: table-cell;
    vertical-align: middle;
    width: 74px; }
  .related-posts .related-post .post-image .img {
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -ms-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    border: 3px solid #fff;
    width: 74px;
    height: 74px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    text-align: center;
    line-height: 68px;
    font-size: 24px;
    color: #d4dde5; }
  .related-posts .related-post .post-image .img img {
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -ms-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    width: 100%; }
  .related-posts .related-post .post-meta {
    margin-bottom: 0; }
  .related-posts .related-post .details {
    display: table-cell;
    vertical-align: middle;
    padding-left: 20px; }
  .related-posts .related-post .post-title {
    margin-bottom: 3px; }

.commentlist .comment {
  border: 2px solid #edf6ff;
  padding: 25px 30px 15px;
  margin-bottom: 20px; }
  .commentlist .comment .author-img {
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -ms-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    width: 68px;
    height: 68px;
    float: left; }
  .commentlist .comment .author-img span {
    width: 68px;
    height: 68px;
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -ms-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    display: block; }
  .commentlist .comment .author-img img {
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -ms-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    width: 100%; }
  .commentlist .comment .comment-content {
    padding-left: 95px; }
  .commentlist .comment .comment-author-name {
    display: inline-block;
    margin-right: 6px;
    margin-bottom: 0; }
  .commentlist .comment .comment-author-name:after {
    content: "|";
    display: inline-block;
    padding-left: 10px;
    color: #edf6ff; }
  .commentlist .comment .comment-text > *:last-child {
    margin-bottom: 0; }
  .commentlist .comment .comment-date {
    font-size: 0.9167em; }
  .commentlist .comment .comment-date .dot {
    font-size: 1.4545em;
    padding: 0 5px;
    font-weight: 900; }
  .commentlist .comment .btn, .commentlist .comment .comment-text {
    margin-top: 5px;
    margin-bottom: 10px; }
  .commentlist > li:last-child .comment {
    margin-bottom: 0; }
  .commentlist ul.children {
    padding-left: 40px; }
  .commentlist ul.children .comment {
    margin-bottom: 10px; }
  .commentlist > ul.children {
    margin-top: -10px;
    margin-bottom: 20px; }

.woocommerce #comments .commentlist, .woocommerce-page #comments .commentlist {
  list-style: none; }

.comment-respond .comment-reply-title {
  font-weight: normal; }
  .comment-respond input#comment-submit {
    border: none;
    color: #fff;
    cursor: pointer;
    padding: 0 30px;
    white-space: nowrap;
    text-transform: uppercase;
    font-weight: 600;
    background: #97cc24;
    font-size: 0.9167em;
    height: 42px;
    line-height: 42px;
    -webkit-border-radius: 21px 21px 21px 21px;
    -moz-border-radius: 21px 21px 21px 21px;
    -ms-border-radius: 21px 21px 21px 21px;
    border-radius: 21px 21px 21px 21px;
    margin-right: 5px;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    box-shadow: none;
    vertical-align: baseline; }
  .comment-respond input#comment-submit:hover, .comment-respond input#comment-submit:focus {
    background: #97cc24;
    color: #fff; }
/* 6.4. Homepage ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.trend-section {
  padding-bottom: 0;
  position: relative;
  margin-bottom: 150px !important; }
  .trend-section .trend-image {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: -150px;
    z-index: 11; }
  .trend-section .trend-image img {
    max-width: 80%;
    width: auto; }
  .trend-section.row {
    background-position: center bottom !important; }

.colors-section .logo-icon, .colors-section .colors-container a {
  display: inline-block;
  -webkit-border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  -ms-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
  position: relative;
  -webkit-backface-visibility: hidden; }
  .colors-section .logo-icon:before, .colors-section .colors-container a:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-image: url(../images/logo.svg);
    background-repeat: no-repeat;
    background-size: 50% 50%;
    background-position: center center; }
  .colors-section .logo-icon i, .colors-section .colors-container a i {
    display: block;
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -ms-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    transform: rotate(30deg);
    position: relative;
    overflow: hidden;
    z-index: 0;
    height: 100%;
    text-indent: -9999px; }
  .colors-section .logo-icon i:before, .colors-section .colors-container a i:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 50%;
    -webkit-border-radius: 200px 200px 0 0;
    -moz-border-radius: 200px 200px 0 0;
    -ms-border-radius: 200px 200px 0 0;
    border-radius: 200px 200px 0 0; }
  .colors-section .logo-icon {
    display: block;
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -ms-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    border: 10px solid rgba(255, 255, 255, 0.08);
    margin: 0 auto 20px; }
  .colors-section .logo-icon img {
    width: 100%;
    height: auto; }
  .colors-section .logo-icon .logo-icon-inner {
    display: block;
    border: 12px solid #ff3e3e;
    background: #ff3e3e; }
  .colors-section .logo-icon .logo-icon-inner:before {
    background-color: #ff5b5b; }
  .colors-section .colors-container a {
    width: 60px;
    height: 60px;
    border: 5px solid transparent;
    margin: 0 5px 5px 0; }
  .colors-section .colors-container a i:before {
    -moz-transition: opacity 0.25s ease 0s;
    -o-transition: opacity 0.25s ease 0s;
    -webkit-transition: opacity 0.25s ease 0s;
    -ms-transition: opacity 0.25s ease 0s;
    transition: opacity 0.25s ease 0s; }
  .colors-section .colors-container a.skin-color-navy i {
    background-color: #006cff; }
  .colors-section .colors-container a.skin-color-navy i:before {
    background-color: #1a7bff; }
  .colors-section .colors-container a.skin-color-red i {
    background-color: #ff3e3e; }
  .colors-section .colors-container a.skin-color-red i:before {
    background-color: #ff5b5b; }
  .colors-section .colors-container a.skin-color-sea i {
    background-color: #0ab596; }
  .colors-section .colors-container a.skin-color-sea i:before {
    background-color: #3bc4ab; }
  .colors-section .colors-container a.skin-color-purple i {
    background-color: #b215e6; }
  .colors-section .colors-container a.skin-color-purple i:before {
    background-color: #c144eb; }
  .colors-section .colors-container a.skin-color-blue i {
    background-color: #00a2ee; }
  .colors-section .colors-container a.skin-color-blue i:before {
    background-color: #33b5f1; }
  .colors-section .colors-container a.skin-color-green i {
    background-color: #7dbd22; }
  .colors-section .colors-container a.skin-color-green i:before {
    background-color: #97ca4e; }
  .colors-section .colors-container a.skin-color-gold i {
    background-color: #ffc000; }
  .colors-section .colors-container a.skin-color-gold i:before {
    background-color: #ffcd33; }
  .colors-section .colors-container a.skin-color-gray i {
    background-color: #acacac; }
  .colors-section .colors-container a.skin-color-gray i:before {
    background-color: #bdbdbd; }
  .colors-section .colors-container a:hover {
    border-color: rgba(255, 255, 255, 0.08); }
  .colors-section .colors-container a:hover i:before {
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0; }
  .colors-section .heading-box {
    text-align: left; }
  .colors-section .btn {
    margin-top: 30px;
    color: #fff; }

.responsive-section {
  padding-top: 70px;
  overflow: hidden;
  margin-top: -70px; }
  .responsive-section .parallax {
    overflow: visible;
    position: static; }
  .responsive-section .callout-image-container .callout-image img {
    margin-top: -70px; }
  .responsive-section .callout-image-container .callout-image img.active {
    -webkit-animation: fadeInUp 2s ease;
    -moz-animation: fadeInUp 2s ease;
    animation: fadeInUp 2s ease; }
  .responsive-section .heading-box {
    text-align: left; }
  .responsive-section .heading-box .box-title {
    margin-bottom: 20px; }
  .responsive-section .callout-content {
    padding: 80px 0; }
  .responsive-section .responsive-button {
    text-align: left; }
  .responsive-section .responsive-button a {
    display: inline-block;
    margin-bottom: 10px;
    width: 236px;
    height: 90px;
    background: #fff;
    max-width: 48%;
    line-height: 70px;
    white-space: nowrap;
    font-size: 1.3333em;
    color: #1b4268;
    padding: 10px;
    -moz-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    -ms-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s; }
  .responsive-section .responsive-button a:hover {
    color: #97cc24; }
  .responsive-section .responsive-button a i {
    display: block;
    float: left;
    width: 70px;
    height: 70px;
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -ms-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    text-align: center;
    color: #fff;
    background: #97cc24;
    font-size: 35px;
    margin-right: 20px;
    line-height: 70px;
    position: relative;
    overflow: hidden; }
  .responsive-section .responsive-button a i:before {
    position: relative;
    z-index: 1; }
  .responsive-section .responsive-button a i:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 50%;
    background: #97cc24;
    -webkit-border-radius: 35px 35px 0 0;
    -moz-border-radius: 35px 35px 0 0;
    -ms-border-radius: 35px 35px 0 0;
    border-radius: 35px 35px 0 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    transform-origin: 50% 100%; }
  .responsive-section .responsive-button a.btn-tablet-view {
    -webkit-border-radius: 45px 0 0 45px;
    -moz-border-radius: 45px 0 0 45px;
    -ms-border-radius: 45px 0 0 45px;
    border-radius: 45px 0 0 45px; }
  .responsive-section .responsive-button a.btn-mobile-view {
    -webkit-border-radius: 0 45px 45px 0;
    -moz-border-radius: 0 45px 45px 0;
    -ms-border-radius: 0 45px 45px 0;
    border-radius: 0 45px 45px 0;
    text-align: right; }
  .responsive-section .responsive-button a.btn-mobile-view i {
    float: right;
    margin-right: 0;
    margin-left: 20px; }
  .responsive-section .responsive-button a.active {
    background: #97cc24;
    color: #fff; }
  .responsive-section .responsive-button a.active:hover {
    color: #fff; }
  .responsive-section .responsive-button a.active i {
    background: #fff;
    color: #1b4268; }
  .responsive-section .responsive-button a.active i:after {
    display: none; }

.miracle-intro-section {
  position: relative;
  margin: 0 auto;
  float: none;
  padding: 0;
  z-index: 0;
  margin-bottom: -10% !important; }
  .miracle-intro-section .badge {
    background: none;
    max-width: 20%; }
  .miracle-intro-section > div {
    position: absolute; }
  .miracle-intro-section .macbook {
    position: static;
    max-width: 75%;
    margin-left: 20px; }
  .miracle-intro-section .badge {
    left: 0;
    top: 0;
    z-index: 2; }
  .miracle-intro-section .ipad {
    max-width: 32%;
    right: 0;
    bottom: 0; }
  .miracle-intro-section .iphone {
    max-width: 13%;
    right: 27%;
    bottom: 0; }

.miracle-intro-section-wrapper {
  position: relative;
  z-index: -1; }

.image-wrap-with-shadow {
  display: inline-block;
  position: relative; }
  .image-wrap-with-shadow:before {
    content: "";
    position: absolute;
    z-index: 0; }
  .image-wrap-with-shadow:before {
    width: 118%;
    height: 200%;
    left: 5px;
    top: 5px;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotate(35deg);
    -moz-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    -o-transform: rotate(35deg);
    transform: rotate(35deg);
    background: rgba(0, 0, 0, 0.25); }
  .image-wrap-with-shadow img {
    position: relative;
    z-index: 1; }

.add-circle-box-line > [class^="col-"], .add-circle-box-line > [class*=" col-"] {
  border-right: 1px solid rgba(255, 255, 255, 0.1); }
  .add-circle-box-line > [class^="col-"]:last-child, .add-circle-box-line > [class*=" col-"]:last-child {
    border-right: none; }

.mobile-retina-ready-section .image-container {
  margin-right: 100px; }

.banner-color1 {
  background-color: rgba(237, 246, 255, 0.75); }

.bg-client-section {
  /*background: url(../images/pages/services/bg1.jpg) no-repeat center center;*/
  background-size: cover; }
  .bg-client-section > .section {
    background: rgba(15, 37, 65, 0.7); }
/* 6.5. WooCommerce Pages ~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* category page */
body.woocommerce select:not(.default-style), body.woocommerce select:not(.default-style) + .customSelect {
  height: 28px;
  line-height: 26px;
  font-size: 0.8333em;
  text-transform: uppercase; }
  body.woocommerce select:not(.default-style) {
    line-height: 24px; }
  body.woocommerce select:not(.default-style) + .customSelect {
    -webkit-border-radius: 14px 14px 14px 14px;
    -moz-border-radius: 14px 14px 14px 14px;
    -ms-border-radius: 14px 14px 14px 14px;
    border-radius: 14px 14px 14px 14px;
    border: 1px solid #d4dde5;
    background: none;
    /*.customSelectFocus { border-color: $theme-skin-color; }*/ }
  body.woocommerce select:not(.default-style) + .customSelect .customSelectInner:before {
    color: #d4dde5;
    color: #d4dde5; }

.woocommerce-ordering .customSelectInner:before {
  content: "\f107";
  border: none;
  font-family: FontAwesome;
  margin: 0;
  top: 0;
  font-size: 13px;
  right: 15px; }

.view-switcher {
  float: right; }
  .view-switcher .btn i {
    margin-right: 4px;
    font-size: 13px;
    line-height: 26px;
    float: left;
    color: #d4dde5; }
  .view-switcher .btn:hover i, .view-switcher .btn:focus i {
    color: #fff; }
  .view-switcher .btn.active i {
    color: #fff; }

.products[class^="cols-"] ul.products, .products[class*=" cols-"] ul.products, ul.products[class^="cols-"], ul.products[class*=" cols-"] {
  margin-left: -15px;
  margin-right: -15px; }
  .products[class^="cols-"] ul.products:after, .products[class*=" cols-"] ul.products:after, ul.products[class^="cols-"]:after, ul.products[class*=" cols-"]:after {
    content: "";
    display: table;
    clear: both; }

.products {
  /*&.layout-list */ }
  .products li.product {
    margin-bottom: 30px; }
  .products[class^="cols-"] li.product, .products[class*=" cols-"] li.product {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    float: left; }
  .products.cols-2 li.product {
    width: 50%; }
  .products.cols-2 li.product:nth-child(2n+1) {
    clear: left; }
  .products.cols-3 li.product {
    width: 33.3333%; }
  .products.cols-3 li.product:nth-child(3n+1) {
    clear: left; }
  .products.cols-4 li.product {
    width: 25%; }
  .products.cols-4 li.product:nth-child(4n+1) {
    clear: left; }
  .products.cols-5 li.product {
    width: 20%; }
  .products.cols-5 li.product:nth-child(5n+1) {
    clear: left; }
  .products.cols-6 li.product {
    width: 16.6666%; }
  .products.cols-6 li.product:nth-child(6n+1) {
    clear: left; }
  .products .product-image {
    position: relative;
    display: block;
    border: 2px solid #edf6ff; }
  .products .product-image img {
    width: 100%;
    height: auto; }
  .products .product-image:hover .back-img img {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1; }
  .products .product-image .first-img img {
    -moz-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s; }
  .products .product-image .back-img img {
    position: absolute;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: block;
    top: 0;
    width: 100%;
    height: auto;
    margin: 0 auto;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0; }
  .products .product.loading:hover .back-img img {
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0; }
  .products .product.loading .product-image:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 1; }
  .products .product.loading .product-image:before {
    z-index: 2; }
  .products .product-content, .products .product-action {
    background: #edf6ff; }
  .products .product-content {
    padding: 15px 20px;
    margin-bottom: 1px; }
  .products .product-content:after {
    content: "";
    display: table;
    clear: both; }
  .products .product-title {
    margin-bottom: 4px; }
  .products .price {
    color: #eb3b50;
    font-weight: 600;
    font-size: 1.3333em;
    float: left;
    margin-right: 8px; }
  .products .price del {
    font-size: 0.9em;
    color: #939faa; }
  .products .currency-symbol {
    font-weight: 400; }
  .products .product-action {
    padding: 10px 20px 0;
    text-align: right; }
  .products .product-action .btn {
    display: inline-block;
    height: 28px;
    width: 28px;
    line-height: 28px;
    padding: 0;
    background: #fff;
    -webkit-border-radius: 14px 14px 14px 14px;
    -moz-border-radius: 14px 14px 14px 14px;
    -ms-border-radius: 14px 14px 14px 14px;
    border-radius: 14px 14px 14px 14px;
    color: inherit;
    font-size: 0.8333em;
    font-weight: 400;
    margin: 0 0 10px 5px; }
  .products .product-action .btn i {
    color: #d4dde5;
    margin-right: 0; }
  .products .product-action .btn:hover {
    background: #97cc24;
    color: #fff; }
  .products .product-action .btn:hover i {
    color: #fff; }
  .products .product-action .btn-add-to-cart {
    float: left;
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 0;
    position: relative; }
  .products .product-action .btn-add-to-cart i {
    margin-right: 3px;
    font-size: 12px; }
  .products .product-action .btn-add-to-cart.loading:before {
    content: "\f021";
    text-align: center;
    line-height: 28px;
    font-family: FontAwesome;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 28px;
    height: 28px;
    margin-left: -14px;
    margin-top: -14px;
    -webkit-animation: spin 1s infinite linear;
    -moz-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear;
    font-size: 14px; }
  .products .product-action .btn-add-to-cart.loading:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    -webkit-border-radius: 14px 14px 14px 14px;
    -moz-border-radius: 14px 14px 14px 14px;
    -ms-border-radius: 14px 14px 14px 14px;
    border-radius: 14px 14px 14px 14px; }
  .products .product-action .added_to_cart {
    display: none; }
  .products .product-action:after {
    display: table;
    content: "";
    clear: both; }
  .products.layout-list .product > * {
    padding: 0; }
  .products.layout-list .product:after {
    content: "";
    display: table;
    clear: both; }
  .products.layout-list .product-image {
    float: left;
    width: 30%;
    border-right-width: 0; }
  .products.layout-list .product-meta-wrap {
    float: left;
    width: 70%; }
  .products.layout-list .product-content {
    padding: 30px 30px 20px; }
  .products.layout-list .product-content > *:last-child {
    margin-bottom: 0; }
  .products.layout-list .product-action {
    text-align: left;
    padding-left: 22px;
    padding-right: 25px; }
  .products.layout-list .product-action .btn-add-to-cart {
    float: right; }
  .products.layout-list .text {
    clear: both;
    padding-top: 30px; }

.woocommerce .panel {
  border: none;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  -ms-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  box-shadow: none; }
  .woocommerce.single-product .product-images, .woocommerce > .single-product .product-images, .mfp-content .product-images {
    margin-bottom: 30px; }
  .woocommerce.single-product .product-images a, .woocommerce > .single-product .product-images a, .mfp-content .product-images a {
    display: block;
    text-align: center; }
  .woocommerce.single-product .product-images img, .woocommerce > .single-product .product-images img, .mfp-content .product-images img {
    width: 100%;
    max-width: 100%; }
  .woocommerce.single-product .product-images .easyzoom-flyout img, .woocommerce > .single-product .product-images .easyzoom-flyout img, .mfp-content .product-images .easyzoom-flyout img {
    max-width: none;
    width: auto; }
  .woocommerce.single-product .product-images .images, .woocommerce > .single-product .product-images .images, .mfp-content .product-images .images {
    border: 2px solid #edf6ff;
    margin-bottom: 10px; }
  .woocommerce.single-product .product-images .thumbnails, .woocommerce > .single-product .product-images .thumbnails, .mfp-content .product-images .thumbnails {
    padding: 0 65px; }
  .woocommerce.single-product .product-images .thumbnails .owl-item, .woocommerce > .single-product .product-images .thumbnails .owl-item, .mfp-content .product-images .thumbnails .owl-item {
    padding: 0 5px;
    height: auto !important; }
  .woocommerce.single-product .product-images .thumbnails .item, .woocommerce > .single-product .product-images .thumbnails .item, .mfp-content .product-images .thumbnails .item {
    border: 2px solid #edf6ff;
    display: table;
    height: 100%;
    width: 100%;
    table-layout: fixed; }
  .woocommerce.single-product .product-images .thumbnails .item a, .woocommerce > .single-product .product-images .thumbnails .item a, .mfp-content .product-images .thumbnails .item a {
    display: table-cell;
    vertical-align: middle; }
  .woocommerce.single-product .product-images .thumbnails .owl-buttons .owl-prev:before, .woocommerce > .single-product .product-images .thumbnails .owl-buttons .owl-prev:before, .mfp-content .product-images .thumbnails .owl-buttons .owl-prev:before, .woocommerce.single-product .product-images .thumbnails .owl-buttons .owl-next:before, .woocommerce > .single-product .product-images .thumbnails .owl-buttons .owl-next:before, .mfp-content .product-images .thumbnails .owl-buttons .owl-next:before {
    border-color: #d4dde5;
    color: #d4dde5; }
  .woocommerce.single-product .product-images .thumbnails .owl-buttons .owl-prev:hover:before, .woocommerce > .single-product .product-images .thumbnails .owl-buttons .owl-prev:hover:before, .mfp-content .product-images .thumbnails .owl-buttons .owl-prev:hover:before, .woocommerce.single-product .product-images .thumbnails .owl-buttons .owl-next:hover:before, .woocommerce > .single-product .product-images .thumbnails .owl-buttons .owl-next:hover:before, .mfp-content .product-images .thumbnails .owl-buttons .owl-next:hover:before {
    border-color: #97cc24;
    color: #fff; }
  .woocommerce.single-product .product-images .thumbnails .owl-buttons .owl-prev, .woocommerce > .single-product .product-images .thumbnails .owl-buttons .owl-prev, .mfp-content .product-images .thumbnails .owl-buttons .owl-prev {
    left: 0; }
  .woocommerce.single-product .product-images .thumbnails .owl-buttons .owl-next, .woocommerce > .single-product .product-images .thumbnails .owl-buttons .owl-next, .mfp-content .product-images .thumbnails .owl-buttons .owl-next {
    right: 0; }
  .woocommerce.single-product .summary, .woocommerce > .single-product .summary, .mfp-content .summary {
    margin-bottom: 30px; }
  .woocommerce.single-product .summary .price, .woocommerce > .single-product .summary .price, .mfp-content .summary .price {
    font-size: 2em;
    color: #eb3b50;
    line-height: 0.8em;
    margin-bottom: 30px;
    clear: both; }
  .woocommerce.single-product .summary .price del, .woocommerce > .single-product .summary .price del, .mfp-content .summary .price del {
    font-size: 0.8em;
    color: #939faa; }
  .woocommerce.single-product .summary .woocommerce-product-rating, .woocommerce > .single-product .summary .woocommerce-product-rating, .mfp-content .summary .woocommerce-product-rating {
    line-height: 3em;
    font-size: 12px; }
  .woocommerce.single-product .summary .woocommerce-product-rating .star-rating, .woocommerce > .single-product .summary .woocommerce-product-rating .star-rating, .mfp-content .summary .woocommerce-product-rating .star-rating {
    font-size: 16px; }
  .woocommerce.single-product .summary .woocommerce-product-rating:after, .woocommerce > .single-product .summary .woocommerce-product-rating:after, .mfp-content .summary .woocommerce-product-rating:after {
    content: "";
    display: table;
    clear: both; }
  .woocommerce.single-product .summary .product_title, .woocommerce > .single-product .summary .product_title, .mfp-content .summary .product_title {
    float: left;
    margin-bottom: 8px;
    margin-right: 15px;
    font-size: 2em; }
  .woocommerce.single-product .summary .product_meta, .woocommerce > .single-product .summary .product_meta, .mfp-content .summary .product_meta {
    margin-top: 20px;
    font-size: 1.0833em;
    margin-bottom: 20px; }
  .woocommerce.single-product .summary .product_meta > span, .woocommerce > .single-product .summary .product_meta > span, .mfp-content .summary .product_meta > span {
    line-height: 1.8461em;
    display: block; }
  .woocommerce.single-product .summary .product_meta > span, .woocommerce > .single-product .summary .product_meta > span, .mfp-content .summary .product_meta > span {
    display: block;
    color: #1b4268; }
  .woocommerce.single-product .summary .product_meta > span > *, .woocommerce > .single-product .summary .product_meta > span > *, .mfp-content .summary .product_meta > span > * {
    color: #939faa; }
  .woocommerce.single-product .summary .product_meta > span > a:hover, .woocommerce > .single-product .summary .product_meta > span > a:hover, .mfp-content .summary .product_meta > span > a:hover {
    color: #97cc24; }
  .woocommerce.single-product label, .woocommerce > .single-product label, .mfp-content label {
    color: #1b4268;
    font-weight: 400;
    white-space: nowrap;
    margin-bottom: 0;
    font-size: 1.0833em; }
  .woocommerce.single-product form label, .woocommerce > .single-product form label, .mfp-content form label {
    margin-bottom: 5px; }
  .woocommerce.single-product .variations, .woocommerce > .single-product .variations, .mfp-content .variations {
    background: #edf6ff;
    margin-bottom: 30px; }
  .woocommerce.single-product .variations .label > label, .woocommerce > .single-product .variations .label > label, .mfp-content .variations .label > label {
    line-height: 28px; }
  .woocommerce.single-product .variations td, .woocommerce > .single-product .variations td, .mfp-content .variations td {
    padding: 15px 20px 0; }
  .woocommerce.single-product .variations tr:last-child td, .woocommerce > .single-product .variations tr:last-child td, .mfp-content .variations tr:last-child td {
    padding-bottom: 5px; }
  .woocommerce.single-product .variations .customSelect, .woocommerce > .single-product .variations .customSelect, .mfp-content .variations .customSelect {
    background: #fff;
    border: none; }
  .woocommerce.single-product .variations > div, .woocommerce > .single-product .variations > div, .mfp-content .variations > div {
    display: table;
    table-layout: fixed;
    margin-bottom: 20px; }
  .woocommerce.single-product .variations > div .st-td:first-child, .woocommerce > .single-product .variations > div .st-td:first-child, .mfp-content .variations > div .st-td:first-child {
    width: 84px; }
  .woocommerce.single-product .variations .selector, .woocommerce > .single-product .variations .selector, .mfp-content .variations .selector {
    width: 100%; }
  .woocommerce.single-product .variations .customSelectInner, .woocommerce > .single-product .variations .customSelectInner, .mfp-content .variations .customSelectInner {
    width: 100% !important; }
  .woocommerce.single-product .single_variation, .woocommerce > .single-product .single_variation, .mfp-content .single_variation {
    margin-bottom: 20px; }
  .woocommerce.single-product .single_add_to_cart_button, .woocommerce > .single-product .single_add_to_cart_button, .mfp-content .single_add_to_cart_button {
    border: none;
    color: #fff;
    cursor: pointer;
    padding: 0 30px;
    white-space: nowrap;
    text-transform: uppercase;
    font-weight: 600;
    background: #97cc24;
    font-size: 0.9167em;
    height: 42px;
    line-height: 42px;
    -webkit-border-radius: 21px 21px 21px 21px;
    -moz-border-radius: 21px 21px 21px 21px;
    -ms-border-radius: 21px 21px 21px 21px;
    border-radius: 21px 21px 21px 21px;
    margin-right: 5px;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    box-shadow: none;
    vertical-align: baseline; }
  .woocommerce.single-product .single_add_to_cart_button:hover, .woocommerce > .single-product .single_add_to_cart_button:hover, .mfp-content .single_add_to_cart_button:hover {
    background: #97cc24; }
  .woocommerce.single-product .single_add_to_cart_button:before, .woocommerce > .single-product .single_add_to_cart_button:before, .mfp-content .single_add_to_cart_button:before {
    content: "\f07a";
    font-family: FontAwesome;
    margin-right: 7px; }
  .woocommerce.single-product .social-wrap, .woocommerce > .single-product .social-wrap, .mfp-content .social-wrap {
    padding: 20px 0;
    border-top: 1px solid #edf6ff;
    border-bottom: 1px solid #edf6ff;
    display: table;
    width: 100%;
    margin-bottom: 30px;
    margin-top: 20px; }
  .woocommerce.single-product .social-wrap label, .woocommerce > .single-product .social-wrap label, .mfp-content .social-wrap label, .woocommerce.single-product .social-wrap .social-icons, .woocommerce > .single-product .social-wrap .social-icons, .mfp-content .social-wrap .social-icons {
    display: table-cell;
    vertical-align: middle; }
  .woocommerce.single-product .social-wrap .social-icons, .woocommerce > .single-product .social-wrap .social-icons, .mfp-content .social-wrap .social-icons {
    text-align: right;
    margin-bottom: 0; }
  .woocommerce.single-product .social-wrap .social-icons .social-icon, .woocommerce > .single-product .social-wrap .social-icons .social-icon, .mfp-content .social-wrap .social-icons .social-icon {
    margin-bottom: 0;
    float: none;
    display: inline-block; }

.woocommerce .quantity {
  float: left;
  margin-right: 20px; }
  .woocommerce .quantity .qty {
    height: 32px;
    line-height: 30px;
    border: 1px solid #d4dde5;
    background: none;
    -webkit-border-radius: 16px 16px 16px 16px;
    -moz-border-radius: 16px 16px 16px 16px;
    -ms-border-radius: 16px 16px 16px 16px;
    border-radius: 16px 16px 16px 16px;
    width: 80px;
    text-align: center;
    font-size: 1em;
    padding: 0 5px 0 22px;
    margin: 5px 0 0; }
  .woocommerce .quantity .qty:focus {
    border-color: #97cc24; }
  .woocommerce .shop_attributes {
    font-size: 1.0833em; }
  .woocommerce .shop_attributes th, .woocommerce .shop_attributes td {
    line-height: 1.8461em;
    vertical-align: middle; }
  .woocommerce .shop_attributes th {
    color: #1b4268;
    padding-right: 10px;
    font-weight: normal; }
  .woocommerce .shop_attributes th:after {
    content: ":"; }
  .woocommerce .shop_attributes p {
    margin-bottom: 0; }
  .woocommerce .shop_attributes dt, .woocommerce .shop_attributes dd {
    line-height: 1.8461em; }
  .woocommerce .shop_attributes dt {
    float: left;
    color: #1b4268;
    margin-right: 5px;
    clear: both;
    font-weight: 400; }
  .woocommerce .shop_attributes dt.note {
    margin-top: 20px; }
  .woocommerce .shop_attributes dt.note + dd {
    margin-top: 20px; }
  .woocommerce #comments .btn-write-review {
    float: right; }
  .woocommerce #review_form {
    display: none; }
  .woocommerce #review_form .btn-back-reviews {
    float: right;
    width: auto; }
  .woocommerce #review_form .input-text {
    max-width: 100%; }
  .woocommerce .commentlist .comment {
    border: none;
    margin-bottom: 0;
    padding: 30px 0 0; }
  .woocommerce .commentlist .comment .comment-author-name:after {
    display: none; }
  .woocommerce .commentlist .comment:last-child .comment-content {
    border-bottom: none;
    padding-bottom: 0; }
  .woocommerce .commentlist .comment-content {
    padding-left: 0;
    margin-left: 95px;
    border-bottom: 1px solid #edf6ff;
    padding-bottom: 30px; }
  .woocommerce .commentlist .comment-date {
    float: right; }
  .woocommerce .commentlist .description {
    margin: 15px 0 0; }

.woocommerce-single-tabs.tab-container {
  display: table;
  width: 100%; }
  .woocommerce-single-tabs.tab-container ul.tabs, .woocommerce-single-tabs.tab-container .panel.active {
    display: table-cell;
    float: none;
    padding-top: 0 !important; }
  .woocommerce-single-tabs.tab-container ul.tabs {
    vertical-align: top; }
  .woocommerce-single-tabs.tab-container .panel {
    width: 100%; }
  .woocommerce-single-tabs.tab-container h3 {
    font-size: 1.5em;
    font-weight: 400; }

.soap-quick-view-lightbox {
  -moz-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s; }
  .soap-quick-view-lightbox .mfp-content {
    max-width: 970px;
    background: #fff;
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -ms-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    padding: 50px 50px 0; }
  .soap-quick-view-lightbox.mfp-removing {
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0; }

.woocommerce button.mfp-close, .woocommerce .shop_table .product-remove a {
  position: absolute;
  text-indent: -9999px;
  right: 20px;
  top: 20px;
  width: 28px;
  height: 28px;
  line-height: 28px;
  border: 1px solid #d4dde5;
  font-size: 1em;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  color: #d4dde5;
  -webkit-border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  -ms-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%; }
  .woocommerce button.mfp-close:before, .woocommerce .shop_table .product-remove a:before {
    content: "\f00d";
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    text-align: center;
    font-family: FontAwesome;
    color: #d4dde5;
    text-indent: 0;
    line-height: 26px; }
  .woocommerce button.mfp-close:hover, .woocommerce .shop_table .product-remove a:hover {
    border-color: #97cc24;
    background: #97cc24;
    color: #fff; }
  .woocommerce button.mfp-close:hover:before, .woocommerce .shop_table .product-remove a:hover:before {
    color: #fff; }
  .woocommerce .shop_table .product-remove a {
    position: relative; }
/* cart */
.woocommerce table.shop_table {
  width: 100%; }
  .woocommerce table.shop_table th, .woocommerce table.shop_table td {
    padding: 14px 5px; }
  .woocommerce table.shop_table thead tr {
    border: 1px solid #edf6ff; }
  .woocommerce table.shop_table thead th {
    color: #1b4268;
    font-size: 1.1667em;
    font-weight: 400;
    text-align: left; }
  .woocommerce table.shop_table tbody tr {
    border: 1px solid #edf6ff; }
  .woocommerce table.shop_table tbody td {
    font-size: 1.0833em; }
  .woocommerce table.shop_table tbody .product-quantity {
    font-size: 0.8333em; }
  .woocommerce table.shop_table tbody .product-quantity .qty {
    width: 70px;
    padding: 0 0 0 14px;
    height: 28px;
    line-height: 26px;
    border: 1px solid #d4dde5;
    background: none;
    -webkit-border-radius: 14px 14px 14px 14px;
    -moz-border-radius: 14px 14px 14px 14px;
    -ms-border-radius: 14px 14px 14px 14px;
    border-radius: 14px 14px 14px 14px;
    text-align: center; }
  .woocommerce table.shop_table tbody .product-quantity .qty:focus {
    border-color: #97cc24; }
  .woocommerce table.shop_table tbody .actions {
    text-align: right;
    font-size: 1em; }
  .woocommerce table.shop_table tbody .actions .coupon {
    float: left; }
  .woocommerce table.shop_table .product-name {
    color: #1b4268; }
  .woocommerce table.shop_table .product-name a {
    line-height: 2em; }
  .woocommerce table.shop_table .product-remove {
    font-size: 1em;
    text-align: center;
    border-right: 1px solid #edf6ff; }
  .woocommerce table.shop_table .product-remove a {
    display: inline-block;
    width: 28px;
    height: 28px;
    border: 1px solid #d4dde5;
    text-align: center;
    line-height: 26px;
    color: #d4dde5;
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -ms-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%; }
  .woocommerce table.shop_table .product-remove a:hover {
    color: #fff;
    border-color: #97cc24;
    background: #97cc24; }
  .woocommerce table.shop_table .coupon .input-text, .woocommerce table.shop_table .btn, .woocommerce table.shop_table .button {
    margin-bottom: 10px; }
  .woocommerce table.shop_table .actions a.button {
    border: none;
    color: #fff;
    cursor: pointer;
    padding: 0 30px;
    white-space: nowrap;
    text-transform: uppercase;
    font-weight: 600;
    background: #97cc24;
    font-size: 0.9167em;
    height: 42px;
    line-height: 42px;
    -webkit-border-radius: 21px 21px 21px 21px;
    -moz-border-radius: 21px 21px 21px 21px;
    -ms-border-radius: 21px 21px 21px 21px;
    border-radius: 21px 21px 21px 21px;
    margin-right: 5px;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    box-shadow: none;
    vertical-align: baseline;
    display: inline-block;
    text-align: center; }
  .woocommerce table.shop_table .actions a.button:hover {
    background: #97cc24; }
  .woocommerce table.shop_table .product-thumbnail img {
    max-width: 80px; }

table.shop_table .variation, .product_list_widget .variation {
  font-size: 13px;
  margin-bottom: 0; }
  table.shop_table .variation dt, .product_list_widget .variation dt, table.shop_table .variation dd, .product_list_widget .variation dd {
    line-height: 25px; }
  table.shop_table .variation dt, .product_list_widget .variation dt {
    float: left;
    margin-right: 5px;
    color: #939faa;
    font-weight: 400; }
  table.shop_table .variation dd p, .product_list_widget .variation dd p {
    margin-bottom: 0;
    line-height: inherit;
    font-size: inherit; }

.woocommerce-cart .woocommerce table.shop_table .product-remove a {
  top: 0;
  left: 0; }
  .woocommerce-cart .woocommerce table.shop_table tbody tr:last-child {
    border: none; }
  .woocommerce-cart .woocommerce table.shop_table tbody tr:last-child td {
    padding: 20px 0; }

.woocommerce .coupon > label {
  display: none; }
  .woocommerce .coupon .input-text {
    margin-right: 15px; }
  .woocommerce .cart_totals table {
    font-size: 1.1667em; }
  .woocommerce .cart_totals table tr {
    border-bottom: 1px solid #edf6ff; }
  .woocommerce .cart_totals table tr:last-child {
    border-bottom: none; }
  .woocommerce .cart_totals table th {
    font-weight: 400; }
  .woocommerce .cart_totals table th, .woocommerce .cart_totals table td {
    padding: 12px 50px 12px 0; }
  .woocommerce .cart_totals table .order-total {
    font-size: 1.1428em; }
  .woocommerce .cart_totals table .order-total th {
    color: #1b4268; }
  .woocommerce .cart_totals table .order-total td {
    color: #97cc24; }

.woocommerce .alert a, .woocommerce-page .alert a {
  text-decoration: underline; }
/* checkout */
.woocommerce-checkout .form-row .input-text {
  width: 100%;
  min-width: 80px; }
  .woocommerce-checkout abbr {
    border: none; }
  .woocommerce-checkout table.shop_table {
    border: 1px solid #edf6ff; }
  .woocommerce-checkout table.shop_table th, .woocommerce-checkout table.shop_table td {
    padding: 14px 10px 14px 40px;
    font-weight: 400;
    font-size: 1.0833em; }
  .woocommerce-checkout table.shop_table tbody tr > *:first-child, .woocommerce-checkout table.shop_table tfoot tr > *:first-child {
    border-right: 1px solid #edf6ff; }
  .woocommerce-checkout table.shop_table tbody .product-name, .woocommerce-checkout table.shop_table tfoot .product-name {
    color: inherit; }
  .woocommerce-checkout table.shop_table tbody tr {
    border: none; }
  .woocommerce-checkout table.shop_table tbody .product-quantity {
    margin-left: 3px; }
  .woocommerce-checkout table.shop_table tfoot th {
    color: #1b4268; }
  .woocommerce-checkout table.shop_table tfoot .order-total {
    color: #97cc24; }
  .woocommerce-checkout .payment_methods li {
    border: 1px solid #edf6ff;
    padding: 15px 20px; }
  .woocommerce-checkout .payment_methods li + li {
    border-top: none; }
  .woocommerce-checkout .payment_methods li label {
    color: #1b4268; }
  .woocommerce-checkout .payment_methods li label img {
    margin-left: 5px; }
  .woocommerce-checkout .payment_methods li label:before {
    color: #939faa; }
  .woocommerce-checkout .payment_methods li > *:not(label) {
    padding-left: 20px; }
  .woocommerce-checkout .payment_methods li .payment_box {
    display: none !important; }
  .woocommerce-checkout .payment_methods li .radio.checked + .payment_box {
    display: block !important; }
  .woocommerce-checkout .button {
    border: none;
    color: #fff;
    cursor: pointer;
    padding: 0 30px;
    white-space: nowrap;
    text-transform: uppercase;
    font-weight: 600;
    background: #97cc24;
    font-size: 0.9167em;
    height: 42px;
    line-height: 42px;
    -webkit-border-radius: 21px 21px 21px 21px;
    -moz-border-radius: 21px 21px 21px 21px;
    -ms-border-radius: 21px 21px 21px 21px;
    border-radius: 21px 21px 21px 21px;
    margin-right: 5px;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    box-shadow: none;
    vertical-align: baseline; }
  .woocommerce-checkout .button:hover {
    background: #97cc24; }
  .woocommerce-checkout .login .form-row-first, .woocommerce-checkout .checkout .form-row-first {
    margin-right: 4%; }
  .woocommerce-checkout .login .form-row-first, .woocommerce-checkout .checkout .form-row-first, .woocommerce-checkout .login .form-row-last, .woocommerce-checkout .checkout .form-row-last {
    width: 48%;
    float: left; }
  .woocommerce-checkout .checkout .select2-container {
    height: 42px;
    line-height: 40px; }
  .woocommerce-checkout .checkout h3 {
    font-weight: normal; }
  .woocommerce-checkout .woocommerce-shipping-fields {
    margin-top: 30px; }
  .woocommerce-checkout .woocommerce-checkout-payment {
    margin-top: 30px; }
  .woocommerce-checkout .woocommerce-checkout-payment .button {
    float: right; }
  .woocommerce-checkout .payment_methods {
    margin-bottom: 20px; }
  .woocommerce-checkout h2 {
    margin-top: 40px; }
  .woocommerce-checkout .woocommerce header h2:first-child {
    margin-top: 30px; }
  .woocommerce-checkout .addresses {
    margin-top: 30px; }
  .woocommerce-checkout .addresses address {
    font-size: 13px;
    line-height: 1.8em; }
  .woocommerce-checkout .addresses .col-1, .woocommerce-checkout .addresses .col-2 {
    width: 48%;
    float: left; }
  .woocommerce-checkout .addresses .col-2 {
    float: right; }
  .woocommerce-checkout .order_details.order-info {
    border: 1px solid #edf6ff;
    padding: 20px 30px;
    margin-bottom: 20px;
    font-size: 13px; }
  .woocommerce-checkout .order_details.order-info li {
    line-height: 2em;
    color: #1b4268; }
  .woocommerce-checkout .order_details.order-info li strong {
    color: #939faa;
    font-weight: normal; }

.woocommerce .clear {
  clear: both; }
/* dashboard */
.woocommerce-account div.woocommerce a {
  text-decoration: underline;
  color: #97cc24; }
  .woocommerce-account div.woocommerce a:hover {
    color: #97cc24; }
  .woocommerce-account table.shop_table th, .woocommerce-account table.shop_table td {
    padding: 12px 25px; }
  .woocommerce-account .my_account_orders {
    margin-bottom: 20px; }
  .woocommerce-account .order_details {
    margin-bottom: 20px; }
  .woocommerce-account .customer_details {
    margin-bottom: 20px; }
  .woocommerce-account form .form-row .input-text {
    width: 100%; }
  .woocommerce-account .select2-container {
    height: 42;
    line-height: 40px; }
  .woocommerce-account form .button {
    border: none;
    color: #fff;
    cursor: pointer;
    padding: 0 30px;
    white-space: nowrap;
    text-transform: uppercase;
    font-weight: 600;
    background: #97cc24;
    font-size: 0.9167em;
    height: 42px;
    line-height: 42px;
    -webkit-border-radius: 21px 21px 21px 21px;
    -moz-border-radius: 21px 21px 21px 21px;
    -ms-border-radius: 21px 21px 21px 21px;
    border-radius: 21px 21px 21px 21px;
    margin-right: 5px;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    box-shadow: none;
    vertical-align: baseline; }
  .woocommerce-account form .button:hover, .woocommerce-account form .button:active, .woocommerce-account form .button:focus {
    background: #97cc24;
    color: #fff; }
  .woocommerce-account abbr {
    border-bottom: none; }
  .woocommerce-account .form-row-first {
    margin-right: 4%; }
  .woocommerce-account .form-row-first, .woocommerce-account .form-row-last {
    width: 48%;
    float: left; }

.dashboard ul.tabs li {
  float: none;
  padding-left: 40px;
  margin-bottom: 1px;
  background: #edf6ff;
  height: 42px; }
  .dashboard ul.tabs li a {
    display: block;
    height: 42px;
    line-height: 42px;
    white-space: nowrap; }
  .dashboard ul.tabs li:before {
    left: 18px;
    background: #fff;
    border-color: #edf6ff; }
  .dashboard ul.tabs li.active:before {
    background: #97cc24;
    border-color: #97cc24; }
  .dashboard .tab-content {
    padding: 0; }
  .dashboard .view-account-information .information {
    border: 2px solid #edf6ff;
    padding: 25px 30px;
    height: 100%; }
  .dashboard .view-account-information .btn {
    float: right; }
  .dashboard table.shop_table th, .dashboard table.shop_table td {
    padding-left: 20px; }
  .dashboard table.shop_table tbody td {
    border-right: 1px solid #edf6ff; }
  .dashboard table.my_product_reviews tbody td {
    padding: 20px; }
  .dashboard table.my_product_reviews tbody .review-date, .dashboard table.my_product_reviews tbody .product-name, .dashboard table.my_product_reviews tbody .product-review {
    /*white-space: nowrap;*/ }
  .dashboard table.my_product_reviews tbody .product-review .star-rating {
    font-size: 14px; }
  .dashboard .my_tags {
    border: 2px solid #edf6ff;
    padding: 30px 30px 50px; }
  .dashboard .my_tags .tag {
    padding-left: 20px;
    padding-right: 20px;
    margin-right: 10px; }
  .dashboard table.my-wishlist tbody td {
    font-size: 1em;
    vertical-align: top;
    border: none;
    padding: 40px 20px 20px; }
  .dashboard table.my-wishlist tbody td.product-img {
    padding-top: 20px;
    max-width: 100px; }
  .dashboard table.my-wishlist tbody td.product-img img {
    max-width: 60px; }
  .dashboard table.my-wishlist .product-price span {
    line-height: 28px; }
  .dashboard table.my-wishlist .product-remove a {
    position: relative;
    right: 0;
    top: 0; }

.woocommerce .woocommerce-single-tabs, .woocommerce-page .woocommerce-single-tabs {
  clear: both;
  margin-top: 10px;
  float: left;
  width: 100%; }

.woocommerce div.product .product-images, .woocommerce-page div.product .product-images {
  position: relative;
  float: left;
  width: 48%; }

.woocommerce div.product .summary, .woocommerce-page div.product .summary {
  float: right;
  clear: right;
  width: 48%; }

.mfp-content .product-images, .mfp-content .summary {
  position: relative; }
  .mfp-content .product-images {
    width: 40%;
    float: left; }
  .mfp-content .summary {
    width: 56%;
    float: right; }

.woocommerce .price > ins, .woocommerce-page .price > ins {
  text-decoration: none; }

.variations td.label {
  display: table-cell;
  font-size: inherit;
  text-align: left;
  vertical-align: top; }
  .variations td.value {
    width: 250px;
    text-align: right;
    vertical-align: top; }
  .variations select {
    height: 28px;
    line-height: 20px;
    padding: 4px 10px;
    background: #fff;
    width: 200px;
    font-size: 0.9167em !important;
    display: inline-block; }
  .variations select option {
    padding-left: 10px; }
  .variations .reset_variations {
    display: block;
    text-align: right;
    margin-top: 3px; }

.woocommerce .related.products, .woocommerce-page .related.products {
  clear: both; }

.woocommerce .upsells.products, .woocommerce-page .upsells.products, .woocommerce .cross-sells.products, .woocommerce-page .cross-sells.products, .woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
  clear: both;
  float: left;
  width: 100%;
  margin-top: 40px; }

.woocommerce .cart-collaterals table th, .woocommerce-page .cart-collaterals table th {
  width: 35%; }

.woocommerce .cart_totals table {
  width: 100%; }

.woocommerce .woocommerce-shipping-calculator {
  margin-top: 5px; }
  .woocommerce .woocommerce-shipping-calculator .shipping-calculator-button {
    font-size: 14px;
    color: #1b4268; }
  .woocommerce .woocommerce-shipping-calculator .shipping-calculator-button:hover {
    color: #97cc24; }
  .woocommerce .woocommerce-shipping-calculator select, .woocommerce .woocommerce-shipping-calculator .input-text {
    width: 100%; }

.product .onsale {
  position: absolute;
  width: 42px;
  height: 42px;
  left: 6px;
  top: 6px;
  -webkit-border-radius: 21px 21px 21px 21px;
  -moz-border-radius: 21px 21px 21px 21px;
  -ms-border-radius: 21px 21px 21px 21px;
  border-radius: 21px 21px 21px 21px;
  background: #ff1818;
  z-index: 9;
  text-align: center;
  color: #fff;
  white-space: nowrap;
  line-height: 42px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  font-weight: bold; }
/* wocommerce homepages */
.product-wrapper .post-filters {
  text-align: right;
  margin-bottom: 30px; }
  .product-wrapper .post-filters > a {
    margin-bottom: 10px; }
  .product-wrapper .post-filters.text-center {
    text-align: center; }
  .product-wrapper .post-filters .filter-title {
    float: left; }
  .product-wrapper .post-filters .hide_filter {
    display: none; }

.brand-section .iso-item {
  position: relative; }
  .brand-section .iso-item .caption-wrapper {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none; }
  .brand-section .item {
    position: relative; }
  .brand-section .post-slider .owl-buttons .owl-prev, .brand-section .post-slider .owl-buttons .owl-next {
    top: auto;
    bottom: 75px;
    z-index: 1; }
  .brand-section .post-slider .owl-buttons .owl-prev:before, .brand-section .post-slider .owl-buttons .owl-next:before {
    background: #fff;
    color: #939faa; }
  .brand-section .post-slider .owl-buttons .owl-prev:hover:before, .brand-section .post-slider .owl-buttons .owl-next:hover:before {
    background: #97cc24;
    color: #fff; }
  .brand-section .post-slider .owl-buttons .owl-prev {
    left: auto;
    right: 95px; }
  .brand-section .caption-wrapper {
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 100%;
    padding: 0 30px;
    background: none; }
  .brand-section .caption-wrapper .caption {
    font-size: 4.1667em;
    font-weight: 300;
    margin-bottom: 0;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    line-height: 0.8em; }
  .brand-section .caption-wrapper.style1 {
    background: rgba(151, 204, 36, 0.75);
    left: 10px;
    right: 10px;
    bottom: 10px;
    padding: 8px 10px;
    width: auto; }
  .brand-section .caption-wrapper.style1 .caption {
    font-size: 2.5em;
    line-height: 1; }
  .brand-section .caption-wrapper.style2 {
    left: 10px;
    right: 32px;
    bottom: 10px;
    padding: 10px 20px;
    background: rgba(255, 255, 255, 0.75);
    width: auto; }
  .brand-section .caption-wrapper.style2:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: -22px;
    bottom: 22px;
    width: 22px;
    background: rgba(255, 255, 255, 0.75); }
  .brand-section .caption-wrapper.style2:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    right: -22px;
    border-top: 22px solid #fff;
    border-right: 22px solid transparent; }
  .brand-section .caption-wrapper.style2 .caption {
    font-size: 5em;
    color: #000;
    text-transform: none;
    font-style: italic;
    line-height: 1;
    text-align: left;
    letter-spacing: -0.06em; }
  .brand-section .caption-wrapper.style3 {
    padding: 0;
    position: absolute; }
  .brand-section .caption-wrapper.style3:before {
    display: none; }
  .brand-section .caption-wrapper.style3 .st-table {
    height: 100%; }
  .brand-section .caption-wrapper.style3 .captions {
    background: rgba(255, 255, 255, 0.3);
    padding: 18px 10px;
    width: 100%; }
  .brand-section .caption-wrapper.style3 .caption {
    font-size: 1.6666em;
    font-weight: 400;
    color: #fff;
    margin-bottom: 0;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.2em; }
  .brand-section.style1 {
    border: 10px solid rgba(143, 143, 143, 0.1); }
  .brand-section.style1 .image-container {
    border: 1px solid #1b4268;
    position: relative; }
  .brand-section.style1 .caption-wrapper .caption {
    margin-bottom: 0;
    color: #1b4268;
    text-align: left;
    letter-spacing: 0; }
  .brand-section.style1 .caption-wrapper .caption-lg {
    font-weight: 900;
    font-size: 3.3333em;
    line-height: 0.8; }
  .brand-section.style1 .caption-wrapper .caption-sm {
    font-weight: 400;
    font-size: 1.3333em;
    line-height: 1; }
  .brand-section.style1 .caption-wrapper .btn {
    margin-top: 20px;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif; }
  .brand-section.style2 {
    display: table;
    width: 100%; }
  .brand-section.style2 > div {
    padding: 0;
    display: table-cell;
    vertical-align: middle;
    float: none;
    position: static; }
  .brand-section.style2 .caption-wrapper {
    text-align: center;
    background: #1b4268;
    padding: 0 20px; }
  .brand-section.style2 .caption-wrapper:before {
    display: none; }
  .brand-section.style2 .caption-wrapper .caption {
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 20px; }
  .brand-section.style2 .caption-wrapper .caption-lg {
    font-weight: 700;
    font-size: 2.5em;
    line-height: 0.8;
    letter-spacing: -0.06em; }
  .brand-section.style2 .caption-wrapper .caption-sm {
    font-weight: 400;
    font-size: 1em; }

.logo-container {
  padding: 50px 0;
  text-align: center;
  background: #fff; }
  .logo-container img {
    max-width: 80%; }

.newsletter-box {
  text-align: center; }
  .newsletter-box h1, .newsletter-box h2 {
    font-weight: 400; }
  .newsletter-box .input-text {
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: #fff; }
  .newsletter-box p {
    font-size: 1.1667em;
    margin-left: 10px;
    margin-right: 10px; }
/**
 * EasyZoom core styles
 */
.easyzoom {
  position: relative;
  display: block;
  /* 'Shrink-wrap' the element */
  /*display: inline-block;
   *display: inline;
   *zoom: 1;*/ }

.easyzoom img {
  vertical-align: bottom; }

.easyzoom.is-loading img {
  cursor: progress; }

.easyzoom.is-ready img {
  cursor: crosshair; }

.easyzoom.is-error img {
  cursor: not-allowed; }

.easyzoom-notice {
  text-indent: -9999px; }

.easyzoom-notice:before {
  z-index: 150; }

.easyzoom-flyout {
  position: absolute;
  z-index: 100;
  overflow: hidden;
  background: #fff; }
/**
 * EasyZoom layout variations
 */
.easyzoom--overlay .easyzoom-flyout {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.easyzoom--adjacent .easyzoom-flyout {
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  margin-left: 20px; }
/* 6.6. Wordpress Widgets ~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* Wocommerce Widget */
.sidebar .widget {
  margin-bottom: 30px; }

.widget_product_search.widget {
  /*width: 240px;*/ }
  .widget_product_search.widget .woocommerce-product-search {
    width: 100%;
    position: relative; }
  .widget_product_search.widget .woocommerce-product-search label {
    display: none; }
  .widget_product_search.widget .woocommerce-product-search:after {
    content: "\f002";
    display: block;
    font-family: FontAwesome;
    font-size: 14px;
    height: 34px;
    width: 25px;
    position: absolute;
    right: 0;
    bottom: 0;
    line-height: 34px;
    text-align: center; }
  .widget_product_search.widget input[type=search] {
    background: none;
    border: none;
    width: 100%;
    border-bottom: 1px solid #d4dde5;
    height: 34px;
    line-height: normal;
    padding: 0 25px 0 10px;
    background: #fff; }
  .widget_product_search.widget input[type=submit] {
    background: rgba(255, 255, 255, 0.2);
    border: none;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 34px;
    width: 25px;
    display: inline-block;
    text-indent: -9999px;
    z-index: 2; }
  .widget_product_search.widget input[type=submit]:hover {
    background: rgba(255, 255, 255, 0.4); }

.widget.widget_search .searchform > div {
  width: 100%;
  position: relative; }
  .widget.widget_search .searchform > div label {
    display: none; }
  .widget.widget_search .searchform > div:after {
    content: "\f002";
    display: block;
    font-family: FontAwesome;
    font-size: 14px;
    height: 34px;
    width: 25px;
    position: absolute;
    right: 0;
    bottom: 0;
    line-height: 34px;
    text-align: center; }
  .widget.widget_search input[type=text] {
    background: none;
    border: none;
    width: 100%;
    border-bottom: 1px solid #d4dde5;
    height: 34px;
    line-height: normal;
    padding: 0 25px 0 10px;
    background: #fff; }
  .widget.widget_search input[type=submit] {
    background: rgba(255, 255, 255, 0.2);
    border: none;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 34px;
    width: 25px;
    display: inline-block;
    text-indent: -9999px;
    z-index: 2; }
  .widget.widget_search input[type=submit]:hover {
    background: rgba(255, 255, 255, 0.4); }

.product_list_widget li {
  background: #edf6ff;
  padding: 10px;
  display: block;
  line-height: 25px;
  text-indent: -9999px; }
  .product_list_widget li + li {
    margin-top: 1px; }
  .product_list_widget li > * {
    text-indent: 0; }
  .product_list_widget li a {
    display: block; }
  .product_list_widget li a:hover img {
    filter: alpha(opacity=85);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
    -moz-opacity: 0.85;
    -khtml-opacity: 0.85;
    opacity: 0.85; }
  .product_list_widget li a:hover .product-title {
    color: #97cc24; }
  .product_list_widget li img {
    width: 55px;
    display: block;
    float: left;
    margin-right: 15px; }
  .product_list_widget li .product-title {
    display: block;
    color: #1b4268;
    font-size: 1.0833em;
    line-height: 20px;
    margin-bottom: 5px; }
  .product_list_widget li .star-rating {
    display: block;
    overflow: hidden;
    width: 5.4em;
    margin-bottom: 3px; }
  .product_list_widget li .amount {
    color: #eb3b50;
    font-weight: 600; }
  .product_list_widget li del .amount {
    color: inherit;
    font-weight: 400; }
  .product_list_widget li ins {
    text-decoration: none; }
  .product_list_widget li:after {
    content: "";
    display: table;
    clear: both; }
  .product_list_widget li.empty {
    text-indent: 0; }

.widget_product_tag_cloud .tag {
  font-size: 0.8333em !important; }

.widget_price_filter .price_slider {
  margin-bottom: 20px; }
  .widget_price_filter .price_slider_wrapper {
    background: #edf6ff;
    position: relative;
    padding: 18px 15px; }
  .widget_price_filter .price_slider_wrapper input[type=text] {
    display: none; }
  .widget_price_filter .price_slider_wrapper .price_slider_amount {
    text-align: right; }
  .widget_price_filter .price_slider_wrapper .price_slider_amount button {
    float: left;
    border: none;
    color: #fff;
    cursor: pointer;
    white-space: nowrap;
    text-transform: uppercase;
    background: #97cc24;
    margin-right: 5px;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    box-shadow: none;
    vertical-align: baseline;
    height: 28px;
    line-height: 28px;
    font-weight: 400;
    padding: 0 20px;
    font-size: 0.8333em;
    -webkit-border-radius: 14px 14px 14px 14px;
    -moz-border-radius: 14px 14px 14px 14px;
    -ms-border-radius: 14px 14px 14px 14px;
    border-radius: 14px 14px 14px 14px; }
  .widget_price_filter .price_slider_wrapper .price_slider_amount button:hover, .widget_price_filter .price_slider_wrapper .price_slider_amount button:active, .widget_price_filter .price_slider_wrapper .price_slider_amount button:focus, .widget_price_filter .price_slider_wrapper .price_slider_amount button.active {
    background: #97cc24;
    color: #fff; }
  .widget_price_filter .price_slider_wrapper .price_slider_amount .price_label {
    line-height: 28px; }
/* product categories */
.widget_product_categories ul.product-categories > li {
  background: #edf6ff;
  position: relative; }
  .widget_product_categories ul.product-categories > li + li {
    margin-top: 2px; }
  .widget_product_categories ul.product-categories > li > a {
    display: block;
    line-height: 20px;
    padding: 10px 20px;
    font-size: 1.0833em;
    margin-right: 40px; }
  .widget_product_categories ul.product-categories > li.cat-parent:before {
    float: right;
    content: "\f067";
    font-family: FontAwesome;
    font-size: 10px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    background: #fff;
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -ms-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    text-align: center;
    color: #d4dde5;
    margin-right: 20px;
    margin-top: 10px;
    cursor: pointer; }
  .widget_product_categories ul.product-categories > li.cat-parent:after {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer; }
  .widget_product_categories ul.product-categories > li.cat-parent > ul {
    display: none; }
  .widget_product_categories ul.product-categories > li.cat-parent.current-cat-parent > ul, .widget_product_categories ul.product-categories > li.cat-parent.active > ul {
    display: block; }
  .widget_product_categories ul.product-categories > li.cat-parent.current-cat-parent:before, .widget_product_categories ul.product-categories > li.cat-parent.active:before {
    content: "\f068";
    color: #fff;
    background: #97cc24; }
  .widget_product_categories ul.product-categories > li > ul > li:first-child {
    padding-top: 5px; }
  .widget_product_categories ul.product-categories > li > ul > li:last-child {
    padding-bottom: 20px; }
  .widget_product_categories ul.product-categories > li li a {
    display: block;
    line-height: 25px;
    padding: 0 30px 0 36px; }
  .widget_product_categories ul.product-categories > li li a:before {
    content: "\f10c";
    font-size: 8px;
    font-family: FontAwesome;
    line-height: 25px;
    margin-right: 8px;
    float: left; }
  .widget_product_categories ul.product-categories > li li li {
    padding-left: 10px; }
  .widget_product_categories ul.product-categories > li li li a:before {
    font-size: 6px; }
  .widget_product_categories ul.product-categories .current-cat > a {
    color: #1b4268; }

.widget_shopping_cart .product_list_widget li {
  position: relative; }
  .widget_shopping_cart .product_list_widget .remove {
    float: left;
    margin-right: 10px; }
  .widget_shopping_cart .widget_shopping_cart_content .button {
    cursor: pointer;
    white-space: nowrap;
    text-transform: uppercase;
    margin-right: 5px;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    box-shadow: none;
    vertical-align: baseline;
    height: 28px;
    line-height: 28px;
    font-weight: 400;
    padding: 0 20px;
    font-size: 0.8333em;
    -webkit-border-radius: 14px 14px 14px 14px;
    -moz-border-radius: 14px 14px 14px 14px;
    -ms-border-radius: 14px 14px 14px 14px;
    border-radius: 14px 14px 14px 14px;
    display: inline-block;
    background: none;
    border: 1px solid #d4dde5;
    color: inherit; }
  .widget_shopping_cart .widget_shopping_cart_content .button:hover, .widget_shopping_cart .widget_shopping_cart_content .button:active, .widget_shopping_cart .widget_shopping_cart_content .button:focus, .widget_shopping_cart .widget_shopping_cart_content .button.active {
    color: #fff;
    border-color: #97cc24;
    background: #97cc24; }
/* Wordpress default widgets */
.widget_layered_nav li {
  line-height: 25px; }

.widget select {
  width: 100%; }
  .widget li li {
    padding-left: 15px; }
  .widget.widget_rss ul a {
    text-decoration: underline; }
  .widget.widget_rss li:not(:first-child) {
    margin-top: 20px; }
  .widget.widget_calendar table {
    width: 100%; }
  .widget.widget_calendar table th, .widget.widget_calendar table td {
    text-align: center; }
  .widget.widget_calendar table #prev {
    text-align: left; }
  .widget.widget_calendar table #next {
    text-align: right; }
  .widget.widget_calendar table a {
    text-decoration: underline; }
  .widget.widget_calendar table tbody a {
    color: #97cc24; }
  .widget.widget_calendar table caption {
    margin-bottom: 10px; }
/* Woocommerce Yith plugin */
.yith-wcan-loading {
  min-height: 200px;
  background: none;
  position: relative; }
/* color filter */
.woocommerce .widget_layered_nav ul.yith-wcan-color li a, .woocommerce-page .widget_layered_nav ul.yith-wcan-color li a, .woocommerce .widget_layered_nav ul.yith-wcan-color li span, .woocommerce-page .widget_layered_nav ul.yith-wcan-color li span {
  display: block;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  -ms-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
  text-indent: -9999px;
  position: relative;
  border: none;
  margin: 0; }
  .woocommerce .widget_layered_nav ul.yith-wcan-color li a:before, .woocommerce-page .widget_layered_nav ul.yith-wcan-color li a:before, .woocommerce .widget_layered_nav ul.yith-wcan-color li span:before, .woocommerce-page .widget_layered_nav ul.yith-wcan-color li span:before {
    content: "";
    display: block;
    height: 28px;
    width: 28px;
    position: absolute;
    top: 1px;
    left: 1px;
    border: 6px solid #fff;
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -ms-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    background: inherit; }

.woocommerce .widget_layered_nav ul.yith-wcan-color li.chosen a, .woocommerce-page .widget_layered_nav ul.yith-wcan-color li.chosen a, .woocommerce .widget_layered_nav ul.yith-wcan-color li.chosen span, .woocommerce-page .widget_layered_nav ul.yith-wcan-color li.chosen span {
  border: none;
  -webkit-border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  -ms-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
  -moz-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  -webkit-transition: opacity 0.3s ease 0s;
  -ms-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s; }
  .woocommerce .widget_layered_nav ul.yith-wcan-color li.chosen a:after, .woocommerce-page .widget_layered_nav ul.yith-wcan-color li.chosen a:after, .woocommerce .widget_layered_nav ul.yith-wcan-color li.chosen span:after, .woocommerce-page .widget_layered_nav ul.yith-wcan-color li.chosen span:after {
    content: "\f00c";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    right: 0;
    text-align: center;
    font-family: FontAwesome;
    color: #fff;
    font-size: 10px;
    line-height: 30px;
    text-indent: 0; }

.woocommerce .widget_layered_nav ul.yith-wcan-color li a:hover, .woocommerce-page .widget_layered_nav ul.yith-wcan-color li a:hover, .woocommerce .widget_layered_nav ul.yith-wcan-color li span:hover, .woocommerce-page .widget_layered_nav ul.yith-wcan-color li span:hover {
  border: none;
  -webkit-border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  -ms-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
  filter: alpha(opacity=80);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8; }

.yith-wcan-color li {
  float: left;
  -webkit-border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  -ms-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
  margin-right: 10px;
  margin-bottom: 10px; }
  .yith-wcan-color li:last-child {
    margin-right: 0; }
  .yith-wcan-color:after {
    display: table;
    content: "";
    clear: both; }
/* size filter */
.woocommerce .widget_layered_nav ul.yith-wcan-label li a, .woocommerce-page .widget_layered_nav ul.yith-wcan-label li a, .woocommerce .widget_layered_nav ul.yith-wcan-label li span, .woocommerce-page .widget_layered_nav ul.yith-wcan-label li span {
  display: block;
  width: 30px;
  height: 30px;
  color: #d4dde5;
  border: 1px solid;
  font-size: 0.9167em;
  font-weight: 600;
  text-align: center;
  line-height: 30px;
  -webkit-border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  -ms-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
  margin: 0;
  padding: 0;
  background: #fff; }

.woocommerce .widget_layered_nav ul.yith-wcan-label li a:hover, .woocommerce-page .widget_layered_nav ul.yith-wcan-label li a:hover, .woocommerce .widget_layered_nav ul.yith-wcan-label li.chosen a, .woocommerce-page .widget_layered_nav ul.yith-wcan-label li.chosen a {
  color: #fff;
  border-color: #97cc24;
  background: #97cc24;
  -webkit-border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  -ms-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%; }

.yith-wcan-label li {
  float: left;
  margin: 0 10px 10px 0; }
  .yith-wcan-label li:last-child {
    margin-right: 0; }
  .yith-wcan-label:after {
    display: table;
    content: "";
    clear: both; }

.yith-wcan-reset-navigation {
  display: inline-block;
  border: none;
  color: #fff;
  white-space: nowrap;
  text-transform: uppercase;
  background: #97cc24;
  -moz-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
  box-shadow: none;
  vertical-align: baseline;
  height: 32px;
  line-height: 32px;
  font-weight: 400;
  padding: 0 24px;
  font-size: 0.9167em;
  -webkit-border-radius: 16px 16px 16px 16px;
  -moz-border-radius: 16px 16px 16px 16px;
  -ms-border-radius: 16px 16px 16px 16px;
  border-radius: 16px 16px 16px 16px; }
  .yith-wcan-reset-navigation:hover {
    color: #fff;
    background: #97cc24; }
  .yith-wcan-reset-navigation:focus {
    color: #fff;
    text-decoration: none; }
/* 6.7. Wordpress Styles ~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* Wordpress styles */
.gallery-item {
  overflow: hidden;
  max-width: 150px;
  position: relative;
  float: left; }

.gallery-item .gallery-caption {
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
  max-height: 50%;
  opacity: 0;
  padding: 6px 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  width: 100%; }

.gallery-caption:before {
  content: "";
  height: 100%;
  min-height: 49px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption-text {
  font-size: 13px;
  font-style: italic;
  line-height: 1.5;
  margin: 9px 0; }

.post-password-form input[type=password] {
  height: 34px; }
  .post-password-form input[type=submit] {
    border: none;
    color: #fff;
    cursor: pointer;
    padding: 0 30px;
    white-space: nowrap;
    text-transform: uppercase;
    font-weight: 600;
    background: #97cc24;
    font-size: 0.9167em;
    height: 42px;
    line-height: 42px;
    -webkit-border-radius: 21px 21px 21px 21px;
    -moz-border-radius: 21px 21px 21px 21px;
    -ms-border-radius: 21px 21px 21px 21px;
    border-radius: 21px 21px 21px 21px;
    margin-right: 5px;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    box-shadow: none;
    vertical-align: baseline;
    height: 34px;
    line-height: 34px; }
  .post-password-form input[type=submit]:hover {
    background: #97cc24; }

.entry-content table, .comment-text table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin-bottom: 24px; }

.entry-content td, .comment-text td, .entry-content th, .comment-text th {
  padding: 8px;
  border: 1px solid #edf6ff; }

.entry-content ul li ul, .comment-text ul li ul {
  list-style: disc;
  margin: 0 0 24px 20px; }

.entry-content ol, .comment-text ol {
  list-style: decimal;
  margin: 0 0 24px 20px; }

.alignleft {
  float: left;
  margin: 5px 30px 10px 0; }

.alignright {
  float: right;
  margin: 5px 0 10px 30px; }

.bypostauthor {
  font-weight: normal; }
.tp-caption h2{
    font-size: 40px !important;
    color: white !important;
}
.tp-caption h4{
    color: white !important;
    font-size: 20px !important;
    margin-top: 16px !important;
}

.tp-caption .btn:hover{
    color: black !important
}