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

  List of CSS3 Sass Mixins File to be @imported and @included as you need

  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
  ENDING css files

  note: All CSS3 Properties are being supported by Safari 5
  more info: http://www.findmebyip.com/litmus/#css3-properties

  Mixins available:
    -   css3-prefix             - arguments: Property, Value
    -   background-gradient     - arguments: Start Color: #3C3C3C, End Color: #999999
    -   background-horizontal   - arguments: Start Color: #3C3C3C, End Color: #999999
    -   background-radial       - arguments: Start Color: #FFFFFF, Start position: 0%, End Color: #000000, End position: 100%
    -   background-size         - arguments: Width: 100%, Height: 100%
    -   background-opacity      - arguments: Color: #000, Opacity: .85
    -   border-radius           - arguments: Radius: 5px
    -   border-radius-separate  - arguments: Top Left: 5px, Top Right: 5px, Bottom Left: 5px, Bottom Right: 5px
    -   box                     - arguments: Orientation: horizontal, Pack: center, Align: center
    -   box-rgba                - arguments: R: 60, G: 3, B: 12, Opacity: 0.23, Color: #3C3C3C
    -   box-shadow              - arguments: X: 2px, Y: 2px, Blur: 5px, Color: rgba(0,0,0,.4)
    -   box-sizing              - arguments: Type: border-box
    -   columns                 - arguments: Count: 3, Gap: 10
    -   double-borders          - arguments: Color One: #3C3C3C, Color Two: #999999, Radius: 0
    -   flex                    - arguments: Value: 1
    -   flip                    - arguments: ScaleX: -1
    -   font-face               - arguments: Font Family: myFont, Eot File Src: myFont.eot, Woff File Src: myFont.woff, Ttf File Src: myFont.ttf
    -   opacity                 - arguments: Opacity: 0.5
    -   outline radius          - arguments: Radius: 5px
    -   resize                  - arguments: Direction: both
    -   rotate                  - arguments: Degree: 0, M11: 0, M12: 0, M21: 0, M22: 0
    CSS Matrix Rotation Calculator http://www.boogdesign.com/examples/transforms/matrix-calculator.html
    -   text-shadow             - arguments: X: 2px, Y: 2px, Blur: 5px, Color: rgba(0,0,0,.4)
    -   transform               - arguments: Parameters: null
    -   transform-style         - arguments: Style: preserve-3d
    -   transition              - Default arguments: What: all, Length: 1s, Easing: ease-in-out
    -                            - Examples: @include transition (all 2s ease-in-out);
    -                                        @include transition (opacity 1s ease-in 2s, width 2s ease-out);
    -   triple-borders          - arguments: Color One: #3C3C3C, Color Two: #999999, Color Three: #000000, Radius: 0
    -   keyframes               - arguments: Animation name
                                - content:   Animation css
    -   animation               - arguments: name duration timing-function delay iteration-count direction fill-mode play-state
                                             (http://www.w3schools.com/cssref/css3_pr_animation.asp)

------------------------------------------------------------- */
/* ADDS A BROWSER PREFIX TO THE PROPERTY */
/* ==========================================================================
    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
========================================================================== */
/* Fancybox */
/* Header Sticky */
/* Header Sticky */
/* Footer Scroll Top */
/* Start Form Comment */
/* Button */
.entry-content .cms-pricing-content ul {
  padding: 0;
  list-style: none; }

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('../fonts/MyriadPro-Semibold.eot');
  src: url('../fonts/MyriadPro-Semiboldd41d.eot?#iefix') format('embedded-opentype'), url('../fonts/MyriadPro-Semibold.woff') format('woff'), url('../fonts/MyriadPro-Semibold.ttf') format('truetype'), url('../fonts/MyriadPro-Semibold.html#MyriadPro-Semibold') format('svg');
  font-weight: normal;
  font-style: normal; }

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

body #cshero-header-top {
  background-color: #000; }

#cshero-header {
  height: 186px; }

body {
  margin-top: 186px; }

#cshero-header-logo a {
  line-height: 186px; }

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

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

#cshero-header.header-fixed {
  height: 80px; }

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

#cshero-header.cshero-main-header.header-fixed {
  background-color: #fff; }

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

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

#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: 22px;
    padding: 0 25px;
    margin: 0;
    line-height: 186px; }

  #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, #cshero-header-navigation .main-navigation .menu-main-menu > ul > li {
    line-height: 186px; }

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

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

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: #989ed0; }

.btn, button, .button, input[type='submit'] {
  font-size: 18px;
  color: #fff !important;
  background-color: #3bbcd6;
  border-style: solid;
  border-width: 2px;
  border-color: #1a9eb9;
  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:hover, button:hover, .button:hover, input[type='submit']:hover, .btn:focus, button:focus, .button:focus, input[type='submit']:focus {
  color: #fff !important;
  background-color: #ffde0a;
  border-color: #f0ba00; }

.btn.btn-primary {
  color: #fff !important;
  background-color: #765197;
  border-style: solid;
  border-width: 2px;
  border-color: #5c367c;
  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:hover, .btn.btn-primary:focus {
  color: #fff !important;
  background-color: #765197;
  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: #E304B4;
  border: 1px solid #6e4692; }

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

.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; }
  .btn.btn-white.btn-trans {
    background-color: rgba(255, 255, 255, 0.3); }

.btn.btn-trans {
  background-color: transparent;
  /* Button Aize */ }

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

.entry-blog {
  background-color: #A5ED8B;
  border-bottom: 7px solid #E43406;
  padding: 33px 38px;
  position: relative;
  margin: 0 0 70px;
  /* ==========================================================================
   [End] 1. Blog Classic
========================================================================== */
  /* ==========================================================================
   [Start] 2. Post Classic
========================================================================== */ }
  .entry-blog .entry-date {
    position: absolute;
    top: -16px;
    right: 18px;
    height: 68px;
    line-height: 68px;
    width: 230px;
    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; }
    .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;
  /* ==========================================================================
   [End] 3. Navigation
========================================================================== */ }
  .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; }

#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 {
  width: 100%;
  z-index: 9;
  position: fixed;
  top: 0;
  border-bottom: 1px solid #dedede;
  -webkit-transition: all 420ms linear 0ms;
  -moz-transition: all 420ms linear 0ms;
  -ms-transition: all 420ms linear 0ms;
  transition: all 420ms linear 0ms;
  /*** Admin Bar ***/ }
  #cshero-header.no-sticky {
    position: relative; }
    #cshero-header.no-sticky.header-fixed-page {
      position: fixed; }
  #cshero-header.header-fixed, #cshero-header.header-fixed-page {
    -webkit-transition: all 420ms linear 0ms;
    -moz-transition: all 420ms linear 0ms;
    -ms-transition: all 420ms linear 0ms;
    transition: all 420ms linear 0ms; }
  #cshero-header #cshero-header-logo a img {
    -webkit-transition: all 420ms linear 0ms;
    -moz-transition: all 420ms linear 0ms;
    -ms-transition: all 420ms linear 0ms;
    transition: all 420ms linear 0ms; }
  #cshero-header > .container {
    position: relative;
    z-index: 99; }
  #cshero-header.header-fixed-page.header-fixed-page-trans {
    position: absolute; }

.admin-bar {
  /*** End Admin Bar ***/
  /*** Logo ***/ }
  .admin-bar #cshero-header {
    top: 32px; }
    .admin-bar #cshero-header.no-sticky {
      top: 0; }
    .admin-bar #cshero-header.no-sticky.header-fixed-page {
      top: 32px; }

#cshero-header-logo a {
  display: block;
  -webkit-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  /* ==========================================================================
  End All Style Header
========================================================================== */ }

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

.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 {
  color: #cdcdcd;
  height: auto;
  position: fixed;
  bottom: -40px;
  margin: 0;
  z-index: 10000;
  -webkit-transition: all 1s ease 1s;
  -moz-transition: all 1s ease 1s;
  -o-transition: all 1s ease 1s;
  transition: all 1s ease 1s;
  right: 25px;
  opacity: 0;
  filter: alpha(opacity=0);
  cursor: pointer;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  /* BACKGROUND GRADIENT */
  border: 2px solid #e8e8e8; }
  .back_to_top.on {
    opacity: 1;
    filter: alpha(opacity=100);
    display: block;
    bottom: 10px; }

#back_to_top span {
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-decoration: none;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  -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: rgba(0, 0, 0, 0.10);
  display: block;
  text-align: center;
  color: #b0b0b0;
  /* End Back To Top */
  /* ==========================================================================
    End Style Footer
========================================================================== */ }
  #back_to_top span:hover {
    background: rgba(0, 0, 0, 0.60);
    color: #fff; }
  #back_to_top span i {
    font-size: 15px;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    line-height: 42px; }

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 {
  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;
  -webkit-transition: all 420ms linear 0ms;
  -moz-transition: all 420ms linear 0ms;
  -ms-transition: all 420ms linear 0ms;
  transition: all 420ms linear 0ms; }
  body.remove-margin-top {
    margin-top: 0; }

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

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

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

.left {
  float: left; }

.right {
  float: right; }

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

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

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

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

p {
  margin: 0 0 15px; }

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

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

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

.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, .wpb_tabs .ui-tabs.wpb_tour_tabs_wrapper .wpb_tab.ui-tabs-panel, .wpb_accordion.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header, .vc_tta-panels .vc_tta-panel-heading, .cms-progress-layout-default .cms-progress-main .cms-progress .progress-bar, .bg-effect-sm, .wpb_tabs .ui-tabs.wpb_tour_tabs_wrapper .wpb_tabs_nav .ui-state-default a, .wpb_tabs .ui-tabs.wpb_tour_tabs_wrapper .wpb_tabs_nav .ui-state-default.ui-tabs-active a span {
  background-image: url(../images/bg-vector.png);
  background-position: center center;
  background-repeat: repeat-y;
  background-size: 100%; }

.bg-effect-sm, .wpb_tabs .ui-tabs.wpb_tour_tabs_wrapper .wpb_tabs_nav .ui-state-default a, .wpb_tabs .ui-tabs.wpb_tour_tabs_wrapper .wpb_tabs_nav .ui-state-default.ui-tabs-active a span {
  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; }

#page-title {
  background-image: url(../images/bg-vector-lg.png); }

#page-title-text h1 {
  text-transform: uppercase;
  margin: 0 0 10px; }

.page-sub-title {
  font-size: 18px;
  font-weight: 700;
  text-align: center; }

#breadcrumb-text {
  text-transform: uppercase;
  /* ==========================================================================
   [End] 2. Page Title
========================================================================== */
  /* ==========================================================================
   [Start] 3. Primary
========================================================================== */
  /*
----> List Style 
*/ }
  #breadcrumb-text .breadcrumbs li {
    display: inline-block; }
    #breadcrumb-text .breadcrumbs li:after {
      content: "\f054";
      font-family: FontAwesome;
      font-size: 12px;
      padding: 0 7px; }
    #breadcrumb-text .breadcrumbs li:last-child:after {
      content: ""; }

.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: "@";
      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: 1000;
  top: 0;
  /* ==========================================================================
   [Start] 3. Primary
========================================================================== */ }
  #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 */ }

.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-title {
    margin: 20px 0; }

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

.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-categories {
    margin-bottom: 30px; }

.cms-testimonial-layout1 {
  text-align: center;
  /*
----> End Testimonial Layout 1 
*/
  /* ==========================================================================
   [End] 4. Testimonial
========================================================================== */
  /* ==========================================================================
   [Start] 5. Tabs
========================================================================== */ }
  .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; }

.wpb_tabs .ui-tabs.wpb_tour_tabs_wrapper .wpb_tabs_nav {
  text-align: center; }
  .wpb_tabs .ui-tabs.wpb_tour_tabs_wrapper .wpb_tabs_nav .ui-state-default {
    float: none;
    display: inline-block;
    padding: 2px 0;
    margin: 0 1px; }
  .wpb_tabs .ui-tabs.wpb_tour_tabs_wrapper .wpb_tabs_nav .ui-state-default a {
    font-size: 21px;
    font-weight: 700;
    background-color: #33b9d4;
    color: #fff;
    line-height: 50px;
    padding: 0 30px;
    margin: 0;
    border: 2px solid #1a9eb9;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    /* BACKGROUND GRADIENT */ }
  .wpb_tabs .ui-tabs.wpb_tour_tabs_wrapper .wpb_tabs_nav .ui-state-default.ui-tabs-active a {
    border-bottom-color: transparent;
    position: relative; }
    .wpb_tabs .ui-tabs.wpb_tour_tabs_wrapper .wpb_tabs_nav .ui-state-default.ui-tabs-active a span {
      border-left: 2px solid #ba2b6f;
      border-right: 2px solid #ba2b6f;
      bottom: -6px;
      content: "";
      height: 8px;
      left: -2px;
      position: absolute;
      width: -moz-calc(100% + 4px);
      width: -webkit-calc(100% + 4px);
      width: -o-calc(100% + 4px);
      width: calc(100% + 4px); }
  .wpb_tabs .ui-tabs.wpb_tour_tabs_wrapper .wpb_tab.ui-tabs-panel {
    border: 2px solid #1a9eb9;
    background-color: #33b9d4;
    padding: 30px;
    -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 */ }
  .wpb_tabs .ui-tabs.wpb_tour_tabs_wrapper .wpb_tab.ui-tabs-panel img {
    border-width: 2px;
    border-style: solid;
    -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 */ }

.wpb_tabs {
  /* ==========================================================================
   [End] 5. Tabs
========================================================================== */
  /* ==========================================================================
   [Start] 6. Counter
========================================================================== */ }
  .wpb_tabs .wpb_tab h1, .wpb_tabs .wpb_tab h2, .wpb_tabs .wpb_tab h3, .wpb_tabs .wpb_tab h4, .wpb_tabs .wpb_tab h5, .wpb_tabs .wpb_tab h6, .wpb_tabs .wpb_tab p {
    color: #fff; }

.cms-counter-wraper {
  /* ==========================================================================
   [End] 6. Counter
========================================================================== */
  /* ==========================================================================
   [Start] 7. Accordion
========================================================================== */ }
  .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; }

.wpb_accordion.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_section {
  margin: 0 0 4px; }
  .wpb_accordion.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header {
    line-height: 50px;
    padding: 0;
    margin: 0;
    border: 2px solid #ba2b6f;
    background-color: #db5896;
    -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 */ }
  .wpb_accordion.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header .ui-accordion-header-icon {
    display: none; }
  .wpb_accordion.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header.ui-state-active {
    -webkit-border-radius: 4px 4px 0 0;
    -khtml-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -ms-border-radius: 4px 4px 0 0;
    -o-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    /* BACKGROUND GRADIENT */ }
  .wpb_accordion.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header a {
    padding: 0 12px;
    color: #fff;
    font-size: 21px;
    font-weight: 700;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none; }
    .wpb_accordion.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header a i {
      font-size: 18px;
      padding-right: 12px;
      padding-left: 2px; }
  .wpb_accordion.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content {
    padding: 20px 40px;
    border-width: 0 2px 2px 2px;
    border-style: solid;
    border-color: #ba2b6f;
    -webkit-border-radius: 0 0 4px 4px;
    -khtml-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    -ms-border-radius: 0 0 4px 4px;
    -o-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    /* BACKGROUND GRADIENT */ }
  .wpb_accordion.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_section:nth-child(2) .wpb_accordion_header {
    background-color: #35b6d0;
    border-color: #1a9eb9; }
  .wpb_accordion.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_section:nth-child(2) .wpb_accordion_content {
    border-color: #1a9eb9; }
  .wpb_accordion.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_section:nth-child(3) .wpb_accordion_header {
    background-color: #86ba4e;
    border-color: #5d9422; }
  .wpb_accordion.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_section:nth-child(3) .wpb_accordion_content {
    border-color: #5d9422; }
  .wpb_accordion.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_section:nth-child(4) .wpb_accordion_header {
    background-color: #dc6819;
    border-color: #e24400; }
  .wpb_accordion.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_section:nth-child(4) .wpb_accordion_content {
    border-color: #e24400; }
  .wpb_accordion.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_section:nth-child(5) .wpb_accordion_header {
    background-color: #6f4a91;
    border-color: #674289; }
  .wpb_accordion.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_section:nth-child(5) .wpb_accordion_content {
    border-color: #674289; }

.vc_tta-panels {
  /* ==========================================================================
   [End] 7. Accordion
========================================================================== */
  /* ==========================================================================
   [Start] 8. Progress
========================================================================== */ }
  .vc_tta-panels .vc_tta-panel-heading .vc_tta-panel-title {
    font-size: 21px; }

.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
========================================================================== */
  /*------------------------------------------------------------------
[End Style Shortcode]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html, body {
  height: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#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 420ms linear 0ms;
        -moz-transition: all 420ms linear 0ms;
        -ms-transition: all 420ms linear 0ms;
        transition: all 420ms linear 0ms; }
        #cshero-header-navigation .main-navigation .menu-main-menu > li > a {
          position: relative;
          text-align: center;
          line-height: 1.1;
          -webkit-transition: all 420ms linear 0ms;
          -moz-transition: all 420ms linear 0ms;
          -ms-transition: all 420ms linear 0ms;
          transition: all 420ms 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 420ms linear 0ms;
            -moz-transition: all 420ms linear 0ms;
            -ms-transition: all 420ms linear 0ms;
            transition: all 420ms 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 .wg-title {
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 17px;
  position: relative;
  margin-bottom: 30px; }
  #secondary .wg-title:before {
    position: absolute;
    height: 4px;
    width: 70px;
    bottom: 0;
    left: 0;
    content: ""; }
  #secondary > [class*="widget_"], #secondary > [class*="widget-"] {
    border-bottom: 7px solid #ebebeb;
    padding-bottom: 30px;
    margin-bottom: 80px; }
  #secondary .widget_archive ul li, #secondary .widget_categories ul li, #secondary .widget_pages ul li, #secondary .widget_meta ul li, #secondary .widget_recent_entries ul li {
    line-height: 32px; }
  #secondary .widget_archive ul li a:hover, #secondary .widget_categories ul li a:hover, #secondary .widget_pages ul li a:hover, #secondary .widget_meta ul li a:hover, #secondary .widget_recent_entries ul li a:hover {
    color: #9c9c9c; }
  #secondary .widget_archive ul li ul.children, #secondary .widget_categories ul li ul.children, #secondary .widget_pages ul li ul.children, #secondary .widget_meta ul li ul.children, #secondary .widget_recent_entries ul li ul.children {
    margin-left: 14px; }
  #secondary .widget_recent_comments ul li {
    line-height: 32px; }
  #secondary .widget_recent_comments ul li .comment-author-link {
    display: block; }
  #secondary .widget_text select {
    width: 100%; }
  #secondary .widget_nav_menu ul.sub-menu {
    margin-left: 14px; }

.searchform {
  position: relative;
  margin-bottom: 15px;
  /* ==========================================================================
   [Start] 2. Widget Search
========================================================================== */
  /* ==========================================================================
   [Start] 3. Widget Tags
========================================================================== */ }
  .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; }

.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 {
  max-width: 256px; }
  .cs-instagram-pics .instagram-item {
    margin: 0;
    padding: 0 9px 9px 0; }

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

@media screen and (min-width: 1200px) {
  body .cs-boxed {
    margin: auto;
    width: 1200px; } }

@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) {
  body .container {
    width: 100%;
    /* Header Sticky */ }

  body #cshero-header {
    position: absolute;
    /* 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;
    /* Fixed Mobile */ }

  body, body.fixed-margin-top {
    margin-top: 80px; }

  body.fixed-margin-top #cshero-header.header-fixed #cshero-header-navigation .main-navigation .menu-main-menu > li {
    line-height: 31px;
    /* ==========================================================================
	   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; } }

@media screen and (max-width: 767px) {
  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; } }

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