/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Reset
2.0 - Document Setup
	2.1 - Typography
	2.2 - Links
	2.3 - Heading
	2.4 - Base
	2.5 - Content
	2.6 - Table
	2.7 - Form
	2.8 - Accessibility
3.0 - Site Structure
	3.1 - Header
	3.2 - Main Content
	3.3 - Footer
4.0 - Posts
5.0 - Pages
	5.1 - Page Title & Breadcrumb
	5.2 - Blog
	5.3 - Portfolio
	5.4 - Shop
	5.5 - Author Page
	5.6 - Page Coming Soon 1
	5.7 - Page Coming Soon 2
6.0 - Shortcodes
	6.1 - VC Custom Heading
	6.2 - Divider
	6.3 - Dropcaps
	6.4 - BlockQuote
	6.5 - Testimonials
	6.6 - Button
	6.7 - Accordions
	6.8 - Toggle
	6.9 - Tabs
	6.10 - Message
	6.11 - Image Carousels
	6.12 - Modals
	6.13 - LightBox
	6.14 - Video popup
	6.15 - Single Image
	6.16 - ProgressBar
	6.17 - Pricing
	6.18 - Counter
	6.19 - Pie Charts
	6.20 - Fancybox single
	6.21 - Grid WooCommerce
	6.22 - Grid Testimonials
	6.23 - CMS Latest Blog
	6.24 - CMS Team
	6.25 - CMS Background Image
	6.26 - CMS Progress
	6.27 - Countdown
	6.28 - Social
	6.29 - HighLight
	6.30 - Clients
7.0 - Widgets
8.0 - Support
	8.1 - OWL carousel
	8.2 - Magnific Popup CSS
9.0 - Responsive
/*------------------------------------------------------------*/
/* ADDS A BROWSER PREFIX TO THE PROPERTY */
/*--------------------------------------------------------------
2.0 Document Setup
--------------------------------------------------------------*/
/*------------------------------
	2.1 Typography
------------------------------*/
/*--------------------------------------------------------------
3.0 Structure
--------------------------------------------------------------*/
/*------------------------------
	3.2 Main Content
------------------------------*/
/* 
------------------------------*/
/*------------------------------
	3.3 Footer
------------------------------*/
/* Navigation Menu */
/* Change Search position */
/*--------------------------------------------------------------
4.0 Posts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.0 Pages
--------------------------------------------------------------*/
/*------------------------------
	5.1 Page title & Breadcrum
------------------------------*/
/* Page title
------------------------------*/
/*------------------------------
	5.5 Author Page
------------------------------*/
/*--------------------------------------------------------------
6.0 Shortcodes
--------------------------------------------------------------*/
/*------------------------------
	6.1 VC Custom Heading
------------------------------*/
/*--------------------------------------------------------------
4.0 Widgets
--------------------------------------------------------------*/
/*--------------------------------------------------------------
4.1 Wordpress Widgets 
--------------------------------------------------------------*/
/*--------------------------------------------------------------
8.0 Supports
--------------------------------------------------------------*/
/**
   * Remove all paddings around the image on small screen
   */
   html {
    font-size: 15px;
    line-height: 1.6; }
  
  button, input, select, textarea {
    font-size: 15px;
    line-height: 1.6;
    position: relative; }
  
  body {
    background: #fff; }
  
  pre, code, input, textarea {
    font: inherit; }
  
  ::-moz-selection {
    background: #fbf18e;
    color: #2a2b2f; }
  
  ::selection {
    background: #fbf18e;
    color: #2a2b2f;
    /*------------------------------
      2.2 Links
  ------------------------------*/ }
  
  a {
    color: #2a2b2f;
    text-decoration: none;
    outline: none;
    -webkit-transition: all 0.3s ease 0s;
    -khtml-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    /* BACKGROUND GRADIENT */
    /* TRIPLE BORDERS */
    /*------------------------------
      2.3 Heading
  ------------------------------*/ }
    a:hover, a:active, a:focus {
      outline: none;
      text-decoration: none;
      color: #6b6d6f; }
  
  h1, h2, h3, h4, h5, h6 {
    clear: both;
    font-weight: normal;
    margin: 10px 0; }
    h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
      color: #2a2b2f;
      text-decoration: none; }
      h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, h1 a:focus, h2 a:focus, h3 a:focus, h4 a:focus, h5 a:focus, h6 a:focus {
        color: #6b6d6f; }
  
  h1 {
    margin: 40px 0 32px 0; }
  
  h2 {
    margin: 27px 0 18px 0; }
  
  h3 {
    letter-spacing: normal;
    margin: 26px 0 16px 0; }
  
  h4 {
    letter-spacing: normal;
    margin: 21px 0 19px 0; }
  
  h5 {
    letter-spacing: normal;
    margin: 18px 0 13px 0; }
  
  h6 {
    letter-spacing: normal;
    margin: 18px 0 13px 0;
    /*------------------------------
      2.4 Base
  ------------------------------*/ }
  
  address, caption, cite, code, dfn, th, var {
    font-weight: 400; }
  
  a, abbr, acronym, address, applet, b, big, body, caption, center, cite, code, dd, del, dfn, div, dl, dt, em, fieldset, font, form, html, i, iframe, img, ins, kbd, label, legend, object, q, s, samp, small, span, strike, strong, sub, sup, tbody, td, tfoot, th, thead, tr, tt, u, var {
    border: 0 none;
    margin: 0;
    outline: 0 none;
    padding: 0; }
  
  pre {
    border-radius: 0;
    white-space: pre;
    word-wrap: break-word;
    padding: 30px;
    /*------------------------------
      2.5 Content
  ------------------------------*/ }
  
  img {
    height: auto;
    max-width: 100%;
    vertical-align: middle; }
  
  b, strong {
    font-weight: bold; }
  
  blockquote {
    clear: both;
    padding: 10px 20px;
    padding-left: 30px;
    margin: 0 0 20px;
    border-left: 3px solid #eee;
    font-style: normal;
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    font-size: 21px;
    line-height: 32px;
    color: #2a2b2f;
    font-weight: 300; }
    blockquote p {
      line-height: 1.5;
      font-size: 21px; }
    blockquote cite {
      font-style: normal;
      margin-bottom: 20px;
      font-size: 13px;
      font-weight: 400; }
    blockquote .small, blockquote footer, blockquote small {
      font-family: 'Open Sans', Arial, Helvetica, sans-serif;
      font-size: 13px;
      color: #7e8082;
      font-style: normal; }
  
  dfn, cite, em, i {
    font-style: italic; }
  
  figure {
    margin: 0; }
  
  address {
    margin: 20px 0; }
  
  hr {
    border: 0;
    border-top: 1px solid #eee;
    margin-bottom: 20px; }
  
  details summary {
    font-weight: bold;
    margin-bottom: 20px; }
    details :focus {
      outline: none; }
  
  abbr, acronym, dfn {
    cursor: help;
    font-size: 0.95em;
    text-transform: uppercase;
    border-bottom: 1px dotted #eee;
    letter-spacing: 1px; }
  
  mark {
    background-color: #fff9c0;
    text-decoration: none; }
  
  small {
    font-size: 85%; }
  
  big {
    font-size: 125%; }
  
  .icon-list {
    list-style-type: none;
    margin-left: 24px;
    padding-left: 0; }
    .icon-list li {
      position: relative; }
    .icon-list > li [class*=" fa-"] {
      position: absolute;
      left: -21px;
      text-align: center;
      top: 4px;
      width: 14px; }
  
  audio, video {
    max-width: 100%;
    width: 100%;
    /*------------------------------
      2.6 Table
  ------------------------------*/
    /* table {
      width: 100%;
      margin-bottom: 20px;
      border: 1px solid #eee;
      border-collapse: collapse;
      border-spacing: 0;
  }
  
  table > thead > tr > th, 
  table > tbody > tr > th, 
  table > tfoot > tr > th, 
  table > thead > tr > td, 
  table > tbody > tr > td, 
  table > tfoot > tr > td {
      border: 1px solid #eee;
      line-height: 1.42857;
      padding: 5px;
      vertical-align: middle;
      text-align: center;
  }
  
  table > thead > tr > th, table > thead > tr > td {
      border-bottom-width: 2px;
      font-weight: bold;
  } */
    /*------------------------------
      2.7 Form
  ------------------------------*/ }
  
  fieldset {
    padding: 20px;
    border: 1px solid #eee; }
  
  textarea {
    resize: vertical; }
  
  select {
    max-width: 100%;
    overflow: auto;
    vertical-align: top;
    outline: none;
    border: 1px solid #eee;
    padding: 10px; }
  
  button::-moz-focus-inner {
    border: 0;
    padding: 0; }
  
  input[type="radio"], input[type="checkbox"] {
    margin: 0 10px; }
  
  input, textarea, input[type="submit"]:focus {
    outline: 0 none; }
  
  input, textarea, select, .login-select, .form-control {
    border: none;
    border-bottom: 1px solid #a6a7a9;
    border-radius: 2px;
    background: transparent;
    color: #2a2b2f;
    font-size: 14px;
    margin: 0;
    outline: medium none;
    padding: 8px 20px 8px 0; }
  
  .form-control {
    box-shadow: none; }
    .form-control:focus {
      border-color: #2a2b2f;
      box-shadow: none; }
  
  body {
    /*------------------------------
      2.8 Accessibility
  ------------------------------*/
    /* Text meant only for screen readers */ }
    body input[type=text], body input[type=email], body input[type=password], body input[type=phone] {
      border-radius: 0; }
  
  .screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important; }
  
  .screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    /* BACKGROUND GRADIENT */
    clip: auto !important;
    color: #2a2b2f;
    display: block;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 1.7em;
    padding: 17px;
    text-decoration: none;
    top: 5px;
    width: auto;
    /* Above WP toolbar */
    z-index: 100000;
    /* Define
  ------------------------------*/ }
  
  .text-left {
    text-align: left; }
  
  .text-right {
    text-align: right; }
  
  .text-center {
    text-align: center; }
  
  .site {
    overflow: hidden;
    position: relative; }
  
  .site-main > .page > .entry-content > .vc_row:first-child > .wpb_column > .vc_column-inner {
    padding-top: 0; }
  
  .header-black-bg {
    background: #6b6b6b none repeat scroll 0 0;
    height: 80px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    /*------------------------------
      3.1 Header
  ------------------------------*/ }
  
  .cshero-main-header {
    background-color: #eee; }
    @media screen and (min-width: 1024px) {
    .cshero-main-header.affix {
      background: #fff; } }
    .cshero-main-header .container-m-30 {
      width: 100%;
      padding-left: 30px;
      padding-right: 30px;
      margin-left: auto;
      margin-right: auto;
      position: relative; }
  
  .cshero-header-logo .main-logo-wrap {
    line-height: 93px;
    display: inline-block;
    position: relative;
    z-index: 1;
    -webkit-transition: line-height 0.4s ease 0s;
    -khtml-transition: line-height 0.4s ease 0s;
    -moz-transition: line-height 0.4s ease 0s;
    -ms-transition: line-height 0.4s ease 0s;
    -o-transition: line-height 0.4s ease 0s;
    transition: line-height 0.4s ease 0s;
    /* BACKGROUND GRADIENT */
    /* TRIPLE BORDERS */ }
  
  .affix .cshero-header-logo .main-logo-wrap {
    line-height: 60px;
    /* Topbar
  ------------------------------*/ }
  
  .topbar-wrap {
    background: #f5f5f5;
    font-size: 12px;
    letter-spacing: 1px;
    padding: 0 30px;
    color: #999;
    font-family: "Open Sans", Arial, Helvetica, sans-serif; }
    .topbar-wrap .widget {
      font-family: "Open Sans", Arial, Helvetica, sans-serif; }
    .topbar-wrap .topbar {
      width: 49%; }
      .topbar-wrap .topbar ul li {
        display: block;
        float: left;
        line-height: 43px;
        padding: 0 13px;
        margin: 0;
        -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
        -khtml-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
        -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
        -ms-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
        -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
        transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
        /* BACKGROUND GRADIENT */
        /* TRIPLE BORDERS */ }
        .topbar-wrap .topbar ul li a {
          padding: 0;
          color: #999;
          text-align: center;
          font-size: 12px; }
          .topbar-wrap .topbar ul li a:hover {
            color: #2a2b2f; }
      .topbar-wrap .topbar .cs-social li a {
        font-size: 14px; }
      .topbar-wrap .topbar .widget {
        margin-bottom: 0; }
      .topbar-wrap .topbar.topbar-right .widget, .topbar-wrap .topbar.topbar-right ul {
        float: right; }
    .topbar-wrap.dark-color {
      background-color: #303036;
      color: rgba(255, 255, 255, 0.7); }
      .topbar-wrap.dark-color .topbar ul li a {
        color: rgba(255, 255, 255, 0.7); }
        .topbar-wrap.dark-color .topbar ul li a:hover, .topbar-wrap.dark-color .topbar ul li a:focus {
          color: #fff; }
  
  .mr-5 {
    margin-right: 5px; }
  
  .mr-7 {
    margin-right: 7px; }
  
  .open-topbar .header-fixed .topbar ul li {
    line-height: 32px;
    -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    -khtml-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    -ms-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    /* BACKGROUND GRADIENT */
    /* TRIPLE BORDERS */ }
    .open-topbar .header-fixed .container-m-30 {
      -webkit-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.15);
      -khtml-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.15);
      -moz-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.15);
      -ms-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.15);
      -o-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.15);
      box-shadow: 0 1px 15px rgba(0, 0, 0, 0.15);
      /* BACKGROUND GRADIENT */
      /* BOX SIZING */ }
  
  @media screen and (max-width: 1024px) {
    .topbar-wrap {
      padding: 0; } }
  
  @media screen and (max-width: 767px) {
    /* Primary menu
  ------------------------------*/
      body .topbar-wrap .topbar {
        width: 100%;
        float: none;
        padding: 5px 0;
        text-align: center; }
        body .topbar-wrap .topbar .widget {
          float: none;
          width: 100%; }
          body .topbar-wrap .topbar .widget ul {
            float: none !important;
            display: inline-block;
            text-align: center;
            width: 100%; }
            body .topbar-wrap .topbar .widget ul li {
              float: none;
              text-align: center;
              display: inline-block;
              letter-spacing: 0;
              padding: 0 10px; } }
  
  #cshero-menu-mobile .hamb-mob-icon {
    cursor: pointer;
    display: block;
    float: left;
    padding: 0px 17px 0px 5px;
    line-height: 93px;
    font-size: 29px;
    -webkit-transform: translateZ(0);
    -khtml-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */
    -webkit-transition: all 0.3s ease 0s;
    -khtml-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    /* BACKGROUND GRADIENT */
    /* TRIPLE BORDERS */ }
  
  .main-menu-container {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%; }
  
  .has-topsidebar .main-menu-container {
    top: 44px; }
  
  .cshero-main-header .cshero-header-cart-search.cms-in-phone {
    display: block;
    float: right; }
    .cshero-main-header .cshero-header-cart-search.cms-in-desktop {
      display: none; }
  
  @media screen and (min-width: 1025px) {
    /* For add widget to mega menu */
      .cshero-main-header .cshero-header-cart-search.cms-in-phone {
        display: none; }
        .cshero-main-header .cshero-header-cart-search.cms-in-desktop {
          display: block; }
      #cshero-header-navigation #site-navigation {
        display: block; }
      .cs-menu-toggle {
        position: absolute;
        top: 50%;
        right: 10px;
        display: block;
        font-size: 15px;
        line-height: 1;
        color: #d3d3d3;
        -webkit-transform: translate(0, -50%);
        -khtml-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%);
        /* BACKGROUND GRADIENT */
        /* TRANSFORM STYLE */ }
      .main-navigation .menu-main-menu {
        margin: 0;
        padding: 0;
        /* Start Mega Menu */ }
        .main-navigation .menu-main-menu > ul {
          margin-bottom: 0; }
          .main-navigation .menu-main-menu > ul > li > a {
            margin: 17px 12px;
            padding: 16px 3px 5px;
            letter-spacing: 1;
            border-bottom: 0px solid #2d4e53;
            -webkit-transition: all 0.3s ease 0s;
            -khtml-transition: all 0.3s ease 0s;
            -moz-transition: all 0.3s ease 0s;
            -ms-transition: all 0.3s ease 0s;
            -o-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
            /* BACKGROUND GRADIENT */
            /* TRIPLE BORDERS */ }
            .main-navigation .menu-main-menu > ul > li.current-menu-item > a {
              border-bottom-color: #4b4e53;
              filter: alpha(opacity=100);
              -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
              -webkit-opacity: 1;
              -khtml-opacity: 1;
              -moz-opacity: 1;
              -ms-opacity: 1;
              -o-opacity: 1;
              opacity: 1;
              /* BACKGROUND GRADIENT */
              /* OUTLINE RADIUS */ }
        .main-navigation .menu-main-menu > li > a {
          margin: 17px 12px;
          padding: 16px 3px 5px;
          letter-spacing: 1px;
          border-bottom: 2px solid transparent;
          -webkit-transition: all 0.3s ease 0s;
          -khtml-transition: all 0.3s ease 0s;
          -moz-transition: all 0.3s ease 0s;
          -ms-transition: all 0.3s ease 0s;
          -o-transition: all 0.3s ease 0s;
          transition: all 0.3s ease 0s;
          /* BACKGROUND GRADIENT */
          /* TRIPLE BORDERS */ }
          .main-navigation .menu-main-menu > li > a:hover, .main-navigation .menu-main-menu > li > a:focus {
            filter: alpha(opacity=70);
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
            -webkit-opacity: 0.7;
            -khtml-opacity: 0.7;
            -moz-opacity: 0.7;
            -ms-opacity: 0.7;
            -o-opacity: 0.7;
            opacity: 0.7;
            /* BACKGROUND GRADIENT */
            /* OUTLINE RADIUS */ }
          .main-navigation .menu-main-menu > li.current-menu-item > a, .main-navigation .menu-main-menu > li.current-menu-ancestor > a {
            border-bottom-color: #4b4e53;
            filter: alpha(opacity=100);
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
            -webkit-opacity: 1;
            -khtml-opacity: 1;
            -moz-opacity: 1;
            -ms-opacity: 1;
            -o-opacity: 1;
            opacity: 1;
            /* BACKGROUND GRADIENT */
            /* OUTLINE RADIUS */ }
          .main-navigation .menu-main-menu > li > .cs-menu-toggle {
            display: none; }
        .main-navigation .menu-main-menu li {
          position: relative;
          margin: 0;
          text-align: left;
          float: left;
          list-style: none; }
          .main-navigation .menu-main-menu li a {
            color: #2a2b2f;
            line-height: 20px;
            font-size: 14px;
            display: inline-block;
            text-decoration: none;
            font-family: "Poppins", Arial, Helvetica, sans-serif; }
          .main-navigation .menu-main-menu li a:hover, .main-navigation .menu-main-menu li a:focus {
            outline: none;
            color: #111; }
          .main-navigation .menu-main-menu li li {
            margin: 0;
            padding: 0;
            font-size: 14px;
            font-weight: 24px;
            text-transform: inherit;
            width: 100%; }
          .main-navigation .menu-main-menu li li a {
            color: #d3d3d3;
            display: block;
            min-width: 160px;
            padding: 9px 9px 9px 0;
            text-decoration: none;
            -webkit-transition: all 0.2s ease 0s;
            -khtml-transition: all 0.2s ease 0s;
            -moz-transition: all 0.2s ease 0s;
            -ms-transition: all 0.2s ease 0s;
            -o-transition: all 0.2s ease 0s;
            transition: all 0.2s ease 0s;
            /* BACKGROUND GRADIENT */
            /* TRIPLE BORDERS */ }
            .main-navigation .menu-main-menu li li a:hover, .main-navigation .menu-main-menu li li a:focus {
              color: #fff;
              padding-left: 7px; }
          .main-navigation .menu-main-menu li li.current-menu-item a {
            color: #fff; }
          .main-navigation .menu-main-menu li:hover, .main-navigation .menu-main-menu li:focus {
            z-index: 100;
            /* Menu dam vao tuong */ }
          .main-navigation .menu-main-menu li:hover > ul, .main-navigation .menu-main-menu li:focus > ul {
            border-left: 0;
            clip: inherit;
            pointer-events: inherit;
            visibility: visible;
            filter: alpha(opacity=100);
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
            -webkit-opacity: 1;
            -khtml-opacity: 1;
            -moz-opacity: 1;
            -ms-opacity: 1;
            -o-opacity: 1;
            opacity: 1;
            /* BACKGROUND GRADIENT */
            /* OUTLINE RADIUS */ }
          .main-navigation .menu-main-menu li ul ul {
            top: 0;
            left: 100%;
            /* End dam vao tuong */ }
          .main-navigation .menu-main-menu li ul ul.back {
            right: 100%;
            left: auto; }
            .main-navigation .menu-main-menu li ul ul.back ul:not(.back) {
              right: 100%;
              left: auto; }
            .main-navigation .menu-main-menu li ul ul.back ul.back {
              left: 100%;
              right: auto; }
              .main-navigation .menu-main-menu li ul ul.back ul.back ul:not(.back) {
                left: 100%;
                right: auto; }
              .main-navigation .menu-main-menu li ul ul.back ul.back ul.back {
                right: 100%;
                left: auto; }
          .main-navigation .menu-main-menu li ul {
            position: absolute;
            clip: rect(1px, 1px, 1px, 1px);
            background: #4b4e53;
            left: 0;
            padding: 10px 10px 10px 24px;
            margin: 0;
            position: absolute;
            visibility: hidden;
            min-width: 250px;
            -webkit-transition: all 0.3s ease 0s;
            -khtml-transition: all 0.3s ease 0s;
            -moz-transition: all 0.3s ease 0s;
            -ms-transition: all 0.3s ease 0s;
            -o-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
            /* BACKGROUND GRADIENT */
            /* TRIPLE BORDERS */
            filter: alpha(opacity=0);
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
            -webkit-opacity: 0;
            -khtml-opacity: 0;
            -moz-opacity: 0;
            -ms-opacity: 0;
            -o-opacity: 0;
            opacity: 0;
            /* BACKGROUND GRADIENT */
            /* OUTLINE RADIUS */
            -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
            -khtml-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
            -moz-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
            -ms-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
            -o-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
            box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
            /* BACKGROUND GRADIENT */
            /* BOX SIZING */ }
      #cshero-header-navigation .main-navigation {
        /* End Start Mega Menu */ }
        #cshero-header-navigation .main-navigation .columns2 > li:nth-of-type(2n+1), #cshero-header-navigation .main-navigation .columns3 > li:nth-child(3n+1), #cshero-header-navigation .main-navigation .columns4 > li:nth-child(4n+1), #cshero-header-navigation .main-navigation .columns5 > li:nth-child(5n+1) {
          clear: left;
          /* border-right:0px solid transparent; */ }
        #cshero-header-navigation .main-navigation .columns5 > li {
          width: 20% !important; }
        #cshero-header-navigation .main-navigation .columns4 > li {
          width: 25% !important; }
        #cshero-header-navigation .main-navigation .columns3 > li {
          width: 33.3344% !important; }
        #cshero-header-navigation .main-navigation .columns2 > li {
          width: 50% !important; }
        #cshero-header-navigation .main-navigation [class*="columns"] > li {
          float: left; }
          #cshero-header-navigation .main-navigation [class*="columns"] > li > a {
            width: 100%; }
        #cshero-header-navigation .main-navigation .menu-main-menu li.has_full_width {
          position: inherit; }
        #cshero-header-navigation .main-navigation .menu-main-menu li:not(.group) > ul.drop_full_width.sub-menu {
          left: 0;
          margin: 0 auto;
          right: 0;
          width: calc(100% - 60px) !important;
          z-index: 999; }
          #cshero-header-navigation .main-navigation .menu-main-menu li:not(.group) > ul.drop_full_width.sub-menu .sub-menu {
            background-color: transparent;
            padding: 0; }
        #cshero-header-navigation .main-navigation .menu-main-menu li:not(.group) > ul.drop_to_right.sub-menu {
          left: auto;
          right: 90px;
          margin: auto; }
          #cshero-header-navigation .main-navigation .menu-main-menu li:not(.group) > ul.drop_to_right.sub-menu .sub-menu {
            background-color: transparent; }
        #cshero-header-navigation .main-navigation li.group > ul.sub-menu {
          display: block;
          float: left;
          left: 0;
          position: relative;
          width: 100%;
          height: inherit; }
        #cshero-header-navigation .main-navigation ul.multicolumn {
          padding: 22px 0 !important; }
          #cshero-header-navigation .main-navigation ul.multicolumn > li {
            padding-left: 35px;
            padding-right: 15px;
            border-right: 1px solid #585a5f; }
          #cshero-header-navigation .main-navigation ul.multicolumn > li > a {
            padding: 0; }
            #cshero-header-navigation .main-navigation ul.multicolumn > li > a span.menu-title {
              color: #fff;
              font-size: 16px;
              line-height: 25px;
              margin: 20px 0 13px;
              display: block; }
              #cshero-header-navigation .main-navigation ul.multicolumn > li > a span.menu-title:before {
                content: ""; }
            #cshero-header-navigation .main-navigation ul.multicolumn > li > a:hover {
              background-color: transparent; }
          #cshero-header-navigation .main-navigation ul.multicolumn > li a i {
            display: inline-block;
            float: left;
            font-size: 16px;
            line-height: 16px;
            margin-right: 14px;
            margin-top: 3px; }
            #cshero-header-navigation .main-navigation ul.multicolumn > li a span {
              font-size: 14px;
              line-height: 24px;
              font-weight: 400; }
          #cshero-header-navigation .main-navigation ul.multicolumn > li ul.sub-menu ul.sub-menu {
            background-color: rgba(10, 10, 10, 0.95) !important;
            margin-top: 0px !important; }
          #cshero-header-navigation .main-navigation ul.multicolumn > li ul.sub-menu li:hover ul.sub-menu {
            margin-top: 0 !important; }
          #cshero-header-navigation .main-navigation ul.multicolumn > li:hover {
            position: relative;
            z-index: 10; }
          #cshero-header-navigation .main-navigation ul.multicolumn ul.sub-menu {
            box-shadow: none !important;
            clip: inherit;
            visibility: visible;
            position: static;
            filter: alpha(opacity=100);
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
            -webkit-opacity: 1;
            -khtml-opacity: 1;
            -moz-opacity: 1;
            -ms-opacity: 1;
            -o-opacity: 1;
            opacity: 1;
            /* BACKGROUND GRADIENT */
            /* OUTLINE RADIUS */
            -webkit-box-shadow: none;
            -khtml-box-shadow: none;
            -moz-box-shadow: none;
            -ms-box-shadow: none;
            -o-box-shadow: none;
            box-shadow: none;
            /* BACKGROUND GRADIENT */ }
          #cshero-header-navigation .main-navigation ul.multicolumn .cs-menu-toggle {
            display: none !important;
            /* Custom Contact mega menu */ }
          #cshero-header-navigation .main-navigation ul.multicolumn .mega-contact-2 {
            padding-left: 0;
            padding-right: 0;
            border-right: none; }
          #cshero-header-navigation .main-navigation ul.multicolumn .mega-contact-2 .widget {
            margin: -22px 0; }
        #cshero-header-navigation .main-navigation ul.standar-dropdown li:hover ul.sub-menu {
          margin-top: 0 !important; }
      .custom-map-bg ul.multicolumn {
        background-position: 88% center !important; } }
  
  #cshero-header-navigation .menu-main-menu .multicolumn .widget {
    margin: -10px 0; }
    #cshero-header-navigation .menu-main-menu .multicolumn .widget .textwidget {
      background: #c6c7c9; }
    #cshero-header-navigation .menu-main-menu .multicolumn .widget ul.contact-list {
      clip: inherit;
      color: #fff;
      background: 0 none;
      box-shadow: none;
      position: static;
      padding: 74px 0 68px 28px !important;
      visibility: visible;
      overflow: hidden;
      display: block !important;
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      -webkit-opacity: 1;
      -khtml-opacity: 1;
      -moz-opacity: 1;
      -ms-opacity: 1;
      -o-opacity: 1;
      opacity: 1;
      /* BACKGROUND GRADIENT */
      /* OUTLINE RADIUS */
      -webkit-transition: none;
      -khtml-transition: none;
      -moz-transition: none;
      -ms-transition: none;
      -o-transition: none;
      transition: none;
      /* BACKGROUND GRADIENT */
      /* TRIPLE BORDERS */ }
    #cshero-header-navigation .menu-main-menu .multicolumn .widget ul.contact-list li {
      padding-right: 15px; }
    #cshero-header-navigation .menu-main-menu .multicolumn .widget ul.contact-list .loc-icon-container {
      left: 0;
      top: 0;
      position: absolute; }
      #cshero-header-navigation .menu-main-menu .multicolumn .widget ul.contact-list .loc-icon-container .main-menu-contact-icon {
        color: #fff;
        font-size: 24px;
        padding: 12px; }
    #cshero-header-navigation .menu-main-menu .multicolumn .widget ul.contact-list .menu-contact-text-container {
      min-height: 46px;
      padding-left: 60px;
      padding-top: 11px;
      font-family: "Open Sans", Arial, Helvetica, sans-serif; }
      #cshero-header-navigation .menu-main-menu .multicolumn .widget ul.contact-list .menu-contact-text-container a {
        color: #fff !important;
        padding: 0 !important;
        font-family: "Poppins", Arial, Helvetica, sans-serif; }
      #cshero-header-navigation .menu-main-menu .multicolumn .widget ul.contact-list .menu-contact-text-container a:hover, #cshero-header-navigation .menu-main-menu .multicolumn .widget ul.contact-list .menu-contact-text-container a:focus {
        color: #414146 !important; }
  
  #cshero-header-navigation .main-navigation {
    /* @media screen and (max-width: 500px) {
      .main-navigation.in {
          height: 300px;
          overflow-y: scroll;
      }
  } */ }
    @media screen and (max-width: 1024px) {
  /* One page
  -----------------------------------------------------*/
    .cshero-main-header .container-m-30 {
      padding-left: 0px;
      padding-right: 0px; }
      .cshero-main-header .main-menu-container {
        position: static; }
    #cshero-header.affix {
      position: static !important; }
    .cshero-header-logo {
      width: 100%;
      padding-left: 13px; }
    #cshero-menu-mobile {
      display: inline-block;
      margin: 0;
      padding: 0; }
    #cshero-header-navigation ul#menu-main-menu ul {
      background-image: none !important; }
    .main-navigation .menu-main-menu li .cs-menu-toggle {
      position: absolute;
      top: 16px;
      right: 10px;
      display: block;
      font-size: 20px;
      line-height: 1;
      color: #d3d3d3; }
      .main-navigation .menu-main-menu li .cs-menu-toggle i {
        width: 30px;
        height: 30px;
        line-height: 30px;
        margin: 0;
        display: block;
        text-align: center; }
        .main-navigation .menu-main-menu li .cs-menu-toggle i:before {
          line-height: 30px; }
        .main-navigation .menu-main-menu li .cs-menu-toggle i:hover {
          cursor: pointer; }
    #cshero-menu-mobile, .widget_cart_search_wrap .header {
      float: right; }
    #site-navigation {
      background: #4b4e53;
      width: 100%; }
    #cshero-header-navigation {
      padding: 0;
      width: 100%; }
    #cshero-header-navigation ul#menu-main-menu {
      padding: 5px 0 0 0;
      position: static;
      margin: 0; }
      #cshero-header-navigation ul#menu-main-menu li {
        float: none;
        list-style: none;
        margin: 0;
        text-align: left;
        position: relative; }
  
      #cshero-header-navigation ul#menu-main-menu li a {
        display: block;
        border: none;
        color: #d3d3d3;
        font-weight: 500;
        margin: 0;
        font-size: 14px;
        line-height: 20px !important;
        padding: 16px 9px 16px 17px;
        text-align: left;
        text-decoration: none;
        width: 100%;
        font-family: "Poppins", Arial, Helvetica, sans-serif; }
        #cshero-header-navigation ul#menu-main-menu li a:hover {
          color: #fff; }
  
      #cshero-header-navigation ul#menu-main-menu li.current-menu-item a {
        color: #fff; }
  
      #cshero-header-navigation ul#menu-main-menu li li a {
        padding: 15px 9px 15px 27px; }
  
      #cshero-header-navigation ul#menu-main-menu li li li a {
        padding-left: 45px; }
  
      #cshero-header-navigation ul#menu-main-menu ul {
        background: #3e4045;
        box-shadow: none;
        position: relative;
        margin: 0;
        padding: 0;
        display: none;
        width: 100% !important; }
  
      #cshero-header-navigation ul#menu-main-menu ul.submenu-open {
        display: block; }
  
      #cshero-header-navigation ul#menu-main-menu ul ul {
        background: #323538; }
    #cshero-header-navigation .menu-main-menu .multicolumn .widget {
      margin: 0 !important; }
      #cshero-header-navigation .menu-main-menu .multicolumn .widget li:last-child {
        padding-bottom: 0; }
  
      #cshero-header-navigation .menu-main-menu .multicolumn .widget ul.contact-list {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
        background: #c6c7c9 !important; } }
  
  .menu-main-menu > li > a.is-one-page.current, .menu-main-menu > li > a.is-one-page:hover, .menu-main-menu > li > a.is-one-page:focus {
    border-bottom: 2px solid;
    filter: alpha(opacity=1 !important * 100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1 !important * 100)";
    -webkit-opacity: 1 !important;
    -khtml-opacity: 1 !important;
    -moz-opacity: 1 !important;
    -ms-opacity: 1 !important;
    -o-opacity: 1 !important;
    opacity: 1 !important;
    /* BACKGROUND GRADIENT */
    /* OUTLINE RADIUS */ }
  
  .onepage-rem-border .cshero-main-header.affix a.is-one-page, .onepage-rem-border .cshero-main-header.affix .menu-main-menu > li.current-menu-item > a, .onepage-rem-border .cshero-main-header.affix .menu-main-menu > li.current-menu-ancestor > a {
    border-color: transparent !important; }
  
  @media screen and (max-width: 1024px) {
    /* Sticky
  -----------------------------------------------------*/
    /* Set page header is fixed */
      .page-has-onepage #cshero-header-navigation {
        position: relative; }
        .page-has-onepage #cshero-header-navigation #site-navigation {
          position: absolute;
          top: 0;
          left: 0;
          z-index: 99; } }
  
  .cshero-main-header.opt-page-sticky.opt-page-fixed {
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0; }
  
  .admin-bar #cshero-header.affix, .admin-bar .cshero-main-header.opt-page-sticky.opt-page-fixed {
    top: 32px; }
    @media screen and (max-width: 782px) {
    .admin-bar #cshero-header.affix, .admin-bar .cshero-main-header.opt-page-sticky.opt-page-fixed {
      top: 46px; } }
  
  @media screen and (min-width: 1025px) {
    /* Header sticky 
  -----------------------*/
      #cshero-header {
        /* Fixed */
        -webkit-transition: height 0.4s ease 0s;
        -khtml-transition: height 0.4s ease 0s;
        -moz-transition: height 0.4s ease 0s;
        -ms-transition: height 0.4s ease 0s;
        -o-transition: height 0.4s ease 0s;
        transition: height 0.4s ease 0s;
        /* BACKGROUND GRADIENT */
        /* TRIPLE BORDERS */ }
        #cshero-header.affix {
          position: fixed;
          width: 100%;
          z-index: 999;
          top: 0;
          -webkit-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.15);
          -khtml-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.15);
          -moz-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.15);
          -ms-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.15);
          -o-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 15px rgba(0, 0, 0, 0.15);
          /* BACKGROUND GRADIENT */
          /* BOX SIZING */
          -webkit-transition: height 0.4s ease 0s;
          -khtml-transition: height 0.4s ease 0s;
          -moz-transition: height 0.4s ease 0s;
          -ms-transition: height 0.4s ease 0s;
          -o-transition: height 0.4s ease 0s;
          transition: height 0.4s ease 0s;
          /* BACKGROUND GRADIENT */
          /* TRIPLE BORDERS */ }
          #cshero-header.affix .main-navigation .menu-main-menu > li.current-menu-item > a, #cshero-header.affix .main-navigation .menu-main-menu > li.current-menu-ancestor > a {
            filter: alpha(opacity=100);
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
            -webkit-opacity: 1;
            -khtml-opacity: 1;
            -moz-opacity: 1;
            -ms-opacity: 1;
            -o-opacity: 1;
            opacity: 1;
            /* BACKGROUND GRADIENT */
            /* OUTLINE RADIUS */
            border-color: rgba(75, 78, 83, 0.5); }
            #cshero-header.affix .main-navigation .menu-main-menu > li > a {
              margin-top: 13px;
              margin-bottom: 13px;
              filter: alpha(opacity=70);
              -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
              -webkit-opacity: 0.7;
              -khtml-opacity: 0.7;
              -moz-opacity: 0.7;
              -ms-opacity: 0.7;
              -o-opacity: 0.7;
              opacity: 0.7;
              /* BACKGROUND GRADIENT */
              /* OUTLINE RADIUS */ }
              #cshero-header.affix .main-navigation .menu-main-menu > li > a:hover, #cshero-header.affix .main-navigation .menu-main-menu > li > a:focus {
                filter: alpha(opacity=100);
                -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
                -webkit-opacity: 1;
                -khtml-opacity: 1;
                -moz-opacity: 1;
                -ms-opacity: 1;
                -o-opacity: 1;
                opacity: 1;
                /* BACKGROUND GRADIENT */
                /* OUTLINE RADIUS */ }
      #cshero-header.header-sticky {
        position: fixed;
        width: 100%;
        z-index: 999;
        top: 0; }
      .admin-bar #cshero-header.header-sticky {
        top: 32px; } }
  
  @media screen and (max-width: 1024px) {
    #cshero-header.header-sticky.opt-page-sticky {
      position: absolute;
      width: 100%;
      z-index: 999;
      top: 0; }
      #cshero-header.header-sticky.opt-page-sticky.affix {
        position: absolute !important; } }
  
  .header-sticky {
    /* From page option */ }
    .header-sticky .main-navigation .menu-main-menu > li > a, .header-sticky .cshero-header-cart-search .icon-wishlist, .header-sticky .cshero-header-cart-search .icon_cart_wrap {
      color: ; }
    .header-sticky .main-navigation .menu-main-menu > li.current-menu-item > a, .header-sticky .main-navigation .menu-main-menu > li.current-menu-ancestor > a {
      border-color: ; }
    .header-sticky .cd-search-trigger:before {
      border-color: ; }
    .header-sticky .cd-search-trigger:after {
      background-color: ; }
    .header-sticky .cshero-header-logo {
      /* When scroll */ }
    .header-sticky .cshero-header-logo .main-logo, .header-sticky .cshero-header-logo .sticky-scroll-logo {
      display: none !important; }
    .header-sticky .cshero-header-logo .sticky-logo {
      display: inline-block !important; }
    .header-sticky.affix .main-navigation .menu-main-menu > li > a, .header-sticky.affix .cshero-header-cart-search .icon-wishlist, .header-sticky.affix .cshero-header-cart-search .icon_cart_wrap {
      color: ; }
    .header-sticky.affix .main-navigation .menu-main-menu > li.current-menu-item > a, .header-sticky.affix .main-navigation .menu-main-menu > li.current-menu-ancestor > a {
      border-color: ; }
    .header-sticky.affix .cd-search-trigger:before {
      border-color: ; }
      .header-sticky.affix .cd-search-trigger:after {
        background-color: ; }
    .header-sticky.affix .cshero-header-logo .main-logo, .header-sticky.affix .cshero-header-logo .sticky-logo {
      display: none !important; }
      .header-sticky.affix .cshero-header-logo .sticky-scroll-logo {
        display: inline-block !important; }
  
  .opt-page-sticky.cshero-main-header {
    /* Menu One page from Shortcodes and Typho page 
  ---------------------------------------------------*/ }
    .opt-page-sticky.cshero-main-header .cshero-header-logo .main-logo, .opt-page-sticky.cshero-main-header .cshero-header-logo .sticky-scroll-logo {
      display: none !important; }
    .opt-page-sticky.cshero-main-header .cshero-header-logo .sticky-logo {
      display: inline-block !important; }
    .opt-page-sticky.cshero-main-header #elementy-fullscreen-trigger {
      /* When scroll */ }
    .opt-page-sticky.cshero-main-header #elementy-fullscreen-trigger.is-clicked .elementy-menu-icon {
      background-color: transparent; }
    .opt-page-sticky.cshero-main-header.affix .cshero-header-logo .main-logo, .opt-page-sticky.cshero-main-header.affix .cshero-header-logo .sticky-logo {
      display: none !important; }
      .opt-page-sticky.cshero-main-header.affix .cshero-header-logo .sticky-scroll-logo {
        display: inline-block !important; }
  
  .widget.widget_nav_menu .wg-title {
    font-size: 18px;
    font-weight: normal;
    margin: 21px 0 19px; }
  
  .menu-w_shortcodes-container, .menu-w_typography-container {
    /* Side Menu
  ------------------------------*/ }
    .menu-w_shortcodes-container li, .menu-w_typography-container li {
      display: block;
      position: relative;
      margin-bottom: 0 !important; }
    .menu-w_shortcodes-container a, .menu-w_typography-container a {
      background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
      color: #7e8082;
      display: block;
      height: 38px;
      line-height: 38px;
      padding: 0;
      text-transform: uppercase; }
    .menu-w_shortcodes-container a i, .menu-w_typography-container a i {
      background-color: #dfdfdf;
      color: #2a2b2f;
      display: block;
      float: left;
      font-size: 17px;
      height: 38px;
      line-height: 36px;
      margin-right: 15px;
      text-align: center;
      width: 38px;
      -webkit-transition: all 0.3s ease 0s;
      -khtml-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -ms-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      /* BACKGROUND GRADIENT */
      /* TRIPLE BORDERS */ }
    .menu-w_shortcodes-container a:hover, .menu-w_typography-container a:hover, .menu-w_shortcodes-container a.current, .menu-w_typography-container a.current {
      height: 48px;
      line-height: 48px;
      -webkit-transition: all 0.3s ease 0s;
      -khtml-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -ms-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      /* BACKGROUND GRADIENT */
      /* TRIPLE BORDERS */
      color: #101010; }
      .menu-w_shortcodes-container a:hover i, .menu-w_typography-container a:hover i, .menu-w_shortcodes-container a.current i, .menu-w_typography-container a.current i {
        background-color: #2a2b2f;
        height: 48px;
        line-height: 46px;
        -webkit-transition: all 0.3s ease 0s;
        -khtml-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        /* BACKGROUND GRADIENT */
        /* TRIPLE BORDERS */
        width: 48px; }
  
  .rev_slider_wrapper {
    left: 0 !important; }
  
  #elementy-menu-trigger {
    height: 100%;
    position: absolute;
    right: 45px;
    top: 0;
    width: 50px; }
    #elementy-menu-trigger .elementy-menu-icon {
      background-color: #4b4e53;
      bottom: auto;
      display: inline-block;
      height: 2px;
      left: auto;
      position: absolute;
      right: 0;
      top: 50%;
      width: 24px;
      -webkit-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
      -khtml-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
      -moz-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
      -ms-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
      -o-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
      transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
      /* BACKGROUND GRADIENT */
      /* TRIPLE BORDERS */ }
    #elementy-menu-trigger .elementy-menu-icon:before, #elementy-menu-trigger .elementy-menu-icon:after {
      background-color: inherit;
      content: '';
      height: 100%;
      left: 0;
      position: absolute;
      width: 100%;
      -webkit-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
      -khtml-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
      -moz-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
      -ms-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
      -o-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
      transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
      /* BACKGROUND GRADIENT */
      /* TRIPLE BORDERS */ }
    #elementy-menu-trigger .elementy-menu-icon:after {
      top: 7px; }
    #elementy-menu-trigger .elementy-menu-icon:before {
      bottom: 7px; }
    #elementy-menu-trigger.is-clicked .elementy-menu-icon {
      background-color: rgba(255, 255, 255, 0); }
      #elementy-menu-trigger.is-clicked .elementy-menu-icon:before, #elementy-menu-trigger.is-clicked .elementy-menu-icon:after {
        background: #4b4e53;
        -webkit-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
        -khtml-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
        -moz-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
        -ms-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
        -o-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
        transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
        /* BACKGROUND GRADIENT */
        /* TRIPLE BORDERS */ }
      #elementy-menu-trigger.is-clicked .elementy-menu-icon:after {
        top: 0;
        -webkit-transform: rotate(-45deg);
        -khtml-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        /* BACKGROUND GRADIENT */
        /* TRANSFORM STYLE */ }
      #elementy-menu-trigger.is-clicked .elementy-menu-icon:before {
        bottom: 0;
        -webkit-transform: rotate(45deg);
        -khtml-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        /* BACKGROUND GRADIENT */
        /* TRANSFORM STYLE */ }
  
  @media screen and (max-width: 1024px) {
    #elementy-menu-trigger {
      right: 25px; } }
  
  .page-has-sidemenu .header-side-wrap {
    -webkit-transition: -webkit-transform 0.4s 0s, visibility 0s 0s !important;
    -moz-transition: -moz-transform 0.4s 0s, visibility 0s 0s !important;
    transition: transform 0.4s 0s, visibility 0s 0s !important; }
    .page-has-sidemenu .header-side-wrap.lateral-menu-is-open {
      -webkit-transform: translateX(-260px);
      -khtml-transform: translateX(-260px);
      -moz-transform: translateX(-260px);
      -ms-transform: translateX(-260px);
      -o-transform: translateX(-260px);
      transform: translateX(-260px);
      /* BACKGROUND GRADIENT */
      /* TRANSFORM STYLE */
      -webkit-transition: -webkit-transform 0.4s 0s, visibility 0s 0s !important;
      -moz-transition: -moz-transform 0.4s 0s, visibility 0s 0s !important;
      transition: transform 0.4s 0s, visibility 0s 0s !important;
      -webkit-overflow-scrolling: touch; }
  
  .admin-bar .sidemenu-wrap {
    padding-top: 42px; }
  
  .sidemenu-wrap {
    background-color: #2a2b2f;
    height: 100%;
    overflow-y: auto;
    padding-top: 10px;
    position: fixed;
    right: 0;
    top: 0;
    width: 260px;
    z-index: 1;
    visibility: hidden;
    -webkit-transform: translateX(80px);
    -khtml-transform: translateX(80px);
    -moz-transform: translateX(80px);
    -ms-transform: translateX(80px);
    -o-transform: translateX(80px);
    transform: translateX(80px);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */
    -webkit-transition: -webkit-transform 0.4s 0s, visibility 0s 0.4s;
    -moz-transition: -moz-transform 0.4s 0s, visibility 0s 0.4s;
    transition: transform 0.4s 0s, visibility 0s 0.4s; }
    .sidemenu-wrap.lateral-menu-is-open {
      -webkit-transform: translateX(0px);
      -khtml-transform: translateX(0px);
      -moz-transform: translateX(0px);
      -ms-transform: translateX(0px);
      -o-transform: translateX(0px);
      transform: translateX(0px);
      /* BACKGROUND GRADIENT */
      /* TRANSFORM STYLE */
      visibility: visible;
      -webkit-transition: -webkit-transform 0.4s 0s, visibility 0s 0s;
      -moz-transition: -moz-transform 0.4s 0s, visibility 0s 0s;
      transition: transform 0.4s 0s, visibility 0s 0s;
      -webkit-overflow-scrolling: touch; }
    .sidemenu-wrap .widget {
      margin: 20px 0; }
    .sidemenu-wrap .widget ul {
      margin: 0;
      padding: 0;
      width: 100% !important; }
      .sidemenu-wrap .widget ul li {
        margin: 0 !important; }
    .sidemenu-wrap li a {
      color: #aab5b7;
      display: block;
      letter-spacing: 1px;
      line-height: 38px;
      padding: 0 16px 0 32px; }
    .sidemenu-wrap li a:hover {
      color: #fff; }
    .sidemenu-wrap ul.menu > .menu-item-has-children > a {
      text-transform: uppercase;
      position: relative;
      font-weight: 600; }
      .sidemenu-wrap ul.menu > .menu-item-has-children > a:before {
        bottom: auto;
        content: '\e232';
        display: block;
        font-family: linea-icons;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 1;
        position: absolute;
        right: 25px;
        text-transform: none;
        top: 14px;
        -webkit-transform: translateY(-50%);
        -khtml-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        /* BACKGROUND GRADIENT */
        /* TRANSFORM STYLE */
        -webkit-transition: transform 0.2s;
        -khtml-transition: transform 0.2s;
        -moz-transition: transform 0.2s;
        -ms-transition: transform 0.2s;
        -o-transition: transform 0.2s;
        transition: transform 0.2s;
        /* BACKGROUND GRADIENT */
        /* TRIPLE BORDERS */ }
      .sidemenu-wrap ul.menu > .menu-item-has-children > a.submenu-open:before {
        -webkit-transform: translateY(-50%) rotate(90deg);
        -khtml-transform: translateY(-50%) rotate(90deg);
        -moz-transform: translateY(-50%) rotate(90deg);
        -ms-transform: translateY(-50%) rotate(90deg);
        -o-transform: translateY(-50%) rotate(90deg);
        transform: translateY(-50%) rotate(90deg);
        /* BACKGROUND GRADIENT */
        /* TRANSFORM STYLE */ }
    .sidemenu-wrap ul.menu > .menu-item-has-children ul.sub-menu {
      display: none;
      padding: 0 10px 20px 15px; }
    .sidemenu-wrap .current-menu-item > a {
      background: #484a51;
      color: #fff; }
  
  .elementy-content-side-wrap {
    background-color: #fff;
    min-height: 100%;
    position: relative;
    z-index: 2;
    -webkit-transition: -webkit-transform 0.4s 0s, visibility 0s 0.4s;
    -moz-transition: -moz-transform 0.4s 0s, visibility 0s 0.4s;
    transition: transform 0.4s 0s, visibility 0s 0.4s;
    /* Full screen Menu
  ------------------------------*/ }
    .elementy-content-side-wrap.lateral-menu-is-open {
      -webkit-transform: translateX(-260px);
      -khtml-transform: translateX(-260px);
      -moz-transform: translateX(-260px);
      -ms-transform: translateX(-260px);
      -o-transform: translateX(-260px);
      transform: translateX(-260px);
      /* BACKGROUND GRADIENT */
      /* TRANSFORM STYLE */
      -webkit-transition: -webkit-transform 0.4s 0s, visibility 0s 0s;
      -moz-transition: -moz-transform 0.4s 0s, visibility 0s 0s;
      transition: transform 0.4s 0s, visibility 0s 0s;
      -webkit-overflow-scrolling: touch; }
  
  #elementy-fullscreen-trigger {
    background-color: transparent;
    bottom: auto;
    height: 30px;
    line-height: 30px;
    padding-left: 1em;
    right: 15px;
    top: 50%;
    width: 100px;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -khtml-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */ }
    #elementy-fullscreen-trigger .elementy-menu-icon {
      background-color: #4b4e53;
      bottom: auto;
      display: inline-block;
      height: 2px;
      left: auto;
      right: 15px;
      position: absolute;
      top: 50%;
      width: 24px;
      -webkit-transform: translate(0, -50%);
      -khtml-transform: translate(0, -50%);
      -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      -o-transform: translate(0, -50%);
      transform: translate(0, -50%);
      /* BACKGROUND GRADIENT */
      /* TRANSFORM STYLE */
      -webkit-transition: background-color 0.3s ease 0s;
      -khtml-transition: background-color 0.3s ease 0s;
      -moz-transition: background-color 0.3s ease 0s;
      -ms-transition: background-color 0.3s ease 0s;
      -o-transition: background-color 0.3s ease 0s;
      transition: background-color 0.3s ease 0s;
      /* BACKGROUND GRADIENT */
      /* TRIPLE BORDERS */ }
    #elementy-fullscreen-trigger .elementy-menu-icon:before, #elementy-fullscreen-trigger .elementy-menu-icon:after {
      background-color: #4b4e53;
      content: "";
      height: 100%;
      position: absolute;
      right: 0;
      width: 100%;
      -webkit-transition: -webkit-transform 0.3s, top 0.3s, background-color 0s;
      -moz-transition: -moz-transform 0.3s, top 0.3s, background-color 0s;
      transition: transform 0.3s, top 0.3s, background-color 0s; }
    #elementy-fullscreen-trigger .elementy-menu-icon:after {
      top: 7px; }
    #elementy-fullscreen-trigger .elementy-menu-icon:before {
      top: -7px; }
    #elementy-fullscreen-trigger.is-clicked .elementy-menu-icon {
      background: rgba(255, 255, 255, 0); }
      #elementy-fullscreen-trigger.is-clicked .elementy-menu-icon:after {
        top: 0px;
        -webkit-transform: rotate(225deg);
        -khtml-transform: rotate(225deg);
        -moz-transform: rotate(225deg);
        -ms-transform: rotate(225deg);
        -o-transform: rotate(225deg);
        transform: rotate(225deg);
        /* BACKGROUND GRADIENT */
        /* TRANSFORM STYLE */ }
      #elementy-fullscreen-trigger.is-clicked .elementy-menu-icon:before {
        top: 0px;
        -webkit-transform: rotate(135deg);
        -khtml-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
        /* BACKGROUND GRADIENT */
        /* TRANSFORM STYLE */ }
  
  .header-fullscreen-menu-wrap #cshero-menu-mobile {
    display: none !important; }
  
  .fullscreen-menu-wrap {
    background: rgba(16, 16, 16, 0.9) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    overflow: auto;
    padding: 80px 0;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 99;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-backface-visibility: hidden;
    -khtml-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    /* BACKGROUND GRADIENT */
    -webkit-transform: translateY(-100%);
    -khtml-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */ }
    .fullscreen-menu-wrap.is-visible {
      -webkit-transform: translateY(0);
      -khtml-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0);
      /* BACKGROUND GRADIENT */
      /* TRANSFORM STYLE */ }
  
  .fullscreen-menu-inner {
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */ }
    .fullscreen-menu-inner .widget {
      margin: 0; }
    .fullscreen-menu-inner .widget.widget_nav_menu .wg-title, .fullscreen-menu-inner .widget .wg-title {
      color: #848484;
      font-size: 10px;
      font-weight: 700;
      margin: 2.4em 0 0.8em;
      letter-spacing: 2px;
      text-transform: uppercase;
      font-family: "Open Sans", Arial, Helvetica, sans-serif; }
    .fullscreen-menu-inner ul {
      width: 100% !important;
      margin: 0;
      padding: 0; }
    .fullscreen-menu-inner ul li {
      margin: 0.4em 0;
      font-weight: 300;
      letter-spacing: 2px;
      font-family: "Josefin Sans", Arial, Helvetica, sans-serif;
      -moz-osx-font-smoothing: grayscale; }
      .fullscreen-menu-inner ul li a {
        display: inline-block;
        padding: 0.4em 1em;
        color: #fff;
        font-family: "Poppins", Arial, Helvetica, sans-serif; }
      .fullscreen-menu-inner ul li a:hover, .fullscreen-menu-inner ul li a:focus {
        color: rgba(255, 255, 255, 0.63); }
    .fullscreen-menu-inner .cs-social li a {
      font-size: 16px; }
  
  @media only screen and (max-width: 480px) {
    .fullscreen-menu-inner ul li {
      font-size: 16px;
      letter-spacing: 1px;
      font-weight: 400;
      margin: 0; } }
  
  @media only screen and (min-width: 768px) {
    .fullscreen-menu-inner {
      padding: 80px 0; } }
  
  @media only screen and (min-width: 1170px) {
    .fullscreen-menu-inner ul li {
      font-size: 32px;
      margin: 0.4em 0 !important; } }
  
  .logo-trans {
    /* Left Menu
  ------------------------------*/ }
    .logo-trans .main-logo-wrap {
      filter: alpha(opacity=0);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      -webkit-opacity: 0;
      -khtml-opacity: 0;
      -moz-opacity: 0;
      -ms-opacity: 0;
      -o-opacity: 0;
      opacity: 0;
      /* BACKGROUND GRADIENT */
      /* OUTLINE RADIUS */ }
  
  .page-has-leftmenu .cms-header-sticky {
    margin: 0; }
    .page-has-leftmenu .cms-bottom-wrapper > .container {
      padding: 0 30px; }
    .page-has-leftmenu .container {
      width: 100%; }
  
  @media screen and (max-width: 1024px) {
    .page-has-leftmenu .header-logo-inner {
      padding: 17px 0 17px 13px; }
      .page-has-leftmenu .header-logo-inner a {
        line-height: inherit !important; }
      .page-has-leftmenu .left-nav-wrap {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        display: block; }
      .page-has-leftmenu .left-nav-wrap #cshero-menu-mobile {
        padding-top: 5px;
        color: #2a2b2f; }
        .page-has-leftmenu .left-nav-wrap #cshero-menu-mobile span {
          line-height: 76px; }
      .page-has-leftmenu .left-nav-wrap a.icon_cart_wrap {
        display: none !important; }
      .page-has-leftmenu .left-nav-wrap .cshero-header-cart-search .header {
        margin-top: 16px !important; }
      .page-has-leftmenu .site-header .widget {
        display: none;
        margin: 0; }
      .page-has-leftmenu .site-header .widget.widget_nav_menu {
        display: block; }
      .page-has-leftmenu .menu a {
        color: #d3d3d3 !important; }
        .page-has-leftmenu .menu a:hover {
          color: #fff !important; }
      .page-has-leftmenu .menu > .current-page-ancestor > a, .page-has-leftmenu .menu > .current-menu-item > a {
        color: #fff !important; } }
  
  .page-has-leftmenu .menu {
    padding-top: 10px;
    /* Newsletter */ }
    .page-has-leftmenu .menu li {
      margin: 0;
      padding: 0;
      line-height: inherit; }
    .page-has-leftmenu .menu > .current-page-ancestor > a, .page-has-leftmenu .menu > .current-menu-item > a {
      color: #101010; }
    .page-has-leftmenu .menu a {
      border: medium none !important;
      color: #6b6d6f;
      font-weight: 400;
      font-family: "Poppins", Arial, Helvetica, sans-serif;
      letter-spacing: 1px;
      margin: 0 !important;
      padding: 14px 9px 14px 17px !important;
      text-align: left;
      text-decoration: none;
      width: 100%;
      font-size: 13px;
      line-height: 20px;
      text-transform: uppercase;
      display: block;
      position: relative; }
      .page-has-leftmenu .menu a:hover, .page-has-leftmenu .menu a:focus {
        color: #101010; }
    .page-has-leftmenu .menu > .menu-item-has-children > a:before {
      content: '\e232';
      display: block;
      font-family: linea-icons;
      font-size: 20px;
      font-style: normal;
      font-weight: 400;
      line-height: 1;
      position: absolute;
      top: 50%;
      right: 14px;
      text-transform: none;
      color: #d3d3d3;
      -webkit-transform: translateY(-50%);
      -khtml-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      /* BACKGROUND GRADIENT */
      /* TRANSFORM STYLE */
      -webkit-transition: transform 0.2s;
      -khtml-transition: transform 0.2s;
      -moz-transition: transform 0.2s;
      -ms-transition: transform 0.2s;
      -o-transition: transform 0.2s;
      transition: transform 0.2s;
      /* BACKGROUND GRADIENT */
      /* TRIPLE BORDERS */ }
      .page-has-leftmenu .menu > .menu-item-has-children > a.submenu-open:before {
        -webkit-transform: translateY(-50%) rotate(90deg);
        -khtml-transform: translateY(-50%) rotate(90deg);
        -moz-transform: translateY(-50%) rotate(90deg);
        -ms-transform: translateY(-50%) rotate(90deg);
        -o-transform: translateY(-50%) rotate(90deg);
        transform: translateY(-50%) rotate(90deg);
        /* BACKGROUND GRADIENT */
        /* TRANSFORM STYLE */ }
    .page-has-leftmenu .menu .sub-menu {
      background: #3e4045;
      width: 100% !important;
      display: none;
      padding-left: 0; }
      .page-has-leftmenu .menu .sub-menu a {
        color: #d3d3d3;
        display: block;
        min-width: 160px;
        padding: 15px 9px 15px 27px !important;
        text-decoration: none; }
      .page-has-leftmenu .menu .sub-menu a:hover {
        color: #fff; }
    .page-has-leftmenu .cms-newsletter-wrap .wg-title {
      display: none; }
    .page-has-leftmenu .cms-newsletter-wrap .newsletter-email {
      line-height: 25px !important; }
    .page-has-leftmenu .cms-newsletter-wrap .newsletter-submit {
      right: 5px !important;
      bottom: 5px !important; }
    @media screen and (min-width: 992px) {
      .page-has-leftmenu .cms-newsletter-wrap .cms-newsletter {
        margin-right: 15px; } }
  
  @media screen and (min-width: 1025px) {
    .page-has-leftmenu .site-content #primary {
      padding-left: 0;
      padding-right: 0; }
      .page-has-leftmenu .left-nav-wrap {
        display: none; }
      .page-has-leftmenu .elementy-menu-left {
        background: #fff none repeat scroll 0 0;
        height: 100%;
        left: 0;
        overflow-y: auto;
        padding-bottom: 60px;
        position: fixed;
        text-align: left;
        top: 0;
        width: 280px;
        z-index: 1045;
        -webkit-box-sizing: border-box;
        -khtml-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        /* BACKGROUND GRADIENT */ }
        .page-has-leftmenu .elementy-menu-left .site-header {
          margin-bottom: 0;
          position: relative; }
        .page-has-leftmenu .elementy-menu-left .main-navigation {
          display: block;
          padding-left: 20px; }
        .page-has-leftmenu .elementy-menu-left #cshero-header-logo {
          padding: 0 30px; }
          .page-has-leftmenu .elementy-menu-left #cshero-header-logo a {
            display: block;
            line-height: inherit;
            text-align: left;
            margin-bottom: 20px;
            margin-top: 40px;
            padding: 26px 0 25px; }
        .page-has-leftmenu .elementy-menu-left .main-menu-container {
          padding-left: 20px;
          display: block; }
        .page-has-leftmenu .elementy-menu-left .widget {
          margin: 60px 30px 0 20px;
          font-size: 18px;
          position: relative; }
          .page-has-leftmenu .elementy-menu-left .widget .searchform {
            color: #7e8082; }
            .page-has-leftmenu .elementy-menu-left .widget .searchform #s {
              border-color: #eee;
              font-size: 14px; }
            .page-has-leftmenu .elementy-menu-left .widget .searchform #searchsubmit {
              font-size: 18px;
              color: #d3d3d3; }
              .page-has-leftmenu .elementy-menu-left .widget .searchform #searchsubmit:hover {
                color: #101010; }
        .page-has-leftmenu .elementy-menu-left .widget.widget_nav_menu {
          margin: 0; }
        .page-has-leftmenu .elementy-menu-left #s::-moz-placeholder, .page-has-leftmenu .elementy-menu-left #s:-moz-placeholder, .page-has-leftmenu .elementy-menu-left #s:-ms-input-placeholder {
          color: #7e8082;
          letter-spacing: 2px;
          font-size: 13px;
          text-transform: uppercase; }
      .page-has-leftmenu .elementy-content-side-wrap {
        margin-left: 280px; } }
  
  @media screen and (max-width: 400px) {
    .show-wishlist-icon .header-search-cart .icon-wishlist {
      display: none; } }
  
  .subs-bottom-wrap .cms-newsletter-wrap, .elementy-footer-wrap .subs-bottom-wrap {
    background-color: #eee;
    padding-top: 109px;
    padding-bottom: 64px; }
    .subs-bottom-wrap .cms-newsletter-wrap .widget, .elementy-footer-wrap .subs-bottom-wrap .widget {
      width: 100%;
      clear: both; }
    .subs-bottom-wrap .cms-newsletter-wrap h3, .elementy-footer-wrap .subs-bottom-wrap h3 {
      color: #2a2b2f;
      font-size: 32px;
      line-height: 40px;
      margin: 0 0 15px;
      padding: 0;
      font-weight: 100; }
    .subs-bottom-wrap .cms-newsletter-wrap form, .elementy-footer-wrap .subs-bottom-wrap form {
      width: 100%;
      float: right;
      position: relative;
      margin: 0 0 15px;
      border-bottom: 1px solid #cbcbcb; }
    .subs-bottom-wrap .cms-newsletter-wrap form input, .elementy-footer-wrap .subs-bottom-wrap form input {
      color: #2a2b2f;
      line-height: 25px; }
      .subs-bottom-wrap .cms-newsletter-wrap form input::-webkit-input-placeholder, .elementy-footer-wrap .subs-bottom-wrap form input::-webkit-input-placeholder {
        color: #2a2b2f;
        filter: alpha(opacity=100);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-opacity: 1;
        -khtml-opacity: 1;
        -moz-opacity: 1;
        -ms-opacity: 1;
        -o-opacity: 1;
        opacity: 1;
        /* BACKGROUND GRADIENT */
        /* OUTLINE RADIUS */ }
      .subs-bottom-wrap .cms-newsletter-wrap form input::-moz-placeholder, .elementy-footer-wrap .subs-bottom-wrap form input::-moz-placeholder {
        color: #2a2b2f;
        filter: alpha(opacity=100);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-opacity: 1;
        -khtml-opacity: 1;
        -moz-opacity: 1;
        -ms-opacity: 1;
        -o-opacity: 1;
        opacity: 1;
        /* BACKGROUND GRADIENT */
        /* OUTLINE RADIUS */
        /* Firefox 19+*/ }
      .subs-bottom-wrap .cms-newsletter-wrap form input:-moz-placeholder, .elementy-footer-wrap .subs-bottom-wrap form input:-moz-placeholder {
        color: #2a2b2f;
        filter: alpha(opacity=100);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-opacity: 1;
        -khtml-opacity: 1;
        -moz-opacity: 1;
        -ms-opacity: 1;
        -o-opacity: 1;
        opacity: 1;
        /* BACKGROUND GRADIENT */
        /* OUTLINE RADIUS */
        /* Firefox 18- */ }
      .subs-bottom-wrap .cms-newsletter-wrap form input:-ms-input-placeholder, .elementy-footer-wrap .subs-bottom-wrap form input:-ms-input-placeholder {
        color: #2a2b2f;
        filter: alpha(opacity=100);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-opacity: 1;
        -khtml-opacity: 1;
        -moz-opacity: 1;
        -ms-opacity: 1;
        -o-opacity: 1;
        opacity: 1;
        /* BACKGROUND GRADIENT */
        /* OUTLINE RADIUS */ }
    .subs-bottom-wrap .cms-newsletter-wrap form .newsletter-submit, .elementy-footer-wrap .subs-bottom-wrap form .newsletter-submit {
      background: 0 none;
      border: none;
      background-color: transparent;
      position: absolute;
      right: 5px;
      bottom: 0;
      padding-right: 0; }
      .subs-bottom-wrap .cms-newsletter-wrap form .newsletter-submit i, .elementy-footer-wrap .subs-bottom-wrap form .newsletter-submit i {
        font-size: 27px;
        color: #2a2b2f;
        height: 32px;
        line-height: 25px;
        display: block;
        width: 100%;
        margin: 0; }
      .subs-bottom-wrap .cms-newsletter-wrap form .newsletter-submit:hover, .elementy-footer-wrap .subs-bottom-wrap form .newsletter-submit:hover, .subs-bottom-wrap .cms-newsletter-wrap form .newsletter-submit:focus, .elementy-footer-wrap .subs-bottom-wrap form .newsletter-submit:focus {
        right: 0; }
    @media screen and (max-width: 767px) {
    .subs-bottom-wrap .cms-newsletter-wrap h3, .elementy-footer-wrap .subs-bottom-wrap h3, .subs-bottom-wrap .cms-newsletter-wrap form, .elementy-footer-wrap .subs-bottom-wrap form {
      width: 100%;
      float: none; } }
  
  .elementy-footer-wrap .subs-bottom-wrap {
    padding-top: 80px;
    padding-bottom: 60px; }
    .elementy-footer-wrap .subs-bottom-wrap h2 {
      font-size: 32px;
      line-height: 40px;
      font-weight: 100; }
    .elementy-footer-wrap .subs-bottom-wrap .cms-newsletter {
      max-width: none;
      width: 100%;
      border-bottom: 1px solid #cbcbcb; }
    .elementy-footer-wrap .subs-bottom-wrap .cms-newsletter input {
      width: auto;
      border: none; }
    .elementy-footer-wrap .subs-bottom-wrap .cms-newsletter .newsletter-submit {
      right: 5px; }
      .elementy-footer-wrap .subs-bottom-wrap .cms-newsletter .newsletter-submit:hover, .elementy-footer-wrap .subs-bottom-wrap .cms-newsletter .newsletter-submit:focus {
        right: 0;
        color: #6b6d6f; }
  
  .subs-bottom-wrap .cms-newsletter-wrap {
    padding-bottom: 60px;
    padding-top: 45px;
    padding-left: 0;
    padding-right: 0;
    /* Footer widget area
  ------------------------------*/ }
  
  .footer-logo {
    max-height: 60px; }
  
  .elementy-footer-wrap .widget {
    margin-bottom: 40px; }
    .elementy-footer-wrap .widget .wg-title {
      font-size: 18px;
      font-weight: normal;
      margin: 16px 0 21px;
      line-height: 25px; }
    .elementy-footer-wrap .footer-bottom-wrap .widget {
      margin-bottom: 0; }
  
  .cshero-footer-top {
    /* Special css */ }
    .cshero-footer-top ul li {
      margin-bottom: 0;
      padding-bottom: 10px; }
    .cshero-footer-top ul.menu li {
      padding-bottom: 7px;
      line-height: 25px; }
    .cshero-footer-top .widget_newsletterwidget form {
      position: relative; }
    .cshero-footer-top .widget_newsletterwidget input {
      width: 100%;
      color: #fff; }
      .cshero-footer-top .widget_newsletterwidget input::-webkit-input-placeholder {
        color: rgba(255, 255, 255, 0.7); }
      .cshero-footer-top .widget_newsletterwidget input::-moz-placeholder {
        color: rgba(255, 255, 255, 0.7);
        /* Firefox 19+*/ }
      .cshero-footer-top .widget_newsletterwidget input:-moz-placeholder {
        color: rgba(255, 255, 255, 0.7);
        /* Firefox 18- */ }
      .cshero-footer-top .widget_newsletterwidget input:-ms-input-placeholder {
        color: rgba(255, 255, 255, 0.7); }
    .cshero-footer-top .widget_newsletterwidget .newsletter-submit {
      background: 0 none;
      border: none;
      position: absolute;
      top: 7px;
      right: 0;
      -webkit-transition: all 0.3s ease 0s;
      -khtml-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -ms-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      /* BACKGROUND GRADIENT */
      /* TRIPLE BORDERS */ }
      .cshero-footer-top .widget_newsletterwidget .newsletter-submit i {
        font-size: 27px;
        width: auto;
        height: auto;
        line-height: 25px; }
      .cshero-footer-top .widget_newsletterwidget .newsletter-submit i:before {
        line-height: 25px; }
      .cshero-footer-top .widget_newsletterwidget .newsletter-submit:hover, .cshero-footer-top .widget_newsletterwidget .newsletter-submit:focus {
        right: -5px; }
  
  .cshero-footer-top-1 .widget {
    font-family: "Open Sans", Arial, Helvetica, sans-serif; }
  
  .footer-top-1-2 ul.menu li {
    font-weight: bold;
    text-transform: uppercase; }
  
  .footer-top-1-3 ul.menu li {
    text-transform: uppercase; }
  
  .cshero-footer-top-2 {
    color: rgba(255, 255, 255, 0.7); }
    .cshero-footer-top-2 .widget {
      font-family: "Open Sans", Arial, Helvetica, sans-serif; }
    .cshero-footer-top-2 .widget a {
      font-family: "Poppins", Arial, Helvetica, sans-serif; }
    .cshero-footer-top-2 a {
      color: rgba(255, 255, 255, 0.7); }
    .cshero-footer-top-2 a:hover, .cshero-footer-top-2 a:focus {
      color: #fff; }
    .cshero-footer-top-2 a.open-map {
      color: #fff; }
      .cshero-footer-top-2 a.open-map:hover, .cshero-footer-top-2 a.open-map:focus {
        color: rgba(255, 255, 255, 0.7); }
    .cshero-footer-top-2 .widget_newsletterwidget .newsletter-email {
      border-bottom-color: #67686b; }
  
  .footer-top-2-2 a {
    color: #fff; }
    .footer-top-2-2 a:hover, .footer-top-2-2 a:focus {
      color: rgba(255, 255, 255, 0.7); }
  
  .footer-bottom-2 .footer-bottom-wrap {
    border-top: 1px solid rgba(255, 255, 255, 0.1); }
  
  .cshero-footer-top-3 .widget:first-child {
    margin-bottom: 0; }
    .cshero-footer-top-3 .social-indiv-inner {
      margin-top: 0;
      padding-bottom: 0; }
    .cshero-footer-top-3 .social-indiv-inner li {
      padding: 0; }
      .cshero-footer-top-3 .social-indiv-inner li a {
        font-size: 18px;
        padding: 12px;
        display: inline; }
      .cshero-footer-top-3 .social-indiv-inner li a i {
        width: auto;
        height: auto;
        line-height: inherit; }
        .cshero-footer-top-3 .social-indiv-inner li a i:before {
          line-height: inherit; }
  
  .footer-bottom-4 {
    /* Page Loading
  ------------------------------*/ }
    .footer-bottom-4 .footer-bottom-wrap {
      border-top-color: rgba(255, 255, 255, 0.1);
      border-top-style: solid;
      border-top-width: 1px; }
    .footer-bottom-4 .copyright-wrap a {
      padding: 9px 9px 9px 0px;
      display: inline-block;
      font-size: 12px; }
    .footer-bottom-4 .social-indiv-inner {
      padding-bottom: 0;
      margin-top: 0; }
  
  #loader-overflow {
    background: #fefefe;
    display: block;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999; }
    #loader-overflow #loader3 {
      overflow: hidden;
      background-color: #b6b6b7;
      height: 40px;
      left: 50%;
      margin: -20px 0 0 -20px;
      position: absolute;
      text-indent: -99999px;
      top: 50%;
      width: 40px;
      will-change: transform;
      z-index: 999991;
      -webkit-border-radius: 50%;
      -khtml-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%;
      /* BACKGROUND GRADIENT */
      -webkit-animation: 1.1s ease-in-out 0s normal none infinite running scaleout;
      -khtml-animation: 1.1s ease-in-out 0s normal none infinite running scaleout;
      -moz-animation: 1.1s ease-in-out 0s normal none infinite running scaleout;
      -ms-animation: 1.1s ease-in-out 0s normal none infinite running scaleout;
      -o-animation: 1.1s ease-in-out 0s normal none infinite running scaleout;
      animation: 1.1s ease-in-out 0s normal none infinite running scaleout;
      /* BACKGROUND GRADIENT */
      /* Define */ }
  
  @keyframes scaleout {
    /* Back to top
  ------------------------------*/
    0% {
      -webkit-transform: scale(0);
      -khtml-transform: scale(0);
      -moz-transform: scale(0);
      -ms-transform: scale(0);
      -o-transform: scale(0);
      transform: scale(0);
      /* BACKGROUND GRADIENT */
      /* TRANSFORM STYLE */
      filter: alpha(opacity=0);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      -webkit-opacity: 0;
      -khtml-opacity: 0;
      -moz-opacity: 0;
      -ms-opacity: 0;
      -o-opacity: 0;
      opacity: 0;
      /* BACKGROUND GRADIENT */
      /* OUTLINE RADIUS */ }
  
    40% {
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      -webkit-opacity: 1;
      -khtml-opacity: 1;
      -moz-opacity: 1;
      -ms-opacity: 1;
      -o-opacity: 1;
      opacity: 1;
      /* BACKGROUND GRADIENT */
      /* OUTLINE RADIUS */ }
  
    100% {
      -webkit-transform: scale(1);
      -khtml-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
      /* BACKGROUND GRADIENT */
      /* TRANSFORM STYLE */
      filter: alpha(opacity=0);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      -webkit-opacity: 0;
      -khtml-opacity: 0;
      -moz-opacity: 0;
      -ms-opacity: 0;
      -o-opacity: 0;
      opacity: 0;
      /* BACKGROUND GRADIENT */
      /* OUTLINE RADIUS */ } }
  
  #back-to-top {
    bottom: 16px;
    margin: 0;
    padding: 0;
    position: fixed;
    right: 19px;
    z-index: 20;
    background: #fff;
    color: #2a2b2f;
    display: block;
    font-size: 26px;
    height: 37px;
    padding: 5px;
    text-decoration: none;
    width: 37px;
    z-index: 999;
    cursor: pointer;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    /* BACKGROUND GRADIENT */ }
    #back-to-top.off {
      visibility: hidden; }
    #back-to-top.on {
      visibility: visible; }
    #back-to-top i {
      width: inherit;
      height: inherit;
      line-height: inherit;
      margin: 0;
      padding: 0; }
  
  .single-post #cshero-header {
    background: #eee; }
    .single-post #cshero-header.affix {
      background: #fff; }
    .single-post #content {
      padding-bottom: 0; }
  
  .blog-main-posts .entry-title {
    font-size: 22px;
    line-height: 30px;
    padding-top: 10px;
    margin: 0; }
    .blog-main-posts .entry-meta ul {
      list-style: none;
      padding: 0;
      margin: 0; }
    .blog-main-posts .entry-meta ul li {
      float: left;
      color: #a3a6a8;
      font-size: 13px; }
      .blog-main-posts .entry-meta ul li:before {
        content: '/';
        display: inline-block;
        padding-left: 7px;
        padding-right: 7px; }
      .blog-main-posts .entry-meta ul li:first-child:before {
        display: none; }
      .blog-main-posts .entry-meta ul li a {
        color: #a3a6a8; }
      .blog-main-posts .entry-meta ul li a:hover, .blog-main-posts .entry-meta ul li a:focus {
        color: #2a2b2f; }
  
  .single-post-title .post-info ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: block;
    text-align: left;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-weight: 400; }
    .single-post-title .post-info ul li {
      display: inline-block;
      font-size: 13px; }
      .single-post-title .post-info ul li:before {
        content: '/';
        padding: 0 5px;
        display: inline-block; }
      .single-post-title .post-info ul li:first-child:before {
        display: none;
        padding: 0; }
      .single-post-title .post-info ul li span {
        filter: alpha(opacity=70);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
        -webkit-opacity: 0.7;
        -khtml-opacity: 0.7;
        -moz-opacity: 0.7;
        -ms-opacity: 0.7;
        -o-opacity: 0.7;
        opacity: 0.7;
        /* BACKGROUND GRADIENT */
        /* OUTLINE RADIUS */
        color: #2a2b2f; }
      .single-post-title .post-info ul li a {
        color: #2a2b2f;
        font-size: 13px;
        filter: alpha(opacity=70);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
        -webkit-opacity: 0.7;
        -khtml-opacity: 0.7;
        -moz-opacity: 0.7;
        -ms-opacity: 0.7;
        -o-opacity: 0.7;
        opacity: 0.7;
        /* BACKGROUND GRADIENT */
        /* OUTLINE RADIUS */ }
      .single-post-title .post-info ul li a:hover, .single-post-title .post-info ul li a:focus {
        color: #2a2b2f;
        filter: alpha(opacity=100);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-opacity: 1;
        -khtml-opacity: 1;
        -moz-opacity: 1;
        -ms-opacity: 1;
        -o-opacity: 1;
        opacity: 1;
        /* BACKGROUND GRADIENT */
        /* OUTLINE RADIUS */ }
    .single-post-title.single-layout-2 {
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      padding-top: 310px;
      padding-bottom: 300px; }
    .single-post-title.single-layout-2 .page-title-text {
      width: 100%;
      color: #fff;
      padding-left: 155px; }
      .single-post-title.single-layout-2 .page-title-text h1 {
        font-size: 93px;
        line-height: 1.1;
        color: #fff;
        font-weight: 600; }
    .single-post-title.single-layout-2 .breadcrumb-text {
      display: none; }
  
  .cms-blog-single.post-title-2 .entry-feature-image {
    display: none; }
    @media screen and (min-width: 601px) {
    .cms-blog-single .content-inner {
      margin-bottom: 36px; } }
    .cms-blog-single.post_format-post-format-gallery .entry-feature-gallery .owl-item {
      max-height: 600px; }
    .cms-blog-single .entry-content .content-inner blockquote {
      border-left: 3px solid #eee;
      font-size: 20px;
      line-height: 32px;
      margin: 0 0 20px;
      padding: 10px 20px 10px 30px; }
      .cms-blog-single .entry-content .content-inner blockquote p {
        font-size: 20px;
        line-height: 32px; }
      .cms-blog-single .entry-content .content-inner blockquote small, .cms-blog-single .entry-content .content-inner blockquote footer {
        color: #6b6d6f;
        font-family: "Open Sans", Arial, Helvetica, sans-serif;
        font-size: 13px;
        font-style: normal; }
      .cms-blog-single .entry-content .content-inner blockquote cite {
        font-style: normal;
        font-weight: 400; }
      .cms-blog-single .entry-content .content-inner blockquote:before {
        display: none; }
  
  @media screen and (max-width: 767px) {
      .author-info-wrap {
        display: none; } }
    .author-info-wrap .author-avatar img {
      width: 92px;
      height: 92px;
      margin: 0px;
      -webkit-border-radius: 50%;
      -khtml-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%;
      /* BACKGROUND GRADIENT */ }
    .author-info-wrap .author-name {
      font-size: 14px; }
    .author-info-wrap .author-name span {
      color: #2a2b2f; }
    .author-info-wrap .author-social-wrap {
      margin: 0;
      padding: 0;
      list-style: none; }
    .author-info-wrap .author-social-wrap li {
      margin: 0 5px;
      display: inline-block; }
    .author-info-wrap .author-social-wrap a {
      color: #6b6d6f; }
      .author-info-wrap .author-social-wrap a:hover {
        color: #101010; }
  
  .footer-meta-wrap {
    margin: 0;
    padding: 0;
    list-style: none;
    right: 2px; }
    .footer-meta-wrap li {
      display: inline-block;
      margin-left: 12px; }
    .footer-meta-wrap li.entry-share {
      position: relative; }
    .footer-meta-wrap li.entry-comment i {
      margin-left: 7px; }
    .footer-meta-wrap li.entry-like span {
      margin-left: 7px; }
    .footer-meta-wrap a, .footer-meta-wrap span, .footer-meta-wrap i {
      color: #6b6d6f;
      -webkit-transition: all 0.3s ease 0s;
      -khtml-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -ms-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      /* BACKGROUND GRADIENT */
      /* TRIPLE BORDERS */ }
    .footer-meta-wrap a:hover {
      color: #97999c; }
    .footer-meta-wrap a:hover i {
      color: #97999c; }
    .footer-meta-wrap ul {
      background: #eee none repeat scroll 0 0;
      border: medium none;
      border-radius: 0;
      margin-top: 5px;
      padding: 5px 0;
      float: left;
      min-width: 132px;
      -webkit-box-shadow: rgba(0, 0, 0, 0.26) 0 2px 5px 0;
      -khtml-box-shadow: rgba(0, 0, 0, 0.26) 0 2px 5px 0;
      -moz-box-shadow: rgba(0, 0, 0, 0.26) 0 2px 5px 0;
      -ms-box-shadow: rgba(0, 0, 0, 0.26) 0 2px 5px 0;
      -o-box-shadow: rgba(0, 0, 0, 0.26) 0 2px 5px 0;
      box-shadow: rgba(0, 0, 0, 0.26) 0 2px 5px 0;
      /* BACKGROUND GRADIENT */
      /* BOX SIZING */ }
    .footer-meta-wrap ul li {
      margin-left: 0;
      float: left; }
    .footer-meta-wrap ul a {
      padding: 7px 15px;
      background: 0 none; }
      .footer-meta-wrap ul a:hover i {
        color: #111; }
  
  .single-metadata-wrap .row {
    width: 100%; }
    .single-metadata-wrap .entry-tags a {
      border: 1px solid #e9e9e9;
      display: inline-block;
      font-size: 12px;
      margin: 0 2px 5px 0;
      padding: 4px 13px 3px;
      text-decoration: none;
      font-family: "Poppins", Arial, Helvetica, sans-serif;
      -webkit-border-radius: 3px;
      -khtml-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      -o-border-radius: 3px;
      border-radius: 3px;
      /* BACKGROUND GRADIENT */ }
    .single-metadata-wrap .entry-tags a:hover {
      background: #2a2b2f;
      border-color: #2a2b2f;
      color: #fff; }
  
  .post-author-container {
    min-height: 130px;
    padding: 25px;
    background-color: #eee; }
    .post-author-container .post-author-avatar {
      float: left;
      margin-right: 20px; }
    .post-author-container .post-author-avatar img {
      -webkit-border-radius: 50%;
      -khtml-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%;
      /* BACKGROUND GRADIENT */ }
    .post-author-container .author-info {
      display: inline-block;
      font-family: "Poppins", Arial, Helvetica, sans-serif;
      font-size: 16px;
      margin-bottom: 7px;
      margin-top: 7px; }
    .post-author-container .author-bio {
      font-size: 13px;
      line-height: 22px; }
  
  .entry-navigation {
    background: #fff;
    font-size: 14px;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    padding: 18px 0;
    /* Post Navigation 
  ------------------------------*/ }
    @media screen and (max-width: 600px) {
    .entry-navigation {
      margin-top: 30px; } }
    .entry-navigation a {
      width: calc(100% / 3);
      display: block;
      float: left;
      overflow: hidden;
      text-decoration: none;
      vertical-align: middle;
      white-space: nowrap; }
    .entry-navigation a span {
      display: inline-block; }
    .entry-navigation a .icon {
      font-size: 24px;
      line-height: 19px;
      vertical-align: middle; }
  
  .navigation.paging-navigation a, .navigation.paging-navigation span {
    display: inline-block;
    background-color: transparent;
    border: none;
    color: #2a2b2f;
    float: left;
    line-height: 1.42857;
    position: relative;
    text-decoration: none;
    margin-right: 3px;
    width: 29px;
    height: 29px;
    text-align: center;
    line-height: 30px;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 600;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    /* BACKGROUND GRADIENT */ }
    .navigation.paging-navigation .current, .navigation.paging-navigation a:hover, .navigation.paging-navigation a:focus {
      background-color: #eee;
      color: #2a2b2f; }
    .navigation.paging-navigation i {
      font-size: 16px;
      padding: 0px;
      line-height: 29px; }
  
  .single-related-post {
    /* margin-bottom: 62px;
  
          .entry-meta {
              padding-bottom: 20px;
          } */
    /* WordPress caption style
  ------------------------------*/ }
    .single-related-post .related-post-heading {
      font-size: 20px; }
    .single-related-post hr {
      border-color: #c9c9c9; }
    .single-related-post h5.entry-title {
      font-weight: 400;
      font-size: 16px;
      padding: 0; }
    .single-related-post .cms-blog-item .entry-title {
      font-size: 14px;
      line-height: 25px; }
    .wp-caption {
      max-width: 100%;
      font-style: italic;
      line-height: 1.35;
      margin-bottom: 13px;
      margin-top: 5px; }
    .wp-caption img[class*="wp-image-"] {
      display: block;
      max-width: 98%; }
    .wp-caption .wp-caption-text {
      margin: 10px 0; }
  
  .wp-caption-text, .entry-thumbnail-caption, .cycle-caption {
    font-style: italic;
    line-height: 1.35;
    font-size: 13px; }
  
  .alignleft, .entry-thumbnail.thumbnail {
    display: inline;
    float: left;
    margin-right: 30px; }
  
  .alignright {
    display: inline;
    float: right;
    margin-left: 30px; }
  
  .aligncenter {
    display: block;
    clear: both;
    margin: 0 auto;
    margin-bottom: 15px; }
  
  img.wp-smiley {
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
    border: none; }
  
  .gallery-caption {
    font-family: inherit; }
  
  .bypostauthor {
    margin: 0;
    /* Gallery
  ------------------------------*/ }
  
  .gallery {
    margin-bottom: 20px; }
  
  .gallery-item {
    float: left;
    margin: 0 4px 4px 0;
    overflow: hidden;
    position: relative; }
  
  .gallery-columns-1 .gallery-item {
    max-width: 100%; }
  
  .gallery-columns-2 .gallery-item {
    max-width: 48%;
    max-width: -webkit-calc(50% - 4px);
    max-width: calc(50% - 4px); }
  
  .gallery-columns-3 .gallery-item {
    max-width: 32%;
    max-width: -webkit-calc(33.3% - 4px);
    max-width: calc(33.3% - 4px); }
  
  .gallery-columns-4 .gallery-item {
    max-width: 23%;
    max-width: -webkit-calc(25% - 4px);
    max-width: calc(25% - 4px); }
  
  .gallery-columns-5 .gallery-item {
    max-width: 19%;
    max-width: -webkit-calc(20% - 4px);
    max-width: calc(20% - 4px); }
  
  .gallery-columns-6 .gallery-item {
    max-width: 15%;
    max-width: -webkit-calc(16.7% - 4px);
    max-width: calc(16.7% - 4px); }
  
  .gallery-columns-7 .gallery-item {
    max-width: 13%;
    max-width: -webkit-calc(14.28% - 4px);
    max-width: calc(14.28% - 4px); }
  
  .gallery-columns-8 .gallery-item {
    max-width: 11%;
    max-width: -webkit-calc(12.5% - 4px);
    max-width: calc(12.5% - 4px); }
  
  .gallery-columns-9 .gallery-item {
    max-width: 9%;
    max-width: -webkit-calc(11.1% - 4px);
    max-width: calc(11.1% - 4px); }
  
  .gallery-columns-1 .gallery-item:nth-of-type(1n), .gallery-columns-2 .gallery-item:nth-of-type(2n), .gallery-columns-3 .gallery-item:nth-of-type(3n), .gallery-columns-4 .gallery-item:nth-of-type(4n), .gallery-columns-5 .gallery-item:nth-of-type(5n), .gallery-columns-6 .gallery-item:nth-of-type(6n), .gallery-columns-7 .gallery-item:nth-of-type(7n), .gallery-columns-8 .gallery-item:nth-of-type(8n), .gallery-columns-9 .gallery-item:nth-of-type(9n) {
    margin-right: 0; }
  
  .gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1), .gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1), .gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1), .gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
    clear: left; }
  
  .gallery-caption {
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    font-size: 12px;
    font-size: 12px;
    padding: 6px 8px;
    line-height: 1.5;
    margin: 0;
    max-height: 50%;
    opacity: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: left;
    width: 100%; }
    .gallery-caption:before {
      content: "";
      height: 100%;
      min-height: 49px;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%; }
  
  .gallery-item:hover .gallery-caption {
    opacity: 1; }
  
  .gallery-columns-7 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption {
    display: none; }
  
  .attachment {
    margin-bottom: 20px;
    /* Comments
  ------------------------------*/ }
  
  #fbcomments iframe {
    width: 100% !important; }
  
  .single-comments-area {
    background-color: #f5f5f5;
    padding-top: 107px;
    padding-bottom: 183px; }
    @media screen and (max-width: 768px) {
    .single-comments-area {
      padding-top: 46px;
      padding-bottom: 80px; } }
  
  .comments-area.post-not-comment {
    margin-top: 34px;
    /* Comment List */ }
    .comments-area .comments-title {
      position: relative;
      margin-bottom: 0;
      font-size: 26px;
      line-height: 24px; }
    .comments-area .comments-title small {
      font-size: 12px;
      color: #777;
      font-family: "Poppins", Arial, Helvetica, sans-serif; }
      .comments-area .comments-title small:before {
        content: '/';
        display: inline-block;
        padding-right: 7px; }
    .comments-area ul.children, .comments-area ol.comment-list {
      list-style-type: none; }
    .comments-area ol.comment-list {
      padding: 0; }
    .comments-area .children {
      padding-left: 70px; }
    .comments-area .comment-list .comment {
      padding-top: 40px;
      border-top: 1px dotted #e9e9e9; }
    .comments-area .comment-list > .comment:first-child {
      border: none; }
    .comments-area .comment-author-image img {
      width: 70px;
      margin-right: 30px;
      border-radius: 50%; }
    .comments-area .comment-main {
      overflow: hidden; }
    .comments-area .comment-meta {
      position: relative; }
    .comments-area .comment-meta .comment-author {
      display: inline-block;
      display: block;
      color: #2a2b2f;
      font-family: "Poppins", Arial, Helvetica, sans-serif; }
    .comments-area .comment-meta .comment-date {
      font-size: 12px;
      color: #8f9092;
      margin-bottom: 10px;
      display: inline-block;
      font-family: "Open Sans", Arial, Helvetica, sans-serif; }
    .comments-area .comment-meta .comment-reply-link {
      font-size: 12px; }
      .comments-area .comment-meta .comment-reply-link:before {
        content: '-';
        display: inline-block;
        padding-right: 7px; }
    .comments-area .comment-content {
      padding-bottom: 35px;
      /* Respond */ }
    .comments-area .comment-respond {
      padding: 75px 100px 80px;
      background: #fff; }
    .comments-area .comment-respond .comment-reply-title {
      font-size: 24px;
      line-height: 1;
      margin: 0 0 45px; }
    .comments-area .comment-respond .logged-in-as {
      font-family: "Poppins", Arial, Helvetica, sans-serif; }
    .comments-area .comment-respond .comment-form {
      margin: 0 -15px; }
      .comments-area .comment-respond .comment-form input {
        border-bottom-color: #ccc; }
      .comments-area .comment-respond .comment-form textarea {
        border-bottom: 1px solid #ccc;
        -webkit-border-radius: 0px;
        -khtml-border-radius: 0px;
        -moz-border-radius: 0px;
        -ms-border-radius: 0px;
        -o-border-radius: 0px;
        border-radius: 0px;
        /* BACKGROUND GRADIENT */ }
      .comments-area .comment-respond .comment-form input, .comments-area .comment-respond .comment-form textarea {
        height: auto; }
      .comments-area .comment-respond .comment-form input::-webkit-input-placeholder, .comments-area .comment-respond .comment-form textarea::-webkit-input-placeholder {
        color: #2a2b2f;
        filter: alpha(opacity=100);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-opacity: 1;
        -khtml-opacity: 1;
        -moz-opacity: 1;
        -ms-opacity: 1;
        -o-opacity: 1;
        opacity: 1;
        /* BACKGROUND GRADIENT */
        /* OUTLINE RADIUS */ }
      .comments-area .comment-respond .comment-form input::-moz-placeholder, .comments-area .comment-respond .comment-form textarea::-moz-placeholder {
        color: #2a2b2f;
        filter: alpha(opacity=100);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-opacity: 1;
        -khtml-opacity: 1;
        -moz-opacity: 1;
        -ms-opacity: 1;
        -o-opacity: 1;
        opacity: 1;
        /* BACKGROUND GRADIENT */
        /* OUTLINE RADIUS */
        /* Firefox 19+*/ }
      .comments-area .comment-respond .comment-form input:-moz-placeholder, .comments-area .comment-respond .comment-form textarea:-moz-placeholder {
        color: #2a2b2f;
        filter: alpha(opacity=100);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-opacity: 1;
        -khtml-opacity: 1;
        -moz-opacity: 1;
        -ms-opacity: 1;
        -o-opacity: 1;
        opacity: 1;
        /* BACKGROUND GRADIENT */
        /* OUTLINE RADIUS */
        /* Firefox 18- */ }
      .comments-area .comment-respond .comment-form input:-ms-input-placeholder, .comments-area .comment-respond .comment-form textarea:-ms-input-placeholder {
        color: #2a2b2f;
        filter: alpha(opacity=100);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-opacity: 1;
        -khtml-opacity: 1;
        -moz-opacity: 1;
        -ms-opacity: 1;
        -o-opacity: 1;
        opacity: 1;
        /* BACKGROUND GRADIENT */
        /* OUTLINE RADIUS */ }
      .comments-area .comment-respond .comment-form input:focus, .comments-area .comment-respond .comment-form textarea:focus {
        border-color: #2a2b2f; }
      .comments-area .comment-respond .comment-form label {
        font-family: "Poppins", Arial, Helvetica, sans-serif;
        color: #2a2b2f;
        font-weight: 400;
        margin-bottom: 5px; }
    .comments-area .comment-respond .form-submit {
      padding: 0 15px;
      margin: 0; }
      .comments-area .comment-respond .form-submit .submit {
        display: inline-block;
        padding: 17px 37px;
        background: #2a2b2f;
        line-height: 1;
        color: #fff;
        border: none;
        text-transform: uppercase;
        font-family: "Open Sans", Arial, Helvetica, sans-serif;
        margin-top: 40px;
        -webkit-border-radius: 4px;
        -khtml-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px;
        /* BACKGROUND GRADIENT */
        -webkit-transition: all 0.3s ease 0s;
        -khtml-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        /* BACKGROUND GRADIENT */
        /* TRIPLE BORDERS */ }
      .comments-area .comment-respond .form-submit .submit:hover {
        background: #6b6d6f; }
    .comments-area .comment-respond .logged-in-as {
      padding: 0 15px; }
    @media screen and (max-width: 768px) {
      .comments-area .comment-respond {
        padding: 40px 50px 50px; }
        .comments-area .comment-respond .comment-reply-title {
          margin-bottom: 30px; } }
    @media screen and (max-width: 420px) {
      .comments-area .comment-respond {
        padding: 30px; }
        .comments-area .comment-respond .form-submit .submit {
          width: 100%;
          margin-top: 25px; } }
  
  @media screen and (max-width: 1024px) {
    .comments-area .comment-author-image img {
      width: 50px;
      margin-right: 10px; }
      .comments-area .children {
        padding-left: 35px; } }
  
  @media screen and (max-width: 480px) {
    .comments-area .children {
      padding-left: 20px; } }
  
  .blog-main-posts.right-sidebar .single-comments-area, .blog-main-posts.left-sidebar .single-comments-area {
    background-color: #fff;
    padding: 0;
    margin-top: 60px; }
    .blog-main-posts.full-width .content-inner {
      margin-bottom: 70px; }
    .blog-main-posts.full-width .single-related-post .entry-meta.mb-20 {
      margin-bottom: 14px !important; }
    .blog-main-posts .comments-area ol.comment-list {
      margin-bottom: 25px; }
    .blog-main-posts .comments-area .comment-respond {
      background: #f5f5f5;
      padding: 10px 40px 60px; }
      .blog-main-posts .comments-area .comment-respond #reply-title {
        margin-top: 50px;
        margin-bottom: 25px;
        font-size: 20px;
        line-height: 25px; }
  
  .page-title {
    padding-bottom: 58px;
    padding-top: 118px;
    background-color: #eee;
    /* overflow: hidden; */
    position: relative;
    /* Breadcrum
  ------------------------------*/ }
    @media screen and (max-width: 1024px) {
    .page-title {
      padding-bottom: 40px;
      padding-top: 10px; } }
    .page-title .page-title-text {
      /* Small white */ }
    .page-title .page-title-text h1 {
      font-size: 24px;
      font-weight: 300;
      line-height: 25px;
      margin-bottom: 5px;
      margin-top: 40px; }
    .page-title.white {
      background-color: #fff; }
    .page-title.has-border {
      border-bottom: 1px solid #eee;
      /* Small dark */ }
    .page-title.grey-dark-bg .page-title-text h1 {
      color: #fff; }
    .page-title.grey-dark-bg .breadcrumb-text ul li {
      color: #fff; }
      .page-title.grey-dark-bg .breadcrumb-text ul li a {
        color: rgba(255, 255, 255, 0.8); }
        .page-title.grey-dark-bg .breadcrumb-text ul li a:hover, .page-title.grey-dark-bg .breadcrumb-text ul li a:focus {
          color: #fff; }
    .page-title .sub-pagetitle {
      font-size: 14px;
      line-height: 15px;
      margin-bottom: 15px;
      font-family: "Poppins", Arial, Helvetica, sans-serif;
      /* Big */ }
    .page-title.page-title-big {
      padding-bottom: 65px;
      padding-top: 135px;
      /* Large */ }
    @media screen and (max-width: 1024px) {
      .page-title.page-title-big {
        padding-bottom: 40px;
        padding-top: 10px; } }
    .page-title.page-title-big .page-title-text h1 {
      margin-bottom: 10px; }
    .page-title.page-title-big .breadcrumb-text.has-sub ul {
      margin-top: 53px; }
      @media screen and (max-width: 991px) {
        .page-title.page-title-big .breadcrumb-text ul {
          margin-top: 0px; } }
    .page-title.page-title-big.grey-dark-bg .sub-pagetitle {
      color: rgba(255, 255, 255, 0.7); }
      .page-title.page-title-big.grey-dark-bg .sub-pagetitle a {
        color: rgba(255, 255, 255, 0.8); }
        .page-title.page-title-big.grey-dark-bg .sub-pagetitle a:hover, .page-title.page-title-big.grey-dark-bg .sub-pagetitle a:focus {
          color: #fff; }
    .page-title.page-title-large {
      padding-top: 250px;
      /* Large 2 */ }
    @media screen and (max-width: 1024px) {
      .page-title.page-title-large {
        padding-top: 30px; } }
    .page-title.page-title-large .sub-pagetitle {
      margin-bottom: 15px; }
    .page-title.page-title-large-2 {
      padding-bottom: 47px;
      padding-top: 180px;
      /* Large 2 */ }
    @media screen and (max-width: 1024px) {
      .page-title.page-title-large-2 {
        padding-bottom: 40px;
        padding-top: 0px; } }
    .page-title.page-title-large-2 .page-title-text h1 {
      font-size: 36px;
      font-weight: 300;
      line-height: 38px;
      margin: 100px 0 0; }
    .page-title.page-title-large-2 .breadcrumb-text ul {
      margin-top: 112px; }
      @media screen and (max-width: 991px) {
        .page-title.page-title-large-2 .breadcrumb-text ul {
          margin-top: 0px; } }
    .page-title.page-title-large-3 {
      padding: 0 !important; }
    .page-title.page-title-large-3 .container {
      height: 640px; }
    .page-title.page-title-large-3 .page-title-text {
      position: absolute;
      bottom: 80px;
      padding-right: 20px; }
      .page-title.page-title-large-3 .page-title-text h1 {
        font-size: 70px;
        font-weight: 300;
        line-height: 74px;
        margin: 0;
        color: #fff; }
    @media screen and (max-width: 1024px) {
      .page-title.page-title-large-3 .container {
        height: 430px; }
  
      .page-title.page-title-large-3 .page-title-text {
        bottom: 60px; }
        .page-title.page-title-large-3 .page-title-text h1 {
          font-size: 62px;
          line-height: 66px; } }
    @media screen and (max-width: 991px) {
      .page-title.page-title-large-3 .container {
        height: 400px; }
  
      .page-title.page-title-large-3 .page-title-text {
        bottom: 50px; }
        .page-title.page-title-large-3 .page-title-text h1 {
          font-size: 52px;
          line-height: 56px; } }
    @media screen and (max-width: 767px) {
      .page-title.page-title-large-3 .container {
        height: 300px; }
  
      .page-title.page-title-large-3 .page-title-text {
        bottom: 40px; }
        .page-title.page-title-large-3 .page-title-text h1 {
          font-size: 32px;
          line-height: 36px; } }
    .page-title.page-title-large-4 {
      padding-bottom: 102px;
      padding-top: 190px; }
    @media screen and (max-width: 1024px) {
      .page-title.page-title-large-4 {
        padding-bottom: 80px;
        padding-top: 150px; } }
    .page-title.page-title-large-4 .page-title-text h1 {
      font-size: 36px;
      line-height: 38px;
      margin: 0;
      text-align: center; }
    @media screen and (max-width: 991px) {
      .page-title.page-title-large-4 {
        padding-bottom: 45px;
        padding-top: 125px; }
        .page-title.page-title-large-4 .page-title-text h1 {
          font-size: 32px;
          line-height: 36px; } }
    .page-title.page-title-large-4 .breadcrumb-text ul {
      margin-top: 10px;
      text-align: center; }
      @media screen and (max-width: 991px) {
        .page-title.page-title-large-4 .breadcrumb-text ul {
          margin-top: 0px; } }
  
  .breadcrumb-text .breadcrumbs {
    margin: 40px 0 0;
    font-size: 12px;
    list-style: none;
    padding: 0;
    text-align: right; }
    @media screen and (max-width: 991px) {
      .breadcrumb-text .breadcrumbs {
        text-align: left;
        margin-top: 0px !important; } }
    .breadcrumb-text .breadcrumbs li {
      display: inline-block;
      font-family: "Poppins", Arial, Helvetica, sans-serif;
      color: #101010; }
      .breadcrumb-text .breadcrumbs li:first-child:before {
        display: none; }
      .breadcrumb-text .breadcrumbs li:before {
        content: '/';
        display: inline-block;
        margin-left: 7px;
        margin-right: 7px;
        color: #6b6d6f; }
      .breadcrumb-text .breadcrumbs li a {
        color: #6b6d6f; }
      .breadcrumb-text .breadcrumbs li a:hover, .breadcrumb-text .breadcrumbs li a:focus {
        color: #101010; }
  
  .has-border-bottom.affix-top {
    border-bottom: 1px solid #eee;
    /* Archive
  ------------------------------*/
    /* List Author
  ------------------------------*/ }
  
  .list_authors_page {
    margin: 0;
    margin-top: 20px;
    padding: 0;
    list-style: none;
    /*------------------------------
      5.2 Blog
  ------------------------------*/
    /* Default
  ------------------------------*/ }
    .list_authors_page li {
      display: inline-block;
      margin-right: 4%;
      margin-bottom: 3%;
      width: 30%; }
    .list_authors_page li a {
      display: block;
      position: relative; }
      .list_authors_page li a span.author_name {
        position: absolute;
        bottom: 5px;
        left: 0;
        width: 100%;
        text-align: center;
        color: #fff; }
      .list_authors_page li a span.author_name h5 {
        color: #fff; }
      .list_authors_page li a img {
        -webkit-border-radius: 3px;
        -khtml-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        /* BACKGROUND GRADIENT */ }
      .list_authors_page li a:before {
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
        position: absolute;
        bottom: 0;
        content: "";
        display: block;
        height: 100%;
        width: 100%;
        z-index: 0; }
      .list_authors_page li a:hover h5 {
        text-decoration: underline; }
    .list_authors_page li.last {
      margin-right: 0; }
  
  .cms-blog-item {
    /* Gallery format */ }
    .cms-blog-item .entry-feature-image {
      -webkit-transition: all 0.3s ease 0s;
      -khtml-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -ms-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      /* BACKGROUND GRADIENT */
      /* TRIPLE BORDERS */ }
    .cms-blog-item .entry-feature-image:hover {
      filter: alpha(opacity=60);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
      -webkit-opacity: 0.6;
      -khtml-opacity: 0.6;
      -moz-opacity: 0.6;
      -ms-opacity: 0.6;
      -o-opacity: 0.6;
      opacity: 0.6;
      /* BACKGROUND GRADIENT */
      /* OUTLINE RADIUS */ }
    .cms-blog-item .entry-feature-image img {
      width: 100%; }
    .cms-blog-item .entry-title {
      margin: 0;
      font-size: 22px;
      line-height: 30px;
      padding-top: 10px;
      font-family: "Poppins", Arial, Helvetica, sans-serif; }
    .cms-blog-item .entry-meta ul {
      padding: 0;
      margin: 0;
      list-style: none;
      display: block;
      text-align: left; }
    .cms-blog-item .entry-meta ul li {
      display: inline-block;
      font-size: 13px; }
      .cms-blog-item .entry-meta ul li:before {
        content: '/';
        padding: 0 5px;
        display: inline-block;
        color: #a3a6a8;
        font-size: 13px; }
      .cms-blog-item .entry-meta ul li:first-child:before {
        display: none;
        padding: 0; }
      .cms-blog-item .entry-meta ul li span {
        color: #a3a6a8; }
      .cms-blog-item .entry-meta ul li a {
        color: #a3a6a8;
        font-size: 13px; }
      .cms-blog-item .entry-meta ul li a:hover, .cms-blog-item .entry-meta ul li a:focus {
        color: #2a2b2f; }
    .cms-blog-item .entry-content {
      margin-bottom: 23px; }
    .cms-blog-item .entry-footer a.blog-more {
      font-family: "Poppins", Arial, Helvetica, sans-serif; }
    .cms-blog-item .entry-footer ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      .cms-blog-item .entry-footer ul li {
        display: inline-block;
        margin-left: 12px; }
      .cms-blog-item .entry-footer ul li.entry-share {
        position: relative; }
      .cms-blog-item .entry-footer ul a, .cms-blog-item .entry-footer ul span, .cms-blog-item .entry-footer ul i {
        color: #4b4e53;
        -webkit-transition: all 0.3s ease 0s;
        -khtml-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        /* BACKGROUND GRADIENT */
        /* TRIPLE BORDERS */ }
      .cms-blog-item .entry-footer ul a:hover {
        color: #4b4e53; }
      .cms-blog-item .entry-footer ul a:hover i {
        color: #4b4e53; }
      .cms-blog-item .entry-footer ul ul {
        background: #eee none repeat scroll 0 0;
        border: medium none;
        border-radius: 0;
        margin-top: 5px;
        padding: 5px 0;
        float: left;
        min-width: 132px;
        -webkit-box-shadow: rgba(0, 0, 0, 0.26) 0 2px 5px 0;
        -khtml-box-shadow: rgba(0, 0, 0, 0.26) 0 2px 5px 0;
        -moz-box-shadow: rgba(0, 0, 0, 0.26) 0 2px 5px 0;
        -ms-box-shadow: rgba(0, 0, 0, 0.26) 0 2px 5px 0;
        -o-box-shadow: rgba(0, 0, 0, 0.26) 0 2px 5px 0;
        box-shadow: rgba(0, 0, 0, 0.26) 0 2px 5px 0;
        /* BACKGROUND GRADIENT */
        /* BOX SIZING */ }
      .cms-blog-item .entry-footer ul ul li {
        margin-left: 0;
        float: left; }
      .cms-blog-item .entry-footer ul ul a {
        padding: 7px 15px;
        background: 0 none; }
        .cms-blog-item .entry-footer ul ul a:hover i {
          color: #111; }
  
  .cms-blog-default .entry-feature-gallery .item {
    height: 434px; }
  
  .cms-blog-fullwidth .entry-feature-gallery .item {
    height: 575px; }
  
  .cms-blog-masonry .entry-feature-gallery .item {
    height: 210px;
    /* Blog Masonry
  ------------------------------*/ }
  
  .cms-blog-masonry .cms-blog-item .entry-feature-image a:hover {
    filter: alpha(opacity=60);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    -webkit-opacity: 0.6;
    -khtml-opacity: 0.6;
    -moz-opacity: 0.6;
    -ms-opacity: 0.6;
    -o-opacity: 0.6;
    opacity: 0.6;
    /* BACKGROUND GRADIENT */
    /* OUTLINE RADIUS */ }
    .cms-blog-masonry .cms-blog-item .entry-feature-image a img {
      width: 100%; }
    .cms-blog-masonry .cms-blog-item .entry-title {
      font-size: 16px;
      font-weight: 600;
      line-height: 26px;
      margin: 0; }
    .cms-blog-masonry .cms-blog-item .entry-footer a.blog-more {
      font-weight: 400; }
  
  .entry-author-wrap {
    background: #eee;
    padding: 25px;
    position: relative;
    /*------------------------------
      5.3 Portfolio
  ------------------------------*/ }
    .entry-author-wrap .author-avatar-wrap {
      float: left;
      margin-right: 20px; }
    .entry-author-wrap .author-name {
      font-size: 16px;
      margin-bottom: 7px;
      margin-top: 7px;
      display: inline-block;
      font-weight: 700;
      margin-right: 20px;
      text-transform: uppercase; }
    .entry-author-wrap .author-bio {
      font-size: 13px;
      line-height: 22px; }
  
  .vc_row[data-vc-full-width] .cms-filter-wrap {
    padding: 0 15px; }
    @media screen and (min-width: 1200px) {
      .vc_row[data-vc-full-width] .cms-filter-wrap {
        width: 1200px; } }
    @media screen and (max-width: 1199px) and (min-width: 992px) {
      .vc_row[data-vc-full-width] .cms-filter-wrap {
        width: 970px; } }
    @media screen and (max-width: 991px) and (min-width: 768px) {
      .vc_row[data-vc-full-width] .cms-filter-wrap {
        width: 750px; } }
  
  .template-cms_grid--portfolio .cms-grid {
    margin-left: -30px; }
    .template-cms_grid--portfolio .paging-navigation {
      margin-top: 50px; }
  
  .cms-filter-wrap {
    padding: 0; }
    .cms-filter-wrap ul {
      margin: 0 0 45px;
      padding: 0;
      list-style: none; }
    .cms-filter-wrap ul li {
      padding: 0;
      float: left; }
    .cms-filter-wrap ul a {
      border-bottom: 1px solid transparent;
      display: inline-block;
      font-family: inherit;
      margin-bottom: 5px;
      margin-right: 25px;
      color: #6b6d6f;
      /* &:first-letter {
                  text-transform: uppercase;
              } */
      -webkit-transition: all 0.27s ease 0s;
      -khtml-transition: all 0.27s ease 0s;
      -moz-transition: all 0.27s ease 0s;
      -ms-transition: all 0.27s ease 0s;
      -o-transition: all 0.27s ease 0s;
      transition: all 0.27s ease 0s;
      /* BACKGROUND GRADIENT */
      /* TRIPLE BORDERS */ }
    .cms-filter-wrap ul a:hover, .cms-filter-wrap ul a:focus {
      color: #2a2b2f; }
    .cms-filter-wrap ul a.active {
      border-color: #2a2b2f;
      color: #2a2b2f; }
  
  @media screen and (max-width: 599px) {
    .cms-filter-wrap {
      margin-bottom: 30px;
      padding: 0 !important; }
      .cms-filter-wrap .cms-grid-filter-inphone {
        display: block !important; }
        .cms-filter-wrap .cms-grid-filter-inphone a {
          background: #eee;
          display: block;
          font-family: inherit;
          line-height: 18px;
          margin: 0;
          padding: 15px 20px;
          color: #2a2b2f; }
          .cms-filter-wrap .cms-grid-filter-inphone a:first-letter {
            text-transform: uppercase; }
          .cms-filter-wrap .cms-grid-filter-inphone a.active, .cms-filter-wrap .cms-grid-filter-inphone a.active:hover {
            position: relative;
            background: #dfdfdf;
            color: #2a2b2f; }
      .cms-filter-wrap .cms-filter-category {
        margin-bottom: 0 !important;
        display: none; }
        .cms-filter-wrap .cms-filter-category li {
          display: block;
          width: 100%; }
          .cms-filter-wrap .cms-filter-category li a {
            background: #eee;
            margin: 0;
            border: none;
            line-height: 18px;
            padding: 15px 20px; }
            .cms-filter-wrap .cms-filter-category li a:hover, .cms-filter-wrap .cms-filter-category li a.active, .cms-filter-wrap .cms-filter-category li a.active:hover {
              color: #fff;
              background: #2a2b2f; } }
  
  .cms-portfolio-item {
    padding: 0 !important;
    overflow: hidden; }
    .cms-portfolio-item .portfolio-item-inner {
      margin: 0 0 30px 30px; }
    .cms-portfolio-item .portfolio-item-inner:hover {
      cursor: pointer; }
    .cms-portfolio-item .portfolio-item-inner:hover .port-img-overlay:before {
      background: rgba(16, 16, 16, 0.85); }
    .cms-portfolio-item .portfolio-item-inner:hover .port-img-overlay img {
      -webkit-transform: scale(1.3) translateZ(0px);
      -khtml-transform: scale(1.3) translateZ(0px);
      -moz-transform: scale(1.3) translateZ(0px);
      -ms-transform: scale(1.3) translateZ(0px);
      -o-transform: scale(1.3) translateZ(0px);
      transform: scale(1.3) translateZ(0px);
      /* BACKGROUND GRADIENT */
      /* TRANSFORM STYLE */ }
    .cms-portfolio-item .portfolio-item-inner:hover .port-overlay-cont {
      padding-top: 40px;
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      -webkit-opacity: 1;
      -khtml-opacity: 1;
      -moz-opacity: 1;
      -ms-opacity: 1;
      -o-opacity: 1;
      opacity: 1;
      /* BACKGROUND GRADIENT */
      /* OUTLINE RADIUS */ }
    .cms-portfolio-item .portfolio-item-inner:hover .port-overlay-cont .port-cont-inner {
      -webkit-transform: translateY(-50%);
      -khtml-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      /* BACKGROUND GRADIENT */
      /* TRANSFORM STYLE */ }
    .cms-portfolio-item .port-img-overlay {
      overflow: hidden;
      position: relative; }
    .cms-portfolio-item .port-img-overlay:before {
      background: rgba(255, 255, 255, 0) none repeat scroll 0 0;
      content: "";
      display: block;
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: 1;
      -webkit-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
      -khtml-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
      -moz-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
      -ms-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
      -o-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
      transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
      /* BACKGROUND GRADIENT */
      /* TRIPLE BORDERS */ }
    .cms-portfolio-item .port-img-overlay img {
      display: block;
      width: 100%;
      -webkit-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
      -khtml-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
      -moz-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
      -ms-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
      -o-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
      transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
      /* BACKGROUND GRADIENT */
      /* TRIPLE BORDERS */ }
    .cms-portfolio-item .port-overlay-cont {
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: 2;
      padding: 20px 40px 40px;
      filter: alpha(opacity=0);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      -webkit-opacity: 0;
      -khtml-opacity: 0;
      -moz-opacity: 0;
      -ms-opacity: 0;
      -o-opacity: 0;
      opacity: 0;
      /* BACKGROUND GRADIENT */
      /* OUTLINE RADIUS */
      -webkit-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
      -khtml-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
      -moz-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
      -ms-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
      -o-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
      transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
      /* BACKGROUND GRADIENT */
      /* TRIPLE BORDERS */ }
    .cms-portfolio-item .port-overlay-cont .port-cont-inner {
      margin-bottom: 0;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(0%);
      -khtml-transform: translateY(0%);
      -moz-transform: translateY(0%);
      -ms-transform: translateY(0%);
      -o-transform: translateY(0%);
      transform: translateY(0%);
      /* BACKGROUND GRADIENT */
      /* TRANSFORM STYLE */
      -webkit-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
      -khtml-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
      -moz-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
      -ms-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
      -o-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
      transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
      /* BACKGROUND GRADIENT */
      /* TRIPLE BORDERS */ }
    .cms-portfolio-item .port-overlay-cont h4 {
      margin: 0; }
    .cms-portfolio-item .port-overlay-cont h4 a {
      color: #fff;
      font-family: "Montserrat", Arial, Helvetica, sans-serif;
      font-size: 19px;
      line-height: 24px;
      margin: 0; }
    .cms-portfolio-item .port-overlay-cont h4 a:hover {
      color: #6b6d6f; }
    .cms-portfolio-item .port-overlay-cont .port-cat-wrap a {
      color: rgba(255, 255, 255, 0.7);
      font-size: 13px;
      font-family: inherit;
      font-weight: normal; }
    .cms-portfolio-item .port-overlay-cont .port-cat-wrap a:hover {
      color: #fff; }
    .cms-portfolio-item .port-content-wrap {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      padding: 60px;
      z-index: 2;
      -webkit-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
      -khtml-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
      -moz-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
      -ms-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
      -o-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
      transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
      /* BACKGROUND GRADIENT */
      /* TRIPLE BORDERS */ }
    @media (max-width: 767px) {
      .cms-portfolio-item .port-content-wrap {
        padding: 40px; } }
    @media (max-width: 320px) {
      .cms-portfolio-item .port-content-wrap {
        padding: 30px; } }
    .cms-portfolio-item .port-content-wrap h3 {
      color: #fff;
      font-size: 30px;
      line-height: 40px;
      margin: 0;
      font-weight: 600; }
    .cms-portfolio-item .port-content-wrap h3 a {
      color: #fff; }
    .cms-portfolio-item .port-content-wrap h3 a:hover, .cms-portfolio-item .port-content-wrap h3 a:focus {
      color: rgba(255, 255, 255, 0.7); }
    .cms-portfolio-item .port-content-wrap .readmore {
      font-weight: 600;
      font-family: "Open Sans", Arial, Helvetica, sans-serif;
      color: rgba(255, 255, 255, 0.7); }
    .cms-portfolio-item .port-content-wrap .readmore:hover, .cms-portfolio-item .port-content-wrap .readmore:focus {
      color: #fff; }
    @media screen and (min-width: 1200px) {
    .cms-portfolio-item.portf-cpecial-item:nth-child(6n) {
      width: 50%; } }
    @media screen and (max-width: 1199px) {
    .cms-portfolio-item.portf-cpecial-item:nth-child(6n) {
      width: 100%; } }
    .cms-portfolio-item.readmore-item .port-cont-inner {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -khtml-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      /* BACKGROUND GRADIENT */
      /* TRANSFORM STYLE */ }
    .cms-portfolio-item.readmore-item .port-cont-inner .text {
      font-size: 30px;
      line-height: 40px;
      color: #fff;
      float: left;
      padding-left: 10px;
      font-weight: 700;
      -webkit-transition: all 0.3s ease 0s;
      -khtml-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -ms-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      /* BACKGROUND GRADIENT */
      /* TRIPLE BORDERS */ }
    .cms-portfolio-item.readmore-item .port-cont-inner .icon {
      float: right;
      font-size: 40px;
      padding: 2px 0 0 15px;
      color: #fff; }
  
  .video-ads-text-cont {
    color: #2a2b2f;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-size: 30px;
    font-weight: 300;
    line-height: 36px;
    margin: 0 auto;
    text-align: center; }
    .video-ads-text-cont a {
      display: inline-block;
      font-size: 65px;
      line-height: 45px;
      padding: 20px;
      vertical-align: middle; }
    .video-ads-text-cont a:hover, .video-ads-text-cont a:hover span {
      color: #97999c; }
    .video-ads-text-cont span.icon {
      -webkit-transition: all 0.4s ease 0s;
      -khtml-transition: all 0.4s ease 0s;
      -moz-transition: all 0.4s ease 0s;
      -ms-transition: all 0.4s ease 0s;
      -o-transition: all 0.4s ease 0s;
      transition: all 0.4s ease 0s;
      /* BACKGROUND GRADIENT */
      /* TRIPLE BORDERS */ }
    @media screen and (max-width: 767px) {
    .video-ads-text-cont span {
      display: block; } }
  
  .cms-portfolio-heading-item .portfolio-item-inner {
    position: relative;
    overflow: hidden; }
    .cms-portfolio-heading-item .block-center {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -khtml-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      /* BACKGROUND GRADIENT */
      /* TRANSFORM STYLE */ }
    .cms-portfolio-heading-item .port-heading {
      font-size: 45px;
      font-weight: 300;
      letter-spacing: 3px;
      line-height: 58px;
      color: #fff; }
    @media only screen and (max-width: 1200px) {
      .cms-portfolio-heading-item .port-heading {
        font-size: 30px;
        line-height: 44px; } }
    @media only screen and (max-width: 480px) {
      .cms-portfolio-heading-item .port-heading {
        font-size: 25px;
        line-height: 38px;
        letter-spacing: 1px; } }
    .cms-portfolio-heading-item .port-heading i {
      border-bottom-color: inherit;
      border-bottom-style: solid;
      border-bottom-width: 1px; }
  
  .custom-button-readmore .cms-grid-viewall a {
    padding: 30px 0;
    font-size: 14px;
    line-height: 25px;
    /* Single Portfolio
  ------------------------------*/ }
  
  .single-portfolio #cshero-header {
    background: #eee; }
    .single-portfolio #cshero-header.affix {
      background: #fff; }
    .single-portfolio .site-content.p-140-cont {
      padding-bottom: 120px; }
    @media screen and (max-width: 1024px) {
      .single-portfolio .site-content.p-140-cont {
        padding-bottom: 90px; } }
    @media screen and (max-width: 768px) {
      .single-portfolio .site-content.p-140-cont {
        padding-bottom: 60px; } }
  
  .cms-portf-single .portf-info {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 12px; }
    .cms-portf-single .portf-info li {
      margin-bottom: 5px;
      font-family: "Poppins", Arial, Helvetica, sans-serif;
      font-weight: 400; }
    .cms-portf-single .portf-info li.skills, .cms-portf-single .portf-info li.demo {
      color: #2a2b2f; }
    .cms-portf-single .portf-info label {
      color: #2a2b2f;
      font-weight: 600;
      width: 80px;
      letter-spacing: 1px; }
    .cms-portf-single .social-share {
      margin: 15px 0 0 0;
      padding: 0;
      list-style-type: none; }
    .cms-portf-single .social-share li {
      display: inline-block;
      padding: 5px; }
    .cms-portf-single .social-share li:first-child {
      padding-left: 0; }
  
  .portfolio-related-wrap {
    /*------------------------------
      5.4 Shop
  ------------------------------*/ }
    .portfolio-related-wrap .portfolio-item-inner {
      overflow: hidden; }
    .portfolio-related-wrap .portfolio-item-inner:hover .related-thumb:before {
      background: rgba(16, 16, 16, 0.85); }
    .portfolio-related-wrap .portfolio-item-inner:hover .related-thumb img {
      -webkit-transform: scale(1.3) translateZ(0px);
      -khtml-transform: scale(1.3) translateZ(0px);
      -moz-transform: scale(1.3) translateZ(0px);
      -ms-transform: scale(1.3) translateZ(0px);
      -o-transform: scale(1.3) translateZ(0px);
      transform: scale(1.3) translateZ(0px);
      /* BACKGROUND GRADIENT */
      /* TRANSFORM STYLE */ }
    .portfolio-related-wrap .portfolio-item-inner .related-thumb {
      position: relative;
      overflow: hidden; }
    .portfolio-related-wrap .portfolio-item-inner .related-thumb:before {
      background: rgba(255, 255, 255, 0) none repeat scroll 0 0;
      content: "";
      display: block;
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: 1;
      -webkit-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
      -khtml-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
      -moz-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
      -ms-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
      -o-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
      transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
      /* BACKGROUND GRADIENT */
      /* TRIPLE BORDERS */ }
    .portfolio-related-wrap .portfolio-item-inner .related-thumb a {
      position: relative; }
    .portfolio-related-wrap .portfolio-item-inner .related-thumb img {
      display: block;
      width: 100%;
      -webkit-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
      -khtml-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
      -moz-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
      -ms-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
      -o-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
      transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
      /* BACKGROUND GRADIENT */
      /* TRIPLE BORDERS */ }
    .portfolio-related-wrap .related-post-heading {
      margin-bottom: 19px;
      font-size: 20px; }
    .portfolio-related-wrap .related-title h5 {
      font-size: 14px;
      line-height: 25px;
      margin-top: 15px;
      margin-bottom: 0; }
    @media screen and (max-width: 500px) {
    .portfolio-related-wrap .cms-portfolio-item {
      width: 100%;
      margin-bottom: 20px; } }
  
  .cms-woo-breadcrumb {
    display: none; }
  
  .before-shop-loop {
    /* Product Loop
  ------------------------------*/ }
    .before-shop-loop p.woocommerce-result-count {
      margin-top: 10px; }
    .before-shop-loop p, .before-shop-loop form {
      margin-bottom: 0 !important;
      font-family: "Poppins", Arial, Helvetica, sans-serif;
      color: #2a2b2f; }
    .before-shop-loop .orderby {
      border-color: #2a2b2f;
      cursor: pointer;
      width: 100%;
      -webkit-appearance: none;
      -khtml-appearance: none;
      -moz-appearance: none;
      -ms-appearance: none;
      -o-appearance: none;
      appearance: none;
      /* BACKGROUND GRADIENT */ }
    .before-shop-loop .woocommerce-ordering {
      position: relative; }
    .before-shop-loop .woocommerce-ordering:before {
      content: "\f0dd";
      font-family: Fontawesome;
      display: block;
      position: absolute;
      right: 0px;
      top: 15px;
      -webkit-transform: translateY(-50%);
      -khtml-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      /* BACKGROUND GRADIENT */
      /* TRANSFORM STYLE */ }
    @media screen and (max-width: 500px) {
    .before-shop-loop .woocommerce-result-count {
      width: 100%;
      float: left;
      margin: 0 0 15px !important; }
    .before-shop-loop .woocommerce-ordering {
      float: left !important; } }
  
  .woocommerce .cms-product {
    position: static; }
    @media screen and (max-width: 400px) {
    .woocommerce .cms-product {
      width: 100%; } }
  
  .cms-product .cms-woo-item-wrap {
    /* Pagination
  ------------------------------*/ }
    .cms-product .cms-woo-item-wrap .onsale {
      background: #fbf18e;
      border-radius: 50%;
      color: #2a2b2f;
      font-weight: 400;
      display: inline-block;
      width: 70px;
      height: 70px;
      line-height: 70px;
      text-align: center;
      text-transform: uppercase;
      padding: 0;
      position: absolute;
      right: 3px;
      left: auto;
      top: -25px;
      z-index: 3; }
    .cms-product .cms-woo-item-wrap .cms-woo-thumbnail a {
      display: inline-block; }
    .cms-product .cms-woo-item-wrap .cms-woo-thumbnail a img {
      width: 100%; }
    .cms-product .cms-woo-item-wrap .cms-woo-thumbnail a:hover, .cms-product .cms-woo-item-wrap .cms-woo-thumbnail a:focus {
      filter: alpha(opacity=60);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
      -webkit-opacity: 0.6;
      -khtml-opacity: 0.6;
      -moz-opacity: 0.6;
      -ms-opacity: 0.6;
      -o-opacity: 0.6;
      opacity: 0.6;
      /* BACKGROUND GRADIENT */
      /* OUTLINE RADIUS */ }
    .cms-product .cms-woo-item-wrap .product-info-wrap {
      margin-bottom: 45px; }
    .cms-product .cms-woo-item-wrap .woo-title {
      margin: 27px 0 5px;
      font-size: 16px; }
    .cms-product .cms-woo-item-wrap .woo-title a {
      color: #6b6d6f; }
    .cms-product .cms-woo-item-wrap .woo-title a:hover, .cms-product .cms-woo-item-wrap .woo-title a:focus {
      color: #2a2b2f; }
    .cms-product .cms-woo-item-wrap .price {
      display: block;
      font-size: 16px !important;
      font-weight: 700;
      color: #2a2b2f !important; }
    .cms-product .cms-woo-item-wrap .price del {
      filter: alpha(opacity=1 !important * 100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1 !important * 100)";
      -webkit-opacity: 1 !important;
      -khtml-opacity: 1 !important;
      -moz-opacity: 1 !important;
      -ms-opacity: 1 !important;
      -o-opacity: 1 !important;
      opacity: 1 !important;
      /* BACKGROUND GRADIENT */
      /* OUTLINE RADIUS */
      font-weight: 400 !important; }
    .cms-product .cms-woo-item-wrap .price ins {
      text-decoration: none;
      padding-left: 5px; }
    .cms-product .cms-woo-item-wrap .star-rating {
      margin-top: 5px;
      margin-right: 0;
      font-size: 18px !important; }
    .cms-product .cms-woo-item-wrap .star-rating:before {
      color: #fbf18e; }
    .cms-product .cms-woo-item-wrap .star-rating span:before {
      color: #fbf18e; }
    .cms-product .cms-woo-item-wrap .woo-btn-action {
      margin-top: 20px;
      width: 100%;
      display: block;
      text-align: center; }
    .cms-product .cms-woo-item-wrap .woo-btn-action .woo-btn-action-inner {
      display: inline-block;
      text-align: center; }
    .cms-product .cms-woo-item-wrap .woo-btn-action .added_to_cart {
      position: fixed;
      right: 0;
      top: 200px;
      padding: 15px 40px;
      background-color: #2a2b2f;
      color: #fff; }
    .cms-product .cms-woo-item-wrap .woo-btn-action .add_to_cart_button {
      font-size: 11px;
      line-height: 1;
      text-transform: uppercase;
      padding: 13px 26px;
      font-weight: 400;
      color: #2a2b2f;
      background: #e5e5e5;
      display: inline-block;
      float: left;
      margin: 0px 4px;
      -webkit-border-radius: 20px;
      -khtml-border-radius: 20px;
      -moz-border-radius: 20px;
      -ms-border-radius: 20px;
      -o-border-radius: 20px;
      border-radius: 20px;
      /* BACKGROUND GRADIENT */ }
    .cms-product .cms-woo-item-wrap .woo-btn-action .add_to_cart_button:hover {
      background: #2a2b2f;
      color: #fff; }
    .cms-product .cms-woo-item-wrap .woo-btn-action .add_to_cart_button.loading:after {
      top: 13px; }
    .cms-product .cms-woo-item-wrap .woo-btn-action .yith-wcwl-add-to-wishlist {
      margin: 0;
      display: inline-block; }
    .cms-product .cms-woo-item-wrap .woo-btn-action .yith-wcwl-add-to-wishlist .yith-wcwl-add-button {
      position: relative; }
    .cms-product .cms-woo-item-wrap .woo-btn-action .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .ajax-loading {
      margin: 0;
      position: absolute;
      left: 50%;
      top: -20px;
      -webkit-transform: translate(-50%);
      -khtml-transform: translate(-50%);
      -moz-transform: translate(-50%);
      -ms-transform: translate(-50%);
      -o-transform: translate(-50%);
      transform: translate(-50%);
      /* BACKGROUND GRADIENT */
      /* TRANSFORM STYLE */ }
    .cms-product .cms-woo-item-wrap .woo-btn-action .yith-wcwl-add-to-wishlist .add_to_wishlist, .cms-product .cms-woo-item-wrap .woo-btn-action .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a, .cms-product .cms-woo-item-wrap .woo-btn-action .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a {
      width: 37px;
      height: 37px;
      line-height: 37px;
      text-align: center;
      background: #e5e5e5;
      color: #2a2b2f;
      font-size: 0;
      display: block;
      margin: 0px 4px;
      float: left;
      position: relative;
      -webkit-border-radius: 50%;
      -khtml-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%;
      /* BACKGROUND GRADIENT */ }
    .cms-product .cms-woo-item-wrap .woo-btn-action .yith-wcwl-add-to-wishlist .add_to_wishlist:before, .cms-product .cms-woo-item-wrap .woo-btn-action .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before, .cms-product .cms-woo-item-wrap .woo-btn-action .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before {
      content: "\e030";
      font-family: ElegantIcons;
      font-size: 14px;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -khtml-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      /* BACKGROUND GRADIENT */
      /* TRANSFORM STYLE */ }
    .cms-product .cms-woo-item-wrap .woo-btn-action .yith-wcwl-add-to-wishlist .add_to_wishlist:hover, .cms-product .cms-woo-item-wrap .woo-btn-action .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover, .cms-product .cms-woo-item-wrap .woo-btn-action .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover {
      background-color: #2a2b2f;
      color: #fff; }
    .cms-product .cms-woo-item-wrap .woo-btn-action .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .feedback, .cms-product .cms-woo-item-wrap .woo-btn-action .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .feedback {
      display: none; }
  
  .woocommerce-pagi {
    text-align: left; }
    .woocommerce-pagi ul {
      margin: 0;
      padding: 0;
      list-style-type: none; }
    .woocommerce-pagi li {
      display: inline; }
    .woocommerce-pagi li .page-numbers {
      display: inline-block;
      background-color: transparent;
      border: none;
      color: #2a2b2f;
      float: left;
      line-height: 1.42857;
      position: relative;
      text-decoration: none;
      margin-right: 3px;
      width: 29px;
      height: 29px;
      text-align: center;
      line-height: 30px;
      font-family: "Poppins", Arial, Helvetica, sans-serif;
      font-size: 12px;
      font-weight: 600;
      -webkit-border-radius: 50%;
      -khtml-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%;
      /* BACKGROUND GRADIENT */ }
    .woocommerce-pagi li .page-numbers i {
      font-size: 16px;
      padding: 0px;
      line-height: 29px; }
    .woocommerce-pagi li .page-numbers.current {
      background-color: #eee;
      color: #2a2b2f; }
    .woocommerce-pagi li a.page-numbers:hover {
      background-color: #eee;
      color: #2a2b2f; }
  
  @media screen and (max-width: 992px) {
    .woo-3-cols-ir > .row:before, .woo-3-cols-ir > .row:after {
      display: none; } }
  
  @media screen and (max-width: 767px) {
    /* Single Product
  ------------------------------*/
      .woocommerce-pagi {
        margin-bottom: 80px; } }
  
  .single-product .elementy-products-wrap {
    margin-bottom: 0 !important; }
    .single-product #page-title-text .post-info {
      display: none; }
    .single-product .site-content {
      padding-bottom: 0; }
  
  .woocommerce .single-product-wrap .single-onsale {
    background: #fbf18e;
    border-radius: 50%;
    color: #2a2b2f;
    font-weight: 400;
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    padding: 0;
    position: absolute;
    right: 3px;
    left: auto;
    top: -25px;
    z-index: 3; }
    @media screen and (max-width: 767px) {
    .woocommerce .single-product-wrap .woo-images .carousel-with-lightbox > .woo-lightbox img {
      width: 100%; } }
    .woocommerce .single-product-wrap .product_title {
      letter-spacing: normal;
      font-weight: 300;
      margin-top: 16px !important;
      margin-bottom: 20px; }
    .woocommerce .single-product-wrap .woocommerce-product-rating {
      margin-bottom: 35px; }
    .woocommerce .single-product-wrap .woocommerce-product-rating .star-rating {
      margin-top: 5px;
      margin-right: 0;
      font-size: 18px !important; }
    .woocommerce .single-product-wrap .woocommerce-product-rating .star-rating:before {
      color: #fbf18e; }
    .woocommerce .single-product-wrap .woocommerce-product-rating .star-rating span:before {
      color: #fbf18e; }
    .woocommerce .single-product-wrap .woocommerce-product-rating .woocommerce-review-link {
      font-size: 12px;
      color: #6b6d6f;
      margin-left: 10px; }
    .woocommerce .single-product-wrap .woocommerce-product-rating .woocommerce-review-link:hover {
      color: #2a2b2f; }
    .woocommerce .single-product-wrap .woo-summary .price {
      float: left; }
    .woocommerce .single-product-wrap .woo-summary .price > .amount {
      font-size: 36px;
      color: #2a2b2f;
      font-weight: 300; }
    .woocommerce .single-product-wrap .woo-summary .price del, .woocommerce .single-product-wrap .woo-summary .price ins {
      float: right;
      font-weight: 300; }
    .woocommerce .single-product-wrap .woo-summary .price del {
      color: #6b6d6f;
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      -webkit-opacity: 1;
      -khtml-opacity: 1;
      -moz-opacity: 1;
      -ms-opacity: 1;
      -o-opacity: 1;
      opacity: 1;
      /* BACKGROUND GRADIENT */
      /* OUTLINE RADIUS */ }
    .woocommerce .single-product-wrap .woo-summary .price del span.amount {
      color: #6b6d6f;
      font-size: 20px;
      position: relative;
      top: 5px;
      left: 10px; }
    .woocommerce .single-product-wrap .woo-summary .price ins {
      text-decoration: none; }
    .woocommerce .single-product-wrap .woo-summary .price ins span.amount {
      font-size: 36px;
      color: #2a2b2f;
      font-weight: 300; }
    .woocommerce .single-product-wrap .woo-summary .description {
      margin-top: 23px; }
    .woocommerce .single-product-wrap .woo-button-action-wrap {
      margin-top: 27px;
      margin-bottom: 32px; }
    .woocommerce .single-product-wrap .woo-button-action-wrap .cart {
      float: left;
      width: 80%;
      color: #4b4e53;
      margin: 0; }
    .woocommerce .single-product-wrap .woo-button-action-wrap .cart.variations_form {
      width: 80%; }
    .woocommerce .single-product-wrap .woo-button-action-wrap .cart.variations_form .variations {
      margin-bottom: 30px; }
      .woocommerce .single-product-wrap .woo-button-action-wrap .cart.variations_form .variations td.label {
        display: block;
        min-width: 100px;
        color: #2a2b2f;
        font-size: 14px;
        font-weight: 400;
        text-align: left; }
      .woocommerce .single-product-wrap .woo-button-action-wrap .cart.variations_form .variations td.value {
        padding: 0; }
      .woocommerce .single-product-wrap .woo-button-action-wrap .cart.variations_form .variations select {
        margin: 0 0 20px;
        padding: 0;
        width: 100%;
        border-bottom-color: #2a2b2f;
        -webkit-appearance: none;
        -khtml-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        -o-appearance: none;
        appearance: none;
        /* BACKGROUND GRADIENT */ }
      .woocommerce .single-product-wrap .woo-button-action-wrap .cart.variations_form .variations tr:last-child td select {
        margin: 0; }
    .woocommerce .single-product-wrap .woo-button-action-wrap .cart .single_variation_wrap .woocommerce-variation {
      width: 100%;
      float: left;
      margin-bottom: 20px; }
    @media screen and (max-width: 991px) {
        .woocommerce .single-product-wrap .woo-button-action-wrap .cart {
          width: 100%; } }
    .woocommerce .single-product-wrap .woo-button-action-wrap .quantity {
      margin-right: 24px !important; }
    .woocommerce .single-product-wrap .woo-button-action-wrap .quantity .minus, .woocommerce .single-product-wrap .woo-button-action-wrap .quantity .plus {
      float: left;
      padding: 0;
      height: 45px;
      width: 36px;
      text-align: center;
      line-height: 45px;
      border: 1px solid #ccc;
      -webkit-border-radius: 0px;
      -khtml-border-radius: 0px;
      -moz-border-radius: 0px;
      -ms-border-radius: 0px;
      -o-border-radius: 0px;
      border-radius: 0px;
      /* BACKGROUND GRADIENT */ }
    .woocommerce .single-product-wrap .woo-button-action-wrap .quantity .input-text {
      float: left;
      height: 45px;
      text-align: center;
      line-height: 45px;
      padding-left: 10px;
      padding-right: 10px;
      padding-top: 11px;
      border-top: 1px solid #ccc;
      border-bottom: 1px solid #ccc;
      -webkit-border-radius: 0px;
      -khtml-border-radius: 0px;
      -moz-border-radius: 0px;
      -ms-border-radius: 0px;
      -o-border-radius: 0px;
      border-radius: 0px;
      /* BACKGROUND GRADIENT */
      -webkit-appearance: textfield;
      -khtml-appearance: textfield;
      -moz-appearance: textfield;
      -ms-appearance: textfield;
      -o-appearance: textfield;
      appearance: textfield;
      /* BACKGROUND GRADIENT */ }
    .woocommerce .single-product-wrap .woo-button-action-wrap .single_add_to_cart_button {
      font-size: 13px;
      line-height: 1;
      text-transform: uppercase;
      padding: 16px 60px;
      font-weight: 400;
      color: #2a2b2f;
      background: #e5e5e5;
      float: left;
      -webkit-border-radius: 24px;
      -khtml-border-radius: 24px;
      -moz-border-radius: 24px;
      -ms-border-radius: 24px;
      -o-border-radius: 24px;
      border-radius: 24px;
      /* BACKGROUND GRADIENT */ }
    .woocommerce .single-product-wrap .woo-button-action-wrap .single_add_to_cart_button:hover {
      background: #2a2b2f;
      color: #fff; }
    @media screen and (max-width: 380px) {
        .woocommerce .single-product-wrap .woo-button-action-wrap .single_add_to_cart_button {
          padding: 16px 30px; } }
    .woocommerce .single-product-wrap .woo-button-action-wrap .yith-wcwl-add-to-wishlist {
      float: left;
      width: 100%;
      margin-top: 10px; }
    .woocommerce .single-product-wrap .woo-button-action-wrap .yith-wcwl-add-to-wishlist .add_to_wishlist {
      font-weight: 600; }
    .woocommerce .single-product-wrap .product-meta {
      margin-bottom: 27px; }
    .woocommerce .single-product-wrap .product-meta ul {
      margin: 0;
      padding: 0;
      list-style: none; }
    .woocommerce .single-product-wrap .product-meta ul li {
      margin-bottom: 1px; }
    .woocommerce .single-product-wrap .product-meta label {
      font-size: 12px;
      color: #2a2b2f;
      max-width: 110px;
      width: 110px; }
    .woocommerce .single-product-wrap .woo-social-share-wrap {
      margin: 0;
      padding: 0;
      list-style: none;
      border-top: 1px solid #eee;
      /* Related product */ }
    .woocommerce .single-product-wrap .woo-social-share-wrap li {
      float: left;
      margin-right: 25px;
      margin-top: 27px; }
    .woocommerce .single-product-wrap .woo-social-share-wrap li a {
      font-size: 16px;
      color: #2a2b2f;
      display: block; }
    .woocommerce .single-product-wrap .woo-social-share-wrap li a:hover {
      color: #6b6d6f; }
    .woocommerce .single-product-wrap .woo-related-product-wrap {
      margin-top: 128px; }
    @media screen and (max-width: 1200px) {
      .woocommerce .single-product-wrap .woo-related-product-wrap .elementy-products-wrap > .row > .container > .row:before, .woocommerce .single-product-wrap .woo-related-product-wrap .elementy-products-wrap > .row > .container > .row:after {
        display: none; } }
    @media screen and (max-width: 1024px) {
      .woocommerce .single-product-wrap .woo-related-product-wrap {
        margin-top: 108px; } }
    @media screen and (max-width: 768px) {
      .woocommerce .single-product-wrap .woo-related-product-wrap {
        margin-top: 68px; } }
    @media screen and (max-width: 750px) {
      .woocommerce .single-product-wrap .woo-related-product-wrap .cms-product {
        width: 100%; }
        .woocommerce .single-product-wrap .woo-related-product-wrap .cms-product .woo-related-thumb {
          width: 200px; } }
    @media screen and (max-width: 450px) {
      .woocommerce .single-product-wrap .woo-related-product-wrap .cms-product .woo-related-thumb {
        width: 150px; }
        .woocommerce .single-product-wrap .woo-related-product-wrap .cms-product .woo-related-cont h4 {
          margin-top: 5px; }
          .woocommerce .single-product-wrap .woo-related-product-wrap .cms-product .woo-related-cont .related-price, .woocommerce .single-product-wrap .woo-related-product-wrap .cms-product .woo-related-cont .woo-btn-action {
            margin-top: 15px; } }
    @media screen and (max-width: 360px) {
      .woocommerce .single-product-wrap .woo-related-product-wrap .cms-product .woo-related-thumb {
        width: 110px; }
        .woocommerce .single-product-wrap .woo-related-product-wrap .cms-product .woo-related-cont {
          padding-left: 15px; }
          .woocommerce .single-product-wrap .woo-related-product-wrap .cms-product .woo-related-cont h4 {
            margin-top: 0px; }
          .woocommerce .single-product-wrap .woo-related-product-wrap .cms-product .woo-related-cont .related-price, .woocommerce .single-product-wrap .woo-related-product-wrap .cms-product .woo-related-cont .woo-btn-action {
            margin-top: 10px; }
        .woocommerce .single-product-wrap .woo-related-product-wrap .cms-product .woo-btn-action .add_to_cart_button {
          padding: 12px 15px; } }
    .woocommerce .single-product-wrap .woo-related-product-wrap h3 {
      margin-top: 0;
      text-align: center;
      margin-bottom: 52px; }
    .woocommerce .single-product-wrap .woo-related-product-wrap .woo-related-thumb {
      width: 45.94595%; }
    .woocommerce .single-product-wrap .woo-related-product-wrap .woo-related-cont {
      overflow: hidden;
      padding-left: 20px; }
    .woocommerce .single-product-wrap .woo-related-product-wrap h4 {
      margin-bottom: 10px; }
    .woocommerce .single-product-wrap .woo-related-product-wrap .star-rating {
      margin: 0;
      float: none;
      width: 100%; }
    .woocommerce .single-product-wrap .woo-related-product-wrap .related-price {
      font-size: 20px;
      margin-top: 25px;
      display: block;
      color: #2a2b2f; }
    .woocommerce .single-product-wrap .woo-related-product-wrap .related-price ins {
      text-decoration: none; }
    .woocommerce .single-product-wrap .woo-related-product-wrap .woo-btn-action {
      margin-top: 28px; }
    .woocommerce .single-product-wrap .woo-related-product-wrap .woo-btn-action .add_to_cart_button {
      border: 1px solid #cacaca;
      background-color: #fff;
      padding: 12px 23px;
      margin: 0 10px 0 0;
      float: left; }
    .woocommerce .single-product-wrap .woo-related-product-wrap .woo-btn-action .add_to_cart_button:hover, .woocommerce .single-product-wrap .woo-related-product-wrap .woo-btn-action .add_to_cart_button:focus {
      background-color: #cacaca;
      color: #2a2b2f; }
    .woocommerce .single-product-wrap .woo-related-product-wrap .woo-btn-action .add_to_cart_button.added {
      padding: 12px 15px; }
    .woocommerce .single-product-wrap .woo-related-product-wrap .woo-btn-action .yith-wcwl-add-to-wishlist {
      float: left; }
    .woocommerce .single-product-wrap .woo-related-product-wrap .woo-btn-action .yith-wcwl-add-to-wishlist .add_to_wishlist, .woocommerce .single-product-wrap .woo-related-product-wrap .woo-btn-action .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a, .woocommerce .single-product-wrap .woo-related-product-wrap .woo-btn-action .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a {
      background-color: #fff;
      border: 1px solid #cacaca;
      margin: 0; }
      .woocommerce .single-product-wrap .woo-related-product-wrap .woo-btn-action .yith-wcwl-add-to-wishlist .add_to_wishlist:hover, .woocommerce .single-product-wrap .woo-related-product-wrap .woo-btn-action .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover, .woocommerce .single-product-wrap .woo-related-product-wrap .woo-btn-action .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover, .woocommerce .single-product-wrap .woo-related-product-wrap .woo-btn-action .yith-wcwl-add-to-wishlist .add_to_wishlist:focus, .woocommerce .single-product-wrap .woo-related-product-wrap .woo-btn-action .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:focus, .woocommerce .single-product-wrap .woo-related-product-wrap .woo-btn-action .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:focus {
        background-color: #cacaca;
        color: #2a2b2f; }
    .woocommerce .single-product-wrap .shop-attributes td p {
      margin-bottom: 0; }
    .woocommerce .single-product-wrap .comments-area li.comment {
      border-top: 1px dotted #e9e9e9;
      font-size: 14px;
      overflow: hidden;
      padding-top: 30px !important; }
    .woocommerce .single-product-wrap .comments-area li.comment:first-child {
      border: none;
      padding-top: 0; }
    .woocommerce .single-product-wrap .comments-area .comment-date:after {
      content: '-';
      font-size: 12px;
      display: inline-block;
      padding: 0 7px;
      color: #7e8082; }
  
  .woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt[disabled]:disabled, .woocommerce #respond input#submit.alt[disabled]:disabled:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt[disabled]:disabled, .woocommerce a.button.alt[disabled]:disabled:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt[disabled]:disabled, .woocommerce button.button.alt[disabled]:disabled:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt[disabled]:disabled, .woocommerce input.button.alt[disabled]:disabled:hover {
    background-color: #e5e5e5;
    color: #2a2b2f; }
  
  body .comments-area .star-rating {
    display: inline-block;
    float: none;
    margin-right: 0;
    font-size: 12px !important; }
    body .comments-area .star-rating:before {
      color: #2a2b2f; }
    body .comments-area .star-rating span:before {
      color: #2a2b2f; }
  
  body #review_form_wrapper {
    background-color: #eee;
    padding: 10px 40px 60px; }
    body #review_form_wrapper .comment-reply-title {
      margin-bottom: 25px;
      margin-top: 50px;
      font-size: 18px;
      font-weight: 700;
      text-transform: uppercase;
      font-family: "Open Sans", Arial, Helvetica, sans-serif; }
    body #review_form_wrapper .comment-form {
      margin-left: -15px;
      margin-right: -15px; }
    body #review_form_wrapper .comment-form .form-control {
      width: 100%;
      height: auto; }
    body #review_form_wrapper .comment-form #cms-rating {
      line-height: 1.4;
      padding-bottom: 6px;
      width: 100%; }
    body #review_form_wrapper .form-submit {
      margin-bottom: 0 !important;
      clear: both; }
    body #review_form_wrapper #respond #submit {
      background-color: #535961;
      color: #fff;
      display: inline-block;
      padding: 10px 37px;
      border-radius: 2px;
      text-transform: uppercase;
      margin-left: 15px;
      line-height: 25px;
      clear: both;
      -webkit-transition: all 0.3s ease 0s;
      -khtml-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -ms-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      /* BACKGROUND GRADIENT */
      /* TRIPLE BORDERS */
      font-weight: normal; }
    body #review_form_wrapper #respond #submit:hover {
      background: #101010; }
  
  .cms-shop-support-info .icon {
    font-size: 40px;
    line-height: 40px; }
    .cms-shop-support-info h6 {
      color: #fff;
      margin-bottom: 30px;
      text-transform: uppercase; }
  
  .single-product {
    /* Message
  ------------------------------*/ }
    .single-product .cms-single-product-wrap {
      padding-top: 0 !important; }
    .single-product #main {
      padding-bottom: 0 !important; }
  
  .woocommerce .woocommerce-message {
    border-top-color: #2a2b2f; }
    .woocommerce .woocommerce-message:before {
      color: #2a2b2f; }
  
  .woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message {
    margin-bottom: 50px !important;
    /* Cart Page
  ------------------------------*/ }
    .woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button {
      font-size: 11px;
      line-height: 1;
      text-transform: uppercase;
      padding: 13px 26px;
      font-weight: 400;
      color: #2a2b2f;
      background: #e5e5e5;
      display: inline-block;
      margin: 0px 4px;
      -webkit-border-radius: 20px;
      -khtml-border-radius: 20px;
      -moz-border-radius: 20px;
      -ms-border-radius: 20px;
      -o-border-radius: 20px;
      border-radius: 20px;
      /* BACKGROUND GRADIENT */
      -webkit-transition: all 0.3s ease 0s;
      -khtml-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -ms-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      /* BACKGROUND GRADIENT */
      /* TRIPLE BORDERS */ }
    .woocommerce .woocommerce-error .button:hover, .woocommerce .woocommerce-info .button:hover, .woocommerce .woocommerce-message .button:hover {
      background: #2a2b2f;
      color: #fff; }
  
  @media (max-width: 767px) and (min-width: 480px) {
    .woocommerce-cart #primary.container {
      width: 470px; } }
  
  @media screen and (max-width: 767px) {
    /* Checkout page
  ------------------------------*/
      .woocommerce-cart #primary.container {
        padding-left: 30px;
        padding-right: 30px; }
      .elementy-table-resp {
        position: relative;
        padding-bottom: 237px; }
        .elementy-table-resp .table-responsive {
          margin-bottom: 54px; }
        .elementy-table-resp .mw-100-767 .mb-60, .elementy-table-resp .mw-100-767 .cms-shop-table {
          margin-bottom: 0 !important; }
          .elementy-table-resp .mw-100-767 hr {
            display: none; }
          .elementy-table-resp .mw-100-767 .shopping-cart-table .product-thumbnail img {
            height: 70px;
            width: auto; }
        .elementy-table-resp .cms-coupon-wrap {
          position: absolute;
          bottom: 0;
          left: 0;
          margin-left: 0;
          margin-right: 0;
          width: 100%;
          border-top: 1px solid #eee;
          padding-top: 30px; }
          .elementy-table-resp .cms-coupon-wrap > div {
            padding: 0; } }
  
  body .shopping-cart-table {
    border-collapse: collapse;
    border-spacing: 0;
    color: #2a2b2f; }
    body .shopping-cart-table tr th, body .shopping-cart-table tr td {
      vertical-align: middle !important; }
    body .shopping-cart-table th {
      color: #2a2b2f;
      font-weight: bold; }
    body .shopping-cart-table .product-name {
      font-family: "Poppins", Arial, Helvetica, sans-serif; }
    body .shopping-cart-table .product-thumbnail img {
      width: 70px; }
    body .shopping-cart-table .icon-close {
      font-size: 24px;
      color: #2a2b2f !important; }
    body .shopping-cart-table .icon-close:hover {
      color: #6b6d6f !important;
      background: 0 none; }
    body .shopping-cart-table .quantity .minus, body .shopping-cart-table .quantity .plus {
      display: none; }
    body .shopping-cart-table .quantity .input-text {
      float: left;
      height: 45px;
      text-align: center;
      line-height: 45px;
      padding-left: 10px;
      padding-right: 10px;
      padding-top: 11px;
      border: 1px solid #ccc;
      width: 80px;
      -webkit-border-radius: 0px;
      -khtml-border-radius: 0px;
      -moz-border-radius: 0px;
      -ms-border-radius: 0px;
      -o-border-radius: 0px;
      border-radius: 0px;
      /* BACKGROUND GRADIENT */ }
  
  .cms-coupon-wrap .cms-button.gray-light:disabled {
    cursor: not-allowed;
    opacity: 0.7; }
  
  .woocommerce-cart .cart-collaterals .cart_totals {
    width: 100% !important; }
  
  form.checkout_coupon .form-row input.button, form.woocommerce-form-login .form-row input.button {
    background-color: #535961;
    border: medium none;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    line-height: 25px;
    font-weight: 400;
    outline: 0 none;
    padding: 10px 37px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease 0s;
    -khtml-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    /* BACKGROUND GRADIENT */
    /* TRIPLE BORDERS */ }
    form.checkout_coupon .form-row input.button:hover, form.woocommerce-form-login .form-row input.button:hover, form.checkout_coupon .form-row input.button:focus, form.woocommerce-form-login .form-row input.button:focus {
      background: #101010;
      color: #fff; }
  
  .woocommerce .woocommerce-thankyou-order-details {
    /* Coupon */ }
    .woocommerce .woocommerce-thankyou-order-details li {
      margin-bottom: 30px; }
  
  .coupon #coupon_code {
    width: 100%;
    border: 1px solid #dedede;
    padding: 9px 15px; }
  
  .woocommerce .form input[type="password"]:focus, .woocommerce .form input[type="date"]:focus, .woocommerce .form input[type="color"]:focus, .woocommerce .form input[type="text"]:focus, .woocommerce .form input[type="email"]:focus, .woocommerce .form input[type="number"]:focus, .woocommerce .form input[type="url"]:focus, .woocommerce .form input[type="search"]:focus, .woocommerce .form input[type="tel"]:focus, .woocommerce .form select:focus {
    border-color: rgba(0, 0, 0, 0.7);
    color: #111;
    outline: 0 none; }
  
  .wc-proceed-to-checkout {
    padding: 0 !important;
    /* CALCULATE SHIPPING */ }
    .wc-proceed-to-checkout a {
      display: inline-block !important;
      font-size: 13px !important;
      padding: 13px 33px !important; }
  
  .woocommerce-shipping-calculator .shipping-calculator-form {
    display: block !important; }
  
  .cart-totals-shipping {
    background: #f5f5f5;
    padding: 1px 40px 40px; }
    .cart-totals-shipping input, .cart-totals-shipping select {
      border-bottom-color: #a6a7a9; }
    .cart-totals-shipping #calc_shipping_country_field {
      position: relative; }
    .cart-totals-shipping #calc_shipping_country_field:before {
      content: "\f0dd";
      font-family: Fontawesome;
      display: block;
      position: absolute;
      right: 0px;
      top: 15px;
      -webkit-transform: translateY(-50%);
      -khtml-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      /* BACKGROUND GRADIENT */
      /* TRANSFORM STYLE */ }
  
  .woocommerce-shipping-fields {
    /* .woocommerce table.shop_table_responsive tbody th, 
  .woocommerce table.shop_table_responsive thead, 
  .woocommerce-page table.shop_table_responsive tbody th, 
  .woocommerce-page table.shop_table_responsive thead {
      display: block !important;
  } */ }
    .woocommerce-shipping-fields #ship-to-different-address label {
      font-weight: 400;
      float: left; }
    .woocommerce-shipping-fields #ship-to-different-address #ship-to-different-address-checkbox {
      float: left;
      position: relative;
      top: 18px; }
  
  .woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    line-height: 1.4 !important; }
  
  @media screen and (max-width: 991px) {
      .woocommerce-checkout .col-1, .woocommerce-checkout .col-2 {
        width: 100% !important; } }
    .woocommerce-checkout .form-row {
      margin-bottom: 30px !important;
      padding: 0 !important; }
    .woocommerce-checkout .cms-place-order {
      padding: 20px;
      margin: 0; }
    .woocommerce-checkout .cms-place-order #place_order {
      margin: 0 !important; }
    .woocommerce-checkout .order_details {
      margin: 20px 0; }
    .woocommerce-checkout .order_details strong {
      margin-top: 15px; }
    .woocommerce-checkout .customer_details tr td {
      background: #fff !important; }
  
  @media screen and (max-width: 767px) {
    .woocommerce-checkout .customer_details tr td {
      border-top: none; } }
  
  .cms-coupon-wrap .container {
    width: 100%; }
  
  @media screen and (max-width: 768px) {
    .cms-coupon-wrap .pull-left, .cms-coupon-wrap .pull-right {
      width: 100%;
      padding: 0 15px; } }
  
  .woocommerce table.shop_table {
    -webkit-border-radius: 0px !important;
    -khtml-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -ms-border-radius: 0px !important;
    -o-border-radius: 0px !important;
    border-radius: 0px !important;
    /* BACKGROUND GRADIENT */ }
  
  #add_payment_method #payment, .woocommerce-checkout #payment {
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    /* BACKGROUND GRADIENT */ }
    #add_payment_method #payment .cms-button.cms-gray, .woocommerce-checkout #payment .cms-button.cms-gray {
      margin: 13px;
      width: auto !important; }
  
  .woocommerce-checkout-payment .form-row.place-order {
    margin-bottom: 0 !important;
    /* Shop info */ }
  
  .single-shop-info-wrap {
    background-color: #fbf18e;
    color: #2a2b2f; }
    .single-shop-info-wrap .icon {
      font-size: 44px;
      line-height: 44px;
      margin-top: 4px; }
    .single-shop-info-wrap h6 {
      font-size: 16px;
      margin-top: 14px;
      margin-bottom: 23px; }
  
  .single-shop-clients-wrap {
    text-align: center; }
  
  .client-item {
    text-align: center;
    /* Wishlist page
  ------------------------------*/ }
    .client-item img {
      height: 100px;
      width: auto; }
  
  #yith-wcwl-form {
    /* Features Product
  ------------------------------*/ }
    #yith-wcwl-form .wishlist-title h2 {
      margin-top: 0;
      padding: 0; }
    #yith-wcwl-form .product-add-to-cart .add_to_cart_button {
      font-size: 13px;
      font-weight: 400;
      letter-spacing: 1px;
      line-height: 1.2;
      padding: 13px 33px;
      position: relative;
      text-align: center;
      display: inline-block !important;
      text-decoration: none;
      text-transform: uppercase;
      background-color: #d7d9dc;
      color: #2a2b2f;
      -webkit-border-radius: 0;
      -khtml-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      -o-border-radius: 0;
      border-radius: 0;
      /* BACKGROUND GRADIENT */ }
    #yith-wcwl-form .product-add-to-cart .add_to_cart_button:hover, #yith-wcwl-form .product-add-to-cart .add_to_cart_button:focus {
      background-color: #2a2b2f;
      color: #fff; }
    #yith-wcwl-form .product-add-to-cart .add_to_cart_button.loading:after {
      top: 14px !important; }
  
  .widget-area .woocommerce .star-rating:before, .widget-area .woocommerce .star-rating span {
    color: #f2e13c; }
  
  .wc-remove .wc-loading {
    font-style: inherit;
    position: relative;
    top: 4px; }
    .wc-remove .wc-loading:before {
      content: '\e01c';
      font-family: WooCommerce;
      font-weight: 400;
      font-size: 10px;
      display: block;
      -webkit-animation: spin 2s linear infinite;
      -khtml-animation: spin 2s linear infinite;
      -moz-animation: spin 2s linear infinite;
      -ms-animation: spin 2s linear infinite;
      -o-animation: spin 2s linear infinite;
      animation: spin 2s linear infinite;
      /* BACKGROUND GRADIENT */ }
  
  body.author .archive-title {
    margin-top: 0;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 26px; }
    body.author .author-info {
      background: #eee;
      padding: 20px; }
    body.author .author-avatar {
      float: left;
      margin-right: 20px; }
    body.author .author-description {
      overflow: hidden; }
    body.author .author-description h2 {
      margin: 7px 0;
      text-transform: uppercase;
      font-size: 18px;
      line-height: 25px;
      font-family: "Open Sans", Arial, Helvetica, sans-serif; }
  
  @media screen and (max-width: 767px) {
    body.archive .blog-pag, body.search-results .blog-pag, .cms-home-blog .blog-pag, body.blog .blog-pag {
      margin-bottom: 80px; }
  
    #fbcomments {
      margin-bottom: 80px; }
  
    .no-results {
      margin-bottom: 80px; } }
  
  body.search-results #main {
    background: #fff;
    /*------------------------------
      5.6 Page Coming Soon 1
  ------------------------------*/ }
  
  .page-template-coming-soon-1 {
    /*------------------------------
      5.7 Page Coming Soon 2
  ------------------------------*/ }
    .page-template-coming-soon-1 .main-menu-container, .page-template-coming-soon-1 #page-title, .page-template-coming-soon-1 #colophon, .page-template-coming-soon-1 #cshero-menu-mobile, .page-template-coming-soon-1 .cshero-header-cart-search {
      display: none !important; }
    .page-template-coming-soon-1 .cms-newsletter {
      float: right;
      margin: 0 0 15px;
      padding: 0;
      width: 100%;
      border-bottom: 1px solid #2a2b2f;
      position: relative; }
    .page-template-coming-soon-1 .cms-newsletter .newsletter-email {
      font-size: 21px;
      font-weight: normal;
      padding: 8px 20px 8px 0;
      color: #2a2b2f;
      width: 100%;
      border: none;
      font-family: "Poppins", Arial, Helvetica, sans-serif; }
    .page-template-coming-soon-1 .cms-newsletter .newsletter-email::-webkit-input-placeholder {
      color: #2a2b2f;
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      -webkit-opacity: 1;
      -khtml-opacity: 1;
      -moz-opacity: 1;
      -ms-opacity: 1;
      -o-opacity: 1;
      opacity: 1;
      /* BACKGROUND GRADIENT */
      /* OUTLINE RADIUS */ }
    .page-template-coming-soon-1 .cms-newsletter .newsletter-email::-moz-placeholder {
      color: #2a2b2f;
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      -webkit-opacity: 1;
      -khtml-opacity: 1;
      -moz-opacity: 1;
      -ms-opacity: 1;
      -o-opacity: 1;
      opacity: 1;
      /* BACKGROUND GRADIENT */
      /* OUTLINE RADIUS */
      /* Firefox 19+*/ }
    .page-template-coming-soon-1 .cms-newsletter .newsletter-email:-moz-placeholder {
      color: #2a2b2f;
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      -webkit-opacity: 1;
      -khtml-opacity: 1;
      -moz-opacity: 1;
      -ms-opacity: 1;
      -o-opacity: 1;
      opacity: 1;
      /* BACKGROUND GRADIENT */
      /* OUTLINE RADIUS */
      /* Firefox 18- */ }
    .page-template-coming-soon-1 .cms-newsletter .newsletter-email:-ms-input-placeholder {
      color: #2a2b2f;
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      -webkit-opacity: 1;
      -khtml-opacity: 1;
      -moz-opacity: 1;
      -ms-opacity: 1;
      -o-opacity: 1;
      opacity: 1;
      /* BACKGROUND GRADIENT */
      /* OUTLINE RADIUS */ }
    .page-template-coming-soon-1 .cms-newsletter .newsletter-submit {
      color: #2a2b2f;
      font-size: 27px;
      position: absolute;
      right: 10px;
      top: 5px;
      background: 0 none;
      border: none;
      -webkit-transition: all 0.3s ease 0s;
      -khtml-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -ms-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      /* BACKGROUND GRADIENT */
      /* TRIPLE BORDERS */ }
    .page-template-coming-soon-1 .cms-newsletter .newsletter-submit:hover, .page-template-coming-soon-1 .cms-newsletter .newsletter-submit:focus {
      right: 5px; }
    @media screen and (max-width: 1367px) {
    .page-template-coming-soon-1 .cms-custom-heading h1.cms-heading-inner {
      font-size: 55px !important;
      line-height: 60px !important;
      margin-bottom: 5px !important; }
    .page-template-coming-soon-1 .cms-custom-heading h3.cms-heading-inner {
      font-size: 14px !important;
      line-height: 24px !important;
      margin-bottom: 10px !important; } }
    @media only screen and (max-width: 480px) {
    .page-template-coming-soon-1 .cms-custom-heading h1.cms-heading-inner {
      font-size: 24px !important;
      line-height: 25px !important;
      margin-top: 60px !important;
      margin-bottom: 15px !important; } }
  
  .page-template-coming-soon-2 {
    /*------------------------------
      5.8 Error 404 Page
  ------------------------------*/ }
    .page-template-coming-soon-2 .main-menu-container, .page-template-coming-soon-2 #page-title, .page-template-coming-soon-2 #colophon, .page-template-coming-soon-2 #cshero-menu-mobile, .page-template-coming-soon-2 .cshero-header-cart-search {
      display: none !important; }
    .page-template-coming-soon-2 .comming-soon-2 {
      padding-bottom: 190px;
      padding-top: 250px; }
    @media only screen and (max-width: 767px) {
      .page-template-coming-soon-2 .comming-soon-2 {
        padding-top: 150px;
        padding-bottom: 100px; } }
    .page-template-coming-soon-2 .cms-newsletter {
      float: right;
      margin: 0 0 15px;
      padding: 0;
      width: 100%;
      border-bottom: 1px solid #cbcbcb;
      position: relative; }
    .page-template-coming-soon-2 .cms-newsletter .newsletter-email {
      font-size: 14px;
      font-weight: normal;
      padding: 8px 20px 8px 0;
      color: #2a2b2f;
      width: 100%;
      border: none;
      font-family: "Poppins", Arial, Helvetica, sans-serif; }
    .page-template-coming-soon-2 .cms-newsletter .newsletter-email::-webkit-input-placeholder {
      color: #2a2b2f;
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      -webkit-opacity: 1;
      -khtml-opacity: 1;
      -moz-opacity: 1;
      -ms-opacity: 1;
      -o-opacity: 1;
      opacity: 1;
      /* BACKGROUND GRADIENT */
      /* OUTLINE RADIUS */ }
    .page-template-coming-soon-2 .cms-newsletter .newsletter-email::-moz-placeholder {
      color: #2a2b2f;
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      -webkit-opacity: 1;
      -khtml-opacity: 1;
      -moz-opacity: 1;
      -ms-opacity: 1;
      -o-opacity: 1;
      opacity: 1;
      /* BACKGROUND GRADIENT */
      /* OUTLINE RADIUS */
      /* Firefox 19+*/ }
    .page-template-coming-soon-2 .cms-newsletter .newsletter-email:-moz-placeholder {
      color: #2a2b2f;
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      -webkit-opacity: 1;
      -khtml-opacity: 1;
      -moz-opacity: 1;
      -ms-opacity: 1;
      -o-opacity: 1;
      opacity: 1;
      /* BACKGROUND GRADIENT */
      /* OUTLINE RADIUS */
      /* Firefox 18- */ }
    .page-template-coming-soon-2 .cms-newsletter .newsletter-email:-ms-input-placeholder {
      color: #2a2b2f;
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      -webkit-opacity: 1;
      -khtml-opacity: 1;
      -moz-opacity: 1;
      -ms-opacity: 1;
      -o-opacity: 1;
      opacity: 1;
      /* BACKGROUND GRADIENT */
      /* OUTLINE RADIUS */ }
    .page-template-coming-soon-2 .cms-newsletter .newsletter-submit {
      color: #2a2b2f;
      font-size: 27px;
      position: absolute;
      right: 10px;
      top: 5px;
      background: 0 none;
      border: none;
      -webkit-transition: all 0.3s ease 0s;
      -khtml-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -ms-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      /* BACKGROUND GRADIENT */
      /* TRIPLE BORDERS */ }
    .page-template-coming-soon-2 .cms-newsletter .newsletter-submit:hover, .page-template-coming-soon-2 .cms-newsletter .newsletter-submit:focus {
      right: 5px; }
    .page-template-coming-soon-2 .social-indiv-inner {
      padding: 0;
      margin: 0; }
    .page-template-coming-soon-2 .social-indiv-inner a {
      display: inline;
      font-size: 18px;
      padding: 12px; }
    @media screen and (max-width: 1024px) {
    .page-template-coming-soon-2 .cms-custom-heading h2.cms-heading-inner {
      font-size: 40px !important;
      line-height: 45px !important;
      margin-bottom: 0px !important; }
    .page-template-coming-soon-2 .cms-custom-heading h3.cms-heading-inner {
      font-size: 18px !important;
      line-height: 25px !important; } }
  
  .error404 {
    /*------------------------------
      5.9 Maintenance Page
  ------------------------------*/ }
    .error404 #page-title {
      display: none; }
    .error404 .site-content.p-140-cont {
      padding-top: 0px;
      padding-bottom: 0px; }
    .error404 h1 {
      font-size: 120px;
      line-height: 1; }
    .error404 .widget_znews-twitter-widget {
      /* .news-twitter-item {
              .tweet-text {
                  padding-bottom: 0;
              }
          } */
      margin-bottom: 0; }
    .error404 .cms-newsletter {
      float: right;
      margin: 20px 0 15px;
      padding: 0;
      width: 100%;
      border-bottom: 1px solid #cbcbcb;
      position: relative; }
    .error404 .cms-newsletter .newsletter-email {
      font-size: 14px;
      font-weight: normal;
      padding: 8px 20px 8px 0;
      color: #2a2b2f;
      width: 100%;
      border: none;
      font-family: "Poppins", Arial, Helvetica, sans-serif; }
    .error404 .cms-newsletter .newsletter-email::-webkit-input-placeholder {
      color: #2a2b2f;
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      -webkit-opacity: 1;
      -khtml-opacity: 1;
      -moz-opacity: 1;
      -ms-opacity: 1;
      -o-opacity: 1;
      opacity: 1;
      /* BACKGROUND GRADIENT */
      /* OUTLINE RADIUS */ }
    .error404 .cms-newsletter .newsletter-email::-moz-placeholder {
      color: #2a2b2f;
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      -webkit-opacity: 1;
      -khtml-opacity: 1;
      -moz-opacity: 1;
      -ms-opacity: 1;
      -o-opacity: 1;
      opacity: 1;
      /* BACKGROUND GRADIENT */
      /* OUTLINE RADIUS */
      /* Firefox 19+*/ }
    .error404 .cms-newsletter .newsletter-email:-moz-placeholder {
      color: #2a2b2f;
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      -webkit-opacity: 1;
      -khtml-opacity: 1;
      -moz-opacity: 1;
      -ms-opacity: 1;
      -o-opacity: 1;
      opacity: 1;
      /* BACKGROUND GRADIENT */
      /* OUTLINE RADIUS */
      /* Firefox 18- */ }
    .error404 .cms-newsletter .newsletter-email:-ms-input-placeholder {
      color: #2a2b2f;
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      -webkit-opacity: 1;
      -khtml-opacity: 1;
      -moz-opacity: 1;
      -ms-opacity: 1;
      -o-opacity: 1;
      opacity: 1;
      /* BACKGROUND GRADIENT */
      /* OUTLINE RADIUS */ }
    .error404 .cms-newsletter .newsletter-submit {
      color: #2a2b2f;
      font-size: 27px;
      position: absolute;
      right: 10px;
      top: 5px;
      background: 0 none;
      border: none;
      -webkit-transition: all 0.3s ease 0s;
      -khtml-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -ms-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      /* BACKGROUND GRADIENT */
      /* TRIPLE BORDERS */ }
    .error404 .cms-newsletter .newsletter-submit:hover, .error404 .cms-newsletter .newsletter-submit:focus {
      right: 5px; }
    .error404 .cshero-footer-top .cms-newsletter .newsletter-email, .error404 .cshero-footer-top .cms-newsletter .newsletter-submit {
      color: rgba(255, 255, 255, 0.7); }
    .error404 .cshero-footer-top .cms-newsletter .newsletter-email:hover, .error404 .cshero-footer-top .cms-newsletter .newsletter-submit:hover, .error404 .cshero-footer-top .cms-newsletter .newsletter-email:focus, .error404 .cshero-footer-top .cms-newsletter .newsletter-submit:focus {
      color: #fff; }
  
  .manitenance-page {
    /*------------------------------
      5.10 Landing Intro
  ------------------------------*/ }
    .manitenance-page .manitenance-inner {
      padding-bottom: 150px;
      padding-top: 250px; }
    @media screen and (max-width: 767px) {
    .manitenance-page {
      padding-top: 150px;
      padding-bottom: 100px; }
      .manitenance-page .manitenance-inner {
        padding-bottom: 0px;
        padding-top: 0px; } }
    .manitenance-page .maintenance-icon-container {
      margin-bottom: 50px;
      margin-top: 10px; }
    .manitenance-page .maintenance-icon {
      font-size: 175px; }
    .manitenance-page h1 {
      font-size: 70px;
      font-weight: 600;
      line-height: 1;
      margin-bottom: 10px;
      margin-top: 0; }
    .manitenance-page h2 {
      margin-top: 0; }
    @media screen and (max-width: 991px) {
    .manitenance-page .maintenance-icon {
      font-size: 100px; }
    .manitenance-page h1 {
      font-size: 40px; } }
    .manitenance-page .cms-newsletter {
      float: right;
      margin: 20px 0 15px;
      padding: 0;
      width: 100%;
      border-bottom: 1px solid #cbcbcb;
      position: relative; }
    .manitenance-page .cms-newsletter .newsletter-email {
      font-size: 14px;
      font-weight: normal;
      padding: 8px 20px 8px 0;
      color: #2a2b2f;
      width: 100%;
      border: none;
      font-family: "Poppins", Arial, Helvetica, sans-serif; }
    .manitenance-page .cms-newsletter .newsletter-email::-webkit-input-placeholder {
      color: #2a2b2f;
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      -webkit-opacity: 1;
      -khtml-opacity: 1;
      -moz-opacity: 1;
      -ms-opacity: 1;
      -o-opacity: 1;
      opacity: 1;
      /* BACKGROUND GRADIENT */
      /* OUTLINE RADIUS */ }
    .manitenance-page .cms-newsletter .newsletter-email::-moz-placeholder {
      color: #2a2b2f;
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      -webkit-opacity: 1;
      -khtml-opacity: 1;
      -moz-opacity: 1;
      -ms-opacity: 1;
      -o-opacity: 1;
      opacity: 1;
      /* BACKGROUND GRADIENT */
      /* OUTLINE RADIUS */
      /* Firefox 19+*/ }
    .manitenance-page .cms-newsletter .newsletter-email:-moz-placeholder {
      color: #2a2b2f;
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      -webkit-opacity: 1;
      -khtml-opacity: 1;
      -moz-opacity: 1;
      -ms-opacity: 1;
      -o-opacity: 1;
      opacity: 1;
      /* BACKGROUND GRADIENT */
      /* OUTLINE RADIUS */
      /* Firefox 18- */ }
    .manitenance-page .cms-newsletter .newsletter-email:-ms-input-placeholder {
      color: #2a2b2f;
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      -webkit-opacity: 1;
      -khtml-opacity: 1;
      -moz-opacity: 1;
      -ms-opacity: 1;
      -o-opacity: 1;
      opacity: 1;
      /* BACKGROUND GRADIENT */
      /* OUTLINE RADIUS */ }
    .manitenance-page .cms-newsletter .newsletter-submit {
      color: #2a2b2f;
      font-size: 27px;
      position: absolute;
      right: 10px;
      top: 5px;
      background: 0 none;
      border: none;
      -webkit-transition: all 0.3s ease 0s;
      -khtml-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -ms-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      /* BACKGROUND GRADIENT */
      /* TRIPLE BORDERS */ }
    .manitenance-page .cms-newsletter .newsletter-submit:hover, .manitenance-page .cms-newsletter .newsletter-submit:focus {
      right: 5px; }
    .manitenance-page .cshero-footer-top {
      background-color: #303036; }
    .manitenance-page .cshero-footer-top ul.cs-social li a {
      color: #fff; }
    .manitenance-page .cshero-footer-top ul.cs-social li a:hover, .manitenance-page .cshero-footer-top ul.cs-social li a:focus {
      color: rgba(255, 255, 255, 0.63); }
  
  @media (min-width: 1900px) {
      .page-template-landing .container.intro-demo {
        width: 1500px; } }
  
  .cms-custom-heading {
    /* Heading line
      ------------------------------*/
    position: relative;
    /*------------------------------
      6.2 Divider
  ------------------------------*/ }
    .cms-custom-heading .cms-heading-inner {
      color: ; }
    .cms-custom-heading .cms-heading-inner i {
      border-bottom-color: inherit;
      border-bottom-style: solid;
      border-bottom-width: 1px; }
    .cms-custom-heading.heading-line {
      /* Heading underline
      ------------------------------*/ }
    .cms-custom-heading.heading-line:before {
      content: '';
      position: absolute;
      width: 100%;
      height: 0;
      border-top: 1px solid #eee;
      left: auto;
      top: 54%;
      right: 0; }
    .cms-custom-heading.heading-line.cms-h2:before, .cms-custom-heading.heading-line.cms-h3:before {
      top: 56%; }
    .cms-custom-heading.heading-line.cms-h4:before, .cms-custom-heading.heading-line.cms-h5:before, .cms-custom-heading.heading-line.cms-h6:before {
      top: 55%; }
    .cms-custom-heading.heading-line .cms-heading-inner {
      position: relative;
      display: inline-block;
      padding-right: 15px;
      background: #fff; }
    .cms-custom-heading.heading-underline .cms-heading-inner {
      border-bottom: 1px solid #eee;
      padding-bottom: 20px;
      display: block; }
    .cms-custom-heading.heading-underline.cms-h3 .cms-heading-inner, .cms-custom-heading.heading-underline.cms-h4 .cms-heading-inner, .cms-custom-heading.heading-underline.cms-h5 .cms-heading-inner, .cms-custom-heading.heading-underline.cms-h6 .cms-heading-inner {
      padding-bottom: 16px; }
    .cms-custom-heading.cms-set-margin-0 .cms-heading-inner {
      margin: 0 !important;
      /* Special underline
      ------------------------------*/ }
    .cms-custom-heading.line-3-100 .cms-heading-inner {
      position: relative;
      padding-bottom: 13px; }
    .cms-custom-heading.line-3-100 .cms-heading-inner:before {
      content: '';
      display: block;
      height: 3px;
      width: 100px;
      background-color: #2a2b2f;
      position: absolute;
      left: 0;
      bottom: 0; }
    .cms-custom-heading.line-5-100 .cms-heading-inner {
      position: relative;
      padding-bottom: 13px; }
    .cms-custom-heading.line-5-100 .cms-heading-inner:before {
      content: '';
      display: block;
      height: 5px;
      width: 100px;
      background-color: #2a2b2f;
      position: absolute;
      left: 0;
      bottom: 0; }
    .cms-custom-heading.sp-1 .cms-heading-inner {
      letter-spacing: 1px; }
    .cms-custom-heading.sp-2 .cms-heading-inner {
      letter-spacing: 2px; }
    .cms-custom-heading.sp-3 .cms-heading-inner {
      letter-spacing: 3px; }
    .cms-custom-heading.sp-15 .cms-heading-inner {
      letter-spacing: 15px; }
    @media screen and (max-width: 1199px) {
    .cms-custom-heading.mlr0-1199 {
      margin-left: 0 !important;
      margin-right: 0 !important; } }
  
  .divider {
    position: relative;
    margin: 35px 0;
    color: #eee;
    width: 100%;
    float: left;
    /*------------------------------
      6.3 Dropcaps
  ------------------------------*/ }
    .divider i {
      position: absolute;
      line-height: 1;
      font-size: 14px !important;
      text-align: center;
      top: -9px;
      background: #fff; }
    .divider.align_left i {
      left: 0;
      border-right: 10px solid #fff; }
    .divider.align_right i {
      right: 0;
      border-left: 10px solid #fff; }
    .divider.align_center i {
      left: 50%;
      -webkit-transform: translate(-50%);
      -khtml-transform: translate(-50%);
      -moz-transform: translate(-50%);
      -ms-transform: translate(-50%);
      -o-transform: translate(-50%);
      transform: translate(-50%);
      /* BACKGROUND GRADIENT */
      /* TRANSFORM STYLE */
      border-left: 10px solid #fff;
      border-right: 10px solid #fff; }
  
  .cms-dropcap {
    margin-bottom: 30px !important;
    /*------------------------------
      6.4 BlockQuote
  ------------------------------*/ }
    .cms-dropcap .cms-first-letter {
      display: inline-block;
      float: left;
      font-size: 60px;
      font-weight: 300;
      line-height: 60px;
      margin: 0 27px 0 0;
      text-align: center;
      padding: 0;
      font-family: ; }
    .cms-dropcap.box.square .cms-first-letter {
      display: inline-block;
      float: left;
      font-size: 50px;
      font-weight: 400;
      line-height: 75px;
      margin: 6px 20px 0 0;
      padding-bottom: 2px;
      text-align: center;
      width: 56px;
      font-family: ; }
    .cms-dropcap.box.circle .cms-first-letter {
      display: inline-block;
      float: left;
      font-size: 40px;
      height: 75px;
      line-height: 70px;
      text-align: center;
      width: 75px;
      border-radius: 50%;
      padding-left: 1px;
      background-attachment: scroll;
      background-color: #eee;
      background-image: none;
      background-repeat: repeat;
      background-position: 0 0;
      margin: 8px 20px 0 0; }
  
  blockquote {
    font-size: 18px;
    color: #2a2b2f;
    position: relative;
    border: none;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    padding: 0 0 0 45px;
    font-weight: 300;
    line-height: 1.9;
    margin-top: 10px;
    margin-bottom: 30px !important;
    /*------------------------------
      6.5 Testimonials
  ------------------------------*/ }
    blockquote p {
      font-size: 18px;
      line-height: 1.9;
      font-weight: 300; }
    blockquote:before {
      content: 'вЂњ';
      font-family: "Open Sans", Arial, Helvetica, sans-serif;
      font-size: 72px;
      font-weight: 300;
      line-height: 1;
      position: absolute;
      top: -5px;
      left: 0;
      color: #6b6d6f;
      filter: alpha(opacity=60);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
      -webkit-opacity: 0.6;
      -khtml-opacity: 0.6;
      -moz-opacity: 0.6;
      -ms-opacity: 0.6;
      -o-opacity: 0.6;
      opacity: 0.6;
      /* BACKGROUND GRADIENT */
      /* OUTLINE RADIUS */ }
    blockquote footer {
      margin: 0;
      font-family: "Open Sans", Arial, Helvetica, sans-serif;
      font-size: 13px;
      font-weight: 300;
      color: #2a2b2f; }
    blockquote footer cite {
      display: inline-block;
      position: static;
      margin: 0;
      font-family: "Open Sans", Arial, Helvetica, sans-serif;
      font-size: 13px;
      color: #6b6d6f;
      padding: 0;
      font-weight: 300; }
    blockquote.cms-blockquote-2 {
      border-left: 1px solid #c9c9c9;
      padding: 10px 20px 10px 30px; }
    blockquote.cms-blockquote-2:before {
      display: none; }
    blockquote.cms-blockquote-2 p {
      margin-bottom: 18px; }
    blockquote.cms-blockquote-3 {
      padding: 40px 25px 46px 50px; }
    blockquote.cms-blockquote-3:before {
      display: none; }
    blockquote.cms-blockquote-4 {
      font-size: 20px;
      font-weight: 400;
      letter-spacing: 1px;
      line-height: 30px;
      margin: 0;
      padding: 10px 20px 10px 30px;
      text-align: center; }
    blockquote.cms-blockquote-4 p {
      font-size: 20px;
      font-weight: 400;
      line-height: 30px; }
    blockquote.cms-blockquote-4:after, blockquote.cms-blockquote-4:before {
      display: none; }
    blockquote.cms-blockquote-4 footer {
      font-size: 18px;
      font-weight: 300;
      line-height: 24px;
      margin-top: 30px;
      font-family: inherit;
      color: #6b6d6f;
      letter-spacing: normal; }
    blockquote.cms-blockquote-4 footer:before {
      content: "вЂ” ";
      display: inline-block; }
    blockquote.cms-blockquote-4.font-26 p {
      font-size: 26px;
      line-height: 36px; }
    blockquote.cms-blockquote-4.font-26 footer {
      font-size: 24px;
      font-weight: 300;
      line-height: 33px; }
    blockquote.cms-blockquote-4.lsp-2 p, blockquote.cms-blockquote-4.lsp-2 footer {
      letter-spacing: 2px !important; }
  
  .cms-testimonials-wrap .container {
    width: 100%; }
    .cms-testimonials-wrap .cms-small-author {
      padding-top: 7px;
      font-family: "Poppins", Arial, Helvetica, sans-serif;
      font-size: 12px; }
    .cms-testimonials-wrap .author-testimonial {
      color: #2a2b2f;
      font-weight: 600;
      font-size: inherit;
      display: inline-block;
      padding-right: 5px; }
    .cms-testimonials-wrap .quote-author-description {
      font-size: inherit;
      filter: alpha(opacity=70);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
      -webkit-opacity: 0.7;
      -khtml-opacity: 0.7;
      -moz-opacity: 0.7;
      -ms-opacity: 0.7;
      -o-opacity: 0.7;
      opacity: 0.7;
      /* BACKGROUND GRADIENT */
      /* OUTLINE RADIUS */ }
    .cms-testimonials-wrap .cms-img-container {
      float: left;
      width: 82px;
      height: 82px;
      border: 6px solid #fff;
      overflow: hidden;
      margin-right: 14px;
      -webkit-border-radius: 50%;
      -khtml-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%;
      /* BACKGROUND GRADIENT */ }
    .cms-testimonials-wrap .cms-img-container img {
      width: 100%;
      height: 100%;
      -webkit-border-radius: 50%;
      -khtml-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%;
      /* BACKGROUND GRADIENT */ }
    .cms-testimonials-wrap .cms-testi-text p:last-child {
      margin-bottom: 0;
      /* Layout 1
      ------------------------------*/ }
    .cms-testimonials-wrap.layout1, .cms-testimonials-wrap.layout4 {
      background-color: #f3f4f4;
      padding: 50px; }
    .cms-testimonials-wrap.layout1 .cms-testi-text, .cms-testimonials-wrap.layout4 .cms-testi-text {
      background-color: #fff;
      padding: 30px 35px 53px; }
    .cms-testimonials-wrap.layout1 .cms-testi-author-wrap, .cms-testimonials-wrap.layout4 .cms-testi-author-wrap {
      margin-top: -45px;
      margin-left: 29px; }
    .cms-testimonials-wrap.layout4 {
      /* Layout 2
      ------------------------------*/ }
    .cms-testimonials-wrap.layout4 .cms-testi-text {
      -webkit-border-radius: 4px;
      -khtml-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      -o-border-radius: 4px;
      border-radius: 4px;
      /* BACKGROUND GRADIENT */
      padding: 33px 35px 32px;
      margin-bottom: 20px; }
    .cms-testimonials-wrap.layout4 .cms-testi-author-wrap {
      margin-top: 0; }
    .cms-testimonials-wrap.layout4 .cms-testi-author-wrap .cms-img-container {
      border: none;
      float: left;
      margin: 0 20px 0 0;
      width: 60px;
      height: 60px; }
    .cms-testimonials-wrap.layout4 .cms-testi-author-wrap .cms-small-author {
      font-family: "Open Sans", Arial, Helvetica, sans-serif;
      font-size: 13px;
      line-height: 20px;
      padding-top: 10px; }
    .cms-testimonials-wrap.layout2, .cms-testimonials-wrap.layout3 {
      /* Layout 3
      ------------------------------*/ }
    .cms-testimonials-wrap.layout2 .cms-testi-text, .cms-testimonials-wrap.layout3 .cms-testi-text {
      padding: 30px 35px 53px;
      background-color: #f3f4f4; }
    .cms-testimonials-wrap.layout2 .cms-testi-author-wrap, .cms-testimonials-wrap.layout3 .cms-testi-author-wrap {
      margin-top: -45px;
      margin-left: 29px; }
    .cms-testimonials-wrap.layout2 .cms-img-container, .cms-testimonials-wrap.layout3 .cms-img-container {
      border-color: #f3f4f4; }
    .cms-testimonials-wrap.layout3 {
      /* Layout 4
      ------------------------------*/ }
    .cms-testimonials-wrap.layout3 .cms-testi-text {
      padding-bottom: 20px; }
    .cms-testimonials-wrap.layout3 .cms-testi-author-wrap {
      margin-top: 15px;
      margin-left: 0; }
    .cms-testimonials-wrap.layout3 .cms-img-container {
      border-color: #fff;
      margin-left: -6px; }
    .cms-testimonials-wrap.layout3 .quote-author-description {
      display: block; }
    .cms-testimonials-wrap.layout4 {
      padding-bottom: 30px;
      /* Layout 5
      ------------------------------*/ }
    .cms-testimonials-wrap.layout4 .cms-testi-author-wrap {
      margin-top: 15px;
      margin-left: 0; }
    .cms-testimonials-wrap.layout4 .quote-author-description {
      display: block; }
    .cms-testimonials-wrap.layout5 {
      /* Layout 6
      ------------------------------*/ }
    .cms-testimonials-wrap.layout5 blockquote {
      margin-top: 30px;
      padding: 0;
      letter-spacing: 2px;
      color: #2a2b2f;
      font-size: 20px;
      line-height: 33px;
      text-align: center; }
    .cms-testimonials-wrap.layout5 blockquote:before {
      display: none; }
    .cms-testimonials-wrap.layout5 blockquote .cms-quote-before, .cms-testimonials-wrap.layout5 blockquote .cms-quote-after {
      font-family: "Josefin Sans", Arial, Helvetica, sans-serif;
      font-size: 50px;
      display: inline;
      line-height: 1px;
      vertical-align: text-bottom;
      font-weight: 300;
      letter-spacing: normal;
      position: relative;
      top: -5px; }
    .cms-testimonials-wrap.layout5 blockquote footer {
      color: #6b6d6f;
      font-weight: 300;
      margin-top: 43px; }
    .cms-testimonials-wrap.layout6 .cms-img-container {
      width: 128px;
      height: 128px;
      border: none;
      float: none;
      margin: 0 auto 20px; }
    .cms-testimonials-wrap.layout6 .cms-small-author {
      padding: 0;
      text-align: center;
      font-size: 14px; }
    .cms-testimonials-wrap.layout6 .cms-small-author .author-testimonial {
      display: block;
      font-weight: 700;
      padding: 0; }
    .cms-testimonials-wrap.layout6 .cms-small-author .quote-author-description {
      filter: alpha(opacity=70);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
      -webkit-opacity: 0.7;
      -khtml-opacity: 0.7;
      -moz-opacity: 0.7;
      -ms-opacity: 0.7;
      -o-opacity: 0.7;
      opacity: 0.7;
      /* BACKGROUND GRADIENT */
      /* OUTLINE RADIUS */ }
    .cms-testimonials-wrap.layout6 .cms-testi-text {
      font-family: "Poppins", Arial, Helvetica, sans-serif;
      font-weight: 300;
      font-size: 18px;
      line-height: 34px;
      color: #2a2b2f;
      margin: 25px 0 15px;
      padding: 10px 20px; }
    .cms-testimonials-wrap.layout6 .cms-testi-text:before {
      color: #2a2b2f;
      content: "вЂњ";
      font-size: 60px;
      left: 0;
      line-height: 40px;
      position: absolute;
      display: block; }
    .cms-testimonials-wrap.layout6 .cms-testi-text .cms-quote-before {
      font-size: 60px; }
  
  .cms-carousel-testimonial {
    /*------------------------------
      6.6 Button
  ------------------------------*/ }
    .cms-carousel-testimonial.white-color .cms-testimonials-wrap.layout6 .author-testimonial {
      color: #fff;
      font-family: "Montserrat", Arial, Helvetica, sans-serif;
      font-weight: bold; }
    .cms-carousel-testimonial.white-color .cms-testimonials-wrap.layout6 .cms-small-author .quote-author-description {
      filter: alpha(opacity=70);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
      -webkit-opacity: 0.7;
      -khtml-opacity: 0.7;
      -moz-opacity: 0.7;
      -ms-opacity: 0.7;
      -o-opacity: 0.7;
      opacity: 0.7;
      /* BACKGROUND GRADIENT */
      /* OUTLINE RADIUS */
      color: #fff;
      font-family: "Montserrat", Arial, Helvetica, sans-serif; }
    .cms-carousel-testimonial.white-color .cms-testimonials-wrap.layout6 .cms-testi-text {
      color: #fff;
      font-family: "Montserrat", Arial, Helvetica, sans-serif;
      font-weight: 400;
      font-size: 18px;
      line-height: 34px; }
    .cms-carousel-testimonial.white-color .cms-testimonials-wrap.layout6 .cms-testi-text:before {
      color: rgba(255, 255, 255, 0.7);
      font-family: "Poppins", Arial, Helvetica, sans-serif; }
    .cms-carousel-testimonial.white-color.owl-carousel .owl-controls .owl-nav > div {
      color: rgba(255, 255, 255, 0.61); }
      .cms-carousel-testimonial.white-color.owl-carousel .owl-controls .owl-nav > div:hover, .cms-carousel-testimonial.white-color.owl-carousel .owl-controls .owl-nav > div:focus {
        color: #fff; }
    .cms-carousel-testimonial.white-color.owl-carousel .owl-controls .owl-dots .owl-dot span {
      background-color: #fff; }
    .cms-carousel-testimonial.font-content-100 .cms-testimonials-wrap .cms-testi-text {
      font-weight: 100 !important; }
  
  .demo-buttons .cms-button-wrap {
    margin-right: 15px;
    margin-bottom: 20px;
    vertical-align: middle !important; }
  
  .vc_btn3-inline.block {
    display: block !important; }
  
  .cms-button-wrap.fullwidth {
    position: relative;
    margin: 0;
    width: 100%; }
  
  .cms-button {
    font-size: 13px;
    display: inline-block;
    padding: 13px 33px;
    background-color: #2a2b2f;
    color: #fff;
    position: relative;
    line-height: 1.2;
    text-transform: uppercase;
    border: none;
    text-decoration: none;
    text-align: center;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    border: 2px solid transparent;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    /* BACKGROUND GRADIENT */
    -webkit-transition: all 0.3s ease 0s;
    -khtml-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    /* BACKGROUND GRADIENT */
    /* TRIPLE BORDERS */
    /*------------------------------
      6.7 Accordions
  ------------------------------*/
    /* Accordion border heading
  -----------------------------------------------------*/ }
    .cms-button:hover, .cms-button:focus {
      background-color: #d7d9dc;
      color: #2a2b2f;
      /* Size
      -------------------------*/
      /* Large size */ }
    .cms-button.lg {
      font-size: 15px;
      padding: 15.5px 38px;
      /* Small size */ }
    .cms-button.sm {
      padding: 7.5px 17px;
      font-size: 11px;
      /* Shape
      -------------------------*/
      /* Rounded */ }
    .cms-button.cms-shape-round.lg {
      -webkit-border-radius: 26px;
      -khtml-border-radius: 26px;
      -moz-border-radius: 26px;
      -ms-border-radius: 26px;
      -o-border-radius: 26px;
      border-radius: 26px;
      /* BACKGROUND GRADIENT */ }
    .cms-button.cms-shape-round.md {
      -webkit-border-radius: 24px;
      -khtml-border-radius: 24px;
      -moz-border-radius: 24px;
      -ms-border-radius: 24px;
      -o-border-radius: 24px;
      border-radius: 24px;
      /* BACKGROUND GRADIENT */ }
    .cms-button.cms-shape-round.sm {
      -webkit-border-radius: 18px;
      -khtml-border-radius: 18px;
      -moz-border-radius: 18px;
      -ms-border-radius: 18px;
      -o-border-radius: 18px;
      border-radius: 18px;
      /* BACKGROUND GRADIENT */
      /* Round */ }
    .cms-button.cms-shape-rounded.sm {
      -webkit-border-radius: 3px;
      -khtml-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      -o-border-radius: 3px;
      border-radius: 3px;
      /* BACKGROUND GRADIENT */ }
    .cms-button.cms-shape-rounded {
      -webkit-border-radius: 5px;
      -khtml-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px;
      border-radius: 5px;
      /* BACKGROUND GRADIENT */
      /* Color
      -------------------------*/ }
    .cms-button.cms-gray {
      background-color: #d7d9dc;
      color: #2a2b2f; }
    .cms-button.cms-gray:hover, .cms-button.cms-gray:focus {
      background-color: #2a2b2f;
      color: #fff; }
    .cms-button.gray:hover, .cms-button.gray:focus {
      background-color: #535961;
      color: #fff; }
    .cms-button.cms-cyan {
      background-color: #4cc1d3;
      color: #fff; }
    .cms-button.cms-cyan:hover, .cms-button.cms-cyan:focus {
      background-color: #2a2b2f;
      color: #fff; }
    .cms-button.cms-violet {
      background-color: #8288ea;
      color: #fff; }
    .cms-button.cms-violet:hover, .cms-button.cms-violet:focus {
      background-color: #2a2b2f;
      color: #fff; }
    .cms-button.cms-blue {
      background-color: #37a2d6;
      color: #fff; }
    .cms-button.cms-blue:hover, .cms-button.cms-blue:focus {
      background-color: #2a2b2f;
      color: #fff; }
    .cms-button.cms-teal {
      background-color: #1bbc9b;
      color: #fff; }
    .cms-button.cms-teal:hover, .cms-button.cms-teal:focus {
      background-color: #2a2b2f;
      color: #fff; }
    .cms-button.cms-green {
      background-color: #259b24;
      color: #fff; }
    .cms-button.cms-green:hover, .cms-button.cms-green:focus {
      background-color: #2a2b2f;
      color: #fff; }
    .cms-button.cms-lime {
      background-color: #cddc39;
      color: #fff; }
    .cms-button.cms-lime:hover, .cms-button.cms-lime:focus {
      background-color: #2a2b2f;
      color: #fff; }
    .cms-button.cms-yellow-light {
      background-color: #fbf18e;
      color: #2a2b2f; }
    .cms-button.cms-yellow-light:hover, .cms-button.cms-yellow-light:focus {
      background-color: #2a2b2f;
      color: #fff; }
    .cms-button.cms-deeporange {
      background-color: #ff5722;
      color: #fff; }
    .cms-button.cms-deeporange:hover, .cms-button.cms-deeporange:focus {
      background-color: #2a2b2f;
      color: #fff; }
    .cms-button.cms-white {
      background-color: #fff;
      color: #2a2b2f;
      border-color: #fff; }
    .cms-button.cms-white:hover, .cms-button.cms-white:focus {
      background-color: #2a2b2f;
      color: #fff;
      border-color: #2a2b2f; }
    .cms-button.cms-white-border {
      background-color: transparent;
      color: #fff;
      border-color: #fff;
      /* Border Button
      -------------------------*/ }
    .cms-button.cms-white-border:hover, .cms-button.cms-white-border:focus {
      background-color: #fff;
      color: #2a2b2f; }
    .cms-button.cms-border, .cms-button.cms-dark-border {
      border-color: #2a2b2f;
      color: #2a2b2f;
      background-color: transparent; }
    .cms-button.cms-border:hover, .cms-button.cms-dark-border:hover, .cms-button.cms-border:focus, .cms-button.cms-dark-border:focus {
      background-color: #2a2b2f;
      color: #fff; }
    .cms-button.block {
      display: block;
      width: 100%;
      /* Button with icon
      -------------------------*/ }
    .cms-button.btn-icon {
      /* Icon Animate
      -------------------------*/
      /* From top, left */ }
    .cms-button.btn-icon.lg i {
      font-size: 16px;
      position: relative;
      top: 2px; }
    .cms-button.btn-icon.md i {
      font-size: 14px;
      position: relative;
      top: 2px; }
    .cms-button.btn-icon.sm i {
      font-size: 12px;
      position: relative;
      top: 1px; }
    .cms-button.from-top, .cms-button.from-left {
      overflow: hidden;
      /* From left */ }
    .cms-button.from-top .button-text, .cms-button.from-left .button-text {
      -webkit-transition: all 0.3s ease 0s;
      -khtml-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -ms-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      /* BACKGROUND GRADIENT */
      /* TRIPLE BORDERS */
      -webkit-backface-visibility: hidden;
      -khtml-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      -ms-backface-visibility: hidden;
      -o-backface-visibility: hidden;
      backface-visibility: hidden;
      /* BACKGROUND GRADIENT */
      display: inline-block; }
    .cms-button.from-top .vc_btn3-icon, .cms-button.from-left .vc_btn3-icon {
      font-size: 180%;
      left: 50%;
      position: absolute;
      top: -150%;
      -webkit-transform: translate(-50%, -50%);
      -khtml-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      /* BACKGROUND GRADIENT */
      /* TRANSFORM STYLE */
      -webkit-transition: all 0.3s ease 0s;
      -khtml-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -ms-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      /* BACKGROUND GRADIENT */
      /* TRIPLE BORDERS */ }
    .cms-button.from-top:hover .button-text, .cms-button.from-left:hover .button-text {
      -webkit-transform: translateY(300%);
      -khtml-transform: translateY(300%);
      -moz-transform: translateY(300%);
      -ms-transform: translateY(300%);
      -o-transform: translateY(300%);
      transform: translateY(300%);
      /* BACKGROUND GRADIENT */
      /* TRANSFORM STYLE */ }
    .cms-button.from-top:hover .vc_btn3-icon, .cms-button.from-left:hover .vc_btn3-icon {
      top: 50%; }
    .cms-button.from-left {
      /* Right In & Out */ }
    .cms-button.from-left .vc_btn3-icon {
      font-size: 180%;
      left: -250%;
      position: absolute;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -khtml-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      /* BACKGROUND GRADIENT */
      /* TRANSFORM STYLE */
      -webkit-transition: all 0.3s ease 0s;
      -khtml-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -ms-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      /* BACKGROUND GRADIENT */
      /* TRIPLE BORDERS */ }
    .cms-button.from-left:hover .button-text {
      -webkit-transform: translateX(300%);
      -khtml-transform: translateX(300%);
      -moz-transform: translateX(300%);
      -ms-transform: translateX(300%);
      -o-transform: translateX(300%);
      transform: translateX(300%);
      /* BACKGROUND GRADIENT */
      /* TRANSFORM STYLE */ }
    .cms-button.from-left:hover .vc_btn3-icon {
      left: 50%; }
    .cms-button.right-in, .cms-button.right-out, .cms-button.fade-in, .cms-button.fade-out {
      padding-left: 40px;
      padding-right: 40px;
      overflow: hidden; }
    .cms-button.right-in .vc_btn3-icon, .cms-button.right-out .vc_btn3-icon, .cms-button.fade-in .vc_btn3-icon, .cms-button.fade-out .vc_btn3-icon {
      font-size: 125%;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      -webkit-transition: left 0.3s ease 0s;
      -khtml-transition: left 0.3s ease 0s;
      -moz-transition: left 0.3s ease 0s;
      -ms-transition: left 0.3s ease 0s;
      -o-transition: left 0.3s ease 0s;
      transition: left 0.3s ease 0s;
      /* BACKGROUND GRADIENT */
      /* TRIPLE BORDERS */
      left: 130%; }
    .cms-button.right-in:hover .vc_btn3-icon, .cms-button.right-out:hover .vc_btn3-icon, .cms-button.fade-in:hover .vc_btn3-icon, .cms-button.fade-out:hover .vc_btn3-icon {
      left: 76%; }
    .cms-button.right-out {
      /* Fade In & Out */ }
    .cms-button.right-out .vc_btn3-icon {
      left: 76%; }
    .cms-button.right-out:hover .vc_btn3-icon {
      left: 130%; }
    .cms-button.fade-in .vc_btn3-icon {
      left: 70%;
      filter: alpha(opacity=0);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      -webkit-opacity: 0;
      -khtml-opacity: 0;
      -moz-opacity: 0;
      -ms-opacity: 0;
      -o-opacity: 0;
      opacity: 0;
      /* BACKGROUND GRADIENT */
      /* OUTLINE RADIUS */ }
    .cms-button.fade-in:hover .vc_btn3-icon {
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      -webkit-opacity: 1;
      -khtml-opacity: 1;
      -moz-opacity: 1;
      -ms-opacity: 1;
      -o-opacity: 1;
      opacity: 1;
      /* BACKGROUND GRADIENT */
      /* OUTLINE RADIUS */
      left: 76%; }
    .cms-button.fade-out {
      /* New features */ }
    .cms-button.fade-out .vc_btn3-icon {
      left: 76%;
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      -webkit-opacity: 1;
      -khtml-opacity: 1;
      -moz-opacity: 1;
      -ms-opacity: 1;
      -o-opacity: 1;
      opacity: 1;
      /* BACKGROUND GRADIENT */
      /* OUTLINE RADIUS */ }
    .cms-button.fade-out:hover .vc_btn3-icon {
      filter: alpha(opacity=0);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      -webkit-opacity: 0;
      -khtml-opacity: 0;
      -moz-opacity: 0;
      -ms-opacity: 0;
      -o-opacity: 0;
      opacity: 0;
      /* BACKGROUND GRADIENT */
      /* OUTLINE RADIUS */
      left: 70%; }
    .cms-button.cms-white-border {
      background-color: transparent;
      border-color: #fff;
      color: #fff; }
    .cms-button.cms-white-border:hover, .cms-button.cms-white-border:focus {
      background-color: #fff;
      color: #2a2b2f; }
    .cms-button.fullwidth {
      background: #dedede none repeat scroll 0 0;
      font-weight: 300;
      font-size: 18px;
      line-height: 1;
      padding-bottom: 37px;
      padding-top: 40px;
      display: block;
      letter-spacing: normal;
      border: none;
      text-transform: none;
      color: #2a2b2f;
      font-family: "Poppins", Arial, Helvetica, sans-serif;
      -webkit-border-radius: 0;
      -khtml-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      -o-border-radius: 0;
      border-radius: 0;
      /* BACKGROUND GRADIENT */ }
    .cms-button.fullwidth:before {
      background-color: #dedede;
      content: "";
      display: block;
      height: 100%;
      position: absolute;
      right: -4000px;
      top: 0;
      width: 10000px;
      -webkit-transition: all 0.3s ease 0s;
      -khtml-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -ms-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      /* BACKGROUND GRADIENT */
      /* TRIPLE BORDERS */ }
    .cms-button.fullwidth:hover, .cms-button.fullwidth:focus {
      background-color: #eee; }
    .cms-button.fullwidth:hover:before, .cms-button.fullwidth:focus:before {
      background-color: #eee; }
    .cms-button.fullwidth span {
      position: relative;
      z-index: 2; }
    .cms-button.fullwidth.fullw-dark-color {
      background-color: #2a2b2f;
      color: #fff; }
    .cms-button.fullwidth.fullw-dark-color:before {
      background-color: #2a2b2f; }
    .cms-button.fullwidth.fullw-dark-color:hover, .cms-button.fullwidth.fullw-dark-color:focus {
      background-color: #101010; }
    .cms-button.fullwidth.fullw-dark-color:hover:before, .cms-button.fullwidth.fullw-dark-color:focus:before {
      background-color: #101010; }
  
  .vc_tta.vc_tta-accordion.vc_tta-style-bg-heading .vc_tta-panels-container .vc_tta-panel .vc_tta-panel-body, .vc_tta.vc_tta-accordion.vc_tta-style-border-heading .vc_tta-panels-container .vc_tta-panel .vc_tta-panel-body {
    -webkit-transition: height 0.2s ease-in-out 0s, padding 0.2s ease-in-out 0s !important;
    -khtml-transition: height 0.2s ease-in-out 0s, padding 0.2s ease-in-out 0s !important;
    -moz-transition: height 0.2s ease-in-out 0s, padding 0.2s ease-in-out 0s !important;
    -ms-transition: height 0.2s ease-in-out 0s, padding 0.2s ease-in-out 0s !important;
    -o-transition: height 0.2s ease-in-out 0s, padding 0.2s ease-in-out 0s !important;
    transition: height 0.2s ease-in-out 0s, padding 0.2s ease-in-out 0s !important;
    /* BACKGROUND GRADIENT */
    /* TRIPLE BORDERS */ }
  
  .vc_tta.vc_general .vc_tta-panel-body {
    border: none !important;
    -webkit-transition: none !important;
    -khtml-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
    /* BACKGROUND GRADIENT */
    /* TRIPLE BORDERS */
    /* Accordion background heading
  -----------------------------------------------------*/ }
  
  .vc_tta.vc_tta-accordion.vc_tta-style-bg-heading {
    /* Accordion border heading
  -----------------------------------------------------*/ }
    .vc_tta.vc_tta-accordion.vc_tta-style-bg-heading .vc_tta-panel-heading {
      margin-top: 0px !important;
      border: none !important; }
    .vc_tta.vc_tta-accordion.vc_tta-style-bg-heading .vc_tta-panel-body {
      padding: 20px 20px 30px; }
    .vc_tta.vc_tta-accordion.vc_tta-style-bg-heading .vc_tta-panel .vc_tta-panel-title a {
      display: block;
      position: relative;
      color: #6b6d6f;
      text-decoration: none;
      padding: 15px 20px;
      border: none;
      font-weight: 400;
      line-height: 1.42857;
      font-size: 14px;
      font-family: "Poppins", Arial, Helvetica, sans-serif;
      background: #f7f7f7;
      -webkit-transition: all 0.25s cubic-bezier(0, 0, 0.58, 1);
      -khtml-transition: all 0.25s cubic-bezier(0, 0, 0.58, 1);
      -moz-transition: all 0.25s cubic-bezier(0, 0, 0.58, 1);
      -ms-transition: all 0.25s cubic-bezier(0, 0, 0.58, 1);
      -o-transition: all 0.25s cubic-bezier(0, 0, 0.58, 1);
      transition: all 0.25s cubic-bezier(0, 0, 0.58, 1);
      /* BACKGROUND GRADIENT */
      /* TRIPLE BORDERS */ }
    .vc_tta.vc_tta-accordion.vc_tta-style-bg-heading .vc_tta-panel .vc_tta-panel-title a:hover, .vc_tta.vc_tta-accordion.vc_tta-style-bg-heading .vc_tta-panel .vc_tta-panel-title a:focus {
      text-decoration: none;
      background-color: #eee;
      color: #000; }
    .vc_tta.vc_tta-accordion.vc_tta-style-bg-heading .vc_tta-panel .vc_tta-panel-title a:hover i.vc_tta-controls-icon-chevron:before, .vc_tta.vc_tta-accordion.vc_tta-style-bg-heading .vc_tta-panel .vc_tta-panel-title a:focus i.vc_tta-controls-icon-chevron:before {
      color: #111; }
    .vc_tta.vc_tta-accordion.vc_tta-style-bg-heading .vc_tta-panel .vc_tta-panel-title a i.vc_tta-controls-icon-chevron {
      font-style: initial;
      position: absolute;
      top: 50%;
      left: auto;
      right: 10px;
      bottom: auto;
      font-size: 20px;
      width: auto;
      height: auto; }
    .vc_tta.vc_tta-accordion.vc_tta-style-bg-heading .vc_tta-panel .vc_tta-panel-title a i.vc_tta-controls-icon-chevron:before {
      content: '\f107';
      font-family: fontawesome;
      color: #999;
      border: none !important;
      font-size: 17px;
      line-height: 15px;
      position: static !important;
      -webkit-transform: none;
      -khtml-transform: none;
      -moz-transform: none;
      -ms-transform: none;
      -o-transform: none;
      transform: none;
      /* BACKGROUND GRADIENT */
      /* TRANSFORM STYLE */ }
    .vc_tta.vc_tta-accordion.vc_tta-style-bg-heading .vc_tta-panel.vc_active .vc_tta-panel-title a {
      background-color: #eee;
      color: #000;
      cursor: default; }
    .vc_tta.vc_tta-accordion.vc_tta-style-bg-heading .vc_tta-panel.vc_active .vc_tta-panel-title a i.vc_tta-controls-icon-chevron:before {
      color: #111;
      content: '\f106'; }
  
  .vc_tta.vc_tta-accordion.vc_tta-style-border-heading {
    /*------------------------------
      6.8 Toggle
  ------------------------------*/
    /* Toggle with Background
  -----------------------------------------------------*/ }
    .vc_tta.vc_tta-accordion.vc_tta-style-border-heading .vc_tta-panel-heading {
      margin-top: 0px !important;
      border: none !important; }
    .vc_tta.vc_tta-accordion.vc_tta-style-border-heading .vc_tta-panel-body {
      padding: 21px 20px 32px; }
    .vc_tta.vc_tta-accordion.vc_tta-style-border-heading .vc_tta-panel .vc_tta-panel-title a {
      display: block;
      position: relative;
      color: #2a2b2f;
      text-decoration: none;
      padding: 15px 20px;
      border: 1px solid #ddd;
      font-size: 14px;
      font-weight: 400;
      line-height: 1.1;
      font-family: "Poppins", Arial, Helvetica, sans-serif;
      background-color: #fff;
      -webkit-transition: all 0.25s cubic-bezier(0, 0, 0.58, 1);
      -khtml-transition: all 0.25s cubic-bezier(0, 0, 0.58, 1);
      -moz-transition: all 0.25s cubic-bezier(0, 0, 0.58, 1);
      -ms-transition: all 0.25s cubic-bezier(0, 0, 0.58, 1);
      -o-transition: all 0.25s cubic-bezier(0, 0, 0.58, 1);
      transition: all 0.25s cubic-bezier(0, 0, 0.58, 1);
      /* BACKGROUND GRADIENT */
      /* TRIPLE BORDERS */ }
    .vc_tta.vc_tta-accordion.vc_tta-style-border-heading .vc_tta-panel .vc_tta-panel-title a:hover {
      text-decoration: none;
      border-color: #ddd;
      background-color: #fcfcfc;
      color: #444; }
    .vc_tta.vc_tta-accordion.vc_tta-style-border-heading .vc_tta-panel .vc_tta-panel-title a i.vc_tta-controls-icon-chevron {
      font-style: initial;
      position: absolute;
      top: 50%;
      left: auto;
      right: 10px;
      bottom: auto;
      font-size: 20px;
      width: auto;
      height: auto; }
    .vc_tta.vc_tta-accordion.vc_tta-style-border-heading .vc_tta-panel .vc_tta-panel-title a i.vc_tta-controls-icon-chevron:before {
      content: '\e232';
      font-family: "linea-icons";
      border: none !important;
      font-size: 20px;
      line-height: 1;
      position: static !important;
      -webkit-transform: none;
      -khtml-transform: none;
      -moz-transform: none;
      -ms-transform: none;
      -o-transform: none;
      transform: none;
      /* BACKGROUND GRADIENT */
      /* TRANSFORM STYLE */ }
    .vc_tta.vc_tta-accordion.vc_tta-style-border-heading .vc_tta-panel.vc_active .vc_tta-panel-title a {
      color: #000;
      border-color: #ddd;
      background-color: #fcfcfc;
      cursor: default; }
    .vc_tta.vc_tta-accordion.vc_tta-style-border-heading .vc_tta-panel.vc_active .vc_tta-panel-title a i.vc_tta-controls-icon-chevron:before {
      content: "\e200"; }
  
  .vc_toggle.vc_toggle_bg-heading {
    margin: 0;
    /* Toggle border
  -----------------------------------------------------*/ }
    .vc_toggle.vc_toggle_bg-heading .vc_toggle_title {
      position: relative; }
    .vc_toggle.vc_toggle_bg-heading .vc_toggle_title h4 {
      background-color: #eee;
      font-size: 14px;
      line-height: 1.1;
      font-family: "Poppins", Arial, Helvetica, sans-serif;
      display: block;
      margin: 0 0 10px 0;
      padding: 16px 20px; }
    .vc_toggle.vc_toggle_bg-heading .vc_toggle_title .vc_toggle_icon {
      display: block;
      position: absolute;
      top: 50%;
      right: 10px;
      -webkit-transform: translateY(-50%);
      -khtml-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      /* BACKGROUND GRADIENT */
      /* TRANSFORM STYLE */ }
    .vc_toggle.vc_toggle_bg-heading .vc_toggle_title .vc_toggle_icon:before {
      content: '\e232';
      font-family: "linea-icons";
      font-size: 20px;
      font-style: initial; }
    .vc_toggle.vc_toggle_bg-heading .vc_toggle_content {
      border-radius: 0;
      margin: 0;
      padding: 21px 20px 32px;
      -webkit-box-shadow: none 2px 5px rgba(0, 0, 0, .4);
      -khtml-box-shadow: none 2px 5px rgba(0, 0, 0, .4);
      -moz-box-shadow: none 2px 5px rgba(0, 0, 0, .4);
      -ms-box-shadow: none 2px 5px rgba(0, 0, 0, .4);
      -o-box-shadow: none 2px 5px rgba(0, 0, 0, .4);
      box-shadow: none 2px 5px rgba(0, 0, 0, .4);
      /* BACKGROUND GRADIENT */
      /* BOX SIZING */ }
    .vc_toggle.vc_toggle_bg-heading.vc_toggle_active .vc_toggle_title .vc_toggle_icon:before {
      content: "\e200"; }
  
  .vc_toggle.vc_toggle_border-heading {
    margin-bottom: 10px;
    /*------------------------------
      6.9 Tabs
  ------------------------------*/
    /* Tab Style 1
  -----------------------------------------------------*/ }
    .vc_toggle.vc_toggle_border-heading .vc_toggle_title {
      position: relative; }
    .vc_toggle.vc_toggle_border-heading .vc_toggle_title h4 {
      display: block;
      border: 1px solid #e5e5e5;
      font-size: 14px;
      font-weight: 400;
      line-height: 1.42857;
      margin: 0 0 10px 0;
      padding: 14px 20px;
      font-family: "Open Sans", Arial, Helvetica, sans-serif;
      color: #6b6d6f;
      -webkit-transition: all 0.3s ease 0s;
      -khtml-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -ms-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      /* BACKGROUND GRADIENT */
      /* TRIPLE BORDERS */ }
    .vc_toggle.vc_toggle_border-heading .vc_toggle_title .vc_toggle_icon {
      display: block;
      position: absolute;
      top: 50%;
      right: 10px;
      -webkit-transform: translateY(-50%);
      -khtml-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      /* BACKGROUND GRADIENT */
      /* TRANSFORM STYLE */ }
    .vc_toggle.vc_toggle_border-heading .vc_toggle_title .vc_toggle_icon:before {
      content: '\f107';
      font-family: fontawesome;
      font-size: 15px;
      line-height: 1;
      font-style: initial;
      color: #999; }
    .vc_toggle.vc_toggle_border-heading .vc_toggle_title:hover h4 {
      color: #101010;
      border-color: #ddd;
      background-color: #fcfcfc; }
    .vc_toggle.vc_toggle_border-heading .vc_toggle_title:hover .vc_toggle_icon:before {
      color: #111; }
    .vc_toggle.vc_toggle_border-heading .vc_toggle_content {
      border-radius: 0;
      margin: 0;
      padding: 10px 20px 20px;
      -webkit-box-shadow: none 2px 5px rgba(0, 0, 0, .4);
      -khtml-box-shadow: none 2px 5px rgba(0, 0, 0, .4);
      -moz-box-shadow: none 2px 5px rgba(0, 0, 0, .4);
      -ms-box-shadow: none 2px 5px rgba(0, 0, 0, .4);
      -o-box-shadow: none 2px 5px rgba(0, 0, 0, .4);
      box-shadow: none 2px 5px rgba(0, 0, 0, .4);
      /* BACKGROUND GRADIENT */
      /* BOX SIZING */ }
    .vc_toggle.vc_toggle_border-heading .vc_toggle_content p:last-child {
      margin-bottom: 0; }
    .vc_toggle.vc_toggle_border-heading.vc_toggle_active .vc_toggle_title h4 {
      color: #101010;
      border-color: #ddd;
      background-color: #fcfcfc; }
    .vc_toggle.vc_toggle_border-heading.vc_toggle_active .vc_toggle_title .vc_toggle_icon:before {
      content: "\f106";
      color: #111; }
  
  .vc_tta-tabs.vc_tta-style-tab-style-1 .vc_tta-tabs-container, .vc_tta-tabs.vc_tta-style-tab-style-2 .vc_tta-tabs-container {
    display: block !important; }
    .vc_tta-tabs.vc_tta-style-tab-style-1 .vc_tta-tabs-container .vc_tta-tabs-list, .vc_tta-tabs.vc_tta-style-tab-style-2 .vc_tta-tabs-container .vc_tta-tabs-list {
      margin: 0 0 20px 0;
      border-bottom: 1px solid #dfdfdf;
      overflow: visible; }
    .vc_tta-tabs.vc_tta-style-tab-style-1 .vc_tta-tabs-container .vc_tta-tabs-list:before, .vc_tta-tabs.vc_tta-style-tab-style-2 .vc_tta-tabs-container .vc_tta-tabs-list:before, .vc_tta-tabs.vc_tta-style-tab-style-1 .vc_tta-tabs-container .vc_tta-tabs-list:after, .vc_tta-tabs.vc_tta-style-tab-style-2 .vc_tta-tabs-container .vc_tta-tabs-list:after {
      content: '';
      display: table;
      clear: both; }
    .vc_tta-tabs.vc_tta-style-tab-style-1 .vc_tta-tabs-container .vc_tta-tab, .vc_tta-tabs.vc_tta-style-tab-style-2 .vc_tta-tabs-container .vc_tta-tab {
      margin-bottom: -1px;
      margin-right: 2px;
      float: left;
      display: block;
      position: relative; }
    .vc_tta-tabs.vc_tta-style-tab-style-1 .vc_tta-tabs-container .vc_tta-tab a, .vc_tta-tabs.vc_tta-style-tab-style-2 .vc_tta-tabs-container .vc_tta-tab a {
      border-radius: 0;
      font-size: 14px;
      padding: 16px 24px;
      border: 1px solid transparent;
      line-height: 1.1;
      margin-right: 0px;
      color: #6b6d6f;
      -webkit-transition: none !important;
      -khtml-transition: none !important;
      -moz-transition: none !important;
      -ms-transition: none !important;
      -o-transition: none !important;
      transition: none !important;
      /* BACKGROUND GRADIENT */
      /* TRIPLE BORDERS */ }
    .vc_tta-tabs.vc_tta-style-tab-style-1 .vc_tta-tabs-container .vc_tta-tab a:hover, .vc_tta-tabs.vc_tta-style-tab-style-2 .vc_tta-tabs-container .vc_tta-tab a:hover {
      border-color: #eee #eee #ddd;
      background: #eee;
      color: #2a2b2f; }
    .vc_tta-tabs.vc_tta-style-tab-style-1 .vc_tta-tabs-container .vc_tta-tab.vc_active, .vc_tta-tabs.vc_tta-style-tab-style-2 .vc_tta-tabs-container .vc_tta-tab.vc_active {
      color: #2a2b2f;
      border-color: #ddd #ddd transparent;
      border-image: none;
      border-style: solid;
      border-width: 1px;
      cursor: pointer;
      background-color: #fff; }
    .vc_tta-tabs.vc_tta-style-tab-style-1 .vc_tta-tabs-container .vc_tta-tab.vc_active a, .vc_tta-tabs.vc_tta-style-tab-style-2 .vc_tta-tabs-container .vc_tta-tab.vc_active a, .vc_tta-tabs.vc_tta-style-tab-style-1 .vc_tta-tabs-container .vc_tta-tab.vc_active a:hover, .vc_tta-tabs.vc_tta-style-tab-style-2 .vc_tta-tabs-container .vc_tta-tab.vc_active a:hover, .vc_tta-tabs.vc_tta-style-tab-style-1 .vc_tta-tabs-container .vc_tta-tab.vc_active a:focus, .vc_tta-tabs.vc_tta-style-tab-style-2 .vc_tta-tabs-container .vc_tta-tab.vc_active a:focus {
      color: #2a2b2f;
      background-color: #fff;
      border: none; }
    .vc_tta-tabs.vc_tta-style-tab-style-1 .vc_tta-panels-container .vc_tta-panels .vc_tta-panel, .vc_tta-tabs.vc_tta-style-tab-style-2 .vc_tta-panels-container .vc_tta-panels .vc_tta-panel {
      -webkit-transition: opacity 0.15s linear 0s;
      -khtml-transition: opacity 0.15s linear 0s;
      -moz-transition: opacity 0.15s linear 0s;
      -ms-transition: opacity 0.15s linear 0s;
      -o-transition: opacity 0.15s linear 0s;
      transition: opacity 0.15s linear 0s;
      /* BACKGROUND GRADIENT */
      /* TRIPLE BORDERS */
      filter: alpha(opacity=0);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      -webkit-opacity: 0;
      -khtml-opacity: 0;
      -moz-opacity: 0;
      -ms-opacity: 0;
      -o-opacity: 0;
      opacity: 0;
      /* BACKGROUND GRADIENT */
      /* OUTLINE RADIUS */ }
    .vc_tta-tabs.vc_tta-style-tab-style-1 .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading, .vc_tta-tabs.vc_tta-style-tab-style-2 .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading {
      display: none !important; }
    .vc_tta-tabs.vc_tta-style-tab-style-1 .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active, .vc_tta-tabs.vc_tta-style-tab-style-2 .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active {
      -webkit-transition: opacity 0.15s linear 0s;
      -khtml-transition: opacity 0.15s linear 0s;
      -moz-transition: opacity 0.15s linear 0s;
      -ms-transition: opacity 0.15s linear 0s;
      -o-transition: opacity 0.15s linear 0s;
      transition: opacity 0.15s linear 0s;
      /* BACKGROUND GRADIENT */
      /* TRIPLE BORDERS */
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      -webkit-opacity: 1;
      -khtml-opacity: 1;
      -moz-opacity: 1;
      -ms-opacity: 1;
      -o-opacity: 1;
      opacity: 1;
      /* BACKGROUND GRADIENT */
      /* OUTLINE RADIUS */ }
    .vc_tta-tabs.vc_tta-style-tab-style-1 .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body, .vc_tta-tabs.vc_tta-style-tab-style-2 .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body {
      padding: 0;
      border: none;
      -webkit-transition: none !important;
      -khtml-transition: none !important;
      -moz-transition: none !important;
      -ms-transition: none !important;
      -o-transition: none !important;
      transition: none !important;
      /* BACKGROUND GRADIENT */
      /* TRIPLE BORDERS */ }
  
  @media screen and (max-width: 480px) {
    .vc_tta-tabs.vc_tta-style-tab-style-1 .vc_tta-tabs-container .vc_tta-tab a {
      padding-right: 10px;
      padding-left: 10px; } }
  
  @media screen and (max-width: 480px) {
    /* Tab Style 2
  -----------------------------------------------------*/
      .vc_tta-tabs.vc_tta-style-tab-style-1 .vc_tta-tabs-container .vc_tta-tab a {
        font-size: 12px; } }
  
  .vc_tta-tabs.vc_tta-style-tab-style-2 {
    /* Tab Style 3
  -----------------------------------------------------*/ }
    .vc_tta-tabs.vc_tta-style-tab-style-2 .vc_tta-tabs-container .vc_tta-tab {
      margin: 0 !important; }
    .vc_tta-tabs.vc_tta-style-tab-style-2 .vc_tta-tabs-container .vc_tta-tab.vc_active {
      border: none !important; }
    .vc_tta-tabs.vc_tta-style-tab-style-2 .vc_tta-tabs-container .vc_tta-tab.vc_active a span:before {
      bottom: -13px;
      width: 100%; }
    .vc_tta-tabs.vc_tta-style-tab-style-2 .vc_tta-tabs-container .vc_tta-tab a {
      padding: 16px 30px 16px 0;
      border: none !important; }
    .vc_tta-tabs.vc_tta-style-tab-style-2 .vc_tta-tabs-container .vc_tta-tab a:hover {
      background-color: transparent;
      border: none;
      color: #2a2b2f; }
      .vc_tta-tabs.vc_tta-style-tab-style-2 .vc_tta-tabs-container .vc_tta-tab a:hover span:before {
        bottom: -13px;
        width: 100%; }
    .vc_tta-tabs.vc_tta-style-tab-style-2 .vc_tta-tabs-container .vc_tta-tab a span {
      overflow: hidden;
      position: relative; }
    .vc_tta-tabs.vc_tta-style-tab-style-2 .vc_tta-tabs-container .vc_tta-tab a span:before {
      content: '';
      border-bottom: 1px solid #2a2b2f;
      display: block;
      width: 0;
      position: absolute;
      bottom: -13px;
      left: 0;
      -webkit-transition: all 0.3s linear 0s;
      -khtml-transition: all 0.3s linear 0s;
      -moz-transition: all 0.3s linear 0s;
      -ms-transition: all 0.3s linear 0s;
      -o-transition: all 0.3s linear 0s;
      transition: all 0.3s linear 0s;
      /* BACKGROUND GRADIENT */
      /* TRIPLE BORDERS */ }
  
  .vc_tta-tabs.vc_tta-style-tab-style-3 {
    /* Tab Style 4
  -----------------------------------------------------*/ }
    .vc_tta-tabs.vc_tta-style-tab-style-3 .vc_tta-tabs-container {
      display: block !important; }
    .vc_tta-tabs.vc_tta-style-tab-style-3 .vc_tta-tabs-container .vc_tta-tabs-list {
      margin: 0;
      overflow: visible;
      border: none; }
    .vc_tta-tabs.vc_tta-style-tab-style-3 .vc_tta-tabs-container .vc_tta-tabs-list:before, .vc_tta-tabs.vc_tta-style-tab-style-3 .vc_tta-tabs-container .vc_tta-tabs-list:after {
      content: '';
      display: table;
      clear: both; }
    .vc_tta-tabs.vc_tta-style-tab-style-3 .vc_tta-tabs-container .vc_tta-tab {
      margin: 0 2px 0 0;
      float: left;
      display: block;
      position: relative; }
    .vc_tta-tabs.vc_tta-style-tab-style-3 .vc_tta-tabs-container .vc_tta-tab a {
      border-radius: 0;
      font-size: 14px;
      padding: 16px 24px;
      border: none;
      line-height: 1.1;
      margin-right: 0px;
      color: #6b6d6f;
      font-family: "Poppins", Arial, Helvetica, sans-serif;
      -webkit-transition: none !important;
      -khtml-transition: none !important;
      -moz-transition: none !important;
      -ms-transition: none !important;
      -o-transition: none !important;
      transition: none !important;
      /* BACKGROUND GRADIENT */
      /* TRIPLE BORDERS */
      background-color: transparent; }
    .vc_tta-tabs.vc_tta-style-tab-style-3 .vc_tta-tabs-container .vc_tta-tab a:hover {
      border: none;
      background: #f5f5f5;
      color: #2a2b2f; }
    .vc_tta-tabs.vc_tta-style-tab-style-3 .vc_tta-tabs-container .vc_tta-tab.vc_active {
      color: #2a2b2f;
      border: none;
      cursor: pointer;
      background-color: #f5f5f5; }
    .vc_tta-tabs.vc_tta-style-tab-style-3 .vc_tta-tabs-container .vc_tta-tab.vc_active a, .vc_tta-tabs.vc_tta-style-tab-style-3 .vc_tta-tabs-container .vc_tta-tab.vc_active a:hover, .vc_tta-tabs.vc_tta-style-tab-style-3 .vc_tta-tabs-container .vc_tta-tab.vc_active a:focus {
      color: #2a2b2f;
      background-color: #f5f5f5;
      border: none; }
    .vc_tta-tabs.vc_tta-style-tab-style-3 .vc_tta-panels-container {
      background-color: #f5f5f5;
      padding: 20px 25px 27px 30px; }
    .vc_tta-tabs.vc_tta-style-tab-style-3 .vc_tta-panels-container .vc_tta-panels .vc_tta-panel {
      -webkit-transition: opacity 0.15s linear 0s;
      -khtml-transition: opacity 0.15s linear 0s;
      -moz-transition: opacity 0.15s linear 0s;
      -ms-transition: opacity 0.15s linear 0s;
      -o-transition: opacity 0.15s linear 0s;
      transition: opacity 0.15s linear 0s;
      /* BACKGROUND GRADIENT */
      /* TRIPLE BORDERS */
      filter: alpha(opacity=0);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      -webkit-opacity: 0;
      -khtml-opacity: 0;
      -moz-opacity: 0;
      -ms-opacity: 0;
      -o-opacity: 0;
      opacity: 0;
      /* BACKGROUND GRADIENT */
      /* OUTLINE RADIUS */ }
    .vc_tta-tabs.vc_tta-style-tab-style-3 .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading {
      display: none !important; }
    .vc_tta-tabs.vc_tta-style-tab-style-3 .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active {
      -webkit-transition: opacity 0.15s linear 0s;
      -khtml-transition: opacity 0.15s linear 0s;
      -moz-transition: opacity 0.15s linear 0s;
      -ms-transition: opacity 0.15s linear 0s;
      -o-transition: opacity 0.15s linear 0s;
      transition: opacity 0.15s linear 0s;
      /* BACKGROUND GRADIENT */
      /* TRIPLE BORDERS */
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      -webkit-opacity: 1;
      -khtml-opacity: 1;
      -moz-opacity: 1;
      -ms-opacity: 1;
      -o-opacity: 1;
      opacity: 1;
      /* BACKGROUND GRADIENT */
      /* OUTLINE RADIUS */ }
    .vc_tta-tabs.vc_tta-style-tab-style-3 .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body {
      padding: 0;
      border: none;
      -webkit-transition: none !important;
      -khtml-transition: none !important;
      -moz-transition: none !important;
      -ms-transition: none !important;
      -o-transition: none !important;
      transition: none !important;
      /* BACKGROUND GRADIENT */
      /* TRIPLE BORDERS */ }
  
  .vc_tta-tabs.vc_tta-style-tab-style-4 .vc_tta-tabs-container {
    display: block !important; }
    .vc_tta-tabs.vc_tta-style-tab-style-4 .vc_tta-tabs-container .vc_tta-tabs-list {
      margin: 0;
      border-bottom: 1px solid #dfdfdf;
      overflow: visible; }
    .vc_tta-tabs.vc_tta-style-tab-style-4 .vc_tta-tabs-container .vc_tta-tabs-list:before, .vc_tta-tabs.vc_tta-style-tab-style-4 .vc_tta-tabs-container .vc_tta-tabs-list:after {
      content: '';
      display: table;
      clear: both; }
    .vc_tta-tabs.vc_tta-style-tab-style-4 .vc_tta-tabs-container .vc_tta-tab {
      margin-bottom: -1px;
      margin-right: 2px;
      margin-left: 0;
      float: left;
      display: block;
      position: relative; }
    .vc_tta-tabs.vc_tta-style-tab-style-4 .vc_tta-tabs-container .vc_tta-tab a {
      border-radius: 0;
      font-size: 14px;
      padding: 16px 24px;
      border: 1px solid transparent;
      line-height: 1.1;
      margin-right: 0px;
      color: #6b6d6f;
      font-family: "Poppins", Arial, Helvetica, sans-serif;
      -webkit-transition: none !important;
      -khtml-transition: none !important;
      -moz-transition: none !important;
      -ms-transition: none !important;
      -o-transition: none !important;
      transition: none !important;
      /* BACKGROUND GRADIENT */
      /* TRIPLE BORDERS */ }
    .vc_tta-tabs.vc_tta-style-tab-style-4 .vc_tta-tabs-container .vc_tta-tab a:hover {
      border-color: #eee #eee #ddd;
      background: #eee; }
    .vc_tta-tabs.vc_tta-style-tab-style-4 .vc_tta-tabs-container .vc_tta-tab.vc_active {
      color: #2a2b2f;
      border-color: #ddd #ddd transparent;
      border-image: none;
      border-style: solid;
      border-width: 1px;
      cursor: pointer;
      background-color: #fff; }
    .vc_tta-tabs.vc_tta-style-tab-style-4 .vc_tta-tabs-container .vc_tta-tab.vc_active a, .vc_tta-tabs.vc_tta-style-tab-style-4 .vc_tta-tabs-container .vc_tta-tab.vc_active a:hover, .vc_tta-tabs.vc_tta-style-tab-style-4 .vc_tta-tabs-container .vc_tta-tab.vc_active a:focus {
      color: #2a2b2f;
      background-color: #fff;
      border: none; }
    .vc_tta-tabs.vc_tta-style-tab-style-4 .vc_tta-panels-container {
      border-left: 1px solid #ddd;
      border-right: 1px solid #ddd;
      border-bottom: 1px solid #ddd;
      padding: 20px 25px 27px 30px; }
    .vc_tta-tabs.vc_tta-style-tab-style-4 .vc_tta-panels-container .vc_tta-panels .vc_tta-panel {
      -webkit-transition: opacity 0.15s linear 0s;
      -khtml-transition: opacity 0.15s linear 0s;
      -moz-transition: opacity 0.15s linear 0s;
      -ms-transition: opacity 0.15s linear 0s;
      -o-transition: opacity 0.15s linear 0s;
      transition: opacity 0.15s linear 0s;
      /* BACKGROUND GRADIENT */
      /* TRIPLE BORDERS */
      filter: alpha(opacity=0);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      -webkit-opacity: 0;
      -khtml-opacity: 0;
      -moz-opacity: 0;
      -ms-opacity: 0;
      -o-opacity: 0;
      opacity: 0;
      /* BACKGROUND GRADIENT */
      /* OUTLINE RADIUS */ }
    .vc_tta-tabs.vc_tta-style-tab-style-4 .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading {
      display: none !important; }
    .vc_tta-tabs.vc_tta-style-tab-style-4 .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active {
      -webkit-transition: opacity 0.15s linear 0s;
      -khtml-transition: opacity 0.15s linear 0s;
      -moz-transition: opacity 0.15s linear 0s;
      -ms-transition: opacity 0.15s linear 0s;
      -o-transition: opacity 0.15s linear 0s;
      transition: opacity 0.15s linear 0s;
      /* BACKGROUND GRADIENT */
      /* TRIPLE BORDERS */
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      -webkit-opacity: 1;
      -khtml-opacity: 1;
      -moz-opacity: 1;
      -ms-opacity: 1;
      -o-opacity: 1;
      opacity: 1;
      /* BACKGROUND GRADIENT */
      /* OUTLINE RADIUS */ }
    .vc_tta-tabs.vc_tta-style-tab-style-4 .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body {
      padding: 0;
      border: none;
      -webkit-transition: none !important;
      -khtml-transition: none !important;
      -moz-transition: none !important;
      -ms-transition: none !important;
      -o-transition: none !important;
      transition: none !important;
      /* BACKGROUND GRADIENT */
      /* TRIPLE BORDERS */ }
  
  @media screen and (max-width: 480px) {
    .vc_tta-tabs.vc_tta-style-tab-style-2 .vc_tta-tabs-container .vc_tta-tab a {
      padding-right: 20px; }
  
    .vc_tta-tabs.vc_tta-style-tab-style-3 .vc_tta-tabs-container .vc_tta-tab a, .vc_tta-tabs.vc_tta-style-tab-style-4 .vc_tta-tabs-container .vc_tta-tab a {
      padding-left: 10px;
      padding-right: 10px; } }
  
  @media screen and (max-width: 380px) {
    /* Tab bootstrap 3
  -----------------------------------------------------*/
      .vc_tta-tabs.vc_tta-style-tab-style-2 .vc_tta-tabs-container .vc_tta-tab a span:before {
        bottom: -12px; }
        .vc_tta-tabs.vc_tta-style-tab-style-2 .vc_tta-tabs-container .vc_tta-tab.vc_active a span:before {
          bottom: -12px; }
      .vc_tta-tabs.vc_tta-style-tab-style-3 .vc_tta-tabs-container .vc_tta-tab a, .vc_tta-tabs.vc_tta-style-tab-style-4 .vc_tta-tabs-container .vc_tta-tab a {
        font-size: 12px; } }
  
  .tabs-3 {
    /* Tour Style 1
  -----------------------------------------------------*/ }
    .tabs-3 .nav-tabs {
      margin-bottom: 20px;
      display: block;
      text-align: center;
      border-color: #dfdfdf; }
    .tabs-3 .nav-tabs li {
      display: inline-block;
      float: none;
      margin: 0 20px;
      position: relative;
      z-index: 1;
      top: 1px; }
    .tabs-3 .nav-tabs li a {
      font-family: "Poppins", Arial, Helvetica, sans-serif;
      font-size: 16px;
      color: #6b6d6f;
      margin: 0;
      border: none;
      border-bottom: 1px solid #dfdfdf;
      letter-spacing: normal;
      text-transform: none;
      line-height: 1;
      padding: 0 0 20px;
      cursor: pointer;
      -webkit-border-radius: 0;
      -khtml-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      -o-border-radius: 0;
      border-radius: 0;
      /* BACKGROUND GRADIENT */ }
    .tabs-3 .nav-tabs li a:hover, .tabs-3 .nav-tabs li a:focus {
      color: #2a2b2f;
      background: 0 none;
      border: none;
      border-bottom: 1px solid #2a2b2f; }
    .tabs-3 .nav-tabs li.active a {
      border-color: #2a2b2f; }
    .tabs-3 .tab-content {
      margin-top: 0;
      border: none; }
  
  .vc_tta-tabs.vc_tta-style-tour-style-1 {
    /* Tour Style 2
  -----------------------------------------------------*/ }
    .vc_tta-tabs.vc_tta-style-tour-style-1 .vc_tta-tabs-container .vc_tta-tabs-list {
      margin: 0;
      border-right: 1px solid #ddd;
      overflow: visible;
      min-width: 120px; }
    .vc_tta-tabs.vc_tta-style-tour-style-1 .vc_tta-tabs-container .vc_tta-tab {
      margin: 0 -1px 0 0; }
    .vc_tta-tabs.vc_tta-style-tour-style-1 .vc_tta-tabs-container .vc_tta-tab a {
      text-align: left;
      padding: 16px 0;
      line-height: 1.1;
      color: #6b6d6f;
      font-family: "Poppins", Arial, Helvetica, sans-serif;
      font-size: 14px;
      border: none;
      border-right: 1px solid transparent; }
    .vc_tta-tabs.vc_tta-style-tour-style-1 .vc_tta-tabs-container .vc_tta-tab a:hover {
      border-color: #2a2b2f;
      color: #2a2b2f; }
    .vc_tta-tabs.vc_tta-style-tour-style-1 .vc_tta-tabs-container .vc_tta-tab.vc_active a {
      border-color: #2a2b2f !important;
      color: #2a2b2f; }
    .vc_tta-tabs.vc_tta-style-tour-style-1 .vc_tta-panel-body p {
      margin-bottom: 26px; }
  
  .vc_tta-tabs.vc_tta-style-tour-style-2 .vc_tta-tabs-container .vc_tta-tabs-list {
    margin: 0;
    border-right: 1px solid #ddd;
    overflow: visible;
    min-width: 120px; }
    .vc_tta-tabs.vc_tta-style-tour-style-2 .vc_tta-tabs-container .vc_tta-tabs-list li.vc_tta-tab {
      margin: -1px -1px 0 0; }
    .vc_tta-tabs.vc_tta-style-tour-style-2 .vc_tta-tabs-container .vc_tta-tabs-list li.vc_tta-tab:first-child {
      margin-top: 0px; }
    .vc_tta-tabs.vc_tta-style-tour-style-2 .vc_tta-tabs-container .vc_tta-tabs-list li.vc_tta-tab a {
      text-align: center;
      padding: 15px 0;
      line-height: 1.1;
      color: #6b6d6f;
      font-family: "Poppins", Arial, Helvetica, sans-serif;
      font-size: 14px;
      border: 1px solid transparent;
      position: relative; }
      .vc_tta-tabs.vc_tta-style-tour-style-2 .vc_tta-tabs-container .vc_tta-tabs-list li.vc_tta-tab a:hover {
        border-color: #ddd;
        border-right-color: transparent;
        color: #2a2b2f; }
        .vc_tta-tabs.vc_tta-style-tour-style-2 .vc_tta-tabs-container .vc_tta-tabs-list li.vc_tta-tab a:hover:after {
          filter: alpha(opacity=100);
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
          -webkit-opacity: 1;
          -khtml-opacity: 1;
          -moz-opacity: 1;
          -ms-opacity: 1;
          -o-opacity: 1;
          opacity: 1;
          /* BACKGROUND GRADIENT */
          /* OUTLINE RADIUS */ }
      .vc_tta-tabs.vc_tta-style-tour-style-2 .vc_tta-tabs-container .vc_tta-tabs-list li.vc_tta-tab a:after {
        content: '';
        display: block;
        height: 100%;
        width: 2px !important;
        background-color: #fff;
        position: absolute;
        right: -1px;
        top: 0 !important;
        left: auto !important;
        bottom: auto !important;
        filter: alpha(opacity=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-opacity: 0;
        -khtml-opacity: 0;
        -moz-opacity: 0;
        -ms-opacity: 0;
        -o-opacity: 0;
        opacity: 0;
        /* BACKGROUND GRADIENT */
        /* OUTLINE RADIUS */ }
      .vc_tta-tabs.vc_tta-style-tour-style-2 .vc_tta-tabs-container .vc_tta-tabs-list li.vc_tta-tab a:before {
        display: none; }
    .vc_tta-tabs.vc_tta-style-tour-style-2 .vc_tta-tabs-container .vc_tta-tabs-list li.vc_tta-tab.vc_active a {
      border-color: #ddd;
      border-right-color: transparent;
      color: #2a2b2f; }
      .vc_tta-tabs.vc_tta-style-tour-style-2 .vc_tta-tabs-container .vc_tta-tabs-list li.vc_tta-tab.vc_active a:after {
        filter: alpha(opacity=100);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-opacity: 1;
        -khtml-opacity: 1;
        -moz-opacity: 1;
        -ms-opacity: 1;
        -o-opacity: 1;
        opacity: 1;
        /* BACKGROUND GRADIENT */
        /* OUTLINE RADIUS */
        border: none !important; }
    .vc_tta-tabs.vc_tta-style-tour-style-2 .vc_tta-panel-body p {
      margin-bottom: 26px; }
  
  @media screen and (max-width: 767px) {
    /* Tab icon
  -----------------------------------------------------*/
      .vc_tta-tabs.vc_tta-style-tour-style-1 .vc_tta-panels-container .vc_tta-panel .vc_tta-panel-title a, .vc_tta-tabs.vc_tta-style-tour-style-2 .vc_tta-panels-container .vc_tta-panel .vc_tta-panel-title a, .vc_tta-tabs.vc_tta-style-tab-style-5 .vc_tta-panels-container .vc_tta-panel .vc_tta-panel-title a {
        display: block;
        position: relative;
        color: #6b6d6f;
        text-decoration: none;
        padding: 16px 20px;
        border: none;
        font-weight: 400;
        line-height: 1.1;
        font-size: 14px;
        font-family: "Poppins", Arial, Helvetica, sans-serif;
        background: #f5f5f5;
        -webkit-transition: all 0.25s cubic-bezier(0, 0, 0.58, 1);
        -khtml-transition: all 0.25s cubic-bezier(0, 0, 0.58, 1);
        -moz-transition: all 0.25s cubic-bezier(0, 0, 0.58, 1);
        -ms-transition: all 0.25s cubic-bezier(0, 0, 0.58, 1);
        -o-transition: all 0.25s cubic-bezier(0, 0, 0.58, 1);
        transition: all 0.25s cubic-bezier(0, 0, 0.58, 1);
        /* BACKGROUND GRADIENT */
        /* TRIPLE BORDERS */ }
        .vc_tta-tabs.vc_tta-style-tour-style-1 .vc_tta-panels-container .vc_tta-panel .vc_tta-panel-title a:hover, .vc_tta-tabs.vc_tta-style-tour-style-2 .vc_tta-panels-container .vc_tta-panel .vc_tta-panel-title a:hover, .vc_tta-tabs.vc_tta-style-tab-style-5 .vc_tta-panels-container .vc_tta-panel .vc_tta-panel-title a:hover, .vc_tta-tabs.vc_tta-style-tour-style-1 .vc_tta-panels-container .vc_tta-panel .vc_tta-panel-title a:focus, .vc_tta-tabs.vc_tta-style-tour-style-2 .vc_tta-panels-container .vc_tta-panel .vc_tta-panel-title a:focus, .vc_tta-tabs.vc_tta-style-tab-style-5 .vc_tta-panels-container .vc_tta-panel .vc_tta-panel-title a:focus {
          text-decoration: none;
          color: #97999c; }
        .vc_tta-tabs.vc_tta-style-tour-style-1 .vc_tta-panels-container .vc_tta-panel .vc_tta-panel-title a i, .vc_tta-tabs.vc_tta-style-tour-style-2 .vc_tta-panels-container .vc_tta-panel .vc_tta-panel-title a i, .vc_tta-tabs.vc_tta-style-tab-style-5 .vc_tta-panels-container .vc_tta-panel .vc_tta-panel-title a i {
          font-size: 14px;
          line-height: inherit; }
        .vc_tta-tabs.vc_tta-style-tour-style-1 .vc_tta-panels-container .vc_tta-panel.vc_active .vc_tta-panel-title a, .vc_tta-tabs.vc_tta-style-tour-style-2 .vc_tta-panels-container .vc_tta-panel.vc_active .vc_tta-panel-title a, .vc_tta-tabs.vc_tta-style-tab-style-5 .vc_tta-panels-container .vc_tta-panel.vc_active .vc_tta-panel-title a {
          color: #2a2b2f; } }
  
  .vc_tta-tabs.vc_tta-style-tab-style-5 {
    /*------------------------------
      6.10 Message
  ------------------------------*/ }
    .vc_tta-tabs.vc_tta-style-tab-style-5 .vc_tta-tabs-container .vc_tta-tabs-list {
      margin: 0 0 20px; }
    .vc_tta-tabs.vc_tta-style-tab-style-5 .vc_tta-tabs-container .vc_tta-tab {
      margin: 0; }
    .vc_tta-tabs.vc_tta-style-tab-style-5 .vc_tta-tabs-container .vc_tta-tab:last-child a {
      padding-right: 0; }
    .vc_tta-tabs.vc_tta-style-tab-style-5 .vc_tta-tabs-container .vc_tta-tab a {
      border: none;
      text-align: center;
      color: rgba(0, 0, 0, 0.7);
      padding: 10px 25px 10px 0;
      font-family: "Poppins", Arial, Helvetica, sans-serif;
      line-height: 20px; }
    .vc_tta-tabs.vc_tta-style-tab-style-5 .vc_tta-tabs-container .vc_tta-tab a:hover, .vc_tta-tabs.vc_tta-style-tab-style-5 .vc_tta-tabs-container .vc_tta-tab a:focus {
      color: #2a2b2f; }
    .vc_tta-tabs.vc_tta-style-tab-style-5 .vc_tta-tabs-container .vc_tta-tab a span {
      margin: 0 !important; }
    .vc_tta-tabs.vc_tta-style-tab-style-5 .vc_tta-tabs-container .vc_tta-tab i, .vc_tta-tabs.vc_tta-style-tab-style-5 .vc_tta-tabs-container .vc_tta-tab span {
      display: block;
      color: inherit; }
    .vc_tta-tabs.vc_tta-style-tab-style-5 .vc_tta-tabs-container .vc_tta-tab i {
      font-size: 30px;
      line-height: 42px; }
    .vc_tta-tabs.vc_tta-style-tab-style-5 .vc_tta-tabs-container .vc_tta-tab i:before {
      width: auto;
      display: block;
      line-height: inherit; }
    .vc_tta-tabs.vc_tta-style-tab-style-5 .vc_tta-tabs-container .vc_tta-tab.vc_active a {
      color: #2a2b2f; }
    .vc_tta-tabs.vc_tta-style-tab-style-5 .vc_tta-panel-body {
      padding: 0 !important; }
    .vc_tta-tabs.vc_tta-style-tab-style-5 .vc_tta-panel-body .cms-button-wrap {
      margin-bottom: 0; }
    .vc_tta-tabs.vc_tta-style-tab-style-5 .vc_tta-panel-body .cms-button {
      text-transform: none;
      letter-spacing: 0.5px; }
    .vc_tta-tabs.vc_tta-style-tab-style-5.font-montserrat .vc_tta-tab.vc_active a {
      color: #000; }
    .vc_tta-tabs.vc_tta-style-tab-style-5.font-montserrat .vc_tta-tab a {
      font-family: "Montserrat", Arial, Helvetica, sans-serif; }
    .vc_tta-tabs.vc_tta-style-tab-style-5.font-montserrat .vc_tta-panels-container .cms-button strong, .vc_tta-tabs.vc_tta-style-tab-style-5.font-montserrat .vc_tta-panels-container .cms-button b {
      font-weight: 700 !important; }
  
  .vc_message_box .close {
    font-size: 20px;
    font-weight: 400;
    text-shadow: none;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    /* BACKGROUND GRADIENT */
    /* OUTLINE RADIUS */ }
  
  .vc_message_box.vc_message_box-standard .vc_message_box-icon, .vc_message_box.vc_message_box-outline .vc_message_box-icon {
    width: 55px; }
  
  .vc_message_box.remove-icon {
    padding-left: 24px !important;
    /* Default
  ------------------------------*/ }
    .vc_message_box.remove-icon .vc_message_box-icon {
      display: none !important; }
  
  .vc_message_box.vc_message_box-standard {
    font-size: 14px;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    padding-top: 16.5px;
    padding-bottom: 16.5px;
    margin-bottom: 20px !important;
    /* Outline
  ------------------------------*/ }
    .vc_message_box.vc_message_box-standard.alert {
      -webkit-border-radius: 0;
      -khtml-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      -o-border-radius: 0;
      border-radius: 0;
      /* BACKGROUND GRADIENT */ }
    .vc_message_box.vc_message_box-standard i {
      font-size: 18px !important;
      line-height: 1; }
    .vc_message_box.vc_message_box-standard p {
      margin-left: -9px; }
    .vc_message_box.vc_message_box-standard.vc_color-success {
      color: #3c763d;
      background-color: #dff0da;
      border-color: #dff0da; }
    .vc_message_box.vc_message_box-standard.vc_color-success .vc_message_box-icon, .vc_message_box.vc_message_box-standard.vc_color-success .close {
      color: #3c763d; }
    .vc_message_box.vc_message_box-standard.vc_color-info {
      background-color: #d9edf7;
      border-color: #d9edf7;
      color: #31708f; }
    .vc_message_box.vc_message_box-standard.vc_color-info .vc_message_box-icon, .vc_message_box.vc_message_box-standard.vc_color-info .close {
      color: #31708f; }
    .vc_message_box.vc_message_box-standard.vc_color-warning {
      background-color: #fdf4c2;
      border-color: #fdf4c2;
      color: #8a6d3b; }
    .vc_message_box.vc_message_box-standard.vc_color-warning .vc_message_box-icon, .vc_message_box.vc_message_box-standard.vc_color-warning .close {
      color: #8a6d3b; }
    .vc_message_box.vc_message_box-standard.vc_color-danger {
      background-color: #f1d1d1;
      border-color: #f1d1d1;
      color: #a94442; }
    .vc_message_box.vc_message_box-standard.vc_color-danger .vc_message_box-icon, .vc_message_box.vc_message_box-standard.vc_color-danger .close {
      color: #a94442; }
  
  .vc_message_box.vc_message_box-outline {
    border-width: 1px !important;
    font-size: 14px;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    padding-top: 16.5px;
    padding-bottom: 16.5px;
    margin-bottom: 20px !important;
    /*------------------------------
      6.11 Image Carousels
  ------------------------------*/ }
    .vc_message_box.vc_message_box-outline i {
      font-size: 18px !important;
      line-height: 1; }
    .vc_message_box.vc_message_box-outline p {
      margin-left: -9px; }
    .vc_message_box.vc_message_box-outline.vc_color-success {
      color: #3c763d;
      border-color: #7fa580; }
    .vc_message_box.vc_message_box-outline.vc_color-success .vc_message_box-icon, .vc_message_box.vc_message_box-outline.vc_color-success .close {
      color: #3c763d; }
    .vc_message_box.vc_message_box-outline.vc_color-info {
      color: #31708f;
      border-color: #6e9bb0; }
    .vc_message_box.vc_message_box-outline.vc_color-info .vc_message_box-icon, .vc_message_box.vc_message_box-outline.vc_color-info .close {
      color: #31708f; }
    .vc_message_box.vc_message_box-outline.vc_color-warning {
      color: #8a6d3b;
      border-color: #b2a07f; }
    .vc_message_box.vc_message_box-outline.vc_color-warning .vc_message_box-icon, .vc_message_box.vc_message_box-outline.vc_color-warning .close {
      color: #8a6d3b; }
    .vc_message_box.vc_message_box-outline.vc_color-danger {
      color: #a94442;
      border-color: #c37c7a; }
    .vc_message_box.vc_message_box-outline.vc_color-danger .vc_message_box-icon, .vc_message_box.vc_message_box-outline.vc_color-danger .close {
      color: #a94442; }
    .vc_message_box.vc_message_box-outline.alert {
      -webkit-border-radius: 0;
      -khtml-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      -o-border-radius: 0;
      border-radius: 0;
      /* BACKGROUND GRADIENT */ }
  
  .owl-images-wrap {
    /*------------------------------
      6.12 Modals
  ------------------------------*/ }
    .owl-images-wrap .cms-image-item {
      text-align: center; }
    .owl-images-wrap .owl-carousel .owl-prev, .owl-images-wrap .owl-carousel .owl-next {
      -webkit-box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.1);
      -khtml-box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.1);
      -ms-box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.1);
      -o-box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.1);
      /* BACKGROUND GRADIENT */
      /* BOX SIZING */
      width: 40px;
      height: 70px;
      line-height: 50px;
      text-align: center;
      background: rgba(255, 255, 255, 0.7);
      color: #2a2b2f;
      cursor: pointer; }
    .owl-images-wrap .owl-carousel .owl-prev i, .owl-images-wrap .owl-carousel .owl-next i {
      display: block;
      height: 70px;
      line-height: 75px;
      margin: 0;
      text-align: center;
      width: 40px; }
    .owl-images-wrap .owl-carousel .owl-prev:hover, .owl-images-wrap .owl-carousel .owl-next:hover {
      color: #2a2b2f;
      background: #fff; }
    .owl-images-wrap .owl-carousel:hover .owl-next {
      right: 0; }
    .owl-images-wrap .owl-carousel:hover .owl-prev {
      left: 0; }
    .owl-images-wrap.paging_outside .owl-carousel {
      padding-bottom: 20px; }
    .owl-images-wrap.paging_outside .owl-carousel .owl-dots {
      bottom: auto; }
    .owl-images-wrap.paging_outside .cms-image-item {
      margin-bottom: 30px; }
    .owl-images-wrap.paging_inside .owl-carousel .owl-dots {
      bottom: 10px; }
    .owl-images-wrap.paging_inside .owl-dots .owl-dot span {
      background: #fff; }
    .owl-images-wrap .owl-carousel .cms-image-item img {
      width: auto; }
    .owl-images-wrap .owl-carousel .cms-image-item.w-100 img {
      width: 100px; }
  
  .modal-featured h2 {
    font-size: 20px;
    line-height: 30px; }
  
  .modal-close {
    font-size: 28px;
    position: absolute;
    right: 15px;
    text-shadow: none !important;
    top: 15px;
    filter: alpha(opacity=55);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=55)";
    -webkit-opacity: 0.55;
    -khtml-opacity: 0.55;
    -moz-opacity: 0.55;
    -ms-opacity: 0.55;
    -o-opacity: 0.55;
    opacity: 0.55;
    /* BACKGROUND GRADIENT */
    /* OUTLINE RADIUS */ }
  
  .border-none {
    border: none !important; }
  
  .border-rad-0 {
    -webkit-border-radius: 0 !important;
    -khtml-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    border-radius: 0 !important;
    /* BACKGROUND GRADIENT */ }
  
  .modal-custom-layout {
    /*------------------------------
      6.13 LightBox
  ------------------------------*/ }
  
  .cms-popup-gallery {
    margin: 0 -30px 0 0 !important;
    padding-left: 0;
    display: block;
    /*------------------------------
      6.14 Video popup
  ------------------------------*/ }
    .cms-popup-gallery li {
      margin: 0 30px 30px 0 !important;
      float: left;
      display: inline; }
  
  .cms_map_lightbox, .wpb_video_popup_wrapper {
    /*------------------------------
      6.15 Single Image
  ------------------------------*/ }
    .cms_map_lightbox a, .wpb_video_popup_wrapper a {
      display: block; }
    .cms_map_lightbox .video-img-thumb, .wpb_video_popup_wrapper .video-img-thumb, .cms_map_lightbox .map-img-thumb, .wpb_video_popup_wrapper .map-img-thumb {
      position: relative;
      overflow: hidden;
      -webkit-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
      -khtml-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
      -moz-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
      -ms-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
      -o-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
      transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
      /* BACKGROUND GRADIENT */
      /* TRIPLE BORDERS */ }
    .cms_map_lightbox .video-img-thumb:before, .wpb_video_popup_wrapper .video-img-thumb:before, .cms_map_lightbox .map-img-thumb:before, .wpb_video_popup_wrapper .map-img-thumb:before {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: block;
      background: rgba(16, 16, 16, .85);
      content: '';
      z-index: 2;
      -webkit-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
      -khtml-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
      -moz-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
      -ms-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
      -o-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
      transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
      /* BACKGROUND GRADIENT */
      /* TRIPLE BORDERS */
      filter: alpha(opacity=0);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      -webkit-opacity: 0;
      -khtml-opacity: 0;
      -moz-opacity: 0;
      -ms-opacity: 0;
      -o-opacity: 0;
      opacity: 0;
      /* BACKGROUND GRADIENT */
      /* OUTLINE RADIUS */ }
    .cms_map_lightbox .video-img-thumb i, .wpb_video_popup_wrapper .video-img-thumb i, .cms_map_lightbox .map-img-thumb i, .wpb_video_popup_wrapper .map-img-thumb i {
      position: absolute;
      width: 30px;
      height: 30px;
      line-height: 30px;
      text-align: center;
      font-weight: 400;
      line-height: 1;
      color: #fff;
      font-size: 26px;
      display: block;
      top: 50%;
      left: 50%;
      margin-top: -15px;
      z-index: 2;
      -webkit-transform: translate(-50%, -50%);
      -khtml-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      /* BACKGROUND GRADIENT */
      /* TRANSFORM STYLE */
      -webkit-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
      -khtml-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
      -moz-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
      -ms-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
      -o-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
      transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
      /* BACKGROUND GRADIENT */
      /* TRIPLE BORDERS */
      filter: alpha(opacity=0);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      -webkit-opacity: 0;
      -khtml-opacity: 0;
      -moz-opacity: 0;
      -ms-opacity: 0;
      -o-opacity: 0;
      opacity: 0;
      /* BACKGROUND GRADIENT */
      /* OUTLINE RADIUS */ }
    .cms_map_lightbox .map-img-thumb:after, .wpb_video_popup_wrapper .map-img-thumb:after {
      position: absolute;
      width: 30px;
      height: 30px;
      line-height: 30px;
      text-align: center;
      content: '\e01f';
      font-family: ElegantIcons;
      font-weight: 400;
      line-height: 1;
      color: #fff;
      font-size: 26px;
      display: block;
      top: 50%;
      left: 50%;
      margin-top: -15px;
      z-index: 2;
      -webkit-transform: translate(-50%, -50%);
      -khtml-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      /* BACKGROUND GRADIENT */
      /* TRANSFORM STYLE */
      -webkit-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
      -khtml-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
      -moz-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
      -ms-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
      -o-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
      transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
      /* BACKGROUND GRADIENT */
      /* TRIPLE BORDERS */
      filter: alpha(opacity=0);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      -webkit-opacity: 0;
      -khtml-opacity: 0;
      -moz-opacity: 0;
      -ms-opacity: 0;
      -o-opacity: 0;
      opacity: 0;
      /* BACKGROUND GRADIENT */
      /* OUTLINE RADIUS */ }
    .cms_map_lightbox img, .wpb_video_popup_wrapper img {
      -webkit-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
      -khtml-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
      -moz-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
      -ms-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
      -o-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
      transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
      /* BACKGROUND GRADIENT */
      /* TRIPLE BORDERS */ }
    .cms_map_lightbox:hover img, .wpb_video_popup_wrapper:hover img {
      -webkit-transform: scale(1.3) translateZ(0px);
      -khtml-transform: scale(1.3) translateZ(0px);
      -moz-transform: scale(1.3) translateZ(0px);
      -ms-transform: scale(1.3) translateZ(0px);
      -o-transform: scale(1.3) translateZ(0px);
      transform: scale(1.3) translateZ(0px);
      /* BACKGROUND GRADIENT */
      /* TRANSFORM STYLE */ }
    .cms_map_lightbox:hover .video-img-thumb:before, .wpb_video_popup_wrapper:hover .video-img-thumb:before, .cms_map_lightbox:hover .video-img-thumb i, .wpb_video_popup_wrapper:hover .video-img-thumb i, .cms_map_lightbox:hover .map-img-thumb:before, .wpb_video_popup_wrapper:hover .map-img-thumb:before, .cms_map_lightbox:hover .map-img-thumb:after, .wpb_video_popup_wrapper:hover .map-img-thumb:after {
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      -webkit-opacity: 1;
      -khtml-opacity: 1;
      -moz-opacity: 1;
      -ms-opacity: 1;
      -o-opacity: 1;
      opacity: 1;
      /* BACKGROUND GRADIENT */
      /* OUTLINE RADIUS */
      margin: 0; }
  
  .wpb_single_image.cms_single_image {
    /*------------------------------
      6.16 - ProgressBar
  ------------------------------*/
    /* ProgressBar Layout 1
  -----------------------------------------------------*/ }
    .wpb_single_image.cms_single_image .none-hover-effect > a:hover img {
      -webkit-transform: scale(1);
      -khtml-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
      /* BACKGROUND GRADIENT */
      /* TRANSFORM STYLE */ }
    .wpb_single_image.cms_single_image .none-hover-effect > a:hover .vc_single_image-wrapper:before, .wpb_single_image.cms_single_image .none-hover-effect > a:hover .vc_single_image-wrapper:after {
      filter: alpha(opacity=0);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      -webkit-opacity: 0;
      -khtml-opacity: 0;
      -moz-opacity: 0;
      -ms-opacity: 0;
      -o-opacity: 0;
      opacity: 0;
      /* BACKGROUND GRADIENT */
      /* OUTLINE RADIUS */
      margin: 0; }
    .wpb_single_image.cms_single_image .cms-lightbox, .wpb_single_image.cms_single_image .lightbox {
      display: block; }
    .wpb_single_image.cms_single_image .cms-lightbox > div, .wpb_single_image.cms_single_image .lightbox > div {
      position: relative;
      overflow: hidden;
      -webkit-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
      -khtml-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
      -moz-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
      -ms-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
      -o-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
      transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
      /* BACKGROUND GRADIENT */
      /* TRIPLE BORDERS */ }
    .wpb_single_image.cms_single_image .cms-lightbox > div:before, .wpb_single_image.cms_single_image .lightbox > div:before {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: block;
      background: rgba(16, 16, 16, .85);
      content: '';
      z-index: 2;
      -webkit-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
      -khtml-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
      -moz-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
      -ms-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
      -o-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
      transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
      /* BACKGROUND GRADIENT */
      /* TRIPLE BORDERS */
      filter: alpha(opacity=0);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      -webkit-opacity: 0;
      -khtml-opacity: 0;
      -moz-opacity: 0;
      -ms-opacity: 0;
      -o-opacity: 0;
      opacity: 0;
      /* BACKGROUND GRADIENT */
      /* OUTLINE RADIUS */ }
    .wpb_single_image.cms_single_image .cms-lightbox > div:after, .wpb_single_image.cms_single_image .lightbox > div:after {
      position: absolute;
      width: 30px;
      height: 30px;
      line-height: 30px;
      text-align: center;
      content: "U";
      font-family: ElegantIcons;
      font-weight: 400;
      line-height: 1;
      color: #fff;
      font-size: 26px;
      display: block;
      top: 50%;
      left: 50%;
      margin-top: -20px;
      z-index: 2;
      -webkit-transform: translate(-50%, -50%);
      -khtml-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      /* BACKGROUND GRADIENT */
      /* TRANSFORM STYLE */
      -webkit-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
      -khtml-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
      -moz-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
      -ms-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
      -o-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
      transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
      /* BACKGROUND GRADIENT */
      /* TRIPLE BORDERS */
      filter: alpha(opacity=0);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      -webkit-opacity: 0;
      -khtml-opacity: 0;
      -moz-opacity: 0;
      -ms-opacity: 0;
      -o-opacity: 0;
      opacity: 0;
      /* BACKGROUND GRADIENT */
      /* OUTLINE RADIUS */ }
    .wpb_single_image.cms_single_image .cms-lightbox img, .wpb_single_image.cms_single_image .lightbox img {
      -webkit-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
      -khtml-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
      -moz-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
      -ms-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
      -o-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
      transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
      /* BACKGROUND GRADIENT */
      /* TRIPLE BORDERS */
      width: 100%; }
    .wpb_single_image.cms_single_image .cms-lightbox:hover img, .wpb_single_image.cms_single_image .lightbox:hover img {
      -webkit-transform: scale(1.3) translateZ(0px);
      -khtml-transform: scale(1.3) translateZ(0px);
      -moz-transform: scale(1.3) translateZ(0px);
      -ms-transform: scale(1.3) translateZ(0px);
      -o-transform: scale(1.3) translateZ(0px);
      transform: scale(1.3) translateZ(0px);
      /* BACKGROUND GRADIENT */
      /* TRANSFORM STYLE */ }
    .wpb_single_image.cms_single_image .cms-lightbox:hover .vc_single_image-wrapper:before, .wpb_single_image.cms_single_image .lightbox:hover .vc_single_image-wrapper:before, .wpb_single_image.cms_single_image .cms-lightbox:hover .vc_single_image-wrapper:after, .wpb_single_image.cms_single_image .lightbox:hover .vc_single_image-wrapper:after {
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      -webkit-opacity: 1;
      -khtml-opacity: 1;
      -moz-opacity: 1;
      -ms-opacity: 1;
      -o-opacity: 1;
      opacity: 1;
      /* BACKGROUND GRADIENT */
      /* OUTLINE RADIUS */
      margin: 0; }
    .wpb_single_image.cms_single_image .cms-img-bg {
      position: relative;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      overflow: hidden; }
    .wpb_single_image.cms_single_image .cms-img-bg.vc_single_image-wrapper {
      background-position: 50% 50%;
      background-size: cover;
      background-repeat: no-repeat;
      height: 390px; }
  
  .cms-progress-item-wrap {
    /* ProgressBar Layout 2
  -----------------------------------------------------*/ }
    .cms-progress-item-wrap .cms-progress {
      margin-bottom: 10px;
      -webkit-border-radius: 0;
      -khtml-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      -o-border-radius: 0;
      border-radius: 0;
      /* BACKGROUND GRADIENT */
      -webkit-box-shadow: none;
      -khtml-box-shadow: none;
      -moz-box-shadow: none;
      -ms-box-shadow: none;
      -o-box-shadow: none;
      box-shadow: none;
      /* BACKGROUND GRADIENT */ }
    .cms-progress-item-wrap .progress-bar {
      text-align: left;
      -webkit-box-shadow: none;
      -khtml-box-shadow: none;
      -moz-box-shadow: none;
      -ms-box-shadow: none;
      -o-box-shadow: none;
      box-shadow: none;
      /* BACKGROUND GRADIENT */ }
    .cms-progress-item-wrap .progressbar-inner {
      font-size: 14px;
      font-weight: 400;
      line-height: 25px;
      text-align: left;
      font-family: "Poppins", Arial, Helvetica, sans-serif;
      color: #fff; }
    .cms-progress-item-wrap .cms-progress-title {
      padding-left: 15px; }
  
  .cms-progress-item-wrap.layout2 {
    /*------------------------------
      6.17 Pricing
  ------------------------------*/ }
    .cms-progress-item-wrap.layout2 .cms-progress {
      margin-bottom: 17px; }
    .cms-progress-item-wrap.layout2 .cms-progress-title, .cms-progress-item-wrap.layout2 .progressbar-value {
      padding: 0;
      color: #2a2b2f;
      height: 36px;
      line-height: 36px; }
    .cms-progress-item-wrap.layout2 .progressbar-value {
      font-family: "Open Sans", Arial, Helvetica, sans-serif;
      color: rgba(0, 0, 0, 0.6); }
    .cms-progress-item-wrap.layout2 .progress-bar {
      height: 2px;
      width: 0px;
      background: #2a2b2f; }
    .cms-progress-item-wrap.layout2 .csm-bar-percent {
      position: absolute;
      right: 0px;
      bottom: 0;
      color: rgba(0, 0, 0, .6);
      display: block;
      height: 40px;
      line-height: 40px; }
  
  .cms-grid-pricing .price-content ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .cms-grid-pricing .price-content li {
      margin-bottom: 8px; }
    .cms-grid-pricing .price-button {
      margin-top: 57px;
      /* Pricing layout 1
      ---------------------------------------*/ }
    .cms-grid-pricing.layout1 {
      /* Pricing layout 2
      ---------------------------------------*/ }
    .cms-grid-pricing.layout1 .cms-pricing-item-inner {
      background-color: #dedede;
      text-align: center;
      padding: 76px 30px 126px; }
    .cms-grid-pricing.layout1 .cms-pricing-item-inner.pricing-feature-item {
      background-color: #efefef; }
    .cms-grid-pricing.layout1 .cms-pricing-title {
      font-size: 30px;
      margin-bottom: 23px; }
    .cms-grid-pricing.layout1 .cms-pricing-title.pr-feature {
      font-weight: 600; }
    .cms-grid-pricing.layout1 .price-heading {
      margin-bottom: 46px; }
    .cms-grid-pricing.layout1 .price-heading span {
      display: inline;
      font-size: 18px;
      font-family: "Poppins", Arial, Helvetica, sans-serif; }
    .cms-grid-pricing.layout1 .price-heading .currency {
      position: relative;
      top: -55px; }
    .cms-grid-pricing.layout1 .price-heading .price {
      font-size: 100px;
      line-height: 1;
      color: #2a2b2f;
      font-weight: bold;
      font-family: "Open Sans", Arial, Helvetica, sans-serif; }
    .cms-grid-pricing.layout1 .price-heading .time {
      position: relative; }
    .cms-grid-pricing.layout1 .price-heading .time:before {
      content: '/';
      display: inline; }
    @media screen and (min-width: 768px) {
      .cms-grid-pricing.layout1 {
        /* @media screen and (max-width: 767px) {
              .cms-pricing-item-inner {
                  margin-bottom: 30px;
              }
          } */ }
        .cms-grid-pricing.layout1 .cms-pricing-item-wrap {
          margin: 0; }
          .cms-grid-pricing.layout1 .cms-pricing-item-wrap .cms-grid-item-pricing {
            padding-left: 0;
            padding-right: 0; } }
    .cms-grid-pricing.layout2 .cms-pricing-item-inner {
      border: 3px solid #2a2b2f;
      text-align: center;
      padding: 76px 30px 90px; }
    .cms-grid-pricing.layout2 .cms-pricing-title {
      font-size: 45px;
      margin-bottom: 43px;
      font-weight: 600; }
    .cms-grid-pricing.layout2 .price-heading {
      margin-bottom: 51px; }
    .cms-grid-pricing.layout2 .price-heading span {
      display: inline;
      font-size: 14px;
      font-family: "Poppins", Arial, Helvetica, sans-serif; }
    .cms-grid-pricing.layout2 .price-heading .currency {
      position: relative;
      top: -25px;
      padding-right: 3px; }
    .cms-grid-pricing.layout2 .price-heading .price {
      font-size: 48px;
      line-height: 1;
      color: #2a2b2f;
      font-weight: bold;
      font-family: "Open Sans", Arial, Helvetica, sans-serif; }
    .cms-grid-pricing.layout2 .price-heading .time {
      position: relative; }
    .cms-grid-pricing.layout2 .price-heading .time:before {
      content: '/';
      display: inline; }
  
  .cms-pricing-wrap {
    margin-top: -35px;
    /*------------------------------
      6.18 Counter
  ------------------------------*/ }
    .cms-pricing-wrap .price-content ul {
      margin: 0;
      padding: 0;
      list-style: none; }
    .cms-pricing-wrap .price-content li {
      margin-bottom: 8px; }
    .cms-pricing-wrap .price-button {
      margin-top: 57px;
      /* Pricing layout 1
      ---------------------------------------*/ }
    .cms-pricing-wrap .price-button .cms-button {
      text-transform: none; }
    .cms-pricing-wrap.pricing1 {
      /* Pricing layout 2
      ---------------------------------------*/ }
    .cms-pricing-wrap.pricing1 .cms-pricing-item-inner {
      background-color: #f5f5f5;
      text-align: center;
      padding: 48px 30px 90px; }
    .cms-pricing-wrap.pricing1 .cms-pricing-item-inner.pricing-feature-item {
      background-color: #efefef; }
    .cms-pricing-wrap.pricing1 .cms-pricing-title {
      font-size: 30px;
      margin-bottom: 23px;
      font-weight: 600; }
    .cms-pricing-wrap.pricing1 .price-heading {
      margin-bottom: 46px; }
    .cms-pricing-wrap.pricing1 .price-heading span {
      display: inline;
      font-size: 18px;
      font-family: "Poppins", Arial, Helvetica, sans-serif;
      color: #2a2b2f; }
    .cms-pricing-wrap.pricing1 .price-heading .currency {
      font-size: 30px;
      margin-right: 5px; }
    .cms-pricing-wrap.pricing1 .price-heading .price {
      font-size: 100px;
      line-height: 1;
      color: #2a2b2f;
      font-weight: bold;
      font-family: "Open Sans", Arial, Helvetica, sans-serif; }
    .cms-pricing-wrap.pricing1 .price-heading .time {
      position: relative; }
    .cms-pricing-wrap.pricing1 .price-heading .time:before {
      content: '/';
      display: inline; }
    @media screen and (min-width: 768px) {
      .cms-pricing-wrap.pricing1 {
        /* @media screen and (max-width: 767px) {
              .cms-pricing-item-inner {
                  margin-bottom: 30px;
              }
          } */ }
        .cms-pricing-wrap.pricing1 .cms-pricing-item-wrap {
          margin: 0; }
          .cms-pricing-wrap.pricing1 .cms-pricing-item-wrap .cms-grid-item-pricing {
            padding-left: 0;
            padding-right: 0; } }
    .cms-pricing-wrap.pricing .cms-pricing-item-inner {
      border: 3px solid #2a2b2f;
      text-align: center;
      padding: 48px 30px 126px; }
    .cms-pricing-wrap.pricing .cms-pricing-title {
      font-size: 45px;
      margin-bottom: 43px;
      font-weight: 600; }
    .cms-pricing-wrap.pricing .price-heading {
      margin-bottom: 51px; }
    .cms-pricing-wrap.pricing .price-heading span {
      display: inline;
      font-size: 14px;
      font-family: "Poppins", Arial, Helvetica, sans-serif; }
    .cms-pricing-wrap.pricing .price-heading .currency {
      position: relative;
      top: -25px;
      padding-right: 3px; }
    .cms-pricing-wrap.pricing .price-heading .price {
      font-size: 48px;
      line-height: 1;
      color: #2a2b2f;
      font-weight: bold;
      font-family: "Open Sans", Arial, Helvetica, sans-serif; }
    .cms-pricing-wrap.pricing .price-heading .time {
      position: relative; }
    .cms-pricing-wrap.pricing .price-heading .time:before {
      content: '/';
      display: inline; }
  
  .cms-counter-single {
    /*------------------------------
      6.19 Pie Charts
  ------------------------------*/ }
    .cms-counter-single.bold-layout {
      font-family: "Montserrat", Arial, Helvetica, sans-serif; }
    .cms-counter-single.bold-layout .cms-counter {
      font-size: 70px;
      line-height: 1;
      margin-bottom: 14px;
      color: #2a2b2f;
      font-weight: bold; }
    .cms-counter-single.bold-layout h5 {
      font-family: inherit;
      margin: 0;
      color: #6b6d6f; }
    .cms-counter-single.normal-layout {
      text-align: center; }
    .cms-counter-single.normal-layout .cms-counter {
      font-size: 48px;
      line-height: 1;
      margin-bottom: 14px;
      color: #2a2b2f;
      font-weight: bold;
      font-family: "Open Sans", Arial, Helvetica, sans-serif; }
    .cms-counter-single.normal-layout h5 {
      font-family: inherit;
      margin: 0;
      color: #6b6d6f;
      font-size: 14px;
      font-family: "Poppins", Arial, Helvetica, sans-serif;
      font-weight: 300; }
    @media screen and (max-width: 767px) {
    .cms-counter-single {
      text-align: center;
      margin-bottom: 50px; } }
    .cms-counter-single.light-layout {
      text-align: center; }
    .cms-counter-single.light-layout .cms-counter {
      color: #2a2b2f;
      font-size: 45px;
      font-weight: 100;
      line-height: 45px;
      margin-top: 17px; }
    .cms-counter-single.light-layout h5 {
      margin-bottom: 10px;
      margin-top: 10px;
      font-family: "Poppins", Arial, Helvetica, sans-serif;
      font-size: 14px;
      color: #6b6d6f; }
  
  .vc_pie_chart {
    position: relative;
    margin: 0 auto;
    filter: alpha(opacity=1 !important * 100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1 !important * 100)";
    -webkit-opacity: 1 !important;
    -khtml-opacity: 1 !important;
    -moz-opacity: 1 !important;
    -ms-opacity: 1 !important;
    -o-opacity: 1 !important;
    opacity: 1 !important;
    /* BACKGROUND GRADIENT */
    /* OUTLINE RADIUS */
    /*------------------------------
      6.20 Fancybox single
  ------------------------------*/ }
    .vc_pie_chart .circle-text {
      color: #2a2b2f;
      display: inline-block;
      position: absolute;
      text-align: center;
      width: 100%;
      font-family: "Poppins", Arial, Helvetica, sans-serif;
      font-size: 18px !important;
      font-weight: 600; }
    .vc_pie_chart .circle-info-half {
      font-size: 14px;
      font-weight: 400;
      font-family: "Poppins", Arial, Helvetica, sans-serif;
      margin-top: 5px;
      color: #6b6d6f;
      display: inline-block;
      position: absolute;
      text-align: center;
      width: 100%; }
  
  .cms-fancybox-item {
    /* Fancy box layout 6 */ }
    .cms-fancybox-item.style1 {
      /* Fancy box layout 2 */ }
    .cms-fancybox-item.style1 a {
      display: inline-block; }
    .cms-fancybox-item.style1 a:hover, .cms-fancybox-item.style1 a:focus {
      filter: alpha(opacity=60);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
      -webkit-opacity: 0.6;
      -khtml-opacity: 0.6;
      -moz-opacity: 0.6;
      -ms-opacity: 0.6;
      -o-opacity: 0.6;
      opacity: 0.6;
      /* BACKGROUND GRADIENT */
      /* OUTLINE RADIUS */ }
    .cms-fancybox-item.style1 img {
      width: 100%; }
    .cms-fancybox-item.style2 {
      margin-bottom: 30px;
      text-align: center;
      /* Fancy box layout 3 */ }
    .cms-fancybox-item.style2 i {
      font-size: 44px;
      line-height: 1;
      margin-top: 4px;
      display: block;
      width: auto;
      height: auto;
      color: #2a2b2f; }
    .cms-fancybox-item.style2 h6 {
      font-size: 16px;
      margin-top: 20px;
      margin-bottom: 23px; }
    .cms-fancybox-item.style3 {
      /* Fancy box layout 4 */ }
    .cms-fancybox-item.style3 .fancy-icon {
      color: #2a2b2f;
      font-size: 40px;
      line-height: 40px;
      margin-bottom: 8px; }
    .cms-fancybox-item.style3 .fancy-icon i {
      margin: 0;
      width: inherit;
      height: inherit;
      line-height: inherit;
      vertical-align: inherit; }
    .cms-fancybox-item.style3 .fancy-title {
      font-size: 18px;
      font-weight: normal;
      margin: 0 0 10px;
      text-align: center; }
    .cms-fancybox-item.style3 .icon-big .fancy-icon {
      font-size: 50px;
      line-height: 66px;
      margin-bottom: 0; }
    .cms-fancybox-item.style3 .icon-big .fancy-title {
      margin-bottom: 0; }
    .cms-fancybox-item.style4, .cms-fancybox-item.style8 {
      padding-bottom: 10px;
      padding-left: 55px;
      position: relative;
      font-family: "Montserrat", Arial, Helvetica, sans-serif;
      /* Fancy box layout 5 */ }
    .cms-fancybox-item.style4 .fancy-icon, .cms-fancybox-item.style8 .fancy-icon {
      color: #2a2b2f;
      font-size: 35px;
      left: 0;
      position: absolute;
      top: 0; }
    .cms-fancybox-item.style4 .fancy-icon i, .cms-fancybox-item.style8 .fancy-icon i {
      margin: 0;
      width: inherit;
      height: inherit;
      line-height: inherit;
      vertical-align: inherit; }
    .cms-fancybox-item.style4 .fancy-title, .cms-fancybox-item.style8 .fancy-title {
      font-size: 18px;
      margin-bottom: 5px;
      margin-top: 10px;
      font-weight: bold; }
    .cms-fancybox-item.style4 .fancy-desc, .cms-fancybox-item.style8 .fancy-desc {
      margin-bottom: 10px; }
    .cms-fancybox-item.style5 {
      font-family: "Montserrat", Arial, Helvetica, sans-serif;
      /* Fancy box layout 6 */ }
    .cms-fancybox-item.style5 .fancy-header-wrap {
      margin-bottom: 7px;
      padding: 10px 10px 10px 55px;
      position: relative; }
    .cms-fancybox-item.style5 .fancy-header-wrap .fancy-icon {
      color: #2a2b2f;
      font-size: 36px;
      left: 0;
      position: absolute;
      top: 7px; }
    .cms-fancybox-item.style5 .fancy-header-wrap .fancy-icon i {
      margin: 0;
      width: inherit;
      height: inherit;
      line-height: inherit;
      vertical-align: inherit; }
    .cms-fancybox-item.style5 .fancy-title {
      font-size: 18px;
      margin: 0;
      font-weight: bold; }
    .cms-fancybox-item.style6 {
      /* Fancy box layout 7 */ }
    .cms-fancybox-item.style6 .cms-button {
      text-transform: none;
      letter-spacing: normal; }
    .cms-fancybox-item.style6 .cms-button.has-effect .button-text-anim {
      position: relative;
      left: 0;
      -webkit-transition: left 0.27s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
      -khtml-transition: left 0.27s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
      -moz-transition: left 0.27s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
      -ms-transition: left 0.27s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
      -o-transition: left 0.27s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
      transition: left 0.27s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
      /* BACKGROUND GRADIENT */
      /* TRIPLE BORDERS */ }
    .cms-fancybox-item.style6 .cms-button.has-effect i {
      font-size: 20px;
      height: 20px;
      margin-top: 1px;
      position: absolute;
      top: 50%;
      left: 70%;
      transform: translateY(-50%);
      filter: alpha(opacity=0);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      -webkit-opacity: 0;
      -khtml-opacity: 0;
      -moz-opacity: 0;
      -ms-opacity: 0;
      -o-opacity: 0;
      opacity: 0;
      /* BACKGROUND GRADIENT */
      /* OUTLINE RADIUS */
      -webkit-transition: left 0.27s cubic-bezier(0.3, 0.1, 0.58, 1) 0s, opacity 0.27s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
      -khtml-transition: left 0.27s cubic-bezier(0.3, 0.1, 0.58, 1) 0s, opacity 0.27s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
      -moz-transition: left 0.27s cubic-bezier(0.3, 0.1, 0.58, 1) 0s, opacity 0.27s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
      -ms-transition: left 0.27s cubic-bezier(0.3, 0.1, 0.58, 1) 0s, opacity 0.27s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
      -o-transition: left 0.27s cubic-bezier(0.3, 0.1, 0.58, 1) 0s, opacity 0.27s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
      transition: left 0.27s cubic-bezier(0.3, 0.1, 0.58, 1) 0s, opacity 0.27s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
      /* BACKGROUND GRADIENT */
      /* TRIPLE BORDERS */ }
    .cms-fancybox-item.style6 .cms-button.has-effect:hover .button-text-anim, .cms-fancybox-item.style6 .cms-button.has-effect:focus .button-text-anim {
      left: -11px;
      -webkit-transition: left 0.27s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
      -khtml-transition: left 0.27s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
      -moz-transition: left 0.27s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
      -ms-transition: left 0.27s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
      -o-transition: left 0.27s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
      transition: left 0.27s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
      /* BACKGROUND GRADIENT */
      /* TRIPLE BORDERS */ }
      .cms-fancybox-item.style6 .cms-button.has-effect:hover i, .cms-fancybox-item.style6 .cms-button.has-effect:focus i {
        left: 76%;
        filter: alpha(opacity=100);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-opacity: 1;
        -khtml-opacity: 1;
        -moz-opacity: 1;
        -ms-opacity: 1;
        -o-opacity: 1;
        opacity: 1;
        /* BACKGROUND GRADIENT */
        /* OUTLINE RADIUS */
        -webkit-transition: left 0.27s cubic-bezier(0.3, 0.1, 0.58, 1) 0s, opacity 0.27s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
        -khtml-transition: left 0.27s cubic-bezier(0.3, 0.1, 0.58, 1) 0s, opacity 0.27s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
        -moz-transition: left 0.27s cubic-bezier(0.3, 0.1, 0.58, 1) 0s, opacity 0.27s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
        -ms-transition: left 0.27s cubic-bezier(0.3, 0.1, 0.58, 1) 0s, opacity 0.27s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
        -o-transition: left 0.27s cubic-bezier(0.3, 0.1, 0.58, 1) 0s, opacity 0.27s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
        transition: left 0.27s cubic-bezier(0.3, 0.1, 0.58, 1) 0s, opacity 0.27s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
        /* BACKGROUND GRADIENT */
        /* TRIPLE BORDERS */ }
    .cms-fancybox-item.style6 .line5-100 {
      position: relative;
      padding-bottom: 17px; }
    .cms-fancybox-item.style6 .line5-100:before {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100px;
      border-top: 5px solid; }
    .cms-fancybox-item.style7 .fancy-header-wrap {
      margin-bottom: 7px;
      padding: 10px 10px 10px 55px;
      position: relative; }
    .cms-fancybox-item.style7 .fancy-header-wrap .fancy-icon {
      color: #2a2b2f;
      font-size: 36px;
      left: 0;
      position: absolute;
      top: 7px; }
    .cms-fancybox-item.style7 .fancy-header-wrap .fancy-icon i {
      margin: 0;
      width: inherit;
      height: inherit;
      line-height: inherit;
      vertical-align: inherit; }
    .cms-fancybox-item.style7 .fancy-title {
      font-size: 18px;
      margin: 0; }
    .cms-fancybox-item.style7 .fancy-desc {
      /* color: #6b6d6f; */
      font-family: "Open Sans", Arial, Helvetica, sans-serif; }
    .cms-fancybox-item.style7 .no-icon .fancy-header-wrap {
      padding: 0;
      margin: 7px 0; }
    .cms-fancybox-item.style7 .no-icon .fancy-desc {
      margin-bottom: 10px; }
    .cms-fancybox-item.style7 .icon-normal .fancy-header-wrap {
      padding-bottom: 15px;
      padding-left: 52px;
      padding-top: 0;
      margin: 0; }
    .cms-fancybox-item.style7 .icon-normal .fancy-header-wrap .fancy-icon {
      font-size: 30px;
      top: 0; }
    .cms-fancybox-item.style7 .icon-normal .fancy-header-wrap .fancy-title {
      font-size: 16px; }
    .cms-fancybox-item.style7 .icon-big .fancy-header-wrap {
      padding: 10px 0 10px 70px; }
    .cms-fancybox-item.style7 .icon-big .fancy-header-wrap .fancy-icon {
      font-size: 45px;
      top: 7px; }
    .cms-fancybox-item.style7 .icon-big .fancy-header-wrap .fancy-title {
      font-size: 24px;
      margin: 0 0 10px; }
    .cms-fancybox-item.style8 {
      padding-bottom: 10px;
      padding-left: 47px; }
    .cms-fancybox-item.style8 .fancy-icon {
      font-size: 30px;
      top: 2px; }
    .cms-fancybox-item.style8 .fancy-title {
      font-size: 16px;
      margin: 5px 0;
      font-weight: 400; }
    .cms-fancybox-item.style8 .fancy-desc {
      font-family: "Open Sans", Arial, Helvetica, sans-serif; }
    .cms-fancybox-item.style9 .cis-cont {
      padding-left: 65px;
      position: relative; }
    .cms-fancybox-item.style9 .cis-icon {
      color: #6b6d6f;
      font-size: 35px;
      left: 0;
      position: absolute;
      top: 25px; }
    .cms-fancybox-item.style9 .cis-icon i {
      width: auto;
      height: auto;
      line-height: inherit; }
    .cms-fancybox-item.style9 .cis-icon i :before {
      line-height: inherit; }
    .cms-fancybox-item.style9 .cis-text {
      padding: 16px 0 18px; }
    .cms-fancybox-item.style9 .cis-text h3 {
      font-size: 18px;
      font-weight: normal;
      line-height: 26px;
      margin: 0; }
    .cms-fancybox-item.style9 .cis-text .fancy-desc {
      font-size: 13px; }
    .cms-fancybox-item.style10 .fancy-style10-inner {
      padding-bottom: 10px;
      padding-left: 55px;
      position: relative; }
    .cms-fancybox-item.style10 .fancy-number {
      color: #2a2b2f;
      font-size: 35px;
      left: 0;
      position: absolute;
      top: 0; }
    .cms-fancybox-item.style10 .fancy-title {
      color: #2a2b2f;
      font-size: 18px;
      margin-bottom: 5px;
      margin-top: 10px; }
  
  .vc_col-has-fill > .vc_column-inner .cms-fancybox-item.style6 {
    margin-top: -35px; }
  
  .heading-300 {
    /*------------------------------
      6.21 Grid WooCommerce
  ------------------------------*/ }
    .heading-300 .cms-fancybox-item.style7 .icon-big .fancy-header-wrap .fancy-title {
      font-weight: 300; }
  
  .template-cms_grid--shop {
    /*------------------------------
      6.22 Grid Testimonials
  ------------------------------*/ }
    .template-cms_grid--shop .cms-filter-wrap {
      padding-left: 0;
      padding-right: 0;
      text-align: center; }
    .template-cms_grid--shop .cms-filter-wrap .cms-filter-category {
      margin-bottom: 23px; }
    .template-cms_grid--shop .cms-filter-wrap ul {
      display: inline-block; }
    .template-cms_grid--shop .cms-filter-wrap ul a {
      font-family: "Open Sans", Arial, Helvetica, sans-serif; }
    .template-cms_grid--shop .pb-55.cms-product {
      padding-bottom: 50px !important; }
    .template-cms_grid--shop .cms-woo-item-wrap {
      padding-top: 25px; }
    .template-cms_grid--shop .cms-woo-item-wrap .onsale {
      top: 0; }
  
  .template-cms_grid--testimonials {
    /*------------------------------
      6.23 CMS Latest Blog
  ------------------------------*/
    /* Layout 1
  ------------------------------*/ }
    .template-cms_grid--testimonials .cms-testimonials-wrap.layout4 {
      background-color: transparent;
      padding: 0 15px; }
    .template-cms_grid--testimonials .cms-testimonials-wrap .author-testimonial {
      font-weight: 400; }
    .template-cms_grid--testimonials .cms-testimonials-wrap .cms-img-container {
      border-color: transparent; }
    .template-cms_grid--testimonials.cms-grid-testimonials-layout2 .cms-testi-text {
      background-color: #f5f5f5;
      margin-bottom: 20px;
      padding: 33px 35px 32px;
      -webkit-border-radius: 4px;
      -khtml-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      -o-border-radius: 4px;
      border-radius: 4px;
      /* BACKGROUND GRADIENT */ }
    .template-cms_grid--testimonials.cms-grid-testimonials-layout2 .cms-testi-author-wrap {
      margin-top: 0; }
    .template-cms_grid--testimonials.cms-grid-testimonials-layout2 .cms-testi-author-wrap .cms-img-container {
      margin: 0 20px 0 0;
      width: 60px;
      height: 60px;
      border: none; }
    .template-cms_grid--testimonials.cms-grid-testimonials-layout2 .cms-testi-author-wrap .cms-small-author {
      font-size: 13px;
      line-height: 20px;
      padding-top: 10px;
      font-family: "Open Sans", Arial, Helvetica, sans-serif; }
  
  .latest-blog-wrap.layout1 {
    /* Layout 2
      ------------------------------*/ }
    .latest-blog-wrap.layout1 .entry-feature {
      margin-bottom: 27px; }
    .latest-blog-wrap.layout1 .entry-feature a:hover, .latest-blog-wrap.layout1 .entry-feature a:focus {
      filter: alpha(opacity=60);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
      -webkit-opacity: 0.6;
      -khtml-opacity: 0.6;
      -moz-opacity: 0.6;
      -ms-opacity: 0.6;
      -o-opacity: 0.6;
      opacity: 0.6;
      /* BACKGROUND GRADIENT */
      /* OUTLINE RADIUS */ }
    .latest-blog-wrap.layout1 .entry-title {
      font-size: 16px;
      font-weight: 400;
      line-height: 26px;
      margin: 0; }
    .latest-blog-wrap.layout1 .entry-metadata {
      margin: 0;
      padding: 0;
      list-style: none;
      font-size: 13px;
      margin-bottom: 14px;
      color: #a3a6a8; }
    .latest-blog-wrap.layout1 .entry-metadata li {
      display: inline-block; }
    .latest-blog-wrap.layout1 .entry-metadata li:first-child:before {
      display: none; }
    .latest-blog-wrap.layout1 .entry-metadata li:before {
      color: #a3a6a8;
      content: "/";
      display: inline-block;
      font-size: 13px;
      padding: 0 5px; }
    .latest-blog-wrap.layout1 .entry-metadata li a {
      color: #a3a6a8; }
      .latest-blog-wrap.layout1 .entry-metadata li a:hover, .latest-blog-wrap.layout1 .entry-metadata li a:focus {
        color: #2a2b2f; }
    .latest-blog-wrap.layout2 {
      background-color: #eee; }
    @media screen and (min-width: 992px) {
      .latest-blog-wrap.layout2 .col-md-6.pr-0 {
        padding-right: 0; }
        .latest-blog-wrap.layout2 .col-md-6.pl-0 {
          padding-left: 0; }
  
      .latest-blog-wrap.layout2 .cms-latest-blog:nth-child(2n) .pr-0 {
        float: right;
        padding-left: 0;
        padding-right: 15px; }
        .latest-blog-wrap.layout2 .cms-latest-blog:nth-child(2n) .pl-0 {
          float: left;
          padding-left: 15px;
          padding-right: 0; } }
    .latest-blog-wrap.layout2 .entry-feature a:hover, .latest-blog-wrap.layout2 .entry-feature a:focus {
      filter: alpha(opacity=60);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
      -webkit-opacity: 0.6;
      -khtml-opacity: 0.6;
      -moz-opacity: 0.6;
      -ms-opacity: 0.6;
      -o-opacity: 0.6;
      opacity: 0.6;
      /* BACKGROUND GRADIENT */
      /* OUTLINE RADIUS */ }
    .latest-blog-wrap.layout2 .entry-feature img {
      width: 100%; }
    .latest-blog-wrap.layout2 .entry-header {
      height: 395px;
      margin: 0 auto;
      max-width: 400px;
      position: relative; }
    @media screen and (max-width: 1024px) {
        .latest-blog-wrap.layout2 .entry-header {
          height: 325px; } }
    @media screen and (max-width: 767px) {
        .latest-blog-wrap.layout2 .entry-header {
          height: 260px;
          max-width: 280px; } }
    @media screen and (max-width: 320px) {
        .latest-blog-wrap.layout2 .entry-header {
          max-width: 210px; } }
    .latest-blog-wrap.layout2 .entry-header .entry-header-inner {
      position: absolute;
      top: 50%;
      transform: translateY(-50%); }
    .latest-blog-wrap.layout2 .entry-header .entry-title {
      font-size: 24px;
      font-weight: 600;
      line-height: 30px;
      margin: 0 0 5px;
      font-family: "Montserrat", Arial, Helvetica, sans-serif; }
    .latest-blog-wrap.layout2 .entry-header .entry-title a:hover {
      color: #97999c; }
    .latest-blog-wrap.layout2 .entry-header .entry-metadata {
      margin: 0;
      padding: 0;
      list-style: none;
      font-size: 13px;
      margin-bottom: 14px;
      color: #a3a6a8; }
    .latest-blog-wrap.layout2 .entry-header .entry-metadata li {
      display: inline-block; }
      .latest-blog-wrap.layout2 .entry-header .entry-metadata li:first-child:before {
        display: none; }
      .latest-blog-wrap.layout2 .entry-header .entry-metadata li:before {
        color: #a3a6a8;
        content: "/";
        display: inline-block;
        font-size: 13px;
        padding: 0 5px; }
      .latest-blog-wrap.layout2 .entry-header .entry-metadata li a {
        color: #a3a6a8; }
      .latest-blog-wrap.layout2 .entry-header .entry-metadata li a:hover, .latest-blog-wrap.layout2 .entry-header .entry-metadata li a:focus {
        color: #2a2b2f; }
  
  .latest-blog-readmore {
    display: block;
    text-align: center;
    font-size: 16px;
    margin-top: 40px;
    font-weight: bold; }
  
  .latest-blog-heading h2 {
    font-size: 32px;
    line-height: 40px;
    margin: 0;
    font-weight: 300; }
    .latest-blog-heading h2 a {
      float: right;
      display: inline-block;
      color: #6b6d6f;
      font-size: 14px;
      font-weight: 400; }
    .latest-blog-heading h2 a:hover, .latest-blog-heading h2 a:focus {
      color: #2a2b2f; }
  
  .latest-blog-fullwidth .entry-wrap {
    padding: 15px 0; }
    .latest-blog-fullwidth .entry-title {
      font-size: 24px;
      font-weight: 400;
      line-height: 33px;
      margin: 0; }
    .latest-blog-fullwidth .entry-metadata {
      list-style: none;
      padding: 0;
      margin: 0 0 14px;
      font-size: 16px;
      color: #a3a6a8;
      /* Latest blog layout 4 */ }
    .latest-blog-fullwidth .entry-metadata li {
      float: left; }
    .latest-blog-fullwidth .entry-metadata li + li:before {
      content: '|';
      display: inline-block;
      padding: 0 7px;
      /* &:first-child:before {
                  display: none;
              } */ }
    .latest-blog-fullwidth .entry-metadata a {
      color: #a3a6a8; }
    .latest-blog-fullwidth .entry-metadata a:hover, .latest-blog-fullwidth .entry-metadata a:focus {
      color: #2a2b2f; }
    .latest-blog-fullwidth .date-wrap {
      left: 15px;
      position: absolute;
      top: 24px; }
    .latest-blog-fullwidth .date-wrap .date-num {
      font-size: 35px;
      font-weight: 100; }
    .latest-blog-fullwidth .date-wrap .month-num {
      font-size: 13px;
      padding-left: 8px; }
    .latest-blog-fullwidth .title-wrap {
      border-left: 1px solid #c9cacb;
      margin-left: 120px;
      padding: 15px 0 15px 20px; }
    .latest-blog-fullwidth .title-wrap h3 {
      font-size: 16px;
      font-weight: normal;
      line-height: 26px;
      margin: 0; }
    .latest-blog-fullwidth .entry-meta-wrap {
      font-size: 13px; }
    .latest-blog-fullwidth .entry-meta-wrap span {
      color: #a3a6a8;
      font-size: 13px; }
    .latest-blog-fullwidth .entry-meta-wrap span + span:before {
      content: '/';
      display: inline-block;
      padding: 0 7px; }
    .latest-blog-fullwidth .entry-meta-wrap a {
      color: #a3a6a8; }
    .latest-blog-fullwidth .entry-meta-wrap a:hover, .latest-blog-fullwidth .entry-meta-wrap a:focus {
      color: #2a2b2f; }
  
  .heading-400 .latest-blog-heading h2 {
    font-weight: 400;
    /*------------------------------
      6.24 CMS Team
  ------------------------------*/ }
  
  .cms-team-wrap {
    overflow: hidden; }
  
  .cms-team-inner {
    /* Grid readmore button */ }
    .cms-team-inner .team-image img {
      -webkit-border-radius: 50%;
      -khtml-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%;
      /* BACKGROUND GRADIENT */ }
    .cms-team-inner .team-title {
      font-size: 18px;
      line-height: 24px;
      margin: 0;
      padding-bottom: 5px;
      padding-top: 40px; }
    .cms-team-inner .team-role {
      display: inline-block; }
    .cms-team-inner .team-scials-wrap {
      margin: 15px 0 0;
      padding: 0;
      list-style: none; }
    .cms-team-inner .team-scials-wrap li {
      display: inline-block;
      margin: 0 5px;
      font-size: 18px; }
    .cms-team-inner .team-scials-wrap a {
      color: #97999c;
      font-size: 14px; }
    .cms-team-inner .team-scials-wrap a:hover, .cms-team-inner .team-scials-wrap a:focus {
      color: #2a2b2f; }
  
  .cms-grid-viewall {
    position: relative;
    /*------------------------------
      6.25 CMS Background Image
  ------------------------------*/ }
    .cms-grid-viewall a {
      background: #eee;
      display: block;
      font-family: "Poppins", Arial, Helvetica, sans-serif;
      font-size: 16px;
      font-weight: normal;
      line-height: 18px;
      padding-bottom: 37px;
      padding-top: 40px;
      text-align: center;
      position: relative;
      color: #2a2b2f; }
    .cms-grid-viewall a span {
      position: relative;
      z-index: 2; }
    .cms-grid-viewall a:hover, .cms-grid-viewall a:focus {
      background-color: #939598;
      color: #fff; }
    .cms-grid-viewall.full a:before {
      background-color: #eee;
      content: "";
      display: block;
      height: 100%;
      position: absolute;
      right: -4000px;
      top: 0;
      width: 10000px;
      -webkit-transition: all 0.3s ease 0s;
      -khtml-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -ms-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      /* BACKGROUND GRADIENT */
      /* TRIPLE BORDERS */ }
    .cms-grid-viewall.full a:hover:before, .cms-grid-viewall.full a:focus:before {
      background-color: #939598; }
  
  .cms-bgimage-wrap .cms-bgimage-inner {
    /* position: relative; */
    height: 100%; }
    @media screen and (max-width: 992px) {
      .cms-bgimage-wrap .cms-bgimage-inner {
        height: 390px; } }
    .cms-bgimage-wrap .pos-abs {
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      overflow: hidden; }
    .cms-bgimage-wrap .pos-abs .cms-bgimage {
      background-position: 50% 50%;
      background-repeat: no-repeat;
      background-size: cover;
      height: 100%; }
  
  .cms-show-listimage .cms-show-listimage-inner {
    width: 416px;
    height: 300px;
    position: relative;
    margin: 0 auto; }
    .cms-show-listimage img {
      position: absolute;
      top: 0px;
      left: 0; }
  
  .cms-show-lists-app {
    text-align: center;
    /*------------------------------
      6.26 CMS Progress
  ------------------------------*/ }
    .cms-show-lists-app.text-left {
      text-align: left; }
    .cms-show-lists-app.text-right {
      text-align: right; }
    .cms-show-lists-app a {
      color: #fff;
      display: inline-block;
      font-size: 65px;
      line-height: 45px;
      padding: 20px 20px 0 20px;
      vertical-align: top; }
    .cms-show-lists-app a img {
      vertical-align: top; }
    .cms-show-lists-app a:hover, .cms-show-lists-app a:focus {
      filter: alpha(opacity=70);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
      -webkit-opacity: 0.7;
      -khtml-opacity: 0.7;
      -moz-opacity: 0.7;
      -ms-opacity: 0.7;
      -o-opacity: 0.7;
      opacity: 0.7;
      /* BACKGROUND GRADIENT */
      /* OUTLINE RADIUS */ }
  
  .pos-l-12 {
    left: 12px; }
  
  .cms-progress-wrap {
    margin-top: -35px;
    /*------------------------------
      6.27 Countdown
  ------------------------------*/ }
    .cms-progress-wrap.font-montserrat h3 {
      font-family: "Montserrat", Arial, Helvetica, sans-serif;
      font-weight: bold; }
    .cms-progress-wrap.font-montserrat .work-proc2-a-text {
      font-family: "Montserrat", Arial, Helvetica, sans-serif; }
    .cms-progress-wrap .cms-process {
      margin: 0 auto;
      max-width: 320px;
      padding: 45px 20px 20px 98px;
      position: relative; }
    .cms-progress-wrap .cms-process strong {
      font-weight: 600; }
    .cms-progress-wrap .proc-icon {
      color: #2a2b2f;
      font-size: 60px;
      font-weight: 700;
      left: 0;
      line-height: 60px;
      position: absolute;
      top: 55px; }
    .cms-progress-wrap .proc-icon.font-normal {
      font-weight: 500; }
    .cms-progress-wrap h3 {
      font-size: 18px;
      margin-bottom: 5px;
      margin-top: 10px; }
    .cms-progress-wrap .work-proc2-a {
      font-size: 40px;
      font-weight: 600;
      line-height: 50px;
      font-family: "Poppins", Arial, Helvetica, sans-serif; }
    .cms-progress-wrap .cms-process-a {
      margin: 0 auto;
      max-width: 320px;
      position: relative; }
    .cms-progress-wrap .cms-process-a:hover, .cms-progress-wrap .cms-process-a:focus {
      color: #2a2b2f; }
    .cms-progress-wrap .cms-process-a:hover .work-proc2-a-text, .cms-progress-wrap .cms-process-a:focus .work-proc2-a-text {
      color: #2a2b2f; }
    .cms-progress-wrap .cms-process-a:hover .work-proc2-a-text, .cms-progress-wrap .cms-process-a:focus .work-proc2-a-text {
      left: 30px;
      -webkit-transition: left 0.27s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
      -khtml-transition: left 0.27s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
      -moz-transition: left 0.27s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
      -ms-transition: left 0.27s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
      -o-transition: left 0.27s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
      transition: left 0.27s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
      /* BACKGROUND GRADIENT */
      /* TRIPLE BORDERS */ }
    .cms-progress-wrap .cms-process-a:hover .work-proc2-bg-block, .cms-progress-wrap .cms-process-a:focus .work-proc2-bg-block {
      background: #5bd3be;
      -webkit-transition: background 0.27s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
      -khtml-transition: background 0.27s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
      -moz-transition: background 0.27s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
      -ms-transition: background 0.27s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
      -o-transition: background 0.27s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
      transition: background 0.27s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
      /* BACKGROUND GRADIENT */
      /* TRIPLE BORDERS */ }
    .cms-progress-wrap .work-proc2-a-text {
      left: 0;
      position: absolute;
      top: 44px;
      -webkit-transition: left 0.27s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
      -khtml-transition: left 0.27s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
      -moz-transition: left 0.27s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
      -ms-transition: left 0.27s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
      -o-transition: left 0.27s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
      transition: left 0.27s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
      /* BACKGROUND GRADIENT */
      /* TRIPLE BORDERS */ }
    .cms-progress-wrap .work-proc2-bg-block {
      background: #f6e701;
      height: 200px;
      margin-left: 60px;
      width: 200px;
      -webkit-transition: background 0.27s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
      -khtml-transition: background 0.27s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
      -moz-transition: background 0.27s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
      -ms-transition: background 0.27s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
      -o-transition: background 0.27s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
      transition: background 0.27s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
      /* BACKGROUND GRADIENT */
      /* TRIPLE BORDERS */ }
    .cms-progress-wrap .border-bot {
      border-bottom: 3px solid #2a2b2f; }
  
  .countdown-item-container {
    float: left;
    margin: 35px 50px 20px 0; }
    .countdown-item-container .countdown-amount {
      display: block;
      font-weight: 700;
      font-size: 60px;
      line-height: 60px;
      color: #2a2b2f; }
    .countdown-item-container .countdown-period {
      display: block;
      color: #2a2b2f;
      font-family: "Poppins", Arial, Helvetica, sans-serif; }
    .countdown-item-container .countdown-period:first-letter {
      text-transform: uppercase; }
    @media screen and (max-width: 1367px) {
    .countdown-item-container {
      margin-right: 30px; }
      .countdown-item-container .countdown-amount {
        font-size: 45px;
        line-height: 45px; } }
    @media only screen and (max-width: 480px) {
    .countdown-item-container {
      margin: 10px 20px 0px 0; }
      .countdown-item-container .countdown-amount {
        font-size: 28px;
        line-height: 32px; } }
  
  @media only screen and (max-width: 480px) {
    /*------------------------------
      6.28 Social
  ------------------------------*/
      .cms-countdown {
        margin-bottom: 20px; } }
  
  .social-indiv-inner {
    list-style: none;
    margin: 40px 0 0;
    padding: 0 0 7px; }
    .social-indiv-inner li {
      display: inline-block; }
    .social-indiv-inner a {
      display: inline-block;
      font-size: 16px;
      padding: 9px 10.5px; }
  
  .icon-large .social-indiv-inner a {
    font-size: 18px;
    padding: 12px 14px;
    /*------------------------------
      6.29 HighLight
  ------------------------------*/ }
  
  .cms-highlight-gray {
    background-color: #c0c0c0;
    color: #fff; }
  
  .cms-highlight-yellow {
    background-color: #ffea00;
    color: #2a2b2f;
    padding: 0 3px;
    /*------------------------------
      6.30 Clients
  ------------------------------*/ }
  
  .cms-grid-clients-wrap {
    /*------------------------------
      6.31 News Tweet
  ------------------------------*/ }
    .cms-grid-clients-wrap.layout2 .client-item {
      padding-bottom: 20px;
      padding-top: 20px;
      border-left: 1px solid #eee; }
    .cms-grid-clients-wrap.layout2 .client-item:first-child {
      border-left: none; }
    .cms-grid-clients-wrap.layout2 .row:nth-child(2n) {
      border-top: 1px solid #eee; }
  
  .news-twitter-item {
    /*------------------------------
      6.32 Landing Item
  ------------------------------*/ }
    .news-twitter-item .fa-twitter {
      color: #3cf;
      display: inline-block;
      font-size: 24px;
      margin-right: 15px;
      float: left;
      -webkit-transition: all 0.3s ease 0s;
      -khtml-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -ms-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      /* BACKGROUND GRADIENT */
      /* TRIPLE BORDERS */ }
    .news-twitter-item .tweet-time {
      margin-bottom: 7px;
      display: inline-block;
      float: left; }
    .news-twitter-item .tweet-text {
      display: inline-block;
      padding: 0 0 15px;
      font-size: 14px;
      text-align: left; }
    .news-twitter-item .white-layout .tweet-time {
      color: #fff; }
    .news-twitter-item .white-layout .tweet-text {
      color: rgba(255, 255, 255, 0.7); }
    .news-twitter-item .white-layout .tweet-text a {
      color: #fff; }
    .news-twitter-item .white-layout .tweet-text a:hover, .news-twitter-item .white-layout .tweet-text a:focus {
      color: rgba(255, 255, 255, 0.7); }
    .news-twitter-item .gray-layout .tweet-time {
      color: #2a2b2f; }
  
  .landing-item-wrap .landing-item-image {
    overflow: hidden;
    position: relative; }
    .landing-item-wrap .landing-item-image:before {
      content: '';
      background: rgba(255, 255, 255, 0);
      display: block;
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%;
      -webkit-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
      -khtml-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
      -moz-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
      -ms-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
      -o-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
      transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
      /* BACKGROUND GRADIENT */
      /* TRIPLE BORDERS */ }
    .landing-item-wrap .landing-item-image img {
      display: block;
      overflow: hidden;
      width: 100%;
      -webkit-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
      -khtml-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
      -moz-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
      -ms-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
      -o-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
      transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
      /* BACKGROUND GRADIENT */
      /* TRIPLE BORDERS */ }
    .landing-item-wrap .landing-item-cont {
      padding: 20px 40px 40px;
      width: 100%;
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      z-index: 2;
      -webkit-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
      -khtml-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
      -moz-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
      -ms-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
      -o-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
      transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
      /* BACKGROUND GRADIENT */
      /* TRIPLE BORDERS */
      filter: alpha(opacity=0);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      -webkit-opacity: 0;
      -khtml-opacity: 0;
      -moz-opacity: 0;
      -ms-opacity: 0;
      -o-opacity: 0;
      opacity: 0;
      /* BACKGROUND GRADIENT */
      /* OUTLINE RADIUS */ }
    .landing-item-wrap .landing-item-cont .btn-head {
      color: #fff;
      font-size: 26px;
      left: 50%;
      position: absolute;
      top: 50%;
      -webkit-transform: translateX(-50%);
      -khtml-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
      /* BACKGROUND GRADIENT */
      /* TRANSFORM STYLE */
      -webkit-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
      -khtml-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
      -moz-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
      -ms-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
      -o-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
      transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
      /* BACKGROUND GRADIENT */
      /* TRIPLE BORDERS */ }
    .landing-item-wrap .landing-item-cont h4 {
      font-size: 18px;
      letter-spacing: normal;
      margin: 21px 0 19px; }
    .landing-item-wrap a.lightbox-item {
      position: relative;
      display: block;
      -webkit-box-shadow: rgba(65, 65, 65, 0.35) 0 26px 40px -24px;
      -khtml-box-shadow: rgba(65, 65, 65, 0.35) 0 26px 40px -24px;
      -moz-box-shadow: rgba(65, 65, 65, 0.35) 0 26px 40px -24px;
      -ms-box-shadow: rgba(65, 65, 65, 0.35) 0 26px 40px -24px;
      -o-box-shadow: rgba(65, 65, 65, 0.35) 0 26px 40px -24px;
      box-shadow: rgba(65, 65, 65, 0.35) 0 26px 40px -24px;
      /* BACKGROUND GRADIENT */
      /* BOX SIZING */ }
    .landing-item-wrap a.lightbox-item:hover .landing-item-image:before, .landing-item-wrap a.lightbox-item:focus .landing-item-image:before {
      background: rgba(16, 16, 16, 0.85);
      z-index: 1; }
    .landing-item-wrap a.lightbox-item:hover .landing-item-image img, .landing-item-wrap a.lightbox-item:focus .landing-item-image img {
      -webkit-transform: scale(1.3) translateZ(0px);
      -khtml-transform: scale(1.3) translateZ(0px);
      -moz-transform: scale(1.3) translateZ(0px);
      -ms-transform: scale(1.3) translateZ(0px);
      -o-transform: scale(1.3) translateZ(0px);
      transform: scale(1.3) translateZ(0px);
      /* BACKGROUND GRADIENT */
      /* TRANSFORM STYLE */ }
    .landing-item-wrap a.lightbox-item:hover .landing-item-cont, .landing-item-wrap a.lightbox-item:focus .landing-item-cont {
      padding-top: 40px;
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      -webkit-opacity: 1;
      -khtml-opacity: 1;
      -moz-opacity: 1;
      -ms-opacity: 1;
      -o-opacity: 1;
      opacity: 1;
      /* BACKGROUND GRADIENT */
      /* OUTLINE RADIUS */ }
    .landing-item-wrap a.lightbox-item:hover .landing-item-cont .btn-head, .landing-item-wrap a.lightbox-item:focus .landing-item-cont .btn-head {
      -webkit-transform: translate(-50%, -50%);
      -khtml-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      /* BACKGROUND GRADIENT */
      /* TRANSFORM STYLE */ }
      .landing-item-wrap a.lightbox-item:hover .landing-item-cont .btn-head h4, .landing-item-wrap a.lightbox-item:focus .landing-item-cont .btn-head h4 {
        color: #fff; }
  
  .widget {
    margin-bottom: 65px;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    overflow: hidden;
    line-height: 25px; }
    .widget:after, .widget:before {
      display: table;
      content: ''; }
    .widget .wg-title {
      color: #2a2b2f;
      font-size: 20px;
      font-weight: 400;
      margin: 0px 0 20px;
      font-family: "Poppins", Arial, Helvetica, sans-serif;
      line-height: 1.25; }
    .widget ul, .widget ol {
      list-style-type: none;
      padding: 0;
      margin: 0; }
    .widget ul ul, .widget ol ul {
      padding-left: 20px; }
    .widget li {
      margin-bottom: 14px; }
    .widget li a {
      font-family: "Poppins", Arial, Helvetica, sans-serif; }
  
  .widget_text select {
    width: 100%; }
  
  .widget_nav_menu ul.sub-menu {
    padding: 0;
    margin-left: 14px; }
    .widget_nav_menu.affix {
      position: fixed !important; }
    .widget_nav_menu.affix .is-one-page.current {
      color: #000; }
  
  .textwidget option {
    padding: 10px 0; }
  
  .widget_pages ul li, .widget_categories ul li, .widget_nav_menu ul li {
    width: 100%;
    clear: both;
    margin: 0;
    padding: 0; }
    .widget_pages ul li a, .widget_categories ul li a, .widget_nav_menu ul li a {
      display: inline-block;
      padding-bottom: 7px; }
  
  .elementy-custom-widget-nav {
    /* Calendar
  ------------------------------*/ }
    .elementy-custom-widget-nav .widget_nav_menu ul li {
      line-height: 25px;
      padding-bottom: 7px; }
  
  .widget_calendar {
    /* Tag Cloud
  ------------------------------*/ }
    .widget_calendar caption {
      margin-bottom: 10px; }
    .widget_calendar thead th {
      text-align: center;
      padding: 0;
      text-transform: uppercase;
      font-weight: bold; }
    .widget_calendar table, .widget_calendar table td {
      border-collapse: separate;
      border-spacing: 1px; }
    .widget_calendar table {
      width: 100%; }
    .widget_calendar table tbody td {
      text-align: center;
      padding: 6px 10px; }
    .widget_calendar tbody .pad {
      background: transparent; }
    .widget_calendar tbody td {
      background: #eee; }
    .widget_calendar tbody td#today {
      background: gray;
      color: #fff; }
    .widget_calendar tbody a {
      font-weight: bold; }
  
  .widget_tag_cloud .tagcloud a, .widget_product_tag_cloud .tagcloud a {
    font-size: 12px !important;
    line-height: 25px;
    border: 1px solid #e9e9e9;
    display: inline-block;
    margin: 0 2px 5px 0;
    padding: 4px 13px 3px;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    /* BACKGROUND GRADIENT */
    /* List Authors
  ------------------------------*/ }
    .widget_tag_cloud .tagcloud a:hover, .widget_product_tag_cloud .tagcloud a:hover {
      background: #2a2b2f;
      color: #fff;
      border-color: #2a2b2f; }
  
  .widget-area .widget .list_authors {
    /* Newletter
  ------------------------------*/ }
    .widget-area .widget .list_authors li {
      display: inline-block;
      border: none;
      padding: 0; }
    .widget-area .widget .list_authors li a img {
      -webkit-border-radius: 3px;
      -khtml-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      -o-border-radius: 3px;
      border-radius: 3px;
      /* BACKGROUND GRADIENT */ }
  
  .newsletter-widget {
    /* Search
  ------------------------------*/ }
    .newsletter-widget form {
      position: relative; }
    .newsletter-widget p {
      margin-bottom: 0; }
    .newsletter-widget .newsletter-email {
      width: 100%;
      border: none;
      border-bottom: 1px solid #67686b; }
    .newsletter-widget .newsletter-submit {
      border: none;
      position: absolute;
      right: 0;
      top: 10px; }
  
  .searchform {
    position: relative; }
    .searchform input {
      width: 100%;
      padding: 8px 20px 5px 0;
      border-color: #ccc; }
    .searchform input::-webkit-input-placeholder {
      color: #2a2b2f;
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      -webkit-opacity: 1;
      -khtml-opacity: 1;
      -moz-opacity: 1;
      -ms-opacity: 1;
      -o-opacity: 1;
      opacity: 1;
      /* BACKGROUND GRADIENT */
      /* OUTLINE RADIUS */ }
    .searchform input::-moz-placeholder {
      color: #2a2b2f;
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      -webkit-opacity: 1;
      -khtml-opacity: 1;
      -moz-opacity: 1;
      -ms-opacity: 1;
      -o-opacity: 1;
      opacity: 1;
      /* BACKGROUND GRADIENT */
      /* OUTLINE RADIUS */
      /* Firefox 19+*/ }
    .searchform input:-moz-placeholder {
      color: #2a2b2f;
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      -webkit-opacity: 1;
      -khtml-opacity: 1;
      -moz-opacity: 1;
      -ms-opacity: 1;
      -o-opacity: 1;
      opacity: 1;
      /* BACKGROUND GRADIENT */
      /* OUTLINE RADIUS */
      /* Firefox 18- */ }
    .searchform input:-ms-input-placeholder {
      color: #2a2b2f;
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      -webkit-opacity: 1;
      -khtml-opacity: 1;
      -moz-opacity: 1;
      -ms-opacity: 1;
      -o-opacity: 1;
      opacity: 1;
      /* BACKGROUND GRADIENT */
      /* OUTLINE RADIUS */ }
    .searchform button {
      background: 0 none;
      position: absolute;
      top: 8px;
      right: 0;
      border: none;
      outline: none;
      font-size: 18px;
      line-height: 1; }
    .searchform button:hover, .searchform button:focus {
      color: #2a2b2f; }
  
  .vc_wp_search.search-in-faq {
    /* CMS Categories
  ------------------------------*/ }
    .vc_wp_search.search-in-faq .widget {
      margin-bottom: 0; }
    .vc_wp_search.search-in-faq form {
      margin-top: 40px; }
    @media screen and (max-width: 991px) {
    .vc_wp_search.search-in-faq form {
      margin-top: 0px; } }
    .vc_wp_search.search-in-faq input {
      border-color: rgba(42, 43, 43, 0.3); }
    .vc_wp_search.search-in-faq input::-webkit-input-placeholder {
      color: #2a2b2f; }
    .vc_wp_search.search-in-faq input::-moz-placeholder {
      color: #2a2b2f; }
    .vc_wp_search.search-in-faq input:-moz-placeholder {
      color: #2a2b2f; }
    .vc_wp_search.search-in-faq input:-ms-input-placeholder {
      color: #2a2b2f; }
  
  .cms-custom-widget, .cms_categories_widget, .widget_product_categories {
    /* CMS Recent Post
  ------------------------------*/ }
    .cms-custom-widget li, .cms_categories_widget li, .widget_product_categories li {
      background: 0 none;
      padding-bottom: 7px;
      margin-bottom: 0; }
    .cms-custom-widget small, .cms_categories_widget small, .widget_product_categories small {
      color: #aaa;
      font-family: "Poppins", Arial, Helvetica, sans-serif; }
    .cms-custom-widget small:before, .cms_categories_widget small:before, .widget_product_categories small:before {
      content: '/';
      display: inline-block;
      padding: 0 7px; }
  
  .cms-recent-posts {
    /*--------------------------------------------------------------
  4.2 Woocommerce Widgets 
  --------------------------------------------------------------*/ }
    .cms-recent-posts article {
      font-size: 13px;
      margin-bottom: 20px; }
    .cms-recent-posts article:last-child {
      margin-bottom: 20px; }
    .cms-recent-posts .featured-image {
      float: left;
      margin-right: 15px; }
    .cms-recent-posts .featured-image a {
      display: block; }
    .cms-recent-posts .featured-image img {
      width: 70px; }
    .cms-recent-posts .post-element {
      overflow: hidden;
      font-size: 13px;
      font-weight: 400;
      line-height: 23px; }
    .cms-recent-posts .post-element h4 {
      margin: 0; }
    .cms-recent-posts .post-element a {
      text-transform: uppercase;
      font-size: 13px; }
    .cms-recent-posts .post-element .entry-meta span {
      display: inline-block; }
    .cms-recent-posts .post-element .entry-meta span + span:before {
      content: '/';
      display: inline-block;
      padding: 0px 7px; }
  
  .widget_product_search {
    /* Product Filter Price
  ------------------------------*/ }
    .widget_product_search.widget {
      margin-bottom: 58px; }
  
  .widget_price_filter {
    /* List Product Widget
  ------------------------------*/ }
    .widget_price_filter .cms-filter-price-wrap .price_slider {
      display: none !important; }
    .widget_price_filter .form-control {
      font-size: 14px;
      display: block !important; }
    .widget_price_filter .cms-button {
      background: #e5e5e5;
      color: #2a2b2f;
      font-size: 11px;
      line-height: 1;
      font-weight: 400 !important;
      text-transform: uppercase;
      padding: 13px 26px;
      margin-right: 10px;
      -webkit-border-radius: 20px;
      -khtml-border-radius: 20px;
      -moz-border-radius: 20px;
      -ms-border-radius: 20px;
      -o-border-radius: 20px;
      border-radius: 20px;
      /* BACKGROUND GRADIENT */ }
    .widget_price_filter .cms-button:hover {
      background: #2a2b2f;
      color: #fff; }
  
  .woocommerce.widget ul.product_list_widget {
    /* Product Category Wg
  ------------------------------*/ }
    .woocommerce.widget ul.product_list_widget li {
      margin-bottom: 20px;
      padding: 0;
      font-size: 13px; }
    .woocommerce.widget ul.product_list_widget li:last-child {
      margin-bottom: 0; }
    .woocommerce.widget ul.product_list_widget li a {
      font-weight: normal;
      display: inline-block; }
    .woocommerce.widget ul.product_list_widget li a.woo-featured-wg {
      float: left; }
    .woocommerce.widget ul.product_list_widget li a img {
      float: left;
      margin: 0 15px 0 0;
      width: 70px; }
    .woocommerce.widget ul.product_list_widget li .woo-widget-product-desc {
      padding-left: 85px; }
    .woocommerce.widget ul.product_list_widget li .woo-widget-product-desc .product-title {
      display: block;
      font-weight: 400;
      line-height: 1.4;
      font-size: 13px;
      margin-bottom: 2px; }
    .woocommerce.widget ul.product_list_widget li .woo-widget-product-desc del, .woocommerce.widget ul.product_list_widget li .woo-widget-product-desc ins {
      line-height: 19px !important;
      font-size: 13px !important; }
    .woocommerce.widget ul.product_list_widget li .woo-widget-product-desc ins {
      text-decoration: none; }
    .woocommerce.widget ul.product_list_widget li .woo-widget-product-desc .star-rating {
      line-height: 1 !important;
      margin-top: 2px; }
  
  .widget_product_categories .product-categories li a:hover {
    padding-left: 0;
    /* For Menu Wg
  ------------------------------*/ }
  
  .widget-menu {
    /* Cart Search Widget
  ------------------------------*/ }
    .widget-menu li {
      margin-bottom: 7px; }
  
  #cshero-header-navigation {
    position: static; }
    #cshero-header-navigation .main-navigation, #cshero-header-navigation .cshero-header-cart-search {
      float: right; }
  
  .cshero-header-cart-search .header {
    position: relative;
    z-index: 30;
    visibility: hidden;
    -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    -khtml-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    -ms-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    /* BACKGROUND GRADIENT */
    /* TRIPLE BORDERS */ }
  
  .header-search-cart {
    -webkit-transition: all 0.3s ease 0s;
    -khtml-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    /* BACKGROUND GRADIENT */
    /* TRIPLE BORDERS */ }
  
  .cd-search-trigger {
    position: relative;
    display: block;
    width: 44px;
    height: 44px;
    overflow: hidden;
    white-space: nowrap;
    /* hide text */
    float: left;
    color: transparent;
    z-index: 30; }
    .cd-search-trigger:after, .cd-search-trigger:before {
      content: '';
      position: absolute;
      -webkit-transition: opacity 0.3s;
      -khtml-transition: opacity 0.3s;
      -moz-transition: opacity 0.3s;
      -ms-transition: opacity 0.3s;
      -o-transition: opacity 0.3s;
      transition: opacity 0.3s;
      /* BACKGROUND GRADIENT */
      /* TRIPLE BORDERS */
      -webkit-transform: translateZ(0);
      -khtml-transform: translateZ(0);
      -moz-transform: translateZ(0);
      -ms-transform: translateZ(0);
      -o-transform: translateZ(0);
      transform: translateZ(0);
      /* BACKGROUND GRADIENT */
      /* TRANSFORM STYLE */
      -webkit-backface-visibility: hidden;
      -khtml-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      -ms-backface-visibility: hidden;
      -o-backface-visibility: hidden;
      backface-visibility: hidden;
      /* BACKGROUND GRADIENT */ }
    .cd-search-trigger:before {
      top: 11px;
      left: 11px;
      width: 16px;
      height: 16px;
      border-radius: 50%;
      border: 2px solid #2a2b2f; }
    .cd-search-trigger:after {
      height: 2px;
      width: 8px;
      background: #2a2b2f;
      bottom: 16px;
      right: 13px;
      -webkit-transform: rotate(45deg);
      -khtml-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
      /* BACKGROUND GRADIENT */
      /* TRANSFORM STYLE */ }
    .cd-search-trigger span {
      position: absolute;
      height: 100%;
      width: 100%;
      top: 0;
      left: 0; }
    .cd-search-trigger span:before, .cd-search-trigger span:after {
      content: '';
      position: absolute;
      display: inline-block;
      height: 2px;
      width: 22px;
      top: 50%;
      margin-top: -2px;
      left: 50%;
      margin-left: -11px;
      background: #2a2b2f;
      /* Force Hardware Acceleration in WebKit */
      filter: alpha(opacity=0);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      -webkit-opacity: 0;
      -khtml-opacity: 0;
      -moz-opacity: 0;
      -ms-opacity: 0;
      -o-opacity: 0;
      opacity: 0;
      /* BACKGROUND GRADIENT */
      /* OUTLINE RADIUS */
      -webkit-transform: translateZ(0);
      -khtml-transform: translateZ(0);
      -moz-transform: translateZ(0);
      -ms-transform: translateZ(0);
      -o-transform: translateZ(0);
      transform: translateZ(0);
      /* BACKGROUND GRADIENT */
      /* TRANSFORM STYLE */
      -webkit-backface-visibility: hidden;
      -khtml-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      -ms-backface-visibility: hidden;
      -o-backface-visibility: hidden;
      backface-visibility: hidden;
      /* BACKGROUND GRADIENT */
      -webkit-transition: opacity 0.3s, transform 0.3s;
      -khtml-transition: opacity 0.3s, transform 0.3s;
      -moz-transition: opacity 0.3s, transform 0.3s;
      -ms-transition: opacity 0.3s, transform 0.3s;
      -o-transition: opacity 0.3s, transform 0.3s;
      transition: opacity 0.3s, transform 0.3s;
      /* BACKGROUND GRADIENT */
      /* TRIPLE BORDERS */ }
    .cd-search-trigger span:before {
      -webkit-transform: rotate(45deg);
      -khtml-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
      /* BACKGROUND GRADIENT */
      /* TRANSFORM STYLE */ }
    .cd-search-trigger span:after {
      -webkit-transform: rotate(-45deg);
      -khtml-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg);
      /* BACKGROUND GRADIENT */
      /* TRANSFORM STYLE */ }
    .cd-search-trigger.search-is-visible {
      z-index: 999; }
    .cd-search-trigger.search-is-visible:before, .cd-search-trigger.search-is-visible:after {
      filter: alpha(opacity=0);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      -webkit-opacity: 0;
      -khtml-opacity: 0;
      -moz-opacity: 0;
      -ms-opacity: 0;
      -o-opacity: 0;
      opacity: 0;
      /* BACKGROUND GRADIENT */
      /* OUTLINE RADIUS */ }
    .cd-search-trigger.search-is-visible span:before {
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      -webkit-opacity: 1;
      -khtml-opacity: 1;
      -moz-opacity: 1;
      -ms-opacity: 1;
      -o-opacity: 1;
      opacity: 1;
      /* BACKGROUND GRADIENT */
      /* OUTLINE RADIUS */
      -webkit-transform: rotate(135deg);
      -khtml-transform: rotate(135deg);
      -moz-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
      -o-transform: rotate(135deg);
      transform: rotate(135deg);
      /* BACKGROUND GRADIENT */
      /* TRANSFORM STYLE */ }
    .cd-search-trigger.search-is-visible span:after {
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      -webkit-opacity: 1;
      -khtml-opacity: 1;
      -moz-opacity: 1;
      -ms-opacity: 1;
      -o-opacity: 1;
      opacity: 1;
      /* BACKGROUND GRADIENT */
      /* OUTLINE RADIUS */
      -webkit-transform: rotate(45deg);
      -khtml-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
      /* BACKGROUND GRADIENT */
      /* TRANSFORM STYLE */ }
  
  .icon_cart_wrap:before, .icon_cart_wrap:after {
    content: '';
    display: none; }
  
  .affix .cd-search {
    height: ; }
  
  .cd-search {
    position: absolute;
    width: 100%;
    height: 100px;
    top: 0px;
    left: 0;
    z-index: 3;
    visibility: hidden;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s, height 0.4s ease 0s;
    -khtml-transition: opacity 0.3s 0s, visibility 0s 0.3s, height 0.4s ease 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s, height 0.4s ease 0s;
    -ms-transition: opacity 0.3s 0s, visibility 0s 0.3s, height 0.4s ease 0s;
    -o-transition: opacity 0.3s 0s, visibility 0s 0.3s, height 0.4s ease 0s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s, height 0.4s ease 0s;
    /* BACKGROUND GRADIENT */
    /* TRIPLE BORDERS */
    -webkit-transform: translateZ(0);
    -khtml-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    /* BACKGROUND GRADIENT */
    /* OUTLINE RADIUS */ }
    .cd-search form {
      height: 100%;
      width: 100%; }
    .cd-search input {
      font-size: 24px;
      font-family: "Open Sans", Arial, Helvetica, sans-serif;
      line-height: 28px;
      font-weight: 300;
      border-radius: 0;
      border: none;
      background: #fff;
      height: 100%;
      width: 100%;
      padding: 0 40px;
      box-shadow: inset 0 1px 0 #e2e3df, 0 3px 6px rgba(0, 0, 0, .05);
      color: #2a2b2f;
      -webkit-appearance: none;
      -khtml-appearance: none;
      -moz-appearance: none;
      -ms-appearance: none;
      -o-appearance: none;
      appearance: none;
      /* BACKGROUND GRADIENT */ }
    .cd-search input:focus {
      outline: none; }
    .cd-search .search-head::-webkit-input-placeholder, .cd-search .search-head::-moz-placeholder, .cd-search .search-head:-ms-input-placeholder {
      color: #2a2b2f; }
    .cd-search.is-visible {
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      -webkit-opacity: 1;
      -khtml-opacity: 1;
      -moz-opacity: 1;
      -ms-opacity: 1;
      -o-opacity: 1;
      opacity: 1;
      /* BACKGROUND GRADIENT */
      /* OUTLINE RADIUS */
      visibility: visible;
      -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s, height 0.4s ease 0s;
      -khtml-transition: opacity 0.3s 0s, visibility 0s 0.3s, height 0.4s ease 0s;
      -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s, height 0.4s ease 0s;
      -ms-transition: opacity 0.3s 0s, visibility 0s 0.3s, height 0.4s ease 0s;
      -o-transition: opacity 0.3s 0s, visibility 0s 0.3s, height 0.4s ease 0s;
      transition: opacity 0.3s 0s, visibility 0s 0.3s, height 0.4s ease 0s;
      /* BACKGROUND GRADIENT */
      /* TRIPLE BORDERS */
      -webkit-transition: opacity 0.3s ease 0s, visibility 0s ease 0s, height 0.4s ease 0s;
      -khtml-transition: opacity 0.3s ease 0s, visibility 0s ease 0s, height 0.4s ease 0s;
      -moz-transition: opacity 0.3s ease 0s, visibility 0s ease 0s, height 0.4s ease 0s;
      -ms-transition: opacity 0.3s ease 0s, visibility 0s ease 0s, height 0.4s ease 0s;
      -o-transition: opacity 0.3s ease 0s, visibility 0s ease 0s, height 0.4s ease 0s;
      transition: opacity 0.3s ease 0s, visibility 0s ease 0s, height 0.4s ease 0s;
      /* BACKGROUND GRADIENT */
      /* TRIPLE BORDERS */
      -webkit-transform: translateZ(0);
      -khtml-transform: translateZ(0);
      -moz-transform: translateZ(0);
      -ms-transform: translateZ(0);
      -o-transform: translateZ(0);
      transform: translateZ(0);
      /* BACKGROUND GRADIENT */
      /* TRANSFORM STYLE */
      z-index: 28; }
  
  .cd-overlay {
    position: fixed;
    z-index: 2;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    background-color: rgba(105, 170, 111, .8);
    visibility: hidden;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    /* BACKGROUND GRADIENT */
    /* OUTLINE RADIUS */
    -webkit-backface-visibility: hidden;
    -khtml-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    /* BACKGROUND GRADIENT */
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s, height 0.4s ease 0s;
    -khtml-transition: opacity 0.3s 0s, visibility 0s 0.3s, height 0.4s ease 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s, height 0.4s ease 0s;
    -ms-transition: opacity 0.3s 0s, visibility 0s 0.3s, height 0.4s ease 0s;
    -o-transition: opacity 0.3s 0s, visibility 0s 0.3s, height 0.4s ease 0s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s, height 0.4s ease 0s;
    /* BACKGROUND GRADIENT */
    /* TRIPLE BORDERS */ }
    .cd-overlay.is-visible {
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      -webkit-opacity: 1;
      -khtml-opacity: 1;
      -moz-opacity: 1;
      -ms-opacity: 1;
      -o-opacity: 1;
      opacity: 1;
      /* BACKGROUND GRADIENT */
      /* OUTLINE RADIUS */
      visibility: visible;
      -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s, height 0.4s ease 0s;
      -khtml-transition: opacity 0.3s 0s, visibility 0s 0.3s, height 0.4s ease 0s;
      -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s, height 0.4s ease 0s;
      -ms-transition: opacity 0.3s 0s, visibility 0s 0.3s, height 0.4s ease 0s;
      -o-transition: opacity 0.3s 0s, visibility 0s 0.3s, height 0.4s ease 0s;
      transition: opacity 0.3s 0s, visibility 0s 0.3s, height 0.4s ease 0s;
      /* BACKGROUND GRADIENT */
      /* TRIPLE BORDERS */ }
  
  @media screen and (max-width: 1024px) {
    body .container-m-30 {
      padding: 0 15px; }
      body .cd-search-trigger {
        margin-top: 5px; }
        body .cd-search-trigger:before {
          width: 12px;
          height: 12px;
          left: 15px;
          top: 10px;
          border: 2px solid #2a2b2f; }
        body .cd-search-trigger:after {
          width: 7px;
          bottom: 21px;
          right: 14px;
          height: 2px; }
      body .icon_cart_wrap {
        margin-top: 3px; }
      body .cd-search-trigger.search-is-visible {
        right: -37px; } }
  
  .cshero-header-cart-search .icon-wishlist, .cshero-header-cart-search .icon_cart_wrap {
    position: relative;
    display: block;
    width: 44px;
    height: 44px;
    overflow: hidden;
    white-space: nowrap;
    /* hide text */
    float: left;
    color: transparent;
    position: relative;
    color: #2a2b2f; }
    .cshero-header-cart-search .icon-wishlist:before, .cshero-header-cart-search .icon_cart_wrap:before, .cshero-header-cart-search .icon-wishlist:after, .cshero-header-cart-search .icon_cart_wrap:after {
      content: '';
      display: none; }
    .cshero-header-cart-search .icon-wishlist i, .cshero-header-cart-search .icon_cart_wrap i {
      display: block;
      height: 44px;
      width: 44px;
      line-height: 44px;
      font-size: 18px;
      margin: 0;
      text-align: center; }
    .cshero-header-cart-search .icon-wishlist span, .cshero-header-cart-search .icon_cart_wrap span {
      color: #2a2b2f;
      border-radius: 50%;
      background-color: #ccc;
      font-size: 10px;
      height: 16px;
      left: 3px;
      line-height: 16px;
      position: absolute;
      text-align: center;
      top: 2px;
      width: 16px; }
  
  .cshero-header-cart-search {
    /* Mini cart */ }
    .cshero-header-cart-search .shopping_cart_dropdown {
      background: #fff none repeat scroll 0 0;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
      left: auto !important;
      max-width: 350px;
      min-width: 300px;
      padding: 20px;
      position: absolute;
      right: 40px;
      top: 93px;
      display: none;
      z-index: 99; }
    body .cshero-header-cart-search ul.product_list_widget, .woocommerce .cshero-header-cart-search ul.product_list_widget, .woocommerce.widget .widget_shopping_cart_content ul.product_list_widget {
      list-style: none;
      margin: 0;
      padding: 0; }
    body .cshero-header-cart-search ul.product_list_widget .mini_cart_item, .woocommerce .cshero-header-cart-search ul.product_list_widget .mini_cart_item, .woocommerce.widget .widget_shopping_cart_content ul.product_list_widget .mini_cart_item {
      padding-top: 0;
      padding-bottom: 0;
      margin-bottom: 15px;
      position: relative; }
    body .cshero-header-cart-search ul.product_list_widget .mini_cart_item .remove, .woocommerce .cshero-header-cart-search ul.product_list_widget .mini_cart_item .remove, .woocommerce.widget .widget_shopping_cart_content ul.product_list_widget .mini_cart_item .remove {
      font-size: 18px;
      position: absolute;
      top: 10px;
      right: 0;
      z-index: 5;
      -webkit-transform: translateY(-50%);
      -khtml-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      /* BACKGROUND GRADIENT */
      /* TRANSFORM STYLE */ }
    body .cshero-header-cart-search ul.product_list_widget .mini_cart_item .product-desc, .woocommerce .cshero-header-cart-search ul.product_list_widget .mini_cart_item .product-desc, .woocommerce.widget .widget_shopping_cart_content ul.product_list_widget .mini_cart_item .product-desc {
      overflow: hidden;
      padding-left: 20px; }
    body .cshero-header-cart-search ul.product_list_widget .mini_cart_item .product-desc h5, .woocommerce .cshero-header-cart-search ul.product_list_widget .mini_cart_item .product-desc h5, .woocommerce.widget .widget_shopping_cart_content ul.product_list_widget .mini_cart_item .product-desc h5 {
      margin-top: 5px;
      margin-bottom: 5px;
      padding-right: 20px; }
    body .cshero-header-cart-search ul.product_list_widget .mini_cart_item a, .woocommerce .cshero-header-cart-search ul.product_list_widget .mini_cart_item a, .woocommerce.widget .widget_shopping_cart_content ul.product_list_widget .mini_cart_item a {
      font-weight: 400;
      font-size: 13px;
      display: block;
      outline: none; }
    body .cshero-header-cart-search ul.product_list_widget .mini_cart_item a img, .woocommerce .cshero-header-cart-search ul.product_list_widget .mini_cart_item a img, .woocommerce.widget .widget_shopping_cart_content ul.product_list_widget .mini_cart_item a img {
      width: 70px;
      box-shadow: none;
      float: right;
      height: auto;
      margin-left: 0px; }
    body .cshero-header-cart-search p, .woocommerce .cshero-header-cart-search p, .woocommerce.widget .widget_shopping_cart_content p {
      text-align: right; }
    body .cshero-header-cart-search .total, .woocommerce .cshero-header-cart-search .total, .woocommerce.widget .widget_shopping_cart_content .total {
      border-top: 1px solid #eee;
      padding-top: 15px; }
    body .cshero-header-cart-search .total strong, .woocommerce .cshero-header-cart-search .total strong, .woocommerce.widget .widget_shopping_cart_content .total strong {
      color: #2a2b2f;
      text-transform: none;
      font-weight: 600; }
    body .cshero-header-cart-search p.total, .woocommerce .cshero-header-cart-search p.total, .woocommerce.widget .widget_shopping_cart_content p.total {
      margin-top: 20px !important;
      margin-bottom: 20px;
      padding-top: 20px !important; }
    body .cshero-header-cart-search p.buttons, .woocommerce .cshero-header-cart-search p.buttons, .woocommerce.widget .widget_shopping_cart_content p.buttons {
      margin-bottom: 0; }
    body .cshero-header-cart-search p.buttons .button, .woocommerce .cshero-header-cart-search p.buttons .button, .woocommerce.widget .widget_shopping_cart_content p.buttons .button {
      background: #e5e5e5;
      color: #2a2b2f;
      font-size: 11px;
      line-height: 1;
      font-weight: 400 !important;
      text-transform: uppercase;
      padding: 13px 26px;
      margin-left: 10px;
      -webkit-border-radius: 20px;
      -khtml-border-radius: 20px;
      -moz-border-radius: 20px;
      -ms-border-radius: 20px;
      -o-border-radius: 20px;
      border-radius: 20px;
      /* BACKGROUND GRADIENT */ }
    body .cshero-header-cart-search p.buttons .button:hover, .woocommerce .cshero-header-cart-search p.buttons .button:hover, .woocommerce.widget .widget_shopping_cart_content p.buttons .button:hover {
      background: #2a2b2f;
      color: #fff; }
  
  .cshero-header-cart-search .shopping_cart_dropdown {
    /* Social
  ------------------------------*/ }
    .cshero-header-cart-search .shopping_cart_dropdown .btn {
      font-size: 11px;
      line-height: 16px;
      padding: 10px 15px;
      background-color: #535961;
      color: #fff;
      display: inline-block;
      border-radius: 2px;
      text-transform: uppercase;
      margin-left: 0px;
      clear: both;
      -webkit-transition: all 0.3s ease 0s;
      -khtml-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -ms-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      /* BACKGROUND GRADIENT */
      /* TRIPLE BORDERS */
      font-weight: normal;
      border: none; }
    .cshero-header-cart-search .shopping_cart_dropdown .btn:hover {
      background: #101010;
      color: #fff; }
    .cshero-header-cart-search .shopping_cart_dropdown .total {
      text-transform: uppercase; }
  
  .widget_cs_social_widget {
    /* CMS Latest Post
  ------------------------------*/ }
    .widget_cs_social_widget li {
      display: inline-block;
      margin: 0; }
    .widget_cs_social_widget li a {
      font-size: 16px;
      padding: 9px; }
  
  ul.cms-latest-post-wrap {
    /* CMS Latest Post
  ------------------------------*/ }
    ul.cms-latest-post-wrap li {
      margin-bottom: 20px;
      padding: 0;
      font-size: 13px;
      font-family: "Open Sans", Arial, Helvetica, sans-serif; }
    ul.cms-latest-post-wrap li:last-child {
      margin-bottom: 0; }
    ul.cms-latest-post-wrap li h4 {
      font-weight: normal;
      margin: 0;
      font-size: 13px;
      line-height: 18px; }
    ul.cms-latest-post-wrap li h4 a:hover, ul.cms-latest-post-wrap li h4 a:focus {
      color: #97999c; }
    ul.cms-latest-post-wrap li .entry-date {
      font-size: 13px;
      line-height: 18px; }
    ul.cms-latest-post-wrap li.has-img {
      padding-left: 90px;
      min-height: 70px;
      position: relative; }
    ul.cms-latest-post-wrap li.has-img .featured-wrap {
      max-width: 70px;
      position: absolute;
      top: 0;
      left: 0; }
    ul.cms-latest-post-wrap li.has-img .latest-item-info {
      padding-top: 10px; }
  
  .shortcode-sidebar-area {
    /* Newsletter in footer
  ------------------------------*/ }
    .shortcode-sidebar-area .widget h3.wg-title {
      font-size: 20px;
      line-height: 30px;
      margin-top: 0; }
    .shortcode-sidebar-area .menu li a {
      display: inline-block;
      height: 38px;
      line-height: 38px;
      color: #6b6d6f; }
    .shortcode-sidebar-area .menu li a:hover, .shortcode-sidebar-area .menu li a:focus {
      color: #2a2b2f; }
  
  .custom-for-footer {
    position: relative;
    border-bottom: 1px solid #ccc; }
    .custom-for-footer .newsletter-email {
      border: none !important;
      font-size: 14px;
      line-height: 25px; }
    .custom-for-footer .newsletter-email:hover, .custom-for-footer .newsletter-email:focus {
      border: none !important; }
    .custom-for-footer button.newsletter-submit {
      background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
      color: #2a2b2f;
      font-size: 27px;
      position: absolute;
      right: 12px;
      top: 5px;
      line-height: 25px;
      border: none; }
    .custom-for-footer button.newsletter-submit:hover, .custom-for-footer button.newsletter-submit:focus {
      right: 5px; }
    .custom-for-footer.form-black {
      border-color: #67686b; }
    .custom-for-footer.form-black button.newsletter-submit {
      color: rgba(255, 255, 255, 0.7); }
    .custom-for-footer.form-black button.newsletter-submit:hover, .custom-for-footer.form-black button.newsletter-submit:focus {
      color: #fff; }
  
  body {
    font-size: 14px;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    color: #6b6d6f;
    line-height: 1.7; }
  
  h1, h2, h3, h4, h5, h6 {
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-weight: 400;
    color: #2a2b2f; }
  
  h1 {
    margin: 40px 0 32px 0;
    font-size: 32px;
    line-height: 45px; }
  
  h2 {
    margin: 27px 0 18px 0;
    font-size: 28px;
    line-height: 32px; }
  
  h3 {
    margin: 26px 0 16px 0;
    font-size: 24px;
    line-height: 33px; }
  
  h4 {
    margin: 21px 0 19px 0;
    font-size: 18px;
    line-height: 25px; }
  
  h5 {
    margin: 18px 0 13px 0;
    font-size: 14px;
    line-height: 25px; }
  
  h6 {
    margin: 18px 0 13px 0;
    font-size: 12px;
    line-height: 18px; }
  
  .display-flex {
    display: flex !important; }
  
  .pos-abs {
    position: absolute; }
  
  .pos-rev {
    position: relative; }
  
  .pos-static {
    position: static !important; }
    .pos-static .owl-stage-outer {
      z-index: 2; }
  
  body .fes2-title-45 {
    font-size: 45px;
    line-height: 50px;
    font-weight: normal;
    margin: 0; }
    body .ovef-visb {
      overflow: visible !important; }
    body .vc_tta-container {
      margin-bottom: 0; }
    body .tp-caption a {
      -webkit-transition: all 0.3s ease 0s !important;
      -khtml-transition: all 0.3s ease 0s !important;
      -moz-transition: all 0.3s ease 0s !important;
      -ms-transition: all 0.3s ease 0s !important;
      -o-transition: all 0.3s ease 0s !important;
      transition: all 0.3s ease 0s !important;
      /* BACKGROUND GRADIENT */
      /* TRIPLE BORDERS */ }
    body .tp-caption a.cms-button {
      padding: 13px 33px !important;
      line-height: 1.2 !important;
      font-size: 13px !important; }
  
  strong, b {
    font-weight: 600 !important; }
  
  .site-content {
    overflow: hidden;
    /* .over-hidden {
      overflow: hidden;
  } */ }
  
  .cms-row {
    margin-bottom: 24px !important; }
  
  .mt-0 {
    margin-top: 0px !important; }
  
  .mt-10 {
    margin-top: 10px !important; }
  
  .mt-15 {
    margin-top: 15px !important; }
  
  .mt-20 {
    margin-top: 20px !important; }
  
  .mt-25 {
    margin-top: 25px !important; }
  
  .mt-30 {
    margin-top: 30px !important; }
  
  .mt-40 {
    margin-top: 40px !important; }
  
  .mt-50 {
    margin-top: 50px !important; }
  
  .mt-55 {
    margin-top: 55px !important; }
  
  .mt-60 {
    margin-top: 60px !important; }
  
  .mt-130 {
    margin-top: 130px !important; }
  
  .mb-0 {
    margin-bottom: 0px !important; }
  
  .mb-5 {
    margin-bottom: 5px !important; }
  
  .mb-9 {
    margin-bottom: 9px !important; }
  
  .mb-10 {
    margin-bottom: 10px !important; }
  
  .mb-15 {
    margin-bottom: 15px !important; }
  
  .mb-20 {
    margin-bottom: 20px !important; }
  
  .mb-23 {
    margin-bottom: 23px !important; }
  
  .mb-25 {
    margin-bottom: 25px !important; }
  
  .mb-30 {
    margin-bottom: 30px !important; }
  
  .mb-31 {
    margin-bottom: 31px !important; }
  
  .mb-40 {
    margin-bottom: 40px !important; }
  
  .mb-50 {
    margin-bottom: 50px !important; }
  
  .mb-55 {
    margin-bottom: 55px !important; }
  
  .mb-60 {
    margin-bottom: 60px !important; }
  
  .mb-70 {
    margin-bottom: 70px !important; }
  
  .mb-80 {
    margin-bottom: 80px !important; }
  
  .woo-section-top {
    margin-bottom: 90px; }
  
  .ml-20 {
    margin-left: 20px !important; }
  
  .pb-10 {
    padding-bottom: 10px !important; }
  
  .pb-20 {
    padding-bottom: 20px !important; }
  
  .pb-30 {
    padding-bottom: 30px !important; }
  
  .pb-50 {
    padding-bottom: 50px !important; }
  
  .pb-55 {
    padding-bottom: 55px !important; }
  
  .pb-60 {
    padding-bottom: 60px !important; }
  
  .pb-70 {
    padding-bottom: 70px !important; }
  
  .pb-80 {
    padding-bottom: 80px !important; }
  
  .pb-90 {
    padding-bottom: 90px !important; }
  
  .p-100-cont {
    padding-top: 100px;
    padding-bottom: 100px; }
  
  .p-110-cont {
    padding-top: 110px;
    padding-bottom: 110px; }
  
  .p-140-cont {
    padding-top: 140px;
    padding-bottom: 140px; }
  
  .p-160-cont {
    padding-top: 160px;
    padding-bottom: 160px; }
  
  .pt-20 {
    padding-top: 20px !important; }
  
  .p-40 {
    padding: 40px; }
  
  .p-140-cont.pt-0 {
    padding-top: 0 !important; }
  
  .p-140-cont.pb-0 {
    padding-bottom: 0 !important; }
  
  .pt-110-b-80-cont {
    padding-top: 110px;
    padding-bottom: 80px; }
  
  .fes2-main-text-cont {
    margin: 0 auto;
    padding: 145px 50px;
    max-width: 500px; }
  
  .pt-100-b-80-cont {
    padding-top: 100px;
    padding-bottom: 80px; }
  
  .bg-gray {
    background: #eee; }
  
  .mt160-min-1024 {
    margin-top: 160px; }
  
  .font-montserrat {
    font-family: "Montserrat", Arial, Helvetica, sans-serif !important; }
  
  .font-poppins {
    font-family: "Poppins", Arial, Helvetica, sans-serif !important; }
  
  .font-josefin {
    font-family: "Josefin Sans", Arial, Helvetica, sans-serif !important; }
  
  .font-raleway {
    font-family: "Raleway", Arial, Helvetica, sans-serif !important; }
  
  .font-opensans {
    font-family: "Open Sans", Arial, Helvetica, sans-serif !important; }
  
  .font-20 {
    font-size: 20px !important;
    line-height: 30px !important; }
  
  .font-26 {
    font-size: 26px !important;
    line-height: 36px !important; }
  
  .font-normal {
    font-weight: normal !important; }
  
  .lsp-2 {
    letter-spacing: 2px !important; }
  
  .lsp-3 {
    letter-spacing: 3px !important; }
  
  .lsp-4 {
    letter-spacing: 4px !important; }
  
  .lsp-5 {
    letter-spacing: 5px !important; }
  
  .red-dot {
    color: red; }
  
  .w-600 {
    font-weight: 600 !important; }
  
  .slash-divider-10 {
    margin-right: 10px;
    margin-left: 10px; }
  
  .bg-b-p-grad {
    /* Old browsers */
    background: #82c2ed;
    /* FF3.6-15 */
    background: -moz-linear-gradient(-45deg, #82c2ed 0%, #a381ee 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-linear-gradient(-45deg, #82c2ed 0%, #a381ee 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    background: linear-gradient(135deg, #82c2ed 0%, #a381ee 100%);
    /* IE6-9 fallback on horizontal gradient */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#82c2ed', endColorstr='#a381ee',GradientType=1); }
  
  .bg-g-b-grad {
    /* Old browsers */
    background: #8adbdb;
    /* FF3.6-15 */
    background: -moz-linear-gradient(-45deg, #8adbdb 0%, #344e9b 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-linear-gradient(-45deg, #8adbdb 0%, #344e9b 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    background: linear-gradient(135deg, #8adbdb 0%, #344e9b 100%);
    /* IE6-9 fallback on horizontal gradient */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8adbdb', endColorstr='#344e9b',GradientType=1); }
  
  .bg-gradient-custom {
    /* Old browsers */
    background: #8adbdb;
    /* FF3.6-15 */
    background: -moz-linear-gradient(-45deg, #8adbdb 0%, #344e9b 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-linear-gradient(-45deg, #8adbdb 0%, #344e9b 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    background: linear-gradient(135deg, #8adbdb 0%, #344e9b 100%);
    /* IE6-9 fallback on horizontal gradient */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$startColor', endColorstr='$endColor',GradientType=1);
    /* BACKGROUND HORIZONTAL */ }
  
  @media screen and (max-width: 1024px) {
    .p-140-cont {
      padding-top: 120px;
      padding-bottom: 120px; }
  
    .fes2-main-text-cont {
      padding: 110px 50px 110px 50px; }
  
    .woo-section-top {
      margin-bottom: 70px; }
  
    .mt160-min-1024 {
      margin-top: 0px; } }
  
  @media screen and (max-width: 768px) {
    .p-140-cont {
      padding-top: 80px;
      padding-bottom: 80px; }
  
    .fes2-main-text-cont {
      padding: 100px 30px 100px 30px; }
  
    .woo-section-top {
      margin-bottom: 30px; }
  
    .pt-100-b-80-cont {
      padding-top: 80px;
      padding-bottom: 60px; }
  
    body .fes2-title-45 {
      font-size: 30px;
      line-height: 30px; } }
  
  @media screen and (max-width: 767px) {
    .mt-130 {
      margin-top: 50px; }
  
    .w-100-767 {
      width: 100% !important; }
  
    .text-center-767 {
      text-align: center !important; }
  
    .border-none-767 {
      border: none !important; }
  
    .mw-100-767 {
      min-width: 767px; }
  
    .pt-110-b-80-cont {
      padding-top: 80px;
      padding-bottom: 50px; }
  
    .p-100-cont, .p-110-cont {
      padding-top: 80px;
      padding-bottom: 80px; }
  
    .p-160-cont {
      padding-top: 120px;
      padding-bottom: 120px; }
  
    body .vc_row {
      margin-left: -15px !important;
      margin-right: -15px !important; }
      body .plr15-on-767 {
        padding-left: 0px !important;
        padding-right: 0px !important; }
        body .plr15-on-767 .vc_column-inner {
          padding-left: 15px !important;
          padding-right: 15px !important; } }
  
  .w-100 img {
    width: 100%; }
  
  .open-hours li {
    padding-bottom: 7px; }
  
  .cms-video-popup {
    display: block;
    /* html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, embed, object {
      -moz-osx-font-smoothing: grayscale;
      text-rendering: optimizelegibility;
  } */
    /* Form element */ }
  
  input, textarea, select, .login-select, .form-control {
    color: #2a2b2f;
    border-bottom-color: #ebebeb;
    font-family: "Poppins", Arial, Helvetica, sans-serif; }
  
  select {
    -webkit-appearance: none;
    -khtml-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    /* BACKGROUND GRADIENT */ }
  
  button {
    -webkit-transition: all 0.3s ease 0s;
    -khtml-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    /* BACKGROUND GRADIENT */
    /* TRIPLE BORDERS */ }
  
  form.text-xs-center .input-with-icon {
    position: relative; }
    form.text-xs-center .input-with-icon .icon {
      left: 12px;
      position: absolute;
      top: 12px; }
    form.text-xs-center .input-with-icon input {
      padding-left: 40px;
      width: 100%;
      color: #2a2b2f;
      border-bottom: 1px solid #ccc; }
    form.text-xs-center .input-with-icon input::-webkit-input-placeholder {
      color: #2a2b2f;
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      -webkit-opacity: 1;
      -khtml-opacity: 1;
      -moz-opacity: 1;
      -ms-opacity: 1;
      -o-opacity: 1;
      opacity: 1;
      /* BACKGROUND GRADIENT */
      /* OUTLINE RADIUS */ }
    form.text-xs-center .input-with-icon input::-moz-placeholder {
      color: #2a2b2f;
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      -webkit-opacity: 1;
      -khtml-opacity: 1;
      -moz-opacity: 1;
      -ms-opacity: 1;
      -o-opacity: 1;
      opacity: 1;
      /* BACKGROUND GRADIENT */
      /* OUTLINE RADIUS */
      /* Firefox 19+*/ }
    form.text-xs-center .input-with-icon input:-moz-placeholder {
      color: #2a2b2f;
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      -webkit-opacity: 1;
      -khtml-opacity: 1;
      -moz-opacity: 1;
      -ms-opacity: 1;
      -o-opacity: 1;
      opacity: 1;
      /* BACKGROUND GRADIENT */
      /* OUTLINE RADIUS */
      /* Firefox 18- */ }
    form.text-xs-center .input-with-icon input:-ms-input-placeholder {
      color: #2a2b2f;
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      -webkit-opacity: 1;
      -khtml-opacity: 1;
      -moz-opacity: 1;
      -ms-opacity: 1;
      -o-opacity: 1;
      opacity: 1;
      /* BACKGROUND GRADIENT */
      /* OUTLINE RADIUS */ }
  
  .violet-icon-color .cms-fancybox-item .fancy-icon .icon {
    color: #676bb8; }
  
  .latest-block-car-layout {
    /* REV Slider custom class
  --------------------------------------*/ }
    .latest-block-car-layout .latest-blog-wrap .entry-metadata .entry-author {
      display: none !important; }
  
  .light-72-wide {
    /*------------------------------
      8.1 OWL carousel
  ------------------------------*/
    /* Owl core
  -----------------------------------------------------*/ }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      .light-72-wide .cms-heading-inner {
        letter-spacing: 5px !important; } }
    @media screen and (max-width: 767px) {
      .light-72-wide .cms-heading-inner {
        font-size: 28px !important;
        letter-spacing: 3px !important;
        line-height: 30px !important; } }
  
  .center {
    text-align: center; }
  
  .wpb_revslider_element.wpb_content_element {
    margin-bottom: 0; }
  
  .owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y; }
    .owl-carousel.owl-loaded {
      display: block; }
    .owl-carousel .owl-wrapper {
      display: none;
      position: relative;
      -webkit-transform: translate3d(0px, 0px, 0px);
      -khtml-transform: translate3d(0px, 0px, 0px);
      -moz-transform: translate3d(0px, 0px, 0px);
      -ms-transform: translate3d(0px, 0px, 0px);
      -o-transform: translate3d(0px, 0px, 0px);
      transform: translate3d(0px, 0px, 0px);
      /* BACKGROUND GRADIENT */
      /* TRANSFORM STYLE */ }
    .owl-carousel .owl-wrapper:after {
      content: ".";
      display: block;
      clear: both;
      visibility: hidden;
      line-height: 0;
      height: 0; }
    .owl-carousel .owl-wrapper-outer {
      overflow: hidden;
      position: relative;
      width: 100%;
      z-index: 5; }
    .owl-carousel .owl-wrapper-outer.autoHeight {
      -webkit-transition: height 500ms ease-in-out;
      -khtml-transition: height 500ms ease-in-out;
      -moz-transition: height 500ms ease-in-out;
      -ms-transition: height 500ms ease-in-out;
      -o-transition: height 500ms ease-in-out;
      transition: height 500ms ease-in-out;
      /* BACKGROUND GRADIENT */
      /* TRIPLE BORDERS */ }
    .owl-carousel .owl-item {
      float: left; }
    .owl-carousel .owl-item img {
      max-width: 100%;
      width: auto;
      margin: 0 auto; }
    .owl-carousel .owl-page, .owl-carousel .owl-buttons div {
      cursor: pointer; }
    .owl-carousel .owl-wrapper, .owl-carousel .owl-item {
      -webkit-backface-visibility: hidden;
      -khtml-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      -ms-backface-visibility: hidden;
      -o-backface-visibility: hidden;
      backface-visibility: hidden;
      /* BACKGROUND GRADIENT */
      -webkit-transform: translate3d(0, 0, 0);
      -khtml-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      -o-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      /* BACKGROUND GRADIENT */
      /* TRANSFORM STYLE */
      /* Arrow outside container */ }
    .owl-carousel.arrow-nav-outside {
      position: static; }
    .owl-carousel.arrow-nav-outside .owl-controls .owl-nav > div {
      color: rgba(75, 78, 83, 0.7); }
    .owl-carousel.arrow-nav-outside .owl-controls .owl-nav > div:hover {
      color: #4b4e53; }
    .owl-carousel.arrow-nav-outside .owl-controls .owl-prev {
      left: 15px;
      color: #4b4e53;
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      -webkit-opacity: 1;
      -khtml-opacity: 1;
      -moz-opacity: 1;
      -ms-opacity: 1;
      -o-opacity: 1;
      opacity: 1;
      /* BACKGROUND GRADIENT */
      /* OUTLINE RADIUS */ }
    .owl-carousel.arrow-nav-outside .owl-controls .owl-next {
      right: 15px;
      color: #4b4e53;
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      -webkit-opacity: 1;
      -khtml-opacity: 1;
      -moz-opacity: 1;
      -ms-opacity: 1;
      -o-opacity: 1;
      opacity: 1;
      /* BACKGROUND GRADIENT */
      /* OUTLINE RADIUS */ }
    .owl-carousel.arrow-nav-outside .owl-controls .cms-testimonials-wrap {
      margin-bottom: 0 !important; }
    .owl-carousel.arrow-nav-outside .owl-controls .owl-dots {
      bottom: auto; }
    @media screen and (min-width: 1200px) {
      .owl-carousel.arrow-nav-outside .owl-prev {
        left: 15px;
        filter: alpha(opacity=100);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-opacity: 1;
        -khtml-opacity: 1;
        -moz-opacity: 1;
        -ms-opacity: 1;
        -o-opacity: 1;
        opacity: 1;
        /* BACKGROUND GRADIENT */
        /* OUTLINE RADIUS */ }
  
      .owl-carousel.arrow-nav-outside .owl-next {
        right: 15px;
        filter: alpha(opacity=100);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-opacity: 1;
        -khtml-opacity: 1;
        -moz-opacity: 1;
        -ms-opacity: 1;
        -o-opacity: 1;
        opacity: 1;
        /* BACKGROUND GRADIENT */
        /* OUTLINE RADIUS */ } }
  
  .owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    /* BACKGROUND GRADIENT */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -khtml-tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-tap-highlight-color: rgba(0, 0, 0, 0);
    -ms-tap-highlight-color: rgba(0, 0, 0, 0);
    -o-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
    /* BACKGROUND GRADIENT */
    /* mouse grab icon */ }
  
  .grabbing {
    cursor: url(grabbing.png) 8 8, move;
    /* Owl custom
  -----------------------------------------------------*/ }
  
  .owl-buttons {
    position: static; }
  
  .owl-carousel {
    overflow: hidden; }
    .owl-carousel:hover .owl-prev {
      opacity: 1;
      left: 0px; }
    .owl-carousel:hover .owl-next {
      opacity: 1;
      right: 0px; }
    .owl-carousel .owl-prev, .owl-carousel .owl-next {
      filter: alpha(opacity=0);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      -webkit-opacity: 0;
      -khtml-opacity: 0;
      -moz-opacity: 0;
      -ms-opacity: 0;
      -o-opacity: 0;
      opacity: 0;
      /* BACKGROUND GRADIENT */
      /* OUTLINE RADIUS */
      display: block;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -khtml-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      /* BACKGROUND GRADIENT */
      /* TRANSFORM STYLE */
      width: 50px;
      height: 50px;
      line-height: 50px;
      font-size: 40px;
      text-align: center;
      color: #2a2b2f;
      z-index: 6;
      -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
      -khtml-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
      -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
      -ms-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
      -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
      transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
      /* BACKGROUND GRADIENT */
      /* TRIPLE BORDERS */ }
    .owl-carousel .owl-prev i, .owl-carousel .owl-next i {
      display: block;
      line-height: 50px;
      margin: 0;
      width: 50px;
      height: 50px;
      vertical-align: middle; }
    .owl-carousel .owl-prev i:before, .owl-carousel .owl-next i:before {
      line-height: inherit; }
    .owl-carousel .owl-arrows-bg .owl-prev, .owl-carousel .owl-arrows-bg .owl-next {
      margin-top: -35px;
      padding-top: 19px;
      width: 40px;
      height: 70px;
      background: #fff;
      line-height: 30px;
      font-size: 30px;
      color: rgba(16, 16, 16, .7);
      -webkit-box-shadow: 1px 1px 0px rgba(0, 0, 0, .1);
      -khtml-box-shadow: 1px 1px 0px rgba(0, 0, 0, .1);
      -moz-box-shadow: 1px 1px 0px rgba(0, 0, 0, .1);
      -ms-box-shadow: 1px 1px 0px rgba(0, 0, 0, .1);
      -o-box-shadow: 1px 1px 0px rgba(0, 0, 0, .1);
      box-shadow: 1px 1px 0px rgba(0, 0, 0, .1);
      /* BACKGROUND GRADIENT */
      /* BOX SIZING */
      /* .owl-arrows-bg .owl-next {
          @include box-shadow(-1px, 1px, 0px, rgba(0, 0, 0, 0.1));
      } */ }
    .owl-carousel .owl-prev {
      left: -50px; }
    .owl-carousel .owl-prev .icon {
      position: relative; }
    .owl-carousel .owl-prev:hover {
      color: rgba(75, 78, 83, 0.7); }
    .owl-carousel .owl-next {
      right: -50px;
      /* owl-dot */ }
    .owl-carousel .owl-next .icon {
      position: relative; }
    .owl-carousel .owl-dots {
      z-index: 5;
      display: block;
      width: 100%;
      position: absolute;
      bottom: 0;
      left: 0;
      text-align: center; }
    .owl-carousel .owl-dots .owl-dot {
      display: inline-block;
      padding: 6px;
      position: relative; }
    .owl-carousel .owl-dots .owl-dot span {
      width: 6px;
      height: 6px;
      display: block;
      background: #a5a7a9;
      position: relative;
      border-radius: 50%;
      -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
      -khtml-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
      -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
      -ms-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
      -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
      transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
      /* BACKGROUND GRADIENT */
      /* TRIPLE BORDERS */ }
    .owl-carousel .owl-dots .owl-dot:hover span {
      background: #a5a7a9; }
    .owl-carousel .owl-dots .owl-dot.active span {
      -webkit-transform: scale(1.5);
      -khtml-transform: scale(1.5);
      -moz-transform: scale(1.5);
      -ms-transform: scale(1.5);
      -o-transform: scale(1.5);
      transform: scale(1.5);
      /* BACKGROUND GRADIENT */
      /* TRANSFORM STYLE */ }
    .owl-carousel .owl-pag-2 .owl-dots {
      bottom: 10px; }
  
  @media only screen and (max-width: 992px) {
    /*------------------------------
      8.2 Magnific Popup CSS 
  ------------------------------*/
      .owl-carousel:hover .owl-prev {
        opacity: 1;
        left: -27px; }
      .owl-carousel:hover .owl-next {
        opacity: 1;
        right: -27px; } }
  
  .mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    -webkit-opacity: 0.8;
    -khtml-opacity: 0.8;
    -moz-opacity: 0.8;
    -ms-opacity: 0.8;
    -o-opacity: 0.8;
    opacity: 0.8;
    /* BACKGROUND GRADIENT */
    /* OUTLINE RADIUS */ }
  
  .mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
    -khtml-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    /* BACKGROUND GRADIENT */ }
    .mfp-wrap .mfp-container {
      text-align: center;
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      padding: 0 8px;
      -webkit-box-sizing: border-box;
      -khtml-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box;
      /* BACKGROUND GRADIENT */ }
    .mfp-wrap .mfp-container:before {
      content: '';
      display: inline-block;
      height: 100%;
      vertical-align: middle; }
    .mfp-wrap .mfp-content {
      position: relative;
      display: inline-block;
      vertical-align: middle;
      margin: 0 auto;
      text-align: left;
      z-index: 1045; }
  
  .mfp-align-top .mfp-container:before {
    display: none; }
  
  .mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto; }
  
  .mfp-ajax-cur {
    cursor: progress; }
  
  .mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in; }
  
  .mfp-auto-cursor .mfp-content {
    cursor: auto; }
  
  .mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none; }
  
  .mfp-loading.mfp-figure {
    display: none; }
  
  .mfp-hide {
    display: none !important; }
  
  .mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044; }
    .mfp-preloader a {
      color: #ccc; }
    .mfp-preloader a:hover {
      color: white; }
  
  .mfp-s-error .mfp-content, .mfp-s-ready .mfp-preloader {
    display: none; }
  
  button.mfp-close, button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    -khtml-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    /* BACKGROUND GRADIENT */
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    /* BACKGROUND GRADIENT */ }
  
  button::-moz-focus-inner {
    padding: 0;
    border: 0; }
  
  .mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: white;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace; }
  
  .mfp-close:hover, .mfp-close:focus {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    /* BACKGROUND GRADIENT */
    /* OUTLINE RADIUS */ }
  
  .mfp-close:active {
    top: 1px; }
  
  .mfp-close-btn-in .mfp-close {
    color: #333; }
  
  .mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    color: white;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%; }
  
  .mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 14px;
    line-height: 18px; }
  
  .mfp-arrow {
    position: absolute;
    filter: alpha(opacity=65);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
    -webkit-opacity: 0.65;
    -khtml-opacity: 0.65;
    -moz-opacity: 0.65;
    -ms-opacity: 0.65;
    -o-opacity: 0.65;
    opacity: 0.65;
    /* BACKGROUND GRADIENT */
    /* OUTLINE RADIUS */
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
    .mfp-arrow:active {
      margin-top: -54px; }
    .mfp-arrow:hover, .mfp-arrow:focus {
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      -webkit-opacity: 1;
      -khtml-opacity: 1;
      -moz-opacity: 1;
      -ms-opacity: 1;
      -o-opacity: 1;
      opacity: 1;
      /* BACKGROUND GRADIENT */
      /* OUTLINE RADIUS */ }
    .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
      content: '';
      display: block;
      width: 0;
      height: 0;
      position: absolute;
      left: 0;
      top: 0;
      margin-top: 35px;
      margin-left: 35px;
      border: medium inset transparent; }
    .mfp-arrow:after, .mfp-arrow .mfp-a {
      border-top-width: 13px;
      border-bottom-width: 13px;
      top: 8px; }
    .mfp-arrow:before, .mfp-arrow .mfp-b {
      border-top-width: 21px;
      border-bottom-width: 21px; }
  
  .mfp-arrow-left {
    left: 0; }
    .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
      border-right: 17px solid white;
      margin-left: 31px; }
    .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
      margin-left: 25px;
      border-right: 27px solid #3f3f3f; }
  
  .mfp-arrow-right {
    right: 0; }
    .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
      border-left: 17px solid white;
      margin-left: 39px; }
    .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
      border-left: 27px solid #3f3f3f; }
  
  .mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px; }
    .mfp-iframe-holder .mfp-content {
      line-height: 0;
      width: 100%;
      max-width: 900px; }
    .mfp-iframe-holder .mfp-close {
      top: -40px; }
  
  .mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
    /* Main image in popup */ }
    .mfp-iframe-scaler iframe {
      position: absolute;
      display: block;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      box-shadow: 0 0 8px rgba(0, 0, 0, .6);
      background: black; }
  
  img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    padding: 40px 0 40px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    /* BACKGROUND GRADIENT */
    /* The shadow behind the image */ }
  
  .mfp-figure {
    line-height: 0; }
    .mfp-figure:after {
      content: '';
      position: absolute;
      left: 0;
      top: 40px;
      bottom: 40px;
      display: block;
      right: 0;
      width: auto;
      height: auto;
      z-index: -1;
      -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
      -khtml-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
      -moz-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
      -ms-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
      -o-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
      box-shadow: 0 0 8px rgba(0, 0, 0, .6);
      /* BACKGROUND GRADIENT */
      /* BOX SIZING */
      background: #444; }
    .mfp-figure small {
      color: #bdbdbd;
      display: block;
      font-size: 14px;
      line-height: 14px; }
    .mfp-figure figure {
      margin: 0; }
  
  .mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto; }
  
  .mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px; }
  
  .mfp-image-holder .mfp-content {
    max-width: 100%; }
  
  .mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer; }
  
  @media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    .mfp-img-mobile .mfp-image-holder {
      padding-left: 0;
      padding-right: 0; }
      .mfp-img-mobile .mfp-image-holder img.mfp-img {
        padding: 0; }
      .mfp-img-mobile .mfp-image-holder .mfp-figure:after {
        top: 0;
        bottom: 0; }
        .mfp-img-mobile .mfp-image-holder .mfp-figure small {
          display: inline;
          margin-left: 5px; }
  
    .mfp-img-mobile .mfp-bottom-bar {
      background: rgba(0, 0, 0, .6);
      bottom: 0;
      margin: 0;
      top: auto;
      padding: 3px 5px;
      position: fixed;
      -webkit-box-sizing: border-box;
      -khtml-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box;
      /* BACKGROUND GRADIENT */ }
      .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0; }
      .mfp-img-mobile .mfp-bottom-bar .mfp-counter {
        right: 5px;
        top: 3px; }
      .mfp-img-mobile .mfp-bottom-bar .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, .6);
        position: fixed;
        text-align: center;
        padding: 0; } }
  
  @media all and (max-width: 900px) {
    /* Animation
  -----------------------------------------------------*/
    /* text-based popup styling */
      .mfp-wrap .mfp-arrow {
        -webkit-transform: scale(0.75);
        -khtml-transform: scale(0.75);
        -moz-transform: scale(0.75);
        -ms-transform: scale(0.75);
        -o-transform: scale(0.75);
        transform: scale(0.75);
        /* BACKGROUND GRADIENT */
        /* TRANSFORM STYLE */ }
        .mfp-wrap .mfp-arrow-left {
          -webkit-transform-origin: 0;
          -khtml-transform-origin: 0;
          -moz-transform-origin: 0;
          -ms-transform-origin: 0;
          -o-transform-origin: 0;
          transform-origin: 0;
          /* BACKGROUND GRADIENT */ }
        .mfp-wrap .mfp-arrow-right {
          -webkit-transform-origin: 100%;
          -khtml-transform-origin: 100%;
          -moz-transform-origin: 100%;
          -ms-transform-origin: 100%;
          -o-transform-origin: 100%;
          transform-origin: 100%;
          /* BACKGROUND GRADIENT */ }
        .mfp-wrap .mfp-container {
          padding-left: 6px;
          padding-right: 6px; } }
  
  .white-popup {
    position: relative;
    background: #fff;
    padding: 25px;
    width: auto;
    max-width: 400px;
    margin: 0 auto;
    /* 
  ====== Zoom effect ======
  */ }
  
  .mfp-zoom-in {
    /* 
  ====== Newspaper effect ======
  */ }
    .mfp-zoom-in .mfp-with-anim {
      filter: alpha(opacity=0);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      -webkit-opacity: 0;
      -khtml-opacity: 0;
      -moz-opacity: 0;
      -ms-opacity: 0;
      -o-opacity: 0;
      opacity: 0;
      /* BACKGROUND GRADIENT */
      /* OUTLINE RADIUS */
      -webkit-transition: all 0.2s ease-in-out;
      -khtml-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      /* BACKGROUND GRADIENT */
      /* TRIPLE BORDERS */
      -webkit-transform: scale(0.8);
      -khtml-transform: scale(0.8);
      -moz-transform: scale(0.8);
      -ms-transform: scale(0.8);
      -o-transform: scale(0.8);
      transform: scale(0.8);
      /* BACKGROUND GRADIENT */
      /* TRANSFORM STYLE */ }
    .mfp-zoom-in.mfp-bg {
      filter: alpha(opacity=0);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      -webkit-opacity: 0;
      -khtml-opacity: 0;
      -moz-opacity: 0;
      -ms-opacity: 0;
      -o-opacity: 0;
      opacity: 0;
      /* BACKGROUND GRADIENT */
      /* OUTLINE RADIUS */
      -webkit-transition: all 0.3s ease-out;
      -khtml-transition: all 0.3s ease-out;
      -moz-transition: all 0.3s ease-out;
      -ms-transition: all 0.3s ease-out;
      -o-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out;
      /* BACKGROUND GRADIENT */
      /* TRIPLE BORDERS */ }
    .mfp-zoom-in.mfp-ready .mfp-with-anim {
      filter: alpha(opacity=0);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      -webkit-opacity: 0;
      -khtml-opacity: 0;
      -moz-opacity: 0;
      -ms-opacity: 0;
      -o-opacity: 0;
      opacity: 0;
      /* BACKGROUND GRADIENT */
      /* OUTLINE RADIUS */
      -webkit-transform: scale(1);
      -khtml-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
      /* BACKGROUND GRADIENT */
      /* TRANSFORM STYLE */ }
    .mfp-zoom-in.mfp-ready.mfp-bg {
      filter: alpha(opacity=80);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
      -webkit-opacity: 0.8;
      -khtml-opacity: 0.8;
      -moz-opacity: 0.8;
      -ms-opacity: 0.8;
      -o-opacity: 0.8;
      opacity: 0.8;
      /* BACKGROUND GRADIENT */
      /* OUTLINE RADIUS */ }
    .mfp-zoom-in.mfp-removing .mfp-with-anim {
      filter: alpha(opacity=80);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
      -webkit-opacity: 0.8;
      -khtml-opacity: 0.8;
      -moz-opacity: 0.8;
      -ms-opacity: 0.8;
      -o-opacity: 0.8;
      opacity: 0.8;
      /* BACKGROUND GRADIENT */
      /* OUTLINE RADIUS */
      -webkit-transform: scale(1);
      -khtml-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
      /* BACKGROUND GRADIENT */
      /* TRANSFORM STYLE */ }
    .mfp-zoom-in.mfp-removing.mfp-bg {
      filter: alpha(opacity=0);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      -webkit-opacity: 0;
      -khtml-opacity: 0;
      -moz-opacity: 0;
      -ms-opacity: 0;
      -o-opacity: 0;
      opacity: 0;
      /* BACKGROUND GRADIENT */
      /* OUTLINE RADIUS */ }
  
  .mfp-newspaper .mfp-with-anim {
    opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: scale(0) rotate(500deg);
    -moz-transform: scale(0) rotate(500deg);
    -ms-transform: scale(0) rotate(500deg);
    -o-transform: scale(0) rotate(500deg);
    transform: scale(0) rotate(500deg); }
  
  .mfp-newspaper.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s; }
  
  .mfp-newspaper.mfp-ready .mfp-with-anim {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0deg);
    -moz-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    -o-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg); }
  
  .mfp-newspaper.mfp-ready.mfp-bg {
    opacity: 0.8; }
  
  .mfp-newspaper.mfp-removing .mfp-with-anim {
    -webkit-transform: scale(0) rotate(500deg);
    -moz-transform: scale(0) rotate(500deg);
    -ms-transform: scale(0) rotate(500deg);
    -o-transform: scale(0) rotate(500deg);
    transform: scale(0) rotate(500deg);
    opacity: 0; }
  
  .mfp-newspaper.mfp-removing.mfp-bg {
    opacity: 0;
    /* 
  ====== Move-horizontal effect ======
  */ }
  
  .mfp-move-horizontal .mfp-with-anim {
    opacity: 0;
    transition: all 0.3s;
    transform: translateX(-50px); }
  
  .mfp-move-horizontal.mfp-bg {
    opacity: 0;
    transition: all 0.3s; }
  
  .mfp-move-horizontal.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: translateX(0); }
  
  .mfp-move-horizontal.mfp-ready.mfp-bg {
    opacity: 0.8; }
  
  .mfp-move-horizontal.mfp-removing .mfp-with-anim {
    transform: translateX(50px);
    opacity: 0; }
  
  .mfp-move-horizontal.mfp-removing.mfp-bg {
    opacity: 0;
    /* 
  ====== Move-from-top effect ======
  */ }
  
  .mfp-move-from-top .mfp-content {
    vertical-align: top; }
  
  .mfp-move-from-top .mfp-with-anim {
    opacity: 0;
    transition: all 0.2s;
    transform: translateY(-100px); }
  
  .mfp-move-from-top.mfp-bg {
    opacity: 0;
    transition: all 0.2s; }
  
  .mfp-move-from-top.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: translateY(0); }
  
  .mfp-move-from-top.mfp-ready.mfp-bg {
    opacity: 0.8; }
  
  .mfp-move-from-top.mfp-removing .mfp-with-anim {
    transform: translateY(-50px);
    opacity: 0; }
  
  .mfp-move-from-top.mfp-removing.mfp-bg {
    opacity: 0;
    /* 
  ====== 3d unfold ======
  */ }
  
  .mfp-3d-unfold .mfp-content {
    perspective: 2000px;
    -webkit-perspective: 2000px; }
  
  .mfp-3d-unfold .mfp-with-anim {
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateY(-60deg);
    -moz-transform: rotateY(-60deg);
    -ms-transform: rotateY(-60deg);
    -o-transform: rotateY(-60deg);
    transform: rotateY(-60deg); }
  
  .mfp-3d-unfold.mfp-bg {
    opacity: 0;
    transition: all 0.5s; }
  
  .mfp-3d-unfold.mfp-ready .mfp-with-anim {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg); }
  
  .mfp-3d-unfold.mfp-ready.mfp-bg {
    opacity: 0.8; }
  
  .mfp-3d-unfold.mfp-removing .mfp-with-anim {
    -webkit-transform: rotateY(60deg);
    -moz-transform: rotateY(60deg);
    -ms-transform: rotateY(60deg);
    -o-transform: rotateY(60deg);
    transform: rotateY(60deg);
    opacity: 0; }
  
  .mfp-3d-unfold.mfp-removing.mfp-bg {
    opacity: 0;
    /* 
  ====== "Hinge" close effect ======
  */ }
  
  @keyframes hinge {
    /*	MAGNIFIC END	****************************************/
    0% {
      transform: rotate(0);
      transform-origin: top left;
      animation-timing-function: ease-in-out; }
  
    20%, 60% {
      transform: rotate(80deg);
      transform-origin: top left;
      animation-timing-function: ease-in-out; }
  
    40% {
      transform: rotate(60deg);
      transform-origin: top left;
      animation-timing-function: ease-in-out; }
  
    80% {
      transform: rotate(60deg) translateY(0);
      opacity: 1;
      transform-origin: top left;
      animation-timing-function: ease-in-out; }
  
    100% {
      transform: translateY(700px);
      opacity: 0; } }
  
  .grey-dark-bg {
    background: #303236; }
  
  .font-white, .font-white a {
    color: #fff; }
    .font-white:hover, .font-white a:hover, .font-white:focus, .font-white a:focus {
      color: rgba(255, 255, 255, 0.7); }
  
  .wpb_animate_when_almost_visible {
    filter: alpha(opacity=1 !important * 100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1 !important * 100)";
    -webkit-opacity: 1 !important;
    -khtml-opacity: 1 !important;
    -moz-opacity: 1 !important;
    -ms-opacity: 1 !important;
    -o-opacity: 1 !important;
    opacity: 1 !important;
    /* BACKGROUND GRADIENT */
    /* OUTLINE RADIUS */ }
  
  .bold {
    font-weight: 700 !important;
    /* Shortcodes
  ------------------------------*/
    /* Pages static 
  ------------------------------*/ }
  
  .cms-content-cont {
    display: table;
    height: 600px;
    width: 100%;
    overflow: hidden; }
    .cms-content-cont > .no-container, .cms-content-cont > .container, .cms-content-cont > .wpb_wrapper {
      display: table-cell;
      vertical-align: middle;
      height: 100%; }
  
  .cms-positon-inherit {
    position: inherit !important; }
  
  .cms-positon-relative {
    position: relative !important; }
  
  .arrow-in-home {
    position: absolute !important;
    width: 40px;
    height: 40px;
    left: 50%;
    margin-left: -20px;
    bottom: 3px;
    z-index: 99;
    -webkit-animation: 1s ease-in-out 0s normal none infinite running scroll-down-anim;
    -khtml-animation: 1s ease-in-out 0s normal none infinite running scroll-down-anim;
    -moz-animation: 1s ease-in-out 0s normal none infinite running scroll-down-anim;
    -ms-animation: 1s ease-in-out 0s normal none infinite running scroll-down-anim;
    -o-animation: 1s ease-in-out 0s normal none infinite running scroll-down-anim;
    animation: 1s ease-in-out 0s normal none infinite running scroll-down-anim;
    /* BACKGROUND GRADIENT */
    /* Define */
    -webkit-transition: all 0.4s;
    -khtml-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    /* BACKGROUND GRADIENT */
    /* TRIPLE BORDERS */ }
    .arrow-in-home a i {
      font-size: 32px;
      font-weight: 400;
      height: 40px;
      width: 40px;
      margin: 0; }
    .arrow-in-home a i:before {
      line-height: inherit; }
  
  @-webkit-keyframes scroll-down-anim {
    0% {
      transform: translateY(-8px); }
  
    50% {
      transform: translateY(0px); }
  
    100% {
      transform: translateY(-8px); } }
  
  @-moz-keyframes scroll-down-anim {
    0% {
      transform: translateY(-8px); }
  
    50% {
      transform: translateY(0px); }
  
    100% {
      transform: translateY(-8px); } }
  
  @-o-keyframes scroll-down-anim {
    0% {
      transform: translateY(-8px); }
  
    50% {
      transform: translateY(0px); }
  
    100% {
      transform: translateY(-8px); } }
  
  @keyframes scroll-down-anim {
    0% {
      transform: translateY(-8px); }
  
    50% {
      transform: translateY(0px); }
  
    100% {
      transform: translateY(-8px); } }
  
  .fes10-container {
    padding: 100px 100px 70px 100px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    width: 100%; }
  
  .container-p-75 {
    padding: 0 75px; }
  
  @media (max-width: 1200px) {
    .container-p-75 {
      padding: 0; } }
  
  @media (max-width: 767px) {
    /* Row background video
  ------------------------------*/
      .fes10-container {
        padding: 80px 20px 50px 20px; } }
  
  .sm-video-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0; }
    .sm-video-wrapper:before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(3, 3, 3, 0.7); }
    .sm-video-wrapper .sm-video {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .sm-video-wrapper #video_background {
      max-width: inherit; }
  
  .widget.affix {
    top: 90px; }
  
  .logged-in.admin-bar {
    /* CMS Contact Info
  --------------------------------*/ }
    .logged-in.admin-bar .widget.affix {
      top: 125px; }
  
  .cms_contact_info {
    /* Contact form 7
  --------------------------------*/ }
    .cms_contact_info .cms-contact-info-body {
      position: relative;
      padding-left: 65px; }
    .cms_contact_info .cms-contact-info-body .contact-info-box-icon {
      position: absolute;
      font-size: 35px;
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -khtml-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      /* BACKGROUND GRADIENT */
      /* TRANSFORM STYLE */ }
    .cms_contact_info .cms-contact-info-body .contact-info-box-content {
      border-left: 1px solid #bdbdbd;
      padding: 16px 0 18px 27px; }
    .cms_contact_info .cms-contact-info-body .contact-info-box-content h3 {
      color: #2a2b2f;
      font-weight: 700;
      font-size: 16px;
      line-height: 26px;
      margin: 0;
      text-transform: uppercase; }
    .cms_contact_info .cms-contact-info-body .contact-info-box-content p {
      margin: 0;
      font-size: 12px; }
  
  .wpcf7-form {
    clear: both;
    overflow: hidden; }
    .wpcf7-form .wpcf7-form-control-wrap {
      display: block;
      margin-bottom: 25px; }
    .wpcf7-form input[type=text], .wpcf7-form input[type=email], .wpcf7-form input[type=phone], .wpcf7-form input[type=password], .wpcf7-form input[type=url], .wpcf7-form input[type=tel] {
      width: 100%;
      border-color: #ccc;
      color: #2a2b2f;
      height: 37px; }
    .wpcf7-form input[type=text]::-webkit-input-placeholder, .wpcf7-form input[type=email]::-webkit-input-placeholder, .wpcf7-form input[type=phone]::-webkit-input-placeholder, .wpcf7-form input[type=password]::-webkit-input-placeholder, .wpcf7-form input[type=url]::-webkit-input-placeholder, .wpcf7-form input[type=tel]::-webkit-input-placeholder {
      color: #2a2b2f;
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      -webkit-opacity: 1;
      -khtml-opacity: 1;
      -moz-opacity: 1;
      -ms-opacity: 1;
      -o-opacity: 1;
      opacity: 1;
      /* BACKGROUND GRADIENT */
      /* OUTLINE RADIUS */ }
    .wpcf7-form input[type=text]::-moz-placeholder, .wpcf7-form input[type=email]::-moz-placeholder, .wpcf7-form input[type=phone]::-moz-placeholder, .wpcf7-form input[type=password]::-moz-placeholder, .wpcf7-form input[type=url]::-moz-placeholder, .wpcf7-form input[type=tel]::-moz-placeholder {
      color: #2a2b2f;
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      -webkit-opacity: 1;
      -khtml-opacity: 1;
      -moz-opacity: 1;
      -ms-opacity: 1;
      -o-opacity: 1;
      opacity: 1;
      /* BACKGROUND GRADIENT */
      /* OUTLINE RADIUS */
      /* Firefox 19+*/ }
    .wpcf7-form input[type=text]:-moz-placeholder, .wpcf7-form input[type=email]:-moz-placeholder, .wpcf7-form input[type=phone]:-moz-placeholder, .wpcf7-form input[type=password]:-moz-placeholder, .wpcf7-form input[type=url]:-moz-placeholder, .wpcf7-form input[type=tel]:-moz-placeholder {
      color: #2a2b2f;
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      -webkit-opacity: 1;
      -khtml-opacity: 1;
      -moz-opacity: 1;
      -ms-opacity: 1;
      -o-opacity: 1;
      opacity: 1;
      /* BACKGROUND GRADIENT */
      /* OUTLINE RADIUS */
      /* Firefox 18- */ }
    .wpcf7-form input[type=text]:-ms-input-placeholder, .wpcf7-form input[type=email]:-ms-input-placeholder, .wpcf7-form input[type=phone]:-ms-input-placeholder, .wpcf7-form input[type=password]:-ms-input-placeholder, .wpcf7-form input[type=url]:-ms-input-placeholder, .wpcf7-form input[type=tel]:-ms-input-placeholder {
      color: #2a2b2f;
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      -webkit-opacity: 1;
      -khtml-opacity: 1;
      -moz-opacity: 1;
      -ms-opacity: 1;
      -o-opacity: 1;
      opacity: 1;
      /* BACKGROUND GRADIENT */
      /* OUTLINE RADIUS */ }
    .wpcf7-form input[type=text]:hover, .wpcf7-form input[type=email]:hover, .wpcf7-form input[type=phone]:hover, .wpcf7-form input[type=password]:hover, .wpcf7-form input[type=url]:hover, .wpcf7-form input[type=tel]:hover, .wpcf7-form input[type=text]:focus, .wpcf7-form input[type=email]:focus, .wpcf7-form input[type=phone]:focus, .wpcf7-form input[type=password]:focus, .wpcf7-form input[type=url]:focus, .wpcf7-form input[type=tel]:focus {
      border-color: #2a2b2f; }
    .wpcf7-form textarea {
      width: 100%;
      padding-bottom: 0;
      padding-bottom: 0;
      padding: 8px 20px 8px 0;
      border-color: #ccc;
      color: #2a2b2f; }
    .wpcf7-form textarea::-webkit-input-placeholder {
      color: #2a2b2f;
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      -webkit-opacity: 1;
      -khtml-opacity: 1;
      -moz-opacity: 1;
      -ms-opacity: 1;
      -o-opacity: 1;
      opacity: 1;
      /* BACKGROUND GRADIENT */
      /* OUTLINE RADIUS */ }
    .wpcf7-form textarea::-moz-placeholder {
      color: #2a2b2f;
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      -webkit-opacity: 1;
      -khtml-opacity: 1;
      -moz-opacity: 1;
      -ms-opacity: 1;
      -o-opacity: 1;
      opacity: 1;
      /* BACKGROUND GRADIENT */
      /* OUTLINE RADIUS */
      /* Firefox 19+*/ }
    .wpcf7-form textarea:-moz-placeholder {
      color: #2a2b2f;
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      -webkit-opacity: 1;
      -khtml-opacity: 1;
      -moz-opacity: 1;
      -ms-opacity: 1;
      -o-opacity: 1;
      opacity: 1;
      /* BACKGROUND GRADIENT */
      /* OUTLINE RADIUS */
      /* Firefox 18- */ }
    .wpcf7-form textarea:-ms-input-placeholder {
      color: #2a2b2f;
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      -webkit-opacity: 1;
      -khtml-opacity: 1;
      -moz-opacity: 1;
      -ms-opacity: 1;
      -o-opacity: 1;
      opacity: 1;
      /* BACKGROUND GRADIENT */
      /* OUTLINE RADIUS */ }
    .wpcf7-form .cms-button {
      margin-top: 15px;
      letter-spacing: 0.5px; }
    .wpcf7-form .button-pull-right .cms-button {
      float: right; }
    .wpcf7-form .button-pull-right img.ajax-loader {
      position: relative;
      right: 10px;
      top: 25px; }
  
  .font-raleway .wpcf7-form {
    /* Unit */ }
    .font-raleway .wpcf7-form input, .font-raleway .wpcf7-form textarea {
      font-family: "Raleway", Arial, Helvetica, sans-serif; }
    .font-raleway .wpcf7-form input::-webkit-input-placeholder, .font-raleway .wpcf7-form textarea::-webkit-input-placeholder {
      font-family: "Raleway", Arial, Helvetica, sans-serif; }
    .font-raleway .wpcf7-form input::-moz-placeholder, .font-raleway .wpcf7-form textarea::-moz-placeholder {
      font-family: "Raleway", Arial, Helvetica, sans-serif;
      /* Firefox 19+*/ }
    .font-raleway .wpcf7-form input:-moz-placeholder, .font-raleway .wpcf7-form textarea:-moz-placeholder {
      font-family: "Raleway", Arial, Helvetica, sans-serif;
      /* Firefox 18- */ }
    .font-raleway .wpcf7-form input:-ms-input-placeholder, .font-raleway .wpcf7-form textarea:-ms-input-placeholder {
      font-family: "Raleway", Arial, Helvetica, sans-serif; }
  
  pre {
    background-color: #f7f7f7;
    border: none; }
  
  table {
    width: 100%; }
  
  td {
    border-top: 1px solid #ededed;
    padding: 6px 10px 6px 0; }
  
  td, th {
    display: table-cell;
    vertical-align: inherit;
    text-align: left; }
  
  th, caption {
    text-transform: uppercase; }
  
  dd {
    margin: 0 0 20px; }
  
  .entry-title .fa-thumb-tack {
    display: none; }
  
  .sticky .entry-title .fa-thumb-tack {
    display: inline-block; }
  
  .entry-content .pagination .page-numbers {
    background: #4b4e53;
    padding: 6px 12px;
    margin-right: 5px;
    color: #fff;
    -webkit-transition: all 0.3s ease 0s;
    -khtml-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    /* BACKGROUND GRADIENT */
    /* TRIPLE BORDERS */ }
    .entry-content .pagination a .page-numbers {
      background: #eee;
      color: #7e8082; }
    .entry-content .pagination a:hover .page-numbers {
      background: #4b4e53;
      color: #fff; }
  
  body .comment-content ul ul {
    padding-left: 30px; }
  
  .comments-area ul {
    list-style-type: square; }
  
  .comments-area ol {
    list-style-type: decimal; }
  
  .sidemenu-wrap ul.menu > .menu-item-has-children > a {
    display: block; }
  
  @media screen and (max-width: 1024px) {
    body .p0-1024 {
      padding: 0 !important; } }
  
  @media screen and (min-width: 992px) {
    .wpb_column.pos-abs {
      position: absolute !important; }
  
    .left-50 {
      left: 50%; } }
  
  @media screen and (max-width: 991px) {
    .center-in-991 {
      text-align: center !important; } }
  
  @media screen and (max-width: 768px) {
    .center-in-768 {
      text-align: center !important;
      /* Page title */ }
      .center-in-768 .cms-heading-inner {
        text-align: center !important; }
  
    .page-title3 {
      /* single meta data */ }
      .page-title3 .page-title-inner.display-flex {
        display: block !important; }
      .page-title3 .page-title-text, .page-title3 .breadcrumb-text {
        width: 100%; }
      .page-title3 .breadcrumb-text {
        margin-top: 30px; }
        .page-title3 .breadcrumb-text .breadcrumbs {
          position: static;
          text-align: left; }
          .page-title3 .breadcrumb-text .breadcrumbs li {
            line-height: 1.4; }
  
    .single-metadata-wrap .display-flex {
      display: block !important; }
      .single-metadata-wrap .col-md-9, .single-metadata-wrap .col-md-3 {
        width: 100%; }
      .single-metadata-wrap .footer-meta-wrap {
        position: static !important;
        margin-top: 20px;
        text-align: left;
        float: left !important; } }
  
  @media (max-width: 767px) and (min-width: 480px) {
    .container {
      width: 470px !important; } }
  
  @media screen and (max-width: 480px) {
    .hidden-480 {
      display: none !important; } }
  
  @media (max-width: 479px) {
    .container {
      width: 100% !important; }
  
    .ml-20 {
      margin-left: 6px !important; } }