/*-------------------------------------------------------*/
/* General
/*-------------------------------------------------------*/
.clearfix {
  *zoom: 1;
}

.clearfix:before, .clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}

.clear {
  clear: both;
}

.oh {
  overflow: hidden;
}

.relative {
  position: relative;
}

.section-wrap, .section-wrap-mp {
  padding: 150px 0;
  overflow: hidden;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.section-wrap-mp {
  padding: 100px 0;
}

.color-white {
  color: #fff !important;
}

.left {
  float: left;
}

.right {
  float: right;
}

.bg-light {
  background-color: #f7f7f7;
}

.bg-dark {
  background-color: #242424;
}

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

::-moz-selection {
  color: #fff;
  background: #000;
}

::-webkit-selection {
  color: #fff;
  background: #000;
}

::selection {
  color: #fff;
  background: #000;
}

a {
  text-decoration: none;
  color: #bfa67a;
  outline: none;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

a:hover, a:focus {
  text-decoration: none;
  color: #7a7a7a;
  outline: none;
}

:focus {
  outline: none;
}

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

body {
  margin: 0;
  padding: 0;
  font-family: "Pt Serif", serif;
  color: #7a7a7a;
  font-size: 15px;
  line-height: 1.5;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  background: #fff;
  outline: 0;
  overflow-x: hidden;
  overflow-y: auto;
}

video {
  height: 100%;
  width: 100%;
}

body img {
  border: none;
  max-width: 100%;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  margin-top: 0;
  text-transform: uppercase;
  color: #111;
  letter-spacing: 0.05em;
  font-weight: 700;
}

h1 {
  font-size: 28px;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 21px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 15px;
}

p {
  font-size: 15px;
  color: #7a7a7a;
  font-weight: normal;
  line-height: 25px;
}

.subheading {
  font-family: "Pt Serif", serif;
  font-size: 16px;
  font-style: italic;
}

.heading {
  margin-bottom: 60px;
}

.bottom-line:after {
  content: "";
  display: block;
  width: 48px;
  border-bottom: 3px solid #e8e8e8;
  margin: 15px auto 15px;
}

/*-------------------------------------------------------*/
/* Preloader
/*-------------------------------------------------------*/
.loader-mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 99999;
}

.loader {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 5px;
  width: 5em;
  height: 5em;
  margin: -25px 0 0 -25px;
  text-indent: -9999em;
  border-top: 0.5em solid #121212;
  border-right: 0.5em solid rgba(245, 245, 245, 0.5);
  border-bottom: 0.5em solid rgba(245, 245, 245, 0.5);
  border-left: 0.5em solid rgba(245, 245, 245, 0.5);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}

.loader,
.loader:after {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 10em;
  height: 10em;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@media (max-width: 991px) {
  .navbar-header {
    float: none;
  }
  .navbar-left, .navbar-nav, .navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-nav {
    margin-top: 7.5px;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .collapse.in {
    display: block !important;
  }
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

/*-------------------------------------------------------*/
/* Navigation Onepage
/*-------------------------------------------------------*/
.nav-type-1 .container-fluid {
  padding: 0 50px;
}

.navbar {
  margin-bottom: 0;
  border: none;
  min-height: 60px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 1200;
}

.navbar-nav {
  margin: 0;
  float: none;
  display: inline-block;
}

.navbar-nav > li > a {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  padding: 0 20px;
  line-height: 90px;
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.02em;
  font-weight: bold;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.navigation-overlay {
  background-color: rgba(17, 17, 17, 0.5);
  width: 100%;
  line-height: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.navigation-overlay.sticky {
  background-color: #111111;
  visibility: visible;
  opacity: 1;
}

.navigation-overlay.sticky .navbar-nav > li > a,
.navigation-overlay.sticky .menu-socials li > a {
  line-height: 60px;
}

.navbar-header {
  width: 20%;
  padding-right: 15px;
}

.nav-wrap {
  width: 60%;
}

.menu-socials {
  width: 20%;
  float: right;
  padding: 0 15px;
}

.menu-socials ul {
  float: right;
}

.menu-socials li {
  display: inline-block;
}

.menu-socials li > a {
  font-size: 16px;
  line-height: 90px;
  margin-left: 22px;
  color: #fff;
  border-bottom: 1px solid #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.menu-socials li > a:hover {
  border-color: #bfa67a;
}

.logo-container {
  padding: 0 15px;
  float: left;
}

.logo-wrap {
  display: table;
  width: 100%;
}

.logo-wrap > a {
  display: table-cell;
  vertical-align: middle;
  height: 90px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.logo-wrap.shrink > a {
  height: 60px;
}

.logo-wrap img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: 80%;
}

.logo-wrap.shrink img {
  height: 90%;
}

.navbar-collapse.in {
  overflow-x: hidden;
}

.navbar-nav > li > a:hover,
.navbar-nav > .active > a,
.navbar-nav > .active > a:focus,
.navbar-nav > .active > a:hover,
.menu-socials li > a:hover {
  opacity: 1;
  color: #bfa67a !important;
}

.navbar-collapse {
  padding: 0;
  border-top: none;
}

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover,
.nav > li > a:focus,
.nav > li > a:hover {
  background-color: transparent;
  text-decoration: none;
  border-color: #f2f2f2;
}

@media (max-width: 991px) {
  .navigation-overlay,
  .navigation-overlay.sticky {
    background-color: rgba(17, 17, 17, 0.9);
  }
  .nav-wrap {
    width: 100%;
    padding: 0;
    min-height: 0;
  }
  .nav-type-1 .container-fluid {
    padding: 0 15px;
  }
  .navbar-header {
    width: 100%;
    padding-right: 0;
  }
  .logo-wrap img {
    height: 48px;
  }
  .logo-wrap > a {
    height: 60px;
  }
  .navbar-nav {
    width: 100%;
    padding: 40px 0;
  }
  .navigation-overlay.sticky .navbar-nav > li > a,
  .navigation-overlay .navbar-nav > li > a {
    padding: 10px 0;
    line-height: 30px;
  }
}

/* Navigation Toggle
-------------------------------------------------------*/
.navbar-toggle {
  margin-top: 13px;
  border: none;
  z-index: 50;
  margin-right: 5px;
}

.navbar-toggle .icon-bar {
  background-color: #fff;
  width: 18px;
}

.navbar-toggle:focus, .navbar-toggle:hover {
  background-color: transparent;
}

.navbar-toggle:focus .icon-bar,
.navbar-toggle:hover .icon-bar {
  background-color: #f2f2f2;
}

/*Go to Top*/
#back-to-top {
  display: block;
  z-index: 500;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 22px;
  position: fixed;
  bottom: -40px;
  right: 20px;
  line-height: 35px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  background-color: #fff;
  text-decoration: none;
  box-shadow: 1px 1.732px 12px 0px rgba(0, 0, 0, 0.14), 1px 1.732px 3px 0px rgba(0, 0, 0, 0.12);
}

#back-to-top i {
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

#back-to-top a {
  width: 40px;
  height: 40px;
  display: block;
  color: #111;
}

#back-to-top.show {
  bottom: 20px;
}

#back-to-top:hover {
  background-color: #111;
}

#back-to-top:hover i {
  color: #fff;
}

/*-------------------------------------------------------*/
/* Navigation Multi-Page
/*-------------------------------------------------------*/
.nav-type-2 .navbar {
  min-height: 90px;
}

.nav-type-2 .nav-wrap {
  width: 80%;
}

.nav-type-2 .navbar-nav > li > a {
  padding: 0 15px;
}

.nav-type-2 .navbar-toggle:focus .icon-bar,
.nav-type-2 .navbar-toggle:hover .icon-bar {
  background-color: #111;
}

.nav-type-2 .navbar-nav > li > a {
  color: #111;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.nav-type-2 .navbar-toggle .icon-bar,
.nav-type-4 .navbar-toggle .icon-bar {
  background-color: #7a7a7a;
}

.navigation.offset {
  -webkit-transform: translate3d(0, -300px, 0);
  -moz-transform: translate3d(0, -300px, 0);
  -ms-transform: translate3d(0, -300px, 0);
  -o-transform: translate3d(0, -300px, 0);
  transform: translate3d(0, -300px, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.navigation.sticky {
  position: fixed;
  background-color: #fff;
  visibility: hidden;
  opacity: 0;
  width: 100%;
  height: 60px;
  top: 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  z-index: 1009;
}

.navigation.scrolling {
  -webkit-transform: translate3d(0, 0px, 0);
  -moz-transform: translate3d(0, 0px, 0);
  -ms-transform: translate3d(0, 0px, 0);
  -o-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
}

.navigation.sticky.scrolling {
  opacity: 1;
  visibility: visible;
}

.navigation.sticky .navbar-nav > li > a {
  line-height: 60px;
}

.navbar-nav .dropdown-menu {
  left: 0;
}

.navbar-nav .dropdown-menu.menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu {
  min-width: 200px;
  margin: 0;
  padding: 10px 0;
  border-top: 3px solid #bfa67a;
  border-left: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  border-bottom: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.dropdown-menu > li > a {
  padding: 10px 20px;
  font-size: 13px;
  color: #7a7a7a;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-weight: 500;
}

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  background-color: transparent;
  color: #bfa67a;
}

.dropdown-menu .megamenu-wrap ul > li > a {
  display: block;
  clear: both;
  font-weight: 500;
  line-height: 1.42857143;
  color: #7a7a7a;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.dropdown-submenu > a:after {
  font-family: "FontAwesome";
  position: absolute;
  content: "\f105";
  right: 15px;
  color: #7a7a7a;
}

.dropdown-menu,
.dropdown-submenu > .dropdown-menu {
  display: block;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.dropdown:hover > .dropdown-menu,
.dropdown-submenu:hover > .dropdown-menu {
  opacity: 1;
  visibility: visible;
}

.navbar .dropdown-menu {
  margin-top: 0;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -2px;
}

/* Menu Search
-------------------------------------------------------*/
.navbar-nav > li > a.nav-search {
  position: relative;
  display: block;
  margin: 38px 0 37px;
  width: 15px;
  height: 15px;
  padding-left: 10px;
}

.navigation.sticky .navbar-nav > li > a.nav-search {
  margin: 23px 0 22px;
}

.search-wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
}

.search-wrap .form-control {
  height: 100%;
  border: none;
  font-size: 24px;
}

.search-wrap input,
.search-wrap input:focus {
  background-color: #fff !important;
  border: none;
}

.search-trigger {
  z-index: 22;
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: 0;
  opacity: 1;
}

.search-close {
  opacity: 0;
  font-size: 16px;
  z-index: 21;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 0;
}

.nav-search.open .search-trigger {
  opacity: 0;
  z-index: 20;
}

.nav-search.open .search-close {
  opacity: 1;
}

#mobile-search {
  display: none;
}

/*-------------------------------------------------------*/
/* Navigation Portfolio
/*-------------------------------------------------------*/
.nav-type-3 {
  background-color: #fff;
  position: fixed;
  height: 100px;
  width: 100%;
  z-index: 1000;
}

.nav-type-3 .nav-wrap {
  display: table;
  height: 100px;
  width: 100%;
  float: left;
}

.nav-type-3 .logo-container a {
  z-index: 11;
  vertical-align: middle;
  display: table-cell;
  height: 100px;
  padding: 0 20px;
}

.full-nav,
#nav-icon {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fs-menu {
  position: fixed;
  background-color: rgba(12, 12, 12, 0.95);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  overflow: hidden;
}

.fs-menu.open {
  opacity: .9;
  visibility: visible;
  z-index: 200;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.fs-menu.open li {
  -webkit-animation: fadeInUp .35s ease forwards;
  -moz-animation: fadeInUp .35s ease forwards;
  -ms-animation: fadeInUp .35s ease forwards;
  -o-animation: fadeInUp .35s ease forwards;
  animation: fadeInUp .35s ease forwards;
  -webkit-animation-delay: .10s;
  -moz-animation-delay: .10s;
  -ms-animation-delay: .10s;
  -o-animation-delay: .10s;
  animation-delay: .10s;
}

.fs-menu.open li:nth-of-type(2) {
  animation-delay: .15s;
}

.fs-menu.open li:nth-of-type(3) {
  animation-delay: .20s;
}

.fs-menu.open li:nth-of-type(4) {
  animation-delay: .25s;
}

.fs-menu.open li:nth-of-type(5) {
  animation-delay: .30s;
}

.fs-menu.open li:nth-of-type(6) {
  animation-delay: .35s;
}

.fs-menu.open li:nth-of-type(7) {
  animation-delay: .40s;
}

.overlay-menu {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}

.overlay-menu ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  height: 100%;
}

.overlay-menu ul li {
  display: block;
  position: relative;
  opacity: 0;
  padding: 15px 0;
}

.overlay-menu ul li a {
  display: block;
  position: relative;
  overflow: hidden;
  font-family: "Montserrat", sans-serif;
  font-size: 36px;
  letter-spacing: 0.05em;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.overlay-menu ul li.active> a,
.overlay-menu ul li a:hover {
  color: #bfa67a;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    bottom: 20%;
  }
  100% {
    opacity: 1;
    bottom: 0;
  }
}

/* Nav icon */
#nav-icon {
  right: 40px;
  top: 50%;
  margin-top: -7px;
  position: absolute;
  margin-right: 0;
  z-index: 300;
  cursor: pointer;
  width: 20px;
  height: 20px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  cursor: pointer;
}

#nav-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #111;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

#nav-icon span:nth-child(1) {
  top: 0px;
}

#nav-icon span:nth-child(2),
#nav-icon span:nth-child(3) {
  top: 6px;
}

#nav-icon span:nth-child(4) {
  top: 12px;
}

#nav-icon.open span:nth-child(1) {
  top: 6px;
  width: 0%;
  left: 50%;
}

#nav-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #fff;
}

#nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: #fff;
}

#nav-icon.open span:nth-child(4) {
  top: 6px;
  width: 0%;
  left: 50%;
}

/*-------------------------------------------------------*/
/* Navigation Leftside
/*-------------------------------------------------------*/
.sidenav .container-fluid,
.sidenav .container {
  width: 90%;
}

.sidenav .result-boxes .container-fluid {
  width: 100%;
}

.sidenav .header-wrap {
  width: 300px;
  height: 100%;
  background-color: #fff;
  padding: 70px 50px;
}

.sidenav .works-grid-3-col-wide .container-fluid {
  padding: 0 15px;
}

.content-wrap {
  margin-left: 300px;
  position: relative;
  width: auto;
}

.nav-type-4 {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 500;
  height: 100%;
  width: 300px;
}

.nav-type-4 .navbar-header,
.nav-type-4 .nav-wrap {
  width: 100%;
}

.nav-type-4 .navbar-header {
  padding: 0;
}

.nav-type-4 .navbar {
  min-height: 100%;
}

.nav-type-4 .logo-container {
  width: 100%;
  padding: 0;
}

.nav-type-4 .logo-wrap > a {
  height: auto;
  text-align: center;
}

.nav-type-4 .nav {
  width: 100%;
  margin-top: 40px;
}

.nav-type-4 .navbar-nav > li {
  float: none;
}

.nav-type-4 .navbar-nav > li > a {
  padding: 17px 0;
  line-height: 1;
  color: #111;
}

.nav-type-4 .social-icons a {
  float: none !important;
}

.nav-type-4 .social-icons a:hover {
  color: #111;
}

/*-------------------------------------------------------*/
/* Content Home
/*-------------------------------------------------------*/
/* Intro
-------------------------------------------------------*/
.intro-heading {
  font-size: 28px;
  margin-bottom: 40px;
}

.heading-frame {
  padding: 38px 50px;
  border: 5px solid #111;
  display: inline-block;
}

.intro-text {
  font-size: 17px;
  line-height: 32px;
}

/* Results
-------------------------------------------------------*/
.result-box {
  padding: 130px 0;
}

.result-box-first {
  background-color: #719023;
}

.result-box-second {
  background-color: #8db42c;
}

.result-box-third {
  background-color: #a5d333;
}

.result-wrap {
  width: 230px;
  margin: 0 auto;
}

.result-wrap i {
  font-size: 55px;
  color: #fff;
  float: left;
  margin-top: 3px;
}

.statistic span {
  font-size: 36px;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  display: block;
  line-height: 1;
  margin-bottom: 9px;
  margin-left: 20px;
  float: left;
}

.statistic span.counter-text {
  font-size: 13px;
  text-transform: uppercase;
  color: #262626;
  margin-bottom: 0;
}

/* Services
-------------------------------------------------------*/
.service-item-box {
  background-color: #fff;
  padding: 60px 40px;
  margin-bottom: 30px;
}

.service-item-box h3 {
  font-size: 15px;
  margin-bottom: 21px;
}

.service-item-box > a {
  display: inline-block;
  margin-bottom: 27px;
}

.service-item-box i {
  display: block;
  font-size: 24px;
  line-height: 70px;
  color: #fff;
}

/*Hi Icons*/
.hi-icon {
  display: inline-block;
  font-size: 0px;
  cursor: pointer;
  width: 70px;
  height: 70px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  position: relative;
  z-index: 1;
  color: #fff;
}

.hi-icon:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  content: '';
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* Effect 1 */
.icon-effect-1 .hi-icon {
  background-color: transparent;
  color: #bfa67a;
  border: 2px solid #bfa67a;
  -webkit-transition: background 0.2s, color 0.2s;
  -moz-transition: background 0.2s, color 0.2s;
  -ms-transition: background 0.2s, color 0.2s;
  -o-transition: background 0.2s, color 0.2s;
  transition: background 0.2s, color 0.2s;
}

.icon-effect-1 .hi-icon:after {
  top: -5px;
  left: -5px;
  padding: 5px;
  -webkit-box-shadow: 0 0 0 2px #111;
  -moz-box-shadow: 0 0 0 2px #111;
  -ms-box-shadow: 0 0 0 2px #111;
  box-shadow: 0 0 0 2px #111;
  -webkit-transition: transform 0.2s, opacity 0.2s;
  -moz-transition: transform 0.2s, opacity 0.2s;
  -ms-transition: transform 0.2s, opacity 0.2s;
  -o-transition: transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}

.icon-effect-1 .hi-icon:hover {
  background: #111111;
  color: #fff;
  border-color: transparent;
}

.icon-effect-1 .hi-icon:hover:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

/* Promo Section
-------------------------------------------------------*/
.promo-section img {
  width: 100%;
}

.promo-description {
  padding: 50px 0 50px 50px;
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.promo-description > h3 {
  margin-bottom: 22px;
}

.promo-description > p {
  color: #a6a6a6;
}

.promo-section .customNavigation > a,
.from-blog .customNavigation > a {
  background-color: transparent;
  cursor: pointer;
  color: #fff;
  font-size: 24px;
}

.promo-section .customNavigation > a:first-child, .promo-section .customNavigation > a:first-child,
.from-blog .customNavigation > a:first-child,
.from-blog .customNavigation > a:first-child {
  margin-right: 10px;
}

.promo-section .customNavigation > a:hover, .promo-section .customNavigation > a:hover,
.from-blog .customNavigation > a:hover,
.from-blog .customNavigation > a:hover {
  opacity: .8;
}

/* Portfolio
-------------------------------------------------------*/
.works-grid-3-col-wide .grayscale img {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}

.work-item:hover img {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  filter: none;
}

.works-grid-3-col-wide .container-fluid {
  padding: 0 50px;
}

.grid-3-col.grid-gutter {
  margin: 0 0 -5px -5px;
}

.grid-3-col.grid-gutter .work-item {
  padding: 0 0 5px 5px;
  width: 33.333%;
  height: auto;
  float: left;
  overflow: hidden;
}

.work-img {
  position: relative;
  overflow: hidden;
}

.work-img img {
  overflow: hidden;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.work-img a.btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: auto;
  width: auto;
}

.work-img > a,
.work-overlay {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.work-overlay {
  background-color: rgba(20, 20, 20, 0.7);
  border: 10px solid rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.work-description {
  position: absolute;
  display: block;
  left: 8%;
  top: 8%;
  width: 80%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.work-description h3 {
  font-size: 16px;
  margin-bottom: 5px;
  color: #fff;
}

.work-description a {
  color: #fff;
}

.work-description span {
  font-size: 13px;
  color: #fff;
  display: inline-block;
}

.work-description h3,
.work-description span {
  -webkit-transform: translateX(-360px);
  -moz-transform: translateX(-360px);
  -ms-transform: translateX(-360px);
  -o-transform: translateX(-360px);
  transform: translateX(-360px);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.work-item:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  -moz-transform: scale3d(1.1, 1.1, 1);
  -ms-transform: scale3d(1.1, 1.1, 1);
  -o-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}

.work-item:hover .work-description h3,
.work-item:hover .work-description span {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.work-item:hover .work-description span {
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.work-item:hover .work-overlay {
  opacity: 1;
  z-index: 1;
}

/* Call to Action
-------------------------------------------------------*/
.call-to-action {
  padding: 70px 0;
  background-color: #fff;
}

.call-to-action h2 {
  font-size: 19px;
  margin-top: 15px;
}

/* Process
-------------------------------------------------------*/
/*5 columns*/
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

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

@media (min-width: 767px) {
  .col-sm-5ths {
	width: 19%;
	float: left;
  }
}

@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}

.process-wrap i {
  font-size: 32px;
  width: 120px;
  height: 120px;
  line-height: 120px;
  text-align: center;
  display: inline-block;
  border: 2px solid rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
}

.process-wrap h3 {
  color: #fff;
  font-size: 13px;
  margin: 30px 0 20px;
}

/* Our Team
-------------------------------------------------------*/
.our-team .team-row {
  margin-left: -40px;
  margin-right: -40px;
}

.our-team .team-wrap {
  padding: 0 40px;
}

.our-team .container-fluid {
  padding: 0 50px;
}

.team-img img {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  overflow: hidden;
  width: 100%;
}

.team-img:hover .team-details {
  opacity: 1;
  margin-top: -80px;
}

.team-img:hover .overlay {
  opacity: 1;
}

.team-member,
.team-img {
  position: relative;
  overflow: hidden;
}

.team-title {
  margin: 30px 0 7px;
}

.overlay {
  background-color: rgba(20, 20, 20, 0.7);
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.team-details {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 0;
  padding: 5%;
  overflow: hidden;
  width: 100%;
  z-index: 2;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.team-details p {
  color: #fff;
}

.team-details .socials i {
  color: #fff;
}

.socials a {
  display: inline-block;
  width: 37px;
  height: 37px;
  background-color: transparent;
}

.socials a:hover i {
  color: #fff;
  background-color: #bfa67a;
}

.socials i {
  line-height: 37px;
  color: #616161;
  font-size: 14px;
  width: 37px;
  height: 37px;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

/* About us
-------------------------------------------------------*/
.about-description h4,
.about-description p:first-of-type {
  margin-bottom: 15px;
}

/* Progress Bars
-------------------------------------------------------*/
#skills {
  margin-top: 35px;
}

.progress-bar {
  -webkit-transition: width 1.5s ease-in-out;
  -moz-transition: width 1.5s ease-in-out;
  -ms-transition: width 1.5s ease-in-out;
  -o-transition: width 1.5s ease-in-out;
  transition: width 1.5s ease-in-out;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}

.skills-progress h6,
.skills-progress h6 span {
  color: #111;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  margin-top: 0;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.progress-solid.meter {
  height: 8px;
  position: relative;
  background: #fbfbfb;
  margin-bottom: 30px;
}

.meter .progress-bar {
  display: block;
  height: 8px;
  position: relative;
  overflow: hidden;
  background-color: #bfa67a;
}

.skills-progress h6 span {
  float: right;
}

.row.mt-minus-30 {
  margin-top: -30px;
}

/* From Blog
-------------------------------------------------------*/
.blog-col {
  padding: 0 5px;
}

.blog-col h4 {
  font-size: 15px;
  margin-top: 10px;
  margin-bottom: 4px;
  line-height: 1.5;
}

.blog-col h4 a {
  color: #111;
}

.from-blog .customNavigation > a {
  color: #111;
}

.entry-box {
  padding: 40px;
  background-color: #fff;
}

.entry-meta li {
  display: inline-block;
  font-size: 13px;
  color: #919191;
  margin-bottom: 15px;
  white-space: nowrap;
}

.entry-meta a {
  color: #919191;
}

.entry-meta li:before {
  content: "|";
  opacity: 0.5;
  margin: 0 7px;
}

.entry-meta li:first-child:before {
  content: "";
  margin: 0;
}

.entry-meta a:hover,
.blog-col h4 a:hover {
  color: #111;
}

.entry-img {
  position: relative;
  overflow: hidden;
}

.entry-img img {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  width: 100%;
}

.read-more {
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-weight: bold;
  color: #111;
}

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

.blog-col-3 .entry-img:hover img {
  opacity: 0.8;
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.flex-direction-nav a {
  display: block;
  font-size: 16px;
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.5);
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  text-align: center;
  color: #fff;
  line-height: 40px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.flex-direction-nav .flex-prev {
  left: -40px;
}

.flex-direction-nav .flex-next {
  right: -40px;
}

.flexslider:hover .flex-direction-nav a {
  opacity: 1;
}

.flexslider:hover .flex-direction-nav .flex-next {
  right: 0;
}

.flexslider:hover .flex-direction-nav .flex-prev {
  left: 0;
}

.flexslider .flex-direction-nav .flex-nav-next:hover a,
.flexslider .flex-direction-nav .flex-nav-prev:hover a {
  color: #000;
  background-color: #fff;
}

/* Testimonials
-------------------------------------------------------*/
.testimonial-text {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.parallax-testimonials .bottom-line:after {
  border-color: #fff;
}

.testimonial-text {
  font-size: 24px;
  line-height: 39px;
  color: #fff;
  font-style: italic;
  margin: 30px 0;
  font-family: "Pt Serif", serif;
}

.testimonial i {
  font-size: 28px;
  color: #fff;
}

.testimonial span,
.testimonial h6 {
  display: block;
  color: #fff;
}

.testimonial span {
  font-size: 13px;
}

.testimonial h6 {
  font-size: 13px;
  margin-bottom: 5px;
}

.parallax-testimonials .owl-pagination {
  position: relative;
  margin-top: 50px;
}

.parallax-testimonials .owl-carousel {
  position: static;
}

/* Clients
-------------------------------------------------------*/
.client-logo {
  border-bottom: 1px solid #dedede;
  border-right: 1px solid #dedede;
  text-align: center;
}

.client-logo:last-child {
  border-right: none;
}

.second-row .client-logo {
  border-bottom: none;
}

/* Contact
-------------------------------------------------------*/
.contact-row {
  margin-left: -8px;
  margin-right: -8px;
}

.contact-name,
.contact-email, 
.contact-secondname,
.contact-telephone {
  padding: 0 8px;
}

.contact-item {
  position: relative;
  padding-left: 70px;
  padding-top: 5px;
  margin-top: 30px;
}

.contact-item:first-of-type {
  margin-top: 38px;
}

.contact-item h6 {
  font-size: 12px;
  margin-top: 5px;
  margin-bottom: 7px;
}

.contact-item p,
.contact-item span,
.contact-item a {
  font-size: 16px;
}

.contact-item a:hover {
  color: #111;
}

.contact-icon {
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #bfa67a;
  text-align: center;
  position: absolute;
  left: 0;
}

.contact-icon i {
  font-size: 18px;
  color: #bfa67a;
  line-height: 47px;
}

.gmap {
  position: relative;
  width: 100%;
  height: 450px;
}

#contact-form .message {
  height: 50px;
  width: 100%;
  font-size: 13px;
  line-height: 50px;
  text-align: center;
  float: none;
  margin-top: 20px;
  display: none;
  color: #fff;
}

#contact-form .message.error {
  background-color: #f44336;
}

#contact-form .message.success {
  background-color: #4CAF50;
}

/* Owl Carousel
-------------------------------------------------------*/
.owl-pagination {
  position: absolute;
  left: 0;
  display: block;
  text-align: center;
  width: 100%;
}

.owl-buttons {
  position: static;
}

.owl-prev, .owl-next {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -23px;
  text-align: center;
  line-height: 46px;
  z-index: 10;
  width: 46px;
  height: 46px;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.owl-prev:hover i, .owl-next:hover i {
  color: #bfa67a;
}

.owl-prev {
  left: -40px;
}

.owl-next {
  right: -40px;
}

#owl-slider-one-img:hover .owl-prev,
#owl-slider-small-img:hover .owl-prev {
  opacity: 1;
  left: 0;
}

#owl-slider-one-img:hover .owl-next,
#owl-slider-small-img:hover .owl-next {
  opacity: 1;
  right: 0;
}

.owl-page {
  display: inline-block;
  padding: 6px 6px;
  position: relative;
}

.owl-page span {
  display: block;
  position: relative;
  width: 10px;
  height: 10px;
  opacity: 0.8;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  background: transparent;
  z-index: 100;
  border: 2px solid #fff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.owl-page span:hover {
  opacity: 1;
}

.owl-theme .owl-controls .owl-page.active span {
  display: block;
  width: 10px;
  height: 10px;
  margin: 0;
  opacity: 1;
  background: #fff;
}

/*-------------------------------------------------------*/
/* Page Title / Breadcrumbs
/*-------------------------------------------------------*/
.page-title {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-attachment: fixed !important;
  background-repeat: no-repeat;
  background-position: 50% 0;
  display: block;
}

.page-title .container {
  height: 600px;
}

.page-title .heading-frame {
  border-color: #fff;
}

.title-holder {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
}

.title-text {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}

.title-text h1 {
  margin: 30px 0;
  font-size: 32px;
}

.page-title .breadcrumb {
  width: auto;
  background-color: transparent;
  padding: 0;
  margin: -10px 0 0 0;
  font-size: 13px;
}

.page-title .breadcrumb a,
.page-title .breadcrumb > .active {
  color: #fff;
}

.page-title .breadcrumb > li + li:before {
  color: #fff;
  opacity: 0.5;
}

/*-------------------------------------------------------*/
/* Blog Standard
/*-------------------------------------------------------*/
.blog-content .entry-img img {
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative;
}

.blog-content .entry-img a:hover img {
  opacity: .8;
}

.blog-content .entry-img,
.blog-content .entry-slider,
.blog-content .entry-video {
  position: relative;
  overflow: hidden;
  margin-bottom: 34px;
}

.blog-content .entry-meta li:first-child:before {
  margin: 0 0 0 -3px;
}

.blog-content .entry-title h2 > a {
  font-size: 21px;
  color: #111;
}

.blog-content .entry-meta li {
  margin-bottom: 7px;
}

.blog-content .entry-content {
  margin-top: 17px;
}

.blog-standard .sidebar,
.blog-single .sidebar {
  padding-left: 65px;
}

.entry-item {
  margin-bottom: 60px;
  position: relative;
  overflow: hidden;
}

.blog-standard .entry {
  margin-top: 35px;
}

.blog-standard .entry-title,
.blog-standard .entry-meta {
  padding-left: 93px;
}

.blog-standard .entry-item > .entry-date {
  float: left;
  padding: 13px 19px;
  width: 70px;
  height: 70px;
  border: 3px solid #111;
  font-family: "Montserrat", sans-serif;
  color: #3b3b3b;
  font-weight: bold;
  text-align: center;
}

.blog-standard .blog-content .entry-date span {
  display: block;
}

.blog-standard .blog-content .entry-date span:first-child {
  font-size: 21px;
  line-height: 1;
}

.blog-standard .blog-content .entry-date span:last-child {
  font-size: 13px;
  text-transform: uppercase;
}

.entry-content > i {
  margin-left: 3px;
  font-size: 14px;
  vertical-align: middle;
}

/* Quote Post
-------------------------------------------------------*/
.blog-content .entry.blockquote {
  padding-left: 0;
}

.blog-content .entry-item blockquote > p > a,
.blog-content .entry-item blockquote > p {
  color: #111;
  font-size: 22px;
  line-height: 34px;
  font-style: italic;
  font-family: "Pt Serif", serif;
}

.blog-content .entry-item blockquote > p > a:hover {
  color: #7a7a7a;
}

.blockquote-style-1 > i {
  font-size: 22px;
  color: #d1d1d1;
  margin-bottom: 13px;
}

/* Video Post
-------------------------------------------------------*/
.entry-video iframe {
  width: 100%;
  display: block;
  border: 0;
}

/* Pagination
-------------------------------------------------------*/
.pagination {
  margin: 0 auto;
  border-radius: 0;
  display: block;
  text-align: center;
  padding-top: 42px;
  border-top: 1px solid #e5e5e5;
}

.pagination a,
.pagination span {
  background-color: #fff;
  font-size: 12px;
  display: inline-block;
  height: 25px;
  line-height: 20px;
  text-align: center;
  margin: 0 9px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}

.pagination span.pagination-dots {
  margin: 0 3px;
}

.pagination i:first-child {
  margin-right: -5px;
}

.pagination i:last-child {
  margin-left: -7px;
}

.pagination a {
  color: #757575;
}

.pagination a:hover {
  color: #111;
}

.pagination a > i {
  font-size: 10px;
  margin: 0 3px;
}

.pagination .current {
  color: #3b3b3b;
}

.pagination > i {
  font-size: 14px;
  vertical-align: middle;
}

/*-------------------------------------------------------*/
/* Blog Sidebar
/*-------------------------------------------------------*/
.sidebar .widget {
  margin-top: 60px;
  position: relative;
}

.sidebar .widget:first-child {
  margin-top: 0;
}

.sidebar .widget ul li {
  padding: 10px 0;
  border-bottom: 1px solid #e5e5e5;
}

.sidebar .widget ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.sidebar .widget ul li:first-child {
  padding-top: 0;
}

.sidebar .widget ul li a {
  color: #7a7a7a;
}

.sidebar .widget ul li a:hover {
  color: #111;
}

.widget-title {
  font-size: 15px;
  margin-bottom: 28px;
}

.blog-sidebar .searchbox {
  border: 2px solid #e5e5e5;
  margin-bottom: 0;
  padding: 0 20px;
}

input[type="search"] {
  color: #111;
}

input.searchbox:focus {
  border-color: #bfa67a;
  color: #111;
}

.search-button {
  position: absolute;
  top: 12px;
  right: 15px;
  background-color: transparent;
  border: none;
}

.search-button i {
  color: #a1a1a1;
}

/* Latest Posts
-------------------------------------------------------*/
.blog-sidebar .widget.latest-posts ul li {
  border-bottom: none;
  line-height: 19px;
}

.blog-sidebar .latest-posts img {
  margin-right: 24px;
  float: left;
}

.blog-sidebar .latest-posts li {
  padding: 17px 0 !important;
}

.blog-sidebar .latest-posts li:first-child {
  padding-top: 0 !important;
}

.blog-sidebar .latest-posts li:last-child {
  padding-bottom: 0 !important;
}

.widget.latest-posts ul li a {
  font-size: 11px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  color: #111;
  vertical-align: top;
  line-height: 1;
}

.widget.latest-posts .entry-meta > span {
  color: #7a7a7a;
  font-size: 13px;
  font-family: "Pt Serif", serif;
  text-transform: none;
  margin-top: 5px;
  display: block;
}

.widget.latest-posts ul li a:hover {
  color: #111;
}

/* Popular Tags
-------------------------------------------------------*/
.tags a {
  background-color: transparent;
  border: 3px solid #e5e5e5;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  padding: 9px 16px;
  line-height: 1;
  margin: 0 8px 8px 0;
  font-size: 10px;
  color: #ababab;
  display: inline-block;
  float: left;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.tags a:hover {
  border-color: #111;
  color: #000;
}

/*-------------------------------------------------------*/
/* Blog Single Post
/*-------------------------------------------------------*/
.blog-single .entry-item {
  margin-bottom: 0;
}

.blog-single .entry-title {
  margin-top: 70px;
  text-align: center;
}

.blog-single .entry-meta {
  text-align: center;
}

.blog-single .blog-content .entry-title h2 {
  font-size: 28px;
}

.blog-single .blog-content .entry-content {
  margin-top: 50px;
}

.blog-single .blog-content blockquote {
  margin: 60px 0;
}

.blog-single .blog-content .entry-content > p {
  margin-bottom: 24px;
}

.entry-content .entry-tags h6,
.entry-share h6 {
  display: inline-block;
  margin-right: 2px;
  font-size: 14px;
}

.entry-content .entry-tags h6 {
  margin-right: 7px;
}

.entry-content .entry-tags a {
  font-style: italic;
  font-size: 14px;
  line-height: 37px;
  font-family: "Pt Serif", serif;
  color: #7a7a7a;
}

.entry-content .entry-tags a:hover {
  color: #111;
}

.entry-content .entry-share {
  float: right;
}

.entry-share .socials i,
.entry-share .socials a {
  width: 32px;
  height: 32px;
  line-height: 32px;
}

.entry-share .socials {
  margin-top: 0;
  display: inline-block;
}

.entry-tags h6,
.entry-share h6 {
  font-size: 15px;
  text-transform: none;
  letter-spacing: normal;
}

.entry-comments .comment-avatar {
  position: absolute;
  display: block;
}

.entry-comments .comment-content {
  padding-left: 132px;
}

.entry-comments .comment-author {
  display: block;
  margin-bottom: 5px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 15px;
  color: #111;
}

.entry-comments h6 {
  font-size: 14px;
}

.entry-comments .comment-content span a {
  font-size: 13px;
  color: #7a7a7a;
}

.comment-content p {
  margin-top: 15px;
}

.comment-content > a {
  font-family: "Montserrat", sans-serif;
  color: #111;
  font-size: 14px;
}

.comment-reply {
  padding-left: 48px;
}

.comment-body {
  padding: 35px 0;
  border-bottom: 1px solid #dbdbdb;
}

.comment-list > li:last-child .comment-body {
  border-bottom: none;
  padding-bottom: 0;
}

/*-------------------------------------------------------*/
/* Home Owl Slider
/*-------------------------------------------------------*/
.hero-wrap {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  background-attachment: scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.hero-holder {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
}

.hero-message {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  width: 100%;
  text-align: center;
}

.hero-message h1 {
  color: #fff;
  font-size: 56px;
  font-weight: 700;
  line-height: 1;
}

.hero-subtitle {
  text-transform: none;
  font-weight: normal;
  color: #fff;
  line-height: 1.5;
  font-size: 20px;
  max-width: 800px;
  margin: 24px auto 0;
}

.buttons-holder > a {
  margin: 5px;
}

/*-------------------------------------------------------*/
/* Home Text Rotator
/*-------------------------------------------------------*/
.hero-message.text-rotator h1 {
  font-size: 70px;
}

/*-------------------------------------------------------*/
/* Home Video Bg
/*-------------------------------------------------------*/
.video-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 0;
}

.video-overlay {
  background-color: rgba(40, 40, 40, 0.5);
  height: 100%;
  width: 100%;
}

.video-img {
  background: url(../video/video.jpg) center center no-repeat;
  background-size: cover;
  z-index: -101;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

/*-------------------------------------------------------*/
/* Home Angles
/*-------------------------------------------------------*/
.main-wrapper-onepage.angles .result-box {
  padding: 30% 0;
}

.section-wrap.angle-top,
.section-wrap.angle-bottom {
  overflow: visible;
}

.bg-light.angle-top:before,
.bg-light.angle-bottom:after {
  background-color: #f7f7f7;
}

.bg-dark.angle-top:before,
.bg-dark.angle-bottom:after {
  background-color: #242424;
}

.angle-top:before {
  background: none repeat scroll 0 0 #fff;
  content: "";
  margin-top: -199px;
  min-height: 150px;
  position: absolute;
  -webkit-transform: skewY(-2deg);
  -moz-transform: skewY(-2deg);
  -ms-transform: skewY(-2deg);
  -o-transform: skewY(-2deg);
  transform: skewY(-2deg);
  width: 100%;
  z-index: 1;
}

.angle-bottom:after {
  background: none repeat scroll 0 0 #fff;
  content: "";
  margin-top: 40px;
  min-height: 150px;
  position: absolute;
  -webkit-transform: skewY(-2deg);
  -moz-transform: skewY(-2deg);
  -ms-transform: skewY(-2deg);
  -o-transform: skewY(-2deg);
  transform: skewY(-2deg);
  width: 100%;
  z-index: 1;
}

#portfolio.angle-bottom:after {
  margin-top: 140px;
}

.main-wrapper-onepage.angles .process,
.main-wrapper-onepage.angles .parallax-testimonials {
  padding: 200px 0;
}

.main-wrapper-onepage.angles .footer.minimal {
  text-align: left;
}

.main-wrapper-onepage.angles .gmap {
  height: 600px;
}

/* Services
-------------------------------------------------------*/
.services.style-2 a {
  position: absolute;
  font-size: 36px;
  line-height: 1;
  color: #c1c1c1;
}

.services.style-2 .service-item-box {
  padding: 0 0 0 60px;
  margin-bottom: 50px;
}

.services.style-2 .service-item-box h3 {
  margin-bottom: 10px;
}

/* Latest Works
-------------------------------------------------------*/
.portfolio-filter {
  list-style: none;
  margin-bottom: 40px;
  cursor: default;
  font-size: 13px;
  text-align: center;
}

.portfolio-filter a.active,
.portfolio-filter a:hover {
  color: #111;
  border-color: #111;
}

.portfolio-filter a {
  display: inline-block;
  margin: 0 5px 5px 0;
  color: #ababab;
  text-decoration: none;
  padding: 7px 15px;
  border: 3px solid #e5e5e5;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.work-container {
  margin-bottom: 40px;
}

.work-item .work-overlay:hover,
.work-item:hover .portfolio-overlay {
  opacity: 1;
  z-index: 1;
}

.portfolio-overlay {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: -1;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.project-icons {
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
  margin-top: -20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.project-icons a {
  display: inline-block;
  width: 40px;
  height: 40px;
  font-size: 14px;
  margin: 0 3px;
  line-height: 40px;
  text-align: center;
  color: #111;
  background-color: #fff;
  border-radius: 100px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.project-icons a:hover {
  color: #fff;
  background-color: #bfa67a;
}

.work-item:hover .portfolio-overlay .project-icons {
  position: absolute;
  top: 50%;
}

.works-grid.titles .work-description h3,
.works-grid.titles .work-description span,
#owl-related-works .work-description h3,
#owl-related-works .work-description span {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

.works-grid.titles .work-description,
#owl-related-works .work-description {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  margin-top: 20px;
  text-align: center;
}

.works-grid.titles .work-description a,
#owl-related-works .work-description a {
  color: #111;
}

.works-grid.titles .work-description a:hover,
#owl-related-works .work-description a:hover {
  color: #bfa67a;
}

/* Call to Action Style-2
-------------------------------------------------------*/
.call-to-action.style-2 {
  padding: 200px 0;
}

.call-to-action.style-2 h2 {
  font-size: 32px;
  color: #fff;
  margin: 0 0 25px;
}

.call-to-action.style-2 a {
  margin: 10px 4px 0;
}

/* Ipad with Features
-------------------------------------------------------*/
.promo-device img {
  display: inline-block;
}

.features-icons a {
  position: absolute;
}

.features-text {
  padding-left: 100px;
}

.features-icons .service-item-box {
  padding: 0;
  margin-bottom: 50px;
  background-color: transparent;
}

/* Pricing Tables
-------------------------------------------------------*/
.pricing-3-col {
  background-color: #f7f7f7;
  text-align: center;
}

.pricing-title {
  background-color: #303030;
  padding: 45px 30px;
}

.pricing-title h3 {
  font-size: 18px;
  color: #fff;
  margin-bottom: 30px;
}

.best-price {
  background-color: #bfa67a;
}

.pricing-price {
  font-size: 25px;
  color: #111;
  background-color: #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 110px;
  height: 110px;
  display: inline-block;
  position: absolute;
  left: 50%;
  margin-left: -55px;
  line-height: 1.3;
  padding: 28px 25px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(14, 16, 9, 0.1);
  -moz-box-shadow: 0px 0px 5px 0px rgba(14, 16, 9, 0.1);
  -ms-box-shadow: 0px 0px 5px 0px rgba(14, 16, 9, 0.1);
  box-shadow: 0px 0px 5px 0px rgba(14, 16, 9, 0.1);
}

.pricing-currency {
  font-family: "Montserrat", sans-serif;
}

.pricing-term {
  font-size: 12px;
  display: block;
}

.pricing-features {
  padding: 100px 40px 40px;
  color: #7a7a7a;
}

.pricing-features li {
  padding: 10px 0;
}

.pricing-button {
  padding: 0 40px 50px 40px;
}

/* Fun Facts style-2
-------------------------------------------------------*/
.result-boxes.style-2 .result-box {
  padding: 20px 0;
  text-align: center;
}

.result-boxes.style-2 .statistic span.counter-text {
  color: #fff;
  font-size: 13px;
}

.result-boxes.style-2 .statistic span {
  float: none;
  margin-left: 0;
  line-height: 1.2;
  font-size: 50px;
}

.result-boxes.style-2 .result-wrap {
  width: auto;
}

/* Testimonials style-2
-------------------------------------------------------*/
.testimonials.style-2 .testimonial-text {
  color: #7a7a7a;
}

.testimonials.style-2 .owl-carousel {
  position: static;
}

.testimonials.style-2 .owl-pagination {
  position: static;
  margin-top: 30px;
}

.testimonials.style-2 .owl-page span {
  border-color: #a7a7a7;
}

.testimonials.style-2 .owl-page.active span {
  background-color: #7a7a7a;
  border-color: #7a7a7a;
}

.testimonials.style-2 .testimonial span {
  color: #ababab;
  display: inline-block;
  font-weight: bold;
  font-size: 14px;
}

.testimonials.style-2 .testimonial-text {
  margin: 10px 0 20px;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
}

/* Page Title Style-2
-------------------------------------------------------*/
.page-title.style-2 {
  background-color: #f7f7f7;
  padding: 60px 0;
}

.page-title.style-2 .container {
  height: auto;
}

.page-title.style-2 .title-text h1 {
  margin: 0;
  font-size: 28px;
}

.page-title.style-2 .breadcrumb {
  position: absolute;
  right: 0;
  width: auto;
  background-color: transparent;
  top: 50%;
  padding: 0;
}

.page-title.style-2 .breadcrumb a,
.page-title.style-2 .breadcrumb > li + li:before {
  color: #7a7a7a;
}

.page-title.style-2 .breadcrumb > .active,
.page-title.style-2 .breadcrumb a:hover {
  color: #111;
}

/*-------------------------------------------------------*/
/* Portfolio
/*-------------------------------------------------------*/
.works-grid.titles h3,
#owl-related-works h3 {
  font-size: 14px;
}

.call-to-action.bg-light {
  background-color: #f7f7f7;
}

.portfolio-description {
  padding-left: 10%;
}

.portfolio-description p,
.portfolio-description ul,
.portfolio-description a.btn {
  margin-bottom: 30px;
}

.portfolio-description h2 {
  font-size: 22px;
  margin-bottom: 15px;
}

.portfolio-description ul > li {
  line-height: 30px;
  color: #111;
}

.portfolio-description ul > li a {
  color: #7a7a7a;
}

.portfolio-description ul > li a:hover {
  color: #bfa67a;
}

.related-projects .work-container {
  margin-bottom: 0;
}

.related-projects .heading-inline,
.related-projects .customNavigation {
  display: inline-block;
}

.related-projects .customNavigation a {
  background-color: #f2f2f2;
  color: #111;
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 0;
  line-height: 30px;
  border: none;
}

.related-projects .customNavigation i {
  font-size: 14px;
  line-height: 30px;
}

.related-projects .customNavigation a:hover {
  background-color: #bfa67a;
  color: #fff;
}

#owl-related-works .owl-item .work-item {
  margin: auto 15px;
}

/*-------------------------------------------------------*/
/* 404
/*-------------------------------------------------------*/
.page-404 h1 {
  font-size: 200px;
}

.page-404 a,
.page-404 p {
  font-size: 14px;
}

/* Intro
-------------------------------------------------------*/
.section-wrap.intro {
  padding: 170px 0 150px;
}

.intro.style-2 .intro-text p {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.5;
  font-family: "Montserrat", sans-serif;
  color: #111;
}

/* Portfolio Masonry
-------------------------------------------------------*/
.masonry-grid {
  width: 100%;
}

.masonry-grid .work-item {
  width: 50%;
  float: left;
}

.masonry-grid .work-item.quarter {
  width: 25%;
}

.masonry-grid .work-description {
  width: 100%;
  text-align: center;
  margin-top: -24px;
  top: 50%;
  left: 0;
  padding: 0 15px;
}

.masonry-grid .work-img img {
  -webkit-transition: all 1.5s linear;
  -moz-transition: all 1.5s linear;
  -ms-transition: all 1.5s linear;
  -o-transition: all 1.5s linear;
  transition: all 1.5s linear;
}

.masonry-grid .work-description h3,
.masonry-grid .work-description span {
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
  transform: translate(0);
}

.masonry-grid .work-description h3 {
  font-size: 20px;
}

.masonry-grid .work-overlay {
  border: none;
}

/*-------------------------------------------------------*/
/* Portfolio About Me
/*-------------------------------------------------------*/
.about-me .my-photo {
  width: 100%;
}

.about-me .info {
  padding-left: 7%;
}

/*-------------------------------------------------------*/
/* Youtube Video bg
/*-------------------------------------------------------*/
#ytb-wrap {
  background-size: cover;
}

#ytb-wrap .hero-text {
  color: #fff;
  text-shadow: none;
  font-weight: 700;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.02em;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  font-size: 100px;
  text-transform: none;
}

/*-------------------------------------------------------*/
/* Typography
/*-------------------------------------------------------*/
.section-headings p {
  margin-bottom: 30px;
}

blockquote {
  padding: 0 0 20px;
  margin: 0;
  border: none;
}

blockquote > p {
  font-size: 18px;
  line-height: 30px;
  font-style: italic;
  margin-bottom: 5px !important;
  position: relative;
}

blockquote > span {
  font-size: 14px;
}

.blockquote-style-1 {
  padding: 8% 10%;
  border: 4px solid #e5e5e5;
}

.blockquote-style-2 {
  padding: 20px 40px;
  border-left: 3px solid #333333;
}

.dropcap.style-1 {
  float: left;
  color: #333;
  font-size: 52px;
  line-height: 46px;
  padding-top: 4px;
  padding-right: 10px;
}

.dropcap.style-2 {
  float: left;
  color: #fff;
  text-align: center;
  background-color: #333333;
  width: 38px;
  height: 38px;
  font-size: 24px;
  line-height: 38px;
  margin: 10px 10px 0 0;
}

.highlight {
  padding: 3px 5px;
  color: #fff;
  background-color: #bfa67a;
}

.bullets li,
.arrows li,
.arrows-2 li,
.numbers li {
  margin-bottom: 10px;
}

.bullets {
  list-style-type: disc;
  margin-left: 17px;
}

.bullets li:before {
  font-size: 18px;
  color: #333333;
  padding-right: 0.5em;
  line-height: 1;
  vertical-align: middle;
}

.arrows i {
  margin-right: 5px;
}

.arrows i,
.arrows-2 i {
  color: #333333;
}

.arrows-2 i {
  font-size: 12px;
  margin-right: 7px;
}

ol.numbers {
  padding-left: 20px;
}

.section-columns p {
  margin-bottom: 40px;
}

/*-------------------------------------------------------*/
/* Shortcodes
/*-------------------------------------------------------*/
/* Accordions
-------------------------------------------------------*/
.accordion > .panel-content {
  padding: 10px 0 10px 20px;
}

.accordion > .acc-panel > a {
  display: block;
  position: relative;
  text-decoration: none;
  font-size: 12px;
  padding: 13px 20px;
  background-color: #fff;
  color: #7a7a7a;
  margin-bottom: 10px;
  border: 3px solid #d1d1d1;
  -webkit-border-radius: 0;
  border-radius: 0;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.accordion > .acc-panel > a.active {
  color: #111;
  background-color: #fff;
  border-color: #333;
}

.accordion > .acc-panel > a:after {
  font-family: "ElegantIcons";
  position: absolute;
  right: 10px;
  top: 2px;
  color: #7a7a7a;
  font-weight: normal;
  font-size: 26px;
}

.accordion > .acc-panel > a:after {
  content: "\35";
}

.accordion > .acc-panel > a.active:after {
  content: "\33";
  color: #333;
}

.accordion > .acc-panel > a:hover {
  color: #fff;
  background-color: #333;
  border-color: #333;
}

.accordion > .acc-panel > a:hover:after {
  color: #fff;
}

/* Tabs
-------------------------------------------------------*/
.nav.nav-tabs {
  border-bottom: none;
}

.nav.nav-tabs > li {
  margin-bottom: 0;
}

.nav.nav-tabs > li.active > a {
  border: 3px solid #333;
  background-color: #fff;
  padding: 13px 20px;
  color: #333;
}

.nav.nav-tabs > li > a {
  padding: 13px 20px;
  background-color: #fff;
  border: 3px solid #d1d1d1;
  -webkit-border-radius: 0;
  border-radius: 0;
  margin-right: 10px;
  font-family: "Montserrat", sans-serif;
  color: #7a7a7a;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.nav.nav-tabs > li > a:hover {
  color: #fff;
  background-color: #333;
  border-color: #111;
}

.tab-content {
  padding: 20px 0;
}

.tab-content > .tab-pane > p {
  margin-bottom: 20px;
}

/* Buttons
-------------------------------------------------------*/
.section-buttons .btn {
  margin-bottom: 20px;
}

.btn {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  letter-spacing: 0.02em;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: 3px solid transparent;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #fff;
  background-color: #111;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.btn.btn-color {
  background-color: #bfa67a;
}

.btn.btn-transparent {
  background-color: transparent;
  border: 3px solid #fff;
}

.btn.btn-stroke {
  color: #111;
  border: 3px solid #111;
  background-color: transparent;
}

.btn.btn-dark {
  background-color: #333;
}

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

.btn.btn-light {
  background-color: #f5f5f5;
  color: #111;
}

.btn:hover {
  -webkit-transition: all 0.2 ease-in-out;
  -moz-transition: all 0.2 ease-in-out;
  -ms-transition: all 0.2 ease-in-out;
  -o-transition: all 0.2 ease-in-out;
  transition: all 0.2 ease-in-out;
  color: #fff;
  background-color: #bfa67a;
  border-color: transparent;
}

.btn:focus {
  outline: none;
  color: #fff;
}

.btn.btn-white:focus {
  color: #111;
}

.btn.btn-color:hover {
  background-color: #111;
}

.btn-lg {
  font-size: 14px;
  padding: 13px 34px;
}

.btn-md {
  font-size: 11px;
  padding: 10px 25px;
}

.btn-sm {
  font-size: 10px;
  padding: 8px 22px;
}

/* Pie Charts
-------------------------------------------------------*/
.pie-chart {
  margin-bottom: 40px;
}

.chart {
  position: relative;
  display: inline-block;
  width: 174px;
  height: 174px;
  text-align: center;
}

.chart canvas {
  position: absolute;
  top: 0;
  left: 0;
}

.percent {
  display: inline-block;
  line-height: 174px;
  z-index: 2;
  font-size: 24px;
  font-family: "Montserrat", sans-serif;
  color: #111;
}

.percent:after {
  content: '%';
  margin-left: 0.1em;
  font-size: .9em;
}

/* Alert Boxes
-------------------------------------------------------*/
.alert {
  padding: 14px 20px;
  margin-bottom: 20px;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #fff;
}

.alert-dismissible .close {
  right: 0;
  top: 0;
  color: inherit;
  position: relative;
}

.close {
  opacity: 1;
  text-shadow: none;
}

.alert-success {
  background-color: #aec2a1;
}

.alert-info {
  background-color: #a0b7cb;
}

.alert-warning {
  background-color: #ccbfa9;
}

.alert-danger {
  background-color: #cba0a0;
}

/*-------------------------------------------------------*/
/* Form Elements
/*-------------------------------------------------------*/
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="number"],
input[type="date"],
input[type="search"],
select,
textarea {
  position: relative;
  height: 47px;
  line-height: 47px;
  border: 2px solid #e3e3e3;
  background-color: transparent;
  width: 100%;
  margin-bottom: 16px;
  padding: 0 16px;
  color: #7a7a7a;
  -webkit-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  -ms-transition: border-color 0.3s ease-in-out;
  -o-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
}

textarea#comment {
  height: 190px;
  padding: 0 16px;
  margin-bottom: 25px;
	width: 100%;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
textarea:focus {
  border-color: #bfa67a;
  outline: none;
  box-shadow: none;
}

textarea {
  height: auto;
  padding: 0px 16px;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #7a7a7a;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #7a7a7a;
  opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #7a7a7a;
  opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #7a7a7a;
}

select {
  line-height: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

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

.select {
  position: relative;
  cursor: pointer;
}

.select i {
  position: absolute;
  top: 14px;
  right: 18px;
  pointer-events: none;
  font-size: 18px;
}

/* Checkboxes & Radio Buttons
-------------------------------------------------------*/
input[type="checkbox"] {
  display: none;
}

input[type="checkbox"] + label:before {
  width: 22px;
  height: 22px;
  background-color: #e3e3e3;
  content: "";
  display: inline-block;
  font-size: 13px;
  margin: -4px 12px 0 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
}

input[type="checkbox"]:checked + label:before {
  content: "\f00c";
  font-family: "FontAwesome";
  color: #111;
}

input[type="checkbox"] + label,
input[type="radio"] + label {
  cursor: pointer;
  margin-bottom: 0;
  font-family: "Open Sans", sans-serif;
  text-transform: none;
  letter-spacing: normal;
  color: #7a7a7a;
  font-size: 15px;
}

.radio-buttons > li,
.checkboxes > li {
  padding: 7px 0;
}

input[type="radio"] {
  display: none;
}

input[type="radio"] + label:before {
  display: inline-block;
  content: "";
  width: 22px;
  height: 22px;
  background-color: #e3e3e3;
  border-radius: 40px;
  margin: -3px 10px 0 0;
  outline: none;
  vertical-align: middle;
  cursor: pointer;
  margin-bottom: 0;
}

input[type="radio"]:checked + label:before {
  width: 22px;
  height: 22px;
  background-color: #111;
  border: 6px solid #e3e3e3;
}

input[type="radio"]:focus {
  outline: none;
}

label {
  font-weight: normal;
  color: #111;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  vertical-align: middle;
}

/*-------------------------------------------------------*/
/* Footer
/*-------------------------------------------------------*/
.footer.minimal {
  padding: 120px 0;
  text-align: center;
}

.footer.minimal .copyright {
  display: block;
  margin-top: 70px;
  font-size: 10px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.footer.minimal .copyright a {
  color: #909090;
}

.socials.footer-socials a {
  margin: 0 2px;
}

.socials.footer-socials a:hover i {
  color: #fff;
  background-color: #bfa67a;
}

.socials.footer-socials i {
  width: 37px;
  height: 37px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #1b1b1b;
  color: #dbdbdb;
  line-height: 37px;
  text-align: center;
  font-size: 14px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/*-------------------------------------------------------*/
/* Footer Type-2
/*-------------------------------------------------------*/
.footer.footer-type-2 {
  background-color: #111;
}

.footer-widgets {
  padding: 100px 0;
}

.footer-widgets h5 {
  margin-bottom: 24px;
  font-size: 16px;
  color: #fff;
}

.footer-widgets a {
  color: #7a7a7a;
}

.footer-widgets a:hover {
  color: #fff;
}

.footer-links ul > li {
  padding: 13px 0;
  border-bottom: 1px solid #292929;
  line-height: 24px;
}

.footer-links li {
  padding-bottom: 7px;
}

.footer-links li:last-child {
  padding-bottom: 0;
}

.footer-get-in-touch p {
  margin-bottom: 7px;
}

p.footer-address {
  margin-bottom: 24px;
}

.footer-entry {
  padding: 9px 0 14px;
  border-bottom: 1px solid #292929;
}

.footer-entry p {
  margin-bottom: 1px;
}

.footer-entry span {
  color: #4c4c4c;
  font-size: 12px;
}

.footer-entry:first-child,
.footer-links li:first-child {
  padding-top: 0;
}

.footer-entry:last-child,
.footer-links li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.footer-socials .social-icons a {
  margin-right: 3px;
  float: left;
  display: inline-block;
  width: 32px;
  height: 32px;
  overflow: hidden;
  background-color: transparent;
  color: #7a7a7a;
  line-height: 32px;
  text-align: center;
  font-size: 13px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.social-icons.light a {
  background-color: #f7f7f7;
}

.social-icons i {
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  position: relative;
}

.social-icons a:hover {
  color: #fff;
}

.bottom-footer {
  background-color: #0c0c0c;
  padding: 34px 0;
}

.copyright span {
  font-size: 13px;
  line-height: 32px;
}

.copyright span a {
  color: #7a7a7a;
}

.copyright span a:hover {
  color: #fff;
}

/*-------------------------------------------------------*/
/* Footer Type-3
/*-------------------------------------------------------*/
.footer-type-3 {
  padding: 100px 0;
  font-size: 13px;
  line-height: 37px;
}

.footer-type-3 .footer-socials {
  text-align: right;
}

.footer-type-3 .footer-socials i {
  background-color: transparent;
  color: #7a7a7a;
}

.footer-type-3 .footer-socials a:hover i {
  background-color: transparent;
  color: #111;
}

.footer-type-3 a {
  color: #7a7a7a;
}

.footer-type-3 a:hover {
  color: #111;
}

/*! nouislider - 8.2.1 - 2015-12-02 21:43:15 */


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



.slideBar{background:url(../img/bgSlider.png) left top repeat;padding:15px 20px;margin-top:5px}
.slideBar .noUi-horizontal{height:5px}
.slideBar .noUi-horizontal .noUi-handle{width:15px;height:15px;left:-14px;top:-7px;-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;border:none;color:#00bac1;background:#00bac1;box-shadow:none}
.slideBar .noUi-handle:after,
.slideBar .noUi-handle:before{display:none}
.slideBar .noUi-origin{color:#fff;background:#fff}
.slideBar .noUi-base{color:#464646;background:#464646;border:none}
.slideBar .noUi-target{border:none}.custom.slideBar{background:0 0;padding:3px;border:1px solid #bfbfbf;border-radius:10px;background-color:#fff}
.custom.slideBar .noUi-horizontal .noUi-handle{width:25px;height:25px;left:-14px;top:-8px;-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;border:1px solid #bfbfbf;color:#fff;background:#fff;box-shadow:none}.custom.slideBar .noUi-origin{background:#b3b3b3;}.custom.slideBar .noUi-horizontal{height:9px}.custom.slideBar .noUi-base-1{border-radius:10px;background-image:-webkit-gradient(linear,0 0,590 0,from(#19a8b8),color-stop(.34,#2be1c9),color-stop(.718,#4bf2c2),color-stop(.877,#a7ea96),color-stop(.877,#a9e995),color-stop(.933,#c9e785),color-stop(.945,#d1e682),to(#efe373));background-image:-webkit-linear-gradient(360deg,#19a8b8,#2be1c9 34%,#4bf2c2 71.8%,#a7ea96 87.7%,#a9e995 87.7%,#c9e785 93.3%,#d1e682 94.5%,#efe373);background-image:-moz-linear-gradient(360deg,#19a8b8,#2be1c9 34%,#4bf2c2 71.8%,#a7ea96 87.7%,#a9e995 87.7%,#c9e785 93.3%,#d1e682 94.5%,#efe373);background-image:-o-linear-gradient(360deg,#19a8b8,#2be1c9 34%,#4bf2c2 71.8%,#a7ea96 87.7%,#a9e995 87.7%,#c9e785 93.3%,#d1e682 94.5%,#efe373);background-image:linear-gradient(90deg,#19a8b8,#2be1c9 34%,#4bf2c2 71.8%,#a7ea96 87.7%,#a9e995 87.7%,#c9e785 93.3%,#d1e682 94.5%,#efe373);height:9px}
.banner.material{min-height:760px;height:100vh}.banner select,.banner.material input[type=text]{border-radius:0;border:none;background-color:#fff;color:#8c8c8c;padding:10px;height:40px;font-size:20px;width:100%;text-indent:30px;font-family:GibsonLight}.banner input+span,.banner select+span{position:absolute;top:9px;left:27px;font-size:20px;color:#b0b0b0!important}.module-1-bg{background-image:url(../img/capturador-1.jpg)!important;background-repeat:no-repeat;background-size:cover;height:100%}.module-1-bg-puebla{background-image:url(../img/bg-landing-puebla.jpg)!important;background-repeat:no-repeat;background-position:center;height:100%}.module-1-bg-mty{background-image:url(../img/bg-landing-mty.jpg)!important;background-repeat:no-repeat;background-position:center;height:100%}.banner.material.module-1 div div.col-md-10{margin-top:40px}.banner.material.module-1 h1{color:#fff;font-size:5vmin;font-family:GibsonLight}.banner.material.module-1 a,.banner.material.module-1 h2,.banner.material.module-1 label{color:#fff;font-size:20px;font-weight:inherit;font-family:GibsonLight}.lines:before{content:"";position:absolute;width:10%;height:1px;background-color:#8c8c8c;top:50%;right:65%}.lines:after{content:"";position:absolute;width:10%;height:1px;background-color:#8c8c8c;top:50%;left:65%}.steps-bar{position:absolute;bottom:0;right:15px;width:100%}#address-autocomplete,#service-num,#service-num-toggle,.file-inp{position:relative}.helper-tt{position:absolute;top:25%;right:3%;font-size:20px}.helper-tt.black{color:#000}.btn-material{border-radius:0;font-family:GibsonLight;font-size:20px;padding:10px 15px 10px 15px;transition:all .3s}.btn-material.white{color:#000;background-color:#fff}.btn-material.gray{color:#fff;background-color:#5a5a5a}.btn-material.white:active,.btn-material.white:hover{background-color:#eaeaea}.btn-material-black{border-radius:0;color:#ededed;background-color:#3c454e;font-family:GibsonLight;font-size:20px;padding:10px 15px 10px 15px;transition:all .3s}.btn-material-black-2:hover,.btn-material-black:hover,.btn-pin-gps:hover{color:#fff;background-color:#233446}.btn-material-black-2{border-radius:0;color:#ededed;background-color:#16202b;font-family:GibsonLight;font-size:20px;padding:10px 15px 10px 15px;transition:all .3s}.btn-material-green{border-radius:0;color:#ededed;background-color:#42d5ba;font-family:GibsonLight;font-size:20px;padding:10px 15px 10px 15px;border:none}#home-file .control-label{background-color:#fff;color:#bdbdbd;padding:10px 0 10px 0;vertical-align:middle;margin:0}#home-address .form-group,#home-file .form-group,#home-user-data .form-group{color:#b0b0b0!important;font-family:GibsonLight;text-indent:10px;text-align:left;border-radius:0;border:none;background-color:#fff;height:50px;font-size:20px}#home-address .form-control,#home-file .form-control{display:inline-block;border:0;width:80%;vertical-align:middle;height:100%;padding:6px 2px;background-color:#fff;font-size:20px}#skip-step{position:absolute;bottom:0;width:100%;right:0}.btn-file{position:relative;overflow:hidden}.btn-file span+span{margin-left:10px}.btn-file input[type=file]{position:absolute;top:0;right:0;min-width:100%;min-height:100%;font-size:100px;text-align:right;opacity:0;outline:0;background:#fff;cursor:inherit;display:block}.file-inp label{overflow:hidden;text-overflow:ellipsis}.embed-maps,.embed-maps #mapCanvas{height:600px}.banner.material.module-2{background-image:url(../img/bg-modulo2.jpg);background-position:center center;background-size:cover}.module-2 .container{margin-top:10%}.module-2 h2{color:#42d5ba;font-size:7vmin;font-family:GibsonLight}.module-2 h3{color:#fff;font-family:GibsonLight}.module-3{height:initial!important;min-height:initial!important}.module-3 .container{margin-top:5%}.module-3 h2{color:#fff;font-size:7vmin;font-family:GibsonLight}.module-3 h3{color:#fff;font-family:GibsonLight}.module-3 h4{color:#fff;font-family:GibsonLight}.module-3 input,.module-3 select{font-family:GibsonLight}.module-4{height:initial!important;min-height:initial!important}.module-4 .container{margin-top:30px}.module-4 h2{color:#42d5ba;font-size:5vmin;font-family:GibsonLight}.module-4 h3{font-family:GibsonLight}.module-4 #btn-omit-mod-3{border-radius:0;font-family:GibsonLight;font-size:20px;padding:5px 15px 5px 15px;transition:all .3s}#home-map,.embed-maps{position:relative}.btn-pin-gps{padding:0 15px 0 0}.btn-pin-gps span{background-color:#1bb59b;padding:10px;margin-right:10px}.module-5{height:initial!important;min-height:initial!important}.module-5 .container{margin-top:5%;font-size:17px;color:#fff}.module-5 h2{color:#fff;font-size:7vmin;font-family:GibsonLight}.module-5 h4{color:#16202b}.module-5 h5{font-size:20px}.item{padding-bottom:20px;margin-bottom:20px}.module-6{height:initial!important;min-height:initial!important}.module-6 .container{margin-top:30px}.module-6 h2{color:#fff;font-size:7vmin;font-family:GibsonLight}.module-6 h3{color:#fff;font-family:GibsonLight}.module-6 input{font-family:GibsonLight}#home-quotation .panel-custom .col-md-3:hover,#home-quotation .panel-custom .col-md-5:hover{cursor:pointer}#home-quotation .panel-custom:hover .col-md-3{background-color:#2adfc8;color:#fff}#home-quotation .panel-custom:nth-child(1) .col-md-5{background-image:url(../img/bg-panel-1.jpg);height:129px;background-repeat:no-repeat;box-shadow:0 3px 8px rgba(0,0,0,.45);background-size:cover;background-position:left}#home-quotation .panel-custom:nth-child(2) .col-md-5{background-image:url(../img/bg-panel-2.jpg);height:129px;background-repeat:no-repeat;box-shadow:0 3px 8px rgba(0,0,0,.45);background-size:cover;background-position:center left}#home-quotation .panel-custom:nth-child(3) .col-md-5{background-image:url(../img/bg-panel-3.jpg);height:129px;background-repeat:no-repeat;box-shadow:0 3px 8px rgba(0,0,0,.45);background-size:cover;background-position:center}#home-quotation .panel-custom .col-md-3{background-color:#fff;text-align:center;font-size:20px;color:#42d5ba;height:129px;margin-left:0;box-shadow:0 3px 8px rgba(0,0,0,.45);transition:all .2s ease-in}.quotation div input:checked+.col-md-5+.col-md-3{background-color:#16202b!important;color:#fff!important}.quotation div>label{font-weight:400;vertical-align:middle;width:100%;height:100%;display:flex;align-items:center;justify-content:center;cursor:pointer}.quotation:not(:checked) div>input{position:absolute;top:-9999px;clip:rect(0,0,0,0)}#home-quotation .form-group span{font-size:20px;font-weight:initial;vertical-align:middle}#home-quotation .form-group input{margin-right:10px}.c-checkbox{display:none}.c-checkbox+label{display:inline-block;width:18px;height:18px;margin:0 10px 0 7px;vertical-align:middle;background:#fff;cursor:pointer;border-radius:5px;border:1px solid #dadada}.c-checkbox:checked+label{background:#101b27}.c-checkbox+label+span{font-size:large}.module-7 .container{margin-top:5%;font-size:17px;color:#fff}.module-7 h2{color:#fff;font-size:7vmin;font-family:GibsonLight}.module-7 .social>ul{list-style-type:none;padding:0;overflow:hidden}.module-7 .social>ul li{float:none;display:inline-block;font-size:20px;margin-right:25px}.module-7 .social>ul li a{display:block;text-align:center;text-decoration:none;line-height:42px;font-size:42px}.module-7 .social a{color:#fff;text-decoration:none}.module-7 .social a:hover{color:#101b27}.module-7 .social a:active{color:#98999d}.module-8 .container{margin-top:5%;font-size:17px;color:#fff}.module-8 h2{color:#fff;font-size:4vmin}.module-8 h4{color:#16202b}.module-8 h5{font-size:20px}.item{padding-bottom:20px;margin-bottom:20px}#floating-button{width:55px;height:55px;border-radius:50%;background:#31f3ce;position:fixed;bottom:30px;right:30px;cursor:pointer;box-shadow:0 2px 5px #666}.plus{color:#fff;position:absolute;top:0;display:block;bottom:0;left:0;right:0;text-align:center;padding:0;margin:0;line-height:55px;font-size:38px;font-family:Roboto;font-weight:300;animation:plus-out .3s;transition:all .3s}#container-floating{position:fixed;width:70px;height:70px;bottom:30px;right:30px}#container-floating:hover{height:400px;width:90px;padding:30px}#container-floating:hover .plus{transform:rotate(45deg)}.nds{width:40px;height:40px;border-radius:50%;position:fixed;z-index:300;transform:scale(0);cursor:pointer;box-shadow:0 2px 5px #666}.nds a,.nds a:hover{color:#fff}.nd1{background:#1d9dc2;right:40px;bottom:120px;animation-delay:.2s;animation:bounce-out-nds .3s linear;animation-fill-mode:forwards}.nd3{background:#0191cd;right:40px;bottom:180px;animation-delay:.15s;animation:bounce-out-nds .15s linear;animation-fill-mode:forwards}.nd4{background:#01abc2;right:40px;bottom:240px;animation-delay:.1s;animation:bounce-out-nds .1s linear;animation-fill-mode:forwards}@keyframes bounce-nds{from{opacity:0}to{opacity:1;transform:scale(1)}}@keyframes bounce-out-nds{from{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(0)}}#container-floating:hover .nds{animation:bounce-nds .1s linear;animation-fill-mode:forwards}#container-floating:hover .nd3{animation-delay:80ms}#container-floating:hover .nd4{animation-delay:.15s}#container-floating:hover .nd5{animation-delay:.2s}.letter{font-size:23px;font-family:Roboto;color:#fff;position:absolute;left:0;right:0;margin:0;top:0;bottom:0;text-align:center;line-height:40px}.reminder{position:absolute;left:0;right:0;margin:auto;top:0;bottom:0;line-height:40px}.mdl-card{width:550px;min-height:0;margin:10px auto}.mdl-card__supporting-text{width:100%;padding:0}.mdl-stepper-horizontal-alternative .mdl-stepper-step{width:25%}.mdl-stepper-horizontal-alternative{display:table;width:100%;margin:0 auto}.mdl-stepper-horizontal-alternative .mdl-stepper-step{display:table-cell;position:relative;padding:24px}.mdl-stepper-horizontal-alternative .mdl-stepper-step:active,.mdl-stepper-horizontal-alternative .mdl-stepper-step:hover{background-color:rgba(0,0,0,.06)}.mdl-stepper-horizontal-alternative .mdl-stepper-step:active{border-radius:15%/75%}.mdl-stepper-horizontal-alternative .mdl-stepper-step:first-child:active{border-top-left-radius:0;border-bottom-left-radius:0}.mdl-stepper-horizontal-alternative .mdl-stepper-step:last-child:active{border-top-right-radius:0;border-bottom-right-radius:0}.mdl-stepper-horizontal-alternative .mdl-stepper-step:hover .mdl-stepper-circle{background-color:#757575}.mdl-stepper-horizontal-alternative .mdl-stepper-step:first-child .mdl-stepper-bar-left,.mdl-stepper-horizontal-alternative .mdl-stepper-step:last-child .mdl-stepper-bar-right{display:none}.mdl-stepper-horizontal-alternative .mdl-stepper-step .mdl-stepper-circle{width:24px;height:24px;margin:0 auto;background-color:#9e9e9e;border-radius:50%;text-align:center;line-height:2em;font-size:12px;color:#fff}.mdl-stepper-horizontal-alternative .mdl-stepper-step .mdl-stepper-circle .active-step{color:#1baeb9}.mdl-stepper-horizontal-alternative .mdl-stepper-step.active-step .mdl-stepper-circle{background-color:#fff}.mdl-stepper-horizontal-alternative .mdl-stepper-step.active-step .mdl-stepper-circle span{color:#1baeb9}.mdl-stepper-horizontal-alternative .mdl-stepper-step.step-done .mdl-stepper-circle{background-color:#1baeb9}.mdl-stepper-horizontal-alternative .mdl-stepper-step.step-done .mdl-stepper-circle span{color:#fff}.mdl-stepper-horizontal-alternative .mdl-stepper-step.step-done .mdl-stepper-circle:before{content:"\2714"}.mdl-stepper-horizontal-alternative .mdl-stepper-step.editable-step .mdl-stepper-circle *,.mdl-stepper-horizontal-alternative .mdl-stepper-step.step-done .mdl-stepper-circle *{display:none}.mdl-stepper-horizontal-alternative .mdl-stepper-step.editable-step .mdl-stepper-circle{-moz-transform:scaleX(-1);-o-transform:scaleX(-1);-webkit-transform:scaleX(-1);transform:scaleX(-1)}.mdl-stepper-horizontal-alternative .mdl-stepper-step.editable-step .mdl-stepper-circle:before{content:"\270E"}.mdl-stepper-horizontal-alternative .mdl-stepper-step .mdl-stepper-title{margin-top:16px;font-size:14px;font-weight:400}.mdl-stepper-horizontal-alternative .mdl-stepper-step .mdl-stepper-optional,.mdl-stepper-horizontal-alternative .mdl-stepper-step .mdl-stepper-title{text-align:center;color:rgba(255,255,255,.5)}.mdl-stepper-horizontal-alternative .mdl-stepper-step.active-step .mdl-stepper-title{font-weight:500;color:#fff}.mdl-stepper-horizontal-alternative .mdl-stepper-step.active-step.editable-step .mdl-stepper-title,.mdl-stepper-horizontal-alternative .mdl-stepper-step.active-step.step-done .mdl-stepper-title{font-weight:300}.mdl-stepper-horizontal-alternative .mdl-stepper-step .mdl-stepper-optional{font-size:12px}.mdl-stepper-horizontal-alternative .mdl-stepper-step.active-step .mdl-stepper-optional{color:rgba(0,0,0,.54)}.mdl-stepper-horizontal-alternative .mdl-stepper-step .mdl-stepper-bar-left,.mdl-stepper-horizontal-alternative .mdl-stepper-step .mdl-stepper-bar-right{position:absolute;top:36px;height:1px;border-top:1px solid #bdbdbd}.mdl-stepper-horizontal-alternative .mdl-stepper-step .mdl-stepper-bar-right{right:0;left:50%;margin-left:20px}.mdl-stepper-horizontal-alternative .mdl-stepper-step .mdl-stepper-bar-left{left:0;right:50%;margin-right:20px}@media (max-width:767px){footer .logo img{margin:10px auto 10px auto}footer .legal,footer .social{text-align:center}footer .social>ul li{float:none;display:inline-block;margin:0 5px 0 5px}header .navbar{background-color:#f7f7f7}header .inverted{background-color:#1b2632}li.nav.collapse{display:none}.lines:after,.lines:before{display:none}.module-4 h2{font-size:25px!important}.module-4 h3{font-size:21px!important}.btn-pin-gps{position:initial;padding:0 15px 0 0;width:49%}.btn-pin-gps span{background-color:initial;padding:10px 5px 10px 10px;margin-right:0}.embed-maps{margin:auto;width:100%}.embed-maps iframe{height:50vh}.embed-maps #mapCanvas{height:60vh}.no-pad-xs{padding-right:0;padding-left:0}.no-mar-xs{margin-right:0;margin-left:0}h1{font-size:36px!important}h2{font-size:30px!important}h3{font-size:24px!important}h4{font-size:18px!important}h5{font-size:14px!important}h6{font-size:12px!important}p{font-size:17px!important}#skip-step{position:initial;margin-bottom:30px}.mdl-stepper-horizontal-alternative .mdl-stepper-step{display:block;position:relative;margin:0 auto;padding:24px;width:100%}.mdl-stepper-horizontal-alternative{display:block;width:100%;margin:0 auto}.mdl-card{width:100%}.mdl-stepper-horizontal-alternative .mdl-stepper-step .mdl-stepper-bar-left{display:none}.mdl-stepper-horizontal-alternative .mdl-stepper-step .mdl-stepper-bar-right{display:none}.mdl-stepper-horizontal-alternative .mdl-stepper-step .mdl-stepper-title{margin-top:0}.mdl-stepper-horizontal-alternative .mdl-stepper-step .mdl-stepper-circle{float:left}.mdl-stepper-horizontal-alternative .mdl-stepper-step .mdl-stepper-title,.mdl-stepper-horizontal-alternative .mdl-stepper-step.active-step .mdl-stepper-title{float:left;margin-left:25px}.mdl-card{margin-bottom:30px}.full-h{height:initial}.check-1{margin-left:22px}.check-2{margin-left:4px}.check-3{margin-left:45px}.check-4{margin-left:4px}.module-4 #btn-omit-mod-3{margin-left:0;margin-top:0}}@media (min-width:768px) and (max-width:991px){#testimonios.swiper-container{height:35vh!important}.p-prom{margin-left:-35px!important}.full-h{height:initial}li.nav.collapse{display:none}.lines:after,.lines:before{display:none}.banner.material{height:initial!important;min-height:initial!important}.btn-pin-gps{position:initial;padding:0 15px 0 0;width:80%;background-color:#16202b}.btn-pin-gps span{background-color:initial;padding:10px;margin-right:10px}.embed-maps{margin:auto;width:100%}.embed-maps iframe{height:50vh}.no-pad-sm{padding-right:0;padding-left:0}.no-mar-sm{margin-right:0;margin-left:0}#skip-step{position:initial;margin-bottom:30px;padding-left:15px;padding-right:15px}.map-container img{max-height:fit-content}.icon-w-1 img{width:25%!important}.module-4 #btn-omit-mod-3{margin-left:0;margin-top:20px}}@media (min-width:992px) and (max-width:1199px){.no-pad-md{padding-right:0;padding-left:0}.no-mar-md{margin-right:0;margin-left:0}.text-mod-ofi-4{font-size:20px!important}.ver-cen .opinion{transform:translateY(3%)}#testimonios.swiper-container{height:80vh!important}}@media (min-width:1200px){.no-pad-lg{padding-right:0;padding-left:0}.no-mar-lg{margin-right:0;margin-left:0}.text-l-80{font-size:80px!important}#testimonios.swiper-container{height:65vh!important}.sw-tp{padding-top:12%}}#titulocontacto{text-align:center;color:#fff;font-family:GibsonLight;font-size:4em;padding-top:.3em;padding-bottom:.3em;opacity:1;background:rgba(66,213,186,.7);position:absolute;bottom:0;width:100%;margin:0}#bg-titulo-contacto{background:url(../img/bg-contacto.jpg) no-repeat fixed;background-position:center center;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;height:87vh;position:relative}@media screen and (max-width:768px){#contenido-contacto #bg-titulo-contacto{height:50vh;background-size:auto 80vh;background-position-y:73px;background-position-x:-156px}}#contenido-contacto .address-info h2{font-size:33px}#contenido-contacto button#btn-mod-7{width:100%}#contenido-contacto button#btn-mod-7:hover{color:#fff}#contenido-contacto #form-input p{color:#a3a3a3}#form-input p{font-size:20px}.form-group input,.form-group textarea{font-family:GibsonLight;font-size:20px}#form-contacto input,textarea{width:60%;border-radius:5px;padding:.3em;box-sizing:border-box;border:1px solid rgba(219,225,235,.78);-moz-border-radius:4px;-webkit-border-radius:4px;-o-border-radius:4px;background:#fff}#form-contacto input.btn_enviar_contacto{background:url(../img/btn_contacto.png);background-position:center;background-repeat:no-repeat;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;border-radius:0;border:0;height:4em;width:40%}#contacto-info{text-align:center;font-family:GibsonLight;color:#fff}#contacto-info-col{background:#5bc3b7;background:linear-gradient(left,#5bc3b7,#18b1ba);background:-moz-linear-gradient(left,#5bc3b7,#18b1ba);background:-webkit-linear-gradient(left,#5bc3b7,#18b1ba);background:-o-linear-gradient(left,#5bc3b7,#18b1ba)}#contacto-info-col h2{font-size:3em}#contacto-info-col p{font-size:1em}#tabla-info-contacto{width:100%}#aviso-privacidad #bg-titulo-privacidad{background:url(../img/aviso-de-privacidad-hero-image.jpg) no-repeat fixed;background-position:center;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;height:88vh;position:relative}#aviso-privacidad p{font-size:20px}@media screen and (max-width:768px){#aviso-privacidad #bg-titulo-privacidad{background-size:auto 87vh;height:50vh;background-position-y:-122px;background-position-x:-402px}#bg-hero-como-funciona{height:50vh!important}#bg-titulo-preguntas{height:50vh!important;background-position:inherit!important}}#empresa #bg-titulo-empresa{background:url(../img/empresa.jpg) no-repeat top center fixed;background-position:center center;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;height:88vh;position:relative}#empresa #como-adquirir h1{font-size:50px}#empresa #levanta h2{font-size:40px}#empresa #levanta p{font-size:20px}.bg-icon-user{background:url(../img/icn-user.png) #fff;background-repeat:no-repeat;background-size:15px;background-position-y:center;background-position-x:3px;padding-left:30px}.bg-icon-mail{background:url(../img/icn-envelop.png) #fff;background-repeat:no-repeat;background-size:15px;background-position-y:center;background-position-x:3px;padding-left:30px}.bg-icon-call{background:url(../img/icn-call.png) #fff;background-repeat:no-repeat;background-size:15px;background-position-y:center;background-position-x:3px;padding-left:30px}.bg-icon-msn{background:url(../img/icn-envelop.png) #fff;background-repeat:no-repeat;background-size:15px;background-position-y:center;background-position-x:3px;padding-left:30px;padding-top:60px}img{vertical-align:middle}.img-responsive{display:block;height:auto;max-width:100%}.img-rounded{border-radius:3px}.img-thumbnail{background-color:#2be1c9;border:1px solid #2be1c9!important;border-radius:0;display:inline-block;height:auto;line-height:1.428571429;max-width:100%;moz-transition:all .2s ease-in-out;o-transition:all .2s ease-in-out;padding:2px;transition:all .2s ease-in-out;webkit-transition:all .2s ease-in-out}.img-circle{border-radius:50%;border-color:#2be1c9}.timeline-centered{position:relative;margin-bottom:30px;position:relative;margin-bottom:30px;padding-left:16%}.timeline-centered:after,.timeline-centered:before{content:" ";display:table}.timeline-centered:after{clear:both}.timeline-centered:after,.timeline-centered:before{content:" ";display:table}.timeline-centered:after{clear:both}.timeline-centered:before{content:'';position:absolute;display:block;width:2px;background:#2be1c9;top:20px;bottom:20px;margin-left:30px}.timeline-centered .timeline-entry{position:relative;margin-top:5px;margin-left:30px;margin-bottom:10px;clear:both}.timeline-centered .timeline-entry:after,.timeline-centered .timeline-entry:before{content:" ";display:table}.timeline-centered .timeline-entry:after{clear:both}.timeline-centered .timeline-entry:after,.timeline-centered .timeline-entry:before{content:" ";display:table}.timeline-centered .timeline-entry:after{clear:both}.timeline-centered .timeline-entry.begin{margin-bottom:0}.timeline-centered .timeline-entry.left-aligned{float:left}.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner{margin-left:0;margin-right:-18px}.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-time{left:auto;right:-100px;text-align:left}.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-icon{float:right}.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-label{margin-left:0;margin-right:70px}.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-label:after{left:auto;right:0;margin-left:0;margin-right:-9px;-moz-transform:rotate(180deg);-o-transform:rotate(180deg);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.timeline-centered .timeline-entry .timeline-entry-inner{position:relative;margin-left:-20px}.timeline-centered .timeline-entry .timeline-entry-inner:after,.timeline-centered .timeline-entry .timeline-entry-inner:before{content:" ";display:table}.timeline-centered .timeline-entry .timeline-entry-inner:after{clear:both}.timeline-centered .timeline-entry .timeline-entry-inner:after,.timeline-centered .timeline-entry .timeline-entry-inner:before{content:" ";display:table}.timeline-centered .timeline-entry .timeline-entry-inner:after{clear:both}.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time{position:absolute;left:-100px;text-align:right;padding:10px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time>span{display:block}.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time>span:first-child{font-size:15px;font-weight:700}.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time>span:last-child{font-size:12px}.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon{background:#2be1c9;color:#2be1c9;display:block;width:2px;height:2px;-webkit-background-clip:padding-box;-moz-background-clip:padding;background-clip:padding-box;-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;text-align:center;-moz-box-shadow:0 0 0 5px #2be1c9;-webkit-box-shadow:0 0 0 5px #2be1c9;box-shadow:0 0 0 5px #2be1c9;line-height:40px;font-size:15px;float:left}.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-primary{background-color:#2be1c9;color:#fff;margin-left:20px;margin-top:14px}.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label{position:relative;background:#f5f5f6;padding:1em;margin-left:60px;-webkit-background-clip:padding-box;-moz-background-clip:padding;background-clip:padding-box;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;border-bottom-style:solid;border-bottom-color:#a3a3a3;border-bottom-width:1px}.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label:after{content:'';display:block;position:absolute;width:0;height:0;border-style:solid;border-width:9px 9px 9px 0;border-color:transparent #f5f5f6 transparent transparent;left:0;top:10px;margin-left:-9px}.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label,.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2{color:#a3a3a3;margin-top:-52px;line-height:1.428571429}.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p+p{margin-top:15px}.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2{font-size:16px;margin-bottom:10px}.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 a{color:#303641}.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p a{text-decoration:none}.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 span{-webkit-opacity:.6;-moz-opacity:.6;opacity:.6}.horizontal-line{border:2px solid #e8e8e8;margin-top:30px;margin-bottom:30px}div#cargos div.bg-titulo-persona h3{position:relative;width:100%;height:40px;bottom:0;margin:0;padding:8px;font-size:28px}div#cargos div.departamento{margin-bottom:30px}div#cargos div.departamento h3{font-size:28px;margin-top:30px;text-align:center}div#cargos div.departamento h3{position:relative;z-index:1}div#cargos div.departamento h3:before{border-top:2px solid #ccc;content:"";margin:0 auto;position:absolute;top:50%;left:0;right:0;bottom:0;width:100%;z-index:-1}div#cargos div.departamento h3 span{background:#fff;padding:0 15px}div#cargos div.bg-titulo-persona{position:relative}div#cargos div.bg-titulo-persona img{position:relative;left:0;width:100%;z-index:0}div#cargos div.person-data p{font-size:14px}#empresa #decision p{font-size:20px}.cont strong{font-size:40px}#form-vacante input,textarea{width:60%;border-radius:5px;padding:.3em;box-sizing:border-box;border:1px solid rgba(219,225,235,.78);-moz-border-radius:4px;-webkit-border-radius:4px;-o-border-radius:4px;background:#fff}#form-vacante input.btn_enviar_vacante{background:url(../img/btn_vacantes.png);background-position:center;background-repeat:no-repeat;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;border-radius:0;border:0;height:4em;width:40%}#form-vacante input.btn_enviar_vacante :hover{display:none}#form-vacante input.btn_enviar_vacante :focus{display:none}.bg-empresa{background:url(../img/video-empresa.jpg);background-position:center;background-repeat:no-repeat;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;border-radius:0;border:0;height:550px;width:70%}.time-new span{color:#42d5ba;margin-left:-80px;font-size:30px}div#empresa div#decision h3{font-size:50px!important}#preguntas-frecuentes #como-adquirir h1{font-size:50px}#preguntas-frecuentes #faq p{font-size:20px}#bg-titulo-preguntas{background:url(../img/bg-preguntas-frecuentes.jpg) no-repeat fixed;background-position:center center;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;height:78vh;position:relative}.active-1 :hover{color:red!important}#promotor #bg-titulo-promotor{background:url(../img/bg-promotor-1.jpg) no-repeat fixed;background-position:28% 10vh;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;height:87vh;position:relative}@media screen and (max-width:768px){#promotor #bg-titulo-promotor{height:86vh}}#promotor #como-adquirir h1{font-size:50px}#promotor #como-adquirir .promotor-metodo h4{font-size:30px;margin-bottom:15px}#promotor #como-adquirir .promotor-metodo p{font-size:20px;padding:0 15% 0 15%;line-height:22px}#promotor #nuestros-clientes h2{font-size:50px}#promotor #nuestros-clientes p{font-size:20px}#donde-estan .ciudades li{list-style-type:none;text-align:center;padding-bottom:10px}#donde-estan .ciudades ul{padding:0}#promotor #contenido-contacto h2{color:#fff;font-size:40px}#promotor #contenido-contacto p{font-size:20px}#promotor #contenido-contacto .checkbox-group-label p{text-align:justify;color:#fff}#promotor #contenido-contacto .checkbox{margin-top:0;margin-bottom:0}#promotor #contenido-contacto .checkbox span{color:#fff;text-align:left}.map-container img{border:2px #98999d;max-height:300px}.ciudades span{margin-bottom:10px}#bg-formulario{background:url(../img/bg-formulario.jpg) no-repeat;background-position:center center;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;position:relative}#thank-you #referido-form button{width:100%}#bg-titulo-terminos{background:url(../img/bg-terminos.jpg) no-repeat fixed;background-position:center center;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;height:88vh;position:relative}#terminos-condiciones p{font-size:20px}@media screen and (max-width:768px){#terminos-condiciones #bg-titulo-terminos{height:50vh;background-size:auto 76vh;background-position-y:-78px;background-position-x:-282px}}button.faq-button{background-color:transparent;background-repeat:no-repeat;background-position:center;background-size:cover;border:none;border-radius:50%;height:130px;width:130px}button.faq-button:focus{outline:0}button.faq-button.faq-button-funcionamiento{background-image:url(../img/modulo-2-funcionamiento.png)}button.faq-button.faq-button-costos{background-image:url(../img/modulo-2-Costos.png)}button.faq-button.faq-button-instalacion{background-image:url(../img/modulo-2-instalacion.png)}button.faq-button.faq-button-energia{background-image:url(../img/modulo-2-energ%c3%83%c2%ada-solar.html)}.faq-options .panel-default{border:none}.faq-options.panel-group{margin-bottom:0}.faq-options .panel-body{padding:0}button.faq-button.faq-button-funcionamiento.selected{background-image:url(../img/modulo-2-funcionamiento-negro.png)}button.faq-button.faq-button-costos.selected{background-image:url(../img/modulo-2-Costos-negro.png)}button.faq-button.faq-button-instalacion.selected{background-image:url(../img/modulo-2-instalacion-negro.png)}button.faq-button.faq-button-energia.selected{background-image:url(../img/modulo-2-energ%c3%83%c2%ada-solar-negro.html)}@media screen and (max-width:768px){button.faq-button{height:15vw;width:15vw}}button.cot-button{background:transparent no-repeat center center;background-size:contain;border:none;height:200px;width:130px}button.cot-button.cot-button-proceso-1{background-image:url(../img/icn-proceso-1.png)}button.cot-button.cot-button-proceso-2{background-image:url(../img/icn-proceso-2.png)}button.cot-button.cot-button-proceso-3{background-image:url(../img/icn-proceso-3.png)}button.cot-button.cot-button-proceso-4{background-image:url(../img/icn-proceso-4.png)}button.cot-button.cot-button-proceso-5{background-image:url(../img/icn-proceso-5.png)}button.cot-button.cot-button-proceso-6{background-image:url(../img/icn-proceso-6.png)}button.cot-button.cot-button-metodo-1{background-image:url(../img/icono-1.png)}button.cot-button.cot-button-metodo-2{background-image:url(../img/icono-2.png)}button.cot-button.cot-button-metodo-3{background-image:url(../img/icono-3.png)}button.cot-button.cot-button-metodo-4{background-image:url(../img/icono-4.png)}button.cot-button.cot-button-metodo-5{background-image:url(../img/icono-5.png)}div.cot-option button.close{margin-top:10px}button.col-button:focus{outline:transparent none!important}.promotor-metodos button.cot-button{background-size:70%;border:none;height:120px;width:120px;outline:0;position:relative}#bg-oficinas-cdmx{background:url(../img/oficinas-cdmx.jpg) no-repeat;background-position:center center;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;height:87vh;position:relative}#section-oficina{height:69vh}.full{height:69vh}.ml-p{margin-left:40%}.oficinas-cdmx-bg{background-image:url(../img/Oficinas-01.jpg)!important;background-repeat:no-repeat;height:100%;background-size:cover;background-position:top}.top-line-1{padding-top:45px}.text-55{font-size:55px!important}.text-40{font-size:40px!important}.text-30{font-size:30px!important}.text-20{font-size:20px!important}.text-50{font-size:50px!important}.text-home{padding-top:70px;font-size:6vh}.p-home{font-size:4vh}.text-60{font-size:60px!important}.text-23{font-size:23px!important}.text-25{font-size:25px!important}.text-16{font-size:16px!important}.text-18{font-size:18px!important}.banner-material-oficina{min-height:630px!important;height:60vh!important}.oficinas-monterrey-bg{background-image:url(../img/oficina-monterrey.jpg)!important;background-repeat:no-repeat;height:100%;background-size:cover;background-position:top}#bg-oficinas-monterrey{background:url(../img/oficinas-monterrey.jpg) no-repeat center center;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;height:87vh;position:relative}.oficinas-puebla-bg{background-image:url(../img/oficina-puebla.jpg)!important;background-repeat:no-repeat;height:100%;background-size:cover;background-position:top}#bg-oficinas-puebla{background:url(../img/oficinas-puebla.jpg) no-repeat center center;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;height:87vh;position:relative}@media screen and (max-width:768px){#bg-oficinas-monterrey{height:50vh}#bg-oficinas-puebla{height:50vh}#bg-oficinas-cdmx{height:50vh}#bg-oficinas-cuernavaca{height:50vh!important}.text-55{font-size:55px!important}.text-40{font-size:20px!important}.text-30{font-size:23px!important}.text-18{font-size:15px!important}.text-20{font-size:18px!important}.text-50{font-size:25px!important}.text-60{font-size:30px!important}.text-23{font-size:18px!important}.text-25{font-size:20px!important}#bg-hero-banamex{height:50vh!important}#bg-hero-empresa{height:50vh!important}#bg-hero-engie{height:50vh!important}#bg-hero-pagos{height:50vh!important}#bg-hero-promotor{height:50vh!important}#bg-hero-paneles{height:50vh!important}#bg-hero-comunidad{height:50vh!important}#bg-hero-preguntas{height:50vh!important}#bg-hero-landing-facebook{height:50vh!important}#como-funciona-swiper .swiper-button-next,#como-funciona-swiper .swiper-button-prev{width:48px!important;height:48px!important}div#cargos div.person-data p{font-size:12px!important}.centered-left{padding-left:0!important;margin-left:0!important}.icon-w-1 img{width:25%!important}.flechas{background-size:16px 44px!important}}#bg-hero-como-funciona{background:url(../img/bg-como-funciona.jpg) no-repeat fixed center center;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;height:87vh;position:relative;background-color:#ededed}#titulo-hero{text-align:center;color:#fff;font-family:GibsonLight;font-size:4em;padding-top:.3em;padding-bottom:.3em;opacity:1;background:rgba(66,213,186,.7);position:absolute;bottom:0;width:100%;margin:0}.module-1-bg-2{background-image:url(../img/bg-home-2.jpg)!important;background-repeat:no-repeat;background-position:center;height:100%}#bg-hero-banamex{background:url(../img/bg-landing-banamex.jpg) no-repeat fixed center center;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;height:87vh;position:relative}#bg-hero-empresa{background:url(../img/empresa.jpg) no-repeat fixed center center;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;height:87vh;position:relative}#bg-hero-engie{background:url(../img/bg-landing-engie.jpg) no-repeat fixed center center;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;height:87vh;position:relative}#bg-hero-pagos{background:url(../img/bg-formas-de-pago.jpg) no-repeat fixed center center;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;height:87vh;position:relative}#bg-hero-promotor{background:url(../img/bg-promotor-1.jpg) no-repeat fixed center center;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;height:87vh;position:relative;background-position-y:47px}#como-funciona-swiper.swiper-container{height:70%;background-color:#ededed}#como-funciona-swiper .swiper-slide{text-align:center;font-size:18px;background:#ededed;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center}#como-funciona-swiper .swiper-slide img{height:80vh}#como-funciona-swiper .swiper-button-prev{background-image:url(../img/play-left.png)}#como-funciona-swiper .swiper-button-next{background-image:url(../img/play-right.png)}#como-funciona-swiper .swiper-button-next,#como-funciona-swiper .swiper-button-prev{width:75px;height:75px;-moz-background-size:contain;-webkit-background-size:contain;background-size:contain}@media screen and (max-width:768px){#como-funciona-swiper .swiper-slide img{width:100%;height:auto}#como-funciona-swiper.swiper-container{height:50vh}}@media screen and (max-width:350px){#testimonios.swiper-container{height:73vh!important}}#bg-hero-preguntas{background:url(../img/bg-preguntas-frecuentes.jpg) no-repeat fixed center center;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;height:87vh;position:relative}.h-m{min-height:1900px!important}.bg-calculadora{background:url(../img/calculadora.jpg) no-repeat fixed center center;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;min-height:1900px;position:relative;background-position-x:429px;background-position-y:64px}.bg-text-swiper{background-color:#ededed}.thumbnail{position:relative;overflow:hidden}.caption{position:absolute;top:0;right:0;background:rgba(204,204,204,.9);width:100%;height:100%;padding:2%;display:none;text-align:center;color:#fff!important;z-index:2}.company{border-style:none;padding:0!important;border-radius:0!important}.btn-w{width:90%!important}.btn-w:active:focus,.btn-w:focus,.btn-w:hover{text-decoration:none!important;outline:transparent}.contenedor-equipo{padding-top:10px;padding-bottom:20px}.contenedor-equipo .tooltip-inner{background:#00bdae!important;padding:10px 15px!important;opacity:1!important;font-size:15px;font-family:GibsonLight!important;min-width:300px!important;z-index:99999999!important}.contenedor-equipo .tooltip-arrow{border-bottom-color:#00bdae!important}#bg-hero-paneles{background:url(../img/hero-paneles-solares.jpg) no-repeat fixed;background-position:center center;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;height:87vh;position:relative}.img-paneles-bg{background-image:url(../img/img-paneles-bg.jpg)!important;background-repeat:no-repeat;height:350px;background-size:cover;background-position:top}.module-paneles-2-bg{background-image:url(../img/paneles-2-bg.jpg)!important;background-repeat:no-repeat;height:100%;background-size:cover;background-position:top}.paneles-beneficios-bg{background-image:url(../img/paneles-2-bg.jpg)!important;background-repeat:no-repeat;height:100%;background-size:cover;background-position:top}#bg-hero-comunidad{background:url(../img/comunidad-hero.jpg) no-repeat fixed;background-position:center center;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;height:87vh;position:relative;background-position-y:0}.timeline-entry-1{top:-6px;margin-bottom:-21px!important;margin-top:35px!important}.timeline-label-1,.timeline-label-1:after{margin-top:0!important;background:0 0!important;border-bottom-color:transparent!important;border-color:transparent!important;margin-left:37px!important;margin-top:-15px!important}.bg-comunidad{background:url(../img/chulito.html) no-repeat;background-position:center center;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;height:87vh;position:relative}.centered-left{padding-left:0!important;margin-left:-13px}.centered-color:before{background:#ffe26b!important;width:5px!important;height:114%}.icon-yellow{background:#ffe26b!important;background-color:#ffe26b!important;box-shadow:0 0 0 5px #ffe26b!important}.img-iphone{clear:both;height:300px;position:relative}.app-img img{height:auto;width:100%}.bottom-line-2{width:32%;margin-left:3px;padding-top:3px}.bottom-line-3{width:75%;margin-left:3px;padding-top:3px}.time-line-icon-2{width:10px!important;height:10px!important;margin-left:19px!important}.timeline-entry-inner-1{margin-left:-22px!important;top:31px!important}.comunidad-bg{background-image:url(../img/img-comunidad.jpg)!important;background-repeat:no-repeat;height:100%;background-size:cover;background-position:top}.app-img p{float:left;padding-left:1%}#bg-hero-new-home{background:url(../img/new-paneles-1.jpg) no-repeat fixed;background-position:left bottom;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;height:87vh;position:relative}.new-home-bg{background-image:url(../img/sr-galo-foto.jpg)!important;background-repeat:no-repeat;height:100%;background-size:cover;background-position:top}.clo{min-height:700px!important;height:50vh!important}div.float-btn-container{position:relative;height:100%}div.float-btn-container a{position:absolute;bottom:15px}@media only screen and (min-device-width:481px) and (max-device-width:1024px){#bg-hero-new-home{height:87vh}}.module-new-home-1{background-image:url(../img/capturador-1.jpg);background-repeat:no-repeat;background-position:center;height:100%;min-height:700px!important;background-size:cover}.top-line-ii{height:4px;margin-top:83px}.cian-teal-gradient-1{background:rgba(47,241,205,1);background:-moz-linear-gradient(45deg,rgba(25,166,183,1) 0,rgba(47,241,205,1) 100%);background:-webkit-gradient(left bottom,right top,color-stop(0,rgba(47,241,205,1)),color-stop(100%,rgba(25,166,183,1)));background:-webkit-linear-gradient(45deg,rgba(25,166,183,1) 0,rgba(47,241,205,1) 100%);background:-o-linear-gradient(45deg,rgba(25,166,183,1) 0,rgba(47,241,205,1) 100%);background:-ms-linear-gradient(45deg,rgba(25,166,183,1) 0,rgba(47,241,205,1) 100%);background:linear-gradient(20deg,#056571 27%,rgba(47,241,205,1) 92%)}.icon-w img{width:50%}.icon-w-1 img{width:50%}.bg-iphone{background-image:url(../img/iphone.png);background-position:bottom center;background-size:contain;background-repeat:no-repeat;min-height:400px}.patro img{max-width:20%;float:left}@media (max-width:768px){.patro img{max-width:100%;width:100%;float:left}.button-home{height:22px}}@media (min-width:768px) and (max-width:1024px){.patro img{max-width:33.333333333%;float:left}.patro img.offset{margin-left:16%}}#bg-oficinas-cuernavaca{background:url(../img/oficinas-cuernavaca.jpg) no-repeat;background-position:center center;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;height:87vh;position:relative}.oficinas-cuernavaca-bg{background-image:url(../img/oficina-cuernavaca.jpg)!important;background-repeat:no-repeat;height:100%;background-size:cover;background-position:top}.icon-size img{height:96px;width:96px}#testimonios.swiper-container{height:73vh;min-height:320px;max-height:500px}#testimonios .swiper-slide{text-align:center;font-size:18px;background:#fff;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center}#testimonios .swiper-col{width:50%;height:100%;float:left}#testimonios .swiper-img-col-2{background-image:url(../img/img-3.jpg)!important;background-repeat:no-repeat;height:100%;background-size:cover;background-position:top;background-color:#111d29}#testimonios .swiper-img-col-3{background-image:url(../img/cliente-2.jpg)!important;background-repeat:no-repeat;height:100%;background-size:cover;background-position:top;background-color:#111d29}#testimonios .swiper-img-col-1{background-image:url(../img/cliente-1.jpg)!important;background-color:#111d29;background-repeat:no-repeat;height:100%;background-size:cover;background-position:top}#testimonios .swiper-img-col-4{background-image:url(../img/imagen-testimonios.jpg)!important;background-repeat:no-repeat;height:100%;background-size:cover;background-position:top;background-color:#111d29}@media screen and (max-width:991px){#testimonios .swiper-col{width:100%}#testimonios .swiper-img-col{display:none}}.ver-cen{min-height:500px}.ver-cen .opinion{text-align:center;position:relative;top:50%;-ms-transform:translateY(19%);-webkit-transform:translateY(19%);transform:translateY(19%)}.close-w span{color:#fff!important;opacity:1!important}.close-w{opacity:1!important}button.cot-button.button-pago-1{background-image:url(../img/formas-pago-1.png)}button.cot-button.button-pago-2{background-image:url(../img/formas-pago-2.png)}button.cot-button.button-pago-3{background-image:url(../img/formas-pago-3.png)}button.cot-button.button-pago-4{background-image:url(../img/formas-pago-4.png)}button.cot-button.button-pago-5{background-image:url(../img/modulo-2-funcionamiento.png)}button.cot-button.button-pago-6{background-image:url(../img/modulo-2-Costos.png)}button.cot-button.button-pago-7{background-image:url(../img/modulo-2-instalacion.png)}button.cot-button.button-pago-8{background-image:url(../img/modulo-2-energ%c3%83%c2%ada-solar.html)}.p-prom{margin-left:-60px}.deco-text:hover{text-decoration:none!important;outline:0!important;color:#000!important}.deco-text{text-decoration:none!important;outline:0!important;color:#000!important;font-size:18px}.promotor-metodo img{width:100px}.inp input{height:40px!important;padding-top:14px!important}.inp select{height:40px!important;padding-top:10px!important}.inp button{height:40px!important;padding-top:5px!important}.inp span{top:11px!important;font-size:17px!important}.custom.slideBar .noUi-base{background-image:-webkit-gradient(linear,0 0,590 0,from(#19a8b8),color-stop(.34,#2be1c9),color-stop(.718,#4bf2c2),color-stop(.877,#a7ea96),color-stop(.877,#a9e995),color-stop(.933,#c9e785),color-stop(.945,#d1e682),to(#efe373));background-image:-webkit-linear-gradient(360deg,#19a8b8,#2be1c9 34%,#4bf2c2 71.8%,#a7ea96 87.7%,#a9e995 87.7%,#c9e785 93.3%,#d1e682 94.5%,#efe373);background-image:-moz-linear-gradient(360deg,#19a8b8,#2be1c9 34%,#4bf2c2 71.8%,#a7ea96 87.7%,#a9e995 87.7%,#c9e785 93.3%,#d1e682 94.5%,#efe373);background-image:-o-linear-gradient(360deg,#19a8b8,#2be1c9 34%,#4bf2c2 71.8%,#a7ea96 87.7%,#a9e995 87.7%,#c9e785 93.3%,#d1e682 94.5%,#efe373);background-image:linear-gradient(90deg,#34bf5f,#4de47c 4%,#efe05a 42.8%,#f19306 53.7%,#f17206 64.7%,#d44b09 73.3%,#cc1c01 94.5%,#b3b3b3)}.slideBar-h{height:5px!important}.bg-casas{height:400px}.c-funciona{height:35px;width:35px;display:block;text-align:center;font-size:24px;vertical-align:middle;border-radius:50%;border:solid 2px #000;background:0 0}.top-line-2{height:4px;margin-top:83px}.lista-estados li{list-style:none}.module-new-home-puebla{background-image:url(../img/capturador-puebla.jpg)!important}.module-new-home-monterrey{background-image:url(../img/capturador-monterrey.jpg)!important}.module-new-home-cdmx{background-image:url(../img/capturador-cdmx.jpg)!important}.vertical img:hover{-webkit-transform:scale(1.1);transform:scale(1.1)}.vertical a:focus{outline:0!important;text-decoration:none}#bg-hero-landing-facebook{background:url(../img/hero-facebook-landing.jpg) no-repeat;background-position:center center;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;height:400px;position:relative}#bg-hero-landing-facebook #titulo-hero{font-size:2em;background:#18334b;background:-moz-linear-gradient(left,#18334be6 1%,#11556dde 100%);background:-webkit-linear-gradient(left,#18334be6 1%,#11556dde 100%);background:linear-gradient(to right,#18334be6 1%,#11556dde 100%)}#facebook-landing{font-family:Helvetica;font-weight:700;font-size:14px;color:#717171}#facebook-landing .container{max-width:900px}#frm-facebook-landing{font-family:Helvetica;font-size:12px;color:#717171}#frm-facebook-landing input[type=text]{width:100%;height:25px;border:1px solid #dadada}#frm-facebook-landing select{border-color:#dadada;background-color:#e6e6e6;padding:3px 10px;font-weight:700}#frm-facebook-landing .custom-val{color:#000}#frm-facebook-landing button{border-radius:0;padding:3px 10px}@media screen and (max-width:500px){#facebook-landing ul{padding-left:15px}#bg-hero-landing-facebook #titulo-hero{font-size:1.5em!important}}#page-404 .banner{height:500px;background:url(../img/bg-page-404.jpg) no-repeat;background-size:cover;position:relative;background-position:center}#page-404 .banner h1{position:absolute;bottom:0;width:100%;color:#fff}#page-404 .help-links{display:flex;flex-wrap:wrap}#page-404 .help-links a{flex:1 1 auto;margin-right:10px;margin-left:10px;margin-bottom:20px;min-width:200px}@media screen and (max-width:900px){#page-404 .banner{height:30vh}}.anim-pulse:before{content:'';width:70%;height:70%;position:absolute;left:15%;top:15%;border:1px solid #fff;border-radius:50%;-webkit-animation:circlePulse 3s linear;-moz-animation:circlePulse 3s linear;animation:circlePulse 3s linear;-webkit-animation-iteration-count:infinite;-moz-animation-iteration-count:infinite;animation-iteration-count:infinite}.anim-pulse:after{content:'';width:70%;height:70%;position:absolute;left:15%;top:15%;border:1px solid #fff;border-radius:50%;-webkit-animation:circlePulse 3s linear;-moz-animation:circlePulse 3s linear;animation:circlePulse 3s linear;-webkit-animation-iteration-count:infinite;-moz-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-delay:.7s;-moz-animation-delay:.7s;-ms-animation-delay:.7s;-o-animation-delay:.7s;animation-delay:.7s}.anim-pulse-green:before{content:'';width:70%;height:70%;position:absolute;left:15%;top:15%;border:1px solid #42d5ba;border-radius:50%;-webkit-animation:circlePulse 3s linear;-moz-animation:circlePulse 3s linear;animation:circlePulse 3s linear;-webkit-animation-iteration-count:infinite;-moz-animation-iteration-count:infinite;animation-iteration-count:infinite}.anim-pulse-green:after{content:'';width:70%;height:70%;position:absolute;left:15%;top:15%;border:1px solid #42d5ba;border-radius:50%;-webkit-animation:circlePulse 3s linear;-moz-animation:circlePulse 3s linear;animation:circlePulse 3s linear;-webkit-animation-iteration-count:infinite;-moz-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-delay:.7s;-moz-animation-delay:.7s;-ms-animation-delay:.7s;-o-animation-delay:.7s;animation-delay:.7s}@keyframes circlePulse{0%{-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1);opacity:0}50%{-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1);opacity:.5}70%{-moz-transform:scale(1.4);-ms-transform:scale(1.4);-o-transform:scale(1.4);transform:scale(1.4);opacity:.25}100%{-moz-transform:scale(1.6);-ms-transform:scale(1.6);-o-transform:scale(1.6);transform:scale(1.6);opacity:0}}
