/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets

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

1. Blog Classic
2. Post Classic
3. Navigation
-------------------------------------------------------------------*/
/* ==========================================================================
   [Start] 1. Blog Classic
========================================================================== */
/* ==========================================================================
   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
========================================================================== */
/*------------------------------------------------------------------
[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

-------------------------------------------------------------------*/
/*  Owl bullet
--------------------------------*/
/* Styling Pagination*/
/* 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
========================================================================== */
/*------------------------------------------------------------------
[Woo of contents]

1. Navigation
2. Typo
3. Sidebar
4. Archive Product
5. Single Product
6. Cart Search

-------------------------------------------------------------------*/
/* Fancybox */
/* Header Sticky */
/* Footer Scroll Top */
/* Start Form Comment */
/* Button */
body .btn, #secondary .wg-title, #comments .comments-title, #comments .comment-reply-title, .cms-recent-post-wrapper .cms-recent-details .title {
  font-family: 'Dosis'; }

#cshero-footer-top .wg-title {
  font-family: 'Amatic SC'; }

@font-face {
  font-family: 'MyriadPro-Semibold';
  src: url('http://localhost/themecheck/wp-content/themes/wp-kindergarten/assets/fonts/MyriadPro-Semibold.eot');
  src: url('http://localhost/themecheck/wp-content/themes/wp-kindergarten/assets/fonts/MyriadPro-Semibold.eot?#iefix') format('embedded-opentype'), url('http://localhost/themecheck/wp-content/themes/wp-kindergarten/assets/fonts/MyriadPro-Semibold.woff') format('woff'), url('http://localhost/themecheck/wp-content/themes/wp-kindergarten/assets/fonts/MyriadPro-Semibold.ttf') format('truetype'), url('http://localhost/themecheck/wp-content/themes/wp-kindergarten/assets/fonts/MyriadPro-Semibold.svg#MyriadPro-Semibold') format('svg');
  font-weight: normal;
  font-style: normal; }

.cms-pricing-wrapper .cms-pricing-content ul li span {
  font-family: 'MyriadPro-Semibold'; }

#cshero-header-logo a img {
  max-height: 129px; }

#cshero-header {
  background-color: rgba(255, 255, 255, 0.8); }

#cshero-header.cshero-main-header.header-fixed {
  background-color: rgba(255, 255, 255, 0.8); }

#cshero-header.header-fixed #cshero-header-logo a img {
  max-height: 60px; }

#cshero-header.cshero-main-header .menu-main-menu > li > a i {
  font-size: 34px; }

#cshero-header.cshero-main-header.header-fixed .menu-main-menu > li > a i {
  font-size: 24px !important; }

#cshero-header.header-fixed #cshero-header-navigation .main-navigation .menu-main-menu > li > a, #cshero-header.header-fixed #cshero-header-navigation .main-navigation .menu-main-menu > ul > li > a {
  font-size: 18px; }

#cshero-header.header-fixed #cshero-header-navigation .main-navigation .menu-main-menu > li ul li a, #cshero-header.header-fixed #cshero-header-navigation .main-navigation .menu-main-menu > ul > li ul li a {
  font-size: 16px; }

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

  #cshero-header-navigation .main-navigation .menu-main-menu > li > a, #cshero-header-navigation .main-navigation .menu-main-menu > ul > li > a {
    color: #575656;
    font-size: 18px;
    padding: 0 13px;
    margin: 0; }

  #cshero-header-navigation .main-navigation .menu-main-menu > li.menu-item-has-children > .cs-menu-toggle {
    color: #575656; }

  #cshero-header-navigation .main-navigation .menu-main-menu > li > a:hover, #cshero-header-navigation .main-navigation .menu-main-menu > ul > li > a:hover {
    color: #6e4692; }

  #cshero-header-navigation .main-navigation .menu-main-menu > li.current-menu-item > a, #cshero-header-navigation .main-navigation .menu-main-menu > li.current-menu-ancestor > a, #cshero-header-navigation .main-navigation .menu-main-menu > li.current_page_item > a, #cshero-header-navigation .main-navigation .menu-main-menu > li.current_page_ancestor > a, #cshero-header-navigation .main-navigation .menu-main-menu > ul > li.current-menu-item > a, #cshero-header-navigation .main-navigation .menu-main-menu > ul > li.current-menu-ancestor > a, #cshero-header-navigation .main-navigation .menu-main-menu > ul > li.current_page_item > a, #cshero-header-navigation .main-navigation .menu-main-menu > ul > li.current_page_ancestor > a {
    color: #6e4692; } }

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

#cshero-header.cshero-main-header.header-fixed #cshero-header-navigation .main-navigation .menu-main-menu > li > a:hover {
  color: #6e4692; }

#cshero-header.cshero-main-header.header-fixed #cshero-header-navigation .main-navigation .menu-main-menu > li.current-menu-item > a, #cshero-header.cshero-main-header.header-fixed #cshero-header-navigation .main-navigation .menu-main-menu > li.current-menu-ancestor > a, #cshero-header.cshero-main-header.header-fixed #cshero-header-navigation .main-navigation .menu-main-menu > li.current_page_item > a, #cshero-header.cshero-main-header.header-fixed #cshero-header-navigation .main-navigation .menu-main-menu > li.current_page_ancestor > a {
  color: #6e4692; }

#cshero-header-navigation .main-navigation .menu-main-menu > li ul a, #cshero-header-navigation .main-navigation .menu-main-menu > ul > li ul a {
  color: #575656;
  font-size: 18px;
  background-color: #f5f5f5; }

#cshero-header-navigation .main-navigation .menu-main-menu > li ul a:hover, #cshero-header-navigation .main-navigation .menu-main-menu > li ul a:focus, #cshero-header-navigation .main-navigation .menu-main-menu > li ul li.current-menu-item a, #cshero-header-navigation .main-navigation .menu-main-menu > ul > li ul a:hover, #cshero-header-navigation .main-navigation .menu-main-menu > ul > li ul a:focus, #cshero-header-navigation .main-navigation .menu-main-menu > ul > li ul li.current-menu-item a {
  color: #6e4692;
  background-color: #e9e9e9; }

body .page-title {
  padding: 50px 0; }

body .page-title {
  margin: 0 0 70px; }

.wg-title, .entry-blog .entry-date, .cms-blog-layout1 .cms-blog-header .cms-blog-date, .entry-blog .entry-meta i, #secondary [class*='widget_'] ul li a:hover, #secondary [class*='widget-'] ul li a:hover:before, #secondary [class*='widget_'] ul li a:hover:before, #secondary [class*='widget-'] ul li a:hover:before, .entry-blog .entry-meta ul li.detail-author a, .entry-blog .entry-meta ul li a:hover {
  color: #6e4692; }

.navigation .page-numbers:hover, .navigation .prev.page-numbers:hover:before, .navigation .next.page-numbers:hover:after, .navigation .page-numbers.current {
  background: #6e4692; }

.wg-title:before {
  background-color: #5fcde3; }

.page-sub-title {
  color: #fd0; }

.entry-blog .entry-date, .cms-blog-layout1 .cms-blog-header .cms-blog-date, body .mejs-controls .mejs-time-rail .mejs-time-current, body .mejs-controls .mejs-time-rail .mejs-time-loaded, body .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  background-color: #fd0; }

body #page #main {
  margin: 0 0 80px; }

footer #cshero-footer-top {
  padding: 65px 0; }

#cshero-footer-top {
  color: #fff; }

#cshero-footer-top .wg-title {
  color: #fff; }

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

#cshero-footer-top a {
  color: #fff; }

#cshero-footer-top a:hover {
  color: #fff; }

.btn, button, .button, input[type='submit'] {
  color: #fff !important;
  background-color: #3bbcd6;
  border-style: solid;
  border-width: 2px;
  padding-top: 16px;
  padding-right: 50px;
  padding-bottom: 16px;
  padding-left: 50px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px; }

.btn, button, .button, input[type='submit'] {
  font-size: 18px; }

.btn, button, .button, input[type='submit'] {
  border-color: #1a9eb9; }

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

.btn:hover, button:hover, .button:hover, input[type='submit']:hover, .btn:focus, button:focus, .button:focus, input[type='submit']:focus {
  background-color: #ffde0a; }

.btn:hover, button:hover, .button:hover, input[type='submit']:hover, .btn:focus, button:focus, .button:focus, input[type='submit']:focus {
  border-color: #f0ba00; }

.btn.btn-primary {
  background-color: #765197;
  border-style: solid;
  border-width: 2px;
  padding-top: 16px;
  padding-right: 50px;
  padding-bottom: 16px;
  padding-left: 50px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; }

.btn.btn-primary {
  color: #fff !important; }

.btn.btn-primary {
  border-color: #5c367c; }

.btn.btn-primary:hover, .btn.btn-primary:focus {
  color: #fff !important; }

.btn.btn-primary:hover, .btn.btn-primary:focus {
  background-color: #765197; }

.btn.btn-primary:hover, .btn.btn-primary:focus {
  border-color: #5c367c; }

.entry-blog .entry-date .arow-date, .cms-blog-layout1 .cms-blog-header .cms-blog-date .arow-date {
  border-color: transparent #fd0 #fd0 transparent; }

.entry-blog .entry-meta {
  border-bottom: 1px solid #5fcde3; }

.entry-blog .entry-meta ul:before {
  background-color: #5fcde3; }

.entry-gallery .carousel-control {
  background: #6e4692; }

.entry-blog .entry-gallery .carousel-control:hover .fa {
  color: #fd0; }

.tagcloud a {
  background-color: #6e4692;
  border: 1px solid #6e4692; }

.tagcloud a:hover {
  background-color: #fd0;
  color: #6e4692; }

@-moz-keyframes headerSlideDown {
  0% {
    margin-top: -150px; }

  100% {
    margin-top: 0; } }

@-ms-keyframes headerSlideDown {
  0% {
    margin-top: -150px; }

  100% {
    margin-top: 0; } }

@-webkit-keyframes headerSlideDown {
  0% {
    margin-top: -150px; }

  100% {
    margin-top: 0; } }

@keyframes headerSlideDown {
  /* THEME DEFAULT */
  0% {
    margin-top: -150px; }

  100% {
    margin-top: 0; } }

.btn, button, .button, input[type="submit"] {
  line-height: 1;
  display: inline-block;
  outline: medium none;
  text-decoration: none;
  -webkit-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  font-weight: 700; }

.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;
  /* Type Button */ }

input[type="submit"], .btn-green {
  border-color: #5a8d23;
  background-color: #81b748; }

.btn-purple {
  border-color: #5c367c;
  background-color: #765197; }

.btn-crimson {
  border-color: #b63371;
  background-color: #d24c8c;
  /* Button VC */ }

.wpb_button_anone.right {
  float: right;
  /* Button White */ }

.btn.btn-white {
  border-color: #fff;
  color: #fff;
  background-image: none;
  background-color: rgba(255, 255, 255, 0.3);
  /* Button Aize */ }
  .btn.btn-white:hover {
    border-color: #fd0;
    color: #fd0 !important;
    background-color: rgba(255, 221, 0, 0.3); }

.btn.btn-lg {
  padding-left: 150px;
  padding-right: 150px; }

.btn.btn-md {
  padding-left: 35px;
  padding-right: 35px; }

.btn.btn-xs {
  padding-left: 25px;
  padding-right: 25px;
  /* ==========================================================================
    End Style Button
========================================================================== */ }

#primary.is-left-sidebar #content {
  float: right; }

.entry-blog {
  background-color: #f5f5f5;
  border-bottom: 7px solid #ebebeb;
  padding: 33px 38px;
  position: relative;
  margin: 0 0 70px;
  /* ==========================================================================
   [End] 1. Blog Classic
========================================================================== */
  /* ==========================================================================
   [Start] 2. Post Classic
========================================================================== */ }
  .entry-blog .entry-header.no-image .entry-feature {
    padding-top: 45px; }
  .entry-blog .entry-date {
    position: absolute;
    top: -16px;
    right: 18px;
    height: 68px;
    line-height: 68px;
    min-width: 230px;
    padding: 0 15px;
    text-align: center;
    font-size: 21px;
    font-weight: 700;
    z-index: 1; }
    .entry-blog .entry-date i {
      padding-right: 15px; }
    .entry-blog .entry-date .arow-date, .entry-blog .entry-date .arow-date:before {
      border-style: solid;
      border-width: 8px;
      height: 0;
      left: -16px;
      position: absolute;
      top: 0;
      width: 0; }
    .entry-blog .entry-date .arow-date:before {
      content: "";
      left: -8px;
      position: absolute;
      top: -8px;
      border-color: transparent rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) transparent; }
  .entry-blog .entry-title {
    font-family: Dosis;
    font-size: 36px;
    line-height: 40px;
    margin: 0 0 18px;
    padding: 25px 0 0; }
  .entry-blog .entry-meta ul {
    padding: 25px 0 25px;
    position: relative;
    display: inline-block; }
    .entry-blog .entry-meta ul:before {
      position: absolute;
      bottom: 0;
      left: 0;
      height: 3px;
      width: 100%;
      content: ""; }
    .entry-blog .entry-meta ul li {
      display: inline-block;
      margin-right: 6px;
      padding-right: 10px;
      position: relative;
      line-height: 26px; }
      .entry-blog .entry-meta ul li:before {
        background: #cbcbcb;
        content: "";
        height: 15px;
        position: absolute;
        right: 0;
        top: 8px;
        width: 2px; }
      .entry-blog .entry-meta ul li:last-child:before {
        height: 0; }
      .entry-blog .entry-meta ul li.detail-author a:hover {
        color: #9c9c9c; }
      .entry-blog .entry-meta ul li a {
        color: #9c9c9c; }
      .entry-blog .entry-meta ul li i {
        padding-right: 6px; }
  .entry-blog .entry-content {
    padding: 25px 0 28px;
    /*** Blog Type ***/ }
    .entry-blog .entry-content blockquote {
      border-left: 5px solid #6e4692;
      padding-left: 10px; }
    .entry-blog .entry-content .list-style-check {
      margin-left: 40px; }
  .entry-blog .entry-gallery .carousel-control {
    height: 110px;
    line-height: 110px;
    text-align: center;
    opacity: 1;
    top: 50%;
    transform: translate(0px, -50%);
    width: 40px;
    -webkit-text-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -moz-text-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -ms-text-shadow: 0 0 0 rgba(0, 0, 0, 0);
    text-shadow: 0 0 0 rgba(0, 0, 0, 0); }
    .entry-blog .entry-gallery .carousel-control .fa {
      font-size: 36px;
      color: #fff; }
  .entry-blog .entry-video iframe {
    width: 100%; }
  .entry-blog .entry-quote blockquote {
    background: none repeat scroll 0 0 #ece9ef;
    border-left: 3px solid #6e4692;
    padding: 23px;
    margin: 0 0 0 78px;
    position: relative; }
    .entry-blog .entry-quote blockquote:before {
      content: "\f10d";
      font-size: 60px;
      font-family: FontAwesome;
      color: #6e4692;
      position: absolute;
      top: 15px;
      left: -75px; }

.entry-blog.entry-post {
  margin: 0 0 27px;
  padding: 0 20px 20px; }
  .entry-blog.entry-post .entry-feature {
    padding-top: 20px; }
  .entry-blog.entry-post .entry-date {
    right: inherit;
    left: 34px; }
  .entry-blog.entry-post .entry-feature-image img {
    width: 100%; }
  .entry-blog.entry-post .list-style-check li {
    color: #9c9c9c; }

.format-audio .entry-blog.entry-post {
  padding-top: 67px; }

.format-quote .entry-blog.entry-post {
  padding-top: 67px; }

.single-post .comments-area {
  margin-bottom: 60px;
  /* ==========================================================================
   [End] 2. Post Classic
========================================================================== */
  /* ==========================================================================
   [Start] 3. Navigation
========================================================================== */ }

.navigation {
  text-align: center; }
  .navigation .page-numbers {
    background: #e9e9e9;
    color: #222;
    font-size: 18px;
    font-weight: 700;
    line-height: 40px;
    padding: 0;
    display: inline-block;
    height: 40px;
    width: 40px;
    text-align: center;
    margin: 0 2px;
    vertical-align: middle; }
    .navigation .page-numbers i {
      font-size: 22px; }
  .navigation .page-numbers:hover, .navigation .prev.page-numbers:hover:before, .navigation .next.page-numbers:hover:after, .navigation .page-numbers.current {
    color: #fff; }
  .navigation .pagination {
    border-bottom: 1px solid #e9e9e9;
    border-top: 1px solid #e9e9e9;
    padding: 40px 0;
    margin: 0 0 80px; }

.post-navigation {
  border-bottom: 7px solid #ebebeb;
  padding: 0 0 27px;
  margin: 0 0 60px; }
  .post-navigation a.post-prev {
    padding-left: 23px;
    padding-right: 23px; }
    .post-navigation a.post-prev i {
      padding-right: 6px; }
  .post-navigation a.post-next {
    padding-left: 23px;
    padding-right: 23px; }
    .post-navigation a.post-next i {
      padding-left: 6px; }

.entry-content .page-links {
  clear: left;
  padding-top: 10px;
  /* ==========================================================================
   [End] 3. Navigation
========================================================================== */ }
  .entry-content .page-links span {
    text-align: center;
    display: inline-block;
    height: 26px;
    width: 26px;
    line-height: 26px;
    color: #fff;
    background-color: #6e4692;
    font-size: 14px;
    margin: 0 3px;
    -webkit-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
    -moz-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
    -ms-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
    transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s; }
    .entry-content .page-links span span {
      margin: 0; }
  .entry-content .page-links a span {
    background-color: #e0e3e8;
    color: #000; }
    .entry-content .page-links a span:hover {
      background-color: #6e4692;
      color: #fff; }

#comments .comments-title, #comments .comment-reply-title {
  border-bottom: 1px solid #ebebeb;
  font-size: 29px;
  font-weight: 700;
  margin: 0 0 50px;
  padding-bottom: 12px;
  color: #6e4692; }
  #comments .comment-reply-title {
    margin-top: 50px; }
  #comments .form-allowed-tags, #comments .comment-awaiting-moderation {
    display: none; }
  #comments .comment-list {
    list-style: none;
    padding: 0;
    margin: 0 0 28px; }
    #comments .comment-list .comment-author-image img {
      -webkit-border-radius: 100%;
      -khtml-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      -o-border-radius: 100%;
      border-radius: 100%;
      /* BACKGROUND GRADIENT */ }
    #comments .comment-list .comment-author-image .comment-meta {
      text-align: center;
      margin-top: 4px; }
      #comments .comment-list .comment-author-image .comment-meta span {
        display: block; }
        #comments .comment-list .comment-author-image .comment-meta span.comment-author {
          font-size: 14px;
          font-weight: 700;
          line-height: 22px;
          color: #6e4692; }
        #comments .comment-list .comment-author-image .comment-meta span.comment-date {
          font-size: 14px;
          color: #424142;
          line-height: 20px; }
    #comments .comment-list > li {
      padding: 0 0 56px; }
    #comments .comment-list > li:last-child {
      padding: 0; }
    #comments .comment-list > li > .comment-body .comment-author-image {
      float: left;
      max-width: 109px; }
      #comments .comment-list > li > .comment-body .comment-main {
        padding-left: 109px;
        color: #424142; }
        #comments .comment-list > li > .comment-body .comment-main .comment-content {
          margin-left: 20px;
          margin-bottom: 10px;
          padding: 16px 18px;
          -webkit-border-radius: 3px;
          -khtml-border-radius: 3px;
          -moz-border-radius: 3px;
          -ms-border-radius: 3px;
          -o-border-radius: 3px;
          border-radius: 3px;
          /* BACKGROUND GRADIENT */
          border: 1px solid #d5d5d5; }
    #comments .comment-list .reply {
      text-align: right; }
    #comments .comment-list .reply .comment-reply-link {
      font-size: 18px;
      font-weight: 700; }
    #comments .comment-list .reply a {
      position: relative;
      padding-left: 20px; }
      #comments .comment-list .reply a:before {
        content: "";
        display: inline-block;
        height: 15px;
        left: 0;
        margin: 0 5px 0 0;
        position: absolute;
        top: 6px;
        width: 15px;
        background: url(../images/reply.jpg) no-repeat center center; }
    #comments .comment-list ul.children {
      padding-left: 136px;
      position: relative; }
    #comments .comment-list ul.children:before {
      background: #e2e2e2;
      content: "";
      height: 100%;
      left: 190px;
      position: absolute;
      width: 1px; }
    #comments .comment-list ul.children li {
      padding-top: 46px;
      position: relative; }
    #comments .comment-list ul.children .comment-author-image {
      max-width: 109px;
      float: left;
      padding: 10px 0 20px;
      background: #fff; }
    #comments .comment-list ul.children .comment-main {
      padding-left: 109px;
      color: #424142; }
      #comments .comment-list ul.children .comment-main .comment-content {
        position: relative;
        margin-left: 20px;
        padding: 16px 18px;
        -webkit-border-radius: 3px;
        -khtml-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        /* BACKGROUND GRADIENT */
        border: 1px solid #d5d5d5; }
        #comments .comment-list ul.children .comment-main .comment-content:before {
          height: 1px;
          width: 10px;
          background: #e2e2e2;
          content: "";
          position: absolute;
          top: 59px;
          left: -16px; }
  #comments #commentform p {
    margin: 0 0 10px; }
    #comments #commentform p.comment-form-comment {
      margin-bottom: 30px; }
    #comments #commentform .form-submit {
      text-align: right; }

#cshero-header-wrapper:not(.h-trans) {
  background-color: #fff; }
  #cshero-header-wrapper #cshero-header-top {
    border-bottom: 1px solid #cfd8dc; }
    #cshero-header-wrapper #cshero-header-top .container {
      position: relative;
      z-index: 999; }
    #cshero-header-wrapper #cshero-header-top .top-bar-left {
      overflow: hidden; }
    #cshero-header-wrapper #cshero-header-top .top-bar-left li {
      display: inline-block; }
      #cshero-header-wrapper #cshero-header-top .top-bar-left li ul li {
        padding-right: 5px; }
        #cshero-header-wrapper #cshero-header-top .top-bar-left li ul li a {
          height: 25px;
          width: 25px;
          line-height: 25px;
          display: block;
          -webkit-border-radius: 2px;
          -khtml-border-radius: 2px;
          -moz-border-radius: 2px;
          -ms-border-radius: 2px;
          -o-border-radius: 2px;
          border-radius: 2px;
          /* BACKGROUND GRADIENT */
          background-color: #fff;
          font-size: 14px;
          color: #575656;
          text-align: center; }
          #cshero-header-wrapper #cshero-header-top .top-bar-left li ul li a:hover {
            color: #fff;
            background-color: #e06fa5; }
        #cshero-header-wrapper #cshero-header-top .top-bar-left li ul li:last-child {
          padding-right: 0; }
    #cshero-header-wrapper #cshero-header-top .top-bar-left > li {
      padding: 0 35px;
      position: relative;
      line-height: 42px; }
      #cshero-header-wrapper #cshero-header-top .top-bar-left > li:after {
        content: "";
        width: 1px;
        height: 200px;
        background-color: #cfd8dc;
        position: absolute;
        top: 0;
        right: 0; }
      #cshero-header-wrapper #cshero-header-top .top-bar-left > li:first-child {
        padding-left: 0; }
      #cshero-header-wrapper #cshero-header-top .top-bar-left > li:last-child {
        padding-right: 0;
        border-right: none; }
        #cshero-header-wrapper #cshero-header-top .top-bar-left > li:last-child:after {
          display: none; }
  #cshero-header-wrapper #cshero-header {
    width: 100%;
    z-index: 9;
    border-bottom: 1px solid #dedede;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms; }
    #cshero-header-wrapper #cshero-header > .container {
      position: relative;
      z-index: 99; }
    #cshero-header-wrapper #cshero-header #cshero-header-logo a img {
      -webkit-transition: all 300ms linear 0ms;
      -moz-transition: all 300ms linear 0ms;
      -ms-transition: all 300ms linear 0ms;
      transition: all 300ms linear 0ms; }
  #cshero-header-wrapper .cms-login-wrap .btn-user {
    background-color: #e06fa5;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    line-height: 42px;
    padding: 0 40px;
    text-transform: uppercase;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    vertical-align: middle;
    border-left: 1px solid #cfd8dc;
    border-right: 1px solid #cfd8dc; }
    #cshero-header-wrapper .cms-login-wrap .btn-user span:hover {
      cursor: pointer;
      color: rgba(255, 255, 255, 0.7); }
  #cshero-header-wrapper .btn-cart {
    display: inline-block;
    padding: 0 40px;
    color: #575656;
    vertical-align: middle;
    line-height: 42px;
    border-right: 1px solid #cfd8dc; }
    #cshero-header-wrapper .btn-cart i {
      padding-right: 6px; }
    #cshero-header-wrapper .btn-cart:hover {
      cursor: pointer;
      color: ; }
  #cshero-header-wrapper .widget_shopping_cart {
    position: absolute;
    visibility: hidden; }
  #cshero-header-wrapper .cms-form-login, #cshero-header-wrapper .cms-form-register {
    position: absolute;
    top: 60px;
    right: 15px;
    background-color: #e06fa5;
    color: rgba(255, 255, 255, 0.8);
    padding: 20px 20px 17px 20px;
    max-width: 230px;
    width: 100%;
    text-align: center;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.22);
    -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.22);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.22);
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    /* BACKGROUND GRADIENT */
    letter-spacing: 0.035em;
    font-size: 13px;
    line-height: normal;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms; }
    #cshero-header-wrapper .cms-form-login.open, #cshero-header-wrapper .cms-form-register.open {
      visibility: visible;
      opacity: 1;
      top: 42px;
      -webkit-border-radius: 0 0 3px 3px;
      -khtml-border-radius: 0 0 3px 3px;
      -moz-border-radius: 0 0 3px 3px;
      -ms-border-radius: 0 0 3px 3px;
      -o-border-radius: 0 0 3px 3px;
      border-radius: 0 0 3px 3px;
      /* BACKGROUND GRADIENT */ }
    #cshero-header-wrapper .cms-form-login a, #cshero-header-wrapper .cms-form-register a {
      letter-spacing: 0.035em;
      font-size: 10px;
      color: rgba(255, 255, 255, 0.8); }
    #cshero-header-wrapper .cms-form-login a:hover, #cshero-header-wrapper .cms-form-register a:hover {
      color: ; }
    #cshero-header-wrapper .cms-form-login h3, #cshero-header-wrapper .cms-form-register h3 {
      font-size: 20px;
      color: #fff;
      line-height: 1;
      text-transform: uppercase;
      margin-bottom: 17px; }
    #cshero-header-wrapper .cms-form-login .user-avatar, #cshero-header-wrapper .cms-form-register .user-avatar {
      padding-bottom: 12px; }
    #cshero-header-wrapper .cms-form-login .user-press-login .label, #cshero-header-wrapper .cms-form-register .user-press-login .label, #cshero-header-wrapper .cms-form-login .user-press-register .label, #cshero-header-wrapper .cms-form-register .user-press-register .label {
      display: none; }
    #cshero-header-wrapper .cms-form-login .user-press-login input[type="text"], #cshero-header-wrapper .cms-form-register .user-press-login input[type="text"], #cshero-header-wrapper .cms-form-login .user-press-register input[type="text"], #cshero-header-wrapper .cms-form-register .user-press-register input[type="text"], #cshero-header-wrapper .cms-form-login .user-press-login input[type="password"], #cshero-header-wrapper .cms-form-register .user-press-login input[type="password"], #cshero-header-wrapper .cms-form-login .user-press-register input[type="password"], #cshero-header-wrapper .cms-form-register .user-press-register input[type="password"] {
      background-color: rgba(0, 0, 0, 0.2);
      border-width: 1px;
      border-color: rgba(0, 0, 0, 0.4) rgba(0, 0, 0, 0.2) rgba(255, 255, 255, 0.12) rgba(0, 0, 0, 0.2);
      font-size: 13px;
      font-weight: normal;
      height: 34px;
      line-height: 34px;
      padding: 0 20px;
      text-transform: none;
      -webkit-border-radius: 3px;
      -khtml-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      -o-border-radius: 3px;
      border-radius: 3px;
      /* BACKGROUND GRADIENT */
      color: rgba(255, 255, 255, 0.8); }
    #cshero-header-wrapper .cms-form-login .user-press-login .field-group, #cshero-header-wrapper .cms-form-register .user-press-login .field-group, #cshero-header-wrapper .cms-form-login .user-press-register .field-group, #cshero-header-wrapper .cms-form-register .user-press-register .field-group {
      margin-bottom: 11px;
      position: relative; }
      #cshero-header-wrapper .cms-form-login .user-press-login .field-group .wpcf7-not-valid-tip, #cshero-header-wrapper .cms-form-register .user-press-login .field-group .wpcf7-not-valid-tip, #cshero-header-wrapper .cms-form-login .user-press-register .field-group .wpcf7-not-valid-tip, #cshero-header-wrapper .cms-form-register .user-press-register .field-group .wpcf7-not-valid-tip {
        color: #fff;
        font-size: 11px;
        opacity: 0.3;
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translate(0px, -50%); }
      #cshero-header-wrapper .cms-form-login .user-press-login .field-group.field-end, #cshero-header-wrapper .cms-form-register .user-press-login .field-group.field-end, #cshero-header-wrapper .cms-form-login .user-press-register .field-group.field-end, #cshero-header-wrapper .cms-form-register .user-press-register .field-group.field-end {
        margin-bottom: 0; }
        #cshero-header-wrapper .cms-form-login .user-press-login .field-group.field-end .button-login, #cshero-header-wrapper .cms-form-register .user-press-login .field-group.field-end .button-login, #cshero-header-wrapper .cms-form-login .user-press-register .field-group.field-end .button-login, #cshero-header-wrapper .cms-form-register .user-press-register .field-group.field-end .button-login, #cshero-header-wrapper .cms-form-login .user-press-login .field-group.field-end .btn-up-register, #cshero-header-wrapper .cms-form-register .user-press-login .field-group.field-end .btn-up-register, #cshero-header-wrapper .cms-form-login .user-press-register .field-group.field-end .btn-up-register, #cshero-header-wrapper .cms-form-register .user-press-register .field-group.field-end .btn-up-register {
          font-size: 13px;
          height: 30px;
          line-height: 28px;
          padding: 0 16px; }
        #cshero-header-wrapper .cms-form-login .user-press-login .field-group.field-end .btn-up-register, #cshero-header-wrapper .cms-form-register .user-press-login .field-group.field-end .btn-up-register, #cshero-header-wrapper .cms-form-login .user-press-register .field-group.field-end .btn-up-register, #cshero-header-wrapper .cms-form-register .user-press-register .field-group.field-end .btn-up-register {
          position: static; }

@media (min-width: 992px) {
  /*** Admin Bar ***/
    .row-flex {
      display: flex;
      display: -webkit-flex;
      flex-wrap: nowrap;
      align-items: center; }
      .row-flex .header-top-column {
        padding: 0 15px; }
        .row-flex .header-top-column + .header-top-column {
          flex-grow: 1;
          -webkit-flex-grow: 1;
          -ms-flex-grow: 1; }
    #cshero-header-navigation .main-navigation .menu-main-menu > ul > li {
      line-height: 186px; }
    #cshero-header-wrapper #cshero-header.header-fixed {
      position: fixed;
      width: 100%;
      left: 0;
      right: 0;
      top: 0;
      z-index: 1001;
      -webkit-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
      -khtml-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
      -moz-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
      -ms-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
      -o-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
      animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
      /* BACKGROUND GRADIENT */ }
      #cshero-header-wrapper.header-1, #cshero-header-wrapper.header-2 {
        height: 186px; }
        #cshero-header-wrapper.header-1 #cshero-header-navigation .main-navigation .menu-main-menu > li, #cshero-header-wrapper.header-2 #cshero-header-navigation .main-navigation .menu-main-menu > li, #cshero-header-wrapper.header-1 #cshero-header-logo a, #cshero-header-wrapper.header-2 #cshero-header-logo a {
          line-height: 186px; }
        #cshero-header-wrapper.header-1 #cshero-header.header-fixed, #cshero-header-wrapper.header-2 #cshero-header.header-fixed {
          height: 80px; }
          #cshero-header-wrapper.header-1 #cshero-header.header-fixed #cshero-header-navigation .main-navigation .menu-main-menu > li, #cshero-header-wrapper.header-2 #cshero-header.header-fixed #cshero-header-navigation .main-navigation .menu-main-menu > li, #cshero-header-wrapper.header-1 #cshero-header.header-fixed #cshero-header-logo a, #cshero-header-wrapper.header-2 #cshero-header.header-fixed #cshero-header-logo a {
            line-height: 80px; }
      #cshero-header-wrapper.header-3 .cms-form-login, #cshero-header-wrapper.header-3 .cms-form-register {
        right: 185px; }
        #cshero-header-wrapper.header-3 #cshero-header #cshero-header-logo a {
          display: block;
          line-height: 98px; }
          #cshero-header-wrapper.header-3 #cshero-header #cshero-header-logo a img {
            max-height: 65px; }
          #cshero-header-wrapper.header-3 #cshero-header #cshero-header-navigation .main-navigation .menu-main-menu > li > a {
            font-size: 18px;
            text-transform: uppercase;
            line-height: 98px; }
          #cshero-header-wrapper.header-3 #cshero-header #cshero-header-navigation .main-navigation .menu-main-menu > li > a i {
            display: none; }
          #cshero-header-wrapper.header-3 #cshero-header #cshero-header-navigation .main-navigation .menu-main-menu > li > a .menu-title {
            -webkit-transform: translateY(0px) !important;
            -khtml-transform: translateY(0px) !important;
            -moz-transform: translateY(0px) !important;
            -ms-transform: translateY(0px) !important;
            -o-transform: translateY(0px) !important;
            transform: translateY(0px) !important;
            /* BACKGROUND GRADIENT */
            /* TRANSFORM STYLE */ }
          #cshero-header-wrapper.header-3 #cshero-header.header-fixed #cshero-header-logo a, #cshero-header-wrapper.header-3 #cshero-header.header-fixed #cshero-header-navigation .main-navigation .menu-main-menu > li > a {
            line-height: 98px; }
      #cshero-header-wrapper.custom-layout4 .cms-form-login, #cshero-header-wrapper.custom-layout4 .cms-form-register {
        right: 162px; }
        #cshero-header-wrapper.custom-layout4 #cshero-header-top {
          background-color: #e06fa5;
          border-bottom: none;
          color: #fff; }
          #cshero-header-wrapper.custom-layout4 #cshero-header-top .top-bar-left > li {
            padding: 0 18px;
            position: relative; }
          #cshero-header-wrapper.custom-layout4 #cshero-header-top .top-bar-left > li ul li a {
            background-color: transparent;
            color: #fff; }
            #cshero-header-wrapper.custom-layout4 #cshero-header-top .top-bar-left > li ul li a:hover {
              background-color: rgba(0, 0, 0, 0.15); }
          #cshero-header-wrapper.custom-layout4 #cshero-header-top .top-bar-left > li:before, #cshero-header-wrapper.custom-layout4 #cshero-header-top .top-bar-left > li:after {
            display: none; }
          #cshero-header-wrapper.custom-layout4 #cshero-header-top .top-bar-left > li:first-child {
            padding-left: 0; }
          #cshero-header-wrapper.custom-layout4 #cshero-header-top .top-bar-left > li:last-child:before {
            background-color: #fff;
            content: "";
            display: block;
            height: 13px;
            width: 1px;
            left: -1px;
            opacity: 0.7;
            position: absolute;
            top: 50%;
            -webkit-transform: translate(0px, -50%);
            -khtml-transform: translate(0px, -50%);
            -moz-transform: translate(0px, -50%);
            -ms-transform: translate(0px, -50%);
            -o-transform: translate(0px, -50%);
            transform: translate(0px, -50%);
            /* BACKGROUND GRADIENT */
            /* TRANSFORM STYLE */ }
          #cshero-header-wrapper.custom-layout4 #cshero-header-top .cms-login-wrap .btn-user, #cshero-header-wrapper.custom-layout4 #cshero-header-top .cms-login-wrap .btn-cart {
            border-right: none;
            border-left: none;
            padding: 0 20px;
            color: #fff; }
          #cshero-header-wrapper.custom-layout4 #cshero-header-top .cms-login-wrap .btn-cart {
            padding-right: 0; }
      #cshero-header-wrapper.h-trans {
        position: absolute;
        width: 100%;
        left: 0;
        right: 0;
        top: 0;
        z-index: 1001; }
        #cshero-header-wrapper.h-trans #cshero-header {
          background-color: #fff; } }

.admin-bar {
  /*** End Admin Bar ***/ }
  .admin-bar #cshero-header-wrapper #cshero-header.header-fixed, .admin-bar #cshero-header-wrapper.h-trans {
    top: 32px; }

@media (max-width: 991px) {
  #cshero-header-wrapper.custom-layout4 .btn-cart {
    border-right: none;
    border-left: 1px solid #cfd8dc; } }

@media (max-width: 767px) {
  /* ==========================================================================
  End All Style Header
========================================================================== */
    #cshero-header-wrapper.custom-layout4 #cshero-header-top .top-bar-left > li {
      padding: 0; }
      #cshero-header-wrapper.custom-layout4 #cshero-header-top .top-bar-left > li:after {
        display: none; }
      #cshero-header-wrapper.custom-layout4 .btn-cart {
        border: none; } }

#cshero-footer-top {
  position: relative;
  background-image: url(../images/bg-vector-lg.png);
  /* Widget Categories */ }
  #cshero-footer-top:before {
    content: "";
    display: block;
    height: 13px;
    position: absolute;
    top: 0;
    width: 100%;
    background: url(../images/border-footer.png) repeat-x center center; }
  #cshero-footer-top .wg-title {
    font-size: 36px;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 30px; }
    #cshero-footer-top .wg-title:before {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 88px;
      height: 2px;
      content: ""; }
  #cshero-footer-top .widget + .widget {
    margin-top: 45px; }

.widget_categories ul li {
  line-height: 36px;
  /* End Widget Categories */ }

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

#back_to_top {
  /* End Back To Top */
  /* ==========================================================================
    End Style Footer
========================================================================== */ }
  #back_to_top span {
    bottom: 41px;
    right: 20px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    position: fixed;
    background-color: #6e4692;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    z-index: 1001;
    background-color: rgba(0, 0, 0, 0.25);
    -webkit-border-radius: 100%;
    -khtml-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    /* BACKGROUND GRADIENT */ }
    #back_to_top span:hover {
      background-color: #6e4692;
      -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.15);
      -moz-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.15);
      -ms-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.15);
      box-shadow: 0 3px 20px rgba(0, 0, 0, 0.15);
      -webkit-transition: all 150ms linear 0ms;
      -moz-transition: all 150ms linear 0ms;
      -ms-transition: all 150ms linear 0ms;
      transition: all 150ms linear 0ms; }
  #back_to_top.on span {
    opacity: 1;
    visibility: visible; }

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 {
  background-color: rgba(245, 245, 245, 0.8);
  color: #626262;
  font-size: 16px;
  font-weight: 700;
  padding: 14px 17px;
  height: 57px;
  line-height: 13px;
  border: 1px solid #ededed;
  width: 100%;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  /* BACKGROUND GRADIENT */ }

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 {
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid #6e4692;
  /** Contact Form 7 */ }

.wpcf7-form {
  /* ==========================================================================
   [End] All Style Form
========================================================================== */ }
  .wpcf7-form .wpcf7-form-item {
    margin-bottom: 24px; }
  .wpcf7-form textarea {
    height: 218px; }
  .wpcf7-form input[type="submit"] {
    margin-top: 25px; }
  .wpcf7-form .wpcf7-not-valid-tip {
    font-size: 12px;
    position: absolute;
    right: 15px;
    top: 0;
    color: #d94e90; }
  .wpcf7-form .wpcf7-validation-errors {
    border: medium none;
    display: block;
    text-align: center;
    margin: 20px 0 0; }

body {
  overflow-x: hidden; }

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

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

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

.left {
  float: left; }

.right {
  float: right; }

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

#main #page-default {
  position: relative;
  z-index: 1; }

.color-white {
  color: #fff; }

a, a:hover, a:focus {
  outline: none;
  text-decoration: none;
  -webkit-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms; }

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 15px;
  letter-spacing: 0.01em; }

ul {
  padding: 0;
  margin: 0;
  list-style: none; }

p {
  margin: 0 0 15px; }

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

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

.w100 {
  width: 100%; }

.color-primary {
  color: #6e4692; }

body .wpb_content_element, body .wpb_button {
  margin-bottom: 0; }

.entry-content > .vc_row-fluid {
  position: relative; }

.entry-content .wpb_row {
  margin-bottom: 0 !important; }

.entry-content > .wpb_row .wpb_row {
  margin-left: -15px;
  margin-right: -15px; }

.entry-content > .wpb_row .padding-30 .wpb_row {
  margin-left: 0;
  margin-right: 0; }

.vc_row-fluid .container .container, .vc_row-fluid .vc_row-fluid .container {
  width: 100%; }

.entry-content > .vc_row-fluid {
  background-color: #fff; }

.bg-effect-lg, body .vc_tta-container .vc_tta-accordion.vc_tta-style-classic .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title, body .vc_tta-container .vc_tta-tabs.vc_tta-style-classic .vc_tta-panels-container .vc_tta-panels .vc_tta-panel, .cms-progress-layout-default .cms-progress-main .cms-progress .progress-bar, .bg-effect-sm, body .vc_tta-container .vc_tta-tabs.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tabs-list li a, body .vc_tta-container .vc_tta-tabs.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tabs-list li a:before {
  background-image: url(../images/bg-vector.png);
  background-position: center center;
  background-repeat: repeat-y;
  background-size: 100%; }

.bg-effect-sm, body .vc_tta-container .vc_tta-tabs.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tabs-list li a, body .vc_tta-container .vc_tta-tabs.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tabs-list li a:before {
  background-image: url(../images/bg-vector-small.png); }

.bg-effect-xs, .btn, button, .button, input[type="submit"], .list-style-check li:after, .cms-fancybox-layout-default .cms-fancy-box-content-icon i, .cms-fancybox-layout-default .cms-fancy-box-image span, .cms-fancybox-layout-2 .cms-fancy-box-content-icon i, .cms-fancybox-layout-3 .cms-fancy-box-content-icon i, .cms-fancybox-layout-3 .cms-fancy-box-image i, .cms-counter-wraper .cms-counter-box {
  background-image: url(../images/bg-vector-small.png);
  background-position: center center;
  background-repeat: repeat;
  background-size: cover;
  /*
================> Unit Test
*/ }

table {
  border-bottom: 1px solid #ededed;
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 2;
  margin: 0 0 20px;
  width: 100%; }

th, th a {
  text-transform: uppercase; }

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

td {
  border-top: 1px solid #ededed;
  padding: 6px 10px 6px 0;
  /*--- Definition Lists ---*/ }

dl {
  margin: 0 0 0 50px; }

dl dt {
  font-weight: normal;
  line-height: 26px;
  text-transform: uppercase;
  font-family: 'Novecentowide-Bold'; }

dl dd {
  line-height: 26px; }

code, kbd {
  background-color: transparent;
  border-radius: 4px;
  color: inherit;
  font-size: 100%;
  padding: 2px 4px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none; }

ins {
  color: #fff;
  border: none;
  padding: 2px;
  text-decoration: none; }

pre {
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  color: inherit;
  display: block;
  font-size: inherit;
  line-height: 26px;
  margin: 0 0 20px;
  padding: 20px 35px;
  overflow: hidden; }

.entry-content {
  /* ==========================================================================
   [End] 1. Reset HTML/CSS, Unitest, Body
========================================================================== */
  /* ==========================================================================
   [Start] 2. Page Title
========================================================================== */ }
  .entry-content ul {
    margin: 16px 0;
    padding: 0 0 0 40px;
    list-style-type: square; }
    .entry-content ul.list-style-check {
      list-style: none;
      padding: 0; }

.br-style1 #page-title-text h1 {
  text-transform: uppercase;
  margin: 0 0 10px; }
  .br-style1 .page-sub-title {
    font-size: 18px;
    font-weight: 700;
    text-align: center; }

.br-style2 {
  background-image: url(../images/bg-pt2.jpg) !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 74px 0 !important; }
  .br-style2 #page-title-text h1 {
    font-size: 46px;
    color: #5fcde3 !important;
    letter-spacing: 0.01em;
    margin: 0 0 13px;
    text-align: inherit !important; }
  .br-style2 .page-sub-title {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    -webkit-text-shadow: 0 1px 1px rgba(0, 0, 0, 0.22);
    -moz-text-shadow: 0 1px 1px rgba(0, 0, 0, 0.22);
    -ms-text-shadow: 0 1px 1px rgba(0, 0, 0, 0.22);
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.22); }
  .br-style2 .breadcrumbs {
    padding: 10px 0; }
    .br-style2 .breadcrumbs li {
      display: inline-block;
      font-size: 16px;
      text-transform: uppercase;
      color: #5fcde3; }
    .br-style2 .breadcrumbs li a {
      color: #fff; }
      .br-style2 .breadcrumbs li a:hover {
        color: #5fcde3; }
    .br-style2 .breadcrumbs li span {
      border-bottom: 1px solid #5fcde3; }
    .br-style2 .breadcrumbs li:after {
      content: "/";
      color: #fff;
      padding-left: 4px; }
    .br-style2 .breadcrumbs li:last-child:after {
      display: none; }
    .br-style2 .breadcrumbs li + li {
      padding-left: 4px; }
  .br-style2.sub-active .breadcrumbs {
    padding: 28px 0; }

.br-style3 {
  background-image: none !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 35px 0 !important;
  background-color: #e06fa5 !important;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15) inset;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15) inset;
  -ms-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15) inset;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15) inset;
  /* ==========================================================================
   [End] 2. Page Title
========================================================================== */
  /* ==========================================================================
   [Start] 3. Primary
========================================================================== */
  /*
----> List Style 
*/ }
  .br-style3 .woocommerce-product-search {
    max-width: 250px; }
    .br-style3 .woocommerce-product-search .search-field {
      -webkit-border-radius: 40px !important;
      -khtml-border-radius: 40px !important;
      -moz-border-radius: 40px !important;
      -ms-border-radius: 40px !important;
      -o-border-radius: 40px !important;
      border-radius: 40px !important;
      /* BACKGROUND GRADIENT */
      -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) !important;
      -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) !important;
      -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) !important;
      box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) !important;
      border: none !important;
      font-weight: 600 !important; }
  .br-style3 #page-title-text h1 {
    font-size: 46px;
    color: #5fcde3 !important;
    letter-spacing: 0.01em;
    margin: 0 0 13px;
    text-align: inherit !important; }
  .br-style3 .breadcrumbs {
    padding: 10px 0; }
    .br-style3 .breadcrumbs li {
      display: inline-block;
      font-size: 16px;
      text-transform: uppercase;
      color: #5fcde3; }
    .br-style3 .breadcrumbs li a {
      color: #fff; }
      .br-style3 .breadcrumbs li a:hover {
        color: #5fcde3; }
    .br-style3 .breadcrumbs li span {
      border-bottom: 1px solid #5fcde3; }
    .br-style3 .breadcrumbs li:after {
      content: "/";
      color: #fff;
      padding-left: 4px; }
    .br-style3 .breadcrumbs li:last-child:after {
      display: none; }
    .br-style3 .breadcrumbs li + li {
      padding-left: 4px; }

.list-style-check ul {
  list-style: none; }
  .list-style-check li {
    color: #9c9c9c;
    line-height: 31px;
    position: relative;
    padding-left: 36px; }
    .list-style-check li:before {
      content: "\f00c";
      font-family: FontAwesome;
      color: #fff;
      font-size: 18px;
      position: absolute;
      top: 1px;
      left: 4px;
      z-index: 1; }
    .list-style-check li:after {
      content: "";
      width: 24px;
      height: 24px;
      display: inline-block;
      background-color: #db5896;
      -webkit-border-radius: 2px;
      -khtml-border-radius: 2px;
      -moz-border-radius: 2px;
      -ms-border-radius: 2px;
      -o-border-radius: 2px;
      border-radius: 2px;
      /* BACKGROUND GRADIENT */
      border-width: 2px;
      border-style: solid;
      border-color: #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 .cms-overlay-color {
      height: 3000px;
      left: 0;
      position: relative;
      margin-bottom: -3000px;
      width: 100%;
      -webkit-transform: translateY(-20%);
      -khtml-transform: translateY(-20%);
      -moz-transform: translateY(-20%);
      -ms-transform: translateY(-20%);
      -o-transform: translateY(-20%);
      transform: translateY(-20%);
      /* BACKGROUND GRADIENT */
      /* TRANSFORM STYLE */ }
  .entry-content .wpb_row .cms-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 .cms-custom-bg-left, .row-custom-bg-color .cms-custom-bg-right {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%; }
  .row-custom-bg-color .cms-custom-bg-right {
    left: inherit;
    right: 0; }

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

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

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

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

.row-overlay {
  position: relative; }
  .row-overlay .row-overlay-inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block !important;
    background-color: inherit;
    content: "";
    z-index: 1; }
  .row-overlay > .wpb_column {
    position: relative;
    z-index: 2; }

#cms-theme .mfp-image-holder .mfp-close, #cms-theme .mfp-iframe-holder .mfp-close {
  line-height: 40px;
  padding: 0;
  right: 0;
  text-align: center;
  top: -44px;
  width: 40px;
  -webkit-border-radius: 2px 2px 0 0;
  -khtml-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  -ms-border-radius: 2px 2px 0 0;
  -o-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
  /* BACKGROUND GRADIENT */
  background-color: #6e4692; }
  #cms-theme .mfp-image-holder img.mfp-img, #cms-theme .mfp-iframe-holder img.mfp-img {
    padding: 0; }

#cms-buy-button-fixed {
  background: #6e4692;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  /* BACKGROUND GRADIENT */
  bottom: 40px;
  -webkit-box-shadow: 0 15px 50px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 15px 50px rgba(0, 0, 0, 0.35);
  -ms-box-shadow: 0 15px 50px rgba(0, 0, 0, 0.35);
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.35);
  padding: 16px 22px;
  position: fixed;
  right: 92px;
  z-index: 9999; }
  #cms-buy-button-fixed .cms-buy-button-content-wrapper {
    letter-spacing: 0.02em;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    line-height: 15px;
    overflow: hidden;
    text-transform: uppercase;
    display: block;
    position: relative; }
  #cms-buy-button-fixed #cms-buy-button-cart-icon {
    margin-right: 10px; }
  #cms-buy-button-fixed #cms-buy-button-envato-logo {
    fill: #fff; }
  #cms-buy-button-fixed .cms-buy-button-top > * {
    display: block;
    float: left;
    line-height: inherit;
    margin-right: 3px; }
  #cms-buy-button-fixed .decorated {
    margin-left: 5px;
    padding-left: 13px;
    position: relative; }
  #cms-buy-button-fixed .decorated:before {
    background-color: #000;
    content: "";
    height: 20px;
    left: -1px;
    opacity: 0.15;
    position: absolute;
    top: 0;
    width: 2px; }
  #cms-buy-button-fixed:hover {
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.35);
    -ms-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.35);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.35); }

#primary .entry-content .wp-block-cover-text {
  color: rgba(255, 255, 255, 0.87);
  padding-left: 30px;
  padding-right: 30px;
  font-size: 24px;
  line-height: 1.25; }

.wp-block-button {
  margin-bottom: 30px;
  /* ==========================================================================
   [Start] 3. Primary
========================================================================== */ }

.owl-theme .owl-controls {
  /* ==========================================================================
   [Start] 1. Shortcode Fancy Box
========================================================================== */
  /*
----> Fancy Layout 1 Default
*/ }
  .owl-theme .owl-controls .owl-prev, .owl-theme .owl-controls .owl-next {
    display: inline-block;
    margin: 30px 3px 0 3px;
    height: 40px;
    line-height: 40px;
    width: 40px;
    background-color: #eee;
    color: #6e4692;
    font-size: 22px;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms; }
  .owl-theme .owl-controls .owl-prev i, .owl-theme .owl-controls .owl-next i {
    line-height: 40px; }
  .owl-theme .owl-controls .owl-prev:hover, .owl-theme .owl-controls .owl-next:hover {
    background-color: #6e4692;
    color: #fff; }
  .owl-theme .owl-controls .owl-prev i:before, .owl-theme .owl-controls .owl-next i:before {
    content: "\e684";
    font-family: 'Pe-icon-7-stroke';
    font-size: 36px; }
  .owl-theme .owl-controls .owl-prev i:before {
    content: "\e686"; }
  .owl-theme .owl-controls .owl-dots {
    margin-top: 30px; }
  .owl-theme .owl-controls .owl-dot {
    display: inline-block;
    zoom: 1;
    /*IE7 life-saver */
    *display: inline; }
  .owl-theme .owl-controls .owl-dot span {
    display: block;
    width: 9px;
    height: 9px;
    margin: 5px 7px;
    filter: alpha(opacity=50);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    -webkit-opacity: 0.5;
    -khtml-opacity: 0.5;
    -moz-opacity: 0.5;
    -ms-opacity: 0.5;
    -o-opacity: 0.5;
    opacity: 0.5;
    /* BACKGROUND GRADIENT */
    /* OUTLINE RADIUS */
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    /* BACKGROUND GRADIENT */
    background: #666; }
  .owl-theme .owl-controls .owl-dot.active span {
    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;
    /* BACKGROUND GRADIENT */
    /* OUTLINE RADIUS */
    background: #fff; }
  .owl-theme .owl-controls.clickable .owl-dot:hover span {
    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;
    /* BACKGROUND GRADIENT */
    /* OUTLINE RADIUS */
    background: #fff; }

.cms-fancybox-layout-default {
  /*
----> End Fancy Layout Default
*/
  /*
----> Fancy Layout 1 
*/ }
  .cms-fancybox-layout-default .cms-fancy-box-content-icon i, .cms-fancybox-layout-default .cms-fancy-box-image span {
    display: inline-block;
    text-align: center;
    background-color: #da5192;
    -webkit-border-radius: 100%;
    -khtml-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    /* BACKGROUND GRADIENT */
    color: #fff;
    font-size: 63px;
    height: 130px;
    line-height: 130px;
    width: 130px;
    border-width: 3px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.18); }
  .cms-fancybox-layout-default .cms-fancy-box-image span {
    line-height: 100px; }
  .cms-fancybox-layout-default .cms-fancy-box-image span img {
    max-width: 100px; }
  .cms-fancybox-layout-default .cms-fancy-box-title {
    margin: 20px 0; }
  .cms-fancybox-layout-default.remove-icon-box h3.cms-fancy-box-title {
    font-size: 36px;
    color: #575656; }
  .cms-fancybox-layout-default.remove-icon-box .cms-fancy-box-image span {
    background-color: transparent;
    background-image: none;
    border: medium none;
    height: inherit;
    line-height: normal;
    width: inherit; }

.cms-fancybox-layout-1 {
  /*
----> End Fancy Layout 1 
*/
  /*
----> Fancy Layout 2
*/ }
  .cms-fancybox-layout-1 .cms-fancy-box-image {
    position: relative; }
  .cms-fancybox-layout-1 .cms-fancy-box-image img {
    width: 100%; }
  .cms-fancybox-layout-1 .cms-fancy-box-image .cms-fancy-box-meta {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 70px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding-top: 8px; }
  .cms-fancybox-layout-1 .cms-fancy-box-image .cms-fancy-box-meta span {
    display: inline-block;
    text-align: center;
    height: 70px;
    width: 49%;
    font-weight: 700; }
  .cms-fancybox-layout-1 .cms-fancy-box-main {
    padding: 12px 18px;
    color: #fff;
    font-size: 16px; }
  .cms-fancybox-layout-1 .cms-fancy-box-main .cms-fancy-box-title {
    color: #fff;
    margin: 0 0 5px; }
  .cms-fancybox-layout-1 .cms-fancy-box-main h2.cms-fancy-box-title {
    font-size: 42px; }
  .cms-fancybox-layout-1 .cms-fancy-box-main .cms-fancy-box-readmore {
    text-align: center; }
  .cms-fancybox-layout-1 .cms-fancy-box-main .btn {
    padding: 10px 35px; }

.cms-fancybox-layout-2 {
  /*
----> End Fancy Layout 2
*/
  /*
----> Fancy Layout 3 
*/ }
  .cms-fancybox-layout-2 .cms-fancy-box-content-icon {
    float: left; }
  .cms-fancybox-layout-2 .cms-fancy-box-content-icon i {
    text-align: center;
    background-color: #da5192;
    -webkit-border-radius: 100%;
    -khtml-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    /* BACKGROUND GRADIENT */
    color: #fff;
    font-size: 46px;
    height: 100px;
    line-height: 100px;
    width: 100px;
    border-width: 2px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.18); }
  .cms-fancybox-layout-2 .cms-fancy-box-image {
    float: left;
    max-width: 100px; }
  .cms-fancybox-layout-2 .cms-fancy-box-boxright {
    padding-left: 115px; }
  .cms-fancybox-layout-2 .cms-fancy-box-boxright .cms-fancy-box-title {
    margin: 0 0 15px; }

.cms-fancybox-layout-3 {
  /*
----> End Fancy Layout 3 
*/
  /* ==========================================================================
   [End] 1. Shortcode Fancy Box
========================================================================== */
  /* ==========================================================================
   [Start] 2. Shortcode Pie Chart
========================================================================== */ }
  .cms-fancybox-layout-3 .cms-fancy-box-content-icon, .cms-fancybox-layout-3 .cms-fancy-box-image {
    margin-right: 18px; }
  .cms-fancybox-layout-3 .cms-fancy-box-content-icon i, .cms-fancybox-layout-3 .cms-fancy-box-image i {
    text-align: center;
    background-color: #da5192;
    -webkit-border-radius: 100%;
    -khtml-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    /* BACKGROUND GRADIENT */
    color: #fff;
    font-size: 25px;
    height: 55px;
    line-height: 52px;
    width: 55px;
    border-width: 2px;
    border-style: solid;
    border-color: #bb2f72; }
  .cms-fancybox-layout-3 .cms-fancy-box-boxright .cms-fancy-box-title {
    margin: 0;
    line-height: 55px; }
  .cms-fancybox-layout-3 .cms-fancy-box-boxright .cms-fancy-box-content {
    margin-top: 12px; }
  .cms-fancybox-layout-3 .cms-fancy-box-boxright h6.cms-fancy-box-title {
    color: #9c9c9c;
    font-family: Dosis;
    font-size: 18px;
    font-weight: 400; }
  .cms-fancybox-layout-3 .cms-fancy-box-boxright h6.cms-fancy-box-title a {
    color: #9c9c9c; }
    .cms-fancybox-layout-3 .cms-fancy-box-boxright h6.cms-fancy-box-title a:hover {
      color: #6e4692; }

.vc_pie_wrapper i {
  position: absolute; }

.vc_pie_chart .vc_pie_chart_back {
  border-color: #ddd;
  opacity: 1; }

.vc_pie_wrapper, .vc_pie_chart_value, .vc_pie_wrapper canvas {
  width: 260px !important;
  height: 260px !important;
  line-height: 260px !important;
  /* ==========================================================================
   [End] 2. Shortcode Pie Chart
========================================================================== */
  /* ==========================================================================
   [Start] 3. Team
========================================================================== */
  /*
----> Start Team Layout 1 Grid
*/ }

.cms-team-layout1 {
  text-align: center;
  /*
----> End Team Layout 1 
*/
  /*
----> Start Carousel Team Layout 1 
*/ }
  .cms-team-layout1 .cms-grid-title h2 {
    font-size: 50px;
    margin: 0 0 5px;
    line-height: 55px; }
  .cms-team-layout1 .cms-grid-categories {
    margin-bottom: 30px; }

.cms-carousel-team-layout1 {
  text-align: center;
  /*
----> End Carousel Team Layout 1 
*/
  /* ==========================================================================
   [End] 3. Team
========================================================================== */
  /* ==========================================================================
   [Start] 4. Testimonial
========================================================================== */
  /*
----> Start Testimonial Layout 1 
*/ }
  .cms-carousel-team-layout1 .cms-carousel-title h2 {
    font-size: 50px;
    margin: 0 0 5px;
    line-height: 55px; }
  .cms-carousel-team-layout1 .cms-carousel-title a:hover {
    color: #6e4692 !important; }
  .cms-carousel-team-layout1 .cms-carousel-categories {
    margin-bottom: 30px;
    color: #6f4792; }
  .cms-carousel-team-layout1 .cms-carousel-categories a {
    color: inherit; }

.cms-testimonial-layout1 {
  text-align: center;
  /*
----> End Testimonial Layout 1 
*/
  /* ==========================================================================
   [End] 4. Testimonial
========================================================================== */
  /* ==========================================================================
   [Start] 6. Counter
========================================================================== */ }
  .cms-testimonial-layout1 .cms-testimonial-content {
    position: relative; }
  .cms-testimonial-layout1 .cms-testimonial-content .icon-left, .cms-testimonial-layout1 .cms-testimonial-content .icon-right {
    font-size: 118px;
    left: 0;
    position: absolute;
    top: 0; }
  .cms-testimonial-layout1 .cms-testimonial-content .icon-right {
    left: inherit;
    right: 0; }
  .cms-testimonial-layout1 .cms-testimonial-title {
    margin: 20px 0 0; }
  .cms-testimonial-layout1 .cms-testimonial-rating span {
    height: 15px;
    width: 89px;
    display: inline-block;
    background: url(../images/rating-testimonial.png) no-repeat 0 0; }
  .cms-testimonial-layout1 .cms-testimonial-rating span.star4 {
    width: 70px; }
  .cms-testimonial-layout1 .cms-testimonial-rating span.star3 {
    width: 52px; }
  .cms-testimonial-layout1 .cms-testimonial-rating span.star2 {
    width: 35px; }
  .cms-testimonial-layout1 .cms-testimonial-rating span.star1 {
    width: 15px; }
  .cms-testimonial-layout1 .cms-testimonial-categories {
    color: #6f4792; }
  .cms-testimonial-layout1 .cms-testimonial-categories a {
    color: inherit; }

.cms-counter-wraper {
  /* ==========================================================================
   [End] 6. Counter
========================================================================== */
  /* ==========================================================================
   [Start] 7. Accordion + Tabs
========================================================================== */ }
  .cms-counter-wraper .cms-counter-box {
    border-radius: 100%;
    border-style: solid;
    border-width: 3px;
    border-color: #0f9fbc;
    background-color: #34bfdb;
    height: 133px;
    width: 133px;
    text-align: center;
    position: relative;
    margin: 0 auto; }
  .cms-counter-wraper .cms-counter-box .cms-counter-middle {
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0px, -50%);
    -khtml-transform: translate(0px, -50%);
    -moz-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    -o-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */ }
  .cms-counter-wraper .cms-counter-box .cms-counter {
    font-size: 47px;
    font-weight: bold;
    line-height: 1; }
  .cms-counter-wraper .cms-counter-box .cms-counter-title {
    margin: 0; }
  .cms-counter-wraper.cms-counter-layout-1 {
    text-align: center; }
  .cms-counter-wraper.cms-counter-layout-1 .cms-counter-description {
    margin-top: 16px; }
  .cms-counter-wraper.cms-counter-layout-2 .cms-counter-box {
    width: 86px;
    height: 86px;
    line-height: 1;
    float: left; }
  .cms-counter-wraper.cms-counter-layout-2 .cms-counter-box .cms-counter-icon i {
    font-size: 43px; }
  .cms-counter-wraper.cms-counter-layout-2 .cms-counter-right {
    padding-left: 101px; }
  .cms-counter-wraper.cms-counter-layout-2 .cms-counter-right .cms-counter-title .cms-counter {
    display: inline; }
    .cms-counter-wraper.cms-counter-layout-2 .cms-counter-right .cms-counter-title .cms-counter:after {
      content: "-";
      padding-left: 6px; }
  .cms-counter-wraper.cms-counter-layout-3 .cms-counter-box {
    width: 94px;
    height: 94px;
    line-height: 1;
    font-size: 57px;
    float: left;
    font-family: "Amatic SC";
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0; }
  .cms-counter-wraper.cms-counter-layout-3 .cms-counter-right {
    padding-left: 110px; }

body .vc_tta-container {
  /* ==========================================================================
   [End] 7. Accordion
========================================================================== */
  /* ==========================================================================
   [Start] 8. Progress
========================================================================== */ }
  body .vc_tta-container .vc_tta-accordion.vc_tta-style-classic {
    /* Style Tabs */ }
  body .vc_tta-container .vc_tta-accordion.vc_tta-style-classic .vc_tta-panels .vc_tta-panel {
    margin-bottom: 4px; }
    body .vc_tta-container .vc_tta-accordion.vc_tta-style-classic .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading {
      border: medium none !important;
      margin: 0 !important; }
      body .vc_tta-container .vc_tta-accordion.vc_tta-style-classic .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title {
        background-color: #db5896;
        border: 2px solid #ba2b6f;
        -webkit-border-radius: 4px;
        -khtml-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px;
        /* BACKGROUND GRADIENT */ }
      body .vc_tta-container .vc_tta-accordion.vc_tta-style-classic .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a {
        font-size: 21px;
        color: #fff;
        font-weight: 600; }
        body .vc_tta-container .vc_tta-accordion.vc_tta-style-classic .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a i {
          font-size: 18px;
          position: relative;
          top: -4px; }
    body .vc_tta-container .vc_tta-accordion.vc_tta-style-classic .vc_tta-panels .vc_tta-panel .vc_tta-panel-body {
      background-color: #fff;
      border-width: 0 2px 2px 2px;
      border-color: #ba2b6f;
      border-style: solid;
      text-align: center; }
    body .vc_tta-container .vc_tta-accordion.vc_tta-style-classic .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title {
      -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;
      /* BACKGROUND GRADIENT */ }
    body .vc_tta-container .vc_tta-accordion.vc_tta-style-classic .vc_tta-panels .vc_tta-panel:nth-child(2) .vc_tta-panel-heading .vc_tta-panel-title {
      background-color: #35b6d0;
      border-color: #1a9eb9; }
      body .vc_tta-container .vc_tta-accordion.vc_tta-style-classic .vc_tta-panels .vc_tta-panel:nth-child(2) .vc_tta-panel-body {
        border-color: #1a9eb9; }
    body .vc_tta-container .vc_tta-accordion.vc_tta-style-classic .vc_tta-panels .vc_tta-panel:nth-child(3) .vc_tta-panel-heading .vc_tta-panel-title {
      background-color: #86ba4e;
      border-color: #5d9422; }
      body .vc_tta-container .vc_tta-accordion.vc_tta-style-classic .vc_tta-panels .vc_tta-panel:nth-child(3) .vc_tta-panel-body {
        border-color: #5d9422; }
    body .vc_tta-container .vc_tta-accordion.vc_tta-style-classic .vc_tta-panels .vc_tta-panel:nth-child(4) .vc_tta-panel-heading .vc_tta-panel-title {
      background-color: #dc6819;
      border-color: #e24400; }
      body .vc_tta-container .vc_tta-accordion.vc_tta-style-classic .vc_tta-panels .vc_tta-panel:nth-child(4) .vc_tta-panel-body {
        border-color: #e24400; }
    body .vc_tta-container .vc_tta-accordion.vc_tta-style-classic .vc_tta-panels .vc_tta-panel:nth-child(5) .vc_tta-panel-heading .vc_tta-panel-title {
      background-color: #6f4a91;
      border-color: #674289; }
      body .vc_tta-container .vc_tta-accordion.vc_tta-style-classic .vc_tta-panels .vc_tta-panel:nth-child(5) .vc_tta-panel-body {
        border-color: #674289; }
  body .vc_tta-container .vc_tta-tabs.vc_tta-style-classic .vc_tta-tabs-container {
    overflow: visible; }
  body .vc_tta-container .vc_tta-tabs.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tabs-list {
    text-align: center;
    overflow: visible; }
    body .vc_tta-container .vc_tta-tabs.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tabs-list li {
      position: relative; }
      body .vc_tta-container .vc_tta-tabs.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tabs-list li a {
        background-color: #db5896;
        border: 2px solid #ba2b6f;
        -webkit-border-radius: 4px;
        -khtml-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px;
        /* BACKGROUND GRADIENT */
        font-size: 21px;
        color: #fff;
        font-weight: 600;
        position: static; }
      body .vc_tta-container .vc_tta-tabs.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tabs-list li a i {
        font-size: 18px;
        position: relative;
        top: -4px; }
      body .vc_tta-container .vc_tta-tabs.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tabs-list li a:before {
        background-color: #db5896;
        border-color: #ba2b6f !important;
        border-style: solid !important;
        border-width: 0 2px !important;
        bottom: -4px;
        content: "";
        height: 10px !important;
        left: 0;
        position: absolute;
        right: 0 !important;
        top: inherit !important;
        width: 100%;
        opacity: 0; }
      body .vc_tta-container .vc_tta-tabs.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tabs-list li a:after {
        display: none !important; }
      body .vc_tta-container .vc_tta-tabs.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tabs-list li.vc_active a:before {
        opacity: 1; }
      body .vc_tta-container .vc_tta-tabs.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tabs-list li:nth-child(2) a {
        background-color: #33b9d4;
        border-color: #1a9eb9; }
        body .vc_tta-container .vc_tta-tabs.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tabs-list li:nth-child(2) a:before {
          background-color: #33b9d4;
          border-color: #1a9eb9 !important; }
      body .vc_tta-container .vc_tta-tabs.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tabs-list li:nth-child(3) a {
        background-color: #eb8866;
        border-color: #c15935; }
        body .vc_tta-container .vc_tta-tabs.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tabs-list li:nth-child(3) a:before {
          background-color: #eb8866;
          border-color: #c15935 !important; }
      body .vc_tta-container .vc_tta-tabs.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tabs-list li:nth-child(4) a {
        background-color: #81b747;
        border-color: #5d9422; }
        body .vc_tta-container .vc_tta-tabs.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tabs-list li:nth-child(4) a:before {
          background-color: #81b747;
          border-color: #5d9422 !important; }
  body .vc_tta-container .vc_tta-tabs.vc_tta-style-classic .vc_tta-panels-container {
    margin-top: 2px; }
  body .vc_tta-container .vc_tta-tabs.vc_tta-style-classic .vc_tta-panels-container .vc_tta-panels {
    border: none;
    background-color: transparent; }
    body .vc_tta-container .vc_tta-tabs.vc_tta-style-classic .vc_tta-panels-container .vc_tta-panels .vc_tta-panel {
      border: 0 solid #ba2b6f;
      -webkit-border-radius: 4px;
      -khtml-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      -o-border-radius: 4px;
      border-radius: 4px;
      /* BACKGROUND GRADIENT */
      -webkit-transition: all 300ms linear 0ms;
      -moz-transition: all 300ms linear 0ms;
      -ms-transition: all 300ms linear 0ms;
      transition: all 300ms linear 0ms;
      background-color: #db5896;
      color: #fff; }
      body .vc_tta-container .vc_tta-tabs.vc_tta-style-classic .vc_tta-panels-container .vc_tta-panels .vc_tta-panel h1, body .vc_tta-container .vc_tta-tabs.vc_tta-style-classic .vc_tta-panels-container .vc_tta-panels .vc_tta-panel h2, body .vc_tta-container .vc_tta-tabs.vc_tta-style-classic .vc_tta-panels-container .vc_tta-panels .vc_tta-panel h3, body .vc_tta-container .vc_tta-tabs.vc_tta-style-classic .vc_tta-panels-container .vc_tta-panels .vc_tta-panel h4, body .vc_tta-container .vc_tta-tabs.vc_tta-style-classic .vc_tta-panels-container .vc_tta-panels .vc_tta-panel h5, body .vc_tta-container .vc_tta-tabs.vc_tta-style-classic .vc_tta-panels-container .vc_tta-panels .vc_tta-panel h6 {
        color: #fff; }
      body .vc_tta-container .vc_tta-tabs.vc_tta-style-classic .vc_tta-panels-container .vc_tta-panels .vc_tta-panel a {
        color: #fff; }
      body .vc_tta-container .vc_tta-tabs.vc_tta-style-classic .vc_tta-panels-container .vc_tta-panels .vc_tta-panel a:hover {
        color: rgba(255, 255, 255, 0.7); }
      body .vc_tta-container .vc_tta-tabs.vc_tta-style-classic .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .btn {
        background-color: #db5896; }
      body .vc_tta-container .vc_tta-tabs.vc_tta-style-classic .vc_tta-panels-container .vc_tta-panels .vc_tta-panel:nth-child(2) {
        background-color: #33b9d4;
        border-color: #1a9eb9; }
      body .vc_tta-container .vc_tta-tabs.vc_tta-style-classic .vc_tta-panels-container .vc_tta-panels .vc_tta-panel:nth-child(2) .btn {
        background-color: #33b9d4; }
      body .vc_tta-container .vc_tta-tabs.vc_tta-style-classic .vc_tta-panels-container .vc_tta-panels .vc_tta-panel:nth-child(3) {
        background-color: #eb8866;
        border-color: #c15935; }
      body .vc_tta-container .vc_tta-tabs.vc_tta-style-classic .vc_tta-panels-container .vc_tta-panels .vc_tta-panel:nth-child(3) .btn {
        background-color: #eb8866; }
      body .vc_tta-container .vc_tta-tabs.vc_tta-style-classic .vc_tta-panels-container .vc_tta-panels .vc_tta-panel:nth-child(4) {
        background-color: #81b747;
        border-color: #5d9422; }
      body .vc_tta-container .vc_tta-tabs.vc_tta-style-classic .vc_tta-panels-container .vc_tta-panels .vc_tta-panel:nth-child(4) .btn {
        background-color: #81b747; }
      body .vc_tta-container .vc_tta-tabs.vc_tta-style-classic .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active {
        border-width: 2px; }

.cms-progress-layout-default {
  padding-top: 40px;
  /* ==========================================================================
   [End] 8. Progress
========================================================================== */
  /* ==========================================================================
   [Start] 9. Pricing
========================================================================== */ }
  .cms-progress-layout-default .cms-progress-main.bar-icon {
    padding-left: 50px;
    position: relative; }
  .cms-progress-layout-default .cms-progress-main .cms-progress-icon {
    position: absolute;
    left: 0; }
  .cms-progress-layout-default .cms-progress-main .cms-progress-icon i {
    color: #8f8f8f;
    font-size: 34px; }
  .cms-progress-layout-default .cms-progress-main .cms-progress {
    overflow: visible;
    background-color: #f8acd0;
    border-color: #d94e90;
    border-style: solid;
    border-width: 2px;
    height: 38px;
    width: 100%;
    position: relative;
    margin: 0 0 10px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    /* BACKGROUND GRADIENT */ }
  .cms-progress-layout-default .cms-progress-main .cms-progress .cms-progress-title {
    position: absolute;
    top: 50%;
    left: 15px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    z-index: 1;
    -webkit-transform: translate(0px, -50%);
    -khtml-transform: translate(0px, -50%);
    -moz-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    -o-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */ }
  .cms-progress-layout-default .cms-progress-main .cms-progress .progress-bar {
    width: 20%;
    overflow: visible;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    background-color: #d94e90;
    line-height: 40px;
    text-align: right;
    padding: 0 15px; }
    .cms-progress-layout-default .cms-progress-main .cms-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;
      /* BACKGROUND GRADIENT */ }
      .cms-progress-layout-default .cms-progress-main .cms-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; }

.cms-pricing-wrapper {
  position: relative;
  background: rgba(252, 252, 253, 0.8);
  padding: 55px 9px 25px; }
  .cms-pricing-wrapper:before {
    background-image: url("../images/pricing-curve.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100% auto;
    content: "";
    height: 30px;
    left: 0;
    position: absolute;
    top: -30px;
    width: 100%; }
  .cms-pricing-wrapper:after {
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    margin: 0 auto;
    content: "";
    height: 83px;
    width: 83px;
    border: 1px solid #d7d7d7;
    background-color: #f9f9f9;
    -webkit-border-radius: 50px;
    -khtml-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    /* BACKGROUND GRADIENT */
    background-repeat: no-repeat;
    background-position: center center; }
  .cms-pricing-wrapper .cms-pricing-title h3 {
    margin: 0 0 3px;
    font-family: Dosis; }
  .cms-pricing-wrapper .cms-pricing-title h3, .cms-pricing-wrapper .cms-pricing-title .year {
    font-size: 28px;
    color: #6e4692;
    font-weight: 700;
    text-align: center; }
  .cms-pricing-wrapper .cms-pricing-title .year {
    display: block;
    font-size: 15px; }
  .cms-pricing-wrapper .cms-pricing-content ul {
    padding: 0;
    list-style: none; }
  .cms-pricing-wrapper .cms-pricing-content ul li {
    border: 1px solid #d7d7d7;
    background: rgba(252, 252, 253, 0.8);
    padding: 10px 32px;
    margin: 0 0 7px; }
    .cms-pricing-wrapper .cms-pricing-content ul li:first-child {
      margin-top: 10px; }
    .cms-pricing-wrapper .cms-pricing-content ul li:last-child {
      margin: 0 0 22px; }
    .cms-pricing-wrapper .cms-pricing-content ul li span {
      display: inline-block;
      line-height: normal; }
    .cms-pricing-wrapper .cms-pricing-content ul li span:nth-child(1) {
      color: #4a4a4a;
      font-size: 34px; }
    .cms-pricing-wrapper .cms-pricing-content ul li span:nth-child(2) {
      color: #3bbcd6;
      font-size: 54px; }
    .cms-pricing-wrapper .cms-pricing-content ul li span:nth-child(3) {
      color: #949494;
      font-size: 28px; }
    .cms-pricing-wrapper .cms-pricing-content ul li span:nth-child(4) {
      color: #837879;
      font-family: "Dosis";
      float: right;
      font-size: 15px;
      font-weight: 700;
      line-height: 68px; }

.green .cms-pricing-wrapper:after {
  background-image: url("../images/pr-green.png"); }
  .green .cms-pricing-wrapper .cms-pricing-content ul li span:nth-child(2) {
    color: #82b849; }

.blue .cms-pricing-wrapper:after {
  background-image: url("../images/pr-blue.png"); }

.crimson {
  /* ==========================================================================
   [End] 9. Pricing
========================================================================== */
  /* ==========================================================================
   [Start] 10. Blog
========================================================================== */ }
  .crimson .cms-pricing-wrapper:after {
    background-image: url("../images/pr-crimson.png"); }
  .crimson .cms-pricing-wrapper .cms-pricing-content ul li span:nth-child(2) {
    color: #dc5e99; }

.cms-blog-layout1 {
  /* ==========================================================================
   [End] 10. Blog
========================================================================== */
  /* Maps */ }
  .cms-blog-layout1 .owl-stage-outer {
    padding-top: 17px; }
  .cms-blog-layout1 .cms-blog-header {
    position: relative;
    margin: 0 0 22px; }
  .cms-blog-layout1 .cms-blog-header .entry-video iframe {
    width: 100%;
    height: 239px; }
  .cms-blog-layout1 .cms-blog-header .cms-blog-date {
    position: absolute;
    top: -16px;
    left: 30px;
    height: 68px;
    line-height: 68px;
    width: 208px;
    text-align: center;
    font-size: 21px;
    font-weight: 700;
    z-index: 10; }
  .cms-blog-layout1 .cms-blog-header .cms-blog-date i {
    padding-right: 15px; }
  .cms-blog-layout1 .cms-blog-header .cms-blog-date .arow-date, .cms-blog-layout1 .cms-blog-header .cms-blog-date .arow-date:before {
    border-style: solid;
    border-width: 8px;
    height: 0;
    left: -16px;
    position: absolute;
    top: 0;
    width: 0; }
  .cms-blog-layout1 .cms-blog-header .cms-blog-date .arow-date:before {
    content: "";
    left: -8px;
    position: absolute;
    top: -8px;
    border-color: transparent rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) transparent; }
  .cms-blog-layout1 .cms-blog-title h4 {
    font-size: 24px;
    color: #6e4692;
    margin: 0 0 18px; }
  .cms-blog-layout1 .cms-blog-readmore {
    display: block;
    font-size: 18px;
    font-weight: 700;
    margin-top: 18px; }
  .cms-blog-layout1 .cms-blog-overlay {
    background-color: rgba(0, 0, 0, 0.8);
    bottom: 15px;
    left: 15px;
    position: absolute;
    right: 15px;
    top: 15px;
    opacity: 0;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms; }
  .cms-blog-layout1 .cms-blog-overlay a {
    font-size: 51px;
    font-weight: normal;
    color: #fff;
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.3);
    height: 94px;
    line-height: 79px;
    width: 94px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    top: 50%;
    -webkit-border-radius: 100%;
    -khtml-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    /* BACKGROUND GRADIENT */
    -webkit-transform: translate(0px, -50%);
    -khtml-transform: translate(0px, -50%);
    -moz-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    -o-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */ }
  .cms-blog-layout1 .cms-blog-overlay a:hover {
    background-color: #6e4692; }
  .cms-blog-layout1 .format-video .cms-blog-overlay, .cms-blog-layout1 .entry-gallery .carousel-control, .cms-blog-layout1 .entry-audio .cms-blog-overlay {
    display: none; }
  .cms-blog-layout1 .cms-grid-item:hover .cms-blog-overlay, .cms-blog-layout1 .cms-carousel-item:hover .cms-blog-overlay {
    opacity: 1; }

body .wpb_gmaps_widget .wpb_wrapper {
  padding: 0;
  /* ==========================================================================
   [Start] 11. Images Carousel
========================================================================== */ }

.wpb_images_carousel {
  /* ==========================================================================
   [End] 11. Images Carousel
========================================================================== */ }
  .wpb_images_carousel .vc_images_carousel {
    overflow: hidden;
    width: 100% !important; }
  .wpb_images_carousel .vc_images_carousel .vc_item img {
    width: 100%; }
  .wpb_images_carousel .vc_slide .vc_carousel-control {
    background-color: #87bb50;
    border-radius: 100%;
    display: block;
    height: 74px;
    opacity: 1;
    width: 74px;
    line-height: 74px;
    margin: 0;
    top: 50%;
    -webkit-transform: translate(0px, -50%);
    -khtml-transform: translate(0px, -50%);
    -moz-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    -o-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */
    color: #fff;
    text-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    -ms-text-shadow: none;
    text-shadow: none;
    font-size: 22px; }
  .wpb_images_carousel .vc_slide .vc_carousel-control span {
    display: none; }
  .wpb_images_carousel .vc_slide .vc_carousel-control.vc_left {
    left: -37px; }
    .wpb_images_carousel .vc_slide .vc_carousel-control.vc_left:before {
      content: "\f053";
      font-family: FontAwesome;
      position: absolute;
      right: 15px; }
  .wpb_images_carousel .vc_slide .vc_carousel-control.vc_right {
    right: -37px; }
    .wpb_images_carousel .vc_slide .vc_carousel-control.vc_right:before {
      content: "\f054";
      font-family: FontAwesome;
      position: absolute;
      left: 15px; }

.cms-heading-default {
  /*------------------------------------------------------------------
[End Style Shortcode]

-------------------------------------------------------------------*/ }
  .cms-heading-default .title {
    font-size: 53px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #575656; }
  .cms-heading-default .title cite {
    font-style: normal;
    color: #5fcde3; }
  .cms-heading-default .title .title-line {
    width: 155px;
    height: 4px;
    background-color: #6e4692;
    display: block;
    margin-top: 20px; }
  .cms-heading-default.text-center .title .title-line {
    margin-left: auto;
    margin-right: auto; }
  .cms-heading-default.text-right .title .title-line {
    margin-left: auto; }

img {
  max-width: 100%; }

.alignleft {
  float: left; }

.alignright {
  float: right; }

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

.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;
  overflow: hidden; }
  .row-bg-video .cms-bg-video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%; }
  .row-bg-video .wp-video-shortcode {
    width: 100% !important;
    height: auto !important; }

body .mejs-container {
  height: 47px !important;
  border-bottom: 1px solid #d0d0d0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px; }

body .mejs-container .mejs-controls {
  height: 47px; }

body .mejs-container, body .mejs-embed, body .mejs-embed body, body .mejs-container .mejs-controls {
  background-image: url(../images/bg-audio.jpg) !important;
  background-repeat: repeat-x !important;
  background-position: left top !important; }

body .mejs-container .mejs-controls {
  border-bottom: 1px solid #d9d9d9;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px; }

body .mejs-container .mejs-controls .mejs-time .mejs-currenttime, body .mejs-container .mejs-controls .mejs-time .mejs-duration {
  color: #333;
  display: block;
  line-height: 47px;
  width: 100%; }

body .mejs-container .mejs-controls .mejs-time .mejs-duration {
  border-right: 1px solid #d6d6d6; }

body .mejs-controls .mejs-time-rail .mejs-time-total, body .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total, body .mejs-controls .mejs-time-rail .mejs-time-loaded {
  background: #4f4f4f; }

body .mejs-offscreen, body .mejs-time-float {
  display: none !important; }

body .mejs-controls .mejs-time-rail span, body .mejs-controls .mejs-time-rail a, body .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current, body .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  height: 5px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px; }

body .mejs-playpause-button, body .mejs-container .mejs-controls .mejs-currenttime-container, body .mejs-time.mejs-duration-container {
  border-right: 1px solid #c4ecf3 !important;
  border-left: 1px solid #d6d6d6;
  height: 47px !important;
  width: 50px !important;
  padding: 0 !important;
  line-height: 47px;
  position: relative; }

body .mejs-time.mejs-duration-container {
  border-left: 1px solid #a2d5df !important; }

body .mejs-playpause-button button {
  left: 0;
  margin: auto !important;
  position: absolute !important;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -moz-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  transform: translate(0px, -50%); }

body .mejs-container .mejs-controls .mejs-currenttime-container {
  border-left: 1px solid #d6d6d6; }

body .mejs-controls div.mejs-time-rail {
  border-left: 1px solid #d6d6d6;
  border-right: 1px solid #b9e2eb;
  height: 47px;
  padding: 0; }

body .mejs-button.mejs-volume-button {
  height: 47px;
  border-left: 1px solid #d6d6d6; }

body .mejs-controls .mejs-time-rail .mejs-time-total {
  margin: 22px 16px; }

body .mejs-button.mejs-playpause-button > button {
  padding: 5px 0 0 5px; }

body .mejs-button.mejs-volume-button > button {
  margin: 3px 0 0 6px;
  height: 47px; }

body .mejs-button.mejs-playpause-button > button, body .mejs-button.mejs-volume-button > button {
  background: transparent;
  outline: none; }

.mejs-button.mejs-playpause-button.mejs-play > button:before, .mejs-button.mejs-playpause-button.mejs-pause > button:before, body .mejs-button.mejs-volume-button.mejs-mute > button:before, body .mejs-button.mejs-volume-button.mejs-unmute > button:before {
  font-size: 12px;
  content: "\f04b";
  font-family: FontAwesome;
  color: #222; }

.mejs-button.mejs-playpause-button.mejs-pause > button:before {
  content: "\f04c"; }

body .mejs-button.mejs-volume-button.mejs-mute > button:before {
  content: "\f027";
  font-size: 18px; }

body .mejs-button.mejs-volume-button.mejs-unmute > button:before {
  content: "\f026";
  font-size: 18px; }

body .mejs-controls .mejs-horizontal-volume-slider {
  margin-top: 10px; }

.cs-masonry-layout-item.col4 .mejs-time-rail {
  display: none; }

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

@keyframes before {
  0% {
    width: 0.5em;
    -webkit-box-shadow: 1em -0.5em rgba(98, 45, 143, 0.85), -1em 0.5em rgba(180, 220, 137, 0.85);
    -moz-box-shadow: 1em -0.5em rgba(98, 45, 143, 0.85), -1em 0.5em rgba(180, 220, 137, 0.85);
    -ms-box-shadow: 1em -0.5em rgba(98, 45, 143, 0.85), -1em 0.5em rgba(180, 220, 137, 0.85);
    -o-box-shadow: 1em -0.5em rgba(98, 45, 143, 0.85), -1em 0.5em rgba(180, 220, 137, 0.85);
    box-shadow: 1em -0.5em rgba(98, 45, 143, 0.85), -1em 0.5em rgba(180, 220, 137, 0.85); }

  35% {
    width: 2.5em;
    -webkit-box-shadow: 0 -0.5em rgba(98, 45, 143, 0.85), 0 0.5em rgba(180, 220, 137, 0.85);
    -moz-box-shadow: 0 -0.5em rgba(98, 45, 143, 0.85), 0 0.5em rgba(180, 220, 137, 0.85);
    -ms-box-shadow: 0 -0.5em rgba(98, 45, 143, 0.85), 0 0.5em rgba(180, 220, 137, 0.85);
    -o-box-shadow: 0 -0.5em rgba(98, 45, 143, 0.85), 0 0.5em rgba(180, 220, 137, 0.85);
    box-shadow: 0 -0.5em rgba(98, 45, 143, 0.85), 0 0.5em rgba(180, 220, 137, 0.85); }

  70% {
    width: 0.5em;
    -webkit-box-shadow: -1em -0.5em rgba(98, 45, 143, 0.85), 1em 0.5em rgba(180, 220, 137, 0.85);
    -moz-box-shadow: -1em -0.5em rgba(98, 45, 143, 0.85), 1em 0.5em rgba(180, 220, 137, 0.85);
    -ms-box-shadow: -1em -0.5em rgba(98, 45, 143, 0.85), 1em 0.5em rgba(180, 220, 137, 0.85);
    -o-box-shadow: -1em -0.5em rgba(98, 45, 143, 0.85), 1em 0.5em rgba(180, 220, 137, 0.85);
    box-shadow: -1em -0.5em rgba(98, 45, 143, 0.85), 1em 0.5em rgba(180, 220, 137, 0.85); }

  100% {
    -webkit-box-shadow: 1em -0.5em rgba(98, 45, 143, 0.85), -1em 0.5em rgba(180, 220, 137, 0.85);
    -moz-box-shadow: 1em -0.5em rgba(98, 45, 143, 0.85), -1em 0.5em rgba(180, 220, 137, 0.85);
    -ms-box-shadow: 1em -0.5em rgba(98, 45, 143, 0.85), -1em 0.5em rgba(180, 220, 137, 0.85);
    -o-box-shadow: 1em -0.5em rgba(98, 45, 143, 0.85), -1em 0.5em rgba(180, 220, 137, 0.85);
    box-shadow: 1em -0.5em rgba(98, 45, 143, 0.85), -1em 0.5em rgba(180, 220, 137, 0.85); } }

@keyframes after {
  /* Webkit */
  0% {
    height: 0.5em;
    -webkit-box-shadow: 0.5em 1em rgba(223, 128, 93, 0.85), -0.5em -1em rgba(255, 248, 199, 0.85);
    -moz-box-shadow: 0.5em 1em rgba(223, 128, 93, 0.85), -0.5em -1em rgba(255, 248, 199, 0.85);
    -ms-box-shadow: 0.5em 1em rgba(223, 128, 93, 0.85), -0.5em -1em rgba(255, 248, 199, 0.85);
    -o-box-shadow: 0.5em 1em rgba(223, 128, 93, 0.85), -0.5em -1em rgba(255, 248, 199, 0.85);
    box-shadow: 0.5em 1em rgba(223, 128, 93, 0.85), -0.5em -1em rgba(255, 248, 199, 0.85); }

  35% {
    height: 2.5em;
    -webkit-box-shadow: 0.5em 0 rgba(223, 128, 93, 0.85), -0.5em 0 rgba(255, 248, 199, 0.85);
    -moz-box-shadow: 0.5em 0 rgba(223, 128, 93, 0.85), -0.5em 0 rgba(255, 248, 199, 0.85);
    -ms-box-shadow: 0.5em 0 rgba(223, 128, 93, 0.85), -0.5em 0 rgba(255, 248, 199, 0.85);
    -o-box-shadow: 0.5em 0 rgba(223, 128, 93, 0.85), -0.5em 0 rgba(255, 248, 199, 0.85);
    box-shadow: 0.5em 0 rgba(223, 128, 93, 0.85), -0.5em 0 rgba(255, 248, 199, 0.85); }

  70% {
    height: 0.5em;
    -webkit-box-shadow: 0.5em -1em rgba(223, 128, 93, 0.85), -0.5em 1em rgba(255, 248, 199, 0.85);
    -moz-box-shadow: 0.5em -1em rgba(223, 128, 93, 0.85), -0.5em 1em rgba(255, 248, 199, 0.85);
    -ms-box-shadow: 0.5em -1em rgba(223, 128, 93, 0.85), -0.5em 1em rgba(255, 248, 199, 0.85);
    -o-box-shadow: 0.5em -1em rgba(223, 128, 93, 0.85), -0.5em 1em rgba(255, 248, 199, 0.85);
    box-shadow: 0.5em -1em rgba(223, 128, 93, 0.85), -0.5em 1em rgba(255, 248, 199, 0.85); }

  100% {
    -webkit-box-shadow: 0.5em 1em rgba(223, 128, 93, 0.85), -0.5em -1em rgba(255, 248, 199, 0.85);
    -moz-box-shadow: 0.5em 1em rgba(223, 128, 93, 0.85), -0.5em -1em rgba(255, 248, 199, 0.85);
    -ms-box-shadow: 0.5em 1em rgba(223, 128, 93, 0.85), -0.5em -1em rgba(255, 248, 199, 0.85);
    -o-box-shadow: 0.5em 1em rgba(223, 128, 93, 0.85), -0.5em -1em rgba(255, 248, 199, 0.85);
    box-shadow: 0.5em 1em rgba(223, 128, 93, 0.85), -0.5em -1em rgba(255, 248, 199, 0.85); } }

@-webkit-keyframes before {
  0% {
    width: 0.5em;
    -webkit-box-shadow: 1em -0.5em rgba(98, 45, 143, 0.85), -1em 0.5em rgba(180, 220, 137, 0.85);
    -moz-box-shadow: 1em -0.5em rgba(98, 45, 143, 0.85), -1em 0.5em rgba(180, 220, 137, 0.85);
    -ms-box-shadow: 1em -0.5em rgba(98, 45, 143, 0.85), -1em 0.5em rgba(180, 220, 137, 0.85);
    -o-box-shadow: 1em -0.5em rgba(98, 45, 143, 0.85), -1em 0.5em rgba(180, 220, 137, 0.85);
    box-shadow: 1em -0.5em rgba(98, 45, 143, 0.85), -1em 0.5em rgba(180, 220, 137, 0.85); }

  35% {
    width: 2.5em;
    -webkit-box-shadow: 0 -0.5em rgba(98, 45, 143, 0.85), 0 0.5em rgba(180, 220, 137, 0.85);
    -moz-box-shadow: 0 -0.5em rgba(98, 45, 143, 0.85), 0 0.5em rgba(180, 220, 137, 0.85);
    -ms-box-shadow: 0 -0.5em rgba(98, 45, 143, 0.85), 0 0.5em rgba(180, 220, 137, 0.85);
    -o-box-shadow: 0 -0.5em rgba(98, 45, 143, 0.85), 0 0.5em rgba(180, 220, 137, 0.85);
    box-shadow: 0 -0.5em rgba(98, 45, 143, 0.85), 0 0.5em rgba(180, 220, 137, 0.85); }

  70% {
    width: 0.5em;
    -webkit-box-shadow: -1em -0.5em rgba(98, 45, 143, 0.85), 1em 0.5em rgba(180, 220, 137, 0.85);
    -moz-box-shadow: -1em -0.5em rgba(98, 45, 143, 0.85), 1em 0.5em rgba(180, 220, 137, 0.85);
    -ms-box-shadow: -1em -0.5em rgba(98, 45, 143, 0.85), 1em 0.5em rgba(180, 220, 137, 0.85);
    -o-box-shadow: -1em -0.5em rgba(98, 45, 143, 0.85), 1em 0.5em rgba(180, 220, 137, 0.85);
    box-shadow: -1em -0.5em rgba(98, 45, 143, 0.85), 1em 0.5em rgba(180, 220, 137, 0.85); }

  100% {
    -webkit-box-shadow: 1em -0.5em rgba(98, 45, 143, 0.85), -1em 0.5em rgba(180, 220, 137, 0.85);
    -moz-box-shadow: 1em -0.5em rgba(98, 45, 143, 0.85), -1em 0.5em rgba(180, 220, 137, 0.85);
    -ms-box-shadow: 1em -0.5em rgba(98, 45, 143, 0.85), -1em 0.5em rgba(180, 220, 137, 0.85);
    -o-box-shadow: 1em -0.5em rgba(98, 45, 143, 0.85), -1em 0.5em rgba(180, 220, 137, 0.85);
    box-shadow: 1em -0.5em rgba(98, 45, 143, 0.85), -1em 0.5em rgba(180, 220, 137, 0.85); } }

@-webkit-keyframes after {
  /* Moz */
  0% {
    height: 0.5em;
    -webkit-box-shadow: 0.5em 1em rgba(223, 128, 93, 0.85), -0.5em -1em rgba(255, 248, 199, 0.85);
    -moz-box-shadow: 0.5em 1em rgba(223, 128, 93, 0.85), -0.5em -1em rgba(255, 248, 199, 0.85);
    -ms-box-shadow: 0.5em 1em rgba(223, 128, 93, 0.85), -0.5em -1em rgba(255, 248, 199, 0.85);
    -o-box-shadow: 0.5em 1em rgba(223, 128, 93, 0.85), -0.5em -1em rgba(255, 248, 199, 0.85);
    box-shadow: 0.5em 1em rgba(223, 128, 93, 0.85), -0.5em -1em rgba(255, 248, 199, 0.85); }

  35% {
    height: 2.5em;
    -webkit-box-shadow: 0.5em 0 rgba(223, 128, 93, 0.85), -0.5em 0 rgba(255, 248, 199, 0.85);
    -moz-box-shadow: 0.5em 0 rgba(223, 128, 93, 0.85), -0.5em 0 rgba(255, 248, 199, 0.85);
    -ms-box-shadow: 0.5em 0 rgba(223, 128, 93, 0.85), -0.5em 0 rgba(255, 248, 199, 0.85);
    -o-box-shadow: 0.5em 0 rgba(223, 128, 93, 0.85), -0.5em 0 rgba(255, 248, 199, 0.85);
    box-shadow: 0.5em 0 rgba(223, 128, 93, 0.85), -0.5em 0 rgba(255, 248, 199, 0.85); }

  70% {
    height: 0.5em;
    -webkit-box-shadow: 0.5em -1em rgba(223, 128, 93, 0.85), -0.5em 1em rgba(255, 248, 199, 0.85);
    -moz-box-shadow: 0.5em -1em rgba(223, 128, 93, 0.85), -0.5em 1em rgba(255, 248, 199, 0.85);
    -ms-box-shadow: 0.5em -1em rgba(223, 128, 93, 0.85), -0.5em 1em rgba(255, 248, 199, 0.85);
    -o-box-shadow: 0.5em -1em rgba(223, 128, 93, 0.85), -0.5em 1em rgba(255, 248, 199, 0.85);
    box-shadow: 0.5em -1em rgba(223, 128, 93, 0.85), -0.5em 1em rgba(255, 248, 199, 0.85); }

  100% {
    -webkit-box-shadow: 0.5em 1em rgba(223, 128, 93, 0.85), -0.5em -1em rgba(255, 248, 199, 0.85);
    -moz-box-shadow: 0.5em 1em rgba(223, 128, 93, 0.85), -0.5em -1em rgba(255, 248, 199, 0.85);
    -ms-box-shadow: 0.5em 1em rgba(223, 128, 93, 0.85), -0.5em -1em rgba(255, 248, 199, 0.85);
    -o-box-shadow: 0.5em 1em rgba(223, 128, 93, 0.85), -0.5em -1em rgba(255, 248, 199, 0.85);
    box-shadow: 0.5em 1em rgba(223, 128, 93, 0.85), -0.5em -1em rgba(255, 248, 199, 0.85); } }

@-moz-keyframes before {
  0% {
    width: 0.5em;
    -webkit-box-shadow: 1em -0.5em rgba(98, 45, 143, 0.85), -1em 0.5em rgba(180, 220, 137, 0.85);
    -moz-box-shadow: 1em -0.5em rgba(98, 45, 143, 0.85), -1em 0.5em rgba(180, 220, 137, 0.85);
    -ms-box-shadow: 1em -0.5em rgba(98, 45, 143, 0.85), -1em 0.5em rgba(180, 220, 137, 0.85);
    -o-box-shadow: 1em -0.5em rgba(98, 45, 143, 0.85), -1em 0.5em rgba(180, 220, 137, 0.85);
    box-shadow: 1em -0.5em rgba(98, 45, 143, 0.85), -1em 0.5em rgba(180, 220, 137, 0.85); }

  35% {
    width: 2.5em;
    -webkit-box-shadow: 0 -0.5em rgba(98, 45, 143, 0.85), 0 0.5em rgba(180, 220, 137, 0.85);
    -moz-box-shadow: 0 -0.5em rgba(98, 45, 143, 0.85), 0 0.5em rgba(180, 220, 137, 0.85);
    -ms-box-shadow: 0 -0.5em rgba(98, 45, 143, 0.85), 0 0.5em rgba(180, 220, 137, 0.85);
    -o-box-shadow: 0 -0.5em rgba(98, 45, 143, 0.85), 0 0.5em rgba(180, 220, 137, 0.85);
    box-shadow: 0 -0.5em rgba(98, 45, 143, 0.85), 0 0.5em rgba(180, 220, 137, 0.85); }

  70% {
    width: 0.5em;
    -webkit-box-shadow: -1em -0.5em rgba(98, 45, 143, 0.85), 1em 0.5em rgba(180, 220, 137, 0.85);
    -moz-box-shadow: -1em -0.5em rgba(98, 45, 143, 0.85), 1em 0.5em rgba(180, 220, 137, 0.85);
    -ms-box-shadow: -1em -0.5em rgba(98, 45, 143, 0.85), 1em 0.5em rgba(180, 220, 137, 0.85);
    -o-box-shadow: -1em -0.5em rgba(98, 45, 143, 0.85), 1em 0.5em rgba(180, 220, 137, 0.85);
    box-shadow: -1em -0.5em rgba(98, 45, 143, 0.85), 1em 0.5em rgba(180, 220, 137, 0.85); }

  100% {
    -webkit-box-shadow: 1em -0.5em rgba(98, 45, 143, 0.85), -1em 0.5em rgba(180, 220, 137, 0.85);
    -moz-box-shadow: 1em -0.5em rgba(98, 45, 143, 0.85), -1em 0.5em rgba(180, 220, 137, 0.85);
    -ms-box-shadow: 1em -0.5em rgba(98, 45, 143, 0.85), -1em 0.5em rgba(180, 220, 137, 0.85);
    -o-box-shadow: 1em -0.5em rgba(98, 45, 143, 0.85), -1em 0.5em rgba(180, 220, 137, 0.85);
    box-shadow: 1em -0.5em rgba(98, 45, 143, 0.85), -1em 0.5em rgba(180, 220, 137, 0.85); } }

@-moz-keyframes after {
  /* IE */
  0% {
    height: 0.5em;
    -webkit-box-shadow: 0.5em 1em rgba(223, 128, 93, 0.85), -0.5em -1em rgba(255, 248, 199, 0.85);
    -moz-box-shadow: 0.5em 1em rgba(223, 128, 93, 0.85), -0.5em -1em rgba(255, 248, 199, 0.85);
    -ms-box-shadow: 0.5em 1em rgba(223, 128, 93, 0.85), -0.5em -1em rgba(255, 248, 199, 0.85);
    -o-box-shadow: 0.5em 1em rgba(223, 128, 93, 0.85), -0.5em -1em rgba(255, 248, 199, 0.85);
    box-shadow: 0.5em 1em rgba(223, 128, 93, 0.85), -0.5em -1em rgba(255, 248, 199, 0.85); }

  35% {
    height: 2.5em;
    -webkit-box-shadow: 0.5em 0 rgba(223, 128, 93, 0.85), -0.5em 0 rgba(255, 248, 199, 0.85);
    -moz-box-shadow: 0.5em 0 rgba(223, 128, 93, 0.85), -0.5em 0 rgba(255, 248, 199, 0.85);
    -ms-box-shadow: 0.5em 0 rgba(223, 128, 93, 0.85), -0.5em 0 rgba(255, 248, 199, 0.85);
    -o-box-shadow: 0.5em 0 rgba(223, 128, 93, 0.85), -0.5em 0 rgba(255, 248, 199, 0.85);
    box-shadow: 0.5em 0 rgba(223, 128, 93, 0.85), -0.5em 0 rgba(255, 248, 199, 0.85); }

  70% {
    height: 0.5em;
    -webkit-box-shadow: 0.5em -1em rgba(223, 128, 93, 0.85), -0.5em 1em rgba(255, 248, 199, 0.85);
    -moz-box-shadow: 0.5em -1em rgba(223, 128, 93, 0.85), -0.5em 1em rgba(255, 248, 199, 0.85);
    -ms-box-shadow: 0.5em -1em rgba(223, 128, 93, 0.85), -0.5em 1em rgba(255, 248, 199, 0.85);
    -o-box-shadow: 0.5em -1em rgba(223, 128, 93, 0.85), -0.5em 1em rgba(255, 248, 199, 0.85);
    box-shadow: 0.5em -1em rgba(223, 128, 93, 0.85), -0.5em 1em rgba(255, 248, 199, 0.85); }

  100% {
    -webkit-box-shadow: 0.5em 1em rgba(223, 128, 93, 0.85), -0.5em -1em rgba(255, 248, 199, 0.85);
    -moz-box-shadow: 0.5em 1em rgba(223, 128, 93, 0.85), -0.5em -1em rgba(255, 248, 199, 0.85);
    -ms-box-shadow: 0.5em 1em rgba(223, 128, 93, 0.85), -0.5em -1em rgba(255, 248, 199, 0.85);
    -o-box-shadow: 0.5em 1em rgba(223, 128, 93, 0.85), -0.5em -1em rgba(255, 248, 199, 0.85);
    box-shadow: 0.5em 1em rgba(223, 128, 93, 0.85), -0.5em -1em rgba(255, 248, 199, 0.85); } }

@-o-keyframes before {
  0% {
    width: 0.5em;
    -webkit-box-shadow: 1em -0.5em rgba(98, 45, 143, 0.85), -1em 0.5em rgba(180, 220, 137, 0.85);
    -moz-box-shadow: 1em -0.5em rgba(98, 45, 143, 0.85), -1em 0.5em rgba(180, 220, 137, 0.85);
    -ms-box-shadow: 1em -0.5em rgba(98, 45, 143, 0.85), -1em 0.5em rgba(180, 220, 137, 0.85);
    -o-box-shadow: 1em -0.5em rgba(98, 45, 143, 0.85), -1em 0.5em rgba(180, 220, 137, 0.85);
    box-shadow: 1em -0.5em rgba(98, 45, 143, 0.85), -1em 0.5em rgba(180, 220, 137, 0.85); }

  35% {
    width: 2.5em;
    -webkit-box-shadow: 0 -0.5em rgba(98, 45, 143, 0.85), 0 0.5em rgba(180, 220, 137, 0.85);
    -moz-box-shadow: 0 -0.5em rgba(98, 45, 143, 0.85), 0 0.5em rgba(180, 220, 137, 0.85);
    -ms-box-shadow: 0 -0.5em rgba(98, 45, 143, 0.85), 0 0.5em rgba(180, 220, 137, 0.85);
    -o-box-shadow: 0 -0.5em rgba(98, 45, 143, 0.85), 0 0.5em rgba(180, 220, 137, 0.85);
    box-shadow: 0 -0.5em rgba(98, 45, 143, 0.85), 0 0.5em rgba(180, 220, 137, 0.85); }

  70% {
    width: 0.5em;
    -webkit-box-shadow: -1em -0.5em rgba(98, 45, 143, 0.85), 1em 0.5em rgba(180, 220, 137, 0.85);
    -moz-box-shadow: -1em -0.5em rgba(98, 45, 143, 0.85), 1em 0.5em rgba(180, 220, 137, 0.85);
    -ms-box-shadow: -1em -0.5em rgba(98, 45, 143, 0.85), 1em 0.5em rgba(180, 220, 137, 0.85);
    -o-box-shadow: -1em -0.5em rgba(98, 45, 143, 0.85), 1em 0.5em rgba(180, 220, 137, 0.85);
    box-shadow: -1em -0.5em rgba(98, 45, 143, 0.85), 1em 0.5em rgba(180, 220, 137, 0.85); }

  100% {
    -webkit-box-shadow: 1em -0.5em rgba(98, 45, 143, 0.85), -1em 0.5em rgba(180, 220, 137, 0.85);
    -moz-box-shadow: 1em -0.5em rgba(98, 45, 143, 0.85), -1em 0.5em rgba(180, 220, 137, 0.85);
    -ms-box-shadow: 1em -0.5em rgba(98, 45, 143, 0.85), -1em 0.5em rgba(180, 220, 137, 0.85);
    -o-box-shadow: 1em -0.5em rgba(98, 45, 143, 0.85), -1em 0.5em rgba(180, 220, 137, 0.85);
    box-shadow: 1em -0.5em rgba(98, 45, 143, 0.85), -1em 0.5em rgba(180, 220, 137, 0.85); } }

@-o-keyframes after {
  /**
 * Attempt to center the whole thing!
 */
  0% {
    height: 0.5em;
    -webkit-box-shadow: 0.5em 1em rgba(223, 128, 93, 0.85), -0.5em -1em rgba(255, 248, 199, 0.85);
    -moz-box-shadow: 0.5em 1em rgba(223, 128, 93, 0.85), -0.5em -1em rgba(255, 248, 199, 0.85);
    -ms-box-shadow: 0.5em 1em rgba(223, 128, 93, 0.85), -0.5em -1em rgba(255, 248, 199, 0.85);
    -o-box-shadow: 0.5em 1em rgba(223, 128, 93, 0.85), -0.5em -1em rgba(255, 248, 199, 0.85);
    box-shadow: 0.5em 1em rgba(223, 128, 93, 0.85), -0.5em -1em rgba(255, 248, 199, 0.85); }

  35% {
    height: 2.5em;
    -webkit-box-shadow: 0.5em 0 rgba(223, 128, 93, 0.85), -0.5em 0 rgba(255, 248, 199, 0.85);
    -moz-box-shadow: 0.5em 0 rgba(223, 128, 93, 0.85), -0.5em 0 rgba(255, 248, 199, 0.85);
    -ms-box-shadow: 0.5em 0 rgba(223, 128, 93, 0.85), -0.5em 0 rgba(255, 248, 199, 0.85);
    -o-box-shadow: 0.5em 0 rgba(223, 128, 93, 0.85), -0.5em 0 rgba(255, 248, 199, 0.85);
    box-shadow: 0.5em 0 rgba(223, 128, 93, 0.85), -0.5em 0 rgba(255, 248, 199, 0.85); }

  70% {
    height: 0.5em;
    -webkit-box-shadow: 0.5em -1em rgba(223, 128, 93, 0.85), -0.5em 1em rgba(255, 248, 199, 0.85);
    -moz-box-shadow: 0.5em -1em rgba(223, 128, 93, 0.85), -0.5em 1em rgba(255, 248, 199, 0.85);
    -ms-box-shadow: 0.5em -1em rgba(223, 128, 93, 0.85), -0.5em 1em rgba(255, 248, 199, 0.85);
    -o-box-shadow: 0.5em -1em rgba(223, 128, 93, 0.85), -0.5em 1em rgba(255, 248, 199, 0.85);
    box-shadow: 0.5em -1em rgba(223, 128, 93, 0.85), -0.5em 1em rgba(255, 248, 199, 0.85); }

  100% {
    -webkit-box-shadow: 0.5em 1em rgba(223, 128, 93, 0.85), -0.5em -1em rgba(255, 248, 199, 0.85);
    -moz-box-shadow: 0.5em 1em rgba(223, 128, 93, 0.85), -0.5em -1em rgba(255, 248, 199, 0.85);
    -ms-box-shadow: 0.5em 1em rgba(223, 128, 93, 0.85), -0.5em -1em rgba(255, 248, 199, 0.85);
    -o-box-shadow: 0.5em 1em rgba(223, 128, 93, 0.85), -0.5em -1em rgba(255, 248, 199, 0.85);
    box-shadow: 0.5em 1em rgba(223, 128, 93, 0.85), -0.5em -1em rgba(255, 248, 199, 0.85); } }

html, body {
  height: 100%; }

.loader-color {
  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
========================================================================== */ }

#cshero-header-navigation {
  position: static;
  /*
-----> Minimum width of 992 pixels.
*/ }
  #cshero-header-navigation .main-navigation ul.ping-right {
    left: auto;
    right: 100%; }
  #cshero-header-navigation .main-navigation ul.ping-left {
    left: 100%;
    right: auto; }

@media screen and (min-width: 992px) {
  /*
-----> Minimum width of 992 pixels.
*/
  /*
-----> Max width of 992 pixels.
*/
    #menu-mobile, .cs-menu-toggle {
      display: none; }
    #cshero-header-navigation.collapse {
      display: block; }
    #cshero-header-navigation .main-navigation div.nav-menu > ul {
      display: inline-block !important;
      width: 100%; }
      #cshero-header-navigation .main-navigation ul {
        margin: 0;
        text-indent: 0; }
      #cshero-header-navigation .main-navigation li a {
        border-bottom: 0;
        white-space: nowrap;
        -webkit-transition: all 300ms linear 0ms;
        -moz-transition: all 300ms linear 0ms;
        -ms-transition: all 300ms linear 0ms;
        transition: all 300ms linear 0ms; }
      #cshero-header-navigation .main-navigation .menu-main-menu > li {
        vertical-align: top;
        -webkit-transition: all 300ms linear 0ms;
        -moz-transition: all 300ms linear 0ms;
        -ms-transition: all 300ms linear 0ms;
        transition: all 300ms linear 0ms; }
        #cshero-header-navigation .main-navigation .menu-main-menu > li > a {
          position: relative;
          text-align: center;
          line-height: 1.1;
          -webkit-transition: all 300ms linear 0ms;
          -moz-transition: all 300ms linear 0ms;
          -ms-transition: all 300ms linear 0ms;
          transition: all 300ms linear 0ms; }
          #cshero-header-navigation .main-navigation .menu-main-menu > li > a i {
            display: block;
            width: 100%;
            line-height: 0;
            margin-bottom: 6px;
            -webkit-transition: all 300ms linear 0ms;
            -moz-transition: all 300ms linear 0ms;
            -ms-transition: all 300ms linear 0ms;
            transition: all 300ms linear 0ms; }
            #cshero-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);
              /* BACKGROUND GRADIENT */
              /* TRANSFORM STYLE */
              display: block; }
        #cshero-header-navigation .main-navigation .menu-main-menu > li:last-child > a {
          padding-right: 0; }
        #cshero-header-navigation .main-navigation .menu-main-menu > li.menu-item-has-children {
          position: relative; }
          #cshero-header-navigation .main-navigation .menu-main-menu > li.menu-item-has-children > .cs-menu-toggle {
            bottom: 10%;
            display: inline-block;
            left: 50%;
            position: absolute;
            line-height: 1;
            transform: translate(-50%, 0px);
            -webkit-transform: translate(-50%, 0px);
            -khtml-transform: translate(-50%, 0px);
            -moz-transform: translate(-50%, 0px);
            -ms-transform: translate(-50%, 0px);
            -o-transform: translate(-50%, 0px);
            transform: translate(-50%, 0px);
            /* BACKGROUND GRADIENT */
            /* TRANSFORM STYLE */
            -webkit-transition: all 300ms linear 0ms;
            -moz-transition: all 300ms linear 0ms;
            -ms-transition: all 300ms linear 0ms;
            transition: all 300ms linear 0ms;
            font-size: 24px;
            opacity: 0; }
          #cshero-header-navigation .main-navigation .menu-main-menu > li.menu-item-has-children > ul.sub-menu {
            margin-top: 24px;
            -webkit-transition: margin-top 0.4s ease 0s;
            -moz-transition: margin-top 0.4s ease 0s;
            -ms-transition: margin-top 0.4s ease 0s;
            transition: margin-top 0.4s ease 0s; }
          #cshero-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);
            -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
            -ms-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
            box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
            margin-top: 0; }
            #cshero-header-navigation .main-navigation .menu-main-menu > li.menu-item-has-children:hover > .cs-menu-toggle {
              opacity: 1; }
        #cshero-header-navigation .main-navigation .menu-main-menu > li, #cshero-header-navigation .main-navigation .menu-main-menu > li a, #cshero-header-navigation .main-navigation .menu-main-menu > ul > li, #cshero-header-navigation .main-navigation .menu-main-menu > ul > li > a {
          display: inline-block;
          text-decoration: none; }
        #cshero-header-navigation .main-navigation .menu-main-menu > li ul li, #cshero-header-navigation .main-navigation .menu-main-menu > li ul li a, #cshero-header-navigation .main-navigation .menu-main-menu > ul > li ul li, #cshero-header-navigation .main-navigation .menu-main-menu > ul > li ul li a {
          display: block;
          text-decoration: none;
          text-align: left; }
        #cshero-header-navigation .main-navigation .menu-main-menu > li ul ul, #cshero-header-navigation .main-navigation .menu-main-menu > ul > li ul ul {
          width: 200px; }
    #cshero-header-navigation .main-navigation li li {
      margin: 0; }
    #cshero-header-navigation .main-navigation li ul {
      margin: 0;
      padding: 0;
      position: absolute;
      top: 100%;
      z-index: 1;
      height: 1px;
      width: 200px;
      overflow: hidden;
      clip: rect(1px, 1px, 1px, 1px);
      /* Menu Stick Wall */ }
    #cshero-header-navigation .main-navigation li ul ul {
      top: 0;
      left: 100%;
      width: 200px;
      /* End Menu Stick Wall */ }
      #cshero-header-navigation .main-navigation li ul ul.back {
        right: 100%;
        left: auto; }
        #cshero-header-navigation .main-navigation li ul ul.back ul:not(.back) {
          right: 100%;
          left: auto; }
        #cshero-header-navigation .main-navigation li ul ul.back ul.back {
          left: 100%;
          right: auto; }
        #cshero-header-navigation .main-navigation li ul ul.back ul.back ul:not(.back) {
          left: 100%;
          right: auto; }
        #cshero-header-navigation .main-navigation li ul ul.back ul.back ul.back {
          right: 100%;
          left: auto; }
    #cshero-header-navigation .main-navigation {
      /* End Menu Sub Level */
      /* Start Mega Menu */ }
      #cshero-header-navigation .main-navigation ul li:hover > ul, #cshero-header-navigation .main-navigation ul li:focus > ul, #cshero-header-navigation .main-navigation .focus > ul {
        border-left: 0;
        clip: inherit;
        overflow: inherit;
        height: inherit; }
      #cshero-header-navigation .main-navigation li ul li a {
        padding: 8px 18px;
        line-height: 1.8em;
        white-space: normal; }
        #cshero-header-navigation .main-navigation li ul li:last-child a {
          border-bottom: none; }
    #cshero-header-navigation .main-navigation .columns2 > li:nth-of-type(2n+1), #cshero-header-navigation .main-navigation .columns3 > li:nth-child(3n+1), #cshero-header-navigation .main-navigation .columns4 > li:nth-child(4n+1), #cshero-header-navigation .main-navigation .columns5 > li:nth-child(5n+1) {
      clear: left;
      border-right: 0px solid transparent; }
      #cshero-header-navigation .main-navigation .columns5 > li {
        width: 20% !important; }
      #cshero-header-navigation .main-navigation .columns4 > li {
        width: 25% !important; }
      #cshero-header-navigation .main-navigation .columns3 > li {
        width: 33% !important; }
      #cshero-header-navigation .main-navigation .columns2 > li {
        width: 50% !important; }
      #cshero-header-navigation .main-navigation [class*="columns"] > li {
        float: left; }
        #cshero-header-navigation .main-navigation [class*="columns"] > li > a {
          width: 100%; }
      #cshero-header-navigation .main-navigation .menu-main-menu li.has_full_width {
        position: inherit; }
      #cshero-header-navigation .main-navigation .menu-main-menu li:not(.group) > ul.drop_full_width.sub-menu {
        left: 0 !important;
        width: 100% !important;
        background: #fff; }
      #cshero-header-navigation .main-navigation li.group > ul.sub-menu {
        display: block;
        float: left;
        left: 0;
        position: relative;
        width: 100%;
        height: inherit; }
    #cshero-header.header-fixed #cshero-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);
      /* BACKGROUND GRADIENT */
      /* TRANSFORM STYLE */ }
    #cshero-header.header-fixed #cshero-header-navigation .main-navigation .menu-main-menu > li > a i {
      margin-bottom: 3px;
      /* End Start Mega Menu */ }
    #cshero-header.header-fixed #cshero-header-navigation .main-navigation .menu-main-menu > li.menu-item-has-children > .cs-menu-toggle {
      display: none; } }

@media screen and (max-width: 992px) {
  /*
-----> End Max width of 992 pixels.
*/
  /* ==========================================================================
  End Style Main Menu
========================================================================== */
    #cshero-header-navigation.collapse {
      background: #222;
      position: absolute;
      top: 80px;
      width: 100%; }
    #cshero-menu-mobile {
      display: block; }
      #cshero-menu-mobile i {
        background: #6e4692;
        color: #fff;
        cursor: pointer;
        font-size: 32px;
        height: 35px;
        line-height: 35px;
        text-align: center;
        width: 45px; }
        #cshero-menu-mobile i:hover {
          background: #333; }
    #cshero-header-navigation .main-navigation div.nav-menu > ul {
      margin: 0;
      padding: 0;
      list-style: none;
      max-height: 0;
      overflow: hidden;
      transition: all 500ms ease; }
      #cshero-header-navigation .main-navigation div.nav-menu > ul li {
        list-style: none; }
        #cshero-header-navigation .main-navigation div.nav-menu > ul li a {
          display: block;
          color: #5e5e5e; }
          #cshero-header-navigation .main-navigation div.nav-menu > ul li a:hover, #cshero-header-navigation .main-navigation div.nav-menu > ul li a:focus {
            color: #21759b; }
    .collapse .main-navigation div.nav-menu > ul {
      display: block;
      max-height: 2000px; }
    #cshero-header #cshero-header-navigation .main-navigation {
      padding: 15px 0;
      /* Dropdown Sub Menu */ }
      #cshero-header #cshero-header-navigation .main-navigation .menu-main-menu > li > a i {
        display: none; }
        #cshero-header #cshero-header-navigation .main-navigation .menu-main-menu li {
          line-height: 31px; }
          #cshero-header #cshero-header-navigation .main-navigation .menu-main-menu li a {
            background: transparent;
            color: #fff; }
      #cshero-header #cshero-header-navigation .main-navigation ul.sub-menu {
        width: 100% !important; }
    .cs-menu-toggle {
      display: block; }
    #cshero-header-navigation .main-navigation .menu-main-menu > li {
      position: relative; }
      #cshero-header-navigation .main-navigation .menu-main-menu > li li {
        position: relative; }
      #cshero-header-navigation .main-navigation .menu-main-menu > li a {
        display: block;
        border-bottom: none;
        font-size: 17px;
        color: #999 !important;
        margin: 0 0 4px; }
        #cshero-header-navigation .main-navigation .menu-main-menu > li a:hover {
          color: #fff !important; }
      #cshero-header-navigation .main-navigation .menu-main-menu > li ul li a {
        font-size: 16px; }
      #cshero-header-navigation .main-navigation .menu-main-menu > li .cs-menu-toggle {
        color: #999;
        cursor: pointer;
        position: absolute;
        right: -5px;
        text-align: center;
        top: 0;
        width: 30px; }
        #cshero-header-navigation .main-navigation .menu-main-menu > li .cs-menu-toggle:hover {
          color: #fff; }
      #cshero-header-navigation .main-navigation .menu-main-menu > li ul.sub-menu {
        max-height: 0;
        overflow: hidden;
        padding-left: 10px;
        -webkit-transition: max-height 600ms linear 0ms;
        -moz-transition: max-height 600ms linear 0ms;
        -ms-transition: max-height 600ms linear 0ms;
        transition: max-height 600ms linear 0ms; }
        #cshero-header-navigation .main-navigation .menu-main-menu > li ul.sub-menu.submenu-open {
          max-height: 1000px; }
          #cshero-header-navigation .main-navigation .menu-main-menu > li ul.sub-menu.submenu-open + .cs-menu-toggle i:before {
            content: "\f106"; }
        #cshero-header-navigation .main-navigation .menu-main-menu > li ul.sub-menu .cs-menu-toggle {
          right: 12px; } }

#secondary #widget-area .wg-title {
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 17px;
  position: relative;
  margin-bottom: 30px; }
  #secondary #widget-area .wg-title:before {
    position: absolute;
    height: 4px;
    width: 70px;
    bottom: 0;
    left: 0;
    content: ""; }
  #secondary #widget-area > [class*="widget_"], #secondary #widget-area > [class*="widget-"] {
    border-bottom: 7px solid #ebebeb;
    padding-bottom: 30px;
    margin-bottom: 80px; }
  #secondary #widget-area .widget_archive ul li, #secondary #widget-area .widget_categories ul li, #secondary #widget-area .widget_pages ul li, #secondary #widget-area .widget_meta ul li, #secondary #widget-area .widget_recent_entries ul li {
    line-height: 32px; }
  #secondary #widget-area .widget_archive ul li a:hover, #secondary #widget-area .widget_categories ul li a:hover, #secondary #widget-area .widget_pages ul li a:hover, #secondary #widget-area .widget_meta ul li a:hover, #secondary #widget-area .widget_recent_entries ul li a:hover {
    color: #9c9c9c; }
  #secondary #widget-area .widget_archive ul li ul.children, #secondary #widget-area .widget_categories ul li ul.children, #secondary #widget-area .widget_pages ul li ul.children, #secondary #widget-area .widget_meta ul li ul.children, #secondary #widget-area .widget_recent_entries ul li ul.children {
    margin-left: 14px; }
  #secondary #widget-area .widget_recent_comments ul li {
    line-height: 32px; }
  #secondary #widget-area .widget_recent_comments ul li .comment-author-link {
    display: block; }
  #secondary #widget-area .widget_text select {
    width: 100%; }
  #secondary #widget-area .widget_nav_menu ul.sub-menu {
    margin-left: 14px; }

.alignleft, .alignright, .aligncenter {
  margin-top: 6px;
  margin-bottom: 45px; }

.alignleft {
  display: inline;
  float: left;
  margin-right: 35px; }

.alignright {
  display: inline;
  float: right;
  margin-left: 35px; }

img {
  width: auto;
  height: auto; }

.entry-content p {
  margin-bottom: 23px; }
  .entry-content p:last-child {
    margin-bottom: 0; }

.entry-content ul {
  list-style-type: inherit; }
  .entry-content ul + h2 {
    margin-bottom: 25px;
    margin-top: 20px; }

dl + h2 {
  margin-bottom: 25px;
  margin-top: 20px; }

@font-face {
  font-family: 'Dosis-Regular';
  src: url('../fonts/main/dosis-regular.woff2') format('woff2'), url('../fonts/main/dosis-regular.woff') format('woff');
  font-weight: normal;
  font-style: normal; }

body {
  font-family: 'Dosis-Regular', sans-serif;
  line-height: 1.44444;
  font-weight: 400;
  font-style: normal;
  color: #9c9c9c;
  font-size: 18px; }

.search-form #searchsubmit {
  width: 100%;
  margin-top: 15px; }

.searchform {
  position: relative;
  margin-bottom: 15px; }
  .searchform:before {
    font-size: 18px;
    position: absolute;
    right: 19px;
    top: 16px;
    content: "\f002";
    font-family: FontAwesome; }
  .searchform .screen-reader-text {
    display: none; }
  .searchform input[type="text"] {
    width: 100%;
    margin: 0; }
  .searchform input[type="submit"] {
    position: absolute;
    right: 0;
    top: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: none !important;
    border: none !important;
    text-indent: -99999px;
    opacity: 0;
    padding: 0; }

.widget_product_search .woocommerce-product-search {
  position: relative;
  /* ==========================================================================
   [Start] 2. Widget Search
========================================================================== */
  /* ==========================================================================
   [Start] 3. Widget Tags
========================================================================== */ }
  .widget_product_search .woocommerce-product-search .screen-reader-text {
    display: none; }
  .widget_product_search .woocommerce-product-search .search-field {
    background-color: #fff;
    border-color: transparent #dadddf #b6b9ba;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    /* BACKGROUND GRADIENT */
    border-style: solid;
    border-width: 1px;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
    -ms-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
    color: #575656;
    font-size: 16px;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    padding: 0;
    position: relative;
    text-indent: 26px;
    -webkit-transition: all 300ms ease 0ms;
    -moz-transition: all 300ms ease 0ms;
    -ms-transition: all 300ms ease 0ms;
    transition: all 300ms ease 0ms;
    width: 100%;
    box-sizing: inherit; }
  .widget_product_search .woocommerce-product-search button {
    background-image: none;
    background-color: transparent;
    border: medium none;
    font-size: 0;
    width: 40px;
    position: absolute;
    right: 0;
    top: 0;
    height: 40px;
    z-index: 3;
    padding: 0; }
  .widget_product_search .woocommerce-product-search button:hover {
    background-color: transparent !important; }
  .widget_product_search .woocommerce-product-search:before {
    color: #575656;
    content: "\f002";
    font-family: FontAwesome;
    font-size: 14px;
    position: absolute;
    right: 21px;
    top: 9px;
    z-index: 2; }

.tagcloud a {
  font-size: 18px !important;
  line-height: 30px;
  height: 34px;
  padding: 0 15px;
  color: #fff;
  display: inline-block;
  font-weight: 700;
  margin: 0 11px 15px 0;
  display: inline-block;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  /* BACKGROUND GRADIENT */
  /* ==========================================================================
   [End] 3. Widget Tags
========================================================================== */
  /* ==========================================================================
   [Start] 4. Instagram
========================================================================== */ }
  .tagcloud a:hover {
    border: 1px solid rgba(0, 0, 0, 0.1); }

.cs-instagram-pics {
  margin: 0 -4px; }
  .cs-instagram-pics .instagram-item {
    margin: 0 0 8px;
    padding: 0 4px; }

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

.cms-recent-post-wrapper li {
  margin: 0 0 10px; }
  .cms-recent-post-wrapper li:last-child {
    margin: 0; }
  .cms-recent-post-wrapper .cms-recent-media {
    max-width: 50px;
    float: left; }
  .cms-recent-post-wrapper .cms-recent-details {
    padding-left: 63px;
    font-size: 14px; }
  .cms-recent-post-wrapper .cms-recent-details.no-image {
    padding: 0; }
  .cms-recent-post-wrapper .cms-recent-details .title {
    font-size: 18px;
    line-height: 23px;
    margin: 0; }
  .cms-recent-post-wrapper .cms-recent-details .date {
    display: inline-block; }
  .cms-recent-post-wrapper .cms-recent-details .date .author {
    padding-left: 1px; }
    .cms-recent-post-wrapper .cms-recent-details .date .author:before {
      content: "|";
      padding-right: 3px; }

#secondary .cms-recent-post-wrapper .cms-recent-details .date {
  color: #6e4692; }

.widget_calendar table {
  width: 100%; }
  .widget_calendar table td {
    text-align: center; }

#cshero-header-top .cs-social li {
  display: inline-block;
  margin: 0 10px; }

.widget_archive .screen-reader-text, .widget_categories .screen-reader-text {
  display: none; }

#feature-top-shop {
  margin-bottom: 80px;
  margin-top: -18px; }
  #feature-top-shop .feature-top-shop-inner {
    padding: 18px 30px 12px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    /* BACKGROUND GRADIENT */
    overflow: hidden;
    border-width: 0px 1px 1px 1px;
    border-color: transparent #dadddf #b6b9ba #dadddf;
    border-style: solid;
    min-height: 150px;
    text-align: right;
    -webkit-transition: all 300ms ease 0ms;
    -moz-transition: all 300ms ease 0ms;
    -ms-transition: all 300ms ease 0ms;
    transition: all 300ms ease 0ms; }
  #feature-top-shop .feature-top-shop-inner h4 {
    color: #fff;
    font-size: 36px;
    line-height: 38px; }
  #feature-top-shop .feature-top-shop-inner a {
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
    position: relative; }
  #feature-top-shop .feature-top-shop-inner a:hover {
    opacity: 0.7; }
  #feature-top-shop .feature-top-shop-inner a i {
    position: absolute;
    right: -8px;
    top: 50%;
    -webkit-transform: translate(0px, -50%);
    -khtml-transform: translate(0px, -50%);
    -moz-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    -o-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */
    -webkit-transition: all 300ms ease 0ms;
    -moz-transition: all 300ms ease 0ms;
    -ms-transition: all 300ms ease 0ms;
    transition: all 300ms ease 0ms;
    opacity: 0; }
  #feature-top-shop .feature-top-shop-inner:hover {
    -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3); }
  #feature-top-shop .feature-top-shop-inner:hover a i {
    opacity: 1; }

.archive.woocommerce #page-title {
  margin: 0 !important; }

.woocommerce-ResetPassword {
  margin-bottom: 100px; }

#cms-theme .site-header .widget_shopping_cart {
  position: absolute;
  top: 60px;
  right: 15px;
  background-color: #e06fa5;
  color: rgba(255, 255, 255, 0.8);
  max-width: 230px;
  width: 100%;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.22);
  -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.22);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.22);
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  /* BACKGROUND GRADIENT */
  letter-spacing: 0.035em;
  font-size: 13px;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  -webkit-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms; }
  #cms-theme .site-header .widget_shopping_cart.open {
    -webkit-border-radius: 0 0 3px 3px;
    -khtml-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -ms-border-radius: 0 0 3px 3px;
    -o-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    /* BACKGROUND GRADIENT */
    top: 42px;
    opacity: 1;
    visibility: visible; }
  #cms-theme .site-header .widget_shopping_cart .widget_shopping_cart_header {
    line-height: 1;
    padding: 17px 20px; }
    #cms-theme .site-header .widget_shopping_cart .widget_shopping_cart_header h3 {
      font-size: 15px;
      line-height: 1;
      text-transform: uppercase;
      margin-bottom: 17px;
      float: left;
      margin-bottom: 0;
      color: #fff; }
    #cms-theme .site-header .widget_shopping_cart .widget_shopping_cart_header .couter_items {
      float: right; }
      #cms-theme .site-header .widget_shopping_cart .widget_shopping_cart_header .couter_items i {
        padding-right: 6px; }
  #cms-theme .site-header .widget_shopping_cart .widget_shopping_cart_content {
    height: 162px !important;
    background-color: rgba(0, 0, 0, 0.1);
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(255, 255, 255, 0.1);
    border-width: 1px;
    border-style: solid;
    padding: 0 !important;
    width: 100% !important;
    overflow: hidden; }
    #cms-theme .site-header .widget_shopping_cart .widget_shopping_cart_content.cms-cart-empty {
      height: 0 !important;
      visibility: hidden; }
      #cms-theme .site-header .widget_shopping_cart .widget_shopping_cart_content.cms-cart-empty + div {
        display: none !important; }
      #cms-theme .site-header .widget_shopping_cart .widget_shopping_cart_content.cms-cart-empty + div + div {
        display: none !important; }
    #cms-theme .site-header .widget_shopping_cart .widget_shopping_cart_content .product_list_widget li {
      text-align: left;
      border-bottom: 1px solid rgba(255, 255, 255, 0.06);
      width: 100%;
      padding: 7px 30px 7px 10px;
      min-height: 61px;
      position: relative;
      line-height: 22px; }
      #cms-theme .site-header .widget_shopping_cart .widget_shopping_cart_content .product_list_widget li img {
        float: left;
        margin: 0 10px 0 0;
        -webkit-border-radius: 2px;
        -khtml-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        -o-border-radius: 2px;
        border-radius: 2px;
        /* BACKGROUND GRADIENT */
        max-width: 45px;
        width: 100%; }
      #cms-theme .site-header .widget_shopping_cart .widget_shopping_cart_content .product_list_widget li a {
        color: #fff;
        line-height: 15px; }
        #cms-theme .site-header .widget_shopping_cart .widget_shopping_cart_content .product_list_widget li a:hover {
          opacity: 0.7; }
        #cms-theme .site-header .widget_shopping_cart .widget_shopping_cart_content .product_list_widget li a.remove {
          background-color: transparent !important;
          border: 1px solid #fff;
          color: #fff !important;
          display: inline-block;
          font-size: 16px;
          height: 18px;
          left: inherit;
          line-height: 11px;
          position: absolute;
          right: 13px;
          text-align: center;
          top: 0;
          width: 18px;
          top: 50%;
          -webkit-transform: translate(0px, -50%);
          -khtml-transform: translate(0px, -50%);
          -moz-transform: translate(0px, -50%);
          -ms-transform: translate(0px, -50%);
          -o-transform: translate(0px, -50%);
          transform: translate(0px, -50%);
          /* BACKGROUND GRADIENT */
          /* TRANSFORM STYLE */
          -webkit-border-radius: 100%;
          -khtml-border-radius: 100%;
          -moz-border-radius: 100%;
          -ms-border-radius: 100%;
          -o-border-radius: 100%;
          border-radius: 100%;
          /* BACKGROUND GRADIENT */ }
          #cms-theme .site-header .widget_shopping_cart .widget_shopping_cart_content .product_list_widget li a.remove:hover {
            border-color: #fff;
            color: #fff !important;
            opacity: 0.7; }
  #cms-theme .site-header .widget_shopping_cart .widget_shopping_cart_footer {
    padding: 13px 20px; }
    #cms-theme .site-header .widget_shopping_cart .widget_shopping_cart_footer .total {
      font-size: 12px;
      line-height: 28px;
      padding: 0;
      text-transform: uppercase;
      border: none; }
    #cms-theme .site-header .widget_shopping_cart .widget_shopping_cart_footer .buttons .checkout {
      -webkit-border-radius: 4px;
      -khtml-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      -o-border-radius: 4px;
      border-radius: 4px;
      /* BACKGROUND GRADIENT */
      font-size: 12px;
      line-height: 22px;
      padding: 0 12px; }
      #cms-theme .site-header .widget_shopping_cart .widget_shopping_cart_footer .buttons .checkout:hover {
        background-color: ; }
  #cms-theme .site-header .widget_shopping_cart .enscroll-track {
    width: 7px;
    background-color: rgba(0, 0, 0, 0.2); }
    #cms-theme .site-header .widget_shopping_cart .enscroll-track .vertical-handle {
      width: 7px;
      background-color: rgba(0, 0, 0, 0.2);
      right: 0; }
  #cms-theme.woocommerce #cshero-header-top-woo, #cms-theme.woocommerce-page #cshero-header-top-woo {
    display: block; }
  #cms-theme.woocommerce .cs-wide, #cms-theme.woocommerce-page .cs-wide {
    background-color: #eceff1;
    /* [Start] 1. Navigation */ }
  #cms-theme.woocommerce .woocommerce-pagination, #cms-theme.woocommerce-page .woocommerce-pagination, #cms-theme.woocommerce .woo-nav-links, #cms-theme.woocommerce-page .woo-nav-links {
    border-top: 1px solid #cfd8dc;
    text-align: right;
    padding-top: 13px; }
  #cms-theme.woocommerce .woocommerce-pagination ul, #cms-theme.woocommerce-page .woocommerce-pagination ul, #cms-theme.woocommerce .woo-nav-links ul, #cms-theme.woocommerce-page .woo-nav-links ul {
    border: none; }
    #cms-theme.woocommerce .woocommerce-pagination ul li, #cms-theme.woocommerce-page .woocommerce-pagination ul li, #cms-theme.woocommerce .woo-nav-links ul li, #cms-theme.woocommerce-page .woo-nav-links ul li {
      margin: 0 5px;
      border: none; }
      #cms-theme.woocommerce .woocommerce-pagination ul li:first-child, #cms-theme.woocommerce-page .woocommerce-pagination ul li:first-child, #cms-theme.woocommerce .woo-nav-links ul li:first-child, #cms-theme.woocommerce-page .woo-nav-links ul li:first-child {
        margin-left: 0; }
      #cms-theme.woocommerce .woocommerce-pagination ul li .page-numbers, #cms-theme.woocommerce-page .woocommerce-pagination ul li .page-numbers, #cms-theme.woocommerce .woo-nav-links ul li .page-numbers, #cms-theme.woocommerce-page .woo-nav-links ul li .page-numbers {
        background-color: transparent;
        padding: 0;
        width: 0;
        color: #575656; }
      #cms-theme.woocommerce .woocommerce-pagination ul li .page-numbers.current, #cms-theme.woocommerce-page .woocommerce-pagination ul li .page-numbers.current, #cms-theme.woocommerce .woo-nav-links ul li .page-numbers.current, #cms-theme.woocommerce-page .woo-nav-links ul li .page-numbers.current {
        color: #e06fa5; }
      #cms-theme.woocommerce .woocommerce-pagination ul li .page-numbers.next, #cms-theme.woocommerce-page .woocommerce-pagination ul li .page-numbers.next, #cms-theme.woocommerce .woo-nav-links ul li .page-numbers.next, #cms-theme.woocommerce-page .woo-nav-links ul li .page-numbers.next, #cms-theme.woocommerce .woocommerce-pagination ul li .page-numbers.prev, #cms-theme.woocommerce-page .woocommerce-pagination ul li .page-numbers.prev, #cms-theme.woocommerce .woo-nav-links ul li .page-numbers.prev, #cms-theme.woocommerce-page .woo-nav-links ul li .page-numbers.prev {
        display: none; }
      #cms-theme.woocommerce .woocommerce-pagination ul li .page-numbers:hover, #cms-theme.woocommerce-page .woocommerce-pagination ul li .page-numbers:hover, #cms-theme.woocommerce .woo-nav-links ul li .page-numbers:hover, #cms-theme.woocommerce-page .woo-nav-links ul li .page-numbers:hover {
        color: #6e4692; }
  #cms-theme.woocommerce .woo-nav-links, #cms-theme.woocommerce-page .woo-nav-links {
    padding-top: 24px;
    /* [End] 1. Navigation */
    /* [Start] 2. Button */ }
  #cms-theme.woocommerce .woo-nav-links li, #cms-theme.woocommerce-page .woo-nav-links li {
    display: inline-block; }
  #cms-theme.woocommerce input#submit, #cms-theme.woocommerce-page input#submit, #cms-theme.woocommerce .button, #cms-theme.woocommerce-page .button, #cms-theme.woocommerce button input[type="submit"], #cms-theme.woocommerce-page button input[type="submit"], #cms-theme.woocommerce .added_to_cart, #cms-theme.woocommerce-page .added_to_cart {
    border: 2px solid #fff;
    background-color: #5fcde3;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    /* BACKGROUND GRADIENT */
    color: #fff;
    font-size: 18px;
    line-height: 1;
    margin: 0;
    padding: 18px 40px;
    position: relative;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); }
  #cms-theme.woocommerce input#submit i, #cms-theme.woocommerce-page input#submit i, #cms-theme.woocommerce .button i, #cms-theme.woocommerce-page .button i, #cms-theme.woocommerce button input[type="submit"] i, #cms-theme.woocommerce-page button input[type="submit"] i, #cms-theme.woocommerce .added_to_cart i, #cms-theme.woocommerce-page .added_to_cart i {
    padding-right: 8px;
    position: relative;
    top: 1px; }
  #cms-theme.woocommerce .added_to_cart:hover, #cms-theme.woocommerce-page .added_to_cart:hover, #cms-theme.woocommerce .added_to_cart:focus, #cms-theme.woocommerce-page .added_to_cart:focus, #cms-theme.woocommerce button:hover, #cms-theme.woocommerce-page button:hover, #cms-theme.woocommerce .button:hover, #cms-theme.woocommerce-page .button:hover, #cms-theme.woocommerce input[type="submit"]:hover, #cms-theme.woocommerce-page input[type="submit"]:hover, #cms-theme.woocommerce button:focus, #cms-theme.woocommerce-page button:focus, #cms-theme.woocommerce .button:focus, #cms-theme.woocommerce-page .button:focus, #cms-theme.woocommerce input[type="submit"]:focus, #cms-theme.woocommerce-page input[type="submit"]:focus {
    outline: medium none;
    text-decoration: none;
    color: #fff;
    background-color: #e06fa5; }
  #cms-theme.woocommerce input#submit:hover, #cms-theme.woocommerce-page input#submit:hover, #cms-theme.woocommerce input#submit:focus, #cms-theme.woocommerce-page input#submit:focus {
    background-color: #e06fa5; }
  #cms-theme.woocommerce select, #cms-theme.woocommerce-page select {
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    /* BACKGROUND GRADIENT */
    border: 1px solid #e5e5e5;
    color: #b8b8b8;
    height: 34px;
    line-height: 34px;
    outline: medium none;
    padding: 0 10px;
    /* [End] 2. Button */
    /* [Start] 3. Sidebar */ }
  #cms-theme.woocommerce .widget_price_filter .ui-slider, #cms-theme.woocommerce-page .widget_price_filter .ui-slider {
    background-color: #cfd8dc;
    margin-bottom: 32px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    /* BACKGROUND GRADIENT */
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2) inset;
    -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2) inset; }
    #cms-theme.woocommerce .widget_price_filter .ui-slider .ui-slider-handle, #cms-theme.woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle {
      background-color: #e06fa5;
      top: -6px;
      height: 22px;
      width: 22px;
      margin: 0;
      -webkit-border-radius: 100%;
      -khtml-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      -o-border-radius: 100%;
      border-radius: 100%;
      /* BACKGROUND GRADIENT */
      -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3) inset;
      -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3) inset;
      -ms-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3) inset;
      box-shadow: 0 0 3px rgba(0, 0, 0, 0.3) inset; }
  #cms-theme.woocommerce .widget_price_filter .price_slider_amount .price_label, #cms-theme.woocommerce-page .widget_price_filter .price_slider_amount .price_label {
    color: #323232;
    font-size-adjust: inherit;
    padding: 8px 0; }
  #cms-theme.woocommerce .widget_products, #cms-theme.woocommerce-page .widget_products {
    /* [End] 3. Sidebar */
    /* [Start] 4. Archive Product */ }
  #cms-theme.woocommerce .widget_products ul li, #cms-theme.woocommerce-page .widget_products ul li {
    border-bottom: 1px solid #f5f4f4;
    margin-bottom: 20px;
    padding: 0; }
    #cms-theme.woocommerce .widget_products ul li:last-child, #cms-theme.woocommerce-page .widget_products ul li:last-child {
      border: none;
      margin-bottom: 0; }
    #cms-theme.woocommerce .widget_products ul li a, #cms-theme.woocommerce-page .widget_products ul li a {
      font-weight: 700;
      font-size: 15px;
      font-weight: 700;
      line-height: 24px;
      margin-bottom: 5px; }
      #cms-theme.woocommerce .widget_products ul li a img, #cms-theme.woocommerce-page .widget_products ul li a img {
        background-color: #ededed;
        border-radius: 2px;
        float: left;
        margin: 0 20px 20px 0;
        max-width: 70px;
        padding: 8px 15px;
        width: 100%; }
    #cms-theme.woocommerce .widget_products ul li .amount, #cms-theme.woocommerce-page .widget_products ul li .amount, #cms-theme.woocommerce .widget_products ul li ins .amount, #cms-theme.woocommerce-page .widget_products ul li ins .amount {
      font-size: 13px;
      color: #a9a9a9; }
    #cms-theme.woocommerce .widget_products ul li del .amount, #cms-theme.woocommerce-page .widget_products ul li del .amount {
      color: #b2b2b2;
      font-size: 16px;
      font-weight: normal; }
  #cms-theme.woocommerce .woocommerce-result-count, #cms-theme.woocommerce-page .woocommerce-result-count {
    color: ;
    font-size: 15px;
    line-height: 34px;
    margin: 0;
    font-weight: 700;
    float: right; }
  #cms-theme.woocommerce .form-effect, #cms-theme.woocommerce-page .form-effect {
    position: relative;
    display: inline-block;
    width: 50%; }
  #cms-theme.woocommerce .form-effect form, #cms-theme.woocommerce-page .form-effect form {
    margin: 0;
    float: left; }
    #cms-theme.woocommerce .form-effect form select, #cms-theme.woocommerce-page .form-effect form select {
      background-color: transparent;
      -webkit-appearance: none;
      -khtml-appearance: none;
      -moz-appearance: none;
      -ms-appearance: none;
      -o-appearance: none;
      appearance: none; }
      #cms-theme.woocommerce .form-effect form select option, #cms-theme.woocommerce-page .form-effect form select option {
        padding: 5px 10px; }
      #cms-theme.woocommerce .form-effect form select option:hover, #cms-theme.woocommerce-page .form-effect form select option:hover {
        background-color: #e5e5e5; }
  #cms-theme.woocommerce .form-effect .arrow-down, #cms-theme.woocommerce-page .form-effect .arrow-down {
    height: 34px;
    line-height: 34px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 1px;
    width: 34px;
    z-index: -1;
    font-size: 18px; }
  #cms-theme.woocommerce .form-effect .woocommerce-ordering span, #cms-theme.woocommerce-page .form-effect .woocommerce-ordering span {
    display: inline-block;
    vertical-align: middle; }
    #cms-theme.woocommerce .form-effect .woocommerce-ordering .orderby, #cms-theme.woocommerce-page .form-effect .woocommerce-ordering .orderby {
      border: medium none;
      color: #e06fa5;
      height: inherit;
      line-height: normal;
      padding: 0;
      width: 200px; }
  #cms-theme.woocommerce .cms-product-meta, #cms-theme.woocommerce-page .cms-product-meta {
    background-color: #fff;
    border-color: transparent #dadddf #b6b9ba;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
    -ms-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
    position: relative;
    -webkit-transition: all 300ms ease 0ms;
    -moz-transition: all 300ms ease 0ms;
    -ms-transition: all 300ms ease 0ms;
    transition: all 300ms ease 0ms;
    color: #575656;
    font-size: 15px;
    font-weight: 700;
    padding: 5px 30px; }
  #cms-theme.woocommerce .products, #cms-theme.woocommerce-page .products {
    margin-top: 30px;
    margin-left: -15px;
    margin-right: -15px; }
  #cms-theme.woocommerce .products li, #cms-theme.woocommerce-page .products li, #cms-theme.woocommerce .products .owl-item, #cms-theme.woocommerce-page .products .owl-item {
    margin-right: 0;
    margin-bottom: 28px;
    padding: 0 15px;
    width: 33.33%;
    clear: initial; }
    #cms-theme.woocommerce .products li.last, #cms-theme.woocommerce-page .products li.last, #cms-theme.woocommerce .products .owl-item.last, #cms-theme.woocommerce-page .products .owl-item.last {
      margin-right: 0; }
    #cms-theme.woocommerce .products li:nth-child(3n+1), #cms-theme.woocommerce-page .products li:nth-child(3n+1), #cms-theme.woocommerce .products .owl-item:nth-child(3n+1), #cms-theme.woocommerce-page .products .owl-item:nth-child(3n+1) {
      clear: left; }
    #cms-theme.woocommerce .products li .cshere-woo-item-wrap, #cms-theme.woocommerce-page .products li .cshere-woo-item-wrap, #cms-theme.woocommerce .products .owl-item .cshere-woo-item-wrap, #cms-theme.woocommerce-page .products .owl-item .cshere-woo-item-wrap {
      background-color: #fff;
      position: relative;
      -webkit-border-radius: 3px;
      -khtml-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      -o-border-radius: 3px;
      border-radius: 3px;
      /* BACKGROUND GRADIENT */
      border-width: 1px;
      border-color: transparent #dadddf #b6b9ba #dadddf;
      border-style: solid;
      -webkit-transition: all 300ms ease 0ms;
      -moz-transition: all 300ms ease 0ms;
      -ms-transition: all 300ms ease 0ms;
      transition: all 300ms ease 0ms;
      -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
      -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
      -ms-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
      box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08); }
      #cms-theme.woocommerce .products li .cshere-woo-item-wrap .cshero-woo-image img, #cms-theme.woocommerce-page .products li .cshere-woo-item-wrap .cshero-woo-image img, #cms-theme.woocommerce .products .owl-item .cshere-woo-item-wrap .cshero-woo-image img, #cms-theme.woocommerce-page .products .owl-item .cshere-woo-item-wrap .cshero-woo-image img {
        margin-bottom: 0; }
      #cms-theme.woocommerce .products li .cshere-woo-item-wrap .cshero-woo-meta, #cms-theme.woocommerce-page .products li .cshere-woo-item-wrap .cshero-woo-meta, #cms-theme.woocommerce .products .owl-item .cshere-woo-item-wrap .cshero-woo-meta, #cms-theme.woocommerce-page .products .owl-item .cshere-woo-item-wrap .cshero-woo-meta {
        padding: 19px 0 26px;
        text-align: center; }
      #cms-theme.woocommerce .products li .cshere-woo-item-wrap .cshero-woo-meta .star-rating, #cms-theme.woocommerce-page .products li .cshere-woo-item-wrap .cshero-woo-meta .star-rating, #cms-theme.woocommerce .products .owl-item .cshere-woo-item-wrap .cshero-woo-meta .star-rating, #cms-theme.woocommerce-page .products .owl-item .cshere-woo-item-wrap .cshero-woo-meta .star-rating {
        display: none; }
      #cms-theme.woocommerce .products li .cshere-woo-item-wrap .cshero-woo-meta .posted_in a, #cms-theme.woocommerce-page .products li .cshere-woo-item-wrap .cshero-woo-meta .posted_in a, #cms-theme.woocommerce .products .owl-item .cshere-woo-item-wrap .cshero-woo-meta .posted_in a, #cms-theme.woocommerce-page .products .owl-item .cshere-woo-item-wrap .cshero-woo-meta .posted_in a {
        color: #b8b8b8; }
        #cms-theme.woocommerce .products li .cshere-woo-item-wrap .cshero-woo-meta .posted_in a:hover, #cms-theme.woocommerce-page .products li .cshere-woo-item-wrap .cshero-woo-meta .posted_in a:hover, #cms-theme.woocommerce .products .owl-item .cshere-woo-item-wrap .cshero-woo-meta .posted_in a:hover, #cms-theme.woocommerce-page .products .owl-item .cshere-woo-item-wrap .cshero-woo-meta .posted_in a:hover {
          color: #6e4692; }
      #cms-theme.woocommerce .products li .cshere-woo-item-wrap .cshero-woo-meta .content, #cms-theme.woocommerce-page .products li .cshere-woo-item-wrap .cshero-woo-meta .content, #cms-theme.woocommerce .products .owl-item .cshere-woo-item-wrap .cshero-woo-meta .content, #cms-theme.woocommerce-page .products .owl-item .cshere-woo-item-wrap .cshero-woo-meta .content {
        display: none; }
      #cms-theme.woocommerce .products li .cshere-woo-item-wrap .cshero-woo-meta .cshero-add-to-cart, #cms-theme.woocommerce-page .products li .cshere-woo-item-wrap .cshero-woo-meta .cshero-add-to-cart, #cms-theme.woocommerce .products .owl-item .cshere-woo-item-wrap .cshero-woo-meta .cshero-add-to-cart, #cms-theme.woocommerce-page .products .owl-item .cshere-woo-item-wrap .cshero-woo-meta .cshero-add-to-cart {
        bottom: 27px;
        left: 0;
        position: absolute;
        right: 0;
        width: 100%;
        opacity: 0;
        -webkit-transition: all 300ms ease 0ms;
        -moz-transition: all 300ms ease 0ms;
        -ms-transition: all 300ms ease 0ms;
        transition: all 300ms ease 0ms; }
        #cms-theme.woocommerce .products li .cshere-woo-item-wrap .cshero-woo-meta .cshero-add-to-cart a, #cms-theme.woocommerce-page .products li .cshere-woo-item-wrap .cshero-woo-meta .cshero-add-to-cart a, #cms-theme.woocommerce .products .owl-item .cshere-woo-item-wrap .cshero-woo-meta .cshero-add-to-cart a, #cms-theme.woocommerce-page .products .owl-item .cshere-woo-item-wrap .cshero-woo-meta .cshero-add-to-cart a {
          background-color: transparent;
          border: medium none;
          color: #e06fa5 !important;
          font-size: 16px;
          padding: 0;
          text-transform: none;
          -webkit-box-shadow: none;
          -moz-box-shadow: none;
          -ms-box-shadow: none;
          box-shadow: none; }
        #cms-theme.woocommerce .products li .cshere-woo-item-wrap .cshero-woo-meta .cshero-add-to-cart a.added, #cms-theme.woocommerce-page .products li .cshere-woo-item-wrap .cshero-woo-meta .cshero-add-to-cart a.added, #cms-theme.woocommerce .products .owl-item .cshere-woo-item-wrap .cshero-woo-meta .cshero-add-to-cart a.added, #cms-theme.woocommerce-page .products .owl-item .cshere-woo-item-wrap .cshero-woo-meta .cshero-add-to-cart a.added {
          display: none; }
      #cms-theme.woocommerce .products li .cshere-woo-item-wrap .cshero-woo-meta .cshero-product-price, #cms-theme.woocommerce-page .products li .cshere-woo-item-wrap .cshero-woo-meta .cshero-product-price, #cms-theme.woocommerce .products .owl-item .cshere-woo-item-wrap .cshero-woo-meta .cshero-product-price, #cms-theme.woocommerce-page .products .owl-item .cshere-woo-item-wrap .cshero-woo-meta .cshero-product-price {
        -webkit-transition: all 300ms ease 0ms;
        -moz-transition: all 300ms ease 0ms;
        -ms-transition: all 300ms ease 0ms;
        transition: all 300ms ease 0ms; }
      #cms-theme.woocommerce .products li .cshere-woo-item-wrap:hover, #cms-theme.woocommerce-page .products li .cshere-woo-item-wrap:hover, #cms-theme.woocommerce .products .owl-item .cshere-woo-item-wrap:hover, #cms-theme.woocommerce-page .products .owl-item .cshere-woo-item-wrap:hover {
        -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3);
        -ms-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3);
        box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3); }
      #cms-theme.woocommerce .products li .cshere-woo-item-wrap:hover .cshero-woo-meta .cshero-add-to-cart, #cms-theme.woocommerce-page .products li .cshere-woo-item-wrap:hover .cshero-woo-meta .cshero-add-to-cart, #cms-theme.woocommerce .products .owl-item .cshere-woo-item-wrap:hover .cshero-woo-meta .cshero-add-to-cart, #cms-theme.woocommerce-page .products .owl-item .cshere-woo-item-wrap:hover .cshero-woo-meta .cshero-add-to-cart {
        opacity: 1; }
      #cms-theme.woocommerce .products li .cshere-woo-item-wrap:hover .cshero-product-price, #cms-theme.woocommerce-page .products li .cshere-woo-item-wrap:hover .cshero-product-price, #cms-theme.woocommerce .products .owl-item .cshere-woo-item-wrap:hover .cshero-product-price, #cms-theme.woocommerce-page .products .owl-item .cshere-woo-item-wrap:hover .cshero-product-price {
        opacity: 0; }
  #cms-theme.woocommerce .product .onsale, #cms-theme.woocommerce-page .product .onsale {
    -webkit-border-radius: 1px;
    -khtml-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px;
    border-radius: 1px;
    /* BACKGROUND GRADIENT */
    font-weight: 700;
    right: 20px;
    line-height: 50px;
    margin: 0;
    min-height: 0;
    padding: 0;
    text-transform: uppercase;
    top: 20px;
    background-color: #6e4692;
    font-size: 12px;
    width: 50px;
    height: 50px;
    left: inherit;
    z-index: 1; }
  #cms-theme.woocommerce .product .amount, #cms-theme.woocommerce-page .product .amount {
    font-weight: 700;
    font-size: 16px;
    color: #e06fa5; }
  #cms-theme.woocommerce .product del .amount, #cms-theme.woocommerce-page .product del .amount {
    font-weight: normal;
    font-size: 13px;
    color: #a9a9a9; }
  #cms-theme.woocommerce .star-rating, #cms-theme.woocommerce-page .star-rating {
    display: inline-block;
    float: none;
    font-size: 14px;
    height: 16px;
    margin: 0;
    vertical-align: middle; }
  #cms-theme.woocommerce .star-rating:before, #cms-theme.woocommerce-page .star-rating:before {
    color: #f9c70e; }
  #cms-theme.woocommerce .star-rating span::before, #cms-theme.woocommerce-page .star-rating span::before {
    color: #f9c70e; }
  #cms-theme.woocommerce .woocommerce-review-link, #cms-theme.woocommerce-page .woocommerce-review-link {
    color: #9c9c9c;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    padding-left: 10px;
    text-decoration: underline;
    text-transform: uppercase;
    vertical-align: middle; }
  #cms-theme.woocommerce .woocommerce-review-link:hover, #cms-theme.woocommerce-page .woocommerce-review-link:hover {
    color: #e06fa5; }
  #cms-theme.woocommerce .cms-product-layout, #cms-theme.woocommerce-page .cms-product-layout {
    float: right;
    text-align: right;
    width: 50%; }
  #cms-theme.woocommerce .cms-product-layout span, #cms-theme.woocommerce-page .cms-product-layout span {
    background-color: #6e4692;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 46px;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms; }
    #cms-theme.woocommerce .cms-product-layout span:hover, #cms-theme.woocommerce-page .cms-product-layout span:hover, #cms-theme.woocommerce .cms-product-layout span.active, #cms-theme.woocommerce-page .cms-product-layout span.active {
      background-color: #323232; }
    #cms-theme.woocommerce .cms-product-layout span.cms-product-list, #cms-theme.woocommerce-page .cms-product-layout span.cms-product-list {
      margin-left: 3px; }
  #cms-theme.woocommerce .pr-full-width, #cms-theme.woocommerce-page .pr-full-width {
    float: none;
    margin: auto;
    width: 100%; }
  #cms-theme.woocommerce .pr-full-width .products li.product, #cms-theme.woocommerce-page .pr-full-width .products li.product {
    width: 25%;
    clear: none; }
    #cms-theme.woocommerce .pr-full-width .products li.product:nth-child(4n+1), #cms-theme.woocommerce-page .pr-full-width .products li.product:nth-child(4n+1) {
      clear: left; }
  #cms-theme.woocommerce #sidebar, #cms-theme.woocommerce-page #sidebar {
    margin-bottom: 100px; }
  #cms-theme.woocommerce del, #cms-theme.woocommerce-page del {
    opacity: 1;
    filter: alpha(opacity=1);
    color: ; }
  #cms-theme.woocommerce .woocommerce-message, #cms-theme.woocommerce-page .woocommerce-message {
    border-top: 3px solid #6e4692;
    /* [End] 4. Archive Product */ }
  #cms-theme.woocommerce .woocommerce-message:before, #cms-theme.woocommerce-page .woocommerce-message:before {
    color: #6e4692; }
  #cms-theme.woocommerce .quantity, #cms-theme.woocommerce-page .quantity {
    line-height: 1;
    margin: 0 20px 0 0;
    position: relative;
    width: 178px; }
  #cms-theme.woocommerce .quantity .qty, #cms-theme.woocommerce-page .quantity .qty {
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    /* BACKGROUND GRADIENT */
    border: 1px solid #eceff1;
    color: #424242;
    height: 20px;
    line-height: 20px;
    outline: medium none;
    padding: 0 10px;
    font-size: 14px;
    min-width: 60px;
    margin: 0 59px;
    background-color: #fff;
    height: 60px;
    -webkit-appearance: textfield;
    -khtml-appearance: textfield;
    -moz-appearance: textfield;
    -ms-appearance: textfield;
    -o-appearance: textfield;
    appearance: textfield; }
  #cms-theme.woocommerce .quantity .minus, #cms-theme.woocommerce-page .quantity .minus, #cms-theme.woocommerce .quantity .plus, #cms-theme.woocommerce-page .quantity .plus {
    border: 1px solid #eceff1;
    background-color: #fff;
    display: block;
    height: 60px;
    width: 60px;
    cursor: pointer;
    position: absolute;
    text-align: center;
    line-height: 60px;
    top: 0;
    right: 0;
    font-size: 17px;
    color: #424242; }
    #cms-theme.woocommerce .quantity .minus:hover, #cms-theme.woocommerce-page .quantity .minus:hover, #cms-theme.woocommerce .quantity .plus:hover, #cms-theme.woocommerce-page .quantity .plus:hover {
      color: #e06fa5; }
  #cms-theme.woocommerce .quantity .minus, #cms-theme.woocommerce-page .quantity .minus {
    left: inherit;
    left: 0; }
  #cms-theme table.shop_table {
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    /* BACKGROUND GRADIENT */
    margin-bottom: 0; }
  #cms-theme table.shop_table th {
    color: ; }
  #cms-theme table.shop_table td {
    padding: 10px 15px; }
  #cms-theme .woo-image-categries {
    margin-bottom: 40px;
    /* [Start] 5. Single Product */ }
  #cms-theme.single-product {
    /* [End] 5. Single Product */
    /* [Start] 6. Cart */ }
  #cms-theme.single-product #wl-wrapper {
    padding-top: 34px; }
  #cms-theme.single-product #wl-wrapper .wl-already-in ul {
    margin: 0; }
  #cms-theme.single-product #wl-wrapper .wl-add-to {
    padding: 0;
    background-color: transparent;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    color: #9c9c9c !important;
    font-size: 16px;
    font-weight: 600; }
    #cms-theme.single-product #wl-wrapper .wl-add-to:hover {
      color: #e06fa5 !important; }
    #cms-theme.single-product #wl-wrapper .wl-add-to:before {
      content: "\f15e";
      font-family: 'Material-Design-Iconic-Font';
      font-weight: normal;
      padding-right: 10px;
      color: #e06fa5; }
  #cms-theme.single-product #page-title {
    margin-bottom: 0 !important; }
  #cms-theme.single-product .site-main > .container {
    width: 100%; }
  #cms-theme.single-product .pr-single-product .cs-product-wrap {
    position: relative;
    margin: 0;
    padding-top: 80px;
    padding-bottom: 70px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/bg-product.png);
    background-position: center top; }
    #cms-theme.single-product .pr-single-product .cs-product-wrap .cs-product-wrap-inner {
      margin: 0 -40px; }
    #cms-theme.single-product .pr-single-product .cs-product-wrap .onsale {
      -webkit-border-radius: 1px;
      -khtml-border-radius: 1px;
      -moz-border-radius: 1px;
      -ms-border-radius: 1px;
      -o-border-radius: 1px;
      border-radius: 1px;
      /* BACKGROUND GRADIENT */
      font-weight: 700;
      right: 20px;
      line-height: 50px;
      margin: 0;
      min-height: 0;
      padding: 0;
      text-transform: uppercase;
      top: 20px;
      background-color: #6e4692;
      font-size: 12px;
      width: 50px;
      height: 50px;
      left: inherit;
      z-index: 1; }
    #cms-theme.single-product .pr-single-product .cs-product-wrap .woocommerce-product-gallery, #cms-theme.single-product .pr-single-product .cs-product-wrap .entry-summary {
      width: 50%;
      float: left;
      padding: 0 45px; }
    #cms-theme.single-product .pr-single-product .cs-product-wrap .entry-summary {
      position: relative; }
      #cms-theme.single-product .pr-single-product .cs-product-wrap .entry-summary h3.product_title {
        color: #575656;
        font-size: 64px;
        line-height: normal;
        margin-bottom: 16px;
        text-transform: uppercase; }
      #cms-theme.single-product .pr-single-product .cs-product-wrap .entry-summary .woo-price {
        letter-spacing: 0.035em;
        line-height: 42px; }
      #cms-theme.single-product .pr-single-product .cs-product-wrap .entry-summary .woo-price .price .amount {
        font-size: 38px;
        line-height: normal;
        color: #5fcde3;
        margin: 0 0 6px; }
    #cms-theme.single-product .pr-single-product .cs-product-wrap .content {
      padding-bottom: 26px;
      padding-top: 8px; }
    #cms-theme.single-product .pr-single-product .cs-product-wrap form.cart {
      margin-bottom: 45px; }
      #cms-theme.single-product .pr-single-product .cs-product-wrap form.cart .add-whish-list {
        margin-left: 20px; }
      #cms-theme.single-product .pr-single-product .cs-product-wrap form.cart .button {
        float: none; }
      #cms-theme.single-product .pr-single-product .cs-product-wrap form.cart.simple .variations-item-quanity {
        margin-bottom: 40px; }
        #cms-theme.single-product .pr-single-product .cs-product-wrap form.cart.simple .variations-item-quanity label {
          color: #424242;
          float: left;
          font-size: 14px;
          font-weight: 400;
          margin: 3px 10px 2px 0;
          line-height: 1; }
    #cms-theme.single-product .pr-single-product .cs-product-wrap .woocommerce-product-gallery {
      position: relative;
      margin-bottom: 40px;
      padding: 0 40px; }
      #cms-theme.single-product .pr-single-product .cs-product-wrap .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
        display: none; }
      #cms-theme.single-product .pr-single-product .cs-product-wrap .woocommerce-product-gallery img {
        -webkit-border-radius: 4px;
        -khtml-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px;
        /* BACKGROUND GRADIENT */
        border-color: transparent #ececec #c5c5c5;
        border-style: solid;
        border-width: 0 1px 1px;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12); }
    #cms-theme.single-product .pr-single-product .cs-product-wrap .cshero-product-meta .share-label {
      color: #222;
      display: block;
      font-size: 18px;
      font-weight: 700;
      line-height: 30px;
      margin-bottom: 13px; }
      #cms-theme.single-product .pr-single-product .cs-product-wrap .cshero-product-meta a {
        display: inline-block; }
      #cms-theme.single-product .pr-single-product .cs-product-wrap .cshero-product-meta a + a {
        margin-left: 10px; }
      #cms-theme.single-product .pr-single-product .cs-product-wrap .cshero-product-meta a i {
        background-color: #6e4692;
        -webkit-border-radius: 2px;
        -khtml-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        -o-border-radius: 2px;
        border-radius: 2px;
        /* BACKGROUND GRADIENT */
        color: #fff;
        font-size: 15px;
        height: 34px;
        line-height: 34px;
        text-align: center;
        width: 34px; }
        #cms-theme.single-product .pr-single-product .cs-product-wrap .cshero-product-meta a i:hover {
          background-color: ; }
  #cms-theme.single-product .pr-single-product .woocommerce-tabs .tabs {
    margin: 0;
    padding: 0;
    border: none;
    overflow: visible;
    float: left; }
    #cms-theme.single-product .pr-single-product .woocommerce-tabs .tabs:before, #cms-theme.single-product .pr-single-product .woocommerce-tabs .tabs:after {
      border: none;
      display: none; }
    #cms-theme.single-product .pr-single-product .woocommerce-tabs .tabs li {
      padding: 0;
      border: none;
      margin: 0;
      float: left;
      background-color: transparent;
      -webkit-border-radius: 0;
      -khtml-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      -o-border-radius: 0;
      border-radius: 0;
      /* BACKGROUND GRADIENT */ }
    #cms-theme.single-product .pr-single-product .woocommerce-tabs .tabs li a {
      background-color: #fff;
      border-width: 1px 0 0 1px;
      border-style: solid;
      border-color: #ececec;
      color: #575656;
      font-size: 18px;
      line-height: 28px;
      padding: 15px 25px;
      font-weight: 700;
      position: relative; }
      #cms-theme.single-product .pr-single-product .woocommerce-tabs .tabs li a:before {
        height: 3px;
        width: 100%;
        bottom: -1px;
        position: absolute;
        left: 0;
        content: "";
        background-color: transparent; }
    #cms-theme.single-product .pr-single-product .woocommerce-tabs .tabs li.active a, #cms-theme.single-product .pr-single-product .woocommerce-tabs .tabs li:hover a {
      background-color: #fff;
      color: #5fcde3; }
    #cms-theme.single-product .pr-single-product .woocommerce-tabs .tabs li.active a:before {
      background-color: #fff; }
    #cms-theme.single-product .pr-single-product .woocommerce-tabs .tabs li:before, #cms-theme.single-product .pr-single-product .woocommerce-tabs .tabs li:after {
      border: none;
      display: none; }
    #cms-theme.single-product .pr-single-product .woocommerce-tabs .tabs li:last-child a {
      border-right-width: 1px; }
  #cms-theme.single-product .pr-single-product .panel {
    float: left;
    border-style: solid;
    border-width: 1px;
    border-color: #ececec #ececec #dadada #ececec;
    -webkit-border-radius: 0 0 5px 5px;
    -khtml-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -ms-border-radius: 0 0 5px 5px;
    -o-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    /* BACKGROUND GRADIENT */
    display: block;
    padding: 20px 30px 30px;
    background-color: #fff; }
    #cms-theme.single-product .pr-single-product .panel .list-style-1 ul {
      margin-bottom: 20px; }
    #cms-theme.single-product .pr-single-product .panel ul a {
      color: #6e4692; }
    #cms-theme.single-product .pr-single-product .panel ul a:hover {
      color: ; }
  #cms-theme.single-product .pr-single-product #tab-reviews textarea {
    font-weight: normal;
    line-height: normal; }
    #cms-theme.single-product .pr-single-product #tab-reviews .star-rating {
      float: right;
      margin-top: 5px; }
    #cms-theme.single-product .pr-single-product #tab-reviews #comments {
      padding: 0; }
    #cms-theme.single-product .pr-single-product #tab-reviews #comments .comment-meta {
      font-size: 14px; }
    #cms-theme.single-product .pr-single-product #tab-reviews #comments > h2 {
      color: #424242;
      font-family: inherit;
      font-size: 24px;
      line-height: normal;
      margin-bottom: 20px; }
    #cms-theme.single-product .pr-single-product #tab-reviews #comments ul, #cms-theme.single-product .pr-single-product #tab-reviews #comments ol {
      padding: 0;
      margin: 0; }
    #cms-theme.single-product .pr-single-product #tab-reviews #comments .description {
      font-size: 15px;
      line-height: normal;
      padding-top: 10px; }
    #cms-theme.single-product .pr-single-product #tab-reviews .comment-text {
      margin: 0 !important;
      border: 1px dashed #dedede !important; }
    #cms-theme.single-product .pr-single-product #tab-reviews .commentlist .comment-meta .author, #cms-theme.single-product .pr-single-product #tab-reviews .commentlist .comment-meta time {
      color: #333;
      font-weight: normal; }
      #cms-theme.single-product .pr-single-product #tab-reviews .commentlist .comment-meta .author:before, #cms-theme.single-product .pr-single-product #tab-reviews .commentlist .comment-meta time:before {
        content: "\f007";
        font-family: FontAwesome;
        font-size: 14px;
        padding-right: 10px;
        color: ; }
    #cms-theme.single-product .pr-single-product #tab-reviews .commentlist .comment-meta .author {
      margin-right: 14px; }
    #cms-theme.single-product .pr-single-product #tab-reviews .commentlist .comment-meta time:before {
      content: "\f073"; }
    #cms-theme.single-product .pr-single-product #tab-reviews #reply-title, #cms-theme.single-product .pr-single-product #tab-reviews .title-rating {
      color: #424242;
      font-family: inherit;
      font-size: 16px;
      font-weight: normal;
      line-height: normal;
      margin-bottom: 20px; }
    #cms-theme.single-product .pr-single-product #tab-reviews .title-rating {
      margin-top: 25px; }
    #cms-theme.single-product .pr-single-product #tab-reviews textarea {
      height: 210px;
      margin-top: 10px; }
    #cms-theme.single-product .pr-single-product #tab-reviews .stars a {
      color: #f9c70e; }
    #cms-theme.single-product .pr-single-product #tab-reviews .stars a:after {
      color: #f9c70e; }
  #cms-theme.woocommerce-cart {
    /* [End] 6. Cart */ }
  #cms-theme.woocommerce-cart p.cart-empty + p.cart-empty {
    display: none; }
  #cms-theme.woocommerce-cart .return-to-shop {
    margin-bottom: 70px; }
  #cms-theme.woocommerce-cart .page-full-width {
    max-width: 940px;
    margin: auto;
    float: none; }
  #cms-theme.woocommerce-cart .cms-checkout-page {
    margin-bottom: 80px;
    background-color: #fff; }
  #cms-theme.woocommerce-cart .quantity {
    width: 178px; }
  #cms-theme.woocommerce-cart .shop_table {
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    /* BACKGROUND GRADIENT */ }
  #cms-theme.woocommerce-cart .shop_table th {
    color: ; }
  #cms-theme.woocommerce-cart .shop_table td.coupon {
    border-right: 1px solid #e5e5e5; }
    #cms-theme.woocommerce-cart .shop_table td.coupon label {
      color: ; }
    #cms-theme.woocommerce-cart .shop_table td.coupon input {
      width: 100%;
      margin-bottom: 10px; }
  #cms-theme.woocommerce-cart .shop_table td.actions input {
    width: 100%; }
    #cms-theme.woocommerce-cart .shop_table td.actions .wc-proceed-to-checkout {
      padding: 0 0 10px; }
  #cms-theme.woocommerce-cart .shop_table .product-remove a {
    background-color: transparent; }
    #cms-theme.woocommerce-cart .shop_table .product-remove a i {
      color: #6e4692; }
    #cms-theme.woocommerce-cart .shop_table .product-remove a i:hover {
      color: ; }
  #cms-theme.woocommerce-cart .cart-collaterals {
    margin-bottom: 50px; }
  #cms-theme.woocommerce-cart .cart-collaterals .cart_totals {
    width: 100%; }
    #cms-theme.woocommerce-cart .cart-collaterals .cart_totals > h2 {
      color: #575656;
      font-size: 48px;
      line-height: normal;
      margin-bottom: 20px;
      padding: 0 15px; }
    #cms-theme.woocommerce-cart .cart-collaterals .cart_totals table {
      border: 1px solid rgba(0, 0, 0, 0.1); }
    #cms-theme.woocommerce-cart .cart-collaterals .cart_totals table th {
      color: #323232;
      padding: 10px 15px; }
    #cms-theme.woocommerce-cart .cart-collaterals .cart_totals table td {
      border-top: 1px solid rgba(0, 0, 0, 0.1);
      padding: 0 20px; }
    #cms-theme.woocommerce-cart .cart-collaterals .cart_totals table .cart-subtotal td {
      border-top: none; }
    #cms-theme.woocommerce-cart .cart-collaterals .cart_totals table .amount {
      color: ; }
    #cms-theme.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout {
      padding: 10px 15px;
      border-width: 0 1px 1px 1px;
      border-color: rgba(0, 0, 0, 0.1);
      border-style: solid; }
  #cms-theme.woocommerce-checkout {
    /* Woo Widget */ }
  #cms-theme.woocommerce-checkout .woocommerce-checkout-payment .payment_methods {
    background-color: #eceff1;
    border: none;
    padding: 25px 0 0; }
  #cms-theme.woocommerce-checkout .form-row {
    margin-bottom: 30px; }
  #cms-theme.woocommerce-checkout .form-row.place-order {
    background-color: #eceff1;
    padding-right: 0; }
  #cms-theme.woocommerce-checkout .select2-drop {
    color: #9c9c9c;
    border-color: #dadddf; }
  #cms-theme.woocommerce-checkout .select2-container .select2-choice {
    color: #9c9c9c;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    font-weight: 500;
    -webkit-border-radius: 40px;
    -khtml-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    border-radius: 40px;
    /* BACKGROUND GRADIENT */
    border-color: #dadddf; }
  #cms-theme.woocommerce-checkout .select2-container .select2-choice .select2-arrow {
    right: 10px; }
  #cms-theme.woocommerce-checkout .select2-results .select2-highlighted {
    color: #8b8b8b; }
  #cms-theme.woocommerce-checkout input[type='text'], #cms-theme.woocommerce-checkout input[type="password"], #cms-theme.woocommerce-checkout input[type="datetime"], #cms-theme.woocommerce-checkout input[type="datetime-local"], #cms-theme.woocommerce-checkout input[type="date"], #cms-theme.woocommerce-checkout input[type="month"], #cms-theme.woocommerce-checkout input[type="time"], #cms-theme.woocommerce-checkout input[type="week"], #cms-theme.woocommerce-checkout input[type="number"], #cms-theme.woocommerce-checkout input[type="email"], #cms-theme.woocommerce-checkout input[type="url"], #cms-theme.woocommerce-checkout input[type="search"], #cms-theme.woocommerce-checkout input[type="tel"], #cms-theme.woocommerce-checkout input[type="color"], #cms-theme.woocommerce-checkout textarea, #cms-theme.woocommerce-checkout select {
    height: 40px;
    line-height: 40px;
    background-color: #fff;
    -webkit-border-radius: 40px;
    -khtml-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    border-radius: 40px;
    /* BACKGROUND GRADIENT */
    border: none;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    text-indent: 20px;
    color: #9c9c9c;
    font-weight: 500;
    font-size: 16px;
    padding: 0 !important; }
  #cms-theme.woocommerce-checkout textarea {
    height: 145px;
    line-height: normal;
    padding: 20px 0 !important; }
  #cms-theme.woocommerce-checkout .amount {
    color: ; }
  #cms-theme.woocommerce-checkout .payment_methods, #cms-theme.woocommerce-checkout .place-order {
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    /* BACKGROUND GRADIENT */
    background-color: #f5f5f5;
    border: none; }
  #cms-theme.woocommerce-checkout #primary {
    margin-bottom: 80px; }
  #cms-theme.woocommerce-checkout .woocommerce-billing-fields label, #cms-theme.woocommerce-checkout .woocommerce-shipping-fields label {
    color: #9c9c9c;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 15px; }
    #cms-theme.woocommerce-checkout .woocommerce-billing-fields label .required, #cms-theme.woocommerce-checkout .woocommerce-shipping-fields label .required {
      color: #9c9c9c; }
  #cms-theme.woocommerce-checkout .woocommerce-billing-fields h3, #cms-theme.woocommerce-checkout .woocommerce-shipping-fields h3 {
    margin-bottom: 65px; }
  #cms-theme.woocommerce-checkout .woocommerce-billing-fields h3, #cms-theme.woocommerce-checkout .woocommerce-shipping-fields h3, #cms-theme.woocommerce-checkout #order_review_heading {
    border-bottom: 4px solid #fff;
    color: #575656;
    position: relative;
    padding-bottom: 12px; }
  #cms-theme.woocommerce-checkout .woocommerce-billing-fields h3:before, #cms-theme.woocommerce-checkout .woocommerce-shipping-fields h3:before, #cms-theme.woocommerce-checkout #order_review_heading:before {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 170px;
    height: 4px;
    background-color: #e06fa5; }
  #cms-theme.woocommerce-checkout #order_review_heading {
    margin-bottom: 80px;
    margin-top: 40px; }
  #cms-theme .widget_price_filter {
    /* Apply All Style */ }
  #cms-theme .widget_price_filter .ui-slider-horizontal {
    height: 10px;
    max-width: calc(100% - 22px);
    max-width: -moz-calc(100% - 22px);
    max-width: -webkit-calc(100% - 22px);
    margin: 0; }
  #cms-theme .widget_price_filter .ui-slider .ui-slider-range {
    background-color: #e06fa5;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    /* BACKGROUND GRADIENT */
    margin-left: 10px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3) inset;
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3) inset;
    -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3) inset;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3) inset; }
  #cms-theme .widget_price_filter .price_slider_wrapper .price_slider_amount button {
    background-color: #e06fa5;
    border-color: #e06fa5;
    color: #fff; }
    #cms-theme .widget_price_filter .price_slider_wrapper .price_slider_amount button:hover {
      background-color: ;
      border-color: ; }
  #cms-theme .cshero-product-title {
    margin-bottom: 2px; }
  #cms-theme .cshero-product-title a {
    font-size: 18px;
    color: #575656;
    font-weight: 700; }
  #cms-theme .cshero-product-title a:hover, #cms-theme .cshero-product-title a:focus {
    color: #e06fa5; }
  #cms-theme h3.product_title {
    font-size: 18px; }
  #cms-theme.single-product .woo-nav-links {
    margin-bottom: 65px !important; }
  #cms-theme .cs-product-related-wrap {
    padding: 70px 0; }
  #cms-theme .cs-product-related-wrap .cms-related-heading .wg-title {
    font-size: 48px;
    line-height: 1;
    color: #575656;
    text-align: center;
    margin-bottom: 50px; }
    #cms-theme .cs-product-related-wrap .cms-related-heading .wg-title span {
      position: relative;
      display: inline-block;
      padding-bottom: 30px; }
    #cms-theme .cs-product-related-wrap .cms-related-heading .wg-title span:before {
      width: 155px;
      height: 4px;
      background-color: #6e4692;
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto; }
  #cms-theme .cs-product-related-wrap #related-product-carousel .owl-item {
    padding: 0 !important;
    clear: inherit; }
    #cms-theme .cs-product-related-wrap #related-product-carousel .owl-item:nth-child(3n+1) {
      clear: inherit; }
  #cms-theme .cs-product-related-wrap #related-product-carousel .owl-controls {
    text-align: center; }
    #cms-theme .cs-product-related-wrap #related-product-carousel .owl-controls .owl-prev, #cms-theme .cs-product-related-wrap #related-product-carousel .owl-controls .owl-next {
      background-color: transparent;
      color: #575656; }
    #cms-theme .cs-product-related-wrap #related-product-carousel .owl-controls .owl-prev:hover, #cms-theme .cs-product-related-wrap #related-product-carousel .owl-controls .owl-next:hover {
      color: #6e4692; }
    #cms-theme .cs-product-related-wrap #related-product-carousel .owl-controls .owl-prev i:before, #cms-theme .cs-product-related-wrap #related-product-carousel .owl-controls .owl-next i:before {
      font-size: 62px; }
  #cms-theme .cs-product-related-wrap #related-product-carousel .cshere-woo-item-wrap:hover {
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08) !important;
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08) !important;
    -ms-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08) !important;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08) !important; }
  #cms-theme .woocommerce-error, #cms-theme .woocommerce-info, #cms-theme .woocommerce-message {
    background-color: #fff; }
  #cms-theme .woocommerce-info {
    border-top-color: #5fcde3; }
  #cms-theme .woocommerce-info:before {
    color: #5fcde3; }
  #cms-theme .woocommerce-info a {
    color: #5fcde3; }
  #cms-theme .woocommerce-info a:hover {
    color: ; }
  #cms-theme .woocommerce-error {
    border-color: #e06fa5; }
  #cms-theme .woocommerce-error:before {
    color: #e06fa5; }
  #cms-theme .woocommerce-error a {
    color: #e06fa5; }
  #cms-theme .woocommerce-error a:hover {
    color: ; }
  #cms-theme .woocommerce-message {
    border-color: #6e4692; }
  #cms-theme .woocommerce-message:before {
    color: #6e4692; }
  #cms-theme .woocommerce-message a {
    color: #6e4692; }
  #cms-theme .woocommerce-message a:hover {
    color: ; }

.pr-content {
  margin-bottom: 70px; }

.woo-sidebar-wrap {
  margin-bottom: 70px; }
  .woo-sidebar-wrap #sidebar .slidingbar-widget-col {
    margin-bottom: 30px; }
  .woo-sidebar-wrap #sidebar .slidingbar-widget-col ul li {
    margin-bottom: 5px; }
    .woo-sidebar-wrap #sidebar .slidingbar-widget-col ul li a {
      display: block;
      font-size: 15px;
      font-weight: 700;
      padding: 0 10px 0 24px;
      color: #575656; }
    .woo-sidebar-wrap #sidebar .slidingbar-widget-col ul li a:hover {
      color: #e06fa5; }
  .woo-sidebar-wrap #sidebar .wg-title {
    font-family: inherit;
    font-size: 16px;
    color: #e06fa5;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.01em;
    background-color: #fff;
    border-color: transparent #dadddf #b6b9ba #e06fa5;
    border-radius: 4px;
    border-style: solid;
    border-width: 0px 1px 1px 8px;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.16);
    -ms-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.16);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.16);
    padding: 0 26px 0 18px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    /* BACKGROUND GRADIENT */
    line-height: 40px;
    position: relative; }
  .woo-sidebar-wrap #sidebar .wg-title i {
    font-size: 19px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 10px;
    text-align: center;
    top: 50%;
    -webkit-transform: translate(0px, -50%);
    -khtml-transform: translate(0px, -50%);
    -moz-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    -o-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */
    width: 30px; }

@media screen and (max-width: 992px) {
  .br-style3 .woocommerce-product-search {
    margin: auto; }

  #cms-theme.woocommerce .pr-full-width .products li.product, #cms-theme.woocommerce-page .pr-full-width .products li.product, #cms-theme.woocommerce .products li, #cms-theme.woocommerce-page .products li, #cms-theme.woocommerce .products .owl-item, #cms-theme.woocommerce-page .products .owl-item {
    width: 50%; }
    #cms-theme.woocommerce .pr-full-width .products li.product:nth-child(2n+1), #cms-theme.woocommerce-page .pr-full-width .products li.product:nth-child(2n+1), #cms-theme.woocommerce .products li:nth-child(2n+1), #cms-theme.woocommerce-page .products li:nth-child(2n+1), #cms-theme.woocommerce .products .owl-item:nth-child(2n+1), #cms-theme.woocommerce-page .products .owl-item:nth-child(2n+1) {
      clear: left; }
    #cms-theme.woocommerce .pr-full-width .products li.product:nth-child(3n+1), #cms-theme.woocommerce-page .pr-full-width .products li.product:nth-child(3n+1), #cms-theme.woocommerce .products li:nth-child(3n+1), #cms-theme.woocommerce-page .products li:nth-child(3n+1), #cms-theme.woocommerce .products .owl-item:nth-child(3n+1), #cms-theme.woocommerce-page .products .owl-item:nth-child(3n+1) {
      clear: initial; } }

@media screen and (max-width: 767px) {
  #cms-theme.single-product .pr-single-product .cs-product-wrap .cs-product-wrap-inner {
    margin: 0 -15px; }
    #cms-theme.single-product .pr-single-product .cs-product-wrap .cs-product-wrap-inner .woocommerce-product-gallery, #cms-theme.single-product .pr-single-product .cs-product-wrap .cs-product-wrap-inner .entry-summary {
      padding: 0 15px;
      width: 100%; }

  #feature-top-shop .feature-top-shop-inner {
    margin-bottom: 25px; } }

@media screen and (max-width: 480px) {
  #cms-theme.woocommerce .pr-full-width .products li.product, #cms-theme.woocommerce-page .pr-full-width .products li.product, #cms-theme.woocommerce .products li, #cms-theme.woocommerce-page .products li, #cms-theme.woocommerce .products .owl-item, #cms-theme.woocommerce-page .products .owl-item {
    width: 100%; }
    #cms-theme.woocommerce .pr-full-width .products li.product:nth-child(n+1), #cms-theme.woocommerce-page .pr-full-width .products li.product:nth-child(n+1), #cms-theme.woocommerce .products li:nth-child(n+1), #cms-theme.woocommerce-page .products li:nth-child(n+1), #cms-theme.woocommerce .products .owl-item:nth-child(n+1), #cms-theme.woocommerce-page .products .owl-item:nth-child(n+1) {
      clear: left; }
    #cms-theme.woocommerce .pr-full-width .products li.product:nth-child(2n+1), #cms-theme.woocommerce-page .pr-full-width .products li.product:nth-child(2n+1), #cms-theme.woocommerce .products li:nth-child(2n+1), #cms-theme.woocommerce-page .products li:nth-child(2n+1), #cms-theme.woocommerce .products .owl-item:nth-child(2n+1), #cms-theme.woocommerce-page .products .owl-item:nth-child(2n+1) {
      clear: initial; } }

@media screen and (min-width: 1360px) {
  #cms-theme .cs-product-related-wrap #related-product-carousel .owl-controls .owl-prev, #cms-theme .cs-product-related-wrap #related-product-carousel .owl-controls .owl-next {
    margin: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0px, -50%);
    -khtml-transform: translate(0px, -50%);
    -moz-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    -o-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */ }
    #cms-theme .cs-product-related-wrap #related-product-carousel .owl-controls .owl-prev {
      left: -85px; }
    #cms-theme .cs-product-related-wrap #related-product-carousel .owl-controls .owl-next {
      right: -85px; } }

@media screen and (max-width: 1280px) {
  body .cms-pricing-wrapper .cms-pricing-content ul li {
    padding: 14px; } }

@media screen and (min-width: 1200px) {
  body.body-boxed .cs-boxed {
    margin: auto;
    width: 1200px;
    background-color: #fff; }
    body.body-boxed .cs-boxed #cshero-header {
      max-width: 1200px;
      margin: auto; }
    body.body-boxed .cs-boxed .container {
      width: 100%; }
    body.body-boxed .cs-boxed .entry-content > .vc_row {
      left: 0 !important;
      margin: 0 !important;
      padding-left: 0 !important;
      padding-right: 0 !important;
      width: 100% !important; }
      body.body-boxed .cs-boxed .entry-content > .vc_row > .wpb_column > .vc_column-inner {
        padding: 0 30px; }
      body.body-boxed .cs-boxed .entry-content > .vc_row.vc_row-no-padding > .wpb_column > .vc_column-inner {
        padding-left: 0;
        padding-right: 0; }
    body.body-boxed .cs-boxed #main > .container {
      padding-left: 0;
      padding-right: 0; }
    body.body-boxed .cs-boxed .esg-container-fullscreen-forcer {
      width: 100% !important;
      left: 0 !important; }
    body.body-boxed #cshero-footer-top > .container {
      padding: 0 30px; } }

@media screen and (max-width: 1200px) {
  body .cms-fancybox-layout-1 .cms-fancy-box-main .cms-fancy-box-title {
    font-size: 32px;
    line-height: 36px; }
    body .cms-fancybox-layout-1 .cms-fancy-box-main .cms-fancy-box-content {
      line-height: 22px; } }

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

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

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

  .cms-row-full-width > .no-container {
    margin-left: 0;
    margin-right: 0;
    /* Testionial */ }
    .cms-row-full-width > .no-container > .row {
      margin-left: 0;
      margin-right: 0; }
      .cms-row-full-width > .no-container > .row > .wpb_column {
        padding: 0; }

  body .cms-testimonial-layout1 .cms-testimonial-content {
    padding: 0; } }

@media screen and (min-width: 992px) {
  #cshero-menu-mobile {
    display: none; } }

@media screen and (max-width: 992px) {
  #cshero-header-wrapper.header-3 #cshero-header-top {
    text-align: center; }
    #cshero-header-wrapper.header-3 #cshero-header-top .top-bar-left > li {
      padding: 0 15px; }
      #cshero-header-wrapper.header-3 #cshero-header-top .top-bar-left > li:after {
        display: none; }
    #cshero-header-wrapper.header-3 #cshero-header-top .cms-login-wrap {
      text-align: center; }
      #cshero-header-wrapper.header-3 #cshero-header-top .cms-login-wrap .btn-cart {
        border: none; }
      #cshero-header-wrapper.header-3 #cshero-header-top .cms-login-wrap .widget_shopping_cart {
        left: 0;
        margin: auto; }

  body .container {
    width: 100%;
    /* Header Sticky */
    /* End Header Sticky */
    /* ==========================================================================
   		Header Mobile
	========================================================================== */ }

  #cshero-header, #cshero-header.header-fixed {
    height: 80px; }
    #cshero-header > .container, #cshero-header.header-fixed > .container {
      position: relative;
      z-index: 99; }
    #cshero-header #cshero-header-logo a, #cshero-header.header-fixed #cshero-header-logo a {
      line-height: 80px; }
    #cshero-header #cshero-header-logo a img, #cshero-header.header-fixed #cshero-header-logo a img {
      max-height: 55px; }

  #cshero-menu-mobile {
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translate(0px, -50%);
    -khtml-transform: translate(0px, -50%);
    -moz-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    -o-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */ }

  #cshero-header-navigation {
    display: none; }

  #cshero-header-navigation.collapse {
    display: block;
    /* ==========================================================================
	   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%; }

  .cms-grid-pricing .cms-grid-item {
    margin-bottom: 80px;
    /* End Shortcode Priccing */
    /* Fancybox */ }
    .cms-grid-pricing .cms-grid-item:last-child {
      margin-bottom: 0; }

  .cms-fancybox-layout-1 .cms-fancy-box-image.w50, .cms-fancybox-layout-1 .cms-fancy-box-main.w50 {
    width: 100%;
    /* Grid Blog  */ }

  .cms-blog-layout1 .cms-grid-blog .cms-grid-item {
    margin-bottom: 50px;
    /* ==========================================================================
	   End Shortcode
	========================================================================== */
    /* ==========================================================================
	   Start Blog
	========================================================================== */ }
    .cms-blog-layout1 .cms-grid-blog .cms-grid-item:last-child {
      margin-bottom: 0; }
    .cms-blog-layout1 .cms-grid-blog .cms-grid-item .cms-grid-media img {
      width: 100%; }

  body .entry-blog {
    padding-top: 50px;
    /* ==========================================================================
	   End Blog
	========================================================================== */ } }

@media screen and (max-width: 992px) and (min-width: 768px) {
  body #cshero-header.sticky-tablets {
    position: fixed;
    /* End Header Sticky */ }

  #cshero-header-navigation {
    max-width: 420px;
    right: 0;
    /* Footer Top */ }

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

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

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

@media screen and (max-width: 767px) {
  .text-center-xs {
    text-align: center;
    /* Header Sticky */ }

  body #cshero-header.sticky-mobile {
    position: fixed;
    /* End Header Sticky */ }

  .entry-content > .wpb_row .wpb_row {
    margin-left: 0;
    margin-right: 0; }

  .entry-content > .wpb_row [class*="vc_col-"] {
    margin-bottom: 35px; }
    .entry-content > .wpb_row [class*="vc_col-"]:last-child {
      margin-bottom: 0; }

  .entry-content > .wpb_row [class*="vc_col-"] [class*="vc_col-"] {
    padding: 0; }

  #page-title {
    /* End Page Title */
    /* Start Form Comment */ }
    #page-title #page-title-text h1, #page-title #breadcrumb-text {
      text-align: center; }
    #page-title #page-title-text h1 {
      margin: 0 0 15px; }

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

  .row-custom-bg-color .cms-custom-bg-left, .row-custom-bg-color .cms-custom-bg-right {
    width: 100%;
    /* End VC Row */
    /* Tab */ }

  .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 Top */ }

  #cshero-footer-top, #cshero-footer-bottom {
    /* Button */ }
    #cshero-footer-top [class^="col-"], #cshero-footer-bottom [class^="col-"] {
      margin-bottom: 30px; }
      #cshero-footer-top [class^="col-"]:last-child, #cshero-footer-bottom [class^="col-"]:last-child {
        margin: 0; }
      #cshero-footer-top [class^="col-"] [class^="widget_"], #cshero-footer-bottom [class^="col-"] [class^="widget_"], #cshero-footer-top [class^="col-"] [class^="widget-"], #cshero-footer-bottom [class^="col-"] [class^="widget-"], #cshero-footer-top [class^="col-"] .widget, #cshero-footer-bottom [class^="col-"] .widget {
        margin: 30px 0 0; }
        #cshero-footer-top [class^="col-"] [class^="widget_"]:first-child, #cshero-footer-bottom [class^="col-"] [class^="widget_"]:first-child, #cshero-footer-top [class^="col-"] [class^="widget-"]:first-child, #cshero-footer-bottom [class^="col-"] [class^="widget-"]:first-child, #cshero-footer-top [class^="col-"] .widget:first-child, #cshero-footer-bottom [class^="col-"] .widget:first-child {
          margin: 0; }

  body .btn, body .btn.btn-lg {
    font-size: 15px;
    padding: 10px 25px;
    /* Text Mobile */ }

  .text-mobile-20 {
    font-size: 20px;
    /* End Footer Top */
    /* Footer Bottom */ }
    .text-mobile-20 a, .text-mobile-20 h3, .text-mobile-20 h4 {
      font-size: 20px; }

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

  .vc_tta-container .vc_tta-tabs.vc_tta-style-classic .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading, .vc_tta-container .vc_tta-tabs.vc_tta-style-classic .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body {
    border-color: transparent;
    background-color: transparent; } }

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

@media screen and (max-width: 480px) {
  #comments .comment-list li .comment-body {
    /* End Comment */ }
    #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: 0; }
      #comments .comment-list li .comment-body .comment-main .comment-content {
        margin: 15px 0 0; } }

@media screen and (max-width: 360px) {
  body .btn, body .btn.btn-lg {
    font-size: 14px;
    padding: 10px 14px; } }
