/*------------------------------------------------------------------
[Table of contents]

 - Global
 - UI elements
 - Header
 - Navigation
 - Footer
 - Components
 - Sections
 - Sliders
-------------------------------------------------------------------*/
/* ======= GLOBAL ======= */
body {
  letter-spacing: 0;
}

select:focus {
  outline-style: none;
}

input::-webkit-input-placeholder {
  color: #aaa;
}

input::-moz-placeholder {
  color: #aaa;
}

img.pull-right {
  padding-left: 20px;
}

img.pull-left {
  padding-right: 20px;
}

a {
  transition: all .3s;
}

.l-theme {
  position: relative;
  overflow: hidden;
  max-width: 1920px;
  margin: auto;
  background-color: #fff;
}

.l-content {
  padding-top: 102px;
}

.main-content {
  margin-bottom: 108px;
}

.reset_padding {
  padding: 0 !important;
}

/* ======= ANCA CUSTOM ======= */
.sup-nav {
  background: #fcb201;
  height: 30px;
}

.logo-anca {
  margin: -44px 0;
  position: absolute;
}

header {
  background: #fff !important;
  /* background: #fedd00 !important; */
}

.navbar .navbar-nav>li>a {
  color: #274984 !important;
  font-weight: 600 !important;
}

.navbar {
  min-height: 80px !important;
  height: 80px !important;
}

.bg-search {
  position: relative;
  height: 500px;
}

.overlay {
  width: 100%;
  height: 500px;
  background: rgba(0, 0, 0, .64);
  position: absolute;
  z-index: 1;
}

.bg-img {
  background-size: cover;
  height: 100%;
  width: 100%;
  background: url(../img/bg.jpg) no-repeat;
  background-position-y: -200px;
}

.btn-busca {
  height: 35px;
  border: none;
  background: #ffffff;
  color: #a5a5a5;
  border-radius: 0 5px 5px 0;
  font-size: 15px;
  line-height: 0;
  padding: 2px 20px;
}

.btn-busca:hover {
  color: #1c356d;
}

.campo-busca {
  color: #274984 !important;
  width: 510px;
  background: #ffffff;
  float: left;
  border-radius: 5px 0 0 5px;
  border: none;
  height: 35px;
}

.campo-busca::placeholder {
  color: #a5a5a5 !important
}

.busca-header {
  margin-top: 12px;
}

.campo-busca.form-control:focus {
  outline: 0;
  box-shadow: inset 0 -2px 0 0 #ddd !important;
}

.form-group {
  margin-bottom: 0;
  box-shadow: -1px 2px 3px rgba(0, 0, 0, .05);
  border-radius: 5px;
  border: 1px solid #c0c0c0;
}

.link-session {
  line-height: 75px;
}

.link-session:hover {
  color: #fff;
}

::selection {
  color: #fff;
  background: #274984 !important;
}

.box-busca {
  padding: 25px 10px 0;
  background: rgba(28, 53, 109, .5);
  width: 700px;
  z-index: 2;
  border-radius: 6px;
  border:none !important;
}

.form-control:focus {
  outline: 0;
  box-shadow: none !important;
}

.box-busca .form-control {
  display: block;
  width: 100%;
  height: 40px;
  padding: 6px 7px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #666666;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #eee;
  border-radius: 2px;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.box-busca .col-md-6 {
  padding-left: 5px;
  padding-right: 5px;
}

.container-busca {
  position: absolute;
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  top: 40%;
  z-index: 2;
}

.btn-info {
  color: #1c356d;
  background-color: #fffe00;
  border-color: #1c356d;
  border-radius: 5px;
  padding: 8px 19px;
  margin: 10px;
  font-size: 14px;
  float: right;
}

.button-box-busca:focus {
  color: #fff !important;
}

.btn-info:hover {
  color: #fffe02;
  background-color: transparent;
  border: 1px solid #fffe02;
}

.btn-info:focus, .btn-info.focus {
  color: #1c356d;
  background-color: #fffe00;
  border-color: #fffe00;
}

.btn-info:active, .btn-info.active, .open>.dropdown-toggle.btn-info {
  color: #fffe00;
  background-color: #31b0d500;
  border-color: #fffe00;
}

.button-box-busca {
  color: #ffffff;
  background-color: #801013;
  border-color: #801013;
  border-radius: 5px;
  padding: 8px 19px;
  font-size: 14px;
  z-index: 5;
  width: 40%;
  margin: 10px 29%;
  float: right;
}

.button-box-busca:hover {
  color: #ffffff;
}

.button-box-busca:active {
  color: #ffffff;
}

.sup-nav a {
  color: #fff;
}

.itens-sup-nav {
  list-style: none;
}

.itens-sup-nav li {
  float: left;
  font-size: 13px;
}

.title-home h1 {
  margin: 40px;
  font-size: 30px;
}

.row-cars {
  margin: 20px 0;
  padding: 20px 0;
}

.section-bg-gray {
  background: #f1f1f1;
  padding: 45px 0;
}

.section-bg-white {
  background: #fff;
  padding: 15px 0 65px;
}

.col-md-3.card-item {
  width: 24%;
}

.card-item {
  background: #fff;
  padding: 10px 10px 10px;
  border-radius: 5px;
  box-shadow: 0 1px 1px #ddd;
  position: relative;
  margin: 0 3px;
}

.card-item:hover {
  box-shadow: 0 3px 8px #ddd;
}

.car-info-link {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
}

.thumb-car img {
  width: 100%;
  border-radius: 5px;
}

.thumb-max-height {
  height: 120px;
}

.thumb-max-height img {
  object-fit: contain;
  height: 100%;
}

.car-info-name {
  border-bottom: solid 1px #ddd;
}

.car-info-name p {
  font-weight: 600;
  color: #162f5a;
  font-size: 16px;
  text-align: center;
  margin: 5px 5px;
}

@media (min-width: 480px) {
  .car-info-name p {
    font-size: 14px;
    height: 75px;
  }
}

.fone {
  background: #2b4783;
  color: #fff;
  padding: 0 7px;
  border-radius: 3px;
  font-size: 13px;

}

.car-info-icons {
  margin-top: 10px;
}

.car-info-price {
  position: absolute;
  padding: 3px 20px 3px 10px;
  color: #ffffff;
  background: #162f5a;
  clip-path: polygon(0% 0%, 100% 0, 90% 100%, 0% 100%);
  left: 10px;
  top: 10px;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: -1px;
  border-top-left-radius: 5px;
  z-index: 1;
}

.car-info-icons ul {
  list-style: none;
  display: contents;
}

.car-info-icons li {
  float: left;
  margin: 0 3px;
  font-size: 13px;
}

.car-info-icons li i {
  color: #162f5a;
}

.text-yellow {
  color: #fffe00 !important;
}

.btn-info:active:hover, .btn-info.active:hover, .open>.dropdown-toggle.btn-info:hover, .btn-info:active:focus, .btn-info.active:focus, .open>.dropdown-toggle.btn-info:focus, .btn-info:active.focus, .btn-info.active.focus, .open>.dropdown-toggle.btn-info.focus {
  color: #ffffff;
  background-color: #162f5a;
  border-color: #162f5a;
}

/* Listagem de veÃ­culos */
.bg-bread {
  width: 100%;
  height: 110px;
  margin-bottom: 30px;
  background-size: cover;
  background: url(../img/bg.jpg) no-repeat;
  background-position-y: -550px;
}

.card-item.col-md-4 {
  width: 32.333333%;
}

.breadcumb-list {
  list-style: none;
  padding: 50px 0;
  color: #fff;
}

.breadcumb-list li {
  float: left;
}

.row-form .form-control {
  height: 45px;
  padding: 6px 8px;
  margin-bottom: 10px;
  font-size: 14px;
}

.filter-list {
  background: #fff;
  /* padding: 0 6px 15px; */
  padding-bottom: 15px;
  /* margin: 0 5px 20px; */
  border-radius: 5px;
  /* width: 24%; */
  box-shadow: 0 1px 1px #ddd;
  text-align: center;
}

.button-busca-lista {
  color: #ffffff;
  background-color: #1c356d;
  border-color: #1c356d;
  border-radius: 5px;
  padding: 8px 19px;
  font-size: 14px;
  z-index: 5;
  display: block;
  width: 100%;
}

.button-busca-lista:hover {
  color: #ffffff;
}

.row-cards .card-item {
  margin: 0 3px 5px;
}

.pagination>.active>a {
  background-color: #1c356d;
  border-radius: 5px;
}

.pagination>li>a {
  border-radius: 5px;
}

.pagination>li>a:hover {
  color: #ffffff;
  background-color: #1c356d;
  border-color: #1c356d;
}

.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
  background-color: #1c356d;
}

.select-order {
  border: solid 1px #ddd;
  background: #fff;
  outline: none;
  padding: 5px 10px;
  border-radius: 4px;
}

/* Detalhe do veÃ­culo */
.aa-detail-plate-item i {
  color: #1c356d !important;
}

.aa-detail-calculate .form-group {
  box-shadow: none !important;
}

.btn-blue {
  background: #1c356d !important;
  color: #fff !important;
}

.btn-blue:hover {
  color: #1c356d !important;
  border: solid 2px #1c356d !important;
  background: transparent !important;
}

.btn-blue:focus {
  background: #1c356d !important;
  color: #fff !important;
}

.btn-yellow {
  background: #fffe00 !important;
  color: #1c356d !important;
}

.btn-yellow:hover {
  color: #fffe00 !important;
  border: solid 2px #fffe00 !important;
  background: transparent !important;
}

.btn-yellow:focus {
  background: #fffe00 !important;
  color: #fff !important;
}

.text-area {
  height: auto !important;
}

.vendedor {
  font-weight: 100;
  margin-bottom: 3px;
}

.aa-detail-calculate {
  background: #1c356d;
  padding: 10px 15px;
  border-radius: 5px;
}

.aa-detail-calculate .form-group {
  border: 0;
}

.aa-detail-calculate .form-control {
  height: 40px;
  margin-bottom: 10px;
}

/* Responsivo */
@media screen and (max-width:1024px) {
  .busca-content {
    width: 100% !important;
  }

  .campo-busca {
    width: 85% !important;
  }

  .btn-busca {
    width: 15% !important;
  }

  .hide-responsive {
    display: none !important;
  }

  .show-responsive {
    display: block !important;
  }

  .bg-img {
    background-position-y: 0 !important;
  }

  .bg-bread {
    background-position-y: -320px !important;
  }

  /* .filter-list {
    margin: 0;
    width: auto;
  } */

  .row-listagem .col-md-9 {
    width: 100% !important;
  }
}

@media screen and (max-width:768px) {
  .bg-silver {
    background: #f1f5ff !important;
  }

  .col-md-3.card-item {
    width: 32%;
    margin-bottom: 6px;
    float: left;
  }

  .itens-sup-nav li {
    padding: 0;
  }

  .logo-anca {
    margin: -10px -10px;
  }

  .logo-anca img {
    width: 100px;
  }

  .float-true {
    float: left !important;
  }

  .container-busca {
    top: 50% !important;
  }

  .overlay {
    height: 370px !important;
  }

  .bg-search {
    height: 370px !important;
  }

  .bg-bread {
    background-position-y: -190px !important;
  }

  /* .filter-list {
    min-height: 100%;
    height: 440px;
    padding: 1px 6px 15px;
  } */

  .card-item.col-md-4 {
    width: 49%;
    float: left;
    height: 305px;
  }

  /*** Detalhe ***/
  .aa-detail-det {
    padding-top: 110px !important;
  }

  .aa-detail-det-title {
    font-size: 18px !important;
    margin-bottom: 5px !important;
  }

  .valor {
    font-size: 18px !important;
    padding: 2px 10px 2px 25px !important;
  }

  .aa-detail-det-subtitle {
    font-size: 11px !important;
  }

  .veiculo {
    width: 65% !important;
  }

  .preco-veiculo {
    width: 35% !important;
  }

  .aa-detail-det-subtitle {
    margin-bottom: 0 !important;
  }

  /* .aa-detail-det-title-inner {
    margin: auto 15px !important;
  } */
}

@media screen and (max-width:425px) {
  .aa-detail-det {
    padding-bottom: 0 !important;
  }

  .bg-silver {
    position: initial !important;
  }

  .hiddens-xs {
    display: none !important;
  }

  .busca-header {
    margin-top: 2px !important;
    margin-left: 25px !important;
  }

  .btn-busca {
    padding: 2px 10px;
  }

  .overlay {
    height: 500px !important;
  }

  .bg-search {
    height: 500px !important;
  }

  .show-xs {
    display: block !important;
  }

  .col-md-3.card-item {
    width: 48.5%;
    margin-bottom: 5px;
    float: left;
  }

  .title-home h1 {
    margin: 30px;
    font-size: 21px;
  }

  .login {
    margin-left: -15px !important;
  }

  .text-blue {
    color: #162f5a !important;
    font-weight: 600 !important;
  }

  .container-no-padding {
    padding: 0 !important;
  }

  .login-li {
    float: right !important;
    font-size: 16px !important;
    padding: 4px 15px !important;
    background: #fffe00;
    clip-path: polygon(10% 0%, 100% 0, 90% 100%, 0% 100%);
  }

  .card-item.col-md-4 {
    width: 98%;
    float: left;
    height: 330px;
  }

  .bg-bread {
    background-position-y: -90px !important;
  }

  /* .filter-list {
    height: 610px;
  } */

  .resp-top {
    margin-top: 110px;
  }

  .bg-bread {
    display: none;
  }
}

@media screen and (max-width:375px) {
  .col-md-3.card-item {
    width: 98%;
    margin-bottom: 5px;
    float: left;
  }

  .navbar-nav {
    margin: 7px 0;
  }

  .btn-busca {
    padding: 2px 0;
  }

  .container-busca h1 {
    font-size: 22px;
  }

  .valor {
    font-size: 17px !important;
    padding: 8px 10px 4px 15px !important;
    font-weight: 600 !important;
    border-bottom: 2px solid #122041 !important;
  }

  .aa-detail-det-subtitle:before {
    content: none !important;
  }

  .card-item.col-md-4 {
    width: 98%;
    float: left;
    height: 300px;
  }
}

/** MENU **/
input.checkmenu[type=checkbox] {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

/* Default State */
div.menu-box {
  display: none;
}

/* Toggled State */
input[type=checkbox]:checked~div.menu-box {
  display: block;
}

.login-li label {
  margin-bottom: 0 !important;
}

.menu-box {
  background: #162f5a;
  z-index: 999;
  color: #fff;
}

.itens-menu {
  list-style: none;
  padding-left: 20px;
  margin-bottom: 3px;
  font-size: 14px;
}

.itens-menu li {
  padding: 5px 0;
  border-bottom: 1px solid #1c356f;
}

.itens-menu li:last-child {
  border-bottom: none !important;
}

/* ======= UI ELEMENTS ======= */
.bg-gray {
  background-color: #f6f6f6;
}

.bg-blue {
  background-color: #20d1f1;
}

.bg-pink {
  background-color: #ba41ff;
}

.ui-title-page {
  margin-top: 0;
  margin-bottom: 30px;
  padding-right: 10px;
  font-size: 56px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}

.ui-title-block {
  margin-top: 0;
  margin-bottom: 1px;
  font-size: 48px;
  font-weight: 700;
  color: #222;
  text-align: center;
}

.ui-subtitle {
  margin-bottom: 33px;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.ui-subtitle:before,
.ui-subtitle:after {
  display: inline-block;
  width: 15px;
  height: 1px;
  margin-right: 6px;
  margin-left: 6px;
  content: '';
  vertical-align: 22%;
}

.ui-title-inner {
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 700;
  color: #222;
  text-transform: uppercase;
}

.ui-title-inner:after {
  display: block;
  width: 50px;
  height: 1px;
  margin: 21px 0 34px;
  background-color: #666;
  box-shadow: 10px 5px 0 0 #666;
  content: '';
}

.ui-description {
  font-size: 14px;
  font-weight: 600;
  color: #555;
}

.ui-block-title {
  padding-top: 205px;
  padding-bottom: 110px;
}

.ui-filter-slider {
  width: 100%;
  margin-top: 11px;
  padding-bottom: 30px;
}

.ui-filter-slider-info {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 600;
  color: #222;
}

.ui-filter-slider-current:first-child {
  float: left;
}

.ui-filter-slider-current:last-child {
  float: right;
}

.ui-select {
  height: 50px;
  padding-top: 14px;
  padding-left: 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #666;
  border: 1px solid #eee;
  border-radius: 2px;
  background-color: #fff;
}

.ui-decor {
  width: 50px;
  height: 1px;
  margin: 0 auto 65px;
  background-color: #666;
  box-shadow: 10px 5px 0 0 #666, -10px -5px 0 0 #666;
}

.ui-wrap-figure {
  position: relative;
  z-index: 100;
}

.ui-top-figure {
  position: absolute;
  z-index: 10;
  top: -32px;
  right: 0;
  left: 0;
  display: inline-block;
  height: 32px;
  margin: 0 40px;
  background-color: #fff;
}

.ui-top-figure_gray {
  background-color: #f6f6f6;
}

.ui-top-figure:before,
.ui-top-figure:after {
  position: absolute;
  display: block;
  border-bottom: 32px solid #fff;
  content: '';
}

.ui-top-figure:before {
  left: -48px;
  border-left: 48px solid transparent;
}

.ui-top-figure:after {
  right: -48px;
  border-right: 48px solid transparent;
}

.ui-top-figure_gray:before,
.ui-top-figure_gray:after {
  border-bottom-color: #f6f6f6;
}

.ui-top-figure-rev {
  position: absolute;
  z-index: 10;
  top: -32px;
  bottom: 0;
  width: 3000px;
  background-color: #fff;
}

.ui-top-figure-rev_l {
  right: 100%;
}

.ui-top-figure-rev_r {
  left: 100%;
}

.ui-top-figure-rev:before {
  position: absolute;
  display: inline-block;
  border-bottom: 32px solid #fff;
  content: '';
}

.ui-top-figure-rev_l:before {
  left: 100%;
  border-right: 48px solid transparent;
}

.ui-top-figure-rev_r:before {
  right: 100%;
  border-left: 48px solid transparent;
}

.ui-decor-corners {
  position: relative;
}

.ui-decor-corners-left,
.ui-decor-corners-right {
  position: absolute;
  top: 0;
  border-bottom: 80px solid transparent;
}

.ui-decor-corners-left {
  left: 0;
  border-left: 80px solid #fff;
}

.ui-decor-corners-right {
  right: 0;
  border-right: 80px solid #fff;
}

.ui-decor-corners-left:after,
.ui-decor-corners-right:after {
  position: absolute;
  top: 5px;
  border-bottom: 60px solid transparent;
  content: '';
}

.ui-decor-corners-left:after {
  left: -75px;
  border-left: 60px solid #fff;
}

.ui-decor-corners-right:after {
  right: -75px;
  border-right: 60px solid #fff;
}

.ui-scroll-top {
  position: absolute;
  right: 52px;
  bottom: 30px;
  border-right: 25px solid transparent;
  border-bottom: 33px solid transparent;
  border-left: 25px solid transparent;
  cursor: pointer;
  transition: all .3s;
}

.ui-scroll-top:after {
  position: absolute;
  right: -8px;
  bottom: -25px;
  border-right: 8px solid transparent;
  border-bottom: 10px solid #111;
  border-left: 8px solid transparent;
  content: '';
}

.ui-scroll-top:hover {
  border-bottom-color: #fff;
}

.list-mark {
  padding-top: 15px;
  padding-bottom: 15px;
}

.list-mark li {
  margin-bottom: 12px;
}

.btn-trigger-more {
  display: block;
  width: 208px;
  margin: 20px auto;
  cursor: pointer;
}

.btn-bdr-prim {
  background-color: #fff;
}

.btn-bdr-prim:hover {
  color: #fff;
}

.accordion .panel-heading .btn-collapse {
  display: block;
}

.accordion .panel .ic {
  float: left;
  width: 24px;
  margin-right: 7px;
  background-color: transparent;
  text-align: center;
}

.accordion .panel-heading .collapsed .btn-collapse {
  background-color: transparent;
}

.accordion .btn-collapse .ic {
  font: normal normal normal 18px/1 FontAwesome;
}

.accordion .btn-collapse .ic:before {
  display: block;
  content: '\f107';
  transition: all .3s;
}

.accordion .btn-collapse.collapsed .ic:before {
  transform: rotate(-90deg);
}

.taaa-content {
  margin-bottom: 42px;
}

.img-scale {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.br {
  display: block;
}

.helper,
.helper:before {
  display: inline-block;
  vertical-align: middle;
}

.helper:before {
  width: 0;
  height: 100%;
  content: '';
}

.rtd {
  position: relative;
}

.js-scroll-next+.js-scroll-content {
  display: none;
}

.btn-decore {
  position: relative;
}

.btn-decore:after {
  position: absolute;
  display: block;
  border-bottom: 48px solid #222;
  content: '';
  right: -20px;
  top: 0;
  border-right: 20px solid transparent;
}

/* ======= HEADER ======= */
.header-navibox-4 {
  display: none;
}

.header .navbar .navbar-nav li.header-button {
  margin-top: -13px;
  margin-right: 0;
  margin-left: 10px;
}

.header .navbar .navbar-nav li.header-button a {
  max-width: 110px;
  padding: 5px;
  cursor: pointer;
  text-align: center;
}

.header.header-color-white .navbar .navbar-nav li.header-button a {
  margin-top: 5px !important;
  padding: 7px 21px !important;
  font-size: 14px;
  border: 1px solid rgba(255, 255, 255, .2) !important;
  border-radius: 0 !important;
}

.header.header-color-black .navbar .navbar-nav li.header-button a {
  border: 1px solid rgba(0, 0, 0, .2) !important;
}

.navbar .navbar-nav li.header-button a.roadster-sell-car {
  display: inline-block !important;
  width: auto !important;
  max-width: 100% !important;
  margin-top: 11px !important;
  padding: 5px 13px !important;
  line-height: 1.4 !important;
  border-radius: 3px !important;
  background: #f76d2b;
}

.header.header-color-white a.roadster-sell-car {
  color: #fff !important;
  background: transparent !important;
}

.header-full-width .roadster-sell-car {
  margin-right: 25px !important;
}

.header.header-color-white .navbar .navbar-nav li.header-button a.roadster-sell-car:hover {
  background: rgba(255, 255, 255, .2) none repeat scroll 0 0 !important;
}

.tml .tml-action-links li {
  float: left;
  margin: 0 .5em 0 0 !important;
  padding: 0 .5em 0 0 !important;
  line-height: 1 !important;
  border: none;
  border-right: 1px solid #eee;
  list-style: none;
}

.slidebar-menu a:before {
  display: none !important;
}

.navbar .navbar-nav>li>a {
  position: relative;
  background: transparent !important;
}

.current-menu-item>a:before,
.current-page-parent>a:before {
  position: absolute;
  z-index: 777;
  bottom: 20px;
  display: block;
  width: 100%;
  border-top: 1px solid transparent;
  content: '';
}

/* ======= FOOTER ======= */
.footer {
  color: #999;
}

.footer-top {
  padding-top: 106px;
  padding-bottom: 122px;
}

.footer-title {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}

.footer-title:after {
  display: block;
  width: 30px;
  height: 3px;
  margin-top: 7px;
  content: '';
}

.footer-logo {
  margin-bottom: 52px;
}

.footer-info {
  margin-bottom: 25px;
  padding-right: 30px;
  line-height: 1.6;
}

.footer-contacts {
  margin-bottom: 7px;
}

.footer-contacts-title {
  display: inline-block;
  min-width: 54px;
  opacity: .5;
  color: #ccc;
  letter-spacing: 0;
  text-transform: uppercase;
}

.footer-contacts-info {
  font-size: 16px;
  color: #fff;
}

.footer-contacts-info_lg {
  font-size: 20px;
}

.footer-list>li {
  margin-bottom: 8px;
}

.footer-list>li>a {
  font-size: 16px;
  color: #999;
  transition: all .3s;
}

.footer-list>li>a:before {
  padding-right: 10px;
  font-family: FontAwesome, serif;
  font-size: 14px;
  content: '\f105';
}

.footer-list>li>a:hover {
  text-decoration: none;
}

.footer-time {
  margin-bottom: 8px;
  font-size: 16px;
}

.footer-time-name {
  display: inline-block;
  width: 88px;
}

.footer-time-info {
  color: #fff;
}

.footer-soc {
  margin-top: 30px;
}

.footer-soc-item {
  display: inline-block;
  margin-right: 15px;
  margin-left: 0;
}

.footer-soc-item:nth-child(odd) .footer-soc-link {
  padding-right: 7px;
  padding-left: 11px;
}

.footer-soc-item:nth-child(2) .footer-soc-link {
  padding-left: 7px;
}

.footer-soc-item:nth-child(4) .footer-soc-link {
  padding-left: 0;
}

.footer-soc-item:nth-child(odd) .footer-soc-link:after {
  position: absolute;
  bottom: 0;
  left: 100%;
  display: inline-block;
  border-top: 30px solid transparent;
  border-left: 13px solid #666;
  content: '';
  transition: all .3s;
  vertical-align: bottom;
}

.footer-soc-item:nth-child(even) .footer-soc-link:after {
  position: absolute;
  right: 100%;
  bottom: 0;
  display: inline-block;
  border-right: 13px solid #666;
  border-bottom: 30px solid transparent;
  content: '';
  transition: all .3s;
  vertical-align: top;
}

.footer-soc-item:nth-child(2) {
  margin-right: 0;
}

.footer-soc-link {
  position: relative;
  display: block;
  height: 30px;
  padding: 4px 12px;
  font-size: 16px;
  color: #fff;
  background-color: #666;
}

.footer-soc-link:hover {
  color: #000;
}

.footer-address {
  color: #fff;
}

.footer-address-title {
  margin-bottom: 6px;
  font-size: 18px;
  font-weight: 700;
}

.footer-address-info {
  margin-bottom: 13px;
  line-height: 1.875;
}

.footer-address-link {
  font-size: 14px;
  text-decoration: underline;
}

.copyright {
  padding: 36px 0 70px;
  font-weight: 600;
  color: #222;
  text-align: center;
}

.copyright-brand {
  color: #222;
}

.copyright-link {
  color: #222;
  text-decoration: none;
}

.copyright-link:after {
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
  content: ' | ';
  text-decoration: none;
}

.copyright-link:last-child:after {
  content: none;
}

/* ======= COMPONENTS ======= */
.aa-social-links>li>a {
  transition: all .3s;
}

.aa-social-links>li>a:hover {
  text-decoration: none;
}

.section-main {
  padding-top: 90px;
  padding-bottom: 130px;
}

.aa-main-block-title {
  text-transform: uppercase;
}

.aa-advantages-group {
  display: flex;
}

.aa-advantages {
  width: 33.3%;
  padding: 45px 50px 56px;
  background-color: #f6f6f6;
  text-align: center;
}

.aa-advantages-ic {
  display: inline-block;
  width: 80px;
  height: 80px;
  margin-bottom: 30px;
  font-size: 48px;
  line-height: 80px;
  border-radius: 50%;
  background-color: #fff;
}

.aa-advantages-title {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
  color: #222;
}

.aa-advantages-info {
  line-height: 1.6;
}

.aa-advantages.active {
  background-color: #fcfcfc;
}

.aa-advantages.active .aa-advantages-ic {
  color: #fff;
}

.aa-filter-main {
  padding-top: 70px;
  padding-bottom: 76px;
}

.aa-filter-main.aa-filter-rental {
  padding-top: 25px;
  text-align: center;
}

.aa-filter-main-select-group {
  display: inline-block;
  width: 18%;
  margin-right: .5%;
  vertical-align: top;
  text-align: left;
}

.bg_gray .aa-filter-main-label, .bg_gray .aa-filter-main-link {
  color: #fff;
  opacity: 0.7;
}

.bg_gray .aa-filter-main-btns .btn {
  background: #222;
}

.aa-filter-main-label {
  display: inline-block;
  padding-left: 0;
  margin-bottom: 4px;
  font-size: 12px;
  color: #ccc;
  text-transform: uppercase;
}

.aa-filter-main-slider {
  display: inline-block;
  width: 21%;
  margin-left: .5%;
  margin-right: .5%;
}

.filter-rental .aa-filter-main-btns {
  margin-top: 24px;
  float: none;
  display: inline-block;
}

.aa-filter-main-btns {
  float: right;
  width: 21%;
  text-align: center;
}

.aa-filter-main-btns .btn {
  display: block;
  width: 100%;
  padding: 11px 46px 12px;
  font-size: 18px;
}

.aa-filter-rental .btn {
  width: auto !important;
}

.aa-filter-main-link {
  display: inline-block;
  margin-top: 8px;
  font-size: 12px;
  color: #666;
  text-transform: uppercase;
}

.aa-list-services {
  position: relative;
  padding: 41px 40px 41px 50px;
  color: #222;
  background-color: #fff;
  transition: all .3s;
}

.aa-list-services:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: #555;
  content: '';
}

.aa-list-services .ic {
  display: block;
  margin-bottom: 13px;
  font-size: 70px;
}

.aa-list-services-bold {
  display: block;
  margin-top: 4px;
  font-weight: 700;
}

.aa-list-services-title {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
}

.aa-list-services-title:after {
  display: block;
  width: 30px;
  height: 3px;
  margin-top: 14px;
  content: '';
}

.aa-list-services-description {
  height: 0;
  font-size: 14px;
  line-height: 1.38;
  opacity: 0;
}

.aa-list-services-inner {
  padding-left: 35px;
  border-left: 5px solid transparent;
}

.aa-list-services:hover {
  padding-bottom: 35px;
  color: #fff;
  box-shadow: inset 0 -5px #fff;
}

.aa-list-services:hover .aa-list-services-description {
  height: 35px;
  opacity: 1;
}

.aa-list-services:hover .aa-list-services-title {
  color: #fff;
}

.aa-list-services:hover .aa-list-services-inner {
  border-left-color: #999;
}

.aa-list-progress {
  margin-top: 118px;
  margin-bottom: 143px;
  padding: 0;
  text-align: center;
}

.aa-list-progress-item {
  position: relative;
  display: inline-block;
  width: calc(33.33% - 33px);
  height: 118px;
  margin-right: 0;
  margin-left: 0;
  padding: 16px 0 0 50px;
  background-color: #fff;
  text-align: left;
  vertical-align: top;
}

.aa-list-progress-item:nth-child(1) {
  clip-path: polygon(0 0, 100% 0, 94% 100%, 0 100%);
}

.aa-list-progress-item:nth-child(2) {
  clip-path: polygon(6% 0%, 94% 0%, 100% 100%, 0% 100%);
}

.aa-list-progress-item:nth-child(3) {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 6% 100%);
}

.aa-list-progress-number {
  display: block;
  margin-bottom: 7px;
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  color: #222;
}

.aa-list-progress-inner {
  display: inline-block;
  text-align: left;
}

.aa-list-progress .chart {
  font-size: 34px;
  font-weight: 700;
  color: #fff;
}

.aa-list-progress .icon {
  display: inline-block;
  margin-right: 28px;
  font-size: 70px;
  line-height: 80px;
}

.aa-list-progress .icon.flaticon-dashboard:before {
  display: inline-block;
  margin-right: 17px;
  font-size: 58px;
  position: relative;
  left: 9px;
  top: -2px;
}

.aa-list-progress .flaticon-bus:before {
  content: "\f10d";
  font-size: 54px;
  position: relative;
  left: 4px;
  top: -4px;
}

.aa-list-progress-name {
  display: block;
  margin-top: 0;
  font-size: 15px;
  line-height: 1;
  text-transform: uppercase;
}

/* ---- isotope ---- */
.grid-sizer,
.grid-item {
  width: 20%;
}

.grid-item {
  position: relative;
  float: left;
  height: auto;
}

.section-gallery {
  padding-top: 105px;
}

.section-gallery .ui-subtitle {
  margin-bottom: 37px;
}

.aa-gallery {
  background: #fff;
}

.aa-gallery:before,
.aa-gallery:after {
  display: table;
  content: '';
}

.aa-gallery:after {
  clear: both;
}

.aa-gallery-filter {
  margin-bottom: 52px;
  margin-left: 0;
  text-align: center;
}

.aa-gallery-filter>li {
  padding-right: 0;
  padding-left: 0;
}

.aa-gallery-filter>li>a {
  position: relative;
  display: block;
  padding: 12px 19px;
  color: #666;
  -webkit-transition: all .3s;
  transition: all .3s;
  text-transform: uppercase;
  font-weight: 600;
}

.aa-gallery-filter>li>a:after {
  content: '';
  -webkit-transition: all .3s;
  transition: all .3s;
}

.aa-gallery-filter>li>a:hover {
  color: #fff;
  text-decoration: none;
}

.aa-gallery-filter>li.current>a {
  color: #fff;
}

.aa-gallery-filter>li:first-child>a:before {
  right: 100%;
  border-right: 20px solid transparent;
}

.aa-gallery-filter>li:last-child>a:before {
  left: 100%;
  border-left: 20px solid transparent;
}

.aa-gallery-filter>li:first-child>a:before,
.aa-gallery-filter>li:last-child>a:before {
  position: absolute;
  bottom: 0;
  display: inline-block;
  border-top: 45px solid transparent;
  content: '';
  transition: all .3s;
  vertical-align: top;
}

.aa-gallery-grid {
  margin-bottom: 20px;
}

.aa-gallery-grid-inner {
  display: block;
  height: 300px;
}

.aa-gallery-grid-inner:hover .aa-gallery-grid-wrap-info {
  opacity: 1;
}

.aa-gallery-grid-wrap-info {
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  display: flex;
  padding: 10px;
  opacity: 0;
  background-color: rgba(0, 0, 0, .9);
  -webkit-transition: all .3s;
  transition: all .3s;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.aa-gallery-grid-info {
  display: block;
}

.aa-gallery-grid-title {
  display: block;
  font-size: 18px;
  color: white;
  text-transform: uppercase;
}

.aa-gallery-grid-ic {
  display: inline-block;
  margin-bottom: 11px;
  font-size: 36px;
}

.aa-type-slider {
  margin: 57px -10px 10px;
  padding-left: 0;
  list-style-type: none;
  text-align: center;
}

.aa-type-slider-group {
  margin-bottom: 70px;
}

.aa-type-slider-item {
  display: inline-block;
  width: 50%;
  margin-right: -3px;
  margin-bottom: 30px;
  padding-right: 15px;
  padding-left: 15px;
  text-align: left;
  vertical-align: top;
}

.aa-type-slider-item:nth-child(1) .aa-type-slider-link {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 8% 100%);
}

.aa-type-slider-item:nth-child(2) .aa-type-slider-link {
  clip-path: polygon(0 0, 100% 0, 92% 100%, 0 100%);
}

.aa-type-slider-item:nth-child(3) .aa-type-slider-link {
  clip-path: polygon(8% 0, 100% 0, 100% 100%, 0 100%);
}

.aa-type-slider-item:nth-child(4) .aa-type-slider-link {
  clip-path: polygon(0 0, 92% 0, 100% 100%, 0 100%);
}

.aa-type-slider-img {
  width: 158px;
}

.aa-type-slider-item:nth-child(odd) .aa-type-slider-img {
  float: left;
}

.aa-type-slider-item:nth-child(even) .aa-type-slider-img {
  float: right;
}

.aa-type-slider-link {
  display: block;
  height: 160px;
  color: #666;
  background-color: #fff;
  transition: all .3s;
}

.aa-type-slider-link:hover {
  color: #ccc;
  background-color: #282929;
  text-decoration: none;
}

.aa-type-slider-link:hover .aa-type-slider-name {
  color: #fff;
}

.aa-type-slider-item:nth-child(odd) .aa-type-slider-link {
  padding: 38px 53px 38px 70px;
}

.aa-type-slider-item:nth-child(even) .aa-type-slider-link {
  padding: 38px 63px 38px 57px;
}

.aa-type-slider-name {
  font-size: 20px;
  font-weight: 700;
  color: #222;
  transition: all .3s;
  text-transform: uppercase;
}

.aa-type-slider-name:after {
  display: block;
  width: 30px;
  height: 3px;
  margin: 8px 0 11px;
  content: '';
}

.aa-type-slider-info {
  font-size: 18px;
  font-weight: 600;
}

.aa-type-slider-inner {
  width: 250px;
}

.aa-type-slider-item:nth-child(odd) .aa-type-slider-inner {
  float: right;
}

.aa-type-slider-item:nth-child(even) .aa-type-slider-inner {
  float: left;
}

.aa-about .ui-subtitle {
  margin-bottom: 117px;
}

.aa-about p {
  line-height: 1.6;
}

.aa-about-title {
  font-size: 18px;
  font-weight: 400;
  color: #222;
}

.aa-about .ui-subtitle {
  margin-bottom: 117px;
}

.aa-about-slogan {
  margin-top: 4px;
  margin-bottom: 18px;
  font-size: 24px;
  font-weight: 700;
  color: #222;
}

.aa-about-list {
  margin-top: 0;
}

.aa-about-list-item {
  position: relative;
  margin-bottom: 15px;
}

.aa-about-list-item .flaticon-bag:before {
  font-size: 34px;
  position: relative;
  left: 4px;
  top: -1px;
}

.aa-about-list-item .ic {
  position: absolute;
  top: -7px;
  left: 0;
  font-size: 40px;
  color: #333;
}

.aa-about-list-inner {
  display: block;
  padding-left: 63px;
}

.aa-about-list-title {
  display: block;
  margin-bottom: 2px;
  font-size: 18px;
  font-weight: 700;
  color: #222;
}

.aa-about-list-info {
  display: block;
}

.aa-about-img {
  margin: 6px -46px 0 50px;
}

.aa-brands-slider {
  max-width: 1540px;
  margin: auto;
  padding: 65px 0;
  text-align: center;
}

.aa-brands-slider-item {
  display: inline-block;
}

.aa-brands-slider-inner {
  display: block;
  /* height: 137px; */
  margin-right: 15px;
  margin-left: 15px;
  border: 1px solid #eee;
  border-radius: 2px;
  background-color: #fff;
  transition: all .3s;
  filter: grayscale(100%);
}

.aa-brands-slider-inner:hover {
  filter: grayscale(0%);
}

.aa-map {
  width: 100%;
  height: 500px;
}

.section-contacts {
  padding-top: 122px;
}

.section-contacts .ui-title-block {
  margin-bottom: 8px;
}

.form-contacts {
  margin-top: 60px;
  margin-bottom: 130px;
}

.form-contacts .form-group {
  margin-bottom: 30px;
}

.section-goods {
  padding-bottom: 110px;
}

.aa-detail-group {
  margin-right: -15px;
  margin-bottom: 35px;
  margin-left: -15px;
}

.aa-detail {
  position: relative;
  display: inline-block;
  width: calc(33.33% - 30px);
  margin: 37px 12px 23px 15px;
  background-color: #f6f6f6;
  text-align: center;
  vertical-align: top;
}

.aa-detail-group-rental .aa-detail {
  background: none;
}

.aa-detail-group-rental .aa-detail .aa-detail-inner {
  background-color: #f6f6f6;
}

.aa-detail-img {
  position: relative;
  width: 100%;
  height: 230px;
}

.aa-detail-price {
  position: absolute;
  top: 166px;
  right: 15px;
  height: 46px;
  padding: 0 17px 0 27px;
  font-size: 20px;
  font-weight: 700;
  line-height: 46px;
  color: #fff;
  clip-path: polygon(17% 0, 100% 0, 100% 100%, 0 100%);
}

.aa-detail-inner {
  padding: 34px 10px 24px;
  border-bottom: 1px solid #ddd;
}

.aa-detail-name {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
  color: #222;
}

.aa-detail-descr {
  display: table;
  width: 100%;
  margin-bottom: 0;
}

.aa-detail-descr-item {
  width: 25%;
  display: inline-block;
  vertical-align: bottom;
}

.aa-detail-descr-item .ic {
  display: block;
  margin-bottom: 3px;
  font-size: 24px;
}

.aa-detail-descr-item .flaticon-car-side-view:before {
  font-size: 31px;
  position: relative;
  top: 3px;
}

.aa-detail-descr-info {
  display: block;
  font-size: 14px;
}

.aa-detail-descr-info_l {
  display: none;
}

.aa-detail-descr-item:not(:last-child) .aa-detail-descr-info {
  border-right: 1px solid #ccc;
}

.aa-detail-label {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 10px 0 18px;
  font-size: 12px;
  font-weight: 700;
  line-height: 24px;
  color: #fff;
  text-transform: uppercase;
  clip-path: polygon(21% 0, 100% 0, 100% 100%, 0 100%);
}

.aa-detail-header {
  overflow: hidden;
}

.aa-detail-meta {
  display: none;
  float: right;
  padding: 3px 0 0 0;
  font-size: 14px;
}

.aa-detail-meta-item {
  display: inline-block;
  margin-left: 14px;
}

.aa-detail-meta-item .ic {
  margin-right: 10px;
}

.aa-detail-meta-item .ic_lg {
  margin-right: 0;
  font-size: 18px;
  color: #ccc;
  cursor: pointer;
}

.aa-detail-info {
  display: none;
  margin-bottom: 26px;
  line-height: 1.6;
}

.aa-detail-footer {
  overflow: hidden;
}

.aa-detail-group_list {
  margin-right: 0;
  margin-bottom: 50px;
  margin-left: 0;
}

.aa-detail-group_list .aa-detail {
  display: block;
  width: 100%;
  margin: 0 0 15px;
  padding: 35px 0 35px 30px;
  text-align: left;
}

.aa-detail-group_list .aa-detail-img {
  float: left;
  width: 263px;
  height: 200px;
}

.aa-detail-group_list .aa-detail-price {
  position: relative;
  top: auto;
  right: auto;
  float: right;
  margin-top: 7px;
  padding-left: 50px;
}

.aa-detail-group_list .aa-detail-inner {
  padding: 0 29px 0 293px;
  border: none;
}

.aa-detail-group_list .aa-detail:nth-child(odd) {
  background-color: #fff;
}

.aa-detail-group_list .aa-detail:nth-child(odd) .aa-detail-price {
  background-color: #222;
}

.aa-detail-group_list .aa-detail-name {
  float: left;
  margin-bottom: 25px;
}

.aa-detail-group_list .aa-detail-name:after {
  display: block;
  width: 50px;
  height: 1px;
  margin-top: 8px;
  background-color: #666;
  box-shadow: 10px 5px 0 0 #666;
  content: '';
}

.aa-detail-group_list .aa-detail-info {
  display: block;
}

.aa-detail-group_list .aa-detail-meta {
  display: block;
}

.aa-detail-group_list .aa-detail-descr {
  float: left;
  width: auto;
  display: none;
}

.aa-detail-group_list .aa-detail-descr-item {
  display: inline-block;
  margin-right: 34px;
}

.aa-detail-group_list .aa-detail-descr-item:not(:last-child) .aa-detail-descr-info {
  color: #222;
  border-right: none;
}

.aa-detail-group_list .aa-detail-descr-info_l {
  display: inline;
}

.aa-detail-group_list .aa-detail-descr-info {
  font-weight: 600;
}

.aa-detail-group_list .aa-detail_img-right {
  padding-right: 30px;
}

.aa-detail-group_list .aa-detail_img-right .aa-detail-img {
  float: right;
}

.aa-detail-group_list .aa-detail_img-right .aa-detail-inner {
  padding-right: 293px;
  padding-left: 0;
}

.aa-detail_bg-white .aa-detail-inner {
  background-color: #fff;
}

/* ======= SECTION ======= */
.section-default {
  padding-top: 102px;
  padding-bottom: 110px;
}

.wrap-section-border {
  overflow: hidden;
  padding-top: 30px;
}

.bg-inner {
  position: relative;
  z-index: 10;
}

.section-bg {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-bg:before {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  opacity: .8;
  content: '';
}

.section-bg_60:before {
  opacity: .6;
}

.section-bg_dark:before {
  background-color: #000;
}

.section-bg_dark .ui-title-block {
  color: #fff;
}

.section-bg_dark .ui-subtitle {
  color: #ccc;
}

/* ======= HOME BACKGROUND  ======= */
.section-bg-01 {
  background-image: url('../media/bg/1.jpg');
  background-attachment: fixed;
}

.section-bg-02 {
  background-image: url('../media/bg/2.jpg');
  background-attachment: fixed;
}

.section-bg-03 {
  background-image: url('../media/bg/3.jpg');
  background-attachment: fixed;
}

.section-bg-04 {
  background-image: url('../media/bg/4.jpg');
  background-attachment: fixed;
}

.section-bg-05 {
  background-image: url('../media/bg/5.jpg');
}

.section-bg-08 {
  background-image: url('../media/bg/6.jpg');
  background-attachment: fixed;
}

.section-bg-09 {
  background-image: url('../media/bg/5.jpg');
  background-attachment: fixed;
}

/* ======= SLIDERS ======= */
/* Main slider */
.aa-main-slider {
  width: 100%;
  height: 950px;
  color: #FFF;
}

.aa-main-slider:before {
  left: 0;
  transform: skewY(4.5deg);
}

.aa-main-slider-item {
  position: relative;
}

.iviewSlider:after {
  position: absolute;
  z-index: 100;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .4);
  content: '';
}

.aa-main-slider-title {
  margin-bottom: 13px;
  font-size: 56px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  margin-left: 60%;
}

.aa-main-slider-subtitle {
  margin-bottom: 25px;
  font-size: 26px;
  font-weight: 600;
}

.aa-main-slider-info {
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 300;
  letter-spacing: 0;
  margin-left: 60%;
  padding-right: 9%;
}

.aa-main-slider-price,
.aa-main-slider-btn {
  padding: 0 20px;
  font-weight: 600;
  color: #fff;
  vertical-align: middle;
  clip-path: polygon(0% 0, 90% 0, 100% 100%, 0% 100%);
}

.aa-main-slider-price {
  display: block;
  width: 180px;
  font-size: 36px;
  line-height: 60px;
}

.aa-main-slider-btn {
  display: inline-block;
  padding-right: 50px;
  font-size: 28px;
  line-height: 55px;
}

.aa-main-slider-label {
  display: inline-block;
  margin-bottom: 14px;
  font-size: 18px;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-top: 16vw;
  margin-left: 60%;
}

.aa-main-slider-label:after {
  display: inline-block;
  width: 40px;
  height: 3px;
  margin-left: 8px;
  background-color: #fff;
  content: '';
  vertical-align: 22%;
}

.aa-main-slider-link {
  display: block;
  width: 180px;
  height: 50px;
  margin-left: 180px;
  padding: 0 0 0 30px;
  font-size: 26px;
  font-weight: 700;
  line-height: 50px;
  color: #222;
  background-color: #fff;
  text-transform: uppercase;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%);
}

.aa-main-slider-btns {
  margin-left: 60%;
}

.aa-main-slider-item_2 .aa-main-slider-label,
.aa-main-slider-item_2 .aa-main-slider-title,
.aa-main-slider-item_2 .aa-main-slider-info,
.aa-main-slider-item_2 .aa-main-slider-btns {
  margin-left: 17%;
  max-width: 635px;
}

/* Arrows
--------------------------------------------------*/
.sp-arrows {
  position: absolute;
}

.sp-fade-arrows {
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
  opacity: .5;
}

.sp-slides-container:hover .sp-fade-arrows {
  opacity: 1;
}

.sp-horizontal .sp-arrows {
  z-index: 10;
  top: 50%;
  right: 0;
  width: 100%;
  margin-top: 0;
  text-align: right;
}

.sp-vertical .sp-arrows {
  top: 0;
  left: 50%;
  height: 100%;
  margin-left: -10px;
}

.sp-arrow {
  display: block;
  cursor: pointer;
  transition: all 0.3s ease-out;
  width: 50px;
  height: 50px;
  position: absolute;
  text-align: center;
  top: 0;
  z-index: 1000;
  font: normal normal normal 30px/47px FontAwesome;
  color: #fff;
  background-color: rgba(0, 0, 0, .6);
}

.sp-arrow:hover {
  opacity: 1;
}

.sp-horizontal .sp-previous-arrow {
  left: 3%;
}

.sp-horizontal .sp-previous-arrow:before {
  content: '\f104';
}

.sp-horizontal .sp-next-arrow {
  right: 3%;
}

.sp-horizontal .sp-next-arrow:before {
  content: '\f105';
}

.sp-vertical .sp-previous-arrow {
  top: 20px;
}

.sp-vertical .sp-next-arrow {
  bottom: 20px;
}

.aa-title-page-emphasis {
  padding-bottom: 5px;
  line-height: 1;
}

.slider-services {
  height: 314px;
  margin: 60px -40px 17px;
}

.slider-services .owl-controls {
  top: 120px;
  bottom: auto;
}

.slider-team {
  margin-right: -15px;
  margin-left: -15px;
}

.aa-team {
  height: 448px;
  padding: 0 15px;
  text-align: center;
}

.aa-team-wrap {
  display: block;
  padding-top: 38px;
}

.aa-team:hover .aa-team-wrap {
  position: absolute;
  top: 127px;
  right: 0;
  left: 0;
}

.aa-team-img {
  position: relative;
  display: block;
  height: 320px;
}

.aa-team-img:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  opacity: 0;
  background-color: #000;
  content: '';
  transition: all .3s;
}

.aa-team:hover .aa-team-img:after {
  opacity: .8;
}

.aa-team-name {
  display: block;
  margin-bottom: 3px;
  font-size: 22px;
  font-weight: 700;
  color: #222;
  transition: all .3s;
}

.aa-team:hover .aa-team-name {
  color: #fff;
}

.aa-team-categorie {
  display: block;
  font-size: 15px;
  transition: all .3s;
  letter-spacing: 0;
  text-transform: uppercase;
}

.aa-team:hover .aa-team-categorie {
  color: #fff;
}

.aa-team-soc {
  overflow: hidden;
  height: 0;
  margin-left: 0;
  opacity: 0;
  transition: all .3s;
}

.aa-team:hover .aa-team-soc {
  height: auto;
  padding-top: 20px;
  opacity: 1;
}

.aa-team-soc>li>a {
  display: inline-block;
  width: 34px;
  height: 34px;
  font-size: 14px;
  line-height: 32px;
  color: #fff;
  border: 1px solid #999;
  border-radius: 50%;
  text-align: center;
}

.aa-team-description {
  display: block;
  overflow: hidden;
  height: 0;
  padding: 40px 10px 0;
  font-size: 15px;
  opacity: 0;
  transition: all .3s;
  letter-spacing: 0;
}

.aa-team:hover .aa-team-description {
  height: auto;
  line-height: 1.6;
  opacity: 1;
}

.aa-detail-det-links {
  padding: 19px 62px 80px;
}

.aa-detail-det-links .btn {
  margin-right: 5px;
  margin-left: 5px;
  padding: 13px 23px;
  border-color: #eee;
  letter-spacing: -.02em;
}

.aa-detail-det-links .btn .ic {
  margin-right: 10px;
  font-size: 16px;
}

.aa-detail-det-top {
  margin-bottom: 35px;
}

.aa-detail-det-header {
  float: left;
}

.aa-detail-det-title {
  margin-top: -6px;
  margin-bottom: 7px;
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  color: #1c356d;
}

.aa-detail-det-subtitle {
  padding-left: 5px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.aa-detail-det-subtitle:before {
  display: inline-block;
  width: 15px;
  height: 1px;
  margin-right: 15px;
  content: '';
  vertical-align: 25%;
}

.aa-detail-det-top-inner {
  float: right;
  text-align: right;
}

.aa-detail-det-price {
  display: inline-block;
  margin-bottom: 15px;
  padding: 2px 20px 2px 35px;
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  background-color: #222;
  clip-path: polygon(12% 0%, 100% 0, 100% 100%, 0% 100%);
}

.aa-detail-det-address {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #757575;
}

.aa-detail-det-address .ic {
  margin-left: 10px;
}

.aa-detail-det-slider {
  margin-bottom: 60px;
}

.slider-product {
  margin-bottom: 14px;
}

.slider-product .flex-control-nav {
  bottom: 34px;
}

.carousel-product {
  margin-bottom: 30px;
}

.carousel-product .slides>li {
  position: relative;
  height: 85px;
  margin-right: 15px;
}

.carousel-product .slides>li:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(0, 0, 0, .6);
  content: '';
  transition: all .3s;
}

.carousel-product .slides>li.flex-active-slide:after {
  opacity: 1;
}

.carousel-product .slides>li:hover:after {
  background-color: rgba(0, 0, 0, 0);
}

.aa-detail-det-title-inner {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 700;
  color: #222;
  text-transform: uppercase;
}

.aa-detail-det-title-inner:after {
  display: block;
  width: 50px;
  height: 1px;
  margin-top: 13px;
  margin-bottom: 25px;
  background-color: #666;
  box-shadow: 10px 5px 0 0 #666;
  content: '';
}

.wrap-nav-tabs {
  margin-top: 43px;
  margin-bottom: 40px;
}

.aa-detail-det {
  padding-top: 110px;
  padding-bottom: 100px;
  /*
	background-image: url(../img/bg.png);
	background-repeat: no-repeat;
	background-size: 1600px;
	background-position: 0% 300px;
*/
}

.aa-detail-panel {
  padding-bottom: 50px;
}

.aa-detail-plate {
  margin-bottom: 40px;
}

.aa-detail-plate-item {
  overflow: hidden;
  margin-bottom: 9px;
  padding: 20px 30px;
  border: 1px solid #eee;
}

.aa-detail-plate-item .ic {
  float: left;
  font-size: 31px;
}

.aa-detail-plate-inner {
  float: left;
  padding-left: 35px;
}

.aa-detail-plate-title {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #888;
  letter-spacing: 0;
  text-transform: uppercase;
}

.aa-detail-plate-info {
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
  color: #222;
  letter-spacing: 0;
}

.aa-detail-info {
  margin-bottom: 40px;
  padding: 33px 30px 15px;
  background-color: #f6f6f6;
  text-transform: uppercase;
}

.aa-detail-info-item {
  overflow: hidden;
  margin-bottom: 19px;
}

.aa-detail-info-title {
  float: left;
}

.aa-detail-info-desc {
  float: right;
  font-size: 15px;
  font-weight: 700;
  color: #222;
}

.aa-detail-contact {
  overflow: hidden;
  margin-bottom: 40px;
  padding: 18px 4px;
  border-top: 2px solid #222;
  border-bottom: 2px solid #222;
  border-radius: 1px;
}

.aa-detail-contact .ic {
  float: left;
  font-size: 46px;
}

.aa-detail-contact-inner {
  float: left;
  margin-left: 10px;
  line-height: 1;
}

.aa-detail-contact-info {
  display: block;
  margin-top: 10px;
  margin-bottom: 3px;
  font-size: 18px;
  font-weight: 600;
  color: #222;
}

.aa-detail-contact-number {
  display: block;
  font-size: 26px;
  font-weight: 700;
  color: #222;
  letter-spacing: -.13px;
  text-transform: uppercase;
}

.aa-detail-calculate-title {
  margin-bottom: 24px;
  padding: 19px 0 17px;
  font-size: 16px;
  font-weight: 700;
  color: #222;
  border-bottom: 4px solid transparent;
  background-color: #f6f6f6;
  text-align: center;
  text-transform: uppercase;
}

.aa-detail-calculate .btn {
  display: block;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 15px;
  padding: 11px 46px 12px;
  font-size: 18px;
}

.aa-detail-total {
  padding: 26px 26px 15px;
  color: #fff;
  border-radius: 2px;
  background-color: #222;
}

.aa-detail-total-item {
  overflow: hidden;
  margin-bottom: 10px;
}

.aa-detail-total-title {
  float: left;
}

.aa-detail-total-info {
  float: right;
  font-weight: 600;
}

.reviews-slider {
  margin: 57px -15px 10px;
}

.aa-reviews {
  margin-bottom: 100px;
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
}

.aa-reviews-inner {
  padding-top: 40px;
  background-color: #fff;
}

.aa-reviews-foto {
  display: block;
  overflow: hidden;
  width: 65px;
  height: 65px;
  margin: 0 auto 16px;
  border-radius: 50%;
}

.aa-reviews-name {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #222;
  text-transform: uppercase;
}

.aa-reviews-categorie {
  display: block;
  font-size: 11px;
  color: #222;
  text-transform: uppercase;
}

.aa-reviews-blockquote {
  margin-bottom: 0;
  padding: 25px 20px 38px;
  font-size: 15px;
  font-style: italic;
  line-height: 26px;
  color: #777;
  border: none;
  text-align: center;
}

.aa-reviews-blockquote:after {
  display: block;
  width: 36px;
  height: 31px;
  margin: 30px auto 0;
  content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAfCAYAAACPvW/2AAACDUlEQVRYR+2Wy46qQBCGm5vCYczElZGFMR0SFyx9AR7dF3BJjAkhxBATl3NhWoHpOSljTxiFKpizPLDSdFfx9d/1V6ExxthyubR1XR/D7z6PlPKSpun5PiYIgichhNEnF+xdLBa5NgAhsg0KUTU1KDQopBQY+pBSYujUlCv+H4UwJTDHTKfTj+12W1JK1tc5589t+5MkeblO+98CQavfbDYVlaO2rnPOJ/8ERJzojTEmuwKFYWgeDge3ab9lWXK/379RChmc8yfsRF1hqO8ux3E+oyh6R4GwL0mVoA8QVo/KsSjQarWalGWpN720KIoiyzLRAwhVW9VjKxD1nZ0kyTtj7LMr0Gw2c13XNZv267r+FcfxK6w1AgVBMBJCOG0v63tdnuf9sW3bastXb7APQL7vj6WUNnbyHnbXPM9zMJibOuDWrx8KgSV3u924TVYFmOd5dTqdcuqqQOWqqsZtNajiHccRURQV6r+2Xq+tLMtGFAgE3K4KYK6naXpAYcMwRhQIxJ7P5/J4PH7U82hUvajNN2kBBi1kql5qykDfeTjctYYwe9eUAYt3cRU6Hiilr0CYSl2u6f7qMItT/Uu5TPN9fyKl/HYdXBFj7BLH8YUq4Pv1ppkFs2o+nwtqGH8DqEYIIFVVFWmaAkhr8VKQakwAiGmal7qTsNh6H4ICt7oGUkCMMSMMQ41S5D7PX7g1ruf3NaNEAAAAAElFTkSuQmCC);
}

.aa-subscribe {
  clip-path: polygon(5% 0%, 95% 0%, 100% 100%, 0% 100%);
}

.aa-subscribe-title {
  float: left;
  padding: 16px 0 19px 80px;
  font-size: 28px;
  font-weight: 600;
  color: #fff;
}

.aa-subscribe-form {
  position: relative;
  float: right;
  width: 714px;
  height: 75px;
  padding: 0 120px 0 140px;
  line-height: 75px;
  background-color: #282929;
  clip-path: polygon(8% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.aa-subscribe-form::-moz-placeholder {
  opacity: 1;
  color: #666;
}

.aa-subscribe-form:-ms-input-placeholder {
  color: #666;
}

.aa-subscribe-form::-webkit-input-placeholder {
  color: #666;
}

.aa-subscribe-submit {
  position: absolute;
  top: 0;
  right: 130px;
  font-size: 24px;
  color: #fff;
  border: none;
  background-color: transparent;
  transition: all .3s;
}

.aa-subscribe-input {
  width: 100%;
  height: 50px;
  padding-left: 5px;
  font-size: 18px;
  line-height: 50px;
  color: #666;
  border: none;
  border-bottom: 1px solid rgba(102, 102, 102, .45);
  background-color: transparent;
  transition: all .3s;
}

.aa-subscribe-input:focus {
  border-bottom-color: #fff;
  outline: none;
}

/* Sidebar */
.sidebar {
  margin-bottom: 40px;
  padding-top: 5px;
  padding-bottom: 50px;
  background-color: #fff;
}

.widget {
  margin-bottom: 47px;
}

.widget-title {
  position: relative;
  margin-top: 0;
  margin-bottom: 12px;
  padding: 18px 20px;
  font-size: 18px;
  font-weight: 600;
  color: #222;
  border: 1px solid #eee;
  background-color: #f6f6f6;
  text-transform: uppercase;
}

.widget-content {
  margin-top: 26px;
  margin-bottom: 8px;
}

.widget-post {
  margin-top: 15px;
  padding-top: 9px;
  padding-right: 10px;
  padding-bottom: 5px;
}

.widget-post-img {
  float: left;
  width: 80px;
}

.widget-post-inner {
  margin-left: 100px;
}

.widget-post-title {
  margin-top: 0;
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.375;
  color: #555;
  text-align: left;
}

.widget-post-date {
  font-size: 12px;
  font-weight: 600;
  color: #666;
}

.widget-post-reviews {
  margin-top: 13px;
}

.widget-banner {
  margin-bottom: 30px;
}

.list-categories-link {
  display: block;
  margin-bottom: 11px;
  margin-left: 21px;
  font-weight: 400;
  color: #222;
  transition: all .3s;
}

.list-categories-link:before {
  display: inline-block;
  margin-right: 13px;
  font: normal normal normal 14px/1 FontAwesome;
  color: #999;
  content: '\f105';
  vertical-align: middle;
}

.list-categories-link:hover {
  text-decoration: none;
}

.list-categories-link:hover:before {
  color: #000;
}

.list-categories-more {
  display: block;
  margin-top: 27px;
  margin-left: 9px;
  font-size: 11px;
  font-weight: 600;
}

.list-descriptions dt {
  display: block;
  margin-left: 2px;
  font-weight: 600;
  color: #222;
  transition: all .3s;
  text-transform: uppercase;
}

.list-descriptions dt:before {
  display: inline-block;
  margin-right: 13px;
  font: normal normal normal 7px/1 FontAwesome;
  content: '\f0da';
  vertical-align: middle;
}

.list-descriptions dt:hover {
  text-decoration: none;
}

.list-descriptions dd {
  display: block;
  margin-top: 3px;
  margin-bottom: 23px;
  margin-left: 17px;
  font-weight: 300;
  line-height: 1.7;
}

.slider-price {
  max-width: 200px;
}

.slider-price-wrap-input {
  display: block;
  margin-bottom: 5px;
}

.slider-price-input {
  display: inline-block;
  width: 70px;
  margin: 0 10px;
  font-size: 10px;
  color: #fff;
  border: none;
  background-color: #444;
  text-align: center;
}

.list-tags {
  margin-left: 0;
  padding-top: 10px;
}

.list-tags-link {
  display: block;
  padding: 8px 13px;
  font-size: 14px;
  font-weight: 600;
  color: #222;
  border: 1px solid #eee;
  border-radius: 2px;
  transition: all .3s;
}

.list-tags-link:hover {
  color: #fff;
  box-shadow: 0 3px 0 0 #555;
  text-decoration: none;
}

.list-tags>li {
  margin-bottom: 5px;
  padding-left: 0;
}

.widget_searce {
  margin-bottom: 30px;
  padding-top: 10px;
}

.form-search {
  position: relative;
  padding: 16px 10px;
  border: 1px solid #eee;
  border-radius: 2px;
}

.form-search-input {
  width: 100%;
  padding: 0 30px 0 5px;
  border: none;
}

.form-search-input:focus {
  outline-style: none;
}

.form-search-submit {
  position: absolute;
  top: 15px;
  right: 10px;
  font-size: 16px;
  color: #222;
  border: none;
  background-color: transparent;
}

.form-search-input::-webkit-input-placeholder {
  color: #aaa;
}

.form-search-input::-moz-placeholder {
  color: #aaa;
}

.btn-filter {
  margin-left: 40px;
}

.aa-filter-type {
  margin-top: 23px;
  margin-bottom: 5px;
  text-align: center;
}

.aa-filter-type-item {
  display: inline-block;
  width: 48%;
  margin-right: 0;
  margin-bottom: 4px;
}

.aa-filter-type-input {
  display: none;
}

.aa-filter-type-label {
  width: 100%;
  height: 80px;
  margin-bottom: 0;
  padding-top: 10px;
  font-weight: normal;
  border: 1px solid #ddd;
  border-radius: 2px;
  cursor: pointer;
  text-transform: uppercase;
}

.aa-filter-type-icon {
  display: block;
  margin-bottom: -11px;
  font-size: 50px;
  line-height: .9;
  color: #ccc;
}

.aa-filter-type-icon {
  color: #666666;
}

.aa-filter-type-title {
  display: block;
  margin-top: 9px;
  font-size: 11px;
  font-weight: 600;
  color: #222;
}

.filter-goods {
  margin-bottom: 24px;
  padding-top: 14px;
  padding-right: 0;
  padding-bottom: 12px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.filter-goods:before,
.filter-goods:after {
  display: table;
  content: '';
}

.filter-goods:after {
  clear: both;
}

.filter-goods-info {
  float: left;
  padding: 8px 0 0 15px;
  letter-spacing: .01em;
}

.filter-goods-select {
  float: right;
}

.filter-goods-select .selectpicker {
  display: inline-block;
}

.filter-goods-select .bootstrap-select.btn-group .dropdown-toggle .caret {
  margin-top: -4px;
}

.filter-goods-select .ui-select {
  height: 40px;
  padding-top: 12px;
  border-radius: 20px;
}

.filter-goods-select-title {
  margin-right: 5px;
}

.btns-switch {
  display: inline-block;
  margin-left: 6px;
  padding: 0 10px;
  border: 1px solid #eee;
  border-radius: 20px;
  vertical-align: top;
}

.btns-switch-item {
  width: 40px;
  height: 38px;
  font-size: 16px;
  line-height: 38px;
  color: #999;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
  text-align: center;
}

.btns-switch-item.active,
.btns-switch-item:hover {
  color: #222;
}

.aa-filter-inner {
  padding: 42px 19px 0 19px;
}

.aa-filter-title {
  margin-top: 0;
  margin-bottom: 0;
  padding: 22px 24px;
  font-size: 20px;
  font-weight: 700;
  color: #222;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  background-color: #f6f6f6;
}

.aa-filter-title .ic {
  float: right;
  font-size: 26px;
}

.aa-filter-group {
  padding-bottom: 42px;
}

.aa-filter-group:last-child {
  padding-bottom: 34px;
}

.aa-filter-group .ui-filter-slider {
  margin-top: 20px;
}

.aa-filter-group-title {
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1;
  color: #222;
  text-transform: uppercase;
}

.aa-filter {
  margin-bottom: 130px;
  border: 1px solid #eee;
}

.aa-filter .form-control {
  height: 45px;
  margin-top: 13px;
  margin-bottom: 0;
  font-size: 14px;
  border: 1px solid #eee;
  border-radius: 2px;
  background-color: #fff;
}

.aa-filter .selectpicker {
  display: inline-block;
}

.aa-filter .bootstrap-select {
  margin-top: 13px;
  margin-bottom: 0;
}

.aa-filter .ui-select {
  height: 45px;
}

.aa-filter .ui-filter-slider-info {
  overflow: hidden;
  margin-top: 14px;
  margin-bottom: 16px;
}

.aa-filter .checkbox-group {
  padding-top: 15px;
  padding-left: 4px;
}

/* Blog */
.aa-post {
  position: relative;
  margin: 0 40px 30px;
  padding: 25px 75px 25px 40px;
  border: 1px solid #eee;
  transition: all .3s;
}

.aa-post:last-child {
  margin-bottom: 20px;
}

.aa-post:hover {
  background-color: #f6f6f6;
}

.aa-post .entry-media {
  float: left;
  width: 260px;
  clip-path: polygon(9% 0, 100% 0, 91% 100%, 0 100%);
}

.aa-post .entry-main {
  padding-left: 500px;
}

.aa-post .entry-title {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
}

.aa-post .entry-title,
.aa-post .entry-title a {
  color: #222;
}

.aa-post .entry-meta {
  float: left;
  width: 160px;
  margin-top: 14px;
  margin-left: 64px;
}

.aa-post .entry-meta-item {
  display: inline-block;
  height: 30px;
  margin-bottom: 5px;
  padding: 0 28px 0 15px;
  line-height: 30px;
  color: #fff;
  background-color: #666;
  clip-path: polygon(0 0, 84% 0%, 100% 100%, 0% 100%);
}

.aa-post .entry-meta-item_primary {
  clip-path: polygon(0 0, 100% 0, 82% 100%, 0% 100%);
}

.aa-post .entry-meta-item .ic {
  margin-right: 6px;
}

.aa-post .entry-content {
  line-height: 1.6;
  letter-spacing: 0;
}

.aa-post .entry-meta-date {
  display: block;
  margin-bottom: 5px;
  font-size: 30px;
  color: #222;
}

.aa-post-share:hover {
  color: #fff;
}

.aa-post-share {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 30px;
  padding: 0 16px 0 23px;
  line-height: 30px;
  color: #282929;
  background-color: #f6f6f6;
  text-align: center;
  clip-path: polygon(25% 0%, 100% 0, 100% 100%, 0% 100%);
}

.aa-post-full-group {
  margin-bottom: 23px;
  padding-bottom: 11px;
  border-bottom: 1px solid #eee;
}

.aa-post-full {
  position: relative;
  margin-bottom: 50px;
  padding-top: 10px;
}

.aa-post-full .entry-main {
  padding-top: 55px;
}

.aa-post-full .entry-meta .ic {
  margin-right: 5px;
}

.aa-post-full .entry-meta-item {
  position: relative;
  display: inline-block;
  margin-right: 15px;
  padding: 0 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  color: #fff;
  background-color: #666;
  text-transform: uppercase;
}

.aa-post-full .entry-meta-item:nth-child(odd):after,
.aa-post-full .entry-meta-item:nth-child(even):before {
  content: '';
}

.aa-post-full .entry-meta-item:nth-child(odd):after {
  position: absolute;
  z-index: 1;
  left: 100%;
  display: inline-block;
  border-right: 14px solid transparent;
  border-bottom: 30px solid #666;
}

.aa-post-full .entry-meta-item:nth-child(even):before {
  position: absolute;
  z-index: 1;
  right: 100%;
  display: inline-block;
  border-top: 30px solid transparent;
  border-left: 14px solid transparent;
}

.aa-post-full .entry-title {
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 700;
  color: #222;
}

.aa-post-full .entry-title:after {
  display: block;
  width: 50px;
  height: 1px;
  margin: 21px 0 34px;
  background-color: #666;
  box-shadow: 10px 5px 0 0 #666;
  content: '';
}

.aa-post-full .entry-label {
  position: absolute;
  top: 55px;
  left: 45px;
  padding: 0 20px;
  font-size: 13px;
  font-weight: 700;
  line-height: 34px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  clip-path: polygon(7% 0%, 100% 0%, 93% 100%, 0% 100%);
}

.aa-post-full .entry-date {
  font-weight: 700;
  position: absolute;
  top: 375px;
  right: 68px;
  padding: 0 30px 0 42px;
  font-size: 30px;
  line-height: 55px;
  color: #fff;
  clip-path: polygon(15% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.aa-post-full .entry-content {
  margin-bottom: 37px;
  padding-right: 20px;
}

.aa-post-full .aa-post-btn {
  float: left;
}

.aa-post-full .aa-post-share {
  float: right;
  padding: 10px 30px;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
}

.aa-post-full .aa-post-share .ic {
  display: inline-block;
  margin-right: 9px;
  font-size: 16px;
}

.aa-post-full .entry-title-inner:after {
  display: block;
  width: 50px;
  height: 1px;
  margin: 21px 0 34px;
  background-color: #666;
  box-shadow: 10px 5px 0 0 #666;
  content: '';
}

.aa-post-full .entry-blockquote {
  position: relative;
  margin-left: 135px;
  padding-left: 0;
  font-size: 18px;
  font-style: italic;
  line-height: 30px;
  color: #222;
}

.aa-post-full .entry-blockquote:after {
  position: absolute;
  top: 10px;
  left: -50px;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 40px;
  content: '\f10d';
}

.aa-post-full-single .entry-footer {
  text-align: center;
}

.aa-post-full-single .aa-post-share {
  display: inline-block;
  float: none;
}

.aa-about-autor {
  position: relative;
  padding: 34px 84px 34px 34px;
  color: #fff;
}

.aa-about-autor-img {
  float: left;
}

.aa-about-autor-inner {
  margin-left: 147px;
}

.aa-about-autor-name {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 13px;
  font-weight: 700;
  color: #fefefe;
  text-transform: uppercase;
}

.aa-about-autor-categorie {
  margin-bottom: 18px;
  font-size: 11px;
  font-weight: 600;
  color: rgba(255, 255, 255, .6);
  text-transform: uppercase;
}

.aa-about-autor-description {
  font-size: 13px;
  font-weight: 300;
  line-height: 20px;
}

.aa-about-autor-social {
  position: absolute;
  top: 0;
  right: 0;
}

.aa-about-autor-social a {
  display: block;
  padding: 17px 28px;
  color: #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  transition: all .3s;
}

.aa-about-autor-social a:hover {
  color: #ccc;
  text-decoration: none;
}

.aa-about-autor .decor-1,
.aa-about-autor .decor-1:after {
  border-top-color: rgba(204, 204, 204, .7);
}

.aa-post-nav {
  margin-top: 70px;
  padding-bottom: 40px;
  border-bottom: 1px solid #eee;
}

.aa-post-nav-item {
  display: inline-block;
  width: 50%;
  margin-right: -2px;
  margin-left: -1px;
  vertical-align: top;
}

.aa-post-nav-img {
  width: 120px;
  height: 92px;
}

.aa-post-nav-info {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #666;
}

.aa-post-nav-inner {
  display: block;
}

.aa-post-nav-link {
  display: block;
  margin-top: 22px;
  font-size: 14px;
  font-weight: 400;
  color: #ecba00;
  text-transform: uppercase;
}

.aa-post-nav-item:nth-child(1) {
  padding-right: 45px;
  text-align: right;
}

.aa-post-nav-item:nth-child(1) .aa-post-nav-inner {
  padding-right: 140px;
}

.aa-post-nav-item:nth-child(1) .aa-post-nav-img {
  float: right;
}

.aa-post-nav-item:nth-child(2) {
  padding-left: 45px;
}

.aa-post-nav-item:nth-child(2) .aa-post-nav-img {
  float: left;
}

.aa-post-nav-item:nth-child(2) .aa-post-nav-inner {
  padding-left: 140px;
}

.aa-author {
  padding: 30px 35px;
}

.aa-author-img {
  float: left;
  clip-path: polygon(0% 0%, 93% 0%, 100% 100%, 7% 100%);
}

.aa-author-inner {
  padding-top: 14px;
  padding-left: 188px;
}

.aa-author-title {
  display: block;
  font-size: 20px;
  font-weight: 700;
}

.aa-author-info {
  float: left;
}

.aa-author-header {
  overflow: hidden;
}

.aa-author-category {
  display: block;
  font-size: 14px;
  color: #666;
}

.aa-author-soc {
  position: relative;
  float: right;
  margin-right: 20px;
  padding-right: 9px;
  padding-left: 9px;
}

.aa-author-soc:after {
  position: absolute;
  top: 0;
  left: 100%;
  display: block;
  border-top: 30px solid transparent;
  border-left: 15px solid transparent;
  content: '';
}

.aa-author-soc-item {
  float: left;
}

.aa-author-soc-link {
  display: block;
  padding: 5px 8px;
  font-size: 14px;
  color: #fff;
}

/* Blog comments */
.section-comment {
  margin-top: 46px;
  padding: 26px 40px 0 50px;
  background-color: #fff;
}

.section-comment .border-color {
  border-width: 3px;
}

.section-comment .border-color:after {
  width: 0;
}

.comments-list {
  margin-top: 39px;
  padding-left: 0;
  list-style-type: none;
}

.comments-list .children {
  margin-left: 70px;
  list-style-type: none;
}

.comments-list .comment {
  position: relative;
  margin-bottom: 45px;
}

.comments-list .comment-face {
  float: left;
}

.comments-list .comment-btn {
  position: absolute;
  top: 0;
  right: 10px;
  display: inline-block;
  padding: 5px 11px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  background-color: #666;
  transform: skewX(-17deg);
}

.comments-list .comment-btn .btn-inner {
  display: block;
  transform: skewX(17deg);
}

.comments-list .comment-categorie {
  font-size: 12px;
  color: #666;
  font-weight: 600;
}

.comments-list .comment-inner {
  margin-left: 90px;
  padding-bottom: 10px;
}

.comments-list .comment-inner {
  margin-left: 90px;
}

.comments-list .avatar-placeholder {
  float: left;
  overflow: hidden;
  width: 65px;
  height: 65px;
  border-radius: 50%;
}

.comments-list .comment-header {
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.comments-list .comment-author {
  display: block;
  margin-top: 6px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  color: #222;
}

.comments-list .comment-author-inner {
  font-size: 13px;
  color: #999;
  text-transform: none;
}

.comments-list .comment-datetime {
  display: block;
  font-family: Ubuntu, serif;
  font-size: 11px;
  font-weight: 600;
}

.comments-list .comment-reply {
  position: absolute;
  top: 0;
  right: 0;
}

.comments-list .comment-reply .btn {
  padding: 10px 20px;
  background-color: #f8f8f8;
}

.comment-reply-form {
  margin-top: 44px;
  padding: 27px 45px 48px;
  background-color: #fff;
}

.comment-reply-form .ui-title-inner {
  margin-top: 20px;
  margin-bottom: 16px;
  font-size: 15px;
}

.comment-reply-form .input-group {
  margin-bottom: 20px;
}

.comment-reply-form .form-control {
  margin-bottom: 22px;
  background-color: #f5f5f5;
}

.comment-reply-form .form-control:focus {
  background-color: #fff;
}

.comment-reply-form .decor-1 {
  margin-bottom: 40px;
}

.comment-reply-form .wrap-btn-skew-r {
  margin-top: 5px;
}

.section-reply-form {
  padding: 50px 85px 50px 50px;
}

.form-reply .btn {
  margin-top: 15px;
}

.section-policy {
  padding-top: 110px;
  padding-bottom: 110px;
}

.section-policy h2 {
  margin-bottom: 40px;
}

.section-policy h3 {
  margin-top: 30px;
  margin-bottom: 20px;
}

.section-policy p {
  margin-bottom: 5px;
}

.section-policy .list-letter {
  margin-bottom: 10px;
  list-style-type: lower-alpha;
}

/* ======= PRELOADER ========== */
.preloaderjs .spinner {
  display: none !important;
}

.preloaderjs#page-preloader {
  background: rgba(46, 46, 46, .99) !important;
}

#page-preloader {
  position: fixed;
  z-index: 100500;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #2e2e2e;
}

#page-preloader .spinner {
  position: absolute;
  z-index: 1001;
  top: 50%;
  left: 50%;
  display: block;
  width: 100px;
  height: 100px;
  margin-top: -50px;
  margin-left: -50px;
  border: 3px solid transparent;
  border-top-color: #e7e4d7;
  border-radius: 50%;
  -webkit-animation: spin 2.5s infinite linear;
  animation: spin 2.5s infinite linear;
}

#page-preloader .spinner:before,
#page-preloader .spinner:after {
  position: absolute;
  border-radius: 50%;
  content: '';
}

#page-preloader .spinner:before {
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
  border: 3px solid transparent;
  border-top-color: #166ed7;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}

#page-preloader .spinner:after {
 border-top-color: #fffe02 !important;
  top: 15px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  border: 3px solid transparent;
  -webkit-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* DETAIL STYLES */
.header-top_buttons .header-social {
  position: relative;
  top: 2px;
}

header {
  background: #264070;
  position: relative;
  z-index: 11;
}

.header-middle .col-md-4 {
  padding-left: 0;
}

.header-middle .col-md-8 {
  padding-right: 0;
}

.header-bottom .col-md-10 {
  padding-left: 0;
}

.header-bottom .header-navbar a:first-child {
  padding-left: 0;
}

.header-top {
  border-bottom: 1px solid #eee;
}

.header-top_content {
  margin: 31px 0;
  color: #222;
  font-size: 16px;
}

.header-top_buttons {
  margin: 15px 0;
  text-align: right;
}

.header-top_buttons ul {
  list-style: none;
  display: inline-block;
  font-size: 17px;
  margin: 0;
  padding: 0 40px 0 0;
}

.header-top_buttons ul li {
  display: inline-block;
  padding-right: 10px;
}

.header-top_buttons ul li a {
  color: #666;
}

.header-top_button_1 {
  display: inline-block;
  margin-right: 21px;
  position: relative;
}

.header-top_button_1:after {
  position: absolute;
  display: block;
  border-bottom: 54px solid #222;
  content: '';
  right: -19px;
  top: 0;
  border-right: 20px solid transparent;
}

.header-top_buttons ul li:last-child {
  padding-right: 0;
}

.header-top .col-md-6 {
  padding-left: 0;
  padding-right: 0;
}

.button_header {
  padding: 15px 25px !important;
  background: #222;
  border-radius: 0 !important;
}

.button_header span {
  color: #fff;
}

.button_header span i {
  color: #ecba00;
  padding-right: 10px;
}

.header-top_button_2 .button_header {
  background: #ecba00;
}

.header-top_button_2:before {
  position: absolute;
  display: block;
  border-top: 55px solid #ecba00;
  content: '';
  right: 141px;
  top: 0;
  border-left: 20px solid transparent;
}

.header-top_button_2 {
  display: inline-block;
  position: relative;
}

.header-logo {
  margin: 30px 0;
}

.header-logo img {
  max-width: 100%;
  height: auto;
}

.header-banner {
  margin: 35px 0;
}

.header-banner_icon {
  display: inline-block;
  font-size: 38px;
  margin-right: 10px;
  color: #ecba00;
}

.header-banner_title {
  display: inline-block;
}

.header-banner_title h3 {
  font-weight: 700;
  color: #222;
  margin: 0;
  font-size: 18px;
}

.header-bottom {
  background: #222;
}

.header-bottom_search {
  margin: 22px 15px;
  text-align: right;
}

.header-navbar:before {
  position: absolute;
  background: #222;
  top: 0;
  width: 52%;
  left: -50%;
  height: 65px;
}

.header-bottom_search:after {
  position: absolute;
  display: block;
  border-bottom: 65px solid #222;
  content: '';
  right: -20px;
  top: 0;
  border-right: 20px solid transparent;
}

.header-banner_title span {
  font-size: 16px;
}

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

.header-2 .header-navbar li {
  display: inline-block;
  font-weight: 600;
  font-size: 16px;
  padding: 21px 0 24px;
}

.header-2.header-navbar .yamm>li>a {
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  padding: 22px;
  background: transparent !important;
}

html .header-2.header-navbar .yamm .dropdown-menu {
  left: auto;
  margin-top: 0;
  padding: 3px 0;
}

.header-2.header-navbar .yamm .dropdown-menu a {
  padding: 5px 20px;
}

.header-2.header-navbar .dropdown:after {
  top: 9px !important;
  right: 9px !important;
  color: #fff !important;
}

.header-navbar a {
  color: #fff;
  padding: 0 20px;
}

.wrap-figure {
  position: relative;
  z-index: 100;
}

.form-main {
  padding: 25px 0 66px 0;
}

.top-element_gray {
  background-color: #ecba00;
}

.top-element {
  position: absolute;
  z-index: 10;
  top: -99px;
  right: 0;
  left: 0;
  display: inline-block;
  height: 32px;
  margin: 0 40px;
  background-color: #fff;
}

.top-element_gray:before,
.top-element_gray:after,
.rental-block_filter-list li:first-child a:before,
.rental-block_filter-list li:last-child a:after {
  border-bottom-color: #ecba00;
}

.top-element_white:before,
.top-element_white:after {
  border-bottom-color: #fff;
}

.bottom-element_white:before,
.bottom-element_white:after {
  border-bottom-color: #f6f6f6;
}

.top-element:before,
.bottom-element_white:before,
.top-element_white:before {
  left: -48px;
  border-left: 48px solid transparent;
}

.rental-block_filter-list li.link_active.btn-filter-last a:before {
  right: -48px;
  top: 0;
  border-right: 48px solid transparent;
  position: absolute;
  display: block;
  border-bottom: 49px solid #ecba00;
  content: '';
  transition: all .3s;
}

.rental-block_filter-list li.link_active.btn-filter-first a:before {
  left: -48px;
  top: 0;
  border-left: 48px solid transparent;
  position: absolute;
  display: block;
  border-bottom: 49px solid #ecba00;
  content: '';
}

.top-element:after {
  right: -48px;
  border-right: 48px solid transparent;
}

.top-element_white:after {
  right: -48px;
  border-right: 48px solid transparent;
}

.bottom-element_white:after {
  right: -48px;
  border-right: 48px solid transparent;
}

.top-element:before,
.top-element:after {
  position: absolute;
  display: block;
  border-bottom: 32px solid #ecba00;
  content: '';
}

.top-element_white:before,
.top-element_white:after {
  position: absolute;
  display: block;
  border-top: 32px solid #fff;
  content: '';
}

.bottom-element_white:before,
.bottom-element_white:after {
  position: absolute;
  display: block;
  border-bottom: 32px solid #f6f6f6;
  content: '';
}

.filter_header {
  font-size: 36px;
  text-align: center;
  color: #fff;
}

.filter_header h2 {
  font-weight: 700;
}

.bg_gray,
.top-element_gray {
  background: #ecba00;
}

.filter-main_select {
  width: 220px;
  margin-right: 5px;
  vertical-align: top;
  display: inline-block;
  color: #999;
}

.filter-main_select span {
  padding-bottom: 7px;
  display: block;
  padding-left: 0;
  font-size: 16px;
  color: #fff;
}

.filter-main_button span {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
  color: #666;
  font-style: italic;
}

.dropdown-filter {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 2px;
  padding-left: 20px;
  width: 100%;
  height: 50px;
}

.btn.button_filter {
  width: 100%;
  background-color: #222;
  color: #fff;
  margin-top: 37px;
  height: 50px;
  vertical-align: middle;
  padding: 0 0 0 20px;
}

.btn_rent {
  background-color: #ecba00;
  height: 50px;
  position: absolute;
  top: -25px;
  left: 50%;
  font-size: 16px !important;
  padding: 14px 20px !important;
  width: 150px;
  text-align: center !important;
  display: inline-block !important;
  margin-left: -75px;
  color: #fff !important;
}

.button_filter span {
  padding: 0;
  color: #fff;
  font-style: normal;
}

.button_filter:after {
  position: absolute;
  display: block;
  border-top: 147px solid #ecba00;
  content: '';
  right: 22px;
  top: 140px;
  border-left: 37px solid transparent;
  border-bottom-color: #ecba00;
}

.filter-dropdown_active:active .dropdown-list {
  display: block;
}

.dropdown-list {
  position: absolute;
  width: 220px;
  display: none;
  list-style-type: none;
  background: #fff;
  padding: 0;
}

.dropdown-element {
  background-color: #fff;
  padding: 10px 20px;
  font-style: normal;
}

.dropdown-element:hover {
  background-color: #ccc;
}

.dropdown-element a {
  color: #666;
}

.dropdown-element:hover a {
  color: #ecba00;
}

.block-info-header,
.rental-block_header,
.comment-block_header,
.block-news_header {
  text-align: center;
  color: #222;
}

.block-info-header h2,
.rental-block_header h2,
.block-about_header h2,
.block-video_header h2,
.comment-block_header h2,
.block-news_header h2,
.block-app_header h2 {
  font-weight: 700;
  font-size: 48px;
  margin: 0;
}

.block-video_header h2,
.block-app_header h2 {
  color: #222;
  margin: 0;
}

.block-info-header span,
.rental-block_header span,
.block-about_header span,
.block-video_header span,
.comment-block_header span,
.block-news_header span,
.block-app_header span {
  font-size: 18px;
  font-weight: 500;
  color: #666;
}

.block-info_content {
  text-align: center;
  color: #222;
  font-weight: 300;
}

.block-info_content p {
  font-size: 18px;
}

.block-info_content span {
  font-size: 32px;
  font-family: Ricttoria, serif;
}

.decor {
  width: 50px;
  height: 1px;
  margin: 30px auto 60px;
  background-color: #ecba00;
  box-shadow: 10px 5px 0 0 #ecba00, -10px -5px 0 0 #ecba00;
}

.signature {
  padding: 20px 0 0 0;
}

.block-info-header span:after,
.block-info-header span:before,
.rental-block_header span:before,
.rental-block_header span:after,
.block-about_header span:after,
.block-video_header span:after,
.comment-block_header span:before,
.comment-block_header span:after,
.block-news_header span:before,
.block-news_header span:after,
.block-app_header span:after {
  display: inline-block;
  width: 15px;
  height: 1px;
  margin-left: 6px;
  margin-right: 6px;
  content: '';
  background-color: #ecba00;
  vertical-align: 22%;
}

.block-info {
  margin-bottom: 200px;
}

.features {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../media/aa-gallery/bg-1.jpg);
  background-attachment: fixed;
}

.banners {
  z-index: 3;
  position: relative;
  text-align: center;
  color: #fff;
  margin-top: 130px;
}

.banners-icon {
  font-size: 70px;
}

.banners h3 {
  font-size: 22px;
}

.banners p {
  font-size: 15px;
  color: #ccc;
  margin-bottom: 95px;
}

.cars {
  position: absolute;
  top: -25px;
  float: left;
  z-index: 3;
}

.cars img {
  width: 90%;
  position: relative;
  top: -140px;
}

.features:after,
.block-about:after {
  background: #222;
  opacity: 0.7;
  content: '';
  position: absolute;
  top: 0;
  z-index: 2;
  height: 100%;
  width: 100%;
}

.rental-block_filter-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 60px;
  text-align: center;
}

.rental-block_filter-list li {
  display: inline-block;
  margin-right: 0;
  padding: 15px 0;
}

.rental-block_filter-list li a {
  color: #222;
  font-size: 15px;
  font-weight: 500;
  padding: 15px 20px;
  position: relative;
}

.rental-block_filter-list li a:hover {
  background: #ecba00;
  color: #fff;
}

.link_active a {
  background: #ecba00;
  color: #fff !important;
}

.rent-block_item {
  margin-bottom: 30px;
}

.rent-block_item img {
  width: 100%;
}

.rent-block_item-footer {
  text-align: center;
  background: #f6f6f6;
  padding-bottom: 30px;
}

.rent-block_item-footer h4 {
  margin: 0;
  padding: 35px 0 20px 0;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  color: #222;
}

.rent-block_item-footer ul {
  list-style: none;
  padding-left: 0;
}

.rent-block_item-footer li {
  margin-bottom: 20px;
  display: inline-block;
  border-right: 1px solid #ddd;
  padding: 0 10px;
  text-align: center;
}

.rent-block_item-footer li:last-child {
  border-right: none;
}

.item-icon {
  color: #222;
  font-size: 25px;
}

.icon-subtext {
  display: block;
}

.rent-block_item-price {
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
}

.rent-block_item-price p {
  font-size: 18px;
  text-align: center;
  margin: 0;
}

.rent-block_item-price span {
  color: #ecba00;
  font-size: 24px;
  font-weight: 700;
  position: relative;
  left: -4px;
  top: 2px;
}

.button_rent {
  position: relative;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.aa-detail:hover .button_rent {
  opacity: 1;
}

.rent-block_item:hover .button_rent a {
  color: #fff !important;
}

.rent-block_item-img {
  position: relative;
}

.rent-block_item:hover .rent-block_item-img:after {
  opacity: 0.7;
}

.rent-block_item .rent-block_item-img:after {
  background: #222;
  opacity: 0;
  content: '';
  position: absolute;
  top: 0;
  z-index: 2;
  height: 100%;
  width: 100%;
  -webkit-transition: all 1s ease-out 0.1s;
  -moz-transition: all 1s ease-out 0.1s;
  -o-transition: all 1s ease-out 0.1s;
  transition: all 1s ease-out 0.1s;
}

.block-about {
  position: relative;
  padding-bottom: 110px;
  background: url(../media/aa-gallery/bg-2.jpg) fixed;
}

.block-about_header {
  color: #fff;
  position: relative;
  z-index: 3;
}

.block-about_header span {
  color: #fff;
}

.block-about_header .decor,
.block-video_header .decor,
.block-app_header .decor {
  margin: 25px 15px;
}

.block-about_1 {
  position: relative;
  z-index: 3;
}

.block-about_1 h4 {
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.3;
  text-align: right;
}

.block-about_3 {
  position: relative;
  z-index: 3;
}

.block-about_3 img {
  width: 100%;
}

.block-about_2 {
  position: relative;
  z-index: 3;
  color: #fff;
  font-size: 15px;
  text-align: right;
  padding-right: 0;
  opacity: 0.8;
}

.about-btns {
  position: relative;
  z-index: 3;
  padding-top: 20px;
}

.about-btn {
  text-align: center;
  padding: 55px 0;
  border: 1px solid #fff;
  margin-bottom: 30px;
}

.about-btn a {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}

.about-btn a:hover {
  color: #fff;
}

.about-btn:hover {
  background: #ecba00;
  -webkit-transition: top 2s ease-out 5s;
  -moz-transition: top 2s ease-out 5s;
  -o-transition: top 2s ease-out 5s;
  transition: top 2s ease-out 5s;
  border: 1px solid #ecba00;
}

.top-element_white {
  z-index: 10;
  position: relative;
  top: -100px;
  right: 0;
  left: 0;
  display: inline-block;
  height: 32px;
  width: 100%;
  background-color: #fff;
}

.bottom-element_white {
  z-index: 10;
  position: relative;
  top: 365px;
  right: 0;
  left: 0;
  display: inline-block;
  height: 32px;
  width: 100%;
  background-color: #f6f6f6;
}

.block-video_content {
  margin-top: 40px;
}

.block-video_content ul {
  list-style: none;
  padding-left: 15px;
}

.block-video_content li i {
  color: #ecba00;
  position: relative;
  left: -15px;
}

.block-video_content h5 {
  font-size: 15px;
  font-weight: 600;
  color: #222;
  margin-bottom: 15px;
  line-height: 1.7;
}

.block-video_content p {
  font-size: 15px;
  color: #666;
}

.block-video_content li {
  color: #222;
  font-size: 15px;
  font-weight: 600;
  padding-bottom: 15px;
}

.block-video_media img {
  width: 100%;
}

.block_contact {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}

.block_contact_1 {
  background-image: url(../media/aa-gallery/bg-3.jpg);
  background-size: cover;
}

.block_contact_1:after {
  background: #ecba00;
  opacity: 0.7;
  content: '';
  position: absolute;
  top: 0;
  z-index: 2;
  height: 100%;
  width: 100%;
}

.block_contact_2 {
  background-image: url(../media/aa-gallery/bg-4.jpg);
  background-size: cover;
}

.block_contact_2:after {
  background: #222;
  opacity: 0.7;
  content: '';
  position: absolute;
  top: 0;
  z-index: 2;
  height: 100%;
  width: 100%;
}

.block_contact_col {
  padding: 0 !important;
}

.block_contact_content_1 {
  text-align: right;
  padding-right: 105px;
  padding-left: 0;
}

.block_contact_content_1,
.block_contact_content_2 {
  z-index: 3;
  position: relative;
  padding-left: 105px;
  padding-top: 80px;
  padding-bottom: 80px;
  height: 300px;
}

.block_contact_content_1 span,
.block_contact_content_2 span {
  color: #fff;
  display: block;
}

.contact_number i {
  padding-right: 15px;
}

.block_contact_content_1 span:first-child,
.block_contact_content_2 span:first-child {
  font-size: 26px;
  font-weight: 600;
}

.block_contact_content_1 span:last-child {
  margin-top: -10px;
  padding-left: 300px;
  opacity: 0.9;
  padding-right: 4px;
}

.contact_number {
  font-size: 60px;
  font-weight: 700;
  padding-left: 45px;
}

.contact_rent {
  font-size: 58px;
  font-weight: 300;
  margin-bottom: -12px;
}

.block_contact_content_2 em {
  color: #ecba00;
}

.block_contact_content_2 span:last-child {
  position: relative;
  top: 3px;
}

.comment-block {
  background: #f6f6f6;
  clear: both;
  padding-bottom: 35px;
}

.comment-block_item {
  margin-left: 15px;
  margin-right: 15px;
  background: #fff;
  margin-bottom: 75px;
  text-align: center;
  box-shadow: 0 2px 11px #ccc;
}

.comment-block_item img {
  margin-top: 40px;
}

.comment-block_item h4 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0;
  color: #222;
}

.comment-block_item span {
  font-size: 11px;
  font-weight: 500;
  color: #222;
}

.comment-block_item p {
  font-size: 16px;
  margin: 25px 0 35px;
  padding: 0 30px;
}

.comment-block_item i {
  color: #dedede;
  font-size: 40px;
  margin-bottom: 40px;
}

.block-news .post_data {
  position: absolute;
  top: 5px;
  right: 5px;
  color: #222;
  background: #fff;
  padding: 10px 25px;
  font-weight: 700;
  font-size: 18px;
}

.block-news_post {
  border: 1px solid #eee;
  position: relative;
}

.block-news_post img {
  width: 100%;
}

.news-post_content h4 {
  font-size: 30px;
  font-weight: 700;
  color: #222;
}

.news-post_content p {
  font-size: 15px;
}

.news-post_content {
  padding: 50px;
}

.autor {
  display: inline-block;
  padding: 10px 20px;
  background: #333;
  color: #fff;
  margin-right: 20px;
  position: relative;
}

.autor:after {
  position: absolute;
  display: block;
  border-bottom: 41px solid #333;
  content: '';
  right: -20px;
  top: 0;
  border-right: 20px solid transparent;
}

.block-news_post_footer {
  padding: 0 50px 50px;
}

.autor span i,
.comments span i,
.likes span i {
  padding-right: 10px;
}

.comments {
  display: inline-block;
  background: #ecba00;
  padding: 10px 20px;
  position: relative;
  color: #fff;
}

.block-news .comments:before {
  position: absolute;
  display: block;
  border-top: 41px solid #ecba00;
  content: '';
  left: -20px;
  top: 0;
  border-left: 20px solid transparent;
}

.likes {
  display: inline-block;
  padding-left: 155px;
  color: #222;
}

.block-app_content {
  margin: 50px 0;
}

.block-app_content h4 {
  font-size: 18px;
  font-weight: 700;
  color: #222;
}

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

.android,
.ios {
  display: inline-block;
  margin-right: 50px;
  margin-bottom: 25px;
  color: #222;
}

.block-news_post:hover {
  background: #f6f6f6;
}

.android i,
.ios i {
  display: inline-block;
  font-size: 50px;
  margin-right: 15px;
  color: #ecba00;
}

.block-app_link {
  display: block;
  padding: 20px 35px;
  border: 1px solid #222;
}

.block-app_link:hover {
  background: #ecba00;
  border: 1px solid #ecba00;
  -webkit-transition: top 2s ease-out 5s;
  -moz-transition: top 2s ease-out 5s;
  -o-transition: top 2s ease-out 5s;
  transition: top 2s ease-out 5s;
}

.block_padding {
  padding-top: 100px;
  padding-bottom: 100px;
}

.block_padding_top {
  padding-top: 100px;
}

.block_padding_bot {
  padding-bottom: 100px;
}

.block-app_link:hover .app-link {
  color: #fff;
}

.block-app_link:hover i {
  color: #fff;
  -webkit-transition: top 2s ease-out 5s;
  -moz-transition: top 2s ease-out 5s;
  -o-transition: top 2s ease-out 5s;
  transition: top 2s ease-out 5s;
}

.app-link {
  display: inline-block;
  color: #222;
}

.app-link span {
  display: block;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: -5px;
}

.android span:last-child,
.ios span:last-child {
  font-weight: 700;
  font-size: 22px;
}

/* REPAIRCAR STYLES */
.block_repairs {
  padding-bottom: 30px;
}

.header-buttons .button_header {
  color: #fff;
}

.header-repairs-logo {
  margin: 30px 0;
}

.header-repairs-logo img {
  width: 100%;
}

.header-navbar-repairs {
  text-align: right;
  font-size: 16px;
  font-weight: 600;
}

.header-navbar-repairs ul {
  list-style: none;
  padding: 0;
  display: inline-block;
  margin: 35px 0;
}

.header-navbar-repairs li {
  display: inline-block;
  margin-left: 10px;
}

.header-navbar-repairs a {
  color: #222;
}

.header-buttons {
  margin: 20px 0;
}

.info-block_header h2 span,
.help-block_header h2 span,
.recent-block_header h2 span,
.faq-block_header h2 span,
.comment-block_header h2 span,
.block-repair-news_header h2 span,
.block-repairs_header h2 span {
  color: #ecba00;
  font-weight: 700;
  font-size: 42px;
}

.info-block_header span {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}

.help-block_header span,
.recent-block_header span,
.faq-block_header span,
.comment-block_header span,
.block-repair-news_header span,
.block-repairs_header span {
  font-size: 18px;
  font-weight: 500;
  color: #666;
}

.block-repairs_banner-icon {
  font-size: 65px;
  display: inline-block;
}

.block-repairs_banner-header {
  display: inline-block;
  margin-left: 25px;
}

.block-repairs_banner-header h3 {
  margin: 0;
  font-weight: 700;
  color: #222;
  font-size: 18px;
}

.block-repairs_content p {
  margin: 0;
}

.block-repairs_stats ul {
  list-style: none;
  margin: 50px 0;
  padding: 0;
}

.block-repairs_stats li {
  display: inline-block;
  border-left: 1px solid #ddd;
}

.block-repairs_stats li:last-child {
  border-right: 1px solid #ddd;
}

.block-repairs_stat {
  text-align: center;
  padding: 0 80px;
}

.block-repairs_stat h2 {
  font-weight: 700;
  color: #222;
  margin: 0;
  font-size: 60px;
}

.faq-block_header {
  text-align: left;
  color: #222;
}

.header-button_1 {
  margin-right: 20px;
}

.header-button_1,
.header-button_2 {
  display: inline-block;
}

.help-block_button {
  margin-bottom: 100px;
}

.help-block_button .button_help,
.header-button_2 .button_header {
  background: #ecba00;
}

.contact-block_button:after {
  position: absolute;
  display: block;
  border-bottom: 54px solid #222;
  content: '';
  right: 236px;
  top: 0;
  border-right: 20px solid transparent;
}

.header-button_1:after {
  position: absolute;
  display: block;
  border-bottom: 54px solid #222;
  content: '';
  right: 162px;
  top: 0;
  border-right: 20px solid transparent;
}

.help-block_buttons {
  margin: 50px 0;
}

.help-block_button {
  text-align: center;
  margin-top: 15px;
}

.help-block_button:before {
  position: absolute;
  display: block;
  border-bottom: 54px solid #ecba00;
  content: '';
  left: 117px;
  top: 15px;
  border-left: 20px solid transparent;
}

.help-block_button:after {
  position: absolute;
  display: block;
  border-top: 54px solid #ecba00;
  content: '';
  right: 98px;
  top: 15px;
  border-right: 20px solid transparent;
}

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

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

.header-button_2:before {
  position: absolute;
  display: block;
  border-top: 55px solid #ecba00;
  content: '';
  right: 157px;
  top: 0;
  border-left: 20px solid transparent;
}

.button_header {
  color: #fff;
  border-radius: 0;
  background: #222;
  padding: 15px 25px;
}

.button_help,
.button_contact {
  color: #fff;
  margin-left: 20px;
  border-radius: 0;
  background: #222;
  padding: 15px 25px;
}

.button_header i {
  color: #ecba00;
}

.block-repairs_img {
  position: relative;
}

.block-repairs_img img {
  width: 100%;
  padding-right: 10px;
}

.block-repairs_header {
  margin-bottom: 20px;
}

.block-repairs_header h2 {
  margin: 0;
  font-weight: 700;
  color: #222;
  font-size: 42px;
}

.info-block_header {
  text-align: center;
  color: #fff;
}

.help-block_header,
.recent-block_header,
.block-repair-news_header,
.comment-block_header {
  text-align: center;
  color: #222;
}

.info-block_header h2,
.help-block_header h2,
.recent-block_header h2,
.faq-block_header h2,
.comment-block_header h2,
.block-repair-news_header h2 {
  font-weight: 700;
  font-size: 42px;
  margin: 0;
}

.comment-block {
  background: url(../media/aa-gallery/bg-5.jpg);
  position: relative;
  background-size: cover;
}

.comment-block:after {
  background: #f6f6f6;
  opacity: 0.8;
  content: '';
  position: absolute;
  top: 0;
  z-index: 2;
  height: 100%;
  width: 100%;
}

.comment-block_header,
.reviews-slider {
  z-index: 3;
  position: relative;
}

.comment-block_item {
  margin-left: 15px;
  margin-right: 15px;
  background: #fff;
  margin-bottom: 75px;
  text-align: center;
  box-shadow: 0 2px 11px #ccc;
}

.comment-block_item img {
  margin-top: 40px;
}

.comment-block_item h4 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0;
  color: #222;
}

.comment-block_item span {
  font-size: 11px;
  font-weight: 500;
  color: #222;
}

.comment-block_item p {
  font-size: 16px;
  margin: 40px 0;
  padding: 0 30px;
}

.comment-block_item i {
  color: #dedede;
  font-size: 40px;
  margin-bottom: 40px;
}

.decor {
  width: 50px;
  height: 1px;
  margin: 30px auto 65px;
  background-color: #ecba00;
  box-shadow: 10px 5px 0 0 #ecba00, -10px -5px 0 0 #ecba00;
}

.block-repair-news .post_data {
  color: #222;
  font-size: 30px;
}

.block-repair-news_post {
  border: 1px solid #eee;
  padding: 25px;
  margin-bottom: 20px;
}

.block-repair-news_post img {
  width: 100%;
}

.news-post_content h4 {
  font-size: 30px;
  font-weight: 700;
  color: #222;
}

.news-post_content p {
  font-size: 15px;
}

.block-repair-news .autor {
  display: block;
  padding: 10px 20px;
  background: #333;
  color: #fff;
  width: 105px;
  margin-bottom: 5px;
}

.block-repair-news .autor:after {
  position: absolute;
  display: block;
  border-bottom: 41px solid #333;
  content: '';
  left: 120px;
  top: 42px;
  border-right: 20px solid transparent;
}

.block-repair-news_post_footer {
  float: left;
  width: 20%;
}

.block-repair-news {
  margin-bottom: 100px;
}

.recent-block_button,
.block-repair-news_button {
  border: 2px solid #222;
  padding: 20px 25px;
  width: 205px;
  margin: 25px auto 0;
}

.recent-block_button i,
.block-repair-news_button i {
  font-size: 16px;
  padding-right: 5px;
}

.recent-block_button span,
.block-repair-news_button span {
  color: #000;
  font-weight: 700;
  font-size: 16px;
}

.autor span i,
.comments span i,
.likes span i {
  padding-right: 10px;
}

.block-repair-news .comments {
  display: inline-block;
  background: #ecba00;
  padding: 10px 20px;
  color: #fff;
}

.block-repair-news .comments:before {
  position: absolute;
  display: block;
  border-top: 41px solid #ecba00;
  content: '';
  left: 95px;
  top: 88px;
  border-right: 20px solid transparent;
}

.likes {
  display: inline-block;
  padding-left: 155px;
  color: #222;
}

.faq-block {
  margin-bottom: 100px;
}

.faq-block_video img {
  width: 100%;
  margin-top: 50px;
}

.faq-block_content {
  margin-top: 50px;
}

.faq-block_content summary {
  padding: 20px;
  background: #f6f6f6;
  color: #222;
  font-size: 18px;
  font-weight: 600;
}

.faq-block_content details {
  margin-bottom: 15px;
}

.contact-block {
  background: url(../media/aa-gallery/bg-5.jpg);
  height: 350px;
  position: relative;
  background-size: cover;
}

.contact-block:after {
  background: #ebb700;
  opacity: 0.7;
  content: '';
  position: absolute;
  top: 0;
  z-index: 2;
  height: 100%;
  width: 100%;
}

.contact-block_header {
  position: relative;
  color: #fff;
  text-align: center;
  z-index: 3;
}

.contact-block_header h2 {
  font-weight: 700;
  font-size: 42px;
  margin: 0;
}

.contact-block_header span {
  font-weight: 500;
  font-size: 22px;
  margin: 0;
}

.contact-block_content {
  position: relative;
  z-index: 3;
  margin-top: 50px;
  color: #fff;
  text-align: center;
}

.contact-block_number {
  display: inline-block;
  margin-right: 40px;
}

.contact-block_number p {
  font-size: 22px;
  text-decoration: underline;
}

.contact-block_number p span {
  font-weight: 700;
}

.contact-block_button {
  display: inline-block;
}

.contact-block_button a {
  color: #fff;
}

.recent-block_filter-list li:first-child a:before,
.recent-block_filter-list li:last-child a:after {
  border-bottom-color: #ecba00;
}

.recent-block_filter-list li:last-child a:hover:before {
  right: 183px;
  top: 168px;
  border-right: 48px solid transparent;
  position: absolute;
  display: block;
  border-bottom: 49px solid #ecba00;
  content: '';
  transition: all .3s;
}

.recent-block_filter-list li:first-child a:before {
  left: 182px;
  top: 168px;
  border-left: 48px solid transparent;
  position: absolute;
  display: block;
  border-bottom: 49px solid #ecba00;
  content: '';
}

.recent-block_filter-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 60px;
  text-align: center;
}

.recent-block_filter-list li {
  display: inline-block;
  margin-right: 0;
  padding: 15px 0;
}

.link_active {
  background: #ecba00;
  color: #fff !important;
}

.recent-block_filter-list li a {
  color: #222;
  font-size: 15px;
  font-weight: 500;
  padding: 15px 20px;
}

.recent-block_filter-list li a:hover {
  background: #ecba00;
  color: #fff;
}

.recent-block {
  margin-bottom: 100px;
}

.gallery_item img {
  width: 100%;
  margin-bottom: 25px;
}

.block-banner {
  background-size: contain;
  background: #f6f6f6 url(../media/aa-gallery/bg-6.jpg) no-repeat left bottom;
}

.block-banner_banner-1 {
  float: right;
  max-width: 63%;
  padding-top: 60px;
  padding-right: 20px;
}

.block-banner_banner-1 h2 {
  font-size: 33px;
  color: #222;
  margin: 0 0 30px;
}

.block-banner_banner-1 p {
  font-size: 15px;
  margin-bottom: 35px;
}

.block-banner_banner-1 ul {
  list-style: none;
  padding: 0;
  color: #222;
  margin-bottom: 50px;
}

.block-banner_banner-1 li {
  font-weight: 600;
  padding-bottom: 5px;
}

.block-banner_banner-1 li i {
  color: #ecba00;
  margin-right: 15px;
}

.block-banner_banner-2 {
  background-size: cover;
  background: url(../media/aa-gallery/bg-9.jpg) -275px;
}

.block-banner_banner-3 {
  background-size: cover;
  background: url(../media/aa-gallery/bg-7.jpg) -160px;
}

.block-banner_banner-2:after,
.block-banner_banner-4:after,
.block-banner_banner-3:after {
  background: #222;
  opacity: 0.7;
  content: '';
  position: absolute;
  top: 0;
  z-index: 2;
  height: 100%;
  width: 100%;
}

.block-banner_banner-4 {
  background-size: cover;
  background: url(../media/aa-gallery/bg-8.jpg) -210px;
}

.block-banner_padding {
  padding: 0;
}

.block-banner_icon {
  text-align: center;
  font-size: 22px;
  padding-bottom: 50px;
  color: #fff;
  position: relative;
  z-index: 3;
  min-height: 460px;
}

.block-banner_icon a:hover .block-banner_banner-icon {
  background: #ecba00;
  border: 1px solid #ecba00;
  -webkit-transition: top 1s ease-out 5s;
  -moz-transition: top 1s ease-out 5s;
  -o-transition: top 1s ease-out 5s;
  transition: top 1s ease-out 5s;
}

.block-banner_banner-icon {
  font-size: 40px;
  color: #fff;
  border: 1px solid #fff;
  margin: 25px 65px;
}

.help-block_content img {
  width: 100%;
  margin-bottom: 50px;
  text-align: center;
}

.help-block_content,
.help-block_banners {
  text-align: center;
}

.help-block_content h3 {
  font-size: 30px;
  font-weight: 700;
  color: #222;
}

.help-block_banner-icon {
  color: #ecba00;
  font-size: 40px;
}

.help-block_banner h3 {
  font-size: 20px;
  font-weight: 700;
  color: #222;
}

.help-block_banners {
  margin-top: 50px;
}

.block-repairs_img-hover {
  position: absolute;
  bottom: 15px;
  right: 0;
  background: #ecba00;
  padding: 15px 35px;
  font-size: 22px;
  font-weight: 500;
  color: #fff;
}

.faq-block_video-play {
  position: absolute;
  bottom: 15px;
  right: 0;
  background: #fff;
  padding: 15px 35px;
  font-size: 22px;
  font-weight: 500;
  color: #222;
  box-shadow: 2px 4px 17px 1px #ccc;
}

.faq-block_icon {
  margin-right: 15px;
}

.info-block_icon {
  font-size: 100px;
  opacity: 0.7;
  color: #fff;
}

.info-block_choose-item {
  text-align: center;
}

.info-block_choose-item:hover .info-block_icon {
  opacity: 1;
  color: #fff;
}

.info-block_choose-item:hover span {
  color: #ecba00;
}

.info-block {
  position: relative;
  background: url(../media/aa-gallery/bg-10.jpg);
  background-size: cover;
}

.info-block:after {
  background: #222;
  opacity: 0.7;
  content: '';
  position: absolute;
  top: 0;
  z-index: 2;
  height: 100%;
  width: 100%;
}

.info-block_header,
.info-block_banners,
.info-block_choose {
  position: relative;
  z-index: 3;
}

.info-block_choose-item span {
  font-size: 18px;
  color: #fff;
  opacity: 0.4;
  margin-top: -45px;
  display: block
}

.info-block_choose-item:hover span {
  opacity: 1;
}

.block_banners {
  position: relative;
  z-index: 3;
  margin: 100px 0;
  display: inline-block;
}

.info-block_banner-icon {
  border: 1px solid #fff;
  float: left;
  padding: 5px 15px;
  font-size: 40px;
  color: #fff;
}

.block-banner_content {
  float: right;
  width: 75%;
}

.block-banner_content h3 {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin-top: 0;
  margin-bottom: 5px;
}

.block-banner_content span {
  font-size: 15px;
  color: #fff;
}

.block_banner {
  margin-bottom: 50px;
  display: inline-block;
}

.block_banner_link:hover .info-block_banner-icon {
  border-color: #ecba00;
  background: #ecba00;
}

.aa-detail-calculate .contact-form {
  margin-top: 0;
}
