/* -------------------------------------------------------------
  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 */
/* OPACITY */
/* ==========================================================================
    Style Button
========================================================================== */
/*------------------------------------------------------------------
[Table of contents]

1. Blog Classic
2. Post Classic
3. Navigation
4. FAQ
-------------------------------------------------------------------*/
/* ==========================================================================
   [Start] Blog Classic
========================================================================== */
/* Padding equal container */
/* ==========================================================================
   All Style Header
========================================================================== */
/* ==========================================================================
    Start Style Footer
========================================================================== */
/* ==========================================================================
   [Start] All Style Form
========================================================================== */
/*------------------------------------------------------------------
[Table of contents]

1. Reset HTML/CSS, Unitest, Body
2. Page Title
3. Primary
-------------------------------------------------------------------*/
/* ==========================================================================
   [Start] 1. Reset HTML/CSS, Unitest, Body, @Extend
========================================================================== */
/* OPACITY */
/* OPACITY */
/*------------------------------------------------------------------
[All Style Shortcode]

  1. Shortcode Fancy Box
        2. Shortcode Pie Chart
  3. Shortcode Team
        4. Shortcode Testimonial
  5. Tab
  6. Counter
  7. Accordion
  8. Progress
  9. Pricing
  10. Blog
  11. Images Carousel

-------------------------------------------------------------------*/
/* ==========================================================================
   [Start] 1. Shortcode Fancy Box
========================================================================== */
/* Images */
/* Style Loadding */
/* ==========================================================================
   Style 1
========================================================================== */
/* ==========================================================================
    Style Main Menu
========================================================================== */
/*------------------------------------------------------------------
[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
 */
/* Page Boxed */
/*404 Page*/
/* Footer Scroll Top */
/* OPACITY */
@font-face {
  font-family: "Athelas-Italic";
  src: url('http://fundomar3.puragencia.com.es/wp-content/themes/creativ/assets/fonts/Athelas-Italic.eot') format('eot'), url('http://fundomar3.puragencia.com.es/wp-content/themes/creativ/assets/fonts/Athelas-Italic.woff') format('woff'), url('http://fundomar3.puragencia.com.es/wp-content/themes/creativ/assets/fonts/Athelas-Italic.ttf') format('truetype'); }

#breadcrumb-text ul li a, #breadcrumb-text ul li {
  font-family: 'Athelas-Italic'; }

#zo-header-logo a {
  line-height: 107px; }

#zo-header-logo a img {
  max-height: 107px; }

#zo-header {
  background-color: #fff; }

#zo-header.header-fixed {
  height: 74px; }

body.fixed-margin-top {
  margin-top: 74px; }

#zo-header.header-fixed #zo-header-logo a img {
  max-height: 80px; }

#zo-header.header-fixed #zo-header-logo a, #zo-header.header-fixed #zo-header-navigation .main-navigation .menu-main-menu > li {
  line-height: 74px; }

@media (min-width: 768px) {
  #zo-header-navigation .main-navigation .menu-main-menu, #zo-header-navigation .main-navigation div.nav-menu > ul {
    text-align: right; }

  #zo-header-navigation .main-navigation .menu-main-menu > li > a, #zo-header-navigation .main-navigation .menu-main-menu > ul > li > a, #filter-menu {
    color: #282828; }

  #zo-header-navigation .main-navigation .menu-main-menu > li > a:hover, #zo-header-navigation .main-navigation .menu-main-menu > ul > li > a:hover {
    color: #800c3d; }

  #zo-header-navigation .main-navigation .menu-main-menu > li.current-menu-item > a, #zo-header-navigation .main-navigation .menu-main-menu > li.current-menu-ancestor > a, #zo-header-navigation .main-navigation .menu-main-menu > li.current_page_item > a, #zo-header-navigation .main-navigation .menu-main-menu > li.current_page_ancestor > a, #zo-header-navigation .main-navigation .menu-main-menu > ul > li.current-menu-item > a, #zo-header-navigation .main-navigation .menu-main-menu > ul > li.current-menu-ancestor > a, #zo-header-navigation .main-navigation .menu-main-menu > ul > li.current_page_item > a, #zo-header-navigation .main-navigation .menu-main-menu > ul > li.current_page_ancestor > a {
    color: #800c3d; } }

@media screen and (max-width: 991px) {
  .zo-vertical-menu #zo-header-navigation .main-navigation .menu-main-menu > li {
    text-align: right !important; } }

#zo-header.zo-main-header.header-fixed #zo-header-navigation .main-navigation .menu-main-menu > li > a {
  color: #282828; }

#zo-header.zo-main-header.header-fixed #zo-header-navigation .main-navigation .menu-main-menu > li > a:hover {
  color: #800c3d; }

#zo-header.zo-main-header.header-fixed #zo-header-navigation .main-navigation .menu-main-menu > li.current-menu-item > a, #zo-header.zo-main-header.header-fixed #zo-header-navigation .main-navigation .menu-main-menu > li.current-menu-ancestor > a, #zo-header.zo-main-header.header-fixed #zo-header-navigation .main-navigation .menu-main-menu > li.current_page_item > a, #zo-header.zo-main-header.header-fixed #zo-header-navigation .main-navigation .menu-main-menu > li.current_page_ancestor > a {
  color: #800c3d; }

#zo-header-navigation .main-navigation .menu-main-menu > li ul li > a, #zo-header-navigation .main-navigation .menu-main-menu > ul > li ul li .zo-menu-toggle {
  color: #b1b1b1; }

#zo-header-navigation .main-navigation .menu-main-menu > li ul li:hover > a, #zo-header-navigation .main-navigation .menu-main-menu > li ul li:hover .zo-menu-toggle, #zo-header-navigation .main-navigation .menu-main-menu > li ul a:focus, #zo-header-navigation .main-navigation .menu-main-menu > li ul li.current-menu-item > a, #zo-header-navigation .main-navigation .menu-main-menu > ul > li ul li:hover a, #zo-header-navigation .main-navigation .menu-main-menu > ul > li ul a:focus, #zo-header-navigation .main-navigation .menu-main-menu > ul > li ul li.current-menu-item > a, #zo-header-navigation .main-navigation .menu-main-menu > li ul li.current-menu-parent > a, #zo-header-navigation .main-navigation .menu-main-menu > li ul li.current-menu-parent > .zo-menu-toggle, #zo-header-navigation .main-navigation .menu-main-menu > li ul li.current-menu-ancestor > a, #zo-header-navigation .main-navigation .menu-main-menu > li ul li.current-menu-ancestor > .zo-menu-toggle {
  color: #800c3d; }

#zo-footer-top .wg-title:before {
  background-color: #fff; }

.vc_general.vc_btn3.btn, button.vc_general.vc_btn3, a.vc_general.vc_btn3, .btn, .button, input[type='submit'] {
  color: #000; }

.vc_general.vc_btn3.btn, button.vc_general.vc_btn3, a.vc_general.vc_btn3, .btn, .button, input[type='submit'] {
  background-color: transparent; }

.vc_general.vc_btn3.btn:hover, button.vc_general.vc_btn3:hover, a.vc_general.vc_btn3:hover, .btn:hover, .button:hover, input[type='submit']:hover, .vc_general.vc_btn3.btn:focus, button.vc_general.vc_btn3:focus, a.vc_general.vc_btn3:focus, .btn:focus, .button:focus, input[type='submit']:focus {
  color: #fff; }

.vc_general.vc_btn3.btn:hover, button.vc_general.vc_btn3:hover, a.vc_general.vc_btn3:hover, .btn:hover, .button:hover, input[type='submit']:hover, .vc_general.vc_btn3.btn:focus, button.vc_general.vc_btn3:focus, a.vc_general.vc_btn3:focus, .btn:focus, .button:focus, input[type='submit']:focus {
  background-color: #800c3d; }

.vc_general.vc_btn3.btn.btn-primary, .btn.btn-primary {
  color: #fff; }

.vc_general.vc_btn3.btn.btn-primary, .btn.btn-primary {
  background-color: #800c3d; }

.vc_general.vc_btn3.btn.btn-primary:hover, .btn.btn-primary:hover, .vc_general.vc_btn3.btn.btn-primary:focus {
  color: #fff; }

.vc_general.vc_btn3.btn.btn-primary:hover, .btn.btn-primary:hover, .vc_general.vc_btn3.btn.btn-primary:focus {
  background-color: #282828; }

.btn, button, .button, a.vc_general.vc_btn3, input[type='submit'] {
  text-transform: uppercase; }

.btn, button, .button, input[type="submit"] {
  line-height: 1;
  display: inline-block;
  outline: medium none;
  text-decoration: none;
  color: #333;
  -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;
  /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */
  /* TRIPLE BORDERS */
  font-weight: 400;
  text-transform: none; }

.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; }

.btn {
  border: 2px solid #ddd; }

.btn-default {
  border-color: #282828; }

.btn-primary {
  padding: 5px 22px;
  border-color: #800c3d; }
  .btn-primary:hover {
    border-color: #282828; }

.btn-lg {
  font-size: 14px;
  line-height: 1.33;
  padding: 13px 57px !important; }

.btn-transparent {
  border: 2px solid #fff !important;
  background: 0 0 !important; }

.border-radius {
  -webkit-border-radius: 50px ! important;
  -khtml-border-radius: 50px ! important;
  -moz-border-radius: 50px ! important;
  -ms-border-radius: 50px ! important;
  -o-border-radius: 50px ! important;
  border-radius: 50px ! important;
  /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */ }

.btn-border-radius {
  -webkit-border-radius: 50px ! important;
  -khtml-border-radius: 50px ! important;
  -moz-border-radius: 50px ! important;
  -ms-border-radius: 50px ! important;
  -o-border-radius: 50px ! important;
  border-radius: 50px ! important;
  /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */ }

.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; }
  .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; }

.entry-blog {
  position: relative;
  margin: 0 0 50px;
  /**
* ----> Single Post
*/ }
  .entry-blog .entry-title {
    font-size: 24px;
    line-height: 38px;
    margin: 0;
    padding: 30px 0;
    text-transform: uppercase; }
  .entry-blog .entry-header .entry-feature.entry-feature-image img {
    width: 100%; }
  .entry-blog .entry-meta {
    border-bottom: 1px solid #eee;
    padding: 25px 0; }
    .entry-blog .entry-meta ul {
      position: relative;
      display: inline-block;
      padding: 0;
      margin: 0; }
      .entry-blog .entry-meta ul li {
        display: inline-block;
        margin-right: 6px;
        padding-right: 10px;
        position: relative;
        font-size: 12px;
        color: #aaa; }
        .entry-blog .entry-meta ul li a {
          color: #aaa; }
          .entry-blog .entry-meta ul li a:hover {
            color: #800c3d; }
        .entry-blog .entry-meta ul li i {
          padding-right: 6px; }
        .entry-blog .entry-meta ul li.detail-like .zo-post-like {
          cursor: pointer; }
          .entry-blog .entry-meta ul li.detail-like .zo-post-like:hover {
            color: #800c3d; }
  .entry-blog .entry-content {
    /*** Blog Type ***/ }
    .entry-blog .entry-content .list-style-check {
      margin-left: 40px; }
  .entry-blog .entry-gallery .carousel-control {
    width: 45px;
    height: 45px;
    line-height: 52px;
    text-align: center;
    opacity: 1;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */
    /* TRANSFORM STYLE */
    text-shadow: 0 0 0 rgba(0, 0, 0, 0) 2px 5px rgba(0, 0, 0, .4);
    /* TRANSFORM  */
    border: 1px solid #800c3d;
    -webkit-border-radius: 100%;
    -khtml-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */
    background-color: transparent;
    background-image: none !important;
    filter: none; }
    .entry-blog .entry-gallery .carousel-control.left {
      left: 10px; }
    .entry-blog .entry-gallery .carousel-control.right {
      right: 10px; }
    .entry-blog .entry-gallery .carousel-control .fa {
      font-size: 36px;
      color: #800c3d; }
  .entry-blog .entry-video iframe {
    width: 100%; }
  .entry-blog .entry-quote blockquote {
    background: none repeat scroll 0 0 #ece9ef;
    border-left: 3px solid #800c3d;
    padding: 23px;
    margin: 0 0 0 78px;
    position: relative; }
    .entry-blog .entry-quote blockquote:before {
      content: "\f10d";
      font-size: 60px;
      font-family: FontAwesome;
      color: #800c3d;
      position: absolute;
      top: 15px;
      left: -75px; }

.single .social-share {
  margin-bottom: 55px; }
  .single .social-list {
    text-align: right; }
    .single .social-list li {
      display: inline-block;
      list-style: none;
      margin-left: 6px; }
    .single .social-list li .fa {
      display: block;
      width: 37px;
      height: 37px;
      line-height: 37px;
      text-align: center;
      font-size: 18px;
      color: #fff;
      -webkit-border-radius: 100%;
      -khtml-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      -o-border-radius: 100%;
      border-radius: 100%;
      /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */ }
      .single .social-list li .fa.fa-facebook {
        background-color: #3b5997; }
      .single .social-list li .fa.fa-google-plus {
        background-color: #df4c3c; }
      .single .social-list li .fa.fa-twitter {
        background-color: #2fc2ee; }
      .single .social-list li .fa.fa-linkedin {
        background-color: #0077b5; }
  .single .post-navigation {
    padding: 10px 0; }

.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; }

.single .post-teaser .zo-blog-detail .zo-blog-title {
  font-size: 26px; }

.post-teaser {
  margin-bottom: 50px; }
  .post-teaser.sticky {
    background-color: #f9f9f9;
    padding: 10px 20px 20px; }
    .post-teaser.sticky .zo-blog-detail .zo-blog-title:before {
      content: "\f08d";
      font-size: 30px;
      color: #800c3d;
      padding-right: 10px;
      font-family: FontAwesome; }
  .post-teaser .zo-blog-title {
    color: #282828;
    line-height: 1.5;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 24px; }
  .post-teaser .zo-blog-category {
    font-size: 14px;
    font-weight: 600;
    margin: 25px 0 10px;
    text-transform: uppercase; }
    .post-teaser .zo-blog-category .post-categories {
      display: inline; }
    .post-teaser .zo-blog-category ul {
      padding: 0; }
    .post-teaser .zo-blog-category ul li {
      display: inline-block; }
  .post-teaser .zo-blog-image {
    position: relative;
    text-align: center;
    display: block;
    overflow: hidden; }
    .post-teaser .zo-blog-image .zo-blog-image-overlay:before {
      background: rgba(3, 172, 220, 0.7) none repeat scroll 0 0;
      bottom: -100%;
      content: "";
      display: block;
      height: 100%;
      left: 0;
      opacity: 0;
      position: absolute;
      -webkit-transition: all 0.3s ease 0s;
      -khtml-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -ms-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */
      /* TRIPLE BORDERS */
      width: 100%; }
    .post-teaser .zo-blog-image .zo-blog-image-overlay:after {
      background: rgba(3, 172, 220, 0.7) none repeat scroll 0 0;
      content: "";
      display: block;
      height: 100%;
      left: 0;
      opacity: 0;
      position: absolute;
      top: -100%;
      -webkit-transition: all 0.3s ease 0s;
      -khtml-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -ms-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */
      /* TRIPLE BORDERS */
      width: 100%; }
    .post-teaser .zo-blog-image:hover .zo-blog-image-overlay:before {
      opacity: 1;
      bottom: -50%; }
      .post-teaser .zo-blog-image:hover .zo-blog-image-overlay:after {
        opacity: 1;
        top: -50%; }
    .post-teaser .zo-blog-image:hover .zo-blog-meta {
      opacity: 1; }
    .post-teaser .zo-blog-image .zo-blog-meta {
      opacity: 0;
      position: absolute;
      text-align: center;
      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%);
      /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */
      /* TRANSFORM STYLE */
      -webkit-transition: all 0.3s ease 0s;
      -khtml-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -ms-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */
      /* TRIPLE BORDERS */
      width: 100%; }
    .post-teaser .zo-blog-image .zo-blog-meta .zo-post-like {
      background: #fff none repeat scroll 0 0;
      display: inline-block;
      font-size: 18px;
      font-weight: 600;
      height: 57px;
      border-radius: 100%;
      line-height: 57px;
      text-align: center;
      width: 57px; }
      .post-teaser .zo-blog-image .zo-blog-meta .zo-post-like i, .post-teaser .zo-blog-image .zo-blog-meta .zo-post-like span {
        color: #800c3d; }
  .post-teaser .zo-blog-link {
    text-align: left; }
  .post-teaser .zo-blog-detail {
    margin: 20px 0; }
    .post-teaser .zo-blog-detail .zo-blog-title {
      font-size: 18px;
      font-weight: 400;
      line-height: normal;
      margin: 15px 0 5px;
      color: #141414; }
    .post-teaser .zo-blog-detail .zo-blog-title a {
      color: #141414; }
      .post-teaser .zo-blog-detail .zo-blog-title a:hover {
        color: #800c3d; }
    .post-teaser .zo-blog-detail .author {
      color: #141414; }
    .post-teaser .zo-blog-detail .author a {
      color: #800c3d; }
      .post-teaser .zo-blog-detail .author a:hover {
        color: #909090; }
    .post-teaser .zo-blog-detail .zo-blog-meta {
      margin-bottom: 27px; }
    .post-teaser .zo-blog-detail .zo-blog-meta ul {
      padding-left: 0;
      padding-right: 57px;
      margin: 15px 0 0;
      border-top: 1px solid #ececec;
      border-bottom: 1px solid #ececec;
      position: relative;
      width: 100%; }
      .post-teaser .zo-blog-detail .zo-blog-meta ul li {
        display: inline-block;
        font-size: 12px;
        margin-right: 20px;
        line-height: 35px;
        color: #6f6f6f; }
        .post-teaser .zo-blog-detail .zo-blog-meta ul li.zo-blog-category, .post-teaser .zo-blog-detail .zo-blog-meta ul li.zo-blog-tag {
          color: #c8c8c8; }
        .post-teaser .zo-blog-detail .zo-blog-meta ul li.zo-blog-category i, .post-teaser .zo-blog-detail .zo-blog-meta ul li.zo-blog-tag i {
          color: #6f6f6f; }
        .post-teaser .zo-blog-detail .zo-blog-meta ul li .fa {
          padding-right: 10px;
          font-size: 16px; }
        .post-teaser .zo-blog-detail .zo-blog-meta ul li.zo-blog-date {
          position: absolute;
          bottom: 0;
          right: 0;
          margin: 0;
          color: #fff;
          background: #800c3d;
          width: 58px;
          height: 52px;
          text-transform: uppercase;
          line-height: normal;
          text-align: center;
          font-style: italic;
          font-size: 16px;
          -webkit-transition: all 420ms ease 0s;
          -khtml-transition: all 420ms ease 0s;
          -moz-transition: all 420ms ease 0s;
          -ms-transition: all 420ms ease 0s;
          -o-transition: all 420ms ease 0s;
          transition: all 420ms ease 0s;
          /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */
          /* TRIPLE BORDERS */
          padding-top: 7px; }
        .post-teaser .zo-blog-detail .zo-blog-meta ul li.zo-blog-date span {
          display: inline-block;
          width: 100%; }
        .post-teaser .zo-blog-detail .zo-blog-meta ul li a {
          color: #6f6f6f; }
        .post-teaser .zo-blog-detail .zo-blog-meta ul li a:hover {
          color: #800c3d; }
        @media screen and (max-width: 479px) {
    .post-teaser .zo-blog-detail .zo-blog-meta ul li.zo-blog-category a {
      font-size: 10px; } }
    .post-teaser .zo-blog-detail .zo-blog-content {
      font-size: 14px;
      line-height: 24px;
      min-height: 130px; }
    .post-teaser .zo-blog-detail .zo-blog-readmore {
      border-color: #e4e4e4; }
  .post-teaser .zo-blog-image {
    position: relative; }
    .post-teaser .zo-blog-image .carousel .carousel-control {
      background: none;
      text-shadow: none;
      opacity: 1; }
      .post-teaser .zo-blog-image .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%);
        /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */
        /* TRANSFORM STYLE */ }
      .post-teaser .zo-blog-image .carousel .carousel-control:hover > .fa {
        background: #800c3d;
        color: #fff; }
  .post-teaser .zo-blog-video .overlay, .post-teaser .zo-blog-audio .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3); }
    .post-teaser .zo-blog-video .overlay .overlay-inner, .post-teaser .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%);
      /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */
      /* TRANSFORM STYLE */
      padding-left: 20px;
      padding-right: 20px; }
    .post-teaser .zo-blog-video .overlay .play-button, .post-teaser .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; }
    .post-teaser .zo-blog-video .overlay .mejs-container, .post-teaser .zo-blog-audio .overlay .mejs-container {
      margin-top: 40px; }
    .post-teaser .zo-blog-video iframe, .post-teaser .zo-blog-audio iframe {
      width: 100%; }
  .post-teaser .zo-blog-link {
    position: relative; }
    .post-teaser .zo-blog-link .overlay-link {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      text-align: center;
      background: #000;
      background: rgba(0, 0, 0, 0.6);
      /* COLOR OPACITY */ }
    .post-teaser .zo-blog-link .overlay-link .link {
      position: absolute;
      display: block;
      top: 50%;
      left: 0;
      width: 100%;
      padding: 0 50px;
      -webkit-transform: translateY(-50%);
      -khtml-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */
      /* TRANSFORM STYLE */ }
      .post-teaser .zo-blog-link .overlay-link .link a {
        color: #fff; }
        .post-teaser .zo-blog-link .overlay-link .link a:hover {
          color: #800c3d; }
  .post-teaser .btn-readmore {
    border: 2px solid #909090;
    color: #141414;
    display: inline-block;
    font-size: 14px;
    letter-spacing: 0.2em;
    margin: 0;
    padding: 10px 34px;
    text-transform: uppercase; }
    .post-teaser .btn-readmore:hover {
      border-color: #800c3d;
      color: #800c3d; }

@media (min-width: 768px) and (max-width: 991px) {
  /* ==========================================================================
   [End] Blog Classic
========================================================================== */
  /* ==========================================================================
   [Start] Navigation
========================================================================== */
    .page .post-teaser .zo-blog-detail .zo-blog-content {
      min-height: 85px; } }

.navigation {
  text-align: center; }
  .navigation .pagination {
    margin: 30px 0 40px; }
    .navigation .pagination a, .navigation .pagination .current {
      padding: 10px 15px;
      border: 1px solid #f5f5f5;
      color: #222;
      background: #f5f5f5;
      font-size: 16px;
      border-radius: 10px;
      margin-right: 7px; }
    .navigation .pagination a:hover, .navigation .pagination .current:hover {
      background-color: #800c3d;
      border-color: #800c3d;
      color: #fff; }
    .navigation .pagination span.current {
      background-color: #800c3d;
      border-color: #800c3d;
      color: #fff; }

.post-navigation {
  /* ==========================================================================
   [End] 3. Navigation
========================================================================== */
  /*=================================================================
 [Start] Portfolio
*==================================================================*/
  /*
---> zo-portfolio-style-1
*/ }
  .post-navigation a {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
    display: inline-block;
    font-size: 28px;
    line-height: 50px;
    padding: 0;
    width: 50px; }

.zo-portfolio-style-1 {
  height: 100%;
  width: 100%;
  background-size: cover;
  position: relative;
  /*=================================================================
 [End] Portfolio
*==================================================================*/
  /*=================================================================
 [Start] Team
*==================================================================*/
  /*=================================================================
 [End] Team
*==================================================================*/
  /*=================================================================
 [Start] Testimonial
*==================================================================*/
  /*=================================================================
 [End] Testimonial
*==================================================================*/
  /*=================================================================
 [Start] Client
*==================================================================*/ }
  .zo-portfolio-style-1:hover .zo-portfolio-overlay {
    opacity: 1;
    -webkit-transform: scale(1);
    -khtml-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */
    /* TRANSFORM STYLE */ }
  .zo-portfolio-style-1 .zo-portfolio-image img {
    width: 100%; }
    @media (min-width: 980px) and (max-width: 991px) {
    .zo-portfolio-style-1 .zo-portfolio-image img {
      width: 100% !important; } }
  .zo-portfolio-style-1 .zo-portfolio-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0;
    -webkit-transform: scale(0);
    -khtml-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */
    /* TRANSFORM STYLE */
    -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;
    /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */
    /* TRIPLE BORDERS */ }
    .zo-portfolio-style-1 .zo-portfolio-overlay .zo-portfolio-title {
      font-size: 15px;
      position: absolute;
      -webkit-transform: translate(0, -50%);
      -khtml-transform: translate(0, -50%);
      -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      -o-transform: translate(0, -50%);
      transform: translate(0, -50%);
      /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */
      /* TRANSFORM STYLE */
      top: 50%;
      left: 0;
      width: 100%;
      text-align: center;
      text-transform: uppercase; }
    .zo-portfolio-style-1 .zo-portfolio-overlay .zo-portfolio-title a {
      color: #fff; }
      .zo-portfolio-style-1 .zo-portfolio-overlay .zo-portfolio-title a:hover {
        color: #800c3d; }
    .zo-portfolio-style-1 .zo-portfolio-overlay .zo-portfolio-category {
      font-style: italic;
      font-size: 18px;
      position: absolute;
      -webkit-transform: translate(0, -50%);
      -khtml-transform: translate(0, -50%);
      -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      -o-transform: translate(0, -50%);
      transform: translate(0, -50%);
      /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */
      /* TRANSFORM STYLE */
      top: 50%;
      left: 0;
      width: 100%;
      text-align: center;
      line-height: 60px;
      margin-top: -40px; }
    .zo-portfolio-style-1 .zo-portfolio-overlay .zo-portfolio-category a {
      color: #fff; }

.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-tabs.vc_tta-has-pagination ul.vc_pagination {
  margin-top: 37px;
  display: block; }

.vc_tta-container {
  /*
.vc_tta-panel-body {
    h3{
        padding-bottom: 20px;
    }
    .vc_toggle_default {
        border: 1px solid #ececec;
        padding: 15px 35px 15px 25px;
        .vc_toggle_title {
            padding-left: 0 !important;
            h4 {
                font-size: 14px;
                font-weight: normal;
                letter-spacing: 0;
            }
            .vc_toggle_icon {
                left: auto !important;
                right: -10px;
            }
        }
        .vc_toggle_content {
            padding-left: 0 !important;
            font-size: 13px;
        }
        &.vc_toggle_active {
            border-color: #909090;
        }
    }
}*/
  /* ==========================================================================
   [End] Blog Classic
========================================================================== */
  /**
* Custom Carousel
*/ }
  .vc_tta-container .vc_general.vc_pagination .vc_pagination-trigger {
    height: 15px;
    background: #d6d6d6;
    width: 15px;
    border: none; }
    .vc_tta-container .vc_general.vc_pagination .vc_pagination-trigger:hover {
      background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #17dfbe 0px, #15dac0 24%, #0dc8cb 57%, #06b4d7 86%, #04afda 100%) repeat scroll 0 0; }
  .vc_tta-container .vc_active .vc_pagination-trigger {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #17dfbe 0px, #15dac0 24%, #0dc8cb 57%, #06b4d7 86%, #04afda 100%) repeat scroll 0 0 ! important; }
  .vc_tta-container p {
    margin: 0; }

.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;
    /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */ }
  .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 {
  /* ==================================[Start] Team========================================*/ }
  body.error404 #zo-page-element-wrap {
    margin-bottom: 0; }

.zo-team-style-1 .zo-grid-item {
  padding: 0; }
  .zo-team-style-1 .zo-grid-item .zo-team-detail .zo-team-title {
    color: #fff;
    line-height: 0; }
  .zo-team-style-1 .zo-grid-item .zo-team-detail .zo-team-position {
    font-style: italic;
    color: #fff; }

.team-portfolio {
  margin: 50px 0 60px; }

.button-margin .btn-primary {
  margin-top: 40px ! important; }

.zo-team-style-2 {
  padding-bottom: 45px; }
  .zo-team-style-2 .zo-grid-item {
    margin: 30px 0; }
  .zo-team-style-2 .zo-grid-item .zo-team-inner .zo-team-image-wrap {
    border-radius: 100%; }
    .zo-team-style-2 .zo-grid-item .zo-team-inner .zo-team-image-wrap img {
      border-radius: 100%; }
    .zo-team-style-2 .zo-grid-item .zo-team-inner .zo-team-image-wrap:hover .zo-team-overlay:before {
      bottom: -50%;
      opacity: 1;
      background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0 !important; }
      .zo-team-style-2 .zo-grid-item .zo-team-inner .zo-team-image-wrap:hover .zo-team-overlay:after {
        top: -50%;
        opacity: 1;
        background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0 !important; }
    .zo-team-style-2 .zo-grid-item .zo-team-inner .zo-team-image-wrap .zo-team-overlay {
      border-radius: 100% ! important; }
  .zo-team-style-2 .zo-grid-item .zo-team-inner .zo-team-detail {
    margin-top: 20px; }
    .zo-team-style-2 .zo-grid-item .zo-team-inner .zo-team-detail .zo-team-title {
      color: #000;
      font-size: 20px;
      margin-bottom: 5px;
      line-height: 24px; }

.zo-team-style-3 {
  position: relative;
  overflow: hidden; }
  .zo-team-style-3 .zo-grid-item {
    padding: 0; }
  .zo-team-style-3 .zo-grid-item .zo-team-inner .zo-team-image-wrap:hover .zo-team-overlay:before {
    background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0 !important; }
    .zo-team-style-3 .zo-grid-item .zo-team-inner .zo-team-image-wrap:hover .zo-team-overlay:after {
      background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0 !important; }

.zo-team-style-5 .zo-grid-item, .zo-team-style-5 .zo-carousel-item {
  margin: 30px 0; }
  .zo-team-style-5 .zo-grid-item .zo-team-inner .zo-team-image-wrap, .zo-team-style-5 .zo-carousel-item .zo-team-inner .zo-team-image-wrap {
    margin-bottom: 20px;
    border-radius: 0; }
    .zo-team-style-5 .zo-grid-item .zo-team-inner .zo-team-image-wrap img, .zo-team-style-5 .zo-carousel-item .zo-team-inner .zo-team-image-wrap img {
      border-radius: 0; }
    .zo-team-style-5 .zo-grid-item .zo-team-inner .zo-team-image-wrap:hover .zo-team-overlay:before, .zo-team-style-5 .zo-carousel-item .zo-team-inner .zo-team-image-wrap:hover .zo-team-overlay:before {
      background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0 !important; }
    .zo-team-style-5 .zo-grid-item .zo-team-inner .zo-team-image-wrap:hover .zo-team-overlay:after, .zo-team-style-5 .zo-carousel-item .zo-team-inner .zo-team-image-wrap:hover .zo-team-overlay:after {
      background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0 !important; }
  .zo-team-style-5 .zo-grid-item .zo-team-inner .zo-team-detail, .zo-team-style-5 .zo-carousel-item .zo-team-inner .zo-team-detail {
    margin-top: 20px; }
    .zo-team-style-5 .zo-grid-item .zo-team-inner .zo-team-detail h3, .zo-team-style-5 .zo-carousel-item .zo-team-inner .zo-team-detail h3 {
      font-size: 20px;
      line-height: 24px;
      margin-bottom: 5px; }

.portfolio-button {
  /* ==================================[End] Team========================================*/
  /* ==================================[Start] Contact========================================*/ }
  .portfolio-button .btn {
    border-radius: 50px; }

.fancy-contact-5 {
  /* ==================================[End] Contact========================================*/
  /* ==================================[Start] Service========================================*/ }
  .fancy-contact-5 .zo-fancybox-style-1 .zo-fancybox-item:nth-child(1) .zo-fancybox-content-icon {
    background: #800c3d; }
  .fancy-contact-5 .zo-fancybox-style-1 .zo-fancybox-item:nth-child(2) .zo-fancybox-content-icon {
    background: #18e2ba; }
  .fancy-contact-5 .zo-fancybox-style-1 .zo-fancybox-item:nth-child(3) .zo-fancybox-content-icon {
    background: #564bb5; }
  .fancy-contact-5 .zo-fancybox-style-1 .zo-fancybox-item .zo-fancybox-inner .zo-fancybox-content-icon:nth-child(2) {
    background: #f00; }
    .fancy-contact-5 .zo-fancybox-style-1 .zo-fancybox-item .zo-fancybox-inner .zo-fancybox-content-icon i {
      font-size: 34px;
      color: #fff; }

@media screen and (min-width: 768px) {
    .zo-fancy-box-single-2-new.vc_column_container {
      padding-left: 15px;
      padding-right: 20px; } }
  @media (min-width: 768px) and (max-width: 1199px) {
  .zo-fancy-box-single-2-new .vc_column_container {
    padding-left: 0;
    padding-right: 0; } }
  .zo-fancy-box-single-2-new .zo-fancybox-single--style-2 {
    border: none; }
  .zo-fancy-box-single-2-new .zo-fancybox-single--style-2 .service-hover {
    min-height: 200px; }
  .zo-fancy-box-single-2-new .zo-fancybox-single--style-2 .service-hover .fancybox-header .fancybox-title {
    text-transform: none; }

.zo-fancy-box-single-2-height .zo-fancybox-single--style-2 .service-hover {
  min-height: 320px; }

.zo-fancybox-single-leftside .zo-fancybox-single--style-2 .service-hover {
  min-height: 320px; }

.zo-fancybox-single--style-2 {
  border: 1px solid #f8f8f8;
  padding: 0; }
  .zo-fancybox-single--style-2 .service-hover {
    cursor: pointer;
    min-height: 260px;
    padding: 30px;
    position: relative;
    text-align: center; }
  .zo-fancybox-single--style-2 .service-hover .fancybox-header .fancybox-icon i {
    font-size: 38px;
    line-height: 38px;
    margin-bottom: 10px;
    color: #800c3d; }
  .zo-fancybox-single--style-2 .service-hover .fancybox-header .fancybox-title {
    font-size: 18px;
    text-transform: uppercase;
    color: #000;
    line-height: 38px;
    font-family: Montserrat, sans-serif;
    white-space: nowrap;
    overflow: hidden; }
  .zo-fancybox-single--style-2 .service-hover .front {
    backface-visibility: hidden;
    cursor: pointer;
    left: 0;
    opacity: 1;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: 5px;
    -webkit-transform: translateY(-50%);
    -khtml-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */
    /* TRANSFORM STYLE */ }
  .zo-fancybox-single--style-2 .service-hover .back {
    backface-visibility: hidden;
    cursor: pointer;
    left: 0;
    margin: -20px auto;
    opacity: 0;
    padding: 0 40px;
    position: absolute;
    right: 0;
    top: 23%;
    -webkit-transition: all 0.2s cubic-bezier(0.835, 0, 0.19, 1) 0s;
    -khtml-transition: all 0.2s cubic-bezier(0.835, 0, 0.19, 1) 0s;
    -moz-transition: all 0.2s cubic-bezier(0.835, 0, 0.19, 1) 0s;
    -ms-transition: all 0.2s cubic-bezier(0.835, 0, 0.19, 1) 0s;
    -o-transition: all 0.2s cubic-bezier(0.835, 0, 0.19, 1) 0s;
    transition: all 0.2s cubic-bezier(0.835, 0, 0.19, 1) 0s;
    /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */
    /* TRIPLE BORDERS */ }
  @media screen and (max-width: 991px) {
      .zo-fancybox-single--style-2 .service-hover .back {
        margin: 0px auto;
        top: auto; } }
  .zo-fancybox-single--style-2 .service-hover .back .btn {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 2px solid #fff;
    color: #fff;
    font-size: 14px;
    margin-top: 7px;
    line-height: 1.42857;
    border-radius: 50px;
    padding: 5px 25px; }
    .zo-fancybox-single--style-2 .service-hover .back .btn:hover {
      background: #282828;
      border-color: #282828; }
  .zo-fancybox-single--style-2 .service-hover .back .zo-fancyboxes-body .fancybox-content {
    max-height: 73px;
    overflow: hidden; }
  .zo-fancybox-single--style-2 .service-hover:hover {
    background: #800c3d; }
  .zo-fancybox-single--style-2 .service-hover:hover .back {
    opacity: 1; }
    .zo-fancybox-single--style-2 .service-hover:hover .back i {
      color: #fff; }
    .zo-fancybox-single--style-2 .service-hover:hover .back .fancybox-header .fancybox-title {
      color: #fff; }
    .zo-fancybox-single--style-2 .service-hover:hover .back .zo-fancyboxes-body .fancybox-content p {
      color: #fff;
      line-height: 1.625; }
  .zo-fancybox-single--style-2 .service-hover:hover .front {
    opacity: 0; }

.fancy-title-service {
  /* ==================================[End] Service========================================*/
  /* ==================================[Start] Portfolio========================================*/ }
  .fancy-title-service .fancybox-title {
    text-transform: none ! important; }

.section-title h2 {
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 5px;
  padding-bottom: 25px; }
  .section-title h2:before {
    background: url(../images/hr.png) center center no-repeat;
    height: 9px;
    width: 100px;
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -khtml-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */
    /* TRANSFORM STYLE */ }

.section-title-2 h3 {
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  line-height: 43.2px; }

.zo-slick .slick-prev, .zo-slick .slick-next {
  width: 50px;
  height: 50px;
  background: transparent;
  border: 3px solid #fff;
  border-radius: 100%; }
  .zo-slick .slick-prev:before, .zo-slick .slick-next:before {
    font-size: 10px; }
  .zo-slick .slick-prev {
    z-index: 1;
    left: 20px; }
  .zo-slick .slick-next {
    right: 20px;
    z-index: 1; }

.portfolio-left .zo_grid-portfolio-style-1 .zo-portfolio-item .zo-portfolio-inner img {
  width: 100%; }
  .portfolio-left .zo_grid-portfolio-style-1 .zo-portfolio-item .zo-portfolio-inner .zo-portfolio-overlay {
    opacity: 0;
    background: rgba(3, 172, 220, 0.7) none repeat scroll 0 0;
    height: 100%;
    left: -100%;
    position: absolute;
    top: 0;
    width: 100%;
    -webkit-transition: all 0.3s ease 0s;
    -khtml-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */
    /* TRIPLE BORDERS */ }
  .portfolio-left .zo_grid-portfolio-style-1 .zo-portfolio-item .zo-portfolio-inner .zo-portfolio-overlay:before, .portfolio-left .zo_grid-portfolio-style-1 .zo-portfolio-item .zo-portfolio-inner .zo-portfolio-overlay:after {
    display: none; }
  .portfolio-left .zo_grid-portfolio-style-1 .zo-portfolio-item .zo-portfolio-inner .zo-portfolio-overlay-inner .zo-portfolio-categories {
    padding-bottom: 0; }
  .portfolio-left .zo_grid-portfolio-style-1 .zo-portfolio-item .zo-portfolio-inner .zo-portfolio-overlay-inner .zo-portfolio-categories:before {
    display: none; }
  .portfolio-left .zo_grid-portfolio-style-1 .zo-portfolio-item .zo-portfolio-inner .zo-portfolio-overlay-inner .btn {
    display: none; }
  .portfolio-left .zo_grid-portfolio-style-1 .zo-portfolio-item .zo-portfolio-inner:hover .zo-portfolio-overlay-inner {
    opacity: 1; }
  .portfolio-left .zo_grid-portfolio-style-1 .zo-portfolio-item .zo-portfolio-inner:hover .zo-portfolio-overlay {
    left: 0;
    opacity: 1; }

.single-container {
  /* ==================================[End] Portfolio========================================*/
  /* ==================================[Start] Blog========================================*/ }
  .single-container .container-fluid {
    padding: 0; }
  .single-container .portfolio-showcase {
    padding: 90px 0;
    background: url('../images/pattern.png'); }
  .single-container .portfolio-showcase p, .single-container .portfolio-showcase h3 {
    text-align: center; }
  .single-container .portfolio-showcase p {
    padding: 10px 0 20px; }
  .single-container .portfolio-showcase h3 {
    padding: 70px 0 30px; }
  .single-container .portfolio-logo {
    background: #800c3d;
    padding: 40px 0 30px; }
  .single-container .portfolio-logo ul {
    padding: 0;
    margin: 0; }
  .single-container .portfolio-logo ul li {
    display: inline-block;
    width: 16.4%; }

blockquote {
  border-left: 5px solid #eee ! important;
  margin: 0;
  color: #242424;
  font-family: Athelas;
  font-size: 24px !important;
  font-style: italic;
  padding: 20px;
  line-height: 1.625; }

.imagetext {
  text-align: center; }
  .imagetext img {
    border-radius: 100%; }

.blog-share {
  margin-top: 60px;
  text-align: center; }
  .blog-share ul {
    padding: 0; }
  .blog-share ul li {
    display: inline-block; }
  .blog-share ul li a i {
    background: #f8f8f8 none repeat scroll 0 0;
    color: #999;
    height: 30px;
    line-height: 30px;
    margin-left: 8px;
    text-align: center;
    width: 30px;
    border-radius: 100%; }
  .blog-share ul li a i:hover {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #17dfbe 0px, #15dac0 24%, #0dc8cb 57%, #06b4d7 86%, #04afda 100%) repeat scroll 0 0;
    color: #fff !important; }
  .blog-share ul li .tooltip-inner {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #17dfbe 0px, #15dac0 24%, #0dc8cb 57%, #06b4d7 86%, #04afda 100%) repeat scroll 0 0;
    color: #fff !important; }
  .blog-share ul li .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #17dfbe; }
  .blog-share .social-icons {
    padding-bottom: 90px;
    margin-right: -20px; }

.blog-container {
  background: #fff; }
  .blog-container .container-fluid {
    padding: 0; }
  .blog-container .comment .comments-single {
    padding-bottom: 90px; }
  .blog-container .comment .comments-single .st-comments-wrap {
    width: 80%;
    margin: 0 auto; }
  .blog-container .comment .comments-single .st-comments-wrap h3 {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.6;
    position: relative; }
  .blog-container .comment .comments-single .st-comments-wrap h3:after {
    background: url(../images/hr.png) center center no-repeat;
    height: 9px;
    width: 100px;
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -khtml-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */
    /* TRANSFORM STYLE */ }
  .blog-container .comment .comments-single .st-comments-wrap .comment-note {
    text-align: center; }
  .blog-container .comment .comments-single .st-comments-wrap ol {
    padding: 0; }
  .blog-container .comment .comments-single .st-comments-wrap ol li {
    display: inline; }
  .blog-container .comment .comments-single .st-comments-wrap ol li .comment-body {
    padding-top: 45px; }
  .blog-container .comment .comments-single .st-comments-wrap ol li .comment-author-image {
    margin-right: 15px;
    width: 75px;
    float: left; }
    .blog-container .comment .comments-single .st-comments-wrap ol li .comment-author-image img {
      border-radius: 100%; }
  .blog-container .comment .comments-single .st-comments-wrap ol li .comment-main {
    position: relative; }
    .blog-container .comment .comments-single .st-comments-wrap ol li .comment-main .comment-author {
      color: #282828;
      font-family: Athelast;
      font-size: 24px;
      font-style: italic;
      margin: 10px 0;
      text-align: left;
      text-transform: none; }
    .blog-container .comment .comments-single .st-comments-wrap ol li .comment-main .comment-date, .blog-container .comment .comments-single .st-comments-wrap ol li .comment-main .comment-awaiting-moderation {
      display: none; }
    .blog-container .comment .comments-single .st-comments-wrap ol li .comment-main .reply {
      position: absolute;
      right: 0;
      top: 0; }
  .blog-container .comment .comments-single .st-comments-wrap ol li .children {
    padding-left: 90px; }
  .blog-container .comment .comment-respond {
    width: 80%;
    margin: 0 auto; }
  .blog-container .comment #comments {
    margin: 0 auto;
    margin-bottom: 0; }
  .blog-container .comment .comments-area {
    padding: 40px 0 80px;
    background: #f5f5f5; }

.zo-grid-blog-wrapper .zo-grid-blog-masonry .zo-grid-item {
  padding: 7px; }
  .zo-grid-blog-wrapper .zo-grid-blog-masonry .zo-grid-item .zo-blog-classic {
    padding: 20px;
    background: #f1f1f1;
    margin-bottom: 5px; }

.photography-blog .zo-grid-timeline .timeline .left .timeline-panel:before, .photography-blog .zo-grid-timeline .timeline .right .timeline-panel:before {
  border-color: transparent #fff;
  z-index: 99999; }
  .photography-blog .zo-grid-blog-wrapper .zo-grid-blog-masonry .zo-grid-item .zo-blog-classic {
    padding: 20px;
    background: #fff; }

.timeline-two .zo-grid-timeline .zo-grid-item {
  margin-bottom: 60px;
  width: 80%;
  margin-right: 0 ! important; }
  .timeline-two .zo-grid-timeline .timeline:before {
    background-color: #eee;
    bottom: 0;
    content: " ";
    left: 0;
    margin-left: 50px;
    position: absolute;
    top: 100px;
    width: 3px; }
  .timeline-two .zo-grid-timeline .timeline .border-radius {
    margin: 0 ! important; }
  .timeline-two .zo-grid-timeline .timeline .date {
    position: inherit; }
  .timeline-two .zo-grid-timeline .timeline .date .border-radius {
    position: relative; }
  .timeline-two .zo-grid-timeline .timeline .left {
    left: 100px;
    position: relative; }
  .timeline-two .zo-grid-timeline .timeline .left .tl-circ {
    margin-left: -55px;
    left: 0;
    -webkit-transform: translateX(0);
    -khtml-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */
    /* TRANSFORM STYLE */ }
  .timeline-two .zo-grid-timeline .timeline .left .timeline-panel:before {
    border-width: 15px 15px 15px 0;
    left: 0;
    margin-left: 0; }
  .timeline-two .zo-grid-timeline .timeline .left .timeline-panel .zo-grid-item {
    margin-right: 50px; }

.timeline-three .zo-grid-timeline .zo-grid-item {
  margin-bottom: 0 0 60px;
  width: 80%;
  margin-right: 0 ! important; }
  .timeline-three .zo-grid-timeline ul {
    padding-left: 50px; }
  .timeline-three .zo-grid-timeline .timeline:before {
    background-color: #eee;
    bottom: 0;
    content: " ";
    left: 100%;
    margin-left: -100px;
    position: absolute;
    top: 100px;
    -webkit-transform: translateX(-100%);
    -khtml-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */
    /* TRANSFORM STYLE */
    width: 3px; }
  .timeline-three .zo-grid-timeline .timeline .tldate {
    margin-right: 50px ! important;
    float: right; }
  .timeline-three .zo-grid-timeline .timeline .left {
    position: relative; }
  .timeline-three .zo-grid-timeline .timeline .left .tl-circ {
    -webkit-transform: translateX(-100%);
    -khtml-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */
    /* TRANSFORM STYLE */
    margin-left: -94px;
    left: 100%; }
  .timeline-three .zo-grid-timeline .timeline .left .timeline-panel:before {
    left: 80%;
    margin-left: 0;
    top: 50px; }

.category .zo-blog-meta {
  display: none; }
  .category .zo-blog-gallery .left, .category .zo-blog-gallery .right {
    top: 50%;
    background: none; }
  .category .zo-blog-detail .cate {
    font-size: 14px;
    font-weight: 600;
    margin: 25px 0 10px;
    text-transform: uppercase; }
  .category .zo-blog-detail h3 {
    font-size: 18px;
    margin-bottom: 16px; }
  .category .zo-blog-detail .zo-blog-title a {
    color: #282828;
    font-weight: 700;
    line-height: 1.5;
    text-decoration: none !important; }

.tax-portfolio-category {
  /* ==================================[End] Blog========================================*/
  /* ==================================[START] Header page========================================*/ }
  .tax-portfolio-category .zo-portfolio-item {
    padding: 0; }
  .tax-portfolio-category .zo-portfolio-item .zo-portfolio-inner {
    display: block;
    overflow: hidden;
    position: relative; }
  .tax-portfolio-category .zo-portfolio-item .zo-portfolio-inner .zo-portfolio-overlay:before {
    background: #800c3d;
    background: rgba(3, 172, 220, 0.7);
    /* COLOR OPACITY */
    left: -100%;
    content: "";
    display: block;
    height: 100%;
    opacity: 1;
    top: 0;
    position: absolute;
    -webkit-transition: all 0.5s ease 0s;
    -khtml-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */
    /* TRIPLE BORDERS */
    width: 100%; }
  .tax-portfolio-category .zo-portfolio-item .zo-portfolio-inner .zo-portfolio-overlay-inner {
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transition: all 0.5s ease 0s;
    -khtml-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */
    /* TRIPLE BORDERS */
    -webkit-transform: translateY(-50%);
    -khtml-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */
    /* TRANSFORM STYLE */
    width: 100%;
    left: -100%; }
  .tax-portfolio-category .zo-portfolio-item .zo-portfolio-inner .zo-portfolio-overlay-inner a {
    color: #fff; }
  .tax-portfolio-category .zo-portfolio-item .zo-portfolio-inner .zo-portfolio-overlay-inner .bubble {
    font-size: 16px;
    height: 42px;
    line-height: 42px;
    margin-top: 3px;
    width: 42px;
    display: inline-block;
    margin-right: 7px;
    border-radius: 100%;
    background: #fff; }
  .tax-portfolio-category .zo-portfolio-item .zo-portfolio-inner .zo-portfolio-overlay-inner .bubble i {
    color: #800c3d; }
  .tax-portfolio-category .zo-portfolio-item .zo-portfolio-inner .zo-portfolio-overlay-inner .bubble:hover {
    background: #800c3d; }
  .tax-portfolio-category .zo-portfolio-item .zo-portfolio-inner .zo-portfolio-overlay-inner .bubble:hover i {
    color: #fff; }
  .tax-portfolio-category .zo-portfolio-item .zo-portfolio-inner .zo-portfolio-overlay-inner h3 {
    font-size: 18px;
    line-height: 30px; }
  .tax-portfolio-category .zo-portfolio-item .zo-portfolio-inner .zo-portfolio-overlay-inner h2 {
    font-size: 24px;
    line-height: 30px; }
  .tax-portfolio-category .zo-portfolio-item .zo-portfolio-inner .zo-portfolio-overlay-inner .zo-portfolio-categories {
    margin-bottom: 10px; }
  .tax-portfolio-category .zo-portfolio-item .zo-portfolio-inner:hover .zo-portfolio-overlay-inner {
    opacity: 1;
    left: 0; }
  .tax-portfolio-category .zo-portfolio-item .zo-portfolio-inner:hover .zo-portfolio-overlay:before {
    left: 0;
    opacity: 1; }
  .tax-portfolio-category .portfolio-button {
    padding: 40px 0 90px;
    text-align: center; }

.full-image-section {
  position: relative;
  /* ==================================[End] Header page========================================*/
  /* ==================================[Start] Home page========================================*/ }
  .full-image-section .image-container {
    height: 100%; }
  .zo-counter-wraper.zo-counter-layout-default .zo-counter-body h3 {
    color: #fff; }

.zo-counter-home-1 .zo-counter-wraper.zo-counter-layout-default .zo-counter-body .zo-counter {
  color: #fff; }
  .zo-counter-home-1 .zo-counter-wraper.zo-counter-layout-default .zo-counter-body h3 {
    color: #fff; }

.multipurpose {
  position: relative; }
  .multipurpose h2 {
    white-space: nowrap; }

.create-image {
  background-image: url('../images/messageb.png'); }
  .create-image .zo-mesager-buton {
    line-height: 20px;
    margin: 5px auto; }

.man-home-3 {
  position: absolute;
  right: 0;
  top: 100%; }

.leftside .zo-team-right {
  margin-left: 47% ! important; }

.vc_general.vc_pagination .vc_pagination-item {
  float: left; }

.tab-center .vc_general.vc_pagination.vc_pagination-style-outline.vc_pagination-shape-round.vc_pagination-color-grey {
  left: 50%;
  margin: 5px 0 0; }

.portfoilo-text .zo-portfolio-item .zo-portfolio-categories {
  margin-bottom: 10px;
  font-size: 18px ! important; }

.zo-carousel-white-color .zo-carousel-title {
  color: #fff; }
  .zo-carousel-white-color .zo-carousel-content {
    color: #fff;
    font-family: Athelas;
    font-size: 18px;
    font-style: italic;
    font-weight: 300;
    margin-top: 25px; }

#collapse2 {
  position: absolute;
  width: 100%;
  z-index: 99999;
  /* ==================================[End] Home page========================================*/ }

.textwidget .dropdown:hover .dropdown-menu {
  opacity: 1; }
  .textwidget .dropdown-menu {
    border: 1px solid #fafafa;
    border-radius: 0;
    box-shadow: none;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 1px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    opacity: 0;
    float: left;
    font-size: 14px;
    list-style: outside none none;
    margin: 3px 0 0 ! important;
    max-width: 160px;
    padding: 5px 0 ! important;
    position: absolute;
    text-align: left;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -khtml-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */
    /* TRIPLE BORDERS */
    margin-top: 17px ! important;
    z-index: 1000; }
  .textwidget .dropdown-menu > li > a {
    padding: 2px 20px;
    color: #999;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    padding: 0 25px;
    text-transform: uppercase; }
  .textwidget .dropdown-menu img {
    margin-right: 8px; }
  .textwidget .spanme {
    display: inline-block;
    margin-right: 10px; }
  .textwidget .btn-default {
    border: none;
    color: #999;
    padding: 0; }
  .textwidget .btn-default:hover, .textwidget .btn-default:focus {
    border: none;
    background: transparent; }

.text-left h3 {
  padding-bottom: 20px;
  font-size: 36px;
  font-weight: 700;
  line-height: 60px;
  text-transform: uppercase; }
  .text-left p {
    margin: 25px 0 0; }

.text-right {
  text-align: right;
  /*Freelance page style*/ }

.parallax-content h1, .parallax-content h3 {
  text-transform: uppercase; }
  .parallax-content p {
    color: #fff;
    font-size: 18px; }

.freelancer-style-social .zo-social li a i:hover {
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #fba628 7%, #6f6a62 100%) !important; }
  .freelancer-style-social .zo-social li {
    display: inline-block; }
  .freelancer-style-social .zo-social li .tooltip-inner {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #fba628 7%, #6f6a62 100%) !important; }
  .freelancer-style-social .zo-social .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #800c3d ! important; }

.portfolio-style-social {
  /*[Start Single Portfolio ]*/
  /*Sigle Style 2*/ }
  .portfolio-style-social .zo-social {
    padding: 0 0 35px; }
  .portfolio-style-social .zo-social li a i {
    background: transparent;
    border: 1px solid #444; }

.single-portfolio .post-navigation .nav-links {
  margin: 16px 0 0; }

.portfolio .zo-portfolio-detail h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 36px; }
  .portfolio .zo-portfolio-info {
    margin: 30px 0; }
  .portfolio .zo-portfolio-info .portfolio-item {
    margin-bottom: 15px; }
  .portfolio .zo-portfolio-info .portfolio-item h3 {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 16.8px; }
  .portfolio .zo-portfolio-info .portfolio-item span a {
    color: #999; }

.zo-single-portfolio-style2 .zo-portfolio-info {
  margin: 30px 0; }
  .zo-single-portfolio-style2 .zo-portfolio-info .portfolio-item span {
    font-style: normal; }

.zo-single-portfolio-style1 {
  /*[Start End Portfolio ]*/ }
  .zo-single-portfolio-style1 .zo-portfolio-info .portfolio-item {
    margin-bottom: 20px; }
  .zo-single-portfolio-style1 .zo-portfolio-info .portfolio-item span {
    font-style: normal; }

#comments .comments-title, #comments .comment-reply-title {
  margin: 0 0 65px;
  padding-bottom: 12px;
  color: #141414;
  position: relative;
  font-size: 36px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0;
  text-transform: uppercase;
  text-align: center; }
  #comments .comments-title:before, #comments .comment-reply-title:before {
    background: url(../images/hr.png) center center no-repeat;
    height: 9px;
    width: 100px;
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -khtml-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */
    /* TRANSFORM STYLE */ }
  #comments .comments-note {
    text-align: center;
    margin-bottom: 65px; }
  #comments .comment-reply-title {
    margin-top: 50px;
    margin-bottom: 15px; }
  #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: 70px;
    width: 70px;
    -webkit-border-radius: 100%;
    -khtml-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */ }
  #comments .comment-list .comment-main {
    margin-left: 100px;
    color: #272727;
    padding: 15px 40px 25px;
    border: 1px solid #ececec; }
  @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: 12px;
    line-height: 60px;
    color: #800c3d;
    text-transform: uppercase;
    letter-spacing: 0.1em; }
  @media screen and (max-width: 1199px) {
          #comments .comment-list .comment-main .comment-header .comment-author {
            line-height: 1.5; } }
  #comments .comment-list .comment-main .comment-header .comment-author a {
    color: #800c3d; }
  #comments .comment-list .comment-main .comment-header .comment-date {
    color: #6f6f6f;
    font-size: 11px;
    line-height: 24px; }
  #comments .comment-list .comment-main .comment-header .comment-awaiting-moderation {
    font-size: 10px;
    color: #800c3d; }
  #comments .comment-list .comment-main .comment-content {
    color: #272727;
    font-size: 18px;
    font-style: italic;
    margin-bottom: 15px; }
  #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 {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    -webkit-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    -khtml-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    -moz-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    -ms-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    -o-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */
    /* TRIPLE BORDERS */
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    border-radius: 4px; }
  #comments #commentform p input[type="text"]:focus, #comments #commentform p textarea:focus {
    background: #fff;
    border-color: #800c3d; }
  #comments #commentform p label {
    display: inline-block;
    font-weight: 700;
    margin-bottom: 5px;
    max-width: 100%; }
  #comments #commentform p input[type="text"] {
    height: 34px;
    padding: 6px 12px;
    border-radius: 50px; }
  #comments #commentform p.comment-form-author, #comments #commentform p.comment-form-url, #comments #commentform p.comment-form-email {
    margin-bottom: 20px;
    width: 50%;
    float: left; }
  @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-author {
    padding-right: 15px; }
  #comments #commentform p.comment-form-comment {
    clear: both;
    margin-bottom: 30px; }
  #comments #commentform p.form-submit {
    text-align: left; }
  #comments #commentform p.form-submit .btn-primary {
    padding: 5px 22px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857; }

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

.padding-equal-container {
  padding-right: calc((100% - 1170px) / 2) !important; }

.padding-left-equal-container {
  padding-left: calc((100% - 1170px) / 2) !important;
  /* Row in row */ }
  @media (min-width: 992px) and (max-width: 1199px) {
  .padding-left-equal-container {
    padding-left: 15px !important; } }

.row-in-row {
  /* Primary color class */ }
  .row-in-row .container {
    width: 100%; }
  .row-in-row .row {
    margin-left: 0;
    margin-right: 0; }
  .row-in-row .container-fluid {
    padding: 0; }

.primary-color {
  color: #800c3d; }

.background-primary-color {
  background-color: #800c3d;
  /*[Start] Zo Grid
=============================================*/ }

.zo-grid {
  /*[End] Zo Grid
=============================================*/ }
  @media screen and (min-width: 992px) {
    .zo-grid .zo-grid-item.col-lg-6:nth-child(2n+1) {
      clear: both; }

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

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

    .zo-grid .zo-grid-item.col-lg-2:nth-child(6n+1) {
      clear: both; } }
  @media screen and (max-width: 991px) {
    .zo-grid .zo-grid-item.col-sm-6:nth-child(2n+1) {
      clear: both; } }
  .zo-grid.zo-grid-masonry .zo-grid-item {
    margin-bottom: 0; }

blockquote {
  border-left: 5px solid #800c3d;
  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; }

.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) {
  /* Accordion */
    .no-padding.zo-row-full-width .no-container {
      padding-left: 0;
      padding-right: 0; } }

.zo-accordion {
  /*Message box*/ }
  .zo-accordion .vc_tta-accordion .vc_tta-panel-heading .vc_tta-panel-title {
    text-align: left;
    font-size: 12px;
    letter-spacing: 0;
    font-weight: 400; }
  .zo-accordion .vc_tta-accordion .vc_tta-panel-heading .vc_tta-panel-title .vc_tta-title-text {
    color: #6f6f6f; }
  .zo-accordion .vc_tta-accordion .vc_tta-panel-heading .vc_tta-panel-title i {
    border: 2px solid #ececec;
    height: 22px;
    width: 22px; }
  .zo-accordion .vc_tta-accordion .vc_tta-panel-heading .vc_tta-panel-title i:before {
    width: 8px;
    margin: 0 auto; }
  .zo-accordion .vc_tta-accordion .vc_tta-panel-heading .vc_tta-panel-title i:after {
    height: 8px;
    top: 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%);
    /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */
    /* TRANSFORM STYLE */ }
  .zo-accordion .vc_tta-accordion .vc_tta-panel-body {
    padding: 25px !important; }
  .zo-accordion .vc_tta-accordion .vc_tta-panel-body .wpb_single_image {
    float: left;
    width: 116px; }
  .zo-accordion .vc_tta-accordion .vc_tta-panel-body .wpb_text_column {
    padding-left: 136px; }
  .zo-accordion .vc_tta-accordion .vc_tta-panel-body .wpb_text_column p {
    font-size: 12px;
    line-height: 24px;
    color: #6f6f6f; }
  .zo-accordion .vc_tta-accordion .vc_active .vc_tta-panel-heading .vc_tta-panel-title .vc_tta-title-text {
    color: #800c3d;
    font-size: 14px;
    font-weight: bold; }
  .zo-accordion .vc_tta-accordion .vc_active .vc_tta-panel-heading .vc_tta-panel-title i {
    border: 2px solid #800c3d;
    background: #800c3d; }
  .zo-accordion .vc_tta-accordion .vc_active .vc_tta-panel-heading .vc_tta-panel-title i:before {
    border-color: #fff !important; }

.custom-message {
  /**
* Tabs
*/ }
  .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));
    /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */
    /* 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; }

.nav-primary-color {
  /**
* Accordion
*/ }
  .nav-primary-color .vc_pagination-color-pink.vc_pagination-style-outline .vc_active .vc_pagination-trigger {
    background-color: #ff83a6 !important;
    border-color: #ff83a6 !important; }
  .nav-primary-color .vc_pagination-color-pink.vc_pagination-style-outline .vc_pagination-trigger {
    border: 1px solid #3c3c3c !important; }

.vc_tta-container .vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title > a span {
  color: #282828;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300; }
  .vc_tta-container .vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title > a:after {
    background: #800c3d;
    color: #fff;
    content: "\f068"; }
  .vc_tta-container .vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel {
    margin-bottom: 10px; }
  .vc_tta-container .vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading {
    border: 0;
    background-color: transparent;
    border-radius: 0; }
  .vc_tta-container .vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title {
    font-size: 13px;
    font-weight: 400;
    line-height: normal; }
  .vc_tta-container .vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title > a {
    color: #3c3c3c;
    padding-left: 42px;
    position: relative; }
  .vc_tta-container .vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title > a span {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px; }
  .vc_tta-container .vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title > a:after {
    background-color: #fff;
    height: 32px;
    width: 32px;
    content: "\f067";
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */
    color: #800c3d;
    text-align: center;
    line-height: 32px;
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -khtml-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */
    /* TRANSFORM STYLE */ }
  .vc_tta-container .vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title > a .vc_tta-controls-icon {
    margin-right: 10px;
    display: none; }
  .vc_tta-container .vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title > a:hover:after {
    background-color: #800c3d;
    color: #fff; }
  .vc_tta-container .vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body {
    background-color: transparent;
    padding: 10px 10px 0 10px; }
  .vc_tta-container .vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading {
    border-color: #800c3d;
    border-bottom: none; }
  .vc_tta-container .vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title > a {
    color: #800c3d;
    font-weight: 700; }
  .vc_tta-container .vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-body {
    border: 0;
    border-color: #800c3d;
    border-top: none; }

.accordion-home-creativ .vc_tta-container .vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title > a:after {
  background-color: #800c3d; }
  .accordion-home-creativ .vc_tta-container .vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title > a:after {
    background-color: #f5f5f5; }
    .accordion-home-creativ .vc_tta-container .vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title > a:hover:after {
      background-color: #800c3d;
      color: #fff; }

.zo-title-about-2 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  -webkit-transform: translateY(50%);
  -khtml-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%);
  /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */
  /* TRANSFORM STYLE */ }

.zo-social-section {
  /*[Star extract zo-fancybox-single-left]*/ }
  .zo-social-section .social-facebook-bg {
    background: #4d6bab; }
  .zo-social-section .social-google-plus-bg {
    background: #f24f42; }
  .zo-social-section .social-dribbble-bg {
    background: #e56293; }
  .zo-social-section .social-twitter-bg {
    background: #4ec6f8; }
  .zo-social-section .social {
    padding: 50px 0;
    position: relative;
    text-align: center; }
  .zo-social-section .social i {
    color: #fff; }

.zo-fancybox-single-left {
  /*[start zo_tab_services]*/ }
  .zo-fancybox-single-left .zo-fancyboxes-body {
    margin: 20px 0 0 !important; }
  .zo-fancybox-single-left .zo-fancyboxes-body .zo-fancybox-item {
    display: block;
    overflow: hidden; }
  .zo-fancybox-single-left .zo-fancyboxes-body .zo-fancybox-item .fancybox-header {
    clear: both; }
  .zo-fancybox-single-left .zo-fancyboxes-body .zo-fancybox-item .fancybox-header .fancybox-font {
    clear: both;
    border-color: #800c3d;
    text-decoration: none !important;
    color: #fff !important;
    background: #800c3d;
    display: block;
    float: left;
    font-size: 24px;
    height: 70px;
    line-height: 70px;
    margin: 0 30px 30px 10px;
    text-align: center;
    width: 70px;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */ }
  .zo-fancybox-single-left .zo-fancyboxes-body .zo-fancybox-item .fancybox-header h3 {
    padding: 0 !important;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 1.2; }

.zo_tab_services {
  /*[End zo_tab_services]*/
  /*[start zo-fancyboxes-service]*/ }
  .zo_tab_services .vc_tta-tabs-container ul.vc_tta-tabs-list {
    text-align: center;
    border: none;
    margin-bottom: 30px; }
  .zo_tab_services .vc_tta-tabs-container ul.vc_tta-tabs-list li.vc_tta-tab.vc_active a {
    width: 100px;
    height: 100px;
    font-size: 34px;
    line-height: 100px; }
  .zo_tab_services .vc_tta-tabs-container ul.vc_tta-tabs-list li.vc_tta-tab.vc_active a i.vc_tta-icon {
    font-size: 34px;
    line-height: 34px; }
  .zo_tab_services .vc_tta-tabs-container ul.vc_tta-tabs-list li.vc_tta-tab {
    display: inline-flex;
    margin: 1px 5px;
    float: none; }
  .zo_tab_services .vc_tta-tabs-container ul.vc_tta-tabs-list li.vc_tta-tab a {
    color: #fff;
    -webkit-border-radius: 500px !important;
    -khtml-border-radius: 500px !important;
    -moz-border-radius: 500px !important;
    -ms-border-radius: 500px !important;
    -o-border-radius: 500px !important;
    border-radius: 500px !important;
    /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */
    width: 80px;
    height: 80px;
    font-size: 24px;
    line-height: 80px; }
  .zo_tab_services .vc_tta-tabs-container ul.vc_tta-tabs-list li.vc_tta-tab a:before {
    width: 0px; }
  .zo_tab_services .vc_tta-tabs-container ul.vc_tta-tabs-list li.vc_tta-tab a:after {
    width: 0px; }
  .zo_tab_services .vc_tta-tabs-container ul.vc_tta-tabs-list li.vc_tta-tab a i.vc_tta-icon {
    width: 100%;
    height: 100%;
    line-height: 17px;
    text-align: center;
    display: inline-block;
    font-size: 24px; }
  @media screen and (max-width: 767px) {
          .zo_tab_services div.vc_tta-panels-container div.vc_tta-panels div.vc_tta-panel .vc_tta-panel-heading {
            margin-bottom: -2px; } }
  .zo_tab_services div.vc_tta-panels-container div.vc_tta-panels div.vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a {
    text-align: center; }
  .zo_tab_services div.vc_tta-panels-container div.vc_tta-panels div.vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a i {
    color: #fff;
    font-size: 34px;
    line-height: 34px; }
  .zo_tab_services div.vc_tta-panels-container div.vc_tta-panels div.vc_tta-panel div.vc_tta-panel-body {
    padding: 0px;
    margin: 0px !important; }

.zo-fancyboxes-service {
  /*[end zo-fancyboxes-service]*/
  /*zo_pageable_padding*/ }
  .zo-fancyboxes-service .zo-fancyboxes-body {
    padding: 30px 40px 38px;
    color: #fff; }
  .zo-fancyboxes-service .zo-fancyboxes-body .zo-fancybox-item .fancybox-header .fancybox-title {
    padding-top: 0px;
    margin-bottom: 16px; }
  .zo-fancyboxes-service .zo-fancyboxes-body .zo-fancybox-item .fancybox-header .fancybox-image {
    clear: both;
    color: #fff;
    display: block;
    float: left;
    font-size: 24px;
    height: 120px;
    line-height: 70px;
    margin: 0 20px 30px 10px;
    text-align: center;
    width: 120px; }
  .zo-fancyboxes-service .zo-fancyboxes-body .zo-fancybox-item .fancybox-header .fancybox-image img {
    display: block;
    max-width: 120px;
    position: relative;
    width: 120px;
    height: 120px;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */ }
  .zo-fancyboxes-service .zo-fancyboxes-body .zo-fancybox-item .fancybox-header .fancybox-title {
    color: #fff;
    text-transform: uppercase;
    line-height: 28.8px;
    font-size: 24px;
    font-weight: 300; }

.zo_pageable_padding ul.vc_pagination {
  margin: 0px !important; }

.parallax-content {
  color: #fff;
  /*pageable_freelancer*/ }
  .parallax-content .text-right {
    text-align: right; }
  .parallax-content .text-left {
    text-align: left;
    padding: 0; }
  .parallax-content h3 {
    font-weight: normal;
    color: #fff;
    font-family: Athelas;
    font-style: italic;
    font-size: 36px;
    text-transform: none;
    line-height: 43.2px;
    margin-bottom: 16px;
    padding: 0; }
  .parallax-content h1 {
    color: #fff;
    font-size: 50px;
    padding: 20px 0;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 60px; }
  @media screen and (max-width: 479px) {
    .parallax-content h1 {
      font-size: 40px;
      line-height: 50px; } }
  .parallax-content p {
    line-height: 29.4px;
    font-size: 21px; }

.pageable_freelancer.vc_tta-has-pagination.vc_tta-tabs .vc_pagination {
  margin-top: 24px;
  /*[start zo-tab-restaurant-menu]*/ }

.zo-tab-restaurant-menu {
  /*[End zo-tab-restaurant-menu]*/
  /*[Start Contacform 7 Restaurant Demo]*/ }
  .zo-tab-restaurant-menu .vc_tta-tabs-container ul.vc_tta-tabs-list {
    border: 1px solid #ddd;
    display: table;
    margin: auto;
    float: none; }
  .zo-tab-restaurant-menu .vc_tta-tabs-container ul.vc_tta-tabs-list > li {
    border-right: 1px solid #eee;
    text-align: center;
    display: inline-block;
    margin: 0;
    padding: 20px 60px; }
  .zo-tab-restaurant-menu .vc_tta-tabs-container ul.vc_tta-tabs-list > li.vc_active a {
    background-color: transparent;
    color: #800c3d; }
  .zo-tab-restaurant-menu .vc_tta-tabs-container ul.vc_tta-tabs-list > li.vc_active a:hover {
    background: transparent; }
  .zo-tab-restaurant-menu .vc_tta-tabs-container ul.vc_tta-tabs-list > li a {
    background: none repeat scroll 0 0 transparent;
    border: medium none !important;
    border-radius: 0;
    color: #282828;
    font-weight: 700;
    text-align: center;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important; }
  .zo-tab-restaurant-menu .vc_tta-tabs-container ul.vc_tta-tabs-list > li a:hover {
    background: transparent; }
  .zo-tab-restaurant-menu .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body {
    padding: 20px; }
  .zo-tab-restaurant-menu .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body h3 {
    padding-bottom: 0; }

.zo-reservation-form {
  /*[End Contacform 7 Restaurant Demo]*/
  /*[Landing page style]*/ }
  .zo-reservation-form ul > li {
    padding-left: 15px;
    list-style: none; }
  .zo-reservation-form ul > li span.wpcf7-form-control-wrap > input {
    border-color: #e9e9e9;
    color: #9d9d9d; }
  .zo-reservation-form ul > li span.wpcf7-form-control-wrap textarea.form-control {
    height: auto; }
  .zo-reservation-form ul > li span.wpcf7-form-control-wrap .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) 2px 5px rgba(0, 0, 0, .4);
    -khtml-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) 2px 5px rgba(0, 0, 0, .4);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) 2px 5px rgba(0, 0, 0, .4);
    -ms-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) 2px 5px rgba(0, 0, 0, .4);
    -o-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) 2px 5px rgba(0, 0, 0, .4);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) 2px 5px rgba(0, 0, 0, .4);
    /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */
    /* BOX SIZING */
    -webkit-transform: border-color ease-in-out 0.15s;
    -khtml-transform: border-color ease-in-out 0.15s;
    -moz-transform: border-color ease-in-out 0.15s;
    -ms-transform: border-color ease-in-out 0.15s;
    -o-transform: border-color ease-in-out 0.15s;
    transform: border-color ease-in-out 0.15s;
    /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */
    /* TRANSFORM STYLE */ }
  .zo-reservation-form ul > li span.wpcf7-form-control-wrap input[type="text"], .zo-reservation-form ul > li span.wpcf7-form-control-wrap input[type="email"], .zo-reservation-form ul > li span.wpcf7-form-control-wrap input[type="tel"] {
    -webkit-border-radius: 500px;
    -khtml-border-radius: 500px;
    -moz-border-radius: 500px;
    -ms-border-radius: 500px;
    -o-border-radius: 500px;
    border-radius: 500px;
    /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */ }

.zo-background-flexd {
  /*[End Landing page style]*/
  /*[Poup Style]*/ }
  @media screen and (max-width: 991px) {
    .zo-background-flexd .vc_row-flex h1 {
      font-size: 42px !important; }
      .zo-background-flexd .vc_row-flex .wpb_column:last-child .vc_column-inner {
        padding-top: 0px !important; }
      .zo-background-flexd .vc_row-flex .wpb_column:first-child {
        order: 1; } }
  @media (min-width: 992px) and (max-width: 1159px) {
    .zo-background-flexd .vc_row-flex .vc_column-inner {
      background-position: right bottom !important; } }

.pp_pic_holder {
  /* prettyPhoto styling for small screens */
  /*Landing*/ }
  .pp_pic_holder .pp_content .pp_fade .pp_expand {
    display: none !important; }

.landing-header {
  line-height: 60px;
  margin-bottom: 30px;
  position: relative; }
  .landing-header:before {
    border-bottom: 1px solid #800c3d;
    bottom: -5px;
    content: "";
    left: 2px;
    position: absolute;
    width: 50px; }
  .landing-header:after {
    border-bottom: 1px solid #800c3d;
    bottom: -10px;
    content: "";
    left: 20px;
    position: absolute;
    width: 50px; }

.landing-header-01 {
  line-height: 60px;
  margin-bottom: 30px;
  position: relative;
  color: #fff;
  text-align: center; }
  .landing-header-01:before {
    border-bottom: 1px solid #fff;
    bottom: -5px;
    content: "";
    left: 46%;
    position: absolute;
    width: 50px; }
  .landing-header-01:after {
    border-bottom: 1px solid #fff;
    bottom: -10px;
    content: "";
    left: 48%;
    position: absolute;
    width: 50px; }

.landing-header-02 {
  line-height: 60px;
  margin-bottom: 30px;
  position: relative;
  text-align: center;
  text-transform: uppercase; }
  .landing-header-02:before {
    border-bottom: 1px solid #800c3d;
    bottom: -5px;
    content: "";
    left: 46%;
    position: absolute;
    width: 50px; }
  .landing-header-02:after {
    border-bottom: 1px solid #800c3d;
    bottom: -10px;
    content: "";
    left: 48%;
    position: absolute;
    width: 50px; }

.landing-list {
  color: #3d3d3d;
  font-size: 16px;
  line-height: 30px; }
  .landing-list li {
    list-style-type: none;
    padding-left: 30px;
    position: relative; }
  .landing-list li:before {
    color: #800c3d;
    content: "\f046";
    font-family: fontawesome;
    font-size: 14px;
    left: 0;
    position: absolute;
    top: 0; }

.landing-creativ-home-scroll {
  text-align: center;
  padding: 0 10px !important;
  margin-bottom: 20px; }
  .landing-creativ-home-scroll div {
    background-position: center top;
    -webkit-transition: all 3s ease;
    -khtml-transition: all 3s ease;
    -moz-transition: all 3s ease;
    -ms-transition: all 3s ease;
    -o-transition: all 3s ease;
    transition: all 3s ease;
    /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */
    /* TRIPLE BORDERS */
    border-radius: 2px; }
  .landing-creativ-home-scroll div:hover {
    background-position: center bottom; }
  .landing-creativ-home-scroll div:hover a {
    opacity: 1; }
  .landing-creativ-home-scroll a {
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 10px 20px;
    border-radius: 3px;
    color: #800c3d;
    font-size: 16px;
    font-weight: 400; }
  .landing-creativ-home-scroll a:hover {
    color: #fff; }

.landing-header-style {
  background-attachment: fixed;
  background-size: cover;
  background-position: center center; }

.landing-arrow-white {
  position: relative; }
  .landing-arrow-white:before {
    border-color: #fff transparent transparent;
    border-style: solid;
    border-width: 25px;
    content: "";
    height: 0;
    left: calc(50% - 25px);
    position: absolute;
    top: 0;
    width: 0; }

.landing-arrow-green {
  position: relative; }
  .landing-arrow-green:before {
    border-color: rgba(3, 172, 220, 0.7) transparent transparent;
    border-style: solid;
    border-width: 25px;
    content: "";
    height: 0;
    left: calc(50% - 25px);
    position: absolute;
    top: 0;
    width: 0; }
  .landing-arrow-green .vc_single_image-img {
    opacity: 0.9;
    -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;
    /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */
    /* TRIPLE BORDERS */ }
  .landing-arrow-green .vc_single_image-img:hover {
    opacity: 1; }

.landing-style {
  background-attachment: fixed;
  background-size: cover;
  background-position: center center; }

.landing-overlay-vector {
  background: #800c3d url("../images/creativ-overlay.png") no-repeat scroll center center / cover !important; }

@media screen and (max-width: 767px) {
  body div#zo-header.zo-header-2, body.admin-bar div#zo-header.zo-header-2 {
    margin-top: 0; } }

#zo-header-top {
  background: #fff ! important;
  position: relative;
  font-size: 11px;
  border-bottom: 1px solid #fafafa;
  font-weight: 400;
  padding: 12px 0 11px;
  z-index: 9999; }
  #zo-header-top .spanme {
    color: #999;
    margin-right: 10px;
    font-weight: 500;
    padding: 2px 0;
    font-size: 14px; }
  #zo-header-top .spanme i {
    color: #800c3d;
    margin-right: 5px; }
  #zo-header-top .container {
    padding-left: 0;
    padding-right: 0; }
  #zo-header-top ul {
    list-style: none;
    margin: 0;
    padding: 0;
    /*Add style social header*/ }
  #zo-header-top ul li {
    display: inline-block; }
  #zo-header-top .zo-social {
    font-size: 14px; }

#zo-header {
  position: relative;
  width: 100%;
  z-index: 999;
  top: 0;
  -webkit-transition: all 250ms linear 0ms;
  -khtml-transition: all 250ms linear 0ms;
  -moz-transition: all 250ms linear 0ms;
  -ms-transition: all 250ms linear 0ms;
  -o-transition: all 250ms linear 0ms;
  transition: all 250ms linear 0ms;
  /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */
  /* TRIPLE BORDERS */ }
  #zo-header.no-sticky {
    position: relative; }
  #zo-header.no-sticky.header-fixed-page.header-fixed {
    position: fixed; }
  #zo-header.zo-header-transparent {
    height: inherit !important; }
  #zo-header.zo-header-transparent div#zo-header-navigation ul.menu-main-menu > li.hover {
    padding-top: -25px; }
  #zo-header.zo-header-one-page {
    background: transparent;
    position: absolute;
    top: 0;
    width: 100%; }
  #zo-header.zo-header-one-page.header-fixed.header-fixed-page {
    padding: 12px 30px !important; }
  #zo-header.zo-header-one-page.header-fixed.header-fixed-page .zo-header-content {
    background: transparent; }
  #zo-header.zo-header-one-page .zo-header-content {
    background: #fff; }
  #zo-header.zo-header-style-8 div#zo-header-navigation ul.menu-main-menu {
    text-align: left !important; }
  #zo-header.zo-header-style-9 {
    position: absolute; }
  #zo-header.zo-header-style-9 .container-fluid {
    max-width: 1300px; }
  #zo-header.zo-header-style-9 #zo-header-left .zo-header-left-content {
    float: left; }
  #zo-header.zo-header-style-9 #zo-header-left > .menu-portfolio {
    margin: 14px 0 14px 3px;
    position: relative;
    float: left;
    -webkit-transform: transitionY(-50% !important);
    -khtml-transform: transitionY(-50% !important);
    -moz-transform: transitionY(-50% !important);
    -ms-transform: transitionY(-50% !important);
    -o-transform: transitionY(-50% !important);
    transform: transitionY(-50% !important);
    /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */
    /* TRANSFORM STYLE */
    top: auto; }
  #zo-header.zo-header-style-9 #zo-header-left > .menu-portfolio span {
    display: inline-block;
    width: 23px; }
  #zo-header.zo-header-style-9 #zo-header-left > .menu-portfolio span a {
    width: 23px;
    color: #fff; }
  #zo-header.zo-header-style-9 #zo-header-left > .menu-portfolio span a i {
    padding: 20px 0 0 10px;
    height: 30px;
    line-height: 30px; }
  #zo-header.zo-header-style-10 {
    width: inherit;
    min-width: 260px;
    max-width: 260px;
    height: 100%;
    bottom: 0;
    left : 0;
    z-index: 900;
    overflow-y: auto;
    overflow-x: hidden;
    float: left;
    -webkit-box-shadow: 10px 0px 50px -2px rgba(0, 0, 0, 0.14);
    -khtml-box-shadow: 10px 0px 50px -2px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 10px 0px 50px -2px rgba(0, 0, 0, 0.14);
    -ms-box-shadow: 10px 0px 50px -2px rgba(0, 0, 0, 0.14);
    -o-box-shadow: 10px 0px 50px -2px rgba(0, 0, 0, 0.14);
    box-shadow: 10px 0px 50px -2px rgba(0, 0, 0, 0.14);
    /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */
    /* BOX SIZING */
    position: fixed;
    top: 0;
    height: 100%;
    -webkit-overflow-scrolling: touch;
    overflow: auto; }
  #zo-header.zo-header-style-10 #zo-header-navigation .main-navigation .menu-main-menu > li {
    width: 100%; }
  #zo-header.zo-header-style-10 .current-menu-item a {
    color: #800c3d !important; }
  #zo-header.zo-header-style-10 #zo-header-logo a img {
    max-height: 173px;
    width: 157px;
    display: block;
    position: relative;
    margin: 20px auto; }
  #zo-header.zo-header-style-10 #zo-header-navigation .main-navigation {
    margin-right: 0px; }
  #zo-header.zo-header-style-10 #zo-header-navigation .main-navigation .menu-main-menu {
    padding-right: 0px; }
  #zo-header.zo-header-style-10 #zo-header-navigation .main-navigation .menu-menu-main-container > ul > li {
    display: block; }
  #zo-header.zo-header-style-10 #zo-sidebar-photography ul.zo-social {
    padding: 0;
    margin: 0 0 30px !important; }
  #zo-header.zo-header-style-10 #zo-sidebar-photography ul.zo-social li {
    position: relative; }
  #zo-header.zo-header-style-10 #zo-sidebar-photography ul.zo-social li a i {
    background-color: #2e2e2e; }
  #zo-header.zo-header-style-10 #zo-sidebar-photography ul.zo-social li .tooltip.fade.bottom {
    position: absolute;
    top: 31px !important; }
  #zo-header.header-fixed {
    position: fixed;
    background: #fff; }
  #zo-header.header-fixed .container-fluid {
    padding: 0 30px; }
  #zo-header.header-fixed-page.header-fixed .widget_cart_search_wrap .widget_cart_search_wrap_item {
    line-height: ; }
  #zo-header #zo-header-logo a img {
    -webkit-transition: all 250ms linear 0ms;
    -khtml-transition: all 250ms linear 0ms;
    -moz-transition: all 250ms linear 0ms;
    -ms-transition: all 250ms linear 0ms;
    -o-transition: all 250ms linear 0ms;
    transition: all 250ms linear 0ms;
    /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */
    /* TRIPLE BORDERS */ }
  #zo-header > .container {
    position: relative;
    z-index: 99; }
  #zo-header.header-fixed-page.header-fixed-page-trans {
    position: absolute; }

#zo-header.header-fixed {
  /*** Admin Bar ***/ }
  #zo-header.header-fixed #zo-header-navigation .main-navigation .menu-main-menu > li {
    line-height: 0;
    padding: 27px 25px; }

.admin-bar {
  /*** End Admin Bar ***/
  /*** Logo ***/ }
  .admin-bar #zo-header.no-sticky {
    top: 0; }
  .admin-bar #zo-header.no-sticky.header-fixed-page {
    top: 32px; }
  @media screen and (max-width: 799px) {
        .admin-bar #zo-header.no-sticky.header-fixed-page {
          top: 46px; } }
  .admin-bar #zo-header.header-fixed, .admin-bar #zo-header.zo-header-transparent {
    top: 32px; }
  @media screen and (max-width: 799px) {
      .admin-bar #zo-header.header-fixed, .admin-bar #zo-header.zo-header-transparent {
        top: 0; } }

#zo-header-logo a {
  display: block;
  -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;
  /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */
  /* TRIPLE BORDERS */
  /*** End Logo ***/
  /* ==========================================================================
  End All Style Header
========================================================================== */ }

#zo-header-right {
  padding: 0;
  position: static;
  /* Cart and Search
==========================================================*/ }

.widget_cart_search_wrap {
  text-align: left; }
  .widget_cart_search_wrap .widget_cart_search_wrap_item {
    width: 40px;
    display: inline-block; }
  .widget_cart_search_wrap .widget_cart_search_wrap_item > a.icon {
    color: #fff;
    display: inline-block;
    height: 32px;
    width: 32px;
    line-height: 32px;
    text-align: center;
    -webkit-border-radius: 100%;
    -khtml-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */ }
  @media screen and (max-width: 767px) {
      .widget_cart_search_wrap .widget_cart_search_wrap_item > a.icon {
        position: absolute !important;
        right: 95px;
        top: 25px; }
        .widget_cart_search_wrap .widget_cart_search_wrap_item > a.icon.icon_search_wrap {
          -webkit-transform: translateX(100%);
          -khtml-transform: translateX(100%);
          -moz-transform: translateX(100%);
          -ms-transform: translateX(100%);
          -o-transform: translateX(100%);
          transform: translateX(100%);
          /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */
          /* TRANSFORM STYLE */ } }
  @media (min-width: 768px) and (max-width: 992px) {
      .widget_cart_search_wrap .widget_cart_search_wrap_item > a.icon {
        position: absolute !important;
        right: 100px;
        top: 19px; }
        .widget_cart_search_wrap .widget_cart_search_wrap_item > a.icon.icon_search_wrap {
          -webkit-transform: translateX(100%);
          -khtml-transform: translateX(100%);
          -moz-transform: translateX(100%);
          -ms-transform: translateX(100%);
          -o-transform: translateX(100%);
          transform: translateX(100%);
          /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */
          /* TRANSFORM STYLE */ } }
  .widget_cart_search_wrap .widget_cart_search_wrap_item > a.icon:hover, .widget_cart_search_wrap .widget_cart_search_wrap_item > a.icon.active {
    background-color: #141414;
    color: #fff; }
  .widget_cart_search_wrap .widget_cart_search_wrap_item > a.icon:hover .cart_total, .widget_cart_search_wrap .widget_cart_search_wrap_item > a.icon.active .cart_total {
    color: #fff; }
  .widget_cart_search_wrap .widget_cart_search_wrap_item > a.icon.icon_cart_wrap {
    margin-right: 10px;
    position: relative; }
  .widget_cart_search_wrap .widget_cart_search_wrap_item > a.icon.icon_cart_wrap .cart_total {
    position: absolute;
    color: #fff;
    background-color: #800c3d;
    -webkit-border-radius: 100%;
    -khtml-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */
    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;
    /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */
    /* TRIPLE BORDERS */ }
  .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: 0; }
  .widget_cart_search_wrap .widget_cart_search_wrap_item .shopping_cart_dropdown {
    width: 360px;
    position: absolute;
    background-color: #141414;
    top: 100%;
    right: 16px; }
  @media screen and (max-width: 768px) {
      .widget_cart_search_wrap .widget_cart_search_wrap_item .shopping_cart_dropdown {
        right: 0;
        width: 100%; } }
  .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: #800c3d;
    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; }
  .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: #800c3d; }
  .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:hover {
    background: #800c3d;
    background: rgba(3, 172, 220, 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: 100%;
    left: 0;
    top: 100%; }
  .widget_cart_search_wrap .widget_cart_search_wrap_item .widget_searchform_content form {
    position: relative;
    padding: 35px 60px;
    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 50px;
    position: absolute;
    right: 40px;
    top: 35px;
    background-color: #800c3d; }
  @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; } }

.zo-header-style-3 #zo-header-navigation .main-navigation {
  padding-right: 10px; }
  .zo-header-style-3 #zo-header-navigation .main-navigation .menu-main-menu > li > a {
    text-transform: none; }
  .zo-header-style-3 #zo-header-navigation .main-navigation .menu-main-menu > li.current-menu-ancestor > a {
    background: #800c3d;
    color: #fff ! important; }
  .zo-header-style-3 #zo-header-navigation .main-navigation .menu-main-menu > li > a:hover {
    background: #800c3d;
    color: #fff ! important; }
  .zo-header-style-3 #zo-header-navigation .main-navigation .menu-main-menu > li a {
    padding: 7px 20px ! important;
    border-radius: 30px; }
  .zo-header-style-3 .widget_cart_search_wrap .widget_cart_search_wrap_item > a.icon {
    color: #000; }
  .zo-header-style-3 .widget_cart_search_wrap .widget_cart_search_wrap_item > a.icon:hover, .zo-header-style-3 .widget_cart_search_wrap .widget_cart_search_wrap_item > a.icon:active {
    background: transparent; }

.zo-header-style-1 #zo-header-navigation .main-navigation .menu-main-menu > li.current-menu-ancestor > a {
  background: #800c3d;
  color: #fff ! important; }
  .zo-header-style-1 #zo-header-navigation .main-navigation .menu-main-menu > li > a:hover {
    background: #800c3d;
    color: #fff ! important; }
  .zo-header-style-1 #zo-header-navigation .main-navigation .menu-main-menu {
    text-align: left; }
  .zo-header-style-1 #zo-header-navigation .main-navigation .menu-main-menu > li a {
    padding: 7px 20px ! important;
    border-radius: 30px;
    font-weight: 400; }

.menu-right {
  position: absolute;
  right: 38px;
  top: 50%;
  -webkit-transform: translateY(calc(-50% - 2px));
  -khtml-transform: translateY(calc(-50% - 2px));
  -moz-transform: translateY(calc(-50% - 2px));
  -ms-transform: translateY(calc(-50% - 2px));
  -o-transform: translateY(calc(-50% - 2px));
  transform: translateY(calc(-50% - 2px));
  /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */
  /* TRANSFORM STYLE */
  font-size: 17px; }

.right-menu {
  position: absolute;
  right: 1%;
  text-align: center;
  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%);
  /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */
  /* TRANSFORM STYLE */ }
  .right-menu a {
    color: #fff; }

.zo-header-top-style-1 {
  background: #fff ! important;
  padding: 30px 0;
  border-bottom: none ! important; }
  .zo-header-top-style-1 .zo-hiden-mobile, .zo-header-top-style-1 .zo-social {
    line-height: 45px; }
  .zo-header-top-style-1 #zo-header-logo a {
    line-height: 0; }

.header-style-5 {
  padding: 0; }
  .header-style-5 #zo-header-navigation .main-navigation .menu-main-menu > li.menu-item-has-children > ul.sub-menu {
    left: 0; }
  .header-style-5 #zo-header-navigation .main-navigation .menu-main-menu > li:hover, .header-style-5 #zo-header-navigation .main-navigation .menu-main-menu > li:active, .header-style-5 #zo-header-navigation .main-navigation .menu-main-menu > li.current-menu-item, .header-style-5 #zo-header-navigation .main-navigation .menu-main-menu > li.current-menu-parent, .header-style-5 #zo-header-navigation .main-navigation .menu-main-menu > li.current-menu-ancestor {
    background: #800c3d; }
  .header-style-5 #zo-header-navigation .main-navigation .menu-main-menu > li:hover > a, .header-style-5 #zo-header-navigation .main-navigation .menu-main-menu > li:active > a, .header-style-5 #zo-header-navigation .main-navigation .menu-main-menu > li.current-menu-item > a, .header-style-5 #zo-header-navigation .main-navigation .menu-main-menu > li.current-menu-parent > a, .header-style-5 #zo-header-navigation .main-navigation .menu-main-menu > li.current-menu-ancestor > a {
    color: #fff ! important; }

.zo-header-top-style-4 {
  padding: 12px 0 11px; }
  .zo-header-top-style-4 .zo-hiden-mobile, .zo-header-top-style-4 .zo-social, .zo-header-top-style-4 #zo-header-logo a {
    line-height: 0; }

.header-style-4 {
  padding: 0 ! important; }
  .header-style-4 #zo-header-navigation .main-navigation .menu-main-menu > li.menu-item-has-children > ul.sub-menu {
    left: 0; }
  .header-style-4 #zo-header-navigation .main-navigation .menu-main-menu > li {
    margin-left: -3px; }
  .header-style-4 #zo-header-logo {
    line-height: 100px; }

.zo-header-top-style-6 {
  padding: 30px 0;
  border-bottom: 0 ! important; }
  .zo-header-top-style-6 .zo-hiden-mobile, .zo-header-top-style-6 .zo-social, .zo-header-top-style-6 #zo-header-logo a {
    line-height: 45px; }
  .zo-header-top-style-6 #zo-header-logo {
    padding-left: 0px; }

.zo-header-style-6 {
  padding: 0 ! important; }
  .zo-header-style-6 #zo-header-navigation .main-navigation .menu-main-menu {
    text-align: left; }
  .zo-header-style-6 #zo-header-navigation .main-navigation .menu-main-menu > li.menu-item-has-children > ul.sub-menu {
    left: 0; }
  .zo-header-style-6 #zo-header-navigation .main-navigation .menu-main-menu > li {
    padding: 15px 26px;
    margin-left: -3px; }
  @media screen and (max-width: 991px) {
  .zo-header-style-6 #zo-menu-mobile i {
    color: #282828 !important; } }

.zo-header-style-2 .zo-header-navigation {
  position: static; }
  .zo-header-style-2 #zo-header-logo {
    text-align: center; }
  .zo-header-style-2 #zo-header-mobile {
    display: none; }

.zo-header-transparent {
  background: none !important;
  width: 100%;
  z-index: 1038;
  position: absolute !important; }
  .zo-header-transparent #zo-header-logo a {
    margin-top: 50px; }
  .zo-header-transparent .menu-right {
    top: 50%;
    right: 20px; }
  @media screen and (min-width: 768px) {
    .zo-header-transparent .menu-right {
      margin-top: 25px; } }
  @media screen and (max-width: 767px) {
    .zo-header-transparent .menu-right {
      right: 10px; } }

.social-icons {
  margin-right: -20px; }
  .social-icons span > a > i {
    height: 30px;
    line-height: 30px;
    width: 30px;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */
    text-align: center;
    background: #f8f8f8;
    color: #999;
    margin-left: 8px; }
  .social-icons span > a > i:hover {
    background: #17dfbe;
    background: -moz-linear-gradient(top, #17dfbe 0, #15dac0 48%, #0dc8cb 70%, #06b4d7 90%, #04afda 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #17dfbe), color-stop(48%, #15dac0), color-stop(70%, #0dc8cb), color-stop(90%, #06b4d7), color-stop(100%, #04afda));
    background: -webkit-linear-gradient(top, #17dfbe 0, #15dac0 48%, #0dc8cb 70%, #06b4d7 90%, #04afda 100%);
    background: -o-linear-gradient(top, #17dfbe 0, #15dac0 48%, #0dc8cb 70%, #06b4d7 90%, #04afda 100%);
    background: -ms-linear-gradient(top, #17dfbe 0, #15dac0 48%, #0dc8cb 70%, #06b4d7 90%, #04afda 100%);
    background: linear-gradient(to bottom, #17dfbe 0, #15dac0 48%, #0dc8cb 70%, #06b4d7 90%, #04afda 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#17dfbe', endColorstr='#04afda', GradientType=0);
    /* BACKGROUND GRADIENT */
    color: #fff !important; }
  .social-icons .tooltip.bottom {
    margin-left: -8px;
    margin-top: 16px; }
  .social-icons .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #17dfbe; }
  .social-icons .tooltip.bottom .tooltip-inner {
    background: #17dfbe;
    background: -moz-linear-gradient(top, #17dfbe 0, #15dac0 48%, #0dc8cb 70%, #06b4d7 90%, #04afda 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #17dfbe), color-stop(48%, #15dac0), color-stop(70%, #0dc8cb), color-stop(90%, #06b4d7), color-stop(100%, #04afda));
    background: -webkit-linear-gradient(top, #17dfbe 0, #15dac0 48%, #0dc8cb 70%, #06b4d7 90%, #04afda 100%);
    background: -o-linear-gradient(top, #17dfbe 0, #15dac0 48%, #0dc8cb 70%, #06b4d7 90%, #04afda 100%);
    background: -ms-linear-gradient(top, #17dfbe 0, #15dac0 48%, #0dc8cb 70%, #06b4d7 90%, #04afda 100%);
    background: linear-gradient(to bottom, #17dfbe 0, #15dac0 48%, #0dc8cb 70%, #06b4d7 90%, #04afda 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#17dfbe', endColorstr='#04afda', GradientType=0);
    /* BACKGROUND GRADIENT */
    color: #fff;
    border-radius: 0; }

.shadow {
  background: rgba(0, 0, 0, 0) url("../images/shadow.png") no-repeat scroll center center;
  bottom: -36px;
  display: block;
  height: 37px;
  left: 0;
  margin: auto;
  opacity: 0.2;
  padding: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 99; }

footer {
  position: relative; }

#zo-footer-top {
  position: relative;
  font-size: 12px;
  line-height: 30px;
  overflow: hidden; }
  #zo-footer-top.zo-footer-top-3 {
    text-align: center; }
  #zo-footer-top [class*="footer-"]:after {
    content: '';
    position: absolute;
    right: 0;
    top: 10px;
    width: 0;
    height: 260px;
    background-color: #2e2e2e; }
  #zo-footer-top [class*="footer-"]:last-child:after {
    background-color: transparent; }
  #zo-footer-top .footer-first h6 {
    color: #800c3d; }
  #zo-footer-top .footer-first img {
    margin-bottom: 20px; }
  #zo-footer-top .wg-title {
    font-size: 14px;
    color: #f5f5f5;
    letter-spacing: 0;
    font-weight: 400;
    margin-top: 22px;
    margin-bottom: 10px;
    line-height: 26.6px; }
  #zo-footer-top ul.menu {
    padding: 0;
    margin: 0;
    list-style: none inside; }
  #zo-footer-top ul.menu li {
    font-size: 10px;
    line-height: 36px;
    text-transform: uppercase; }
  #zo-footer-top ul.menu li:first-child {
    margin-top: -9px; }
  #zo-footer-top .widget {
    font-size: 16px;
    position: relative;
    padding: 0 10px; }
  #zo-footer-top .widget .widget-title {
    margin-bottom: 50px;
    text-transform: uppercase;
    color: #fff; }
  #zo-footer-top .widget .widget-title h3 {
    font-size: 24px;
    letter-spacing: 0;
    white-space: nowrap;
    line-height: 1.2;
    margin: 0 0 16px; }
  #zo-footer-top .widget .featured-widget ul, #zo-footer-top .widget .contact-widget ul {
    padding: 0;
    margin: 0 0 10px; }
  #zo-footer-top .widget .featured-widget ul li, #zo-footer-top .widget .contact-widget ul li {
    display: block;
    margin-bottom: 30px;
    color: #999; }
  #zo-footer-top .widget .featured-widget ul li i, #zo-footer-top .widget .contact-widget ul li i {
    font-size: 30px;
    padding: 0 15px 0 0;
    width: 40px; }
  #zo-footer-top .widget .featured-widget ul li a, #zo-footer-top .widget .contact-widget ul li a {
    line-height: 1.9; }
  #zo-footer-top .widget .featured-widget ul li a h3, #zo-footer-top .widget .contact-widget ul li a h3 {
    font-size: 14px;
    padding: 0;
    font-weight: 400;
    margin: 0;
    line-height: 1.2;
    letter-spacing: 0;
    color: #f5f5f5; }
  #zo-footer-top .widget .featured-widget ul li a span, #zo-footer-top .widget .contact-widget ul li a span {
    color: #999;
    font-weight: 300;
    font-style: italic;
    font-size: 14px;
    line-height: 26.6px; }
  #zo-footer-top .widget .contact-widget ul li {
    margin-bottom: 10px;
    font-style: italic; }
  #zo-footer-top .widget .about-widget-verson2 {
    text-align: center;
    margin-bottom: 30px; }
  #zo-footer-top .widget .about-widget-verson2 img {
    margin-bottom: 20px; }
  #zo-footer-top .widget .about-widget-verson2 p {
    color: #999;
    margin: 0 0 10px;
    line-height: 43.2px; }
  #zo-footer-top .widget .copytext-3 h4 {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 0;
    text-align: center;
    line-height: 19.2px; }
  #zo-footer-top .widget .about-widget {
    margin-bottom: 30px; }
  #zo-footer-top .widget .about-widget p {
    color: #999;
    margin: 0 0 10px;
    line-height: 30.4px; }
  #zo-footer-top .widget .about-widget img {
    margin-bottom: 20px; }
  #zo-footer-top .widget .about-widget .social-icons {
    margin: 30px 0 0 -10px; }
  #zo-footer-top .widget .about-widget .social-icons i {
    background-color: #383838;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 0 12px 12px 0;
    text-align: center;
    border-radius: 100%;
    color: #999; }
  #zo-footer-top .widget .map-bg {
    background: url(../images/map.png) center center no-repeat;
    height: 188px;
    left: -34px;
    position: absolute;
    top: 70px;
    width: 300px; }
  #zo-footer-top .widget .newsletter-email {
    height: 40px;
    background: #202020;
    border-color: #202020;
    color: #444;
    font-style: italic;
    padding: 6px 12px;
    font-size: 14px; }
  #zo-footer-top .widget .newsletter-submit {
    float: right;
    padding: 5px 22px;
    border-radius: 15px;
    font-weight: 400;
    line-height: 20px;
    color: #fff;
    text-transform: none;
    font-size: 14px;
    background: #800c3d;
    border-color: #800c3d; }
  #zo-footer-top .widget .newsletter-submit:hover {
    background: #282828;
    border-color: #282828; }
  #zo-footer-top .copybuttons a {
    font-size: 14px;
    color: #fff;
    margin: 10px 10px; }
  #zo-footer-top .copybuttons a:hover {
    color: #fff; }
  #zo-footer-top .copybuttons a.btn-transparent {
    color: #000; }

#zo-footer-bottom {
  /* End Widget Categories */ }
  #zo-footer-bottom .copytext-2 h4 {
    font-size: 16px;
    line-height: 19.2px;
    text-align: center;
    color: #282828;
    margin-bottom: 74px;
    margin-top: -56px;
    font-weight: 700; }
  #zo-footer-bottom .copyright {
    font-size: 12px;
    text-transform: uppercase; }
  #zo-footer-bottom .copytext h4 {
    color: #8f8f8f;
    margin: 20px 0;
    text-align: center;
    font-size: 14px;
    line-height: 16.8px; }

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;
  right: 25px;
  opacity: 0;
  filter: alpha(opacity=0);
  cursor: pointer;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */
  border: 2px solid #e8e8e8; }
  .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;
  /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */
  /* TRIPLE BORDERS */
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */
  background: rgba(0, 0, 0, 0.10);
  display: block;
  text-align: center;
  color: #b0b0b0; }
  #back_to_top span:hover {
    background: rgba(0, 0, 0, 0.60);
    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;
    /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */
    /* TRIPLE BORDERS */
    line-height: 42px; }

.zo-footer-top-3 {
  /* End Back To Top */
  /* ==========================================================================
    End Style Footer
========================================================================== */ }
  .zo-footer-top-3 .about-widget {
    text-align: center; }

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;
  /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */
  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;
  background-color: inherit; }

.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 {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    padding: 10px 5px;
    border: none;
    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;
    /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */
    line-height: normal;
    background-color: transparent;
    margin-bottom: 45px;
    font-style: italic; }
  .wpcf7-form textarea {
    height: 140px; }
  .wpcf7-form .form-action {
    text-align: right; }
  .wpcf7-form .form-action .wpcf7-form-control {
    float: right; }
  .wpcf7-form .form-action .wpcf7-submit {
    letter-spacing: 0.4em;
    font-size: 14px;
    padding: 19px 38px;
    line-height: 1.1; }
  .wpcf7-form .form-action .wpcf7-submit:hover, .wpcf7-form .form-action .wpcf7-submit:focus {
    background: #fff !important; }
  .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;
    right: 15px;
    color: #f00; }
  .wpcf7-form .wpcf7-validation-errors {
    display: block;
    text-align: center;
    margin: 55px 0 0;
    border: 1px solid #f00;
    color: #f00; }
  .wpcf7-form .wpcf7-response-output {
    text-align: center; }
  .wpcf7-form .general-form input[type='text'], .wpcf7-form .general-form input[type="email"], .wpcf7-form .general-form textarea, .wpcf7-form .general-form select {
    color: #242424;
    border: 1px solid #cecece;
    margin-bottom: 0;
    font-style: normal;
    font-size: 14px;
    font-weight: 300;
    padding-left: 15px;
    padding-right: 15px; }
  .wpcf7-form .general-form input[type="submit"] {
    margin-top: 20px;
    text-transform: uppercase;
    color: #fff;
    background: #800c3d;
    font-size: 14px;
    line-height: 1.33;
    float: right;
    border-radius: 50px;
    padding: 13px 57px;
    margin-right: 15px;
    border: 2px solid #800c3d; }
  .wpcf7-form .general-form input[type="submit"]:hover {
    background-color: #282828;
    border-color: #282828; }
  .wpcf7-form .general-form input[type='text']:focus, .wpcf7-form .general-form input[type="email"]:focus, .wpcf7-form .general-form textarea:focus {
    border: 1px solid #ccc;
    font-style: normal;
    color: #242424; }
  .wpcf7-form .general-form label {
    color: #242424;
    margin: 15px 0;
    font-weight: 700;
    display: inline-block; }
  .wpcf7-form .general-form ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .wpcf7-form .general-form .input-text li {
    display: inline-block;
    padding: 0 15px;
    width: 25%;
    float: left; }
  .wpcf7-form .general-form .input-message {
    padding: 0 15px; }

.myform {
  background: #282828;
  padding: 0 20px; }
  .myform .searchform {
    margin-bottom: 0; }
  .myform .searchform:before {
    right: 98%;
    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%);
    /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */
    /* TRANSFORM STYLE */
    color: #777 !important; }
  @media screen and (max-width: 1023px) {
      .myform .searchform:before {
        right: 99%; } }
  .myform .searchform input[type="submit"] {
    background: none ! important;
    right: 98% ! important; }
  .myform .searchform input[type="text"] {
    background: #282828;
    border: 0;
    font-style: normal;
    color: #555;
    font-weight: 300;
    font-size: 14px;
    padding: 0 0 0 55px; }
  @media screen and (max-width: 991px) {
      .myform .searchform input[type="text"] {
        padding: 0 0 0 30px; } }

.form-contact-2 .input-group {
  display: table;
  position: relative;
  margin-bottom: 40px; }
  .form-contact-2 .input-group-addon, .form-contact-2 input[type="text"], .form-contact-2 input[type="tel"], .form-contact-2 input[type="email"] {
    background: #1ad1ad;
    border-color: #1ad1ad;
    color: #fff;
    margin: 0;
    line-height: 40px;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    padding: 6px 12px; }
  .form-contact-2 input[type="text"], .form-contact-2 input[type="tel"], .form-contact-2 input[type="email"] {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset; }
  .form-contact-2 input::-webkit-input-placeholder {
    color: #fff !important; }
  .form-contact-2 input[type="submit"] {
    background: #fff ! important;
    border-color: #f3f3f3 !important;
    color: #000 !important;
    line-height: 1.5;
    padding: 13px 57px ! important;
    border-radius: 30px; }
  .form-contact-2 .input-group-addon {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    display: table-cell;
    line-height: 1;
    text-align: center; }

@font-face {
  font-family: "Athelas-Italic";
  src: url('../fonts/Athelas-Italic.eot') format('eot'), url('../fonts/Athelas-Italic.woff') format('woff'), url('../fonts/Athelas-Italic.ttf') format('truetype'); }

@font-face {
  font-family: "Athelas-Regular";
  src: url('../fonts/Athelas-Regular.eot') format('eot'), url('../fonts/Athelas-Regular.woff') format('woff'), url('../fonts/Athelas-Regular.ttf') format('truetype'); }

body {
  overflow-x: hidden; }
  body.remove-margin-top {
    margin-top: 0; }

p {
  margin: 0 0 10px; }

.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;
  /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */
  /* TRIPLE BORDERS */ }

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 16px; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #800c3d; }

p {
  margin: 0 0 10px; }

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

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

body .wpb_content_element, body .wpb_button {
  margin: 0 auto;
  /**
* Fix Row Full Width
*/ }

.vc_row.wpb_row {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0; }
  .vc_row.wpb_row .vc_row.vc_inner {
    margin-left: -15px;
    margin-right: -15px; }

.vc_row.vc_row-fluid.vc_row-no-padding .vc_row.vc_inner {
  margin-left: 0;
  margin-right: 0; }

.vc_row .wpb_button, .vc_row .wpb_content_element, .vc_row ul.wpb_thumbnails-fluid > li {
  margin-bottom: 0; }

.vc_row.vc_row-no-padding .wpb_column {
  padding-left: 0;
  padding-right: 0;
  /*Fix flex*/ }
  @media screen and (max-width: 767px) {
  .vc_row.vc_row-no-padding .wpb_column {
    padding-left: 15px;
    padding-right: 15px; } }

@media screen and (max-width: 991px) {
  .zo-custom-flex .vc_row.vc_row-o-content-middle {
    display: block !important; }
    .zo-custom-flex .vc_row.vc_row-o-content-middle .wpb_column {
      display: block; } }

@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; }

.vc_background_fixed {
  background-attachment: fixed !important;
  background-repeat: no-repeat !important; }

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

.bg-effect-lg, .wpb_accordion.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header, .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: #800c3d; }

.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; } }

#zo-page-element-wrap {
  max-height: 765px; }
  #zo-page-element-wrap.zo-page-title-5.zo_header_parallax {
    height: 100vh !important;
    max-height: 100vh !important; }
  #zo-page-element-wrap.zo-page-title-5 {
    padding: 90px 0;
    background-size: cover !important;
    display: table;
    width: 100%;
    height: 100%;
    min-height: 100%;
    position: relative;
    overflow-x: hidden;
    overflow-y: hidden;
    vertical-align: sub; }
  #zo-page-element-wrap.zo-page-title-5 #page-title {
    height: 100%; }
  #zo-page-element-wrap.zo-page-title-5 #page-title .container {
    height: 100%;
    position: relative; }
  #zo-page-element-wrap.zo-page-title-5 #page-title .container .row {
    height: 100vh;
    position: relative; }
  #zo-page-element-wrap.zo-page-title-5 #page-title #page-title-text {
    margin: 20px auto;
    position: absolute;
    max-width: 800px;
    right: 0;
    left: 0;
    top: 40%;
    text-align: center;
    z-index: 90; }
  @media screen and (max-width: 479px) {
        #zo-page-element-wrap.zo-page-title-5 #page-title #page-title-text {
          top: 36%; } }
  #zo-page-element-wrap.zo-page-title-5 #page-title #page-title-text > h1 {
    color: #fff;
    border: 5px solid #fff;
    padding: 10px !important;
    font-size: 60px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 72px; }
  @media screen and (max-width: 479px) {
          #zo-page-element-wrap.zo-page-title-5 #page-title #page-title-text > h1 {
            font-size: 23px;
            line-height: 40px; } }
  #zo-page-element-wrap.zo-page-title-5 #page-title #page-title-text .page-sub-title {
    color: #fff !important;
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 3px;
    line-height: 1.625;
    margin-top: 30px;
    font-family: "Source Sans Pro", sans-serif;
    position: relative; }
  #zo-page-element-wrap.zo-page-title-5 #page-title #page-title-text .page-sub-title .zo-title-span {
    font-weight: bold; }

#page-title-text h1 {
  padding: 0;
  text-transform: uppercase;
  margin: 0; }
  #page-title-text .page-sub-title {
    margin: 0;
    padding: 0; }

@media screen and (max-width: 767px) {
  div.page-title #page-title-text h1 {
    font-size: 24px; } }

#breadcrumb {
  background: #f5f5f5;
  /* ==========================================================================
   [End] 2. Page Title
========================================================================== */
  /* ==========================================================================
   [Start] 3. Primary
========================================================================== */
  /*
----> List Style
*/ }
  #breadcrumb #breadcrumb-text {
    text-transform: capitalize; }
  #breadcrumb #breadcrumb-text .breadcrumbs {
    padding: 8px 15px;
    margin-top: 0px;
    margin-bottom: 5px; }
  #breadcrumb #breadcrumb-text .breadcrumbs li {
    padding: 0 20px;
    display: inline-block;
    position: relative;
    color: #777; }
  #breadcrumb #breadcrumb-text .breadcrumbs li:after {
    content: "/\00a0";
    font-family: FontAwesome;
    font-size: 12px;
    float: right;
    position: absolute;
    right: -6px; }
  #breadcrumb #breadcrumb-text .breadcrumbs li:first-child {
    padding-left: 0; }
  #breadcrumb #breadcrumb-text .breadcrumbs li:last-child {
    padding-right: 0; }
  #breadcrumb #breadcrumb-text .breadcrumbs li:last-child:after {
    content: ""; }
  #breadcrumb #breadcrumb-text .breadcrumbs li a {
    color: #800c3d; }

.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;
    /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */
    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%);
    /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */
    /* 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-top-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: 9999;
  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%);
    /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */
    /* TRANSFORM STYLE */ }

.zo-error-option-backgound .not-found h1 {
  color: #fff !important; }

.error404 {
  /* [End] Eror Page
==============================================================*/ }
  .error404 #main {
    padding: 0 !important; }
  .error404 #main #primary {
    background-color: #800c3d;
    padding: 160px 0; }
  .error404 #main #content {
    padding-top: 100px;
    padding-bottom: 100px; }
  .error404 .social-section .social {
    line-height: 1.625;
    padding: 50px 0;
    position: relative;
    text-align: center; }
  .error404 .social-section .social a i {
    color: #fff; }
  .error404 .social-section .social-facebook-bg {
    background: #4d6bab; }
  .error404 .social-section .social-google-plus-bg {
    background: #f24f42; }
  .error404 .social-section .social-dribbble-bg {
    background: #e56293; }
  .error404 .social-section .social-twitter-bg {
    background: #4ec6f8; }
  .error404 .entry-error404 {
    padding-top: 10rem;
    margin: 0 auto;
    display: block;
    text-align: left;
    color: #333; }
  .error404 .entry-error404 .not-found {
    line-height: 1.625; }
  .error404 .entry-error404 .not-found h1 {
    color: #800c3d;
    font-size: 300px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0; }
  .error404 .entry-error404 .not-found p {
    font-size: 24px;
    color: #999 !important;
    font-family: Athelas;
    font-style: italic; }
  .error404 .entry-error404 .not-found .searchform {
    margin: 60px 0;
    width: 100%;
    float: left; }
  .error404 .entry-error404 .not-found .searchform:before {
    content: ''; }
  .error404 .entry-error404 .not-found .searchform input[type="text"] {
    width: 500px;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px; }
  .error404 .entry-error404 .not-found .searchform input[type="submit"] {
    width: 20%;
    float: left; }
  .error404 .entry-error404 .not-found .searchform #searchsubmit {
    position: relative !important;
    opacity: 1;
    background: #800c3d;
    padding: 13px 57px !important;
    text-indent: 0;
    text-align: center;
    -webkit-border-radius: 500px;
    -khtml-border-radius: 500px;
    -moz-border-radius: 500px;
    -ms-border-radius: 500px;
    -o-border-radius: 500px;
    border-radius: 500px;
    /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */
    font-size: 14px;
    width: auto;
    color: #fff;
    line-height: 1.33; }
  .error404 .entry-error404 .not-found .searchform #searchsubmit:hover {
    background: #282828 !important; }

.zo-carousel.owl-carousel .owl-item img {
  width: auto; }

.no-padding {
  padding: 0; }

.zo-fancy-box-icon i {
  line-height: normal;
  /*
----> Fancy Layout 1 Default
*/ }

.zo-fancybox-layout-default {
  /* ==========================================================================
   [End] 1. Shortcode Fancy Box
========================================================================== */
  /* ==========================================================================
   [Start] 2. Shortcode Pie Chart
========================================================================== */
  /* ==========================================================================
   [End] 2. Shortcode Pie Chart
========================================================================== */
  /* ==========================================================================
   [Start] 3. Team
========================================================================== */
  /* ==========================================================================
   [End] 3. Team
========================================================================== */
  /* ==========================================================================
   [Start] 4. Testimonial
========================================================================== */
  /* ==========================================================================
   [End] 4. Testimonial
========================================================================== */
  /* ==========================================================================
   [Start] 5. Tabs
========================================================================== */
  /* ==========================================================================
   [End] 5. Tabs
========================================================================== */
  /* ==========================================================================
   [Start] 6. Counter
========================================================================== */ }
  .zo-fancybox-layout-default .zo-fancybox-inner {
    text-align: center;
    border: 1px solid #800c3d;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */
    padding: 15px 10px;
    min-height: 230px;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative; }
  .zo-fancybox-layout-default .zo-fancybox-inner:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #800c3d;
    background: rgba(3, 172, 220, 0.2);
    /* COLOR OPACITY */
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */
    /* OUTLINE RADIUS */
    -webkit-transition: opacity 200ms;
    -khtml-transition: opacity 200ms;
    -moz-transition: opacity 200ms;
    -ms-transition: opacity 200ms;
    -o-transition: opacity 200ms;
    transition: opacity 200ms;
    /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */
    /* TRIPLE BORDERS */ }
  .zo-fancybox-layout-default .zo-fancybox-inner:hover:after {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */
    /* OUTLINE RADIUS */
    cursor: pointer; }
  .zo-fancybox-layout-default .zo-fancybox-inner .zo-fancy-box-content-icon i, .zo-fancybox-layout-default .zo-fancybox-inner .zo-fancy-box-image span {
    display: inline-block;
    color: #800c3d;
    text-align: center;
    font-size: 40px; }
  .zo-fancybox-layout-default .zo-fancybox-inner .zo-fancy-box-content-icon, .zo-fancybox-layout-default .zo-fancybox-inner .zo-fancy-box-image {
    margin-bottom: 20px; }
  .zo-fancybox-layout-default .zo-fancybox-inner .zo-fancy-box-image span {
    line-height: 100px; }
  .zo-fancybox-layout-default .zo-fancybox-inner .zo-fancy-box-title {
    margin: 0 0 15px;
    color: #333;
    text-transform: uppercase;
    font-size: 16px; }

.zo-counter-wraper {
  /* ==========================================================================
   [End] 6. Counter
========================================================================== */
  /* ==========================================================================
   [Start] 7. Accordion
========================================================================== */ }
  .zo-counter-wraper .zo-counter-box {
    position: relative;
    margin: 0 auto;
    padding-bottom: 20px; }
  .zo-counter-wraper .zo-counter-box .zo-counter-middle .zo-counter-icon i {
    color: #800c3d; }
  .zo-counter-wraper .zo-counter-box .zo-counter-middle .zo-counter {
    font-size: 48px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.1em; }
  .zo-counter-wraper .zo-counter-box .zo-counter-title {
    margin: 0;
    font-size: 13px;
    text-transform: none;
    font-style: normal; }
  .zo-counter-wraper.zo-counter-layout-default .zo-counter-body {
    text-align: center; }
  .zo-counter-wraper.zo-counter-layout-default .zo-counter-body .zo-icon .fa {
    font-size: 42px; }
  .zo-counter-wraper.zo-counter-layout-default .zo-counter-body .zo-counter {
    color: #282828;
    font-size: 48px;
    font-weight: 600;
    line-height: 78px; }
  .zo-counter-wraper.zo-counter-layout-default .zo-counter-body h3 {
    line-height: 19.2px;
    font-weight: normal;
    letter-spacing: 0;
    color: #282828;
    font-style: normal;
    font-size: 16px;
    margin: 0 0 16px 0; }

.wpb_accordion.wpb_content_element {
  /* ==========================================================================
   [End] 7. Accordion
========================================================================== */
  /* ==========================================================================
   [Start] 8. Progress
========================================================================== */ }
  .wpb_accordion.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_section {
    margin: 0 0 4px; }
  .wpb_accordion.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header {
    line-height: 50px;
    padding: 0;
    margin: 0;
    border: 2px solid #1a9eb9;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */ }
  .wpb_accordion.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header .ui-accordion-header-icon {
    display: none; }
  .wpb_accordion.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header.ui-state-active {
    -webkit-border-radius: 4px 4px 0 0;
    -khtml-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -ms-border-radius: 4px 4px 0 0;
    -o-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */ }
  .wpb_accordion.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header a {
    padding: 1em 15px;
    color: #fff;
    font-size: 21px;
    line-height: 25px;
    font-weight: 700;
    -webkit-box-shadow: none 2px 5px rgba(0, 0, 0, .4);
    -khtml-box-shadow: none 2px 5px rgba(0, 0, 0, .4);
    -moz-box-shadow: none 2px 5px rgba(0, 0, 0, .4);
    -ms-box-shadow: none 2px 5px rgba(0, 0, 0, .4);
    -o-box-shadow: none 2px 5px rgba(0, 0, 0, .4);
    box-shadow: none 2px 5px rgba(0, 0, 0, .4);
    /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */
    /* BOX SIZING */ }
  .wpb_accordion.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header a i {
    font-size: 18px;
    padding-right: 12px;
    padding-left: 2px; }
  .wpb_accordion.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content {
    padding: 10px 20px !important;
    border-width: 0 2px 2px 2px;
    border-style: solid;
    -webkit-border-radius: 0 0 4px 4px;
    -khtml-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    -ms-border-radius: 0 0 4px 4px;
    -o-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */ }

.zo-progress-wraper .progress .progress-bar {
  transition-duration: 1s; }

.zo-progress-layout-default {
  margin: 40px 0 20px;
  /* ==========================================================================
   [End] 8. Progress
========================================================================== */
  /* ==========================================================================
   [Start] 9. Pricing
========================================================================== */ }
  .zo-progress-layout-default .zo-progress-main.bar-icon {
    padding-left: 50px;
    position: relative; }
  .zo-progress-layout-default .zo-progress-main .zo-progress-icon {
    position: absolute;
    left: 0; }
  .zo-progress-layout-default .zo-progress-main .zo-progress-icon i {
    color: #8f8f8f;
    font-size: 34px; }
  .zo-progress-layout-default .zo-progress-main .zo-progress {
    overflow: hidden;
    background-color: #800c3d;
    box-shadow: none !important;
    height: 38px;
    width: 100%;
    position: relative;
    margin: 0 0 10px;
    -webkit-box-shadow: none 2px 5px rgba(0, 0, 0, .4);
    -khtml-box-shadow: none 2px 5px rgba(0, 0, 0, .4);
    -moz-box-shadow: none 2px 5px rgba(0, 0, 0, .4);
    -ms-box-shadow: none 2px 5px rgba(0, 0, 0, .4);
    -o-box-shadow: none 2px 5px rgba(0, 0, 0, .4);
    box-shadow: none 2px 5px rgba(0, 0, 0, .4);
    /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */
    /* BOX SIZING */
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */ }
  .zo-progress-layout-default .zo-progress-main .zo-progress .zo-progress-title {
    background-color: rgba(25, 25, 25, .2);
    color: #fff;
    left: 0;
    font-weight: 400;
    font-size: 12px;
    padding: 0 10px;
    position: absolute;
    vertical-align: middle; }
  .zo-progress-layout-default .zo-progress-main .zo-progress .progress-bar {
    width: 20%;
    overflow: visible;
    -webkit-box-shadow: none 2px 5px rgba(0, 0, 0, .4);
    -khtml-box-shadow: none 2px 5px rgba(0, 0, 0, .4);
    -moz-box-shadow: none 2px 5px rgba(0, 0, 0, .4);
    -ms-box-shadow: none 2px 5px rgba(0, 0, 0, .4);
    -o-box-shadow: none 2px 5px rgba(0, 0, 0, .4);
    box-shadow: none 2px 5px rgba(0, 0, 0, .4);
    /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */
    /* BOX SIZING */
    background-color: #800c3d;
    text-align: right;
    padding: 0 15px; }
  .zo-progress-layout-default .zo-progress-main .zo-progress .progress-bar span {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    position: absolute;
    right: -44px;
    top: -39px;
    height: 29px;
    line-height: 28px;
    padding: 0 8px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */ }
  .zo-progress-layout-default .zo-progress-main .zo-progress .progress-bar span:before {
    position: absolute;
    height: 0;
    width: 0;
    content: "";
    border-width: 5px;
    border-style: solid;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: auto; }
  .zo-progress-layout-default .zo-progress-main .zo-progress .zo-progress-bar-counter-wrap {
    position: absolute;
    right: 0;
    color: #242424;
    font-size: 12px;
    padding: 0 20px 0 0; }

.zo-grid-pricing {
  /* ==========================================================================
   [End] 9. Pricing
========================================================================== */
  /* ==========================================================================
   [Start] 10. Zo Grid
========================================================================== */ }
  .zo-grid-pricing .zo-pricing-item .zo-pricing-inner {
    text-align: center;
    border: 1px solid #ececec;
    -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;
    /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */
    /* TRIPLE BORDERS */ }
  .zo-grid-pricing .zo-pricing-item .zo-pricing-inner .zo-pricing-meta-wrap {
    margin-bottom: 40px; }
  .zo-grid-pricing .zo-pricing-item .zo-pricing-inner .zo-pricing-meta-wrap .option-item {
    font-size: 12px;
    line-height: 48px; }
  .zo-grid-pricing .zo-pricing-item .zo-pricing-inner .zo-pricing-meta-wrap .option-item .fa {
    padding-left: 20px;
    color: #800c3d; }
  .zo-grid-pricing .zo-pricing-item .zo-pricing-inner .zo-pricing-price-wrap {
    color: #141414;
    margin-bottom: 40px; }
  .zo-grid-pricing .zo-pricing-item .zo-pricing-inner .zo-pricing-price-wrap .price {
    font-size: 50px; }
  .zo-grid-pricing .zo-pricing-item .zo-pricing-inner .zo-pricing-price-wrap sup {
    font-size: 18px;
    top: -25px; }
  .zo-grid-pricing .zo-pricing-item .zo-pricing-inner .zo-pricing-price-wrap sub {
    font-size: 14px;
    font-style: italic;
    text-transform: lowercase; }

.zo-grid-wraper {
  /* ==========================================================================
   [End] 10. Zo Grid
========================================================================== */
  /* ==========================================================================
   [Start] 10. Zo Masonry
========================================================================== */ }
  .zo-grid-wraper .zo-grid-filter {
    margin-bottom: 40px; }
  .zo-grid-wraper .zo-grid-filter ul {
    padding: 0;
    margin: 0;
    list-style: none inside;
    text-align: center; }
  .zo-grid-wraper .zo-grid-filter ul li {
    display: inline-block;
    margin-bottom: 16px; }
  .zo-grid-wraper .zo-grid-filter ul li a {
    border: 1px solid #dedede;
    font-size: 10px;
    font-weight: 600;
    padding: 5px 25px;
    text-transform: uppercase;
    letter-spacing: 0.1em; }
  .zo-grid-wraper .zo-grid-filter ul li a.active, .zo-grid-wraper .zo-grid-filter ul li a:hover {
    border-color: #800c3d; }
  .zo-grid-wraper .zo-grid-filter ul li + li {
    margin-left: 16px; }
  .zo-grid-wraper.no-padding .zo-grid .zo-grid-item {
    padding: 0;
    margin: 0; }
  .zo-grid-wraper.no-padding .zo-grid .zo-grid-item .zo-team-wrap {
    padding-bottom: 0; }

.zo-masonry-wrapper {
  /* ==========================================================================
   [End] 10. Zo Masonry
========================================================================== */
  /* ==========================================================================
   [Start] 11. Images Carousel
========================================================================== */ }
  .zo-masonry-wrapper .zo-masonry-filter {
    margin-bottom: 36px;
    text-align: center; }
  .zo-masonry-wrapper .zo-masonry-filter li {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px; }
  .zo-masonry-wrapper .zo-masonry-filter li a {
    margin: 0px 3px;
    padding: 5px 20px;
    border-radius: 50px;
    font-family: Montserrat;
    color: #999;
    font-weight: 300; }
  .zo-masonry-wrapper .zo-masonry-filter li .active {
    background: #800c3d ! important;
    border-color: #800c3d;
    color: #fff;
    text-decoration: none; }
  .zo-masonry-wrapper .zo-masonry-filter li:hover a {
    background: #800c3d;
    border-color: #800c3d;
    color: #fff;
    text-decoration: none; }

.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: #800c3d; }
  .wpb_images_carousel .slick-dots li.slick-active button::before {
    color: #800c3d; }
  .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%);
    /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */
    /* 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] 11. Images Carousel
========================================================================== */
  /** [Start]Heading page
============================*/
    .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; } }

.heading {
  /** [End]Heading page
============================*/
  /** [Start]List shortcode page
============================*/ }
  .heading h1, .heading h2, .heading h3, .heading h4, .heading h5, .heading h6 {
    text-transform: uppercase; }

.list a {
  color: #868686;
  padding-left: 20px; }
  .list li {
    list-style: none inside; }
  .list li:before {
    content: "\f067";
    height: 1px;
    color: #800c3d;
    font: normal normal normal 14px/1 FontAwesome; }

.list-right {
  /** [End]List shortcode page*/
  /** [Start]Heading Accordion Toggle page*/ }
  .list-right a {
    color: #868686;
    padding-left: 20px; }
  .list-right li {
    list-style: none inside; }
  .list-right li:before {
    content: "\f111";
    height: 1px;
    color: #800c3d;
    font-size: 10px ! important;
    font: normal normal normal 14px/1 FontAwesome; }

.wpb_accordion_section {
  /** [End]Heading Accordion Toggle page*/
  /** [Start] charts page*/ }
  .wpb_accordion_section .wpb_accordion_header {
    background: #f8f8f8;
    border: none ! important;
    border-radius: 0 ! important; }
  .wpb_accordion_section .wpb_accordion_header:hover {
    background: #800c3d ! important; }
  .wpb_accordion_section .wpb_accordion_header a {
    font-weight: 400;
    letter-spacing: 2px;
    font-size: 14px ! important;
    color: #333 ! important;
    text-transform: uppercase ! important; }
  .wpb_accordion_section .wpb_accordion_header.ui-state-active {
    background: #800c3d ! important;
    border-radius: 0 ! important; }
  .wpb_accordion_section .wpb_accordion_content {
    border: none ! important;
    padding: 0 ! important; }

.vc_pie_chart .vc_pie_wrapper {
  margin-bottom: 40px ! important; }

.vc_progress_bar {
  /** [End]charts page*/
  /** [Start] text highlight page*/ }
  .vc_progress_bar .vc_single_bar {
    margin-bottom: 60px;
    border-radius: 0;
    background: none !important;
    box-shadow: none !important; }
  .vc_progress_bar .vc_single_bar .vc_bar_wrap {
    background: #909090 none repeat scroll 0 0;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    width: 100%;
    height: 15px;
    position: relative; }
  .vc_progress_bar .vc_single_bar .vc_bar_wrap .vc_bar {
    border-radius: 0; }
  .vc_progress_bar .vc_single_bar .vc_label {
    font-size: 11px;
    padding-left: 0 !important;
    padding-right: 0 !important;
    color: #333 ! important; }
  .vc_progress_bar .vc_single_bar .vc_label .vc_percent {
    float: right;
    font-size: 11px; }
  .vc_progress_bar .vc_single_bar .vc_label .vc_percent:after {
    color: #909090;
    content: "\f0d7";
    font-family: FontAwesome;
    font-size: 16px;
    margin-left: 10px; }

.highlight1 mark {
  background: #800c3d; }

.highlight2 mark {
  background: #800c3d;
  color: #fff; }

.highlight3 mark {
  background: #fff;
  color: #808080; }

.highlight4 {
  /** [End]charthighlights page*/
  /** Custome Heading
================================================*/ }
  .highlight4 mark {
    background: #800c3d;
    color: #333; }

.zo-custom-heading {
  /** Carousel Wrap
================================================*/ }
  .zo-custom-heading .center {
    text-align: center; }
  .zo-custom-heading .left {
    text-align: left; }
  .zo-custom-heading .right {
    float: none;
    text-align: right; }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background-color: #800c3d !important; }

.zo-carousel-purchase .vc_btn3-container .vc_btn3 {
  background: #fff;
  display: inline-block;
  width: 100%; }
  @media (min-width: 768px) and (max-width: 799px) {
      .zo-carousel-purchase .vc_btn3-container .vc_btn3 {
        padding: 16px 26px !important; } }
  @media (min-width: 800px) and (max-width: 979px) {
      .zo-carousel-purchase .vc_btn3-container .vc_btn3 {
        padding: 16px 30px !important; } }
  .zo-carousel-purchase .vc_btn3-container .vc_btn3:hover {
    color: #fff !important;
    background: #800c3d; }

.zo-carousel-wrap {
  /** Features
================================================*/ }
  .zo-carousel-wrap .zo-carousel-filter ul {
    margin-bottom: 40px;
    text-align: center;
    padding: 0;
    list-style: none; }
  .zo-carousel-wrap .zo-carousel-filter ul li {
    border: 1px solid #696969;
    display: inline-block;
    margin-right: 16px;
    margin-bottom: 5px; }
  @media screen and (max-width: 767px) {
        .zo-carousel-wrap .zo-carousel-filter ul li {
          margin-right: 0; } }
  .zo-carousel-wrap .zo-carousel-filter ul li a {
    padding: 5px 15px;
    text-transform: uppercase;
    display: block;
    color: #fff; }
  .zo-carousel-wrap .zo-carousel-filter ul li a:hover {
    color: #800c3d; }

.list-icon li, .list-primary li, .list-number li {
  font-size: 12px;
  margin-bottom: 15px; }
  .list-icon li .fa, .list-primary li .fa, .list-number li .fa {
    font-size: 18px; }

.list-icon {
  list-style: none;
  padding-left: 0; }
  .list-icon .fa {
    background: #909090;
    border-radius: 50%;
    color: #fff;
    font-size: 15px;
    height: 25px;
    line-height: 22px;
    text-align: center;
    vertical-align: middle;
    width: 25px;
    margin-right: 14px; }

.list-primary {
  list-style: none;
  padding-left: 0; }
  .list-primary .fa {
    color: #800c3d;
    margin-right: 24px; }

.list-number {
  list-style: none;
  padding-left: 0;
  counter-reset: numList;
  overflow: hidden;
  /**
* VC Images Carousel
* Slick Slider
**/ }
  .list-number li {
    padding-left: 48px; }
  .list-number li:before {
    border: 1px solid #ededed;
    border-radius: 50%;
    color: #141414;
    content: counter(numList);
    counter-increment: numList;
    height: 25px;
    left: 17px;
    line-height: 25px;
    position: absolute;
    text-align: center;
    width: 25px; }

.zo_images_carousel-wrap {
  /*Style Heading*/ }
  .zo_images_carousel-wrap .zo_images_carousel .slick-list .slick-slide {
    text-align: center;
    outline: none; }
  .zo_images_carousel-wrap .zo_images_carousel .slick-list .slick-slide img {
    display: inline-block; }
  .zo_images_carousel-wrap .slick-slider .slick-arrow {
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    z-index: 99;
    background-color: #fff; }
  .zo_images_carousel-wrap .slick-slider .slick-arrow:before {
    color: #141414;
    line-height: inherit; }
  .zo_images_carousel-wrap .slick-slider .slick-arrow.slick-prev {
    left: 25px; }
  .zo_images_carousel-wrap .slick-slider .slick-arrow.slick-next {
    right: 25px; }
  .zo_images_carousel-wrap .zo_images_carousel_nav.slick-slider .slick-arrow {
    text-align: center;
    z-index: 99;
    top: 0;
    width: 30px;
    background-color: #800c3d;
    height: 100%;
    margin: 0;
    padding: 0; }
  .zo_images_carousel-wrap .zo_images_carousel_nav.slick-slider .slick-arrow:before {
    color: #fff;
    line-height: inherit; }
  .zo_images_carousel-wrap .zo_images_carousel_nav.slick-slider .slick-arrow.slick-prev {
    left: 0; }
  .zo_images_carousel-wrap .zo_images_carousel_nav.slick-slider .slick-arrow.slick-next {
    right: 0; }
  .zo_images_carousel-wrap .zo_images_carousel_nav.slick-slider .slick-slide {
    padding: 0 5px; }
  .zo_images_carousel-wrap .zo_images_carousel_nav.slick-slider .slick-slide.slick-current span {
    position: relative;
    display: block; }
  .zo_images_carousel-wrap .zo_images_carousel_nav.slick-slider .slick-slide.slick-current span:before {
    content: '';
    background: #800c3d;
    background: rgba(3, 172, 220, 0.8);
    /* COLOR OPACITY */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.zo-heading-background .vc_custom_heading.style-2 {
  display: inline-block;
  background: #282828; }

.vc_custom_heading.style-1 {
  text-transform: uppercase;
  margin-bottom: 16px;
  position: relative;
  /*Style title about*/ }
  .vc_custom_heading.style-1:after {
    background: url(../images/hr.png) center center no-repeat;
    height: 9px;
    width: 100px;
    content: '';
    position: absolute;
    bottom: -26px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -khtml-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */
    /* TRANSFORM STYLE */ }

.zo-title-white-color {
  position: absolute;
  z-index: 1111;
  top: 50%;
  left: 0;
  text-align: center;
  right: 0;
  /*[Start template-zo_carousel--testimonial]*/ }
  .zo-title-white-color h2 {
    font-weight: 700;
    color: #fff; }

#zo-carousel.template-zo_carousel--testimonial {
  position: relative;
  /*[End template-zo_carousel--testimonial]*/
  /*[Start carousel-team-page-about-us-2]*/ }
  #zo-carousel.template-zo_carousel--testimonial .owl-next, #zo-carousel.template-zo_carousel--testimonial .owl-prev {
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */
    font-size: 26px; }
  #zo-carousel.template-zo_carousel--testimonial .owl-next:hover, #zo-carousel.template-zo_carousel--testimonial .owl-prev:hover {
    background: #17dfbe;
    background: -moz-linear-gradient(top, #17dfbe 0, #15dac0 48%, #0dc8cb 70%, #06b4d7 90%, #04afda 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #17dfbe), color-stop(48%, #15dac0), color-stop(70%, #0dc8cb), color-stop(90%, #06b4d7), color-stop(100%, #04afda));
    background: -webkit-linear-gradient(top, #17dfbe 0, #15dac0 48%, #0dc8cb 70%, #06b4d7 90%, #04afda 100%);
    background: -o-linear-gradient(top, #17dfbe 0, #15dac0 48%, #0dc8cb 70%, #06b4d7 90%, #04afda 100%);
    background: -ms-linear-gradient(top, #17dfbe 0, #15dac0 48%, #0dc8cb 70%, #06b4d7 90%, #04afda 100%);
    background: linear-gradient(to bottom, #17dfbe 0, #15dac0 48%, #0dc8cb 70%, #06b4d7 90%, #04afda 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#17dfbe', endColorstr='#04afda', GradientType=0);
    /* BACKGROUND GRADIENT */ }
  #zo-carousel.template-zo_carousel--testimonial .owl-nav {
    position: absolute;
    top: 100px;
    width: 80px;
    -webkit-transform: translateY(50%);
    -khtml-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
    /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */
    /* TRANSFORM STYLE */ }
  #zo-carousel.template-zo_carousel--testimonial .owl-nav .owl-next {
    right: 0; }
  #zo-carousel.template-zo_carousel--testimonial .owl-nav .owl-prev {
    left: 0; }
  #zo-carousel.template-zo_carousel--testimonial .owl-nav [class*=owl-] {
    background: transparent;
    border: 2px solid #d5d5d5;
    position: absolute;
    width: 30px;
    height: 30px;
    padding: 0;
    color: #d5d5d5;
    text-align: center; }
  #zo-carousel.template-zo_carousel--testimonial .owl-nav [class*=owl-]:hover {
    color: #fff;
    background: #800c3d;
    border-color: #800c3d; }
  #zo-carousel.template-zo_carousel--testimonial .zo-carousel-item {
    text-align: left; }
  #zo-carousel.template-zo_carousel--testimonial .zo-carousel-item .zo-grid-media {
    width: 80px;
    float: left; }
  #zo-carousel.template-zo_carousel--testimonial .zo-carousel-item .zo-grid-media img {
    margin: 20px auto 0;
    display: block;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */
    max-width: 80px;
    margin-top: -10px; }
  #zo-carousel.template-zo_carousel--testimonial .zo-carousel-item .zo-carousel-title {
    font-size: 16px;
    margin: 20px 0 5px 90px;
    line-height: 1.2;
    text-transform: uppercase; }
  #zo-carousel.template-zo_carousel--testimonial .zo-carousel-item .zo-testimonial-position {
    font-size: 13px;
    font-style: italic;
    margin-left: 10px;
    color: #800c3d; }
  #zo-carousel.template-zo_carousel--testimonial .zo-carousel-item small {
    font-size: 85% ! important; }
  #zo-carousel.template-zo_carousel--testimonial .zo-carousel-item .zo-carousel-content {
    font-weight: 300;
    margin-top: 10px;
    font-size: 16px;
    font-style: italic;
    margin-left: 90px;
    font-family: Athelas; }

#zo-carousel.zo-carousel-team {
  /*[start zo-fancybox-single--style-1]*/ }
  #zo-carousel.zo-carousel-team .zo-team-detail {
    margin-top: 20px;
    margin-bottom: 15px; }
  #zo-carousel.zo-carousel-team .zo-team-detail h3 {
    font-size: 20px;
    margin-bottom: 5px;
    line-height: 1.2; }
  #zo-carousel.zo-carousel-team .owl-nav > .owl-prev, #zo-carousel.zo-carousel-team .owl-nav .owl-next {
    width: 30px;
    height: 30px;
    margin: 0 3px;
    padding: 0;
    line-height: 26px;
    font-size: 26px;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */
    border: 2px solid #d5d5d5;
    background: transparent;
    color: #d5d5d5; }
  #zo-carousel.zo-carousel-team .owl-nav > .owl-prev i, #zo-carousel.zo-carousel-team .owl-nav .owl-next i {
    zo_column_special_5color: #d5d5d5; }
  #zo-carousel.zo-carousel-team .owl-nav > .owl-prev:hover, #zo-carousel.zo-carousel-team .owl-nav .owl-next:hover {
    background: #800c3d;
    border: 2px solid #800c3d;
    color: #fff; }

.zo-fancybox-single--style-1 {
  /*[End zo-fancybox-single--style-1]*/
  /*[start zo-sigle-fancybox-style-3]*/ }
  .zo-fancybox-single--style-1 .zo-fancybox-item.zo-custom-space .fancybox-header {
    margin-bottom: 10px; }
  .zo-fancybox-single--style-1 .zo-fancybox-item.zo-custom-space .fancybox-header .fancybox-title {
    line-height: 21.6px; }
  .zo-fancybox-single--style-1 .zo-fancybox-item .fancybox-header {
    width: 100%;
    margin-bottom: 16px;
    float: left; }
  .zo-fancybox-single--style-1 .zo-fancybox-item .fancybox-header .fancybox-font {
    float: left;
    font-size: 31px;
    vertical-align: middle;
    padding: 0 15px 0 0;
    color: #800c3d; }
  .zo-fancybox-single--style-1 .zo-fancybox-item .fancybox-header .fancybox-title {
    float: left;
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 16px; }

.zo-sigle-fancybox-style-3 .fancybox-header .zo_circle {
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */ }
  .zo-sigle-fancybox-style-3 .fancybox-header .zo_square {
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */ }
  .zo-sigle-fancybox-style-3 .fancybox-header .zo_square_radius {
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */ }
  .zo-sigle-fancybox-style-3 .fancybox-header .fancybox-icon {
    font-size: 34px;
    border: 1px solid #fff;
    width: 100px;
    position: relative;
    height: 100px;
    display: block;
    margin: 0 auto 25px;
    line-height: 105px;
    color: #fff; }
  .zo-sigle-fancybox-style-3 .fancybox-header .fancybox-icon .zo-value {
    bottom: 0;
    position: absolute;
    right: 0;
    width: 30px;
    height: 30px;
    border: 1px solid #ddd;
    line-height: 27px;
    -webkit-border-radius: 100px;
    -khtml-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
    /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */
    background: #fff;
    font-size: 15px; }
  .zo-sigle-fancybox-style-3 .fancybox-header .fancybox-icon span {
    font-weight: 400;
    font-family: 'Montserrat'; }
  .zo-sigle-fancybox-style-3 .fancybox-header h3 {
    font-size: 18px;
    text-transform: uppercase;
    line-height: 1.2;
    color: #000;
    margin: 0 0 16px;
    font-weight: 300; }
  .zo-sigle-fancybox-style-3 .fancybox-content {
    color: #fff; }
  .zo-sigle-fancybox-style-3 .fancybox-content p {
    margin: 0 0 10px; }

.zo-fancybox-content-color {
  /*[End zo-sigle-fancybox-style-3]*/
  /*[start zo-pricing-default]*/ }
  .zo-fancybox-content-color .fancybox-content {
    color: #999; }

.zo-pricing-default {
  /*===============================[Start]Grid team===================================*/ }
  .zo-pricing-default .pricing-feature-item .zo-pricing-inner {
    background: #800c3d !important;
    color: #fff; }
  .zo-pricing-default .pricing-feature-item .zo-pricing-inner .zo-pricing-price, .zo-pricing-default .pricing-feature-item .zo-pricing-inner .zo-pricing-title {
    color: #fff !important; }
  .zo-pricing-default .pricing-feature-item .zo-pricing-inner .zo-pricing-button .btn-pricing {
    background: #fff;
    color: #800c3d; }
  .zo-pricing-default .zo-pricing-item .zo-pricing-inner {
    background: #fff;
    text-align: center;
    padding: 40px 20px;
    cursor: pointer;
    -webkit-border-radius: 30px;
    -khtml-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */ }
  .zo-pricing-default .zo-pricing-item .zo-pricing-inner:hover {
    background: #800c3d ! important;
    color: #fff; }
  .zo-pricing-default .zo-pricing-item .zo-pricing-inner:hover .zo-pricing-price, .zo-pricing-default .zo-pricing-item .zo-pricing-inner:hover .zo-pricing-title {
    color: #fff; }
  .zo-pricing-default .zo-pricing-item .zo-pricing-inner:hover .zo-pricing-button .btn-pricing {
    background: #fff;
    color: #800c3d; }
  .zo-pricing-default .zo-pricing-item .zo-pricing-inner .zo-pricing-title {
    text-transform: uppercase;
    font-size: 24px;
    line-height: 1.2;
    margin: 0 0 16px; }
  .zo-pricing-default .zo-pricing-item .zo-pricing-inner .zo-pricing-price {
    font-weight: 700;
    color: #000;
    position: relative;
    font-family: 'Montserrat';
    margin: 0 auto;
    max-width: 220px; }
  .zo-pricing-default .zo-pricing-item .zo-pricing-inner .zo-pricing-price sup {
    font-size: 24px;
    vertical-align: top;
    top: 25px; }
  .zo-pricing-default .zo-pricing-item .zo-pricing-inner .zo-pricing-price span {
    line-height: 1.2;
    font-size: 100px;
    max-width: 230px;
    margin: auto;
    position: relative; }
  .zo-pricing-default .zo-pricing-item .zo-pricing-inner .zo-pricing-price .time {
    bottom: 0;
    font-size: 24px;
    position: absolute;
    right: 10px;
    -webkit-transform: translateX(-10px);
    -khtml-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px);
    /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */
    /* TRANSFORM STYLE */
    vertical-align: middle;
    font-style: italic; }
  .zo-pricing-default .zo-pricing-item .zo-pricing-inner .zo-pricing-meta ul {
    padding: 20px 0 30px;
    margin: 0px; }
  .zo-pricing-default .zo-pricing-item .zo-pricing-inner .zo-pricing-meta ul li {
    padding: 10px 0;
    list-style: none; }
  .zo-pricing-default .zo-pricing-item .zo-pricing-inner .zo-pricing-button .btn-pricing {
    -webkit-border-radius: 500px;
    -khtml-border-radius: 500px;
    -moz-border-radius: 500px;
    -ms-border-radius: 500px;
    -o-border-radius: 500px;
    border-radius: 500px;
    /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */
    padding: 5px 22px;
    border: 2px solid #ddd;
    font-size: 14px;
    font-weight: 400;
    border-color: #800c3d;
    line-height: 1.42857; }
  .zo-pricing-default .zo-pricing-item .zo-pricing-inner .zo-pricing-button .btn-pricing:hover {
    color: #800c3d;
    background: #fff;
    border-color: #282828; }

.zo-team-layout-1 {
  padding-bottom: 60px; }
  .zo-team-layout-1 .zo-grid-filter {
    margin: 0 0 60px;
    padding: 0;
    text-align: center; }
  .zo-team-layout-1 .zo-grid-filter ul {
    padding: 0;
    margin-top: 7px; }
  .zo-team-layout-1 .zo-grid-filter ul li {
    display: inline-block;
    font-size: 14px;
    font-weight: 600; }
  .zo-team-layout-1 .zo-grid-filter ul li a {
    margin: 4px 3px;
    padding: 7px 20px 8px;
    -webkit-border-radius: 500px;
    -khtml-border-radius: 500px;
    -moz-border-radius: 500px;
    -ms-border-radius: 500px;
    -o-border-radius: 500px;
    border-radius: 500px;
    /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */
    color: #999;
    font-family: Montserrat, sans-serif;
    font-weight: 300;
    font-size: 14px; }
  .zo-team-layout-1 .zo-grid-filter ul li .active {
    background: #800c3d ! important;
    border-color: #800c3d;
    color: #fff;
    text-decoration: none; }
  .zo-team-layout-1 .zo-grid-item .zo-team-image {
    overflow: hidden;
    position: relative; }
  .zo-team-layout-1 .zo-grid-item .zo-team-image img {
    width: 100%; }
  .zo-team-layout-1 .zo-grid-item .zo-team-image:hover .zo-team-overlay {
    background: rgba(3, 172, 220, 0.7);
    opacity: 1;
    top: 0; }
  .zo-team-layout-1 .zo-grid-item .zo-team-overlay {
    opacity: 0;
    height: 100%;
    left: 0;
    top: -100%;
    position: absolute;
    width: 100%;
    z-index: 14;
    transition-duration: 0.5s; }
  .zo-team-layout-1 .zo-grid-item .zo-team-overlay .zo-team-detail {
    padding-top: 33%;
    text-align: center; }
  .zo-team-layout-1 .zo-grid-item .zo-team-overlay .zo-team-detail .zo-team-title {
    color: #fff;
    line-height: 1.2; }
  .zo-team-layout-1 .zo-grid-item .zo-team-overlay .zo-team-detail .zo-team-position {
    color: #fff;
    font-style: italic; }
  .zo-team-layout-1 .zo-grid-item .zo-team-overlay .zo-team-detail .zo-team-socials {
    padding: 0;
    margin-bottom: 30px; }
  .zo-team-layout-1 .zo-grid-item .zo-team-overlay .zo-team-detail .zo-team-socials li {
    display: inline; }
  .zo-team-layout-1 .zo-grid-item .zo-team-overlay .zo-team-detail .zo-team-socials li .bubble {
    font-size: 16px;
    height: 42px;
    line-height: 42px;
    width: 42px;
    display: inline-block;
    background: #fff;
    margin-right: 5px;
    border-radius: 100%; }

.template-zo_grid--team-style-2 .zo-grid-item .zo-team-inner .zo-team-image-wrap, .zo-carousel-team .zo-grid-item .zo-team-inner .zo-team-image-wrap, .template-zo_grid--team-style-2 .zo-carousel-item .zo-team-inner .zo-team-image-wrap, .zo-carousel-team .zo-carousel-item .zo-team-inner .zo-team-image-wrap {
  -webkit-transform: scale(1, 1);
  -khtml-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */
  /* TRANSFORM STYLE */ }

.zo-team-layout-2 .zo-grid-item .zo-team-inner, .zo-carousel-team .zo-grid-item .zo-team-inner, .zo-team-layout-2 .zo-carousel-item .zo-team-inner, .zo-carousel-team .zo-carousel-item .zo-team-inner {
  position: relative;
  text-align: center; }
  .zo-team-layout-2 .zo-grid-item .zo-team-inner .zo-team-image-wrap, .zo-carousel-team .zo-grid-item .zo-team-inner .zo-team-image-wrap, .zo-team-layout-2 .zo-carousel-item .zo-team-inner .zo-team-image-wrap, .zo-carousel-team .zo-carousel-item .zo-team-inner .zo-team-image-wrap {
    display: block;
    position: relative;
    overflow: hidden; }
  .zo-team-layout-2 .zo-grid-item .zo-team-inner .zo-team-image-wrap img, .zo-carousel-team .zo-grid-item .zo-team-inner .zo-team-image-wrap img, .zo-team-layout-2 .zo-carousel-item .zo-team-inner .zo-team-image-wrap img, .zo-carousel-team .zo-carousel-item .zo-team-inner .zo-team-image-wrap img {
    width: 100%; }
  .zo-team-layout-2 .zo-grid-item .zo-team-inner .zo-team-image-wrap:hover .zo-team-overlay:before, .zo-carousel-team .zo-grid-item .zo-team-inner .zo-team-image-wrap:hover .zo-team-overlay:before, .zo-team-layout-2 .zo-carousel-item .zo-team-inner .zo-team-image-wrap:hover .zo-team-overlay:before, .zo-carousel-team .zo-carousel-item .zo-team-inner .zo-team-image-wrap:hover .zo-team-overlay:before {
    bottom: -50%;
    opacity: 1; }
  .zo-team-layout-2 .zo-grid-item .zo-team-inner .zo-team-image-wrap:hover .zo-team-overlay:after, .zo-carousel-team .zo-grid-item .zo-team-inner .zo-team-image-wrap:hover .zo-team-overlay:after, .zo-team-layout-2 .zo-carousel-item .zo-team-inner .zo-team-image-wrap:hover .zo-team-overlay:after, .zo-carousel-team .zo-carousel-item .zo-team-inner .zo-team-image-wrap:hover .zo-team-overlay:after {
    top: -50%;
    opacity: 1; }
  .zo-team-layout-2 .zo-grid-item .zo-team-inner .zo-team-image-wrap:hover .zo-team-socials, .zo-carousel-team .zo-grid-item .zo-team-inner .zo-team-image-wrap:hover .zo-team-socials, .zo-team-layout-2 .zo-carousel-item .zo-team-inner .zo-team-image-wrap:hover .zo-team-socials, .zo-carousel-team .zo-carousel-item .zo-team-inner .zo-team-image-wrap:hover .zo-team-socials {
    opacity: 1; }
  .zo-team-layout-2 .zo-grid-item .zo-team-inner .zo-team-image-wrap .zo-team-overlay:before, .zo-carousel-team .zo-grid-item .zo-team-inner .zo-team-image-wrap .zo-team-overlay:before, .zo-team-layout-2 .zo-carousel-item .zo-team-inner .zo-team-image-wrap .zo-team-overlay:before, .zo-carousel-team .zo-carousel-item .zo-team-inner .zo-team-image-wrap .zo-team-overlay:before {
    background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
    bottom: -100%;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    -webkit-transition: all 0.3s ease 0s;
    -khtml-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */
    /* TRIPLE BORDERS */
    width: 100%; }
  .zo-team-layout-2 .zo-grid-item .zo-team-inner .zo-team-image-wrap .zo-team-overlay:after, .zo-carousel-team .zo-grid-item .zo-team-inner .zo-team-image-wrap .zo-team-overlay:after, .zo-team-layout-2 .zo-carousel-item .zo-team-inner .zo-team-image-wrap .zo-team-overlay:after, .zo-carousel-team .zo-carousel-item .zo-team-inner .zo-team-image-wrap .zo-team-overlay:after {
    background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: -100%;
    -webkit-transition: all 0.3s ease 0s;
    -khtml-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */
    /* TRIPLE BORDERS */
    width: 100%; }
  .zo-team-layout-2 .zo-grid-item .zo-team-inner .zo-team-socials, .zo-carousel-team .zo-grid-item .zo-team-inner .zo-team-socials, .zo-team-layout-2 .zo-carousel-item .zo-team-inner .zo-team-socials, .zo-carousel-team .zo-carousel-item .zo-team-inner .zo-team-socials {
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transition: all 0.3s ease 0s;
    -khtml-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */
    /* TRIPLE BORDERS */
    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%);
    /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */
    /* TRANSFORM STYLE */ }
  .zo-team-layout-2 .zo-grid-item .zo-team-inner .zo-team-socials ul, .zo-carousel-team .zo-grid-item .zo-team-inner .zo-team-socials ul, .zo-team-layout-2 .zo-carousel-item .zo-team-inner .zo-team-socials ul, .zo-carousel-team .zo-carousel-item .zo-team-inner .zo-team-socials ul {
    padding: 0;
    list-style: outside none none; }
  .zo-team-layout-2 .zo-grid-item .zo-team-inner .zo-team-socials .socials-icons, .zo-carousel-team .zo-grid-item .zo-team-inner .zo-team-socials .socials-icons, .zo-team-layout-2 .zo-carousel-item .zo-team-inner .zo-team-socials .socials-icons, .zo-carousel-team .zo-carousel-item .zo-team-inner .zo-team-socials .socials-icons {
    display: inline-block;
    position: relative;
    text-align: center; }
  .zo-team-layout-2 .zo-grid-item .zo-team-inner .zo-team-socials .socials-icons i, .zo-carousel-team .zo-grid-item .zo-team-inner .zo-team-socials .socials-icons i, .zo-team-layout-2 .zo-carousel-item .zo-team-inner .zo-team-socials .socials-icons i, .zo-carousel-team .zo-carousel-item .zo-team-inner .zo-team-socials .socials-icons i {
    display: block;
    height: 38px;
    line-height: 38px;
    margin: 10px 0;
    width: 38px;
    border-radius: 50px;
    background: #800c3d;
    border-color: #800c3d;
    color: #fff;
    text-decoration: nonet; }
  .zo-team-layout-2 .zo-grid-item .zo-team-inner .zo-team-socials .socials-icons i:hover, .zo-carousel-team .zo-grid-item .zo-team-inner .zo-team-socials .socials-icons i:hover, .zo-team-layout-2 .zo-carousel-item .zo-team-inner .zo-team-socials .socials-icons i:hover, .zo-carousel-team .zo-carousel-item .zo-team-inner .zo-team-socials .socials-icons i:hover {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #17dfbe 0px, #15dac0 24%, #0dc8cb 57%, #06b4d7 86%, #04afda 100%) repeat scroll 0 0; }
  .zo-team-layout-2 .zo-grid-item .zo-team-inner .zo-team-socials .socials-icons .tooltip-inner, .zo-carousel-team .zo-grid-item .zo-team-inner .zo-team-socials .socials-icons .tooltip-inner, .zo-team-layout-2 .zo-carousel-item .zo-team-inner .zo-team-socials .socials-icons .tooltip-inner, .zo-carousel-team .zo-carousel-item .zo-team-inner .zo-team-socials .socials-icons .tooltip-inner {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #17dfbe 0px, #15dac0 24%, #0dc8cb 57%, #06b4d7 86%, #04afda 100%) repeat scroll 0 0;
    white-space: nowrap; }
  .zo-team-layout-2 .zo-grid-item .zo-team-inner .zo-team-socials .socials-icons .tooltip-inner:after, .zo-carousel-team .zo-grid-item .zo-team-inner .zo-team-socials .socials-icons .tooltip-inner:after, .zo-team-layout-2 .zo-carousel-item .zo-team-inner .zo-team-socials .socials-icons .tooltip-inner:after, .zo-carousel-team .zo-carousel-item .zo-team-inner .zo-team-socials .socials-icons .tooltip-inner:after {
    background: red; }
  .zo-team-layout-2 .zo-grid-item .zo-team-inner .zo-team-socials .socials-icons .tooltip.bottom .tooltip-arrow, .zo-carousel-team .zo-grid-item .zo-team-inner .zo-team-socials .socials-icons .tooltip.bottom .tooltip-arrow, .zo-team-layout-2 .zo-carousel-item .zo-team-inner .zo-team-socials .socials-icons .tooltip.bottom .tooltip-arrow, .zo-carousel-team .zo-carousel-item .zo-team-inner .zo-team-socials .socials-icons .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #17dfbe; }
  .zo-team-layout-2 .no-padding, .zo-carousel-team .no-padding {
    padding: 0; }

.zo-team-layout-4 {
  padding-bottom: 60px;
  /*====================================[End] Grid team=============================================*/
  /*====================================[Start] Fancybox=============================================*/ }
  .zo-team-layout-4 .zo-grid-filter {
    margin: 0 0 59px;
    padding: 0;
    text-align: center; }
  .zo-team-layout-4 .zo-grid-filter ul {
    margin-top: 9px; }
  .zo-team-layout-4 .zo-grid-filter ul li {
    display: inline-block;
    font-size: 14px;
    font-weight: 600; }
  .zo-team-layout-4 .zo-grid-filter ul li a {
    margin: 4px 3px;
    padding: 7px 20px;
    border-radius: 50px;
    color: #999;
    font-family: Montserrat;
    font-weight: 300;
    font-size: 14px; }
  .zo-team-layout-4 .zo-grid-filter ul li .active {
    background: #800c3d ! important;
    border-color: #800c3d;
    color: #fff;
    text-decoration: none; }
  .zo-team-layout-4 .zo-grid-item {
    margin-bottom: 40px ! important; }
  .zo-team-layout-4 .zo-grid-item .zo-team-infor {
    margin-top: 20px;
    text-align: center; }
  .zo-team-layout-4 .zo-grid-item .zo-team-infor h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    text-transform: none;
    line-height: 24px;
    margin-bottom: 5px;
    color: #242424; }
  .zo-team-layout-4 .zo-grid-item .zo-team-image {
    overflow: hidden;
    position: relative; }
  .zo-team-layout-4 .zo-grid-item .zo-team-image img {
    width: 100%; }
  .zo-team-layout-4 .zo-grid-item .zo-team-image:hover .zo-team-overlay {
    background: rgba(3, 172, 220, 0.7);
    opacity: 1;
    top: 0; }
  .zo-team-layout-4 .zo-grid-item .zo-team-overlay {
    opacity: 0;
    height: 100%;
    left: 0;
    top: -100%;
    position: absolute;
    width: 100%;
    z-index: 14;
    transition-duration: 0.5s; }
  .zo-team-layout-4 .zo-grid-item .zo-team-overlay .zo-team-detail {
    padding-top: 33%;
    text-align: center; }
  .zo-team-layout-4 .zo-grid-item .zo-team-overlay .zo-team-detail .zo-team-title {
    color: #fff;
    line-height: 1.2; }
  .zo-team-layout-4 .zo-grid-item .zo-team-overlay .zo-team-detail .zo-team-position {
    color: #fff;
    font-style: italic; }
  .zo-team-layout-4 .zo-grid-item .zo-team-overlay .zo-team-detail .zo-team-socials {
    padding: 0;
    margin-bottom: 30px; }
  .zo-team-layout-4 .zo-grid-item .zo-team-overlay .zo-team-detail .zo-team-socials li {
    display: inline; }
  .zo-team-layout-4 .zo-grid-item .zo-team-overlay .zo-team-detail .zo-team-socials li .bubble {
    font-size: 16px;
    height: 42px;
    line-height: 42px;
    width: 42px;
    display: inline-block;
    background: #fff;
    margin-right: 5px;
    border-radius: 100%; }

.zo-fancybox-style-1 .zo-fancybox-item .zo-fancybox-inner {
  text-align: center;
  padding-bottom: 50px; }
  .zo-fancybox-style-1 .zo-fancybox-item .zo-fancybox-inner .zo-fancybox-content-icon {
    border: 1px solid #fff;
    display: block;
    height: 100px;
    line-height: 105px;
    margin: 0 auto 25px;
    position: relative;
    background: #f5f5f5;
    border-radius: 100%;
    width: 100px; }
  .zo-fancybox-style-1 .zo-fancybox-item .zo-fancybox-inner .zo-fancybox-content-icon i {
    font-size: 34px;
    color: #800c3d; }
  .zo-fancybox-style-1 .zo-fancybox-item .zo-fancybox-inner .zo-fancybox-content-title .zo-fancybox-title {
    font-size: 18px;
    line-height: 1.2;
    text-transform: uppercase; }

.zo-fancybox-single-default {
  /*====================================[End] Fancybox=============================================*/
  /* ==================================[Start] Portfolio========================================*/ }
  .zo-fancybox-single-default .color-blue .zo-fancyboxes-body .zo-fancybox-item .fancybox-header .fancybox-icon {
    background: #800c3d; }
  .zo-fancybox-single-default .color-green .zo-fancyboxes-body .zo-fancybox-item .fancybox-header .fancybox-icon {
    background: #18e2ba; }
  .zo-fancybox-single-default .color-purple .zo-fancyboxes-body .zo-fancybox-item .fancybox-header .fancybox-icon {
    background: #564bb5; }
  .zo-fancybox-single-default .zo-fancyboxes-body .zo-fancybox-item {
    margin-top: 20px; }
  .zo-fancybox-single-default .zo-fancyboxes-body .zo-fancybox-item .fancybox-header .fancybox-icon {
    clear: both;
    color: #fff;
    display: block;
    float: left;
    font-size: 24px;
    height: 70px;
    line-height: 70px;
    margin: 0 30px 30px 10px;
    text-align: center;
    background: #800c3d;
    width: 70px; }
  .zo-fancybox-single-default .zo-fancyboxes-body .zo-fancybox-item .fancybox-header .fancybox-icon i {
    color: #fff; }
  .zo-fancybox-single-default .zo-fancyboxes-body .zo-fancybox-item .fancybox-header .fancybox-title {
    font-weight: 300;
    font-size: 18px;
    padding: 0;
    line-height: 21.6px;
    padding-left: 110px;
    margin: 0 0 16px; }
  .zo-fancybox-single-default .zo-fancyboxes-body .zo-fancybox-item .zo_circle {
    -webkit-border-radius: 100%;
    -khtml-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */ }
  .zo-fancybox-single-default .zo-fancyboxes-body .zo-fancybox-item .zo_square {
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */ }
  .zo-fancybox-single-default .zo-fancyboxes-body .zo-fancybox-item .zo_square_radius {
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */ }
  .zo-fancybox-single-default .zo-fancyboxes-body .zo-fancybox-item .fancybox-content {
    padding-left: 110px; }
  .zo-fancybox-single-default .zo-fancyboxes-body .zo-fancybox-item .fancybox-content p {
    /* IE 5.5-7 */
    word-wrap: break-word;
    /* Firefox 1.0-2.0 */
    white-space: -moz-pre-wrap; }

.zo_grid-portfolio-style-1 .zo-portfolio-item {
  padding: 0; }
  .zo_grid-portfolio-style-1 .zo-portfolio-item .zo-portfolio-inner {
    display: block;
    overflow: hidden;
    position: relative;
    text-align: center; }
  .zo_grid-portfolio-style-1 .zo-portfolio-item .zo-portfolio-inner img {
    width: 100%; }
  .zo_grid-portfolio-style-1 .zo-portfolio-item .zo-portfolio-inner .zo-portfolio-overlay:before {
    background: #800c3d;
    bottom: -100%;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    opacity: 1;
    position: absolute;
    -webkit-transition: all 0.3s ease 0s;
    -khtml-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */
    /* TRIPLE BORDERS */
    width: 100%; }
  .zo_grid-portfolio-style-1 .zo-portfolio-item .zo-portfolio-inner .zo-portfolio-overlay:after {
    background: #800c3d;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: -100%;
    -webkit-transition: all 0.3s ease 0s;
    -khtml-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */
    /* TRIPLE BORDERS */
    width: 100%; }
  .zo_grid-portfolio-style-1 .zo-portfolio-item .zo-portfolio-inner .zo-portfolio-overlay-inner {
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transition: all 0.3s ease 0s;
    -khtml-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */
    /* TRIPLE BORDERS */
    -webkit-transform: translateY(-50%);
    -khtml-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */
    /* TRANSFORM STYLE */
    width: 100%; }
  .zo_grid-portfolio-style-1 .zo-portfolio-item .zo-portfolio-inner .zo-portfolio-overlay-inner a {
    color: #fff; }
  .zo_grid-portfolio-style-1 .zo-portfolio-item .zo-portfolio-inner .zo-portfolio-overlay-inner .zo-portfolio-categories {
    position: relative;
    padding-bottom: 15px; }
  .zo_grid-portfolio-style-1 .zo-portfolio-item .zo-portfolio-inner .zo-portfolio-overlay-inner .zo-portfolio-categories:before {
    background: url(../images/hr2.png) center center no-repeat;
    height: 9px;
    width: 100px;
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -khtml-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */
    /* TRANSFORM STYLE */ }
  .zo_grid-portfolio-style-1 .zo-portfolio-item .zo-portfolio-inner .zo-portfolio-overlay-inner .zo-portfolio-title {
    padding-top: 10px;
    font-size: 24px; }
  .zo_grid-portfolio-style-1 .zo-portfolio-item .zo-portfolio-inner .zo-portfolio-overlay-inner .btn {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 2px solid #fff;
    color: #fff;
    margin-top: 7px;
    font-size: 14px;
    line-height: 1.4;
    padding: 5px 25px; }
  .zo_grid-portfolio-style-1 .zo-portfolio-item .zo-portfolio-inner .zo-portfolio-overlay-inner .btn:hover {
    background: #282828;
    border-color: #282828; }
  .zo_grid-portfolio-style-1 .zo-portfolio-item .zo-portfolio-inner:hover .zo-portfolio-overlay-inner {
    opacity: 1; }
  .zo_grid-portfolio-style-1 .zo-portfolio-item .zo-portfolio-inner:hover .zo-portfolio-overlay:before {
    bottom: -50%;
    opacity: 0.7; }
  .zo_grid-portfolio-style-1 .zo-portfolio-item .zo-portfolio-inner:hover .zo-portfolio-overlay:after {
    top: -50%;
    opacity: 0.7; }

.zo_grid-portfolio-style-default, .zo_grid-portfolio-style-gallery {
  padding-bottom: 20px;
  padding: 0 0 20px; }
  .zo_grid-portfolio-style-default.template-zo_grid--portfolio-with-text .zo-portfolio-item, .zo_grid-portfolio-style-gallery.template-zo_grid--portfolio-with-text .zo-portfolio-item {
    padding-bottom: 15px; }
  .zo_grid-portfolio-style-default.template-zo_grid--portfolio-with-text .zo-portfolio-item .zo-portfolio-descripton .zo-portfolio-title a, .zo_grid-portfolio-style-gallery.template-zo_grid--portfolio-with-text .zo-portfolio-item .zo-portfolio-descripton .zo-portfolio-title a {
    font-size: 16px; }
  .zo_grid-portfolio-style-default .no-padding, .zo_grid-portfolio-style-gallery .no-padding {
    padding: 0 ! important; }
  .zo_grid-portfolio-style-default .zo-portfolio-item:first-child, .zo_grid-portfolio-style-gallery .zo-portfolio-item:first-child {
    -webkit-transform: translate3d(0px, 0px, 0px);
    -khtml-transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
    /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */
    /* TRANSFORM STYLE */ }
  .zo_grid-portfolio-style-default .text-center, .zo_grid-portfolio-style-gallery .text-center {
    text-align: center; }
  .zo_grid-portfolio-style-default .zo-grid-filter, .zo_grid-portfolio-style-gallery .zo-grid-filter {
    text-align: center;
    margin-bottom: 38px; }
  .zo_grid-portfolio-style-default .zo-grid-filter ul, .zo_grid-portfolio-style-gallery .zo-grid-filter ul {
    padding: 0;
    margin-top: 9px; }
  .zo_grid-portfolio-style-default .zo-grid-filter ul li, .zo_grid-portfolio-style-gallery .zo-grid-filter ul li {
    display: inline-block; }
  .zo_grid-portfolio-style-default .zo-grid-filter ul li a, .zo_grid-portfolio-style-gallery .zo-grid-filter ul li a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    border-radius: 500px;
    color: #999;
    font-family: Montserrat, sans-serif;
    margin: 4px 3px;
    padding: 7px 20px;
    text-decoration: none; }
  .zo_grid-portfolio-style-default .zo-grid-filter ul li a:hover, .zo_grid-portfolio-style-gallery .zo-grid-filter ul li a:hover {
    background: #800c3d;
    color: #fff; }
  .zo_grid-portfolio-style-default .zo-grid-filter ul li .active, .zo_grid-portfolio-style-gallery .zo-grid-filter ul li .active {
    background: #800c3d;
    color: #fff; }
  .zo_grid-portfolio-style-default .zo-portfolio-item, .zo_grid-portfolio-style-gallery .zo-portfolio-item {
    padding-bottom: 30px; }
  .zo_grid-portfolio-style-default .zo-portfolio-item .zo-portfolio-inner, .zo_grid-portfolio-style-gallery .zo-portfolio-item .zo-portfolio-inner {
    max-width: 100%;
    text-align: center;
    display: block;
    overflow: hidden;
    position: relative; }
  .zo_grid-portfolio-style-default .zo-portfolio-item .zo-portfolio-inner img, .zo_grid-portfolio-style-gallery .zo-portfolio-item .zo-portfolio-inner img {
    width: 100%; }
  .zo_grid-portfolio-style-default .zo-portfolio-item .zo-portfolio-inner:hover .zo-portfolio-overlay-inner, .zo_grid-portfolio-style-gallery .zo-portfolio-item .zo-portfolio-inner:hover .zo-portfolio-overlay-inner {
    opacity: 1; }
  .zo_grid-portfolio-style-default .zo-portfolio-item .zo-portfolio-inner:hover .zo_hover_right, .zo_grid-portfolio-style-gallery .zo-portfolio-item .zo-portfolio-inner:hover .zo_hover_right {
    right: 0 !important;
    left: auto !important; }
  .zo_grid-portfolio-style-default .zo-portfolio-item .zo-portfolio-inner:hover .zo_hover_left, .zo_grid-portfolio-style-gallery .zo-portfolio-item .zo-portfolio-inner:hover .zo_hover_left {
    left: 0 !important;
    right: auto !important; }
  .zo_grid-portfolio-style-default .zo-portfolio-item .zo-portfolio-inner:hover .zo_hover_top, .zo_grid-portfolio-style-gallery .zo-portfolio-item .zo-portfolio-inner:hover .zo_hover_top {
    top: 0 !important; }
  .zo_grid-portfolio-style-default .zo-portfolio-item .zo-portfolio-inner:hover .zo_hover_bottom, .zo_grid-portfolio-style-gallery .zo-portfolio-item .zo-portfolio-inner:hover .zo_hover_bottom {
    bottom: 0 !important; }
  .zo_grid-portfolio-style-default .zo-portfolio-item .zo-portfolio-inner .zo-portfolio-overlay, .zo_grid-portfolio-style-gallery .zo-portfolio-item .zo-portfolio-inner .zo-portfolio-overlay {
    background: #800c3d;
    background: rgba(3, 172, 220, 0.7);
    /* COLOR OPACITY */
    -webkit-transition: all 300ms ease-in-out;
    -khtml-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */
    /* TRIPLE BORDERS */
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0; }
  .zo_grid-portfolio-style-default .zo-portfolio-item .zo-portfolio-inner .zo_hover_left, .zo_grid-portfolio-style-gallery .zo-portfolio-item .zo-portfolio-inner .zo_hover_left {
    left: -100%; }
  .zo_grid-portfolio-style-default .zo-portfolio-item .zo-portfolio-inner .zo_hover_right, .zo_grid-portfolio-style-gallery .zo-portfolio-item .zo-portfolio-inner .zo_hover_right {
    right: -100%; }
  .zo_grid-portfolio-style-default .zo-portfolio-item .zo-portfolio-inner .zo_hover_top, .zo_grid-portfolio-style-gallery .zo-portfolio-item .zo-portfolio-inner .zo_hover_top {
    left: 0;
    top: -100% !important; }
  .zo_grid-portfolio-style-default .zo-portfolio-item .zo-portfolio-inner .zo_hover_bottom, .zo_grid-portfolio-style-gallery .zo-portfolio-item .zo-portfolio-inner .zo_hover_bottom {
    top: auto;
    bottom: -100% !important; }
  .zo_grid-portfolio-style-default .zo-portfolio-item .zo-portfolio-inner .zo-portfolio-overlay-inner, .zo_grid-portfolio-style-gallery .zo-portfolio-item .zo-portfolio-inner .zo-portfolio-overlay-inner {
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transition: all 0.3s ease 0s;
    -khtml-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */
    /* TRIPLE BORDERS */
    -webkit-transform: translateY(-50%);
    -khtml-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */
    /* TRANSFORM STYLE */
    width: 100%; }
  .zo_grid-portfolio-style-default .zo-portfolio-item .zo-portfolio-inner .zo-portfolio-overlay-inner a, .zo_grid-portfolio-style-gallery .zo-portfolio-item .zo-portfolio-inner .zo-portfolio-overlay-inner a {
    color: #fff; }
  .zo_grid-portfolio-style-default .zo-portfolio-item .zo-portfolio-inner .zo-portfolio-overlay-inner .bubble, .zo_grid-portfolio-style-gallery .zo-portfolio-item .zo-portfolio-inner .zo-portfolio-overlay-inner .bubble {
    font-size: 16px;
    height: 42px;
    line-height: 42px;
    margin-top: 3px;
    width: 42px;
    display: inline-block;
    margin-right: 7px;
    border-radius: 100%;
    background: #fff; }
  .zo_grid-portfolio-style-default .zo-portfolio-item .zo-portfolio-inner .zo-portfolio-overlay-inner .bubble i, .zo_grid-portfolio-style-gallery .zo-portfolio-item .zo-portfolio-inner .zo-portfolio-overlay-inner .bubble i {
    color: #800c3d; }
  .zo_grid-portfolio-style-default .zo-portfolio-item .zo-portfolio-inner .zo-portfolio-overlay-inner .bubble:hover, .zo_grid-portfolio-style-gallery .zo-portfolio-item .zo-portfolio-inner .zo-portfolio-overlay-inner .bubble:hover {
    background: #800c3d; }
  .zo_grid-portfolio-style-default .zo-portfolio-item .zo-portfolio-inner .zo-portfolio-overlay-inner .bubble:hover i, .zo_grid-portfolio-style-gallery .zo-portfolio-item .zo-portfolio-inner .zo-portfolio-overlay-inner .bubble:hover i {
    color: #fff; }
  .zo_grid-portfolio-style-default .zo-portfolio-item .zo-portfolio-inner .zo-portfolio-overlay-inner .zo-portfolio-categories, .zo_grid-portfolio-style-gallery .zo-portfolio-item .zo-portfolio-inner .zo-portfolio-overlay-inner .zo-portfolio-categories {
    padding-bottom: 0; }
  .zo_grid-portfolio-style-default .zo-portfolio-item .zo-portfolio-inner .zo-portfolio-overlay-inner .zo-portfolio-categories a, .zo_grid-portfolio-style-gallery .zo-portfolio-item .zo-portfolio-inner .zo-portfolio-overlay-inner .zo-portfolio-categories a {
    font-size: 18px;
    font-weight: 300;
    line-height: 29.25px; }
  .zo_grid-portfolio-style-default .zo-portfolio-item .zo-portfolio-inner .zo-portfolio-overlay-inner h3, .zo_grid-portfolio-style-gallery .zo-portfolio-item .zo-portfolio-inner .zo-portfolio-overlay-inner h3 {
    font-size: 18px;
    line-height: 24px; }
  .zo_grid-portfolio-style-default .zo-portfolio-item .zo-portfolio-inner .zo-portfolio-overlay-inner h2 a, .zo_grid-portfolio-style-gallery .zo-portfolio-item .zo-portfolio-inner .zo-portfolio-overlay-inner h2 a {
    margin: 10px 0 20px;
    font-size: 24px;
    line-height: 30px;
    font-weight: 300; }
  .zo_grid-portfolio-style-default .zo-portfolio-item .zo-portfolio-inner .zo-portfolio-overlay-inner .zo-portfolio-categories, .zo_grid-portfolio-style-gallery .zo-portfolio-item .zo-portfolio-inner .zo-portfolio-overlay-inner .zo-portfolio-categories {
    margin-bottom: 10px; }
  .zo_grid-portfolio-style-default .zo-portfolio-item .zo-portfolio-descripton, .zo_grid-portfolio-style-gallery .zo-portfolio-item .zo-portfolio-descripton {
    background: transparent;
    padding: 15px 0;
    text-align: center; }
  .zo_grid-portfolio-style-default .zo-portfolio-item .zo-portfolio-descripton h2, .zo_grid-portfolio-style-gallery .zo-portfolio-item .zo-portfolio-descripton h2 {
    font-size: 18px;
    line-height: 30px; }
  .zo_grid-portfolio-style-default .zo-portfolio-item .zo-portfolio-descripton h3, .zo_grid-portfolio-style-gallery .zo-portfolio-item .zo-portfolio-descripton h3 {
    font-size: 16px;
    line-height: 24px; }
  .zo_grid-portfolio-style-default .zo-portfolio-item .zo-portfolio-descripton .zo-portfolio-title, .zo_grid-portfolio-style-gallery .zo-portfolio-item .zo-portfolio-descripton .zo-portfolio-title {
    text-transform: uppercase;
    margin-bottom: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .zo_grid-portfolio-style-default .zo-portfolio-item .zo-portfolio-descripton .zo-portfolio-title a, .zo_grid-portfolio-style-gallery .zo-portfolio-item .zo-portfolio-descripton .zo-portfolio-title a {
    color: #242424; }
  .zo_grid-portfolio-style-default .zo-portfolio-item .zo-portfolio-descripton .zo-portfolio-categories, .zo_grid-portfolio-style-gallery .zo-portfolio-item .zo-portfolio-descripton .zo-portfolio-categories {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 0 10px; }
  .zo_grid-portfolio-style-default .zo-portfolio-item .zo-portfolio-descripton .zo-portfolio-categories a, .zo_grid-portfolio-style-gallery .zo-portfolio-item .zo-portfolio-descripton .zo-portfolio-categories a {
    color: #999; }

.zo_grid-portfolio-style-gallery {
  padding-bottom: 40px ! important;
  /*[Start] Syle template-zo_grid--portfolio-product*/ }
  .zo_grid-portfolio-style-gallery .zo-portfolio-overlay-inner h2 {
    margin: 0 ! important;
    line-height: 19.2px; }
  .zo_grid-portfolio-style-gallery .zo-portfolio-item .zo-portfolio-inner .zo-portfolio-overlay-inner .zo-portfolio-categories a {
    font-size: 14px;
    line-height: 22.75px;
    padding-bottom: 10px; }

.template-zo_grid--portfolio-product {
  /*[End template-zo_grid--portfolio-product]*/
  /**/ }
  .template-zo_grid--portfolio-product .zo-portfolio-item .zo-portfolio-inner .zo-portfolio-overlay {
    opacity: 0;
    background: rgba(255, 255, 255, 0.7) !important;
    color: #fff; }
  .template-zo_grid--portfolio-product .zo-portfolio-item .zo-portfolio-inner:hover .zo_hover_top {
    top: 0;
    opacity: 1; }
  .template-zo_grid--portfolio-product .zo-portfolio-item .zo-content {
    padding: 20px 0 0;
    position: relative;
    display: block;
    overflow: hidden;
    text-align: center; }
  .template-zo_grid--portfolio-product .zo-portfolio-item .zo-content .zo-portfolio-title {
    font-size: 16px;
    margin: 0 0 5px;
    text-transform: uppercase; }
  .template-zo_grid--portfolio-product .zo-portfolio-item .zo-content .zo-portfolio-title a {
    color: #242424; }
  .template-zo_grid--portfolio-product .zo-portfolio-item .zo-content .zo-price {
    font-family: Athelas;
    font-size: 24px;
    font-style: italic;
    color: #800c3d; }
  .template-zo_grid--portfolio-product .zo-portfolio-item .zo-content .zo-price span {
    color: #aeaeae !important; }

.template-zo_grid--portfolio-without-text .zo-portfolio-item .zo-portfolio-inner .zo-portfolio-overlay-inner .zo-portfolio-categories a {
  font-size: 14px; }
  .template-zo_grid--portfolio-without-text .zo-portfolio-item .zo-portfolio-inner .zo-portfolio-overlay-inner.zo_custom_line_height .zo-portfolio-categories a {
    font-size: 18px;
    line-height: 29.25px; }
  .template-zo_grid--portfolio-without-text .zo-portfolio-item .zo-portfolio-inner .zo-portfolio-overlay-inner.zo_custom_line_height .zo-portfolio-title {
    font-size: 18px;
    line-height: 19.2px; }

.portfoilo-text-large .template-zo_grid--portfolio-without-text .zo-portfolio-item .zo-portfolio-inner .zo-portfolio-overlay-inner .zo-portfolio-categories {
  margin-bottom: 0; }
  .portfoilo-text-large .template-zo_grid--portfolio-without-text .zo-portfolio-item .zo-portfolio-inner .zo-portfolio-overlay-inner .zo-portfolio-categories a {
    font-size: 18px; }

.zo-masonry-style-default .zo-masonry-item .zo-masonry-inner {
  cursor: pointer;
  overflow: hidden;
  position: relative;
  text-align: center;
  z-index: 1; }
  .zo-masonry-style-default .zo-masonry-item .zo-masonry-inner img {
    -webkit-transform: scale(1);
    -khtml-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */
    /* TRANSFORM STYLE */
    -webkit-transition: opacity 0.55s ease 0s, transform 0.55s ease 0s;
    -khtml-transition: opacity 0.55s ease 0s, transform 0.55s ease 0s;
    -moz-transition: opacity 0.55s ease 0s, transform 0.55s ease 0s;
    -ms-transition: opacity 0.55s ease 0s, transform 0.55s ease 0s;
    -o-transition: opacity 0.55s ease 0s, transform 0.55s ease 0s;
    transition: opacity 0.55s ease 0s, transform 0.55s ease 0s;
    /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */
    /* TRIPLE BORDERS */ }
  .zo-masonry-style-default .zo-masonry-item .zo-masonry-inner .zo-masonry-overlay {
    opacity: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    backface-visibility: hidden;
    color: #fff;
    font-size: 1.25em;
    padding: 2em;
    text-transform: uppercase;
    display: block;
    -webkit-transform: scale(1.12);
    -khtml-transform: scale(1.12);
    -moz-transform: scale(1.12);
    -ms-transform: scale(1.12);
    -o-transform: scale(1.12);
    transform: scale(1.12);
    /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */
    /* TRANSFORM STYLE */
    -webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    -khtml-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    -moz-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    -ms-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    -o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */
    /* TRIPLE BORDERS */ }
  .zo-masonry-style-default .zo-masonry-item .zo-masonry-inner .zo-masonry-overlay:before {
    border: 3px solid #fff;
    bottom: 30px;
    content: "";
    left: 30px;
    position: absolute;
    right: 30px;
    top: 30px; }
  .zo-masonry-style-default .zo-masonry-item .zo-masonry-inner .zo-masonry-overlay .zo-masonry-overlay-inner {
    position: absolute;
    -webkit-transform: translate3D(-50%, -50%, 0);
    -khtml-transform: translate3D(-50%, -50%, 0);
    -moz-transform: translate3D(-50%, -50%, 0);
    -ms-transform: translate3D(-50%, -50%, 0);
    -o-transform: translate3D(-50%, -50%, 0);
    transform: translate3D(-50%, -50%, 0);
    /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */
    /* TRANSFORM STYLE */
    left: 50%;
    top: 50%; }
  .zo-masonry-style-default .zo-masonry-item .zo-masonry-inner .zo-masonry-overlay .zo-masonry-overlay-inner .zo-masonry-title {
    border: 4px solid #fff;
    display: inline-block;
    font-size: 30px;
    font-weight: 700;
    opacity: 1;
    padding: 6px 10px;
    margin-bottom: 0px;
    width: auto;
    z-index: 99999; }
  .zo-masonry-style-default .zo-masonry-item .zo-masonry-inner .zo-masonry-overlay .zo-masonry-overlay-inner h2 {
    line-height: 35px; }
  .zo-masonry-style-default .zo-masonry-item .zo-masonry-inner .zo-masonry-overlay .zo-masonry-overlay-inner .zo-masonry-categories {
    padding: 10px 0;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    opacity: 1;
    right: 0;
    text-transform: none;
    z-index: 99999; }
  .zo-masonry-style-default .zo-masonry-item .zo-masonry-inner .zo-masonry-overlay .zo-masonry-overlay-inner a {
    color: #fff; }
  .zo-masonry-style-default .zo-masonry-item .zo-masonry-inner .zo-masonry-overlay .zo-masonry-overlay-inner a i {
    font-size: 30px;
    line-height: 36px; }
  .zo-masonry-style-default .zo-masonry-item:hover .zo-masonry-inner img {
    -webkit-transform: scale(1.12);
    -khtml-transform: scale(1.12);
    -moz-transform: scale(1.12);
    -ms-transform: scale(1.12);
    -o-transform: scale(1.12);
    transform: scale(1.12);
    /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */
    /* TRANSFORM STYLE */
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s; }
  .zo-masonry-style-default .zo-masonry-item:hover .zo-masonry-overlay {
    background: rgba(23, 223, 190, 0.5);
    transition-duration: 0.8s;
    -webkit-transform: scale(1);
    -khtml-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */
    /* TRANSFORM STYLE */
    opacity: 1;
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s; }
  .zo-masonry-style-default .portfolio-button {
    text-align: center;
    margin-top: 40px; }

.zo-masonry-style-style-3 {
  padding-bottom: 28px; }
  .zo-masonry-style-style-3 .zo-masonry-item .zo-masonry-inner {
    display: block;
    overflow: hidden;
    position: relative;
    text-align: center; }
  .zo-masonry-style-style-3 .zo-masonry-item .zo-masonry-inner .zo-masonry-overlay:before {
    background: #800c3d;
    background: rgba(3, 172, 220, 0.7);
    /* COLOR OPACITY */
    bottom: -100%;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    -webkit-transition: all 0.3s ease 0s;
    -khtml-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */
    /* TRIPLE BORDERS */
    width: 100%; }
  .zo-masonry-style-style-3 .zo-masonry-item .zo-masonry-inner .zo-masonry-overlay:after {
    background: #800c3d;
    background: rgba(3, 172, 220, 0.7);
    /* COLOR OPACITY */
    content: "";
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: -100%;
    -webkit-transition: all 0.3s ease 0s;
    -khtml-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */
    /* TRIPLE BORDERS */
    width: 100%; }
  .zo-masonry-style-style-3 .zo-masonry-item .zo-masonry-inner .zo-masonry-overlay-inner {
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transition: all 0.3s ease 0s;
    -khtml-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */
    /* TRIPLE BORDERS */
    -webkit-transform: translateY(-50%);
    -khtml-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */
    /* TRANSFORM STYLE */
    z-index: 99999;
    width: 100%; }
  .zo-masonry-style-style-3 .zo-masonry-item .zo-masonry-inner .zo-masonry-overlay-inner a {
    color: #fff;
    font-weight: 300; }
  .zo-masonry-style-style-3 .zo-masonry-item .zo-masonry-inner .zo-masonry-overlay-inner .zo-masonry-categories {
    margin-bottom: 10px; }
  .zo-masonry-style-style-3 .zo-masonry-item .zo-masonry-inner:hover .zo-masonry-overlay-inner {
    opacity: 1; }
  .zo-masonry-style-style-3 .zo-masonry-item .zo-masonry-inner:hover .zo-masonry-overlay:before {
    bottom: -50%;
    opacity: 0.7; }
  .zo-masonry-style-style-3 .zo-masonry-item .zo-masonry-inner:hover .zo-masonry-overlay:after {
    top: -50%;
    opacity: 0.7; }

.zo-masonry-style-style-2 .zo-masonry-item .zo-masonry-inner {
  position: relative;
  text-align: center; }
  .zo-masonry-style-style-2 .zo-masonry-item .zo-masonry-inner .zo-masonry-image-wrap {
    display: block;
    position: relative;
    overflow: hidden;
    height: 100%; }
  .zo-masonry-style-style-2 .zo-masonry-item .zo-masonry-inner .zo-masonry-image-wrap:hover .zo-masonry-overlay:before {
    bottom: -50%;
    opacity: 1; }
  .zo-masonry-style-style-2 .zo-masonry-item .zo-masonry-inner .zo-masonry-image-wrap:hover .zo-masonry-overlay:after {
    top: -50%;
    opacity: 1; }
  .zo-masonry-style-style-2 .zo-masonry-item .zo-masonry-inner .zo-masonry-image-wrap:hover .zo-masonry-overlay-inner {
    opacity: 1; }
  .zo-masonry-style-style-2 .zo-masonry-item .zo-masonry-inner .zo-masonry-image-wrap .zo-masonry-overlay:before {
    background: #800c3d;
    background: rgba(3, 172, 220, 0.7);
    /* COLOR OPACITY */
    bottom: -100%;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    -webkit-transition: all 0.3s ease 0s;
    -khtml-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */
    /* TRIPLE BORDERS */
    width: 100%; }
  .zo-masonry-style-style-2 .zo-masonry-item .zo-masonry-inner .zo-masonry-image-wrap .zo-masonry-overlay:after {
    background: #800c3d;
    background: rgba(3, 172, 220, 0.7);
    /* COLOR OPACITY */
    content: "";
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: -100%;
    -webkit-transition: all 0.3s ease 0s;
    -khtml-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */
    /* TRIPLE BORDERS */
    width: 100%; }
  .zo-masonry-style-style-2 .zo-masonry-item .zo-masonry-inner .zo-masonry-image-wrap .zo-masonry-overlay-inner {
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transition: all 0.3s ease 0s;
    -khtml-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */
    /* TRIPLE BORDERS */
    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%);
    /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */
    /* TRANSFORM STYLE */ }
  .zo-masonry-style-style-2 .zo-masonry-item .zo-masonry-inner .zo-masonry-image-wrap .zo-masonry-overlay-inner a {
    color: #fff; }
  .zo-masonry-style-style-2 .portfolio-button {
    text-align: center;
    margin-top: 40px; }

.zo-masonry-style-style-4 {
  /* ==================================[End] Portfolio========================================*/
  /*[start zo-blog-classic]*/ }
  .zo-masonry-style-style-4 .zo-masonry-item .zo-masonry-inner {
    display: block;
    overflow: hidden;
    position: relative;
    text-align: center; }
  .zo-masonry-style-style-4 .zo-masonry-item .zo-masonry-inner .zo-masonry-overlay:before {
    background: #800c3d;
    background: rgba(3, 172, 220, 0.7);
    /* COLOR OPACITY */
    bottom: -100%;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    -webkit-transition: all 0.3s ease 0s;
    -khtml-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */
    /* TRIPLE BORDERS */
    width: 100%; }
  .zo-masonry-style-style-4 .zo-masonry-item .zo-masonry-inner .zo-masonry-overlay:after {
    background: #800c3d;
    background: rgba(3, 172, 220, 0.7);
    /* COLOR OPACITY */
    content: "";
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: -100%;
    -webkit-transition: all 0.3s ease 0s;
    -khtml-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */
    /* TRIPLE BORDERS */
    width: 100%; }
  .zo-masonry-style-style-4 .zo-masonry-item .zo-masonry-inner .zo-masonry-overlay-inner {
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transition: all 0.3s ease 0s;
    -khtml-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */
    /* TRIPLE BORDERS */
    -webkit-transform: translateY(-50%);
    -khtml-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */
    /* TRANSFORM STYLE */
    z-index: 99999;
    width: 100%; }
  .zo-masonry-style-style-4 .zo-masonry-item .zo-masonry-inner .zo-masonry-overlay-inner a {
    color: #fff; }
  .zo-masonry-style-style-4 .zo-masonry-item .zo-masonry-inner:hover .zo-masonry-overlay-inner {
    opacity: 1; }
  .zo-masonry-style-style-4 .zo-masonry-item .zo-masonry-inner:hover .zo-masonry-overlay:before {
    bottom: -50%;
    opacity: 0.7; }
  .zo-masonry-style-style-4 .zo-masonry-item .zo-masonry-inner:hover .zo-masonry-overlay:after {
    top: -50%;
    opacity: 0.7; }

.template-zo_grid--blog-classic .zo_background_item .zo-blog-classic {
  background: #f1f1f1;
  padding: 20px; }
  .template-zo_grid--blog-classic .zo-grid-item .zo-blog-content {
    margin-bottom: 20px; }
  .template-zo_grid--blog-classic .zo-grid-item .zo-blog-content a.btn-primary:active {
    border: 2px solid #282828 !important; }
  .template-zo_grid--blog-classic .zo-grid-item .zo-grid-media img {
    width: 100%; }
  .template-zo_grid--blog-classic .zo-grid-item .zo-detail-post a.btn-primary {
    line-height: 20px;
    padding: 5px 22px; }

.zo-blog-classic {
  position: relative;
  margin-bottom: 60px;
  /*[start zo-grid-timeline ]*/ }
  .zo-blog-classic .zo-gallery .left.carousel-control span:before {
    left: 20px; }
  .zo-blog-classic .zo-gallery .right.carousel-control span:before {
    right: 20px; }
  .zo-blog-classic .zo-gallery .carousel-control {
    -webkit-transform: translateY(50%);
    -khtml-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
    /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */
    /* TRANSFORM STYLE */
    height: 100%;
    margin: -20px auto;
    background: none; }
  .zo-blog-classic .zo-gallery .carousel-control span:before {
    background: none repeat scroll 0 0 transparent !important;
    border: 3px solid #fff !important;
    cursor: pointer;
    font-size: 41px;
    font-weight: 300;
    height: 50px;
    line-height: 45px;
    position: absolute;
    width: 50px;
    z-index: 9999;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */ }
  .zo-blog-classic .zo-video .wp-video {
    margin: 0 auto; }
  .zo-blog-classic .zo-grid-media {
    position: relative;
    overflow: hidden;
    text-align: center; }
  .zo-blog-classic .zo-grid-media .zo-blog-overlay:before {
    background: #800c3d;
    bottom: -100%;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    -webkit-transition: all 0.3s ease 0s;
    -khtml-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */
    /* TRIPLE BORDERS */
    width: 100%; }
  .zo-blog-classic .zo-grid-media .zo-blog-overlay:after {
    background: #800c3d;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: -100%;
    -webkit-transition: all 0.3s ease 0s;
    -khtml-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */
    /* TRIPLE BORDERS */
    width: 100%; }
  .zo-blog-classic .zo-grid-media .zo-blog-overlay-inner {
    opacity: 0;
    position: absolute;
    text-align: center;
    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%);
    /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */
    /* TRANSFORM STYLE */
    -webkit-transition: all 0.3s ease 0s;
    -khtml-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */
    /* TRIPLE BORDERS */
    width: 100%; }
  .zo-blog-classic .zo-grid-media .zo-blog-overlay-inner span.zo-post-like, .zo-blog-classic .zo-grid-media .zo-blog-overlay-inner span.zo-comment {
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */
    background: #fff;
    width: 57px;
    font-size: 18px;
    font-weight: 600;
    height: 57px;
    margin: 0 3px;
    line-height: 57px;
    display: inline-block;
    text-align: center; }
  .zo-blog-classic .zo-grid-media:hover .zo-blog-overlay:before {
    opacity: 0.7;
    bottom: -50%; }
  .zo-blog-classic .zo-grid-media:hover .zo-blog-overlay:after {
    opacity: 0.7;
    top: -50%; }
  .zo-blog-classic .zo-grid-media:hover .zo-blog-overlay-inner {
    opacity: 1; }
  .zo-blog-classic .zo-grid-media:hover .zo-blog-overlay-inner span.zo-post-like, .zo-blog-classic .zo-grid-media:hover .zo-blog-overlay-inner span.zo-comment {
    color: #800c3d; }
  .zo-blog-classic .zo-detail-post .zo-meta {
    margin: 25px 0 10px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600; }
  .zo-blog-classic .zo-detail-post .zo-meta a {
    color: #800c3d; }
  .zo-blog-classic .zo-detail-post .zo-meta a:hover {
    color: #494c50; }
  .zo-blog-classic .zo-detail-post .zo-grid-title h3 {
    margin-bottom: 16px;
    line-height: 1.5; }
  .zo-blog-classic .zo-detail-post .zo-grid-title h3 a {
    font-weight: 700;
    color: #282828; }

.zo-grid-timeline {
  /*[End zo-grid-timeline ]*/ }
  .zo-grid-timeline .zo-grid-blog-masonry {
    position: relative ! important; }
  .zo-grid-timeline .zo-blog-classic {
    margin-bottom: 0;
    position: initial; }
  .zo-grid-timeline .timeline {
    padding: 0;
    margin-top: 0; }
  .zo-grid-timeline .timeline:before {
    top: 100px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 3px;
    background-color: #eee;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -khtml-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */
    /* TRANSFORM STYLE */ }
  .zo-grid-timeline .timeline li {
    list-style: none; }
  .zo-grid-timeline .timeline .right {
    position: relative; }
  .zo-grid-timeline .timeline .right .tl-circ {
    position: absolute;
    top: 23px;
    left: 50%;
    text-align: center;
    color: #fff;
    background: #fff;
    border: 1px solid #ddd;
    width: 15px;
    height: 15px;
    line-height: 15px;
    -webkit-transform: translateX(-50%);
    -khtml-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */
    /* TRANSFORM STYLE */
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */ }
  .zo-grid-timeline .timeline .right .timeline-panel:before {
    border-color: transparent #f1f1f1;
    border-style: solid;
    border-width: 15px 15px 15px 0;
    content: " ";
    display: inline-block;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -khtml-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */
    /* TRANSFORM STYLE */
    margin-left: 94px;
    top: 26px; }
  .zo-grid-timeline .timeline .right .timeline-panel .zo-grid-item {
    left: 58%; }
  .zo-grid-timeline .timeline .left {
    position: relative; }
  .zo-grid-timeline .timeline .left .tl-circ {
    position: absolute;
    top: 23px;
    left: 50%;
    text-align: center;
    color: #fff;
    background: #fff;
    border: 1px solid #ddd;
    width: 15px;
    height: 15px;
    line-height: 15px;
    -webkit-transform: translateX(-50%);
    -khtml-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */
    /* TRANSFORM STYLE */
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */ }
  .zo-grid-timeline .timeline .left .timeline-panel:before {
    border-color: transparent #f1f1f1;
    border-style: solid;
    border-width: 15px 0 15px 15px;
    content: " ";
    display: inline-block;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -khtml-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */
    /* TRANSFORM STYLE */
    top: 26px;
    margin-left: -100px; }
  .zo-grid-timeline .timeline .tldate {
    display: block;
    width: 100px;
    height: 100px;
    line-height: 100px;
    background: #800c3d;
    color: #fff;
    margin: 0 auto;
    padding: 0;
    font-weight: 700;
    text-align: center;
    overflow: hidden;
    position: relative;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */ }

.zo-counter-background {
  background: #17dfbe;
  background: -moz-linear-gradient(top, #17dfbe 0, #15dac0 48%, #0dc8cb 70%, #06b4d7 90%, #04afda 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #17dfbe), color-stop(48%, #15dac0), color-stop(70%, #0dc8cb), color-stop(90%, #06b4d7), color-stop(100%, #04afda));
  background: -webkit-linear-gradient(top, #17dfbe 0, #15dac0 48%, #0dc8cb 70%, #06b4d7 90%, #04afda 100%);
  background: -o-linear-gradient(top, #17dfbe 0, #15dac0 48%, #0dc8cb 70%, #06b4d7 90%, #04afda 100%);
  background: -ms-linear-gradient(top, #17dfbe 0, #15dac0 48%, #0dc8cb 70%, #06b4d7 90%, #04afda 100%);
  background: linear-gradient(to bottom, #17dfbe 0, #15dac0 48%, #0dc8cb 70%, #06b4d7 90%, #04afda 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#17dfbe', endColorstr='#04afda', GradientType=0);
  /* BACKGROUND GRADIENT */
  /*[Start zo_fancy_home_style_2]*/ }
  .zo-counter-background .zo-counter-body .zo-counter {
    color: #fff !important;
    font-size: 48px;
    font-weight: 600; }
  .zo-counter-background .zo-counter-body h3 {
    color: #fff !important;
    font-size: 16px;
    margin: 0 0 0 16px; }

.zo_fancy_home_style_2 {
  overflow: hidden;
  /*[Contact zo_facybox_single_contact]*/ }
  .zo_fancy_home_style_2 .zo-fancyboxes-body .zo-fancybox-item .fancybox-header .fancybox-title {
    line-height: 21.6px;
    font-weight: 300;
    margin-bottom: 16px; }

.zo_facybox_single_contact {
  /*[Start]template-zo_fancybox_single--style-4*/ }
  .zo_facybox_single_contact .zo-fancyboxes-body .zo-fancybox-item {
    margin-top: 0;
    padding-bottom: 20px; }
  .zo_facybox_single_contact .zo-fancyboxes-body .zo-fancybox-item:first-child {
    margin-bottom: 5px; }

.template-zo_fancybox_single--style-4 {
  /*[End]template-zo_fancybox_single--style-4*/ }
  .template-zo_fancybox_single--style-4 .zo-fancyboxes-body {
    color: #fff;
    font-size: 51px;
    position: relative;
    overflow: hidden;
    line-height: 200px;
    height: 200px !important;
    text-align: center; }
  .template-zo_fancybox_single--style-4 .zo-fancyboxes-body .zo-front {
    left: 0;
    right: 0;
    top: 15%;
    cursor: pointer;
    position: absolute;
    zoom: 1;
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    margin: -20px auto; }
  .template-zo_fancybox_single--style-4 .zo-fancyboxes-body .fancybox-icon {
    height: 120px; }
  .template-zo_fancybox_single--style-4 .zo-fancyboxes-body .fancybox-header {
    left: 0;
    right: 0;
    cursor: pointer;
    padding: 0 40px;
    top: 0;
    position: absolute;
    zoom: 0;
    filter: alpha(opacity=0);
    opacity: 0;
    margin: -20px auto;
    -webkit-transition: all 0.2s cubic-bezier(0.835, 0, 0.19, 1);
    -o-transition: all 0.2s cubic-bezier(0.835, 0, 0.19, 1);
    transition: all 0.2s cubic-bezier(0.835, 0, 0.19, 1);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden; }
  .template-zo_fancybox_single--style-4 .zo-fancyboxes-body .fancybox-title {
    font-size: 18px;
    color: #fff;
    margin: 10px 0;
    font-weight: 300;
    overflow: hidden;
    text-overflow: ellipsis; }
  .template-zo_fancybox_single--style-4 .zo-fancyboxes-body:hover .zo-front {
    opacity: 0; }
  .template-zo_fancybox_single--style-4 .zo-fancyboxes-body:hover .fancybox-header {
    opacity: 1;
    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%);
    /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */
    /* TRANSFORM STYLE */ }

.zo-carousel-style-1 {
  padding-top: 70px;
  /*zo-twiter-index-porfolio*/ }
  .zo-carousel-style-1 .zo-carousel-item-style-1 {
    position: relative;
    text-align: center;
    width: 90%;
    margin: 0 auto; }
  .zo-carousel-style-1 .zo-carousel-item-style-1 .zo-grid-media img {
    border-radius: 100%;
    margin: 0 auto; }
  .zo-carousel-style-1 .zo-carousel-item-style-1 .zo-carousel-title {
    margin: 20px 0 5px;
    line-height: 19.2px;
    font-size: 16px ! important; }
  .zo-carousel-style-1 .zo-carousel-item-style-1 .zo-testimonial-position {
    color: #800c3d;
    font-style: italic;
    font-size: 13px;
    font-weight: 400; }
  .zo-carousel-style-1 .zo-carousel-item-style-1 .zo-carousel-content {
    color: #a4a4a4;
    font-family: Athelas;
    font-size: 18px;
    font-style: italic;
    font-weight: 300;
    margin-top: 25px;
    line-height: 29.25px;
    padding-bottom: 10px; }
  .zo-carousel-style-1 .owl-theme .owl-nav [class*="owl-"] {
    background: #fff;
    border-radius: 100%;
    color: #242424;
    cursor: pointer;
    display: inline-block;
    font-size: 28px;
    height: 60px;
    width: 60px;
    line-height: 60px;
    padding: 0;
    margin: 0; }
  .zo-carousel-style-1 .owl-theme .owl-nav [class*="owl-"]:hover {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #17dfbe 0px, #15dac0 24%, #0dc8cb 57%, #06b4d7 86%, #04afda 100%) repeat scroll 0 0;
    color: #fff; }
  .zo-carousel-style-1 .owl-prev {
    position: absolute;
    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%);
    /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */
    /* TRANSFORM STYLE */
    left: 5px; }
  .zo-carousel-style-1 .owl-next {
    position: absolute;
    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%);
    /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */
    /* TRANSFORM STYLE */
    right: 5px; }

.zo-twiter-index-porfolio {
  text-align: center;
  font-family: Source Sans Pro;
  font-style: italic;
  font-size: 18px; }
  .zo-twiter-index-porfolio i {
    border: 1px solid #14a8ed !important;
    color: #14a8ed !important;
    width: 55px;
    vertical-align: -moz-middle-with-baseline;
    height: 55px;
    margin: 0 15px;
    display: inline-block;
    -webkit-border-radius: 55px;
    -khtml-border-radius: 55px;
    -moz-border-radius: 55px;
    -ms-border-radius: 55px;
    -o-border-radius: 55px;
    border-radius: 55px;
    /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */
    font-size: 18px;
    line-height: 53px;
    background: transparent !important; }

.carousel-about-1 {
  /*[start gallery]*/ }
  .carousel-about-1 .owl-theme .owl-nav [class*="owl-"] {
    background: #f5f5f5; }

.template-zo_grid--gallery-home {
  /*[End gallery]*/ }
  .template-zo_grid--gallery-home .zo-grid-media img {
    width: 100%; }
  .template-zo_grid--gallery-home .zo-grid-item:nth-of-type(2n) .zo-grid-info {
    position: absolute;
    left: 0;
    right: auto; }
  .template-zo_grid--gallery-home .zo-grid-info {
    right: 25px;
    bottom: 5px;
    background: rgba(255, 255, 255, 0.4);
    padding: 5px 60px;
    position: absolute; }
  .template-zo_grid--gallery-home .zo-grid-info h3 {
    margin: 3px 0; }
  .template-zo_grid--gallery-home .zo-grid-info h3 a {
    font-size: 24px;
    color: #fff !important;
    padding: 0;
    margin: 3px 0;
    font-weight: 300;
    line-height: 1.2;
    text-transform: uppercase; }
  @media screen and (max-width: 479px) {
        .template-zo_grid--gallery-home .zo-grid-info h3 a {
          font-size: 15px; } }
  .template-zo_grid--gallery-home .zo-grid-info h3 a:hover {
    color: #fff !important; }
  .template-zo_grid--gallery-home .zo-grid-info p {
    color: #fff;
    font-style: italic;
    font-family: Athelas;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.625; }
  .template-zo_grid--gallery-home .zo-grid-info p span {
    text-transform: capitalize; }

.zo-slider-freelance {
  text-align: center; }
  .zo-slider-freelance .vc_tta-container .vc_general.vc_pagination .vc_pagination-trigger:hover {
    background: #800c3d ! important; }
  .zo-slider-freelance .vc_tta-container .vc_active .vc_pagination-trigger {
    background: #800c3d ! important; }
  .zo-slider-freelance ul.vc_pagination > li {
    float: none !important; }
  .zo-slider-freelance .zo-box-text p {
    font-family: Athelas;
    font-style: italic;
    font-size: 20px;
    color: #9d9d9d;
    font-weight: 300;
    margin-bottom: 20px;
    margin-top: 0;
    line-height: 38px; }

.zo-lading-fancy .fancybox-header {
  margin-bottom: 6px;
  margin-top: 21px; }
  .zo-lading-fancy .fancybox-header .fancybox-font {
    width: 50px; }

.zo-lading-fancy-demo {
  /*Style for demo*/ }
  .zo-lading-fancy-demo .fancybox-header {
    float: none; }
  .zo-lading-fancy-demo .fancybox-header .fancybox-title {
    margin-top: 20px;
    width: 100%; }
  .zo-lading-fancy-demo .fancybox-header .fancybox-image {
    text-align: center; }
  .zo-lading-fancy-demo .fancybox-content p {
    margin-bottom: 10px; }
  @media screen and (max-width: 599px) {
  .zo-lading-fancy-demo .zo-fancybox-item {
    text-align: center;
    max-width: 373px;
    margin: 0 auto 50px; } }

.template-zo_grid--demo {
  /**/
  /*[Start template-zo_video--poup]*/ }
  .template-zo_grid--demo .zo-grid-item {
    margin-bottom: 15px;
    display: inline-block;
    position: relative;
    -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;
    /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */
    /* TRIPLE BORDERS */
    -webkit-transition: property, transform;
    -khtml-transition: property, transform;
    -moz-transition: property, transform;
    -ms-transition: property, transform;
    -o-transition: property, transform;
    transition: property, transform;
    /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */
    /* TRIPLE BORDERS */
    -webkit-transform: translateZ(0);
    -khtml-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */
    /* TRANSFORM STYLE */
    box-shadow: 0 0 1px transparent; }
  @media screen and (max-width: 479px) {
    .template-zo_grid--demo .zo-grid-item {
      width: 100% !important; } }
  .template-zo_grid--demo .zo-grid-item:hover, .template-zo_grid--demo .zo-grid-item:active, .template-zo_grid--demo .zo-grid-item:focus {
    webkit-transform: translateY(-6px);
    transform: translateY(-6px);
    -webkit-animation-name: hover;
    animation-name: hover;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate; }
  .template-zo_grid--demo .zo-grid-item:hover .zo-grid-title h3 a, .template-zo_grid--demo .zo-grid-item:active .zo-grid-title h3 a, .template-zo_grid--demo .zo-grid-item:focus .zo-grid-title h3 a {
    color: #494c50; }
  .template-zo_grid--demo .zo-grid-item:hover:before, .template-zo_grid--demo .zo-grid-item:active:before, .template-zo_grid--demo .zo-grid-item:focus:before {
    opacity: 0.4;
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
    -webkit-animation-name: hover-shadow;
    animation-name: hover-shadow;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate; }
  .template-zo_grid--demo .zo-grid-item:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: calc((100% - 274px)/2);
    height: 10px;
    width: 90%;
    max-width: 274px;
    opacity: 0;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, .35) 0, rgba(0, 0, 0, 0) 80%);
    -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;
    /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */
    /* TRIPLE BORDERS */
    -webkit-transform: translateX(0);
    -khtml-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */
    /* TRANSFORM STYLE */
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity; }
  .template-zo_grid--demo .zo-grid-item .zo-grid-media {
    text-align: center; }
  .template-zo_grid--demo .zo-grid-item .zo-grid-media img {
    border: 1px solid #f9f9f9; }
  .template-zo_grid--demo .zo-grid-item .zo-grid-title h3 {
    text-align: center; }
  .template-zo_grid--demo .zo-grid-item .zo-grid-title h3 a {
    display: block;
    font-size: 18px;
    color: #282828;
    text-transform: uppercase;
    margin: 20px; }

.template-zo_video--poup {
  margin-bottom: 40px;
  /*[End template-zo_video--poup]*/
  /*[Start template-zo_grid--product-menu]*/ }
  .template-zo_video--poup a {
    margin: 0; }
  .template-zo_video--poup a i {
    width: 80px;
    height: 80px;
    margin-bottom: 40px;
    margin-top: 30px;
    text-align: center;
    font-size: 21px;
    line-height: 80px;
    color: #fff;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */
    border: 1px solid #fff; }
  .template-zo_video--poup h3 {
    font-size: 60px;
    line-height: 60px;
    text-transform: uppercase;
    font-weight: 300;
    font-family: Athelas;
    color: #fff;
    text-decoration: none;
    font-style: italic;
    padding: 0px;
    background-color: transparent;
    border-width: 0px;
    border-color: #fff;
    border-style: none; }

.template-zo_grid--product-menu {
  /*[End template-zo_grid--product-menu]*/
  /*[Start zo-newsletters-restaurant ]*/ }
  .template-zo_grid--product-menu .zo-product-item {
    margin: 40px 0; }
  .template-zo_grid--product-menu .zo-product-item .zo-imagewrapper {
    -webkit-transform: scale(1);
    -khtml-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */
    /* TRANSFORM STYLE */
    display: block;
    overflow: hidden;
    position: relative;
    margin-right: 30px;
    box-shadow: none;
    color: #fff;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25) 2px 5px rgba(0, 0, 0, .4);
    -khtml-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25) 2px 5px rgba(0, 0, 0, .4);
    -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25) 2px 5px rgba(0, 0, 0, .4);
    -ms-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25) 2px 5px rgba(0, 0, 0, .4);
    -o-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25) 2px 5px rgba(0, 0, 0, .4);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25) 2px 5px rgba(0, 0, 0, .4);
    /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */
    /* BOX SIZING */
    -webkit-border-radius: 500px;
    -khtml-border-radius: 500px;
    -moz-border-radius: 500px;
    -ms-border-radius: 500px;
    -o-border-radius: 500px;
    border-radius: 500px;
    /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */ }
  .template-zo_grid--product-menu .zo-product-item .zo-imagewrapper:hover .zo-image-overlay:before {
    bottom: -50%;
    opacity: 1; }
  .template-zo_grid--product-menu .zo-product-item .zo-imagewrapper:hover .zo-image-overlay:after {
    top: -50%;
    opacity: 1; }
  .template-zo_grid--product-menu .zo-product-item .zo-imagewrapper:hover .zo-image-overlay:before, .template-zo_grid--product-menu .zo-product-item .zo-imagewrapper:hover .zo-image-overlay:after {
    background: #800c3d;
    opacity: 0.7; }
  .template-zo_grid--product-menu .zo-product-item .zo-imagewrapper:hover .zo-buttons {
    margin-top: -10px;
    opacity: 1;
    visibility: visible; }
  .template-zo_grid--product-menu .zo-product-item .zo-imagewrapper img {
    max-width: 100%;
    width: 120px;
    display: inline-block;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */ }
  .template-zo_grid--product-menu .zo-product-item .zo-imagewrapper .zo-image-overlay:before, .template-zo_grid--product-menu .zo-product-item .zo-imagewrapper .zo-image-overlay:after {
    background: #800c3d;
    opacity: 0.7; }
  .template-zo_grid--product-menu .zo-product-item .zo-imagewrapper .zo-image-overlay:before {
    bottom: -100%; }
  .template-zo_grid--product-menu .zo-product-item .zo-imagewrapper .zo-image-overlay:after {
    top: -100%; }
  .template-zo_grid--product-menu .zo-product-item .zo-imagewrapper .zo-image-overlay:before, .template-zo_grid--product-menu .zo-product-item .zo-imagewrapper .zo-image-overlay:after {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    height: 100%;
    content: "";
    display: block;
    left: 0;
    opacity: 0;
    position: absolute;
    width: 100%;
    -webkit-transition: all 0.3s ease 0s;
    -khtml-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */
    /* TRIPLE BORDERS */ }
  .template-zo_grid--product-menu .zo-product-item .zo-imagewrapper .zo-buttons {
    visibility: hidden;
    margin: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    top: 50%;
    margin-top: -20px;
    -webkit-transition: all 0.3s ease 0s;
    -khtml-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */
    /* TRIPLE BORDERS */ }
  .template-zo_grid--product-menu .zo-product-item .zo-imagewrapper .zo-buttons span a {
    color: #fff !important;
    font-family: Athelas;
    font-style: italic;
    margin-top: 10px; }
  .template-zo_grid--product-menu .zo-product-item .zo-res-title h3 {
    font-size: 18px;
    text-transform: uppercase; }
  .template-zo_grid--product-menu .zo-product-item .zo-desc {
    margin: 20px 0; }
  .template-zo_grid--product-menu .zo-product-item .price h4 {
    font-size: 30px;
    line-height: 30px;
    color: #800c3d;
    font-weight: 300;
    text-transform: uppercase;
    font-family: Athelas;
    font-style: italic;
    padding: 0; }

.zo-newsletters-restaurant .input-group {
  margin-bottom: 15px;
  position: relative;
  display: table;
  border-collapse: separate; }
  .zo-newsletters-restaurant .input-group .input-group-addon {
    display: table-cell;
    background: #2f2f2f;
    border-color: #343434;
    padding: 0px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    border-radius: 4px;
    width: 1%;
    white-space: nowrap;
    vertical-align: middle; }
  .zo-newsletters-restaurant .input-group .input-group-addon:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .zo-newsletters-restaurant .input-group input {
    display: table-cell;
    background: #2f2f2f;
    border-color: #343434;
    height: 50px;
    -webkit-border-radius: 500px;
    -khtml-border-radius: 500px;
    -moz-border-radius: 500px;
    -ms-border-radius: 500px;
    -o-border-radius: 500px;
    border-radius: 500px;
    /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */ }
  .zo-newsletters-restaurant .input-group input:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .zo-newsletters-restaurant .row.text-center {
    margin-top: 23px;
    text-align: center; }

.zo-sidebar-photography {
  text-align: center;
  /*[End zo-newsletters-restaurant ]*/
  /*[Start] template-zo_masonry--portfolio-style-1*/ }

.template-zo_masonry--portfolio-style-1 {
  /*[End] template-zo_masonry--portfolio-style-1*/ }
  @media screen and (max-width: 479px) {
      .template-zo_masonry--portfolio-style-1 .zo-masonry-item:hover .zo-masonry-overlay .zo-masonry-overlay-inner {
        left: 50% !important; } }

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: #800c3d; }
  .wpb_revslider_element .tp-bullets.simplebullets.round .bullet:hover {
    background: #800c3d; }

#preloader_1 span {
  display: block;
  bottom: 0;
  width: 9px;
  height: 5px;
  background: #fff;
  position: absolute;
  -webkit-animation: preloader_1 1.5s infinite ease-in-out;
  -moz-animation: preloader_1 1.5s infinite ease-in-out;
  -ms-animation: preloader_1 1.5s infinite ease-in-out;
  -o-animation: preloader_1 1.5s infinite ease-in-out;
  animation: preloader_1 1.5s infinite ease-in-out; }

#preloader_1 span:nth-child(2) {
  left: 11px;
  animation-delay: 0.2s; }

#preloader_1 span:nth-child(3) {
  left: 22px;
  animation-delay: 0.4s; }

#preloader_1 span:nth-child(4) {
  left: 33px;
  animation-delay: 0.6s; }

#preloader_1 span:nth-child(5) {
  left: 44px;
  animation-delay: 0.8s; }

@keyframes preloader_1 {
  0% {
    height: 5px;
    transform: translateY(0px);
    background: #17dfbe; }

  25% {
    height: 30px;
    transform: translateY(15px);
    background: #15dac0; }

  50% {
    height: 5px;
    transform: translateY(0px);
    background: #0dc8cb; }

  100% {
    height: 5px;
    transform: translateY(0px);
    background: #06b4d7; } }

@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
========================================================================== */ }

#zo-header-navigation {
  position: static; }
  #zo-header-navigation .main-navigation {
    margin-right: 15px; }
  #zo-header-navigation .main-navigation ul.ping-right {
    left: auto;
    right: 100%; }
  #zo-header-navigation .main-navigation ul.ping-left {
    left: 100%;
    right: auto; }
  #zo-header-navigation .main-navigation .menu-main-menu {
    padding-right: 40px; }
  #zo-header-navigation .main-navigation .menu-main-menu .zo-active {
    background: #800c3d; }
  #zo-header-navigation .main-navigation .menu-main-menu .zo-yellow-menu {
    background: #ffcc0e; }
  #zo-header-navigation .main-navigation .menu-main-menu .zo-green-menu {
    background: #18e2ba; }
  #zo-header-navigation .main-navigation .menu-main-menu .zo-purple-menu {
    background: #564bb5; }
  #zo-header-navigation .main-navigation .menu-main-menu .zo-red-menu {
    background: #e85d5d; }
  #zo-header-navigation .main-navigation .menu-main-menu .zo-dark-green-menu {
    background: #69a136; }
  #zo-header-navigation .main-navigation .menu-main-menu .zo-brown-menu {
    background: #ce7e28; }

#zo-navigation-pofolio {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  background: #161616;
  width: 100%;
  height: 100%;
  margin: auto;
  right: 0; }
  #zo-navigation-pofolio.overlay-scale {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(0.9);
    -khtml-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
    /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */
    /* TRANSFORM STYLE */
    -webkit-transition: 0.2s, opacity 0.2s, visibility 0s 0.2s;
    -khtml-transition: 0.2s, opacity 0.2s, visibility 0s 0.2s;
    -moz-transition: 0.2s, opacity 0.2s, visibility 0s 0.2s;
    -ms-transition: 0.2s, opacity 0.2s, visibility 0s 0.2s;
    -o-transition: 0.2s, opacity 0.2s, visibility 0s 0.2s;
    transition: 0.2s, opacity 0.2s, visibility 0s 0.2s;
    /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */
    /* TRIPLE BORDERS */ }
  #zo-navigation-pofolio.open {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1) !important;
    -khtml-transform: scale(1) !important;
    -moz-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    -o-transform: scale(1) !important;
    transform: scale(1) !important;
    /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */
    /* TRANSFORM STYLE */
    -webkit-transition: 0.4s, opacity 0.4s;
    -khtml-transition: 0.4s, opacity 0.4s;
    -moz-transition: 0.4s, opacity 0.4s;
    -ms-transition: 0.4s, opacity 0.4s;
    -o-transition: 0.4s, opacity 0.4s;
    transition: 0.4s, opacity 0.4s;
    /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */
    /* TRIPLE BORDERS */ }
  #zo-navigation-pofolio #site-navigation {
    text-align: center;
    position: relative;
    top: 50%;
    height: 60%;
    -webkit-transform: translateY(-50%);
    -khtml-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */
    /* TRANSFORM STYLE */ }
  @media screen and (max-height: 479px) {
    #zo-navigation-pofolio #site-navigation {
      top: 20%; } }
  #zo-navigation-pofolio #site-navigation ul.menu-main-menu {
    float: none !important;
    padding: 0;
    margin: 0 auto !important;
    display: inline-block;
    height: 100%;
    position: relative;
    z-index: 9999;
    top: 0;
    margin: 0 auto;
    left: 0;
    background: #161616;
    width: 500px;
    height: 500px;
    margin: auto;
    right: 0; }
  #zo-navigation-pofolio #site-navigation ul.menu-main-menu li {
    list-style: none;
    display: block;
    margin: 10px 0 0;
    padding: 10px 0 0; }
  #zo-navigation-pofolio #site-navigation ul.menu-main-menu li .overlay-close {
    width: 50px;
    height: 50px;
    position: relative;
    right: 0;
    top: 10px;
    overflow: hidden;
    border: none;
    background: url(../images/cross.png) no-repeat center center;
    text-indent: 200%;
    color: transparent;
    outline: none;
    z-index: 100; }
  #zo-navigation-pofolio #site-navigation ul.menu-main-menu li a {
    font-size: 24px;
    font-weight: bold;
    display: block;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
    -webkit-transition: color 0.2s;
    -khtml-transition: color 0.2s;
    -moz-transition: color 0.2s;
    -ms-transition: color 0.2s;
    -o-transition: color 0.2s;
    transition: color 0.2s;
    /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */
    /* TRIPLE BORDERS */ }
  #zo-navigation-pofolio #site-navigation ul.menu-main-menu li a:hover {
    color: #800c3d; }

#zo-header-navigation .main-navigation .menu-main-menu > li.menu-item-has-children > .zo-menu-toggle {
  display: none; }

.zo-header-style-1 .nav-menu.menu-main-menu, .zo-header-style-6 .nav-menu.menu-main-menu {
  float: left; }

.header-style-4 #zo-header-navigation .main-navigation .menu-main-menu {
  padding-right: 0; }

#zo-header #zo-menu-mobile i {
  -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;
  /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */
  /* TRIPLE BORDERS */
  /**
Menu Default  -  Minimum width of 992 pixels.
======================================================
*/ }

@media screen and (min-width: 992px) {
  /*
-----> END Minimum width of 992 pixels.
*/
  /*
-----> Max width of 991 pixels.
*/
    #menu-mobile {
      display: none; }
    #zo-header-navigation.collapse {
      display: block; }
    #zo-header-navigation .main-navigation div.nav-menu > ul {
      display: inline-block !important;
      width: 100%; }
      #zo-header-navigation .main-navigation ul {
        margin: 0;
        padding-left: 0;
        list-style: none;
        text-indent: 0; }
        #zo-header-navigation .main-navigation ul li {
          position: relative; }
          #zo-header-navigation .main-navigation ul li a {
            display: inline-block;
            border-bottom: 0;
            white-space: nowrap;
            -webkit-transition: all 250ms linear 0ms;
            -khtml-transition: all 250ms linear 0ms;
            -moz-transition: all 250ms linear 0ms;
            -ms-transition: all 250ms linear 0ms;
            -o-transition: all 250ms linear 0ms;
            transition: all 250ms linear 0ms;
            /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */
            /* TRIPLE BORDERS */ }
            #zo-header-navigation .main-navigation ul li a span {
              letter-spacing: 0; }
      #zo-header-navigation .main-navigation .menu-main-menu > li {
        vertical-align: top;
        -webkit-transition: all 250ms linear 0ms;
        -khtml-transition: all 250ms linear 0ms;
        -moz-transition: all 250ms linear 0ms;
        -ms-transition: all 250ms linear 0ms;
        -o-transition: all 250ms linear 0ms;
        transition: all 250ms linear 0ms;
        /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */
        /* TRIPLE BORDERS */ }
        #zo-header-navigation .main-navigation .menu-main-menu > li:hover > a, #zo-header-navigation .main-navigation .menu-main-menu > li.current-menu-item > a, #zo-header-navigation .main-navigation .menu-main-menu > li.current-menu-parent > a, #zo-header-navigation .main-navigation .menu-main-menu > li.current-menu-ancestor > a {
          color: #800c3d; }
        #zo-header-navigation .main-navigation .menu-main-menu > li > a {
          position: relative;
          text-align: center;
          border-bottom: 2px solid transparent;
          line-height: normal;
          -webkit-transition: all 250ms linear 0ms;
          -khtml-transition: all 250ms linear 0ms;
          -moz-transition: all 250ms linear 0ms;
          -ms-transition: all 250ms linear 0ms;
          -o-transition: all 250ms linear 0ms;
          transition: all 250ms linear 0ms;
          /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */
          /* TRIPLE BORDERS */ }
          #zo-header-navigation .main-navigation .menu-main-menu > li > a i {
            display: block;
            width: 100%;
            line-height: 0;
            margin-bottom: 6px;
            -webkit-transition: all 250ms linear 0ms;
            -khtml-transition: all 250ms linear 0ms;
            -moz-transition: all 250ms linear 0ms;
            -ms-transition: all 250ms linear 0ms;
            -o-transition: all 250ms linear 0ms;
            transition: all 250ms linear 0ms;
            /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */
            /* TRIPLE BORDERS */ }
            #zo-header-navigation .main-navigation .menu-main-menu > li > a i + .menu-title {
              -webkit-transform: translateY(25px);
              -khtml-transform: translateY(25px);
              -moz-transform: translateY(25px);
              -ms-transform: translateY(25px);
              -o-transform: translateY(25px);
              transform: translateY(25px);
              /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */
              /* TRANSFORM STYLE */
              display: block; }
        #zo-header-navigation .main-navigation .menu-main-menu > li:last-child > a {
          padding-right: 0; }
        #zo-header-navigation .main-navigation .menu-main-menu > li.menu-item-has-children {
          position: relative; }
          #zo-header-navigation .main-navigation .menu-main-menu > li.menu-item-has-children > ul.sub-menu {
            border-top: 2px solid #800c3d;
            margin-top: 0px;
            background-color: #282828;
            z-index: 9999999;
            left: 0;
            -webkit-transition: margin 0.4s ease 0s;
            -khtml-transition: margin 0.4s ease 0s;
            -moz-transition: margin 0.4s ease 0s;
            -ms-transition: margin 0.4s ease 0s;
            -o-transition: margin 0.4s ease 0s;
            transition: margin 0.4s ease 0s;
            /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */
            /* TRIPLE BORDERS */ }
            #zo-header-navigation .main-navigation .menu-main-menu > li.menu-item-has-children > ul.sub-menu.current-menu-parent > a, #zo-header-navigation .main-navigation .menu-main-menu > li.menu-item-has-children > ul.sub-menu.current-menu-ancestor > a {
              color: #800c3d; }
            #zo-header-navigation .main-navigation .menu-main-menu > li.menu-item-has-children > ul.sub-menu li.menu-item-has-children {
              position: relative; }
              #zo-header-navigation .main-navigation .menu-main-menu > li.menu-item-has-children > ul.sub-menu li.menu-item-has-children.group .zo-menu-toggle {
                display: none; }
              #zo-header-navigation .main-navigation .menu-main-menu > li.menu-item-has-children > ul.sub-menu li.menu-item-has-children .zo-menu-toggle {
                position: absolute;
                right: 20px;
                top: 50%;
                line-height: normal;
                right: 27px;
                font-size: 12px;
                -webkit-transform: translateY(-55%);
                -khtml-transform: translateY(-55%);
                -moz-transform: translateY(-55%);
                -ms-transform: translateY(-55%);
                -o-transform: translateY(-55%);
                transform: translateY(-55%);
                /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */
                /* TRANSFORM STYLE */ }
                #zo-header-navigation .main-navigation .menu-main-menu > li.menu-item-has-children > ul.sub-menu li.menu-item-has-children .zo-menu-toggle .fa:before {
                  content: "\f105"; }
          #zo-header-navigation .main-navigation .menu-main-menu > li.menu-item-has-children:hover > ul.sub-menu {
            -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15) 2px 5px rgba(0, 0, 0, .4);
            -khtml-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15) 2px 5px rgba(0, 0, 0, .4);
            -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15) 2px 5px rgba(0, 0, 0, .4);
            -ms-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15) 2px 5px rgba(0, 0, 0, .4);
            -o-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15) 2px 5px rgba(0, 0, 0, .4);
            box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15) 2px 5px rgba(0, 0, 0, .4);
            /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */
            /* BOX SIZING */
            margin-top: 0px; }
            #zo-header-navigation .main-navigation .menu-main-menu > li.menu-item-has-children:hover > .zo-menu-toggle {
              opacity: 1; }
        #zo-header-navigation .main-navigation .menu-main-menu > li, #zo-header-navigation .main-navigation .menu-main-menu > li a, #zo-header-navigation .main-navigation .menu-main-menu > ul > li, #zo-header-navigation .main-navigation .menu-main-menu > ul > li > a {
          display: inline-block;
          text-decoration: none;
          text-transform: uppercase;
          letter-spacing: 1px; }
        #zo-header-navigation .main-navigation .menu-main-menu > li ul li, #zo-header-navigation .main-navigation .menu-main-menu > li ul li a, #zo-header-navigation .main-navigation .menu-main-menu > ul > li ul li, #zo-header-navigation .main-navigation .menu-main-menu > ul > li ul li a {
          display: block;
          font-weight: 400;
          text-decoration: none;
          text-align: left;
          text-transform: uppercase;
          letter-spacing: 1px;
          font-size: 12px; }
        #zo-header-navigation .main-navigation .menu-main-menu > ul:not(.multicolumn) > li ul:not(.multicolumn) li, #zo-header-navigation .main-navigation .menu-main-menu > ul:not(.multicolumn) > li ul:not(.multicolumn) li a {
          padding: 0 20px; }
        #zo-header-navigation .main-navigation .menu-main-menu > li ul ul, #zo-header-navigation .main-navigation .menu-main-menu > ul > li ul ul {
          width: 215px; }
    #zo-header-navigation .main-navigation li li {
      margin: 0; }
    #zo-header-navigation .main-navigation li ul {
      margin: 0;
      padding: 0;
      position: absolute;
      z-index: 1;
      height: 1px;
      width: 275px;
      top: 100%;
      overflow: hidden;
      clip: rect(1px, 1px, 1px, 1px);
      padding: 30px 0;
      /* Menu Stick Wall */ }
    #zo-header-navigation .main-navigation li ul ul {
      top: -22px;
      left: 100%;
      width: 275px;
      background: #282828;
      /* End Menu Stick Wall */ }
      #zo-header-navigation .main-navigation li ul ul.back {
        right: 100%;
        left: auto; }
        #zo-header-navigation .main-navigation li ul ul.back ul:not(.back) {
          right: 100%;
          left: auto; }
        #zo-header-navigation .main-navigation li ul ul.back ul.back {
          left: 100%;
          right: auto; }
        #zo-header-navigation .main-navigation li ul ul.back ul.back ul:not(.back) {
          left: 100%;
          right: auto; }
        #zo-header-navigation .main-navigation li ul ul.back ul.back ul.back {
          right: 100%;
          left: auto; }
    #zo-header-navigation .main-navigation {
      /* End Menu Sub Level */
      /* Start Mega Menu */ }
      #zo-header-navigation .main-navigation ul li:hover > ul, #zo-header-navigation .main-navigation ul li:focus > ul, #zo-header-navigation .main-navigation .focus > ul {
        border-left: 0;
        clip: inherit;
        overflow: inherit;
        height: inherit; }
      #zo-header-navigation .main-navigation li ul li a {
        padding: 13px 25px;
        white-space: normal; }
        #zo-header-navigation .main-navigation li ul li:last-child a {
          border-bottom: none; }
    #zo-header-navigation .main-navigation .columns2 > li:nth-of-type(2n+1), #zo-header-navigation .main-navigation .columns3 > li:nth-child(3n+1), #zo-header-navigation .main-navigation .columns4 > li:nth-child(4n+1), #zo-header-navigation .main-navigation .columns5 > li:nth-child(5n+1) {
      clear: left; }
      #zo-header-navigation .main-navigation .columns5 > li {
        width: 20% !important; }
      #zo-header-navigation .main-navigation .columns4 > li {
        width: 25% !important; }
      #zo-header-navigation .main-navigation .columns3 > li {
        width: 33% !important; }
      #zo-header-navigation .main-navigation .columns2 > li {
        width: 50% !important; }
      #zo-header-navigation .main-navigation [class*="columns"] > li {
        float: left; }
        #zo-header-navigation .main-navigation [class*="columns"] > li > a {
          width: 100%; }
      #zo-header-navigation .main-navigation .menu-main-menu li.has_full_width {
        position: inherit; }
      #zo-header-navigation .main-navigation .menu-main-menu > li.menu-item-has-children ul.sub-menu:not(.multicolumn) {
        min-width: 246px; }
        #zo-header-navigation .main-navigation .menu-main-menu > li.menu-item-has-children ul.sub-menu:not(.multicolumn) > li > a {
          padding: 12px 25px;
          line-height: 1.625; }
        #zo-header-navigation .main-navigation .menu-main-menu > li.menu-item-has-children li.group ul.sub-menu {
          min-width: initial; }
      #zo-header-navigation .main-navigation .menu-main-menu li:not(.group) > ul.drop_full_width.sub-menu {
        left: 0 !important;
        width: 100% !important;
        background: #282828;
        z-index: 999999;
        padding: 30px 50px; }
        #zo-header-navigation .main-navigation .menu-main-menu li:not(.group) > ul.drop_full_width.sub-menu > li.menu-item-has-children a {
          padding: 13px 25px; }
        #zo-header-navigation .main-navigation .menu-main-menu li:not(.group) > ul.drop_full_width.sub-menu > li.menu-item-has-children > a {
          padding-bottom: 20px;
          margin-bottom: 16px;
          position: relative;
          font-weight: bold;
          line-height: normal; }
          #zo-header-navigation .main-navigation .menu-main-menu li:not(.group) > ul.drop_full_width.sub-menu > li.menu-item-has-children > a:after {
            content: '';
            position: absolute;
            width: 23px;
            height: 3px;
            background-color: #800c3d;
            bottom: 0;
            left: 0; }
        #zo-header-navigation .main-navigation .menu-main-menu li:not(.group) > ul.drop_full_width.sub-menu .sub-menu {
          background-color: transparent; }
      #zo-header-navigation .main-navigation .menu-main-menu ul li.group ul.sub-menu {
        display: block;
        float: left;
        left: 0;
        position: relative;
        width: 100%;
        height: inherit;
        padding: 0;
        border: 0;
        top: 0; }
      #zo-header-navigation .main-navigation li.title-hide .menu-title {
        display: none; }
      #zo-header-navigation .main-navigation .widget {
        line-height: 30px;
        text-transform: initial; }
    #zo-header.header-fixed #zo-header-navigation .main-navigation .menu-main-menu > li > a i + .menu-title {
      -webkit-transform: translateY(14px);
      -khtml-transform: translateY(14px);
      -moz-transform: translateY(14px);
      -ms-transform: translateY(14px);
      -o-transform: translateY(14px);
      transform: translateY(14px);
      /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */
      /* TRANSFORM STYLE */ }
    #zo-header.header-fixed #zo-header-navigation .main-navigation .menu-main-menu > li > a i {
      margin-bottom: 3px;
      /* End Start Mega Menu */ }
    #zo-header.header-fixed #zo-header-navigation .main-navigation .menu-main-menu > li.menu-item-has-children > .zo-menu-toggle {
      display: none; }
    #zo-header-navigation .main-navigation {
      display: block; } }

@media screen and (max-width: 991px) {
  /*
-----> End Max width of 992 pixels.
*/
    #zo-header-navigation {
      min-height: 0; }
    #zo-header-navigation .main-navigation {
      display: none; }
    #zo-header-navigation.collapse, #zo-header-navigation.collapse .main-navigation {
      display: block; }
    .shadow {
      display: none; }
    #zo-header-navigation .main-navigation {
      margin-right: 0; }
      #zo-header-navigation .main-navigation ul.menu-main-menu {
        width: 100%; }
    #zo-header-navigation.collapse {
      background: #fff;
      position: absolute;
      top: 100%;
      width: 100%;
      padding: 30px 20px;
      z-index: 9;
      border-top: 2px solid #e4e4e4; }
    #zo-header-navigation .main-navigation .menu-main-menu > li {
      padding: 0;
      text-align: left; }
      #zo-header-navigation .main-navigation .menu-main-menu > li a {
        text-transform: uppercase; }
    #zo-menu-mobile {
      display: inline-block;
      position: absolute;
      right: 60px;
      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%);
      /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */
      /* TRANSFORM STYLE */ }
      #zo-menu-mobile i {
        background: transparent;
        color: #282828;
        cursor: pointer;
        font-size: 32px;
        height: 35px;
        line-height: 35px;
        text-align: center;
        width: 45px;
        -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;
        /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */
        /* TRIPLE BORDERS */ }
    #zo-header-navigation .main-navigation .menu-main-menu {
      margin: 0;
      padding: 0;
      list-style: none;
      overflow: hidden;
      -webkit-transition: all 250ms linear 0s;
      -khtml-transition: all 250ms linear 0s;
      -moz-transition: all 250ms linear 0s;
      -ms-transition: all 250ms linear 0s;
      -o-transition: all 250ms linear 0s;
      transition: all 250ms linear 0s;
      /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */
      /* TRIPLE BORDERS */ }
      #zo-header-navigation .main-navigation .menu-main-menu li {
        list-style: none; }
      #zo-header-navigation .main-navigation .menu-main-menu li a {
        display: block;
        color: #5e5e5e; }
        #zo-header-navigation .main-navigation .menu-main-menu li a:hover, #zo-header-navigation .main-navigation .menu-main-menu li a:focus {
          color: #21759b; }
    .collapse .main-navigation div.nav-menu > ul {
      display: block;
      /* Dropdown Sub Menu */ }
    .zo-menu-toggle {
      display: block;
      /*Style Menu main*/ }
    #zo-header-navigation .main-navigation .menu-main-menu > li {
      position: relative; }
      #zo-header-navigation .main-navigation .menu-main-menu > li li {
        position: relative; }
      #zo-header-navigation .main-navigation .menu-main-menu > li.current-menu-item > a, #zo-header-navigation .main-navigation .menu-main-menu > li.current_page_item > a, #zo-header-navigation .main-navigation .menu-main-menu > li.current-menu-ancestor > a {
        color: #800c3d; }
      #zo-header-navigation .main-navigation .menu-main-menu > li a {
        display: block;
        border-bottom: none;
        color: #282828;
        padding: 5px !important; }
      #zo-header-navigation .main-navigation .menu-main-menu > li a:hover {
        color: #800c3d !important; }
        #zo-header-navigation .main-navigation .menu-main-menu > li a:hover ul.sub-menu {
          max-height: auto ! important; }
      #zo-header-navigation .main-navigation .menu-main-menu > li .zo-menu-toggle {
        display: block !important;
        cursor: pointer;
        position: absolute;
        right: 0;
        text-align: center;
        top: 12px;
        width: 30px; }
      #zo-header-navigation .main-navigation .menu-main-menu > li .zo-menu-toggle:hover {
        color: #999; }
      #zo-header-navigation .main-navigation .menu-main-menu > li ul.sub-menu:not(.drop_full_width), #zo-header-navigation .main-navigation .menu-main-menu > li ul.sub-menu:not(.drop_full_width.sub-menu) {
        background-color: #282828; }
      #zo-header-navigation .main-navigation .menu-main-menu > li ul.sub-menu {
        width: 100% !important;
        max-height: 0;
        overflow: hidden;
        padding-left: 10px;
        -webkit-transition: margin 600ms linear;
        -khtml-transition: margin 600ms linear;
        -moz-transition: margin 600ms linear;
        -ms-transition: margin 600ms linear;
        -o-transition: margin 600ms linear;
        transition: margin 600ms linear;
        /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */
        /* TRIPLE BORDERS */ }
      #zo-header-navigation .main-navigation .menu-main-menu > li ul.sub-menu.standar-dropdown {
        background-color: #141414; }
      #zo-header-navigation .main-navigation .menu-main-menu > li ul.sub-menu.multicolumn {
        background-color: #141414;
        background-position: right bottom !important; }
        #zo-header-navigation .main-navigation .menu-main-menu > li ul.sub-menu.multicolumn .zo-menu-toggle {
          display: none !important; }
      #zo-header-navigation .main-navigation .menu-main-menu > li ul.sub-menu.submenu-open {
        padding: 20px 20px;
        max-height: 100%; }
        #zo-header-navigation .main-navigation .menu-main-menu > li ul.sub-menu.submenu-open + .zo-menu-toggle i:before {
          content: "\f106"; }
        #zo-header-navigation .main-navigation .menu-main-menu > li ul.sub-menu.submenu-open.multicolumn {
          border-top: 2px solid #800c3d;
          max-height: 100%; }
          #zo-header-navigation .main-navigation .menu-main-menu > li ul.sub-menu.submenu-open.multicolumn .sub-menu {
            max-height: 100%; }
    #zo-header.header-custom-background #zo-header-navigation {
      background: #110f0e; }
      #zo-header.header-custom-background #zo-header-navigation .menu-main-menu > li > a {
        color: #fff !important; }
      #zo-header.header-custom-background #zo-menu-mobile i {
        color: #fff; }
    #zo-header.zo-header-style-3 #zo-header-navigation ul.menu-main-menu > li > a, #zo-header.zo-header-style-1 #zo-header-navigation ul.menu-main-menu > li > a {
      color: #fff !important;
      letter-spacing: 0;
      margin-bottom: 0 !important;
      line-height: 20px; }
      #zo-header.zo-header-style-3 #zo-header-navigation ul.menu-main-menu > li > a:hover, #zo-header.zo-header-style-1 #zo-header-navigation ul.menu-main-menu > li > a:hover {
        color: #fff !important; }
      #zo-header.zo-header-style-3 #zo-header-navigation ul.menu-main-menu > li.current-menu-ancestor > a, #zo-header.zo-header-style-1 #zo-header-navigation ul.menu-main-menu > li.current-menu-ancestor > a, #zo-header.zo-header-style-3 #zo-header-navigation ul.menu-main-menu > li.current-menu-item > a, #zo-header.zo-header-style-1 #zo-header-navigation ul.menu-main-menu > li.current-menu-item > a, #zo-header.zo-header-style-3 #zo-header-navigation ul.menu-main-menu > li.current_page_item > a, #zo-header.zo-header-style-1 #zo-header-navigation ul.menu-main-menu > li.current_page_item > a {
        color: #fff !important; }
      #zo-header.zo-header-style-3 #zo-header-navigation ul.menu-main-menu > li.zo-menu-hover > a, #zo-header.zo-header-style-1 #zo-header-navigation ul.menu-main-menu > li.zo-menu-hover > a {
        -webkit-border-top-left-radius: 30px;
        -webkit-border-top-right-radius: 30px;
        -webkit-border-bottom-right-radius: 0px;
        -webkit-border-bottom-left-radius: 0px;
        -moz-border-radius-topleft: 30px;
        -moz-border-radius-topright: 30px;
        -moz-border-radius-bottomright: 0px;
        -moz-border-radius-bottomleft: 0px;
        border-top-left-radius: 30px;
        border-top-right-radius: 30px;
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
        /* BOX */
        background: #800c3d;
        color: #fff !important; }
    #zo-header.zo-header-style-1 .container-fluid #zo-header-navigation.collapse {
      background: #282828; }
      #zo-header.zo-header-style-1 .container-fluid .menu-right {
        position: static;
        float: right;
        display: inline-block;
        margin: 10px 15px 0 0;
        -webkit-transform: translate(0);
        -khtml-transform: translate(0);
        -moz-transform: translate(0);
        -ms-transform: translate(0);
        -o-transform: translate(0);
        transform: translate(0);
        /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */
        /* TRANSFORM STYLE */ }
      #zo-header.zo-header-style-1 .container-fluid .menu-right #filter-menu:hover {
        color: #800c3d; }
      #zo-header.zo-header-style-1 .container-fluid #zo-header-navigation .main-navigation .menu-main-menu > li.menu-item-has-children .zo-menu-toggle {
        color: #fff;
        top: 6px; }
      #zo-header.zo-header-style-1 .container-fluid #zo-menu-mobile {
        position: static;
        margin: 5px 0 5px 15px;
        -webkit-transform: translate(0);
        -khtml-transform: translate(0);
        -moz-transform: translate(0);
        -ms-transform: translate(0);
        -o-transform: translate(0);
        transform: translate(0);
        /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */
        /* TRANSFORM STYLE */ }
      #zo-header.zo-header-style-1 .container-fluid #zo-menu-mobile i:hover {
        color: #800c3d; }
    #zo-header.zo-header-style-2 #zo-header-logo {
      display: none; }
      #zo-header.zo-header-style-2 div#zo-header-navigation {
        position: static;
        margin: 0; }
      #zo-header.zo-header-style-2 div#zo-header-navigation ul.menu-main-menu > li > ul.multicolumn {
        width: 100% !important; }
      #zo-header.zo-header-style-2 div#zo-header-navigation > .zo-header-navigation {
        position: static; }
      #zo-header.zo-header-style-2 div#zo-header-navigation div#zo-header-navigation-1, #zo-header.zo-header-style-2 div#zo-header-navigation div#zo-header-navigation-2 {
        padding: 0; }
      #zo-header.zo-header-style-2 div#zo-header-navigation div#zo-header-navigation-1 ul.menu-main-menu, #zo-header.zo-header-style-2 div#zo-header-navigation div#zo-header-navigation-2 ul.menu-main-menu {
        text-align: left; }
      #zo-header.zo-header-style-2 div#zo-header-navigation div#zo-header-navigation-1 ul.menu-main-menu > li, #zo-header.zo-header-style-2 div#zo-header-navigation div#zo-header-navigation-2 ul.menu-main-menu > li {
        padding-left: 0px;
        padding-right: 0px; }
      #zo-header.zo-header-style-2 #zo-header-mobile {
        display: block;
        padding: 10px 0; }
      #zo-header.zo-header-style-2 #zo-header-mobile #zo-header-logo {
        text-align: center; }
      #zo-header.zo-header-style-2 #zo-header-mobile #zo-header-logo a {
        max-width: 157px; }
      #zo-header.zo-header-style-2 #zo-header-mobile #zo-header-logo a img {
        max-width: 85%; }
      #zo-header.zo-header-style-2 #zo-header-mobile #zo-menu-mobile {
        top: 60px; }
      #zo-header.zo-header-style-2 .menu-right {
        top: 45px;
        -webkit-transform: translate(0);
        -khtml-transform: translate(0);
        -moz-transform: translate(0);
        -ms-transform: translate(0);
        -o-transform: translate(0);
        transform: translate(0);
        /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */
        /* TRANSFORM STYLE */ }
      #zo-header.zo-header-style-2 #zo-header-navigation > div {
        min-height: 0; }
    #zo-header.header-style-4 #zo-header-navigation ul.menu-main-menu > li {
      padding: 16px 15px 17px; }
      #zo-header.header-style-4 #zo-header-navigation ul.menu-main-menu > li > a {
        font-size: 12px; }
      #zo-header.header-style-4 #zo-header-navigation ul.menu-main-menu > li > a:hover {
        font-size: 12px;
        color: #fff !important; }
      #zo-header.header-style-4 #zo-header-navigation.collapse {
        padding: 0 20px 20px 20px; }
      #zo-header.header-style-4 #zo-header-navigation .main-navigation .menu-main-menu > li.menu-item-has-children > .zo-menu-toggle {
        color: #fff; }
      #zo-header.header-style-4 #zo-header-navigation .main-navigation .menu-main-menu > li > .zo-menu-toggle {
        top: 16px; }
      #zo-header.header-style-4 #zo-menu-mobile {
        right: 12px; }
    #zo-header.zo-header-style-6 #zo-header-navigation ul.menu-main-menu > li {
      padding: 16px 15px 17px; }
      #zo-header.zo-header-style-6 #zo-header-navigation ul.menu-main-menu > li > a {
        font-size: 12px; }
      #zo-header.zo-header-style-6 #zo-header-navigation ul.menu-main-menu > li > a:hover {
        font-size: 12px;
        color: #fff !important; }
      #zo-header.zo-header-style-6 #zo-menu-mobile {
        position: static;
        -webkit-transform: translate(0);
        -khtml-transform: translate(0);
        -moz-transform: translate(0);
        -ms-transform: translate(0);
        -o-transform: translate(0);
        transform: translate(0);
        /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */
        /* TRANSFORM STYLE */
        margin-right: 19px;
        margin-bottom: 10px;
        display: inline-block;
        float: right; }
      #zo-header.zo-header-style-6 #zo-header-navigation .main-navigation .menu-main-menu > li > .zo-menu-toggle {
        top: 16px; }
      #zo-header.zo-header-style-6 #zo-header-navigation .main-navigation .menu-main-menu > li.menu-item-has-children > .zo-menu-toggle {
        color: #fff; } }

@media (min-width: 992px) and (max-width: 1199px) {
  /*
-----> Start Max width of 768px pixels.
*/
    .header-default #zo-header-navigation .main-navigation .menu-main-menu > li:nth-child(4).menu-item-has-children > ul, .header-default #zo-header-navigation .main-navigation .menu-main-menu > li:nth-child(5).menu-item-has-children > ul {
      left: calc(-150px + 50%); }
      .header-default #zo-header-navigation .main-navigation .menu-main-menu > li:nth-child(6).menu-item-has-children > ul, .header-default #zo-header-navigation .main-navigation .menu-main-menu > li:nth-child(7).menu-item-has-children > ul {
        right: 0; }
    #zo-header-navigation .menu-main-menu > li, #zo-header-navigation .menu-main-menu > ul > li {
      padding-left: 15px !important;
      padding-right: 15px !important; }
      .zo-header-style-3 #zo-header-navigation .menu-main-menu > li, .zo-header-style-3 #zo-header-navigation .menu-main-menu > ul > li, .zo-header-style-1 #zo-header-navigation .menu-main-menu > li, .zo-header-style-1 #zo-header-navigation .menu-main-menu > ul > li {
        padding-left: 0 !important;
        padding-right: 0 !important; }
      .zo-header-style-2 #zo-header-navigation .menu-main-menu > li, .zo-header-style-2 #zo-header-navigation .menu-main-menu > ul > li {
        padding-left: 7px !important;
        padding-right: 7px !important; }
    .zo-header-style-3 #zo-header-navigation .menu-main-menu {
      padding-right: 30px; } }

@media screen and (max-width: 767px) {
  /*
-----> END Max width of 768px pixels.
*/
  /* ==========================================================================
  End Style Main Menu
========================================================================== */
    .menu-right {
      right: 10px; }
      .menu-right a {
        color: #282828; }
        .menu-right a:hover {
          color: #800c3d; }
    #zo-menu-mobile {
      right: 35px; }
      #zo-menu-mobile i {
        font-size: 2em;
        height: 27px;
        line-height: 27px;
        width: 27px; }
        #zo-menu-mobile i:hover {
          color: #800c3d; }
    #zo-header.zo-header-style-1 .container-fluid .menu-right {
      margin-top: 7px; }
    #zo-header.header-style-4 #zo-menu-mobile {
      right: 19px; }
    #zo-header-top.zo-header-top-style-6 {
      z-index: 1; }
    #zo-header.zo-header-style-6 #zo-menu-mobile {
      position: absolute;
      top: -67px;
      margin-right: 0;
      margin-bottom: 0;
      z-index: 99;
      right: 15px; } }

.secondary .searchform, .wpb_widgetised_column .searchform {
  margin-bottom: 0px; }
  .secondary .searchform input[type="text"], .wpb_widgetised_column .searchform input[type="text"] {
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
    color: #555; }
  .secondary .searchform input[type="text"]:focus, .wpb_widgetised_column .searchform input[type="text"]:focus {
    outline: none; }
  .secondary .widget, .wpb_widgetised_column .widget {
    border-bottom: none;
    padding: 10px;
    margin-bottom: 10px; }
  .secondary .wg-title, .wpb_widgetised_column .wg-title {
    margin-bottom: 16px;
    padding: 10px 0;
    font-size: 24px;
    line-height: 28.8px;
    text-transform: uppercase;
    color: #141414;
    letter-spacing: 0; }
  .secondary .zo-carousel-content, .wpb_widgetised_column .zo-carousel-content {
    margin-bottom: 30px; }
  .secondary .widget_zo-recent-posts-widget-with-thumbnails > ul, .wpb_widgetised_column .widget_zo-recent-posts-widget-with-thumbnails > ul {
    margin: 0 0 17px 0; }
  .secondary .widget_layered_nav ul, .wpb_widgetised_column .widget_layered_nav ul {
    margin: -20px 0 0 30px; }
  .secondary ul, .wpb_widgetised_column ul {
    margin: 0 0 10px 0;
    padding: 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;
    font-size: 13px; }
  .secondary ul li a, .wpb_widgetised_column ul li a {
    color: #6f6f6f;
    text-transform: capitalize; }
  .secondary ul li a:hover, .wpb_widgetised_column ul li a:hover {
    color: #800c3d; }
  .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: #800c3d; }

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

.widget_rss ul li a {
  color: #800c3d; }

.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: 14px;
    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: 50px;
    line-height: 50px;
    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;
    /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */
    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: 50px;
    line-height: 50px;
    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: none !important;
    opacity: 0.4; }

.tagcloud a {
  font-size: 13px !important;
  line-height: 30px;
  height: 34px;
  padding: 0 15px;
  color: #6f6f6f;
  margin: 0 10px 10px 0;
  display: inline-block;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */
  background-color: transparent;
  border: 1px solid #ececec;
  /* ==========================================================================
   [End] 3. Widget Tags
========================================================================== */
  /* ==========================================================================
   [Start] 4. Instagram
========================================================================== */ }
  .tagcloud a:hover {
    border-color: #800c3d;
    background-color: transparent; }

.zo-instagram-pics .instagram-item {
  margin: 0 0 16px;
  padding: 0 8px; }
  .zo-instagram-pics .instagram-item a {
    display: block;
    position: relative; }

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

.tweets-container {
  /* ==========================================================================
   [Start] 5. Zo Recent Post
========================================================================== */ }
  .tweets-container ul {
    list-style: none inside;
    margin: 0;
    padding: 0; }
  .tweets-container ul li {
    font-size: 11px;
    line-height: 18px;
    margin-bottom: 25px; }
  .tweets-container ul li .jtwt_date {
    color: #3a3a3a !important; }
  .tweets-container ul li .jtwt_date .fa {
    padding-right: 18px; }

.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: #800c3d; }

.widget_calendar table {
  width: 100%;
  /**
* Products Rate
*/ }
  .widget_calendar table caption {
    text-align: center;
    font-weight: bold; }
  .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: 30px;
  /**
* News Tabs
*/ }
  .widget_price_filter .price_slider_wrapper .price_slider {
    background-color: #909090 !important;
    -webkit-border-radius: 0 !important;
    -khtml-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    border-radius: 0 !important;
    /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */ }
  .widget_price_filter .price_slider_wrapper .price_slider .ui-slider-handle {
    width: 20px;
    height: 20px;
    top: -7px;
    left: -10px;
    background-color: #800c3d; }
  .widget_price_filter .price_slider_wrapper .price_slider .ui-slider-range {
    background-color: #141414; }
  .widget_price_filter .price_slider_wrapper .price_slider_amount .price_label {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 13px;
    color: #6f6f6f; }
  .widget_price_filter .price_slider_wrapper .price_slider_amount .button {
    margin-top: 55px;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */
    border: 2px solid #e4e4e4;
    padding: 10px 25px; }

.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: #800c3d; }
  .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 {
  /* Lastet new, recent post with thumb */ }
  .widget_rss ul li {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #800c3d; }
  .widget_rss .rssSummary {
    line-height: 30px; }

.widget.widget_zo-recent-posts-widget-with-thumbnails ul li {
  width: 100%;
  margin: 2px 0 1px; }
  .widget.widget_zo-recent-posts-widget-with-thumbnails .recent-thumb img {
    float: left;
    margin: 11px 13px 15px 0;
    vertical-align: middle; }
  .widget.widget_zo-recent-posts-widget-with-thumbnails .recent-thumb h3 {
    line-height: 1.2; }
  .widget.widget_zo-recent-posts-widget-with-thumbnails .recent-thumb h3 a {
    font-weight: 700;
    padding-bottom: 0;
    font-size: 14px;
    color: #242424; }
  .widget.widget_zo-recent-posts-widget-with-thumbnails .recent-thumb h3 ahover {
    color: #242424; }
  .widget.widget_zo-recent-posts-widget-with-thumbnails .recent-thumb .metabox {
    font-style: italic;
    font-size: 14px;
    line-height: 1.625;
    font-weight: 400;
    font-family: "Source Sans Pro"; }
  .widget.widget_zo-recent-posts-widget-with-thumbnails .recent-thumb .metabox a {
    color: #800c3d; }

.wpb_widgetised_column .widget.widget_zo-recent-posts-widget-with-thumbnails {
  margin-bottom: 0;
  /*Style Search widget*/ }

.widget_search .searchform input[type="text"] {
  -webkit-border-radius: 30px !important;
  -khtml-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
  -ms-border-radius: 30px !important;
  -o-border-radius: 30px !important;
  border-radius: 30px !important;
  /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */
  border: 1px solid #ccc;
  padding: 6px 12px; }
  .widget_search .searchform input {
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857; }
  .widget_search .searchform input[type="submit"] {
    opacity: 1;
    -webkit-border-radius: 0 30px 30px 0;
    -khtml-border-radius: 0 30px 30px 0;
    -moz-border-radius: 0 30px 30px 0;
    -ms-border-radius: 0 30px 30px 0;
    -o-border-radius: 0 30px 30px 0;
    border-radius: 0 30px 30px 0;
    /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */
    border: 1px solid #ccc !important;
    width: 51px;
    background: #fff; }
  .widget_search .searchform:before {
    top: 7px;
    font-size: 14px;
    right: 18px;
    z-index: 1; }

.widget_zo-recent-posts-widget-with-thumbnails {
  /*Widget social*/ }
  .widget_zo-recent-posts-widget-with-thumbnails ul li {
    display: inline-block;
    max-width: 370px;
    overflow: hidden; }
  .widget_zo-recent-posts-widget-with-thumbnails ul li + li {
    margin-left: 26px; }
  .widget_zo-recent-posts-widget-with-thumbnails ul li .zo-post-title h3 {
    line-height: 18px;
    margin-top: 19px;
    letter-spacing: 0;
    text-transform: capitalize;
    margin-bottom: 0; }
  .widget_zo-recent-posts-widget-with-thumbnails ul li .zo-post-content p {
    color: #6f6f6f;
    line-height: 24px;
    margin-bottom: 35px;
    margin-top: 25px; }

#zo-header.zo-header-style-9 ul.zo-social li {
  width: 23px; }
  #zo-header.zo-header-style-9 ul.zo-social li:hover {
    color: #800c3d; }
  #zo-header.zo-header-style-9 ul.zo-social li a i {
    background: 0;
    color: #fff;
    padding: 20px 0 0 10px;
    margin: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */
    font-size: 14px; }
  #zo-header.zo-header-style-9 ul.zo-social li .tooltip-inner {
    display: none;
    height: 0; }
  #zo-header.zo-header-style-9 ul.zo-social li .tooltip.bottom .tooltip-arrow {
    display: none; }
  #zo-header.zo-header-style-9 ul.zo-social li .tooltip {
    display: none; }

.zo-social {
  padding-left: 0;
  /*zo-footer-widgets*/ }
  .zo-social li a i {
    width: 30px;
    height: 30px;
    color: #999;
    background: #f8f8f8;
    margin-left: 8px;
    text-align: center;
    line-height: 30px;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */ }
  .zo-social li a i:hover {
    background: #17dfbe;
    background: -moz-linear-gradient(top, #17dfbe 0, #15dac0 48%, #0dc8cb 70%, #06b4d7 90%, #04afda 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #17dfbe), color-stop(48%, #15dac0), color-stop(70%, #0dc8cb), color-stop(90%, #06b4d7), color-stop(100%, #04afda));
    background: -webkit-linear-gradient(top, #17dfbe 0, #15dac0 48%, #0dc8cb 70%, #06b4d7 90%, #04afda 100%);
    background: -o-linear-gradient(top, #17dfbe 0, #15dac0 48%, #0dc8cb 70%, #06b4d7 90%, #04afda 100%);
    background: -ms-linear-gradient(top, #17dfbe 0, #15dac0 48%, #0dc8cb 70%, #06b4d7 90%, #04afda 100%);
    background: linear-gradient(to bottom, #17dfbe 0, #15dac0 48%, #0dc8cb 70%, #06b4d7 90%, #04afda 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#17dfbe', endColorstr='#04afda', GradientType=0);
    /* BACKGROUND GRADIENT */
    color: #fff; }

.zo-footer-widgets {
  text-align: center;
  /*widget_zo_social_widget*/ }
  .zo-footer-widgets img {
    margin-bottom: 20px; }
  .zo-footer-widgets p {
    margin: 0 0 10px;
    font-size: 16px;
    line-height: 2.7;
    color: #999; }

.widget_zo_social_widget .text-center {
  text-align: ceneter; }
  .widget_zo_social_widget .zo-social {
    list-style: none; }
  .widget_zo_social_widget .zo-social li {
    display: inline-block; }
  .widget_zo_social_widget .zo-social li .tooltip-inner {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #17dfbe 0px, #15dac0 24%, #0dc8cb 57%, #06b4d7 86%, #04afda 100%) repeat scroll 0 0;
    border-radius: 0px;
    white-space: nowrap; }
  .widget_zo_social_widget .zo-social li .tooltip-inner:after {
    background: red; }
  .widget_zo_social_widget .zo-social li .tooltip {
    top: 40px !important; }
  .widget_zo_social_widget .zo-social li .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #17dfbe; }

footer .widget_zo_social_widget {
  text-align: center; }
  footer .widget_zo_social_widget .zo-social li a i {
    height: 40px;
    line-height: 40px;
    margin-bottom: 12px;
    margin-left: 0;
    margin-right: 12px;
    text-align: center;
    width: 40px; }

.copybuttons {
  text-align: center; }
  .copybuttons .btn-transparent {
    border-color: #ccc;
    background: 0 0 !important;
    color: #999 !important;
    border: 2px solid #ccc !important; }

.zo-social-left li a i {
  background: #f8f8f8 ! important;
  margin-left: 5px; }
  .zo-social-left li a i:hover {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #17dfbe 0px, #15dac0 24%, #0dc8cb 57%, #06b4d7 86%, #04afda 100%) ! important; }

.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 {
  /**
* Tab: woocommerce_product_reviews
*/ }
  .woocommerce .zo-product-description {
    margin: 20px 0; }
  .woocommerce span.onsale {
    width: 50px;
    height: 40px;
    border: 2px solid #000;
    color: #333;
    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;
    /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */ }
  .woocommerce .woocommerce-product-rating {
    margin-bottom: 0px; }
  .woocommerce .woocommerce-product-rating .star-rating span {
    color: #800c3d; }
  .woocommerce .woocommerce-product-rating .star-rating:before {
    color: #800c3d; }
  .woocommerce .star-rating {
    float: none; }
  .woocommerce .woocommerce-ordering select {
    padding: 7px 10px; }
  .woocommerce a.remove {
    padding-left: 3px; }
  .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    background: #fff;
    border: 1px solid #800c3d;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */
    padding: 0.618em 1em;
    font-weight: 400; }
  .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
    color: #fff;
    background-color: #800c3d; }
  .woocommerce div.product form.cart {
    margin-bottom: 20px; }
  .woocommerce div.product div.quantity {
    display: table;
    float: none !important;
    background-color: #fff;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */
    height: 32px;
    line-height: 32px;
    overflow: hidden;
    margin-bottom: 22.75px !important; }
  @media screen and (max-width: 359px) {
      .woocommerce div.product div.quantity {
        margin-bottom: 15px !important; } }
  .woocommerce div.product div.quantity .qty, .woocommerce div.product div.quantity span {
    border: none;
    padding: 0;
    display: table-cell;
    margin: 0;
    height: 100%;
    background: #800c3d;
    color: #fff; }
  .woocommerce div.product div.quantity input[type=number]::-webkit-inner-spin-button, .woocommerce div.product div.quantity input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  .woocommerce div.product div.quantity .qty {
    background: #800c3d;
    color: #fff;
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
    appearance: textfield;
    padding: 0px 10px;
    display: table-cell;
    margin: 0 10px; }
  .woocommerce div.product div.quantity span {
    background: #800c3d;
    color: #fff;
    padding: 4px 10px;
    text-align: center;
    cursor: pointer; }
  .woocommerce div.product div.quantity span:hover {
    background: #282828;
    color: #fff; }
  .woocommerce div.product .single_add_to_cart_button {
    background-color: #800c3d;
    color: #fff;
    padding: 5px 22px;
    line-height: 20px; }
  .woocommerce div.product .single_add_to_cart_button:hover {
    background-color: #282828;
    color: #fff; }
  .woocommerce div.product .product_title {
    text-transform: uppercase;
    position: relative;
    margin-bottom: 16px;
    font-size: 30px;
    font-weight: 300;
    letter-spacing: 0; }
  .woocommerce div.product .product_title span {
    font-family: Athelas;
    font-size: 24px;
    font-style: italic; }
  .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 {
    margin-bottom: 20px; }
  .woocommerce div.product .product_meta > span {
    display: block;
    color: #6f6f6f;
    font-weight: 700;
    font-size: 14px;
    line-height: 22.75px; }
  .woocommerce div.product .product_meta > span a, .woocommerce div.product .product_meta > span span {
    color: #141414; }
  .woocommerce div.product .social-list {
    margin: 40px 0 0;
    padding: 0;
    text-align: left; }
  .woocommerce div.product .social-list li {
    display: inline-block; }
  .woocommerce div.product .social-list li a {
    display: block;
    text-align: center;
    margin-right: 5px; }
  .woocommerce div.product .social-list li a i {
    width: 42px;
    height: 42px;
    color: #141414;
    line-height: 42px;
    background-color: #f9f9f9 !important;
    -webkit-border-radius: 100%;
    -khtml-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */ }
  .woocommerce div.product .social-list li a:hover i {
    background-color: #800c3d !important;
    color: #fff; }
  .woocommerce .woocommerce-info {
    border-top-color: #800c3d;
    /**
    * --> Product Tabs
    */ }
  .woocommerce .woocommerce-info:before {
    color: #800c3d; }
  .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;
    /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */
    /* TRIPLE BORDERS */
    position: relative;
    text-transform: uppercase; }
  .woocommerce .zo-woocommerce-tabs .nav-tabs li.active {
    background-color: #800c3d; }
  .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;
    /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */
    /* TRIPLE BORDERS */ }
  .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_product_reviews {
  /*
*---> Your Cart
*/ }
  #woocommerce_product_reviews #reply-title {
    text-transform: uppercase;
    margin: 20px 0; }

.woocommerce form .form-row .required {
  color: #800c3d; }

.woocommerce-cart table.cart {
  border: none;
  margin-bottom: 30px; }
  .woocommerce-cart table.cart tr th, .woocommerce-cart table.cart tr td {
    border: none;
    border-bottom: 1px solid #ececec;
    padding: 0 0 20px;
    letter-spacing: 0.1em;
    color: #141414;
    text-transform: uppercase; }
  .woocommerce-cart table.cart tr th {
    font-size: 14px;
    font-weight: bold; }
  .woocommerce-cart table.cart tr td {
    padding: 60px 30px 60px 0;
    font-size: 12px;
    font-weight: 400; }
  .woocommerce-cart table.cart tr .product-remove {
    width: 30px;
    padding-right: 0; }
  .woocommerce-cart table.cart tr .product-name {
    padding-right: 0;
    width: 50%;
    position: relative; }
  @media screen and (max-width: 767px) {
        .woocommerce-cart table.cart tr .product-name {
          width: 39%;
          font-size: 9px; }
          .woocommerce-cart table.cart tr .product-name .variation dt.variation-Color, .woocommerce-cart table.cart tr .product-name .variation dt.variation-Size {
            display: none; }
            .woocommerce-cart table.cart tr .product-name .variation dd.variation-Color, .woocommerce-cart table.cart tr .product-name .variation dd.variation-Size {
              margin: 0;
              width: 100%; } }
  .woocommerce-cart table.cart tr .product-name span {
    display: inline-block;
    padding-right: 30px; }
  .woocommerce-cart table.cart tr .product-name span.product-name {
    float: right;
    position: absolute;
    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%);
    /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */
    /* TRANSFORM STYLE */ }
  @media screen and (max-width: 799px) {
            .woocommerce-cart table.cart tr .product-name span.product-name {
              width: calc(100% - 30px); } }
  @media screen and (max-width: 767px) {
            .woocommerce-cart table.cart tr .product-name span.product-name {
              padding-right: 0; }
              .woocommerce-cart table.cart tr .product-name span.product-name > a {
                font-size: 11px; } }
  .woocommerce-cart table.cart tr .product-name img {
    max-width: 170px;
    width: 100%; }
  .woocommerce-cart table.cart tr .product-quantity .qty {
    display: inline-block;
    margin-right: 20px;
    padding: 0;
    width: 70px;
    height: 40px;
    line-height: 40px;
    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;
    /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */
    text-align: center; }
  @media screen and (max-width: 767px) {
          .woocommerce-cart table.cart tr .product-quantity .qty {
            width: 55px; } }
  @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 .amount, .woocommerce-cart table.cart tr .product-subtotal .amount {
    font-size: 18px;
    font-style: italic; }
  @media screen and (max-width: 767px) {
          .woocommerce-cart table.cart tr .product-price .amount, .woocommerce-cart table.cart tr .product-subtotal .amount {
            font-size: 13px;
            font-weight: 600; } }
  .woocommerce-cart input[type="submit"], .woocommerce-cart button[type="submit"], .woocommerce-cart .btn-continue {
    display: inline-block;
    margin-right: 20px;
    padding: 12px 35px;
    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;
    /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */ }
  .woocommerce-cart input[type="submit"]:hover, .woocommerce-cart button[type="submit"]:hover, .woocommerce-cart .btn-continue:hover {
    border-color: #800c3d;
    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 35px !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;
    /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */ }
  .woocommerce-cart .cart-actions input[type="submit"]:hover, .woocommerce-cart .cart-actions .btn-continue:hover {
    border-color: #800c3d; }
  .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; }
  .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;
    /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */
    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_totals {
    width: 100%; }
  .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 {
    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; }

@media screen and (max-width: 767px) {
  /*
* Checkout Page
*/
    .woocommerce-cart table.cart thead tr th {
      text-align: center;
      font-size: 9px; } }

.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: 12px;
    font-style: italic;
    color: #141414;
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase; }
  .woocommerce .button {
    padding: 18px 35px !important;
    -webkit-border-radius: 0 !important;
    -khtml-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    border-radius: 0 !important;
    /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */ }

.woocommerce-checkout {
  /**
* Product Single
*/ }
  .woocommerce-checkout .woocommerce {
    padding-bottom: 100px; }
  .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;
    /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */ }
  .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 #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: 60px;
    font-style: italic;
    color: #141414;
    letter-spacing: 0.1em;
    font-weight: normal; }
  .woocommerce-checkout #order_review table .cart_item .product-name {
    font-size: 10px; }
  .woocommerce-checkout #order_review table .cart-subtotal td, .woocommerce-checkout #order_review table .order-total td {
    text-align: right; }
  .woocommerce-checkout #order_review_heading {
    color: #800c3d;
    font-size: 18px;
    text-transform: uppercase; }
  .woocommerce-checkout #payment {
    background-color: transparent; }
  .woocommerce-checkout #payment h3 {
    color: #800c3d;
    font-size: 18px;
    text-transform: uppercase;
    padding-bottom: 20px;
    border-bottom: 1px solid #ececec; }
  .woocommerce-checkout #payment ul.payment_methods {
    padding: 0; }
  .woocommerce-checkout #payment ul.payment_methods li {
    padding: 20px 0;
    border-bottom: 1px solid #ececec; }
  .woocommerce-checkout #payment ul.payment_methods li:last-child {
    border-bottom: none; }
  .woocommerce-checkout #payment ul.payment_methods li input {
    float: left;
    margin-top: 9px; }
  .woocommerce-checkout #payment ul.payment_methods li label {
    color: #141414;
    font-size: 10px;
    text-transform: uppercase; }
  .woocommerce-checkout #payment ul.payment_methods li .payment_box {
    background: transparent;
    padding: 20px 0;
    margin: 0; }
  .woocommerce-checkout #payment ul.payment_methods li .payment_box:after {
    content: none; }
  .woocommerce-checkout #payment #place_order {
    background-color: #800c3d;
    display: block;
    color: #fff;
    width: 100%; }
  .woocommerce-checkout .order_details {
    margin: 0; }
  .woocommerce-checkout .order_details li {
    width: 20%;
    margin: 0;
    padding: 0;
    text-align: center; }
  .woocommerce-checkout h2 {
    font-size: 18px;
    text-transform: uppercase;
    color: #800c3d; }
  .woocommerce-checkout .addresses .title h3 {
    font-size: 18px;
    text-transform: uppercase;
    color: #800c3d; }

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

.zo-product-teaser {
  margin-bottom: 30px;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -khtml-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */
  /* TRANSFORM STYLE */
  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 {
    bottom: 0; }
  .zo-product-teaser .zo-product-header {
    position: relative;
    overflow: hidden; }
  .zo-product-teaser .zo-product-header .onsale {
    width: 50px;
    height: 40px;
    border: 2px solid #000;
    color: #333;
    line-height: 40px;
    text-align: center;
    position: absolute;
    top: 20px !important;
    left: 20px !important;
    right: auto !important;
    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;
    /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */ }
  .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 {
    position: absolute;
    width: 100%;
    height: 60px;
    bottom: -60px;
    left: 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;
    /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */
    /* TRIPLE BORDERS */ }
  .zo-product-teaser .zo-product-header .zo-product-overlay .zo-add-to-cart {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 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 {
    width: 100%;
    background-color: #800c3d;
    padding: 0;
    height: 60px;
    line-height: 60px;
    letter-spacing: 0.05em;
    font-size: 14px;
    color: #000;
    text-align: center;
    display: block; }
  .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; }
  .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 .zo-product-title {
    padding: 0;
    margin: 0; }
  .zo-product-teaser .zo-product-meta .zo-product-title a {
    letter-spacing: 0.1em;
    font-size: 12px;
    line-height: 60px;
    text-transform: uppercase;
    font-weight: 400;
    color: #141414; }
  .zo-product-teaser .zo-product-meta .zo-product-title a:hover {
    color: #800c3d; }
  .zo-product-teaser .zo-product-meta .zo-product-price {
    display: block;
    font-size: 18px;
    font-style: italic;
    color: #141414; }
  .zo-product-teaser .zo-product-meta .zo-product-price .amount {
    letter-spacing: 0.1em; }
  .zo-product-teaser .zo-product-meta .zo-product-price ins {
    float: left;
    margin-right: 10px;
    text-decoration: none; }
  .zo-product-teaser .zo-product-meta .zo-product-price del {
    color: #6f6f6f; }

.zo-related-products {
  margin-top: 80px;
  margin-bottom: 250px; }
  .zo-related-products .zo-header {
    margin-bottom: 80px;
    text-align: center; }

@media screen and (min-width: 1200px) {
  /* zo-vertical-menu */
    body.zo-boxed:not(.error404) #page {
      margin-left: auto;
      margin-right: auto;
      width: 1200px;
      background: #fff;
      box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
      -webkite-box-shadow: 0 0 30px rgba(0, 0, 0, 0.3); }
      body.zo-boxed:not(.error404) #page #zo-header.header-fixed, body.zo-boxed:not(.error404) #page #zo-header.zo-header-transparent, body.zo-boxed:not(.error404) #page #collapse2, body.zo-boxed:not(.error404) #page .myform .container-fluid {
        margin-left: auto;
        margin-right: auto;
        width: 1200px; }
      body.zo-boxed:not(.error404) #page .myform {
        padding: 0; } }

body.zo-vertical-menu #page {
  padding-left: 260px; }
  body.zo-vertical-menu #page .mobile-menu {
    z-index: 9999;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    display: none; }
  body.zo-vertical-menu #page #zo-header-navigation .menu-main-menu {
    margin: 30px 0; }
  body.zo-vertical-menu #page #zo-header-navigation #site-navigation {
    display: block; }

@media screen and (max-width: 1366px) {
  .zo-vertical-menu #page .container {
    width: 100% !important; } }

@media screen and (max-width: 1199px) {
  .create-image {
    background: #f2f2f2; }
    .create-image h3 {
      text-align: center; }

  .zo_column_special .vc_column-inner > .wpb_wrapper {
    float: right;
    max-width: calc(1170px / 12 * 12 + 30px) ! important; }

  .zo_column_special_5 .vc_column-inner > .wpb_wrapper {
    max-width: calc(1170px / 12 * 12 + 30px) ! important; } }

@media screen and (min-width: 1200px) {
  .zo_column_special .vc_column-inner > .wpb_wrapper {
    max-width: calc(1170px / 12 * 7 - 30px);
    float: right; }

  .zo_column_special_5 .vc_column-inner > .wpb_wrapper {
    max-width: calc(1170px / 12 * 5 + 30px); }

  .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 .vc_column_container.custom-col-7 {
    max-width: calc(1170px / 12 * 7);
    padding-right: 15px;
    padding-left: 15px;
    margin: auto; } }

@media screen and (min-width: 992px) {
  .zo_content_width {
    max-width: 570px; }

  .zo_column_special .vc_column-inner {
    display: block !important; }

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

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

  #zo-header > .container {
    padding: 0 15px; }

  .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; }

  .zo-welcome-message .create-image {
    background: #f2f2f2; }
    .zo-welcome-message h3 {
      margin-bottom: 15px ! important; }
    .zo-welcome-message .logo-image img {
      display: block;
      margin: 20px auto ! important; }
    .zo-welcome-message .btn-primary {
      white-space: nowrap; } }

@media screen and (max-width: 991px) {
  .vc_inner.create-image {
    padding-left: 0px !important;
    padding-right: 0px !important; }

  .zo-fancy-box-single-2-new .vc_column-inner {
    padding-top: 0px; }

  .multicolumn.columns3.drop_to_left.sub-menu.dropdown-menu {
    width: 390px ! important; }

  #zo-header-navigation .main-navigation .columns3 > li {
    width: 100% !important; }

  #zo-header-navigation .main-navigation .columns4 > li {
    width: 100% !important; }

  #zo-header-navigation .main-navigation .menu-main-menu > li.menu-item-has-children > ul.sub-menu .sub-menu {
    border-top: 0; }

  #zo-header.zo-header-transparent div#zo-header-navigation ul.menu-main-menu > li ul.multicolumn {
    margin-top: 0; }

  .zo-header-transparent #zo-header-logo a {
    margin-top: 0; }

  body.admin-bar.zo-vertical-menu #page .mobile-menu {
    top: 32px; }
    body.admin-bar.zo-vertical-menu #page #zo-header.zo-header-style-10 {
      top: 32px; }

  .zo-vertical-menu #page {
    position: relative;
    padding-left: 260px;
    left: -260px;
    width: calc(100% + 260px);
    -webkit-transition: all 0.25s ease-out;
    -khtml-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */
    /* TRIPLE BORDERS */ }
    .zo-vertical-menu #page #zo-header.zo-header-style-10 {
      left: -260px;
      -webkit-transition: all 0.25s ease-out;
      -khtml-transition: all 0.25s ease-out;
      -moz-transition: all 0.25s ease-out;
      -ms-transition: all 0.25s ease-out;
      -o-transition: all 0.25s ease-out;
      transition: all 0.25s ease-out;
      /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */
      /* TRIPLE BORDERS */ }
    .zo-vertical-menu #page #zo-header.zo-header-style-10.active {
      left: 0; }
    .zo-vertical-menu #page.zo-page-active {
      left: 0; }
    .zo-vertical-menu #page.zo-page-active #masthead {
      position: relative;
      left: -260px; }
      .zo-vertical-menu #page.zo-page-active #masthead .mobile-menu {
        border: none;
        z-index: 9999; }
        .zo-vertical-menu #page.zo-page-active #masthead .mobile-menu button i {
          color: #fff; }

  #zo-header-top.zo-header-top-style-1 div#zo-header-logo a {
    text-align: left;
    line-height: 0; }
    #zo-header-top.zo-header-top-style-1 div#zo-header-logo a img {
      max-width: 85%; }
    #zo-header-top.zo-header-top-style-1 .zo-hiden-mobile {
      display: none; }

  #zo-header.zo-header-transparent #zo-header-logo a {
    line-height: 110px; }
    #zo-header.zo-header-transparent #zo-header-navigation ul.menu-main-menu > li {
      padding: 40px 12px 30px; }
      #zo-header.zo-header-transparent #zo-header-navigation ul.menu-main-menu > li > a {
        font-size: 12px; }
        #zo-header.zo-header-transparent #zo-header-navigation ul.menu-main-menu > li > a:hover {
          font-size: 12px; }
    #zo-header.zo-header-style-6 #zo-header-navigation ul.menu-main-menu > li {
      padding: 15px 21px !important; }
    #zo-header.header-style-5 #zo-header-navigation ul.menu-main-menu > li {
      padding: 40px 13px !important; }
      #zo-header.header-style-5 #zo-header-navigation ul.menu-main-menu > li > a {
        font-size: 12px; }
        #zo-header.header-style-5 #zo-header-navigation ul.menu-main-menu > li > a:hover {
          font-size: 12px;
          color: #fff !important; }
    #zo-header.zo-header-style-3 div#zo-header-navigation ul.menu-main-menu > li > a {
      line-height: 20px;
      letter-spacing: 0;
      padding-left: 16px !important;
      padding-right: 16px !important;
      font-size: 12px;
      color: #282828 !important; }
      #zo-header.zo-header-style-3 div#zo-header-navigation ul.menu-main-menu > li > a:hover {
        font-size: 12px; }
      #zo-header.zo-header-style-3 div#zo-header-navigation ul.menu-main-menu > li .zo-menu-toggle {
        top: 5px; }

  body .container {
    width: 100%;
    /*    .vc_row.wpb_row {
            padding-left: 15px;
            padding-right: 15px;
        }*/
    /* Header Sticky */ }

  body #zo-header {
    position: relative;
    /* End Header Sticky */
    /* ==========================================================================
                    Header Mobile
    ========================================================================== */
    /* ==========================================================================
       End Header Mobile
    ========================================================================== */
    /* ==========================================================================
       Shortcode
    ========================================================================== */
    /* Tab */ }

  .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; }

  .man-home-3 {
    display: none; }

  .vc_col-sm-6.fullwidth {
    width: 100%; } }

@media screen and (max-width: 800px) {
  body .entry-error404 .not-found h1 {
    font-size: 54px !important; } }

@media screen and (max-width: 767px) {
  .template-zo_grid--gallery-home .zo-grid-info {
    width: 100%; }

  .vc_row.vc_row-no-padding .wpb_column {
    padding-left: 0;
    padding-right: 0; }

  .tparrows {
    display: none !important; }

  #zo-header-top.zo-header-top-style-1 {
    margin-top: 0 ! important; }

  #zo-header-top {
    display: none; }
    #zo-header-top.zo-header-top-style-1, #zo-header-top.header_top_reponsive, #zo-header-top.zo-header-top-style-6 {
      display: block !important; }
      #zo-header-top.zo-header-top-style-1 .zo-hiden-mobile, #zo-header-top.header_top_reponsive .zo-hiden-mobile, #zo-header-top.zo-header-top-style-6 .zo-hiden-mobile {
        display: none; }
      #zo-header-top.zo-header-top-style-1 ul.zo-social, #zo-header-top.header_top_reponsive ul.zo-social, #zo-header-top.zo-header-top-style-6 ul.zo-social {
        text-align: center;
        margin: 10px auto; }
    #zo-header-top.zo-header-top-style-6 #zo-header-logo a {
      text-align: left !important; }
      #zo-header-top.zo-header-top-style-6 #zo-header-logo a img {
        max-width: 85%; }

  #zo-header-top.zo-header-top-style-1 div#zo-header-logo a {
    text-align: left;
    line-height: 0; }
    #zo-header-top.zo-header-top-style-1 div#zo-header-logo a img {
      max-width: 85%; }
    #zo-header-top.zo-header-top-style-1 .zo-hiden-mobile {
      display: none;
      line-height: 0; }

  #zo-header.zo-header-style-8 div#zo-header-navigation {
    background: #fff !important; }
    #zo-header.zo-header-style-8 div#zo-header-navigation ul.menu-main-menu > li > a {
      color: #242424 !important; }
    #zo-header.zo-header-style-9 {
      margin-top: 0px;
      min-height: 155px; }
    #zo-header.zo-header-style-9 .container-fluid {
      background: #0d0f0c; }
    #zo-header.zo-header-style-9 #zo-header-left {
      float: right !important; }
    #zo-header.zo-header-style-9 #zo-header-left .zo-header-left-content, #zo-header.zo-header-style-9 #zo-header-left .menu-portfolio {
      line-height: 78px !important; }
    #zo-header.zo-header-style-9 #zo-header-left .menu-portfolio span > a i {
      padding-top: 0; }
    #zo-header.header-style-5 #zo-header-navigation ul.menu-main-menu > li {
      padding-left: 0px !important;
      padding-right: 0px !important; }
      #zo-header.header-style-5 #zo-header-navigation ul.menu-main-menu > li > a {
        padding-left: 9px !important;
        padding-right: 9px !important; }
        #zo-header.header-style-5 #zo-header-navigation ul.menu-main-menu > li > a:hover {
          color: #fff !important; }
      #zo-header.header-style-5 #zo-header-navigation ul.menu-main-menu > li.zo-menu-hover {
        background: #800c3d; }
      #zo-header.header-style-5 #zo-header-navigation ul.menu-main-menu > li.current-menu-ancestor > a, #zo-header.header-style-5 #zo-header-navigation ul.menu-main-menu > li.current-menu-item > a, #zo-header.header-style-5 #zo-header-navigation ul.menu-main-menu > li.current_page_item > a, #zo-header.header-style-5 #zo-header-navigation ul.menu-main-menu > li.zo-menu-hover > a {
        color: #fff !important; }

  #zo-header.header-default {
    margin-top: 0;
    margin-bottom: 0; }

  #zo-header-top {
    text-align: center;
    margin-top: 0; }

  .nav-menu.menu-main-menu {
    float: left ! important; }

  .pull-right {
    float: none ! important; }

  #zo-header > .container, #zo-header.header-fixed > .container {
    position: relative;
    z-index: 99; }

  #zo-header-navigation .main-navigation .menu-main-menu, #zo-header-navigation .main-navigation div.nav-menu > ul {
    width: 100%;
    text-align: left; }

  body.fixed-margin-top #zo-header.header-fixed #zo-header-navigation .main-navigation .menu-main-menu > li {
    line-height: normal;
    /* Header Sticky */ }

  body #zo-header.sticky-mobile {
    position: fixed;
    /*Start page title portfolio*/ }

  #zo-page-element-wrap {
    /*End page title portfolio*/
    /* Start Form Comment */ }
    #zo-page-element-wrap.zo-page-title-5 {
      padding: 0; }
    #zo-page-element-wrap.zo-page-title-5 #page-title-text {
      top: 17%; }
    #zo-page-element-wrap.zo-page-title-5 #page-title-text h1 {
      font-size: 24px !important;
      line-height: 28px; }

  #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 */
    /* Footer Bottom */ }

  #zo-footer-bottom {
    /* End Footer Bottom */
    /* Sidebar
    =================*/ }
    #zo-footer-bottom [class^="col-"] {
      text-align: center; }
    #zo-footer-bottom [class^="col-"] .text-left, #zo-footer-bottom [class^="col-"] .text-right, #zo-footer-bottom [class^="col-"] .align-right, #zo-footer-bottom [class^="col-"] .align-left {
      text-align: center; }

  #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);
    /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */
    /* TRANSFORM STYLE */
    /**Fancybox**/ }

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

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

  .zo-grid-timeline .timeline .tldate {
    margin: 0; }
    .zo-grid-timeline .timeline .date .border-radius {
      border-radius: 0 ! important; }
    .zo-grid-timeline .timeline:before {
      display: none; }
    .zo-grid-timeline .timeline .right .tl-circ, .zo-grid-timeline .timeline .left .tl-circ {
      display: none; }
    .zo-grid-timeline .timeline .right .timeline-panel .zo-grid-item, .zo-grid-timeline .timeline .left .timeline-panel .zo-grid-item {
      width: 65%;
      left: 120px; }
    .zo-grid-timeline .timeline .right .timeline-panel:before, .zo-grid-timeline .timeline .left .timeline-panel:before {
      left: 0;
      margin-left: 120px;
      border-width: 15px 15px 15px 0; }

  .timeline-two .zo-grid-timeline .zo-grid-item {
    width: 100% ! important;
    left: 0 ! important;
    margin: 0 -7px; }
    .timeline-two .zo-grid-timeline .timeline .timeline-panel:before {
      border-width: 15px 15px 15px 0;
      left: 0;
      margin-left: -7px ! important; }
    .timeline-two .zo-grid-timeline .timeline .date .tldate {
      width: 100%; }
    .timeline-two .zo-grid-timeline .timeline .left {
      left: 0; }

  .timeline-three {
    /*Fancy Box style 3*/ }
    .timeline-three .zo-grid-timeline ul {
      padding: 0; }
    .timeline-three .zo-grid-timeline .zo-grid-item {
      width: 100% ! important;
      left: 0 ! important;
      margin: 0 -20px; }
    .timeline-three .zo-grid-timeline .timeline .timeline-panel:before {
      border-width: 15px 15px 15px 0;
      left: 0 ! important;
      margin-left: -7px ! important; }
    .timeline-three .zo-grid-timeline .timeline .date .tldate {
      width: 100%;
      margin: 0 ! important; }

  .template-zo_fancybox_single--style-3 {
    margin-bottom: 50px;
    /*====Content style==== */ }

  div.zo-no-pading-bottom-mobile {
    padding-bottom: 0px !important; }

  div.zo-no-flex-mobile {
    /*===End Content style*/ }
    div.zo-no-flex-mobile .container .vc_row-flex {
      display: block; } }

@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) {
  .zo-carousel-style-1 .owl-prev, .zo-carousel-style-1 .owl-next {
    top: 40%; }

  .zo_grid-portfolio-style-default .zo-grid-filter ul, .zo-masonry-style-default .zo-grid-filter ul, .template-zo_masonry--portfolio-style-3 .zo-grid-filter ul, .template-zo_grid--team-style-1 .zo-grid-filter ul, .template-zo_grid--portfolio-gallery .zo-grid-filter ul, .zo_grid-portfolio-style-default .zo-masonry-filter ul, .zo-masonry-style-default .zo-masonry-filter ul, .template-zo_masonry--portfolio-style-3 .zo-masonry-filter ul, .template-zo_grid--team-style-1 .zo-masonry-filter ul, .template-zo_grid--portfolio-gallery .zo-masonry-filter ul {
    padding: 0px; }
    .zo_grid-portfolio-style-default .zo-grid-filter ul > li, .zo-masonry-style-default .zo-grid-filter ul > li, .template-zo_masonry--portfolio-style-3 .zo-grid-filter ul > li, .template-zo_grid--team-style-1 .zo-grid-filter ul > li, .template-zo_grid--portfolio-gallery .zo-grid-filter ul > li, .zo_grid-portfolio-style-default .zo-masonry-filter ul > li, .zo-masonry-style-default .zo-masonry-filter ul > li, .template-zo_masonry--portfolio-style-3 .zo-masonry-filter ul > li, .template-zo_grid--team-style-1 .zo-masonry-filter ul > li, .template-zo_grid--portfolio-gallery .zo-masonry-filter ul > li {
      width: 100%;
      margin-bottom: 15px; }

  .template-zo_masonry--portfolio-default {
    /* 404 page   */ }
    .template-zo_masonry--portfolio-default .zo-masonry-item .zo-masonry-overlay {
      position: relative; }
    .template-zo_masonry--portfolio-default .zo-masonry-item .zo-masonry-overlay:before {
      top: 15px !important;
      right: 15px !important;
      left: 15px !important;
      bottom: 15px !important; }
    .template-zo_masonry--portfolio-default .zo-masonry-item .zo-masonry-overlay .zo-masonry-overlay-inner {
      left: auto !important;
      top: auto !important;
      -webkit-transform: translate3D(0, 0, 0) !important;
      -khtml-transform: translate3D(0, 0, 0) !important;
      -moz-transform: translate3D(0, 0, 0) !important;
      -ms-transform: translate3D(0, 0, 0) !important;
      -o-transform: translate3D(0, 0, 0) !important;
      transform: translate3D(0, 0, 0) !important;
      /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */
      /* TRANSFORM STYLE */ }
      .template-zo_masonry--portfolio-default .zo-masonry-item .zo-masonry-overlay .zo-masonry-overlay-inner .zo-masonry-title {
        font-size: 20px !important;
        border: none !important; }

  .entry-error404 {
    /* Header 9   */ }
    .entry-error404 .searchform input[type="text"] {
      width: 100% !important; }

  #zo-navigation-pofolio #site-navigation ul.menu-main-menu {
    width: 320px; }

  #zo-header.zo-header-style-9 {
    min-height: 80px;
    /* Start Form Comment */ }
    #zo-header.zo-header-style-9 .container-fluid {
      background: #0d0f0c; }
    #zo-header.zo-header-style-9 #zo-header-logo a {
      line-height: 20px; }
    #zo-header.zo-header-style-9 #zo-header-logo.pull-left {
      text-align: center;
      float: none !important; }
    #zo-header.zo-header-style-9 #zo-header-left {
      padding: 0 24px;
      text-align: center; }
    #zo-header.zo-header-style-9 #zo-header-left .zo-header-left-content, #zo-header.zo-header-style-9 #zo-header-left .menu-portfolio {
      line-height: 30px !important; }
    #zo-header.zo-header-style-9 #zo-header-left .menu-portfolio span > a i {
      padding-top: 0; }
    #zo-header.zo-header-style-9 #zo-header-left ul.zo-social li a i {
      padding-top: 0px; }

  #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; } }

@media screen and (max-width: 768px) {
  body.admin-bar {
    /*Portfolio Sityle Default*/ }
    body.admin-bar.zo-vertical-menu #page .mobile-menu {
      top: 46px; }
      body.admin-bar.zo-vertical-menu #page #zo-header.zo-header-style-10 {
        top: 46px; }

  .zo_grid-portfolio-style-default .zo-grid-filter ul > li a, .zo_grid-portfolio-style-gallery .zo-grid-filter ul > li a {
    padding: 4px 10px; }

  .zo-header-transparent {
    position: relative !important;
    background: #282828 !important; }

  .zo-pricing-default .zo-pricing-item .zo-pricing-inner {
    margin-bottom: 30px; }

  .vc_tta.vc_general .vc_tta-tab {
    display: block ! important; }

  .zo_tab_services .vc_tta-tabs-container ul.vc_tta-tabs-list {
    border: none;
    margin-bottom: 30px; }
    .zo_tab_services .vc_tta-tabs-container ul.vc_tta-tabs-list li.vc_tta-tab.vc_active a {
      width: 100%;
      height: 80px;
      line-height: 60px; }
    .zo_tab_services .vc_tta-tabs-container ul.vc_tta-tabs-list li.vc_tta-tab a {
      -webkit-border-radius: 0 !important;
      -khtml-border-radius: 0 !important;
      -moz-border-radius: 0 !important;
      -ms-border-radius: 0 !important;
      -o-border-radius: 0 !important;
      border-radius: 0 !important;
      /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */
      width: 100%;
      height: 80px;
      line-height: 80px; }

  .zo-fancyboxes-service .zo-fancyboxes-body .zo-fancybox-item .fancybox-header .fancybox-image {
    display: none; }

  .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
    background-color: transparent !important; }

  .zo_column_special h3 {
    white-space: normal !important;
    word-wrap: break-word;
    overflow: hidden; } }

@media screen and (min-width: 1300px) {
  .myform .container-fluid {
    width: 1300px; }

  #zo-header-top .container-fluid, #zo-header .container-fluid {
    max-width: 1300px; }
    #zo-header-top .container-fluid .row, #zo-header .container-fluid .row {
      position: relative; }

  #zo-header-navigation .menu-main-menu > li.has_full_width .container {
    width: 1300px; } }

@media (min-width: 992px) and (max-width: 1024px) {
  .zo-pricing-default .zo-pricing-item .zo-pricing-inner .zo-pricing-price .time {
    right: 10px; }

  .zo_auto_reponsive .vc_column-inner {
    padding: 0px !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .zo-masonry-style-default .zo-masonry-item .zo-masonry-inner .zo-masonry-overlay-inner .zo-masonry-title {
    font-size: 24px !important;
    line-height: 24px !important; } }

@media (min-width: 767px) and (max-width: 1024px) {
  .nav-menu.menu-main-menu {
    float: right; } }

@media (min-width: 768px) and (max-width: 991px) {
  .zo-header-transparent .menu-right {
    margin-top: 0; } }

@media screen and (max-width: 991px) {
  div#zo-header-navigation .main-navigation ul.menu-main-menu li {
    padding: 0; }
    div#zo-header-navigation .main-navigation ul.menu-main-menu li a {
      line-height: 40px; } }

@media screen and (max-width: 991px) {
  #zo-header.zo-header-transparent div#zo-header-navigation {
    background: #282828; }
    #zo-header.zo-header-transparent div#zo-header-navigation ul.menu-main-menu > li {
      padding: 0; }
      #zo-header.zo-header-transparent div#zo-header-navigation ul.menu-main-menu > li.has_full_width {
        position: relative;
        display: inline-block;
        width: 100%;
        height: 40px; }
      #zo-header.zo-header-transparent div#zo-header-navigation ul.menu-main-menu > li.zo-menu-hover ul.multicolumn {
        margin-top: 0; }
      #zo-header.zo-header-transparent div#zo-header-navigation ul.menu-main-menu > li.zo-menu-hover {
        position: relative; } }

@media screen and (max-width: 767px) {
  body .vc_row.vc_row-o-content-middle, body .vc_row.vc_row-flex {
    display: inherit; } }

@font-face {
  font-family: "baron_neue_bold";
  src: url('../fonts/baron_neue_bold-webfont.eot') format('eot'), url('../fonts/baron_neue_bold-webfont.woff') format('woff'), url('../fonts/baron_neue_bold-webfont.ttf') format('truetype'); }

.rev_slider .tp-caption span {
  color: #800c3d; }
  .rev_slider .tp-caption.rev-btn {
    -webkit-transition: all 420ms ease 0s;
    -khtml-transition: all 420ms ease 0s;
    -moz-transition: all 420ms ease 0s;
    -ms-transition: all 420ms ease 0s;
    -o-transition: all 420ms ease 0s;
    transition: all 420ms ease 0s;
    /*Add 22/10/2015 Mixin BACKGROUND GRADIENT FOR COLOR */
    /* TRIPLE BORDERS */
    border-radius: 30px; }
  .rev_slider .tp-caption.rev-btn.btn-color:not(:hover) {
    background: #800c3d !important;
    border-color: #800c3d !important; }
