@charset "UTF-8";
/*
 * Silicon Multi-Purpose Technology Theme
 * Copyright 2017 8Guild.com
 * Theme Styles
*/
@import '../../fonts/DinNext/Font.DinNext.css';
.site-header .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 210px;
  margin: 0;
  padding: 0;
  border: 1px solid #e7e7e7;
  background-color: #ffffff;
  list-style: none;
  box-shadow: 0 7px 22px -5px rgba(0, 0, 0, 0.25);
}
.site-header .sub-menu > li {
  position: relative;
}
.site-header .sub-menu > li > a {
  display: block;
  padding: 10px 20px;
  border-bottom: 1px solid #e7e7e7;
  color: #222222;
  text-decoration: none;
}
.site-header .sub-menu > li > a:hover {
  color: #3d59f9;
}
.site-header .sub-menu > li:last-child > a {
  border: 0;
}
.site-header .sub-menu > li.current-menu-item > a, .site-header .sub-menu > li.current-menu-ancestor > a {
  color: #3d59f9;
}
.site-header .sub-menu > li.menu-item-has-children > a {
  padding-right: 30px;
}
.site-header .sub-menu > li.menu-item-has-children > a::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -8px;
  font-family: silicon-icons;
  font-size: 1.2em;
  line-height: 1;
  content: "\e902";
}
.site-header .sub-menu > li > .sub-menu {
  top: -1px;
  left: 100%;
}
.site-header .sub-menu > li > .sub-menu > li.menu-item-has-children > a::after {
  display: none;
}

.navbar-horizontal .menu-wrap .main-navigation {
  display: table;
  height: 100%;
  min-height: 100%;
  margin: 0 auto;
}
.navbar-horizontal .menu-wrap .main-navigation > ul {
  display: table-cell;
  margin: 0;
  padding: 0;
  list-style: none;
}
.navbar-horizontal .menu-wrap .main-navigation > ul::before, .navbar-horizontal .menu-wrap .main-navigation > ul::after {
  display: table;
  content: " ";
}
.navbar-horizontal .menu-wrap .main-navigation > ul::after {
  clear: both;
}
.navbar-horizontal .menu-wrap .main-navigation > ul > li {
  display: table;
  height: 100%;
  min-height: 100%;
  float: left;
}
.navbar-horizontal .menu-wrap .main-navigation > ul > li > a {
  display: table-cell;
  position: relative;
  padding: 0 18px;
  color: #222222;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.1em;
  white-space: nowrap;
  vertical-align: middle;
  text-transform: uppercase;
  text-decoration: none;
}
.navbar-horizontal .menu-wrap .main-navigation > ul > li > a::before {
  display: none;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #3d59f9;
  content: "";
}
.navbar-horizontal .menu-wrap .main-navigation > ul > li > a:hover {
  color: #3d59f9;
}
.navbar-horizontal .menu-wrap .main-navigation > ul > li.menu-item-has-children {
  position: relative;
}
.navbar-horizontal .menu-wrap .main-navigation > ul > li.current-menu-item > a, .navbar-horizontal .menu-wrap .main-navigation > ul > li.current-menu-ancestor > a {
  color: #3d59f9;
}
.navbar-horizontal .menu-wrap .main-navigation > ul > li.current-menu-item > a::before, .navbar-horizontal .menu-wrap .main-navigation > ul > li.current-menu-ancestor > a::before {
  display: block;
}

.offcanvas-container .main-navigation {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.offcanvas-container .main-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.offcanvas-container .main-navigation ul.menu {
  position: relative;
  transform: translate3d(0, 0, 0);
  transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
}
.offcanvas-container .main-navigation ul.menu.off-view {
  transform: translate3d(-100%, 0, 0);
}
.offcanvas-container .main-navigation ul.menu.in-view {
  transform: translate3d(0, 0, 0);
}
.offcanvas-container .main-navigation ul li {
  display: block;
  position: relative;
}
.offcanvas-container .main-navigation ul li > a {
  display: block;
  padding: 10px 26px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: #ffffff;
  font-size: 16px;
  text-decoration: none;
}
.offcanvas-container .main-navigation ul li > a:hover {
  color: #3d59f9;
}
.offcanvas-container .main-navigation ul li.back-btn > a {
  background-color: #1d1d1d;
  color: #ffffff;
}
.offcanvas-container .main-navigation ul li.back-btn > a::before {
  display: inline-block;
  margin-right: 5px;
  font-family: silicon-icons;
  font-size: 1.1em;
  content: "\e901";
  vertical-align: middle;
}
.offcanvas-container .main-navigation ul li.current-menu-item > a, .offcanvas-container .main-navigation ul li.current-menu-ancestor > a {
  color: #3d59f9;
}
.offcanvas-container .main-navigation ul li.menu-item-has-children.current {
  position: static;
}
.offcanvas-container .main-navigation ul li.menu-item-has-children > a {
  padding-right: 70px;
}
.offcanvas-container .main-navigation ul li.menu-item-has-children .sub-menu-toggle {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 100%;
  transition: background-color 0.3s;
  border-left: 1px solid rgba(255, 255, 255, 0.08);
  cursor: pointer;
  z-index: 1;
}
.offcanvas-container .main-navigation ul li.menu-item-has-children .sub-menu-toggle::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: -16px;
  color: #ffffff;
  font-family: silicon-icons;
  font-size: 18px;
  text-align: center;
  content: "\e902";
}
.offcanvas-container .main-navigation ul li.menu-item-has-children .sub-menu-toggle:hover {
  background-color: rgba(255, 255, 255, 0.08);
}
.offcanvas-container .main-navigation ul li.menu-item-has-children > .sub-menu {
  position: absolute;
  top: 0;
  right: -100%;
  width: 100%;
  height: auto;
  transform: translate3d(100%, 0, 0);
  transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
}
.offcanvas-container .main-navigation ul li.menu-item-has-children > .sub-menu.in-view {
  transform: translate3d(0, 0, 0);
}
.offcanvas-container .main-navigation ul li.menu-item-has-children > .sub-menu.off-view {
  transform: translate3d(-100%, 0, 0);
}

@keyframes dropdown {
  from {
    transform: translateX(-8px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes dropdown-reverse {
  from {
    transform: translateX(8px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes dropdown-mega {
  from {
    transform: translateY(-8px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

blockquote, q {
  quotes: none;
}

blockquote::before, blockquote::after,
q::before, q::after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Responsive images */
img,
figure {
  max-width: 100%;
  height: auto;
}

/* Responsive iframes */
iframe {
  width: 100%;
}

/* Box Model */
* {
  box-sizing: border-box;
}

*::before,
*::after {
  box-sizing: border-box;
}

@media screen and (max-width: 1200px) {
  .container {
    width: 100% !important;
  }
}
/* Container inside container */
.container .container,
.container .container-fluid,
.container-fluid .container,
.container-fluid .container-fluid {
  width: 100% !important;
  padding-right: 0;
  padding-left: 0;
}

body {
  background-position: center;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-size: cover;
  color: #404040;
  font-family: "Roboto Slab", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  text-transform: none;
}

html * {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.font-family-body {
  font-family: "Roboto Slab", serif;
}

.font-family-nav {
  font-family: "Roboto", sans-serif;
}

.font-family-headings {
  font-family: "Roboto", sans-serif;
}

.text-primary {
  color: #3d59f9 !important;
}

.text-info {
  color: #5695fe !important;
}

.text-success {
  color: #00e676 !important;
}

.text-warning {
  color: #ff5f2c !important;
}

.text-danger {
  color: #ff5252 !important;
}

.text-light,
.text-white {
  color: #ffffff !important;
}

.text-gray {
  color: #999999 !important;
}

.text-dark {
  color: #222222 !important;
}

.background-primary {
  background-color: #3d59f9;
}

.background-info {
  background-color: #5695fe;
}

.background-success {
  background-color: #00e676;
}

.background-warning {
  background-color: #ff5f2c;
}

.background-danger {
  background-color: #ff5252;
}

.background-dark {
  background-color: #222222;
}

.background-gray {
  background-color: #e7e7e7;
}

.background-white {
  background-color: #ffffff;
}

.background-gradient {
  background: #3d59f9;
  background: linear-gradient(to right, #8e54e9 0%, #8e54e9 20%, #3d59f9 100%);
}

.background-transparent {
  background-color: transparent !important;
}

.bg-default {
  background-color: rgba(153, 153, 153, 0.25);
}

.bg-primary {
  background-color: rgba(61, 89, 249, 0.25);
}

.bg-info {
  background-color: rgba(86, 149, 254, 0.25);
}

.bg-success {
  background-color: rgba(0, 230, 118, 0.25);
}

.bg-warning {
  background-color: rgba(255, 95, 44, 0.25);
}

.bg-danger {
  background-color: rgba(255, 82, 82, 0.25);
}

.bg-gray {
  background-color: #f5f5f5;
}

.bg-gradient {
  background: #3d59f9;
  background: linear-gradient(to right, #8e54e9 0%, #8e54e9 20%, #3d59f9 100%);
  color: #ffffff !important;
}

.navi-link-color {
  transition: color 0.3s;
  color: #222222 !important;
}

.navi-link-hover-color:hover {
  color: #3d59f9 !important;
}

.border-default {
  border: 1px solid #e7e7e7;
}

.border-default-left {
  border-left: 1px solid #e7e7e7;
}

.border-default-top {
  border-top: 1px solid #e7e7e7;
}

.border-default-right {
  border-right: 1px solid #e7e7e7;
}

.border-default-bottom {
  border-bottom: 1px solid #e7e7e7;
}

hr {
  border-top-color: #e7e7e7 !important;
}

.border-color-primary {
  border-color: #3d59f9;
}

.border-color-info {
  border-color: #5695fe;
}

.border-color-success {
  border-color: #00e676;
}

.border-color-warning {
  border-color: #ff5f2c;
}

.border-color-danger {
  border-color: #ff5252;
}

.border-color-gray {
  border-color: #e7e7e7;
}

.border-color-dark {
  border-color: #222222;
}

.border-light {
  border-color: rgba(255, 255, 255, 0.15);
}

.block {
  display: block !important;
}

.inline-block {
  display: inline-block !important;
}

.block-center {
  display: block;
  margin: auto;
}

.relative {
  position: relative !important;
}

.absolute {
  position: absolute !important;
}

.overflow-hidden {
  overflow: hidden;
}

.padding-top-1x {
  padding-top: 24px !important;
}
@media screen and (max-width: 768px) {
  .padding-top-1x {
    padding-top: 16px !important;
  }
}

.padding-top-2x {
  padding-top: 48px !important;
}
@media screen and (max-width: 768px) {
  .padding-top-2x {
    padding-top: 32px !important;
  }
}

.padding-top-3x, .single-post .page-title[style*=background] + .container,
.single-post .page-title[style*=background] + article,
.single-post .page-title.background-gradient + .container,
.single-post .page-title.background-gradient + article,
.single-product .page-title[style*=background] + .container,
.single-product .page-title[style*=background] + article,
.single-product .page-title.background-gradient + .container,
.single-product .page-title.background-gradient + article,
.bbpress .page-title[style*=background] + .container,
.bbpress .page-title[style*=background] + article,
.bbpress .page-title.background-gradient + .container,
.bbpress .page-title.background-gradient + article,
.woocommerce-page .page-title[style*=background] + .container,
.woocommerce-page .page-title[style*=background] + article,
.woocommerce-page .page-title.background-gradient + .container,
.woocommerce-page .page-title.background-gradient + article,
.blog:not(.home) .page-title[style*=background] + .container,
.blog:not(.home) .page-title[style*=background] + article,
.blog:not(.home) .page-title.background-gradient + .container,
.blog:not(.home) .page-title.background-gradient + article,
.single-silicon_portfolio .page-title[style*=background] + .container,
.single-silicon_portfolio .page-title[style*=background] + article,
.single-silicon_portfolio .page-title.background-gradient + .container,
.single-silicon_portfolio .page-title.background-gradient + article {
  padding-top: 72px !important;
}
@media screen and (max-width: 768px) {
  .padding-top-3x, .single-post .page-title[style*=background] + .container,
.single-post .page-title[style*=background] + article,
.single-post .page-title.background-gradient + .container,
.single-post .page-title.background-gradient + article,
.single-product .page-title[style*=background] + .container,
.single-product .page-title[style*=background] + article,
.single-product .page-title.background-gradient + .container,
.single-product .page-title.background-gradient + article,
.bbpress .page-title[style*=background] + .container,
.bbpress .page-title[style*=background] + article,
.bbpress .page-title.background-gradient + .container,
.bbpress .page-title.background-gradient + article,
.woocommerce-page .page-title[style*=background] + .container,
.woocommerce-page .page-title[style*=background] + article,
.woocommerce-page .page-title.background-gradient + .container,
.woocommerce-page .page-title.background-gradient + article,
.blog:not(.home) .page-title[style*=background] + .container,
.blog:not(.home) .page-title[style*=background] + article,
.blog:not(.home) .page-title.background-gradient + .container,
.blog:not(.home) .page-title.background-gradient + article,
.single-silicon_portfolio .page-title[style*=background] + .container,
.single-silicon_portfolio .page-title[style*=background] + article,
.single-silicon_portfolio .page-title.background-gradient + .container,
.single-silicon_portfolio .page-title.background-gradient + article {
    padding-top: 48px !important;
  }
}

.padding-top-4x {
  padding-top: 96px !important;
}
@media screen and (max-width: 768px) {
  .padding-top-4x {
    padding-top: 64px !important;
  }
}

.padding-top-5x {
  padding-top: 120px !important;
}
@media screen and (max-width: 768px) {
  .padding-top-5x {
    padding-top: 80px !important;
  }
}

.padding-top-6x {
  padding-top: 144px !important;
}
@media screen and (max-width: 768px) {
  .padding-top-6x {
    padding-top: 96px !important;
  }
}

.padding-top-7x {
  padding-top: 168px !important;
}
@media screen and (max-width: 768px) {
  .padding-top-7x {
    padding-top: 112px !important;
  }
}

.padding-top-8x {
  padding-top: 192px !important;
}
@media screen and (max-width: 768px) {
  .padding-top-8x {
    padding-top: 128px !important;
  }
}

.padding-top-9x {
  padding-top: 216px !important;
}
@media screen and (max-width: 768px) {
  .padding-top-9x {
    padding-top: 144px !important;
  }
}

.padding-top-10x {
  padding-top: 240px !important;
}
@media screen and (max-width: 768px) {
  .padding-top-10x {
    padding-top: 160px !important;
  }
}

.padding-top-11x {
  padding-top: 264px !important;
}
@media screen and (max-width: 768px) {
  .padding-top-11x {
    padding-top: 176px !important;
  }
}

.padding-top-12x {
  padding-top: 288px !important;
}
@media screen and (max-width: 768px) {
  .padding-top-12x {
    padding-top: 192px !important;
  }
}

.padding-bottom-1x {
  padding-bottom: 24px !important;
}
@media screen and (max-width: 768px) {
  .padding-bottom-1x {
    padding-bottom: 16px !important;
  }
}

.padding-bottom-2x {
  padding-bottom: 48px !important;
}
@media screen and (max-width: 768px) {
  .padding-bottom-2x {
    padding-bottom: 32px !important;
  }
}

.padding-bottom-3x {
  padding-bottom: 72px !important;
}
@media screen and (max-width: 768px) {
  .padding-bottom-3x {
    padding-bottom: 48px !important;
  }
}

.padding-bottom-4x {
  padding-bottom: 96px !important;
}
@media screen and (max-width: 768px) {
  .padding-bottom-4x {
    padding-bottom: 64px !important;
  }
}

.padding-bottom-5x {
  padding-bottom: 120px !important;
}
@media screen and (max-width: 768px) {
  .padding-bottom-5x {
    padding-bottom: 80px !important;
  }
}

.padding-bottom-6x {
  padding-bottom: 144px !important;
}
@media screen and (max-width: 768px) {
  .padding-bottom-6x {
    padding-bottom: 96px !important;
  }
}

.padding-bottom-7x {
  padding-bottom: 168px !important;
}
@media screen and (max-width: 768px) {
  .padding-bottom-7x {
    padding-bottom: 112px !important;
  }
}

.padding-bottom-8x {
  padding-bottom: 192px !important;
}
@media screen and (max-width: 768px) {
  .padding-bottom-8x {
    padding-bottom: 128px !important;
  }
}

.padding-bottom-9x {
  padding-bottom: 216px !important;
}
@media screen and (max-width: 768px) {
  .padding-bottom-9x {
    padding-bottom: 144px !important;
  }
}

.padding-bottom-10x {
  padding-bottom: 240px !important;
}
@media screen and (max-width: 768px) {
  .padding-bottom-10x {
    padding-bottom: 160px !important;
  }
}

.padding-bottom-11x {
  padding-bottom: 264px !important;
}
@media screen and (max-width: 768px) {
  .padding-bottom-11x {
    padding-bottom: 176px !important;
  }
}

.padding-bottom-12x {
  padding-bottom: 288px !important;
}
@media screen and (max-width: 768px) {
  .padding-bottom-12x {
    padding-bottom: 192px !important;
  }
}

.margin-top-1x {
  margin-top: 24px !important;
}
@media screen and (max-width: 768px) {
  .margin-top-1x {
    margin-top: 16px !important;
  }
}

.margin-top-2x {
  margin-top: 48px !important;
}
@media screen and (max-width: 768px) {
  .margin-top-2x {
    margin-top: 32px !important;
  }
}

.margin-top-3x {
  margin-top: 72px !important;
}
@media screen and (max-width: 768px) {
  .margin-top-3x {
    margin-top: 48px !important;
  }
}

.margin-top-4x {
  margin-top: 96px !important;
}
@media screen and (max-width: 768px) {
  .margin-top-4x {
    margin-top: 64px !important;
  }
}

.margin-top-5x {
  margin-top: 120px !important;
}
@media screen and (max-width: 768px) {
  .margin-top-5x {
    margin-top: 80px !important;
  }
}

.margin-top-6x {
  margin-top: 144px !important;
}
@media screen and (max-width: 768px) {
  .margin-top-6x {
    margin-top: 96px !important;
  }
}

.margin-top-7x {
  margin-top: 168px !important;
}
@media screen and (max-width: 768px) {
  .margin-top-7x {
    margin-top: 112px !important;
  }
}

.margin-top-8x {
  margin-top: 192px !important;
}
@media screen and (max-width: 768px) {
  .margin-top-8x {
    margin-top: 128px !important;
  }
}

.margin-top-9x {
  margin-top: 216px !important;
}
@media screen and (max-width: 768px) {
  .margin-top-9x {
    margin-top: 144px !important;
  }
}

.margin-top-10x {
  margin-top: 240px !important;
}
@media screen and (max-width: 768px) {
  .margin-top-10x {
    margin-top: 160px !important;
  }
}

.margin-top-11x {
  margin-top: 264px !important;
}
@media screen and (max-width: 768px) {
  .margin-top-11x {
    margin-top: 176px !important;
  }
}

.margin-top-12x {
  margin-top: 288px !important;
}
@media screen and (max-width: 768px) {
  .margin-top-12x {
    margin-top: 192px !important;
  }
}

.margin-bottom-1x {
  margin-bottom: 24px !important;
}
@media screen and (max-width: 768px) {
  .margin-bottom-1x {
    margin-bottom: 16px !important;
  }
}

.margin-bottom-2x {
  margin-bottom: 48px !important;
}
@media screen and (max-width: 768px) {
  .margin-bottom-2x {
    margin-bottom: 32px !important;
  }
}

.margin-bottom-3x {
  margin-bottom: 72px !important;
}
@media screen and (max-width: 768px) {
  .margin-bottom-3x {
    margin-bottom: 48px !important;
  }
}

.margin-bottom-4x {
  margin-bottom: 96px !important;
}
@media screen and (max-width: 768px) {
  .margin-bottom-4x {
    margin-bottom: 64px !important;
  }
}

.margin-bottom-5x {
  margin-bottom: 120px !important;
}
@media screen and (max-width: 768px) {
  .margin-bottom-5x {
    margin-bottom: 80px !important;
  }
}

.margin-bottom-6x {
  margin-bottom: 144px !important;
}
@media screen and (max-width: 768px) {
  .margin-bottom-6x {
    margin-bottom: 96px !important;
  }
}

.margin-bottom-7x {
  margin-bottom: 168px !important;
}
@media screen and (max-width: 768px) {
  .margin-bottom-7x {
    margin-bottom: 112px !important;
  }
}

.margin-bottom-8x {
  margin-bottom: 192px !important;
}
@media screen and (max-width: 768px) {
  .margin-bottom-8x {
    margin-bottom: 128px !important;
  }
}

.margin-bottom-9x {
  margin-bottom: 216px !important;
}
@media screen and (max-width: 768px) {
  .margin-bottom-9x {
    margin-bottom: 144px !important;
  }
}

.margin-bottom-10x {
  margin-bottom: 240px !important;
}
@media screen and (max-width: 768px) {
  .margin-bottom-10x {
    margin-bottom: 160px !important;
  }
}

.margin-bottom-11x {
  margin-bottom: 264px !important;
}
@media screen and (max-width: 768px) {
  .margin-bottom-11x {
    margin-bottom: 176px !important;
  }
}

.margin-bottom-12x {
  margin-bottom: 288px !important;
}
@media screen and (max-width: 768px) {
  .margin-bottom-12x {
    margin-bottom: 192px !important;
  }
}

.padding-top-none {
  padding-top: 0 !important;
}

.padding-bottom-none {
  padding-bottom: 0 !important;
}

.margin-top-none {
  margin-top: 0 !important;
}

.margin-bottom-none {
  margin-bottom: 0 !important;
}

.opacity-15 {
  opacity: 0.15;
}

.opacity-25 {
  opacity: 0.25;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-60 {
  opacity: 0.6;
}

.opacity-75 {
  opacity: 0.75;
}

.img-rounded {
  border-radius: 5px;
}

.img-circle {
  border-radius: 50%;
}

::-moz-selection {
  background: #222222;
  color: #ffffff;
}

::selection {
  background: #222222;
  color: #ffffff;
}

.search-highlight {
  background-color: #f9f4c3;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Roboto", sans-serif;
}

h1, .h1 {
  margin-bottom: 24px;
  color: #222222;
  font-size: 36px;
  font-style: normal;
  font-weight: 900;
  line-height: 1.15;
  text-transform: none;
}
@media screen and (max-width: 768px) {
  h1, .h1 {
    font-size: 34px;
  }
}

h2, .h2 {
  margin-bottom: 16px;
  color: #222222;
  font-size: 30px;
  font-style: normal;
  font-weight: 900;
  line-height: 1.2;
  text-transform: none;
}
@media screen and (max-width: 768px) {
  h2, .h2 {
    font-size: 28px;
  }
}

h3, .h3 {
  margin-bottom: 12px;
  color: #222222;
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: 1.25;
  text-transform: none;
}
@media screen and (max-width: 768px) {
  h3, .h3 {
    font-size: 22px;
  }
}

h4, .h4 {
  margin-bottom: 8px;
  color: #222222;
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: 1.3;
  text-transform: none;
}

h5, .h5 {
  margin-bottom: 8px;
  color: #222222;
  font-size: 18px;
  font-style: normal;
  font-weight: 900;
  line-height: 1.35;
  text-transform: none;
}

h6, .h6 {
  margin-bottom: 6px;
  color: #222222;
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  line-height: 1.4;
  text-transform: none;
}

p, .p {
  margin: 0 0 16px;
}

small, .small {
  font-size: 70%;
}

.lead {
  font-size: 24px;
}

.text-xl {
  font-size: 18px;
}

.text-lg {
  font-size: 16px;
}

.text-sm {
  font-size: 12px;
}

.text-xs {
  font-size: 10px;
}

.text-huge {
  font-size: 60px;
  line-height: 1.15;
}
@media screen and (max-width: 768px) {
  .text-huge {
    font-size: 50px;
  }
}
@media screen and (max-width: 480px) {
  .text-huge {
    font-size: 40px;
  }
}

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

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

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

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

.text-nowrap {
  white-space: nowrap;
}

@media screen and (max-width: 991px) {
  .tablet-center {
    text-align: center !important;
  }
}

@media screen and (max-width: 768px) {
  .mobile-center {
    text-align: center !important;
  }
}

.rounded {
  border-radius: 5px !important;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-notransform {
  text-transform: none;
}

.text-semibold {
  font-weight: 600 !important;
}

.text-bold, strong {
  font-weight: bold !important;
}

.text-normal {
  font-weight: normal !important;
}

.text-thin {
  font-weight: 300 !important;
}

.text-feather {
  font-weight: 100 !important;
}

a {
  transition: color 0.3s;
  color: #3d59f9;
  font-style: normal;
  font-weight: normal;
  text-transform: none;
  text-decoration: underline;
}
a:hover {
  color: #3d59f9;
  text-decoration: none;
}
a:focus {
  outline: none;
}

code {
  padding: 2px 4px !important;
}

pre {
  margin-bottom: 20px;
  padding: 5px 10px;
}

ol, ul {
  margin-bottom: 16px;
  padding-left: 18px;
  line-height: 1.78;
}

.list-unstyled {
  margin: 0;
  padding: 0;
  list-style: none;
}

blockquote {
  margin-top: 24px;
  margin-bottom: 24px;
  padding: 24px;
  border: 1px solid #e7e7e7;
  border-radius: 5px;
  color: #404040;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  text-transform: none;
}
blockquote > p {
  margin-bottom: 8px;
}
blockquote::before {
  display: inline-block;
  margin-bottom: 8px;
  color: #e7e7e7;
  font-family: silicon-icons;
  font-size: 36px;
  line-height: 1;
  content: "\e93a";
}
blockquote cite {
  display: block;
  padding-top: 12px;
  color: #999999;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
}
blockquote cite::before {
  display: inline-block;
  margin-right: 5px;
  font-family: silicon-icons;
  content: "\e935";
  vertical-align: middle;
}

.drop-cap:first-child::first-letter {
  margin-right: 6px;
  float: left;
  font-size: 3.8em;
  line-height: 0.6;
}

textarea,
select,
input[type]:not([type=submit]):not([type=button]):not([type=hidden]):not([type=checkbox]):not([type=radio]),
label, .nf-field-label > label,
.wpcf7-not-valid-tip,
.nf-error-required-error,
.nf-field-description,
.wpcf7-list-item-label,
.checkbox-radio-label,
.wpcf7-response-output {
  font-family: "Roboto", sans-serif;
}

textarea,
select,
input[type]:not([type=submit]):not([type=button]):not([type=hidden]):not([type=checkbox]):not([type=radio]):not([type=file]) {
  display: block;
  width: 100%;
  height: 44px;
  margin-bottom: 24px !important;
  padding: 0 18px;
  transform: translate3d(0, 0, 0);
  transition: all 0.35s;
  border: 1px solid #e7e7e7;
  border-radius: 22px;
  background-color: #f5f5f5;
  color: #404040;
  font-size: 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}
textarea::-moz-placeholder,
select::-moz-placeholder,
input[type]:not([type=submit]):not([type=button]):not([type=hidden]):not([type=checkbox]):not([type=radio]):not([type=file])::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
textarea:-ms-input-placeholder,
select:-ms-input-placeholder,
input[type]:not([type=submit]):not([type=button]):not([type=hidden]):not([type=checkbox]):not([type=radio]):not([type=file]):-ms-input-placeholder {
  color: #999999;
}
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder,
input[type]:not([type=submit]):not([type=button]):not([type=hidden]):not([type=checkbox]):not([type=radio]):not([type=file])::-webkit-input-placeholder {
  color: #999999;
}
textarea:focus,
select:focus,
input[type]:not([type=submit]):not([type=button]):not([type=hidden]):not([type=checkbox]):not([type=radio]):not([type=file]):focus {
  border-color: transparent;
  outline: 0;
  background-color: #ffffff;
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.1);
}
textarea.input-rounded,
select.input-rounded,
input[type]:not([type=submit]):not([type=button]):not([type=hidden]):not([type=checkbox]):not([type=radio]):not([type=file]).input-rounded {
  border-radius: 5px;
}
textarea.input-lg,
select.input-lg,
input[type]:not([type=submit]):not([type=button]):not([type=hidden]):not([type=checkbox]):not([type=radio]):not([type=file]).input-lg {
  height: 50px;
  border-radius: 25px;
}
textarea.input-sm,
select.input-sm,
input[type]:not([type=submit]):not([type=button]):not([type=hidden]):not([type=checkbox]):not([type=radio]):not([type=file]).input-sm {
  height: 36px;
  border-radius: 18px;
}
textarea.input-lg.input-rounded, textarea.input-sm.input-rounded,
select.input-lg.input-rounded,
select.input-sm.input-rounded,
input[type]:not([type=submit]):not([type=button]):not([type=hidden]):not([type=checkbox]):not([type=radio]):not([type=file]).input-lg.input-rounded,
input[type]:not([type=submit]):not([type=button]):not([type=hidden]):not([type=checkbox]):not([type=radio]):not([type=file]).input-sm.input-rounded {
  border-radius: 5px;
}

textarea {
  max-width: 100%;
  height: auto;
  padding-top: 15px;
  padding-bottom: 15px;
}

input[type=file] {
  margin-bottom: 24px;
}

input[type=number] {
  background-color: transparent !important;
}
input[type=number]:focus {
  border-color: #e7e7e7 !important;
  box-shadow: none !important;
}

.nf-field-label {
  margin-bottom: 0 !important;
}

label,
.nf-field-label > label {
  display: block;
  margin-bottom: 8px !important;
  padding-left: 18px !important;
  color: #999999;
  font-size: 12px;
  font-weight: normal !important;
  text-transform: uppercase;
}
label + br,
.nf-field-label > label + br {
  display: none;
}

label textarea,
label select,
label input[type]:not([type=submit]):not([type=button]):not([type=hidden]):not([type=checkbox]):not([type=radio]):not([type=file]) {
  margin-top: 8px;
}
label > input, label > select,
label > textarea {
  margin-left: -18px;
}

select::-ms-expand {
  display: none;
}

.form-select {
  position: relative;
  margin-bottom: 24px;
}
.form-select::before {
  display: block;
  position: absolute;
  top: 50%;
  right: 16px;
  margin-top: -7px;
  font-family: silicon-icons;
  font-size: 18px;
  line-height: 1;
  content: "\e900";
  z-index: 1;
}
.form-select select {
  position: relative;
  margin-bottom: 0 !important;
  padding-right: 30px;
  background-color: transparent;
  z-index: 2;
}

select[multiple] {
  width: 100%;
  height: 90px !important;
}

.wpcf7-form br {
  display: none;
}
.wpcf7-form p {
  margin: 0;
}
.wpcf7-form .btn, .wpcf7-form .nav-tabs > li > a,
.wpcf7-form .wc-tabs > li > a,
.wpcf7-form .nav-filters > ul > li > a,
.wpcf7-form input[type=submit],
.wpcf7-form input[type=button] {
  margin: 0;
}

button[type=submit]:focus,
input[type=submit]:focus,
input[type=button]:focus,
input[type=file]:focus {
  outline: none;
}

.wpcf7-list-item-label,
.checkbox-radio-label {
  color: #404040;
  font-size: 14px;
  text-transform: none;
}

.wpcf7-list-item > label,
.checkbox-radio-label {
  padding-left: 0 !important;
}

.wpcf7-list-item {
  margin-right: 12px !important;
  margin-bottom: 8px !important;
  margin-left: 0 !important;
}

.nf-field-container {
  margin-bottom: 0 !important;
}

.nf-before-form-content {
  margin-bottom: 16px;
  color: #999999;
}

.nf-field-description {
  margin-bottom: 10px;
  padding-left: 18px;
  color: #999999;
}

.input-group {
  position: relative;
  margin-bottom: 24px;
}
.input-group select,
.input-group input[type]:not([type=submit]):not([type=button]):not([type=hidden]):not([type=checkbox]):not([type=radio]):not([type=file]) {
  margin-bottom: 0 !important;
  padding-left: 40px;
}
.input-group i {
  display: block;
  position: absolute;
  top: 14px;
  left: 18px;
  color: #999999;
  font-size: 1.25em;
  z-index: 5;
}
.input-group .wpcf7-not-valid-tip,
.input-group .nf-error-required-error {
  margin-top: 2px;
}

.input-light label {
  color: rgba(255, 255, 255, 0.25) !important;
}
.input-light textarea,
.input-light select,
.input-light input[type]:not([type=submit]):not([type=button]):not([type=hidden]):not([type=checkbox]):not([type=radio]):not([type=file]) {
  border-color: rgba(255, 255, 255, 0.15) !important;
  background-color: transparent !important;
  color: #ffffff !important;
}
.input-light textarea::-moz-placeholder,
.input-light select::-moz-placeholder,
.input-light input[type]:not([type=submit]):not([type=button]):not([type=hidden]):not([type=checkbox]):not([type=radio]):not([type=file])::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}
.input-light textarea:-ms-input-placeholder,
.input-light select:-ms-input-placeholder,
.input-light input[type]:not([type=submit]):not([type=button]):not([type=hidden]):not([type=checkbox]):not([type=radio]):not([type=file]):-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.input-light textarea::-webkit-input-placeholder,
.input-light select::-webkit-input-placeholder,
.input-light input[type]:not([type=submit]):not([type=button]):not([type=hidden]):not([type=checkbox]):not([type=radio]):not([type=file])::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.input-light textarea:focus:not(select),
.input-light select:focus:not(select),
.input-light input[type]:not([type=submit]):not([type=button]):not([type=hidden]):not([type=checkbox]):not([type=radio]):not([type=file]):focus:not(select) {
  border-color: transparent !important;
  background-color: rgba(255, 255, 255, 0.15) !important;
}
.input-light .wpcf7-list-item-label,
.input-light .checkbox-radio-label, .input-light i {
  color: rgba(255, 255, 255, 0.5) !important;
}

.wpcf7-not-valid-tip,
.nf-error-required-error {
  margin-top: -24px;
  margin-bottom: 24px;
  padding-top: 10px;
  padding-left: 18px;
  color: #ff5252 !important;
  font-size: 14px !important;
  text-transform: none !important;
}

.nf-error-required-error {
  padding-top: 5px;
}

.wpcf7-not-valid,
.nf-error textarea,
.nf-error input[type]:not([type=submit]):not([type=button]):not([type=hidden]):not([type=checkbox]):not([type=radio]):not([type=file]) {
  border-color: #ff5252 !important;
}
.wpcf7-not-valid:focus,
.nf-error textarea:focus,
.nf-error input[type]:not([type=submit]):not([type=button]):not([type=hidden]):not([type=checkbox]):not([type=radio]):not([type=file]):focus {
  border-color: transparent !important;
}

.wpcf7-response-output {
  position: relative;
  padding: 24px !important;
  padding-left: 46px !important;
  border: 1px solid transparent !important;
  border-radius: 5px;
}
.wpcf7-response-output::before {
  display: block;
  position: absolute;
  left: 18px;
  font-family: silicon-icons;
  font-size: 1.6em;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
}
.wpcf7-response-output.wpcf7-validation-errors {
  border-color: #ff5252 !important;
  background-color: rgba(255, 82, 82, 0.15);
  color: #ff5252;
  animation: appear 1s;
}
.wpcf7-response-output.wpcf7-validation-errors::before {
  content: "\e91f";
}
.wpcf7-response-output.wpcf7-mail-sent-ok {
  border-color: #00e676 !important;
  background-color: rgba(0, 230, 118, 0.15);
  color: #00cd69;
  animation: appear 1s;
}
.wpcf7-response-output.wpcf7-mail-sent-ok::before {
  content: "\e913";
}
.wpcf7-response-output.wpcf7-mail-sent-ng {
  border-color: #ff5f2c !important;
  background-color: rgba(255, 95, 44, 0.15);
  color: #ff5f2c;
  animation: appear 1s;
}
.wpcf7-response-output.wpcf7-mail-sent-ng::before {
  content: "\e91f";
}

@keyframes appear {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.search-box {
  position: relative;
}
.search-box input[type]:not([type=submit]):not([type=button]):not([type=hidden]):not([type=checkbox]):not([type=radio]):not([type=file]) {
  margin-bottom: 0 !important;
  padding-left: 40px;
}
.search-box button[type=submit] {
  display: block;
  position: absolute;
  left: 10px;
  margin-top: 3px;
  transition: color 0.3s;
  border: 0;
  background: none;
  color: #999999;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
}
.search-box button[type=submit]:hover {
  color: #404040;
}
.search-box button[type=submit] > i {
  font-size: 1.5em;
}

.post-password-form p {
  position: relative;
}
.post-password-form label {
  margin-bottom: 0 !important;
}
.post-password-form label input[type]:not([type=submit]):not([type=button]):not([type=hidden]):not([type=checkbox]):not([type=radio]):not([type=file]) {
  width: calc(100% - 90px);
  margin-bottom: 0 !important;
  padding-right: 100px;
}
.post-password-form input[type=submit] {
  position: absolute;
  top: 27px;
  right: 0;
  margin: 0;
}

.sidebar,
.wpb_widgetised_column {
  width: 100%;
}

.widget {
  margin-bottom: 48px;
}
.widget ul, .widget dd, .widget dt {
  margin: 0;
  font-family: "Roboto", sans-serif;
  list-style: none;
}
.widget div > ul,
.widget > ul {
  padding: 0;
}
.widget div > ul > li,
.widget > ul > li {
  padding: 10px 0;
}
.widget div > ul > li:first-child,
.widget > ul > li:first-child {
  padding-top: 0;
}
.widget div > ul > li:last-child,
.widget > ul > li:last-child {
  padding-bottom: 0;
}
.widget div > ul > li a,
.widget > ul > li a {
  transition: color 0.3s;
  color: #222222;
  text-decoration: none;
}
.widget div > ul > li a:hover,
.widget > ul > li a:hover {
  color: #3d59f9;
}
.widget div > ul > li.current-menu-item > a, .widget div > ul > li.current-menu-ancestor > a,
.widget > ul > li.current-menu-item > a,
.widget > ul > li.current-menu-ancestor > a {
  color: #3d59f9;
}
.widget .form-select,
.widget select {
  margin-bottom: 0;
}

.widget-title,
.widgettitle {
  margin-bottom: 24px;
  padding-bottom: 8px;
  border-bottom: 1px solid #e7e7e7;
  color: #999999;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.widget_meta > ul > li,
.widget_pages > ul > li,
.widget_archive > ul > li,
.widget_categories > ul > li,
.si-bp-sidebar-item > ul > li,
.widget_nav_menu div > ul > li,
.widget_display_views > ul > li,
.widget_display_topics > ul > li,
.widget_recent_entries > ul > li,
.widget_display_forums > ul > li,
.widget_display_replies > ul > li,
.widget_recent_comments > ul > li,
.widget_product_categories > ul > li,
.woocommerce-MyAccount-navigation > ul > li,
#bbp-user-navigation > ul > li {
  border-bottom: 1px dashed #e7e7e7;
  color: #999999;
}
.widget_meta > ul > li:last-child,
.widget_pages > ul > li:last-child,
.widget_archive > ul > li:last-child,
.widget_categories > ul > li:last-child,
.si-bp-sidebar-item > ul > li:last-child,
.widget_nav_menu div > ul > li:last-child,
.widget_display_views > ul > li:last-child,
.widget_display_topics > ul > li:last-child,
.widget_recent_entries > ul > li:last-child,
.widget_display_forums > ul > li:last-child,
.widget_display_replies > ul > li:last-child,
.widget_recent_comments > ul > li:last-child,
.widget_product_categories > ul > li:last-child,
.woocommerce-MyAccount-navigation > ul > li:last-child,
#bbp-user-navigation > ul > li:last-child {
  border: 0;
}

.widget_recent_entries .post-date {
  display: block;
  font-size: 12px;
}

.widget_recent_comments {
  font-size: 12px;
}
.widget_recent_comments .comment-author-link > a {
  color: #999999;
  font-size: 12px;
  font-weight: bold;
}
.widget_recent_comments ul {
  line-height: 1.5;
}
.widget_recent_comments ul > li {
  position: relative;
  padding-left: 18px;
}
.widget_recent_comments ul > li::before {
  position: absolute;
  top: 11px;
  left: 0;
  color: #999999;
  font-family: silicon-icons;
  content: "\e917";
}
.widget_recent_comments ul > li > a {
  display: block !important;
  font-size: 14px;
}
.widget_recent_comments ul > li:first-child::before {
  top: 1px;
}

.widget_tag_cloud a,
.widget_product_tag_cloud a,
.bbp-page-title-tags a,
.tags-links a {
  display: inline-block;
  height: 21px;
  margin: 4px 5px 4px 0;
  padding: 0 12px;
  transition: all 0.3s;
  border-radius: 11px;
  background-color: #f5f5f5;
  color: #222222;
  font-family: "Roboto", sans-serif;
  font-size: 12px !important;
  font-weight: normal;
  line-height: 21px;
  text-decoration: none;
}
.widget_tag_cloud a:hover,
.widget_product_tag_cloud a:hover,
.bbp-page-title-tags a:hover,
.tags-links a:hover {
  background-color: #3d59f9;
  color: #ffffff;
  box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.25);
}

.widget_calendar {
  border-bottom: 0;
  font-family: "Roboto", sans-serif;
}
.widget_calendar caption {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 12px;
  padding-left: 0;
  font-weight: bold;
}
.widget_calendar table > thead > tr > th, .widget_calendar table > thead > tr > td, .widget_calendar table > tbody > tr > th, .widget_calendar table > tbody > tr > td, .widget_calendar table > tfoot > tr > th, .widget_calendar table > tfoot > tr > td {
  padding: 10px;
  border: 1px solid #e7e7e7;
  background-color: #fafafa;
  text-align: center;
}
.widget_calendar a {
  transition: color 0.3s;
  color: #222222;
  font-weight: bold;
  text-decoration: none;
}
.widget_calendar a:hover {
  color: #3d59f9;
}

.widget_text img {
  margin-top: 12px;
  margin-bottom: 12px;
}
.widget_text .wp-caption {
  margin-bottom: 12px;
}
.widget_text .wp-caption img {
  margin: 0;
}
.widget_text .wp-caption .wp-caption-text {
  padding-bottom: 16px;
}
.widget_text p:last-child {
  margin-bottom: 0;
}

.widget_rss .widget-title > a {
  display: inline-block;
  transition: color 0.3s;
  color: #222222;
  font-weight: 500;
  text-decoration: none;
  vertical-align: middle;
}
.widget_rss .widget-title > a:hover {
  color: #3d59f9;
}
.widget_rss > ul > li {
  border-bottom: 1px dashed #e7e7e7;
}
.widget_rss > ul > li:last-child {
  border: 0;
}
.widget_rss > ul > li > a {
  font-weight: bold;
}
.widget_rss > ul > li .rss-date,
.widget_rss > ul > li cite {
  color: #999999;
  font-style: normal;
}

.widget_silicon_button > .btn, .nav-tabs > li.widget_silicon_button > a,
.wc-tabs > li.widget_silicon_button > a,
.nav-filters > ul > li.widget_silicon_button > a {
  margin: 0;
}
.widget_silicon_button > span {
  display: block;
  margin-top: 10px;
}
.widget_silicon_button > p {
  margin-bottom: 0;
}

.widget_silicon_socials {
  margin-bottom: 38px;
}

.widget_silicon_subscribe .input-group {
  margin-bottom: 0 !important;
}
.widget_silicon_subscribe .input-group button[type=submit] {
  position: absolute;
  right: 9px;
  padding: 6px;
  transition: color 0.3s;
  border: 0;
  background: none;
  color: #999999;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
}
.widget_silicon_subscribe .input-group button[type=submit]:hover {
  color: #404040;
}
.widget_silicon_subscribe .input-group button[type=submit] > i {
  position: static;
  color: inherit;
  font-size: 1.4em;
}
.widget_silicon_subscribe .input-group input[type]:not([type=submit]):not([type=button]):not([type=hidden]):not([type=checkbox]):not([type=radio]):not([type=file]) {
  padding-right: 40px;
  padding-left: 18px;
}
.widget_silicon_subscribe p {
  margin-bottom: 0;
}
.widget_silicon_subscribe .subscribe-form > p {
  margin-top: 10px;
}

.widget_silicon_map .google-maps {
  border-radius: 5px;
}

.silicon-author {
  position: relative;
  width: 100%;
  padding-top: 72px;
  border-radius: 5px;
  background-color: #ffffff;
  overflow: hidden;
}
.silicon-author .silicon-author-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background-position: center;
  background-color: #f5f5f5;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}
.silicon-author .silicon-author-info {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-line-pack: center;
  padding-right: 19px;
  padding-left: 19px;
  z-index: 2;
  align-items: center;
}
.silicon-author .silicon-author-info .silicon-author-avatar {
  -ms-flex: 0 0 96px;
  flex: 0 0 96px;
  width: 96px;
  height: 96px;
  margin-right: 8px;
  border-radius: 50%;
  overflow: hidden;
}
.silicon-author .silicon-author-info .silicon-author-avatar > img {
  width: 100%;
  border: 5px solid #ffffff;
  border-radius: 50%;
}
.silicon-author .silicon-author-info .silicon-author-about {
  padding-top: 18px;
}
.silicon-author .silicon-author-info .silicon-author-name {
  font-weight: bold;
  text-decoration: none;
}
.silicon-author .silicon-author-info .silicon-author-position {
  display: block;
  color: #999999;
  font-size: 12px;
}
.silicon-author .silicon-author-footer {
  padding-top: 10px;
  padding-right: 24px;
  padding-left: 24px;
}

.widget_silicon_contacts ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget_silicon_contacts ul > li {
  position: relative;
  padding: 10px 0;
  border-bottom: 1px dashed #e7e7e7;
}
.widget_silicon_contacts ul > li > i {
  display: block;
  position: absolute;
  top: 14px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: #ffffff;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  box-shadow: 0 5px 9px 0 rgba(0, 0, 0, 0.2);
}
.widget_silicon_contacts ul > li > i.background-white {
  color: #404040;
}
.widget_silicon_contacts ul > li > span, .widget_silicon_contacts ul > li > a {
  display: block;
  padding-left: 56px;
}
.widget_silicon_contacts ul > li .contact-label {
  color: #999999;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}
.widget_silicon_contacts ul > li:first-child {
  padding-top: 0;
}
.widget_silicon_contacts ul > li:first-child > i {
  top: 4px;
}
.widget_silicon_contacts ul > li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.widget_silicon_gallery .masonry-grid .si-gallery-item::after {
  margin-top: -15px;
  font-size: 30px;
}
.widget_silicon_gallery .masonry-grid .gutter-sizer {
  width: 8px;
}
.widget_silicon_gallery .masonry-grid .grid-item {
  margin-bottom: 8px;
}
.widget_silicon_gallery .masonry-grid.col-2 .gutter-sizer {
  width: 8px;
}
.widget_silicon_gallery .masonry-grid.col-2 .grid-sizer,
.widget_silicon_gallery .masonry-grid.col-2 .grid-item {
  width: calc(50% - 4px);
}
.widget_silicon_gallery .masonry-grid.col-3 .gutter-sizer {
  width: 8px;
}
.widget_silicon_gallery .masonry-grid.col-3 .grid-sizer,
.widget_silicon_gallery .masonry-grid.col-3 .grid-item {
  width: calc(33.3333333333% - 5.5px);
}
.widget_silicon_gallery .masonry-grid.grid-no-gap .grid-item {
  margin-bottom: 0;
}
.widget_silicon_gallery .masonry-grid.grid-no-gap.col-2 .gutter-sizer {
  width: 0;
}
.widget_silicon_gallery .masonry-grid.grid-no-gap.col-2 .grid-sizer,
.widget_silicon_gallery .masonry-grid.grid-no-gap.col-2 .grid-item {
  width: 50%;
}
.widget_silicon_gallery .masonry-grid.grid-no-gap.col-3 .gutter-sizer {
  width: 0;
}
.widget_silicon_gallery .masonry-grid.grid-no-gap.col-3 .grid-sizer,
.widget_silicon_gallery .masonry-grid.grid-no-gap.col-3 .grid-item {
  width: 33.3333333333%;
}

.widget_silicon_recent_posts .post-item,
.widget_silicon_recent_posts_carousel .post-item,
.popover .post-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: start;
  margin-bottom: 12px;
  align-items: flex-start;
  border-bottom: 1px dashed #e7e7e7;
  padding-bottom: 12px;
}
.widget_silicon_recent_posts .post-item:first-child,
.widget_silicon_recent_posts_carousel .post-item:first-child,
.popover .post-item:first-child {
  padding-top: 0;
}
.widget_silicon_recent_posts .post-item:last-child,
.widget_silicon_recent_posts_carousel .post-item:last-child,
.popover .post-item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.widget_silicon_recent_posts .post-item .post-thumb,
.widget_silicon_recent_posts_carousel .post-item .post-thumb,
.popover .post-item .post-thumb {
  flex: 0 0 60px;
  width: 60px;
  height: 60px;
  margin-right: 12px;
  border-radius: 50%;
}
.widget_silicon_recent_posts .post-item .post-title,
.widget_silicon_recent_posts_carousel .post-item .post-title,
.popover .post-item .post-title {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
}
.widget_silicon_recent_posts .post-item .post-title > a,
.widget_silicon_recent_posts_carousel .post-item .post-title > a,
.popover .post-item .post-title > a {
  font-weight: normal;
}
.widget_silicon_recent_posts .post-item .post-meta,
.widget_silicon_recent_posts_carousel .post-item .post-meta,
.popover .post-item .post-meta {
  padding-top: 0;
}
.widget_silicon_recent_posts .owl-carousel .owl-dots,
.widget_silicon_recent_posts_carousel .owl-carousel .owl-dots,
.popover .owl-carousel .owl-dots {
  margin-top: -2px;
}

#bbp-user-navigation .current a {
  color: #3d59f9 !important;
}

.widget_display_stats dl dd {
  padding: 10px 0;
  border-bottom: 1px dashed #e7e7e7;
  color: #999999;
}
.widget_display_stats dl dd:last-child {
  border: 0;
}
.widget_display_stats dl dd > strong {
  font-weight: normal !important;
}
.widget_display_stats dl > *:nth-child(odd) {
  padding: 10px 10px 10px 0;
  float: left;
}

.bbp_widget_login .avatar {
  border-radius: 50%;
}

/*!
 * Waves v0.7.5
 * http://fian.my.id/Waves
 *
 * Copyright 2014-2016 Alfiana E. Sibuea and other contributors
 * Released under the MIT license
 * https://github.com/fians/Waves/blob/master/LICENSE
 */
.waves-effect {
  display: inline-block;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.waves-effect .waves-ripple {
  position: absolute;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
  transform: scale(0) translate(0, 0);
  transition: all 0.5s ease-out;
  transition-property: transform, opacity;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  background: -webkit-radial-gradient(rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.4) 60%, rgba(255, 255, 255, 0) 70%);
  background: -o-radial-gradient(rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.4) 60%, rgba(255, 255, 255, 0) 70%);
  background: -moz-radial-gradient(rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.4) 60%, rgba(255, 255, 255, 0) 70%);
  background: radial-gradient(rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.4) 60%, rgba(255, 255, 255, 0) 70%);
  opacity: 0;
  pointer-events: none;
}
.waves-effect.waves-light .waves-ripple {
  background: rgba(255, 255, 255, 0.25);
  background: -webkit-radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
  background: -o-radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
  background: -moz-radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
  background: radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
}
.waves-effect.waves-classic .waves-ripple {
  background: rgba(0, 0, 0, 0.15);
}
.waves-effect.waves-classic.waves-light .waves-ripple {
  background: rgba(255, 255, 255, 0.4);
}

.waves-notransition {
  transition: none !important;
}

.waves-button,
.waves-circle {
  transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(circle, #ffffff 100%, #000000 100%);
}

.waves-button,
.waves-button:hover,
.waves-button:visited,
.waves-button-input {
  border: 0;
  outline: none;
  background-color: rgba(0, 0, 0, 0);
  color: inherit;
  font-size: 1em;
  line-height: 1em;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  vertical-align: middle;
  z-index: 1;
}

.waves-button {
  padding: 0.85em 1.1em;
  border-radius: 0.2em;
}

.waves-button-input {
  margin: 0;
  padding: 0.85em 1.1em;
}

.waves-input-wrapper {
  border-radius: 0.2em;
  vertical-align: bottom;
}
.waves-input-wrapper.waves-button {
  padding: 0;
}
.waves-input-wrapper .waves-button-input {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}

.tooltip {
  display: block;
  position: absolute;
  transition: transform 0.25s, opacity 0.25s;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  letter-spacing: 0.09em;
  white-space: nowrap;
  opacity: 0;
  z-index: 1070;
}
.tooltip.top {
  margin-top: -2px;
  transform: translateY(5px);
}
.tooltip.right {
  margin-left: 2px;
  transform: translateX(-5px);
}
.tooltip.bottom {
  margin-top: 2px;
  transform: translateY(-5px);
}
.tooltip.left {
  margin-left: -2px;
  transform: translateX(5px);
}
.tooltip.in {
  transform: translateY(0);
  opacity: 1;
}
.tooltip .tooltip-inner {
  max-width: 200px;
  padding: 3px 10px;
  border-radius: 3px;
  background-color: #222222;
  color: #ffffff;
  text-align: center;
}

.popover {
  position: absolute;
  width: 225px;
  padding-top: 24px;
  padding-bottom: 8px;
  transform: translateY(15px);
  transition: all 0.3s;
  border-radius: 5px;
  background-color: #222222;
  opacity: 0;
  visibility: hidden;
  z-index: 999;
}

.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-tap-highlight-color: transparent;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden; /* fix firefox animation glitch */
}
.owl-carousel .owl-stage::after {
  display: block;
  height: 0;
  clear: both;
  line-height: 0;
  content: ".";
  visibility: hidden;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  overflow: hidden;
}
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item .owl-lazy {
  transition: opacity 400ms ease;
  opacity: 0;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  display: block;
  opacity: 0;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin-top: -40px;
  margin-left: -40px;
  transition: transform 100ms ease;
  background: url("../img/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  height: 100%;
  transition: opacity 400ms ease;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  opacity: 0;
}
.owl-carousel .owl-video-frame {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.owl-carousel .owl-dots {
  display: block;
  width: 100%;
  margin-top: 24px;
  text-align: center;
}
.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 8px;
  transition: opacity 0.25s;
  border-radius: 50%;
  background-color: #222222;
  opacity: 0.15;
}
.owl-carousel .owl-dots .owl-dot.active {
  opacity: 1;
}
.owl-carousel .owl-nav [class*=owl-] {
  position: absolute;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  top: 50%;
  left: 24px;
  width: 60px;
  height: 60px;
  transition: 0.25s;
  border-radius: 50%;
  background-color: #ffffff;
  opacity: 0.5;
}
.owl-carousel .owl-nav [class*=owl-] span {
  display: block;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #222222;
  font-size: 34px;
}
.owl-carousel .owl-nav [class*=owl-].owl-next {
  right: 24px;
  left: auto;
}
.owl-carousel .owl-nav [class*=owl-]:hover {
  box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.25);
  opacity: 1;
}
.owl-carousel .owl-nav .disabled {
  box-shadow: none !important;
  cursor: default;
  opacity: 0.5 !important;
}
.owl-carousel.carousel-with-dots .owl-nav [class*=owl-] {
  margin-top: -21px;
}
.owl-carousel.carousel-light .owl-dots .owl-dot {
  background-color: #ffffff;
  opacity: 0.45;
}
.owl-carousel.carousel-light .owl-dots .owl-dot.active {
  opacity: 1;
}

.no-js .owl-carousel {
  display: block;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 500ms ease-in-out;
}

@media screen and (max-width: 768px) {
  .comments-area {
    margin-top: 24px;
  }
}
.comments-area .comments-main-title > span {
  color: #999999;
  font-weight: 400;
}
.comments-area .reply-title {
  margin-bottom: 12px;
}
.comments-area .reply-title h4 {
  display: none;
}
.comments-area .reply-title a {
  text-decoration: none;
}
.comments-area .logged-in-as {
  margin-bottom: 16px;
}
.comments-area .logged-in-as > a {
  color: #404040;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
}
.comments-area .logged-in-as > a:hover {
  color: #3d59f9;
}

.comment {
  margin-top: 24px;
  padding: 24px 0 0;
}
.comment .comment {
  padding-top: 0;
  padding-left: 72px;
}
@media screen and (max-width: 991px) {
  .comment .comment {
    padding-right: 0;
    padding-left: 0;
  }
}
.comment.depth-2 {
  margin-bottom: 0;
}
.comment .inner {
  display: table;
  width: 100%;
}
.comment .comment-body {
  position: relative;
  padding-left: 30px;
}
@media only screen and (max-width: 570px) {
  .comment .comment-body {
    padding-left: 0;
  }
}
.comment .author-ava,
.comment .comment-body {
  display: table-cell;
  vertical-align: top;
}
.comment .author-ava {
  width: 70px;
}
.comment .author-ava > img {
  display: block;
  width: 100%;
  border-radius: 50%;
}
.comment .author-name {
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: bold;
}
.comment .comment-body p {
  margin-bottom: 12px;
}
.comment .comment-body p:last-child {
  margin-bottom: 0;
}
.comment .comment-date {
  display: inline-block;
  margin-bottom: 12px;
  color: #999999;
  font-size: 12px;
}
.comment .comment-date::before {
  display: inline-block;
  position: relative;
  margin-right: 3px;
  font-family: "silicon-icons";
  content: "\e945";
}
.comment .reply-link {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
}
.comment .reply-link > a {
  margin: 0;
  transform: translateY(-55%) !important;
}
.comment .reply-link > a::before {
  display: inline-block;
  position: relative;
  top: -1px;
  margin-right: 5px;
  font-family: "silicon-icons";
  content: "\e93b";
}
@media screen and (max-width: 570px) {
  .comment .author-ava,
.comment .comment-body {
    display: block;
  }
  .comment .author-ava {
    width: 70px;
    margin-bottom: 15px;
    padding-right: 0;
  }
  .comment .comment-body {
    width: 100%;
  }
}

.comment-respond {
  margin-top: 24px;
}

.comment-respond + .comment {
  margin-top: 24px;
}

.page .comments-area {
  padding-bottom: 72px;
}
@media screen and (max-width: 768px) {
  .page .comments-area {
    padding-bottom: 48px;
  }
}

.no-comments {
  margin-top: 24px;
}

.post-navigation {
  margin-top: 36px;
}
.post-navigation .post-nav-prev:empty,
.post-navigation .post-nav-next:empty {
  display: none;
}
.post-navigation .post-nav-prev:empty + .post-nav-next {
  border: 0;
}

.pagination {
  margin-top: 48px;
  padding: 8px 24px;
  background-color: #ffffff;
}
.pagination .pagination-links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: center;
  align-items: center;
}
.pagination .pagination-links .prev-button .btn, .pagination .pagination-links .prev-button .nav-tabs > li > a,
.pagination .pagination-links .prev-button .wc-tabs > li > a,
.pagination .pagination-links .prev-button .nav-filters > ul > li > a,
.pagination .pagination-links .next-button .btn,
.pagination .pagination-links .next-button .nav-tabs > li > a,
.pagination .pagination-links .next-button .wc-tabs > li > a,
.pagination .pagination-links .next-button .nav-filters > ul > li > a {
  margin-right: 0;
  margin-left: 0;
}
.pagination .nav-links {
  margin: auto;
}
.pagination .nav-links .page-numbers {
  display: inline-block;
  width: 36px;
  height: 36px;
  margin: 8px 2px;
  transition: box-shadow 0.3s;
  border-radius: 50%;
  background-color: #ffffff;
  color: #222222;
  font-weight: bold;
  line-height: 36px;
  text-decoration: none;
}
.pagination .nav-links .page-numbers:hover:not(.current):not(.dots) {
  box-shadow: 0 14px 25px -7px rgba(0, 0, 0, 0.25);
}
.pagination .nav-links .page-numbers.current {
  background-color: #3d59f9;
  color: #ffffff;
  cursor: default;
}
.pagination.pagination-infinite {
  padding-top: 0;
  padding-bottom: 0;
  border: 0 !important;
}
.pagination.loading .btn-link > .si-load-more::before, .pagination.loading .nav-tabs > li > a > .si-load-more::before,
.pagination.loading .wc-tabs > li > a > .si-load-more::before,
.pagination.loading .nav-filters > ul > li > a > .si-load-more::before {
  display: inline-block;
  -webkit-animation: load-spin 1s infinite;
  animation: load-spin 1s infinite;
}
@-webkit-keyframes load-spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
  }
}

.masonry-grid + .pagination {
  margin-top: 18px;
}

.pagination-infinite .spinner-wrap {
  display: none;
  width: 48px;
  height: 48px;
  margin: auto;
  -webkit-animation: container-rotate 1568ms linear infinite;
  animation: container-rotate 1568ms linear infinite;
}
.pagination-infinite.loading .spinner-wrap {
  display: inline-block;
}
.pagination-infinite .spinner-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
.pagination-infinite .circle-clipper {
  display: inline-block;
  position: relative;
  width: 50%;
  height: 100%;
  border-color: inherit;
  overflow: hidden;
}
.pagination-infinite .circle-clipper.left {
  float: left;
}
.pagination-infinite .circle-clipper.right {
  float: right;
}
.pagination-infinite .circle-clipper .circle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 200%;
  height: 100%;
  border-width: 2px;
  border-style: solid;
  border-radius: 50%;
  border-color: inherit;
  border-bottom-color: transparent !important;
}
.pagination-infinite .circle-clipper.left .circle {
  left: 0;
  -webkit-transform: rotate(129deg);
  transform: rotate(129deg);
  border-right-color: transparent !important;
  -webkit-animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
.pagination-infinite .circle-clipper.right .circle {
  left: -100%;
  -webkit-transform: rotate(-129deg);
  transform: rotate(-129deg);
  border-left-color: transparent !important;
  -webkit-animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
.pagination-infinite .gap-patch {
  position: absolute;
  top: 0;
  left: 45%;
  width: 10%;
  height: 100%;
  border-color: inherit;
  overflow: hidden;
}
.pagination-infinite .gap-patch .circle {
  left: -450%;
  width: 1000%;
  border-radius: 50%;
}
@-webkit-keyframes container-rotate {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes container-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes fill-unfill-rotate {
  12.5% {
    -webkit-transform: rotate(135deg);
  }
  25% {
    -webkit-transform: rotate(270deg);
  }
  37.5% {
    -webkit-transform: rotate(405deg);
  }
  50% {
    -webkit-transform: rotate(540deg);
  }
  62.5% {
    -webkit-transform: rotate(675deg);
  }
  75% {
    -webkit-transform: rotate(810deg);
  }
  87.5% {
    -webkit-transform: rotate(945deg);
  }
  100% {
    -webkit-transform: rotate(1080deg);
  }
}
@keyframes fill-unfill-rotate {
  12.5% {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  25% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  37.5% {
    -webkit-transform: rotate(405deg);
    transform: rotate(405deg);
  }
  50% {
    -webkit-transform: rotate(540deg);
    transform: rotate(540deg);
  }
  62.5% {
    -webkit-transform: rotate(675deg);
    transform: rotate(675deg);
  }
  75% {
    -webkit-transform: rotate(810deg);
    transform: rotate(810deg);
  }
  87.5% {
    -webkit-transform: rotate(945deg);
    transform: rotate(945deg);
  }
  100% {
    -webkit-transform: rotate(1080deg);
    transform: rotate(1080deg);
  }
}
@-webkit-keyframes left-spin {
  0% {
    -webkit-transform: rotate(130deg);
  }
  50% {
    -webkit-transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(130deg);
  }
}
@keyframes left-spin {
  0% {
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg);
  }
  50% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg);
  }
}
@-webkit-keyframes right-spin {
  0% {
    -webkit-transform: rotate(-130deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
  }
  100% {
    -webkit-transform: rotate(-130deg);
  }
}
@keyframes right-spin {
  0% {
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  100% {
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
}

.post-navigation {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: center;
  align-items: center;
  text-align: center;
}
.post-navigation .post-nav-prev,
.post-navigation .post-nav-all,
.post-navigation .post-nav-next {
  position: relative;
  -ms-flex: 1 1 33%;
  flex: 1 1 33%;
  border-width: 0;
  padding: 8px 0;
}
.post-navigation .post-nav-prev .btn, .post-navigation .post-nav-prev .nav-tabs > li > a,
.post-navigation .post-nav-prev .wc-tabs > li > a,
.post-navigation .post-nav-prev .nav-filters > ul > li > a,
.post-navigation .post-nav-all .btn,
.post-navigation .post-nav-all .nav-tabs > li > a,
.post-navigation .post-nav-all .wc-tabs > li > a,
.post-navigation .post-nav-all .nav-filters > ul > li > a,
.post-navigation .post-nav-next .btn,
.post-navigation .post-nav-next .nav-tabs > li > a,
.post-navigation .post-nav-next .wc-tabs > li > a,
.post-navigation .post-nav-next .nav-filters > ul > li > a {
  margin-right: 0;
  margin-left: 0;
}
.post-navigation .post-nav-prev + .post-nav-next {
  border-left-width: 1px;
}
.post-navigation .post-nav-prev + .post-nav-all {
  border-left-width: 1px;
}
.post-navigation .post-nav-all + .post-nav-next {
  border-left-width: 1px;
}
.post-navigation .post-nav-all .btn > i.si-list, .post-navigation .post-nav-all .nav-tabs > li > a > i.si-list,
.post-navigation .post-nav-all .wc-tabs > li > a > i.si-list,
.post-navigation .post-nav-all .nav-filters > ul > li > a > i.si-list {
  margin-top: -2px;
  font-size: 1.5em;
}
.post-navigation .popover {
  bottom: 90%;
  left: 50%;
  margin-left: -112px;
  padding: 12px;
  transform: translateY(10px);
}
.post-navigation .popover > .post-item {
  -ms-flex-line-pack: center;
  margin-bottom: 0;
  text-align: left;
  align-items: center;
}
.post-navigation .popover > .post-item .post-title {
  color: #ffffff !important;
  font-size: 12px;
  font-weight: bold;
}
.post-navigation .popover.is-visible {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 768px) {
  .post-navigation .popover {
    display: none;
  }
  .post-navigation .post-nav-prev .btn > i, .post-navigation .post-nav-prev .nav-tabs > li > a > i,
.post-navigation .post-nav-prev .wc-tabs > li > a > i,
.post-navigation .post-nav-prev .nav-filters > ul > li > a > i,
.post-navigation .post-nav-all .btn > i,
.post-navigation .post-nav-all .nav-tabs > li > a > i,
.post-navigation .post-nav-all .wc-tabs > li > a > i,
.post-navigation .post-nav-all .nav-filters > ul > li > a > i,
.post-navigation .post-nav-next .btn > i,
.post-navigation .post-nav-next .nav-tabs > li > a > i,
.post-navigation .post-nav-next .wc-tabs > li > a > i,
.post-navigation .post-nav-next .nav-filters > ul > li > a > i {
    font-size: 2em;
  }
  .post-navigation .post-nav-all .btn > i.si-list, .post-navigation .post-nav-all .nav-tabs > li > a > i.si-list,
.post-navigation .post-nav-all .wc-tabs > li > a > i.si-list,
.post-navigation .post-nav-all .nav-filters > ul > li > a > i.si-list {
    font-size: 1.9em;
  }
}

.wp-caption {
  display: block;
  position: relative;
  max-width: 100% !important;
  margin-bottom: 24px;
}
.wp-caption > img {
  display: block;
}
.wp-caption .wp-caption-text {
  display: block;
  width: 100%;
  margin-top: 12px;
  color: #999999;
  font-size: 12px;
  text-align: center;
}
.wp-caption .wp-caption-text > a {
  text-decoration: none;
}
.wp-caption p {
  margin-bottom: 0;
}
.wp-caption > a > img {
  display: block;
}

.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
.screen-reader-text:focus {
  display: block;
  top: 5px;
  left: 5px;
  width: auto;
  height: auto;
  padding: 15px 23px 14px;
  border-radius: 3px;
  background-color: #f1f1f1;
  color: #21759b;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: normal;
  text-decoration: none;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  z-index: 100000; /* Above WP toolbar. */
  clip: auto !important;
}

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

.alignright {
  display: block;
  margin: 5px 0 24px 20px;
  float: right;
}

.alignleft {
  display: block;
  margin: 5px 20px 24px 0;
  float: left;
}

.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  width: 100%;
  margin-bottom: 24px;
  text-align: center;
  vertical-align: top;
}
.gallery-item .gallery-icon a img {
  margin: auto;
}
.gallery-item .wp-caption-text {
  display: block;
  width: 100%;
  margin-top: 12px;
  color: #999999;
  font-size: 12px;
  text-align: center;
}
.gallery-item .wp-caption-text > a {
  text-decoration: none;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

.bypostauthor {
  display: block;
}

.wpb_button,
.wpb_content_element,
ul.wpb_thumbnails-fluid > li {
  margin-bottom: 0 !important;
}

table {
  margin-bottom: 24px;
}
table tr > * {
  border-bottom: 1px solid #e7e7e7;
  padding: 12px;
}
table tr thead tr {
  border-bottom: 1px solid #e7e7e7;
}
table tr:last-child > * {
  border-bottom: 0;
}
table tr th {
  color: #999999;
  font-weight: bold;
  text-transform: uppercase;
}

.fw-section {
  position: relative;
  width: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.fw-section > .overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  content: "";
  opacity: 0.6;
  z-index: 1;
}
.fw-section > .container,
.fw-section > .container-fluid {
  position: relative;
  z-index: 5;
}

.container-fluid {
  padding-right: 30px;
  padding-left: 30px;
}
.container-fluid .full-height {
  height: 100vh;
}
@media screen and (max-width: 1200px) {
  .container-fluid {
    padding: 0 15px;
  }
}

.layout-boxed-equal .row,
.layout-full-equal .row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex: 1 1 auto;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  align-content: flex-start;
  flex: 0;
}
.layout-boxed-equal .row::before,
.layout-full-equal .row::before {
  display: none;
}

.section-no-gap > .container,
.section-no-gap > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.section-no-gap > .container > .row,
.section-no-gap > .container-fluid > .row {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.section-no-gap > .container > .row > [class^=col-],
.section-no-gap > .container-fluid > .row > [class^=col-] {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.section-no-gap > .container > .row > [class^=col-] > .row,
.section-no-gap > .container-fluid > .row > [class^=col-] > .row {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.masonry-grid {
  position: relative;
}
.masonry-grid::before, .masonry-grid::after {
  display: table;
  content: " ";
}
.masonry-grid::after {
  clear: both;
}
.masonry-grid .gutter-sizer {
  width: 30px;
}
.masonry-grid .grid-item {
  margin-bottom: 30px;
}
.masonry-grid .grid-item .post-tile,
.masonry-grid .grid-item .portfolio-tile {
  margin-bottom: 0;
}
.masonry-grid.col-1 .gutter-sizer {
  width: 0;
}
.masonry-grid.col-1 .grid-sizer,
.masonry-grid.col-1 .grid-item {
  width: 100%;
}
.masonry-grid.col-2 .grid-sizer,
.masonry-grid.col-2 .grid-item {
  width: calc(50% - 15px);
}
.masonry-grid.col-3 .grid-sizer,
.masonry-grid.col-3 .grid-item {
  width: calc(33.3333333333% - 20px);
}
.masonry-grid.col-4 .grid-sizer,
.masonry-grid.col-4 .grid-item {
  width: calc(25% - 22.5px);
}
.masonry-grid.col-5 .grid-sizer,
.masonry-grid.col-5 .grid-item {
  width: calc(20% - 24px);
}
.masonry-grid.col-6 .grid-sizer,
.masonry-grid.col-6 .grid-item {
  width: calc(16.6666666667% - 25px);
}
@media screen and (max-width: 1100px) {
  .masonry-grid.col-6 .grid-sizer,
.masonry-grid.col-6 .grid-item, .masonry-grid.col-5 .grid-sizer,
.masonry-grid.col-5 .grid-item, .masonry-grid.col-4 .grid-sizer,
.masonry-grid.col-4 .grid-item {
    width: calc(33.3333333333% - 20px);
  }
}
@media screen and (max-width: 820px) {
  .masonry-grid.col-6 .grid-sizer,
.masonry-grid.col-6 .grid-item, .masonry-grid.col-5 .grid-sizer,
.masonry-grid.col-5 .grid-item, .masonry-grid.col-4 .grid-sizer,
.masonry-grid.col-4 .grid-item, .masonry-grid.col-3 .grid-sizer,
.masonry-grid.col-3 .grid-item {
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 560px) {
  .masonry-grid.col-6 .gutter-sizer, .masonry-grid.col-5 .gutter-sizer, .masonry-grid.col-4 .gutter-sizer, .masonry-grid.col-3 .gutter-sizer, .masonry-grid.col-2 .gutter-sizer {
    width: 0;
  }
  .masonry-grid.col-6 .grid-sizer,
.masonry-grid.col-6 .grid-item, .masonry-grid.col-5 .grid-sizer,
.masonry-grid.col-5 .grid-item, .masonry-grid.col-4 .grid-sizer,
.masonry-grid.col-4 .grid-item, .masonry-grid.col-3 .grid-sizer,
.masonry-grid.col-3 .grid-item, .masonry-grid.col-2 .grid-sizer,
.masonry-grid.col-2 .grid-item {
    width: 100%;
  }
}
.masonry-grid.grid-no-gap .gutter-sizer {
  width: 0;
}
.masonry-grid.grid-no-gap .grid-item {
  margin-bottom: 0;
}
.masonry-grid.grid-no-gap.col-2 .grid-sizer,
.masonry-grid.grid-no-gap.col-2 .grid-item {
  width: 50%;
}
.masonry-grid.grid-no-gap.col-3 .grid-sizer,
.masonry-grid.grid-no-gap.col-3 .grid-item {
  width: 33.3333333333%;
}
.masonry-grid.grid-no-gap.col-4 .grid-sizer,
.masonry-grid.grid-no-gap.col-4 .grid-item {
  width: 25%;
}
.masonry-grid.grid-no-gap.col-5 .grid-sizer,
.masonry-grid.grid-no-gap.col-5 .grid-item {
  width: 20%;
}
.masonry-grid.grid-no-gap.col-6 .grid-sizer,
.masonry-grid.grid-no-gap.col-6 .grid-item {
  width: 16.6666666667%;
}
@media screen and (max-width: 1100px) {
  .masonry-grid.grid-no-gap.col-6 .grid-sizer,
.masonry-grid.grid-no-gap.col-6 .grid-item, .masonry-grid.grid-no-gap.col-5 .grid-sizer,
.masonry-grid.grid-no-gap.col-5 .grid-item, .masonry-grid.grid-no-gap.col-4 .grid-sizer,
.masonry-grid.grid-no-gap.col-4 .grid-item {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 820px) {
  .masonry-grid.grid-no-gap.col-6 .grid-sizer,
.masonry-grid.grid-no-gap.col-6 .grid-item, .masonry-grid.grid-no-gap.col-5 .grid-sizer,
.masonry-grid.grid-no-gap.col-5 .grid-item, .masonry-grid.grid-no-gap.col-4 .grid-sizer,
.masonry-grid.grid-no-gap.col-4 .grid-item, .masonry-grid.grid-no-gap.col-3 .grid-sizer,
.masonry-grid.grid-no-gap.col-3 .grid-item {
    width: 50%;
  }
}
@media screen and (max-width: 560px) {
  .masonry-grid.grid-no-gap.col-6 .grid-sizer,
.masonry-grid.grid-no-gap.col-6 .grid-item, .masonry-grid.grid-no-gap.col-5 .grid-sizer,
.masonry-grid.grid-no-gap.col-5 .grid-item, .masonry-grid.grid-no-gap.col-4 .grid-sizer,
.masonry-grid.grid-no-gap.col-4 .grid-item, .masonry-grid.grid-no-gap.col-3 .grid-sizer,
.masonry-grid.grid-no-gap.col-3 .grid-item, .masonry-grid.grid-no-gap.col-2 .grid-sizer,
.masonry-grid.grid-no-gap.col-2 .grid-item {
    width: 100%;
  }
}

.si-justified-grid .si-justified-row {
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 991px) {
  .si-justified-grid .si-justified-row:first-child .si-justified-item {
    border-top: 0;
  }
}
.si-justified-grid .si-justified-item {
  width: 25%;
}
.si-justified-grid .si-justified-item:first-child {
  border-left: 0;
}
@media screen and (max-width: 991px) {
  .si-justified-grid .si-justified-item {
    width: 50%;
  }
  .si-justified-grid .si-justified-item:nth-child(3) {
    border-left: 0;
  }
  .si-justified-grid .si-justified-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .si-justified-grid .si-justified-row:first-child .si-justified-item:first-child {
    border-top: 0;
  }
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  .si-justified-grid .si-justified-row:first-child .si-justified-item:nth-child(2) {
    border-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .si-justified-grid .si-justified-item {
    width: 100%;
    border-left: 0;
  }
}

.site-logo,
.mobile-logo {
  display: inline-block;
  margin-top: 18px;
  margin-right: 30px;
  margin-bottom: 18px;
  vertical-align: middle;
}
.site-logo > img,
.mobile-logo > img {
  display: block;
  width: 100%;
}

.mobile-logo {
  display: none;
}

.site-header {
  position: relative;
  width: 100%;
  z-index: 999;
}
.site-header .topbar-inner,
.site-header .navbar-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: center;
  align-items: center;
  width: 100%;
  max-width: 1170px;
  height: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.site-header.header-fullwidth:not(.header-lateral) .topbar-inner,
.site-header.header-fullwidth:not(.header-lateral) .navbar-inner {
  max-width: 100%;
  padding: 0 30px;
}
@media screen and (max-width: 1200px) {
  .site-header.header-fullwidth:not(.header-lateral) .topbar-inner,
.site-header.header-fullwidth:not(.header-lateral) .navbar-inner {
    padding: 0 15px;
  }
}
.site-header.header-floating:not(.header-lateral) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.admin-bar:not(.offcanvas-menu-in-view) .site-header.header-floating {
  top: 32px;
}
@media (max-width: 782px) {
  .admin-bar:not(.offcanvas-menu-in-view) .site-header.header-floating {
    top: 46px;
  }
}

.topbar {
  position: relative;
  height: 40px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  background-color: #f5f5f5;
  z-index: 15;
}
.topbar .social-bar,
.topbar .additional-info,
.topbar .additional-info i {
  display: inline-block;
  vertical-align: middle;
}
.topbar .additional-info {
  margin-right: 12px;
  font-size: 13px;
}
.topbar .additional-info > * {
  opacity: 0.5;
}
.topbar .additional-info p {
  margin: 0;
}
.topbar .additional-info a {
  transition: opacity 0.25s;
  color: #404040;
  text-decoration: none;
}
.topbar .additional-info a:hover {
  opacity: 1;
}
.topbar .social-bar {
  padding-top: 3px;
}
.topbar .social-bar .social-button {
  margin-right: 4px;
  margin-bottom: 0;
  opacity: 0.4;
}
.topbar .social-bar .social-button:hover {
  opacity: 1;
}
.topbar .topbar-menu {
  display: inline-block;
  vertical-align: middle;
}
.topbar .topbar-menu ul {
  margin: 0;
  padding: 0;
  font-size: 13px;
  list-style: none;
}
.topbar .topbar-menu ul > li {
  display: inline-block;
  margin-left: 9px;
}
.topbar .topbar-menu ul > li > a {
  display: block;
  transition: opacity 0.25s;
  color: #404040;
  text-decoration: none;
  opacity: 0.5;
}
.topbar .topbar-menu ul > li > a:hover {
  opacity: 1;
}
.topbar .login-link {
  display: inline-block;
  margin-left: 15px;
  transition: opacity 0.25s;
  color: #404040;
  font-size: 13px;
  text-decoration: none;
  opacity: 0.5;
  vertical-align: middle;
}
.topbar .login-link:hover {
  opacity: 1;
}
.topbar .login-link > i {
  display: inline-block;
  vertical-align: middle;
}
.topbar.topbar-ghost {
  background-color: transparent;
}
.topbar.topbar-light-skin {
  color: #ffffff;
}
.topbar.topbar-light-skin .additional-info > *,
.topbar.topbar-light-skin .topbar-menu ul > li > a,
.topbar.topbar-light-skin .login-link,
.topbar.topbar-light-skin .lang-switcher .caret {
  color: #ffffff;
}
.topbar.topbar-light-skin .social-bar .social-button,
.topbar.topbar-light-skin .lang-switcher .caret {
  opacity: 0.55;
}
.topbar.topbar-light-skin .social-bar .social-button:hover,
.topbar.topbar-light-skin .lang-switcher .caret:hover {
  opacity: 1;
}
.topbar.topbar-light-skin .lang-switcher:hover .caret {
  opacity: 1 !important;
}

.navbar-horizontal {
  position: relative;
  min-height: 75px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  background-color: #ffffff;
}
.navbar-horizontal .navbar-utils,
.navbar-horizontal .navbar-branding {
  position: relative;
  z-index: 5;
}
.navbar-horizontal .navbar-inner,
.navbar-horizontal .menu-wrap {
  transition: opacity 0.3s, visibility 0.3s;
}
.navbar-horizontal.navbar-ghost {
  background-color: transparent;
}
.navbar-horizontal.menu-skin-light {
  border-bottom-color: rgba(255, 255, 255, 0.15);
}

.navbar-sticky {
  display: none;
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  background-color: #ffffff;
  z-index: 2000;
}
.navbar-sticky.stuck {
  top: 0;
  box-shadow: 0 20px 72px -20px rgba(0, 0, 0, 0.2);
}

.csstransforms .navbar-sticky {
  top: 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.csstransforms .navbar-sticky.stuck {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.admin-bar:not(.offcanvas-menu-in-view) .navbar-sticky {
  top: 32px;
}
@media (max-width: 782px) {
  .admin-bar:not(.offcanvas-menu-in-view) .navbar-sticky {
    top: 46px;
  }
}

.navbar-utils {
  text-align: right;
}
.navbar-utils .inner {
  display: table-cell;
  vertical-align: middle;
}
.navbar-utils .util {
  display: inline-block;
  position: relative;
  padding: 10px 22px;
  vertical-align: middle;
}
.navbar-utils .util > .btn, .navbar-utils .nav-tabs > li.util > a,
.navbar-utils .wc-tabs > li.util > a,
.navbar-utils .nav-filters > ul > li.util > a {
  margin: 0;
}
.navbar-utils .util:first-child::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 44px;
  margin-top: -22px;
  background-color: #e7e7e7;
  content: "";
}
.navbar-utils .util:last-child::after {
  display: none;
}
.navbar-utils .util:last-child:not(.cart-toggle) {
  padding-right: 0;
}

.site-search-toggle,
.cart-toggle,
.offcanvas-menu-toggle {
  transition: color 0.3s;
  color: #222222;
  cursor: pointer;
}
.site-search-toggle:hover,
.cart-toggle:hover,
.offcanvas-menu-toggle:hover {
  color: #3d59f9;
}
.site-search-toggle.active,
.cart-toggle.active,
.offcanvas-menu-toggle.active {
  color: #3d59f9;
}

.site-button > .widget {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}
.site-button > .widget:last-child {
  margin-left: 10px;
}
.site-button > .widget > .widget-title,
.site-button > .widget > span {
  display: none;
}

.site-button + .offcanvas-menu-toggle {
  padding-left: 0;
}

.menu-skin-light .navbar-utils .util:first-child::after {
  background-color: rgba(255, 255, 255, 0.15);
}
.menu-skin-light .site-search-toggle,
.menu-skin-light .cart-toggle,
.menu-skin-light .offcanvas-menu-toggle {
  color: #ffffff;
}
.menu-skin-light .site-search-toggle:hover, .menu-skin-light .site-search-toggle.active,
.menu-skin-light .cart-toggle:hover,
.menu-skin-light .cart-toggle.active,
.menu-skin-light .offcanvas-menu-toggle:hover,
.menu-skin-light .offcanvas-menu-toggle.active {
  color: rgba(255, 255, 255, 0.6);
}
.menu-skin-light .mobile-menu-toggle {
  color: #ffffff;
}

.offcanvas-menu-toggle span, .offcanvas-menu-toggle i {
  display: inline-block;
  vertical-align: middle;
}
.offcanvas-menu-toggle span {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.offcanvas-menu-toggle i {
  margin-left: 2px;
  font-size: 24px;
}

.mobile-menu-toggle {
  display: none;
  padding: 10px 16px 10px 0;
  font-size: 24px;
  cursor: pointer;
  vertical-align: middle;
}

.site-search-toggle {
  font-size: 24px;
}
.site-search-toggle > i {
  display: block;
  padding-top: 2px;
  line-height: 1;
}

.site-search {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s;
  background-color: #ffffff;
  opacity: 0;
  visibility: hidden;
  z-index: 100;
}
.site-search > .inner {
  display: table;
  width: 100%;
  height: 100%;
  max-height: 100%;
}
.site-search .search-form {
  display: table-cell;
  position: relative;
  vertical-align: middle;
}
.site-search .search-form .search-box input[type]:not([type=submit]):not([type=button]):not([type=hidden]):not([type=checkbox]):not([type=radio]):not([type=file]) {
  padding-right: 120px;
  padding-left: 30px;
  border: 0;
  background: none;
  font-size: 16px;
}
.site-search .search-form .search-box input[type]:not([type=submit]):not([type=button]):not([type=hidden]):not([type=checkbox]):not([type=radio]):not([type=file]):focus {
  box-shadow: none;
}
@media screen and (max-width: 1200px) {
  .site-search .search-form .search-box input[type]:not([type=submit]):not([type=button]):not([type=hidden]):not([type=checkbox]):not([type=radio]):not([type=file]) {
    padding-left: 15px;
  }
}
.site-search .search-form .search-box button[type=submit] {
  display: none;
}
.site-search .search-tools {
  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: -20px;
  z-index: 5;
}
@media screen and (max-width: 1200px) {
  .site-search .search-tools {
    right: 15px;
  }
}
.site-search .search-tools .search-close,
.site-search .search-tools .search-clear {
  display: inline-block;
  transition: color 0.25s;
  cursor: pointer;
  vertical-align: middle;
}
.site-search .search-tools .search-clear {
  padding: 10px 0;
  color: #999999;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.site-search .search-tools .search-clear:hover {
  color: #222222;
}
.site-search .search-tools .search-close {
  margin-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #222222;
  font-size: 20px;
  line-height: 1;
}
.site-search .search-tools .search-close:hover {
  color: #999999;
}

.search-visible .site-search {
  opacity: 1;
  visibility: visible;
}
.search-visible .navbar-inner,
.search-visible .menu-wrap {
  opacity: 0;
  visibility: hidden;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 3px;
  transition: opacity 0.25s;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  color: #404040;
  vertical-align: middle;
}

.lang-switcher {
  display: inline-block;
  position: relative;
  margin-left: 18px;
  cursor: pointer;
  vertical-align: middle;
}
.lang-switcher img {
  display: inline-block;
  vertical-align: middle;
}
.lang-switcher .current-lang {
  display: inline-block;
  background-color: #f5f5f5;
  text-align: center;
  vertical-align: middle;
}
.lang-switcher .current-lang > img {
  margin-top: 5px;
}
.lang-switcher .caret {
  opacity: 0.5;
}
.lang-switcher > .sub-menu {
  left: -55px;
  width: 130px;
}
.lang-switcher > .sub-menu > .current-lang {
  display: block;
  text-align: left;
}
.lang-switcher > .sub-menu img {
  margin-right: 6px !important;
}
.lang-switcher:hover .caret {
  opacity: 1;
}
.lang-switcher:hover > .sub-menu {
  display: block;
  animation: dropdown-mega 0.3s;
}
.lang-switcher:last-child > .sub-menu {
  right: 0;
  left: auto;
}

.cart-toggle {
  position: relative;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.cart-toggle .product-count {
  display: block;
  position: absolute;
  top: 7px;
  right: -2px;
  width: 18px;
  height: 18px;
  border: 1px solid #3d59f9;
  border-radius: 50%;
  color: #3d59f9;
  line-height: 16px;
  text-align: center;
}

.site-header .menu-item-has-children:hover > .sub-menu {
  display: block;
  animation: dropdown 0.3s;
}

.navbar-horizontal .menu-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.menu-skin-light .cart-toggle .product-count {
  border-color: #ffffff;
  color: #ffffff;
}
.menu-skin-light .menu-wrap .main-navigation > ul > li > a {
  color: #ffffff;
}
.menu-skin-light .menu-wrap .main-navigation > ul > li > a::before {
  background-color: #ffffff;
}
.menu-skin-light .menu-wrap .main-navigation > ul > li > a:hover {
  color: rgba(255, 255, 255, 0.6);
}
.menu-skin-light .menu-wrap .main-navigation > ul > li.menu-item-has-children {
  position: relative;
}
.menu-skin-light .menu-wrap .main-navigation > ul > li.current-menu-item > a, .menu-skin-light .menu-wrap .main-navigation > ul > li.current-menu-ancestor > a {
  color: #ffffff;
}

.navbar-horizontal .main-navigation > ul li.has-mega-menu {
  position: static !important;
}
.navbar-horizontal .main-navigation > ul li.has-mega-menu .sub-menu > li > a {
  padding: 5px 30px;
  border: 0;
}
.navbar-horizontal .main-navigation > ul li.has-mega-menu .sub-menu > li > a::after {
  display: none;
}
@media screen and (max-width: 1200px) {
  .navbar-horizontal .main-navigation > ul li.has-mega-menu .sub-menu > li > a {
    padding: 5px 20px;
  }
}
.navbar-horizontal .main-navigation > ul li.has-mega-menu > .sub-menu {
  display: none;
  width: 100%;
  border-right: 0;
  border-left: 0;
  table-layout: fixed;
}
.navbar-horizontal .main-navigation > ul li.has-mega-menu > .sub-menu > li {
  display: table-cell;
  padding: 25px 0 30px;
  border-right: 1px solid #e7e7e7;
  vertical-align: top;
}
.navbar-horizontal .main-navigation > ul li.has-mega-menu > .sub-menu > li:last-child {
  border: 0;
}
.navbar-horizontal .main-navigation > ul li.has-mega-menu > .sub-menu > li > a {
  color: #999999 !important;
  text-transform: uppercase;
}
.navbar-horizontal .main-navigation > ul li.has-mega-menu > .sub-menu > li > .sub-menu {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  border: 0;
  box-shadow: none;
}
.navbar-horizontal .main-navigation > ul li.has-mega-menu > .sub-menu > li:hover > .sub-menu {
  animation: none;
}
.navbar-horizontal .main-navigation > ul li.has-mega-menu:hover > .sub-menu {
  display: table;
  animation: dropdown-mega 0.3s;
}

.header-lateral {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 300px;
  height: 100%;
  padding-top: 35px;
  padding-right: 30px;
  padding-bottom: 40px;
  padding-left: 30px;
  background-color: #ffffff;
}
.header-lateral .header-lateral-head {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: center;
  align-items: center;
}
.header-lateral .site-logo,
.header-lateral .mobile-logo {
  margin-top: 0;
  margin-bottom: 0;
}
.header-lateral .search-box {
  margin-top: 28px;
}
.header-lateral .search-box input[type]:not([type=submit]):not([type=button]):not([type=hidden]):not([type=checkbox]):not([type=radio]):not([type=file]) {
  padding-left: 32px;
  border: 0;
  border-bottom: 1px solid #e7e7e7;
  border-radius: 0;
  background: 0;
}
.header-lateral .search-box input[type]:not([type=submit]):not([type=button]):not([type=hidden]):not([type=checkbox]):not([type=radio]):not([type=file]):focus {
  box-shadow: 0 14px 25px -10px rgba(0, 0, 0, 0.1);
}
.header-lateral .search-box button[type=submit] {
  left: 0;
}
.header-lateral .site-button .btn, .header-lateral .site-button .nav-tabs > li > a,
.header-lateral .site-button .wc-tabs > li > a,
.header-lateral .site-button .nav-filters > ul > li > a {
  margin: 24px 0;
}
.header-lateral .main-navigation {
  margin-right: -30px;
  margin-left: -30px;
  padding-top: 28px;
  padding-bottom: 5px;
}
.header-lateral .main-navigation > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-lateral .main-navigation > ul > li {
  position: relative;
}
.header-lateral .main-navigation > ul > li > a {
  display: block;
  position: relative;
  padding: 9px 30px;
  color: #222222;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}
.header-lateral .main-navigation > ul > li > a:hover {
  color: #3d59f9;
}
.header-lateral .main-navigation > ul > li.current-menu-item > a, .header-lateral .main-navigation > ul > li.current-menu-ancestor > a {
  color: #3d59f9;
}
.header-lateral .main-navigation > ul > li > .sub-menu {
  top: 0;
  left: 100%;
}
.header-lateral .main-navigation > ul > li.menu-item-has-children > a::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -15px;
  font-family: silicon-icons;
  font-size: 1.1em;
  content: "\e902";
}
.header-lateral .social-bar {
  padding-top: 28px;
  padding-bottom: 5px;
}

.header-lateral + .content-wrapper {
  padding-left: 300px;
}
.header-lateral + .content-wrapper .container {
  width: 100% !important;
  padding-right: 30px;
  padding-left: 30px;
}
@media screen and (max-width: 1200px) {
  .header-lateral + .content-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.admin-bar .header-lateral {
  top: 32px;
}
@media screen and (max-width: 782px) {
  .admin-bar .header-lateral {
    top: 46px;
  }
}

@media screen and (max-width: 991px) {
  .mobile-menu-toggle,
.mobile-logo {
    display: inline-block;
  }
  .menu-wrap, .site-logo,
.navbar-utils .util.site-search-toggle,
.navbar-utils .util.site-button,
.navbar-utils .util.offcanvas-menu-toggle,
.topbar .login-link > span {
    display: none;
  }
  .topbar .login-link > i {
    font-size: 20px;
  }
  .header-lateral {
    position: relative;
    top: 0 !important;
    width: 100%;
    height: auto;
    padding: 10px 15px;
    border-right: 0;
  }
  .header-lateral .main-navigation,
.header-lateral .search-box,
.header-lateral .site-button,
.header-lateral .social-bar {
    display: none;
  }
  .header-lateral + .content-wrapper {
    padding-left: 0;
  }
  .navbar-sticky {
    display: none !important;
  }
}
.offcanvas-container {
  position: fixed;
  top: 0;
  bottom: 0;
  padding-bottom: 40px;
  transition: all 0.35s;
  background-color: #222222;
  z-index: 9990;
  overflow-y: auto;
}
.offcanvas-container .btn:hover, .offcanvas-container .nav-tabs > li > a:hover,
.offcanvas-container .wc-tabs > li > a:hover,
.offcanvas-container .nav-filters > ul > li > a:hover {
  box-shadow: none !important;
}
.offcanvas-container.mobile-menu {
  left: -290px;
  width: 290px;
  box-shadow: inset -4px 0 17px 0 rgba(0, 0, 0, 0.35);
}
.offcanvas-container.mobile-menu .search-box input[type]:not([type=submit]):not([type=button]):not([type=hidden]):not([type=checkbox]):not([type=radio]):not([type=file]) {
  height: 70px;
  padding-right: 50px;
  padding-left: 26px;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 0;
  background: 0;
  color: #ffffff;
  font-size: 16px;
}
.offcanvas-container.mobile-menu .search-box input[type]:not([type=submit]):not([type=button]):not([type=hidden]):not([type=checkbox]):not([type=radio]):not([type=file]):focus {
  border-color: transparent;
  background-color: rgba(255, 255, 255, 0.08);
}
.offcanvas-container.mobile-menu .search-box button[type=submit] {
  right: 18px;
  left: auto;
  color: #ffffff;
}
.offcanvas-container.mobile-menu .search-box button[type=submit] > i {
  font-size: 24px;
}
.offcanvas-container.offcanvas-menu {
  right: -340px;
  width: 340px;
  box-shadow: inset 4px 0 17px 0 rgba(0, 0, 0, 0.35);
}
.offcanvas-container.offcanvas-cart {
  right: -400px;
  width: 400px;
  box-shadow: inset 4px 0 17px 0 rgba(0, 0, 0, 0.35);
}
@media screen and (max-width: 480px) {
  .offcanvas-container.offcanvas-cart {
    right: -300px;
    width: 300px;
  }
}
.offcanvas-container.offcanvas-cart .cart-header {
  display: table;
  width: 100%;
  padding: 26px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  letter-spacing: 0.1em;
}
.offcanvas-container.offcanvas-cart .cart-header .column {
  display: table-cell;
  vertical-align: middle;
}
.offcanvas-container.offcanvas-cart .cart-header .column:last-child {
  text-align: right;
}
.offcanvas-container.offcanvas-cart .cart-header .cart-title {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}
.offcanvas-container.offcanvas-cart .cart-header .view-cart-link {
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
}
.offcanvas-container.offcanvas-cart .cart-header .view-cart-link > i {
  display: inline-block;
  margin-left: -3px;
  font-size: 1.3em;
  vertical-align: middle;
}
.offcanvas-container.offcanvas-cart .product-item {
  position: relative;
  padding: 16px 26px;
  padding-right: 60px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.offcanvas-container.offcanvas-cart .product-item .product-title {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: normal;
}
.offcanvas-container.offcanvas-cart .product-item .product-title > a {
  color: #ffffff;
  text-decoration: none;
}
.offcanvas-container.offcanvas-cart .product-item .product-title > span {
  margin-right: 5px;
  color: rgba(255, 255, 255, 0.5);
}
.offcanvas-container.offcanvas-cart .product-item .product-price {
  display: block;
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
}
.offcanvas-container.offcanvas-cart .product-item .remove-from-cart {
  display: block;
  position: absolute;
  top: 50%;
  right: 24px;
  margin-top: -10px;
  transition: color 0.3s;
  color: rgba(255, 255, 255, 0.5);
  font-size: 20px;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
}
.offcanvas-container.offcanvas-cart .product-item .remove-from-cart:hover {
  color: #ff5252;
}
.offcanvas-container.offcanvas-cart .cart-footer {
  padding: 0 26px;
}
.offcanvas-container.offcanvas-cart .cart-footer .cart-subtotal {
  display: table;
  width: 100%;
  padding: 18px 0 10px;
  color: #ffffff;
  font-size: 16px;
}
.offcanvas-container.offcanvas-cart .cart-footer .cart-subtotal > .column {
  display: table-cell;
  vertical-align: middle;
}
.offcanvas-container.offcanvas-cart .cart-footer .cart-subtotal > .column:last-child {
  font-weight: 500;
  text-align: right;
}
.offcanvas-container .site-button {
  padding-right: 26px;
  padding-left: 26px;
}
.offcanvas-container .site-button .widget {
  display: block;
  margin: 24px 0;
}
.offcanvas-container .site-button .btn, .offcanvas-container .site-button .nav-tabs > li > a,
.offcanvas-container .site-button .wc-tabs > li > a,
.offcanvas-container .site-button .nav-filters > ul > li > a {
  margin: 0;
}
.offcanvas-container .social-bar {
  padding-top: 31px;
  padding-right: 26px;
  padding-left: 26px;
}

.offcanvas-container::-webkit-scrollbar {
  display: none;
}

.admin-bar .offcanvas-container {
  top: 32px;
}
@media screen and (max-width: 782px) {
  .admin-bar .offcanvas-container {
    top: 46px;
  }
}

.site-backdrop {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  content: "";
  opacity: 0;
  z-index: 9980;
  position: fixed;
  transition: opacity 0.35s, visibility 0.35s;
  cursor: pointer;
  visibility: hidden;
}

.content-wrapper {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  backface-visibility: hidden;
}

.offcanvas-menu-in-view,
.offcanvas-cart-in-view,
.mobile-menu-in-view {
  overflow: hidden !important;
}
.offcanvas-menu-in-view .site-backdrop,
.offcanvas-cart-in-view .site-backdrop,
.mobile-menu-in-view .site-backdrop {
  opacity: 0.7;
  visibility: visible;
}

.no-csstransforms3d .offcanvas-menu-in-view .offcanvas-container.offcanvas-menu {
  right: 0;
}
.no-csstransforms3d .offcanvas-menu-in-view .content-wrapper,
.no-csstransforms3d .offcanvas-menu-in-view .topbar,
.no-csstransforms3d .offcanvas-menu-in-view .navbar-horizontal {
  left: -340px;
}
.no-csstransforms3d .offcanvas-cart-in-view .offcanvas-container.offcanvas-cart {
  right: 0;
}
.no-csstransforms3d .offcanvas-cart-in-view .content-wrapper {
  left: -400px;
}
@media screen and (max-width: 480px) {
  .no-csstransforms3d .offcanvas-cart-in-view .content-wrapper,
.no-csstransforms3d .offcanvas-cart-in-view .topbar,
.no-csstransforms3d .offcanvas-cart-in-view .navbar-horizontal {
    left: -300px;
  }
}
.no-csstransforms3d .mobile-menu-in-view .offcanvas-container.mobile-menu {
  left: 0;
}
.no-csstransforms3d .mobile-menu-in-view .content-wrapper,
.no-csstransforms3d .mobile-menu-in-view .topbar,
.no-csstransforms3d .mobile-menu-in-view .navbar-horizontal {
  right: -290px;
}

.csstransforms3d .offcanvas-menu-in-view .offcanvas-container.offcanvas-menu,
.csstransforms3d .offcanvas-menu-in-view .content-wrapper,
.csstransforms3d .offcanvas-menu-in-view .topbar,
.csstransforms3d .offcanvas-menu-in-view .navbar-horizontal {
  transform: translate3d(-340px, 0, 0);
}
.csstransforms3d .offcanvas-cart-in-view .offcanvas-container.offcanvas-cart,
.csstransforms3d .offcanvas-cart-in-view .content-wrapper,
.csstransforms3d .offcanvas-cart-in-view .topbar,
.csstransforms3d .offcanvas-cart-in-view .navbar-horizontal {
  transform: translate3d(-400px, 0, 0);
}
@media screen and (max-width: 480px) {
  .csstransforms3d .offcanvas-cart-in-view .offcanvas-container.offcanvas-cart,
.csstransforms3d .offcanvas-cart-in-view .content-wrapper,
.csstransforms3d .offcanvas-cart-in-view .topbar,
.csstransforms3d .offcanvas-cart-in-view .navbar-horizontal {
    transform: translate3d(-300px, 0, 0);
  }
}
.csstransforms3d .mobile-menu-in-view .offcanvas-container.mobile-menu,
.csstransforms3d .mobile-menu-in-view .content-wrapper,
.csstransforms3d .mobile-menu-in-view .topbar,
.csstransforms3d .mobile-menu-in-view .navbar-horizontal {
  transform: translate3d(290px, 0, 0);
}

.site-footer {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.site-footer > .overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  content: "";
  opacity: 0.75;
  z-index: 1;
}
.site-footer > .container,
.site-footer > .container-fluid {
  position: relative;
  z-index: 5;
}
.site-footer .footer-row {
  padding-bottom: 12px;
}
.site-footer .footer-row:last-child {
  padding-top: 48px;
}
.site-footer .footer-row:first-child {
  padding-top: 60px;
}
.site-footer.footer-light .footer-row:last-child {
  border-color: rgba(255, 255, 255, 0.15) !important;
}
.site-footer.footer-light .widget-title,
.site-footer.footer-light .widgettitle {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.5) !important;
}
.site-footer.footer-light .widget div > ul > li a,
.site-footer.footer-light .widget > ul > li a {
  color: #ffffff !important;
}
.site-footer.footer-light .widget div > ul > li a:hover,
.site-footer.footer-light .widget > ul > li a:hover {
  color: rgba(255, 255, 255, 0.5) !important;
}
.site-footer.footer-light .widget_categories > ul > li,
.site-footer.footer-light .widget_recent_entries > ul > li,
.site-footer.footer-light .widget_recent_comments > ul > li,
.site-footer.footer-light .widget_archive > ul > li,
.site-footer.footer-light .widget_meta > ul > li,
.site-footer.footer-light .widget_nav_menu div > ul > li,
.site-footer.footer-light .widget_pages > ul > li,
.site-footer.footer-light .widget_product_categories > ul > li,
.site-footer.footer-light .woocommerce-MyAccount-navigation > ul > li {
  border-bottom-color: rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.5) !important;
}
.site-footer.footer-light .widget_categories > ul > li:last-child,
.site-footer.footer-light .widget_recent_entries > ul > li:last-child,
.site-footer.footer-light .widget_recent_comments > ul > li:last-child,
.site-footer.footer-light .widget_archive > ul > li:last-child,
.site-footer.footer-light .widget_meta > ul > li:last-child,
.site-footer.footer-light .widget_nav_menu div > ul > li:last-child,
.site-footer.footer-light .widget_pages > ul > li:last-child,
.site-footer.footer-light .widget_product_categories > ul > li:last-child,
.site-footer.footer-light .woocommerce-MyAccount-navigation > ul > li:last-child {
  border: 0;
}
.site-footer.footer-light .widget_recent_comments .comment-author-link > a {
  color: rgba(255, 255, 255, 0.5) !important;
}
.site-footer.footer-light .widget_recent_comments .comment-author-link > a:hover {
  color: #ffffff !important;
}
.site-footer.footer-light .widget_recent_comments ul > li::before {
  color: rgba(255, 255, 255, 0.5) !important;
}
.site-footer.footer-light .widget_tag_cloud a,
.site-footer.footer-light .widget_product_tag_cloud a,
.site-footer.footer-light .tags-links a {
  background-color: rgba(255, 255, 255, 0.15);
  color: #ffffff !important;
}
.site-footer.footer-light .widget_tag_cloud a:hover,
.site-footer.footer-light .widget_product_tag_cloud a:hover,
.site-footer.footer-light .tags-links a:hover {
  background-color: #3d59f9;
  color: #ffffff !important;
}
.site-footer.footer-light .widget_calendar caption,
.site-footer.footer-light .widget_text p,
.site-footer.footer-light .rssSummary {
  color: rgba(255, 255, 255, 0.5) !important;
}
.site-footer.footer-light .widget_rss .widget-title > a {
  color: #ffffff !important;
}
.site-footer.footer-light .widget_rss .widget-title > a:hover {
  color: rgba(255, 255, 255, 0.5) !important;
}
.site-footer.footer-light .widget_rss > ul > li {
  border-bottom-color: rgba(255, 255, 255, 0.15);
}
.site-footer.footer-light .widget_rss > ul > li .rss-date,
.site-footer.footer-light .widget_rss > ul > li cite {
  color: rgba(255, 255, 255, 0.5) !important;
}
.site-footer.footer-light .widget_silicon_button .text-gray, .site-footer.footer-light .widget_silicon_button p {
  color: rgba(255, 255, 255, 0.5) !important;
}
.site-footer.footer-light .widget_silicon_contacts ul > li {
  border-bottom-color: rgba(255, 255, 255, 0.15);
}
.site-footer.footer-light .widget_silicon_contacts ul > li .contact-label {
  color: rgba(255, 255, 255, 0.5) !important;
}
.site-footer.footer-light .widget_silicon_contacts ul > li span.contact-info {
  color: #ffffff !important;
}
.site-footer.footer-light .widget_silicon_recent_posts .post-item,
.site-footer.footer-light .widget_silicon_recent_posts_carousel .post-item {
  border-bottom-color: rgba(255, 255, 255, 0.15);
}
.site-footer.footer-light .widget_silicon_recent_posts .post-meta a,
.site-footer.footer-light .widget_silicon_recent_posts_carousel .post-meta a {
  color: rgba(255, 255, 255, 0.5) !important;
}
.site-footer.footer-light .widget_silicon_recent_posts .post-meta a:hover,
.site-footer.footer-light .widget_silicon_recent_posts_carousel .post-meta a:hover {
  color: #ffffff !important;
}
.site-footer.footer-light .widget_silicon_recent_posts .post-title > a,
.site-footer.footer-light .widget_silicon_recent_posts_carousel .post-title > a {
  color: #ffffff !important;
}
.site-footer.footer-light .widget_silicon_recent_posts .post-title > a:hover,
.site-footer.footer-light .widget_silicon_recent_posts_carousel .post-title > a:hover {
  color: rgba(255, 255, 255, 0.5) !important;
}
.site-footer.footer-light .owl-carousel .owl-dots .owl-dot {
  background-color: #ffffff !important;
}
.site-footer.footer-light textarea,
.site-footer.footer-light select,
.site-footer.footer-light input[type]:not([type=submit]):not([type=button]):not([type=hidden]):not([type=checkbox]):not([type=radio]):not([type=file]) {
  border-color: rgba(255, 255, 255, 0.15) !important;
  background-color: transparent !important;
  color: #ffffff !important;
}
.site-footer.footer-light textarea::-moz-placeholder,
.site-footer.footer-light select::-moz-placeholder,
.site-footer.footer-light input[type]:not([type=submit]):not([type=button]):not([type=hidden]):not([type=checkbox]):not([type=radio]):not([type=file])::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}
.site-footer.footer-light textarea:-ms-input-placeholder,
.site-footer.footer-light select:-ms-input-placeholder,
.site-footer.footer-light input[type]:not([type=submit]):not([type=button]):not([type=hidden]):not([type=checkbox]):not([type=radio]):not([type=file]):-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.site-footer.footer-light textarea::-webkit-input-placeholder,
.site-footer.footer-light select::-webkit-input-placeholder,
.site-footer.footer-light input[type]:not([type=submit]):not([type=button]):not([type=hidden]):not([type=checkbox]):not([type=radio]):not([type=file])::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.site-footer.footer-light textarea:focus:not(select),
.site-footer.footer-light select:focus:not(select),
.site-footer.footer-light input[type]:not([type=submit]):not([type=button]):not([type=hidden]):not([type=checkbox]):not([type=radio]):not([type=file]):focus:not(select) {
  border-color: transparent !important;
  background-color: rgba(255, 255, 255, 0.15) !important;
}
.site-footer.footer-light .search-box button[type=submit],
.site-footer.footer-light .input-group button[type=submit] {
  color: #ffffff !important;
}
.site-footer.footer-light .search-box button[type=submit]:hover,
.site-footer.footer-light .input-group button[type=submit]:hover {
  color: rgba(255, 255, 255, 0.5) !important;
}
.site-footer.footer-light .form-select::before {
  color: #ffffff !important;
}
.site-footer.footer-light .widget_silicon_subscribe p {
  color: rgba(255, 255, 255, 0.5) !important;
}

.page-title {
  position: relative;
  padding-top: 72px;
  padding-bottom: 72px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.page-title > .inner {
  position: relative;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 15px;
  text-align: center;
  z-index: 5;
}
.page-title h1 {
  margin-bottom: 0;
  font-size: 50px;
}
@media screen and (max-width: 991px) {
  .page-title h1 {
    font-size: 43px;
  }
}
@media screen and (max-width: 768px) {
  .page-title h1 {
    font-size: 36px;
  }
}
.page-title > .overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  content: "";
  opacity: 0.6;
  z-index: 1;
}
.page-title[data-jarallax] {
  background-color: #222222;
}
@media screen and (max-width: 768px) {
  .page-title {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}

.page-title-lg {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .page-title-lg {
    padding-top: 84px;
    padding-bottom: 84px;
  }
}

.page-title-xl {
  padding-top: 192px;
  padding-bottom: 192px;
}
@media screen and (max-width: 768px) {
  .page-title-xl {
    padding-top: 144px;
    padding-bottom: 144px;
  }
}

.breadcrumbs {
  padding-bottom: 16px;
  color: #bfbfbf;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  cursor: default;
}
.breadcrumbs > span {
  display: inline-block;
  vertical-align: middle;
}
.breadcrumbs a {
  transition: color 0.25s;
  color: #999999;
  text-decoration: none;
}
.breadcrumbs a:hover {
  color: #3d59f9;
}
.breadcrumbs .separator {
  width: 3px;
  height: 3px;
  margin: 0 6px;
  border-radius: 50%;
}

.page-title-meta {
  margin-top: 43px;
  padding-top: 43px;
}
.page-title-meta .post-meta a {
  margin: 0 5px;
  font-size: 13px;
}
.page-title-meta .post-categories {
  padding-top: 16px;
}
.page-title-meta .post-categories > a {
  margin: 6px;
}
@media screen and (max-width: 991px) {
  .page-title-meta {
    margin-top: 36px;
    padding-top: 36px;
  }
}

.page-title-light h1 {
  color: #ffffff;
}
.page-title-light .breadcrumbs {
  color: rgba(255, 255, 255, 0.5);
}
.page-title-light .breadcrumbs a {
  color: rgba(255, 255, 255, 0.75);
}
.page-title-light .breadcrumbs a:hover {
  color: #ffffff;
}
.page-title-light .page-title-meta {
  border-top-color: rgba(255, 255, 255, 0.15);
}
.page-title-light .page-title-meta a {
  color: rgba(255, 255, 255, 0.7);
}
.page-title-light .page-title-meta a:hover {
  color: #ffffff;
}

.intro-section {
  background-color: #f5f5f5;
}
.intro-section .intro-description {
  color: #999999;
}
.intro-section.intro-personal .person-name {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}
.intro-section.intro-personal .person-position {
  margin-bottom: 0;
  color: #999999;
}
.intro-section.intro-comparison .compar-slider-wrap {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.intro-section.intro-comparison .cs-label {
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}
.intro-section.intro-comparison .cd-handle {
  background-color: #3d59f9;
  box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.2), 0 0 10px rgba(0, 0, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 768px) {
  .intro-section.intro-comparison .cd-handle {
    display: none !important;
  }
}
@media screen and (max-width: 991px) {
  .intro-section.intro-comparison {
    padding-top: 80px;
  }
}
.intro-section.intro-app-showcase .intro-app-tagline {
  font-size: 16px;
}
.intro-section.intro-app-showcase .platform-swith > a {
  transition: all 0.3s;
  background-color: #ededed;
  color: #222222;
}
.intro-section.intro-app-showcase .platform-swith > a:hover, .intro-section.intro-app-showcase .platform-swith > a.active {
  color: #ffffff;
}
.intro-section.intro-app-showcase .platform-swith > a:hover.platform-ios, .intro-section.intro-app-showcase .platform-swith > a.active.platform-ios {
  background-color: #222222;
}
.intro-section.intro-app-showcase .platform-swith > a:hover.platform-android, .intro-section.intro-app-showcase .platform-swith > a.active.platform-android {
  background-color: #a4c639;
}
.intro-section.intro-app-showcase .platform-swith > a:hover.platform-windows, .intro-section.intro-app-showcase .platform-swith > a.active.platform-windows {
  background-color: #00bcf2;
}
.intro-section.intro-app-showcase .intro-app-features .feature p {
  margin-bottom: 0;
  color: #999999;
}
.intro-section.intro-app-showcase + * {
  background-color: #ffffff;
}
.intro-section.intro-light .intro-title {
  color: #ffffff;
}
.intro-section.intro-light.intro-app-showcase .intro-app-tagline,
.intro-section.intro-light .intro-description {
  color: rgba(255, 255, 255, 0.55);
}
.intro-section.intro-light.intro-comparison .cs-label {
  color: rgba(255, 255, 255, 0.75);
}
.intro-section.intro-light.intro-app-showcase .platform-swith > a {
  background-color: rgba(255, 255, 255, 0.15);
  color: #ffffff;
}
.intro-section.intro-light.intro-app-showcase .platform-swith > a:hover, .intro-section.intro-light.intro-app-showcase .platform-swith > a.active {
  background-color: #ffffff;
}
.intro-section.intro-light.intro-app-showcase .platform-swith > a:hover.platform-ios, .intro-section.intro-light.intro-app-showcase .platform-swith > a.active.platform-ios {
  color: #222222;
}
.intro-section.intro-light.intro-app-showcase .platform-swith > a:hover.platform-android, .intro-section.intro-light.intro-app-showcase .platform-swith > a.active.platform-android {
  color: #a4c639;
}
.intro-section.intro-light.intro-app-showcase .platform-swith > a:hover.platform-windows, .intro-section.intro-light.intro-app-showcase .platform-swith > a.active.platform-windows {
  color: #00bcf2;
}
.intro-section.intro-light.intro-app-showcase .intro-app-features .feature h4, .intro-section.intro-light.intro-app-showcase .intro-app-features .feature p {
  color: #ffffff;
}
.intro-section.intro-light.intro-app-showcase .intro-app-features .feature p {
  opacity: 0.55;
}
.intro-section.intro-featured-posts .post-title {
  font-size: 48px;
  line-height: 1.15;
}
.intro-section.intro-featured-posts .post-title > a {
  transition: opacity 0.3s;
  color: #ffffff !important;
}
.intro-section.intro-featured-posts .post-title > a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .intro-section.intro-featured-posts .post-title {
    font-size: 38px;
  }
}
.intro-section.intro-featured-posts .post-footer .post-author .post-author-name,
.intro-section.intro-featured-posts .post-meta a {
  transition: opacity 0.25s;
  color: #ffffff !important;
  opacity: 0.6;
}
.intro-section.intro-featured-posts .post-footer .post-author:hover .post-author-name,
.intro-section.intro-featured-posts .post-meta a:hover {
  opacity: 1;
}

.without-title .content-wrapper {
  padding-top: 60px;
}

.post-meta {
  padding: 5px 0;
  font-size: 12px;
}
.post-meta a {
  display: inline-block;
  margin-left: 10px;
  color: #999999;
  text-decoration: none;
}
.post-meta a:first-child {
  margin-left: 0;
}
.post-meta a > i {
  display: inline-block;
  vertical-align: middle;
}
.post-meta a > i.si-time {
  margin-top: -2px;
}

.post-categories {
  padding-right: 45px;
}
.post-categories > span {
  margin-right: 5px;
  font-size: 12px;
}
.post-categories > a {
  display: inline-block;
  margin: 0;
  margin-right: 4px;
  padding: 0;
  background: none !important;
  color: #404040 !important;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.post-categories > a:hover {
  color: #3d59f9 !important;
  box-shadow: none;
}

.post-header {
  position: relative;
}
.post-header .svg-bg {
  display: none !important;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 30px;
  overflow: hidden;
  z-index: 3;
  -moz-border-right-colors: #e7e7e7;
}
.post-header .svg-bg svg {
  display: none !important;
  width: 100%;
  height: 100%;
}

.post-format {
  display: block;
  position: absolute;
  top: 24px;
  right: 24px;
  font-size: 24px;
  text-align: center;
  z-index: 4;
}
.post-format::before {
  font-family: silicon-icons;
}

.format-standard .post-format {
  display: none;
}

.format-image .post-format::before {
  content: "\e90e";
}

.format-gallery .post-format::before {
  content: "\e927";
}

.format-video .post-format::before {
  content: "\e937";
}

.format-audio .post-format::before {
  content: "\e90b";
}

.format-quote .post-format::before {
  content: "\e93a";
}

.format-link .post-format::before {
  content: "\e92b";
}

.format-chat .post-format::before {
  content: "\e917";
}

.sticky .post-format::before {
  content: "\e908";
}

.post-tile {
  margin-bottom: 30px;
  transition: box-shadow 0.4s;
  border-radius: 5px;
  background-color: #ffffff;
}
.post-tile:hover {
  box-shadow: 0 20px 72px -20px rgba(0, 0, 0, 0.2);
}

.post-title > a {
  font-weight: bold;
  text-decoration: none;
}

.post-thumb {
  display: block;
  position: relative;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  overflow: hidden;
}
.post-thumb > img {
  display: block;
  width: 100%;
}

.post-tile:not(.has-post-thumbnail) .post-format,
.post-horizontal:not(.has-post-thumbnail) .post-format {
  color: #999999;
  line-height: 1;
}
.post-tile:not(.has-post-thumbnail) .post-header,
.post-horizontal:not(.has-post-thumbnail) .post-header {
  position: relative;
  padding: 24px 24px 0;
}
.post-tile:not(.has-post-thumbnail).sticky .post-format,
.post-horizontal:not(.has-post-thumbnail).sticky .post-format {
  color: #404040;
}

.has-post-thumbnail .post-format {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #ffffff;
  color: #404040;
  line-height: 40px;
  box-shadow: 0 5px 9px 0 rgba(0, 0, 0, 0.2);
}
.has-post-thumbnail .post-header {
  position: relative;
  margin: -1px;
}
.has-post-thumbnail .post-header .post-categories {
  padding-top: 24px;
  padding-right: 70px;
  padding-left: 24px;
}
.has-post-thumbnail.sticky .post-format {
  background-color: #222222;
  color: #ffffff;
}

.post-body {
  padding: 24px;
}
.post-body .post-excerpt {
  margin-bottom: 0;
  color: #999999;
}

.post-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: center;
  align-items: center;
  padding: 0 24px 20px;
}
.post-footer .post-author {
  color: #999999;
  font-size: 12px;
  text-decoration: none;
}
.post-footer .post-author .post-author-ava,
.post-footer .post-author .post-author-name {
  display: inline-block;
  vertical-align: middle;
}
.post-footer .post-author .post-author-ava {
  width: 42px;
  height: 42px;
  margin-right: 5px;
  border-radius: 50%;
  overflow: hidden;
}
.post-footer .post-author .post-author-ava > img {
  width: 100%;
}

.post-horizontal {
  margin-bottom: 57px;
}
.post-horizontal .post-footer,
.post-horizontal .post-header {
  padding: 0 !important;
}
.post-horizontal:not(.has-post-thumbnail) .post-header {
  margin-bottom: -10px;
}
.post-horizontal:not(.has-post-thumbnail) .post-format {
  top: 0;
}
.post-horizontal .post-body {
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  .post-horizontal {
    margin-bottom: 48px;
  }
}

.masonry-grid.blog-posts.col-1 .has-post-thumbnail .svg-bg {
  display: none;
}
.masonry-grid.blog-posts:not(.col-1) .has-post-thumbnail .post-format {
  top: auto;
  bottom: 25px;
}
@media screen and (max-width: 991px) {
  .masonry-grid.blog-posts:not(.col-1) .has-post-thumbnail .post-format {
    bottom: 5px;
  }
}
@media screen and (max-width: 560px) {
  .masonry-grid.blog-posts:not(.col-1) .has-post-thumbnail .post-format {
    bottom: 10px;
  }
}
@media screen and (max-width: 360px) {
  .masonry-grid.blog-posts:not(.col-1) .has-post-thumbnail .post-format {
    bottom: 5px;
  }
}

.single-post-footer {
  margin-top: 48px;
  padding-top: 24px;
  padding-bottom: 24px;
}
.single-post-footer > .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: center;
  align-items: center;
}
.single-post-footer > .container::before, .single-post-footer > .container::after {
  display: none;
}
@media screen and (max-width: 768px) {
  .single-post-footer {
    text-align: center;
  }
  .single-post-footer > .container {
    display: block;
  }
  .single-post-footer > .container .entry-share {
    display: table;
    margin-right: auto;
    margin-left: auto;
  }
}

.entry-share {
  position: relative;
  padding: 5px 0;
}
.entry-share > .btn, .nav-tabs > li.entry-share > a,
.wc-tabs > li.entry-share > a,
.nav-filters > ul > li.entry-share > a {
  margin-right: 0;
}
.entry-share .popover {
  bottom: 100%;
  left: -51%;
}
.entry-share.popover-visible .popover {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.post-tile-simple {
  padding: 12px;
  border-radius: 5px;
  background-position: center;
  background-color: #f5f5f5;
  background-repeat: no-repeat;
  background-size: cover;
}
.post-tile-simple .post-categories > span {
  display: none;
}
.post-tile-simple .post-simple-footer {
  padding-top: 52px;
}
.post-tile-simple.has-post-thumbnail {
  position: relative;
  overflow: hidden;
}
.post-tile-simple.has-post-thumbnail::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  content: "";
  opacity: 0.35;
  z-index: 1;
}
.post-tile-simple.has-post-thumbnail > .post-simple-footer,
.post-tile-simple.has-post-thumbnail > .post-categories {
  position: relative;
  z-index: 5;
}
.post-tile-simple.has-post-thumbnail .post-title > a,
.post-tile-simple.has-post-thumbnail .post-meta a {
  transition: opacity 0.3s;
  color: #ffffff !important;
}
.post-tile-simple.has-post-thumbnail .post-title > a:hover {
  opacity: 0.6;
}
.post-tile-simple.has-post-thumbnail .post-meta a {
  opacity: 0.6;
}
.post-tile-simple.has-post-thumbnail .post-meta a:hover {
  opacity: 1;
}

.portfolio-post {
  overflow: hidden;
}
.portfolio-post .portfolio-tile-title a {
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
}
.portfolio-post .portfolio-tile-text {
  color: #222222;
}

.portfolio-post-tile {
  position: relative;
  transform: translateZ(0);
  transition: box-shadow 0.4s;
  border-radius: 5px;
}
.portfolio-post-tile img {
  display: block;
  width: 100%;
  transition: 0.3s;
  backface-visibility: hidden;
}
.portfolio-post-tile > .portfolio-tile-title {
  position: absolute;
  bottom: 24px;
  left: 24px;
  margin-bottom: 0;
  z-index: 5;
}
.portfolio-post-tile .portfolio-post-tile-icon-links {
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: -50px;
  z-index: 7;
}
.portfolio-post-tile .portfolio-post-tile-icon-links a {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -ms-flex-align: center;
  justify-content: center;
  -ms-flex-pack: center;
  width: 60px;
  height: 60px;
  transform: translateX(-10px);
  transition: 0.25s;
  border-radius: 50%;
  background: #ffffff;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 5px 9px 0 rgba(0, 0, 0, 0.2);
  opacity: 0;
}
.portfolio-post-tile .portfolio-post-tile-icon-links a i {
  font-size: 34px;
}
.portfolio-post-tile .portfolio-post-tile-icon-links a + a {
  margin-left: 30px;
  transform: translateX(10px);
}
.portfolio-post-tile .portfolio-post-info {
  display: inline-block;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding-top: 32px;
  padding-right: 24px;
  padding-bottom: 24px;
  padding-left: 24px;
  transform: translateY(100%);
  transition: 0.2s;
  opacity: 0;
  z-index: 6;
}
.portfolio-post-tile .portfolio-post-info .portfolio-tile-title {
  position: relative;
  z-index: 5;
}
.portfolio-post-tile .portfolio-post-info .portfolio-tile-title a {
  color: #404040;
}
.portfolio-post-tile .portfolio-post-info .svg-bg {
  position: absolute;
  top: 100%;
  left: 0;
  width: 150%;
  height: 200px;
  transform: rotate(-20deg);
  transition: 0.3s;
  opacity: 0;
  z-index: 3;
}
.portfolio-post-tile .portfolio-tile-text {
  display: block;
  position: relative;
  margin-bottom: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  z-index: 5;
}
.portfolio-post-tile:hover {
  box-shadow: 0 20px 72px -20px rgba(0, 0, 0, 0.2);
}
.portfolio-post-tile:hover > img {
  transform: translateY(-20px);
}
.portfolio-post-tile:hover .portfolio-post-info {
  transform: translateY(0);
  transition: 0.25s 0.1s;
  opacity: 1;
}
.portfolio-post-tile:hover .portfolio-post-info .svg-bg {
  top: 0;
  transform: rotate(0);
  transition: 0.4s;
  opacity: 1;
}
.portfolio-post-tile:hover .portfolio-post-tile-icon-links a {
  transform: translateX(0);
  transition: 0.35s;
  opacity: 1;
}
.portfolio-post-tile::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, transparent 0%, transparent 30%, rgba(0, 0, 0, 0.2) 70%, rgba(0, 0, 0, 0.6) 100%);
  content: "";
  z-index: 3;
}

.touchevents .portfolio-post-tile > img {
  transform: translateY(-20px);
}
.touchevents .portfolio-post-tile .portfolio-post-info {
  transform: translateY(0);
  opacity: 1;
}
.touchevents .portfolio-post-tile .portfolio-post-info .svg-bg {
  top: 0;
  transform: rotate(0);
  opacity: 1;
}
.touchevents .portfolio-post-tile .portfolio-post-tile-icon-links a {
  transform: translateX(0);
  opacity: 1;
}

.portfolio-carousel .portfolio-post-tile {
  box-shadow: none !important;
}
.portfolio-carousel .portfolio-post-tile::after {
  display: none !important;
}

.grid-no-gap .portfolio-post-tile::after, .portfolio-carousel-no-gap .portfolio-post-tile::after {
  display: none;
}
.grid-no-gap .portfolio-post-tile, .portfolio-carousel-no-gap .portfolio-post-tile {
  margin-bottom: 0;
  border-radius: 0;
}

.portfolio-post-list {
  margin-bottom: 0;
  padding-bottom: 24px;
}
.portfolio-post-list .portfolio-carousel-item {
  height: 400px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.portfolio-post-list .owl-carousel {
  border-radius: 5px;
  overflow: hidden;
}
.portfolio-post-list .portfolio-post-list-info {
  display: inline-block;
  width: 100%;
  max-width: 520px;
}

.portfolio-toolbar {
  display: flex;
  margin-bottom: 48px;
}
.portfolio-toolbar .entry-share {
  margin-left: auto;
}
.portfolio-toolbar .entry-share a.btn, .portfolio-toolbar .entry-share .nav-tabs > li > a,
.portfolio-toolbar .entry-share .wc-tabs > li > a,
.portfolio-toolbar .entry-share .nav-filters > ul > li > a {
  margin: 0;
}
.portfolio-toolbar .entry-share .popover {
  right: 0;
  left: auto;
}

.no-results {
  max-width: 650px;
  margin: 0 auto;
  padding: 24px;
  padding: 24px;
  border-radius: 5px;
  background-color: #fafafa;
}
.no-results > i {
  display: block;
  margin-bottom: 16px;
  color: #e1e1e1;
  font-size: 60px;
}
.no-results .search-box {
  margin-bottom: 16px;
}

.btn, .nav-tabs > li > a,
.wc-tabs > li > a,
.nav-filters > ul > li > a,
input[type=submit],
input[type=button] {
  display: inline-block;
  position: relative;
  height: 44px;
  margin-top: 8px;
  margin-right: 12px;
  margin-bottom: 8px;
  padding: 0 24px;
  transform: translateZ(0);
  transition: all 0.4s;
  border: 1px solid transparent;
  background-color: transparent;
  background-image: none;
  color: #222222;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 44px;
  white-space: nowrap;
  cursor: pointer;
  vertical-align: middle;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  touch-action: manipulation;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:hover, .nav-tabs > li > a:hover,
.wc-tabs > li > a:hover,
.nav-filters > ul > li > a:hover, .btn:focus .btn:active, .nav-tabs > li > a:focus .btn:active,
.wc-tabs > li > a:focus .btn:active,
.nav-filters > ul > li > a:focus .btn:active, .btn:focus .nav-tabs > li > a:active, .nav-tabs > li > a:focus .nav-tabs > li > a:active,
.wc-tabs > li > a:focus .nav-tabs > li > a:active,
.nav-filters > ul > li > a:focus .nav-tabs > li > a:active,
.btn:focus .wc-tabs > li > a:active,
.nav-tabs > li > a:focus .wc-tabs > li > a:active,
.wc-tabs > li > a:focus .wc-tabs > li > a:active,
.nav-filters > ul > li > a:focus .wc-tabs > li > a:active,
.btn:focus .nav-filters > ul > li > a:active,
.nav-tabs > li > a:focus .nav-filters > ul > li > a:active,
.wc-tabs > li > a:focus .nav-filters > ul > li > a:active,
.nav-filters > ul > li > a:focus .nav-filters > ul > li > a:active, .btn.active, .nav-tabs > li > a.active,
.wc-tabs > li > a.active,
.nav-filters > ul > li > a.active,
input[type=submit]:hover,
.btn:focus input[type=submit]:active,
.nav-tabs > li > a:focus input[type=submit]:active,
.wc-tabs > li > a:focus input[type=submit]:active,
.nav-filters > ul > li > a:focus input[type=submit]:active,
input[type=submit].active,
input[type=button]:hover,
.btn:focus input[type=button]:active,
.nav-tabs > li > a:focus input[type=button]:active,
.wc-tabs > li > a:focus input[type=button]:active,
.nav-filters > ul > li > a:focus input[type=button]:active,
input[type=button].active,
input[type=submit]:focus .btn:active,
input[type=submit]:focus .nav-tabs > li > a:active,
input[type=submit]:focus .wc-tabs > li > a:active,
input[type=submit]:focus .nav-filters > ul > li > a:active,
input[type=submit]:focus input[type=submit]:active,
input[type=submit]:focus input[type=button]:active,
input[type=button]:focus .btn:active,
input[type=button]:focus .nav-tabs > li > a:active,
input[type=button]:focus .wc-tabs > li > a:active,
input[type=button]:focus .nav-filters > ul > li > a:active,
input[type=button]:focus input[type=submit]:active,
input[type=button]:focus input[type=button]:active {
  outline: none;
  background-image: none;
  text-decoration: none;
  box-shadow: none;
}
.btn > i, .nav-tabs > li > a > i,
.wc-tabs > li > a > i,
.nav-filters > ul > li > a > i,
input[type=submit] > i,
input[type=button] > i {
  display: inline-block;
  font-size: 1.1em;
  vertical-align: middle;
}
.btn > i.si, .nav-tabs > li > a > i.si,
.wc-tabs > li > a > i.si,
.nav-filters > ul > li > a > i.si, .btn > i.material-icons, .nav-tabs > li > a > i.material-icons,
.wc-tabs > li > a > i.material-icons,
.nav-filters > ul > li > a > i.material-icons,
input[type=submit] > i.si,
input[type=submit] > i.material-icons,
input[type=button] > i.si,
input[type=button] > i.material-icons {
  font-size: 1.3em;
}
.btn[disabled], .nav-tabs > li > a[disabled],
.wc-tabs > li > a[disabled],
.nav-filters > ul > li > a[disabled], .btn.disabled, .nav-tabs > li > a.disabled,
.wc-tabs > li > a.disabled,
.nav-filters > ul > li > a.disabled,
input[type=submit][disabled],
input[type=submit].disabled,
input[type=button][disabled],
input[type=button].disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.btn[disabled]:hover, .nav-tabs > li > a[disabled]:hover,
.wc-tabs > li > a[disabled]:hover,
.nav-filters > ul > li > a[disabled]:hover, .btn.disabled:hover, .nav-tabs > li > a.disabled:hover,
.wc-tabs > li > a.disabled:hover,
.nav-filters > ul > li > a.disabled:hover,
input[type=submit][disabled]:hover,
input[type=submit].disabled:hover,
input[type=button][disabled]:hover,
input[type=button].disabled:hover {
  box-shadow: none !important;
}

.btn-lg {
  height: 50px;
  line-height: 50px;
}

.btn-sm {
  height: 36px;
  padding: 0 20px;
  line-height: 36px;
}

.btn-pill, .nav-tabs > li > a,
.wc-tabs > li > a,
.nav-filters > ul > li > a, .post-password-form input[type=submit] {
  border-radius: 22px;
}
.btn-pill.btn-lg, .nav-tabs > li > a.btn-lg,
.wc-tabs > li > a.btn-lg,
.nav-filters > ul > li > a.btn-lg, .post-password-form input.btn-lg[type=submit] {
  border-radius: 25px;
}
.btn-pill.btn-sm, .nav-tabs > li > a.btn-sm,
.wc-tabs > li > a.btn-sm,
.nav-filters > ul > li > a.btn-sm, .post-password-form input.btn-sm[type=submit] {
  border-radius: 18px;
}

.btn-rounded {
  border-radius: 5px;
}

.text-center .btn, .text-center .nav-tabs > li > a,
.text-center .wc-tabs > li > a,
.text-center .nav-filters > ul > li > a {
  margin-right: 6px;
  margin-left: 6px;
}

.text-right .btn, .text-right .nav-tabs > li > a,
.text-right .wc-tabs > li > a,
.text-right .nav-filters > ul > li > a {
  margin-right: 0;
  margin-left: 12px;
}

.btn-block {
  display: block;
  width: 100%;
  margin-top: 24px;
  margin-right: 0;
  margin-bottom: 24px;
  margin-left: 0;
}

.btn-solid.btn-default, .nav-tabs > li > a.btn-solid,
.wc-tabs > li > a.btn-solid,
.nav-filters > ul > li > a.btn-solid, .post-password-form input.btn-default[type=submit] {
  background-color: #f5f5f5;
  color: #222222;
  border-color: #e7e7e7;
}
.btn-solid.btn-default:hover, .nav-tabs > li > a.btn-solid:hover,
.wc-tabs > li > a.btn-solid:hover,
.nav-filters > ul > li > a.btn-solid:hover, .post-password-form input.btn-default[type=submit]:hover {
  background-color: #f5f5f5;
  color: #222222;
  box-shadow: 0 14px 25px -8px rgba(0, 0, 0, 0.23);
}

.btn-solid.btn-primary, .post-password-form input[type=submit] {
  background-color: #3d59f9;
  color: #ffffff;
}
.btn-solid.btn-primary:hover, .post-password-form input[type=submit]:hover {
  background-color: #1537f8;
  color: #ffffff;
  box-shadow: 0 14px 25px -8px rgba(61, 89, 249, 0.55);
}

.btn-solid.btn-success, .post-password-form input.btn-success[type=submit] {
  background-color: #00e676;
  color: #ffffff;
}
.btn-solid.btn-success:hover, .post-password-form input.btn-success[type=submit]:hover {
  background-color: #00bd61;
  color: #ffffff;
  box-shadow: 0 14px 25px -8px rgba(0, 230, 118, 0.6);
}

.btn-solid.btn-info, .post-password-form input.btn-info[type=submit] {
  background-color: #5695fe;
  color: #ffffff;
}
.btn-solid.btn-info:hover, .post-password-form input.btn-info[type=submit]:hover {
  background-color: #2d7cfe;
  color: #ffffff;
  box-shadow: 0 14px 25px -8px rgba(86, 149, 254, 0.6);
}

.btn-solid.btn-warning, .post-password-form input.btn-warning[type=submit] {
  background-color: #ff5f2c;
  color: #ffffff;
}
.btn-solid.btn-warning:hover, .post-password-form input.btn-warning[type=submit]:hover {
  background-color: #ff4003;
  color: #ffffff;
  box-shadow: 0 14px 25px -8px rgba(255, 95, 44, 0.6);
}

.btn-solid.btn-danger, .post-password-form input.btn-danger[type=submit] {
  background-color: #ff5252;
  color: #ffffff;
}
.btn-solid.btn-danger:hover, .post-password-form input.btn-danger[type=submit]:hover {
  background-color: #ff2929;
  color: #ffffff;
  box-shadow: 0 14px 25px -8px rgba(255, 82, 82, 0.6);
}

.btn-solid.btn-white, .post-password-form input.btn-white[type=submit] {
  background-color: #ffffff;
  color: #222222;
}
.btn-solid.btn-white:hover, .post-password-form input.btn-white[type=submit]:hover {
  background-color: #ffffff;
  color: #222222;
  box-shadow: 0 14px 25px -8px rgba(0, 0, 0, 0.23);
}

.btn-solid.btn-gradient, .post-password-form input.btn-gradient[type=submit] {
  background: #3d59f9;
  background: linear-gradient(to right, #8e54e9 0%, #8e54e9 20%, #3d59f9 100%);
  color: #ffffff;
}
.btn-solid.btn-gradient:hover, .post-password-form input.btn-gradient[type=submit]:hover {
  background: #3d59f9;
  background: linear-gradient(to right, #8e54e9 0%, #8e54e9 20%, #3d59f9 100%);
  color: #ffffff;
  box-shadow: 0 14px 25px -8px rgba(61, 89, 249, 0.55);
}

.btn-ghost {
  overflow: hidden;
  z-index: 1;
}
.btn-ghost::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(100%);
  transition: all 0.28s;
  content: "";
  opacity: 0;
  z-index: -1;
}
.btn-ghost:hover::before {
  transform: translateY(0);
  opacity: 1;
}

.btn-ghost.btn-default, .nav-tabs > li > a.btn-ghost,
.wc-tabs > li > a.btn-ghost,
.nav-filters > ul > li > a.btn-ghost {
  border-color: #222222;
  color: #222222;
  border-color: #e7e7e7;
}
.btn-ghost.btn-default::before, .nav-tabs > li > a.btn-ghost::before,
.wc-tabs > li > a.btn-ghost::before,
.nav-filters > ul > li > a.btn-ghost::before {
  background-color: #f5f5f5;
}
.btn-ghost.btn-default:hover, .nav-tabs > li > a.btn-ghost:hover,
.wc-tabs > li > a.btn-ghost:hover,
.nav-filters > ul > li > a.btn-ghost:hover {
  color: #222222;
  box-shadow: 0 14px 25px -8px rgba(0, 0, 0, 0.23);
}

.btn-ghost.btn-primary, .post-password-form input.btn-ghost[type=submit] {
  border-color: #3d59f9;
  color: #3d59f9;
}
.btn-ghost.btn-primary::before, .post-password-form input.btn-ghost[type=submit]::before {
  background-color: #3d59f9;
}
.btn-ghost.btn-primary:hover, .post-password-form input.btn-ghost[type=submit]:hover {
  color: #ffffff;
  box-shadow: 0 14px 25px -8px rgba(61, 89, 249, 0.55);
}

.btn-ghost.btn-success {
  border-color: #00e676;
  color: #00e676;
}
.btn-ghost.btn-success::before {
  background-color: #00e676;
}
.btn-ghost.btn-success:hover {
  color: #ffffff;
  box-shadow: 0 14px 25px -8px rgba(0, 230, 118, 0.6);
}

.btn-ghost.btn-info {
  border-color: #5695fe;
  color: #5695fe;
}
.btn-ghost.btn-info::before {
  background-color: #5695fe;
}
.btn-ghost.btn-info:hover {
  color: #ffffff;
  box-shadow: 0 14px 25px -8px rgba(86, 149, 254, 0.6);
}

.btn-ghost.btn-warning {
  border-color: #ff5f2c;
  color: #ff5f2c;
}
.btn-ghost.btn-warning::before {
  background-color: #ff5f2c;
}
.btn-ghost.btn-warning:hover {
  color: #ffffff;
  box-shadow: 0 14px 25px -8px rgba(255, 95, 44, 0.6);
}

.btn-ghost.btn-danger {
  border-color: #ff5252;
  color: #ff5252;
}
.btn-ghost.btn-danger::before {
  background-color: #ff5252;
}
.btn-ghost.btn-danger:hover {
  color: #ffffff;
  box-shadow: 0 14px 25px -8px rgba(255, 82, 82, 0.6);
}

.btn-ghost.btn-white {
  border-color: #ffffff;
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.15);
}
.btn-ghost.btn-white::before {
  background-color: #ffffff;
}
.btn-ghost.btn-white:hover {
  color: #222222;
  box-shadow: 0 14px 25px -8px rgba(0, 0, 0, 0.23);
}

.btn-link.btn-default, .nav-tabs > li > a,
.wc-tabs > li > a,
.nav-filters > ul > li > a {
  color: #222222;
}
.btn-link.btn-default:hover, .nav-tabs > li > a:hover,
.wc-tabs > li > a:hover,
.nav-filters > ul > li > a:hover {
  background-color: #ffffff;
  color: #222222;
  box-shadow: 0 14px 25px -8px rgba(0, 0, 0, 0.23);
}

.btn-link.btn-primary, .nav-tabs > li > a.btn-primary,
.wc-tabs > li > a.btn-primary,
.nav-filters > ul > li > a.btn-primary, .post-password-form input.btn-link[type=submit] {
  color: #3d59f9;
}
.btn-link.btn-primary:hover, .nav-tabs > li > a.btn-primary:hover,
.wc-tabs > li > a.btn-primary:hover,
.nav-filters > ul > li > a.btn-primary:hover, .post-password-form input.btn-link[type=submit]:hover {
  background-color: #ffffff;
  color: #3d59f9;
  box-shadow: 0 14px 25px -8px rgba(61, 89, 249, 0.45);
}

.btn-link.btn-success, .nav-tabs > li > a.btn-success,
.wc-tabs > li > a.btn-success,
.nav-filters > ul > li > a.btn-success {
  color: #00e676;
}
.btn-link.btn-success:hover, .nav-tabs > li > a.btn-success:hover,
.wc-tabs > li > a.btn-success:hover,
.nav-filters > ul > li > a.btn-success:hover {
  background-color: #ffffff;
  color: #00e676;
  box-shadow: 0 14px 25px -8px rgba(0, 230, 118, 0.45);
}

.btn-link.btn-info, .nav-tabs > li > a.btn-info,
.wc-tabs > li > a.btn-info,
.nav-filters > ul > li > a.btn-info {
  color: #5695fe;
}
.btn-link.btn-info:hover, .nav-tabs > li > a.btn-info:hover,
.wc-tabs > li > a.btn-info:hover,
.nav-filters > ul > li > a.btn-info:hover {
  background-color: #ffffff;
  color: #5695fe;
  box-shadow: 0 14px 25px -8px rgba(86, 149, 254, 0.45);
}

.btn-link.btn-warning, .nav-tabs > li > a.btn-warning,
.wc-tabs > li > a.btn-warning,
.nav-filters > ul > li > a.btn-warning {
  color: #ff5f2c;
}
.btn-link.btn-warning:hover, .nav-tabs > li > a.btn-warning:hover,
.wc-tabs > li > a.btn-warning:hover,
.nav-filters > ul > li > a.btn-warning:hover {
  background-color: #ffffff;
  color: #ff5f2c;
  box-shadow: 0 14px 25px -8px rgba(255, 95, 44, 0.45);
}

.btn-link.btn-danger, .nav-tabs > li > a.btn-danger,
.wc-tabs > li > a.btn-danger,
.nav-filters > ul > li > a.btn-danger {
  color: #ff5252;
}
.btn-link.btn-danger:hover, .nav-tabs > li > a.btn-danger:hover,
.wc-tabs > li > a.btn-danger:hover,
.nav-filters > ul > li > a.btn-danger:hover {
  background-color: #ffffff;
  color: #ff5252;
  box-shadow: 0 14px 25px -8px rgba(255, 82, 82, 0.45);
}

.btn-link.btn-white, .nav-tabs > li > a.btn-white,
.wc-tabs > li > a.btn-white,
.nav-filters > ul > li > a.btn-white {
  color: #ffffff;
}
.btn-link.btn-white:hover, .nav-tabs > li > a.btn-white:hover,
.wc-tabs > li > a.btn-white:hover,
.nav-filters > ul > li > a.btn-white:hover {
  background-color: #ffffff;
  color: #222222;
  box-shadow: 0 14px 25px -8px rgba(0, 0, 0, 0.23);
}

@supports (mix-blend-mode: lighten) {
  .btn-link.btn-gradient, .nav-tabs > li > a.btn-gradient,
.wc-tabs > li > a.btn-gradient,
.nav-filters > ul > li > a.btn-gradient {
    display: inline-block;
    position: relative;
    background: #ffffff;
    color: #000000;
    mix-blend-mode: multiply;
  }
  .btn-link.btn-gradient::before, .nav-tabs > li > a.btn-gradient::before,
.wc-tabs > li > a.btn-gradient::before,
.nav-filters > ul > li > a.btn-gradient::before {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(to right, #8e54e9, #3d59f9);
    content: "";
    pointer-events: none;
  }
  .btn-link.btn-gradient::before, .nav-tabs > li > a.btn-gradient::before,
.wc-tabs > li > a.btn-gradient::before,
.nav-filters > ul > li > a.btn-gradient::before {
    mix-blend-mode: screen;
  }
}
.btn-link.btn-gradient:hover, .nav-tabs > li > a.btn-gradient:hover,
.wc-tabs > li > a.btn-gradient:hover,
.nav-filters > ul > li > a.btn-gradient:hover {
  background-color: #ffffff;
  box-shadow: 0 14px 25px -8px rgba(61, 89, 249, 0.55);
}

.market-btn {
  display: inline-block;
  height: 60px;
  margin: 0 12px 12px 0;
  border-radius: 5px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: normal;
  text-decoration: none;
  white-space: nowrap;
  vertical-align: middle;
}
.market-btn:focus, .market-btn:active {
  text-decoration: none;
}
.market-btn > span {
  display: block;
  font-size: 12px;
  line-height: 1.3;
}
.market-btn.btn-amazon {
  width: 185px;
  padding: 9px 18px 0 24px;
  background-color: #f5f5f5;
  color: #000000;
}
.market-btn.btn-appstore {
  width: 200px;
  padding: 9px 18px 0 73px;
  background-color: #000000;
  color: #ffffff;
}
.market-btn.btn-playstore {
  width: 202px;
  padding: 9px 18px 0 76px;
  background-color: #f5f5f5;
  color: #000000;
}
.market-btn.btn-windows {
  width: 215px;
  padding: 9px 18px 0 75px;
  background-color: #00adef;
  color: #ffffff;
}
.market-btn.btn-blackberry {
  width: 218px;
  padding: 9px 8px 0 73px;
  background-color: #000000;
  color: #ffffff;
}

.scroll-to-top-btn {
  display: block;
  position: fixed;
  right: 16px;
  bottom: -88px;
  width: 44px;
  height: 44px;
  transition: bottom 400ms cubic-bezier(0.68, -0.55, 0.265, 1.55), opacity 0.3s, background-color 0.3s, border-color 0.3s;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.3);
  color: #ffffff;
  font-size: 24px;
  line-height: 44px;
  opacity: 0;
  z-index: 2000;
  text-align: center;
  text-decoration: none;
}
.scroll-to-top-btn:hover {
  background-color: rgba(0, 0, 0, 0.8);
  color: #ffffff;
}
.scroll-to-top-btn.visible {
  bottom: 14px;
  opacity: 1;
}
@media screen and (max-width: 480px) {
  .scroll-to-top-btn {
    bottom: -72px;
    width: 36px;
    height: 36px;
    line-height: 36px;
  }
}

.social-button {
  display: inline-block;
  position: relative;
  width: 21px;
  height: 21px;
  margin-right: 13px;
  margin-bottom: 13px;
  font-size: 13px;
  text-decoration: none;
  -webkit-transform: translate3d(0, 0, 0);
}
.social-button i {
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.25s;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translate(-50%, -50%);
}
.social-button i::before {
  display: block;
  transition: transform 0.25s;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transform-style: preserve-3d;
  transform: translate3d(0, 0, 0);
  transform-style: preserve-3d;
}
.social-button .unhvrd {
  opacity: 1;
}
.social-button .unhvrd::before {
  transform: translateY(0) scale(1);
}
.social-button .hvrd {
  color: #222222;
  opacity: 0;
}
.social-button .hvrd::before {
  transform: translateY(10px) scale(0.7);
}
.social-button:hover .unhvrd {
  opacity: 0;
}
.social-button:hover .unhvrd::before {
  transform: translateY(-10px) scale(0.7);
  transition: transform 0.15s;
}
.social-button:hover .hvrd {
  opacity: 1;
}
.social-button:hover .hvrd::before {
  transform: translateY(0) scale(1);
}
.social-button.sb-shape-polygon, .social-button.sb-shape-circle, .social-button.sb-shape-rounded, .social-button.sb-shape-square {
  width: 36px;
  height: 36px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.social-button.sb-shape-polygon svg {
  display: block;
  position: absolute;
  width: 100%;
}
.social-button.sb-shape-circle {
  border-radius: 50%;
}
.social-button.sb-shape-rounded {
  border-radius: 5px;
}
.social-button.sb-shape-square {
  border-radius: 0;
}

/* Email */
.sb-mail {
  color: #3d59f9;
}
.sb-mail svg {
  transform: rotate(10deg);
}

/* Facebook */
.sb-facebook {
  color: #3b5998;
}
.sb-facebook svg {
  transform: rotate(90deg);
}

/* Twitter */
.sb-twitter {
  color: #1da1f2;
}
.sb-twitter svg {
  transform: rotate(45deg);
}

/* Google+ */
.sb-googleplus {
  color: #dd4b39;
  font-size: 16px;
}
.sb-googleplus svg {
  transform: rotate(30deg);
}

/* Google Play */
.sb-play {
  color: #00c4ff;
}
.sb-play svg {
  transform: rotate(30deg);
}

/* DeviantArt */
.sb-deviantart {
  color: #05cc47;
  font-size: 16px;
}
.sb-deviantart svg {
  transform: rotate(50deg);
}

/* Digg */
.sb-digg {
  color: #005be2;
  font-size: 16px;
}
.sb-digg svg {
  transform: rotate(60deg);
}

/* Instagram */
.sb-instagram {
  color: #c13584;
}
.sb-instagram svg {
  transform: rotate(40deg);
}

/* LastFM */
.sb-lastfm {
  color: #d51007;
  font-size: 14px;
}
.sb-lastfm svg {
  transform: rotate(60deg);
}

/* LinkedIn */
.sb-linkedin {
  color: #0077b5;
}
.sb-linkedin svg {
  transform: rotate(70deg);
}

/* Foursquare */
.sb-foursquare {
  color: #f94877;
}
.sb-foursquare svg {
  transform: rotate(10deg);
}

/* AirBNB */
.sb-airbnb {
  color: #fd5c63;
}
.sb-airbnb svg {
  transform: rotate(20deg);
}

/* Android */
.sb-android {
  color: #a4c639;
}
.sb-android svg {
  transform: rotate(750deg);
}

/* Apple */
.sb-apple {
  color: #000000;
}
.sb-apple svg {
  transform: rotate(20deg);
}

/* Behance */
.sb-behance {
  color: #1769ff;
  font-size: 14px;
}
.sb-behance svg {
  transform: rotate(55deg);
}

/* Blogger */
.sb-blogger {
  color: #f57d00;
}
.sb-blogger svg {
  transform: rotate(20deg);
}

/* GitHub */
.sb-github {
  color: #4078c0;
}
.sb-github svg {
  transform: rotate(0deg);
}

/* Pinterest */
.sb-pinterest {
  color: #bd081c;
}
.sb-pinterest svg {
  transform: rotate(90deg);
}

/* Flickr */
.sb-flickr {
  color: #0063dc;
}
.sb-flickr svg {
  transform: rotate(0deg);
}

/* Disqus */
.sb-disqus {
  color: #2e9fff;
}
.sb-disqus svg {
  transform: rotate(70deg);
}

/* Dribbble */
.sb-dribbble {
  color: #ea4c89;
}
.sb-dribbble svg {
  transform: rotate(95deg);
}

/* Odnoklassniki */
.sb-odnoklassniki {
  color: #ed812b;
}
.sb-odnoklassniki svg {
  transform: rotate(10deg);
}

/* Stack Overflow */
.sb-stackoverflow {
  color: #f48024;
}
.sb-stackoverflow svg {
  transform: rotate(30deg);
}

/* PayPal */
.sb-paypal {
  color: #009cde;
}
.sb-paypal svg {
  transform: rotate(80deg);
}

/* Playstation */
.sb-playstation {
  color: #003087;
  font-size: 15px;
}
.sb-playstation svg {
  transform: rotate(80deg);
}

/* Reddit */
.sb-reddit {
  color: #ff4500;
}
.sb-reddit svg {
  transform: rotate(0deg);
}

/* RSS */
.sb-rss {
  color: #f26522;
}
.sb-rss svg {
  transform: rotate(0deg);
}

/* Skype */
.sb-skype {
  color: #00aff0;
}
.sb-skype svg {
  transform: rotate(10deg);
}

/* Snapchat */
.sb-snapchat {
  color: #cbc91e;
}
.sb-snapchat svg {
  transform: rotate(10deg);
}

/* SoundCloud */
.sb-soundcloud {
  color: #ff8800;
  font-size: 16px;
}
.sb-soundcloud svg {
  transform: rotate(20deg);
}

/* Steam */
.sb-steam {
  color: #00adee;
}
.sb-steam svg {
  transform: rotate(40deg);
}

/* Stumbleupon */
.sb-stumbleupon {
  color: #eb4924;
}
.sb-stumbleupon svg {
  transform: rotate(35deg);
}

/* Telegram */
.sb-telegram {
  color: #0088cc;
}
.sb-telegram svg {
  transform: rotate(65deg);
}

/* Tumblr */
.sb-tumblr {
  color: #35465c;
}
.sb-tumblr svg {
  transform: rotate(90deg);
}

/* Viber */
.sb-viber {
  color: #8f5db7;
}
.sb-viber svg {
  transform: rotate(0deg);
}

/* Vimeo */
.sb-vimeo {
  color: #1ab7ea;
}
.sb-vimeo svg {
  transform: rotate(30deg);
}

/* Vine */
.sb-vine {
  color: #00b488;
}
.sb-vine svg {
  transform: rotate(60deg);
}

/* Vkontakte */
.sb-vkontakte {
  color: #45668e;
  font-size: 14px;
}
.sb-vkontakte svg {
  transform: rotate(40deg);
}

/* Whatsapp */
.sb-whatsapp {
  color: #25d366;
}
.sb-whatsapp svg {
  transform: rotate(10deg);
}

/* Windows */
.sb-windows {
  color: #00bcf2;
}
.sb-windows svg {
  transform: rotate(70deg);
}

/* Wordpress */
.sb-wordpress {
  color: #21759b;
}
.sb-wordpress svg {
  transform: rotate(55deg);
}

/* Xbox */
.sb-xbox {
  color: #52b043;
}
.sb-xbox svg {
  transform: rotate(15deg);
}

/* Xing */
.sb-xing {
  color: #cfdc00;
}
.sb-xing svg {
  transform: rotate(55deg);
}

/* Yahoo */
.sb-yahoo {
  color: #410093;
}
.sb-yahoo svg {
  transform: rotate(95deg);
}

/* Yelp */
.sb-yelp {
  color: #af0606;
}
.sb-yelp svg {
  transform: rotate(5deg);
}

/* Youtube */
.sb-youtube {
  color: #cd201f;
}
.sb-youtube svg {
  transform: rotate(0deg);
}

.social-button.sb-monochrome {
  /* Email */
  /* Facebook */
  /* Twitter */
  /* Google+ */
  /* Google Play */
  /* DeviantArt */
  /* Digg */
  /* Instagram */
  /* LastFM */
  /* LinkedIn */
  /* Foursquare */
  /* AirBNB */
  /* Android */
  /* Apple */
  /* Behance */
  /* Blogger */
  /* GitHub */
  /* Pinterest */
  /* Flickr */
  /* Disqus */
  /* Dribbble */
  /* Odnoklassniki */
  /* Stack Overflow */
  /* PayPal */
  /* Playstation */
  /* Reddit */
  /* RSS */
  /* Skype */
  /* Snapchat */
  /* SoundCloud */
  /* Steam */
  /* Stumbleupon */
  /* Telegram */
  /* Tumblr */
  /* Viber */
  /* Vimeo */
  /* Vine */
  /* Vkontakte */
  /* Whatsapp */
  /* Windows */
  /* Wordpress */
  /* Xbox */
  /* Xing */
  /* Yahoo */
  /* Yelp */
  /* Youtube */
}
.social-button.sb-monochrome.sb-mail .unhvrd {
  color: #222222;
}
.social-button.sb-monochrome.sb-mail .hvrd {
  color: #3d59f9;
}
.social-button.sb-monochrome.sb-facebook .unhvrd {
  color: #222222;
}
.social-button.sb-monochrome.sb-facebook .hvrd {
  color: #3b5998;
}
.social-button.sb-monochrome.sb-twitter .unhvrd {
  color: #222222;
}
.social-button.sb-monochrome.sb-twitter .hvrd {
  color: #1da1f2;
}
.social-button.sb-monochrome.sb-googleplus .unhvrd {
  color: #222222;
}
.social-button.sb-monochrome.sb-googleplus .hvrd {
  color: #dd4b39;
}
.social-button.sb-monochrome.sb-play .unhvrd {
  color: #222222;
}
.social-button.sb-monochrome.sb-play .hvrd {
  color: #00c4ff;
}
.social-button.sb-monochrome.sb-deviantart .unhvrd {
  color: #222222;
}
.social-button.sb-monochrome.sb-deviantart .hvrd {
  color: #05cc47;
}
.social-button.sb-monochrome.sb-digg .unhvrd {
  color: #222222;
}
.social-button.sb-monochrome.sb-digg .hvrd {
  color: #005be2;
}
.social-button.sb-monochrome.sb-instagram .unhvrd {
  color: #222222;
}
.social-button.sb-monochrome.sb-instagram .hvrd {
  color: #c13584;
}
.social-button.sb-monochrome.sb-lastfm .unhvrd {
  color: #222222;
}
.social-button.sb-monochrome.sb-lastfm .hvrd {
  color: #d51007;
}
.social-button.sb-monochrome.sb-linkedin .unhvrd {
  color: #222222;
}
.social-button.sb-monochrome.sb-linkedin .hvrd {
  color: #0077b5;
}
.social-button.sb-monochrome.sb-foursquare .unhvrd {
  color: #222222;
}
.social-button.sb-monochrome.sb-foursquare .hvrd {
  color: #f94877;
}
.social-button.sb-monochrome.sb-airbnb .unhvrd {
  color: #222222;
}
.social-button.sb-monochrome.sb-airbnb .hvrd {
  color: #fd5c63;
}
.social-button.sb-monochrome.sb-android .unhvrd {
  color: #222222;
}
.social-button.sb-monochrome.sb-android .hvrd {
  color: #a4c639;
}
.social-button.sb-monochrome.sb-apple .unhvrd {
  color: #222222;
}
.social-button.sb-monochrome.sb-apple .hvrd {
  color: #000000;
}
.social-button.sb-monochrome.sb-behance .unhvrd {
  color: #222222;
}
.social-button.sb-monochrome.sb-behance .hvrd {
  color: #1769ff;
}
.social-button.sb-monochrome.sb-blogger .unhvrd {
  color: #222222;
}
.social-button.sb-monochrome.sb-blogger .hvrd {
  color: #f57d00;
}
.social-button.sb-monochrome.sb-github .unhvrd {
  color: #222222;
}
.social-button.sb-monochrome.sb-github .hvrd {
  color: #4078c0;
}
.social-button.sb-monochrome.sb-pinterest .unhvrd {
  color: #222222;
}
.social-button.sb-monochrome.sb-pinterest .hvrd {
  color: #bd081c;
}
.social-button.sb-monochrome.sb-flickr .unhvrd {
  color: #222222;
}
.social-button.sb-monochrome.sb-flickr .hvrd {
  color: #0063dc;
}
.social-button.sb-monochrome.sb-disqus .unhvrd {
  color: #222222;
}
.social-button.sb-monochrome.sb-disqus .hvrd {
  color: #2e9fff;
}
.social-button.sb-monochrome.sb-dribbble .unhvrd {
  color: #222222;
}
.social-button.sb-monochrome.sb-dribbble .hvrd {
  color: #ea4c89;
}
.social-button.sb-monochrome.sb-odnoklassniki .unhvrd {
  color: #222222;
}
.social-button.sb-monochrome.sb-odnoklassniki .hvrd {
  color: #ed812b;
}
.social-button.sb-monochrome.sb-stackoverflow .unhvrd {
  color: #222222;
}
.social-button.sb-monochrome.sb-stackoverflow .hvrd {
  color: #f48024;
}
.social-button.sb-monochrome.sb-paypal .unhvrd {
  color: #222222;
}
.social-button.sb-monochrome.sb-paypal .hvrd {
  color: #009cde;
}
.social-button.sb-monochrome.sb-playstation .unhvrd {
  color: #222222;
}
.social-button.sb-monochrome.sb-playstation .hvrd {
  color: #003087;
}
.social-button.sb-monochrome.sb-reddit .unhvrd {
  color: #222222;
}
.social-button.sb-monochrome.sb-reddit .hvrd {
  color: #ff4500;
}
.social-button.sb-monochrome.sb-rss .unhvrd {
  color: #222222;
}
.social-button.sb-monochrome.sb-rss .hvrd {
  color: #f26522;
}
.social-button.sb-monochrome.sb-skype .unhvrd {
  color: #222222;
}
.social-button.sb-monochrome.sb-skype .hvrd {
  color: #00aff0;
}
.social-button.sb-monochrome.sb-snapchat .unhvrd {
  color: #222222;
}
.social-button.sb-monochrome.sb-snapchat .hvrd {
  color: #cbc91e;
}
.social-button.sb-monochrome.sb-soundcloud .unhvrd {
  color: #222222;
}
.social-button.sb-monochrome.sb-soundcloud .hvrd {
  color: #ff8800;
}
.social-button.sb-monochrome.sb-steam .unhvrd {
  color: #222222;
}
.social-button.sb-monochrome.sb-steam .hvrd {
  color: #00adee;
}
.social-button.sb-monochrome.sb-stumbleupon .unhvrd {
  color: #222222;
}
.social-button.sb-monochrome.sb-stumbleupon .hvrd {
  color: #eb4924;
}
.social-button.sb-monochrome.sb-telegram .unhvrd {
  color: #222222;
}
.social-button.sb-monochrome.sb-telegram .hvrd {
  color: #0088cc;
}
.social-button.sb-monochrome.sb-tumblr .unhvrd {
  color: #222222;
}
.social-button.sb-monochrome.sb-tumblr .hvrd {
  color: #35465c;
}
.social-button.sb-monochrome.sb-viber .unhvrd {
  color: #222222;
}
.social-button.sb-monochrome.sb-viber .hvrd {
  color: #8f5db7;
}
.social-button.sb-monochrome.sb-vimeo .unhvrd {
  color: #222222;
}
.social-button.sb-monochrome.sb-vimeo .hvrd {
  color: #1ab7ea;
}
.social-button.sb-monochrome.sb-vine .unhvrd {
  color: #222222;
}
.social-button.sb-monochrome.sb-vine .hvrd {
  color: #00b488;
}
.social-button.sb-monochrome.sb-vkontakte .unhvrd {
  color: #222222;
}
.social-button.sb-monochrome.sb-vkontakte .hvrd {
  color: #45668e;
}
.social-button.sb-monochrome.sb-whatsapp .unhvrd {
  color: #222222;
}
.social-button.sb-monochrome.sb-whatsapp .hvrd {
  color: #25d366;
}
.social-button.sb-monochrome.sb-windows .unhvrd {
  color: #222222;
}
.social-button.sb-monochrome.sb-windows .hvrd {
  color: #00bcf2;
}
.social-button.sb-monochrome.sb-wordpress .unhvrd {
  color: #222222;
}
.social-button.sb-monochrome.sb-wordpress .hvrd {
  color: #21759b;
}
.social-button.sb-monochrome.sb-xbox .unhvrd {
  color: #222222;
}
.social-button.sb-monochrome.sb-xbox .hvrd {
  color: #52b043;
}
.social-button.sb-monochrome.sb-xing .unhvrd {
  color: #222222;
}
.social-button.sb-monochrome.sb-xing .hvrd {
  color: #cfdc00;
}
.social-button.sb-monochrome.sb-yahoo .unhvrd {
  color: #222222;
}
.social-button.sb-monochrome.sb-yahoo .hvrd {
  color: #410093;
}
.social-button.sb-monochrome.sb-yelp .unhvrd {
  color: #222222;
}
.social-button.sb-monochrome.sb-yelp .hvrd {
  color: #af0606;
}
.social-button.sb-monochrome.sb-youtube .unhvrd {
  color: #222222;
}
.social-button.sb-monochrome.sb-youtube .hvrd {
  color: #cd201f;
}

.text-center .social-button {
  margin-right: 6px;
  margin-left: 6px;
}
.text-center .sb-shape-polygon,
.text-center .sb-shape-circle,
.text-center .sb-shape-rounded,
.text-center .sb-shape-square {
  margin-right: 5px;
  margin-left: 5px;
}

.text-right .social-button {
  margin-right: 0;
  margin-left: 13px;
}
.text-right .sb-shape-polygon,
.text-right .sb-shape-circle,
.text-right .sb-shape-rounded,
.text-right .sb-shape-square {
  margin-right: 0;
  margin-left: 10px;
}

.social-button.sb-light {
  border-color: rgba(255, 255, 255, 0.15);
  backface-visibility: hidden;
}
.social-button.sb-light .unhvrd {
  color: rgba(255, 255, 255, 0.5) !important;
}
.social-button.sb-light .hvrd {
  color: #ffffff !important;
}

.nav-tabs,
.wc-tabs,
.nav-filters > ul {
  margin-bottom: 0;
  padding-left: 0;
  border: 0;
  list-style: none;
}
.nav-tabs > li,
.wc-tabs > li,
.nav-filters > ul > li {
  display: inline-block;
  position: relative;
  padding: 0;
}
.nav-tabs > li > a,
.wc-tabs > li > a,
.nav-filters > ul > li > a {
  margin: 0;
}
.nav-tabs > li > a i,
.wc-tabs > li > a i,
.nav-filters > ul > li > a i {
  position: relative;
  top: -1px;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus,
.wc-tabs > li.active > a,
.wc-tabs > li.active > a:hover,
.wc-tabs > li.active > a:focus,
.nav-filters > ul > li.active > a,
.nav-filters > ul > li.active > a:hover,
.nav-filters > ul > li.active > a:focus {
  background-color: #3d59f9;
  color: #ffffff;
  box-shadow: none;
  cursor: default;
}

.tabs-horizontal .nav-tabs > li,
.nav-filters > ul > li,
.tabs-horizontal .wc-tabs > li {
  margin: 0 12px 24px 0;
}

.tabs-vertical {
  display: table;
  width: 100%;
}
.tabs-vertical .nav-tabs,
.tabs-vertical .tab-content {
  display: table-cell;
  vertical-align: top;
}
.tabs-vertical .nav-tabs > li {
  display: block;
  margin-bottom: 12px;
}
.tabs-vertical .nav-tabs > li > a {
  display: inline-block;
  white-space: nowrap;
}
.tabs-vertical.tabs-vertical-left .tab-content {
  padding: 5px 0 0 15px;
}
.tabs-vertical.tabs-vertical-right .tab-content {
  padding: 5px 15px 0 0;
}

.nav-filters {
  margin-bottom: 36px;
}
.nav-filters > ul > li {
  margin: 0 6px 10px 0;
}
.nav-filters.text-center > ul > li {
  margin: 0 3px 10px 3px;
}
.nav-filters.text-right > ul > li {
  margin: 0 0 10px 6px;
}

.tabs-bordered .nav-tabs li::after, .tabs-bordered .nav-tabs li::before {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  margin-top: 8px;
  transition: 0.3s;
  border: solid transparent;
  content: "";
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.tabs-bordered .nav-tabs li::after {
  margin-left: -10px;
  border-width: 10px;
  border-bottom-color: #ffffff;
}
.tabs-bordered .nav-tabs li::before {
  margin-left: -8px;
  border-width: 8px;
  border-bottom-color: #e7e7e7;
}
.tabs-bordered .nav-tabs li.active::after, .tabs-bordered .nav-tabs li.active::before {
  opacity: 1;
  visibility: visible;
}
.tabs-bordered.tabs-vertical-left .nav-tabs li {
  display: block;
  margin-right: 0;
}
.tabs-bordered.tabs-vertical-left .nav-tabs li::after, .tabs-bordered.tabs-vertical-left .nav-tabs li::before {
  top: 50%;
  left: 100%;
  border-color: transparent;
}
.tabs-bordered.tabs-vertical-left .nav-tabs li::after {
  margin-top: -13px;
  margin-left: -8px;
  border-width: 10px;
  border-right-color: #ffffff;
}
.tabs-bordered.tabs-vertical-left .nav-tabs li::before {
  margin-top: -11px;
  border-width: 8px;
  border-right-color: #e7e7e7;
}
.tabs-bordered.tabs-vertical-right .nav-tabs li {
  display: block;
  margin-left: 0;
}
.tabs-bordered.tabs-vertical-right .nav-tabs li::after, .tabs-bordered.tabs-vertical-right .nav-tabs li::before {
  top: 50%;
  right: 100%;
  left: auto;
  border-color: transparent;
}
.tabs-bordered.tabs-vertical-right .nav-tabs li::after {
  margin-top: -13px;
  margin-left: -8px;
  border-width: 10px;
  border-left-color: #ffffff;
}
.tabs-bordered.tabs-vertical-right .nav-tabs li::before {
  margin-top: -11px;
  border-width: 8px;
  border-left-color: #e7e7e7;
}
.tabs-bordered .tab-content {
  padding: 24px !important;
  border-radius: 5px;
}

.tabs-vertical-left .nav-tabs {
  padding-right: 24px;
}
.tabs-vertical-left .nav-tabs > li::after, .tabs-vertical-left .nav-tabs > li::before {
  left: calc(100% + 16px) !important;
}

.text-center .tabs-horizontal .nav-tabs > li, .text-center.tabs-horizontal .nav-tabs > li {
  margin: 0 16px 14px;
}

.tabs-horizontal .nav-tabs > li {
  margin-right: 0;
  margin-left: 12px;
}
.tabs-horizontal .nav-tabs > li:first-child {
  margin-left: 0;
}

.tabs-vertical-right .nav-tabs {
  padding-right: auto;
  padding-left: 24px;
}
.tabs-vertical-right .nav-tabs > li::after, .tabs-vertical-right .nav-tabs > li::before {
  right: calc(100% + 9px) !important;
}

.tabs-bordered .tab-content {
  background-color: #ffffff;
}

.tab-content {
  padding-top: 12px;
  overflow: hidden;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.tabs-light .nav-tabs li a, .tabs-light.nav-filters li a,
.filters-light .nav-tabs li a,
.filters-light.nav-filters li a {
  color: #ffffff;
}
.tabs-light .nav-tabs li a:hover, .tabs-light.nav-filters li a:hover,
.filters-light .nav-tabs li a:hover,
.filters-light.nav-filters li a:hover {
  color: #404040;
}
.tabs-light .nav-tabs li.active a, .tabs-light.nav-filters li.active a,
.filters-light .nav-tabs li.active a,
.filters-light.nav-filters li.active a {
  color: #ffffff;
}

.transition.fade {
  transition: all 0.4s ease-in-out;
  opacity: 0;
  backface-visibility: hidden;
}
.transition.fade.in {
  opacity: 1;
}
.transition.scale.fade {
  transform: scale(0.9);
}
.transition.scaledown.fade {
  transform: scale(1.1);
}
.transition.scale.fade.in, .transition.scaledown.fade.in {
  transform: scale(1);
}
.transition.left.fade {
  transform: translateX(40px);
}
.transition.right.fade {
  transform: translateX(-40px);
}
.transition.left.fade.in, .transition.right.fade.in {
  transform: translateX(0);
}
.transition.top.fade {
  transform: translateY(-40px);
}
.transition.bottom.fade {
  transform: translateY(40px);
}
.transition.top.fade.in, .transition.bottom.fade.in {
  transform: translateY(0);
}
.transition.flip.fade {
  transform: rotateY(-90deg) scale(1.1);
  transform: origin(50% 50%);
}
.transition.flip.fade.in {
  transform: rotateY(0deg) scale(1);
  transform: origin(50% 50%);
}

.panel {
  margin-bottom: -1px;
}

.panel-title {
  margin: 0;
}
.panel-title > a {
  display: block;
  position: relative;
  padding: 21px;
  transition: 0.3s;
  color: #222222;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 13px 22px -11px rgba(0, 0, 0, 0.2);
}
.panel-title > a > i {
  display: inline-block;
  vertical-align: middle;
}
.panel-title > a .si.si-plus {
  display: block;
  position: absolute;
  top: 0;
  right: 24px;
  height: 100%;
  transform: rotate(45deg);
  transition: 0.3s;
  font-size: 20px;
  font-weight: 300;
}
.panel-title > a .si.si-plus::before {
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translate(-50%, -50%);
}
.panel-title > a.collapsed .si.si-plus {
  transform: rotate(0);
}
.panel-title > a:hover {
  box-shadow: 0 13px 22px -11px rgba(0, 0, 0, 0.2) !important;
}
.panel-title > a.collapsed {
  box-shadow: none;
}

.panel-collapse > .panel-collapse-inner {
  padding: 24px;
  padding-top: 31px;
}

.panel-group-light {
  border-color: rgba(255, 255, 255, 0.15);
}
.panel-group-light .panel-collapse {
  border-color: rgba(255, 255, 255, 0.15);
}
.panel-group-light .panel-title > a {
  border-color: rgba(255, 255, 255, 0.15);
  color: #ffffff;
}

.collapse {
  display: none;
}
.collapse.in {
  display: block;
}

.collapsing {
  position: relative;
  height: 0;
  transition: 0.3s;
  overflow: hidden;
}

.testimonial {
  position: relative;
  padding: 24px;
  padding-top: 43.2px;
  border-radius: 5px;
  background-color: #ffffff;
}
.testimonial .quote-mark {
  display: block;
  position: absolute;
  top: 0;
  left: 24px;
  width: 36px;
  height: 36px;
  transform: translateY(-50%);
  border-radius: 50%;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
}
.testimonial .quote-mark > i {
  vertical-align: middle;
}
.testimonial .quote-mark.background-white {
  color: #404040;
}
.testimonial .testimonial-author {
  display: flex;
  margin-top: 20px;
}
.testimonial .author-avatar {
  width: 50px;
  height: 50px;
  margin-right: 12px;
  border-radius: 50%;
  overflow: hidden;
}
.testimonial .testimonial-author-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-content: center;
  -ms-flex-pack: justify;
  justify-content: center;
}
.testimonial .testimonial-author-name {
  margin-bottom: 3px;
  font-size: 14px;
  font-weight: bold;
}
.testimonial .testimonial-author-position {
  margin: 0;
  font-size: 12px;
  font-weight: normal;
}
.testimonial p {
  margin-bottom: 0;
}
.testimonial.testimonial-center {
  text-align: center;
}
.testimonial.testimonial-center .quote-mark {
  left: 50%;
  transform: translate(-50%, -50%);
}
.testimonial.testimonial-center .testimonial-author {
  justify-content: center;
  text-align: left;
}
.testimonial.testimonial-right {
  text-align: right;
}
.testimonial.testimonial-right .quote-mark {
  right: 24px;
  left: auto;
  transform: translateY(-50%);
}
.testimonial.testimonial-right .testimonial-author {
  justify-content: flex-end;
  text-align: right;
}
.testimonial.testimonial-right .testimonial-author .author-avatar {
  margin-right: 0;
  margin-left: 12px;
}

.testimonials-carousel.owl-carousel .owl-stage-outer {
  padding-top: 20px;
  padding-bottom: 2px;
}
.testimonials-carousel.owl-carousel .owl-stage-outer .testimonial .quote-mark {
  left: 24px;
}
.testimonials-carousel.owl-carousel .owl-stage-outer .testimonial.testimonial-right .quote-mark {
  right: 24px;
  left: auto;
}
.testimonials-carousel.owl-carousel .owl-stage-outer .testimonial.testimonial-center .quote-mark {
  left: 50%;
}

.progress {
  margin-bottom: 24px;
}
.progress .progress-bar {
  position: relative;
  height: 5px;
  border-radius: 5px;
  background-color: #f5f5f5;
}
.progress .progress-bar .rails {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 100%;
  transition: 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94); /* easeOutQuad */
  border-radius: 5px;
  z-index: 1;
}
.progress .progress-bar-label {
  display: block;
  margin-top: 12px;
  margin-bottom: 11px;
  font-size: 14px;
  font-weight: bold;
}
.progress .progress-bar-label i {
  display: inline-block;
  margin-right: 4px;
  font-size: 1.3em;
  vertical-align: middle;
}
.progress.progress-light .progress-bar {
  background-color: rgba(255, 255, 255, 0.15);
}
.progress.progress-light .progress-bar-label {
  color: #ffffff;
}

.content-box {
  position: relative;
  padding-bottom: 24px;
  transition: 0.25s;
  background-color: #ffffff;
}
.content-box .content-box-body {
  padding: 24px;
  word-wrap: break-word;
}
.content-box .content-box-body p {
  margin: 0;
}
.content-box.content-box-icon .content-box-header, .content-box.content-box-icon-image .content-box-header {
  padding-top: 48px;
  user-select: none;
}
.content-box.content-box-icon .content-box-header i, .content-box.content-box-icon-image .content-box-header i {
  font-size: 69px;
}
.content-box.content-box-icon .content-box-header i[class^=socicon], .content-box.content-box-icon-image .content-box-header i[class^=socicon] {
  line-height: 0.5;
}
.content-box.content-box-icon-image .content-box-header img {
  width: 72px;
}
.content-box .btn, .content-box .nav-tabs > li > a,
.content-box .wc-tabs > li > a,
.content-box .nav-filters > ul > li > a {
  margin-bottom: 24px;
}
.content-box .content-box-decoration-line {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
}
.content-box:hover {
  box-shadow: 0 20px 72px -20px rgba(0, 0, 0, 0.25);
}
.content-box.content-box-image-cover img {
  user-select: none;
}

.step {
  position: relative;
  transition: 0.25s;
  border-radius: 5px;
}
.step .step-digit {
  user-select: none;
}
.step.step-simple {
  padding-top: 45px;
  padding-right: 24px;
  padding-bottom: 24px;
  padding-left: 39px;
}
.step.step-simple .step-digit {
  position: absolute;
  top: 0;
  left: 0;
  color: #e7e7e7;
  font-size: 80px;
  font-weight: 900;
  line-height: 0.9;
  z-index: 1;
}
.step.step-simple .step-body {
  position: relative;
  z-index: 2;
}
.step.step-hover, .step.step-image {
  padding-top: 48px;
  padding-right: 24px;
  padding-bottom: 48px;
  padding-left: 24px;
  text-align: center;
  overflow: hidden;
}
.step.step-hover .step-digit, .step.step-image .step-digit {
  display: inline-block;
  padding-bottom: 12px;
  transform: scale(2);
  transition: 0.3s;
  color: #999999;
  font-size: 24px;
  font-weight: 900;
}
.step.step-hover .step-title, .step.step-image .step-title {
  transition: 0.3s;
}
.step.step-hover .step-text, .step.step-image .step-text {
  margin-bottom: 0;
  transition: 0.3s;
  color: #999999;
}
.step.step-hover:hover, .step.step-image:hover {
  box-shadow: 0 20px 72px -20px rgba(0, 0, 0, 0.25);
  cursor: default;
}
.step.step-hover:hover .step-digit, .step.step-image:hover .step-digit {
  transform: scale(1);
}
.step.step-hover:hover .step-title, .step.step-image:hover .step-title {
  transform: scale(1.5);
}
.step.step-hover:hover .step-text,
.step.step-hover:hover .step-digit, .step.step-image:hover .step-text,
.step.step-image:hover .step-digit {
  color: #404040;
}
.step.step-image {
  transform: translateZ(0);
  border-radius: 5px;
}
.step.step-image .step-bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.45s;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  visibility: hidden;
  z-index: 0;
}
.step.step-image .step-bg-image::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(34, 34, 34, 0.45);
  content: "";
  z-index: 5;
}
.step.step-image:hover .step-bg-image {
  transform: scale(1.1);
  opacity: 1;
  visibility: visible;
  backface-visibility: hidden;
}
.step.step-image:hover .step-digit,
.step.step-image:hover .step-text {
  color: #ffffff;
  opacity: 0.5;
}
.step.step-image:hover .step-title {
  color: #ffffff;
}
.step.step-light .step-digit, .step.step-light .step-text {
  color: #ffffff;
  opacity: 0.25;
}
.step.step-light .step-text {
  opacity: 0.5;
}
.step.step-light.step-hover .step-digit, .step.step-light.step-image .step-digit {
  opacity: 0.5;
}
.step.step-light .step-title {
  color: #ffffff;
}
.step.step-light.step-hover:hover {
  background-color: #ffffff;
}
.step.step-light.step-hover:hover .step-digit, .step.step-light.step-hover:hover .step-text {
  color: #404040;
  opacity: 1;
}
.step.step-light.step-hover:hover .step-title {
  color: #222222;
}

.counter .counter-title {
  font-weight: bold;
}
.counter.counter-simple .counter-digit {
  color: #e7e7e7;
  font-size: 80px;
  font-weight: 900;
  line-height: 0.8;
}
.counter.counter-iconed {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.counter.counter-iconed .counter-icon-box {
  position: relative;
  flex-grow: 0;
  flex-shrink: 0;
  width: 170px;
  height: 170px;
  margin-right: 24px;
  transition: 0.3s;
  border-radius: 50%;
}
.counter.counter-iconed .counter-digit,
.counter.counter-iconed .counter-icon {
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #404040;
  font-size: 36px;
}
.counter.counter-iconed .counter-digit span,
.counter.counter-iconed .counter-icon span {
  display: block;
  transition: 0.25s;
}
.counter.counter-iconed .counter-digit span {
  transform: translateY(0) scale(1);
  opacity: 1;
}
.counter.counter-iconed .counter-icon span {
  transform: translateY(40px) scale(0.8);
  opacity: 0;
}
.counter.counter-iconed:hover .counter-icon-box {
  border-color: #3d59f9;
  background-color: #ffffff;
  box-shadow: 0 12px 30px -2px rgba(61, 89, 249, 0.3);
}
.counter.counter-iconed:hover .counter-digit span {
  transform: translateY(-40px) scale(0.8);
  transition: 0.2;
  opacity: 0;
}
.counter.counter-iconed:hover .counter-icon span {
  display: block;
  transform: translateY(0) scale(1);
  transition: 0.3;
  opacity: 1;
}
@media screen and (max-width: 360px) {
  .counter.counter-iconed {
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .counter.counter-iconed .counter-icon-box {
    margin-right: 0;
  }
  .counter.counter-iconed .counter-title {
    margin-top: 24px;
  }
}
.counter.counter-vertical {
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}
.counter.counter-vertical .counter-icon-box {
  margin-right: 0;
}
.counter.counter-vertical .counter-title {
  margin-top: 24px;
}
.counter.counter-light.counter-simple .counter-digit {
  color: rgba(255, 255, 255, 0.2);
}
.counter.counter-light.counter-simple .counter-title {
  color: #ffffff;
}
.counter.counter-light.counter-simple .counter-text {
  color: rgba(255, 255, 255, 0.5);
}
.counter.counter-light.counter-iconed .counter-digit {
  color: #ffffff;
}
.counter.counter-light.counter-iconed .counter-title {
  color: #ffffff;
}
.counter.counter-light.counter-iconed .counter-text {
  color: rgba(255, 255, 255, 0.5);
}

.sc-icon .sc-icon-inner {
  display: inline-block;
  position: relative;
}
.sc-icon .sc-icon-inner i {
  position: absolute;
  line-height: 1;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sc-icon .sc-icon-inner img {
  width: 100%;
}
.sc-icon .si-icon-shape-square {
  border-radius: 0;
}
.sc-icon .si-icon-shape-rounded {
  border-radius: 5px;
}
.sc-icon .si-icon-shape-circle {
  border-radius: 50%;
}
.sc-icon .si-icon-shape-filled {
  border-color: transparent !important;
}

dl dt.h6, dl dt.h5 {
  margin-top: 24px;
  margin-bottom: 0;
  font-weight: bold;
}
dl dt.h6:first-child, dl dt.h5:first-child {
  margin-top: 0;
}
dl dt.h6:empty, dl dt.h5:empty {
  margin-top: 12px;
}
dl dd {
  padding-top: 12px;
  padding-bottom: 24px;
}
dl dd:empty {
  padding-top: 0;
}
dl.light-skin dt {
  color: #ffffff;
}
dl.light-skin dd {
  border-color: rgba(255, 255, 255, 0.15) !important;
  color: rgba(255, 255, 255, 0.5);
}

dl.with-icon dt.h6, dl.with-icon dt.h5 {
  position: relative;
  padding-left: 27px;
}
dl.with-icon dt.h6 i, dl.with-icon dt.h5 i {
  position: absolute;
  top: 1px;
  left: 0;
  font-size: 18px;
}
dl.with-icon dd {
  padding-left: 27px;
}

.pricing {
  border-radius: 5px;
  background-color: #ffffff;
  overflow: hidden;
}
.pricing .pricing-title {
  margin: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  text-transform: uppercase;
}
.pricing .pricing-title:empty {
  display: none;
}
.pricing .pricing-price-container {
  position: relative;
  padding-top: 33px;
  padding-bottom: 24px;
  background-color: #f5f5f5;
  overflow: hidden;
}
.pricing .pricing-price-container .pricing-price {
  display: inline-block;
  position: relative;
}
.pricing .pricing-price-container .pricing-currency {
  position: absolute;
  top: -12px;
  left: -16px;
  font-size: 18px;
  font-weight: 900;
}
.pricing .pricing-price-container .pricing-price-value {
  font-size: 60px;
  font-weight: 900;
  line-height: 1;
}
.pricing .pricing-price-container .pricing-price-period {
  font-size: 12px;
  text-transform: uppercase;
}
.pricing .pricing-body {
  padding-top: 24px;
  padding-right: 48px;
  padding-bottom: 24px;
  padding-left: 48px;
}
.pricing .pricing-info-list {
  display: inline-block;
  margin: 0;
  padding-top: 24px;
  padding-bottom: 24px;
}
.pricing .pricing-info-list:empty {
  display: none;
}
.pricing .btn, .pricing .nav-tabs > li > a,
.pricing .wc-tabs > li > a,
.pricing .nav-filters > ul > li > a {
  margin-left: 0;
}
.pricing.pricing-featured {
  box-shadow: 0 20px 84px -23px rgba(0, 0, 0, 0.2);
}
.pricing.pricing-featured .pricing-title {
  padding-top: 24px;
  padding-bottom: 24px;
}
.pricing.pricing-featured .pricing-price-value {
  font-size: 80px;
}

.pricing-price-container .pricing-price > * {
  transition: 0.4s ease;
}
.pricing-price-container .pricing-price.hidden-value {
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pricing-price-container .pricing-price.hidden-value > * {
  transform: translateY(40px);
  transition: 0.2s ease;
  opacity: 0;
}

.active .pricing-price-container .pricing-price > * {
  transform: translateY(-40px);
  transition: 0.2s ease;
  opacity: 0;
}
.active .pricing-price-container .pricing-price.hidden-value {
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translate(-50%, -50%);
}
.active .pricing-price-container .pricing-price.hidden-value > * {
  transform: translateY(0);
  transition: 0.4s ease;
  opacity: 1;
}

.pricing-container-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-align-content: center;
  align-content: center;
  -ms-flex-line-pack: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: center;
  margin-right: -15px;
  margin-left: -15px;
}
.pricing-container-inner .pricing {
  flex: 1;
  min-width: 220px;
  max-width: 360px;
  margin-top: 15px;
  margin-right: 15px;
  margin-bottom: 15px;
  margin-left: 15px;
}
@media screen and (max-width: 768px) {
  .pricing-container-inner .pricing {
    flex: none;
  }
}

.pricing-toggle {
  display: inline-block;
  margin-bottom: 32px;
}
.pricing-toggle > * {
  vertical-align: middle;
}
.pricing-toggle .pricing-label {
  transition: 0.3s;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  opacity: 0.5;
}
.pricing-toggle .pricing-label small {
  font-weight: 400;
}
.pricing-toggle .pricing-label.on {
  opacity: 1;
}
.pricing-toggle .btn-toggle {
  display: inline-block;
  position: relative;
  width: 50px;
  height: 21px;
  margin-right: 10px;
  margin-left: 10px;
  transition: all 0.5s ease;
  cursor: pointer;
}
.pricing-toggle .btn-toggle .btn-toggle-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2em;
  opacity: 0.15;
}
.pricing-toggle .btn-toggle .togler {
  display: block;
  position: absolute;
  left: 0;
  width: 23px;
  height: 23px;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  transition: all 0.2s ease;
  border-radius: 50%;
}
.pricing-toggle .btn-toggle.on .togler {
  left: 100%;
  margin-left: -23px;
}

.si-gallery-item {
  display: block;
  position: relative;
  overflow: hidden;
}
.si-gallery-item::before {
  transition: opacity 0.4s;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  content: "";
  opacity: 0;
  z-index: 1;
}
.si-gallery-item::after {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: -24px;
  transform: translateY(12px);
  transition: 0.4s;
  color: #ffffff;
  font-family: silicon-icons;
  font-size: 48px;
  line-height: 1;
  text-align: center;
  content: "\e93c";
  opacity: 0;
  z-index: 5;
}
.si-gallery-item > figure {
  display: none;
}
.si-gallery-item > img {
  display: block;
  width: 100%;
  transition: 0.45s;
  backface-visibility: hidden;
}
.si-gallery-item:hover::before {
  opacity: 0.6;
}
.si-gallery-item:hover::after {
  transform: translateY(0);
  opacity: 1;
}
.si-gallery-item:hover > img {
  transform: scale(1.08);
}

.pswp__caption__center {
  font-weight: 500;
  text-align: center !important;
}

.pswp__ui--fit .pswp__caption,
.pswp__caption {
  background-color: transparent !important;
}

.grid-item .si-gallery-item {
  margin-bottom: 0 !important;
}

.video-popup-btn {
  display: inline-block;
  width: 72px;
  height: 72px;
  transition: 0.4s;
  border-width: 5px;
  border-radius: 50%;
  font-size: 48px;
  text-align: center !important;
  text-decoration: none;
}
.video-popup-btn i {
  display: inline-block;
  transition: 0.4s;
}
.video-popup-btn:hover {
  transform: scale(1.15);
}
.video-popup-btn:hover i {
  transform: scale(0.85);
}

.admin-bar .mfp-container {
  padding-top: 32px;
}

@media screen and (max-width: 782px) {
  .admin-bar .mfp-container {
    padding-top: 46px;
  }
}
.si-cta {
  position: relative;
  border-radius: 5px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}
.si-cta .overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  content: "";
  opacity: 0.35;
  z-index: 1;
}
.si-cta .si-cta-inner {
  display: inline-block;
  position: relative;
  z-index: 5;
}
.si-cta .si-cta-counter {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: baseline;
  margin-top: 36px;
  align-items: baseline;
}
.si-cta .si-cta-counter.si-cta-counter-light * {
  color: #ffffff;
}
.si-cta .box {
  position: relative;
}
.si-cta .box:first-child .digit::before {
  display: none;
}
.si-cta.text-left .si-cta-counter {
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-left: -8px;
}
.si-cta.text-center .si-cta-counter {
  -ms-flex-pack: center;
  justify-content: center;
}
.si-cta.text-right .si-cta-counter {
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-right: -8px;
}
.si-cta .digit {
  padding-right: 8px;
  padding-left: 8px;
  font-family: "Roboto", sans-serif;
  font-size: 27px;
  font-weight: 900;
  line-height: 1;
}
.si-cta .digit::before {
  display: inline-block;
  position: absolute;
  top: 0;
  left: -12px;
  margin-top: -2px;
  transform: translateX(100%);
  content: " : ";
}
.si-cta .description {
  font-size: 12px;
  text-align: center;
  opacity: 0.5;
}
.si-cta .btn, .si-cta .nav-tabs > li > a,
.si-cta .wc-tabs > li > a,
.si-cta .nav-filters > ul > li > a {
  margin-top: 36px;
}

.si-logos-item {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-pack: justify;
  justify-content: center;
  padding: 72px;
  transition: 0.3s;
}
.si-logos-item .si-logos-img {
  width: 100px;
  transition: 0.3s;
}
.si-logos-item .si-logos-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding-right: 48px;
  padding-bottom: 24px;
  padding-left: 48px;
  -ms-transform: translateY(10px);
  transition: 0.15s;
  color: #404040;
  text-align: center;
  opacity: 0;
}
.si-logos-item .si-logos-info p {
  margin: 0;
}
.si-logos-item:hover {
  box-shadow: 0 20px 72px -20px rgba(0, 0, 0, 0.2);
}
.si-logos-item:hover .si-logos-img {
  -ms-transform: scale(0.8) translateY(-45%);
  transform: scale(0.8) translateY(-45%);
}
.si-logos-item:hover .si-logos-info {
  transform: translateY(0);
  transition: 0.3s;
  opacity: 1;
}

.contacts-card {
  border-radius: 5px;
  background-color: #ffffff;
  overflow: hidden;
}
.contacts-card img {
  display: block;
}
.contacts-card .widget {
  margin: 0;
  padding: 24px;
  padding-bottom: 28px;
  border-radius: 5px;
}
.contacts-card .google-maps + .widget,
.contacts-card img + .widget {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.contacts-card .contacts-card-title {
  margin-bottom: 24px;
  font-weight: bold;
}
.contacts-card .widget_silicon_contacts ul > li {
  border: 0;
}

.si-team {
  display: -ms-flexbox;
  display: flex;
}
.si-team .si-team-avatar img {
  display: block;
  border-radius: 50%;
}
.si-team .si-team-title {
  margin: 0;
  margin-bottom: 4px;
  font-weight: bold;
}
.si-team .social-bar {
  padding-top: 16px;
}

.si-team-default-vertical {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
}
.si-team-default-vertical .si-team-avatar {
  width: 144px;
  margin-bottom: 24px;
}
.si-team-default-vertical .si-team-info {
  text-align: center;
}

.si-team-default-horizontal {
  -ms-flex-direction: row;
  flex-direction: row;
}
.si-team-default-horizontal .si-team-avatar {
  width: 100px;
  min-width: 100px;
  margin-right: 24px;
}
.si-team-default-horizontal .si-team-info {
  text-align: left;
}

.si-justified-item .si-team-default-vertical {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  padding-top: 48px;
  padding-bottom: 48px;
}
.si-justified-item .si-team-default-vertical .si-team-avatar {
  margin-bottom: 0;
  transition: 0.3s;
}
.si-justified-item .si-team-default-vertical .si-team-info {
  position: absolute;
  bottom: 0;
  transform: translateY(10px);
  transition: 0.15s;
  opacity: 0;
  visibility: hidden;
}
.si-justified-item .si-team-default-vertical:hover .si-team-avatar {
  transform: scale(0.7) translateY(-50%);
}
.si-justified-item .si-team-default-vertical:hover .si-team-info {
  transform: translateY(0);
  transition: 0.3s;
  opacity: 1;
  visibility: visible;
}

.touchevents .si-justified-item .si-team-default-vertical .si-team-avatar {
  transform: scale(0.7) translateY(-50%);
}
.touchevents .si-justified-item .si-team-default-vertical .si-team-info {
  transform: translateY(0);
  transition: 0.3s;
  opacity: 1;
  visibility: visible;
}

.si-team-card .widget {
  margin-bottom: 0;
}

.hotspots-container {
  position: relative;
}
.hotspots-container > img {
  display: block;
  width: 100%;
}
.hotspots-container .hotspot {
  position: absolute;
  top: 0;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: rgba(61, 89, 249, 0.5);
  color: #ffffff;
  font-weight: 500;
  line-height: 80px;
  text-align: center;
  cursor: pointer;
  z-index: 10;
}
.hotspots-container .hotspot > span {
  display: none;
  position: relative;
  z-index: 5;
}
.hotspots-container .hotspot::before, .hotspots-container .hotspot::after {
  display: block;
  position: absolute;
  border-radius: 50%;
  content: "";
  z-index: 1;
}
.hotspots-container .hotspot::before {
  top: 10px;
  left: 10px;
  width: 60px;
  height: 60px;
  background-color: rgba(61, 89, 249, 0.5);
}
.hotspots-container .hotspot::after {
  top: 20px;
  left: 20px;
  width: 40px;
  height: 40px;
  background-color: #3d59f9;
}
.hotspots-container .hotspot .hotspot-tooltip {
  position: absolute;
  width: 240px;
  padding: 18px;
  transition: all 0.35s;
  border-radius: 5px;
  background-color: #ffffff;
  line-height: 1.5;
  text-align: left;
  box-shadow: 0 20px 72px -20px rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
}
.hotspots-container .hotspot .hotspot-tooltip > p {
  margin-bottom: 0;
}
.hotspots-container .hotspot .hotspot-tooltip.align-top, .hotspots-container .hotspot .hotspot-tooltip.align-bottom {
  left: 50%;
  margin-left: -120px;
}
.hotspots-container .hotspot .hotspot-tooltip.align-left, .hotspots-container .hotspot .hotspot-tooltip.align-right {
  top: 50%;
  transform: translateY(-50%);
}
.hotspots-container .hotspot .hotspot-tooltip.align-top {
  bottom: 100%;
  margin-bottom: 10px;
}
.hotspots-container .hotspot .hotspot-tooltip.align-bottom {
  top: 100%;
  margin-top: 10px;
}
.hotspots-container .hotspot .hotspot-tooltip.align-left {
  right: 100%;
  margin-right: 10px;
}
.hotspots-container .hotspot .hotspot-tooltip.align-right {
  left: 100%;
  margin-left: 10px;
}
.hotspots-container .hotspot:hover {
  z-index: 12;
}
.hotspots-container .hotspot:hover .hotspot-tooltip {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 768px) {
  .hotspots-container .hotspot {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .hotspots-container .hotspot::before {
    top: 5px;
    left: 5px;
    width: 30px;
    height: 30px;
  }
  .hotspots-container .hotspot::after {
    top: 10px;
    left: 10px;
    width: 20px;
    height: 20px;
  }
  .hotspots-container .hotspot > span {
    display: inline-block;
  }
  .hotspots-container .hotspot .hotspot-tooltip {
    display: none;
  }
}

:root {
  --tema-transition: .33s;
  --blue-translucent: rgba(23,35,78,0.70);
  --blue:#17234e;
}

body.vamos {
  --primary: rgb(222, 28, 34);
  --secondary: rgb(196, 22, 28);
  --accent: rgb(246, 216, 9);
}

body.locacao {
  --primary: rgb(0, 66, 97);
  --secondary: rgb(108, 134, 160);
  --accent: rgb(172, 21, 36);
}

body.seminovos {
  --primary: rgb(196, 22, 28);
  --secondary: rgb(196, 22, 28);
  --accent: rgb(83, 23, 24);
}

body.agro {
  --primary: rgb(237, 28, 36);
  --secondary: rgb(255, 194, 24);
  --accent: rgb(0, 140, 68);
}

body.maquinas {
  --primary: rgb(33, 64, 154);
  --secondary: rgb(239, 170, 55);
  --accent: rgb(35, 31, 32);
}

.cor-primary {
  color: var(--primary);
  transition: color var(--tema-transition);
}

.hv-cor-primary:hover {
  color: var(--primary);
  transition: color var(--tema-transition);
}

.bg-primary {
  background-color: var(--primary);
  transition: background-color var(--tema-transition);
}

.hv-bg-primary:hover {
  background-color: var(--primary);
  transition: background-color var(--tema-transition);
}

.cor-secondary {
  color: var(--secondary);
  transition: color var(--tema-transition);
}

.hv-cor-secondary:hover {
  color: var(--secondary);
  transition: color var(--tema-transition);
}

.bg-secondary {
  background-color: var(--secondary);
  transition: background-color var(--tema-transition);
}

.hv-bg-secondary:hover {
  background-color: var(--secondary);
  transition: background-color var(--tema-transition);
}

.cor-accent {
  color: var(--accent);
  transition: color var(--tema-transition);
}

.hv-cor-accent:hover {
  color: var(--accent);
  transition: color var(--tema-transition);
}

.bg-accent {
  background-color: var(--accent);
  transition: background-color var(--tema-transition);
}

.hv-bg-accent:hover {
  background-color: var(--accent);
  transition: background-color var(--tema-transition);
}

.bg-blue-1 {
  background-color: #17234e;
}

/*  escala de cinza  */
:root {
  --white: rgb(248, 248, 248);
  --silver: rgb(209, 211, 212);
  --gray: rgb(167, 169, 172);
  --black: rgb(65, 64, 66);
  --transparent: rgba(0,0,0,0);
  --white-translucent: rgba(241,242,242,.85);
  --silver-translucent: rgba(209,211,212,.5);
  --gray-translucent: rgba(167,169,172,.5);
  --black-translucent: rgba(65,64,66,.5);
}

.cor-white {
  color: var(--white);
  transition: color var(--tema-transition);
}

.hv-cor-white:hover {
  color: var(--white);
  transition: color var(--tema-transition);
}

.bg-white {
  background-color: var(--white);
  transition: background-color var(--tema-transition), border-color var(--tema-transition);
}

.hv-bg-white:hover {
  background-color: var(--white);
  transition: background-color var(--tema-transition), border-color var(--tema-transition);
}

.cor-silver {
  color: var(--silver);
  transition: color var(--tema-transition);
}

.hv-cor-silver:hover {
  color: var(--silver);
  transition: color var(--tema-transition);
}

.bg-silver {
  background-color: var(--silver);
  transition: background-color var(--tema-transition), border-color var(--tema-transition);
}

.hv-bg-silver:hover {
  background-color: var(--silver);
  transition: background-color var(--tema-transition), border-color var(--tema-transition);
}

.cor-gray {
  color: var(--gray);
  transition: color var(--tema-transition);
}

.hv-cor-gray:hover {
  color: var(--gray);
  transition: color var(--tema-transition);
}

.bg-gray {
  background-color: var(--gray);
  transition: background-color var(--tema-transition), border-color var(--tema-transition);
}

.hv-bg-gray:hover {
  background-color: var(--gray);
  transition: background-color var(--tema-transition), border-color var(--tema-transition);
}

.cor-black {
  color: var(--black);
  transition: color var(--tema-transition);
}

.hv-cor-black:hover {
  color: var(--black);
  transition: color var(--tema-transition);
}

.bg-black {
  background-color: var(--black);
  transition: background-color var(--tema-transition), border-color var(--tema-transition);
}

.hv-bg-black:hover {
  background-color: var(--black);
  transition: background-color var(--tema-transition), border-color var(--tema-transition);
}

.cor-transparent {
  color: var(--transparent);
  transition: color var(--tema-transition);
}

.hv-cor-transparent:hover {
  color: var(--transparent);
  transition: color var(--tema-transition);
}

.bg-transparent {
  background-color: var(--transparent);
  transition: background-color var(--tema-transition), border-color var(--tema-transition);
}

.hv-bg-transparent:hover {
  background-color: var(--transparent);
  transition: background-color var(--tema-transition), border-color var(--tema-transition);
}

.cor-white-translucent {
  color: var(--white-translucent);
  transition: color var(--tema-transition);
}

.hv-cor-white-translucent:hover {
  color: var(--white-translucent);
  transition: color var(--tema-transition);
}

.bg-white-translucent {
  background-color: var(--white-translucent);
  transition: background-color var(--tema-transition), border-color var(--tema-transition);
}

.hv-bg-white-translucent:hover {
  background-color: var(--white-translucent);
  transition: background-color var(--tema-transition), border-color var(--tema-transition);
}

.cor-silver-translucent {
  color: var(--silver-translucent);
  transition: color var(--tema-transition);
}

.hv-cor-silver-translucent:hover {
  color: var(--silver-translucent);
  transition: color var(--tema-transition);
}

.bg-silver-translucent {
  background-color: var(--silver-translucent);
  transition: background-color var(--tema-transition), border-color var(--tema-transition);
}

.hv-bg-silver-translucent:hover {
  background-color: var(--silver-translucent);
  transition: background-color var(--tema-transition), border-color var(--tema-transition);
}

.cor-gray-translucent {
  color: var(--gray-translucent);
  transition: color var(--tema-transition);
}

.hv-cor-gray-translucent:hover {
  color: var(--gray-translucent);
  transition: color var(--tema-transition);
}

.bg-gray-translucent {
  background-color: var(--gray-translucent);
  transition: background-color var(--tema-transition), border-color var(--tema-transition);
}

.hv-bg-gray-translucent:hover {
  background-color: var(--gray-translucent);
  transition: background-color var(--tema-transition), border-color var(--tema-transition);
}

.cor-black-translucent {
  color: var(--black-translucent);
  transition: color var(--tema-transition);
}

.hv-cor-black-translucent:hover {
  color: var(--black-translucent);
  transition: color var(--tema-transition);
}

.bg-black-translucent {
  background-color: var(--black-translucent);
  transition: background-color var(--tema-transition), border-color var(--tema-transition);
}

.hv-bg-black-translucent:hover {
  background-color: var(--black-translucent);
  transition: background-color var(--tema-transition), border-color var(--tema-transition);
}

.glass {
  backdrop-filter: blur(5px);
  transition: background-color var(--tema-transition);
}

.ma8 {
  margin: 8px;
}

.mt8 {
  margin-top: 8px;
}

.mb8 {
  margin-bottom: 8px;
}

.ml8 {
  margin-left: 8px;
}

.mr8 {
  margin-right: 8px;
}

.pa8 {
  padding: 8px;
}

.pt8 {
  padding-top: 8px;
}

.pb8 {
  padding-bottom: 8px;
}

.pl8 {
  padding-left: 8px;
}

.pr8 {
  padding-right: 8px;
}

.ma16 {
  margin: 16px;
}

.mt16 {
  margin-top: 16px;
}

.mb16 {
  margin-bottom: 16px;
}

.ml16 {
  margin-left: 16px;
}

.mr16 {
  margin-right: 16px;
}

.pa16 {
  padding: 16px;
}

.pt16 {
  padding-top: 16px;
}

.pb16 {
  padding-bottom: 16px;
}

.pl16 {
  padding-left: 16px;
}

.pr16 {
  padding-right: 16px;
}

.ma24 {
  margin: 24px;
}

.mt24 {
  margin-top: 24px;
}

.mb24 {
  margin-bottom: 24px;
}

.ml24 {
  margin-left: 24px;
}

.mr24 {
  margin-right: 24px;
}

.pa24 {
  padding: 24px;
}

.pt24 {
  padding-top: 24px;
}

.pb24 {
  padding-bottom: 24px;
}

.pl24 {
  padding-left: 24px;
}

.pr24 {
  padding-right: 24px;
}

.ma32 {
  margin: 32px;
}

.mt32 {
  margin-top: 32px;
}

.mb32 {
  margin-bottom: 32px;
}

.ml32 {
  margin-left: 32px;
}

.mr32 {
  margin-right: 32px;
}

.pa32 {
  padding: 32px;
}

.pt32 {
  padding-top: 32px;
}

.pb32 {
  padding-bottom: 32px;
}

.pl32 {
  padding-left: 32px;
}

.pr32 {
  padding-right: 32px;
}

.ma40 {
  margin: 40px;
}

.mt40 {
  margin-top: 40px;
}

.mb40 {
  margin-bottom: 40px;
}

.ml40 {
  margin-left: 40px;
}

.mr40 {
  margin-right: 40px;
}

.pa40 {
  padding: 40px;
}

.pt40 {
  padding-top: 40px;
}

.pb40 {
  padding-bottom: 40px;
}

.pl40 {
  padding-left: 40px;
}

.pr40 {
  padding-right: 40px;
}

.ma48 {
  margin: 48px;
}

.mt48 {
  margin-top: 48px;
}

.mb48 {
  margin-bottom: 48px;
}

.ml48 {
  margin-left: 48px;
}

.mr48 {
  margin-right: 48px;
}

.pa48 {
  padding: 48px;
}

.pt48 {
  padding-top: 48px;
}

.pb48 {
  padding-bottom: 48px;
}

.pl48 {
  padding-left: 48px;
}

.pr48 {
  padding-right: 48px;
}

.ma56 {
  margin: 56px;
}

.mt56 {
  margin-top: 56px;
}

.mb56 {
  margin-bottom: 56px;
}

.ml56 {
  margin-left: 56px;
}

.mr56 {
  margin-right: 56px;
}

.pa56 {
  padding: 56px;
}

.pt56 {
  padding-top: 56px;
}

.pb56 {
  padding-bottom: 56px;
}

.pl56 {
  padding-left: 56px;
}

.pr56 {
  padding-right: 56px;
}

.ma64 {
  margin: 64px;
}

.mt64 {
  margin-top: 64px;
}

.mb64 {
  margin-bottom: 64px;
}

.ml64 {
  margin-left: 64px;
}

.mr64 {
  margin-right: 64px;
}

.pa64 {
  padding: 64px;
}

.pt64 {
  padding-top: 64px;
}

.pb64 {
  padding-bottom: 64px;
}

.pl64 {
  padding-left: 64px;
}

.pr64 {
  padding-right: 64px;
}

.ma72 {
  margin: 72px;
}

.mt72 {
  margin-top: 72px;
}

.mb72 {
  margin-bottom: 72px;
}

.ml72 {
  margin-left: 72px;
}

.mr72 {
  margin-right: 72px;
}

.pa72 {
  padding: 72px;
}

.pt72 {
  padding-top: 72px;
}

.pb72 {
  padding-bottom: 72px;
}

.pl72 {
  padding-left: 72px;
}

.pr72 {
  padding-right: 72px;
}

.ma80 {
  margin: 80px;
}

.mt80 {
  margin-top: 80px;
}

.mb80 {
  margin-bottom: 80px;
}

.ml80 {
  margin-left: 80px;
}

.mr80 {
  margin-right: 80px;
}

.pa80 {
  padding: 80px;
}

.pt80 {
  padding-top: 80px;
}

.pb80 {
  padding-bottom: 80px;
}

.pl80 {
  padding-left: 80px;
}

.pr80 {
  padding-right: 80px;
}

.ma88 {
  margin: 88px;
}

.mt88 {
  margin-top: 88px;
}

.mb88 {
  margin-bottom: 88px;
}

.ml88 {
  margin-left: 88px;
}

.mr88 {
  margin-right: 88px;
}

.pa88 {
  padding: 88px;
}

.pt88 {
  padding-top: 88px;
}

.pb88 {
  padding-bottom: 88px;
}

.pl88 {
  padding-left: 88px;
}

.pr88 {
  padding-right: 88px;
}

.ma96 {
  margin: 96px;
}

.mt96 {
  margin-top: 96px;
}

.mb96 {
  margin-bottom: 96px;
}

.ml96 {
  margin-left: 96px;
}

.mr96 {
  margin-right: 96px;
}

.pa96 {
  padding: 96px;
}

.pt96 {
  padding-top: 96px;
}

.pb96 {
  padding-bottom: 96px;
}

.pl96 {
  padding-left: 96px;
}

.pr96 {
  padding-right: 96px;
}

.ma104 {
  margin: 104px;
}

.mt104 {
  margin-top: 104px;
}

.mb104 {
  margin-bottom: 104px;
}

.ml104 {
  margin-left: 104px;
}

.mr104 {
  margin-right: 104px;
}

.pa104 {
  padding: 104px;
}

.pt104 {
  padding-top: 104px;
}

.pb104 {
  padding-bottom: 104px;
}

.pl104 {
  padding-left: 104px;
}

.pr104 {
  padding-right: 104px;
}

.ma112 {
  margin: 112px;
}

.mt112 {
  margin-top: 112px;
}

.mb112 {
  margin-bottom: 112px;
}

.ml112 {
  margin-left: 112px;
}

.mr112 {
  margin-right: 112px;
}

.pa112 {
  padding: 112px;
}

.pt112 {
  padding-top: 112px;
}

.pb112 {
  padding-bottom: 112px;
}

.pl112 {
  padding-left: 112px;
}

.pr112 {
  padding-right: 112px;
}

.ma120 {
  margin: 120px;
}

.mt120 {
  margin-top: 120px;
}

.mb120 {
  margin-bottom: 120px;
}

.ml120 {
  margin-left: 120px;
}

.mr120 {
  margin-right: 120px;
}

.pa120 {
  padding: 120px;
}

.pt120 {
  padding-top: 120px;
}

.pb120 {
  padding-bottom: 120px;
}

.pl120 {
  padding-left: 120px;
}

.pr120 {
  padding-right: 120px;
}

.mauto {
  margin: auto;
}

.mrauto {
  margin-right: auto;
}

.mlauto {
  margin-left: auto;
}

.mtauto {
  margin-top: auto;
}

.mbauto {
  margin-bottom: auto;
}

.rt45 {
  transform: rotate(45deg);
}

.rt90 {
  transform: rotate(90deg);
}

.rt180 {
  transform: rotate(180deg);
}

.rt270 {
  transform: rotate(270deg);
}

.br5 {
  border-radius: 5px;
}

.brfull {
  border-radius: 999px;
}

.flex {
  display: flex;
}

.flex-row {
  flex-direction: row;
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.flex-column {
  flex-direction: column;
}

.flex-column-reverse {
  flex-direction: column-reverse;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}

.flex-justify-start {
  justify-content: flex-start;
}

.flex-justify-end {
  justify-content: flex-end;
}

.flex-justify-center {
  justify-content: center;
}

.flex-justify-between {
  justify-content: space-between;
}

.flex-justify-around {
  justify-content: space-around;
}

.flex-items-start {
  align-items: flex-start;
}

.flex-items-end {
  align-items: flex-end;
}

.flex-items-center {
  align-items: center;
}

.flex-items-baseline {
  align-items: baseline;
}

.flex-items-stretch {
  align-items: stretch;
}

.flex-content-start {
  align-content: flex-start;
}

.flex-content-end {
  align-content: flex-end;
}

.flex-content-center {
  align-content: center;
}

.flex-content-between {
  align-content: space-between;
}

.flex-content-around {
  align-content: space-around;
}

.flex-content-stretch {
  align-content: stretch;
}

.fw100 {
  font-weight: 100;
}

.fw200 {
  font-weight: 200;
}

.fw300 {
  font-weight: 300;
}

.fw400 {
  font-weight: 400;
}

.fw500 {
  font-weight: 500;
}

.fw600 {
  font-weight: 600;
}

.fw700 {
  font-weight: 700;
}

.fw800 {
  font-weight: 800;
}

.fw900 {
  font-weight: 900;
}

.s0 {
  font-size: 0.75rem;
}

.s1 {
  font-size: 0.875rem;
}

.s2 {
  font-size: 1rem;
}

.s3 {
  font-size: 1.125rem;
}

.s4 {
  font-size: 1.25rem;
}

.s5 {
  font-size: 1.375rem;
}

.s6 {
  font-size: 1.5rem;
}

.s7 {
  font-size: 1.625rem;
}

.s8 {
  font-size: 1.75rem;
}

.s9 {
  font-size: 1.875rem;
}

.s10 {
  font-size: 2rem;
}

.cpt {
  text-transform: capitalize;
}

.upc {
  text-transform: uppercase;
}

.lwc {
  text-transform: lowercase;
}

.udl {
  text-decoration: underline;
}

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

form app-errormessage {
  display: none;
}
form button:disabled {
  cursor: default;
  filter: grayscale(1);
  pointer-events: none;
  background: transparent;
  border: 1px solid var(--white);
}
form input,
form textarea,
form select {
  height: 40px;
  max-width: 100%;
  border: 1px solid var(--silver);
  border-radius: 0;
}
form input::placeholder,
form textarea::placeholder,
form select::placeholder {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  opacity: 0.5 !important;
}
form input:focus,
form textarea:focus,
form select:focus {
  border-color: var(--primary);
  outline: var(--primary);
  background: var(--primary);
  color: var(--white);
}
form input:focus::placeholder,
form textarea:focus::placeholder,
form select:focus::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: var(--white);
  opacity: 1; /* Firefox */
}
form input:not(:focus).ng-touched.ng-invalid,
form textarea:not(:focus).ng-touched.ng-invalid,
form select:not(:focus).ng-touched.ng-invalid {
  border-style: dashed;
  border-color: red;
}
form input:not(:focus).ng-touched.ng-invalid + app-errormessage,
form textarea:not(:focus).ng-touched.ng-invalid + app-errormessage,
form select:not(:focus).ng-touched.ng-invalid + app-errormessage {
  display: block;
}
form.ng-submitted input:not(:focus).ng-invalid,
form.ng-submitted textarea:not(:focus).ng-invalid {
  border-style: dashed;
  border-color: red;
}
form.ng-submitted input:not(:focus).ng-invalid + app-errormessage,
form.ng-submitted textarea:not(:focus).ng-invalid + app-errormessage {
  display: block;
}
form textarea {
  height: 120px;
  resize: none;
}
form textarea::placeholder {
  color: var(--white);
}
form input[type=checkbox] + label {
  cursor: pointer;
}
form input[type=checkbox] {
  display: none;
}
form input[type=checkbox] + label:before {
  content: "✔";
  border: 1px solid var(--silver);
  border-radius: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  vertical-align: bottom;
  color: transparent;
  transition: 0.2s;
}
form input[type=checkbox]:checked + label:before {
  background-color: var(--primary);
  border-color: var(--primary);
  color: var(--white);
}
form button {
  cursor: pointer;
  border: 0;
}
form button:hover {
  color: var(--white);
}

label:hover {
  cursor: pointer;
}

[type=radio]:checked,
[type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}

[type=radio]:checked + label,
[type=radio]:not(:checked) + label {
  cursor: pointer;
  position: relative;
  padding-left: 30px;
  line-height: 1.5rem;
  display: inline-block;
}

[type=radio]:checked + label:before,
[type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 1px solid var(--gray);
  border-radius: 100%;
  background: var(--white);
}

[type=radio]:checked + label:after,
[type=radio]:not(:checked) + label:after {
  content: "";
  width: 14px;
  height: 14px;
  background: var(--primary);
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

[type=radio]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

[type=radio]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

input[type=checkbox] + label {
  cursor: pointer;
}

input[type=checkbox] {
  display: none;
}

input[type=checkbox] + label:before {
  content: "✔";
  border: 1px solid var(--silver);
  border-radius: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  vertical-align: bottom;
  color: transparent;
  transition: 0.2s;
}

input[type=checkbox]:checked + label:before {
  background-color: var(--primary);
  border-color: var(--primary);
  color: var(--white);
}

@media only screen and (max-width: 767px) {
  .header-faixa {
    display: none;
  }
}

.admin-bar #header-menu {
  top: 72px;
}
@media only screen and (max-width: 767px) {
  .admin-bar #header-menu {
    top: 46px;
  }
}

#header-menu {
  background: var(--blue-translucent);
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#header-menu .search_btn {
  font-family: "DIN Next CYR", sans-serif !important;
  font-size: 0.75rem;
  display: flex;
  align-items: center;
  background-color: transparent;
  color: #FFF;
  border: none;
  text-transform: uppercase;
  justify-content: space-between;
  width: 95px;
}
#header-menu .mobileButton {
  display: none;
  flex-wrap: wrap;
  width: 40px;
  padding: 5px 5px 0;
  background-color: transparent;
  border: none;
}
#header-menu .mobileButton .bar {
  display: block;
  width: 100%;
  height: 5px;
  background-color: #FFF;
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  #header-menu .mobileButton {
    display: flex;
  }
}
@media only screen and (max-width: 767px) {
  #header-menu {
    top: 46px;
  }
  #header-menu img {
    width: auto;
    height: 40px;
  }
  #header-menu .menuItem {
    display: none;
  }
  #header-menu .search_btn {
    display: none;
  }
}

body.home #header-menu {
  position: absolute;
  z-index: 999;
  width: 100%;
}

.footer-vm {
  display: block;
  border-top: 1px solid var(--white);
}
.footer-vm .sub.active:not(:hover) {
  --primary: var(--accent);
}
.footer-vm .sub {
  padding-left: 16px;
  padding-right: 16px;
}
.footer-vm .sub span {
  margin-left: -16px;
  margin-right: -16px;
}
.footer-vm .sub:hover > span::after,
.footer-vm .sub.active > span::after {
  content: "";
  background-color: var(--primary);
  opacity: 0.2;
  width: calc(100% + 32px);
  height: 100%;
  border-radius: 30px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
.footer-vm .ejs-header {
  font-size: 1rem;
  text-transform: uppercase;
}
.footer-vm .endereco .ejs-header {
  margin-bottom: 24px;
}
.footer-vm .endereco address pre {
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  margin-top: 24px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-vm .box {
    gap: 0px 48px !important;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 767px) {
  .footer-vm .box-esquerdo {
    padding-top: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-vm .box-esquerdo {
    padding-top: 32px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-vm .box-direito {
    padding-top: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-vm .box-direito div {
    width: 100% !important;
    padding-top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-vm .box-direito div {
    width: 100% !important;
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .footer-vm .footer__sites {
    justify-content: flex-start;
    margin-top: 16px;
  }
}

#busca-home {
  background-color: #a7a9ac;
}
#busca-home .formulario-busca {
  box-shadow: none;
  -webkit-box-shadow: none;
  margin-top: 0;
  background-color: transparent;
  padding-top: 0;
  padding: 0;
  border-radius: 0;
  margin-left: 0;
}
#busca-home .formulario-busca .busque {
  color: #fff;
}
#busca-home .formulario-busca .form-select select {
  border: 1px solid #fff;
  border-radius: 35px;
  color: #fff;
}
#busca-home .formulario-busca .form-select select option {
  color: #001d50;
}
@media only screen and (max-width: 767px) {
  #busca-home .formulario-busca #yith-searchsubmit {
    margin-top: 24px;
  }
}
#busca-home .formulario-busca #yith-s {
  background-color: transparent;
  border: 1px solid #fff;
  height: 38px;
  margin-left: 1rem;
}
#busca-home .formulario-busca #yith-s::placeholder {
  color: #fff !important;
}
@media only screen and (max-width: 767px) {
  #busca-home .formulario-busca #yith-s {
    margin-left: 0;
  }
}

#rev_slider_1_1_wrapper .hesperiden.tparrows {
  background: #848484;
  border-radius: 0;
}

.fw-section .titulo-cat {
  padding-right: 0 !important;
}

.titulo-cat {
  margin: 4rem 0 2rem;
}
.titulo-cat h2 {
  font-family: "DIN Next CYR", sans-serif !important;
  text-transform: uppercase !important;
  display: flex;
  color: #001d50 !important;
  font-weight: 400 !important;
  font-size: 2.5rem !important;
  align-items: center;
  letter-spacing: 0.2rem !important;
  line-height: normal !important;
  margin-top: 0 !important;
  padding-left: 0 !important;
}
.titulo-cat h2 img {
  display: none;
}
.titulo-cat h2:after {
  content: "";
  flex: 1;
  height: 2px;
  background-color: #001d50 !important;
  margin-left: 24px;
}
@media only screen and (max-width: 767px) {
  .titulo-cat h2 {
    font-size: 1rem !important;
    display: block;
    border-bottom: 1px solid #001d50;
    padding: 0 0 1rem;
    text-align: center !important;
    font-weight: 700;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .titulo-cat h2 {
    font-size: 1.5rem !important;
  }
}

#caminhoes-0km .owl-carousel.owl-drag .owl-item,
#onibus-0km .owl-carousel.owl-drag .owl-item {
  height: 320px !important;
  min-height: 320px !important;
}

#caminhoes-0km .owl-carousel .product-tile,
#onibus-0km .owl-carousel .product-tile {
  height: 320px !important;
  width: 100% !important;
}

#onibus-0km {
  margin-bottom: 60px;
}
#onibus-0km .btn-custom-0f033676 {
  background-color: transparent !important;
  border: 2px solid #FFF !important;
}

#caminhoes-0km::before {
  content: "";
  width: 100%;
  height: 1071px;
  position: absolute;
  background-color: #F00;
  background: url(/wp-content/themes/silicon/assets/2022/img/background_transrio_sitevamos.jpg) no-repeat center center;
  top: 338px;
  left: 0;
  z-index: 0;
  background-size: cover;
}
#caminhoes-0km::before .btn-custom-b1b846b5 {
  background-color: transparent !important;
  border: 2px solid #FFF !important;
}

.woocommerce .ywcps-wrapper .ywcps-nav-prev #default_prev,
.woocommerce .ywcps-wrapper .ywcps-nav-next #default_next {
  background-color: #848484 !important;
}

.product.product-tile,
.archive .product.product-tile {
  border: none !important;
  border-radius: 0 !important;
  display: flex;
  flex-wrap: wrap;
  background-color: #f1f2f2 !important;
}
.product.product-tile .product-price,
.archive .product.product-tile .product-price {
  margin-bottom: 60px;
}
.product.product-tile .product-price del .woocommerce-Price-amount.amount,
.archive .product.product-tile .product-price del .woocommerce-Price-amount.amount {
  color: #96929b;
}
.product.product-tile .product-price ins,
.archive .product.product-tile .product-price ins {
  color: #414042;
}
.product.product-tile form,
.archive .product.product-tile form {
  display: flex;
  margin: 1rem 0;
}
.product.product-tile .atr-calendar,
.product.product-tile .atr-tachometer,
.product.product-tile .atr-marker,
.archive .product.product-tile .atr-calendar,
.archive .product.product-tile .atr-tachometer,
.archive .product.product-tile .atr-marker {
  color: #414042;
  font-size: 1rem;
}
.product.product-tile .atr-calendar i,
.product.product-tile .atr-tachometer i,
.product.product-tile .atr-marker i,
.archive .product.product-tile .atr-calendar i,
.archive .product.product-tile .atr-tachometer i,
.archive .product.product-tile .atr-marker i {
  color: #001d50;
}
.product.product-tile .product-thumb,
.archive .product.product-tile .product-thumb {
  width: 100%;
  background-color: #fff;
  display: block;
  background-size: cover;
}
.product.product-tile .product-thumb img,
.archive .product.product-tile .product-thumb img {
  height: 165px;
  width: auto !important;
  margin: auto;
  display: block;
}
@media only screen and (max-width: 767px) {
  .product.product-tile .product-thumb img,
.archive .product.product-tile .product-thumb img {
    width: 100% !important;
    height: auto !important;
  }
}
.product.product-tile .product-thumb-wrapper,
.archive .product.product-tile .product-thumb-wrapper {
  width: 100%;
  height: auto !important;
  max-height: 200px;
}
.product.product-tile a.compare.button,
.archive .product.product-tile a.compare.button {
  display: none !important;
}
.product.product-tile .product-tile-body,
.archive .product.product-tile .product-tile-body {
  width: 100%;
  position: relative;
  padding: 1rem;
}
.product.product-tile .product-tile-body .product-title,
.archive .product.product-tile .product-tile-body .product-title {
  height: auto !important;
}
.product.product-tile .product-tile-body .product-title a,
.archive .product.product-tile .product-tile-body .product-title a {
  color: #001d50 !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  width: 100% !important;
}
.product.product-tile .product-tile-body .button.add_to_cart_button.product_type_simple,
.archive .product.product-tile .product-tile-body .button.add_to_cart_button.product_type_simple {
  border-radius: 0;
  background-color: transparent !important;
  border: 1px solid #001d50;
  color: #001d50;
  font-size: 12px;
  font-weight: 700;
  line-height: 24px;
  position: absolute;
  bottom: 1rem !important;
  left: 1rem;
  margin: 2rem 0 0;
  padding: 6px 11px;
  letter-spacing: 0px !important;
  transition: linear 0.3s;
}
.product.product-tile .product-tile-body .button.add_to_cart_button.product_type_simple:hover,
.archive .product.product-tile .product-tile-body .button.add_to_cart_button.product_type_simple:hover {
  background-color: #001d50 !important;
  color: #fff;
}
.product.product-tile .product-tile-body .button.add_to_cart_button.product_type_simple:hover::before,
.archive .product.product-tile .product-tile-body .button.add_to_cart_button.product_type_simple:hover::before {
  background-color: #fff;
  color: #001d50;
}
.product.product-tile .product-tile-body .button.add_to_cart_button.product_type_simple:before,
.archive .product.product-tile .product-tile-body .button.add_to_cart_button.product_type_simple:before {
  content: "+";
  display: inline-block;
  color: #fff;
  background-color: #001d50;
  width: 16px;
  height: 16px;
  line-height: 16px;
  margin-right: 5px;
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  .archive {
    padding-top: 100px;
  }
  .yit-wcan-container div.product {
    width: 100% !important;
  }
  .filtros-mobile {
    background-color: #001d50 !important;
    font-family: "DIN Next CYR", sans-serif !important;
    font-size: 1rem !important;
  }
}
.blog-posts .post-tile {
  background-color: #f1f2f2;
  border: none;
  border-radius: 0 !important;
}
.blog-posts .post-body {
  color: #414042;
  font-size: 1rem;
  padding: 2rem;
  min-height: 206px;
  height: 200px;
  line-height: 24px;
}
.blog-posts .post-body h3.post-title {
  font-family: "DIN Next CYR", sans-serif !important;
  margin-bottom: 1.5rem;
  font-size: 20px;
  color: #001d50;
}
.blog-posts .post-body h3.post-title a {
  font-size: 1.25rem;
  color: #001d50 !important;
  line-height: 20px;
}
.blog-posts .post-date {
  font-family: "DIN Next CYR", sans-serif !important;
  font-size: 1rem;
}

#planos .botao {
  border-color: #001d50 !important;
}

.planos-txt {
  border-right: none !important;
}

.btn, .nav-tabs > li > a,
.wc-tabs > li > a,
.nav-filters > ul > li > a {
  font-family: "DIN Next CYR", sans-serif !important;
}

.fw-section .btn-section {
  text-transform: initial !important;
  font-size: 24px !important;
  font-weight: normal !important;
  padding-left: 120px !important;
  padding-right: 120px !important;
}
.fw-section .btn-section.wtc {
  background-color: transparent !important;
  border: 1px solid #FFF;
}
@media only screen and (max-width: 767px) {
  .fw-section .btn-section {
    font-size: 1rem !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}

.berocket_better_labels {
  display: none;
}

.pagination.border-default-bottom {
  border-bottom: none !important;
}
.pagination .nav-links .page-numbers.current {
  background-color: #001d50 !important;
}

.titulo-pagina h1 {
  text-transform: uppercase !important;
  display: flex;
  color: var(--black) !important;
  font-weight: 400 !important;
  font-size: 1.8rem !important;
  align-items: center;
  letter-spacing: 2px !important;
  line-height: normal !important;
  margin-top: 0 !important;
  padding-left: 0 !important;
}
.titulo-pagina h1 img {
  display: none;
}
.titulo-pagina h1 b,
.titulo-pagina h1 strong {
  color: #001d50 !important;
}
.titulo-pagina h1::before {
  display: none;
}
.titulo-pagina h1:after {
  content: "";
  flex: 1;
  height: 2px;
  background-color: #001d50 !important;
  margin-left: 24px;
}

.nossoServicoSection {
  padding: 80px 0;
  background-color: #FFF;
}

.nossasNoticiasSections {
  padding: 0 0 80px;
}

.oferta {
  display: flex;
  background-color: #fff;
}
.oferta .text-block.descricao {
  border: none;
}
.oferta .text-block h2 {
  margin: 0;
  text-align: left !important;
  color: #001d50;
  text-transform: uppercase;
  position: relative;
  left: 1rem;
  padding: 1rem 0;
}
.oferta .item-oferta {
  background-color: #f1f2f2;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin: 0.5rem;
}
.oferta .item-oferta img {
  width: 100%;
}
.oferta .botao {
  margin: 0 !important;
  border-radius: 0 !important;
  background-color: transparent !important;
  text-align: left !important;
  color: #001d50 !important;
  padding: 11px !important;
  line-height: 24px !important;
  position: relative;
  left: 1rem;
  bottom: 1rem;
}
.oferta .botao:hover {
  background-color: #001d50 !important;
  color: #fff !important;
  box-shadow: none !important;
}
.oferta .botao:hover::before {
  background-color: #fff !important;
  color: #001d50 !important;
}
.oferta .botao::before {
  content: "+";
  width: 20px;
  height: 20px;
  display: inline-block;
  line-height: normal;
  color: #fff;
  background-color: #001d50;
  text-align: center;
  font-size: 1rem;
  margin-right: 5px;
}

.mapSection {
  padding: 80px 0;
  background-color: #414042;
  color: #FFF;
}
@media only screen and (max-width: 767px) {
  .mapSection {
    padding: 40px 0;
  }
}
.mapSection h2 {
  color: #FFF;
  margin-bottom: 2rem;
}
.mapSection .mapContainer {
  display: flex;
  height: 595px;
}
@media only screen and (max-width: 767px) {
  .mapSection .mapContainer {
    height: 360px;
  }
}
.mapSection .mapAddress {
  background-color: #f1f2f2;
  width: 35%;
  height: 595px;
  list-style: none;
  margin: 0;
  padding: 0;
  overflow-y: auto;
}
@media only screen and (max-width: 767px) {
  .mapSection .mapAddress {
    display: none;
  }
}
.mapSection .mapAddress li {
  border-bottom: 1px solid #d1d3d4;
  padding: 40px 32px;
  cursor: pointer;
}
.mapSection .mapAddress li h3 {
  color: #001d50;
  font-size: 1rem;
  margin-bottom: 2rem;
}
.mapSection .mapAddress li p {
  font-size: 0.875rem;
  color: #414042;
}
.mapSection .mapAddress li .dist_tel {
  display: flex;
  color: #414042;
  font-size: 0.875rem;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
}
.mapSection .mapAddress li .dist_tel .distance,
.mapSection .mapAddress li .dist_tel .telefone {
  display: flex;
  align-items: center;
}
.mapSection .mapView {
  width: 80%;
  background-color: #FF0;
  margin-right: 5px;
}
@media only screen and (max-width: 767px) {
  .mapSection .mapView {
    width: 100%;
    height: 360px;
  }
}

.vc_custom_1567109869370 .nav-tabs > li > a {
  border-radius: 10px;
}
.vc_custom_1567109869370 .nav-tabs > li > a:hover {
  box-shadow: none;
  color: #001d50;
}
.vc_custom_1567109869370 .nav-tabs > li.active > a {
  background-color: #001d50;
  color: #FFF;
  border-bottom: 2px solid #001d50;
}

.page .fw-section.layout-boxed {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.page .masonry-grid .grid-item {
  margin-left: 0;
}

.contact-form {
  padding: 88px 0;
  background: #a7a9ac;
  color: #FFF;
}
.contact-form h2 {
  color: #FFF;
  font-family: "DIN Next CYR", sans-serif !important;
  font-size: 48px;
  max-width: 77%;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 767px) {
  .contact-form h2 {
    font-size: 2rem;
    max-width: 100%;
  }
}
.contact-form p {
  font-family: "DIN Next CYR", sans-serif !important;
  font-size: 16px;
  max-width: 77%;
  margin-bottom: 2rem;
}
.contact-form p strong {
  color: #001d50;
}
.contact-form pre {
  font-family: "DIN Next CYR", sans-serif !important;
  font-size: 72px;
  color: #001d50;
  background-color: transparent;
  padding: 0;
  overflow: hidden;
  font-weight: bold;
}
.contact-form .form-block .gform_wrapper .hidden_label .gfield_label {
  font-family: "DIN Next CYR", sans-serif !important;
  height: auto !important;
  width: auto !important;
  color: #FFF;
  font-size: 1rem;
  position: static !important;
  margin: 0 !important;
  padding: 0 !important;
}
.contact-form .form-block .gform_wrapper .top_label div.ginput_container {
  margin-top: 0 !important;
  margin-bottom: 1rem;
}
.contact-form .form-block textarea, .contact-form .form-block select, .contact-form .form-block input[type]:not([type=submit]):not([type=button]):not([type=hidden]):not([type=checkbox]):not([type=radio]):not([type=file]) {
  font-family: "DIN Next CYR", sans-serif !important;
  font-size: 1rem;
  border-radius: 0;
  background-color: #B3B3B3;
  border: 1px solid #FFF;
  color: #FFF;
  margin: 0;
  height: 40px;
  margin-bottom: 8px;
}
.contact-form .form-block input[type]:not([type=submit]):not([type=button]):not([type=hidden]):not([type=checkbox]):not([type=radio]):not([type=file])::placeholder {
  color: #FFF;
}
.contact-form .form-block #gform_submit_button_1 {
  font-family: "DIN Next CYR", sans-serif !important;
  font-size: 1.5rem;
  background-color: #001d50;
  margin: 0 20px 0 auto;
  text-transform: initial;
  padding: 5px 60px;
}
@media only screen and (max-width: 767px) {
  .contact-form .form-block #gform_submit_button_1 {
    font-size: 1rem;
    padding: 5px 30px;
  }
}
.contact-form .form-block .gform_wrapper .gform_body {
  padding: 0;
}

.card-item {
  max-width: 600px;
  background: #F1F2F2;
  padding-bottom: 48px;
  margin: 15px;
  padding: 0 0 48px;
}
.card-item img {
  width: 100%;
}
.card-item .text-block {
  padding: 48px 32px 0;
}
.card-item h3 {
  font-family: "DIN Next CYR", sans-serif !important;
  font-size: 20px;
  color: #001d50;
  font-weight: 700;
}
.card-item p {
  font-family: "DIN Next CYR", sans-serif !important;
  font-size: 1rem;
  color: #414042;
}
.card-item a.btn, .card-item .nav-tabs > li > a,
.card-item .wc-tabs > li > a,
.card-item .nav-filters > ul > li > a {
  border: 1px solid #001d50;
  color: #001d50;
  border-radius: 0;
  margin-left: 32px;
  padding: 6px 10px;
  line-height: normal;
  height: auto;
  letter-spacing: normal;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.card-item a.btn::before, .card-item .nav-tabs > li > a::before,
.card-item .wc-tabs > li > a::before,
.card-item .nav-filters > ul > li > a::before {
  content: "+";
  background-color: #001d50;
  width: 15px;
  height: 15px;
  color: #FFF;
  line-height: 15px;
  display: inline-block;
  font-size: 18px;
  margin-right: 10px;
}

.cards {
  display: flex;
  overflow: hidden;
  overflow-x: auto;
}
.cards .itemCard {
  margin-right: 0.8rem;
  background: #f1f2f2;
  padding: 0;
}
.cards .itemCard .text-block {
  padding: 2rem 2rem 0;
}
.cards .itemCard .text-block h2 {
  font-size: 20px;
  color: #001d50;
}
.cards .itemCard .text-block p {
  font-size: 1rem;
  line-height: 21px;
}
.cards .itemCard .buttonCard {
  display: flex;
  font-family: "DIN Next CYR", sans-serif !important;
  font-size: 0.85rem;
  margin-left: 2rem;
  margin-bottom: 2rem;
  padding: 5px;
  line-height: normal;
  height: auto;
  border: 1px solid #001d50;
  color: #001d50;
  justify-content: space-between;
  align-items: center;
  width: 130px;
  font-weight: bold;
}
.cards .itemCard .buttonCard::before {
  content: "+";
  line-height: normal;
  background-color: #001d50;
  padding: 2px 5px;
  margin-right: 5px;
  color: #FFF;
}
@media only screen and (max-width: 767px) {
  .cards .itemCard {
    min-width: 296px;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .cards {
    height: 416px;
    overflow-x: auto;
  }
}

@media only screen and (max-width: 767px) {
  .fw-section .vc_custom_1666581340984 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .woocommerce.ywcps-product-slider {
    margin-left: 0 !important;
    width: 100%;
  }
  .ywcps-wrapper .ywcps-nav-prev {
    left: 0 !important;
  }
  .ywcps-wrapper .ywcps-nav-next {
    right: 0 !important;
  }
}
.fw-section .titulo-cat {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.fw-section .titulo-pagina {
  padding-right: 0 !important;
}

.breadcrumb-container {
  padding: 0 !important;
  margin: 0 !important;
  margin-left: 0 !important;
}
.breadcrumb-container ol {
  padding-left: 0 !important;
}

body .text-block a {
  color: #001d50 !important;
}

.contact-page .gform_wrapper .gform_body {
  padding: 0;
}
.contact-page textarea, .contact-page select, .contact-page input[type]:not([type=submit]):not([type=button]):not([type=hidden]):not([type=checkbox]):not([type=radio]):not([type=file]) {
  border: 1px solid #001d50;
  background-color: #FFF;
  color: #001d50;
  border-radius: 0;
}
.contact-page textarea:focus, .contact-page select:focus, .contact-page input[type]:not([type=submit]):not([type=button]):not([type=hidden]):not([type=checkbox]):not([type=radio]):not([type=file]):focus {
  color: #001d50;
}
.contact-page textarea::placeholder, .contact-page select::placeholder, .contact-page input[type]:not([type=submit]):not([type=button]):not([type=hidden]):not([type=checkbox]):not([type=radio]):not([type=file])::placeholder {
  color: #001d50;
}
.contact-page .form-fale-conosco #gform_submit_button_1 {
  background: #001d50 !important;
  font-family: "DIN Next CYR", sans-serif !important;
  font-size: 1rem;
  color: #FFF;
}
.contact-page .text-block p strong {
  color: #001d50;
}
.contact-page .botao {
  border-color: #001d50;
  color: #001d50;
}
.contact-page .botao:hover {
  background-color: #001d50;
  color: #FFF;
}

.nossasLojasPage .nav-tabs li a {
  border-color: #001d50;
  border-radius: 0;
  color: #001d50;
}
.nossasLojasPage .nav-tabs li.active a {
  background-color: #001d50 !important;
  color: #fff !important;
}
.nossasLojasPage .text-block.loja {
  border-left: 0;
  border-radius: 0;
  border-right: 0;
  border-bottom: 0;
  margin: 0;
  background-color: #F1F2F2;
}
.nossasLojasPage .loja h2 {
  font-family: "DIN Next CYR", sans-serif !important;
  color: #001d50;
}
.nossasLojasPage .loja .end-loja {
  font-family: "DIN Next CYR", sans-serif !important;
}
.nossasLojasPage .btn.btn-ghost.btn-pill.btn-white.btn-nl.loja-botao, .nossasLojasPage .post-password-form input.btn.btn-ghost.btn-white.btn-nl.loja-botao[type=submit], .post-password-form .nossasLojasPage input.btn.btn-ghost.btn-white.btn-nl.loja-botao[type=submit], .nossasLojasPage .nav-tabs > li > a.btn-ghost.btn-white.btn-nl.loja-botao,
.nossasLojasPage .wc-tabs > li > a.btn-ghost.btn-white.btn-nl.loja-botao,
.nossasLojasPage .nav-filters > ul > li > a.btn-ghost.btn-white.btn-nl.loja-botao {
  background-color: #001d50 !important;
  color: #FFF;
  border-bottom: #001d50 !important;
}
.nossasLojasPage .btn.btn-ghost.btn-pill.btn-white.btn-nl.loja-botao:hover, .nossasLojasPage .post-password-form input.btn.btn-ghost.btn-white.btn-nl.loja-botao[type=submit]:hover, .post-password-form .nossasLojasPage input.btn.btn-ghost.btn-white.btn-nl.loja-botao[type=submit]:hover, .nossasLojasPage .nav-tabs > li > a.btn-ghost.btn-white.btn-nl.loja-botao:hover,
.nossasLojasPage .wc-tabs > li > a.btn-ghost.btn-white.btn-nl.loja-botao:hover,
.nossasLojasPage .nav-filters > ul > li > a.btn-ghost.btn-white.btn-nl.loja-botao:hover {
  color: #001d50 !important;
}

body {
  overflow-y: scroll;
  font-family: "DIN Next CYR", sans-serif !important;
}

input, select, textarea, label, option, pre {
  line-height: 1;
}

.press {
  cursor: pointer;
  transition: all var(--tema-transition);
}
.press:active {
  transform: scale(0.95);
}

.container-vm {
  max-width: 100%;
  padding-left: max((100vw - 1280px) / 2, 32px);
  padding-right: max((100vw - 1280px) / 2, 32px);
}

.container-vm-box-meio {
  max-width: 100%;
  padding-left: max((100vw - 1280px) / 2 - 128px, 16px);
  padding-right: max((100vw - 1280px) / 2 - 128px, 16px);
}

.single-product .content-wrapper .container {
  width: auto !important;
  padding: 0 !important;
  padding-left: max((100vw - 1280px) / 2, 32px) !important;
  padding-right: max((100vw - 1280px) / 2, 32px) !important;
}
.single-product .content-wrapper .container .container {
  width: 100% !important;
  padding: 4.8% !important;
}

.page .content-wrapper .container {
  width: auto !important;
  padding: 0 !important;
  padding-left: max((100vw - 1280px) / 2, 32px) !important;
  padding-right: max((100vw - 1280px) / 2, 32px) !important;
}
.page .content-wrapper .container .container {
  width: 100% !important;
  padding: 0 4.8% !important;
}

.archive .content-wrapper .container {
  width: auto !important;
  padding: 0 !important;
  padding-left: max((100vw - 1280px) / 2, 32px) !important;
  padding-right: max((100vw - 1280px) / 2, 32px) !important;
}

.box-meio {
  padding-left: calc(max((100vw - 1280px) / 2, 32px) - max((100vw - 1280px) / 2 - 128px, 16px));
  padding-right: calc(max((100vw - 1280px) / 2, 32px) - max((100vw - 1280px) / 2 - 128px, 16px));
}

.w-100 {
  width: 100%;
}

.h-100 {
  height: 100%;
}

b.b-primary,
.b-primary b {
  color: var(--primary);
  transition: color var(--tema-transition);
}

a {
  text-decoration: none;
}

li {
  list-style-type: none;
}

app-block-card + app-block-offer-card .container {
  padding-top: 0;
}

app-block-card + app-block-medal .container-box-meio {
  padding-top: 0;
}

app-block-image-text + app-block-medal .container-box-meio {
  padding-top: 0;
}

app-block-medal .container + .container-box-meio {
  padding-top: 0;
}

app-block-card + app-block-image-text .container {
  padding-top: 0;
}

app-block-product-description + app-block-offer-card .container {
  padding-top: 0;
}

app-block-card + app-block-card .block {
  padding-top: 0;
}

.vc_custom_1591067938281,
.text-block.vc_custom_1665669762621,
.text-block.vc_custom_1665669777824 {
  padding-left: 0% !important;
  padding-right: 0% !important;
}

.pum {
  display: none;
}

/*# sourceMappingURL=theme.css.map */
