/*STYLE.CSS*/

/*-------------------------------------------------------------------------------------------------------------------------------*/

/*This is main CSS file that contains custom style rules used in this template*/

/*-------------------------------------------------------------------------------------------------------------------------------*/

/* Template Name: Lychee.*/

/* Version: 1.0 Initial Release*/

/* Build Date: 17-07-2015*/

/* Author: Unbranded.*/

/* Website: http://moonart.net.ua/

/* Copyright: (C) 2015 */

/*-------------------------------------------------------------------------------------------------------------------------------*/

/*--------------------------------------------------------*/

/* TABLE OF CONTENTS: */

/*--------------------------------------------------------*/

/* 01 - LAYOUT INITIALIZATION & COLOR PRESETS */

/* 02 - HOME */

/* 03 - ABOUT */

/* 04 - BLOG */

/* 05 - SHOP */

/* 06 - ELEMENTS */

/* 07 - SHOP DETAIL */

/* 08 - PORTFOLIO */

/* 09 - PORTFOLIO DETAIL */

/*-------------------------------------------------------------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------------------------------------------------------------*/

/* 01 - LAYOUT INITIALIZATION & COLOR PRESETS */

/*-------------------------------------------------------------------------------------------------------------------------------*/

@font-face {
  font-family: "latoregular";
  src: url("../font/lato-regular-webfont.eot");
  src: url("../font/lato-regular-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../font/lato-regular-webfont.woff2") format("woff2"),
    url("../font/lato-regular-webfont.woff") format("woff"),
    url("../font/lato-regular-webfont.ttf") format("truetype"),
    url("../font/lato-regular-webfont.svg#latoregular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "latolight";
  src: url("../font/lato-light-webfont.eot");
  src: url("../font/lato-light-webfont.eot?#iefix") format("embedded-opentype"),
    url("../font/lato-light-webfont.woff2") format("woff2"),
    url("../font/lato-light-webfont.woff") format("woff"),
    url("../font/lato-light-webfont.ttf") format("truetype"),
    url("../font/lato-light-webfont.svg#latolight") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

html {
  margin: 0px;
  padding: 0px;
  height: 100%;
  width: 100%;
}

body {
  margin: 0px;
  padding: 0px;
  font-size: 100%;
  height: 100%;
  width: 100%;
  font-family: "latolight";
  color: #222;
  background-color: #fff;
  font-weight: 300;
  font-style: normal;
}

a {
  text-decoration: none;
  color: inherit;
  outline: none;
  transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
}

a:hover {
  text-decoration: none;
}

a img {
  border: 0px none;
}

a:hover {
  outline: none;
}

a:active {
  outline: none;
  text-decoration: none;
}

a:focus {
  outline: none;
  outline-offset: 0px;
  text-decoration: none;
  color: inherit;
}

.clear {
  clear: both;
  overflow: hidden;
  height: 0px;
  font-size: 0px;
}

.clear_l {
  clear: both;
}

ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
  box-shadow: none;
}

::-webkit-input-placeholder {
  color: #999;
  opacity: 1;
}

::-moz-placeholder {
  color: #999;
  opacity: 1;
}

:-moz-placeholder {
  color: #999;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #999;
  opacity: 1;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0px;
  padding: 0px;
}

article,
section,
footer,
header,
figure,
aside,
hgroup,
nav {
  display: block;
}

header,
nav,
article,
footer,
section,
aside,
figure,
figcaption {
  display: block;
}

button {
  outline: none;
  border: none;
  box-shadow: none;
  background: none;
}

/*------------------------------------------------------*/

/*----------------------BACKGROUND----------------------*/

.bg {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.bg img {
  position: absolute;
  top: -20px;
  width: 100%;
  height: 100%;
}

.bg video {
  position: fixed !important;
  top: 40% !important;
  left: 50% !important;
  transform: translate(-50%, -65%);
}

.bg-bg {
  background-position: 50% 0px;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.bg-bg-bag {
  background-attachment: scroll;
  background-origin: initial;
  background-clip: initial;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 0;
  position: relative;
}

.bg-bg-chrome {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  position: fixed;
}

.bg-bg-chrome.act {
  position: absolute;
}

.clip {
  clip: rect(auto, auto, auto, auto);
  height: 100%;
  position: absolute;
  width: 100%;
}

.full-width {
  position: relative;
  float: left;
  width: 100%;
}

.full-height {
  height: 100vmin;
  position: relative;
  float: left;
  width: 100%;
}

.vertical-center {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
}

.vertical-align {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  position: absolute;
  width: 100%;
  left: 0px;
}

.center_img {
  position: absolute;
}

.swiper-container {
  margin: 0 auto;
  height: inherit;
  width: 100%;
  position: relative;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  -webkit-transition-property: -webkit-transform, left, top;
  -webkit-transition-duration: 0s;
  -webkit-transform: translate3d(0px, 0, 0);
  -webkit-transition-timing-function: ease;
  -moz-transition-property: -moz-transform, left, top;
  -moz-transition-duration: 0s;
  -moz-transform: translate3d(0px, 0, 0);
  -moz-transition-timing-function: ease;
  -o-transition-property: -o-transform, left, top;
  -o-transition-duration: 0s;
  -o-transform: translate3d(0px, 0, 0);
  -o-transition-timing-function: ease;
  -o-transform: translate(0px, 0px);
  -ms-transition-property: -ms-transform, left, top;
  -ms-transition-duration: 0s;
  -ms-transform: translate3d(0px, 0, 0);
  -ms-transition-timing-function: ease;
  transition-property: transform, left, top;
  transition-duration: 0s;
  transform: translate3d(0px, 0, 0);
  transition-timing-function: ease;
}

.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
}

.swiper-slide {
  position: relative;
  float: left;
}

/*h1 {font-size: 48px; font-weight: 300; line-height: 50px; text-transform: uppercase; letter-spacing: 5px;}*/

h1 {
  font-size: 24px;
  line-height: 28px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 5px;
  color: #222 !important;
}

h2 {
  font-size: 36px;
  line-height: 42px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 5px;
}

h3 {
  font-size: 24px;
  line-height: 28px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 5px;
}

h4 {
  font-size: 18px;
  line-height: 22px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 5px;
}

h5 {
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 5px;
}

h6 {
  font-size: 13px;
  line-height: 16px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 2px;
}

p {
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
}

ul {
  position: relative;
  float: left;
}

ul li {
  font-size: 16px;
  line-height: 32px;
  font-weight: 300;
}

ol li {
  font-size: 16px;
  line-height: 32px;
  font-weight: 300;
  list-style-position: outside;
}

.marker-list li {
  list-style: square;
  list-style-position: inside;
}

ul li a:hover {
  text-decoration: none;
  transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
}

input {
  font-size: 14px;
  border: none;
  background: none;
  transition: all 0.35s ease-out;
  -moz-transition: all 0.35s ease-out;
  -o-transition: all 0.35s ease-out;
  -webkit-transition: all 0.35s ease-out;
  -ms-transition: all 0.35s ease-out;
}

textarea {
  font-size: 13px;
  line-height: 26px;
  border: none;
  border-bottom: 1px solid #ccc;
  color: #aaa;
  text-transform: uppercase;
  padding-left: 5px;
  padding-bottom: 10px;
  background: none;
}

iframe {
  border: none;
}

q {
  font-size: 18px;
  line-height: 26px;
  color: #000;
  font-style: italic;
  font-weight: 300;
}

i {
  font-size: 18px;
}

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

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

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

.bg-white {
  background: #fff;
}

.bg-grey-light {
  background: #fafafa;
}

.bg-dark {
  background: #000;
}

.bold {
  font-weight: 700;
}

.medium {
  font-weight: 600;
}

.ex-bold {
  font-weight: 800;
}

.fl {
  position: relative;
  float: left;
}

.fr {
  position: relative;
  float: right;
}

/*---header---*/

header {
  position: fixed;
  left: 0px;
  top: 0px;
  height: 50px;
  width: 100%;
  z-index: 1000;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
}

header.fix {
  background: rgba(255, 255, 255, 0.9);
  height: 60px;
}

nav {
  position: relative;
  float: right;
  margin-right: 30px;
  padding-top: 21px;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
}

nav > ul > li {
  position: relative;
  float: left;
  margin: 0px 21px;
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
  text-transform: uppercase;
}

nav > ul > li > a:hover {
  color: #000;
}

nav ul li a {
  color: #777;
}

nav > ul > li.active > a {
  color: #000;
  font-weight: 500;
}

nav > ul > li.active > span {
  color: #000;
  transform: rotateX(-180deg);
  -webkit-transform: rotateX(-180deg);
  -moz-transform: rotateX(-180deg);
  -ms-transform: rotateX(-180deg);
}

nav > ul > li > a > span {
  padding-left: 10px;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
}

nav ul > li ul {
  opacity: 0;
  position: absolute;
  top: 25px;
  background: #fff;
  visibility: hidden;
  left: 0;
  display: block;
  min-width: 150px;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  border: 1px solid #f5f5f5;
}

@media (min-width: 992px){
  .gestionmenu{
    top: 30px;
  }
}

.menu ul > li > ul > li span {
  position: absolute;
  right: 12px;
  line-height: 15px;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
}

.menu ul > li:hover .dropmenu {
  opacity: 1;
  visibility: visible;
}

.menu ul > li > ul > li > ul {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 100%;
  max-width: 150px;
  background: #fff;
  top: 0px;
}

.menu ul > li > ul > li {
  position: relative;
  border-bottom: 1px solid #f5f5f5;
}

.menu ul > li > ul > li:last-child {
  border-bottom: 0px none;
}

.menu ul > li > ul > li:hover ul {
  opacity: 1;
  visibility: visible;
}

.menu ul li > ul li a {
  display: block;
  clear: both;
  padding: 8px 7px;
  position: relative;
  font-size: 12px;
  line-height: 16px;
}

.menu ul > li > ul > li > a:hover {
  background: #f5f5f5;
  color: #000;
}

nav > ul > li:last-child .dropmenu {
  right: 0%;
  left: auto;
}

nav > ul > li:last-child .dropmenu li {
  text-align: right;
}

.logo {
  position: relative;
  float: left;
  margin: 17px 0px 0px 50px;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
}

.logo a {
  color: #000;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 5px;
}

/*---burger menu---*/

.nav-menu-icon {
  position: relative;
  float: right;
  width: 24px;
  height: 24px;
  z-index: 600;
  margin-right: 50px;
  margin-top: 20px;
  display: none;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
}

.nav-menu-icon a {
  display: block;
  width: 24px;
  height: 24px;
  cursor: pointer;
  text-decoration: none;
}

.nav-menu-icon a i {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 3px;
  color: #000;
  font: bold 14px/0.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #000;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
}

.nav-menu-icon a i:before,
.nav-menu-icon a i:after {
  content: "";
  width: 24px;
  height: 3px;
  background: #262626;
  position: absolute;
  left: 0;
  transition: all 0.2s ease-out;
}

.nav-menu-icon a i:before {
  top: -7px;
}

.nav-menu-icon a i:after {
  bottom: -7px;
}

.nav-menu-icon a:hover i:before {
  top: -10px;
}

.nav-menu-icon a:hover i:after {
  bottom: -10px;
}

.nav-menu-icon a.active i {
  background: none;
}

.nav-menu-icon a.active i:before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.nav-menu-icon a.active i:after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

/*---mouse---*/

.intro-scroll-down {
  position: absolute;
  z-index: 1;
  bottom: 30px;
  left: 50%;
  margin-left: -15px;
  cursor: pointer;
}

.intro-scroll-down .mouse {
  position: relative;
  display: block;
  width: 30px;
  height: 45px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #222;
  border-radius: 23px;
  -moz-border-radius: 23px;
  -webkit-border-radius: 23px;
  z-index: 50;
}

.intro-scroll-down .mouse .mouse-dot {
  position: absolute;
  display: block;
  top: 29%;
  left: 50%;
  width: 6px;
  height: 6px;
  margin: -3px 0 0 -3px;
  background: #999;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -webkit-animation: ani-mouse 2.5s linear infinite;
  -moz-animation: ani-mouse 2.5s linear infinite;
  animation: ani-mouse 2.5s linear infinite;
}

/*---dropdown---*/

.drop-wrap {
  position: relative;
  float: left;
}

.drop {
  position: absolute;
  display: block;
  height: 35px;
  z-index: 5;
  left: 0px;
  top: 0px;
  min-width: 120px;
}

.drop b {
  position: relative;
  float: left;
  width: 100%;
  height: 35px;
  padding-left: 10px;
  border: 1px solid #fff;
  font-size: 13px;
  cursor: pointer;
  text-transform: capitalize;
  font-weight: 300;
  padding-top: 8px;
  color: #999;
}

.drop .drop-list {
  position: absolute;
  right: 16px;
  top: 3px;
  font-size: 16px;
  color: #999;
}

.drop span {
  position: absolute;
  left: 0px;
  top: -35px;
  width: 100%;
  display: none;
  z-index: 50;
  border: 1px solid #ebebeb;
  margin: 0px;
}

.drop-list.act {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  z-index: 51;
  margin-top: 8px;
}

.drop span a {
  color: #999;
  background: #fff;
  font-size: 13px;
  font-weight: 300;
  float: left;
  position: relative;
  width: 100%;
  height: 35px;
  text-decoration: none;
  text-align: left;
  line-height: 28px;
  padding: 3px 0 0 10px;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  z-index: 52;
  text-transform: capitalize;
}

.drop span a:hover {
  background: #222;
  color: #fff;
}

/*---footer---*/

footer {
  position: relative;
  text-align: center;
  float: left;
  width: 100%;
  background: #f7f7f7;
}

.copyright {
  position: relative;
  float: left;
  width: 100%;
  padding-bottom: 20px;
  padding-top: 20px;
}

.copyright span {
  font-size: 14px;
  text-transform: none;
  color: #999;
  font-weight: 300;
  line-height: 20px;
}

.copyright span b {
  font-weight: 300;
  color: #222;
}

.copyright span a {
  font-weight: 300;
  color: #222;
  text-transform: uppercase;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/

/* 02 - HOME */

/*-------------------------------------------------------------------------------------------------------------------------------*/

.top-baner {
  position: relative;
  width: 100%;
  height: 100%;
  height: 100vmin;
}

.main-wrapp {
  position: relative;
  width: 100%;
  padding: 120px 0px 40px;
  overflow: hidden;
}

.padd-80 {
  padding-bottom: 80px;
  position: relative;
  width: 100%;
}

.padd-80:last-child {
  padding-bottom: 0px;
}

.fillter-wrap {
  position: relative;
  width: 100%;
  text-align: center;
  padding: 0px 0px 60px;
}

.fillter-wrap .but {
  text-transform: uppercase;
  font-size: 14px;
  color: #666;
  font-weight: 300;
  margin: 0px 24px;
  background: none;
  letter-spacing: 5px;
}

.fillter-wrap .but span {
  margin-top: -5px;
  font-size: 12px;
  color: #999;
  position: relative;
  float: right;
  padding-left: 5px;
}

.fillter-wrap .but.activbut {
  color: #999;
}

.fillter-wrap .but.activbut span {
  text-decoration: line-through;
}

.izotope-container {
  position: relative;
  width: 100%;
}

.more-project {
  position: relative;
  width: 100%;
  text-align: center;
}

.load-more {
  cursor: pointer;
}

.load-more span {
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 300;
  color: #999;
  position: relative;
  float: none;
  display: inline-block;
  width: 100%;
  padding-bottom: 15px;
}

.load-more img {
  position: relative;
  float: none;
  display: inline-block;
}

.home-izotope .grid-sizer {
  width: 25%;
}

.item a:active {
  color: #000;
}

.item a:focus {
  color: #000;
}

.home-izotope .item {
  position: relative;
  float: left;
  width: 25%;
  padding: 0px 13px 0 12px;
  margin-bottom: 30px;
}

.item img {
  width: 100%;
  height: auto;
  display: block;
  backface-visibility: hidden;
}

.home-izotope .item.w-50 {
  width: 50%;
}

.layer {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
  opacity: 0;
  -webkit-transition: all 320ms cubic-bezier(0.77, 0.155, 0.445, 1.32);
  -moz-transition: all 320ms cubic-bezier(0.77, 0.155, 0.445, 1.32);
  -o-transition: all 320ms cubic-bezier(0.77, 0.155, 0.445, 1.32);
  transition: all 320ms cubic-bezier(0.77, 0.155, 0.445, 1.32);
}

.layer a {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.layer.bl_layer {
  background: rgba(0, 0, 0, 0.8);
}

.layer.bl_layer h4 {
  color: #fff;
}

.layer.bl_layer h5 {
  color: #ebebeb;
}

.layer h4 {
  padding-bottom: 5px;
  letter-spacing: 5px;
  margin-top: -25px;
  transition: all 0.35s ease-out;
  -moz-transition: all 0.35s ease-out;
  -o-transition: all 0.35s ease-out;
  -webkit-transition: all 0.35s ease-out;
  -ms-transition: all 0.35s ease-out;
}

.layer h5 {
  margin-top: -55px;
  transition: all 0.35s ease-out;
  -moz-transition: all 0.35s ease-out;
  -o-transition: all 0.35s ease-out;
  -webkit-transition: all 0.35s ease-out;
  -ms-transition: all 0.35s ease-out;
}

.item:hover .layer {
  opacity: 1;
}

.item:hover .layer h5 {
  margin-top: 0px;
}

.item:hover .layer h4 {
  margin-top: 0px;
}

.no-more {
  position: relative;
  width: 100%;
  text-align: center;
  font-weight: 300;
  font-size: 16px;
  text-transform: uppercase;
  display: block;
  color: #999;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/

/* 03 - ABOUT */

/*-------------------------------------------------------------------------------------------------------------------------------*/

.about-item {
  position: relative;
  width: 100%;
  padding-bottom: 40px;
}

.skill {
  position: relative;
  width: 100%;
  margin-top: -10px;
}

.about-item h4 {
  padding-bottom: 15px;
  font-size: 16px;
}

.about-us h1 {
  padding-bottom: 10px;
}

.about-us p {
  padding: 10px 0px 8px;
  color: #999;
}

.team-block {
  position: relative;
  float: left;
  overflow: hidden;
  width: 100%;
  padding-bottom: 40px;
}

.team-block img {
  width: 100%;
  height: auto;
}

.later-team {
  position: absolute;
  left: 0px;
  bottom: -100%;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  z-index: 1;
  padding: 40px 35px;
  transition: all 0.35s ease-out;
  -moz-transition: all 0.35s ease-out;
  -o-transition: all 0.35s ease-out;
  -webkit-transition: all 0.35s ease-out;
  -ms-transition: all 0.35s ease-out;
}

.later-team h4 {
  padding-bottom: 15px;
  font-weight: 300;
}

.later-team h6 {
  font-weight: 300;
  color: #555;
}

.later-team p {
  font-size: 14px;
  color: #777;
  padding: 35px 50px 0px 0px;
}

.team-share {
  padding-top: 30px;
}

.team-share a {
  font-size: 22px;
  color: #555;
  margin: 0px 15px;
}

.team-share a:first-child {
  margin-left: 0px;
}

.hiden-text {
  opacity: 0;
  padding-top: 40px;
  -webkit-transition: all 350ms cubic-bezier(0.77, 0.155, 0.445, 1.32);
  -moz-transition: all 350ms cubic-bezier(0.77, 0.155, 0.445, 1.32);
  -o-transition: all 350ms cubic-bezier(0.77, 0.155, 0.445, 1.32);
  transition: all 350ms cubic-bezier(0.77, 0.155, 0.445, 1.32);
}

.team-block:hover .later-team {
  bottom: 0px;
}

.team-block:hover .hiden-text {
  opacity: 1;
  padding-top: 0px;
}

.servis-block {
  position: relative;
  float: left;
  width: 100%;
  text-align: left;
  padding-bottom: 40px;
}

.servis-block h4 {
  padding: 15px 0px 25px;
}

.subtitle {
  position: relative;
  width: 100%;
  text-align: left;
  padding-bottom: 30px;
}

.subtitle h2 {
  padding-bottom: 10px;
}

.subtitle h3 {
  padding-bottom: 10px;
}

.subtitle h4 {
  padding-bottom: 15px;
}

.subtitle p {
  padding-bottom: 20px;
}

.top-baner.half-height {
  height: 550px;
}

.top-baner.height-300 {
  height: 300px;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/

/* 04 - BLOG */

/*-------------------------------------------------------------------------------------------------------------------------------*/

.blog-item {
  position: relative;
  float: left;
  width: 100%;
  padding-bottom: 40px;
}

.blog-item img {
  width: 100%;
  height: auto;
}

.top-bar {
  position: relative;
  width: 100%;
  padding: 20px 0px 15px;
  font-size: 14px;
  text-transform: uppercase;
  color: #999;
  font-weight: 300;
}

.top-bar a {
  color: #999;
  margin-right: 15px;
}

.top-bar a:hover {
  color: #000;
}

.top-bar span {
  margin-right: 15px;
}

.blog-item a h4 {
  padding-bottom: 20px;
  color: #222;
  display: block;
}

.blog-item a:hover {
  color: #999;
}

.blog-item p {
  color: #999;
  font-size: 16px;
  padding-bottom: 40px;
}

.blog-item button {
  margin-top: 40px;
}

.read-more {
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #555;
  margin: 25px 0px 15px;
  font-size: 16px;
  position: relative;
  display: block;
  font-weight: 300;
}

.read-more:hover {
  color: #000;
}

.nav-bar {
  position: relative;
  width: 100%;
  text-align: center;
  padding: 40px 0px 20px;
}

.nav-bar a span {
  position: relative;
  float: none;
  display: inline-block;
  margin: 0px 3px;
  background: #ebebeb;
  padding: 8px 14px;
  font-size: 14px;
  transition: all 0.35s ease-out;
  -moz-transition: all 0.35s ease-out;
  -o-transition: all 0.35s ease-out;
  -webkit-transition: all 0.35s ease-out;
  -ms-transition: all 0.35s ease-out;
}

.nav-bar a span:hover,
.nav-bar a.on span {
  background: #222;
  color: #fff;
}

.blog-item.blog-item-4 .top-bar {
  font-size: 12px;
}

.blog-item.blog-item-4 h5 a {
  padding-bottom: 20px;
  color: #222;
  display: block;
}

.blog-item.blog-item-4 h5 a:hover {
  color: #999;
}

.blog-item.blog-item-4 p {
  font-size: 13px;
}

.blog-item.blog-item-4 button {
  margin-top: 20px;
}

.blog-small .top-bar a {
  font-size: 12px;
}

.blog-small .top-bar span {
  font-size: 12px;
}

.blog-small h4 {
  font-size: 16px;
  line-height: 20px;
}

.blog-small p {
  font-size: 13px;
}

.sidebar-block {
  position: relative;
  padding: 50px 0px;
  width: 100%;
  display: inline-block;
}

.sidebar-block:first-child {
  padding-top: 0px;
}

.sidebar-block h4 {
  padding-bottom: 35px;
}

.serach-input {
  position: relative;
  width: 100%;
  border: 1px solid #222;
  height: 50px;
  padding: 0px 15px;
  color: #999;
}

.serach-input input {
  position: relative;
  width: 80%;
  height: 50px;
  font-size: 16px;
  color: #999;
  text-transform: capitalize;
}

.serach-input span {
  font-size: 30px;
  position: absolute;
  right: 15px;
  top: 10px;
}

.sidebar-cat {
  position: relative;
  width: 100%;
  font-size: 14px;
  text-transform: uppercase;
  border: 1px solid #222;
}

.sidebar-cat li {
  font-size: 14px;
  color: #222;
  width: 100%;
  padding-left: 15px;
  position: relative;
  padding: 10px 0px;
  border-bottom: 1px solid #222;
  cursor: pointer;
  transition: all 0.35s ease-out;
  -moz-transition: all 0.35s ease-out;
  -o-transition: all 0.35s ease-out;
  -webkit-transition: all 0.35s ease-out;
  -ms-transition: all 0.35s ease-out;
}

.sidebar-cat span {
  position: relative;
  float: left;
  font-size: 14px;
  padding: 0px 15px;
  line-height: 33px;
}

.sidebar-cat b {
  position: relative;
  float: right;
  font-size: 14px;
  padding-right: 15px;
  line-height: 30px;
}

.sidebar-cat li:last-child {
  border-bottom: 0px none;
}

.sidebar-cat li:hover {
  background: #222;
  color: #fff;
}

.popular-block {
  position: relative;
  width: 100%;
  padding-bottom: 30px;
  display: inline-block;
}

.popular-block p {
  font-size: 14px;
  line-height: 18px;
  color: #999;
  padding-bottom: 20px;
}

.popular-block:last-child {
  padding-bottom: 0px;
}

.pop-img {
  position: relative;
  float: left;
  width: 40%;
}

.pop-img img {
  width: 100%;
  height: auto;
}

.pop-text {
  position: relative;
  float: left;
  padding-left: 15px;
  width: 60%;
}

.pop-text h5 {
  padding-bottom: 10px;
  font-size: 14px;
  line-height: 16px;
}

.pop-text a:hover {
  color: #999;
}

.pop-text span {
  font-size: 14px;
  font-weight: 500;
  color: #999;
}

.tags-button {
  position: relative;
  width: 100%;
}

.tags-button a {
  position: relative;
  float: left;
  padding: 8px 12px;
  font-size: 12px;
  text-transform: uppercase;
  color: #222;
  background: #ebebeb;
  margin: 0px 10px 15px 0px;
  transition: all 0.35s ease-out;
  -moz-transition: all 0.35s ease-out;
  -o-transition: all 0.35s ease-out;
  -webkit-transition: all 0.35s ease-out;
  -ms-transition: all 0.35s ease-out;
}

.tags-button a:hover {
  background: #222;
  color: #fff;
}

.sidebar-block .arrow-style-1 span {
  color: #fff;
}

.sidebar-block .slide-prev {
  left: 15px;
}

.sidebar-block .slide-next {
  right: 15px;
}

.list-archive {
  position: relative;
  width: 100%;
  padding: 0px 20px;
  float: none;
  display: inline-block;
}

.list-archive li {
  font-size: 12px;
  text-transform: uppercase;
  line-height: 24px;
}

.list-archive li a:hover {
  color: #999;
}

.list-archive li span {
  position: relative;
  float: right;
  color: #999;
}

.sidebar-tabs.tpl-tabs {
  width: 100%;
}

.sidebar-tabs.tpl-tabs li {
  width: 50%;
}

.sidebar-tabs.tabs-style-1.nav-tabs > li > a {
  margin-right: 0px;
  font-size: 13px;
}

.b-det-wrapp {
  position: relative;
  width: 100%;
  padding-bottom: 35px;
}

.b-det-wrapp p {
  display: block;
  padding-bottom: 15px;
}

.b-det-wrapp ul {
  padding-bottom: 15px;
  float: none;
}

.b-det-wrapp img {
  width: 100%;
  height: auto;
}

.det-tags {
  position: relative;
  width: 100%;
  float: left;
}

.det-tags h4 {
  position: relative;
  float: left;
  padding-right: 20px;
  padding-top: 5px;
}

.pad-80 {
  padding: 80px 0px;
}

.comments {
  position: relative;
  width: 100%;
  float: left;
}

.comments h3 {
  padding-bottom: 50px;
}

.comm-block {
  width: 100%;
  position: relative;
  float: left;
  padding-bottom: 50px;
}

.comm-txt {
  position: relative;
  float: left;
  padding-left: 110px;
  width: 100%;
}

.comm-txt h5 {
  position: relative;
  float: left;
}

.comm-txt p {
  position: relative;
  float: left;
  width: 100%;
  padding: 5px 0px;
  color: #999;
}

.comm-txt a {
  position: relative;
  display: block;
  float: left;
}

.date-post {
  position: relative;
  float: left;
  padding-left: 25px;
}

.comm-txt h5 {
  line-height: 14px;
  font-weight: 400;
  color: #000;
  font-family: "latoregular";
}

.date-post span {
  position: relative;
  float: left;
  font-size: 14px;
  color: #999;
}

.date-post h6 {
  position: relative;
  float: left;
  font-size: 13px;
  color: #999;
  padding-left: 10px;
  text-transform: capitalize;
}

.comm-img {
  position: absolute;
  left: 0px;
  top: 0px;
}

.comm-txt a {
  font-size: 12px;
  color: #000;
  text-transform: uppercase;
}

.comm-txt a:hover {
  color: #999;
}

.contact-form {
  position: relative;
  width: 100%;
  float: left;
}

.contact-form h3 {
  padding-bottom: 50px;
}

.popular-block.padd-80 {
  padding-bottom: 80px;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/

/* 05 - SHOP */

/*-------------------------------------------------------------------------------------------------------------------------------*/

.shop {
  position: relative;
  width: 100%;
  padding: 80px 0px 40px;
}

.shop-bar {
  width: 100%;
  max-width: 1200px;
  display: block;
  position: relative;
  margin: 0 auto;
  padding-bottom: 100px;
  float: left;
}

.shop-chose-wrap {
  position: relative;
  float: left;
  width: 20%;
}

.shop-chose-wrap span {
  font-size: 14px;
  color: #000;
  font-weight: 300;
  position: relative;
  float: left;
  text-transform: uppercase;
  margin-right: 10px;
  line-height: 36px;
}

.price-chose {
  position: relative;
  float: left;
}

.price-chose .slider-handle {
  width: 12px;
  height: 12px;
  background: #222;
  opacity: 1;
}

.price-chose .slider-selection {
  background-color: #999;
  border-radius: 2px;
  background-image: none;
  height: 3px;
}

.price-chose .slider.slider-horizontal .slider-track {
  height: 3px;
  background: #999;
}

.price-chose .slider.slider-horizontal .slider-selection {
  background: #222;
}

.price-chose .tooltip-inner {
  background: #ebebeb;
  color: #222;
}

.price-chose .tooltip.top .tooltip-arrow {
  border-top-color: #ebebeb;
}

.shop-title {
  position: relative;
  width: 100%;
  padding-top: 25px;
  text-align: center;
  float: left;
}

.shop-title h5 {
  text-transform: uppercase;
  padding-bottom: 10px;
}

.shop-title span {
  font-size: 16px;
  color: #999;
  margin: 0px 10px;
  position: relative;
  float: none;
  display: inline-block;
}

.style-link-1 {
  text-decoration: line-through;
}

.card-button {
  border: 2px solid #999;
  padding: 10px 15px;
  text-transform: uppercase;
  font-size: 14px;
  text-align: center;
  color: #222;
}

.card-button span {
  padding-right: 10px;
  transition: all 0.35s ease-out;
  -moz-transition: all 0.35s ease-out;
  -o-transition: all 0.35s ease-out;
  -webkit-transition: all 0.35s ease-out;
  -ms-transition: all 0.35s ease-out;
}

.card-button:hover {
  background: #222;
  border: 2px solid #222;
  color: #fff;
}

.card-button:hover span {
  color: #fff;
}

.price-chose b {
  font-size: 13px;
  color: #999;
  font-weight: 300;
  padding: 0px 15px;
}

.price-chose span {
  font-size: 14px;
  color: #000;
  font-weight: 300;
  position: relative;
  float: left;
  text-transform: uppercase;
  margin-right: 10px;
  line-height: 36px;
}

.price-bar {
  position: relative;
  float: left;
  padding-top: 8px;
}

.search {
  position: relative;
  float: right;
}

.s-field {
  position: relative;
  float: left;
  width: 0;
  backface-visibility: hidden;
  opacity: 0;
  height: 35px;
  border: 1px solid #999;
  color: #999;
  padding: 0px 10px;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
}

.s-field.slide {
  width: 200px;
  opacity: 1;
}

.s-icon {
  position: absolute;
  right: 0px;
  top: 1px;
  background: none;
  font-size: 20px;
  color: #222;
}

.s-icon:hover {
  color: #999;
}

.shop-item {
  position: relative;
  float: left;
  width: 100%;
}

.shop-item img {
  width: 100%;
  height: auto;
}

.wh-33 .item {
  width: 33.333%;
  padding: 0px 15px;
  margin-bottom: 30px;
  position: relative;
  float: left;
}

.wh-33 .grid-sizer {
  width: 33.3333%;
}

.wh-50 .item {
  width: 50%;
  padding: 0px 15px;
  margin-bottom: 30px;
  position: relative;
  float: left;
}

.wh-50 .grid-sizer {
  width: 50%;
}

.layer-shop {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
  opacity: 0;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transition: all 350ms cubic-bezier(0.77, 0.155, 0.445, 1.32);
  -moz-transition: all 350ms cubic-bezier(0.77, 0.155, 0.445, 1.32);
  -o-transition: all 350ms cubic-bezier(0.77, 0.155, 0.445, 1.32);
  transition: all 350ms cubic-bezier(0.77, 0.155, 0.445, 1.32);
  z-index: 50;
}

.layer-shop h4 {
  padding-bottom: 10px;
  font-weight: 600;
  letter-spacing: 1px;
}

.layer-shop h5 {
  padding-bottom: 20px;
}

.layer-shop .line {
  position: relative;
  display: block;
  width: 30px;
  height: 2px;
  background: #222;
  margin: 0 auto;
}

.layer-shop span {
  font-size: 18px;
  color: #222;
  position: relative;
  float: none;
  display: inline-block;
  padding-top: 25px;
}

.shop-item:hover .layer-shop {
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
}

.map-canvas {
  height: 550px;
}

.contact {
  padding: 80px 0px 40px;
}

.contact-form input,
textarea {
  width: 100%;
  height: 45px;
  border: 1px solid #999;
  padding: 0px 15px;
  font-size: 14px;
  margin-bottom: 15px;
  text-transform: none;
}

.contact-form form {
  padding-top: 10px;
}

.contact-form textarea {
  height: 120px;
  padding-top: 10px;
}

.contact-form input[type="submit"] {
  width: 120px;
  background: #222;
  color: #fff;
  text-align: center;
  border: 0px none;
}

.contact-form input[type="submit"]:hover {
  background: #999;
}

.adress-block {
  position: relative;
  width: 100%;
  text-align: left;
  padding: 60px 0px 20px;
}

.adress-block h5 {
  padding-top: 15px;
}

.adress-block a {
  font-size: 14px;
  color: #222;
  padding-top: 10px;
  display: block;
  font-weight: 300;
}

.adress-block ul {
  padding-top: 10px;
}

.adress-block ul li {
  font-size: 14px;
  color: #222;
  line-height: 24px;
  font-weight: 300;
}

.main-title {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  background: rgba(255, 255, 255, 0.9);
  padding: 80px;
  text-align: center;
  outline: 1px solid #fff;
  outline-offset: 8px;
}

.main-title.title-no-bg {
  background: none;
  outline: none;
  width: 100%;
}

.main-title.title-no-bg h1 {
  padding-bottom: 30px;
  letter-spacing: 12px;
}

.main-title h2,
.main-title h1 {
  padding-bottom: 10px;
  letter-spacing: 5px;
}

.skill-block {
  position: relative;
  float: left;
  width: 100%;
  height: 20px;
  margin: 10px 0px;
}

.skill-block span {
  position: relative;
  font-size: 14px;
  color: #808080;
  padding: 10px 30px 2px 0px;
  font-weight: 300;
  text-transform: uppercase;
  background: #fff;
  z-index: 1;
}

.skill-block .skill-line {
  height: 5px;
  background: #999;
  position: relative;
  margin-top: 3px;
  width: 100%;
  border-radius: 5px;
}

.skill-block .skill-line div {
  position: absolute;
  background: #222;
  width: 0%;
  height: 5px;
  transition: all 2s ease-in-out 0.3s;
  -webkit-transition: all 2s ease-in-out 0.3s;
  -moz-transition: all 2s ease-in-out 0.3s;
  -o-transition: all 2s ease-in-out 0.3s;
  -ms-transition: all 2s ease-in-out 0.3s;
}

.skill-block h5 {
  font-size: 14px;
  text-align: right;
  position: absolute;
  right: -15px;
  top: -25px;
  color: #222;
  font-weight: 300;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/

/* 06 - ELEMENTS */

/*-------------------------------------------------------------------------------------------------------------------------------*/

.accordion > dt {
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 400;
  font-family: "latoregular";
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

.accordion > dt > a {
  display: block;
  position: relative;
  color: #777;
  text-decoration: none;
  padding: 14px 20px;
  border: 1px solid #e5e5e5;
  -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -ms-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}

.accordion > dd {
  margin-bottom: 10px;
  padding: 10px 20px 20px;
  font-size: 14px;
  line-height: 1.8;
  color: #777;
}

accordion > dt > a:after {
  content: "\f107";
  width: 15px;
  height: 15px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  right: 10px;
  font-family: "FontAwesome";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 15px;
  line-height: 15px;
  text-align: center;
  color: #999;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -ms-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}

.toggle > dt {
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 400;
  font-family: "latoregular";
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

.toggle > dt > a {
  display: block;
  position: relative;
  color: #777;
  text-decoration: none;
  padding: 14px 20px;
  border: 1px solid #e5e5e5;
  -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -ms-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}

.toggle > dd {
  margin-bottom: 10px;
  padding: 10px 20px 20px;
  font-size: 14px;
  line-height: 1.8;
  color: #777;
}

.skill-block.skill-style-2 .skill-line {
  height: 30px;
  background: #ebebeb;
}

.skill-block.skill-style-2 span {
  position: absolute;
  background: none;
  color: #fff;
  padding: 7px 30px 2px 10px;
}

.skill-block.skill-style-2 .skill-line div {
  height: 30px;
  background: #000;
}

.skill-block.skill-style-2 h5 {
  color: #fff;
  right: 8px;
  top: 5px;
}

.butt-style {
  display: block;
  letter-spacing: 1px;
  font-weight: 300;
  margin-bottom: 15px;
  -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -ms-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}

/* text-transform: uppercase;   */

.button-style-1 {
  background: none;
  border: 1px solid #222;
  color: #222;
  display: inline-block;
}

.button-style-1 a:hover {
  background: #222;
  color: #fff;
}

.button-style-2 a {
  background: #222;
  border: 1px solid #222;
  color: #fff;
  display: inline-block;
}

.button-style-2 a:hover {
  background: #fff;
  color: #222;
  border: 1px solid #222;
}

.button-style-3 a {
  background: #fff;
  border: 1px solid #222;
  color: #222;
  border-radius: 30px;
  display: inline-block;
}

.button-style-3 a:hover {
  background: #222;
  color: #fff;
  border: 1px solid #222;
}

.button-style-4 a {
  background: #222;
  display: inline-block;
  border: 1px solid #222;
  border-radius: 30px;
  color: #fff;
}

.button-style-4 a:hover {
  background: #fff;
  color: #222;
  border: 1px solid #222;
}

.button-style-5 a {
  background: #ebebeb;
  display: inline-block;
  border: 1px solid #ebebeb;
  border-radius: 30px;
  color: #222;
}

.button-style-5 a:hover {
  background: #fff;
  color: #222;
  border: 1px solid #222;
}

.button-style-6 a {
  background: #ebebeb;
  display: inline-block;
  border: 1px solid #ebebeb;
  color: #222;
}

.button-style-6 a:hover {
  background: #fff;
  color: #222;
  border: 1px solid #222;
}

.b-lg {
  padding: 16px 40px;
  font-size: 18px;
}

.b-md {
  padding: 11px 33px;
  font-size: 16px;
}

.b-sm {
  padding: 8px 18px;
  font-size: 13px;
}

.b-xs {
  padding: 7px 16px;
  font-size: 12px;
  letter-spacing: 1px;
}

.serv-style-1 {
  text-align: center;
}

.serv-style-1 .fa {
  font-size: 30px;
  color: #222;
}

.serv-style-1 h4 {
  font-size: 16px;
}

.prog-serv {
  position: relative;
  float: left;
  padding-top: 15px;
  width: 100%;
  text-align: center;
}

.prog-serv h5 {
  position: relative;
  float: none;
  display: inline-block;
  width: 100%;
  padding-bottom: 20px;
}

.prog-serv img {
  position: relative;
  float: none;
  display: inline-block;
}

.grid-elem h4 {
  padding-bottom: 15px;
}

.grid-elem h5 {
  padding-bottom: 15px;
}

.grid-elem a {
  text-decoration: underline;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
  position: relative;
  display: block;
}

.tabs-style-1.nav-tabs > li > a {
  margin-right: 2px;
  border: 1px solid #222;
  z-index: 5;
  border-radius: 0px;
  background: #fff;
  z-index: 5;
  margin-top: 1px;
  border-bottom: 0px none;
}

.tabs-style-1.nav-tabs > li:last-child a {
  border-left: 0px none;
}

.tpl-tabs {
  font-size: 12px;
  font-weight: 400;
  font-family: "latoregular";
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 0px none;
}

.tpl-tabs-cont {
  padding: 38px 0 0px;
  color: #222;
  line-height: 1.8;
}

.t-con-style-1.tab-content > .tab-pane {
  display: none;
  visibility: hidden;
  padding: 30px 20px 25px 20px;
  border: 1px solid #222;
}

.t-con-style-1.tab-content > .active {
  display: block;
  visibility: visible;
}

.tabs-style-1.nav-tabs > li.active > a,
.tabs-style-1.nav-tabs > li.active > a:focus,
.tabs-style-1.nav-tabs > li.active > a:hover {
  border: 1px solid #999;
  background: #fff;
  color: #222;
  border-bottom: 0px none;
}

.tabs-style-1.nav-tabs > li.active > a,
.tabs-style-1.nav-tabs > li.active > a:focus,
.tabs-style-1.nav-tabs
  > li.active
  > a:hover
  .t-con-style-1.tab-content
  > .active {
  background: #fff;
}

.tab-pane .pop-text a h5 {
  font-size: 13px;
  line-height: 16px;
}

.tpl-minimal-tabs {
  width: 100%;
}

.tpl-minimal-tabs > li {
  padding: 0 20px;
  background: none !important;
  float: none;
  position: relative;
  display: inline-block;
}

.tpl-minimal-tabs {
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
  border: none;
}

.tpl-minimal-tabs > li > a {
  padding: 6px 20px 5px;
  text-decoration: none;
  color: #000;
  background: none;
  border: 1px solid transparent;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

.tpl-minimal-tabs li.active a,
.tpl-minimal-tabs li.active a:hover {
  border: 1px solid #222 !important;
  background: none !important;
  color: #000;
  cursor: default;
}

.tpl-minimal-tabs-cont {
  padding: 40px 0px 0px;
  clear: both;
  text-align: center;
}

.video-wrap {
  width: 100%;
  position: relative;
}

.video-wrap {
  width: 100%;
  position: relative;
}

.video {
  float: none;
  clear: both;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sound {
  width: 100%;
  position: relative;
}

.sound iframe {
  width: 100%;
  height: auto;
}

.slide-prev {
  position: absolute;
  top: 50%;
  left: 50px;
  z-index: 5;
  cursor: pointer;
}

.slide-next {
  position: absolute;
  top: 50%;
  right: 50px;
  z-index: 5;
  cursor: pointer;
}

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

.arrow-style-1 span {
  font-size: 48px;
  color: #222;
}

.slider-wrap {
  position: relative;
  width: 100%;
}

.pagination {
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0px;
  bottom: 0px;
  z-index: 5;
}

.point-style-1 .swiper-pagination-switch {
  position: relative;
  display: inline-block;
  float: none;
  margin: 0 8px;
  width: 10px;
  height: 10px;
  cursor: pointer;
  border-radius: 50%;
  background: #222;
  -webkit-transition: all 350ms cubic-bezier(0.77, 0.155, 0.445, 1.32);
  -moz-transition: all 350ms cubic-bezier(0.77, 0.155, 0.445, 1.32);
  -o-transition: all 350ms cubic-bezier(0.77, 0.155, 0.445, 1.32);
  transition: all 350ms cubic-bezier(0.77, 0.155, 0.445, 1.32);
}

.point-style-1 .swiper-active-switch:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid #222;
  left: -2px;
  top: -2px;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
}

.point-style-1 .swiper-pagination-switch.swiper-active-switch:before {
  transform: scale(2);
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  -webkit-transition: all 350ms cubic-bezier(0.77, 0.155, 0.445, 1.32);
  -moz-transition: all 350ms cubic-bezier(0.77, 0.155, 0.445, 1.32);
  -o-transition: all 350ms cubic-bezier(0.77, 0.155, 0.445, 1.32);
  transition: all 350ms cubic-bezier(0.77, 0.155, 0.445, 1.32);
}

.point-style-1 .swiper-pagination-switch.swiper-active-switch {
  transform: scale(0.6);
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -ms-transform: scale(0.6);
}

.point-style-2 .swiper-pagination-switch {
  position: relative;
  display: inline-block;
  float: none;
  margin: 0 8px;
  width: 12px;
  height: 12px;
  cursor: pointer;
  border-radius: 50%;
  background: #222;
  -webkit-transition: all 350ms cubic-bezier(0.77, 0.155, 0.445, 1.32);
  -moz-transition: all 350ms cubic-bezier(0.77, 0.155, 0.445, 1.32);
  -o-transition: all 350ms cubic-bezier(0.77, 0.155, 0.445, 1.32);
  transition: all 350ms cubic-bezier(0.77, 0.155, 0.445, 1.32);
}

.point-style-2 .swiper-pagination-switch.swiper-active-switch {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  background: #afaeae;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
}

.slider-3 .swiper-slide {
  padding: 0px 15px;
}

.slider-4 .pagination {
  bottom: 30px;
}

.fix-bg-slider {
  position: relative;
  width: 100%;
}

.testi-slider-wrapp {
  position: relative;
  width: 100%;
  padding: 80px 0px 120px;
  text-align: center;
}

.testi-slider-wrapp img {
  width: 70px;
  height: 70px;
}

.testi-slider-wrapp p {
  padding-bottom: 40px;
}

.testi-slider-wrapp img {
  margin-bottom: 20px;
}

.slider-6 {
  padding: 120px 0px 80px;
  position: relative;
  width: 100%;
}

.slide-7-wrap {
  position: relative;
  width: 100%;
  padding: 80px 0px 40px;
  float: left;
}

.left-block {
  position: relative;
  float: left;
  width: 50%;
}

.left-block img {
  width: 100%;
  height: auto;
}

.right-block {
  position: relative;
  float: left;
  width: 50%;
  padding: 40px 0px;
  text-align: left;
  padding: 120px 30px 0px 60px;
}

.right-block h4 {
  padding-bottom: 15px;
}

.right-block p {
  padding-bottom: 25px;
}

.pos-out.slide-next {
  right: -50px;
}

.pos-out.slide-prev {
  left: -50px;
}

.alert {
  position: relative;
  width: 100%;
  padding: 15px;
  font-size: 18px;
  border: 1px solid #ebebeb;
  border-radius: 0px;
  background: #fbfbfb;
}

.alert span {
  line-height: 23px;
  margin-right: 15px;
  color: #999;
}

.alert p {
  font-size: 14px;
  text-transform: uppercase;
  color: #999;
  font-weight: 400;
}

.f-awesome {
  font-size: 14px;
  color: #222;
}

.f-awesome .fa-icon {
  font-size: 16px;
  color: #444;
}

.f-awesome > div {
  padding: 0px;
  border: 1px solid #ebebeb;
  margin: -1px 0px 0px -1px;
  font-size: 13px;
}

.f-awesome > div > i {
  display: inline-block;
  margin-right: 5px;
  min-width: 40px;
  min-height: 40px;
  border-right: 1px solid #ebebeb;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/

/* 07 - SHOP DETAIL */

/*-------------------------------------------------------------------------------------------------------------------------------*/

.shop-detail-info {
  position: relative;
  width: 100%;
}

.shop-detail-info h4 {
  padding-bottom: 30px;
}

.shop-detail-info p {
  padding: 25px 0px 30px;
  position: relative;
  width: 100%;
  float: left;
}

.shop-price {
  position: relative;
  width: 100%;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  padding: 25px 0px 25px;
  float: left;
}

.shop-price h6 {
  line-height: 20px;
}

.shop-price h5 {
  padding-left: 15px;
}

.rate-info {
  padding-top: 3px;
}

.rate-info span {
  font-size: 16px;
  color: #ebebeb;
  margin: 0px 2px;
}

.rate-info .star-act {
  color: #222;
}

.add-tocard {
  position: relative;
  float: left;
  width: 100%;
  padding: 20px 0px 25px;
  border-bottom: 1px solid #ebebeb;
}

.add-tocard input[type="number"] {
  border: 1px solid #ebebeb;
  padding: 8px 5px;
  font-size: 13px;
  max-width: 100px;
  margin-right: 10px;
}

.shop-det-tags {
  padding: 25px 0px;
  position: relative;
  float: left;
  width: 100%;
  border-top: 1px solid #ebebeb;
}

.shop-det-tags-wr {
  width: 100%;
  position: relative;
  padding-bottom: 15px;
}

.shop-det-tags-wr {
  font-size: 13px;
  color: #999;
  text-transform: uppercase;
}

.image-list span {
  margin-right: 5px;
}

.shop-det-tags-wr a {
  color: #999;
  font-size: 14px;
  padding: 0px 8px;
  text-transform: lowercase;
}

.shop-det-tags-wr a:hover {
  color: #000;
}

.heading-2 h1,
.heading-2 h2,
.heading-2 h3,
.heading-2 h4,
.heading-2 h4,
.heading-2 h5,
.heading-2 h6 {
  font-weight: 400;
  font-family: "latoregular";
}

.heading-3 h1,
.heading-3 h2,
.heading-3 h3,
.heading-3 h4,
.heading-3 h4,
.heading-3 h5,
.heading-3 h6 {
  font-weight: 100;
  letter-spacing: 0px;
  font-family: "latolight";
}

.no-padding.padd-80 {
  padding: 0px;
}

.main-title-fix {
  position: relative;
  width: 100%;
  height: 500px;
}

.lg-title {
  padding: 40px 0px 10px;
}

.md-title {
  padding: 50px 0px 0px;
}

.sm-title {
  padding: 40px 0px 0px;
}

.bg-grey {
  background: #ebebeb;
}

.bg-grey-dark {
  background: #c7c7c7;
}

.bg-dark {
  background: #222;
  color: #fff;
}

.fix-title {
  position: relative;
  width: 100%;
}

.subtitle-bg-lg {
  padding: 120px 0px 100px;
}

.subtitle-bg-md {
  padding: 80px 0px 60px;
}

.subtitle-bg-sm {
  padding: 40px 0px 20px;
}

.team-col-4 .later-team {
  padding: 15px 5px;
}

.team-col-5 .later-team {
  padding: 40px 10px;
  text-align: center;
}

.team-col-5 .later-team p {
  display: none;
}

.team-col-5 .team-share a {
  font-size: 18px;
}

.team-col-5 .later-team h4 {
  font-size: 16px;
  padding-bottom: 10px;
}

.col-5 {
  position: relative;
  float: left;
  width: 20%;
  padding: 0px 15px;
}

.accordion .panel {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.accordion .panel-heading {
  position: relative;
  padding: 0px;
}

.accordion .panel-title {
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0px;
}

.accordion .panel-title a {
  font-size: 13px;
  padding: 15px 30px 15px 65px;
  display: block;
  background: #999;
  color: #fff;
}

.accordion .panel-title a:hover {
  text-decoration: none;
}

.accordion .panel-title a.collapsed {
  background: #ededed;
  color: #203c4d;
}

.accordion .marker {
  width: 50px;
  height: 100%;
  color: #fff;
  background: #666;
  position: absolute;
  top: 0px;
  left: 0px;
}

.accordion .marker__open {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -9px;
  margin-left: -5px;
}

.accordion .marker__close {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -9px;
  margin-left: -6px;
}

.accordion a.collapsed .marker {
  background: #222;
}

.accordion a.collapsed .marker__open {
  display: none;
}

.accordion a.collapsed .marker__close {
  display: block;
}

.accordion .panel-body {
  font-size: 13px;
  font-weight: 300;
  line-height: 24px;
  color: #fff;
  background: #fff;
  padding: 25px 25px 0px 25px;
}

.accordion .panel-body p {
  margin-bottom: 30px;
  color: #fff;
}

#accordion-3 .panel-body p {
  margin-bottom: 30px;
  color: #222;
}

#accordion-7 .panel-body p {
  margin-bottom: 30px;
  color: #222;
}

#accordion-8 .panel-body p {
  margin-bottom: 30px;
  color: #222;
}

.tabs-content .panel-body p {
  color: #222;
}

.accordion .panel-default > .panel-heading + .panel-collapse > .panel-body {
  padding-left: 65px;
  margin-bottom: 15px;
  border: none;
}

.panel-group {
  margin-bottom: 40px;
}

.accordion.panel-group .panel + .panel {
  margin-top: 15px;
}

.accordion.white .panel-title a.collapsed {
  background: #fff;
}

.accordion.white .panel-body {
  background: #fff;
}

.accordion.dark .panel-title a {
  background: #ebebeb;
  color: #222;
}

.accordion.dark .panel-title a.collapsed {
  background: #ebebeb;
}

.accordion.dark .panel-body {
  background: #222;
}

.accordion.dark .marker {
  background: #222;
}

.accordion.orange .panel-title a {
  background: #f48b24;
}

.accordion.orange .panel-title a.collapsed {
  background: #f7f7f7;
  color: #231810;
}

.accordion.orange .panel-body {
  background: #f7f7f7;
  color: #89837f;
}

.accordion.orange .marker {
  background: #231810;
}

.accordion.orange a.collapsed .marker {
  background: #f48b24;
}

.accordion.white-black {
  border: 1px solid #f1f1f1;
}

.accordion.white-black .panel + .panel {
  margin-top: 0px;
}

.accordion.white-black .panel-title a {
  font-size: 11px;
  background: #1d4156;
  padding: 18px 30px 18px 32px;
}

.accordion.white-black .panel-title a.collapsed {
  background: #fff;
  color: #203c4d;
  border-bottom: 1px solid #f1f1f1;
}

.accordion.white-black .panel-title a .fa {
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -5.5px;
  color: #079aee;
}

.accordion.white-black .panel-title a.collapsed .fa {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  color: #079aee;
}

.accordion.white-black .panel-body {
  background: #fff;
}

.accordion.white-black
  .panel-default
  > .panel-heading
  + .panel-collapse
  > .panel-body {
  padding-left: 70px;
}

.accordion.white-black .panel-collapse.collapse.in {
  border-bottom: 1px solid #f1f1f1;
}

.tabs-block .nav-tab-item {
  font-size: 12px;
  font-weight: bold;
  color: #222;
  text-transform: uppercase;
  background: #ebebeb;
  border: 1px solid #ebebeb;
  padding: 17px 15px;
  cursor: pointer;
}

.tabs-block .nav-tab-item.active {
  background: #222;
  color: #fff;
}

.tabs-block .gallery {
  margin-bottom: 30px;
}

.tabs-block.dark .nav-tab-item {
  background: #999;
  color: #222;
  border: none;
}

.tabs-block.dark .nav-tab-item.active,
.tabs-block.dark .nav-tab-item:hover {
  background: #ebebeb;
  color: #fff;
}

.tabs-block.dark .nav-tab-item + .nav-tab-item {
  border-top: none;
  border-top: 1px solid #222;
}

.price-block {
  position: relative;
  width: 100%;
  border: 1px solid #ebebeb;
  float: left;
  text-align: center;
  padding-bottom: 25px;
}

.price-price {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #ebebeb;
  padding: 15px 0px;
}

.price-price h4 {
  font-weight: 400;
  text-transform: uppercase;
  font-family: "latoregular";
}

.price-title {
  position: relative;
  width: 100%;
  padding: 20px 15px;
  border-bottom: 1px solid #ebebeb;
}

.price-title span {
  font-size: 80px;
  color: #222;
  line-height: 80px;
}

.price-title sup {
  font-size: 40px;
  top: -0.6em;
  padding-right: 3px;
}

.price-title sub {
  font-size: 24px;
  bottom: 0px;
}

.price-block ul {
  position: relative;
  width: 100%;
  padding: 25px 0px;
}

.price-block ul li {
  text-transform: uppercase;
  padding: 3px 0px;
}

.price-block .button-style-2 {
  position: relative;
  width: 100%;
  text-align: center;
  padding-top: 25px;
  border-top: 1px solid #ebebeb;
  float: left;
}

.price-block .button-style-2 button {
  position: relative;
  float: none;
  display: inline-block;
  margin-bottom: 0px;
}

.price-col-4 .price-title span {
  font-size: 60px;
  font-weight: 300;
}

.price-col-4 .price-price h4 {
  letter-spacing: 3px;
}

.price-col-4.price-block ul li {
  font-size: 14px;
  line-height: 26px;
}

.elem-form-select {
  position: relative;
  width: 100%;
}

.elem-form-select .drop-wrap {
  width: 100%;
}

.elem-form-select .drop-wrap .drop {
  max-width: 100%;
}

.blog-post {
  position: relative;
  width: 100%;
  padding-bottom: 40px;
}

.blog-post img {
  width: 100%;
  height: auto;
}

.line-item {
  position: relative;
  float: left;
  width: 25%;
  text-align: center;
  font-size: 16px;
  border: 1px solid #ebebeb;
  padding: 20px 0px;
  color: #999;
}

.line-item span {
  position: relative;
  float: none;
  display: inline-block;
  padding-right: 10px;
  font-size: 16px;
  color: #999;
}

.blog-post h4 {
  padding-bottom: 20px;
  padding-top: 40px;
  display: inline-block;
}

.blog-post p {
  padding-bottom: 30px;
}

.full-izotope .item {
  width: 100%;
}

.full-izotope .grid-sizer {
  width: 100%;
}

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

.fotm-checks > input + span {
  cursor: pointer;
}

.fotm-checks span {
  display: block;
}

.fotm-checks > span.check {
  border: 1px solid #999;
  width: 28px;
  height: 28px;
}

.fotm-checks > input {
  position: absolute;
  visibility: hidden;
  width: 28px;
  height: 28px;
}

.fotm-checks > input:checked + span:before {
  content: url("../img/check.png");
  display: block;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/

/* 08 - PORTFOLIO */

/*-------------------------------------------------------------------------------------------------------------------------------*/

.nogutt-col2 .item {
  width: 50%;
}

.grid-sizer {
  width: 0;
}

.nogutt-col3 .item {
  width: 33.3333%;
}

.nogutt-col4 .item {
  width: 25%;
}

.nogutt-col4 .item h4 {
  letter-spacing: 1px;
}

.nogutt-col5 .item {
  width: 20%;
}

.nogutt-col5 .item h4 {
  letter-spacing: 1px;
  font-size: 16px;
}

.nogutt-col5 .item h5 {
  font-size: 12px;
}

.filters-style-1 .but {
  margin: 0px 10px;
  padding: 5px 12px;
  border-radius: 15px;
  letter-spacing: 2px;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
}

.filters-style-1 .but:hover {
  background: #f5f5f5;
}

.filters-style-1 .but.activbut {
  background: #f5f5f5;
}

.filters-style-2 .but {
  margin: 0px 10px;
  padding: 5px 12px;
  letter-spacing: 2px;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
}

.filters-style-2 .but:hover {
  background: #000;
  color: #fff;
}

.filters-style-2 .but.activbut {
  background: #000;
  color: #fff;
}

.wide-portfolio .subtitle {
  padding-left: 50px;
}

.gutt-col2 .item {
  width: 48%;
  margin: 1%;
}

.gutt-col3 .item {
  width: 31%;
  margin: 1%;
}

.gutt-col4 .item {
  width: 23%;
  margin: 1%;
}

.gutt-col5 .item {
  width: 19%;
  margin: 0.5%;
}

.gutt-col5 .item h4 {
  font-size: 14px;
}

.gutt-col5 .item h5 {
  font-size: 12px;
}

.popup-gallery .item a {
  position: relative;
  width: 100%;
  float: left;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/

/* 09 - PORTFOLIO DETAIL */

/*-------------------------------------------------------------------------------------------------------------------------------*/

.project-nav {
  position: relative;
  float: left;
  width: 100%;
  margin: 0px 0px 120px;
}

.all-p {
  position: relative;
  float: none;
  display: inline-block;
  padding-top: 60px;
}

.project-nav a:hover {
  color: #999;
}

.left-arrow-nav {
  position: absolute;
  left: 15px;
  top: 50%;
}

.left-arrow-nav span {
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 48px;
  position: relative;
  float: left;
}

.right-arrow-nav {
  position: absolute;
  right: 15px;
  top: 50%;
}

.right-arrow-nav span {
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 48px;
  position: relative;
  float: left;
}

.sec-title {
  position: absolute;
  left: 50px;
  bottom: 50px;
  width: 100%;
  text-align: left;
}

.wrapp-block {
  position: relative;
  width: 100%;
  padding: 80px 0px 40px;
}

.det-img {
  position: relative;
  float: left;
  width: 100%;
  padding-bottom: 30px;
}

.det-img img {
  width: 100%;
  height: auto;
}

.padd-40 {
  padding-bottom: 40px;
}

.padd-15 {
  padding: 15px;
}

.det-wrapp img {
  width: 100%;
  height: auto;
}

.fixed-detail-panel {
  position: relative;
  width: 360px;
  height: 100%;
  padding-bottom: 80px;
  overflow-y: auto;
  bottom: auto;
  top: auto;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
}

.fixed-detail-panel.fix {
  position: fixed;
  top: 0px;
  right: 0px;
}

.fixed-detail-txt h3 {
  padding-bottom: 35px;
  font-weight: 400;
  font-family: "latoregular";
}

.fixed-detail-txt p {
  color: #999;
}

.fixed-detail-txt {
  width: 100%;
  margin-bottom: 20px;
  padding: 35px 15px 35px 25px;
}

.fixed-detail-txt span {
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 300;
  display: block;
  padding-bottom: 8px;
}

.fixed-detail-txt h5 {
  text-transform: capitalize;
  padding-bottom: 25px;
}

.fixed-detail-txt *:last-child {
  padding-bottom: 0px;
}

.layer-style-2 {
  position: absolute;
  cursor: url("../img/zoom.png"), pointer;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
  opacity: 0;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
}

.layer-style-2 h4 {
  font-weight: 400;
  font-family: "latoregular";
  color: #000;
  padding-bottom: 80px;
  transition: all 0.35s ease-out;
  -webkit-transition: all 0.35s ease-out;
  -moz-transition: all 0.35s ease-out;
  -ms-transition: all 0.35s ease-out;
}

.layer-style-2 span {
  font-size: 14px;
  padding-top: 80px;
  text-transform: uppercase;
  font-weight: 300;
  color: #999;
  letter-spacing: 1px;
  margin-bottom: -80px;
  transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
}

.det-img:hover .layer-style-2 {
  opacity: 1;
}

.det-img:hover .layer-style-2 h4 {
  padding-bottom: 15px;
}

.det-img:hover .layer-style-2 span {
  padding-top: 0px;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: pointer !important;
}

.gutt-difer {
  position: relative;
  width: 100%;
  padding-bottom: 80px;
}

.gutt-difer .item {
  padding: 0px 10px;
}

.gutt-difer .det-img .main-title {
  padding-bottom: 20px;
}

.gutt-difer .grid-sizer {
  width: 0px;
}

.gutt-difer .item.w_25 {
  width: 25%;
}

.gutt-difer .item.w_50 {
  width: 50%;
}

.gutt-difer .item.w_100 {
  width: 100%;
}

.sort-b {
  text-transform: uppercase;
  font-size: 14px;
  color: #666;
  font-weight: 300;
  margin: 0px 24px;
  background: none;
  letter-spacing: 5px;
}

.sort-b span {
  margin-top: -5px;
  font-size: 12px;
  color: #999;
  position: relative;
  float: right;
  padding-left: 5px;
}

.fillter-wrap .sort-b.active {
  color: #999;
}

.fillter-wrap .sort-b.active span {
  text-decoration: line-through;
}

.item.disabled div {
  opacity: 0.1;
}

.sliphover .det-img {
  padding-bottom: 0px;
  margin-bottom: 30px;
}

.pr-sutitle {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 300;
  color: #999;
  letter-spacing: 1px;
}

.multi-wrapp {
  position: relative;
  width: 100%;
  height: 100vh;
  float: left;
}

.ms-section img {
  width: auto;
  height: 100%;
}

#multiscroll-nav span {
  width: 12px;
  height: 12px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}

#multiscroll-nav li .active span {
  background: #000;
}

.multi-wrapp .det-img .layer-style-2 {
  cursor: pointer;
}

.pagination.vertical-mode {
  width: 50px;
  transform: translateY(50%);
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  right: 50px;
  left: auto;
  bottom: 50%;
}

.vertical-mode.point-style-1 .swiper-pagination-switch {
  margin-bottom: 10px;
}

.video-wrapper {
  position: relative;
  width: 100%;
  height: 100vmin;
  float: left;
  min-height: 650px;
}

video.bgvid-container {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}

video.bgvid {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  background: url(../img/Slider_2.jpg) no-repeat;
  background-size: cover;
  overflow: hidden;
}

#origin-input {
  background-color: #fff;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 300;
  margin-left: 12px;
  padding: 0 11px 0 13px;
  text-overflow: ellipsis;
  width: 200px;
  margin-top: 10px;
  border: 1px solid transparent;
  border-radius: 2px 0 0 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: 32px;
  outline: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

.custom {
  width: 33%;
}

@media (max-width: 1200px) {
  .custom {
    width: 25%;
  }
}

@media screen and (max-width: 1170px) {
  .main-title {
    width: 70%;
    padding: 80px 40px;
  }
  nav > ul > li {
    margin: 0px 10px;
  }
}

@media screen and (max-width: 992px) {
  .custom {
    width: 33%;
  }
  .nav-menu-icon {
    display: block;
  }
  nav > ul > li {
    float: none;
    display: block;
    width: 100%;
    margin: 0px;
    padding: 10px 0px;
    font-size: 16px;
    border-top: 1px solid #f5f5f5;
    padding-left: 15px;
    position: static;
  }
  nav > ul > li:last-child {
    border-bottom: 1px solid #f5f5f5;
  }
  nav ul > li ul {
    display: none;
    position: relative;
    opacity: 1;
    visibility: visible;
    width: 100%;
    margin-top: 10px;
    top: 0px;
    margin-bottom: 10px;
  }
  ul.slidemenu {
    display: block;
  }
  nav ul {
    padding: 0px;
  }
  .shop-detail-info h4 {
    padding-top: 40px;
  }
  nav {
    position: fixed;
    width: 100%;
    height: 100%;
    padding-top: 80px;
    background: #fff;
    left: 0px;
    top: 0px;
    z-index: 500;
    text-align: left;
    overflow-y: auto;
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -webkit-transition: all 350ms cubic-bezier(0.77, 0.155, 0.445, 1.32);
    -moz-transition: all 350ms cubic-bezier(0.77, 0.155, 0.445, 1.32);
    -o-transition: all 350ms cubic-bezier(0.77, 0.155, 0.445, 1.32);
    transition: all 350ms cubic-bezier(0.77, 0.155, 0.445, 1.32);
  }
  nav.slide-menu {
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
  }
  nav > ul > li:last-child .dropmenu li {
    text-align: left;
  }
  nav ul {
    width: 100%;
    padding: 0;
  }
  nav > ul > li > a > span {
    position: absolute;
  }
  .menu ul li > ul li a {
    font-size: 14px;
  }
  .menu ul > li > ul > li {
    float: left;
    width: 100%;
  }
  .menu ul > li > ul > li > ul {
    display: none;
    position: relative;
    opacity: 1;
    visibility: visible;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    left: auto;
    float: left;
    max-width: 100%;
    border: 0px none;
  }
  .menu ul > li > ul > li > ul.slidemenu {
    display: block;
  }
  .menu ul > li > ul > li span {
    top: 10px;
    padding-left: 10px;
    right: auto;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
  }
  .main-wrapp {
    padding: 80px 0px 40px;
  }
  .padd-80 {
    padding: 40px 0px;
  }
  .home-izotope .item {
    width: 50%;
  }
  .fillter-wrap {
    padding-bottom: 40px;
  }
  .about-item {
    padding-bottom: 30px;
  }
  .team-block {
    padding-bottom: 30px;
  }
  .servis-block {
    text-align: center;
  }
  .pagination.vertical-mode {
    bottom: 20px;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    width: 100%;
    right: 0px;
  }
  .vertical-mode.point-style-1 .swiper-pagination-switch {
    margin-bottom: 0px;
  }
  .nogutt-col3 .item {
    width: 50%;
  }
  .nogutt-col4 .item {
    width: 33.3333%;
  }
  .gutt-col4 .item {
    width: 31%;
  }
  .gutt-col5 .item {
    width: 31%;
  }
  .fixed-detail-panel {
    width: 100%;
    float: left;
  }
  .fixed-detail-panel.fix {
    position: relative;
    width: 100%;
    float: left;
  }
  .sidebar-block {
    padding: 30px 0px;
  }
  .sidebar-block h4 {
    padding-bottom: 25px;
  }
  .pad-80 {
    padding: 40px 0px;
  }
  .popular-block.padd-80 {
    padding-bottom: 40px;
  }
  .shop-chose-wrap {
    width: 50%;
    padding-bottom: 40px;
  }
  .adress-block {
    padding: 30px 0px 0px 0px;
  }
  .contact-form {
    padding-top: 40px;
  }
  .contact .subtitle {
    padding-bottom: 10px;
  }
  .contact {
    padding: 40px 0px;
  }
  .animsition,
  .animsition-overlay {
    opacity: 1 !important;
  }
  .ms-right {
    width: 100% !important;
    position: relative;
    float: left;
  }
  .ms-left {
    width: 100% !important;
    position: relative;
    float: left;
  }
  .ms-section img {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  .custom {
    width: 50%;
  }
  .main-title {
    width: 90%;
    padding: 50px;
  }
  .fillter-wrap .but {
    width: 100%;
    margin: 6px 0px;
  }
  .fillter-wrap .but span {
    float: none;
  }
  .nogutt-col4 .item {
    width: 50%;
  }
  .gutt-col3 .item {
    width: 48%;
  }
  .gutt-col5 .item {
    width: 48%;
  }
  .line-item {
    font-size: 13px;
  }
  .line-item span {
    display: none;
  }
  .shop-bar {
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 480px) {
  .custom {
    width: 100%;
  }
  .logo {
    margin: 15px 0px 0px 15px;
  }
  .mobile-icon {
    margin-right: 15px;
  }
  .nav-menu-icon {
    margin-right: 15px;
  }
  .main-title {
    width: 90%;
    padding: 35px;
  }
  .main-title h2 {
    font-size: 30px;
    line-height: 36px;
  }
  .main-title h5 {
    font-size: 13px;
    line-height: 16px;
  }
  .main-title.title-no-bg h1 {
    font-size: 30px;
    line-height: 36px;
    padding-bottom: 15px;
  }
  .main-title.title-no-bg h3 {
    font-size: 13px;
    line-height: 16px;
  }
  .home-izotope .item {
    padding: 0px;
    margin-bottom: 15px;
    width: 100%;
  }
  .home-izotope .item.w-50 {
    width: 100%;
  }
  .main-wrapp {
    padding-top: 40px;
  }
  .pagination.vertical-mode {
    bottom: 10px;
  }
  .nogutt-col2 .item {
    width: 100%;
  }
  .nogutt-col3 .item {
    width: 100%;
  }
  .nogutt-col4 .item {
    width: 100%;
  }
  .gutt-col2 .item {
    width: 98%;
  }
  .gutt-col3 .item {
    width: 98%;
  }
  .gutt-col4 .item {
    width: 98%;
  }
  .gutt-col5 .item {
    width: 98%;
  }
  .line-item {
    width: 33.333%;
  }
  .line-item:last-child {
    display: none;
  }
  .pop-text h5 {
    font-size: 13px;
    letter-spacing: 2px;
  }
  .date-post {
    width: 100%;
    padding-top: 10px;
    padding-left: 0px;
  }
  .contact-form h3 {
    padding-bottom: 40px;
  }
  .comments h3 {
    padding-bottom: 40px;
  }
  .tags-button {
    padding-top: 20px;
    float: left;
  }
  .accordion .panel-default > .panel-heading + .panel-collapse > .panel-body {
    padding-left: 50px;
  }
  .shop-bar {
    padding-bottom: 40px;
  }
  .shop-chose-wrap {
    width: 100%;
  }
  .price-chose {
    width: 100%;
    padding-bottom: 40px;
  }
  .search {
    float: left;
  }
  .shop-item {
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 360px) {
  .intro-scroll-down {
    bottom: 12px;
  }
  .pop-text h5 {
    letter-spacing: 0px;
  }
}

@media (max-width: 560px) {
  iframe {
    width: 100%;
    height: 315px;
  }
}

@media (max-width: 420px) {
  iframe {
    height: 200px;
  }
}

.enlace-youtube {
  float: right;
  position: relative;
  top: -92px;
  right: 16px;
  z-index: 9;
}

@media screen and (max-width: 767px) {
  .enlace-youtube {
    display: none;
  }
}

.modal-youtube {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}

.modal-youtube.show-modal {
  display: flex;
}

.modal-youtube .video-youtube {
  left: 50%;
  max-width: 1260px;
  overflow-y: auto;
  padding: 5px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.close-modal {
  color: #ffffff;
}

.close-modal:before {
  font-family: "FontAwesome";
  font-size: 30px;
  content: "\f00d";
  padding-right: 5px;
  position: absolute;
  right: 5px;
}

.close-modal:hover {
  color: #999999;
}

.overflow-hidden {
  overflow-y: hidden;
}

@media (min-width: 992px){
  .boton-gestion {
    border: 1px solid white;
    padding: 10px;
  }
}

.active .boton-gestion {
  border-color: orange;
}

.gestion h1 {
  font-size: 32px;
  color: black;
  letter-spacing: 0;
}

.gestion p {
  font-size: 18px;
}

.icono-gestion:before {
  content: "";
  display: block;
  position: absolute;
  border-left: 4px solid orange;
  height: 70px;
  left: 0;
  top: 12px;
}

@media screen and (max-device-width: 480px) {
  .bloque-gestion {
    margin-bottom: 50px;
  }

  .icono-gestion:before {
    display: none;
  }

  .icono-gestion:after {
    content: "";
    display: block;
    border-bottom: 4px solid orange;
  }
}

.enlace-covid {
  position: relative;

  top: -81px;

  left: 1px;

  z-index: 9;

  border: solid 2px white;

  padding: 7px;

  background-color: rgba(255, 0, 0, 0.8);

  width: 100%;
  float: left;
  display: block;
}
.modal-body {
  font-size: 16px;
}
.enlace-covid a {
  font-size: 15px;
  color: #fff;
  cursor: pointer;
}
.enlace-covid a i {
  color: #fff;
  font-size: 20px !important;
  vertical-align: baseline;
}

.enlace-aviso {
  position: relative;
  top: -81px;
  left: 1px;
  z-index: 9;
  border: solid 2px #000;
  padding: 7px;
  background-color: #ff0;
  width: 100%;
  float: left;
  display: block;
  height: 40px;
  overflow: hidden;
}
.modal-body {
  font-size: 16px;
}
.enlace-aviso a {
  font-size: 15px;
  color: #000;
  cursor: pointer;
}
.enlace-aviso a i {
  color: #000;
  font-size: 20px !important;
  vertical-align: baseline;
}

#formulario-visitas select {
  display: block;
  width: 100%;
  height: 40px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #958e8f;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
#formulario-visitas select::placeholder {
  font-size: 16px;
  line-height: 1.42857143;
  color: #555;
}
#formulario-visitas select option {
  font-size: 16px;
  line-height: 1.42857143;
  color: #555;
}
#formulario-visitas input[type="submit"] {
  width: 100%;
  margin-top: 20px;
}
@media screen and (max-device-width: 480px) {
  #formulario-visitas div.col-xs-6 {
    width: 100%;
  }
  .title-form {
    width: 100%;
  }
}
#login input[type="submit"] {
  width: 100%;
}
.libro-tabs {
  width: 100%;
  margin-bottom: 20px;
}
#searchlast {
  background: #000;
  background-color: black;
  color: white;
  border: none;
  padding: 6px 10px;
  font-weight: bold;
  font-size: 20px;
  cursor: pointer;
  width: 100%;
  margin-top: 16px;
}
.table-list table {
  width: 100%;
  font-size: 14px;
}
.table-list thead {
  border-bottom: 1px solid;
}
.table-list table tbody tr {
  border-bottom: 1px solid gray;
}
.table-list table tbody td {
  padding: 6px 8px;
}
.table-list table tbody tr:nth-of-type(2n) {
  background-color: #f3f3f3;
}
.row-button {
  background: #000;
  background-color: black;
  color: white;
  border: none;
  padding: 2px 3px;
  font-weight: bold;
  font-size: 16px;
  cursor: pointer;
  width: 100%;
  transition: background-color 1s;
}
.tab-pane#visitapanel {
  margin-top: 30px;
}
.section-albaran-info {
  padding: 176px 0px;
}
.section-albaran-info h1 {
  margin-bottom: 25px;
  letter-spacing: 0px;
}
.content-libro {
  display: flex;
  flex-wrap: nowrap;
  height: 100%;
}
.sidebar-libro {
  width: 55px;
  position: relative;
  background-color: #f59d00;
  padding: 126px 8px;
  -webkit-box-shadow: 10px 10px 17px -4px rgba(0, 0, 0, 0.47);
  -moz-box-shadow: 10px 10px 17px -4px rgba(0, 0, 0, 0.47);
  box-shadow: 10px 10px 17px -4px rgba(0, 0, 0, 0.47);
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.sidebar-libro i {
  color: white;
  font-size: 28px;
}
.sidebar-libro ul {
  width: 100%;
}
.sidebar-libro ul li {
  font-size: 16px;
  line-height: 32px;
  font-weight: 300;
  margin-top: 24px;
  display: flex;
  justify-content: center;
  cursor: pointer;
}
.main-libro {
  width: 100%;
}
#fullCalendar td[data-time^="00"],
#fullCalendar td[data-time^="01"],
#fullCalendar td[data-time^="02"],
#fullCalendar td[data-time^="03"],
#fullCalendar td[data-time^="04"],
#fullCalendar td[data-time^="05"],
#fullCalendar td[data-time^="06"],
#fullCalendar td[data-time^="07"] #fullCalendar td[data-time^="06"],
#fullCalendar td[data-time^="21"],
#fullCalendar td[data-time^="22"],
#fullCalendar td[data-time^="23"],
#fullCalendar td[data-time^="24"] {
  height: 0 !important;
  border: 0 !important;
  display: none;
}

#fullCalendar td[data-time^="00"] *,
#fullCalendar td[data-time^="01"] *,
#fullCalendar td[data-time^="02"] *,
#fullCalendar td[data-time^="03"] *,
#fullCalendar td[data-time^="04"] *,
#fullCalendar td[data-time^="05"] *,
#fullCalendar td[data-time^="06"] *,
#fullCalendar td[data-time^="07"] *,
#fullCalendar td[data-time^="21"] *,
#fullCalendar td[data-time^="22"] *,
#fullCalendar td[data-time^="23"] *,
#fullCalendar td[data-time^="24"] * {
  display: none !important;
}
.status_wrp {
  margin-top: 125px;
  margin-bottom: 125px;
  height: 40vh;
  flex-direction: column;
  align-content: center;
  align-items: center;
  display: flex;
}
#fullCalendar.fc .fc-bg-event .fc-event-title {
  color: black;
  font-size: 14px;
  font-weight: 800;
  margin: 0px;
  text-align: center;
}
#fullCalendar.fc .fc-bg-event {
  opacity: 1;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: flex-start;
  border-top: 1px solid;
  border-bottom: 1px solid;
  overflow: hidden;
}
.area_info_wrp {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.info_wrp li {
  display: flex;
  align-items: center;
}
.wrp_banner_move {
  position: absolute;
  width: max-content;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  gap: 100px;
  animation: animate_text 80s linear infinite;
  transform: translate3d(100vw, 0, 0);
}
@keyframes animate_text {
  from {
    transform: translate3d(100vw, 0, 0);
  }
  to {
    transform: translate3d(-150vw, 0, 0);
  }
}
@media screen and (max-device-width: 700px) {
  .wrp_banner_move {
    animation: animate_text 20s linear infinite;
  }
}


body.upcycling {
            
  margin: 0px;
  padding: 0px;
  font-size: 100%;
  min-height: 100%;
  min-width: 100%;
  font-family: "arial", sans-serif;
  background:url(/img/upcycling_fondo.jpg) ;
  background-size: cover;
  
}

.upcycling .container {
    background-color: rgb(15 15 15 / 37%);
    backdrop-filter: blur(2px);
    padding: 6rem 6rem;            /* espacio interno */
    border-radius: 10px;      /* bordes redondeados opcionales */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* sombra suave opcional */
    max-width: 800px;         /* ancho máximo opcional */
    margin: 2rem auto;  
    color: white;        
  }

.upcycling_contenido .titulo h1{
  font-family: sans-serif;
  letter-spacing: 0;
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
  color: white !important;
  margin: 0px;
  padding: 0px;
  text-align: center; 
  text-transform: unset !important;
}
.upcycling {
  display: flex; /* Activa Flexbox */
  justify-content: center; /* Centra horizontalmente */
  align-items: center; /* Centra verticalmente */
  padding: 80px; /* Espacio interno */
  max-width: 75%; /* Ancho máximo del contenedor */
  margin: 0 auto; /* Centra el contenedor en la página */
  max-height: 50%;


}

.upcycling .text-upcycling p {
 
  font-size: 17px;
  line-height: 24px;
  font-weight: 300;
  font-family: sans-serif;
  text-align: center;
}

.upcycling .text-upcycling p a{
  color:rgb(238, 187, 0);
  font-size: 17px;
  line-height: 24px;
  font-weight: 300;
  font-family: sans-serif;
}



.upcycling .text-upcycling p a:hover {
  color: rgb(200, 150, 0); /* Un tono más oscuro del color inicial */
}

.upcycling img{
  max-width: 40%;
  max-height: 40%;
  text-align: center;
  margin:0 auto;
  display: block;
  
}
.upcycling_contenido {
  display: flex; /* Asegúrate de que Flexbox esté activado */
  flex-direction: column; /* Coloca los elementos en una columna */
  gap: 20px; /* Espacio entre los elementos */
}
@media screen and (max-width: 426px) {
body.upcycling {
  font-size: 90%; /* Reduce ligeramente el tamaño de fuente */
}

.upcycling {
  padding: 20px; /* Reduce el padding */
  max-width: 100%; /* Ocupa todo el ancho */
  max-height: 100vh; /* Ocupa toda la altura de la pantalla */
  overflow: hidden; /* Oculta contenido desbordado */
}

.upcycling img {
  max-width: 80%; /* Ajusta el tamaño de la imagen */
  max-height: auto;
}

.upcycling .text-upcycling p {
  font-size: 13px; /* Reduce el tamaño del texto */
  line-height: 20px;
}

.upcycling .text-upcycling p a {
  font-size: 13px; /* Ajusta el tamaño del enlace */
}

.upcycling_contenido .titulo h1 {
  font-size: 17px; /* Reduce el tamaño del título */
  line-height: 24px;
}
.upcycling .container {
    
    padding: 3rem 4rem;            /* espacio interno */
    border-radius: 10px;      /* bordes redondeados opcionales */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* sombra suave opcional */
    max-width: 800px;         /* ancho máximo opcional */
    margin: 2rem auto;           /* centrar horizontalmente */
  }
}