/*
Theme Name: 
Theme URI: http://www..com
Description: ---
Version: 1.0
Author: 
Author URI: 
Tags: 
*/
body.stop-scrolling {
  height: 100%;
  overflow: hidden;
}
.sweet-overlay {
  background-color: black;
  /* IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  /* IE8 */
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  z-index: 10000;
}
.sweet-alert {
  background-color: white;
  width: 478px;
  padding: 17px;
  border-radius: 5px;
  text-align: center;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -256px;
  margin-top: -200px;
  overflow: hidden;
  display: none;
  z-index: 99999;
}
@media all and (max-width: 540px) {
  .sweet-alert {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    left: 15px;
    right: 15px;
  }
}
.sweet-alert h2 {
  color: #575757;
  font-size: 30px;
  text-align: center;
  font-weight: 600;
  text-transform: none;
  position: relative;
  margin: 25px 0;
  padding: 0;
  line-height: 40px;
  display: block;
}
.sweet-alert p {
  color: #797979;
  font-size: 16px;
  text-align: center;
  font-weight: 300;
  position: relative;
  text-align: inherit;
  float: none;
  margin: 0;
  padding: 0;
  line-height: normal;
}
.sweet-alert fieldset {
  border: none;
  position: relative;
}
.sweet-alert .sa-error-container {
  background-color: #f1f1f1;
  margin-left: -17px;
  margin-right: -17px;
  overflow: hidden;
  padding: 0 10px;
  max-height: 0;
  webkit-transition: padding 0.15s, max-height 0.15s;
  transition: padding 0.15s, max-height 0.15s;
}
.sweet-alert .sa-error-container.show {
  padding: 10px 0;
  max-height: 100px;
  webkit-transition: padding 0.2s, max-height 0.2s;
  transition: padding 0.25s, max-height 0.25s;
}
.sweet-alert .sa-error-container .icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #ea7d7d;
  color: white;
  line-height: 24px;
  text-align: center;
  margin-right: 3px;
}
.sweet-alert .sa-error-container p {
  display: inline-block;
}
.sweet-alert .sa-input-error {
  position: absolute;
  top: 29px;
  right: 26px;
  width: 20px;
  height: 20px;
  opacity: 0;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
.sweet-alert .sa-input-error::before,
.sweet-alert .sa-input-error::after {
  content: "";
  width: 20px;
  height: 6px;
  background-color: #f06e57;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  left: 50%;
  margin-left: -9px;
}
.sweet-alert .sa-input-error::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.sweet-alert .sa-input-error::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.sweet-alert .sa-input-error.show {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.sweet-alert input {
  width: 100%;
  box-sizing: border-box;
  border-radius: 3px;
  border: 1px solid #d7d7d7;
  height: 43px;
  margin-top: 10px;
  margin-bottom: 17px;
  font-size: 18px;
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.06);
  padding: 0 12px;
  display: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sweet-alert input:focus {
  outline: none;
  box-shadow: 0px 0px 3px #c4e6f5;
  border: 1px solid #b4dbed;
}
.sweet-alert input:focus::-moz-placeholder {
  transition: opacity 0.3s 0.03s ease;
  opacity: 0.5;
}
.sweet-alert input:focus:-ms-input-placeholder {
  transition: opacity 0.3s 0.03s ease;
  opacity: 0.5;
}
.sweet-alert input:focus::-webkit-input-placeholder {
  transition: opacity 0.3s 0.03s ease;
  opacity: 0.5;
}
.sweet-alert input::-moz-placeholder {
  color: #bdbdbd;
}
.sweet-alert input:-ms-input-placeholder {
  color: #bdbdbd;
}
.sweet-alert input::-webkit-input-placeholder {
  color: #bdbdbd;
}
.sweet-alert.show-input input {
  display: block;
}
.sweet-alert button {
  background-color: #AEDEF4;
  color: white;
  border: none;
  box-shadow: none;
  font-size: 17px;
  font-weight: 500;
  -webkit-border-radius: 4px;
  border-radius: 5px;
  padding: 10px 32px;
  margin: 26px 5px 0 5px;
  cursor: pointer;
}
.sweet-alert button:focus {
  outline: none;
  box-shadow: 0 0 2px rgba(128, 179, 235, 0.5), inset 0 0 0 1px rgba(0, 0, 0, 0.05);
}
.sweet-alert button:hover {
  background-color: #a1d9f2;
}
.sweet-alert button:active {
  background-color: #81ccee;
}
.sweet-alert button.cancel {
  background-color: #D0D0D0;
}
.sweet-alert button.cancel:hover {
  background-color: #c8c8c8;
}
.sweet-alert button.cancel:active {
  background-color: #b6b6b6;
}
.sweet-alert button.cancel:focus {
  box-shadow: rgba(197, 205, 211, 0.8) 0px 0px 2px, rgba(0, 0, 0, 0.0470588) 0px 0px 0px 1px inset !important;
}
.sweet-alert button::-moz-focus-inner {
  border: 0;
}
.sweet-alert[data-has-cancel-button=false] button {
  box-shadow: none !important;
}
.sweet-alert[data-has-confirm-button=false][data-has-cancel-button=false] {
  padding-bottom: 40px;
}
.sweet-alert .sa-icon {
  width: 80px;
  height: 80px;
  border: 4px solid gray;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  border-radius: 50%;
  margin: 20px auto;
  padding: 0;
  position: relative;
  box-sizing: content-box;
}
.sweet-alert .sa-icon.sa-error {
  border-color: #F27474;
}
.sweet-alert .sa-icon.sa-error .sa-x-mark {
  position: relative;
  display: block;
}
.sweet-alert .sa-icon.sa-error .sa-line {
  position: absolute;
  height: 5px;
  width: 47px;
  background-color: #F27474;
  display: block;
  top: 37px;
  border-radius: 2px;
}
.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 17px;
}
.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 16px;
}
.sweet-alert .sa-icon.sa-warning {
  border-color: #F8BB86;
}
.sweet-alert .sa-icon.sa-warning .sa-body {
  position: absolute;
  width: 5px;
  height: 47px;
  left: 50%;
  top: 10px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin-left: -2px;
  background-color: #F8BB86;
}
.sweet-alert .sa-icon.sa-warning .sa-dot {
  position: absolute;
  width: 7px;
  height: 7px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-left: -3px;
  left: 50%;
  bottom: 10px;
  background-color: #F8BB86;
}
.sweet-alert .sa-icon.sa-info {
  border-color: #C9DAE1;
}
.sweet-alert .sa-icon.sa-info::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 29px;
  left: 50%;
  bottom: 17px;
  border-radius: 2px;
  margin-left: -2px;
  background-color: #C9DAE1;
}
.sweet-alert .sa-icon.sa-info::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-left: -3px;
  top: 19px;
  background-color: #C9DAE1;
}
.sweet-alert .sa-icon.sa-success {
  border-color: #A5DC86;
}
.sweet-alert .sa-icon.sa-success::before,
.sweet-alert .sa-icon.sa-success::after {
  content: '';
  -webkit-border-radius: 40px;
  border-radius: 40px;
  border-radius: 50%;
  position: absolute;
  width: 60px;
  height: 120px;
  background: white;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.sweet-alert .sa-icon.sa-success::before {
  -webkit-border-radius: 120px 0 0 120px;
  border-radius: 120px 0 0 120px;
  top: -7px;
  left: -33px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 60px 60px;
  transform-origin: 60px 60px;
}
.sweet-alert .sa-icon.sa-success::after {
  -webkit-border-radius: 0 120px 120px 0;
  border-radius: 0 120px 120px 0;
  top: -11px;
  left: 30px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 0px 60px;
  transform-origin: 0px 60px;
}
.sweet-alert .sa-icon.sa-success .sa-placeholder {
  width: 80px;
  height: 80px;
  border: 4px solid rgba(165, 220, 134, 0.2);
  -webkit-border-radius: 40px;
  border-radius: 40px;
  border-radius: 50%;
  box-sizing: content-box;
  position: absolute;
  left: -4px;
  top: -4px;
  z-index: 2;
}
.sweet-alert .sa-icon.sa-success .sa-fix {
  width: 5px;
  height: 90px;
  background-color: white;
  position: absolute;
  left: 28px;
  top: 8px;
  z-index: 1;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.sweet-alert .sa-icon.sa-success .sa-line {
  height: 5px;
  background-color: #A5DC86;
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 2;
}
.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
  width: 25px;
  left: 14px;
  top: 46px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
  width: 47px;
  right: 8px;
  top: 38px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.sweet-alert .sa-icon.sa-custom {
  background-size: contain;
  border-radius: 0;
  border: none;
  background-position: center center;
  background-repeat: no-repeat;
}
@keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
  }
}
.row {
  max-width: 1140px;
}
/*foundation custom column separation*/
.column,
.columns {
  padding-left: 20px;
  padding-right: 20px;
}
.row .row {
  margin-left: -20px;
  margin-right: -20px;
}
.bgcover {
  background-position: center;
  background-size: cover;
}
.block {
  display: block;
  text-indent: -3000px;
  font-size: 0;
  overflow: hidden;
}
.absolute {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.clearul {
  margin: 0;
  padding: 0;
}
.clearul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*foundation animated accordion*/
.accordion .accordion-navigation > .content,
.accordion dd > .content {
  max-height: 0;
  display: block;
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 0;
}
.accordion .accordion-navigation > .content.active,
.accordion dd > .content.active {
  max-height: 1000px;
  opacity: 1;
}
p:last-child {
  margin-bottom: 0;
}
.valignout {
  display: table;
  height: 100%;
  width: 100%;
  table-layout: fixed;
}
.valignin {
  vertical-align: middle;
  height: 100%;
  width: 100%;
  display: table-cell;
}
figure {
  padding: 0;
  margin: 0;
}
.op0 {
  opacity: 0;
}
.parallax {
  background-attachment: fixed;
  background-repeat: no-repeat;
}
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#cboxOverlay {
  background-color: rgba(8, 48, 84, 0.95);
}
#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}
#cboxWrapper {
  max-width: none;
}
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}
#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}
#cboxContent {
  position: relative;
}
#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#cboxTitle {
  margin: 0;
}
#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}
.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}
.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}
#colorbox,
#cboxContent,
#cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
/*
 * Swiper - Mobile Touch Slider CSS
 * http://www.idangero.us/sliders/swiper
 *
 * Vladimir Kharlampidi, The iDangero.us
 * http://www.idangero.us/
 * 
 * Copyright 2012-2013, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us
 *
 * Licensed under GPL & MIT
 *
*/
/* ===============================================================
Basic Swiper Styles 
================================================================*/
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  -webkit-transition-property: -webkit-transform, left, top;
  -webkit-transition-duration: 0s;
  -webkit-transform: translate3d(0px, 0, 0);
  -webkit-transition-timing-function: ease;
  -moz-transition-property: -moz-transform, left, top;
  -moz-transition-duration: 0s;
  -moz-transform: translate3d(0px, 0, 0);
  -moz-transition-timing-function: ease;
  -o-transition-property: -o-transform, left, top;
  -o-transition-duration: 0s;
  -o-transform: translate3d(0px, 0, 0);
  -o-transition-timing-function: ease;
  -o-transform: translate(0px, 0px);
  -ms-transition-property: -ms-transform, left, top;
  -ms-transition-duration: 0s;
  -ms-transform: translate3d(0px, 0, 0);
  -ms-transition-timing-function: ease;
  transition-property: transform, left, top;
  transition-duration: 0s;
  transform: translate3d(0px, 0, 0);
  transition-timing-function: ease;
}
.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  float: left;
}
/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
}
@font-face {
  font-family: 'gotham';
  src: url('fonts/Gotham-Bold.eot');
  src: local('☺'), url('fonts/Gotham-Bold.woff') format('woff'), url('fonts/Gotham-Bold.ttf') format('truetype'), url('fonts/Gotham-Bold.svg') format('svg');
  font-weight: bold;
  font-style: normal;
}
/** Generated by FG **/
@font-face {
  font-family: 'gotham';
  src: url('fonts/Gotham-Medium.eot');
  src: local('☺'), url('fonts/Gotham-Medium.woff') format('woff'), url('fonts/Gotham-Medium.ttf') format('truetype'), url('fonts/Gotham-Medium.svg') format('svg');
  font-weight: normal;
  font-style: 500;
}
@font-face {
  font-family: 'gotham';
  src: url('fonts/GothamBook.eot');
  src: url('fonts/GothamBook.eot') format('embedded-opentype'), url('fonts/GothamBook.woff2') format('woff2'), url('fonts/GothamBook.woff') format('woff'), url('fonts/GothamBook.ttf') format('truetype'), url('fonts/GothamBook.svg#GothamBook') format('svg');
}
.font1 {
  font-family: 'gotham';
}
.font2 {
  font-family: 'Droid Serif', serif;
}
body {
  background: #111;
  overflow: hidden;
}
header h1 {
  position: absolute;
  top: 80px;
  right: 80px;
  margin: 0;
  z-index: 12;
}
header h1 a {
  width: 127px;
  height: 48px;
  background: url(img/logo.png) no-repeat;
  background-size: 100% auto;
  display: block;
  text-indent: -3000px;
  font-size: 0;
  overflow: hidden;
}
header .mobilemenu {
  position: absolute;
  width: 30px;
  top: 80px;
  left: 80px;
  z-index: 13;
  height: 34px;
}
header .mobilemenu span {
  height: 2px;
  display: block;
  margin-bottom: 5px;
  background: #fff;
  width: 30px;
  transition: all 0.5s ease-out;
}
header .mobilemenu span:nth-child(3) {
  margin-left: 50%;
  transform: translateX(-50%);
}
.menuopen header .mobilemenu span:nth-child(1) {
  transform: rotate(45deg) translateY(5px) translateX(5px);
  transform-origin: 50% 50%;
}
.menuopen header .mobilemenu span:nth-child(2) {
  transform: rotate(-45deg) translateY(0px) translateX(0px);
  transform-origin: 50% 50%;
}
.menuopen header .mobilemenu span:nth-child(3) {
  width: 0%;
}
nav {
  position: fixed;
  width: 50%;
  top: 0;
  left: -50%;
  background: #1e2128;
  height: 100%;
  z-index: 12;
  transition: all 0.5s ease-out;
  overflow: hidden;
}
.menuopen nav {
  left: 0;
}
nav .text {
  padding: 170px 80px 0 80px;
  color: #fff;
  position: relative;
  z-index: 1;
}
nav .text h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  letter-spacing: -1.5px;
  color: #fff;
  margin-bottom: 30px;
  font-size: 36px;
}
nav .text p {
  color: #7a7e89;
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 25px;
  font-family: 'gotham';
  font-weight: 300;
}
nav .text h4 {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  margin-top: 60px;
  font-family: 'gotham';
  text-transform: uppercase;
  margin-bottom: 30px;
}
nav .text h3 {
  font-family: 'gotham';
  font-weight: bold;
  color: #fff;
  margin-bottom: 30px;
  font-size: 36px;
}
nav .text .clientes {
  margin: 0 0 50px;
}
nav .text .clientes li {
  padding: 0 5px;
  padding-bottom: 14.28571%;
  position: relative;
}
nav .text .clientes li .in {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 5px 5px;
  text-align: center;
  transition: all 3s ease-out;
  opacity: 0;
}
nav .text .clientes li .in.v {
  opacity: 1;
}
nav .text .row {
  margin: 0 -20px;
}
nav .video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1000;
  overflow: hidden;
}
nav .videout {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.slides {
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
  transition: all 0.5s ease-out;
}
.menuopen .slides {
  transform: translateX(20%);
  opacity: 0.5;
}
.slides .anext {
  position: absolute;
  width: 100%;
  height: 80px;
  display: block;
  bottom: 0;
  left: 0;
  z-index: 10;
  cursor: url(img/arrowv.png), auto;
}
.slides .aprev {
  position: absolute;
  width: 100%;
  height: 80px;
  display: block;
  left: 0;
  top: 0;
  z-index: 10;
  cursor: url(img/arrow.png), auto;
}
.slides .slidesin {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 1000ms cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 100%;
}
.slides .slide {
  position: relative;
  overflow: hidden;
}
.slides .slide .bgout {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 20s ease-out;
}
.slides .slide .bg {
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 1000ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 200ms;
  /*
			&:after{
				content: '';
				.absolute;
				background: rgba(0,0,0,.6);
			}
			*/
}
.slides .slide .video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1000;
  overflow: hidden;
}
.slides .slide .text {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 80px;
  max-width: 700px;
  z-index: 10;
}
.slides .slide .text .logo {
  margin-bottom: 30px;
  transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1000ms cubic-bezier(0.075, 0.82, 0.165, 1);
  transition-delay: 100ms;
}
.slides .slide .text h5 {
  opacity: .4;
  font-size: 12px;
  color: #fff;
  margin-bottom: 10px;
  font-family: 'gotham';
  font-weight: bold;
  text-transform: uppercase;
  transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1000ms cubic-bezier(0.075, 0.82, 0.165, 1);
  transition-delay: 200ms;
}
.slides .slide .text h2 {
  color: #fff;
  font-size: 38px;
  margin-bottom: 15px;
  font-family: 'Montserrat', sans-serif;
  font-weight:800;
  letter-spacing: -1.5px;
  transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1000ms cubic-bezier(0.075, 0.82, 0.165, 1);
  transition-delay: 300ms;
}
.slides .slide .text p {
  font-size: 14px;
  color: #fff;
  line-height: 25px;
  font-family: 'gotham';
  font-weight: 300;
  transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1000ms cubic-bezier(0.075, 0.82, 0.165, 1);
  transition-delay: 400ms;
}
.slides .slide .text .buttonout {
  transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1000ms cubic-bezier(0.075, 0.82, 0.165, 1);
  transition-delay: 500ms;
  margin-top: 50px;
  height: 38px;
}
.slides .slide .text .buttoncont {
  width: 38px;
  height: 38px;
  border-bottom: 2px solid #fff;
  transition: all 1000ms cubic-bezier(0.075, 0.82, 0.165, 1);
  transition-delay: 500ms;
}
.slides .slide .text .button {
  background: none;
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
  padding: 10px 40px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 13px;
  font-family: 'Montserrat', serif;
  background: rgba(255, 255, 255, 0);
  transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 500ms cubic-bezier(0.075, 0.82, 0.165, 1);
  overflow: hidden;
  margin-bottom: 0;
  text-decoration: none;
  overflow: hidden;
  /*
				&:before{
					content: '';
					width: 0%; 
					height: 70%;
					position: absolute;
					bottom: -15%;
					right: -5%;
					transition: all 800ms cubic-bezier(0.190, 1.000, 0.220, 1.000); 
					display: block;
					//height: 0;
					background: #fff;
					opacity: 0;
					transform:  rotate(-10deg);
				}
				*/
}
.slides .slide .text .button span {
  position: relative;
  z-index: 1;
}
.slides .slide .text .button:after {
  content: '';
  width: 0%;
  height: 110%;
  position: absolute;
  top: -5%;
  left: 0;
  transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
  display: block;
  background: #fff;
  opacity: 0;
}
.slides .slide .text .button:hover {
  color: #1e2128;
}
.slides .slide .text .button:hover:after,
.slides .slide .text .button:hover:before {
  width: 110%;
  opacity: 1;
  transform: rotate(0deg);
}
.slides .slide.prev .logo {
  transform: translateY(-100px);
  opacity: 0;
}
.slides .slide.prev h5 {
  transform: translateY(-100px);
  opacity: 0;
}
.slides .slide.prev h2 {
  transform: translateY(-100px);
  opacity: 0;
}
.slides .slide.prev p,
.slides .slide.prev .buttonout {
  transform: translateY(-100px);
  opacity: 0;
}
.slides .slide.next .logo {
  transform: translateY(100px);
  opacity: 0;
}
.slides .slide.next h5 {
  transform: translateY(100px);
  opacity: 0;
}
.slides .slide.next h2 {
  transform: translateY(100px);
  opacity: 0;
}
.slides .slide.next p,
.slides .slide.next .buttonout {
  transform: translateY(100px);
  opacity: 0;
}
.slides .slide.current .logo {
  transform: translateY(0px);
  opacity: 1;
}
.slides .slide.current .bg {
  transform: scale(1.03);
}
.slides .slide.current .bgout {
  transform: scale(1.2);
}
.pagination {
  position: absolute;
  bottom: 80px;
  right: 80px;
  z-index: 11;
}
.pagination a {
  width: 12px;
  height: 12px;
  position: relative;
  display: block;
  margin-bottom: 10px;
  /*
		&.past span{
			height: 10px;
			width: 10px;
		}
		*/
}
.pagination a span {
  width: 4px;
  height: 4px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background: rgba(255, 255, 255, 0.5);
  border-radius: 100%;
  transition: all 0.7s ease-out;
}
.pagination a:hover span {
  height: 10px;
  width: 10px;
}
.pagination a.current span {
  height: 12px;
  width: 12px;
  background: #ffffff;
}
.social {
  position: absolute;
  bottom: 80px;
  left: 80px;
  z-index: 10;
}
.social a {
  width: 29px;
  height: 29px;
  position: relative;
  display: inline-block;
  margin-right: 15px;
  margin-top: 50px;
}
.social a span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(img/social.png) no-repeat;
  transition: all 0.3s ease-out;
}
.social a span.h {
  opacity: 0;
}
.social a:hover .h {
  opacity: 1;
}
.social a:hover .i {
  opacity: 0;
}
.social a.fb .i {
  background-position: 0 0;
}
.social a.fb .h {
  background-position: 0 -29px;
}
.social a.in .i {
  background-position: -49px 0;
}
.social a.in .h {
  background-position: -49px -29px;
}
.social a.be .i {
  background-position: -98px 0;
}
.social a.be .h {
  background-position: -98px -29px;
}
.clientessmall {
  display: none;
}