/* NAFIDA is a responsive personal business card template
Here is the content of this css file
	
*/

/* .lx-main-content{overflow: auto;} */

/* Background SlideShow */
.lx-slideshow-background {
  position: fixed;
  top: 0%;
  left: 0%;
  z-index: -999;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.lx-slideshow-img {
  position: fixed;
  top: 0%;
  left: 0%;
  z-index: -999;
  width: 100%;
  height: 100%;
  background-size: cover !important;
  overflow: hidden;
}

/* Background Youtube Video */
.lx-youtube-background {
  position: fixed;
  top: -10%;
  left: -10%;
  z-index: -999;
  width: 120%;
  min-width: 1024px;
  height: 120%;
  overflow: hidden;
}
.lx-youtube-screen {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

/* Wrapper */
.lx-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  overflow: auto;
}

/* Ocultar la barra de desplazamiento en navegadores Webkit (Chrome, Safari) */
.lx-wrapper::-webkit-scrollbar {
  display: none;
}

/* Ocultar la barra de desplazamiento en navegadores Firefox */
.lx-wrapper {
  scrollbar-width: none; /* Firefox */
}

/* Ocultar la barra de desplazamiento en navegadores IE y Edge */
.lx-wrapper {
  -ms-overflow-style: none; /* IE and Edge */
}

/* Loader */
.lx-loader {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 20;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  font-size: 20px;
  font-family: "Roboto Slab";
  text-align: center;
  background: #121212;
  color: #ffffff;
}

/* Copyright */
.lx-copyright {
  position: absolute;
  right: 0px;
  bottom: 0px;
  padding: 10px;
  font-family: "Poppins" !important;
}
@media (max-width: 768px) {
  .lx-copyright {
    right: auto;
    left: 0px;
  }
}
.lx-copyright p {
  color: #ffffff;
}

/* Main Menu*/
.lx-main-menu {
  position: fixed;
  z-index: 9;
  top: 0px;
  left: 0px;
  height: 100%;
  background: #212b53;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .lx-main-menu {
    left: -120px;
  }
}
.lx-main-menu.lx-transparent {
  background: none;
}
@media (max-width: 768px) {
  .lx-main-menu.lx-transparent {
    background: #121212;
  }
}
.lx-main-menu-nav a {
  position: absolute;
  z-index: 10;
  display: none;
  width: 100%;
  font-size: 30px;
  text-align: center;
  line-height: 30px;
  background: #121212;
  color: #ffffff;
}
.lx-main-menu-nav a.lx-menu-up {
  top: 0px;
}
.lx-main-menu-nav a.lx-menu-down {
  bottom: 0px;
}
.lx-main-menu > i {
  position: absolute;
  right: -40px;
  display: none;
  margin-top: 5px;
  font-size: 30px;
  color: #ffffff;
  cursor: pointer;
}
@media (max-width: 768px) {
  .lx-main-menu > i {
    display: block;
  }
}
.lx-main-menu ul {
  position: relative;
  top: 0px;
  margin-top: 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.lx-main-menu ul li a {
  display: block;
  /* margin:20px; */
  margin: 44px 11px 0 -21px;
  text-align: center;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: auto;
}
.lx-main-menu ul li a.active {
  /* color:#0099cc;	 */
  color: #ff5900;
}

.lx-main-menu ul li a:hover {
  /* color:#0099cc; */
  color: #00fff2;
}

.lx-main-menu ul li a i {
  display: block;
  margin: 5px auto;
  font-size: 50px;
}

/* tactil  */
@media (max-width: 768px) {
  .lx-main-menu ul {
    overflow-y: scroll; /* Activa la barra de desplazamiento vertical */
    -webkit-overflow-scrolling: touch; /* Suaviza el desplazamiento en dispositivos iOS */
    height: 100%; /* Asegura que el menú ocupe toda la altura disponible */
  }

  /* Ocultar la barra de desplazamiento */
  .lx-main-menu ul::-webkit-scrollbar {
    display: none; /* Oculta la barra de desplazamiento en navegadores WebKit */
  }

  .lx-main-menu ul {
    -ms-overflow-style: none; /* Oculta la barra de desplazamiento en IE y Edge */
    scrollbar-width: none; /* Oculta la barra de desplazamiento en Firefox */
  }
}

/* Ocultar la barra de desplazamiento en pantallas de 14" a 27" */
@media (min-width: 1366px) and (max-width: 2560px) {
  .lx-main-menu ul {
    overflow-y: scroll; /* Activa la barra de desplazamiento vertical */
    height: 100%; /* Asegura que el menú ocupe toda la altura disponible */
  }

  .lx-main-menu ul::-webkit-scrollbar {
    display: none; /* Oculta la barra de desplazamiento en navegadores WebKit */
  }

  .lx-main-menu ul {
    -ms-overflow-style: none; /* Oculta la barra de desplazamiento en IE y Edge */
    scrollbar-width: none; /* Oculta la barra de desplazamiento en Firefox */
  }
}

/* Side Bar */
.lx-side-bar {
  position: fixed;
  top: 0px;
  right: 0px;
  height: /* 100% */ 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/* Languages */
.lx-lang {
  position: relative;
  margin: 20px;
  font-size: 13px;
  background: #242424;
  border: 2px solid #ffffff;
  border-radius: 2px;
}
.lx-lang p {
  padding: 0px 10px;
  font-size: 13px;
  color: #ffffff;
  cursor: pointer;
}
.lx-lang p i {
  margin-top: 5px;
  float: right;
}
.lx-lang ul {
  position: absolute;
  display: none;
  width: 100%;
  margin-top: 5px;
  background: #242424;
  box-shadow: 0px 0px 4px #eeeeee;
}
.lx-lang ul li a {
  display: block;
  padding: 5px 10px;
  color: #ffffff;
}

/* Calendar and Time */
.lx-calendar {
  margin: 20px;
  padding: 10px;
  font-family: "Poppins";
  text-align: center;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.7);
}
.lx-month {
  font-size: 37px;
  line-height: 30px;
}
.lx-day {
  font-size: 60px;
  line-height: 40px;
}
.lx-year {
  font-size: 30px;
  line-height: 30px;
}
/* .lx-time {
  font-size: 33px;
  font-family: "Poppins";
  padding: 7px 0 0 0;
} */

.lx-time {
  font-size: 33px;
  font-family: "Poppins";
  padding: 7px 0 0 0;
  width: 200px; /* Establece un ancho fijo */
  display: inline-block; /* Asegura que el contenido esté centrado */
  text-align: center; /* Centra el texto dentro del contenedor */
}
@media (max-width: 768px) {
  .acordn {
    z-index: 1;
    position: relative;
  }

  .lx-main-menu ul li a {
    display: block;
    /* margin:20px; */
    margin: 44px 11px 0 -21px;
    font-size: 11px;
  }

  .lx-main-menu ul li a i {
    font-size: 50px;
  }

  .lx-calendar {
    padding: 4px;
  }
  .lx-month {
    font-size: 20px;
    line-height: 20px;
  }
  .lx-day {
    font-size: 40px;
    line-height: 30px;
  }
  .lx-year {
    font-size: 20px;
    line-height: 20px;
  }
  .lx-time {
    /* font-size: 14px; */
    font-size: 16px;
    padding: 10px 0 0 0;
    width: 100px;
  }
}

/* Social Media */
.lx-social-media ul {
  float: right;
  margin: 20px;
}
@media (max-width: 768px) {
  .lx-social-media ul {
    margin: 0;
  }
}
.lx-social-media ul li {
  margin: 10px 0px;
}
@media (max-width: 768px) {
  .lx-social-media ul li {
    margin: 5px 0px;
  }
}
.lx-social-media ul li a {
  display: inline-block;
  width: 50px;
  padding: 10px 0px;
  font-size: 20px;
  text-align: center;
  color: #ffffff;
  /* background: rgba(0, 0, 0, 0.9); */
  border-radius: 15%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.lx-social-media ul li a:hover {
  background: rgba(255, 255, 255, 0.5);
}

/* Home */
.lx-home {
  display: flex;
  width: 100%;
}
@media (max-width: 1024px) {
  .lx-home {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .lx-home {
    padding: 20px;
    padding-right: 90px;
  }
}
.lx-home-content {
  margin: auto;
}
.lx-home-overview {
  float: left;
  width: 100%;
  color: #ffffff;
}
@media (max-width: 1024px) {
  .lx-home-overview {
    float: left;
    width: 100%;
    color: #ffffff;
  }
}
.lx-home-overview h1 {
  font-size: 50px;
  font-family: "Roboto Slab";
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 768px) {
  .lx-home-overview h1 {
    font-size: 50px;
  }
}
.lx-home-overview em {
  display: block;
  font-size: 20px;
  font-family: "Courgette";
  text-align: right;
  color: EEEEEE;
}
@media (max-width: 768px) {
  .lx-home-overview em {
    font-size: 16px;
  }
}
.lx-home-overview p {
  margin-top: 30px;
  font-size: 16px;
  color: #ffffff;
}
@media (max-width: 768px) {
  .lx-home-overview p {
    font-size: 16px;
    line-height: 20px;
  }
}
.lx-home-buttons {
  float: right;
  margin-top: 30px;
}
.lx-home-buttons a {
  display: inline-block;
  padding: 10px;
  margin-left: 20px;
  background: rgba(0, 0, 0, 0.3);
  color: #ffffff;
  border: 1px solid #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .lx-home-buttons a {
    padding: 7px;
    margin-left: 0px;
    font-size: 13px;
  }
}
.lx-home-buttons a:hover {
  background: rgba(0, 0, 0, 0.7);
}

/* Main Blocs */
.lx-blocs {
  position: absolute;
  top: 30px;
  left: 0px;
  width: 100%;
  background: #ffffff;
  opacity: 0;
  transform: scale(0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 25px;
  padding: 0px 0px 48px 0;
  height: 100vh;
}
.lx-blocs.slidein {
  left: -100%;
  transform: scale(1);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 1024px) {
  .lx-blocs {
    width: 95%;
  }
}
@media (max-width: 768px) {
  .lx-blocs {
    z-index: 8;
    top: 0px;
    width: 100%;
  }
}
.lx-blocs.active {
  position: absolute;
  opacity: 1;
  transform: scale(1);
}
.lx-blocs.slidein.active {
  left: 0px;
}
.lx-blocs-head {
  background: #212b53;
}

/* UBICACION ELEMENTOS BARRA */
.lx-blocs-head {
  display: flex;
  justify-content: center; /* Centra horizontalmente */
}

.lx-blocs-head ul {
  list-style: none; /* Elimina los puntos de la lista */
  padding: 0; /* Elimina el padding por defecto */
  margin: 0; /* Elimina el margin por defecto */
}

/* UBICACION ELEMENTOS BARRA */

.lx-blocs-head ul li {
  float: left;
}
.lx-blocs-head ul li a {
  display: inline-block;
  padding: 0px 5px;
  font-size: 30px;
  color: #ffffff;
}

/* Blocs Content */
.lx-blocs-content {
  overflow: auto;
  /* padding: 60px; */
  padding: 60px 0px 535px 35px;
  height: 100vh;
}

/* Estilos para navegadores WebKit (Chrome, Safari) */
.lx-blocs-content::-webkit-scrollbar {
  width: 0; /* Ancho de la barra de desplazamiento */
  height: 0; /* Altura de la barra de desplazamiento */
}

/* Estilos para Firefox */
.lx-blocs-content {
  scrollbar-width: none; /* Oculta la barra de desplazamiento en Firefox */
}

/* Estilos para Internet Explorer y Edge */
.lx-blocs-content {
  -ms-overflow-style: none; /* Oculta la barra de desplazamiento en IE y Edge */
}

@media (max-width: 768px) {
  .lx-blocs-content {
    /* padding: 60px 20px; */
    padding: 60px 0px 535px 35px;
    height: 100vh;
  }
}
.lx-blocs-content > h3 {
  position: relative;
  font-size: 40px;
  font-family: /* "Arvo" */ "Poppins";
  font-weight: bolder;
  line-height: 34px;
}
.lx-blocs-content > h3::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 100%;
  height: 3px;
  background: #0099cc;
}
.lx-blocs-content > h3 span {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding-right: 30px;
  line-height: 34px;
  background: #ffffff;
}

/* Know Me */
.lx-knowme-content p {
  margin-bottom: 5px;
}
.lx-knowme-content > p {
  margin-top: 60px;
  margin-bottom: 50px;
}
.lx-knowme-img {
  margin-left: 50px;
}
@media (max-width: 768px) {
  .lx-knowme-img {
    margin-left: 0px;
    margin-bottom: 50px;
  }
}
.lx-knowme-img img {
  width: 100%;
}
.lx-knowme-content p span {
  display: inline-block;
  width: 100px;
  font-weight: bold;
}

/* Quote */
.lx-quote {
  margin-top: 60px;
  padding: 25px;
  background: #fbfbfb;
  border-left: 10px solid #0099cc;
}
.lx-quote h4 {
  margin-bottom: 10px;
  font-size: 20px;
  text-transform: uppercase;
}
.lx-quote p {
  margin: 0px;
  font-size: 16px;
}
.lx-quote em {
  display: block;
  margin-top: 10px;
  font-size: 16px;
  text-align: right;
  color: #999999;
}

/* Skills */
.lx-skills-item {
  margin-top: 60px;
}
.lx-skills-item > h4 {
  margin-bottom: 40px;
  font-size: 24px;
  font-family: "Abel";
  text-transform: uppercase;
  border-bottom: 1px solid #eeeeee;
}
.lx-skills-description {
}
.lx-skills-description p {
  margin-bottom: 5px;
}

/* Boxes */
.lx-box {
  text-align: center;
}
@media (max-width: 768px) {
  .lx-skills-item .lx-g4-f > div {
    margin-top: 40px;
  }
  .lx-skills-item .lx-g4-f:nth-child(2) > div {
    margin-top: 0px;
  }
}
.lx-box i {
  display: inline-block;
  margin-bottom: 15px;
  font-size: 50px;
}
.lx-box h4 {
  margin-bottom: 10px;
}

/* Bars */
.lx-bars-chart {
}
.lx-bar {
  clear: both;
  margin-bottom: 10px;
}
.lx-bar p {
  float: left;
}
.lx-bar-counter {
  float: right;
  font-size: 12px;
  color: #929292;
}
.lx-bar-bg {
  clear: both;
  background: #f8f8f8;
}
.lx-bar-fill {
  width: 0%;
  height: 10px;
  background: #0099cc;
  -webkit-transition: all 2s;
  transition: all 2s;
}

/* Numbers */
.lx-numbers {
  text-align: center;
}
.lx-numbers h4 {
  font-size: 40px;
  line-height: 34px;
}
.lx-numbers p {
  padding-top: 10px;
}

/* Resume */
.lx-resume-item {
  margin-top: 60px;
}
.lx-resume-item > h4 {
  margin-bottom: 40px;
  font-size: 24px;
  font-family: "Abel";
  text-transform: uppercase;
  border-bottom: 1px solid #eeeeee;
}
.lx-resume-item ul {
  margin-left: 5px;
  padding: 0px 20px;
  border-left: 1px solid #eeeeee;
}
.lx-resume-item ul li {
  margin-bottom: 50px;
}
.lx-resume-item ul li:last-child {
  margin-bottom: 0px;
}
.lx-resume-item ul li h4 {
  position: relative;
  margin-bottom: 5px;
  font-size: 16px;
  text-transform: uppercase;
}
.lx-resume-item ul li h4::before {
  content: "";
  position: absolute;
  top: 7px;
  left: -25px;
  width: 10px;
  height: 10px;
  background: #0099cc;
  border-radius: 50%;
}
.lx-resume-item ul li span {
  color: #999999;
  border-bottom: 1px solid #0099cc;
}
.lx-resume-item ul li p {
  margin-top: 20px;
}

/* Projects */
.lx-projects-item {
  position: relative;
  margin-top: 60px;
}
.lx-projects-item > i {
  position: absolute;
  z-index: 2;
  top: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  padding: 15px 0px;
  font-size: 20px;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  border-radius: 50%;
  cursor: pointer;
}
.lx-projects-item-img img {
  display: block;
  width: 100%;
}
.lx-projects-item-img .lx-mini-slide {
  display: none;
}
.lx-projects-item-info {
  padding: 20px;
  background: #f8f8f8;
}
.lx-projects-item-info h4 {
  margin-bottom: 10px;
  font-size: 18px;
}
.lx-projects-item-info h4 a {
  color: #000000;
}
.lx-projects-item-info h4 a i {
  float: left;
  display: inline-block;
  padding: 3px;
  margin-top: 5px;
  margin-right: 5px;
  font-size: 10px;
  background: #424242;
  color: #ffd700;
}
.lx-projects-item-info p {
  font-size: 16px;
  color: #000000;
}

/* Blog */
.lx-blog-item {
  margin-top: 60px;
}
.lx-blog-img {
  position: relative;
}
.lx-blog-img img {
  display: block;
  width: 100%;
}
.lx-blog-img p {
  position: absolute;
  bottom: 10px;
  right: 10px;
  padding: 0px 10px;
  font-size: 13px;
  background: rgba(0, 0, 0, 0.5);
  color: #ffffff;
}
.lx-blog-info h4 {
  font-size: 18px;
  margin: 20px 0px 10px;
}
.lx-blog-info h4 a {
  color: #424242;
}
.lx-blog-info p {
  margin-bottom: 10px;
}
.lx-blog-info em {
  color: #bebebe;
}
.lx-blog-load-more {
  margin-top: 60px;
  text-align: center;
}
.lx-blog-load-more a {
  display: inline-block;
  padding: 5px 10px;
  color: #424242;
  background: #f8f8f8;
  border: 1px solid #eeeeee;
}
.lx-blog-load-more a:hover {
  color: #0099cc;
}
.lx-blog-content > a {
  display: inline-block;
  margin-bottom: 20px;
  color: #424242;
}
.lx-blog-content > a:hover {
  color: #0099cc;
}
.lx-single-post-img {
  position: relative;
}
.lx-single-post-img img {
  display: block;
  width: 100%;
}
.lx-single-post-img p {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 0px 10px;
  font-size: 14px;
  background: rgba(0, 0, 0, 0.5);
  color: #ffffff;
}
.lx-single-post-info h4 {
  font-size: 20px;
  margin: 25px 0px 20px;
}
.lx-single-post-info h4 a {
  color: #424242;
}
.lx-single-post-info p {
  margin-bottom: 10px;
}
.lx-single-post-info em {
  color: #bebebe;
}
.lx-blog-next-prev {
  margin: 30px 0px;
}
.lx-blog-next-prev a {
  font-size: 12px;
  color: #999999;
}
.lx-blog-next-prev a:hover {
  color: #0099cc;
}
.lx-blog-next-prev a:nth-child(2) {
  float: right;
}
.lx-single-post-tags a {
  display: inline-block;
  margin: 5px 5px 0px 0px;
  padding: 5px 10px;
  background: #f2f2f2;
  color: #424242;
}
.lx-comments-form {
  margin-top: 40px;
}
.lx-comment-field {
  margin: 10px 0px;
}
.lx-comment-field input {
  width: 100%;
  padding: 10px;
  border: 1px solid #eeeeee;
}
.lx-comment-field textarea {
  width: 100%;
  height: 100px;
  padding: 10px;
  border: 1px solid #eeeeee;
  resize: none;
}
.lx-comment-field *:focus {
  background: #f8f8f8;
}
.lx-comments-form form input[type="button"] {
  float: right;
  padding: 10px;
  background: #f8f8f8;
  color: #434343;
  border: 1px solid #eeeeee;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.lx-comments-form form input[type="button"]:hover {
  background: #eeeeee;
}
.lx-comments-item {
  margin-top: 40px;
}
.lx-comments-item h4 {
  margin-bottom: 5px;
  font-size: 16px;
}
.lx-comments-item p {
  padding: 10px;
  background: #f8f8f8;
  border-left: 3px solid #eeeeee;
}
.lx-comments-item em {
  display: block;
  margin-top: 5px;
  color: #999999;
  text-align: right;
}

/* Legal Notice*/
.lx-legal-text h2,
.lx-legal-text h3,
.lx-legal-text h4 {
  margin: 40px 0px 15px;
  text-transform: uppercase;
  border-bottom: 1px solid #eeeeee;
}
.lx-legal-text ul,
.lx-legal-text ol {
  margin: 10px 0px;
  line-height: 26px;
}
.lx-legal-text ul li::before,
.lx-legal-text ol li::before {
  content: "\f00c";
  margin-right: 5px;
  font-family: FontAwesome;
  color: #0099cc;
}
.lx-legal-text a {
  color: #0099cc;
}

/* Contact Boxes */
.lx-box-contact {
  position: relative;
  margin-top: 60px;
  margin-right: 10px;
  overflow: hidden;
}
.lx-box-contact i {
  position: absolute;
  top: -0px;
  right: 40px;
  font-size: 60px;
  color: #eeeeee;
  transform: rotate(-45deg);
}
@media (max-width: 1024px) {
  .lx-box-contact i {
    float: none;
    display: block;
    margin-right: 0px;
    margin-bottom: 10px;
    height: auto;
  }
}
.lx-box-contact strong {
  position: relative;
  z-index: 2;
  display: inline-block;
  text-transform: uppercase;
}
.lx-box-contact p {
  position: relative;
  z-index: 2;
  margin-top: 10px;
}

/* Contact Form */
.lx-contact form {
  margin-top: 60px;
}
.lx-contact form h4 {
  font-size: 20px;
}
.lx-contact form p {
  margin: 20px 0px 60px;
}
.lx-contact-saved > div {
  margin-bottom: 20px;
  padding: 10px;
  background: #f8f8f8;
  color: #424242;
  border-left: 3px solid GREEN;
}
.lx-contact-saved > div p {
  float: left;
  margin: 0px;
  padding: 0px;
}
.lx-contact-field {
  position: relative;
  margin-bottom: 20px;
}
.lx-contact-field span {
  position: absolute;
  top: 15px;
  right: 20px;
  color: #a94442;
}
.lx-contact-field i {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 40px;
  height: 99%;
  padding: 15px 0px;
  font-size: 18px;
  text-align: center;
  background: #f2f2f2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.lx-contact form input[type="text"]:focus ~ i {
  background: #0099cc;
  color: #ffffff;
}
.lx-contact form input[type="text"] {
  display: block;
  width: 100%;
  padding: 15px;
  padding-left: 60px;
  font-size: 15px;
  background: #fbfbfb;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.lx-contact form input[type="text"]:focus {
  background: #f8f8f8;
}
.lx-contact form textarea {
  display: block;
  width: 100%;
  height: 100px;
  padding: 15px;
  padding-left: 60px;
  font-size: 15px;
  background: #fbfbfb;
  resize: none;
}
.lx-contact form textarea:focus {
  background: #f8f8f8;
}
.lx-contact form textarea:focus ~ i {
  background: #0099cc;
  color: #ffffff;
}
.lx-contact form input[type="button"] {
  float: right;
  padding: 10px 40px;
  background: #0099cc;
  color: #ffffff;
  border: 1px solid #0099cc;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.lx-contact form input[type="button"]:hover {
  background: #ffffff;
  color: #0099cc;
}

/* Popup */
.lx-popup {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 20;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: none;
}
.lx-popup-inside {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  height: 100%;
}
@media (max-width: 768px) {
  .lx-popup-inside {
    display: block;
  }
}
.lx-popup-inside a > i {
  position: absolute;
  z-index: 10;
  top: 45%;
  font-size: 40px;
  color: #ffffff;
  text-shadow: 0px 0px 3px #5d4c40;
}
@media (max-width: 768px) {
  .lx-popup-inside a > i {
    top: 70%;
  }
}
.lx-popup-inside i.fa-caret-left {
  left: 4px;
}
.lx-popup-inside i.fa-caret-right {
  right: 4px;
}
.lx-popup-content {
  display: table;
  margin: auto;
}
.lx-popup-inside i.lnr-cross {
  position: absolute;
  z-index: 111;
  top: 10px;
  right: 10px;
  font-size: 30px;
  color: #ffffff;
  text-shadow: 0px 0px 3px #424242;
}
.lx-popup-image {
  position: relative;
  float: left;
  display: flex;
  width: 600px;
  height: 500px;
  background: #000000;
}
@media (max-width: 768px) {
  .lx-popup-image {
    float: none;
    display: block;
    width: 100%;
    height: auto;
  }
}
.lx-popup-image img {
  display: block;
  margin: auto;
  max-width: 600px;
  max-height: 500px;
  transform: scale(1);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .lx-popup-image img {
    width: 100%;
  }
}
/* Mini Slide */
.lx-mini-slide {
  position: relative;
  margin: auto;
  overflow: hidden;
}
.lx-mini-slide-nav {
  position: absolute;
  z-index: 2;
  left: 0px;
  top: 50%;
  width: 100%;
  margin-top: -20px;
}
.lx-mini-slide-nav i {
  display: inline-block;
  padding: 5px 10px;
  font-size: 40px;
  color: #ffffff;
  cursor: pointer;
}
.lx-mini-slide-nav i:nth-child(2) {
  float: right;
}
.lx-mini-slide ul {
  position: relative;
  left: 0%;
  width: 9999px;
}
.lx-mini-slide ul li {
  float: left;
  position: relative;
}
.lx-mini-slide ul li img {
  display: block;
  width: 100%;
}
.lx-popup-infos {
  float: left;
  width: 300px;
  height: 500px;
  padding: 20px;
  background: #ffffff;
  color: #242424;
}
@media (max-width: 768px) {
  .lx-popup-infos {
    float: none;
    width: 100%;
    height: 267px;
    overflow: auto;
  }
}
.lx-popup-infos h3 {
  margin-bottom: 10px;
  font-weight: bold;
}
.lx-popup-infos p {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 22px;
}
.lx-popup-infos p a {
  margin-right: 3px;
  padding: 0px 3px;
  background: #f8f8f8;
  color: #242424;
  border: 1px solid #dddddd;
  border-radius: 2px;
}
.lx-popup-details ul {
  width: 100%;
}
.lx-popup-details ul li:first-child {
  float: left;
}
.lx-popup-details ul li:last-child {
  float: right;
}
.lx-popup-details ul li span {
  display: inline-block;
  margin-top: 5px;
  color: #ffffff;
}
