/*-------------------------------------------------------------------------------------
Theme Name:	Brailie
Theme URI: 	http://themes.iki-bir.com/brailie
Version:	1.0.4
Author:		elemis

01. RESET
02. GENERAL
03. NAVBAR
04. STICKY HEADER
05. MEGA MENU
06. HAMBURGER MENU ICON
07. BUTTON
08. DROPDOWN
09. LISTS
10. LIST GROUP
11. SLIDER REVOLUTION
12. CUBE PORTFOLIO
13. BASIC GALLERY
14. COCOEN
15. BLOCK
16. SPLIT LAYOUT
17. SWIPER
18. BLOG
19. WIDGETS
20. COMMENTS
21. COLLAGE
22. SOCIAL ICONS
23. BOX
24. PROCESS
25. OVERLAY
26. MODAL
27. SLIDE PORTFOLIO
28. TILES
29. ACCORDION / COLLAPSE
30. TABS
31. COUNTDOWN
32. COUNTER
33. TOOLTIP
34. POPOVER
35. SHOP
36. PRICING
37. FORMS
38. RATING
39. PAGINATION
40. PROGRESS
41. PLYR
42. SCROLL ANIMATIONS
43. IMAGE BLOCK WRAPPER
44. IMAGE BACKGROUND WRAPPER
45. VIDEO BACKGROUND WRAPPER
46. GO TO TOP
47. LIGHTGALLERY
48. LOADING
49. FONT ICONS
50. INVERSE TEXT
51. COLORS
52. BOX LAYOUT

53. RESPONSIVE

-------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*	01. RESET
/*-----------------------------------------------------------------------------------*/
.colorgreenbg {
  color: #76ad1c !important;
}

a[rel="popover"] {
  display: inline-block;
  margin: 20px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

.qtyminus {
  background: transparent !important;
  color: black !important;
  border-radius: 50% !important;
  font-size: 21px !important;
  cursor: pointer;
}

.qtyplus {
  background: transparent !important;
  color: black !important;
  border-radius: 50% !important;
  font-size: 21px !important;
  cursor: pointer;
}

.checkboxs:checked + label::after {
  width: 1.5ex;
  height: 1ex;
  top: 1.5ex;
  left: 0.5ex;
  border: 3px solid white;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.zoom-hover-color:hover {
  transform: scale(1.8);
}

/*
reviwe
*/
.card.bg-secondary .card-header,
.card.bg-faded .card-header {
  background-color: #ebebeb;
}

.bg-faded,
.bg-secondary {
  background-color: #f5f5f5 !important;
}

.text-medium {
  font-weight: 500 !important;
}

.shopping-cart .product-item,
.wishlist-table .product-item,
.order-table .product-item {
  display: table;
  width: 100%;
  min-width: 150px;
  margin-top: 5px;
  margin-bottom: 3px;
}

.shopping-cart .product-item .product-thumb,
.shopping-cart .product-item .product-info,
.wishlist-table .product-item .product-thumb,
.wishlist-table .product-item .product-info,
.order-table .product-item .product-thumb,
.order-table .product-item .product-info {
  display: table-cell;
  vertical-align: top;
}

.shopping-cart .product-item .product-thumb,
.wishlist-table .product-item .product-thumb,
.order-table .product-item .product-thumb {
  width: 140px;
  padding-right: 20px;
}

.shopping-cart .product-item .product-thumb > img,
.wishlist-table .product-item .product-thumb > img,
.order-table .product-item .product-thumb > img {
  display: block;
  width: 100%;
}

@media screen and (max-width: 860px) {
  .shopping-cart .product-item .product-thumb,
  .wishlist-table .product-item .product-thumb,
  .order-table .product-item .product-thumb {
    display: none;
  }
}

.shopping-cart .product-item .product-info,
.wishlist-table .product-item .product-info,
.order-table .product-item .product-info {
  padding-top: 5px;
}

.shopping-cart .product-item .product-info span,
.wishlist-table .product-item .product-info span,
.order-table .product-item .product-info span {
  display: block;
  font-size: 13px;
}

.shopping-cart .product-item .product-info span > em,
.wishlist-table .product-item .product-info span > em,
.order-table .product-item .product-info span > em {
  font-weight: 500;
  font-style: normal;
}

.shopping-cart .product-item .product-title,
.wishlist-table .product-item .product-title,
.order-table .product-item .product-title {
  margin-bottom: 6px;
  padding-top: 5px;
  font-size: 16px;
  font-weight: 500;
}

.shopping-cart .product-item .product-title > a,
.wishlist-table .product-item .product-title > a,
.order-table .product-item .product-title > a {
  transition: color 0.3s;
  color: #323232;
  line-height: 1;
  text-decoration: none;
  text-transform: capitalize;
}

.shopping-cart .product-item .product-title > a:hover,
.wishlist-table .product-item .product-title > a:hover,
.order-table .product-item .product-title > a:hover {
  color: #76ad1c;
}

.shopping-cart .product-item .product-title small,
.wishlist-table .product-item .product-title small,
.order-table .product-item .product-title small {
  display: inline;
  margin-left: 6px;
  font-weight: 500;
}

.wishlist-table .product-item .product-thumb {
  display: table-cell !important;
}

@media screen and (max-width: 576px) {
  .wishlist-table .product-item .product-thumb {
    display: none !important;
  }
}

/*
------
*/

/* 
checkout

*/

.steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.steps .step {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: -2px;
  margin-left: -2px;
  padding: 20px 15px;
  border: 1px solid #b0bc99;
  background-color: #ffffff;
  z-index: 1;
  text-align: center;
  text-decoration: none;
}

.steps .step .step-title {
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 500;
}

.steps .step .step-title > i {
  margin-top: -2px;
  margin-right: 6px;
  color: #76ad1c;
  font-size: 1.2em;
  vertical-align: middle;
}

.steps .step > i {
  display: inline-block;
  margin-bottom: 12px;
  color: rgba(153, 153, 153, 0.6);
  font-size: 2em;
}

.steps .step.active {
  border-color: #323232;
  border: 2px solid #76ad1c;
  background-color: #76ad1c;
  cursor: default;
  z-index: 5;
  pointer-events: none;
}

.steps .step.active .step-title,
.steps .step.active > i {
  color: #fff;
}

.steps a.step:not(.active) {
  transition: background-color 0.35s;
}

.steps a.step:not(.active):hover {
  background-color: #f5f5f5;
}

/*
-----
*/

/*

AREA DE CLIENTE


*/

.position-circle-add {
  position: absolute;
  top: 35px;
  right: -20px;
}

.enc_title {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;

  color: #000000;
}

.clearInputs {
  background: transparent;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #524f4d;
}

.tabAC {
  float: left;
  background: #f5f5f5;
  width: 100%;
  border-radius: 10px !important;
  border: 2px solid #fff;
}

.form-width {
  width: 100%;
}

/* Style the buttons inside the tab */
.tabAC button {
  display: block;
  background-color: inherit;
  padding: 6px 16px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  /*     font-family:  */
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  display: flex;
  align-items: center;

  color: #524f4d;
}

/* .tabAC button:focus {
    display: block;
    background-color: inherit;
    padding: 6px 16px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-family:
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    display: flex;
    align-items: center;

    color: #524F4D;

}
 */
.tabAC .active {
  border-color: #ffffff;
  background-color: #fff;
  color: #76ad1c;
  font-weight: 600;
  cursor: pointer;
  pointer-events: none;
}

.tablinks {
  cursor: pointer;
}

.tablinks .active {
  border-color: #ffffff;
  background-color: #fff;
  color: #76ad1c;
  font-weight: 600;
  cursor: pointer;
  pointer-events: none;
}

.tabAC .active label {
  border-left: 3px solid #76ad1c;
  padding-left: 10px;
}

.tabcontentAC {
  padding: 0px 12px;

  width: 100%;
  border-left: none;
  /*   height: 300px; */
}

.input-style-CA {
  border: 1px solid #827f7c !important;
  box-sizing: border-box !important;
  border-radius: 5px !important;
  background: white !important;
  height: 30px !important;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal !important;
  font-size: 12px !important;
  line-height: 30px !important;
}

.input-style-CA input {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
}

.btn-CA-save {
  background: #76ad1c;
  border-radius: 10px;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
  color: #ffffff;
  height: 50px;
  width: 30%;
  border: 0px;
}

/*
----------
*/
.ul-sizes-grid {
  list-style: none;
  width: 100%;
  height: 100% !important;
  padding: 0px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center;
  background: lightgray;
}

.ul-sizes-grid li {
  float: left;
  margin-left: 5px;
  margin-left: 10px !important;
  color: white !important;
}

.ul-sizes-grid li:hover {
  border: 1px solid black;
}

.ul-sizes-grid-hover:hover {
  border: 1px solid black;
}

.item-hover {
  font-size: 13px;
  font-weight: 400;
  height: 100%;
  letter-spacing: 0.3px;
  color: #000;
}

@media (min-width: 768px) {
  .item-hover {
    line-height: 48px;
  }
}

@media (min-width: 1400px) {
  .item-hover {
    line-height: 60px;
  }
}

/*
CLASSES MENU 2
*/

.submenu-hover {
  border-bottom: 1px solid lightgray;
}
.submenu-hover a {
  padding-left: 5px !important;
}
.submenu-hover:hover {
  border-left: 2px solid;
}
.submenu-hover:hover a {
  font-size: 15px;
}

/*
***********
*/
.line-hover {
  color: #000;
}

.item-hover:hover .line-hover {
  border-bottom: 1px solid black;
}

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

:focus {
  outline: 0;
}

.fit-vids-style {
  display: none;
}

figure {
  margin: 0;
  padding: 0;
  /*  height: 100%; */
}

figure img {
  max-width: 100%;
}

iframe {
  border: none;
}

.clearfix {
  clear: both;
}

::-moz-selection {
  background: #dbe7fa;
  /* Safari */
  color: #404040;
}

::selection {
  background: #dbe7fa;
  /* Safari */
  color: #404040;
}

br {
  line-height: 0;
}

div,
button,
button:focus {
  outline: none;
}

/*-----------------------------------------------------------------------------------*/
/*	02. FOOTER
/*-----------------------------------------------------------------------------------*/
* {
  padding: 0px;
  margin: 0px;
}

.cool-effect {
  position: relative;
  display: flex;

  transform-style: preserve-3d;
}

.cool-effect li {
  position: relative;
  list-style: none;
  width: 30px;
  height: 30px;
  margin: 0px 20px;
}

.cool-effect li:before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: -5px;
  width: 100%;
  height: 10px;
  background: #76ad1c;
  trnasform-origin: top;
  transform: skewX(-41deg);
}

.cool-effect li:after {
  content: "";
  position: absolute;
  top: 5px;
  left: -9px;
  width: 9px;
  height: 100%;
  background: #76ad1c;
  trnasform-origin: right;
  transform: skewY(-49deg);
}

.cool-effect li span {
  position: absolute;
  top: 0;
  lef: 0;
  width: 100%;
  height: 100%;
  display: flex !important;
  background: #76ad1c;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 20px !important;
  transition: 1.5s ease-out;
}

.cool-effect li:hover span {
  z-index: 1000;
  transition: 0.3s;
  color: #fff;
  box-shadw: -1px 1px 1px rgba(0, 0, 0, 0.5);
}

.cool-effect li:hover span:nth-child(5) {
  transform: translate(40px, -40px);
  opacity: 1;
}

.cool-effect li:hover span:nth-child(4) {
  transform: translate(30px, -30px);
  opacity: 0.8;
}

.cool-effect li:hover span:nth-child(3) {
  transform: translate(20px, -20px);
  opacity: 0.6;
}

.cool-effect li:hover span:nth-child(2) {
  transform: translate(10px, -10px);
  opacity: 0.4;
}

.cool-effect li:hover span:nth-child(1) {
  transform: translate(0px, 0px);
  opacity: 0.2;
}

.cool-effect li:nth-child(1):hover span {
  background: #52e19f !important;
}

.cool-effect li:nth-child(2):hover span {
  background: #2c3456 !important;
}

.cool-effect li:nth-child(3):hover span {
  background: #ea6e96 !important;
}

.cool-effect li:nth-child(4):hover span {
  background: #fceb00 !important;
}

.row-info-topics {
  border-top: 1px solid #5f6062;
  height: 70px;
  display: flex;
  align-items: center;
}

/*-----------------------------------------------------------------------------------*/
/*	02. INDEX
/*-----------------------------------------------------------------------------------*/
.hover-banner1 {
  cursor: pointer;
  transition: background 0.2s ease-in-out !important;
}

.hover-banner1:hover {
  background: #76ad1c;
  color: white;
  transition: background 0.2s ease-in-out !important;
}

.hellobar {
  background: #76ad1c !important;
  height: 25px;
  position: sticky;
  top: 0px;
  position: sticky;
  top: 0px;
  z-index: 999;
}

/*-----------------------------------------------------------------------------------*/
/*	02. LOGIN
/*-----------------------------------------------------------------------------------*/
.login-title {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 18px;
  color: #76ad1c;
}

.li-background-selected {
  background: transparent !important;
  width: 170px;
  text-align: center;
  color: #484848;
}

.li-background-selected .active {
  color: #fff !important;
  background-color: #76ad1c !important;
}

.li-background-selected:hover {
  color: #fff !important;
  background-color: #76ad1c !important;
}

.border-efect {
  border: 1px solid #c5a9a9 !important;
}

.border-efect:hover {
  color: #fff !important;
  background-color: #76ad1c !important;
}

.input-login-style {
  background: #fcfcfc !important;
  border-radius: 2px !important;
  border-bottom: 1px solid #232323 !important;
}

.btn-login {
  cursor: pointer;
  background: transparent;
  border: 1px solid #484848 !important;
  height: 50px !important;
}

.btn-login:hover {
  background: #76ad1c;
  height: 50px !important;
  color: white;
}

.btn-login:focus {
  outline: none;
}

/* 
* REGISTO
*/
.container-progress {
  width: 100%;
}

.progressbar-payment {
  counter-reset: step;
}

.progressbar-payment li {
  list-style-type: none;
  float: left;
  width: 33.33%;
  position: relative;
  text-align: center;
  cursor: pointer;
}

.progressbar-payment a {
  color: #fff;
  cursor: pointer;
}

.progressbar-payment a:hover {
  color: #fff;
}

.progressbar-payment li:before {
  content: counter(step);
  counter-increment: step;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #76ad1c;
  display: block;
  text-align: center;
  margin: 0 auto 10px auto;
  border-radius: 50%;
  background-color: #76ad1c;
  color: white;
}

.progressbar-payment li:after {
  content: "";
  position: absolute;
  width: 120%;
  height: 3px;
  background-color: #c4c4c4;
  top: 15px;
  left: -60%;
  z-index: -1;
}

.progressbar-payment li:first-child:after {
  content: none;
}

.progressbar-payment li:active {
  color: #72a125;
}

.progressbar-payment li.active:before {
  border-color: #76ad1c;
  background-color: #76ad1c;
}

.progressbar-payment li.active + li:after {
  background-color: #c4c4c4;
}

.progressbar-payment .active + li:before {
  background-color: #e5e5e5;
  color: #e5e5e5;
  border: 1px solid #e5e5e5;
}

.container-payment {
  margin: 40px 150px;
}

.info-register {
  font-style: normal !important;
  font-weight: normal !important;
  font-size: 12px !important;
  line-height: 13px !important;
  align-items: center !important;

  color: rgba(54, 54, 54, 0.5) !important;
}

.div-info-error-message {
  display: flex;
  vertical-align: middle;
  align-items: center;
  height: 100%;
}

.info-error-message {
  display: flex;
  vertical-align: middle;
  align-items: center;
  height: 100%;
  text-align: center;
  align-content: center;
}

/*-----------------------------------------------------------------------------------*/
/*	02. PRODUCT
/*-----------------------------------------------------------------------------------*/

.tooltip-stock {
  display: none;
  width: 350px;
  font-size: 11px;
  min-height: 30px;
  border: 1px solid gray;
  border-radius: 4px;
  color: white;
  text-align: justify;
  position: absolute;
  background: white;
}

.show-tooltip {
  transition: 0.5s;
}

.show-tooltip:hover .tooltip-stock {
  display: block;
}

.discount-div {
  height: 30px;
  background: #c21c1c;
  border-radius: 20px 0px 0px 20px;
  width: 50%;
  margin-left: auto;
}

.table_quantidades {
  width: 100%;
  text-align: center;
}

.table_quantidades tr:nth-child(even) {
  background-color: #eeeeee;
}

.label-unidade-venda {
  font-style: normal !important;
  font-weight: normal !important;
  font-size: 12px !important;
  line-height: 16px !important;
  color: rgba(35, 35, 35, 0.7) !important;
}

.btn-add-cart {
  background: transparent;
  border-radius: 4px;
  border: 0px;
  height: 100%;
  color: black;
  cursor: pointer;
  border: 1px solid #76ad1c;
}

.btn-add-cart:hover {
  color: #fff !important;
  background: #76ad1c !important;
}

.border-col-favs {
  border: 1px solid #76ad1c;
  box-sizing: border-box;
  border-radius: 4px;
  transform: matrix(-1, 0, 0, 1, 0, 0);
  align-items: center;
  display: flex;
  text-align: center;
  cursor: pointer;
  justify-content: center;
}

.border-col-favs:hover {
  border: 1px solid #76ad1c;
  background: #76ad1c;
}

.border-col-favs:hover .color-icon-favs {
  color: white;
}

.color-icon-favs {
  color: black;
}

.position-fav-hover {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  z-index: 9;
}

.div-figure:hover {
  cursor: pointer;
}

.div-figure:hover .div-figure-img {
  opacity: 0.5;
}

.div-figure:hover .position-fav-hover {
  display: block;
}

.label-no-login {
  font-style: normal !important;
  font-weight: normal !important;
  font-size: 12px !important;
  line-height: 16px !important;
  font-feature-settings: "liga" off !important;

  color: #000000 !important;
}

.ulnologin {
  list-style-type: "✓";
  background: #fafafa;
  color: #76ad1c;
}

.ulnologin li {
  padding-left: 10px;
}

.btn-iniciar-registar {
  background-color: white;
  color: black;
  cursor: pointer;
  border: 0px;
  height: 40px;
  outline: none;
  border: 0.5px solid;
}

.btn-iniciar-registar:hover {
  color: #fff !important;

  background: #76ad1c;
}

.btn-iniciar-registar:focus {
  border: 0px;
  outline: none;
}

/* .btn-iniciar-registar{
    background-color: #76AD1C;
    color: white;
    cursor: pointer;
    border: 0px;
    height: 40px;
    outline: none;

}
.btn-iniciar-registar:focus{
    border: 0px;
    outline: none;

} */

.info-iva {
  font-style: normal !important;
  font-weight: normal !important;
  font-size: 10px !important;
  line-height: 14px !important;
  /* identical to box height */

  color: rgba(35, 35, 35, 0.7) !important;
}

.row-back-next {
  font-style: normal !important;
  font-weight: normal !important;
  font-size: 12px !important;
  line-height: 16px !important;
  cursor: pointer;
  color: #232323 !important;
}

.div-news {
  height: 40px;
  position: absolute;
  z-index: 1;
  top: 10px;
  left: -5px;
  width: 130px;
  text-align: center;
  display: flex;
  background: #76ad1c;
  color: #fcfcfc;
}

/*-----------------------------------------------------------------------------------*/
/*	02. CART
/*-----------------------------------------------------------------------------------*/

.img-cart img {
  max-height: 150px;
}

.cart-mini img {
  max-width: 60px !important;
}

.ul-product-title {
  text-align: left;
  list-style: none;
  display: grid;
  align-content: center;
  height: 100%;
}

.div-price {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
  background: #5f6062;
  border-radius: 2px;
  height: 42px;
  display: flex;
  align-self: center;
  justify-content: center;
  align-items: center;
}

/* .btn-checkout{
    background: #76AD1C;
    border-radius: 6px;
    width: 100%;
    border: none;
    height: 48px;
}
 */
.btn-checkout {
  cursor: pointer;
  background: #fff;
  border-radius: 6px;
  width: 100%;
  border: none;
  color: #000;
  border: 0.5px solid;
  height: 48px;
}

.btn-checkout:hover {
  color: #fff !important;

  background: #76ad1c;
}

/*-----------------------------------------------------------------------------------*/
/*	------///////CART
/*-----------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------*/
/*	0. COMO FUNCIONAMOS
/*-----------------------------------------------------------------------------------*/

@media screen and (max-width: 767px) {
  .div-col-border {
    border-right: 0px solid !important;
    border-bottom: 1px solid;
    border-bottom-style: dashed;
  }

  .position-img-steps {
    position: absolute !important;
    right: 42% !important;
    width: 45px !important;
    bottom: -24px !important;
  }
}

.position-img-steps {
  position: absolute;
  right: -28px;
  width: 45px;
  bottom: 44%;
}

.div-col-border {
  text-align: center;
  border-right: 1px solid;
  border-right-style: dashed;
}

.font-cf p {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 31px;
  color: #232323;
  font-size: 14px;
  width: 51%;
  margin: 0 auto;
}

/*-----------------------------------------------------------------------------------*/
/*	0. shop
/*-----------------------------------------------------------------------------------*/
.hover-fav-icon:hover {
  color: #76ad1c !important;
}

.hover-img-div {
  /*height:412px;*/
  overflow: hidden;
  text-align: center;
  position: relative;
  overflow: hidden;
  background: #ffffff;
}

.hover-img-div .hover-img-1 {
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 1;
  transition: opacity 1s linear;
}
.hover-img-div .hover-img-2 {
  width: 100%;
  float: left;
}

.hover-img-div:hover .hover-img-1 {
  opacity: 0;
}
.hover-img-div:hover .hover-img-2 {
  /*display: block;*/
}
/*
.hover-img-div {
    -webkit-animation: fadeIn 2s  ease-in-out;
    animation: fadeIn 2s  ease-in-out;
    transition: all 2s linear;
}

.hover-img-div:hover .hover-img-2 {
    transition: all 2s linear;
    -webkit-animation: fadeIn 2s  ease-in-out;
    animation: fadeIn 2s  ease-in-out;
    display: block;
}

.hover-img-1 {
 
    transition: opacity 2s linear, height 2s step-start;
    -webkit-animation: fadeIn2 2s  ease-in-out;
    animation: fadeIn2 2s  ease-in-out;
    visibility: visible;
}

.hover-img-2 {
    -webkit-animation: fadeIn 2s  ease-in-out;
    animation: fadeIn 2s  ease-in-out;
    transition: all 2s linear;
    display: none;

}

.hover-img-div:hover .hover-img-1 {
    display: none;
    -webkit-animation: fadeIn2 2s  ease-in-out;
    animation: fadeIn2 2s  ease-in-out;
    transition: all 2s linear;
}
*/
@-webkit-keyframes fadeIn2 {
  0% {
    opacity: 0.1;
  }
  25% {
    opacity: 0.3;
  }
  50% {
    opacity: 0.5;
  }

  80% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeout2 {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0.8;
  }
  50% {
    opacity: 0.5;
  }

  80% {
    opacity: 0.3;
  }
  100% {
    opacity: 0.1;
  }
}

@keyframes fadeIn2 {
  0% {
    opacity: 0.1;
  }
  25% {
    opacity: 0.3;
  }
  50% {
    opacity: 0.5;
  }

  80% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeout2 {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0.8;
  }
  50% {
    opacity: 0.5;
  }

  80% {
    opacity: 0.3;
  }
  100% {
    opacity: 0.1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0.1;
  }
  25% {
    opacity: 0.3;
  }
  50% {
    opacity: 0.5;
  }

  80% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeout {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0.8;
  }
  50% {
    opacity: 0.5;
  }

  80% {
    opacity: 0.3;
  }
  100% {
    opacity: 0.1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0.1;
  }
  25% {
    opacity: 0.3;
  }
  50% {
    opacity: 0.5;
  }

  80% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeout {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0.8;
  }
  50% {
    opacity: 0.5;
  }

  80% {
    opacity: 0.3;
  }
  100% {
    opacity: 0.1;
  }
}

.mobile-aside-filter {
  position: fixed !important;
  top: 0px !important;
  z-index: 99999999;
  background: white;
  left: 0px;
  width: 50%;
  height: 100%;
}

.scroll-ul-filters {
  max-height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
}

.scroll-ul-filters::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.scroll-ul-filters::-webkit-scrollbar-thumb {
  background: #5f6062;
}

/* Handle on hover */
.scroll-ul-filters::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* .max-height * {
    max-height: 380px;
} */

/*-----------------------------------------------------------------------------------*/
/*	02. GENERAL
/*-----------------------------------------------------------------------------------*/
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #232323;
  font-family: "Open sans", sans-serif;
  font-size: 13px;
  background: #fff;
  overflow-x: hidden;
}

.font-body {
  font-family: "Open sans", sans-serif;
}

.font-title {
  font-family: "Open sans", sans-serif;
}

.container {
  padding-right: 0;
  padding-left: 0;
}

.container-fluid {
  padding-left: 15px;
  padding-right: 15px;
}

.navbar .container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}

body,
li,
address {
  line-height: 28px;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-weight: normal;
  color: inherit;
}

p {
  margin: 0 0 20px;
}

a.hover {
  -webkit-transition: border 150ms ease-in-out;
  -o-transition: border 150ms ease-in-out;
  transition: border 150ms ease-in-out;
  padding-bottom: 0;
  border-bottom: 1px solid transparent;
}

a.hover:hover {
  border-bottom: 1px solid #4c8f22;
  -webkit-transition: border 150ms ease-in-out;
  -o-transition: border 150ms ease-in-out;
  transition: border 150ms ease-in-out;
}

a {
  color: #4c8f22;
  -webkit-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}

a.nocolor {
  color: #232323 !important;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #4c8f22;
}

.font-weight-300 {
  font-weight: 300;
}

.font-weight-400 {
  font-weight: 400;
}

.font-weight-500 {
  font-weight: 500;
}

.font-weight-600 {
  font-weight: 600;
}

.font-weight-700 {
  font-weight: 700;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  /* color: #232323; */
  color: #484848 !important;
  font-weight: 700;
  letter-spacing: -0.5px;
  margin-bottom: 10px;
  font-family: "Open sans", sans-serif;
}

h1 {
  font-size: 26px;
  line-height: 36px;
  /*    color: #4C8F22; */
  color: #484848 !important;
}

h2,
.overlay-info figcaption h3,
.swiper-col3-full h2.post-title {
  font-size: 24px;
  line-height: 34px;
  /*  color: #4C8F22; */
  color: #484848 !important;
}

h3 {
  font-size: 22px;
  line-height: 32px;
}

h4 {
  font-size: 20px;
  line-height: 30px;
}

h5 {
  font-size: 18px;
  line-height: 28px;
}

h6 {
  font-size: 16px;
  line-height: 26px;
}

.overlay-info figcaption h2:not(.section-title) {
  font-size: 40px;
  line-height: 50px;
}

h1.text-uppercase,
h2.text-uppercase,
h3.text-uppercase,
h4.text-uppercase,
h5.text-uppercase,
h6.text-uppercase {
  letter-spacing: normal;
}

h1.text-uppercase {
  font-size: 24px;
  line-height: 34px;
}

h2.text-uppercase {
  font-size: 22px;
  line-height: 32px;
}

h3.text-uppercase {
  font-size: 20px;
  line-height: 30px;
}

h4.text-uppercase {
  font-size: 18px;
  line-height: 28px;
}

h5.text-uppercase {
  font-size: 16px;
  line-height: 26px;
}

h6.text-uppercase {
  font-size: 14px;
  line-height: 24px;
}

h2.post-title {
  font-size: 16px;
  line-height: 22px;
  color: #232323;
  margin-bottom: 20px;
}

h1.post-title,
.classic-view h2.post-title {
  font-size: 28px;
  line-height: 38px;
  margin-bottom: 15px;
}

.heading {
  font-size: 36px;
  line-height: 47px;
  margin-bottom: 20px;
}

.sub-heading {
  font-size: 32px;
  line-height: 44px;
  font-weight: 500;
  margin-bottom: 20px;
}

.sub-heading2 {
  font-size: 28px;
  line-height: 40px;
  font-weight: 300;
  letter-spacing: normal;
  margin-bottom: 20px;
  color: #606060;
}

.title-color {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.section-title {
  font-size: 28px;
  line-height: 38px;
  margin-bottom: 20px;
}

.section-title.larger {
  font-size: 32px;
  line-height: 42px;
}

.section-title-upper {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: normal;
  text-transform: uppercase;
}

.section-title-upper.larger {
  font-size: 22px;
  line-height: 32px;
}

.section-title-line {
  position: relative;
}

.section-title-line:before,
.section-title-line:after {
  content: "";
  width: 100%;
  border-top: 1px solid rgba(21, 21, 21, 0.15);
  border-bottom: 1px solid rgba(21, 21, 21, 0.15);
  height: 5px;
  display: inline-block;
  vertical-align: 7px;
}

.section-title.larger.section-title-line:before,
.section-title.larger.section-title-line:after {
  vertical-align: 8px;
}

.section-title-upper.section-title-line:before,
.section-title-upper.section-title-line:after {
  vertical-align: 5px;
}

.section-title-upper.larger.section-title-line:before,
.section-title-upper.larger.section-title-line:after {
  vertical-align: 6px;
}

.section-title-line.text-center:before,
.section-title-line.text-center:after {
  width: 80px;
}

.section-title-line:before {
  margin-left: -100%;
  margin-right: 20px;
}

.section-title-line:after {
  margin-right: -100%;
  margin-left: 20px;
}

.lead {
  font-family: "Open sans", sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.lead.larger {
  font-size: 20px;
  line-height: 32px;
  font-weight: normal;
}

.lead2 {
  font-family: "Open sans", sans-serif;
  font-size: 13px;
  font-weight: 600;
}

.letterspace-1 {
  letter-spacing: 1px !important;
}

.letterspace-2 {
  letter-spacing: 2px !important;
}

.letterspace-3 {
  letter-spacing: 3px !important;
}

.letterspace-4 {
  letter-spacing: 4px !important;
}

.text-muted {
  color: #909090;
}

.inner {
  padding-top: 100px;
  padding-bottom: 100px;
}

.light-wrapper {
  background: #fff;
}

.gray-wrapper {
  background: #eeeeee;
}

.dark-wrapper {
  background: #181818;
}

footer.dark-wrapper {
  background: #151515;
}

.sub-footer.dark-wrapper {
  background: #111111;
}

.pattern-wrapper {
  background: transparent repeat left top;
}

.color-wrapper {
  background: #4c8f22;
}

hr {
  border: 0;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid rgba(21, 21, 21, 0.15);
  padding-top: 70px;
  margin-bottom: 70px;
}

hr.dashed {
  border-bottom-width: 2px;
  border-style: dashed;
}

hr.dotted {
  border-bottom-width: 2px;
  border-style: dotted;
}

hr.double {
  border-bottom-width: 4px;
  border-style: double;
}

_:default:not(:root:root),
hr.double {
  border-bottom-width: 3px;
}

.divider-icon {
  border: 0;
  position: relative;
  padding-top: 70px;
  padding-bottom: 70px;
}

.divider-icon i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 18px;
  color: rgba(21, 21, 21, 0.15);
}

.divider-icon:before,
.divider-icon:after {
  position: absolute;
  top: 50%;
  content: "";
  border-top: 1px solid rgba(21, 21, 21, 0.1);
  width: calc(50% - 20px);
}

.divider-icon:before {
  left: 0;
}

.divider-icon:after {
  right: 0;
}

.close {
  text-shadow: none;
}

.alert button {
  -webkit-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  cursor: pointer;
}

.alert-dismissible .close {
  padding: 11px 18px 10px;
}

.badge {
  text-transform: uppercase;
  font-size: 11px;
  line-height: 1;
  display: inline-block;
  font-weight: 700;
  margin-right: 2px;
  padding: 7px 10px 6px;
  font-family: "Open sans", sans-serif;
  color: #fff;
}

@-moz-document url-prefix() {
  .badge {
    padding-bottom: 7px;
  }
}

.dropcap {
  display: block;
  float: left;
  font-size: 49px;
  font-weight: 700;
  padding: 0;
  margin: 0;
  margin: 12px 10px 0 0;
  text-transform: uppercase;
  color: #404040;
}

.dropcap.circle,
.dropcap.square {
  font-size: 22px;
  color: #fff;
  height: 45px;
  width: 45px;
  line-height: 45px;
  margin: 5px 10px 0 0;
  text-align: center;
}

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

.dropcap.square {
  border-radius: 4px;
}

.hidden {
  display: none !important;
}

.rounded,
figure.rounded span.bg,
figure.rounded img,
.rounded.overlay-info figcaption {
  border-radius: 5px !important;
}

.full-rounded {
  border-radius: 100% !important;
}

blockquote.icon:before {
  font-family: "Slimicons";
  content: "\201C";
  color: rgba(21, 21, 21, 0.15);
  font-size: 120px;
}

blockquote.icon-top:before {
  display: block;
  margin-top: 30px;
  margin-bottom: 10px;
  vertical-align: bottom;
}

blockquote.icon-left:before {
  position: absolute;
  width: 70px;
  height: 70px;
  top: 5px;
  left: 0;
  margin-top: 10px;
}

blockquote.icon-left {
  padding: 0 0 0 70px;
  position: relative;
}

blockquote.bordered {
  border-left: 3px solid rgba(21, 21, 21, 0.1);
  padding-left: 20px;
}

blockquote p {
  font-size: 17px;
  line-height: 28px;
  /*font-style: italic;*/
}

blockquote.larger p {
  font-size: 22px;
  line-height: 33px;
}

.blockquote-footer {
  color: #28472a;
  opacity: 0.5;
  font-weight: 600;
  letter-spacing: -0.3px;
  margin-bottom: 10px;
  display: block;
  font-family: "Open sans", sans-serif;
  font-size: 14px;
  line-height: 22px;
}

.google-map {
  width: 100%;
}

.google-map.full {
  height: 100%;
  overflow: hidden;
  display: block;
  position: absolute;
  height: auto;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

.google-map.h450 {
  height: 450px;
}

.google-map.h400 {
  height: 400px;
}

.map-info * {
  font-family: "Open sans", sans-serif;
}

.map-info p {
  color: #707070;
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 10px;
}

.h-100vh {
  height: 100vh;
}

.col-1-5 {
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

img.octagon {
  width: 70%;
  height: auto;
}

.octagon {
  -webkit-clip-path: polygon(
    30% 0%,
    70% 0%,
    100% 30%,
    100% 70%,
    70% 100%,
    30% 100%,
    0% 70%,
    0% 30%
  );
  clip-path: polygon(
    30% 0%,
    70% 0%,
    100% 30%,
    100% 70%,
    70% 100%,
    30% 100%,
    0% 70%,
    0% 30%
  );
}

.rhombus {
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.pentagon {
  -webkit-clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%);
  clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%);
}

.bevel {
  -webkit-clip-path: polygon(
    20% 0%,
    80% 0%,
    100% 20%,
    100% 80%,
    80% 100%,
    20% 100%,
    0% 80%,
    0% 20%
  );
  clip-path: polygon(
    20% 0%,
    80% 0%,
    100% 20%,
    100% 80%,
    80% 100%,
    20% 100%,
    0% 80%,
    0% 20%
  );
}

.heptagon {
  -webkit-clip-path: polygon(
    50% 0%,
    90% 20%,
    100% 60%,
    75% 100%,
    25% 100%,
    0% 60%,
    10% 20%
  );
  clip-path: polygon(
    50% 0%,
    90% 20%,
    100% 60%,
    75% 100%,
    25% 100%,
    0% 60%,
    10% 20%
  );
}

.rabbet {
  -webkit-clip-path: polygon(
    0% 15%,
    15% 15%,
    15% 0%,
    85% 0%,
    85% 15%,
    100% 15%,
    100% 85%,
    85% 85%,
    85% 100%,
    15% 100%,
    15% 85%,
    0% 85%
  );
  clip-path: polygon(
    0% 15%,
    15% 15%,
    15% 0%,
    85% 0%,
    85% 15%,
    100% 15%,
    100% 85%,
    85% 85%,
    85% 100%,
    15% 100%,
    15% 85%,
    0% 85%
  );
}

.gutter-40 > [class*="col-"] {
  padding-right: 20px;
  padding-left: 20px;
}

.gutter-50 > [class*="col-"] {
  padding-right: 25px;
  padding-left: 25px;
}

.gutter-60 > [class*="col-"] {
  padding-right: 30px;
  padding-left: 30px;
}

.column-2 {
  -webkit-column-count: 2;
  column-count: 2;
}

.column-3 {
  -webkit-column-count: 3;
  column-count: 3;
}

.column-4 {
  -webkit-column-count: 4;
  column-count: 4;
}

/*-----------------------------------------------------------------------------------*/
/*	03. NAVBAR
/*-----------------------------------------------------------------------------------*/
.btn-modal {
  background: transparent !important;
  border: 1px solid !important;
  color: #000 !important;
}

.btn-modal:hover {
  background: initial !important;
  border: 1px solid !important;
  color: #fff !important;
}

.div-login-navbar {
  max-width: 250px;
  position: fixed;
  right: 70px;
  top: 9%;
  z-index: 9999;
  text-align: center;
  width: 100%;
  height: auto;
  background: white;
  border: 1px solid #5f6062;
  box-sizing: border-box;
  box-shadow: 3px 4px 20px rgba(0, 0, 0, 0.25);
  border-radius: 2px 0px 0px 2px;
  max-height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s linear;
}
.click-to-show-login:hover .div-login-navbar {
  visibility: visible;
  opacity: 1;
}

.div-login-modal {
  padding: 10px;
  border: 0.5px solid lightgray;
}

.hover-nav:hover {
  color: #fff !important;
  background: #76ad1c;
}

.hover-nav:hover a {
  color: white !important;
}

.btn-repetir-enc {
  background: #fcfcfc;
  width: 217px;
  border: 1px solid #76ad1c;
  box-sizing: border-box;
  border-radius: 10px;
  cursor: pointer;
  margin-left: auto;
  height: 25px;
}

.class-img-modal-cart img {
  max-height: 135px;
  height: 100%;
  width: 100%;
}

.div-cart-navbar {
  max-width: 400px;
  position: fixed;
  right: 1px;
  top: 9%;
  z-index: 9999;
  text-align: center;
  width: 100%;
  height: 90%;
  background: white;
  border: 1px solid #5f6062;
  box-sizing: border-box;
  box-shadow: 3px 4px 20px rgba(0, 0, 0, 0.25);
  border-radius: 2px 0px 0px 2px;
  max-height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s linear;
  overflow-y: scroll;
}

.div-cart-navbar::-webkit-scrollbar {
  width: 9px;
}

.div-cart-navbar::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.div-cart-navbar::-webkit-scrollbar-thumb {
  background-color: rgba(118, 173, 28, 0.5);
  border-radius: 4px;
  outline: 1px solid rgba(118, 173, 28, 0.5);
}

/* 
.div-cart-navbar::-webkit-scrollbar {
    width: 9px;
}

.div-cart-navbar::-webkit-scrollbar-track {
   background :rgba(118, 173, 28, 0.5);; 
    border-radius: 10px;
}

.div-cart-navbar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background :rgba(118, 173, 28, 0.5);; 
}
​

 */

.click-to-show-cart:hover .div-cart-navbar {
  visibility: visible;
  opacity: 1;
}

.logo-nav {
  height: 65px;
}

#menu-list {
  width: 100%;
  margin: 0 1rem;
  justify-content: space-around;
}

.navbar {
  z-index: 1008;
  width: 100%;
  padding: 0;
  font-family: "Open sans", sans-serif;
}

.navbar .container {
  position: relative;
}

.navbar.absolute {
  position: absolute;
}

.navbar.transparent:not(.banner--clone) {
  background: none;
}

.navbar.transparent.fixed.nav-wrapper-light,
.navbar.nav-wrapper-light.solid.fixed {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.navbar .navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
}

.navbar.transparent .navbar-brand {
  padding-top: 25px;
  padding-bottom: 25px;
}

.navbar-brand img {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateZ();
  height: auto;
  width: auto;
  max-width: none;
}

@media (min-width: 768px) {
  .navbar-brand img {
    max-height: 56px;
  }
}

@media (min-width: 1400px) {
  .navbar-brand img {
    max-height: none;
  }
}

@media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .navbar-brand img {
    image-rendering: -webkit-optimize-contrast;
  }
}

.navbar-li-margin li {
  margin: auto;
}

.navbar-border {
  border-top: 1px solid #232323;
  border-bottom: 1px solid #232323;
}

.navbar-nav .nav-link {
  font-size: 13px;
  letter-spacing: -0.5px;
  font-weight: 600;
  color: #404040;
  padding-top: 13px;
  padding-bottom: 13px;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.highlighted {
  color: #4c8f22;
}

.navbar .social-mute a i {
  color: #404040;
}

.navbar .social-mute a:hover i {
  color: #4c8f22;
}

.dropdown-menu {
  min-width: 160px;
  padding: 0;
  margin: 0;
  background-color: #fff;
  border-top: 1px solid black !important;
  border-radius: 0;
}

.search-container {
  /*float: left;*/

  background: transparent;
  font-size: 17px;
  border: none;
  cursor: pointer;
  height: 75%;
  margin: 0 auto;
  font-size: 12px;
  padding: 0px 19px;
  border-radius: 20px;
}

.dropdown-item,
.mega-menu-content a {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: -0.5px;
  padding: 10px 20px;
}

.mega-menu-content a {
  padding: 3px 0;
  display: block;
}

.mega-menu-content .icon-list i {
  font-size: 14px;
  width: 22px;
}

.mega-menu-content a:hover {
  color: #000;
}

.dropdown-item.active {
  background: none;
  color: inherit;
}

.dropdown-item:focus,
.dropdown-item:hover,
.dropdown-item.highlighted {
  color: inherit;
  background: rgba(255, 255, 255, 0.04);
  border-top-color: transparent;
}

.mega-menu-content a {
  color: #000;
}

.mega-menu-content a:hover {
  color: #000;
}

.list-unstyled li {
  margin: auto 5px;
  float: left;
  width: 100%;
  /* width: 230px;
     width: 150px; */
}

.hover-menu {
  border-left: 2px solid;
}

.dropdown-menu,
.dropdown-item,
.dropdown-item:hover {
  color: rgba(35, 35, 35, 1);
}

.navbar.text-uppercase .navbar-nav .nav-link {
  font-size: 13px;
  letter-spacing: normal;
}

.navbar.text-uppercase .dropdown-item,
.navbar.text-uppercase .mega-menu-content a {
  font-size: 12px;
  letter-spacing: normal;
}

.navbar.fixed .navbar-brand img {
  height: 30px !important;
  width: auto !important;
}

.navbar-nav.sm-collapsible .dropdown-menu .dropdown-menu {
  margin: 0;
}

.navbar-nav .sub-arrow {
  font-size: 10px;
  line-height: 1;
  border: 0;
  border-radius: 0;
  width: auto;
  height: auto;
  margin: 0;
}

.navbar-nav.sm-collapsible .sub-arrow {
  font-size: 11px;
  line-height: 1;
  width: auto;
  margin: -7px 30px 0 0;
  border: 0;
}

.navbar-nav .sub-arrow:before {
  font-family: "FontAwesome";
  font-weight: normal;
}

.navbar-nav.sm-collapsible .sub-arrow::before {
  content: "\f078";
}

.navbar-nav.sm-collapsible .show > a > .sub-arrow::before {
  content: "\f077";
}

.navbar-nav:not(.sm-collapsible) .dropdown-item .sub-arrow:before {
  content: "\f054";
}

.navbar-nav:not(.sm-collapsible) .nav-link .sub-arrow {
  display: none;
}

.dropdown-toggle::after {
  display: none;
}

.navbar-nav:not(.sm-collapsible) .dropdown-item .sub-arrow {
  margin-top: -5px;
  margin-right: 30px;
  border: 0;
}

.navbar-nav:not(.sm-collapsible) .dropdown-item.has-submenu {
  padding-right: 60px;
}

.navbar-divider {
  width: 4px;
  height: 4px;
  padding: 0;
  margin: 0 28px 0 8px;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 50%;
}

.inverse-text .navbar-divider {
  background: rgba(255, 255, 255, 0.7);
}

.navbar .social {
  margin-top: 1px;
}

.navbar.center .navbar-nav-wrapper {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

/*-----------------------------------------------------------------------------------*/
/*	04. STICKY HEADER
/*-----------------------------------------------------------------------------------*/
.navbar.fixed {
  margin: 0;
  width: 100%;
}

.banner--clone {
  position: fixed !important;
  z-index: 1039;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.banner--stick {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  background: rgba(255, 255, 255, 0.9);
}

.navbar.nav-wrapper-dark {
  background: #151515;
}

.navbar.nav-wrapper-light {
  background: #fff;
}

.navbar.opacity.nav-wrapper-dark {
  background: rgba(21, 21, 21, 0.6);
}

.navbar.fixed.nav-wrapper-dark {
  background: rgba(21, 21, 21, 0.9);
}

.navbar.opacity.nav-wrapper-light {
  background: rgba(255, 255, 255, 0.8);
}

.navbar.fixed.nav-wrapper-light {
  background: rgba(255, 255, 255, 0.9);
}

/*-----------------------------------------------------------------------------------*/
/*	05. MEGA MENU
/*-----------------------------------------------------------------------------------*/
.navbar-nav,
.navbar-nav > li.mega-menu {
  position: static !important;
}

.navbar-nav > li > ul.mega-menu {
  margin-left: 0 !important;
  right: 0 !important;
  width: auto !important;
  max-width: none !important;
}

/*-----------------------------------------------------------------------------------*/
/*	06. HAMBURGER MENU ICON
/*-----------------------------------------------------------------------------------*/
.navbar-hamburger,
.hamburger {
  line-height: 1;
}

.hamburger {
  display: inline-block;
  width: 28px;
  height: 21px;
  padding: 0;
  cursor: pointer;
  transition: transform 0.2s ease-in-out;
  -moz-transition: transform 0.2s ease-in-out;
  -webkit-transition: transform 0.2s ease-in-out;
  vertical-align: middle;
  border: 0 none;
  background: none;
}

.hamburger::-moz-focus-inner {
  padding: 0;
  border: 0 none;
}

.hamburger:focus {
  outline: 0;
}

.hamburger:before,
.hamburger:after {
  content: "";
}

.hamburger:before,
.hamburger span,
.hamburger:after {
  display: block;
  width: 100%;
  height: 3px;
  margin: 0 0 6px;
  transition: transform 0.2s ease-in-out;
  -moz-transition: transform 0.2s ease-in-out;
  -webkit-transition: transform 0.2s ease-in-out;
  background: #404040;
}

.inverse-text .hamburger:before,
.inverse-text .hamburger span,
.inverse-text .hamburger:after {
  background: #fff;
}

.hamburger.animate.active span {
  transform: scale(0);
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
}

.hamburger.animate.active:before {
  transform: translateY(9px) rotate(45deg);
  -moz-transform: translateY(9px) rotate(45deg);
  -webkit-transform: translateY(9px) rotate(45deg);
}

.hamburger.animate.active:after {
  transform: translateY(-9px) rotate(-45deg);
  -moz-transform: translateY(-9px) rotate(-45deg);
  -webkit-transform: translateY(-9px) rotate(-45deg);
}

/*-----------------------------------------------------------------------------------*/
/*	07. BUTTON
/*-----------------------------------------------------------------------------------*/
.btn {
  font-family: "Open sans", sans-serif;
  color: #fff;
  background: #76ad1c;
  border: 0;
  margin-bottom: 10px;
  margin-right: 5px;
  padding: 17px 25px;
  font-size: 13px;
  letter-spacing: normal;
  /*  text-transform: uppercase;
    font-weight: 700; */
  line-height: 1;
  border-radius: 0;
  text-shadow: none;
  -webkit-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: inline-block;
}

.btn.focus,
.btn:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.text-center .btn {
  margin-left: 5px;
  margin-right: 5px;
}

.text-right .btn {
  margin-right: 0;
}

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

.btn-full-rounded {
  border-radius: 30px;
}

.btn-s {
  padding: 15px 23px;
}

.btn-l {
  padding: 19px 30px;
  font-size: 14px;
}

.btn.fixed-width {
  width: 165px;
}

.btn.btn-square {
  padding: 10px;
}

.btn-submit {
  margin: 0;
}

.btn.btn-forest {
  background: #67bb7b;
}

.btn.btn-green {
  background: #1abb9c;
}

.btn.btn-teal {
  background: #67bbb2;
}

.btn.btn-oasis {
  background: #98bec8;
}

.btn.btn-ice {
  background: #9eb9d7;
}

.btn.btn-sky {
  background: #4ca6e5;
}

.btn.btn-blue {
  background: #4c8f22;
}

.btn.btn-purple {
  background: #7e86b5;
}

.btn.btn-aqua {
  background: #28b8d8;
}

.btn.btn-navy {
  background: #364969;
}

.btn.btn-brown {
  background: #8b6a5d;
}

.btn.btn-yellow {
  background: #e7b92f;
}

.btn.btn-orange {
  background: #e56c4c;
}

.btn.btn-red {
  background: #e54c4c;
}

.btn.btn-pink {
  background: #ce8fad;
}

.btn.btn-salmon {
  background: #e8c3b9;
}

.btn.btn-dark {
  background: #303030;
}

.btn.btn-white {
  background: #fff;
  color: #404040;
}

.btn.btn-border {
  border: 2px solid #4c8f22;
  background: none;
  color: #4c8f22;
}

.btn.btn-border.btn-forest {
  border-color: #67bb7b;
  background: none;
  color: #67bb7b;
}

.btn.btn-border.btn-green {
  border-color: #1abb9c;
  background: none;
  color: #1abb9c;
}

.btn.btn-border.btn-teal {
  border-color: #67bbb2;
  background: none;
  color: #67bbb2;
}

.btn.btn-border.btn-oasis {
  border-color: #98bec8;
  background: none;
  color: #98bec8;
}

.btn.btn-border.btn-ice {
  border-color: #9eb9d7;
  background: none;
  color: #9eb9d7;
}

.btn.btn-border.btn-sky {
  border-color: #4ca6e5;
  background: none;
  color: #4ca6e5;
}

.btn.btn-border.btn-blue {
  border-color: #4c8f22;
  background: none;
  color: #4c8f22;
}

.btn.btn-border.btn-purple {
  color: #7e86b5;
  background: none;
  color: #7e86b5;
}

.btn.btn-border.btn-aqua {
  color: #28b8d8;
  background: none;
  color: #28b8d8;
}

.btn.btn-border.btn-brown {
  color: #8b6a5d;
  background: none;
  color: #8b6a5d;
}

.btn.btn-border.btn-navy {
  border-color: #364969;
  background: none;
  color: #364969;
}

.btn.btn-border.btn-yellow {
  border-color: #e7b92f;
  background: none;
  color: #e7b92f;
}

.btn.btn-border.btn-orange {
  border-color: #e56c4c;
  background: none;
  color: #e56c4c;
}

.btn.btn-border.btn-red {
  border-color: #e54c4c;
  background: none;
  color: #e54c4c;
}

.btn.btn-border.btn-pink {
  border-color: #ce8fad;
  background: none;
  color: #ce8fad;
}

.btn.btn-border.btn-salmon {
  border-color: #e8c3b9;
  background: none;
  color: #e8c3b9;
}

.btn.btn-border.btn-dark {
  border-color: #303030;
  background: none;
  color: #303030;
}

.btn.btn-border.btn-white {
  border-color: #fff !important;
  background: none;
  color: #fff;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn:disabled {
  background: #76ad1c !important;
  color: #fff !important;
}

.btn.btn-forest:hover,
.btn.btn-forest:focus,
.btn.btn-forest:active,
.btn.btn-forest.active {
  background: #5aab6d;
}

.btn.btn-green:hover,
.btn.btn-green:focus,
.btn.btn-green:active,
.btn.btn-green.active {
  background: #12ac8e;
}

.btn.btn-teal:hover,
.btn.btn-teal:focus,
.btn.btn-teal:active,
.btn.btn-teal.active {
  background: #55a89f;
}

.btn.btn-oasis:hover,
.btn.btn-oasis:focus,
.btn.btn-oasis:active,
.btn.btn-oasis.active {
  background: #84acb6;
}

.btn.btn-ice:hover,
.btn.btn-ice:focus,
.btn.btn-ice:active,
.btn.btn-ice.active {
  background: #89a6c6;
}

.btn.btn-sky:hover,
.btn.btn-sky:focus,
.btn.btn-sky:active,
.btn.btn-sky.active {
  background: #3a98da;
}

.btn.btn-blue:hover,
.btn.btn-blue:focus,
.btn.btn-blue:active,
.btn.btn-blue.active {
  background: #3b78db;
}

.btn.btn-purple:hover,
.btn.btn-purple:focus,
.btn.btn-purple:active,
.btn.btn-purple.active {
  background: #6e76a1;
}

.btn.btn-aqua:hover,
.btn.btn-aqua:focus,
.btn.btn-aqua:active,
.btn.btn-aqua.active {
  background: #17a9ca;
}

.btn.btn-navy:hover,
.btn.btn-navy:focus,
.btn.btn-navy:active,
.btn.btn-navy.active {
  background: #2a3d5c;
}

.btn.btn-brown:hover,
.btn.btn-brown:focus,
.btn.btn-brown:active,
.btn.btn-brown.active {
  background: #7a5c50;
}

.btn.btn-yellow:hover,
.btn.btn-yellow:focus,
.btn.btn-yellow:active,
.btn.btn-yellow.active {
  background: #daa508;
}

.btn.btn-orange:hover,
.btn.btn-orange:focus,
.btn.btn-orange:active,
.btn.btn-orange.active {
  background: #da5c3b;
}

.btn.btn-red:hover,
.btn.btn-red:focus,
.btn.btn-red:active,
.btn.btn-red.active {
  background: #d73d3d;
}

.btn.btn-pink:hover,
.btn.btn-pink:focus,
.btn.btn-pink:active,
.btn.btn-pink.active {
  background: #bb7d9a;
}

.btn.btn-salmon:hover,
.btn.btn-salmon:focus,
.btn.btn-salmon:active,
.btn.btn-salmon.active {
  background: #e1b5a9;
}

.btn.btn-dark:hover,
.btn.btn-dark:focus,
.btn.btn-dark:active,
.btn.btn-dark.active {
  background: #202020;
}

.btn.btn-white:hover,
.btn.btn-white:focus,
.btn.btn-white:active,
.btn.btn-white.active {
  background: #fff;
  color: #404040;
}

.btn-border:hover,
.btn-border:focus,
.btn-border:active,
.btn-border.active {
  border: 2px solid #4c8f22;
  color: #fff;
  background: #4c8f22;
}

.btn.btn-border.btn-forest:hover,
.btn.btn-border.btn-forest:focus,
.btn.btn-border.btn-forest:active,
.btn.btn-border.btn-forest.active {
  background: #67bb7b;
  color: #fff;
}

.btn.btn-border.btn-green:hover,
.btn.btn-border.btn-green:focus,
.btn.btn-border.btn-green:active,
.btn.btn-border.btn-green.active {
  background: #1abb9c;
  color: #fff;
}

.btn.btn-border.btn-teal:hover,
.btn.btn-border.btn-teal:focus,
.btn.btn-border.btn-teal:active,
.btn.btn-border.btn-teal.active {
  background: #67bbb2;
  color: #fff;
}

.btn.btn-border.btn-oasis:hover,
.btn.btn-border.btn-oasis:focus,
.btn.btn-border.btn-oasis:active,
.btn.btn-border.btn-oasis.active {
  background: #98bec8;
  color: #fff;
}

.btn.btn-border.btn-ice:hover,
.btn.btn-border.btn-ice:focus,
.btn.btn-border.btn-ice:active,
.btn.btn-border.btn-ice.active {
  background: #9eb9d7;
  color: #fff;
}

.btn.btn-border.btn-sky:hover,
.btn.btn-border.btn-sky:focus,
.btn.btn-border.btn-sky:active,
.btn.btn-border.btn-sky.active {
  background: #4ca6e5;
  color: #fff;
}

.btn.btn-border.btn-blue:hover,
.btn.btn-border.btn-blue:focus,
.btn.btn-border.btn-blue:active,
.btn.btn-border.btn-blue.active {
  background: #4c8f22;
  color: #fff;
}

.btn.btn-border.btn-purple:hover,
.btn.btn-border.btn-purple:focus,
.btn.btn-border.btn-purple:active,
.btn.btn-border.btn-purple.active {
  background: #7e86b5;
  color: #fff;
}

.btn.btn-border.btn-aqua:hover,
.btn.btn-border.btn-aqua:focus,
.btn.btn-border.btn-aqua:active,
.btn.btn-border.btn-aqua.active {
  background: #28b8d8;
  color: #fff;
}

.btn.btn-border.btn-brown:hover,
.btn.btn-border.btn-brown:focus,
.btn.btn-border.btn-brown:active,
.btn.btn-border.btn-brown.active {
  background: #8b6a5d;
  color: #fff;
}

.btn.btn-border.btn-navy:hover,
.btn.btn-border.btn-navy:focus,
.btn.btn-border.btn-navy:active,
.btn.btn-border.btn-navy.active {
  background: #364969;
  color: #fff;
}

.btn.btn-border.btn-orange:hover,
.btn.btn-border.btn-orange:focus,
.btn.btn-border.btn-orange:active,
.btn.btn-border.btn-orange.active {
  background: #e56c4c;
  color: #fff;
}

.btn.btn-border.btn-red:hover,
.btn.btn-border.btn-red:focus,
.btn.btn-border.btn-red:active,
.btn.btn-border.btn-red.active {
  background: #e54c4c;
  color: #fff;
}

.btn.btn-border.btn-pink:hover,
.btn.btn-border.btn-pink:focus,
.btn.btn-border.btn-pink:active,
.btn.btn-border.btn-pink.active {
  background: #ce8fad;
  color: #fff;
}

.btn.btn-border.btn-salmon:hover,
.btn.btn-border.btn-salmon:focus,
.btn.btn-border.btn-salmon:active,
.btn.btn-border.btn-salmon.active {
  background: #e8c3b9;
  color: #fff;
}

.btn.btn-border.btn-dark:hover,
.btn.btn-border.btn-dark:focus,
.btn.btn-border.btn-dark:active,
.btn.btn-border.btn-dark.active {
  background: #303030;
  color: #fff;
}

.btn.btn-border.btn-white:hover,
.btn.btn-border.btn-white:focus,
.btn.btn-border.btn-white:active,
.btn.btn-border.btn-white.active {
  background: #fff;
  color: #404040;
}

.btn-icon i {
  vertical-align: -1px;
}

.navigation .btn-icon i {
  vertical-align: 0;
}

.btn-icon-left i {
  margin-right: 5px;
}

.btn-icon-right i {
  margin-left: 5px;
}

.btn-close {
  font-size: 45px;
  font-weight: 300;
  color: inherit;
}

.btn-close:before {
  content: "\00d7";
  padding: 0;
  letter-spacing: normal;
}

.cart-remove .btn-close {
  font-size: 25px;
}

.instagram-wrapper {
  position: relative;
}

.instagram-wrapper .btn-full {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  border-radius: 0;
  margin: 0;
  background: rgba(21, 21, 21, 0.6);
}

.instagram-wrapper .btn-full:hover,
.instagram-wrapper .btn-full:focus,
.instagram-wrapper .btn-full:active,
.instagram-wrapper .btn-full.active {
  background: rgba(21, 21, 21, 0.7);
}

/*-----------------------------------------------------------------------------------*/
/* 	08. DROPDOWN
/*-----------------------------------------------------------------------------------*/
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background: none;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-group .dropdown-menu > li > a {
  line-height: 1;
  padding: 12px 25px;
  display: block;
}

.btn-group .dropdown-menu > li > a {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.btn-group .dropdown-menu > li:first-child > a {
  border: 0;
}

.btn-group .dropdown-menu:before {
  content: "";
  position: absolute;
  top: -20px;
  bottom: auto;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-top: 10px solid transparent;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
}

.btn-group .dropdown-menu {
  padding: 0;
  min-width: 140px;
  margin: 20px 0px 0px -10px;
  list-style: none;
  border: 0;
  left: 50%;
  border-radius: 4px;
  background: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-filter: drop-shadow(0px 1px 8px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0px 1px 8px rgba(0, 0, 0, 0.1));
}

.btn-group .dropdown-menu[x-placement^="top-start"] {
  margin: 0 0 20px -10px;
}

.btn-group .dropdown-menu[x-placement^="top-start"]:before {
  top: auto;
  bottom: -20px;
  border-bottom: 10px solid transparent;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
}

.btn-group .dropdown-menu .dropdown-item {
  color: #404040;
  letter-spacing: normal;
  font-weight: normal;
}

.btn-group .dropdown-menu > li > a i {
  padding-right: 10px;
  vertical-align: -1px;
  width: 25px;
}

.btn-group .dropdown-menu > li > a:hover,
.btn-group .dropdown-menu > li > a:focus {
  color: #4c8f22;
  background: none;
}

/*-----------------------------------------------------------------------------------*/
/*	09. LISTS
/*-----------------------------------------------------------------------------------*/
ul,
ol {
  padding-left: 15px;
}

.unordered-list {
  list-style: none;
  padding: 0;
}

.unordered-list > li:before {
  font-size: 14px;
  vertical-align: 2px;
  display: inline-block;
  margin-right: 7px;
  content: "\2022";
}

.mega-menu-content .unordered-list > li:before {
  vertical-align: 0;
}

.unordered-list-circle {
  list-style-type: circle;
}

.unordered-list-disc {
  list-style-type: disc;
}

.ordered-list-roman {
  list-style-type: upper-roman;
}

.ordered-list-alpha {
  list-style-type: lower-alpha;
}

.list-inline {
  margin-left: -10px;
}

.list-inline > li {
  padding-left: 10px;
  padding-right: 10px;
}

.list-inline > li.flex-middle {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.icon-list {
  list-style: none;
  padding: 0;
}

.icon-list i {
  padding-right: 7px;
  font-size: 15px;
}

.image-list {
  padding: 0;
  margin: 0;
}

.image-list p {
  margin: 0;
}

.image-list:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.image-list li {
  clear: both;
  margin-bottom: 15px;
  display: block;
  overflow: hidden;
}

.image-list li:last-child {
  margin: 0;
}

.image-list li a:hover {
  color: #4c8f22;
}

.image-list figure {
  float: left;
  width: 70px;
  height: 70px;
}

.image-list .post-content {
  margin-left: 85px;
  margin-bottom: 0;
}

.image-list li .post-title {
  margin-bottom: 5px;
}

.hide-filters {
  background: transparent;
  width: 35px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: black;
  float: right;
  position: absolute;
  right: -40px;

  cursor: pointer;
}

/*-----------------------------------------------------------------------------------*/
/*	10. LIST GROUP
/*-----------------------------------------------------------------------------------*/
.list-group-item {
  border-color: rgba(21, 21, 21, 0.15);
}

.list-group.simple .list-group-item {
  border-color: rgba(21, 21, 21, 0.075);
}

.list-group-item.disabled,
.list-group-item:disabled {
  color: #909090;
}

.list-group-item.active {
  background-color: #76ad1c;
  border-color: #76ad1c;
}

.list-group-item.active * {
  color: #fff;
}

.list-group.simple .list-group-item {
  padding: 5px;
  border: 0;
  border-left: 0;
  border-right: 0;
  background: transparent;
}

.list-group.simple .list-group-item:first-child {
  border-top: 0;
}

.list-group.simple .list-group-item:last-child {
  border-bottom: 0;
}

/*-----------------------------------------------------------------------------------*/
/*	11. SLIDER REVOLUTION 
/*-----------------------------------------------------------------------------------*/
.rev_slider_wrapper {
  left: 0px;
  width: 100%;
}

.rev_th_auto .rev_slider {
  margin-bottom: 5px !important;
}

.zeus.tparrows {
  background: rgba(0, 0, 0, 0.4);
}

.zeus .tp-bullet {
  width: 10px;
  height: 10px;
  background: #76ad1c !important;
  border: none !important;
}

.tp-bullet:hover {
  width: 10px;
  height: 10px;
  background: #76ad1c !important;
  border: none !important;
}

.zeus .tp-bullet-imageoverlay {
  /*   background: rgba(0, 0, 0, 0); */
}

.zeus .tp-bullet-title,
.zeus .tp-bullet-imageoverlay {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.tp-caption:not(.font-body):not(.font-title) {
  font-family: "Open sans", sans-serif;
}

.tp-caption.boxshadow {
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}

.tp-caption.start-boxshadow {
  -webkit-box-shadow: 1px 1px 0 0 #1a1a1a, 2px 2px 0 0 #1a1a1a,
    3px 3px 0 0 #1a1a1a, 4px 4px 0 0 #1a1a1a, 5px 5px 0 0 #1a1a1a,
    6px 6px 0 0 #1a1a1a;
  box-shadow: 1px 1px 0 0 #1a1a1a, 2px 2px 0 0 #1a1a1a, 3px 3px 0 0 #1a1a1a,
    4px 4px 0 0 #1a1a1a, 5px 5px 0 0 #1a1a1a, 6px 6px 0 0 #1a1a1a;
}

.tp-dottedoverlay.darkoverlay {
  background: rgba(48, 48, 48, 0.6);
}

.tp-bannertimer {
  background: rgba(255, 255, 255, 0.25);
}

.tp-loader.spinner2 {
  background: #151515;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.bg-dark .tp-loader.spinner2,
.light-spinner .tp-loader.spinner2 {
  background: #fff;
}

.tp-dottedoverlay.darkoverlay {
  background: rgba(21, 21, 21, 0.5);
}

.rev-scroll-btn span {
  width: 4px;
  height: 4px;
  margin: -2px 0 0 -2px;
}

.zeus .tp-tab:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  z-index: 2;
  -webkit-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid transparent;
}

.zeus .tp-tab.selected:after {
  border-color: rgba(255, 255, 255, 0.8);
}

.rev_th_auto .zeus .tp-tab:after {
  border: 0;
  background: transparent;
}

.rev_th_auto .zeus .tp-tab:hover:after,
.rev_th_auto .zeus .tp-tab.selected:after {
  background: rgba(255, 255, 255, 0.3);
}

.erinyen .tp-tab-title {
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 3px;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "Open sans", sans-serif;
  margin: 0;
}

/*-----------------------------------------------------------------------------------*/
/* 	12. CUBE PORTFOLIO
/*-----------------------------------------------------------------------------------*/
.cbp a {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.cbp .btn {
  -webkit-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}

.cbp-filter-container {
  position: relative;
  z-index: 2;
  font-size: 0;
  line-height: 0;
  margin-bottom: 0;
}

.cbp-l-filters-button .cbp-filter-item {
  position: relative;
  display: inline-block;
  -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out,
    border-color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out,
    border-color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out,
    border-color 0.3s ease-in-out;
}

.cbp-filter-item {
  display: inline-block;
  font-size: 13px;
  font-family: "Open sans", sans-serif;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #888;
  font-weight: 700;
  line-height: 1;
  padding: 0;
  margin: 0 20px 10px 0;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  cursor: pointer;
}

.text-right .cbp-filter-item,
.text-md-right .cbp-filter-item {
  margin: 0 0 0 20px;
}

.text-center .cbp-filter-item {
  margin: 0 10px 10px;
}

.cbp-filter-item.cbp-filter-item-active,
.cbp-filter-item:hover {
  color: #4c8f22;
}

.cbp-filter-item:after {
  content: "";
  vertical-align: 3px;
  margin: 0;
  display: inline-block;
  width: 3px;
  height: 3px;
  margin-left: 17px;
  border-radius: 50%;
  background-color: rgba(21, 21, 21, 0.25);
}

.cbp-filter-item:last-child:after {
  display: none;
}

/*-----------------------------------------------------------------------------------*/
/* 	13. BASIC GALLERY
/*-----------------------------------------------------------------------------------*/
.basic-gallery {
  display: block;
  padding: 0;
  margin: 0;
  width: 100%;
}

.basic-gallery li {
  display: block;
  width: 100%;
  margin-top: 40px;
}

.basic-gallery li:first-child {
  margin-top: 0;
}

.basic-gallery li img {
  display: inline;
  max-width: 100%;
  height: auto;
}

.modal .basic-gallery li img {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

/*-----------------------------------------------------------------------------------*/
/*	14. COCOEN
/*-----------------------------------------------------------------------------------*/
.cocoen-drag::before {
  font-family: "FontAwesome";
  font-size: 24px;
  line-height: 44px;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  position: absolute;
  color: #404040;
}

.cocoen-drag::before {
  background: #fff;
  border-radius: 100%;
  margin-left: -25px;
  margin-top: -25px;
  content: "\f07e";
  text-align: center;
}

/*-----------------------------------------------------------------------------------*/
/*	15. BLOCK	
/*-----------------------------------------------------------------------------------*/
.block-wrapper.arrowed .block:first-child {
  position: relative;
}

.block-wrapper.arrowed .block:first-child:after,
.image-block-wrapper.arrowed .image-block:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 0;
  height: 0;
  margin-top: -20px;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 20px solid #fff;
  display: block;
  z-index: 2;
}

.block-wrapper.arrowed .block.order-md-2:first-child:after,
.image-block-wrapper.arrowed .image-block[class*="offset-md-"]:after {
  right: auto;
  left: 0;
  border-right: 20px solid transparent;
  border-left: 20px solid #fff;
}

.gray-wrapper .image-block-wrapper.arrowed .image-block:after {
  border-right: 20px solid #f7f8fc;
}

.gray-wrapper
  .image-block-wrapper.arrowed
  .image-block[class*="offset-md-"]:after {
  border-right: 20px solid transparent;
  border-left: 20px solid #f7f8fc;
}

.dark-wrapper .image-block-wrapper.arrowed .image-block:after {
  border-right: 20px solid #181818;
}

.dark-wrapper
  .image-block-wrapper.arrowed
  .image-block[class*="offset-md-"]:after {
  border-right: 20px solid transparent;
  border-left: 20px solid #181818;
}

.block-wrapper .box {
  padding: 90px 90px 70px 90px;
}

.image-block-wrapper .box {
  padding: 150px 90px;
}

.container .block-wrapper .box {
  padding: 40px 40px 20px 40px;
}

.block-wrapper figure img {
  width: 100%;
}

/*-----------------------------------------------------------------------------------*/
/*	16. SPLIT LAYOUT
/*-----------------------------------------------------------------------------------*/
.split-layout .content-left {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.split-layout .inner {
  padding: 90px;
}

/*-----------------------------------------------------------------------------------*/
/*	17. SWIPER
/*-----------------------------------------------------------------------------------*/
.swiper-container-wrapper {
  position: relative;
}

.swiper-container {
  width: 100%;
  height: 100%;
  cursor: pointer !important;
}

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

.swiper-auto .swiper-slide,
.swiper-auto .swiper-slide img,
.swiper-auto-tab .swiper-slide,
.swiper-auto-tab .swiper-slide img,
.swiper-auto-centered .swiper-slide,
.swiper-auto-centered .swiper-slide img,
.swiper-portrait .swiper-slide,
.swiper-portrait .swiper-slide img {
  width: auto;
  height: 550px;
}

.swiper-cocoen .swiper-slide {
  width: auto;
  height: 400px;
}

.swiper-full {
  width: 100%;
  margin: 0;
}

.swiper-full img,
.swiper-auto-full img {
  width: 100%;
  position: relative;
  height: 100%;
  overflow: hidden;
  -o-object-fit: cover;
  object-fit: cover;
}

.swiper-full-single {
  height: calc(100vh - 174px);
}

.swiper-full-single .swiper-slide img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
}

.swiper-auto-full .swiper-slide,
.swiper-auto-full .swiper-slide img {
  width: auto;
}

.swiper-full.ver1,
.swiper-auto-full.ver1,
.swiper-auto-full.ver1 img {
  height: calc(100vh - 174px);
}

.swiper-full.ver2,
.swiper-auto-full.ver2,
.swiper-auto-full.ver2 img {
  height: calc(100vh - 215px);
}

.swiper-container-wrapper .swiper-pagination {
  position: absolute;
  text-align: center;
  z-index: 10;
  bottom: 0;
  width: 100%;
}

.swiper-container-wrapper .swiper-pagination.gap-small {
  bottom: -20px;
}

.swiper-container-wrapper .swiper-pagination.gap-large {
  bottom: -22px;
}

.swiper-container-wrapper .swiper-pagination .swiper-pagination-bullet {
  margin: 0 5px;
  opacity: 1;
  -webkit-transition: background 200ms ease-in;
  -o-transition: background 200ms ease-in;
  transition: background 200ms ease-in;
  height: 9px;
  width: 9px;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 0;
  background: rgba(21, 21, 21, 0.15);
}

.swiper-container-wrapper .swiper-pagination .swiper-pagination-bullet:hover,
.swiper-container-wrapper
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #4c8f22;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 46%;
  background: none !important;
  color: #76ad1c;
  font-size: 54px;
  margin-top: -15px;
  font-family: "FontAwesome";
  font-weight: normal;
  width: 55px;
  height: auto;
  padding: 0;
  -webkit-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled:hover,
.swiper-button-next.swiper-button-disabled:hover {
  color: #76ad1c !important;
  opacity: 1;
  pointer-events: auto !important;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  color: #76ad1c;
}

.swiper-button-prev {
  left: 0px;
  color: #76ad1c !important;
  height: 70px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

.swiper-button-next {
  right: 0px;
  text-align: end;
  color: #76ad1c !important;
  height: 70px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

.swiper-button-prev:before {
  content: "\f104";
}

.swiper-button-next:before {
  content: "\f105";
}

.swiper-slide .link-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.swiper-slide .link-wrapper .link {
  position: absolute;
  display: block;
  bottom: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  display: table;
  text-align: center;
}

.swiper-slide .link-wrapper .link a {
  display: table-cell;
  vertical-align: middle;
  background: rgba(255, 255, 255, 0.9);
  width: 40px;
  height: 40px;
  border-radius: 100%;
  -webkit-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}

.swiper-slide .link-wrapper .link a:hover {
  background: rgba(255, 255, 255, 1);
}

.swiper-slide .link-wrapper .link a,
.swiper-slide .link-wrapper .link a:hover {
  color: #404040 !important;
}

.swiper-slide .link-wrapper .link a:after {
  font-family: "elemis";
  font-size: 16px;
  line-height: 2;
}

.swiper-slide .link-wrapper .link.lightbox a:after {
  content: "\e900";
}

/*-----------------------------------------------------------------------------------*/
/*	18. BLOG
/*-----------------------------------------------------------------------------------*/

/* === 4.14. BLOG LIST === */

.noo-blog-list {
  list-style: none;
  padding: 0 10%;
  margin: 70px 0 0 0;
  text-align: center;
}

.noo-blog-list li {
  border-bottom: 1px solid rgba(121, 203, 168, 0.2);
  padding: 28px 0;
}

.noo-blog-list li .cat {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  color: #76ad1c;
}

.noo-blog-list li .cat a {
  color: #76ad1c;
  margin-left: 5px;
  display: inline-block;
}

.noo-blog-list li h3 {
  font-family: Raleway;
  margin: 9px 0 11px;
}

.noo-blog-list li .meta {
  display: block;
  font-style: italic;
  color: #ababab;
  font-weight: 300;
}

.noo-blog-list li .meta a {
  color: #ababab;
  text-decoration: underline;
}

div.blog-sh-title2 {
  margin-bottom: 50px;
}

div.blog-sh-title2 h2 {
  margin: 15px 0 17px 0;
}

div.blog-sh-title2 h4 {
  color: #ababab;
}

div.blog-sh-title2 p {
  padding: 0 25%;
}

.noo-blog-title {
  margin-bottom: 55px;
}

.noo-blog .btn-loadmore {
  padding: 0px 54px;
  text-transform: uppercase;
  display: inline-block;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.blog-item {
  text-align: center;
  -webkit-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
  margin: 15px 0;
}

.blog-item:hover {
  -webkit-box-shadow: 0 -2px 29px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 -2px 29px 0 rgba(0, 0, 0, 0.15);
}

.blog-item:hover .blog-thumbnail img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.blog-item:hover .blog-description h3 a {
  color: #76ad1c;
  -webkit-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}

.blog-item:hover .view-more {
  -webkit-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}

.blog-item .blog-thumbnail {
  display: block;
  overflow: hidden;
}

.blog-item .blog-thumbnail img {
  -webkit-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
  width: 100%;
}

.blog-item .blog-quote {
  height: 390px;
  overflow: hidden;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  color: #ffffff;
  font-weight: 300;
  text-align: center;
}

.blog-item .blog-quote:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(33, 33, 33, 0.7);
}

.blog-item .blog-quote:after {
  font-family: "fontawesome";
  content: "\f10e";
  font-size: 24px;
  color: #f5a64a;
  width: 72px;
  height: 70px;
  position: absolute;
  top: 34px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background-repeat: no-repeat;
  background-image: url("../images/icon-quote.png");
  text-align: center;
  line-height: 70px;
}

.blog-item .blog-quote .content-title {
  position: relative;
  padding: 0 50px;
  margin-top: 132px;
  font-family: Raleway;
  font-size: 16px;
  font-style: italic;
  line-height: 22px;
  color: #ffffff;
  font-weight: 300;
}

.blog-item .blog-quote .content-title a {
  color: #ffffff;
  font-weight: 300;
}

.blog-item .blog-quote cite {
  position: relative;
  font-size: 20px;
  font-family: Raleway;
  display: block;
  color: #76ad1c;
  font-style: normal;
  margin: 34px 0 8px;
}

.blog-item .blog-quote .alias {
  position: relative;
  font-style: italic;
}

.blog-item .blog-description {
  padding: 25px 10px 40px;
}

.blog-item .blog-description .cat {
  display: inline-block;
  color: #f5a64a;
}

.blog-item .blog-description .cat a {
  color: #f5a64a;
  margin: 2px;
  text-transform: uppercase;
  font-size: 12px;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.blog-item .blog-description .cat a:hover {
  color: #76ad1c;
}

.blog-item .blog-description h1,
.blog-item .blog-description h3 {
  font-family: Raleway;
  line-height: 32px;
  padding: 10px 3% 15px;
  margin: 0;
  font-size: 24px;
}

.blog-item .blog-description p {
  line-height: 21px;
}

.blog-item .blog-description .meta {
  font-style: italic;
  color: #ababab;
  display: block;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 28px;
}

.blog-item .blog-description .meta:before {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 36px;
  height: 2px;
  content: "";
  margin-left: -18px;
  background: rgba(245, 166, 74, 0.2);
}

.blog-item .blog-description .meta a {
  text-decoration: underline;
  color: #ababab;
}

.blog-item .blog-description .meta a:hover {
  color: #76ad1c;
}

/*modificado*/
.blog-item .blog-description .view-more {
  color: #000;
  background-color: #fff;
  margin-top: 10px;
  display: inline-block;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 12px;
  padding: 10px 25px;
  border: 0.5px solid;
}

.blog-item .blog-description .view-more:hover {
  color: #fff !important;

  background: #76ad1c;
}

.blog-item .blog-description .view-more i {
  padding-left: 5px;
}

.blog .blog-item {
  margin: 0;
}

.blog .blog-item .blog-description {
  border: 1px solid #f4eede;
  padding: 30px 35px;
}

.content-meta {
  margin-top: 42px;
}

.content-meta:after {
  content: "";
  display: table;
  clear: both;
}

.content-meta .content-tags {
  float: left;
  color: #ababab;
}

.content-meta .content-tags span {
  float: left;
  margin-right: 12px;
  margin-top: 2px;
  color: #76ad1c;
}

.content-meta .content-tags a {
  color: #ababab;
  text-transform: capitalize;
  font-weight: 400;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.content-meta .content-tags a:hover {
  color: #76ad1c;
}

.content-meta .single-social {
  float: right;
}

.content-meta .single-social .text-share {
  float: left;
  color: #76ad1c;
  margin-right: 20px;
}

.content-meta .single-social .text-share span {
  padding-right: 12px;
}

.content-meta .single-social .content-share {
  float: right;
}

.content-meta .single-social .content-share a {
  color: #ababab;
  margin: 0 5px;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.content-meta .single-social .content-share a:hover {
  color: #76ad1c;
}

.single .content-meta {
  padding-bottom: 25px;
  border-bottom: 1px solid #f4eede;
}

.single #author-bio {
  text-align: center;
}

.single #author-bio .author-avatar img {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-top: 50px;
  margin-bottom: 10px;
}

.single #author-bio .author-info {
  padding: 0 15%;
  color: #ababab;
}

.single #author-bio .author-info h4 {
  font-family: Raleway;
  text-transform: uppercase;
}

.single #author-bio .author-info h4 a {
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.single #author-bio .author-social a {
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  color: #ababab;
  margin: 0 10px;
}

.single #author-bio .author-social a:hover {
  color: #76ad1c;
}

.single .post-navigation-line {
  border: 1px solid #f4eede;
  font-size: 18px;
  line-height: 120px;
  height: 120px;
  padding: 0 30px;
  margin-top: 45px;
  position: relative;
  white-space: nowrap;
}

.single .post-navigation-line .bg-prev-post,
.single .post-navigation-line .bg-next-post {
  height: 120px;
  width: 50%;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  z-index: -1;
}

.single .post-navigation-line .bg-prev-post:hover,
.single .post-navigation-line .bg-next-post:hover {
  opacity: 0;
  filter: alpha(opacity=0);
}

.single .post-navigation-line .bg-next-post {
  top: 0;
  left: 0;
}

.single .post-navigation-line .bg-prev-post {
  top: 0;
  left: 50%;
}

.single .post-navigation-line .prev-post {
  float: left;
  text-align: left;
  width: 50%;
  overflow: hidden;
}

.single .post-navigation-line .prev-post i,
.single .post-navigation-line .prev-post a {
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.single .post-navigation-line .prev-post i {
  margin-right: 10px;
}

.single .post-navigation-line .prev-post:hover i,
.single .post-navigation-line .prev-post:hover a {
  color: #76ad1c;
}

.single .post-navigation-line .prev-post:hover .bg-prev-post {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 1;
}

.single .post-navigation-line .next-post {
  float: right;
  width: 50%;
  text-align: right;
  overflow: hidden;
}

.single .post-navigation-line .next-post i,
.single .post-navigation-line .next-post a {
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.single .post-navigation-line .next-post i {
  margin-left: 10px;
}

.single .post-navigation-line .next-post:hover i,
.single .post-navigation-line .next-post:hover a {
  color: #76ad1c;
}

.single .post-navigation-line .next-post:hover .bg-next-post {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 1;
}

.single .post-navigation-line:after {
  clear: both;
  content: "";
  display: table;
}

.single .noo-main {
  padding-right: 45px;
}

.single .blog-item {
  margin: 0;
  text-align: left;
}

.single .blog-item:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.single .blog-item .blog-description {
  padding: 0;
  margin-top: -2px;
  text-align: center;
}

.single .blog-item .blog-description .meta {
  margin-bottom: 45px;
}

.single .blog-item .blog-description h1 {
  margin-bottom: 0;
}

.single .blog-item .content-featured {
  margin-bottom: 45px;
}

.single .blog-item h1,
.single .blog-item h2,
.single .blog-item h3,
.single .blog-item h4,
.single .blog-item h5,
.single .blog-item h6 {
  font-family: Raleway;
  font-weight: 400;
  margin-bottom: 20px;
}

.single .blog-item p {
  line-height: 21px;
}

.single .blog-item blockquote {
  position: relative;
  font-size: 20px;
  color: #ababab;
  font-style: italic;
  line-height: 36px;
  padding: 0;
  margin: 0;
  border: 0;
  font-weight: 300;
  margin-left: 50px;
  padding-left: 50px;
  padding-right: 30px;
  padding-bottom: 22px;
  margin-top: 20px;
}

.single .blog-item blockquote p {
  line-height: 36px;
}

.single .blog-item blockquote:before {
  font-family: "fontawesome";
  content: "\f10d";
  font-size: 24px;
  color: #f5a64a;
  position: absolute;
  top: 0;
  left: 0;
  font-style: normal;
}

.format-video .blog-description .meta,
.format-audio .blog-description .meta {
  margin-bottom: 0;
  padding-bottom: 0;
}

.format-video .blog-description .meta:before,
.format-audio .blog-description .meta:before {
  display: none;
}

.format-audio .blog-item .noo-audio-embed iframe {
  max-height: 280px;
}

.format-video .blog-item .video-inner p,
.format-video .blog-item .video-inner .embed-poster {
  display: none;
}

.format-video .blog-item .video-inner iframe {
  width: 100%;
}

article.format-quote .blog-item .blog-quote:after {
  top: 50px;
}

article.format-quote .blog-item .blog-quote .content-title {
  line-height: 36px;
  font-size: 20px;
  margin-top: 142px;
}

article.format-video .blog-item .video-inner iframe {
  min-height: 470px;
}

.noo-md-3.format-quote .blog-item .blog-quote .content-title {
  margin-top: 90px;
}

.noo-md-3.format-quote .blog-item .blog-quote cite {
  margin: 18px 0 8px;
}

.noo-md-3.format-quote .blog-item .blog-quote:after {
  top: 10px;
  -webkit-transform: translate(-50%, 0) scale(0.7);
  -ms-transform: translate(-50%, 0) scale(0.7);
  -o-transform: translate(-50%, 0) scale(0.7);
  transform: translate(-50%, 0) scale(0.7);
}

/* velhoooo */
.list-view {
  margin-bottom: -60px;
}

.list-view .post,
.list-view .item {
  margin-bottom: 60px;
}

.grid-view .post {
  margin-bottom: 30px;
}

.meta,
a.more {
  font-size: 13px;
  font-family: "Open sans", sans-serif;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #bbb;
  font-weight: 600;
  margin-bottom: 10px;
}

.meta.larger {
  font-size: 15px;
}

.meta.price.price-l {
  font-size: 18px;
}

.classic-view .meta {
  margin-bottom: 25px;
}

.text-muted,
.meta,
a.more,
.meta span:after,
.meta * {
  color: #aaa;
}

.amount {
  color: #232323;
}

a.more {
  display: block;
  margin-bottom: 20px;
}

.meta span:after {
  content: "";
  vertical-align: 3px;
  margin: 0 13px 0 13px;
  display: inline-block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: rgba(21, 21, 21, 0.25);
}

.overlay:not(.caption-dark) .meta span:after {
  background-color: #fff !important;
}

.meta span:last-child:after,
.contact-info span:last-child:after {
  display: none;
}

a.more:after {
  font-family: "FontAwesome";
  content: "\f101";
  padding-left: 5px;
  font-size: 14px;
  font-weight: normal;
}

.post-title a,
.more,
.meta a:not(.color) {
  color: inherit;
}

.post-title a:hover,
.more:hover,
.meta a:hover {
  color: #4c8f22;
}

.meta span.comments a:before,
.image-grid .meta span.comments:before {
  font-family: "FontAwesome";
  content: "\f086";
  font-weight: normal;
  margin-right: 3px;
}

.meta.tags a:before {
  content: "#";
  display: inline;
}

.meta.price ins {
  text-decoration: none;
}

.meta.price del {
  margin-right: 3px;
}

.post-nav-wrapper {
  overflow: hidden;
  display: table;
  width: 100%;
}

.post-nav-wrapper a {
  color: inherit;
}

.post-nav-wrapper a:hover {
  color: #4c8f22;
}

.post-nav-wrapper .meta {
  position: relative;
  display: inline-block;
  margin: 0;
}

.post-nav-wrapper .post-nav {
  display: table-cell;
  vertical-align: top;
  width: 50%;
  text-align: right;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 35px;
}

.post-nav-wrapper .next {
  text-align: left;
  border-left: 1px solid rgba(21, 21, 21, 0.15);
}

.post-nav-wrapper .prev .meta {
  padding-left: 15px;
}

.post-nav-wrapper .prev i {
  padding-right: 5px;
}

.post-nav-wrapper .next .meta {
  padding-right: 15px;
}

.post-nav-wrapper .next i {
  padding-left: 5px;
}

.post-nav-wrapper i {
  font-size: 14px;
  font-weight: normal;
}

.about-author {
  position: relative;
  padding: 0 0 0 210px;
}

.about-author .author-image {
  position: absolute;
  top: 0;
  left: 0;
}

/*-----------------------------------------------------------------------------------*/
/*	19. WIDGETS
/*-----------------------------------------------------------------------------------*/
.sidebox {
  margin-top: 10px;
  display: block;
}

.sidebox:first-child {
  margin-top: 0;
}

.sidebox a:not(.btn) {
  color: #232323;
}

.sidebox a:not(.btn):hover {
  color: #4c8f22;
}

.sidebar {
  padding-left: 35px;
}

.sidebar.left-sidebar {
  padding-left: 15px !important;
  padding-right: 35px !important;
}

.news-input {
  font-size: 10px !important;
  background: #fcfcfc !important;
  border: 1px solid #c4c4c4 !important;
  height: 30px !important;
  border-radius: 4px !important;
}

.footer-infos li {
  float: left;
  padding-left: 10px;
}

.btn-newsletter {
  height: 40px;
  background: #76ad1c;
  border: 0px;
  border-radius: 50%;
  width: 40px;
  position: absolute;
  top: 46px;
  right: 80px;
  cursor: pointer;
}

.widget-title-footer {
  padding: 6px;
  letter-spacing: normal;
  font-weight: bold;
  font-size: 13px;
  line-height: 28px;
  color: #fcfcfc !important;
}

.social-share-footer {
  background: #fff !important;
  color: #000 !important;
}

.social-share-footer:hover {
  color: #fff !important;
  background: #76ad1c !important;
}

/* .social-share-footer{
    
    color: #fff !important;
    
   background: #76AD1C!important;
    
} */

.text-footer-fonts {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  padding: 6px;
  color: #fcfcfc;
}

.widget-title {
  padding: 6px;
  letter-spacing: normal;
  font-weight: bold;
  font-size: 13px;
  line-height: 28px;
  /*  background: #5F6062; */
  background: transparent;
  color: #ffffff;
}

.widget-title i {
  float: right;
  font-size: 18px;
  padding: 6px;
}

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

footer [class*="col-"] .widget {
  margin-top: 30px;
}

footer [class*="col-"] .widget:first-child {
  margin-top: 0;
}

footer .inner {
  padding-top: 60px;
  padding-bottom: 60px;
}

footer .inner:not(.display-block) {
  display: table;
}

.sub-footer {
  display: table;
  width: 100%;
}

.sub-footer p {
  margin: 0;
}

footer p {
  margin: 0;
}

.tag-list li {
  display: inline-block;
}

.tag-list .btn {
  position: relative;
  font-size: 12px;
  padding: 12px 18px;
  padding-left: 25px;
}

.tag-list .btn:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 12px;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
}

.inverse-text .tag-list .btn {
  background: #292929;
}

.inverse-text .tag-list .btn:hover {
  background: #393939;
}

.inverse-text .tag-list .btn:before {
  background: #181818;
}

/*-----------------------------------------------------------------------------------*/
/*	20. COMMENTS
/*-----------------------------------------------------------------------------------*/
#comments {
  margin: 0;
  position: relative;
}

#comments ol.commentlist {
  list-style: none;
  margin: 0;
  padding: 0;
}

#comments ol.commentlist li {
  padding: 30px 0 0 0;
  background: none;
  margin-top: 25px;
}

#comments ol.commentlist li:first-child {
  border: none;
  margin: 0;
}

#comments .user {
  float: left;
  width: 70px;
  height: 70px;
  position: relative;
}

#comments .message p {
  margin: 0;
}

#comments .message p + p {
  margin-top: 15px;
}

#comments .message-inner {
  margin-left: 95px;
  position: relative;
  overflow: hidden;
}

#comments ul.children {
  margin: 0;
  overflow: inherit;
  padding: 0 0 0 35px;
  list-style: none;
}

#comments ol.commentlist ul.children li .message {
  padding: 25px;
  border-radius: 4px;
  background-color: rgba(21, 21, 21, 0.03);
}

#comments .info {
  margin-bottom: 2px;
}

#comments .info h6 {
  margin: 0 0 5px 0;
  display: inline-block;
}

#comments .info h6 a {
  color: inherit;
}

#comments .info h6 a:hover {
  color: #4c8f22;
}

#comments .info .meta {
  display: block;
  margin: 0;
}

#comments .info .meta .date {
  display: inline;
}

/*-----------------------------------------------------------------------------------*/
/*	21. COLLAGE
/*-----------------------------------------------------------------------------------*/
.collage-wrapper {
  padding-right: 5px;
}

.collage {
  overflow: hidden;
  max-width: 110%;
  margin-bottom: 10px;
}

.collage-image-wrapper {
  opacity: 0;
  overflow: hidden;
}

.collage-image-wrapper img {
  padding: 10px;
  max-width: none;
}

.collage-image-wrapper figure a {
  color: #fff !important;
}

.collage-image-wrapper .overlay span.bg {
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
}

.collage-image-wrapper .overlay2:before,
.collage-image-wrapper .overlay2:after {
  margin-top: -5px;
  margin-left: 5px;
}

.blog .collage-wrapper {
  padding: 0;
}

.blog .post .collage {
  margin-left: -10px;
}

/*-----------------------------------------------------------------------------------*/
/*	22. SOCIAL ICONS
/*-----------------------------------------------------------------------------------*/
.social {
  padding: 0;
  margin: 0;
  margin-bottom: -5px;
  font-size: 0;
  line-height: 1;
  text-transform: uppercase;
}

.social li {
  display: inline-block;
  margin: 0 10px 5px 0;
}

.pull-right .social li,
.social.pull-right li,
.text-right .social li {
  margin: 0 0 5px 10px;
}

.text-center .social li,
.social.text-center li {
  margin: 0 5px 5px 5px;
}

.social-bg li {
  margin: 0 5px 5px 0;
}

.pull-right .social-bg li,
.social-bg.pull-right li,
.text-right .social-bg li {
  margin: 0 0 5px 5px;
}

.text-center .social-bg li,
.social-bg.text-center li {
  margin: 0 2px 5px 2px;
}

.social li a i {
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  height: auto;
  width: auto;
  -webkit-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}

.social li a:hover i {
  opacity: 0.85;
}

.social-bg li a i {
  color: #fff;
  display: table;
  border-radius: 50%;
}

.social-bg li a i:before {
  vertical-align: middle;
  text-align: center;
  display: table-cell;
}

.social-bg.social-s li a i {
  width: 34px;
  height: 34px;
}

.social-bg.social-m li a i {
  width: 44px;
  height: 44px;
}

.social-s {
  font-size: 18px;
}

.social-m {
  font-size: 24px;
}

.social-mute a i {
  color: #404040;
}

.social-mute a:hover i {
  color: #4c8f22;
  opacity: 1 !important;
}

.color-s-500px,
a.color-s-500px:hover,
.social-color .fa-500px {
  color: #00a6df;
}

.color-s-android,
a.color-s-android:hover,
.social-color .fa-android {
  color: #97c03d;
}

.color-s-apple,
a.color-s-apple:hover,
.social-color .fa-apple {
  color: #26a6d1;
}

.color-s-behance,
a.color-s-behance:hover,
.social-color .fa-behance {
  color: #098ffa;
}

.color-s-deviantart,
a.color-s-deviantart:hover,
.social-color .fa-deviantart {
  color: #05cc47;
}

.color-s-dribbble,
a.color-s-dribbble:hover,
.social-color .fa-dribbble {
  color: #d07ead;
}

.color-s-etsy,
a.color-s-etsy:hover,
.social-color .fa-etsy {
  color: #f56400;
}

.color-s-facebook-f,
a.color-s-facebook-f:hover,
.social-color .fa-facebook-f,
.social-color .fa-facebook {
  color: #4470cf;
}

.color-s-facebook-square,
a.color-s-facebook-square:hover,
.social-color .fa-facebook-square {
  color: #4470cf;
}

.color-s-flickr,
a.color-s-flickr:hover,
.social-color .fa-flickr {
  color: #f3188c;
}

.color-s-foursquare,
a.color-s-foursquare:hover,
.social-color .fa-foursquare {
  color: #f94877;
}

.color-s-git-square,
a.color-s-git-square:hover,
.social-color .fa-git-square {
  color: #4073a6;
}

.color-s-github,
a.color-s-github:hover,
.social-color .fa-github {
  color: #4073a6;
}

.color-s-github-alt,
a.color-s-github-alt:hover,
.social-color .fa-github-alt {
  color: #4073a6;
}

.color-s-google-plus,
a.color-s-google-plus:hover,
.social-color .fa-google-plus {
  color: #cd4639;
}

.color-s-google-plus-square,
a.color-s-google-plus-square:hover,
.social-color .fa-google-plus-square {
  color: #cd4639;
}

.color-s-instagram,
a.color-s-instagram:hover,
.social-color .fa-instagram {
  color: #d53581;
}

.color-s-lastfm,
a.color-s-lastfm:hover,
.social-color .fa-lastfm {
  color: #be0c02;
}

.color-s-lastfm-square,
a.color-s-lastfm-square:hover,
.social-color .fa-lastfm-square {
  color: #be0c02;
}

.color-s-linkedin,
a.color-s-linkedin:hover,
.social-color .fa-linkedin {
  color: #3393c1;
}

.color-s-linkedin-square,
a.color-s-linkedin-square:hover,
.social-color .fa-linkedin-square {
  color: #3393c1;
}

.color-s-pinterest,
a.color-s-pinterest:hover,
.social-color .fa-pinterest {
  color: #c53942;
}

.color-s-pinterest-p,
a.color-s-pinterest-p:hover,
.social-color .fa-pinterest-p {
  color: #c53942;
}

.color-s-pinterest-square,
a.color-s-pinterest-square:hover,
.social-color .fa-pinterest-square {
  color: #c53942;
}

.color-s-reddit,
a.color-s-reddit:hover,
.social-color .fa-reddit {
  color: #ff3f18;
}

.color-s-reddit-alien,
a.color-s-reddit-alien:hover,
.social-color .fa-reddit-alien {
  color: #ff3f18;
}

.color-s-reddit-square,
a.color-s-reddit-square:hover,
.social-color .fa-reddit-square {
  color: #ff3f18;
}

.color-s-skype,
a.color-s-skype:hover,
.social-color .fa-skype {
  color: #2ebbf0;
}

.color-s-slack,
a.color-s-slack:hover,
.social-color .fa-slack {
  color: #77d4b6;
}

.color-s-soundcloud,
a.color-s-soundcloud:hover,
.social-color .fa-soundcloud {
  color: #ff680d;
}

.color-s-spotify,
a.color-s-spotify:hover,
.social-color .fa-spotify {
  color: #7cc011;
}

.color-s-stack-overflow,
a.color-s-stack-overflow:hover,
.social-color .fa-stack-overflow {
  color: #f48125;
}

.color-s-stumbleupon,
a.color-s-stumbleupon:hover,
.social-color .fa-stumbleupon {
  color: #eb4923;
}

.color-s-stumbleupon-circle,
a.color-s-stumbleupon-circle:hover,
.social-color .fa-stumbleupon-circle {
  color: #eb4923;
}

.color-s-telegram,
a.color-s-telegram:hover,
.social-color .fa-telegram {
  color: #31a9dd;
}

.color-s-tripadvisor,
a.color-s-tripadvisor:hover,
.social-color .fa-tripadvisor {
  color: #589541;
}

.color-s-tumblr,
a.color-s-tumblr:hover,
.social-color .fa-tumblr {
  color: #5d82a4;
}

.color-s-tumblr-square,
a.color-s-tumblr-square:hover,
.social-color .fa-tumblr-square {
  color: #5d82a4;
}

.color-s-twitch,
a.color-s-twitch:hover,
.social-color .fa-twitch {
  color: #6441a4;
}

.color-s-twitter,
a.color-s-twitter:hover,
.social-color .fa-twitter {
  color: #5daed5;
}

.color-s-twitter-square,
a.color-s-twitter-square:hover,
.social-color .fa-twitter-square {
  color: #5daed5;
}

.color-s-vimeo,
a.color-s-vimeo:hover,
.social-color .fa-vimeo {
  color: #099fc7;
}

.color-s-vimeo-square,
a.color-s-vimeo-square:hover,
.social-color .fa-vimeo-square {
  color: #099fc7;
}

.color-s-vine,
a.color-s-vine:hover,
.social-color .fa-vine {
  color: #01cc99;
}

.color-s-vk,
a.color-s-vk:hover,
.social-color .fa-vk {
  color: #4c75a3;
}

.color-s-whatsapp,
a.color-s-whatsapp:hover,
.social-color .fa-whatsapp {
  color: #00a859;
}

.color-s-xing,
a.color-s-xing:hover,
.social-color .fa-xing {
  color: #006567;
}

.color-s-xing-square,
a.color-s-xing-square:hover,
.social-color .fa-xing-square {
  color: #006567;
}

.color-s-yelp,
a.color-s-yelp:hover,
.social-color .fa-yelp {
  color: #be2f25;
}

.color-s-youtube,
a.color-s-youtube:hover,
.social-color .fa-youtube {
  color: #c8312b;
}

.color-s-youtube-play,
a.color-s-youtube-play:hover,
.social-color .fa-youtube-play {
  color: #c8312b;
}

.color-s-youtube-square,
a.color-s-youtube-square:hover,
.social-color .fa-youtube-square {
  color: #c8312b;
}

.social-bg .fa-500px {
  background: #00a6df;
}

.social-bg .fa-android {
  background: #97c03d;
}

.social-bg .fa-apple {
  background: #26a6d1;
}

.social-bg .fa-behance {
  background: #098ffa;
}

.social-bg .fa-deviantart {
  background: #05cc47;
}

.social-bg .fa-dribbble {
  background: #d07ead;
}

.social-bg .fa-etsy {
  background: #f56400;
}

.social-bg .fa-facebook-f {
  background: #4470cf;
}

.social-bg .fa-facebook-square {
  background: #4470cf;
}

.social-bg .fa-flickr {
  background: #f3188c;
}

.social-bg .fa-foursquare {
  background: #f94877;
}

.social-bg .fa-git-square {
  background: #4073a6;
}

.social-bg .fa-github {
  background: #4073a6;
}

.social-bg .fa-github-alt {
  background: #4073a6;
}

.social-bg .fa-google-plus {
  background: #cd4639;
}

.social-bg .fa-google-plus-square {
  background: #cd4639;
}

.social-bg .fa-instagram {
  background: #d53581;
}

.social-bg .fa-lastfm {
  background: #be0c02;
}

.social-bg .fa-lastfm-square {
  background: #be0c02;
}

.social-bg .fa-linkedin {
  background: #3393c1;
}

.social-bg .fa-linkedin-square {
  background: #3393c1;
}

.social-bg .fa-pinterest {
  background: #c53942;
}

.social-bg .fa-pinterest-p {
  background: #c53942;
}

.social-bg .fa-pinterest-square {
  background: #c53942;
}

.social-bg .fa-reddit {
  background: #ff3f18;
}

.social-bg .fa-reddit-alien {
  background: #ff3f18;
}

.social-bg .fa-reddit-square {
  background: #ff3f18;
}

.social-bg .fa-skype {
  background: #2ebbf0;
}

.social-bg .fa-slack {
  background: #77d4b6;
}

.social-bg .fa-soundcloud {
  background: #ff680d;
}

.social-bg .fa-spotify {
  background: #7cc011;
}

.social-bg .fa-stack-overflow {
  background: #f48125;
}

.social-bg .fa-stumbleupon {
  background: #eb4923;
}

.social-bg .fa-stumbleupon-circle {
  background: #eb4923;
}

.social-bg .fa-telegram {
  background: #31a9dd;
}

.social-bg .fa-tripadvisor {
  background: #589541;
}

.social-bg .fa-tumblr {
  background: #5d82a4;
}

.social-bg .fa-tumblr-square {
  background: #5d82a4;
}

.social-bg .fa-twitch {
  background: #6441a4;
}

.social-bg .fa-twitter {
  background: #5daed5;
}

.social-bg .fa-twitter-square {
  background: #5daed5;
}

.social-bg .fa-vimeo {
  background: #099fc7;
}

.social-bg .fa-vimeo-square {
  background: #099fc7;
}

.social-bg .fa-vine {
  background: #01cc99;
}

.social-bg .fa-vk {
  background: #4c75a3;
}

.social-bg .fa-whatsapp {
  background: #00a859;
}

.social-bg .fa-xing {
  background: #006567;
}

.social-bg .fa-xing-square {
  background: #006567;
}

.social-bg .fa-yelp {
  background: #be2f25;
}

.social-bg .fa-youtube {
  background: #c8312b;
}

.social-bg .fa-youtube-play {
  background: #c8312b;
}

.social-bg .fa-youtube-square {
  background: #c8312b;
}

.btn.share-facebook {
  background: #4470cf;
}

.btn.share-google {
  background: #a84539;
}

.btn.share-pinterest {
  background: #c53942;
}

.btn.share-tumblr {
  background: #5d82a4;
}

.btn.share-twitter {
  background: #5daed5;
}

.btn.share-facebook:hover,
.btn.share-facebook:focus,
.btn.share-facebook:active,
.btn.share-facebook.active {
  background: #325bb3;
}

.btn.share-google:hover,
.btn.share-google:focus,
.btn.share-google:active,
.btn.share-google.active {
  background: #91362b;
}

.btn.share-pinterest:hover,
.btn.share-pinterest:focus,
.btn.share-pinterest:active,
.btn.share-pinterest.active {
  background: #b12b34;
}

.btn.share-tumblr:hover,
.btn.share-tumblr:focus,
.btn.share-tumblr:active,
.btn.share-tumblr.active {
  background: #496b8b;
}

.btn.share-twitter:hover,
.btn.share-twitter:focus,
.btn.share-twitter:active,
.btn.share-twitter.active {
  background: #4c9ec6;
}

/*-----------------------------------------------------------------------------------*/
/*	23. BOX
/*-----------------------------------------------------------------------------------*/
.icon {
  display: inline-block;
}

.icon p {
  color: #606060;
}

.icon-color {
  color: #4c8f22;
}

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

.icon-round img {
  border-radius: 50%;
  border: 3px solid #28472f;
}

.icon-img img {
  width: 170px;
}

.icon-bg {
  color: #fff;
  width: 66px;
  height: 66px;
  max-width: 66px;
  max-height: 66px;
  border-radius: 50%;
  display: table;
}

.text-center .icon-border,
.text-center .icon-bg {
  margin: 0 auto;
}

.icon-bg i,
.icon .number {
  display: table-cell;
  text-align: center;
  margin: 0 auto;
  vertical-align: middle;
}

.icon .number {
  font-weight: 700;
  font-size: 24px;
}

.box {
  padding: 40px 40px 20px;
}

.box.box-border {
  background: none;
  position: relative;
  -webkit-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}

/* .box.box-border:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 4px;
    left: 4px;
    right: 4px;
    bottom: 4px;
    -webkit-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
    pointer-events: none;
    border: 3px solid #4C8F22;
    box-sizing: border-box;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 50px;
} */
.box.box-border:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  border: 1px solid rgba(21, 21, 21, 0.15);
  -webkit-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  pointer-events: none;
}

.box.box-border:hover,
.box.box-border:hover:before {
  border-color: #4c8f22;
}

/*-----------------------------------------------------------------------------------*/
/*	24. PROCESS
/*-----------------------------------------------------------------------------------*/
.process-wrapper.arrow {
  position: relative;
}

/*-----------------------------------------------------------------------------------*/
/*	25. OVERLAY
/*-----------------------------------------------------------------------------------*/
.overlay {
  position: relative;
  overflow: hidden;
  text-align: center;
}

figure.overlay img {
  opacity: 1;
  width: 100%;
  max-width: 100%;
  vertical-align: top;
  position: relative;
}

.overlay figcaption,
.overlay .figcaption {
  padding: 30px;
  z-index: 5;
  pointer-events: none;
}

.overlay * {
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.overlay img {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.overlay i {
  font-size: 30px;
  display: block;
}

.overlay a,
.overlay span.bg {
  position: relative;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  cursor: pointer !important;
  height: 100%;
}

.overlay span.bg {
  background: rgba(21, 21, 21, 0.6);
  opacity: 0;
  z-index: 4;
  position: absolute;
  width: 100%;
  height: 100%;
}

.overlay.color span.bg {
  background: rgba(76, 134, 229, 0.8);
}

.overlay.gradient span.bg {
  background-color: #4c8f22;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#e54c94),
    to(#4c8f22)
  );
  background-image: -webkit-linear-gradient(left, #e54c94 0%, #4c8f22 100%);
  background-image: -o-linear-gradient(left, #e54c94 0%, #4c8f22 100%);
  background-image: linear-gradient(90deg, #e54c94 0%, #4c8f22 100%);
}

.overlay.light span.bg {
  background: rgba(255, 255, 255, 0.4);
}

.overlay:hover span.bg {
  opacity: 1;
  -webkit-transition: opacity 0.35s ease-in-out;
  -o-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}

.overlay.gradient:hover span.bg {
  opacity: 0.8;
}

.overlay:not(.caption-dark) * {
  color: #ffffff !important;
}

.overlay.caption-dark *,
.overlay.light figcaption * {
  color: #404040 !important;
}

.overlay.caption-dark .meta * {
  color: #aaa !important;
}

.overlay.caption-dark .meta a:hover {
  color: #4c8f22 !important;
}

.overlay1:hover figcaption {
  z-index: 5;
}

.overlay1 *,
.overlay1:before,
.overlay1:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.overlay1 img {
  max-width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  vertical-align: top;
}

.overlay1:before,
.overlay1:after {
  position: absolute;
  top: 20px;
  right: 20px;
  content: "";
  /*background-color: #fff;*/
  z-index: 5;
  opacity: 0;
}

.overlay1.light:before,
.overlay1.light:after {
  /*background-color: #404040;*/
}

.div-hove-image-figcaption h5 {
  color: white !important;
}

.div-hove-image-figcaption {
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  width: 100%;
  height: 100px;
  background: #8a8a8aba;
  color: white !important;
  clip-path: polygon(0% 0%, 0 100%, 50% 100%, 80% 110px);
  transition: clip-path 5s;
  transition-delay: 5s !important;
}

.figurecaption-hover {
  cursor: pointer;
  -webkit-transition: all 5s ease-in-out !important;
  -o-transition: all 5s ease-in-out !important;
  transition-delay: 5s !important;
  transition: clip-path 5s;
  transition: all 5s ease-in-out !important;
}

.figurecaption-hover:hover .div-hove-image-figcaption {
  transition: clip-path 4s;
  animation: fadeIn ease 4s;
  clip-path: initial;
  background: #8a8a8aba !important;
}

@keyframes box-wipe-enter {
  0% {
    clip-path: polygon(0% 0%, 0 100%, 50% 100%, 80% 110px);
  }

  50% {
    clip-path: polygon(0% 0%, 0 100%, 75% 100%, 80% 110px);
  }

  100% {
    clip-path: inset(0);
  }
}

.d-none-class {
  display: none;
}

.figurecaption-hover:hover .d-none-class {
  display: block;
}

.overlay1 figcaption {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0px;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  text-align: center;
}

.overlay1:before {
  width: 0;
  height: 2px;
}

.overlay1:after {
  height: 0;
  width: 2px;
}

.overlay1:hover:before {
  width: 20px;
}

.overlay1:hover:after {
  height: 20px;
}

.overlay1 figcaption * {
  /* opacity: 1; */
  opacity: 0;
  margin: 0;
}

.overlay1:hover:before,
.overlay1:hover:after,
.overlay1:hover figcaption * {
  opacity: 1;
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.overlay2:before,
.overlay2:after {
  content: "";
  background-color: #fff;
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.overlay2.light:before,
.overlay2.light:after {
  background-color: #404040;
}

.overlay2:before {
  width: 30px;
  height: 2px;
}

.overlay2:after {
  height: 30px;
  width: 2px;
}

.overlay2:hover:before,
.overlay2:hover:after {
  opacity: 1;
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
  top: 50%;
  left: 50%;
}

.overlay3 figcaption,
.overlay3 .figcaption {
  position: absolute;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}

.overlay3:hover figcaption,
.overlay3:hover .figcaption {
  opacity: 1;
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.overlay4 span.bg {
  opacity: 1;
  background: rgba(21, 21, 21, 0) -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(15%, transparent),
      color-stop(20%, transparent),
      color-stop(55%, rgba(21, 21, 21, 0.3)),
      color-stop(85%, rgba(21, 21, 21, 0.7)),
      to(rgba(21, 21, 21, 0.75))
    ) repeat scroll 0 0;
  background: rgba(21, 21, 21, 0) -webkit-linear-gradient(
      transparent 15%,
      transparent 20%,
      rgba(21, 21, 21, 0.3) 55%,
      rgba(21, 21, 21, 0.7) 85%,
      rgba(21, 21, 21, 0.75) 100%
    ) repeat scroll 0 0;
  background: rgba(21, 21, 21, 0) -o-linear-gradient(
      transparent 15%,
      transparent 20%,
      rgba(21, 21, 21, 0.3) 55%,
      rgba(21, 21, 21, 0.7) 85%,
      rgba(21, 21, 21, 0.75) 100%
    ) repeat scroll 0 0;
  background: rgba(21, 21, 21, 0)
    linear-gradient(
      transparent 15%,
      transparent 20%,
      rgba(21, 21, 21, 0.3) 55%,
      rgba(21, 21, 21, 0.7) 85%,
      rgba(21, 21, 21, 0.75) 100%
    )
    repeat scroll 0 0;
  cursor: auto;
}

.overlay4 span.bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  background: rgba(21, 21, 21, 0.2);
  transition: all 150ms ease-in-out;
}

.overlay4:hover span.bg:after {
  opacity: 1;
}

.overlay4 figcaption {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  text-align: center;
  padding: 25px 35px;
  pointer-events: none;
}

.p-large figcaption {
  padding: 25px 45px;
}

.overlay5 span.bg {
  opacity: 1;
  cursor: auto;
  background: none;
}

.overlay5 figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  top: auto;
  right: auto;
  width: 100%;
  padding: 25px 35px;
  pointer-events: none;
}

.overlay.caption-wrapper figcaption {
  padding: 40px;
}

.overlay-info {
  position: relative;
  height: 100%;
}

.overlay-info img {
  max-width: 100%;
  vertical-align: top;
}

.overlay-info figcaption {
  position: absolute;
  background: rgba(21, 21, 21, 0.4);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 50px;
  text-align: center;
  z-index: 1;
  height: 100%;
  pointer-events: none;
  width: 100%;
}

.overlay-info.hovered figcaption {
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.overlay-info.hovered:hover figcaption {
  background: rgba(21, 21, 21, 0.6);
}

.overlay-info figcaption.center > div {
  display: table;
  height: 100%;
  pointer-events: none;
  width: 100%;
}

.overlay-info figcaption.center > div * {
  display: table-cell;
  vertical-align: middle;
  margin: 0;
  pointer-events: none;
}

.overlay-info.bordered:before,
.overlay-info.bordered:after {
  border: 1px solid #fff;
  opacity: 0.7;
  content: "";
  display: block;
  z-index: 2;
  position: absolute;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  pointer-events: none;
}

.overlay-info.bordered:hover:before,
.overlay-info.bordered:hover:after {
  opacity: 1;
}

.overlay-info.bordered:before {
  top: 20px;
  bottom: 20px;
  left: 20px;
  right: 20px;
}

.overlay-info.bordered:after {
  top: 24px;
  bottom: 24px;
  left: 24px;
  right: 24px;
}

.overlay-info a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: relative;
  z-index: 1;
}

.overlay-info * {
  color: #ffffff !important;
}

.overlay-info a.btn-white {
  color: #404040 !important;
}

.caption-bg {
  padding: 15px 25px;
  display: inline-block;
}

.caption-wrapper figcaption a {
  display: inline-block;
}

.swiper-slide .caption-wrapper span.bg {
  pointer-events: none;
}

.swiper-slide .caption-wrapper .caption-bg {
  pointer-events: all;
}

.swiper-slide .caption-bg p {
  font-size: 16px;
  line-height: 26px;
  font-family: "Open sans", sans-serif;
}

.swiper-slide .overlay-info a {
  pointer-events: all;
}

/*-----------------------------------------------------------------------------------*/
/*	26. MODAL
/*-----------------------------------------------------------------------------------*/
.modal-transparent {
  background: rgba(21, 21, 21, 0.9);
}

.modal-content {
  background: none;
  border: 0;
  border-radius: 0;
  padding-top: 0;
}

.modal .modal-close {
  position: fixed;
  top: 15px;
  right: 25px;
  padding: 0;
  z-index: 1;
  color: rgba(255, 255, 255, 1);
  font-family: "lg";
  font-size: 38px;
  cursor: pointer;
}

.modal .modal-close:before {
  content: "\e070";
}

.modal .modal-close:hover {
  color: rgba(255, 255, 255, 0.75) !important;
}

.modal-dialog {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.modal .modal-dialog {
  margin-top: 50px;
  margin-bottom: 50px;
}

.modal.faded .modal-dialog {
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.modal.faded.show .modal-dialog {
  opacity: 1;
}

#overlay-nav {
  padding-top: 30px;
  padding-bottom: 30px;
}

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

.overlay-nav li {
  margin-bottom: 25px;
}

.overlay-nav li a {
  font-size: 32px;
  font-weight: 700;
  font-family: "Open sans", sans-serif;
  color: rgba(255, 255, 255, 1);
}

.overlay-nav li a:hover {
  color: rgba(255, 255, 255, 0.75);
}

/*-----------------------------------------------------------------------------------*/
/* 	27. SLIDE PORTFOLIO
/*-----------------------------------------------------------------------------------*/
body.overflow-hidden {
  overflow: hidden !important;
}

img {
  max-width: 100%;
}

main {
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

main.slide-out {
  -webkit-transform: translateX(-320px);
  -ms-transform: translateX(-320px);
  transform: translateX(-320px);
}

main.slide-out .slide-portfolio-overlay {
  display: block;
  -webkit-animation: cd-fade-in 0.3s;
  animation: cd-fade-in 0.3s;
}

@media only screen and (min-width: 768px) {
  main.slide-out {
    -webkit-transform: translateX(-700px);
    -ms-transform: translateX(-700px);
    transform: translateX(-700px);
  }
}

@media only screen and (min-width: 1200px) {
  main.slide-out {
    -webkit-transform: translateX(-1000px);
    -ms-transform: translateX(-1000px);
    transform: translateX(-1000px);
  }
}

.no-touch #slide-portfolio li:hover {
  -webkit-box-shadow: 0 0 10px rgba(92, 75, 81, 0.3);
  box-shadow: 0 0 10px rgba(92, 75, 81, 0.3);
}

.no-touch #slide-portfolio li:hover .cd-img-overlay {
  opacity: 1;
}

#slide-portfolio figure {
  position: relative;
}

#slide-portfolio img {
  display: block;
  width: 100%;
}

.slide-portfolio-item-content {
  position: fixed;
  top: 0;
  right: 0;
  width: 375px;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 1040;
  -webkit-transform: translateX(375px);
  -ms-transform: translateX(375px);
  transform: translateX(375px);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.slide-portfolio-item-content .inner {
  padding-top: 70px;
  padding-bottom: 70px;
}

.slide-portfolio-item-content .slide-portfolio-item-detail {
  padding: 0 40px 0 40px;
}

.slide-portfolio-item-content.slide-in {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

@media only screen and (min-width: 768px) {
  .slide-portfolio-item-content {
    width: 700px;
    -webkit-transform: translateX(700px);
    -ms-transform: translateX(700px);
    transform: translateX(700px);
  }

  .slide-portfolio-item-content .slide-portfolio-item-detail {
    padding: 0 60px 0 60px;
  }
}

@media only screen and (min-width: 1200px) {
  .slide-portfolio-item-content {
    width: 1000px;
    -webkit-transform: translateX(1000px);
    -ms-transform: translateX(1000px);
    transform: translateX(1000px);
  }

  .slide-portfolio-item-content .slide-portfolio-item-detail {
    padding: 0 70px 0 70px;
  }

  .no-cssgradients .slide-portfolio-item-content .slide-portfolio-item-detail {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.slide-portfolio-item-content-close {
  width: 32px;
  height: 32px;
  overflow: hidden;
  position: fixed;
  right: 30px;
  top: 15px;
  background: none;
  font-size: 25px;
  white-space: nowrap;
  z-index: 1041;
  display: none;
}

.slide-portfolio-item-content-close:before {
  font-family: "lg";
  font-size: 38px;
  content: "\e070";
  display: block;
}

.slide-portfolio-item-content-close {
  color: rgba(21, 21, 21, 0.8);
}

.slide-portfolio-item-content-close:hover {
  color: rgba(21, 21, 21, 1);
}

.slide-portfolio-item-content-close.is-visible {
  display: block;
  -webkit-animation: cd-move-in 1.2s;
  animation: cd-move-in 1.2s;
}

.slide-portfolio-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(21, 21, 21, 0.8);
  cursor: pointer;
  display: none;
  z-index: 9999;
}

@-webkit-keyframes cd-fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes cd-fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes cd-move-in {
  0% {
    -webkit-transform: translateX(100px);
  }

  100% {
    -webkit-transform: translateX(0);
  }
}

@keyframes cd-move-in {
  0% {
    -webkit-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

/*-----------------------------------------------------------------------------------*/
/*	28. TILES
/*-----------------------------------------------------------------------------------*/
.no-gutter,
.tiles[class*="tiles-"] .row {
  margin-left: 0;
  margin-right: 0;
}

.no-gutter > [class*="col-"],
.no-gutter .row [class*="col-"],
.tiles[class*="tiles-"] .row [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}

.tiles[class*="tiles-"] .items:after {
  content: "";
  display: block;
  clear: both;
}

.tiles[class*="tiles-"] .item {
  float: left;
}

.tiles[class*="tiles-"] .item {
  height: auto;
}

.tiles[class*="tiles-"] .item figure {
  position: relative;
  overflow: hidden;
}

.tiles .item figure img {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.tiles:not(.tiles-s):not(.tiles-m):not(.no-gutter) {
  margin-bottom: -30px;
}

.tiles:not(.tiles-s):not(.tiles-m):not(.no-gutter) .item {
  margin-bottom: 30px;
}

.tiles-s .item {
  margin-bottom: 10px;
}

.tiles-s {
  margin: 0 -10px -10px 0;
}

.tiles-s .item {
  margin-bottom: 10px;
}

.tiles-s .item > * {
  margin-right: 10px;
}

.tiles-m {
  margin: 0 -20px -20px 0;
}

.tiles-m .item {
  margin-bottom: 20px;
}

.tiles-m .item > * {
  margin-right: 20px;
}

.portfolio .tiles-m {
  margin: 0 -20px -40px 0;
}

.tiles.no-gutter,
.tiles.no-gutter .item,
.tiles.no-gutter .item > * {
  margin: 0;
}

/*-----------------------------------------------------------------------------------*/
/*	29. ACCORDION / COLLAPSE
/*-----------------------------------------------------------------------------------*/
.accordion-wrapper .card {
  background: none;
  background-clip: border-box;
  border: 0;
  border-radius: 0;
  margin-bottom: 20px;
}

.accordion-wrapper.bordered .card {
  border-radius: 4px;
  border: 1px solid rgba(21, 21, 21, 0.15);
}

.accordion-wrapper .card > .list-group:first-child .list-group-item:first-child,
.accordion-wrapper .card > .list-group:last-child .list-group-item:last-child {
  border-radius: 0;
}

.accordion-wrapper .card-title {
  margin-bottom: 0;
}

.accordion-wrapper .card-text:last-child {
  margin-bottom: 0;
}

.accordion-wrapper .card-block {
  padding: 15px 0 0 0;
}

.accordion-wrapper.bordered .card-block {
  padding: 20px 20px 5px 20px;
  border-top: 1px solid rgba(21, 21, 21, 0.15);
}

.accordion-wrapper .card-header {
  margin-bottom: 0;
  background: none;
  border: 0;
  padding: 0;
}

.accordion-wrapper .card-header a {
  color: #404040;
  display: block;
}

.accordion-wrapper .card-header > * {
  margin: 0;
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 0;
  text-transform: uppercase;
}

.accordion-wrapper .card-header a {
  padding: 0 0 15px 0;
  border-bottom: 1px solid rgba(21, 21, 21, 0.15);
}

.accordion-wrapper.bordered .card-header a {
  border-bottom: 0;
  padding: 15px 20px;
}

.accordion-wrapper .card-header:first-child {
  border-radius: 0;
}

.accordion-wrapper .card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.accordion-wrapper .card-header a:after {
  font-family: "FontAwesome";
  content: "\f077";
  float: right;
  font-size: 12px;
  font-weight: normal;
}

.accordion-wrapper.lined .card-header a.collapsed {
  color: #404040;
  border-color: rgba(21, 21, 21, 0.15);
}

.accordion-wrapper.lined .card-header a,
.accordion-wrapper.lined .card-header a:hover,
.accordion-wrapper.lined .card-header a.collapsed:hover {
  color: #4c8f22;
  border-color: #4c8f22;
}

.accordion-wrapper .card-header a.collapsed:after {
  content: "\f078";
}

/*-----------------------------------------------------------------------------------*/
/*	30. TABS
/*-----------------------------------------------------------------------------------*/
.nav-tabs {
  border: 0;
}

.nav-tabs li {
  margin-right: 10px;
}

.tabs-wrapper.lined .nav-tabs li {
  margin-right: 25px;
}

.tabs-wrapper.filtered .nav-tabs li {
  margin-right: 0;
}

.nav-tabs .nav-link {
  /*  border: 1px solid rgba(21, 21, 21, 0.25); */
  padding: 10px 20px;
  border-radius: 0px;
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 0;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Open sans", sans-serif;
  color: #404040;
}

.tabs-wrapper.filtered .nav-tabs .nav-link {
  border: 0;
  border-radius: 0px;
  font-size: 13px;
  font-family: "Open sans", sans-serif;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #888;
  font-weight: 700;
  line-height: 1;
  padding: 0;
  margin: 0 10px;
}

.tabs-wrapper.filtered .nav-tabs.text-right .nav-link,
.tabs-wrapper.filtered .nav-tabs.text-md-right .nav-link {
  margin: 0 0 0 20px;
}

.tabs-wrapper.filtered .nav-tabs .nav-link:after {
  content: "";
  vertical-align: 3px;
  margin: 0;
  display: inline-block;
  width: 3px;
  height: 3px;
  margin-left: 17px;
  border-radius: 50%;
  background-color: rgba(21, 21, 21, 0.2);
}

.tabs-wrapper.filtered .nav-tabs .nav-item:last-child .nav-link:after {
  display: none;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-item .nav-link:hover,
.nav-tabs .nav-item .nav-link.active {
  color: #4c8f22;

  background: none;
  border-color: #4c8f22 !important;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.tabs-wrapper .tab-pane {
  padding: 20px 0;
}

.tab-pane.fade {
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -ms-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

/*-----------------------------------------------------------------------------------*/
/*	31. COUNTDOWN
/*-----------------------------------------------------------------------------------*/
.countdown h3 {
  font-size: 50px;
  line-height: 1;
  font-weight: normal;
}

.countdown p {
  font-family: "Open sans", sans-serif;
  font-size: 16px;
  margin-bottom: 25px;
  line-height: 1;
  text-transform: uppercase;
}

/*-----------------------------------------------------------------------------------*/
/*	32. COUNTER
/*-----------------------------------------------------------------------------------*/
.counter h3 {
  font-size: 36px;
  line-height: 1;
  font-weight: normal;
}

.counter p {
  text-transform: uppercase;
  line-height: 20px;
  margin-bottom: 25px;
  font-size: 14px;
  font-family: "Open sans", sans-serif;
}

/*-----------------------------------------------------------------------------------*/
/*	33. TOOLTIP
/*-----------------------------------------------------------------------------------*/
.tooltip {
  font: inherit;
}

.tooltip.show {
  opacity: 0.95;
}

.tooltip-inner {
  color: #fff;
  background-color: #4c8f22;
  padding: 10px 15px;
  border-radius: 4px;
  text-transform: uppercase;
  font-size: 10px;
  max-width: 250px;
}

.tooltip.bs-tooltip-auto[x-placement^="top"] .arrow::before,
.tooltip.bs-tooltip-top .arrow::before {
  border-top-color: #4c8f22;
}

.tooltip.bs-tooltip-auto[x-placement^="right"] .arrow::before,
.tooltip.bs-tooltip-right .arrow::before {
  border-right-color: #4c8f22;
}

.tooltip.bs-tooltip-auto[x-placement^="bottom"] .arrow::before,
.tooltip.bs-tooltip-bottom .arrow::before {
  border-bottom-color: #4c8f22;
}

.tooltip.bs-tooltip-auto[x-placement^="left"] .arrow::before,
.tooltip.bs-tooltip-left .arrow::before {
  border-left-color: #4c8f22;
}

/*-----------------------------------------------------------------------------------*/
/*	34. POPOVER
/*-----------------------------------------------------------------------------------*/
.popover {
  font: inherit;
  border-radius: 4px;
  border: 0;
  -webkit-filter: drop-shadow(0px 1px 8px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0px 1px 8px rgba(0, 0, 0, 0.1));
}

.popover-header {
  background-color: #fff;
  color: #404040;
  padding: 15px 20px 0;
  border: 0;
  border-top-left-radius: calc(4px - 1px);
  border-top-right-radius: calc(4px - 1px);
}

.popover-body {
  padding: 0 20px 15px 20px;
  color: inherit;
}

.has-popover:focus {
  outline: 0;
}

.popover.bs-popover-auto[x-placement^="top"] .arrow::before,
.popover.bs-popover-top .arrow::before {
  border-top-color: transparent;
}

.popover.bs-popover-auto[x-placement^="right"] .arrow::before,
.popover.bs-popover-right .arrow::before {
  border-right-color: transparent;
}

.popover.bs-popover-auto[x-placement^="bottom"] .arrow::before,
.popover.bs-popover-bottom .arrow::before {
  border-bottom-color: transparent;
}

.popover.bs-popover-auto[x-placement^="left"] .arrow::before,
.popover.bs-popover-left .arrow::before {
  border-left-color: transparent;
}

/*-----------------------------------------------------------------------------------*/
/* 	35. SHOP
/*-----------------------------------------------------------------------------------*/
.filter-div {
  position: sticky;
  top: 180px;
  height: 80vh;
  /*overflow: hidden scroll;*/
  overflow-y: auto;
  overflow-x: hidden;
}

.filter-div::-webkit-scrollbar {
  width: 12px;
  padding-left: 5px;
}

.filter-div::-webkit-scrollbar-track {
  box-shadow: none;
  border: 1px solid lightgrey;
  border-radius: 5px;
}

.filter-div::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: lightgrey;
  -webkit-box-shadow: inset 0 0 6px lightgrey;
}

.scroll-ul-filters::-webkit-scrollbar {
  width: 12px;
  padding-left: 5px;
}

.scroll-ul-filters::-webkit-scrollbar-track {
  box-shadow: none;
  border: 1px solid lightgrey;
  border-radius: 5px;
}

.scroll-ul-filters::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: lightgrey;
  -webkit-box-shadow: inset 0 0 6px lightgrey;
}

.opacity-No-selected {
  opacity: 0.2;
}

.swiper-pag-btns-hiden {
  opacity: 0 !important;
  visibility: hidden !important;
  transition: opacity 0.5s ease;
  transition: visibility 0.5s ease;
}

.show-paginations:hover .swiper-pag-btns-hiden {
  opacity: 1 !important;
  visibility: visible !important;
}

.btn-grid-add2-product {
  cursor: pointer;
  width: 100%;
  height: 100%;
  background: #76ad1c;
  color: #fff;
  border: none;
  margin: 0 auto;
}

.btn-grid-add-product {
  display: none;
  cursor: pointer;
  width: 100%;
  height: 100%;
  background: #76ad1c;
  color: #fff;
  border: none;
  margin: 0 auto;
}

.div-add-btn-product {
  /*    position: absolute;
    z-index: 5;
    bottom: 0px;
    width: 100%; */
  position: absolute;
  z-index: 11;
  bottom: 0px;
  width: 100%;
}

.show-paginations:hover .btn-grid-add-product {
  display: block;
}

.btn-grid-add2 {
  cursor: pointer;
  width: 100%;
  height: 100%;
  background: #76ad1c;
  color: #fff;
  border: none;
  margin: 0 auto;
}

.btn-grid-add {
  display: none;
  cursor: pointer;
  width: 100%;
  height: 100%;
  background: #76ad1c;
  color: #fff;
  border: none;
  margin: 0 auto;
}

.div-add-btn {
  /*    position: absolute;
    z-index: 5;
    bottom: 0px;
    width: 100%; */
  position: absolute;
  z-index: 11;
  bottom: 0px;
  width: 100%;
}

.show-paginations:hover .btn-grid-add {
  display: block;
}

.item-details.product li {
  margin-bottom: 20px;
}

.item-details.product > li strong {
  margin-right: 15px;
}

.item-details.product > li .custom-select-wrapper {
  min-width: 100px;
}

.table-cart > table > thead > tr > th,
.table-cart > table > tbody > tr > th,
.table-cart > table > tfoot > tr > th,
.table-cart > table > thead > tr > td,
.table-cart > table > tbody > tr > td,
.table-cart > table > tfoot > tr > td {
  vertical-align: middle;
}

.table thead th {
  border-bottom-width: 1px;
}

.table tbody {
  border-bottom: 1px solid #dee2e6;
}

.pricing .table tbody {
  border-bottom: 0;
}

/*-----------------------------------------------------------------------------------*/
/* 	36. PRICING
/*-----------------------------------------------------------------------------------*/
.panel.pricing {
  text-align: center;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0;
}

.panel.pricing .icon-bg {
  text-align: center;
  margin: 0 auto;
}

.panel.pricing .panel-heading {
  padding: 0;
  padding-top: 10px;
}

.panel.pricing .panel-title {
  margin: 0;
  padding: 5px 0 20px 0;
}

.panel.pricing .icon {
  margin-bottom: 10px;
}

.panel.pricing table {
  margin-bottom: 0;
}

.pricing .panel-body {
  padding: 35px 0 0 0;
  text-align: center;
  border-top: 0;
}

.panel.pricing .price {
  padding: 20px 0 0;
  margin: 0;
  background: none;
  font-weight: normal;
}

.price-value {
  font-size: 50px;
}

.price-currency {
  display: inline-block;
  vertical-align: super;
  font-size: 18px;
  padding-right: 3px;
}

.price-duration {
  font-size: 16px;
  display: block;
}

.price-duration:before {
  content: "/";
  padding-right: 5px;
}

.panel-desc {
  display: block;
  margin-top: 10px;
  margin-bottom: 0;
  line-height: 1;
}

.panel.pricing .table > thead > tr > th,
.panel.pricing .table > tbody > tr > th,
.panel.pricing .table > tfoot > tr > th,
.panel.pricing .table > thead > tr > td,
.panel.pricing .table > tbody > tr > td,
.panel.pricing .table > tfoot > tr > td {
  padding: 5px 0;
  line-height: 1;
  vertical-align: top;
}

.pricing .table > tbody > tr > td {
  border: 0;
}

.panel.pricing .table > tbody > tr:nth-child(2n) {
  background: none;
}

.panel.pricing .panel-footer a {
  margin: 0;
}

.panel.pricing .panel-title,
.pricing .panel-body {
  border: 0;
  background: none;
}

.pricing .panel-footer {
  padding-top: 45px;
  padding-bottom: 15px;
  background: none;
  border: 0;
}

/*-----------------------------------------------------------------------------------*/
/*	37. FORMS
/*-----------------------------------------------------------------------------------*/
select {
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 100%;
  font-weight: normal;
}

label:not(.custom-control-label) {
  font-weight: 700;
  color: #404040;
}

label input,
label textarea {
  margin-top: 5px;
}

.form-field label,
.form-group .custom-select {
  width: 100%;
}

.form-inline .btn,
.form-group .btn {
  vertical-align: top;
}

.form-group {
  margin-bottom: 20px;
}

.form-inline .form-group {
  margin-right: 5px;
}

.form-inline .form-group label {
  margin-right: 5px;
}

select,
textarea,
textarea.form-control,
input[type="text"]:not(.qty),
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  font-weight: inherit;
  height: 48px;
  padding: 0 15px;
  font-size: 13px;
  line-height: 48px;
  color: #606060;
  background: rgba(238, 238, 238, 0.8);
  border: 0px solid rgba(21, 21, 21, 0.15);
  border-radius: 10px;
  resize: none;
  vertical-align: middle;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}

@-moz-document url-prefix() {
  select,
  textarea,
  textarea.form-control,
  input[type="text"]:not(.qty),
  input[type="password"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  input[type="number"],
  input[type="email"],
  input[type="url"],
  input[type="search"],
  input[type="tel"],
  input[type="color"],
  .uneditable-input {
    padding: 0 15px 2px 15px;
  }
}

.product-quantity {
  border-radius: 4px;
  display: flex;
  padding: 0 5px;
  margin: 0;
  align-items: center;
  height: 35px;
  justify-content: center;
}

.product-quantity input {
  border: 0;
  background: none;
  height: 48px;
  line-height: 1;
}

.product-quantity .qty {
  border: 0;
  background: none;
  width: 22px;
  text-align: center;
}

.widget input {
  margin-bottom: 0;
}

textarea:focus,
textarea.form-control:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #4c8f22;
}

textarea,
textarea.form-control {
  height: 200px;
  width: 100%;
  padding: 0 15px;
  resize: vertical;
  font-weight: inherit;
}

.form-container .form-field {
  position: relative;
}

.form-container .form-field i {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 13px;
  margin: 1px 0 0 0;
  line-height: 40px;
  color: #a3a3a3;
  height: 38px;
  line-height: 40px;
  border-right: 1px solid #ccc;
  font-weight: normal;
}

input,
select {
  -moz-appearance: none;
}

@-moz-document url-prefix() {
  select {
    text-shadow: 0 0 0 transparent;
  }
}

input.error,
textarea.error {
  border: 1px solid #d9534f !important;
}

.state-error,
.btn.state-error:hover {
  background-color: #de4747 !important;
  color: #fff;
}

.notification-box {
  display: block;
  padding: 15px;
  margin-top: 20px;
  margin-bottom: 0;
  border: 1px solid transparent;
  border-radius: 0;
  opacity: 0;
}

.notification-box.show-error {
  background-color: #f2dede;
  border-color: #ddb8be;
  color: #a94442;
  opacity: 1;
}

.notification-box.show-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
  opacity: 1;
}

.search-form {
  position: relative;
}

.search-form input {
  margin: 0;
  padding-right: 30px !important;
}

.search-form:before {
  content: "\f002";
  font-family: "FontAwesome";
  display: block;
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 14px;
  color: #76ad1c;
}

.custom-select {
  height: 35px;
  background: #fff;
}

.custom-select-wrapper {
  position: relative;
}

.custom-select-wrapper:before {
  position: absolute;
  top: 5px;
  right: 15px;
  font-family: "FontAwesome";
  content: "\f078";
  display: block;
  color: #404040;
  font-size: 12px;
  pointer-events: none;
}

.custom-control-label::before {
  background-color: rgba(21, 21, 21, 0.1);
  top: 7px;
}

.custom-control-label::after {
  top: 7px;
}

.custom-control-input:active ~ .custom-control-label::before,
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before,
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: rgba(21, 21, 21, 0.1);
}

.form-control::-webkit-input-placeholder {
  color: #606060;
  font-weight: normal;
}

.form-control:-moz-placeholder {
  color: #606060;
  font-weight: normal;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #606060;
  font-weight: normal;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #606060;
  font-weight: normal;
}

.newsletter-wrapper input {
  width: calc(100% - 90px) !important;
}

/*-----------------------------------------------------------------------------------*/
/*	38. RATING
/*-----------------------------------------------------------------------------------*/
.ratings {
  display: inline-block;
  position: relative;
  width: 95px;
  height: 15px;
}

.ratings:before,
.ratings:after {
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 3px;
  position: absolute;
  top: 0;
  left: 0;
}

.ratings:before {
  color: rgba(0, 0, 0, 0.1);
  content: "\f005 \f005 \f005 \f005 \f005";
}

.ratings:after {
  color: #28472a;
  content: "\f005 \f005 \f005 \f005 \f005";
  overflow: hidden;
}

.ratings.one:after {
  content: "\f005";
}

.ratings.two:after {
  content: "\f005 \f005";
}

.ratings.three:after {
  content: "\f005 \f005 \f005";
}

.ratings.four:after {
  content: "\f005 \f005 \f005 \f005";
}

/*-----------------------------------------------------------------------------------*/
/*	39. PAGINATION
/*-----------------------------------------------------------------------------------*/
.pagination {
  display: block;
  margin: 0 0 20px 0;
}

.pagination ul {
  -webkit-box-shadow: none;
  box-shadow: none;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0;
}

.pagination ul > li {
  display: inline-block;
  padding: 0;
  margin: 0;
}

.pagination ul > li > a {
  border: 0;
  display: inline;
  padding: 12px 17px;
  margin: 0;
  color: #404040;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  vertical-align: middle;
  border-radius: 4px;
}

.pagination.bordered ul > li > a {
  padding: 12px 17px;
  border: 1px solid rgba(21, 21, 21, 0.15);
}

.pagination ul > li {
  margin: 0 8px 0 0;
}

.pagination.text-center ul > li {
  margin: 0 4px;
}

.pagination ul > li > a:hover,
.pagination ul > .active > a {
  color: #4c8f22;
}

.pagination.bordered ul > li > a:hover,
.pagination.bordered ul > .active > a {
  color: #4c8f22;
}

.pagination ul > li > a {
  float: none;
}

.pagination.bg ul > li > a {
  margin: 0;
}

.pagination.bg ul > .active > a span {
  border-bottom: 1px solid transparent;
}

.pagination.bg ul > .active > a span {
  border-color: #fff;
}

.pagination i {
  font-size: 10px;
  margin-top: -2px;
  vertical-align: middle;
}

.pagination ul > li > a.btn {
  color: #fff !important;
}

.page-navi a {
  font-family: "Open sans", sans-serif;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
}

.page-navi:not(.bg) a {
  color: #404040;
}

.page-navi:not(.bg) a:hover {
  color: #4c8f22;
}

.page-navi.bordered a {
  padding: 15px 23px;
  border-radius: 4px;
  border: 1px solid rgba(21, 21, 21, 0.15);
}

.page-navi a i {
  font-size: 14px;
}

.page-navi .prev {
  margin-right: 10px;
}

.page-navi .next {
  margin-left: 10px;
}

/*-----------------------------------------------------------------------------------*/
/*	40. PROGRESS
/*-----------------------------------------------------------------------------------*/
.circle {
  position: relative;
  margin: 0 auto 20px;
}

.circle.full-circle {
  width: 170px;
  height: 170px;
}

.circle.semi-circle {
  width: 170px;
  height: 85px;
}

.circle .progressbar-text {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0;
  font-size: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.circle .progressbar-text:after {
  content: "%";
  display: block;
  font-size: 20px;
  padding-left: 2px;
}

.circle-progress h4 {
  display: block;
  text-align: center;
  width: 100%;
}

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

.progress-list p {
  margin-bottom: 5px;
}

.progress-list li {
  margin-bottom: 15px;
}

.progress-list li .line {
  position: relative;
}

.progressbar svg path:first-child {
  stroke: rgba(21, 21, 21, 0.06);
}

.progressbar.border {
  border: 1px solid transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.progressbar.border svg path:first-child {
  stroke: transparent;
}

.progressbar.line svg {
  height: 10px;
}

.progressbar.line.border svg {
  height: 8px;
}

/*-----------------------------------------------------------------------------------*/
/*	41. PLYR
/*-----------------------------------------------------------------------------------*/
.plyr {
  border-radius: 0;
  margin-bottom: 20px;
}

.tiles .plyr {
  margin-bottom: 0;
}

.plyr__play-large {
  border: 0;
  padding: 25px;
  background: rgba(21, 21, 21, 0.6);
  box-shadow: none;
  color: #fff;
}

/*-----------------------------------------------------------------------------------*/
/*	42. SCROLL ANIMATIONS
/*-----------------------------------------------------------------------------------*/
pre {
  word-break: break-all;
  word-wrap: break-word;
  font-size: 13px;
  padding: 10px;
}

.code {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

.code .box {
  padding: 60px 30px;
}

.code .box pre {
  background: none;
  border: 0;
  padding: 0;
  margin: 0;
}

/*-----------------------------------------------------------------------------------*/
/*	43. IMAGE BLOCK WRAPPER
/*-----------------------------------------------------------------------------------*/
.image-block-wrapper {
  padding: 0px;
  position: relative;
}

.image-block-wrapper .image-block {
  overflow: hidden;
  position: absolute;
  height: 100%;
  padding: 0px;
  top: 0px;
}

.image-block-wrapper .image-block .image-block-bg {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-size: cover !important;
  background-position: center center !important;
}

/*-----------------------------------------------------------------------------------*/
/* 	44. IMAGE BACKGROUND WRAPPER
/*-----------------------------------------------------------------------------------*/
.image-wrapper {
  background: no-repeat center center;
  background-size: cover;
  position: relative;
  -webkit-transform: translateZ(0);
}

.image-wrapper:not(.mobile) {
  background-attachment: fixed !important;
}

.image-wrapper:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(21, 21, 21, 0.5);
}

.image-wrapper.no-overlay:before {
  display: none;
}

.image-wrapper * {
  position: relative;
  z-index: 2;
}

.box-shadow:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  z-index: 1;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
}

.h-100-less {
  height: calc(100vh - 200px);
}

.image-wrapper .tparrows {
  position: absolute;
}

/*-----------------------------------------------------------------------------------*/
/*	45. VIDEO BACKGROUND WRAPPER
/*-----------------------------------------------------------------------------------*/
.video-wrapper video {
  width: 100%;
  height: 100%;
  display: inline-block;
  vertical-align: baseline;
  background-size: cover;
}

.video-wrapper-inner {
  height: 500px;
  width: 100%;
}

.video-wrapper .content-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  height: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: rgba(21, 21, 21, 0.5);
}

video::-webkit-media-controls {
  display: none !important;
}

/*-----------------------------------------------------------------------------------*/
/*	46. GO TO TOP
/*-----------------------------------------------------------------------------------*/
#scrollUp {
  bottom: 15px;
  right: 15px;
  -webkit-transition: background 150ms ease-in-out;
  -o-transition: background 150ms ease-in-out;
  transition: background 150ms ease-in-out;
  -webkit-backface-visibility: hidden;
}

#scrollUp .btn {
  font-size: 12px;
  margin: 0;
  letter-spacing: normal;
  padding: 12px 14px 14px 14px;
}

@-moz-document url-prefix() {
  #scrollUp .btn {
    padding-bottom: 15px;
  }
}

#scrollUp .btn:hover,
#scrollUp .btn:focus,
#scrollUp .btn:active,
#scrollUp .btn.active {
}

/*-----------------------------------------------------------------------------------*/
/*	47. LIGHTGALLERY
/*-----------------------------------------------------------------------------------*/
.lg-backdrop {
  background: rgba(21, 21, 21, 0.97);
}

.lg-outer .lg-item {
  background: none;
}

.lg-outer .lg-item.lg-complete:after {
  display: none;
}

.lg-toolbar {
  background: none;
}

.lg-sub-html {
  background: rgba(21, 21, 21, 0.4);
}

#lg-counter,
.lg-toolbar .lg-icon {
  color: rgba(255, 255, 255, 1);
}

.lg-actions .lg-next,
.lg-actions .lg-prev {
  border: 0;
  background: none;
  color: rgba(255, 255, 255, 1);
  font-size: 50px;
  margin-top: -7px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 10px;
}

.lg-toolbar .lg-icon:hover,
.lg-actions .lg-next:hover,
.lg-actions .lg-prev:hover {
  color: rgba(255, 255, 255, 0.75);
}

.lg-actions .lg-prev:before,
.lg-actions .lg-next:before {
  font-family: "FontAwesome";
}

.lg-actions .lg-prev:before {
  content: "\f104";
}

.lg-actions .lg-next:before {
  content: "\f105";
}

.lg-actions .lg-prev:after {
  display: none;
}

.lg-actions .lg-prev {
  left: 10px;
}

.lg-actions .lg-next {
  right: 10px;
}

.lg-toolbar .lg-icon.lg-close {
  font-size: 38px;
  padding: 17px 12px 10px 0;
}

#lg-counter {
  font-size: 16px;
}

.lg-sub-html {
  padding: 10px 15px;
}

.lg-sub-html p {
  font-size: 16px;
  color: #fff;
  margin: 0;
}

.lg-sub-html * {
  color: #fff;
}

.lg-dropdown {
  z-index: 3051;
}

/*-----------------------------------------------------------------------------------*/
/*	48. LOADING
/*-----------------------------------------------------------------------------------*/
.page-loading {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #f6f7f8;
  z-index: 9999999;
}

.page-loading .status {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -20px 0 0 -20px;
}

.lg-outer .lg-item:after,
.page-loading .spinner,
.cbp:after,
.cbp-lazyload:after,
.cbp-popup-loadingBox:after,
.cbp-popup-singlePageInline:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  background: #fff;
  border: 0 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 50%;
  -webkit-animation: tp-scaleout 1s infinite ease-in-out;
  animation: tp-scaleout 1s infinite ease-in-out;
}

.cbp:after,
.cbp-lazyload:after,
.cbp-popup-loadingBox:after,
.cbp-popup-singlePageInline:after,
.page-loading .spinner {
  background: #151515;
}

/*-----------------------------------------------------------------------------------*/
/*	49. FONT ICONS
/*-----------------------------------------------------------------------------------*/
.glyphs.css-mapping {
  padding: 0;
}

.glyphs.css-mapping li {
  margin: 0 0 20px 0;
  display: inline-block;
  color: #5f6062;
}

.glyphs.css-mapping i:before {
  margin: 0;
  padding: 0;
  height: 20px;
  width: 25px;
  color: #404040;
  float: left;
  font-size: 20px;
  padding-top: 6px;
}

.glyphs.css-mapping.faw i:before {
  font-size: 26px;
  padding-top: 11px;
}

.glyphs.css-mapping input {
  margin: 0;
  display: block;
  width: calc(100% - 52px);
  outline: 0;
  float: right;
}

.glyphs.css-mapping.faw input {
  width: calc(100% - 42px);
}

/*-----------------------------------------------------------------------------------*/
/*	50. INVERSE TEXT
/*-----------------------------------------------------------------------------------*/
.inverse-text,
.inverse-text .icon-color:not(.color-default),
.inverse-text li,
.inverse-text p,
.inverse-text h1:not([class*="color-"]),
.inverse-text h2:not([class*="color-"]),
.inverse-text h3:not([class*="color-"]),
.inverse-text h4:not([class*="color-"]),
.inverse-text h5:not([class*="color-"]),
.inverse-text h6:not([class*="color-"]),
.inverse-text .blockquote-footer,
.inverse-text .accordion-wrapper.bordered .card-header a,
.inverse-text .accordion-wrapper .card-header a.collapsed,
.inverse-text .color-dark,
.inverse-text label,
.inverse-text .glyphs.css-mapping i:before,
.inverse-text .list-group-item-action,
.inverse-text .pagination ul > li:not(.active) > a,
.inverse-text .page-navi:not(.bg) a,
.inverse-text .nav-tabs .nav-link:not(.active),
.inverse-text .cbp-filter-item:not(.cbp-filter-item-active) {
  color: #fff !important;
}

.inverse-text .pagination:not(.bg) ul > li > a:hover,
.inverse-text .page-navi:not(.bg) a:hover,
.inverse-text .nav-tabs .nav-link:hover,
.inverse-text .cbp-filter-item:hover {
  color: #4c8f22 !important;
}

.inverse-text .list-group-item.disabled,
.inverse-text .list-group-item:disabled {
  color: #909090 !important;
}

.inverse-text .navbar-nav .nav-link {
  color: #232323 !important;
}

.inverse-text .navbar-nav .nav-link:hover,
.inverse-text .navbar-nav .nav-link.highlighted,
.inverse-text .navbar-nav .nav-link.active {
  color: #232323 !important;
}

.inverse-text .social-mute a i {
  color: rgba(255, 255, 255, 1) !important;
}

.inverse-text .social-mute a:hover i {
  color: rgba(255, 255, 255, 0.75) !important;
  opacity: 1;
}

/*footer.inverse-text,
footer.inverse-text p {
	color: #cdcdcd !important;
}*/
.inverse-text .box.box-border,
.inverse-text .box.box-border:before,
.inverse-text blockquote.bordered,
.inverse-text .accordion-wrapper.lined .card-header a.collapsed,
.inverse-text .accordion-wrapper.bordered .card,
.inverse-text .accordion-wrapper.bordered .card-block,
.inverse-text hr,
.inverse-text .divider-icon:before,
.inverse-text .divider-icon:after,
.inverse-text select,
.inverse-text textarea,
.inverse-text textarea.form-control,
.inverse-text input[type="text"]:not(.qty),
.inverse-text input[type="password"],
.inverse-text input[type="datetime"],
.inverse-text input[type="datetime-local"],
.inverse-text input[type="date"],
.inverse-text input[type="month"],
.inverse-text input[type="time"],
.inverse-text input[type="week"],
.inverse-text input[type="number"],
.inverse-text input[type="email"],
.inverse-text input[type="url"],
.inverse-text input[type="search"],
.inverse-text input[type="tel"],
.inverse-text input[type="color"],
.inverse-text .uneditable-input,
.inverse-text .list-group-item,
.inverse-text .pagination.bordered ul > li > a,
.inverse-text .page-navi.bordered a,
.inverse-text .tabs-wrapper.lined .nav-tabs,
.inverse-text .tabs-wrapper:not(.lined) .nav-tabs .nav-link:not(.active),
.inverse-text .section-title-line:before,
.inverse-text .section-title-line:after {
  border-color: rgba(255, 255, 255, 0.3);
}

.inverse-text .list-group-item:not(.active) {
  background: #1a1a1a;
}

.inverse-text .divider-icon i,
.inverse-text blockquote.icon:before {
  color: rgba(255, 255, 255, 0.5);
}

.inverse-text .accordion-wrapper.lined .card-header a:hover,
.inverse-text .tabs-wrapper:not(.lined) .nav-tabs .nav-link:not(.active):hover {
  color: #4c8f22 !important;
  border-color: #4c8f22 !important;
}

.inverse-text .box.box-border:hover,
.inverse-text .box.box-border:hover:before {
  border-color: #4c8f22;
}

.inverse-text .meta span:after {
  background-color: rgba(255, 255, 255, 0.3);
}

.inverse-text
  .swiper-container-wrapper
  .swiper-pagination
  .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.4);
}

.inverse-text
  .swiper-container-wrapper
  .swiper-pagination
  .swiper-pagination-bullet:hover,
.inverse-text
  .swiper-container-wrapper
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}

.inverse-text .custom-control-indicator {
  background-color: rgba(255, 255, 255, 0.3);
}

.inverse-text .custom-control-input:disabled ~ .custom-control-indicator {
  background-color: rgba(255, 255, 255, 0.05);
}

.inverse-text select,
.inverse-text textarea,
.inverse-text textarea.form-control,
.inverse-text input[type="text"]:not(.qty),
.inverse-text input[type="password"],
.inverse-text input[type="datetime"],
.inverse-text input[type="datetime-local"],
.inverse-text input[type="date"],
.inverse-text input[type="month"],
.inverse-text input[type="time"],
.inverse-text input[type="week"],
.inverse-text input[type="number"],
.inverse-text input[type="email"],
.inverse-text input[type="url"],
.inverse-text input[type="search"],
.inverse-text input[type="tel"],
.inverse-text input[type="color"],
.inverse-text .uneditable-input,
.inverse-text .custom-control-description,
.inverse-text .custom-select-wrapper:before,
.inverse-text .product-quantity {
  background: rgba(21, 21, 21, 0.2);
  color: #ccc;
  border-color: rgba(255, 255, 255, 0.4);
}

.inverse-text .form-control::-webkit-input-placeholder {
  color: #ccc;
}

.inverse-text .form-control:-moz-placeholder {
  color: #ccc;
}

.inverse-text .form-control::-moz-placeholder {
  color: #ccc;
}

.inverse-text .form-control:-ms-input-placeholder {
  color: #ccc;
}

.inverse-text textarea:focus,
.inverse-text textarea.form-control:focus,
.inverse-text input[type="text"]:focus,
.inverse-text input[type="password"]:focus,
.inverse-text input[type="datetime"]:focus,
.inverse-text input[type="datetime-local"]:focus,
.inverse-text input[type="date"]:focus,
.inverse-text input[type="month"]:focus,
.inverse-text input[type="time"]:focus,
.inverse-text input[type="week"]:focus,
.inverse-text input[type="number"]:focus,
.inverse-text input[type="email"]:focus,
.inverse-text input[type="url"]:focus,
.inverse-text input[type="search"]:focus,
.inverse-text input[type="tel"]:focus,
.inverse-text input[type="color"]:focus,
.inverse-text .uneditable-input:focus {
  border-color: rgba(255, 255, 255, 0.8);
}

.inverse-text .process-wrapper.arrow [class*="col-"]:before {
  color: rgba(255, 255, 255, 0.3);
}

.inverse-text .process-wrapper.line [class*="col-"]:before,
.inverse-text .process-wrapper.line [class*="col-"]:after {
  background-color: rgba(255, 255, 255, 0.3);
}

.inverse-text .progressbar:not(.border) svg path:first-child {
  stroke: rgba(255, 255, 255, 0.06);
}

.inverse-text .bg-gray {
  background-color: rgba(255, 255, 255, 0.8) !important;
}

.inverse-text .cbp-filter-item:after,
.inverse-text .tabs-wrapper.filtered .nav-tabs .nav-link:after {
  background-color: rgba(255, 255, 255, 0.3);
}

.inverse-text .cbp:after,
.inverse-text .cbp-lazyload:after,
.inverse-text .cbp-popup-loadingBox:after,
.inverse-text .cbp-popup-singlePageInline:after {
  background: #fff;
}

/*-----------------------------------------------------------------------------------*/
/*	51. COLORS
/*-----------------------------------------------------------------------------------*/
.color-white {
  color: #fff !important;
}

.color-gradient,
.color-gradient i:before {
  background: #4c8f22;
  background: -webkit-linear-gradient(to bottom, #e54c94, #4c8f22);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#e54c94),
    to(#4c8f22)
  );
  background: -webkit-linear-gradient(top, #e54c94, #4c8f22);
  background: -o-linear-gradient(top, #e54c94, #4c8f22);
  background: linear-gradient(to bottom, #e54c94, #4c8f22);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-left: 1px;
}

.bg-gradient {
  background-color: #4c8f22;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#e54c94),
    to(#4c8f22)
  );
  background-image: -webkit-linear-gradient(top, #e54c94 0%, #4c8f22 100%);
  background-image: -o-linear-gradient(top, #e54c94 0%, #4c8f22 100%);
  background-image: linear-gradient(180deg, #e54c94 0%, #4c8f22 100%);
}

.bg-gradient2 {
  background-color: #4c8f22;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#e54c94),
    to(#4c8f22)
  );
  background-image: -webkit-linear-gradient(left, #e54c94 0%, #4c8f22 100%);
  background-image: -o-linear-gradient(left, #e54c94 0%, #4c8f22 100%);
  background-image: linear-gradient(90deg, #e54c94 0%, #4c8f22 100%);
}

.bg-opacity {
  background: rgba(255, 255, 255, 0.9);
}

.bg-opacity-dark {
  background: rgba(21, 21, 21, 0.85);
}

.color-forest,
.list-forest > li:before,
.list-forest i {
  color: #67bb7b !important;
}

.color-green,
.list-green > li:before,
.list-green i {
  color: #1abb9c !important;
}

.color-teal,
.list-teal > li:before,
.list-teal i {
  color: #67bbb2 !important;
}

.color-oasis,
.list-oasis > li:before,
.list-oasis i {
  color: #98bec8 !important;
}

.color-ice,
.list-ice > li:before,
.list-ice i {
  color: #9eb9d7 !important;
}

.color-sky,
.list-sky > li:before,
.list-sky i {
  color: #4ca6e5 !important;
}

.color-default,
.list-default > li:before,
.list-default i,
.color-blue,
.list-blue > li:before,
list-blue i {
  color: #4c8f22 !important;
}

.color-purple,
.list-purple > li:before,
.list-purple i {
  color: #7e86b5 !important;
}

.color-aqua,
.list-aqua > li:before,
.list-aqua i {
  color: #28b8d8 !important;
}

.color-navy,
.list-navy > li:before,
.list-navy i {
  color: #364969 !important;
}

.color-brown,
.list-brown > li:before,
.list-brown i {
  color: #8b6a5d !important;
}

.color-yellow,
.list-yellow > li:before,
.list-yellow i {
  color: #e7b92f !important;
}

.color-orange,
.list-orange > li:before,
.list-orange i {
  color: #e56c4c !important;
}

.color-red,
.list-red > li:before,
.list-red i {
  color: #e54c4c !important;
}

.color-pink,
.list-pink > li:before,
.list-pink i {
  color: #ce8fad !important;
}

.color-salmon,
.list-salmon > li:before,
.list-salmon i {
  color: #e8c3b9 !important;
}

.color-dark,
.list-dark > li:before,
.list-dark i {
  color: #404040 !important;
}

.bg-light-gray {
  background-color: rgba(21, 21, 21, 0.03) !important;
}

.bg-gray {
  background-color: rgba(21, 21, 21, 0.05) !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-forest {
  background-color: #67bb7b !important;
}

.bg-green {
  background-color: #1abb9c !important;
}

.bg-teal {
  background-color: #67bbb2 !important;
}

.bg-oasis {
  background-color: #98bec8 !important;
}

.bg-ice {
  background-color: #9eb9d7 !important;
}

.bg-sky {
  background-color: #4ca6e5 !important;
}

.bg-default,
.bg-blue {
  background-color: #4c8f22 !important;
}

.bg-purple {
  background-color: #7e86b5 !important;
}

.bg-aqua {
  background-color: #28b8d8 !important;
}

.bg-navy {
  background-color: #364969 !important;
}

.bg-brown {
  background-color: #8b6a5d !important;
}

.bg-yellow {
  background-color: #e7b92f !important;
}

.bg-orange {
  background-color: #e56c4c !important;
}

.bg-red {
  background-color: #e54c4c !important;
}

.bg-pink {
  background-color: #ce8fad !important;
}

.bg-salmon {
  background-color: #e8c3b9 !important;
}

.bg-dark {
  background-color: #404040 !important;
}

.rev_slider.bg-dark {
  background-color: #151515 !important;
}

.border-forest {
  border-color: #67bb7b !important;
}

.border-green {
  border-color: #1abb9c !important;
}

.border-teal {
  border-color: #67bbb2 !important;
}

.border-oasis {
  border-color: #98bec8 !important;
}

.border-ice {
  border-color: #9eb9d7 !important;
}

.border-sky {
  border-color: #4ca6e5 !important;
}

.border-default,
.border-blue {
  border-color: #4c8f22 !important;
}

.border-purple {
  border-color: #7e86b5 !important;
}

.border-aqua {
  border-color: #28b8d8 !important;
}

.border-navy {
  border-color: #364969 !important;
}

.border-brown {
  border-color: #8b6a5d !important;
}

.border-yellow {
  border-color: #e7b92f !important;
}

.border-orange {
  border-color: #e56c4c !important;
}

.border-red {
  border-color: #e54c4c !important;
}

.border-pink {
  border-color: #ce8fad !important;
}

.border-salmon {
  border-color: #e8c3b9 !important;
}

.border-dark {
  color: #404040 !important;
}

.progressbar.forest svg path:last-child {
  stroke: #67bb7b !important;
}

.progressbar.green svg path:last-child {
  stroke: #1abb9c !important;
}

.progressbar.teal svg path:last-child {
  stroke: #67bbb2 !important;
}

.progressbar.oasis svg path:last-child {
  stroke: #98bec8 !important;
}

.progressbar.ice svg path:last-child {
  stroke: #9eb9d7 !important;
}

.progressbar.sky svg path:last-child {
  stroke: #4ca6e5 !important;
}

.progressbar.default svg path:last-child,
.progressbar.blue svg path:last-child {
  stroke: #4c8f22 !important;
}

.progressbar.purple svg path:last-child {
  stroke: #7e86b5 !important;
}

.progressbar.aqua svg path:last-child {
  stroke: #28b8d8 !important;
}

.progressbar.navy svg path:last-child {
  stroke: #364969 !important;
}

.progressbar.brown svg path:last-child {
  stroke: #8b6a5d !important;
}

.progressbar.yellow svg path:last-child {
  stroke: #e7b92f !important;
}

.progressbar.orange svg path:last-child {
  stroke: #e56c4c !important;
}

.progressbar.red svg path:last-child {
  stroke: #e54c4c !important;
}

.progressbar.pink svg path:last-child {
  stroke: #ce8fad !important;
}

.progressbar.salmon svg path:last-child {
  stroke: #e8c3b9 !important;
}

.progressbar.border.forest {
  border-color: #67bb7b !important;
}

.progressbar.border.green {
  border-color: #1abb9c !important;
}

.progressbar.border.teal {
  border-color: #67bbb2 !important;
}

.progressbar.border.oasis {
  border-color: #98bec8 !important;
}

.progressbar.border.ice {
  border-color: #9eb9d7 !important;
}

.progressbar.border.sky {
  border-color: #4ca6e5 !important;
}

.progressbar.border.default,
.progressbar.border.blue {
  border-color: #4c8f22 !important;
}

.progressbar.border.purple {
  border-color: #7e86b5 !important;
}

.progressbar.border.aqua {
  border-color: #28b8d8 !important;
}

.progressbar.border.navy {
  border-color: #364969 !important;
}

.progressbar.border.brown {
  border-color: #8b6a5d !important;
}

.progressbar.border.yellow {
  border-color: #e7b92f !important;
}

.progressbar.border.orange {
  border-color: #e56c4c !important;
}

.progressbar.border.red {
  border-color: #e54c4c !important;
}

.progressbar.border.pink {
  border-color: #ce8fad !important;
}

.progressbar.border.salmon {
  border-color: #e8c3b9 !important;
}

.progressbar.border.dark {
  border-color: #404040 !important;
}

.circle.forest .progressbar-text {
  color: #67bb7b !important;
}

.circle.green .progressbar-text {
  color: #1abb9c !important;
}

.circle.teal .progressbar-text {
  color: #67bbb2 !important;
}

.circle.oasis .progressbar-text {
  color: #98bec8 !important;
}

.circle.ice .progressbar-text {
  color: #9eb9d7 !important;
}

.circle.sky .progressbar-text {
  color: #4ca6e5 !important;
}

.circle.default .progressbar-text,
.circle.blue .progressbar-text {
  color: #4c8f22 !important;
}

.circle.purple .progressbar-text {
  color: #7e86b5 !important;
}

.circle.aqua .progressbar-text {
  color: #28b8d8 !important;
}

.circle.navy .progressbar-text {
  color: #364969 !important;
}

.circle.brown .progressbar-text {
  color: #8b6a5d !important;
}

.circle.yellow .progressbar-text {
  color: #e7b92f !important;
}

.circle.orange .progressbar-text {
  color: #e56c4c !important;
}

.circle.red .progressbar-text {
  color: #e54c4c !important;
}

.circle.pink .progressbar-text {
  color: #ce8fad !important;
}

.circle.salmon .progressbar-text {
  color: #e8c3b9 !important;
}

/*-----------------------------------------------------------------------------------*/
/*	52. BOX LAYOUT
/*-----------------------------------------------------------------------------------*/
@media (min-width: 1240px) {
  .box-layout {
    position: relative;
  }

  .box-layout .content-wrapper,
  .box-layout footer:not(.blockquote-footer) {
    width: 1240px !important;
    margin: 0 auto;
  }

  .box-layout .margined {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}

/*-----------------------------------------------------------------------------------*/
/*	53. RESPONSIVE
/*-----------------------------------------------------------------------------------*/
@media (min-width: 1280px) {
  .split-layout .content-wrapper {
    position: relative;
    width: 100%;
  }

  .split-layout .content-left {
    width: 40%;
    height: 100vh;
    position: fixed;
    max-height: 100vh;
    overflow: hidden;
  }

  .split-layout .content-right {
    margin-left: 40%;
    height: 100vh;
  }
}

@media (max-width: 1278.98px) {
  .split-layout .content-left {
    height: 500px;
    position: relative !important;
  }

  .split-layout .site-name {
    height: 100%;
    position: relative;
    display: table;
  }
}

@media (min-width: 1200px) {
  .rev_slider_wrapper.fullscreen-container {
    min-height: 500px;
  }

  .rev_slider_wrapper.fullwidth-container {
    min-height: 500px;
  }

  .rev_slider_wrapper.autowidth-container {
    min-height: 500px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .box {
    padding: 30px 30px 20px;
  }

  .swiper-auto .swiper-slide,
  .swiper-auto .swiper-slide img,
  .swiper-auto-tab .swiper-slide,
  .swiper-auto-tab .swiper-slide img,
  .swiper-auto-centered .swiper-slide,
  .swiper-auto-centered .swiper-slide img,
  .swiper-portrait .swiper-slide,
  .swiper-portrait .swiper-slide img {
    height: 500px;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0 0.5rem;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu-left {
    right: auto;
    left: 0;
    margin-left: 0 !important;
  }

  .navbar-nav > li > .dropdown-menu {
    border-top: 0px solid #4c8f22;
  }

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

  .navbar.center .ml-auto {
    float: right;
  }

  .navbar.solid:not(.fixed) .navbar-nav .nav-link,
  .navbar.solid:not(.fixed) .navbar-hamburger {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .dropdown-menu:not(.mega-menu) li {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }

  .dropdown-menu:not(.mega-menu) li:first-child {
    border-top: 0;
  }

  .navbar-nav > li > ul.mega-menu .mega-menu-content .row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    overflow: hidden;
  }

  .navbar-nav > li > ul.mega-menu .mega-menu-content {
    padding: 40px;
  }

  .mega-menu-content .row {
    padding-left: 0;
    padding-right: 0;
  }

  .mega-menu-content [class*="col-"] {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    padding-left: 35px;
  }

  .mega-menu-content [class*="col-"]:first-child {
    border-left: 0;
    padding-left: 25px;
  }

  .navbar-nav > li > ul.mega-menu .mega-menu-content {
    padding: 30px;
  }

  .col-1-5 {
    width: 20%;
  }

  .navbar.fixed .navbar-nav .nav-link,
  .navbar.fixed .navbar-hamburger {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .navbar.fixed .navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
  }

  .table-cart > table > thead > tr > th,
  .table-cart > table > tbody > tr > th,
  .table-cart > table > tfoot > tr > th,
  .table-cart > table > thead > tr > td,
  .table-cart > table > tbody > tr > td,
  .table-cart > table > tfoot > tr > td {
    padding: 20px 0;
  }
}

/* MEDIA AQUI */
@media (max-width: 991.98px) {
  .scrollablenav {
    height: 70vh;
    overflow: scroll;
  }

  .mobile-w-100 {
    width: 100% !important;
  }

  .navbar-li-margin li {
    margin: inherit;
  }

  .li-background-selected {
    width: 100%;
  }

  .no-mobile {
    display: none !important;
  }

  .height-80-mob {
    height: 80px !important;
  }

  body:not(.onepage) .banner--stick {
    display: none !important;
  }

  .navbar .navbar-collapse {
    background: #fff;
  }

  .navbar .container {
    width: 100%;
    max-width: 100%;
  }

  .navbar.solid .navbar-brand {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .navbar.fixed .navbar-brand {
    padding-top: 19px;
    padding-bottom: 18px;
  }

  .navbar-nav .nav-link {
    font-size: 14px;
    padding-left: 30px;
    padding-right: 30px;
    color: rgba(255, 255, 255, 1) !important;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .dropdown-item {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar .dropdown-menu li a {
    padding-left: 50px;
  }

  .navbar .dropdown-menu li:not(.mega-menu-content) li a {
    padding-left: 70px;
  }

  .navbar .dropdown-menu li li li a {
    padding-left: 90px;
  }

  .navbar .dropdown-menu li li li li a {
    padding-left: 110px;
  }

  .onepage .navbar .dropdown-menu {
    display: block;
  }

  .onepage .navbar .sub-arrow {
    display: none;
  }

  .navbar .social-mute a i {
    color: rgba(255, 255, 255, 1) !important;
  }

  .navbar .social-mute a:hover i {
    color: rgba(255, 255, 255, 0.75) !important;
  }

  .navbar-nav .nav-link:hover,
  .navbar-nav .nav-link.highlighted,
  .navbar-nav .nav-link.active {
    color: black !important;
  }

  .navbar .navbar-header {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
  }

  .navbar .navbar-nav li a {
    margin: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    color: black !important;
  }

  .navbar:not(.center) .navbar-nav:not(.ml-auto) > li:first-child {
    border: 0;
  }

  .navbar .navbar-nav.sm-collapsible > li:first-child {
    border: 0;
  }

  .navbar .dropdown-menu {
  }

  .dropdown-item:focus,
  .dropdown-item:hover,
  .dropdown-item.highlighted {
    background: none;
    color: rgba(255, 255, 255, 1);
  }

  .dropdown-item:hover {
    color: rgba(255, 255, 255, 0.75);
  }

  .mega-menu-content .row {
    margin-left: 0;
    margin-right: 0;
  }

  .mega-menu-content .row [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
  }

  .mega-menu-content a {
    padding: 10px 20px;
  }

  .navbar-divider {
    width: 100%;
    height: auto;
    margin: 0 auto 13px;
    background: none !important;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }

  .navbar .social {
    /*  margin: 10px 30px */
    margin: 0 auto;
  }

  .slide-portfolio-item-content-close {
    right: 15px;
    top: 15px;
  }

  .gutter-md-30 > [class*="col-"] {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }

  .overlay-info figcaption {
    padding: 30px;
  }

  .image-block-wrapper .box {
    padding: 60px 50px;
  }

  [class*="table-responsive"] > thead > tr > th,
  [class*="table-responsive"] > tbody > tr > th,
  [class*="table-responsive"] > tfoot > tr > th,
  [class*="table-responsive"] > thead > tr > td,
  [class*="table-responsive"] > tbody > tr > td,
  [class*="table-responsive"] > tfoot > tr > td {
    white-space: nowrap;
  }

  .table-cart > table > thead > tr > th,
  .table-cart > table > tbody > tr > th,
  .table-cart > table > tfoot > tr > th,
  .table-cart > table > thead > tr > td,
  .table-cart > table > tbody > tr > td,
  .table-cart > table > tfoot > tr > td {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .col-1-5 {
    width: 25%;
  }

  .swiper-auto .swiper-slide,
  .swiper-auto .swiper-slide img,
  .swiper-auto-tab .swiper-slide,
  .swiper-auto-tab .swiper-slide img,
  .swiper-auto-centered .swiper-slide,
  .swiper-auto-centered .swiper-slide img,
  .swiper-portrait .swiper-slide,
  .swiper-portrait .swiper-slide img {
    height: 450px;
  }
}

@media (min-width: 768px) {
  .navbar .container .navbar-header {
    max-width: 720px;
  }

  .panel.pricing:not(.box-border) {
    border-left: 1px solid rgba(21, 21, 21, 0.15) !important;
  }

  [class*="col-"]:first-child .panel.pricing:not(.box-border) {
    border-left: 0 !important;
  }

  .process-wrapper.arrow [class*="col-"]:before {
    font-family: "FontAwesome";
    content: "\f054";
    display: block;
    position: absolute;
    top: 21px;
    left: 0;
    color: rgba(21, 21, 21, 0.15);
  }

  .process-wrapper.arrow [class*="col-"]:first-child:before {
    display: none;
  }

  .process-wrapper.line [class*="col-"] {
    position: relative;
  }

  .process-wrapper.line [class*="col-"]:before,
  .process-wrapper.line [class*="col-"]:after {
    width: calc(50% - 66px);
    position: absolute;
    content: "";
    height: 1px;
    background: rgba(21, 21, 21, 0.15);
    top: 33px;
    z-index: 1;
    left: 0;
    margin-left: 0;
  }

  .process-wrapper.line [class*="col-"]:after {
    right: 0;
    left: auto;
    margin-right: 0;
    margin-left: 0;
  }

  .process-wrapper.line [class*="col-"]:first-child:before,
  .process-wrapper.line [class*="col-"]:last-child:after {
    display: none;
  }

  .tabs-wrapper.lined .nav-tabs {
    border-bottom: 1px solid rgba(21, 21, 21, 0.25);
  }

  .tabs-wrapper.lined .nav-tabs .nav-link {
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid transparent;
    padding: 20px 0;
  }
}

@media (max-width: 767.98px) {
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .navbar .container-fluid {
    padding-left: 0px;
    padding-right: 0px;
  }

  .navbar .navbar-header {
    padding-left: 30px;
    padding-right: 30px;
  }

  .box-layout .container > .navbar .navbar-header {
    padding-right: 0px;
    padding-left: 0px;
  }

  .split-layout .content-left {
    height: 300px;
  }

  .col-1-5 {
    width: 33%;
  }

  video.js-player {
    max-width: 100%;
  }

  .row > [class*="col-"] {
    margin-bottom: 10px;
  }

  .row > [class*="col-"]:last-child,
  .row > [class*="col-"]:only-child,
  .mega-menu-content .row > [class*="col-"],
  form .row > [class*="col-"],
  .block-wrapper > [class*="col-"] {
    margin-bottom: 0;
  }

  .list-view {
    margin: 0;
  }

  form [class*="col-"] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .swiper-auto .swiper-slide,
  .swiper-auto .swiper-slide img,
  .swiper-auto-tab .swiper-slide,
  .swiper-auto-tab .swiper-slide img,
  .swiper-auto-centered .swiper-slide,
  .swiper-auto-centered .swiper-slide img,
  .swiper-portrait .swiper-slide,
  .swiper-portrait .swiper-slide img {
    height: 250px;
  }

  .h-100-less {
    height: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .image-block-wrapper .image-block {
    position: relative;
    height: 400px;
  }

  #overlay-nav .modal-dialog {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }

  .sidebar {
    padding-left: 15px !important;
  }

  .sidebar.left-sidebar {
    padding-right: 15px !important;
  }

  .block-wrapper {
    margin-bottom: 30px;
  }

  .block-wrapper.arrowed .block:first-child:after,
  .image-block-wrapper.arrowed .image-block:after {
    display: none;
  }

  .slide-portfolio-item-content-close {
    right: 5px;
    top: 5px;
  }

  .nav-tabs:not(.justify-content-center):not(.align-self-center) {
    display: block;
  }

  .tabs-wrapper.filtered .nav-tabs.text-md-right .nav-link {
    margin: 0 20px 0 0;
  }

  .nav-tabs:not(.justify-content-center):not(.align-self-center) .nav-item {
    margin-bottom: 10px;
  }

  .image-block-wrapper .box {
    padding: 30px 20px;
  }

  .split-layout .inner {
    padding: 50px 30px;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .overlay.caption-wrapper figcaption {
    display: none;
  }

  .post-nav-wrapper .post-nav {
    width: 100% !important;
    text-align: left !important;
    padding: 0 !important;
    display: block !important;
    border: 0 !important;
  }

  .post-nav-wrapper .prev .meta {
    padding-left: 0;
  }

  #comments .user {
    display: none;
  }

  #comments .message-inner {
    margin-left: 0;
  }

  #comments ul.children {
    padding: 0 0 0 25px;
  }
}

@media (max-width: 575.98px) {
  .navbar .navbar-header {
    padding-right: 20px;
    padding-left: 20px;
  }

  .box-layout .container > .navbar .navbar-header {
    padding-right: 0px;
    padding-left: 0px;
  }

  .col-1-5 {
    width: 50%;
  }
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .modal-dialog {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .modal-dialog {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .modal-dialog {
    max-width: 1140px;
  }
}

@media only screen and (max-width: 600px) {
  .row-info-topics {
    height: 100%;
  }

  .logo-nav {
    height: 45px;
  }
}

.row-help {
  width: 65%;
  height: 50px;
}

.background-color-row-favs {
  background: #fafafa;
}

@media (min-width: 1200px) {
  .row-help {
    width: 72%;
  }
}

@media (max-width: 1465px) {
  .row-help {
    width: 100%;
  }
}

@media (max-width: 1135px) {
  .margin0-menu {
    margin-right: 0px !important;
  }
}
.only-mobile {
  display: none;
}

@media (max-width: 990px) {
  .background-color-row-favs {
    background: transparent;
  }

  .mb-30-mobile {
    margin-bottom: 30px !important;
  }

  .row-help {
    width: 100%;
    height: 100%;
  }
  .only-mobile {
    display: block !important;
  }
  .no-mobile {
    display: none !important;
  }

  .no-padding-mobile {
    padding: 0px !important;
  }

  .no-margin-mobile {
    margin: 0px !important;
  }

  .w-100-mobile {
    width: 100% !important;
  }

  .h-100-mobile {
    height: 100% !important;
  }

  .text-center-mobile {
    text-align: center !important;
    justify-content: center !important;
  }

  .dropdown-menu {
    border: 0px !important;
  }

  .no-height-mobile {
    height: inherit !important;
  }

  .align-order-shop {
    top: 94px !important;
  }

  .vertical-align-mobile {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .filter-div {
    position: absolute;
    top: 19px;
    height: 60vh;
    overflow: hidden scroll;
    width: 100%;
  }
}

/*
	Max width before this PARTICULAR table gets nasty. This query will take effect for any screen smaller than 760px and also iPads specifically.
	*/
@media only screen and (max-width: 760px),
  (min-device-width: 768px) and (max-device-width: 1024px) {
  .margin-mobile {
    margin-top: 25px;
  }

  .td_align {
    min-height: 75px;
    display: flex;
    align-items: flex-end;
    justify-content: left !important;
    text-align: left !important;
  }

  /* Force table to not be like tables anymore */
  table,
  thead,
  tbody,
  th,
  td,
  tr {
    display: block;
  }

  /* Hide table headers (but not display: none;, for accessibility) */
  thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  tr {
    margin: 0 0 1rem 0;
  }

  tbody tr:nth-child(odd) {
    background: #ccc;
  }

  tbody td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
  }

  td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 0;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
  }

  /*
		Label the data
    You could also use a data-* attribute and content for this. That way "bloats" the HTML, this way means you need to keep HTML and CSS in sync. Lea Verou has a clever way to handle with text-shadow.
		*/
  tbody td:nth-of-type(1):before {
    content: "Nº Encomenda";
  }

  tbody td:nth-of-type(2):before {
    content: "ID Encomenda";
  }

  tbody td:nth-of-type(3):before {
    content: "Data";
  }

  tbody td:nth-of-type(4):before {
    content: "Total";
  }

  tbody td:nth-of-type(5):before {
    content: "Meio de pagamento";
  }

  tbody td:nth-of-type(6):before {
    content: "Estado";
  }

  tbody td:nth-of-type(7):before {
    content: "Qtd. Encomendada";
  }

  tbody td:nth-of-type(8):before {
    content: "Preço";
  }

  tbody td:nth-of-type(9):before {
    content: "Qtd. Encomendar";
  }
}

#langDropdownBtn {
  background: none;
  color: #232323;
  font-size: 13px;
  margin: 0;
}

#langDropdownBtn:hover,
#langDropdownBtn:focus {
  box-shadow: none;
  color: #76ad1c;
}

#langDropdownBtn::before {
  content: none;
}

#langDropdownMenu {
  font-size: 13px;
  min-width: 100%;
}
