/* ------------------------------------------------------

  Stylesheet Guide

---------------------------------------------------------

  1. Global
    1.1. Layout
  2. General Classes
  3. Typography
  4. Header
    4.1. Top Bar
    4.2. Navigation
      4.2.1. Vertical Navigation
  	4.3. Bottom Bar
  5. General Components / Shortcodes
    5.1. Social Links
    5.2. Back to Top Button
    5.3. Breadcrumb
    5.4. Page Header
    5.5. Additional Navigation
    5.6. Author Box
    5.7. Newsletter
    5.8. Dropdown
    5.9. Modal windows
    5.10. Hidden Element
    5.11. Advertising Area
    5.12. Owl Carousel
    5.13. Lightbox
    5.14. Google Maps
    5.15. Label
    5.16. Statistic
    5.17. Countdown
    5.18. Employers
    5.19. Half-page Columns
    5.20. Rating
    5.21. Team Members
    5.22. Categories
    5.23. Filter
    5.24. Slideshow
    5.25. Questions
    5.26. Accordions & Toggles
    5.27. Tabs & Tour Sections
    5.28. Alert Boxes
    5.29. Pricing Tables
    5.30. Icon Boxes
    5.31. Progress Bars
    5.32. Testimonials
    5.33. Video & Audio players
    5.34. Call Out
  6. UI Elements
    6.1. Buttons
    6.2. Lists
    6.3. Tables
    6.4. Forms
    6.5. Dropcaps
    6.6. Blockquotes
    6.7. Tooltips
    6.8. Counters
    6.9. Dividers
    6.10. Pagination
  7. Sidebar
    7.1. Widgets
    7.2. Hidden Sidebar
  8. Pages
    8.1. 404
    8.2. Blog
    8.3. My Account
    8.4. My Listings & Bookmarks
    8.5. Messages
    8.6. Edit Profile
    8.7. Add New Listing
    8.8. Home v2
    8.9. Home v5
    8.10. Category
    8.11. Listings
    8.12. Deals
    8.13. Home v4
  9. Footer
  10. Media Queries

---------------------------------------------------------- */

  @import url(reset.css);
  @import url(bootstrap.min.css);
  @import url(font-awesome.min.css);
  @import url(linear-icons.css);

/* ------------------------------------------------------
  
  1. Global
  
------------------------------------------------------ */

  body {
    font-size: 14px;
    line-height: 24px;
    font-family: 'Heebo', sans-serif;
    font-weight: 400;
    color: #777;
    background: #f7f7f7;
    position: relative;
    overflow-x: hidden;
  }

  ::selection {
    color: #fff;
    background-color: #70af1a;
  }

  ::-moz-selection {
    color: #fff;
    background-color: #70af1a;
  }

  .ss-blue-theme ::selection {
    color: #fff;
    background-color: #0074d9;
  }

  .ss-blue-theme ::-moz-selection {
    color: #fff;
    background-color: #0074d9;
  }

  .ss-red-theme ::selection {
    color: #fff;
    background-color: rgb(51, 122, 183);
  }

  .ss-red-theme ::-moz-selection {
    color: #fff;
    background-color: rgb(51, 122, 183);
  }

  .ss-dark-blue-theme ::selection {
    color: #fff;
    background-color: #0054a0;
  }

  .ss-dark-blue-theme ::-moz-selection {
    color: #fff;
    background-color: #0054a0;
  }

  .ss-light-green-theme ::selection {
    color: #fff;
    background-color: #5ab291;
  }

  .ss-light-green-theme ::-moz-selection {
    color: #fff;
    background-color: #5ab291;
  }

  ::-webkit-scrollbar {
    width: 10px;
    background: #e0e0e0;
  }

  ::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #222;
  }

  ::-webkit-input-placeholder {
    color: #a5a5a5;
  }

  ::-webkit-textarea-placeholder {
    color: #a5a5a5;
  }

  input::-moz-placeholder {
    color: #a5a5a5;
    opacity: 1 !important;
  }

  textarea::-moz-placeholder {
    color: #a5a5a5;
    opacity: 1 !important;
  }

  ::-ms-input-placeholder {
    color: #a5a5a5;
  }

  ::-ms-textarea-placeholder {
    color: #a5a5a5;
  }

  [data-bg],
  [data-fw-bg] .ss-bg-element {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }

  .fa, .lnr {
    line-height: inherit;
    vertical-align: middle;
  }

  /* ------------------------------------------------------

    1.1. Layout
      
  ------------------------------------------------------ */

    .ss-page-content {
      position: relative;
      z-index: 105;
      /*min-height: 80vh;*/
      min-height: auto;
    }
    

    .ss-section {
      /*padding-top: 50px;*/
      /*padding-bottom: 50px;*/
      position: relative;
      z-index: 1;
    }

    .ss-section.ss-small {
      padding-top: 25px;
      padding-bottom: 25px;
    }

    .ss-section.ss-large {
      padding-top: 18px;
      padding-bottom: 18px;
    }

    .ss-section.ss-without-top-spacing {
      padding-top: 0 !important;
    }

    .ss-section.ss-without-bottom-spacing {
      padding-bottom: 0 !important;
    }

    .ss-section.ss-without-spacing {
      padding-top: 0px;
      padding-bottom: 0px;
    }

    .ss-section .ss-section:not(.ss-fw-bg):first-child,
    .ss-section:not(.ss-fw-bg) + .ss-section:not(.ss-fw-bg),
    .ss-page-title + .ss-section:not(.ss-fw-bg) {
      padding-top: 0px;
    }

    .ss-section .ss-section:not(.ss-fw-bg):last-child {
      padding-bottom: 0px;
    }

    .ss-section.ss-fw-bg .ss-bg-element {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: -1;
    }

    .ss-section.ss-green .ss-bg-element {
      background-color: #70af1a;
    }

  /*  .ss-fw-bg.ss-bg-white .ss-bg-element {
      background: #323232;
    }*/

    .ss-fw-bg.ss-bg-gray .ss-bg-element {
      background-color: #ededed;
    }

    .ss-section.ss-dim {
      color: #a5a5a5;
    }

    .ss-section.ss-dim h1,
    .ss-section.ss-dim h2,
    .ss-section.ss-dim h3,
    .ss-section.ss-dim h4,
    .ss-section.ss-dim h5,
    .ss-section.ss-dim h6 {
      color: #fff;
    }

    .ss-section.ss-dim .ss-bg-element::before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: -1;
      background: #000;
      opacity: .7;
    }

    .ss-box {
      border-radius: 4px;
      padding: 30px 20px;
      background: #fff;
    }

    .ss-box.ss-type-2 {
      padding-top: 20px;
      padding-bottom: 40px;
    }

    .ss-box.ss-type-3 {
      padding-top: 35px;
      padding-bottom: 40px;
    }

    .ss-box a {
      color: #222;
      text-decoration: none;
    }

    .ss-box a:hover,
    .ss-box a:focus {
      color: #70af1a;
    }

    .ss-box:not(:last-child) {
      margin-bottom: 30px;
    }

    .ss-section-header {
      display: table;
      width: 100%;
      table-layout: fixed;
    }

    .ss-section-header .ss-left-col,
    .ss-section-header .ss-right-col {
      display: table-cell;
      vertical-align: middle;
    }

    .ss-section-header .ss-left-col {
      padding-right: 20px;
    }

    .ss-section-header .ss-right-col {
      text-align: right;
      padding-left: 20px;
    }

    .ss-section-header:not(:last-child) {
      margin-bottom: 30px;
    }

    .ss-section-header.ss-type-2 {
      display: block;
      margin-top: -20px;
      margin-left: -18px;
      margin-right: -18px;
    }

    .ss-section-header.ss-type-2 .ss-left-col,
    .ss-section-header.ss-type-2 .ss-right-col {
      display: inline-block;
      vertical-align: middle;
      padding: 20px 18px 0;
      text-align: initial;
    }

    .ss-section-header.ss-type-2:not(:last-child) {
      margin-bottom: 40px;
    }

    .ss-table-row {
      display: table;
      margin-left: auto;
      margin-right: auto;
      table-layout: fixed;
      width: 100%;
    }

    .ss-table-row > [class*="col-"] {
      display: table-cell;
      vertical-align: middle;
      float: none;
    }

    .ss-table-row > [class*="col-"]:first-child {
      padding-left: 0px;
    }

    .ss-table-row > [class*="col-"]:last-child {
      padding-right: 0px;
    }

/* ------------------------------------------------------
    
  2. General Classes
    
------------------------------------------------------ */

  .align-center {
    text-align: center;
  }

  .align-right,
  .ss-right-edge {
    text-align: right;
  }

  .alignleft {
    float: left;
    margin: 0 30px 10px 0;
  }

  .alignright {
    float: right;
    margin: 0 0 10px 30px;
  }

  img.alignleft,
  img.alignright {
    max-width: 48%;
  }

/* ------------------------------------------------------
    
  3. Typography
    
------------------------------------------------------ */

  h1, h2, h3, h4, h5, h6 {
    color: #222;
  }

  h1:not(:last-child),
  h2:not(:last-child),
  h3:not(:last-child),
  .ss-page-title:not(:last-child){
    margin-bottom: 25px;
  }

  h4:not(:last-child),
  h5:not(:last-child),
  h6:not(:last-child) {
    margin-bottom: 18px;
  }

  h1 {
    margin-top: 0px;
    font-size: 36px;
    line-height: 43px;
  }

  h2 {
    font-size: 30px;
    line-height: 37px;
  }

  h3 {
    font-size: 24px;
    line-height: 31px;
  }

  h4 {
    font-size: 18px;
    line-height: 25px;
  }

  h5 {
    font-size: 16px;
    line-height: 23px;
  }

  h6 {
    font-size: 15px;
    line-height: 22px;
  }

  a,
  a:hover,
  a:focus {
    color: #70af1a;
  }

  a[data-tooltip],
  a[data-tooltip]:hover,
  a[data-tooltip]:focus {
    color: #222;
    text-decoration: none;
  }

  mark {
    padding: 0 2px;
    background-color: #70af1a;
    color: #fff;
  }

  mark.ss-type-2 {
    background-color: #dadada;
    color: #222;
  }

  .ss-super-bold {
    font-weight: 900;
  }

  .ss-blue-theme a,
  .ss-blue-theme a:hover,
  .ss-blue-theme a:focus {
    color: #0074d9;
  }

  .ss-red-theme a,
  .ss-red-theme a:hover,
  .ss-red-theme a:focus {
    color: rgb(51, 122, 183);
  }

  .ss-dark-blue-theme a,
  .ss-dark-blue-theme a:hover,
  .ss-dark-blue-theme a:focus {
    color: #f7841b;
  }

  .ss-light-green-theme a {
    color: #2349b7;
  }

  .ss-light-green-theme a:hover, 
  .ss-light-green-theme a:focus {
    color: #2349b7;
    text-decoration: underline;
  }

  a, button {
    -moz-transition-property: color, background-color, border-radius;
    -o-transition-property: color, background-color, border-radius;
    -webkit-transition-property: color, background-color, border-radius;
    transition-property: color, background-color, border-radius;
    -moz-transition-duration: 0.6s;
    -o-transition-duration: 0.6s;
    -webkit-transition-duration: 0.6s;
    transition-duration: 0.6s;
    -moz-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  }

  a:hover,
  a:focus,
  button:hover,
  button:focus {
    -moz-transition-duration: 0.35s;
    -o-transition-duration: 0.35s;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
  }

  p:not(:last-child) {
    margin-bottom: 12px;
  }

  small {
    font-size: 13px;
    line-height: 23px;
  }

  .ss-section-title {
    font-size: 36px;
    line-height: 43px;
  }

  .ss-section-title.ss-type-2 {
    font-size: 24px;
    line-height: 32px;
    text-transform: uppercase;
  }

  .ss-section-title:not([class*="align-"]),
  .ss-section-subtitle:not([class*="align-"]),
  .ss-section-description:not([class*="align-"]) {
    text-align: center;
  }

  .ss-section-title.ss-type-2:not([class*="align-"]) {
    text-align: left;
  }

  .ss-section-title:not(:last-child) {
    margin-bottom: 10px;
  }

  .ss-section-title[class*="align-"]:not(:last-child) {
    margin-bottom: 40px;
  }

  .ss-section-subtitle,
  .ss-section-description {
    color: #a5a5a5;
    font-size: 16px;
    line-height: 26px;
  }

  .ss-section-description [class*="ss-btn"]:last-child:not(:only-child) {
    margin-top: 15px;
  }

  .ss-section-subtitle:not(:last-child),
  .ss-section-description:not(:last-child) {
    margin-bottom: 35px;
  }

  .ss-box h1:not(:last-child),
  .ss-box h2:not(:last-child),
  .ss-box h3:not(:last-child) {
    margin-bottom: 20px;
  }

  .ss-box h4:not(:last-child),
  .ss-box h5:not(:last-child),
  .ss-box h6:not(:last-child) {
    margin-bottom: 23px;
  }

  .ss-box h1 + p:not([class]),
  .ss-box h2 + p:not([class]),
  .ss-box h3 + p:not([class]),
  .ss-box h4 + p:not([class]),
  .ss-box h5 + p:not([class]),
  .ss-box h6 + p:not([class]) {
    margin-top: -5px;
  }

  .ss-purple-color{
    color: #8c32a5;
  }

  .ss-red-color {
    color: rgb(51, 122, 183);
  }

  .ss-blue-color {
    color: #0074d9;
  }

  .ss-green-color {
    color: #588f27;
  }

  .ss-orange-color {
    color: #ffba00;
  }

  .ss-lightblue-color {
    color: #04bfbf;
  }

  .ss-pink-color {
    color: #ff358b;
  }

  .ss-brown-color {
    color: #cc6b32;
  }

  .ss-darkred-color {
    color: #d70000;
  }

  .ss-olive-color {
    color: #8ea106;
  }

  .ss-darkblue-color {
    color: #037e8c;
  }

  .ss-red-color {
    color: #fc4349;
  }

  .ss-lightblue-color-2 {
    color: #28adff;
  }

  .ss-orange-color-2 {
    color: #f57336;
  }

  .ss-darkpurple-color {
    color: #730046;
  }

/* ------------------------------------------------------
    
  4. Header
    
------------------------------------------------------ */

  .ss-header {
    position: relative;
    z-index: 120;
  }

  .ss-header .ss-hsection {
    width: 100%;
    padding: 20px 20px;
  }

  .ss-header.ss-type-2 .ss-hsection {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .ss-header.ss-type-3 .ss-hsection {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .ss-header.ss-type-4 .ss-hcontent {
    font-size: 12px;
  }

  .ss-header.ss-type-4 .ss-navigation {
    color: #777;
  }

  .ss-header.ss-type-4 .ss-navigation > li {
    font-size: 12px;
    margin-left: 0;
    margin-right: 0;
  }

  .ss-header.ss-type-4 .ss-navigation .sub-menu,
  .ss-header.ss-type-4 .ss-navigation .ss-sub-menu {
    font-size: 14px;
  }

  .ss-header.ss-type-4 .ss-navigation > li > a {
    display: inline-block;
  }

  .ss-header.ss-type-4 .ss-navigation > li > a::before {
    display: none;
  }

  .ss-header.ss-type-4 .ss-navigation > li:not(:first-child)::before {
    content: '|';
    font-size: 10px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px;
    margin-left: 9px;
    position: relative;
    z-index: 1;
  }

  .ss-header.ss-type-4 .ss-navigation > li {
    display: inline-block;
  }

  .ss-header.ss-type-4 .ss-navigation .ss-has-children > a::after,
  .ss-header.ss-type-4 .ss-navigation .menu-item-has-children > a::after {
    margin-top: -10px;
  }

  .ss-header .ss-top-bar:not(:first-child),
  .ss-header .ss-hsection:not(:first-child) {
    border-top-width: 1px;
    border-style: solid;
  }

  .ss-header.ss-type-3 .ss-top-bar:not(:first-child),
  .ss-header.ss-type-3 .ss-hsection:not(:first-child) {
    border-top: none;
  }

  .ss-header .ss-hcontent {
    text-align: left;
    margin-left: -19px;
    margin-right: -19px;
    margin-top: 0px;
    width: 100%;
    margin-top: 20px;
  }

  .ss-header .ss-hcontent > * {
    display: inline-block;
    vertical-align: middle;
    margin-left: 19px;
    margin-right: 0px;
    margin-top: 0px;
    width: 100%;
  }


  .ss-header .ss-top-tier,
  .ss-header .ss-bottom-tier {
    margin-top: -5px;
    margin-left: -7px;
    margin-right: -7px;
    position: relative;
    z-index: 1;
  }
  .ss-social-links i {
    display: inline;
    vertical-align: middle;
    text-align:right;
}

  .ss-header .ss-top-tier {
    z-index: 2;
  }

  .ss-header .ss-top-tier:not(:last-child) {
    margin-bottom: 5px;
  }

  .ss-header .ss-top-tier > *,
  .ss-header .ss-bottom-tier > * {
    display: inline-block;
    vertical-align: middle;
    padding: 5px 7px 0;
  }

  .ss-current-location > * {
    vertical-align: baseline;
  }

  .ss-current-location .fa,
  .ss-current-location .lnr,
  .ss-top-bar .ss-login .fa,
  .ss-top-bar .ss-login .lnr {
    font-size: 20px;
    margin-right: 4px;
    display: inline-block;
    vertical-align: middle;
  }

  .ss-header .ss-sticked {
    top: 0;
    position: fixed;
    border-color: transparent;
  }

  .ss-header small {
    font-size: 12px;
    line-height: 18px;
  }

  .ss-header .ss-login {
    color: #777;
  }

  .ss-header .ss-login a {
    display: inline-block;
  }

  /* colors */
  .ss-header.ss-dark,
  .ss-header.ss-dark a {
    color: #fff;
  }

  .ss-header.ss-dark,
  .ss-header.ss-dark .ss-sticked {
    background: #222;
  }

  .ss-header.ss-light,
  .ss-header.ss-light a {
    color: #222;
  }

  .ss-header.ss-light,
  .ss-header.ss-light .ss-sticked {
    background: #fff;
  }

  .ss-header.ss-light .ss-sticked {
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
  }

  .ss-header.ss-transparent {
    background: transparent;
  }

  .ss-header.ss-theme-color,
  .ss-header.ss-theme-color .ss-sticked {
    background: #70af1a;
  }

  .ss-blue-theme .ss-header.ss-theme-color,
  .ss-blue-theme .ss-header.ss-theme-color .ss-hsection.ss-sticked {
    background: #0074d9;
  }

  .ss-dark-blue-theme .ss-header.ss-theme-color,
  .ss-dark-blue-theme .ss-header.ss-theme-color .ss-hsection.ss-sticked {
    background: #00294d;
  }

  .ss-red-theme .ss-header.ss-theme-color,
  .ss-red-theme .ss-header.ss-theme-color .ss-hsection.ss-sticked {
    background: #c13324;
  }

  .ss-light-green-theme .ss-header.ss-theme-color,
  .ss-light-green-theme .ss-header.ss-theme-color .ss-hsection.ss-sticked {
    background: #5ab291;
  }

  .ss-header.ss-dark .ss-top-bar:not(:first-child),
  .ss-header.ss-dark .ss-hsection:not(:first-child):not(.ss-sticked) {
    border-color: #404040;
  }

  .ss-header.ss-light .ss-top-bar:not(:first-child),
  .ss-header.ss-light .ss-hsection:not(:first-child):not(.ss-sticked) {
    border-color: #e8e8e8;
  }

  .ss-header.ss-transparent .ss-top-bar:not(:first-child),
  .ss-header.ss-transparent .ss-hsection:not(:first-child):not(.ss-sticked),
  .ss-header.ss-theme-color .ss-top-bar:not(:first-child),
  .ss-header.ss-theme-color .ss-hsection:not(:first-child):not(.ss-sticked) {
    border-color: rgba(255, 255, 255, 0.25);
  }

  .ss-header.ss-dark .ss-social-links > li > a:hover,
  .ss-header.ss-dark .ss-social-links > li > a:focus,
  .ss-header.ss-light .ss-social-links > li > a:hover,
  .ss-header.ss-light .ss-social-links > li > a:focus {
    color: #70af1a;
  }

  .ss-red-theme .ss-header.ss-dark .ss-social-links > li > a:hover,
  .ss-red-theme .ss-header.ss-dark .ss-social-links > li > a:focus,
  .ss-red-theme .ss-header.ss-light .ss-social-links > li > a:hover,
  .ss-red-theme .ss-header.ss-light .ss-social-links > li > a:focus {
    color: rgb(51, 122, 183);
  }

  .ss-blue-theme .ss-header.ss-dark .ss-social-links > li > a:hover,
  .ss-blue-theme .ss-header.ss-dark .ss-social-links > li > a:focus,
  .ss-blue-theme .ss-header.ss-light .ss-social-links > li > a:hover,
  .ss-blue-theme .ss-header.ss-light .ss-social-links > li > a:focus {
    color: #0074d9;
  }

  .ss-dark-blue-theme .ss-header.ss-dark .ss-social-links > li > a:hover,
  .ss-dark-blue-theme .ss-header.ss-dark .ss-social-links > li > a:focus,
  .ss-dark-blue-theme .ss-header.ss-light .ss-social-links > li > a:hover,
  .ss-dark-blue-theme .ss-header.ss-light .ss-social-links > li > a:focus {
    color: #0054a0;
  }

  .ss-light-green-theme .ss-header.ss-dark .ss-social-links > li > a:hover,
  .ss-light-green-theme .ss-header.ss-dark .ss-social-links > li > a:focus,
  .ss-light-green-theme .ss-header.ss-light .ss-social-links > li > a:hover,
  .ss-light-green-theme .ss-header.ss-light .ss-social-links > li > a:focus {
    color: #70af1a;
  }

  .ss-header.ss-theme-color .ss-social-links > li > a:hover,
  .ss-header.ss-theme-color .ss-social-links > li > a:focus {
    color: #222;
  }

  .ss-search-btn {
    font-size: 24px;
  }

  .ss-header.ss-translucent .ss-hsection {
    position: relative;
    z-index: 2;
  }

  /* ------------------------------------------------------

    4.1. Top Bar
      
  ------------------------------------------------------ */

    .ss-header .ss-top-bar {
      padding: 0;
      font-size: 12px;
      position: relative;
      z-index: 2;
    }

    .ss-top-bar::after {
      content: "";
      display: block;
      clear: both;
    }

    .ss-header:not([class*="ss-type-"]) .ss-top-bar > .ss-hr-list:first-child {
      margin-left: -1px;
    }

    .ss-header:not([class*="ss-type-"]) .ss-top-bar > .ss-hr-list:last-child {
      margin-right: -1px;
    }

    .ss-header:not([class*="ss-type-"]) .ss-top-bar .ss-hr-list {
      display: table;
      table-layout: fixed;
      width: auto;
      float: left;
      border-collapse: collapse;
    }

    .ss-header:not([class*="ss-type-"]) .ss-top-bar .ss-hr-list > li {
      display: table-cell;
      vertical-align: middle;
      height: 40px;
      border-left: 1px solid #404040;
      border-right: 1px solid #404040;
      padding-left: 20px;
      padding-right: 20px;
    }

    .ss-header.ss-light:not([class*="ss-type-"]) .ss-top-bar .ss-hr-list > li {
      border-left-color: #e8e8e8;
      border-right-color: #e8e8e8;
    }

    .ss-header.ss-transparent:not([class*="ss-type-"]) .ss-top-bar .ss-hr-list > li,
    .ss-header.ss-theme-color:not([class*="ss-type-"]) .ss-top-bar .ss-hr-list > li {
      border-left-color: rgba(255, 255, 255, 0.25);
      border-right-color: rgba(255, 255, 255, 0.25);
    }

    .ss-header:not([class*="ss-type-"]) .ss-top-bar .ss-hr-list:last-child {
      float: right;
    }

    .ss-top-bar .ss-social-links {
      margin-left: -7px;
      margin-right: -7px;
    }

    .ss-top-bar .ss-social-links > li > a {
      width: auto;
      height: auto;
      display: block;
      padding: 0px 7px;
      border-radius: 0px;
      border: none;
    }

    .ss-top-bar .ss-social-links > li > a:hover {
      background: transparent;
    }

  /* ------------------------------------------------------
    
    4.2. Navigation
      
  ------------------------------------------------------ */

    .ss-nav-wrap {
      display: inline-block;
    }

    .ss-navigation {
      font-size: 0;
      line-height: 0;
      text-align: left;
      position: relative;
      z-index: 1;
      margin-left: 0px;
      margin-right: 0px;
    }

    .ss-navigation > li {
      font-size: 14px;
    line-height: 18px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 0px;
    margin-right: 0px;
    padding: 6px 23px;
    }

    .ss-navigation > li > a {
      display: block;
      text-decoration: none;
      padding-top: 5px;
      padding-bottom: 5px;
    }

    .ss-navigation .ss-has-children,
    .ss-navigation .menu-item-has-children {
      position: relative;
      z-index: 1;
    }

    .ss-navigation .sub-menu,
    .ss-navigation .ss-sub-menu {
      opacity: 0;
      visibility: hidden;
      position: absolute;
      z-index: 1;
      top: 100%;
      left: -20px;
      min-width: 220px;
      width: 100%;
      -webkit-transition: opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), visibility 0.35s cubic-bezier(0.23, 1, 0.32, 1);
      transition: opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), visibility 0.35s cubic-bezier(0.23, 1, 0.32, 1);
    }

    .ss-navigation .sub-menu.ss-reverse,
    .ss-navigation .ss-sub-menu.ss-reverse {
      left: auto;
      right: -20px;
    }

    .ss-navigation .sub-menu .sub-menu,
    .ss-navigation .ss-sub-menu .ss-sub-menu {
      top: 0;
      left: 100%;
    }

    .ss-navigation .sub-menu .sub-menu.ss-reverse,
    .ss-navigation .ss-sub-menu .ss-sub-menu.ss-reverse {
      left: auto;
      right: 100%;
    }

    .ss-no-touchevents .ss-navigation .ss-has-children.ss-selected > .ss-sub-menu,
    .ss-no-touchevents .ss-navigation .menu-item-has-children.ss-selected > .sub-menu,
    .ss-touchevents .ss-navigation .ss-has-children.ss-tapped > .ss-sub-menu,
    .ss-touchevents .ss-navigation .menu-item-has-children.ss-tapped > .sub-menu {
      opacity: 1;
      visibility: visible;
    }
    .ss-sub-menu li a{
        padding: 5px 0px;
    margin: 0px 20px;
    border-bottom: 1px solid;
    padding-left: 0px !important;
    }
    .ss-sub-menu li:last-child a{
       
    border-bottom: none;
    
    }

    .ss-header.ss-dark .ss-navigation > li > a {
      color: #fff;
    }

    .ss-header.ss-dark .ss-navigation .sub-menu a,
    .ss-header.ss-dark .ss-navigation .ss-sub-menu a,
    .ss-header.ss-light .ss-navigation > li > a,
    .ss-header.ss-light .ss-navigation .sub-menu a,
    .ss-header.ss-light .ss-navigation .ss-sub-menu a {
      color: #222;
    }

    .ss-csstransforms3d .ss-navigation > li > a {
      position: relative;
      z-index: 1;
    }

    .ss-navigation > li > a::before {
      content: "";
      display: block;
      height: 2px;
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      opacity: 0;
    }

    .ss-header.ss-dark .ss-navigation > li > a::before {
      background: #fff;
    }

    .ss-header.ss-light .ss-navigation > li > a::before {
      background: #fff;
    }

    .ss-no-touchevents .ss-navigation > li:hover > a::before,
    .ss-no-touchevents .ss-navigation > .ss-has-children.ss-selected > a::before,
    .ss-no-touchevents .ss-navigation > .menu-item-has-children.ss-selected > a::before,
    .ss-touchevents .ss-navigation > .ss-has-children.ss-tapped > a::before,
    .ss-touchevents .ss-navigation > .menu-item-has-children.ss-tapped > a::before,
    .ss-navigation > .current-menu-item > a::before,
    .ss-navigation > .ss-current > a::before {
      opacity: 1;
    }

    .ss-csstransforms3d .ss-navigation > li > a::before {
      -webkit-transition: -webkit-transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
      transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
      -webkit-transform: scale3d(0, 1, 1);
      -ms-transform: scale3d(0, 1, 1);
      transform: scale3d(0, 1, 1);
    }

    .ss-csstransforms3d.ss-no-touchevents .ss-navigation > li:hover > a::before,
    .ss-csstransforms3d.ss-no-touchevents .ss-navigation > .ss-has-children.ss-selected > a::before,
    .ss-csstransforms3d.ss-no-touchevents .ss-navigation > .menu-item-has-children.ss-selected > a::before,
    .ss-csstransforms3d.ss-touchevents .ss-navigation > .ss-has-children.ss-tapped > a::before,
    .ss-csstransforms3d.ss-touchevents .ss-navigation > .menu-item-has-children.ss-tapped > a::before,
    .ss-csstransforms3d .ss-navigation > .current-menu-item > a::before,
    .ss-csstransforms3d .ss-navigation > .ss-current > a::before {
      -webkit-transform: scale3d(1, 1, 1);
      -ms-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
    }

    .ss-navigation .sub-menu,
    .ss-navigation .ss-sub-menu {
      background: #337ab7;
      border-radius: 4px;
      padding: 15px 0;
    }

    .ss-csstransforms3d .ss-navigation .sub-menu,
    .ss-csstransforms3d .ss-navigation .ss-sub-menu {
      -webkit-transition-property: -webkit-transform, opacity, visibility;
      transition-property: transform, opacity, visibility;
      -webkit-transform: translate3d(0, 10px, 0);
      -ms-transform: translate3d(0, 10px, 0);
      transform: translate3d(0, 10px, 0);
    }

    .ss-csstransforms3d.ss-no-touchevents .ss-navigation .ss-has-children.ss-selected > .ss-sub-menu,
    .ss-csstransforms3d.ss-no-touchevents .ss-navigation .menu-item-has-children.ss-selected > .sub-menu,
    .ss-csstransforms3d.ss-touchevents .ss-navigation .ss-has-children.ss-tapped > .ss-sub-menu,
    .ss-csstransforms3d.ss-touchevents .ss-navigation .menu-item-has-children.ss-tapped > .sub-menu {
      -webkit-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }

    .ss-navigation .sub-menu::before,
    .ss-navigation .ss-sub-menu::before {
      content: "";
      display: block;
      position: absolute;
      bottom: 100%;
      left: 0;
      right: 0;
      height: 0px;
      background: rgba(0, 0, 0, 0.01);
    }

    .ss-navigation .sub-menu .sub-menu,
    .ss-navigation .ss-sub-menu .ss-sub-menu {
      margin: -15px 0 0 2px;
    }

    .ss-navigation .sub-menu .sub-menu.ss-reverse,
    .ss-navigation .ss-sub-menu .ss-sub-menu.ss-reverse {
      margin-left: 0px;
      margin-right: 2px;
    }

    .ss-navigation .sub-menu .sub-menu::before,
    .ss-navigation .ss-sub-menu .ss-sub-menu::before {
      bottom: auto;
      top: 0;
      left: auto;
      right: 100%;
      height: 100%;
      width: 3px;
    }

    .ss-navigation .sub-menu .sub-menu.ss-reverse::before,
    .ss-navigation .ss-sub-menu .ss-sub-menu.ss-reverse::before {
      right: auto;
      left: 100%;
    }

    .ss-no-touchevents .ss-header.ss-dark .ss-navigation .sub-menu > li:hover > a,
    .ss-no-touchevents .ss-header.ss-dark .ss-navigation .ss-sub-menu > li:hover > a,
    .ss-no-touchevents .ss-header.ss-dark .ss-navigation .sub-menu > .ss-selected > a,
    .ss-no-touchevents .ss-header.ss-dark .ss-navigation .ss-sub-menu > .ss-selected > a,
    .ss-touchevents .ss-header.ss-dark .ss-navigation .sub-menu > .ss-tapped > a,
    .ss-touchevents .ss-header.ss-dark .ss-navigation .ss-sub-menu > .ss-tapped > a,
    .ss-header.ss-dark .ss-navigation .menu-item-has-children .current-menu-item > a,
    .ss-header.ss-dark .ss-navigation .ss-has-children .ss-current > a,
    .ss-no-touchevents .ss-header.ss-light .ss-navigation .sub-menu > li:hover > a,
    .ss-no-touchevents .ss-header.ss-light .ss-navigation .ss-sub-menu > li:hover > a,
    .ss-no-touchevents .ss-header.ss-light .ss-navigation .sub-menu > .ss-selected > a,
    .ss-no-touchevents .ss-header.ss-light .ss-navigation .ss-sub-menu > .ss-selected > a,
    .ss-touchevents .ss-header.ss-light .ss-navigation .sub-menu > .ss-tapped > a,
    .ss-touchevents .ss-header.ss-light .ss-navigation .ss-sub-menu > .ss-tapped > a,
    .ss-header.ss-light .ss-navigation .menu-item-has-children .current-menu-item > a,
    .ss-header.ss-light .ss-navigation .ss-has-children .ss-current > a {
      color: #70af1a;
    }

    .ss-no-touchevents .ss-dark-blue-theme .ss-header.ss-dark .ss-navigation .sub-menu > li:hover > a,
    .ss-no-touchevents .ss-dark-blue-theme .ss-header.ss-dark .ss-navigation .ss-sub-menu > li:hover > a,
    .ss-no-touchevents .ss-dark-blue-theme .ss-header.ss-dark .ss-navigation .sub-menu > .ss-selected > a,
    .ss-no-touchevents .ss-dark-blue-theme .ss-header.ss-dark .ss-navigation .ss-sub-menu > .ss-selected > a,
    .ss-touchevents .ss-dark-blue-theme .ss-header.ss-dark .ss-navigation .sub-menu > .ss-tapped > a,
    .ss-touchevents .ss-dark-blue-theme .ss-header.ss-dark .ss-navigation .ss-sub-menu > .ss-tapped > a,
    .ss-dark-blue-theme .ss-header.ss-dark .ss-navigation .menu-item-has-children .current-menu-item > a,
    .ss-dark-blue-theme .ss-header.ss-dark .ss-navigation .ss-has-children .ss-current > a,
    .ss-no-touchevents .ss-dark-blue-theme .ss-header.ss-light .ss-navigation .sub-menu > li:hover > a,
    .ss-no-touchevents .ss-dark-blue-theme .ss-header.ss-light .ss-navigation .ss-sub-menu > li:hover > a,
    .ss-no-touchevents .ss-dark-blue-theme .ss-header.ss-light .ss-navigation .sub-menu > .ss-selected > a,
    .ss-no-touchevents .ss-dark-blue-theme .ss-header.ss-light .ss-navigation .ss-sub-menu > .ss-selected > a,
    .ss-touchevents .ss-dark-blue-theme .ss-header.ss-light .ss-navigation .sub-menu > .ss-tapped > a,
    .ss-touchevents .ss-dark-blue-theme .ss-header.ss-light .ss-navigation .ss-sub-menu > .ss-tapped > a,
    .ss-dark-blue-theme .ss-header.ss-light .ss-navigation .menu-item-has-children .current-menu-item > a,
    .ss-dark-blue-theme .ss-header.ss-light .ss-navigation .ss-has-children .ss-current > a {
      color: #0054a0;
    }

    .ss-no-touchevents .ss-blue-theme .ss-header.ss-dark .ss-navigation .sub-menu > li:hover > a,
    .ss-no-touchevents .ss-blue-theme .ss-header.ss-dark .ss-navigation .ss-sub-menu > li:hover > a,
    .ss-no-touchevents .ss-blue-theme .ss-header.ss-dark .ss-navigation .sub-menu > .ss-selected > a,
    .ss-no-touchevents .ss-blue-theme .ss-header.ss-dark .ss-navigation .ss-sub-menu > .ss-selected > a,
    .ss-touchevents .ss-blue-theme .ss-header.ss-dark .ss-navigation .sub-menu > .ss-tapped > a,
    .ss-touchevents .ss-blue-theme .ss-header.ss-dark .ss-navigation .ss-sub-menu > .ss-tapped > a,
    .ss-blue-theme .ss-header.ss-dark .ss-navigation .menu-item-has-children .current-menu-item > a,
    .ss-blue-theme .ss-header.ss-dark .ss-navigation .ss-has-children .ss-current > a,
    .ss-no-touchevents .ss-blue-theme .ss-header.ss-light .ss-navigation .sub-menu > li:hover > a,
    .ss-no-touchevents .ss-blue-theme .ss-header.ss-light .ss-navigation .ss-sub-menu > li:hover > a,
    .ss-no-touchevents .ss-blue-theme .ss-header.ss-light .ss-navigation .sub-menu > .ss-selected > a,
    .ss-no-touchevents .ss-blue-theme .ss-header.ss-light .ss-navigation .ss-sub-menu > .ss-selected > a,
    .ss-touchevents .ss-blue-theme .ss-header.ss-light .ss-navigation .sub-menu > .ss-tapped > a,
    .ss-touchevents .ss-blue-theme .ss-header.ss-light .ss-navigation .ss-sub-menu > .ss-tapped > a,
    .ss-blue-theme .ss-header.ss-light .ss-navigation .menu-item-has-children .current-menu-item > a,
    .ss-blue-theme .ss-header.ss-light .ss-navigation .ss-has-children .ss-current > a {
      color: #0074d9;
    }

    .ss-no-touchevents .ss-red-theme .ss-header.ss-dark .ss-navigation .sub-menu > li:hover > a,
    .ss-no-touchevents .ss-red-theme .ss-header.ss-dark .ss-navigation .ss-sub-menu > li:hover > a,
    .ss-no-touchevents .ss-red-theme .ss-header.ss-dark .ss-navigation .sub-menu > .ss-selected > a,
    .ss-no-touchevents .ss-red-theme .ss-header.ss-dark .ss-navigation .ss-sub-menu > .ss-selected > a,
    .ss-touchevents .ss-red-theme .ss-header.ss-dark .ss-navigation .sub-menu > .ss-tapped > a,
    .ss-touchevents .ss-red-theme .ss-header.ss-dark .ss-navigation .ss-sub-menu > .ss-tapped > a,
    .ss-red-theme .ss-header.ss-dark .ss-navigation .menu-item-has-children .current-menu-item > a,
    .ss-red-theme .ss-header.ss-dark .ss-navigation .ss-has-children .ss-current > a,
    .ss-no-touchevents .ss-red-theme .ss-header.ss-light .ss-navigation .sub-menu > li:hover > a,
    .ss-no-touchevents .ss-red-theme .ss-header.ss-light .ss-navigation .ss-sub-menu > li:hover > a,
    .ss-no-touchevents .ss-red-theme .ss-header.ss-light .ss-navigation .sub-menu > .ss-selected > a,
    .ss-no-touchevents .ss-red-theme .ss-header.ss-light .ss-navigation .ss-sub-menu > .ss-selected > a,
    .ss-touchevents .ss-red-theme .ss-header.ss-light .ss-navigation .sub-menu > .ss-tapped > a,
    .ss-touchevents .ss-red-theme .ss-header.ss-light .ss-navigation .ss-sub-menu > .ss-tapped > a,
    .ss-red-theme .ss-header.ss-light .ss-navigation .menu-item-has-children .current-menu-item > a,
    .ss-red-theme .ss-header.ss-light .ss-navigation .ss-has-children .ss-current > a {
      color: rgb(51, 122, 183);
    }

    .ss-no-touchevents .ss-light-green-theme .ss-header.ss-dark .ss-navigation .sub-menu > li:hover > a,
    .ss-no-touchevents .ss-light-green-theme .ss-header.ss-dark .ss-navigation .ss-sub-menu > li:hover > a,
    .ss-no-touchevents .ss-light-green-theme .ss-header.ss-dark .ss-navigation .sub-menu > .ss-selected > a,
    .ss-no-touchevents .ss-light-green-theme .ss-header.ss-dark .ss-navigation .ss-sub-menu > .ss-selected > a,
    .ss-touchevents .ss-light-green-theme .ss-header.ss-dark .ss-navigation .sub-menu > .ss-tapped > a,
    .ss-touchevents .ss-light-green-theme .ss-header.ss-dark .ss-navigation .ss-sub-menu > .ss-tapped > a,
    .ss-light-green-theme .ss-header.ss-dark .ss-navigation .menu-item-has-children .current-menu-item > a,
    .ss-light-green-theme .ss-header.ss-dark .ss-navigation .ss-has-children .ss-current > a,
    .ss-no-touchevents .ss-light-green-theme .ss-header.ss-light .ss-navigation .sub-menu > li:hover > a,
    .ss-no-touchevents .ss-light-green-theme .ss-header.ss-light .ss-navigation .ss-sub-menu > li:hover > a,
    .ss-no-touchevents .ss-light-green-theme .ss-header.ss-light .ss-navigation .sub-menu > .ss-selected > a,
    .ss-no-touchevents .ss-light-green-theme .ss-header.ss-light .ss-navigation .ss-sub-menu > .ss-selected > a,
    .ss-touchevents .ss-light-green-theme .ss-header.ss-light .ss-navigation .sub-menu > .ss-tapped > a,
    .ss-touchevents .ss-light-green-theme .ss-header.ss-light .ss-navigation .ss-sub-menu > .ss-tapped > a,
    .ss-light-green-theme .ss-header.ss-light .ss-navigation .menu-item-has-children .current-menu-item > a,
    .ss-light-green-theme .ss-header.ss-light .ss-navigation .ss-has-children .ss-current > a {
      color: #5ab291;
    }

    .ss-navigation .sub-menu a,
    .ss-navigation .ss-sub-menu a {
      display: block;
      text-decoration: none;
      padding: 6px 20px;
    }

    .ss-navigation .sub-menu .menu-item-has-children > a,
    .ss-navigation .ss-sub-menu .ss-has-children > a {
      padding-right: 40px;
    }

    .ss-navigation .ss-has-children > a,
    .ss-navigation .menu-item-has-children > a {
      padding-right: 17px;
      position: relative;
      z-index: 1;
    }

    .ss-navigation .ss-has-children > a::after,
    .ss-navigation .menu-item-has-children > a::after {
      content: '\f0d7';
      font-family: 'FontAwesome';
      display: block;
      font-size: 12px;
      line-height: 20px;
      position: absolute;
      right: 0;
      top: 50%;
      margin-top: -9px;
    }

    .ss-navigation .ss-has-children .ss-has-children > a::after,
    .ss-navigation .menu-item-has-children .menu-item-has-children > a::after {
      content: '\f105';
      right: 20px;
      font-size: 14px;
    }

    .ss-mobile-nav-btn {
      display: none;
      width: 60px;
      height: 60px;
      font-size: 20px;
      line-height: 56px;
      text-align: center;
      margin-left: auto;
      /*margin-right: auto;*/
      border-radius: 4px;
      color: #fff;
      background: #70af1a;
      border: 2px solid transparent;
    }

    .ss-header.ss-light .ss-mobile-nav-btn {
      color: #fff;
      background: #70af1a;
    }

    .ss-red-theme .ss-header.ss-light .ss-mobile-nav-btn {
     background-color: rgb(51, 122, 183);
    }

    .ss-red-theme .ss-header.ss-light .ss-mobile-nav-btn.ss-opened {
      color: rgb(51, 122, 183);
      border-color: rgb(51, 122, 183);
      background-color: rgba(231, 76, 60, 0.1);
    }

    .ss-mobile-nav-btn.ss-opened,
    .ss-header.ss-light .ss-mobile-nav-btn.ss-opened {
      color: #70af1a;
      border-color: #70af1a;
      background-color: rgba(112, 175, 26, 0.2);
    }

    .ss-header.ss-theme-color .ss-mobile-nav-btn {
      background: rgba(255, 255, 255, 0.2);
      border-color: #fff;
    }

    .ss-header.ss-theme-color .ss-mobile-nav-btn.ss-opened {
      background: #fff;
      color: #222;
    }

    .ss-header.ss-theme-color .ss-bottom-bar .ss-mobile-nav-btn {
      background: #70af1a;
      border-color: #70af1a;
      color: #fff;
    }

    .ss-header.ss-theme-color .ss-bottom-bar .ss-mobile-nav-btn.ss-opened {
      background: transparent;
      color: #70af1a;
    }

    .ss-dark-blue-theme .ss-header.ss-theme-color .ss-bottom-bar .ss-mobile-nav-btn {
      background: #0054a0;
      border-color: #0054a0;
    }

    .ss-dark-blue-theme .ss-header.ss-theme-color .ss-bottom-bar .ss-mobile-nav-btn.ss-opened {
      background: transparent;
      color: #0054a0;
    }

    .ss-red-theme .ss-header.ss-theme-color .ss-bottom-bar .ss-mobile-nav-btn {
      background: rgb(51, 122, 183);
      border-color: rgb(51, 122, 183);
    }

    .ss-red-theme .ss-header.ss-theme-color .ss-bottom-bar .ss-mobile-nav-btn.ss-opened {
      background: transparent;
      color: rgb(51, 122, 183);
    }

    .ss-blue-theme .ss-header.ss-theme-color .ss-bottom-bar .ss-mobile-nav-btn {
      background: #0074d9;
      border-color: #0074d9;
    }

    .ss-blue-theme .ss-header.ss-theme-color .ss-bottom-bar .ss-mobile-nav-btn.ss-opened {
      background: transparent;
      color: #0074d9;
    }

    .ss-light-green-theme .ss-header.ss-theme-color .ss-bottom-bar .ss-mobile-nav-btn {
      background: #5ab291;
      border-color: #5ab291;
    }

    .ss-light-green-theme .ss-header.ss-theme-color .ss-bottom-bar .ss-mobile-nav-btn.ss-opened {
      background: transparent;
      color: #5ab291;
    }

    .ss-mobile-nav-btn::before {
      content: '\f0c9';
       font-family: 'FontAwesome';
    }

    /* ------------------------------------------------------
        
      4.2.1. Vertical Navigation
        
    ------------------------------------------------------ */

      .ss-vr-navigation > li > a {
        font-size: 14px;
        line-height: 24px;
        text-transform: uppercase;
      }

      .ss-vr-navigation > li:not(:last-child) {
        margin-bottom: 13px;
      }

      .ss-vr-navigation .ss-sub-menu > li:not(:last-child),
      .ss-vr-navigation .sub-menu > li:not(:last-child) {
        margin-bottom: 10px;
      }

      .ss-vr-navigation .ss-sub-menu,
      .ss-vr-navigation .sub-menu {
        padding-left: 10px;
        padding-top: 10px;
      }

      .ss-vr-navigation a,
      .ss-widget .ss-vr-navigation a {
        color: #fff;
        display: block;
        text-decoration: none;
      }

      .ss-vr-navigation .ss-has-children > a,
      .ss-vr-navigation .menu-item-has-children > a {
        position: relative;
        z-index: 1;
        padding-right: 15px;
      }

      .ss-vr-navigation .ss-has-children > a::after,
      .ss-vr-navigation .menu-item-has-children > a::after {
        content: '\f0d7';
        font-family: 'FontAwesome';
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        font-size: 11px;
        line-height: 24px;
      }

      .ss-vr-navigation .ss-selected > a::after {
        content: '\f0d8';
      }

      .ss-vr-navigation a:hover,
      .ss-widget .ss-vr-navigation a:hover,
      .ss-vr-navigation a:focus,
      .ss-widget .ss-vr-navigation a:focus,
      .ss-vr-navigation .ss-selected > a,
      .ss-vr-navigation .ss-current > a,
      .ss-vr-navigation .current-menu-item > a,
      .ss-hidden-aside .ss-vr-navigation .ss-selected > a,
      .ss-hidden-aside .ss-vr-navigation .ss-current > a,
      .ss-hidden-aside .ss-vr-navigation .current-menu-item > a,
      .ss-hidden-aside .ss-vr-navigation > li > a:hover,
      .ss-hidden-aside .ss-vr-navigation > li > a:focus {
        color: #70af1a;
      }

      .ss-dark-blue-theme .ss-vr-navigation a:hover,
      .ss-dark-blue-theme .ss-widget .ss-vr-navigation a:hover,
      .ss-dark-blue-theme .ss-vr-navigation a:focus,
      .ss-dark-blue-theme .ss-widget .ss-vr-navigation a:focus,
      .ss-dark-blue-theme .ss-vr-navigation .ss-selected > a,
      .ss-dark-blue-theme .ss-vr-navigation .ss-current > a,
      .ss-dark-blue-theme .ss-vr-navigation .current-menu-item > a,
      .ss-dark-blue-theme .ss-hidden-aside .ss-vr-navigation .ss-selected > a,
      .ss-dark-blue-theme .ss-hidden-aside .ss-vr-navigation .ss-current > a,
      .ss-dark-blue-theme .ss-hidden-aside .ss-vr-navigation .current-menu-item > a,
      .ss-dark-blue-theme .ss-hidden-aside .ss-vr-navigation > li > a:hover,
      .ss-dark-blue-theme .ss-hidden-aside .ss-vr-navigation > li > a:focus {
        color: #f7841b;
      }

      .ss-red-theme .ss-vr-navigation a:hover,
      .ss-red-theme .ss-widget .ss-vr-navigation a:hover,
      .ss-red-theme .ss-vr-navigation a:focus,
      .ss-red-theme .ss-widget .ss-vr-navigation a:focus,
      .ss-red-theme .ss-vr-navigation .ss-selected > a,
      .ss-red-theme .ss-vr-navigation .ss-current > a,
      .ss-red-theme .ss-vr-navigation .current-menu-item > a,
      .ss-red-theme .ss-hidden-aside .ss-vr-navigation .ss-selected > a,
      .ss-red-theme .ss-hidden-aside .ss-vr-navigation .ss-current > a,
      .ss-red-theme .ss-hidden-aside .ss-vr-navigation .current-menu-item > a,
      .ss-red-theme .ss-hidden-aside .ss-vr-navigation > li > a:hover,
      .ss-red-theme .ss-hidden-aside .ss-vr-navigation > li > a:focus {
        color: rgb(51, 122, 183);
      }

      .ss-light-green-theme .ss-vr-navigation a:hover,
      .ss-light-green-theme .ss-widget .ss-vr-navigation a:hover,
      .ss-light-green-theme .ss-vr-navigation a:focus,
      .ss-light-green-theme .ss-widget .ss-vr-navigation a:focus,
      .ss-light-green-theme .ss-vr-navigation .ss-selected > a,
      .ss-light-green-theme .ss-vr-navigation .ss-current > a,
      .ss-light-green-theme .ss-vr-navigation .current-menu-item > a,
      .ss-light-green-theme .ss-hidden-aside .ss-vr-navigation .ss-selected > a,
      .ss-light-green-theme .ss-hidden-aside .ss-vr-navigation .ss-current > a,
      .ss-light-green-theme .ss-hidden-aside .ss-vr-navigation .current-menu-item > a,
      .ss-light-green-theme .ss-hidden-aside .ss-vr-navigation > li > a:hover,
      .ss-light-green-theme .ss-hidden-aside .ss-vr-navigation > li > a:focus {
        color: #5ab291;
      }

      .ss-blue-theme .ss-vr-navigation a:hover,
      .ss-blue-theme .ss-widget .ss-vr-navigation a:hover,
      .ss-blue-theme .ss-vr-navigation a:focus,
      .ss-blue-theme .ss-widget .ss-vr-navigation a:focus,
      .ss-blue-theme .ss-vr-navigation .ss-selected > a,
      .ss-blue-theme .ss-vr-navigation .ss-current > a,
      .ss-blue-theme .ss-vr-navigation .current-menu-item > a,
      .ss-blue-theme .ss-hidden-aside .ss-vr-navigation .ss-selected > a,
      .ss-blue-theme .ss-hidden-aside .ss-vr-navigation .ss-current > a,
      .ss-blue-theme .ss-hidden-aside .ss-vr-navigation .current-menu-item > a,
      .ss-blue-theme .ss-hidden-aside .ss-vr-navigation > li > a:hover,
      .ss-blue-theme .ss-hidden-aside .ss-vr-navigation > li > a:focus {
        color: #ffde20;
      }

  /* ------------------------------------------------------

    4.3. Bottom Bar
      
  ------------------------------------------------------ */

    .ss-header .ss-bottom-bar {
      height: 51px;
    }

    .ss-header .ss-bottom-bar,
    .ss-header .ss-bottom-bar.ss-sticked {
      background: #ffffff;
      width: 100%;
    }

    .ss-header .ss-bottom-bar.ss-sticked {
      box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
    }

    .ss-header .ss-bottom-bar .ss-navigation {
      margin-top: 0px;
      margin-left: 0px;
      margin-right: 0px;
    }

    .ss-header .ss-bottom-bar .ss-navigation > li {
      margin: 0;
    }

    .ss-header .ss-bottom-bar .ss-navigation > li > a {
      color: #222;
      padding: 14px 20px;
    }

    .ss-header .ss-bottom-bar .ss-navigation > .ss-has-children > a,
    .ss-header .ss-bottom-bar .ss-navigation > .menu-item-has-children > a {
      padding-right: 38px;
    }

    .ss-header .ss-bottom-bar .ss-navigation > .ss-has-children > a::after,
    .ss-header .ss-bottom-bar .ss-navigation > .menu-item-has-children > a::after {
      right: 20px;
    }

    .ss-header .ss-bottom-bar .ss-navigation .sub-menu,
    .ss-header .ss-bottom-bar .ss-navigation .ss-sub-menu {
      left: 0;
    }

    .ss-header .ss-bottom-bar .ss-navigation .sub-menu .sub-menu,
    .ss-header .ss-bottom-bar .ss-navigation .ss-sub-menu .ss-sub-menu {
      left: 100%;
    }

    .ss-header .ss-bottom-bar .ss-navigation .sub-menu.ss-reverse,
    .ss-header .ss-bottom-bar .ss-navigation .ss-sub-menu.ss-reverse,
    .ss-header .ss-bottom-bar .ss-navigation .sub-menu .sub-menu.ss-reverse,
    .ss-header .ss-bottom-bar .ss-navigation .ss-sub-menu .ss-sub-menu.ss-reverse {
      left: auto;
    }

    .ss-header .ss-bottom-bar .ss-navigation > li > a::before {
      display: none;
    }

    .ss-header .ss-bottom-bar .ss-navigation .sub-menu, .ss-navigation .ss-sub-menu {
      margin-top: 2px;
    }

    .ss-header .ss-bottom-bar .ss-bottom-bar-action {
      padding: 14px 20px 13px;
      font-weight: 500;
      color: #fff;
      display: inline-block;
      background: #70af1a;
      float: right;
      text-decoration: none;
    }

    .ss-dark-blue-theme .ss-header .ss-bottom-bar .ss-bottom-bar-action {
      background: #f7841b;
    }

    .ss-blue-theme .ss-header .ss-bottom-bar .ss-bottom-bar-action {
      background: #0074d9;
    }

    .ss-red-theme .ss-header .ss-bottom-bar .ss-bottom-bar-action {
      background: rgb(51, 122, 183);
    }

    .ss-light-green-theme .ss-header .ss-bottom-bar .ss-bottom-bar-action {
      background: #65daae;
    }

    .ss-header .ss-bottom-bar .ss-bottom-bar-action > .fa,
    .ss-header .ss-bottom-bar .ss-bottom-bar-action > [class*="icon-"] {
      font-size: 18px;
      margin-right: 10px;
      display: inline-block;
      vertical-align: middle;
    }

    .ss-header .ss-bottom-bar .ss-bottom-bar-action:hover,
    .ss-header .ss-bottom-bar .ss-bottom-bar-action:focus {
      background: #222;
    }

    .ss-no-touchevents .ss-header .ss-bottom-bar .ss-navigation > li:hover > a,
    .ss-no-touchevents .ss-header .ss-bottom-bar .ss-navigation > .current-menu-item > a,
    .ss-no-touchevents .ss-header .ss-bottom-bar .ss-navigation > .ss-current > a,
    .ss-touchevents .ss-header .ss-bottom-bar .ss-navigation > .ss-selected > a,
    .ss-touchevents .ss-header .ss-bottom-bar .ss-navigation > .ss-tapped > a {
      color: #fff;
      background: #70af1a;
    }

    .ss-no-touchevents .ss-dark-blue-theme .ss-header .ss-bottom-bar .ss-navigation > li:hover > a,
    .ss-no-touchevents .ss-dark-blue-theme .ss-header .ss-bottom-bar .ss-navigation > .current-menu-item > a,
    .ss-no-touchevents .ss-dark-blue-theme .ss-header .ss-bottom-bar .ss-navigation > .ss-current > a,
    .ss-touchevents .ss-dark-blue-theme .ss-header .ss-bottom-bar .ss-navigation > .ss-selected > a,
    .ss-touchevents .ss-dark-blue-theme .ss-header .ss-bottom-bar .ss-navigation > .ss-tapped > a {
      color: #fff;
      background: #0054a0;
    }

    .ss-no-touchevents .ss-blue-theme .ss-header .ss-bottom-bar .ss-navigation > li:hover > a,
    .ss-no-touchevents .ss-blue-theme .ss-header .ss-bottom-bar .ss-navigation > .current-menu-item > a,
    .ss-no-touchevents .ss-blue-theme .ss-header .ss-bottom-bar .ss-navigation > .ss-current > a,
    .ss-touchevents .ss-blue-theme .ss-header .ss-bottom-bar .ss-navigation > .ss-selected > a,
    .ss-touchevents .ss-blue-theme .ss-header .ss-bottom-bar .ss-navigation > .ss-tapped > a {
      color: #fff;
      background: #0074d9;
    }

    .ss-no-touchevents .ss-red-theme .ss-header .ss-bottom-bar .ss-navigation > li:hover > a,
    .ss-no-touchevents .ss-red-theme .ss-header .ss-bottom-bar .ss-navigation > .current-menu-item > a,
    .ss-no-touchevents .ss-red-theme .ss-header .ss-bottom-bar .ss-navigation > .ss-current > a,
    .ss-touchevents .ss-red-theme .ss-header .ss-bottom-bar .ss-navigation > .ss-selected > a,
    .ss-touchevents .ss-red-theme .ss-header .ss-bottom-bar .ss-navigation > .ss-tapped > a {
      color: #fff;
      background: rgb(51, 122, 183);
    }

    .ss-no-touchevents .ss-light-green-theme .ss-header .ss-bottom-bar .ss-navigation > li:hover > a,
    .ss-no-touchevents .ss-light-green-theme .ss-header .ss-bottom-bar .ss-navigation > .current-menu-item > a,
    .ss-no-touchevents .ss-light-green-theme .ss-header .ss-bottom-bar .ss-navigation > .ss-current > a,
    .ss-touchevents .ss-light-green-theme .ss-header .ss-bottom-bar .ss-navigation > .ss-selected > a,
    .ss-touchevents .ss-light-green-theme .ss-header .ss-bottom-bar .ss-navigation > .ss-tapped > a {
      color: #fff;
      background: #65daae;
    }

/* ------------------------------------------------------
    
  5. General Components / Shortcodes
    
------------------------------------------------------ */

  /* ------------------------------------------------------

    5.1. Social Links
      
  ------------------------------------------------------ */

    .ss-social-links {
      font-size: 0;
      margin-top: -5px;
      margin-left: -2px;
      margin-right: -2px;
    }

    .ss-social-links > li {
      display: inline-block;
      margin: 5px 2px 0 !important;
    }

    .ss-social-links > li > a {
      font-size: 14px;
      line-height: 34px;
      text-align: center;
      display: block;
      width: 36px;
      height: 36px;
      border-radius: 50%;
      border: 1px solid #222;
      text-decoration: none !important;
    }

    .ss-social-links > li > a,
    .ss-blue-theme .ss-sidebar .ss-widget .ss-social-links > li > a,
    .ss-light-green-theme .ss-sidebar .ss-widget .ss-social-links > li > a {
      color: #222;
    }

    .ss-social-links > li > a:hover,
    .ss-social-links > li > a:focus,
    .ss-blue-theme .ss-sidebar .ss-widget .ss-social-links > li > a:hover,
    .ss-blue-theme .ss-sidebar .ss-widget .ss-social-links > li > a:focus,
    .ss-light-green-theme .ss-sidebar .ss-widget .ss-social-links > li > a:hover,
    .ss-light-green-theme .ss-sidebar .ss-widget .ss-social-links > li > a:focus,
    .ss-red-theme .ss-sidebar .ss-widget .ss-social-links > li > a:hover,
    .ss-red-theme .ss-sidebar .ss-widget .ss-social-links > li > a:focus {
      background: #222;
      color: #fff;
    }

    .ss-footer .ss-social-links > li > a,
    .ss-dark-blue-theme .ss-footer .ss-social-links > li > a,
    .ss-dark-blue-theme .ss-footer.ss-type-3 .ss-social-links > li > a,
    .ss-red-theme .ss-footer .ss-social-links > li > a,
    .ss-blue-theme .ss-footer .ss-social-links > li > a,
    .ss-light-green-theme .ss-footer .ss-social-links > li > a {
      color: #fff;
      border-color: #fff;
    }

    .ss-footer .ss-social-links > li > a:hover,
    .ss-footer .ss-social-links > li > a:focus,
    .ss-blue-theme .ss-footer .ss-social-links > li > a:hover,
    .ss-blue-theme .ss-footer .ss-social-links > li > a:focus,
    .ss-red-theme .ss-footer .ss-social-links > li > a:hover,
    .ss-red-theme .ss-footer .ss-social-links > li > a:focus,
    .ss-dark-blue-theme .ss-footer .ss-social-links > li > a:hover,
    .ss-dark-blue-theme .ss-footer .ss-social-links > li > a:focus,
    .ss-light-green-theme .ss-footer .ss-social-links > li > a:hover,
    .ss-light-green-theme .ss-footer .ss-social-links > li > a:focus {
      color: #222;
      background: #fff;
    }

    .ss-footer .ss-copyright .ss-social-links:not(:last-child) {
      margin-bottom: 15px;
    }

    .ss-social-links .fa {
      display: inline;
      vertical-align: middle;
    }

    .ss-widget .ss-social-links.ss-type-2 {
      padding-top: 7px;
      padding-bottom: 10px;
    }

    .ss-social-links.ss-type-2 > li > a {
      color: #fff;
      display: block;
      padding: 0px 10px;
      border-radius: 4px;
      width: 60px;
      height: 40px;
      border: none;
      vertical-align: baseline;
      background-color: #777;
      white-space: nowrap;
    }

    .ss-social-links.ss-type-2 > li > a:hover,
    .ss-social-links.ss-type-2 > li > a:focus {
      color: #fff;
    }

    .ss-social-links.ss-type-2 > li > a,
    .ss-sidebar .ss-widget .ss-social-links.ss-type-2 > li > a {
      font-size: 10px;
      line-height: 40px;
    }

    .ss-social-links.ss-type-2 .fa,
    .ss-social-links.ss-type-3 .fa {
      font-size: 16px;
      vertical-align: baseline;
      margin-right: 3px;
    }

    .ss-social-links.ss-type-3 .fa {
      margin-right: 10px;
    }

    .ss-social-links.ss-type-3 {
      margin-top: -8px;
      margin-left: -4px;
      margin-right: -4px;
    }

    .ss-social-links.ss-type-3 > li {
      margin: 8px 4px 0 !important;
    }

    .ss-social-links.ss-type-3 a {
      font-size: 14px;
      line-height: 24px;
      color: #fff;
      width: auto;
      height: auto;
      padding: 4px 21px;
      border: none;
      background: #777;
      border-radius: 4px;
    }

    .ss-social-links.ss-type-3 a:hover,
    .ss-social-links.ss-type-3 a:focus {
      color: #fff;
    }

    .ss-social-links[class*="ss-type"] .ss-facebook {
      background-color: #3b5998;
    }

    .ss-social-links[class*="ss-type"] .ss-twitter {
      background-color: #1da1f2;
    }

    .ss-social-links[class*="ss-type"] .ss-google {
      background-color: #d73d32;
    }

    .ss-social-links[class*="ss-type"] .ss-instagram {
      background-color: #b6368f;
    }

    .ss-social-links[class*="ss-type"] .ss-pinterest {
      background-color: #bd081c;
    }

  /* ------------------------------------------------------

    5.2. Back to Top Button
      
  ------------------------------------------------------ */

    .ss-back-to-top {
      font-size: 18px;
      line-height: 50px;
      text-align: center;
      width: 50px;
      height: 50px;
      border-radius: 50%;
      color: #222;
      background: #cacaca;
      position: fixed;
      right: 7.81%;
      top: 59.86%;
      z-index: 110;
      -webkit-animation-duration: 500ms;
      animation-duration: 500ms;
    }

    .ss-back-to-top .lnr {
      line-height: inherit;
      display: inline;
      vertical-align: middle;
      
    }
    .icon-chevron-up{
        display:none !important;
    }
    .ss-back-to-top:after{
        font-family: "FontAwesome";
        /*content: "🢁";*/
        content: "\f062";
    }

    .ss-back-to-top:hover {
      color: #fff;
      background: #222;
    }

  /* ------------------------------------------------------

    5.3. Breadcrumb
      
  ------------------------------------------------------ */

    .ss-breadcrumb-container {
      font-size: 12px;
      line-height: 22px;
      border-style: solid;
      border-width: 0 0 1px 0;
      border-color: #e8e8e8;
      padding-top: 14px;
      padding-bottom: 14px;
      position: relative;
      z-index: 110;
      background: #f7f7f7;
    }

    .ss-breadcrumb {
      color: #999;
      font-size: 0;
      line-height: 0;
      display: inline-block;
    }

    .ss-breadcrumb > li {
      display: inline-block;
      font-size: 12px;
      line-height: 22px;
    }

    .ss-breadcrumb-container a,
    .ss-breadcrumb-container a:hover,
    .ss-breadcrumb-container a:focus {
      color: #222;
    }

    .ss-breadcrumb > li:not(:last-child)::after {
      content: "/";
      display: inline-block;
      margin-left: 4px;
      margin-right: 4px;
    }

    .ss-breadcrumb-container .ss-advertising-wrap {
      padding: 15px 0 25px;
    }

    .ss-breadcrumb-container .ss-advertising {
      padding: 0;
      border-radius: 0;
      background: transparent;
    }

  /* ------------------------------------------------------

    5.4. Page Header
      
  ------------------------------------------------------ */

    .ss-page-header {
      position: relative;
      z-index: 106;
      background-color: #fff;
      background-position: center center;
      background-size: cover;
      background-repeat: no-repeat;
      border-style: solid;
      border-color: #fff;
      padding-top: 23px;
      padding-bottom: 40px;
    }

    .ss-page-header.ss-dark {
      border-color: #222;
      background-color: #222;
    }

    .ss-page-header.ss-dark.ss-transparent {
      background-color: transparent;
      border-color: transparent;
    }

    .ss-page-header-content {
      position: relative;
      z-index: 2;
    }

    .ss-page-header-media {
      position: absolute;
      z-index: -1;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      overflow: hidden;
    }

    .ss-page-header.ss-dark.ss-transparent .ss-page-header-media::before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: #000000;
      opacity: 0.7;
      z-index: 1;
    }

    .ss-page-header-media img {
      min-width: 100%;
    }

    .ss-page-header.ss-dark,
    .ss-page-header.ss-dark h1,
    .ss-page-header.ss-dark h2,
    .ss-page-header.ss-dark h3,
    .ss-page-header.ss-dark h4,
    .ss-page-header.ss-dark h5,
    .ss-page-header.ss-dark h6,
    .ss-page-header.ss-dark a,
    .ss-page-header.ss-dark a:hover,
    .ss-page-header.ss-dark a:focus,
    .ss-page-header.ss-dark .ss-breadcrumb > li > a {
      color: #fff;
    }

    .ss-page-header .ss-page-title:not(:last-child) {
      margin-bottom: 5px;
    }

    .ss-page-header.ss-type-4 .ss-page-title {
      font-size: 60px;
      line-height: 60px;
      font-weight: 300;
    }

    .ss-page-header.ss-type-2 {
      text-align: center;
      padding-top: 120px;
    }

    .ss-page-header.ss-type-2 .ss-page-header-content > .container > *:last-child:not(:only-child) {
      margin-top: 160px;
    }

    .ss-page-header .ss-entry-title:not(:last-child) {
      margin-bottom: 10px;
    }

    .ss-page-header .ss-entry-cats a,
    .ss-page-header .ss-entry-cats a:hover,
    .ss-page-header .ss-entry-cats a:focus {
      color: #70af1a;
    }

    .ss-blue-theme .ss-page-header .ss-entry-cats a,
    .ss-blue-theme .ss-page-header .ss-entry-cats a:hover,
    .ss-blue-theme .ss-page-header .ss-entry-cats a:focus {
      color: #0074d9;
    }

    .ss-red-theme .ss-page-header .ss-entry-cats a,
    .ss-red-theme .ss-page-header .ss-entry-cats a:hover,
    .ss-red-theme .ss-page-header .ss-entry-cats a:focus {
      color: rgb(51, 122, 183);
    }

    .ss-page-header .ss-entry-meta a:hover,
    .ss-page-header .ss-entry-meta a:focus {
      text-decoration: underline;
    }

    .ss-page-header.ss-type-4 {
      padding-top: 160px;
      padding-bottom: 160px;
    }

    .ss-page-header.ss-dark.ss-transparent.ss-type-4 .ss-page-header-media::before {
      opacity: .4;
    }

    .ss-page-header.ss-type-6 {
      padding: 120px 20px 65px;
    }

    .ss-page-header.ss-type-6::before,
    .ss-page-header.ss-type-7::before,
    .ss-blue-theme .ss-header.ss-translucent::before {
      content: "";
      display: block;
      z-index: 1;
      position: absolute;
      height: 280px;
      left: 0;
      width: 100%;
      bottom: 0;
      background: url("../images/page_header_shadow.png") center repeat-x;
    }

    .ss-blue-theme .ss-header.ss-translucent::before {
      opacity: .80;
    }

    .ss-page-header.ss-type-6 .ss-page-header-media::before,
    .ss-page-header.ss-type-6.ss-transparent.ss-dark .ss-page-header-media::before {
      background: #70af1a;
      opacity: .80;
    }

    .ss-blue-theme .ss-header.ss-translucent::before,
    .ss-blue-theme .ss-page-header.ss-type-6 .ss-page-header-media::before,
    .ss-blue-theme .ss-page-header.ss-type-6.ss-transparent.ss-dark .ss-page-header-media::before {
      background: #005aff;
    }

    .ss-red-theme .ss-page-header.ss-type-6 .ss-page-header-media::before,
    .ss-red-theme .ss-page-header.ss-type-6.ss-transparent.ss-dark .ss-page-header-media::before {
      background: rgb(51, 122, 183);
    }

    .ss-dark-blue-theme .ss-page-header.ss-type-6 .ss-page-header-media::before,
    .ss-dark-blue-theme .ss-page-header.ss-type-6.ss-transparent.ss-dark .ss-page-header-media::before {
      background: #0054a0;
    }

    .ss-light-green-theme .ss-page-header.ss-type-6 .ss-page-header-media::before,
    .ss-light-green-theme .ss-page-header.ss-type-6.ss-transparent.ss-dark .ss-page-header-media::before {
      background: #5ab291;
    }

    .ss-page-header.ss-type-6 .ss-page-title {
      font-size: 60px;
      line-height: 60px;
      font-weight: 300;
      text-transform: capitalize;
    }

    .ss-page-header.ss-type-6 .ss-page-title:not(:last-child) {
      margin-bottom: 10px;
    }

    .ss-page-header.ss-type-6 .ss-page-caption {
      font-size: 18px;
      line-height: 28px;
      font-weight: 300;
      letter-spacing: 1px;
    }

    .ss-page-header.ss-type-6 .ss-page-caption:not(:last-child) {
      margin-bottom: 30px;
    }

    .ss-page-header.ss-type-6 h4 {
      text-transform: uppercase;
    }

    .ss-page-header.ss-type-6 .ss-page-header-content .container > *:last-child:not(:only-child) {
      margin-top: 95px;
    }

    .ss-page-header.ss-type-6 .ss-oneline-form {
      padding-left: 100px;
      padding-right: 100px;
    }

    .ss-page-header.ss-type-4 .ss-page-title:not(:last-child) {
      margin-bottom: 30px;
    }

    .ss-page-header .ss-oneline-form {
      padding: 0;
      background: transparent;
    }

    .ss-page-header.ss-type-7 {
      padding-top: 120px;
      padding-bottom: 30px;
    }

    .ss-page-header.ss-type-7 .ss-page-title {
      font-size: 60px;
      font-weight: 700;
      line-height: 1em;
      text-transform: uppercase;
    }

    .ss-page-header.ss-type-7 .ss-oneline-form {
      padding-left: 100px;
      padding-right: 100px;
    }

    .ss-page-header.ss-type-7 .ss-page-title:not(:last-child) {
      margin-bottom: 12px;
    }

    .ss-page-header.ss-type-7 .ss-page-tagline {
      letter-spacing: 1px;
    }

    .ss-page-header.ss-type-7 .ss-page-tagline:not(:last-child) {
      margin-bottom: 30px;
    }

    .ss-page-header.ss-type-7 .ss-page-header-content > .container > *:last-child:not(:only-child) {
      margin-top: 100px;
    }

    .ss-page-header.ss-type-7.ss-dark.ss-transparent .ss-page-header-media::before {
      opacity: .55;
    }

    .ss-page-header.ss-type-3 {
      height: 516px;
      position: relative;
      z-index: 106;
    }

    .ss-page-header.ss-type-3 .ss-gmap {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      height: 100%;
      z-index: 5;
    }

    .ss-page-header.ss-type-3 .ss-range-slider {
      padding: 0;
    }

    .ss-page-header.ss-type-3 .ss-oneline-form {
      padding: 30px;
      background: #fff;
      border-radius: 5px;
      box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    }

    .ss-page-header.ss-type-3 .ss-page-header-content .container {
      width: auto;
    }

    .ss-page-header.ss-type-3 .ss-page-header-content {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 30px;
      max-width: 1170px;
      margin-left: auto;
      margin-right: auto;
    }

    .ss-page-header.ss-type-5 {
      padding-top: 20px;
      padding-bottom: 20px;
      z-index: 111;
      background: #70af1a;
    }

    .ss-light-green-theme .ss-page-header.ss-type-5 {
      background: #5ab291;
    }

    .ss-page-header.ss-type-4 .ss-oneline-form {
      padding: 30px;
      background: rgba(0, 0, 0, .4);
      border-radius: 5px;
      margin-left: 100px;
      margin-right: 100px;
      text-align: initial;
    }

    .ss-page-header.ss-type-4 .ss-oneline-form > ul > li:not(:last-child) {
      margin-bottom: 10px;
    }

    .ss-dark-blue-theme .ss-page-header.ss-type-4 a {
      color: #f7841b;
      text-decoration: none;
    }

    .ss-dark-blue-theme .ss-page-header.ss-type-4 a:hover,
    .ss-dark-blue-theme .ss-page-header.ss-type-4 a:focus {
      text-decoration: underline;
    }

  /* ------------------------------------------------------

    5.5. Additional Navigation
      
  ------------------------------------------------------ */

    .ss-additional-nav-wrap {
      background-color: #dadada;
    }

    .ss-additional-nav {
      font-size: 0;
      line-height: 0;
    }

    .ss-additional-nav > li {
      display: inline-block;
    }

    .ss-additional-nav > li > a {
      font-size: 18px;
      line-height: 26px;
      color: #222;
      text-decoration: none;
      padding: 13px 20px 10px;
      display: block;
    }

    .ss-additional-nav > li > a .fa,
    .ss-additional-nav > li > a [class*="icon-"] {
      font-size: 16px;
      margin-right: 10px;
      position: relative;
      top: -1px;
    }

    .ss-additional-nav .ss-current > a,
    .ss-no-touchevents .ss-additional-nav li:hover > a {
      color: #fff;
      background-color: #70af1a;
    }  

  /* ------------------------------------------------------

    5.6. Author Box
      
  ------------------------------------------------------ */
  
    .ss-author-box::after {
      content: "";
      display: block;
      clear: both;
    }

    .ss-author-box .ss-avatar {
      display: block;
      max-width: 100px;
      border-radius: 50%;
      overflow: hidden;
      margin-left: auto;
      margin-right: auto;
    }

    .owl-carousel .ss-author-box .ss-avatar img {
      border-radius: inherit;
    }

    .ss-author-box .ss-avatar:not(:last-child) {
      margin-bottom: 15px;
    }
    .ss-author-box .ss-author-info {
      text-align: center;
    }

    .ss-author-name {
      display: inline-block;
      font-size: 16px;
    }

    .ss-author-name,
    .ss-red-theme .ss-author-name {
      color: #d6dd69;
    }

    a.ss-author-name:hover,
    a.ss-author-name:focus {
      color: #70af1a;
      text-decoration: none;
    }

    .ss-light-green-theme a.ss-author-name,
    .ss-light-green-theme .ss-sidebar .ss-widget a.ss-author-name {
      color :#222;
      text-decoration: none !important;
    }

    .ss-red-theme a.ss-author-name:hover,
    .ss-red-theme a.ss-author-name:focus {
      color: rgb(51, 122, 183);
      text-decoration: none;
    }

    .ss-author-position {
      color: #a5a5a5;
      font-size: 12px;
      line-height: 16px;
      /*text-transform: uppercase;*/
    }  

  /* ------------------------------------------------------

    5.7. Newsletter
      
  ------------------------------------------------------ */

    .ss-newsletter-section {
      color: #fff;
      padding: 25px 0;
      background: #70af1a;
      position: relative;
      z-index: 1;
      overflow: hidden;
    }

    .ss-blue-theme .ss-newsletter-section {
      background-color: #0074d9;
    }

    .ss-red-theme .ss-newsletter-section {
      background-color: #c13324;
    }

    .ss-newsletter-section .ss-section-icon {
      font-size: 220px;
      line-height: 1em;
      color: #e5eb0b;
      opacity: 0.15;
      position: absolute;
      left: 17.22%;
      top: -70px;
      z-index: -1;
    }

    .ss-blue-theme .ss-newsletter-section .ss-section-icon {
      color: #ffde20;
    }

    .ss-red-theme .ss-newsletter-section .ss-section-icon {
      color: #ffffff;
    }

    .ss-csstransforms3d .ss-newsletter-section .ss-section-icon {
      -webkit-transform: rotate3d(0, 0, 1, -15deg);
      -ms-transform: rotate3d(0, 0, 1, -15deg);
      transform: rotate3d(0, 0, 1, -15deg);
    }

    .ss-newsletter {
      display: table;
      width: 100%;
      table-layout: fixed;
    }

    .ss-newsletter > * {
      display: table-cell;
      vertical-align: middle;
    }

    .ss-newsletter > *:not(:last-child) {
      padding-right: 30px;
    }

    .ss-newsletter .ss-title {
      width: 23.68%;
    }

    .ss-newsletter .ss-description {
      width: 32.45%;
      font-size: 16px;
      line-height: 26px;
    }

    .ss-newsletter .ss-inline-form [class*="ss-btn-"],
    .ss-newsletter .ss-inline-form input[type="submit"],
    .ss-newsletter .ss-inline-form button[type="submit"] {
      width: 120px;
    }

    .ss-newsletter .ss-inline-form .ss-input-wrapper {
      width: calc(100% - 120px);
    }

  /* ------------------------------------------------------

    5.8. Dropdown
      
  ------------------------------------------------------ */

    .ss-dropdown {
      position: relative;
      z-index: 1;
    }

    .ss-dropdown-list {
      font-size: 12px;
      border-radius: 4px;
      position: absolute;
      z-index: 1;
      top: 100%;
      right: 0;
      width: 100%;
      min-width: 130px;
      background: #fff;
      text-align: left;
      opacity: 0;
      visibility: hidden;
      -webkit-animation-duration: .35s;
      animation-duration: .35s;
      -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
      animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    }

    .ss-dropdown-list.ss-reverse {
      right: auto;
      left: 0;
    }

    .ss-dropdown.ss-opened .ss-dropdown-list {
      opacity: 1;
      visibility: visible;
    }

    .ss-dropdown-list > li:not(:last-child) {
      border-bottom: 1px solid #efefef;
    }

    .ss-dropdown-list a {
      display: block;
      padding: 3px 20px;
      text-decoration: none !important;
    }

    .ss-dropdown-list a,
    .ss-header.ss-dark .ss-dropdown-list a {
      color: #222;
    }

    .ss-dropdown-list a:hover,
    .ss-header.ss-dark .ss-dropdown-list a:hover {
      color: #70af1a;
    }

    .ss-header.ss-light .ss-dropdown-list {
      background: #222;
    }

    .ss-header.ss-light .ss-dropdown-list a {
      color: #fff;
    }

    .ss-header.ss-light .ss-dropdown-list a:hover,
    .ss-header.ss-light .ss-dropdown-list a:focus {
      color: #70af1a;
    }

    .ss-header.ss-light .ss-dropdown-list > li {
      border-color: #404040;
    }

    .ss-dropdown-invoker {
      display: inline-block;
      cursor: pointer;
    }

    .ss-dropdown-invoker::after {
      content: "\f0d7";
      font-family: 'FontAwesome';
      display: inline-block;
      vertical-align: middle;
      margin-left: 10px;
      position: relative;
      top: -1px;
    }

    .ss-language-options img {
      display: inline-block;
      margin-right: 10px;
    }

    .ss-language-options.ss-hr-type {
      margin-left: -2px;
      margin-right: -2px;
    }

    .ss-language-options.ss-hr-type li a {
      display: block;
    }

    .ss-language-options.ss-hr-type li {
      display: inline-block;
      vertical-align: middle;
      padding: 0 2px 0;
    }

    .ss-language-options.ss-hr-type img {
      display: block;
      margin: 0;
    }

    .ss-profile-nav .ss-dropdown-invoker img {
      border-radius: 50%;
      margin-right: 6px;
    }

    .ss-profile-nav .ss-dropdown-list a {
      padding-top: 4px;
      padding-bottom: 1px;
    }

    .ss-profile-nav .ss-dropdown-list .fa,
    .ss-profile-nav .ss-dropdown-list [class*="icon-"] {
      margin-right: 10px;
      position: relative;
      top: -1px;
      display: inline-block;
    }

    .ss-header:not([class*="ss-type"]) .ss-top-bar .ss-hr-list .ss-dropdown {
      margin: -5px -20px;
    }

    .ss-header:not([class*="ss-type"]) .ss-top-bar .ss-hr-list .ss-dropdown-invoker {
      display: block;
      padding: 5px 20px;
    }

  /* ------------------------------------------------------

    5.9. Modal windows
      
  ------------------------------------------------------ */

    .ss-modal {
      border-radius: 4px;
      padding: 30px 20px;
      background: #fff;
      position: relative;
      z-index: 1;
      overflow: hidden;
    }

    .ss-login-modal,
    .ss-sign-up-modal {
      width: 360px;
    }

    .ss-login-modal [class*="ss-btn-"],
    .ss-sign-up-modal [class*="ss-btn-"] {
      width: 100%;
    }

    .ss-modal-close {
      color: #a5a5a5;
      width: 20px;
      height: 20px;
      position: absolute;
      text-align: center;
      font-size: 18px;
      line-height: 20px;
      top: 18px;
      right: 16px;
      z-index: 1;
    }

    .ss-modal-close:hover {
      color: #222;
    }

    .ss-modal-close::before {
      content: '\e92a';
      font-family: 'Linearicons';
    }

    .ss-modal-header {
      padding-bottom: 15px;
    }

    .ss-modal-content:not(:last-child) {
      padding-bottom: 20px;
    }

    .ss-modal-content .ss-additional-action:not(:first-child) {
      margin-top: 5px;
    }

    .ss-modal-content .ss-additional-action {
      text-align: center;
    }

    .ss-modal-footer {
      padding: 20px;
      margin: 0 -20px -30px;
      background: #f0f0f0;
    }

    .ss-modal a:not([class*="ss-btn"]) {
      color: #222;
    }

    .ss-modal .ss-vr-btns-group .ss-group-item:not(:last-child) {
      margin-bottom: 5px;
    }

    .arcticmodal-container table {
      width: auto;
      table-layout: auto;
    }

  /* ------------------------------------------------------

    5.10. Hidden Element
      
  ------------------------------------------------------ */

    .ss-locked-by-hidden-element {
      overflow: hidden;
    }

    .ss-hidden-element {
      visibility: hidden;
      overflow-y: scroll;

      -webkit-animation-duration: .7s;
              animation-duration: .7s;
    }

    .ss-hidden-element.ss-visible {
      visibility: visible;
    }

    .ss-hidden-element-close {
      position: absolute;
      top: 30px;
      right: 30px;
      z-index: 1;
      color: #919504;
      font-size: 36px;
      line-height: 1em;
      cursor: pointer;
      z-index: 110;
    }

    .ss-hidden-element-close:hover {
      color: #222;
    }

    .ss-hidden-how-it-works {
      position: fixed;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 200;
      background-color: #e5eb0b;
    }

    .ss-hidden-item {
      display: none;
    }

    .ss-hidden-how-it-works .ss-section-subtitle {
      font-size: 16px;
      color: #919504;
    }

    .ss-hidden-search-box {
      display: none;
      position: relative;
      background-color: #fff;
      padding: 10px;
      overflow: hidden;
    }

    .ss-hidden-search-box .searchform {
      max-width: 555px;
      margin-left: auto;
      margin-right: auto;
      position: relative;
    }

    .ss-hidden-search-box .searchform input[type="text"] {
      border: none;
      font-size: 16px;
      box-shadow: none !important;
      padding-right: 40px;
    }

    .ss-hidden-search-box .searchform button[type="submit"] {
      position: absolute;
      right: 0;
      top: 50%;
      margin-top: -12px;
      font-size: 24px;
      line-height: 24px;
      color: #222;
    }

  /* ------------------------------------------------------

    5.11. Advertising Area
      
  ------------------------------------------------------ */

    .ss-entries .ss-advertising-wrap {
      text-align: center;
      padding: 30px 15px 0;
    }

    .ss-entries .ss-advertising-wrap:not(:last-child) {
      margin-bottom: 0px;
    }

    .ss-advertising {
      padding: 12px;
      border-radius: 4px;
      background: #fff;
      display: inline-block;
    }

    .ss-advertising-wrap:not(:last-child) {
      margin-bottom: 30px;
    }

    .ss-advertising.ss-cols-2 {
      font-size: 0;
      line-height: 0;
      margin: -2px -1px 0;
    }

    .ss-advertising-item > img {
      width: 100%;
    }

    .ss-advertising.ss-cols-2 .ss-advertising-item {
      display: inline-block;
      padding: 2px 1px 0;
      overflow: hidden;
    }

    .ss-advertising.ss-cols-2 .ss-advertising-item {
      width: 50%;
    }

  /* ------------------------------------------------------

    5.12. Owl Carousel
      
  ------------------------------------------------------ */

    .owl-carousel.ss-loading {
      min-height: 56%;
    }

    .owl-carousel.ss-loading::before {
      content: '';
      display: block;
      position: absolute;
      z-index: 1;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: #fff url("../plugins/owl-carousel/assets/ajax-loader.gif") center no-repeat;
    }

    .ss-dim .owl-carousel.ss-loading::before,
    .ss-page-header .owl-carousel.ss-loading::before {
      background: transparent;
    }

    .owl-carousel .owl-animated {
      -webkit-animation-duration: .5s;
      animation-duration: .5s;
    }

    .owl-carousel .owl-prev,
    .owl-carousel .owl-next {
      color: #dadada;
      font-size: 48px;
      line-height: 1em;
      position: absolute;
      z-index: 1;
      top: 50%;
      margin-top: -24px;
      opacity: 0;
      -webkit-transition-property: color, opacity, -webkit-transform;
      transition-property: color, opacity, transform;
    }

    .owl-carousel.owl-dotted:not(.owl-right-aligned-dots) .owl-prev,
    .owl-carousel.owl-dotted:not(.owl-right-aligned-dots) .owl-next {
      margin-top: -58px;
    }

    .owl-carousel .owl-prev {
      right: 100%;
      padding-right: 20px;
      -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      transform: translateX(-100%);
    }

    .ss-csstransforms3d .owl-carousel .owl-prev {
      -webkit-transform: translate3d(-100%, 0, 0);
      -ms-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
    }

    .owl-carousel .owl-next {
      left: 100%;
      padding-left: 20px;
      -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
      transform: translateX(100%);
    }

    .ss-csstransforms3d .owl-carousel .owl-next {
      -webkit-transform: translate3d(100%, 0, 0);
      -ms-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0);
    }

    .owl-carousel:hover > .owl-nav > .owl-prev,
    .owl-carousel:hover > .owl-nav > .owl-next {
      opacity: 1;
      -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
      transform: translateX(0%);
    }

    .ss-csstransforms3d .owl-carousel:hover > .owl-nav > .owl-prev,
    .ss-csstransforms3d .owl-carousel:hover > .owl-nav > .owl-next {
      -webkit-transform: translate3d(0%, 0, 0);
      -ms-transform: translate3d(0%, 0, 0);
      transform: translate3d(0%, 0, 0);
    }

    .owl-carousel .owl-prev:hover,
    .owl-carousel .owl-next:hover {
      color: #222;
    }

    .owl-carousel .owl-prev::before,
    .owl-carousel .owl-next::before {
       font-family: 'FontAwesome';
    }

    .owl-carousel .owl-prev::before {
      content: '\f104';
    }

    .owl-carousel .owl-next::before {
      content: '\f105';
    }

    .owl-carousel.ss-ribbon-slider .owl-next {
      left: auto;
      right: 20px;
      padding-left: 0;
    }

    .owl-carousel.ss-ribbon-slider .owl-prev {
      right: auto;
      left: 20px;
      padding-right: 0;
    }

    .owl-carousel.owl-nav-position-bottom .owl-prev,
    .owl-carousel.owl-nav-position-bottom .owl-next {
      position: static;
      font-size: 24px !important;
      margin: 27px 5px 0 !important;
      padding: 0;
      opacity: 1;
      visibility: visible;
      -webkit-transform: none !important;
      -ms-transform: none !important;
      transform: none !important;
    }

    .owl-carousel.owl-nav-position-bottom .owl-nav {
      margin-left: -5px;
      margin-right: -5px;
      text-align: initial;
    }

    .ss-widget .owl-carousel.owl-nav-position-bottom .owl-prev,
    .ss-widget .owl-carousel.owl-nav-position-bottom .owl-next {
      font-size: 18px !important;
      margin-top: 17px !important;
    }

    .owl-carousel:not(.owl-right-aligned-dots) .owl-dots {
      text-align: center;
      margin: 12px -5px 0;
    }

    .owl-carousel:not(.owl-right-aligned-dots) .owl-dots .owl-dot {
      display: inline-block;
      margin: 0 5px;
    }

    .owl-carousel.owl-right-aligned-dots {
      padding-right: 120px;
    }

    .owl-carousel.owl-right-aligned-dots .owl-dots {
      position: absolute;
      right: 0;
      margin-right: 55px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
    }

    .owl-carousel.owl-right-aligned-dots .owl-dots .owl-dot:not(:last-child) {
      margin-bottom: 10px;
    }

    .owl-carousel.owl-left-aligned-dots .owl-dots {
      text-align: left;
    }

    .owl-carousel .owl-dots .owl-dot > span {
      width: 12px;
      height: 12px;
      border: 2px solid #dadada;
      border-radius: 50%;
      display: block;
      background-color: none;
      -moz-transition-property: background-color, border-color;
      -o-transition-property: background-color, border-color;
      -webkit-transition-property: background-color, border-color;
      transition-property: background-color, border-color;
      -moz-transition-duration: 0.5s;
      -o-transition-duration: 0.5s;
      -webkit-transition-duration: 0.5s;
      transition-duration: 0.5s;
      -moz-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
      -o-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
      -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
      transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    }

    .owl-carousel .owl-dots .owl-dot.active > span {
      background-color: #dadada;
    }

    .ss-dim .owl-carousel .owl-dots .owl-dot > span {
      border-color: #666;
      background-color: transparent;
    }

    .ss-dim .owl-carousel .owl-dots .owl-dot.active > span {
      background-color: #666;
    }

  /* ------------------------------------------------------

    5.13. Lightbox
      
  ------------------------------------------------------ */

    .ss-lightbox {
      display: inline-block;
      position: relative;
      z-index: 1;
    }

    .ss-lightbox::before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 1;
      background: rgba(0, 0, 0, 0.5);
    }

    .ss-lightbox::after {
      content: '\e922';
      font-family: 'Linearicons';
      font-size: 26px;
      line-height: 1em;
      text-align: center;
      color: #fff;
      position: absolute;
      z-index: 2;
      left: 0;
      right: 0;
      top: 50%;
      margin-top: -13px;
    }

    .ss-lightbox::before,
    .ss-lightbox::after {
      opacity: 0;
      visibility: hidden;
      -webkit-transition: opacity .5s ease, visibility .5s ease;
      transition: opacity .5s ease, visibility .5s ease;
    }

    .ss-lightbox:hover::before,
    .ss-lightbox:hover::after {
      opacity: 1;
      visibility: visible;
      -webkit-transition-duration: .1s;
      transition-duration: .1s;
    }

    .ss-csstransforms3d .ss-lightbox::after {
      -webkit-transform: scale3d(0.8, 0.8, 0.8) translate3d(0, 20px, 0);
      -ms-transform: scale3d(0.8, 0.8, 0.8) translate3d(0, 20px, 0);
      transform: scale3d(0.8, 0.8, 0.8) translate3d(0, 20px, 0);
      -webkit-transition-property: -webkit-transform, opacity, visibility;
      transition-property: transform, opacity, visibility;
    }

    .ss-csstransforms3d .ss-lightbox:hover::after {
      -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
      -ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
      transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    }

  /* ------------------------------------------------------

    5.14. Google Maps
      
  ------------------------------------------------------ */

    .ss-gmap {
      height: 350px;
      position: relative;
      z-index: 1;
    }

    .ss-tabs-container .ss-gmap {
      height: 300px;
    }

    .ss-gmap:not(:last-child) {
      margin-bottom: 30px;
    }

  /* ------------------------------------------------------

    5.15. Label
      
  ------------------------------------------------------ */

    [class*="ss-label"] {
      background-color: #e5eb0b;
      border-radius: 4px;
      text-align: center;
      padding: 4px 10px 2px;
      font-size: 14px;
      display: inline-block;
      font-weight: 700;
      color: #222;
      text-transform: uppercase;
    }

    .ss-label-red {
      color: #fff;
      background-color: rgb(51, 122, 183);
    }

    .ss-label-darkred {
      color: #fff;
      background-color: #db0005;
    }

    .ss-label-orange {
      color: #fff;
      background-color: #f98c35;
    }

    .ss-label-blue {
      color: #fff;
      background-color: #00a1d9;
    }

    .ss-label-darkblue {
      color: #fff;
      background-color: #0073db;
    }

    .ss-label-white {
      color: #222;
      background-color: #ffffff;
    }

    .ss-label-purple {
      color: #fff;
      background-color: #955ba5;
    }

    .ss-label-green {
      color: #fff;
      background-color: #70af1a;
    }

  /* ------------------------------------------------------

    5.16. Statistic
      
  ------------------------------------------------------ */

    .ss-stats {
      border-radius: 5px;
      display: inline-block;
      font-size: 0;
      overflow: hidden;
    }

    .ss-stats .ss-stats-inner {
      margin: -1px;
      max-width: 246px;
    }

    .ss-stats .ss-stats-item .ss-caption {
      font-size: 10px;
      line-height: 14px;
    }

    .ss-stats .ss-stats-item .ss-value {
      font-weight: 700;
    }

    .ss-stats .ss-stats-item {
      color: #fff;
      background: #70af1a;
      display: inline-block;
      text-align: center;
      font-size: 18px;
      line-height: 22px;
      min-height: 43px;
      width: 82px;
      padding: 10px 5px 5px;
      border: 1px solid transparent;
      background-clip: padding-box;
    }

  /* ------------------------------------------------------

    5.17. Countdown
      
  ------------------------------------------------------ */

    .ss-countdown {
      font-size: 0px;
      color: #222;
    }

    .ss-countdown .countdown-section {
      display: inline-block;
      width: 25%;
      text-align: center;
      padding: 8px 5px;
    }

    .ss-countdown .countdown-period {
      font-size: 10px;
      line-height: 1em;
    }

    .ss-countdown .countdown-amount {
      font-weight: 700;
      font-size: 18px;
      line-height: 1em;
    }

    .ss-countdown .countdown-amount:not(:last-child) {
      margin-bottom: 3px;
    }

    .ss-countdown .countdown-amount,
    .ss-countdown .countdown-period {
      display: block;
    }

  /* ------------------------------------------------------

    5.18. Employers
      
  ------------------------------------------------------ */

    .ss-employers {
      text-align: initial;
    }

    .ss-employer {
      display: table;
      width: 100%;
      table-layout: fixed;
      color: #777777;
      background: #ffffff;
      font-size: 12px;
      line-height: 18px;
    }

    .ss-employer .ss-employer-logo,
    .ss-employer .ss-employer-info {
      display: table-cell;
      vertical-align: middle;
    }

    .ss-employer .ss-employer-logo {
      text-align: center;
      position: relative;
      z-index: 1;
      overflow: hidden;
    }

    .ss-employer .ss-employer-logo img {
      display: initial;
      width: auto;
    }

    .ss-employer .ss-clickbox {
      display: block;
      position: absolute;
      z-index: 2;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
    }

    .ss-employer .ss-employer-info {
      padding: 27px 20px 25px;
      background: #f7f7f7;
      width: 42.56%;
    }

    .ss-employer .ss-employer-name {
      font-size: 16px;
      line-height: 20px;
    }

    .ss-employer .ss-employer-name:not(:last-child) {
      margin-bottom: 0px;
    }

    .ss-employer a,
    .ss-page-header.ss-dark .ss-employer a {
      color: #222;
      text-decoration: none;
    }

    .ss-employer a:hover,
    .ss-page-header.ss-dark .ss-employer a:hover {
      color: #70af1a;
    }

    .ss-blue-theme .ss-employer a:hover,
    .ss-blue-theme .ss-page-header.ss-dark .ss-employer a:hover {
      color: #0074d9;
    }

    .ss-dark-blue-theme .ss-employer a:hover,
    .ss-dark-blue-theme .ss-page-header.ss-dark .ss-employer a:hover {
      color: #0054a0;
    }

    .ss-red-theme .ss-employer a:hover,
    .ss-red-theme .ss-page-header.ss-dark .ss-employer a:hover {
      color: rgb(51, 122, 183);
    }

    .ss-light-green-theme .ss-employer a:hover,
    .ss-light-green-theme .ss-page-header.ss-dark .ss-employer a:hover {
      color: #5ab291;
    }

    .ss-employers:not(.owl-carousel) {
      margin-top: -30px;
      margin-left: -15px;
      margin-right: -15px;
    }

    .ss-employers:not(.owl-carousel) .ss-employer-wrap {
      display: inline-block;
      padding: 30px 15px 0;
    }

    .ss-employers.ss-cols-5:not(.owl-carousel),
    .ss-employers.ss-cols-4:not(.owl-carousel),
    .ss-employers.ss-cols-3:not(.owl-carousel),
    .ss-employers.ss-cols-2:not(.owl-carousel) {
      font-size: 0;
    }

    .ss-employers.ss-cols-5:not(.owl-carousel) .ss-employer-wrap {
      width: 20%;
    }

    .ss-employers.ss-cols-4:not(.owl-carousel) .ss-employer-wrap {
      width: 25%;
    }

    .ss-employers.ss-cols-3:not(.owl-carousel) .ss-employer-wrap {
      width: 33.33333%;
    }

    .ss-employers.ss-cols-2:not(.owl-carousel) .ss-employer-wrap {
      width: 50%;
    }

    /* if is in full width section */
    .ss-section.ss-fw .ss-employers {
      border-left: 155px solid transparent;
      border-right: 155px solid transparent;
    }

    .ss-page-header.ss-type-6 .ss-employers .owl-prev,
    .ss-page-header.ss-type-6 .ss-employers .owl-next {
      opacity: .35;
    }

    .ss-page-header.ss-type-6 .ss-employers .owl-prev:hover,
    .ss-page-header.ss-type-6 .ss-employers .owl-next:hover {
      color: #dadada;
      opacity: 1;
    }

    .ss-page-header.ss-type-6 .ss-employers .owl-prev,
    .ss-page-header.ss-type-6 .ss-employers .owl-next {
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
    }

  /* ------------------------------------------------------

    5.19. Half-page Columns
      
  ------------------------------------------------------ */

    .ss-half-page-cols {
      display: table;
      width: 100%;
      table-layout: fixed;
    }

    .ss-half-page-cols .ss-media-col,
    .ss-half-page-cols .ss-text-col {
      display: table-cell;
      vertical-align: middle;
    }

    .ss-half-page-cols .ss-text-col {
      color: #fff;
      padding: 70px;
      background: #70af1a;
    }

    .ss-blue-theme .ss-half-page-cols .ss-text-col {
      background: #0074d9;
    }

    .ss-red-theme .ss-half-page-cols .ss-text-col {
      background: rgb(51, 122, 183);
    }

    .ss-dark-blue-theme .ss-half-page-cols .ss-text-col {
      background: #0054a0;
    }

    .ss-light-green-theme .ss-half-page-cols .ss-text-col {
      background: #5ab291;
    }

    .ss-half-page-cols .ss-text-col h1,
    .ss-half-page-cols .ss-text-col h2,
    .ss-half-page-cols .ss-text-col h3,
    .ss-half-page-cols .ss-text-col h4,
    .ss-half-page-cols .ss-text-col h5,
    .ss-half-page-cols .ss-text-col h6 {
      color: #fff;
    }

    .ss-half-page-cols .ss-text-col .ss-section-title,
    .ss-half-page-cols .ss-text-col .ss-section-subtitle {
      color: #fff;
      text-align: initial;
    }

    .ss-half-page-cols .ss-text-col .ss-section-description {
      color: inherit;
      text-align: initial;
    }

    .ss-dark-blue-theme .ss-half-page-cols .ss-text-col {
      color: #bbd3f2;
    }

    .ss-half-page-cols .ss-text-col .ss-section-description:not(:last-child) {
      margin-bottom: 45px;
    }

    .ss-half-page-cols .ss-text-col [class*="ss-btn"] {
      min-width: 145px;
    }

    .ss-half-page-cols .ss-text-col .ss-text-col-content {
      max-width: 485px;
    }

  /* ------------------------------------------------------

    5.20. Rating
      
  ------------------------------------------------------ */

    .ss-rating {
      position: relative;
      height: 16px;
      line-height: 16px;
      font-size: 16px;
      display: inline-block;
      vertical-align: middle;
      min-height: 16px;
      margin-top: 3px;
    }

    .ss-rating [class*="-state"] {
      color: #e5eb0b;
      overflow: hidden;
      position: relative;
      z-index: 1;
      white-space: nowrap;
    }

    .ss-rating .ss-icon-star-empty:before {
      content: '\f006';
    }

    .ss-rating .ss-icon-star:before {
      content: '\f005';
    }

    .ss-rating [class*="ss-icon-sta"]:before {
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal;
      speak: none;
      display: inline-block;
      text-decoration: inherit;
      text-align: center;
      font-variant: normal;
      text-transform: none;
      line-height: 1em;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
    }

    /* firefox only*/
    @-moz-document url-prefix() { 
      .ss-rating [class*="ss-icon-sta"]:before {
        filter: blur(0.1px);
      }
    }

    .ss-rating .ss-fill-state {
      top: 0;
      left: 0;
      position: absolute;
      z-index: 2;
      width: 0;
    }

    .ss-blue-theme .ss-rating [class*="-state"],
    .ss-dark-blue-theme .ss-rating [class*="-state"],
    .ss-red-theme .ss-rating [class*="-state"] {
      color: #ffc200;
    }

  /* ------------------------------------------------------

    5.21. Team Members
      
  ------------------------------------------------------ */

    .ss-team-members:not(.owl-carousel) {
      margin-top: -30px;
      margin-left: -15px;
      margin-right: -15px;
    }

    .ss-team-members:not(.owl-carousel) .ss-team-member {
      padding: 30px 15px 0;
    }

    .ss-team-members.ss-cols-4:not(.owl-carousel),
    .ss-team-members.ss-cols-3:not(.owl-carousel),
    .ss-team-members.ss-cols-2:not(.owl-carousel) {
      font-size: 0px;
      line-height: 0px;
    }

    .ss-team-members.ss-cols-4:not(.owl-carousel) .ss-team-member,
    .ss-team-members.ss-cols-3:not(.owl-carousel) .ss-team-member,
    .ss-team-members.ss-cols-2:not(.owl-carousel) .ss-team-member {
      display: inline-block;
    }

    .ss-team-members.ss-cols-4:not(.owl-carousel) .ss-team-member {
      width: 25%;
    }

    .ss-team-members.ss-cols-3:not(.owl-carousel) .ss-team-member {
      width: 33.33333%;
    }

    .ss-team-members.ss-cols-2:not(.owl-carousel) .ss-team-member {
      width: 50%;
    }

    .ss-team-member {
      text-align: center;
      font-size: 14px;
      line-height: 24px;
    }

    .ss-team-member .ss-team-member-photo {
      display: block;
      max-width: 165px;
      border-radius: 50%;
      margin-left: auto;
      margin-right: auto;
      width: 100%;
    }

    .ss-team-member .ss-team-member-photo:not(:last-child) {
      margin-bottom: 20px;
    }

    .ss-team-member .ss-team-member-name {
      font-size: 18px;
      line-height: 24px;
    }

    .ss-team-member .ss-team-member-name:not(:last-child) {
      margin-bottom: 5px;
    }

    .ss-team-member .ss-team-member-name a {
      color: #222;
      text-decoration: none;
    }

    .ss-team-member .ss-team-member-name a:hover,
    .ss-team-member .ss-team-member-name a:focus {
      color: #70af1a;
    }

    .ss-dark-blue-theme .ss-team-member .ss-team-member-name a:hover,
    .ss-dark-blue-theme .ss-team-member .ss-team-member-name a:focus {
      color: #0054a0;
    }

    .ss-red-theme .ss-team-member .ss-team-member-name a:hover,
    .ss-red-theme .ss-team-member .ss-team-member-name a:focus {
      color: rgb(51, 122, 183);
    }

    .ss-blue-theme .ss-team-member .ss-team-member-name a:hover,
    .ss-blue-theme .ss-team-member .ss-team-member-name a:focus {
      color: #0074d9;
    }

    .ss-light-green-theme .ss-team-member .ss-team-member-name a:hover,
    .ss-light-green-theme .ss-team-member .ss-team-member-name a:focus {
      color: #5ab291;
    }

    .ss-team-member .ss-team-member-position {
      color: #999;
      font-size: 12px;
      line-height: 18px;
      text-transform: uppercase;
    }

  /* ------------------------------------------------------

    5.22. Categories
      
  ------------------------------------------------------ */

    .ss-categories.ss-cols-5,
    .ss-categories.ss-cols-4,
    .ss-categories.ss-cols-3,
    .ss-categories.ss-cols-2{
      font-size: 0;
      line-height: 0;
    }

    .ss-categories.ss-cols-5 .ss-category-item {
      width: 20%;
    }

    .ss-categories.ss-cols-4 .ss-category-item {
      width: 25%;
    }

    .ss-categories.ss-cols-3 .ss-category-item {
      width: 33.33333%;
    }

    .ss-categories.ss-cols-2 .ss-category-item {
      width: 50%;
    }

    .ss-categories.ss-cols-5 .ss-category-item,
    .ss-categories.ss-cols-4 .ss-category-item,
    .ss-categories.ss-cols-3 .ss-category-item,
    .ss-categories.ss-cols-2 .ss-category-item {
      display: inline-block;
      font-size: 14px;
      line-height: 24px;
    }

    .ss-category-item-icon {
      display: block;
      font-size: 20px;
      line-height: 48px;
      border-width: 1px;
      border-style: solid;
      border-radius: 50%;
      width: 50px;
      height: 50px;
      text-align: center;

      -webkit-transition: inherit;
              transition: inherit;
    }

    .ss-category-item-title {
      font-size: 18px;
      line-height: 24px;
    }

    .ss-category-item a {
      color: #222;
      text-decoration: none !important;
    }

    .ss-category-item a:hover,
    .ss-category-item a:focus,
    .ss-categories-item-list a:hover .ss-amount,
    .ss-categories-item-list a:focus .ss-amount {
      color: #70af1a;
    }

    .ss-red-theme .ss-category-item a:hover,
    .ss-red-theme .ss-category-item a:focus,
    .ss-red-theme .ss-categories-item-list a:hover .ss-amount,
    .ss-red-theme .ss-categories-item-list a:focus .ss-amount {
      color: rgb(51, 122, 183);
    }

    .ss-blue-theme .ss-category-item a:hover,
    .ss-blue-theme .ss-category-item a:focus,
    .ss-blue-theme .ss-categories-item-list a:hover .ss-amount,
    .ss-blue-theme .ss-categories-item-list a:focus .ss-amount {
      color: #0074d9;
    }

    .ss-category-item-title a:hover .ss-category-item-icon,
    .ss-category-item-title a:focus .ss-category-item-icon {
      color: #fff;
      background-color: #70af1a;
    }

    .ss-red-theme .ss-category-item-title a:hover .ss-category-item-icon,
    .ss-red-theme .ss-category-item-title a:focus .ss-category-item-icon {
      color: #fff;
      background-color: rgb(51, 122, 183);
    }

    .ss-categories.ss-type-2 .ss-category-item-title a:hover .ss-category-item-icon,
    .ss-categories.ss-type-2 .ss-category-item-title a:focus .ss-category-item-icon{
      color: #70af1a;
      background: transparent;
    }

    .ss-red-theme .ss-categories.ss-type-2 .ss-category-item-title a:hover .ss-category-item-icon,
    .ss-red-theme .ss-categories.ss-type-2 .ss-category-item-title a:focus .ss-category-item-icon{
      color: rgb(51, 122, 183);
      background: transparent;
    }

    .ss-categories {
      overflow: hidden;
    }

    .ss-category-item-header:not(:last-child) {
      margin-bottom: 15px;
    }

    .ss-categories .ss-category-item {
      border-width: 0;
      border-style: solid;
      border-color: #e8e8e8;
      position: relative;
      z-index: 1;
    }

    .ss-categories .ss-category-item::before {
      content: "";
      display: block;
      border-width: 0 0 0 1px;
      border-style: inherit;
      border-color: inherit;
      top: -500%;
      bottom: -500%;
      position: absolute;
      left: -1px;
    }

    .ss-categories .ss-category-item::after {
      content: "";
      display: block;
      border-width: 1px 0 0 0;
      border-style: inherit;
      border-color: inherit;
      position: absolute;
      left: -500%;
      right: -500%;
      top: -1px;
    }

    .ss-categories .ss-category-item-icon {
      color: #70af1a;
      border-color: #70af1a;
    }

    .ss-red-theme .ss-categories .ss-category-item-icon {
      color: rgb(51, 122, 183);
      border-color: rgb(51, 122, 183);
    }

    .ss-categories-item-list a {
      display: block;
      position: relative;
      z-index: 1;
      padding-right: 60px;
    }

    .ss-categories-item-list .ss-amount {
      color: #777;
      position: absolute;
      right: 0;
      top: 0;

      -webkit-transition: inherit;
              transition: inherit;
    }

    .ss-categories.ss-type-1 {
      border: 1px solid #e8e8e8;
      border-radius: 5px;
    }

    .ss-categories.ss-type-1 .ss-categories-inner {
      margin: -1px 0 0;
    }

    .ss-categories.ss-type-1 .ss-category-item-icon {
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 12px;
    }

    .ss-categories.ss-type-1 .ss-category-item-title a {
      display: block;
      text-align: center;
      padding: 30px 20px 25px;
    }

    .ss-categories.ss-type-2 .ss-categories-inner,
    .ss-categories.ss-type-4 .ss-categories-inner {
      margin-left: -20px;
      margin-right: -20px;
    }

    .ss-categories.ss-type-2 .ss-category-item {
      padding: 25px 20px 20px;
    }

    .ss-categories.ss-type-2 .ss-category-item-icon {
      font-size: 20px;
      display: inline-block;
      vertical-align: middle;
      border: none;
      border-radius: 0;
      width: auto;
      height: auto;
      position: relative;
      top: -2px;
      margin-right: 5px;
    }

    .ss-categories.ss-type-4 .ss-category-item {
      padding: 25px 20px 15px;
    }

    .ss-categories.ss-type-4 .ss-category-item-icon {
      font-size: 14px;
      width: 36px;
      height: 36px;
      line-height: 34px;
      display: inline-block;
      vertical-align: middle;
      margin-right: 7px;
    }

    .ss-categories.ss-type-3 .ss-categories-inner {
      margin: -30px -15px 0;
    }

    .ss-categories.ss-type-3 .ss-category-item {
      padding: 30px 15px 0;
    }

    .ss-categories.ss-type-3 .ss-category-item::before,
    .ss-categories.ss-type-4 .ss-category-item::after,
    .ss-categories.ss-type-3 .ss-category-item::after {
      display: none;
    }

    .ss-categories.ss-cols-5.ss-type-4 .ss-category-item {
      width: 25%;
    }

    .ss-categories.ss-type-4 .ss-categories-item-list a {
      color: #2349b7;
      padding-right: 0;
      display: inline-block;
    }

    .ss-categories.ss-type-4 .ss-categories-item-list a:hover,
    .ss-categories.ss-type-4 .ss-categories-item-list a:focus {
      text-decoration: underline !important;
    }

    .ss-categories.ss-type-4 .ss-categories-item-list a:hover .ss-amount,
    .ss-categories.ss-type-4 .ss-categories-item-list a:focus .ss-amount {
      color: #777;
    }

    .ss-categories.ss-type-4 .ss-categories-item-list .ss-amount {
      position: static;
      display: inline-block;
    }

    .ss-categories.ss-type-4 .ss-category-item-title a {
      position: relative;
      z-index: 1;
      padding: 8px 0 0 46px;
      display: inline-block;
    }

    .ss-categories.ss-type-4 .ss-category-item-title a:hover,
    .ss-categories.ss-type-4 .ss-category-item-title a:focus {
      color: #222;
    }

    .ss-categories.ss-type-4 .ss-category-item-title a::after {
      content: "";
      display: block;
      position: absolute;
      bottom: 4px;
      right: 50%;
      left: 46px;
      opacity: 0;
      border-bottom: 1px solid #222;

      -webkit-transition: inherit;
              transition: inherit;

      -webkit-transition-property: all;
              transition-property: all;
    }

    .ss-categories.ss-type-4 .ss-category-item-title a:hover::after {
      opacity: 1;
      right: 0;
    }

    .ss-categories.ss-type-4 .ss-category-item .ss-category-item-icon {
      color: #fff;
      font-size: 16px;
      position: absolute;
      left: 0;
      top: 0;
      margin: 0;
    }

    .ss-categories.ss-type-4 .ss-category-item.ss-purple .ss-category-item-icon {
      border-color: #8c32a5;
      background-color: #8c32a5;
    }

    .ss-categories.ss-type-4 .ss-category-item.ss-purple .ss-category-item-title a:hover .ss-category-item-icon,
    .ss-categories.ss-type-4 .ss-category-item.ss-purple .ss-category-item-title a:focus .ss-category-item-icon {
      color: #8c32a5;
      background: transparent;
    }

    .ss-categories.ss-type-4 .ss-category-item.ss-red .ss-category-item-icon {
      border-color: rgb(51, 122, 183);
      background-color: rgb(51, 122, 183);
    }

    .ss-categories.ss-type-4 .ss-category-item.ss-red .ss-category-item-title a:hover .ss-category-item-icon,
    .ss-categories.ss-type-4 .ss-category-item.ss-red .ss-category-item-title a:focus .ss-category-item-icon {
      color: rgb(51, 122, 183);
      background: transparent;
    }

    .ss-categories.ss-type-4 .ss-category-item.ss-blue .ss-category-item-icon {
      border-color: #0074d9;
      background-color: #0074d9;
    }

    .ss-categories.ss-type-4 .ss-category-item.ss-blue .ss-category-item-title a:hover .ss-category-item-icon,
    .ss-categories.ss-type-4 .ss-category-item.ss-blue .ss-category-item-title a:focus .ss-category-item-icon {
      color: #0074d9;
      background: transparent;
    }

    .ss-categories.ss-type-4 .ss-category-item.ss-green .ss-category-item-icon {
      border-color: #588f27;
      background-color: #588f27;
    }

    .ss-categories.ss-type-4 .ss-category-item.ss-green .ss-category-item-title a:hover .ss-category-item-icon,
    .ss-categories.ss-type-4 .ss-category-item.ss-green .ss-category-item-title a:focus .ss-category-item-icon {
      color: #588f27;
      background: transparent;
    }

    .ss-categories.ss-type-4 .ss-category-item.ss-orange .ss-category-item-icon {
      border-color: #ffba00;
      background-color: #ffba00;
    }

    .ss-categories.ss-type-4 .ss-category-item.ss-orange .ss-category-item-title a:hover .ss-category-item-icon,
    .ss-categories.ss-type-4 .ss-category-item.ss-orange .ss-category-item-title a:focus .ss-category-item-icon {
      color: #ffba00;
      background: transparent;
    }

    .ss-categories.ss-type-4 .ss-category-item.ss-lightblue .ss-category-item-icon {
      border-color: #04bfbf;
      background-color: #04bfbf;
    }

    .ss-categories.ss-type-4 .ss-category-item.ss-lightblue .ss-category-item-title a:hover .ss-category-item-icon,
    .ss-categories.ss-type-4 .ss-category-item.ss-lightblue .ss-category-item-title a:focus .ss-category-item-icon {
      color: #04bfbf;
      background: transparent;
    }

    .ss-categories.ss-type-4 .ss-category-item.ss-pink .ss-category-item-icon {
      border-color: #ff358b;
      background-color: #ff358b;
    }

    .ss-categories.ss-type-4 .ss-category-item.ss-pink .ss-category-item-title a:hover .ss-category-item-icon,
    .ss-categories.ss-type-4 .ss-category-item.ss-pink .ss-category-item-title a:focus .ss-category-item-icon {
      color: #ff358b;
      background: transparent;
    }

    .ss-categories.ss-type-4 .ss-category-item.ss-brown .ss-category-item-icon {
      border-color: #cc6b32;
      background-color: #cc6b32;
    }

    .ss-categories.ss-type-4 .ss-category-item.ss-brown .ss-category-item-title a:hover .ss-category-item-icon,
    .ss-categories.ss-type-4 .ss-category-item.ss-brown .ss-category-item-title a:focus .ss-category-item-icon {
      color: #cc6b32;
      background: transparent;
    }

    .ss-categories.ss-type-4 .ss-category-item.ss-darkred .ss-category-item-icon {
      border-color: #d70000;
      background-color: #d70000;
    }

    .ss-categories.ss-type-4 .ss-category-item.ss-darkred .ss-category-item-title a:hover .ss-category-item-icon,
    .ss-categories.ss-type-4 .ss-category-item.ss-darkred .ss-category-item-title a:focus .ss-category-item-icon {
      color: #d70000;
      background: transparent;
    }

    .ss-categories.ss-type-4 .ss-category-item.ss-olive .ss-category-item-icon {
      border-color: #8ea106;
      background-color: #8ea106;
    }

    .ss-categories.ss-type-4 .ss-category-item.ss-olive .ss-category-item-title a:hover .ss-category-item-icon,
    .ss-categories.ss-type-4 .ss-category-item.ss-olive .ss-category-item-title a:focus .ss-category-item-icon {
      color: #8ea106;
      background: transparent;
    }

    .ss-categories.ss-type-4 .ss-category-item.ss-darkblue .ss-category-item-icon {
      border-color: #037e8c;
      background-color: #037e8c;
    }

    .ss-categories.ss-type-4 .ss-category-item.ss-darkblue .ss-category-item-title a:hover .ss-category-item-icon,
    .ss-categories.ss-type-4 .ss-category-item.ss-darkblue .ss-category-item-title a:focus .ss-category-item-icon {
      color: #037e8c;
      background: transparent;
    }

    .ss-categories.ss-type-4 .ss-category-item.ss-red .ss-category-item-icon {
      border-color: #fc4349;
      background-color: #fc4349;
    }

    .ss-categories.ss-type-4 .ss-category-item.ss-red .ss-category-item-title a:hover .ss-category-item-icon,
    .ss-categories.ss-type-4 .ss-category-item.ss-red .ss-category-item-title a:focus .ss-category-item-icon {
      color: #fc4349;
      background: transparent;
    }

    .ss-categories.ss-type-4 .ss-category-item.ss-lightblue-2 .ss-category-item-icon {
      border-color: #28adff;
      background-color: #28adff;
    }

    .ss-categories.ss-type-4 .ss-category-item.ss-lightblue-2 .ss-category-item-title a:hover .ss-category-item-icon,
    .ss-categories.ss-type-4 .ss-category-item.ss-lightblue-2 .ss-category-item-title a:focus .ss-category-item-icon {
      color: #28adff;
      background: transparent;
    }

    .ss-categories.ss-type-4 .ss-category-item.ss-orange-2 .ss-category-item-icon {
      border-color: #f57336;
      background-color: #f57336;
    }

    .ss-categories.ss-type-4 .ss-category-item.ss-orange-2 .ss-category-item-title a:hover .ss-category-item-icon,
    .ss-categories.ss-type-4 .ss-category-item.ss-orange-2 .ss-category-item-title a:focus .ss-category-item-icon {
      color: #f57336;
      background: transparent;
    }

    .ss-categories.ss-type-4 .ss-category-item.ss-darkpurple .ss-category-item-icon {
      border-color: #730046;
      background-color: #730046;
    }

    .ss-categories.ss-type-4 .ss-category-item.ss-darkpurple .ss-category-item-title a:hover .ss-category-item-icon,
    .ss-categories.ss-type-4 .ss-category-item.ss-darkpurple .ss-category-item-title a:focus .ss-category-item-icon {
      color: #730046;
      background: transparent;
    }

  /* ------------------------------------------------------

    5.23. Filter
      
  ------------------------------------------------------ */

    .ss-filter {
      margin-top: -3px;
    }

    .ss-filter-item {
      font-size: 18px;
      display: inline-block;
      border-radius: 5px;
      padding: 7px 20px 5px;
      margin-top: 3px;
      border: 2px solid transparent;
      text-decoration: none !important;

      -webkit-transition-property: color, border-color;
              transition-property: color, border-color;
    }

    .ss-filter-item,
    .ss-red-theme .ss-filter-item {
      color: #222;
    }

    .ss-filter-item.ss-active,
    .ss-filter-item:hover,
    .ss-filter-item:focus {
      color: #70af1a;
      border-color: #70af1a;
    }

    .ss-filter-item.ss-active,
    .ss-filter-item:hover,
    .ss-filter-item:focus {
      color: rgb(51, 122, 183);
      border-color: rgb(51, 122, 183);
    }

    .ss-isotope {
      -webkit-transition: height .35s cubic-bezier(0.23, 1, 0.32, 1);
              transition: height .35s cubic-bezier(0.23, 1, 0.32, 1);
    }

  /* ------------------------------------------------------

    5.24. Slideshow
      
  ------------------------------------------------------ */

    .ss-slideshow-with-thumbs {
      position: relative;
      z-index: 1;
    }

    .ss-slideshow-thumbs {
      position: absolute;
      z-index: 2;
      padding-left: 135px;
      padding-right: 135px;
      bottom: 10px;
    }

    .ss-slideshow-thumbs .owl-prev,
    .ss-slideshow-thumbs .owl-next {
      font-size: 24px;
      margin-top: -12px;
    }

    .ss-slideshow-thumbs.ss-type-2 {
      padding-left: 65px;
      padding-right: 65px;
    }

    .ss-slideshow-thumb {
      cursor: pointer;
      border: 2px solid transparent;
      -webkit-transition: border-color .35s cubic-bezier(0.23, 1, 0.32, 1);
              transition: border-color .35s cubic-bezier(0.23, 1, 0.32, 1);
    }

    .ss-slideshow-thumb.ss-active {
      border-color: #fff;
    }

  /* ------------------------------------------------------

    5.25. Questions
      
  ------------------------------------------------------ */

    .ss-questions {
      margin: -36px 0 0;
    }

    .ss-question {
      position: relative;
      z-index: 1;
      border-style: solid;
      border-color: transparent;
      border-width: 44px 0 0 0;
      padding-left: 60px;
      min-height: 164px;
    }

    .ss-question-header:not(:last-child) {
      margin-bottom: 11px;
    }

    .ss-question-info {
      position: absolute;
      top: -4px;
      left: 0;
    }

    .ss-question-cat-icon {
      width: 40px;
      height: 40px;
      text-align: center;
      font-size: 18px;
      line-height: 40px;
      text-transform: uppercase;
      color: #222;
      background: #e5eb0b;
      border-radius: 4px;
    }

    .ss-question-cat-icon:not(:last-child) {
      margin-bottom: 10px;
    }

    .ss-question-vote {
      color: #222;
      font-size: 10px;
      line-height: 1em;
      text-align: center;
      border-radius: 4px;
      border: 2px solid #dadada;
      padding: 25px 0 20px;
      width: 40px;
      position: relative;
      z-index: 1;
    }

    .ss-question-vote-up,
    .ss-question-vote-down {
      position: absolute;
      z-index: 1;
      left: 50%;
      margin-left: -4px;
    }

    .ss-question-vote-up {
      top: 4px;
    }

    .ss-question-vote-down {
      bottom: 3px;
    }

    .ss-question-votes {
      font-size: 18px;
      font-weight: 700;
      margin-bottom: 5px;
    }

    .ss-answer-meta {
      color: #222;
    }

  /* ------------------------------------------------------

    5.26. Accordions & Toggles
      
  ------------------------------------------------------ */
    
    .ss-accordion,
    .ss-toggle{
      margin-top: -4px;
    }

    .ss-toggle-title,
    .ss-accordion-title{
      font-size: 18px;
      line-height: 28px;
      color: #222;
      cursor: pointer;
      padding: 7px 50px 5px 20px;
      border-radius: 4px;
      background: #dadada;
      position: relative;
      z-index: 1;
      margin-top: 4px;

      -webkit-transition: border-radius .6s cubic-bezier(0.23, 1, 0.32, 1), background-color .2s cubic-bezier(0.23, 1, 0.32, 1);
              transition: border-radius .6s cubic-bezier(0.23, 1, 0.32, 1), background-color .2s cubic-bezier(0.23, 1, 0.32, 1);

      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
    }

    .ss-toggle-title.ss-active,
    .ss-accordion-title.ss-active{
      background: #fff;
      border-radius: 4px 4px 0 0;
    }

    /*.ss-toggle-title::after,*/
    /*.ss-accordion-title::after{*/
    /*  content: '\e93c';*/
    /*  font-family: 'Linearicons';*/
    /*  display: block;*/
    /*  position: absolute;*/
    /*  right: 15px;*/
    /*  top: 50%;*/
    /*  font-size: 18px;*/
    /*  line-height: 1em;*/
    /*  margin-top: -9px;*/
    /*}*/

    /*.ss-no-csstransforms3d .ss-toggle-title.ss-active::after,*/
    /*.ss-no-csstransforms3d .ss-accordion-title.ss-active::after{*/
    /*  content: '\e93a';*/
    /*}*/

    /*.ss-csstransforms3d .ss-toggle-title::after,*/
    /*.ss-csstransforms3d .ss-accordion-title::after{*/
    /*  -webkit-transform-origin: 50% 50%;*/
    /*      -ms-transform-origin: 50% 50%;*/
    /*          transform-origin: 50% 50%;*/

    /*  -webkit-transition: -webkit-transform .6s cubic-bezier(0.23, 1, 0.32, 1);*/
    /*          transition:         transform .6s cubic-bezier(0.23, 1, 0.32, 1);*/
    /*}*/

    /*.ss-csstransforms3d .ss-toggle-title.ss-active::after,*/
    /*.ss-csstransforms3d .ss-accordion-title.ss-active::after{*/
    /*  -webkit-transform: rotate3d(0, 0, 1, 90deg);*/
    /*      -ms-transform: rotate3d(0, 0, 1, 90deg);*/
    /*          transform: rotate3d(0, 0, 1, 90deg);*/
    /*}*/

    .ss-toggle-def-inner,
    .ss-accordion-def-inner{
      padding: 10px 20px 20px;
      background: #fff;
      border-radius: 0 0 4px 4px;
      position: relative;
      border-bottom: 2px solid #dadada;
    }  

  /* ------------------------------------------------------

    5.27. Tabs & Tour Sections
      
  ------------------------------------------------------ */

    .ss-tabs-nav{
      font-size: 0;
      line-height: 0;
      margin-top: -4px;
      margin-left: -2px;
      margin-right: -2px;
    }

    .ss-tabs:not(:last-child) {
      margin-bottom: 30px;
    }

    .ss-tabs-nav > li{
      display: inline-block;
      padding: 4px 2px 0;
    }

    .ss-tabs-nav > li > a{
      font-size: 18px;
      line-height: 28px;
      text-decoration: none;
      color: #222;
      display: block;
      padding: 7px 20px 5px;
    }

    .ss-tour-sections-nav{
      float: left;
      width: 180px;
    }

    .ss-tour-sections-nav > li{
      display: block;
    }

    .ss-tabs-container{
      border-radius: 0 4px 4px 4px;
      overflow: hidden;
    }

    .ss-tabs.ss-type-2 .ss-tabs-container {
      border-bottom: none;
      background: transparent;
    }

    .ss-tabs.ss-type-2 .ss-tab {
      padding: 0;
    }

    .ss-tabs.ss-type-2 .ss-tabs-nav a {
      border: 2px solid #dadada;
      background: transparent;
      border-radius: 4px;

      -webkit-transition-property: color, border-color, background-color;
              transition-property: color, border-color, background-color;
    }

    .ss-tabs.ss-type-2 .ss-tabs-nav a:hover,
    .ss-tabs.ss-type-2 .ss-tabs-nav a:focus,
    .ss-tabs.ss-type-2 .ss-tabs-nav .ss-active {
      color: #70af1a;
      border-color: #70af1a;
    }

    .ss-tabs.ss-type-2 .ss-tabs-nav a:hover,
    .ss-tabs.ss-type-2 .ss-tabs-nav a:focus,
    .ss-tabs.ss-type-2 .ss-tabs-nav .ss-active {
      color: #0074d9;
      border-color: #0074d9;
    }

    .ss-tab,
    .ss-tabs.ss-default .ss-tab {
      padding: 20px 20px 24px 0px;
    }

    .ss-tabs-container,
    .ss-tabs.ss-default .ss-tabs-container {
      background: #fff;
      border-bottom: 2px solid #dadada;
    }

    .ss-dark-blue-theme .ss-tabs-container,
    .ss-dark-blue-theme .ss-tabs.ss-default .ss-tabs-container {
      border-color: #0054a0;
    }

    .ss-tabs-nav > li > a,
    .ss-tabs.ss-default .ss-tabs-nav > li > a{
      border-radius: 4px 4px 0 0;
      background: #dadada;
      border-color: transparent;
      text-decoration: none !important;
    }

    .ss-tabs-nav .ss-active,
    .ss-tabs.ss-default .ss-tabs-nav .ss-active,
    .ss-tabs.ss-default .ss-tabs-nav a:hover,
    .ss-tabs.ss-default .ss-tabs-nav a:focus {
      background: #fff;
      border-color: transparent;
      color: #222;
    }

    .ss-tour-sections-nav > li > a,
    .ss-tabs.ss-default .ss-tour-sections-nav > li > a{
      border-radius: 4px 0 0 4px;
    }

    .ss-tabs.ss-responsive .ss-tabs-container,
    .ss-tabs.ss-responsive .ss-tabs-nav > li > a,
    .ss-tabs.ss-default.ss-responsive .ss-tabs-nav > li > a{
      border-radius: 4px;
    }

    .ss-tabs.ss-responsive .ss-tabs-nav:not(:last-child),
    .ss-tabs.ss-default.ss-responsive .ss-tabs-nav:not(:last-child){
      margin-bottom: 4px;
    }

  /* ------------------------------------------------------

    5.28. Alert Boxes
      
  ------------------------------------------------------ */

    [class*="ss-alert"] {
      clear: both;
      position: relative;
      z-index: 1;
      padding-bottom: 5px;
      padding-top: 5px;
    }

    [class*="ss-alert"] .ss-close {
      color: #9a9a9a;
      font-size: 16px;
      line-height: 1em;
      position: absolute;
      z-index: 3;
      right: 18px;
      top: 50%;
      margin-top: -8px;
    }

    /*[class*="ss-alert"] .ss-close::after {*/
    /*  content: '\e92a';*/
    /*  font-family: 'FontAwesome';*/
    /*}*/

    [class*="ss-alert"] .ss-close:hover {
      color: #222222;
    }

    [class*="ss-alert-"] .ss-alert-inner {
      padding: 15px 50px 11px 20px;
      width: 100%;
      border-radius: 4px;
    }

    .ss-alert-warning .ss-alert-inner {
      color: #eb740b;
      background: #fceadb;
    }

    .ss-alert-error .ss-alert-inner {
      color: #ed2828;
      background: #fde6e6;
    }

    .ss-alert-success .ss-alert-inner {
      color: #2ba206;
      background-color: #c7f1d1;
    border-color: #c3e6cb;
    }

    .ss-alert-info .ss-alert-inner {
      color: #0648a2;
      background: #dae4f1;
    }

    .ss-alert-intermediate:not(:last-child) {
      margin-bottom: 18px;
    }

    .ss-alert-intermediate .ss-alert-inner {
      padding: 10px 20px;
      background: #f7f7f7;
      color: #777;
    }

  /* ------------------------------------------------------

    5.29. Pricing Tables
      
  ------------------------------------------------------ */

    .ss-pricing-tables {
      font-size: 0;
      line-height: 0;
      margin-top: -30px;
      margin-left: -15px;
      margin-right: -15px;
      padding-top: 18px;
      padding-bottom: 18px;
    }
    
    .ss-pricing-tables.ss-cols-2 .ss-pricing-plan-container,
    .ss-pricing-tables.ss-cols-3 .ss-pricing-plan-container{
      display: inline-block;
      max-width: initial;
    }

    .ss-pricing-tables.ss-without-spacing {
      margin-left: 0;
      margin-right: 0;
    }

    .ss-pricing-tables.ss-without-spacing .ss-pricing-plan-container {
      padding-left: 0;
      padding-right: 0;
    }

    .ss-pricing-tables.ss-cols-3 .ss-pricing-plan-container {
      width: 33.33333%;
    }

    .ss-pricing-tables.ss-cols-2 .ss-pricing-plan-container {
      width: 50%;
    }

    .ss-pricing-plan-container {
      padding: 30px 15px 0;
      max-width: 540px;
      margin-left: auto;
      margin-right: auto;
    }

    .ss-pricing-plan {
      font-size: 14px;
      line-height: 24px;
      text-align: center;
      background: #fff;
      border-radius: 4px;
      padding: 38px 20px 40px;
    }

    .ss-pp-type {
      color: #222;
      font-weight: 700;
      font-size: 18px;
      line-height: 20px;
      text-transform: uppercase;
      letter-spacing: 1px;
    }

    .ss-pp-price {
      color: #70af1a;
      font-size: 36px;
      line-height: 32px;
      font-weight: 700;
      text-transform: uppercase;
    }

    .ss-red-theme .ss-pp-price {
      color: rgb(51, 122, 183);
    }

    .ss-blue-theme .ss-pp-price {
      color: #0074d9;
    }

    .ss-pp-lifetime {
      color: #777;
      font-size: 12px;
      line-height: 22px;
      font-weight: 400;
    }

    .ss-pp-features-list > li:not(:last-child) {
      margin-bottom: 12px;
    }

    .ss-pp-header:not(:last-child) {
      margin-bottom: 37px;
    }

    .ss-pp-features-list:not(:last-child) {
      margin-bottom: 32px;
    }

    .ss-pricing-plan.ss-active .ss-pp-price {
      color: #fff;
    }

    .ss-pricing-plan.ss-active {
      margin-top: -18px;
      margin-bottom: -18px;
    }

    .ss-pricing-plan.ss-active,
    .ss-pricing-plan.ss-active .ss-pp-lifetime {
      color: rgba(255, 255, 255, .95);
    }

    .ss-pricing-plan.ss-active [class*="ss-btn"].ss-theme-color:not(:hover):not(:focus) {
      color: #222 !important;
      background: #fff;
    }

    .ss-pricing-plan.ss-active {
      background: #70af1a;
    }

    .ss-red-theme .ss-pricing-plan.ss-active {
      background-color: rgb(51, 122, 183);
    }

    .ss-blue-theme .ss-pricing-plan.ss-active {
      background-color: #0074d9;
    }

  /* ------------------------------------------------------

    5.30. Icon Boxes
      
  ------------------------------------------------------ */

    .ss-icon-boxes .ss-icon-wrap {
      margin-bottom: 30px;
    }

    .ss-icon-boxes img {
      max-width: 100%;
      height: auto;
    }

    .ss-icon-boxes.ss-list-type {
      background-color: #ffffff;
      padding: 45px 44px 45px 0;
      border-radius: 4px;
      display: table;
      table-layout: fixed;
      width: 100%;
      min-height: 250px;
    }

    .ss-icon-boxes.ss-list-type:not(:last-child) {
      margin-bottom: 30px;
    }

    .ss-icon-boxes.ss-list-type .ss-icon-wrap {
      padding: 0 44px;
      margin-bottom: 28px;
      min-height: 117px;
      display: table-cell;
      text-align: center;
      width: 290px;
      vertical-align: middle;
    }

    .ss-icon-boxes.ss-list-type .ss-icon-text-wrap {
      display: table-cell;
      vertical-align: middle;
    }

    .ss-icon-boxes.ss-list-type .ss-icon-text-wrap h3 {
      margin-bottom: 17px;
    }

    .ss-icon-boxes.ss-type-1 {
      background-color: #ffffff;
      text-align: center;
      padding: 50px 20px 28px;
      border-radius: 4px;
    }

    .ss-icon-boxes.ss-type-1 .ss-icon-wrap {
      margin-bottom: 28px;
      min-height: 117px;
    }

    .ss-icon-boxes.ss-type-1 .ss-icon-text-wrap h3 {
      margin-bottom: 17px;
    }

    .ss-icon-boxes.ss-type-2 .ss-icon-wrap {
      float: left;
      font-size: 36px;
      line-height: 43px;
      color: #70af1a;
    }

    .ss-icon-boxes.ss-type-2 .ss-icon-text-wrap {
      padding-left: 47px;
      padding-right: 15px;
    }

    .ss-icon-boxes.ss-type-2 .ss-icon-text-wrap h3 {
      padding-top: 6px;
    }

    .ss-fw-bg.ss-bg-white .ss-icon-boxes.ss-type-1 {
      padding-top: 0px;
      padding-bottom: 0px;
    }

  /* ------------------------------------------------------

    5.31. Progress Bars
      
  ------------------------------------------------------ */

    .ss-pbar-wrap {
      position: relative;
    }

    .ss-pbar-wrap:not(:last-child) {
      margin-bottom: 24px;
    }

    .ss-pbar-wrap .ss-pbar-title {
      color: #777777;
      font-size: 18px;
      margin-bottom: 4px;
      padding-right: 40px;
    }

    .ss-pbar-wrap .ss-pbar {
      position: relative;
      height: 10px;
      border-radius: 4px;
      background-color: #e8e8e8;
    }

    .ss-pbar-wrap .ss-pbar .ss-pbar-inner {
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      background-color: #70af1a;
      border-radius: 4px;
    }

    .ss-pbar-wrap .ss-pbar:after {
      content: attr(data-value) "%";
      color: #777777;
      bottom: 100%;
      right: 1px;
      margin-bottom: 6px;
      font-size: 18px;
      line-height: 1em;
      font-weight: 400;
      text-transform: uppercase;
      position: absolute;
    }

  /* ------------------------------------------------------

    5.32. Testimonials
      
  ------------------------------------------------------ */
  .ss-testimonial{
      padding:9px;
  }

    .ss-testimonials .ss-testimonial:not(:last-child) {
      border-bottom: 1px solid #e8e8e8;
      padding-bottom: 25px;
    }

    .ss-testimonials .ss-testimonial:not(:first-child) {
      padding-top: 30px;
    }

    .ss-testimonial::after {
      content: "";
      display: block;
      clear: both;
    }

    .ss-testimonial .ss-author-box {
      float: left;
      margin-right: 30px;
      max-width: 120px;
    }

    .ss-testimonial blockquote {
      font-size: 15px;
      line-height: inherit;
      color: inherit;
      background: transparent;
      padding: 0;
      border-radius: 0;
    }

    .ss-testimonial blockquote:not(:last-child) {
      margin-bottom: 3px;
    }

    .ss-testimonial .ss-avatar {
      max-width: 120px;
    }

    .ss-testimonial-content {
      overflow: hidden;
    }

    .ss-testimonials.ss-type-2 .ss-testimonial-content:not(:last-child) {
      margin-bottom: 10px;
    }

    .ss-testimonials.ss-type-2 .ss-author-info {
      text-align: inherit;
    }

    .ss-testimonials.ss-type-3 .ss-author-box {
      overflow: hidden;
      float: none;
      margin: auto;
      max-width: initial;
    }

    .ss-testimonials.ss-type-3 .ss-author-box .ss-avatar {
      float: left;
      margin-right: 20px;
      max-width: 80px;
    }

    .ss-testimonials.ss-type-3 .ss-author-info {
      overflow: hidden;
      text-align: inherit;
      padding-top: 17px;
    }

    .ss-testimonials.ss-type-3 .ss-testimonial-content:not(:last-child) {
      margin-bottom: 17px;
    }

    .ss-testimonials.ss-type-4 .ss-testimonial {
      position: relative;
      z-index: 1;
      padding-left: 294px;
    }

    .ss-dim .ss-testimonials.ss-type-4 .ss-testimonial {
      color: #fff;
    }

    .ss-testimonials.ss-type-4 .ss-testimonial a {
      color: #fff;
    }

    .ss-testimonials.ss-type-4 .ss-testimonial a:hover,
    .ss-testimonials.ss-type-4 .ss-testimonial a:focus {
      color: #70af1a;
    }

    .ss-blue-theme .ss-testimonials.ss-type-4 .ss-testimonial a:hover,
    .ss-blue-theme .ss-testimonials.ss-type-4 .ss-testimonial a:focus {
      color: #0074d9;
    }

    .ss-testimonials.ss-type-4 .ss-testimonial-content:not(:last-child) {
      margin-bottom: 12px;
    }

    .ss-testimonials.ss-type-4 blockquote {
      font-size: 18px;
      line-height: 30px;
      font-style: normal;
    }

    .ss-testimonials.ss-type-4 .ss-author-box {
      float: none;
      margin-right: 0;
    }

    .ss-testimonials.ss-type-4 .ss-avatar {
      position: absolute;
      top: 0;
      left: 98px;
      max-width: 120px;
    }

    .ss-testimonials.ss-type-4 .ss-author-info {
      text-align: inherit;
    }

    .ss-testimonials.ss-container-v1 {
      font-size: 0;
      line-height: 0;
      margin-left: -15px;
      margin-right: -15px;
      overflow: hidden;
      position: relative;
      z-index: 1;
    }

    .ss-testimonials.ss-container-v1::after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      height: 100%;
      left: 50%;
      border-left: 1px solid #e8e8e8;
    }

    .ss-testimonials.ss-container-v1 .ss-testimonial {
      font-size: 14px;
      line-height: 24px;
      display: inline-block;
      width: 50%;
      padding: 30px 15px 25px;
      position: relative;
      z-index: 1;
    }

    .ss-testimonials.ss-container-v1 .ss-testimonial::before {
      content: "";
      display: block;
      border-top: 1px solid #e8e8e8;
      position: absolute;
      top: -1px;
      left: -200%;
      right: -200%;
    }

    .ss-testimonials.ss-container-v1 .ss-testimonial:not(:last-child) {
      border-bottom: none;
    }

    .ss-testimonials-carousel-v4 .owl-dots {
      margin-top: 0px !important;
      margin-left: -10px !important;
      margin-right: -10px !important;
      text-align: left !important;
    }

    .ss-testimonials-carousel-v4 .owl-dots .owl-dot {
      position: relative;
      z-index: 1;
      width: 33.33333%;
      margin: 0 !important;
      border-width: 20px 10px 0;
      border-style: solid;
      border-color: transparent;
      cursor: default;
      opacity: .45;
      -webkit-transition: opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1);
      transition: opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    }

    .ss-testimonials-carousel-v4 .owl-dots .owl-dot.active {
      opacity: 1;
    }

    .ss-testimonials-carousel-v4 .owl-dots .owl-dot > span {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: auto !important;
      height: auto !important;
      border-color: transparent !important;
      background: transparent !important;
      z-index: 2;
      cursor: pointer;
    }

    .ss-testimonials-carousel-v4 .owl-dots .ss-author-box .ss-avatar {
      float: left;
      max-width: 80px;
      max-height: 80px;
      border-radius: 50%;
      overflow: hidden;
      margin-right: 17px;
    }

    .ss-testimonials-carousel-v4 .owl-dots .ss-author-box .ss-author-info {
      overflow: hidden;
      padding-top: 15px;
      text-align: initial;
    }

    .ss-testimonials-carousel-v4 .owl-dots .ss-author-box .ss-author-name {
      color: #222;
      font-size: 16px;
      line-height: 24px;
      display: inline-block;
      margin-bottom: 0px;
    }

    .ss-testimonials-carousel-v4 .owl-dots .ss-author-box .ss-author-company {
      display: block;
      color: #999;
      font-size: 12px;
      line-height: 18px;
      text-transform: uppercase;
    }

  /* ------------------------------------------------------

    5.33. Video & Audio players
      
  ------------------------------------------------------ */

    .ss-iframe-wrapp {
      position: relative;
      height: 0px;
      padding-bottom: 56%;
    }

    .ss-iframe-wrapp iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }

    audio, iframe[src*="soundcloud.com"] {
      width: 100%;
      display: block;
    }

    .wt_container {
      background: #dadada;
      padding: 5px 12px;
      display: table;
      width: 100%;
      table-layout: fixed;
    }

    .wt_container.playing .wt_play_pause::after {
      content: "\f04c";
    }

    .wt_section {
      display: table-cell;
      vertical-align: middle;
    }

    .wt_timebar,
    .wt_volumebar {
      margin-left: 15px;
      margin-right: 15px;
      height: 6px;
      position: relative;
      background: #fff;
      cursor: pointer;
    }

    .wt_volumebar {
      margin-right: 5px;
      margin-left: 5px;
    }

    .wt_play_pause {
      font-size: 12px;
      text-align: center;
    }

    .wt_play_pause::after {
      content: "\f04b";
      display: inline-block;
      margin-top: -1px;
    }

    .wt_indicator {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 0;
      background: #70af1a;
    }

    .wt_current_time,
    .wt_full_time {
      color: #333;
      font-size: 12px;
      white-space: nowrap;
    }

    .wt_mute {
      height: 25px;
      line-height: 25px;
    }

    .wt_mute.muted::after {
      opacity: .5;
    }

    .wt_mute::after {
      content: "\f012";
    }

    .wt_mute::after,
    .wt_play_pause::after {
      color: #333;
      font-family: FontAwesome;
    }

  /* ------------------------------------------------------

    5.34. Call Out
      
  ------------------------------------------------------ */

    .ss-call-out h2 {
      margin-bottom: 5px;
    }

    .ss-call-out h5 {
      color: #777777;
      margin-bottom: 33px;
    }

    .ss-call-out .ss-btn-big {
      min-width: 210px;
    }

    .ss-section.ss-fw-bg .ss-call-out {
      padding-top: 18px;
      padding-bottom: 17px;
    }

    .ss-section.ss-fw-bg .ss-call-out h2 {
      margin-bottom: 5px;
      letter-spacing: 1px;
    }

    .ss-section.ss-fw-bg .ss-call-out h5 {
      margin-bottom: 0;
    }

/* ------------------------------------------------------
    
  6. UI Elements
    
------------------------------------------------------ */

  /* ------------------------------------------------------

    6.1. Buttons
      
  ------------------------------------------------------ */

    [class*="ss-btn"],
    input[type="submit"] {
      text-align: center;
      font-size: 14px;
      line-height: 24px;
      display: inline-block;
      vertical-align: top;
      border-radius: 4px;
      padding: 3px 18px 3px;
      border: 2px solid transparent;
      text-decoration: none !important;
      -webkit-transition: background-color .7s cubic-bezier(0.23, 1, 0.32, 1), color .7s cubic-bezier(0.23, 1, 0.32, 1), border-color .7s cubic-bezier(0.23, 1, 0.32, 1);
              transition: background-color .7s cubic-bezier(0.23, 1, 0.32, 1), color .7s cubic-bezier(0.23, 1, 0.32, 1), border-color .7s cubic-bezier(0.23, 1, 0.32, 1);
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
    }

    /* Sizes */
    .ss-btn-medium,
    input[type="submit"] {
      padding: 7px 18px 5px;
    }

    .ss-btn-big {
      font-size: 16px;
      line-height: 26px;
      padding: 11px 18px 9px;
    }

    /* Colors */
    input[type="submit"],
    [class*="ss-btn"].ss-gray {
      color: #222 !important;
      background: #dadada;
    }

    [class*="ss-btn"].ss-yellow {
      color: #222 !important;
      background: #e5eb0b;
    }

    [class*="ss-btn"].ss-purple {
      color: #fff !important;
      background-color: #955ba5;
    }

    [class*="ss-btn"].ss-purple-type-2 {
      color: #955ba5 !important;
      border-color: #955ba5;
      background-color: rgba(149, 91, 165, 0.1);
    } 

    [class*="ss-btn"].ss-purple-type-2:hover {
      color: #fff !important;
      background-color: #955ba5;
    }

    [class*="ss-btn"].ss-white,
    .ss-dim [class*="ss-btn"].ss-white:hover,
    .ss-dim [class*="ss-btn"].ss-white:focus,
    [class*="ss-btn"].ss-white-type-2:hover,
    [class*="ss-btn"].ss-white-type-2:focus {
      color: #222 !important;
      background-color: #fff;
    }

    [class*="ss-btn"].ss-theme-color,
    input[type="submit"] {
      color: #fff !important;
      background-color: #70af1a;
    }

    .ss-dark-blue-theme input[type="submit"] {
      color: #fff !important;
      background-color: #f7841b;
    }

    .ss-dark-blue-theme [class*="ss-btn"].ss-theme-color {
      color: #fff !important;
      background-color: #0054a0;
    }

    .ss-blue-theme [class*="ss-btn"].ss-theme-color {
      background-color: #0074d9;
    }

    .ss-light-green-theme [class*="ss-btn"].ss-theme-color {
      color: #fff !important;
      background-color: #65daae;
    }

    .ss-light-green-theme [class*="ss-btn"].ss-theme-color:hover {
      color: #222 !important;
      background: #fff;
    }

    .ss-blue-theme [class*="ss-btn"].ss-yellow {
      background-color: #ffde20;
    }

    .ss-dark-blue-theme [class*="ss-btn"].ss-yellow {
      color: #fff !important;
      background-color: #f7841b;
    }

    .ss-red-theme [class*="ss-btn"].ss-theme-color,
    .ss-red-theme input[type="submit"],
    .ss-red-theme [class*="ss-btn"].ss-theme-color-type-2:hover,
    .ss-red-theme [class*="ss-btn"].ss-theme-color-type-2:focus {
      color: #fff !important;
      background-color: rgb(51, 122, 183);
    }

    .ss-red-theme [class*="ss-btn"].ss-theme-color-type-2 {
      color: rgb(51, 122, 183) !important;
      border-color: rgb(51, 122, 183);
      background-color: rgba(231, 76, 60, 0.1);
    }

    input[type="submit"]:hover,
    [class*="ss-btn"].ss-gray:hover,
    [class*="ss-btn"].ss-gray:focus,
    [class*="ss-btn"].ss-yellow:hover,
    [class*="ss-btn"].ss-yellow:focus,
    [class*="ss-btn"].ss-theme-color:hover,
    [class*="ss-btn"].ss-theme-color:focus,
    [class*="ss-btn"].ss-purple:hover,
    [class*="ss-btn"].ss-purple:focus,
    [class*="ss-btn"].ss-white:hover,
    [class*="ss-btn"].ss-white:focus {
      color: #fff !important;
      background: #222;
    }

    .ss-dim [class*="ss-btn"].ss-gray {
      color: #fff !important;
      border-color: #fff;
      background-color: rgba(255, 255, 255, 0.2);
    }

    .ss-dim [class*="ss-btn"].ss-white,
    [class*="ss-btn"].ss-white-type-2 {
      border-color: #fff;
      color: #fff !important;
      background-color: rgba(255, 255, 255, 0.1);
    }

    .ss-dim [class*="ss-btn"].ss-gray:hover,
    .ss-dim [class*="ss-btn"].ss-gray:focus {
      color: #222 !important;
      background-color: #fff;
    }

    .ss-dim [class*="ss-btn"].ss-yellow,
    [class*="ss-btn"].ss-yellow-type-2 {
      color: #e5eb0b !important;
      border-color: #e5eb0b;
      background-color: rgba(229, 235, 11, 0.2);
    }

    .ss-blue-theme [class*="ss-btn"].ss-yellow-type-2 {
      color: #ffde20 !important;
      border-color: #ffde20;
    }

    .ss-blue-theme [class*="ss-btn"].ss-yellow-type-2:hover,
    .ss-blue-theme [class*="ss-btn"].ss-yellow-type-2:focus {
      color: #222 !important;
      background: #ffde20;
    }

    .ss-dim [class*="ss-btn"].ss-yellow:hover,
    .ss-dim [class*="ss-btn"].ss-yellow:focus,
    [class*="ss-btn"].ss-yellow-type-2:hover,
    [class*="ss-btn"].ss-yellow-type-2:focus {
      color: #222 !important;
      background: #e5eb0b;
    }

    .ss-dim [class*="ss-btn"].ss-theme-color {
      color: #70af1a !important;
      border-color: #70af1a;
      background-color: rgba(112, 175, 26, 0.2);
    }

    .ss-dim [class*="ss-btn"].ss-theme-color:hover,
    .ss-dim [class*="ss-btn"].ss-theme-color:focus {
      color: #fff !important;
      background: #70af1a;
    }

    .ss-dim [class*="ss-btn"].ss-purple {
      color: #955ba5 !important;
      border-color: #955ba5;
      background-color: rgba(149, 91, 165, 0.1);
    }

    .ss-dim [class*="ss-btn"].ss-purple:hover,
    .ss-dim [class*="ss-btn"].ss-purple:focus {
      color: #fff !important;
      background-color: #955ba5;
    }

    /* With Icons */
    [class*="ss-btn"].ss-icon {
      padding-left: 45px;
      position: relative;
      z-index: 1;
    }

    [class*="ss-btn"].ss-icon .fa,
    [class*="ss-btn"].ss-icon .lnr {
      font-size: 17px;
      line-height: 24px;
      position: absolute;
      top: 50%;
      margin-top: -12px;
      left: 18px;
    }

    [class*="ss-btn"].ss-only-icon {
      padding: 0;
      text-align: center;
    }

    .ss-btn-medium.ss-only-icon {
      font-size: 20px;
      width: 40px;
      height: 40px;
      line-height: 36px;
    }

    /* Social-network buttons */
    .ss-facebook-btn::before,
    .ss-google-btn::before {
      font-family: 'FontAwesome';
      font-size: 16px;
      display: inline-block;
      vertical-align: middle;
      margin-right: 10px;
    }

    .ss-facebook-btn::before {
      content: '\f09a';
    }

    .ss-google-btn::before {
      content: '\f1a0';
    }

    [class*="ss-btn"].ss-facebook-btn {
      color: #fff !important;
      background-color: #3b5998;
    }

    [class*="ss-btn"].ss-google-btn {
      color: #fff !important;
      background-color: #d73d32;
    }

    /* Groups */
    .ss-vr-btns-group .ss-group-item:not(:last-child) {
      margin-bottom: 10px;
    }

    .ss-hr-btns-group {
      font-size: 0;
      line-height: 0;
      margin: -10px -5px 0;
    }
    .ss-hr-btns-group .ss-group-item {
      display: inline-block;
      padding: 10px 5px 0;
    }

    p:not([class]) + [class*="ss-btn"] {
      margin-top: 10px;
    }

  /* ------------------------------------------------------

    6.2. Lists
      
  ------------------------------------------------------ */

    [class*="ss-element-list"] li {
      position: relative;
      z-index: 1;
      padding-left: 18px;
    }

    [class*="ss-element-list"] li .fa,
    [class*="ss-element-list"] li [class*="icon-"]{
      color: #70af1a;
      font-size: 10px;
      line-height: inherit;
      vertical-align: baseline;
      font-variant: small-caps;
      position: absolute;
      top: -1px;
      left: 0;
    }

    .ss-dark-blue-theme [class*="ss-element-list"] li .fa,
    .ss-dark-blue-theme [class*="ss-element-list"] li [class*="icon-"] {
      color: #f7841b;
    }

    .ss-light-green-theme [class*="ss-element-list"] li .fa,
    .ss-light-green-theme [class*="ss-element-list"] li [class*="icon-"] {
      color: #955ba5;
    }

    [class*="ss-element-list"] ul {
      padding-left: 2px;
    }

    .ss-element-list-ordered {
      counter-reset: ordered-list 0;
    }

    .ss-element-list-ordered li {
      padding-left: 20px;
    }

    .ss-element-list-ordered  > li > ol > li, 
    .ss-element-list-ordered  > li > ul > li {
      padding-left: 25px;
    }

    .ss-element-list-ordered li::before {
      content: counter(ordered-list)'.';
      color: #70af1a;
      position: absolute;
      left: 0;
      top: 0;
    }

    .ss-element-list-ordered > li::before {
      counter-increment: ordered-list;
    }

    .ss-element-list-ordered  > li > ol > li:first-child::before,
    .ss-element-list-ordered  > li > ul > li:first-child::before{ content: counter(ordered-list) "a."; }
    .ss-element-list-ordered  > li > ol > li:nth-child(2)::before,
    .ss-element-list-ordered  > li > ul > li:nth-child(2)::before{ content: counter(ordered-list) "b."; }
    .ss-element-list-ordered  > li > ol > li:nth-child(3)::before,
    .ss-element-list-ordered  > li > ul > li:nth-child(3)::before{ content: counter(ordered-list) "c."; }
    .ss-element-list-ordered  > li > ol > li:nth-child(4)::before,
    .ss-element-list-ordered  > li > ul > li:nth-child(4)::before{ content: counter(ordered-list) "d."; }
    .ss-element-list-ordered  > li > ol > li:nth-child(5)::before,
    .ss-element-list-ordered  > li > ul > li:nth-child(5)::before{ content: counter(ordered-list) "e."; }
    .ss-element-list-ordered  > li > ol > li:nth-child(6)::before,
    .ss-element-list-ordered  > li > ul > li:nth-child(6)::before{ content: counter(ordered-list) "f."; }
    .ss-element-list-ordered  > li > ol > li:nth-child(7)::before,
    .ss-element-list-ordered  > li > ul > li:nth-child(7)::before{ content: counter(ordered-list) "g."; }
    .ss-element-list-ordered  > li > ol > li:nth-child(8)::before,
    .ss-element-list-ordered  > li > ul > li:nth-child(8)::before{ content: counter(ordered-list) "h."; }
    .ss-element-list-ordered  > li > ol > li:nth-child(9)::before,
    .ss-element-list-ordered  > li > ul > li:nth-child(9)::before{ content: counter(ordered-list) "i."; }
    .ss-element-list-ordered  > li > ol > li:nth-child(10)::before,
    .ss-element-list-ordered  > li > ul > li:nth-child(10)::before{ content: counter(ordered-list) "j."; }
    .ss-element-list-ordered  > li > ol > li:nth-child(11)::before,
    .ss-element-list-ordered  > li > ul > li:nth-child(11)::before{ content: counter(ordered-list) "k."; }
    .ss-element-list-ordered  > li > ol > li:nth-child(12)::before,
    .ss-element-list-ordered  > li > ul > li:nth-child(12)::before{ content: counter(ordered-list) "l."; }
    .ss-element-list-ordered  > li > ol > li:nth-child(13)::before,
    .ss-element-list-ordered  > li > ul > li:nth-child(13)::before{ content: counter(ordered-list) "m."; }
    .ss-element-list-ordered  > li > ol > li:nth-child(14)::before,
    .ss-element-list-ordered  > li > ul > li:nth-child(14)::before{ content: counter(ordered-list) "n."; }
    .ss-element-list-ordered  > li > ol > li:nth-child(15)::before,
    .ss-element-list-ordered  > li > ul > li:nth-child(15)::before{ content: counter(ordered-list) "o."; }
    .ss-element-list-ordered  > li > ol > li:nth-child(16)::before,
    .ss-element-list-ordered  > li > ul > li:nth-child(16)::before{ content: counter(ordered-list) "p."; }
    .ss-element-list-ordered  > li > ol > li:nth-child(17)::before,
    .ss-element-list-ordered  > li > ul > li:nth-child(17)::before{ content: counter(ordered-list) "q."; }
    .ss-element-list-ordered  > li > ol > li:nth-child(18)::before,
    .ss-element-list-ordered  > li > ul > li:nth-child(18)::before{ content: counter(ordered-list) "r."; }
    .ss-element-list-ordered  > li > ol > li:nth-child(19)::before,
    .ss-element-list-ordered  > li > ul > li:nth-child(19)::before{ content: counter(ordered-list) "s."; }
    .ss-element-list-ordered  > li > ol > li:nth-child(20)::before,
    .ss-element-list-ordered  > li > ul > li:nth-child(20)::before{ content: counter(ordered-list) "t."; }
    .ss-element-list-ordered  > li > ol > li:nth-child(21)::before,
    .ss-element-list-ordered  > li > ul > li:nth-child(21)::before{ content: counter(ordered-list) "u."; }
    .ss-element-list-ordered  > li > ol > li:nth-child(22)::before,
    .ss-element-list-ordered  > li > ul > li:nth-child(22)::before{ content: counter(ordered-list) "v."; }
    .ss-element-list-ordered  > li > ol > li:nth-child(23)::before,
    .ss-element-list-ordered  > li > ul > li:nth-child(23)::before{ content: counter(ordered-list) "w."; }
    .ss-element-list-ordered  > li > ol > li:nth-child(24)::before,
    .ss-element-list-ordered  > li > ul > li:nth-child(24)::before{ content: counter(ordered-list) "x."; }
    .ss-element-list-ordered  > li > ol > li:nth-child(25)::before,
    .ss-element-list-ordered  > li > ul > li:nth-child(25)::before{ content: counter(ordered-list) "y."; }
    .ss-element-list-ordered  > li > ol > li:nth-child(26)::before,
    .ss-element-list-ordered  > li > ul > li:nth-child(26)::before{ content: counter(ordered-list) "z."; }

    [class*="ss-element-list"] li .fa-caret-right {
      font-size: 13px;
    }

    [class*="ss-element-list"] li .fa-circle {
      font-size: 7px;
    }

    .ss-icons-list > li:not(:last-child) {
      margin-bottom: 6px;
    }

    .ss-icons-list > li {
      padding-left: 27px;
      position: relative;
      z-index: 1;
    }

    .ss-icons-list > li .fa,
    .ss-icons-list > li [class*="icon-"] {
      color: #70af1a;
      font-size: 16px;
      line-height: inherit;
      position: absolute;
      top: -1px;
      left: 0;
    }

    .ss-light-green-theme .ss-icons-list > li .fa,
    .ss-light-green-theme .ss-icons-list > li [class*="icon-"],
    .ss-blue-theme .ss-icons-list > li .fa,
    .ss-blue-theme .ss-icons-list > li [class*="icon-"],
    .ss-red-theme .ss-icons-list > li .fa,
    .ss-red-theme .ss-icons-list > li [class*="icon-"] {
      color: inherit;
    }

    .ss-icons-list a {
      display: inline-block;
      word-break: break-all;
    }

    .ss-icons-list.ss-hr-type {
      margin-top: -8px;
      margin-left: -7px;
      margin-right: -7px;
    }

    .ss-icons-list.ss-hr-type > li {
      display: inline-block;
      vertical-align: middle;
      border-width: 8px 7px 0 7px;
      border-style: solid;
      border-color: transparent;
    }

    .ss-icons-list.ss-hr-type > li:not(:last-child) {
      margin-bottom: 0px;
    }

    .ss-def-list {
      overflow: hidden;
    }

    .ss-def-list:not(:last-child) {
      margin-bottom: 30px;
    }

    .ss-def-list dt {
      color: #222;
      font-weight: 700;
      text-transform: uppercase;
      float: left;
      clear: left;
      width: 115px;
    }

    .ss-box .ss-def-list dt {
      width: 156px;
    }

    .ss-box .ss-def-list dd {
      padding-left: 176px;
    }

    .ss-box .ss-def-list dd::after {
      margin-left: -176px;
    }

    .ss-def-list dd {
      padding-left: 135px;
    }

    .ss-def-list dd::after {
      content: '';
      display: block;
      overflow: hidden;
      clear: both;
      margin-left: -135px;
    }

    .ss-def-list dd:not(:last-child) {
      margin-bottom: 12px;
    }

    .ss-def-list::after {
      content: "";
      display: block;
      clear: both;
    }

    .ss-widget .ss-def-list dt {
      /*width: 70px;*/
      width: auto;
    }

    .ss-widget .ss-def-list dd {
      padding-left: 51px;
    }

    .ss-widget .ss-def-list dd::after {
      margin-left: -80px;
    }

    .ss-datalist {
      font-size: 0;
      line-height: 0;
    }

    .ss-datalist:not(:first-child) {
      margin-top: 25px;
    }

    .ss-datalist.ss-cols-2 .ss-datalist-item {
      display: inline-block;
    }

    .ss-datalist.ss-cols-2 .ss-datalist-item {
      width: 50%;
    }

    .ss-datalist-item {
      font-size: 14px;
      line-height: 24px;
      position: relative;
      z-index: 1;
      padding-left: 30px;
    }

    .ss-datalist-item::after {
      content: "";
      display: block;
      clear: both;
    }

    .ss-datalist-item .fa,
    .ss-datalist-item [class*="icon-"] {
      font-size: 20px;
      color: #70af1a;
      position: absolute;
      left: 1px;
      top: -4px;
    }

    .ss-red-theme .ss-datalist-item .fa,
    .ss-red-theme .ss-datalist-item [class*="icon-"] {
      color: rgb(51, 122, 183);
    }

    .ss-dark-blue-theme .ss-datalist-item .fa,
    .ss-dark-blue-theme .ss-datalist-item [class*="icon-"] {
      color: #999;
    }

    .ss-datalist-dt,
    .ss-datalist-dd {
      width: 37%;
      float: left;
    }

    .ss-datalist-dd {
      color: #70af1a;
    }

    .ss-dark-blue-theme .ss-datalist-dd {
      color: #0054a0;
    }

    .ss-datalist-dt {
      padding-right: 20px;
      line-height: 20px;
      margin-left: 6px;
    }

    .ss-datalist-dt:last-child {
      float: none;
      width: 100%;
      line-height: inherit;
      padding-right: 10px;
    }

    .ss-dotted-list > li {
      display: inline-block;
    }

    .ss-dotted-list > li:not(:last-child)::after {
      content: '\f111';
      font-family: 'FontAwesome';
      font-size: 5px;
      color: #a5a5a5;
      display: inline-block;
      vertical-align: middle;
      margin: 0 6px 0 8px;
    }

    .ss-footer .ss-widget .ss-icons-list > li .fa,
    .ss-footer .ss-widget .ss-icons-list > li [class*="icon-"] {
      color: #fff;
    }

    .ss-dark-blue-theme .ss-icons-list > li .fa,
    .ss-dark-blue-theme .ss-icons-list > li [class*="icon-"] {
      color: #f7841b;
    }

    .ss-titled-list.ss-offset > li:not(:last-child) {
      margin-bottom: 12px;
    }

    .ss-titled-list .ss-title {
      float: left;
      width: 100px;
      padding-right: 20px;
    }

    .ss-titled-list .ss-value {
      overflow: hidden;
    }

    .ss-titled-list .ss-rating {
      vertical-align: top;
      position: relative;
      top: -1px;
    }  

  /* ------------------------------------------------------

    6.3. Tables
      
  ------------------------------------------------------ */

    table {
      width: 100%;
      table-layout: fixed;
      border-collapse: collapse;
    }

    .ss-table-container {
      background: #fff;
      border: 1px solid #e8e8e8;
      border-radius: 4px;
      /*overflow: hidden;*/
    }

    .ss-table-container a {
      color: #222;
      text-decoration: none;
    }

    .ss-table-container a:hover,
    .ss-table-container a:focus {
      color: #70af1a;
    }

    .ss-table-container tr {
      border-bottom: 1px solid #e8e8e8;
    }

    table > *:last-child > tr:last-child {
      border-bottom: none;
    }

    .ss-table-container .ss-cell-content {
      padding: 14px 20px 11px;
    }

    .ss-table-container th,
    .ss-table-container thead td,
    .ss-table-container tfoot td{
      color: #222;
      text-transform: uppercase;
      font-weight: 700;
    }

    .ss-table-container.ss-horizontal td[data-title]::before,
    .ss-table-container.ss-horizontal th[data-title]::before {
      content: attr(data-title);
      display: none;
      vertical-align: middle;
      padding: 14px 20px 11px;
      border-width: 0 1px 0 0;
      border-color: #e8e8e8;
      border-style: solid;
    }

    .ss-table-container.ss-vertical th:first-child {
      border-width: 0 1px 0 0;
      border-color: #e8e8e8;
      border-style: solid;
      width: 195px;
    }  

  /* ------------------------------------------------------

    6.4. Forms
      
  ------------------------------------------------------ */

    form > ul > li:not(:last-child),
    form .row:not(:last-child),
    form p:not(:last-child) {
      margin-bottom: 15px;
    }

    form > ul:not(:last-child) {
      margin-bottom: 20px;
    }

    form .row,
    form .row [class*="col-"] {
      margin-top: 0px !important;
    }

    .ss-widget form .row {
      margin-left: -5px;
      margin-right: -5px;
    }

    .ss-widget form .row > [class*="col-"] {
      padding-left: 5px;
      padding-right: 5px;
    }

    .ss-left-aligned-labels .ss-input-wrapper {
      float: left;
      width: calc(100% - 150px);
    }

    .ss-left-aligned-labels > ul > li::after {
      content: "";
      display: block;
      clear: both;
    }

    .ss-searchform {
      max-width: 505px;
    }

    .ss-newsletter-form:not(.ss-inline-form) [class*="ss-btn"] {
      margin-top: 10px;
    }

    form .form-submit:last-child:not(:first-child) {
      margin-top: 30px;
    }

    form h5:not(:last-child):not([class]) {
      margin-bottom: 10px;
    }

    form .ss-evaluations .ss-evaluation {
      width: 20%;
      line-height: 20px;
    }

    /* ------------------------------------------------------
        
      	6.4.1. Input & Textarea
        
    ------------------------------------------------------ */

      input[type="text"],
      input[type="password"],
      input[type="email"],
      input[type="number"],
      input[type="search"],
      input[type="url"],
      select,
      textarea,
      .ss-custom-select .ss-selected-option {
        width: 100%;
        height: 40px;
        background: #fff;
        border: 2px solid #f0f0f0;
        border-radius: 4px;
        padding: 0 20px;
        color: #837c7c;
        line-height: 36px;
        text-align: left;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -moz-transition-property: box-shadow;
        -o-transition-property: box-shadow;
        -webkit-transition-property: box-shadow;
        transition-property: box-shadow;
        -moz-transition-duration: 0.5s;
        -o-transition-duration: 0.5s;
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
        -moz-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
        -o-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
        -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
        transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
      }

      .ss-oneline-form .ss-oneline-row.ss-hidden-item input[type="text"],
      .ss-oneline-form .ss-oneline-row.ss-hidden-item input[type="password"],
      .ss-oneline-form .ss-oneline-row.ss-hidden-item input[type="email"],
      .ss-oneline-form .ss-oneline-row.ss-hidden-item input[type="number"],
      .ss-oneline-form .ss-oneline-row.ss-hidden-item input[type="search"],
      .ss-oneline-form .ss-oneline-row.ss-hidden-item input[type="url"],
      .ss-oneline-form .ss-oneline-row.ss-hidden-item textarea,
      .ss-oneline-form .ss-oneline-row.ss-hidden-item .ss-custom-select .ss-selected-option {
        height: 40px;
        line-height: 40px;
      }

      textarea {
        height: auto;
        resize: none;
        line-height: 24px;
        padding-top: 10px;
        padding-bottom: 10px;
        display: block;
      }

      input[type="text"]:focus,
      input[type="password"]:focus,
      input[type="email"]:focus,
      input[type="number"]:focus,
      input[type="search"]:focus,
      input[type="url"]:focus,
      textarea:focus,
      .ss-custom-select.ss-opened .ss-selected-option {
        box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.04);
      }

      form input[type="submit"]:not(:first-child) {
        margin-top: 10px;
      }

    /* ------------------------------------------------------
      
    	6.4.2. Radio & Checkbox buttons
      
    ------------------------------------------------------ */

      input[type="checkbox"],
      input[type="radio"] {
        display: none;
      }

      input[type="checkbox"] + label,
      input[type="radio"] + label {
        position: relative;
        z-index: 101;
        padding: 2px 0 2px 33px;
        width: auto;
        float: none;
        min-height: 24px;
        margin-right: 15px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
      }

      input[type="checkbox"].ss-small + label,
      input[type="radio"].ss-small + label {
        font-size: 13px;
      }

      input[type="checkbox"] + label::before,
      input[type="radio"] + label::before {
        content: "";
        font-size: 12px;
        font-family: 'FontAwesome';
        display: block;
        width: 24px;
        height: 24px;
        line-height: 20px;
        text-align: center;
        color: #777;
        background: #fff;
        border: 2px solid #f0f0f0;
        border-radius: 3px;
        position: absolute;
        left: 0;
        top: 0;
      }

      input[type="radio"] + label::before {
        border-radius: 50%;
      }

      input[type="radio"]:checked + label::before {
        content: "\f111";
      }

      input[type="checkbox"]:checked + label::before {
        content: "\f00c";
      }

      .ss-left-aligned-labels .ss-checkbox-label {
        padding-top: 2px;
        padding-bottom: 0px;
      }

    /* ------------------------------------------------------
      
    	6.4.3. Labels & Legends
      
    ------------------------------------------------------ */

      form label[for] {
        cursor: pointer;
      }

      form label:not(:last-child) {
        display: inline-block;
        margin-bottom: 3px;
      }

      .ss-required::after {
        content: '*';
        color: #eb0b0b;
        display: inline-block;
        margin-left: 5px;
      }

      .ss-left-aligned-labels label {
        float: left;
        width: 150px;
        padding: 7px 30px 7px 0;
        margin-bottom: 0px !important;
      }

    /* ------------------------------------------------------
      
    	6.4.4. Select
      
    ------------------------------------------------------ */

      .ss-custom-select {
        position: relative;
        z-index: 101;
      }

      .ss-custom-select .ss-selected-option {
        cursor: default;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding-right: 40px;
        position: relative;
        z-index: 1;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background: transparent !important;
    border-top: none;
    box-shadow: 1px -1px 1px #ededed;
      }

      .ss-custom-select.ss-over {
        z-index: 102;
      }

      .ss-custom-select.ss-opened .ss-selected-option {
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
      }

      .ss-custom-select .ss-selected-option::after {
        content: "\f107";
        font-family: FontAwesome;
        position: absolute;
        right: 20px;
        top: 50%;
        font-size: 20px;
        line-height: 20px;
        margin-top: -10px;
      }

      .ss-custom-select .ss-options-list {
        width: 100%;
        left: 0;
        min-width: 160px;
        background: #fff;
        /*overflow-x: hidden;
        overflow-y: scroll;*/
        /*max-height: 150px;*/
        border-width: 0 2px 2px 2px;
        border-style: solid;
        border-color: #f0f0f0;
        position: absolute;
        z-index: 1;
        border-radius: 0 0 4px 4px;
        text-align: left;
        opacity: 0;
        visibility: hidden;
        -moz-transition-property: opacity, visibility, box-shadow;
        -o-transition-property: opacity, visibility, box-shadow;
        -webkit-transition-property: opacity, visibility, box-shadow;
        transition-property: opacity, visibility, box-shadow;
        -moz-transition-duration: 0.5s;
        -o-transition-duration: 0.5s;
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
        -moz-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
        -o-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
        -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
        transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
      }

      .ss-custom-select.ss-opened .ss-options-list {
        opacity: 1;
        visibility: visible;
        box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.04);
      }

      .ss-custom-select .ss-options-list > li {
        padding: 3px 20px;
        cursor: default;
        color: #777;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
        -moz-transition-property: background, color;
        -o-transition-property: background, color;
        -webkit-transition-property: background, color;
        transition-property: background, color;
        -moz-transition-duration: 0.5s;
        -o-transition-duration: 0.5s;
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
        -moz-transition-timing-function: ease;
        -o-transition-timing-function: ease;
        -webkit-transition-timing-function: ease;
        transition-timing-function: ease;
      }

      .ss-custom-select .ss-options-list > li:hover {
        color: #70af1a;
        background: #f0f0f0;
        -moz-transition-duration: 0.1s;
        -o-transition-duration: 0.1s;
        -webkit-transition-duration: 0.1s;
        transition-duration: 0.1s;
      }

      .ss-red-theme .ss-custom-select .ss-options-list > li:hover {
        color: rgb(51, 122, 183);
      }

      .ss-blue-theme .ss-custom-select .ss-options-list > li:hover {
        color: #0074d9;
      }

      .ss-dark-blue-theme .ss-custom-select .ss-options-list > li:hover {
        color: #0074d9;
      }

      .ss-light-green-theme .ss-custom-select .ss-options-list > li:hover {
        color: #5ab291;
      }

      .ss-custom-select .ss-options-list > li:first-child {
        padding-top: 4px;
      }

      .ss-custom-select .ss-options-list > li:last-child {
        padding-bottom: 4px;
      }

      .ss-titled-select .ss-select-title {
        display: inline-block;
        vertical-align: middle;
        margin-right: 7px;
      }

      .ss-titled-select .ss-custom-select {
        width: 175px;
        display: inline-block;
        vertical-align: middle;
      }

    /* ------------------------------------------------------
      
    	6.4.5. Form Messages
      
    ------------------------------------------------------ */

      form .ss-input-message-example {
        max-width: 170px;
      }

      form .ss-informed-input:focus {
        box-shadow: none;
      }

      form .ss-informed-input.ss-warning {
        border-color: #fceadb;
      }

      form .ss-informed-input.ss-warning ~ .ss-input-message {
        color: #eb740b;
      }

      form .ss-informed-input.ss-error {
        border-color: #fde6e6;
      }

      form .ss-informed-input.ss-error ~ .ss-input-message {
        color: #eb0b0b;
      }

      form .ss-informed-input.ss-info {
        border-color: #dae4f1;
      }

      form .ss-informed-input.ss-info ~ .ss-input-message {
        color: #0648a2;
      }

      form .ss-informed-input.ss-success {
        border-color: #dff1da;
      }

      form .ss-informed-input.ss-success ~ .ss-input-message {
        color: #2ba206;
      }

      .ss-left-aligned-labels .ss-informed-input:not(:only-child) {
        margin-right: 8px;
      }

      form .ss-input-message:not(:only-child) {
        display: inline-block;
        vertical-align: middle;
        padding-top: 4px;
        padding-bottom: 4px;
      }

    /* ------------------------------------------------------
      
    	6.4.6. Inline Form
      
    ------------------------------------------------------ */

      .ss-inline-form [class*="ss-btn-"],
      .ss-inline-form input[type="submit"],
      .ss-inline-form button[type="submit"] {
        float: left;
        width: 135px;
      }

      .ss-inline-form .ss-input-wrapper {
        float: left;
        width: calc(100% - 135px);
        padding-right: 10px;
      }

      .ss-inline-form input[type="text"],
      .ss-inline-form input[type="password"],
      .ss-inline-form input[type="email"],
      .ss-inline-form input[type="number"],
      .ss-inline-form input[type="search"],
      .ss-inline-form .ss-custom-select .ss-selected-option {
        height: 50px;
        font-size: 16px;
      }

      .ss-inline-form.ss-default-size input[type="text"],
      .ss-inline-form.ss-default-size input[type="password"],
      .ss-inline-form.ss-default-size input[type="email"],
      .ss-inline-form.ss-default-size input[type="number"],
      .ss-inline-form.ss-default-size input[type="search"],
      .ss-inline-form.ss-default-size .ss-custom-select .ss-selected-option {
        height: 40px;
      }

      .ss-inline-form::after {
        content: "";
        display: block;
        clear: both;
      }

      .ss-inline-form .ss-alert {
        display: block;
        clear: both;
      }

      .ss-footer .ss-widget .ss-inline-form {
        max-width: 465px;
      }

    /* ------------------------------------------------------
      
    	6.4.7. Range Slider
      
    ------------------------------------------------------ */

      .ss-range-slider {
        padding-top: 8px;
      }

      .ss-range-slider .ss-slider {
        background-color: white;
        height: 12px;
        border: 2px solid #f0f0f0;
        border-radius: 3px;
        cursor: pointer;
        position: relative;
        z-index: 1;
      }

      .ss-range-slider .ss-slider-title,
      .ss-range-slider .ss-range-to-visual,
      .ss-range-slider .ss-range-from-visual {
        display: inline-block;
      }

      .ss-range-slider .ss-slider:not(:last-child) {
        margin-bottom: 10px;
      }

      .ss-range-slider .ss-slider .ui-slider-range {
        position: absolute;
        z-index: 1;
        background: #70af1a;
        top: 0px;
        bottom: 0px;
        border-radius: inherit;
      }

      .ss-range-slider .ss-slider .ui-slider-handle {
        position: absolute;
        z-index: 2;
        width: 15px;
        height: 20px;
        margin-top: -2px;
        background: #70af1a;
        border-radius: inherit;
        border: 2px solid #f0f0f0;
        cursor: pointer;
        margin-left: -7px;
      }

      .ss-range-slider.ss-type-2 .ss-slider .ui-slider-handle {
        margin-top: -6px;
      }

      .ss-red-theme .ss-range-slider .ss-slider .ui-slider-handle,
      .ss-red-theme .ss-range-slider .ss-slider .ui-slider-range {
        background: rgb(51, 122, 183);
      }

      .ss-blue-theme .ss-range-slider .ss-slider .ui-slider-handle,
      .ss-blue-theme .ss-range-slider .ss-slider .ui-slider-range {
        background: #0074d9;
      }

      .ss-dark-blue-theme .ss-range-slider .ss-slider .ui-slider-handle,
      .ss-dark-blue-theme .ss-range-slider .ss-slider .ui-slider-range {
        background: #0054a0;
      }

      .ss-light-green-theme .ss-range-slider .ss-slider .ui-slider-handle,
      .ss-light-green-theme .ss-range-slider .ss-slider .ui-slider-range {
        background: #5ab291;
      }

    /* ------------------------------------------------------
      
    	6.4.8. Rating Field
      
    ------------------------------------------------------ */

      .ss-rating-field .ss-rating-field-item {
        display: inline-block;
        position: relative;
        z-index: 1;
        padding-right: 12px;
        margin-right: 7px;
      }

      .ss-rating-field .ss-rating-field-item:not(:last-child)::after {
        content: "|";
        color: #a5a5a5;
        font-size: 14px;
        line-height: 1em;
        position: absolute;
        z-index: 1;
        right: 0;
        top: 50%;
        margin-top: -7px;
      }

      .ss-rating-field input[type="radio"] + label {
        padding: 0;
        border: none;
        margin: 0;
        font-size: 0;
        line-height: 0;
      }

      .ss-rating-field input[type="radio"] + label::before {
        display: none;
      }

      .ss-rating-field .ss-rating-star {
        color: #e5eb0b;
        font-size: 16px;
        line-height: 20px;
        display: inline-block;
      }

      .ss-rating-field .ss-rating-star::before {
        content: '\f006';
        font-family: 'FontAwesome';
      }

      .ss-rating-field input[type="radio"]:checked + label > .ss-rating-star::before {
        content: '\f005';
      }

    /* ------------------------------------------------------
      
      6.4.9. Oneline Form
      
    ------------------------------------------------------ */

      .ss-oneline-form {
        padding: 30px;
        background: #fff;
      }

      .ss-tabs-container .ss-oneline-form {
        padding: 0;
      }

      .ss-oneline-form:not(:last-child) {
        margin-bottom: 30px;
      }

      [class*="ss-oneline-row"] {
        position: relative;
      }

      .ss-oneline-row-action {
        padding-right: 143px;
      }

      [class*="ss-oneline-row"].ss-title {
        padding-left: 125px;
      }

      .ss-oneline-form.ss-type-2 .ss-oneline-row-action {
        padding-right: 45px;
      }

      .ss-oneline-row-title {
        padding-top: 7px;
        position: absolute;
        left: 0;
        max-width: 115px;
      }

      .ss-oneline-fields {
        padding: 0;
        border: none;
      }

      .ss-oneline-action {
        position: absolute;
        right: 0;
        top: 0;
        width: 135px;
      }

      .ss-oneline-form.ss-type-2 .ss-oneline-action {
        width: 40px;
      }

      .ss-oneline-action [class*="ss-btn"] {
        width: 100%;
      }

      .ss-oneline-form .row {
        margin-left: -5px;
        margin-right: -5px;
        margin-top: -10px !important;
      }

      .ss-oneline-form .row [class*="col-"] {
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 10px;
        margin-bottom: 0 !important;
      }

      .ss-oneline-form:not(.ss-type-2) input[type="text"],
      .ss-oneline-form:not(.ss-type-2) input[type="password"],
      .ss-oneline-form:not(.ss-type-2) input[type="email"],
      .ss-oneline-form:not(.ss-type-2) input[type="number"],
      .ss-oneline-form:not(.ss-type-2) input[type="search"],
      .ss-oneline-form:not(.ss-type-2) input[type="url"],
      .ss-oneline-form:not(.ss-type-2) .ss-custom-select .ss-selected-option {
        font-size: 16px;
        height: 50px;
        line-height: 50px;
      }

      .ss-show-more-fields::after {
        content: '\e93a';
        font-family: 'Linearicons';
        display: inline-block;
        vertical-align: middle;
        margin-left: 10px;
        font-size: 12px;
      }

      .ss-show-more-fields.ss-active::after {
        content: '\e939';
      }

      .ss-oneline-form .ss-custom-select .ss-options-list {
        width: 100%;
        min-width: initial;
      }

    /* ------------------------------------------------------
      
      6.4.10. Drag N Drop Field
      
    ------------------------------------------------------ */

      .ss-drag-n-drop-field {
        color: #a5a5a5;
        text-transform: uppercase;
        border: 2px dashed #f0f0f0;
        height: 170px;
        text-align: center;
        padding: 20px;
      }

      .ss-drag-n-drop-field::after {
        content: "";
        display: inline-block;
        vertical-align: middle;
        height: 100%;
      }

      .ss-drag-n-drop-field-title {
        display: inline-block;
        vertical-align: middle;
      }

      /* ------------------------------------------------------
        
        6.4.11. File input
        
      ------------------------------------------------------ */

        input[type="file"] {
          display: none;
        }

        .ss-file-input-field {
          color: #222;
          text-align: center;
          width: 200px;
          height: 200px;
          background-color: #f7f7f7;
          border: 2px solid #f0f0f0;
          border-radius: 4px;
          cursor: pointer;
        }

        .ss-file-input-field::after {
          content: '';
          display: inline-block;
          vertical-align: middle;
          height: 100%;
        }

        .ss-file-input-field .fa,
        .ss-file-input-field [class*="icon-"] {
          display: inline-block;
          margin-right: 5px;
          vertical-align: baseline;
        }

        .ss-file-input-field .ss-lead-icon {
          display: block;
          color: #dadada;
          line-height: 1em;
          font-size: 100px;
          margin-bottom: 7px;
        }

        .ss-file-input-inner {
          display: inline-block;
          vertical-align: middle;
        }

        .ss-uploaded-images {
          margin: -10px -3px 0;
        }

        .ss-uploaded-images .ss-uploaded-image,
        .ss-uploaded-images .ss-file-input-field {
          display: inline-block;
          margin: 10px 3px 0;
        }

        .ss-uploaded-image {
          position: relative;
          overflow: hidden;
          border-radius: 5px;
          z-index: 1;
        }

        .ss-uploaded-image::before {
          content: '';
          display: block;
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          background: rgba(0, 0, 0, .4);
          opacity: 0;
          z-index: 1;
        }

        .ss-uploaded-image .ss-close {
          text-align: center;
          font-size: 14px;
          line-height: 30px;
          color: #222;
          width: 30px;
          height: 30px;
          border-radius: 50%;
          background: #fff;
          position: absolute;
          top: 10px;
          right: 10px;
          z-index: 2;
        }

        .ss-uploaded-image::before,
        .ss-uploaded-image .ss-close {
          opacity: 0;
          -webkit-transition: opacity .35s cubic-bezier(0.23, 1, 0.32, 1), visibility .35s cubic-bezier(0.23, 1, 0.32, 1);
                  transition: opacity .35s cubic-bezier(0.23, 1, 0.32, 1), visibility .35s cubic-bezier(0.23, 1, 0.32, 1);
        }

        .ss-uploaded-image:hover::before,
        .ss-uploaded-image:hover .ss-close {
          opacity: 1;
          visibility: visible;
        }

  /* ------------------------------------------------------

    6.5. Dropcaps
      
  ------------------------------------------------------ */

    .ss-dropcap:first-letter {
      display: block;
      float: left;
      margin: 13px 13px 0 0;
      font-size: 48px;
    }

    .ss-dropcap.ss-type-1:first-letter {
      color: #70af1a;
    }

    .ss-dropcap.ss-type-2:first-letter {
      color: #222222;
    }

  /* ------------------------------------------------------

    6.6. Blockquotes
      
  ------------------------------------------------------ */

    blockquote {
      font-size: 16px;
      line-height: 26px;
      color: #fff;
      font-style: italic;
      padding: 12px 20px 16px;
      background: #70af1a;
      border-radius: 4px;
    }

    blockquote:not(:first-child) {
      margin-top: 17px;
    }

    blockquote:not(:last-child) {
      margin-bottom: 19px;
    }

    blockquote p:first-of-type::before {
      content: open-quote;
    }

    blockquote p:last-of-type::after {
      content: close-quote;
    }

    blockquote .ss-author {
      margin-top: 10px;
      font-style: normal;
    }

    blockquote.ss-type-2 {
      color: #222;
      background: #fff;
      border-width: 0 0 0 2px;
      border-style: solid;
      border-color: #70af1a;
    }

    blockquote.ss-blockquote-bg {
      position: relative;
      z-index: 1;
      overflow: hidden;
      background: #222;
    }

    blockquote.ss-blockquote-bg [data-bg] {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: -1;
      opacity: .4;
    }  

  /* ------------------------------------------------------

    6.7. Tooltips
      
  ------------------------------------------------------ */

    .ss-tooltip {
      color: #222;
      font-size: 12px;
      line-height: 18px;
      padding: 2px 10px;
      display: block;
      min-width: 150px;
      border-radius: 4px;
      background: #fff;
      border: 1px solid #222;
      -webkit-animation-duration: .35s;
              animation-duration: .35s;
    }

    .ss-tooltip::after {
      content: '';
      display: block;
      width: 0;
      height: 0;
      border-style: solid;
      position: absolute;
    }

    .ss-tooltip.top {
      margin-bottom: 16px;
    }

    .ss-tooltip.top::after {
      top: 100%;
      border-width: 7px 7px 0 7px;
      border-color: #222 transparent transparent transparent;
      left: 50%;
      margin-left: -7px;
    }

    .ss-tooltip.bottom {
      margin-top: 16px;
    }

    .ss-tooltip.bottom::after {
      bottom: 100%;
      border-width: 0 7px 7px 7px;
      border-color: transparent transparent #222 transparent;
      left: 50%;
      margin-left: -7px;
    }

    .ss-tooltip.left {
      margin-right: 16px;
    }

    .ss-tooltip.left::after {
      left: 100%;
      border-width: 7px 0 7px 7px;
      border-color: transparent transparent transparent #222;
      top: 50%;
      margin-top: -7px;
    }

    .ss-tooltip.right {
      margin-left: 16px;
    }

    .ss-tooltip.right::after {
      right: 100%;
      border-width: 7px 7px 7px 0;
      border-color: transparent #222 transparent transparent;
      top: 50%;
      margin-top: -7px;
    }  

  /* ------------------------------------------------------

    6.8. Counters
      
  ------------------------------------------------------ */

    .ss-counters-holder {
      font-size: 0;
      margin-top: -30px;
      margin-left: -15px;
      margin-right: -15px;
    }

    .ss-counters-holder .ss-counter {
      font-size: 16px;
      line-height: 20px;
      text-align: center;
      color: #777777;
      text-transform: uppercase;
      position: relative;
      z-index: 1;
      padding-top: 30px;
      padding-left: 15px;
      padding-right: 15px;
    }

    .ss-counters-holder .ss-counter .ss-counter-value {
      font-size: 48px;
      line-height: 1em;
      font-weight: 700;
      max-width: 100%;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      color: #70af1a;
    }

    .ss-counters-holder .ss-counter .ss-counter-value:not(:last-child) {
      margin-bottom: 15px;
    }

    .ss-counters-holder.ss-cols-4 .ss-counter {
      display: inline-block;
      width: 25%;
    }

    .ss-counters-holder.ss-cols-3 .ss-counter {
      display: inline-block;
      width: 33.3%;
    }

    .ss-counters-holder.ss-cols-2 .ss-counter {
      display: inline-block;
      width: 50%;
    }

    .ss-counters-holder.ss-type-2 {
      text-align: inherit;
      background: #70af1a;
      margin-top: 0;
      margin-left: 0;
      margin-right: 0;
    }

    .ss-counters-holder.ss-type-2 .ss-counter {
      color: #fff;
      padding: 80px 20px;
      font-size: 14px;
      line-height: 24px;
      text-transform: initial;
    }

    .ss-counters-holder.ss-type-2 .ss-counter::before {
      content: '';
      display: block;
      position: absolute;
      z-index: 1;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
    }

    .ss-counters-holder.ss-type-2 .ss-counter:nth-child(4n+1)::before {
      background-color: #ffffff;
      opacity: 0.1;
    }

    .ss-counters-holder.ss-type-2 .ss-counter:nth-child(4n+3)::before {
      background-color: #000000;
      opacity: 0.1;
    }

    .ss-counters-holder.ss-type-2 .ss-counter:nth-child(4n+4)::before {
      background-color: #000000;
      opacity: 0.2;
    }

    .ss-counters-holder.ss-type-2 .ss-counter .ss-counter-inner {
      display: inline-block;
      position: relative;
      z-index: 2;
      text-align: left;
      border-left: 70px solid transparent;
      max-width: 100%;
    }

    .ss-counters-holder.ss-type-2 .ss-counter .ss-counter-inner .fa,
    .ss-counters-holder.ss-type-2 .ss-counter .ss-counter-inner [class*="icon-"] {
      font-size: 48px;
      line-height: 1em;
      position: absolute;
      top: 8px;
      right: 100%;
      margin-right: 25px;
    }

    .ss-counters-holder.ss-type-2 .ss-counter .ss-counter-value {
      color: inherit;
      font-weight: 300;
    }

    .ss-counters-holder.ss-type-2 .ss-counter .ss-counter-value:not(:last-child) {
      margin-bottom: 5px;
    }

    .ss-blue-theme .ss-counters-holder.ss-type-2 .ss-counter .ss-counter-caption {
      color: #bbd3f2;
    }

    .ss-half-page-cols .ss-counter {
      color: inherit;
      text-align: inherit;
      font-size: 14px;
      line-height: 24px;
      text-transform: none;
    }

    .ss-half-page-cols .ss-counter .ss-counter-value {
      color: #fff;
      font-weight: 300;
    }

    .ss-half-page-cols .ss-counter .ss-counter-value:not(:last-child) {
      margin-bottom: 5px;
    }

    .ss-half-page-cols .ss-counters-holder:not(:last-child) {
      margin-bottom: 50px;
    }

    .ss-blue-theme .ss-counters-holder.ss-type-2 {
      background: #0074d9;
    }

    .ss-red-theme .ss-counters-holder.ss-type-2 {
      background: rgb(51, 122, 183);
    }

    .ss-dark-blue-theme .ss-counters-holder.ss-type-2 {
      background: #0054a0;
    }

    .ss-light-green-theme .ss-counters-holder.ss-type-2 {
      background: #5ab291;
    }

  /* ------------------------------------------------------

    6.9. Dividers
      
  ------------------------------------------------------ */

    .ss-dv {
      border-color: #e8e8e8;
      margin-top: 15px;
    }

    .ss-dv:not(:last-child) {
      margin-bottom: 15px;
    }

    .ss-dv.ss-type-2 {
      border-top-width: 2px;
    }

    .ss-dv.ss-type-3 {
      border-top-width: 3px;
      width: 68px;
    }

    .ss-dv.ss-black {
      border-color: #222;
    }

    .ss-dv.ss-green {
      border-color: #70af1a;
    }


    .ss-vr-dv {
      display: inline-block;
      margin: 0 5px;
      border: none;
    }

    .ss-vr-dv::after {
      content: '|';
    }

  /* ------------------------------------------------------

    6.10. Pagination
      
  ------------------------------------------------------ */

    .ss-pagination:not(:last-child) {
      margin-bottom: 40px;
    }

    .ss-pagination:not(:first-child) {
      margin-top: 35px;
    }

    .ss-pagination {
      overflow: hidden;
      display: inline-block;
    }

    .ss-pagination .page-numbers {
      padding: 6px 14px 4px;
      background: #dadada;
      border-radius: 4px;
      float: left;
      color: #222222;
      margin-top: 5px;
    }

    .ss-pagination .page-numbers.prev, .ss-pagination .page-numbers.next {
      padding-left: 20px;
      padding-right: 20px;
    }

    .ss-pagination .page-numbers:not(:last-child) {
      margin-right: 5px;
    }

    .ss-pagination .page-numbers.current, .ss-pagination .page-numbers:hover {
      background: #222;
      color: #fff;
      text-decoration: none;
    }

/* ------------------------------------------------------
    
  7. Sidebar
    
------------------------------------------------------ */

  .ss-sidebar .ss-widget .ss-links-list a {
    font-size: 16px;
    line-height: 26px;
    text-decoration: none;
    color: #222;
  }

  .ss-sidebar .ss-widget .ss-links-list a:hover,
  .ss-sidebar .ss-widget .ss-links-list a:focus {
    color: #70af1a;
  }

  .ss-sidebar .ss-widget .ss-links-list li:not(:last-child) {
    margin-bottom: 10px;
  }

  .ss-sidebar .ss-widget form:last-child {
    padding-bottom: 10px;
  }

  .ss-sidebar.ss-type-2 .ss-widget-title:not(:last-child) {
    margin-bottom: 15px;
  }

  .ss-sidebar.ss-type-2 .ss-widget-title {
    font-size: 18px;
    line-height: 26px;
  }

  .ss-sidebar.ss-type-2 .ss-advertising {
    padding: 6px;
  }

  .ss-light-green-theme .ss-sidebar .ss-widget a,
  .ss-light-green-theme .ss-sidebar .ss-widget a:hover,
  .ss-light-green-theme .ss-sidebar .ss-widget a:focus {
    color: #0035b2;
  }

  .ss-light-green-theme .ss-sidebar .ss-widget a:hover,
  .ss-light-green-theme .ss-sidebar .ss-widget a:focus {
    text-decoration: underline;
  }

  .ss-social-profiles-title:not(:last-child) {
    margin-bottom: 2px;
  }

  /* ------------------------------------------------------

    7.1. Widgets
      
  ------------------------------------------------------ */

    .ss-widget:not(:last-child) {
      margin-bottom: 30px;
    }

    .ss-sidebar .ss-widget {
      border-radius: 4px;
      padding: 30px 20px;
      background: #fff;
    }

    .ss-widget p + .ss-social-links {
      padding-top: 10px;
    }

    .ss-sidebar .ss-widget ul > li:not(:last-child) {
      margin-bottom: 11px;
    }

    .ss-sidebar .ss-widget ul > li a {
      font-size: 16px;
      line-height: 24px;
    }

     .ss-sidebar .ss-widget .ss-icons-list a {
      font-size: inherit;
    }

    .ss-sidebar .ss-widget a {
      display: inline-block;
      vertical-align: baseline;
      text-decoration: none;
      color: #222;
    }

    .ss-sidebar .ss-widget a:hover,
    .ss-sidebar .ss-widget a:focus {
      color: #70af1a;
    }

    .ss-blue-theme .ss-sidebar .ss-widget a {
      color: #0074d9;
    }

    .ss-blue-theme .ss-sidebar .ss-widget a:hover,
    .ss-blue-theme .ss-sidebar .ss-widget a:focus {
      text-decoration: underline;
    }

    .ss-dark-blue-theme .ss-sidebar .ss-widget a:hover,
    .ss-dark-blue-theme .ss-sidebar .ss-widget a:focus {
      color: #f7841b;
    }

    .ss-red-theme .ss-sidebar .ss-widget a:hover,
    .ss-red-theme .ss-sidebar .ss-widget a:focus {
      color: rgb(51, 122, 183);
    }

    .ss-widget .ss-inline-form input[type="text"],
    .ss-widget .ss-inline-form input[type="password"],
    .ss-widget .ss-inline-form input[type="email"],
    .ss-widget .ss-inline-form input[type="number"],
    .ss-widget .ss-inline-form input[type="search"],
    .ss-widget .ss-inline-form .ss-custom-select .ss-selected-option {
      font-size: 14px;
      height: 40px;
    }

    .ss-widget .ss-inline-form .ss-input-wrapper {
      width: calc(100% - 90px);
    }

    .ss-widget .ss-inline-form [class*="ss-btn-"],
    .ss-widget .ss-inline-form input[type="submit"],
    .ss-widget .ss-inline-form button[type="submit"] {
      width: 90px;
    }

    .ss-widget .fb-page {
      padding: 5px 0 10px;
    }

    .ss-sidebar .ss-widget .ss-social-links > li > a,
    .ss-footer .ss-widget .ss-social-links > li > a {
      font-size: 14px;
      line-height: 34px;
    }

    .ss-sidebar .ss-social-links > li > a:hover,
    .ss-sidebar .ss-social-links > li > a:focus {
      color: #fff;
    }

    /* ------------------------------------------------------

      7.1.1. Recent Posts, Popular Posts, Recent Comments
        
    ------------------------------------------------------ */

      .widget_recent_entries,
      .widget_popular_entries {
        color: #a5a5a5;
      }

      .widget_recent_comments .recentcomments {
        font-size: 16px;
        line-height: 24px;
      }

      .ss-sidebar .widget_recent_comments .recentcomments a {
        display: inline;
      }

      .widget_recent_entries li > a:not(:last-child),
      .widget_popular_entries li > a:not(:last-child) {
        margin-bottom: 4px;
      }

      .widget_recent_entries .post-date,
      .widget_popular_entries .post-date {
        display: block;
        font-size: 12px;
        line-height: 22px;
        text-transform: uppercase;
      }

    /* ------------------------------------------------------

      7.1.2. Search
        
    ------------------------------------------------------ */

      .widget_search .searchform {
        position: relative;
        z-index: 1;
        padding-bottom: 0px !important;
      }

      .widget_search .screen-reader-text {
        color: transparent;
        text-align: center;
        height: 100%;
        width: 60px;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 1;
        margin-bottom: 0px;
      }

      .widget_search .screen-reader-text::after {
        color: #222;
        content: '\e922';
        font-family: 'Linearicons';
        display: block;
        width: 100%;
        left: 0;
        right: 0;
        font-size: 20px;
        line-height: 20px;
        position: absolute;
        top: 50%;
        margin-top: -10px;
      }

      .widget_search input[type="text"] {
        padding-right: 60px;
      }

      .widget_search input[type="submit"] {
        position: absolute;
        z-index: 2;
        top: 0;
        right: 0;
        width: 60px;
        height: 100%;
        margin-top: 0px !important;
        opacity: 0;
      }

      /* ------------------------------------------------------

          7.1.3. Tagcloud
          
      ------------------------------------------------------ */

        .widget_tag_cloud .ss-widget-title:not(:last-child) {
          margin-bottom: 22px;
        }

        .ss-widget .tagcloud {
          padding-bottom: 10px;
        }

        .tagcloud {
          font-size: 0;
          margin-top: -5px;
          margin-left: -3px;
          margin-right: -3px;
        }

        .tagcloud a {
          display: inline-block;
          vertical-align: top;
          border-radius: 4px;
          text-align: center;
          color: #222 !important;
          font-size: 14px !important;
          line-height: 24px !important;
          padding: 5px 11px 5px;
          margin: 5px 3px 0;
          background: #f0f0f0;
          text-decoration: none !important;
          -moz-transition-property: color, background, border-color;
          -o-transition-property: color, background, border-color;
          -webkit-transition-property: color, background, border-color;
          transition-property: color, background, border-color;
          -moz-transition-duration: 0.5s;
          -o-transition-duration: 0.5s;
          -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
          -moz-transition-timing-function: ease;
          -o-transition-timing-function: ease;
          -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
          -webkit-user-select: none;
          -moz-user-select: none;
          -ms-user-select: none;
          user-select: none;
        }

        .tagcloud a:hover,
        .ss-widget .tagcloud a:hover,
        .tagcloud a:focus,
        .ss-widget .tagcloud a:focus {
          color: #fff !important;
          background: #70af1a;
          -moz-transition-duration: 0.1s;
          -o-transition-duration: 0.1s;
          -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
        }

        .ss-light-green-theme .tagcloud a:hover,
        .ss-light-green-theme .ss-widget .tagcloud a:hover,
        .ss-light-green-theme .tagcloud a:focus,
        .ss-light-green-theme .ss-widget .tagcloud a:focus {
          color: #fff !important;
          background-color: #955ba5;
        }

        .ss-dark-blue-theme .tagcloud a:hover,
        .ss-dark-blue-theme .ss-widget .tagcloud a:hover,
        .ss-dark-blue-theme .tagcloud a:focus,
        .ss-dark-blue-theme .ss-widget .tagcloud a:focus {
          color: #fff !important;
          background-color: #f7841b;
        }

        .ss-red-theme .tagcloud a:hover,
        .ss-red-theme .ss-widget .tagcloud a:hover,
        .ss-red-theme .tagcloud a:focus,
        .ss-red-theme .ss-widget .tagcloud a:focus {
          color: #fff !important;
          background-color: rgb(51, 122, 183);
        }

      /* ------------------------------------------------------

          7.1.4. Instafeed
          
      ------------------------------------------------------ */

        .widget_instafeed .ss-widget-title:not(:last-child) {
          margin-bottom: 20px;
        }

        .ss-widget .ss-instafeed {
          padding-bottom: 10px;
        }

        .ss-instafeed {
          font-size: 0px;
          margin-top: -10px;
          margin-left: -5px;
          margin-right: -5px;
        }

        .ss-instafeed-item {
          max-width: 110px;
        }

        .ss-instafeed .ss-instafeed-item {
          display: inline-block;
          width: 33.33333%;
          padding: 10px 5px 0;
        }

      /* ------------------------------------------------------

          7.1.5. Twitter
          
      ------------------------------------------------------ */

        .ss-twitter-feed .tweet_time {
          display: block;
        }

        .ss-twitter-feed .tweet_list > li:not(:last-child),
        .ss-widget .ss-twitter-feed .tweet_list > li:not(:last-child) {
          margin-bottom: 15px;
        }

        .ss-widget .ss-twitter-feed a {
          font-size: 14px;
          line-height: 24px;
        }

        .ss-twitter-feed .tweet_time a {
          font-size: 12px !important;
          line-height: 24px !important;
          color: #a5a5a5;
          text-decoration: none !important;
        }

        .ss-footer .ss-twitter-feed .tweet_time a {
          color: #777;
        }

      /* ------------------------------------------------------

          7.1.6. Calendar
          
      ------------------------------------------------------ */

        .widget_calendar .calendar_wrap,
        .ui-datepicker {
          position: relative;
          z-index: 1;
          text-align: center;
          border: 1px solid #e8e8e8;
          border-radius: 4px;
          overflow-x: hidden;
          overflow-y: visible;
        }

        .ui-datepicker {
        	max-width: 240px;
        	background-color: #ffffff;
        	border-color: #f0f0f0;
        	border-width: 2px;
        	border-radius: 4px;
        	z-index: 30;
        	margin-top: 3px;
        	box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.04);
        }

        .widget_calendar table,
        .ui-datepicker-calendar,
        .ui-datepicker-calendar {
          width: 101%;
          position: relative;
          left: -1px;
        }

        .widget_calendar table caption,
        .ui-datepicker-calendar thead th,
        .ui-datepicker-header {
          color: #222;
          font-weight: 700;
          text-transform: uppercase;
          padding: 11px 20px 10px;
        }

        .ui-datepicker-header {
        	position: relative;
        	z-index: 1;
        }

        .ui-datepicker a {
        	color: #a5a5a5;
        	text-decoration: none !important;
        }

        .ui-datepicker a:hover {
        	color: #70af1a;
        }

        .ui-datepicker-header .ui-datepicker-prev,
        .ui-datepicker-header .ui-datepicker-next {
        	/*color: transparent;*/
        	position: absolute;
        	top: 50%;
        	margin-top: -10px;
        	font-size: 14px;
        	line-height: 1em;
        	cursor: pointer;
        	display: block;
        	width: 20px;
        	height: 20px;
        	text-align: center;
        	line-height: 20px;
        }

        .ui-datepicker-header .ui-datepicker-prev > span,
        .ui-datepicker-header .ui-datepicker-next > span {
        	display: none;
        }

        .ui-datepicker-header .ui-datepicker-prev::before,
        .ui-datepicker-header .ui-datepicker-next::before {
        	font-family: 'Linearicons';
        }

        .ui-datepicker-header .ui-datepicker-prev::before {
        	content: "\e93b";
        }

        .ui-datepicker-header .ui-datepicker-next::before {
        	content: "\e93c";
        }

        .ui-datepicker-header .ui-datepicker-prev {
        	left: 10px;
        }

        .ui-datepicker-header .ui-datepicker-next {
        	right: 10px;
        }

        .ui-datepicker-header {
        	padding-top: 5px;
        	padding-bottom: 5px;
        }

        .ui-datepicker-calendar th,
        .ui-datepicker-calendar td {
        	padding: 5px !important;
        }

        .widget_calendar table th {
          color: #222;
        }

        .widget_calendar table td,
        .widget_calendar table th,
        .ui-datepicker-calendar th,
        .ui-datepicker-calendar td {
          border: 1px solid #efefef;
          text-align: center;
          padding: 10px 5px;
        }

        .widget_calendar table #today {
          color: #fff;
          background: #70af1a;
        }

        .widget_calendar table tfoot td,
        .widget_calendar table tfoot th {
          border: none;
          padding-left: 20px;
          padding-right: 20px;
        }

        .widget_calendar #prev {
          text-align: left;
        }

        .widget_calendar #next {
          text-align: right;
        }

      /* ------------------------------------------------------

          7.1.7. Recommended Deals
          
      ------------------------------------------------------ */

        .ss-widget .ss-entries {
          padding: 8px 0 10px;
        }

        .ss-widget .ss-entry {
          background: transparent;
          border-bottom-width: 0px;
          border-radius: 0px;
          padding: 0;
          overflow: hidden;
        }

        .ss-widget .ss-entry .ss-entry-thumb {
          float: left;
          max-width: 100px;
          margin: 0 20px 0 0;
        }

        .ss-widget .ss-entry .ss-entry-title:not(:last-child) {
          margin-bottom: 0px;
        }

        .ss-widget .ss-entry .ss-entry-info {
          overflow: hidden;
          padding: 0;
        }

        .ss-widget .ss-entry .ss-price {
          font-size: 14px;
          line-height: 24px;
          padding: 0;
        }

      /* ------------------------------------------------------

          7.1.7. Latest News
          
      ------------------------------------------------------ */

        .widget_latest_news .ss-entry-meta {
          text-transform: none;
        }

        .ss-footer .widget_latest_news .ss-entry-meta {
          color: #777;
        }

        .ss-footer .widget_latest_news .ss-entry-meta a {
          color: #70af1a;
        }

        .ss-blue-theme .ss-footer .widget_latest_news .ss-entry-meta a {
          color: #ffde20;
        }

        .ss-red-theme .ss-footer .widget_latest_news .ss-entry-meta a {
          color: rgb(51, 122, 183);
        }

        .ss-footer .widget_latest_news .ss-entry-meta:not(:last-child) {
          margin-bottom: 2px;
        }

        .ss-footer .widget_latest_news .ss-entry-title a {
          color: #fff;
          text-decoration: none !important;
        }

        .ss-footer .widget_latest_news .ss-entry-title a,
        .ss-blue-theme .ss-footer .widget_latest_news .ss-entry-title a,
        .ss-red-theme .ss-footer .widget_latest_news .ss-entry-title a {
          color: #fff;
        }

        .ss-footer .widget_latest_news .ss-entry-title a:hover {
          color: #70af1a;
        }

        .ss-blue-theme .ss-footer .widget_latest_news .ss-entry-title a:hover {
          color: #ffde20;
        }

        .ss-red-theme .ss-footer .widget_latest_news .ss-entry-title a:hover {
          color: rgb(51, 122, 183);
        }

      /* ------------------------------------------------------

          7.1.8. About Us
          
      ------------------------------------------------------ */

        .widget_about {
          padding-right: 100px;
        }

      /* ------------------------------------------------------

          7.1.9. About Author
          
      ------------------------------------------------------ */

        .widget_about_author .ss-author-box:not(:last-child) {
          margin-bottom: 8px;
        }

        .widget_about_author .ss-author-box .ss-avatar {
          float: left;
          margin-right: 20px;
          max-width: 100px;
        }

        .widget_about_author .ss-icons-list:not(:last-child) {
          margin-bottom: 15px;
        }

        .widget_about_author .ss-author-box .ss-author-info {
          overflow: hidden;
          text-align: initial;
        }

        .widget_about_author .ss-author-name {
          font-size: 18px;
        }

        .widget_about_author .ss-author-name:not(:last-child) {
          margin-bottom: 6px;
        }

        .widget_about_author .ss-author-position:not(:last-child) {
          margin-bottom: 15px;
        }

        .ss-sidebar .widget_about_author ul > li a {
          font-size: inherit;
          line-height: inherit;
        }

        .ss-sidebar .widget_about_author ul > li:not(:last-child) {
          margin-bottom: 0px;
        }

        .widget_about_author .ss-icons-list > li .fa,
        .widget_about_author .ss-icons-list > li [class*="icon-"] {
          color: inherit;
        }

      /* ------------------------------------------------------

          7.1.10. Listings
          
      ------------------------------------------------------ */

        .ss-widget .ss-listings.ss-type-4 .ss-listing-item-media,
        .ss-widget .ss-listings.ss-type-1 .ss-listing-item-media,
        .ss-widget .ss-listings.ss-type-5 .ss-listing-item-media {
          float: left;
          margin-right: 20px;
          max-width: 100px;
        }

        .ss-widget .ss-listings.ss-type-4 .ss-listing-item-info,
        .ss-widget .ss-listings.ss-type-1 .ss-listing-item-info,
        .ss-widget .ss-listings.ss-type-5 .ss-listing-item-info {
          overflow: hidden;
          padding: 0;
        }

        .ss-widget .ss-listings.ss-type-1 .ss-listing-item,
        .ss-widget .ss-listings.ss-type-4 .ss-listing-item{
          font-size: 12px;
          line-height: 18px;
        }

        .ss-widget .ss-listings.ss-type-1 .ss-listing-item,
        .ss-widget .ss-listings.ss-type-4 .ss-listing-item,
        .ss-widget .ss-listings.ss-type-5 .ss-listing-item {
          border-radius: 0;
          border: none;
        }

        .ss-widget .ss-listings .ss-listing-item-title,
        .ss-widget .ss-listings[class*="ss-type-"] .ss-listing-item-title {
          font-size: 16px;
          line-height: 24px;
        }

        .ss-widget .ss-listings .ss-listing-item-title:not(:last-child) {
          margin-bottom: 3px;
        }

        .ss-widget .ss-listings .ss-listing-item-header:not(:last-child) {
          margin-bottom: 10px;
        }

        .ss-widget .ss-listings .ss-listing-item-data:not(:last-child) {
          margin-bottom: 8px;
        }

        .ss-widget .ss-listings.ss-type-4 .ss-listing-item-header:not(:last-child) {
          margin-bottom: 6px;
        }

        .ss-widget .ss-listings.ss-type-4 .ss-icons-list .fa,
        .ss-widget .ss-listings.ss-type-4 .ss-icons-list [class*="icon-"],
        .ss-widget .ss-listings.ss-type-1 .ss-icons-list .fa,
        .ss-widget .ss-listings.ss-type-1 .ss-icons-list [class*="icon-"] {
          display: none;
        }

        .ss-widget .ss-listings.ss-type-4 .ss-icons-list > li,
        .ss-widget .ss-listings.ss-type-1 .ss-icons-list > li {
          padding-left: 0;
        }

        .ss-widget .ss-listings .ss-listing-item-rating {
          font-size: 14px;
          line-height: 14px;
        }

        .ss-widget .ss-listings .ss-dotted-list > li:not(:last-child) {
          margin-bottom: 0;
        }

        .ss-widget .ss-listings.ss-type-5 .ss-listing-item-info {
          min-height: initial;
        }

        .ss-widget .ss-listings.ss-type-5 .ss-listing-item-price {
          font-size: inherit;
        }

        .ss-widget .ss-listings.ss-type-5 .ss-listing-item-price:not(:last-child),
        .ss-widget .ss-listings.ss-type-5 .ss-listing-item-header:not(:last-child) {
          margin-bottom: 3px;
        }

        .ss-widget.widget_listings_type-3 {
          padding: 0;
          border-radius: 0;
          background: transparent;
        }

        .ss-widget .ss-listings.ss-type-3 .ss-listing-item-info {
          padding-bottom: 22px;
        }

        .ss-widget .ss-listings.ss-type-3 .ss-listing-item-description:not(:last-child) {
          margin-bottom: 17px;
        }

        .ss-widget .ss-listings.ss-type-3 .ss-icons-list > li:not(:last-child) {
          margin-bottom: 0;
        }

        .ss-widget .ss-listings .ss-social-links:not(:last-child) {
          margin-bottom: 22px;
        }

        .ss-widget .ss-listings.ss-type-2 .ss-listing-item-icon,
        .ss-widget .ss-listings.ss-type-2 .ss-listing-item-like {
          width: 40px;
          height: 40px;
          font-size: 18px;
          line-height: 40px;
        }

        .ss-widget .ss-listings.ss-type-2 .ss-listing-item-icon {
          right: 55px;
        }

        .ss-widget .ss-listings.ss-type-2 .ss-listing-item-title {
          font-size: 18px;
        }

        .ss-widget .ss-listings.ss-type-2 .ss-listing-item-header:not(:last-child) {
          margin-bottom: 15px;
        }

        .ss-widget .ss-listings.ss-type-3.ss-list-view {
          margin-top: -20px;
        }

        .ss-widget .ss-listings.ss-type-3.ss-list-view .ss-listing-item-wrap {
          padding-top: 20px;
        }

        .ss-widget .ss-listings.ss-type-3.ss-list-view .ss-listing-item {
          padding: 0;
          border-width: 0;
        }

        .ss-widget .ss-listings.ss-type-3.ss-list-view .ss-listing-item-info {
          padding: 0 0 0 1px;
        }

        .ss-widget .ss-listings.ss-type-3.ss-list-view .ss-listing-item-header {
          position: static;
        }

        .ss-widget .ss-listings.ss-type-3.ss-list-view .ss-listing-item-header:not(:last-child) {
          margin-bottom: 2px;
        }

        .ss-widget .ss-listings.ss-type-3.ss-list-view .ss-listing-item-header [class*="table-row"],
        .ss-widget .ss-listings.ss-type-3.ss-list-view .ss-listing-item-header [class*="table-row"] > [class*="col-"] {
          text-align: initial;
        }

        .ss-widget .ss-listings.ss-type-3.ss-list-view .ss-listing-item-title:not(:last-child) {
          margin-bottom: 3px;
        }

        .ss-widget .ss-listings.ss-type-3.ss-list-view .ss-listing-item-title a {
          color: #222;
        }

        .ss-widget .ss-listings.ss-type-3.ss-list-view .ss-listing-item-title a:hover,
        .ss-widget .ss-listings.ss-type-3.ss-list-view .ss-listing-item-title a:focus {
          color: #0074d9;
          text-decoration: none;
        }

        .ss-widget .ss-listings.ss-type-3.ss-list-view [class*="ss-label-"] {
          font-size: 9px;
          padding: 4px 7px 0px;
        }

      /* ------------------------------------------------------

          7.1.11. Locations
          
      ------------------------------------------------------ */

        .widget_location .ss-gmap {
          margin: -30px -20px 24px;
          border-radius: 4px 4px 0 0;
          height: 260px;
        }

        .widget_location .ss-icons-list .fa,
        .widget_location .ss-icons-list [class*="icon-"] {
          color: inherit;
        }

        .ss-sidebar .widget_location .ss-icons-list > li:not(:last-child) {
          margin-bottom: 0;
        }

        .widget_location .ss-get-directions:not(:last-child) {
          margin-bottom: 15px;
        }

        .widget_location .ss-icons-list:not(:last-child) {
          margin-bottom: 12px;
        }

  /* ------------------------------------------------------

      7.2. Hidden Sidebar
      
  ------------------------------------------------------ */

    .ss-wide-layout-type {
      position: relative;
      z-index: 1;
      -webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
      transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    }

    .ss-csstransforms3d .ss-wide-layout-type.ss-moved {
      -webkit-transform: translate3d(-220px, 0, 0);
      -ms-transform: translate3d(-220px, 0, 0);
      transform: translate3d(-220px, 0, 0);
    }

    .ss-no-csstransforms3d .ss-wide-layout-type.ss-moved {
      left: -220px;
    }

    .ss-no-csstransforms3d .ss-hidden-aside.ss-moved {
      right: 0;
    }

    .ss-hidden-aside {
      color: #fff;
      position: fixed;
      z-index: 130;
      top: 0;
      right: -220px;
      height: 100%;
      background: #222;
      padding: 30px 20px;
      width: 220px;
    }

    .ss-hidden-aside-invoker,
    .ss-hidden-aside-close {
      color: #fff;
      -webkit-transition: opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1), visibility 0.5s cubic-bezier(0.23, 1, 0.32, 1);
      transition: opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1), visibility 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    }

    .ss-hidden-aside-invoker .fa,
    .ss-hidden-aside-invoker [class*="icon-"],
    .ss-hidden-aside-close .fa,
    .ss-hidden-aside-close [class*="icon-"] {
      display: block;
      font-size: 30px;
    }

    .ss-hidden-aside .ss-hidden-aside-close {
      position: absolute;
      z-index: 1;
      right: 100%;
      top: 30px;
      margin-right: 20px;
      opacity: 0;
      visibility: hidden;
    }

    .ss-wide-layout-type.ss-moved .ss-hidden-aside-close {
      opacity: 1;
      visibility: visible;
    }

    .ss-wide-layout-type.ss-moved .ss-hidden-aside-invoker {
      opacity: 0;
      visibility: hidden;
    }

    .ss-csstransforms3d .ss-hidden-aside-invoker,
    .ss-csstransforms3d .ss-hidden-aside-close {
      -webkit-transition-property: -webkit-transform, opacity, visibility;
      transition-property: transform, opacity, visibility;
    }

    .ss-csstransforms3d .ss-hidden-aside-close,
    .ss-csstransforms3d .ss-wide-layout-type.ss-moved .ss-hidden-aside-invoker {
      -webkit-transform: translate3d(0, 100%, 0);
      -ms-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0);
    }

    .ss-csstransforms3d .ss-hidden-aside-invoker,
    .ss-csstransforms3d .ss-wide-layout-type.ss-moved .ss-hidden-aside-close {
      -webkit-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }

    .ss-hidden-aside .ss-widget {
      background: transparent;
      border-radius: initial;
      padding: 0;
    }

    .ss-hidden-aside .ss-widget a,
    .ss-hidden-aside h1,
    .ss-hidden-aside h2,
    .ss-hidden-aside h3,
    .ss-hidden-aside h4,
    .ss-hidden-aside h5,
    .ss-hidden-aside h6 {
      color: #fff;
    }

    .ss-hidden-aside .ss-widget a:hover,
    .ss-hidden-aside .ss-widget a:focus {
      color: #70af1a;
    }

    .ss-theme-blue .ss-hidden-aside .ss-widget a:hover,
    .ss-theme-blue .ss-hidden-aside .ss-widget a:focus {
      color: #ffde20;
    }

    .ss-hidden-aside .ss-widget ul > li a {
      font-size: 14px;
      line-height: 24px;
    }

/* ------------------------------------------------------
    
    8. Pages
    
------------------------------------------------------ */

  /* ------------------------------------------------------

    8.1. 404
      
  ------------------------------------------------------ */

    .ss-template-404 {
      text-align: center;
    }

    .ss-template-404 h1 {
      font-size: 400px;
      font-weight: 700;
      line-height: 330px;
      color: #70af1a;
      cursor: default;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
    }

    .ss-template-404 h3:not(:last-child) {
      margin-bottom: 18px;
    }

    .ss-template-404 p:not(:last-child) {
      margin-bottom: 22px;
    }

    .ss-template-404 .ss-searchform {
      margin-left: auto;
      margin-right: auto;
      padding: 10px 0;
    }

    .ss-template-404 .ss-404-message {
      padding-left: 60px;
      padding-right: 60px;
    }

  /* ------------------------------------------------------

    8.2. Blog
      
  ------------------------------------------------------ */

    /* ------------------------------------------------------
        
      8.2.1. Entries
            
    ------------------------------------------------------ */

      .ss-entry-wrap {
        width: 100%;
        display: inline-block;
      }

      .ss-entry-wrap:not(:last-child) {
        margin-bottom: 30px;
      }

      .ss-entry {
        background: #fff;
        border-radius: 4px;
        overflow: hidden;
        border-bottom: 2px solid #70af1a;
        position: relative;
        z-index: 1;
        font-size: 14px;
        line-height: 24px;
      }

      .ss-blue-theme .ss-entry {
        border-bottom-color: #0074d9;
      }

      .ss-red-theme .ss-entry {
        border-bottom-color: rgb(51, 122, 183);
      }

      .ss-dark-blue-theme .ss-entry {
        border-bottom-color: #0054a0;
      }

      .ss-light-green-theme .ss-entry {
        border-bottom-color: #5ab291;
      }

      .ss-entry-info {
        padding: 23px 20px 30px;
      }

      .ss-entry.ss-single .ss-entry-info {
        padding-bottom: 0px;
      }

      .ss-entry-cats {
        text-transform: uppercase;
      }

      .ss-entry-cats > li {
        display: inline-block;
      }

      .ss-entry-cats > li:not(:last-child)::after {
        content: ', ';
      }

      .ss-entry-cats:not(:last-child) {
        margin-bottom: 10px;
      }

      .ss-entry-title:not(:last-child) {
        margin-bottom: 3px;
      }

      .ss-entry-title a,
      .ss-entry-meta a {
        color: #222;
        text-decoration: none;
      }

      .ss-entry-meta {
        font-size: 12px;
        line-height: 22px;
        color: #a5a5a5;
        text-transform: uppercase;
      }

      .ss-entry-meta:not(:last-child) {
        margin-bottom: 17px;
      }

      .ss-entry-content:not(:last-child) {
        margin-bottom: 23px;
      }

      .ss-widget .ss-entry .ss-entry-title {
        font-size: 16px;
        line-height: 24px;
      }

      .ss-widget .ss-entries .ss-entry:not(:last-child) {
        margin-bottom: 12px;
      }

      .ss-entry img {
        width: 100%;
      }

      .ss-entry .ss-link {
        color: #222;
        font-size: 24px;
        line-height: 30px;
        text-decoration: none;
        display: block;
        position: relative;
        z-index: 1;
        padding: 10px 0 10px 65px;
      }

      .ss-entry .ss-link:not(:last-child) {
        margin-bottom: 10px;
      }

      .ss-entry .ss-link::after {
        content: '\e917';
        font-family: 'Linearicons';
        line-height: 48px;
        text-align: center;
        color: #70af1a;
        display: block;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        border: 1px solid #70af1a;
        position: absolute;
        top: 0;
        left: 0;
      }

      .ss-blue-theme .ss-entry .ss-link::after {
        color: #0074d9;
        border-color: #0074d9;
      }

      .ss-red-theme .ss-entry .ss-link::after {
        color: rgb(51, 122, 183);
        border-color: rgb(51, 122, 183);
      }

      .ss-entry.format-link .ss-entry-info {
        padding-bottom: 23px;
      }

      .ss-entry.format-link .ss-entry-title,
      .ss-entry.format-quote .ss-entry-title {
        position: absolute;
        top: -9999px;
        z-index: -1;
      }

      .ss-entries.ss-cols-3 .owl-prev,
      .ss-entries.ss-cols-3 .owl-next,
      .ss-entries.ss-cols-4 .owl-prev,
      .ss-entries.ss-cols-4 .owl-next {
        font-size: 30px;
        margin-top: -15px;
      }

      .ss-entry-content ul:not(:first-child) {
        margin-top: 20px;
      }

      .ss-entry-content ul ul:not(:first-child) {
        margin-top: 0px;
      }

      .ss-entry-content ul:not(:last-child) {
        margin-bottom: 30px;
      }

      .ss-entry-tags,
      .ss-entry-share:not(:last-child) {
        margin-bottom: 30px;
      }

      .ss-entries-nav {
        margin-bottom: 40px;
      }

      .ss-entry-content h3:not(:first-child) {
        margin-top: 30px;
      }

      .ss-entry-content h3:not(:last-child) {
        margin-bottom: 22px;
      }

      .ss-entry-content img {
        border-radius: 4px;
      }

      .ss-entry-tags .ss-caption {
        float: left;
        max-width: 100px;
        padding: 10px 10px 0 0;
      }

      .ss-entry-tags .tagcloud {
        overflow: hidden;
      }

      .ss-entry-share {
        padding: 15px 20px;
        background-color: #f0f0f0;
      }

      .ss-entry-info .ss-entry-share {
        margin-left: -20px;
        margin-right: -20px;
      }

      .ss-entry .ss-label {
        position: absolute;
        z-index: 2;
        top: 20px;
        left: 20px;
      }

      .ss-entry .ss-entry-shop-controls {
        display: table;
        table-layout: fixed;
        width: 100%;
        padding: 3px 0 0;
      }

      .ss-entry .ss-entry-shop-controls:not(:last-child) {
        margin-bottom: 15px;
      }

      .ss-entry .ss-entry-shop-controls .ss-price,
      .ss-entry .ss-entry-shop-controls .ss-actions {
        display: table-cell;
        vertical-align: middle;
      }

      .ss-entry .ss-price {
        font-size: 16px;
        line-height: 24px;
        font-weight: 700;
        color: #70af1a;
        padding-right: 20px;
      }

      .ss-entry .ss-price s {
        font-weight: 400;
        color: #a5a5a5;
      }

      .ss-entry .ss-entry-shop-controls .ss-actions:not(:first-child) {
        text-align: right;
        width: 140px;
      }

      .ss-no-cssanimations .ss-entry .ss-entry-shop-controls [class*="ss-btn"] {
        visibility: hidden;
      }

      .ss-no-cssanimations .ss-entry:hover .ss-entry-shop-controls [class*="ss-btn"] {
        visibility: visible;
      }

      .ss-cssanimations .ss-entry .ss-entry-shop-controls [class*="ss-btn"] {
        -webkit-animation: actionRolledOut 0.5s cubic-bezier(0.23, 1, 0.32, 1);
        animation: actionRolledOut 0.5s cubic-bezier(0.23, 1, 0.32, 1);
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
      }

      .ss-cssanimations .ss-entry:hover .ss-entry-shop-controls [class*="ss-btn"] {
        -webkit-animation-name: actionRolledIn;
        animation-name: actionRolledIn;
      }

      .ss-footer .ss-widget .ss-entry .ss-entry-title {
        font-size: 14px;
        line-height: 20px;
        font-weight: 700;
      }

      .ss-footer .ss-widget .ss-entries {
        margin-top: -20px;
        padding: 0;
      }

      .ss-footer .ss-widget .ss-entries .ss-entry-wrap {
        padding-top: 20px;
      }

      .ss-entry .owl-carousel .owl-prev {
        right: auto;
        left: 20px;
        padding-right: 0px;
      }

      .ss-entry .owl-carousel .owl-next {
        left: auto;
        right: 20px;
        padding-left: 0px;
      }

      .ss-entry-title a:hover,
      .ss-entry-title a:focus,
      .ss-entry-meta a:hover,
      .ss-entry-meta a:focus,
      .ss-entry .ss-link:hover,
      .ss-entry .ss-link:focus {
        color: #70af1a;
      }

      .ss-blue-theme .ss-entry-title a:hover,
      .ss-blue-theme .ss-entry-title a:focus,
      .ss-blue-theme .ss-entry-meta a:hover,
      .ss-blue-theme .ss-entry-meta a:focus,
      .ss-blue-theme .ss-entry .ss-link:hover,
      .ss-blue-theme .ss-entry .ss-link:focus,
      .ss-blue-theme .ss-entry .ss-price {
        color: #0074d9;
      }

      .ss-red-theme .ss-entry-title a:hover,
      .ss-red-theme .ss-entry-title a:focus,
      .ss-red-theme .ss-entry-meta a:hover,
      .ss-red-theme .ss-entry-meta a:focus,
      .ss-red-theme .ss-entry .ss-link:hover,
      .ss-red-theme .ss-entry .ss-link:focus,
      .ss-red-theme .ss-entry .ss-price {
        color: rgb(51, 122, 183);
      }

      .ss-dark-blue-theme .ss-entry-title a:hover,
      .ss-dark-blue-theme .ss-entry-title a:focus,
      .ss-dark-blue-theme .ss-entry-meta a:hover,
      .ss-dark-blue-theme .ss-entry-meta a:focus,
      .ss-dark-blue-theme .ss-entry .ss-link:hover,
      .ss-dark-blue-theme .ss-entry .ss-link:focus,
      .ss-dark-blue-theme .ss-entry .ss-price {
        color: #0054a0;
      }

      .ss-light-green-theme .ss-entry-title a:hover,
      .ss-light-green-theme .ss-entry-title a:focus,
      .ss-light-green-theme .ss-entry-meta a:hover,
      .ss-light-green-theme .ss-entry-meta a:focus,
      .ss-light-green-theme .ss-entry .ss-link:hover,
      .ss-light-green-theme .ss-entry .ss-link:focus,
      .ss-light-green-theme .ss-entry .ss-price {
        color: #5ab291;
      }

    /* ------------------------------------------------------
        
      8.2.2. Entries Navigation
            
    ------------------------------------------------------ */

      .ss-entries-nav {
        overflow: hidden;
      }

      .ss-entries-nav .ss-entry-wrap {
        width: 50%;
        margin: 0;
      }

      .ss-entries-nav .ss-previous-entry {
        float: left;
        padding-right: 15px;
      }

      .ss-entries-nav .ss-next-entry {
        float: right;
        padding-left: 15px;
        text-align: right;
      }

      .ss-entries-nav .ss-entry {
        display: table;
        table-layout: fixed;
        width: 100%;
        background: transparent;
        border: none;
      }

      .ss-entries-nav .ss-entry .ss-entry-thumb,
      .ss-entries-nav .ss-entry .ss-entry-info {
        display: table-cell;
        vertical-align: middle;
      }

      .ss-entries-nav .ss-next-entry .ss-entry {
        direction: rtl;
      }

      .ss-entries-nav .ss-next-entry .ss-entry .ss-entry-thumb,
      .ss-entries-nav .ss-next-entry .ss-entry .ss-entry-info {
        direction: ltr;
      }

      .ss-entries-nav .ss-entry-thumb {
        width: 145px;
        padding-right: 20px;
      }

      .ss-entries-nav .ss-entry-thumb > a {
        display: block;
        border-radius: 4px;
        overflow: hidden;
      }

      .ss-entries-nav .ss-next-entry .ss-entry-thumb {
        padding-right: 0px;
        padding-left: 20px;
      }

      .ss-entries-nav .ss-entry-info {
        padding: 0 !important;
        overflow: hidden;
      }

      .ss-entry.ss-single .ss-entries-nav .ss-entry-title {
        position: static;
        font-size: 16px;
        line-height: 22px;
      }

      .ss-entries-nav .ss-entry .ss-caption {
        display: inline-block;
        font-size: 12px;
        line-height: 22px;
        color: #a5a5a5;
        text-transform: uppercase;
      }

      .ss-entries-nav .ss-entry .ss-caption:not(:last-child) {
        margin-bottom: 3px;
      }

    /* ------------------------------------------------------
        
      8.2.3. Single
            
    ------------------------------------------------------ */

      .ss-entry.ss-single .ss-entry-shop-controls .ss-price,
      .ss-entry.ss-single .ss-entry-shop-controls .ss-actions {
        display: block;
      }

      .ss-entry.ss-single .ss-price {
        font-size: 24px;
        line-height: 24px;
        padding-right: 0px;
      }

      .ss-entry.ss-single .ss-price + .ss-rating {
        margin-top: 4px;
      }

      .ss-entry.ss-single .ss-limited-offer:not(:last-child) {
        margin-bottom: 33px;
      }

      .ss-entry .ss-entry-extra:not(:last-child) {
        margin-bottom: 12px;
      }

      .ss-entry .ss-map-link {
        color: #222;
        text-decoration: none;
      }

      .ss-entry .ss-map-link:hover,
      .ss-entry .ss-map-link:focus {
        color: #70af1a;
      }

      .ss-blue-theme .ss-entry .ss-map-link:hover,
      .ss-blue-theme .ss-entry .ss-map-link:focus {
        color: #0074d9;
      }

      .ss-red-theme .ss-entry .ss-map-link:hover,
      .ss-red-theme .ss-entry .ss-map-link:focus {
        color: rgb(51, 122, 183);
      }

      .ss-entry .location .fa,
      .ss-entry .location .lnr,
      .ss-entry .ss-map-link .fa,
      .ss-entry .ss-map-link .lnr {
        font-size: 18px;
        display: inline-block;
        vertical-align: middle;
        margin: -3px 8px 0 0;
      }

      .ss-entry .ss-map-link .fa,
      .ss-entry .ss-map-link .lnr {
        font-size: 16px;
        margin-right: 5px;
      }

      @keyframes actionRolledOut {
        0% {
          opacity: 1;
          -webkit-transform: translate3d(0, 0, 0);
          -ms-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
        }
        50% {
          opacity: 1;
          -webkit-transform: translate3d(0, -10px, 0);
          -ms-transform: translate3d(0, -10px, 0);
          transform: translate3d(0, -10px, 0);
        }
        100% {
          opacity: 0;
          -webkit-transform: translate3d(0, 100%, 0);
          -ms-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
        }
      }
      @keyframes actionRolledIn {
        0% {
          opacity: 0;
          -webkit-transform: translate3d(0, 100%, 0);
          -ms-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
        }
        50% {
          -webkit-transform: translate3d(0, -10px, 0);
          -ms-transform: translate3d(0, -10px, 0);
          transform: translate3d(0, -10px, 0);
        }
        100% {
          opacity: 1;
          -webkit-transform: translate3d(0, 0, 0);
          -ms-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
        }
      }

    	/* ------------------------------------------------------
        
    	   8.2.3.1. Gallery Post Format
    	        
    	------------------------------------------------------ */

        .ss-entry.ss-single .ss-entry-title {
          position: absolute;
          top: -9999px;
          z-index: -1;
        }

        .ss-entry-content .gallery {
          margin-top: -30px;
          margin-left: -15px;
          margin-right: -15px;
          font-size: 0;
        }

        .ss-entry-content .gallery:not(:last-child) {
          margin-bottom: 18px;
        }

        .ss-entry-content .gallery .gallery-item {
          display: inline-block;
          font-size: 14px;
          line-height: 24px;
          padding: 30px 15px 0;
        }

        .gallery-item .size-thumbnail {
          border-radius: 4px;
        }

        .gallery-item .gallery-caption:not(:empty) {
          padding-top: 10px;
          font-style: italic;
        }

        .ss-entry-content .gallery.gallery-columns-2 .gallery-item {
          width: 50%;
        }

    	/* ------------------------------------------------------
        
    	   8.2.3.2. Author Box
    	        
    	------------------------------------------------------ */

        .ss-entry-author {
          background: #fff;
          border-radius: 4px;
          padding: 20px 20px 25px;
        }

        .ss-entry-author:not(:last-child) {
          margin-bottom: 30px;
        }

        .ss-entry-author .ss-author-box,
        .ss-entry-author .ss-author-info {
          overflow: hidden;
          text-align: initial;
        }

        .ss-entry-author .ss-avatar {
          float: left;
          margin-right: 20px;
          border-radius: 50%;
          overflow: hidden;
          max-width: 100px;
        }

        .ss-entry-author .ss-author-name {
          display: inline-block;
          font-size: 18px;
          line-height: 28px;
          text-decoration: none;
          color: #222;
        }

        .ss-entry-author .ss-author-name:hover,
        .ss-entry-author .ss-author-name:focus {
          color: #70af1a;
        }

        .ss-blue-theme .ss-entry-author .ss-author-name:hover,
        .ss-blue-theme .ss-entry-author .ss-author-name:focus {
          color: #0074d9;
        }

        .ss-red-theme .ss-entry-author .ss-author-name:hover,
        .ss-red-theme .ss-entry-author .ss-author-name:focus {
          color: rgb(51, 122, 183);
        }

        .ss-entry-author .ss-author-name:not(:last-child) {
          margin-bottom: 10px;
        }

        .ss-entry-author .ss-social-links {
          margin-left: -12px;
          margin-right: -12px;
          margin-top: -10px;
        }

        .ss-entry-author .ss-social-links > li {
          margin-left: 7px !important;
          margin-right: 7px !important;
        }

        .ss-entry-author .ss-social-links a,
        .ss-reviews .ss-social-links a {
          border: none;
          font-size: 16px;
          line-height: 1em;
          width: auto;
          height: auto;
          padding: 5px;
        }

        .ss-reviews .ss-social-links a {
          padding: 5px 10px;
        }

        .ss-entry-author .ss-social-links a:hover,
        .ss-entry-author .ss-social-links a:focus,
        .ss-reviews .ss-social-links a:hover,
        .ss-reviews .ss-social-links a:focus {
          color: #70af1a;
          background: transparent;
        }

        .ss-blue-theme .ss-entry-author .ss-social-links a:hover,
        .ss-blue-theme .ss-entry-author .ss-social-links a:focus {
          color: #0074d9;
        }

        .ss-red-theme .ss-entry-author .ss-social-links a:hover,
        .ss-red-theme .ss-entry-author .ss-social-links a:focus,
        .ss-red-theme .ss-reviews .ss-social-links a:hover,
        .ss-red-theme .ss-reviews .ss-social-links a:focus {
          color: rgb(51, 122, 183);
        }

    	/* ------------------------------------------------------
        
    	   8.2.3.3. Related Entries
    	        
    	------------------------------------------------------ */

        .ss-related-entries .ss-entry {
          background: transparent;
          border: none;
        }

        .ss-related-entries .ss-entry .ss-entry-thumb:not(:last-child) {
          margin-bottom: 16px;
        }

        .ss-related-entries .ss-entry .ss-entry-thumb > a {
          display: block;
          border-radius: 4px;
          overflow: hidden;
        }

        .ss-related-entries .ss-entry .ss-entry-info {
          padding: 0;
        }

        .ss-related-entries .ss-entry .ss-entry-title {
          font-size: 16px;
          line-height: 22px;
        }

        .ss-related-entries .ss-entry .ss-entry-title:not(:last-child) {
          margin-bottom: 6px;
        }

        .ss-related-entries .ss-entry .ss-price,
        .ss-related-entries .ss-entry-cats {
          font-size: 12px;
          line-height: 20px;
        }

        .ss-related-entries .ss-entry-cats a {
          color: #70af1a;
        }

        .ss-blue-theme .ss-related-entries .ss-entry-cats a {
          color: #0074d9;
        }

        .ss-red-theme .ss-related-entries .ss-entry-cats a {
          color: #c13324;
        }

        .ss-dark-blue-theme .ss-related-entries .ss-entry-cats a {
          color: #00294d;
        }

        .ss-light-green-theme .ss-related-entries .ss-entry-cats a {
          color: #5ab291;
        }

        .ss-related-entries .ss-entry-cats a:hover,
        .ss-related-entries .ss-entry-cats a:focus {
          text-decoration: underline;
        }

        .ss-related-entries .ss-entry-cats:not(:last-child) {
          margin-bottom: 7px;
        }

        .ss-related-entries .ss-entry .ss-price:not(:last-child) {
          margin-bottom: 10px;
        }

        .ss-related-entries .ss-entry .ss-entry-shop-controls .ss-price {
          padding-right: 0px;
        }

        .ss-related-entries .ss-entry .ss-entry-shop-controls,
        .ss-related-entries .ss-entry .ss-entry-shop-controls .ss-price,
        .ss-related-entries .ss-entry .ss-entry-shop-controls .ss-actions {
          display: block;
        }

        .ss-no-cssanimations .ss-related-entries .ss-entry .ss-entry-shop-controls [class*="ss-btn"] {
          visibility: visible;
        }

        .ss-cssanimations .ss-related-entries .ss-entry .ss-entry-shop-controls [class*="ss-btn"] {
          -webkit-animation: none;
          animation: none;
        }

    	/* ------------------------------------------------------
        
    	   8.2.3.4. Comments
    	        
    	------------------------------------------------------ */

        .comments-list {
          margin-top: -38px;
        }

        .comments-list .comment {
          padding-top: 38px;
        }

        .comments-list .children .comment {
          padding-top: 30px;
        }

        .comments-list .avatar {
          float: left;
          margin-top: 2px;
          margin-right: 20px;
          border-radius: 50%;
          max-width: 100px;
        }

        .comments-list .comment-body {
          position: relative;
          z-index: 1;
        }

        .comments-list .comment-body::after {
          content: '';
          display: block;
          clear: both;
        }

        .comments-list p,
        .comments-list .comment-meta,
        .comments-list .comment .reply {
          padding-left: 120px;
        }

        .comments-list .comment .comment {
          padding-left: 40px;
        }

        .comments-list .comment-author cite,
        .comments-list .comment-author .fn {
          color: #222;
          font-style: normal;
          font-size: 18px;
          line-height: 28px;
          padding-left: 120px;
          display: block;
        }

        .comments-list .comment-author:not(:last-child) {
          margin-bottom: 3px;
        }

        .comments-list .comment-meta {
          font-size: 12px;
          line-height: 22px;
          color: #a5a5a5;
          text-transform: uppercase;
        }

        .comments-list .comment-meta:not(:last-child) {
          margin-bottom: 12px;
        }

        .comments-list .comment-meta a {
          color: #a5a5a5;
          text-decoration: none;
        }

        .comments-list .comment-meta .reply {
          padding-left: 0px;
          display: inline-block;
          margin-left: 5px;
        }

        .comments-list .comment-edit-link,
        .comments-list .comment-reply-link,
        .comments-list .comment-meta .comment-edit-link,
        .comments-list .comment-meta .comment-reply-link {
          text-transform: uppercase;
          font-size: 12px;
          color: #222;
          text-decoration: none;
        }

        .comments-list .comment-edit-link:hover,
        .comments-list .comment-reply-link:hover,
        .comments-list .comment-meta .comment-edit-link:hover,
        .comments-list .comment-meta .comment-reply-link:hover,
        .comments-list .comment-edit-link:focus,
        .comments-list .comment-reply-link:focus,
        .comments-list .comment-meta .comment-edit-link:focus,
        .comments-list .comment-meta .comment-reply-link:focus {
          color: #70af1a;
        }

        .ss-blue-theme .comments-list .comment-edit-link:hover,
        .ss-blue-theme .comments-list .comment-reply-link:hover,
        .ss-blue-theme .comments-list .comment-meta .comment-edit-link:hover,
        .ss-blue-theme .comments-list .comment-meta .comment-reply-link:hover,
        .ss-blue-theme .comments-list .comment-edit-link:focus,
        .ss-blue-theme .comments-list .comment-reply-link:focus,
        .ss-blue-theme .comments-list .comment-meta .comment-edit-link:focus,
        .ss-blue-theme .comments-list .comment-meta .comment-reply-link:focus {
          color: #0074d9;
        }

        .ss-red-theme .comments-list .comment-edit-link:hover,
        .ss-red-theme .comments-list .comment-reply-link:hover,
        .ss-red-theme .comments-list .comment-meta .comment-edit-link:hover,
        .ss-red-theme .comments-list .comment-meta .comment-reply-link:hover,
        .ss-red-theme .comments-list .comment-edit-link:focus,
        .ss-red-theme .comments-list .comment-reply-link:focus,
        .ss-red-theme .comments-list .comment-meta .comment-edit-link:focus,
        .ss-red-theme .comments-list .comment-meta .comment-reply-link:focus {
          color: rgb(51, 122, 183);
        }

    /* ------------------------------------------------------
        
      8.2.4. Layout
            
    ------------------------------------------------------ */

      .ss-entries {
        margin: -30px -15px 0;
        font-size: 0;
        line-height: 0;
      }

      .ss-entries .ss-entry-wrap {
        padding: 30px 15px 0;
        margin: 0;
      }

      .ss-entries.owl-carousel {
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
      }

      .ss-entries.owl-carousel .ss-entry-wrap {
        padding: 0;
      }

      .ss-entries.ss-cols-4 .ss-entry-wrap {
        width: 25%;
      }

      .ss-entries.ss-cols-3 .ss-entry-wrap {
        width: 33.33333%;
      }

      .ss-entries.ss-cols-2 .ss-entry-wrap,
      .ss-has-sidebar .ss-entries.ss-cols-3:not(.ss-related-entries) .ss-entry-wrap,
      .ss-has-sidebar .ss-entries.ss-cols-4 .ss-entry-wrap {
        width: 50%;
      }

  /* ------------------------------------------------------

    8.3. My Account
      
  ------------------------------------------------------ */

    .ss-my-account .ss-author-box .ss-avatar {
      float: left;
      margin-right: 20px;
      margin-bottom: 0;
    }

    .ss-my-account {
      padding-bottom: 40px;
    }

    .ss-my-account .ss-author-box .ss-author-info {
      overflow: hidden;
      text-align: initial;
    }

    .ss-help-message {
      font-size: 16px;
      line-height: 26px;
    }

    .ss-help-message:not(:last-child) {
      margin-bottom: 12px;
    }  

  /* ------------------------------------------------------

    8.4. My Listings & Bookmarks
      
  ------------------------------------------------------ */

    .ss-tabs-listings .ss-tab {
      padding-top: 35px;
      padding-bottom: 40px;
    }

    .ss-table-listings .ss-cell-content,
    .ss-table-bookmarks .ss-cell-content {
      padding-top: 14px;
      padding-bottom: 14px;
    }

    .ss-table-listings .ss-image-col,
    .ss-table-bookmarks .ss-image-col {
      width: 100px;
    }

    .ss-table-listings .ss-image-col .ss-cell-content,
    .ss-table-bookmarks .ss-image-col .ss-cell-content {
      padding-right: 0;
    }

    .ss-table-bookmarks .ss-actions-col {
      width: 140px;
    }

    .ss-table-bookmarks .ss-note-col {
      width: 45.61%;
    }

    .ss-table-listings .ss-date-col,
    .ss-table-listings .ss-expiry-date-col {
      width: 180px;
    }

    .ss-actions-listing {
      margin-top: -4px;
      margin-left: -8px;
      margin-right: -8px;
    }

    .ss-actions-listing > li {
      display: inline-block;
      margin-left: 8px;
      margin-right: 8px;
      margin-top: 4px;
    }

    .ss-actions-listing .fa,
    .ss-actions-listing [class*="icon-"] {
      margin-right: 9px;
      display: inline-block;
      position: relative;
      top: -1px;
    }

    .ss-actions-listing .icon-eye-crossed {
      font-size: 16px;
    }  

  /* ------------------------------------------------------

    8.5. Messages
      
  ------------------------------------------------------ */

    .ss-messages-header:not(:last-child) {
      margin-bottom: 20px;
    }

    .ss-table-messages .ss-cell-content,
    .ss-table-announcements .ss-cell-content {
      padding-top: 14px;
      padding-bottom: 14px;
    }

    .ss-table-messages .ss-avatar-col,
    .ss-table-announcements .ss-author-col {
      width: 40%;
    }

    .ss-table-announcements .ss-actions-col {
      width: 120px;
    }

    .ss-message .ss-author-box {
      /*display: inline-block;*/
      vertical-align: middle;
      overflow: hidden;
      position: relative;
      z-index: 1;
      padding-left: 45px;
    }

    .ss-message .ss-author-box .ss-avatar,
    .ss-announcement .ss-author-box .ss-avatar {
      float: left;
      margin-right: 20px;
      margin-bottom: 0px;
    }

    .ss-message .ss-author-box .ss-author-info,
    .ss-announcement .ss-author-box .ss-author-info {
      overflow: hidden;
      text-align: inherit;
    }

    .ss-message .ss-author-name,
    .ss-announcement .ss-author-name {
      display: inline-block;
      margin-bottom: 5px;
    }

    .ss-message-date {
      color: #a5a5a5;
      font-size: 12px;
      line-height: 18px;
      display: block;
      text-transform: uppercase;
    }

    input[type="checkbox"].ss-message-checkbox + label {
      position: absolute;
      top: 50%;
      left: 0;
      margin: -12px 0 0 0;
    }

    .ss-message .ss-message-title:not(:last-child),
    .ss-announcement .ss-announcement-title:not(:last-child) {
      margin-bottom: 5px;
    }

    .ss-message.ss-unread .ss-message-title {
      font-weight: 600;
    }

    .ss-message .ss-label {
      margin-right: 10px;
      font-size: 10px;
      line-height: 16px;
      padding-top: 3px;
      padding-bottom: 1px;
      vertical-align: middle;
    }

    .ss-messages-actions {
      width: 175px;
      display: inline-block;
    }

    .ss-table-directories td,
    .ss-table-directories th {
      vertical-align: middle;
    }

    .ss-table-directories .ss-actions-col {
      text-align: right;
    }

    .ss-directory .ss-author-box .ss-avatar {
      max-width: 80px;
      margin-right: 18px;
      margin-bottom: 0px;
    }

    .ss-directory .ss-author-box .ss-avatar, 
    .ss-directory .ss-author-box .ss-author-info {
      display: inline-block;
      vertical-align: middle;
    }  
  
  /* ------------------------------------------------------

    8.6. Edit Profile
      
  ------------------------------------------------------ */
      
    .ss-table-logins .ss-provider-col,
    .ss-table-logins .ss-actions-col {
      width: 140px;
    }

    .ss-table-logins .ss-account-col {
      width: 26.31%;
    }

    .ss-table-logins .ss-provider-col .ss-cell-content {
      padding-right: 0;
    }

    .ss-provider-label {
      font-size: 12px;
      line-height: 18px;
      display: block;
      padding: 4px 20px 2px;
      border-radius: 4px;
      display: inline-block;
      white-space: nowrap;
    }

    .ss-provider-label .fa,
    .ss-provider-label [class*="icon-"] {
      margin-right: 10px;
      font-size: 14px;
    }

    .ss-provider-label.ss-facebook,
    .ss-provider-label.ss-facebook:hover,
    .ss-provider-label.ss-facebook:focus {
      color: #fff;
      background: #3b5998;
    }  

  /* ------------------------------------------------------
      
    8.7. Add New Listing
          
  ------------------------------------------------------ */

    .ss-info-icon {
      position: absolute !important;
      top: 0;
      right: 15px;
      z-index: 20;
      font-size: 16px;
      line-height: 1em;
      color: #70af1a;
      -webkit-transition: color .35s cubic-bezier(0.23, 1, 0.32, 1);
              transition: color .35s cubic-bezier(0.23, 1, 0.32, 1);
    }

    .ss-info-icon:hover {
      color: #222;
    }

    .ss-custom-select.ss-listing-type {
      max-width: 265px;
    }

    input[type="text"].ss-listing-price {
      max-width: 120px;
    }

    .ss-info-icon .ss-tooltip {
      width: 200px;
    }

    .ss-binded-tags {
      margin: -4px -2px 0;
    }

    .ss-binded-tags:not(:last-child) {
      margin-bottom: 10px;
    }

    .ss-binded-tag {
      font-size: 14px;
      line-height: 24px;
      border-radius: 5px;
      color: #222;
      background: #f0f0f0;
      padding: 5px 12px;
      display: inline-block;
      margin: 4px 2px 0;

      -webkit-transition: color .35s cubic-bezier(0.23, 1, 0.32, 1), background-color .35s cubic-bezier(0.23, 1, 0.32, 1);
              transition: color .35s cubic-bezier(0.23, 1, 0.32, 1), background-color .35s cubic-bezier(0.23, 1, 0.32, 1);
    }

    .ss-binded-tag .fa,
    .ss-binded-tag [class*="icon-"] {
      display: inline-block;
      margin-left: 4px;
      color: #a5a5a5;

      -webkit-transition: inherit;
              transition: inherit;
    }

    .ss-binded-tag:hover {
      color: #fff;
      background-color: #70af1a;
    }

    .ss-binded-tag:hover .fa,
    .ss-binded-tag:hover [class*="icon-"] {
      color: #fff;
    }

    .ss-select-group-container {
      border: 2px solid #f0f0f0;
      border-radius: 5px;
      padding: 6px 20px;
      position: relative;
      z-index: 1;
      cursor: pointer;
      color: #a5a5a5;
    }

    .ss-select-group-container .ss-select-group-icon-default,
    .ss-select-group-container .ss-select-group-icon-active {
      font-size: 20px;
      line-height: 1em;
      position: absolute;
      top: 7px;
      right: 20px;
    }

    .ss-select-group-container .ss-select-group-icon-active,
    .ss-select-group-container.ss-active .ss-select-group-icon-default {
      display: none;
    }

    .ss-select-group-container.ss-active .ss-select-group-icon-active {
      display: block;
    }

    .ss-select-group-inner {
      margin: 12px 0;
      cursor: default;
      display: none;
    }

    .ss-select-group-inner tbody td,
    .ss-select-group-inner tbody th {
      vertical-align: middle;
    }

    .ss-select-group-inner tbody .ss-cell-content {
      padding-top: 5px;
      padding-bottom: 5px;
    }

  /* ------------------------------------------------------

    8.8. Home v2
      
  ------------------------------------------------------ */

    .ss-header.ss-type-3 .ss-top-bar {
      background-color: #f7f7f7;
    }

    .ss-header.ss-type-3 .ss-hsection {
      background-color: #fff;
    }

    .ss-header.ss-type-3 .ss-nomber-info .lnr,
    .ss-header.ss-type-3 .ss-mail-info .lnr {
      display: inline-block;
      color: #999;
      margin-top: -2px;
      margin-right: 8px;
    }

    .ss-header.ss-type-3 .ss-top-bar > .ss-hr-list:first-child {
      margin-left: -1px;
    }

    .ss-header.ss-type-3 .ss-top-bar > .ss-hr-list:last-child {
      margin-right: -1px;
    }

    .ss-header.ss-type-3 .ss-top-bar .ss-hr-list {
      display: table;
      table-layout: fixed;
      width: auto;
      float: left;
      border-collapse: collapse;
    }

    .ss-header.ss-type-3 .ss-top-bar .ss-hr-list > li {
      display: table-cell;
      vertical-align: middle;
      height: 40px;
      padding-left: 20px;
      padding-right: 20px;
    }

    .ss-header.ss-type-3 .ss-top-bar .ss-hr-list:first-child > li:first-child {
      padding-left: 0;
    }

    .ss-header.ss-type-3 .ss-top-bar .ss-hr-list > li:last-child {
      padding-right: 0;
    }

    .ss-header.ss-light.ss-type-3 .ss-top-bar .ss-hr-list > li {
      border-left-color: #e8e8e8;
      border-right-color: #e8e8e8;
    }

    .ss-header.ss-transparent.ss-type-3 .ss-top-bar .ss-hr-list > li,
    .ss-header.ss-theme-color.ss-type-3 .ss-top-bar .ss-hr-list > li {
      border-left-color: rgba(255, 255, 255, 0.25);
      border-right-color: rgba(255, 255, 255, 0.25);
    }

    .ss-header.ss-type-3 .ss-top-bar .ss-hr-list:last-child {
      float: right;
    }

    .ss-top-bar .ss-social-links {
      margin-left: -7px;
      margin-right: -7px;
    }

    .ss-top-bar .ss-social-links > li > a {
      width: auto;
      height: auto;
      display: block;
      padding: 0px 7px;
      border-radius: 0px;
      border: none;
    }

    .ss-top-bar .ss-social-links > li > a:hover {
      background: transparent;
    }


    .ss-partners-item {
      text-align: center;
    }

    .ss-partners-item a {
      display: inline-block;
      vertical-align: middle;
    }

  /* ------------------------------------------------------

    8.9. Home v5
      
  ------------------------------------------------------ */

    .ss-footer.ss-type-4 {
      background: #5ab291;
      color: #fff;
    }

    .ss-footer.ss-type-4 a,
    .ss-footer.ss-type-4 .widget_latest_news .ss-entry-meta,
    .ss-footer.ss-type-4 .widget_latest_news .ss-entry-meta a {
      color: #fff;
    }

    .ss-footer.ss-type-4 .widget_latest_news .ss-entry-title a:hover {
      color: #fff;
      text-decoration: underline !important;
    }

    .ss-footer.ss-type-4 .ss-footer-widget-area {
      color: #777;
    }

    .ss-footer.ss-type-4 .widget_about {
      padding-right: 10px;
    }

    .ss-footer.ss-type-4 .ss-section .ss-widget-title {
      color: #222;
    }

    .ss-footer.ss-type-4 .ss-social-links > li > a {
      color: #222;
      border-color: #222;
    }

    .ss-footer.ss-type-4 .ss-social-links > li > a:hover {
      color: #fff;
      background: #222;
    }

    .ss-footer.ss-type-4 .ss-copyright {
      background: #f7f7f7;
      color: #a5a5a5;
    }

    .ss-footer.ss-type-4 .ss-copyright a {
      color: #0035b2;
    }

    .ss-phone-store {
      margin-right: -1px;
      margin-left: -1px;
    }

    .ss-phone-store li {
      display: inline-block;
      margin-left: 1px;
      margin-right: 1px;
    }

  /* ------------------------------------------------------

    8.10. Category
      
  ------------------------------------------------------ */

    .ss-listings-load-more.ss-loading {
      position: relative;
      z-index: 1;
    }

    .ss-listings-load-more.ss-loading::after {
      content: '';
      display: block;
      width: 64px;
      height: 64px;
      background: url("../images/Marty.gif") center no-repeat;
      position: absolute;
      left: 100%;
      margin-left: 10px;
      top: 50%;
      margin-top: -32px;
    }

    .ss-explore-layout .ss-map-wrapper {
      position: fixed;
      z-index: 1;
      top: 0;
      right: 0;
      height: 100%;
      width: 50%;
    }

    .ss-explore-layout .ss-map-wrapper .ss-listings-gmap {
      position: absolute;
      z-index: 1;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }

    .ss-explore-layout .ss-page-content,
    .ss-explore-layout .ss-footer {
      padding-right: 50%;
    }

    .ss-explore-layout .ss-page-content .container,
    .ss-explore-layout .ss-footer .container {
      width: auto;
    }

    .ss-explore-layout .ss-oneline-form {
      margin-left: -15px;
      margin-right: -15px;
    }

    .ss-section.ss-fw .ss-listings.owl-carousel {
      border-left: 175px solid transparent;
      border-right: 175px solid transparent;
    }

    /* ------------------------------------------------------

      8.10.1. Items
        
    ------------------------------------------------------ */

      .ss-listings {
        font-size: 0;
        line-height: 0;
      }

      .ss-listings:not(.owl-carousel) {
        margin-top: -30px;
        margin-left: -15px;
        margin-right: -15px;
      }

      .ss-listings:not(:last-child) {
        margin-bottom: 40px;
      }

      .ss-listings.ss-cols-4 .ss-listing-item-wrap,
      .ss-listings.ss-cols-3 .ss-listing-item-wrap,
      .ss-listings.ss-cols-2 .ss-listing-item-wrap {
        display: inline-block;
      }

      .ss-listings.ss-cols-4 .ss-listing-item-wrap {
        width: 25%;
      }

      .ss-listings.ss-cols-3 .ss-listing-item-wrap {
        width: 33.33333%;
      }

      .ss-listings.ss-cols-3 .ss-listing-item-wrap.ss-growth-1-8 {
        width: 58.28%;
      }

      .ss-listings.ss-cols-3 .ss-listing-item-wrap.ss-growth-1-2 {
        width: 41.72%;
      }

      .ss-listings.ss-cols-2 .ss-listing-item-wrap,
      .ss-has-sidebar .ss-listings.ss-cols-4 .ss-listing-item-wrap,
      .ss-explore-layout .ss-listings.ss-cols-4:not(.ss-list-view) .ss-listing-item-wrap,
      .ss-explore-layout .ss-listings.ss-type-2.ss-cols-3 .ss-listing-item-wrap {
        width: 50%;
      }

      .ss-listings.ss-cols-4.ss-list-view .ss-listing-item-wrap,
      .ss-listings.ss-cols-3.ss-list-view .ss-listing-item-wrap,
      .ss-listings.ss-cols-2.ss-list-view .ss-listing-item-wrap {
        width: 100%;
      }

      .ss-listings:not(.owl-carousel) .ss-listing-item-wrap {
        padding: 30px 15px 0;
      }

      .ss-listing-item-wrap {
        font-size: 14px;
        line-height: 24px;
      }

      .ss-listing-item {
        overflow: hidden;
        border-radius: 5px;
        background: #fff;
        position: relative;
        z-index: 1;
        border-width: 0 0 2px 0;
        border-style: solid;
      }

      .ss-listing-item-media {
        overflow: hidden;
        position: relative;
        z-index: 1;
      }

      .ss-listing-item-info {
        padding: 17px 20px;
      }

      .ss-listing-item-title a {
        color: #222;
        text-decoration: none;
      }

      .ss-listing-item-title a:hover,
      .ss-listing-item-title a:focus {
        color: #70af1a;
      }

      .ss-red-theme .ss-listing-item-title a:hover,
      .ss-red-theme .ss-listing-item-title a:focus {
        color: rgb(51, 122, 183);
      }

      .ss-listing-item-header:not(:last-child) {
        margin-bottom: 3px;
      }

      .ss-listing-item-icon,
      .ss-listing-item-like {
        font-size: 20px;
        line-height: 50px;
        text-align: center;
        display: block;
        border-radius: 50%;
        width: 50px;
        height: 50px;
        text-decoration: none !important;
      }

      .ss-listing-item-like{
        color: #fff !important;
        background: #70af1a; 
      }

      .ss-red-theme .ss-listing-item-like,
      .ss-red-theme .ss-sidebar .ss-widget .ss-listing-item-like {
        color: #fff;
        background-color: rgb(51, 122, 183);
      }

      .ss-listing-item-icon{
        color: #70af1a;
        background: #fff;
      }

      .ss-red-theme .ss-listing-item-icon,
      .ss-red-theme .ss-sidebar .ss-widget .ss-listing-item-icon {
        color: rgb(51, 122, 183);
        background: #fff;
      }

      .ss-listing-item-thumbnail,
      .ss-sidebar .ss-widget .ss-listing-item-thumbnail {
        display: block;
      }

      .ss-listing-item-thumbnail img {
        min-width: 100%;
      }

      .ss-csstransforms3d .ss-listing-item-thumbnail img {
        -webkit-transition: -webkit-transform .35s cubic-bezier(0.23, 1, 0.32, 1);
                transition:         transform .35s cubic-bezier(0.23, 1, 0.32, 1);
      }

      .ss-csstransforms3d .ss-listing-item:hover .ss-listing-item-thumbnail img {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
            -ms-transform: scale3d(1.05, 1.05, 1.05);
                transform: scale3d(1.05, 1.05, 1.05);
      }

      .ss-listing-item .ss-listing-item-actions {
        margin-top: -10px;
        margin-left: -5px;
        margin-right: -5px;
      }

      .ss-listing-item .ss-listing-item-actions > * {
        display: inline-block;
        vertical-align: middle;
        margin: 10px 5px 0;
      }

      .ss-listing-item-actions:not(:last-child) {
        margin-bottom: 40px;
      }

      /* ------------------------------------------------------

        8.10.1.1. Type 1
          
      ------------------------------------------------------ */

        .ss-listings.ss-type-1 .ss-listing-item {
          border-color: #fff;
        }

        .ss-red-theme .ss-listings.ss-type-1 .ss-listing-item {
          box-shadow: 1px 1px 6px #5555557a;
        }

        .ss-listings.ss-type-1 .ss-listing-item-info {
          padding-bottom: 13px;
        }

        .ss-listings.ss-type-1 .ss-listing-item-info a {
          color: #222;
          text-decoration: none;
          font-size: 16px;
        }

        .ss-listings.ss-type-1 .ss-listing-item-info a:hover, 
        .ss-listings.ss-type-1 .ss-listing-item-info a:focus {
          color: #70af1a;
        }

        .ss-red-theme .ss-listings.ss-type-1 .ss-listing-item-info a:hover, 
        .ss-red-theme .ss-listings.ss-type-1 .ss-listing-item-info a:focus {
          color: rgb(51, 122, 183);
        }

        .ss-listings.ss-type-1 .ss-listing-item-title:not(:last-child) {
          margin-bottom: 0px;
        }

        .ss-listings.ss-type-1 .ss-icons-list:not(:last-child) {
          margin-bottom: 10px;
        }

        .ss-listings.ss-type-1 .ss-icons-list > li:not(:last-child) {
          margin-bottom: 0;
        }

        .ss-listings.ss-type-1 .ss-listing-item-icon,
        .ss-listings.ss-type-1 .ss-listing-item-like {
          position: absolute;
          bottom: 20px;
          right: 20px;
          z-index: 1;
        }

        .ss-listings.ss-type-1 .ss-listing-item-icon {
          right: 60px;
          z-index: 2;
        }

        .ss-listings.ss-type-1 .ss-icons-list .fa,
        .ss-listings.ss-type-1 .ss-icons-list [class*="icon-"],
        .ss-listings.ss-type-1 .ss-listing-item-phone {
          color: inherit;
          display: none;
        }

        .ss-listings.ss-type-1 .ss-listing-item-description {
          display: none;
          margin-bottom: 12px;
        }

        .ss-listings.ss-type-1 .ss-listing-item-pintpoint {
          display: block;
        }
        .ss-listing-item-pintpoint {
    font-weight: 600 !important;
    color: #2c88bf !important;
}

        .ss-listings.ss-type-1 .ss-listing-item-pintpoint .fa,
        .ss-listings.ss-type-1 .ss-listing-item-pintpoint [class*="icon-"]{
          display: inline-block;
          font-size: 16px;
          margin-right: 5px;
        }

        .ss-listings.ss-type-1:not(.ss-list-view) .ss-icons-list > li {
          padding-left: 0;
        }

        /* ------------------------------------------------------

          8.10.1.1.1. List View
            
        ------------------------------------------------------ */

          .ss-listings.ss-type-1.ss-list-view .ss-listing-item {
            padding: 10px 30px 20px 10px;
          }

          .ss-listings.ss-type-1.ss-list-view .ss-listing-item-media {
            width: 285px;
            float: left;
            margin-right: 20px;
            border-radius: 5px;
            margin-bottom: -10px;
          }

          .ss-listings.ss-type-1.ss-list-view .ss-listing-item-info {
            overflow: hidden;
            padding: 20px 0 0;
          }

          .ss-listings.ss-type-1.ss-list-view .ss-icons-list .fa,
          .ss-listings.ss-type-1.ss-list-view .ss-icons-list [class*="icon-"],
          .ss-listings.ss-type-1.ss-list-view .ss-listing-item-phone,
          .ss-listings.ss-type-1.ss-list-view .ss-listing-item-description {
            display: block;
          }

          .ss-listings.ss-type-1.ss-list-view .ss-listing-item-pintpoint {
            display: inline-block;
          }

      /* ------------------------------------------------------

        8.10.1.2. Type 2
          
      ------------------------------------------------------ */

        .ss-listings.ss-type-2 .ss-listing-item {
          border: none;
        }

        .ss-listings.ss-type-2 .ss-listing-item-info {
          color: #fff;
          position: absolute;
          z-index: 2;
          bottom: 0;
          left: 0;
          right: 0;
          padding: 0px 130px 10px 20px;

          background: rgba(0, 0, 0, .6);

          -webkit-transition: -webkit-transform .35s cubic-bezier(0.23, 1, 0.32, 1);
                  transition:         transform .35s cubic-bezier(0.23, 1, 0.32, 1);
        }

        .ss-listings.ss-type-2 .ss-listing-item-info::before {
          content: '';
          display: block;
          height: 115px;
          position: absolute;
          width: 100%;
          left: 0;
          bottom: 100%;
          background: url("../images/listing_item_gradient.png") repeat-x;
        }

        .ss-csstransforms3d .ss-listings.ss-type-2 .ss-listing-item-info {
          -webkit-transform: translate3d(0, 100%, 0);
              -ms-transform: translate3d(0, 100%, 0);
                  transform: translate3d(0, 100%, 0);
        }

        .ss-no-csstransforms3d .ss-listings.ss-type-2 .ss-listing-item-info {
          -webkit-transform: translate(0, 100%);
              -ms-transform: translate(0, 100%);
                  transform: translate(0, 100%);
        }

        .ss-csstransforms3d .ss-listings.ss-type-2 .ss-listing-item:hover .ss-listing-item-info {
          -webkit-transform: translate3d(0, 0, 0);
              -ms-transform: translate3d(0, 0, 0);
                  transform: translate3d(0, 0, 0);
        }

        .ss-no-csstransforms3d .ss-listings.ss-type-2 .ss-listing-item:hover .ss-listing-item-info {
          -webkit-transform: translate(0, 0);
              -ms-transform: translate(0, 0);
                  transform: translate(0, 0);
        }

        .ss-listings.ss-type-2 .ss-listing-item-header {
          position: absolute;
          bottom: 100%;
          padding-right: 130px;
        }

        .ss-listings.ss-type-2 .ss-listing-item-title:not(:last-child) {
          margin-bottom: 0;
        }

        .ss-listings.ss-type-2 .ss-listing-item-title a{
          color: #fff !important;
        }

        .ss-listings.ss-type-2 .ss-listing-item-title a:hover,
        .ss-listings.ss-type-2 .ss-listing-item-title a:focus {
          text-decoration: underline;
        }

        .ss-listings.ss-type-2 .ss-listing-item-icon,
        .ss-listings.ss-type-2 .ss-listing-item-like {
          position: absolute;
          bottom: 20px;
          right: 20px;
          z-index: 3;
        }

        .ss-listings.ss-type-2 .ss-listing-item-icon {
          right: 60px;
          z-index: 4;
        }

        .ss-listings.ss-type-2 .ss-listing-item .ss-icons-list > li {
          padding-left: 0;
        }

        .ss-listings.ss-type-2 .ss-listing-item .ss-icons-list .fa,
        .ss-listings.ss-type-2 .ss-listing-item .ss-icons-list [class*="icon-"] {
          display: none;
        }

      /* ------------------------------------------------------

        8.10.1.3. Type 3
          
      ------------------------------------------------------ */

        .ss-listings.ss-type-3 .ss-listing-item {
          border-color: #70af1a;
        }

        .ss-blue-theme .ss-listings.ss-type-3 .ss-listing-item {
          border-color: #0074d9;
        }

        .ss-listings.ss-type-3 .ss-listing-item-info {
          padding-top: 20px;
          padding-bottom: 30px;
        }

        .ss-listings.ss-type-3 .ss-listing-item-date {
          text-transform: uppercase;
          font-size: 12px;
          line-height: 16px;
          color: #a5a5a5;
          display: inline-block;
        }

        .ss-listings.ss-type-3 .ss-listing-item [class*="ss-label"] {
          font-size: 12px;
          line-height: 16px;
          padding-top: 6px;
          padding-bottom: 4px;
        }

        .ss-listings.ss-type-3 .ss-listing-item-header:not(:last-child) {
          margin-bottom: 2px;
        }

        .ss-listings.ss-type-3 .ss-listing-item-data:not(:last-child),
        .ss-listings.ss-type-3 .ss-listing-item-title:not(:last-child) {
          margin-bottom: 12px;
        }

        .ss-listings.ss-type-3 .ss-listing-item-description:not(:last-child) {
          margin-bottom: 22px;
        }

        .ss-listings.ss-type-3 .ss-listing-item-title a:hover,
        .ss-listings.ss-type-3 .ss-listing-item-title a:focus {
          color: #0074d9;
        }

        .ss-listings.ss-type-3 .ss-icons-list {
          margin-left: -7px;
          margin-right: -7px;
        }

        .ss-listings.ss-type-3 .ss-icons-list > li {
          display: inline-block;
          margin-left: 7px;
          margin-right: 7px;
        }

        /* ------------------------------------------------------

          8.10.1.3.1. List View
            
        ------------------------------------------------------ */

          .ss-listings.ss-type-3.ss-list-view {
            margin: 0;
            background: #fff;
          }

          .ss-tabs.ss-default .ss-listings.ss-type-3.ss-list-view {
            margin: -20px -20px -24px;
          }

          .ss-listings.ss-type-3.ss-list-view .ss-listing-item-wrap {
            padding: 0;
          }

          .ss-listings.ss-type-3.ss-list-view .ss-listing-item {
            border-radius: 0;
            border-width: 0 0 1px 0;
            border-color: #e8e8e8;
            padding: 20px 20px 15px;
            overflow: hidden;
          }

          .ss-listings.ss-type-3.ss-list-view .ss-listing-item-media {
            float: left;
            margin-right: 20px;
            max-width: 80px;
          }

          .ss-listings.ss-type-3.ss-list-view .ss-listing-item-thumbnail img {
            -webkit-transform: none;
                -ms-transform: none;
                    transform: none;
          }

          .ss-listings.ss-type-3.ss-list-view .ss-listing-item-info {
            overflow: hidden;
            padding: 10px 100px 0 0;
            position: relative;
            z-index: 1;
          }

          .ss-listings.ss-type-3.ss-list-view .ss-listing-item-header {
            position: absolute;
            top: 15px;
            right: 0;
            margin-bottom: 0;
          }

          .ss-listings.ss-type-3.ss-list-view .ss-listing-item-header [class*="table-row"],
          .ss-listings.ss-type-3.ss-list-view .ss-listing-item-header [class*="table-row"] > [class*="col-"] {
            display: block;
            width: auto;
            padding-left: 0;
            padding-right: 0;
            text-align: right;
          }

          .ss-listings.ss-type-3.ss-list-view .ss-listing-item-header [class*="table-row"] > [class*="col-"]:first-child:not(:last-child) {
            margin-bottom: 12px;
          }

      /* ------------------------------------------------------

        8.10.1.4. Type 4
          
      ------------------------------------------------------ */

        .ss-listings.ss-type-4 .ss-listing-item-date {
          color: #a5a5a5;
          font-size: 12px;
          text-transform: uppercase;
        }

        .ss-listings.ss-type-4 .ss-listing-item-name {
          color: #222;
          text-decoration: none !important;
        }

        .ss-listings.ss-type-4 .ss-listing-item-name:hover,
        .ss-listings.ss-type-4 .ss-listing-item-name:focus {
          color: #70af1a;
        }

        .ss-blue-theme .ss-listings.ss-type-4 .ss-listing-item-name:hover,
        .ss-blue-theme .ss-listings.ss-type-4 .ss-listing-item-name:focus {
          color: #0074d9;
        }

        /* ------------------------------------------------------

            8.10.1.4.1. List View
            
        ------------------------------------------------------ */

          .ss-listings.ss-type-4.ss-list-view {
            margin: 0;
          }

          .ss-listings.ss-type-4.ss-list-view:not(:last-child) {
            margin-bottom: 30px;
          }

          .ss-listings.ss-type-4.ss-list-view .ss-listing-item-wrap {
            padding: 0;
          }

          .ss-listings.ss-type-4.ss-list-view .ss-listing-item-wrap:first-child .ss-listing-item {
            border-radius: 5px 5px 0 0;
          }

          .ss-listings.ss-type-4.ss-list-view .ss-listing-item-wrap:last-child .ss-listing-item {
            border-radius: 0 0 5px 5px;
            border-width: 0 0 2px 0;
          }

          .ss-listings.ss-type-4.ss-list-view .ss-listing-item {
            padding: 20px;
            border-radius: 0;
            border-width: 0 0 1px 0;
            border-color: #e8e8e8;
          }

          .ss-listings.ss-type-4.ss-list-view .ss-listing-item-media {
            max-width: 80px;
            float: left;
            border-radius: 50%;
            overflow: hidden;
            margin-right: 10px;
          }

          .ss-listings.ss-type-4.ss-list-view .ss-listing-item-thumbnail img {
            -webkit-transform: none;
                -ms-transform: none;
                    transform: none;
          }

          .ss-listings.ss-type-4.ss-list-view .ss-listing-item-info {
            overflow: hidden;
            padding: 15px 100px 0 0;
            position: relative;
            z-index: 1;
          }

          .ss-listings.ss-type-4.ss-list-view .ss-listing-item-name {
            font-size: 16px;
          }

          .ss-listings.ss-type-4.ss-list-view .ss-listing-item-author-info,
          .ss-listings.ss-type-4.ss-list-view .ss-listing-item-data {
            float: left;
            width: 50%;
            padding-left: 10px;
            padding-right: 10px;
          }

          .ss-listings.ss-type-4.ss-list-view .ss-listing-item-header {
            position: absolute;
            right: 0;
            top: 15px;
          }

      /* ------------------------------------------------------

        8.10.1.5. Type 5
          
      ------------------------------------------------------ */

        .ss-listings.ss-type-5 .ss-listing-item {
          border-color: #dadada;
        }

        .ss-listings.ss-type-5 .ss-listing-item-icon,
        .ss-listings.ss-type-5 .ss-listing-item-like {
          position: absolute;
          bottom: 20px;
          right: 20px;
          z-index: 1;
        }

        .ss-listings.ss-type-5 .ss-listing-item-like {
          color: #222 !important;
          background: #fff;
        }

        .ss-listings.ss-type-5 .ss-listing-item-icon {
          right: 60px;
          z-index: 2;
        }

        .ss-listings.ss-type-5 .ss-listing-item-photo-amount,
        .ss-listing-item.ss-single.ss-type-5 .ss-listing-item-photo-amount {
          font-size: 13px;
          color: #fff;
          width: 30px;
          height: 24px;
          text-align: center;
          line-height: 26px;
          background: url("../images/photo_icon_img.png");
          position: absolute;
          left: 20px;
          bottom: 20px;
          z-index: 1;
        }

        .ss-listing-item.ss-single.ss-type-5 .ss-listing-item-photo-amount {
          bottom: auto;
          top: 25px;
        }

        .ss-listings.ss-type-5 .ss-listing-item-categories a {
          color: #222;
          font-size: 12px;
          text-transform: uppercase;
        }

        .ss-listing-item.ss-type-5 .ss-listing-item-meta .fa,
        .ss-listing-item.ss-type-5 .ss-listing-item-meta [class*="icon-"] {
          color: inherit;
        }

        .ss-listing-item.ss-type-5 .ss-get-directions {
          color: #222;
          text-decoration: none;
        }

        .ss-listing-item.ss-type-5 .ss-get-directions:hover,
        .ss-listing-item.ss-type-5 .ss-get-directions:focus {
          color: #0035b2;
        }

        .ss-get-directions .fa,
        .ss-get-directions [class*="icon-"] {
          display: inline-block;
          font-size: 16px;
          margin-right: 3px;
        }

        .ss-listings.ss-type-5 .ss-listing-item-categories.ss-purple-color a {
          color: #8c32a5;
        }

        .ss-listings.ss-type-5 .ss-listing-item-categories.ss-red-color a {
          color: rgb(51, 122, 183);
        }

        .ss-listings.ss-type-5 .ss-listing-item-categories.ss-blue-color a {
          color: #0074d9;
        }

        .ss-listings.ss-type-5 .ss-listing-item-categories.ss-green-color a {
          color: #588f27;
        }

        .ss-listings.ss-type-5 .ss-listing-item-categories.ss-orange-color a {
          color: #ffba00;
        }

        .ss-listings.ss-type-5 .ss-listing-item-categories.ss-lightblue-color a {
          color: #04bfbf;
        }

        .ss-listings.ss-type-5 .ss-listing-item-categories.ss-pink-color a {
          color: #ff358b;
        }

        .ss-listings.ss-type-5 .ss-listing-item-categories.ss-brown-color a {
          color: #cc6b32;
        }

        .ss-listings.ss-type-5 .ss-listing-item-categories.ss-darkred-color a {
          color: #d70000;
        }

        .ss-listings.ss-type-5 .ss-listing-item-categories.ss-olive-color a {
          color: #8ea106;
        }

        .ss-listings.ss-type-5 .ss-listing-item-categories.ss-darkblue-color a {
          color: #037e8c;
        }

        .ss-listings.ss-type-5 .ss-listing-item-categories.ss-red-color a {
          color: #fc4349;
        }

        .ss-listings.ss-type-5 .ss-listing-item-categories.ss-lightblue-color-2 a {
          color: #28adff;
        }

        .ss-listings.ss-type-5 .ss-listing-item-categories.ss-orange-color-2 a {
          color: #f57336;
        }

        .ss-listings.ss-type-5 .ss-listing-item-categories.ss-darkpurple-color a {
          color: #730046;
        }

        .ss-listings.ss-type-5 .ss-listing-item-categories:not(:last-child) {
          margin-bottom: 5px;
        }

        .ss-listings.ss-type-5 .ss-listing-item-header:not(:last-child) {
          margin-bottom: 0px;
        }

        .ss-listings.ss-type-5 .ss-listing-item-info {
          padding-top: 24px;
          padding-bottom: 60px;
          min-height: 163px;
          position: relative;
          z-index: 1;
        }

        .ss-listings.ss-type-5 .ss-listing-item-footer {
          position: absolute;
          left: 20px;
          right: 20px;
          bottom: 32px;
          z-index: 1;
        }

        .ss-listings.ss-type-5 .ss-listing-item-title {
          font-size: 18px;
          line-height: 24px;
        }

        .ss-listings.ss-type-5 .ss-listing-item-title a {
          color: #0035b2;
        }

        .ss-listings.ss-type-5 .ss-listing-item-description a {
          text-decoration: none;
          color: #222;
        }

        .ss-listings.ss-type-5 .ss-listing-item-description a:hover,
        .ss-listings.ss-type-5 .ss-listing-item-description a:focus {
          text-decoration: underline;
        }

        .ss-listings.ss-type-5 .ss-listing-item-price {
          color: #222;
          font-size: 16px;
          font-weight: 700;
        }

        .ss-listings.ss-type-5 .ss-icons-list {
          display: inline-block;
        }

        .ss-listings.ss-type-5 .ss-icons-list .fa,
        .ss-listings.ss-type-5 .ss-icons-list [class*="icon-"] {
          color: inherit;
        }

        .ss-listings.ss-type-5 .ss-listing-item-date {
          color: #a5a5a5;
          font-size: 12px;
          text-transform: uppercase;
          display: inline-block;
        }

        .ss-listings.ss-type-5 .ss-listing-item-description:not(:last-child) {
          margin-bottom: 15px;
        }

        /* ------------------------------------------------------

          8.10.1.5.1. List View
            
        ------------------------------------------------------ */

          .ss-listings.ss-type-5.ss-list-view .ss-listing-item {
            padding: 10px 20px 20px 10px;
          }

          .ss-listings.ss-type-5.ss-list-view .ss-listing-item-media {
            float: left;
            margin-right: 20px;
            max-width: 290px;
            border-radius: 5px;
            overflow: hidden;
            margin-bottom: -10px;
          }

          .ss-listings.ss-type-5.ss-list-view .ss-listing-item-info {
            overflow: hidden;
            padding: 15px 0 0 0;
          }

          .ss-listings.ss-type-5.ss-list-view .ss-listing-item-header {
            padding-right: 120px;
          }

          .ss-listings.ss-type-5.ss-list-view .ss-listing-item-header:not(:last-child) {
            margin-bottom: 15px;
          }

          .ss-listings.ss-type-5.ss-list-view .ss-listing-item-footer {
            position: absolute;
            left: auto;
            right: 0;
            top: 15px;
            bottom: auto;
          }

          .ss-listings.ss-type-5.ss-list-view .ss-listing-item-footer [class*="table-row"],
          .ss-listings.ss-type-5.ss-list-view .ss-listing-item-footer [class*="table-row"] > [class*="col-"] {
            display: block;
            width: auto;
            float: none;
            margin-left: 0;
            margin-right: 0;
            padding-left: 0;
            padding-right: 0;
            text-align: right;
          }

          .ss-listings.ss-type-5.ss-list-view .ss-listing-item-footer [class*="table-row"] > [class*="col-"]:first-child:not(:last-child) {
            margin-bottom: 4px;
          }

    /* ------------------------------------------------------

      8.10.2. Controls
        
    ------------------------------------------------------ */

      .ss-listings-controls:not(:last-child) {
        margin-bottom: 40px;
      }

      .ss-listings-controls a {
        text-decoration: none;
      }

      .ss-listings-controls hr {
        margin-top: 11px;
        margin-bottom: 15px;
      }

      .ss-results-controls {
        margin-top: -5px;
        margin-left: -9px;
        margin-right: -9px;
      }

      .ss-results-controls > * {
        display: inline-block;
        margin-left: 9px;
        margin-right: 9px;
        margin-top: 5px;
        color: #222;
      }

      .ss-results-controls .ss-rss {
        color: #ff7800;
      }

      .ss-results-controls .fa,
      .ss-results-controls [class*="icon-"] {
        margin-right: 7px;
        position: relative;
        display: inline-block;
        top: -1px;
      }

      .ss-listings-controls .ss-titled-select {
        display: inline-block;
      }

      .ss-listing-layout-control {
        width: 40px;
        height: 40px;
        border: 2px solid #f0f0f0;
        text-align: center;
        line-height: 36px;
        color: #cacaca;
        background: #fff;
        display: inline-block;
        font-size: 14px;
      }

      .ss-listing-layout-control.ss-active,
      .ss-listing-layout-control:hover,
      .ss-listing-layout-control:focus {
        color: #222;
      }

      .ss-listings-controls-wrap{
        margin-top: -3px;
      }

      .ss-listings-controls-wrap > * {
        margin-top: 3px;
      }

  /* ------------------------------------------------------

    8.11. Listings
      
  ------------------------------------------------------ */

    /* ------------------------------------------------------

      8.11.1. Single Item
        
    ------------------------------------------------------ */

      .ss-listing-item.ss-single:not(:last-child) {
        margin-bottom: 30px;
      }

      .ss-listing-item.ss-single {
        border-bottom-color: #70af1a;
      }

      .ss-listing-item.ss-single .ss-listing-item-info [class*="ss-element-list"] > li:not(:last-child) {
        margin-bottom: 12px;
      }

      .ss-listing-item.ss-single .ss-listing-item-description:not(:last-child) {
        margin-bottom: 30px;
      }

      .ss-listing-item.ss-single .ss-listing-item-media .owl-prev {
        right: auto;
        padding-right: 0;
        left: 15px;
      }

      .ss-listing-item.ss-single .ss-listing-item-media .owl-next {
        left: auto;
        padding-left: 0;
        right: 15px;
      }

      .ss-listing-item.ss-single.ss-type-4 .ss-listing-item-media .ss-slideshow-with-thumbs,
      .ss-listing-item.ss-single.ss-type-4 .ss-listing-item-media .ss-iframe-wrapp,
      .ss-listing-item.ss-single.ss-type-4 .ss-listing-item-media .ss-gmap {
        overflow: hidden;
        border-radius: 5px;
      }

      .ss-price-range-label {
        height: 49px;
        line-height: 49px;
        color: #fff;
        background: #222;
        display: inline-block;
        padding: 0 20px;
        font-size: 16px;
      }

      .ss-price-range-label strong {
        color: #e5eb0b;
        display: inline-block;
      }

      .ss-price-range-label .fa,
      .ss-price-range-label [class*="icon-"] {
        display: inline-block;
        margin-right: 10px;
      }

      /* ------------------------------------------------------

        8.11.1.2. Type 2
          
      ------------------------------------------------------ */

        .ss-red-theme .ss-listing-item.ss-single.ss-type-2 {
          border-bottom-color: rgb(51, 122, 183);
        }

        .ss-listing-item.ss-single.ss-type-2 .ss-listing-item-info {
          padding-top: 30px;
        }

        .ss-listing-item.ss-single.ss-type-2 .ss-listing-item-info h3:not(:last-child) {
          margin-bottom: 16px;
        }

        .ss-listing-item.ss-type-2.ss-single .ss-listing-item-info .ss-entry-share {
          margin: 0 -20px -17px;
        }

      /* ------------------------------------------------------

        8.11.1.3. Type 3
          
      ------------------------------------------------------ */

        .ss-listing-item.ss-single.ss-type-3 {
          border-bottom-color: #dadada;
        }

        .ss-listing-item.ss-single.ss-type-3 .ss-listing-item-info {
          padding-top: 30px;
        }

        .ss-listing-item.ss-single.ss-type-3 .ss-listing-item-info h3:not(:first-child) {
          margin-top: 50px;
        }

        .ss-listing-item.ss-type-3.ss-single .ss-listing-item-info .ss-entry-share {
          margin: 0 -20px -17px;
        }

        .ss-listing-item.ss-single.ss-type-3 .ss-listing-item-info h3:not(:last-child),
        .ss-listing-item.ss-single.ss-type-3 .ss-listing-item-info .ss-element-list-icons:not(:last-child) {
          margin-bottom: 17px;
        }

        .ss-listing-item.ss-type-3.ss-single .ss-listing-item-categories:not(:last-child) {
          margin-bottom: 22px;
        }

      /* ------------------------------------------------------

        8.11.1.4. Type 4, 5
          
      ------------------------------------------------------ */

        .ss-listing-item.ss-type-4.ss-single,
        .ss-listing-item.ss-type-5.ss-single {
          background: transparent;
          border: none;
          border-radius: 0;
        }

        .ss-listing-item.ss-single.ss-type-4 .ss-listing-item-media:not(:last-child) {
          margin-bottom: 30px;
        }

        .ss-listing-item.ss-type-4.ss-single .ss-listing-item-info {
          background: #fff;
          border-radius: 5px;
          overflow: hidden;
        }

        .ss-listing-item.ss-type-4.ss-single .ss-listing-item-info,
        .ss-listing-item.ss-type-5.ss-single .ss-listing-item-info {
          padding: 25px 20px;
        }

        .ss-listing-item.ss-type-4.ss-single .ss-listing-item-info .ss-entry-share,
        .ss-listing-item.ss-type-5.ss-single .ss-listing-item-info .ss-entry-share {
          margin: 0 -20px -25px;
        }

      /* ------------------------------------------------------

        8.11.1.5. Type 5
            
      ------------------------------------------------------ */

        .ss-tab .ss-listing-item.ss-type-5.ss-single {
          margin: -20px -20px -24px;
          padding: 20px 20px 25px;
        }

        .ss-listing-item.ss-type-5.ss-single .ss-listing-item-media:not(:last-child),
        .ss-listing-item.ss-type-5 .ss-listing-item-meta:not(:last-child) {
          margin-bottom: 20px;
        }

        .ss-tab .ss-listing-item.ss-type-5.ss-single .ss-listing-item-info {
          padding: 0px;
        }

      /* ------------------------------------------------------

        8.11.1.6. Header & Navigation
          
      ------------------------------------------------------ */

        .ss-listing-single-header {
          text-align: initial;
        }

        .ss-listing-single-header:first-child {
          margin-top: 80px;
        }

        .ss-page-header.ss-type-7 .ss-listing-single-header a:hover,
        .ss-page-header.ss-type-7 .ss-listing-single-header a:focus {
          text-decoration: underline;
        }

        .ss-pages-nav:not(:first-child) {
          margin-top: 30px;
        }

        .ss-listing-single-header .ss-listing-item-title:not(:last-child) {
          margin-bottom: 12px;
        }

        .ss-listing-single-header .ss-icons-list .fa,
        .ss-listing-single-header .ss-icons-list [class*="icon-"],
        .ss-dark-blue-theme .ss-listing-single-header .ss-icons-list .fa,
        .ss-dark-blue-theme .ss-listing-single-header .ss-icons-list [class*="icon-"] {
          color: inherit;
        }

        .ss-listing-single-header [class*="table-row"] > [class*="col-"]{
          vertical-align: bottom;
        }

        .ss-listing-single-header a {
          text-decoration: none;
        }

        .ss-dark-blue-theme .ss-listing-single-header a,
        .ss-red-theme .ss-listing-single-header a {
          color: #222;
        }

        .ss-dark-blue-theme .ss-listing-single-header a:hover,
        .ss-dark-blue-theme .ss-listing-single-header a:focus {
          color: #f7841b;
        }

        .ss-red-theme .ss-listing-single-header a:hover,
        .ss-red-theme .ss-listing-single-header a:focus {
          color: rgb(51, 122, 183);
        }

        .ss-listing-single-header .ss-listing-item-meta {
          margin: -14px -7px 0;
        }

        .ss-listing-single-header .ss-listing-item-meta > * {
          display: inline-block;
          vertical-align: top;
          padding-top: 14px;
          padding-left: 7px;
          padding-right: 7px;
        }

        .ss-listing-single-header .ss-listing-item-meta .ss-rating {
          vertical-align: top;
          margin-right: 5px;
        }

        .ss-listing-single-header .ss-listing-item-price {
          font-size: 18px;
          vertical-align: bottom;
        }

        .ss-listing-single-header .ss-listing-item-price:not(:last-child) {
          margin-bottom: 15px;
        }

        .ss-listing-single-header .ss-listing-item-price > strong {
          color: #70af1a;
          font-size: 36px;
          line-height: 1em;
          display: inline-block;
          vertical-align: bottom;
        }

        .ss-dark-blue-theme .ss-listing-single-header .ss-listing-item-price > strong {
          color: #f7841b;
        }

        .ss-light-green-theme .ss-listing-single-header .ss-listing-item-price > strong {
          color: #955ba5;
        }

        .ss-pages-nav {
          background: #f0f0f0;
          padding: 8px 0;
        }

        .ss-page-nav-items {
          margin: -10px -8px 0; 
        }

        .ss-page-nav-items .ss-page-nav-item {
          margin: 10px 8px 0;
        }

        .ss-page-nav-item {
          display: inline-block;
          position: relative;
          z-index: 1;
          padding-left: 23px;
        }

        .ss-page-nav-item.ss-right-icon {
          padding-left: 0;
          padding-right: 23px;
        }

        .ss-page-nav-item .fa,
        .ss-page-nav-item [class*="icon-"] {
          position: absolute;
          left: 0;
          top: -1px;
        }

        .ss-page-nav-item.ss-right-icon .fa,
        .ss-page-nav-item.ss-right-icon [class*="icon-"] {
          left: auto;
          right: 0;
        }

        .ss-listing-single-header .ss-hr-btns-group:not(:last-child) {
          margin-bottom: 25px;
        }

        .ss-listing-single-header.ss-type-2 .ss-listing-item-title:not(:last-child) {
          margin-bottom: 0;
        }

        .ss-listing-single-header.ss-type-2 .ss-listing-item-meta:not(:last-child) {
          margin-bottom: 15px;
        }

        .ss-listing-single-header [class*="ss-label-"] {
          font-size: 12px;
          line-height: 16px;
          padding-top: 6px;
          padding-bottom: 4px;
          vertical-align: middle;
        }

        .ss-listing-single-header.ss-type-3 {
          padding-bottom: 32px;
          border-bottom: 1px solid #e8e8e8;
        }

        .ss-blue-theme .ss-listing-single-header a:hover,
        .ss-blue-theme .ss-listing-single-header a:focus {
          text-decoration: underline;
        }

      /* ------------------------------------------------------

        8.11.1.7. Reviews
          
      ------------------------------------------------------ */

        .ss-reviews-header:not(:last-child) {
          margin-bottom: 30px;
        }

        .ss-reviews-filter:not(:first-child) {
          margin-top: 20px;
        }

        .ss-reviews .ss-review-title:not(:last-child) {
          margin-bottom: 5px;
        }

        .ss-reviews .ss-review-images,
        .ss-reviews .ss-review-title,
        .ss-reviews .ss-evaluations,
        .ss-reviews .ss-review-share {
          padding-left: 120px;
        }

        .ss-reviews.ss-type-2 .ss-review-title {
          padding-right: 120px;
        }

        .ss-reviews .ss-evaluations:not(:last-child) {
          margin-bottom: 15px;
        }

        .ss-reviews.ss-type-2 .comments-list .ss-rating {
          position: relative;
          right: auto;
          top: auto;
        }

        .ss-reviews.ss-type-2 .comments-list .comment-author {
          float: left;
          max-width: 100px;
          padding-right: 0;
          text-align: center;
        }

        .ss-reviews .ss-review-images:not(:last-child),
        .ss-reviews.ss-type-2 .comments-list .comment-meta:not(:last-child) {
          margin-bottom: 17px;
        }

        .ss-reviews.ss-type-2 .comments-list .avatar{
          float: none;
          margin: 0 0 11px;
        }

        .ss-reviews.ss-type-2 .comments-list .comment-author .fn {
          padding-left: 0;
        }

        .ss-evaluations {
          margin-top: -15px;
          font-size: 0;
          line-height: 0;
        }

        .ss-evaluations .ss-evaluation {
          display: inline-block;
          width: 23%;
          font-size: 14px;
          line-height: 16px;
          padding: 15px 0 0;
        }

        .ss-likes {
          position: absolute;
          right: 0;
          top: -7px;
          font-size: 0;
          line-height: 0;
        }

        .ss-likes > * {
          display: inline-block;
          font-size: 12px;
          line-height: 36px;
          text-align: center;
          height: 40px;
          border-style: solid;
          border-color: #dadada;
          border-width: 2px 1px 2px 1px;
          width: 50px;
        }

        .ss-likes > *:first-child {
          border-radius: 4px 0 0 4px;
          border-left-width: 2px;
        }

        .ss-likes > *:last-child {
          border-radius: 0 4px 4px 0;
          border-right-width: 2px;
        }

        .ss-likes > *:hover,
        .ss-likes > *:focus {
          background: #f0f0f0;
        }

        .ss-like {
          color: #2ba206;
        }

        .ss-dislike {
          color: #eb0b0b;
        }

        .ss-like-value {
          position: relative;
          top: 2px;
        }

        .ss-likes .fa,
        .ss-likes [class*="icon-"] {
          display: inline-block;
          font-size: 18px;
        }

        .ss-review-images {
          font-size: 0;
          line-height: 0;
          margin: -4px -2px 0;
        }

        .ss-review-images .ss-review-image {
          display: inline-block;
          margin: 4px 2px 0;
        }

        .ss-review-share .ss-review-share-title {
          float: left;
          padding: 7px 5px 0 0;
        }

        .ss-review-share .ss-social-links {
          overflow: hidden;
        }

  /* ------------------------------------------------------

    8.12. Deals
      
  ------------------------------------------------------ */

    .ss-limited-offer {
      color: #222;
    }

    .ss-limited-offer .ss-lo-title {
      display: block;
      font-size: 16px;
      line-height: 22px;
    }

    .ss-limited-offer .ss-lo-title:not(:last-child) {
      margin-bottom: 10px;
    }

    .ss-limited-offer .ss-countdown {
      display: inline-block;
      width: 210px;
      border: 2px solid #e5eb0b;
      border-radius: 5px;
      margin-right: 7px;
      margin-bottom: 8px;
    }

    .ss-limited-offer .ss-countdown .countdown-section {
      border-style: solid;
      border-color: #e5eb0b;
    }

    .ss-limited-offer .ss-countdown .countdown-section:not(:first-child) {
      border-width: 0 0 0 2px;
    }

    .ss-limited-offer .ss-lo-message {
      font-weight: 700;
    }

    .ss-limited-offer [class*="ss-btn"]:not(:last-child) {
      margin-bottom: 8px;
    }

    .ss-reviews:not(:last-child) {
      margin-bottom: 50px;
    }

    .ss-reviews .comments-list .comment .comment {
      padding-left: 0px;
    }

    .ss-reviews .comments-list .ss-rating {
      position: absolute;
      z-index: 1;
      top: 0;
      right: 0;
      margin-top: 5px;
    }

    .ss-reviews .comments-list .comment-author {
      padding-right: 90px;
    }

    /* ------------------------------------------------------
        
      8.12.1. Sorting Header
        
    ------------------------------------------------------ */

      .ss-sorting {
        display: table;
        table-layout: fixed;
        width: 100%;
        color: #a5a5a5;
      }

      .ss-sorting:not(:last-child) {
        margin-bottom: 20px;
      }

      .ss-sorting .ss-results,
      .ss-sorting .ss-sort {
        display: table-cell;
        vertical-align: middle;
      }

      .ss-sorting .ss-sort {
        text-align: right;
      }

      .ss-sorting .ss-sort > * {
        display: inline-block;
      }

      .ss-sorting .ss-sort .ss-custom-select {
        width: 220px;
      }

  /* ------------------------------------------------------

    8.13. Home v4
      
  ------------------------------------------------------ */

    /* ------------------------------------------------------
        
        8.13.1. Property
        
    ------------------------------------------------------ */

      .ss-property-listing:not(.owl-carousel) {
        margin-top: -30px;
        margin-left: -15px;
        margin-right: -15px;
      }

      .ss-property-listing.ss-cols-4:not(.owl-carousel),
      .ss-property-listing.ss-cols-3:not(.owl-carousel),
      .ss-property-listing.ss-cols-2:not(.owl-carousel) {
        font-size: 0;
        line-height: 0;
      }

      .ss-property-listing.ss-cols-4:not(.owl-carousel) .ss-property-wrap,
      .ss-property-listing.ss-cols-3:not(.owl-carousel) .ss-property-wrap,
      .ss-property-listing.ss-cols-2:not(.owl-carousel) .ss-property-wrap {
        display: inline-block;
      }

      .ss-property-listing.ss-cols-4:not(.owl-carousel) .ss-property-wrap {
        width: 25%;
      }

      .ss-property-listing.ss-cols-3:not(.owl-carousel) .ss-property-wrap,
      .ss-has-sidebar .ss-property-listing.ss-cols-4:not(.owl-carousel) .ss-property-wrap {
        width: 33.33333%;
      }

      .ss-property-listing.ss-cols-2:not(.owl-carousel) .ss-property-wrap {
        width: 50%;
      }

      .ss-property-listing:not(.owl-carousel) .ss-property-wrap {
        padding: 30px 15px 0;
      }

      .ss-property {
        font-size: 14px;
        line-height: 24px;
        border-radius: 4px;
        overflow: hidden;
        position: relative;
        z-index: 1;
        background: #fff;
        border-bottom: 2px solid #70af1a;
      }

      .ss-property .ss-dotted-list:not(:last-child) {
        margin-bottom: 22px;
      }

      .ss-dark-blue-theme .ss-property {
        border-bottom-color: #0054a0;
      }

      .ss-blue-theme .ss-property {
        border-bottom-color: #0074d9;
      }

      .ss-red-theme .ss-property {
        border-bottom-color: rgb(51, 122, 183);
      }

      .ss-light-green-theme .ss-property {
        border-bottom-color: #5ab291;
      }

      .ss-property .ss-property-media {
        position: relative;
        z-index: 1;
        min-height: 100px;
      }

      .ss-property .ss-property-media img {
        min-width: 100%;
      }

      .ss-property-media [class*="ss-label-"] {
        position: absolute;
        font-size: 12px;
        top: 20px;
        z-index: 1;
        padding: 2px 10px 0px;
      }

      .ss-property-media [class*="ss-label-"].ss-left-aligned {
        left: 20px;
      }

      .ss-property-media [class*="ss-label-"].ss-right-aligned {
        right: 20px;
      }

      .ss-property .ss-property-info {
        padding: 24px 20px 20px;
      }

      .ss-property .ss-property-meta:not(:last-child) {
        margin-bottom: 8px;
      }

      .ss-property .ss-property-meta {
        display: table;
        table-layout: fixed;
        width: 100%;
      }

      .ss-property .ss-property-meta .ss-property-cats,
      .ss-property .ss-property-meta .ss-property-pubdate {
        display: table-cell;
        vertical-align: top;
        width: 50%;
      }

      .ss-property .ss-property-meta .ss-property-pubdate {
        color: #a5a5a5;
        font-size: 12px;
        line-height: 16px;
        padding-top: 4px;
        text-transform: uppercase;
      }

      .ss-property .ss-property-meta .ss-property-pubdate:not(:only-child) {
        text-align: right;
      }

      .ss-property .ss-property-cats > li {
        display: inline;
      }

      .ss-property .ss-property-cats a {
        text-transform: uppercase;
      }

      .ss-property .ss-property-cats > li:not(:last-child)::after {
        content: ', ';
      }

      .ss-property .ss-property-price {
        font-size: 24px;
        line-height: 34px;
      }

      .ss-property .ss-property-price a {
        color: #222;
      }

      .ss-property .ss-property-price a:hover,
      .ss-property .ss-property-price a:focus {
        text-decoration: none;
      }

      .ss-property .ss-property-address {
        font-size: 12px;
        line-height: 18px;
        color: inherit;
      }

      .ss-property .ss-property-price:not(:last-child) {
        margin-bottom: 7px;
      }

      .ss-property .ss-property-address:not(:last-child) {
        margin-bottom: 5px;
      }

      .ss-property .ss-property-extra {
        margin: 0 -20px -20px;
      }

      .ss-property .ss-property-extra-container {
        display: table;
        width: 100%;
        table-layout: fixed;
        color: #222;
        border-top: 1px solid #e8e8e8;
      }

      .ss-property .ss-property-extra-container > * {
        display: table-cell;
        vertical-align: middle;
        border-width: 0 0 0 1px;
        border-style: solid;
        border-color: #e8e8e8;
        padding: 5px 20px;
        background: #337ab7;
        text-align: center;
      }

      .ss-property .ss-property-extra-container > *:first-child {
        border-left: none;
      }

      .ss-property .ss-property-extra-container .ss-action-col {
        width: 60px;
        padding: 0;
        text-align: center;
      }

      .ss-property .ss-property-extra-container a {
        color: #fff;
        text-decoration: none;
      }

      .ss-property .ss-property-action {
        width: 60px;
        height: 40px;
        font-size: 20px;
      }

      .ss-property .owl-carousel .owl-prev,
      .ss-property .owl-carousel .owl-next {
        font-size: 30px;
        line-height: 1em;
        margin-top: -15px;
      }

      .ss-property .owl-carousel .owl-prev {
        padding-right: 0px;
        left: 20px;
        right: auto;
      }

      .ss-property .owl-carousel .owl-next {
        padding-left: 0px;
        left: auto;
        right: 20px;
      }

      .ss-property .ss-property-action:hover,
      .ss-property .ss-property-action:focus,
      .ss-property .ss-property-price a:hover,
      .ss-property .ss-property-price a:focus,
      .ss-property .ss-property-extra-container a:hover,
      .ss-property .ss-property-extra-container a:focus {
        color: #70af1a;
      }

      .ss-blue-theme .ss-property .ss-property-action:hover,
      .ss-blue-theme .ss-property .ss-property-action:focus,
      .ss-blue-theme .ss-property .ss-property-price a:hover,
      .ss-blue-theme .ss-property .ss-property-price a:focus,
      .ss-blue-theme .ss-property .ss-property-extra-container a:hover,
      .ss-blue-theme .ss-property .ss-property-extra-container a:focus {
        color: #0074d9;
      }

      .ss-red-theme .ss-property .ss-property-action:hover,
      .ss-red-theme .ss-property .ss-property-action:focus,
      .ss-red-theme .ss-property .ss-property-price a:hover,
      .ss-red-theme .ss-property .ss-property-price a:focus,
      .ss-red-theme .ss-property .ss-property-extra-container a:hover,
      .ss-red-theme .ss-property .ss-property-extra-container a:focus {
        color: rgb(51, 122, 183);
      }

      .ss-dark-blue-theme .ss-property .ss-property-action:hover,
      .ss-dark-blue-theme .ss-property .ss-property-action:focus,
      .ss-dark-blue-theme .ss-property .ss-property-price a:hover,
      .ss-dark-blue-theme .ss-property .ss-property-price a:focus,
      .ss-dark-blue-theme .ss-property .ss-property-extra-container a:hover,
      .ss-dark-blue-theme .ss-property .ss-property-extra-container a:focus {
        color: #f7841b;
      }

      .ss-light-green-theme .ss-property .ss-property-action:hover,
      .ss-light-green-theme .ss-property .ss-property-action:focus,
      .ss-light-green-theme .ss-property .ss-property-price a:hover,
      .ss-light-green-theme .ss-property .ss-property-price a:focus,
      .ss-light-green-theme .ss-property .ss-property-extra-container a:hover,
      .ss-light-green-theme .ss-property .ss-property-extra-container a:focus {
        color: #5ab291;
      }

/* ------------------------------------------------------
    
    9. Footer
    
------------------------------------------------------ */

  .ss-footer {
    color: #a5a5a5;
    z-index: 100;
    position: relative;
    background-color: #272727;
  }

  .ss-footer[data-bg] {
    background-color: transparent;
  }

  .ss-footer[data-bg]::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: #000000;
    opacity: .7;
  }

  .ss-footer .ss-fsection,
  .ss-footer .ss-copyright {
    position: relative;
    z-index: 2;
  }

  .ss-footer .ss-fsection {
    padding: 70px 20px 80px;
  }

  .ss-footer .container .ss-fsection {
    padding-left: 0px;
    padding-right: 0px;
  }

  .ss-footer .ss-copyright {
    color: #777;
    padding: 25px 0;
    text-align: center;
  }

  .ss-footer .ss-copyright {
    background: #222;
  }

  .ss-blue-theme .ss-footer .ss-copyright {
    background: #2d2d2d;
  }

  .ss-footer.ss-type-2 .ss-fsection:not(:first-child) {
    padding-top: 40px;
  }

  .ss-footer.ss-type-2 .ss-fsection:not(:last-child) {
    padding-bottom: 50px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .ss-footer .ss-widget ul > li:not(:last-child) {
    margin-bottom: 6px;
  }

  .ss-footer-logo {
    display: inline-block;
  }

  .ss-footer-logo:not(:last-child) {
    margin-bottom: 15px;
  }

  .ss-footer .ss-widget-title {
    padding-top: 10px;
  }

  .ss-footer .widget_latest_news {
    letter-spacing: 0.3px;
  }

  /* ------------------------------------------------------

      9.1. Layout
      
  ------------------------------------------------------ */

    .ss-footer-widget-area {
      margin-top: -45px;
      margin-left: -15px;
      margin-right: -15px;
    }

    .ss-footer-widget-area .ss-widget-col {
      padding: 45px 15px 0;
    }

    .ss-footer-widget-area.ss-cols-7,
    .ss-footer-widget-area.ss-cols-6,
    .ss-footer-widget-area.ss-cols-5,
    .ss-footer-widget-area.ss-cols-4,
    .ss-footer-widget-area.ss-cols-3,
    .ss-footer-widget-area.ss-cols-2 {
      font-size: 0;
      line-height: 0;
    }

    .ss-footer-widget-area.ss-cols-7 .ss-widget-col,
    .ss-footer-widget-area.ss-cols-6 .ss-widget-col,
    .ss-footer-widget-area.ss-cols-5 .ss-widget-col,
    .ss-footer-widget-area.ss-cols-4 .ss-widget-col,
    .ss-footer-widget-area.ss-cols-3 .ss-widget-col,
    .ss-footer-widget-area.ss-cols-2 .ss-widget-col {
      font-size: 14px;
      line-height: 24px;
      display: inline-block;
      vertical-align: top;
    }

    .ss-footer-widget-area.ss-cols-7 .ss-widget-col {
      width: 14.28571%;
    }

    .ss-footer-widget-area.ss-cols-6 .ss-widget-col {
      width: 16.66666%;
    }

    .ss-footer-widget-area.ss-cols-5 .ss-widget-col {
      width: 20%;
    }

    .ss-footer-widget-area.ss-cols-4 .ss-widget-col {
      width: 33.33%;
    }

    .ss-footer-widget-area.ss-cols-3 .ss-widget-col {
      width: 33.33333%;
    }

    .ss-footer-widget-area.ss-cols-2 .ss-widget-col {
      width: 50%;
    }

    .ss-footer-widget-area.ss-cols-7 .ss-widget-col.ss-growth {
      width: 28.57142%;
    }

    .ss-footer-widget-area.ss-cols-6 .ss-widget-col.ss-growth {
      width: 33.33332%;
    }

    .ss-footer-widget-area.ss-cols-5 .ss-widget-col.ss-growth {
      width: 40%;
    }

    .ss-footer-widget-area.ss-cols-4 .ss-widget-col.ss-growth {
      width: 50%;
    }

    .ss-footer-widget-area.ss-cols-3 .ss-widget-col.ss-growth {
      width: 66.66666%;
    }

    .ss-footer-widget-area.ss-cols-2 .ss-widget-col.ss-growth {
      width: 100%;
    }

  /* ------------------------------------------------------

      9.2. Typography
      
  ------------------------------------------------------ */

    .ss-footer h1,
    .ss-footer h2,
    .ss-footer h3,
    .ss-footer h4,
    .ss-footer h5,
    .ss-footer h6 {
      color: #fff;
    }

    .ss-footer a:not([class*="ss-btn"]):hover {
      text-decoration: underline;
    }

    .ss-footer .ss-widget ul > li a {
      font-size: 14px;
      line-height: 24px;
    }

  /* ------------------------------------------------------

      9.3. Color Schemes
      
  ------------------------------------------------------ */

    .ss-blue-theme .ss-footer a:not([class*="ss-btn"]) {
      color: #ffde20;
    }

    .ss-dark-blue-theme .ss-footer.ss-type-3 a:not([class*="ss-btn"]) {
      color: #f7841b;
    }

    .ss-dark-blue-theme .ss-footer.ss-type-3 {
      background-color: #00294d;
    }

    .ss-footer.ss-type-3 .ss-copyright {
      background-color: transparent;
    }

/* ------------------------------------------------------
    
    10. Media Queries
    
------------------------------------------------------ */

  @media only screen and (min-width: 1200px) {
    
    .ss-lg-table-row {
      display: table;
      margin-left: auto;
      margin-right: auto;
      table-layout: fixed;
      width: 100%;
    }
    
    .ss-lg-table-row > [class*="col-"] {
      display: table-cell;
      vertical-align: middle;
      float: none;
    }
    
    .ss-lg-table-row > [class*="col-"]:first-child {
      padding-left: 0px;
    }

    .ss-lg-table-row > [class*="col-"]:last-child {
      padding-right: 0px;
    }
  }
  @media only screen and (min-width: 991px) {
    
    .ss-md-table-row {
      display: table;
      margin-left: auto;
      margin-right: auto;
      table-layout: fixed;
      width: 100%;
    }

    .ss-md-table-row > [class*="col-"] {
      display: table-cell;
      vertical-align: middle;
      float: none;
    }
    
    .ss-md-table-row > [class*="col-"]:first-child {
      padding-left: 0px;
    }

    .ss-md-table-row > [class*="col-"]:last-child {
      padding-right: 0px;
    }
  }
  @media only screen and (min-width: 768px) {
    
    .ss-sm-table-row {
      display: table;
      margin-left: auto;
      margin-right: auto;
      table-layout: fixed;
      width: 100%;
    }

    
    .ss-sm-table-row > [class*="col-"] {
      display: table-cell;
      vertical-align: middle;
      float: none;
    }

    
    .ss-sm-table-row > [class*="col-"]:first-child {
      padding-left: 0px;
    }

    
    .ss-sm-table-row > [class*="col-"]:last-child {
      padding-right: 15px;
    }
  }
  @media only screen and (min-width: 0px) {

    .ss-xs-table-row {
      display: table;
      margin-left: auto;
      margin-right: auto;
      table-layout: fixed;
      width: 100%;
    }

    
    .ss-xs-table-row > [class*="col-"] {
      display: table-cell;
      vertical-align: middle;
      float: none;
    }

    
    .ss-xs-table-row > [class*="col-"]:first-child {
      padding-left: 0px;
    }

    
    .ss-xs-table-row > [class*="col-"]:last-child {
      padding-right: 0px;
    }

    .ss-xs-table-row .ss-right-edge {
      text-align: right;
    }

  }
  @media only screen and (max-width: 1400px) {
    
    .ss-section.ss-fw .ss-employers {
      border-left-width: 80px;
      border-right-width: 80px;
    }

    .ss-explore-layout .ss-listings.ss-cols-4:not(.ss-list-view) .ss-listing-item-wrap,
    .ss-explore-layout .ss-listings.ss-cols-3:not(.ss-list-view) .ss-listing-item-wrap {
      width: 50%;
    }

    .ss-section.ss-fw .ss-listings.owl-carousel {
      border-left-width: 20px;
      border-right-width: 20px;
    }

    .ss-page-header.ss-type-3 .ss-page-header-content {
      left: 15px;
      right: 15px;
    }

    .ss-page-header.ss-type-6 .ss-oneline-form {
      padding-left: 0;
      padding-right: 0;
    }

  }
  @media only screen and (min-width: 991px) and (max-width: 1356px) {
    .ss-explore-layout .ss-listings.ss-type-2.ss-cols-4 .ss-listing-item-wrap,
    .ss-explore-layout .ss-listings.ss-type-2.ss-cols-3 .ss-listing-item-wrap,
    .ss-explore-layout .ss-listings.ss-type-2.ss-cols-2 .ss-listing-item-wrap {
      width: 100%;
    }
  }
  @media only screen and (max-width: 1199px) {
    
    .ss-lg-table-row {
      width: auto !important;
      margin-left: -15px;
      margin-right: -15px;
    }

    .ss-page-content .row > [class*="col-"]:not([class*="col-xs-"]):not([class*="col-sm"]):not([class*="col-md"]):not(:last-child),
    .ss-hidden-element .row > [class*="col-"]:not([class*="col-xs-"]):not([class*="col-sm"]):not([class*="col-md"]):not(:last-child),
    .ss-lg-table-row > [class*="col-"]:not([class*="col-xs-"]):not([class*="col-sm"]):not([class*="col-md"]):not(:last-child),
    .ss-md-table-row > [class*="col-"]:not([class*="col-xs-"]):not([class*="col-sm"]):not([class*="col-md"]):not(:last-child),
    .ss-sm-table-row > [class*="col-"]:not([class*="col-xs-"]):not([class*="col-sm"]):not([class*="col-md"]):not(:last-child) {
      margin-bottom: 50px;
    }

    .ss-entry .row > [class*="col-"]:not([class*="col-xs-"]):not([class*="col-sm"]):not([class*="col-md"]):not(:last-child),
    .ss-entry .ss-lg-table-row > [class*="col-"]:not([class*="col-xs-"]):not([class*="col-sm"]):not([class*="col-md"]):not(:last-child),
    .ss-entry .ss-md-table-row > [class*="col-"]:not([class*="col-xs-"]):not([class*="col-sm"]):not([class*="col-md"]):not(:last-child),
    .ss-entry .ss-sm-table-row > [class*="col-"]:not([class*="col-xs-"]):not([class*="col-sm"]):not([class*="col-md"]):not(:last-child),
    .ss-lg-table-row.ss-xs-small-offset > [class*="col-"]:not([class*="col-xs-"]):not([class*="col-sm"]):not([class*="col-md"]):not(:last-child),
    .ss-md-table-row.ss-xs-small-offset > [class*="col-"]:not([class*="col-xs-"]):not([class*="col-sm"]):not([class*="col-md"]):not(:last-child),
    .ss-sm-table-row.ss-xs-small-offset > [class*="col-"]:not([class*="col-xs-"]):not([class*="col-sm"]):not([class*="col-md"]):not(:last-child),
    .ss-page-content .ss-widget .row > [class*="col-"]:not([class*="col-xs-"]):not([class*="col-sm"]):not([class*="col-md"]):not(:last-child),
    .ss-widget .ss-lg-table-row > [class*="col-"]:not([class*="col-xs-"]):not([class*="col-sm"]):not([class*="col-md"]):not(:last-child),
    .ss-widget .ss-md-table-row > [class*="col-"]:not([class*="col-xs-"]):not([class*="col-sm"]):not([class*="col-md"]):not(:last-child),
    .ss-widget .ss-sm-table-row > [class*="col-"]:not([class*="col-xs-"]):not([class*="col-sm"]):not([class*="col-md"]):not(:last-child) {
      margin-bottom: 10px;
    }

    [class*="col-"]:not([class*="col-xs-"]):not([class*="col-sm-"]):not([class*="col-md-"]).ss-right-edge,
    [class*="col-"]:not([class*="col-xs-"]):not([class*="col-sm-"]):not([class*="col-md-"]) > .ss-right-edge {
      text-align: inherit;
    }

    .ss-footer-widget-area.ss-cols-7 .ss-widget-col {
      width: 25%;
    }
    
    .ss-footer-widget-area.ss-cols-7 .ss-widget-col.ss-growth {
      width: 50%;
    }

    .widget_about {
      padding-right: 0px;
    }
    
    .ss-half-page-cols .ss-text-col {
      padding-left: 30px;
      padding-right: 30px;
    }

    .ss-has-sidebar .ss-team-members.ss-cols-4:not(.owl-carousel) .ss-team-member {
      width: 33.33333%;
    }

    .ss-header.ss-type-2 .ss-hsection {
      padding-left: 0px;
      padding-right: 0px;
    }

    .owl-carousel .owl-prev {
      padding-right: 0px;
      right: auto;
      left: 20px;
    }
    
    .owl-carousel .owl-next {
      padding-left: 0px;
      left: auto;
      right: 20px;
    }

    .owl-carousel.owl-right-aligned-dots {
      padding-right: 40px;
    }
    
    .owl-carousel.owl-right-aligned-dots .owl-dots {
      margin-right: 0px;
    }

    .ss-section-title {
      font-size: 30px;
      line-height: 37px;
    }
    
    .ss-section.ss-fw .ss-employers {
      border-left: none;
      border-right: none;
      padding-left: 80px;
      padding-right: 80px;
    }
    
    .ss-page-header.ss-type-6 {
      padding-left: 0px;
      padding-right: 0px;
    }

    .ss-counters-holder.ss-cols-4 .ss-counter {
      width: 33.33333%;
    }
    
    .ss-counters-holder.ss-type-2.ss-cols-4 .ss-counter {
      width: 50%;
    }

    .ss-template-404 h1 {
      font-size: 300px;
      line-height: 250px;
    }

    .ss-cssanimations .ss-section:not(.ss-has-sidebar) .ss-entries.ss-cols-4 .ss-entry .ss-entry-shop-controls [class*="ss-btn"],
    .ss-cssanimations .ss-section:not(.ss-has-sidebar) .ss-entries.ss-cols-4 .ss-entry:hover .ss-entry-shop-controls [class*="ss-btn"] {
      -webkit-animation: none;
      animation: none;
    }
    
    .ss-no-cssanimations .ss-section:not(.ss-has-sidebar) .ss-entries.ss-cols-4 .ss-entry .ss-entry-shop-controls [class*="ss-btn"] {
      visibility: visible;
    }
    
    .ss-section:not(.ss-has-sidebar) .ss-entries.ss-cols-4 .ss-entry .ss-entry-shop-controls {
      display: block;
    }
    
    .ss-section:not(.ss-has-sidebar) .ss-entries.ss-cols-4 .ss-entry .ss-entry-shop-controls .ss-price,
    .ss-section:not(.ss-has-sidebar) .ss-entries.ss-cols-4 .ss-entry .ss-entry-shop-controls .ss-actions {
      display: block;
    }
    
    .ss-section:not(.ss-has-sidebar) .ss-entries.ss-cols-4 .ss-entry .ss-entry-shop-controls .ss-actions:not(:first-child) {
      text-align: inherit;
      width: auto;
    }
    
    .ss-section:not(.ss-has-sidebar) .ss-entries.ss-cols-4 .ss-entry .ss-entry-shop-controls .ss-price:not(:last-child) {
      margin-bottom: 10px;
    }
    
    .ss-entries.ss-cols-3 .ss-entry-wrap,
    .ss-entries.ss-cols-4 .ss-entry-wrap {
      width: 50%;
    }
    
    .ss-acc-menu-container .ss-account-menu {
      text-align: center;
    }
    
    .ss-acc-menu-container .ss-account-menu li {
      float: none;
      display: inline-block;
    }

    .ss-hours-op-container th:nth-child(1) {
      width: 33.3%;
    }
    
    .ss-hours-op-container th:nth-child(2) {
      width: 33.3%;
    }
    
    .ss-hours-op-container td {
      vertical-align: middle;
    }
    
    .ss-hours-op-container tr:last-child td {
      border: none;
    }
    
    .ss-hours-op-container .ss-cell-content .ss-custom-select.ss-small-select {
      width: 100%;
    }

      .ss-tour-sections-nav{
      width: 145px;
    }  

      .ss-table-container.ss-vertical th:first-child {
      width: auto;
    }  
    
    
    .ss-property-listing.ss-cols-4:not(.owl-carousel) .ss-property-wrap {
      width: 33.33333%;
    }

    .ss-has-sidebar .ss-property-listing.ss-cols-4:not(.owl-carousel) .ss-property-wrap,
    .ss-has-sidebar .ss-property-listing.ss-cols-3:not(.owl-carousel) .ss-property-wrap {
      width: 50%;
    }

    .ss-listings.ss-cols-4 .ss-listing-item-wrap {
      width: 33.33333%;
    }

    .ss-has-sidebar .ss-listings.ss-cols-3 .ss-listing-item-wrap {
      width: 50%;
    }

    .ss-has-sidebar .ss-listings.ss-type-1.ss-list-view .ss-listing-item-media {
      width: 200px;
    }

    .ss-page-header.ss-type-7 .ss-oneline-form {
      padding-left: 0;
      padding-right: 0;
    }

    .ss-categories.ss-type-2.ss-cols-5 .ss-category-item,
    .ss-categories.ss-type-3.ss-cols-5 .ss-category-item {
      width: 25%;
    }

    .ss-categories.ss-cols-5.ss-type-4 .ss-category-item,
    .ss-categories.ss-cols-4.ss-type-4 .ss-category-item {
      width: 33.33333%;
    }

    .ss-slideshow-thumbs {
      padding-left: 80px;
      padding-right: 80px;
    }

    .ss-page-header.ss-type-4 .ss-oneline-form {
      margin-left: 0px;
      margin-right: 0px;
    }

    .ss-testimonials-carousel-v4 .owl-dots .owl-dot {
      max-width: 230px;
      min-width: 230px;
      width: auto;
    }

    .ss-testimonials-carousel-v4:not([class*="ss-type-"]) .owl-dots .ss-author-box {
      float: none;
      margin-left: 0;
      margin-right: 0;
      max-width: initial;
    }

  }
  @media only screen and (min-width: 991px) and (max-width: 1199px) {
    .ss-explore-layout .ss-listings.ss-type-1.ss-list-view .ss-listing-item {
      padding: 0px;
    }

    .ss-explore-layout .ss-listings.ss-type-1.ss-list-view .ss-listing-item-media {
      width: auto;
      float: none;
      margin: 0;
    }

    .ss-explore-layout .ss-listings.ss-type-1.ss-list-view .ss-listing-item-info {
      padding: 17px 20px;
    }

  }
  @media only screen and (max-width: 991px) {

    .ss-navigation {
      margin-left: -10px;
      margin-right: -10px;
    }

    .ss-navigation > li {
      margin-left: 10px;
      margin-right: 10px;
     
    }
    
    .ss-md-table-row {
      width: auto !important;
      margin-left: -15px;
      margin-right: -15px;
    }
    
    .ss-header .ss-hcontent > * {
      margin-left: 10px;
      margin-right: 10px;
    }
    
    .ss-header .ss-hcontent {
      margin-left: -10px;
      margin-right: -10px;
    }
    
    .ss-page-content .row > [class*="col-"]:not([class*="col-xs-"]):not([class*="col-sm"]):not(:last-child),
    .ss-hidden-element .row > [class*="col-"]:not([class*="col-xs-"]):not([class*="col-sm"]):not(:last-child),
    .ss-lg-table-row > [class*="col-"]:not([class*="col-xs-"]):not([class*="col-sm"]):not(:last-child),
    .ss-md-table-row > [class*="col-"]:not([class*="col-xs-"]):not([class*="col-sm"]):not(:last-child),
    .ss-sm-table-row > [class*="col-"]:not([class*="col-xs-"]):not([class*="col-sm"]):not(:last-child) {
      margin-bottom: 15px;
    }

    .ss-entry .row > [class*="col-"]:not([class*="col-xs-"]):not([class*="col-sm"]):not(:last-child),
    .ss-entry .ss-lg-table-row > [class*="col-"]:not([class*="col-xs-"]):not([class*="col-sm"]):not(:last-child),
    .ss-entry .ss-md-table-row > [class*="col-"]:not([class*="col-xs-"]):not([class*="col-sm"]):not(:last-child),
    .ss-entry .ss-sm-table-row > [class*="col-"]:not([class*="col-xs-"]):not([class*="col-sm"]):not(:last-child),
    .ss-lg-table-row.ss-xs-small-offset > [class*="col-"]:not([class*="col-xs-"]):not([class*="col-sm"]):not(:last-child),
    .ss-md-table-row.ss-xs-small-offset > [class*="col-"]:not([class*="col-xs-"]):not([class*="col-sm"]):not(:last-child),
    .ss-sm-table-row.ss-xs-small-offset > [class*="col-"]:not([class*="col-xs-"]):not([class*="col-sm"]):not(:last-child),
    .ss-page-content .ss-widget .row > [class*="col-"]:not([class*="col-xs-"]):not([class*="col-sm"]):not(:last-child),
    .ss-widget .ss-lg-table-row > [class*="col-"]:not([class*="col-xs-"]):not([class*="col-sm"]):not(:last-child),
    .ss-widget .ss-md-table-row > [class*="col-"]:not([class*="col-xs-"]):not([class*="col-sm"]):not(:last-child),
    .ss-widget .ss-sm-table-row > [class*="col-"]:not([class*="col-xs-"]):not([class*="col-sm"]):not(:last-child) {
      margin-bottom: 10px;
    }

    [class*="col-"]:not([class*="col-xs-"]):not([class*="col-sm-"]).ss-right-edge,
    [class*="col-"]:not([class*="col-xs-"]):not([class*="col-sm-"]) > .ss-right-edge {
      text-align: inherit;
    }

    .ss-def-list a {
      display: inline-block;
      word-break: break-all;
    }

    .ss-footer-widget-area.ss-cols-4 .ss-widget-col,
    .ss-half-page-cols .ss-counters-holder.ss-cols-3 .ss-counter,
    .ss-half-page-cols .ss-counters-holder.ss-cols-4 .ss-counter,
    .ss-has-sidebar .ss-team-members.ss-cols-4:not(.owl-carousel) .ss-team-member,
    .ss-has-sidebar .ss-team-members.ss-cols-3:not(.owl-carousel) .ss-team-member {
      width: 50%;
    }

    .ss-footer-widget-area.ss-cols-4 .ss-widget-col.ss-growth {
      width: 100%;
    }

    .ss-header .ss-bottom-bar .ss-navigation > li > a {
      padding-left: 10px;
      padding-right: 10px;
    }

    .ss-header .ss-bottom-bar .ss-navigation > .ss-has-children > a,
    .ss-header .ss-bottom-bar .ss-navigation > .menu-item-has-children > a {
      padding-right: 28px;
    }

    .ss-header .ss-bottom-bar .ss-navigation > .ss-has-children > a::after,
    .ss-header .ss-bottom-bar .ss-navigation > .menu-item-has-children > a::after {
      right: 12px;
    }

    .ss-page-header.ss-type-6 {
      padding-top: 80px;
    }

    .ss-counters-holder.ss-type-2.ss-cols-3 .ss-counter {
      width: 50%;
    }

    .ss-template-404 h1 {
      font-size: 260px;
      line-height: 220px;
    }
    
    .ss-entries.ss-cols-3 .ss-entry-wrap,
    .ss-entries.ss-cols-4 .ss-entry-wrap {
      width: 50%;
    }

    .ss-has-sidebar .ss-entries.ss-cols-2 .ss-entry-wrap,
    .ss-has-sidebar .ss-entries.ss-cols-3:not(.ss-related-entries) .ss-entry-wrap,
    .ss-has-sidebar .ss-entries.ss-cols-4:not(.ss-related-entries) .ss-entry-wrap {
      width: 100%;
    }
    
    .ss-has-sidebar .ss-entries-nav .ss-entry,
    .ss-has-sidebar .ss-entries-nav .ss-entry .ss-entry-thumb,
    .ss-has-sidebar .ss-entries-nav .ss-entry .ss-entry-info {
      display: block;
    }
    
    .ss-has-sidebar .ss-entries-nav .ss-entry-thumb {
      padding-right: 0px;
      width: auto;
    }
    
    .ss-has-sidebar .ss-entries-nav .ss-entry-thumb:not(:last-child) {
      margin-bottom: 13px;
    }
    
    .ss-has-sidebar .ss-entries-nav .ss-previous-entry {
      padding-right: 10px;
    }

    .ss-has-sidebar .ss-entries-nav .ss-next-entry {
      padding-left: 10px;
    }

    .ss-has-sidebar .ss-entries-nav .ss-next-entry .ss-entry-thumb {
      padding-left: 0px;
    }
    .ss-table-listings .ss-date-col,
    .ss-table-listings .ss-expiry-date-col {
      width: 155px;
    }
    
    .ss-explore-layout .ss-map-wrapper{
      height: 400px;
    }
    
    .ss-explore-layout .ss-map-wrapper{
      position: static;
      width: auto;
    }
    
    .ss-explore-layout .ss-page-content,
    .ss-explore-layout .ss-footer {
      padding-right: 0px;
    }

    .ss-listings.ss-cols-4 .ss-listing-item-wrap,
    .ss-listings.ss-cols-3 .ss-listing-item-wrap {
      width: 50%;
    }

    .ss-listings.ss-cols-3 .ss-listing-item-wrap[class*="ss-growth-"] {
      width: 100%;
    }

    .ss-has-sidebar .ss-listings.ss-type-1.ss-list-view .ss-listing-item {
      padding: 0px;
    }

    .ss-has-sidebar .ss-listings.ss-type-1.ss-list-view .ss-listing-item-media {
      width: auto;
      float: none;
      margin: 0;
    }

    .ss-has-sidebar .ss-listings.ss-type-1.ss-list-view .ss-listing-item-info {
      padding: 17px 20px;
    }

    .ss-categories.ss-cols-5.ss-type-1 .ss-category-item,
    .ss-categories.ss-cols-4.ss-type-1 .ss-category-item,
    .ss-categories.ss-cols-5.ss-type-2 .ss-category-item,
    .ss-categories.ss-cols-4.ss-type-2 .ss-category-item,
    .ss-categories.ss-cols-5.ss-type-3 .ss-category-item,
    .ss-categories.ss-cols-4.ss-type-3 .ss-category-item {
      width: 33.33333%;
    }

    .ss-testimonials.ss-type-4 .ss-testimonial {
      padding-left: 150px;
    }

    .ss-testimonials.ss-type-4 .ss-avatar {
      left: 0px;
    }

    .ss-listings.ss-type-4.ss-list-view .ss-listing-item-author-info:not(:last-child) {
      margin-bottom: 10px;
    }

    .ss-listings.ss-type-4.ss-list-view .ss-listing-item-author-info,
    .ss-listings.ss-type-4.ss-list-view .ss-listing-item-data {
      width: auto;
      float: none;
    }

    .ss-has-sidebar .ss-listings.ss-type-5.ss-list-view .ss-listing-item {
      padding: 10px 10px 20px;
    }

    .ss-has-sidebar .ss-listings.ss-type-5.ss-list-view .ss-listing-item-date:not(:last-child) {
      margin-bottom: 10px;
    }

    .ss-has-sidebar .ss-listings.ss-type-5.ss-list-view .ss-listing-item-media {
      float: none;
      margin: 0;
      max-width: initial;
    }

    .ss-has-sidebar .ss-listings.ss-type-5.ss-list-view .ss-listing-item-header {
      padding-right: 0;
    }

    .ss-has-sidebar .ss-listings.ss-type-5.ss-list-view .ss-listing-item-footer {
      position: static;
    }

    .ss-has-sidebar .ss-listings.ss-type-5.ss-list-view .ss-listing-item-footer [class*="table-row"],
    .ss-has-sidebar .ss-listings.ss-type-5.ss-list-view .ss-listing-item-footer [class*="table-row"] > [class*="col-"] {
      text-align: initial;
    }

    .ss-slideshow-thumbs {
      padding-left: 20px;
      padding-right: 20px;
    }

    .ss-evaluations .ss-evaluation,
    form .ss-evaluations .ss-evaluation {
      width: 100px;
    }

    .ss-header.ss-type-4,
    .ss-header.ss-type-4 .ss-hcontent {
      text-align: center;
    }

  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    
    .ss-widget .ss-inline-form .ss-input-wrapper {
      float: none;
      padding-right: 0px;
      width: auto;
    }
    
    .ss-widget .ss-inline-form .ss-input-wrapper:not(:last-child) {
      margin-bottom: 10px;
    }
    
    .ss-inline-form [class*="ss-btn-"],
    .ss-inline-form input[type="submit"],
    .ss-inline-form button[type="submit"] {
      float: none;
      width: auto;
    }
    
    .ss-instafeed .ss-instafeed-item {
      width: 50%;
    }

    .ss-widget .ss-entry .ss-entry-thumb,
    .ss-widget .ss-listings.ss-type-1 .ss-listing-item-media,
    .ss-widget .ss-listings.ss-type-4 .ss-listing-item-media,
    .ss-widget .ss-listings.ss-type-5 .ss-listing-item-media,
    .ss-widget .ss-listings.ss-type-3.ss-list-view .ss-listing-item-media {
      float: none;
      margin: 0;
    }

    
    .ss-widget .ss-entry .ss-entry-thumb:not(:last-child),
    .ss-widget .ss-listings.ss-type-1 .ss-listing-item-media:not(:last-child),
    .ss-widget .ss-listings.ss-type-4 .ss-listing-item-media:not(:last-child),
    .ss-widget .ss-listings.ss-type-5 .ss-listing-item-media:not(:last-child),
    .ss-widget .ss-listings.ss-type-3.ss-list-view .ss-listing-item-media:not(:last-child) {
      margin-bottom: 10px;
    }

    .widget_calendar table thead td,
    .widget_calendar table thead th,
    .widget_calendar table tbody td,
    .widget_calendar table tbody th {
      padding-top: 5px;
      padding-bottom: 5px;
      font-size: 12px;
    }

    .ss-entry.ss-single .ss-price {
      font-size: 16px;
      line-height: 18px;
    }

    .widget_about_author .ss-author-box .ss-avatar {
      margin-right: 15px;
      max-width: 60px;
    }

    .ss-widget .ss-listings.ss-type-2 .ss-listing-item-header,
    .ss-widget .ss-listings.ss-type-2 .ss-listing-item-info {
      padding-right: 20px;
    }

    .ss-widget .ss-listings.ss-type-2 .ss-listing-item-icon,
    .ss-widget .ss-listings.ss-type-2 .ss-listing-item-like {
        display: none;
    }

  }
  @media only screen and (max-width: 767px) {

    h1 {
      font-size: 30px;
      line-height: 37px;
    }

    .ss-mobile-nav-btn {
      display: block;
    }

    .ss-nav-wrap {
      display: block !important;
      text-align: initial;
      margin-left: auto !important;
      margin-right: auto !important;
    }
    
    .ss-nav-wrap:not(:last-child) {
      padding-bottom: 20px;
    }
    
    .ss-navigation {
      /*padding-top: 10px;*/
      /*margin-left: 0px;*/
      /*margin-right: 0px;*/
      padding-top: 10px;
        margin-left: -32px;
        margin-right: 0px;
        width: 100%;
        position: absolute;
    }

    .ss-navigation > li {
      display: block;
      margin-left: 0px;
      margin-right: 0px;
       padding: 6px 20px;
    }

    .ss-navigation > li > a {
      font-size: 16px;
    }

    .ss-navigation > li:not(:last-child) {
      margin-bottom: 10px;
    }

    .ss-navigation .sub-menu,
    .ss-navigation .ss-sub-menu {
      position: static;
      display: none;
      margin-top: 10px;
      margin-left: 0px !important;
      margin-right: 0px !important;
      box-shadow: none !important;
      opacity: 1 !important;
      visibility: visible !important;
      -webkit-transition: none !important;
      transition: none !important;
      -webkit-transform: none !important;
      -ms-transform: none !important;
      transform: none !important;
    }

    .ss-navigation .sub-menu .sub-menu,
    .ss-navigation .ss-sub-menu .ss-sub-menu {
      margin-top: 0px;
      padding: 5px 0px 5px 20px;
    }
    
    .ss-navigation .ss-has-children .ss-has-children > a::after,
    .ss-navigation .menu-item-has-children .menu-item-has-children > a::after {
      content: '\f107' !important;
    }

    .ss-section:not(.ss-small):not(.ss-without-spacing),
    .ss-section.ss-large,
    .ss-footer .ss-section:not(.ss-small):not(.ss-without-spacing) {
      padding-top: 50px;
      padding-bottom: 50px;
    }

    .ss-section-header,
    .ss-section-header .ss-left-col,
    .ss-section-header .ss-right-col {
      display: block;
    }

    .ss-section-header .ss-right-col {
      padding-left: 0;
    }

    .ss-section-header .ss-left-col:not(:last-child) {
      margin-bottom: 10px;
    }

    .ss-section-header.ss-type-2 .ss-left-col:not(:last-child) {
      margin-bottom: 0;
    }

    .ss-section-header .ss-right-col {
      text-align: initial;
    }
    
    .ss-sm-table-row {
      width: auto !important;
      margin-left: -15px;
      margin-right: -15px;
    }

    .ss-header {
      text-align: center;
    }

    .ss-header.ss-transparent {
      background: #222;
    }
    
    .ss-header .ss-top-bar {
      padding-top: 5px;
      padding-bottom: 5px;
    }
    
    .ss-header .ss-hcontent {
      text-align: center;
      margin-left: auto;
      margin-right: auto;
    }

    .ss-header .row > [class*="col-"]:not([class*="col-xs-"]):not(:last-child) {
      margin-bottom: 20px;
    }

    .ss-page-content .row > [class*="col-"]:not([class*="col-xs-"]):not(:last-child),
    .ss-hidden-element .row > [class*="col-"]:not([class*="col-xs-"]):not(:last-child),
    .ss-lg-table-row > [class*="col-"]:not([class*="col-xs-"]):not(:last-child),
    .ss-md-table-row > [class*="col-"]:not([class*="col-xs-"]):not(:last-child),
    .ss-sm-table-row > [class*="col-"]:not([class*="col-xs-"]):not(:last-child) {
      margin-bottom: 50px;
    }

    .ss-page-content form .row > [class*="col-"]:not([class*="col-xs-"]):not(:last-child) {
      margin-bottom: 15px;
    }
    
    .ss-entry .row > [class*="col-"]:not([class*="col-xs-"]):not(:last-child),
    .ss-entry .ss-lg-table-row > [class*="col-"]:not([class*="col-xs-"]):not(:last-child),
    .ss-entry .ss-md-table-row > [class*="col-"]:not([class*="col-xs-"]):not(:last-child),
    .ss-entry .ss-sm-table-row > [class*="col-"]:not([class*="col-xs-"]):not(:last-child),
    .ss-lg-table-row.ss-xs-small-offset > [class*="col-"]:not([class*="col-xs-"]):not(:last-child),
    .ss-md-table-row.ss-xs-small-offset > [class*="col-"]:not([class*="col-xs-"]):not(:last-child),
    .ss-sm-table-row.ss-xs-small-offset > [class*="col-"]:not([class*="col-xs-"]):not(:last-child),
    .ss-page-content .ss-widget .row > [class*="col-"]:not([class*="col-xs-"]):not(:last-child),
    .ss-widget .ss-lg-table-row > [class*="col-"]:not([class*="col-xs-"]):not(:last-child),
    .ss-widget .ss-md-table-row > [class*="col-"]:not([class*="col-xs-"]):not(:last-child),
    .ss-widget .ss-sm-table-row > [class*="col-"]:not([class*="col-xs-"]):not(:last-child) {
      margin-bottom: 10px;
    }
    
    [class*="col-"]:not([class*="col-xs-"]).ss-right-edge,
    [class*="col-"]:not([class*="col-xs-"]) > .ss-right-edge {
      text-align: inherit;
    }

    .ss-header:not([class*="ss-type-"]) .ss-top-bar .ss-hr-list,
    .ss-header:not([class*="ss-type-"]) .ss-top-bar .ss-hr-list:last-child {
      float: none;
      display: block;
    }

    .ss-header:not([class*="ss-type-"]) .ss-top-bar .ss-hr-list > li {
      display: inline-block;
      height: auto;
      padding-top: 3px;
      padding-bottom: 3px;
      border-left: none;
      border-right: none;
    }

    .ss-newsletter > * {
      display: block;
    }

    .ss-newsletter > *:not(:last-child) {
      padding-right: 0px;
    }

    .ss-newsletter .ss-title,
    .ss-newsletter .ss-description {
      width: auto;
    }
    
    .owl-carousel .owl-prev,
    .owl-carousel .owl-next {
      font-size: 30px;
      margin-top: -15px;
    }

    .owl-carousel.owl-dotted:not(.owl-right-aligned-dots) .owl-prev,
    .owl-carousel.owl-dotted:not(.owl-right-aligned-dots) .owl-next {
      margin-top: -49px;
    }

    .ss-footer-widget-area.ss-cols-7 .ss-widget-col,
    .ss-footer-widget-area.ss-cols-6 .ss-widget-col,
    .ss-footer-widget-area.ss-cols-5 .ss-widget-col,
    .ss-footer-widget-area.ss-cols-4 .ss-widget-col,
    .ss-footer-widget-area.ss-cols-3 .ss-widget-col,
    .ss-footer-widget-area.ss-cols-2 .ss-widget-col,
    .ss-footer-widget-area.ss-cols-7 .ss-widget-col.ss-growth,
    .ss-footer-widget-area.ss-cols-6 .ss-widget-col.ss-growth,
    .ss-footer-widget-area.ss-cols-5 .ss-widget-col.ss-growth,
    .ss-footer-widget-area.ss-cols-4 .ss-widget-col.ss-growth,
    .ss-footer-widget-area.ss-cols-3 .ss-widget-col.ss-growth,
    .ss-footer-widget-area.ss-cols-2 .ss-widget-col.ss-growth {
      width: 100%;
    }

    .ss-footer .ss-fsection {
      padding-left: 15px;
      padding-right: 15px;
    }

    .ss-footer .container .ss-fsection {
      padding-left: 0;
      padding-right: 0;
    }

    .ss-half-page-cols {
      display: block;
    }

    .ss-half-page-cols .ss-text-col {
      display: block;
      padding-top: 30px;
      padding-bottom: 30px;
    }
    
    .ss-half-page-cols .ss-media-col {
      display: block;
      height: 0;
      padding-bottom: 56%;
    }

    .ss-half-page-cols .ss-counters-holder:not(:last-child),
    .ss-half-page-cols .ss-text-col .ss-section-description:not(:last-child) {
      margin-bottom: 30px;
    }
    
    .ss-team-members.ss-cols-4:not(.owl-carousel),
    .ss-team-members.ss-cols-3:not(.owl-carousel),
    .ss-team-members.ss-cols-2:not(.owl-carousel) {
      text-align: center;
    }
    
    .ss-team-members.ss-cols-4:not(.owl-carousel) .ss-team-member,
    .ss-team-members.ss-cols-3:not(.owl-carousel) .ss-team-member,
    .ss-team-members.ss-cols-2:not(.owl-carousel) .ss-team-member,
    .ss-has-sidebar .ss-team-members.ss-cols-4:not(.owl-carousel) .ss-team-member,
    .ss-has-sidebar .ss-team-members.ss-cols-3:not(.owl-carousel) .ss-team-member,
    .ss-has-sidebar .ss-team-members.ss-cols-2:not(.owl-carousel) .ss-team-member {
      width: auto;
      min-width: 200px;
      max-width: 200px;
    }
    
    .ss-page-header,
    .ss-page-header.ss-type-2 {
      padding-top: 40px;
    }
    
    .ss-page-header.ss-type-2 .ss-page-header-content > .container > *:last-child:not(:only-child) {
      margin-top: 10px;
    }
    
    .ss-header .ss-bottom-bar {
      padding-top: 15px;
      padding-bottom: 15px;
      height: auto;
    }
    
    .ss-header .ss-bottom-bar .ss-bottom-bar-action {
      float: none;
    }

    .ss-page-header.ss-type-6 .ss-employers .owl-prev,
    .ss-page-header.ss-type-6 .ss-employers .owl-next {
      opacity: 1;
    }
    
    .ss-page-header.ss-type-6 .ss-employers .owl-prev:hover,
    .ss-page-header.ss-type-6 .ss-employers .owl-next:hover {
      color: #222;
    }

    .ss-page-header.ss-type-6 {
      padding-top: 40px;
      padding-bottom: 40px;
    }
    
    .ss-page-header.ss-type-6 .ss-page-title {
      font-size: 40px;
      line-height: 40px;
    }
    
    .owl-carousel.owl-right-aligned-dots {
      padding-right: 0px;
    }

    .owl-carousel.owl-right-aligned-dots .owl-dots {
      position: static;
      text-align: center;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
    }

    .owl-carousel.owl-right-aligned-dots .owl-dots {
      margin-top: 32px;
      margin-left: -4px;
      margin-right: -4px;
    }
    
    .owl-carousel.owl-right-aligned-dots .owl-dots .owl-dot {
      display: inline-block;
      margin: 8px 4px 0;
    }

    .owl-carousel.owl-right-aligned-dots .owl-dots .owl-dot:not(:last-child) {
      margin-bottom: 0px;
    }

    .ss-section.ss-fw .ss-employers {
      padding-left: 20px;
      padding-right: 20px;
    }

    form .row > [class*="col-"]:not([class*="col-xs-"]):not(:last-child) {
      margin-bottom: 15px;
    }

    .ss-counters-holder.ss-cols-4 .ss-counter, .ss-counters-holder.ss-cols-3 .ss-counter, .ss-counters-holder.ss-cols-2 .ss-counter {
      width: 50%;
    }
    
    .ss-counters-holder.ss-type-2.ss-cols-4 .ss-counter,
    .ss-counters-holder.ss-type-2.ss-cols-3 .ss-counter,
    .ss-counters-holder.ss-type-2.ss-cols-2 .ss-counter {
      width: 100%;
    }

    .ss-icon-boxes:not(.ss-type-2) {
      text-align: center;
    }
    
    .ss-icon-boxes.ss-list-type {
      padding: 50px 20px 28px;
      display: block;
      width: 100%;
      min-height: 250px;
    }
    
    .ss-icon-boxes.ss-list-type .ss-icon-wrap {
      padding: 0 20px;
      margin-bottom: 28px;
      min-height: 117px;
      display: block;
      text-align: center;
      width: 100%;
      vertical-align: middle;
    }
    
    .ss-icon-boxes.ss-list-type .ss-icon-text-wrap {
      display: block;
      vertical-align: middle;
    }
    
    .ss-icon-boxes.ss-list-type .ss-icon-text-wrap h3 {
      margin-bottom: 17px;
    }

    .ss-template-404 h1 {
      font-size: 180px;
      line-height: 150px;
    }
    
    .ss-template-404 .ss-404-message {
      padding-left: 0px;
      padding-right: 0px;
    }
    
    .ss-entries[class*="ss-cols-"] {
      text-align: center;
    }

    .ss-entries[class*="ss-cols-"] .ss-entry-wrap {
      text-align: left;
    }

    .ss-entries[class*="ss-cols-"]:not(.ss-isotope) .ss-entry-wrap {
      min-width: 360px;
      max-width: 360px;
      width: auto;
    }
    
    .ss-entries.ss-isotope .ss-entry-wrap {
      width: 100%;
    }

    .ss-entries-nav .ss-entry,
    .ss-entries-nav .ss-entry .ss-entry-thumb,
    .ss-entries-nav .ss-entry .ss-entry-info {
      display: block;
    }
    
    .ss-entries-nav .ss-entry-thumb {
      padding-right: 0px;
      width: auto;
    }

    .ss-entries-nav .ss-entry-thumb:not(:last-child) {
      margin-bottom: 13px;
    }
    
    .ss-entries-nav .ss-previous-entry {
      padding-right: 10px;
    }
    
    .ss-entries-nav .ss-next-entry {
      padding-left: 10px;
    }
    
    .comments-list .avatar {
      max-width: 70px;
    }

    .comments-list p,
    .comments-list .comment-meta,
    .comments-list .comment .reply,
    .comments-list .comment-author cite,
    .comments-list .comment-author .fn {
      padding-left: 90px;
    }
    
    .comments-list .comment-meta .reply,
    .ss-entries-nav .ss-next-entry .ss-entry-thumb {
      padding-left: 0px;
    }
    
    .comments-list .comment .comment {
      padding-left: 20px;
    }
    
    .ss-acc-menu-container nav {
      padding: 10px;
    }
    
    .ss-acc-menu-container .ss-mobile-nav-btn {
      background-color: #222;
      color: #fff;
    }
    
    .ss-acc-menu-container .ss-mobile-nav-btn.ss-opened {
      background-color: rgba(34, 34, 34, 0.2);
      border-color: #222;
      color: #222;
    }
    
    .ss-acc-menu-container .ss-account-menu {
      padding-top: 10px;
      text-align: left;
    }
    
    .ss-acc-menu-container .ss-account-menu li {
      float: none;
      display: block;
    }
    
    .ss-acc-menu-container .ss-account-menu li a {
      display: block;
    }

    .ss-alert.ss-type-5 .ss-alert-inner button {
      margin-top: 10px;
    }

      .ss-table-container.ss-horizontal thead {
      display: none;
    }

    .ss-table-container.ss-horizontal tfoot {
      text-align: center;
    }

    .ss-table-container.ss-horizontal td,
    .ss-table-container.ss-horizontal th {
      display: block;
      text-align: inherit;
    }

    .ss-table-container.ss-horizontal td[data-title],
    .ss-table-container.ss-horizontal th[data-title] {
      display: table;
      width: 100%;
      table-layout: fixed;
    }

    .ss-table-container.ss-horizontal td[data-title] .ss-cell-content,
    .ss-table-container.ss-horizontal th[data-title] .ss-cell-content {
      display: table-cell;
      vertical-align: middle;
    }

    .ss-table-container.ss-horizontal td[data-title]::before,
    .ss-table-container.ss-horizontal th[data-title]::before {
      display: table-cell;
    }  

      .ss-pricing-tables.ss-cols-3 .ss-pricing-plan-container,
    .ss-pricing-tables.ss-cols-2 .ss-pricing-plan-container {
      width: 100%;
    }  

      .ss-additional-nav-wrap,
    .ss-additional-nav {
      padding: 10px 0;
    }
    .ss-additional-nav > li {
      display: block;
    }  

      .ss-table-messages .ss-avatar-col,
    .ss-table-announcements .ss-author-col,
    .ss-table-announcements .ss-actions-col {
      width: 100%;
    }

    .ss-message,
    .ss-announcement,
    .ss-directory,
    .ss-table-directories .ss-actions-col {
      text-align: center;
    }

    .ss-message .ss-author-box {
      padding-left: 0;
      display: block;
    }

    .ss-message .ss-author-box .ss-avatar,
    .ss-announcement .ss-author-box .ss-avatar,
    .ss-directory .ss-author-box .ss-avatar {
      display: block;
      float: none;
      margin: 0 auto 20px;
    }

    input[type="checkbox"].ss-message-checkbox + label {
      position: relative;
      top: auto;
      left: auto;
      margin: 0 auto 20px;
    }  
    
    .ss-property-listing.ss-cols-4:not(.owl-carousel),
    .ss-property-listing.ss-cols-3:not(.owl-carousel),
    .ss-property-listing.ss-cols-2:not(.owl-carousel) {
      text-align: center;
    }

    .ss-property-listing.ss-cols-4:not(.owl-carousel) .ss-property-wrap,
    .ss-property-listing.ss-cols-3:not(.owl-carousel) .ss-property-wrap,
    .ss-property-listing.ss-cols-2:not(.owl-carousel) .ss-property-wrap,
    .ss-has-sidebar .ss-property-listing.ss-cols-4:not(.owl-carousel) .ss-property-wrap,
    .ss-has-sidebar .ss-property-listing.ss-cols-3:not(.owl-carousel) .ss-property-wrap,
    .ss-has-sidebar .ss-property-listing.ss-cols-2:not(.owl-carousel) .ss-property-wrap {
      width: auto;
      max-width: 292px;
      min-width: 292px;
      text-align: initial;
    }

    .ss-listings.ss-cols-4 .ss-listing-item-wrap,
    .ss-listings.ss-cols-3 .ss-listing-item-wrap,
    .ss-listings.ss-cols-2 .ss-listing-item-wrap,
    .ss-has-sidebar .ss-listings.ss-cols-4 .ss-listing-item-wrap,
    .ss-has-sidebar .ss-listings.ss-cols-3 .ss-listing-item-wrap,
    .ss-has-sidebar .ss-listings.ss-cols-2 .ss-listing-item-wrap,
    .ss-explore-layout .ss-listings.ss-cols-4:not(.ss-list-view) .ss-listing-item-wrap,
    .ss-explore-layout .ss-listings.ss-cols-3:not(.ss-list-view) .ss-listing-item-wrap  {
      width: 100%;
    }

    .ss-listings.ss-type-1.ss-list-view .ss-listing-item {
      padding: 0px;
    }

    .ss-listings.ss-type-1.ss-list-view .ss-listing-item-media {
      width: auto;
      float: none;
      margin: 0;
    }

    .ss-listings.ss-type-1.ss-list-view .ss-listing-item-info {
      padding: 17px 20px;
    }

    .ss-oneline-row-action,
    .ss-oneline-form.ss-type-2 .ss-oneline-row-action {
      padding-right: 0;
    }

    [class*="ss-oneline-row"].ss-title {
      padding-left: 0;
    }

    .ss-oneline-fields:not(:last-child) {
      margin-bottom: 10px;
    }

    .ss-oneline-row-title {
      padding: 0;
    }

    .ss-oneline-row-title:not(:last-child) {
      margin-bottom: 10px;
    }

    .ss-oneline-action,
    .ss-oneline-row-title {
      position: static;
    }

    .ss-page-header.ss-type-7 {
      padding-top: 60px;
      padding-bottom: 60px;
    }

    .ss-page-header.ss-type-7 .ss-page-title {
      font-size: 46px;
    }

    .ss-page-header.ss-type-7 .ss-page-header-content > .container > *:last-child:not(:only-child) {
      margin-top: 30px;
    }

    .ss-testimonials.ss-container-v1::after {
      display: none;
    }

    .ss-testimonials.ss-container-v1 .ss-testimonial {
      width: 100%;
    }

    .ss-testimonials.ss-container-v1 .ss-testimonial:first-child {
      padding-top: 0;
    }

    .ss-testimonials.ss-container-v1 .ss-testimonial:last-child {
      padding-bottom: 0;
    }

    .ss-categories.ss-cols-5.ss-type-1 .ss-category-item,
    .ss-categories.ss-cols-4.ss-type-1 .ss-category-item,
    .ss-categories.ss-cols-3.ss-type-1 .ss-category-item,
    .ss-categories.ss-cols-5.ss-type-2 .ss-category-item,
    .ss-categories.ss-cols-4.ss-type-2 .ss-category-item,
    .ss-categories.ss-cols-3.ss-type-2 .ss-category-item {
      width: 50%;
    }

    .ss-page-header.ss-type-3 {
      padding-top: 30px;
      padding-bottom: 30px;
      height: auto;
    }

    .ss-page-header.ss-type-3 .ss-page-header-content {
      position: static;
    }

    .ss-categories.ss-cols-5.ss-type-3 .ss-category-item,
    .ss-categories.ss-cols-4.ss-type-3 .ss-category-item,
    .ss-categories.ss-cols-3.ss-type-3 .ss-category-item {
      width: 100%;
    }

    .ss-testimonials.ss-type-4 .ss-testimonial {
      padding-left: 110px;
    }

    .ss-testimonials.ss-type-4 .ss-avatar {
      max-width: 80px;
    }

    .ss-listings.ss-type-5.ss-list-view .ss-listing-item {
      padding: 10px 10px 20px;
    }

    .ss-listings.ss-type-5.ss-list-view .ss-listing-item-date:not(:last-child) {
      margin-bottom: 10px;
    }

    .ss-listings.ss-type-5.ss-list-view .ss-listing-item-media {
      float: none;
      margin: 0;
      max-width: initial;
    }

    .ss-listings.ss-type-5.ss-list-view .ss-listing-item-header {
      padding-right: 0;
    }

    .ss-listings.ss-type-5.ss-list-view .ss-listing-item-footer {
      position: static;
    }

    .ss-listings.ss-type-5.ss-list-view .ss-listing-item-footer [class*="table-row"],
    .ss-listings.ss-type-5.ss-list-view .ss-listing-item-footer [class*="table-row"] > [class*="col-"] {
      text-align: initial;
    }

    .ss-categories.ss-cols-5.ss-type-4 .ss-category-item,
    .ss-categories.ss-cols-4.ss-type-4 .ss-category-item,
    .ss-categories.ss-cols-3.ss-type-4 .ss-category-item {
      width: 50%;
    }

    .ss-datalist.ss-cols-2 .ss-datalist-item {
      width: 100%;
    }

    .ss-reviews.ss-type-2 .ss-review-title {
      padding-right: 0;
    }

    .ss-reviews.ss-type-2 .comments-list {
      text-align: center;
    }

    .ss-reviews.ss-type-2 .comments-list .comment-author {
        float: none;
        margin-left: auto;
        margin-right: auto;
    }

    .ss-reviews.ss-type-2 .ss-review-share-title {
      display: inline-block;
      float: none;
      padding: 0;
    }

    .ss-reviews.ss-type-2 .ss-review-images,
    .ss-reviews.ss-type-2 .ss-review-title,
    .ss-reviews.ss-type-2 .ss-evaluations,
    .ss-reviews.ss-type-2 .ss-review-share,
    .ss-reviews.ss-type-2 .comments-list p,
    .ss-reviews.ss-type-2 .comments-list .comment-meta,
    .ss-reviews.ss-type-2 .comments-list .comment .reply,
    .ss-reviews.ss-type-2 .comments-list .comment-author cite,
    .ss-reviews.ss-type-2 .comments-list .comment-author .fn {
      padding-left: 0;
    }

    .ss-reviews.ss-type-2 .ss-likes {
      position: static;
    }

    .ss-reviews.ss-type-2 .ss-review-share:not(:last-child) {
      margin-bottom: 15px;
    }

    .ss-def-list dt,
    .ss-box .ss-def-list dt{
      float: none;
      width: auto;
      margin-bottom: 5px;
    }

    .ss-box .ss-def-list dd {
      padding-left: 0;
    }

    .ss-additional-nav-wrap {
      text-align: center;
    }

    .ss-header .ss-hcontent {
      margin-top: 0;
    }


    .ss-header.ss-type-3 .ss-top-bar .ss-hr-list {
      display: block;
      float: none;
    }

    .ss-header.ss-type-3 .ss-top-bar .ss-hr-list > li {
      display: inline-block;
      vertical-align: middle;
      height: auto;
      padding-left: 10px !important;
      padding-right: 10px !important;
    }

    .ss-header.ss-type-3 .ss-top-bar .ss-hr-list:last-child {
      float: none;
    }

    .ss-header.ss-type-4 .ss-navigation > li:not(:first-child)::before {
      display: none;
    }

    .ss-header.ss-type-4 .ss-navigation > li,
    .ss-header.ss-type-4 .ss-navigation > li > a {
      display: block;
    }

  }
  @media only screen and (max-width: 500px) {
    
    .ss-login-modal,
    .ss-sign-up-modal {
      width: 280px;
    }

    .ss-login-modal .align-right,
    .ss-sign-up-modal .align-right {
      text-align: inherit;
    }

    .ss-left-aligned-labels label {
      width: 130px;
      padding-right: 10px;
    }

    .ss-left-aligned-labels .ss-input-wrapper {
      width: calc(100% - 130px);
    }

    .ss-counters-holder.ss-cols-4 .ss-counter,
    .ss-counters-holder.ss-cols-3 .ss-counter,
    .ss-counters-holder.ss-cols-2 .ss-counter {
      width: 100%;
    }

    .ss-template-404 h1 {
      font-size: 150px;
      line-height: 130px;
    }
    
    .ss-entries[class*="ss-cols-"]:not(.ss-isotope) .ss-entry-wrap {
      min-width: initial;
      max-width: initial;
      width: 100%;
    }
    
    .ss-sorting,
    .ss-sorting .ss-results {
      display: block;
    }

    .ss-sorting .ss-results:not(:last-child) {
      margin-bottom: 10px;
    }
    
    .ss-sorting .ss-sort {
      text-align: initial;
    }

    .ss-cssanimations .ss-entry .ss-entry-shop-controls [class*="ss-btn"],
    .ss-cssanimations .ss-entry:hover .ss-entry-shop-controls [class*="ss-btn"] {
      -webkit-animation: none;
      animation: none;
    }
    
    .ss-no-cssanimations .ss-entry .ss-entry-shop-controls [class*="ss-btn"] {
      visibility: visible;
    }
    
    .ss-entry .ss-entry-shop-controls {
      display: block;
    }
    
    .ss-entry .ss-entry-shop-controls .ss-price,
    .ss-entry .ss-entry-shop-controls .ss-actions {
      display: block;
    }
    
    .ss-entry .ss-entry-shop-controls .ss-actions:not(:first-child) {
      text-align: inherit;
      width: auto;
    }

    .ss-entry .ss-entry-shop-controls .ss-price:not(:last-child) {
      margin-bottom: 15px;
    }
    
    .ss-entry.ss-single .ss-entry-shop-controls .ss-price:not(:last-child) {
      margin-bottom: 0px;
    }

    .ss-my-account .ss-my-account-avatar {
      float: none;
      width: 100%;
      margin-right: 0;
      margin-left: 0;
      margin-bottom: 20px;
      text-align: center;
    }

      .ss-tour-sections-nav{
      width: auto;
      float: none;
    }

    .ss-tabs-container,
    .ss-tour-sections-nav > li > a{
      border-radius: 4px;
    }

    .ss-tour-sections-nav:not(:last-child){
      margin-bottom: 4px;
    }  

      .ss-my-account {
      padding-bottom: 30px;
    }

    .ss-my-account .ss-author-box .ss-avatar {
      float: none;
      margin-right: auto;
      margin-bottom: 15px;
    }  


    .ss-testimonials:not([class*="ss-type"]) {
      text-align: center;
    }

    .ss-testimonials:not([class*="ss-type"]) .ss-author-box {
      float: none;
      margin-right: auto;
      margin-left: auto;
      max-width: 120px;
    }

    .ss-testimonials:not([class*="ss-type"]) .ss-author-box:not(:last-child) {
      margin-bottom: 20px;
    }

    .ss-categories.ss-cols-5.ss-type-1 .ss-category-item,
    .ss-categories.ss-cols-4.ss-type-1 .ss-category-item,
    .ss-categories.ss-cols-3.ss-type-1 .ss-category-item,
    .ss-categories.ss-cols-2.ss-type-1 .ss-category-item,
    .ss-categories.ss-cols-5.ss-type-2 .ss-category-item,
    .ss-categories.ss-cols-4.ss-type-2 .ss-category-item,
    .ss-categories.ss-cols-3.ss-type-2 .ss-category-item,
    .ss-categories.ss-cols-2.ss-type-2 .ss-category-item {
      width: 100%;
    }

    .ss-testimonials.ss-type-4 .ss-testimonial {
      text-align: center;
      padding-left: 0px;
    }

    .ss-testimonials.ss-type-4 .ss-testimonial-content:not(:last-child) {
      margin-bottom: 30px;
    }

    .ss-testimonials.ss-type-4 .ss-avatar {
      position: static;
      max-width: 120px;
    }

    .ss-testimonials.ss-type-4 .ss-author-box {
      margin-left: auto;
      margin-right: auto;
    }

    .ss-listings.ss-type-3.ss-list-view .ss-listing-item-media {
      float: none;
      margin-left: auto;
      margin-right: auto;
    }

    .ss-listings.ss-type-3.ss-list-view .ss-listing-item {
      text-align: center;
    }

    .ss-listings.ss-type-3.ss-list-view .ss-listing-item-info {
      padding-right: 0;
    }

    .ss-listings.ss-type-3.ss-list-view .ss-listing-item-header {
      position: static;
    }

    .ss-listings.ss-type-3.ss-list-view .ss-listing-item-header:not(:last-child),
    .ss-listings.ss-type-3.ss-list-view .ss-listing-item-media:not(:last-child) {
      margin-bottom: 12px;
    }

    .ss-listings.ss-type-3.ss-list-view .ss-listing-item-header [class*="table-row"],
    .ss-listings.ss-type-3.ss-list-view .ss-listing-item-header [class*="table-row"] > [class*="col-"],
    .ss-widget .ss-listings.ss-type-3.ss-list-view .ss-listing-item-header [class*="table-row"],
    .ss-widget .ss-listings.ss-type-3.ss-list-view .ss-listing-item-header [class*="table-row"] > [class*="col-"] {
      text-align: inherit;
    }

    .ss-listings.ss-type-4.ss-list-view .ss-listing-item-media {
      max-width: 60px;
    }

    .ss-listings.ss-type-4.ss-list-view .ss-listing-item-header {
      position: static;
      padding-left: 10px;
    }

    .ss-listings.ss-type-4.ss-list-view .ss-listing-item-header:not(:last-child) {
      margin-bottom: 5px;
    }

    .ss-listings.ss-type-4.ss-list-view .ss-listing-item-info {
      padding-right: 0;
    }

    .ss-categories.ss-cols-5.ss-type-4 .ss-category-item,
    .ss-categories.ss-cols-4.ss-type-4 .ss-category-item,
    .ss-categories.ss-cols-3.ss-type-4 .ss-category-item,
    .ss-categories.ss-cols-2.ss-type-4 .ss-category-item {
      width: 100%;
    }

    .ss-page-header.ss-type-4 .ss-custom-select .ss-selected-option {
      white-space: initial;
    }

  }

/* my css */

.logo{
  width: 172px;
}
.ss-current{
  background: #ffc107;
}
.ss-has-children a{
  color: #fff !important;
}
 .ss-nomber-info i, .ss-mail-info i {
    display: inline-block;
    color: #999;
    margin-top: 2px;
    margin-right: 8px;
}
.ss-red-theme .ss-property .ss-property-extra-container a:hover{
  color: #fff;
}

@media(max-width:480px){
    .logo{
        width:250px;
    }
    .ss-header .ss-hsection {
    width: 100%;
    padding: 20px 0px;
}
}

  .ss-header.ss-light .ss-navigation > li > a{
      /*line-height: 24px;*/
    color:#fff;
}

.bg{
  background-image: url('../img/intro-bg.jpg');
  height: 70vh;
  background-size: cover;
  background-position: center;
}

.lft-styl h3{
  font-size: 18px;
    /*color: #ffc107;*/
    color: #0969ad;
    margin-bottom: 5px;
    line-height: 23px;
}
.lft-styl p{
    /*color: #fff;*/
    /*padding-bottom: 3em;*/
    color: #1c1c1c;
    padding-bottom: 1em;
}
.lft-styl{
  /*padding-top: 50px;*/
  /*  padding-bottom: 30px;*/
    padding-top: 2px;
    padding-bottom: 2px;
}
.rt-styl{
  /*background: #337ab7;*/
  /*padding-top: 50px;*/
  /*  padding-bottom: 50px;*/
}
.ss-s-bg{
    background:#337ab7;
    padding-top:10px;
    padding-bottom:10px;
}
.lft-styl a:hover{
  text-decoration: none;
}
.page-bg1{
  /*background-image: url('../img/bgg.jpg');*/
  background-size: cover;
  width: 100%;
}
.c-s{
  font-size: 22px;
    color: #ffc107;
    text-align:center;
    margin-bottom:9px !important;
}
.ss-testimonial-content p, .ss-testimonial-content h4, .ss-testimonial-content a{
  color: #fff;
}
.devi{
 height: 18px;
    margin: 0 auto;
    display: table;
    margin-bottom: 10px;
}
@media(max-width:480px){
  .lft-styl {
    padding-bottom: 0;
}
}

.text-center{
  text-align: center;
}

.ft-gal img{
  width: 87px;
    margin: 5px;
    height: 100%;
}


.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 2px solid #337ab7;
    border-radius: 0.25rem;
    margin-bottom: 2em;
}
.card-header {
    padding: 9px 1.25rem;
    margin-bottom: 0;
    background-color: #337ab7;
    border-bottom: 1px solid rgba(0,0,0,.125);
    color: #fff;
}
.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}
.text-center{
  text-align: center;
}
.login-blk input{
    /*margin-bottom: 3px;*/
  margin-bottom: 14px;
}
.text-right{
  text-align: right;
}
.login-btn{
  background: #337ab7;
    padding: 6px 20px;
    border-radius: 5px;
    color: #fff;
    height: 33px;
    display: inline-block;
}
.group-item{
  margin-top: 3em;
    margin-bottom: 1em;
}
@media(max-width:768px){
  .d-none{
    display: none;
  }
}

/*=======*/

.ss-toggle-title, .ss-accordion-title {
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    cursor: pointer;
    padding: 7px 50px 5px 20px;
    border-radius: 4px;
    background: #337ab7;
    position: relative;
    z-index: 1;
    margin-top: 4px;
    -webkit-transition: border-radius .6s cubic-bezier(0.23, 1, 0.32, 1), background-color .2s cubic-bezier(0.23, 1, 0.32, 1);
    transition: border-radius .6s cubic-bezier(0.23, 1, 0.32, 1), background-color .2s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.ss-toggle-title.ss-active, .ss-accordion-title.ss-active {
    background: #337ab7;
    border-radius: 4px 4px 0 0;
    /* border: 2px solid #000; */
}
.ss-accordion-definition{
  border: 2px solid #337ab7;
}
.ss-toggle-title, .ss-accordion-title {
    font-size: 14px;
    }

    .mb-1{
      margin-bottom: 1em;
    }

    input[type="file"]{
      display: block;
    width: 100%;
    height: 40px;
    background: #fff;
    border: 2px solid #f0f0f0;
    border-radius: 4px;
    padding: 0 20px;
    color: #a5a5a5;
    line-height: 36px;
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition-property: box-shadow;
    -o-transition-property: box-shadow;
    -webkit-transition-property: box-shadow;
    transition-property: box-shadow;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -moz-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.img-top-blk{
     height: 203px;
     overflow:hidden;
     margin-bottom: 1em;
}
@media(min-width:768px){
    .mar-r-res{
        margin-left: 0px !important;
    }
    .img-top-blk{
     height: 226px;
     overflow:hidden;
     margin-bottom: 1em;
}
}
.img-top-blk img{
   
    width: 100%;
    margin-bottom: 10px;
    
}

.test-mar{
   margin-top:13px;
}
.lt-sub h3{
    margin-bottom: 0;
}
.subscribe-blk{
    padding: 14px 22px;
}
.ext-pad{
    padding-left: 68px !important;
}
.ss-social-links{
    text-align:right;
}
.green-pls{
    background: #2a971c;
    color: #fff;
    padding: 9px 10px 9px 10px;
    line-height: 10px;
    border-radius: 5px;
    font-size: 17px;
    margin-left: 10px;
}
.red-mns{
     background: red;
    color: #fff;
    padding: 9px 10px 9px 10px;
    line-height: 10px;
    border-radius: 5px;
    font-size: 17px;
    margin-left: 10px;
}
.sht-input input{
    font-size: 11px;
}
.search-btn{
    background: #337ab7;
    color: #fff;
    font-size: 13px;
    padding: 12px 19px;
    line-height: 13px;
    border-radius: 5px;
}
.lft-girl{
    /*width: 100%;*/
    /*float: right;*/
    /*margin-right: 5px;*/
    width: auto;
    /* float: right; */
    margin-right: 5px;
    max-width: 112%;
}
.cont-agnt{
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    display: inline-block;
    vertical-align: top;
    border-radius: 4px;
    padding: 3px 18px 3px;
    border: 2px solid transparent;
    text-decoration: none !important;
    -webkit-transition: background-color .7s cubic-bezier(0.23, 1, 0.32, 1), color .7s cubic-bezier(0.23, 1, 0.32, 1), border-color .7s cubic-bezier(0.23, 1, 0.32, 1);
    transition: background-color .7s cubic-bezier(0.23, 1, 0.32, 1), color .7s cubic-bezier(0.23, 1, 0.32, 1), border-color .7s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #70af1a;
}
@media(max-width:767px){
    .ext-pad {
    padding-left: 15px !important;
}
}

.contact-blk h3{
    color:#fff;
}
.contact-blk .ss-def-list dt {
   color: #fff; 
}
.contact-blk .ss-def-list dt a {
    color: #fff;
}
.ss-sidebar .ss-widget a{
 color: #000;   
}
.select-style{
    width: 100%;
    height: 40px;
    background: #fff;
    border: 2px solid #f0f0f0;
    border-radius: 4px;
    padding: 0 20px;
    color: #a5a5a5;
    line-height: 36px;
    text-align: left;
    margin-bottom: 5px;
}
.select-style option{
    cursor: default;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 40px;
    position: relative;
    z-index: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.select-style option::after {
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    right: 20px;
    top: 50%;
    font-size: 20px;
    line-height: 20px;
    margin-top: -10px;
}
.select-style:focus-visible{
  
    border: 2px solid #f0f0f0 !important;
    outline: none;
  
}
.req{
    font-size: 12px;
    margin: 5px 0px 4px;
    position: absolute;
    top: -12px;
    background: #fff;
    z-index:9999;
}
/*.alert{*/
/*    padding: 6px;*/
/*    font-size: 15px !important;*/
/*    border-radius: 5px;*/
/*    margin-bottom: 10px;*/
/*}*/
/*.alert-success{*/
/*   background: #b3d793;  */
/*}*/
/*.alert button{*/
/*    background: #748399;*/
/*    padding: 0px 5px;*/
/*    border-radius: 5px;*/
/*    color: #fff;*/
/*    margin-right: 5px;*/
/*}*/



.ss-listing-item-thumbnail{ 
    height: 193px;
}
.ss-listings.ss-type-1 .ss-listing-item-info {
    padding-bottom: 13px;
    min-height: 150px;
}
.ss-listings p{
    color: #555;
    font-size: 16px;
    margin-left: 15px;
    margin-top: 45px;
}

.arrow-rel {
    position: relative;
}
.arrow-rel i {
    position: absolute;
    right: 12px;
    top: 11px;
    z-index: 999;
    color: #a39b9b;
    font-size: 17px;
}









 details[open] .sst::before {
	 transform: rotate(-135deg) translate(-30%, 0%);
}
 details:not(:first-child) {

}
 .sst {
	 display: flex;
	 align-items: center;
	 position: relative;

}
 .sst::-webkit-details-marker {
	 display: none;
}
 .sst::before {
	 content: '';
	 display: block;
	 height: 9px;
	 flex: 0 0 9px;
	 margin-right: 20px;
	 border-right: 2px solid #fff;
	 border-bottom: 2px solid #fff;
	 transition: all 0.3s;
	 transform: rotate(45deg) translate(0, -30%);
}

.ss-icons-list li span{
    font-size: 16px;
    line-height: inherit;
    position: absolute;
    top: -1px;
    left: 0;
}

.spc-loc{
        line-height: 15px !important;
}
.ss-icons-list .spc-loc span{
    font-size: inherit !important;
    line-height: inherit !important;
    position: inherit !important;
    top: 0 !important;
    left: 0;
    display: flex;
}
.ss-icons-list .spc-loc span i{
    margin-right:5px;
}
.ss-icons-list > .spc-loc {
    padding-left: 0;
    position: relative;
    z-index: 1;
    margin-bottom: 9px !important;
    display:block !important;
}
/*.spc-loc-none{*/
/*    display:none !important;*/
/*}*/
.point-height{
    font-size: 14px !important;
    line-height: 17px !important;
}
@media(min-width:768px){
    .ss-navigation ul li a{
        line-height: 18px !important;
    }
}


    .pagination{
        display:flex;
        justify-content: center;
    }
    .pagination .page-item{
        padding: 2px 10px;
    border: 1px solid #0972a5;
    border-left: none;
    }
    .pagination .active{
        background: #0972a5 !important;
        color:#fff;
    }
    .pagination .page-item:first-child{
        border-left: 1px solid #0972a5;
    }
    .pagination .d-sm-none{
            display:none;
        }
        .pagination .text-muted{
            margin-bottom: 5px;
        }
    @media(max-width:767px){
        .pagination .d-sm-none{
            display:block;
        }
    }
    
    .hrr{
        margin-top: 10px;
    margin-bottom: 10px;
    }
    
    
    
    /*---------------------*/
   

legend {
  padding-bottom: 8px;
  text-transform: uppercase;
}

.radio-block {
  position: relative;
  display: flex;
  width: 210px;
  border: dashed var(--blue) 1px;
  border-radius: 20px;
  background-color: #F7F5F3;
  margin-top: 10px;
}

.radio-block .selected {
  position: absolute;
  top: 1px;
  left: 1px;
  width: calc(50% - 1px);
  height: calc(100% - 2px);
  border-radius: 20px;
  transition: transform 0.2s;
  background-color: var(--blue);
}

.radio-block label {
  position: relative !important;
  z-index: 100 !important;
  width: 50% !important;
  padding: 5px !important;
  transition: color 0.2s;
  text-align: center;
  cursor: pointer;
  margin-right: 0px !important;
}

.radio-block input[type=radio]:checked + label {
  color: #FFF;
  margin-right: 0px;
  
}

.radio-block input[type=radio]:checked + .off-label + .selected {
  transform: translateX(100%);
  margin-right: 0px;
}

/* ------ general style ------ */
:root {
  --blue: #337ab7;
}

.cd__main {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  font-family: "Montserrat";
  color: var(--blue);
  background-color: var(--blue) !important;
}

 .radio-block input[type=radio] {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  border: 0 !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}
.radio-block input[type="radio"] + label::before {
    border-radius: 50%;
    display:none;
}
.ss-datalist-item span i{
    float: left;
    position: absolute;
    left: 1px;
    top: 2px;
    color:#337ab7;
}
.ss-datalist-item{
    margin-bottom: 9px;
}

.ss-listing-item-data li i{
   float: left;
    position: absolute;
    left: 1px;
    top: 2px;
    color:#337ab7; 
}
.ss-listing-item-price-actions li i{
   float: left;
    position: absolute;
    left: 1px;
    top: 2px;
    color:#337ab7;  
}
.ss-listing-item-price > strong {
    color: #70af1a;
    font-size: 36px;
    line-height: 1em;
    display: inline-block;
    vertical-align: bottom;
}
@media(max-width:767px){
    .ss-listing-item-price > strong {
    font-size: 25px;
}
.btm-m0{
    margin-bottom:0px;
}
}

.ss-listing-item-wrap .ss-listing-item-data li i{
    position: static;
}
.ss-additional-nav li a span{
    margin-right: 5px;
    font-size: 16px;
    margin-top: 5px;
    display: inline-block;
}
.ss-additional-nav .ss-current > a, .ss-no-touchevents .ss-additional-nav li:hover > a{
    color: #fff;
    background-color: #128ac3;
}

/*==============================*/

.profile-nav, .profile-info{
    margin-top:30px;   
}

.profile-nav .user-heading {
    background: #337ab7;
    color: #fff;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    padding: 30px;
    text-align: center;
}

.profile-nav .user-heading.round a  {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 10px solid rgba(255,255,255,0.3);
    display: inline-block;
}

.profile-nav .user-heading a img {
    width: 112px;
    height: 112px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}

.profile-nav .user-heading h1 {
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 5px;
    color:#fff;
}

.profile-nav .user-heading p {
    font-size: 12px;
}

.profile-nav ul {
    margin-top: 1px;
}

.profile-nav ul > li {
    border-bottom: 1px solid #ebeae6;
    margin-top: 0;
    line-height: 30px;
}

.profile-nav ul > li:last-child {
    border-bottom: none;
}

.profile-nav ul > li > a {
    border-radius: 0;
    -webkit-border-radius: 0;
    color: #89817f;
    border-left: 5px solid #fff;
}



.profile-nav ul > li:last-child > a:last-child {
    border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
}

.profile-nav ul > li > a > i{
    font-size: 16px;
    padding-right: 10px;
    color: #bcb3aa;
}

.r-activity {
    margin: 6px 0 0;
    font-size: 12px;
}


.p-text-area, .p-text-area:focus {
    border: none;
    font-weight: 300;
    box-shadow: none;
    color: #c3c3c3;
    font-size: 16px;
}

.profile-info .panel-footer {
    background-color:#f8f7f5 ;
    border-top: 1px solid #e7ebee;
}

.profile-info .panel-footer ul li a {
    color: #7a7a7a;
}

.bio-graph-heading {
    background: #337ab7;
    color: #fff;
    text-align: center;
    font-style: italic;
    padding: 40px 110px;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    font-size: 16px;
    font-weight: 300;
}

.bio-graph-info {
    color: #89817e;
}

.bio-graph-info h1 {
    font-size: 22px;
    font-weight: 300;
    margin: 0 0 20px;
}

.bio-row {
    width: 50%;
    float: left;
    margin-bottom: 10px;
    padding:0 15px;
}

.bio-row p span {
    width: 100px;
    display: inline-block;
}

.bio-chart, .bio-desk {
    float: left;
}

.bio-chart {
    width: 40%;
}

.bio-desk {
    width: 60%;
}

.bio-desk h4 {
    font-size: 15px;
    font-weight:400;
}

.bio-desk h4.terques {
    color: #4CC5CD;
}

.bio-desk h4.red {
    color: #e26b7f;
}

.bio-desk h4.green {
    color: #97be4b;
}

.bio-desk h4.purple {
    color: #caa3da;
}

.file-pos {
    margin: 6px 0 10px 0;
}

.profile-activity h5 {
    font-weight: 300;
    margin-top: 0;
    color: #c3c3c3;
}

.summary-head {
    background: #ee7272;
    color: #fff;
    text-align: center;
    border-bottom: 1px solid #ee7272;
}

.summary-head h4 {
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.summary-head p {
    color: rgba(255,255,255,0.6);
}

ul.summary-list {
    display: inline-block;
    padding-left:0 ;
    width: 100%;
    margin-bottom: 0;
}

ul.summary-list > li {
    display: inline-block;
    width: 19.5%;
    text-align: center;
}

ul.summary-list > li > a > i {
    display:block;
    font-size: 18px;
    padding-bottom: 5px;
}

ul.summary-list > li > a {
    padding: 10px 0;
    display: inline-block;
    color: #818181;
}

ul.summary-list > li  {
    border-right: 1px solid #eaeaea;
}

ul.summary-list > li:last-child  {
    border-right: none;
}

.activity {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.activity.alt {
    width: 100%;
    float: right;
    margin-bottom: 10px;
}

.activity span {
    float: left;
}

.activity.alt span {
    float: right;
}
.activity span, .activity.alt span {
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    background: #eee;
    text-align: center;
    color: #fff;
    font-size: 16px;
}

.activity.terques span {
    background: #8dd7d6;
}

.activity.terques h4 {
    color: #8dd7d6;
}
.activity.purple span {
    background: #b984dc;
}

.activity.purple h4 {
    color: #b984dc;
}
.activity.blue span {
    background: #90b4e6;
}

.activity.blue h4 {
    color: #90b4e6;
}
.activity.green span {
    background: #aec785;
}

.activity.green h4 {
    color: #aec785;
}

.activity h4 {
    margin-top:0 ;
    font-size: 16px;
}

.activity p {
    margin-bottom: 0;
    font-size: 13px;
}

.activity .activity-desk i, .activity.alt .activity-desk i {
    float: left;
    font-size: 18px;
    margin-right: 10px;
    color: #bebebe;
}

.activity .activity-desk {
    margin-left: 70px;
    position: relative;
}

.activity.alt .activity-desk {
    margin-right: 70px;
    position: relative;
}

.activity.alt .activity-desk .panel {
    float: right;
    position: relative;
}

.activity-desk .panel {
    background: #F4F4F4 ;
    display: inline-block;
}


.activity .activity-desk .arrow {
    border-right: 8px solid #F4F4F4 !important;
}
.activity .activity-desk .arrow {
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
    display: block;
    height: 0;
    left: -7px;
    position: absolute;
    top: 13px;
    width: 0;
}

.activity-desk .arrow-alt {
    border-left: 8px solid #F4F4F4 !important;
}

.activity-desk .arrow-alt {
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
    display: block;
    height: 0;
    right: -7px;
    position: absolute;
    top: 13px;
    width: 0;
}

.activity-desk .album {
    display: inline-block;
    margin-top: 10px;
}

.activity-desk .album a{
    margin-right: 10px;
}

.activity-desk .album a:last-child{
    margin-right: 0px;
}
@media(max-width:767px){
    .bio-row {
    width: 100%;
    float: left;
    margin-bottom: 10px;
    padding: 0 15px;
}
.ss-box {
    border-radius: 4px;
    padding: 0px;
}
.ss-additional-nav-wrap .ss-mobile-nav-btn{
    text-align: center;
    margin: 0 auto;
}
}

.em1{
    font-size: 13px !important;
}
.ss-listing-item-media .ss-slideshow-thumbs .owl-item{
    height:53px;
    overflow:hidden;
}

.con-host{
    color: #fff;
    display: table;
    text-align: center;
    margin: 0 auto;
}
.vl {
  border-right: 1px solid;
}
.gal-list .img-hw{
    height: 170px;
    overflow: hidden;
    margin-bottom: 8px;
}
.gal-list{
    margin-bottom: 2em;
    margin-top: 5px;
}
.gal-det .img-hw{
    height: 170px;
    overflow: hidden;
    margin-bottom: 7px;
}
.gal-det{
    margin-bottom: 2em;
    margin-top: 5px;
}
.img-a-link{
    margin-bottom: 1em;
    display: inline-block;
    background: #337ab7;
    color: #fff !important;
    padding: 0px 0px 6px;
}
.img-a-link:hover p{
    text-decoration:none;
}
@media(max-width:767px){
    .vl{
       border-right: none;
    }
    .gal-det .img-hw {
    height: 106px;
    overflow: hidden;
    margin-bottom: 6px;
}
.res-pp{
    margin-bottom: 20px !important;
}
}

.owl-carousel.owl-loaded {
    /*width: auto;*/
    max-height: 542px;
}
.owl-carousel .owl-item img {
    width: auto;
    margin: 0 auto;
    height:100%;
}
.ss-slideshow-thumb img{
    width: 100%;
    height:30px;
}
.ss-slideshow-with-thumbs{
    background: #1c1818;
}
.ss-slideshow-thumbs {
    padding-left: 135px;
    padding-right: 135px;
    bottom: 10px;
}
.owl-stage-outer{
    overflow: hidden;
}

.lst-li li{
    padding-left:0px;
    font-size:15px;
}

.link-aa{
    cursor: pointer !important;
}
.lnp{
    margin-bottom: 2px !important;
}
.subb{
    margin-top: 1em;
    float: right;
}
.mdl-frm .form-group{
    margin-bottom: 10px;
}

.ss-listing-item-wrap .ss-listing-item-media img{
    min-width: 100%;
    height: 100%;
    width: 100%;
    object-fit: cover;
}


/**/





/* Switch Button */
.switch-btn span {
    display: flex;
    align-items: center;
    width: 65px;
    height: 35px;
    border-radius: 30px;
    background-color: #ddd;
    transition: 0.3s;
    padding: 0 3px;
    position: relative;
    cursor: pointer;
}

.switch-btn span::before {
    content: '';
    display: inline-block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    left: 5px;
    transition: 0.6s;
}

.switch-btn input {
    display: none;
}

.switch-btn input:checked ~ span {
    background-color: #27a548;
}

.switch-btn input:checked ~ span::before {
    left: 31px;
}

.rel-adv .ss-checkbox-label{
    margin-bottom: 0;
    line-height: 32px;
    font-size: 16px;
}
.pl1-0{
    padding-left:0px !important;
}
@media(min-width:768px){
    .rel-adv .ss-checkbox-label {
    line-height: 37px;
}
.icn1{
    width:80%;
}
}

.edit-frm1 .form-group{
    margin-bottom: 15px;
}
.yesno label{
    margin-bottom: 9px !important;
}
.user-img-pro{
    height: 161px;
    overflow: hidden;
}
.sub-pg{
    padding: 0px 5px;
    line-height: 16px;
}
@media(max-width:767px){
    .ss-listings.ss-type-1 .ss-listing-item-info {
    min-height: auto;
}
.sub-pg{
    font-size:11px;
}
.img-a-link {
    min-height: 139px;
}
}

.gallery-blk nav{
    text-align: center;
    margin-bottom: 2em;
}
.gallery-blk nav a{
    padding: 4px 8px;
    background: #337ab7;
    color: #fff;
    border-radius: 2px;
    margin: 0px 5px;
}
.gallery-blk nav a:hover{
    
    color: #fff;
  
}
.gallery-blk nav span{
    padding: 4px 8px;
    background: #5495cd;
    color: #fff;
    border-radius: 2px;
    
}
/*.lb-caption{*/
/*    display:none !important;*/
/*}*/

.widget_latest_news a{
    height: 49px;
    display: inline-block;
    overflow: hidden;
}

@media(max-width:767px){
    .ft-gal img {
    width: 100%;
    margin: 5px;
    height: auto;
}
.widget_latest_news a {
    height: 81px;
}
}

.ss-alert-danger .ss-alert-inner {
    color: #a20606;
    background-color: #ffcfcf;
    border-color: #e3a2bd;
}
.tes-mh{
   min-height:238px;
}

.ss-page-content .card-body .card-text{
    min-height: 41px;
}

/*accourdion*/

.accordions {
  width: 100%;
  max-width:100%;
  margin: 0 auto;
}

.accordion {
    border: 1px solid #ccc;
  margin-bottom: 1rem;
    overflow: hidden;
  transition: border-color .5s ease;
    background-color: #f1f1f1;

}

.accordion:hover {
  border-color: #dfdfdf;
}

.accordion__header {
  cursor: pointer;
  font-weight: 500;
  font-size: 15px;
  display: flex;
  align-items: center;
  position: relative;
  padding: 1rem;
  color: #fff;
  padding: 9px 1.25rem !important;
  margin-right: 0px !important;

}
.accordion__header:after, .accordion__header:before {
  content: '' !important;
  position: absolute !important;
  right: 1.5em;
  width: 2px !important;
  height: 0.75em !important;
  background-color: #ffffff;
  transition: all 0.2s;
}
.accordion__header:after {
  transform: rotate(90deg);
}

.accordion:has(input:checked) .accordion__header {
  color: #ffffff;
}

.accordion__content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
   {
        padding: 0 1em 1em;
  }
}

.accordion > input {
  display: none;
}

.accordion:has(input:checked) {
  border-color: #fff;
  background-color: #fff;
  box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
}

.accordion input:checked ~ .accordion__header:before {
    transform: rotate(270deg) !important;
  background-color: #fff;
 }

.accordion input:checked ~ .accordion__header:after {
    transform: rotate(270deg) !important;
  background-color: #fff;
 }

.accordion input:checked ~ .accordion__content {
    max-height: 1000px; /* Adjust based on content length */
}
.accordion label:before{
    border: none !important;
    left: auto !important;
    top: auto !important;
    background: #fff !important;
    right: 22px;
    font-size: 14px !important;
}
.accordion-view-mob{
        display:none;
        
    }
    .lft-view{
        display:block;
    }
    .search-desk-view{
        display:block;
    }
@media(max-width:991px){
    .accordion-view-mob{
        display:block;
    }
    .lft-view{
        display:none;
    }
    .search-desk-view{
        display:none;
    }
}

.title {
  animation-name: rotate;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  background-clip: padding-box;
  padding: 1px 6px;
    border-radius: 5px;
    color: #fff;
    text-transform: uppercase;
}
@keyframes rotate {
  0% {
    background: repeating-linear-gradient(in hsl longer hue, red, violet 4em);
    background-clip: padding-box;
  }
  14.3% {
    background: repeating-linear-gradient(in hsl longer hue, orange, red 4rem);
    background-clip: padding-box;
  }
  28.6% {
    background: repeating-linear-gradient(in hsl longer hue, yellow, orange 4rem);
    background-clip: padding-box;
  }
  42.9% {
    background: repeating-linear-gradient(in hsl longer hue, green, yellow 4rem);
    background-clip: padding-box;
  }
  57.2% {
    background: repeating-linear-gradient(in hsl longer hue, blue, green 4rem);
    background-clip: padding-box;
  }
  71.5% {
     background: repeating-linear-gradient(in hsl longer hue, indigo, blue 4rem);
    background-clip: padding-box;
  }
  85.9% {
     background: repeating-linear-gradient(in hsl longer hue, violet, indigo 4rem);
    background-clip: padding-box;
  }
  100% {
     background: repeating-linear-gradient(in hsl longer hue, red, violet 4em);
    background-clip: padding-box;
  }
}