/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets

  List of CSS3 Sass Mixins File to be @imported and @included as you need

  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
  ENDING css files

  note: All CSS3 Properties are being supported by Safari 5
  more info: http://www.findmebyip.com/litmus/#css3-properties

  Mixins available:
    -   css3-prefix             - arguments: Property, Value
    -   background-gradient     - arguments: Start Color: #3C3C3C, End Color: #999999
    -   background-horizontal   - arguments: Start Color: #3C3C3C, End Color: #999999
    -   background-radial       - arguments: Start Color: #FFFFFF, Start position: 0%, End Color: #000000, End position: 100%
    -   background-size         - arguments: Width: 100%, Height: 100%
    -   background-opacity      - arguments: Color: #000, Opacity: .85
    -   border-radius           - arguments: Radius: 5px
    -   border-radius-separate  - arguments: Top Left: 5px, Top Right: 5px, Bottom Left: 5px, Bottom Right: 5px
    -   box                     - arguments: Orientation: horizontal, Pack: center, Align: center
    -   box-rgba                - arguments: R: 60, G: 3, B: 12, Opacity: 0.23, Color: #3C3C3C
    -   box-shadow              - arguments: X: 2px, Y: 2px, Blur: 5px, Color: rgba(0,0,0,.4)
    -   box-sizing              - arguments: Type: border-box
    -   columns                 - arguments: Count: 3, Gap: 10
    -   double-borders          - arguments: Color One: #3C3C3C, Color Two: #999999, Radius: 0
    -   flex                    - arguments: Value: 1
    -   flip                    - arguments: ScaleX: -1
    -   font-face               - arguments: Font Family: myFont, Eot File Src: myFont.eot, Woff File Src: myFont.woff, Ttf File Src: myFont.ttf
    -   opacity                 - arguments: Opacity: 0.5
    -   outline radius          - arguments: Radius: 5px
    -   resize                  - arguments: Direction: both
    -   rotate                  - arguments: Degree: 0, M11: 0, M12: 0, M21: 0, M22: 0
    CSS Matrix Rotation Calculator http://www.boogdesign.com/examples/transforms/matrix-calculator.html
    -   text-shadow             - arguments: X: 2px, Y: 2px, Blur: 5px, Color: rgba(0,0,0,.4)
    -   transform               - arguments: Parameters: null
    -   transform-style         - arguments: Style: preserve-3d
    -   transition              - Default arguments: What: all, Length: 1s, Easing: ease-in-out
    -                            - Examples: @include transition (all 2s ease-in-out);
    -                                        @include transition (opacity 1s ease-in 2s, width 2s ease-out);
    -   triple-borders          - arguments: Color One: #3C3C3C, Color Two: #999999, Color Three: #000000, Radius: 0
    -   keyframes               - arguments: Animation name
                                - content:   Animation css
    -   animation               - arguments: name duration timing-function delay iteration-count direction fill-mode play-state
                                             (http://www.w3schools.com/cssref/css3_pr_animation.asp)

------------------------------------------------------------- */
/* ADDS A BROWSER PREFIX TO THE PROPERTY */
/*------------------------------------------------------------------
[Table of contents]

1. Reset HTML/CSS, Unitest, Body
2. Page Title
3. Primary
-------------------------------------------------------------------*/
/* ==========================================================================
   [Start] 1. Reset HTML/CSS, Unitest, Body, @Extend
========================================================================== */
/* !important for theme */
/* ANIMATION */
/* ANIMATION */
/* ANIMATION */
/* ANIMATION */
/* ANIMATION */
/* ANIMATION */
/* ANIMATION */
/* ==========================================================================
    Style Button
========================================================================== */
/*------------------------------------------------------------------
[Table of contents]

1. Blog Classic
2. Post Classic
3. Navigation
4. FAQ
-------------------------------------------------------------------*/
/* ==========================================================================
   [Start] Blog Classic
========================================================================== */
/* VC Row in row */
/* ==========================================================================
   All Style Header
========================================================================== */
/* Align items center & stretch for header navigation */
/* ==========================================================================
    Start Style Footer
========================================================================== */
/* ==========================================================================
   [Start] All Style Form
========================================================================== */
/*------------------------------------------------------------------
[All Style Shortcode]
------------------------------------------------------------------*/
/* ==========================================================================
   [Start] Progress
========================================================================== */
/* Images */
/* Style Loadding */
/* ==========================================================================
   Style 1
========================================================================== */
/* 
 *	Menu General All Screen 
 */
/*------------------------------------------------------------------
[All Style Sidebar Widget]

-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[All Style Sidebar Widget]

    1. Widget Search
	2. Widget Category
	3. Widget Tags

-------------------------------------------------------------------*/
/* ==========================================================================
   [Start] 1. Widget Search
========================================================================== */
/*!
 * bootstrap-vertical-tabs - v1.2.1
 * https://dbtek.github.io/bootstrap-vertical-tabs
 * 2014-11-07
 * Copyright (c) 2014 İsmail Demirbilek
 * License: MIT
 */
/* Header Sticky */
/* Footer Scroll Top */
/* Start Form Comment */
.vc_row.vc_inner {
  margin-left: 0;
  margin-right: 0; }

.page #content > article > .entry-content > .vc_row {
  margin: 0; }

body {
  overflow-x: hidden; }

.zo-animation {
  visibility: hidden; }

header {
  position: relative; }

.align-center {
  text-align: center; }

.align-left {
  text-align: left; }

.align-right {
  text-align: right; }

.left {
  float: left; }

.right {
  float: right; }

.entry-page-image {
  margin-bottom: 14px; }

#main #page-default {
  position: relative; }

a, a:hover, a:focus {
  outline: none;
  text-decoration: none;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  /* BACKGROUND GRADIENT */
  /* TRANSITION DELAY */ }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: ; }

p {
  margin: 0 0 15px; }

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

.w50 {
  float: left;
  width: 50%; }

body .wpb_content_element, body .wpb_button {
  margin: 0 auto; }

@media screen and (max-width: 991px) {
    .zo-row-full-width .no-container {
      padding-left: 15px;
      padding-right: 15px; } }
  .zo-row-full-width .no-container .row {
    margin: 0; }
    .zo-row-full-width .no-container .row .vc_column_container {
      padding: 0; }

.no-container > .row {
  margin: 0; }

.bg-effect-lg, .bg-effect-sm {
  background: repeat-y center center;
  background-size: 100%; }

.bg-position-center {
  background-position: center center !important; }

.bg-dark-inset .wpb_wrapper {
  background: #060606; }

.bg-main-inset .wpb_wrapper {
  background: ; }

.wrap-btn-inline {
  display: inline-block;
  margin-right: 20px;
  /* ==========================================================================
   [End] 1. Reset HTML/CSS, Unitest, Body
========================================================================== */
  /* ==========================================================================
   [Start] 2. Page Title
========================================================================== */ }
  @media screen and (max-width: 479px) {
  .wrap-btn-inline {
    margin-right: 0px; }
    .wrap-btn-inline + .wrap-btn-inline {
      margin-top: 20px; } }

#page-title-text h1 {
  padding: 0;
  margin: 0 0 15px;
  text-transform: uppercase;
  position: relative; }
  #page-title-text:hover h1:before {
    bottom: -70px; }
  #page-title-text .page-sub-title {
    text-align: center;
    text-transform: uppercase;
    color: ; }

#breadcrumb-text {
  z-index: 1;
  /* ==========================================================================
   [End] 2. Page Title
========================================================================== */
  /* ==========================================================================
   [Start] 3. Primary
========================================================================== */
  /*
----> List Style
*/ }
  #breadcrumb-text .breadcrumbs {
    margin: 0;
    padding: 0;
    display: inline; }
    #breadcrumb-text .breadcrumbs li {
      padding: 0 8px 0 12px;
      display: inline-block;
      position: relative; }
      #breadcrumb-text .breadcrumbs li a {
        color: #fff; }
        #breadcrumb-text .breadcrumbs li a:hover {
          color: ; }
      #breadcrumb-text .breadcrumbs li:after {
        content: "\f105";
        font-family: FontAwesome;
        font-size: 12px;
        float: right;
        position: absolute;
        right: -6px; }
      #breadcrumb-text .breadcrumbs li:first-child {
        padding-left: 0; }
      #breadcrumb-text .breadcrumbs li:last-child {
        padding-right: 0; }
        #breadcrumb-text .breadcrumbs li:last-child:after {
          content: ""; }
      #breadcrumb-text .breadcrumbs li a:hover {
        color: ; }

.list-style-check li {
  color: #9c9c9c;
  line-height: 31px;
  position: relative;
  padding-left: 36px; }
  .list-style-check li:before {
    content: "\f00c";
    font-family: FontAwesome;
    color: #fff;
    font-size: 18px;
    position: absolute;
    top: 1px;
    left: 4px;
    z-index: 1; }
  .list-style-check li:after {
    content: "";
    width: 24px;
    height: 24px;
    display: inline-block;
    background-color: #db5896;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    /* BACKGROUND GRADIENT */
    border: 2px solid #ba2b6f;
    position: absolute;
    top: 4px;
    left: 0; }

.list-style-check.green {
  /*
----> End List Style
*/
  /*
----> VC Row Overlay Color
*/ }
  .list-style-check.green li:after {
    background-color: #81b748;
    border-color: #5a951b; }

.entry-content .wpb_row {
  /*
----> End VC Row Overlay Color
*/
  /*
----> VC Row Backgrund Color Custom
*/ }
  .entry-content .wpb_row.background-image-fixed {
    overflow: hidden;
    position: inherit; }
  .entry-content .wpb_row.background-image-fixed .zo-overlay-color {
    height: 3000px;
    left: 0;
    position: relative;
    margin-bottom: -3000px;
    width: 100%;
    -webkit-transform: translateY(-20%);
    -khtml-transform: translateY(-20%);
    -moz-transform: translateY(-20%);
    -ms-transform: translateY(-20%);
    -o-transform: translateY(-20%);
    transform: translateY(-20%);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */ }
  .entry-content .wpb_row .zo-overlay-color {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0; }

.row-custom-bg-color {
  position: relative;
  /*
----> End VC Row Backgrund Color Custom
*/ }
  .row-custom-bg-color .zo-custom-bg-left, .row-custom-bg-color .zo-custom-bg-right {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%; }
  .row-custom-bg-color .zo-custom-bg-right {
    left: inherit;
    right: 0; }

.zo-row-arrow {
  border: 20px solid;
  bottom: 0;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 38px; }

.row-arrow-top .zo-row-arrow {
  bottom: inherit;
  top: 0;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent; }
  .row-arrow-top .zo-row-arrow:hover {
    cursor: pointer; }

.row-overlay-color, .zo_parallax {
  position: relative; }

.row-arrow-bottom .zo-row-arrow {
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent; }
  .row-arrow-bottom .zo-row-arrow:hover {
    cursor: pointer; }

#zo-loadding {
  background: #fff;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 1000;
  top: 0;
  /* [Start] Eror Page
==============================================================*/ }
  #zo-loadding .ball {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    -webkit-transform: translate(0px, -50%);
    -khtml-transform: translate(0px, -50%);
    -moz-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    -o-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */ }

.error404 {
  /* [End] Eror Page
==============================================================*/ }
  .error404 #main {
    padding: 0 !important; }
  .error404 #main #primary {
    background-color: ;
    padding: 160px 0; }
  .error404 .entry-error404 {
    text-align: center;
    color: #333; }
  .error404 .entry-error404 .entry-header img {
    margin-bottom: 40px; }
    .error404 .entry-error404 .entry-header h1 {
      font-size: 50px;
      color: #333; }
    .error404 .entry-error404 .entry-header h2 {
      color: #333;
      font-size: 30px;
      line-height: 50px; }
  .error404 .entry-error404 .entry-content {
    padding: 20px 0; }
  .error404 .entry-error404 .entry-footer .btn-home {
    margin-right: 20px; }

.zo-carousel.owl-carousel .owl-item img {
  width: auto;
  /* ZO GRID COLUMNS */ }

@media (min-width: 1200px) {
  .zo-grid-wrapper .zo-lg-2cols .zo-grid-item:nth-child(2n+1) {
    clear: both; }
    .zo-grid-wrapper .zo-lg-3cols .zo-grid-item:nth-child(3n+1) {
      clear: both; }
    .zo-grid-wrapper .zo-lg-4cols .zo-grid-item:nth-child(4n+1) {
      clear: both; }
    .zo-grid-wrapper .zo-lg-6cols .zo-grid-item:nth-child(6n+1) {
      clear: both; } }

@media (min-width: 992px) and (max-width: 1200px) {
  .zo-grid-wrapper .zo-md-2cols .zo-grid-item:nth-child(2n+1) {
    clear: both; }
    .zo-grid-wrapper .zo-md-3cols .zo-grid-item:nth-child(3n+1) {
      clear: both; }
    .zo-grid-wrapper .zo-md-4cols .zo-grid-item:nth-child(4n+1) {
      clear: both; }
    .zo-grid-wrapper .zo-md-6cols .zo-grid-item:nth-child(6n+1) {
      clear: both; } }

@media (min-width: 768px) and (max-width: 991px) {
  .zo-grid-wrapper .zo-sm-2cols .zo-grid-item:nth-child(2n+1) {
    clear: both; }
    .zo-grid-wrapper .zo-sm-3cols .zo-grid-item:nth-child(3n+1) {
      clear: both; }
    .zo-grid-wrapper .zo-sm-4cols .zo-grid-item:nth-child(4n+1) {
      clear: both; }
    .zo-grid-wrapper .zo-sm-6cols .zo-grid-item:nth-child(6n+1) {
      clear: both; } }

@media (max-width: 767px) {
  .zo-grid-wrapper .zo-xs-2cols .zo-grid-item:nth-child(2n+1) {
    clear: both; }
    .zo-grid-wrapper .zo-xs-3cols .zo-grid-item:nth-child(3n+1) {
      clear: both; }
    .zo-grid-wrapper .zo-xs-4cols .zo-grid-item:nth-child(4n+1) {
      clear: both; }
    .zo-grid-wrapper .zo-xs-6cols .zo-grid-item:nth-child(6n+1) {
      clear: both; } }

.zo-extra-font1, #comments .comment-list .comment-main .comment-header .comment-author {
  font-family: 'Fjalla One';
  font-weight: '400'; }

.zo-extra-font2, .artista-quote, .template-zo_carousel--testimonial .zo-carousel-testimonial-content p {
  font-family: 'Lora';
  font-weight: '400';
  font-style: 'italic'; }

.zo-extra-font3, .zo-product-teaser .zo-product-meta .zo-product-title, .zo-related-products .zo-content-related-items .zo-product-teaser .zo-product-title {
  font-family: 'Questrial';
  font-weight: '400'; }

.zo-extra-font4 {
  font-family: 'Montserrat';
  font-weight: '400'; }

@media (min-width: 1170px) {
  body.zo-boxed #page {
    width: 1200px;
    background: #fff; }

  body.zo-boxed #page .header-fixed {
    width: 1200px;
    max-width: 100%; }

  body.zo-boxed #page .header-transparent {
    width: 1200px;
    max-width: 100%; } }

#zo-header {
  text-align: left; }

@media screen and (min-width: 992px) {
  #zo-header:not(.header-fixed) {
    margin-top: 30px; } }

#zo-header.header-fixed .zo-main-logo {
  display: none; }

#zo-header .zo-header-secondary {
  float: right; }

#zo-menu-mobile {
  position: absolute;
  right: 15px;
  bottom: calc(50% - 15px); }

#zo-header .nav-menu {
  text-align: right; }

@media screen and (min-width: 992px) {
  .nav-menu > li > a, .zo-header-logo-center #zo-header-logo {
    height: 80px;
    line-height: 80px; }
    #zo-header-navigation-right {
      line-height: 80px; } }

.header-fixed .nav-menu > li > a {
  height: 80px;
  line-height: 80px; }

.header-fixed #zo-header-navigation-right {
  line-height: 80px; }

#zo-header-top {
  min-height: 40px; }

#zo-header-top .header-top-social li {
  line-height: 40px; }

#zo-header-top .header-top-contact li {
  line-height: 40px; }

#zo-header-top .header-top-navigation > li > a {
  line-height: 40px; }

#zo-header-top .header-top-left {
  text-align: left; }

#zo-header-top .header-top-right {
  float: right;
  text-align: right; }

.zo-header-navigation .nav-menu > li {
  padding-right: 20px;
  padding-left: 20px; }

#zo-header:not(.zo-header-logo-center) .zo-header-navigation .nav-menu > li:last-child {
  padding-right: 0; }

#zo-header.header-fixed .zo-header-main {
  background-color: rgba(0, 0, 0, 0.5); }

.nav-menu > li, .nav-menu > li > a {
  color: #1e73be; }

.nav-menu > li:hover, .nav-menu > li:hover > a {
  color: #1e73be; }

.nav-menu > li.current-menu-item, .nav-menu > li.current-menu-ancestor, .nav-menu > li.current_page_item, .nav-menu > li.current_page_ancestor, .nav-menu > li.current-menu-parent, .nav-menu > li.current-menu-item > a, .nav-menu > li.current-menu-ancestor > a, .nav-menu > li.current_page_item > a, .nav-menu > li.current_page_ancestor > a, .nav-menu > li.current-menu-parent > a {
  color: #1e73be; }

.nav-menu > li ul li, .nav-menu > li ul li > a {
  color: #666; }

.nav-menu > li ul a:focus, .nav-menu > li ul li:hover, .nav-menu > li ul li.current-menu-item, .nav-menu > li ul li.current-menu-parent, .nav-menu > li ul li.current-menu-ancestor, .nav-menu > li ul li.current_page_item, .nav-menu > li ul li:hover > a, .nav-menu > li ul li.current-menu-item > a, .nav-menu > li ul li.current-menu-parent > a, .nav-menu > li ul li.current-menu-ancestor > a, .nav-menu > li ul li.current_page_item > a {
  color: #1e73be; }

.header-fixed .nav-menu > li, .header-fixed .nav-menu > li > a {
  color: #fff; }

.header-fixed .nav-menu > li:hover, .header-fixed .nav-menu > li:hover > a {
  color: #1e73be; }

.header-fixed .nav-menu > li:hover {
  border-bottom-color: #1e73be; }

.header-fixed .nav-menu > li.current-menu-item, .header-fixed .nav-menu > li.current-menu-ancestor, .header-fixed .nav-menu > li.current_page_item, .header-fixed .nav-menu > li.current_page_ancestor, .header-fixed .nav-menu > li.current-menu-parent, .header-fixed .nav-menu > li.current-menu-item > a, .header-fixed .nav-menu > li.current-menu-ancestor > a, .header-fixed .nav-menu > li.current_page_item > a, .header-fixed .nav-menu > li.current_page_ancestor > a, .header-fixed .nav-menu > li.current-menu-parent > a {
  color: #1e73be; }

.header-fixed .nav-menu > li.current-menu-parent, .header-fixed .nav-menu > li.current-menu-item, .header-fixed .nav-menu > li.current-menu-ancestor, .header-fixed .nav-menu > li.current_page_item, .header-fixed .nav-menu > li.current_page_ancestor {
  border-bottom-color: #1e73be; }

.header-fixed .nav-menu > li ul li, .header-fixed .nav-menu > li ul li > a {
  color: #666; }

.header-fixed .nav-menu > li ul a:focus, .header-fixed .nav-menu > li ul li:hover, .header-fixed .nav-menu > li ul li.current-menu-item, .header-fixed .nav-menu > li ul li.current-menu-parent, .header-fixed .nav-menu > li ul li.current-menu-ancestor, .header-fixed .nav-menu > li ul li.current_page_item, .header-fixed .nav-menu > li ul li:hover > a, .header-fixed .nav-menu > li ul li.current-menu-item > a, .header-fixed .nav-menu > li ul li.current-menu-parent > a, .header-fixed .nav-menu > li ul li.current-menu-ancestor > a, .header-fixed .nav-menu > li ul li.current_page_item > a {
  color: #1e73be; }

.header-canvas {
  background-color: rgba(56, 89, 104, 0.52); }

.header-canvas .nav-menu > li > .zo-menu-toggle {
  line-height: 50px; }

@media (min-width: 992px) {
  .header-canvas .nav-menu > li, .header-canvas .nav-menu > li > a {
    color: #fff; }

  .header-canvas .nav-menu > li:hover, .header-canvas .nav-menu > li:hover > a {
    color: #1e73be; }

  .header-canvas .nav-menu > li:hover {
    border-bottom-color: #1e73be; }

  .header-canvas .nav-menu > li.current-menu-item, .header-canvas .nav-menu > li.current-menu-ancestor, .header-canvas .nav-menu > li.current_page_item, .header-canvas .nav-menu > li.current_page_ancestor, .header-canvas .nav-menu > li.current-menu-parent, .header-canvas .nav-menu > li.current-menu-item > a, .header-canvas .nav-menu > li.current-menu-ancestor > a, .header-canvas .nav-menu > li.current_page_item > a, .header-canvas .nav-menu > li.current_page_ancestor > a, .header-canvas .nav-menu > li.current-menu-parent > a {
    color: #1e73be; }

  .header-canvas .nav-menu > li.current-menu-parent, .header-canvas .nav-menu > li.current-menu-item, .header-canvas .nav-menu > li.current-menu-ancestor, .header-canvas .nav-menu > li.current_page_item, .header-canvas .nav-menu > li.current_page_ancestor {
    border-bottom-color: #1e73be; }

  .header-canvas .nav-menu > li ul li, .header-canvas .nav-menu > li ul li > a {
    color: #1e73be; }

  .header-canvas .nav-menu > li ul a:focus, .header-canvas .nav-menu > li ul li:hover, .header-canvas .nav-menu > li ul li.current-menu-item, .header-canvas .nav-menu > li ul li.current-menu-parent, .header-canvas .nav-menu > li ul li.current-menu-ancestor, .header-canvas .nav-menu > li ul li.current_page_item, .header-canvas .nav-menu > li ul li:hover > a, .header-canvas .nav-menu > li ul li.current-menu-item > a, .header-canvas .nav-menu > li ul li.current-menu-parent > a, .header-canvas .nav-menu > li ul li.current-menu-ancestor > a, .header-canvas .nav-menu > li ul li.current_page_item > a {
    color: #666; } }

@media (max-width: 991px) {
  #zo-header #zo-header-logo {
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 15px;
    padding-bottom: 15px; }

  #zo-header {
    background: rgba(0, 0, 0, 0); }

  #zo-header .nav-menu > li, #zo-header .nav-menu > li > a, .header-canvas .zo-header-navigation .nav-menu > li, .header-canvas .zo-header-navigation .nav-menu > li > a {
    font-family: Lato;
    font-weight: 400;
    font-size: 14px;
    line-height: 40px; }

  #zo-header .nav-menu > li, #zo-header .nav-menu > li > a, .header-canvas .zo-header-navigation .nav-menu > li, .header-canvas .zo-header-navigation .nav-menu > li > a {
    color: #fff; }

  #zo-header .nav-menu > li:hover, #zo-header .nav-menu > li.active, #zo-header .nav-menu > li.active > a, #zo-header .nav-menu > li.active:hover, #zo-header .nav-menu > li:hover > a, #zo-header .nav-menu > li:hover > a:active, #zo-header .nav-menu > li.current_page_item, #zo-header .nav-menu > li.current_page_ancestor, #zo-header .nav-menu > li.current-menu-item, #zo-header .nav-menu > li.current-menu-ancestor, #zo-header .nav-menu > li.current_page_item > a, #zo-header .nav-menu > li.current_page_ancestor > a, #zo-header .nav-menu > li.current-menu-item > a, #zo-header .nav-menu > li.current-menu-ancestor > a, .header-canvas .zo-header-navigation .nav-menu > li:hover, .header-canvas .zo-header-navigation .nav-menu > li.active, .header-canvas .zo-header-navigation .nav-menu > li.active > a, .header-canvas .zo-header-navigation .nav-menu > li.active:hover, .header-canvas .zo-header-navigation .nav-menu > li:hover > a, .header-canvas .zo-header-navigation .nav-menu > li:hover > a:active, .header-canvas .zo-header-navigation .nav-menu > li.current_page_item, .header-canvas .zo-header-navigation .nav-menu > li.current_page_ancestor, .header-canvas .zo-header-navigation .nav-menu > li.current-menu-item, .header-canvas .zo-header-navigation .nav-menu > li.current-menu-ancestor, .header-canvas .zo-header-navigation .nav-menu > li.current_page_item > a, .header-canvas .zo-header-navigation .nav-menu > li.current_page_ancestor > a, .header-canvas .zo-header-navigation .nav-menu > li.current-menu-item > a, .header-canvas .zo-header-navigation .nav-menu > li.current-menu-ancestor > a {
    color: #000; }

  #zo-header .zo-header-navigation, .header-canvas .zo-header-navigation {
    background-color: rgba(55, 57, 60, 0.8); }

  #zo-header .zo-header-navigation, .header-canvas .zo-header-navigation {
    border-top-width: 2px;
    border-top-style: solid;
    border-top-color: #eae9e9; }

  #zo-header .zo-header-navigation, .header-canvas .zo-header-navigation {
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #eae9e9; }

  #zo-header .zo-header-navigation, .header-canvas .zo-header-navigation {
    padding-top: 35px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px; }

  #zo-header .nav-menu > li ul > li, #zo-header .nav-menu > li ul > li > a, .header-canvas .zo-header-navigation .nav-menu > li ul > li, .header-canvas .zo-header-navigation .nav-menu > li ul > li > a {
    font-family: Lato;
    font-weight: 400;
    font-size: 13px;
    line-height: 30px; }

  #zo-header .nav-menu > li ul > li, #zo-header .nav-menu > li ul li > a, .header-canvas .zo-header-navigation .nav-menu > li ul > li, .header-canvas .zo-header-navigation .nav-menu > li ul li > a {
    color: #1e73be; }

  #zo-header .nav-menu > li ul li:hover > a, #zo-header .nav-menu > li ul li:hover, #zo-header .nav-menu > li ul a:focus, #zo-header .nav-menu > li ul li.current_page_item > a, #zo-header .nav-menu > li ul li.current_page_item, #zo-header .nav-menu > li ul li.current-menu-item > a, #zo-header .nav-menu > li ul li.current-menu-item, #zo-header .nav-menu > li ul li.current-menu-parent > a, #zo-header .nav-menu > li ul li.current-menu-parent, #zo-header .nav-menu > li ul li.current-menu-ancestor > a, #zo-header .nav-menu > li ul li.current-menu-ancestor, .header-canvas .zo-header-navigation .nav-menu > li ul li:hover > a, .header-canvas .zo-header-navigation .nav-menu > li ul li:hover, .header-canvas .zo-header-navigation .nav-menu > li ul a:focus, .header-canvas .zo-header-navigation .nav-menu > li ul li.current_page_item > a, .header-canvas .zo-header-navigation .nav-menu > li ul li.current_page_item, .header-canvas .zo-header-navigation .nav-menu > li ul li.current-menu-item > a, .header-canvas .zo-header-navigation .nav-menu > li ul li.current-menu-item, .header-canvas .zo-header-navigation .nav-menu > li ul li.current-menu-parent > a, .header-canvas .zo-header-navigation .nav-menu > li ul li.current-menu-parent, .header-canvas .zo-header-navigation .nav-menu > li ul li.current-menu-ancestor > a, .header-canvas .zo-header-navigation .nav-menu > li ul li.current-menu-ancestor {
    color: #1e73be; }

  #zo-header .nav-menu ul.sub-menu, .header-canvas .zo-header-navigation .nav-menu ul.sub-menu {
    padding-top: 0;
    padding-right: 15px;
    padding-bottom: 0;
    padding-left: 15px; } }

#zo-footer {
  padding-top: 110px;
  padding-bottom: 70px; }

#zo-footer-copyright {
  padding-top: 30px;
  padding-bottom: 25px;
  border-top: 1px solid #e1e5e7; }

#zo-footer-copyright footer {
  text-align: center; }

body h1 {
  font-family: Lato, Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
  color: #414141;
  margin-top: 0;
  margin-bottom: 15px; }

body h2 {
  font-family: Lato, Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 55px;
  font-weight: 700;
  line-height: 55px;
  color: #414141;
  margin-top: 0;
  margin-bottom: 15px; }

body h3 {
  font-family: Lato, Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
  color: #414141;
  margin-top: 0;
  margin-bottom: 15px; }

body h4 {
  font-family: Lato, Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #414141;
  margin-top: 0;
  margin-bottom: 15px; }

body h5 {
  font-family: Lato, Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 17px;
  font-weight: 400;
  line-height: 22px;
  color: #414141;
  margin-top: 0;
  margin-bottom: 15px; }

body h6 {
  font-family: Lato, Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #414141;
  margin-top: 0;
  margin-bottom: 15px; }

@media (max-width: 767px) {
  body h1 {
    font-size: 42px; }

  body h2 {
    font-size: 38.5px; }

  body h3 {
    font-size: 14px; }

  body h4 {
    font-size: 12.6px; }

  body h1 {
    line-height: 42px; }

  body h2 {
    line-height: 38.5px; }

  body h3 {
    line-height: 17.5px; }

  body h4 {
    line-height: 16.8px; } }

.btn-primary, .single-product .content-single-product .woocommerce-tabs .panel #reviews #review_form_wrapper #review_form .comment-respond .comment-form .form-submit input, .return-to-shop .wc-backward {
  background: #1e73be;
  color: #fff;
  padding-top: 15px;
  padding-left: 30px;
  padding-bottom: 15px;
  padding-right: 30px;
  font-size: 16px;
  text-transform: initial;
  line-height: 20px;
  letter-spacing: 0px;
  border-radius: 2px;
  border: 0px solid #1e73be; }

.btn-primary:hover, .single-product .content-single-product .woocommerce-tabs .panel #reviews #review_form_wrapper #review_form .comment-respond .comment-form .form-submit input:hover, .return-to-shop .wc-backward:hover {
  background: #414141;
  color: #ff3a47; }

.btn-secondary, .widget_price_filter .price_slider_wrapper .price_slider_amount button.button, .woocommerce-cart .cart-collaterals .zo-checkout-update .wc-proceed-to-checkout a, .single-product .content-single-product .zo-summary form.cart button.single_add_to_cart_button {
  background: #414141;
  color: #ff3a47;
  padding-top: 10px;
  padding-left: 20px;
  padding-bottom: 10px;
  padding-right: 20px;
  font-size: 16px;
  text-transform: initial;
  line-height: 20px;
  letter-spacing: 0px;
  border: 1px solid #1e73be; }

.btn-secondary:hover, .widget_price_filter .price_slider_wrapper .price_slider_amount button.button:hover, .woocommerce-cart .cart-collaterals .zo-checkout-update .wc-proceed-to-checkout a:hover, .single-product .content-single-product .zo-summary form.cart button.single_add_to_cart_button:hover {
  background: #ff3a47;
  color: #fff; }

#breadcrumb-text {
  font-size: 12px;
  line-height: 12px;
  color: #000; }

@media (max-width: 767px) {
  .page-template-woocommerce #zo-page-element-wrap .zo-page-title-text h1 {
    font-size: 27px !important;
    line-height: 27px !important; } }

.zo-vc-row-margin-01 {
  margin-top: 80px !important;
  margin-bottom: 60px !important; }

@media (min-width: 768px) and (max-width: 992px) {
  .zo-vc-row-margin-01 {
    margin-top: 60px !important;
    margin-bottom: 50px !important; } }

@media (max-width: 767px) {
  .zo-vc-row-margin-01 {
    margin-top: 40px !important;
    margin-bottom: 30px !important; } }

.zo-vc-row-margin-02 {
  margin-top: 120px !important;
  margin-bottom: 100px !important; }

@media (min-width: 768px) and (max-width: 992px) {
  .zo-vc-row-margin-02 {
    margin-top: 80px !important;
    margin-bottom: 60px !important; } }

@media (max-width: 767px) {
  .zo-vc-row-margin-02 {
    margin-top: 50px !important;
    margin-bottom: 40px !important; } }

.zo-vc-row-margin-03 {
  margin-bottom: 120px !important; }

@media (min-width: 768px) and (max-width: 992px) {
  .zo-vc-row-margin-03 {
    margin-bottom: 50px !important; } }

@media (max-width: 767px) {
  .zo-vc-row-margin-03 {
    margin-bottom: 20px !important; } }

.zo-vc-row-padding-01 {
  padding-top: 100px !important;
  padding-bottom: 80px !important; }

@media (min-width: 768px) and (max-width: 992px) {
  .zo-vc-row-padding-01 {
    padding-top: 60px !important;
    padding-bottom: 50px !important; } }

@media (max-width: 767px) {
  .zo-vc-row-padding-01 {
    padding-top: 40px !important;
    padding-bottom: 30px !important; } }

.zo-vc-row-padding-02 {
  padding-top: 120px !important;
  padding-bottom: 100px !important; }

@media (min-width: 768px) and (max-width: 992px) {
  .zo-vc-row-padding-02 {
    padding-top: 80px !important;
    padding-bottom: 60px !important; } }

@media (max-width: 767px) {
  .zo-vc-row-padding-02 {
    padding-top: 50px !important;
    padding-bottom: 40px !important; } }

.zo-vc-row-padding-03 {
  padding-top: 150px !important;
  padding-bottom: 30px !important; }

@media (min-width: 768px) and (max-width: 992px) {
  .zo-vc-row-padding-03 {
    padding-top: 130px !important;
    padding-bottom: 20px !important; } }

@media (max-width: 767px) {
  .zo-vc-row-padding-03 {
    padding-top: 120px !important;
    padding-bottom: 10px !important; } }

@-webkit-keyframes toLeftFromRight {
  49% {
    -webkit-transform: translate(-100%);
    -khtml-transform: translate(-100%);
    -moz-transform: translate(-100%);
    -ms-transform: translate(-100%);
    -o-transform: translate(-100%);
    transform: translate(-100%);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */ }

  50% {
    opacity: 0;
    -webkit-transform: translate(100%);
    -khtml-transform: translate(100%);
    -moz-transform: translate(100%);
    -ms-transform: translate(100%);
    -o-transform: translate(100%);
    transform: translate(100%);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */ }

  51% {
    opacity: 1; } }

@-moz-keyframes toLeftFromRight {
  49% {
    -webkit-transform: translate(-100%);
    -khtml-transform: translate(-100%);
    -moz-transform: translate(-100%);
    -ms-transform: translate(-100%);
    -o-transform: translate(-100%);
    transform: translate(-100%);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */ }

  50% {
    opacity: 0;
    -webkit-transform: translate(100%);
    -khtml-transform: translate(100%);
    -moz-transform: translate(100%);
    -ms-transform: translate(100%);
    -o-transform: translate(100%);
    transform: translate(100%);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */ }

  51% {
    opacity: 1; } }

@-ms-keyframes toLeftFromRight {
  49% {
    -webkit-transform: translate(-100%);
    -khtml-transform: translate(-100%);
    -moz-transform: translate(-100%);
    -ms-transform: translate(-100%);
    -o-transform: translate(-100%);
    transform: translate(-100%);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */ }

  50% {
    opacity: 0;
    -webkit-transform: translate(100%);
    -khtml-transform: translate(100%);
    -moz-transform: translate(100%);
    -ms-transform: translate(100%);
    -o-transform: translate(100%);
    transform: translate(100%);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */ }

  51% {
    opacity: 1; } }

@-o-keyframes toLeftFromRight {
  49% {
    -webkit-transform: translate(-100%);
    -khtml-transform: translate(-100%);
    -moz-transform: translate(-100%);
    -ms-transform: translate(-100%);
    -o-transform: translate(-100%);
    transform: translate(-100%);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */ }

  50% {
    opacity: 0;
    -webkit-transform: translate(100%);
    -khtml-transform: translate(100%);
    -moz-transform: translate(100%);
    -ms-transform: translate(100%);
    -o-transform: translate(100%);
    transform: translate(100%);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */ }

  51% {
    opacity: 1; } }

@keyframes toLeftFromRight {
  49% {
    -webkit-transform: translate(-100%);
    -khtml-transform: translate(-100%);
    -moz-transform: translate(-100%);
    -ms-transform: translate(-100%);
    -o-transform: translate(-100%);
    transform: translate(-100%);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */ }

  50% {
    opacity: 0;
    -webkit-transform: translate(100%);
    -khtml-transform: translate(100%);
    -moz-transform: translate(100%);
    -ms-transform: translate(100%);
    -o-transform: translate(100%);
    transform: translate(100%);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */ }

  51% {
    opacity: 1; } }

@-webkit-keyframes toRightFromLeft {
  49% {
    -webkit-transform: translate(100%);
    -khtml-transform: translate(100%);
    -moz-transform: translate(100%);
    -ms-transform: translate(100%);
    -o-transform: translate(100%);
    transform: translate(100%);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */ }

  50% {
    opacity: 0;
    -webkit-transform: translate(-100%);
    -khtml-transform: translate(-100%);
    -moz-transform: translate(-100%);
    -ms-transform: translate(-100%);
    -o-transform: translate(-100%);
    transform: translate(-100%);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */ }

  51% {
    opacity: 1; } }

@-moz-keyframes toRightFromLeft {
  49% {
    -webkit-transform: translate(100%);
    -khtml-transform: translate(100%);
    -moz-transform: translate(100%);
    -ms-transform: translate(100%);
    -o-transform: translate(100%);
    transform: translate(100%);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */ }

  50% {
    opacity: 0;
    -webkit-transform: translate(-100%);
    -khtml-transform: translate(-100%);
    -moz-transform: translate(-100%);
    -ms-transform: translate(-100%);
    -o-transform: translate(-100%);
    transform: translate(-100%);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */ }

  51% {
    opacity: 1; } }

@-ms-keyframes toRightFromLeft {
  49% {
    -webkit-transform: translate(100%);
    -khtml-transform: translate(100%);
    -moz-transform: translate(100%);
    -ms-transform: translate(100%);
    -o-transform: translate(100%);
    transform: translate(100%);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */ }

  50% {
    opacity: 0;
    -webkit-transform: translate(-100%);
    -khtml-transform: translate(-100%);
    -moz-transform: translate(-100%);
    -ms-transform: translate(-100%);
    -o-transform: translate(-100%);
    transform: translate(-100%);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */ }

  51% {
    opacity: 1; } }

@-o-keyframes toRightFromLeft {
  49% {
    -webkit-transform: translate(100%);
    -khtml-transform: translate(100%);
    -moz-transform: translate(100%);
    -ms-transform: translate(100%);
    -o-transform: translate(100%);
    transform: translate(100%);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */ }

  50% {
    opacity: 0;
    -webkit-transform: translate(-100%);
    -khtml-transform: translate(-100%);
    -moz-transform: translate(-100%);
    -ms-transform: translate(-100%);
    -o-transform: translate(-100%);
    transform: translate(-100%);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */ }

  51% {
    opacity: 1; } }

@keyframes toRightFromLeft {
  49% {
    -webkit-transform: translate(100%);
    -khtml-transform: translate(100%);
    -moz-transform: translate(100%);
    -ms-transform: translate(100%);
    -o-transform: translate(100%);
    transform: translate(100%);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */ }

  50% {
    opacity: 0;
    -webkit-transform: translate(-100%);
    -khtml-transform: translate(-100%);
    -moz-transform: translate(-100%);
    -ms-transform: translate(-100%);
    -o-transform: translate(-100%);
    transform: translate(-100%);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */ }

  51% {
    opacity: 1; } }

@-webkit-keyframes toTopFromBottom {
  49% {
    -webkit-transform: translateY(-100%);
    -khtml-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */ }

  50% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    -khtml-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */ }

  51% {
    opacity: 1; } }

@-moz-keyframes toTopFromBottom {
  49% {
    -webkit-transform: translateY(-100%);
    -khtml-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */ }

  50% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    -khtml-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */ }

  51% {
    opacity: 1; } }

@-ms-keyframes toTopFromBottom {
  49% {
    -webkit-transform: translateY(-100%);
    -khtml-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */ }

  50% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    -khtml-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */ }

  51% {
    opacity: 1; } }

@-o-keyframes toTopFromBottom {
  49% {
    -webkit-transform: translateY(-100%);
    -khtml-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */ }

  50% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    -khtml-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */ }

  51% {
    opacity: 1; } }

@keyframes toTopFromBottom {
  49% {
    -webkit-transform: translateY(-100%);
    -khtml-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */ }

  50% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    -khtml-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */ }

  51% {
    opacity: 1; } }

@-webkit-keyframes toBottomFromTop {
  49% {
    -webkit-transform: translateY(100%);
    -khtml-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */ }

  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -khtml-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */ }

  51% {
    opacity: 1; } }

@-moz-keyframes toBottomFromTop {
  49% {
    -webkit-transform: translateY(100%);
    -khtml-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */ }

  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -khtml-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */ }

  51% {
    opacity: 1; } }

@-ms-keyframes toBottomFromTop {
  49% {
    -webkit-transform: translateY(100%);
    -khtml-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */ }

  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -khtml-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */ }

  51% {
    opacity: 1; } }

@-o-keyframes toBottomFromTop {
  49% {
    -webkit-transform: translateY(100%);
    -khtml-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */ }

  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -khtml-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */ }

  51% {
    opacity: 1; } }

@keyframes toBottomFromTop {
  49% {
    -webkit-transform: translateY(100%);
    -khtml-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */ }

  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -khtml-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */ }

  51% {
    opacity: 1; } }

@-webkit-keyframes toTopFromBottom2 {
  0% {
    -webkit-transform: translateY(-100%);
    -khtml-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */ }

  100% {
    -webkit-transform: translateY(0);
    -khtml-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */ } }

@-moz-keyframes toTopFromBottom2 {
  0% {
    -webkit-transform: translateY(-100%);
    -khtml-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */ }

  100% {
    -webkit-transform: translateY(0);
    -khtml-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */ } }

@-ms-keyframes toTopFromBottom2 {
  0% {
    -webkit-transform: translateY(-100%);
    -khtml-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */ }

  100% {
    -webkit-transform: translateY(0);
    -khtml-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */ } }

@-o-keyframes toTopFromBottom2 {
  0% {
    -webkit-transform: translateY(-100%);
    -khtml-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */ }

  100% {
    -webkit-transform: translateY(0);
    -khtml-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */ } }

@keyframes toTopFromBottom2 {
  0% {
    -webkit-transform: translateY(-100%);
    -khtml-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */ }

  100% {
    -webkit-transform: translateY(0);
    -khtml-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */ } }

@-webkit-keyframes danceY {
  0% {
    -webkit-transform: translateY(0);
    -khtml-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */ }

  50% {
    -webkit-transform: translateY(-20px);
    -khtml-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */ }

  100% {
    -webkit-transform: translateY(0);
    -khtml-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */ } }

@-moz-keyframes danceY {
  0% {
    -webkit-transform: translateY(0);
    -khtml-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */ }

  50% {
    -webkit-transform: translateY(-20px);
    -khtml-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */ }

  100% {
    -webkit-transform: translateY(0);
    -khtml-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */ } }

@-ms-keyframes danceY {
  0% {
    -webkit-transform: translateY(0);
    -khtml-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */ }

  50% {
    -webkit-transform: translateY(-20px);
    -khtml-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */ }

  100% {
    -webkit-transform: translateY(0);
    -khtml-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */ } }

@-o-keyframes danceY {
  0% {
    -webkit-transform: translateY(0);
    -khtml-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */ }

  50% {
    -webkit-transform: translateY(-20px);
    -khtml-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */ }

  100% {
    -webkit-transform: translateY(0);
    -khtml-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */ } }

@keyframes danceY {
  0% {
    -webkit-transform: translateY(0);
    -khtml-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */ }

  50% {
    -webkit-transform: translateY(-20px);
    -khtml-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */ }

  100% {
    -webkit-transform: translateY(0);
    -khtml-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */ } }

@-webkit-keyframes toUpAndOpacity {
  0% {
    -webkit-transform: translateY(-20px);
    -khtml-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */
    opacity: 0; }

  50% {
    -webkit-transform: translateY(-10px);
    -khtml-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */
    opacity: 0.5; }

  100% {
    -webkit-transform: translateY(0);
    -khtml-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */
    opacity: 1; } }

@-moz-keyframes toUpAndOpacity {
  0% {
    -webkit-transform: translateY(-20px);
    -khtml-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */
    opacity: 0; }

  50% {
    -webkit-transform: translateY(-10px);
    -khtml-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */
    opacity: 0.5; }

  100% {
    -webkit-transform: translateY(0);
    -khtml-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */
    opacity: 1; } }

@-ms-keyframes toUpAndOpacity {
  0% {
    -webkit-transform: translateY(-20px);
    -khtml-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */
    opacity: 0; }

  50% {
    -webkit-transform: translateY(-10px);
    -khtml-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */
    opacity: 0.5; }

  100% {
    -webkit-transform: translateY(0);
    -khtml-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */
    opacity: 1; } }

@-o-keyframes toUpAndOpacity {
  0% {
    -webkit-transform: translateY(-20px);
    -khtml-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */
    opacity: 0; }

  50% {
    -webkit-transform: translateY(-10px);
    -khtml-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */
    opacity: 0.5; }

  100% {
    -webkit-transform: translateY(0);
    -khtml-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */
    opacity: 1; } }

@keyframes toUpAndOpacity {
  0% {
    -webkit-transform: translateY(-20px);
    -khtml-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */
    opacity: 0; }

  50% {
    -webkit-transform: translateY(-10px);
    -khtml-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */
    opacity: 0.5; }

  100% {
    -webkit-transform: translateY(0);
    -khtml-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */
    opacity: 1; } }

.dance-infinite {
  cursor: pointer;
  -webkit-animation: danceY 1s linear infinite;
  -khtml-animation: danceY 1s linear infinite;
  -moz-animation: danceY 1s linear infinite;
  -ms-animation: danceY 1s linear infinite;
  -o-animation: danceY 1s linear infinite;
  animation: danceY 1s linear infinite;
  /* BACKGROUND GRADIENT */
  /*///////////////////////////////////ANIMATION//////////////////////////////////*/ }

.btn, button, .button, input[type="submit"] {
  padding: 8px 24px;
  display: inline-block;
  outline: medium none;
  -webkit-transition: all 300ms ease;
  -khtml-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  /* BACKGROUND GRADIENT */
  /* TRANSITION DELAY */ }

.btn:hover, button:hover, .button:hover, input[type="submit"]:hover, .btn:focus, button:focus, .button:focus, input[type="submit"]:focus {
  outline: medium none;
  text-decoration: none; }

.dropcap {
  line-height: 24px; }
  .dropcap:first-letter {
    margin-top: 10px;
    padding: 0 20px;
    color: #141414;
    float: left;
    font-size: 36px;
    font-weight: bold; }

.dropcap-bg {
  line-height: 24px;
  margin-top: 10px;
  /**
* ----> Single Post
*/ }
  .dropcap-bg:first-letter {
    background: #141414 none repeat scroll 0 0;
    color: #fff;
    float: left;
    font-size: 36px;
    font-weight: bold;
    margin-right: 14px;
    margin-top: -3px;
    padding: 10px 15px; }

.single .social-list {
  display: inline-block;
  padding: 0;
  margin: 0; }
  .single .social-list li {
    display: inline-block;
    list-style: none;
    padding: 0 7px; }
    .single .social-list li .fa {
      display: block;
      text-align: center;
      font-size: 12px;
      color: #212121; }
      .single .social-list li .fa:hover {
        color: #1e73be; }
  .single .post-navigation {
    margin-top: 15px;
    padding: 10px 0;
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5; }

.page .post-teaser blockquote, .blog .post-teaser blockquote, .archive .post-teaser blockquote, .search .post-teaser blockquote {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0; }

.blog #content, .archive #content, .search #content {
  padding-bottom: 50px; }

.single .post-teaser .zo-blog-detail .zo-blog-content {
  margin-bottom: 25px; }

article.post-teaser {
  margin-bottom: 40px;
  padding-bottom: 20px; }
  article.post-teaser.sticky {
    background-color: #f9f9f9;
    padding: 10px 20px 20px; }
  article.post-teaser.sticky \ .zo-blog-title:before {
    content: "\f08d";
    font-size: 30px;
    color: #1e73be;
    padding-right: 10px;
    font-family: FontAwesome; }
  article.post-teaser .zo-blog-media .zo-blog-video iframe {
    width: 100%; }
  article.post-teaser .zo-blog-media .zo-blog-gallery {
    position: relative; }
    article.post-teaser .zo-blog-media .zo-blog-gallery .carousel .carousel-control {
      background: none;
      text-shadow: none;
      opacity: 1; }
      article.post-teaser .zo-blog-media .zo-blog-gallery .carousel .carousel-control .fa {
        background: #fff;
        color: #141414;
        display: block;
        width: 35px;
        height: 35px;
        line-height: 35px;
        text-align: center;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -khtml-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        /* BACKGROUND GRADIENT */
        /* TRANSFORM STYLE */ }
      article.post-teaser .zo-blog-media .zo-blog-gallery .carousel .carousel-control:hover > .fa {
        background: #1e73be;
        color: #fff; }
  article.post-teaser .zo-blog-media .zo-blog-audio .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3); }
    article.post-teaser .zo-blog-media .zo-blog-audio .overlay .overlay-inner {
      position: absolute;
      top: 50%;
      left: 0;
      text-align: center;
      width: 100%;
      -webkit-transform: translateY(-50%);
      -khtml-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      /* BACKGROUND GRADIENT */
      /* TRANSFORM STYLE */
      padding-left: 20px;
      padding-right: 20px; }
    article.post-teaser .zo-blog-media .zo-blog-audio .overlay .play-button {
      color: #fff;
      display: inline-block;
      border: 1px solid rgba(255, 255, 255, 0.3);
      font-size: 55px;
      height: 88px;
      line-height: 88px;
      text-align: center;
      width: 88px; }
    article.post-teaser .zo-blog-media .zo-blog-audio .overlay .mejs-container {
      margin-top: 40px; }
  article.post-teaser .zo-blog-media .zo-blog-link {
    line-height: 16px; }
  article.post-teaser .zo-blog-title {
    letter-spacing: 0;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
    color: #141414;
    position: relative;
    text-transform: uppercase;
    margin: 20px 0 25px 0; }
  article.post-teaser .zo-blog-title:before {
    font-family: FontAwesome;
    background: #1e73be;
    bottom: -15px;
    content: "";
    height: 10px;
    left: 0;
    position: absolute;
    width: 10px; }
  article.post-teaser .zo-blog-title a {
    color: #141414; }
    article.post-teaser .zo-blog-title a:hover {
      color: #1e73be; }
  article.post-teaser .zo-blog-meta {
    margin-bottom: 10px; }
  article.post-teaser .zo-blog-meta ul {
    margin: 0;
    padding: 10px; }
    article.post-teaser .zo-blog-meta ul li {
      display: inline-block;
      position: relative;
      padding: 0 10px 0 20px; }
    article.post-teaser .zo-blog-meta ul li.zo-blog-author:before {
      position: absolute;
      content: '\f007';
      left: 0;
      top: 0;
      font-family: FontAwesome;
      font-size: 14px;
      color: #1e73be; }
    article.post-teaser .zo-blog-meta ul li.zo-blog-date:before {
      position: absolute;
      content: '\f133';
      left: 0;
      top: 0;
      font-family: FontAwesome;
      font-size: 14px;
      color: #1e73be; }
    article.post-teaser .zo-blog-meta ul li.zo-blog-tag:before {
      position: absolute;
      content: '\f02c';
      left: 0;
      top: 0;
      font-family: FontAwesome;
      font-size: 14px;
      color: #1e73be; }
    article.post-teaser .zo-blog-meta ul li.zo-blog-category:before {
      position: absolute;
      content: '\f07b';
      left: 0;
      top: 0;
      font-family: FontAwesome;
      font-size: 14px;
      color: #1e73be; }
    article.post-teaser .zo-blog-meta ul li.zo-blog-comment:before {
      position: absolute;
      content: '\f086';
      left: 0;
      top: 0;
      font-family: FontAwesome;
      font-size: 14px;
      color: #1e73be; }
  article.post-teaser .zo-blog-link .zo-blog-social {
    text-align: right; }
    article.post-teaser .zo-blog-link .zo-blog-social .social-list {
      display: inline-block;
      padding: 0;
      margin: 0; }
    article.post-teaser .zo-blog-link .zo-blog-social .social-list li {
      display: inline-block;
      list-style: none;
      padding: 0 7px; }
    article.post-teaser .zo-blog-link .zo-blog-social .social-list li .fa {
      display: block;
      text-align: center; }
      article.post-teaser .zo-blog-link .zo-blog-social .social-list li .fa:hover {
        color: #1e73be; }
  article.post-teaser .zo-author-info {
    margin: 30px auto; }
  article.post-teaser .zo-author-info .zo-author-avatar {
    display: inline-block;
    float: left; }
  article.post-teaser .zo-author-info .zo-author-description {
    display: inline-block;
    padding-left: 30px; }
    article.post-teaser .zo-author-info .zo-author-description h3 {
      margin-bottom: 5px; }
    article.post-teaser .zo-author-info .zo-author-description p {
      margin-bottom: 10px; }

article.blog-large .zo-blog-meta {
  margin-bottom: 10px; }
  article.blog-large .zo-blog-meta ul {
    border: 1px solid #e7e7e7; }
  article.blog-large .zo-blog-video {
    margin-bottom: -7px; }

article.blog-medium .zo-blog-title {
  margin: 0 0 25px; }
  article.blog-medium .zo-blog-meta ul {
    border-color: #e7e7e7;
    border-style: solid none;
    border-width: 0 0 1px 0;
    margin: 15px 0 0;
    padding: 10px 0; }

article.blog-grid {
  border: 1px solid #e7e7e7; }
  article.blog-grid .zo-blog-detail {
    padding: 0 15px; }
  article.blog-grid .zo-blog-meta ul {
    margin: 15px 0 0;
    padding: 0; }

.single .zo-blog-single {
  /* ZO GRID COLUMNS */ }
  .single .zo-blog-single.type-portfolio .zo-blog-content {
    margin-bottom: 45px; }
  .single .zo-blog-single.type-portfolio .zo-blog-media {
    margin-bottom: 110px; }
  .single .zo-blog-single.type-portfolio .zo-blog-desc {
    padding-top: 10px;
    margin-bottom: 55px; }
  .single .zo-blog-single.type-portfolio .zo-blog-info {
    list-style: none;
    padding-left: 0;
    padding-top: 10px; }
    .single .zo-blog-single.type-portfolio .zo-blog-info li {
      margin-bottom: 10px; }
    .single .zo-blog-single.type-portfolio .zo-blog-info li label {
      display: inline-block;
      width: 68px; }
    .single .zo-blog-single.type-portfolio .zo-blog-info li span {
      padding-left: 40px;
      color: #9ca8b1; }
    .single .zo-blog-single.type-portfolio .zo-blog-info li span a {
      color: #9ca8b1; }
      .single .zo-blog-single.type-portfolio .zo-blog-info li span a:hover {
        color: #1e73be; }
  .single .zo-blog-single.type-portfolio .post-navigation {
    border-color: #e1e5e7; }

@media (min-width: 1200px) {
  #zo-blog-grid.zo-lg-2cols .zo-grid-item:nth-child(2n+1) {
    clear: both; }

  #zo-blog-grid.zo-lg-3cols .zo-grid-item:nth-child(3n+1) {
    clear: both; }

  #zo-blog-grid.zo-lg-4cols .zo-grid-item:nth-child(4n+1) {
    clear: both; } }

@media (min-width: 992px) and (max-width: 1200px) {
  #zo-blog-grid.zo-md-2cols .zo-grid-item:nth-child(2n+1) {
    clear: both; }

  #zo-blog-grid.zo-md-3cols .zo-grid-item:nth-child(3n+1) {
    clear: both; }

  #zo-blog-grid.zo-md-4cols .zo-grid-item:nth-child(4n+1) {
    clear: both; } }

@media (min-width: 768px) and (max-width: 991px) {
  /* ==========================================================================
   [End] Blog Classic
========================================================================== */
  /* ==========================================================================
   [Start] Navigation
========================================================================== */
    #zo-blog-grid.zo-sm-2cols .zo-grid-item:nth-child(2n+1) {
      clear: both; }
    #zo-blog-grid.zo-sm-3cols .zo-grid-item:nth-child(3n+1) {
      clear: both; }
    #zo-blog-grid.zo-sm-4cols .zo-grid-item:nth-child(4n+1) {
      clear: both; } }

.navigation {
  text-align: center;
  display: inline-block;
  width: 100%; }
  .navigation .pagination {
    margin-bottom: 40px; }
  .navigation .pagination a, .navigation .pagination .current {
    padding: 10px 15px;
    border: 1px solid #ececec;
    color: #1e73be;
    margin-right: 7px; }
    .navigation .pagination a:hover, .navigation .pagination .current:hover {
      background-color: transparent;
      color: #1e73be; }
  .navigation .pagination span.current {
    color: #1e73be;
    background-color: transparent; }

.post-navigation {
  /* ==========================================================================
   [End] 3. Navigation
========================================================================== */
  /*=================================================================
 [Start] Portfolio
*==================================================================*/ }
  .post-navigation a {
    font-size: 14px;
    color: #141414;
    max-width: 350px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .post-navigation a.post-prev i {
    padding-right: 20px; }
  .post-navigation a.post-next i {
    padding-left: 20px; }

.printing-portfolio-default .zo-portfolio-detail, .printing-portfolio-gallery .zo-portfolio-detail {
  padding-top: 30px; }
  .printing-portfolio-default .zo-portfolio-detail label, .printing-portfolio-gallery .zo-portfolio-detail label {
    width: 100px;
    font-size: 14px;
    text-transform: uppercase;
    color: #212121;
    display: inline-block; }
  .printing-portfolio-default .zo-portfolio-detail h2, .printing-portfolio-gallery .zo-portfolio-detail h2 {
    font-family: "Roboto";
    color: #616161;
    font-size: 16px;
    margin: 0; }
  .printing-portfolio-default .zo-portfolio-detail p, .printing-portfolio-gallery .zo-portfolio-detail p {
    margin: 0; }
  .printing-portfolio-default .zo-portfolio-detail .zo-portfolio-content p, .printing-portfolio-gallery .zo-portfolio-detail .zo-portfolio-content p {
    margin: 0 0 15px; }
  .printing-portfolio-default .zo-portfolio-detail .portfolio-client, .printing-portfolio-gallery .zo-portfolio-detail .portfolio-client {
    color: #1e73be; }
    .printing-portfolio-default .zo-portfolio-detail .portfolio-client label, .printing-portfolio-gallery .zo-portfolio-detail .portfolio-client label {
      color: #212121; }

.printing-portfolio-default {
  padding: 50px 0;
  position: relative; }
  .printing-portfolio-default:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 15px;
    width: 100%;
    max-width: 760px;
    border-bottom: 1px solid #b6b6b6; }

.printing-portfolio-gallery {
  padding: 50px 0 35px;
  position: relative;
  /*=================================================================
 [End] Portfolio
*==================================================================*/
  /*=================================================================
 [Start] Team
*==================================================================*/
  /*=================================================================
 [End] Team
*==================================================================*/
  /*=================================================================
 [Start] Testimonial
*==================================================================*/
  /*=================================================================
 [End] Testimonial
*==================================================================*/
  /*=================================================================
 [Start] Client
*==================================================================*/ }
  .printing-portfolio-gallery:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 15px;
    width: 100%;
    max-width: 760px;
    border-bottom: 1px solid #b6b6b6; }
  .printing-portfolio-gallery .zo-portfolio-detail {
    padding-top: 15px; }

.our-partners {
  text-align: center;
  /*=================================================================
 [End] Client
*==================================================================*/
  /* ==========================================================================
   [Start] FAQ
========================================================================== */ }
  .our-partners img {
    display: inline-block;
    border: 1px solid #ececec;
    margin-bottom: 15px !important; }
  @media screen and (min-width: 640px) {
    .our-partners img {
      margin-left: 15px !important; } }

.vc_tta-panel-body {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 55px !important;
  /* ==========================================================================
   [End] Blog Classic
========================================================================== */
  /**
* Custom Carousel
*/ }
  .vc_tta-panel-body .vc_toggle_default {
    border: 1px solid #ececec;
    padding: 15px 35px 15px 25px; }
  .vc_tta-panel-body .vc_toggle_default .vc_toggle_title {
    padding-left: 0 !important; }
    .vc_tta-panel-body .vc_toggle_default .vc_toggle_title h4 {
      font-size: 14px;
      font-weight: normal;
      letter-spacing: 0; }
    .vc_tta-panel-body .vc_toggle_default .vc_toggle_title .vc_toggle_icon {
      left: auto !important;
      right: -10px; }
  .vc_tta-panel-body .vc_toggle_default .vc_toggle_content {
    padding-left: 0 !important;
    font-size: 13px; }
  .vc_tta-panel-body .vc_toggle_default.vc_toggle_active {
    border-color: #909090; }

.custom-carousel.owl-carousel .owl-item {
  color: #fff; }
  .custom-carousel.owl-carousel .owl-item h2 {
    font-size: 26px;
    line-height: 60px;
    letter-spacing: 0.1em;
    font-weight: 400;
    color: #fff; }
  .custom-carousel.owl-carousel .owl-item p {
    font-size: 22px;
    font-style: italic;
    color: #fff; }
  .custom-carousel.owl-carousel .owl-nav {
    text-align: left;
    margin-top: 40px; }
  .custom-carousel.owl-carousel .owl-nav [class*="owl-"] {
    background-color: transparent;
    display: inline-block;
    padding: 0;
    margin: 0;
    height: 34px;
    width: 34px;
    line-height: 30px;
    font-size: 20px;
    color: #fff;
    border: 1px solid #fff;
    text-align: center;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    /* BACKGROUND GRADIENT */ }
    .custom-carousel.owl-carousel .owl-nav [class*="owl-"] i {
      line-height: normal; }
    .custom-carousel.owl-carousel .owl-nav [class*="owl-"].owl-prev {
      margin-right: 40px;
      position: relative; }
    .custom-carousel.owl-carousel .owl-nav [class*="owl-"].owl-prev:after {
      width: 40px;
      height: 1px;
      background-color: #fff;
      content: '';
      position: absolute;
      top: 50%;
      right: -41px; }

body.error404 #zo-page-element-wrap {
  margin-bottom: 0; }

#comments #respond {
  background: #f5f5f5;
  padding: 30px; }
  #comments .comments-title, #comments .comment-reply-title {
    position: relative;
    text-transform: uppercase; }
  #comments .comments-title:before, #comments .comment-reply-title:before {
    content: '';
    width: 10px;
    height: 10px;
    background-color: #1e73be;
    position: absolute;
    left: 0;
    bottom: -10px; }
  #comments .comment-list {
    list-style: none;
    padding: 0;
    margin: 0 0 28px; }
  #comments .comment-list li {
    position: relative;
    list-style: none; }
  #comments .comment-list .comment-body {
    padding-bottom: 25px;
    margin-bottom: 25px;
    overflow: hidden; }
    #comments .comment-list .comment-body .comment-author-image {
      float: left;
      max-width: 70px; }
    #comments .comment-list .comment-body .comment-author-image img {
      height: 80px;
      width: 80px; }
  #comments .comment-list .comment-main {
    margin-left: 100px; }
    @media screen and (max-width: 767px) {
    #comments .comment-list .comment-main {
      margin-left: 0; } }
    #comments .comment-list .comment-main .comment-header .comment-author {
      font-size: 18px;
      color: #212121; }
    #comments .comment-list .comment-main .reply {
      text-align: right;
      font-size: 12px;
      letter-spacing: 0.1em;
      text-transform: uppercase; }
  #comments .comment-list ul.children {
    padding-left: 130px;
    position: relative; }
    #comments .comment-list ul.children .comment-author-image {
      max-width: 109px;
      float: left;
      padding: 10px 0 20px;
      background: #fff; }
  #comments #commentform p {
    margin: 0 0 10px; }
    #comments #commentform p input[type="text"], #comments #commentform p textarea {
      -webkit-border-radius: 0;
      -khtml-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      -o-border-radius: 0;
      border-radius: 0;
      /* BACKGROUND GRADIENT */
      font-size: 13px;
      border-color: #ebebeb; }
    #comments #commentform p input[type="text"]:focus, #comments #commentform p textarea:focus {
      border-color: #1e73be; }
    #comments #commentform p label {
      font-size: 12px;
      font-style: italic;
      letter-spacing: 0.1em;
      color: #141414;
      text-transform: uppercase; }
    #comments #commentform p.comment-form-author, #comments #commentform p.comment-form-url, #comments #commentform p.comment-form-email {
      width: 33.33%;
      float: left;
      padding-right: 30px; }
    @media screen and (max-width: 767px) {
      #comments #commentform p.comment-form-author, #comments #commentform p.comment-form-url, #comments #commentform p.comment-form-email {
        width: 100%;
        padding-right: 0; } }
    #comments #commentform p.comment-form-url {
      padding-right: 0; }
    #comments #commentform p.comment-form-comment {
      clear: both;
      margin-bottom: 30px; }
    #comments #commentform p.form-submit {
      text-align: right; }

.single #comments {
  margin-bottom: 100px; }

.row-in-row .container {
  width: 100%; }
  .row-in-row .row {
    margin-left: 0;
    margin-right: 0; }

.artista-logo {
  border: 5px solid #414141;
  line-height: 87px;
  width: 87px;
  text-align: center; }

.artista-border-title > div {
  position: relative;
  /* Primary color class */ }
  .artista-border-title > div:before {
    background: #141414;
    bottom: 0;
    content: "";
    display: inline;
    height: 1px;
    left: 15px;
    position: absolute;
    width: calc(100% - 30px); }

.primary-color {
  color: #1e73be; }

blockquote {
  border-left: 5px solid #1e73be;
  padding-left: 10px; }

dl {
  margin-bottom: 1.6em; }

dt {
  font-weight: bold; }

dd {
  margin-bottom: 1.6em; }

table, th, td {
  border: 1px solid #eaeaea; }

table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 1.6em;
  /* Prevents HTML tables from becoming too wide */
  table-layout: fixed;
  width: 100%; }

caption, th, td {
  font-weight: normal;
  text-align: left; }

th {
  border-width: 0 1px 1px 0;
  font-weight: 700; }

td {
  border-width: 0 1px 1px 0; }

th, td {
  padding: 0.4em; }

img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: middle; }

figure {
  margin: 0; }

del {
  opacity: 0.8; }

dl {
  /* Alignments
==================================*/ }
  dl dt {
    font-weight: bold; }

blockquote.alignleft, .wp-caption.alignleft, img.alignleft {
  margin: 0.4em 1.6em 1.6em 0; }

blockquote.alignright, .wp-caption.alignright, img.alignright {
  margin: 0.4em 0 1.6em 1.6em; }

blockquote.aligncenter, .wp-caption.aligncenter, img.aligncenter {
  clear: both;
  margin-top: 0.4em;
  margin-bottom: 1.6em; }

.wp-caption.alignleft, .wp-caption.alignright, .wp-caption.aligncenter {
  margin-bottom: 1.2em; }

.anim-burger {
  position: relative;
  background: transparent;
  display: inline-block;
  width: 20px;
  height: 20px; }
  .anim-burger:after, .anim-burger:before {
    content: "";
    background: #444;
    position: absolute;
    width: 20px;
    height: 2px;
    top: 50%; }
  .anim-burger:before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -khtml-transform: rotate3d(0, 0, 1, 45deg);
    -moz-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    -o-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */ }
  .anim-burger:after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -khtml-transform: rotate3d(0, 0, 1, -45deg);
    -moz-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    -o-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */ }

.post-password-form input[type="submit"] {
  margin-top: 15px; }

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

@media screen and (max-width: 991px) {
  /*Message box*/
    .no-padding.zo-row-full-width .no-container {
      padding-left: 0;
      padding-right: 0; } }

.custom-message .alert {
  border-radius: 0;
  position: relative;
  margin-bottom: 30px; }
  .custom-message .alert .close {
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 18px;
    font-weight: bold; }
  .custom-message .alert .vertical-align > div:first-child {
    text-align: center; }
  .custom-message.message-icon-1 .alert strong {
    font-size: 14px; }
    .custom-message.message-icon-1 .alert .fa {
      background: #fff;
      border-radius: 50%;
      color: #000;
      line-height: 38px;
      -webkit-transform: translateY(calc(50% + 17px));
      -khtml-transform: translateY(calc(50% + 17px));
      -moz-transform: translateY(calc(50% + 17px));
      -ms-transform: translateY(calc(50% + 17px));
      -o-transform: translateY(calc(50% + 17px));
      transform: translateY(calc(50% + 17px));
      /* BACKGROUND GRADIENT */
      /* TRANSFORM STYLE */
      height: 38px;
      text-align: center;
      width: 38px; }
  .custom-message.message-icon-2.message-style-1 .alert .fa {
    border: 1px solid #fff; }
  .custom-message.message-icon-2.message-style-2 .alert.alert-success .fa {
    border: 1px solid #2fba87; }
    .custom-message.message-icon-2.message-style-2 .alert.alert-warning .fa {
      border: 1px solid #ffc11b; }
    .custom-message.message-icon-2.message-style-2 .alert.alert-info .fa {
      border: 1px solid #6dcff6; }
    .custom-message.message-icon-2.message-style-2 .alert.alert-danger .fa {
      border: 1px solid #eb5020; }
  .custom-message.message-icon-2 .alert strong {
    font-size: 14px; }
    .custom-message.message-icon-2 .alert .fa {
      border-radius: 50%;
      line-height: 38px;
      height: 38px;
      text-align: center;
      width: 38px; }
    .custom-message.message-icon-2 .alert .vertical-align > div:first-child {
      text-align: center; }
  .custom-message.message-style-1 .alert {
    font-size: 11px;
    color: #fff; }
    .custom-message.message-style-1 .alert .close {
      color: #fff; }
    .custom-message.message-style-1 .alert.alert-success {
      background: #2fba87;
      border-color: #2fba87; }
    .custom-message.message-style-1 .alert.alert-warning {
      background: #ffc11b;
      border-color: #ffc11b; }
    .custom-message.message-style-1 .alert.alert-info {
      background: #6dcff6;
      border-color: #6dcff6; }
    .custom-message.message-style-1 .alert.alert-danger {
      background: #eb5020;
      border-color: #eb5020; }
  .custom-message.message-style-2 .alert {
    font-size: 11px;
    border-width: 2px; }
    .custom-message.message-style-2 .alert.alert-success {
      color: #2fba87;
      border-color: #2fba87;
      background: #e7f6f0; }
    .custom-message.message-style-2 .alert.alert-success .close {
      color: #2fba87; }
    .custom-message.message-style-2 .alert.alert-warning {
      color: #ffc11b;
      border-color: #ffc11b;
      background: #fffbf0; }
    .custom-message.message-style-2 .alert.alert-warning .close {
      color: #ffc11b; }
    .custom-message.message-style-2 .alert.alert-info {
      color: #6dcff6;
      border-color: #6dcff6;
      background: #effaff; }
    .custom-message.message-style-2 .alert.alert-info .close {
      color: #6dcff6; }
    .custom-message.message-style-2 .alert.alert-danger {
      color: #eb5020;
      border-color: #eb5020;
      background: #fff0ec; }
    .custom-message.message-style-2 .alert.alert-danger .close {
      color: #eb5020; }

h2.vc_custom_heading {
  margin-bottom: 25px; }
  h2.vc_custom_heading:after {
    color: #1e73be;
    content: "."; }

.client-partners {
  padding: 35px 0; }
  .client-partners .vc_single_image-wrapper {
    opacity: 0.2;
    -webkit-transition: all 0.5s;
    -khtml-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    /* BACKGROUND GRADIENT */
    /* TRANSITION DELAY */ }
  .client-partners .vc_single_image-wrapper:hover {
    opacity: 0.8; }

.quoteblock {
  padding: 0 50px;
  position: relative;
  text-align: left !important; }
  .quoteblock:before {
    position: absolute;
    left: 30px;
    top: 0;
    height: 100%;
    border-left: 5px solid #1e73be;
    content: ""; }

.quoteblock-01 {
  padding: 30px;
  margin: 30px auto;
  width: 90%;
  position: relative;
  text-align: left !important;
  border: 2px solid rgba(30, 115, 190, 0.6);
  border-radius: 3px; }
  .quoteblock-01:before {
    background: #fff none repeat scroll 0 0;
    color: #0d6cbe;
    content: "\f10e";
    font-family: FontAwesome;
    font-size: 35px;
    height: 30px;
    left: calc(50% - 30px);
    position: absolute;
    text-align: center;
    top: -10px;
    width: 60px; }
  .quoteblock-01 p {
    text-align: center; }
  .quoteblock-01 h2 {
    text-align: center; }

.artista-list-style li {
  list-style-type: none;
  padding-left: 25px;
  position: relative;
  padding-bottom: 10px; }
  .artista-list-style li:before {
    position: absolute;
    content: "\f046";
    font-family: "FontAwesome";
    font-size: 16px;
    color: #1e73be;
    top: 0;
    left: 0; }

.artista-dots-right .zo-heading-main {
  margin-bottom: 25px; }
  .artista-dots-right .zo-heading-main:after {
    content: ".";
    color: #1e73be; }

.artista-our-store-line {
  margin-bottom: 20px;
  min-height: 130px !important; }
  .artista-our-store-line:before {
    position: absolute;
    content: "";
    left: 15px;
    bottom: 0;
    border-bottom: 3px solid;
    width: 40px;
    height: 0; }

.artista-color-white .zo-heading-main {
  color: #fff; }

.artista-color-gray .zo-heading-main {
  color: #bcbcbc; }

.artista-heading-spacing {
  /* HOME 01 */ }
  .artista-heading-spacing .zo-heading-main {
    letter-spacing: 0.3em;
    font-weight: normal; }

.artista-story-padding {
  padding-bottom: 250px;
  padding-top: 180px; }
  @media screen and (max-width: 767px) {
  .artista-story-padding {
    padding-bottom: 80px;
    padding-top: 50px; } }

.artista-service-margin {
  margin: 200px 0;
  border: 4px solid #fff;
  padding: 100px !important; }
  @media (min-width: 992px) and (max-width: 1399px) {
  .artista-service-margin {
    padding: 30px !important;
    margin: 200px 20px; } }
  @media (min-width: 767px) and (max-width: 991px) {
  .artista-service-margin {
    padding: 30px !important;
    margin: 200px 10px 200px 50px; } }
  @media screen and (max-width: 765px) {
  .artista-service-margin {
    padding: 30px 15px !important;
    margin: 50px 20px 50px 70px !important; } }
  .artista-service-margin p {
    color: #838383;
    font-size: 16px; }
  .zo-boxed .artista-service-margin {
    padding: 50px !important; }

.artista-team-before {
  position: relative; }
  .artista-team-before:before {
    position: absolute;
    content: "";
    height: 80px;
    width: 0;
    bottom: 10px;
    left: 50%;
    border-left: 1px solid #414141; }

.artista-testimonial-padding {
  padding: 400px 50px 80px; }
  @media (min-width: 981px) and (max-width: 1399px) {
  .artista-testimonial-padding {
    padding: 300px 40px 60px; } }
  @media (min-width: 800px) and (max-width: 980px) {
  .artista-testimonial-padding {
    padding: 250px 30px 50px; } }
  @media screen and (max-width: 767px) {
  .artista-testimonial-padding {
    padding: 150px 20px 30px; } }

.artista-header-two {
  position: relative; }
  .artista-header-two:before {
    position: absolute;
    left: -120px;
    top: -15px;
    content: "02";
    color: rgba(255, 255, 255, 0.1);
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    font-size: 100px;
    line-height: 120px;
    margin: 10px 0 0;
    transform: rotate(-90deg); }
  @media screen and (max-width: 549px) {
    .artista-header-two:before {
      left: -77px;
      font-size: 70px;
      top: -30px; } }

.artista-header-three {
  position: relative; }
  .artista-header-three:before {
    position: absolute;
    left: -120px;
    top: -15px;
    content: "03";
    color: rgba(255, 255, 255, 0.1);
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    font-size: 100px;
    line-height: 120px;
    margin: 10px 0 0;
    transform: rotate(-90deg); }
  @media screen and (max-width: 549px) {
    .artista-header-three:before {
      left: -77px;
      font-size: 70px;
      top: -30px; } }

.artista-header-four {
  position: relative; }
  .artista-header-four:before {
    position: absolute;
    left: -120px;
    top: 0;
    content: "04";
    color: #e5e5e5;
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    font-size: 100px;
    line-height: 120px;
    margin: 10px 0 0;
    transform: rotate(-90deg); }
  @media (min-width: 760px) and (max-width: 980px) {
  .artista-header-four {
    margin-top: 100px; }
    .artista-header-four:before {
      left: 0;
      top: -120px;
      transform: rotate(0deg); } }

.artista-header-five {
  position: relative; }
  .artista-header-five:before {
    position: absolute;
    left: 0;
    top: -120px;
    content: "05";
    color: #e5e5e5;
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    font-size: 100px;
    line-height: 120px;
    margin: 10px 0 0; }

.artista-header-six {
  position: relative; }
  .artista-header-six:before {
    position: absolute;
    left: 0;
    top: -120px;
    content: "06";
    color: #e5e5e5;
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    font-size: 100px;
    line-height: 120px;
    margin: 10px 0 0; }

.artista-border-right-bottom {
  border-right: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8; }

.artista-border-bottom {
  border-bottom: 1px solid #e8e8e8; }

.artista-border-right {
  border-right: 1px solid #e8e8e8; }

.artista-newsletter-widget form p {
  display: inline-block;
  margin-bottom: 0 !important;
  margin-right: 15px;
  width: calc(100% / 3 - 30px); }
  @media screen and (max-width: 766px) {
      .artista-newsletter-widget form p {
        width: 100%; } }
  .artista-newsletter-widget form p .newsletter-email, .artista-newsletter-widget form p .newsletter-firstname {
    background: #f5f8fa none repeat scroll 0 0;
    border-color: #54646f;
    color: #54646f;
    border-style: none none solid;
    border-width: medium medium 1px;
    box-shadow: none;
    padding-left: 0;
    margin-bottom: 15px;
    width: 100%; }
  .artista-newsletter-widget form p .newsletter-submit {
    background: #414141;
    border: medium none;
    border-radius: 2px;
    box-sizing: border-box;
    color: #fff;
    line-height: 45px;
    margin: 20px 0;
    padding: 0 23px;
    -webkit-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    /* BACKGROUND GRADIENT */
    /* TRANSITION DELAY */ }
  .artista-newsletter-widget form p .newsletter-submit:hover {
    background: #1e73be;
    color: #fff; }

.artista-newsletter-widget-03 form {
  margin-top: 20px;
  padding-top: 5px; }
  .artista-newsletter-widget-03 form p {
    display: inline-block;
    margin-bottom: 0 !important;
    margin-right: 15px;
    width: 45%;
    min-width: 250px; }
  .artista-newsletter-widget-03 form p .newsletter-email, .artista-newsletter-widget-03 form p .newsletter-firstname {
    background: #f5f8fa none repeat scroll 0 0;
    border-color: #54646f;
    color: #54646f;
    border-style: none none solid;
    border-width: medium medium 1px;
    box-shadow: none;
    padding-left: 0;
    margin-bottom: 15px;
    width: 100%; }
  .artista-newsletter-widget-03 form p .newsletter-submit {
    background: #1e73be;
    border: medium none;
    border-radius: 2px;
    box-sizing: border-box;
    color: #fff;
    line-height: 45px;
    margin: 30px 0;
    padding: 0 23px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    /* BACKGROUND GRADIENT */
    /* TRANSITION DELAY */ }
  .artista-newsletter-widget-03 form p .newsletter-submit:hover {
    background: #fff;
    color: #1e73be; }

.artista-newsletter-widget-04 {
  /* HOME 02 */ }
  .artista-newsletter-widget-04 form {
    padding-top: 5px; }
  .artista-newsletter-widget-04 form p {
    display: inline-block;
    margin-bottom: 0 !important;
    margin-right: 15px;
    width: 45%;
    min-width: 250px; }
  @media screen and (max-width: 599px) {
      .artista-newsletter-widget-04 form p {
        min-width: 100%; } }
  .artista-newsletter-widget-04 form p .newsletter-email, .artista-newsletter-widget-04 form p .newsletter-firstname {
    background: #414141 none repeat scroll 0 0;
    border-color: #d2d2d2;
    color: #d2d2d2;
    border-style: none none solid;
    border-width: medium medium 1px;
    box-shadow: none;
    padding-left: 0;
    margin-bottom: 15px;
    width: 100%; }
  .artista-newsletter-widget-04 form p .newsletter-submit {
    background: #1e73be;
    border: medium none;
    border-radius: 2px;
    box-sizing: border-box;
    color: #fff;
    line-height: 45px;
    margin: 30px 0;
    padding: 0 23px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    /* BACKGROUND GRADIENT */
    /* TRANSITION DELAY */ }
  .artista-newsletter-widget-04 form p .newsletter-submit:hover {
    background: #fff;
    color: #1e73be; }

.artista-welcome-box {
  position: relative;
  border: 3px solid #464646;
  padding: 50px 80px;
  margin-top: 20px; }
  @media (min-width: 767px) and (max-width: 1169px) {
  .artista-welcome-box {
    padding: 50px 20px 30px; } }
  @media screen and (max-width: 766px) {
  .artista-welcome-box {
    padding: 50px 20px; } }
  .artista-welcome-box .artista-title-on-border {
    background: #fff;
    padding: 0 10px;
    position: absolute;
    text-align: center;
    margin-left: 10%;
    margin-right: 10%;
    width: 80%;
    top: -35px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .artista-welcome-box .artista-title-on-border {
      margin-left: 8%; } }
  @media screen and (max-width: 767px) {
    .artista-welcome-box .artista-title-on-border {
      margin-left: 5%; } }
  .artista-welcome-box p {
    text-align: justify;
    padding: 0 80px 15px; }
  @media (min-width: 767px) and (max-width: 1169px) {
    .artista-welcome-box p {
      padding: 0 30px 15px !important; } }
  @media screen and (max-width: 766px) {
    .artista-welcome-box p {
      padding: 0 0 15px !important; } }

.artista-service-padding {
  padding: 80px 0 50px 100px !important; }
  @media (min-width: 768px) and (max-width: 1169px) {
  .artista-service-padding {
    padding: 0 0 30px 100px !important; } }
  @media screen and (max-width: 449px) {
  .artista-service-padding {
    padding: 50px 0 40px 70px !important; } }

.artista-service-home4-padding {
  padding-left: 100px !important;
  padding-right: 100px !important; }
  @media screen and (max-width: 1299px) {
  .artista-service-home4-padding {
    padding-left: 20px !important;
    padding-right: 20px !important; } }

.artista-haft-padding {
  padding-left: calc((100% - 1155px) / 2);
  padding-right: 100px !important; }
  @media screen and (max-width: 1199px) {
  .artista-haft-padding {
    padding-left: 15px !important;
    padding-right: 15px !important; } }

.artista-header-two-service {
  position: relative; }
  .artista-header-two-service:before {
    position: absolute;
    left: -120px;
    top: -15px;
    content: "02";
    color: #e5e5e5;
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    font-size: 100px;
    line-height: 120px;
    margin: 10px 0 0;
    transform: rotate(-90deg); }

.artista-person {
  bottom: 150px;
  position: absolute;
  width: 100%;
  padding-left: 100px;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  /* BACKGROUND GRADIENT */
  /* TRANSITION DELAY */ }
  @media (min-width: 768px) and (max-width: 1169px) {
  .artista-person {
    padding-left: 50px;
    bottom: 100px; } }
  @media screen and (max-width: 767px) {
  .artista-person {
    padding-left: 0px;
    bottom: 60px; } }
  .artista-person:hover {
    padding-left: 0; }
  .artista-person h2 {
    color: #fff;
    font-weight: 400;
    text-align: center; }
  @media (min-width: 768px) and (max-width: 1169px) {
    .artista-person h2 {
      font-size: 40px;
      line-height: 40px; } }
  .artista-person h4 {
    color: #fff;
    font-weight: 400;
    text-align: center; }

.artista-filter-bg-white .zo-masonry-filter ul li a.active, .artista-filter-bg-white .zo-masonry-filter ul li a:hover {
  background: #fff; }

.artista-vertical-info-right {
  color: #929292;
  font-size: 18px;
  position: absolute;
  right: -125px;
  top: 200px;
  transform: rotate(90deg); }
  @media screen and (max-width: 767px) {
  .artista-vertical-info-right {
    display: none; } }
  @media (min-width: 768px) and (max-width: 991px) {
  .artista-vertical-info-right {
    right: -105px;
    top: 170px; } }

.artista-vertical-text {
  border: 1px solid;
  left: 50%;
  top: -35px;
  position: absolute;
  transform: translate(-50%) rotate(-90deg);
  padding: 11px 30px; }
  .artista-vertical-text p {
    letter-spacing: 0.3em;
    font-size: 11px;
    line-height: 11px;
    color: #141414;
    position: relative; }
  .artista-vertical-text p:before {
    background: url("../images/long-arrow-left.jpg") no-repeat scroll 0 0;
    content: "";
    font-size: 20px;
    height: 20px;
    left: -58px;
    position: absolute;
    top: 0;
    width: 50px; }

.artista-image-translate {
  transform: translateX(75px); }
  @media screen and (max-width: 1279px) {
  .artista-image-translate {
    transform: translateX(0); } }
  .zo-boxed .artista-image-translate {
    transform: translateX(0); }
  .zo-boxed .artista-image-translate img {
    width: 100%;
    max-width: 385px; }

.artista-image-subscribe {
  margin-top: 225px !important;
  /*HOME 05*/ }
  @media (min-width: 979px) and (max-width: 1279px) {
  .artista-image-subscribe {
    margin-top: 100px !important; } }
  @media screen and (max-width: 979px) {
  .artista-image-subscribe {
    margin-top: 30px !important; } }

.artista-cirle {
  border: 1px solid #414141;
  border-radius: 50%;
  width: 94px;
  height: 94px;
  text-align: center; }
  .artista-cirle .zo-heading-main {
    line-height: 94px;
    position: relative;
    display: inline-block; }
  .artista-cirle .zo-heading-main:before {
    background: #414141;
    content: "";
    height: 2px;
    position: absolute;
    top: 65%;
    width: 100%; }

.zo-button.artista-custom-fontsize {
  font-size: 14px;
  font-weight: bold; }

.artista-img-effect {
  overflow: hidden; }
  .artista-img-effect:hover img {
    margin-left: 0; }
  .artista-img-effect img {
    margin-left: 30px;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out; }

.artista-img-hover:hover {
  opacity: 0.7; }

.artista-quote {
  position: relative;
  font-size: 23px;
  line-height: 34px; }
  .artista-quote:after {
    content: "\f10d";
    font-family: FontAwesome;
    font-size: 20px;
    left: -40px;
    position: absolute;
    top: 0; }

.zo-socials {
  list-style: none;
  padding-left: 0;
  /* HOME 06 */ }
  .zo-socials.center {
    text-align: center; }
  .zo-socials.center li {
    font-size: 30px; }
  .zo-socials li {
    display: inline-block;
    padding-right: 40px;
    font-size: 20px; }

.artista-extra-bg {
  position: relative;
  /* ABOUT US */ }
  .artista-extra-bg:before {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 208px;
    width: 100%;
    content: "";
    background: #fff; }

.artista-header-line-bottom-left {
  position: relative; }
  .artista-header-line-bottom-left:before {
    position: absolute;
    content: "";
    width: 30px;
    height: 0;
    left: 0;
    bottom: -15px;
    border-bottom: 3px solid #414141; }

.artista-header-line-bottom-center {
  position: relative; }
  .artista-header-line-bottom-center:before {
    position: absolute;
    content: "";
    width: 30px;
    height: 0;
    left: calc(50% - 30px);
    bottom: -15px;
    border-bottom: 3px solid #414141; }

.artista-service-border-top-bottom {
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8; }

.artista-header-servive-one {
  position: relative; }
  .artista-header-servive-one:before {
    position: absolute;
    left: -110px;
    top: -15px;
    content: "01";
    color: #e5e5e5;
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    font-size: 80px;
    line-height: 120px;
    margin: 10px 0 0;
    transform: rotate(-90deg); }

.artista-header-servive-two {
  position: relative; }
  .artista-header-servive-two:before {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    top: -110px;
    content: "02";
    color: #e5e5e5;
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    font-size: 80px;
    line-height: 120px;
    margin: 10px 0 0; }

.artista-header-servive-three {
  position: relative; }
  .artista-header-servive-three:before {
    position: absolute;
    left: -110px;
    top: -15px;
    content: "03";
    color: rgba(255, 255, 255, 0.1);
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    font-size: 80px;
    line-height: 120px;
    margin: 10px 0 0;
    transform: rotate(-90deg); }

.artista-header-servive-four {
  position: relative;
  /* CONTACT US */ }
  .artista-header-servive-four:before {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    top: -110px;
    content: "04";
    color: #e5e5e5;
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    font-size: 80px;
    line-height: 120px;
    margin: 10px 0 0; }

.artista-contact-padding {
  padding: 100px 80px; }
  @media (min-width: 767px) and (max-width: 992px) {
  .artista-contact-padding {
    padding: 40px 20px; } }
  @media (min-width: 319px) and (max-width: 767px) {
  .artista-contact-padding {
    padding: 30px 20px; }
    .artista-contact-padding h2 {
      font-size: 35px !important; } }

@media screen and (max-width: 499px) {
    .artista-remove-text-on-phone span {
      display: none; } }

@media screen and (max-width: 767px) {
    .artista-subscribe-center-phone h3, .artista-subscribe-center-phone p {
      text-align: center !important; } }

.artista-client-image .vc_single_image-wrapper:hover .vc_single_image-img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  opacity: 1;
  cursor: pointer; }
  .artista-client-image .vc_single_image-wrapper .vc_single_image-img {
    -webkit-transition: all 1s ease;
    -khtml-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    /* BACKGROUND GRADIENT */
    /* TRANSITION DELAY */
    opacity: 0.8; }

.artista-home6-masonry-padding {
  padding: 0 80px !important; }
  @media screen and (max-width: 991px) {
  .artista-home6-masonry-padding {
    padding: 0 15px !important; } }
  @media (min-width: 992px) and (max-width: 1280px) {
  .artista-home6-masonry-padding {
    padding: 0 30px !important; } }

.artista-contact-map .wpb_wrapper {
  height: 100%; }
  .artista-contact-map .wpb_wrapper .zo_extra_map {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%; }
  .artista-contact-map .wpb_wrapper .zo_extra_map .map-render {
    height: 100% !important;
    min-height: 500px; }

@media screen and (min-width: 992px) {
  .align-items-center-stretch, .align-items-center-stretch > div {
    display: flex !important;
    align-items: center;
    align-self: stretch;
    flex-flow: row wrap; }
    .align-items-center-stretch .main-navigation, .align-items-center-stretch .main-navigation > nav > div, .align-items-center-stretch .main-navigation > div, .align-items-center-stretch .main-navigation .menu-main-menu, .align-items-center-stretch .main-navigation .menu-main-menu > li, .align-items-center-stretch .main-navigation .menu-main-menu > ul, .align-items-center-stretch .main-navigation .menu-main-menu > ul > li {
      display: flex !important;
      align-items: center;
      align-self: stretch; } }

#zo-header-top .header-top-contact {
  margin: 0;
  padding: 0; }
  #zo-header-top .header-top-contact li {
    list-style-type: none;
    display: inline-block;
    padding: 0 10px; }
  #zo-header-top .header-top-navigation li {
    list-style-type: none;
    display: inline-block;
    padding: 0 10px; }

#zo-header {
  width: 100%;
  z-index: 999;
  top: 0;
  -webkit-transition: all 0.3s ease 0ms;
  -khtml-transition: all 0.3s ease 0ms;
  -moz-transition: all 0.3s ease 0ms;
  -ms-transition: all 0.3s ease 0ms;
  -o-transition: all 0.3s ease 0ms;
  transition: all 0.3s ease 0ms;
  /* BACKGROUND GRADIENT */
  /* TRANSITION DELAY */ }
  #zo-header .zo-header-main {
    -webkit-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    /* BACKGROUND GRADIENT */
    /* TRANSITION DELAY */ }
  @media screen and (min-width: 992px) {
    #zo-header .zo-header-main {
      position: relative; } }
  #zo-header .zo-header-main .zo-header-logo {
    max-width: 100%; }
  #zo-header .zo-header-main .zo-sticky-logo {
    display: none; }
  #zo-header .zo-header-main .zo-header-secondary {
    max-width: 100%; }
  #zo-header.header-default {
    position: static; }
  #zo-header.header-default.header-fixed {
    position: fixed;
    left: 50%;
    right: 0;
    -webkit-transform: translateX(-50%);
    -khtml-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */ }
  #zo-header .zo-header-main > .container, #zo-header .zo-header-main > .container-fluid, #zo-header .zo-header-right > .container, #zo-header .zo-header-right > .container-fluid {
    position: relative;
    z-index: 99; }
  @media screen and (min-width: 992px) {
    #zo-header.zo-header-logo-center .zo-header-main .row > div {
      float: left; } }
  #zo-header.zo-header-logo-center .zo-header-main .left-menu, #zo-header.zo-header-logo-center .zo-header-main .right-menu {
    width: 45%; }
  @media screen and (min-width: 992px) {
      #zo-header.zo-header-logo-center .zo-header-main #zo-header-logo {
        width: 10%; } }
  #zo-header.zo-header-logo-center .zo-header-main .left-menu .nav-menu {
    text-align: right; }
  #zo-header.zo-header-logo-center .zo-header-main .left-menu .nav-menu .sub-menu {
    text-align: left; }
  #zo-header.zo-header-logo-center #zo-header-logo {
    position: relative; }
  @media screen and (min-width: 992px) {
      #zo-header.zo-header-logo-center #zo-header-logo > a {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -khtml-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        /* BACKGROUND GRADIENT */
        /* TRANSFORM STYLE */ } }
  #zo-header .menu-click {
    align-items: center;
    display: flex; }
  @media screen and (max-width: 991px) {
    #zo-header .menu-click {
      position: absolute;
      right: 15px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -khtml-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      /* BACKGROUND GRADIENT */
      /* TRANSFORM STYLE */ } }
  #zo-header .menu-click i {
    margin-left: 10px;
    font-size: 35px; }

#zo-header.header-fixed .zo-sticky-logo {
  display: block;
  margin-left: auto;
  margin-right: auto; }
  #zo-header.header-fixed #zo-header-top {
    display: none; }

#zo-header-logo {
  /*** Admin Bar ***/ }
  #zo-header-logo img {
    -webkit-transition: all 500ms ease 0ms;
    -khtml-transition: all 500ms ease 0ms;
    -moz-transition: all 500ms ease 0ms;
    -ms-transition: all 500ms ease 0ms;
    -o-transition: all 500ms ease 0ms;
    transition: all 500ms ease 0ms;
    /* BACKGROUND GRADIENT */
    /* TRANSITION DELAY */
    max-height: 80px; }
  #zo-header-logo span {
    padding-left: 10px;
    font-size: 12px;
    display: inline-block; }

.admin-bar {
  /*** End Admin Bar ***/
  /* Cart and Search
==========================================================*/ }
  .admin-bar #zo-header:not(.header-transparent) {
    top: 32px; }
  @media screen and (max-width: 781px) {
    .admin-bar #zo-header:not(.header-transparent) {
      top: 46px; } }
  .admin-bar #zo-header.header-fixed {
    top: 32px; }
  @media screen and (max-width: 781px) {
    .admin-bar #zo-header.header-fixed {
      top: 46px; } }

.zo-header-right .container {
  position: relative; }

#header-right {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 99;
  background: #1e73be;
  background: rgba(30, 115, 190, 0.7);
  /* COLOR OPACITY */ }

@media screen and (min-width: 992px) {
  #header-right.style-2 {
    top: initial;
    right: 100px; } }

.widget_cart_search_wrap {
  text-align: right; }
  .widget_cart_search_wrap > div {
    float: left; }
  .widget_cart_search_wrap > div > a {
    display: inline-block;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff; }
  .widget_cart_search_wrap > div > a i {
    -webkit-transform: scale(0.8);
    -khtml-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */
    -webkit-transition: all 0.1s ease;
    -khtml-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
    /* BACKGROUND GRADIENT */
    /* TRANSITION DELAY */ }
  .widget_cart_search_wrap > div > a:hover {
    color: #fff; }
  .widget_cart_search_wrap > div > a:hover i {
    -webkit-transform: scale(1);
    -khtml-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */ }
  .widget_cart_search_wrap .widget_cart_search_wrap_item > a.icon.icon_cart_wrap {
    position: relative; }
  .widget_cart_search_wrap .widget_cart_search_wrap_item > a.icon.icon_cart_wrap .cart_total {
    position: absolute;
    color: #fff;
    background-color: #1e73be;
    -webkit-border-radius: 100%;
    -khtml-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    /* BACKGROUND GRADIENT */
    display: block;
    font-size: 11px;
    height: 18px;
    line-height: 18px;
    right: -5px;
    text-align: center;
    top: -10px;
    width: 18px; }
  .widget_cart_search_wrap .widget_cart_search_wrap_item .shopping_cart_dropdown, .widget_cart_search_wrap .widget_cart_search_wrap_item .widget_searchform_content {
    height: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: all 400ms;
    -khtml-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
    /* BACKGROUND GRADIENT */
    /* TRANSITION DELAY */ }
  .widget_cart_search_wrap .widget_cart_search_wrap_item .shopping_cart_dropdown.active, .widget_cart_search_wrap .widget_cart_search_wrap_item .widget_searchform_content.active {
    height: auto;
    overflow: hidden;
    opacity: 1;
    z-index: 100; }
  .widget_cart_search_wrap .widget_cart_search_wrap_item .shopping_cart_dropdown {
    width: 360px;
    position: absolute;
    background-color: #141414;
    top: 100%;
    right: 0; }
  @media screen and (max-width: 768px) {
      .widget_cart_search_wrap .widget_cart_search_wrap_item .shopping_cart_dropdown {
        right: 0;
        width: 300px; } }
  .widget_cart_search_wrap .widget_cart_search_wrap_item .shopping_cart_dropdown .shopping_cart_dropdown_inner {
    padding: 20px; }
  .widget_cart_search_wrap .widget_cart_search_wrap_item .shopping_cart_dropdown .shopping_cart_dropdown_inner .cart_list {
    list-style: none inside;
    margin: 0;
    padding: 0; }
  .widget_cart_search_wrap .widget_cart_search_wrap_item .shopping_cart_dropdown .shopping_cart_dropdown_inner .cart_list li.cart-list {
    border-bottom: 1px solid #393939;
    color: #fff;
    overflow: hidden;
    padding: 20px 0;
    line-height: normal; }
    .widget_cart_search_wrap .widget_cart_search_wrap_item .shopping_cart_dropdown .shopping_cart_dropdown_inner .cart_list li.cart-list.empty {
      text-align: center; }
    .widget_cart_search_wrap .widget_cart_search_wrap_item .shopping_cart_dropdown .shopping_cart_dropdown_inner .cart_list li.cart-list a {
      float: left; }
      .widget_cart_search_wrap .widget_cart_search_wrap_item .shopping_cart_dropdown .shopping_cart_dropdown_inner .cart_list li.cart-list a img {
        width: 75px;
        height: 93px; }
    .widget_cart_search_wrap .widget_cart_search_wrap_item .shopping_cart_dropdown .shopping_cart_dropdown_inner .cart_list li.cart-list .cart-list-info {
      padding-left: 95px;
      text-align: left; }
      .widget_cart_search_wrap .widget_cart_search_wrap_item .shopping_cart_dropdown .shopping_cart_dropdown_inner .cart_list li.cart-list .cart-list-info .title {
        color: #fff;
        font-size: 12px;
        padding: 0 0 10px;
        margin: 0;
        text-transform: uppercase;
        line-height: normal; }
      .widget_cart_search_wrap .widget_cart_search_wrap_item .shopping_cart_dropdown .shopping_cart_dropdown_inner .cart_list li.cart-list .cart-list-info .amount {
        color: #1e73be;
        display: block;
        font-style: italic;
        padding-bottom: 10px;
        padding-right: 4px; }
      .widget_cart_search_wrap .widget_cart_search_wrap_item .shopping_cart_dropdown .shopping_cart_dropdown_inner .cart_list li.cart-list .cart-list-info .quantity {
        display: block;
        color: #858585;
        text-transform: uppercase;
        padding-bottom: 10px;
        padding-right: 4px; }
        .widget_cart_search_wrap .widget_cart_search_wrap_item .shopping_cart_dropdown .shopping_cart_dropdown_inner .cart_list li.cart-list .cart-list-info .quantity a {
          float: right;
          margin-left: 15px;
          color: #858585; }
  .widget_cart_search_wrap .widget_cart_search_wrap_item .shopping_cart_dropdown .shopping_cart_dropdown_inner .cart-total .total {
    font-size: 16px;
    color: #fff;
    display: block;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 0; }
    .widget_cart_search_wrap .widget_cart_search_wrap_item .shopping_cart_dropdown .shopping_cart_dropdown_inner .cart-total .total .amount {
      font-size: 36px;
      padding-left: 10px;
      color: #1e73be; }
  .widget_cart_search_wrap .widget_cart_search_wrap_item .shopping_cart_dropdown .shopping_cart_dropdown_inner .cart-total .btn {
    width: 100%;
    text-align: center;
    color: #fff !important; }
    .widget_cart_search_wrap .widget_cart_search_wrap_item .shopping_cart_dropdown .shopping_cart_dropdown_inner .cart-total .btn.btn-checkout {
      background-color: #1e73be;
      border-color: #1e73be; }
      .widget_cart_search_wrap .widget_cart_search_wrap_item .shopping_cart_dropdown .shopping_cart_dropdown_inner .cart-total .btn.btn-checkout:hover {
        background: #1e73be;
        background: rgba(30, 115, 190, 0.3);
        /* COLOR OPACITY */ }
    .widget_cart_search_wrap .widget_cart_search_wrap_item .shopping_cart_dropdown .shopping_cart_dropdown_inner .cart-total .btn.btn-cart {
      background-color: #909090;
      border-color: #909090; }
      .widget_cart_search_wrap .widget_cart_search_wrap_item .shopping_cart_dropdown .shopping_cart_dropdown_inner .cart-total .btn.btn-cart:hover {
        background: #909090;
        background: rgba(144, 144, 144, 0.3);
        /* COLOR OPACITY */ }
  .widget_cart_search_wrap .widget_cart_search_wrap_item .widget_searchform_content {
    position: absolute;
    width: 360px;
    right: 0;
    top: 100%; }
  @media screen and (max-width: 768px) {
      .widget_cart_search_wrap .widget_cart_search_wrap_item .widget_searchform_content {
        width: 300px; } }
  .widget_cart_search_wrap .widget_cart_search_wrap_item .widget_searchform_content form {
    position: relative;
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.3); }
  .widget_cart_search_wrap .widget_cart_search_wrap_item .widget_searchform_content form input {
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0;
    color: #fff; }
  .widget_cart_search_wrap .widget_cart_search_wrap_item .widget_searchform_content form input[type="text"] {
    font-size: 18px;
    color: #000;
    background-color: #fff;
    border: none;
    padding: 0 15px; }
    .widget_cart_search_wrap .widget_cart_search_wrap_item .widget_searchform_content form input[type="text"]:focus {
      background-color: #fff;
      border: none; }
  .widget_cart_search_wrap .widget_cart_search_wrap_item .widget_searchform_content form input[type="submit"] {
    font-size: 12px;
    text-transform: uppercase;
    padding: 0 25px;
    position: absolute;
    right: 20px;
    top: 20px;
    border: 0;
    margin: 0;
    background-color: #1e73be; }
    @media screen and (max-width: 768px) {
          .widget_cart_search_wrap .widget_cart_search_wrap_item .widget_searchform_content form input[type="submit"] {
            padding: 0 15px; } }

footer {
  position: relative; }

#zo-footer-content .artista-footer-logo {
  font-weight: 700;
  font-size: 35px;
  position: relative; }
  #zo-footer-content .artista-footer-logo:before {
    border: 5px solid #1e73be;
    content: "";
    height: 30px;
    left: 0;
    position: absolute;
    top: -40px;
    width: 30px; }
  #zo-footer-content .wg-title:not(.artista-footer-logo) {
    position: relative;
    line-height: 50px;
    margin-top: -6px; }
  #zo-footer-content .wg-title:not(.artista-footer-logo):after {
    content: "";
    height: 0px;
    left: 0;
    position: absolute;
    bottom: 0;
    width: 50px;
    border-bottom: 2px solid #1e73be; }
  #zo-footer-content .widget_zo_instagram_widget h3 {
    margin-bottom: 20px;
    margin-left: -8px; }
  #zo-footer-content .widget_recent_entries ul {
    margin: 0;
    padding: 0; }
  #zo-footer-content .widget_recent_entries ul li {
    list-style: none;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid #f6f6f6; }
  #zo-footer-content .widget_recent_entries ul li a {
    color: #414141;
    -webkit-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    /* BACKGROUND GRADIENT */
    /* TRANSITION DELAY */ }
  #zo-footer-content .widget_recent_entries ul li a:hover {
    color: #1e73be;
    padding-left: 15px; }
  #zo-footer-content .widget_nav_menu ul {
    text-align: left;
    list-style: outside;
    padding: 0;
    margin: 0; }
  #zo-footer-content .widget_nav_menu ul li {
    margin-bottom: 10px;
    list-style: none;
    padding-bottom: 5px;
    border-bottom: 1px solid #f6f6f6; }
  #zo-footer-content .widget_nav_menu ul li a {
    color: #414141;
    line-height: 22px;
    -webkit-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    /* BACKGROUND GRADIENT */
    /* TRANSITION DELAY */ }
  #zo-footer-content .widget_nav_menu ul li a:hover {
    color: #1e73be;
    padding-left: 15px; }
  #zo-footer-content .artista-office p {
    margin-bottom: 10px; }
  #zo-footer-content .artista-office p i {
    color: #1e73be;
    width: 20px; }

@media screen and (max-width: 991px) {
    .zo-footer-copyright-notice {
      width: 100% !important;
      display: block !important;
      margin-bottom: 20px;
      text-align: center; } }

@media screen and (max-width: 991px) {
    .zo-copyright-secondary {
      width: 100% !important;
      display: block !important; } }
  .zo-copyright-secondary ul.footer-social {
    list-style: none;
    padding-left: 0;
    margin: 0; }
  .zo-copyright-secondary ul.footer-social li {
    list-style-type: none;
    display: inline-block;
    margin-right: 10px; }
  .zo-copyright-secondary ul.footer-social li a {
    background: transparent none repeat scroll 0 0; }
  .zo-copyright-secondary ul.footer-social li a i {
    border: 1px solid #414141;
    border-radius: 50%;
    color: #414141;
    font-size: 14px;
    height: 32px;
    line-height: 22px;
    padding-top: 4px;
    text-align: center;
    width: 32px; }
  .zo-copyright-secondary ul.footer-social li a i:hover {
    color: #1e73be; }

#zo-footer-top {
  position: relative;
  font-size: 16px;
  line-height: 22px;
  overflow: hidden; }
  #zo-footer-top #menu-footer-menu {
    text-align: left;
    margin-bottom: 20px; }
  #zo-footer-top #menu-footer-menu li {
    border-bottom: none; }
  #zo-footer-top #menu-footer-menu li a {
    color: #414141;
    font-size: 16px; }
  #zo-footer-top #menu-footer-menu li a:hover {
    color: #1e73be; }
  #zo-footer-top .widget_zo_instagram_widget h3 {
    margin-bottom: 20px;
    margin-left: -8px; }
  #zo-footer-top .wg-title {
    font-size: 20px;
    position: relative;
    color: #414141;
    text-transform: uppercase;
    line-height: 50px;
    margin-bottom: 10px; }
  #zo-footer-top .wg-title:before {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    content: "";
    height: 15px;
    left: 0;
    position: absolute;
    top: -5px;
    width: 15px;
    border: 3px solid #1e73be; }
  #zo-footer-top .footer-third ul {
    margin: 0;
    padding: 0; }
  #zo-footer-top .footer-third ul li {
    list-style: none;
    font-size: 16px;
    padding-bottom: 5px;
    margin-bottom: 15px;
    border-bottom: 1px solid #f6f6f6; }
  #zo-footer-top .footer-third ul li a {
    color: #414141;
    -webkit-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    /* BACKGROUND GRADIENT */
    /* TRANSITION DELAY */ }
  #zo-footer-top .footer-third ul li a:hover {
    color: #1e73be;
    border-left: 2px solid #1e73be;
    padding-left: 15px; }
  #zo-footer-top #menu-sevices {
    text-align: left;
    list-style: outside;
    padding: 0;
    margin: 0; }
  #zo-footer-top #menu-sevices li {
    margin-bottom: 10px;
    display: table; }
  #zo-footer-top #menu-sevices li a {
    color: #414141;
    line-height: 22px;
    -webkit-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    /* BACKGROUND GRADIENT */
    /* TRANSITION DELAY */ }
  #zo-footer-top #menu-sevices li a:hover {
    color: #1e73be;
    border-left: 2px solid #1e73be;
    padding-left: 15px; }
  #zo-footer-top .footer-bottom-contact {
    color: #fff;
    list-style: none;
    padding: 0; }
  #zo-footer-top .footer-bottom-contact li {
    margin-bottom: 15px;
    display: table; }
  #zo-footer-top .footer-bottom-contact li i {
    margin-right: 10px;
    font-size: 15px; }
  #zo-footer-top .footer-bottom-contact li a {
    color: #fff; }
  #zo-footer-top .footer-bottom-contact li a:hover {
    color: #1e73be; }
  #zo-footer-top .widget-about-2 ul li {
    margin-bottom: 30px; }
  #zo-footer-top .widget-about-2 ul li i {
    background-color: #282828;
    color: #bababa;
    float: left;
    font-size: 15px;
    height: 30px;
    line-height: 30px;
    margin-right: 20px;
    text-align: center;
    width: 30px; }
  #zo-footer-top .widget-about-2 ul li i:hover {
    background-color: #1e73be; }
  #zo-footer-top .widget-about-2 ul li div {
    font-size: 13px;
    height: 100%;
    line-height: 22px;
    overflow: hidden; }
  #zo-footer-top .widget_zo-recent-posts-widget-with-thumbnails ul li {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px; }
  #zo-footer-top .widget_zo-recent-posts-widget-with-thumbnails ul li .recent-thumb {
    float: left;
    overflow: hidden;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    /* BACKGROUND GRADIENT */ }
  #zo-footer-top .widget_zo-recent-posts-widget-with-thumbnails ul li .recent-detail {
    float: left;
    width: calc(100% - 70px);
    padding-left: 20px; }
  #zo-footer-top .widget_zo-recent-posts-widget-with-thumbnails ul li .recent-detail .zo-post-title {
    margin-bottom: 7px; }
  #zo-footer-top .widget_zo-recent-posts-widget-with-thumbnails ul li .recent-detail .zo-post-title a {
    font-size: 13px;
    line-height: 22px;
    font-weight: bold; }
  #zo-footer-top .widget_zo-recent-posts-widget-with-thumbnails ul li .recent-detail .zo-post-date {
    color: #5c5c5c;
    font-size: 12px; }
  #zo-footer-top .tweets-container ul {
    margin: 0;
    padding: 0; }
  #zo-footer-top .tweets-container ul li {
    list-style: none inside;
    margin-bottom: 10px; }
  #zo-footer-top .tweets-container ul li p {
    margin: 0; }
  #zo-footer-top .tweets-container ul li .jtwt_tweet_text a {
    color: #1e73be; }
  #zo-footer-top .tweets-container ul li .jtwt_tweet_text a:hover {
    color: #fff; }
  #zo-footer-top .tweets-container ul li .jtwt_date {
    font-size: 11px;
    color: #fff; }
  #zo-footer-top .tweets-container ul li .jtwt_date:hover {
    color: #1e73be; }
  #zo-footer-top .tweets-container ul li .jtwt_date {
    font-size: 14px; }
  #zo-footer-top .footer-first p {
    margin-bottom: 20px; }

#zo-footer-bottom {
  /* Particles background */ }
  #zo-footer-bottom .copyrights a {
    color: #1e73be; }
  #zo-footer-bottom .copyrights a:hover {
    color: #fff; }
  #zo-footer-bottom .copyright {
    text-align: center;
    padding-top: 15px; }
  #zo-footer-bottom .bottom-second {
    text-align: center; }
  #zo-footer-bottom .bottom-first {
    text-align: center; }

#footer-wrap {
  position: relative;
  /* End Widget Categories */ }
  #footer-wrap > canvas {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1; }
  #footer-wrap .container, #footer-wrap .container-fluid {
    position: relative;
    z-index: 2; }

footer.entry-meta {
  font-size: 13px;
  line-height: 1.84615;
  color: #757575;
  margin: 0;
  text-align: center;
  clear: both;
  /* Back To Top */ }

.back_to_top {
  color: #cdcdcd;
  height: auto;
  position: fixed;
  bottom: -40px;
  margin: 0;
  z-index: 10000;
  -webkit-transition: all 1s ease 1s;
  -moz-transition: all 1s ease 1s;
  -o-transition: all 1s ease 1s;
  transition: all 1s ease 1s;
  left: calc(50% - 21px);
  opacity: 0;
  filter: alpha(opacity=0);
  cursor: pointer; }
  .back_to_top.on {
    opacity: 1;
    filter: alpha(opacity=100);
    display: block;
    bottom: 10px; }

#back_to_top span {
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-decoration: none;
  -webkit-transition: all 0.2s ease 0s;
  -khtml-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  /* BACKGROUND GRADIENT */
  /* TRANSITION DELAY */
  background: rgba(0, 0, 0, 0.10);
  display: block;
  text-align: center;
  color: #b0b0b0;
  /* End Back To Top */
  /* ==========================================================================
    End Style Footer
========================================================================== */ }
  #back_to_top span:hover {
    background: #1e73be;
    color: #fff; }
  #back_to_top span:hover i {
    color: #fff; }
  #back_to_top span i {
    font-size: 15px;
    -webkit-transition: all 0.2s ease 0s;
    -khtml-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    /* BACKGROUND GRADIENT */
    /* TRANSITION DELAY */
    line-height: 42px;
    color: #1e73be; }

.flickr-badge-wrapper {
  margin-top: 25px; }

input[type='text'], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], textarea, select {
  color: #626262;
  font-size: 16px;
  font-weight: 400;
  padding: 15px 17px;
  border: 1px solid #ececec;
  width: 100%;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  /* BACKGROUND GRADIENT */
  line-height: normal; }

textarea {
  height: 240px;
  max-height: 240px;
  max-width: 100%; }

input[type='text']:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, textarea:focus {
  border: 1px solid #141414; }

.form-group {
  margin-bottom: 10px;
  /** Contact Form 7 */ }

.wpcf7-form {
  /* ==========================================================================
   [End] All Style Form
========================================================================== */ }
  .wpcf7-form .wpcf7-form-item {
    margin-bottom: 24px; }
  .wpcf7-form input[type='text'], .wpcf7-form input[type="password"], .wpcf7-form input[type="datetime"], .wpcf7-form input[type="datetime-local"], .wpcf7-form input[type="date"], .wpcf7-form input[type="month"], .wpcf7-form input[type="time"], .wpcf7-form input[type="week"], .wpcf7-form input[type="number"], .wpcf7-form input[type="email"], .wpcf7-form input[type="url"], .wpcf7-form input[type="search"], .wpcf7-form input[type="tel"], .wpcf7-form input[type="color"], .wpcf7-form textarea, .wpcf7-form select {
    font-size: 12px;
    font-weight: 400;
    padding: 10px 5px;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    width: 100%;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    /* BACKGROUND GRADIENT */
    line-height: normal;
    margin-bottom: 25px;
    font-style: italic; }
  .wpcf7-form textarea {
    height: 150px; }
  .wpcf7-form .form-action {
    text-align: right; }
  .wpcf7-form .form-action .wpcf7-form-control {
    float: right; }
  .wpcf7-form .wpcf7-submit {
    background: #414141;
    border: medium none;
    border-radius: 2px;
    box-sizing: border-box;
    color: #fff;
    line-height: 45px;
    margin: 20px 0;
    padding: 0 23px;
    -webkit-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    /* BACKGROUND GRADIENT */
    /* TRANSITION DELAY */ }
  .wpcf7-form .wpcf7-submit:hover {
    background: #1e73be;
    color: #fff; }
  .wpcf7-form .wpcf7-form-control-wrap {
    display: block; }
  .wpcf7-form .wpcf7-form-control-wrap .wpcf7-textarea + .wpcf7-not-valid-tip {
    bottom: -1px; }
  .wpcf7-form .wpcf7-not-valid-tip {
    font-size: 12px;
    position: absolute;
    right: 15px;
    bottom: 3px;
    color: #1e73be; }
  .wpcf7-form .wpcf7-validation-errors {
    display: block;
    text-align: center;
    margin: 20px 0 0;
    border: 1px solid #1e73be;
    color: #ff3a47; }
  .wpcf7-form .wpcf7-response-output {
    text-align: center; }

.template-zo_progressbar {
  position: relative;
  /* ==========================================================================
   [End] Progress
========================================================================== */
  /* ==========================================================================
   [Start] Zo Grid
========================================================================== */ }
  .template-zo_progressbar .zo-progress-icon {
    position: absolute;
    left: 0; }
  .template-zo_progressbar .zo-progress-icon i {
    color: #8f8f8f;
    font-size: 34px; }
  .template-zo_progressbar .progress-bar-value {
    position: absolute;
    top: 0;
    right: 0; }
  .template-zo_progressbar .zo-progress-title {
    font-weight: normal; }

.template-zo_grid .zo-grid-filter {
  margin-bottom: 100px; }
  .template-zo_grid .zo-grid-filter ul {
    padding: 0;
    margin: 0;
    list-style: none inside;
    text-align: center; }
  .template-zo_grid .zo-grid-filter ul li {
    display: inline-block;
    margin-right: 15px;
    margin-top: 15px; }
  .template-zo_grid .zo-grid-filter ul li a {
    display: block;
    padding: 2px 20px;
    font-weight: normal;
    color: #4f5355; }
  .template-zo_grid .zo-grid-filter ul li a.active, .template-zo_grid .zo-grid-filter ul li a:hover {
    border: 1px solid #afc3d0;
    color: #54646f;
    border-radius: 20px; }
  .template-zo_grid .zo-grid-item {
    margin-bottom: 15px; }
  .template-zo_grid .zo-grid-item .zo-grid-container {
    border: 1px solid #cecece;
    padding-bottom: 20px; }
  .template-zo_grid .zo-grid-item .zo-grid-container .zo-grid-title {
    margin: 35px 0 15px;
    padding: 0 15px; }
  .template-zo_grid .zo-grid-item .zo-grid-container .zo-grid-title a {
    color: #414141; }
  .template-zo_grid .zo-grid-item .zo-grid-container .zo-grid-title a:hover {
    color: #1e73be; }
  .template-zo_grid .zo-grid-item .zo-grid-container .zo-grid-time {
    padding-left: 15px;
    padding-right: 15px; }
  .template-zo_grid .zo-grid-item .zo-grid-container .zo-grid-content {
    margin: 10px 0;
    padding-left: 15px;
    padding-right: 15px; }
  .template-zo_grid .zo-grid-item .zo-grid-container .zo-grid-categories {
    padding-left: 15px;
    padding-right: 15px; }

.template-zo_grid--testimonial {
  text-align: center; }
  .template-zo_grid--testimonial .zo-grid-item {
    margin-top: 20px; }
  .template-zo_grid--testimonial .zo-grid-item .wp-post-image {
    border-radius: 50%;
    max-width: 53px; }
  .template-zo_grid--testimonial .zo-grid-item .zo-grid-content {
    padding: 0 20px;
    margin-bottom: 20px; }
  .template-zo_grid--testimonial .zo-grid-item .zo-grid-title {
    font-weight: normal; }

.template-zo_carousel--testimonial-no-quote {
  text-align: center;
  /* GRID POSTS */ }
  .template-zo_carousel--testimonial-no-quote .zo-carousel-item {
    margin-top: 20px; }
  .template-zo_carousel--testimonial-no-quote .zo-carousel-item:hover .zo-grid-media .wp-post-image {
    transform: scale(1.3); }
  .template-zo_carousel--testimonial-no-quote .zo-carousel-item .zo-grid-media .wp-post-image {
    border-radius: 50%;
    max-width: 53px;
    display: inline-block;
    transform: scale(1);
    transition: all 0.3s ease-in-out 0s; }
  .template-zo_carousel--testimonial-no-quote .zo-carousel-item .zo-carousel-testimonial-content {
    padding: 0 20px;
    margin-bottom: 20px; }
  .template-zo_carousel--testimonial-no-quote .zo-carousel-item .zo-carousel-testimonial-title {
    font-weight: normal; }

.template-zo_grid--posts {
  /* GRID CATEGRORY - POSTS */ }
  .template-zo_grid--posts.container-fluid {
    padding-left: 0;
    padding-right: 0; }
  .template-zo_grid--posts .zo-grid-item {
    margin-bottom: 25px !important; }
  .template-zo_grid--posts .zo-grid-item .zo-blog-media {
    overflow: hidden;
    position: relative; }
  .template-zo_grid--posts .zo-grid-item .zo-blog-media:after {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0);
    -webkit-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    /* BACKGROUND GRADIENT */
    /* TRANSITION DELAY */ }
  .template-zo_grid--posts .zo-grid-item .zo-blog-media:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    top: 50%;
    left: 50%;
    z-index: 1;
    opacity: 0.5;
    -webkit-transition: all 0.4s ease;
    -khtml-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    /* BACKGROUND GRADIENT */
    /* TRANSITION DELAY */ }
  .template-zo_grid--posts .zo-grid-item .zo-blog-media:hover:after {
    background: rgba(0, 0, 0, 0.5); }
  .template-zo_grid--posts .zo-grid-item .zo-blog-media:hover:before {
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    top: 15px;
    left: 15px;
    border: 1px solid #f5f5f5; }
  .template-zo_grid--posts .zo-grid-item .zo-blog-media:hover .wp-post-image {
    -webkit-transform: rotate(10deg) scale(1.2);
    transform: rotate(10deg) scale(1.2); }
  .template-zo_grid--posts .zo-grid-item .zo-blog-media .wp-post-image {
    -webkit-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
    -webkit-transition: all 0.7s ease;
    -khtml-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    /* BACKGROUND GRADIENT */
    /* TRANSITION DELAY */ }
  .template-zo_grid--posts .zo-grid-item .zo-grid-title {
    font-size: 30px;
    line-height: 38px;
    font-weight: 400;
    margin-top: 25px; }
  .template-zo_grid--posts .zo-grid-item .zo-grid-title a {
    color: #414141; }
  .template-zo_grid--posts .zo-grid-item .zo-grid-title a:hover {
    color: #1e73be; }
  .template-zo_grid--posts .zo-grid-item .zo-grid-content {
    margin-bottom: 25px; }
  .template-zo_grid--posts .zo-grid-item .zo-grid-time {
    float: left;
    padding: 0 40px;
    margin-right: 20px;
    position: relative;
    color: #414141; }
  .template-zo_grid--posts .zo-grid-item .zo-grid-time:after, .template-zo_grid--posts .zo-grid-item .zo-grid-time:before {
    background: #414141;
    content: "";
    height: 1px;
    position: absolute;
    top: 50%;
    width: 27px; }
  .template-zo_grid--posts .zo-grid-item .zo-grid-time:after {
    left: 0; }
  .template-zo_grid--posts .zo-grid-item .zo-grid-time:before {
    right: 0; }

.template-zo_grid--cat_posts {
  /* GRID POSTS STYLE 01 */ }
  .template-zo_grid--cat_posts .zo-grid-cat {
    padding: 50px 25px 25px 25px; }
  @media (min-width: 992px) and (max-width: 1399px) {
    .template-zo_grid--cat_posts .zo-grid-cat {
      padding: 10px 10px 5px 20px; }
      .template-zo_grid--cat_posts .zo-grid-cat h2 {
        font-size: 30px !important;
        margin-bottom: 0 !important; } }
  .zo-boxed .template-zo_grid--cat_posts .zo-grid-cat {
    padding: 10px 10px 5px 20px; }
  .zo-boxed .template-zo_grid--cat_posts .zo-grid-cat h2 {
    font-size: 30px !important;
    margin-bottom: 0 !important; }
  @media screen and (max-width: 767px) {
    .template-zo_grid--cat_posts .zo-grid-cat {
      padding: 25px 10px 25px 20px; }
      .template-zo_grid--cat_posts .zo-grid-cat h2 {
        font-size: 30px !important;
        margin-bottom: 0 !important; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .template-zo_grid--cat_posts .zo-grid-cat {
      padding: 20px; }
      .template-zo_grid--cat_posts .zo-grid-cat h2 {
        font-size: 30px !important;
        margin-bottom: 0 !important; }
      .template-zo_grid--cat_posts .zo-grid-cat h3 {
        margin-bottom: 0 !important; } }
  .template-zo_grid--cat_posts.zo-grid-cat-number .zo-grid-cat {
    padding: 25px 25px 25px 130px;
    position: relative; }
  .template-zo_grid--cat_posts.zo-grid-cat-number .zo-grid-cat .cat-number {
    color: #e5e5e5;
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    font-size: 120px;
    line-height: 120px;
    left: 0;
    margin: 10px 0 0;
    position: absolute;
    top: 35px;
    transform: rotate(-90deg); }
  @media screen and (max-width: 1280px) {
      .template-zo_grid--cat_posts.zo-grid-cat-number .zo-grid-cat {
        padding: 10px 10px 10px 50px; }
        .template-zo_grid--cat_posts.zo-grid-cat-number .zo-grid-cat .cat-number {
          font-size: 60px;
          line-height: 60px;
          left: -14px;
          top: 20px; }
        .template-zo_grid--cat_posts.zo-grid-cat-number .zo-grid-cat h2 {
          font-size: 30px !important;
          margin-bottom: 0 !important; } }
  @media screen and (max-width: 767px) {
      .template-zo_grid--cat_posts.zo-grid-cat-number .zo-grid-cat {
        padding: 30px 20px 30px 50px; }
        .template-zo_grid--cat_posts.zo-grid-cat-number .zo-grid-cat .cat-number {
          font-size: 60px;
          line-height: 60px;
          left: -14px;
          top: 30px; } }
  @media (min-width: 767px) and (max-width: 980px) {
      .template-zo_grid--cat_posts.zo-grid-cat-number .zo-grid-cat {
        padding: 50px 20px 20px 100px; }
        .template-zo_grid--cat_posts.zo-grid-cat-number .zo-grid-cat .cat-number {
          font-size: 80px;
          line-height: 80px;
          left: 0;
          top: 65px; }
        .template-zo_grid--cat_posts.zo-grid-cat-number .zo-grid-cat h2 {
          font-size: 30px !important;
          margin-bottom: 0 !important; }
        .template-zo_grid--cat_posts.zo-grid-cat-number .zo-grid-cat h3 {
          margin-bottom: 0 !important; } }
  .zo-boxed .template-zo_grid--cat_posts.zo-grid-cat-number .zo-grid-cat {
    padding: 10px 10px 10px 50px; }
  .zo-boxed .template-zo_grid--cat_posts.zo-grid-cat-number .zo-grid-cat .cat-number {
    font-size: 60px;
    line-height: 60px;
    left: -14px;
    top: 20px; }
  .zo-boxed .template-zo_grid--cat_posts.zo-grid-cat-number .zo-grid-cat h2 {
    font-size: 30px !important;
    margin-bottom: 0 !important; }
  .template-zo_grid--cat_posts h2 {
    font-size: 50px;
    margin-bottom: 25px; }
  .template-zo_grid--cat_posts h2:after {
    content: ".";
    color: #1e73be; }
  .template-zo_grid--cat_posts h3 a {
    color: #414141;
    text-transform: uppercase; }
  .template-zo_grid--cat_posts h3 a:hover {
    color: #1e73be; }
  .template-zo_grid--cat_posts .zo-grid-item-custom {
    padding: 0 !important;
    position: relative; }
  .template-zo_grid--cat_posts .zo-grid-item-custom:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    top: 0;
    left: 0;
    -webkit-transition: all 0.5s ease;
    -khtml-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    /* BACKGROUND GRADIENT */
    /* TRANSITION DELAY */
    z-index: 9; }
  .template-zo_grid--cat_posts .zo-grid-item-custom:after {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    -webkit-transition: all 0.5s ease;
    -khtml-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    /* BACKGROUND GRADIENT */
    /* TRANSITION DELAY */ }
  .template-zo_grid--cat_posts .zo-grid-item-custom:hover:before {
    width: 30%;
    height: 30%;
    border-left: 1px solid #1e73be;
    border-top: 1px solid #1e73be;
    top: 30px;
    left: 30px; }
  .template-zo_grid--cat_posts .zo-grid-item-custom:hover:after {
    bottom: 30px;
    right: 30px;
    width: 30%;
    height: 30%;
    border-right: 1px solid #1e73be;
    border-bottom: 1px solid #1e73be; }
  .template-zo_grid--cat_posts .zo-grid-item-custom:hover .zo-grid-item-container:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .template-zo_grid--cat_posts .zo-grid-item-custom:hover .zo-grid-content {
    opacity: 1; }
  .template-zo_grid--cat_posts .zo-grid-item-custom .zo-grid-item-container {
    position: relative; }
  .template-zo_grid--cat_posts .zo-grid-item-custom .zo-grid-item-container:before {
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, 0.6);
    width: 0;
    height: 0;
    top: 50%;
    left: 50%;
    -webkit-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    /* BACKGROUND GRADIENT */
    /* TRANSITION DELAY */ }
  .template-zo_grid--cat_posts .zo-grid-item-custom .zo-grid-content {
    position: absolute;
    opacity: 0;
    left: 0;
    bottom: 0;
    padding: 30px;
    -webkit-transition: all 0.5s ease;
    -khtml-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    /* BACKGROUND GRADIENT */
    /* TRANSITION DELAY */ }
  .template-zo_grid--cat_posts .zo-grid-item-custom .zo-grid-content .zo-grid-title {
    letter-spacing: 0;
    text-transform: uppercase;
    margin-bottom: 0; }
  .template-zo_grid--cat_posts .zo-grid-item-custom .zo-grid-content .zo-grid-title a {
    color: #fff; }
  .template-zo_grid--cat_posts .zo-grid-item-custom .zo-grid-content .zo-grid-title a:hover {
    color: #1e73be; }
  .template-zo_grid--cat_posts .zo-grid-item-custom .zo-grid-content .zo-grid-date {
    font-weight: 300;
    font-size: 17px;
    line-height: 30px;
    color: #f2f2f2; }
  .template-zo_grid--cat_posts .zo-grid-item-custom .zo-grid-content .zo-grid-category a {
    color: #fff; }
  .template-zo_grid--cat_posts .zo-grid-item-custom .zo-grid-content .zo-grid-category a:hover {
    color: #1e73be; }
  .template-zo_grid--cat_posts .zo-grid-item-custom .zo-grid-content .zo-grid-category span {
    margin-right: 5px;
    color: #f6f6f6; }
  .template-zo_grid--cat_posts .zo-grid-item .zo-grid-item-container {
    position: relative;
    -webkit-transition: all 0.5s ease;
    -khtml-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    /* BACKGROUND GRADIENT */
    /* TRANSITION DELAY */ }
  .template-zo_grid--cat_posts .zo-grid-item .zo-grid-item-container:hover:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6); }
  .template-zo_grid--cat_posts .zo-grid-item .zo-grid-item-container:before {
    background: rgba(0, 0, 0, 0);
    width: 0;
    height: 0; }
  .template-zo_grid--cat_posts .zo-grid-item .zo-grid-item-container .zo-grid-content {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 15px; }
  .template-zo_grid--cat_posts .zo-grid-item .zo-grid-item-container .zo-grid-content .zo-grid-title {
    letter-spacing: 0;
    text-transform: uppercase;
    margin-bottom: 0; }
  .template-zo_grid--cat_posts .zo-grid-item .zo-grid-item-container .zo-grid-content .zo-grid-title a {
    color: #fff; }
    .template-zo_grid--cat_posts .zo-grid-item .zo-grid-item-container .zo-grid-content .zo-grid-title a:hover {
      color: #1e73be; }
  .template-zo_grid--cat_posts .zo-grid-item .zo-grid-item-container .zo-grid-content .zo-grid-date {
    font-weight: 300;
    font-size: 17px;
    line-height: 30px;
    color: #f2f2f2; }
  .template-zo_grid--cat_posts .zo-grid-item .zo-grid-item-container .zo-grid-content .zo-grid-category a {
    color: #fff; }
    .template-zo_grid--cat_posts .zo-grid-item .zo-grid-item-container .zo-grid-content .zo-grid-category a:hover {
      color: #1e73be; }
  .template-zo_grid--cat_posts .zo-grid-item .zo-grid-item-container .zo-grid-content .zo-grid-category span {
    margin-right: 5px;
    color: #f6f6f6; }

.template-zo_grid--posts-style01 {
  /* GRID TEAM */ }
  .template-zo_grid--posts-style01.container-fluid {
    padding-left: 0;
    padding-right: 0; }
  .template-zo_grid--posts-style01 .zo-grid-cat {
    padding: 50px 25px 25px 25px; }
  @media screen and (max-width: 1280px) {
    .template-zo_grid--posts-style01 .zo-grid-cat {
      padding: 10px 10px 10px 20px; }
      .template-zo_grid--posts-style01 .zo-grid-cat h2 {
        font-size: 30px !important;
        margin-bottom: 0 !important; } }
  @media (min-width: 767px) and (max-width: 980px) {
    .template-zo_grid--posts-style01 .zo-grid-cat {
      padding: 20px; }
      .template-zo_grid--posts-style01 .zo-grid-cat h2 {
        font-size: 30px !important;
        margin-bottom: 0 !important; }
      .template-zo_grid--posts-style01 .zo-grid-cat h3 {
        margin-bottom: 0 !important; } }
  .template-zo_grid--posts-style01 h2 {
    font-size: 50px;
    margin-bottom: 25px; }
  .template-zo_grid--posts-style01 h2:after {
    content: ".";
    color: #1e73be; }
  .template-zo_grid--posts-style01 h3 a {
    color: #414141;
    font-size: 20px; }
  .template-zo_grid--posts-style01 h3 a:hover {
    color: #1e73be; }
  .template-zo_grid--posts-style01 .zo-grid-item .zo-grid-item-container {
    position: relative; }
  .template-zo_grid--posts-style01 .zo-grid-item .zo-grid-item-container:hover:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6); }
  .template-zo_grid--posts-style01 .zo-grid-item .zo-grid-item-container:hover:after {
    top: 30px;
    left: 30px;
    width: 30%;
    height: 30%;
    border-left: 1px solid #1e73be;
    border-top: 1px solid #1e73be; }
  .template-zo_grid--posts-style01 .zo-grid-item .zo-grid-item-container:hover .zo-grid-content {
    opacity: 1; }
  .template-zo_grid--posts-style01 .zo-grid-item .zo-grid-item-container:hover .zo-grid-content:after {
    bottom: 30px;
    right: 30px;
    width: 30%;
    height: 30%;
    border-right: 1px solid #1e73be;
    border-bottom: 1px solid #1e73be; }
  .template-zo_grid--posts-style01 .zo-grid-item .zo-grid-item-container:before {
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, 0);
    width: 0;
    height: 0;
    top: 50%;
    left: 50%;
    -webkit-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    /* BACKGROUND GRADIENT */
    /* TRANSITION DELAY */ }
  .template-zo_grid--posts-style01 .zo-grid-item .zo-grid-item-container:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    -webkit-transition: all 0.5s ease;
    -khtml-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    /* BACKGROUND GRADIENT */
    /* TRANSITION DELAY */ }
  .template-zo_grid--posts-style01 .zo-grid-item .zo-grid-item-container .zo-grid-content {
    position: absolute;
    left: 0;
    bottom: 0;
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 30%;
    text-align: center;
    width: 100%;
    height: 100%;
    z-index: 5;
    opacity: 0;
    -webkit-transition: all 0.2s ease;
    -khtml-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    /* BACKGROUND GRADIENT */
    /* TRANSITION DELAY */ }
  .template-zo_grid--posts-style01 .zo-grid-item .zo-grid-item-container .zo-grid-content:after {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    -webkit-transition: all 0.5s ease;
    -khtml-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    /* BACKGROUND GRADIENT */
    /* TRANSITION DELAY */ }
  .template-zo_grid--posts-style01 .zo-grid-item .zo-grid-item-container .zo-grid-content .zo-grid-title {
    letter-spacing: 0;
    margin-bottom: 0; }
  .template-zo_grid--posts-style01 .zo-grid-item .zo-grid-item-container .zo-grid-content .zo-grid-title a {
    color: #fff; }
    .template-zo_grid--posts-style01 .zo-grid-item .zo-grid-item-container .zo-grid-content .zo-grid-title a:hover {
      color: #1e73be; }
  .template-zo_grid--posts-style01 .zo-grid-item .zo-grid-item-container .zo-grid-content .zo-grid-date {
    font-weight: 300;
    line-height: 30px;
    color: #fff; }
  .template-zo_grid--posts-style01 .zo-grid-item .zo-grid-item-container .zo-grid-content .zo-grid-category a {
    color: #fff; }
    .template-zo_grid--posts-style01 .zo-grid-item .zo-grid-item-container .zo-grid-content .zo-grid-category a:hover {
      color: #1e73be; }
  .template-zo_grid--posts-style01 .zo-grid-item .zo-grid-item-container .zo-grid-content .zo-grid-category span {
    margin-right: 5px;
    color: #f6f6f6; }

.template-zo_grid--team.container-fluid {
  padding-left: 0;
  padding-right: 0; }
  .template-zo_grid--team.style-01 .zo-grid-item .zo-team-inner .zo-team-image .zo-team-overlay-inner {
    position: relative; }
  .template-zo_grid--team.style-01 .zo-grid-item .zo-team-inner .zo-team-image .zo-team-overlay-inner .zo-team-title {
    padding-bottom: 0;
    margin-bottom: 0;
    text-transform: inherit; }
  .template-zo_grid--team.style-01 .zo-grid-item .zo-team-inner .zo-team-image .zo-team-overlay-inner .zo-team-title:before {
    display: none; }
  .template-zo_grid--team.style-01 .zo-grid-item .zo-team-inner .zo-team-image .zo-team-overlay-inner .zo-team-position span {
    color: #969696; }
  .template-zo_grid--team.style-01 .zo-grid-item .zo-team-inner .zo-team-image .zo-team-socials {
    padding-top: 20px; }
  .template-zo_grid--team .zo-grid-item {
    box-sizing: border-box; }
  @media screen and (max-width: 767px) {
    .template-zo_grid--team .zo-grid-item {
      padding-right: 0 !important; } }
  .template-zo_grid--team .zo-grid-item .zo-team-inner {
    position: relative; }
  .template-zo_grid--team .zo-grid-item .zo-team-inner .zo-team-image img {
    width: 100%; }
  .template-zo_grid--team .zo-grid-item .zo-team-inner .zo-team-image:hover img {
    opacity: 0.9;
    -webkit-transition: all 0.3s;
    -khtml-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    /* BACKGROUND GRADIENT */
    /* TRANSITION DELAY */ }
  .template-zo_grid--team .zo-grid-item .zo-team-inner .zo-team-image:hover .zo-team-socials {
    opacity: 1;
    bottom: 0;
    visibility: visible; }
  .template-zo_grid--team .zo-grid-item .zo-team-inner .zo-team-image:hover .zo-team-overlay-inner {
    opacity: 0;
    bottom: -10px; }
  .template-zo_grid--team .zo-grid-item .zo-team-inner .zo-team-image .zo-team-overlay-inner {
    text-align: center;
    background: #fff;
    position: absolute;
    left: 50%;
    bottom: 0;
    min-width: 230px;
    opacity: 1;
    -webkit-transition: all 0.3s;
    -khtml-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    /* BACKGROUND GRADIENT */
    /* TRANSITION DELAY */
    -webkit-transform: translateX(-50%);
    -khtml-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */ }
  .template-zo_grid--team .zo-grid-item .zo-team-inner .zo-team-image .zo-team-overlay-inner .zo-team-title {
    letter-spacing: 0;
    color: #333;
    text-transform: uppercase;
    position: relative;
    padding-top: 20px;
    padding-bottom: 5px; }
    .template-zo_grid--team .zo-grid-item .zo-team-inner .zo-team-image .zo-team-overlay-inner .zo-team-title:before {
      position: absolute;
      content: '';
      width: 20px;
      height: 1px;
      background: #1e73be;
      bottom: -6px;
      left: 50%;
      margin-left: -10px; }
  .template-zo_grid--team .zo-grid-item .zo-team-inner .zo-team-image .zo-team-overlay-inner .zo-team-position {
    margin-bottom: -10px; }
    .template-zo_grid--team .zo-grid-item .zo-team-inner .zo-team-image .zo-team-overlay-inner .zo-team-position span {
      font-size: 17px;
      line-height: 22px;
      color: #333;
      letter-spacing: 0; }
  .template-zo_grid--team .zo-grid-item .zo-team-inner .zo-team-image .zo-team-socials {
    list-style: none;
    position: absolute;
    bottom: -20px;
    left: 50%;
    background: #fff;
    min-width: 230px;
    padding: 0;
    text-align: center;
    height: 50px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -khtml-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    /* BACKGROUND GRADIENT */
    /* TRANSITION DELAY */
    -webkit-transform: translateX(-50%);
    -khtml-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */
    visibility: hidden; }
  .template-zo_grid--team .zo-grid-item .zo-team-inner .zo-team-image .zo-team-socials li {
    display: inline-block;
    width: 50px;
    line-height: 50px; }
    .template-zo_grid--team .zo-grid-item .zo-team-inner .zo-team-image .zo-team-socials li a i {
      color: #1e73be;
      font-size: 14px;
      line-height: 22px; }
    .template-zo_grid--team .zo-grid-item .zo-team-inner .zo-team-image .zo-team-socials li:hover {
      background: #1e73be;
      box-shadow: 0px 0px 0px 5px #1e73be;
      -webkit-transition: all 0.3s;
      -khtml-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      /* BACKGROUND GRADIENT */
      /* TRANSITION DELAY */ }
      .template-zo_grid--team .zo-grid-item .zo-team-inner .zo-team-image .zo-team-socials li:hover a i {
        color: #fff; }

.zo-grid-filter {
  margin-bottom: 40px;
  /* ==========================================================================
   [End] Zo Grid
========================================================================== */
  /* ==========================================================================
   [Start] Zo Masonry
========================================================================== */ }
  .zo-grid-filter ul {
    padding: 0;
    margin: 0;
    list-style: none inside;
    text-align: center; }
  .zo-grid-filter ul li {
    display: inline-block;
    margin-right: 2px;
    margin-top: 10px; }
  .zo-grid-filter ul li a {
    display: block;
    padding: 2px 10px;
    font-weight: normal;
    color: #afc3d0;
    border: 1px solid rgba(0, 0, 0, 0); }
  .zo-grid-filter ul li a.active, .zo-grid-filter ul li a:hover {
    border: 1px solid #afc3d0;
    color: #414141;
    border-radius: 10px; }

.zo-masonry-wrapper {
  /* ==========================================================================
   [End] Zo Masonry
========================================================================== */
  /* ==========================================================================
   [Start] Images Carousel
========================================================================== */ }
  .zo-masonry-wrapper .zo-masonry-filter {
    margin-bottom: 40px; }
  .zo-masonry-wrapper .zo-masonry-filter ul {
    padding: 0;
    margin: 0;
    list-style: none inside;
    text-align: center; }
  .zo-masonry-wrapper .zo-masonry-filter ul li {
    display: inline-block;
    margin-right: 2px;
    margin-top: 10px; }
  .zo-masonry-wrapper .zo-masonry-filter ul li a {
    display: block;
    padding: 2px 10px;
    font-weight: normal;
    color: #afc3d0;
    border: 1px solid rgba(0, 0, 0, 0); }
  .zo-masonry-wrapper .zo-masonry-filter ul li a.active, .zo-masonry-wrapper .zo-masonry-filter ul li a:hover {
    border: 1px solid #afc3d0;
    color: #414141;
    border-radius: 10px; }

.wpb_images_carousel .vc_item {
  text-align: center; }
  .wpb_images_carousel .vc_images_carousel.vc_per-view-more .vc_carousel-slideline .vc_carousel-slideline-inner > .vc_item > .vc_inner {
    padding: 0;
    margin: 0; }
  .wpb_images_carousel.overlay .vc_item img, .wpb_images_carousel.overlay .slick-slide img {
    opacity: 0.6; }
  .wpb_images_carousel.overlay .vc_item:hover img, .wpb_images_carousel.overlay .slick-slide:hover img {
    opacity: 1; }
  .wpb_images_carousel.green .slick-dots li.slick-active button::before {
    color: #1e73be; }
  .wpb_images_carousel .slick-dots li.slick-active button::before {
    color: #1e73be; }
  .wpb_images_carousel .vc_slide .vc_carousel-control {
    border-radius: 100%;
    border: 2px solid #fff;
    display: block;
    height: 50px;
    opacity: 1;
    width: 50px;
    line-height: 47px;
    margin: 0;
    top: 50%;
    color: #fff;
    text-shadow: none;
    -webkit-transform: translate(0px, -50%);
    -khtml-transform: translate(0px, -50%);
    -moz-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    -o-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */
    text-shadow: none 2px 5px rgba(0, 0, 0, .4);
    /* TRANSFORM  */
    font-size: 22px; }
  .wpb_images_carousel .vc_slide .vc_carousel-control:hover {
    background-color: rgba(255, 255, 255, 0.5); }
  .wpb_images_carousel .vc_slide .vc_carousel-control span {
    display: none; }
  .wpb_images_carousel .vc_slide .vc_carousel-control.vc_left {
    left: 15px; }
  .wpb_images_carousel .vc_slide .vc_carousel-control.vc_left:before {
    content: "\f053";
    font-family: FontAwesome; }
  .wpb_images_carousel .vc_slide .vc_carousel-control.vc_right {
    right: 15px; }
  .wpb_images_carousel .vc_slide .vc_carousel-control.vc_right:before {
    content: "\f054";
    font-family: FontAwesome; }

@media screen and (max-width: 767px) {
  .wpb_images_carousel .vc_images_carousel .vc_carousel-inner .vc_carousel-slideline {
    width: 100% !important; }
    .wpb_images_carousel .vc_images_carousel .vc_carousel-inner .vc_carousel-slideline .vc_carousel-slideline-inner .vc_item {
      width: 100% !important;
      height: auto !important; }
      .wpb_images_carousel .vc_images_carousel .vc_carousel-inner .vc_carousel-slideline .vc_carousel-slideline-inner .vc_item + .vc_item {
        margin-top: 50px; }
    .wpb_images_carousel.about-us-carousel-2 .vc_images_carousel .vc_carousel-inner .vc_carousel-slideline .vc_carousel-slideline-inner .vc_item + .vc_item {
      margin-top: 0px; } }

@media screen and (max-width: 991px) {
  /* ==========================================================================
   [End] Images Carousel
========================================================================== */
  /* ==========================================================================
   [Start] Zo Carousel
========================================================================== */
    .wpb_images_carousel .zo_images_carousel-wrap {
      text-align: center; }
      .wpb_images_carousel .zo_images_carousel-wrap .zo_images_carousel > div + div {
        margin-top: 50px; } }

.template-zo_carousel .zo-carousel-media img {
  margin: 0 auto; }
  .template-zo_carousel .zo-carousel-title {
    margin-top: 15px; }
  .template-zo_carousel .zo-carousel-title a {
    color: inherit; }
  .template-zo_carousel .zo-carousel-title a:hover {
    color: #1e73be; }
  .template-zo_carousel .zo-carousel-content {
    margin-bottom: 10px; }
  .template-zo_carousel .zo-carousel-categories a {
    font-style: italic; }
  .template-zo_carousel .owl-nav .owl-prev {
    padding: 5px 10px !important; }
  .template-zo_carousel .owl-nav .owl-prev:hover {
    background: #1e73be !important; }
  .template-zo_carousel .owl-nav .owl-next {
    padding: 5px 10px !important; }
  .template-zo_carousel .owl-nav .owl-next:hover {
    background: #1e73be !important; }
  .template-zo_carousel .owl-dots .owl-dot span:hover {
    background: #1e73be !important; }

.zo-counter-wraper .zo-counter {
  font-family: "Montserrat", sans-serif;
  font-size: 70px;
  line-height: 80px;
  color: #e5e5e5; }
  .zo-counter-wraper .zo-counter-icon {
    font-size: 50px; }
  @media screen and (max-width: 991px) {
  .zo-counter-wraper .zo-counter {
    font-size: 40px;
    line-height: 50px; } }

.template-zo_carousel--testimonial {
  padding: 80px 100px; }
  @media (min-width: 992px) and (max-width: 1399px) {
  .template-zo_carousel--testimonial {
    padding: 50px; } }
  @media screen and (max-width: 991px) {
  .template-zo_carousel--testimonial {
    padding: 30px 20px; } }
  .template-zo_carousel--testimonial .zo-carousel-testimonial-content {
    margin-bottom: 15px;
    position: relative;
    padding-top: 30px;
    text-align: center; }
  .template-zo_carousel--testimonial .zo-carousel-testimonial-content:before {
    color: #dce0e2;
    content: "\f10d";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 30px;
    height: 30px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center; }
  .template-zo_carousel--testimonial .zo-carousel-testimonial-content p {
    font-style: italic;
    letter-spacing: 0; }
  .template-zo_carousel--testimonial .zo-grid-media img {
    border: 1px solid #ccc;
    border-radius: 100%;
    margin: 0 auto; }
  .template-zo_carousel--testimonial .zo-grid-media img:hover {
    opacity: 0.8; }
  .template-zo_carousel--testimonial .zo-carousel-testimonial-title h3 {
    margin-top: 10px;
    text-align: center; }
  .template-zo_carousel--testimonial .zo-carousel-testimonial-title h4 {
    color: #a2a2a2;
    font-size: 16px;
    text-align: center; }
  .template-zo_carousel--testimonial.owl-theme .owl-dots {
    margin-top: 19px; }
  .template-zo_carousel--testimonial.owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    background: #f2f3f4;
    margin: 5px 3px;
    border-radius: 100%; }
  .template-zo_carousel--testimonial.owl-theme .owl-dots .owl-dot.active span {
    background: #1e73be !important; }

.template-zo_fancybox_single .zo-fancybox-item {
  padding: 20px 10px;
  border: 1px solid #f2f2f2;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  /* BACKGROUND GRADIENT */
  /* TRANSITION DELAY */ }
  .template-zo_fancybox_single .zo-fancybox-item:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    left: 0;
    top: 0;
    -webkit-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    /* BACKGROUND GRADIENT */
    /* TRANSITION DELAY */ }
  .template-zo_fancybox_single .zo-fancybox-item:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all 0.5s ease;
    -khtml-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    /* BACKGROUND GRADIENT */
    /* TRANSITION DELAY */ }
  .template-zo_fancybox_single .zo-fancybox-item:hover {
    border: 1px solid #f5f5f5; }
  .template-zo_fancybox_single .zo-fancybox-item:hover:before {
    width: 40%;
    height: 40%;
    border-left: 1px solid #1e73be;
    border-top: 1px solid #1e73be; }
  .template-zo_fancybox_single .zo-fancybox-item:hover:after {
    width: 40%;
    height: 40%;
    border-right: 1px solid #1e73be;
    border-bottom: 1px solid #1e73be; }
  .template-zo_fancybox_single .zo-fancybox-item .zo-fancybox-icon {
    margin-bottom: 20px; }
  .template-zo_fancybox_single .zo-fancybox-item .zo-fancybox-icon i {
    color: #1e73be;
    -webkit-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    /* BACKGROUND GRADIENT */
    /* TRANSITION DELAY */ }
  .template-zo_fancybox_single .zo-fancybox-item .zo-fancybox-body .zo-fancybox-content {
    font-size: 14px;
    line-height: 24px;
    color: #777;
    text-align: center; }
  .template-zo_fancybox_single--left .zo-fancybox-item {
    align-items: center;
    display: flex; }
  .template-zo_fancybox_single--left .zo-fancybox-item:hover .zo-fancybox-title {
    color: #1e73be; }
  .template-zo_fancybox_single--left .zo-fancybox-item .zo-fancybox-icon {
    width: 70px;
    float: left; }
  .template-zo_fancybox_single--left .zo-fancybox-item .zo-fancybox-icon i {
    color: #1e73be; }
  .template-zo_fancybox_single--left .zo-fancybox-item .zo-fancybox-body {
    width: calc(100% - 70px);
    float: right; }
  .template-zo_fancybox_single--left .zo-fancybox-item .zo-fancybox-body .zo-fancybox-content {
    font-size: 14px;
    line-height: 24px;
    color: #777;
    text-align: left; }
  .template-zo_fancybox_single--services-left .zo-fancybox-item {
    align-items: center;
    display: flex;
    color: #000; }
  .template-zo_fancybox_single--services-left .zo-fancybox-item:hover .zo-fancybox-icon {
    color: #1e73be; }
  .template-zo_fancybox_single--services-left .zo-fancybox-item .zo-fancybox-header .zo-fancybox-title {
    font-size: 20px; }
  .template-zo_fancybox_single--services-left .zo-fancybox-item .zo-fancybox-header .zo-fancybox-icon {
    margin-bottom: 40px; }

.template-zo_fancybox_single--services {
  min-height: 435px;
  padding: 80px 40px; }
  @media (min-width: 992px) and (max-width: 1399px) {
  .template-zo_fancybox_single--services {
    padding: 60px 20px;
    min-height: 390px; } }
  @media (min-width: 768px) and (max-width: 991px) {
  .template-zo_fancybox_single--services {
    padding: 20px;
    min-height: 150px !important; } }
  @media screen and (max-width: 767px) {
  .template-zo_fancybox_single--services {
    padding: 30px 15px;
    border-bottom: 1px solid #e8e8e8;
    min-height: 150px !important; } }
  .zo-boxed .template-zo_fancybox_single--services {
    padding: 60px 20px;
    min-height: 390px; }
  .template-zo_fancybox_single--services.artista-custom-color {
    padding: 0;
    min-height: auto; }
  .template-zo_fancybox_single--services.artista-custom-color .zo-fancybox-item .zo-fancybox-icon i {
    color: #141414; }
  .template-zo_fancybox_single--services.artista-custom-color .zo-fancybox-title {
    font-size: 22px;
    font-weight: normal; }
  .template-zo_fancybox_single--services:hover .zo-fancybox-icon i {
    color: rgba(30, 115, 190, 0.5) !important; }
  .template-zo_fancybox_single--services .zo-fancybox-item {
    padding: 30px 10px;
    position: relative; }
  .template-zo_fancybox_single--services .zo-fancybox-item:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    left: 0;
    top: 0;
    -webkit-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    /* BACKGROUND GRADIENT */
    /* TRANSITION DELAY */ }
  .template-zo_fancybox_single--services .zo-fancybox-item:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all 0.5s ease;
    -khtml-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    /* BACKGROUND GRADIENT */
    /* TRANSITION DELAY */ }
  .template-zo_fancybox_single--services .zo-fancybox-item:hover:before {
    width: 40%;
    height: 40%;
    border-left: 1px solid #1e73be;
    border-top: 1px solid #1e73be; }
  .template-zo_fancybox_single--services .zo-fancybox-item:hover:after {
    width: 40%;
    height: 40%;
    border-right: 1px solid #1e73be;
    border-bottom: 1px solid #1e73be; }
  .template-zo_fancybox_single--services .zo-fancybox-item .zo-fancybox-icon {
    margin-bottom: 20px; }
  .template-zo_fancybox_single--services .zo-fancybox-item .zo-fancybox-icon i {
    color: #e9eff3;
    -webkit-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    /* BACKGROUND GRADIENT */
    /* TRANSITION DELAY */ }
  .template-zo_fancybox_single--services .zo-fancybox-item .zo-fancybox-body .zo-fancybox-title a {
    color: #414141; }
  .template-zo_fancybox_single--services .zo-fancybox-item .zo-fancybox-body .zo-fancybox-title a:hover {
    color: #1e73be; }
  .template-zo_fancybox_single--services .zo-fancybox-item .zo-fancybox-body .zo-fancybox-content {
    font-size: 16px;
    color: #777;
    text-align: center; }
  .template-zo_masonry--portfolio .zo-masonry-overlay {
    height: 100%;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    /* BACKGROUND GRADIENT */
    /* TRANSITION DELAY */
    background: rgba(0, 0, 0, 0);
    position: relative; }
  .template-zo_masonry--portfolio .zo-masonry-overlay:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    top: 0;
    left: 0;
    -webkit-transition: all 0.5s ease;
    -khtml-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    /* BACKGROUND GRADIENT */
    /* TRANSITION DELAY */
    z-index: 9; }
  .template-zo_masonry--portfolio .zo-masonry-overlay:after {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    -webkit-transition: all 0.5s ease;
    -khtml-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    /* BACKGROUND GRADIENT */
    /* TRANSITION DELAY */ }
  .template-zo_masonry--portfolio .zo-masonry-overlay:hover {
    opacity: 1;
    background: rgba(0, 0, 0, 0.6); }
  .template-zo_masonry--portfolio .zo-masonry-overlay:hover .zo-masonry-title {
    bottom: 50px; }
  .template-zo_masonry--portfolio .zo-masonry-overlay:hover .zo-masonry-categories {
    bottom: 30px; }
  .template-zo_masonry--portfolio .zo-masonry-overlay:hover:before {
    width: 30%;
    height: 30%;
    border-left: 1px solid #1e73be;
    border-top: 1px solid #1e73be;
    top: 30px;
    left: 30px; }
  .template-zo_masonry--portfolio .zo-masonry-overlay:hover:after {
    bottom: 30px;
    right: 30px;
    width: 30%;
    height: 30%;
    border-right: 1px solid #1e73be;
    border-bottom: 1px solid #1e73be; }
  .template-zo_masonry--portfolio .zo-masonry-overlay .zo-masonry-title {
    position: absolute;
    bottom: 0;
    text-align: left;
    left: 0;
    width: 100%;
    padding-left: 30px;
    -webkit-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    /* BACKGROUND GRADIENT */
    /* TRANSITION DELAY */ }
  .template-zo_masonry--portfolio .zo-masonry-overlay .zo-masonry-categories {
    position: absolute;
    bottom: 0;
    text-align: left;
    left: 0;
    padding-left: 30px;
    width: 100%;
    -webkit-transition: all 0.5s ease;
    -khtml-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    /* BACKGROUND GRADIENT */
    /* TRANSITION DELAY */ }
  .template-zo_masonry--portfolio .zo-masonry-overlay a {
    color: #fff; }
  .template-zo_masonry--portfolio .zo-masonry-overlay a:hover {
    color: #1e73be; }

.template-zo_masonry--portfolio-style01 .zo-masonry-overlay {
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  /* BACKGROUND GRADIENT */
  /* TRANSITION DELAY */
  background: rgba(0, 0, 0, 0);
  position: relative; }
  .template-zo_masonry--portfolio-style01 .zo-masonry-overlay:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    top: 0;
    left: 0;
    -webkit-transition: all 0.5s ease;
    -khtml-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    /* BACKGROUND GRADIENT */
    /* TRANSITION DELAY */
    z-index: 9; }
  .template-zo_masonry--portfolio-style01 .zo-masonry-overlay:after {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    -webkit-transition: all 0.5s ease;
    -khtml-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    /* BACKGROUND GRADIENT */
    /* TRANSITION DELAY */ }
  .template-zo_masonry--portfolio-style01 .zo-masonry-overlay:hover {
    opacity: 1;
    background: rgba(0, 0, 0, 0.8); }
  .template-zo_masonry--portfolio-style01 .zo-masonry-overlay:hover .zo-masonry-title {
    bottom: 30px; }
  .template-zo_masonry--portfolio-style01 .zo-masonry-overlay:hover .zo-masonry-categories {
    bottom: 30px; }
  .template-zo_masonry--portfolio-style01 .zo-masonry-overlay:hover:before {
    width: calc(100% - 60px);
    height: calc(100% - 60px);
    border-left: 1px solid rgba(30, 115, 190, 0.3);
    border-top: 1px solid rgba(30, 115, 190, 0.3);
    top: 30px;
    left: 30px; }
  .template-zo_masonry--portfolio-style01 .zo-masonry-overlay:hover:after {
    bottom: 30px;
    right: 30px;
    width: calc(100% - 60px);
    height: calc(100% - 60px);
    border-right: 1px solid rgba(30, 115, 190, 0.3);
    border-bottom: 1px solid rgba(30, 115, 190, 0.3); }
  .template-zo_masonry--portfolio-style01 .zo-masonry-overlay:hover .zo-masonry-pretty {
    top: calc(50% - 10px);
    font: 16px; }
  .template-zo_masonry--portfolio-style01 .zo-masonry-overlay .zo-masonry-title {
    position: absolute;
    bottom: 0;
    text-align: center;
    left: 0;
    width: 100%;
    z-index: 10;
    padding: 0 35px;
    -webkit-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    /* BACKGROUND GRADIENT */
    /* TRANSITION DELAY */ }
  .template-zo_masonry--portfolio-style01 .zo-masonry-overlay a {
    color: #fff; }
  .template-zo_masonry--portfolio-style01 .zo-masonry-overlay a:hover {
    color: #1e73be; }
  .template-zo_masonry--portfolio-style01 .zo-masonry-overlay .zo-masonry-pretty {
    position: absolute;
    top: 0;
    left: calc(50% - 10px);
    font: 0px;
    z-index: 10;
    -webkit-transition: all 0.5s ease;
    -khtml-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    /* BACKGROUND GRADIENT */
    /* TRANSITION DELAY */ }

.template-zo_masonry {
  /* ZO CAROUSEL TEAM */ }
  .template-zo_masonry .zo-masonry-inner {
    position: relative; }
  .template-zo_masonry .zo-masonry-inner:hover .zo-masonry-title {
    top: 40%;
    opacity: 1; }
  .template-zo_masonry .zo-masonry-inner:hover:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .template-zo_masonry .zo-masonry-inner:before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: rgba(0, 0, 0, 0.6);
    -webkit-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    /* BACKGROUND GRADIENT */
    /* TRANSITION DELAY */ }
  .template-zo_masonry .zo-masonry-inner .zo-masonry-title {
    position: absolute;
    top: 0;
    text-align: center;
    left: 0;
    width: 100%;
    padding: 0 30px;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -khtml-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    /* BACKGROUND GRADIENT */
    /* TRANSITION DELAY */ }
  .template-zo_masonry .zo-masonry-inner .zo-masonry-title h2, .template-zo_masonry .zo-masonry-inner .zo-masonry-title h3 {
    margin-bottom: 5px; }
  .template-zo_masonry .zo-masonry-inner a {
    color: #fff; }
  .template-zo_masonry .zo-masonry-inner a:hover {
    color: #1e73be; }

.template-zo_carousel--team {
  /*ZO HEADING*/ }
  .template-zo_carousel--team .zo-carousel-item {
    box-sizing: border-box; }
  .template-zo_carousel--team .zo-carousel-item .zo-carousel-team-image img {
    width: 100%; }
  .template-zo_carousel--team .zo-carousel-item .zo-carousel-team-image:hover img {
    opacity: 0.9;
    -webkit-transition: all 0.3s;
    -khtml-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    /* BACKGROUND GRADIENT */
    /* TRANSITION DELAY */ }
  .template-zo_carousel--team .zo-carousel-item .zo-carousel-team-image:hover .zo-carousel-team-socials {
    opacity: 1;
    bottom: 0;
    visibility: visible; }
  .template-zo_carousel--team .zo-carousel-item .zo-carousel-team-image:hover .zo-carousel-team-overlay-inner {
    opacity: 0; }
  .template-zo_carousel--team .zo-carousel-item .zo-carousel-team-image .zo-carousel-team-overlay-inner {
    text-align: center;
    background: #fff;
    position: absolute;
    left: 50%;
    bottom: 0;
    min-width: 230px;
    opacity: 1;
    -webkit-transition: all 0.3s;
    -khtml-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    /* BACKGROUND GRADIENT */
    /* TRANSITION DELAY */
    -webkit-transform: translateX(-50%);
    -khtml-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */ }
  .template-zo_carousel--team .zo-carousel-item .zo-carousel-team-image .zo-carousel-team-overlay-inner .zo-carousel-title {
    font-size: 20px;
    line-height: 22px;
    letter-spacing: 0;
    color: #333;
    text-transform: uppercase;
    position: relative;
    padding-top: 21px;
    padding-bottom: 5px; }
  .template-zo_carousel--team .zo-carousel-item .zo-carousel-team-image .zo-carousel-team-overlay-inner .zo-carousel-title:before {
    position: absolute;
    content: '';
    width: 20px;
    height: 1px;
    background: #1e73be;
    bottom: -6px;
    left: 50%;
    margin-left: -10px; }
  .template-zo_carousel--team .zo-carousel-item .zo-carousel-team-image .zo-carousel-team-overlay-inner .zo-carousel-team-position span {
    font-size: 17px;
    line-height: 22px;
    color: #333;
    letter-spacing: 0; }
  .template-zo_carousel--team .zo-carousel-item .zo-carousel-team-image .zo-carousel-team-socials {
    list-style: none;
    position: absolute;
    left: 50%;
    background: #fff;
    min-width: 230px;
    padding: 0;
    text-align: center;
    height: 50px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -khtml-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    /* BACKGROUND GRADIENT */
    /* TRANSITION DELAY */
    -webkit-transform: translateX(-50%);
    -khtml-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */
    visibility: hidden; }
  .template-zo_carousel--team .zo-carousel-item .zo-carousel-team-image .zo-carousel-team-socials li {
    display: inline-block;
    width: 50px;
    line-height: 50px; }
  .template-zo_carousel--team .zo-carousel-item .zo-carousel-team-image .zo-carousel-team-socials li a i {
    color: #1e73be;
    font-size: 14px;
    line-height: 22px; }
  .template-zo_carousel--team .zo-carousel-item .zo-carousel-team-image .zo-carousel-team-socials li:hover {
    background: #1e73be;
    box-shadow: 0px 0px 0px 5px #1e73be;
    -webkit-transition: all 0.3s;
    -khtml-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    /* BACKGROUND GRADIENT */
    /* TRANSITION DELAY */ }
    .template-zo_carousel--team .zo-carousel-item .zo-carousel-team-image .zo-carousel-team-socials li:hover a i {
      color: #fff; }
  .template-zo_carousel--team .owl-nav .owl-prev {
    padding: 5px 10px !important; }
  .template-zo_carousel--team .owl-nav .owl-prev:hover {
    background: #1e73be !important; }
  .template-zo_carousel--team .owl-nav .owl-next {
    padding: 5px 10px !important; }
  .template-zo_carousel--team .owl-nav .owl-next:hover {
    background: #1e73be !important; }
  .template-zo_carousel--team .owl-dots {
    margin-top: 20px !important; }
  .template-zo_carousel--team .owl-dots .owl-dot span:hover {
    background: #1e73be !important; }

.template-zo_heading {
  /*ZO BUTTON*/ }
  .template-zo_heading .zo-heading-main {
    position: relative; }
  @media (min-width: 767px) and (max-width: 980px) {
    .template-zo_heading .zo-heading-main {
      font-size: 40px !important; } }
  .template-zo_heading.artista-header-number-top .zo-heading-title-number {
    position: absolute;
    left: 0;
    top: -120px;
    color: #e5e5e5;
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    font-size: 100px;
    line-height: 120px;
    margin: 10px 0 0; }
  @media screen and (max-width: 549px) {
      .template-zo_heading.artista-header-number-top .zo-heading-title-number {
        font-size: 70px;
        top: -110px; } }
  .template-zo_heading.artista-header-number-top.center .zo-heading-title-number {
    width: 100%;
    text-align: center; }
  .template-zo_heading.artista-header-number-left .zo-heading-title-number {
    position: absolute;
    left: -120px;
    top: 0;
    color: #e5e5e5;
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    font-size: 100px;
    line-height: 120px;
    margin: 10px 0 0;
    transform: rotate(-90deg); }
  @media screen and (max-width: 549px) {
      .template-zo_heading.artista-header-number-left .zo-heading-title-number {
        font-size: 70px;
        left: -80px;
        top: -20px; } }

.template-zo_button .zo-button i {
  padding: 0 5px; }

.zo-video-play-wrapper .zo-video-content {
  position: absolute;
  height: 100%;
  width: 10px;
  top: 0;
  left: calc(50% - 5px);
  background: #fff;
  -webkit-transition: all 0.4s ease;
  -khtml-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  /* BACKGROUND GRADIENT */
  /* TRANSITION DELAY */ }
  .zo-video-play-wrapper:hover .zo-video-content {
    height: 0;
    top: 50%; }
  .zo-video-play-wrapper:hover .zo-video-content:before {
    position: absolute;
    content: "";
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    top: calc(50% - 20px);
    left: calc(50% - 20px); }
  .zo-video-play-wrapper:hover .zo-video-content:after {
    content: "\f04b";
    font-family: "FontAwesome";
    position: absolute;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
    line-height: 40px;
    padding-left: 4px;
    text-align: center;
    width: 40px;
    height: 40px; }

.template-zo_heading--number .zo-heading-main .zo-heading-title-number {
  width: 95px;
  height: 95px;
  border: 2px solid #414141;
  border-radius: 50%;
  line-height: 88px;
  text-align: center;
  float: left;
  margin-right: 20px;
  font-size: 30px;
  text-decoration: underline;
  font-family: Montserrat;
  font-weight: bold;
  color: #414141; }
  .template-zo_heading--number .zo-heading-main .zo-heading-title-number:after {
    content: ".";
    color: #1e73be;
    position: absolute; }
  .template-zo_heading--number .zo-heading-main .zo-heading-title {
    line-height: 95px;
    width: auto;
    float: left;
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 0; }
  .template-zo_heading--number .zo-heading-sub {
    clear: both;
    padding-left: 115px; }
  @media screen and (max-width: 479px) {
    .template-zo_heading--number .zo-heading-sub {
      padding: 15px 0; } }

.template-zo_grid--portfolio .zo-grid-media {
  position: relative; }
  .template-zo_grid--portfolio .zo-grid-media:hover:after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6); }
  .template-zo_grid--portfolio .zo-grid-media:hover .zo-grid-link {
    opacity: 1;
    top: calc(50% - 10px); }
  .template-zo_grid--portfolio .zo-grid-media:after {
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, 0);
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    -webkit-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    /* BACKGROUND GRADIENT */
    /* TRANSITION DELAY */ }
  .template-zo_grid--portfolio .zo-grid-media .zo-grid-link {
    position: absolute;
    top: 0;
    left: calc(50% - 10px);
    z-index: 10;
    opacity: 0;
    color: #fff;
    -webkit-transition: all 0.5s ease;
    -khtml-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    /* BACKGROUND GRADIENT */
    /* TRANSITION DELAY */ }
  .template-zo_grid--portfolio .zo-grid-media .zo-grid-link:hover {
    color: #1e73be; }
  .template-zo_grid--portfolio .zo-grid-title {
    margin-top: 20px;
    margin-bottom: 10px; }
  .template-zo_grid--portfolio .zo-grid-categories {
    margin-bottom: 20px; }

.template-zo_grid--portfolio-gallery .zo-grid-item {
  position: relative; }
  .template-zo_grid--portfolio-gallery .zo-grid-item:hover .zo-grid-media:after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6); }
  .template-zo_grid--portfolio-gallery .zo-grid-item:hover .zo-grid-pretty {
    opacity: 1;
    top: calc(50% - 10px); }
  .template-zo_grid--portfolio-gallery .zo-grid-item:hover .zo-grid-title {
    bottom: 10px;
    opacity: 1; }
  .template-zo_grid--portfolio-gallery .zo-grid-item .zo-grid-media {
    position: relative; }
  .template-zo_grid--portfolio-gallery .zo-grid-item .zo-grid-media:after {
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, 0);
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    -webkit-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    /* BACKGROUND GRADIENT */
    /* TRANSITION DELAY */ }
  .template-zo_grid--portfolio-gallery .zo-grid-item .zo-grid-pretty {
    position: absolute;
    top: 0;
    left: calc(50% - 10px);
    z-index: 10;
    opacity: 0;
    color: #fff;
    -webkit-transition: all 0.5s ease;
    -khtml-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    /* BACKGROUND GRADIENT */
    /* TRANSITION DELAY */ }
  .template-zo_grid--portfolio-gallery .zo-grid-item .zo-grid-pretty:hover {
    color: #1e73be; }
  .template-zo_grid--portfolio-gallery .zo-grid-title {
    position: absolute;
    bottom: 0;
    padding: 0 25px;
    left: 0;
    opacity: 0;
    width: 100%;
    text-align: center;
    -webkit-transition: all 0.5s ease;
    -khtml-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    /* BACKGROUND GRADIENT */
    /* TRANSITION DELAY */ }
  .template-zo_grid--portfolio-gallery .zo-grid-title a {
    color: #fff; }
  .template-zo_grid--portfolio-gallery .zo-grid-title a:hover {
    color: #1e73be; }
  .template-zo_grid--portfolio-gallery .navigation {
    margin-top: 25px; }

.template-zo_particles.particles-absolute {
  position: absolute;
  left: 0;
  top: 0; }

img {
  max-width: 100%; }

.alignleft {
  float: left; }

.alignright {
  float: right; }

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

.entry-content .wp-caption, .post .wp-caption {
  text-align: center; }

.wp-caption {
  /* Keep wide captions from overflowing their container. */
  max-width: 100%;
  padding: 4px; }

.wp-caption .wp-caption-text, .gallery-caption, .entry-caption {
  font-style: italic;
  font-size: 12px;
  line-height: 2;
  color: #757575; }

img.wp-smiley, .rsswidget img {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

.entry-content dl.gallery-item {
  margin: 0; }

.gallery-item a, .gallery-caption {
  width: 90%; }

.gallery-item a {
  display: block; }

.gallery-caption a {
  display: inline; }

.gallery-columns-1 .gallery-item a {
  max-width: 100%;
  width: auto; }

.gallery .gallery-icon img {
  height: auto;
  max-width: 90%;
  padding: 5%; }

.gallery-columns-1 .gallery-icon img {
  padding: 3%;
  /* Video background */ }

.row-bg-video {
  position: relative;
  /**
* Slideshow
*/ }
  .row-bg-video .zo-bg-video {
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100% !important;
    height: 100% !important; }
  @media screen and (max-width: 768px) {
    .row-bg-video .zo-bg-video {
      display: none; } }
  .row-bg-video .wp-video-shortcode {
    width: 100% !important;
    height: auto !important; }

.rev_slider_wrapper {
  /* Slideshow
=============================================*/ }
  .rev_slider_wrapper .tparrows.default {
    background: none;
    border: 1px solid rgba(255, 255, 255, 0.2);
    line-height: 37px;
    text-align: center; }
  .rev_slider_wrapper .tparrows.default.tp-leftarrow:before {
    content: "\f104";
    font-family: FontAwesome;
    font-size: 30px; }
  .rev_slider_wrapper .tparrows.default.tp-rightarrow:before {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 30px; }
  .rev_slider_wrapper .tparrows.default:hover {
    border-color: #fff; }
  .rev_slider_wrapper .tparrows.default:hover:before {
    color: #fff; }

.wpb_revslider_element .tp-bullets {
  z-index: 777; }
  .wpb_revslider_element .tp-bullets.simplebullets.round .bullet {
    padding: 0;
    background: none;
    background-color: #fff;
    width: 50px;
    height: 2px;
    margin: 0 5px;
    display: inline-block;
    cursor: pointer; }
  .wpb_revslider_element .tp-bullets.simplebullets.round .bullet.selected {
    background: #1e73be; }
  .wpb_revslider_element .tp-bullets.simplebullets.round .bullet:hover {
    background: #1e73be; }

.loader {
  position: relative;
  width: 2.5em;
  height: 2.5em;
  -webkit-transform: rotate(165deg);
  -moz-transform: rotate(165deg);
  -ms-transform: rotate(165deg);
  -o-transform: rotate(165deg);
  transform: rotate(165deg); }
  .loader:before, .loader:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 0.5em;
    height: 0.5em;
    border-radius: 0.25em;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .loader:before {
    -webkit-animation: before 2s infinite;
    -moz-animation: before 2s infinite;
    -ms-animation: before 2s infinite;
    -o-animation: before 2s infinite;
    animation: before 2s infinite; }
  .loader:after {
    -webkit-animation: after 2s infinite;
    -moz-animation: after 2s infinite;
    -ms-animation: after 2s infinite;
    -o-animation: after 2s infinite;
    animation: after 2s infinite; }

@keyframes before {
  0% {
    width: 0.5em;
    -webkit-box-shadow: 1em -0.5em rgba(225, 20, 98, 0.75), -1em 0.5em rgba(111, 202, 220, 0.75);
    -moz-box-shadow: 1em -0.5em rgba(225, 20, 98, 0.75), -1em 0.5em rgba(111, 202, 220, 0.75);
    -ms-box-shadow: 1em -0.5em rgba(225, 20, 98, 0.75), -1em 0.5em rgba(111, 202, 220, 0.75);
    -o-box-shadow: 1em -0.5em rgba(225, 20, 98, 0.75), -1em 0.5em rgba(111, 202, 220, 0.75);
    box-shadow: 1em -0.5em rgba(225, 20, 98, 0.75), -1em 0.5em rgba(111, 202, 220, 0.75); }

  35% {
    width: 2.5em;
    -webkit-box-shadow: 0 -0.5em rgba(225, 20, 98, 0.75), 0 0.5em rgba(111, 202, 220, 0.75);
    -moz-box-shadow: 0 -0.5em rgba(225, 20, 98, 0.75), 0 0.5em rgba(111, 202, 220, 0.75);
    -ms-box-shadow: 0 -0.5em rgba(225, 20, 98, 0.75), 0 0.5em rgba(111, 202, 220, 0.75);
    -o-box-shadow: 0 -0.5em rgba(225, 20, 98, 0.75), 0 0.5em rgba(111, 202, 220, 0.75);
    box-shadow: 0 -0.5em rgba(225, 20, 98, 0.75), 0 0.5em rgba(111, 202, 220, 0.75); }

  70% {
    width: 0.5em;
    -webkit-box-shadow: -1em -0.5em rgba(225, 20, 98, 0.75), 1em 0.5em rgba(111, 202, 220, 0.75);
    -moz-box-shadow: -1em -0.5em rgba(225, 20, 98, 0.75), 1em 0.5em rgba(111, 202, 220, 0.75);
    -ms-box-shadow: -1em -0.5em rgba(225, 20, 98, 0.75), 1em 0.5em rgba(111, 202, 220, 0.75);
    -o-box-shadow: -1em -0.5em rgba(225, 20, 98, 0.75), 1em 0.5em rgba(111, 202, 220, 0.75);
    box-shadow: -1em -0.5em rgba(225, 20, 98, 0.75), 1em 0.5em rgba(111, 202, 220, 0.75); }

  100% {
    -webkit-box-shadow: 1em -0.5em rgba(225, 20, 98, 0.75), -1em 0.5em rgba(111, 202, 220, 0.75);
    -moz-box-shadow: 1em -0.5em rgba(225, 20, 98, 0.75), -1em 0.5em rgba(111, 202, 220, 0.75);
    -ms-box-shadow: 1em -0.5em rgba(225, 20, 98, 0.75), -1em 0.5em rgba(111, 202, 220, 0.75);
    -o-box-shadow: 1em -0.5em rgba(225, 20, 98, 0.75), -1em 0.5em rgba(111, 202, 220, 0.75);
    box-shadow: 1em -0.5em rgba(225, 20, 98, 0.75), -1em 0.5em rgba(111, 202, 220, 0.75); } }

@keyframes after {
  /* Webkit */
  0% {
    height: 0.5em;
    -webkit-box-shadow: 0.5em 1em rgba(61, 184, 143, 0.75), -0.5em -1em rgba(233, 169, 32, 0.75);
    -moz-box-shadow: 0.5em 1em rgba(61, 184, 143, 0.75), -0.5em -1em rgba(233, 169, 32, 0.75);
    -ms-box-shadow: 0.5em 1em rgba(61, 184, 143, 0.75), -0.5em -1em rgba(233, 169, 32, 0.75);
    -o-box-shadow: 0.5em 1em rgba(61, 184, 143, 0.75), -0.5em -1em rgba(233, 169, 32, 0.75);
    box-shadow: 0.5em 1em rgba(61, 184, 143, 0.75), -0.5em -1em rgba(233, 169, 32, 0.75); }

  35% {
    height: 2.5em;
    -webkit-box-shadow: 0.5em 0 rgba(61, 184, 143, 0.75), -0.5em 0 rgba(233, 169, 32, 0.75);
    -moz-box-shadow: 0.5em 0 rgba(61, 184, 143, 0.75), -0.5em 0 rgba(233, 169, 32, 0.75);
    -ms-box-shadow: 0.5em 0 rgba(61, 184, 143, 0.75), -0.5em 0 rgba(233, 169, 32, 0.75);
    -o-box-shadow: 0.5em 0 rgba(61, 184, 143, 0.75), -0.5em 0 rgba(233, 169, 32, 0.75);
    box-shadow: 0.5em 0 rgba(61, 184, 143, 0.75), -0.5em 0 rgba(233, 169, 32, 0.75); }

  70% {
    height: 0.5em;
    -webkit-box-shadow: 0.5em -1em rgba(61, 184, 143, 0.75), -0.5em 1em rgba(233, 169, 32, 0.75);
    -moz-box-shadow: 0.5em -1em rgba(61, 184, 143, 0.75), -0.5em 1em rgba(233, 169, 32, 0.75);
    -ms-box-shadow: 0.5em -1em rgba(61, 184, 143, 0.75), -0.5em 1em rgba(233, 169, 32, 0.75);
    -o-box-shadow: 0.5em -1em rgba(61, 184, 143, 0.75), -0.5em 1em rgba(233, 169, 32, 0.75);
    box-shadow: 0.5em -1em rgba(61, 184, 143, 0.75), -0.5em 1em rgba(233, 169, 32, 0.75); }

  100% {
    -webkit-box-shadow: 0.5em 1em rgba(61, 184, 143, 0.75), -0.5em -1em rgba(233, 169, 32, 0.75);
    -moz-box-shadow: 0.5em 1em rgba(61, 184, 143, 0.75), -0.5em -1em rgba(233, 169, 32, 0.75);
    -ms-box-shadow: 0.5em 1em rgba(61, 184, 143, 0.75), -0.5em -1em rgba(233, 169, 32, 0.75);
    -o-box-shadow: 0.5em 1em rgba(61, 184, 143, 0.75), -0.5em -1em rgba(233, 169, 32, 0.75);
    box-shadow: 0.5em 1em rgba(61, 184, 143, 0.75), -0.5em -1em rgba(233, 169, 32, 0.75); } }

@-webkit-keyframes before {
  0% {
    width: 0.5em;
    -webkit-box-shadow: 1em -0.5em rgba(225, 20, 98, 0.75), -1em 0.5em rgba(111, 202, 220, 0.75);
    -moz-box-shadow: 1em -0.5em rgba(225, 20, 98, 0.75), -1em 0.5em rgba(111, 202, 220, 0.75);
    -ms-box-shadow: 1em -0.5em rgba(225, 20, 98, 0.75), -1em 0.5em rgba(111, 202, 220, 0.75);
    -o-box-shadow: 1em -0.5em rgba(225, 20, 98, 0.75), -1em 0.5em rgba(111, 202, 220, 0.75);
    box-shadow: 1em -0.5em rgba(225, 20, 98, 0.75), -1em 0.5em rgba(111, 202, 220, 0.75); }

  35% {
    width: 2.5em;
    -webkit-box-shadow: 0 -0.5em rgba(225, 20, 98, 0.75), 0 0.5em rgba(111, 202, 220, 0.75);
    -moz-box-shadow: 0 -0.5em rgba(225, 20, 98, 0.75), 0 0.5em rgba(111, 202, 220, 0.75);
    -ms-box-shadow: 0 -0.5em rgba(225, 20, 98, 0.75), 0 0.5em rgba(111, 202, 220, 0.75);
    -o-box-shadow: 0 -0.5em rgba(225, 20, 98, 0.75), 0 0.5em rgba(111, 202, 220, 0.75);
    box-shadow: 0 -0.5em rgba(225, 20, 98, 0.75), 0 0.5em rgba(111, 202, 220, 0.75); }

  70% {
    width: 0.5em;
    -webkit-box-shadow: -1em -0.5em rgba(225, 20, 98, 0.75), 1em 0.5em rgba(111, 202, 220, 0.75);
    -moz-box-shadow: -1em -0.5em rgba(225, 20, 98, 0.75), 1em 0.5em rgba(111, 202, 220, 0.75);
    -ms-box-shadow: -1em -0.5em rgba(225, 20, 98, 0.75), 1em 0.5em rgba(111, 202, 220, 0.75);
    -o-box-shadow: -1em -0.5em rgba(225, 20, 98, 0.75), 1em 0.5em rgba(111, 202, 220, 0.75);
    box-shadow: -1em -0.5em rgba(225, 20, 98, 0.75), 1em 0.5em rgba(111, 202, 220, 0.75); }

  100% {
    -webkit-box-shadow: 1em -0.5em rgba(225, 20, 98, 0.75), -1em 0.5em rgba(111, 202, 220, 0.75);
    -moz-box-shadow: 1em -0.5em rgba(225, 20, 98, 0.75), -1em 0.5em rgba(111, 202, 220, 0.75);
    -ms-box-shadow: 1em -0.5em rgba(225, 20, 98, 0.75), -1em 0.5em rgba(111, 202, 220, 0.75);
    -o-box-shadow: 1em -0.5em rgba(225, 20, 98, 0.75), -1em 0.5em rgba(111, 202, 220, 0.75);
    box-shadow: 1em -0.5em rgba(225, 20, 98, 0.75), -1em 0.5em rgba(111, 202, 220, 0.75); } }

@-webkit-keyframes after {
  /* Moz */
  0% {
    height: 0.5em;
    -webkit-box-shadow: 0.5em 1em rgba(61, 184, 143, 0.75), -0.5em -1em rgba(233, 169, 32, 0.75);
    -moz-box-shadow: 0.5em 1em rgba(61, 184, 143, 0.75), -0.5em -1em rgba(233, 169, 32, 0.75);
    -ms-box-shadow: 0.5em 1em rgba(61, 184, 143, 0.75), -0.5em -1em rgba(233, 169, 32, 0.75);
    -o-box-shadow: 0.5em 1em rgba(61, 184, 143, 0.75), -0.5em -1em rgba(233, 169, 32, 0.75);
    box-shadow: 0.5em 1em rgba(61, 184, 143, 0.75), -0.5em -1em rgba(233, 169, 32, 0.75); }

  35% {
    height: 2.5em;
    -webkit-box-shadow: 0.5em 0 rgba(61, 184, 143, 0.75), -0.5em 0 rgba(233, 169, 32, 0.75);
    -moz-box-shadow: 0.5em 0 rgba(61, 184, 143, 0.75), -0.5em 0 rgba(233, 169, 32, 0.75);
    -ms-box-shadow: 0.5em 0 rgba(61, 184, 143, 0.75), -0.5em 0 rgba(233, 169, 32, 0.75);
    -o-box-shadow: 0.5em 0 rgba(61, 184, 143, 0.75), -0.5em 0 rgba(233, 169, 32, 0.75);
    box-shadow: 0.5em 0 rgba(61, 184, 143, 0.75), -0.5em 0 rgba(233, 169, 32, 0.75); }

  70% {
    height: 0.5em;
    -webkit-box-shadow: 0.5em -1em rgba(61, 184, 143, 0.75), -0.5em 1em rgba(233, 169, 32, 0.75);
    -moz-box-shadow: 0.5em -1em rgba(61, 184, 143, 0.75), -0.5em 1em rgba(233, 169, 32, 0.75);
    -ms-box-shadow: 0.5em -1em rgba(61, 184, 143, 0.75), -0.5em 1em rgba(233, 169, 32, 0.75);
    -o-box-shadow: 0.5em -1em rgba(61, 184, 143, 0.75), -0.5em 1em rgba(233, 169, 32, 0.75);
    box-shadow: 0.5em -1em rgba(61, 184, 143, 0.75), -0.5em 1em rgba(233, 169, 32, 0.75); }

  100% {
    -webkit-box-shadow: 0.5em 1em rgba(61, 184, 143, 0.75), -0.5em -1em rgba(233, 169, 32, 0.75);
    -moz-box-shadow: 0.5em 1em rgba(61, 184, 143, 0.75), -0.5em -1em rgba(233, 169, 32, 0.75);
    -ms-box-shadow: 0.5em 1em rgba(61, 184, 143, 0.75), -0.5em -1em rgba(233, 169, 32, 0.75);
    -o-box-shadow: 0.5em 1em rgba(61, 184, 143, 0.75), -0.5em -1em rgba(233, 169, 32, 0.75);
    box-shadow: 0.5em 1em rgba(61, 184, 143, 0.75), -0.5em -1em rgba(233, 169, 32, 0.75); } }

@-moz-keyframes before {
  0% {
    width: 0.5em;
    -webkit-box-shadow: 1em -0.5em rgba(225, 20, 98, 0.75), -1em 0.5em rgba(111, 202, 220, 0.75);
    -moz-box-shadow: 1em -0.5em rgba(225, 20, 98, 0.75), -1em 0.5em rgba(111, 202, 220, 0.75);
    -ms-box-shadow: 1em -0.5em rgba(225, 20, 98, 0.75), -1em 0.5em rgba(111, 202, 220, 0.75);
    -o-box-shadow: 1em -0.5em rgba(225, 20, 98, 0.75), -1em 0.5em rgba(111, 202, 220, 0.75);
    box-shadow: 1em -0.5em rgba(225, 20, 98, 0.75), -1em 0.5em rgba(111, 202, 220, 0.75); }

  35% {
    width: 2.5em;
    -webkit-box-shadow: 0 -0.5em rgba(225, 20, 98, 0.75), 0 0.5em rgba(111, 202, 220, 0.75);
    -moz-box-shadow: 0 -0.5em rgba(225, 20, 98, 0.75), 0 0.5em rgba(111, 202, 220, 0.75);
    -ms-box-shadow: 0 -0.5em rgba(225, 20, 98, 0.75), 0 0.5em rgba(111, 202, 220, 0.75);
    -o-box-shadow: 0 -0.5em rgba(225, 20, 98, 0.75), 0 0.5em rgba(111, 202, 220, 0.75);
    box-shadow: 0 -0.5em rgba(225, 20, 98, 0.75), 0 0.5em rgba(111, 202, 220, 0.75); }

  70% {
    width: 0.5em;
    -webkit-box-shadow: -1em -0.5em rgba(225, 20, 98, 0.75), 1em 0.5em rgba(111, 202, 220, 0.75);
    -moz-box-shadow: -1em -0.5em rgba(225, 20, 98, 0.75), 1em 0.5em rgba(111, 202, 220, 0.75);
    -ms-box-shadow: -1em -0.5em rgba(225, 20, 98, 0.75), 1em 0.5em rgba(111, 202, 220, 0.75);
    -o-box-shadow: -1em -0.5em rgba(225, 20, 98, 0.75), 1em 0.5em rgba(111, 202, 220, 0.75);
    box-shadow: -1em -0.5em rgba(225, 20, 98, 0.75), 1em 0.5em rgba(111, 202, 220, 0.75); }

  100% {
    -webkit-box-shadow: 1em -0.5em rgba(225, 20, 98, 0.75), -1em 0.5em rgba(111, 202, 220, 0.75);
    -moz-box-shadow: 1em -0.5em rgba(225, 20, 98, 0.75), -1em 0.5em rgba(111, 202, 220, 0.75);
    -ms-box-shadow: 1em -0.5em rgba(225, 20, 98, 0.75), -1em 0.5em rgba(111, 202, 220, 0.75);
    -o-box-shadow: 1em -0.5em rgba(225, 20, 98, 0.75), -1em 0.5em rgba(111, 202, 220, 0.75);
    box-shadow: 1em -0.5em rgba(225, 20, 98, 0.75), -1em 0.5em rgba(111, 202, 220, 0.75); } }

@-moz-keyframes after {
  /* IE */
  0% {
    height: 0.5em;
    -webkit-box-shadow: 0.5em 1em rgba(61, 184, 143, 0.75), -0.5em -1em rgba(233, 169, 32, 0.75);
    -moz-box-shadow: 0.5em 1em rgba(61, 184, 143, 0.75), -0.5em -1em rgba(233, 169, 32, 0.75);
    -ms-box-shadow: 0.5em 1em rgba(61, 184, 143, 0.75), -0.5em -1em rgba(233, 169, 32, 0.75);
    -o-box-shadow: 0.5em 1em rgba(61, 184, 143, 0.75), -0.5em -1em rgba(233, 169, 32, 0.75);
    box-shadow: 0.5em 1em rgba(61, 184, 143, 0.75), -0.5em -1em rgba(233, 169, 32, 0.75); }

  35% {
    height: 2.5em;
    -webkit-box-shadow: 0.5em 0 rgba(61, 184, 143, 0.75), -0.5em 0 rgba(233, 169, 32, 0.75);
    -moz-box-shadow: 0.5em 0 rgba(61, 184, 143, 0.75), -0.5em 0 rgba(233, 169, 32, 0.75);
    -ms-box-shadow: 0.5em 0 rgba(61, 184, 143, 0.75), -0.5em 0 rgba(233, 169, 32, 0.75);
    -o-box-shadow: 0.5em 0 rgba(61, 184, 143, 0.75), -0.5em 0 rgba(233, 169, 32, 0.75);
    box-shadow: 0.5em 0 rgba(61, 184, 143, 0.75), -0.5em 0 rgba(233, 169, 32, 0.75); }

  70% {
    height: 0.5em;
    -webkit-box-shadow: 0.5em -1em rgba(61, 184, 143, 0.75), -0.5em 1em rgba(233, 169, 32, 0.75);
    -moz-box-shadow: 0.5em -1em rgba(61, 184, 143, 0.75), -0.5em 1em rgba(233, 169, 32, 0.75);
    -ms-box-shadow: 0.5em -1em rgba(61, 184, 143, 0.75), -0.5em 1em rgba(233, 169, 32, 0.75);
    -o-box-shadow: 0.5em -1em rgba(61, 184, 143, 0.75), -0.5em 1em rgba(233, 169, 32, 0.75);
    box-shadow: 0.5em -1em rgba(61, 184, 143, 0.75), -0.5em 1em rgba(233, 169, 32, 0.75); }

  100% {
    -webkit-box-shadow: 0.5em 1em rgba(61, 184, 143, 0.75), -0.5em -1em rgba(233, 169, 32, 0.75);
    -moz-box-shadow: 0.5em 1em rgba(61, 184, 143, 0.75), -0.5em -1em rgba(233, 169, 32, 0.75);
    -ms-box-shadow: 0.5em 1em rgba(61, 184, 143, 0.75), -0.5em -1em rgba(233, 169, 32, 0.75);
    -o-box-shadow: 0.5em 1em rgba(61, 184, 143, 0.75), -0.5em -1em rgba(233, 169, 32, 0.75);
    box-shadow: 0.5em 1em rgba(61, 184, 143, 0.75), -0.5em -1em rgba(233, 169, 32, 0.75); } }

@-o-keyframes before {
  0% {
    width: 0.5em;
    -webkit-box-shadow: 1em -0.5em rgba(225, 20, 98, 0.75), -1em 0.5em rgba(111, 202, 220, 0.75);
    -moz-box-shadow: 1em -0.5em rgba(225, 20, 98, 0.75), -1em 0.5em rgba(111, 202, 220, 0.75);
    -ms-box-shadow: 1em -0.5em rgba(225, 20, 98, 0.75), -1em 0.5em rgba(111, 202, 220, 0.75);
    -o-box-shadow: 1em -0.5em rgba(225, 20, 98, 0.75), -1em 0.5em rgba(111, 202, 220, 0.75);
    box-shadow: 1em -0.5em rgba(225, 20, 98, 0.75), -1em 0.5em rgba(111, 202, 220, 0.75); }

  35% {
    width: 2.5em;
    -webkit-box-shadow: 0 -0.5em rgba(225, 20, 98, 0.75), 0 0.5em rgba(111, 202, 220, 0.75);
    -moz-box-shadow: 0 -0.5em rgba(225, 20, 98, 0.75), 0 0.5em rgba(111, 202, 220, 0.75);
    -ms-box-shadow: 0 -0.5em rgba(225, 20, 98, 0.75), 0 0.5em rgba(111, 202, 220, 0.75);
    -o-box-shadow: 0 -0.5em rgba(225, 20, 98, 0.75), 0 0.5em rgba(111, 202, 220, 0.75);
    box-shadow: 0 -0.5em rgba(225, 20, 98, 0.75), 0 0.5em rgba(111, 202, 220, 0.75); }

  70% {
    width: 0.5em;
    -webkit-box-shadow: -1em -0.5em rgba(225, 20, 98, 0.75), 1em 0.5em rgba(111, 202, 220, 0.75);
    -moz-box-shadow: -1em -0.5em rgba(225, 20, 98, 0.75), 1em 0.5em rgba(111, 202, 220, 0.75);
    -ms-box-shadow: -1em -0.5em rgba(225, 20, 98, 0.75), 1em 0.5em rgba(111, 202, 220, 0.75);
    -o-box-shadow: -1em -0.5em rgba(225, 20, 98, 0.75), 1em 0.5em rgba(111, 202, 220, 0.75);
    box-shadow: -1em -0.5em rgba(225, 20, 98, 0.75), 1em 0.5em rgba(111, 202, 220, 0.75); }

  100% {
    -webkit-box-shadow: 1em -0.5em rgba(225, 20, 98, 0.75), -1em 0.5em rgba(111, 202, 220, 0.75);
    -moz-box-shadow: 1em -0.5em rgba(225, 20, 98, 0.75), -1em 0.5em rgba(111, 202, 220, 0.75);
    -ms-box-shadow: 1em -0.5em rgba(225, 20, 98, 0.75), -1em 0.5em rgba(111, 202, 220, 0.75);
    -o-box-shadow: 1em -0.5em rgba(225, 20, 98, 0.75), -1em 0.5em rgba(111, 202, 220, 0.75);
    box-shadow: 1em -0.5em rgba(225, 20, 98, 0.75), -1em 0.5em rgba(111, 202, 220, 0.75); } }

@-o-keyframes after {
  /**
 * Attempt to center the whole thing!
 */
  0% {
    height: 0.5em;
    -webkit-box-shadow: 0.5em 1em rgba(61, 184, 143, 0.75), -0.5em -1em rgba(233, 169, 32, 0.75);
    -moz-box-shadow: 0.5em 1em rgba(61, 184, 143, 0.75), -0.5em -1em rgba(233, 169, 32, 0.75);
    -ms-box-shadow: 0.5em 1em rgba(61, 184, 143, 0.75), -0.5em -1em rgba(233, 169, 32, 0.75);
    -o-box-shadow: 0.5em 1em rgba(61, 184, 143, 0.75), -0.5em -1em rgba(233, 169, 32, 0.75);
    box-shadow: 0.5em 1em rgba(61, 184, 143, 0.75), -0.5em -1em rgba(233, 169, 32, 0.75); }

  35% {
    height: 2.5em;
    -webkit-box-shadow: 0.5em 0 rgba(61, 184, 143, 0.75), -0.5em 0 rgba(233, 169, 32, 0.75);
    -moz-box-shadow: 0.5em 0 rgba(61, 184, 143, 0.75), -0.5em 0 rgba(233, 169, 32, 0.75);
    -ms-box-shadow: 0.5em 0 rgba(61, 184, 143, 0.75), -0.5em 0 rgba(233, 169, 32, 0.75);
    -o-box-shadow: 0.5em 0 rgba(61, 184, 143, 0.75), -0.5em 0 rgba(233, 169, 32, 0.75);
    box-shadow: 0.5em 0 rgba(61, 184, 143, 0.75), -0.5em 0 rgba(233, 169, 32, 0.75); }

  70% {
    height: 0.5em;
    -webkit-box-shadow: 0.5em -1em rgba(61, 184, 143, 0.75), -0.5em 1em rgba(233, 169, 32, 0.75);
    -moz-box-shadow: 0.5em -1em rgba(61, 184, 143, 0.75), -0.5em 1em rgba(233, 169, 32, 0.75);
    -ms-box-shadow: 0.5em -1em rgba(61, 184, 143, 0.75), -0.5em 1em rgba(233, 169, 32, 0.75);
    -o-box-shadow: 0.5em -1em rgba(61, 184, 143, 0.75), -0.5em 1em rgba(233, 169, 32, 0.75);
    box-shadow: 0.5em -1em rgba(61, 184, 143, 0.75), -0.5em 1em rgba(233, 169, 32, 0.75); }

  100% {
    -webkit-box-shadow: 0.5em 1em rgba(61, 184, 143, 0.75), -0.5em -1em rgba(233, 169, 32, 0.75);
    -moz-box-shadow: 0.5em 1em rgba(61, 184, 143, 0.75), -0.5em -1em rgba(233, 169, 32, 0.75);
    -ms-box-shadow: 0.5em 1em rgba(61, 184, 143, 0.75), -0.5em -1em rgba(233, 169, 32, 0.75);
    -o-box-shadow: 0.5em 1em rgba(61, 184, 143, 0.75), -0.5em -1em rgba(233, 169, 32, 0.75);
    box-shadow: 0.5em 1em rgba(61, 184, 143, 0.75), -0.5em -1em rgba(233, 169, 32, 0.75); } }

.loader {
  position: absolute;
  top: calc(50% - 1.25em);
  left: calc(50% - 1.25em);
  /* ==========================================================================
   End Style 1
========================================================================== */
  /* ==========================================================================
   Style 2
========================================================================== */ }

@-webkit-keyframes ball {
  0% {
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    -moz-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    -ms-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    -o-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -ms-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }

  45% {
    -webkit-transform: translate3d(0, 150px, -10px) scale3d(1, 0.95, 1);
    -moz-transform: translate3d(0, 150px, -10px) scale3d(1, 0.95, 1);
    -ms-transform: translate3d(0, 150px, -10px) scale3d(1, 0.95, 1);
    -o-transform: translate3d(0, 150px, -10px) scale3d(1, 0.95, 1);
    transform: translate3d(0, 150px, -10px) scale3d(1, 0.95, 1);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -ms-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }

  50% {
    -webkit-transform: translate3d(0, 150px, -10px) scale3d(1, 0.5, 1);
    -moz-transform: translate3d(0, 150px, -10px) scale3d(1, 0.5, 1);
    -ms-transform: translate3d(0, 150px, -10px) scale3d(1, 0.5, 1);
    -o-transform: translate3d(0, 150px, -10px) scale3d(1, 0.5, 1);
    transform: translate3d(0, 150px, -10px) scale3d(1, 0.5, 1);
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -ms-animation-timing-function: linear;
    -o-animation-timing-function: linear;
    animation-timing-function: linear; }

  55% {
    -webkit-transform: translate3d(0, 150px, -10px) scale3d(1, 1.25, 1);
    -moz-transform: translate3d(0, 150px, -10px) scale3d(1, 1.25, 1);
    -ms-transform: translate3d(0, 150px, -10px) scale3d(1, 1.25, 1);
    -o-transform: translate3d(0, 150px, -10px) scale3d(1, 1.25, 1);
    transform: translate3d(0, 150px, -10px) scale3d(1, 1.25, 1);
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    -ms-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    animation-timing-function: ease-out; } }

@-moz-keyframes ball {
  0% {
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    -moz-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    -ms-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    -o-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -ms-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }

  45% {
    -webkit-transform: translate3d(0, 150px, -10px) scale3d(1, 0.95, 1);
    -moz-transform: translate3d(0, 150px, -10px) scale3d(1, 0.95, 1);
    -ms-transform: translate3d(0, 150px, -10px) scale3d(1, 0.95, 1);
    -o-transform: translate3d(0, 150px, -10px) scale3d(1, 0.95, 1);
    transform: translate3d(0, 150px, -10px) scale3d(1, 0.95, 1);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -ms-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }

  50% {
    -webkit-transform: translate3d(0, 150px, -10px) scale3d(1, 0.5, 1);
    -moz-transform: translate3d(0, 150px, -10px) scale3d(1, 0.5, 1);
    -ms-transform: translate3d(0, 150px, -10px) scale3d(1, 0.5, 1);
    -o-transform: translate3d(0, 150px, -10px) scale3d(1, 0.5, 1);
    transform: translate3d(0, 150px, -10px) scale3d(1, 0.5, 1);
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -ms-animation-timing-function: linear;
    -o-animation-timing-function: linear;
    animation-timing-function: linear; }

  55% {
    -webkit-transform: translate3d(0, 150px, -10px) scale3d(1, 1.25, 1);
    -moz-transform: translate3d(0, 150px, -10px) scale3d(1, 1.25, 1);
    -ms-transform: translate3d(0, 150px, -10px) scale3d(1, 1.25, 1);
    -o-transform: translate3d(0, 150px, -10px) scale3d(1, 1.25, 1);
    transform: translate3d(0, 150px, -10px) scale3d(1, 1.25, 1);
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    -ms-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    animation-timing-function: ease-out; } }

@-o-keyframes ball {
  0% {
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    -moz-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    -ms-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    -o-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -ms-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }

  45% {
    -webkit-transform: translate3d(0, 150px, -10px) scale3d(1, 0.95, 1);
    -moz-transform: translate3d(0, 150px, -10px) scale3d(1, 0.95, 1);
    -ms-transform: translate3d(0, 150px, -10px) scale3d(1, 0.95, 1);
    -o-transform: translate3d(0, 150px, -10px) scale3d(1, 0.95, 1);
    transform: translate3d(0, 150px, -10px) scale3d(1, 0.95, 1);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -ms-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }

  50% {
    -webkit-transform: translate3d(0, 150px, -10px) scale3d(1, 0.5, 1);
    -moz-transform: translate3d(0, 150px, -10px) scale3d(1, 0.5, 1);
    -ms-transform: translate3d(0, 150px, -10px) scale3d(1, 0.5, 1);
    -o-transform: translate3d(0, 150px, -10px) scale3d(1, 0.5, 1);
    transform: translate3d(0, 150px, -10px) scale3d(1, 0.5, 1);
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -ms-animation-timing-function: linear;
    -o-animation-timing-function: linear;
    animation-timing-function: linear; }

  55% {
    -webkit-transform: translate3d(0, 150px, -10px) scale3d(1, 1.25, 1);
    -moz-transform: translate3d(0, 150px, -10px) scale3d(1, 1.25, 1);
    -ms-transform: translate3d(0, 150px, -10px) scale3d(1, 1.25, 1);
    -o-transform: translate3d(0, 150px, -10px) scale3d(1, 1.25, 1);
    transform: translate3d(0, 150px, -10px) scale3d(1, 1.25, 1);
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    -ms-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    animation-timing-function: ease-out; } }

@keyframes ball {
  0% {
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    -moz-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    -ms-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    -o-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -ms-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }

  45% {
    -webkit-transform: translate3d(0, 150px, -10px) scale3d(1, 0.95, 1);
    -moz-transform: translate3d(0, 150px, -10px) scale3d(1, 0.95, 1);
    -ms-transform: translate3d(0, 150px, -10px) scale3d(1, 0.95, 1);
    -o-transform: translate3d(0, 150px, -10px) scale3d(1, 0.95, 1);
    transform: translate3d(0, 150px, -10px) scale3d(1, 0.95, 1);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -ms-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }

  50% {
    -webkit-transform: translate3d(0, 150px, -10px) scale3d(1, 0.5, 1);
    -moz-transform: translate3d(0, 150px, -10px) scale3d(1, 0.5, 1);
    -ms-transform: translate3d(0, 150px, -10px) scale3d(1, 0.5, 1);
    -o-transform: translate3d(0, 150px, -10px) scale3d(1, 0.5, 1);
    transform: translate3d(0, 150px, -10px) scale3d(1, 0.5, 1);
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -ms-animation-timing-function: linear;
    -o-animation-timing-function: linear;
    animation-timing-function: linear; }

  55% {
    -webkit-transform: translate3d(0, 150px, -10px) scale3d(1, 1.25, 1);
    -moz-transform: translate3d(0, 150px, -10px) scale3d(1, 1.25, 1);
    -ms-transform: translate3d(0, 150px, -10px) scale3d(1, 1.25, 1);
    -o-transform: translate3d(0, 150px, -10px) scale3d(1, 1.25, 1);
    transform: translate3d(0, 150px, -10px) scale3d(1, 1.25, 1);
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    -ms-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    animation-timing-function: ease-out; } }

@-webkit-keyframes ball-highlight {
  0% {
    -webkit-transform: skew(-20deg, 0) translate3d(0, 2.5px, 1px);
    -moz-transform: skew(-20deg, 0) translate3d(0, 2.5px, 1px);
    -ms-transform: skew(-20deg, 0) translate3d(0, 2.5px, 1px);
    -o-transform: skew(-20deg, 0) translate3d(0, 2.5px, 1px);
    transform: skew(-20deg, 0) translate3d(0, 2.5px, 1px);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -ms-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }

  45% {
    -webkit-transform: skew(-30deg, 0) translate3d(0, 0, 1px);
    -moz-transform: skew(-30deg, 0) translate3d(0, 0, 1px);
    -ms-transform: skew(-30deg, 0) translate3d(0, 0, 1px);
    -o-transform: skew(-30deg, 0) translate3d(0, 0, 1px);
    transform: skew(-30deg, 0) translate3d(0, 0, 1px);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -ms-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }

  50% {
    -webkit-transform: skew(-30deg, 0) translate3d(0, 0, 1px);
    -moz-transform: skew(-30deg, 0) translate3d(0, 0, 1px);
    -ms-transform: skew(-30deg, 0) translate3d(0, 0, 1px);
    -o-transform: skew(-30deg, 0) translate3d(0, 0, 1px);
    transform: skew(-30deg, 0) translate3d(0, 0, 1px);
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -ms-animation-timing-function: linear;
    -o-animation-timing-function: linear;
    animation-timing-function: linear; }

  55% {
    -webkit-transform: skew(-30deg, 0) translate3d(0, 0, 1px);
    -moz-transform: skew(-30deg, 0) translate3d(0, 0, 1px);
    -ms-transform: skew(-30deg, 0) translate3d(0, 0, 1px);
    -o-transform: skew(-30deg, 0) translate3d(0, 0, 1px);
    transform: skew(-30deg, 0) translate3d(0, 0, 1px);
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    -ms-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }

  100% {
    -webkit-transform: skew(-20deg, 0) translate3d(0, 2.5px, 1px);
    -moz-transform: skew(-20deg, 0) translate3d(0, 2.5px, 1px);
    -ms-transform: skew(-20deg, 0) translate3d(0, 2.5px, 1px);
    -o-transform: skew(-20deg, 0) translate3d(0, 2.5px, 1px);
    transform: skew(-20deg, 0) translate3d(0, 2.5px, 1px);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -ms-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

@-moz-keyframes ball-highlight {
  0% {
    -webkit-transform: skew(-20deg, 0) translate3d(0, 2.5px, 1px);
    -moz-transform: skew(-20deg, 0) translate3d(0, 2.5px, 1px);
    -ms-transform: skew(-20deg, 0) translate3d(0, 2.5px, 1px);
    -o-transform: skew(-20deg, 0) translate3d(0, 2.5px, 1px);
    transform: skew(-20deg, 0) translate3d(0, 2.5px, 1px);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -ms-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }

  45% {
    -webkit-transform: skew(-30deg, 0) translate3d(0, 0, 1px);
    -moz-transform: skew(-30deg, 0) translate3d(0, 0, 1px);
    -ms-transform: skew(-30deg, 0) translate3d(0, 0, 1px);
    -o-transform: skew(-30deg, 0) translate3d(0, 0, 1px);
    transform: skew(-30deg, 0) translate3d(0, 0, 1px);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -ms-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }

  50% {
    -webkit-transform: skew(-30deg, 0) translate3d(0, 0, 1px);
    -moz-transform: skew(-30deg, 0) translate3d(0, 0, 1px);
    -ms-transform: skew(-30deg, 0) translate3d(0, 0, 1px);
    -o-transform: skew(-30deg, 0) translate3d(0, 0, 1px);
    transform: skew(-30deg, 0) translate3d(0, 0, 1px);
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -ms-animation-timing-function: linear;
    -o-animation-timing-function: linear;
    animation-timing-function: linear; }

  55% {
    -webkit-transform: skew(-30deg, 0) translate3d(0, 0, 1px);
    -moz-transform: skew(-30deg, 0) translate3d(0, 0, 1px);
    -ms-transform: skew(-30deg, 0) translate3d(0, 0, 1px);
    -o-transform: skew(-30deg, 0) translate3d(0, 0, 1px);
    transform: skew(-30deg, 0) translate3d(0, 0, 1px);
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    -ms-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }

  100% {
    -webkit-transform: skew(-20deg, 0) translate3d(0, 2.5px, 1px);
    -moz-transform: skew(-20deg, 0) translate3d(0, 2.5px, 1px);
    -ms-transform: skew(-20deg, 0) translate3d(0, 2.5px, 1px);
    -o-transform: skew(-20deg, 0) translate3d(0, 2.5px, 1px);
    transform: skew(-20deg, 0) translate3d(0, 2.5px, 1px);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -ms-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

@-o-keyframes ball-highlight {
  0% {
    -webkit-transform: skew(-20deg, 0) translate3d(0, 2.5px, 1px);
    -moz-transform: skew(-20deg, 0) translate3d(0, 2.5px, 1px);
    -ms-transform: skew(-20deg, 0) translate3d(0, 2.5px, 1px);
    -o-transform: skew(-20deg, 0) translate3d(0, 2.5px, 1px);
    transform: skew(-20deg, 0) translate3d(0, 2.5px, 1px);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -ms-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }

  45% {
    -webkit-transform: skew(-30deg, 0) translate3d(0, 0, 1px);
    -moz-transform: skew(-30deg, 0) translate3d(0, 0, 1px);
    -ms-transform: skew(-30deg, 0) translate3d(0, 0, 1px);
    -o-transform: skew(-30deg, 0) translate3d(0, 0, 1px);
    transform: skew(-30deg, 0) translate3d(0, 0, 1px);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -ms-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }

  50% {
    -webkit-transform: skew(-30deg, 0) translate3d(0, 0, 1px);
    -moz-transform: skew(-30deg, 0) translate3d(0, 0, 1px);
    -ms-transform: skew(-30deg, 0) translate3d(0, 0, 1px);
    -o-transform: skew(-30deg, 0) translate3d(0, 0, 1px);
    transform: skew(-30deg, 0) translate3d(0, 0, 1px);
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -ms-animation-timing-function: linear;
    -o-animation-timing-function: linear;
    animation-timing-function: linear; }

  55% {
    -webkit-transform: skew(-30deg, 0) translate3d(0, 0, 1px);
    -moz-transform: skew(-30deg, 0) translate3d(0, 0, 1px);
    -ms-transform: skew(-30deg, 0) translate3d(0, 0, 1px);
    -o-transform: skew(-30deg, 0) translate3d(0, 0, 1px);
    transform: skew(-30deg, 0) translate3d(0, 0, 1px);
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    -ms-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }

  100% {
    -webkit-transform: skew(-20deg, 0) translate3d(0, 2.5px, 1px);
    -moz-transform: skew(-20deg, 0) translate3d(0, 2.5px, 1px);
    -ms-transform: skew(-20deg, 0) translate3d(0, 2.5px, 1px);
    -o-transform: skew(-20deg, 0) translate3d(0, 2.5px, 1px);
    transform: skew(-20deg, 0) translate3d(0, 2.5px, 1px);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -ms-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

@keyframes ball-highlight {
  0% {
    -webkit-transform: skew(-20deg, 0) translate3d(0, 2.5px, 1px);
    -moz-transform: skew(-20deg, 0) translate3d(0, 2.5px, 1px);
    -ms-transform: skew(-20deg, 0) translate3d(0, 2.5px, 1px);
    -o-transform: skew(-20deg, 0) translate3d(0, 2.5px, 1px);
    transform: skew(-20deg, 0) translate3d(0, 2.5px, 1px);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -ms-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }

  45% {
    -webkit-transform: skew(-30deg, 0) translate3d(0, 0, 1px);
    -moz-transform: skew(-30deg, 0) translate3d(0, 0, 1px);
    -ms-transform: skew(-30deg, 0) translate3d(0, 0, 1px);
    -o-transform: skew(-30deg, 0) translate3d(0, 0, 1px);
    transform: skew(-30deg, 0) translate3d(0, 0, 1px);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -ms-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }

  50% {
    -webkit-transform: skew(-30deg, 0) translate3d(0, 0, 1px);
    -moz-transform: skew(-30deg, 0) translate3d(0, 0, 1px);
    -ms-transform: skew(-30deg, 0) translate3d(0, 0, 1px);
    -o-transform: skew(-30deg, 0) translate3d(0, 0, 1px);
    transform: skew(-30deg, 0) translate3d(0, 0, 1px);
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -ms-animation-timing-function: linear;
    -o-animation-timing-function: linear;
    animation-timing-function: linear; }

  55% {
    -webkit-transform: skew(-30deg, 0) translate3d(0, 0, 1px);
    -moz-transform: skew(-30deg, 0) translate3d(0, 0, 1px);
    -ms-transform: skew(-30deg, 0) translate3d(0, 0, 1px);
    -o-transform: skew(-30deg, 0) translate3d(0, 0, 1px);
    transform: skew(-30deg, 0) translate3d(0, 0, 1px);
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    -ms-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }

  100% {
    -webkit-transform: skew(-20deg, 0) translate3d(0, 2.5px, 1px);
    -moz-transform: skew(-20deg, 0) translate3d(0, 2.5px, 1px);
    -ms-transform: skew(-20deg, 0) translate3d(0, 2.5px, 1px);
    -o-transform: skew(-20deg, 0) translate3d(0, 2.5px, 1px);
    transform: skew(-20deg, 0) translate3d(0, 2.5px, 1px);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -ms-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

@-webkit-keyframes ball-shadow {
  0% {
    -webkit-transform: translate3d(66.66667px, 66.66667px, -1px) scale3d(1.25, 1.25, 1);
    -moz-transform: translate3d(66.66667px, 66.66667px, -1px) scale3d(1.25, 1.25, 1);
    -ms-transform: translate3d(66.66667px, 66.66667px, -1px) scale3d(1.25, 1.25, 1);
    -o-transform: translate3d(66.66667px, 66.66667px, -1px) scale3d(1.25, 1.25, 1);
    transform: translate3d(66.66667px, 66.66667px, -1px) scale3d(1.25, 1.25, 1);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -ms-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }

  45% {
    -webkit-transform: translate3d(12.5px, -15px, -1px);
    -moz-transform: translate3d(12.5px, -15px, -1px);
    -ms-transform: translate3d(12.5px, -15px, -1px);
    -o-transform: translate3d(12.5px, -15px, -1px);
    transform: translate3d(12.5px, -15px, -1px);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -ms-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }

  50% {
    -webkit-transform: translate3d(12.5px, -15px, -1px) scale3d(1, 1, 1);
    -moz-transform: translate3d(12.5px, -15px, -1px) scale3d(1, 1, 1);
    -ms-transform: translate3d(12.5px, -15px, -1px) scale3d(1, 1, 1);
    -o-transform: translate3d(12.5px, -15px, -1px) scale3d(1, 1, 1);
    transform: translate3d(12.5px, -15px, -1px) scale3d(1, 1, 1);
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -ms-animation-timing-function: linear;
    -o-animation-timing-function: linear;
    animation-timing-function: linear; }

  55% {
    -webkit-transform: translate3d(12.5px, -15px, -1px);
    -moz-transform: translate3d(12.5px, -15px, -1px);
    -ms-transform: translate3d(12.5px, -15px, -1px);
    -o-transform: translate3d(12.5px, -15px, -1px);
    transform: translate3d(12.5px, -15px, -1px);
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    -ms-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }

  100% {
    -webkit-transform: translate3d(66.66667px, 66.66667px, -1px) scale3d(1.25, 1.25, 1);
    -moz-transform: translate3d(66.66667px, 66.66667px, -1px) scale3d(1.25, 1.25, 1);
    -ms-transform: translate3d(66.66667px, 66.66667px, -1px) scale3d(1.25, 1.25, 1);
    -o-transform: translate3d(66.66667px, 66.66667px, -1px) scale3d(1.25, 1.25, 1);
    transform: translate3d(66.66667px, 66.66667px, -1px) scale3d(1.25, 1.25, 1);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -ms-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

@-moz-keyframes ball-shadow {
  0% {
    -webkit-transform: translate3d(66.66667px, 66.66667px, -1px) scale3d(1.25, 1.25, 1);
    -moz-transform: translate3d(66.66667px, 66.66667px, -1px) scale3d(1.25, 1.25, 1);
    -ms-transform: translate3d(66.66667px, 66.66667px, -1px) scale3d(1.25, 1.25, 1);
    -o-transform: translate3d(66.66667px, 66.66667px, -1px) scale3d(1.25, 1.25, 1);
    transform: translate3d(66.66667px, 66.66667px, -1px) scale3d(1.25, 1.25, 1);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -ms-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }

  45% {
    -webkit-transform: translate3d(12.5px, -15px, -1px);
    -moz-transform: translate3d(12.5px, -15px, -1px);
    -ms-transform: translate3d(12.5px, -15px, -1px);
    -o-transform: translate3d(12.5px, -15px, -1px);
    transform: translate3d(12.5px, -15px, -1px);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -ms-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }

  50% {
    -webkit-transform: translate3d(12.5px, -15px, -1px) scale3d(1, 1, 1);
    -moz-transform: translate3d(12.5px, -15px, -1px) scale3d(1, 1, 1);
    -ms-transform: translate3d(12.5px, -15px, -1px) scale3d(1, 1, 1);
    -o-transform: translate3d(12.5px, -15px, -1px) scale3d(1, 1, 1);
    transform: translate3d(12.5px, -15px, -1px) scale3d(1, 1, 1);
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -ms-animation-timing-function: linear;
    -o-animation-timing-function: linear;
    animation-timing-function: linear; }

  55% {
    -webkit-transform: translate3d(12.5px, -15px, -1px);
    -moz-transform: translate3d(12.5px, -15px, -1px);
    -ms-transform: translate3d(12.5px, -15px, -1px);
    -o-transform: translate3d(12.5px, -15px, -1px);
    transform: translate3d(12.5px, -15px, -1px);
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    -ms-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }

  100% {
    -webkit-transform: translate3d(66.66667px, 66.66667px, -1px) scale3d(1.25, 1.25, 1);
    -moz-transform: translate3d(66.66667px, 66.66667px, -1px) scale3d(1.25, 1.25, 1);
    -ms-transform: translate3d(66.66667px, 66.66667px, -1px) scale3d(1.25, 1.25, 1);
    -o-transform: translate3d(66.66667px, 66.66667px, -1px) scale3d(1.25, 1.25, 1);
    transform: translate3d(66.66667px, 66.66667px, -1px) scale3d(1.25, 1.25, 1);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -ms-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

@-o-keyframes ball-shadow {
  0% {
    -webkit-transform: translate3d(66.66667px, 66.66667px, -1px) scale3d(1.25, 1.25, 1);
    -moz-transform: translate3d(66.66667px, 66.66667px, -1px) scale3d(1.25, 1.25, 1);
    -ms-transform: translate3d(66.66667px, 66.66667px, -1px) scale3d(1.25, 1.25, 1);
    -o-transform: translate3d(66.66667px, 66.66667px, -1px) scale3d(1.25, 1.25, 1);
    transform: translate3d(66.66667px, 66.66667px, -1px) scale3d(1.25, 1.25, 1);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -ms-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }

  45% {
    -webkit-transform: translate3d(12.5px, -15px, -1px);
    -moz-transform: translate3d(12.5px, -15px, -1px);
    -ms-transform: translate3d(12.5px, -15px, -1px);
    -o-transform: translate3d(12.5px, -15px, -1px);
    transform: translate3d(12.5px, -15px, -1px);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -ms-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }

  50% {
    -webkit-transform: translate3d(12.5px, -15px, -1px) scale3d(1, 1, 1);
    -moz-transform: translate3d(12.5px, -15px, -1px) scale3d(1, 1, 1);
    -ms-transform: translate3d(12.5px, -15px, -1px) scale3d(1, 1, 1);
    -o-transform: translate3d(12.5px, -15px, -1px) scale3d(1, 1, 1);
    transform: translate3d(12.5px, -15px, -1px) scale3d(1, 1, 1);
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -ms-animation-timing-function: linear;
    -o-animation-timing-function: linear;
    animation-timing-function: linear; }

  55% {
    -webkit-transform: translate3d(12.5px, -15px, -1px);
    -moz-transform: translate3d(12.5px, -15px, -1px);
    -ms-transform: translate3d(12.5px, -15px, -1px);
    -o-transform: translate3d(12.5px, -15px, -1px);
    transform: translate3d(12.5px, -15px, -1px);
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    -ms-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }

  100% {
    -webkit-transform: translate3d(66.66667px, 66.66667px, -1px) scale3d(1.25, 1.25, 1);
    -moz-transform: translate3d(66.66667px, 66.66667px, -1px) scale3d(1.25, 1.25, 1);
    -ms-transform: translate3d(66.66667px, 66.66667px, -1px) scale3d(1.25, 1.25, 1);
    -o-transform: translate3d(66.66667px, 66.66667px, -1px) scale3d(1.25, 1.25, 1);
    transform: translate3d(66.66667px, 66.66667px, -1px) scale3d(1.25, 1.25, 1);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -ms-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

@keyframes ball-shadow {
  /* Styles for old versions of IE */
  0% {
    -webkit-transform: translate3d(66.66667px, 66.66667px, -1px) scale3d(1.25, 1.25, 1);
    -moz-transform: translate3d(66.66667px, 66.66667px, -1px) scale3d(1.25, 1.25, 1);
    -ms-transform: translate3d(66.66667px, 66.66667px, -1px) scale3d(1.25, 1.25, 1);
    -o-transform: translate3d(66.66667px, 66.66667px, -1px) scale3d(1.25, 1.25, 1);
    transform: translate3d(66.66667px, 66.66667px, -1px) scale3d(1.25, 1.25, 1);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -ms-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }

  45% {
    -webkit-transform: translate3d(12.5px, -15px, -1px);
    -moz-transform: translate3d(12.5px, -15px, -1px);
    -ms-transform: translate3d(12.5px, -15px, -1px);
    -o-transform: translate3d(12.5px, -15px, -1px);
    transform: translate3d(12.5px, -15px, -1px);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -ms-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }

  50% {
    -webkit-transform: translate3d(12.5px, -15px, -1px) scale3d(1, 1, 1);
    -moz-transform: translate3d(12.5px, -15px, -1px) scale3d(1, 1, 1);
    -ms-transform: translate3d(12.5px, -15px, -1px) scale3d(1, 1, 1);
    -o-transform: translate3d(12.5px, -15px, -1px) scale3d(1, 1, 1);
    transform: translate3d(12.5px, -15px, -1px) scale3d(1, 1, 1);
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -ms-animation-timing-function: linear;
    -o-animation-timing-function: linear;
    animation-timing-function: linear; }

  55% {
    -webkit-transform: translate3d(12.5px, -15px, -1px);
    -moz-transform: translate3d(12.5px, -15px, -1px);
    -ms-transform: translate3d(12.5px, -15px, -1px);
    -o-transform: translate3d(12.5px, -15px, -1px);
    transform: translate3d(12.5px, -15px, -1px);
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    -ms-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }

  100% {
    -webkit-transform: translate3d(66.66667px, 66.66667px, -1px) scale3d(1.25, 1.25, 1);
    -moz-transform: translate3d(66.66667px, 66.66667px, -1px) scale3d(1.25, 1.25, 1);
    -ms-transform: translate3d(66.66667px, 66.66667px, -1px) scale3d(1.25, 1.25, 1);
    -o-transform: translate3d(66.66667px, 66.66667px, -1px) scale3d(1.25, 1.25, 1);
    transform: translate3d(66.66667px, 66.66667px, -1px) scale3d(1.25, 1.25, 1);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -ms-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

.ball {
  font-family: sans-serif;
  font-weight: 100;
  /* :not(:required) hides this rule from IE9 and below */ }

.ball:not(:required) {
  position: relative;
  display: inline-block;
  font-size: 0;
  letter-spacing: -1px;
  border-radius: 100%;
  background: #f86;
  width: 50px;
  height: 50px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  -moz-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  -ms-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  -o-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  -o-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -webkit-animation: ball 1500ms infinite linear;
  -moz-animation: ball 1500ms infinite linear;
  -ms-animation: ball 1500ms infinite linear;
  -o-animation: ball 1500ms infinite linear;
  animation: ball 1500ms infinite linear; }

.ball:not(:required)::after {
  content: '';
  position: absolute;
  top: 4.5px;
  left: 5.5px;
  width: 15px;
  height: 15px;
  background: #ffb099;
  border-radius: 100%;
  -webkit-transform: skew(-20deg, 0) translate3d(0, 2.5px, 1px);
  -moz-transform: skew(-20deg, 0) translate3d(0, 2.5px, 1px);
  -ms-transform: skew(-20deg, 0) translate3d(0, 2.5px, 1px);
  -o-transform: skew(-20deg, 0) translate3d(0, 2.5px, 1px);
  transform: skew(-20deg, 0) translate3d(0, 2.5px, 1px);
  -webkit-animation: ball-highlight 1500ms infinite linear;
  -moz-animation: ball-highlight 1500ms infinite linear;
  -ms-animation: ball-highlight 1500ms infinite linear;
  -o-animation: ball-highlight 1500ms infinite linear;
  animation: ball-highlight 1500ms infinite linear; }

.ball:not(:required)::before {
  content: '';
  position: absolute;
  top: 50px;
  left: 5.5px;
  width: 50px;
  height: 15px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 100%;
  -webkit-transform: translate3d(66.66667px, 66.66667px, -1px) scale3d(1.25, 1.25, 1);
  -moz-transform: translate3d(66.66667px, 66.66667px, -1px) scale3d(1.25, 1.25, 1);
  -ms-transform: translate3d(66.66667px, 66.66667px, -1px) scale3d(1.25, 1.25, 1);
  -o-transform: translate3d(66.66667px, 66.66667px, -1px) scale3d(1.25, 1.25, 1);
  transform: translate3d(66.66667px, 66.66667px, -1px) scale3d(1.25, 1.25, 1);
  -webkit-animation: ball-shadow 1500ms infinite linear;
  -moz-animation: ball-shadow 1500ms infinite linear;
  -ms-animation: ball-shadow 1500ms infinite linear;
  -o-animation: ball-shadow 1500ms infinite linear;
  animation: ball-shadow 1500ms infinite linear;
  -webkit-filter: blur(1px);
  -moz-filter: blur(1px);
  filter: blur(1px);
  /* ==========================================================================
   End Style 2
========================================================================== */ }

.nav-menu * {
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  /* BACKGROUND GRADIENT */
  /* TRANSITION DELAY */ }

.nav-menu {
  margin: 0;
  padding: 0;
  text-indent: 0;
  display: inline-block;
  width: 100%;
  /*
 *  Main Menu For Screen Large ( > 992px ).
 */ }
  .nav-menu li {
    display: inline-block;
    position: relative;
    list-style: none;
    white-space: nowrap; }
  .nav-menu li a {
    display: inline-block;
    position: relative;
    white-space: nowrap; }

@media screen and (min-width: 992px) {
  /*
 *  End Main Menu For Screen Large ( > 992px ).
 */
  /*
 *  Max width of 992 pixels - Menu Mobi
 */
    .nav-menu > li {
      /* Start Mega Menu */ }
      .nav-menu > li:hover {
        /* Style Sub Menu - Level 2 */ }
        .nav-menu > li:hover > ul.sub-menu, .nav-menu > li:hover ul.sub-menu.drop_full_width {
          overflow: visible;
          visibility: visible;
          margin-top: 0;
          /* clip: auto; */
          opacity: 1; }
          .nav-menu > li:hover > ul.sub-menu > li > a, .nav-menu > li:hover ul.sub-menu.drop_full_width > li > a {
            visibility: visible; }
        .nav-menu > li:hover ul.sub-menu.drop_full_width li a {
          visibility: visible; }
      .nav-menu > li ul.sub-menu {
        position: absolute;
        left: 0;
        top: 100%;
        min-width: 300px;
        z-index: 29;
        padding: 0;
        margin-top: 20px;
        background-color: #fff;
        overflow: hidden;
        visibility: hidden;
        opacity: 0;
        padding-top: 25px;
        padding-bottom: 25px;
        -webkit-box-shadow: 0 0 4px -4px #000;
        -moz-box-shadow: 0 0 4px -4px #000;
        box-shadow: 0 0 4px -4px #000;
        /*clip: rect(0,0,0,0);*/
        white-space: normal; }
        .nav-menu > li ul.sub-menu li {
          width: 100%; }
          .nav-menu > li ul.sub-menu li:hover ul.sub-menu {
            overflow: visible;
            visibility: visible;
            margin-top: 0;
            /* clip: auto; */
            opacity: 1; }
            .nav-menu > li ul.sub-menu li:hover ul.sub-menu > li > a {
              visibility: visible; }
          .nav-menu > li ul.sub-menu li a {
            display: block;
            line-height: 36px;
            padding-left: 35px;
            padding-right: 15px;
            visibility: hidden;
            /* Menu - Level > 3 */ }
          .nav-menu > li ul.sub-menu li ul.sub-menu {
            top: 0;
            /* Menu Stick Wall */
            left: 100%; }
            .nav-menu > li ul.sub-menu li ul.sub-menu.back {
              right: 100%;
              left: auto; }
            .nav-menu > li ul.sub-menu li ul.sub-menu.back ul:not(.back) {
              right: 100%;
              left: auto; }
            .nav-menu > li ul.sub-menu li ul.sub-menu.back ul.back {
              left: 100%;
              right: auto; }
              .nav-menu > li ul.sub-menu li ul.sub-menu.back ul.back ul:not(.back) {
                left: 100%;
                right: auto; }
              .nav-menu > li ul.sub-menu li ul.sub-menu.back ul.back ul.back {
                right: 100%;
                left: auto; }
          .nav-menu > li ul.sub-menu li .zo-menu-toggle {
            position: absolute;
            right: 15px;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -khtml-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
            /* BACKGROUND GRADIENT */
            /* TRANSFORM STYLE */ }
      .zo-header-logo-center .nav-menu > li + li > a {
        position: relative; }
        .zo-header-logo-center .nav-menu > li + li > a:before {
          content: "";
          height: 1px;
          width: 15px;
          background: #464646;
          position: absolute;
          top: 50%;
          left: -30px; }
      .nav-menu > li.menu-item-has-children {
        /* End Mega Menu */ }
      .nav-menu > li.menu-item-has-children.has_full_width {
        position: inherit; }
        .nav-menu > li.menu-item-has-children.has_full_width > ul {
          padding: 35px 0;
          left: 0 !important;
          width: 100% !important; }
        .nav-menu > li.menu-item-has-children.has_full_width > ul li a {
          padding-left: 35px; }
        .nav-menu > li.menu-item-has-children.has_full_width > ul > li {
          float: left; }
          .nav-menu > li.menu-item-has-children.has_full_width > ul > li.menu-col-3 {
            width: 25%; }
          .nav-menu > li.menu-item-has-children.has_full_width > ul > li.menu-col-6 {
            width: 50%; }
      .nav-menu > li.menu-item-has-children .columns2 > li:nth-of-type(2n+1), .nav-menu > li.menu-item-has-children .columns3 > li:nth-child(3n+1), .nav-menu > li.menu-item-has-children .columns4 > li:nth-child(4n+1), .nav-menu > li.menu-item-has-children .columns5 > li:nth-child(5n+1) {
        clear: left; }
      .nav-menu > li.menu-item-has-children .columns5 > li {
        width: 20% !important; }
      .nav-menu > li.menu-item-has-children .columns4 > li {
        width: 25% !important; }
      .nav-menu > li.menu-item-has-children .columns3 > li {
        width: 33% !important; }
      .nav-menu > li.menu-item-has-children .columns2 > li {
        width: 50% !important; }
      .nav-menu > li.menu-item-has-children [class*="columns"] > li {
        float: left; }
        .nav-menu > li.menu-item-has-children [class*="columns"] > li > a {
          width: 100%; }
      .nav-menu > li.menu-item-has-children > ul.multicolumn .zo-menu-toggle, .nav-menu > li.menu-item-has-children > ul.drop_full_width .zo-menu-toggle {
        display: none; }
        .nav-menu > li.menu-item-has-children > ul.multicolumn ul.sub-menu, .nav-menu > li.menu-item-has-children > ul.drop_full_width ul.sub-menu {
          position: static;
          padding: 0;
          opacity: 1;
          margin-top: 0;
          box-shadow: none; }
        .nav-menu > li.menu-item-has-children > ul.multicolumn > li.group > a, .nav-menu > li.menu-item-has-children > ul.drop_full_width > li.group > a {
          font-weight: 700; }
    #zo-menu-mobile.collapse {
      display: none;
      /* Header Canvas */ }
    .header-canvas {
      position: fixed;
      right: -35%;
      margin-right: -25px;
      top: 0;
      height: 100%;
      width: 35%;
      z-index: 9999;
      overflow-y: scroll;
      overflow-x: auto;
      -webkit-transition: transform 400ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
      -khtml-transition: transform 400ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
      -moz-transition: transform 400ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
      -ms-transition: transform 400ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
      -o-transition: transform 400ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
      transition: transform 400ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
      /* BACKGROUND GRADIENT */
      /* TRANSITION DELAY */ }
      .admin-bar .header-canvas {
        top: 32px; }
      .header-canvas .zo-header-secondary {
        padding-top: 60px;
        padding-bottom: 60px; }
      .open-menu-canvas .header-canvas {
        -webkit-transform: translateX(-100%);
        -khtml-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
        /* BACKGROUND GRADIENT */
        /* TRANSFORM STYLE */ }
      .open-menu-canvas .header-canvas .nav-menu > li {
        opacity: 1; }
        .open-menu-canvas .header-canvas .nav-menu > li:nth-child(1) {
          -webkit-transition-delay: 200ms;
          -khtml-transition-delay: 200ms;
          -moz-transition-delay: 200ms;
          -ms-transition-delay: 200ms;
          -o-transition-delay: 200ms;
          transition-delay: 200ms;
          /* BACKGROUND GRADIENT */
          /* TRANSITION TIMING FUNCTION */ }
        .open-menu-canvas .header-canvas .nav-menu > li:nth-child(2) {
          -webkit-transition-delay: 400ms;
          -khtml-transition-delay: 400ms;
          -moz-transition-delay: 400ms;
          -ms-transition-delay: 400ms;
          -o-transition-delay: 400ms;
          transition-delay: 400ms;
          /* BACKGROUND GRADIENT */
          /* TRANSITION TIMING FUNCTION */ }
        .open-menu-canvas .header-canvas .nav-menu > li:nth-child(3) {
          -webkit-transition-delay: 600ms;
          -khtml-transition-delay: 600ms;
          -moz-transition-delay: 600ms;
          -ms-transition-delay: 600ms;
          -o-transition-delay: 600ms;
          transition-delay: 600ms;
          /* BACKGROUND GRADIENT */
          /* TRANSITION TIMING FUNCTION */ }
        .open-menu-canvas .header-canvas .nav-menu > li:nth-child(4) {
          -webkit-transition-delay: 800ms;
          -khtml-transition-delay: 800ms;
          -moz-transition-delay: 800ms;
          -ms-transition-delay: 800ms;
          -o-transition-delay: 800ms;
          transition-delay: 800ms;
          /* BACKGROUND GRADIENT */
          /* TRANSITION TIMING FUNCTION */ }
        .open-menu-canvas .header-canvas .nav-menu > li:nth-child(5) {
          -webkit-transition-delay: 1000ms;
          -khtml-transition-delay: 1000ms;
          -moz-transition-delay: 1000ms;
          -ms-transition-delay: 1000ms;
          -o-transition-delay: 1000ms;
          transition-delay: 1000ms;
          /* BACKGROUND GRADIENT */
          /* TRANSITION TIMING FUNCTION */ }
        .open-menu-canvas .header-canvas .nav-menu > li:nth-child(6) {
          -webkit-transition-delay: 1200ms;
          -khtml-transition-delay: 1200ms;
          -moz-transition-delay: 1200ms;
          -ms-transition-delay: 1200ms;
          -o-transition-delay: 1200ms;
          transition-delay: 1200ms;
          /* BACKGROUND GRADIENT */
          /* TRANSITION TIMING FUNCTION */ }
      .header-canvas .nav-menu li {
        display: block; }
        .header-canvas .nav-menu li ul.sub-menu, .header-canvas .nav-menu li ul.sub-menu.drop_full_width {
          position: static;
          margin-top: 0;
          background-color: initial;
          padding-top: 0;
          padding-bottom: 0;
          max-height: 0;
          opacity: 1;
          visibility: visible;
          overflow: hidden;
          box-shadow: none;
          padding-left: 30px;
          min-width: 100%;
          -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
          -khtml-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
          -moz-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
          -ms-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
          -o-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
          transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
          /* BACKGROUND GRADIENT */
          /* TRANSITION DELAY */ }
        .header-canvas .nav-menu li ul.sub-menu.submenu-open, .header-canvas .nav-menu li ul.sub-menu.drop_full_width.submenu-open {
          max-height: 1000px; }
        .header-canvas .nav-menu li ul.sub-menu li:hover ul.sub-menu, .header-canvas .nav-menu li ul.sub-menu.drop_full_width li:hover ul.sub-menu {
          overflow: hidden; }
        .header-canvas .nav-menu li ul.sub-menu li a, .header-canvas .nav-menu li ul.sub-menu.drop_full_width li a {
          text-overflow: ellipsis;
          overflow: hidden; }
        .header-canvas .nav-menu li .zo-menu-toggle, .header-canvas .nav-menu li ul.sub-menu li .zo-menu-toggle {
          display: block;
          position: absolute;
          right: 15px;
          top: 0;
          cursor: pointer;
          -webkit-transform: none;
          -khtml-transform: none;
          -moz-transform: none;
          -ms-transform: none;
          -o-transform: none;
          transform: none;
          /* BACKGROUND GRADIENT */
          /* TRANSFORM STYLE */ }
        .header-canvas .nav-menu li ul.sub-menu li .zo-menu-toggle {
          line-height: 36px; }
      .header-canvas .nav-menu > li {
        opacity: 0; }
        .header-canvas .nav-menu > li > a {
          height: initial; }
        .header-canvas .nav-menu > li ul.sub-menu li a {
          visibility: visible;
          padding-left: 0; }
      .header-canvas .nav-menu > li.menu-item-has-children.has_full_width {
        position: relative; }
        .header-canvas .nav-menu > li.menu-item-has-children.has_full_width > ul > li[class*="menu-col"] {
          float: none;
          width: 100%; }
      .header-canvas .nav-menu > li.menu-item-has-children > ul.drop_full_width ul.sub-menu {
        padding-left: 35px; }
      .header-canvas .nav-menu .widget_zo-new-products ul {
        padding-left: 0; }
      .header-canvas .close {
        position: absolute;
        right: 30px;
        top: 30px;
        display: inline-block;
        height: 20px;
        width: 20px;
        color: #808080; }
    .open-menu-canvas .header-canvas-overlay {
      position: fixed;
      width: 100%;
      height: 100%;
      z-index: 999;
      background: rgba(0, 0, 0, 0.7);
      top: 0;
      left: 0;
      cursor: pointer;
      -webkit-transition: transform 400ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
      -khtml-transition: transform 400ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
      -moz-transition: transform 400ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
      -ms-transition: transform 400ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
      -o-transition: transform 400ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
      transition: transform 400ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
      /* BACKGROUND GRADIENT */
      /* TRANSITION DELAY */ }
    .zo-collapsed-menu {
      /* Collapsed Button */ }
      .zo-collapsed-menu .nav-menu > li {
        opacity: 0;
        visibility: hidden;
        -webkit-transition-timing-function: cubic-bezier(0.25, 0.5, 0.55, 0.95);
        -khtml-transition-timing-function: cubic-bezier(0.25, 0.5, 0.55, 0.95);
        -moz-transition-timing-function: cubic-bezier(0.25, 0.5, 0.55, 0.95);
        -ms-transition-timing-function: cubic-bezier(0.25, 0.5, 0.55, 0.95);
        -o-transition-timing-function: cubic-bezier(0.25, 0.5, 0.55, 0.95);
        transition-timing-function: cubic-bezier(0.25, 0.5, 0.55, 0.95);
        /* BACKGROUND GRADIENT */
        /* TRANSITION PROPERTY */
        -webkit-transition-property: all;
        -khtml-transition-property: all;
        -moz-transition-property: all;
        -ms-transition-property: all;
        -o-transition-property: all;
        transition-property: all;
        /* BACKGROUND GRADIENT */
        /* TRANSITION DURATION */ }
      .zo-collapsed-menu .nav-menu > li:nth-child(1) {
        -webkit-transition-delay: 0.15s;
        -khtml-transition-delay: 0.15s;
        -moz-transition-delay: 0.15s;
        -ms-transition-delay: 0.15s;
        -o-transition-delay: 0.15s;
        transition-delay: 0.15s;
        /* BACKGROUND GRADIENT */
        /* TRANSITION TIMING FUNCTION */
        -webkit-transition-duration: 0.1s;
        -khtml-transition-duration: 0.1s;
        -moz-transition-duration: 0.1s;
        -ms-transition-duration: 0.1s;
        -o-transition-duration: 0.1s;
        transition-duration: 0.1s;
        /* BACKGROUND GRADIENT */
        /* TRIPLE BORDERS */ }
      .zo-collapsed-menu .nav-menu > li:nth-child(2) {
        -webkit-transition-delay: 0.2s;
        -khtml-transition-delay: 0.2s;
        -moz-transition-delay: 0.2s;
        -ms-transition-delay: 0.2s;
        -o-transition-delay: 0.2s;
        transition-delay: 0.2s;
        /* BACKGROUND GRADIENT */
        /* TRANSITION TIMING FUNCTION */
        -webkit-transition-duration: 0.15s;
        -khtml-transition-duration: 0.15s;
        -moz-transition-duration: 0.15s;
        -ms-transition-duration: 0.15s;
        -o-transition-duration: 0.15s;
        transition-duration: 0.15s;
        /* BACKGROUND GRADIENT */
        /* TRIPLE BORDERS */ }
      .zo-collapsed-menu .nav-menu > li:nth-child(3) {
        -webkit-transition-delay: 0.25s;
        -khtml-transition-delay: 0.25s;
        -moz-transition-delay: 0.25s;
        -ms-transition-delay: 0.25s;
        -o-transition-delay: 0.25s;
        transition-delay: 0.25s;
        /* BACKGROUND GRADIENT */
        /* TRANSITION TIMING FUNCTION */
        -webkit-transition-duration: 0.2s;
        -khtml-transition-duration: 0.2s;
        -moz-transition-duration: 0.2s;
        -ms-transition-duration: 0.2s;
        -o-transition-duration: 0.2s;
        transition-duration: 0.2s;
        /* BACKGROUND GRADIENT */
        /* TRIPLE BORDERS */ }
      .zo-collapsed-menu .nav-menu > li:nth-child(4) {
        -webkit-transition-delay: 0.3s;
        -khtml-transition-delay: 0.3s;
        -moz-transition-delay: 0.3s;
        -ms-transition-delay: 0.3s;
        -o-transition-delay: 0.3s;
        transition-delay: 0.3s;
        /* BACKGROUND GRADIENT */
        /* TRANSITION TIMING FUNCTION */
        -webkit-transition-duration: 0.25s;
        -khtml-transition-duration: 0.25s;
        -moz-transition-duration: 0.25s;
        -ms-transition-duration: 0.25s;
        -o-transition-duration: 0.25s;
        transition-duration: 0.25s;
        /* BACKGROUND GRADIENT */
        /* TRIPLE BORDERS */ }
      .zo-collapsed-menu .nav-menu > li:nth-child(5) {
        -webkit-transition-delay: 0.35s;
        -khtml-transition-delay: 0.35s;
        -moz-transition-delay: 0.35s;
        -ms-transition-delay: 0.35s;
        -o-transition-delay: 0.35s;
        transition-delay: 0.35s;
        /* BACKGROUND GRADIENT */
        /* TRANSITION TIMING FUNCTION */
        -webkit-transition-duration: 0.3s;
        -khtml-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -ms-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s;
        /* BACKGROUND GRADIENT */
        /* TRIPLE BORDERS */ }
      .zo-collapsed-menu .nav-menu > li:nth-child(6) {
        -webkit-transition-delay: 0.4s;
        -khtml-transition-delay: 0.4s;
        -moz-transition-delay: 0.4s;
        -ms-transition-delay: 0.4s;
        -o-transition-delay: 0.4s;
        transition-delay: 0.4s;
        /* BACKGROUND GRADIENT */
        /* TRANSITION TIMING FUNCTION */
        -webkit-transition-duration: 0.35s;
        -khtml-transition-duration: 0.35s;
        -moz-transition-duration: 0.35s;
        -ms-transition-duration: 0.35s;
        -o-transition-duration: 0.35s;
        transition-duration: 0.35s;
        /* BACKGROUND GRADIENT */
        /* TRIPLE BORDERS */ }
      .zo-collapsed-menu.active .nav-menu > li {
        opacity: 1;
        visibility: visible; }
        .zo-collapsed-menu.active .nav-menu > li:nth-last-child(n+1) {
          -webkit-transition-delay: 0.15s;
          -khtml-transition-delay: 0.15s;
          -moz-transition-delay: 0.15s;
          -ms-transition-delay: 0.15s;
          -o-transition-delay: 0.15s;
          transition-delay: 0.15s;
          /* BACKGROUND GRADIENT */
          /* TRANSITION TIMING FUNCTION */
          -webkit-transition-duration: 0.1s;
          -khtml-transition-duration: 0.1s;
          -moz-transition-duration: 0.1s;
          -ms-transition-duration: 0.1s;
          -o-transition-duration: 0.1s;
          transition-duration: 0.1s;
          /* BACKGROUND GRADIENT */
          /* TRIPLE BORDERS */ }
        .zo-collapsed-menu.active .nav-menu > li:nth-last-child(n+2) {
          -webkit-transition-delay: 0.2s;
          -khtml-transition-delay: 0.2s;
          -moz-transition-delay: 0.2s;
          -ms-transition-delay: 0.2s;
          -o-transition-delay: 0.2s;
          transition-delay: 0.2s;
          /* BACKGROUND GRADIENT */
          /* TRANSITION TIMING FUNCTION */
          -webkit-transition-duration: 0.15s;
          -khtml-transition-duration: 0.15s;
          -moz-transition-duration: 0.15s;
          -ms-transition-duration: 0.15s;
          -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
          /* BACKGROUND GRADIENT */
          /* TRIPLE BORDERS */ }
        .zo-collapsed-menu.active .nav-menu > li:nth-last-child(n+3) {
          -webkit-transition-delay: 0.25s;
          -khtml-transition-delay: 0.25s;
          -moz-transition-delay: 0.25s;
          -ms-transition-delay: 0.25s;
          -o-transition-delay: 0.25s;
          transition-delay: 0.25s;
          /* BACKGROUND GRADIENT */
          /* TRANSITION TIMING FUNCTION */
          -webkit-transition-duration: 0.2s;
          -khtml-transition-duration: 0.2s;
          -moz-transition-duration: 0.2s;
          -ms-transition-duration: 0.2s;
          -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
          /* BACKGROUND GRADIENT */
          /* TRIPLE BORDERS */ }
        .zo-collapsed-menu.active .nav-menu > li:nth-last-child(n+4) {
          -webkit-transition-delay: 0.3s;
          -khtml-transition-delay: 0.3s;
          -moz-transition-delay: 0.3s;
          -ms-transition-delay: 0.3s;
          -o-transition-delay: 0.3s;
          transition-delay: 0.3s;
          /* BACKGROUND GRADIENT */
          /* TRANSITION TIMING FUNCTION */
          -webkit-transition-duration: 0.25s;
          -khtml-transition-duration: 0.25s;
          -moz-transition-duration: 0.25s;
          -ms-transition-duration: 0.25s;
          -o-transition-duration: 0.25s;
          transition-duration: 0.25s;
          /* BACKGROUND GRADIENT */
          /* TRIPLE BORDERS */ }
        .zo-collapsed-menu.active .nav-menu > li:nth-last-child(n+5) {
          -webkit-transition-delay: 0.35s;
          -khtml-transition-delay: 0.35s;
          -moz-transition-delay: 0.35s;
          -ms-transition-delay: 0.35s;
          -o-transition-delay: 0.35s;
          transition-delay: 0.35s;
          /* BACKGROUND GRADIENT */
          /* TRANSITION TIMING FUNCTION */
          -webkit-transition-duration: 0.3s;
          -khtml-transition-duration: 0.3s;
          -moz-transition-duration: 0.3s;
          -ms-transition-duration: 0.3s;
          -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
          /* BACKGROUND GRADIENT */
          /* TRIPLE BORDERS */ }
        .zo-collapsed-menu.active .nav-menu > li:nth-last-child(n+6) {
          -webkit-transition-delay: 0.4s;
          -khtml-transition-delay: 0.4s;
          -moz-transition-delay: 0.4s;
          -ms-transition-delay: 0.4s;
          -o-transition-delay: 0.4s;
          transition-delay: 0.4s;
          /* BACKGROUND GRADIENT */
          /* TRANSITION TIMING FUNCTION */
          -webkit-transition-duration: 0.35s;
          -khtml-transition-duration: 0.35s;
          -moz-transition-duration: 0.35s;
          -ms-transition-duration: 0.35s;
          -o-transition-duration: 0.35s;
          transition-duration: 0.35s;
          /* BACKGROUND GRADIENT */
          /* TRIPLE BORDERS */ }
    .zo-collapsed-button {
      position: relative;
      width: 43px;
      height: 80px;
      float: right;
      margin-left: 50px; }
      .zo-collapsed-button span {
        background: #171717;
        height: 4px;
        width: 100%;
        top: 50%;
        right: 0;
        position: absolute;
        display: inline-block;
        -webkit-transition: all 0.3s ease-in-out;
        -khtml-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        /* BACKGROUND GRADIENT */
        /* TRANSITION DELAY */
        -webkit-transform: translateY(-50%);
        -khtml-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        /* BACKGROUND GRADIENT */
        /* TRANSFORM STYLE */ }
      .zo-collapsed-button span:before, .zo-collapsed-button span:after {
        position: absolute;
        content: "";
        right: 0;
        height: 4px;
        background: #171717;
        -webkit-transition: all 0.3s ease-in-out;
        -khtml-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        /* BACKGROUND GRADIENT */
        /* TRANSITION DELAY */ }
      .zo-collapsed-button span:before {
        top: 10px;
        width: 32px; }
      .zo-collapsed-button span:after {
        bottom: 10px;
        width: 26px; }
      .zo-collapsed-button.close span {
        background: transparent; }
        .zo-collapsed-button.close span:before {
          top: initial;
          width: 100%;
          -webkit-transform: rotate(-45deg);
          -khtml-transform: rotate(-45deg);
          -moz-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
          -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
          /* BACKGROUND GRADIENT */
          /* TRANSFORM STYLE */ }
        .zo-collapsed-button.close span:after {
          bottom: initial;
          width: 100%;
          -webkit-transform: rotate(45deg);
          -khtml-transform: rotate(45deg);
          -moz-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          -o-transform: rotate(45deg);
          transform: rotate(45deg);
          /* BACKGROUND GRADIENT */
          /* TRANSFORM STYLE */ } }
  @media screen and (min-width: 800px) and (max-width: 799px) {
        .admin-bar .header-canvas {
          top: 46px; } }

@media screen and (max-width: 991px) {
  /*
 *  End Max width of 992 pixels - Menu Mobi
 */
  /* ==========================================================================
  End Style Main Menu
========================================================================== */
    header {
      position: relative; }
    #zo-header-logo {
      float: left; }
    body .header-canvas {
      padding: 0; }
      body .header-canvas .menu-click {
        display: none; }
    .zo-header-wrap-transparent-canvas {
      position: absolute;
      width: 100%;
      z-index: 99; }
      .zo-header-wrap-transparent-canvas #zo-header.header-transparent {
        position: initial; }
    .zo-header-navigation.collapse, .open-menu-canvas .zo-header-navigation {
      display: block; }
    .zo-collapsed-menu #zo-menu-mobile {
      text-align: right;
      position: static;
      padding: 15px; }
    .zo-header-navigation {
      display: none;
      background: #fff;
      position: absolute;
      top: 100%;
      width: 100%;
      left: 0;
      z-index: 100; }
    #zo-menu-mobile {
      display: block;
      /* First Level - Menu Mobi */ }
      #zo-menu-mobile i {
        background: #1e73be;
        color: #fff;
        cursor: pointer;
        font-size: 20px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        width: 40px; }
        #zo-menu-mobile i:hover {
          background: #333; }
    .nav-menu > li {
      display: block; }
      .nav-menu > li a {
        display: block;
        height: inherit;
        line-height: inherit; }
      .nav-menu > li .zo-menu-toggle {
        cursor: pointer;
        position: absolute;
        right: 10px;
        text-align: center;
        top: 0;
        width: 30px;
        /* Sub Level - Menu Mobi */ }
      .nav-menu > li ul.sub-menu {
        max-height: 0;
        overflow: hidden;
        padding-left: 10px;
        width: 100% !important; }
        .nav-menu > li ul.sub-menu li {
          display: block; }
        .nav-menu > li ul.sub-menu.submenu-open {
          max-height: 1000px; }
          .nav-menu > li ul.sub-menu.submenu-open + .zo-menu-toggle i:before {
            content: "\f106"; }
    .widget_zo-new-products ul {
      padding: 0; } }

.secondary .widget, .wpb_widgetised_column .widget {
  border-bottom: none;
  margin-bottom: 50px; }
  .secondary .wg-title, .wpb_widgetised_column .wg-title {
    font-size: 18px;
    color: #141414;
    letter-spacing: 0;
    position: relative;
    text-transform: uppercase; }
  .secondary .wg-title:before, .wpb_widgetised_column .wg-title:before {
    background: rgba(0, 0, 0, 0);
    border: 3px solid #1e73be;
    content: "";
    height: 15px;
    left: 0;
    position: absolute;
    top: -15px;
    width: 15px; }
  .secondary .wg-title:after, .wpb_widgetised_column .wg-title:after {
    content: ".";
    color: #1e73be; }
  .secondary .wg-title span, .wpb_widgetised_column .wg-title span {
    position: relative; }
  .secondary .wg-title span:before, .wpb_widgetised_column .wg-title span:before {
    content: "";
    position: absolute;
    bottom: -10px;
    width: 50px;
    height: 0;
    left: 0;
    border-bottom: 1px solid #b6b6b6;
    -webkit-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    /* BACKGROUND GRADIENT */
    /* TRANSITION DELAY */ }
  .secondary .wg-title span:hover:before, .wpb_widgetised_column .wg-title span:hover:before {
    width: 100%; }
  .secondary .widget_layered_nav ul, .wpb_widgetised_column .widget_layered_nav ul {
    margin: -20px 0 0 30px; }
  .secondary ul, .wpb_widgetised_column ul {
    padding: 0;
    margin: 0; }
  .secondary ul ul, .wpb_widgetised_column ul ul {
    margin: 0 0 0 15px; }
  .secondary ul li, .wpb_widgetised_column ul li {
    list-style: none inside;
    line-height: 48px;
    border-bottom: 1px dotted #e7e7e7; }
  .secondary ul li a, .wpb_widgetised_column ul li a {
    color: #6f6f6f;
    text-transform: capitalize;
    -webkit-transition: all 0.5s ease;
    -khtml-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    /* BACKGROUND GRADIENT */
    /* TRANSITION DELAY */ }
  .secondary ul li a:hover, .wpb_widgetised_column ul li a:hover {
    color: #1e73be;
    padding-left: 15px; }
  .secondary ul li.chosen a, .wpb_widgetised_column ul li.chosen a, .secondary ul li.current-cat a, .wpb_widgetised_column ul li.current-cat a {
    color: #1e73be; }

.wpb_widgetised_column {
  /**
* RSS Widget
*/ }
  .wpb_widgetised_column .widget_newsletterwidget .wg-title {
    margin: 0;
    padding: 0;
    border: none; }

.widget_rss ul li a {
  color: #1e73be; }

.widget_tag_cloud h3 {
  margin-bottom: 30px; }

.widget-area.woo-shop-sidebar {
  border-bottom: 0; }
  .widget-area.woo-shop-sidebar .widget_search {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 0px; }
  .widget-area.woo-shop-sidebar .searchform {
    margin-bottom: 0px; }
  .widget-area.woo-shop-sidebar .searchform input {
    border: none; }
  .widget-area.woo-shop-sidebar .searchform:before {
    left: 0px;
    right: auto;
    content: url('../images/woo/search-icon.png'); }
  .widget-area.woo-shop-sidebar .searchform input[name="s"] {
    padding-left: 35px;
    font-style: normal; }
  .widget-area.woo-shop-sidebar .wg-title, .widget-area.woo-shop-sidebar .wpb_widgetised_column .wg-title {
    font-size: 16px;
    color: #c6cacd;
    text-transform: uppercase; }
  .widget-area.woo-shop-sidebar .wg-title span, .widget-area.woo-shop-sidebar .wpb_widgetised_column .wg-title span {
    padding-left: 15px; }
  .widget-area.woo-shop-sidebar .wg-title:before, .widget-area.woo-shop-sidebar .wpb_widgetised_column .wg-title:before {
    content: ".";
    position: absolute;
    line-height: 10px;
    font-size: 30px;
    color: #54646f; }
  .widget-area.woo-shop-sidebar .wg-title:after, .widget-area.woo-shop-sidebar .wpb_widgetised_column .wg-title:after {
    content: none; }
  .widget-area.woo-shop-sidebar aside {
    padding: 25px;
    border: 1px solid #e6e8ea; }
  @media (min-width: 768px) and (max-width: 991px) {
    .widget-area.woo-shop-sidebar aside {
      padding: 20px 7px !important; } }

.searchform, .woocommerce-product-search {
  position: relative;
  margin-bottom: 15px;
  /* ==========================================================================
   [Start] 2. Widget Search
========================================================================== */
  /* ==========================================================================
   [Start] 3. Widget Tags
========================================================================== */ }
  .searchform:before, .woocommerce-product-search:before {
    font-size: 18px;
    position: absolute;
    right: 10px;
    top: 10px;
    content: "\f002";
    font-family: FontAwesome; }
  .searchform .screen-reader-text, .woocommerce-product-search .screen-reader-text {
    display: none; }
  .searchform input[type="text"], .woocommerce-product-search input[type="text"], .searchform input[name="s"], .woocommerce-product-search input[name="s"] {
    width: 100%;
    margin: 0;
    height: 40px;
    line-height: 40px;
    display: block;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    /* BACKGROUND GRADIENT */
    box-sizing: border-box;
    font-style: italic;
    padding: 0 15px; }
  .searchform input[type="submit"], .woocommerce-product-search input[type="submit"] {
    position: absolute;
    right: 0;
    top: 0;
    width: 35px;
    height: 40px;
    line-height: 40px;
    background: none;
    border: none !important;
    text-indent: -99999px;
    opacity: 0;
    padding: 0; }
  .searchform input[type="submit"]:hover, .woocommerce-product-search input[type="submit"]:hover {
    background-color: rgba(0, 0, 0, 0.2) !important;
    opacity: 0.4; }

.tagcloud {
  padding-left: 15px;
  /* ==========================================================================
   [End] 3. Widget Tags
========================================================================== */
  /* ==========================================================================
   [Start] 4. Instagram
========================================================================== */ }
  .tagcloud a {
    line-height: 30px;
    padding: 0 20px;
    color: #fff;
    margin: 0 10px 10px 0;
    display: inline-block;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    /* BACKGROUND GRADIENT */
    border: 1px solid transparent;
    background: #889aa6;
    font-size: 16px !important; }
  .tagcloud a:hover {
    border-color: #1e73be;
    background-color: transparent;
    color: #1e73be; }

.zo-instagram-pics .instagram-item {
  margin: 0 0 16px;
  padding: 0 8px; }
  .zo-instagram-pics .instagram-item a {
    display: block;
    position: relative; }
  .zo-instagram-pics .instagram-item a:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #1e73be;
    opacity: 0;
    -webkit-transition: all 200ms ease-in-out;
    -khtml-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    /* BACKGROUND GRADIENT */
    /* TRANSITION DELAY */ }
  .zo-instagram-pics .instagram-item a:after {
    content: "\f002";
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -khtml-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */
    font-size: 20px;
    opacity: 0;
    -webkit-transition: all 200ms ease-in-out;
    -khtml-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    /* BACKGROUND GRADIENT */
    /* TRANSITION DELAY */
    font-family: FontAwesome; }
  .zo-instagram-pics .instagram-item a:hover:after, .zo-instagram-pics .instagram-item a:hover:before {
    opacity: 1; }

.zo-get-touch li {
  position: relative;
  padding-left: 30px;
  /* ==========================================================================
   [End] 4. Instagram
========================================================================== */
  /* ==========================================================================
   [Start] 5. Zo Recent Post
========================================================================== */ }
  .zo-get-touch li i {
    font-size: 20px;
    color: #808080;
    padding-right: 10px;
    position: absolute;
    top: 0;
    left: 0; }

.zo-recent-post {
  margin-top: 40px; }
  .zo-recent-post .zo-recent-post-wrapper {
    margin-left: 0; }
  .zo-recent-post .zo-recent-post-wrapper > li {
    margin: 0 0 40px;
    clear: both;
    line-height: normal; }
  .zo-recent-post .zo-recent-post-wrapper > li:last-child {
    margin: 0; }
  .zo-recent-post .zo-recent-post-wrapper .zo-recent-media {
    width: 70px;
    max-width: 70px;
    float: left; }
  .zo-recent-post .zo-recent-post-wrapper .zo-recent-details {
    padding-left: 100px;
    font-size: 14px; }
  .zo-recent-post .zo-recent-post-wrapper .zo-recent-details.no-image {
    padding: 0; }
  .zo-recent-post .zo-recent-post-wrapper .zo-recent-details .title {
    font-size: 16px;
    margin: 0 0 10px;
    color: #141414;
    font-weight: normal;
    letter-spacing: 0;
    line-height: normal; }
  .zo-recent-post .zo-recent-post-wrapper .zo-recent-details .title a {
    color: #141414; }
  .zo-recent-post .zo-recent-post-wrapper .zo-recent-details .date {
    display: inline-block; }
  .zo-recent-post .zo-recent-post-wrapper .zo-recent-details .date .author {
    padding-left: 1px; }
  .zo-recent-post .zo-recent-post-wrapper .zo-recent-details .date .author:before {
    content: "|";
    padding-right: 3px; }
  .zo-recent-post .zo-recent-post-wrapper .zo-recent-details .post-categories {
    margin: 0; }
  .zo-recent-post .zo-recent-post-wrapper .zo-recent-details .post-categories li {
    line-height: normal; }
  .zo-recent-post .zo-recent-post-wrapper .zo-recent-details .post-categories li a {
    font-style: italic;
    font-size: 16px;
    color: #6f6f6f; }

#secondary .zo-recent-post-wrapper {
  /**
* Calendar Widget
*/ }
  #secondary .zo-recent-post-wrapper .zo-recent-details .date {
    color: #1e73be; }

.widget_calendar table {
  width: 100%;
  /**
* Products Rate
*/ }
  .widget_calendar table caption {
    text-align: center;
    font-weight: bold;
    text-transform: uppercase; }
  .widget_calendar table td {
    text-align: center; }

.widget_top_rated_products {
  /**
* Filter
*/ }
  .widget_top_rated_products .product_list_widget li {
    overflow: hidden;
    margin-bottom: 30px !important; }
  .widget_top_rated_products .product_list_widget li a img {
    float: left;
    width: 70px;
    height: 75px;
    margin-right: 30px; }
  .widget_top_rated_products .product_list_widget li a .product-title {
    float: left;
    color: #141414;
    font-size: 12px;
    width: calc(100% - 105px);
    line-height: normal;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: normal;
    word-wrap: break-word; }
  .widget_top_rated_products .product_list_widget li .amount {
    font-size: 18px;
    font-style: italic;
    letter-spacing: 0.1em;
    color: #141414; }
  .widget_top_rated_products .product_list_widget li ins {
    text-decoration: none; }

.widget_price_filter .price_slider_wrapper {
  position: relative;
  padding-top: 10px;
  padding-left: 15px;
  /**
* News Tabs
*/ }
  .widget_price_filter .price_slider_wrapper .price_slider {
    background-color: #909090 !important; }
  .widget_price_filter .price_slider_wrapper .price_slider .ui-slider-handle {
    width: 15px;
    height: 15px;
    top: -4px;
    left: -10px;
    background-color: #889aa6; }
  .widget_price_filter .price_slider_wrapper .price_slider .ui-slider-range {
    background-color: #c3ccd2; }
  .widget_price_filter .price_slider_wrapper .price_slider_amount .price_label {
    position: absolute;
    bottom: 40px;
    left: 15px;
    display: block;
    width: 100%;
    text-align: left;
    font-size: 16px;
    color: #6f6f6f;
    font-weight: bold; }
  .widget_price_filter .price_slider_wrapper .price_slider_amount button.button {
    margin-top: 50px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    /* BACKGROUND GRADIENT */
    border: 1px solid #889aa6;
    background: #889aa6;
    padding: 5px 35px !important; }
  .widget_price_filter .price_slider_wrapper .price_slider_amount button.button:hover {
    background: #1e73be;
    border: 1px solid #1e73be; }

.widget_ww_news_tabs {
  /*
* Recent Comments
*/ }
  .widget_ww_news_tabs .tab-holder .tab-hold .nav-tabs {
    overflow: hidden;
    border-left: 1px solid #ececec;
    border-right: 1px solid #ececec; }
  .widget_ww_news_tabs .tab-holder .tab-hold .nav-tabs li {
    background-color: #f2f2f2;
    border: none;
    border-top: 2px solid transparent;
    display: block;
    float: left;
    width: 50%;
    text-align: center;
    letter-spacing: 0.1em;
    font-size: 12px; }
  .widget_ww_news_tabs .tab-holder .tab-hold .nav-tabs li a {
    display: block;
    border: none !important; }
  .widget_ww_news_tabs .tab-holder .tab-hold .nav-tabs li.active {
    background-color: transparent;
    border-top-color: #1e73be; }
  .widget_ww_news_tabs .tab-content {
    margin: 0;
    border-width: 0 1px 1px 1px; }
  .widget_ww_news_tabs .tab-content .tab-pane {
    padding: 40px 20px 0; }
  @media (min-width: 768px) and (max-width: 991px) {
      .widget_ww_news_tabs .tab-content .tab-pane {
        padding-left: 5px;
        padding-right: 5px; } }
  .widget_ww_news_tabs .tab-content .news-list {
    margin: 0; }
  .widget_ww_news_tabs .tab-content .news-list li {
    width: 100%;
    clear: both;
    overflow: hidden;
    margin-bottom: 40px; }
  .widget_ww_news_tabs .tab-content .news-list li .zo-image {
    width: 70px;
    height: 70px;
    float: left; }
  .widget_ww_news_tabs .tab-content .news-list li .zo-image + .zo-details {
    padding-left: 100px; }
  .widget_ww_news_tabs .tab-content .news-list li .zo-details {
    line-height: normal; }
  .widget_ww_news_tabs .tab-content .news-list li .zo-details h4 {
    font-size: 16px;
    line-height: normal;
    font-weight: 400;
    letter-spacing: 0;
    margin: 0 0 5px;
    padding: 0; }
  .widget_ww_news_tabs .tab-content .news-list li .zo-details a {
    font-style: italic;
    font-size: 16px; }

.widget_recent_comments {
  /**
* Rss Widget
*/ }
  .widget_recent_comments .recentcomments {
    color: #c8c8c8; }

.widget_rss ul li {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #1e73be; }
  .widget_rss .rssSummary {
    line-height: 30px; }

.widget_nav_menu {
  /*Cart*/ }
  .widget_nav_menu .menu-menu-service-container ul, .widget_nav_menu .menu-menu-product-container ul, .widget_nav_menu .menu-about-menu-container ul {
    margin: 0 0 30px 0;
    padding-left: 0; }
  .widget_nav_menu .menu-menu-service-container ul li, .widget_nav_menu .menu-menu-product-container ul li, .widget_nav_menu .menu-about-menu-container ul li {
    background: #f2f2f2;
    line-height: 22px;
    margin-bottom: 2px;
    display: block; }
  .widget_nav_menu .menu-menu-service-container ul li a, .widget_nav_menu .menu-menu-product-container ul li a, .widget_nav_menu .menu-about-menu-container ul li a {
    color: #333;
    font-size: 17px;
    line-height: 22px;
    letter-spacing: 0;
    display: inline-block;
    padding: 21px 0px 21px 24px; }
  .widget_nav_menu .menu-menu-service-container ul li:hover, .widget_nav_menu .menu-menu-product-container ul li:hover, .widget_nav_menu .menu-about-menu-container ul li:hover, .widget_nav_menu .menu-menu-service-container ul li.current-menu-item, .widget_nav_menu .menu-menu-product-container ul li.current-menu-item, .widget_nav_menu .menu-about-menu-container ul li.current-menu-item {
    background: #1e73be;
    color: #fff; }
  .widget_nav_menu .menu-menu-service-container ul li:hover a, .widget_nav_menu .menu-menu-product-container ul li:hover a, .widget_nav_menu .menu-about-menu-container ul li:hover a, .widget_nav_menu .menu-menu-service-container ul li.current-menu-item a, .widget_nav_menu .menu-menu-product-container ul li.current-menu-item a, .widget_nav_menu .menu-about-menu-container ul li.current-menu-item a {
    color: #fff; }
  .widget_nav_menu .menu-menu-service-container ul li:hover:after, .widget_nav_menu .menu-menu-product-container ul li:hover:after, .widget_nav_menu .menu-about-menu-container ul li:hover:after, .widget_nav_menu .menu-menu-service-container ul li.current-menu-item:after, .widget_nav_menu .menu-menu-product-container ul li.current-menu-item:after, .widget_nav_menu .menu-about-menu-container ul li.current-menu-item:after {
    color: #fff; }
  .widget_nav_menu .menu-menu-service-container ul li:after, .widget_nav_menu .menu-menu-product-container ul li:after, .widget_nav_menu .menu-about-menu-container ul li:after {
    font-family: FontAwesome;
    content: "\f105";
    float: right;
    padding-right: 24px;
    color: #333;
    font-size: 20px;
    line-height: 22px;
    padding-top: 19px; }

.zo-cart-widget {
  border: 1px solid #afb7bc;
  padding: 15px 25px;
  color: #54646f;
  font-weight: bold;
  margin-bottom: 35px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  /* BACKGROUND GRADIENT */ }
  @media (min-width: 768px) and (max-width: 991px) {
  .zo-cart-widget {
    padding: 10px 7px; } }
  .zo-cart-widget a:hover {
    -webkit-transition: all 200ms ease-in-out;
    -khtml-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    /* BACKGROUND GRADIENT */
    /* TRANSITION DELAY */ }
  .zo-cart-widget .title {
    text-transform: uppercase;
    font-size: 16px;
    padding-left: 13px; }
  .zo-cart-widget .total {
    float: right; }

.widget_product_categories ul {
  padding-left: 15px; }
  .widget_product_categories ul li {
    list-style: none;
    line-height: 40px;
    color: #54646f; }
  .widget_product_categories ul li a {
    color: #54646f; }
  .widget_product_categories ul li span {
    float: right; }
  .widget_product_categories ul li:hover {
    color: #1e73be; }
  .widget_product_categories ul li:hover a {
    color: #1e73be; }

@media screen and (min-width: 992px) {
      .nav-menu .widget_zo-new-products ul, .widget_zo-new-products ul {
        padding-left: 35px;
        padding-top: 12px; }
        .nav-menu .widget_zo-new-products ul.columns-2 li, .widget_zo-new-products ul.columns-2 li {
          width: calc(50% - 3px); }
        .nav-menu .widget_zo-new-products ul.columns-3 li, .widget_zo-new-products ul.columns-3 li {
          width: calc(33.333% - 3px); }
        .nav-menu .widget_zo-new-products ul.columns-4 li, .widget_zo-new-products ul.columns-4 li {
          width: calc(25% - 3px); }
        .nav-menu .widget_zo-new-products ul.columns-5 li, .widget_zo-new-products ul.columns-5 li {
          width: calc(20% - 3px); } }
  .nav-menu .widget_zo-new-products ul li, .widget_zo-new-products ul li {
    display: inline-block; }
  @media screen and (min-width: 768px) {
      .nav-menu .widget_zo-new-products ul li, .widget_zo-new-products ul li {
        padding-right: 15px; } }
  .nav-menu .widget_zo-new-products ul li a, .widget_zo-new-products ul li a {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .nav-menu .widget_zo-new-products ul li img, .widget_zo-new-products ul li img {
    width: 100%; }
  .nav-menu .widget_zo-new-products ul li .zo-product-title, .widget_zo-new-products ul li .zo-product-title {
    padding-right: 10px;
    padding-top: 10px; }
  .nav-menu .widget_zo-new-products ul li .zo-product-title a, .widget_zo-new-products ul li .zo-product-title a {
    overflow: hidden;
    text-overflow: ellipsis; }
  .nav-menu .widget_zo-new-products ul li .recent-thumb, .widget_zo-new-products ul li .recent-thumb {
    position: relative;
    overflow: hidden; }
  .nav-menu .widget_zo-new-products ul li .recent-thumb .recent-thumb-overlay, .widget_zo-new-products ul li .recent-thumb .recent-thumb-overlay {
    background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    padding-left: 10px;
    position: absolute;
    width: 100%;
    -webkit-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    /* BACKGROUND GRADIENT */
    /* TRANSITION DELAY */ }
  .nav-menu .widget_zo-new-products ul li .recent-thumb:before, .widget_zo-new-products ul li .recent-thumb:before {
    background: rgba(255, 255, 255, 0.2);
    height: 100%;
    left: 0;
    margin-left: -20%;
    content: "";
    position: absolute;
    top: 0;
    width: 0;
    z-index: 1;
    -webkit-transform: skew(30deg);
    -khtml-transform: skew(30deg);
    -moz-transform: skew(30deg);
    -ms-transform: skew(30deg);
    -o-transform: skew(30deg);
    transform: skew(30deg);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */
    -webkit-transition: all 1.5s ease;
    -khtml-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -ms-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    transition: all 1.5s ease;
    /* BACKGROUND GRADIENT */
    /* TRANSITION DELAY */ }
  .nav-menu .widget_zo-new-products ul li .recent-thumb:hover:before, .widget_zo-new-products ul li .recent-thumb:hover:before {
    margin-left: 120%;
    width: 100%; }
  .nav-menu .widget_zo-new-products ul li .recent-thumb:hover .zo-product-title a, .widget_zo-new-products ul li .recent-thumb:hover .zo-product-title a {
    color: #1e73be; }

.flickr-badge-wrapper .flickr_badge_image {
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  /* BACKGROUND GRADIENT */
  /* TRANSITION DELAY */ }
  .flickr-badge-wrapper.show-image .flickr_badge_image {
    visibility: visible; }
  .flickr-badge-wrapper.show-image #flickr_badge_image1 {
    -webkit-animation: toUpAndOpacity 0.5s ease 0.2s;
    -khtml-animation: toUpAndOpacity 0.5s ease 0.2s;
    -moz-animation: toUpAndOpacity 0.5s ease 0.2s;
    -ms-animation: toUpAndOpacity 0.5s ease 0.2s;
    -o-animation: toUpAndOpacity 0.5s ease 0.2s;
    animation: toUpAndOpacity 0.5s ease 0.2s;
    /* BACKGROUND GRADIENT */
    /*///////////////////////////////////ANIMATION//////////////////////////////////*/ }
  .flickr-badge-wrapper.show-image #flickr_badge_image2 {
    -webkit-animation: toUpAndOpacity 0.5s ease 0.4s;
    -khtml-animation: toUpAndOpacity 0.5s ease 0.4s;
    -moz-animation: toUpAndOpacity 0.5s ease 0.4s;
    -ms-animation: toUpAndOpacity 0.5s ease 0.4s;
    -o-animation: toUpAndOpacity 0.5s ease 0.4s;
    animation: toUpAndOpacity 0.5s ease 0.4s;
    /* BACKGROUND GRADIENT */
    /*///////////////////////////////////ANIMATION//////////////////////////////////*/ }
  .flickr-badge-wrapper.show-image #flickr_badge_image3 {
    -webkit-animation: toUpAndOpacity 0.5s ease 0.6s;
    -khtml-animation: toUpAndOpacity 0.5s ease 0.6s;
    -moz-animation: toUpAndOpacity 0.5s ease 0.6s;
    -ms-animation: toUpAndOpacity 0.5s ease 0.6s;
    -o-animation: toUpAndOpacity 0.5s ease 0.6s;
    animation: toUpAndOpacity 0.5s ease 0.6s;
    /* BACKGROUND GRADIENT */
    /*///////////////////////////////////ANIMATION//////////////////////////////////*/ }
  .flickr-badge-wrapper.show-image #flickr_badge_image4 {
    -webkit-animation: toUpAndOpacity 0.5s ease 0.8s;
    -khtml-animation: toUpAndOpacity 0.5s ease 0.8s;
    -moz-animation: toUpAndOpacity 0.5s ease 0.8s;
    -ms-animation: toUpAndOpacity 0.5s ease 0.8s;
    -o-animation: toUpAndOpacity 0.5s ease 0.8s;
    animation: toUpAndOpacity 0.5s ease 0.8s;
    /* BACKGROUND GRADIENT */
    /*///////////////////////////////////ANIMATION//////////////////////////////////*/ }
  .flickr-badge-wrapper.show-image #flickr_badge_image5 {
    -webkit-animation: toUpAndOpacity 0.5s ease 1s;
    -khtml-animation: toUpAndOpacity 0.5s ease 1s;
    -moz-animation: toUpAndOpacity 0.5s ease 1s;
    -ms-animation: toUpAndOpacity 0.5s ease 1s;
    -o-animation: toUpAndOpacity 0.5s ease 1s;
    animation: toUpAndOpacity 0.5s ease 1s;
    /* BACKGROUND GRADIENT */
    /*///////////////////////////////////ANIMATION//////////////////////////////////*/ }
  .flickr-badge-wrapper.show-image #flickr_badge_image6 {
    -webkit-animation: toUpAndOpacity 0.5s ease 1.2s;
    -khtml-animation: toUpAndOpacity 0.5s ease 1.2s;
    -moz-animation: toUpAndOpacity 0.5s ease 1.2s;
    -ms-animation: toUpAndOpacity 0.5s ease 1.2s;
    -o-animation: toUpAndOpacity 0.5s ease 1.2s;
    animation: toUpAndOpacity 0.5s ease 1.2s;
    /* BACKGROUND GRADIENT */
    /*///////////////////////////////////ANIMATION//////////////////////////////////*/ }

.woocommerce #main {
  margin-bottom: 80px; }

.tabs-left, .tabs-right {
  border-bottom: none;
  padding-top: 2px; }

.tabs-left {
  border-right: 1px solid #ddd; }

.tabs-right {
  border-left: 1px solid #ddd; }

.tabs-left > li, .tabs-right > li {
  float: none;
  margin-bottom: 2px;
  list-style: none; }

.tabs-left > li {
  margin-right: -1px; }

.tabs-right > li {
  margin-left: -1px; }

.tabs-left > li.active > a, .tabs-left > li.active > a:focus, .tabs-left > li.active > a:hover {
  border-bottom-color: #ddd;
  border-right-color: transparent; }

.tabs-right > li.active > a, .tabs-right > li.active > a:focus, .tabs-right > li.active > a:hover {
  border-bottom: 1px solid #ddd;
  border-left-color: transparent; }

.tabs-left > li > a {
  border-radius: 4px 0 0 4px;
  margin-right: 0;
  display: block; }

.tabs-right > li > a {
  border-radius: 0 4px 4px 0;
  margin-right: 0; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.sideways {
  margin-top: 50px;
  border: none;
  position: relative; }

.sideways > li {
  height: 20px;
  width: 120px;
  margin-bottom: 100px; }

.sideways > li > a {
  border-bottom: 1px solid #ddd;
  border-right-color: transparent;
  text-align: center;
  border-radius: 4px 4px 0 0; }

.sideways > li.active > a, .sideways > li.active > a:focus, .sideways > li.active > a:hover {
  border-bottom-color: transparent;
  border-right-color: #ddd;
  border-left-color: #ddd; }

.sideways.tabs-left {
  left: -50px; }

.sideways.tabs-right {
  right: -50px; }

.sideways.tabs-right > li {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg); }

.sideways.tabs-left > li {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  /* Woo Commerce
==============================================================*/ }

.woocommerce ul.products, .woocommerce-page ul.products {
  padding: 0;
  margin: 0;
  list-style: none inside; }
  .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    width: 30.8%; }
  @media screen and (max-width: 767px) {
      .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
        width: 100%; } }
  .woocommerce ul.products li.product h3, .woocommerce-page ul.products li.product h3 {
    padding: 0;
    margin: 0; }
  .woocommerce.columns-4 ul.products li.product, .woocommerce-page.columns-4 ul.products li.product {
    width: 22.05%; }
  @media (min-width: 768px) and (max-width: 799px) {
        .woocommerce.columns-4 ul.products li.product, .woocommerce-page.columns-4 ul.products li.product {
          width: 48%; } }
  @media screen and (max-width: 767px) {
        .woocommerce.columns-4 ul.products li.product, .woocommerce-page.columns-4 ul.products li.product {
          width: 100%; } }

.woocommerce span.onsale {
  width: 50px;
  height: 40px;
  border: 2px solid #1e73be;
  color: #1e73be;
  line-height: 40px;
  text-align: center;
  position: absolute;
  top: 20px;
  left: 20px;
  margin: 0;
  padding: 0;
  background-color: transparent;
  text-transform: uppercase;
  z-index: 10;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  /* BACKGROUND GRADIENT */ }
  .woocommerce .star-rating {
    float: none; }
  .woocommerce a.remove {
    padding-left: 3px; }
  .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    font-weight: 400;
    font-size: 16px;
    padding: 15px 38px;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    /* BACKGROUND GRADIENT */
    color: #fff;
    background: #414141;
    border: 1px solid #414141; }
  .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
    color: #fff;
    border-color: #1e73be;
    background-color: #1e73be; }
  .woocommerce div.product.first {
    clear: both; }
  .woocommerce div.product .single_add_to_cart_button {
    font-weight: 400;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    /* BACKGROUND GRADIENT */
    background-color: #1e73be;
    color: #fff;
    padding: 18px 35px; }
  .woocommerce div.product .single_add_to_cart_button:hover {
    background-color: transparent;
    color: #1e73be; }
  .woocommerce div.product .product_title {
    position: relative;
    margin-bottom: 25px;
    font-size: 36px;
    letter-spacing: 0; }
  .woocommerce div.product .rating-price .woocommerce-product-rating .woocommerce-review-link, .woocommerce div.product .single_variation_wrap .woocommerce-product-rating .woocommerce-review-link {
    display: none; }
  .woocommerce div.product .rating-price .woocommerce-product-price, .woocommerce div.product .single_variation_wrap .woocommerce-product-price {
    margin-bottom: 15px; }
  .woocommerce div.product .rating-price .woocommerce-product-price .price del, .woocommerce div.product .single_variation_wrap .woocommerce-product-price .price del, .woocommerce div.product .rating-price .woocommerce-product-price .price ins, .woocommerce div.product .single_variation_wrap .woocommerce-product-price .price ins {
    display: inline-block; }
  .woocommerce div.product .rating-price .woocommerce-product-price .price .amount, .woocommerce div.product .single_variation_wrap .woocommerce-product-price .price .amount {
    display: inline-block;
    font-size: 36px;
    line-height: 60px;
    font-style: italic;
    font-weight: 400;
    color: #141414; }
  .woocommerce div.product .rating-price .woocommerce-product-price .price del .amount, .woocommerce div.product .single_variation_wrap .woocommerce-product-price .price del .amount {
    margin-right: 10px;
    color: #6f6f6f;
    text-decoration: line-through; }
  .woocommerce div.product .rating-price .woocommerce-product-price .price ins .amount, .woocommerce div.product .single_variation_wrap .woocommerce-product-price .price ins .amount {
    color: #141414; }
  .woocommerce div.product .variations tr .label {
    padding: 10px 0 0;
    width: 55px; }
  .woocommerce div.product .variations tr .label label {
    font-style: italic;
    font-weight: normal;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.1em; }
  .woocommerce div.product .product_meta > span {
    display: block;
    color: #b6bbbf; }
  .woocommerce div.product .product_meta > span a {
    color: #54646f; }
  .woocommerce .woocommerce-info {
    border-top-color: #1e73be; }
  .woocommerce .woocommerce-info:before {
    color: #1e73be; }
  .woocommerce .quantity {
    position: relative; }
  @media screen and (max-width: 359px) {
    .woocommerce .quantity {
      margin-bottom: 15px !important; } }
  .woocommerce .quantity .qty {
    border: none;
    padding: 0;
    display: inline-block;
    margin: 0;
    height: 100%; }
  .woocommerce .quantity input[type=number]::-webkit-inner-spin-button, .woocommerce .quantity input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  .woocommerce .quantity .qty {
    width: 50%;
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
    appearance: textfield; }
  .woocommerce .quantity span {
    cursor: pointer; }
  .woocommerce .quantity span .qty-plus:hover, .woocommerce .quantity span .qty-minus:hover {
    color: #1e73be; }
  .woocommerce div.quantity {
    background: url(../images/woo/icon_quanity.png);
    height: 50px;
    background-repeat: no-repeat;
    border: none;
    float: none;
    display: table-cell;
    width: 90px;
    padding: 5px;
    /**
    * --> Product Tabs
    */ }
  .woocommerce div.quantity .qty-plus {
    position: absolute;
    text-align: center;
    right: 26px; }
  .woocommerce div.quantity .qty-minus {
    position: absolute;
    right: 26px;
    bottom: 4px; }
  .woocommerce .zo-woocommerce-tabs .nav-tabs {
    margin: 0;
    padding: 0;
    border: none; }
  .woocommerce .zo-woocommerce-tabs .nav-tabs li {
    display: block;
    height: 55px;
    line-height: 55px;
    width: 100%;
    background-color: #ececec;
    text-align: center;
    margin-bottom: 20px;
    -webkit-transition: all 200ms;
    -khtml-transition: all 200ms;
    -moz-transition: all 200ms;
    -ms-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
    /* BACKGROUND GRADIENT */
    /* TRANSITION DELAY */
    position: relative;
    text-transform: uppercase; }
  .woocommerce .zo-woocommerce-tabs .nav-tabs li.active {
    background-color: #1e73be; }
  .woocommerce .zo-woocommerce-tabs .nav-tabs li.active a {
    color: #fff; }
  .woocommerce .zo-woocommerce-tabs .nav-tabs li.active:before {
    color: #fff; }
  .woocommerce .zo-woocommerce-tabs .nav-tabs li:before {
    content: '';
    position: absolute;
    left: 30px;
    font-size: 25px;
    font-family: FontAwesome;
    -webkit-transition: all 200ms;
    -khtml-transition: all 200ms;
    -moz-transition: all 200ms;
    -ms-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
    /* BACKGROUND GRADIENT */
    /* TRANSITION DELAY */ }
  .woocommerce .zo-woocommerce-tabs .nav-tabs li.description:before {
    content: "\f040"; }
  .woocommerce .zo-woocommerce-tabs .nav-tabs li.additional_information:before {
    content: "\f02b"; }
  .woocommerce .zo-woocommerce-tabs .nav-tabs li.reviews:before {
    content: "\f0e5"; }
  .woocommerce .zo-woocommerce-tabs .tab-content {
    margin: 0;
    padding: 30px; }
  .woocommerce .zo-before-shop-loop {
    text-align: right;
    margin-bottom: 50px; }
  .woocommerce .zo-before-shop-loop .woocommerce-result-count, .woocommerce .zo-before-shop-loop .woocommerce-ordering {
    float: none;
    margin: 0;
    display: inline-block; }
  .woocommerce .zo-before-shop-loop .woocommerce-ordering {
    position: relative; }
  .woocommerce .zo-before-shop-loop .woocommerce-ordering:before {
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -khtml-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */ }
  .woocommerce .zo-before-shop-loop .woocommerce-ordering select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #bbc1c5;
    color: #bbc1c5;
    padding: 0 20px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    /* BACKGROUND GRADIENT */
    font-size: 16px;
    height: 45px; }
  .woocommerce .zo-before-shop-loop .woocommerce-result-count {
    color: #c6cacd; }
  @media screen and (min-width: 768px) {
      .woocommerce .zo-before-shop-loop .woocommerce-result-count {
        margin-right: 40px; } }
  .woocommerce .zo-before-shop-loop .woocommerce-message {
    line-height: 48px; }
  @media screen and (min-width: 768px) {
      .woocommerce .zo-before-shop-loop .woocommerce-message a {
        margin-left: 30px; } }

.widget_cart_search_wrap_item .quantity .qty-wrapper {
  display: none;
  /**
* Tab: woocommerce_product_reviews
*/ }

#woocommerce_product_reviews {
  /*
*---> Your Cart
*/ }
  #woocommerce_product_reviews #reply-title {
    text-transform: uppercase;
    margin: 20px 0; }

.woocommerce form .form-row .required {
  color: #1e73be; }

.woocommerce-cart {
  /*
* Checkout Page
*/ }
  .woocommerce-cart table.cart {
    border: none; }
  @media screen and (max-width: 767px) {
    .woocommerce-cart table.cart {
      margin-bottom: 30px; } }
  .woocommerce-cart table.cart tr th, .woocommerce-cart table.cart tr td {
    border: none;
    border-bottom: 1px solid #ececec !important;
    padding: 0 0 20px;
    letter-spacing: 0.1em;
    color: #1f1f1f;
    letter-spacing: 0; }
  .woocommerce-cart table.cart tr th:last-child, .woocommerce-cart table.cart tr td:last-child {
    border-bottom: 1px solid transparent; }
  .woocommerce-cart table.cart tr th {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase; }
  .woocommerce-cart table.cart tr td {
    padding: 25px 5px 25px 0;
    font-size: 20px;
    font-weight: 400;
    color: #1f1f1f; }
  @media screen and (max-width: 767px) {
        .woocommerce-cart table.cart tr td {
          font-size: 16px;
          padding: 15px 15px !important;
          border-bottom: none !important; }
          .woocommerce-cart table.cart tr td:before {
            font-weight: 400; } }
  .woocommerce-cart table.cart tr h3 {
    margin: 0; }
  .woocommerce-cart table.cart tr .product-remove {
    width: 20px;
    position: absolute;
    top: 20%;
    right: 0px; }
  @media screen and (max-width: 767px) {
        .woocommerce-cart table.cart tr .product-remove {
          top: -5%;
          right: 10px; } }
  .woocommerce-cart table.cart tr .product-remove a {
    width: 20px;
    height: 20px;
    padding: 5px;
    line-height: 4px; }
  .woocommerce-cart table.cart tr .product-remove a img {
    width: 16px; }
  .woocommerce-cart table.cart tr .product-thumbnail {
    width: 130px; }
  .woocommerce-cart table.cart tr .product-thumbnail img {
    width: 130px; }
  .woocommerce-cart table.cart tr .product-name {
    padding-right: 0;
    position: relative; }
  @media screen and (min-width: 768px) {
        .woocommerce-cart table.cart tr .product-name {
          padding-left: 15px; } }
  .woocommerce-cart table.cart tr .product-name a {
    color: #000; }
  .woocommerce-cart table.cart tr .product-name a:hover {
    color: #1e73be; }
  .woocommerce-cart table.cart tr .actions {
    border: 1px solid #54646f !important;
    padding-left: 45px;
    padding-right: 45px; }
  .woocommerce-cart table.cart tr .actions .coupon {
    width: 100%; }
  .woocommerce-cart table.cart tr .actions input[type="text"].input-text {
    min-width: calc(100% - 190px);
    padding: 15px; }
  @media screen and (max-width: 767px) {
          .woocommerce-cart table.cart tr .actions input[type="text"].input-text {
            width: 100% !important;
            margin-bottom: 30px; } }
  .woocommerce-cart table.cart tr .actions input[type="submit"] {
    text-transform: uppercase;
    color: #54646f !important;
    font-size: 14px;
    font-weight: bold;
    padding-top: 16px;
    padding-bottom: 16px;
    border: 1px solid #54646f;
    background: transparent; }
  .woocommerce-cart table.cart tr .actions input[type="submit"]:hover {
    border: 1px solid #1e73be;
    color: #fff !important; }
  @media screen and (min-width: 768px) {
      .woocommerce-cart table.cart tr .product-price, .woocommerce-cart table.cart tr .product-quantity, .woocommerce-cart table.cart tr .product-subtotal {
        width: 15%; }
        .woocommerce-cart table.cart tr .product-name {
          width: 35%; } }
  .woocommerce-cart table.cart tr .product-price, .woocommerce-cart table.cart tr .product-subtotal {
    position: relative; }
  @media screen and (max-width: 767px) {
        .woocommerce-cart table.cart tr .product-price, .woocommerce-cart table.cart tr .product-subtotal {
          text-align: center;
          padding-right: 0; } }
  .woocommerce-cart table.cart tr .product-price span, .woocommerce-cart table.cart tr .product-subtotal span {
    color: #000; }
  .woocommerce-cart input[type="submit"], .woocommerce-cart button[type="submit"], .woocommerce-cart .btn-continue {
    display: inline-block;
    margin-right: 20px;
    padding: 12px 30px;
    border: 2px solid #e4e4e4;
    font-size: 12px;
    color: #141414;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    /* BACKGROUND GRADIENT */ }
  .woocommerce-cart input[type="submit"]:hover, .woocommerce-cart button[type="submit"]:hover, .woocommerce-cart .btn-continue:hover {
    border-color: #1e73be;
    color: #fff !important; }
  .woocommerce-cart .cart-actions {
    margin-bottom: 50px; }
  .woocommerce-cart .cart-actions input[type="submit"], .woocommerce-cart .cart-actions .btn-continue {
    display: inline-block;
    margin-right: 20px;
    padding: 12px 30px !important;
    border: 2px solid #e4e4e4;
    font-size: 12px;
    color: #141414;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    /* BACKGROUND GRADIENT */ }
  .woocommerce-cart .cart-actions input[type="submit"]:hover, .woocommerce-cart .cart-actions .btn-continue:hover {
    border-color: #1e73be; }
  .woocommerce-cart .cart-actions .cart-action-continue {
    text-align: right; }
  .woocommerce-cart .cart-actions .cart-action-continue .btn-continue {
    margin-right: 0; }
  @media screen and (max-width: 767px) {
    .woocommerce-cart .cart-actions .cart-action-group, .woocommerce-cart .cart-actions .cart-action-continue {
      text-align: center; }
      .woocommerce-cart .cart-actions .cart-action-group input[type="submit"], .woocommerce-cart .cart-actions .cart-action-continue input[type="submit"], .woocommerce-cart .cart-actions .cart-action-group .btn-continue, .woocommerce-cart .cart-actions .cart-action-continue .btn-continue {
        margin-right: 0;
        margin-bottom: 15px;
        width: 160px; } }
  .woocommerce-cart .cart-options {
    padding-bottom: 100px;
    /*Total Cart*/ }
  .woocommerce-cart .cart-options .title {
    position: relative;
    font-size: 12px;
    letter-spacing: 0.1em;
    background: url('../images/dot.png') no-repeat left center transparent;
    text-indent: 30px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 0 5px;
    padding: 0; }
  .woocommerce-cart .cart-options .coupon input[type="text"], .woocommerce-cart .cart-options .form-shipping-calculator input[type="text"], .woocommerce-cart .cart-options .coupon select, .woocommerce-cart .cart-options .form-shipping-calculator select {
    width: 100%;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    /* BACKGROUND GRADIENT */
    background-color: transparent;
    border: 1px solid #ececec;
    padding: 15px 30px;
    font-style: italic;
    font-size: 16px; }
  .woocommerce-cart .cart-options .coupon .button, .woocommerce-cart .cart-options .form-shipping-calculator .button {
    float: right;
    margin: 30px 0 0;
    padding: 12px 35px !important; }
  .woocommerce-cart .cart-options .cart-collaterals .cart-subtotal th, .woocommerce-cart .cart-options .cart-collaterals .cart-subtotal td {
    padding-top: 0 !important; }
  .woocommerce-cart .cart-options .cart-collaterals .cart-subtotal td, .woocommerce-cart .cart-options .cart-collaterals .order-total td {
    border: transparent;
    text-align: right; }
  .woocommerce-cart .cart-options .cart-collaterals .cart-subtotal td .amount, .woocommerce-cart .cart-options .cart-collaterals .order-total td .amount {
    color: #141414;
    display: block;
    font-size: 18px;
    font-style: italic;
    font-weight: normal; }
  .woocommerce-cart .cart-options .cart-collaterals .order-total td .amount {
    font-size: 36px; }
  .woocommerce-cart .cart-collaterals {
    overflow: hidden; }
  .woocommerce-cart .cart-collaterals .cart_totals {
    background: #1f1f1f;
    padding: 30px 25px;
    width: 100%; }
  .woocommerce-cart .cart-collaterals .cart_totals h2 {
    color: #fff;
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
    text-transform: uppercase;
    border-bottom: 1px solid #363636; }
  .woocommerce-cart .cart-collaterals .cart_totals h2:after {
    content: ".";
    color: #1e73be; }
  .woocommerce-cart .cart-collaterals .cart_totals .cart-subtotal th, .woocommerce-cart .cart-collaterals .cart_totals .order-total th, .woocommerce-cart .cart-collaterals .cart_totals .cart-subtotal td, .woocommerce-cart .cart-collaterals .cart_totals .order-total td {
    border: 0px;
    font-weight: normal; }
  .woocommerce-cart .cart-collaterals .cart_totals .cart-subtotal td, .woocommerce-cart .cart-collaterals .cart_totals .order-total td {
    color: #fff; }
  .woocommerce-cart .cart-collaterals .cart_totals .cart-subtotal td strong, .woocommerce-cart .cart-collaterals .cart_totals .order-total td strong {
    font-weight: normal; }
  .woocommerce-cart .cart-collaterals .cart_totals .cart-subtotal th, .woocommerce-cart .cart-collaterals .cart_totals .order-total th {
    color: #bcbcbc; }
  .woocommerce-cart .cart-collaterals .cart_totals .order-total th, .woocommerce-cart .cart-collaterals .cart_totals .order-total td {
    border-top: 1px solid #363636; }
  .woocommerce-cart .cart-collaterals .cart_totals .order-total th {
    text-transform: uppercase; }
  .woocommerce-cart .cart-collaterals .cart_totals .order-total th:after {
    content: ".";
    color: #1e73be; }
  .woocommerce-cart .cart-collaterals .zo-checkout-update {
    padding-top: 20px;
    clear: both;
    display: table; }
  @media screen and (max-width: 479px) {
      .woocommerce-cart .cart-collaterals .zo-checkout-update {
        display: block; }
        .woocommerce-cart .cart-collaterals .zo-checkout-update .wc-proceed-to-checkout, .woocommerce-cart .cart-collaterals .zo-checkout-update input[type="submit"] {
          width: 100%;
          display: block !important; }
        .woocommerce-cart .cart-collaterals .zo-checkout-update .wc-proceed-to-checkout a {
          margin-top: 30px; } }
  @media (min-width: 768px) and (max-width: 1199px) {
      .woocommerce-cart .cart-collaterals .zo-checkout-update {
        display: block; }
        .woocommerce-cart .cart-collaterals .zo-checkout-update .wc-proceed-to-checkout, .woocommerce-cart .cart-collaterals .zo-checkout-update input[type="submit"] {
          width: 100%;
          display: block !important; }
        .woocommerce-cart .cart-collaterals .zo-checkout-update .wc-proceed-to-checkout a {
          margin-top: 30px; } }
  .woocommerce-cart .cart-collaterals .zo-checkout-update input[type="submit"], .woocommerce-cart .cart-collaterals .zo-checkout-update input[type="submit"]:disabled[disabled] {
    border: 1px solid #54646f;
    padding: 12px 20px !important;
    background: transparent;
    color: #54646f !important;
    font-weight: bold;
    font-size: 14px; }
  .woocommerce-cart .cart-collaterals .zo-checkout-update input[type="submit"]:hover, .woocommerce-cart .cart-collaterals .zo-checkout-update input[type="submit"]:disabled[disabled]:hover {
    color: #fff; }
  .woocommerce-cart .cart-collaterals .zo-checkout-update .wc-proceed-to-checkout, .woocommerce-cart .cart-collaterals .zo-checkout-update input[type="submit"] {
    display: table-cell;
    text-transform: uppercase; }
  .woocommerce-cart .cart-collaterals .zo-checkout-update .wc-proceed-to-checkout {
    padding: 0px; }
  .woocommerce-cart .cart-collaterals .zo-checkout-update .wc-proceed-to-checkout:before {
    display: block; }
  .woocommerce-cart .cart-collaterals .zo-checkout-update .wc-proceed-to-checkout a {
    font-size: 14px;
    padding: 12px 18px;
    background: #54646f;
    font-weight: bold;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    /* BACKGROUND GRADIENT */
    color: #fff;
    text-transform: uppercase;
    border: 1px solid transparent; }
  .woocommerce-cart .cart-collaterals .zo-checkout-update .wc-proceed-to-checkout a:hover {
    border: 1px solid #1e73be; }

.woocommerce .cart-total-table {
  padding: 20px;
  border: 2px solid #ececec;
  margin-bottom: 100px; }
  .woocommerce .cart-total-table table {
    border: none; }
  .woocommerce .cart-total-table th {
    font-size: 12px;
    color: #141414;
    text-transform: uppercase;
    font-weight: normal; }
  .woocommerce .cart-total-table th, .woocommerce .cart-total-table td {
    width: 50%;
    text-transform: uppercase;
    border-top: none !important;
    border-bottom: 1px solid #ececec !important;
    padding: 20px 0 !important; }
  .woocommerce .cart-total-table #shipping_method li {
    list-style: none;
    padding: 0;
    text-indent: 0;
    overflow: hidden;
    clear: both;
    line-height: 24px;
    margin: 0 0 25px; }
  .woocommerce .cart-total-table #shipping_method li input {
    display: block;
    float: left;
    margin-top: 5px;
    margin-right: 15px; }
  .woocommerce .cart-total-table #shipping_method li label {
    display: block;
    float: left;
    font-size: 10px;
    text-transform: uppercase;
    color: #6f6f6f;
    letter-spacing: 0.1em;
    font-family: inherit;
    font-style: normal; }
  .woocommerce .cart-total-table #shipping_method li label span {
    color: #141414;
    display: block;
    font-size: 18px;
    font-style: italic;
    font-weight: normal; }
  .woocommerce .cart-total-table .wc-proceed-to-checkout .checkout-button {
    padding: 21px;
    font-size: 14px;
    font-weight: bold; }
  .woocommerce form .form-row {
    margin-bottom: 25px;
    padding: 0; }
  .woocommerce form .form-row:last-child {
    margin-bottom: 0; }
  .woocommerce form .form-row label {
    font-size: 18px;
    color: #1f1f1f;
    display: block;
    margin-bottom: 10px; }

.woocommerce-checkout .select2-container .select2-choice {
  padding: 12px 17px;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  /* BACKGROUND GRADIENT */ }
  .woocommerce-checkout form .form-row label {
    margin-bottom: 0px; }
  .woocommerce-checkout .woocommerce-billing-fields > h3 {
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ececec;
    text-transform: uppercase;
    font-size: 14px; }
  .woocommerce-checkout .woocommerce-billing-fields .create-account {
    margin-bottom: 0; }
  .woocommerce-checkout .woocommerce-billing-fields .create-account label {
    letter-spacing: 0;
    font-size: 10px;
    font-family: inherit;
    font-weight: bold;
    font-style: normal; }
  .woocommerce-checkout .woocommerce-shipping-fields h3 {
    font-size: 14px;
    text-transform: uppercase;
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ececec;
    text-transform: uppercase; }
  .woocommerce-checkout .woocommerce-shipping-fields #ship-to-different-address {
    letter-spacing: 0;
    font-size: 10px;
    text-transform: uppercase; }
  .woocommerce-checkout .woocommerce-shipping-fields #ship-to-different-address .input-checkbox {
    display: inline;
    margin: -2px 8px 0 0;
    text-align: center;
    vertical-align: middle; }
  .woocommerce-checkout #order_review table tr th, .woocommerce-checkout #order_review table tr td {
    border: none; }
  .woocommerce-checkout #order_review table tr .product-total {
    text-align: right; }
  .woocommerce-checkout #order_review table tr .amount {
    display: block;
    font-size: 18px;
    line-height: 40px;
    color: #141414;
    letter-spacing: 0.1em;
    font-weight: normal; }
  .woocommerce-checkout #order_review table .cart_item .product-name {
    font-size: 16px; }
  .woocommerce-checkout #order_review table .cart-subtotal td, .woocommerce-checkout #order_review table .order-total td {
    text-align: right; }
  .woocommerce-checkout #order_review table .cart-subtotal th, .woocommerce-checkout #order_review table .order-total th {
    color: #bcbcbc; }

#order_review_heading {
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ececec; }

#payment {
  background-color: transparent; }
  #payment h3 {
    color: #1e73be;
    font-size: 18px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ececec; }
  #payment ul.payment_methods {
    padding: 0; }
  #payment ul.payment_methods li {
    padding: 10px 0;
    border-bottom: 1px solid #ececec; }
  #payment ul.payment_methods li:last-child {
    border-bottom: none; }
  #payment ul.payment_methods li input {
    float: left;
    margin-top: 9px !important; }
  #payment ul.payment_methods li label {
    color: #141414;
    font-size: 16px;
    text-transform: uppercase; }
  #payment ul.payment_methods li .payment_box {
    background: transparent;
    padding: 20px 0;
    margin: 0; }
  #payment ul.payment_methods li .payment_box:after {
    content: none; }
  #payment #place_order {
    background: #414141;
    display: block;
    color: #fff; }

.order_details {
  margin: 0; }
  .order_details li {
    width: 20%;
    margin: 0;
    padding: 0;
    text-align: center; }

.woocommerce #customer_login h2 {
  font-size: 18px;
  text-transform: uppercase;
  color: #1e73be; }

.addresses {
  /*
* Account Page
*/ }
  .addresses .title h3 {
    font-size: 18px;
    text-transform: uppercase;
    color: #1e73be; }

.woocommerce {
  /**
* Product Single
*/ }
  @media screen and (max-width: 767px) {
  .woocommerce .woocommerce-MyAccount-content, .woocommerce .woocommerce-MyAccount-navigation {
    width: 100%; } }
  .woocommerce .woocommerce-MyAccount-navigation {
    text-align: left;
    list-style: outside;
    padding: 0;
    margin: 0;
    background: #f5f8fa; }
  .woocommerce .woocommerce-MyAccount-navigation li {
    margin-bottom: 10px;
    display: table; }
  .woocommerce .woocommerce-MyAccount-navigation li a {
    color: #414141;
    line-height: 22px;
    -webkit-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    /* BACKGROUND GRADIENT */
    /* TRANSITION DELAY */ }
  .woocommerce .woocommerce-MyAccount-navigation li a:hover {
    color: #1e73be;
    border-left: 2px solid #1e73be;
    padding-left: 15px; }
  .woocommerce .woocommerce-MyAccount-content .woocommerce-Button {
    margin-top: 30px; }
  .woocommerce .woocommerce-MyAccount-content legend {
    color: #1e73be;
    font-weight: 700;
    padding: 0 15px;
    text-transform: uppercase; }
  .woocommerce #customer_login {
    padding-left: 15px;
    padding-right: 15px; }
  @media screen and (max-width: 767px) {
    .woocommerce #customer_login div.u-column1 {
      display: block; }
      .woocommerce #customer_login div.u-column1 form.login {
        padding-left: 0px;
        padding-right: 0px;
        display: block !important; }
      .woocommerce #customer_login div.u-column1:after {
        content: none; }
      .woocommerce #customer_login div.u-column1 h2 {
        display: block; } }
  .woocommerce #customer_login .u-column1 {
    display: table;
    position: relative; }
  .woocommerce #customer_login .u-column1:after {
    background: #c6c6c6;
    width: 1px;
    height: 100%;
    content: '';
    position: absolute;
    right: -15px;
    top: 0; }
  .woocommerce #customer_login .u-column1 h2:after {
    content: ".";
    color: #1e73be; }
  .woocommerce #customer_login .u-column1 h2, .woocommerce #customer_login .u-column1 .login {
    letter-spacing: 0;
    display: table-cell; }
  .woocommerce #customer_login .u-column1 .login {
    border: 0px; }
  .woocommerce #customer_login .u-column1 .login .form-row {
    margin-bottom: 15px; }
  .woocommerce #customer_login .u-column1 .login .form-row label {
    font-weight: 600;
    margin-bottom: 0px; }
    .woocommerce #customer_login .u-column1 .login .form-row label.inline {
      font-weight: normal; }
  .woocommerce #customer_login .u-column2 {
    padding-top: 20px; }
  .woocommerce #customer_login .u-column2 h3 {
    font-size: 18px;
    letter-spacing: 0; }
  .woocommerce #customer_login .u-column2 a {
    color: #fff;
    padding: 15px 38px;
    display: inline-block;
    margin-top: 10px; }

@media screen and (max-width: 991px) {
    .woocommerce .products .zo-product-teaser {
      width: 100%; } }

.zo-product-teaser {
  margin-bottom: 30px;
  position: relative;
  display: inline-block;
  /**
* Related Products
*/ }
  @media screen and (min-width: 992px) {
  .zo-product-teaser {
    width: 100%; } }
  @media (min-width: 480px) and (max-width: 991px) {
  .zo-product-teaser {
    width: inherit; } }
  .zo-product-teaser:hover .zo-product-header .zo-product-overlay {
    top: calc(50% - 22px); }
  .zo-product-teaser:hover .zo-product-header:before {
    opacity: 0.9;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    z-index: 9; }
  .zo-product-teaser .zo-product-header {
    position: relative;
    overflow: hidden;
    background: #f7f7f7; }
  .zo-product-teaser .zo-product-header:before {
    position: absolute;
    opacity: 0;
    content: "";
    background: #000;
    background: rgba(0, 0, 0, 0.9);
    /* COLOR OPACITY */
    top: 60px;
    left: 60px;
    bottom: 60px;
    right: 60px;
    -webkit-transition: all 0.3s ease-in-out;
    -khtml-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    /* BACKGROUND GRADIENT */
    /* TRANSITION DELAY */ }
  .zo-product-teaser .zo-product-header img {
    margin: 0 !important; }
  @media screen and (max-width: 479px) {
      .zo-product-teaser .zo-product-header img {
        width: 100%; } }
  .zo-product-teaser .zo-product-header .zo-product-overlay {
    z-index: 10;
    position: absolute;
    width: 100%;
    height: 60px;
    top: 100%;
    left: 0;
    -webkit-transition: all 500ms ease-in-out;
    -khtml-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    /* BACKGROUND GRADIENT */
    /* TRANSITION DELAY */ }
  .zo-product-teaser .zo-product-header .zo-product-overlay .zo-add-to-cart {
    position: absolute;
    bottom: 0;
    left: calc(50% - 25px);
    -webkit-transform: translateX(calc(-50% +  25px));
    -khtml-transform: translateX(calc(-50% +  25px));
    -moz-transform: translateX(calc(-50% +  25px));
    -ms-transform: translateX(calc(-50% +  25px));
    -o-transform: translateX(calc(-50% +  25px));
    transform: translateX(calc(-50% +  25px));
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */
    width: 50px;
    height: 100%; }
  .zo-product-teaser .zo-product-header .zo-product-overlay .zo-add-to-cart .add_to_cart_button, .zo-product-teaser .zo-product-header .zo-product-overlay .zo-add-to-cart .added_to_cart {
    background-color: #1e73be;
    padding: 0;
    height: 50px;
    line-height: 50px;
    letter-spacing: 0.05em;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    display: block;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    /* BACKGROUND GRADIENT */ }
  .zo-product-teaser .zo-product-header .zo-product-overlay .zo-add-to-cart .add_to_cart_button span:after, .zo-product-teaser .zo-product-header .zo-product-overlay .zo-add-to-cart .added_to_cart span:after {
    content: '+';
    padding-left: 10px; }
  .zo-product-teaser .zo-product-header .zo-product-overlay .zo-add-to-cart .add_to_cart_button.added, .zo-product-teaser .zo-product-header .zo-product-overlay .zo-add-to-cart .added_to_cart.added {
    display: none; }
  .zo-product-teaser .zo-product-header .zo-product-overlay .zo-add-to-cart .add_to_cart_button.loading:after, .zo-product-teaser .zo-product-header .zo-product-overlay .zo-add-to-cart .added_to_cart.loading:after {
    content: "\f110";
    display: inline-block;
    font-family: FontAwesome;
    margin-left: 10px; }
  .zo-product-teaser .zo-product-header .zo-product-overlay .zo-add-to-cart .add_to_cart_button:hover, .zo-product-teaser .zo-product-header .zo-product-overlay .zo-add-to-cart .added_to_cart:hover {
    color: #fff;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    /* BACKGROUND GRADIENT */ }
  .zo-product-teaser .zo-product-header .zo-product-overlay .zo-add-to-cart .added_to_cart:before {
    content: "\f07a";
    display: inline-block;
    font-family: FontAwesome;
    margin-right: 10px; }
  .zo-product-teaser .zo-product-meta {
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 12px; }
  .zo-product-teaser .zo-product-meta .zo-product-title {
    margin: 0;
    text-align: center;
    font-weight: 400; }
  .zo-product-teaser .zo-product-meta .zo-product-title a {
    letter-spacing: 0.1em;
    font-size: 16px;
    line-height: 26px;
    color: #54646f; }
  .zo-product-teaser .zo-product-meta .zo-product-title a:hover {
    color: #1e73be; }
  .zo-product-teaser .zo-product-meta .zo-product-price {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 18px;
    text-align: center;
    justify-content: center;
    color: #54646f; }
  .zo-product-teaser .zo-product-meta .zo-product-price .amount {
    letter-spacing: 0.1em; }
  .zo-product-teaser .zo-product-meta .zo-product-price .amount:after {
    content: ".";
    color: #1e73be;
    font-family: 'Montserrat'; }
  .zo-product-teaser .zo-product-meta .zo-product-price ins {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    text-decoration: none; }
  .zo-product-teaser .zo-product-meta .zo-product-price del {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    color: #6f6f6f;
    margin-right: 10px; }
  .zo-product-teaser .zo-product-meta .zo-product-price del .amount:before {
    content: none !important; }

.woocommerce .zo-related-products div.product.first {
  clear: initial; }

.zo-related-products {
  margin-top: 80px;
  margin-bottom: 10px;
  /* [START SINGLE PRODUCT]*/ }
  .zo-related-products .zo-header {
    margin-bottom: 80px;
    text-align: center; }
  .zo-related-products .product-title {
    text-align: center;
    line-height: 26px;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 40px;
    /*Style item carousel*/ }
  .zo-related-products .zo-content-related-items .slick-slider .slick-prev, .zo-related-products .zo-content-related-items .slick-slider .slick-next {
    width: 45px;
    height: 45px;
    background: #c6cacd;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    /* BACKGROUND GRADIENT */
    top: calc(50% - 50px);
    color: #fff; }
  .zo-related-products .zo-content-related-items .slick-slider .slick-prev {
    left: -10px;
    z-index: 9; }
  .zo-related-products .zo-content-related-items .slick-slider .slick-prev:before {
    content: url('../images/woo/left.png'); }
  .zo-related-products .zo-content-related-items .slick-slider .slick-next {
    right: -10px; }
  .zo-related-products .zo-content-related-items .slick-slider .slick-next:before {
    content: url('../images/woo/right.png'); }
  .zo-related-products .zo-content-related-items .slick-slider .slick-list .slick-slide {
    margin-left: 15px;
    margin-right: 15px; }
  .single-product {
    /* [END SINGLE PRODUCT]*/
    /*Shop Page*/ }
  .single-product .content-single-product div.images {
    width: 100% !important; }
  .single-product .content-single-product .zo-images.slide-vertical .onsale {
    left: initial;
    right: 35px; }
  .single-product .content-single-product .zo-images.slide-vertical .images.has-thumb .slider-for {
    width: calc(100% - 130px);
    float: right; }
  .single-product .content-single-product .zo-images.slide-vertical .images.has-thumb .slider-nav {
    width: 100px;
    margin: 0;
    float: left; }
    .single-product .content-single-product .zo-images.slide-vertical .images.has-thumb .slider-nav .slick-list {
      margin: 30px 0; }
      .single-product .content-single-product .zo-images.slide-vertical .images.has-thumb .slider-nav .slick-list .slick-slide {
        margin: 10px 0;
        border: 0; }
  @media screen and (max-width: 479px) {
          .single-product .content-single-product .zo-images.slide-vertical .images.has-thumb .slider-for {
            width: calc(100% - 110px); }
            .single-product .content-single-product .zo-images.slide-vertical .images.has-thumb .slider-nav {
              width: 80px; } }
  .single-product .content-single-product .zo-images .images .slider-nav {
    margin-left: 25px;
    margin-right: 25px; }
  .single-product .content-single-product .zo-images .images .slider-nav .slick-track {
    padding: 0px !important; }
    .single-product .content-single-product .zo-images .images .slider-nav .slick-track .slick-slide {
      border: 1px solid #f6f6f6;
      margin-left: 15px;
      margin-right: 15px; }
      .single-product .content-single-product .zo-images .images .slider-nav .slick-track .slick-slide.slick-cloned:last-child:not(.slick-active) {
        opacity: 0; }
      .single-product .content-single-product .zo-images .images .slider-nav .slick-track .slick-slide.slick-active:last-child {
        opacity: 0; }
  .single-product .content-single-product .zo-images .images .slider-nav img {
    width: auto !important; }
  .single-product .content-single-product .zo-images .images .slider-nav .slick-prev, .single-product .content-single-product .zo-images .images .slider-nav .slick-next {
    margin: 0;
    left: 50%; }
    .single-product .content-single-product .zo-images .images .slider-nav .slick-prev:before, .single-product .content-single-product .zo-images .images .slider-nav .slick-next:before {
      color: #c7ccd0;
      font-family: FontAwesome; }
  .single-product .content-single-product .zo-images .images .slider-nav .slick-prev {
    top: 100%;
    -webkit-transform: translate(-50%, -100%);
    -khtml-transform: translate(-50%, -100%);
    -moz-transform: translate(-50%, -100%);
    -ms-transform: translate(-50%, -100%);
    -o-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */ }
    .single-product .content-single-product .zo-images .images .slider-nav .slick-prev:before {
      content: "\f175"; }
  .single-product .content-single-product .zo-images .images .slider-nav .slick-next {
    top: 0;
    -webkit-transform: translateX(-50%);
    -khtml-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */ }
    .single-product .content-single-product .zo-images .images .slider-nav .slick-next:before {
      content: "\f176"; }
  .single-product .content-single-product .zo-images .images .slider-for .slick-slide {
    border: 1px solid #f6f6f6; }
  .single-product .content-single-product .zo-images .zo_images_products {
    padding: 0px;
    margin: 0px; }
  .single-product .content-single-product .zo-images .zo_images_products img {
    width: auto !important;
    margin: 0 auto; }
  .single-product .content-single-product .zo-images .zo_images_products:hover .slick-arrow {
    opacity: 1; }
  .single-product .content-single-product .zo-images .zo_images_products .slick-prev {
    left: 25px; }
  .single-product .content-single-product .zo-images .zo_images_products .slick-prev:before {
    content: "\f104"; }
  .single-product .content-single-product .zo-images .zo_images_products .slick-next {
    right: 25px; }
  .single-product .content-single-product .zo-images .zo_images_products .slick-next:before {
    content: "\f105"; }
  .single-product .content-single-product .zo-images .zo_images_products .slick-arrow {
    z-index: 9;
    opacity: 0;
    font-size: 0;
    background: rgba(42, 42, 42, 0.3);
    width: 25px;
    height: 25px;
    color: #fff; }
  .single-product .content-single-product .zo-images .zo_images_products .slick-list:hover {
    cursor: pointer; }
  .single-product .content-single-product .zo-summary {
    margin: 25px 0 40px; }
  .single-product .content-single-product .zo-summary .rating-title {
    border-bottom: 1px solid #e8e8e8;
    display: inline-block;
    width: 100%; }
  .single-product .content-single-product .zo-summary .rating-title .title-wrapper h3 {
    color: #1f1f1f;
    font-size: 20px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 400; }
  .single-product .content-single-product .zo-summary .rating-title .rating-wrapper .woocommerce-product-rating {
    float: right; }
    .single-product .content-single-product .zo-summary .rating-title .rating-wrapper .woocommerce-product-rating .star-rating span {
      color: #1e73be; }
    .single-product .content-single-product .zo-summary .rating-title .rating-wrapper .woocommerce-product-rating a {
      font-size: 20px;
      line-height: 22px; }
  .single-product .content-single-product .zo-summary .zo-product-description {
    font-size: 16px;
    line-height: 26px;
    color: #54646f; }
  .single-product .content-single-product .zo-summary .woocommerce-product-price {
    margin-top: 25px;
    margin-bottom: 0 !important; }
  .single-product .content-single-product .zo-summary .woocommerce-product-price .price span {
    font-size: 20px;
    line-height: 22px;
    letter-spacing: 0;
    color: #333;
    font-weight: 400; }
  .single-product .content-single-product .zo-summary form.cart {
    margin-top: 5px;
    margin-bottom: 40px;
    display: table; }
  .single-product .content-single-product .zo-summary form.cart button.single_add_to_cart_button {
    display: table-cell;
    width: 190px;
    height: 50px;
    border: none;
    font-weight: 700;
    color: #fff;
    font-size: 17px;
    line-height: 22px;
    letter-spacing: 0;
    text-transform: uppercase;
    padding: 10px 35px; }
  .single-product .content-single-product .zo-summary form.cart button.single_add_to_cart_button:hover {
    background: #1e73be; }
  .single-product .content-single-product .zo-summary .zo-share-product {
    margin-top: 25px;
    border-top: 1px solid #e8e8e8; }
  .single-product .content-single-product .zo-summary .zo-share-product label {
    color: #b6bbbf; }
  .single-product .content-single-product .zo-summary .social-list {
    text-align: right;
    padding: 0;
    display: inline-block;
    font-size: 0px;
    margin: 0; }
  .single-product .content-single-product .zo-summary .social-list li {
    display: inline-block;
    padding: 5px 1px;
    margin-bottom: 5px;
    font-size: 13px; }
  .single-product .content-single-product .zo-summary .social-list li:hover {
    transition: all 0s ease 0s;
    position: relative;
    width: 30px;
    padding: 0px 1px;
    margin-right: 2px; }
    .single-product .content-single-product .zo-summary .social-list li:hover i {
      color: #1e73be; }
  .single-product .content-single-product .zo-summary .social-list li a {
    text-align: center;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-right: 0; }
    .single-product .content-single-product .zo-summary .social-list li a i {
      color: #777;
      line-height: 34px; }
  .single-product .content-single-product .woocommerce-tabs ul {
    padding: 0;
    margin: 0;
    margin-bottom: 10px; }
  .single-product .content-single-product .woocommerce-tabs ul li {
    display: inline-block;
    margin-right: -1px; }
  .single-product .content-single-product .woocommerce-tabs ul li a {
    padding: 10px 30px;
    background: #636363;
    color: #fff;
    font-size: 17px;
    line-height: 22px;
    letter-spacing: 0;
    text-transform: uppercase; }
    .single-product .content-single-product .woocommerce-tabs ul li a:hover {
      background: #1e73be; }
  .single-product .content-single-product .woocommerce-tabs ul li.active a {
    background: #1e73be; }
  .single-product .content-single-product .woocommerce-tabs .panel {
    background: #f2f2f2;
    border-radius: 0;
    padding: 22px 30px 12px 30px;
    overflow: hidden; }
  .single-product .content-single-product .woocommerce-tabs .panel p {
    font-size: 17px;
    line-height: 26px;
    color: #333;
    letter-spacing: 0;
    font-weight: 100; }
  .single-product .content-single-product .woocommerce-tabs .panel .attribute {
    padding-top: 25px;
    padding-bottom: 9px; }
  .single-product .content-single-product .woocommerce-tabs .panel .attribute h2 {
    font-size: 17px;
    line-height: 22px;
    color: #333;
    letter-spacing: 0;
    text-transform: uppercase; }
  .single-product .content-single-product .woocommerce-tabs .panel .attribute .product-attribute {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%; }
    .single-product .content-single-product .woocommerce-tabs .panel .attribute .product-attribute li {
      display: inline-block;
      width: 100%; }
      .single-product .content-single-product .woocommerce-tabs .panel .attribute .product-attribute li span {
        font-size: 17px;
        line-height: 22px;
        letter-spacing: 0;
        font-weight: lighter;
        float: left; }
        .single-product .content-single-product .woocommerce-tabs .panel .attribute .product-attribute li span.name {
          color: #777;
          width: 40%; }
        .single-product .content-single-product .woocommerce-tabs .panel .attribute .product-attribute li span.content {
          color: #333;
          width: 60%; }
  .single-product .content-single-product .woocommerce-tabs .panel .tagged_as a {
    background: #fff;
    padding: 10px 30px;
    font-size: 17px;
    line-height: 26px;
    color: #333;
    letter-spacing: 0;
    font-weight: 100;
    margin-right: 10px;
    text-transform: capitalize; }
    .single-product .content-single-product .woocommerce-tabs .panel .tagged_as a:hover {
      background: #1e73be;
      color: #fff; }
  .single-product .content-single-product .woocommerce-tabs .panel .product-features, .single-product .content-single-product .woocommerce-tabs .panel .product-features-right {
    padding: 0;
    float: left;
    width: 50%; }
  .single-product .content-single-product .woocommerce-tabs .panel .product-features li, .single-product .content-single-product .woocommerce-tabs .panel .product-features-right li {
    display: block;
    position: relative;
    padding-left: 15px; }
    .single-product .content-single-product .woocommerce-tabs .panel .product-features li:before, .single-product .content-single-product .woocommerce-tabs .panel .product-features-right li:before {
      position: absolute;
      content: '';
      width: 5px;
      height: 5px;
      background: #333;
      top: 50%;
      left: 0;
      margin-top: -5px;
      transform: rotate(45deg); }
    .single-product .content-single-product .woocommerce-tabs .panel .product-features li span, .single-product .content-single-product .woocommerce-tabs .panel .product-features-right li span {
      font-size: 17px;
      line-height: 26px;
      letter-spacing: 0;
      color: #333;
      font-weight: 100; }
  .single-product .content-single-product .woocommerce-tabs .panel .product-features-right {
    padding-left: 30px; }
  .single-product .content-single-product .woocommerce-tabs .panel .user-menual {
    font-size: 17px;
    line-height: 26px;
    letter-spacing: 0;
    color: #333;
    font-weight: 100;
    text-transform: capitalize; }
  .single-product .content-single-product .woocommerce-tabs .panel .user-menual i {
    font-size: 16px;
    color: #333;
    padding-left: 40px; }
  .single-product .content-single-product .woocommerce-tabs .panel #reviews #comments {
    margin-bottom: 10px; }
    .single-product .content-single-product .woocommerce-tabs .panel #reviews #comments ol {
      padding: 0; }
      .single-product .content-single-product .woocommerce-tabs .panel #reviews #comments ol li {
        padding: 20px; }
        .single-product .content-single-product .woocommerce-tabs .panel #reviews #comments ol li .comment_container img {
          width: 60px;
          height: 80px;
          border: medium none;
          background: transparent;
          padding: 0px;
          position: static; }
        .single-product .content-single-product .woocommerce-tabs .panel #reviews #comments ol li .comment-text {
          border: none;
          border-radius: 0;
          padding-left: 30px;
          padding-top: 0; }
          .single-product .content-single-product .woocommerce-tabs .panel #reviews #comments ol li .comment-text .meta .data {
            float: left; }
            .single-product .content-single-product .woocommerce-tabs .panel #reviews #comments ol li .comment-text .meta .data h3 {
              font-size: 17px;
              line-height: 26px;
              color: #333;
              letter-spacing: 0;
              text-transform: uppercase; }
            .single-product .content-single-product .woocommerce-tabs .panel #reviews #comments ol li .comment-text .meta .data span {
              font-size: 16px;
              line-height: 26px;
              color: #777; }
            .single-product .content-single-product .woocommerce-tabs .panel #reviews #comments ol li .comment-text .meta .star-rating {
              float: right;
              color: #1e73be;
              font-size: 16px; }
          .single-product .content-single-product .woocommerce-tabs .panel #reviews #comments ol li .comment-text .description {
            width: 100%;
            display: inline-block;
            padding-top: 9px; }
  .single-product .content-single-product .woocommerce-tabs .panel #reviews #review_form_wrapper #review_form .comment-respond h3 {
    letter-spacing: 0;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 22px;
    color: #333; }
    .single-product .content-single-product .woocommerce-tabs .panel #reviews #review_form_wrapper #review_form .comment-respond .comment-form input[type='text']:focus, .single-product .content-single-product .woocommerce-tabs .panel #reviews #review_form_wrapper #review_form .comment-respond .comment-form textarea:focus {
      background: #fff;
      border: none; }
      .single-product .content-single-product .woocommerce-tabs .panel #reviews #review_form_wrapper #review_form .comment-respond .comment-form textarea {
        height: 120px; }
      .single-product .content-single-product .woocommerce-tabs .panel #reviews #review_form_wrapper #review_form .comment-respond .comment-form .comment-form-author {
        margin-right: 30px; }
      .single-product .content-single-product .woocommerce-tabs .panel #reviews #review_form_wrapper #review_form .comment-respond .comment-form .comment-form-author, .single-product .content-single-product .woocommerce-tabs .panel #reviews #review_form_wrapper #review_form .comment-respond .comment-form .comment-form-email {
        width: calc(50% - 15px);
        float: left; }
        @media screen and (max-width: 599px) {
              .single-product .content-single-product .woocommerce-tabs .panel #reviews #review_form_wrapper #review_form .comment-respond .comment-form .comment-form-author, .single-product .content-single-product .woocommerce-tabs .panel #reviews #review_form_wrapper #review_form .comment-respond .comment-form .comment-form-email {
                width: 100%;
                float: none; } }
      .single-product .content-single-product .woocommerce-tabs .panel #reviews #review_form_wrapper #review_form .comment-respond .comment-form .comment-form-rating p.stars a {
        font-weight: 100;
        color: #1e73be; }
        .single-product .content-single-product .woocommerce-tabs .panel #reviews #review_form_wrapper #review_form .comment-respond .comment-form .comment-form-rating label {
          display: inline-block;
          padding-right: 15px; }
        .single-product .content-single-product .woocommerce-tabs .panel #reviews #review_form_wrapper #review_form .comment-respond .comment-form .comment-form-rating .stars {
          display: inline-block;
          margin-top: 10px; }
      .single-product .content-single-product .woocommerce-tabs .panel #reviews #review_form_wrapper #review_form .comment-respond .comment-form .form-submit {
        clear: both; }
        .single-product .content-single-product .woocommerce-tabs .panel #reviews #review_form_wrapper #review_form .comment-respond .comment-form .form-submit input {
          width: 170px;
          height: 40px;
          border: medium none;
          color: #fff;
          font-size: 17px;
          line-height: 22px;
          letter-spacing: 0px;
          text-transform: capitalize;
          padding: 10px 35px;
          border-radius: 0; }
        .single-product .content-single-product .woocommerce-tabs .panel #reviews #review_form_wrapper #review_form .comment-respond .comment-form .form-submit input:hover {
          background: #414141 !important; }
  .single-product .content-single-product .woocommerce-tabs .wc-tab h2 {
    font-size: 20px;
    line-height: 1; }

.products {
  clear: both;
  /*SHOP Layout Lists*/ }

div.product.lists {
  /*Pagination*/ }
  div.product.lists .zo-product-teaser .zo-product-header .zo-product-image {
    text-align: center; }
  div.product.lists .zo-product-teaser .zo-product-header .zo-product-overlay a.view-products {
    width: 50px;
    height: 50px;
    background: #1e73be;
    padding: 10px;
    color: #fff;
    position: absolute;
    left: calc(50% - 25px);
    text-align: center;
    line-height: 30px;
    -webkit-transform: translateX(calc(-50% + 25px));
    -khtml-transform: translateX(calc(-50% + 25px));
    -moz-transform: translateX(calc(-50% + 25px));
    -ms-transform: translateX(calc(-50% + 25px));
    -o-transform: translateX(calc(-50% + 25px));
    transform: translateX(calc(-50% + 25px));
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */ }
  div.product.lists .zo-product-teaser .zo-product-header .zo-product-overlay a.view-products:hover {
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    /* BACKGROUND GRADIENT */
    -webkit-transition: all 0.4s;
    -khtml-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    /* BACKGROUND GRADIENT */
    /* TRANSITION DELAY */ }
  div.product.lists .zo-product-teaser .zo-product-header .zo-product-overlay a.view-products i {
    line-height: 30px; }
  div.product.lists .zo-product-teaser .zo-product-meta .zo-product-title {
    text-align: left;
    margin-bottom: 20px; }
  div.product.lists .zo-product-teaser .zo-product-meta .zo-product-price {
    text-align: left; }
  div.product.lists .zo-product-teaser .zo-product-meta .zo-product-price {
    text-align: left;
    justify-content: inherit; }
  div.product.lists .zo-product-teaser .zo-product-meta .zo-add-to-cart {
    margin-top: 20px; }
  div.product.lists .zo-product-teaser .zo-product-meta .zo-add-to-cart .add_to_cart_button, div.product.lists .zo-product-teaser .zo-product-meta .zo-add-to-cart .added_to_cart {
    background-color: #1e73be;
    border: 1px solid #1e73be;
    letter-spacing: 0.05em;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase; }
  div.product.lists .zo-product-teaser .zo-product-meta .zo-add-to-cart .add_to_cart_button span:after, div.product.lists .zo-product-teaser .zo-product-meta .zo-add-to-cart .added_to_cart span:after {
    content: '+';
    padding-left: 10px; }
  div.product.lists .zo-product-teaser .zo-product-meta .zo-add-to-cart .add_to_cart_button.added, div.product.lists .zo-product-teaser .zo-product-meta .zo-add-to-cart .added_to_cart.added {
    display: none; }
  div.product.lists .zo-product-teaser .zo-product-meta .zo-add-to-cart .add_to_cart_button.loading:after, div.product.lists .zo-product-teaser .zo-product-meta .zo-add-to-cart .added_to_cart.loading:after {
    content: "\f110";
    display: inline-block;
    font-family: FontAwesome;
    margin-left: 10px; }
  div.product.lists .zo-product-teaser .zo-product-meta .zo-add-to-cart .add_to_cart_button:hover, div.product.lists .zo-product-teaser .zo-product-meta .zo-add-to-cart .added_to_cart:hover {
    color: #fff;
    background: #414141; }
  div.product.lists .zo-product-teaser .zo-product-meta .zo-add-to-cart .added_to_cart:before {
    content: "\f07a";
    display: inline-block;
    font-family: FontAwesome;
    margin-right: 10px; }

.woocommerce nav.woocommerce-pagination {
  margin-top: 30px; }
  .woocommerce nav.woocommerce-pagination ul.page-numbers {
    border: 0px; }
  .woocommerce nav.woocommerce-pagination ul.page-numbers li {
    border: none; }
  .woocommerce nav.woocommerce-pagination ul.page-numbers li a, .woocommerce nav.woocommerce-pagination ul.page-numbers li span {
    padding: 10px 15px;
    color: #000;
    margin-right: 7px; }
  .woocommerce nav.woocommerce-pagination ul.page-numbers li a:hover, .woocommerce nav.woocommerce-pagination ul.page-numbers li span:hover {
    background-color: #1e73be;
    color: #fff; }
  .woocommerce nav.woocommerce-pagination ul.page-numbers li span.current {
    padding: 10px 15px;
    background: #1e73be;
    color: #fff;
    margin-right: 7px; }

.woocommerce .woocommerce-message {
  border-top-color: #1e73be; }
  .woocommerce .woocommerce-message:before {
    color: #1e73be; }

body.zo-dark #page {
  background: #444; }

@media screen and (min-width: 1000px) {
  body.zo-boxed #page {
    margin: auto !important;
    max-width: 100%;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2); } }

@media screen and (min-width: 992px) {
  .vc_row.vc_row-no-padding .vc_column_container.custom-col-6 {
    max-width: calc(1170px / 2);
    padding-right: 15px;
    padding-left: 15px; }

  .vc_row.vc_row-no-padding .wpb_column .zo-grid-item[class*="-2-zo"] {
    padding-right: 0;
    padding-left: 0; } }

@media screen and (min-width: 768px) {
  .border-right {
    border-right: 1px solid #ebebeb; }
    .border-bottom {
      border-bottom: 1px solid #ebebeb; } }

@media (min-width: 992px) and (max-width: 1400px) {
  .vertical-align-middle > .container > .row > div[class^="col"], .vertical-align-middle > .container-fluid > .row > div[class^="col"], .vertical-align-middle > .container > .row > div[class^="vc_col"], .vertical-align-middle > .container-fluid > .row > div[class^="vc_col"] {
    float: none;
    display: inline-block;
    vertical-align: middle; }
    .vertical-align-middle > .container > .row > .vc_col-sm-6, .vertical-align-middle > .container-fluid > .row > .vc_col-sm-6, .vertical-align-middle > .container > .row > .vc_col-md-6, .vertical-align-middle > .container-fluid > .row > .vc_col-md-6 {
      width: calc(50% - 2px); }
    .vertical-align-middle > .container > .row > .vc_col-sm-8, .vertical-align-middle > .container-fluid > .row > .vc_col-sm-8, .vertical-align-middle > .container > .row > .vc_col-md-8, .vertical-align-middle > .container-fluid > .row > .vc_col-md-8 {
      width: calc(66.6667% - 2px); }
    .vertical-align-middle > .container > .row > .vc_col-sm-4, .vertical-align-middle > .container-fluid > .row > .vc_col-sm-4, .vertical-align-middle > .container > .row > .vc_col-md-4, .vertical-align-middle > .container-fluid > .row > .vc_col-md-4 {
      width: calc(33.33333333% - 2px); }
    .vertical-align-middle > .container > .row > .vc_col-sm-7, .vertical-align-middle > .container-fluid > .row > .vc_col-sm-7, .vertical-align-middle > .container > .row > .vc_col-md-7, .vertical-align-middle > .container-fluid > .row > .vc_col-md-7 {
      width: calc(58.3333% - 2px); }
    .vertical-align-middle > .container > .row > .vc_col-sm-5, .vertical-align-middle > .container-fluid > .row > .vc_col-sm-5, .vertical-align-middle > .container > .row > .vc_col-md-5, .vertical-align-middle > .container-fluid > .row > .vc_col-md-5 {
      width: calc(41.6667% - 2px); } }

@media screen and (max-width: 1024px) {
  body .container {
    width: 100%; }

  .wpb_column.padding-30 {
    padding: 0 30px !important; }

  .zo-row-full-width > .no-container {
    margin-left: 0;
    margin-right: 0; }
    .zo-row-full-width > .no-container > .row {
      margin-left: 0;
      margin-right: 0; }
      .zo-row-full-width > .no-container > .row > .wpb_column {
        padding: 0; } }

@media screen and (max-width: 991px) {
  body .container {
    width: 100%; }

  body #zo-header {
    position: absolute;
    /* ==========================================================================
			Header Mobile
	========================================================================== */ }

  #zo-header, #zo-header.header-fixed {
    /* ==========================================================================
	   End Header Mobile
	========================================================================== */
    /* ==========================================================================
	   Shortcode
	========================================================================== */
    /* Tab */ }
    #zo-header > .container, #zo-header.header-fixed > .container {
      position: relative;
      z-index: 99; }

  .wpb_tour .ui-tabs.wpb_tour_tabs_wrapper {
    /* End Tab */
    /* Shortcode Priccing */ }
    .wpb_tour .ui-tabs.wpb_tour_tabs_wrapper .wpb_tabs_nav {
      width: 31.667%; }
    .wpb_tour .ui-tabs.wpb_tour_tabs_wrapper .wpb_tab.ui-tabs-panel {
      width: 68.333%; }

  .zo-grid-pricing .zo-grid-item {
    margin-bottom: 80px; }
    .zo-grid-pricing .zo-grid-item:last-child {
      margin-bottom: 0; }

  body #zo-header.sticky-tablets {
    position: fixed;
    /* Footer Top */ }

  #zo-footer-top .row > [class*="col-"]:nth-child(2n+1) {
    clear: left; }

  #zo-footer-top [class^="col-"] {
    margin-bottom: 30px; }

  .wpb_single_image .vc_single_image-wrapper {
    /**Fancybox**/ }
    .wpb_single_image .vc_single_image-wrapper img {
      width: 100%; }

  .template-zo_fancybox--process .zo-fancybox-item:nth-child(2n) .zo-fancybox-inner::after {
    content: none; } }

@media screen and (max-width: 767px) {
  body #zo-header.sticky-mobile {
    position: fixed;
    /* Start Form Comment */ }

  #comments .comment-list ul.children {
    padding: 0;
    /* End Comment */
    /* Tab */ }
    #comments .comment-list ul.children:before {
      height: 0; }
    #comments .comment-list ul.children .comment-main .comment-content:before {
      height: 0; }

  .wpb_tabs .ui-tabs.wpb_tour_tabs_wrapper .wpb_tabs_nav .ui-state-default a {
    line-height: 40px;
    padding: 0 20px; }

  .wpb_tabs .ui-tabs.wpb_tour_tabs_wrapper .wpb_tabs_nav .ui-state-default a span {
    display: none; }

  .ui-tabs-panel img {
    width: 100%;
    /* End Tab */
    /* Sidebar
	=================*/ }

  #secondary {
    margin-top: 50px; }

  .zo-pricing-default .zo-pricing-item.pricing-feature-item .zo-pricing-inner {
    -webkit-transform: scale(1);
    -khtml-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */
    /**Fancybox**/ }

  .template-zo_fancybox--process .zo-fancybox-item .zo-fancybox-inner::after {
    content: none; } }

@media screen and (max-width: 640px) {
  #zo-site-map a {
    padding: 0 20px 0 55px;
    /* End Footer Scroll Top */
    /* Tab Custom Color */ }
    #zo-site-map a i {
      left: 21px; }

  .vc_tta-container {
    /* End Tab Custom Color */ }
    .vc_tta-container .vc_tta-tabs.custom-color {
      border: none; } }

@media screen and (max-width: 480px) {
  #comments .comment-list li .comment-body .comment-author-image {
    padding: 0;
    float: none;
    max-width: inherit;
    text-align: center; }
    #comments .comment-list li .comment-body .comment-main {
      padding: 10px; }

  .single-post .post-navigation a {
    float: left;
    margin-top: 20px; }

  .navigation.post-navigation {
    text-align: center;
    /* End Comment */ }
    .navigation.post-navigation a {
      float: none;
      margin-bottom: 10px; } }
