/* -------------------------------------------------------------
  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 */
/* ANIMATION */
/* ANIMATION */
/* ANIMATION */
/* ANIMATION */
/* ANIMATION */
/* ANIMATION */
/* ==========================================================================
    Style Button
========================================================================== */
/*------------------------------------------------------------------
[Table of contents]

1. Blog Classic
2. Post Classic
3. Navigation
4. FAQ
-------------------------------------------------------------------*/
/* ==========================================================================
   [Start] Blog Classic
========================================================================== */
/* VC Row in row */
/* ==========================================================================
   All Style Header
========================================================================== */
/* Align items center & stretch for header navigation */
/* ==========================================================================
    Start Style Footer
========================================================================== */
/* ==========================================================================
   [Start] All Style Form
========================================================================== */
/*------------------------------------------------------------------
[Table of contents]

1. Reset HTML/CSS, Unitest, Body
2. Page Title
3. Primary
-------------------------------------------------------------------*/
/* ==========================================================================
   [Start] 1. Reset HTML/CSS, Unitest, Body, @Extend
========================================================================== */
/* !important for theme */
/* Images */
/* Style Loading */
/* ==========================================================================
   Style 1
========================================================================== */
/*
 *	Menu General All Screen
 */
/*------------------------------------------------------------------
[All Style Sidebar Widget]

-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[All Style Sidebar Widget]

    1. Widget Search
	2. Widget Category
	3. Widget Tags

-------------------------------------------------------------------*/
/* ==========================================================================
   [Start] 1. Widget Search
========================================================================== */
/* Header Sticky */
/* Footer Scroll Top */
/* Start Form Comment */
@media (min-width: 1170px) {
  body.sdo-boxed #page {
    width: 1200px; }

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

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

  body.sdo-boxed #sdo-header {
    width: 1200px; } }

#sdo-header #sdo-header-logo {
  display: block;
  margin-top: 15px;
  margin-left: 15px;
  margin-bottom: 15px;
  margin-right: 50px;
  float: left; }

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

#sdo-header.header-fixed #sdo-header-logo {
  margin-top: 15px;
  margin-bottom: 10px; }

#sdo-header .sdo-header-secondary {
  float: left; }

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

#sdo-header .sdo-header-navigation .nav-menu > li > a {
  line-height: 60px; }

#sdo-header-navigation-right {
  line-height: 60px; }

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

.header-fixed #sdo-header-navigation-right {
  line-height: 60px; }

.sdo-header-navigation .nav-menu > li {
  padding-right: 25px; }

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

#sdo-header.header-fixed #sdo-header-logo {
  margin-top: 15px;
  margin-bottom: 10px; }

.nav-menu > li, .nav-menu > li > a, .widget_cart_search_wrap a {
  color: #212121; }

.nav-menu > li:hover, .nav-menu > li:hover > a, .widget_cart_search_wrap a:hover {
  color: #000; }

.nav-menu > li:hover {
  border-bottom-color: #000; }

.nav-menu > li.current-menu-item, .nav-menu > li.current-menu-ancestor, .nav-menu > li.current_page_item, .nav-menu > li.current_page_ancestor, .nav-menu > li.current-menu-parent, .nav-menu > li.current-menu-item > a, .nav-menu > li.current-menu-ancestor > a, .nav-menu > li.current_page_item > a, .nav-menu > li.current_page_ancestor > a, .nav-menu > li.current-menu-parent > a, .widget_cart_search_wrap a:active, .widget_cart_search_wrap a:focus {
  color: #000; }

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

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

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

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

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

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

.header-fixed .nav-menu > li.current-menu-item, .header-fixed .nav-menu > li.current-menu-ancestor, .header-fixed .nav-menu > li.current_page_item, .header-fixed .nav-menu > li.current_page_ancestor, .header-fixed .nav-menu > li.current-menu-parent, .header-fixed .nav-menu > li.current-menu-item > a, .header-fixed .nav-menu > li.current-menu-ancestor > a, .header-fixed .nav-menu > li.current_page_item > a, .header-fixed .nav-menu > li.current_page_ancestor > a, .header-fixed .nav-menu > li.current-menu-parent > a, .header-fixed .widget_cart_search_wrap a:active, .header-fixed .widget_cart_search_wrap a:focus {
  color: #000; }

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

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

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

#sdo-footer {
  padding-top: 70px;
  padding-bottom: 80px; }

#sdo-footer-copyright {
  padding-top: 20px;
  padding-bottom: 20px; }

#sdo-footer-copyright footer {
  display: table;
  width: 100%; }

#sdo-footer-copyright .sdo-footer-copyright-notice {
  display: table-cell;
  width: 50%; }

#sdo-footer-copyright .sdo-copyright-secondary {
  display: table-cell;
  width: 50%; }

#sdo-footer-copyright .sdo-footer-copyright-notice {
  text-align: center; }

#sdo-footer-copyright .sdo-copyright-secondary {
  text-align: center; }

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

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

  51% {
    opacity: 1; } }

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

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

  51% {
    opacity: 1; } }

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

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

  51% {
    opacity: 1; } }

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

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

  51% {
    opacity: 1; } }

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

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

  51% {
    opacity: 1; } }

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

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

  51% {
    opacity: 1; } }

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

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

  51% {
    opacity: 1; } }

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

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

  51% {
    opacity: 1; } }

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

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

  51% {
    opacity: 1; } }

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

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

  51% {
    opacity: 1; } }

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

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

  51% {
    opacity: 1; } }

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

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

  51% {
    opacity: 1; } }

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

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

  51% {
    opacity: 1; } }

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

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

  51% {
    opacity: 1; } }

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

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

  51% {
    opacity: 1; } }

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

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

  51% {
    opacity: 1; } }

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

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

  51% {
    opacity: 1; } }

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

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

  51% {
    opacity: 1; } }

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

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

  51% {
    opacity: 1; } }

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

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

  51% {
    opacity: 1; } }

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-ms-keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-o-keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

.btn, button, .button, input[type="submit"] {
  line-height: 1;
  padding: 8px 24px;
  display: inline-block;
  outline: medium none;
  text-decoration: none;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -khtml-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  /* BACKGROUND GRADIENT */
  /* TRIPLE BORDERS */
  border: none; }

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

.btn-primary {
  /* ==========================================================================
    End Style Button
========================================================================== */ }
  .btn-primary.link {
    background: transparent; }
    .btn-primary.link:hover {
      text-decoration: underline; }

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

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

.single .sdo-blog-single .sdo-blog-content {
  margin-bottom: 25px; }
  .single .sdo-blog-single .sdo-blog-content .quote-block {
    background: #f5f5f5;
    border-left: 5px solid #fcc403;
    padding: 20px 27px 30px 25px;
    margin: 25px 40px;
    font-style: italic; }
  .single .social-list {
    display: inline-block;
    padding: 0;
    margin: 0; }
  .single .social-list li {
    display: inline-block;
    list-style: none;
    padding: 0 7px; }
  .single .social-list li .fa {
    display: block;
    text-align: center;
    font-size: 12px;
    color: #747474; }
    .single .social-list li .fa:hover {
      color: #fcc403; }

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

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

article.post-teaser {
  margin-bottom: 50px; }
  article.post-teaser.sticky {
    background-color: #f9f9f9;
    padding: 10px 20px 20px; }
  article.post-teaser.sticky .sdo-blog-title:before {
    content: "\f08d";
    font-size: 30px;
    color: #fcc403;
    padding-right: 10px;
    font-family: FontAwesome; }
  article.post-teaser .sdo-blog-detail {
    padding-bottom: 50px;
    border-bottom: 1px solid #b6b6b6;
    margin-bottom: 50px; }
  article.post-teaser .sdo-blog-media .sdo-blog-image {
    text-align: center;
    margin-bottom: 30px; }
  article.post-teaser .sdo-blog-media .sdo-blog-video {
    margin-bottom: 25px; }
  article.post-teaser .sdo-blog-media .sdo-blog-video iframe {
    width: 100%;
    height: 472px; }
    @media (min-width: 767px) and (max-width: 992px) {
      article.post-teaser .sdo-blog-media .sdo-blog-video iframe {
        height: 350px; } }
    @media screen and (max-width: 766px) {
      article.post-teaser .sdo-blog-media .sdo-blog-video iframe {
        height: 250px; } }
  article.post-teaser .sdo-blog-media .sdo-blog-gallery {
    margin-bottom: 30px;
    position: relative; }
  article.post-teaser .sdo-blog-media .sdo-blog-gallery .carousel .carousel-control {
    background: none;
    text-shadow: none;
    opacity: 1; }
    article.post-teaser .sdo-blog-media .sdo-blog-gallery .carousel .carousel-control .fa {
      background: #fff;
      color: #141414;
      display: block;
      width: 35px;
      height: 35px;
      line-height: 35px;
      text-align: center;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -khtml-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      /* BACKGROUND GRADIENT */
      /* TRANSFORM STYLE */ }
    article.post-teaser .sdo-blog-media .sdo-blog-gallery .carousel .carousel-control:hover > .fa {
      background: #fcc403;
      color: #fff; }
  article.post-teaser .sdo-blog-media .sdo-blog-audio {
    margin-bottom: 30px; }
  article.post-teaser .sdo-blog-media .sdo-blog-audio .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3); }
    article.post-teaser .sdo-blog-media .sdo-blog-audio .overlay .overlay-inner {
      position: absolute;
      top: 50%;
      left: 0;
      text-align: center;
      width: 100%;
      -webkit-transform: translateY(-50%);
      -khtml-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      /* BACKGROUND GRADIENT */
      /* TRANSFORM STYLE */
      padding-left: 20px;
      padding-right: 20px; }
    article.post-teaser .sdo-blog-media .sdo-blog-audio .overlay .play-button {
      color: #fff;
      display: inline-block;
      border: 1px solid rgba(255, 255, 255, 0.3);
      font-size: 55px;
      height: 88px;
      line-height: 88px;
      text-align: center;
      width: 88px; }
    article.post-teaser .sdo-blog-media .sdo-blog-audio .overlay .mejs-container {
      margin-top: 40px; }
  article.post-teaser .sdo-blog-media .sdo-blog-link {
    line-height: 16px; }
  article.post-teaser .sdo-blog-title {
    font-size: 24px;
    position: relative;
    text-transform: uppercase; }
  article.post-teaser .sdo-blog-title:before {
    font-family: FontAwesome;
    background: #fcc403;
    bottom: -15px;
    content: "";
    height: 10px;
    left: 0;
    position: absolute;
    width: 10px; }
  article.post-teaser .sdo-blog-title a {
    color: #fcc403; }
  article.post-teaser .sdo-blog-title a:hover {
    color: #1a1a1a; }
  article.post-teaser .sdo-blog-content {
    color: #1a1a1a; }
  article.post-teaser .sdo-blog-meta {
    margin-bottom: 10px; }
  article.post-teaser .sdo-blog-meta ul {
    margin: 0;
    padding: 0;
    color: #c1c1c1; }
  article.post-teaser .sdo-blog-meta ul li {
    display: inline-block;
    position: relative;
    padding-right: 15px; }
    article.post-teaser .sdo-blog-meta ul li:not(:last-child):after {
      color: #b6b6b6;
      content: "|";
      position: absolute;
      right: 3px;
      top: 0; }
    article.post-teaser .sdo-blog-meta ul li a {
      color: #c1c1c1; }
    article.post-teaser .sdo-blog-meta ul li a:hover {
      color: #fcc403; }
  article.post-teaser .sdo-blog-link .sdo-blog-social .social-list {
    display: inline-block;
    padding: 0;
    margin: 0; }
    article.post-teaser .sdo-blog-link .sdo-blog-social .social-list li {
      display: inline-block;
      list-style: none;
      padding: 0 7px; }
    article.post-teaser .sdo-blog-link .sdo-blog-social .social-list li .fa {
      display: block;
      text-align: center; }
      article.post-teaser .sdo-blog-link .sdo-blog-social .social-list li .fa:hover {
        color: #fcc403; }
  article.post-teaser .sdo-blog-link .sdo-blog-readmore a {
    color: #ff5722;
    font-size: 14px; }
    article.post-teaser .sdo-blog-link .sdo-blog-readmore a:hover {
      color: #1a1a1a; }
    article.post-teaser .sdo-blog-link .sdo-blog-readmore a .fa {
      font-size: 16px;
      padding-left: 5px; }
  article.post-teaser .sdo-blog-link .sdo-blog-category {
    text-align: right;
    color: #ff5722; }
  article.post-teaser .sdo-blog-link .sdo-blog-category a {
    color: #ff5722; }
    article.post-teaser .sdo-blog-link .sdo-blog-category a:hover {
      color: #1a1a1a; }

article.blog-large .sdo-blog-meta {
  margin-bottom: 10px; }

article.blog-medium .sdo-blog-title {
  margin: -10px 0 25px; }
  article.blog-medium .sdo-blog-detail {
    border-bottom: unset;
    margin-bottom: 0;
    padding-bottom: 0; }
  article.blog-medium .sdo-blog-social {
    text-align: right; }
  article.blog-medium .sdo-blog-readmore {
    text-align: right; }
  article.blog-medium .sdo-blog-readmore i {
    margin-left: 5px; }
  article.blog-medium .sdo-blog-content p {
    margin-bottom: 0; }
  article.blog-medium .sdo-blog-image {
    margin-bottom: 15px !important; }
  article.blog-medium.post-teaser {
    border-bottom: 1px solid #b6b6b6; }
  article.blog-medium iframe {
    height: 300px !important; }

article.blog-grid {
  border: 1px solid #b6b6b6; }
  article.blog-grid .sdo-blog-detail {
    padding: 0 15px;
    border-bottom: none; }
  article.blog-grid .sdo-blog-meta ul {
    margin: 15px 0 0;
    padding: 0; }
  article.blog-grid iframe {
    height: 250px !important; }

.sdo-blog-single {
  /* SDO GRID COLUMNS */ }
  .sdo-blog-single .sdo-blog-detail {
    margin-bottom: 0 !important; }
  .sdo-blog-single .post-navigation {
    padding: 10px 0;
    border-bottom: 1px solid #b6b6b6;
    margin-bottom: 50px; }
  .sdo-blog-single .post-navigation a {
    font-size: 14px;
    max-width: 350px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .sdo-blog-single .post-navigation a.post-prev i {
    padding-right: 20px; }
  .sdo-blog-single .post-navigation a.post-next i {
    padding-left: 20px; }

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

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

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

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

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

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

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

.navigation {
  text-align: center;
  /* ==========================================================================
   [End] 3. Navigation
========================================================================== */
  /*=================================================================
 [Start] Portfolio
*==================================================================*/ }
  .navigation .pagination {
    margin-bottom: 40px; }
  .navigation .pagination a, .navigation .pagination .current {
    padding: 10px 15px;
    border: 1px solid #ececec;
    color: #333;
    margin-right: 7px; }
  .navigation .pagination a:hover, .navigation .pagination .current:hover {
    background-color: transparent;
    color: #fcc403; }
  .navigation .pagination span.current {
    color: #fcc403;
    background-color: transparent; }

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

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

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

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

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

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

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

#comments #respond {
  background: #f5f5f5;
  padding: 25px 30px 5px;
  margin-bottom: 100px; }
  #comments .comments-title, #comments .comment-reply-title {
    position: relative;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #1a1a1a;
    font-size: 18px; }
  #comments .comments-title:before, #comments .comment-reply-title:before {
    content: '';
    width: 10px;
    height: 10px;
    background-color: #fcc403;
    position: absolute;
    left: 0;
    bottom: -10px; }
  #comments .comment-list {
    list-style: none;
    padding: 0;
    margin: 0 0 50px; }
  #comments .comment-list .depth-1 {
    border-bottom: 1px solid #b6b6b6; }
  #comments .comment-list .comment {
    padding-top: 30px; }
  #comments .comment-list li {
    position: relative;
    list-style: none; }
  #comments .comment-list .comment-body {
    padding-bottom: 5px;
    overflow: hidden; }
  #comments .comment-list .comment-body .comment-author-image {
    float: left;
    max-width: 70px; }
    #comments .comment-list .comment-body .comment-author-image img {
      height: 80px;
      width: 80px; }
  #comments .comment-list .comment-main {
    margin-left: 100px; }
  @media screen and (max-width: 767px) {
      #comments .comment-list .comment-main {
        margin-left: 0; } }
  #comments .comment-list .comment-main .comment-header {
    margin-bottom: 10px; }
    #comments .comment-list .comment-main .comment-header .comment-author {
      font-size: 18px;
      color: #fcc403;
      display: list-item; }
    #comments .comment-list .comment-main .comment-header .comment-awaiting-moderation {
      font-size: 14px;
      font-style: italic; }
  #comments .comment-list .comment-main .comment-content {
    color: #212121; }
  #comments .comment-list .comment-main .reply {
    text-align: right;
    font-size: 14px;
    text-transform: uppercase;
    color: #fcc403;
    display: inline-block; }
    #comments .comment-list .comment-main .reply:hover, #comments .comment-list .comment-main .reply:hover a {
      color: #212121; }
    #comments .comment-list .comment-main .reply a {
      color: #fcc403; }
    #comments .comment-list .comment-main .reply .fa {
      font-size: 17px;
      margin-left: 8px; }
  #comments .comment-list ul.children {
    padding-left: 100px;
    position: relative; }
  #comments .comment-list ul.children li {
    border-top: 1px solid #b6b6b6; }
  #comments .comment-list ul.children .comment-author-image {
    max-width: 109px;
    float: left;
    background: #fff; }
  #comments #commentform p {
    margin: 0 0 25px; }
  #comments #commentform p input[type="text"], #comments #commentform p textarea {
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    /* BACKGROUND GRADIENT */
    border-color: #b6b6b6; }
    #comments #commentform p input[type="text"]:focus, #comments #commentform p textarea:focus {
      border-color: #fcc403; }
  #comments #commentform p label {
    font-size: 12px;
    font-style: italic;
    letter-spacing: 0.1em;
    color: #141414;
    text-transform: uppercase; }
  #comments #commentform p.comment-form-author, #comments #commentform p.comment-form-email {
    width: calc(50% - 10px);
    float: left;
    margin-bottom: 20px; }
    @media screen and (max-width: 767px) {
      #comments #commentform p.comment-form-author, #comments #commentform p.comment-form-email {
        width: 100%;
        margin-right: 0; } }
  #comments #commentform p.comment-form-author {
    margin-right: 20px; }
  #comments #commentform p.comment-form-comment #comment {
    height: 147px; }

.single #respond .form-submit input, .single #review_form #respond .form-submit input {
  background: #121212;
  border: unset;
  border-radius: unset;
  color: #fff;
  font-size: 14px;
  padding: 13px 60px;
  text-align: center;
  text-transform: uppercase;
  /*
**Single Product
*/ }
  .single #respond .form-submit input:hover, .single #review_form #respond .form-submit input:hover {
    color: #fcc403; }

.single.single-product.woocommerce #reviews h3 {
  position: relative;
  margin-bottom: 30px;
  text-transform: uppercase;
  color: #1a1a1a;
  font-size: 18px; }
  .single.single-product.woocommerce #reviews h3:before {
    background-color: #fcc403;
    bottom: -10px;
    content: "";
    display: inline-block;
    height: 10px;
    left: 0;
    position: absolute;
    width: 10px; }
  .single.single-product.woocommerce #reviews #comments {
    padding: 30px 50px 30px 50px;
    border-bottom: 1px solid #b8b8b8; }
  .single.single-product.woocommerce #reviews #comments ol.commentlist {
    padding-left: 0; }
  .single.single-product.woocommerce #reviews #comments ol.commentlist li .comment-text {
    border: none;
    padding: 0;
    margin-left: 115px; }
    @media screen and (max-width: 639px) {
            .single.single-product.woocommerce #reviews #comments ol.commentlist li .comment-text {
              margin-left: 0; } }
    .single.single-product.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
      font-size: 16px;
      line-height: 17px;
      margin-bottom: 8px; }
      .single.single-product.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta .author {
        color: #fcc403;
        display: list-item; }
    .single.single-product.woocommerce #reviews #comments ol.commentlist li .comment-text .description p {
      margin-bottom: 10px;
      color: #1a1a1a; }
    .single.single-product.woocommerce #reviews #comments ol.commentlist li .comment-text .star-rating {
      float: none; }
      .single.single-product.woocommerce #reviews #comments ol.commentlist li .comment-text .star-rating > span {
        color: #fcc403; }
    .single.single-product.woocommerce #reviews #comments ol.commentlist li img.avatar {
      width: auto;
      border: none;
      padding: 0; }
    @media screen and (max-width: 639px) {
            .single.single-product.woocommerce #reviews #comments ol.commentlist li img.avatar {
              position: relative;
              float: none;
              margin-bottom: 20px; } }
  .single.single-product.woocommerce #reviews #review_form {
    padding: 43px 50px 40px; }
  .single.single-product.woocommerce #reviews #review_form .comment-form p {
    margin-bottom: 20px; }
  .single.single-product.woocommerce #reviews #review_form .comment-form p.comment-form-comment {
    margin-bottom: 5px; }
  .single.single-product.woocommerce #reviews #review_form .comment-form-rating label {
    text-transform: uppercase;
    color: #fcc403; }
  .single.single-product.woocommerce #reviews #review_form .comment-form-rating .stars {
    margin-top: 10px; }

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

.has-input .form-control {
  border-color: #616161;
  color: #616161; }

.has-success .form-control {
  border-color: #0a736b;
  color: #0a736b; }

.has-danger .form-control {
  border-color: #ff5722;
  color: #ff5722; }

.has-disabled .form-control {
  border-color: #cfcfcf;
  color: #616161;
  background: #e9e9e9;
  /* Primary color class */ }

.primary-color {
  color: #fcc403; }

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

dl {
  margin-bottom: 1.6em; }

dt {
  font-weight: bold; }

dd {
  margin-bottom: 1.6em; }

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

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

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

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

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

th, td {
  padding: 0.4em; }

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

figure {
  margin: 0; }

del {
  opacity: 0.8; }

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

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

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

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

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

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

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

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

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

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

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

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

.sdo-row-overlay-bottom {
  position: relative;
  /* Newsletter */ }
  .sdo-row-overlay-bottom:before {
    width: 100%;
    height: 119px;
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    background: url(/wp-content/themes/sdo/assets/images/sdo-overlay-bottom.png) center bottom no-repeat; }

.sdo-newsletter {
  /* Custom heading */ }
  @media screen and (max-width: 979px) {
  .sdo-newsletter .wpb_wrapper p {
    text-align: center !important; } }
  .sdo-newsletter h1, .sdo-newsletter .textwidget {
    color: #f5f5f5;
    font-size: 22px;
    line-height: 40px;
    margin-top: 10px;
    letter-spacing: 0;
    text-align: center; }
  .sdo-newsletter h2, .sdo-newsletter .textwidget {
    color: #f5f5f5;
    font-size: 22px;
    line-height: 40px;
    margin-top: 10px;
    letter-spacing: 0;
    text-align: center; }
  .sdo-newsletter h3, .sdo-newsletter .textwidget {
    color: #f5f5f5;
    font-size: 22px;
    line-height: 40px;
    margin-top: 10px;
    letter-spacing: 0;
    text-align: center; }
  .sdo-newsletter h4, .sdo-newsletter .textwidget {
    color: #f5f5f5;
    font-size: 22px;
    line-height: 40px;
    margin-top: 10px;
    letter-spacing: 0;
    text-align: center; }
  .sdo-newsletter h5, .sdo-newsletter .textwidget {
    color: #f5f5f5;
    font-size: 22px;
    line-height: 40px;
    margin-top: 10px;
    letter-spacing: 0;
    text-align: center; }
  .sdo-newsletter h6, .sdo-newsletter .textwidget {
    color: #f5f5f5;
    font-size: 22px;
    line-height: 40px;
    margin-top: 10px;
    letter-spacing: 0;
    text-align: center; }
  .sdo-newsletter .widget.widget_newsletterwidget {
    margin-bottom: 0; }
  .sdo-newsletter form {
    text-align: center; }
  .sdo-newsletter form p {
    width: auto;
    display: inline-block; }
  .sdo-newsletter form .newsletter-email {
    background: #fff;
    border: 1px solid #f5f5f5;
    color: #b6b6b6;
    margin-top: 10px;
    min-width: 200px;
    padding: 10px 15px !important;
    width: 290px; }
  .sdo-newsletter form .newsletter-email:focus {
    background: #fff; }
  .sdo-newsletter form .newsletter-submit {
    background: #121212 none repeat scroll 0 0;
    color: #f5f5f5;
    margin-top: 10px;
    text-align: center;
    text-transform: uppercase;
    border: unset;
    border-radius: unset;
    padding: 14px 30px;
    font-size: 14px;
    margin-left: 10px; }
  .sdo-newsletter form .newsletter-submit:hover {
    color: #fcc403; }
  @media screen and (max-width: 979px) {
      .sdo-newsletter form .newsletter-submit {
        font-size: 13px; } }

.sdo-custom-header-left {
  text-transform: uppercase;
  position: relative;
  color: #fff;
  margin-bottom: 25px;
  /* Contact info */ }
  .sdo-custom-header-left:before {
    border-bottom: 7px solid #fcc403;
    bottom: -15px;
    content: "";
    left: 0;
    position: absolute;
    width: 7px; }
  .sdo-custom-header-left.custom-color:before {
    border-bottom-color: #f5f5f5; }

.sdo-home-contact-form input, .sdo-home-contact-form textarea {
  background: #fff none repeat scroll 0 0 !important;
  border: 1px solid #b6b6b6 !important;
  color: #121212 !important;
  margin-bottom: 10px !important;
  font-size: 16px !important;
  font-style: normal !important; }
  .sdo-home-contact-form .wpcf7-submit {
    background: #212121 !important;
    color: #f5f5f5 !important;
    text-transform: uppercase !important;
    padding: 10px 30px !important; }
  .sdo-home-contact-form .wpcf7-submit:hover {
    color: #fcc403 !important; }
  .sdo-home-contact-form .wpcf7-validation-errors {
    color: #fcc403 !important; }

.sdo-home-contact-info {
  margin-top: 30px;
  /* Logo */ }
  .sdo-home-contact-info h3 {
    line-height: 20px;
    margin-bottom: 10px; }
  .sdo-home-contact-info h3 i {
    color: #fcc403;
    margin-right: 10px; }
  .sdo-home-contact-info p {
    padding: 0;
    margin: 0; }

.sdo-logo-right {
  /* Portfolio */ }
  .sdo-logo-right .sdo-heading-main {
    display: inline-block;
    position: relative; }
  .sdo-logo-right .sdo-heading-main:before {
    background: #fcc403;
    content: "";
    height: 7px;
    position: absolute;
    right: 96px;
    top: 3px;
    width: 7px; }
  .sdo-logo-right .sdo-heading-main:after {
    background: #fcc403;
    content: "";
    height: 7px;
    position: absolute;
    right: 12%;
    top: calc(50% - 4px);
    width: 7px;
    z-index: 1; }

.sdo-portfolio-year {
  position: relative; }
  .sdo-portfolio-year:before {
    position: absolute;
    bottom: -10px;
    left: calc(50% - 4px);
    content: "";
    width: 8px;
    height: 8px;
    background: #fcc403; }

.scroll-menu #menu-about {
  padding: 0;
  margin: 0; }
  .scroll-menu #menu-about li {
    list-style-type: none;
    display: list-item;
    text-align: left;
    text-transform: uppercase;
    margin-left: 0;
    margin-bottom: 20px; }
  .scroll-menu #menu-about li a {
    color: #212121;
    font-size: 18px;
    line-height: 30px; }
  .scroll-menu #menu-about li a:hover {
    color: #fcc403; }

#sdo-loadmore.loading {
  position: relative; }
  #sdo-loadmore.loading:before {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 5px;
    content: "";
    background: url("/wp-content/themes/sdo/assets/images/loader.gif") no-repeat 0 0;
    background-size: 100%; }

.sdo-primary-bg {
  background: #fcc403; }

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

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

#sdo-header {
  width: 100%;
  z-index: 999;
  top: 0;
  -webkit-transition: all 420ms linear 0ms;
  -khtml-transition: all 420ms linear 0ms;
  -moz-transition: all 420ms linear 0ms;
  -ms-transition: all 420ms linear 0ms;
  -o-transition: all 420ms linear 0ms;
  transition: all 420ms linear 0ms;
  /* BACKGROUND GRADIENT */
  /* TRIPLE BORDERS */ }
  #sdo-header .sdo-header-main {
    position: relative; }
  #sdo-header .sdo-header-main .sdo-header-logo {
    max-width: 100%; }
  #sdo-header .sdo-header-main .sdo-header-logo-center {
    position: absolute;
    width: 100%;
    left: 0;
    text-align: center;
    margin: 0 auto; }
  #sdo-header .sdo-header-main .sdo-sticky-logo {
    display: none; }
  #sdo-header .sdo-header-main .sdo-header-secondary {
    max-width: 100%; }
  #sdo-header.no-sticky {
    position: relative; }
  #sdo-header.header-default {
    position: static; }
  #sdo-header.header-default.header-fixed {
    position: fixed;
    -webkit-animation: 0.5s ease 0s normal forwards 1 running toTopFromBottom2;
    -khtml-animation: 0.5s ease 0s normal forwards 1 running toTopFromBottom2;
    -moz-animation: 0.5s ease 0s normal forwards 1 running toTopFromBottom2;
    -ms-animation: 0.5s ease 0s normal forwards 1 running toTopFromBottom2;
    -o-animation: 0.5s ease 0s normal forwards 1 running toTopFromBottom2;
    animation: 0.5s ease 0s normal forwards 1 running toTopFromBottom2;
    /* BACKGROUND GRADIENT */
    /*///////////////////////////////////ANIMATION//////////////////////////////////*/ }
  #sdo-header > .container {
    position: relative;
    z-index: 99; }

#sdo-header.header-fixed .sdo-sticky-logo {
  display: block; }

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

.admin-bar {
  /*** End Admin Bar ***/
  /* Cart and Search
==========================================================*/ }
  .admin-bar #sdo-header {
    top: 32px; }
  .admin-bar #sdo-header.no-sticky {
    top: 0; }

.widget_cart_search_wrap {
  text-align: center; }
  .widget_cart_search_wrap .widget_cart_search_wrap_item {
    padding-left: 15px;
    float: left; }
  .widget_cart_search_wrap .widget_cart_search_wrap_item > a.icon {
    display: inline-block;
    height: 35px;
    width: 35px;
    line-height: 32px;
    text-align: center; }
  @media screen and (max-width: 767px) {
      .widget_cart_search_wrap .widget_cart_search_wrap_item > a.icon {
        position: absolute !important;
        right: 95px;
        top: 25px; }
        .widget_cart_search_wrap .widget_cart_search_wrap_item > a.icon.icon_search_wrap {
          -webkit-transform: translateX(100%);
          -khtml-transform: translateX(100%);
          -moz-transform: translateX(100%);
          -ms-transform: translateX(100%);
          -o-transform: translateX(100%);
          transform: translateX(100%);
          /* BACKGROUND GRADIENT */
          /* TRANSFORM STYLE */ } }
  @media (min-width: 768px) and (max-width: 992px) {
      .widget_cart_search_wrap .widget_cart_search_wrap_item > a.icon {
        position: absolute !important;
        right: 100px;
        top: 19px; }
        .widget_cart_search_wrap .widget_cart_search_wrap_item > a.icon.icon_search_wrap {
          -webkit-transform: translateX(100%);
          -khtml-transform: translateX(100%);
          -moz-transform: translateX(100%);
          -ms-transform: translateX(100%);
          -o-transform: translateX(100%);
          transform: translateX(100%);
          /* BACKGROUND GRADIENT */
          /* TRANSFORM STYLE */ } }
  .widget_cart_search_wrap .widget_cart_search_wrap_item > a.icon:hover i, .widget_cart_search_wrap .widget_cart_search_wrap_item > a.icon.active i {
    -webkit-animation: 0.3s ease 0s normal forwards 1 running toTopFromBottom;
    -khtml-animation: 0.3s ease 0s normal forwards 1 running toTopFromBottom;
    -moz-animation: 0.3s ease 0s normal forwards 1 running toTopFromBottom;
    -ms-animation: 0.3s ease 0s normal forwards 1 running toTopFromBottom;
    -o-animation: 0.3s ease 0s normal forwards 1 running toTopFromBottom;
    animation: 0.3s ease 0s normal forwards 1 running toTopFromBottom;
    /* BACKGROUND GRADIENT */
    /*///////////////////////////////////ANIMATION//////////////////////////////////*/ }
  .widget_cart_search_wrap .widget_cart_search_wrap_item > a.icon.icon_cart_wrap {
    position: relative; }
  .widget_cart_search_wrap .widget_cart_search_wrap_item > a.icon.icon_cart_wrap .cart_total {
    position: absolute;
    color: #fff;
    background-color: #fcc403;
    -webkit-border-radius: 100%;
    -khtml-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    /* BACKGROUND GRADIENT */
    display: block;
    font-size: 11px;
    height: 18px;
    line-height: 18px;
    right: -5px;
    text-align: center;
    top: -10px;
    width: 18px; }
  .widget_cart_search_wrap .widget_cart_search_wrap_item .shopping_cart_dropdown, .widget_cart_search_wrap .widget_cart_search_wrap_item .widget_searchform_content {
    height: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: all 400ms;
    -khtml-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
    /* BACKGROUND GRADIENT */
    /* TRIPLE BORDERS */ }
  .widget_cart_search_wrap .widget_cart_search_wrap_item .shopping_cart_dropdown.active, .widget_cart_search_wrap .widget_cart_search_wrap_item .widget_searchform_content.active {
    height: auto;
    overflow: hidden;
    opacity: 1;
    z-index: 100; }
  .widget_cart_search_wrap .widget_cart_search_wrap_item .shopping_cart_dropdown {
    width: 360px;
    position: absolute;
    background-color: #f6f6f6;
    top: 100%;
    right: 16px;
    border-top: 8px solid #1a1a1a; }
  @media screen and (max-width: 768px) {
      .widget_cart_search_wrap .widget_cart_search_wrap_item .shopping_cart_dropdown {
        right: 0;
        width: 100%; } }
  .widget_cart_search_wrap .widget_cart_search_wrap_item .shopping_cart_dropdown .shopping_cart_dropdown_inner {
    padding: 20px;
    border: 1px solid #ececec;
    border-top: none; }
  .widget_cart_search_wrap .widget_cart_search_wrap_item .shopping_cart_dropdown .shopping_cart_dropdown_inner .cart_list {
    list-style: none inside;
    margin: 0;
    padding: 0; }
  .widget_cart_search_wrap .widget_cart_search_wrap_item .shopping_cart_dropdown .shopping_cart_dropdown_inner .cart_list li.cart-list {
    border-bottom: 1px solid #393939;
    color: #fff;
    overflow: hidden;
    padding: 20px 0;
    line-height: normal; }
    .widget_cart_search_wrap .widget_cart_search_wrap_item .shopping_cart_dropdown .shopping_cart_dropdown_inner .cart_list li.cart-list.empty {
      text-align: center; }
    .widget_cart_search_wrap .widget_cart_search_wrap_item .shopping_cart_dropdown .shopping_cart_dropdown_inner .cart_list li.cart-list a {
      float: left; }
    .widget_cart_search_wrap .widget_cart_search_wrap_item .shopping_cart_dropdown .shopping_cart_dropdown_inner .cart_list li.cart-list a img {
      width: 75px;
      height: 93px; }
    .widget_cart_search_wrap .widget_cart_search_wrap_item .shopping_cart_dropdown .shopping_cart_dropdown_inner .cart_list li.cart-list .cart-list-info {
      padding-left: 95px;
      text-align: left; }
    .widget_cart_search_wrap .widget_cart_search_wrap_item .shopping_cart_dropdown .shopping_cart_dropdown_inner .cart_list li.cart-list .cart-list-info .title {
      color: #1a1a1a;
      font-size: 16px;
      padding: 0 0 10px;
      margin: 0 0 15px;
      text-transform: uppercase;
      line-height: normal; }
    .widget_cart_search_wrap .widget_cart_search_wrap_item .shopping_cart_dropdown .shopping_cart_dropdown_inner .cart_list li.cart-list .cart-list-info .amount {
      color: #fcc403;
      display: inline-block;
      font-style: italic;
      padding-bottom: 10px;
      padding-right: 4px; }
    .widget_cart_search_wrap .widget_cart_search_wrap_item .shopping_cart_dropdown .shopping_cart_dropdown_inner .cart_list li.cart-list .cart-list-info .quantity {
      display: inline;
      color: #858585;
      text-transform: uppercase;
      padding-bottom: 10px;
      padding-right: 4px; }
      .widget_cart_search_wrap .widget_cart_search_wrap_item .shopping_cart_dropdown .shopping_cart_dropdown_inner .cart_list li.cart-list .cart-list-info .quantity a {
        float: right;
        margin-left: 15px;
        color: #858585; }
  .widget_cart_search_wrap .widget_cart_search_wrap_item .shopping_cart_dropdown .shopping_cart_dropdown_inner .cart-total .total {
    font-size: 16px;
    color: #1a1a1a;
    display: block;
    text-align: right;
    text-transform: uppercase; }
    .widget_cart_search_wrap .widget_cart_search_wrap_item .shopping_cart_dropdown .shopping_cart_dropdown_inner .cart-total .total .amount {
      font-size: 18px;
      padding-left: 10px;
      color: #fcc403; }
  .widget_cart_search_wrap .widget_cart_search_wrap_item .shopping_cart_dropdown .shopping_cart_dropdown_inner .cart-total .btn {
    text-transform: uppercase;
    text-align: center;
    color: #fff !important; }
    .widget_cart_search_wrap .widget_cart_search_wrap_item .shopping_cart_dropdown .shopping_cart_dropdown_inner .cart-total .btn.btn-checkout:hover {
      color: #fcc403 !important; }
    .widget_cart_search_wrap .widget_cart_search_wrap_item .shopping_cart_dropdown .shopping_cart_dropdown_inner .cart-total .btn.btn-cart:hover {
      color: #1a1a1a !important; }
  .widget_cart_search_wrap .widget_cart_search_wrap_item .widget_searchform_content {
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%; }
  .widget_cart_search_wrap .widget_cart_search_wrap_item .widget_searchform_content form {
    position: relative;
    padding: 35px 60px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.3); }
  .widget_cart_search_wrap .widget_cart_search_wrap_item .widget_searchform_content form input {
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0;
    color: #fff; }
  .widget_cart_search_wrap .widget_cart_search_wrap_item .widget_searchform_content form input[type="text"] {
    font-size: 18px;
    color: #000;
    background-color: #fff;
    border: none;
    padding: 0 15px; }
    .widget_cart_search_wrap .widget_cart_search_wrap_item .widget_searchform_content form input[type="text"]:focus {
      background-color: #fff;
      border: none; }
  .widget_cart_search_wrap .widget_cart_search_wrap_item .widget_searchform_content form input[type="submit"] {
    font-size: 12px;
    text-transform: uppercase;
    padding: 0 50px;
    position: absolute;
    right: 40px;
    top: 35px;
    border: none;
    background-color: #fcc403; }
    @media screen and (max-width: 768px) {
          .widget_cart_search_wrap .widget_cart_search_wrap_item .widget_searchform_content form input[type="submit"] {
            padding: 0 15px; } }

footer {
  position: relative; }

#sdo-footer h5, #sdo-footer h3 {
  position: relative;
  margin-bottom: 20px; }
  #sdo-footer h5:after, #sdo-footer h3:after {
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 7px;
    height: 7px;
    background: #fcc403;
    content: ''; }
  #sdo-footer ul {
    margin: 0;
    padding: 0; }
  #sdo-footer ul li {
    list-style: none;
    padding: 10px 0;
    border-bottom: 1px solid #414141; }
  #sdo-footer ul li a {
    color: #f5f5f5; }
  #sdo-footer ul li a:hover {
    color: #fcc403; }
  #sdo-footer .sdo-footer-intro {
    line-height: 22px;
    margin-bottom: 5px;
    margin-top: 10px; }
  #sdo-footer .sdo-footer-intro span {
    position: relative;
    color: #f5f5f5;
    font-size: 18px; }
  #sdo-footer .sdo-footer-intro span:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 5px;
    height: 5px;
    background: #fcc403; }
  #sdo-footer .sdo-footer-intro span:after {
    position: absolute;
    top: 8px;
    left: 34px;
    content: "";
    width: 5px;
    height: 5px;
    background: #fcc403; }
  #sdo-footer .widget_nav_menu ul {
    border-bottom: 1px solid #414141;
    margin-top: -15px; }
  #sdo-footer .widget_nav_menu ul li {
    border-bottom: none;
    display: inline-block; }
  #sdo-footer .widget_nav_menu ul li + li {
    margin-left: 17px; }
  #sdo-footer .widget_nav_menu ul li a {
    color: #fcc403; }
  #sdo-footer .widget_nav_menu ul li a:hover {
    opacity: 0.5; }
  #sdo-footer .sdo-footer-phone h3 {
    padding-top: 10px; }
  #sdo-footer .sdo-footer-phone p {
    font-size: 16px;
    color: #f5f5f5;
    display: inline-block;
    width: 100%;
    margin-bottom: 0;
    padding-top: 10px; }
  #sdo-footer .sdo-footer-phone a {
    color: #f5f5f5; }
  #sdo-footer .sdo-footer-phone a:hover {
    color: #fcc403; }
  #sdo-footer .sdo-footer-phone .title {
    color: #fff;
    float: left;
    width: 35%; }
  #sdo-footer .sdo-footer-phone .title .fa {
    margin-right: 10px; }
  #sdo-footer .sdo-footer-phone .content {
    float: left;
    text-align: right;
    width: 65%; }
  #sdo-footer .widget_recent_entries ul li {
    position: relative; }
  #sdo-footer .widget_recent_entries ul li:before {
    content: "\f105";
    position: absolute;
    color: #414141;
    right: 0;
    top: 10px;
    font-family: FontAwesome; }
  #sdo-footer .widget_recent_entries ul li a {
    text-transform: uppercase; }
  #sdo-footer .sdo-footer-account h3 {
    margin-top: 10px; }
  #sdo-footer .sdo-footer-account > p {
    margin: 0;
    padding-top: 10px; }
  #sdo-footer .sdo-footer-account a {
    font-size: 16px;
    color: #f5f5f5;
    margin-bottom: 5px; }
  #sdo-footer .sdo-footer-account a:hover {
    color: #fcc403; }
  #sdo-footer .tweets-container ul {
    margin: 0;
    padding: 0; }
  #sdo-footer .tweets-container ul li {
    list-style: none inside;
    margin-bottom: 10px; }
  #sdo-footer .tweets-container ul li p {
    margin: 0;
    line-height: 24px; }
  #sdo-footer .tweets-container ul li .jtwt_tweet_text a {
    color: #fcc403; }
  #sdo-footer .tweets-container ul li .jtwt_tweet_text a:hover {
    color: #fff; }
  #sdo-footer .tweets-container ul li .jtwt_date {
    font-size: 11px;
    color: #fff; }
  #sdo-footer .tweets-container ul li .jtwt_date:hover {
    color: #fcc403; }
  #sdo-footer .tweets-container ul li .jtwt_date {
    font-size: 14px; }

#sdo-footer-copyright {
  /* End Widget Categories */ }
  #sdo-footer-copyright ul li {
    display: inline-block;
    height: 33px;
    line-height: 33px;
    width: 33px;
    text-align: center;
    margin: 0 5px 5px 0;
    list-style-type: none; }
  #sdo-footer-copyright ul li:hover i {
    -webkit-animation: 0.3s ease 0s normal forwards 1 running toTopFromBottom;
    -khtml-animation: 0.3s ease 0s normal forwards 1 running toTopFromBottom;
    -moz-animation: 0.3s ease 0s normal forwards 1 running toTopFromBottom;
    -ms-animation: 0.3s ease 0s normal forwards 1 running toTopFromBottom;
    -o-animation: 0.3s ease 0s normal forwards 1 running toTopFromBottom;
    animation: 0.3s ease 0s normal forwards 1 running toTopFromBottom;
    /* BACKGROUND GRADIENT */
    /*///////////////////////////////////ANIMATION//////////////////////////////////*/ }
  #sdo-footer-copyright ul li:hover a {
    color: #fcc403; }

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

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

#back_to_top span {
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-decoration: none;
  -webkit-transition: all 0.2s ease 0s;
  -khtml-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  /* BACKGROUND GRADIENT */
  /* TRIPLE BORDERS */
  background: rgba(0, 0, 0, 0.10);
  display: block;
  text-align: center;
  color: #b0b0b0; }
  #back_to_top span:hover {
    background: #fcc403;
    color: #fff; }
  #back_to_top span:hover i {
    color: #fff; }
  #back_to_top span i {
    font-size: 15px;
    -webkit-transition: all 0.2s ease 0s;
    -khtml-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    /* BACKGROUND GRADIENT */
    /* TRIPLE BORDERS */
    line-height: 42px;
    color: #fcc403; }

.footer-social {
  padding: 0;
  /* End Back To Top */
  /* ==========================================================================
    End Style Footer
========================================================================== */ }

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

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

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

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

.wpcf7-form {
  /* ==========================================================================
   [End] All Style Form
========================================================================== */ }
  .wpcf7-form .wpcf7-form-item {
    margin-bottom: 24px; }
  .wpcf7-form input[type='text'], .wpcf7-form input[type="password"], .wpcf7-form input[type="datetime"], .wpcf7-form input[type="datetime-local"], .wpcf7-form input[type="date"], .wpcf7-form input[type="month"], .wpcf7-form input[type="time"], .wpcf7-form input[type="week"], .wpcf7-form input[type="number"], .wpcf7-form input[type="email"], .wpcf7-form input[type="url"], .wpcf7-form input[type="search"], .wpcf7-form input[type="tel"], .wpcf7-form input[type="color"], .wpcf7-form textarea, .wpcf7-form select {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .wpcf7-form textarea {
    height: 150px; }
  .wpcf7-form .form-action {
    text-align: right; }
  .wpcf7-form .form-action .wpcf7-form-control {
    float: right; }
  .wpcf7-form .form-action .wpcf7-submit {
    letter-spacing: 0.4em;
    font-size: 14px;
    padding: 19px 38px;
    line-height: 1.1; }
  .wpcf7-form .form-action .wpcf7-submit:hover, .wpcf7-form .form-action .wpcf7-submit:focus {
    background: #fff !important; }
  .wpcf7-form .wpcf7-form-control-wrap {
    display: block; }
  .wpcf7-form .wpcf7-form-control-wrap .wpcf7-textarea + .wpcf7-not-valid-tip {
    bottom: -1px; }
  .wpcf7-form .wpcf7-not-valid-tip {
    font-size: 12px;
    position: absolute;
    right: 15px;
    bottom: 3px;
    color: #fcc403; }
  .wpcf7-form .wpcf7-validation-errors {
    display: block;
    text-align: center;
    margin: 20px 0 0;
    border: 1px solid #fcc403;
    color: #ff3a47; }
  .wpcf7-form .wpcf7-response-output {
    text-align: center; }

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

*::-moz-selection {
  background: #fcc403;
  color: #fff; }

*::-webkit-selection {
  background: #fcc403;
  color: #fff; }

*::selection {
  background: #fcc403;
  color: #fff; }

.sdo-animation {
  visibility: hidden; }

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

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

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

.left {
  float: left; }

.right {
  float: right; }

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

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

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

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

p {
  margin: 0 0 15px;
  letter-spacing: 0.04em; }

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

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

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

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

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

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

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

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

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

#sdo-page-element-wrap {
  position: relative; }
  #sdo-page-element-wrap:before {
    height: 120px;
    width: 100%;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(/wp-content/themes/sdo/assets/images/sdo-overlay-bottom.png) center bottom no-repeat; }

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

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

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

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

.entry-content .wpb_row {
  /*
----> End VC Row Overlay Color
*/
  /*
----> VC Row Backgrund Color Custom
*/ }
  .entry-content .wpb_row.background-image-fixed {
    overflow: hidden;
    position: inherit; }
  .entry-content .wpb_row.background-image-fixed .sdo-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 .sdo-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 .sdo-custom-bg-left, .row-custom-bg-color .sdo-custom-bg-right {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%; }
  .row-custom-bg-color .sdo-custom-bg-right {
    left: inherit;
    right: 0; }

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

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

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

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

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

.error404 {
  /* [End] Eror Page
==============================================================*/ }
  .error404 #main {
    padding: 0 !important; }
  .error404 #main #primary {
    padding: 415px 0 310px;
    position: relative; }
  .error404 #main #primary:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 51%;
    content: '';
    background-color: #212121; }
  @media screen and (max-width: 479px) {
        .error404 #main #primary:before {
          height: 53%; } }
  .error404 #main #primary:after {
    border-bottom: 50px solid #212121;
    border-left: 2000px solid transparent;
    bottom: 51%;
    content: "";
    left: 0;
    position: absolute;
    width: 100%; }
  @media screen and (max-width: 479px) {
        .error404 #main #primary:after {
          bottom: 53%; } }
  .error404 .entry-error404 .entry-header h1 {
    font-size: 60px;
    color: #fcc403;
    margin-bottom: 60px;
    position: relative; }
  .error404 .entry-error404 .entry-header h1:after {
    background: #fcc403;
    bottom: -12px;
    content: "";
    display: table-column;
    height: 7px;
    left: 5px;
    position: absolute;
    width: 7px; }
  .error404 .entry-error404 .entry-footer h2 {
    color: #f5f5f5;
    font-size: 60px;
    line-height: 95px;
    margin-bottom: 45px; }
  .error404 .entry-error404 .entry-footer .btn-home {
    margin-right: 20px;
    font-size: 14px;
    padding: 13px 47px; }

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

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

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

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

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

img {
  max-width: 100%; }

.alignleft {
  float: left; }

.alignright {
  float: right; }

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

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

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

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

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

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

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

.gallery-item a {
  display: block; }

.gallery-caption a {
  display: inline; }

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

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

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

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

.rev_slider_wrapper {
  /* Slideshow
=============================================*/ }
  .rev_slider_wrapper .custom.tparrows {
    background: #fcc403;
    background: rgba(252, 196, 3, 0.7);
    /* COLOR OPACITY */ }
  .rev_slider_wrapper .custom.tparrows:hover {
    background: #fcc403;
    background: #fcc403;
    /* COLOR OPACITY */ }
  @media screen and (min-width: 1500px) {
  .rev_slider_wrapper .tp-leftarrow {
    left: 140px !important; }
    .rev_slider_wrapper .tp-rightarrow {
      left: calc(100% - 140px) !important; } }
  .rev_slider_wrapper .sdo-dot-primary-1 {
    position: relative; }
  .rev_slider_wrapper .sdo-dot-primary-1:after {
    position: absolute;
    width: 10px;
    height: 10px;
    content: "";
    background: #fcc403;
    top: calc(100% - 9px);
    left: 0; }
  .rev_slider_wrapper .sdo-dot-primary-2 {
    position: relative; }
  .rev_slider_wrapper .sdo-dot-primary-2:after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    rigth: -20px;
    bottom: 15px;
    background: #fcc403; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nav-menu * {
  -webkit-transition: all 200ms ease-in-out 0ms;
  -khtml-transition: all 200ms ease-in-out 0ms;
  -moz-transition: all 200ms ease-in-out 0ms;
  -ms-transition: all 200ms ease-in-out 0ms;
  -o-transition: all 200ms ease-in-out 0ms;
  transition: all 200ms ease-in-out 0ms;
  /* BACKGROUND GRADIENT */
  /* TRIPLE BORDERS */ }

.nav-menu {
  margin: 0;
  padding: 0;
  text-indent: 0;
  display: inline-block;
  text-align: center; }
  .nav-menu li {
    display: inline-block;
    position: relative;
    list-style: none; }
  .nav-menu li a {
    display: inline-block;
    position: relative;
    white-space: nowrap; }

.navbar-brand {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  text-align: center;
  margin: auto; }

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }

.navbar-toggle .icon-bar:nth-of-type(2) {
  top: 4px; }

.navbar-toggle .icon-bar:nth-of-type(3) {
  top: 9px; }

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  background-color: #ccc;
  border-radius: 1px; }

.navbar-toggle .icon-bar {
  position: relative;
  transition: all 500ms ease-in-out; }

.navbar-toggle.active .icon-bar:nth-of-type(1) {
  top: 6px;
  transform: rotate(45deg); }

.navbar-toggle.active .icon-bar:nth-of-type(2) {
  background-color: transparent; }

.navbar-toggle.active .icon-bar:nth-of-type(3) {
  top: 2px;
  transform: rotate(-45deg); }

.sdo-header-navigation-left {
  float: none; }

.sdo-header-navigation-right {
  float: none; }

#sdo-menu-mobile {
  display: none; }

@media screen and (min-width: 992px) {
  /*
 *  End Main Menu For Screen Large ( > 992px ).
 */
  /*
 *  Max width of 992 pixels - Menu Mobi
 */
    .collapse {
      display: block; }
    .sdo-header-navigation-left {
      float: left; }
    .sdo-header-navigation-right {
      float: right; }
    .nav-menu > li {
      /* Start Mega Menu */ }
      .nav-menu > li:hover {
        /* Style Sub Menu - Level 2 */ }
        .nav-menu > li:hover > ul.sub-menu {
          overflow: visible;
          opacity: 1;
          visibility: visible;
          margin-top: 0; }
      .nav-menu > li ul.sub-menu {
        position: absolute;
        left: 0;
        top: 100%;
        min-width: 200px;
        z-index: 29;
        padding: 0;
        margin-top: 10px;
        background-color: #fff;
        overflow: hidden;
        opacity: 0;
        visibility: hidden; }
        .nav-menu > li ul.sub-menu li {
          width: 100%; }
          .nav-menu > li ul.sub-menu li:hover ul.sub-menu {
            overflow: visible;
            opacity: 1;
            visibility: visible;
            margin-top: 0; }
          .nav-menu > li ul.sub-menu li a {
            display: block;
            line-height: 38px;
            padding-left: 15px;
            padding-right: 15px;
            border-bottom: 1px solid #eae9e9;
            /* Menu - Level > 3 */ }
          .nav-menu > li ul.sub-menu li ul.sub-menu {
            top: 0;
            /* Menu Stick Wall */
            left: 100%; }
            .nav-menu > li ul.sub-menu li ul.sub-menu.back {
              right: 100%;
              left: auto; }
              .nav-menu > li ul.sub-menu li ul.sub-menu.back ul:not(.back) {
                right: 100%;
                left: auto; }
              .nav-menu > li ul.sub-menu li ul.sub-menu.back ul.back {
                left: 100%;
                right: auto; }
                .nav-menu > li ul.sub-menu li ul.sub-menu.back ul.back ul:not(.back) {
                  left: 100%;
                  right: auto; }
                .nav-menu > li ul.sub-menu li ul.sub-menu.back ul.back ul.back {
                  right: 100%;
                  left: auto; }
          .nav-menu > li ul.sub-menu li .sdo-menu-toggle {
            position: absolute;
            right: 15px;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -khtml-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
            /* BACKGROUND GRADIENT */
            /* TRANSFORM STYLE */ }
      .nav-menu > li.menu-item-has-children {
        /* End Mega Menu */ }
      .nav-menu > li.menu-item-has-children.has_full_width {
        position: inherit; }
        .nav-menu > li.menu-item-has-children.has_full_width > ul {
          left: 0 !important;
          width: 100% !important; }
      .nav-menu > li.menu-item-has-children .columns2 > li:nth-of-type(2n+1), .nav-menu > li.menu-item-has-children .columns3 > li:nth-child(3n+1), .nav-menu > li.menu-item-has-children .columns4 > li:nth-child(4n+1), .nav-menu > li.menu-item-has-children .columns5 > li:nth-child(5n+1) {
        clear: left; }
      .nav-menu > li.menu-item-has-children .columns5 > li {
        width: 20% !important; }
      .nav-menu > li.menu-item-has-children .columns4 > li {
        width: 25% !important; }
      .nav-menu > li.menu-item-has-children .columns3 > li {
        width: 33% !important; }
      .nav-menu > li.menu-item-has-children .columns2 > li {
        width: 50% !important; }
      .nav-menu > li.menu-item-has-children [class*="columns"] > li {
        float: left; }
        .nav-menu > li.menu-item-has-children [class*="columns"] > li > a {
          width: 100%; }
      .nav-menu > li.menu-item-has-children > ul.multicolumn .sdo-menu-toggle, .nav-menu > li.menu-item-has-children > ul.drop_full_width .sdo-menu-toggle {
        display: none; }
        .nav-menu > li.menu-item-has-children > ul.multicolumn ul.sub-menu, .nav-menu > li.menu-item-has-children > ul.drop_full_width ul.sub-menu {
          position: static;
          margin-top: 0;
          max-height: 1000px;
          overflow: visible;
          padding-left: 15px; }
    #sdo-menu-mobile.collapse {
      display: none; } }

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

.secondary .widget, .wpb_widgetised_column .widget {
  border-bottom: none;
  margin-bottom: 40px; }
  .secondary .wg-title, .wpb_widgetised_column .wg-title {
    font-size: 18px;
    color: #141414;
    letter-spacing: 0;
    position: relative;
    text-transform: uppercase; }
  .secondary .wg-title:before, .wpb_widgetised_column .wg-title:before {
    position: absolute;
    left: 0;
    bottom: -10px;
    content: '';
    width: 10px;
    height: 10px;
    display: inline-block;
    background-color: #fcc403; }
  .secondary .widget_layered_nav ul, .wpb_widgetised_column .widget_layered_nav ul {
    margin: -20px 0 0 30px; }
  .secondary ul, .wpb_widgetised_column ul {
    padding: 0;
    margin: 0; }
  .secondary ul ul, .wpb_widgetised_column ul ul {
    margin: 0 0 0 15px; }
  .secondary ul li, .wpb_widgetised_column ul li {
    list-style: none inside;
    line-height: 42px; }
  .secondary ul li.current-cat a, .wpb_widgetised_column ul li.current-cat a {
    color: #fcc403; }
  .secondary ul li.current-cat a:after, .wpb_widgetised_column ul li.current-cat a:after {
    background: #fcc403;
    bottom: -8px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 100%; }
  .secondary ul li a, .wpb_widgetised_column ul li a {
    position: relative;
    color: #1a1a1a; }
  .secondary ul li a:hover, .wpb_widgetised_column ul li a:hover {
    color: #fcc403; }
  .secondary ul li a:hover:after, .wpb_widgetised_column ul li a:hover:after {
    background: #fcc403;
    bottom: -8px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 100%; }

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

.widget_rss ul li a {
  color: #fcc403; }

.widget_tag_cloud {
  /**
* Calendar Widget
*/ }
  .widget_tag_cloud h3 {
    margin-bottom: 30px; }

#wp-calendar {
  border-width: 0;
  /**
* Shop Footer
*/ }
  #wp-calendar th, #wp-calendar td {
    border-width: 0; }
  #wp-calendar caption {
    box-shadow: 0 0 5px #fcc403;
    position: relative; }
  #wp-calendar caption:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: #777;
    -webkit-box-shadow: 0 15px 10px #777;
    -moz-box-shadow: 0 15px 10px #777;
    box-shadow: 0 15px 10px #777;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg); }
  #wp-calendar caption, #wp-calendar th {
    color: #212121;
    font-size: 18px; }
  #wp-calendar td {
    font-size: 18px;
    padding: 0; }
  #wp-calendar #today {
    color: #fcc403; }

.shop-footer .widget {
  margin-bottom: 0; }
  .shop-footer .shop-info {
    padding: 100px 0 70px;
    background: #f6f6f6; }
  .shop-footer .shop-info .fa {
    color: #fcc403; }
  .shop-footer .shop-info p {
    margin-bottom: 0;
    color: #212121; }
  .shop-footer .shop-info span {
    color: #9a9a9a; }
  .shop-footer .shop-info span.title {
    font-size: 30px; }
  .shop-footer .shop-info .content {
    margin-bottom: 30px; }
  .shop-footer .shop-subscribers {
    background: #fcc403;
    padding: 20px 0 12px; }
  @media screen and (max-width: 1279px) {
      .shop-footer .shop-subscribers .newsletter.newsletter-widget {
        text-align: center; } }
  .shop-footer .shop-subscribers .newsletter-submit {
    background: #121212;
    border: unset;
    border-radius: unset;
    color: #f5f5f5;
    font-size: 14px;
    margin-left: 10px;
    margin-top: 10px;
    padding: 14px 30px;
    text-align: center;
    text-transform: uppercase; }
  .shop-footer .shop-subscribers .newsletter-submit:hover {
    color: #fcc403; }
  .shop-footer .shop-subscribers .newsletter-email {
    background: #fff;
    border: 1px solid #f5f5f5;
    color: #b6b6b6;
    margin-top: 10px;
    min-width: 200px;
    padding: 10px 15px !important;
    width: 290px; }
  .shop-footer .shop-subscribers h1, .shop-footer .shop-subscribers .textwidget {
    color: #f5f5f5;
    font-size: 22px;
    line-height: 40px;
    margin-top: 10px;
    letter-spacing: 0;
    text-align: center; }
  .shop-footer .shop-subscribers h2, .shop-footer .shop-subscribers .textwidget {
    color: #f5f5f5;
    font-size: 22px;
    line-height: 40px;
    margin-top: 10px;
    letter-spacing: 0;
    text-align: center; }
  .shop-footer .shop-subscribers h3, .shop-footer .shop-subscribers .textwidget {
    color: #f5f5f5;
    font-size: 22px;
    line-height: 40px;
    margin-top: 10px;
    letter-spacing: 0;
    text-align: center; }
  .shop-footer .shop-subscribers h4, .shop-footer .shop-subscribers .textwidget {
    color: #f5f5f5;
    font-size: 22px;
    line-height: 40px;
    margin-top: 10px;
    letter-spacing: 0;
    text-align: center; }
  .shop-footer .shop-subscribers h5, .shop-footer .shop-subscribers .textwidget {
    color: #f5f5f5;
    font-size: 22px;
    line-height: 40px;
    margin-top: 10px;
    letter-spacing: 0;
    text-align: center; }
  .shop-footer .shop-subscribers h6, .shop-footer .shop-subscribers .textwidget {
    color: #f5f5f5;
    font-size: 22px;
    line-height: 40px;
    margin-top: 10px;
    letter-spacing: 0;
    text-align: center; }
  .shop-footer .shop-subscribers p {
    display: inline-block; }

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

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

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

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

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

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

#secondary .sdo-recent-post-wrapper {
  /* Widget license*/ }
  #secondary .sdo-recent-post-wrapper .sdo-recent-details .date {
    color: #fcc403; }

.woocommerce.widget_layered_nav {
  /**
* Calendar Widget
*/ }
  .woocommerce.widget_layered_nav ul {
    margin: 20px 0 0; }
  .woocommerce.widget_layered_nav ul li {
    border-bottom: none;
    line-height: 40px; }
  .woocommerce.widget_layered_nav ul li a:before {
    content: ''; }

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

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

.widget_price_filter .price_slider_wrapper {
  position: relative;
  padding-top: 30px;
  /**
* News Tabs
*/ }
  .widget_price_filter .price_slider_wrapper .price_slider {
    background-color: #909090 !important;
    -webkit-border-radius: 0 !important;
    -khtml-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    border-radius: 0 !important;
    /* BACKGROUND GRADIENT */ }
  .widget_price_filter .price_slider_wrapper .price_slider .ui-slider-handle {
    width: 20px;
    height: 10px;
    top: 0;
    border-radius: 0;
    left: -10px;
    background-color: #fcc403; }
  .widget_price_filter .price_slider_wrapper .price_slider .ui-slider-handle:after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #fcc403;
    content: "";
    left: 6px;
    position: absolute;
    top: 10px; }
  .widget_price_filter .price_slider_wrapper .price_slider .ui-slider-range {
    background-color: #141414;
    height: 10px;
    border-radius: 0; }
  .widget_price_filter .price_slider_wrapper .price_slider_amount {
    text-align: center;
    padding-bottom: 70px; }
  .widget_price_filter .price_slider_wrapper .price_slider_amount .price_label {
    font-size: 14px;
    line-height: 14px; }
  .widget_price_filter .price_slider_wrapper .price_slider_amount .button {
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    /* BACKGROUND GRADIENT */
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    color: #fff;
    background: #fcc403;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0 !important; }
  .widget_price_filter .price_slider_wrapper .price_slider_amount .button:hover {
    color: #121212; }

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

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

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

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

#sdo-footer-content .widget_sdo_instagram_widget .wg-title, #sdo-footer-content .widget_search .wg-title {
  margin-bottom: 39px !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  #secondary {
    margin-top: 50px; }

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

  .template-sdo_fancybox--process .sdo-fancybox-item .sdo-fancybox-inner::after {
    content: none; } }

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

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

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

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

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

@media screen and (max-width: 332px) {
  /*
 *  Max width of 992 pixels - Menu Mobi
 */ }

@media screen and (max-width: 991px) {
  /*
 *  End Max width of 992 pixels - Menu Mobi
 */
    .sdo-header-navigation.collapse {
      display: block;
      background: #fff; }
    .sdo-header-navigation {
      display: none;
      background: #fff;
      position: absolute;
      top: 100%;
      width: 100%;
      left: 0;
      z-index: 99; }
    #sdo-menu-mobile {
      display: block;
      /* First Level - Menu Mobi */ }
      #sdo-menu-mobile i {
        background: #fcc403;
        color: #fff;
        cursor: pointer;
        font-size: 20px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        width: 40px; }
        #sdo-menu-mobile i:hover {
          background: #333; }
    ul.nav-menu > li {
      display: block;
      padding-left: 15px; }
      ul.nav-menu > li.current-menu-parent a, ul.nav-menu > li.current_page_ancestor a {
        border-bottom: none; }
      ul.nav-menu > li a {
        height: inherit;
        line-height: inherit;
        color: #999;
        line-height: 50px !important; }
      ul.nav-menu > li .sdo-menu-toggle {
        cursor: pointer;
        position: absolute;
        right: 5px;
        text-align: center;
        top: 5px;
        width: 30px;
        color: #999;
        /* Sub Level - Menu Mobi */ }
      ul.nav-menu > li ul.sub-menu {
        max-height: 0;
        overflow: hidden;
        padding-left: 10px;
        width: 100% !important; }
        ul.nav-menu > li ul.sub-menu li {
          display: block;
          background: transparent; }
          ul.nav-menu > li ul.sub-menu li.current_page_item a, ul.nav-menu > li ul.sub-menu li.current-menu-ancestor a, ul.nav-menu > li ul.sub-menu li:hover a {
            background: transparent;
            border-bottom: none;
            color: #fcc403; }
          ul.nav-menu > li ul.sub-menu li a {
            color: #999; }
        ul.nav-menu > li ul.sub-menu.submenu-open {
          max-height: 1000px; }
          ul.nav-menu > li ul.sub-menu.submenu-open + .sdo-menu-toggle i:before {
            content: "\f106"; } }
