@charset "UTF-8";
/*
 * bootstrap.less
 *
 * Carrega todos os arquivos less
 *
 * @author Lucas Colette
 * @company BUBB
 *
 */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input,
textarea,
select {
  outline: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
/*
 * Mixins.less
 *
 * @author Lucas Colette
 * @company BUBB
 *
 */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
/**
 * Colors.less
 *
 * @author Lucas Colette
 */
.text {
  color: #261e1e;
}
.red {
  color: #a72c38;
}
.white {
  color: #ffffff;
}
.beige {
  color: #e8dac9;
}
.yellow {
  color: #efb34b;
}
.green {
  color: #22c35e;
}
.light-text {
  color: #f7f2ec;
}
.red-error {
  color: #ff0000;
}
.black-10 {
  color: #e6e6e6;
}
.black-20 {
  color: #cccccc;
}
.black-30 {
  color: #b3b3b3;
}
.black-40 {
  color: #999999;
}
.black-50 {
  color: #808080;
}
.black-60 {
  color: #666666;
}
.black-70 {
  color: #4d4d4d !important;
}
.black-80 {
  color: #333333;
}
.black-90 {
  color: #191919;
}
/**
 * Generic
 * Classes genéricas
 *
 * @author Lucas Colette
 */
.animated {
  -webkit-animation-duration: 1s !important;
  animation-duration: 1s !important;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.w-100 {
  width: 100%;
}
.trans-all {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.over-hidden {
  overflow: hidden;
}
.block {
  display: block;
}
.spacing-n1 {
  letter-spacing: -1px;
}
.spacing-1 {
  letter-spacing: 1px;
}
.spacing-2 {
  letter-spacing: 2px;
}
.spacing-3 {
  letter-spacing: 3px;
}
.spacing-4 {
  letter-spacing: 4px;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.relative {
  position: relative;
}
.inline-block {
  display: inline-block;
}
.block {
  display: block;
}
.hide {
  display: none;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.upper {
  text-transform: uppercase;
}
.mt1 {
  margin-top: 1px;
}
.mt2 {
  margin-top: 2px;
}
.mt3 {
  margin-top: 3px;
}
.mt4 {
  margin-top: 4px;
}
.mt5 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt25 {
  margin-top: 25px;
}
.mt30 {
  margin-top: 30px;
}
.mt35 {
  margin-top: 35px;
}
.mt40 {
  margin-top: 40px;
}
.mt45 {
  margin-top: 45px;
}
.mt50 {
  margin-top: 50px;
}
.mt55 {
  margin-top: 55px;
}
.mt60 {
  margin-top: 60px;
}
.mt70 {
  margin-top: 70px;
}
.mt80 {
  margin-top: 80px;
}
.mr5 {
  margin-right: 5px;
}
.mr10 {
  margin-right: 10px;
}
.mr15 {
  margin-right: 15px;
}
.mr20 {
  margin-right: 20px;
}
.mr25 {
  margin-right: 25px;
}
.mr30 {
  margin-right: 30px;
}
.mb5 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb25 {
  margin-bottom: 25px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb35 {
  margin-bottom: 35px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb60 {
  margin-bottom: 60px;
}
.mb70 {
  margin-bottom: 70px;
}
.mb80 {
  margin-bottom: 80px;
}
.ml5 {
  margin-left: 5px;
}
.ml10 {
  margin-left: 10px;
}
.ml15 {
  margin-left: 15px;
}
.ml20 {
  margin-left: 20px;
}
.ml25 {
  margin-left: 25px;
}
.ml30 {
  margin-left: 30px;
}
/**
 * Typographic.less
 *
 * @author Lucas Colette
 */
.title-bold {
  font-family: 'Kameron', serif;
  font-weight: 700 !important;
}
.regular {
  font-family: 'Taviraj', serif;
  font-weight: 400 !important;
}
.bold {
  font-family: 'Taviraj', serif;
  font-weight: 700 !important;
}
.title-bold {
  font-family: 'Kameron', serif;
  font-weight: 700 !important;
}
.regular {
  font-family: 'Taviraj', serif;
  font-weight: 400 !important;
}
.bold {
  font-family: 'Taviraj', serif;
  font-weight: 700 !important;
}
h1 {
  font-size: 63px;
}
h2 {
  font-size: 49px;
}
h3 {
  font-size: 38px;
}
.f-h1 {
  font-size: 63px;
}
.f-h2 {
  font-size: 49px;
}
.f-h3 {
  font-size: 38px;
}
.f0 {
  font-size: 0px;
}
.f8 {
  font-size: 8px;
}
.f10 {
  font-size: 10px;
}
.f11 {
  font-size: 11px;
}
.f12 {
  font-size: 12px;
}
.f13 {
  font-size: 13px;
}
.f14 {
  font-size: 14px;
}
.f15 {
  font-size: 15px;
}
.f16 {
  font-size: 16px;
}
.f17 {
  font-size: 17px;
}
.f18 {
  font-size: 18px;
}
.f20 {
  font-size: 20px;
}
.f25 {
  font-size: 25px;
}
.f26 {
  font-size: 26px;
}
.f36 {
  font-size: 36px;
}
.f38 {
  font-size: 38px;
}
.f49 {
  font-size: 49px;
}
.f87 {
  font-size: 87px;
}
html,
body {
  min-height: 100%;
}
/**
 * pagination.less
 */
.pagination {
  display: block;
  text-align: center;
}
.pagination li {
  display: inline-block;
}
.pagination li a,
.pagination li span {
  display: block;
  padding: 6px 12px;
  line-height: 1.42857143;
  margin-right: 3px;
  font-size: 14px;
  color: #808080;
  text-decoration: none;
  background: #FFF;
}
.pagination li:hover a,
.pagination li.active a,
.pagination li:hover span,
.pagination li.active span {
  color: #fff;
  background: #b3b3b3;
}
.pagination li.disabled span {
  color: #FFF;
  background: #cccccc;
}
/**
 * icons.less
 */
.icon-arrow-down-home {
  position: absolute;
  bottom: 56px;
  left: 50%;
  padding: 10px;
  transform: translateX(-50%);
  cursor: pointer;
  z-index: 2;
  animation-name: arrow-down;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-out;
}
.icon-clock {
  vertical-align: bottom;
}
.icon-close {
  width: 15px;
  height: 15px;
  background: url(../img/sprite.png) no-repeat 0 -68px;
}
.icon-trigger-nav {
  width: 17px;
  height: 15px;
  background: url(../img/sprite.png) no-repeat 0 -93px;
}
.icon-check {
  width: 122px;
  height: 122px;
  background: url(../img/sprite.png) no-repeat 0 -118px;
}
.icon-search {
  width: 20px;
  height: 20px;
  background: url(../img/sprite.png) no-repeat 0 -250px;
}
.icon-search-big {
  width: 34px;
  height: 34px;
  background: url(../img/sprite.png) no-repeat 0 -280px;
}
@keyframes arrow-down {
  0% {
    transform: translate(-50%, 0);
  }
  50% {
    transform: translate(-50%, 10px);
  }
  100% {
    transform: translate(-50%, 0);
  }
}
/**
 * buttons.less
 */
.btn {
  padding: 0 60px;
  margin: 0;
  position: relative;
  font-size: 17px;
  line-height: 61px;
  border: 2px solid transparent;
  color: #261e1e;
  text-align: center;
  overflow: hidden;
  font-family: 'Taviraj', serif;
  font-weight: 700 !important;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn:hover,
.btn.active {
  height: 65px;
}
.btn.btn-green {
  color: #ffffff;
  background-color: #22c35e;
}
.btn.btn-green:hover,
.btn.btn-green.active {
  background-color: #21BB5A;
}
.btn.btn-black {
  color: #ffffff;
  background-color: #261e1e;
}
.btn.btn-black:hover,
.btn.btn-black.active {
  background: #382E2E;
}
.btn.btn-black .spinner-loader .path {
  stroke: white !important;
}
.btn.btn-outline {
  color: #261e1e;
  border-color: #261e1e;
}
.btn.btn-outline:hover,
.btn.btn-outline.active {
  color: #ffffff;
  background-color: #261e1e;
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: 'FontAwesome';
  src: url('../webfonts/awesome/fontawesome-webfont.eot?v=4.7.0');
  src: url('../webfonts/awesome/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../webfonts/awesome/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../webfonts/awesome/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../webfonts/awesome/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../webfonts/awesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: 0.1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
/**
 * breadcrumb.less
 */
.breadcrumb {
  margin: 70px 0 50px 0;
  padding: 0 15px;
  font-size: 12px;
  text-align: center;
  letter-spacing: 3px;
  font-family: 'Taviraj', serif;
  font-weight: 700 !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.breadcrumb li {
  display: inline-block;
  line-height: 18px;
  color: #999999;
}
.breadcrumb li a,
.breadcrumb li.divisor-crumb {
  color: #381A06;
}
/**
 * forms.less
 */
input,
select,
textarea {
  border: 0;
  outline: none;
  font-family: 'Montserrat', sans-serif;
}
button {
  outline: none;
  border: 0;
  cursor: pointer;
}
.input-error {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.form-horizontal {
  position: relative;
}
.form-horizontal#form-search-posts {
  max-width: 580px;
  margin: 0 auto;
}
.form-horizontal#form-search-posts .form-group {
  padding: 0;
}
.form-horizontal#form-search-posts .form-group .input {
  padding: 0 85px 10px 35px;
  font-size: 45px;
  letter-spacing: 4px;
  color: #EBE8E3;
  background: none;
  border-radius: 0;
  border: none;
  border-bottom: 2px solid rgba(235, 232, 227, 0.7);
  font-family: 'Taviraj', serif;
  font-weight: 700 !important;
}
.form-horizontal#form-search-posts .form-group .input:focus {
  border-bottom: 2px solid #ebe8e3;
}
.form-horizontal#form-search-posts .form-group .btn-submit {
  height: 100%;
  padding: 0;
  position: absolute;
  top: 0;
  right: 35px;
  background: none;
}
.form-horizontal#form-search-posts .form-group .btn-submit:hover {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
}
.form-horizontal#form-contact .form-group + .form-group {
  margin-top: 37px;
}
.form-horizontal#form-contact input,
.form-horizontal#form-contact textarea {
  border: solid 2px transparent;
  padding: 16px 32px 17px;
}
.form-horizontal#form-contact input:focus,
.form-horizontal#form-contact textarea:focus {
  border-color: #261e1e;
}
.form-horizontal#form-search-post {
  width: 100%;
}
.form-horizontal#form-search-post .input {
  padding: 15px 50px 15px 25px;
  border: 1px solid rgba(150, 150, 150, 0.5);
}
.form-horizontal#form-search-post .input:focus {
  border: 1px solid #969696;
}
.form-horizontal#form-search-post .btn-submit {
  height: 100%;
  padding: 0 20px 0 7px;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.form-horizontal#form-search-post .btn-submit:hover {
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  -webkit-opacity: 0.6;
  opacity: 0.6;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
  filter: alpha(opacity=60);
}
.form-horizontal#form-newsletter .form-group .input {
  border: 1px solid transparent;
  background: #f7f2ec;
}
.form-horizontal#form-newsletter .form-group .input:focus {
  background: #ffffff;
}
.form-horizontal#form-newsletter .form-group .btn {
  max-width: 300px;
  min-width: 222px;
}
.form-horizontal#form-search-vehicle {
  width: 100%;
  max-width: 440px;
}
.form-horizontal#form-search-vehicle input {
  padding-right: 65px;
  background-color: #ffffff;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.04);
}
.form-horizontal#form-search-vehicle input:focus {
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.14);
}
.form-horizontal#form-search-vehicle .btn-submit {
  height: 100%;
  padding: 0 29px 0 7px;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  overflow: visible;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.form-horizontal#form-search-vehicle .btn-submit:before {
  content: '';
  display: block;
  position: absolute;
  background-color: #ffffff;
  top: 50%;
  transform: translate(-15px, -26px);
  transition: background .3s;
  width: 48px;
  height: 48px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.form-horizontal#form-search-vehicle .btn-submit img {
  position: relative;
  z-index: 1;
}
.form-horizontal#form-search-vehicle .btn-submit:hover:before {
  background-color: #f7f2ec;
}
.form-horizontal#form-search-vehicle .btn-clear {
  position: absolute;
  top: 17px;
  right: 72px;
  padding: 8px 25px 9px 25px;
  background: #f7f2ec;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.form-horizontal#form-search-vehicle .btn-clear:hover {
  background-color: #EEE4D8;
}
.form-horizontal .form-group {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.form-horizontal .form-group.w-33 {
  width: 33.3333333%;
}
.form-horizontal .form-group.w-50 {
  width: 50%;
}
.form-horizontal .form-group.w-100 {
  width: 100%;
}
.form-horizontal .form-group.group-error .input,
.form-horizontal .form-group.group-error .textarea {
  background: #F7ECEC !important;
}
.form-horizontal .form-group .error-block {
  display: none;
  font-size: 12px;
  line-height: 0;
  color: #ff0000 !important;
  letter-spacing: .5px;
  transform: translateY(12px);
}
.form-horizontal .form-group .btn-submit {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.form-horizontal .input,
.form-horizontal .textarea {
  width: 100%;
  padding: 17px 32px 18px;
  font-size: 16px;
  resize: none;
  color: #261e1e;
  background: #f7f2ec;
  border: 1px solid transparent;
  letter-spacing: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.form-horizontal .input:-moz-placeholder,
.form-horizontal .textarea:-moz-placeholder {
  color: rgba(38, 30, 30, 0.25);
}
.form-horizontal .input:-ms-input-placeholder,
.form-horizontal .textarea:-ms-input-placeholder {
  color: rgba(38, 30, 30, 0.25);
}
.form-horizontal .input::-webkit-input-placeholder,
.form-horizontal .textarea::-webkit-input-placeholder {
  color: rgba(38, 30, 30, 0.25);
}
.spinner {
  width: 30px;
  height: 30px;
  margin: -15px 0 0 -15px;
  position: absolute;
  top: 50%;
  left: 50%;
}
/**
 * box.less
 *
 * @author Caio Alexandre
 */
.list-cars {
  display: flex;
  flex-wrap: wrap;
  margin-left: -16px;
  margin-right: -16px;
  margin-bottom: -16px;
}
.box {
  display: flex;
  padding: 16px;
  width: 33.33%;
  box-sizing: border-box;
}
.box:hover .hover-arrow {
  width: 55px;
  border-color: #261e1e;
  margin-top: 30px;
}
.box:hover .hover-arrow:before,
.box:hover .hover-arrow:after {
  width: 8px;
  border-color: #261e1e;
}
.box:hover .hover-arrow:before {
  transform: rotate(45deg);
}
.box:hover .hover-arrow:after {
  transform: rotate(-45deg);
}
.box:hover .infos {
  margin-top: -30px;
}
.box a {
  display: block;
  width: 100%;
  text-decoration: none;
}
.box img {
  position: absolute;
  left: 0;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.box .holder-image {
  width: 100%;
  padding-bottom: 100%;
  font-size: 0;
  position: relative;
}
.box .infos {
  background-color: #fff;
  padding: 27px 33px;
  width: 100%;
  box-sizing: border-box;
  text-align: left;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.04);
  position: relative;
  z-index: 1;
  transition: margin .5s;
}
.box .car-name {
  font-family: 'Taviraj', serif;
  font-weight: 700 !important;
  font-size: 16px;
  color: #261e1e;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.box .car-price {
  letter-spacing: 1px;
  margin-top: 7px;
  color: #a72c38;
  font-family: 'Taviraj', serif;
  font-weight: 700 !important;
  font-size: 20px;
}
.hover-arrow {
  width: 0;
  border: solid 1px transparent;
  position: relative;
  transition: width .5s, border .5s, margin .5s;
}
.hover-arrow:after,
.hover-arrow:before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  border: solid 1px transparent;
  right: 0;
  bottom: -1px;
  transform: rotate(0);
  transition: transform .65s, border .5s, width .5s;
}
.hover-arrow:before {
  transform-origin: bottom right;
}
.hover-arrow:after {
  transform-origin: top right;
}
/**
 * global.less
 *
 * Arquivo responsável por definir as configurações padrões
 * como background, cores, elementos fixos e tipografia padrão
 *
 * @company BUBB
 *
 */
html,
body {
  min-height: 100%;
}
body,
input,
button,
textarea,
select {
  font-family: 'Taviraj', serif;
  position: relative;
  overflow-x: hidden;
  background: #f7f2ec;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-text-shadow: 0 0 1px rgba(0, 0, 0, 0.01);
  -ms-text-shadow: 0 0 1px rgba(0, 0, 0, 0.01);
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.01);
  -webkit-text-stroke: 1px transparent;
  -moz-text-stroke: 1px transparent;
  -ms-text-stroke: 1px transparent;
  text-stroke: 1px transparent;
}
button {
  background: #FFF;
}
i {
  display: block;
}
.fa-phone {
  margin-right: 7px;
}
.whatsapp-float {
  display: block;
  position: fixed;
  padding-top: 21px;
  top: 49%;
  right: 24px;
  background: #22c35e;
  color: white;
  text-align: center;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  z-index: 5;
  width: 87px;
  height: 87px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.whatsapp-float:hover {
  padding-top: 24px;
  right: 21px;
  margin-top: -3px;
  width: 93px;
  height: 93px;
}
.whatsapp-float img {
  width: 27px;
  height: 27px;
}
a {
  text-decoration: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
hr {
  max-width: 550px;
  -moz-opacity: 0.2;
  -khtml-opacity: 0.2;
  -webkit-opacity: 0.2;
  opacity: 0.2;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);
  filter: alpha(opacity=20);
}
.spinner-loader {
  animation: rotate 2s linear infinite;
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -18px 0 0 -18px;
  width: 36px;
  height: 36px;
}
.spinner-loader .path {
  stroke: #261e1e;
  stroke-linecap: round;
  animation: dash 1.5s ease-in-out infinite;
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
.link-abs {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  background: url(../img/hack.png);
  text-indent: -9999px;
}
.img-abs {
  display: block;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.body-wrapper {
  overflow: hidden;
}
.container-pjax.loading {
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  -webkit-opacity: 0.4;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
  filter: alpha(opacity=40);
  cursor: default;
  pointer-events: none;
}
::-moz-selection {
  background: #efb34b;
  color: #ffffff;
}
::selection {
  background: #efb34b;
  color: #ffffff;
}
.container {
  width: 100%;
  padding: 0 25px;
  max-width: 1150px;
  position: relative;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.container.container-small {
  max-width: 730px;
}
.btn-close {
  position: absolute;
  padding: 12px;
  width: 40px;
  height: 40px;
  top: 32px;
  right: 32px;
  border: 2px solid #261e1e;
  border-radius: 3px;
  box-sizing: border-box;
  font-size: 0;
}
.btn-close img {
  margin-right: 1px;
  margin-bottom: 1px;
}
.btn-close:hover {
  background-color: #261e1e;
}
.modal:not(#modal-video-about) .btn-close:hover img {
  opacity: 0;
}
.modal:not(#modal-video-about) .btn-close:hover:before {
  content: '';
  display: inline-block;
  margin-right: 1px;
  background-image: url('../img/icons/close-x-white.svg');
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 11px;
  height: 11px;
}
.whatsapp-button {
  display: none;
}
.link-back-to-top {
  display: block;
  position: fixed;
  font-size: 44px;
  text-align: center;
  line-height: 52px;
  background: #302626;
  right: 15px;
  bottom: 150px;
  color: #FFF;
  visibility: hidden;
  z-index: 10;
  width: 54px;
  height: 54px;
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.link-back-to-top:hover {
  opacity: 1 !important;
}
.link-back-to-top.active {
  visibility: visible;
}
.link-back-to-top .fa {
  font-weight: 700;
}
body.active-nav {
  overflow: hidden;
}
body.active-nav nav {
  transform: translate3d(0, 0, 0);
}
body.active-nav nav .st-pusher-nav {
  visibility: visible;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
header {
  width: 100%;
  position: absolute;
  top: 50px;
  left: 0;
  z-index: 99;
}
header .whatsapp-button {
  height: 40px;
  line-height: 37px;
  margin-top: 15px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
header .nav-trigger {
  display: none;
  position: absolute;
  top: 3px;
  right: 34px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  text-align: center;
}
header nav {
  position: relative;
}
header nav .inner-nav {
  display: flex;
  justify-content: space-between;
}
header nav .menu {
  padding-left: 40px;
  font-size: 0;
  margin-right: -21px;
}
header nav .menu .item-menu {
  display: inline-block;
  vertical-align: middle;
}
header nav .menu .item-menu .link-menu {
  display: block;
  padding: 15px 21px;
  font-size: 17px;
  color: #f7f2ec;
  letter-spacing: 1px;
  font-family: 'Taviraj', serif;
  font-weight: 700 !important;
}
header nav .menu .item-menu .link-menu:after {
  content: '';
  display: block;
  margin-top: 12px;
  border-bottom: solid 1px transparent;
}
header nav .menu .item-menu .link-menu:hover:after {
  border-color: #f7f2ec;
}
header nav .menu .item-menu .link-menu.link-logo {
  padding: 0 50px;
}
header nav .menu .item-menu .link-menu.first {
  padding: 15px 20px 15px 20px;
}
header nav .menu .item-menu .link-menu.last {
  padding: 15px 0 15px 15px;
}
header nav .st-pusher-nav {
  width: 4000px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 100%;
  background: rgba(38, 30, 30, 0.9);
  overflow: hidden;
  visibility: hidden;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
header .logo-mobile {
  display: none;
}
header .holder-contact-mobile {
  display: none;
  margin: 27px 6px 0;
  padding-top: 34px;
  border-top: 1px solid #e8dac9;
}
header .holder-contact-mobile img {
  vertical-align: middle;
}
header .holder-contact-mobile .nav-trigger {
  top: 32px;
  right: 32px;
  border-radius: 3px;
}
header .holder-contact-mobile .light-text {
  color: #261e1e;
}
header .holder-contact-mobile .f20 {
  font-size: 18px;
  line-height: 47px;
}
header .holder-contact-mobile .holder-button {
  margin-top: 15px;
  padding: 0 3px;
}
header .holder-contact-mobile .btn {
  padding: 0;
  display: block;
}
footer .dark-bg {
  background-color: #261e1e;
  padding-top: 82px;
  padding-bottom: 130px;
}
footer .dark-bg .container {
  display: flex;
  justify-content: space-between;
}
footer section {
  display: inline-block;
  vertical-align: top;
}
footer .f16 {
  line-height: 1.45;
}
footer p + p {
  margin-top: 23px;
}
footer .link-phone {
  display: block;
}
footer .link-phone + .link-phone {
  margin-top: 19px;
}
footer .link-phone:hover {
  text-decoration: underline;
}
footer .link-phone img {
  vertical-align: top;
}
footer .title-bold {
  margin-bottom: 30px;
}
footer .-address,
footer .-contact {
  margin-right: 92px;
}
footer .instagram {
  display: block;
  margin-top: 1px;
  padding: 13px 23px;
  font-size: 20px;
  border: solid 2px #f7f2ec;
  border-radius: 2px;
}
footer .instagram:hover {
  background-color: #f7f2ec;
  color: #261e1e;
}
footer .footer-message {
  padding-top: 30px;
  padding-bottom: 28px;
}
footer .footer-message p {
  font-family: 'Taviraj', serif;
  font-weight: 400 !important;
  font-size: 12px;
  line-height: 1.47;
}
footer .footer-message p + p {
  margin-top: 20px;
}
footer .fa-heart {
  font-size: 8px;
}
footer .yampi {
  display: inline-block;
  margin-top: 26px;
}
footer .yampi span,
footer .yampi img {
  display: inline-block;
  vertical-align: middle;
}
.holder-newsletter {
  background-color: #e8dac9;
  padding: 58px 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 107px;
  margin-bottom: 80px;
}
.holder-newsletter .newsletter-text {
  text-align: left;
  font-size: 36px;
  letter-spacing: -1px;
  line-height: 38px;
  font-family: 'Kameron', serif;
  font-weight: 700 !important;
}
.holder-newsletter form {
  font-size: 0;
}
.holder-newsletter .form-group {
  padding: 0;
  width: 219px;
}
.holder-newsletter .form-group:first-child {
  width: 398px;
  margin-right: 16px;
}
.js-animate {
  transition: margin .8s, opacity .8s;
  opacity: 0;
}
.js-animate.-small-move {
  margin-top: 15px;
  margin-bottom: -15px;
}
.js-animate:not(.-small-move) {
  margin-top: 50px;
  margin-bottom: -50px;
}
.js-animate:not(.-small-move):nth-child(n) {
  transition-delay: 0s;
}
.js-animate:not(.-small-move):nth-child(2n) {
  transition-delay: .3s;
}
.js-animate:not(.-small-move):nth-child(3n) {
  transition-delay: .6s;
}
.js-animate.is-visible {
  opacity: 1;
  margin-top: 0;
  margin-bottom: 0;
}
.overlay {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.9);
  z-index: 100;
  text-align: center;
}
.overlay .holder-overlay {
  width: 100%;
  height: 200px;
  position: absolute;
  top: 50%;
  margin-top: -110px;
}
.modal {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.modal#modal-video-about {
  background-color: #000;
  transform: translate3d(0, 100vh, 0);
  transition: transform 0.6s ease-in, visibility 0s;
  display: block !important;
  visibility: hidden;
  transition-delay: 0s, .6s;
}
.modal#modal-video-about.is-active {
  transform: translate3d(0, 0, 0);
  visibility: visible;
  transition-delay: 0s;
}
.modal#modal-video-about .container {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal#modal-video-about iframe {
  width: 100%;
  height: 59vw;
  max-width: 898px;
  max-height: 570px;
}
.modal#modal-video-about .btn-close {
  border-color: #f7f2ec;
}
.modal#modal-video-about .btn-close:hover {
  background-color: rgba(247, 232, 236, 0.5);
}
.modal#modal-newsletter-success .holder-modal .align-content .modal-content,
.modal#modal-contact-success .holder-modal .align-content .modal-content {
  padding: 80px 98px 73px;
  max-width: 480px;
}
.modal#modal-newsletter-success#modal-newsletter-success p.regular,
.modal#modal-contact-success#modal-newsletter-success p.regular {
  display: inline-block;
  max-width: 249px;
  line-height: 1.45;
}
.modal#modal-newsletter-success .btn,
.modal#modal-contact-success .btn {
  width: 219px;
}
.modal#modal-newsletter .holder-modal .align-content .modal-content {
  max-width: 660px;
  padding: 70px;
}
.modal .holder-modal {
  display: table;
  width: 100%;
  height: 100%;
}
.modal .holder-modal .align-content {
  padding: 10px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.modal .holder-modal .align-content .modal-content {
  display: inline-block;
  width: 100%;
  max-width: 1000px;
  padding: 100px;
  position: relative;
  background: #FFF;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}
/**
 * home.less
 */
.holder-banner {
  position: relative;
  overflow: hidden;
  height: 100vh;
  max-height: 700px;
  min-height: 600px;
}
.holder-banner:before,
.holder-banner:after {
  content: '';
  display: block;
  z-index: 2;
}
.holder-banner:before {
  height: 100%;
  background: #261e1e;
  position: relative;
  opacity: .92;
}
.holder-banner:after {
  position: absolute;
  top: 0;
  bottom: 28.5%;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  mix-blend-mode: normal;
  opacity: 0.3;
}
.holder-banner .banner-home {
  position: absolute;
  top: 0;
  left: 0;
  animation-name: bigZoom;
  -webkit-animation-duration: 120s;
  animation-duration: 120s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  /* Safari 4.0 - 8.0 */
  animation-timing-function: linear;
}
.holder-banner .banner-home .owl-item {
  height: 840px;
}
.holder-banner .main-title-holder {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 3;
  transform: translateY(-50%);
  width: 100vw;
  max-width: 100vw;
}
.holder-banner h1 {
  line-height: 85px;
  margin-bottom: 60px;
}
.home .list-cars {
  margin-top: 40px;
}
.holder-last-cars .title {
  margin-top: 85px;
}
.holder-testimonials {
  padding: 80px 0 60px 0;
  background: #535050;
}
.holder-testimonials .owl-testimonials .item {
  padding-top: 15px;
}
.holder-testimonials .owl-testimonials .item .testimonial {
  max-width: 500px;
  margin: 0 auto;
  line-height: 22px;
}
.holder-testimonials .owl-testimonials .item .testimonial .text {
  z-index: 1;
  position: relative;
}
.holder-testimonials .owl-testimonials .item .testimonial .marks {
  position: absolute;
  font-size: 120px;
  color: #666666;
  z-index: 0;
}
.holder-testimonials .owl-testimonials .item .testimonial .marks.left {
  top: 15px;
  left: -30px;
}
.holder-testimonials .owl-testimonials .item .testimonial .marks.right {
  right: -40px;
  bottom: -20px;
}
.holder-testimonials .owl-testimonials .item .img-testimonial {
  display: inline-block;
  border: 2px solid #efb34b;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.holder-testimonials .owl-testimonials .owl-nav {
  width: 100%;
  margin-top: 0;
}
.holder-testimonials .owl-testimonials .owl-nav .owl-prev,
.holder-testimonials .owl-testimonials .owl-nav .owl-next {
  margin: 0;
  position: absolute;
  top: 70px;
  font-size: 25px;
  background: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.holder-testimonials .owl-testimonials .owl-nav .owl-prev:hover,
.holder-testimonials .owl-testimonials .owl-nav .owl-next:hover {
  background: none;
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity=70);
}
.holder-testimonials .owl-testimonials .owl-nav .owl-prev {
  left: 100px;
}
.holder-testimonials .owl-testimonials .owl-nav .owl-next {
  right: 100px;
}
.holder-blog-home {
  margin-top: 50px;
}
.rotate-bg {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-size: cover;
  transform: scale(1);
  animation-name: changehome;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-delay: 1s;
  background-image: url('/assets/img/bg/bg-banner-home.jpg');
  transition: background .5s;
}
@keyframes changehome {
  0% {
    background-image: url('/assets/img/bg/bg-banner-home.jpg');
  }
  25% {
    background-image: url('/assets/img/bg/bg-banner-home-2.jpg');
  }
  50% {
    transform: scale(1.2);
    background-image: url('/assets/img/bg/bg-banner-home-3.jpg');
  }
  100% {
    transform: scale(1);
    background-image: url('/assets/img/bg/bg-banner-home-4.jpg');
  }
}
@keyframes bigZoom {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1);
  }
}
/**
 * vehicles.less
 */
.desc-car {
  font-size: 18px;
  display: inline-block;
  line-height: 1.79;
  color: #261e1e;
  max-width: 766px;
}
.car-detail {
  width: 100%;
  max-width: 900px;
  max-height: 610px;
  margin-top: -121px;
  position: relative;
  cursor: pointer;
  z-index: 1;
}
.thumbs {
  margin-left: -11px;
  margin-right: -11px;
  font-size: 0;
}
.thumbs .item {
  display: inline-block;
  position: relative;
  width: 10%;
  padding: 12px 11px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.thumbs .item:hover:after {
  opacity: 1;
}
.thumbs .item:hover:before {
  opacity: .6;
}
.thumbs .item:after,
.thumbs .item:before {
  content: '';
  display: block;
  opacity: 0;
  transition: opacity .3s;
}
.thumbs .item:before {
  position: relative;
  margin-bottom: -100%;
  padding-left: 100%;
  padding-bottom: 100%;
  background-color: #261e1e;
}
.thumbs .item:after {
  position: absolute;
  width: 26px;
  height: 26px;
  background-image: url('../img/icons/zoom.svg');
  background-repeat: no-repeat;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.thumbs .item .thumb-detail {
  width: 100%;
}
.photo-thumb {
  width: 100%;
  overflow: hidden;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
body.vehicle .tag {
  display: inline-block !important;
  position: relative;
  margin-bottom: 30px;
  top: 0;
  left: 0;
}
body.vehicle footer {
  padding-bottom: 97px;
}
body.vehicle .whatsapp-float {
  display: none;
}
.tag {
  display: inline-block;
  margin-top: 4px;
  margin-left: -6px;
  padding: 3px 6px 1px;
  color: #261e1e;
  border-radius: 1px;
  letter-spacing: 1px;
  background-color: #efb34b;
  font-family: 'Taviraj', serif;
  font-weight: 700 !important;
  font-size: 20px;
}
.fancybox-button.fancybox-button--fullscreen,
.fancybox-button.fancybox-button--play {
  display: none !important;
}
.fancybox-navigation .fancybox-button svg {
  display: none;
}
.fancybox-navigation .fancybox-button:before {
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
  background-image: url('../img/icons/fancybox-next-prev.svg');
  background-repeat: no-repeat;
  background-size: 19px 30px;
  background-position: 25px center;
}
.fancybox-navigation .fancybox-button.fancybox-button--arrow_left:before {
  transform: rotate(180deg);
}
.vehicles #form-search-vehicle {
  transform: translateY(-50%);
}
.vehicles .updated-time {
  margin-top: 44px;
}
.fixed-price-bar {
  position: fixed;
  bottom: 0;
  z-index: 3;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  padding: 16px 0;
  box-shadow: 0px -24px 32px rgba(0, 0, 0, 0.04);
}
.fixed-price-bar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.fixed-price-bar .holder-price {
  max-width: 49%;
}
.fixed-price-bar .car-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.fixed-price-bar .car-price {
  line-height: 1.35;
}
.fixed-price-bar img {
  vertical-align: sub;
}
.fixed-price-bar .tag {
  font-size: 26px;
  line-height: .98;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.fixed-price-bar .text.-mobile {
  display: none;
}
.holder-videos iframe {
  width: 100%;
  max-width: 898px;
  height: 60vw;
  max-height: 570px;
}
.holder-videos + .thumbs {
  margin-top: 70px;
}
.btn-change-car {
  position: fixed;
  display: block;
  width: 87px;
  height: 87px;
  border-radius: 50%;
  background-color: #ffffff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  z-index: 5;
  top: 30%;
  text-align: center;
}
.btn-change-car:hover .-thumb,
.btn-change-car:hover .-car-name {
  opacity: 1;
  display: block;
}
.btn-change-car:hover .-text,
.btn-change-car:hover .-icon {
  display: none;
}
.btn-change-car.-previous {
  left: 24px;
}
.btn-change-car.-previous .-icon {
  transform: rotate(180deg) translateX(3px);
}
.btn-change-car.-next {
  right: 24px;
}
.btn-change-car .text {
  display: block;
  line-height: 1.46;
}
.btn-change-car .-icon {
  display: inline-block;
  margin-top: 18px;
}
.btn-change-car .-thumb,
.btn-change-car .-car-name {
  opacity: 0;
  top: 0;
  transition: opacity .3s;
}
.btn-change-car .-thumb {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
}
.btn-change-car .-car-name {
  padding-top: 97px;
  display: none;
  text-shadow: -1px 1px 0 #f7f2ec, -2px 1px 0 #f7f2ec, -1px 2px 0 #f7f2ec, -2px 2px 0 #f7f2ec, -1px -1px 0 #f7f2ec, -2px -1px 0 #f7f2ec, -1px -2px 0 #f7f2ec, -2px 0 0 #f7f2ec, 1px -1px 0 #f7f2ec, 2px -1px 0 #f7f2ec, 0px -2px 0 #f7f2ec, 2px -2px 0 #f7f2ec, 1px 1px 0 #f7f2ec, 2px 1px 0 #f7f2ec, 1px 2px 0 #f7f2ec, 2px 2px 0 #f7f2ec;
}
.video-brunelli {
  position: relative;
  margin-top: -98px;
  cursor: pointer;
  display: inline-block;
}
.video-brunelli:hover:before {
  background-color: rgba(255, 255, 255, 0.5);
  transform: translate(-50%, -50%) scale(1.1);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.14);
}
.video-brunelli:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.3);
  background-image: url('../img/icons/play.svg');
  background-repeat: no-repeat;
  background-position: 43px center;
  transition: transform 0.3s, background 0.3s, box-shadow 0.3s;
  width: 104px;
  height: 104px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.video-brunelli img {
  width: 100%;
  max-width: 900px;
  height: auto;
}
.holder-history {
  font-size: 0;
}
.holder-history .history-text {
  padding-left: 50px;
  box-sizing: border-box;
}
.holder-history .history-text,
.holder-history .history-images {
  display: inline-block;
  position: relative;
  width: 50%;
  vertical-align: top;
}
.holder-history .holder-image {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  padding: 8px;
  border: solid 2px #261e1e;
  display: inline-block;
  background-color: #f7f2ec;
  transition: margin .8s,opacity .8s, padding 1s;
}
.holder-history .abs {
  position: absolute;
}
.holder-history .img-1,
.holder-history .img-2 img {
  width: 22vw;
  max-width: 237px;
  min-width: 136px;
  height: auto;
}
.holder-history .img-1 {
  top: 29px;
  left: 14%;
}
.holder-history .img-2 {
  top: 146px;
  left: 44.72%;
}
.holder-history p {
  max-width: 500px;
  line-height: 1.786;
}
.holder-history p + p {
  margin-top: 32px;
}
/**
 * contact.less
 */
.holder-form {
  margin: -119px auto 0;
  padding: 70px;
  width: 100%;
  max-width: 661px;
  background-color: #ffffff;
  box-sizing: border-box;
  box-shadow: 0px 24px 32px rgba(0, 0, 0, 0.04);
}
.holder-form label {
  display: block;
  padding-bottom: 6px;
  line-height: 1;
  color: #261e1e;
  font-family: 'Taviraj', serif;
  font-weight: 700 !important;
  font-size: 16px;
}
.holder-form .ps {
  padding: 10px 25px 8px;
  background: #efb34b;
  border-radius: 70px;
}
.holder-form .input-check.is-verified:not(.group-error):after {
  content: '';
  display: block;
  width: 17px;
  height: 13px;
  background-image: url('../img/icons/input-check.svg');
  position: absolute;
  right: 26px;
  bottom: 26px;
}
.holder-form .input-check.is-verified:not(.group-error) input {
  padding-right: 50px;
}
.holder-address {
  margin-top: 90px;
}
.holder-address h2 {
  margin-bottom: 70px;
}
.holder-address .address p {
  line-height: 25px;
}
.contact-send {
  min-width: 301px;
}
/**
 * 404.less
 */
.not-found {
  min-height: 100vh;
}
.not-found .dark-bg {
  background-color: #261e1e;
  height: 645px;
}
.not-found h1 {
  line-height: .95;
}
.not-found .btn-outline {
  color: #f7f2ec;
  border-color: #f7f2ec;
}
.not-found .btn-outline:hover {
  color: #261e1e;
  background-color: #e8dac9;
  border-color: #e8dac9;
}
.not-found .holder-animation {
  margin-top: -139px;
  margin-bottom: 100px;
}
.not-found .holder-animation img {
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.not-found .holder-animation .car {
  position: relative;
  animation-name: rotate-car;
  animation-duration: .5s;
  animation-direction: alternate;
  z-index: 1;
}
.not-found .holder-animation .cactus {
  bottom: 148px;
  animation-duration: 4s;
}
.not-found .holder-animation .cactus.cactus-2 {
  animation-delay: 2s;
}
.not-found .holder-animation .cloud {
  animation-duration: 40s;
}
.not-found .holder-animation .cloud.cloud-1 {
  bottom: 270px;
}
.not-found .holder-animation .cloud.cloud-2 {
  bottom: 240px;
  animation-delay: 8s;
}
.not-found .holder-animation .cloud.cloud-3 {
  bottom: 260px;
  animation-delay: 20s;
}
.not-found .holder-animation .cloud,
.not-found .holder-animation .cactus {
  position: absolute;
  left: -120px;
  animation-name: move;
}
@keyframes move {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(137vw, 0, 0);
  }
}
@keyframes rotate-car {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1deg);
  }
}
/**
 * standard-pages.less
 */
.standard-pages {
  position: relative;
  background: #261e1e;
  height: 500px;
  display: flex;
  align-items: center;
}
.standard-pages .header {
  width: 100%;
  max-width: 845px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  color: white;
  line-height: .95;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.standard-pages .header .title {
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  font-family: 'Taviraj', serif;
  font-weight: 700 !important;
}
.standard-pages .header .desc {
  line-height: 20px;
}
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}
/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*='owl-'] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 15px;
}
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
  width: 14px;
  height: 14px;
  margin: 5px 7px;
  background: #94867B;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #261e1e;
}
body.fancybox-active {
  overflow: hidden;
}
body.fancybox-iosfix {
  position: fixed;
  left: 0;
  right: 0;
}
.fancybox-is-hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden;
}
.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99992;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.fancybox-outer {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.fancybox-bg {
  background: #000;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption-wrap {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s, visibility 0s linear .25s;
  box-sizing: border-box;
}
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1;
  visibility: visible;
  transition: opacity .25s, visibility 0s;
}
.fancybox-infobar {
  font-family: 'Taviraj', serif;
  font-weight: 400 !important;
  top: 0;
  left: 0;
  font-size: 13px;
  padding: 0 10px;
  height: 44px;
  min-width: 44px;
  line-height: 44px;
  letter-spacing: 1px;
  color: #f7f2ec;
  text-align: center;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
  mix-blend-mode: exclusion;
}
.fancybox-toolbar {
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
}
.fancybox-stage {
  overflow: hidden;
  direction: ltr;
  z-index: 99994;
  -webkit-transform: translate3d(0, 0, 0);
}
.fancybox-is-closing .fancybox-stage {
  overflow: visible;
}
.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}
.fancybox-slide::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}
.fancybox-slide--image {
  overflow: visible;
}
.fancybox-slide--image::before {
  display: none;
}
.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
  background: #000;
}
.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
  background: #E5E3DF;
}
.fancybox-slide--next {
  z-index: 99995;
}
.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0 44px;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box;
}
.fancybox-slide > title,
.fancybox-slide > style,
.fancybox-slide > meta,
.fancybox-slide > link,
.fancybox-slide > script,
.fancybox-slide > base {
  display: none;
}
.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}
.fancybox-can-zoomOut .fancybox-image-wrap {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-image-wrap {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.fancybox-can-drag .fancybox-image-wrap {
  cursor: -webkit-grab;
  cursor: grab;
}
.fancybox-is-dragging .fancybox-image-wrap {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fancybox-spaceball {
  z-index: 1;
}
.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: calc(0%);
  max-height: calc(12%);
  overflow: visible;
  background: #fff;
}
.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}
.fancybox-error {
  margin: 0;
  padding: 40px;
  width: 100%;
  max-width: 380px;
  background: #fff;
  cursor: default;
}
.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font-size: 16px;
  line-height: 20px;
}
/* Buttons */
.fancybox-button {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 10px;
  border: 0;
  border-radius: 0;
  background: #262626;
  transition: color .3s ease;
  cursor: pointer;
  outline: none;
}
.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}
.fancybox-button:focus,
.fancybox-button:hover {
  color: #fff;
}
.fancybox-button[disabled] {
  color: #ccc;
  cursor: default;
  opacity: 0.6;
}
.fancybox-button svg {
  display: block;
  position: relative;
  overflow: visible;
  shape-rendering: geometricPrecision;
}
.fancybox-button svg path {
  fill: currentColor;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3;
}
.fancybox-button--share svg path {
  stroke-width: 1;
}
.fancybox-button--play svg path:nth-child(2) {
  display: none;
}
.fancybox-button--pause svg path:nth-child(1) {
  display: none;
}
.fancybox-button--zoom svg path {
  fill: transparent;
}
/* Navigation arrows */
.fancybox-navigation {
  display: none;
}
.fancybox-show-nav .fancybox-navigation {
  display: block;
}
.fancybox-navigation button {
  position: absolute;
  top: 50%;
  margin: 0 50px;
  z-index: 99997;
  background: transparent;
  width: 64px;
  height: 64px;
  padding: 0;
  transform: translateY(-50%);
}
.fancybox-navigation button {
  opacity: .8;
}
.fancybox-navigation button:hover:before {
  background-color: #382E2E;
}
.fancybox-navigation button:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 64px;
  height: 64px;
  background: #302626;
}
.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
}
.fancybox-navigation .fancybox-button--arrow_right {
  right: 0;
}
/* Close button on the top right corner of html content */
.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  z-index: 10;
  cursor: pointer;
}
.fancybox-close-small:after {
  content: '×';
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 20px/30px Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background-color: transparent;
  transition: background-color 0.25s;
  box-sizing: border-box;
  z-index: 2;
}
.fancybox-close-small:focus {
  outline: none;
}
.fancybox-close-small:focus:after {
  outline: 1px dotted #888;
}
.fancybox-close-small:hover:after {
  color: #555;
  background: #eee;
}
.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small {
  top: 0;
  right: -40px;
}
.fancybox-slide--image .fancybox-close-small:after,
.fancybox-slide--iframe .fancybox-close-small:after {
  font-size: 35px;
  color: #aaa;
}
.fancybox-slide--image .fancybox-close-small:hover:after,
.fancybox-slide--iframe .fancybox-close-small:hover:after {
  color: #fff;
  background: transparent;
}
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none;
}
/* Caption */
.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 2vw 0 2vw;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  pointer-events: none;
}
.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none;
}
.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
  pointer-events: all;
  position: relative;
  /* Fix IE11 */
}
.fancybox-caption a {
  color: #fff;
  text-decoration: underline;
}
/* Loading indicator */
.fancybox-slide > .fancybox-loading {
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: fancybox-rotate 0.8s infinite linear;
  animation: fancybox-rotate 0.8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  z-index: 99999;
}
@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  opacity: 0;
}
.fancybox-fx-slide.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  opacity: 0;
}
.fancybox-fx-slide.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}
/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
  opacity: 0;
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
  opacity: 0;
}
.fancybox-fx-rotate.fancybox-slide--next {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  opacity: 0;
}
.fancybox-fx-rotate.fancybox-slide--current {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1;
}
/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  opacity: 0;
}
.fancybox-fx-circular.fancybox-slide--next {
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  opacity: 0;
}
.fancybox-fx-circular.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1;
}
/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}
/* Share */
.fancybox-share {
  padding: 30px;
  border-radius: 3px;
  background: #f4f4f4;
  max-width: 90%;
}
.fancybox-share h1 {
  color: #222;
  margin: 0 0 20px 0;
  font-size: 33px;
  font-weight: 700;
  text-align: center;
}
.fancybox-share p {
  margin: 0;
  padding: 0;
  text-align: center;
}
.fancybox-share p:first-of-type {
  margin-right: -10px;
}
.fancybox-share_button {
  display: inline-block;
  text-decoration: none;
  margin: 0 10px 10px 0;
  padding: 10px 20px;
  border: 0;
  border-radius: 3px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16);
  background: #fff;
  white-space: nowrap;
  font-size: 16px;
  line-height: 23px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  min-width: 140px;
  color: #707070;
  transition: all .2s;
}
.fancybox-share_button:focus,
.fancybox-share_button:hover {
  text-decoration: none;
  color: #333;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
}
.fancybox-share_button svg {
  margin-right: 5px;
  width: 20px;
  height: 20px;
  vertical-align: text-bottom;
}
.fancybox-share input {
  box-sizing: border-box;
  width: 100%;
  margin: 5px 0 0 0;
  padding: 10px 15px;
  border: 1px solid #d7d7d7;
  border-radius: 3px;
  background: #ebebeb;
  color: #5d5b5b;
  font-size: 14px;
  outline: none;
}
/* Thumbs */
.fancybox-thumbs {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 212px;
  margin: 0;
  padding: 2px 2px 4px 2px;
  background: #fff;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  box-sizing: border-box;
  z-index: 99995;
}
.fancybox-thumbs-x {
  overflow-y: hidden;
  overflow-x: auto;
}
.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}
.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}
.fancybox-thumbs > ul {
  list-style: none;
  position: absolute;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 0;
  white-space: nowrap;
}
.fancybox-thumbs-x > ul {
  overflow: hidden;
}
.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px;
}
.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}
.fancybox-thumbs > ul > li {
  float: left;
  overflow: hidden;
  padding: 0;
  margin: 2px;
  width: 100px;
  height: 75px;
  max-width: calc(46%);
  max-height: calc(92%);
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
}
li.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1);
}
.fancybox-thumbs > ul > li > img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: none;
  max-height: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fancybox-thumbs > ul > li:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 4px solid #4ea7f9;
  z-index: 99991;
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
  opacity: 1;
}
/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs > ul > li {
    max-width: calc(90%);
  }
}
/**
 * responsive.less
 */
/* Retina support */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .icon-logo {
    background: url(../img/sprite@2x.png) no-repeat 0 0 !important;
    -webkit-background-size: 180px 320px !important;
    background-size: 180px 320px !important;
  }
  .icon-close {
    background: url(../img/sprite@2x.png) no-repeat 0 -68px !important;
    -webkit-background-size: 180px 320px !important;
    background-size: 180px 320px !important;
  }
  .icon-trigger-nav {
    background: url(../img/sprite@2x.png) no-repeat 0 -93px !important;
    -webkit-background-size: 180px 320px !important;
    background-size: 180px 320px !important;
  }
  .icon-check {
    background: url(../img/sprite@2x.png) no-repeat 0 -118px !important;
    -webkit-background-size: 180px 320px !important;
    background-size: 180px 320px !important;
  }
  .icon-search {
    background: url(../img/sprite@2x.png) no-repeat 0 -250px !important;
    -webkit-background-size: 180px 320px !important;
    background-size: 180px 320px !important;
  }
  .icon-search-big {
    background: url(../img/sprite@2x.png) no-repeat 0 -280px !important;
    -webkit-background-size: 180px 320px !important;
    background-size: 180px 320px !important;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 430px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 430px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 430px), only screen and (min-device-pixel-ratio: 2) and (max-width: 430px), only screen and (min-resolution: 192dpi) and (max-width: 430px), only screen and (min-resolution: 2dppx) and (max-width: 430px) {
  .logo {
    background-size: 150px auto !important;
  }
  .icon-check {
    background: url(../img/sprite@2x.png) no-repeat 0 -88px !important;
    -webkit-background-size: 180px 320px !important !important;
    background-size: 180px 320px !important !important;
    background-size: 135px auto !important;
  }
}
@media (max-width: 1075px) {
  .holder-newsletter .form-group:first-child {
    width: 300px;
  }
}
@media (max-width: 980px) {
  .holder-newsletter {
    flex-direction: column;
    align-items: flex-start;
  }
  .holder-newsletter form {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .holder-newsletter .form-group:first-child {
    flex: 2;
  }
  .holder-newsletter .newsletter-text {
    margin-bottom: 20px;
  }
  footer .dark-bg .container {
    flex-direction: column;
  }
  footer .holder-sections {
    display: flex;
    text-align: center;
    justify-content: space-around;
  }
  footer .holder-sections .-address a {
    color: #f7f2ec;
  }
  footer section {
    text-align: left;
    margin-right: 0 !important;
  }
  .footer-logo {
    text-align: center;
    margin-bottom: 70px;
  }
}
@media (max-width: 850px) {
  .thumbs .item {
    width: 14.2857%;
  }
}
@media (max-width: 800px) {
  .box {
    width: 50%;
  }
  .js-animate:not(.-small-move):nth-child(odd) {
    transition-delay: 0s !important;
  }
  .js-animate:not(.-small-move):nth-child(even) {
    transition-delay: .3s !important;
  }
  .holder-banner .main-title-holder h1.f87 {
    font-size: 70px;
    line-height: 1;
  }
}
@media (max-width: 700px) {
  .link-back-to-top {
    width: 38px;
    height: 38px;
    font-size: 27px;
    line-height: 37px;
    right: 16px;
    bottom: 122px;
  }
  .whatsapp-float {
    width: 70px !important;
    height: 70px !important;
    padding-top: 17px !important;
    right: 16px !important;
    bottom: 29px;
    top: auto;
  }
  .whatsapp-float img {
    width: 20px;
    height: 20px;
  }
  .whatsapp-float .f8 {
    font-size: 6px;
  }
  .btn {
    font-size: 14px;
    line-height: 51px;
    padding: 0 56px;
  }
  .btn.active,
  .btn:hover {
    height: 55px;
  }
  .btn.btn-outline:hover {
    color: #261e1e;
    background-color: transparent;
  }
  .form-horizontal .input,
  .form-horizontal .textarea {
    padding: 12px 24px 13px;
    font-size: 13px;
  }
  h1 {
    font-size: 29px;
    line-height: 1;
  }
  h2.f49 {
    font-size: 29px;
    line-height: 1.05;
  }
  .updated-time {
    font-size: 12px;
  }
  .updated-time img {
    width: 12px;
    height: 12px;
  }
  .updated-time.mt20 {
    margin-top: 13px;
  }
  .holder-last-cars.mt80 {
    margin-top: 45px;
  }
  .standard-pages {
    height: 307px;
    padding: 43px 16px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .holder-newsletter {
    padding: 40px 40px 49px;
    margin-top: 60px;
    margin-bottom: 50px;
  }
  .holder-newsletter .newsletter-text {
    margin-bottom: 33px;
    font-size: 27px;
    line-height: 1.05;
  }
  .holder-newsletter form {
    flex-direction: column;
  }
  .holder-newsletter form .form-group {
    width: 100% !important;
    margin: 0;
  }
  .holder-newsletter form .form-group + .form-group {
    margin-top: 24px;
  }
  .holder-newsletter form input,
  .holder-newsletter form button {
    width: 100%;
    padding: 0;
    min-width: 0 !important;
  }
  .icon-search {
    width: 16px;
    height: auto;
  }
  .form-horizontal .form-group .error-block {
    font-size: 10px;
    transform: translateY(10px);
  }
  .form-horizontal#form-contact .form-group + .form-group {
    margin-top: 26px;
  }
  .form-horizontal#form-contact .form-group.group-submit {
    margin-top: 21px;
  }
  .form-horizontal#form-contact input,
  .form-horizontal#form-contact textarea {
    padding: 11px 24px 12px;
  }
  .form-horizontal#form-search-vehicle .btn-clear,
  .form-horizontal#form-newsletter .btn-clear {
    top: 12px;
  }
  .form-horizontal#form-search-vehicle .btn,
  .form-horizontal#form-newsletter .btn {
    max-width: none !important;
  }
  .form-horizontal#form-search-vehicle input,
  .form-horizontal#form-newsletter input {
    font-size: 13px;
    padding-top: 15px;
    padding-bottom: 16px;
  }
  header {
    top: 36px;
  }
  header .nav-trigger {
    display: inline-block;
  }
  header .link-logo img {
    width: 131px;
  }
  header nav {
    width: 280px;
    height: 100%;
    padding: 32px;
    position: fixed;
    top: 0;
    right: 0;
    background: #f7f2ec;
    transform: translate3d(100%, 0, 0);
    z-index: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  header nav .inner-nav {
    display: block;
    height: 100%;
    overflow: auto;
  }
  header nav .item-logo {
    display: none;
  }
  header nav .menu {
    padding: 0;
    margin: 69px 0 0;
    display: block;
    text-align: center;
  }
  header nav .menu .item-menu {
    display: block;
  }
  header nav .menu .item-menu .link-menu {
    padding: 20px 0 !important;
    color: #261e1e;
  }
  header nav .menu .item-menu .link-menu:after {
    content: none;
  }
  header nav .holder-contact-mobile {
    display: block;
  }
  header .logo-mobile {
    display: block;
  }
  .footer-logo {
    margin-bottom: 37px;
  }
  .footer-logo img {
    width: 160px;
  }
  footer .dark-bg {
    padding-top: 62px;
    padding-bottom: 60px;
  }
  footer .title-bold {
    display: none;
  }
  footer .holder-sections {
    display: block;
  }
  footer section {
    display: block;
    text-align: center;
  }
  footer section .f16 {
    font-size: 13px;
  }
  footer section .f20 {
    font-size: 18px;
  }
  footer .-address {
    margin-bottom: 33px;
  }
  footer .-social {
    margin-top: 27px;
  }
  footer .link-phone + .link-phone {
    margin-top: 25px;
  }
  footer .instagram {
    display: inline-block;
  }
  footer .footer-message {
    padding-top: 25px;
    padding-bottom: 110px;
  }
  footer .footer-message p,
  footer .footer-message .f12 {
    font-size: 11px;
  }
  footer .yampi {
    margin-top: 19px;
  }
  footer .yampi img {
    width: 62px;
  }
  .home .icon-arrow-down-home {
    display: none;
  }
  .home .holder-banner {
    min-height: auto;
    height: 411px;
  }
  .home .holder-banner .banner-home .owl-item {
    height: 411px;
  }
  .home .holder-banner .main-title-holder h1.f87 {
    margin-top: 57px;
    margin-bottom: 25px;
    font-size: 37px;
    line-height: 1;
  }
  .home .holder-banner .main-title-holder p.f25 {
    display: inline-block;
    width: 249px;
    font-size: 16px;
    line-height: 1.486;
  }
  .home .list-cars {
    margin-top: 30px;
  }
  .box {
    padding: 8px;
  }
  .box .hover-arrow {
    display: none !important;
  }
  .box .infos {
    padding: 12px;
    margin-top: 0 !important;
  }
  .box .car-name {
    display: -webkit-box;
    height: 28px;
    font-size: 12px;
    line-height: 14px;
    white-space: initial;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .box .car-price {
    font-size: 16px;
    letter-spacing: normal;
  }
  .box .tag {
    font-size: 16px;
    padding: 4px 3px 1px 2px;
    margin-left: -3px;
    letter-spacing: normal;
  }
  .list-cars {
    margin-left: -8px;
    margin-right: -8px;
    margin-bottom: -8px;
  }
  .list-cars + .mt40 {
    margin-top: 32px;
  }
  .cars {
    margin-top: 20px;
  }
  .cars h2 {
    margin-top: 33px;
    margin-bottom: 17px;
  }
  .cars h2 + p {
    margin-bottom: 33px;
    font-size: 14px;
  }
  .about h2 {
    margin-top: 21px;
  }
  .video-brunelli {
    margin-top: 0;
    transform: translateY(-10%);
  }
  .video-brunelli:before {
    width: 67px;
    height: 67px;
    background-size: 16px 18px;
    background-position: 28px center;
  }
  .holder-history {
    margin-top: 34px;
  }
  .holder-history .history-text {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .holder-history .history-text p {
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    line-height: 1.49;
  }
  .holder-history .history-text p + p {
    margin-top: 22px;
  }
  .holder-history .history-images {
    margin-top: 10px;
    width: 100%;
    height: 235px;
  }
  .holder-history .img-1,
  .holder-history .img-2 {
    right: 46.4%;
    left: auto;
  }
  .holder-history .img-2 {
    transform: translateX(72.9%);
  }
  .holder-history img {
    border-radius: 8px;
  }
  .holder-history .holder-image {
    top: 86px;
    padding: 5px;
  }
  .vehicle .standard-pages {
    height: 287px;
  }
  .vehicle .standard-pages .f38 {
    font-size: 20px;
  }
  .vehicle .list-cars {
    margin-top: 30px;
  }
  .vehicle .btn-change-car {
    display: none !important;
  }
  .vehicle .whatsapp-float {
    display: none;
  }
  .vehicle footer {
    padding-bottom: 10px !important;
  }
  .car-detail {
    margin-top: 0;
    transform: translateY(-14%);
  }
  .desc-car {
    margin-top: 7px;
    padding: 0 25px;
    font-size: 14px;
    line-height: 1.49;
  }
  .holder-videos {
    margin-top: 0;
  }
  .holder-videos + .thumbs {
    margin-top: 40px;
  }
  .holder-videos .mt50 {
    margin-top: 40px;
  }
  .holder-videos iframe {
    height: 55vw;
  }
  .thumbs {
    margin-top: 35px;
    margin-bottom: 36px;
  }
  .thumbs:before {
    content: 'visualização ampliada (clique nas imagens)';
    display: block;
    margin: 0 auto 20px;
    width: 145px;
    padding-left: 30px;
    font-size: 12px;
    line-height: 1.22;
    letter-spacing: 1px;
    background-image: url('../img/icons/zoom-dark.svg');
    background-repeat: no-repeat;
    background-position: left;
    font-family: 'Taviraj', serif;
    font-weight: 400 !important;
  }
  .thumbs .item {
    width: 33.333%;
  }
  .thumbs .item:after,
  .thumbs .item:before {
    content: none;
  }
  .thumbs + h2 {
    font-size: 29px;
  }
  .fixed-price-bar .car-name {
    display: -webkit-box;
    padding-right: 16px;
    max-height: 28px;
    font-size: 12px;
    line-height: 14px;
    white-space: initial;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .fixed-price-bar .car-price {
    margin-top: 8px;
    padding-right: 13px;
    font-size: 16px;
    letter-spacing: normal;
  }
  .fixed-price-bar .holder-price {
    width: 45%;
  }
  .fixed-price-bar .holder-whatsapp-btn {
    width: 55%;
  }
  .fixed-price-bar .btn {
    padding: 0;
  }
  .fixed-price-bar .btn .-desktop {
    display: none;
  }
  .fixed-price-bar .btn .-mobile {
    display: inline-block;
  }
  .fixed-price-bar .tag {
    font-size: 16px;
    margin-top: 8px !important;
  }
  .btn-change-car {
    display: flex;
    width: 287px;
    border-radius: 100px;
    flex-direction: column;
    justify-content: center;
    transition: transform 1s, background 1s;
    top: 55%;
    background: rgba(255, 255, 255, 0.7);
  }
  .btn-change-car.is-active {
    background: #ffffff;
  }
  .btn-change-car.is-active.-next {
    transform: translate3d(0, 0, 0);
  }
  .btn-change-car.is-active.-next .-icon {
    transform: translateY(-50%) rotate(0);
  }
  .btn-change-car.is-active.-previous {
    transform: translate3d(0, 0, 0);
  }
  .btn-change-car.is-active.-previous .-icon {
    transform: translateY(-50%) rotate(180deg);
  }
  .btn-change-car.-next {
    align-items: flex-end;
    right: -44px;
    transform: translate3d(200px, 0, 0);
  }
  .btn-change-car.-next .-icon {
    left: 0;
    transform: translateY(-50%) rotate(180deg);
  }
  .btn-change-car.-next .-thumb {
    margin: 16px 0 16px 55px;
  }
  .btn-change-car.-next .text {
    width: 100px;
    margin-right: 68px;
    text-align: left;
  }
  .btn-change-car.-previous {
    align-items: flex-start;
    left: -44px;
    transform: translate3d(-200px, 0, 0);
  }
  .btn-change-car.-previous .-icon {
    right: 0;
    transform: translateY(-50%) rotate(0);
  }
  .btn-change-car.-previous .-thumb {
    margin: 16px 0 16px 177px;
  }
  .btn-change-car.-previous .text {
    width: 105px;
    margin-left: 63px;
    text-align: right;
  }
  .btn-change-car .text,
  .btn-change-car .-icon {
    display: block !important;
  }
  .btn-change-car .-icon {
    position: absolute;
    display: block !important;
    margin: 0;
    padding: 33px 17px;
    top: 50%;
    transition: transform .5s;
    z-index: 1;
  }
  .btn-change-car .-thumb {
    width: 55px;
    height: 55px;
    opacity: 1;
  }
  .btn-change-car .-car-name {
    opacity: 1;
    padding-top: 0;
    margin-top: 5px;
    display: -webkit-box !important;
    max-height: 28px;
    font-size: 12px;
    line-height: 14px;
    white-space: initial;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .fancybox-navigation .fancybox-button--arrow_right,
  .fancybox-navigation .fancybox-button--arrow_left {
    display: none !important;
  }
  .contact .standard-pages {
    height: 287px;
  }
  .contact-send {
    width: 100%;
    min-width: auto;
    max-width: 272px;
    padding: 0 !important;
  }
  .holder-form {
    margin-top: -30px;
    padding: 40px 24px 48px;
  }
  .holder-form .ps {
    padding: 10px 35px 8px;
    font-size: 11px;
    line-height: .97;
    letter-spacing: .5px;
  }
  .holder-form label {
    font-size: 12px;
  }
  .holder-form .input-check.is-verified:not(.group-error):after {
    right: 20px;
    bottom: 22px;
  }
  .modal#modal-newsletter-success .holder-modal .align-content,
  .modal#modal-contact-success .holder-modal .align-content {
    padding: 0;
  }
  .modal#modal-newsletter-success .holder-modal .align-content .modal-content,
  .modal#modal-contact-success .holder-modal .align-content .modal-content {
    width: 74.66%;
    padding: 70px 51px 58px;
  }
  .modal#modal-newsletter-success .holder-modal .align-content .modal-content .f36,
  .modal#modal-contact-success .holder-modal .align-content .modal-content .f36 {
    font-size: 27px;
    line-height: 1.05;
    margin-top: 13px;
  }
  .modal#modal-newsletter-success .holder-modal .align-content .modal-content .f16,
  .modal#modal-contact-success .holder-modal .align-content .modal-content .f16 {
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 21px;
    max-width: 170px;
    font-size: 13px;
    line-height: 1.46;
  }
  .modal#modal-newsletter-success .holder-modal .align-content .modal-content .btn,
  .modal#modal-contact-success .holder-modal .align-content .modal-content .btn {
    padding: 0;
  }
  .modal#modal-newsletter-success .icon-success,
  .modal#modal-contact-success .icon-success {
    width: 53px;
    height: 53px;
  }
  .modal#modal-newsletter-success .btn,
  .modal#modal-contact-success .btn {
    width: 100%;
    max-width: 219px;
  }
  .btn-close {
    top: 24px;
    right: 24px;
  }
  .not-found .mt50 {
    margin-top: 35px;
  }
  .not-found .mb60 {
    margin-bottom: 52px;
  }
  .not-found .mt40 {
    margin-top: 33px;
  }
  .not-found .dark-bg {
    height: 497px;
  }
  .not-found .btn-outline {
    padding: 0 32px;
  }
  .not-found .holder-animation {
    margin-top: -86px;
  }
  .not-found .car {
    width: 254px;
    max-width: 360px;
  }
}
