/*------------------------------------------------------------------
[Table of contents]

1.0 Common & Reset style
	1.1 Plugins
		1.1.1 Bootstrap
		1.1.2 Font Awesome Icon
		1.1.3 Owl Carousel
	1.2 Config Skin

2.0 Base
	2.1 Header
	2.1 Footer
	2.2 Mega Menu
	2.3 Breadcrumds

3.0 Content
	3.1 Widget
	3.2 Blog
	3.3 Gallery
	3.4 Content
	3.5 Service
	3.6 Counter
	3.7 Banner
	3.8 Slide
	3.9 About us
	3.10 Product
	3.11 Testimonial
	3.12 Contact
	3.13 Fullpage
	3.14 Coming Soon

4.0 Responsive

-------------------------------------------------------------------*/
@font-face {
  font-family: 'HelloStockholm-Alt';
  src: url("../fonts/HelloStockholm-Alt.woff") format("woff"), url("../fonts/HelloStockholm-Alt.ttf") format("truetype"), url("../fonts/HelloStockholm-Alt.svg#HelloStockholm-Alt") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'hello-stockholm-alt-regular';
  src: url("../fonts/hello-stockholm-alt-regular.eot");
  src: url("../fonts/hello-stockholm-alt-regular.woff2") format("woff2"), url("../fonts/hello-stockholm-alt-regular.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot");
  src: url("../fonts/fontawesome-webfont.eot") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff") format("woff"), url("../fonts/fontawesome-webfont.ttf") format("truetype"), url("../fonts/fontawesome-webfont.svg#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
body {
  font-size: 14px;
  font-family: 'Fira Sans', sans-serif;
  color: #696969;
  font-weight: normal;
  margin: 0; }

body, html {
  overflow-x: hidden;
  width: 100%; }

body #page {
  position: relative;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s; }

a {
  color: #000; }

ins, del {
  text-decoration: none; }

del {
  padding-right: 5px; }
  del span {
    text-decoration: line-through;
    color: #aaa !important; }

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

input[type="number"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  -ms-appearance: textfield;
  appearance: textfield; }

.no-padding {
  padding: 0; }
  .no-padding .vc_column-inner {
    padding-left: 0 !important;
    padding-right: 0 !important; }

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

.bonfire_vc_bar_layout3 {
  background: #faf9f9;
  padding: 40px 0 0; }
  .bonfire_vc_bar_layout3 .vc_label {
    display: none; }
  .bonfire_vc_bar_layout3 .bar_desc {
    padding: 0 20px 65px; }
  .bonfire_vc_bar_layout3 .bar_title {
    font-weight: bold;
    letter-spacing: 3.4px; }
    .bonfire_vc_bar_layout3 .bar_title:after {
      content: "";
      width: 40px;
      height: 1px;
      background: #92c5d9;
      display: block;
      margin: 14px auto 11px; }
    .bonfire_vc_bar_layout3 .bar_title + img {
      padding-bottom: 19px; }
  .bonfire_vc_bar_layout3 .vc_label {
    display: none; }
  .bonfire_vc_bar_layout3 .vc_single_bar .vc_bar {
    background: #92c5d9 !important; }
  .bonfire_vc_bar_layout3 .vc_single_bar {
    background: #696969 !important;
    height: 6px !important; }
  .bonfire_vc_bar_layout3 .vc_progress_value {
    top: -29px !important; }

.wpcf7-form .no-full {
  float: left;
  width: 50%;
  display: inline-block;
  clear: none; }

.wpcf7-form > p {
  padding: 0 15px;
  clear: both;
  margin-bottom: 20px; }

.scroll-to-top {
  background: #81d742 none repeat scroll 0 0;
  border: none;
  bottom: -100px;
  cursor: pointer;
  height: 35px;
  line-height: 25px;
  padding: 3px;
  position: fixed;
  right: 25px;
  text-align: center;
  width: 35px;
  z-index: 99999;
  color: #fff;
  border-radius: 5px; }
  .scroll-to-top i {
    line-height: 25px; }
  .scroll-to-top:hover {
    color: #fff;
    background: #000; }

input[type=text]::-ms-clear {
  display: none; }

.display-inline-b {
  display: inline-block;
  vertical-align: middle; }

.animated.show-animate {
  visibility: hidden; }
.animated.visible {
  visibility: visible; }

.ult-animation .animated {
  visibility: visible; }

.blog_post_desc > .entry-content > h1, .comment-bottom .profile-desc > h1, article.type-page > .entry-content > h1,
.post-single .blog_post_desc > h1 {
  font-size: 48px;
  margin: 33px 0; }
.blog_post_desc > .entry-content > h2, .comment-bottom .profile-desc > h2, article.type-page > .entry-content > h2,
.post-single .blog_post_desc > h2 {
  font-size: 34px; }
.blog_post_desc > .entry-content > h1 + h2, .comment-bottom .profile-desc > h1 + h2, article.type-page > .entry-content > h1 + h2,
.post-single .blog_post_desc > h1 + h2 {
  margin: 18px 0; }
.blog_post_desc > .entry-content > h3, .comment-bottom .profile-desc > h3, article.type-page > .entry-content > h3,
.post-single .blog_post_desc > h3 {
  margin: 15px 0; }
.blog_post_desc > .entry-content > h4, .blog_post_desc > .entry-content > h5, .blog_post_desc > .entry-content > h6, .comment-bottom .profile-desc > h4, .comment-bottom .profile-desc > h5, .comment-bottom .profile-desc > h6, article.type-page > .entry-content > h4, article.type-page > .entry-content > h5, article.type-page > .entry-content > h6,
.post-single .blog_post_desc > h4,
.post-single .blog_post_desc > h5,
.post-single .blog_post_desc > h6 {
  margin: 12px 0; }
.blog_post_desc > .entry-content > h2, .comment-bottom .profile-desc > h2, article.type-page > .entry-content > h2,
.post-single .blog_post_desc > h2 {
  margin-bottom: 25px;
  margin-top: 25px; }
.blog_post_desc > .entry-content > dl dd, .comment-bottom .profile-desc > dl dd, article.type-page > .entry-content > dl dd,
.post-single .blog_post_desc > dl dd {
  margin: 0 0 20px; }
.blog_post_desc > .entry-content > table, .comment-bottom .profile-desc > table, article.type-page > .entry-content > table,
.post-single .blog_post_desc > table {
  padding-bottom: 20px;
  border-bottom: 1px solid #ededed;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
  line-height: 2;
  margin: 0 0 20px;
  width: 100%; }
  .blog_post_desc > .entry-content > table td, .comment-bottom .profile-desc > table td, article.type-page > .entry-content > table td,
  .post-single .blog_post_desc > table td {
    padding: 6px 10px 6px 0;
    border-top: 1px solid #ededed; }
    .blog_post_desc > .entry-content > table td a, .comment-bottom .profile-desc > table td a, article.type-page > .entry-content > table td a,
    .post-single .blog_post_desc > table td a {
      color: #000; }
      .blog_post_desc > .entry-content > table td a:hover, .comment-bottom .profile-desc > table td a:hover, article.type-page > .entry-content > table td a:hover,
      .post-single .blog_post_desc > table td a:hover {
        color: #81d742; }
  .blog_post_desc > .entry-content > table thead th, .comment-bottom .profile-desc > table thead th, article.type-page > .entry-content > table thead th,
  .post-single .blog_post_desc > table thead th {
    text-transform: uppercase;
    padding-bottom: 10px; }

.post-single .tag-post:hover i {
  color: #81d742; }

.blog_post_desc .entry-content {
  padding-bottom: 10px; }
.blog_post_desc .page-links > *:not(.page-links-title) {
  background: #81d742;
  border: 1px solid #81d742;
  color: #fff;
  line-height: 30px;
  height: 30px;
  width: 30px;
  text-align: center;
  margin: 0 3px 12px;
  text-decoration: none;
  display: inline-block; }
.blog_post_desc .page-links .screen-reader-text {
  display: none !important; }

.blog-classic .action {
  clear: both; }

.entry-content > .vc_row > .vc_column_container > .vc_column-inner {
  padding-left: 0;
  padding-right: 0; }

.main-color {
  color: #81d742 !important; }

.home.blog #main {
  padding-top: 70px; }
.home.blog .fixed-header #main {
  padding-top: 160px; }

.sticky_post {
  color: #81d742;
  font-weight: 500;
  font-size: 15px;
  text-transform: capitalize; }

.post-password-form input[type="password"] {
  background: transparent none repeat scroll 0 0;
  border-bottom: 1px dashed rgba(137, 137, 137, 0.5);
  color: #a1a1a1;
  font-family: 'Open Sans', Arial;
  font-size: 14px;
  width: 100%; }
.post-password-form label {
  font-weight: normal; }
.post-password-form input[type="submit"] {
  padding: 9px 28px;
  background: #81d742;
  color: #fff;
  text-transform: uppercase;
  vertical-align: bottom;
  margin-bottom: 4.5px; }

.comment-nav-links {
  padding-bottom: 15px; }
  .comment-nav-links .comment-nav-next a {
    font-size: 14px;
    text-transform: uppercase;
    color: #000; }
    .comment-nav-links .comment-nav-next a:after {
      content: "\f054";
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal;
      text-decoration: inherit;
      padding-left: 5px;
      font-size: 10px;
      vertical-align: middle; }
  .comment-nav-links .comment-nav-previous a {
    font-size: 14px;
    text-transform: uppercase;
    color: #000; }
    .comment-nav-links .comment-nav-previous a:before {
      content: "\f053";
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal;
      text-decoration: inherit;
      padding-right: 5px;
      font-size: 10px;
      vertical-align: middle; }

.active-sidebar .widget_nav_menu ul#menu-testing-menu li ul {
  padding-left: 16px; }

table {
  width: 100%; }

table, table td {
  padding: 0;
  border: none;
  border-collapse: separate; }

iframe {
  max-width: 100%;
  border: none; }

a, .widget_categories li a::before,
.widget_product_categories li a::before,
.open-menu-mobile, .close-menu-mobile,
.instagram-container li a::after,
.instagram-container li a::before,
.pricing-box,
.pricing-box::after,
.pricing-box::before {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.vc_btn3 i {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }

ul, menu, dir {
  display: block;
  list-style-type: disc;
  padding: 0 0 0 40px; }

li > ul, li > ol {
  margin: 0; }

ul ul, ol ul, ul ol, ol ol {
  margin-bottom: 0; }

ul, ol {
  margin-top: 0; }

li {
  display: list-item;
  text-align: -webkit-match-parent; }

ol {
  display: block;
  list-style-type: decimal;
  padding: 0 0 0 40px; }

ul ul, ol ul {
  list-style-type: circle; }

ol ol ul, ol ul ul, ul ol ul, ul ul ul {
  list-style-type: square; }

li {
  background: transparent;
  border: 0 none;
  font-weight: inherit;
  margin: 0;
  border: 0;
  padding: auto;
  outline: 0;
  vertical-align: top; }

.alignright {
  display: inline;
  float: right;
  margin-left: 10px;
  margin-bottom: 10px; }

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

figure.wp-caption.alignleft, img.alignleft {
  margin: 5px 20px 5px 0; }

.alignleft {
  float: left; }

.blog_post_desc .entry-content menu, .blog_post_desc .entry-content ol, .blog_post_desc .entry-content ul {
  margin: 16px 0; }
.blog_post_desc .entry-content li > ul, .blog_post_desc .entry-content li > ol {
  margin: 0; }
.blog_post_desc .entry-content > table {
  padding-bottom: 20px; }

.wrapper {
  min-height: 560px; }

.wp-caption {
  max-width: 100%; }

.active-sidebar ul, .active-sidebar menu, .active-sidebar dir, #thumbs_list_frame ul, #thumbs_list_frame menu, #thumbs_list_frame dir,
.isotope ul,
.isotope menu,
.isotope dir, .media ul, .media menu, .media dir, .vertical_list ul, .vertical_list menu, .vertical_list dir, .image_list ul, .image_list menu, .image_list dir, .woocommerce ul, .woocommerce menu, .woocommerce dir,
.instagram-gallery ul,
.instagram-gallery menu,
.instagram-gallery dir {
  list-style-type: none;
  padding-left: 0; }

.commentlist {
  list-style-type: none;
  padding-left: 0; }
  .commentlist ul.children {
    list-style-type: none; }

a:focus,
a:hover {
  color: #81d742; }

a:hover, a:focus, a:active {
  text-decoration: none;
  outline: none !important; }

h1, h2, h3, h4, h5, h6 {
  color: #333;
  margin: 0;
  line-height: 100%;
  font-weight: 400;
  font-family: Fira Sans; }

h1 {
  font-size: 56px; }

h2 {
  font-size: 48px; }

h3 {
  font-size: 24px; }

h4 {
  font-size: 18px; }

h5 {
  font-size: 16px; }

h6 {
  font-size: 14px; }

p {
  line-height: 24px; }

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

button:focus, button:active, button:active:focus, button:focus:active {
  outline: none !important; }

input, textarea {
  background: #fff none repeat scroll 0 0;
  padding: 11px 19px 12px;
  border: medium none;
  color: #ababab;
  box-shadow: none; }

input[type="text"], input[type="email"], textarea {
  width: 100%; }

input:focus,
textarea:focus {
  outline: none !important; }

input {
  line-height: normal;
  border-radius: 0; }

figure {
  position: relative; }

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

figure.wp-caption.alignleft, img.alignleft {
  margin: 5px 20px 5px 0; }

.has-overlay {
  position: relative; }
  .has-overlay:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5); }

.alignleft {
  float: left; }

.container .container, .main-sidebar .container {
  width: auto;
  padding-left: 0;
  padding-right: 0; }

.w-auto {
  width: auto !important; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input,
textarea {
  border-radius: 0; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border-radius: 0;
  height: 40px;
  text-transform: capitalize;
  overflow: hidden;
  padding: 0 0 0 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  outline: none;
  background: url(../images/caret-down.png) no-repeat right center;
  border: none;
  padding-left: 0;
  color: #777;
  font-size: 14px; }
  select:focus {
    outline: none; }

.input-text::-ms-input-placeholder {
  opacity: 1; }

.input-text::-moz-placeholder {
  opacity: 1; }

.input-text::-o-placeholder {
  opacity: 1; }

.input-text::-webkit-input-placeholder {
  opacity: 1; }

.textarea::-ms-input-placeholder {
  opacity: 1; }

.textarea::-moz-placeholder {
  opacity: 1; }

.textarea::-o-placeholder {
  opacity: 1; }

.textarea::-webkit-input-placeholder {
  opacity: 1; }

.wpcf7-submit {
  text-transform: uppercase;
  color: #fff;
  padding-left: 31px;
  padding-right: 29px;
  width: 100%;
  letter-spacing: 1px;
  vertical-align: top;
  background: #81d742;
  font-weight: 600; }
  .wpcf7-submit:hover {
    background: #000; }

.hover-link {
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 10px;
  display: inline-block; }
  .hover-link.type1 {
    color: #888;
    text-transform: uppercase; }
    .hover-link.type1:hover {
      color: #81d742; }
  .hover-link.type2 {
    font-size: 14px;
    font-weight: 500;
    color: #81d742;
    position: relative;
    padding-left: 62px; }
    .hover-link.type2:before {
      content: "";
      position: absolute;
      height: 1px;
      width: 45px;
      top: 50%;
      left: 0;
      background: #81d742;
      -webkit-transition: all all 0.3s ease-in-out 0s ease-in-out 0s !important;
      -moz-transition: all all 0.3s ease-in-out 0s ease-in-out 0s !important;
      -ms-transition: all all 0.3s ease-in-out 0s ease-in-out 0s !important;
      -o-transition: all all 0.3s ease-in-out 0s ease-in-out 0s !important;
      transition: all all 0.3s ease-in-out 0s ease-in-out 0s !important; }
    .hover-link.type2:hover {
      color: #000;
      padding-left: 72px; }
      .hover-link.type2:hover:before {
        width: 55px;
        background: #000; }

.btn {
  width: auto;
  text-transform: uppercase;
  padding: 10px 27px 8px 27px;
  border-radius: 0;
  font-size: 14px;
  font-weight: 700;
  border: none;
  box-shadow: none;
  letter-spacing: 0.15em;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s; }
  .btn:hover, .btn:focus {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s; }
  .btn.btn-default {
    background: none;
    border: 1px solid #333;
    color: #333;
    padding: 10px 27px 8px 27px; }
    .btn.btn-default:hover, .btn.btn-default:focus, .btn.btn-default:active {
      background: #333;
      color: #fff; }
  .btn.btn-primary {
    background: #81d742;
    border: 1px solid #81d742;
    color: #fff; }
    .btn.btn-primary i {
      margin-left: 14px; }
    .btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active {
      background: #000;
      border-color: #000;
      color: #fff; }
  .btn.btn-black {
    background: #333;
    color: #fff;
    padding: 10px 27px 8px 27px;
    border: 1px solid #333; }
    .btn.btn-black:hover, .btn.btn-black:focus, .btn.btn-black:active {
      background: #81d742;
      border-color: #81d742; }
  .btn.btn-secondary {
    background: #000000;
    color: #81d742;
    border-color: #000000; }
    .btn.btn-secondary:hover, .btn.btn-secondary:focus, .btn.btn-secondary:active {
      background: #81d742;
      color: #000;
      border-color: #81d742; }
  .btn.btn-white {
    background: #fff;
    color: #000;
    border-color: #fff; }
    .btn.btn-white:hover, .btn.btn-white:focus, .btn.btn-white:active {
      background: #000;
      color: #fff;
      border-color: #000; }
  .btn.btn-border {
    border-bottom: 1px solid #333;
    padding: 38px 0 1px;
    position: relative;
    box-shadow: none;
    color: #333;
    font-size: 14px;
    letter-spacing: 1.6px; }
    .btn.btn-border:hover {
      color: #81d742;
      border-color: #81d742; }
    .btn.btn-border:before {
      height: 20px;
      width: 10px;
      content: "";
      position: absolute;
      left: 50%;
      top: 0;
      top: 3px;
      margin-left: -8px;
      background: #81d742;
      -ms-transform: skew(0, 35deg);
      -webkit-transform: skew(0, 35deg);
      transform: skew(0, 35deg); }
  .btn.btn-bg {
    border: none !important;
    box-shadow: none !important;
    font-family: 'Cormorant Garamond', serif;
    font-size: 24px;
    font-weight: normal;
    letter-spacing: 0;
    text-transform: none;
    padding: 0;
    position: relative;
    background: linear-gradient(to top, transparent 50%, #ffffff 50%);
    background: -moz-linear-gradient(to top, transparent 50%, #ffffff 50%);
    background: -o-linear-gradient(to top, transparent 50%, #ffffff 50%);
    background: -ms-linear-gradient(to top, transparent 50%, #ffffff 50%);
    background: -webkit-linear-gradient(top, transparent 50%, #ffffff 50%); }
    .btn.btn-bg:hover, .btn.btn-bg:active, .btn.btn-bg:focus {
      border: none !important;
      box-shadow: none !important;
      color: #81d742; }

.list-items ul, .list-items ol {
  padding-left: 0; }

.list-items ul li, .list-items ol li {
  line-height: 24px; }

.list-items.style1 li,
.list-items.style2 li,
.list-items.style3 li {
  position: relative;
  list-style-type: none; }

.list-items.style2 li:before,
.list-items.style3 li:before {
  font-family: 'Pe-icon-7-stroke';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  font-size: 15px;
  top: 50%;
  left: -22px;
  margin-top: -8px; }

.list-items.style2 {
  padding-left: 17px; }
  .list-items.style2 li:before {
    content: "\e684"; }

.list-items.style3 {
  padding-left: 17px; }
  .list-items.style3 li:before {
    content: "\e66c"; }

.list-items.style4 {
  padding-left: 17px; }
  .list-items.style4 li {
    list-style-type: square; }

.list-items.style5 {
  padding-left: 17px; }
  .list-items.style5 li {
    list-style-type: disc; }

.list-items.style6 {
  padding-left: 17px; }
  .list-items.style6 li {
    list-style-type: decimal; }

.list-items.style1 {
  list-style-type: none;
  padding-left: 17px;
  margin-bottom: 12px; }
  .list-items.style1 li {
    position: relative; }
    .list-items.style1 li:before {
      content: "";
      position: absolute;
      height: 4px;
      width: 4px;
      background: #81d742;
      left: -18px;
      top: 11px; }

.form-row input {
  height: 40px; }

.form-row input, .form-row .placeholder,
.form-row textarea {
  background: #f8f7f7 none repeat scroll 0 0;
  border: medium none;
  font-size: 14px;
  line-height: normal;
  padding: 10px 20px;
  width: 100%;
  font-style: italic; }

input[type=checkbox], input[type=radio] {
  margin: 4px 5px 0 0; }

.rev-btn {
  -webkit-transition: all 0.3s ease-in-out 0s !important;
  -moz-transition: all 0.3s ease-in-out 0s !important;
  -ms-transition: all 0.3s ease-in-out 0s !important;
  -o-transition: all 0.3s ease-in-out 0s !important;
  transition: all 0.3s ease-in-out 0s !important; }

.col-xs-55,
.col-sm-55,
.col-md-55,
.col-lg-55 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col-xs-55 {
  width: 20%;
  float: left; }

@media (min-width: 768px) {
  .col-sm-55 {
    width: 20%;
    float: left; } }
@media (min-width: 992px) {
  .col-md-55 {
    width: 20%;
    float: left; } }
@media (min-width: 1200px) {
  .col-lg-55 {
    width: 20%;
    float: left; }

  .hide_in_desktop {
    display: none !important; } }
.bg-primary {
  background: #81d742; }

.title-custom {
  clear: left; }

.main-bg_color,
.main-bg_color.ult-content-box-container,
.main-bg_color > .vc_column-inner,
.main-bg_color > .upb_row_bg, .main-bg_color.vc_row {
  background-color: #81d742; }

.baber-heading {
  overflow: hidden;
  padding-bottom: 42px; }
  .baber-heading .header_icon {
    color: #81d742;
    margin-bottom: 12px; }
  .baber-heading h1, .baber-heading h2, .baber-heading h3, .baber-heading h4, .baber-heading h5, .baber-heading h6 {
    font-weight: 400;
    color: #000;
    font-size: 32px;
    text-transform: uppercase; }
  .baber-heading h3 {
    font-size: 20px; }
  .baber-heading .desc-title {
    color: #555;
    font-size: 16px;
    line-height: 26px;
    font-style: italic;
    margin-bottom: 0;
    margin-top: 21px; }
  .baber-heading.text-center .desc-title {
    width: 80%;
    margin: 21px auto 0; }
  .baber-heading.style-heading-2 h1, .baber-heading.style-heading-2 h2, .baber-heading.style-heading-2 h3, .baber-heading.style-heading-2 h4, .baber-heading.style-heading-2 h5, .baber-heading.style-heading-2 h6 {
    letter-spacing: -0.2px; }
  .baber-heading.style-heading-2 .header_icon {
    display: inline-block;
    position: relative;
    margin-top: 18px;
    margin-bottom: 0; }
    .baber-heading.style-heading-2 .header_icon:before {
      content: "";
      height: 1px;
      width: 40px;
      position: absolute;
      left: 52px;
      top: 15px;
      background: -moz-linear-gradient(0deg, #81d742 0%, rgba(255, 255, 255, 0.1) 100%);
      background: -webkit-gradient(linear, left top, right top, color-stop(0%, #81d742), color-stop(100%, rgba(255, 255, 255, 0.1)));
      background: -webkit-linear-gradient(0deg, #81d742 0%, rgba(255, 255, 255, 0.1) 100%);
      background: -o-linear-gradient(0deg, #81d742 0%, rgba(255, 255, 255, 0.1) 100%);
      background: -ms-linear-gradient(0deg, #81d742 0%, rgba(255, 255, 255, 0.1) 100%);
      background: linear-gradient(90deg, #81d742 0%, rgba(255, 255, 255, 0.1) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$primary_color', endColorstr='rgba(255,255,255,0.1)',GradientType=1 ); }
    .baber-heading.style-heading-2 .header_icon:after {
      content: "";
      height: 1px;
      width: 40px;
      position: absolute;
      right: 52px;
      top: 15px;
      background: -moz-linear-gradient(0deg, #81d742 0%, rgba(255, 255, 255, 0.1) 100%);
      background: -webkit-gradient(linear, left top, right top, color-stop(0%, #81d742), color-stop(100%, rgba(255, 255, 255, 0.1)));
      background: -webkit-linear-gradient(0deg, #81d742 0%, rgba(255, 255, 255, 0.1) 100%);
      background: -o-linear-gradient(0deg, #81d742 0%, rgba(255, 255, 255, 0.1) 100%);
      background: -ms-linear-gradient(0deg, #81d742 0%, rgba(255, 255, 255, 0.1) 100%);
      background: linear-gradient(-90deg, #81d742 0%, rgba(255, 255, 255, 0.1) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$primary_color', endColorstr='rgba(255,255,255,0.1)',GradientType=1 ); }
  .baber-heading.style-heading-3 {
    padding-bottom: 50px; }
    .baber-heading.style-heading-3 h1, .baber-heading.style-heading-3 h2, .baber-heading.style-heading-3 h3, .baber-heading.style-heading-3 h4, .baber-heading.style-heading-3 h5, .baber-heading.style-heading-3 h6 {
      display: inline-block;
      position: relative;
      z-index: 9;
      padding: 34px 0 35px 37px; }
      .baber-heading.style-heading-3 h1::before, .baber-heading.style-heading-3 h2::before, .baber-heading.style-heading-3 h3::before, .baber-heading.style-heading-3 h4::before, .baber-heading.style-heading-3 h5::before, .baber-heading.style-heading-3 h6::before {
        background: #ebebeb none repeat scroll 0 0;
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100px;
        z-index: -1; }
    .baber-heading.style-heading-3 .desc-title {
      margin-top: 15px;
      font-size: 15px; }
    .baber-heading.style-heading-3.text-center h1, .baber-heading.style-heading-3.text-center h2, .baber-heading.style-heading-3.text-center h3, .baber-heading.style-heading-3.text-center h4, .baber-heading.style-heading-3.text-center h5, .baber-heading.style-heading-3.text-center h6 {
      float: left;
      text-align: left; }
    .baber-heading.style-heading-3.text-center .desc-title {
      float: right;
      text-align: left;
      width: 66.6667%;
      margin-top: 25px;
      font-size: 14px; }

.slick-default .slick-dots li {
  height: 4px;
  width: 15px; }
  .slick-default .slick-dots li.slick-active {
    background: #81d742; }
.slick-default .slick-dots button {
  padding: 0;
  height: 4px;
  width: 15px;
  background: none; }
  .slick-default .slick-dots button:before {
    content: none; }

.latest-tweets ul li:last-child .twitter-tweet {
  margin-bottom: 0; }

.twitter-tweet {
  margin-top: 22px;
  margin-bottom: -12px; }
  .twitter-tweet i {
    font-size: 18px;
    color: #1da1f2;
    float: left;
    padding-top: 6px; }
  .twitter-tweet .tweet-text {
    margin-top: -8px;
    overflow: hidden;
    padding-left: 18px;
    color: #303030;
    line-height: 24px; }
  .twitter-tweet a {
    color: #00baff; }
  .twitter-tweet .my-date {
    color: inherit; }

.instagram-container li {
  display: inline-block;
  float: left;
  width: 20%; }
  .instagram-container li a {
    width: 100%;
    display: inline-block;
    position: relative; }
    .instagram-container li a:before {
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0;
      -moz-transform: scale(0);
      -o-transform: scale(0);
      -ms-transform: scale(0);
      -webkit-transform: scale(0);
      transform: scale(0);
      background: #81d742; }
    .instagram-container li a:after {
      position: absolute;
      content: "\f16d";
      width: 100%;
      height: 100%;
      font-family: FontAwesome;
      text-align: center;
      top: 50%;
      width: 100%;
      left: 0;
      font-size: 36px;
      opacity: 0;
      color: #fff;
      -moz-transform: scale(0);
      -o-transform: scale(0);
      -ms-transform: scale(0);
      -webkit-transform: scale(0);
      transform: scale(0);
      margin-top: -11px; }
    .instagram-container li a:hover:before, .instagram-container li a:hover:after {
      opacity: 0.8;
      -moz-transform: scale(1);
      -o-transform: scale(1);
      -ms-transform: scale(1);
      -webkit-transform: scale(1);
      transform: scale(1); }
    .instagram-container li a img {
      width: 100%; }

.vc_row .mc4wp-form {
  position: relative; }
  .vc_row .mc4wp-form input[type='email'], .vc_row .mc4wp-form input[type='text'] {
    width: 100%;
    padding: 11px 19px 12px;
    background: #fff;
    color: #ababab;
    font-style: italic; }
  .vc_row .mc4wp-form input[type='submit'] {
    position: absolute;
    right: 0;
    top: 0;
    background: #333333;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    padding-left: 22px;
    padding-right: 20px;
    letter-spacing: 2px; }

.footer-gallery {
  overflow: hidden;
  margin-bottom: 0; }

footer ul ul {
  padding-left: 22px; }

.block_content .fb_followers li {
  float: left; }
  .block_content .fb_followers li .fb_name {
    display: none; }

.block_content .fb_followers li a, .block_content .fb_followers li span {
  background-color: rgba(255, 255, 255, 0.2) !important;
  display: block;
  width: 60px;
  height: 60px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover; }

/* Pulse */
@-webkit-keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); } }
@keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); } }
/*hvr-pulse*/
.hvr-pulse {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent; }

.hvr-pulse:hover, .hvr-pulse:focus, .hvr-pulse:active {
  -webkit-animation-name: hvr-pulse;
  animation-name: hvr-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

/* Skew Forward */
.hvr-skew-forward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%; }

.hvr-skew-forward:hover, .hvr-skew-forward:focus, .hvr-skew-forward:active {
  -webkit-transform: skew(-10deg);
  transform: skew(-10deg); }

/* Bounce To Bottom */
.hvr-bounce-to-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s; }

.hvr-bounce-to-bottom:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.8;
  background: #212425;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.hvr-bounce-to-bottom:hover:before, .hvr-bounce-to-bottom:focus:before, .hvr-bounce-to-bottom:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); }

div.wpcf7-response-output {
  padding: 8px 8px 8px 40px;
  border-radius: 4px;
  margin-right: 0;
  margin-left: 0;
  float: left;
  width: 100%;
  text-align: left; }

.wpcf7-response-output {
  position: relative; }
  .wpcf7-response-output:before {
    position: absolute;
    font-family: FontAwesome;
    left: 15px;
    top: 9px; }
  .wpcf7-response-output.wpcf7-mail-sent-ok {
    background: #e0f2d9 none repeat scroll 0 0;
    border: 2px solid #e0f2d9;
    color: #58a839; }
    .wpcf7-response-output.wpcf7-mail-sent-ok:before {
      content: "\f00c"; }
  .wpcf7-response-output.wpcf7-mail-sent-ng {
    background: #ecf1f9 none repeat scroll 0 0;
    border: 2px solid #ecf1f9;
    color: #3d6ebf; }
    .wpcf7-response-output.wpcf7-mail-sent-ng:before {
      content: "\f00c"; }
  .wpcf7-response-output.wpcf7-validation-errors {
    background: #ffecec none repeat scroll 0 0;
    border: 2px solid #ffecec;
    color: #df6060; }
    .wpcf7-response-output.wpcf7-validation-errors:before {
      content: "\f129"; }
  .wpcf7-response-output.wpcf7-spam-blocked {
    background: #fdf9df none repeat scroll 0 0;
    border-color: #fdf9df;
    color: #eb9b0a; }
    .wpcf7-response-output.wpcf7-spam-blocked:before {
      content: "\f071"; }

.post-name {
  -ms-word-wrap: break-word;
  word-wrap: break-word; }

.mc4wp-response {
  position: relative; }
  .mc4wp-response .mc4wp-alert {
    padding: 8px 8px 5px 40px;
    font-size: 13px;
    margin-top: 10px;
    border-radius: 4px;
    text-align: left;
    position: relative;
    float: left; }
    .mc4wp-response .mc4wp-alert:before {
      position: absolute;
      font-family: FontAwesome;
      left: 20px;
      top: 9px; }
  .mc4wp-response .mc4wp-success {
    background: #e0f2d9 none repeat scroll 0 0;
    border: 2px solid #e0f2d9;
    color: #58a839; }
    .mc4wp-response .mc4wp-success:before {
      content: "\f00c"; }
  .mc4wp-response .mc4wp-error {
    background: #ffecec none repeat scroll 0 0;
    border: 2px solid #ffecec;
    color: #df6060; }
    .mc4wp-response .mc4wp-error:before {
      content: "\f129"; }

.woocommerce-account .wrapper {
  min-height: auto; }

.btn-type {
  margin-bottom: 30px; }

.no-results .not-found-title {
  margin-bottom: 30px; }

.screen-reader-text {
  display: none; }

@media (max-width: 1024px) {
  .animated.show-animate {
    visibility: visible; } }
@media (max-width: 1199px) {
  .hidden_bg_tablet {
    background: none !important; }
    .hidden_bg_tablet .upb_row_bg {
      background: none !important; }
    .hidden_bg_tablet > .vc_column-inner {
      background: none !important; } }
@media (max-width: 768px) and (max-width: 1199px) {
  .hide_in_tablet {
    display: none !important; } }
@media (max-width: 767px) {
  .hidden_bg_xs {
    background: none !important; }
    .hidden_bg_xs .upb_row_bg {
      background: none !important; }
    .hidden_bg_xs > .vc_column-inner {
      background: none !important; }

  .hide_in_mobile {
    display: none !important; } }
@media (max-width: 600px) {
  .wpcf7-form .no-full {
    width: 100%; } }
body.ie-9 #page,
body.ie-10 #page,
body.ie-11 #page {
  position: static; }
body.ie-9 .text-mark-3 .text-mark h2 span,
body.ie-10 .text-mark-3 .text-mark h2 span,
body.ie-11 .text-mark-3 .text-mark h2 span {
  background: none; }

.admin-bar .site-header.is-sticky, .admin-bar .header-v4 .main-navigation,
.admin-bar .fixed-header header,
.admin-bar .header-center, .admin-bar .searchform_wrap {
  top: 32px; }

.fixed-header .site-header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 99; }
  .fixed-header .site-header:not(.is-sticky) {
    background-color: transparent; }

.site-header.is-sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.03); }
  .site-header.is-sticky .header-info .open-menu {
    padding-bottom: 24px;
    padding-top: 26px; }
  .site-header.is-sticky .mini-cart .cart_nu_count {
    top: 22%; }

@keyframes reveal-header {
  0% {
    opacity: 0;
    transform: translateY(-50%); }
  100% {
    opacity: 1;
    transform: translateY(0px); } }
@-webkit-keyframes reveal-header {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px); } }
@-moz-keyframes reveal-header {
  0% {
    opacity: 0;
    -moz-transform: translateY(-50%); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0px); } }
@-ms-keyframes reveal-header {
  0% {
    opacity: 0;
    -ms-transform: translateY(-50%); }
  100% {
    opacity: 1;
    -ms-transform: translateY(0px); } }
header {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  left: 0;
  top: 0;
  z-index: 999; }

.header-wrapper {
  position: relative; }
  .header-wrapper::before {
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0.6;
    position: absolute;
    right: 0;
    top: 0; }

.header-container {
  position: relative; }

.header-center,
.header-right {
  display: inline-block;
  vertical-align: middle; }

.header-right {
  position: relative; }

.header-logo, header,
.header-logo img,
.mega-menu > li > a::after,
.mega-menu > li > a::before,
.header-profile ul a::before,
.content-filter, .open-menu {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s; }

.header-myaccount {
  cursor: pointer;
  padding: 40px 0 36px 16px; }
  .header-myaccount i {
    font-size: 30px; }
    .header-myaccount i:hover {
      color: #81d742; }

.content-filter {
  background: #202020 none repeat scroll 0 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 100%;
  opacity: 0;
  z-index: 99;
  visibility: hidden;
  border: 1px solid #81d742;
  border-top-width: 2px;
  -moz-transform: translateY(30px);
  -o-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -webkit-transform: translateY(30px);
  transform: translateY(30px); }

.header-profile {
  width: 160px; }
  .header-profile ul {
    padding: 0;
    margin: 0;
    list-style: none; }
    .header-profile ul li {
      border-bottom: 1px solid rgba(255, 255, 255, 0.16); }
      .header-profile ul li:last-child {
        border-bottom: none; }
    .header-profile ul a {
      display: block;
      color: #fff;
      padding: 10px 15px; }
      .header-profile ul a:hover {
        color: #81d742; }

.admin-bar .header-info .header-ver {
  top: 32px; }

.nav-open .header-ver {
  opacity: 1;
  right: 0;
  visibility: visible; }
.nav-open .header-left .header-ver {
  left: 0;
  right: auto; }

.header-info .open-menu {
  padding: 40px 0 40px 20px; }

header ul, footer ul, .pricing-content ul {
  padding: 0;
  list-style: none;
  margin: 0; }

.header-ver {
  background: #333 none repeat scroll 0 0;
  height: 100%;
  position: fixed;
  right: -100%;
  text-align: left;
  top: 0;
  opacity: 0;
  visibility: hidden;
  width: 400px;
  z-index: 9999;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s; }
  .header-ver .header-sidebar {
    width: 100%;
    padding: 40px; }

.header-left .header-ver {
  left: -100%;
  right: 0; }

.social_icon {
  text-align: right; }

.hover-effect i {
  display: table-cell;
  height: 100%;
  position: relative;
  vertical-align: middle;
  width: 100%;
  left: 50%;
  z-index: 9;
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s; }
  .hover-effect i.fa-hover {
    left: -100%;
    line-height: 40px;
    position: absolute;
    top: 0;
    z-index: 0;
    visibility: hidden;
    opacity: 0; }

.social_icon li {
  display: inline-block; }
  .social_icon li a {
    border: 1px solid #81d742;
    display: table;
    height: 40px;
    padding: 0;
    text-align: center;
    width: 40px;
    position: relative;
    overflow: hidden;
    color: #81d742; }
    .social_icon li a:hover {
      background: #fff; }

.text-menu {
  color: #555555;
  font-size: 13px;
  font-style: italic;
  line-height: 26px;
  padding-bottom: 15px; }

.logo-sidebar {
  padding-bottom: 30px;
  padding-top: 30px; }

.slogan {
  color: #fff; }

.header-contact li {
  padding-bottom: 5px; }
.header-contact a {
  color: #fff; }
  .header-contact a:hover {
    color: #81d742; }
  .header-contact a span {
    margin-right: 5px; }

.open-menu {
  cursor: pointer;
  font-size: 30px;
  line-height: 30px; }
  .open-menu:hover {
    color: #81d742; }

.close-menu, .close-menu-mobile {
  border: 1px solid #81d742;
  color: #81d742;
  cursor: pointer;
  display: table;
  font-size: 20px;
  height: 40px;
  padding: 0;
  position: absolute;
  left: 40px;
  text-align: center;
  vertical-align: middle;
  width: 40px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s; }
  .close-menu span, .close-menu-mobile span {
    display: inline;
    height: 100%;
    vertical-align: middle; }
  .close-menu:hover, .close-menu-mobile:hover {
    background: #fff; }

.header-v1 .header-logo {
  padding-top: 19px; }
.header-v1 .header-container {
  text-align: right; }
.header-v1.is-sticky .header-logo img {
  width: 120px; }

.header-v1 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1); }

.header-v3.is-sticky.site-header .header-logo img {
  width: auto; }
.header-v3 .header-logo {
  position: absolute;
  top: 35px;
  left: 15px;
  z-index: 99; }
.header-v3 .header-center {
  display: block;
  text-align: center; }
.header-v3 .header-right {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 99; }
.header-v3 .top-search .search-field,
.header-v3 .top-search .search-form input[type="text"] {
  background: #e9e9e9;
  color: #b0b0b0; }
.header-v3 .search-block-top .top-search .btn-search {
  color: #8d9095; }
  .header-v3 .search-block-top .top-search .btn-search:hover {
    color: #81d742; }

.searchform {
  position: relative; }

.search-block-top .btn-search {
  display: block;
  font-size: 30px;
  line-height: 30px;
  padding: 40px 0 40px 20px; }
  .search-block-top .btn-search:hover {
    color: #81d742; }
.search-block-top .top-search .btn-search {
  position: absolute;
  top: 33px;
  border: none;
  right: 15px;
  padding: 0;
  background: none;
  color: #fff;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }
.search-block-top .search-holder .searchform_wrap .btn-search {
  padding: 7px 0;
  font-size: 24px; }

.btn-search, .btn-close {
  cursor: pointer; }

.top-search {
  top: 100%;
  width: 607px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  background: none;
  z-index: 9900;
  border: none;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  -moz-transform: translateY(30px);
  -o-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  visibility: hidden;
  box-shadow: none; }
  .top-search .search-field, .top-search .search-form input[type="text"] {
    float: left;
    height: 65px;
    width: 100%;
    background: #151515;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    padding: 10px 70px 10px 15px; }
  .top-search .product-search {
    float: left;
    position: relative;
    width: 100%; }
    .top-search .product-search .btn-search {
      position: absolute;
      right: 15px;
      padding: 0;
      font-size: 30px; }

.search-block-top .active.top-search {
  opacity: 1;
  visibility: visible;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none; }

.searchform_wrap {
  border-bottom: none;
  position: fixed;
  display: block;
  top: 0;
  right: -100%;
  height: 100%;
  width: 400px;
  background: #1b1b1b;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  z-index: 99;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .searchform_wrap.opened {
    right: 0;
    opacity: 1;
    visibility: visible; }
    .searchform_wrap.opened h5 {
      font-size: 18px;
      color: #fff;
      font-weight: normal; }
  .searchform_wrap form {
    position: relative; }
    .searchform_wrap form button {
      position: absolute !important;
      right: 0;
      top: 0;
      font-size: 24px;
      color: #fff;
      background: none;
      border: none; }
  .searchform_wrap input {
    border: none;
    padding-left: 0;
    color: #fff;
    font-weight: 700;
    background: none;
    width: 100%; }
  .searchform_wrap .vc_child {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    max-width: 750px;
    padding: 5px 15px 0;
    border-bottom: 1px solid #373737; }

.close_search_form {
  display: inline-block;
  font-size: 30px;
  vertical-align: middle; }
  .close_search_form:hover {
    color: #81d742; }

.search-title {
  padding: 30px 15px 0; }
  .search-title p {
    display: inline-block;
    float: right;
    font-size: 16px;
    font-weight: 700;
    margin: 2px 0 0;
    text-transform: uppercase;
    vertical-align: middle;
    color: #81d742; }

.mini-cart .cart_label {
  position: relative;
  display: block;
  line-height: 30px;
  padding: 40px 0 40px 15px;
  position: relative;
  font-size: 30px;
  color: #fff; }
  .mini-cart .cart_label:hover {
    color: #81d742; }
.mini-cart .cart_nu_count {
  background: #81d742 none repeat scroll 0 0;
  border-radius: 50%;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  font-family: Lato;
  height: 18px;
  line-height: 18px;
  margin: 0;
  position: absolute;
  right: -11px;
  text-align: center;
  top: 34%;
  vertical-align: middle;
  width: 18px; }
.mini-cart .cart-block {
  color: #000;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  top: 100%;
  width: 265px;
  padding: 12px;
  margin: 0;
  border-radius: 0;
  max-height: 400px;
  overflow: auto;
  border: none;
  border-top: 2px solid #81d742; }
  .mini-cart .cart-block::-webkit-scrollbar {
    width: 3px;
    height: 3px; }
  .mini-cart .cart-block::-webkit-scrollbar-track {
    background-color: #999; }
  .mini-cart .cart-block::-webkit-scrollbar-track-piece {
    background-color: #ffffff; }
  .mini-cart .cart-block::-webkit-scrollbar-thumb {
    background-color: #81d742; }
  .mini-cart .cart-block::-webkit-scrollbar-corner {
    background-color: #999; }
  .mini-cart .cart-block::-webkit-resizer {
    background-color: #666; }
.mini-cart .active {
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
  opacity: 1;
  visibility: visible; }
.mini-cart .count-item {
  border-bottom: 1px solid #81d742;
  margin-bottom: 20px;
  padding-top: 3px; }
  .mini-cart .count-item > p {
    color: #808080; }
    .mini-cart .count-item > p p {
      display: inline-block;
      margin: 0; }

.minicart_header {
  display: none; }

.widget_shopping_cart_content {
  padding: 0;
  float: left;
  width: 100%; }
  .widget_shopping_cart_content .wrap-mini-cart {
    padding-bottom: 20px; }
  .widget_shopping_cart_content dl.variation dt {
    color: #a1a1a1;
    font-size: 12px;
    display: block;
    line-height: 18px;
    font-weight: normal; }
    .widget_shopping_cart_content dl.variation dt > p {
      display: inline-block; }
  .widget_shopping_cart_content ul {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0; }
    .widget_shopping_cart_content ul li {
      display: block;
      padding-bottom: 16px;
      margin-bottom: 20px;
      padding-right: 20px;
      border-bottom: 1px solid #e8e7e7;
      position: relative;
      text-align: left;
      float: left;
      width: 100%; }
      .widget_shopping_cart_content ul li:last-child {
        margin-bottom: 11px; }
      .widget_shopping_cart_content ul li a {
        color: #1b242b; }
        .widget_shopping_cart_content ul li a:hover {
          color: #81d742; }
      .widget_shopping_cart_content ul li img {
        display: block;
        float: left;
        margin-right: 15px;
        width: 50px; }
      .widget_shopping_cart_content ul li .remove {
        color: #919191;
        font-size: 18px;
        position: absolute;
        right: 0; }
      .widget_shopping_cart_content ul li.empty {
        padding-bottom: 0;
        color: #fff;
        margin: 0;
        border: medium none; }
      .widget_shopping_cart_content ul li .quantity {
        background: transparent none repeat scroll 0 0;
        border: medium none;
        color: #aeb0b2; }
  .widget_shopping_cart_content .total {
    font-weight: 700;
    clear: left;
    text-align: right;
    font-size: 14px;
    margin-bottom: 13px;
    text-transform: uppercase; }
  .widget_shopping_cart_content .buttons {
    text-align: right; }
    .widget_shopping_cart_content .buttons .btn {
      padding: 10px 10px 8px; }
      .widget_shopping_cart_content .buttons .btn:first-child {
        float: left; }
  .widget_shopping_cart_content .woocommerce-mini-cart__buttons > .button {
    width: auto;
    text-transform: uppercase;
    padding: 10px 10px 8px;
    border-radius: 0;
    font-size: 14px;
    font-weight: 700;
    border: none;
    box-shadow: none;
    letter-spacing: 0.15em;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    background: #81d742;
    border: 1px solid #81d742;
    color: #fff;
    float: right; }
    .widget_shopping_cart_content .woocommerce-mini-cart__buttons > .button:hover {
      background: #000000;
      border-color: #000000; }
    .widget_shopping_cart_content .woocommerce-mini-cart__buttons > .button:first-child {
      float: left; }
  .widget_shopping_cart_content .cart-info {
    padding-left: 18px;
    overflow: hidden; }
    .widget_shopping_cart_content .cart-info .product-name {
      margin-top: -2px; }
      .widget_shopping_cart_content .cart-info .product-name a {
        text-transform: uppercase;
        color: #000;
        font-size: 14px;
        font-weight: normal;
        padding: 0;
        margin-bottom: 0;
        display: block;
        margin-right: 25px;
        line-height: 16px; }
        .widget_shopping_cart_content .cart-info .product-name a:hover {
          color: #81d742; }
    .widget_shopping_cart_content .cart-info .qty-cart > span {
      color: #a1a1a1;
      font-size: 12px;
      display: block;
      line-height: 18px;
      font-weight: normal; }
      .widget_shopping_cart_content .cart-info .qty-cart > span > span {
        color: #000;
        padding-left: 5px;
        font-size: 12px;
        font-weight: 600; }
        .widget_shopping_cart_content .cart-info .qty-cart > span > span > span {
          font-size: 12px;
          color: #000; }
  .widget_shopping_cart_content .cart-actions {
    text-align: center;
    width: 100%;
    overflow: hidden;
    border-top: 1px solid #ebebeb; }
    .widget_shopping_cart_content .cart-actions .total {
      font-size: 14px;
      text-transform: uppercase;
      text-align: left;
      padding: 10px 0;
      color: #a1a1a1;
      border-bottom: 1px solid #ddd; }
      .widget_shopping_cart_content .cart-actions .total .price {
        color: #000000;
        float: right; }
  .widget_shopping_cart_content .cart-btn {
    text-align: center;
    overflow: hidden; }
    .widget_shopping_cart_content .cart-btn .btn-default {
      letter-spacing: 1px;
      padding: 11px 41px 13px 43px; }

@media (min-width: 1200px) {
  .header-v1 .languges-flags, .header-v3 .languges-flags {
    height: 100%;
    vertical-align: middle;
    padding-top: 30px;
    padding-bottom: 20px;
    border-left: none; }
    .header-v1 .languges-flags:before, .header-v3 .languges-flags:before {
      content: "";
      height: 18px;
      width: 1px;
      background: #d5d5d5;
      position: absolute;
      left: 0;
      top: 50%;
      -moz-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      margin-top: -1px; } }

.overlay3 {
  background: transparent;
  border: 0 none;
  display: block;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.social-sidebar {
  margin-bottom: 30px; }
  .social-sidebar ul {
    list-style: outside none none;
    padding: 0; }
  .social-sidebar .twitter-tweet .tweet-text {
    color: #fff; }
  .social-sidebar .twitter-tweet .my-date {
    color: #00baff; }

.social-mobile {
  border-bottom: 1px solid #f0efef;
  margin-top: 30px;
  text-align: left;
  clear: left;
  padding: 20px 15px; }
  .social-mobile .social_icon {
    text-align: left; }
  .social-mobile h5 {
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 700; }
  .social-mobile + .contact-mobile {
    border-top: none;
    margin-top: 0; }

.contact-mobile {
  border-bottom: 1px solid #f0efef;
  margin-top: 30px;
  clear: left;
  text-align: left;
  padding: 20px 15px; }
  .contact-mobile h5 {
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 700; }

.header-slogan {
  padding-bottom: 20px; }

.header-sidebar h4 {
  color: #81d742;
  font-weight: 300;
  letter-spacing: 0.5px;
  margin-bottom: 30px;
  text-transform: uppercase; }
.header-sidebar .sw_content > p,
.header-sidebar .contact-form label {
  display: none; }
.header-sidebar .contact-form .form-left {
  padding-right: 0;
  width: 100%; }
.header-sidebar .contact-form .form-right {
  padding-left: 0;
  width: 100%; }

.openmenu.openmenu-hoz .overlay {
  opacity: 0;
  visibility: hidden; }
.openmenu.nav-open.openmenu-hoz .overlay, .openmenu.cart-open.openmenu-hoz .overlay, .openmenu.search_opened.openmenu-hoz .overlay {
  opacity: 0.8;
  visibility: visible;
  width: 100%; }
.openmenu .overlay {
  opacity: 0.8;
  visibility: visible;
  width: 100%;
  left: 400px; }

.overlay {
  background: #000 none repeat scroll 0 0;
  height: 100%;
  opacity: 0;
  position: fixed;
  left: 0;
  top: 0;
  visibility: hidden;
  z-index: 999;
  width: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s; }

[class*="header-"] .open-menu-mobile:hover,
[class*="header-"] .searchform_wrap form button:hover,
[class*="header-"] .header-contact a:hover,
[class*="header-"] .mega-menu li.current_page_parent > a,
[class*="header-"] .mega-menu .sub-menu li.current-menu-item > a,
[class*="header-"] .widget_shopping_cart_content ul li a:hover {
  color: #81d742; }

.nav-open .overlay, .cart-open .overlay,
.search_opened .overlay {
  opacity: 0.8;
  width: 100%;
  z-index: 9999;
  left: -400px;
  visibility: visible; }

.nav-open-left .overlay {
  right: -400px;
  left: auto; }

.woocommerce-page .cart-block .btn.btn-primary {
  border-radius: 0;
  font-size: 14px; }
  .woocommerce-page .cart-block .btn.btn-primary:hover {
    border-width: 1px !important;
    background: #000 !important; }

.hide_header header {
  display: none !important; }

.header-v1 {
  background: #333; }
  .header-v1 .mega-menu > li > a {
    color: #fff; }
  .header-v1 .mega-menu li .sub-menu {
    background: #333; }
  .header-v1 .mega-menu li .sub-menu li a {
    color: #fff; }
    .header-v1 .mega-menu li .sub-menu li a:hover {
      background: #282828; }
  .header-v1 .open-menu,
  .header-v1 .header-myaccount i,
  .header-v1 .btn-search i {
    color: #fff; }
    .header-v1 .open-menu:hover,
    .header-v1 .header-myaccount i:hover,
    .header-v1 .btn-search i:hover {
      color: #81d742; }

.header-v2 {
  background: #333; }
  .header-v2 .mega-menu > li > a {
    color: #fff; }
  .header-v2 .mega-menu li .sub-menu {
    background: #333; }
  .header-v2 .mega-menu li .sub-menu li a {
    color: #fff; }
    .header-v2 .mega-menu li .sub-menu li a:hover {
      background: #282828; }
  .header-v2 .mega-menu > li.megamenu > .sub-menu {
    top: 0 !important; }
  .header-v2 .megamenu.notsub_level-2 ul.sub-menu > li > a,
  .header-v2 .megamenu.notsub_level-2 ul.sub-menu > li > a {
    min-height: 96px !important;
    font-size: 16px; }
  .header-v2 .mini-cart > a,
  .header-v2 .open-menu,
  .header-v2 .header-myaccount i,
  .header-v2 .btn-search i {
    color: #696969; }
    .header-v2 .mini-cart > a:hover,
    .header-v2 .open-menu:hover,
    .header-v2 .header-myaccount i:hover,
    .header-v2 .btn-search i:hover {
      color: #81d742; }
  .header-v2 .mini-cart .cart_label {
    margin-right: 35px; }
  .header-v2 .header-myaccount {
    padding-left: 25px;
    padding-right: 5px;
    padding-top: 37px; }
  .header-v2 .content-filter.header-profile {
    right: auto;
    left: 50%;
    margin-left: -80px;
    top: auto;
    bottom: 100%; }
  .header-v2 .site-header.is-sticky .header-myaccount {
    padding-top: 20px; }

.header-v3 {
  background: #fff; }
  .header-v3 .header-ver,
  .header-v3 .mega-menu li .sub-menu {
    background: #fff; }
  .header-v3 .mega-menu > li > a {
    font-weight: bold; }
  .header-v3 .mini-cart .count-item > p,
  .header-v3 .social-sidebar .twitter-tweet .tweet-text,
  .header-v3 .slogan, .header-v3 .widget_shopping_cart_content ul li a,
  .header-v3 .mega-menu li .sub-menu li a,
  .header-v3 .mega-menu > li > a,
  .header-v3 .header-profile ul a,
  .header-v3 .header-contact a {
    color: #5c6771; }
  .header-v3 .content-filter, .header-v3 .top-search .search-field,
  .header-v3 .top-search .search-form input[type="text"] {
    background: #fff;
    color: #5c6771; }
  .header-v3 .search-block-top .top-search .btn-search {
    color: #8d9095; }
    .header-v3 .search-block-top .top-search .btn-search:hover {
      color: #81d742; }
  .header-v3 .mega-menu li .sub-menu li a:hover, .header-v3 .header-profile ul li:hover a {
    background: #f7f6f6; }
  .header-v3 .header-slogan {
    padding-top: 30px; }
  .header-v3 .close_search_form {
    color: rgba(255, 255, 255, 0.5); }
  .header-v3 .widget_shopping_cart_content ul li.empty,
  .header-v3 .widget_shopping_cart_content ul li,
  .header-v3 .header-profile ul li,
  .header-v3 .mega-menu li .sub-menu li a,
  .header-v3 .searchform_wrap .vc_child,
  .header-v3 .social-mobile,
  .header-v3 .main-navigation .mega-menu li .sub-menu li:last-child > a,
  .header-v3 .widget_shopping_cart_content ul li, .header-v3 .header-profile ul li,
  .header-v3 .contact-mobile {
    border-color: #f0efef; }
  .header-v3 .header-info .open-menu,
  .header-v3 .header-myaccount,
  .header-v3 .mini-cart .cart_label,
  .header-v3 .search-block-top > .btn-search {
    color: #333; }
    .header-v3 .header-info .open-menu:hover,
    .header-v3 .header-myaccount:hover,
    .header-v3 .mini-cart .cart_label:hover,
    .header-v3 .search-block-top > .btn-search:hover {
      color: #81d742; }
  .header-v3 .open-menu-mobile {
    color: #333; }
  .header-v3 .header-profile ul li:hover a {
    color: #81d742; }

.header-v3 .mini-cart .cart_nu_count {
  font-size: 12px;
  height: 18px;
  line-height: 18px;
  right: -11px;
  top: 33.3%;
  width: 18px; }

.header-v4 {
  background: #fff; }
  .header-v4 .widget_shopping_cart_content ul li,
  .header-v4 .header-profile ul li,
  .header-v4 .mega-menu li .sub-menu li a,
  .header-v4 .searchform_wrap .vc_child,
  .header-v4 .social-mobile,
  .header-v4 .main-navigation .mega-menu li .sub-menu li:last-child > a,
  .header-v4 .widget_shopping_cart_content ul li, .header-v4 .header-profile ul li,
  .header-v4 .contact-mobile {
    border-color: #f0efef; }
  .header-v4 .open-menu-mobile {
    color: #333; }
  .header-v4 .header-ver,
  .header-v4 .mega-menu li .sub-menu {
    background: #fff; }
  .header-v4 .mega-menu > li > a {
    font-weight: bold; }
  .header-v4 .widget_shopping_cart_content ul li.empty,
  .header-v4 .mini-cart .count-item > p,
  .header-v4 .social-sidebar .twitter-tweet .tweet-text,
  .header-v4 .slogan, .header-v4 .widget_shopping_cart_content ul li a,
  .header-v4 .mega-menu li .sub-menu li a,
  .header-v4 .mega-menu > li > a,
  .header-v4 .header-profile ul a,
  .header-v4 .header-contact a {
    color: #5c6771; }
  .header-v4 .header-profile ul a:hover {
    color: #81d742; }
  .header-v4 .content-filter, .header-v4 .top-search .search-field,
  .header-v4 .top-search .search-form input[type="text"] {
    background: #fff;
    color: #5c6771; }
  .header-v4 .search-block-top .top-search .btn-search {
    color: #8d9095; }
    .header-v4 .search-block-top .top-search .btn-search:hover {
      color: #81d742; }
  .header-v4 .mega-menu li .sub-menu li a:hover, .header-v4 .header-profile ul li:hover a {
    background: #f7f6f6; }
  .header-v4 .close_search_form {
    color: rgba(255, 255, 255, 0.5); }
  .header-v4 .header-info .open-menu,
  .header-v4 .header-myaccount,
  .header-v4 .mini-cart .cart_label,
  .header-v4 .search-block-top > .btn-search {
    color: #333; }
    .header-v4 .header-info .open-menu:hover,
    .header-v4 .header-myaccount:hover,
    .header-v4 .mini-cart .cart_label:hover,
    .header-v4 .search-block-top > .btn-search:hover {
      color: #81d742; }

.header-v5 {
  background: #fff;
  text-align: center; }
  .header-v5 .mega-menu > li > a {
    color: #5c6771; }
  .header-v5 .logo-sidebar {
    padding-top: 55px; }
  .header-v5 .mega-menu > li.menu-item > a {
    padding: 39px 15px 37px; }
  .header-v5 .kad-header-logo {
    display: inline-block;
    padding: 23px 31px 0; }
  .header-v5 .widget_shopping_cart_content ul li,
  .header-v5 .header-profile ul li,
  .header-v5 .mega-menu li .sub-menu li a,
  .header-v5 .searchform_wrap .vc_child,
  .header-v5 .social-mobile,
  .header-v5 .main-navigation .mega-menu li .sub-menu li:last-child > a,
  .header-v5 .widget_shopping_cart_content ul li, .header-v5 .header-profile ul li,
  .header-v5 .contact-mobile {
    border-color: #f0efef; }
  .header-v5 .open-menu-mobile {
    color: #333; }
  .header-v5 .header-right {
    float: right;
    margin-right: 109px; }
  .header-v5 .header-info .open-menu {
    color: #fff;
    padding: 35px 37px 34px; }
  .header-v5 .search-block-top .btn-search,
  .header-v5 .mini-cart .cart_label {
    padding-top: 38px;
    padding-bottom: 31px; }
  .header-v5 .header-myaccount {
    padding-top: 36px;
    padding-bottom: 30px; }
  .header-v5 .header-left {
    float: left; }
    .header-v5 .header-left .header-info {
      background: #333333; }
  .header-v5 .header-ver,
  .header-v5 .mega-menu li .sub-menu {
    background: #fff; }
  .header-v5 .mega-menu > li > a {
    font-weight: bold; }
  .header-v5 .widget_shopping_cart_content ul li.empty,
  .header-v5 .mini-cart .count-item > p,
  .header-v5 .social-sidebar .twitter-tweet .tweet-text,
  .header-v5 .slogan, .header-v5 .widget_shopping_cart_content ul li a,
  .header-v5 .mega-menu li .sub-menu li a,
  .header-v5 .mega-menu > li > a,
  .header-v5 .header-profile ul a,
  .header-v5 .contact-mobile h5,
  .header-v5 .social-mobile h5,
  .header-v5 .header-contact a {
    color: #5c6771; }
  .header-v5 .header-profile ul a:hover {
    color: #81d742; }
  .header-v5 .social_icon {
    text-align: left;
    margin-bottom: 30px; }
  .header-v5 .content-filter, .header-v5 .top-search .search-field,
  .header-v5 .top-search .search-form input[type="text"] {
    background: #fff;
    color: #5c6771; }
  .header-v5 .search-block-top .top-search .btn-search {
    color: #8d9095; }
    .header-v5 .search-block-top .top-search .btn-search:hover {
      color: #81d742; }
  .header-v5 .mega-menu li .sub-menu li a:hover, .header-v5 .header-profile ul li:hover a {
    background: #f7f6f6; }
  .header-v5 .close_search_form {
    color: rgba(255, 255, 255, 0.5); }
  .header-v5 .header-myaccount,
  .header-v5 .mini-cart .cart_label,
  .header-v5 .search-block-top > .btn-search {
    color: #333; }
    .header-v5 .header-myaccount:hover,
    .header-v5 .mini-cart .cart_label:hover,
    .header-v5 .search-block-top > .btn-search:hover {
      color: #81d742; }
  .header-v5.is-sticky .kad-header-logo {
    padding-top: 0; }
  .header-v5.site-header.is-sticky .header-info .open-menu {
    padding-left: 28px;
    padding-right: 28px; }

.header-v6 {
  background: #333;
  position: relative; }
  .header-v6 .header-info {
    display: none; }
  .header-v6 .header-myaccount {
    padding-left: 40px; }
  .header-v6 .mega-menu > li > a:before {
    content: none; }
  .header-v6 .open-menu-mobile {
    cursor: pointer;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    float: right;
    z-index: 99;
    right: 0;
    left: auto;
    position: relative;
    font-size: 30px;
    width: auto;
    height: auto;
    padding-top: 39px;
    padding-left: 45px; }
  .header-v6 .header-right {
    float: right; }
  .header-v6 .header-logo {
    padding-top: 28px; }
  .header-v6.is-sticky .header-logo {
    padding-top: 13px !important; }
  .header-v6.is-sticky .open-menu-mobile {
    padding-top: 24px; }
  .header-v6.is-sticky .main-navigation {
    height: 100vh; }
  .header-v6 .main-navigation {
    right: -100%;
    opacity: 0;
    position: absolute;
    top: 0;
    visibility: hidden;
    width: 300px;
    height: 100vh;
    float: left;
    background: #333;
    z-index: 99;
    text-align: right;
    overflow: auto;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s; }
    .header-v6 .main-navigation .nav-sections {
      float: left;
      width: 100%;
      height: 100%; }
  .header-v6 .tab-content {
    height: 100%;
    width: 100%;
    overflow: hidden; }
  .header-v6 .mini-cart .cart_label {
    padding-left: 40px; }
  .header-v6 .mega-menu > li:not(.megamenu) .sub-menu,
  .header-v6 .mega-menu > li > .sub-menu {
    border: none;
    display: none; }
  .header-v6 .mega-menu > li:not(.megamenu) .sub-menu,
  .header-v6 .mega-menu > li.megamenu .sub-menu {
    visibility: visible;
    opacity: 1;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    width: 100% !important;
    position: relative;
    top: 0;
    left: 0; }
  .header-v6 .mega-menu > li.menu-item li .product_types {
    padding: 15px 15px 0; }
    .header-v6 .mega-menu > li.menu-item li .product_types a {
      padding-left: 0 !important; }
  .header-v6 .mega-menu li .sub-menu li {
    width: 100%; }
  .header-v6 .mega-menu > li.menu-item {
    width: 100%; }
  .header-v6.site-header.is-sticky .mega-menu > li.menu-item > a {
    padding-top: 13px;
    padding-bottom: 13px; }
  .header-v6 .header-scroll .caret-submenu {
    right: -17px; }
  .header-v6 .open-submenu {
    display: none; }
  .header-v6 .main-navigation .mega-menu > li.menu-item.megamenu ul > li:last-child > a {
    border-bottom: 1px solid #555555; }
  .header-v6 .main-navigation .mega-menu > li.menu-item.megamenu ul > li ul li a {
    padding-left: 45px; }
  .header-v6 .main-navigation .mega-menu > li.menu-item.megamenu ul > li > a {
    font-size: 15px;
    font-weight: 400;
    padding-left: 35px;
    padding-top: 13px !important;
    border-bottom: 1px solid #555555; }
  .header-v6 .main-navigation .mega-menu {
    display: block;
    clear: left; }
    .header-v6 .main-navigation .mega-menu li {
      position: relative;
      clear: left; }
    .header-v6 .main-navigation .mega-menu > li.menu-item {
      display: block; }
      .header-v6 .main-navigation .mega-menu > li.menu-item:first-child {
        margin-top: 30px; }
      .header-v6 .main-navigation .mega-menu > li.menu-item > a {
        border-bottom: 1px solid #555; }
      .header-v6 .main-navigation .mega-menu > li.menu-item a {
        padding: 13px 25px; }
      .header-v6 .main-navigation .mega-menu > li.menu-item li a {
        padding-left: 35px; }
        .header-v6 .main-navigation .mega-menu > li.menu-item li a:hover {
          padding-left: 35px; }
      .header-v6 .main-navigation .mega-menu > li.menu-item li li a {
        padding-left: 45px; }
        .header-v6 .main-navigation .mega-menu > li.menu-item li li a:hover {
          padding-left: 45px; }
    .header-v6 .main-navigation .mega-menu li .sub-menu {
      padding: 0; }
      .header-v6 .main-navigation .mega-menu li .sub-menu li {
        width: 100%;
        padding: 0; }
        .header-v6 .main-navigation .mega-menu li .sub-menu li:last-child > a {
          border-bottom: 1px solid #555; }
    .header-v6 .main-navigation .mega-menu li:not(.megamenu) .sub-menu .sub-menu {
      -moz-transform: none;
      -o-transform: none;
      -ms-transform: none;
      -webkit-transform: none;
      transform: none; }
  .header-v6 .caret-submenu {
    display: block;
    top: 15px; }
  .header-v6 .main-navigation, .header-v6 .mega-menu li .sub-menu, .header-v6 .header-ver, .header-v6 .searchform_wrap,
  .header-v6 .mini-cart .cart-block,
  .header-v6 .content-filter,
  .header-v6 .top-search .search-field {
    background: #333; }
  .header-v6 .mega-menu li .sub-menu li a, .header-v6 .searchform_wrap .vc_child,
  .header-v6 .social-mobile, .header-v6 .main-navigation .mega-menu li .sub-menu li:last-child > a,
  .header-v6 .widget_shopping_cart_content ul li, .header-v6 .header-profile ul li, .header-v6 .contact-mobile {
    border-color: #555; }
  .header-v6 .header_icon, .header-v6 .header-profile ul a, .header-v6 .search-block-top, .header-v6 .mini-cart .cart_label,
  .header-v6 .top-search .search-field, .header-v6 .mini-cart > a,
  .header-v6 .search-block-top .top-search .btn-search, .header-v6 .open-menu-mobile,
  .header-v6 .languges-flags a,
  .header-v6 .mega-menu > li > a, .header-v6 .mega-menu li .sub-menu li a,
  .header-v6 .mini-cart .count-item > p,
  .header-v6 .searchform_wrap input, .header-v6 .searchform_wrap form button,
  .header-v6 .widget_shopping_cart_content ul li.empty, .header-v6 .open-menu-mobile,
  .header-v6 .widget_shopping_cart_content ul li a, .header-v6 .widget_shopping_cart_content .total,
  .header-v6 .mini-cart .product_list_widget .product-content .product-title,
  .header-v6 .mega-menu .product_list_widget .product-content .product-title {
    color: #fff; }
  .header-v6 .mini-cart > a:hover, .header-v6 .mini-cart .cart_label:hover {
    color: #81d742; }

.openmenu .header-v6 .main-navigation {
  right: -110px;
  opacity: 1;
  visibility: visible;
  left: auto; }

.overlay.overlay-header6 {
  right: 300px !important;
  left: 0;
  width: calc(100% - 300px) !important;
  z-index: 999; }

button[type='submit'].btn-search {
  padding: 0;
  font-size: 23px;
  margin-top: 0; }

.close-menu + .logo-sidebar, .close-menu + .header-slogan,
.close-menu + .social-sidebar, .close-menu + .header-contact {
  padding-top: 62px; }

@media (min-width: 1920px) {
  .header-v3 .container-fluid .mega-menu > li.menu-item > a {
    padding-left: 45px;
    padding-right: 44px; }

  .header-v3 .header-myaccount, .header-v3 .mini-cart .cart_label, .header-v3 .search-block-top > .btn-search,
  .header-v3 .header-info .open-menu {
    padding: 40px 0 27px 37px; }
  .header-v3 .header-wrapper .header-right {
    padding-right: 48px; }

  .header-v5 .search-block-top {
    margin-left: 27px; }
  .header-v5 .mini-cart .cart_label {
    margin-left: 27px; } }
@media (min-width: 1366px) {
  #page.boxed {
    margin: 0 100px;
    box-shadow: 0px 0px 27px 1px rgba(0, 0, 0, 0.2); }
    #page.boxed header:not(.is-sticky) .header-wrapper .header-boxed {
      padding-left: 15px;
      padding-right: 15px; }

  .header-wrapper .header-boxed {
    padding-left: 50px;
    padding-right: 50px; }
    .header-wrapper .header-boxed .kad-header-menu {
      padding: 0; } }
@media (min-width: 1200px) and (max-width: 1275px) {
  .boxed .container {
    width: 100%; } }
@media (min-width: 1200px) and (max-width: 1365px) {
  .header-v2 + .wrapper .container-fluid .arrowpress-container.full,
  .header-v2 + .wrapper .container .arrowpress-container.full,
  .header-v2 + .wrapper .container-fluid .arrowpress-container,
  .header-v2 + .wrapper .container .arrowpress-container,
  .header-v2 ~ .footer .container-fluid,
  .header-v2 ~ .footer .container {
    width: 100% !important; }

  .header-v2 + .wrapper .sticky-post-2 .post-name a {
    font-size: 32px;
    line-height: 36px; }
  .header-v2 + .wrapper .sticky-post-2 .blog-info {
    padding-top: 0; }
  .header-v2 + .wrapper .blog-info .info {
    padding-right: 15px; }

  .header-v2 .header-container .mega-menu > li.menu-item.megamenu .sub-menu {
    width: 720px; }

  #page.boxed.site {
    margin: 0 50px; }
    #page.boxed.site header.site-header {
      left: 50px;
      right: 50px; }

  header .header-wrapper .header-boxed {
    padding-left: 50px;
    padding-right: 50px; } }
@media (min-width: 1200px) {
  .header-wrapper .header-boxed {
    padding-left: 75px;
    padding-right: 75px; }
    .header-wrapper .header-boxed .kad-header-menu {
      padding: 0; }

  .boxed.fixed-header .site-header {
    left: 75px;
    right: 75px;
    width: auto; }

  #page.boxed {
    margin: 0 75px;
    overflow: hidden;
    box-shadow: 0px 0px 27px 1px rgba(0, 0, 0, 0.2); }
    #page.boxed header:not(.is-sticky) .header-wrapper .header-boxed {
      padding-left: 15px;
      padding-right: 15px; }
    #page.boxed .is-sticky .header-wrapper .header-boxed {
      padding-left: 15px;
      padding-right: 15px; }

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

  header.header-v6 .container-fluid {
    padding-left: 100px;
    padding-right: 110px; }

  header.header-v5 .container-fluid,
  header.header-v3 .container-fluid {
    padding-left: 0;
    padding-right: 0; } }
@media (max-width: 1199px) {
  .openmenu .header-v6 .main-navigation {
    right: -15px;
    left: auto; }

  .openmenu .header-v6 .open-menu-mobile {
    padding-right: 240px; }

  .header-wrapper .header-boxed {
    padding-left: 30px;
    padding-right: 30px; }

  .header-v5 .kad-header-menu {
    padding: 0 !important; }
  .header-v5 .header-right {
    margin-right: 20px; } }
@media (min-width: 992px) {
  .mega-menu > li.megamenu.menu-home {
    position: relative; }
    .mega-menu > li.megamenu.menu-home .sub-menu {
      width: 550px; }
      .mega-menu > li.megamenu.menu-home .sub-menu li a {
        border-bottom: 1px solid #555; }

  .fixed-header .site-header.header-v2 {
    width: 375px;
    background: #333; }

  .header-v2 .mega-menu > li.megamenu > .sub-menu {
    top: 0; }

  .header-v5 .header-center {
    position: absolute;
    top: 0;
    text-align: center;
    left: 0;
    margin: 0 100px;
    right: 0; }

  .header-v6.site-header.is-sticky .header-myaccount {
    padding-top: 22px; }
  .header-v6 .header-myaccount {
    padding-top: 38px; }

  .admin-bar .header-v2 {
    top: 32px; }

  .header-v3 .header-wrapper {
    position: relative;
    min-height: 100px; }
    .header-v3 .header-wrapper .header-logo {
      position: absolute;
      top: 0 !important;
      left: 0;
      z-index: 99;
      background: #333;
      width: 100px;
      height: 100%;
      text-align: center;
      padding-top: 22px; }
    .header-v3 .header-wrapper .mega-menu > li.menu-item > a {
      padding: 39px 15px 37px; }
    .header-v3 .header-wrapper .header-right {
      padding-right: 35px; }
    .header-v3 .header-wrapper .header-myaccount, .header-v3 .header-wrapper .mini-cart .cart_label, .header-v3 .header-wrapper .search-block-top > .btn-search,
    .header-v3 .header-wrapper .header-info .open-menu, .header-v3 .header-wrapper .search-holder > .btn-search {
      padding-left: 20px;
      padding-right: 0; }
  .header-v3:not(.is-sticky) .header-myaccount, .header-v3:not(.is-sticky) .mini-cart .cart_label, .header-v3:not(.is-sticky) .search-block-top > .btn-search,
  .header-v3:not(.is-sticky) .header-info .open-menu, .header-v3:not(.is-sticky) .search-holder > .btn-search {
    padding-top: 35px;
    padding-bottom: 34px; }
  .header-v3.is-sticky .header-myaccount, .header-v3.is-sticky .mini-cart .cart_label, .header-v3.is-sticky .search-block-top > .btn-search,
  .header-v3.is-sticky .header-info .open-menu, .header-v3.is-sticky .search-holder > .btn-search {
    padding-top: 22px !important;
    padding-bottom: 22px;
    padding-right: 0; }
  .header-v3.is-sticky .header-wrapper {
    min-height: 80px; }

  .header-v2 {
    font-size: 18px;
    left: 0;
    position: fixed;
    top: 0;
    z-index: 99;
    width: 375px;
    min-height: 100vh; }
    .header-v2 + .wrapper {
      padding-left: 375px; }
      .header-v2 + .wrapper .container-fluid,
      .header-v2 + .wrapper .container {
        width: 100%; }
        .header-v2 + .wrapper .container-fluid .arrowpress-container,
        .header-v2 + .wrapper .container .arrowpress-container {
          width: 970px; }
          .header-v2 + .wrapper .container-fluid .arrowpress-container.full,
          .header-v2 + .wrapper .container .arrowpress-container.full {
            padding: 0 65px;
            width: 100%; }
    .header-v2 ~ .footer {
      padding-left: 375px; }
      .header-v2 ~ .footer .container-fluid,
      .header-v2 ~ .footer .container {
        width: 970px; }
    .header-v2.site-header.is-sticky {
      width: 375px; }
      .header-v2.site-header.is-sticky .mega-menu > li.menu-item > a {
        padding: 14px 0; }
      .header-v2.site-header.is-sticky .header-logo {
        padding: 86px 67px 40px; }
      .header-v2.site-header.is-sticky .search-block-top .btn-search,
      .header-v2.site-header.is-sticky .mini-cart .cart_label,
      .header-v2.site-header.is-sticky .header-info .open-menu {
        padding-top: 40px;
        padding-bottom: 40px; }
      .header-v2.site-header.is-sticky .mini-cart .cart_nu_count {
        top: 34%; }
    .header-v2 .header-logo {
      padding: 86px 67px 40px; }
    .header-v2 .header-center,
    .header-v2 .header-right {
      display: block; }
    .header-v2 .header-right {
      padding: 0 67px; }
    .header-v2 .header-wrapper .container-fluid, .header-v2 .header-wrapper .container {
      padding: 0;
      width: 100%; }
    .header-v2 .mega-menu {
      display: block; }
      .header-v2 .mega-menu > li.menu-item {
        padding: 0 67px;
        display: block;
        position: relative; }
        .header-v2 .mega-menu > li.menu-item > a {
          padding: 14px 0;
          font-size: 24px;
          font-weight: 700;
          letter-spacing: 0.1em;
          text-transform: lowercase; }
          .header-v2 .mega-menu > li.menu-item > a:before {
            content: none; }
        .header-v2 .mega-menu > li.menu-item.megamenu > .sub-menu {
          width: 970px;
          right: -100%;
          top: 0;
          left: auto;
          -moz-transform: translateX(100%);
          -o-transform: translateX(100%);
          -ms-transform: translateX(100%);
          -webkit-transform: translateX(100%);
          transform: translateX(100%); }
      .header-v2 .mega-menu li .sub-menu li a {
        font-size: 18px; }
      .header-v2 .mega-menu .open-submenu {
        float: right; }
        .header-v2 .mega-menu .open-submenu i:before {
          content: "\f105"; }
    .header-v2 .mega-menu > li:not(.megamenu):last-child .sub-menu {
      top: auto;
      bottom: 0; }
    .header-v2 .mega-menu > li:not(.megamenu) .sub-menu {
      right: -100%;
      top: 0;
      left: auto;
      -moz-transform: none;
      -o-transform: none;
      -ms-transform: none;
      -webkit-transform: none;
      transform: none; }
    .header-v2 .mega-menu > li:hover:not(.megamenu) > .sub-menu,
    .header-v2 .mega-menu > li.megamenu:hover > .sub-menu {
      right: 0;
      -moz-transform: translateX(100%);
      -o-transform: translateX(100%);
      -ms-transform: translateX(100%);
      -webkit-transform: translateX(100%);
      transform: translateX(100%); }
    .header-v2 .mini-cart .cart-block {
      border: 1px solid #81d742;
      left: 30px;
      right: 30px;
      top: auto;
      bottom: 100%;
      width: 315px; }
    .header-v2 .top-search {
      left: 30px;
      right: 30px;
      top: auto;
      bottom: 100%;
      width: 315px; }
    .header-v2 .search-block-top .btn-search {
      padding-left: 0; }

  .header-v4 .header-container {
    text-align: center; }
  .header-v4 .header-logo {
    position: absolute;
    left: 15px;
    z-index: 9;
    padding-top: 17px; }
  .header-v4 .header-right {
    position: absolute;
    right: 0;
    z-index: 9; }
  .header-v4 .mega-menu > li.menu-item > a {
    padding-bottom: 35px;
    padding-top: 38px; }
  .header-v4 .mini-cart .cart_label,
  .header-v4 .header-info .open-menu,
  .header-v4 .search-block-top .btn-search {
    padding-top: 35px;
    padding-bottom: 34px; }
  .header-v4 .header-myaccount {
    padding-bottom: 38px;
    padding-top: 35px; }

  .header-v6 .main-navigation {
    width: 317px;
    margin-right: -17px; }

  .site-header.is-sticky .mega-menu > li.menu-item > a {
    padding-top: 28px;
    padding-bottom: 28px; }
    .site-header.is-sticky .mega-menu > li.menu-item > a:before {
      top: 65%; }
  .site-header.is-sticky .header-logo {
    padding-top: 10px; }
  .site-header.is-sticky .mini-cart .cart_label {
    padding-top: 20px;
    padding-bottom: 24px; }
  .site-header.is-sticky .search-block-top .btn-search {
    padding-top: 25px;
    padding-bottom: 24px; }
  .site-header.is-sticky .search-block-top .top-search .btn-search {
    padding: 0; }
  .site-header.is-sticky .header-myaccount {
    padding-top: 24px;
    padding-bottom: 22px; }

  .display-inline-b:hover .content-filter {
    opacity: 1;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    visibility: visible; }

  .mega-menu > li.megamenu > .sub-menu > li > a {
    border: none;
    border: medium none;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase; }
    .mega-menu > li.megamenu > .sub-menu > li > a:hover {
      background: none; }
  .mega-menu > li > a:hover:before {
    left: 16px;
    right: 16px;
    opacity: 1; }
  .mega-menu > li > a > .tip {
    left: 50%;
    position: absolute;
    top: 30%;
    margin-left: 0;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .mega-menu > li > a:hover:before, .mega-menu > li > a:hover:after {
    opacity: 1; }
  .mega-menu > li.current-menu-item > a:before,
  .mega-menu > li.current-menu-item > a:after, .mega-menu > li.current-menu-ancestor > a:before,
  .mega-menu > li.current-menu-ancestor > a:after {
    opacity: 1; }
  .mega-menu > li.current-menu-item > a:before, .mega-menu > li.current-menu-ancestor > a:before {
    left: 19px;
    right: 19px; }
  .mega-menu > li > a:before {
    content: "";
    background: #81d742;
    height: 1px;
    opacity: 0;
    position: absolute;
    top: 64%;
    left: 0px;
    right: 0px; }
  .mega-menu > li:not(.megamenu) .sub-menu,
  .mega-menu > li > .sub-menu {
    border: 1px solid #81d742; }
  .mega-menu > li:not(.megamenu):hover > .sub-menu, .mega-menu > li.megamenu:hover > .sub-menu {
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    visibility: visible; }
  .mega-menu > li:not(.megamenu) .sub-menu {
    left: 0;
    position: absolute;
    top: 100%;
    width: 230px;
    opacity: 0;
    visibility: hidden;
    border-top-width: 2px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    -webkit-transform-origin: 0 0 0;
    -moz-transform-origin: 0 0 0;
    -ms-transform-origin: 0 0 0;
    -o-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    -moz-transform: rotate3d(1, 0, 0, -90deg);
    -o-transform: rotate3d(1, 0, 0, -90deg);
    -ms-transform: rotate3d(1, 0, 0, -90deg);
    -webkit-transform: rotate3d(1, 0, 0, -90deg);
    transform: rotate3d(1, 0, 0, -90deg);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0; }
    .mega-menu > li:not(.megamenu) .sub-menu li .open-submenu {
      float: right; }
      .mega-menu > li:not(.megamenu) .sub-menu li .open-submenu i:before {
        content: "\f105"; }
  .mega-menu > li:not(.megamenu) li:hover .sub-menu {
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    visibility: visible;
    opacity: 1; }
  .mega-menu > li:not(.megamenu) li.last-item .sub-menu {
    left: auto;
    right: 100%; }
  .mega-menu > li.megamenu > .sub-menu {
    left: 0;
    position: absolute;
    top: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    -webkit-transform-origin: 0 0 0;
    -moz-transform-origin: 0 0 0;
    -ms-transform-origin: 0 0 0;
    -o-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    -moz-transform: rotate3d(1, 0, 0, -90deg);
    -o-transform: rotate3d(1, 0, 0, -90deg);
    -ms-transform: rotate3d(1, 0, 0, -90deg);
    -webkit-transform: rotate3d(1, 0, 0, -90deg);
    transform: rotate3d(1, 0, 0, -90deg);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1); }
  .mega-menu > li.megamenu:hover .sub-menu {
    opacity: 1;
    visibility: visible; }
  .mega-menu > li.megamenu > .sub-menu > li > a {
    padding-left: 0;
    padding-bottom: 23px;
    padding-top: 18px; }
    .mega-menu > li.megamenu > .sub-menu > li > a:hover {
      background: none !important; }
  .mega-menu > li.megamenu > .sub-menu > li > .sub-menu > li:first-child > a {
    padding-top: 0; }
  .mega-menu > li.megamenu > .sub-menu > li > .sub-menu > li > a {
    padding-left: 0; }
    .mega-menu > li.megamenu > .sub-menu > li > .sub-menu > li > a:hover {
      background: none; }
  .mega-menu > li.megamenu .sub-menu {
    width: 100%;
    padding: 10px;
    border-width: 0;
    border-top-width: 2px; }
    .mega-menu > li.megamenu .sub-menu li .sub-menu li:last-child a {
      border-bottom: none; }
    .mega-menu > li.megamenu .sub-menu li .sub-menu a {
      font-size: 14px;
      padding-left: 25px; }
    .mega-menu > li.megamenu .sub-menu li:last-child a {
      border-bottom: 1px solid rgba(255, 255, 255, 0.16); }
  .mega-menu li .product_list_widget .product-img {
    width: 60px;
    border: 1px solid #ebebeb; }
    .mega-menu li .product_list_widget .product-img a {
      padding: 0;
      border: none !important; }
      .mega-menu li .product_list_widget .product-img a:hover {
        background: none; }
      .mega-menu li .product_list_widget .product-img a img {
        width: 60px; }
  .mega-menu li .product_list_widget .product-content {
    overflow: hidden; }
    .mega-menu li .product_list_widget .product-content .product-title {
      font-size: 12px;
      padding: 0;
      text-transform: none;
      line-height: normal;
      border: none !important; }
      .mega-menu li .product_list_widget .product-content .product-title:hover {
        background: none; }
    .mega-menu li .product_list_widget .product-content .price del span {
      font-size: 13px !important; }
    .mega-menu li .product_list_widget .product-content .price .amount {
      font-size: 16px; }
    .mega-menu li .product_list_widget .product-content span.woocommerce-Price-amount span {
      font-size: 16px; }

  .header-ver.header-scroll {
    margin-right: -17px;
    overflow: auto;
    width: 417px; }

  .openmenu-hoz.openmenu .overlay {
    opacity: 0;
    visibility: hidden; } }
@media (min-width: 992px) and (max-width: 1199px) {
  header .container .mega-menu > li.menu-item > a {
    padding-left: 10px;
    padding-right: 10px; }
  header .mega-menu > li.menu-item > a {
    padding-left: 10px;
    padding-right: 10px; }

  .header-v5 .header-center {
    margin: 0 76px; }

  .header-v2 {
    width: 270px; }
    .header-v2 + .wrapper,
    .header-v2 ~ .footer {
      padding-left: 270px; }
    .header-v2.site-header.is-sticky {
      width: 270px; }
      .header-v2.site-header.is-sticky .header-logo {
        padding: 30px; }
      .header-v2.site-header.is-sticky .mega-menu > li.menu-item,
      .header-v2.site-header.is-sticky .header-right {
        padding: 0 30px; }
    .header-v2 .header-logo {
      padding: 30px; }
    .header-v2 .mega-menu > li.menu-item,
    .header-v2 .header-right {
      padding: 0 30px; }
    .header-v2 + .wrapper .container-fluid .arrowpress-container,
    .header-v2 + .wrapper .container .arrowpress-container,
    .header-v2 ~ .footer .container-fluid,
    .header-v2 ~ .footer .container {
      width: 100%; }
    .header-v2 .uvc-heading h2 {
      font-size: 30px !important; }
    .header-v2 .sticky-post-2 .blog-info .info {
      padding-right: 7px; }
    .header-v2 .sticky-post-2 .blog-post-title {
      padding-bottom: 10px; }
    .header-v2 ~ .footer .footer-v3 .footer-office-content .col-md-6 .col-md-6 {
      width: 100%; }
    .header-v2 .header-container .mega-menu > li.menu-item.megamenu .sub-menu {
      width: 720px; }

  header.header-v3 .mega-menu > li.menu-item > a {
    padding-left: 15px;
    padding-right: 15px; } }
@media (max-width: 991px) {
  header {
    position: relative;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.03); }

  .header-v3 .header-wrapper {
    min-height: 80px; }

  .header-v5 .header-sidebar .header-contact,
  .header-v5 .header-sidebar .header-social, .header-v3 .header-sidebar .header-contact,
  .header-v3 .header-sidebar .header-social, .header-v4 .header-sidebar .header-contact,
  .header-v4 .header-sidebar .header-social,
  .header-v1 .header-sidebar .header-contact,
  .header-v1 .header-sidebar .header-social, .header-v2 .header-sidebar .header-contact,
  .header-v2 .header-sidebar .header-social {
    display: none; }
  .header-v5 .header-sidebar .logo-sidebar, .header-v3 .header-sidebar .logo-sidebar, .header-v4 .header-sidebar .logo-sidebar,
  .header-v1 .header-sidebar .logo-sidebar, .header-v2 .header-sidebar .logo-sidebar {
    padding-top: 65px; }

  .header-v3 .header-slogan {
    padding-top: 60px; }

  .header-v6 .mini-cart .cart_nu_count {
    top: 25%; }
  .header-v6 .open-menu-mobile {
    padding-top: 24px; }
  .header-v6 .header-logo {
    padding-top: 0;
    left: 15px; }
  .header-v6.is-sticky .header-logo {
    padding-top: 0 !important; }
  .header-v6 .main-navigation .caret-submenu {
    border: none;
    top: 0; }

  .openmenu .header-v6 .header-center {
    left: auto;
    width: 300px;
    right: 0; }
  .openmenu .header-v6 .main-navigation {
    right: 0; }
    .openmenu .header-v6 .main-navigation .caret-submenu {
      border: none; }

  .header-v3 .open-menu-mobile {
    margin-left: 90px; }
  .header-v3 .header-center {
    background-color: #fff; }
  .header-v3 .main-navigation .mega-menu > li.menu-item > a,
  .header-v3 .nav-sections ul.nav-tabs,
  .header-v3 .nav-sections .nav-tabs > li, .header-v3 .nav-tabs > li > a,
  .header-v3 .main-navigation .caret-submenu,
  .header-v3 .main-navigation .menu-block1,
  .header-v3 .main-navigation .menu-block2, .header-v3 #account .mega-menu li a {
    border-color: #f0efef; }

  .header-v4 .header-center {
    background-color: #fff; }
  .header-v4 .nav-sections .nav-tabs > li > a {
    color: #5c6771; }
  .header-v4 .main-navigation .mega-menu > li.menu-item > a,
  .header-v4 .nav-sections ul.nav-tabs,
  .header-v4 .nav-sections .nav-tabs > li, .header-v4 .nav-tabs > li > a,
  .header-v4 .main-navigation .caret-submenu,
  .header-v4 .main-navigation .menu-block1,
  .header-v4 .main-navigation .menu-block2, .header-v4 #account .mega-menu li a {
    border-color: #f0efef; }

  .header-v5 .kad-header-menu {
    padding: 0 15px !important; }
  .header-v5.site-header.is-sticky .header-info .open-menu {
    padding-left: 15px;
    padding-right: 0; }
  .header-v5 .header-logo {
    position: absolute;
    left: 30px;
    top: 0;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding-top: 14px; }
    .header-v5 .header-logo img {
      width: auto; }
  .header-v5 .open-menu-mobile {
    margin-left: 50px; }
  .header-v5 .logo-mobile img {
    width: auto; }
  .header-v5 .header-left {
    float: right; }
  .header-v5 .header-left .header-info {
    background: none; }
  .header-v5 .header-info .open-menu {
    color: #333;
    padding-right: 0;
    padding-left: 15px; }
  .header-v5 .header-right {
    margin-right: 0; }
  .header-v5 .header-center {
    background-color: #fff; }
  .header-v5 .nav-sections .nav-tabs > li > a {
    color: #5c6771; }
  .header-v5 .main-navigation .mega-menu > li.menu-item > a,
  .header-v5 .nav-sections ul.nav-tabs,
  .header-v5 .nav-sections .nav-tabs > li, .header-v5 .nav-tabs > li > a,
  .header-v5 .main-navigation .caret-submenu,
  .header-v5 .main-navigation .menu-block1,
  .header-v5 .main-navigation .menu-block2, .header-v5 #account .mega-menu li a {
    border-color: #f0efef; }
  .header-v5 .main-navigation .mega-menu > li.menu-item:first-child > a {
    border-top: 1px solid #f0efef; }

  .header-v2 {
    font-size: 18px; }
    .header-v2 .header-logo {
      padding-top: 0; }
    .header-v2 .header-right {
      float: right; }
    .header-v2 .mini-cart .cart_label {
      margin-right: 12px; }
    .header-v2 .content-filter.header-profile {
      right: 0;
      left: auto;
      margin-left: 0;
      top: 100%;
      bottom: auto; }

  .header-v3 .mega-menu li .sub-menu {
    background: transparent !important; }

  .fixed-header .site-header.header-bottom {
    top: auto !important;
    bottom: 0; }

  .header-wrapper .header-boxed {
    padding-left: 15px;
    padding-right: 15px; }

  .header-bottom {
    bottom: 0;
    position: fixed;
    top: auto !important;
    width: 100%; }
    .header-bottom .mini-cart .cart-block,
    .header-bottom .header-myaccount .content-filter,
    .header-bottom .search-block-top > .top-search {
      top: auto;
      bottom: 100%; }

  .overlay.overlay-menu {
    right: -400px;
    left: auto; }

  .openmenu .header-center {
    left: 0;
    opacity: 1;
    visibility: visible; }

  .open-submenu {
    display: none; }

  .mega-menu .caret-submenu {
    display: table; }

  .header-myaccount .content-filter.active {
    opacity: 1;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    visibility: visible; }

  .header-logo {
    left: 55px;
    top: 9px;
    margin: 0;
    padding-top: 17px;
    position: absolute;
    z-index: 9; }
    .header-logo img {
      width: 110px; }

  .header-scroll,
  .header-center {
    overflow: auto; }

  .header-center {
    left: -100%;
    opacity: 0;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 990;
    visibility: hidden;
    width: 400px;
    background: #fff none repeat scroll 0 0;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s; }

  .header-container .search-block-top .top-search .btn-search {
    padding: 0; }
  .header-container .header-info .open-menu,
  .header-container .header-myaccount,
  .header-container .mini-cart .cart_label,
  .header-container .search-block-top .btn-search {
    padding-top: 25px;
    padding-bottom: 24px; }

  .header-v1 .header-logo {
    padding-top: 0; }

  .open-menu-mobile {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    color: #5c6771;
    float: left;
    font-size: 30px;
    cursor: pointer;
    z-index: 9;
    padding: 27px 0 0; }

  .close-menu-mobile.hover-effect {
    height: 32px;
    left: auto;
    right: -32px;
    width: 32px; }

  .sub-menu {
    display: none; }

  .main-navigation .mega-menu {
    display: block;
    clear: left; }
    .main-navigation .mega-menu li {
      position: relative;
      clear: left; }
    .main-navigation .mega-menu > li.menu-item {
      display: block; }
      .main-navigation .mega-menu > li.menu-item > a {
        border-bottom: 1px solid #f0efef; }
      .main-navigation .mega-menu > li.menu-item a {
        padding: 13px 25px; }
      .main-navigation .mega-menu > li.menu-item li a {
        padding-left: 35px; }
        .main-navigation .mega-menu > li.menu-item li a:hover {
          padding-left: 35px; }
      .main-navigation .mega-menu > li.menu-item li li a {
        padding-left: 45px; }
        .main-navigation .mega-menu > li.menu-item li li a:hover {
          padding-left: 45px; }
    .main-navigation .mega-menu li .sub-menu li {
      width: 100%;
      padding: 0; }
      .main-navigation .mega-menu li .sub-menu li:last-child > a {
        border-bottom: 1px solid rgba(255, 255, 255, 0.16); }
    .main-navigation .mega-menu li:not(.megamenu) .sub-menu .sub-menu {
      -moz-transform: none;
      -o-transform: none;
      -ms-transform: none;
      -webkit-transform: none;
      transform: none; }
    .main-navigation .mega-menu .menu-block2-item,
    .main-navigation .mega-menu .menu-block1-item {
      padding: 15px; }
    .main-navigation .mega-menu li .product_list_widget .product-img {
      width: 60px;
      border: 1px solid #ebebeb; }
      .main-navigation .mega-menu li .product_list_widget .product-img a {
        padding: 0;
        border: none !important; }
        .main-navigation .mega-menu li .product_list_widget .product-img a:hover {
          background: none; }
        .main-navigation .mega-menu li .product_list_widget .product-img a img {
          width: 60px; }
    .main-navigation .mega-menu li .product_list_widget .product-content {
      overflow: hidden; }
      .main-navigation .mega-menu li .product_list_widget .product-content .product-title {
        font-size: 12px;
        padding: 0;
        text-transform: none;
        line-height: normal;
        border: none !important; }
        .main-navigation .mega-menu li .product_list_widget .product-content .product-title:hover {
          background: none; }
      .main-navigation .mega-menu li .product_list_widget .product-content .price del span {
        font-size: 13px !important; }
      .main-navigation .mega-menu li .product_list_widget .product-content .price .amount {
        font-size: 16px; }
      .main-navigation .mega-menu li .product_list_widget .product-content span.woocommerce-Price-amount span {
        font-size: 16px; }
  .main-navigation .menu-block1, .main-navigation .menu-block2 {
    border-bottom: 1px solid #f0efef; }
  .main-navigation .caret-submenu {
    border-left: 1px solid #f0efef; }

  .logo-mobile {
    padding: 15px;
    text-align: left; }
    .logo-mobile + .close-menu-mobile {
      right: 15px;
      top: 19px;
      height: 40px;
      width: 40px; }
    .logo-mobile img {
      width: 120px; }

  .nav-sections ul.nav-tabs {
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    border-top: 1px solid rgba(255, 255, 255, 0.16); }
  .nav-sections .nav-tabs > li {
    margin-bottom: 0;
    text-align: left;
    border-right: 1px solid rgba(255, 255, 255, 0.16);
    width: 50%; }
    .nav-sections .nav-tabs > li:last-child {
      border: none; }
  .nav-sections .nav-tabs > li > a {
    border-bottom: medium none;
    border-radius: 0;
    border-top: medium none;
    color: #fff;
    margin: 0;
    font-weight: 700;
    padding: 20px;
    text-transform: uppercase;
    border-right: 1px solid rgba(255, 255, 255, 0.16);
    border-left: none; }
  .nav-sections .nav-tabs > li > a:hover {
    background: transparent none repeat scroll 0 0;
    border-bottom: medium none;
    border-top: medium none;
    border-left: none; }
  .nav-sections .nav-tabs > li:last-child > a {
    border-right: none !important; }
  .nav-sections .nav-tabs > li.active > a,
  .nav-sections .nav-tabs > li.active > a:focus,
  .nav-sections .nav-tabs > li.active > a:hover {
    background: transparent none repeat scroll 0 0;
    border-radius: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.16);
    border-bottom: medium none;
    border-top: medium none;
    border-left: none;
    color: #81d742 !important;
    cursor: default;
    margin: 0; }

  .header-v3 .header-logo {
    left: 0;
    margin-left: 0;
    top: 0;
    height: 81px;
    width: 81px;
    padding-top: 14px;
    text-align: center;
    background: #333; }
    .header-v3 .header-logo img {
      width: auto; }
  .header-v3 .header-right {
    position: relative;
    float: right; }
  .header-v3 .logo-mobile {
    padding: 0;
    display: inline-block; }
    .header-v3 .logo-mobile img {
      width: auto; }
    .header-v3 .logo-mobile + .close-menu-mobile {
      top: 20px; }
  .header-v3 .header-tops {
    padding: 15px;
    text-align: left;
    float: left;
    width: 100%;
    border-bottom: 1px solid #f0efef; }
    .header-v3 .header-tops .social-mobile {
      border-bottom: medium none;
      float: right;
      margin-right: 39px;
      margin-top: 5px;
      padding: 0; }
  .header-v3 .main-navigation {
    clear: left; }

  .header-v4 .header-logo {
    padding-top: 0;
    left: 50%;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
    .header-v4 .header-logo img {
      height: 100%;
      width: auto; }
  .header-v4 .logo-mobile img {
    height: 100%; }
  .header-v4 .header-right {
    float: right; }

  .col-xs-12.hidden-md {
    margin-top: -1px; }

  .openmenu .right_openmenu ~ .overlay {
    left: auto;
    right: 400px; }

  #account .mega-menu li a {
    border-bottom: 1px solid #f0efef;
    padding: 13px 25px; } }
.footer-fixed .blog .load-more {
  padding-bottom: 0; }

@media (min-width: 768px) {
  .no-padding > .vc_row {
    margin: slide-values(0); }

  .footer-fixed .footer {
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: -1; }

  .hover-effect a:hover i, .hover-effect.close-menu:hover i, .hover-effect.close-menu-mobile:hover i {
    left: 100%;
    opacity: 0;
    visibility: hidden; }
    .hover-effect a:hover i.fa-hover, .hover-effect.close-menu:hover i.fa-hover, .hover-effect.close-menu-mobile:hover i.fa-hover {
      opacity: 1;
      left: 50%;
      visibility: visible; }

  .header-profile ul li:hover a {
    padding-left: 25px;
    background: #111; }
    .header-profile ul li:hover a:before {
      height: 100%; }
  .header-profile ul a {
    position: relative; }
    .header-profile ul a:before {
      position: absolute;
      content: "";
      width: 5px;
      height: 0;
      top: 0;
      left: 0;
      background: #81d742; }

  .mega-menu li .sub-menu li a:hover {
    color: #81d742;
    background: rgba(0, 0, 0, 0.05); }
    .mega-menu li .sub-menu li a:hover::before {
      height: 100%; } }
@media (max-width: 782px) {
  .admin-bar .site-header.is-sticky,
  .admin-bar .fixed-header header,
  .admin-bar .header-center,
  .admin-bar .searchform_wrap,
  .admin-bar .header-info .header-ver {
    top: 46px; } }
@media (max-width: 767px) {
  .footer-fixed #main {
    padding-bottom: 0; }

  .header-v2 .widget_shopping_cart_content .buttons .btn {
    padding: 10px 10px 8px; }

  .open-menu-mobile {
    padding-top: 27px; }

  .mini-cart .cart_nu_count {
    top: 25%; }

  .header-center,
  .header-ver, .searchform_wrap {
    width: calc(100% - 40px); }

  .banner-type1.banner-type3 {
    filter: none;
    -webkit-filter: none; }
    .banner-type1.banner-type3 .banner_style_3_title {
      opacity: 0;
      visibility: hidden;
      -moz-transform: translateX(-50%) scale(1.5);
      -o-transform: translateX(-50%) scale(1.5);
      -ms-transform: translateX(-50%) scale(1.5);
      -webkit-transform: translateX(-50%) scale(1.5);
      transform: translateX(-50%) scale(1.5); }
    .banner-type1.banner-type3 .banner-title, .banner-type1.banner-type3 .banner-btn {
      opacity: 1;
      -moz-transform: none;
      -o-transform: none;
      -ms-transform: none;
      -webkit-transform: none;
      transform: none; }
    .banner-type1.banner-type3 .btn-plus {
      display: none; }

  .openmenu .overlay {
    left: auto;
    opacity: 0.8;
    right: 0;
    visibility: visible;
    width: 40px;
    z-index: 9999; }

  .nav-open .overlay, .cart-open .overlay,
  .search_opened .overlay {
    width: 40px;
    left: 0; }

  .nav-open-left .overlay {
    width: 40px;
    right: 0;
    left: auto; }

  .header-ver .header-sidebar {
    padding: 15px; }

  .header-sidebar .close-menu {
    left: 15px; }

  .header-v3 .logo-mobile + .close-menu-mobile {
    top: 15px; }
  .header-v3 .logo-mobile img {
    max-width: 40px; }
  .header-v3 .header-tops .social-mobile {
    margin-top: 0; }

  .top-search {
    width: 290px; }

  .openmenu .right_openmenu ~ .overlay {
    left: 0;
    right: auto; } }
@media (max-width: 600px) {
  .admin-bar .header-center,
  .admin-bar .searchform_wrap,
  .admin-bar .header-ver {
    top: 46px; }

  .admin-bar .site-header.is-sticky,
  .admin-bar .is-sticky .header-center,
  .admin-bar .is-sticky .searchform_wrap,
  .admin-bar .is-sticky .header-info .header-ver {
    top: 0; } }
@media (min-width: 480px) and (max-width: 737px) {
  .mini-cart .cart-block {
    max-height: 200px; }

  .logo9-abs.wpb_single_image.wpb_content_element {
    top: 30px; }
    .logo9-abs.wpb_single_image.wpb_content_element img {
      height: 50px;
      width: 50px; } }
@media (max-width: 480px) {
  .header-v5 .open-menu-mobile {
    margin-left: 45px; }

  .open-menu-mobile {
    font-size: 24px; }

  .header-logo {
    left: 50px; }

  .button-group .inline-block {
    width: 48%; }

  .header-v3 .open-menu-mobile {
    margin-left: 80px; }
  .header-v3 .header-logo {
    height: 79px;
    width: 79px; }
  .header-v3.is-sticky .header-logo {
    height: 80px; }

  .header-v6 .open-menu-mobile {
    padding-left: 22px;
    font-size: 24px;
    padding-top: 26px; }
  .header-v6 .mini-cart .cart_label {
    padding-left: 13px; }
  .header-v6 .content-filter,
  .header-v6 .top-search {
    right: -50px; }
  .header-v6 .header-myaccount {
    padding-left: 20px; }
  .header-v6.is-sticky .open-menu-mobile {
    padding-top: 27px; }

  .header-myaccount {
    padding-left: 14px; }

  .search-block-top .btn-search,
  .open-menu,
  .header-myaccount i,
  .mini-cart .cart_label {
    font-size: 22px; }

  .header-v2 .header-myaccount {
    padding-left: 10px; }

  .search-block-top .btn-search {
    padding-left: 15px; }

  .header_icon .open-menu {
    padding-left: 13px; }

  .header-v2 .mini-cart .cart_label {
    margin-right: 0; } }
@media (max-width: 380px) {
  .header-v3 .header-tops .social_icon li:nth-child(4), .header-v3 .header-tops .social_icon li:nth-child(5) {
    display: none; } }
@media (max-width: 375px) {
  .social_icon li a,
  .close-menu, .close-menu-mobile {
    height: 35px;
    width: 35px; }

  .logo-mobile + .close-menu-mobile {
    height: 35px;
    width: 35px; } }
@media (min-width: 1570px) {
  .header-v2.site-header.is-sticky .header-logo {
    padding-bottom: 156px; }
  .header-v2 + .wrapper .container-fluid .arrowpress-container,
  .header-v2 + .wrapper .container .arrowpress-container {
    width: 1146px; }
    .header-v2 + .wrapper .container-fluid .arrowpress-container.full,
    .header-v2 + .wrapper .container .arrowpress-container.full {
      padding: 0 87px; }
  .header-v2 ~ .footer .container-fluid,
  .header-v2 ~ .footer .container {
    width: 1146px; }
  .header-v2 .header-right {
    margin-top: 80px; }
  .header-v2 .header-logo {
    padding-bottom: 156px; } }
@media (max-width: 479px) {
  .header-v3 .header-wrapper {
    min-height: 79px; } }
/*===================================
	2.3 Mega Menu
===================================*/
.menu-block1, .menu-block2, .menu-bottom {
  display: none; }

.menu-block2 .wpb_content_element,
.menu-block1 .wpb_content_element {
  margin-bottom: 0; }

.megamenu.notsub_level-2 ul.sub-menu > li > a {
  font-weight: 400;
  padding-bottom: 10px;
  padding-top: 10px;
  text-transform: capitalize; }
  .megamenu.notsub_level-2 ul.sub-menu > li > a i {
    margin-right: 10px; }

.mega-menu .tip {
  background: #0cc485 none repeat scroll 0 0;
  border-radius: 0;
  color: #fff;
  display: inline-block;
  font-size: 9px;
  line-height: 1;
  margin-left: 10px;
  padding: 2px 2px 2px 3px;
  position: relative;
  vertical-align: middle; }

.mega-menu {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  padding: 0;
  margin: 0;
  z-index: 900; }
  .mega-menu > li.menu-item {
    display: inline-block;
    list-style: none; }
    .mega-menu > li.menu-item:not(.megamenu) {
      position: relative; }
    .mega-menu > li.menu-item.current-menu-item > a, .mega-menu > li.menu-item.current-menu-parent > a {
      color: #81d742; }
    .mega-menu > li.menu-item > a {
      padding: 46px 16px 41px; }
  .mega-menu li .sub-menu a i {
    margin-right: 7px; }
  .mega-menu li a {
    padding: 10px 15px;
    display: block;
    text-transform: uppercase;
    white-space: normal;
    font-weight: 400;
    font-size: 15px;
    position: relative;
    color: #000000;
    letter-spacing: 1.2px; }
    .mega-menu li a:hover, .mega-menu li a:focus {
      color: #81d742 !important; }
  .mega-menu li:not(.megamenu) .sub-menu .sub-menu {
    left: 100%;
    top: 0;
    -moz-transform: rotate3d(1, 0, 0, -90deg);
    -o-transform: rotate3d(1, 0, 0, -90deg);
    -ms-transform: rotate3d(1, 0, 0, -90deg);
    -webkit-transform: rotate3d(1, 0, 0, -90deg);
    transform: rotate3d(1, 0, 0, -90deg); }
  .mega-menu li .sub-menu {
    background: #fff none repeat scroll 0 0;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    z-index: 200; }
    .mega-menu li .sub-menu li {
      position: relative; }
      .mega-menu li .sub-menu li a {
        border-bottom: 1px solid rgba(255, 255, 255, 0.16); }
      .mega-menu li .sub-menu li:last-child > a {
        border-bottom: none; }
      .mega-menu li .sub-menu li a {
        text-transform: none;
        color: #5c6771;
        font-size: 15px;
        position: relative; }
        .mega-menu li .sub-menu li a:hover {
          color: #81d742; }
  .mega-menu > li > a {
    font-size: 14px;
    color: #5c6771; }
  .mega-menu .widget_add_to_cart {
    display: none; }
  .mega-menu .cart-block {
    right: 15px; }
    .mega-menu .cart-block.dropdown-menu li a {
      padding: 0;
      color: #303030; }
      .mega-menu .cart-block.dropdown-menu li a.remove {
        color: #111; }
      .mega-menu .cart-block.dropdown-menu li a:hover {
        color: #000; }
    .mega-menu .cart-block .remove.remove-product {
      top: -5px; }
  .mega-menu .megamenu .dropdown-menu > li > a:hover {
    background: none; }
  .mega-menu li ul li ul {
    padding: 0; }

.open-submenu {
  margin-left: 3px; }

.caret-submenu {
  color: #8b8b8b;
  cursor: pointer;
  display: none;
  font-size: 18px;
  height: 50px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 50px; }
  .caret-submenu i {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    width: 100%; }
  .caret-submenu.active i:before {
    content: "\f106"; }

.mega-menu > li.megamenu .sub-menu li:last-child > a {
  border: none; }

.menu-block1, .menu-block2, .menu-bottom {
  display: none; }

.menu-block2 .wpb_content_element,
.menu-block1 .wpb_content_element {
  margin-bottom: 0; }

.megamenu.notsub_level-2 ul.sub-menu > li > a {
  font-size: 14px;
  font-weight: 400;
  padding-bottom: 10px;
  padding-top: 10px;
  text-transform: capitalize; }
  .megamenu.notsub_level-2 ul.sub-menu > li > a i {
    margin-right: 10px; }

.menu-block1 .product-content .product-image a,
.menu-block1 .product-content .product-desc a, .menu-block2 .product-content .product-image a,
.menu-block2 .product-content .product-desc a {
  border: none; }
.menu-block1 .product-label span.onhot, .menu-block2 .product-label span.onhot {
  left: 5px;
  right: auto;
  top: 5px; }
.menu-block1 .product-label span.onsale, .menu-block2 .product-label span.onsale {
  bottom: 0;
  left: 5px;
  right: auto;
  top: auto; }
.menu-block1 .slick-arrow, .menu-block2 .slick-arrow {
  background: transparent none repeat scroll 0 0;
  border: none;
  color: #81d742;
  font-size: 30px;
  height: 30px;
  line-height: 27px;
  width: 30px; }
  .menu-block1 .slick-arrow:hover, .menu-block2 .slick-arrow:hover {
    border: none;
    color: #282828; }
.menu-block1 .slick-arrow.btn-prev, .menu-block2 .slick-arrow.btn-prev {
  right: 15px; }
.menu-block1 .slick-arrow.btn-next, .menu-block2 .slick-arrow.btn-next {
  left: 15px; }
.menu-block1 .woocommerce div.product-grid div.product, .menu-block2 .woocommerce div.product-grid div.product {
  padding: 0;
  width: 100% !important; }
.menu-block1 .woocommerce .product_types .item:hover, .menu-block2 .woocommerce .product_types .item:hover {
  box-shadow: none; }
.menu-block1 .woocommerce .product_types .product-image, .menu-block2 .woocommerce .product_types .product-image {
  width: 80px;
  float: left;
  margin-bottom: 0;
  margin-right: 15px; }
  .menu-block1 .woocommerce .product_types .product-image a, .menu-block2 .woocommerce .product_types .product-image a {
    padding: 0 !important; }
  .menu-block1 .woocommerce .product_types .product-image .product-action-grid, .menu-block2 .woocommerce .product_types .product-image .product-action-grid {
    display: none !important; }
.menu-block1 .woocommerce .product_types .product-desc, .menu-block2 .woocommerce .product_types .product-desc {
  overflow: hidden;
  text-align: left;
  padding: 0;
  border: none; }
  .menu-block1 .woocommerce .product_types .product-desc h3 a, .menu-block2 .woocommerce .product_types .product-desc h3 a {
    padding: 0;
    font-size: 14px; }
    .menu-block1 .woocommerce .product_types .product-desc h3 a:hover, .menu-block2 .woocommerce .product_types .product-desc h3 a:hover {
      background: none !important;
      color: #81d742; }
  .menu-block1 .woocommerce .product_types .product-desc .desc, .menu-block2 .woocommerce .product_types .product-desc .desc {
    display: none; }
  .menu-block1 .woocommerce .product_types .product-desc .price, .menu-block2 .woocommerce .product_types .product-desc .price {
    padding-bottom: 0; }
.menu-block1 .woocommerce .product_types .product-action a, .menu-block2 .woocommerce .product_types .product-action a {
  display: inline-block !important; }
.menu-block1 .woocommerce .product_types .product-content, .menu-block2 .woocommerce .product_types .product-content {
  padding-bottom: 21px; }
  .menu-block1 .woocommerce .product_types .product-content a, .menu-block2 .woocommerce .product_types .product-content a {
    border-bottom: none !important; }
  .menu-block1 .woocommerce .product_types .product-content .product-action, .menu-block2 .woocommerce .product_types .product-content .product-action {
    display: block;
    opacity: 1;
    padding: 0;
    position: static;
    text-align: left;
    visibility: visible;
    margin-top: 0; }
    .menu-block1 .woocommerce .product_types .product-content .product-action .list_add_to_cart, .menu-block2 .woocommerce .product_types .product-content .product-action .list_add_to_cart {
      background: transparent none repeat scroll 0 0;
      padding: 0;
      margin-top: 7px;
      height: auto;
      width: 100%; }
      .menu-block1 .woocommerce .product_types .product-content .product-action .list_add_to_cart .added_to_cart.wc-forward, .menu-block2 .woocommerce .product_types .product-content .product-action .list_add_to_cart .added_to_cart.wc-forward {
        display: none !important; }
    .menu-block1 .woocommerce .product_types .product-content .product-action a, .menu-block2 .woocommerce .product_types .product-content .product-action a {
      background: transparent none repeat scroll 0 0 !important;
      border: none;
      border-radius: 0;
      font-size: 13px;
      font-weight: 400;
      text-transform: none;
      height: 100%;
      line-height: normal;
      text-align: left;
      margin-right: 0;
      width: auto;
      padding: 0;
      margin: 0; }
    .menu-block1 .woocommerce .product_types .product-content .product-action .action_item, .menu-block2 .woocommerce .product_types .product-content .product-action .action_item {
      display: none; }
  .menu-block1 .woocommerce .product_types .product-content .price del .amount, .menu-block2 .woocommerce .product_types .product-content .price del .amount {
    font-size: 15px; }
  .menu-block1 .woocommerce .product_types .product-content .price .amount,
  .menu-block1 .woocommerce .product_types .product-content .price .unit_price, .menu-block2 .woocommerce .product_types .product-content .price .amount,
  .menu-block2 .woocommerce .product_types .product-content .price .unit_price {
    font-size: 16px; }
.menu-block1 .woocommerce .product-content:hover .product-image-slider button.btn-next, .menu-block2 .woocommerce .product-content:hover .product-image-slider button.btn-next {
  left: -5px; }
.menu-block1 .woocommerce .product-content:hover .product-image-slider button.btn-prev, .menu-block2 .woocommerce .product-content:hover .product-image-slider button.btn-prev {
  right: -5px; }

.footer-v1 {
  background: #333;
  color: #ababab; }
  .footer-v1 .bottom-footer {
    border-top: 1px solid rgba(36, 36, 36, 0.5);
    padding-top: 41px;
    padding-bottom: 41px; }
    .footer-v1 .bottom-footer p {
      line-height: 28px;
      margin-bottom: 0; }
    .footer-v1 .bottom-footer .copy-right a {
      color: #ababab; }
      .footer-v1 .bottom-footer .copy-right a:hover {
        color: #81d742; }
  .footer-v1 .footer-office {
    padding-bottom: 71px; }

.footer .footer-office {
  padding-top: 60px; }
.footer .twitter-tweet .tweet-text {
  color: inherit; }
.footer .widget_rss, .footer .widget_search, .footer .widget_text, .footer .widget_tag_cloud,
.footer .widget_pages, .footer .widget_meta, .footer .widget_recent_entries,
.footer .widget_categories, .footer .widget_recent_comments, .footer .widget_nav_menu,
.footer .widget_archive {
  text-align: left; }
.footer .widget_archive li a,
.footer .widget_categories li a,
.footer .widget_product_categories li a,
.footer .widget_pages li a, .footer .widget_meta li a {
  color: #ababab; }
  .footer .widget_archive li a:hover,
  .footer .widget_categories li a:hover,
  .footer .widget_product_categories li a:hover,
  .footer .widget_pages li a:hover, .footer .widget_meta li a:hover {
    color: #81d742; }

.hidden_office .footer-office {
  display: none; }

.footer-social li {
  display: inline-block; }
  .footer-social li a {
    color: inherit;
    border: 2px solid #4e4e4e;
    width: 48px;
    height: 48px;
    display: block;
    text-align: center;
    border-radius: 50%;
    font-size: 18px;
    padding-top: 11px;
    margin: -2px 0 0 5px; }
  .footer-social li:last-child a {
    margin-right: 0; }

.remove_space footer {
  padding-top: 0 !important; }

.footer-title {
  letter-spacing: 1.8px;
  font-size: 18px;
  color: #f8f7f7;
  text-transform: uppercase;
  padding: 49px 0 34px; }
  .footer-title span.before_title {
    font-size: 80px;
    color: #212121;
    font-weight: bold;
    position: absolute;
    left: 13px;
    letter-spacing: 9px;
    opacity: 0.35; }
  .footer-title .f-title {
    z-index: 4;
    position: relative;
    font-weight: bold; }

.list-info-footer li {
  font-size: 14px;
  padding-left: 36px;
  letter-spacing: 0px;
  color: inherit;
  position: relative;
  line-height: 22px;
  margin-bottom: 13px;
  padding-top: 1.5px; }
  .list-info-footer li i {
    position: absolute;
    left: 0;
    top: 2px;
    margin-right: 12px;
    font-size: 18px; }
  .list-info-footer li a {
    color: #838383; }
    .list-info-footer li a:hover {
      color: #81d742; }
  .list-info-footer li.info-mail a {
    font-style: italic; }

.footer-content .widget_arrowpress_instagram_feed h3 span {
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  padding: 49px 0 39px;
  display: inline-block; }
.footer-content .widget_nav_menu ul li {
  margin-bottom: 12px;
  font-size: 16px; }
  .footer-content .widget_nav_menu ul li:last-child {
    margin-bottom: 0; }
  .footer-content .widget_nav_menu ul li a {
    font-size: 16px;
    letter-spacing: 0.06em;
    position: relative;
    color: #838383; }
    .footer-content .widget_nav_menu ul li a:hover {
      color: #81d742;
      color: #d19f68; }
.footer-content .instagram-gallery {
  margin: -7px -4px; }
.footer-content .instagram-container li {
  display: inline-block;
  float: left;
  width: 33.33%;
  padding: 7px 4px; }

.footer-copyright p {
  font-family: Montserrat;
  font-weight: 300;
  color: #444;
  font-size: 14px;
  margin-bottom: 0; }

.footer {
  padding-top: 100px; }
  .footer .instagram-container li a:after {
    font-size: 24px; }

.footer-logo {
  position: relative; }

.footer_info {
  margin-top: 27px;
  color: #ababab; }
  .footer_info p {
    line-height: 26px;
    margin-bottom: 0; }

.footer-v2 {
  background: #333333; }
  .footer-v2 .footer-office {
    padding-bottom: 64px; }
  .footer-v2 .footer-social {
    margin-top: -6px; }
  .footer-v2 .bottom-footer {
    color: #696969;
    padding: 37px 0 69px;
    border-top: 1px solid #2b2b2b; }
    .footer-v2 .bottom-footer p {
      margin-bottom: 5px; }
    .footer-v2 .bottom-footer .copy-right a {
      color: #696969; }
      .footer-v2 .bottom-footer .copy-right a:hover {
        color: #81d742; }
  .footer-v2 .widget_nav_menu {
    margin-top: 87px; }
    .footer-v2 .widget_nav_menu ul {
      text-align: center; }
      .footer-v2 .widget_nav_menu ul .sub-menu {
        display: none; }
      .footer-v2 .widget_nav_menu ul li {
        display: inline-block;
        width: auto;
        text-transform: uppercase;
        font-weight: bold;
        padding: 0 15px; }
        .footer-v2 .widget_nav_menu ul li a {
          color: #ababab;
          letter-spacing: 1px; }
          .footer-v2 .widget_nav_menu ul li a:before {
            content: none; }
          .footer-v2 .widget_nav_menu ul li a:hover {
            color: #81d742;
            padding-left: 0; }
  .footer-v2 .widget_mc4wp_form_widget .footer-title {
    margin-top: 79px;
    width: 158px;
    height: 40px;
    text-align: center;
    padding: 0;
    border: 2px solid #696969;
    float: right;
    position: relative;
    line-height: 40px;
    color: #ababab;
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
    cursor: pointer;
    padding-right: 29px; }
    .footer-v2 .widget_mc4wp_form_widget .footer-title:before {
      content: "\f0e0";
      font-family: FontAwesome;
      font-size: 12px;
      color: #ababab;
      position: absolute;
      right: 17px;
      top: -1px; }
    .footer-v2 .widget_mc4wp_form_widget .footer-title:hover {
      background: #81d742;
      border-color: #81d742;
      color: #333; }
      .footer-v2 .widget_mc4wp_form_widget .footer-title:hover:before {
        color: #333; }
  .footer-v2 .widget_mc4wp_form_widget .mc4wp-form {
    position: relative;
    overflow: hidden;
    width: 100%;
    display: none; }
  .footer-v2 .widget_mc4wp_form_widget .mc4wp-form-fields {
    position: relative;
    margin-top: 20px; }
    .footer-v2 .widget_mc4wp_form_widget .mc4wp-form-fields input[type="submit"] {
      width: 40px;
      text-indent: -9999em;
      position: absolute;
      right: 2px;
      top: 1px; }
    .footer-v2 .widget_mc4wp_form_widget .mc4wp-form-fields input[type="email"] {
      width: 100%;
      padding-right: 50px;
      border: 1px solid #ebebeb; }
    .footer-v2 .widget_mc4wp_form_widget .mc4wp-form-fields:before {
      content: "\f132";
      font-family: "Ionicons";
      font-size: 20px;
      color: #ababab;
      position: absolute;
      right: 12px;
      top: 9px;
      z-index: 1;
      pointer-events: none; }
  .footer-v2 .footer-social li a {
    font-size: 16px;
    border: 2px solid #4d4d4d;
    color: #ababab; }
    .footer-v2 .footer-social li a:hover {
      color: #fff !important;
      border-color: #81d742;
      background: #81d742; }

.footer-bottom {
  padding: 19px 0 22px;
  border-top: 1px solid rgba(237, 237, 237, 0.1); }

/*Footer v3*/
.footer {
  position: relative; }
  .footer .footer-v2 .footer-office {
    padding-top: 62px; }

.footer-top {
  overflow: hidden;
  background: #81d742 !important;
  padding: 25px 0 43px;
  position: relative; }

.img-footer {
  display: none; }

.footer-v3 .footer_wrap {
  background: #333; }
.footer-v3 .footer-logo {
  margin-top: 7px;
  display: inline-block; }
.footer-v3 .footer-office {
  padding: 40px 0 66px; }
.footer-v3 .bottom-footer {
  padding: 52px 0 45px; }
.footer-v3 .footer-social {
  margin-bottom: 13px; }
  .footer-v3 .footer-social li a {
    font-size: 16px;
    color: #ababab;
    border: 2px solid #efefef; }
    .footer-v3 .footer-social li a:hover {
      border-color: #81d742;
      color: #fff !important; }
.footer-v3 .footer-title {
  font-family: 'Cormorant Garamond', serif;
  text-transform: none;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0;
  padding-bottom: 24px; }
.footer-v3 .hiden-label {
  display: block;
  color: #ababab;
  position: absolute;
  top: -38px;
  font-weight: 400; }
.footer-v3 .mc4wp-form-fields {
  position: relative;
  margin-top: 40px; }
  .footer-v3 .mc4wp-form-fields input[type="email"] {
    padding-right: 50px; }
  .footer-v3 .mc4wp-form-fields input[type="submit"] {
    width: 55px;
    text-indent: -9999em;
    position: absolute;
    right: 0;
    top: 0; }
  .footer-v3 .mc4wp-form-fields:before {
    content: "\f132";
    font-family: "Ionicons";
    font-size: 20px;
    color: #ababab;
    position: absolute;
    right: 21px;
    top: 9px;
    pointer-events: none;
    z-index: 1; }
.footer-v3 .list-info-footer {
  position: relative; }
  .footer-v3 .list-info-footer li {
    padding-left: 0;
    color: #ababab; }
    .footer-v3 .list-info-footer li:nth-child(2) {
      margin-top: 40px; }
      .footer-v3 .list-info-footer li:nth-child(2) a {
        color: #e0e0e0; }
        .footer-v3 .list-info-footer li:nth-child(2) a:hover {
          color: #81d742; }
    .footer-v3 .list-info-footer li:nth-child(3) {
      margin-top: -68px; }
  .footer-v3 .list-info-footer i {
    display: none; }
.footer-v3 input {
  width: 100%;
  background: #3b3b3b;
  color: #696969;
  font-style: italic; }
.footer-v3 .bottom-footer p {
  color: #ababab; }

.hiden-label {
  display: none; }

span.wpcf7-not-valid-tip {
  float: left;
  font-size: 13px;
  margin-bottom: 5px; }

footer .widget_archive li a span, footer .widget_categories li a span,
footer .widget_product_categories li a span,
footer .widget_pages li a span,
footer .widget_meta li a span {
  color: inherit;
  background: #333; }
footer .widget_archive li a::after, footer .widget_categories li a::after,
footer .widget_product_categories li a::after,
footer .widget_pages li a::after, footer .widget_meta li a::after {
  opacity: 0.3; }

@media (max-width: 991px) {
  .footer-v2 .footer-logo {
    text-align: center; }
  .footer-v2 .widget_nav_menu {
    margin-top: 40px; }
  .footer-v2 .widget_mc4wp_form_widget {
    text-align: center; }
    .footer-v2 .widget_mc4wp_form_widget .footer-title {
      float: none;
      margin: 30px auto 0; } }
@media (max-width: 767px) {
  .footer-bottom .text-right, .footer-bottom .text-left {
    text-align: center;
    float: none; }
  .footer-bottom .footer-social {
    margin-bottom: 12px; }

  .footer-social {
    padding-top: 15px; }

  .footer-content .instagram-container li {
    width: 20%; }

  .footer-v2 .bottom-footer {
    text-align: center; }
  .footer-v2 .footer-social {
    margin-top: 20px; }

  .quote + .blog-post-info .info-cat {
    left: 30px;
    right: 15px; } }
@media (max-width: 600px) {
  .contact-form {
    position: relative;
    padding-top: 40px; }
    .contact-form .form-right,
    .contact-form .form-left {
      width: 100%;
      padding: 0; }
    .contact-form label {
      position: absolute;
      left: 0;
      top: 0;
      padding-top: 0; } }
@media (max-width: 480px) {
  .footer .footer-office {
    padding-top: 30px; }

  .footer-content .instagram-container li {
    width: 33.33%; }

  .footer-v2 .bottom-footer {
    padding-bottom: 45px; } }
@media (max-width: 1366px) {
  .boxed .container {
    width: auto; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .footer-v2 .widget_nav_menu ul li {
    padding: 0 8px; } }
.fixed-header .side-breadcrumb {
  padding-top: 188px; }

.side-breadcrumb + .wrapper {
  padding-top: 100px; }

.remove_space_br .side-breadcrumb + .wrapper {
  padding-top: 0; }

.use_bg_image {
  background-color: none;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: inherit;
  background-position: center center;
  background-image: url(http://wp.arrowhitech.net/bonfire/wp-content/themes/bonfire/images/bg-breadcrumb.jpg); }

.side-breadcrumb {
  padding: 156px 0 112px;
  text-align: center; }
  .side-breadcrumb:before {
    background: #000;
    opacity: 0.4; }
  .side-breadcrumb .page-title h1 {
    font-size: 56px;
    color: #fff;
    font-weight: bold;
    margin: 0 auto;
    letter-spacing: 6px; }
  .side-breadcrumb.type-2 {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    text-align: left;
    background: #f5f5f5;
    padding: 23px 0 24px; }
    .side-breadcrumb.type-2 .breadcrumb {
      padding: 0;
      font-size: 12px;
      margin-bottom: 0;
      color: #b1b1b1; }
      .side-breadcrumb.type-2 .breadcrumb li {
        letter-spacing: 1px; }
        .side-breadcrumb.type-2 .breadcrumb li a {
          color: #b1b1b1; }
          .side-breadcrumb.type-2 .breadcrumb li a:hover {
            color: #81d742; }
      .side-breadcrumb.type-2 .breadcrumb > li + li:before {
        color: #b1b1b1;
        content: "-";
        padding: 0 12px 0 14px; }
  .side-breadcrumb.type-3 {
    padding: 77px 0 37px; }
    .side-breadcrumb.type-3.has-overlay:before {
      background: #81d742;
      opacity: 0.9; }
    .side-breadcrumb.type-3 .breadcrumb {
      font-size: 12px; }
      .side-breadcrumb.type-3 .breadcrumb li {
        letter-spacing: 1px; }
        .side-breadcrumb.type-3 .breadcrumb li a:hover {
          color: #000; }
      .side-breadcrumb.type-3 .breadcrumb > li + li:before {
        content: "-";
        padding: 0 12px 0 14px; }

.breadcrumb {
  padding: 16px 15px;
  background: none;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 4px; }
  .breadcrumb li a {
    color: #fff;
    cursor: pointer; }
    .breadcrumb li a:hover {
      color: #333; }
  .breadcrumb > li + li:before {
    color: #fff;
    padding: 0 8px 0 16px; }

.main-color {
  color: #81d742 !important; }

.text-mark-slide {
  background: url(../images/bg-mark-slide.jpg) center center no-repeat;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  display: block; }

@media (max-width: 767px) {
  .side-breadcrumb .page-title h1 {
    font-size: 32px !important; } }
@media (max-width: 568px) {
  .side-breadcrumb.type-1 {
    padding: 84px 0 56px !important; } }
/*===================================
    2.6 Preload
===================================*/
#pre-loader {
  background-color: #fff;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0px;
  z-index: 9999;
  overflow: hidden;
  left: 0; }

#loading {
  background: #282828;
  height: 100%;
  width: 100%;
  position: fixed;
  margin-top: 0px;
  top: 0px;
  z-index: 99999;
  overflow: hidden;
  left: 0; }

#loading-center {
  width: 100%;
  height: 100%;
  position: relative; }

#loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 150px;
  width: 150px;
  margin-top: -75px;
  margin-left: -75px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.object {
  width: 20px;
  height: 20px;
  background-color: #81d742;
  position: absolute;
  left: 65px;
  top: 65px; }

.object:nth-child(2n+0) {
  margin-right: 0px; }

#object_one {
  -webkit-animation: object_one 2s infinite;
  animation: object_one 2s infinite;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s; }

#object_two {
  -webkit-animation: object_two 2s infinite;
  animation: object_two 2s infinite;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s; }

#object_three {
  -webkit-animation: object_three 2s infinite;
  animation: object_three 2s infinite;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s; }

#object_four {
  -webkit-animation: object_four 2s infinite;
  animation: object_four 2s infinite;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s; }

#object_five {
  -webkit-animation: object_five 2s infinite;
  animation: object_five 2s infinite;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s; }

#object_six {
  -webkit-animation: object_six 2s infinite;
  animation: object_six 2s infinite;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s; }

#object_seven {
  -webkit-animation: object_seven 2s infinite;
  animation: object_seven 2s infinite;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s; }

#object_eight {
  -webkit-animation: object_eight 2s infinite;
  animation: object_eight 2s infinite;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s; }

#object_big {
  position: absolute;
  width: 50px;
  height: 50px;
  left: 50px;
  top: 50px;
  -webkit-animation: object_big 2s infinite;
  animation: object_big 2s infinite;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s; }

@-webkit-keyframes object_big {
  50% {
    -webkit-transform: scale(0.5); } }
@keyframes object_big {
  50% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5); } }
@-webkit-keyframes object_one {
  50% {
    -webkit-transform: translate(-65px, -65px); } }
@keyframes object_one {
  50% {
    transform: translate(-65px, -65px);
    -webkit-transform: translate(-65px, -65px); } }
@-webkit-keyframes object_two {
  50% {
    -webkit-transform: translate(0, -65px); } }
@keyframes object_two {
  50% {
    transform: translate(0, -65px);
    -webkit-transform: translate(0, -65px); } }
@-webkit-keyframes object_three {
  50% {
    -webkit-transform: translate(65px, -65px); } }
@keyframes object_three {
  50% {
    transform: translate(65px, -65px);
    -webkit-transform: translate(65px, -65px); } }
@-webkit-keyframes object_four {
  50% {
    -webkit-transform: translate(65px, 0); } }
@keyframes object_four {
  50% {
    transform: translate(65px, 0);
    -webkit-transform: translate(65px, 0); } }
@-webkit-keyframes object_five {
  50% {
    -webkit-transform: translate(65px, 65px); } }
@keyframes object_five {
  50% {
    transform: translate(65px, 65px);
    -webkit-transform: translate(65px, 65px); } }
@-webkit-keyframes object_six {
  50% {
    -webkit-transform: translate(0, 65px); } }
@keyframes object_six {
  50% {
    transform: translate(0, 65px);
    -webkit-transform: translate(0, 65px); } }
@-webkit-keyframes object_seven {
  50% {
    -webkit-transform: translate(-65px, 65px); } }
@keyframes object_seven {
  50% {
    transform: translate(-65px, 65px);
    -webkit-transform: translate(-65px, 65px); } }
@-webkit-keyframes object_eight {
  50% {
    -webkit-transform: translate(-65px, 0); } }
@keyframes object_eight {
  50% {
    transform: translate(-65px, 0);
    -webkit-transform: translate(-65px, 0); } }
.logo-preload {
  position: absolute;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%; }

#loading-2 {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 9999;
  margin-top: 0px;
  top: 0px;
  left: 0; }

#loading-center-2 {
  width: 100%;
  height: 100%;
  position: relative; }

#loading-center-absolute-2 {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 150px;
  width: 150px;
  text-align: center;
  margin-top: -25px;
  margin-left: -75px; }

.object-2 {
  width: 20px;
  height: 20px;
  background-color: #81d742;
  margin-right: 20px;
  margin-top: 65px;
  display: inline-block;
  -moz-border-radius: 50% 50% 50% 50%;
  -webkit-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%; }

#object_one_2 {
  -webkit-animation: object_one_one 1.5s infinite;
  animation: object_one_one 1.5s infinite; }

#object_two_2 {
  -webkit-animation: object_two_tow 1.5s infinite;
  animation: object_two_tow 1.5s infinite;
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s; }

#object_three_2 {
  -webkit-animation: object_three_three 1.5s infinite;
  animation: object_three_three 1.5s infinite;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s; }

@-webkit-keyframes object_one_one {
  75% {
    -webkit-transform: scale(0); } }
@keyframes object_one_one {
  75% {
    transform: scale(0);
    -webkit-transform: scale(0); } }
@-webkit-keyframes object_two_tow {
  75% {
    -webkit-transform: scale(0); } }
@keyframes object_two_tow {
  75% {
    transform: scale(0);
    -webkit-transform: scale(0); } }
@-webkit-keyframes object_three_three {
  75% {
    -webkit-transform: scale(0); } }
@keyframes object_three_three {
  75% {
    transform: scale(0);
    -webkit-transform: scale(0); } }
#loading-3 {
  background: #f5f5f5;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 9999;
  left: 0;
  margin-top: 0px;
  top: 0px; }

#loading-center-3 {
  width: 100%;
  height: 100%;
  position: relative; }

#loading-center-absolute-3 {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 200px;
  width: 200px;
  margin-top: -100px;
  margin-left: -100px;
  -ms-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg); }

.object-3 {
  -moz-border-radius: 50% 50% 50% 50%;
  -webkit-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
  position: absolute;
  border-top: 5px solid #81d742;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #81d742;
  border-right: 5px solid transparent;
  -webkit-animation: animate_three 2s infinite;
  animation: animate_three 2s infinite; }

#object_one_3 {
  left: 75px;
  top: 75px;
  width: 50px;
  height: 50px; }

#object_two_3 {
  left: 65px;
  top: 65px;
  width: 70px;
  height: 70px;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s; }

#object_three_3 {
  left: 55px;
  top: 55px;
  width: 90px;
  height: 90px;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s; }

#object_four_3 {
  left: 45px;
  top: 45px;
  width: 110px;
  height: 110px;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s; }

@-webkit-keyframes animate_three {
  50% {
    -ms-transform: rotate(360deg) scale(0.8);
    -webkit-transform: rotate(360deg) scale(0.8);
    transform: rotate(360deg) scale(0.8); } }
@keyframes animate_three {
  50% {
    -ms-transform: rotate(360deg) scale(0.8);
    -webkit-transform: rotate(360deg) scale(0.8);
    transform: rotate(360deg) scale(0.8); } }
.preloader-4 {
  background: #f5f5f5;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 9999;
  left: 0;
  margin-top: 0px;
  top: 0px; }

.busy-loader {
  position: absolute;
  width: 90px;
  height: 90px;
  margin: auto;
  top: 50%;
  left: 50%;
  margin-left: -45px;
  margin-top: -45px; }
  .busy-loader .w-ball-wrapper {
    position: absolute;
    width: 86px;
    height: 86px;
    opacity: 0;
    -moz-transform: rotate(225deg);
    -moz-animation: orbit 4.4s infinite;
    -webkit-transform: rotate(225deg);
    -webkit-animation: orbit 4.4s infinite;
    -ms-transform: rotate(225deg);
    -ms-animation: orbit 4.4s infinite;
    -o-transform: rotate(225deg);
    -o-animation: orbit 4.4s infinite;
    transform: rotate(225deg);
    animation: orbit 4.4s infinite; }
    .busy-loader .w-ball-wrapper .w-ball {
      position: absolute;
      width: 12px;
      height: 12px;
      background: #81d742;
      left: 0px;
      top: 0px;
      -moz-border-radius: 11px;
      -webkit-border-radius: 11px;
      -ms-border-radius: 11px;
      -o-border-radius: 11px;
      border-radius: 11px; }
  .busy-loader .ball-1 {
    -moz-animation-delay: 0.96s;
    -webkit-animation-delay: 0.96s;
    -ms-animation-delay: 0.96s;
    -o-animation-delay: 0.96s;
    animation-delay: 0.96s; }
  .busy-loader .ball-2 {
    -moz-animation-delay: 0.19s;
    -webkit-animation-delay: 0.19s;
    -ms-animation-delay: 0.19s;
    -o-animation-delay: 0.19s;
    animation-delay: 0.19s; }
  .busy-loader .ball-3 {
    -moz-animation-delay: 0.38s;
    -webkit-animation-delay: 0.38s;
    -ms-animation-delay: 0.38s;
    -o-animation-delay: 0.38s;
    animation-delay: 0.38s; }
  .busy-loader .ball-4 {
    -moz-animation-delay: 0.58s;
    -webkit-animation-delay: 0.58s;
    -ms-animation-delay: 0.58s;
    -o-animation-delay: 0.58s;
    animation-delay: 0.58s; }
  .busy-loader .ball-5 {
    -moz-animation-delay: 0.77s;
    -webkit-animation-delay: 0.77s;
    -ms-animation-delay: 0.77s;
    -o-animation-delay: 0.77s;
    animation-delay: 0.77s; }

@-moz-keyframes orbit {
  0% {
    opacity: 1;
    z-index: 99;
    -moz-transform: rotate(180deg);
    -moz-animation-timing-function: ease-out; }
  7% {
    opacity: 1;
    -moz-transform: rotate(300deg);
    -moz-animation-timing-function: linear;
    -moz-origin: 0%; }
  30% {
    opacity: 1;
    -moz-transform: rotate(410deg);
    -moz-animation-timing-function: ease-in-out;
    -moz-origin: 7%; }
  39% {
    opacity: 1;
    -moz-transform: rotate(645deg);
    -moz-animation-timing-function: linear;
    -moz-origin: 30%; }
  70% {
    opacity: 1;
    -moz-transform: rotate(770deg);
    -moz-animation-timing-function: ease-out;
    -moz-origin: 39%; }
  75% {
    opacity: 1;
    -moz-transform: rotate(900deg);
    -moz-animation-timing-function: ease-out;
    -moz-origin: 70%; }
  76% {
    opacity: 0;
    -moz-transform: rotate(900deg); }
  100% {
    opacity: 0;
    -moz-transform: rotate(900deg); } }
@-webkit-keyframes orbit {
  0% {
    opacity: 1;
    z-index: 99;
    -webkit-transform: rotate(180deg);
    -webkit-animation-timing-function: ease-out; }
  7% {
    opacity: 1;
    -webkit-transform: rotate(300deg);
    -webkit-animation-timing-function: linear;
    -webkit-origin: 0%; }
  30% {
    opacity: 1;
    -webkit-transform: rotate(410deg);
    -webkit-animation-timing-function: ease-in-out;
    -webkit-origin: 7%; }
  39% {
    opacity: 1;
    -webkit-transform: rotate(645deg);
    -webkit-animation-timing-function: linear;
    -webkit-origin: 30%; }
  70% {
    opacity: 1;
    -webkit-transform: rotate(770deg);
    -webkit-animation-timing-function: ease-out;
    -webkit-origin: 39%; }
  75% {
    opacity: 1;
    -webkit-transform: rotate(900deg);
    -webkit-animation-timing-function: ease-out;
    -webkit-origin: 70%; }
  76% {
    opacity: 0;
    -webkit-transform: rotate(900deg); }
  100% {
    opacity: 0;
    -webkit-transform: rotate(900deg); } }
@-ms-keyframes orbit {
  0% {
    opacity: 1;
    z-index: 99;
    -ms-transform: rotate(180deg);
    -ms-animation-timing-function: ease-out; }
  7% {
    opacity: 1;
    -ms-transform: rotate(300deg);
    -ms-animation-timing-function: linear;
    -ms-origin: 0%; }
  30% {
    opacity: 1;
    -ms-transform: rotate(410deg);
    -ms-animation-timing-function: ease-in-out;
    -ms-origin: 7%; }
  39% {
    opacity: 1;
    -ms-transform: rotate(645deg);
    -ms-animation-timing-function: linear;
    -ms-origin: 30%; }
  70% {
    opacity: 1;
    -ms-transform: rotate(770deg);
    -ms-animation-timing-function: ease-out;
    -ms-origin: 39%; }
  75% {
    opacity: 1;
    -ms-transform: rotate(900deg);
    -ms-animation-timing-function: ease-out;
    -ms-origin: 70%; }
  76% {
    opacity: 0;
    -ms-transform: rotate(900deg); }
  100% {
    opacity: 0;
    -ms-transform: rotate(900deg); } }
@-o-keyframes orbit {
  0% {
    opacity: 1;
    z-index: 99;
    -o-transform: rotate(180deg);
    -o-animation-timing-function: ease-out; }
  7% {
    opacity: 1;
    -o-transform: rotate(300deg);
    -o-animation-timing-function: linear;
    -o-origin: 0%; }
  30% {
    opacity: 1;
    -o-transform: rotate(410deg);
    -o-animation-timing-function: ease-in-out;
    -o-origin: 7%; }
  39% {
    opacity: 1;
    -o-transform: rotate(645deg);
    -o-animation-timing-function: linear;
    -o-origin: 30%; }
  70% {
    opacity: 1;
    -o-transform: rotate(770deg);
    -o-animation-timing-function: ease-out;
    -o-origin: 39%; }
  75% {
    opacity: 1;
    -o-transform: rotate(900deg);
    -o-animation-timing-function: ease-out;
    -o-origin: 70%; }
  76% {
    opacity: 0;
    -o-transform: rotate(900deg); }
  100% {
    opacity: 0;
    -o-transform: rotate(900deg); } }
@keyframes orbit {
  0% {
    opacity: 1;
    z-index: 99;
    transform: rotate(180deg);
    animation-timing-function: ease-out; }
  7% {
    opacity: 1;
    transform: rotate(300deg);
    animation-timing-function: linear;
    origin: 0%; }
  30% {
    opacity: 1;
    transform: rotate(410deg);
    animation-timing-function: ease-in-out;
    origin: 7%; }
  39% {
    opacity: 1;
    transform: rotate(645deg);
    animation-timing-function: linear;
    origin: 30%; }
  70% {
    opacity: 1;
    transform: rotate(770deg);
    animation-timing-function: ease-out;
    origin: 39%; }
  75% {
    opacity: 1;
    transform: rotate(900deg);
    animation-timing-function: ease-out;
    origin: 70%; }
  76% {
    opacity: 0;
    transform: rotate(900deg); }
  100% {
    opacity: 0;
    transform: rotate(900deg); } }
.preloader-5 {
  background: #f5f5f5;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0px; }

.loader {
  height: 4px;
  width: 90%;
  position: absolute;
  overflow: hidden;
  left: 50%;
  top: 50%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  margin-top: 45px;
  background-color: rgba(255, 255, 255, 0.2); }

.loader:before {
  display: block;
  position: absolute;
  content: "";
  left: -200px;
  width: 200px;
  height: 4px;
  background-color: #81d742;
  animation: loading 2s linear infinite; }

@keyframes loading {
  from {
    left: -200px;
    width: 30%; }
  50% {
    width: 30%; }
  70% {
    width: 70%; }
  80% {
    left: 50%; }
  95% {
    left: 120%; }
  to {
    left: 100%; } }
#loading-6 {
  background: #f5f5f5;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 9999;
  left: 0;
  margin-top: 0px;
  top: 0px; }

#loading-center-6 {
  width: 100%;
  height: 100%;
  position: relative; }

#loading-center-absolute-6 {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100px;
  width: 100px;
  margin-top: -50px;
  margin-left: -50px; }

.object-6 {
  width: 25px;
  height: 25px;
  margin-right: auto;
  margin-left: auto;
  border: 4px solid #81d742;
  left: 37px;
  top: 37px;
  position: absolute; }

#first_object_6 {
  -webkit-animation: first_object_six 1s infinite;
  animation: first_object_six 1s infinite;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s; }

#second_object_6 {
  -webkit-animation: second_object_six 1s infinite;
  animation: second_object_six 1s infinite; }

#third_object_6 {
  -webkit-animation: third_object_six 1s infinite;
  animation: third_object_six 1s infinite;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s; }

#forth_object_6 {
  -webkit-animation: forth_object_six 1s infinite;
  animation: forth_object_six 1s infinite; }

@-webkit-keyframes first_object_six {
  0% {
    -ms-transform: translate(1, 1) scale(1, 1);
    -webkit-transform: translate(1, 1) scale(1, 1);
    transform: translate(1, 1) scale(1, 1); }
  50% {
    -ms-transform: translate(150%, 150%) scale(2, 2);
    -webkit-transform: translate(150%, 150%) scale(2, 2);
    transform: translate(150%, 150%) scale(2, 2); }
  100% {
    -ms-transform: translate(1, 1) scale(1, 1);
    -webkit-transform: translate(1, 1) scale(1, 1);
    transform: translate(1, 1) scale(1, 1); } }
@keyframes first_object_six {
  0% {
    -ms-transform: translate(1, 1) scale(1, 1);
    -webkit-transform: translate(1, 1) scale(1, 1);
    transform: translate(1, 1) scale(1, 1); }
  50% {
    -ms-transform: translate(150%, 150%) scale(2, 2);
    -webkit-transform: translate(150%, 150%) scale(2, 2);
    transform: translate(150%, 150%) scale(2, 2); }
  100% {
    -ms-transform: translate(1, 1) scale(1, 1);
    -webkit-transform: translate(1, 1) scale(1, 1);
    transform: translate(1, 1) scale(1, 1); } }
@-webkit-keyframes second_object_six {
  0% {
    -ms-transform: translate(1, 1) scale(1, 1);
    -webkit-transform: translate(1, 1) scale(1, 1);
    transform: translate(1, 1) scale(1, 1); }
  50% {
    -ms-transform: translate(-150%, 150%) scale(2, 2);
    -webkit-transform: translate(-150%, 150%) scale(2, 2);
    transform: translate(-150%, 150%) scale(2, 2); }
  100% {
    -ms-transform: translate(1, 1) scale(1, 1);
    -webkit-transform: translate(1, 1) scale(1, 1);
    transform: translate(1, 1) scale(1, 1); } }
@keyframes second_object_six {
  0% {
    -ms-transform: translate(1, 1) scale(1, 1);
    -webkit-transform: translate(1, 1) scale(1, 1);
    transform: translate(1, 1) scale(1, 1); }
  50% {
    -ms-transform: translate(-150%, 150%) scale(2, 2);
    -webkit-transform: translate(-150%, 150%) scale(2, 2);
    transform: translate(-150%, 150%) scale(2, 2); }
  100% {
    -ms-transform: translate(1, 1) scale(1, 1);
    -webkit-transform: translate(1, 1) scale(1, 1);
    transform: translate(1, 1) scale(1, 1); } }
@-webkit-keyframes third_object_six {
  0% {
    -ms-transform: translate(1, 1) scale(1, 1);
    -webkit-transform: translate(1, 1) scale(1, 1);
    transform: translate(1, 1) scale(1, 1); }
  50% {
    -ms-transform: translate(-150%, -150%) scale(2, 2);
    -webkit-transform: translate(-150%, -150%) scale(2, 2);
    transform: translate(-150%, -150%) scale(2, 2); }
  100% {
    -ms-transform: translate(1, 1) scale(1, 1);
    -webkit-transform: translate(1, 1) scale(1, 1);
    transform: translate(1, 1) scale(1, 1); } }
@keyframes third_object_six {
  0% {
    -ms-transform: translate(1, 1) scale(1, 1);
    -webkit-transform: translate(1, 1) scale(1, 1);
    transform: translate(1, 1) scale(1, 1); }
  50% {
    -ms-transform: translate(-150%, -150%) scale(2, 2);
    -webkit-transform: translate(-150%, -150%) scale(2, 2);
    transform: translate(-150%, -150%) scale(2, 2); }
  100% {
    -ms-transform: translate(1, 1) scale(1, 1);
    -webkit-transform: translate(1, 1) scale(1, 1);
    transform: translate(1, 1) scale(1, 1); } }
@-webkit-keyframes forth_object_six {
  0% {
    -ms-transform: translate(1, 1) scale(1, 1);
    -webkit-transform: translate(1, 1) scale(1, 1);
    transform: translate(1, 1) scale(1, 1); }
  50% {
    -ms-transform: translate(150%, -150%) scale(2, 2);
    -webkit-transform: translate(150%, -150%) scale(2, 2);
    transform: translate(150%, -150%) scale(2, 2); }
  100% {
    -ms-transform: translate(1, 1) scale(1, 1);
    -webkit-transform: translate(1, 1) scale(1, 1);
    transform: translate(1, 1) scale(1, 1); } }
@keyframes forth_object_six {
  0% {
    -ms-transform: translate(1, 1) scale(1, 1);
    -webkit-transform: translate(1, 1) scale(1, 1);
    transform: translate(1, 1) scale(1, 1); }
  50% {
    -ms-transform: translate(150%, -150%) scale(2, 2);
    -webkit-transform: translate(150%, -150%) scale(2, 2);
    transform: translate(150%, -150%) scale(2, 2); }
  100% {
    -ms-transform: translate(1, 1) scale(1, 1);
    -webkit-transform: translate(1, 1) scale(1, 1);
    transform: translate(1, 1) scale(1, 1); } }
#loading-7 {
  background: #f5f5f5;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 9999;
  left: 0;
  margin-top: 0px;
  top: 0px; }

#loading-center-7 {
  width: 100%;
  height: 100%;
  position: relative; }

#loading-center-absolute-7 {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 200px;
  width: 200px;
  margin-top: -100px;
  margin-left: -100px; }

#object-7 {
  width: 80px;
  height: 80px;
  background-color: #81d742;
  -webkit-animation: animate_s 1s infinite ease-in-out;
  animation: animate_s 1s infinite ease-in-out;
  margin-right: auto;
  margin-left: auto;
  margin-top: 60px; }

@-webkit-keyframes animate_s {
  0% {
    -webkit-transform: perspective(160px); }
  50% {
    -webkit-transform: perspective(160px) rotateY(-180deg); }
  100% {
    -webkit-transform: perspective(160px) rotateY(-180deg) rotateX(-180deg); } }
@keyframes animate_s {
  0% {
    transform: perspective(160px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(160px) rotateX(0deg) rotateY(0deg); }
  50% {
    transform: perspective(160px) rotateX(-180deg) rotateY(0deg);
    -webkit-transform: perspective(160px) rotateX(-180deg) rotateY(0deg); }
  100% {
    transform: perspective(160px) rotateX(-180deg) rotateY(-180deg);
    -webkit-transform: perspective(160px) rotateX(-180deg) rotateY(-180deg); } }
.loader-8 {
  background: #f5f5f5;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0px; }

@-webkit-keyframes rotate_pacman_half_up {
  0% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg); }
  50% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); }
  100% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg); } }
@keyframes rotate_pacman_half_up {
  0% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg); }
  50% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); }
  100% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg); } }
@-webkit-keyframes rotate_pacman_half_down {
  0% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }
  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); } }
@keyframes rotate_pacman_half_down {
  0% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }
  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); } }
@-webkit-keyframes pacman-balls {
  75% {
    opacity: 0.7; }
  100% {
    -webkit-transform: translate(-100px, -6.25px);
    transform: translate(-100px, -6.25px); } }
@keyframes pacman-balls {
  75% {
    opacity: 0.7; }
  100% {
    -webkit-transform: translate(-100px, -6.25px);
    transform: translate(-100px, -6.25px); } }
.pacman {
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.pacman > div:nth-child(2) {
  -webkit-animation: pacman-balls 1s -0.99s infinite linear;
  animation: pacman-balls 1s -0.99s infinite linear; }

.pacman > div:nth-child(3) {
  -webkit-animation: pacman-balls 1s -0.66s infinite linear;
  animation: pacman-balls 1s -0.66s infinite linear; }

.pacman > div:nth-child(4) {
  -webkit-animation: pacman-balls 1s -0.33s infinite linear;
  animation: pacman-balls 1s -0.33s infinite linear; }

.pacman > div:nth-child(5) {
  -webkit-animation: pacman-balls 1s 0s infinite linear;
  animation: pacman-balls 1s 0s infinite linear; }

.pacman > div:first-of-type {
  width: 0px;
  height: 0px;
  border-right: 25px solid transparent;
  border-top: 25px solid #81d742;
  border-left: 25px solid #81d742;
  border-bottom: 25px solid #81d742;
  border-radius: 25px;
  -webkit-animation: rotate_pacman_half_up 0.5s 0s infinite;
  animation: rotate_pacman_half_up 0.5s 0s infinite;
  position: relative;
  left: -30px; }

.pacman > div:nth-child(2) {
  width: 0px;
  height: 0px;
  border-right: 25px solid transparent;
  border-top: 25px solid #81d742;
  border-left: 25px solid #81d742;
  border-bottom: 25px solid #81d742;
  border-radius: 25px;
  -webkit-animation: rotate_pacman_half_down 0.5s 0s infinite;
  animation: rotate_pacman_half_down 0.5s 0s infinite;
  margin-top: -50px;
  position: relative;
  left: -30px; }

.pacman > div:nth-child(3),
.pacman > div:nth-child(4),
.pacman > div:nth-child(5),
.pacman > div:nth-child(6) {
  background-color: #81d742;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  width: 10px;
  height: 10px;
  position: absolute;
  -webkit-transform: translate(0, -6.25px);
  transform: translate(0, -6.25px);
  top: 25px;
  left: 70px; }

#loading-2, #loading-9, #loading, #loading-3, #loading-4, #loading-5, #loading-6, #loading-7, #loading-8, .loader-8 {
  background: #282828; }

#loading-9 {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0px; }

#loading-center-9 {
  width: 100%;
  height: 100%;
  position: relative; }

#loading-center-absolute-9 {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 50px;
  width: 150px;
  margin-top: -25px;
  margin-left: -75px; }

.object-9 {
  width: 8px;
  height: 50px;
  margin-right: 5px;
  background-color: #81d742;
  -webkit-animation: animate_e 1s infinite;
  -ms-animation: animate_e 1s infinite;
  -ms-animation: animate_e 1s infinite;
  -o-animation: animate_e 1s infinite;
  animation: animate_e 1s infinite;
  float: left; }

.object-9:last-child {
  margin-right: 0px; }

.object-9:nth-child(10) {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s; }

.object-9:nth-child(9) {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s; }

.object-9:nth-child(8) {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s; }

.object-9:nth-child(7) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s; }

.object-9:nth-child(6) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s; }

.object-9:nth-child(5) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s; }

.object-9:nth-child(4) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s; }

.object-9:nth-child(3) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s; }

.object-9:nth-child(2) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s; }

@-webkit-keyframes animate_e {
  50% {
    -ms-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0); } }
@keyframes animate_e {
  50% {
    -ms-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0); } }
.preloader8 {
  width: 90px;
  height: 90px;
  display: inline-block;
  padding: 0px;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.preloader8 span {
  position: absolute;
  display: inline-block;
  width: 90px;
  height: 90px;
  border-radius: 100%;
  background: #81d742;
  -webkit-animation: preloader8 1.6s linear infinite;
  animation: preloader8 1.6s linear infinite; }

.preloader8 span:last-child {
  animation-delay: -0.8s;
  -webkit-animation-delay: -0.8s; }

@keyframes preloader8 {
  0% {
    transform: scale(0, 0);
    opacity: 0.9; }
  100% {
    transform: scale(1, 1);
    opacity: 0; } }
@-webkit-keyframes preloader8 {
  0% {
    -webkit-transform: scale(0, 0);
    opacity: 0.9; }
  100% {
    -webkit-transform: scale(1, 1);
    opacity: 0; } }
#mini-scart .cart-block .variation {
  display: none; }

.place-order {
  margin-top: 20px; }

.shop_table.woocommerce-checkout-review-order-table .cart_item td:last-child {
  background: none; }

.woocommerce header.title {
  position: relative; }
.woocommerce .register .form-row input[type="submit"] {
  width: auto; }

.woocommerce-checkout .woocommerce-account-fields .create-account {
  padding-left: 20px; }
.woocommerce-checkout .woocommerce-shipping-fields #ship-to-different-address {
  padding-left: 12px; }

.cross-sells.product_archives {
  margin-top: 20px !important; }

.select2-container .select2-choice .select2-arrow b:after {
  border: 5px solid transparent;
  margin-left: -16px; }

.shop_table.customer_details tbody tr th,
.shop_table.customer_details tbody tr td {
  text-align: left;
  padding: 10px 0;
  font-weight: normal;
  border: none; }
.shop_table.customer_details tr:first-child td {
  border: none; }
.shop_table.order_details thead tr th,
.shop_table.order_details tbody tr td {
  text-align: left; }
.shop_table.order_details tbody tr td:first-child {
  border-left: 1px solid #ebebeb; }
.shop_table.order_details tbody tr td:last-child {
  border-right: 1px solid #ebebeb; }
.shop_table.order_details tfoot tr:first-child th, .shop_table.order_details tfoot tr:first-child td {
  padding-top: 20px; }
.shop_table.order_details tfoot tr th {
  width: 50%;
  padding-top: 10px;
  font-weight: normal; }
.shop_table.order_details tfoot tr td {
  font-weight: normal;
  padding-top: 10px;
  width: 50%;
  text-align: right; }
.shop_table thead tr th {
  text-transform: uppercase;
  text-align: center;
  color: #333;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 1px;
  padding: 19px 20px;
  border-bottom: 1px solid #ebebeb; }
.shop_table tbody tr:first-child td {
  border-top: 3px solid #81d742; }
.shop_table tbody tr td {
  text-align: center;
  padding: 27px 20px;
  border-bottom: 1px solid #ebebeb; }
.shop_table .product-subtotal span,
.shop_table .product-price span {
  font-size: 16px;
  color: #81d742; }
.shop_table .cart_item .product-thumbnail a {
  float: left;
  display: inline-block; }
.shop_table .cart_item .product-thumbnail img {
  width: 93px;
  height: 101px;
  border: 1px solid #ebebeb;
  display: block;
  margin-right: 30px; }
.shop_table .cart_item .product-thumbnail .product-name {
  margin-top: 11px;
  overflow: hidden; }
.shop_table .cart_item .product-name a {
  color: #000;
  font-size: 16px; }
  .shop_table .cart_item .product-name a:hover {
    color: #81d742; }
.shop_table .cart_item .product-remove a {
  font-size: 12px;
  font-style: italic;
  color: #81d742; }
  .shop_table .cart_item .product-remove a:hover {
    color: #212425; }
.shop_table .cart_item td:first-child {
  border-left: 1px solid #ebebeb; }
.shop_table .cart_item td:last-child {
  background: #f5f5f5;
  border-right: 1px solid #ebebeb; }
.shop_table.cart tbody tr:last-child td {
  border-bottom: none;
  padding-left: 0;
  padding-right: 0; }
.shop_table.cart .actions .coupon label {
  float: left;
  margin-right: 15px; }
.shop_table.cart .actions .coupon input {
  float: left;
  margin-right: 10px; }
.shop_table.woocommerce-checkout-review-order-table thead tr th {
  text-align: left; }
.shop_table.woocommerce-checkout-review-order-table tbody tr td {
  text-align: left; }
.shop_table.woocommerce-checkout-review-order-table .product-name {
  color: #000;
  font-size: 16px;
  font-weight: bold; }
.shop_table.woocommerce-checkout-review-order-table tfoot {
  padding-top: 20px;
  padding-bottom: 20px; }
  .shop_table.woocommerce-checkout-review-order-table tfoot .cart-subtotal {
    font-size: 14px; }
    .shop_table.woocommerce-checkout-review-order-table tfoot .cart-subtotal th, .shop_table.woocommerce-checkout-review-order-table tfoot .cart-subtotal td {
      padding-top: 25px;
      padding-bottom: 10px; }
  .shop_table.woocommerce-checkout-review-order-table tfoot tr th {
    padding: 10px 0;
    width: 50%; }
  .shop_table.woocommerce-checkout-review-order-table tfoot tr td {
    width: 50%;
    text-align: right; }

.woocommerce-password-strength .mini-cart .cart-block .btn.btn-primary {
  padding: 10px 14px 8px; }

.woocommerce table.wishlist_table thead th {
  border-top: none; }

.woocommerce table.wishlist_table {
  font-size: 100%; }

.wishlist_table tbody tr td:first-child {
  border-left: 1px solid #ebebeb; }

.woocommerce .wishlist_table td.product-add-to-cart a,
.wishlist_table .product-price .amount {
  color: #81d742; }

.woocommerce-page .wishlist_table .product-price .amount {
  color: #81d742;
  font-size: 14px; }
  .woocommerce-page .wishlist_table .product-price .amount span {
    font-size: 14px; }
.woocommerce-page .shop_table.wishlist_table thead .product-price span {
  font-size: 20px;
  color: #222; }
.woocommerce-page .wishlist_table .product-remove a {
  font-size: 20px; }
.woocommerce-page .wishlist_table .product-add-to-cart .button {
  padding: 10px 0 8px;
  background: #81d742;
  color: #fff;
  border-radius: 0;
  margin: 0 auto;
  width: 130px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px; }
  .woocommerce-page .wishlist_table .product-add-to-cart .button:hover, .woocommerce-page .wishlist_table .product-add-to-cart .button:focus {
    background: #000;
    color: #fff; }

.wishlist-title h2 {
  padding: 0; }

.woocommerce .wishlist_table td.product-add-to-cart a:hover {
  color: #212425; }

.woocommerce .yith-wcwl-share {
  padding-top: 20px;
  margin-bottom: 0; }
  .woocommerce .yith-wcwl-share h4.yith-wcwl-share-title {
    font-size: 14px;
    display: inline-block;
    margin-right: 10px; }
  .woocommerce .yith-wcwl-share ul {
    display: inline-block; }

.cart-collaterals {
  padding-top: 20px;
  overflow: hidden;
  width: 100%; }

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

.btn-updatecart {
  float: right; }

.quantity {
  display: inline-block; }
  .quantity .qty-number {
    cursor: pointer;
    display: inline-block;
    height: 40px;
    text-align: center;
    vertical-align: middle; }
    .quantity .qty-number span {
      padding: 0 7px;
      height: 40px;
      display: table-cell;
      vertical-align: middle;
      line-height: 40px;
      color: #919191;
      text-align: center; }
    .quantity .qty-number:hover span {
      color: #81d742; }
  .quantity > input.qty {
    -moz-appearance: textfield; }
  .quantity input.qty.text {
    width: 46px;
    text-align: center;
    padding: 10px;
    color: #1b242b;
    display: inline-block;
    background: #FFF; }

.select2-results li {
  color: #9c9c9c; }

.select2-container .select2-choice {
  color: #9c9c9c;
  border-radius: 0; }

.coupon {
  color: #424242;
  float: left; }
  .coupon label {
    margin-top: 10px;
    font-weight: normal; }
  .coupon input[type="text"] {
    padding: 10px 22px 11px;
    background: none;
    color: rgba(48, 47, 47, 0.5);
    border: 1px solid #ebebeb;
    width: auto; }

.woocommerce-error li {
  margin-bottom: 10px;
  background: #ffecec none repeat scroll 0 0;
  border: 2px solid #ffecec;
  color: #df6060;
  padding: 8px 8px 5px 40px;
  border-radius: 4px;
  position: relative; }
  .woocommerce-error li:before {
    position: absolute;
    font-family: FontAwesome;
    left: 15px;
    top: 9px;
    content: "\f129"; }

.woocommerce-message {
  margin-bottom: 10px; }

.btn-updatecart {
  float: right; }

.title-cart {
  color: #000;
  position: relative;
  display: inline-block;
  font-size: 26px;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  padding-top: 30px;
  margin-bottom: 10px; }
  .title-cart:before {
    content: "";
    background: #81d742;
    height: 1px;
    width: 50px;
    position: absolute;
    right: -61px;
    bottom: 2px; }

.form-row.form-row-first, .form-row.form-row-last {
  width: 100% !important; }

.title-hdwoo {
  padding: 30px 0 15px;
  display: inline-block; }
  .title-hdwoo .title-cart {
    padding-top: 0;
    margin-bottom: 0; }

.woocommerce-Address-title.title .edit {
  float: right;
  padding-top: 34px; }

.woocommerce-error li {
  color: #ff0000; }

.woocommerce-message {
  color: #27e34f; }

.woocommerce-cart .actions {
  padding-top: 30px;
  margin-bottom: 71px; }

.woocommerce-thankyou-order-received {
  color: #4fde51; }

.cart-discount a {
  color: #81d742;
  font-style: italic; }

.cart-discount,
.cart-subtotal {
  font-size: 15px;
  color: #696969; }
  .cart-discount th,
  .cart-subtotal th {
    font-weight: 400; }

.order-total {
  font-size: 18px;
  font-weight: bold;
  color: #302f2f; }

.wc-proceed-to-checkout {
  float: left;
  width: 100%;
  display: inline-block;
  margin-top: -4px; }

.cart_totals .shop_table {
  margin-bottom: 20px;
  margin-top: -7px; }
  .cart_totals .shop_table tbody tr:first-child td,
  .cart_totals .shop_table tbody tr td {
    border: none;
    padding: 8px 20px; }

.woocommerce .login input.input-text:-webkit-autofill,
.woocommerce .login textarea.input-text:-webkit-autofill,
.woocommerce .login select.input-text:-webkit-autofill {
  background-color: none !important; }

.woocommerce-info {
  margin-bottom: 10px; }

.showlogin,
.showcoupon {
  color: #81d742; }
  .showlogin:hover, .showlogin:focus,
  .showcoupon:hover,
  .showcoupon:focus {
    color: #1f1f1f; }

.select2-container--default .select2-selection--single {
  background: #f8f7f7 !important;
  border: 1px solid #ebebeb !important;
  border-radius: 0 !important;
  height: 40px;
  padding: 7px 6px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 0 !important;
    color: rgba(48, 47, 47, 0.5) !important; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 7px;
    right: 10px; }

.box-shipping table tbody tr.shipping th {
  display: none; }

.checkout_coupon.coupon {
  float: none;
  overflow: hidden;
  margin-top: 10px; }
  .checkout_coupon.coupon .form-row {
    display: inline-block;
    float: left; }
    .checkout_coupon.coupon .form-row.form-row-first {
      margin-right: 10px; }
    .checkout_coupon.coupon .form-row input[type=submit] {
      width: auto; }

form.checkout {
  font-size: 14px; }
  form.checkout .form-row label {
    width: 100%;
    font-weight: bold;
    color: #302f2f; }
  form.checkout .form-row input {
    width: 100%;
    font-weight: normal;
    height: 40px; }

.woocommerce-shipping-fields #ship-to-different-address {
  font-size: 16px;
  text-transform: uppercase;
  padding: 10px 0; }
  .woocommerce-shipping-fields #ship-to-different-address label {
    display: inline-block; }
    .woocommerce-shipping-fields #ship-to-different-address label.checkbox {
      margin-top: 3px;
      margin-left: 10px; }
  .woocommerce-shipping-fields #ship-to-different-address input {
    float: left; }

.select2-container .select2-choice {
  height: 50px;
  padding: 13px 10px; }

.woocommerce-FormRow.form-row {
  margin-bottom: 15px; }

.woocommerce-page .form-row label {
  color: #1b242b;
  font-weight: normal;
  margin-bottom: 3px;
  margin-top: 0;
  font-size: 15px; }

.woocommerce-shipping-fields .form-row label,
.woocommerce-billing-fields .form-row label {
  color: #1b242b;
  font-weight: normal;
  margin-bottom: 3px; }

.form-row {
  margin-bottom: 15px; }

.woocommerce-EditAccountForm .form-row,
.woocommerce-account .login .form-row,
.woocommerce-edit-address .form-row {
  margin-bottom: 15px; }
  .woocommerce-EditAccountForm .form-row input,
  .woocommerce-EditAccountForm .form-row .placeholder,
  .woocommerce-EditAccountForm .form-row textarea,
  .woocommerce-account .login .form-row input,
  .woocommerce-account .login .form-row .placeholder,
  .woocommerce-account .login .form-row textarea,
  .woocommerce-edit-address .form-row input,
  .woocommerce-edit-address .form-row .placeholder,
  .woocommerce-edit-address .form-row textarea {
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #ccc; }

.woocommerce-password-strength {
  margin-top: 7px; }
  .woocommerce-password-strength.short, .woocommerce-password-strength.bad {
    color: red; }
  .woocommerce-password-strength.strong, .woocommerce-password-strength.good {
    color: #60d362; }

.payment_method_paypal label a {
  color: #81d742;
  font-weight: 400;
  float: left;
  width: 100%; }

.woocommerce-checkout-payment {
  margin-top: 20px; }
  .woocommerce-checkout-payment .payment_methods label {
    color: #212425;
    font-weight: 600; }

#customer_login .customer_login {
  padding-top: 0; }

input[type="radio"] {
  border-radius: 50% !important; }

.payment_box.payment_method_paypal {
  padding: 5px 15px; }

.woocommerce .login label {
  font-weight: 400; }
.woocommerce .login input.btn {
  display: inline-block;
  width: auto; }
.woocommerce .login .form-row input.button {
  border: 2px solid #81d742;
  background: #81d742;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  padding: 10px 14px 8px;
  margin-right: 10px;
  width: auto; }
  .woocommerce .login .form-row input.button:hover {
    background: #212425;
    border: 2px solid #212425; }
.woocommerce select {
  background: #f8f7f7 url(../images/caret-down.png) no-repeat 97% center;
  border: 1px solid #ebebeb;
  height: 50px;
  padding: 10px 20px; }
.woocommerce .form-row input {
  height: 40px; }
.woocommerce .form-row input:not(.button), .woocommerce .form-row .placeholder, .woocommerce .form-row textarea {
  color: rgba(48, 47, 47, 0.5);
  border: 1px solid #ebebeb; }

abbr[data-original-title], abbr[title] {
  border-bottom: medium none;
  text-decoration: none; }

.form-row label {
  font-weight: normal; }

.lost_password a {
  color: #212425; }
  .lost_password a:hover {
    color: #81d742; }

.form-row input[type=checkbox] {
  height: auto;
  width: auto;
  margin-top: 20px; }

form.checkout .form-row input[type=checkbox] {
  float: left;
  height: 16px;
  margin-right: 10px;
  margin-top: 4px;
  text-align: left;
  width: 16px; }

.order_details li strong {
  color: #1f1f1f;
  font-weight: 600; }

.woocommerce-error li strong {
  font-weight: normal;
  color: #1f1f1f; }

.woocommerce-MyAccount-navigation {
  margin-bottom: 20px; }

.woocommerce-Address-title a,
.my_account_orders a,
.woocommerce-MyAccount-content a,
.woocommerce-MyAccount-navigation li a {
  color: #81d742;
  font-weight: normal; }
  .woocommerce-Address-title a:hover, .woocommerce-Address-title a:focus,
  .my_account_orders a:hover,
  .my_account_orders a:focus,
  .woocommerce-MyAccount-content a:hover,
  .woocommerce-MyAccount-content a:focus,
  .woocommerce-MyAccount-navigation li a:hover,
  .woocommerce-MyAccount-navigation li a:focus {
    color: #1f1f1f; }

.woocommerce-MyAccount-content header,
.woocommerce-MyAccount-content header .title-cart {
  background: none !important; }

.woocommerce-MyAccount-content p strong {
  font-weight: 600;
  color: #1f1f1f; }

.woocommerce-MyAccount-navigation li {
  display: inline-block;
  padding-right: 25px; }
  .woocommerce-MyAccount-navigation li a {
    font-weight: 600; }

.admin-bar.woocommerce-page .fixed-header .woocommerce header {
  top: 0; }

.woocommerce table.shop_table.wishlist_table thead tr th.product-name {
  text-align: left; }
.woocommerce .wishlist_table .product-name a {
  font-size: 14px; }
  .woocommerce .wishlist_table .product-name a.yith-wcqv-button {
    color: #81d742;
    font-weight: 400;
    margin-left: 10px;
    font-size: 13px;
    font-style: italic; }
    .woocommerce .wishlist_table .product-name a.yith-wcqv-button:hover {
      text-decoration: underline; }

.DTFC_LeftWrapper {
  display: none !important; }

table.compare-list.compare-list-custom .add-to-cart td a {
  padding: 9px 20px !important;
  background-color: #81d742 !important; }
  table.compare-list.compare-list-custom .add-to-cart td a:hover {
    background: #333 !important; }

@media (max-width: 1199px) {
  .wrapper {
    min-height: auto; } }
@media (max-width: 767px) {
  .woocommerce .yith-wcwl-share {
    text-align: left; }

  .shop_table.cart.wishlist_table tbody tr:first-child td {
    border-top: none; }

  .shop_table.cart.wishlist_table tbody tr:last-child {
    margin-top: 0; }

  .wishlist_table.shop_table.cart tbody tr:last-child td {
    padding: 16px 22px !important; }

  .shop_table.cart.wishlist_table tbody tr td {
    border-left: 1px solid #ebebeb; }
  .shop_table.cart.wishlist_table tbody tr:nth-child(2n) {
    background: #f5f5f5; }

  .wishlist_table.shop_table.cart tbody tr:first-child td:first-child {
    border-top: 1px solid #ebebeb; }

  .preloader .loader {
    display: none; }

  .woocommerce-cart .actions {
    margin-bottom: 0; }

  .shop_table.cart tbody tr:last-child {
    margin-top: 30px; }

  .cart_totals .shop_table {
    margin: 0; }

  .wc-proceed-to-checkout {
    margin-top: 15px; }

  .shop_table.account-orders-table tbody tr:first-child td,
  .shop_table.cart tbody tr:first-child td {
    border-top: 1px solid #ebebeb; }

  .woocommerce-account .wrapper {
    min-height: auto; }

  header.woocommerce-Address-title.title {
    background: none !important; }

  .woocommerce-page .woocommerce-MyAccount-content .form-row label {
    margin-bottom: 10px;
    line-height: 18px; }

  .woocommerce-page legend {
    border: none; }

  .shop_table.shop_table_responsive.my_account_orders tbody tr:nth-child(odd),
  .shop_table.cart.shop_table_responsive tbody tr:nth-child(odd) {
    background: #f9f9f9; }

  .product-thumbnail {
    overflow: hidden; }

  .shop_table.my_account_orders.shop_table_responsive tbody tr:nth-child(even),
  .shop_table.cart.shop_table_responsive tbody tr:nth-child(even),
  .shop_table.order_details tbody tr:nth-child(even) {
    background: #fff; }

  .shop_table.wishlist_table thead {
    display: none !important; }

  .wishlist_table tr td.product-thumbnail a {
    margin: 0 auto !important; }

  .wishlist_table.shop_table.cart tbody tr:last-child td {
    border-bottom: none; }

  .wishlist_table.shop_table.cart tbody tr td:last-child {
    border-bottom: 1px solid #ebebeb; }

  .wishlist_table.shop_table.cart tbody tr td {
    border-right: 1px solid #ebebeb; }

  .wishlist_table tr td.product-thumbnail, .wishlist_table tr td.product-name, .wishlist_table tr td.wishlist-name,
  .wishlist_table tr td.wishlist-privacy, .woocommerce table.wishlist_table tfoot td {
    text-align: center; }

  /* tables change*/
  .shop_table.wishlist_table tbody,
  .shop_table.wishlist_table thead,
  .shop_table.wishlist_table tfoot,
  .shop_table.wishlist_table th,
  .shop_table.wishlist_table tr,
  .shop_table.wishlist_table td,
  .my_account_orders.shop_table_responsive tbody,
  .my_account_orders.shop_table_responsive thead,
  .my_account_orders.shop_table_responsive tfoot
  .my_account_orders.shop_table_responsive th,
  .my_account_orders.shop_table_responsive tr,
  .my_account_orders.shop_table_responsive td,
  .shop_table_responsive.cart,
  .shop_table_responsive.cart tbody,
  .shop_table_responsive.cart thead,
  .shop_table_responsive.cart tfoot,
  .shop_table_responsive.cart th,
  .shop_table_responsive.cart tr,
  .shop_table_responsive.cart td {
    display: block; }

  table.order_details tfoot tr:first-child > td[scope="row"] {
    border-bottom: 1px solid #ddd; }
  table.order_details tfoot tr:last-child > td[scope="row"] {
    border-bottom: none; }

  .my_account_orders.shop_table_responsive tr td,
  .my_account_orders.shop_table_responsive tr th,
  .shop_table_responsive.cart tr td,
  .shop_table_responsive.cart tr th {
    width: auto !important;
    text-align: left !important; }

  .my_account_orders.shop_table_responsive td,
  .shop_table_responsive.cart td {
    margin-top: 0 !important; }

  .my_account_orders.shop_table_responsive thead tr:first-child,
  .shop_table_responsive.cart thead tr:first-child {
    position: absolute;
    top: -9999px;
    left: -9999px; }

  .shop_table.my_account_orders.shop_table_responsive tbody tr:first-child,
  .shop_table.shop_table_responsive.cart tbody tr:first-child {
    position: relative;
    top: 0;
    left: 0; }

  .shop_table.cart tbody tr:last-child td {
    padding: 0 !important; }

  .my_account_orders.shop_table_responsive td,
  .shop_table_responsive.cart td {
    position: relative;
    padding-left: 50% !important;
    border-left: none !important;
    border-right: none !important;
    border-top: none; }

  .my_account_orders.shop_table_responsive td:not([colspan]):after,
  .shop_table_responsive.cart td:not([colspan]):after {
    content: "";
    display: block;
    border-left: 1px solid #e0e0e0;
    position: absolute;
    left: 47%;
    top: 0;
    height: 100%; }

  .shop_table_responsive.my_account_orders td[colspan],
  .shop_table_responsive.cart td[colspan] {
    width: 100%;
    text-align: center;
    padding: 10px !important; }

  .shop_table_responsive.my_account_orders tbody td[colspan],
  .shop_table_responsive.cart tbody td[colspan] {
    display: block;
    text-align: center;
    border-left: none;
    border-right: none;
    border-top: none;
    width: 100%; }

  .shop_table_responsive.my_account_orders td[colspan]:before,
  .shop_table_responsive.cart td[colspan]:before {
    display: none; }

  .shop_table_responsive.my_account_orders td[colspan]:after,
  .shop_table_responsive.cart td[colspan]:after {
    display: none; }

  .shop_table_responsive.my_account_orders td[colspan] table tr td:after
  .shop_table_responsive.cart td[colspan] table tr td:after {
    display: none; }

  .shop_table_responsive.my_account_orders td[colspan] table tr td:before
  .shop_table_responsive.cart td[colspan] table tr td:before {
    display: none; }

  .shop_table_responsive.my_account_orders,
  .shop_table_responsive.cart {
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0; }

  .shop_table_responsive.my_account_orders td:before,
  .shop_table_responsive.cart td:before {
    content: attr(data-title);
    position: absolute;
    top: 50%;
    left: 9px;
    width: 45%;
    padding-right: 10px;
    -webkit-transform: translateY(-50%) translateZ(0);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #424242;
    font-size: 16px; }

  .shop_table_responsive.my_account_orders tr:nth-child(2n),
  .shop_table_responsive.cart tr:nth-child(2n) {
    background: #f9f9f9; }

  .btn-updatecart {
    float: left; }

  .coupon {
    margin-bottom: 10px; } }
.title-cart-sub {
  font-size: 13px;
  text-transform: uppercase;
  margin-bottom: 8px;
  color: #81d742;
  letter-spacing: 4.5px; }

.woocommerce address {
  line-height: 32px; }

.calculated_shipping .box-shipping table tbody tr td p {
  color: #424242; }
.calculated_shipping .box-shipping table form.woocommerce-shipping-calculator .shipping-calculator-button {
  color: #000;
  font-weight: bold;
  font-size: 16px; }

@media (max-width: 991px) {
  .woocommerce .wishlist_table .product-name a.yith-wcqv-button {
    margin-left: 0;
    display: inline; }

  .woocommerce .wishlist_table .product-name a {
    width: 100%;
    display: block; } }
@media (max-width: 600px) {
  .shop_table.cart .actions .coupon label {
    display: none; } }
@media (max-width: 480px) {
  .quantity input.qty.text {
    width: 50px; }

  .shop_table .cart_item .product-thumbnail .product-name {
    float: left; }

  .shop_table.cart .coupon {
    float: none; }

  .shop_table.cart .actions .coupon input {
    width: 100%;
    margin-bottom: 10px; }

  .title-cart {
    font-size: 22px;
    letter-spacing: 0; } }
@media (max-width: 375px) {
  #yith-quick-view-content .summary .cart .add-to-cart {
    margin-top: 15px;
    width: 100% !important; }

  #yith-quick-view-content .single_add_to_cart_button {
    width: 100% !important;
    text-align: center !important;
    padding-left: 0 !important;
    padding-right: 0 !important; } }
/*===================================
	3.7 Widget
===================================*/
.active-sidebar .widget {
  margin-bottom: 10px;
  clear: left; }
  .active-sidebar .widget .widget-title {
    color: #333333;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin-bottom: 30px;
    line-height: 32px;
    overflow: hidden;
    padding: 31px 0 5px;
    position: relative;
    text-transform: uppercase; }
    .active-sidebar .widget .widget-title:before {
      position: absolute;
      content: "";
      width: 30px;
      height: 1px;
      background: #81d742;
      bottom: 0;
      left: 0; }
  .active-sidebar .widget.yith-woo-ajax-reset-navigation {
    padding-bottom: 20px; }
    .active-sidebar .widget.yith-woo-ajax-reset-navigation .widget-title {
      margin-bottom: 25px; }
    .active-sidebar .widget.yith-woo-ajax-reset-navigation .clear-all {
      text-align: right; }
      .active-sidebar .widget.yith-woo-ajax-reset-navigation .clear-all a {
        font-size: 14px;
        color: #81d742; }
    .active-sidebar .widget.yith-woo-ajax-reset-navigation .widget-content {
      border-bottom: 1px solid #e3e3e3;
      padding-bottom: 22px;
      margin-bottom: 15px;
      color: #303030;
      font-size: 14px; }
      .active-sidebar .widget.yith-woo-ajax-reset-navigation .widget-content span {
        font-size: 14px;
        color: #81d742; }
.active-sidebar aside:first-child.widget .widget-title {
  padding-top: 0;
  margin-top: -3px; }

.widget_add_to_cart a {
  padding-left: 10px;
  position: relative;
  border-bottom: 1px solid #000; }
  .widget_add_to_cart a:before {
    content: '\f067';
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 8px; }

.widget-title-border span.before_title {
  display: inline-block;
  position: relative;
  padding-right: 10px;
  color: #81d742;
  font-weight: 500; }
  .widget-title-border span.before_title:after {
    content: "";
    width: 45px;
    height: 1px;
    display: inline-block;
    background: #81d742;
    vertical-align: middle;
    margin-left: 3px;
    margin-top: 2px;
    margin-bottom: -7.5px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease; }
.widget-title-border:hover span.before_title:after {
  width: 35px; }

aside.widget:hover .widget-title-border span.before_title:after {
  width: 35px; }

.widget_search form, .widget_product_search form {
  position: relative; }
  .widget_search form input, .widget_product_search form input {
    background: #f8f7f7 none repeat scroll 0 0;
    color: #ababab;
    font-size: 14px;
    font-style: italic;
    font-weight: normal;
    height: 40px;
    padding: 9px 50px 10px 20px;
    width: 100%; }
  .widget_search form .btn-search, .widget_product_search form .btn-search {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    font-size: 18px;
    height: 40px;
    line-height: 45px;
    width: 50px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    color: #696969; }
    .widget_search form .btn-search:hover, .widget_product_search form .btn-search:hover {
      color: #81d742; }

.active-sidebar .widget ul {
  margin-bottom: 0; }
.active-sidebar .widget.widget_product_categories {
  margin-bottom: 3px; }
  .active-sidebar .widget.widget_product_categories .widget-title {
    margin-bottom: 15px;
    padding-top: 0; }
.active-sidebar .widget.widget_product_tag_cloud .widget-title {
  margin-bottom: 27px; }
.active-sidebar .widget:last-child {
  margin-bottom: 0; }

.widget_archive li,
.widget_categories li,
.widget_product_categories li,
.widget_pages li, .widget_meta li {
  position: relative;
  font-size: 14px;
  overflow: hidden; }
  .widget_archive li:last-child,
  .widget_categories li:last-child,
  .widget_product_categories li:last-child,
  .widget_pages li:last-child, .widget_meta li:last-child {
    border: none; }
  .widget_archive li > span,
  .widget_categories li > span,
  .widget_product_categories li > span,
  .widget_pages li > span, .widget_meta li > span {
    border-radius: 50%;
    color: #555555;
    float: right;
    height: 32px;
    line-height: 32px;
    margin-top: 8px;
    text-align: center;
    width: 32px;
    background: #fff;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s; }
  .widget_archive li.current-cat > a,
  .widget_categories li.current-cat > a,
  .widget_product_categories li.current-cat > a,
  .widget_pages li.current-cat > a, .widget_meta li.current-cat > a {
    color: #81d742; }
    .widget_archive li.current-cat > a:before,
    .widget_categories li.current-cat > a:before,
    .widget_product_categories li.current-cat > a:before,
    .widget_pages li.current-cat > a:before, .widget_meta li.current-cat > a:before {
      background: #81d742; }
    .widget_archive li.current-cat > a span,
    .widget_categories li.current-cat > a span,
    .widget_product_categories li.current-cat > a span,
    .widget_pages li.current-cat > a span, .widget_meta li.current-cat > a span {
      background: #81d742;
      color: #fff; }
  .widget_archive li.current-cat > span.count,
  .widget_categories li.current-cat > span.count,
  .widget_product_categories li.current-cat > span.count,
  .widget_pages li.current-cat > span.count, .widget_meta li.current-cat > span.count {
    background: #81d742;
    color: #fff; }
  .widget_archive li > p,
  .widget_categories li > p,
  .widget_product_categories li > p,
  .widget_pages li > p, .widget_meta li > p {
    color: #232323;
    cursor: pointer;
    font-size: 18px;
    margin: 0;
    position: absolute;
    right: 30px;
    text-align: center;
    top: 12px;
    width: 20px; }
  .widget_archive li a,
  .widget_categories li a,
  .widget_product_categories li a,
  .widget_pages li a, .widget_meta li a {
    color: #696969;
    position: relative;
    line-height: 48px;
    padding-left: 15px; }
    .widget_archive li a:before,
    .widget_categories li a:before,
    .widget_product_categories li a:before,
    .widget_pages li a:before, .widget_meta li a:before {
      position: absolute;
      content: "";
      width: 5px;
      height: 5px;
      background: #e2e2e2;
      left: 0;
      top: 50%;
      border-radius: 50%;
      margin-top: -2px;
      -webkit-transition: all 0.3s ease-in-out 0s;
      -moz-transition: all 0.3s ease-in-out 0s;
      -ms-transition: all 0.3s ease-in-out 0s;
      -o-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s; }
    .widget_archive li a::after,
    .widget_categories li a::after,
    .widget_product_categories li a::after,
    .widget_pages li a::after, .widget_meta li a::after {
      background: #eeeff0 none repeat scroll 0 0;
      content: "";
      height: 1px;
      min-width: 496vh;
      position: absolute;
      top: 13px; }
    .widget_archive li a span,
    .widget_categories li a span,
    .widget_product_categories li a span,
    .widget_pages li a span, .widget_meta li a span {
      border-radius: 50%;
      color: #555555;
      float: right;
      height: 32px;
      line-height: 32px;
      margin-top: 8px;
      text-align: center;
      width: 32px;
      position: relative;
      z-index: 1;
      background: #fff;
      -webkit-transition: all 0.3s ease-in-out 0s;
      -moz-transition: all 0.3s ease-in-out 0s;
      -ms-transition: all 0.3s ease-in-out 0s;
      -o-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s; }
  .widget_archive li:hover > a,
  .widget_categories li:hover > a,
  .widget_product_categories li:hover > a,
  .widget_pages li:hover > a, .widget_meta li:hover > a {
    color: #81d742; }
    .widget_archive li:hover > a:before,
    .widget_categories li:hover > a:before,
    .widget_product_categories li:hover > a:before,
    .widget_pages li:hover > a:before, .widget_meta li:hover > a:before {
      background: #81d742; }
  .widget_archive li:hover span,
  .widget_categories li:hover span,
  .widget_product_categories li:hover span,
  .widget_pages li:hover span, .widget_meta li:hover span {
    color: #81d742; }
  .widget_archive li ul.children,
  .widget_categories li ul.children,
  .widget_product_categories li ul.children,
  .widget_pages li ul.children, .widget_meta li ul.children {
    padding-top: 0;
    margin-top: 0;
    margin-left: 0; }
    .widget_archive li ul.children li,
    .widget_categories li ul.children li,
    .widget_product_categories li ul.children li,
    .widget_pages li ul.children li, .widget_meta li ul.children li {
      margin-left: 15px; }

.widget_archive li a::after {
  display: none; }

.active-sidebar .widget_categories .widget-title {
  margin-bottom: 13px; }
.active-sidebar .widget_post_blog .widget-title {
  padding-top: 22px; }
.active-sidebar .widget_tag_cloud .widget-title {
  padding-top: 41px; }

.widget_recent_entries,
.widget_recent_comments {
  font-weight: 500; }
  .widget_recent_entries li,
  .widget_recent_comments li {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ededed; }
    .widget_recent_entries li:last-child,
    .widget_recent_comments li:last-child {
      padding-bottom: 0;
      margin-bottom: 0;
      border: none; }
    .widget_recent_entries li a,
    .widget_recent_comments li a {
      color: inherit;
      font-size: 16px;
      position: relative; }
      .widget_recent_entries li a:hover,
      .widget_recent_comments li a:hover {
        color: #81d742; }
    .widget_recent_entries li span,
    .widget_recent_comments li span {
      font-size: 13px;
      color: #acacac;
      text-transform: capitalize; }

.widget_recent_comments ul#recentcomments {
  padding-top: 13px; }
.widget_recent_comments li {
  overflow: hidden;
  position: relative;
  padding-bottom: 23px;
  margin-bottom: 18px; }
  .widget_recent_comments li .comment-post-link {
    margin-top: 11px;
    letter-spacing: -0.6px; }
    .widget_recent_comments li .comment-post-link a {
      line-height: 25px; }

.widget_post_blog ul li.blog-item {
  border-bottom: 1px solid #eeeff0;
  margin-bottom: 20px;
  overflow: hidden;
  padding-bottom: 20px; }
  .widget_post_blog ul li.blog-item:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none; }
.widget_post_blog .blog-img {
  float: left;
  position: relative;
  margin-right: 20px; }
.widget_post_blog .blog-post-info {
  padding: 0 !important;
  overflow: hidden; }
  .widget_post_blog .blog-post-info .blog-post-title {
    margin-bottom: 0;
    padding: 0; }
  .widget_post_blog .blog-post-info .blog-time {
    display: block;
    padding-right: 0; }
    .widget_post_blog .blog-post-info .blog-time a {
      color: #ccc;
      font-size: 12px;
      letter-spacing: 0.1em;
      font-weight: 500;
      text-transform: uppercase; }
      .widget_post_blog .blog-post-info .blog-time a:hover {
        color: #81d742; }
    .widget_post_blog .blog-post-info .blog-time p {
      margin-bottom: 2px; }
  .widget_post_blog .blog-post-info .post-name {
    max-height: 47px;
    overflow: hidden; }
    .widget_post_blog .blog-post-info .post-name a {
      color: #333333;
      display: block;
      font-size: 14px;
      font-weight: bold;
      line-height: 28px;
      letter-spacing: 0.05em; }
      .widget_post_blog .blog-post-info .post-name a:hover {
        color: #81d742; }
  .widget_post_blog .blog-post-info .blog-info {
    padding-top: 0;
    border: none;
    margin-top: -3px; }

.yith-woocompare-widget ul.products-list li:last-child {
  border-bottom: 0; }
.yith-woocompare-widget ul.products-list li .remove {
  color: #81d742;
  font-size: 16px; }
  .yith-woocompare-widget ul.products-list li .remove:hover {
    background: transparent;
    color: #000; }
.yith-woocompare-widget ul.products-list li .title {
  color: #000;
  font-weight: bold;
  font-family: Oswald; }
  .yith-woocompare-widget ul.products-list li .title:hover {
    color: #81d742; }
.yith-woocompare-widget ul.products-list li.list_empty {
  color: #333436;
  font-size: 14px; }

.widget_revslider {
  padding-top: 36px; }
  .widget_revslider.first-child {
    padding-top: 0; }

.product_list_widget {
  width: 100%;
  float: left; }
  .product_list_widget .star_rating_wrap > p {
    display: none; }
  .product_list_widget li {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eeeff0; }
    .product_list_widget li:last-child {
      padding-bottom: 0;
      border-bottom: none;
      margin-bottom: 0; }
    .product_list_widget li .product-img {
      float: left;
      width: 85px;
      margin-right: 19px; }
      .product_list_widget li .product-img img {
        height: 100px; }
  .product_list_widget .reviewer {
    color: #212425;
    display: block;
    text-transform: capitalize;
    width: 100%; }
  .product_list_widget .product-img {
    border: 1px solid #ebebeb; }
  .product_list_widget .product-content {
    text-align: left; }
    .product_list_widget .product-content .product-title {
      font-size: 14px;
      text-transform: capitalize;
      display: block;
      margin-bottom: 2px;
      color: #333333;
      font-weight: normal;
      line-height: 16px;
      margin-top: 10px; }
      .product_list_widget .product-content .product-title:hover {
        color: #81d742; }
  .product_list_widget .price {
    margin-bottom: 6px; }
    .product_list_widget .price span {
      color: #81d742;
      font-size: 18px;
      font-family: Cormorant Garamond; }
    .product_list_widget .price del span {
      color: #ababab !important;
      font-size: 16px !important;
      font-weight: lighter !important; }

.widget_products,
.widget_recent_reviews,
.widget_top_rated_products,
.widget_recently_viewed_products {
  width: 100%;
  float: left; }

.widget_shopping_cart .widget_shopping_cart_content {
  padding: 0; }
.widget_shopping_cart .quantity span {
  color: #c74729; }

.widget_pages > ul > li > a {
  color: #000; }
.widget_pages .current-cat > a, .widget_pages .current-cat-parent > a,
.widget_pages .current_page_item > a, .widget_pages .current-page-parent > a {
  color: #81d742; }

.tagcloud {
  margin: 0 -5px; }
  .tagcloud a {
    color: #ababab;
    font-size: 14px !important;
    display: inline-block;
    background: #f8f7f7 none repeat scroll 0 0;
    text-transform: lowercase;
    letter-spacing: 0.05em;
    font-weight: 500;
    margin: 0 3px 10px;
    padding: 5px 14px 4px 14px; }
    .tagcloud a:hover {
      color: #fff;
      background: #81d742; }

.widget_price_filter {
  overflow: hidden; }
  .widget_price_filter .price_slider_wrapper {
    margin-top: 8px; }
  .widget_price_filter .ui-slider {
    background: #e3e3e3;
    height: 4px;
    position: relative;
    border: none; }
    .widget_price_filter .ui-slider .ui-slider-range {
      background: #81d742;
      height: 4px;
      position: absolute; }
    .widget_price_filter .ui-slider .ui-slider-handle {
      -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.75);
      -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.75);
      box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.75);
      background: #fff;
      cursor: pointer;
      height: 14px;
      border-radius: 10px;
      position: absolute;
      top: -4px;
      width: 14px;
      z-index: 2;
      margin-left: 1px; }
      .widget_price_filter .ui-slider .ui-slider-handle:last-child {
        margin-left: -15px; }
  .widget_price_filter .price_slider_amount {
    overflow: hidden;
    margin-top: 7px; }
    .widget_price_filter .price_slider_amount .align_right {
      float: right; }
    .widget_price_filter .price_slider_amount .price_label span {
      color: #696969;
      font-size: 16px;
      padding-top: 6px;
      padding-bottom: 15px;
      font-weight: 600;
      font-family: Cormorant Garamond;
      display: inline-block; }
      .widget_price_filter .price_slider_amount .price_label span span {
        color: #696969;
        font-size: 14px; }
    .widget_price_filter .price_slider_amount .button:hover {
      background: #81d742 !important;
      color: #fff; }
    .widget_price_filter .price_slider_amount .btn-filter {
      float: right;
      font-size: 13px;
      font-weight: normal;
      padding: 9px 13px;
      text-transform: none; }
    .widget_price_filter .price_slider_amount .btn-primary {
      letter-spacing: 0.6px; }
    .widget_price_filter .price_slider_amount .button {
      background: #e0e0e0;
      color: #696969;
      padding: 5px 22px 3px;
      font-weight: 400;
      border-radius: 0;
      text-transform: uppercase;
      border: none;
      line-height: 24px; }

.widget_compare {
  padding-bottom: 25px; }
  .widget_compare p {
    margin-bottom: 0; }

.widget_nav_menu ul li {
  width: 100%;
  margin-bottom: 12px;
  margin-top: 1px; }
  .widget_nav_menu ul li a {
    position: relative; }
    .widget_nav_menu ul li a:before {
      content: "_";
      position: absolute;
      left: -15px;
      top: -9px;
      opacity: 0;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
    .widget_nav_menu ul li a:hover {
      color: #81d742;
      padding-left: 18px; }
      .widget_nav_menu ul li a:hover:before {
        opacity: 1;
        left: 0; }

.active-sidebar .widget_nav_menu ul li a {
  color: inherit; }

.box-text-sidebar {
  margin-bottom: 39px; }
  .box-text-sidebar img {
    width: 100px;
    height: 100px;
    border-radius: 50%; }
  .box-text-sidebar p {
    font-size: 15px;
    color: #000;
    padding: 22px 15px 8px;
    line-height: 26px;
    font-style: italic; }
  .box-text-sidebar h4 {
    font-family: Open Sans;
    text-transform: uppercase;
    color: #81d742;
    font-size: 12px;
    font-weight: bold; }

.active-sidebar .widget_arrowpress_instagram_feed .instagram-container li a:after {
  font-size: 20px; }

/* Woocommerce AJAX Search CSS */
.woosearch-results {
  border: 1px solid #81d742; }
  .woosearch-results li {
    padding-bottom: 10px;
    padding-top: 10px;
    background: #fff; }
    .woosearch-results li:last-child {
      border-bottom: 0px solid #81d742; }

.action_item.compare_product .tooltip {
  top: -33px !important; }

.action_item.wishlist-btn .tooltip.top {
  margin-top: -13px; }

.fancybox-overlay + .zoomContainer {
  z-index: 9999 !important; }

.mini-cart.active_minicart .cart-block {
  opacity: 1;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
  visibility: visible; }

.woocommerce-pagination {
  text-align: center;
  margin-top: 38px;
  margin-bottom: 8px; }

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
  position: absolute;
  top: .5em;
  right: 25px;
  z-index: 9;
  width: 36px;
  height: 36px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 100%;
  box-sizing: content-box; }
  .woocommerce div.product div.images .woocommerce-product-gallery__trigger > img {
    display: none !important; }

.woocommerce div.product div.images .woocommerce-product-gallery__trigger:before {
  font-family: FontAwesome;
  font-size: 15px;
  color: #fff;
  text-align: center;
  width: 36px;
  line-height: 36px;
  display: block;
  content: "\f002"; }

.product-list > .item {
  margin-bottom: 30px; }
.product-list .product-content .product-image {
  margin-bottom: 0; }
.product-list .product-action-grid {
  display: none !important; }
.product-list .product-content h3 {
  display: inline-block; }
  .product-list .product-content h3 a {
    font-size: 24px; }
.product-list .product-content .product-image-slider {
  margin-bottom: 0; }
.product-list .product-content .product-action {
  position: inherit;
  opacity: 1;
  visibility: visible;
  display: inline-block;
  width: 263px; }
  .product-list .product-content .product-action .list_add_to_cart {
    padding: 0 15px;
    width: 50%; }
  .product-list .product-content .product-action .action_item_box {
    float: left; }
  .product-list .product-content .product-action .action_item.quick-view {
    display: none; }
  .product-list .product-content .product-action .action_item.wishlist-btn, .product-list .product-content .product-action .action_item.compare_product {
    background: transparent;
    border: 2px solid #e6e6e6;
    opacity: 1;
    padding: 0 11px;
    margin-left: 10px; }
    .product-list .product-content .product-action .action_item.wishlist-btn a, .product-list .product-content .product-action .action_item.compare_product a {
      color: #ababab; }
.product-list .product-content .product-desc {
  text-align: left;
  overflow: hidden;
  padding: 14px 30px;
  border-left: 1px solid #ebebeb;
  color: #8e8e8e; }
.product-list .product-content .product-image {
  float: left;
  width: 23%; }
.product-list .star-rating {
  margin-bottom: 7px; }
.product-list .star_rating_wrap {
  display: inline-block;
  float: right; }
  .product-list .star_rating_wrap > p {
    font-family: Lato;
    color: #ababab;
    font-style: italic; }
.product-list .price {
  padding-bottom: 19px; }
.product-list .desc {
  position: relative;
  padding-bottom: 15px; }

.product-grid {
  overflow: hidden; }
  .product-grid .product-action-list {
    display: none; }
  .product-grid .product-content {
    padding-bottom: 11px; }
    .product-grid .product-content .star_rating_wrap {
      display: none; }

.post-type-archive-product .footer {
  padding-top: 92px; }

.product_types li {
  list-style: none; }

.product-category h3 {
  padding-top: 20px; }
  .product-category h3 mark {
    background-color: transparent; }
.product-category.layout-packery .cate-img {
  overflow: hidden;
  display: inline-block; }
  .product-category.layout-packery .cate-img img {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease; }
  .product-category.layout-packery .cate-img:hover img {
    transform: scale(1.1, 1.1); }

.product-content:hover .product-image::before {
  opacity: 0.6; }

.product-isotope .item {
  padding: 58px 15px 0 15px; }

.list_add_to_cart {
  background: #81d742;
  float: left;
  height: 40px;
  line-height: 40px;
  padding: 0 23px;
  position: relative; }
  .list_add_to_cart a {
    font-weight: bold;
    font-family: Fira Sans; }

.action_item_box {
  float: right;
  width: 50%; }
  .action_item_box .action_item {
    background: #333333;
    width: 33.3333%;
    height: 40px;
    line-height: 40px;
    opacity: 0.8;
    text-align: center;
    position: relative;
    padding: 0 10px; }
    .action_item_box .action_item::before {
      border-right: 1px solid #fff;
      content: "";
      height: 100%;
      left: 0;
      position: absolute;
      top: 0; }

.product-content .product-action {
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  position: absolute;
  width: 100%;
  bottom: -30px;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  left: 0;
  text-align: left; }
  .product-content .product-action a {
    color: #ccc;
    font-size: 18px; }
  .product-content .product-action .list_add_to_cart > a {
    width: 100%;
    text-align: center; }
  .product-content .product-action .add_to_cart_button, .product-content .product-action .list_add_to_cart > a {
    font-size: 14px;
    text-transform: uppercase;
    color: #fff; }
.product-content:hover .product-action {
  opacity: 1;
  bottom: 0px;
  visibility: visible; }
.product-content:hover .product-image-slider button {
  opacity: 1;
  visibility: visible; }
  .product-content:hover .product-image-slider button.btn-next {
    left: 5px; }
  .product-content:hover .product-image-slider button.btn-prev {
    right: 5px; }

.add_to_cart_button, .action_item {
  float: left; }
  .add_to_cart_button i, .action_item i {
    margin-right: 0 !important; }

.woocommerce div.product-list div.product {
  width: 100% !important;
  padding: 0 0 30px;
  border-bottom: 1px solid #eeeeee; }

.viewmode-toggle, .woocommerce-ordering {
  display: inline-block; }

.woocommerce-ordering {
  display: inline-block;
  margin-left: 8px; }
  .woocommerce-ordering label {
    font-size: 14px;
    font-weight: normal;
    margin-right: 5px;
    color: #000; }
  .woocommerce-ordering select {
    width: auto; }
    .woocommerce-ordering select option {
      padding: 10px; }

.woocommerce .woocommerce-viewing.result-count {
  display: inline-block; }
  .woocommerce .woocommerce-viewing.result-count label {
    font-size: 14px;
    font-weight: normal;
    margin-right: 5px;
    color: #000; }
  .woocommerce .woocommerce-viewing.result-count select {
    height: 36px;
    width: 44px;
    padding: 0 7px 0 4px;
    background: url(../images/select_bg_02.png) no-repeat 83% center; }

.term-description p {
  color: #333;
  font-family: "Cormorant Garamond",serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 0;
  padding-top: 30px;
  min-height: 195px;
  text-align: center; }

.woocommerce-result-count {
  text-transform: uppercase;
  font-size: 14px;
  color: #ababab;
  margin-bottom: 0;
  letter-spacing: 1.5px; }

.tax-product_cat .product-list .item {
  padding: 0 15px; }

.search-post-shop {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 10px;
  width: 248px; }
  .search-post-shop form {
    position: relative; }
  .search-post-shop .woosearch-results {
    border: 0 none;
    padding: 20px;
    position: absolute;
    text-align: left;
    top: 40px;
    z-index: 999;
    width: 320px;
    right: -20px; }
  .search-post-shop .woosearch-search-input {
    background: transparent none repeat scroll 0 0;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding: 2.5px 12px;
    color: #ababab;
    font-style: italic; }
  .search-post-shop .woosearch-submit {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    font-size: 18px;
    position: absolute;
    right: 2px;
    top: 1px;
    margin-top: 1px; }

.top_archive_product {
  border-bottom: 2px solid #eeeeee;
  padding-bottom: 10px; }

#btn_appointment.hide-loadmore {
  pointer-events: none; }

.viewmode-toggle {
  margin-right: 4px; }
  .viewmode-toggle a {
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    font-size: 24px;
    color: #696969; }
    .viewmode-toggle a:hover, .viewmode-toggle a:focus, .viewmode-toggle a.active {
      color: #81d742; }

.woocommerce select {
  padding: 0 25px 0 10px;
  color: #696969; }

.select-tooltbars select {
  width: 183px;
  height: 36px;
  color: #696969;
  font-size: 14px;
  padding: 0 25px 0 10px;
  text-transform: none;
  background: url(../images/select_bg_02.png) no-repeat 93% center; }

.product-grid .desc {
  display: none; }
.product-grid .list_add_to_cart {
  padding: 0 10px;
  text-align: center;
  width: 50%; }
  .product-grid .list_add_to_cart a {
    font-weight: bold;
    font-family: Fira Sans; }

.dataTables_wrapper table.dataTable td {
  padding: 10px !important; }
.dataTables_wrapper table.compare-list .add-to-cart td a {
  background-color: #81d742 !important;
  padding: 10px 20px !important; }
.dataTables_wrapper table.compare-list tr.image th, .dataTables_wrapper table.compare-list tr.image td,
.dataTables_wrapper table.compare-list tr.title th, .dataTables_wrapper table.compare-list tr.title td,
.dataTables_wrapper table.compare-list tr.price th, .dataTables_wrapper table.compare-list tr.price td {
  font-size: 14px !important;
  font-weight: 600 !important; }

#yith-quick-view-close {
  line-height: 20px;
  top: 15px;
  right: 15px; }

#yith-quick-view-content .product_meta {
  float: left; }
#yith-quick-view-content .price_single_product {
  margin-top: 0 !important; }
#yith-quick-view-content .woocommerce-variation-add-to-cart {
  border-bottom: none; }
#yith-quick-view-content .quantity {
  text-align: center; }
#yith-quick-view-content .variations tr td.value {
  width: 100%; }

#yith-quick-view-content div.summary {
  padding: 30px 40px 30px 30px; }

#yith-quick-view-content .summary .add-to-cart {
  float: left !important;
  overflow: hidden; }

#yith-quick-view-content .attribute-swatch .swatchinput {
  display: inline-block;
  margin-right: 10px; }
  #yith-quick-view-content .attribute-swatch .swatchinput label {
    border-radius: 50%; }

#yith-wcwl-message,
#cart_added_msg_popup, #compare_added_msg_popup {
  background: #81d742;
  box-shadow: 0 0 10px #ccc;
  box-sizing: border-box;
  font-size: 15px;
  left: 50%;
  color: #fff;
  line-height: 50px;
  max-width: 300px;
  padding: 15px;
  position: fixed;
  text-align: center;
  top: 50%;
  width: 100%;
  z-index: 10000; }

#cart_added_msg_popup, #compare_added_msg_popup {
  font-size: 15px;
  line-height: 50px;
  text-align: center; }

.action_item_box .compare.added:before {
  content: "\f00c";
  font-family: FontAwesome;
  font-size: 12px;
  color: inherit; }

.action_item_box .compare.added {
  font-size: 0 !important; }

.yith-wcwl-add-to-wishlist, .add_to_cart_button, .single_add_to_cart_button {
  position: relative; }

.product-grid.slick-initialized, .product-grid.product_slide {
  overflow: visible; }

.yith-wcwl-add-to-wishlist .ajax-loading {
  width: 16px !important;
  height: 16px !important; }

.yith-wcwl-add-to-wishlist {
  margin-top: 0px; }
  .yith-wcwl-add-to-wishlist .yith-wcwl-add-button {
    position: relative; }
    .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .ajax-loading {
      position: absolute;
      top: 2px;
      left: -2px; }

.yith-wcwl-add-button > a i {
  margin-right: 0; }

.yith-wcwl-add-to-wishlist .ajax-loading:after,
.add_to_cart_button.loading::after,
.single_add_to_cart_button.loading::after {
  animation: 1s ease-in-out 0s normal none infinite running spin;
  background: transparent url("../images/ajax-loader.gif") no-repeat scroll center center/25px 25px;
  content: "";
  display: inline-block;
  opacity: 1;
  height: 20px;
  width: 20px;
  margin: 0;
  position: absolute;
  left: -20px;
  right: auto;
  bottom: 2px;
  text-align: center;
  border-radius: 5px; }

.add-to-compare .blockUI.blockOverlay {
  background: url("../images/ajax-loader.gif") no-repeat scroll right center/16px 16px !important;
  right: 0px !important;
  left: auto !important;
  padding-left: 20px; }

.blockUI.blockOverlay {
  background: url("../images/ajax-loader.gif") no-repeat scroll center center/16px 16px !important;
  border: medium none;
  cursor: wait;
  height: 100%;
  left: 0;
  margin: 0;
  opacity: 1;
  padding: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99999 !important; }

.compare-list .blockUI.blockOverlay {
  background: url("../images/ajax-loader.gif") no-repeat scroll right center/16px 16px !important; }

.product_archives .title_archive_product {
  position: relative; }
  .product_archives .title_archive_product span {
    font-size: 32px; }
  .product_archives .title_archive_product h2 {
    padding-top: 44px;
    padding-bottom: 12px;
    font-size: 25px;
    color: #3d3935;
    text-transform: uppercase;
    font-weight: 600; }
    .product_archives .title_archive_product h2:before {
      content: "\e903";
      font-family: icomoon;
      position: absolute;
      color: #81d742;
      font-size: 25px;
      top: 0;
      left: 50%;
      -moz-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); }
.product_archives .tabs-fillter {
  text-align: center;
  padding-bottom: 31px; }
  .product_archives .tabs-fillter .btn-filter {
    display: inline-block;
    border-bottom: 0; }
    .product_archives .tabs-fillter .btn-filter li a {
      cursor: pointer;
      color: #979797;
      font-size: 15px;
      border-radius: 0;
      background: none !important;
      text-transform: capitalize; }
      .product_archives .tabs-fillter .btn-filter li a.active {
        color: #81d742; }
      .product_archives .tabs-fillter .btn-filter li a:hover {
        border-color: transparent;
        background-color: none;
        color: #81d742; }
.product_archives .button-group .is-checked.btn-filter {
  background: #fff none repeat scroll 0 0; }

.woocommerce div.product-grid div.product {
  float: left;
  margin-bottom: 20px;
  padding: 0 15px; }
.woocommerce.columns-1 div.product-grid div.product {
  width: 100%;
  margin-right: 0; }
.woocommerce.columns-2 div.product-grid div.product {
  width: 50%; }
.woocommerce.columns-3 div.product-grid div.product {
  width: 33.3333%; }
.woocommerce.columns-4 div.product-grid div.product {
  width: 25%; }
.woocommerce.columns-5 div.product-grid div.product {
  width: 20%; }
.woocommerce.columns-6 div.product-grid div.product {
  width: 16.6666666667%; }

.columns-1 .product-list .item {
  width: 100%; }

.product-entries-wrap.isotope {
  margin: 0 -15px; }
.product-entries-wrap .item {
  padding: 15px 15px 57px;
  text-align: center;
  overflow: hidden;
  float: left; }

.bonfire-products .btn-viewmore .btn {
  margin-top: 19px;
  letter-spacing: 0.1px;
  width: 289px; }

.product-grid.arrowpress-products {
  margin: 0 -15px; }
  .product-grid.arrowpress-products .link-text {
    display: inline-block;
    vertical-align: middle; }
  .product-grid.arrowpress-products .btn-viewmore {
    position: absolute;
    right: 25px;
    top: 30px;
    z-index: 9; }

.top_archive_product .category-list {
  margin-right: 0;
  width: 128px; }
.top_archive_product .category-list .select-cate {
  margin-bottom: 10px; }
.top_archive_product .woocommerce-ordering {
  width: 234px;
  vertical-align: middle;
  margin-bottom: 10px;
  border-left: 1px solid #cccccc; }
  .top_archive_product .woocommerce-ordering select {
    height: 24px;
    background-color: transparent;
    border: medium none;
    padding: 0 25px 0 19px;
    width: 100%; }

.product-content {
  text-align: center; }
  .product-content h3 {
    padding-bottom: 5px;
    font-size: 14px;
    line-height: normal;
    text-transform: capitalize; }
    .product-content h3 a {
      font-weight: normal;
      color: #333333; }
      .product-content h3 a:hover {
        color: #81d742; }
  .product-content span.woocommerce-Price-amount {
    color: #81d742; }
    .product-content span.woocommerce-Price-amount span {
      color: #81d742;
      font-size: 20px; }
  .product-content .price {
    font-family: 'Cormorant Garamond', serif; }
    .product-content .price .amount {
      font-size: 18px;
      font-family: 'Cormorant Garamond', serif;
      font-weight: bold; }
      .product-content .price .amount span {
        color: #81d742; }
      .product-content .price .amount del span {
        color: #ababab !important; }
  .product-content .product-image {
    position: relative;
    margin-bottom: 18px; }
    .product-content .product-image img {
      width: 100%; }
  .product-content .product-image-slider {
    position: relative; }
    .product-content .product-image-slider button {
      -webkit-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out;
      position: absolute;
      top: 42%;
      z-index: 9;
      background: transparent;
      color: #212121;
      font-size: 24px;
      border: 0;
      opacity: 0;
      visibility: hidden; }
      .product-content .product-image-slider button.btn-next {
        left: -30px; }
      .product-content .product-image-slider button.btn-prev {
        right: -30px; }

/* Single Post */
.media > .images {
  overflow: hidden; }

div.pp_woocommerce div.ppt {
  color: #000;
  letter-spacing: 1px;
  margin: 0;
  text-transform: uppercase; }

.price {
  display: block; }

.woocommerce-Reviews-title {
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 20px; }

.stars .fa {
  border-right: 1px solid #b8b8b8;
  margin-right: 8px;
  padding-right: 8px; }
  .stars .fa:last-child {
    border-right: none; }
.stars span > a {
  border-right: 1px solid #eaeaea;
  padding-right: 10px;
  margin-right: 10px;
  color: transparent;
  display: inline-block; }
  .stars span > a:before {
    color: #d1d1d1;
    font-weight: normal; }
  .stars span > a:last-child {
    margin-right: 0;
    border: none; }
  .stars span > a:hover:before, .stars span > a.active:before {
    color: #ffd24d; }
.stars a:before {
  font-family: FontAwesome; }
.stars .star-1:before {
  content: "\f005"; }
.stars .star-2:before {
  content: "\f005\f005"; }
.stars .star-3:before {
  content: "\f005\f005\f005"; }
.stars .star-4:before {
  content: "\f005\f005\f005\f005"; }
.stars .star-5:before {
  content: "\f005\f005\f005\f005\f005"; }

.single-product .products > h2.title_related {
  font-size: 30px;
  font-weight: normal;
  padding-bottom: 23px;
  text-transform: uppercase;
  margin-bottom: 40px;
  position: relative; }
  .single-product .products > h2.title_related:after {
    position: absolute;
    content: '';
    background: #f4f4f4;
    bottom: -9px;
    left: 0;
    width: 100%;
    height: 3px; }
  .single-product .products > h2.title_related:before {
    position: absolute;
    content: '';
    background: #81d742;
    bottom: -9px;
    left: 0;
    width: 97px;
    height: 3px;
    z-index: 9; }

.single-product .images > div {
  position: relative; }
.single-product .images img {
  width: 100%;
  height: auto;
  border: 1px solid #ebebeb; }

.product_archives.isotope {
  margin: 0 -15px; }
  .product_archives.isotope.product-list-wrap {
    margin: 0; }

.wishlist_table.shop_table.cart tbody tr:last-child td {
  border-bottom: 1px solid #eee;
  padding: 10px !important; }
.wishlist_table.shop_table.cart tbody tr td:last-child {
  border-right: 1px solid #eee; }
.wishlist_table .product-name a {
  font-size: 15px; }
  .wishlist_table .product-name a:hover {
    color: #81d742; }
.wishlist_table .product-remove a {
  font-size: 22px;
  color: #81d742; }
  .wishlist_table .product-remove a:hover {
    color: #232323; }
.wishlist_table .product-price .amount {
  color: #b9260e;
  font-size: 15px; }
.wishlist_table .product-add-to-cart a {
  color: #232323; }
  .wishlist_table .product-add-to-cart a:hover {
    color: #81d742; }

.shop_attributes p {
  margin-bottom: 0; }

.variations tr td {
  float: left;
  padding: 0;
  text-align: left;
  width: 50%; }
  .variations tr td.label {
    width: 100px; }
  .variations tr td.value {
    margin-bottom: 0; }
  .variations tr td select {
    border: 1px solid #ebebeb;
    background-color: transparent;
    border-radius: 0;
    color: #000;
    font-size: 15px;
    padding: 7px;
    margin-bottom: 15px; }
  .variations tr td label {
    color: #777777;
    padding-top: 12px;
    font-size: 15px;
    font-weight: 500;
    margin: 0; }

.shop_attributes th {
  font-weight: 500; }

.product_slide .isotope {
  height: 100% !important; }
.product_slide .item {
  position: static !important; }
.product_slide .slick-slider .slick-next,
.product_slide .slick-slider .slick-prev {
  top: 50%;
  margin-top: -76px !important; }
  .product_slide .slick-slider .slick-next:before,
  .product_slide .slick-slider .slick-prev:before {
    opacity: 1; }
  .product_slide .slick-slider .slick-next:hover, .product_slide .slick-slider .slick-next:focus,
  .product_slide .slick-slider .slick-prev:hover,
  .product_slide .slick-slider .slick-prev:focus {
    background: none;
    border-color: #81d742; }
    .product_slide .slick-slider .slick-next:hover:before, .product_slide .slick-slider .slick-next:focus:before,
    .product_slide .slick-slider .slick-prev:hover:before,
    .product_slide .slick-slider .slick-prev:focus:before {
      color: #81d742; }

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

.deal-of {
  float: left;
  width: 45%;
  max-width: 360px; }
  .deal-of h3 {
    font-size: 39.44px;
    font-weight: 500; }
    .deal-of h3 a {
      color: #212425; }
      .deal-of h3 a:hover {
        color: #81d742; }

.product-attribute {
  background: #000000;
  overflow: hidden;
  min-height: 786px;
  padding: 150px 30px 40px 40px; }

.product-deal .product-img {
  float: right;
  width: 55%; }
.product-deal .desc {
  color: #888888;
  font-size: 15px;
  padding-bottom: 18px; }
.product-deal .price-deal .desc-tab {
  color: #c74729;
  font-size: 33.82px;
  font-weight: 600; }
  .product-deal .price-deal .desc-tab span {
    color: #949597;
    font-size: 20px;
    text-decoration: line-through;
    margin-left: 9px; }
.product-deal .btn-banner {
  padding-top: 53px; }
  .product-deal .btn-banner .btn.btn-primary {
    padding-left: 24px;
    padding-right: 24px; }
    .product-deal .btn-banner .btn.btn-primary i {
      font-size: 20px; }

.deal-desc {
  margin-top: 27px; }
  .deal-desc .nav-tabs {
    border: none;
    margin-bottom: 25px; }
    .deal-desc .nav-tabs li {
      margin-bottom: 0; }
      .deal-desc .nav-tabs li.active a {
        border: 2px solid #81d742;
        color: #81d742;
        background: #fff; }
      .deal-desc .nav-tabs li a {
        border: 2px solid transparent;
        margin: 0;
        font-size: 14.4px;
        font-weight: 600;
        border-radius: 3px;
        padding: 6px 19px 5px; }
        .deal-desc .nav-tabs li a:hover, .deal-desc .nav-tabs li a:focus {
          border: 2px solid #81d742;
          color: #81d742;
          background: #fff; }

.slide-deal .slick-slider .slick-dots {
  margin-right: 34px;
  margin-top: 0;
  position: absolute;
  right: 0 !important;
  text-align: right;
  bottom: 31px; }
  .slide-deal .slick-slider .slick-dots li {
    margin-right: 73px !important; }
    .slide-deal .slick-slider .slick-dots li a {
      color: #212425; }

.title-deal h3 {
  font-size: 16.37px;
  display: inline-block;
  position: relative;
  color: #81d742;
  padding-right: 10px;
  font-weight: 600;
  margin-bottom: 16px; }
  .title-deal h3:before {
    position: absolute;
    content: "";
    height: 1px;
    width: 45px;
    background: #81d742;
    bottom: 3px;
    left: 100%; }

.product_order .single-product .type-product {
  padding-top: 0; }
  .product_order .single-product .type-product .cart {
    padding-top: 0; }
.product_order .summary {
  float: left;
  margin: 0 -5px;
  width: 100%; }
  .product_order .summary form {
    width: 100%;
    float: left; }
    .product_order .summary form .quantity {
      height: 63px;
      margin: 0;
      width: 50%;
      float: left;
      padding: 0 5px;
      position: relative;
      background: none;
      overflow: hidden; }
      .product_order .summary form .quantity input.qty.text {
        color: #afafaf;
        font-family: Poppins;
        font-size: 14px;
        font-weight: 500;
        height: 63px;
        padding: 10px 18px 10px 30px;
        text-align: left;
        width: 100%;
        background: #000000;
        border-radius: 4px; }
      .product_order .summary form .quantity .qty-number {
        height: 100%;
        right: 11px;
        top: 0;
        position: absolute; }
        .product_order .summary form .quantity .qty-number .increase-qty {
          height: 63px;
          line-height: 70px;
          position: absolute;
          right: 0;
          top: 0;
          font-size: 22px;
          color: #a1a1a1; }
          .product_order .summary form .quantity .qty-number .increase-qty:hover {
            color: #81d742; }
          .product_order .summary form .quantity .qty-number .increase-qty.minus {
            right: 30px; }
    .product_order .summary form .add-to-cart {
      float: left;
      padding: 0 5px;
      width: 50%;
      overflow: hidden; }
    .product_order .summary form .single_add_to_cart_button,
    .product_order .summary form .add_to_cart_button {
      background: #212425 none repeat scroll 0 0;
      float: right;
      height: 63px;
      letter-spacing: 1.5px;
      min-width: auto;
      padding: 0;
      width: 100%;
      font-weight: 500;
      font-size: 15px; }
      .product_order .summary form .single_add_to_cart_button i,
      .product_order .summary form .add_to_cart_button i {
        font-size: 22px;
        display: inline-block; }
      .product_order .summary form .single_add_to_cart_button:hover,
      .product_order .summary form .add_to_cart_button:hover {
        color: #81d742;
        background: #000000; }
  .product_order .summary .variations {
    float: left;
    width: 33.3333%;
    padding: 0 5px; }
    .product_order .summary .variations tr {
      margin-bottom: 10px;
      display: block;
      width: 100%;
      float: left; }
      .product_order .summary .variations tr td.value {
        margin-bottom: 0;
        width: 100%; }
        .product_order .summary .variations tr td.value select {
          background-color: #eaf3ff;
          background-image: url("../images/angle-down.png");
          color: #a1a1a1;
          font-size: 14px;
          font-weight: 500;
          height: 63px;
          margin: 0;
          width: 100%;
          padding-left: 27px;
          padding-right: 18px; }
      .product_order .summary .variations tr td.label {
        display: none; }
      .product_order .summary .variations tr td .reset_variations {
        display: none !important; }
  .product_order .summary .woocommerce-variation-add-to-cart {
    float: left;
    margin: 0 -5px;
    width: 100%; }
  .product_order .summary .single_variation_wrap {
    float: left;
    width: 66.6667%;
    padding: 0 5px;
    position: relative; }
    .product_order .summary .single_variation_wrap .price span {
      color: #ffffff !important; }
    .product_order .summary .single_variation_wrap .woocommerce-variation-availability p {
      color: #ffffff;
      margin-bottom: 0; }
    .product_order .summary .single_variation_wrap .woocommerce-variation.single_variation {
      position: absolute;
      top: 80px; }

[class*="columns-"].product_archives.woocommerce {
  margin-top: 50px; }

.product_archives .col-md-6 > #options > .button-group {
  padding-top: 3px; }

.filter-cate .button-group button.is-checked,
.filter-cate .button-group button:hover {
  background: #fff; }

.woosearch-results {
  border: 1px solid #ebebeb; }
  .woosearch-results ul {
    padding-top: 73px;
    padding-bottom: 6px; }
  .woosearch-results li {
    padding-bottom: 10px;
    padding-top: 5px;
    background: #fff; }
    .woosearch-results li:last-child {
      border-bottom: 0px solid #81d742; }

.woosearch-results ul {
  padding: 20px 19px 13px;
  list-style: none;
  box-shadow: 0 14px 36px 2px rgba(0, 0, 0, 0.05);
  max-height: 300px;
  overflow-y: scroll;
  background: #fff; }
  .woosearch-results ul > li {
    margin-bottom: 13px; }
    .woosearch-results ul > li > a {
      text-transform: capitalize; }
    .woosearch-results ul > li .product-img > a {
      position: relative;
      display: block;
      text-align: center; }
    .woosearch-results ul > li .price del span, .woosearch-results ul > li .price .amount {
      font-size: 17px; }
  .woosearch-results ul .widget_add_to_cart {
    padding-top: 0; }
    .woosearch-results ul .widget_add_to_cart a {
      color: #000 !important; }
      .woosearch-results ul .widget_add_to_cart a .add_cart_list {
        display: block; }
      .woosearch-results ul .widget_add_to_cart a .add_to_cart_button.loading:after,
      .woosearch-results ul .widget_add_to_cart a .single_add_to_cart_button.loading:after {
        content: "";
        left: auto;
        right: -20px; }
      .woosearch-results ul .widget_add_to_cart a:after {
        display: inline-block;
        padding-left: 6px;
        content: attr(title); }
  .woosearch-results ul .search_img {
    padding-right: 20px;
    height: auto;
    max-width: 100px;
    display: inline-block; }
.woosearch-results .list_add_to_cart .added_to_cart {
  display: none; }
.woosearch-results .product_list_widget li .product-content {
  overflow: hidden;
  text-align: left; }
.woosearch-results .product_list_widget li .product_title {
  font-size: 15px;
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 5px;
  padding-top: 0;
  margin-top: 0; }
.woosearch-results .product_list_widget li .product-img {
  max-width: 100px;
  margin-right: 10px;
  float: left; }
  .woosearch-results .product_list_widget li .product-img img {
    height: auto; }

.woosearch-submit {
  position: absolute;
  right: 10px;
  padding: 0;
  margin-top: 7px;
  background: none; }

li.search_result_info {
  padding: 0; }

.cate-archive {
  margin: 0 -15px;
  margin-bottom: 70px; }
  .cate-archive li {
    padding: 0 15px;
    text-align: center; }
    .cate-archive li img {
      width: 100%; }
    .cate-archive li a:hover .woocommerce-loop-category__title, .cate-archive li a:hover .count {
      color: #81d742; }
    .cate-archive li .woocommerce-loop-category__title {
      font-size: 22px;
      margin-top: 20px;
      line-height: normal; }
      .cate-archive li .woocommerce-loop-category__title .count {
        background: transparent none repeat scroll 0 0; }
  .cate-archive .slick-arrow {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    font-size: 20px;
    height: 40px;
    padding: 0;
    position: absolute;
    top: 42%;
    z-index: 1;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40px; }
    .cate-archive .slick-arrow:hover {
      background: #81d742;
      color: #fff; }
    .cate-archive .slick-arrow.btn-next {
      right: 15px; }
    .cate-archive .slick-arrow.btn-prev {
      left: 15px; }

.term-description + .product_archives.woocommerce[class*="columns-"] {
  margin-top: 0; }

.vc_row .hotspot-icon {
  display: none !important; }
.vc_row .cycle-slideshow {
  margin: 0; }
  .vc_row .cycle-slideshow .cycle-slide {
    z-index: 9; }
.vc_row .hotspot:after {
  content: "";
  width: 50px;
  height: 50px;
  position: absolute;
  background: #81d742;
  border-radius: 50%;
  top: -10px;
  left: -10px;
  z-index: 0;
  opacity: 0.5; }
.vc_row .hotspot:before {
  font-size: 14px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  border-radius: 50%;
  color: #fff;
  content: "+";
  font-size: 20px;
  width: 30px;
  display: block;
  height: 30px;
  text-align: center;
  line-height: 30px;
  padding: 0;
  background: #81d742;
  position: relative;
  z-index: 2; }
.vc_row .hotspot .product-info h2, .vc_row .hotspot .product-info a {
  font-size: 14px;
  text-transform: capitalize;
  display: block;
  margin-bottom: 2px;
  color: #333333;
  font-weight: normal;
  line-height: 14px;
  margin-top: 10px;
  font-family: "Fira Sans"; }
.vc_row .hotspot .product-info .left-detail > a {
  font-size: 14px; }
.vc_row .pro_desc {
  display: none; }
.vc_row .pro-detail-div .desc img {
  padding: 0 0 16px 0;
  width: 100% !important; }
.vc_row .pro-detail-div div.desc {
  z-index: inherit;
  position: relative;
  font-size: 14px;
  padding: 12px 0 7px;
  text-indent: -9999px; }
.vc_row .hotspot .product-info .price {
  font: inherit;
  padding-top: 8px;
  width: 100%;
  margin-bottom: 4px;
  color: #81d742;
  font-size: 18px;
  background: none;
  clear: both; }
.vc_row .lb_conteyner .price ins {
  background: none; }
.vc_row .lb_conteyner .price del {
  font-size: 16px !important; }
.vc_row .lb_conteyner .add-to-cart .btn-cart {
  font-family: none;
  background: #81d742;
  box-shadow: none;
  outline: none;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  height: 40px;
  text-shadow: none;
  display: inline-block;
  border: none;
  border-radius: 0;
  font-family: inherit; }
.vc_row .hotspot .product-info {
  background: #fff;
  border-top: 2px solid #FFFFFF;
  box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.05) !important;
  border-radius: 6px;
  min-width: 210px;
  border: 1px solid #ccc;
  padding: 1px 15px 13px;
  text-align: center; }
  .vc_row .hotspot .product-info .add-to-cart {
    display: none; }
.vc_row .lb_conteyner .add-to-cart .qty {
  background: #fff;
  width: 50px;
  border: 1px solid #ccc;
  border-radius: 0;
  box-sizing: border-box;
  color: #666;
  padding: 3px;
  margin: 0 0 4px 0;
  font-size: inherit;
  height: 40px;
  text-align: center; }

.letter2.ubtn-text {
  letter-spacing: 2px; }

.product_slide_2 .slick-list {
  width: 86%;
  margin: 0 auto; }
.product_slide_2 .woocommerce div.product-grid div.product {
  padding: 0; }
.product_slide_2 .product-content {
  overflow: hidden;
  position: relative; }
.product_slide_2 .product-image {
  float: right;
  width: 58%; }
  .product_slide_2 .product-image .product-action-grid {
    display: none; }
.product_slide_2 .product-desc {
  width: 500px;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 40px;
  text-align: left;
  background: #f7f7f9;
  overflow: hidden;
  height: 290px;
  overflow-y: auto;
  padding: 34px 50px 0; }
  .product_slide_2 .product-desc .desc {
    display: block;
    padding-bottom: 20px; }
  .product_slide_2 .product-desc .product-action-list {
    display: block;
    opacity: 1;
    overflow: hidden;
    position: static;
    visibility: visible;
    margin-bottom: 34px; }
  .product_slide_2 .product-desc h3 {
    padding-bottom: 10px; }
    .product_slide_2 .product-desc h3 a {
      color: #333333;
      font-size: 24px;
      line-height: 36px;
      letter-spacing: 0.05em; }
  .product_slide_2 .product-desc .price {
    padding-bottom: 27px; }
    .product_slide_2 .product-desc .price .amount {
      font-size: 24px; }
      .product_slide_2 .product-desc .price .amount span {
        font-size: 24px; }
  .product_slide_2 .product-desc .list_add_to_cart {
    background: #333;
    padding: 0 24px;
    width: auto;
    margin-right: 10px; }
    .product_slide_2 .product-desc .list_add_to_cart:hover {
      background-color: #81d742; }
  .product_slide_2 .product-desc .compare_product, .product_slide_2 .product-desc .quick-view {
    display: none; }
  .product_slide_2 .product-desc .action_item_box {
    width: auto;
    float: left; }
    .product_slide_2 .product-desc .action_item_box .action_item {
      background: transparent none repeat scroll 0 0;
      border: 1px solid #333;
      opacity: 1;
      width: 40px; }
      .product_slide_2 .product-desc .action_item_box .action_item:hover {
        border-color: #81d742; }
        .product_slide_2 .product-desc .action_item_box .action_item:hover a {
          color: #81d742; }
      .product_slide_2 .product-desc .action_item_box .action_item a {
        color: #333;
        display: block; }

.arrowpress-products .product_types .slick-arrow {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  color: #392a25;
  padding: 0;
  position: absolute;
  top: 50%;
  opacity: 0.3;
  z-index: 10;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }
  .arrowpress-products .product_types .slick-arrow:hover {
    opacity: 1; }
  .arrowpress-products .product_types .slick-arrow i {
    font-size: 34px; }
  .arrowpress-products .product_types .slick-arrow.slick-prev {
    left: 15px; }
  .arrowpress-products .product_types .slick-arrow.slick-next {
    right: 15px; }

.ult_countdown.countdown-shop {
  width: 400px !important;
  bottom: 10px;
  left: 68px;
  position: absolute;
  background: #fff;
  z-index: 9; }

.ult_countdown.countdown-shop .ult_countdown-section {
  display: block;
  float: left;
  position: relative;
  width: 25%; }
  .ult_countdown.countdown-shop .ult_countdown-section:before {
    position: absolute;
    content: ":";
    top: 25px;
    right: 0; }
  .ult_countdown.countdown-shop .ult_countdown-section:last-child:before {
    content: none; }
  .ult_countdown.countdown-shop .ult_countdown-section .ult_countdown-amount {
    display: block !important;
    margin-bottom: 7px; }
  .ult_countdown.countdown-shop .ult_countdown-section .ult_countdown-period {
    font-size: 13px;
    letter-spacing: 0.2em;
    padding: 0;
    text-transform: uppercase; }

@media (max-width: 800px) {
  .vc_row .hotspot .product-info .desc {
    display: block;
    margin: 15px 0; }
  .vc_row .hotspot .price {
    margin-bottom: 13px  !important; }
    .vc_row .hotspot .price span {
      display: inline; } }
@media (min-width: 1200px) {
  .col-md-9.main-sidebar .col-md-9.filter_count_view .search-post-shop,
  .col-md-9.main-sidebar .top_archive_product .col-md-9.filter_count_view .woocommerce-ordering {
    width: 200px; }
  .col-md-9.main-sidebar .woocommerce-result-count {
    letter-spacing: 0; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .col-md-9.main-sidebar .top_archive_product .col-md-9,
  .col-md-9.main-sidebar .top_archive_product .col-md-3 {
    width: 100%; }
  .col-md-9.main-sidebar .top_archive_product .col-md-9.filter_count_view {
    text-align: left;
    margin-top: 10px; }

  .product_slide_2 .product-desc {
    height: 220px; } }
@media (max-width: 1199px) {
  .top_archive_product .woocommerce-ordering {
    width: 180px; } }
@media (min-width: 992px) {
  .main-sidebar .columns-4 .product-grid .list_add_to_cart, .main-sidebar .columns-3 .product-grid .list_add_to_cart {
    padding: 0 5px; }
  .main-sidebar .columns-4 .product-content .product-action .add_to_cart_button.product_type_variable,
  .main-sidebar .columns-4 .product-content .product-action .list_add_to_cart > a.product_type_variable, .main-sidebar .columns-3 .product-content .product-action .add_to_cart_button.product_type_variable,
  .main-sidebar .columns-3 .product-content .product-action .list_add_to_cart > a.product_type_variable {
    font-size: 11.1px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .main-sidebar .columns-4 .product-grid .list_add_to_cart, .main-sidebar .columns-3 .product-grid .list_add_to_cart {
    padding: 0 5px; }
  .main-sidebar .columns-4 .product-content .product-action .add_to_cart_button.product_type_variable,
  .main-sidebar .columns-4 .product-content .product-action .list_add_to_cart > a.product_type_variable, .main-sidebar .columns-3 .product-content .product-action .add_to_cart_button.product_type_variable,
  .main-sidebar .columns-3 .product-content .product-action .list_add_to_cart > a.product_type_variable {
    font-size: 11.1px; } }
@media (max-width: 991px) {
  .text-right.filter_count_view {
    text-align: left;
    margin-top: 10px; }

  .term-description p {
    min-height: 100%;
    padding-bottom: 40px; }

  .product_slide_2 .slick-list {
    width: 95%; }
  .product_slide_2 .product-image {
    float: none;
    width: 100%;
    margin-bottom: 0 !important; }
  .product_slide_2 .product-desc {
    height: 100%;
    margin-top: 0;
    position: static;
    width: 100%; }

  .ult_countdown.countdown-shop {
    width: 100% !important;
    position: static;
    margin-top: 30px;
    margin-bottom: 0 !important; } }
@media (max-width: 767px) {
  .product-grid.arrowpress-products .btn-viewmore {
    margin-bottom: 30px;
    padding-top: 30px; }

  #yith-quick-view-content .woocommerce-product-rating {
    float: left;
    text-align: left;
    margin-top: -2px;
    width: 100%; }

  .product_slide_2 .product-desc {
    padding: 34px 15px 0; }

  .ult_countdown.countdown-shop .ult_countdown-section {
    margin-bottom: 0; }
    .ult_countdown.countdown-shop .ult_countdown-section .ult_countdown-period {
      letter-spacing: 0.05em; }

  .arrowpress-products .product_types .slick-arrow.slick-prev {
    left: 0 !important; }
  .arrowpress-products .product_types .slick-arrow.slick-next {
    right: 0 !important; } }
@media (max-width: 600px) {
  .top_archive_product .category-list {
    float: right;
    width: calc(100% - 100px);
    border: 1px solid #ebebeb;
    height: 40px;
    margin-bottom: 10px;
    line-height: 40px;
    padding: 0 20px; }
    .top_archive_product .category-list .select-cate {
      width: 100%; }
  .top_archive_product .search-post-shop,
  .top_archive_product .woocommerce-ordering {
    width: 100%;
    margin-bottom: 10px;
    margin-left: 0;
    border: 1px solid #ebebeb;
    height: 40px;
    line-height: 40px; }
  .top_archive_product .woocommerce-ordering select {
    height: 40px; }

  .search-post-shop .woosearch-search-input {
    border: none; }

  [class*="columns-"].product_archives.woocommerce {
    margin-top: 30px; } }
@media (min-width: 531px) and (max-width: 580px) {
  .main-sidebar .columns-4 .product-grid .list_add_to_cart, .main-sidebar .columns-3 .product-grid .list_add_to_cart {
    padding: 0 5px; }
  .main-sidebar .columns-4 .product-content .product-action .add_to_cart_button.product_type_variable,
  .main-sidebar .columns-4 .product-content .product-action .list_add_to_cart > a.product_type_variable, .main-sidebar .columns-3 .product-content .product-action .add_to_cart_button.product_type_variable,
  .main-sidebar .columns-3 .product-content .product-action .list_add_to_cart > a.product_type_variable {
    font-size: 11.1px; } }
@media (max-width: 480px) {
  .product-content .product-action .add_to_cart_button.product_type_variable,
  .product-content .product-action .list_add_to_cart > a.product_type_variable {
    font-size: 14px; }

  .product_slide_2 .slick-list {
    width: 100%; } }
.swatchtitlelabel {
  color: #696969;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 2px; }

.variations tr td.value {
  display: block;
  float: none;
  margin-bottom: 0;
  width: 30%;
  margin-top: 35px; }

label.selectedswatch.wcvaround {
  border: 3px solid #ccc !important;
  box-shadow: none; }

.attribute-swatch {
  display: inline-block; }

.added_to_cart.wc-forward {
  display: none; }

.single-product .footer {
  margin-top: 5px; }
.single-product .img_single_thumb {
  margin-top: 20px; }
.single-product .zoomContainer {
  z-index: 9; }
.single-product .images .img_single_large img {
  border: none; }
.single-product .woocommerce-Reviews-title, .single-product .comment-reply-title {
  text-transform: uppercase;
  margin-bottom: 46px;
  font-weight: bold;
  font-size: 18px;
  padding-bottom: 12px;
  letter-spacing: 1.8px;
  margin-top: 16px;
  position: relative; }
  .single-product .woocommerce-Reviews-title span, .single-product .comment-reply-title span {
    color: #ababab; }
  .single-product .woocommerce-Reviews-title:before, .single-product .comment-reply-title:before {
    content: "";
    height: 1px;
    width: 30px;
    background: #81d742;
    bottom: 0;
    left: 0;
    position: absolute; }
.single-product .comment-reply-title {
  padding-bottom: 5px;
  margin-bottom: 28px !important;
  padding-top: 5px; }
.single-product .tagged_as a:hover {
  color: #81d742; }
.single-product .cart {
  padding-top: 19px; }
.single-product .info .quantity input.qty.text {
  color: #333;
  font-size: 15px; }
.single-product .compare.added {
  font-size: 0; }
  .single-product .compare.added:before {
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 14px;
    color: inherit; }
.single-product .woocommerce.columns-4 div.product-grid div.product {
  float: left;
  padding: 0 15px; }
.single-product .thumbs_list {
  margin-bottom: 0;
  margin: 0 -15px; }
  .single-product .thumbs_list .slick-dots {
    display: none !important; }
.single-product .thumbs_list li {
  padding: 0 15px; }
  .single-product .thumbs_list li:hover a:before {
    opacity: 0; }
  .single-product .thumbs_list li:hover a img {
    border: 1px solid #333333; }
  .single-product .thumbs_list li a {
    display: inline-block;
    position: relative; }
    .single-product .thumbs_list li a.zoomGalleryActive img {
      border: 1px solid #696969; }
    .single-product .thumbs_list li a.zoomGalleryActive:before {
      opacity: 0; }
    .single-product .thumbs_list li a:before {
      background: rgba(239, 239, 239, 0.4);
      border-radius: 2px;
      bottom: 0;
      content: "";
      height: 100%;
      width: 100%;
      left: 0;
      opacity: 1;
      position: absolute;
      right: 0;
      top: 0;
      -webkit-transition: all 0.3s ease-in-out 0s;
      -moz-transition: all 0.3s ease-in-out 0s;
      -ms-transition: all 0.3s ease-in-out 0s;
      -o-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s; }
    .single-product .thumbs_list li a img {
      width: 100%;
      height: auto; }

.info .entry-summary > .compare {
  display: none; }

.info .entry-summary > .add-to-wishlist, .info .entry-summary > .yith-wcwl-add-to-wishlist {
  display: none; }

.widget_add_to_cart a {
  font-size: 14px;
  text-transform: uppercase; }

#yith-quick-view-content .img_single_row2 {
  width: 100% !important; }
  #yith-quick-view-content .img_single_row2 img {
    border: 0 !important; }
#yith-quick-view-content .summary .add-to-cart {
  width: 160px !important;
  float: none !important; }
#yith-quick-view-content .single_add_to_cart_button:before {
  height: 0 !important; }

.info .clearfix, .info .clear, #yith-quick-view-content .clearfix, #yith-quick-view-content .clear {
  display: none !important; }
.info .summary .add-to, #yith-quick-view-content .summary .add-to {
  position: relative;
  opacity: 1;
  display: inline-block;
  vertical-align: middle;
  top: -40px;
  left: 157px; }
  .info .summary .add-to:last-child, #yith-quick-view-content .summary .add-to:last-child {
    right: 43px; }
  .info .summary .add-to > div, #yith-quick-view-content .summary .add-to > div {
    float: left;
    display: block; }
    .info .summary .add-to > div.yith-wcwl-add-to-wishlist a, #yith-quick-view-content .summary .add-to > div.yith-wcwl-add-to-wishlist a {
      margin-right: 10px;
      background: transparent none repeat scroll 0 0;
      border: 2px solid #e6e6e6;
      opacity: 1;
      height: 40px;
      width: 40px;
      text-align: center;
      line-height: 38px;
      display: inline-block; }
    .info .summary .add-to > div.add-to-compare a, #yith-quick-view-content .summary .add-to > div.add-to-compare a {
      background: transparent none repeat scroll 0 0;
      border: 2px solid #e6e6e6;
      opacity: 1;
      height: 40px;
      width: 40px;
      text-align: center;
      line-height: 39px;
      display: inline-block; }
.info form.cart label, #yith-quick-view-content form.cart label {
  color: #696969;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1.5px;
  margin-bottom: 8px;
  text-transform: uppercase; }
.info .add-to a, #yith-quick-view-content .add-to a {
  color: #ababab;
  font-size: 18px; }
.info .summary .availability, #yith-quick-view-content .summary .availability {
  display: none; }
  .info .summary .availability p, #yith-quick-view-content .summary .availability p {
    font-size: 15px;
    font-weight: bold;
    line-height: 10px;
    color: #333436; }
  .info .summary .availability p.stock, #yith-quick-view-content .summary .availability p.stock {
    font-weight: normal;
    margin-bottom: 25px;
    color: #555555; }
.info .short_description p.title, #yith-quick-view-content .short_description p.title {
  font-size: 15px;
  color: #333436;
  font-weight: bold;
  margin-bottom: 0; }
.info .product_title, #yith-quick-view-content .product_title {
  display: inline-block;
  color: #333333;
  font-size: 24px;
  padding-bottom: 5px;
  line-height: 28px;
  text-transform: capitalize; }
.info .price span, #yith-quick-view-content .price span {
  font-size: 18px;
  font-weight: normal;
  color: #81d742;
  font-family: Cormorant Garamond; }
.info .price del span, #yith-quick-view-content .price del span {
  font-size: 18px; }
.info .summary p, #yith-quick-view-content .summary p {
  color: #696969;
  margin-bottom: 14px;
  line-height: 24px; }
  .info .summary p.price, #yith-quick-view-content .summary p.price {
    line-height: 24px;
    font-weight: 600; }
  .info .summary p a, #yith-quick-view-content .summary p a {
    color: #212121; }
    .info .summary p a:hover, #yith-quick-view-content .summary p a:hover {
      color: #81d742; }
.info .summary .add-to-cart, #yith-quick-view-content .summary .add-to-cart {
  width: 147px;
  margin-top: 26px; }
.info .single_add_to_cart_button,
.info .add_to_cart_button, #yith-quick-view-content .single_add_to_cart_button,
#yith-quick-view-content .add_to_cart_button {
  width: 100%;
  text-align: center;
  font-size: 14px;
  height: 40px;
  position: relative;
  line-height: 40px;
  background: #81d742;
  border: none;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: relative; }
  .info .single_add_to_cart_button i,
  .info .add_to_cart_button i, #yith-quick-view-content .single_add_to_cart_button i,
  #yith-quick-view-content .add_to_cart_button i {
    display: none; }
.info .quantity, #yith-quick-view-content .quantity {
  background: #f8f7f7;
  display: block;
  height: 40px;
  width: 127px;
  overflow: hidden; }
  .info .quantity .qty-number, #yith-quick-view-content .quantity .qty-number {
    height: 40px; }
    .info .quantity .qty-number span, #yith-quick-view-content .quantity .qty-number span {
      color: #696969;
      font-size: 14px;
      padding: 0 13px;
      line-height: 40px; }
    .info .quantity .qty-number:last-child, #yith-quick-view-content .quantity .qty-number:last-child {
      float: right; }
  .info .quantity input.qty.text, #yith-quick-view-content .quantity input.qty.text {
    background: transparent none repeat scroll 0 0;
    font-size: 15px;
    font-weight: bold;
    color: #333333;
    line-height: 21px; }
.info .product_meta, #yith-quick-view-content .product_meta {
  padding-top: 8px;
  margin-top: 32px; }
  .info .product_meta > span, #yith-quick-view-content .product_meta > span {
    display: block;
    width: 100%;
    color: #696969;
    font-size: 14px;
    padding-top: 7px;
    padding-bottom: 5px;
    letter-spacing: 2px;
    text-transform: uppercase; }
    .info .product_meta > span a, #yith-quick-view-content .product_meta > span a {
      color: #696969;
      font-weight: normal;
      letter-spacing: 0;
      text-transform: none; }
      .info .product_meta > span a:hover, #yith-quick-view-content .product_meta > span a:hover {
        color: #81d742; }
    .info .product_meta > span span, #yith-quick-view-content .product_meta > span span {
      font-weight: normal;
      letter-spacing: 0;
      text-transform: none; }
.info .product-share, #yith-quick-view-content .product-share {
  padding-top: 4px;
  display: inline-block; }
  .info .product-share h5, #yith-quick-view-content .product-share h5 {
    color: #696969;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding-top: 8px; }
  .info .product-share a, #yith-quick-view-content .product-share a {
    font-size: 14px;
    padding: 2px 12px;
    color: #ababab; }
    .info .product-share a:hover, #yith-quick-view-content .product-share a:hover {
      color: #333333; }
    .info .product-share a:nth-child(1), #yith-quick-view-content .product-share a:nth-child(1) {
      padding-left: 0; }

.ie-11 .woocommerce-review-link {
  padding-top: 3px; }

.ult-carousel-wrapper button {
  opacity: 0.3; }
  .ult-carousel-wrapper button:hover {
    opacity: 1; }

#cboxLoadedContent h1 {
  background: #81d742 !important;
  padding: 9px 10px !important;
  font-weight: 600 !important;
  font-size: 18px; }

.woocommerce-review-link {
  color: #555555;
  padding-right: 20px;
  font-weight: normal;
  position: relative;
  margin-left: 20px;
  font-size: 12px; }
  .woocommerce-review-link:hover {
    color: #81d742; }
  .woocommerce-review-link:before {
    content: '';
    position: absolute;
    height: 15px;
    width: 1px;
    background: #a6a6a6;
    left: -11px;
    top: 1px; }

.info .summary .woocommerce-product-rating p {
  color: #ababab;
  font-size: 14px; }

.product-type-simple .price_single_product {
  margin-top: 0; }

.price_single_product {
  margin-bottom: 25px;
  color: #81d742; }
  .price_single_product del span {
    color: #ababab !important; }

.info .price span, #yith-quick-view-content .price span,
.info .price del span, #yith-quick-view-content .price del span {
  font-weight: bold; }

.woocommerce-product-rating {
  display: inline-block;
  float: right;
  text-align: right;
  margin-top: -2px; }
  .woocommerce-product-rating .star-rating {
    margin-bottom: 8px; }
  .woocommerce-product-rating strong {
    font-size: 0; }
  .woocommerce-product-rating > p {
    color: #ababab;
    font-style: italic;
    margin-bottom: 0; }

.star-rating {
  display: inline-block;
  height: 16px;
  position: relative;
  text-indent: -999em;
  width: 71px;
  margin-top: 0;
  font-size: 12px; }
  .star-rating:before {
    font-size: 12px;
    position: absolute;
    text-indent: 1px;
    content: "\f006\f006\f006\f006\f006";
    letter-spacing: 4px;
    font-family: FontAwesome;
    left: 0;
    top: 0;
    color: #ababab; }
  .star-rating span {
    float: left;
    overflow: hidden;
    display: block;
    position: relative;
    font-size: 12px; }
    .star-rating span:before {
      font-size: 12px;
      position: absolute;
      text-indent: 1px;
      content: "\f005\f005\f005\f005\f005";
      letter-spacing: 4px;
      font-family: FontAwesome;
      left: 0;
      top: 0;
      color: #f5cc26; }

#woocommerce-coupon-data ul.wc-tabs::after,
#woocommerce-product-data ul.wc-tabs::after,
.woocommerce ul.wc-tabs::after {
  content: none !important; }

#woocommerce-coupon-data ul.wc-tabs li a::before,
#woocommerce-product-data ul.wc-tabs li a::before,
.woocommerce ul.wc-tabs li a::before {
  content: none !important; }

#woocommerce-coupon-data ul.wc-tabs li.active a,
#woocommerce-product-data ul.wc-tabs li.active a,
.woocommerce ul.wc-tabs li.active a {
  background: none !important; }

.related.products {
  margin-top: 30px;
  padding: 0 15px; }

.woocommerce ul.wc-tabs {
  width: 100%;
  border-right: none !important;
  padding-bottom: 0 !important;
  background: none !important; }

.woocommerce ul.wc-tabs li a {
  border-bottom: none !important; }

.product-tab {
  margin-top: 23px;
  overflow: hidden;
  width: 100%; }
  .product-tab .woocommerce-tabs {
    overflow: hidden;
    width: 100%; }
  .product-tab .nav-tabs {
    border: none;
    border-radius: 4px;
    border-bottom: 1px solid #eeeff0; }
    .product-tab .nav-tabs > li {
      margin-right: 2px;
      margin-bottom: 0; }
      .product-tab .nav-tabs > li.active a {
        position: relative;
        border: none;
        border-radius: 0;
        margin: 0;
        color: #333333; }
        .product-tab .nav-tabs > li.active a:after {
          position: absolute;
          background: #81d742;
          content: '';
          height: 1px;
          width: 100%;
          left: 0;
          bottom: -1px; }
      .product-tab .nav-tabs > li a {
        font-family: Cormorant Garamond;
        border: none;
        text-transform: none;
        border-radius: 0;
        margin: 0;
        font-size: 24px;
        color: #ababab;
        font-weight: bold !important;
        padding: 6px 16px !important;
        font-weight: normal; }
        .product-tab .nav-tabs > li a:hover, .product-tab .nav-tabs > li a:focus {
          border: none;
          border-radius: 0;
          margin: 0;
          color: #333333;
          background: transparent; }
      .product-tab .nav-tabs > li:first-child a {
        padding-left: 0 !important; }
  .product-tab .tab-content {
    overflow: hidden;
    padding-top: 25px;
    width: 100%;
    float: left;
    position: relative; }
    .product-tab .tab-content .tagged_as span {
      color: #555;
      font-weight: 500;
      padding-right: 50px; }
    .product-tab .tab-content .panel {
      background: transparent none repeat scroll 0 0;
      border: medium none;
      border-radius: 0;
      box-shadow: none;
      margin-bottom: 20px; }
    .product-tab .tab-content p {
      color: #555555; }
    .product-tab .tab-content .commentlist > li {
      margin-bottom: 0;
      padding-bottom: 20px; }
    .product-tab .tab-content .avatar {
      float: left;
      margin-right: 30px; }
    .product-tab .tab-content .comment-text {
      overflow: hidden; }
    .product-tab .tab-content .comment-form {
      position: relative;
      padding-top: 47px; }
      .product-tab .tab-content .comment-form .comment-notes {
        display: none; }
      .product-tab .tab-content .comment-form input[type="text"], .product-tab .tab-content .comment-form textarea, .product-tab .tab-content .comment-form input[type="email"] {
        width: 100%;
        color: #ababab;
        background: #f8f7f7;
        font-style: italic; }
      .product-tab .tab-content .comment-form textarea {
        height: 170px;
        background: #f8f7f7;
        padding: 9px 17px; }
      .product-tab .tab-content .comment-form .comment-form-author {
        padding-right: 15px; }
      .product-tab .tab-content .comment-form .comment-form-email {
        padding-left: 15px; }
      .product-tab .tab-content .comment-form .comment-form-author, .product-tab .tab-content .comment-form .comment-form-email {
        width: 50%;
        float: left;
        margin-bottom: 30px; }
        .product-tab .tab-content .comment-form .comment-form-author label, .product-tab .tab-content .comment-form .comment-form-email label {
          display: none; }
        .product-tab .tab-content .comment-form .comment-form-author input, .product-tab .tab-content .comment-form .comment-form-email input {
          height: 40px;
          padding: 10px 17px; }
      .product-tab .tab-content .comment-form .comment-form-rating {
        overflow: hidden;
        position: absolute;
        top: 0;
        left: 0; }
        .product-tab .tab-content .comment-form .comment-form-rating label {
          text-transform: uppercase;
          color: #696969;
          font-weight: normal;
          letter-spacing: 1.3px;
          display: inline-block;
          margin-right: 37px;
          float: left; }
        .product-tab .tab-content .comment-form .comment-form-rating .stars {
          overflow: hidden;
          float: left; }
        .product-tab .tab-content .comment-form .comment-form-rating .stars .fa {
          border-right: none;
          margin-right: 8px;
          padding-right: 8px; }
          .product-tab .tab-content .comment-form .comment-form-rating .stars .fa:last-child {
            border-right: none; }
        .product-tab .tab-content .comment-form .comment-form-rating .stars span > a {
          border-right: none;
          padding-right: 0;
          margin-right: 1px;
          color: transparent;
          letter-spacing: 7px;
          display: inline-block; }
          .product-tab .tab-content .comment-form .comment-form-rating .stars span > a:before {
            color: #ababab;
            font-weight: normal; }
          .product-tab .tab-content .comment-form .comment-form-rating .stars span > a:last-child {
            margin-right: 0;
            border: none; }
          .product-tab .tab-content .comment-form .comment-form-rating .stars span > a:hover:before, .product-tab .tab-content .comment-form .comment-form-rating .stars span > a.active:before {
            color: #ffd24d; }
        .product-tab .tab-content .comment-form .comment-form-rating .stars a:before {
          font-family: FontAwesome; }
        .product-tab .tab-content .comment-form .comment-form-rating .stars .star-1:before {
          content: "\f006"; }
        .product-tab .tab-content .comment-form .comment-form-rating .stars .star-1.active:before {
          content: "\f005"; }
        .product-tab .tab-content .comment-form .comment-form-rating .stars .star-2:before {
          content: "\f006\f006"; }
        .product-tab .tab-content .comment-form .comment-form-rating .stars .star-2.active:before {
          content: "\f005\f005"; }
        .product-tab .tab-content .comment-form .comment-form-rating .stars .star-3:before {
          content: "\f006\f006\f006"; }
        .product-tab .tab-content .comment-form .comment-form-rating .stars .star-3.active:before {
          content: "\f005\f005\f005"; }
        .product-tab .tab-content .comment-form .comment-form-rating .stars .star-4:before {
          content: "\f006\f006\f006\f006"; }
        .product-tab .tab-content .comment-form .comment-form-rating .stars .star-4.active:before {
          content: "\f005\f005\f005\f005"; }
        .product-tab .tab-content .comment-form .comment-form-rating .stars .star-5:before {
          content: "\f006\f006\f006\f006\f006"; }
        .product-tab .tab-content .comment-form .comment-form-rating .stars .star-5.active:before {
          content: "\f005\f005\f005\f005\f005"; }
      .product-tab .tab-content .comment-form .comment-form-comment label {
        display: none; }
      .product-tab .tab-content .comment-form label.error {
        border: none !important;
        color: #ff0000;
        font-weight: 400; }
      .product-tab .tab-content .comment-form .form-submit {
        margin-top: 23px; }
        .product-tab .tab-content .comment-form .form-submit input {
          width: 160px;
          padding-left: 0;
          padding-right: 0;
          text-align: center; }

.product_meta {
  overflow: hidden;
  width: 100%;
  border-top: 1px solid #eeeff0; }
  .product_meta .sku_wrapper, .product_meta .posted_in, .product_meta .tagged_as,
  .product_meta > span {
    letter-spacing: 1.5px !important;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block; }
    .product_meta .sku_wrapper > span, .product_meta .posted_in > span, .product_meta .tagged_as > span,
    .product_meta > span > span {
      font-weight: normal;
      overflow: hidden;
      text-transform: none; }

.reset_variations {
  display: none !important; }

.info .quantity, #yith-quick-view-content .quantity {
  margin-top: 7px; }

.woocommerce-variation.single_variation {
  float: right;
  position: absolute;
  top: 0;
  right: 0; }

.woocommerce-variation-add-to-cart {
  display: inline-block;
  float: left;
  width: 100%;
  padding-bottom: 30px;
  border-bottom: 1px solid #eeeff0; }

.single_variation_wrap .add-to-cart {
  width: 50%;
  float: left; }

.posted_in, .tagged_as,
.sku_wrapper {
  color: #696969; }
  .posted_in a, .tagged_as a,
  .sku_wrapper a {
    color: #696969; }

.variations_form.cart {
  border-top: 1px solid #eeeff0;
  margin-top: 20px; }
  .variations_form.cart .add-to .tooltip.top {
    margin-top: -10px; }
  .variations_form.cart .add-to .yith-wcwl-add-to-wishlist {
    display: inline-block; }
  .variations_form.cart .add-to-compare {
    display: inline-block; }

.single_variation_wrap {
  float: left;
  width: 100%; }

.woocommerce-variation-availability .stock.in-stock {
  color: #ababab;
  font-style: italic; }

.single-product .info {
  margin-top: 18px; }

.single_variation_wrap {
  position: relative; }

.swatchinput select {
  height: 20px !important;
  width: 20px !important; }

.active-sidebar .widget.widget_product_search {
  margin-bottom: 42px; }

.product-tab .tab-content .woocommerce-Reviews .comment_container > img {
  border-radius: 50%; }
.product-tab .tab-content .woocommerce-Reviews .author {
  color: #333;
  text-transform: uppercase; }
.product-tab .tab-content .woocommerce-Reviews .description p {
  color: #696969; }
.product-tab .tab-content .woocommerce-Reviews .commentlist li {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid  #eeeff0; }
.product-tab .tab-content .woocommerce-Reviews .comment-text {
  position: relative; }
  .product-tab .tab-content .woocommerce-Reviews .comment-text .meta {
    margin-bottom: 7px; }
    .product-tab .tab-content .woocommerce-Reviews .comment-text .meta strong {
      text-transform: uppercase;
      letter-spacing: 1.4px; }
  .product-tab .tab-content .woocommerce-Reviews .comment-text time {
    font-style: italic;
    color: #ababab;
    margin-left: 28px;
    position: relative; }
    .product-tab .tab-content .woocommerce-Reviews .comment-text time:before {
      content: "";
      height: 4px;
      width: 4px;
      border-radius: 50%;
      background: #e0e0e0;
      position: absolute;
      left: -17px;
      top: 7px; }
  .product-tab .tab-content .woocommerce-Reviews .comment-text .star-rating {
    position: absolute;
    right: 0;
    top: 0; }

.related.products {
  display: none; }

@media (max-width: 767px) {
  .product-tab .tab-content .comment-form .comment-form-rating .stars,
  .product-tab .tab-content .comment-form .comment-form-rating label {
    float: none; }

  .product-tab .tab-content .comment-form {
    padding-top: 75px; } }
@media (max-width: 600px) {
  .product-tab .tab-content .comment-form .comment-form-author,
  .product-tab .tab-content .comment-form .comment-form-email {
    width: 100%;
    padding: 0; }

  .product-tab .tab-content .woocommerce-Reviews .comment-text .star-rating {
    position: static; }

  .woocommerce ul.wc-tabs li a {
    border: 1px solid #eeeff0 !important;
    padding: 9px 16px !important; }
  .woocommerce ul.wc-tabs li.active a {
    border: 1px solid #81d742 !important; }

  .product-tab .nav-tabs > li {
    width: 50%;
    margin-bottom: 10px !important;
    text-align: center; }
    .product-tab .nav-tabs > li:nth-child(n) {
      padding-right: 5px; }
    .product-tab .nav-tabs > li:nth-child(2n) {
      padding-left: 5px; }

  .product-tab .nav-tabs > li:first-child a {
    padding-left: 16px !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .single-product .images img {
    width: 100% !important;
    height: auto !important; } }
@media (max-width: 480px) {
  .product-tab .nav-tabs > li {
    width: 100%; }
    .product-tab .nav-tabs > li:nth-child(n) {
      padding-right: 0; }
    .product-tab .nav-tabs > li:nth-child(2n) {
      padding-left: 0; }

  .product-tab .tab-content .comment-form .comment-form-rating .stars span > a {
    letter-spacing: 1px; }

  .product-tab .tab-content .woocommerce-Reviews .comment-text time {
    float: left;
    width: 100%;
    margin-left: 0; }
    .product-tab .tab-content .woocommerce-Reviews .comment-text time:before {
      content: none; } }
.side-breadcrumb + .wrapper .post-single .blog-post-title {
  display: none; }

.archive.category .wrapper {
  margin-top: 33px; }

.blog-content {
  margin-bottom: 30px; }
  .blog-content .blog-post-info {
    padding: 24px 32px 14px; }

iframe {
  border: none !important; }

.blog-info {
  border-top: 1px solid #eeeeee;
  padding-top: 12px; }
  .blog-info .info {
    display: inline-block;
    line-height: 32px;
    color: #696969;
    padding-right: 23px; }
    .blog-info .info:last-child {
      margin-right: 0; }
    .blog-info .info.info-like i {
      margin-right: 11px; }
    .blog-info .info a {
      color: #696969; }
      .blog-info .info a:hover {
        color: #81d742; }
    .blog-info .info i {
      font-size: 16px;
      margin-right: 9px;
      color: #81d742; }
  .blog-info .author,
  .blog-info .info-comment {
    margin-top: 11px;
    text-transform: capitalize; }
    .blog-info .author i,
    .blog-info .info-comment i {
      margin-right: 3px; }
    .blog-info .author a,
    .blog-info .info-comment a {
      color: #777; }
      .blog-info .author a:hover,
      .blog-info .info-comment a:hover {
        color: #81d742; }
    .blog-info .author a, .blog-info .author span,
    .blog-info .info-comment a,
    .blog-info .info-comment span {
      margin-top: 2px; }
  .blog-info .author {
    padding: 0 56px 0 22px; }

.blog-post-title {
  padding: 7px 0 18px; }

.post-name a {
  color: #333333;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 32px; }
  .post-name a:hover {
    color: #81d742; }

.blog-item .post_link {
  display: block;
  color: #333333;
  font-family: "Cormorant Garamond",serif;
  font-size: 34px;
  font-weight: 600;
  line-height: 40px; }
  .blog-item .post_link:hover {
    color: #81d742; }
  .blog-item .post_link span {
    display: table-cell;
    vertical-align: middle; }

.blog-grid.grid-item .col-md-12 .blog-post-title {
  min-height: 100%; }
.blog-grid .blog-post-info {
  background: #faf9f9; }
.blog-grid .blog-post-title {
  min-height: 122px; }
.blog-grid .date > a {
  color: #cccccc;
  letter-spacing: 0.1em;
  text-transform: uppercase; }
  .blog-grid .date > a:hover {
    color: #81d742; }
.blog-grid.no-img .blog-post-title {
  min-height: 150px; }
.blog-grid.no-img .post-name a {
  line-height: 28px; }
.blog-grid.no-img .blog-info {
  border-top-width: 2px; }

.blog-container .blog-grid-1.blog-grid .blog-post-info {
  padding: 24px 30px 13px 33px;
  background: #faf9f9; }

.blog-grid-3 .blog-item {
  text-align: center; }
.blog-grid-3 .post-name a {
  font-family: Cormorant Garamond;
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 48px; }
.blog-grid-3 .blog-info {
  border-top: medium none; }
.blog-grid-3 .blog-post-title {
  padding: 11px 0 8px; }
.blog-grid-3 .blog-content {
  margin-bottom: 0; }
  .blog-grid-3 .blog-content .blog-post-info {
    padding: 50px 15px 38px;
    background: #fff; }
.blog-grid-3 .arrows-custom .slick-dots {
  bottom: 61px;
  left: 54px; }
.blog-grid-3 .share-now .btn.btn-circle, .blog-grid-3 .view-more .btn.btn-circle {
  border: 2px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  width: 48px;
  height: 48px;
  line-height: 48px; }
  .blog-grid-3 .share-now .btn.btn-circle:hover, .blog-grid-3 .view-more .btn.btn-circle:hover {
    border-color: #81d742; }
.blog-grid-3 .view-more {
  bottom: 44px;
  position: absolute;
  right: 50px; }
.blog-grid-3 .share-now {
  bottom: 44px;
  position: absolute;
  right: 110px; }
  .blog-grid-3 .share-now .share-links {
    display: none;
    position: absolute;
    right: 55px;
    top: 10px;
    width: 154px; }
  .blog-grid-3 .share-now .lab {
    display: none; }
  .blog-grid-3 .share-now .addthis_sharing_toolbox .f-social li a {
    color: #fff; }

.title-new .uvc-main-heading h2 {
  left: 50%;
  width: 100%;
  letter-spacing: 0.4em;
  position: absolute;
  text-transform: uppercase;
  top: -29px;
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

.info.info-cat {
  color: #81d742; }
  .info.info-cat a {
    color: #81d742;
    letter-spacing: 0.1em;
    text-transform: uppercase; }
    .info.info-cat a:hover {
      color: #333; }
  .info.info-cat i {
    display: none; }

.quote {
  background: #81d742; }

.quote + .blog-post-info {
  background: #81d742;
  padding-bottom: 15px; }
  .quote + .blog-post-info .info-cat {
    position: absolute;
    top: 28px;
    color: #fff; }
    .quote + .blog-post-info .info-cat a {
      color: #fff; }
      .quote + .blog-post-info .info-cat a:hover {
        color: #333; }
  .quote + .blog-post-info .blog-info .info {
    color: #fff; }
    .quote + .blog-post-info .blog-info .info i {
      color: #fff; }
    .quote + .blog-post-info .blog-info .info a {
      color: #fff; }
      .quote + .blog-post-info .blog-info .info a:hover {
        color: #333; }
        .quote + .blog-post-info .blog-info .info a:hover i {
          color: #333; }

.blog-masonry .blog-video {
  height: 250px; }
.blog-masonry .blog-item .post_link {
  color: #fff; }
  .blog-masonry .blog-item .post_link:hover {
    color: #333; }
.blog-masonry .blog-post-info {
  background: #fff; }
.blog-masonry .post-name a {
  line-height: 28px; }
.blog-masonry .blog-img + .blog-post-info .blog-post-title {
  min-height: 100%;
  padding-bottom: 9px; }
.blog-masonry .blog-post-info {
  padding-top: 29px; }
.blog-masonry .info-cat {
  padding-bottom: 7px;
  color: #81d742; }
.blog-masonry .blog_post_desc {
  padding-bottom: 36px; }
.blog-masonry .quote + .blog-post-info {
  background: #81d742; }
  .blog-masonry .quote + .blog-post-info .blog-info {
    border-color: rgba(255, 255, 255, 0.3); }

.blog .load-more {
  padding-top: 36px;
  padding-bottom: 115px; }

.blog-bg .pagination-content {
  padding-bottom: 100px; }

.blog-loadmore {
  font-family: Cormorant Garamond;
  font-size: 18px;
  line-height: 28px;
  cursor: pointer; }

.blog-top {
  padding-bottom: 12px;
  margin-bottom: 70px; }
  .blog-top .count {
    color: #ababab;
    letter-spacing: 0.1em;
    text-transform: uppercase; }
    .blog-top .count span {
      color: #333; }

.blog-slogan {
  text-align: center;
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
  margin-bottom: 0;
  min-height: 195px;
  color: #333;
  font-family: 'Cormorant Garamond', serif; }
  .blog-slogan span {
    color: #81d742; }

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

.category-list, .archives,
.search-post {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-right: 20px; }
  .category-list label, .archives label,
  .search-post label {
    font-weight: 400;
    margin-bottom: 0;
    cursor: pointer; }

.category-list .select-cate {
  width: 140px;
  padding-left: 20px;
  text-align: left;
  border-left: 1px solid #cccccc; }
  .category-list .select-cate i {
    float: right;
    font-size: 18px; }

.archives .select-archives {
  width: 238px;
  padding-left: 20px;
  text-align: left;
  border-left: 1px solid #cccccc; }
  .archives .select-archives i {
    float: right;
    font-size: 18px; }
.archives .select-content {
  width: 238px; }

.active .select-content {
  top: 100%;
  opacity: 1;
  visibility: visible; }

.select-content {
  padding-left: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  border: 1px solid #eee;
  background: #fff;
  opacity: 0;
  position: absolute;
  visibility: hidden;
  margin-bottom: 0;
  list-style: none;
  width: 140px;
  z-index: 99;
  top: 80px;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s; }
  .select-content a {
    color: #696969;
    display: block;
    text-align: left; }
    .select-content a:hover {
      color: #81d742; }
    .select-content a.sub-cat {
      padding-left: 15px; }

.search-post {
  margin-right: 0;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  width: 247px; }
  .search-post .search-form input {
    height: 24px;
    background: none;
    padding: 0 17px;
    color: #ababab;
    width: calc(100% - 34px);
    font-style: italic;
    float: left; }
  .search-post .btn-search {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    color: #696969;
    font-size: 18px;
    padding: 0 17px 0 0;
    margin-right: 10px; }
    .search-post .btn-search:hover {
      color: #81d742; }

.main-sidebar .archives .select-archives,
.main-sidebar .archives .select-content {
  width: 150px; }
.main-sidebar .search-post {
  width: 200px; }

.blog-classic .blog-content {
  margin-bottom: 40px; }
.blog-classic .grid-item:last-child .blog-content {
  margin-bottom: 0; }
.blog-classic .blog-item {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 18px; }
  .blog-classic .blog-item .post_link {
    color: #fff; }
    .blog-classic .blog-item .post_link:hover {
      color: #333; }
  .blog-classic .blog-item .blog-audio {
    height: 150px; }
.blog-classic .quote + .blog-post-info {
  padding: 0 32px 24px;
  margin-bottom: 25px; }
  .blog-classic .quote + .blog-post-info .blog-post-title,
  .blog-classic .quote + .blog-post-info .blog_post_desc {
    display: none; }
  .blog-classic .quote + .blog-post-info .btn {
    background: #fff;
    border-color: #fff;
    color: #333; }
    .blog-classic .quote + .blog-post-info .btn:hover {
      background: #333;
      border-color: #333;
      color: #fff; }
  .blog-classic .quote + .blog-post-info .addthis_sharing_toolbox .f-social li a {
    color: #333;
    border: 1px solid #333; }
    .blog-classic .quote + .blog-post-info .addthis_sharing_toolbox .f-social li a:hover {
      color: #fff;
      border-color: #fff; }
.blog-classic .blog-post-title {
  min-height: 100%;
  padding-bottom: 0; }
.blog-classic .post-name a {
  font-size: 24px;
  line-height: 36px; }
.blog-classic .blog-post-info {
  padding: 24px 0; }
.blog-classic .blog-info {
  border-top: none;
  padding-top: 9px; }
.blog-classic .blog_post_desc {
  padding-top: 12px; }
.blog-classic .action {
  padding-top: 25px; }
.blog-classic .blog-video {
  height: 450px; }

.blog-list .grid-item:last-child .blog-content {
  margin-bottom: 0; }
.blog-list .blog-content {
  margin-bottom: 40px; }
.blog-list .blog-item, .blog-list .blog-content {
  width: 100%;
  float: left; }
.blog-list .blog-item {
  border-bottom: 1px solid #eee;
  padding-bottom: 40px; }
.blog-list .blog-img, .blog-list .blog-gallery,
.blog-list .quote, .blog-list .align_left {
  width: 31%;
  float: left; }
.blog-list .blog-video {
  height: 174px; }
.blog-list .blog-post-info {
  width: 69%;
  float: left;
  padding-top: 0;
  padding-bottom: 0; }
  .blog-list .blog-post-info.no-img {
    width: 100%;
    padding-left: 0;
    padding-right: 15px; }
  .blog-list .blog-post-info .post-name a {
    font-size: 24px;
    line-height: 36px; }
.blog-list .blog-post-title {
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: -5px; }
.blog-list .blog-info {
  border-top: none;
  padding-top: 10px;
  padding-bottom: 12px; }
.blog-list .quote_section {
  padding-top: 20px;
  padding-left: 0;
  padding-right: 15px; }
  .blog-list .quote_section blockquote {
    color: #333; }
  .blog-list .quote_section .quote-icon {
    top: -55px;
    left: 0; }

.blog-list .quote, .post-single .quote {
  background: none; }
  .blog-list .quote + .blog-post-info, .post-single .quote + .blog-post-info {
    background: none; }
    .blog-list .quote + .blog-post-info .blog-info .info, .post-single .quote + .blog-post-info .blog-info .info {
      color: #696969; }
      .blog-list .quote + .blog-post-info .blog-info .info i, .post-single .quote + .blog-post-info .blog-info .info i {
        color: #81d742; }
      .blog-list .quote + .blog-post-info .blog-info .info a, .post-single .quote + .blog-post-info .blog-info .info a {
        color: #696969; }
        .blog-list .quote + .blog-post-info .blog-info .info a:hover, .post-single .quote + .blog-post-info .blog-info .info a:hover {
          color: #81d742; }
          .blog-list .quote + .blog-post-info .blog-info .info a:hover i, .post-single .quote + .blog-post-info .blog-info .info a:hover i {
            color: #81d742; }

.blog-item .read-more {
  display: inline-block; }
  .blog-item .read-more .btn {
    min-width: 168px;
    height: 48px;
    padding: 12px 15px;
    font-size: 16px; }
.blog-item .share-links {
  float: right;
  min-width: 296px;
  padding-top: 5px; }
  .blog-item .share-links .addthis_sharing_toolbox .f-social {
    text-align: right; }
    .blog-item .share-links .addthis_sharing_toolbox .f-social li {
      float: none; }

.blog-video {
  height: 220px;
  position: relative; }
  .blog-video .iframe_video_container {
    height: 100%;
    position: relative;
    width: 100%; }
  .blog-video iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }

.quote_section {
  padding: 106px 36px 16px;
  position: relative; }
  .quote_section .quote-icon {
    color: #333;
    font-size: 80px;
    letter-spacing: 0.1em;
    line-height: 177.31px;
    opacity: 0.1;
    position: absolute;
    top: 32px;
    left: 24px; }
  .quote_section blockquote {
    border-left: 0;
    padding: 0;
    margin-bottom: 22px;
    color: #fff;
    font-style: normal;
    font-size: 34px;
    font-weight: 600;
    line-height: 40px;
    position: relative;
    font-family: "Cormorant Garamond",serif; }
  .quote_section .author_info {
    color: #333;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase; }

.blog-packery .grid-item .quote_section blockquote {
  position: relative; }
  .blog-packery .grid-item .quote_section blockquote:before {
    content: "\f104\f104 ";
    top: 8px;
    left: 0;
    font-size: 14px;
    font-family: FontAwesome; }
  .blog-packery .grid-item .quote_section blockquote:after {
    content: "\f105\f105";
    bottom: 0;
    right: 0;
    font-size: 14px;
    font-family: FontAwesome; }

.blog-container .blog-grid .blog-post-info {
  background: transparent none repeat scroll 0 0;
  padding-left: 0;
  padding-right: 0; }
.blog-container .btn-viewmore {
  margin-top: 47px; }
.blog-container .button-group {
  padding-bottom: 69px;
  padding-top: 47px;
  margin: 0 -28px; }
  .blog-container .button-group .inline-block {
    padding: 0 28px; }
    .blog-container .button-group .inline-block:last-child .btn-filter:before {
      content: none; }
  .blog-container .button-group .btn-filter {
    letter-spacing: 0.1em;
    padding: 0;
    position: relative; }
    .blog-container .button-group .btn-filter:before {
      position: absolute;
      content: "";
      width: 24px;
      height: 1px;
      background: #e0e0e0;
      right: -36px;
      top: 11px; }
.blog-container .btn-viewmore.view-all {
  margin-top: 0;
  position: absolute;
  right: 0;
  top: 43px;
  z-index: 9; }
.blog-container .post-single.single-2 .blog-content {
  margin: 0 -100px;
  background: #fff none repeat scroll 0 0; }
  .blog-container .post-single.single-2 .blog-content .blog-post-info {
    margin-top: -70px;
    padding-bottom: 42px; }
.blog-container .post-single.single-2 .post-name a {
  font-weight: 600; }
.blog-container .post-single.single-2 .desc_short {
  padding-top: 34px; }
  .blog-container .post-single.single-2 .desc_short > p {
    margin-bottom: 9px; }
.blog-container .post-single.single-2 .more {
  margin-top: 26px; }
  .blog-container .post-single.single-2 .more .btn {
    min-width: 135px;
    padding: 10px 20px 8px 21px; }
.blog-container .load-more {
  margin-top: 20px; }
  .blog-container .load-more .btn {
    padding: 0 22px;
    color: #333; }
.blog-container .blog-packery + .row .btn-viewmore {
  margin-top: 40px; }
.blog-container .blog-packery + .row .author_info p {
  color: #696969; }
.blog-container .blog-masonry .blog-post-title {
  padding-bottom: 10px; }

.blog_header {
  position: relative; }

.no-space {
  margin: 0; }
  .no-space .grid-item {
    padding: 0; }

.show-space {
  margin: 0 -15px; }
  .show-space .grid-item {
    padding: 0 15px; }
  .show-space.blog-packery .grid-item {
    margin-bottom: 30px; }
  .show-space.blog-packery .image_size1 .blog-post-info::before {
    left: -46px; }
  .show-space .image_size1 .blog-img {
    padding-right: 15px; }

.sticky-post-2 {
  display: table;
  text-align: center;
  width: 100%;
  margin-bottom: 70px;
  background: #fff; }
  .sticky-post-2 .blog-item {
    display: table-cell;
    height: 100%;
    vertical-align: middle; }
  .sticky-post-2 .blog-post-info {
    padding: 0 30px; }
  .sticky-post-2 .blog-post-title {
    padding-top: 16px;
    padding-bottom: 26px; }
  .sticky-post-2 .post-name a {
    font-family: Cormorant Garamond;
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 48px; }
  .sticky-post-2 .desc_short > p {
    margin-bottom: 24px; }
  .sticky-post-2 .blog-info {
    border-top: medium none;
    padding-top: 49px; }
  .sticky-post-2 .more {
    padding-top: 27px; }
    .sticky-post-2 .more .btn {
      min-width: 135px;
      padding: 10px 15px 8px; }

.blog-categories {
  margin: 5px -15px 0; }

.blog-cat-content {
  padding: 0 15px; }
  .blog-cat-content:hover .view-cate {
    -moz-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1); }
  .blog-cat-content:hover .cate-img:before {
    opacity: 0.8; }
  .blog-cat-content .cate-img {
    position: relative; }
    .blog-cat-content .cate-img::before {
      background: #81d742;
      bottom: 0;
      content: "";
      left: 0;
      opacity: 0;
      position: absolute;
      right: 0;
      top: 0;
      -webkit-transition: all 0.3s ease-in-out 0s;
      -moz-transition: all 0.3s ease-in-out 0s;
      -ms-transition: all 0.3s ease-in-out 0s;
      -o-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s; }
  .blog-cat-content .view-cate {
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    color: #fff;
    height: 48px;
    left: 50%;
    line-height: 46px;
    position: absolute;
    text-align: center;
    font-style: 18px;
    top: 50%;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    -moz-transform: translate(-50%, -50%) scale(0);
    -o-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    width: 48px;
    z-index: 9; }
    .blog-cat-content .view-cate:hover {
      background: #fff;
      border-color: #fff; }
      .blog-cat-content .view-cate:hover a {
        color: #333; }
    .blog-cat-content .view-cate a {
      color: #fff;
      display: block;
      font-size: 22px; }
  .blog-cat-content .blog-cate {
    text-align: center;
    padding: 24px 15px; }
    .blog-cat-content .blog-cate a {
      text-transform: uppercase;
      letter-spacing: 0.1em;
      font-weight: 500;
      color: #333; }
    .blog-cat-content .blog-cate .count-post > p {
      font-family: Cormorant Garamond;
      font-size: 14px;
      font-weight: 700;
      letter-spacing: 0.05em;
      line-height: 32px;
      color: #ababab; }

.blog-categories .btn-next.slick-arrow {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  color: #392a25;
  font-size: 34px;
  height: 30px;
  right: -46px;
  opacity: 0.3;
  padding: 0;
  position: absolute;
  top: 32%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
  z-index: 9; }
  .blog-categories .btn-next.slick-arrow:hover {
    color: #81d742;
    opacity: 1; }

.blog-categories .btn-prev.slick-arrow {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  color: #392a25;
  font-size: 34px;
  height: 30px;
  left: -46px;
  opacity: 0.3;
  padding: 0;
  position: absolute;
  top: 32%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
  z-index: 9; }
  .blog-categories .btn-prev.slick-arrow:hover {
    color: #81d742;
    opacity: 1; }

.blog-packery .grid-item {
  width: 33.33333%;
  float: left;
  margin-bottom: 0; }
  .blog-packery .grid-item.image_size1 {
    width: 66.66666%; }
  .blog-packery .grid-item .blog-item {
    width: 100%;
    float: left;
    overflow: hidden;
    background: #f6f7f7; }
    .blog-packery .grid-item .blog-item .align_left + .blog-post-info,
    .blog-packery .grid-item .blog-item .quote + .blog-post-info {
      display: none; }
  .blog-packery .grid-item .blog-post-info {
    padding-left: 32px;
    padding-right: 32px;
    position: relative; }
  .blog-packery .grid-item .blog-post-title {
    min-height: 100%; }
  .blog-packery .grid-item .quote {
    background: #f6f7f7 none repeat scroll 0 0; }
  .blog-packery .grid-item .quote_section {
    padding: 24px 32px 14px;
    position: static; }
    .blog-packery .grid-item .quote_section blockquote, .blog-packery .grid-item .quote_section .post_link {
      color: #333;
      font-family: Fira Sans;
      font-size: 18px;
      font-weight: 700;
      padding-top: 8px;
      letter-spacing: 0.05em;
      line-height: 28px; }
    .blog-packery .grid-item .quote_section .post_link:hover {
      color: #81d742; }
    .blog-packery .grid-item .quote_section .author_info {
      position: absolute;
      bottom: 22px; }
      .blog-packery .grid-item .quote_section .author_info p {
        display: inline-block; }
      .blog-packery .grid-item .quote_section .author_info .author_job {
        position: relative;
        color: #ababab;
        margin-left: 10px;
        padding-left: 16px;
        font-weight: 400;
        letter-spacing: 0;
        font-style: italic;
        text-transform: capitalize; }
        .blog-packery .grid-item .quote_section .author_info .author_job:before {
          content: "/";
          position: absolute;
          left: 0;
          top: 0; }
    .blog-packery .grid-item .quote_section .quote-icon {
      bottom: -20px;
      color: #81d742;
      left: auto;
      line-height: 100%;
      opacity: 1;
      right: -15px;
      top: auto; }
.blog-packery .image_size1 .blog-post-info {
  padding-left: 18px; }
  .blog-packery .image_size1 .blog-post-info:before {
    position: absolute;
    content: "";
    left: -31px;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 32px 32px 0;
    border-color: transparent #f6f7f7 transparent; }
.blog-packery .image_size1 .blog-img, .blog-packery .image_size1 .blog-post-info {
  float: left;
  width: 50%; }
.blog-packery .image_size2 .blog-post-info:before, .blog-packery .image_size .blog-post-info:before {
  position: absolute;
  content: "";
  top: -31px;
  right: -1px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 32px 32px;
  border-color: transparent transparent #f6f7f7; }
.blog-packery .blog-post-title {
  padding-top: 11px; }
  .blog-packery .blog-post-title .post-name a {
    line-height: 28px; }
.blog-packery .blog-info {
  border-top: none;
  padding-top: 0;
  position: absolute;
  bottom: 18px; }

.arrows-custom .slick-arrow {
  height: 36px;
  width: 36px;
  background: #fff;
  color: #2d2d2d;
  border: 1px solid #fff;
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }
  .arrows-custom .slick-arrow:hover {
    background: #81d742;
    color: #fff;
    border-color: #81d742; }
  .arrows-custom .slick-arrow.btn-next {
    right: -1px;
    z-index: 1; }
  .arrows-custom .slick-arrow.btn-prev {
    left: 0; }
.arrows-custom .slick-dots {
  bottom: 23px;
  list-style: outside none none;
  padding: 0;
  position: absolute;
  left: 50%;
  margin: 0;
  line-height: 100%;
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }
  .arrows-custom .slick-dots li {
    display: inline-block;
    margin: 0 10px;
    height: auto;
    width: auto;
    vertical-align: middle; }
    .arrows-custom .slick-dots li.slick-active button, .arrows-custom .slick-dots li:hover button {
      border-color: #fff;
      background: none;
      width: 12px;
      height: 12px; }
    .arrows-custom .slick-dots li button {
      border: 1px solid transparent;
      background: #fff;
      width: 8px;
      height: 8px;
      vertical-align: middle;
      background: #fff;
      text-indent: -999em;
      border-radius: 50%;
      padding: 0;
      -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
      box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
      -webkit-transition: all 0.3s ease-in-out 0s;
      -moz-transition: all 0.3s ease-in-out 0s;
      -ms-transition: all 0.3s ease-in-out 0s;
      -o-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s; }
      .arrows-custom .slick-dots li button:before {
        content: none; }

.quote_section blockquote {
  margin-top: 0; }

blockquote {
  font-style: italic;
  padding: 0 27px 0;
  margin: 24px 0 24px;
  font-size: 15px;
  border-left: 4px solid #81d742; }

.blog-bg #main {
  background: #f8f7f7 -moz-linear-gradient(center top, #fff 14.5%, #f8f7f7 0%) repeat scroll 0 0;
  background: #f8f7f7 -webkit-gradient(center top, #fff 14.5%, #f8f7f7 0%) repeat scroll 0 0;
  background: #f8f7f7 -o-linear-gradient(center top, #fff 14.5%, #f8f7f7 0%) repeat scroll 0 0;
  background: #f8f7f7 -ms-linear-gradient(center top, #fff 14.5%, #f8f7f7 0%) repeat scroll 0 0;
  background: #f8f7f7 linear-gradient(center top, #fff 14.5%, #f8f7f7 0%) repeat scroll 0 0;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#f8f7f7',GradientType=1 ); }
.blog-bg .footer {
  padding-top: 0; }

.grid-item .col-md-6 .blog-img img,
.grid-item .col-md-6 .img img {
  width: 100%; }
.grid-item .col-md-6 .blog-video {
  height: 339px; }
.grid-item .col-md-3 .blog-video {
  height: 161px; }

.grid_style_2 .blog_post_desc {
  color: #555; }

.blog_post_desc .list-items {
  list-style-type: none;
  padding-left: 17px;
  padding-top: 5px;
  margin-bottom: 24px; }
  .blog_post_desc .list-items li {
    margin-bottom: 12px; }

.profile-bottom {
  position: relative; }
  .profile-bottom .comment-awaiting-moderation {
    color: #282828; }

label.error {
  color: #ff0000; }

.post-single .blog-item {
  overflow: hidden;
  position: relative; }
  .post-single .blog-item .share-links {
    float: none; }
  .post-single .blog-item .tag-post + .share-links {
    float: right; }
.post-single .blog-video {
  height: 450px; }
  .post-single .blog-video.blog-audio {
    height: 200px; }
.post-single .post-name > h3 {
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 36px; }
.post-single .blog-content {
  margin-bottom: 27px; }
  .post-single .blog-content .blog-post-info {
    padding: 23px 0 26px; }
  .post-single .blog-content .blog-item > .blog-post-info:first-child {
    padding-top: 0; }
.post-single .blog-post-title {
  padding-bottom: 0; }
.post-single .blog-info {
  border: none;
  padding-top: 10px; }
.post-single .blog_post_desc {
  padding-top: 12px; }
  .post-single .blog_post_desc h4 {
    font-weight: 700;
    padding-bottom: 7px;
    letter-spacing: 0.1em; }
  .post-single .blog_post_desc h5 {
    color: #ababab;
    font-size: 14px;
    padding-top: 6px;
    letter-spacing: 0.1em;
    text-transform: uppercase; }
  .post-single .blog_post_desc blockquote {
    font-style: italic;
    position: relative;
    padding: 0px 21px 0;
    margin: 34px 0 44px 80px;
    border: none; }
    .post-single .blog_post_desc blockquote p {
      color: #ababab;
      font-size: 18px;
      font-style: normal;
      line-height: 32px; }
      .post-single .blog_post_desc blockquote p:before {
        position: absolute;
        content: "";
        left: 2px;
        top: 7px;
        width: 2px;
        height: 87%;
        background: #81d742; }
  .post-single .blog_post_desc a {
    text-decoration: underline;
    color: #81d742; }
.post-single .row.img-details {
  margin-top: 50px;
  margin-bottom: 40px; }
  .post-single .row.img-details p {
    padding-left: 25px;
    padding-top: 3px;
    max-width: 80%;
    padding-bottom: 11px; }
    .post-single .row.img-details p.img {
      padding: 0;
      max-width: 100%;
      text-align: center; }
.post-single .share-links .lab {
  display: none; }
.post-single .blog-item .share-links {
  min-width: auto;
  padding-top: 0px;
  margin-top: -3px; }
.post-single .addthis_sharing_toolbox .f-social li {
  margin: 0 4px; }
.post-single .tag-post {
  display: inline-block;
  color: #ababab; }
  .post-single .tag-post a {
    color: #ababab;
    font-weight: 500;
    letter-spacing: 0.05em; }
    .post-single .tag-post a:hover {
      color: #81d742; }
  .post-single .tag-post i {
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    margin-right: 13px;
    margin-left: 2px;
    margin-top: 4px;
    font-size: 16px;
    color: #ababab; }
.post-single .action {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 30px;
  padding-top: 45px;
  clear: both; }
.post-single .author_blog {
  float: left;
  width: 100%;
  margin-bottom: 48px; }
.post-single .avatar_author {
  border: 5px solid #e5e5e5;
  margin-top: -8px;
  border-radius: 50%;
  float: left;
  margin-right: 25px; }
  .post-single .avatar_author img {
    border-radius: 50%; }
.post-single .desc_author {
  overflow: hidden; }
  .post-single .desc_author .name_author {
    font-weight: 700;
    color: #333;
    margin-bottom: 8px;
    letter-spacing: 0.1em;
    text-transform: uppercase; }
  .post-single .desc_author .social-user {
    margin: 0 -9px; }
  .post-single .desc_author p {
    margin-bottom: 7px; }
  .post-single .desc_author .link_author {
    display: inline-block; }
    .post-single .desc_author .link_author a {
      color: #8c8888;
      padding: 0 9px; }
      .post-single .desc_author .link_author a:hover {
        color: #81d742; }
.post-single .pagination-link {
  position: relative;
  background: #f8f7f7;
  padding: 0 30px;
  height: 100px;
  clear: left; }
  .post-single .pagination-link .navigation {
    height: 100%; }
  .post-single .pagination-link .nav-previous, .post-single .pagination-link .nav-next {
    display: table;
    width: 50%;
    height: 100%;
    float: left;
    position: relative;
    padding: 0 22px; }
  .post-single .pagination-link .nav-links {
    height: 100%; }
    .post-single .pagination-link .nav-links .nav-previous a:last-child {
      height: 100px;
      display: table-cell;
      vertical-align: middle;
      width: 100%; }
    .post-single .pagination-link .nav-links .nav-previous a:first-child {
      left: 0;
      position: absolute;
      top: 50%;
      -moz-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
    .post-single .pagination-link .nav-links .nav-next {
      text-align: right; }
      .post-single .pagination-link .nav-links .nav-next a:first-child {
        height: 100px;
        display: table-cell;
        vertical-align: middle;
        width: 100%; }
      .post-single .pagination-link .nav-links .nav-next a:last-child {
        right: 0;
        position: absolute;
        top: 50%;
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%); }
      .post-single .pagination-link .nav-links .nav-next a i {
        float: right; }
  .post-single .pagination-link .nav-previous:hover a,
  .post-single .pagination-link .nav-next:hover a {
    color: #333; }
    .post-single .pagination-link .nav-previous:hover a i,
    .post-single .pagination-link .nav-next:hover a i {
      color: #81d742; }
  .post-single .pagination-link .nav-links a {
    color: #ababab;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 24px; }
    .post-single .pagination-link .nav-links a:last-child {
      margin-left: 10px; }
    .post-single .pagination-link .nav-links a i {
      float: left; }
.post-single .btn-viewmore {
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 9; }
.post-single .view_more {
  color: #696969;
  font-size: 24px; }
  .post-single .view_more:hover {
    color: #81d742; }
.post-single .quote, .post-single .blog-post-info {
  background: none; }
.post-single .link .quote_section {
  padding: 0 0 0 36px; }
  .post-single .link .quote_section .quote-icon {
    top: -25px; }
.post-single .quote_section {
  padding-top: 50px; }
  .post-single .quote_section .quote-icon {
    left: 0;
    line-height: 100%; }
  .post-single .quote_section blockquote {
    color: #333; }
.post-single.single-2 .post-single-2 {
  max-width: 772px;
  margin: 0 auto; }
.post-single.single-2 .blog-content {
  margin-bottom: 0; }
  .post-single.single-2 .blog-content .blog-post-info {
    background: #fff none repeat scroll 0 0;
    margin: -83px 0 27px;
    padding: 44px 0 26px;
    position: relative; }
.post-single.single-2 .post-name > h3 {
  font-size: 34px;
  font-weight: 600;
  letter-spacing: 0; }
.post-single.single-2 .post-name a {
  font-size: 48px;
  line-height: 48px;
  letter-spacing: 0; }
.post-single.single-2 .comment-reply-title,
.post-single.single-2 .post-comments .widget-title,
.post-single.single-2 #comments .widget-title {
  font-size: 24px;
  text-transform: none;
  letter-spacing: 0; }
.post-single.single-2 .desc_short {
  padding-top: 21px;
  text-align: center; }
  .post-single.single-2 .desc_short > p {
    margin-bottom: 3px;
    font-size: 14px;
    line-height: 26px;
    color: #696969;
    padding: 0 15px; }
.post-single.single-2 .blog_post_desc {
  padding-top: 48px; }
  .post-single.single-2 .blog_post_desc blockquote {
    margin: 34px 0 57px 79px; }
    .post-single.single-2 .blog_post_desc blockquote p {
      font-size: 24px;
      color: #696969;
      line-height: 36px;
      padding-top: 11px; }
  .post-single.single-2 .blog_post_desc p {
    margin-bottom: 22px; }
  .post-single.single-2 .blog_post_desc h4 {
    font-size: 18px;
    margin-bottom: 13px;
    font-weight: 700; }
  .post-single.single-2 .blog_post_desc .wpb_content_element {
    margin-bottom: 0; }
  .post-single.single-2 .blog_post_desc .ult-carousel-wrapper {
    margin-left: -27.333%;
    margin-right: -27.333%;
    margin-bottom: 0;
    padding-bottom: 52px;
    padding-top: 26px; }
  .post-single.single-2 .blog_post_desc .slick-track .vc_single_image-img {
    opacity: 1; }
.post-single.single-2 .blog-post-title,
.post-single.single-2 .blog-info, .post-single.single-2 .info-cat {
  text-align: center; }
.post-single.single-2 .blog-img {
  margin-bottom: 13px; }
.post-single.single-2 .arrows-custom .slick-dots {
  bottom: 108px; }
.post-single.single-2 .blog-post-title {
  padding-top: 16px; }
.post-single.single-2 .action {
  padding-top: 39px; }

.blog-gallery .img-gallery img {
  margin: 0 auto; }

.single .wide .container-fluid {
  padding: 0; }

.addthis_sharing_toolbox .lab {
  display: inline-block;
  float: left;
  font-weight: 700;
  color: #333333;
  letter-spacing: 0.05em;
  margin-top: 7px;
  padding-right: 7px; }
.addthis_sharing_toolbox .f-social {
  overflow: hidden; }
  .addthis_sharing_toolbox .f-social ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
    margin: 0 -4px; }
  .addthis_sharing_toolbox .f-social li {
    float: left;
    margin: 0 5px;
    display: inline-block; }
    .addthis_sharing_toolbox .f-social li.tw a:hover {
      border-color: #00baff;
      background: #00baff; }
    .addthis_sharing_toolbox .f-social li.pin a:hover {
      border-color: #BD081C;
      background: #BD081C; }
    .addthis_sharing_toolbox .f-social li.insta a:hover {
      border-color: #D23181;
      background: #D23181; }
    .addthis_sharing_toolbox .f-social li a {
      height: 30px;
      width: 30px;
      text-align: center;
      display: block;
      line-height: 29px;
      font-size: 12px;
      color: #696969;
      border-radius: 50%;
      border: 1px solid #f3f3f3; }
      .addthis_sharing_toolbox .f-social li a:hover {
        border-color: #5576e2;
        background: #5576e2;
        color: #fff; }

.post-comments {
  padding-top: 24px; }

.comment-reply-title,
.post-comments .widget-title,
#comments .widget-title {
  font-size: 18px;
  text-transform: uppercase;
  line-height: 32px;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 30px 0 5px;
  position: relative;
  margin-bottom: 47px;
  display: inline-block; }
  .comment-reply-title:before,
  .post-comments .widget-title:before,
  #comments .widget-title:before {
    background: #81d742;
    height: 1px;
    width: 30px;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0; }

.number-comments span {
  float: right;
  color: #ababab;
  margin-left: 8px; }

.comment-body .comment-author {
  display: inline-block;
  position: relative;
  z-index: 1;
  width: 60px;
  float: left;
  margin-right: 21px; }
  .comment-body .comment-author img {
    border-radius: 50%; }
.comment-body .comment-bottom {
  margin-top: 0; }
.comment-body .profile-bottom {
  overflow: hidden; }
.comment-body .comment-bottom {
  font-size: 14px;
  position: relative;
  overflow: hidden; }
  .comment-body .comment-bottom .info-content .profile-name {
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    float: left;
    margin-top: -1px;
    margin-left: 2px;
    letter-spacing: 0.1em;
    color: #333;
    padding-bottom: 8px; }
  .comment-body .comment-bottom .info-content .date-cmt {
    float: left;
    padding-left: 27px;
    position: relative;
    color: #ababab;
    font-style: italic; }
    .comment-body .comment-bottom .info-content .date-cmt:before {
      content: "";
      background: #e3e3e3;
      height: 4px;
      width: 4px;
      position: absolute;
      left: 10px;
      border-radius: 50%;
      top: 10px; }
  .comment-body .comment-bottom .info-right {
    float: left;
    width: 100%; }
  .comment-body .comment-bottom .profile-desc {
    float: left;
    width: 100%; }
    .comment-body .comment-bottom .profile-desc p {
      margin-bottom: 8px; }
  .comment-body .comment-bottom .links-info a {
    color: #cccccc;
    letter-spacing: 0.1em;
    text-transform: uppercase; }
    .comment-body .comment-bottom .links-info a i {
      font-size: 18px;
      margin-right: 3px; }
    .comment-body .comment-bottom .links-info a:hover {
      color: #81d742; }

.commentlist {
  border-bottom: 2px solid #f4f4f4;
  padding-bottom: 60px; }
  .commentlist li {
    padding-bottom: 46px; }
    .commentlist li:last-child {
      padding-bottom: 0; }
  .commentlist .children li:last-child {
    padding-bottom: 0; }
  .commentlist .comment-form {
    padding-top: 13px; }

.comment-reply-title a {
  letter-spacing: 0.05em;
  padding-left: 10px;
  text-transform: capitalize; }

.commentlist ul.children {
  padding-top: 32px;
  padding-left: 84px; }
  .commentlist ul.children li {
    border-left: 1px solid #cccccc;
    padding-left: 16px; }

.comment-form .form-row {
  margin-bottom: 30px; }

.comment-respond .comment-reply-title {
  margin-bottom: 32px; }

.comment-submit {
  margin-top: 0;
  margin-bottom: 10px; }
  .comment-submit .btn {
    background: #333333 none repeat scroll 0 0;
    color: #fff !important;
    font-weight: 700;
    height: 40px;
    letter-spacing: 0.15em;
    min-width: 160px;
    border: none;
    padding: 11px 15px 9px; }
    .comment-submit .btn:hover {
      background: #81d742; }

.comment-textarea .form-row textarea {
  height: 170px; }

.form-row label.error {
  font-size: 13px;
  margin-bottom: 0; }

.pagination {
  margin: 41px 0 0; }

.page-numbers {
  list-style-type: none;
  padding: 0;
  margin-bottom: 0; }
  .page-numbers li {
    display: inline-block;
    margin: 0 4px;
    text-align: center; }
    .page-numbers li:last-child {
      margin-right: 0; }
    .page-numbers li .next.page-numbers,
    .page-numbers li .prev.page-numbers {
      background: transparent none repeat scroll 0 0;
      letter-spacing: 0.1em;
      text-transform: uppercase; }
      .page-numbers li .next.page-numbers:hover,
      .page-numbers li .prev.page-numbers:hover {
        background: none;
        color: #81d742; }
    .page-numbers li .page-numbers {
      background: #fff none repeat scroll 0 0;
      border: medium none;
      border-radius: 50%;
      color: #696969;
      cursor: pointer;
      display: block;
      font-size: 14px;
      font-weight: 700;
      height: 40px;
      line-height: 41px;
      width: 40px; }
      .page-numbers li .page-numbers:hover, .page-numbers li .page-numbers.current {
        color: #fff;
        background: #81d742; }

.paginationtype-2 {
  list-style: none;
  padding: 30px 0;
  position: relative;
  margin-bottom: 0; }
  .paginationtype-2 li a {
    cursor: pointer;
    height: 36px;
    width: 36px;
    border: 1px solid #ebebeb;
    color: #2d2d2d;
    line-height: 36px;
    display: block;
    text-align: center; }
    .paginationtype-2 li a:hover {
      border-color: #81d742;
      color: #81d742; }
  .paginationtype-2 li.pagination_button_next {
    position: absolute;
    right: 0;
    top: 30px; }
  .paginationtype-2 li.pagination_button_left {
    position: absolute;
    left: 0;
    top: 30px; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .comment-submit {
    margin-top: 4px; } }
.type1.blog-info {
  font-size: 15px;
  color: #555;
  font-family: Oswald;
  text-transform: uppercase;
  font-weight: 300; }
  .type1.blog-info .author {
    text-transform: uppercase;
    padding: 0; }
    .type1.blog-info .author a {
      color: #81d742; }

.grid_style_1 .blog-post-info {
  padding: 13px 0 10px; }
.grid_style_1 .blog-post-title {
  padding-top: 15px; }
.grid_style_1 .post-name a {
  font-size: 20px;
  line-height: 18px; }
.grid_style_1 .blog-item .blog-img {
  overflow: hidden;
  position: relative; }
.grid_style_1 .blog-item .read-more {
  padding: 0;
  position: absolute;
  display: inline-block;
  top: 50%;
  font-size: 14px;
  left: 50%;
  opacity: 0;
  -moz-transform: scale(0) translateX(-56%) translateY(-50%);
  -o-transform: scale(0) translateX(-56%) translateY(-50%);
  -ms-transform: scale(0) translateX(-56%) translateY(-50%);
  -webkit-transform: scale(0) translateX(-56%) translateY(-50%);
  transform: scale(0) translateX(-56%) translateY(-50%); }
  .grid_style_1 .blog-item .read-more a {
    letter-spacing: 0;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    display: inline-block; }
    .grid_style_1 .blog-item .read-more a:before {
      content: "";
      background: #fff;
      height: 1px;
      width: 17px;
      opacity: 0;
      position: absolute;
      top: -20px;
      left: 55%;
      -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
      -webkit-transition: all 0.3s ease-in-out 0s;
      -moz-transition: all 0.3s ease-in-out 0s;
      -ms-transition: all 0.3s ease-in-out 0s;
      -o-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s; }
    .grid_style_1 .blog-item .read-more a:after {
      content: "";
      background: #fff;
      height: 1px;
      width: 17px;
      opacity: 0;
      position: absolute;
      bottom: -22px;
      right: 55%;
      -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
      -webkit-transition: all 0.3s ease-in-out 0s;
      -moz-transition: all 0.3s ease-in-out 0s;
      -ms-transition: all 0.3s ease-in-out 0s;
      -o-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s; }
.grid_style_1 .blog-date {
  background: none;
  height: auto;
  width: auto;
  margin-left: 0;
  margin-top: 0;
  float: none;
  text-align: left; }
  .grid_style_1 .blog-date:before, .grid_style_1 .blog-date:after {
    content: none; }
  .grid_style_1 .blog-date a {
    color: #555; }
    .grid_style_1 .blog-date a:hover {
      color: #81d742; }

.grid_style_2 .blog-date {
  background: #d19f68 none repeat scroll 0 0;
  left: 17px;
  margin-left: 0;
  margin-top: 0;
  position: absolute;
  top: 15px; }
.grid_style_2 .blog-post-title {
  padding-bottom: 0; }
.grid_style_2 .blog-info .author {
  margin-top: 6px;
  margin-bottom: 9px;
  padding-left: 0 !important; }

.blog-img.hover-mask {
  position: relative; }
  .blog-img.hover-mask:before {
    content: "";
    background: #81d742;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0.7;
    -moz-transform: scale(0) rotate(-180deg);
    -o-transform: scale(0) rotate(-180deg);
    -ms-transform: scale(0) rotate(-180deg);
    -webkit-transform: scale(0) rotate(-180deg);
    transform: scale(0) rotate(-180deg);
    -webkit-transition: all all 0.4s ease-in ease-in-out 0s !important;
    -moz-transition: all all 0.4s ease-in ease-in-out 0s !important;
    -ms-transition: all all 0.4s ease-in ease-in-out 0s !important;
    -o-transition: all all 0.4s ease-in ease-in-out 0s !important;
    transition: all all 0.4s ease-in ease-in-out 0s !important;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    height: 100%;
    width: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    visibility: hidden; }

.comment-bottom .profile-desc li {
  padding-bottom: 0; }

#comments {
  clear: both; }

@media (max-width: 1366px) {
  .container-boxed .blog-content .blog-post-info {
    padding-left: 15px;
    padding-right: 15px; } }
@media (min-width: 1200px) {
  .container-boxed {
    padding-left: 100px;
    padding-right: 100px; } }
@media (max-width: 1199px) {
  .archives .select-archives,
  .archives .select-content {
    width: 140px; }

  .blog-container .btn-viewmore {
    margin-top: 30px !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .container-boxed {
    padding-left: 50px;
    padding-right: 50px; }

  .text-mark h2 {
    padding-left: 0; }

  .list-partners a {
    font-size: 28px;
    line-height: 38px; }

  .sticky-post-2 .blog-info {
    padding-top: 0; }
  .sticky-post-2 .blog-post-info {
    padding: 0 15px; }
  .sticky-post-2 .blog-post-title {
    padding-bottom: 16px; }
  .sticky-post-2 .post-name a {
    font-size: 30px;
    line-height: 37px; }
  .sticky-post-2 .blog-info .info {
    padding-right: 7px; }
  .sticky-post-2 .more {
    padding-top: 10px; } }
@media (max-width: 991px) {
  .blog-slogan {
    margin-bottom: 50px;
    min-height: 100%; }

  .commentlist ul.children {
    padding-left: 30px; }

  .blog-container .post-single.single-2 .blog-content {
    margin: 0 -15px; }
    .blog-container .post-single.single-2 .blog-content .blog-post-info {
      margin-top: 0;
      margin-bottom: 0; }

  .post-single.single-2 .post-single-2 {
    max-width: 100%; }

  .blog-container .btn-viewmore.view-all {
    position: static;
    padding-bottom: 20px; }
  .blog-container .button-group {
    padding-bottom: 10px;
    padding-top: 40px;
    margin: 0 -15px; }
    .blog-container .button-group .inline-block {
      padding: 0 15px; }
    .blog-container .button-group .btn-filter::before {
      right: -23px;
      width: 15px; }

  .search-post {
    width: 150px; }

  .category-list, .archives, .search-post {
    margin-right: 10px; }

  .blog-top {
    margin-bottom: 38px; }

  .post-single.single-2 .blog_post_desc .ult-carousel-wrapper {
    margin-left: -10px;
    margin-right: -10px; }

  .blog-packery .grid-item {
    width: 50%; }
    .blog-packery .grid-item.image_size1 {
      width: 100%; }

  .blog-grid-3 .view-more {
    bottom: 20px;
    right: 20px; }
  .blog-grid-3 .share-now {
    bottom: 20px;
    right: 80px; }
  .blog-grid-3 .arrows-custom .slick-dots {
    bottom: 20px;
    left: 40px; }

  .blog-categories .btn-prev.slick-arrow {
    right: 5px; }

  .blog-categories .btn-next.slick-arrow {
    left: 5px; }

  .blog .load-more {
    padding-bottom: 50px; }

  .blog-bg .pagination-content {
    padding-bottom: 50px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .sticky-post-2 .blog-post-info {
    padding: 0 15px; }
  .sticky-post-2 .blog-info {
    padding-top: 0; }
  .sticky-post-2 .post-name a {
    font-size: 28px;
    line-height: 30px; }
  .sticky-post-2 .blog-info .info {
    padding-right: 15px; }
  .sticky-post-2 .desc_short > p,
  .sticky-post-2 .blog-post-title {
    margin-bottom: 15px; }
  .sticky-post-2 .more {
    padding-top: 15px; }

  .wpb_wrapper .text-mark h2 {
    padding-left: 0; }

  .wpb_wrapper .list-partners a {
    font-size: 28px;
    line-height: 38px; } }
@media (max-width: 767px) {
  .blog-container .btn-viewmore {
    margin-top: 30px !important; }

  .blog-content .blog-post-info {
    padding: 24px 15px 14px; }
  .blog-content .blog-post-title {
    padding-top: 10px; }

  .blog-grid-3 .grid-item.col-xs-12 {
    width: 100%; }
  .blog-grid-3 .post-name a {
    font-size: 34px;
    line-height: 38px; }

  .title-new .uvc-main-heading h2 {
    font-size: 23px !important;
    letter-spacing: 0.1em; }

  .blog-list .blog-content {
    margin-bottom: 30px; }
  .blog-list .blog-item {
    padding-bottom: 20px; }
  .blog-list .blog-img, .blog-list .blog-gallery,
  .blog-list .align_left {
    width: 100%;
    margin-bottom: 30px; }
  .blog-list .blog-post-info {
    padding-left: 0;
    padding-right: 0;
    width: 100%; }
    .blog-list .blog-post-info .post-name a {
      font-size: 18px;
      line-height: 32px; }
  .blog-list .quote {
    width: 100%;
    margin-bottom: 30px; }

  .blog-classic .blog-content {
    margin-bottom: 30px; }
  .blog-classic .blog-post-info {
    padding: 15px 0; }
  .blog-classic .blog-video {
    height: 250px; }
  .blog-classic .quote_section {
    padding: 50px 15px 15px; }

  .quote_section {
    padding: 100px 15px 15px; }
    .quote_section .quote_section .quote-icon {
      line-height: 80px;
      top: 20px;
      left: 10px; }

  .blog-classic .quote + .blog-post-info {
    padding: 0 15px 24px; }

  .blog-masonry .blog_post_desc {
    padding-bottom: 10px; }
  .blog-masonry .blog-post-info {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px; }

  .blog-info .info {
    padding-right: 10px; }

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

  .category-list .select-cate {
    border: medium none;
    padding-left: 0; }

  .blog-slogan br {
    display: none; }

  .post-single .blog_post_desc blockquote {
    margin-left: 0; }
  .post-single .blog_post_desc h5 {
    margin-bottom: 15px; }
  .post-single .row.img-details p {
    max-width: 100%;
    padding-left: 0; }
    .post-single .row.img-details p.img {
      text-align: center; }
  .post-single.single-2 .post-single-2 {
    max-width: 100%; }
  .post-single.single-2 .blog-content .blog-post-info {
    margin-top: 0;
    padding-top: 15px; }
  .post-single.single-2 .blog_post_desc .ult-carousel-wrapper {
    padding-bottom: 30px;
    padding-top: 30px; }

  .post-single.single-2 .blog-content .blog-post-info {
    padding-left: 0;
    padding-right: 0; }

  .commentlist ul.children {
    padding-left: 30px; }

  .blog-packery .image_size1 .blog-img,
  .blog-packery .image_size1 .blog-post-info,
  .blog-packery .grid-item {
    width: 100%; }

  .blog-packery .blog-info {
    position: static; }

  .sticky-post-2 {
    margin-bottom: 30px; }
    .sticky-post-2 .blog-post-info {
      padding: 30px 15px; }
    .sticky-post-2 .blog-info {
      padding-top: 0; }
    .sticky-post-2 .post-name a {
      font-size: 28px;
      line-height: 30px; }
    .sticky-post-2 .blog-info .info {
      padding-right: 15px; }
    .sticky-post-2 .blog-post-title {
      margin-bottom: 0; }
    .sticky-post-2 .desc_short > p {
      margin-bottom: 15px; }
    .sticky-post-2 .more {
      padding-top: 15px; }

  .post-single.single-2 .blog_post_desc {
    padding-top: 30px; }
    .post-single.single-2 .blog_post_desc blockquote {
      margin: 34px 0 40px 15px; }
      .post-single.single-2 .blog_post_desc blockquote p {
        font-size: 20px;
        line-height: 28px; }

  .blog-container .post-single.single-2 .blog-content .blog-post-info {
    padding-left: 15px;
    padding-right: 15px; }

  .blog-packery .grid-item .quote_section .author_info {
    position: static; } }
@media (max-width: 600px) {
  .blog-item .share-links {
    margin-top: 30px;
    min-width: 100%;
    width: 100%; }

  .blog-item .action {
    overflow: hidden; }

  .category-list, .archives, .search-post {
    float: left;
    margin-right: 0;
    padding: 10px 0;
    width: 100%; }

  .toolbar-post .select-archives,
  .toolbar-post .select-cate {
    border: medium none;
    padding-left: 0;
    width: 100%; }
  .toolbar-post .search-post {
    border: none; }
    .toolbar-post .search-post .search-form input {
      padding-left: 0;
      width: calc(100% - 15px); }
    .toolbar-post .search-post .btn-search {
      padding: 0; }

  .select-content {
    width: 100% !important; }

  .post-single .pagination-link .nav-previous,
  .post-single .pagination-link .nav-next {
    width: 100%;
    display: block;
    padding: 10px 22px; }

  .post-single .pagination-link {
    height: 100%;
    padding: 0; }

  .post-single .pagination-link .nav-links .nav-previous a:last-child,
  .post-single .pagination-link .nav-links .nav-next a:first-child {
    height: 100%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
    white-space: nowrap; }

  .post-single .blog-item .share-links {
    margin-bottom: 0;
    margin-top: 15px; }

  .btn-viewmore {
    display: none; }

  .blog-item .share-links .addthis_sharing_toolbox .f-social {
    text-align: left; } }
@media (min-width: 500px) and (max-width: 767px) {
  .grid-item.col-xs-12 {
    width: 50%; }

  .blog-classic .grid-item.col-xs-12 {
    width: 100%; }

  .blog-item .post_link,
  .quote_section blockquote {
    font-size: 24px;
    line-height: 32px; }

  .blog-packery .image_size1 .blog-img,
  .blog-packery .image_size1 .blog-post-info,
  .blog-packery .grid-item {
    width: 50%; }

  .blog-classic .action {
    overflow: hidden; }

  .blog-item .share-links {
    min-width: 100%; }
    .blog-item .share-links .addthis_sharing_toolbox .f-social {
      margin-top: 10px;
      text-align: left; }

  .addthis_sharing_toolbox .lab {
    float: none; } }
@media (max-width: 499px) {
  .blog-grid .blog-post-title,
  .blog-grid.no-img .blog-post-title {
    min-height: 100%; }

  .blog-grid.no-img .blog-content .blog-post-title {
    profile-bottom: 20px; }

  .blog-post-title {
    padding-bottom: 20px; }

  .show-space .image_size1 .blog-img {
    padding-right: 0; } }
@media (max-width: 480px) {
  .no-img.blog-grid .blog-content {
    margin-bottom: 0; }

  .blog-info .info {
    padding-right: 8px; }
    .blog-info .info:last-child {
      padding-right: 0; }
    .blog-info .info i {
      margin-right: 3px; }
    .blog-info .info.info-like i {
      margin-right: 3px; }

  .addthis_sharing_toolbox .lab {
    float: none;
    width: 100%;
    padding-bottom: 10px; }

  .blog-item .share-links {
    margin-top: 10px; }

  .comment-body .comment-author {
    width: auto; }

  .commentlist ul.children {
    padding-left: 0; }
    .commentlist ul.children li {
      border: none;
      padding-left: 12px; }

  .post-single .avatar_author {
    border: 2px solid #e5e5e5;
    width: 50px; }

  .post-single.single-2 .post-name > h3 {
    font-size: 28px; } }
.inline-block {
  display: inline-block; }

.gallery_filter {
  text-align: center; }

.archive .gallery-grid > .gallery_header {
  margin-top: 8px;
  margin-bottom: -15px; }

.gallery_header .view-all {
  float: right; }
  .gallery_header .view-all .link-text i {
    margin-left: 17px; }

.button-group {
  padding-bottom: 118px;
  display: inline-block;
  color: #696969; }
  .button-group .inline-block {
    padding: 0 18px;
    position: relative; }
  .button-group .btn-filter {
    text-transform: uppercase;
    background: none;
    color: inherit;
    font-size: 14px;
    border: none;
    letter-spacing: 1.3px;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s; }
    .button-group .btn-filter.is-checked, .button-group .btn-filter:hover {
      color: #81d742; }

.isotope.col-1 .item {
  width: 100%; }

.isotope.col-2 .item, .gallery_col2 > .isotope-item {
  width: 50%; }

.isotope.col-4 .item, .gallery_col4 > .isotope-item {
  width: 25%; }

.isotope.col-3 .item, .gallery_col3 > .isotope-item {
  width: 33.33333%; }

.isotope.col-5 .item, .gallery_col5 > .isotope-item {
  width: 20%; }

.post-type-archive-gallery .wrapper .container-fluid {
  padding: 0; }

.gallery_sort {
  margin: 0 -15px !important; }
  .gallery_sort .item {
    clear: left;
    padding: 15px; }

.gallery_sort.no-space {
  margin: 0 !important; }
  .gallery_sort.no-space .item {
    padding: 0; }

.gallery-container {
  margin-bottom: 24px; }
  .gallery-container .load-more {
    position: relative;
    display: inline-block;
    left: 50%;
    margin-top: 68px;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
    .gallery-container .load-more > i {
      position: absolute;
      bottom: 17px;
      left: 50%;
      margin-left: 100px; }

.our-gallery-sc .load-more {
  margin-top: 36px; }
  .our-gallery-sc .load-more a {
    color: #333;
    box-shadow: none !important; }
    .our-gallery-sc .load-more a:hover {
      color: #81d742; }
    .our-gallery-sc .load-more a.btn-black {
      color: #fff !important; }
  .our-gallery-sc .load-more.btn-black {
    margin-top: 76px; }

.gallery-entries-wrap.gallery-masonry {
  margin-top: -15px; }

.gallery_paginations {
  margin-bottom: 20px;
  overflow: hidden; }
  .gallery_paginations .arrow_left {
    float: left; }
    .gallery_paginations .arrow_left .btn.btn-icon i {
      margin-left: 0;
      margin-right: 18px; }
  .gallery_paginations .arrow_right {
    float: right; }

.portfolio_title h3 {
  text-transform: uppercase;
  margin-bottom: 25px; }

.single-gallery .vertical_list {
  margin-top: 6px; }
  .single-gallery .vertical_list p {
    margin-bottom: 0; }
  .single-gallery .vertical_list li {
    margin-bottom: 36px; }
    .single-gallery .vertical_list li h6 {
      margin-bottom: 15px;
      letter-spacing: 1.5px;
      text-transform: uppercase;
      font-weight: bold; }
    .single-gallery .vertical_list li.port_cat h6 {
      margin-bottom: 17px; }
    .single-gallery .vertical_list li.port_cat span {
      color: #000; }
  .single-gallery .vertical_list .port_myteam p {
    line-height: 28px; }
  .single-gallery .vertical_list .port_award p {
    margin-bottom: 4px; }
    .single-gallery .vertical_list .port_award p:last-child {
      margin-bottom: 0; }
  .single-gallery .vertical_list p span {
    color: #333; }
  .single-gallery .vertical_list p a {
    color: #333;
    text-decoration: underline; }
    .single-gallery .vertical_list p a:hover {
      color: #81d742; }
  .single-gallery .vertical_list .port_share a {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    text-align: center;
    display: block;
    line-height: 38px;
    font-size: 14px;
    color: #696969;
    margin-right: 5px;
    border: 2px solid #f5f5f5;
    letter-spacing: 0;
    display: inline-block; }
    .single-gallery .vertical_list .port_share a:hover {
      border-color: #5576e2;
      background: #5576e2;
      color: #fff; }
    .single-gallery .vertical_list .port_share a:nth-child(3):hover {
      border-color: #dc2925;
      background: #dc2925; }
    .single-gallery .vertical_list .port_share a:nth-child(4):hover {
      border-color: #1AB7EA;
      background: #1AB7EA; }

#fancybox-thumbs {
  position: fixed;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: 8050; }

#fancybox-thumbs.bottom {
  bottom: 2px; }

#fancybox-thumbs.top {
  top: 2px; }

#fancybox-thumbs ul {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0; }

#fancybox-thumbs ul li {
  float: left;
  padding: 1px;
  opacity: 0.5; }

#fancybox-thumbs ul li.active {
  opacity: 0.75;
  padding: 0;
  border: 1px solid #fff; }

#fancybox-thumbs ul li:hover {
  opacity: 1; }

#fancybox-thumbs ul li a {
  display: block;
  position: relative;
  overflow: hidden;
  border: 1px solid #222;
  background: #111;
  outline: none; }

#fancybox-thumbs ul li img {
  display: block;
  position: relative;
  border: none;
  padding: 0;
  max-width: none; }

.fancybox-skin {
  border-radius: 0;
  padding: 0 !important; }

body .fancybox-nav span::before {
  color: #000;
  content: "\f178";
  font-family: FontAwesome;
  font-size: 16px;
  left: 9px;
  position: absolute;
  top: 0; }

body .fancybox-nav.fancybox-prev span::before {
  content: "\f177"; }

.fancybox-nav span {
  background: #fff;
  width: 36px;
  line-height: 34px; }
  .fancybox-nav span:hover {
    background: #81d742; }

.our-gallery-sc .gallery_sort.no-space {
  margin-bottom: 0 !important; }

.gallery-masonry_3 {
  margin-top: -21px; }
  .gallery-masonry_3 .image_size, .gallery-masonry_3 .image_size1 {
    width: 25%; }
  .gallery-masonry_3 .image_size2 {
    width: 12.5%; }

.masonry_type_1 .item.image_size {
  width: 25%; }
.masonry_type_1 .item.image_size1, .masonry_type_1 .item.image_size2 {
  width: 50%; }

.masonry_type_2 .item.image_size {
  width: 33.33%; }
.masonry_type_2 .item.image_size1 {
  width: 66.67%; }

@media (min-width: 768px) {
  .button-group .inline-block {
    position: relative; }
    .button-group .inline-block:before {
      height: 1px;
      width: 24px;
      background: #efefef;
      content: "";
      position: absolute;
      top: 12px;
      right: -12px; }
    .button-group .inline-block:last-child:before {
      content: none; }

  .gallery-img {
    overflow: hidden; }
    .gallery-img img {
      -ms-transform: scale(1.05);
      -moz-transform: scale(1.05);
      -webkit-transform: scale(1.05);
      -o-transform: cale(1.05);
      transform: scale(1.05);
      -webkit-transition: all 0.5s ease-in-out 0s;
      -moz-transition: all 0.5s ease-in-out 0s;
      -ms-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s; }

  .item:hover .gallery-img img {
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
.gallery-masonry_2 .btn-viewmore {
  display: table;
  height: 294px; }
  .gallery-masonry_2 .btn-viewmore .btn {
    display: table-cell;
    font-size: 26px;
    height: 100%;
    width: 100%;
    font-weight: 400; }
    .gallery-masonry_2 .btn-viewmore .btn i {
      display: block;
      font-size: 35px;
      margin-left: 0;
      margin-top: 16px; }

.title-portfolio {
  display: table;
  height: 257px;
  vertical-align: middle; }
  .title-portfolio .title-left {
    border: 5px solid #000;
    display: table-cell;
    height: 257px;
    position: relative;
    vertical-align: middle;
    width: 100%;
    padding: 0 20px 0 32px; }
    .title-portfolio .title-left::before {
      background: #fff none repeat scroll 0 0;
      content: "\e900";
      font-family: aprfont;
      font-size: 30px;
      color: #81d742;
      height: 92px;
      left: -21px;
      line-height: 92px;
      position: absolute;
      top: 50%;
      -moz-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 45px; }
    .title-portfolio .title-left h2 {
      text-transform: uppercase;
      margin-bottom: 10px;
      font-size: 32px; }
    .title-portfolio .title-left h3 {
      text-transform: uppercase;
      font-size: 24px;
      font-weight: 300;
      color: #81d742; }

.gallery_desc {
  text-align: center;
  font-size: 24px;
  font-style: italic;
  width: 60%;
  margin: 27px auto 118px; }
  .gallery_desc h3 {
    line-height: 40px; }

.gallery-style1.gallery-grid-2 .item:hover .gallery-img:before {
  opacity: 0.8; }
.gallery-style1.gallery-grid-2 .item:hover .read-more {
  opacity: 1;
  margin-left: 0; }
.gallery-style1.gallery-grid-2 .item .gallery-img:before {
  background: #fff none repeat scroll 0 0;
  border: medium none;
  content: "";
  opacity: 0; }
.gallery-style1.gallery-grid-2 .item .gallery_body {
  bottom: 30px;
  left: 22px;
  margin-right: 0;
  opacity: 1; }
.gallery-style1.gallery-grid-2 .read-more {
  margin-bottom: 18px;
  opacity: 0;
  margin-left: -40px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s; }
  .gallery-style1.gallery-grid-2 .read-more a {
    background: #81d742;
    border-radius: 50%;
    color: #fff;
    display: block;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px; }
.gallery-style1 .item {
  position: relative; }
  .gallery-style1 .item .gallery_body {
    opacity: 0;
    position: absolute;
    bottom: 51px;
    z-index: 9;
    left: 48px;
    margin-right: 40px; }
    .gallery-style1 .item .gallery_body h4 {
      text-transform: capitalize;
      font-weight: bold; }
      .gallery-style1 .item .gallery_body h4:hover {
        color: #81d742; }
  .gallery-style1 .item .category {
    margin-top: 12px;
    margin-left: 5px; }
    .gallery-style1 .item .category a {
      font-style: italic;
      position: relative;
      color: #696969;
      padding: 0 11px; }
      .gallery-style1 .item .category a:hover {
        color: #81d742; }
      .gallery-style1 .item .category a:before {
        content: "";
        position: absolute;
        height: 13px;
        width: 1px;
        background: #696969;
        left: 0;
        top: 0;
        -moz-transform: rotate(20deg);
        -o-transform: rotate(20deg);
        -ms-transform: rotate(20deg);
        -webkit-transform: rotate(20deg);
        transform: rotate(20deg); }
  .gallery-style1 .item .gallery-img {
    position: relative; }
    .gallery-style1 .item .gallery-img:before {
      opacity: 0;
      content: "";
      position: absolute;
      height: 100%;
      width: 100%;
      background: rgba(255, 255, 255, 0.9);
      top: 0;
      left: 0;
      border: 20px solid #81d742;
      z-index: 1; }
  .gallery-style1 .item:hover .gallery_body {
    opacity: 1;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
  .gallery-style1 .item:hover .gallery-img:before {
    opacity: 1;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }

.gallery-style2 .gallery_body {
  padding: 32px 30px 25px; }
  .gallery-style2 .gallery_body h4 {
    text-transform: capitalize;
    font-weight: bold; }
    .gallery-style2 .gallery_body h4:hover {
      color: #81d742; }
.gallery-style2 .category {
  margin-top: 11px;
  margin-left: 4px; }
  .gallery-style2 .category a {
    font-style: italic;
    position: relative;
    color: #696969;
    padding: 0 11px; }
    .gallery-style2 .category a:hover {
      color: #81d742; }
    .gallery-style2 .category a:before {
      content: "";
      position: absolute;
      height: 13px;
      width: 1px;
      background: #696969;
      left: 0;
      top: 0;
      -moz-transform: rotate(20deg);
      -o-transform: rotate(20deg);
      -ms-transform: rotate(20deg);
      -webkit-transform: rotate(20deg);
      transform: rotate(20deg); }

.gallery-style3 .item {
  position: relative; }
.gallery-style3 .gallery_body {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  text-align: center;
  left: 0; }
  .gallery-style3 .gallery_body .category,
  .gallery-style3 .gallery_body .gallery_title {
    display: none; }
  .gallery-style3 .gallery_body .gallery_content {
    width: 100%;
    display: table;
    position: relative; }
    .gallery-style3 .gallery_body .gallery_content:before {
      content: "";
      height: 100%;
      width: 100%;
      background: rgba(255, 255, 255, 0.6);
      top: 0;
      left: 0;
      position: absolute; }
    .gallery-style3 .gallery_body .gallery_content .gallery-info {
      padding: 0 30px;
      position: relative;
      display: table-cell;
      vertical-align: middle; }
    .gallery-style3 .gallery_body .gallery_content h4 {
      font-weight: bold;
      letter-spacing: 0.4em;
      text-transform: uppercase;
      padding-top: 20px; }
    .gallery-style3 .gallery_body .gallery_content .desc {
      padding-top: 21px; }
    .gallery-style3 .gallery_body .gallery_content .btn.btn-black {
      margin-top: 38px;
      padding: 10px 25px 8px 25px; }

.gallery-style4 .gallery-img {
  position: relative; }
  .gallery-style4 .gallery-img:before {
    content: "";
    height: 100%;
    width: 100%;
    background: rgba(51, 51, 51, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s; }
.gallery-style4 .gallery_body {
  position: absolute;
  top: 50%;
  opacity: 0;
  left: 0;
  text-align: center;
  padding: 0 15px;
  z-index: 1;
  width: 100%;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s; }
  .gallery-style4 .gallery_body h4 {
    font-size: 24px;
    color: #fff;
    text-align: center;
    display: inline-block;
    padding-right: 25px;
    letter-spacing: 2px;
    position: relative;
    text-transform: uppercase; }
    .gallery-style4 .gallery_body h4:before {
      content: "\f10a";
      position: absolute;
      right: 0;
      top: 0;
      font-size: 12px;
      font-family: "Ionicons"; }
  .gallery-style4 .gallery_body .info {
    display: none; }

.gallery-style5 .gallery_body {
  width: 100%;
  padding: 31px 66px 17px 71px;
  background: #262626;
  opacity: 0;
  z-index: 2;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }
  .gallery-style5 .gallery_body > a {
    position: relative;
    width: 100%;
    display: inline-block; }
    .gallery-style5 .gallery_body > a:before {
      content: "\f30f";
      font-family: "Ionicons";
      height: 40px;
      width: 40px;
      border: 2px solid #2f2f2f;
      border-radius: 50%;
      color: #92c5d9;
      text-align: center;
      line-height: 36px;
      position: absolute;
      font-size: 18px;
      right: 0;
      top: 0;
      display: inline-block; }
    .gallery-style5 .gallery_body > a h4 {
      color: #81d742;
      font-size: 18px;
      font-weight: bold;
      margin-bottom: 10px; }
  .gallery-style5 .gallery_body .info a {
    text-transform: uppercase;
    color: #696969;
    position: relative;
    padding-right: 20px; }
    .gallery-style5 .gallery_body .info a:before {
      content: "/";
      position: absolute;
      top: -2px;
      right: 5px; }
    .gallery-style5 .gallery_body .info a:last-child {
      padding-right: 0; }
      .gallery-style5 .gallery_body .info a:last-child:before {
        content: none; }
.gallery-style5 .gallery-img {
  position: relative; }
  .gallery-style5 .gallery-img:before {
    content: "";
    height: 100%;
    width: 100%;
    background: rgba(51, 51, 51, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; }
.gallery-style5 .item:hover .gallery_body {
  opacity: 1; }

.portfolio_single .img-gallery {
  margin-bottom: 68px; }
.portfolio_single .load-more {
  margin-top: 51px; }
.portfolio_single .gallery-style1 .item .gallery_body {
  bottom: 51px;
  left: 49px; }

.desc_block {
  margin-bottom: 49px; }
  .desc_block h4 {
    font-weight: bold;
    margin-bottom: 21px;
    letter-spacing: 0.1em; }
  .desc_block p {
    margin-bottom: 15px; }
    .desc_block p a {
      color: #81d742; }
  .desc_block:last-child {
    margin-bottom: 0; }

.portfolio_single .portfolio_title .port-tt {
  color: #ababab; }
.portfolio_single .portfolio_title h3 {
  font-size: 56px;
  font-weight: bold;
  color: #333;
  text-transform: none;
  margin-bottom: 17px; }
.portfolio_single .portfolio_title a {
  letter-spacing: 4px;
  color: #ababab;
  padding: 0 9px;
  text-transform: uppercase; }
  .portfolio_single .portfolio_title a:hover {
    color: #81d742; }
.portfolio_single.gallery_single_2 .img-gallery {
  margin-bottom: 77px; }
.portfolio_single.gallery_single_2 .portfolio_title h3 {
  font-size: 48px; }
.portfolio_single.gallery_single_2 .image_list .img-gallery {
  margin: 0; }

.single-gallery .gallery_single_1 .vertical_list li.port_share h6 {
  margin-bottom: 22px; }

.gallery_single_1 .portfolio_title {
  text-align: center;
  padding: 156px 0 467px;
  background: #f4f9fb; }
.gallery_single_1 .port-tt {
  padding: 0 15px; }
.gallery_single_1 .gallery_related {
  margin-top: 79px; }
.gallery_single_1 .img-gallery {
  margin-top: -320px; }

.tax-gallery_cat .container-fluid {
  padding: 0; }

.gallery_single_2 .portfolio_title {
  overflow: hidden;
  margin-bottom: 38px; }
.gallery_single_2 .port_share {
  margin-top: -3px; }
  .gallery_single_2 .port_share h6 {
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 21px;
    letter-spacing: 1.2px; }
.gallery_single_2 .port-tt {
  float: left;
  display: inline-block; }
  .gallery_single_2 .port-tt a {
    padding-bottom: 14px;
    display: inline-block; }
    .gallery_single_2 .port-tt a:first-child {
      margin-left: 0; }
.gallery_single_2 .gallery_desciption {
  margin-right: 100px; }
.gallery_single_2 .port_share {
  float: right; }
.gallery_single_2 .desc_block {
  margin-bottom: 59px; }
  .gallery_single_2 .desc_block h4 {
    margin-top: 11px;
    margin-bottom: 11px; }
  .gallery_single_2 .desc_block:last-child {
    margin-bottom: 35px; }
    .gallery_single_2 .desc_block:last-child h4 {
      margin-bottom: 14px; }

.image_list {
  margin: 0 -15px; }
  .image_list .img-gallery {
    padding: 15px;
    display: inline-block; }

.archive .gallery-container .btn.btn-border {
  letter-spacing: 3px; }

.tt-list {
  text-transform: uppercase;
  line-height: 34px;
  text-align: center;
  letter-spacing: 1.4px;
  padding: 61px 0 69px;
  position: relative;
  margin-top: 58px; }
  .tt-list span {
    font-family: 'Cormorant Garamond', serif;
    position: absolute;
    left: 50%;
    top: 0;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #81d742;
    font-size: 80px; }

.gallery_related {
  background: #f8f7f7;
  margin-top: 113px;
  padding: 78px 0 70px; }
  .gallery_related h3 {
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    position: relative;
    letter-spacing: 2.6px;
    padding-bottom: 11px;
    margin-bottom: 55px; }
    .gallery_related h3:before {
      content: "";
      height: 1px;
      width: 60px;
      background: #81d742;
      position: absolute;
      left: 0;
      bottom: 0; }

.gallery_filter.text-left {
  display: inline-block;
  text-align: left; }
  .gallery_filter.text-left .button-group .inline-block:first-child {
    padding-left: 0; }
    .gallery_filter.text-left .button-group .inline-block:first-child button {
      padding-left: 0 !important; }

.blog-gallery2 {
  margin: 0 -25px; }
  .blog-gallery2 .item {
    padding: 0 25px; }

.blog-gallery2.arrows-custom .slick-arrow {
  height: 40px;
  width: 40px;
  background: #fff;
  border: none;
  font-size: 14px;
  color: #333; }
  .blog-gallery2.arrows-custom .slick-arrow:hover {
    color: #81d742; }
  .blog-gallery2.arrows-custom .slick-arrow.btn-prev {
    position: absolute;
    top: -70px;
    right: 24px;
    left: auto; }
  .blog-gallery2.arrows-custom .slick-arrow.btn-next {
    position: absolute;
    top: -70px;
    right: 67px;
    left: auto; }

.gallery-img img {
  width: 100%; }

.figcaption {
  position: relative; }

.our-gallery-sc.box-port-architect .load-more {
  margin-top: 85px; }

.our-gallery-sc .gallery-style1 .item .category a {
  padding: 0 7px; }
.our-gallery-sc .button-group {
  padding-bottom: 29px; }
  .our-gallery-sc .button-group .btn-filter {
    position: relative; }
    .our-gallery-sc .button-group .btn-filter:before {
      content: "";
      height: 1px;
      width: 24px;
      background: #e0e0e0;
      position: absolute;
      top: 12px;
      right: -31px; }
  .our-gallery-sc .button-group .inline-block:last-child .btn-filter:before {
    content: none; }
.our-gallery-sc .masonry_type_6 .item.image_size {
  width: 25%; }
.our-gallery-sc .masonry_type_6 .item.image_size1 {
  width: 50%; }
.our-gallery-sc .masonry_type_7 .item.image_size2,
.our-gallery-sc .masonry_type_7 .item.image_size {
  width: 50%; }
.our-gallery-sc .masonry_type_7 .item.image_size1 {
  width: 25%; }
.our-gallery-sc .masonry_type_7 .gallery_body {
  position: absolute;
  left: 0;
  bottom: 0; }
.our-gallery-sc .masonry_type_5 .item.image_size1,
.our-gallery-sc .masonry_type_5 .item.image_size {
  width: 33.33%; }
.our-gallery-sc .masonry_type_5 .item.image_size2 {
  width: 66.67%; }
.our-gallery-sc .btn.btn-black {
  padding: 10px 17px 8px 29px; }

.single-gallery .gallery_single_2 .vertical_list .port_share a {
  font-size: 16px;
  line-height: 40px; }

.gallery-style3 .gallery_body {
  pointer-events: none; }

.masonry_type_1.gallery-style3 .gallery_body .gallery_content .btn.btn-black,
.masonry_type_1.gallery-style3 .gallery_body .gallery_content .desc, .masonry_type_1.gallery-style3 .gallery_body .gallery_content h4 {
  display: none; }

.load-more .btn.btn-icon {
  padding: 10px 58px 10px 0;
  position: relative; }
  .load-more .btn.btn-icon:before {
    content: "\f30f";
    font-family: "Ionicons";
    height: 40px;
    width: 40px;
    border: 2px solid #2f2f2f;
    border-radius: 50%;
    color: #81d742;
    text-align: center;
    line-height: 36px;
    position: absolute;
    font-size: 18px;
    right: 0;
    top: 0;
    display: inline-block; }

.our-gallery-sc .btn.btn-icon {
  color: #fff; }
  .our-gallery-sc .btn.btn-icon:hover {
    color: #81d742; }

@media (min-width: 1199px) {
  .gallery_sort .gallery-grid {
    margin: -25px -10px -26px !important; }
    .gallery_sort .gallery-grid .item {
      padding: 25px; }

  .portfolio_single.gallery_single_2 {
    padding-top: 29px; }
    .portfolio_single.gallery_single_2 .gallery_related {
      margin-top: 104px; } }
@media (max-width: 1280px) {
  .gallery_desc {
    margin: 0 auto 60px; }

  .button-group {
    padding-bottom: 80px; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .portfolio_single.gallery_single_2 .image_list .img-gallery {
    width: 33.33%; } }
@media (max-width: 1199px) {
  .gallery-style5 .gallery_body {
    padding: 31px 30px 17px 30px; }

  .our-gallery-sc .masonry_type_7 .item.image_size2 {
    width: 100%; }

  .our-gallery-sc .masonry_type_7 .item.image_size1 {
    width: 50%; }

  .gallery-style1 .item .gallery-img:before {
    border-width: 10px; }

  .gallery-style1 .item .gallery_body {
    bottom: 20px;
    left: 24px; }

  .arrowpress-heading.animated.show-animate {
    visibility: visible; }

  .gallery_single_1 .img-gallery {
    margin-top: -220px; }
  .gallery_single_1 .portfolio_title {
    padding-bottom: 350px; }

  .button-group {
    padding-bottom: 60px; }

  .gallery_desc {
    width: 100%; }

  .gallery-container .load-more {
    margin-top: 40px; }

  .side-breadcrumb + .wrapper {
    padding-top: 80px; }

  .footer {
    padding-top: 80px; }

  .gallery-container {
    margin-bottom: 0; }

  .gallery_related {
    margin-top: 70px; }

  .gallery-style3 .gallery_body .gallery_content .btn.btn-black {
    margin-top: 10px; }
  .gallery-style3 .gallery_body .gallery_content .gallery-info {
    padding: 0 12px; }

  .blog-gallery2 {
    margin: 0 -15px; }
    .blog-gallery2 .item {
      padding: 0 15px; }

  .blog-gallery2.arrows-custom .slick-arrow.btn-next {
    right: 59px; }

  .blog-gallery2.arrows-custom .slick-arrow.btn-prev {
    right: 15px; } }
@media (max-width: 991px) {
  .our-gallery-sc .masonry_type_6 .item.image_size,
  .our-gallery-sc .masonry_type_5 .item.image_size1,
  .our-gallery-sc .masonry_type_5 .item.image_size,
  .our-gallery-sc .masonry_type_5 .item.image_size2,
  .masonry_type_1 .item.image_size,
  .masonry_type_1 .item.image_size1,
  .masonry_type_1 .item.image_size2,
  .isotope.col-3 .item,
  .gallery_col3 > .isotope-item,
  .gallery-masonry_3 .image_size,
  .gallery-masonry_3 .image_size1,
  .gallery-masonry_3 .image_size2,
  .masonry_type_1 .item.image_size {
    width: 50%; }

  .gallery_single_1 .img-gallery {
    margin-top: -120px; }
  .gallery_single_1 .portfolio_title {
    padding-bottom: 250px; }
  .gallery_single_1 .gallery_related {
    margin-top: 40px; }

  .gallery_single_2 .gallery_desciption {
    margin-right: 0; }

  .single-gallery .gallery_single_1 .vertical_list {
    margin-top: 33px; } }
@media (max-width: 767px) {
  .our-gallery-sc .masonry_type_7 .gallery_body {
    position: static; }

  .gallery-style5 .gallery_body {
    opacity: 1; }

  .gallery-style3 .gallery_body .gallery_content h4 {
    letter-spacing: 0; }

  .single-gallery .gallery_single_2 .vertical_list {
    float: left;
    width: 100%;
    text-align: left; }

  .gallery_single_2 .port_share {
    float: left;
    margin-top: 10px; }

  .gallery-entries-wrap.gallery-masonry {
    margin-top: 0; }

  .gallery_related.gallery-style1 .item .gallery_body {
    background: #fff; }

  .our-gallery-sc .button-group .btn-filter:before {
    content: none; }

  .button-group {
    margin: -3px !important; }

  .button-group .inline-block {
    border: 1px solid;
    float: left;
    margin: 3px !important;
    padding: 6px;
    text-align: center;
    width: 31.3333%; }
    .button-group .inline-block .btn-filter:before {
      content: none; }

  .gallery-style1 .item .gallery-img:before {
    content: none; }
  .gallery-style1 .item .gallery_body {
    position: static;
    opacity: 1;
    margin-right: 0;
    padding: 25px;
    background: #f2f2f2; }

  .gallery_single_1 .gallery_related {
    margin-top: 50px; }

  .gallery_single_1 .portfolio_title {
    padding: 100px 0 200px; }
  .gallery_single_1 .img-gallery {
    margin-top: -100px; }

  .portfolio_single .portfolio_title h3 {
    font-size: 40px;
    margin-bottom: 8px; } }
@media (min-width: 767px) {
  .gallery-style4 .item:hover .gallery_body,
  .gallery-style4 .item:hover .gallery-img:before {
    opacity: 1;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s; } }
@media (max-width: 599px) {
  .portfolio_single.gallery_single_2 .image_list .img-gallery {
    width: 33.33%; }

  .masonry_type_2 .item.image_size {
    width: 100% !important; }
  .masonry_type_2 .item.image_size1 {
    width: 100% !important; }

  .our-gallery-sc .masonry_type_7 .item.image_size1,
  .our-gallery-sc .masonry_type_7 .item.image_size2,
  .our-gallery-sc .masonry_type_7 .item.image_size {
    width: 100%; } }
@media (max-width: 480px) {
  .gallery_single_1 .portfolio_title {
    padding: 70px 0 140px; }
  .gallery_single_1 .img-gallery {
    margin-top: -70px;
    margin-bottom: 50px; }

  .desc_block {
    margin-bottom: 30px; }

  .gallery_related {
    margin-top: 45px;
    padding: 55px 0; }

  .gallery_single_1 .gallery_related {
    margin-top: 25px; }

  .gallery_single_2 .port-tt {
    width: 100%; }

  .gallery_single_2 .desc_block {
    margin-bottom: 30px; }

  .tt-list {
    padding: 45px 0 15px; }

  .portfolio_single.gallery_single_2 .img-gallery {
    margin-bottom: 55px; }

  .gallery_single_2 .port_share h6 {
    float: left;
    margin-top: 13px;
    margin-right: 15px; }

  .gallery_single_2 .port_share {
    float: left; }

  .portfolio_single.gallery_single_2 .image_list .img-gallery {
    width: 50%; }

  .gallery_related h3 {
    margin-bottom: 75px; }

  .blog-gallery2.arrows-custom .slick-arrow.btn-next,
  .blog-gallery2.arrows-custom .slick-arrow.btn-prev {
    top: -37px; }

  .our-gallery-sc .load-more,
  .gallery-container .load-more {
    margin-top: 30px !important; }

  .button-group .inline-block {
    width: 47.333%; }

  .gallery_desc {
    width: 100%;
    margin: 0 auto 44px; }
    .gallery_desc h3 {
      font-size: 20px;
      line-height: 30px; }

  .button-group {
    padding-bottom: 35px; }

  .button-group .inline-block {
    padding: 0 10px; }

  .our-gallery-sc .masonry_type_6 .item.image_size1,
  .our-gallery-sc .masonry_type_6 .item.image_size,
  .our-gallery-sc .masonry_type_5 .item.image_size1,
  .our-gallery-sc .masonry_type_5 .item.image_size,
  .our-gallery-sc .masonry_type_5 .item.image_size2,
  .masonry_type_1 .item.image_size,
  .masonry_type_1 .item.image_size1,
  .masonry_type_1 .item.image_size2,
  .isotope.col-3 .item,
  .gallery_col3 > .isotope-item,
  .gallery-masonry_3 .image_size,
  .gallery-masonry_3 .image_size1,
  .gallery-masonry_3 .image_size2,
  .masonry_type_1 .item.image_size {
    width: 100%; }

  .blog-grid .grid-item:last-child .blog-content {
    margin-bottom: 0; } }
@media (max-width: 375px) {
  .portfolio_single.gallery_single_2 .portfolio_title h3 {
    font-size: 35px;
    margin-bottom: 20px; } }
.btn-slide-spa span {
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 32px;
  letter-spacing: 4px; }

.tt-about .arrowpress-heading .bgheadingimg {
  left: 85px;
  top: -26px; }

.img-abs {
  position: absolute;
  bottom: -95px;
  right: 147px;
  z-index: 0; }

.brand-spa {
  border-top: 1px solid #eee;
  padding-top: 56px;
  margin-top: 20px;
  margin-bottom: 37px !important; }
  .brand-spa .slick-track .slick-current .vc_single_image-img,
  .brand-spa .slick-track .vc_single_image-img {
    opacity: 0.3; }
    .brand-spa .slick-track .slick-current .vc_single_image-img:hover,
    .brand-spa .slick-track .vc_single_image-img:hover {
      opacity: 1; }

.icon-bg-white.aio-icon-component .aio-icon-box.top-icon .aio-icon {
  background: #fff;
  color: #81d742;
  height: 160px !important;
  width: 160px !important;
  line-height: 160px !important; }
  .icon-bg-white.aio-icon-component .aio-icon-box.top-icon .aio-icon:hover {
    background: #81d742;
    color: #fff; }
.icon-bg-white.aio-icon-component .aio-icon-box .aio-icon-header h3.aio-icon-title {
  letter-spacing: 5.5px;
  margin: 37px 0 23px; }

.box-banner {
  position: relative; }
  .box-banner .img-abs2 {
    position: absolute;
    right: 48px;
    bottom: -73px; }
  .box-banner .letter-space_7 {
    width: 50%;
    padding-right: 67px;
    z-index: 1;
    position: relative; }
  .box-banner .ult-content-box {
    padding: 86px 0 50px;
    position: relative;
    width: 100%; }
    .box-banner .ult-content-box:before {
      content: "";
      height: calc(100% - 40px);
      width: calc(100% - 40px);
      position: absolute;
      left: 20px;
      top: 20px;
      border: 2px solid rgba(248, 247, 247, 0.7); }

.create-aweb {
  z-index: 1;
  position: relative; }

.img-service-abs1 {
  position: absolute;
  left: -95px;
  top: -157px; }

.img-service-abs2 {
  position: absolute;
  right: -22px;
  bottom: -73px; }

.content-right-about.vc_column_container {
  padding-left: 93px; }

.box-service-about .aio-icon-title {
  text-transform: uppercase;
  margin-bottom: 2px;
  letter-spacing: 3.5px; }
.box-service-about .aio-icon-component {
  margin-bottom: 55px !important; }

.white-color .link-text {
  color: #fff; }
  .white-color .link-text:hover {
    color: #81d742; }

.box-heading-port {
  background: #333;
  padding-top: 49px; }

.bar-vr-dark.custom-progress.vc_progress_bar .vc_label {
  color: #ababab; }
.bar-vr-dark.custom-progress.vc_progress_bar .vc_single_bar {
  color: #696969; }

.box-banner-dark .banner-container {
  position: relative;
  display: inline-block;
  width: 33.33%;
  float: left; }

.box-tes-dark:before {
  height: 80px;
  content: "";
  position: absolute;
  top: -40px;
  width: 1px;
  left: 50%;
  z-index: 1;
  background: #81d742; }

.pricing-custom .ult_pricing_table {
  padding-top: 102px;
  display: flex;
  flex-wrap: wrap;
  background: #262626 !important; }
  .pricing-custom .ult_pricing_table .ult_pricing_heading h3 {
    font-size: 16px;
    font-family: Fira Sans;
    letter-spacing: 6px;
    text-transform: uppercase;
    color: #ababab; }
  .pricing-custom .ult_pricing_table .ult_pricing_heading {
    order: 1; }
  .pricing-custom .ult_pricing_table .ult_price_features {
    position: static !important;
    color: #ababab;
    padding: 16px 15px 27px 15px;
    font-family: Fira Sans;
    order: 2; }
    .pricing-custom .ult_pricing_table .ult_price_features p span {
      position: absolute;
      top: 43px;
      left: 50%;
      -moz-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      background: -webkit-gradient(linear, right bottom, left bottom, from(#81d742), to(#aaa));
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      font-size: 56px; }
    .pricing-custom .ult_pricing_table .ult_price_features ul li {
      margin-bottom: 5px;
      letter-spacing: -0.2px;
      font-size: 14px; }
  .pricing-custom .ult_pricing_table .ult_price_body_block {
    order: 3;
    background: #232323; }
    .pricing-custom .ult_pricing_table .ult_price_body_block .ult_price_body {
      font-size: 40px;
      color: #fff;
      font-family: Fira Sans;
      border: none;
      height: auto;
      width: auto;
      margin: 29px auto 19px; }
      .pricing-custom .ult_pricing_table .ult_price_body_block .ult_price_body .ult_price {
        display: flex;
        flex-wrap: wrap; }
        .pricing-custom .ult_pricing_table .ult_price_body_block .ult_price_body .ult_price .ult_price_figure {
          display: inline-block;
          order: 2;
          font-weight: bold !important;
          letter-spacing: 4px; }
        .pricing-custom .ult_pricing_table .ult_price_body_block .ult_price_body .ult_price .ult_price_term {
          font-size: 40px;
          font-family: Fira Sans;
          order: 1;
          display: inline-block;
          margin-top: 7px;
          margin-right: 4px;
          font-weight: bold !important; }
  .pricing-custom .ult_pricing_table .ult_price_link {
    background: #262626 !important;
    order: 4;
    padding: 9px 0 8px !important; }
    .pricing-custom .ult_pricing_table .ult_price_link .ult_price_action_button {
      font-size: 14px;
      color: #ababab !important;
      text-transform: uppercase;
      border-radius: 0 !important;
      background: none !important;
      letter-spacing: 2px;
      font-weight: bold !important; }
      .pricing-custom .ult_pricing_table .ult_price_link .ult_price_action_button:hover {
        color: #81d742 !important; }

.pricing-bg-heading {
  overflow: hidden; }

.portfolio-dark .gallery-style3 .gallery-img {
  position: relative; }
  .portfolio-dark .gallery-style3 .gallery-img:before {
    content: "";
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1; }
.portfolio-dark .gallery-style3 .gallery_body {
  display: none; }
  .portfolio-dark .gallery-style3 .gallery_body .gallery_content:before {
    background: rgba(0, 0, 0, 0.6); }

.i.icon {
  margin-left: 0; }

.slick-dots .ultsl-radio-unchecked {
  opacity: 1; }
.slick-dots .ultsl-radio-unchecked:before {
  content: ".";
  font-size: 67px;
  line-height: 36.5px; }
.slick-dots .slick-active .ultsl-radio-unchecked:before {
  font-family: "Ionicons";
  content: '\f401';
  font-size: 14px;
  line-height: 87px; }

.uvc-sub-heading > a {
  color: #81d742;
  font-weight: 500; }

.custom_border1 .stats-block.stats-top:before {
  border-color: #bbd0db; }

.ult-content-box .slick-dots {
  padding: 13px 0 10px; }

.hidden_border header {
  border-bottom: none !important; }

.overflow_hidden {
  overflow: hidden; }

.counter-border1 .stats-block.stats-top:before {
  border-right-color: #efefef; }

.aio-icon-component .aio-icon.circle:hover {
  background-color: #81d742 !important; }

.letter-space_7 {
  letter-spacing: 7.2px; }
  .letter-space_7 h2 {
    letter-spacing: 7px; }

.custom-filter-space .gallery_header {
  margin-bottom: 47px; }
.custom-filter-space .load-more {
  margin-top: 60px; }

.aio-icon-component .aio-icon-box.top-icon .aio-icon {
  color: #fff;
  height: 80px !important;
  width: 80px !important;
  border-radius: 50%;
  line-height: 80px !important;
  background: #92c5d9;
  margin: 0 auto !important;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
.aio-icon-component .aio-icon-box.top-icon .aio-icon-description {
  margin-top: 17px; }
.aio-icon-component .aio-icon-box.top-icon .top-icon .aio-icon-header h3.aio-icon-title {
  margin: 29px 0 0; }

.reward-list ul {
  padding-left: 0;
  list-style: none; }
  .reward-list ul li {
    line-height: 36px;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .reward-list ul li:before, .reward-list ul li:first-child:before {
      content: '\f356';
      font-family: "Ionicons";
      font-size: 14px;
      color: #81d742;
      opacity: 0;
      position: absolute;
      left: -30px;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
    .reward-list ul li:first-child {
      margin-bottom: 7px;
      padding-left: 26px; }
    .reward-list ul li:first-child:before {
      opacity: 1;
      left: 2px; }

.body-social {
  display: inline-block;
  -moz-transform: rotate(90deg) translateY(-50%);
  -o-transform: rotate(90deg) translateY(-50%);
  -ms-transform: rotate(90deg) translateY(-50%);
  -webkit-transform: rotate(90deg) translateY(-50%);
  transform: rotate(90deg) translateY(-50%);
  position: fixed;
  z-index: 9;
  top: 50%;
  margin-left: -172px; }
  .body-social ul {
    padding-left: 0; }
  .body-social li {
    display: inline-block;
    padding: 0 20px; }
    .body-social li:first-child {
      padding-left: 0; }
    .body-social li:last-child {
      padding-right: 0; }
  .body-social a {
    font-family: "Cormorant Garamond", serif;
    font-size: 24px;
    color: #ababab;
    font-weight: 500;
    letter-spacing: 2px; }
    .body-social a:hover {
      color: #333; }

.triangle_bg_abs {
  position: absolute;
  top: 0;
  height: 100%;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 0; }

.signature {
  margin: 0 auto;
  display: inline-block; }

.wpcf7-form {
  max-width: 799px;
  margin: 0 auto; }
  .wpcf7-form textarea {
    height: 170px;
    padding-top: 8px; }
  .wpcf7-form input[type="submit"] {
    margin-top: 23px;
    padding: 10px 19px 8px 19px; }

.vc_figure {
  z-index: 2; }

.img_style_box .vc_figure {
  z-index: 2; }
.img_style_box:after {
  content: "";
  position: absolute;
  width: 160px;
  height: 203px;
  right: -41px;
  bottom: 0;
  z-index: 1;
  background: #81d742;
  opacity: 0.3; }

.circle_bg {
  background: #333;
  text-align: center;
  width: auto;
  display: inline-block;
  padding: 33px 17px;
  border-radius: 50%;
  width: 121px;
  height: 121px;
  float: right;
  margin: 77px 87px; }
  .circle_bg h2, .circle_bg .uvc-sub-heading {
    letter-spacing: 4px; }

.uvc-heading.text-abs-1 {
  right: -72px;
  top: -123px; }

.background_style .vc_column-inner {
  z-index: 1;
  position: relative;
  background-position: right -200px !important; }

#abs_position {
  position: absolute;
  right: 0;
  top: -59.7%; }

.triangle_bg .wpb_column {
  z-index: 1; }

.button-letter_space .ubtn-data {
  letter-spacing: 1.7px; }

.wpb_video_widget.vc_video-aspect-ratio-169 {
  max-height: 420px;
  overflow: hidden; }

.counter3 .stats-top .aio-icon-top, .counter3 .stats-top .stats-desc {
  width: 100%;
  display: block;
  text-align: left; }
.counter3 .stats-block.stats-top {
  padding-bottom: 32px;
  padding-top: 50px; }

.line-separator {
  width: 1px;
  height: 100px;
  background: #333;
  margin: 0 auto;
  margin-bottom: -49px; }

.custom_bg_position .vc_column-inner {
  background-position: 0 bottom !important; }

.letter_space4 {
  letter-spacing: 6px; }
  .letter_space4 h2 {
    letter-spacing: 4px; }

.letter_space5 {
  letter-spacing: 4.7px; }
  .letter_space5 h2 {
    letter-spacing: 6.3px; }

.letter_space6 h2 {
  letter-spacing: 6.4px; }

.letter_space7 h2 {
  letter-spacing: 5px; }

.letter_space25 h2 {
  letter-spacing: 25px; }

.overflow-hidden {
  overflow: hidden; }

.font_italic h2 {
  font-style: italic !important; }

#amz_services .vc_column-inner {
  background-position: 137px 39.7% !important; }

.wpb_single_image.display-inline {
  margin-right: 17px; }

.set_letter_space {
  max-width: 485px; }
  .set_letter_space h2 {
    letter-spacing: 7.1px; }
  .set_letter_space .uvc-sub-heading {
    max-width: 437px;
    padding-right: 11px;
    letter-spacing: 6px; }

.high_z_index {
  z-index: 4; }

.box-about {
  text-align: center;
  padding: 0 30px; }
  .box-about figure {
    position: relative; }
    .box-about figure:before {
      content: "";
      height: 48px;
      width: 1px;
      background: #ababab;
      position: absolute;
      bottom: -28px;
      left: 50%; }
  .box-about .wpb_single_image img {
    border-radius: 50%;
    height: 170px;
    width: 170px; }
  .box-about h4 {
    font-weight: bold;
    text-transform: uppercase;
    padding: 23px 0 21px; }
  .box-about p {
    line-height: 26px; }
  .box-about a.btn-circle-icon {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    border: 2px solid #f4f4f4;
    color: #81d742;
    display: inline-block;
    font-size: 18px;
    line-height: 40px;
    margin-top: 23px;
    text-align: center; }
    .box-about a.btn-circle-icon:hover {
      color: #fff;
      background: #81d742;
      border-color: #81d742; }

.about-container {
  background: #fff;
  margin-top: -100px; }

.aio-icon-component {
  margin-bottom: 59px !important;
  display: inline-block;
  position: relative;
  z-index: 10;
  width: 100%; }
  .aio-icon-component .aio-icon-default {
    display: inline-block !important;
    float: left;
    margin-right: 24px; }
  .aio-icon-component .aio-icon {
    color: #1e3f5a;
    height: 80px !important;
    width: 80px !important;
    border-radius: 50%;
    line-height: 80px !important;
    background: #f8f7f7; }
    .aio-icon-component .aio-icon:hover {
      color: #fff;
      background: #81d742; }
  .aio-icon-component .aio-icon-description p {
    overflow: hidden; }

.tt-h3-about.desc-title {
  font-size: 24px;
  line-height: 40px;
  letter-spacing: 0; }
  .tt-h3-about.desc-title span {
    font-style: italic;
    font-weight: bold; }

.img-about-abs {
  position: absolute;
  left: 0;
  bottom: 151px; }

.tt-app {
  text-align: right;
  margin-right: 30px; }
  .tt-app h2 {
    letter-spacing: 7.3px;
    text-transform: uppercase;
    font-weight: bold; }
  .tt-app p {
    color: #fff;
    font-size: 40px;
    font-family: 'Herr Von Muellerhoff', cursive;
    letter-spacing: 6px;
    margin-top: 5px;
    margin-right: 37px; }

.btn_app {
  text-align: right;
  margin-top: 49px;
  margin-right: 97px; }
  .btn_app ul {
    list-style-type: none;
    padding-left: 0; }
    .btn_app ul li {
      display: inline-block;
      padding-right: 16px; }
      .btn_app ul li:last-child {
        margin-right: 0; }
  .btn_app a {
    border-radius: 2px;
    width: 170px;
    height: 52px;
    display: block; }
    .btn_app a span {
      font-weight: 400;
      font-size: 16px; }
    .btn_app a.btn-icon1 {
      background: url("../images/icon1.png") no-repeat; }
    .btn_app a.btn-icon2 {
      background: url("../images/icon2.png") no-repeat; }
    .btn_app a:hover {
      color: #fff; }

.label-app {
  height: 120px;
  width: 120px;
  background: #333;
  border-radius: 50%;
  position: absolute;
  right: 95px;
  top: 87px;
  text-align: center; }
  .label-app h3 {
    letter-spacing: 2.5px;
    color: #fff;
    font-size: 34px;
    font-weight: bold;
    text-transform: uppercase; }
  .label-app p {
    letter-spacing: 4.2px;
    margin-bottom: 4px;
    padding-top: 31px;
    color: #fff;
    text-transform: uppercase; }

.counter2 .stats-number {
  color: #81d742 !important; }
.counter2 .stats-text {
  color: #333 !important; }

.text-abs-1 {
  font-weight: bold;
  font-size: 300px;
  color: rgba(30, 63, 93, 0.05);
  position: absolute;
  right: 100px;
  letter-spacing: 0.025em;
  top: 18px; }

.box-joinus p {
  font-size: 40px;
  letter-spacing: 4px;
  margin-bottom: 12px;
  color: #81d742;
  font-family: 'Herr Von Muellerhoff', cursive; }
.box-joinus h3 {
  text-transform: uppercase;
  letter-spacing: 6px;
  font-weight: bold; }

.container-joinus {
  overflow: hidden; }
  .container-joinus.style2 .list-btn {
    padding-right: 0; }

.list-btn {
  margin-top: 18px;
  text-align: right; }
  .list-btn a {
    display: inline-block;
    margin-right: 20px; }
    .list-btn a:last-child {
      margin-right: 0; }

.brand-h3 .brand-container {
  padding-top: 52px !important;
  border-top: 1px solid #eee; }

.brand-container {
  margin-bottom: 0 !important; }
  .brand-container .slick-track .slick-current .vc_single_image-img {
    opacity: 0.3 !important; }
  .brand-container .slick-track .vc_single_image-img:hover {
    opacity: 1 !important;
    -webkit-transition: all 0.3s ease-in-out 0s !important;
    -moz-transition: all 0.3s ease-in-out 0s !important;
    -ms-transition: all 0.3s ease-in-out 0s !important;
    -o-transition: all 0.3s ease-in-out 0s !important;
    transition: all 0.3s ease-in-out 0s !important; }

.slick-slide .item_testimonial img {
  display: inline-block; }

.link-text .btn.btn-circle:hover i {
  color: #fff !important; }

.testimonial-container .caption_testimonial.style2 .ratings {
  display: none; }

.item-desc {
  font-size: 18px;
  line-height: 34px;
  margin: 0 auto;
  width: 75%;
  padding: 41px 0 54px; }

.tes_info {
  margin-top: 17px; }
  .tes_info h6 {
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: bold; }
  .tes_info .tes_job {
    display: inline-block;
    color: #ababab;
    margin-left: 26px;
    position: relative;
    font-style: italic; }
    .tes_info .tes_job:before {
      content: "/";
      color: #ababab;
      position: absolute;
      top: 0;
      left: -14px; }

.button-slide-tes {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important; }
  .button-slide-tes .slick-next, .button-slide-tes .slick-prev {
    margin-top: -65px !important; }

.ult-carousel-wrapper.ult_horizontal .slick-next, .ult-carousel-wrapper.ult_horizontal .slick-prev {
  top: 50.3%; }

.slick-next, .slick-prev {
  margin-top: 0 !important;
  font-size: 48px !important;
  top: 50.3%; }
  .slick-next:hover, .slick-prev:hover {
    color: #81d742 !important; }

.slick-next i:before {
  content: "\f3d3";
  font-family: "Ionicons"; }

.slick-prev i:before {
  content: "\f3d2";
  font-family: "Ionicons"; }

.title-port-service {
  color: #333;
  font-size: 80px;
  line-height: 89px;
  font-family: 'Cormorant Garamond', serif; }
  .title-port-service span {
    font-style: italic;
    color: #81d742; }

.aio-icon-box .aio-icon-header h3.aio-icon-title {
  font-size: 14px;
  letter-spacing: 1.4px;
  margin-bottom: 7px;
  font-weight: bold;
  text-transform: uppercase; }

.box-port-service .title {
  font-size: 16px;
  line-height: 28px; }
.box-port-service .aio-icon-component {
  width: 33.33%;
  text-align: center;
  float: left;
  display: inline-block;
  position: relative; }
  .box-port-service .aio-icon-component:before {
    content: "";
    height: 40px;
    width: 1px;
    background: #e0e0e0;
    position: absolute;
    top: 30px;
    right: 1px; }
  .box-port-service .aio-icon-component .default-icon .default-icon {
    margin-right: 39px !important; }
  .box-port-service .aio-icon-component:last-child .default-icon {
    margin-right: 0 !important; }
  .box-port-service .aio-icon-component:last-child:before {
    content: none; }
  .box-port-service .aio-icon-component .aio-icon {
    margin-right: 0 !important;
    width: auto !important;
    height: auto !important;
    background: none;
    color: #81d742 !important; }
  .box-port-service .aio-icon-component .aio-icon-box .aio-icon-default {
    display: inline-block;
    width: 100%; }
  .box-port-service .aio-icon-component .aio-icon-box .aio-icon-header {
    display: inline-block; }
    .box-port-service .aio-icon-component .aio-icon-box .aio-icon-header h3.aio-icon-title {
      font-weight: bold;
      width: 70%;
      margin: 0 auto;
      letter-spacing: 0;
      text-transform: capitalize;
      font-size: 24px;
      padding-top: 12px;
      font-family: 'Cormorant Garamond', serif; }

.tes-h5:before {
  content: "";
  background: #333;
  height: 80px;
  width: 1px;
  position: absolute;
  top: -40px;
  left: 50%; }

.block-slider {
  background: #fff;
  position: relative !important;
  font-family: 'Cormorant Garamond', serif !important;
  font-size: 48px !important;
  padding: 102px 102px 60px 109px !important;
  font-weight: bold !important;
  line-height: 100% !important;
  color: #333 !important; }
  .block-slider p {
    font-family: Open Sans !important;
    position: absolute !important;
    font-size: 31px !important;
    font-style: italic !important;
    left: 50% !important;
    font-weight: 300 !important;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 53px !important;
    color: #81d742 !important; }

.box-video {
  position: relative; }
  .box-video .ult-content-box {
    position: relative; }
  .box-video.type2 {
    z-index: 1; }
    .box-video.type2 .btn-play {
      margin-top: -23px;
      z-index: 1; }
      .box-video.type2 .btn-play i {
        font-size: 18px;
        padding-left: 5px; }
    .box-video.type2 .title-video {
      font-size: 120px;
      letter-spacing: 24px;
      font-family: 'Herr Von Muellerhoff', cursive;
      color: rgba(255, 255, 255, 0.5);
      position: absolute;
      top: 50%;
      width: 100%;
      text-align: center;
      margin-top: 66px;
      -moz-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
  .box-video.has-overlay {
    position: relative; }
    .box-video.has-overlay:before {
      z-index: 1;
      background: rgba(33, 33, 33, 0.3); }
    .box-video.has-overlay .btn-play {
      z-index: 9;
      font-size: 19px; }
      .box-video.has-overlay .btn-play i {
        line-height: 94px;
        padding-left: 10px; }

.bg-overlay-bottom {
  position: relative; }
  .bg-overlay-bottom .slick-track .vc_single_image-img,
  .bg-overlay-bottom .slick-track .slick-current .vc_single_image-img {
    opacity: 0.2;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
  .bg-overlay-bottom .slick-track .vc_single_image-img:hover {
    opacity: 0.6; }
  .bg-overlay-bottom .wpb_column {
    position: relative; }
    .bg-overlay-bottom .wpb_column:before {
      content: "";
      height: 80px;
      width: 1px;
      background: #81d742;
      position: absolute;
      top: -40px;
      left: 50%; }

.btn-play {
  height: 110px;
  width: 110px;
  border-radius: 50%;
  border: 10px solid rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 50%;
  left: 50%;
  color: #333;
  text-align: center;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  .btn-play i {
    height: 100%;
    width: 100%;
    background: #fff;
    border-radius: 50%;
    line-height: 90px; }

.box-counter .ult-content-box .stats-block {
  width: 50%;
  display: inline-block;
  float: left; }
  .box-counter .ult-content-box .stats-block.stats-top {
    padding-top: 15px; }
    .box-counter .ult-content-box .stats-block.stats-top .aio-icon-top, .box-counter .ult-content-box .stats-block.stats-top .stats-desc {
      text-align: left; }
    .box-counter .ult-content-box .stats-block.stats-top:before {
      content: none; }
.box-counter .stats-block .stats-text {
  padding-top: 7px; }
.box-counter.main-color .stats-block.stats-top .stats-number {
  color: #81d742 !important; }

.link-text.color-light {
  color: #ababab; }
  .link-text.color-light:hover {
    color: #81d742; }

.architects-gallery .item {
  position: relative; }
.architects-gallery .slick-dots {
  position: absolute;
  top: 50%;
  height: 150px;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -55px;
  left: auto;
  text-align: center; }
.architects-gallery.arrows-custom .slick-dots li {
  display: inherit;
  margin: 14px 0; }
  .architects-gallery.arrows-custom .slick-dots li button {
    background: #ababab !important;
    border-color: #ababab !important; }
  .architects-gallery.arrows-custom .slick-dots li.slick-active button, .architects-gallery.arrows-custom .slick-dots li:hover button {
    background: none !important;
    border-color: #94c6da !important; }

.architects-image {
  width: 72.4%;
  float: right; }

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

.tes-architech .slick-default > .slick-arrow {
  color: #392a25; }
  .tes-architech .slick-default > .slick-arrow:hover {
    color: #81d742; }
.tes-architech .slider-nav.type2 {
  padding-bottom: 0;
  margin-bottom: -26px; }
  .tes-architech .slider-nav.type2 .slick-list {
    padding: 20px 0 !important;
    margin: 0 20px !important; }
  .tes-architech .slider-nav.type2 .img-wrap {
    padding: 0 !important;
    width: 80px !important; }
    .tes-architech .slider-nav.type2 .img-wrap.slick-current {
      position: relative;
      margin: 0 -15px !important;
      width: 120px !important;
      box-shadow: 0 0 20px 0 #ababab; }

.tes-architech_dark .slick-default > .slick-arrow {
  color: #ababab;
  opacity: 0.2; }
  .tes-architech_dark .slick-default > .slick-arrow:hover {
    opacity: 1; }

.bg-overlay-bottom .vc_column-inner {
  position: relative; }
  .bg-overlay-bottom .vc_column-inner:after {
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    bottom: 0;
    left: 0;
    height: 220px;
    width: 100%; }
  .bg-overlay-bottom .vc_column-inner .ult-carousel-wrapper {
    position: relative;
    z-index: 1; }

.architects_body {
  background: #333333;
  position: absolute;
  width: 32%;
  padding: 77px 45px 111px 61px;
  top: 50%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0; }
  .architects_body h2 {
    font-size: 56px;
    font-weight: bold;
    letter-spacing: 6px;
    line-height: 64px;
    color: #fff; }
  .architects_body .btn.btn-primary {
    padding: 12px 21px 12px 29px; }
  .architects_body .architects_desc p {
    font-weight: 500;
    letter-spacing: 2.8px;
    color: #ababab;
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 80px; }

.architects_social {
  position: absolute;
  width: 27.6%;
  bottom: 16px;
  left: 0; }
  .architects_social ul {
    padding-left: 0; }
  .architects_social li {
    width: 50%;
    padding-left: 60px;
    margin-bottom: 14px;
    text-align: left;
    float: left;
    display: inline-block; }
    .architects_social li a {
      font-size: 18px;
      letter-spacing: 2px;
      color: #696969;
      cursor: pointer; }
      .architects_social li a:hover {
        color: #81d742; }
    .architects_social li:nth-child(2n) {
      padding-left: 39px; }

.architects-style .architects_body {
  position: static;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
  width: auto;
  background: none;
  padding-left: 0;
  padding-right: 0; }
  .architects-style .architects_body .architects_desc p {
    font-size: 18px;
    letter-spacing: 3.6px;
    line-height: 32px; }
  .architects-style .architects_body .btn.btn-primary {
    font-size: 16px; }
.architects-style .read-more {
  margin-top: 50px; }

.img-about-jewelry {
  margin-top: -115px; }

.box-banner .banner-text {
  margin-top: -513px; }
.box-banner .box-banner-img {
  position: relative; }
  .box-banner .box-banner-img:after {
    content: "";
    width: 64.3%;
    height: 560px;
    border: 1px solid #e8f2f7;
    position: absolute;
    left: 26.2%;
    top: -235px; }
  .box-banner .box-banner-img img {
    margin-top: -173px; }

.banner-text h2 {
  font-size: 56px;
  font-weight: bold;
  font-family: "Cormorant Garamond", serif;
  margin-bottom: 46px;
  line-height: 64px; }
.banner-text .btn.btn-primary {
  font-size: 14px;
  padding: 11px 18px 7px 18px; }

.banner-desc-jewelry {
  text-align: center;
  margin-left: -32px;
  margin-top: -172px; }
  .banner-desc-jewelry span {
    font-size: 100px;
    font-family: "Cormorant Garamond", serif;
    letter-spacing: 0.3em;
    color: rgba(51, 51, 51, 0.07);
    text-transform: uppercase;
    font-weight: bold; }
  .banner-desc-jewelry img {
    margin-top: 0 !important; }
  .banner-desc-jewelry h2 {
    font-size: 34px;
    font-family: "Cormorant Garamond", serif;
    font-weight: bold;
    text-transform: capitalize;
    margin-top: -33px;
    margin-bottom: 30px; }

.tt-tes-jewelry {
  text-align: center;
  font-size: 56px;
  font-family: "Cormorant Garamond",serif;
  font-weight: bold;
  margin-top: -67px; }

.tes-jewelry .caption_testimonial.style2 .item-desc {
  padding-bottom: 29px; }
.tes-jewelry.button-slide-tes .slick-next, .tes-jewelry.button-slide-tes .slick-prev {
  margin-top: -9px !important; }

.box-list-banner {
  padding: 0 15px; }
  .box-list-banner .wpb_single_image {
    position: relative;
    display: inline-block;
    float: left;
    overflow: hidden;
    width: 33.33%;
    padding: 0 15px; }
    .box-list-banner .wpb_single_image .wpb_singleimage_heading {
      position: absolute;
      top: 50%;
      left: 50%;
      padding: 0 45px;
      font-size: 56px;
      color: #81d742;
      font-weight: 600;
      font-family: "Cormorant Garamond",serif;
      text-transform: uppercase;
      font-style: italic;
      letter-spacing: 0.15em;
      width: 100%;
      text-align: center;
      z-index: 9;
      opacity: 0;
      -moz-transform: translateX(-50%) translateY(-50%);
      -o-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
      -webkit-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%); }
    .box-list-banner .wpb_single_image img {
      -ms-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -webkit-transform: scale(1.1);
      -o-transform: cale(1.1);
      transform: scale(1.1);
      -webkit-transition: all 0.5s ease-in-out 0s;
      -moz-transition: all 0.5s ease-in-out 0s;
      -ms-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s; }
    .box-list-banner .wpb_single_image:hover img {
      -ms-transform: scale(1);
      -moz-transform: scale(1);
      -webkit-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
      -webkit-filter: grayscale(100%);
      filter: grayscale(100%); }
    .box-list-banner .wpb_single_image:hover .vc_figure:before {
      opacity: 1;
      -webkit-transition: all 0.5s ease-in-out 0s;
      -moz-transition: all 0.5s ease-in-out 0s;
      -ms-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s; }
    .box-list-banner .wpb_single_image:hover .wpb_singleimage_heading {
      opacity: 1; }
    .box-list-banner .wpb_single_image .vc_figure {
      position: relative;
      overflow: hidden; }
      .box-list-banner .wpb_single_image .vc_figure:before {
        content: "";
        height: 100%;
        width: 100%;
        background: rgba(51, 51, 51, 0.56);
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
        z-index: 1;
        -webkit-transition: all 0.5s ease-in-out 0s;
        -moz-transition: all 0.5s ease-in-out 0s;
        -ms-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s; }

.desc-title {
  color: #ababab; }

.box-service-studio .aio-icon-box {
  position: relative;
  padding-left: 116px; }
  .box-service-studio .aio-icon-box .aio-icon-default {
    position: absolute;
    left: 0;
    top: 0; }

.block-about h2 {
  font-size: 56px;
  font-family: "Cormorant Garamond",serif;
  font-weight: bold;
  margin-bottom: 50px; }
.block-about .desc p:first-child {
  margin-bottom: 35px; }
.block-about .desc span {
  font-weight: 600;
  font-family: "Cormorant Garamond",serif;
  font-size: 140px;
  color: #333;
  float: left;
  line-height: 101px;
  margin-right: 26px;
  margin-left: 6px; }
.block-about img {
  margin: 57px 0 23px !important; }
.block-about .author h6 {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 10px; }
.block-about .author p {
  font-style: italic;
  position: relative;
  color: #ababab;
  padding-left: 10px;
  letter-spacing: 0.6px; }
  .block-about .author p:before {
    content: "/";
    position: absolute;
    top: 0;
    left: 0; }

.info-contact ul {
  padding-left: 0;
  list-style-type: none; }
  .info-contact ul.list-socials {
    padding-left: 70px; }
.info-contact > ul > li {
  color: #696969;
  font-size: 15px;
  line-height: 26px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
  margin-bottom: 22px;
  width: 100%; }
  .info-contact > ul > li a {
    color: #696969; }
    .info-contact > ul > li a:hover {
      color: #81d742; }
  .info-contact > ul > li span {
    font-weight: bold;
    color: #333;
    display: inline-block;
    letter-spacing: 0.5px;
    padding-bottom: 6px;
    font-size: 14px; }
  .info-contact > ul > li:nth-child(3) {
    padding-bottom: 24px;
    margin-bottom: 20px; }
  .info-contact > ul > li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none; }
    .info-contact > ul > li:last-child span {
      padding-top: 5px;
      float: left; }

.list-socials {
  float: left; }
  .list-socials li {
    display: inline-block;
    float: left;
    height: 32px;
    width: 32px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #e6e6e6;
    margin-right: 9px; }
    .list-socials li:last-child {
      margin-right: 0; }
    .list-socials li a {
      color: #696969;
      font-size: 12px; }
    .list-socials li:hover {
      border-color: #81d742;
      background: #81d742; }
      .list-socials li:hover a {
        color: #fff; }
    .list-socials li:nth-child(1):hover {
      background: #5576e2;
      border-color: #5576e2; }
    .list-socials li:nth-child(2):hover {
      background: #1DA1F2;
      border-color: #1DA1F2; }
    .list-socials li:nth-child(3):hover {
      background: #DD5347;
      border-color: #DD5347; }
    .list-socials li:nth-child(4):hover {
      background: #585252;
      border-color: #585252; }

.ie-7 .text-mark3 h2 span,
.ie-7 .text-mark-slide, .ie-8 .text-mark3 h2 span,
.ie-8 .text-mark-slide, .ie-9 .text-mark3 h2 span,
.ie-9 .text-mark-slide, .ie-10 .text-mark3 h2 span,
.ie-10 .text-mark-slide, .ie-11 .text-mark3 h2 span,
.ie-11 .text-mark-slide {
  background: none !important;
  color: #61c8f1 !important;
  -webkit-text-fill-color: #61c8f1 !important; }

.title-form {
  color: #333;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  position: relative;
  display: inline-block;
  margin-bottom: -3px !important;
  padding-bottom: 12px;
  letter-spacing: 1.8px; }
  .title-form:before {
    content: "";
    height: 1px;
    width: 30px;
    background: #81d742;
    position: absolute;
    left: 0;
    bottom: 0; }

.wpcf7-form .form-contact input[type="submit"] {
  margin-top: 0; }

.ultimate-map-wrapper.ult-adjust-bottom-margin {
  margin-bottom: 0 !important; }

.form-contact {
  margin: 0 -10px; }
  .form-contact .form-row {
    padding: 0 10px;
    margin-bottom: 30px; }
    .form-contact .form-row.no-pull {
      width: 33%;
      display: inline-block; }
    .form-contact .form-row .wpcf7-form-control-wrap {
      display: inline-block;
      width: 100%; }
  .form-contact span.wpcf7-not-valid-tip {
    float: left;
    font-size: 12px;
    margin-bottom: 5px;
    position: absolute;
    bottom: -30px;
    left: 0; }
  .form-contact .wpcf7-submit {
    margin-left: 10px; }
  .form-contact .form-row input,
  .form-contact .form-row .placeholder,
  .form-contact .form-row input[type=number],
  .form-contact .form-row input[type=text],
  .form-contact .form-row textarea {
    padding: 10px 20px;
    font-style: italic;
    margin: 0; }
  .form-contact .form-row textarea {
    height: 170px; }

#ais-wrapper .ais-hits--item h2 {
  font-size: 25px; }
#ais-wrapper #algolia-search-box {
  margin-bottom: 46px; }
  #ais-wrapper #algolia-search-box input {
    padding: 10px 0 10px 0; }
  #ais-wrapper #algolia-search-box .search-icon {
    position: absolute;
    left: auto;
    top: 0;
    fill: #81d742;
    width: 17px;
    right: 10px;
    font-size: 6px; }

.algolia-autocomplete {
  max-height: 400px;
  overflow-y: auto; }

.ais-header {
  padding-bottom: 15px; }

.ais-hits--content .excerpt {
  padding-top: 11px; }

ul.ais-pagination {
  padding-left: 0; }

a.ais-pagination--link {
  cursor: pointer;
  height: 36px;
  width: 36px;
  line-height: 36px;
  font-size: 13px;
  color: #2d2d2d;
  display: block;
  border: 1px solid #ebebeb;
  text-align: center; }
  a.ais-pagination--link:hover {
    color: #fff;
    background: #81d742; }

.ais-menu--item, .ais-hierarchical-menu--item {
  padding: 3.5px 0; }

.letter2 .ubtn-text {
  letter-spacing: 2px; }

@media (max-width: 1800px) {
  .architects_body {
    padding: 50px 40px 60px; }
    .architects_body .architects_desc p {
      margin: 20px 0 30px; } }
@media (min-width: 1801px) {
  .lb_custom_w .ult-content-box {
    padding-right: 196px !important;
    padding-left: 68px !important; }

  .lb_custom_w_r .ult-content-box {
    padding-left: 73px !important; } }
@media (max-width: 1500px) {
  .architects_social {
    bottom: 0; }

  .architects_body {
    width: 40%; }
    .architects_body h2 {
      line-height: 56px; } }
@media (max-width: 1280px) {
  .architects_body {
    padding: 40px 30px 50px; }

  .architects_social li {
    padding-left: 30px; }
    .architects_social li:nth-child(2n) {
      padding-left: 30px; }

  .architects-gallery .slick-dots {
    right: -35px; }

  .body-social {
    marign-left: -225px; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .form-contact .form-row.no-pull {
    width: 32.9%; }

  .box-list-banner .wpb_single_image .wpb_singleimage_heading {
    padding: 0 40px;
    font-size: 34px; } }
@media (min-width: 1199px) {
  .desc-architect-b.text-default {
    width: 70%;
    padding-bottom: 11px; }

  .info-contact {
    padding-right: 100px; }

  .counter3 .vc_sep_width_100 {
    width: 118%; } }
@media (max-width: 1199px) {
  .text-mark2 {
    display: none; }

  .lb_custom_w .ult-content-box, .lb_custom_w_r .ult-content-box {
    padding: 46px 30px 21px 30px !important; }

  .img-about-jewelry {
    margin-top: -60px; }

  .box-video.type2 .ult-content-box {
    margin-right: 30px !important; }
  .box-video.type2 .title-video {
    font-size: 60px;
    letter-spacing: 13px; }

  .about-jewelry .ult-content-box {
    margin-left: 0 !important; }

  .architects_body {
    padding: 30px 30px 35px; }
    .architects_body h2 {
      line-height: 48px;
      font-size: 48px; }

  .architects_social li {
    margin-bottom: 5px; }

  .architects_body .architects_desc p {
    margin: 15px 0 20px; }

  .architects-gallery .slick-dots {
    right: -19px; }

  .btn_app,
  .tt-app {
    margin-right: 0; }

  .img-about-abs {
    left: -100px; }

  .box-joinus h3 {
    letter-spacing: 2px; }

  .caption_testimonial.style2 .item-desc {
    padding: 35px 0; } }
@media (max-width: 991px) {
  .banner-desc-jewelry {
    margin-left: 0; }

  .box-video.type2 .ult-content-box {
    margin: 0 30px !important; }

  .box-list-banner {
    padding: 0 10px; }

  .c_box_no_pad .ult-content-box {
    margin-left: 0 !important;
    margin-right: 0 !important; }

  .img-about-jewelry,
  .box-banner .banner-text {
    margin-top: 80px; }

  .box-list-banner .wpb_single_image .wpb_singleimage_heading {
    letter-spacing: 3px; }

  .box-list-banner .wpb_single_image {
    width: 50%; }

  .box-banner-img .wpb_single_image.vc_align_center {
    text-align: left; }

  .box-banner .box-banner-img img {
    margin-top: 0; }

  .box-banner .box-banner-img:after {
    top: -57px; }

  .btn_app,
  .tt-app {
    text-align: left; }

  .img-about-abs.wpb_single_image img {
    max-width: 80%; }

  .title-port-service {
    font-size: 66px;
    line-height: 70px; }

  .gallery_header {
    overflow: hidden; }
    .gallery_header .view-all {
      margin-bottom: 20px;
      float: left; }

  .gallery_filter.text-left {
    float: left;
    width: 100%; }

  .label-app {
    top: -50px; }

  .architects-image {
    width: 80%; }

  .architects_body {
    width: 100%;
    position: static;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    overflow: hidden; }

  .architects_social {
    position: absolute;
    width: 100%;
    left: 15px;
    bottom: auto;
    top: 40px; }
    .architects_social li:nth-child(2n) {
      padding-left: 0; }
    .architects_social li {
      width: 100%;
      padding-left: 0; }

  .architects-gallery .slick-dots {
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    top: 30%;
    right: auto;
    left: 15px; } }
@media (max-width: 767px) {
  .form-contact .form-row.no-pull {
    width: 100%; }

  .lb_custom_w .ult-content-box {
    margin: 0 15px !important; }

  .counter3 .stats-top .aio-icon-top, .counter3 .stats-top .stats-desc {
    text-align: center; }

  .box-video.type2 .title-video {
    font-size: 45px; }

  .box-video.type2 .ult-content-box {
    margin: 0 15px !important; }

  .box-list-banner {
    padding: 0; }

  .img-about-abs {
    position: static; }

  .img-about-abs.wpb_single_image img {
    max-width: 100%; }

  .tp-caption {
    letter-spacing: 0 !important; }

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

  .list-btn {
    margin-top: 0;
    text-align: center; } }
@media (max-width: 640px) {
  .box-list-banner .wpb_single_image .wpb_singleimage_heading {
    font-size: 28px; }

  .architects-image {
    width: 100%; }

  .architects-gallery.arrows-custom .slick-dots li {
    margin: 14px 10px;
    display: inline-block; }

  .architects-gallery .slick-dots {
    position: static;
    margin-top: 10px;
    height: 100%; }

  .architects_social {
    position: static;
    margin-left: 30px; }

  .block-slider {
    font-size: 30px !important;
    padding: 59px 60px 30px 60px !important; }
    .block-slider p {
      font-size: 20px !important;
      top: 35px !important; }

  .hermes.tp-bullets {
    margin-top: 25px !important; }

  .tt-app h2 {
    letter-spacing: 0;
    font-size: 36px; }

  .label-app {
    top: -25px;
    right: 15px; }

  .box-port-service .aio-icon-component .aio-icon-box .aio-icon-header h3.aio-icon-title {
    width: 100%;
    font-size: 20px;
    padding-top: 0; }

  .title-port-service {
    font-size: 56px;
    line-height: 48px; }

  .box-list-banner .wpb_single_image {
    width: 100%; } }
@media (max-width: 480px) {
  .box-port-service .aio-icon-component .default-icon {
    margin-right: 0 !important; }

  .banner-text h2 {
    font-size: 44px;
    margin-bottom: 30px;
    line-height: 48px; }

  .box-list-banner .wpb_single_image {
    width: 100%; }

  .architects_body h2 {
    line-height: 42px;
    font-size: 42px; }

  .box-joinus h3 {
    letter-spacing: 0; }

  .box-port-service .aio-icon-component {
    margin-bottom: 20px !important;
    width: 100%; }
    .box-port-service .aio-icon-component:before {
      content: none; }

  .slick-next, .slick-prev {
    font-size: 40px !important; }

  .aio-icon-component .aio-icon {
    margin-right: 20px !important; }

  .aio-icon-component .aio-icon-description p {
    margin-bottom: 0; }

  .box-about h4 {
    padding-top: 0; }

  .tt-h3-about.desc-title {
    font-size: 18px;
    line-height: 32px; }

  .btn_app {
    overflow: hidden;
    margin: 30px -5px 0 !important; }
    .btn_app ul li {
      float: left;
      width: 50%;
      padding: 0 5px; }
    .btn_app a {
      width: auto; }
      .btn_app a.btn-icon2, .btn_app a.btn-icon1 {
        background-size: 100%; }

  .blog-container .btn-viewmore {
    margin-top: 20px !important; }

  .hermes.tp-bullets {
    display: none !important; }

  .block-slider {
    font-size: 22px !important;
    padding: 53px 50px 26px 50px !important; }
    .block-slider p {
      font-size: 16px !important;
      top: 32px !important; } }
/* Home 3 */
/*.product-image {
  background-image: url("../images/loader_black.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 30px auto;
}*/
.text-default {
  color: #696969;
  font-size: 18px;
  line-height: 32px;
  padding-bottom: 7px; }
  .text-default span {
    color: #81d742;
    font-weight: 500; }

.link-text {
  color: #333;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.15em; }
  .link-text i {
    font-size: 18px;
    margin-left: 4px;
    vertical-align: middle;
    color: #81d742; }

.service-content .btn-black {
  border-color: black;
  background: #000;
  color: #fff; }
  .service-content .btn-black:hover {
    background: #fff;
    color: #000; }
.service-content .service-sign .btn-circle {
  border-color: rgba(240, 240, 240, 0.7); }

.btn.btn-circle {
  border-radius: 50%;
  font-size: 18px;
  font-weight: 400;
  height: 40px;
  line-height: 38px;
  min-width: auto;
  padding: 0;
  width: 40px;
  text-align: center;
  letter-spacing: 0;
  color: #81d742;
  border: 2px solid rgba(255, 255, 255, 0.2); }
  .btn.btn-circle:hover {
    border-color: #81d742;
    background: #81d742;
    color: #fff !important; }
  .btn.btn-circle i {
    margin-left: 0; }

.service-box {
  background: #fff none repeat scroll 0 0;
  padding: 34px 30px 26px;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s; }
  .service-box:hover {
    background: #333; }
    .service-box:hover h4 {
      color: #fff; }
    .service-box:hover .btn-black {
      background: #fff;
      color: #000; }
    .service-box:hover .btn-circle {
      border-color: #81d742;
      background: #81d742;
      color: #fff; }
  .service-box .number-title {
    bottom: -10px;
    color: #ababab;
    font-size: 80.16px;
    font-weight: 700;
    opacity: 0.1;
    position: absolute;
    right: 23px; }

.service-title h4 {
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
  line-height: 24px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s; }

.service-sign {
  padding-top: 12px; }

.list-partners {
  padding: 0;
  margin: 0 -28px;
  list-style: outside none none; }
  .list-partners li {
    display: inline-block;
    position: relative;
    padding: 0 28px; }
    .list-partners li:last-child:before {
      content: none; }
    .list-partners li::before {
      background: #e0e0e0 none repeat scroll 0 0;
      border-radius: 50%;
      content: "";
      height: 5px;
      margin-top: -2px;
      position: absolute;
      right: 0;
      top: 50%;
      width: 5px; }
  .list-partners a {
    color: #ababab;
    font-size: 34px;
    letter-spacing: 0.1em;
    line-height: 48px;
    font-weight: 700; }
    .list-partners a:hover {
      color: #333333; }

.text-mark2 {
  position: relative;
  margin-top: 57px; }
  .text-mark2::before {
    background: #faf9f9 none repeat scroll 0 0;
    content: "";
    height: 650px;
    opacity: 0.6;
    position: absolute;
    width: 400px;
    z-index: 0;
    left: 100px; }
  .text-mark2::after {
    background: #333333 none repeat scroll 0 0;
    content: "";
    height: 100px;
    position: absolute;
    right: 46%;
    top: -50px;
    width: 1px; }
  .text-mark2 h2 {
    overflow: hidden;
    display: inline-block;
    color: transparent;
    font-size: 450px;
    font-weight: 700;
    position: relative;
    font-family: Playfair Display;
    padding-left: 41px;
    padding-top: 41px; }
    .text-mark2 h2 span {
      background: url(../images/bg-mark.jpg) center center no-repeat;
      -webkit-text-fill-color: transparent;
      -webkit-background-clip: text;
      display: block; }

.text-mark3 {
  position: relative;
  text-align: right; }
  .text-mark3 h2 {
    overflow: hidden;
    display: inline-block;
    color: transparent;
    font-size: 450px;
    font-weight: 700;
    line-height: 385px;
    position: relative;
    font-family: Playfair Display;
    padding-right: 88px; }
    .text-mark3 h2:before {
      content: "";
      height: 1px;
      width: 60px;
      background: #81d742;
      position: absolute;
      right: 0;
      top: 178px; }
    .text-mark3 h2 span {
      text-align: left;
      background: url(../images/img-mark3.jpg) center center no-repeat;
      -webkit-text-fill-color: transparent;
      -webkit-background-clip: text;
      display: block; }
  .text-mark3 p {
    color: #333;
    font-size: 46px;
    letter-spacing: 15px;
    position: absolute;
    width: 650px;
    top: -104px;
    left: 132px;
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    transform-origin: left top 0;
    -ms-transform-origin: left top 0;
    -moz-transform-origin: left top 0;
    -webkit-transform-origin: left top 0;
    -o-transform-origin: left top 0; }

.btn-process {
  background: #262626;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  text-align: left;
  width: 198px;
  height: 120px;
  margin-left: 50px;
  display: inline-block;
  letter-spacing: 2px;
  padding: 51px 21px 20px; }

.text-abs-home .text-abs-1 {
  right: -180px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  top: 12px; }
.text-abs-home .btn-default {
  padding: 10px 24px 8px; }

.text-mark {
  position: relative;
  margin-top: 57px; }
  .text-mark::before {
    background: #f2f0e5 none repeat scroll 0 0;
    content: "";
    height: 370px;
    opacity: 0.6;
    position: absolute;
    width: 370px;
    z-index: 0; }
  .text-mark::after {
    background: #333333 none repeat scroll 0 0;
    content: "";
    height: 100px;
    position: absolute;
    right: 43%;
    top: -50px;
    width: 1px; }
  .text-mark h2 {
    overflow: hidden;
    display: inline-block;
    color: transparent;
    font-size: 450px;
    font-weight: 700;
    position: relative;
    font-family: Playfair Display;
    padding-left: 140px;
    padding-top: 55px; }
    .text-mark h2 span {
      background: url(../images/bg-mark.jpg) center center no-repeat;
      -webkit-text-fill-color: transparent;
      -webkit-background-clip: text;
      display: block; }

.ie-11 .text-mark2 h2,
.ie-11 .text-mark h2 {
  color: #333; }
  .ie-11 .text-mark2 h2 span,
  .ie-11 .text-mark h2 span {
    background: none; }

.slick-track .slick-current .vc_single_image-img {
  opacity: 1; }
.slick-track .vc_single_image-img {
  opacity: 0.3; }

.item-member-content {
  position: relative; }

.member-type1 .item-member-content:hover .member-info {
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07);
  background: #333333; }
.member-type1 .item-member-content:hover .member-name h4 {
  color: #fff; }
.member-type1 .item-member-content:hover .btn-circle {
  opacity: 1;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none; }
.member-type1 .member-info {
  background: #fff none repeat scroll 0 0;
  max-width: 270px;
  min-height: 450px;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 38px 30px 30px; }
.member-type1 .member-img {
  padding-top: 91px;
  text-align: right;
  position: relative;
  z-index: 1; }
.member-type1 .btn-circle {
  opacity: 0;
  line-height: 36px;
  -moz-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
.member-type1 .link-text {
  padding-top: 14px;
  position: relative;
  z-index: 10; }

.member-name h4 {
  font-weight: 700;
  margin-bottom: 7px;
  letter-spacing: 0.1em;
  text-transform: uppercase; }

.member-job {
  color: #ababab;
  font-style: italic; }

.first-name h2 {
  color: #ababab;
  font-size: 80px;
  font-weight: 700;
  opacity: 0.1;
  text-transform: uppercase;
  -moz-transform: rotate(90deg) translateY(78px) translateX(101px);
  -o-transform: rotate(90deg) translateY(78px) translateX(101px);
  -ms-transform: rotate(90deg) translateY(78px) translateX(101px);
  -webkit-transform: rotate(90deg) translateY(78px) translateX(101px);
  transform: rotate(90deg) translateY(78px) translateX(101px); }

.last.stats-block.stats-top:before {
  border-right: none; }

.stats-block .stats-text {
  letter-spacing: 0.1em;
  padding-top: 14px;
  text-transform: uppercase; }
.stats-block.stats-top {
  margin-bottom: 0 !important;
  padding-bottom: 30px;
  padding-top: 38px;
  position: relative; }
  .stats-block.stats-top:before {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    border-right: 1px solid #e0e0e0; }
  .stats-block.stats-top .stats-number {
    padding: 0; }

.vc_btn_primary {
  clear: left;
  width: 100%;
  padding-top: 12px; }
  .vc_btn_primary .vc_general.vc_btn3-icon-right {
    background: #81d742;
    color: #000;
    font-family: Oswald;
    font-weight: 400;
    padding-left: 50px;
    min-width: 289px;
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    padding-right: 83px !important;
    text-transform: uppercase;
    font-size: 14px; }
    .vc_btn_primary .vc_general.vc_btn3-icon-right .vc_btn3-icon {
      right: 50px !important; }
    .vc_btn_primary .vc_general.vc_btn3-icon-right:hover {
      background: #000;
      color: #fff; }

.slide-member .slick-list .slick-slide {
  margin: 0; }

.title-insta {
  text-align: center; }
  .title-insta span {
    display: none; }
  .title-insta h2 {
    text-transform: uppercase;
    font-size: 35px; }

.instagram-img a {
  color: #fff;
  display: inline-block;
  font-size: 36px;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  position: relative; }
  .instagram-img a i {
    left: 50%;
    position: absolute;
    top: 50%;
    -moz-transform: scale(0) translate(-50%, -50%);
    -o-transform: scale(0) translate(-50%, -50%);
    -ms-transform: scale(0) translate(-50%, -50%);
    -webkit-transform: scale(0) translate(-50%, -50%);
    transform: scale(0) translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    vertical-align: middle;
    z-index: 1; }
  .instagram-img a:hover:before {
    opacity: 0.7;
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1); }
  .instagram-img a:hover i {
    -moz-transform: scale(1) translate(-50%, -50%);
    -o-transform: scale(1) translate(-50%, -50%);
    -ms-transform: scale(1) translate(-50%, -50%);
    -webkit-transform: scale(1) translate(-50%, -50%);
    transform: scale(1) translate(-50%, -50%); }
  .instagram-img a::before {
    background: #000 none repeat scroll 0 0;
    content: "";
    right: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    bottom: 10px;
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s; }

.banner-type1 {
  height: 880px;
  display: table;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }
  .banner-type1.en_overlay .banner-mid::before {
    background: #fff none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s; }
  .banner-type1:hover .banner-mid:before {
    opacity: 0.9; }
  .banner-type1:hover .banner-title, .banner-type1:hover .banner-btn {
    opacity: 1;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none; }
  .banner-type1 .banner-mid {
    display: table-cell;
    height: 100%;
    position: relative;
    vertical-align: middle;
    width: 100%;
    padding: 0 15px; }
  .banner-type1 .banner-title {
    position: relative;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
    .banner-type1 .banner-title h2 {
      font-size: 74px;
      font-weight: 700;
      margin-bottom: 11px;
      text-transform: uppercase; }
    .banner-type1 .banner-title h3 {
      color: #81d742;
      font-size: 35px;
      margin: 0 auto;
      line-height: 41px;
      max-width: 410px;
      font-weight: 300;
      text-transform: uppercase; }
  .banner-type1 .btn-plus {
    display: none; }
  .banner-type1 .banner-btn {
    margin-top: 24px;
    position: relative;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    -moz-transform: translateY(100%);
    -o-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transform: translateY(100%); }
    .banner-type1 .banner-btn .btn {
      min-width: 289px; }

.banner-type2 {
  height: 464px;
  display: table;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }
  .banner-type2:hover .banner-mid:before {
    opacity: 0.5; }
  .banner-type2:hover .banner-title, .banner-type2:hover .banner-btn {
    opacity: 1;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none; }
  .banner-type2:hover .banner-btn {
    height: auto;
    margin-top: 37px; }
  .banner-type2 .banner-mid {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    width: 100%;
    position: relative;
    padding: 0 15px; }
    .banner-type2 .banner-mid::before {
      margin: 34px 30px;
      background: #000;
      bottom: 0;
      content: "";
      left: 0;
      opacity: 0;
      position: absolute;
      right: 0;
      top: 0;
      -webkit-transition: all 0.3s ease-in-out 0s;
      -moz-transition: all 0.3s ease-in-out 0s;
      -ms-transition: all 0.3s ease-in-out 0s;
      -o-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s; }
  .banner-type2 .banner-title {
    margin-top: -7px;
    position: relative; }
    .banner-type2 .banner-title h2 {
      font-size: 49px;
      font-weight: 700;
      color: #fff;
      letter-spacing: -2.8px;
      text-transform: uppercase;
      margin-top: 10px; }
    .banner-type2 .banner-title h3 {
      font-weight: 300;
      color: #fff;
      font-size: 37px;
      margin: 0 auto;
      line-height: 41px;
      letter-spacing: -1px;
      text-transform: uppercase; }
  .banner-type2 .banner-btn {
    margin-top: 0;
    position: relative;
    opacity: 0;
    height: 0;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s; }

.banner-type4 {
  position: relative; }
  .banner-type4.en_overlay::before {
    background: #000 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0.3;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1; }
  .banner-type4 .banner-img img {
    filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -o-filter: grayscale(100%); }
  .banner-type4 .banner-mid {
    left: 0;
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    z-index: 3; }
    .banner-type4 .banner-mid p {
      color: #fff;
      font-size: 16px;
      font-style: italic;
      margin: 0 auto;
      max-width: 65%; }
    .banner-type4 .banner-mid h2 {
      color: #fff;
      font-size: 36px;
      font-weight: 700;
      position: relative;
      margin-bottom: 47px;
      text-transform: uppercase; }
      .banner-type4 .banner-mid h2::before {
        background: #81d742;
        bottom: -22px;
        content: "";
        height: 3px;
        left: 50%;
        position: absolute;
        -moz-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 40px; }

.banner-type5 {
  margin-bottom: 30px; }
  .banner-type5:hover .banner-img:before {
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    opacity: 0.3; }
  .banner-type5:hover .banner-img img {
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg); }
  .banner-type5:hover .banner-img .btn-plus {
    -moz-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1); }
  .banner-type5 .banner-img {
    height: 200px;
    margin: 0 auto;
    width: 200px;
    position: relative; }
    .banner-type5 .banner-img:before {
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 5;
      opacity: 0;
      border-radius: 50%;
      background: #81d742;
      -moz-transform: translateX(-100%);
      -o-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
      -webkit-transition: all 0.35s ease-in-out;
      -moz-transition: all 0.35s ease-in-out;
      -ms-transition: all 0.35s ease-in-out;
      -o-transition: all 0.35s ease-in-out;
      transition: all 0.35s ease-in-out; }
    .banner-type5 .banner-img img {
      opacity: 1;
      -moz-transform: scale(1);
      -o-transform: scale(1);
      -ms-transform: scale(1);
      -webkit-transform: scale(1);
      transform: scale(1);
      -webkit-transition: all 0.35s ease-in-out;
      -moz-transition: all 0.35s ease-in-out;
      -ms-transition: all 0.35s ease-in-out;
      -o-transition: all 0.35s ease-in-out;
      transition: all 0.35s ease-in-out; }
    .banner-type5 .banner-img img {
      border-radius: 50%; }
    .banner-type5 .banner-img .btn-plus {
      left: 50%;
      margin: 0;
      position: absolute;
      top: 50%;
      z-index: 9;
      -webkit-transition: all 0.35s ease-in-out;
      -moz-transition: all 0.35s ease-in-out;
      -ms-transition: all 0.35s ease-in-out;
      -o-transition: all 0.35s ease-in-out;
      transition: all 0.35s ease-in-out;
      -moz-transform: translate(-50%, -50%) scale(0);
      -o-transform: translate(-50%, -50%) scale(0);
      -ms-transform: translate(-50%, -50%) scale(0);
      -webkit-transform: translate(-50%, -50%) scale(0);
      transform: translate(-50%, -50%) scale(0); }
      .banner-type5 .banner-img .btn-plus:before, .banner-type5 .banner-img .btn-plus:after {
        background: #fff; }
  .banner-type5 .banner-title {
    margin-top: 39px; }
    .banner-type5 .banner-title h3 {
      text-transform: uppercase;
      margin-bottom: 12px; }

.banner-type6 .banner-img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px; }

.slick-counter-slide .slick-center .banner-type4 .banner-img img {
  filter: none;
  -ms-filter: none;
  -moz-filter: none;
  -webkit-filter: none;
  -o-filter: none; }
.slick-counter-slide .slick-arrow {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  bottom: 43px;
  color: #fff;
  font-size: 17px;
  position: absolute;
  right: 80px;
  z-index: 9;
  padding: 0; }
  .slick-counter-slide .slick-arrow:hover {
    color: #81d742; }
  .slick-counter-slide .slick-arrow.btn-prev {
    right: 50px; }

.slider-wrap-container .pagingInfo {
  bottom: 80px;
  color: #fff;
  font-family: Oswald;
  font-size: 22px;
  position: absolute;
  right: 63px;
  z-index: 9; }

.tp-caption.rev-btn.button-slide-primary {
  background: #81d742 !important;
  visibility: visible !important;
  opacity: 1 !important;
  font-weight: 700 !important;
  outline: none;
  cursor: pointer;
  height: 48px;
  min-width: 198px;
  text-transform: uppercase;
  border: 1px solid #81d742 !important; }
  .tp-caption.rev-btn.button-slide-primary:hover {
    border-color: #fff !important;
    background: #fff !important; }

.tp-caption.rev-btn.btn-slide-border:hover {
  background: #81d742 !important;
  border-color: #81d742 !important;
  border-width: 1px !important; }

.bg-text {
  font-style: italic;
  font-weight: 400;
  position: relative;
  color: #81d742; }
  .bg-text:before {
    position: absolute;
    content: "";
    left: -28px;
    top: 12px;
    background: url(../images/bg-text.png) no-repeat left center;
    right: 0;
    bottom: 0;
    background-size: 100%;
    z-index: -1; }

.tp-static-layer {
  opacity: 1 !important; }

.rev_slider_wrapper .custom {
  height: 12px !important; }
  .rev_slider_wrapper .custom .tp-bullet {
    background: #ababab;
    height: 8px;
    width: 8px;
    opacity: 1;
    border-radius: 50%;
    vertical-align: middle;
    border: 1px solid #ebebeb;
    display: inline-block;
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out; }
    .rev_slider_wrapper .custom .tp-bullet:hover, .rev_slider_wrapper .custom .tp-bullet.selected {
      border-color: #81d742;
      opacity: 1;
      height: 12px;
      width: 12px;
      background: none; }

.slide-status-numbers sup {
  font-size: 24px;
  top: -1.5em;
  line-height: 100%;
  color: #ababab; }

.scroll-down {
  color: #fff;
  position: relative;
  padding-bottom: 10px !important; }
  .scroll-down:before {
    background: url(../images/bg-scroll-down.png) no-repeat;
    top: 100%;
    content: "";
    height: 46px;
    left: 50%;
    position: absolute;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 10px; }

.title-interior {
  font-size: 56px;
  line-height: 64px;
  padding-bottom: 16px; }
  .title-interior span {
    font-weight: 600; }
  .title-interior + .text-default {
    font-size: 14px;
    padding-top: 5px;
    padding-bottom: 9px;
    line-height: 24px; }

.btn-circle-slide {
  letter-spacing: 0.05em !important; }
  .btn-circle-slide span {
    font-size: 16px !important;
    font-weight: 400 !important;
    letter-spacing: 0.25em !important;
    padding-bottom: 6px;
    display: inline-block !important; }

.custom-progress.vc_progress_bar .vc_label {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 21px;
  color: #696969;
  margin-bottom: 8px;
  text-transform: uppercase; }
.custom-progress.vc_progress_bar .vc_single_bar {
  background: #e0e0e0 none repeat scroll 0 0;
  border-radius: 0;
  box-shadow: none;
  height: 4px;
  margin-bottom: 24px;
  position: relative; }
  .custom-progress.vc_progress_bar .vc_single_bar .vc_bar {
    background-color: #212121;
    border-radius: 0;
    position: relative;
    display: block; }
.custom-progress.vc_progress_bar .vc_progress_value {
  background: #81d742;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  height: 20px;
  line-height: 20px;
  padding: 0 6px;
  position: absolute;
  right: -20px;
  top: -30px; }
  .custom-progress.vc_progress_bar .vc_progress_value::before {
    content: "";
    right: 15px;
    width: 0;
    height: 0;
    bottom: -4px;
    border-style: solid;
    border-width: 4px 5.5px 0;
    border-color: #81d742 transparent transparent;
    position: absolute; }

.woocommerce-store-notice.demo_store {
  display: none !important; }

.product-category .item {
  width: 58.3333%;
  float: left; }
  .product-category .item:nth-child(2n) {
    width: 41.6667%; }
.product-category .cat-item {
  position: relative; }
.product-category .title-cate {
  padding-top: 36px; }
  .product-category .title-cate h2 {
    font-family: Cormorant Garamond;
    font-size: 56px;
    font-weight: 700;
    line-height: 64px; }
.product-category .name-cate {
  position: absolute;
  top: 73px;
  right: 171px; }
  .product-category .name-cate a {
    border-bottom: 1px solid rgba(51, 51, 51, 0.5);
    font-size: 24px;
    letter-spacing: 0.2em;
    line-height: 34px;
    color: #333;
    display: inline-block;
    padding-right: 76px;
    text-transform: uppercase; }
    .product-category .name-cate a:hover {
      color: #81d742;
      border-color: #81d742; }
    .product-category .name-cate a i {
      font-size: 18px;
      margin-left: 7px; }
.product-category .count-post {
  position: absolute;
  top: 54%;
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }
  .product-category .count-post p {
    font-family: Cormorant Garamond;
    font-size: 34px;
    font-weight: 700;
    letter-spacing: 0.4em;
    margin-bottom: 0;
    color: rgba(51, 51, 51, 0.2);
    text-transform: uppercase; }
.product-category .category-1 {
  margin-top: -102px;
  padding-left: 17px; }
  .product-category .category-1 .name-cate {
    right: 0;
    top: 168px;
    text-align: center; }
    .product-category .category-1 .name-cate a {
      padding: 0 40px 0 52px; }
      .product-category .category-1 .name-cate a i {
        position: absolute;
        right: 0;
        top: 0; }
  .product-category .category-1 .count-post {
    top: 137px;
    left: -74px; }
.product-category .category-2 {
  margin-top: 93px; }
  .product-category .category-2 .name-cate a {
    padding-right: 80px; }
  .product-category .category-2 .count-post {
    left: -77px; }
.product-category .category-3 {
  text-align: right;
  padding-top: 231px; }
  .product-category .category-3 .name-cate {
    top: 78px;
    right: auto;
    left: 44px; }
    .product-category .category-3 .name-cate a {
      padding-right: 50px; }
      .product-category .category-3 .name-cate a i {
        margin-left: 16px; }
  .product-category .category-3 .count-post {
    top: 100px;
    right: -60px; }
.product-category .category-4 {
  text-align: right;
  padding-top: 69px;
  padding-right: 15px; }
  .product-category .category-4 .name-cate {
    top: 95px;
    right: 158px; }
    .product-category .category-4 .name-cate a {
      padding-right: 42px; }
  .product-category .category-4 .count-post {
    right: -58px;
    top: 46%; }
.product-category .views {
  display: inline-block;
  position: relative;
  z-index: 9; }
.product-category .views-all {
  padding-left: 118px;
  padding-top: 99px; }
.product-category .btn-view-all {
  background: #fff none repeat scroll 0 0;
  display: table-cell;
  font-family: Cormorant Garamond;
  font-size: 24px;
  font-weight: 600;
  height: 230px;
  line-height: 32px;
  padding: 35px;
  text-align: center;
  vertical-align: middle;
  color: #333;
  width: 230px;
  -webkit-box-shadow: -5px -3px 54px 0px rgba(51, 51, 51, 0.1);
  -moz-box-shadow: -5px -3px 54px 0px rgba(51, 51, 51, 0.1);
  box-shadow: -5px -3px 54px 0px rgba(51, 51, 51, 0.1); }
  .product-category .btn-view-all:hover {
    color: #81d742; }
  .product-category .btn-view-all::before {
    background: #81d742;
    bottom: -30px;
    content: "";
    height: 70px;
    opacity: 0.5;
    position: absolute;
    right: -40px;
    width: 70px;
    z-index: -1; }

.bg-highlight {
  background: rgba(146, 197, 217, 0.2); }

.tes-interior .caption_testimonial.style2 .img-tes {
  height: 100px;
  width: 100px; }
.tes-interior .caption_testimonial.style2 .item-desc {
  padding-top: 61px; }

.slick-brand .slick-list {
  padding: 0 !important; }

.name-profile {
  position: absolute;
  top: 70px;
  right: 0;
  z-index: 5; }
  @media (min-width: 1550px) {
    .name-profile {
      top: 121px; } }
  .name-profile .uvc-main-heading h4 {
    font-size: 42px;
    padding-bottom: 7px !important; }
    @media (min-width: 1550px) {
      .name-profile .uvc-main-heading h4 {
        font-size: 56px; } }
  .name-profile .uvc-main-heading + .uvc-sub-heading {
    color: #fff;
    font-size: 70px;
    font-weight: 700 !important;
    letter-spacing: 0.05em;
    line-height: 70px; }
    @media (min-width: 1550px) {
      .name-profile .uvc-main-heading + .uvc-sub-heading {
        font-size: 100px;
        line-height: 100px; } }

.uvc-heading.name-job {
  position: absolute;
  top: 280px;
  left: 100%;
  width: 50%;
  z-index: 6; }
  @media (min-width: 1550px) {
    .uvc-heading.name-job {
      top: 415px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .uvc-heading.name-job {
      left: auto;
      right: 0;
      text-align: right !important; } }
  .uvc-heading.name-job .uvc-sub-heading {
    color: #fff;
    font-size: 14px;
    font-weight: 700 !important;
    letter-spacing: 1em;
    line-height: 32px;
    text-transform: uppercase; }
    @media (min-width: 768px) and (max-width: 991px) {
      .uvc-heading.name-job .uvc-sub-heading {
        letter-spacing: 0.5em; } }

.page-template-vcard .header-v6 .mini-cart .cart_nu_count {
  background-color: #333;
  color: #81d742; }
.page-template-vcard .header-v6 .mini-cart .cart_label:hover,
.page-template-vcard .header-v6 .open-menu-mobile:hover {
  color: #333 !important; }

#fullpage .our-gallery-sc {
  z-index: 10; }
#fullpage .arrows-custom .slick-dots {
  bottom: 0; }
@media (min-width: 1550px) {
  #fullpage .ult-content-box {
    padding-left: 70px; } }
#fullpage .ult-content-box {
  position: relative; }
#fullpage .ult_tabcontent.style2 {
  padding: 0;
  width: 490px;
  z-index: 10;
  position: relative;
  padding-top: 120px; }
  @media (min-width: 1550px) {
    #fullpage .ult_tabcontent.style2 {
      padding-top: 111px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    #fullpage .ult_tabcontent.style2 {
      padding-top: 230px; } }
#fullpage .ult_tabmenu.style2 {
  display: block;
  max-width: 100%;
  width: auto;
  position: absolute;
  top: 380px;
  right: 0;
  text-align: right;
  z-index: 9; }
  @media (min-width: 1550px) {
    #fullpage .ult_tabmenu.style2 {
      top: 551px; } }
  #fullpage .ult_tabmenu.style2 li.ult_tab_li {
    display: block;
    margin-top: 0;
    float: none;
    margin-bottom: 9px; }
    #fullpage .ult_tabmenu.style2 li.ult_tab_li.current a, #fullpage .ult_tabmenu.style2 li.ult_tab_li:hover a {
      background: #333333  !important; }
    #fullpage .ult_tabmenu.style2 li.ult_tab_li a {
      margin-top: 0 !important;
      padding: 0 5px;
      box-shadow: none;
      letter-spacing: 0.1em;
      background: none !important;
      border-radius: 0 !important;
      text-align: right; }
      #fullpage .ult_tabmenu.style2 li.ult_tab_li a .ult_tab_main {
        display: block; }
      #fullpage .ult_tabmenu.style2 li.ult_tab_li a span {
        line-height: 30px !important; }
      #fullpage .ult_tabmenu.style2 li.ult_tab_li a span.ult_tab_section {
        display: block; }
      #fullpage .ult_tabmenu.style2 li.ult_tab_li a:hover {
        padding: 0 5px; }
#fullpage .wpb_column {
  position: static; }
#fullpage .ult_tabitemname {
  padding: 0; }
#fullpage .our-gallery-sc .gallery_sort .item {
  width: 50%; }
  @media (min-width: 1550px) {
    #fullpage .our-gallery-sc .gallery_sort .item:nth-child(2) {
      margin-top: 125px; } }
  #fullpage .our-gallery-sc .gallery_sort .item:nth-child(2) {
    margin-top: 70px; }
  #fullpage .our-gallery-sc .gallery_sort .item .gallery_title h4 {
    color: #333;
    font-size: 18px;
    letter-spacing: 0.1em; }
#fullpage .our-gallery-sc .gallery-style1 .item .category a {
  color: #ababab; }
  #fullpage .our-gallery-sc .gallery-style1 .item .category a:hover {
    color: #81d742; }
#fullpage .blog-container .blog-grid-1.blog-grid .blog-post-info {
  padding: 15px; }
#fullpage .blog-grid .blog-post-title {
  min-height: 100%;
  padding-bottom: 10px; }
@media (min-width: 1550px) {
  #fullpage .blog-grid .grid-item:nth-child(2) {
    margin-top: 125px; } }
#fullpage .blog-grid .grid-item:nth-child(2) {
  margin-top: 70px; }
#fullpage .blog-grid .post-name > a {
  line-height: 24px; }
#fullpage .quote + .blog-post-info {
  display: none; }
#fullpage .quote_section {
  padding: 15px; }
  #fullpage .quote_section blockquote {
    font-size: 24px;
    line-height: normal; }
#fullpage .form-contact {
  margin-top: 40px; }
  @media (min-width: 1550px) {
    #fullpage .form-contact {
      margin-top: 100px; } }
#fullpage .blog-info .info {
  padding-right: 15px; }
#fullpage .aio-icon-component.style_1 {
  margin-bottom: 30px !important; }
#fullpage .aio-icon-box .aio-icon-default {
  margin-right: 15px; }
#fullpage .aio-icon-box .aio-icon-header {
  height: 82px; }
  #fullpage .aio-icon-box .aio-icon-header h3 {
    margin-bottom: 0;
    color: #fff; }
#fullpage .aio-icon-box .aio-icon {
  background: none; }
  #fullpage .aio-icon-box .aio-icon:hover {
    border-color: #81d742 !important; }
#fullpage .aio-icon-component {
  width: 50%;
  float: left; }
@media (min-width: 768px) {
  #fullpage .me-hire {
    bottom: 60px;
    left: 29px;
    margin-bottom: 0 !important;
    position: absolute;
    z-index: 11; } }
@media (max-width: 767px) {
  #fullpage .me-hire {
    display: none; } }
#fullpage .hide-me-vcard a {
  color: #333;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase; }
  #fullpage .hide-me-vcard a:hover {
    color: #fff; }

.wpb_single_image.img-vcard-abs {
  bottom: 0;
  margin-bottom: 0;
  position: absolute;
  right: 0; }

.social-vertical {
  position: absolute;
  right: 75px;
  top: 55%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }
  .social-vertical h6 {
    color: #fff;
    font-weight: 500;
    height: 91px;
    position: relative;
    letter-spacing: 0.15em;
    margin-bottom: 145px;
    left: -17px;
    text-transform: uppercase;
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: right top 0;
    -moz-transform-origin: right top 0;
    -ms-transform-origin: right top 0;
    -o-transform-origin: right top 0;
    transform-origin: right top 0; }
    .social-vertical h6::before {
      border-right: 1px solid rgba(255, 255, 255, 0.5);
      bottom: 54px;
      content: "";
      height: 60px;
      left: -51px;
      position: absolute;
      -moz-transform: rotate(-90deg);
      -o-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      -webkit-transform: rotate(-90deg);
      transform: rotate(-90deg); }
  .social-vertical ul {
    float: right;
    list-style: outside none none;
    padding: 0;
    text-align: center;
    width: 20px; }
  .social-vertical li a {
    color: #fff;
    display: block;
    font-size: 20px;
    padding-bottom: 25px; }
    .social-vertical li a:hover {
      color: #81d742; }

.container-before {
  position: relative; }
  .container-before:before {
    background: #f7f7f9 none repeat scroll 0 0;
    content: "";
    height: 890px;
    left: 50%;
    position: absolute;
    top: 0;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 570px; }

.letter-spacing {
  letter-spacing: 0.4em; }

.font-custom-2 {
  color: #333;
  font-family: Cormorant Garamond;
  font-size: 34px;
  font-weight: 600;
  line-height: 48px; }

.font-custom.top-min {
  margin-top: -70px; }

.text-mark-3 {
  padding-bottom: 7px; }
  .text-mark-3 .text-mark {
    margin-top: 0; }
    .text-mark-3 .text-mark:before, .text-mark-3 .text-mark:after {
      content: none; }
    .text-mark-3 .text-mark h2 {
      padding-left: 80px;
      padding-top: 30px; }
      .text-mark-3 .text-mark h2 span {
        background-image: url("../images/bg-mark-3.jpg");
        background-position: center top; }

.img-before .vc_single_image-wrapper {
  position: relative;
  -webkit-box-shadow: 2px 2px 30px 0px rgba(0, 1, 1, 0.2);
  -moz-box-shadow: 2px 2px 30px 0px rgba(0, 1, 1, 0.2);
  box-shadow: 2px 2px 30px 0px rgba(0, 1, 1, 0.2); }
  .img-before .vc_single_image-wrapper img {
    position: relative;
    z-index: 2; }
  .img-before .vc_single_image-wrapper:before {
    position: absolute;
    content: "";
    background: #c8e2ec;
    width: 170px;
    height: 170px;
    top: -95px;
    right: -85px;
    z-index: 1; }
  .img-before .vc_single_image-wrapper:after {
    border-top: 1px solid #333333;
    content: "";
    left: 120px;
    position: absolute;
    top: 0;
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 100px;
    z-index: 3; }

.text-rotate.uvc-heading {
  position: relative; }
  .text-rotate.uvc-heading .uvc-main-heading {
    position: absolute;
    top: 95px;
    -moz-transform: rotate(90deg) translate(50%, -50%);
    -o-transform: rotate(90deg) translate(50%, -50%);
    -ms-transform: rotate(90deg) translate(50%, -50%);
    -webkit-transform: rotate(90deg) translate(50%, -50%);
    transform: rotate(90deg) translate(50%, -50%);
    -webkit-transform-origin: center top 0;
    -moz-transform-origin: center top 0;
    -ms-transform-origin: center top 0;
    -o-transform-origin: center top 0;
    transform-origin: center top 0;
    width: 100%;
    z-index: 9; }
    .text-rotate.uvc-heading .uvc-main-heading:before {
      border-top: 1px solid #333;
      content: "";
      height: 1px;
      left: -88px;
      position: absolute;
      top: 0;
      -moz-transform: rotate(-60deg) translateX(-38px);
      -o-transform: rotate(-60deg) translateX(-38px);
      -ms-transform: rotate(-60deg) translateX(-38px);
      -webkit-transform: rotate(-60deg) translateX(-38px);
      transform: rotate(-60deg) translateX(-38px);
      -webkit-transform-origin: center top 0;
      -moz-transform-origin: center top 0;
      -ms-transform-origin: center top 0;
      -o-transform-origin: center top 0;
      transform-origin: center top 0;
      width: 80px; }
  .text-rotate.uvc-heading h2 {
    letter-spacing: 0.4em;
    text-transform: uppercase; }

.intro-content {
  margin-bottom: 34px; }
  .intro-content h3 {
    color: #696969;
    font-family: Cormorant Garamond;
    font-weight: 700;
    margin-bottom: 14px; }
  .intro-content p {
    color: #ababab;
    line-height: 24px; }

.img-before-2 figure img {
  position: relative;
  z-index: 1; }
.img-before-2 figure:before {
  background: #f7f7f9 none repeat scroll 0 0;
  content: "";
  height: 720px;
  left: -50px;
  position: absolute;
  top: -183px;
  width: 610px;
  z-index: 0; }
.img-before-2 figure:after {
  background: #eae6d3 none repeat scroll 0 0;
  content: "";
  height: 170px;
  right: -100px;
  position: absolute;
  bottom: -40px;
  width: 170px;
  z-index: 0; }

.margin-0 .vc_row {
  margin: 0; }
  .margin-0 .vc_row .wpb_single_image {
    overflow: hidden; }
    .margin-0 .vc_row .wpb_single_image:hover img {
      -moz-transform: scale(1.1);
      -o-transform: scale(1.1);
      -ms-transform: scale(1.1);
      -webkit-transform: scale(1.1);
      transform: scale(1.1); }
    .margin-0 .vc_row .wpb_single_image img {
      -webkit-transition: all 0.3s ease-in-out 0s;
      -moz-transition: all 0.3s ease-in-out 0s;
      -ms-transition: all 0.3s ease-in-out 0s;
      -o-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s; }

.social-right {
  position: absolute;
  right: 95px;
  text-align: right;
  top: 50%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }
  .social-right ul {
    padding: 0;
    list-style: none; }
    .social-right ul li a {
      font-size: 24px;
      font-family: Cormorant Garamond;
      font-weight: 500;
      color: #696969;
      display: block;
      letter-spacing: 0.1em;
      padding: 8px 0;
      position: relative; }
      .social-right ul li a:hover:before {
        width: 80px; }
      .social-right ul li a:before {
        position: absolute;
        content: "";
        border-top: 1px solid #333;
        width: 0;
        left: calc(100% + 22px);
        top: 50%;
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: all 0.3s ease-in-out 0s;
        -moz-transition: all 0.3s ease-in-out 0s;
        -ms-transition: all 0.3s ease-in-out 0s;
        -o-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s; }
      .social-right ul li a i {
        display: none; }
      .social-right ul li a:hover {
        color: #333333; }

.wpb_text_column .list-cate {
  margin: 0 -15px;
  overflow: hidden;
  position: absolute;
  width: 100%;
  bottom: 110px;
  left: 12px; }

.list-cate .list-cate-content {
  float: left;
  padding: 0 15px;
  width: 25%; }
  .list-cate .list-cate-content a {
    border-bottom: 1px solid rgba(51, 51, 51, 0.5);
    display: block;
    font-family: Cormorant Garamond;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.2em;
    line-height: 33px;
    color: #333;
    text-transform: uppercase; }
    .list-cate .list-cate-content a i {
      -webkit-transition: all 0.3s ease-in-out 0s;
      -moz-transition: all 0.3s ease-in-out 0s;
      -ms-transition: all 0.3s ease-in-out 0s;
      -o-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s; }
    .list-cate .list-cate-content a:hover {
      color: #000; }
      .list-cate .list-cate-content a:hover i {
        padding-left: 10px; }
  .list-cate .list-cate-content .desc {
    color: #333;
    letter-spacing: 0.05em;
    line-height: 36px; }

.rev_slider_wrapper .custom.vertical .tp-bullet {
  background: #fff;
  border: 1px solid #fff;
  box-shadow: none;
  left: 50% !important;
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }
  .rev_slider_wrapper .custom.vertical .tp-bullet.selected {
    background: none; }

.height-80 .line-separator {
  margin-bottom: -40px; }

@media (min-width: 1920px) {
  .content-scroll .gallery-entries-wrap,
  .content-scroll .blog-container .blog-grid {
    overflow-y: scroll;
    height: 735px !important;
    margin-right: -17px; } }
@media (max-width: 1366px) {
  #fullpage .me-hire {
    left: auto;
    right: 30px; }

  .slider-shop-2 .tp-bullets {
    left: -45px !important; } }
@media (min-width: 1366px) {
  .box-joinus {
    padding-left: 105px; }

  .list-btn {
    padding-right: 100px; }

  .desc-architect-b {
    padding-right: 165px; }
    .desc-architect-b .text-default {
      padding-bottom: 11px; } }
@media (min-width: 1200px) {
  .shop-slogan {
    width: 55%;
    margin: 0 auto !important;
    min-height: 223px; } }
@media (max-width: 1199px) {
  .slide-status-numbers {
    right: 30px; }

  .list-cate .list-cate-content {
    width: 33.3333%; }

  .slider-shop-2 .tp-bullets {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .uvc-heading.name-job .uvc-sub-heading {
    letter-spacing: 0.7em; } }
@media (min-width: 992px) and (max-width: 1024px) {
  #fullpage .ult_tabcontent.style2 {
    padding-top: 160px; } }
@media (min-width: 992px) and (max-width: 1919px) {
  .content-scroll .gallery-entries-wrap,
  .content-scroll .blog-container .blog-grid {
    overflow-y: scroll;
    height: 500px !important;
    margin-right: -17px; } }
@media (min-width: 992px) {
  .no-margin {
    margin: 0; } }
@media (min-width: 768px) and (max-width: 991px) {
  .list-cate .list-cate-content a {
    font-size: 16px; } }
@media (max-width: 991px) {
  .box-list-banner .wpb_single_image .wpb_singleimage_heading {
    font-size: 36px; }

  .member-type1 .member-info {
    max-width: 100%; }

  .arrowpress-heading.heading-1 {
    padding-bottom: 50px !important; }

  .text-mark::after {
    left: 200px;
    right: auto; }
  .text-mark h2 {
    padding-left: 15px;
    padding-top: 0;
    font-size: 400px; }

  .text-mark-3 .text-mark h2 {
    padding-left: 0; }

  .text-abs-home .text-abs-1 {
    right: 0;
    top: 0;
    font-size: 100px; }

  .product-category .views-all {
    padding-left: 50px; }

  .social-vertical {
    right: 15px; }
    .social-vertical h6 {
      margin-bottom: 100px; }

  .tp-bullets.custom.vertical {
    left: -60px !important; }

  .social-right {
    right: 15px; }

  .text-rotate.uvc-heading .uvc-main-heading {
    position: static;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none; }
    .text-rotate.uvc-heading .uvc-main-heading:before {
      content: none; }

  .img-before-2 figure::before {
    height: 500px;
    top: -50px;
    width: 500px; } }
@media (max-width: 767px) {
  .side-breadcrumb + .wrapper {
    padding-top: 50px; }

  .member-type1 {
    margin-bottom: 50px; }
    .member-type1 .member-img {
      text-align: left; }
    .member-type1 .member-info {
      margin-top: 0; }

  .service-content.style1 {
    margin-bottom: 50px; }

  .list-partners a {
    font-size: 24px;
    line-height: 32px; }

  .stats-block.stats-top::before {
    content: none; }

  .product-category .item,
  .product-category .item:nth-child(2n) {
    width: 100%; }
  .product-category .title-cate {
    padding-top: 15px; }
  .product-category .title-cate h2 {
    font-size: 36px;
    line-height: 40px; }
    .product-category .title-cate h2 br {
      display: none; }
  .product-category .category-1 {
    margin-top: 50px;
    padding-left: 0; }
  .product-category .category-2 {
    margin-top: 50px; }
  .product-category .category-3 {
    padding-top: 50px; }
  .product-category .category-4 {
    padding-right: 0;
    padding-top: 50px; }
  .product-category .views-all {
    padding-left: 0;
    text-align: center; }

  .caption_testimonial.style2 .item-desc {
    font-size: 20px;
    line-height: 30px; }

  .title-interior {
    font-size: 42px;
    line-height: 50px; }

  .font-custom {
    font-size: 36px !important; }

  .font-custom-2 {
    padding-bottom: 0 !important; }

  .btn-circle-slide span {
    font-size: 12px !important; }

  .custom.tp-bullets {
    display: none; }

  .name-profile {
    position: static;
    text-align: left !important;
    padding-top: 90px; }

  .uvc-heading.name-job {
    margin-top: 30px;
    position: static;
    width: 100%;
    letter-spacing: 0.5em; }

  .wpb_single_image.img-vcard-abs {
    opacity: 0.5;
    top: 0;
    bottom: auto; }

  #fullpage .ult_tabcontent {
    height: 100% !important; }
  #fullpage .ult_tabmenu.style2 {
    position: static;
    text-align: left;
    margin: 30px -2px 0; }
    #fullpage .ult_tabmenu.style2 li.ult_tab_li {
      display: inline-block;
      float: left;
      margin: 0 2px; }
  #fullpage .ult_tabcontent.style2 {
    padding-top: 40px;
    width: 100%; }
  #fullpage .form-contact {
    margin-top: 0; }
  #fullpage .gallery-entries-wrap.gallery-style1 {
    margin-top: -20px; }

  .name-profile .uvc-main-heading + .uvc-sub-heading {
    font-size: 50px;
    line-height: 50px; }

  .name-profile .uvc-main-heading h4 {
    font-size: 36px; }

  .gallery-style1.gallery-grid-2 .read-more {
    display: none; }

  .wpb_text_column.text-mark-3 {
    margin-bottom: 0;
    padding-bottom: 0; }

  .text-mark-3 .text-mark h2 {
    padding-top: 0; }

  .font-custom-2 {
    padding-bottom: 30px;
    font-size: 30px;
    line-height: 36px; }

  .img-before .vc_single_image-wrapper::after {
    content: none; }

  .social-right {
    text-align: center; }
    .social-right ul li a i {
      display: block; }
    .social-right ul li a span {
      display: none; }

  .wpb_text_column .list-cate {
    position: static; }
    .wpb_text_column .list-cate .list-cate-content {
      margin-bottom: 30px;
      width: 100%; }

  .img-before-2 figure::before {
    content: none; }

  .margin-0 .vc_row {
    margin: 0 -15px; } }
@media (max-width: 600px) {
  #fullpage .ult_tabmenu.style2 {
    margin: 30px 0 0; }
    #fullpage .ult_tabmenu.style2 li.ult_tab_li {
      float: left;
      margin: 0 0 2px;
      width: 50%; }
      #fullpage .ult_tabmenu.style2 li.ult_tab_li a {
        text-align: center; }
        #fullpage .ult_tabmenu.style2 li.ult_tab_li a span {
          font-size: 20px !important; }

  .item-desc {
    width: 85%; } }
@media (max-width: 499px) {
  #fullpage .our-gallery-sc .gallery_sort .item {
    width: 100%; }
    #fullpage .our-gallery-sc .gallery_sort .item:nth-child(2) {
      margin-top: 0; }

  #fullpage .blog-grid .grid-item:nth-child(2) {
    margin-top: 0; } }
@media (max-width: 480px) {
  .text-abs-home .text-abs-1 {
    font-size: 70px; }

  .product-category .product-category .name-cate {
    right: 0;
    top: 15px; }
  .product-category .category-1 .name-cate {
    top: 50px; }
  .product-category .category-4 .name-cate {
    right: 50px;
    top: 30px; }

  #fullpage .aio-icon-box .aio-icon-header {
    height: 100%; } }
.title404 {
  font-weight: 900;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  display: block;
  font-family: OpenSans-Extrabold;
  font-size: 17.8px;
  letter-spacing: 2.8px; }

.overlay404 {
  position: relative; }
  .overlay404:before {
    content: "";
    background: rgba(0, 0, 0, 0.7);
    opacity: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%; }

svg {
  width: 100%;
  height: 100%; }

.heading404 {
  position: relative;
  margin-bottom: -9px; }

.error404 .side-breadcrumb {
  display: none; }
.error404 .side-breadcrumb + .wrapper {
  padding-top: 0; }
.error404 .footer {
  padding-top: 0 !important;
  position: relative; }

html {
  height: 100%; }

#error-page {
  max-width: none;
  padding: 0;
  margin: 0 !important; }

.content-404 h1 {
  color: inherit;
  font-size: 120px;
  display: inline-block;
  letter-spacing: 60px;
  padding: 28px 17px 28px 75px;
  border: 2px solid #fff;
  margin-bottom: 25px; }

.content-404 p, .content-404 a {
  color: inherit;
  font-size: 16px;
  margin: 0; }

.content-404 a {
  text-decoration: underline; }
  .content-404 a:hover {
    text-decoration: none; }

.page-404 {
  background-size: cover;
  margin: 0 -15px;
  vertical-align: middle; }
  .page-404 .page-404-container {
    position: relative;
    height: 100%; }
  .page-404 .content-404 {
    top: 50%;
    width: 100%;
    text-align: center;
    font-size: 24px;
    padding-top: 0;
    letter-spacing: 1.5px;
    position: absolute;
    padding: 0 15px;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
    .page-404 .content-404 .btn.btn-primary {
      margin-top: 33px;
      padding: 14px 54px 14px 54px;
      letter-spacing: 0px;
      text-decoration: none; }
      .page-404 .content-404 .btn.btn-primary > i {
        margin-left: 17px; }

.page-template-coming-soon footer, #error-page footer {
  padding-top: 0; }

.page-coming-soon {
  position: relative;
  min-height: 500px; }
  .page-coming-soon .coming-soon-container {
    position: relative;
    min-height: 500px; }
  .page-coming-soon .coming-soon {
    position: absolute;
    top: 50%;
    width: 100%;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    padding-top: 111px;
    right: 0;
    left: 0; }
  .page-coming-soon .coming-clock, .page-coming-soon .coming-title {
    display: inline-block;
    vertical-align: middle; }
  .page-coming-soon .coming-title {
    text-transform: uppercase;
    font-size: 35px;
    text-align: left;
    width: 44.4%;
    /* max-width: 512px; */
    padding-left: 54px;
    padding-right: 52px;
    border-right: 1px solid #fff;
    padding: 9px 52px 9.2px 86px; }
    .page-coming-soon .coming-title h3 {
      color: #d19f68;
      font-size: 35px; }
    .page-coming-soon .coming-title h2 {
      font-size: 75px;
      font-weight: bold;
      color: inherit;
      margin-top: 5px;
      letter-spacing: -3px; }
  .page-coming-soon .coming-clock {
    width: 54%; }
  .page-coming-soon .coming-timer {
    position: relative;
    display: inline-block;
    line-height: 100%;
    margin-left: 1px;
    margin-top: -4px; }
    .page-coming-soon .coming-timer > span:first-child {
      font-size: 80px;
      font-weight: 300;
      line-height: 100%; }
    .page-coming-soon .coming-timer > span:last-child {
      font-size: 128px;
      font-weight: bold;
      position: absolute;
      opacity: 0.1;
      left: 50%;
      -moz-transform: translateX(-50%) translateY(-50%);
      -o-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
      -webkit-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
      padding-right: 55px;
      top: 45%;
      line-height: 100%; }
    .page-coming-soon .coming-timer:after {
      content: ":";
      font-size: 80px;
      font-family: inherit;
      font-weight: 300;
      padding: 0 22px 0 21px; }
    .page-coming-soon .coming-timer:last-child:after {
      display: none; }
    .page-coming-soon .coming-timer:last-child > span:last-child {
      padding-right: 0; }
  .page-coming-soon .coming-subcribe {
    margin-top: 47px; }
  .page-coming-soon .mc4wp-form {
    width: 100%;
    max-width: 560px;
    margin: 0 auto; }
    .page-coming-soon .mc4wp-form input[type="submit"] {
      margin-top: 10px;
      background: #d19f68;
      text-transform: uppercase;
      padding: 13px 60px 15px 60px;
      text-align: left;
      font-weight: bold;
      color: #000;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      .page-coming-soon .mc4wp-form input[type="submit"]:hover {
        background: #000;
        color: #fff; }
    .page-coming-soon .mc4wp-form p.submit {
      position: relative;
      max-width: 204px;
      margin: 0 auto; }
      .page-coming-soon .mc4wp-form p.submit:hover:after {
        color: #fff; }
  .page-coming-soon .mc4wp-form-fields > label:first-child {
    display: none; }
  .page-coming-soon input[type="email"], .page-coming-soon input[type="text"] {
    width: 100%;
    background: transparent;
    border: 1px solid #fff;
    text-align: center;
    color: #fff;
    text-transform: capitalize;
    padding: 14px 26px 14.9px;
    font-size: 14px;
    height: 50px; }

.hide_footer footer {
  display: none !important; }

.ult_tabcontent.ult-responsive.style1 {
  overflow: visible !important; }

.ult_tabmenu.style1 .ult_tab_li {
  background: none !important; }
  .ult_tabmenu.style1 .ult_tab_li.current > a {
    border-color: #d19f68; }
  .ult_tabmenu.style1 .ult_tab_li:last-child {
    overflow: visible;
    position: static; }
    .ult_tabmenu.style1 .ult_tab_li:last-child:after {
      background: #ebebeb;
      content: "";
      height: 1px;
      margin-top: -2px;
      position: absolute;
      right: -15px;
      top: 50%;
      width: 97px;
      z-index: 2; }
.ult_tabmenu.style1 a.ult_a {
  background: none !important;
  width: 67px;
  height: 67px;
  text-align: center;
  padding: 12px 2px;
  border: 1px solid #ebebeb;
  margin: 0 5px; }
  .ult_tabmenu.style1 a.ult_a .ult-span-text {
    display: none; }
  .ult_tabmenu.style1 a.ult_a .aio-icon.none.ult_tab_iconright {
    margin: 2px; }
  .ult_tabmenu.style1 a.ult_a:hover {
    border-color: #d19f68; }

#bonfire_services .ult_tabmenu.style1 {
  padding-left: 123px;
  margin-bottom: 37px;
  overflow: visible; }
#bonfire_services .ult_tabitemname {
  overflow: visible !important; }
#bonfire_services .ult_tabcontent .uvc-heading {
  margin-left: -152px;
  padding-bottom: 39px;
  text-align: left; }
#bonfire_services .ubtn-ctn-left {
  padding-left: 130px; }
  #bonfire_services .ubtn-ctn-left .ubtn-text {
    letter-spacing: 0.35px;
    margin-right: 32px;
    margin-top: -1px; }
  #bonfire_services .ubtn-ctn-left .ubtn-icon {
    padding-right: 6px; }
#bonfire_services .container > .wpb_column:nth-child(2) {
  margin-top: 100px; }
  #bonfire_services .container > .wpb_column:nth-child(2) > .vc_column-inner > .wpb_wrapper > .uvc-heading {
    left: 31px;
    position: absolute;
    text-align: center;
    top: 5px;
    vertical-align: middle;
    width: 100px; }
#bonfire_services .icon_box_content.type_2 {
  padding-left: 3px; }
  #bonfire_services .icon_box_content.type_2 .icon_box {
    float: left;
    width: 67px;
    height: 67px; }
#bonfire_services .icon_box_content.type_2 .icon_box_desc {
  padding-left: 41px;
  width: calc(100% - 100px);
  margin-top: -6px;
  padding-top: 0; }
#bonfire_services .icon_box_desc > p + p {
  margin-top: 26px; }
#bonfire_services .icon_box_desc p {
  font-size: 16px;
  line-height: 26px; }
#bonfire_services .icon_box {
  color: #000;
  background: #d19f68;
  font-size: 39px; }
  #bonfire_services .icon_box:before, #bonfire_services .icon_box:after {
    background: #ebebeb; }

.pricing-content.style2 .price-center {
  font-size: 31px; }
.pricing-content.style2 sup {
  font-size: 62%;
  top: -8px;
  margin-left: -3px; }
.pricing-content.style2 .price-box {
  padding-bottom: 22px; }
  .pricing-content.style2 .price-box:hover:before {
    opacity: 1;
    top: -18px; }

.main-bg:hover .ubtn-icon {
  color: #fff; }

.mc4wp-error:before {
  top: 11px; }
.mc4wp-error > p {
  margin-bottom: 4px; }

.ult_tabs {
  margin-bottom: 26px !important; }

.letter_space_05 .uvc-sub-heading {
  letter-spacing: -0.5px; }

@media (min-width: 1506px) {
  .page-coming-soon .coming-subcribe {
    margin-top: 49px; } }
@media (min-width: 1366px) {
  #bonfire_services .icon_box_content.type_2 {
    padding-left: 16px; }

  #bonfire_services .ubtn-ctn-left {
    padding-left: 130px; } }
@media (max-width: 1200px) {
  .page-coming-soon .coming-soon {
    padding-top: 0; } }
@media (max-width: 1199px) {
  .page-coming-soon .coming-title {
    padding: 15px 52px 12px 52px; }
    .page-coming-soon .coming-title h3 {
      font-size: 30px; }
    .page-coming-soon .coming-title h2 {
      font-size: 50px; }
  .page-coming-soon .coming-clock {
    padding: 0 30px; }
  .page-coming-soon .coming-timer > span:first-child {
    font-size: 44px; }
  .page-coming-soon .coming-timer > span:last-child {
    font-size: 47px; }
  .page-coming-soon .coming-timer:after {
    font-size: 44px; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .pricing-content.style2 .pricing-sign .btn {
    font-size: 13px; }

  #bonfire_services .ult_tabmenu.style1 {
    padding-left: 0;
    margin-bottom: 37px;
    padding-top: 20px; }

  #bonfire_services .container > .wpb_column:nth-child(2) > .vc_column-inner > .wpb_wrapper > .uvc-heading {
    position: static;
    width: 100%; } }
@media (min-width: 992px) and (max-width: 1506px) {
  #bonfire_services > .container > .wpb_column.vc_column_container:first-child > .vc_column-inner
  > .wpb_wrapper > .wpb_single_image:nth-child(2) {
    left: auto !important;
    right: 62.7%;
    text-align: right;
    width: 100%; } }
@media (min-width: 992px) {
  #bonfire_services > .container > .wpb_column.vc_column_container:first-child {
    position: static;
    width: 37.3%; }
    #bonfire_services > .container > .wpb_column.vc_column_container:first-child > .vc_column-inner > .wpb_wrapper > .wpb_single_image {
      position: absolute;
      left: 0;
      height: 100%;
      overflow: hidden; }
  #bonfire_services > .container > .wpb_column.vc_column_container:last-child {
    width: calc(100% - 37.3%); } }
@media (max-width: 991px) {
  .page-404 .content404 {
    font-size: 20px;
    padding-top: 120px; }
    .page-404 .content404 .btn.btn-primary {
      padding: 14px 30px; }

  .ult_tabmenu.style1 .ult_tab_li:last-child::after {
    right: 0; }

  .apr_book_form {
    padding-bottom: 50px; }

  #bonfire_services > .container > .wpb_column:nth-child(2) {
    margin-top: 30px; }
  #bonfire_services .ult_tabcontent .uvc-heading {
    margin-left: 0; }
  #bonfire_services .icon_box_content.type_2 {
    margin-bottom: 0; }

  .page-coming-soon .coming-clock {
    width: 59%; }
  .page-coming-soon .coming-title {
    width: 40%;
    padding: 15px 30px 12px 30px; } }
@media (min-width: 768px) and (max-width: 1199px) {
  .page-coming-soon .coming-timer > span:last-child {
    font-size: 78px; } }
@media (max-width: 767px) {
  .ult_tabmenu.style1 .ult_tab_li:last-child::after {
    right: 15px;
    width: 50px;
    display: none; }

  .page-404 .content404 {
    font-size: 14px;
    letter-spacing: 1.5px;
    padding: 71px 15px 0; }
    .page-404 .content404 .btn.btn-primary {
      letter-spacing: 0;
      margin-top: 13px;
      padding: 14px 30px; }
  .page-404 .content-404 h1 {
    font-size: 120px;
    letter-spacing: 0;
    padding: 28px 25px 28px 25px; }

  .header-v6 .header-logo {
    left: 15px; }

  .heading404 {
    height: 500px;
    margin-bottom: -47px; }

  .page-coming-soon .coming-clock, .page-coming-soon .coming-title {
    width: 100%;
    margin-top: 15px;
    padding: 0 15px;
    text-align: center;
    border: none; }
  .page-coming-soon .coming-soon {
    padding-top: 101px;
    height: 100%;
    top: 0;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    position: relative; }
  .page-coming-soon .coming-title h2 {
    font-size: 40px; }
  .page-coming-soon .coming-timer > span:first-child {
    font-size: 30px; }
  .page-coming-soon .coming-timer:after {
    font-size: 30px;
    padding: 0 15px 0 15px; }
  .page-coming-soon .coming-timer span:last-child {
    font-size: 55px;
    padding-right: 35px; }
  .page-coming-soon .mc4wp-form {
    padding: 0 15px; }

  .gallery_sort .title-portfolio.item {
    display: table; }

  .title-portfolio,
  .gallery-masonry_2 .btn-viewmore {
    height: auto; }
    .title-portfolio .btn,
    .gallery-masonry_2 .btn-viewmore .btn {
      display: block; }
      .title-portfolio .btn i,
      .gallery-masonry_2 .btn-viewmore .btn i {
        margin-bottom: -6px; }

  .title-portfolio .title-left {
    padding: 6px 15px 10px 40px;
    display: table-cell; }
    .title-portfolio .title-left:before {
      background: none;
      font-size: 23px;
      left: 6px; }
    .title-portfolio .title-left h2 {
      font-size: 22px; }
    .title-portfolio .title-left h3 {
      font-size: 18px; } }
@media (min-width: 480px) and (max-width: 767px) {
  .ult_tabmenu.style1 .aio-icon {
    margin: 5px 0 0 !important; }

  #bonfire_services > .container > .wpb_column:nth-child(2) > .vc_column-inner > .wpb_wrapper > .uvc-heading {
    top: 5px; } }
@media (max-width: 480px) {
  #bonfire_services .icon_box_content.type_2 .icon_box {
    float: none; }
  #bonfire_services .icon_box_content.type_2 .icon_box_desc {
    padding-left: 2px;
    width: 100%; }
  #bonfire_services .ubtn-ctn-left {
    padding-left: 3px; }
  #bonfire_services .ult_tabitemname {
    padding-left: 0px;
    padding-right: 0px; }
  #bonfire_services > .container > .wpb_column:nth-child(2) > .vc_column-inner > .wpb_wrapper > .uvc-heading {
    left: 4px; }
  #bonfire_services > .container > .wpb_column:nth-child(1) > .vc_column-inner {
    padding: 0; }

  .ult_tabmenu.style1 .ult_tab_li {
    padding-bottom: 5px !important; } }
@media (max-width: 1570px) {
  .uvc-heading.text-abs-1 h2 {
    letter-spacing: 0; } }
@media (min-width: 1700px) {
  .box-service-about {
    padding-right: 236px; }

  .content-right-about {
    position: relative; }
    .content-right-about:before {
      content: "";
      height: calc(100% - 122px);
      width: 1px;
      position: absolute;
      top: 63px;
      left: 42px;
      background: #efefef; }

  .create-aweb .ult-content-box {
    margin-left: -11px !important;
    margin-right: -36px !important; }

  .create-awebbutton .ult-content-box {
    margin-left: 153px !important; }

  #amz_services .vc_column-inner {
    background-position: 147px 86.7% !important; }

  .little-out-right {
    margin-right: -141px;
    margin-top: 6px; } }
@media (min-width: 1366px) and (max-width: 1686px) {
  #amz_services .vc_column-inner {
    background-position: 0 39.7% !important; } }
@media (max-width: 1366px) {
  .text-mark3 p {
    letter-spacing: 8px;
    width: 562px; }

  .blog-info .author {
    padding: 0 20px; }

  .widget_post_blog .blog-post-info .blog-time p {
    line-height: 18px; }

  .widget_post_blog .blog-img + .blog-post-info {
    margin-top: 0; }

  .banner-type8 .banner-title h2 a {
    letter-spacing: 2.5px; }

  .banner-type8.text-center .banner-mid {
    top: 40px; } }
@media (max-width: 1280px) {
  .img-abs {
    right: -13px; }

  .content-right-about.vc_column_container {
    padding-left: 30px;
    padding-right: 15px; } }
@media (min-width: 1200px) {
  .content-right-about .wpb_content_element {
    padding-right: 100px; }

  .box-tes-dark .item-desc {
    padding: 47px 0 61px; }

  .box-service-about {
    padding-right: 130px; }

  .process-right {
    padding-right: 98px !important; }
    .process-right .service-content.cs-box-width {
      margin-right: 100px !important; }

  .process-left {
    padding-left: 98px !important; }
    .process-left .service-content.cs-box-width {
      margin-left: 100px !important; }

  .container {
    width: 1200px; }

  .no-pad-left .vc_column-inner {
    padding-left: 0; } }
@media (min-width: 1199px) {
  .footer-v3 .footer_info {
    width: 67%; }

  .box-order .info-book {
    padding-right: 44px; }

  .box-order .info-time {
    padding-left: 91px; }

  .box-scheduce {
    padding-right: 47px; }

  .icon_box_content.type_1.icon_box_3.text-right {
    margin-right: 5px; }
  .icon_box_content.type_1.icon_box_3.text-left {
    margin-left: 5px; } }
@media (min-width: 992px) and (max-width: 1566px) {
  #abs_position {
    position: absolute;
    right: 0;
    top: -29.7%;
    max-width: 50%; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .banner-type8 .banner-title h2 {
    padding-top: 5px; }
    .banner-type8 .banner-title h2 a {
      letter-spacing: 1.5px; }

  .grid-item.col-md-3 {
    width: 33.33%; }

  .text-abs-1 {
    font-size: 250px; }

  #abs_position {
    top: -20%;
    max-width: 44%; }

  .product_list_widget .product-content .product-title {
    font-size: 12px; }

  .info .summary .add-to-cart {
    display: block;
    float: left;
    margin-top: 20px; } }
@media (max-width: 1199px) {
  .brand-spa {
    margin-top: 0; }

  .img-service-abs1,
  .img-service-abs2 {
    display: none; }

  .img-abs {
    bottom: -57px; }
    .img-abs.wpb_single_image img {
      max-width: 60%; }

  .text-mark3 p {
    left: 30px;
    letter-spacing: 3px;
    width: auto;
    top: 0; }

  .aio-icon-component .aio-icon-default {
    margin-right: 11px; }

  .button-group .inline-block {
    padding: 0 15px; }

  .list_add_to_cart a::after {
    height: 0; }

  .action_item.compare_product {
    padding: 0 5px; }

  .stats-left {
    padding-left: 60px; }

  .slick-next {
    right: 0 !important; }

  .slick-prev {
    left: 0 !important; }

  .text-space {
    display: none; }

  .woocommerce.columns-4 div.product-grid div.product {
    width: 33.33%; }

  .text-mark2::before {
    height: 470px;
    width: 300px;
    left: 40px; }
  .text-mark2 h2 {
    padding-left: 0 !important;
    font-size: 350px; } }
@media (min-width: 992px) and (max-width: 1300px) {
  .uavc-list-icon .uavc-list > li {
    margin-right: 43px !important; } }
@media (min-width: 1024px) and (max-width: 1365px) {
  #amz_services .vc_column-inner {
    background-position: -156px 59.7% !important; } }
@media (max-width: 992px) {
  #amz_services .vc_column-inner {
    background: none !important; } }
@media (min-width: 992px) {
  .md-text-right {
    text-align: right; }

  .left-sidebar {
    float: left; }

  .f-right {
    float: right; } }
@media (max-width: 991px) {
  .img-about1 {
    padding: 0 15px; }

  .box-banner .letter-space_7 {
    width: 100%;
    padding: 0 50px; }
    .box-banner .letter-space_7 .uvc-main-heading {
      text-align: left !important; }
    .box-banner .letter-space_7 .uvc-sub-heading p {
      text-align: left !important; }

  .img-abs {
    bottom: -42px; }
    .img-abs.wpb_single_image img {
      max-width: 400px; }

  .box-banner .img-abs2 {
    right: 0;
    z-index: 0;
    bottom: -30px; }
    .box-banner .img-abs2.wpb_single_image img {
      width: 400px; }

  .text-mark3 p {
    display: none; }

  .boxed {
    padding: 0; }

  .letter_space4 {
    letter-spacing: 4px; }

  .newsletter_box .ult-content-box {
    margin-left: 0 !important; }

  #abs_position {
    display: none; }

  .img_single_row2 {
    padding-bottom: 20px; }

  .woocommerce .side-breadcrumb + .wrapper {
    padding-top: 40px; }

  .comment-textarea {
    width: 100%; }

  .gallery-masonry_3 .image_size, .gallery-masonry_3 .image_size1 {
    width: 50%; }
  .gallery-masonry_3 .image_size2 {
    width: 25%; }

  .brand-content .slick-list {
    margin: 0 45px; }

  .box-order .info-time {
    margin-top: 0; }

  .button-group .inline-block {
    padding: 0 18px; }

  .slick-next {
    right: 0 !important; }

  .member-info {
    background-size: 100%;
    margin-top: -55px; }

  .box-order .info-book {
    float: left;
    margin-top: 20px; }

  .woocommerce.columns-4 div.product-grid div.product {
    width: 50%; }

  .isotope.col-4 .item, .gallery_col4 > .isotope-item {
    width: 33.33%; }

  .wpb_single_image.vc_align_right.img-service {
    text-align: left; }

  .left-sidebar {
    margin-bottom: 30px; }

  .left-sidebar,
  .right-sidebar {
    margin-top: 40px; }

  .widget_post_blog ul li.blog-item {
    width: 100%; }

  .post-single .commentlist,
  .post-single .share-links {
    margin-bottom: 10px; }

  .post-single {
    margin-bottom: 0; }

  .active-sidebar .widget:last-child {
    margin-bottom: 0; }

  .animated.show-animate {
    visibility: visible; } }
@media (min-width: 768px) and (max-width: 991px) {
  .product_list_widget .product-content .product-title {
    line-height: 15px; }

  .banner-type8.text-right .banner-mid {
    right: 30px; }

  .banner-type8 .banner-title h2,
  .banner-type8.text-right .banner-mid .banner-title h2 {
    margin-top: 0;
    line-height: 18px; }

  .banner-type8 .banner-btn a {
    letter-spacing: 1.5px; } }
@media (min-width: 768px) {
  .box-process .hidden-box {
    display: none; }

  .footer-social li a:hover {
    color: #333 !important;
    background: #81d742;
    border-color: #81d742; }

  .aio-icon-component .aio-icon-box.top-icon .aio-icon:hover {
    color: #1e3f5a;
    background: #f8f7f7; }

  .reward-list ul li:hover {
    text-transform: uppercase;
    font-weight: bold;
    padding-left: 26px; }
    .reward-list ul li:hover:before {
      opacity: 1;
      left: 2px; }

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

  .uavc-list-icon .uavc-list > li .uavc-list-desc {
    width: 100%;
    text-align: center;
    display: block; }

  .instagram-type3 .instagram-img {
    filter: url("data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg'&gt;&lt;filter id='grayscale'&gt;&lt;feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
    /* Firefox 10+, Firefox on Android */
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    /* Chrome 19+, Safari 6+, Safari 6+ iOS */ }
    .instagram-type3 .instagram-img:hover {
      filter: none;
      -webkit-filter: none;
      /* Chrome 19+, Safari 6+, Safari 6+ iOS */ }
    .instagram-type3 .instagram-img a:hover:before {
      opacity: 0.5; }

  .uavc-list-icon .uavc-list > li .ult-just-icon-wrapper:hover {
    background: #d19f68; }
    .uavc-list-icon .uavc-list > li .ult-just-icon-wrapper:hover .aio-icon {
      color: #000 !important; }

  .no-padding-right.vc_column_container > .vc_column-inner {
    padding-right: 0 !important; }

  .no-padding-left.vc_column_container > .vc_column-inner {
    padding-left: 0 !important; } }
@media (max-width: 767px) and (min-width: 530px) {
  .info .quantity, #yith-quick-view-content .quantity {
    margin-bottom: 20px; }

  .woocommerce.post-type-archive-product div.product-grid div.product {
    width: 50%; } }
@media (max-width: 530px) {
  .woocommerce.post-type-archive-product div.product-grid div.product {
    width: 100%; } }
@media (max-width: 767px) {
  .box-tes-dark:before {
    content: none; }

  .box-banner-dark .banner-container {
    width: 50%; }

  .content-right-about.vc_column_container {
    padding-left: 15px;
    padding-right: 15px; }

  .architects_sort.architects-style .architects_body {
    padding-left: 0; }

  .service-content.layout2 .service-box {
    padding: 45px 30px 30px;
    height: auto; }

  .service-content.layout2 .service-box.text-left {
    margin-left: 0; }

  .service-content.layout2 .service-box.text-right {
    margin-right: 0; }

  .service-content.layout2 .service-box.text-right:before,
  .service-content.layout2 .service-box.text-left:before {
    content: none; }

  .btn-process {
    margin-left: 0; }

  .process-right .service-content {
    display: none; }

  .boxed {
    padding: 0; }

  .our-gallery-sc .load-more {
    margin-top: 30px !important; }

  .create-awebbutton .ult-content-box {
    text-align: center; }

  .masonry_type_2 .item {
    width: 50% !important; }

  .stats-block.stats-top {
    padding-bottom: 10px; }

  .text-mark2 {
    display: none; }

  .slick-next {
    right: -15px !important; }

  .slick-prev {
    left: -15px !important; }

  .footer .footer-v1 .footer-office {
    padding-bottom: 45px; }

  #amz_services .vc_column-inner {
    background: none !important; }

  .set_letter_space h2 {
    letter-spacing: 0; }

  .instagram-type3 .instagram-img a:hover i {
    display: none; }

  .product-grid.bonfire-products {
    margin: 0 !important; }

  .blog-post-title {
    padding: 16px 0 10px; }

  .custom_filter .button-group .inline-block {
    border: none;
    float: none;
    margin: 1%;
    padding: 6px;
    text-align: center;
    width: auto; }

  .box-member .member-type1 {
    width: 50%; }

  .button-group .inline-block {
    padding: 0;
    text-align: center; }

  .footer-v6 .footer-social {
    padding-left: 0; }

  .gallery-masonry_3 .image_size2 {
    width: 50%; }

  .woocommerce div.product-grid div.product {
    width: 50%; }

  .woocommerce-ordering label {
    display: none; }

  .woocommerce-ordering {
    margin-left: 10px; }

  .select-tooltbars select {
    width: 154px; }

  .img-service {
    width: 100%; }
    .img-service.wpb_single_image .vc_single_image-wrapper, .img-service.wpb_single_image img, .img-service.wpb_single_image .vc_figure {
      width: 100%; }

  .single-product .media {
    padding-bottom: 40px; }

  .button-group .inline-block:before {
    content: none !important; }

  .button-group {
    padding-bottom: 50px; }

  .product-content .product-action {
    visibility: visible;
    opacity: 1;
    left: 0;
    bottom: -10px;
    position: static;
    overflow: hidden; }

  .filter_count_view {
    text-align: left;
    display: block;
    margin-top: 10px; }

  .product-action.product-action-grid {
    display: none; }

  .product-grid .product-action-list {
    display: block;
    margin-top: 20px; }

  .product-content .product-image:before {
    content: none; }

  .gallery_sort .item {
    clear: both;
    float: left;
    display: inline-block; }

  .animated {
    visibility: visible; }

  .animated,
  .amimated.fadeInLeft,
  .amimated.fadeInRight,
  .animated.fadeInUp {
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important; }

  .preloader .loader,
  .preloader {
    display: none; }

  .button-group .btn-filter:after,
  .button-group .btn-filter:before {
    content: none; }

  .footer {
    padding-top: 70px; }

  .isotope.col-3 .item, .gallery_col3 > .isotope-item,
  .isotope.col-4 .item, .gallery_col4 > .isotope-item {
    width: 50%; } }
@media (max-width: 640px) {
  .box-banner-dark {
    padding: 0 15px; }
    .box-banner-dark .banner-container {
      width: 100%; }
      .box-banner-dark .banner-container .banner-img img {
        width: 100%; } }
@media (max-width: 600px) {
  .ares.tp-bullets {
    display: none !important; }

  .uavc-list-icon .uavc-list .uavc-list-content {
    display: table;
    width: 195px;
    margin-bottom: 0;
    text-align: center;
    margin: 0 auto; }
  .uavc-list-icon .uavc-list > li {
    clear: both !important;
    display: block;
    margin-right: 0 !important;
    margin-bottom: 15px !important;
    text-align: center; }

  .uavc-list-icon .uavc-list > li .uavc-list-icon:after {
    content: "";
    height: 100px;
    width: 2px;
    position: absolute;
    left: 35%;
    z-index: 2;
    background: #d19f68;
    top: 100%;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    margin-left: -1px; }

  .uavc-list-icon .uavc-list > li .uavc-list-desc {
    font-family: Oswald;
    font-size: 18px;
    text-transform: uppercase;
    position: relative;
    z-index: 10;
    padding-bottom: 20px;
    width: auto;
    width: 50%;
    text-align: left; }

  .uavc-list-icon .uavc-list .uavc-list-content {
    margin-bottom: 0; }

  .product-list .product-content .product-desc, .product-list .product-content .product-image {
    float: none;
    width: 100%;
    display: block;
    text-align: left; }

  .icon_box {
    margin-right: 15px; }

  .box-order .info-time span {
    margin-right: 15px;
    font-size: 20px; }

  .box-order .info-time {
    font-size: 20px; }

  .comment-body .comment-bottom .info-content .profile-name {
    float: none;
    display: block; }
  .comment-body .comment-bottom .info-content .date-cmt {
    padding-left: 0;
    margin-bottom: 10px; }
    .comment-body .comment-bottom .info-content .date-cmt:before {
      content: none; }

  .member-info {
    padding: 28px 0; }

  .title-portfolio .title-left {
    padding: 25px 15px 25px 40px;
    height: auto; } }
@media (max-width: 530px) {
  .woocommerce div.product-grid div.product {
    width: 100%; } }
@media (max-width: 480px) {
  .banner-type8 .banner-title h2 {
    padding-top: 5px; }

  .banner-type8.text-right .banner-mid {
    right: 30px; }

  .banner-type8.text-left .banner-mid {
    left: 30px; }

  .box-service-about .aio-icon-component {
    margin-bottom: 40px !important; }

  .box-service-about .aio-icon-component {
    text-align: left; }
    .box-service-about .aio-icon-component .default-icon .aio-icon-header {
      text-align: left; }

  .box-banner .ult-content-box:before {
    height: calc(100% - 30px);
    width: calc(100% - 30px);
    left: 15px;
    top: 15px; }

  .box-banner .letter-space_7 {
    padding: 0 30px; }

  .arrowpress-heading.heading-1 {
    padding-bottom: 30px !important; }

  .architects_sort.architects-style .architects_body {
    padding: 30px 0 35px; }

  .box-video.has-overlay .ult-content-box {
    min-height: 300px !important; }

  .box-video.has-overlay .btn-play i {
    line-height: 62px;
    padding-left: 5px;
    font-size: 14px; }

  .btn-play {
    height: 80px;
    width: 80px; }
    .btn-play i {
      line-height: 60px; }

  .box-banner .box-banner-img:after {
    top: -55px;
    height: 460px; }

  .box-video.has-overlay .ult-content-box {
    height: 345px; }

  .aio-icon-component {
    text-align: center; }
    .aio-icon-component .default-icon .aio-icon-default, .aio-icon-component .default-icon .aio-icon-header {
      width: 100%;
      text-align: center;
      display: block; }
    .aio-icon-component .aio-icon {
      margin-right: 0 !important;
      margin-bottom: 22px; }

  .aio-icon-component .aio-icon-default {
    float: none;
    margin: 0 auto !important;
    width: 100%;
    text-align: center; }

  .text-default {
    padding-bottom: 0; }

  .no-padding .vc_column-inner {
    padding-left: 15px !important;
    padding-right: 15px !important; }

  .custom-filter-space .gallery_header {
    margin-bottom: 20px; }

  .masonry_type_2 .item {
    width: 100% !important; }

  .letter-space_7 {
    letter-spacing: 3px; }
    .letter-space_7 h2 {
      letter-spacing: 2px; }

  .comment-author img {
    height: 40px;
    width: 40px; }

  .member-type1 .member-info {
    padding: 50px 15px; }

  .product-tab .nav-tabs > li {
    margin-top: 3px; }

  .gallery-masonry_3 {
    margin: 0 15px !important; }

  .gallery_sort .gallery-masonry_3 .item {
    padding: 0 15px 15px 15px; }

  .gallery-masonry_3 .item {
    width: 100% !important; }

  .button-group {
    padding-bottom: 35px; }

  .style-2 .member-info {
    position: static; }

  .apr_book_form #displaymessage {
    bottom: -60px; }

  .woocommerce.columns-2 div.product-grid div.product,
  .woocommerce.columns-3 div.product-grid div.product,
  .woocommerce.columns-4 div.product-grid div.product {
    width: 100%; }

  .gallery_paginations .arrow_right,
  .gallery_paginations .arrow_left {
    width: 100%; }
    .gallery_paginations .arrow_right .btn,
    .gallery_paginations .arrow_left .btn {
      width: 100%; }

  .gallery_paginations .arrow_right {
    float: left;
    margin-top: 10px; }

  .button-group .inline-block:before {
    content: none; }

  .blog-info .author {
    padding: 0 10px; }

  .isotope.col-2 .item, .gallery_col2 > .isotope-item,
  .isotope.col-3 .item, .gallery_col3 > .isotope-item,
  .isotope.col-4 .item, .gallery_col4 > .isotope-item {
    width: 100%; }

  .side-breadcrumb .page-title h1 {
    font-size: 26px; }

  .side-breadcrumb + .wrapper {
    padding-top: 50px; }

  .footer {
    padding-top: 60px; }

  .footer-v2 .footer-content .widget_nav_menu ul li {
    padding: 0 8px; }

  .contact-info {
    left: 30px;
    padding: 15px;
    width: 255px; } }
@media (max-width: 375px) {
  .text_countdown h4 {
    font-size: 20px; }

  .searchform_wrap .btn-search {
    font-size: 15px; }
  .searchform_wrap input {
    font-size: 13px; }

  .text_countdown h3 {
    font-size: 30px; }

  .button-letter_space .ubtn-ctn-inline {
    margin-right: 5px !important;
    margin-bottom: 12px; }

  .variations tr td {
    width: 100%; }

  .variations tr td.label {
    display: none; }

  .wpb_single_image.display-inline {
    margin-right: 10px;
    max-width: 45%; } }
@media (max-width: 360px) {
  .product-list .product-content .product-action {
    width: 240px; } }
.wrapper {
  position: relative;
  z-index: 2;
}
footer.footer-fixed .footer {
  z-index: 0;
}