/*!
 * Stylesheet for Omocars
 * Copyright 2016
 * Author: arwanfiles@gmail.com
 */


/* ****************************************
 * General
 * **************************************** */

@font-face {
  font-family: 'Proxima Nova';
  src: url('../fonts/Proxima Nova Alt Regular.otf') format('opentype');
}

@font-face {
  font-family: 'Proxima Nova Light';
  src: url('fonts/Proxima Nova Alt Light.otf') format('opentype');
}

@font-face {
  font-family: 'Proxima Nova Bold';
  src: url('../fonts/Proxima Nova Alt Bold.otf') format('opentype');
}

@font-face {
  font-family: 'Proxima Nova Extra Bold';
  src: url('../fonts/Proxima Nova Alt Extrabold.otf') format('opentype');
}

@font-face {
  font-family: 'Proxima Nova Black';
  src: url('fonts/Proxima Nova Alt Black.otf') format('opentype');
}

html,
body {
  overflow-x: hidden;
}

body {
  font-family: 'Proxima Nova', 'Helvetica', sans-serif;
  font-size: 14px;
  background-color: #f4f4f4;
  color: #363636;
  letter-spacing: 0.7px;
}

a {
  color: #363636;
  outline: none;
}

a:hover,
a:focus {
  color: #de171e;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin-top: 20px;
  margin-bottom: 15px;
  line-height: 1.25;
  font-family: 'Proxima Nova Bold', 'Proxima Nova', 'Helvetica', sans-serif;
}

h1 {
  font-size: 30px;
}

h2 {
  font-size: 25px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 12px;
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
  font-weight: 500;
  color: inherit;
}

ol,
ul {
  padding-left: 25px;
  margin-bottom: 15px;
}

.padded {
  padding-top: 40px;
  padding-bottom: 40px;
}

.no-lr-pad {
  padding-left: 0;
  padding-right: 0;
}

.tb-pad {
  padding-top: 15px;
  padding-bottom: 15px;
}

.tb-pad10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.lr-pad {
  padding-left: 15px;
  padding-right: 15px;
}

.pad-15 {
  padding: 15px 30px;
}

.no-margin {
  margin: 0;
}

.uppercase {
  text-transform: uppercase;
}

.bold {
  font-family: 'Proxima Nova Bold', 'Proxima Nova', 'Helvetica', sans-serif;
}

.thin {
  font-family: 'Proxima Nova Light', 'Proxima Nova', 'Helvetica', sans-serif;
}

.btn {
  border-radius: 2px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.btn-lg {
  padding-top: 15px;
  padding-bottom: 15px;
}

.btn-success {
  background-color: #71c341;
  border-color: #71c341;
}

.btn-success:hover,
.btn-success:focus {
  background-color: #68B33D;
  border-color: #68B33D;
}

.btn-default {
  background-color: #f7f7f7;
  border-color: #d7d7d7;
  color: #898989;
}

.btn-default:hover,
.btn-default:focus {
  background-color: #d7d7d7;
  border-color: #d7d7d7;
}

.btn-danger {
  background-color: #de171e;
  border-color: #de171e;
}

.btn-danger:hover,
.btn-danger:focus {
  background-color: #C10007;
  border-color: #C10007;
}

.btn-warning {
  border: 1px solid #eb9118;
  background: #faa12b;
  background: -moz-linear-gradient(top, #faa12b 0%, #ffb655 100%);
  background: -webkit-linear-gradient(top, #faa12b 0%, #ffb655 100%);
  background: linear-gradient(to bottom, #faa12b 0%, #ffb655 100%);
}

.btn-warning:hover,
.btn-warning:focus {
  background-color: #E28D0E;
  border-color: #E28D0E;
}

.btn-icon {
  width: 40px;
  padding-left: 4px;
  padding-right: 4px;
}

.btn-upload {
  vertical-align: middle;
  color: #363636;
}

.btn-upload .sc-icon {
  vertical-align: middle;
  margin-right: 15px;
  margin-top: -5px;
}

.form-control {
  border-color: #d7d7d7;
  background-color: #ffffff;
  box-shadow: none;
  -webkit-box-shadow: none;
  border-radius: 0px;
}

.form-control:focus {
  border-color: #de171e;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.form-horizontal .control-label {
  text-align: left;
}

.text-white {
  color: #FFFFFF;
}

.text-black {
  color: #000000;
}

.text-primary {
  color: #1899d3;
}

.text-red {
  color: #de171e;
}

.text-default-light {
  color: #acacac;
}

.bg-white {
  background-color: #ffffff
}

.bg-grey {
  background-color: #f4f4f4
}

.table.table-plain.no-border>tbody>tr>td,
.table.table-plain.no-border>tbody>tr>th {
  border-top: none;
}

.table.table-plain>tbody>tr:first-child>td,
.table.table-plain>tbody>tr:first-child>th {
  border-top: none;
}

.table.table-plain>thead>tr>th {
  border-bottom: 3px solid #de171e;
}

.table.table-plain .btn-xs {
  padding: 5px 10px;
  color: #363636;
}

.table-nav {
  border-bottom: 3px solid #de171e;
  position: relative;
}

.table-nav.no-border {
  border-bottom: none;
}

.table-nav .prev,
.table-nav .next {
  position: absolute;
  top: 50%;
  left: 0;
  width: 13px;
  height: 24px;
  margin-top: -12px;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('../img/icon-arrow-left-black.png');
}

.table-nav .next {
  left: auto;
  right: 0;
  background-image: url('../img/icon-arrow-right-black.png');
}

.table-nav .text {
  display: block;
  text-align: center;
  font-size: 22px;
  line-height: 50px;
}


/* ****************************************
 * Icon
 * **************************************** */

.sc-icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: cover;
}

.sc-icon-mascot,
.sc-icon-home {
  width: 46px;
  height: 46px;
  background-image: url('../img/mascot.png');
}

.sc-icon-home {
  background-image: url('../img/home.png');
}

.sc-icon-arrow-left-white,
.sc-icon-arrow-right-white {
  width: 24px;
  height: 42px;
}

.sc-icon-arrow-left-white {
  background-image: url('../img/icon-arrow-left-white.png');
}

.sc-icon-arrow-right-white {
  background-image: url('../img/icon-arrow-right-white.png');
}

.sc-icon-arrow-left-black,
.sc-icon-arrow-right-black {
  width: 17px;
  height: 30px;
}

.sc-icon-arrow-left-black {
  background-image: url('../img/icon-arrow-left-black.png');
}

.sc-icon-arrow-right-black {
  background-image: url('../img/icon-arrow-right-black.png');
}

.sc-icon-time {
  background-image: url('../img/icon-time.png');
  width: 24px;
  height: 24px;
}

.sc-icon-time-small {
  background-image: url('../img/icon-time-small.png');
  width: 14px;
  height: 14px;
}

.sc-icon-sold-out,
.sc-icon-lepas-kunci {
  background-image: url('../img/icon-sold-out.png');
  width: 60px;
  height: 60px;
}

.sc-icon-lepas-kunci {
  background-image: url('../img/icon-lepas-kunci.png');
}

.sc-icon-arrow-right-circle {
  background-image: url('../img/icon-arrow-right-circle.png');
  width: 24px;
  height: 24px;
}

.sc-icon-star,
.sc-icon-star-active {
  background-image: url('../img/icon-star.png');
  width: 20px;
  height: 20px;
}

.sc-icon-star-active {
  background-image: url('../img/icon-star-active.png');
}

.sc-icon-camera {
  background-image: url('../img/icon-camera.png');
  width: 50px;
  height: 40px;
  margin-right: 5px;
  float: left;
}


/* ****************************************
 * Header
 * **************************************** */

.header {
  background-color: #ffffff;
  border: none;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.175);
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.175);
  margin-bottom: 0;
}

.header.navbar-fixed-top {
  position: relative;
}

.header.header-red {
  background-color: #de171e;
}

.container>.navbar-header {
  margin: 0;
}

.navbar-brand {
  height: auto;
  display: block;
  float: none;
  padding-left: 20%;
}

.navbar-brand>img {
  margin: 0 auto;
  display: inline-block;
}

.navbar-brand.navbar-title {
  display: block;
  text-align: left;
  font-size: 24px;
  padding: 20px 20px 20px 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.navbar-default .navbar-brand.navbar-title,
.navbar-default .navbar-brand.navbar-title:hover {
  color: #de171e;
}

.navbar-button {
  padding: 0;
  width: 48px;
  height: 48px;
  border: 1px solid transparent;
  margin-top: 6px;
  background-color: transparent;
  position: relative;
}

.navbar-button:focus {
  outline: none;
}

.navbar-button.button-left {
  float: left;
}

.navbar-button.button-right {
  float: right;
}

.navbar-button.button-text {
  border: 1px solid #ffffff;
  color: #ffffff;
  height: 30px;
  width: auto;
  padding: 0px 15px;
  text-transform: uppercase;
  margin-top: 14px;
}

.navbar-button.button-text span {
  line-height: 30px
}

.navbar-button .icon-bar+.icon-bar {
  margin-top: 0
}

.navbar-button .icon-bar {
  position: absolute;
  width: 42px;
  left: 0px;
  background-color: #de171e;
  height: 4px;
}

.navbar-button .icon-bar.icon-bar-1 {
  top: 10px;
}

.navbar-button .icon-bar.icon-bar-2 {
  top: 20px;
}

.navbar-button .icon-bar.icon-bar-3 {
  top: 30px;
}

.navbar-button.button-back .icon-bar.icon-bar-1,
.navbar-button.button-back .icon-bar.icon-bar-2 {
  width: 24px;
}

.navbar-button.button-back .icon-bar.icon-bar-1 {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 12px;
}

.navbar-button.button-back .icon-bar.icon-bar-2 {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 27px;
}


/*
.navbar, .navbar-brand img, .navbar-right{
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
}
*/


/* carousel */

.carousel-indicators {}

.carousel-indicators li {
  width: 15px;
  height: 15px;
  margin-right: 4px;
  border: none;
  background-color: rgba(255, 255, 255, 0.4)
}

.carousel-indicators .active {
  width: 16px;
  height: 16px;
  background-color: #de171e;
}

.carousel-control {
  opacity: 1
}

.carousel-control .sc-icon {
  top: 50%;
  position: absolute;
  margin-top: -21px;
}

.left.carousel-control .sc-icon {
  left: 15px;
}

.right.carousel-control .sc-icon {
  right: 15px;
}

.carousel-inner .item a {
  display: block;
}

.carousel-caption {
  color: #ffffff;
  text-shadow: none;
  top: 50%;
  bottom: auto;
  margin-top: -60px;
  height: 120px;
  padding: 0;
}

.carousel-caption .caption {
  font-size: 50px;
  font-family: 'Proxima Nova Black', 'Proxima Nova Bold', 'Proxima Nova', 'Helvetica', sans-serif;
  margin: 0;
}

.carousel-caption .caption .thin {
  font-family: 'Proxima Nova', 'Helvetica', sans-serif;
}

.carousel-caption a {
  color: #ffffff;
}

.feature-snippet {
  position: relative;
  margin-top: -40px;
}

.snippet-text {
  font-family: 'Proxima Nova', 'Helvetica', sans-serif;
  margin: 0;
  font-size: 22px;
}


/* ****************************************
 * Main
 * **************************************** */

.main {
  /*padding-top: 60px;*/
  padding-top: 0;
  padding-bottom: 0px;
  overflow: hidden;
}

.section {
  padding-left: 10px;
  padding-right: 10px;
}

.section.full-width {
  padding-left: 0;
  padding-right: 0
}

.section.full-width> .content {
  padding: 20px;
}

.main .section:last-child {
  margin-bottom: 20px;
}

.sidebar-block {}

.sidebar-header {
  height: 60px;
  margin-bottom: 0px;
}

.close-button {
  padding: 0;
  width: 48px;
  height: 48px;
  border: 1px solid transparent;
  margin-top: 8px;
  background-color: transparent;
  position: relative;
}

.close-button .icon-bar {
  position: absolute;
  width: 40px;
  left: 3px;
  background-color: #C3131A;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  height: 4px;
}

.close-button .icon-bar.icon-bar-1 {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.close-button .icon-bar.icon-bar-2 {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.close-button.button-left {
  margin-left: 20px
}

.close-button.button-right {
  margin-right: 20px;
  float: right;
}

.sidebar-nav {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
}

.sidebar-nav> li {}

.sidebar-nav> li> a {
  display: block;
  color: #ffffff;
  padding: 10px 15px 10px 35px;
  border-bottom: 1px solid #CC131A;
}

.sidebar-nav> li> a:hover {
  background-color: #D2141B;
}

.sidebar-nav> li.active> a {
  background-color: #CC131A;
}

.box-white-bordered,
.box-grey-bordered {
  background-color: #ffffff;
  border: 1px solid #d7d7d7;
  padding: 15px 20px;
  min-height: 100%;
}

.box-grey-bordered {
  background-color: #ececec;
  border: red 2px solid;
}

.box-grey-bordered.box-reset-bgd{
  background-color: white;
  border: none;
}

.box-white-bordered.no-padding {
  padding: 0;
}

.box-white-bordered .full-lr-border {
  height: 1px;
  background-color: #d7d7d7;
  margin: 10px -20px;
  display: block;
}

.section-title-wrapper {
  border-bottom: 1px solid #d7d7d7;
  margin-bottom: 15px;
}

.section-title-wrapper> .section-title {
  display: inline-block;
  margin-bottom: 0;
}

.section-title {
  border-bottom: 4px solid #de171e;
  padding-bottom: 10px;
  margin-top: 5px;
}

.section-title.no-border {
  border-bottom: none;
  margin-bottom: 5px;
}

.section-separator {
  height: 1px;
  background-color: #d7d7d7;
  margin: 20px 0px 20px 0px;
  display: block;
}

.home-search {}

.form-search {
  background-image: url('../img/icon-search.png');
  background-repeat: no-repeat;
  background-position: center left 10px;
  padding-left: 50px;
  height: 56px;
}

.home-contact {
  position: relative;
}

.home-contact img {
  width: 100%;
}

.home-contact .contact-text {
  position: absolute;
  height: 76px;
  width: 100%;
  margin-top: -38px;
  top: 50%;
  left: 0;
  padding: 15px;
  color: #ffffff;
  text-align: right;
}

.home-contact .contact-text .first-line {
  font-size: 20px;
}

.home-contact .contact-text .second-line {
  color: #fff200;
  font-size: 32px;
}

.inline-list-image {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
}

.inline-list-image> li {
  float: left;
  display: inline-block;
  width: 33.3333333%;
  margin-bottom: 0px;
  margin-top: 10px;
  padding: 0 5px;
}

.inline-list-image> li img {
  margin: 0 auto 20px;
  auto;
}

.airport-list {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}

.airport-list> li {
  float: left;
  display: inline-block;
  width: 33.3333333%;
  text-align: center;
}

.airport-list> li> a {
  display: block;
  padding: 12px 5px;
  background-color: #ffffff;
  border-bottom: 1px solid #d7d7d7;
  border-right: 1px solid #d7d7d7;
  font-size: 17px;
  color: #de171e;
}

.airport-list> li:first-child> a,
.airport-list> li:nth-child(2)> a,
.airport-list> li:nth-child(3)> a {
  border-top: 1px solid #d7d7d7;
}

.airport-list> li:nth-child(3n+1)> a {
  border-left: 1px solid #d7d7d7;
}

.airport-list> li> a:hover {
  font-family: 'Proxima Nova Bold', 'Proxima Nova', 'Helvetica', sans-serif;
}

.recent-slider {
  overflow: hidden;
  padding: 0 20px;
}

.recent-slider.owl-carousel .owl-stage-outer {
  overflow: initial;
}

.recent-slider .item {
  padding: 0 2px 0 2px;
  position: relative;
}

.recent-slider .item img {}

.recent-slider .item:before {
  position: absolute;
  top: 0;
  left: 2px;
  right: 2px;
  height: 100%;
  content: '';
  display: block;
  background-color: rgba(0, 0, 0, 0.0);
  z-index: 1;
}

.recent-slider .item .product-name {
  float: left;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  padding: 0 10px 5px 10px;
}

.recent-slider .item .product-name,
.recent-slider .item .product-name a {
  color: #ffffff;
}

.breadcrumb {
  margin-bottom: 0;
  background-color: #ffffff;
  border-radius: 0px;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  padding-top: 15px;
  padding-bottom: 15px;
}

.breadcrumb>li {
  position: relative;
}

.breadcrumb>li+li {
  padding-left: 30px;
}

.breadcrumb>li+li:before {
  content: '';
  padding: 0px;
  margin: 0 7px;
  position: absolute;
  width: 12px;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url('../img/breadcrumb-separator.png');
  background-repeat: no-repeat;
  background-position: center right;
}

.timing-list,
.instant-booking-info,
.income-overview {
  display: table;
  width: 100%;
  border-bottom: 1px solid #d7d7d7;
}

.timing-list .item,
.instant-booking-info .item,
.income-overview .item {
  display: table-cell;
  width: 50%;
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  padding: 20px 15px;
  border-left: 1px solid #d7d7d7;
}

.timing-list .item:first-child,
.instant-booking-info .item:first-child,
.income-overview .item:first-child {
  border-left: none;
}

.timing-list .item span,
.instant-booking-info .item span,
.income-overview .item span {
  margin-bottom: 5px;
  display: block;
}

.timing-list .item> span> .sc-icon {
  vertical-align: sub;
}

.instant-booking-info {
  border: 1px solid #d7d7d7;
}

.instant-booking-info .item {
  width: 33.3333333%;
}

.instant-booking-info .item span {
  font-size: 15px;
}

.instant-booking-info .item> span> .sc-icon {
  vertical-align: middle;
}

.income-overview {
  border: 1px solid #d7d7d7;
  background-color: #f7f7f7;
  padding: 20px 15px;
}

.income-overview .item {
  text-transform: capitalize;
  padding: 0;
}

.income-overview .item span {
  font-size: 14px;
}

.income-overview .item span.text-red {
  font-size: 24px;
}

.tab-nav-red-wrapper {
  overflow-x: auto;
}

.tab-nav-red {
  background-color: #de171e;
  padding: 0;
  margin: 0;
  list-style-type: none;
  white-space: nowrap;
  overflow-x: auto;
}

.tab-nav-red> li {
  display: inline-block;
}

.tab-nav-red> li> a {
  padding: 12px 20px;
  color: #ffffff;
  display: block;
}

#tab-rating,
#tab-price,
#tab-description {
  position: relative;
}

.product-list {
  // padding-bottom: 10px;
  display: inline-block;
  margin-bottom: 10px;
}

.product-list .item {
  width: 50%;
  float: left;
  padding: 5px;
  min-height: 190px;
  height: 190px;
  max-height: 190px;
}

.product-list .item:nth-child(2n+1) {
  padding-left: 0;
}

.product-list .item:nth-child(2n+2) {
  padding-right: 0;
}

.product-list .item:first-child,
.product-list .item:nth-child(2) {
  padding-top: 0
}

.product-list .item .box-white-bordered {
  padding: 5px;
  position: relative;
}

.product-list .item .discount {
  position: absolute;
  top: 0;
  right: 10px;
  background-color: #de171e;
  z-index: 1;
  text-transform: uppercase;
  padding: 5px 3px 15px 3px;
  color: #ffffff;
  font-family: 'Proxima Nova Bold', 'Proxima Nova', 'Helvetica', sans-serif;
}

.product-list .item .discount span {
  display: block;
}

.product-list .item .discount span.text {
  color: #ffb700;
}

.product-list .item.sold-out .discount {
  background-color: #901111;
}

.product-list .item.sold-out .discount span {
  opacity: 0.5;
}

.product-list .item .pr-image {
  position: relative;
  display: block;
  height: 99px;
}

.product-list .item .pr-image:before {
  position: absolute;
  width: 100%;
  height: 100%;
  display: none;
  content: '';
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
}

.product-list .item img {
  width: auto;
  max-width: none;
  position: absolute;
  height: 99px;
  top: 0;
  left: -15px;
  margin: auto;
  right: 0;
  bottom: 0;
  padding: 0;
}

.product-list .item .sc-icon-sold-out,
.product-list .item .sc-icon-lepas-kunci {
  position: absolute;
  left: 0;
  bottom: 0;
  display: none;
}

.product-list .item.sold-out .sc-icon-sold-out,
.product-list .item.lepas-kunci .sc-icon-lepas-kunci,
.product-list .item.sold-out .pr-image:before {
  display: block;
}

.product-list .item .pr-desc {
  padding: 8px 0;
}

.product-list .item .pr-desc h3 {
  margin: 0 0 3px 0;
  text-overflow: ellipsis;
  overflow-x: hidden;
  white-space: nowrap;
}

.product-list .item .price .original {
  text-decoration: line-through;
  display: block;
}

.product-list .item .price .now {
  // float: right;
  color: #de171e;
  display: block;
  font-size: 120%;
}

.product-list .item .price .now.discounted {}

.omo-services {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
}

.omo-services .item {
  display: block;
  text-align: center;
}

.omo-services .item .img-responsive {
  margin: 0 auto;
}

.sc-nav-tab {
  margin: 0 0 15px 0;
  padding: 0;
  list-style: none;
  display: block;
  border-bottom: 1px solid #d7d7d7;
}

.sc-nav-tab> li {
  display: inline-block;
  margin-right: 11px;
  width: 29%;
  margin-left: 11px;
  text-align: center;
}

.sc-nav-tab> li:last-child {
  margin-right: 0px;
}

.sc-nav-tab> li> a {
  padding: 8px 0px;
  text-transform: uppercase;
  font-size: 18px;
  border-bottom: 4px solid transparent;
  display: block;
  font-family: 'Proxima Nova Bold', 'Proxima Nova', 'Helvetica', sans-serif;
}

.sc-nav-tab> li.active> a {
  border-bottom: 4px solid #de171e;
}

.sc-nav-tab.centered {
  text-align: center;
}

.sc-nav-tab.centered> li:first-child {
  float: left;
}

.sc-nav-tab.centered> li:last-child {
  float: right;
}

.rent-form {}

.rent-form label {
  color: #898989;
  font-weight: normal;
}

.rent-form .form-control {
  background-color: #f6f6f6;
  font-size: 14px;
  color: #363636;
}

.people-rent-photo {}

.people-rent-photo .item-upload {
  display: table;
}

.people-rent-photo .item-upload .photo-box {
  display: inline-block;
}

.people-rent-photo .item-upload span {
  display: table-cell;
  width: 100%;
  padding-left: 10px;
  vertical-align: middle;
}

.photo-box {
  height: 100px;
  width: 100px;
  border: 1px solid #d7d7d7;
  background-color: #f6f6f6;
  background-image: url('../img/icon-camera.png');
  background-repeat: no-repeat;
  background-position: center;
}

.price-calculation button.apply-coupon {
  font-size: 75%;
  line-height: 75%;
  padding-top: 5px;
  padding-bottom: 4px;
}

.price-calculation .input-coupon::-webkit-input-placeholder {
  text-transform: uppercase;
  text-align: left;
}

.price-calculation .input-coupon::-moz-placeholder {
  text-transform: uppercase;
  text-align: left;
}


/* firefox 19+ */

.price-calculation .input-coupon:-ms-input-placeholder {
  text-transform: uppercase;
  text-align: left;
}


/* ie */

.price-calculation .input-couponinput:-moz-placeholder {
  text-transform: uppercase;
  text-align: left;
}

.video-frame {
  width: 100%;
  height: 330px;
}

.list-check {
  padding: 0;
  margin: 0 0 20px 0;
  list-style: none;
}

.list-check> li {
  background-image: url('../img/check-green.png');
  background-repeat: no-repeat;
  background-position: center left;
  display: block;
  margin-bottom: 5px;
}

.list-check> li> span {
  display: block;
  padding: 8px 0px 8px 50px
}

.feature-promotion {}

.feature-promotion img {
  float: right;
}

.feature-promotion .quote {
  font-size: 24px;
  padding: 10px 110px 10px 0;
  text-align: right;
  margin: 20px 0 25px 0;
}

.button-image-group {
  margin-bottom: 30px;
}

.button-image-group .btn {
  margin-bottom: 10px;
}

.feature-button-group {
  margin-top: 30px;
}

.feature-button-group .btn {
  margin-bottom: 10px;
}

.separator-text {
  position: relative;
  text-align: center;
  margin: 20px 0 10px 0;
}

.separator-text span {
  background-color: #ffffff;
  padding: 0 15px;
  position: inherit;
  z-index: 2;
  color: #d7d7d7;
}

.separator-text:after {
  z-index: 1;
  position: absolute;
  display: block;
  content: '';
  height: 1px;
  width: 100%;
  top: 50%;
  background-color: #d7d7d7;
}

.skip-guest {
  font-size: 20px;
  text-decoration: underline;
}

.order-steps {
  background-image: url('../img/steps-line.png');
  background-repeat: repeat-x;
  background-position: center;
  list-style: none;
  display: table;
  padding: 0;
  width: 100%;
  margin: 20px 0 40px 0;
}

.order-steps> li {
  display: table-cell;
  position: relative;
  text-align: center;
  cursor: pointer;
}

.order-steps> li> span.number {
  width: 74px;
  height: 51px;
  display: inline-block;
  background-image: url('../img/steps-number-bg.png');
  background-repeat: no-repeat;
  background-position: center;
  line-height: 51px;
  font-size: 28px;
  font-family: 'Proxima Nova Light', 'Helvetica', sans-serif;
  color: #8d8d8d;
}

.order-steps> li:first-child> span.number {
  background-image: url('../img/steps-number-first-bg.png');
}

.order-steps> li:last-child> span.number {
  background-image: url('../img/steps-number-last-bg.png');
}

.order-steps> li.active> span.number {
  background-image: url('../img/steps-number-bg-active.png');
  text-indent: -9999px;
}

.order-steps> li.active:first-child> span.number {
  background-image: url('../img/steps-number-first-bg-active.png');
}

.order-steps> li.active:last-child> span.number {
  background-image: url('../img/steps-number-last-bg-active.png');
}

.order-steps> li:first-child:before,
.order-steps> li:last-child:before {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  right: 50%;
  margin-right: 27px;
  background-color: #f4f4f4;
}

.order-steps> li:last-child:before {
  left: 50%;
  right: auto;
  margin-left: 27px;
  margin-right: 0;
}

.order-steps> li> span.text {
  position: absolute;
  top: 100%;
  width: 100%;
  text-align: center;
  left: 0;
  color: #898989;
}

.order-steps.verify-steps {
  display: block;
}

.order-steps.verify-steps> li {
  width: 18%;
  display: inline-block;
}

.order-steps.verify-steps> li:last-child:before {
  width: 250%;
}

.order-verification .order-steps.verify-steps {
  margin-bottom: 50px;
  margin-left: 15px;
}

.payment-method {}

.payment-method .remain-time {
  display: inline-block;
}

.payment-method .remain-time .time {
  display: inline-block;
  text-align: right;
  margin-right: 15px;
}

.payment-method .remain-time .time span {
  display: block;
}

.payment-method-list-logo {
  list-style: none;
  display: block;
  padding: 0;
}

.payment-method-list-logo> li {
  display: inline-block;
}

.remaining-time {}

.remaining-time .title {
  color: #ffffff;
  text-transform: uppercase;
  background-color: #263138;
  margin: 0 0 0 0;
  padding: 15px;
}

.remaining-time .timer {
  text-align: center;
  color: #263138;
  font-size: 120px;
  padding: 20px 15px;
  display: table;
  margin: 0 auto;
}

.remaining-time .timer .text {
  display: table-cell;
  vertical-align: top;
  line-height: 1;
}

.remaining-time .timer .text span {
  font-size: 16px;
  display: block;
  color: #898989;
}

.order-form {}

.order-form .form-control {
  background-color: transparent;
  border-color: transparent;
  border-bottom: 1px solid #d7d7d7;
  padding-left: 0;
  padding-right: 0;
  color: #363636;
  height: 40px;
}

.order-form label {
  font-family: 'Proxima Nova', 'Helvetica', sans-serif;
  font-weight: normal;
  margin-bottom: 0;
}

.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.inputfile-verification {
  width: 100px;
  height: 100px;
  position: absolute;
  opacity: 0;
  z-index: 0;
  cursor: pointer;
}

.order-form .inputfile+ label {}

.order-form .inputfile+ label span.text {
  padding-top: 15px;
  display: inline-block;
  font-size: 85%;
}

.order-form .inputfile:focus+ label,
.order-form .inputfile+ label:hover {
  // background-color: red;
}

.order-form .bukti-transfer {
  background: #eee;
  padding: 10px;
}


/* order verify */

.box-white-bordered.border-red {
  border: 2px solid #de171e;
}

.order-verification {
  overflow-x: hidden;
  position: relative;
  width: 200%;
}

#pesanMobil,
#withDriver,
#selectVerify,
#verifyIdentityLinkedin,
#verifyIdentityFbGmail,
#verifyPhoneLinkedin,
#verifyPhoneFbGmail,
#verifyLinkedin,
#verifyFacebook,
#verifyGmail,
#payDownPaymentLinkedin,
#payDownPaymentFbGmail {
  width: 100%;
  padding: 10px 15px;
  float: left;
  width: 50%;
}

#withDriver,
#selectVerify,
#verifyIdentityLinkedin,
#verifyIdentityFbGmail,
#verifyPhoneLinkedin,
#verifyPhoneFbGmail,
#verifyLinkedin,
#verifyFacebook,
#verifyGmail,
#payDownPaymentLinkedin,
#payDownPaymentFbGmail {
  display: none;
}

.order-verification .order-steps> li:first-child:before,
.order-verification .order-steps> li:last-child:before {
  background-color: #ffffff;
}

.order-verification .order-steps {
  margin: 5px 0 40px 0;
}


/* Bootbox alert */

.bootbox-alert.modal {
  margin-top: 10px;
}

.bootbox-alert.modal .modal-dialog {
  margin-top: 50px;
  -webkit-transform: translate3d(0, 50%, 0);
  -moz-transform: translate3d(0, 50%, 0);
  -ms-transform: translate3d(0, 50%, 0);
  -o-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0);
}

.bootbox-alert.modal .bootbox-close-button.close {
  display: none;
}

.bootbox-alert-success {
  position: relative;
  padding-top: 40px;
}

.bootbox-alert-success .success-icon-top {
  position: absolute;
  width: 80px;
  height: 80px;
  border-radius: 40px;
  background: #71c341;
  color: #ffffff;
  text-align: center;
  line-height: 80px;
  font-size: 40px;
  top: -60px;
  left: 50%;
  margin-left: -40px;
}

.bootbox-alert-success .text {
  font-size: 20px;
}

.bootbox-alert.modal .modal-footer {
  border-top: none;
}

.bootbox-alert-success .error-icon-top {
  position: absolute;
  width: 80px;
  height: 80px;
  border-radius: 40px;
  background: #de171e;
  color: #ffffff;
  text-align: center;
  line-height: 80px;
  font-size: 40px;
  top: -60px;
  left: 50%;
  margin-left: -40px;
}


/* add-cars */

.upload-foto-mobil {
  padding: 0 0 10px 0;
}

.upload-foto-mobil .btn {
  margin-bottom: 10px;
  text-align: left;
  color: #363636;
  background-image: url('../img/icon-camera-small.png');
  background-repeat: no-repeat;
  background-position: center left 15px;
  padding-left: 60px;
}


/* chart */

.bar-chart {
  height: 300px;
}


/* auth */

.auth-form {}

.auth-form .form-group {
  margin-bottom: 20px;
}

.auth-form .form-control {
  background-color: transparent;
  border-color: transparent;
  border-bottom: 1px solid #898989;
  padding-left: 0;
  padding-right: 0;
  color: #de171e;
  height: 40px;
  padding-top: 0;
  font-size: 16px;
}

.auth-form label {
  font-family: 'Proxima Nova', 'Helvetica', sans-serif;
  font-weight: normal;
}

.auth-form-text-after {
  margin-top: 10px;
}


/* add-cars popup */

.add-cars-popup {}

.add-cars-popup .form-group {
  margin-bottom: 15px;
}

.add-cars-popup .form-control {
  background-color: transparent;
  border-color: transparent;
  border-bottom: 1px solid #898989;
  padding-left: 0;
  padding-right: 0;
  height: 30px;
  padding-top: 0;
  font-size: 14px;
  color: #acacac;
}

.add-cars-popup label {
  font-family: 'Proxima Nova', 'Helvetica', sans-serif;
  font-weight: normal;
}


/* price bar bottom */

.price-bar-bottom {
  background-color: #302e31;
  padding: 15px 20px;
  margin-top: 20px;
  z-index: 1;
  max-width: 640px;
}

.price-bar-bottom .discount {
  font-size: 26px;
  color: #f6990e;
  // color: #de171e;
  line-height: 42px;
  font-weight: 500;
}

.price-bar-bottom .original {
  font-size: 18px;
  color: #7b7b7b;
  line-height: 42px;
  text-decoration: line-through;
}


/* calendar jadwal sewa */

.calendar-legend {
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  background-color: #ed8a8a;
  margin-right: 5px;
}

.calendar-jadwal-sewa {}

.calendar-jadwal-sewa .datepicker-decades table> thead> tr> th,
.calendar-jadwal-sewa .datepicker-years table> thead> tr> th,
.calendar-jadwal-sewa .datepicker-months table> thead> tr> th,
.calendar-jadwal-sewa .datepicker-days table> thead> tr> th,
.calendar-jadwal-sewa .datepicker-days table> tbody> tr> td.day {
  border-radius: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.calendar-jadwal-sewa .datepicker-decades table> thead> tr> th.picker-switch,
.calendar-jadwal-sewa .datepicker-years table> thead> tr> th.picker-switch,
.calendar-jadwal-sewa .datepicker-months table> thead> tr> th.picker-switch,
.calendar-jadwal-sewa .datepicker-days table> thead> tr> th.picker-switch {
  font-size: 20px;
}

.calendar-jadwal-sewa .datepicker-decades table> thead> tr> th,
.calendar-jadwal-sewa .datepicker-years table> thead> tr> th,
.calendar-jadwal-sewa .datepicker-months table> thead> tr> th,
.calendar-jadwal-sewa .datepicker-days table> thead> tr> th {
  color: #ffffff;
}

.calendar-jadwal-sewa .datepicker-decades table> thead> tr> th.prev,
.calendar-jadwal-sewa .datepicker-decades table> thead> tr> th.picker-switch,
.calendar-jadwal-sewa .datepicker-decades table> thead> tr> th.next,
.calendar-jadwal-sewa .datepicker-years table> thead> tr> th.prev,
.calendar-jadwal-sewa .datepicker-years table> thead> tr> th.picker-switch,
.calendar-jadwal-sewa .datepicker-years table> thead> tr> th.next,
.calendar-jadwal-sewa .datepicker-months table> thead> tr> th.prev,
.calendar-jadwal-sewa .datepicker-months table> thead> tr> th.picker-switch,
.calendar-jadwal-sewa .datepicker-months table> thead> tr> th.next,
.calendar-jadwal-sewa .datepicker-days table> thead> tr> th.prev,
.calendar-jadwal-sewa .datepicker-days table> thead> tr> th.picker-switch,
.calendar-jadwal-sewa .datepicker-days table> thead> tr> th.next {
  background-color: #4f5f6f;
}

.calendar-jadwal-sewa .datepicker-days table> thead> tr> th.dow {
  background-color: #59c2e6;
}

.calendar-jadwal-sewa .datepicker-days table> tbody> tr:nth-child(2n+2)> td {
  background-color: #f5f8fc;
}

.calendar-jadwal-sewa .datepicker-days table> tbody> tr> td.day {
  background-color: #ed8a8a;
  text-shadow: none;
  color: #ffffff;
}

.calendar-jadwal-sewa .datepicker-days table> tbody> tr> td.day.disabled {
  background-color: transparent;
  color: #4f5f6f;
  cursor: default;
}

.calendar-jadwal-sewa .datepicker-days table> tbody> tr> td.day.old.disabled {
  color: #b6c2cf;
}

.calendar-jadwal-sewa .datepicker-days table> tbody> tr:nth-child(2n+2)> td.day.disabled {
  background-color: #f5f8fc;
}


/* popup detail competition */

.popup-detail-competition {}

.popup-detail-competition .head {
  padding: 15px 20px;
  background-color: #c0392b;
  color: #ffffff;
  font-size: 20px;
  border-radius: 3px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.popup-detail-competition .head .sc-icon-star {
  vertical-align: middle;
}

.popup-detail-competition .table> thead> tr> th {
  background-color: #e74c3c;
  color: #ffffff;
  border-bottom: none;
}

.popup-detail-competition .table> tbody> tr> td {
  border-top: none;
  color: #363636;
}

.popup-detail-competition .table> thead> tr> th:first-child,
.popup-detail-competition .table> tbody> tr> td:first-child {
  padding-left: 20px;
}

.popup-detail-competition .table> thead> tr> th:last-child,
.popup-detail-competition .table> tbody> tr> td:last-child {
  padding-right: 20px;
}


/* popup datepicker */

.popup-datepicker {}

.popup-datepicker .head {
  padding: 15px 20px;
  background-color: #c0392b;
  color: #ffffff;
  // font-size: 20px;
  font-size: 12px;
  border-radius: 3px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.popup-datepicker .head span {
  display: block;
}

.popup-datepicker .head span.small {
  font-size: 12px;
}

.popup-datepicker .head span.uppercase {
  font-weight: bold;
}

.popup-datepicker .timepicker-sbs {
  position: relative;
  padding-top: 100px;
}

.popup-datepicker .timepicker-sbs .datepicker,
.popup-datepicker .timepicker-sbs .timepicker {
  width: 100%;
}

.popup-datepicker .timepicker-sbs .timepicker {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #e74c3c;
}

.popup-datepicker .timepicker-sbs .timepicker .timepicker-picker .btn {
  padding: 0;
  color: #ffffff;
  display: none;
}

.popup-datepicker .timepicker-sbs .timepicker .timepicker-picker .btn span {
  height: 25px;
  line-height: 25px;
  width: 25px;
  margin: 0;
  border-radius: 50px;
}

.popup-datepicker .timepicker-sbs .timepicker .timepicker-picker .btn span:hover {
  background-color: #c0392b;
}

.bootstrap-datetimepicker-widget table td span {
  height: 32px;
  line-height: 32px;
}

// .popup-datepicker .timepicker-sbs .timepicker .timepicker-picker .timepicker-hour,
// .popup-datepicker .timepicker-sbs .timepicker .timepicker-picker .timepicker-minute,
// .popup-datepicker .timepicker-sbs .timepicker .timepicker-picker .timepicker-second,
// .popup-datepicker .timepicker-sbs .timepicker .timepicker-picker .separator {
//     font-size: 40px;
// }
.popup-datepicker .datepicker {
  color: #363636;
}

.popup-datepicker .datepicker tbody> tr> td.active {
  background-color: #e74c3c;
}

.md-modal {
  min-width: 80vw;
  height: 60vh;
  top: 35%;
}

.md-modal .md-footer a.btn {
  border: 0;
  background-color: #e74c3c;
  color: #FFF;
  text-transform: uppercase;
}

.timepicker-picker {
  padding: 5px 0;
}

.timepicker-picker .table-condensed>tbody>tr>td {
  padding: 0 5px;
}

.popup-datepicker .bootstrap-datetimepicker-widget .timepicker-picker table td {
  height: 22px;
  line-height: 22px;
}

.popup-datepicker .timepicker-sbs .timepicker .timepicker-picker .timepicker-hour,
.popup-datepicker .timepicker-sbs .timepicker .timepicker-picker .timepicker-minute,
.popup-datepicker .timepicker-sbs .timepicker .timepicker-picker .timepicker-second,
.popup-datepicker .timepicker-sbs .timepicker .timepicker-picker .separator {
  font-size: 22px;
  color: #ffffff;
  background-color: transparent;
  text-decoration: underline;
  padding-bottom: 5px;
}

.popup-datepicker .timepicker-sbs .timepicker .timepicker-picker .separator {
  text-decoration: none;
}

.bootstrap-datetimepicker-widget.usetwentyfour td.hour,
.bootstrap-datetimepicker-widget.usetwentyfour td.minute {
  color: #fff;
}


/* ****************************************
 * Footer
 * **************************************** */

.footer {
  background-color: transparent;
}

.footer,
.footer a {
  color: #959595;
}

.footer a:hover {
  color: #de171e;
}

.copyright {
  border-top: 1px solid #d7d7d7;
  background-color: #ffffff;
  padding: 15px 0;
  font-family: 'Proxima Nova', 'Helvetica', sans-serif;
}


/* loadingOverlay */

.loading-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 10000000;
}

.loading-overlay .inner {
  color: #ffffff;
  display: block;
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
}

.loading-overlay .inner .text {
  margin-left: 10px;
}


/* loading indicator */


/*.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.pace-inactive {
    display: none;
}

.pace .pace-progress {
    background: #de171e;
    position: fixed;
    z-index: 2000;
    top: 60px;
    right: 100%;
    width: 100%;
    height: 2px;
}
*/

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 2000;
  position: fixed;
  margin: 0 auto;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0;
  height: 5px;
  width: 638px;
  background: transparent;
  overflow: hidden;
}

.pace .pace-progress {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  max-width: 638px;
  position: fixed;
  z-index: 2000;
  display: block;
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  width: 100%;
  /*background: #de171e;*/
  background: #ff0000;
}

.pace.pace-inactive {
  display: none;
}


/* =====================================================================
 * RESPONSIVE
 * ===================================================================== */

@media (min-width: 700px) {
  .container {
    /*width: 670px;*/
    width: 640px;
    border-right: 1px solid #d7d7d7;
    border-left: 1px solid #d7d7d7;
    padding-left: 0;
    padding-right: 0;
  }
  .header {
    background-color: transparent;
    box-shadow: none;
    -webkit-box-shadow: none;
  }
  .header .container {
    background-color: #ffffff;
  }
  .navbar-header {
    float: none;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    box-shadow: 0 4px 8px -2px rgba(0, 0, 0, 0.175);
    -webkit-box-shadow: 0 4px 8px -2px rgba(0, 0, 0, 0.175);
    height: 60px;
  }
  .header.header-red {
    background-color: transparent;
  }
  .header.header-red .container {
    background-color: #de171e;
  }
  .section {
    padding-left: 20px;
    padding-right: 20px;
  }
  .product-list .item {
    min-height: 290px;
    height: 290px;
    max-height: 290px;
  }
  .product-list .item .pr-image {
    height: 180px;
  }
}

@media (min-width: 992px) {}

@media (min-width: 1200px) {}

@media (min-width: 1251px) {}

@media (max-width: 1250px) {}

@media (max-width: 1199px) {}

@media (max-width: 991px) {}

@media (max-width: 699px) {
  .container {
    padding-left: 0;
    padding-right: 0;
  }
  .navbar-header {
    text-align: center;
  }
  .navbar-brand {
    width: auto;
  }
  .navbar-button.button-left {
    margin-left: 20px;
  }
  .navbar-button.button-right {
    margin-right: 20px;
  }
}

@media (max-width: 450px) {
  body {
    font-size: 13px
  }
  h2 {
    font-size: 16px;
  }
  h3 {
    font-size: 14px;
  }
  .form-group {
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .input-lg {
    height: 40px;
  }
  .btn-lg {
    padding-top: 9px;
    padding-bottom: 9px;
  }
  .lead {
    font-size: 12px;
  }
  .sc-icon-mascot,
  .sc-icon-home {
    width: 34px;
    height: 34px;
  }
  .navbar-brand {
    padding-top: 13px;
    padding-bottom: 13px;
  }
  .navbar-brand img {
    height: 24px;
  }
  .navbar-brand.navbar-title {
    font-size: 17px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navbar-button {
    margin-top: 2px;
    width: 36px;
  }
  .navbar-button.button-left {
    margin-left: 12px;
  }
  .navbar-button.button-right {
    margin-right: 12px;
  }
  .navbar-button .icon-bar {
    width: 32px;
    left: 0px;
    height: 3px;
  }
  .navbar-button .icon-bar.icon-bar-1 {
    top: 12px
  }
  .navbar-button .icon-bar.icon-bar-2 {
    top: 20px
  }
  .navbar-button .icon-bar.icon-bar-3 {
    top: 28px
  }
  .navbar-button.button-right {
    padding: 4px 0px 4px 0px;
  }
  .navbar-button.button-right.button-text {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 7px;
    padding-left: 7px;
    height: 22px;
    font-size: 11px;
  }
  .navbar-button.button-right.button-text span {
    line-height: 22px;
  }
  .navbar-button.button-back {
    width: 30px
  }
  .navbar-button.button-back .icon-bar.icon-bar-1,
  .navbar-button.button-back .icon-bar.icon-bar-2 {
    width: 18px;
  }
  .navbar-button.button-back .icon-bar.icon-bar-1 {
    top: 14px;
  }
  .navbar-button.button-back .icon-bar.icon-bar-2 {
    top: 25px;
  }
  .close-button {
    margin-top: 2px;
  }
  .close-button .icon-bar {
    height: 3px;
    width: 38px;
    top: 20px;
  }
  .sidebar-header {
    height: 50px;
  }
  .main {
    /*padding-top: 50px;*/
    padding-top: 0;
    padding-bottom: 0;
  }
  .section {
    margin-bottom: 10px;
  }
  .section.full-width> .content {
    padding: 15px;
  }
  .main .section:last-child {
    margin-bottom: 15px;
  }
  .section-title {
    font-size: 13px;
    padding-bottom: 5px;
    border-bottom: 3px solid #de171e;
  }
  .section-separator {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .box-white-bordered,
  .box-grey-bordered {
    padding: 10px 15px;
  }
  .box-white-bordered .full-lr-border {
    margin: 10px -15px;
  }
  .carousel-caption {
    margin-top: -40px;
    height: 80px;
  }
  .carousel-caption .caption {
    font-size: 32px;
  }
  .home-slider .carousel-control .sc-icon {
    width: 18px;
    height: 32px;
  }
  .feature-snippet {
    margin-top: -25px;
  }
  .feature-snippet .box-white-bordered {
    padding: 10px 15px;
  }
  .snippet-text {
    font-size: 13px;
  }
  .form-search {
    height: 44px;
    font-size: 13px;
  }
  .inline-list-image {
    font-size: 12px;
  }
  .inline-list-image> li {
    min-height: 170px;
  }
  .inline-list-image> li img {
    margin-bottom: 10px;
  }
  .airport-list> li> a {
    font-size: 12px;
    white-space: nowrap;
  }
  .home-contact .contact-text {
    height: 60px;
    margin-top: -30px;
  }
  .home-contact .contact-text .first-line {
    font-size: 14px;
  }
  .home-contact .contact-text .second-line {
    color: #fff200;
    font-size: 24px;
  }
  .recent-slider .item img {}
  .recent-slider .item .product-name {}
  .recent-slider .item .product-name h4 {
    font-size: 13px;
    margin-bottom: 5px;
  }
  .recent-slider .item .product-name span {
    font-size: 11px;
  }
  .video-frame {
    height: 220px;
  }
  .feature-promotion img {
    height: 70px;
  }
  .feature-promotion .quote {
    font-size: 13px;
    padding-right: 85px;
    margin-top: 15px;
    margin-bottom: 20px;
  }
  .button-image-group {
    margin-bottom: 15px;
  }
  .feature-button-group {
    margin-top: 15px;
  }
  .product-list .item .pr-desc h3 {
    font-size: 13px;
  }
  .product-list .item .price {
    font-size: 11px;
  }
  .product-list .item .price .now {
    float: none;
  }
  .sc-nav-tab> li {
    margin-left: 0;
    margin-right: 0;
    width: 30%;
  }
  .sc-nav-tab> li:first-child {
    margin-left: 0;
  }
  .sc-nav-tab> li:last-child {
    width: 35%
  }
  .sc-nav-tab> li> a {
    font-size: 12px;
  }
  .timing-list .item {
    padding: 15px 10px;
  }
  .timing-list .item span {
    font-size: 13px;
  }
  .instant-booking-info .item {
    padding: 15px 5px;
  }
  .instant-booking-info .item span {
    font-size: 8px;
  }
  .income-overview {
    padding-right: 0;
    padding-left: 0;
  }
  .income-overview .item {
    padding: 0 10px;
  }
  .income-overview .item span {
    font-size: 10px;
  }
  .income-overview .item span.text-red {
    font-size: 16px;
  }
  .tab-nav-red> li> a {
    font-size: 12px;
    padding: 8px 5px;
  }
  .photo-box {
    height: 60px;
    width: 60px;
    background-image: url('../img/icon-camera-small.png');
  }
  .people-rent-photo .item-upload span {
    font-size: 80%;
  }
  .remaining-time .title {
    font-size: 16px;
  }
  .remaining-time .timer {
    font-size: 60px;
  }
  .payment-method h4 {
    font-size: 12px;
    margin: 10px 0 5px 0;
  }
  .payment-method-list-logo {
    margin-bottom: 5px;
  }
  .payment-method-list-logo img {
    height: 20px;
  }
  .payment-method .remain-time .time {
    font-size: 11px;
  }
  .upload-foto-mobil {
    padding: 0 0 5px 0;
  }
  .upload-foto-mobil .btn {
    margin-bottom: 5px;
    font-size: 10px;
    background-position: center left 10px;
    padding-left: 50px;
  }
  .add-cars-popup .form-control {
    height: 20px;
    padding-bottom: 10px;
  }
  .btn-upload {
    font-size: 12px;
  }
  .auth-form label {
    margin-bottom: 0;
  }
  .auth-form .form-control {
    height: 30px;
    padding-bottom: 5px;
  }
  .list-check> li {
    background-image: url('../img/check-green-small.png');
  }
  .list-check> li> span {
    padding: 4px 0 4px 30px;
    font-size: 12px;
  }
  .flot-tick-label {
    font-size: 8px;
  }
  .table.table-plain {
    font-size: 10px;
  }
  .table.table-plain .btn-xs {
    padding: 3px 5px;
    font-size: 8px;
  }
  .omo-services {
    font-size: 12px;
  }
  .bar-chart {
    height: 150px;
  }
  .footer {
    margin-top: 0px;
  }
  .copyright {
    font-size: 12px;
  }
  .order-steps {
    background-image: url('../img/steps-line-small.png');
    margin: 15px 0 25px 0;
  }
  .order-steps> li {
    display: table-cell;
    position: relative;
    text-align: center;
  }
  .order-steps> li> span.number {
    width: 46px;
    height: 32px;
    background-image: url('../img/steps-number-bg-small.png');
    line-height: 32px;
    font-size: 18px;
  }
  .order-steps> li:first-child> span.number {
    background-image: url('../img/steps-number-first-bg-small.png');
  }
  .order-steps> li:last-child> span.number {
    background-image: url('../img/steps-number-last-bg-small.png');
  }
  .order-steps> li.active> span.number {
    background-image: url('../img/steps-number-bg-active-small.png');
    text-indent: -9999px;
  }
  .order-steps> li.active:first-child> span.number {
    background-image: url('../img/steps-number-first-bg-active-small.png');
  }
  .order-steps> li.active:last-child> span.number {
    background-image: url('../img/steps-number-last-bg-active-small.png');
  }
  .order-steps> li:first-child:before,
  .order-steps> li:last-child:before {
    position: absolute;
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    right: 50%;
    margin-right: 16px;
    background-color: #f4f4f4;
  }
  .order-steps> li:last-child:before {
    left: 50%;
    right: auto;
    margin-left: 15px;
    margin-right: 0;
  }
  .order-steps> li> span.text {
    font-size: 10px;
  }
  .omo-services .item span {
    font-size: 10px;
    display: block;
    line-height: 1.2
  }
  .calendar-legend {
    width: 14px;
    height: 14px;
  }
  .calendar-jadwal-sewa .datepicker-decades table> thead> tr> th,
  .calendar-jadwal-sewa .datepicker-years table> thead> tr> th,
  .calendar-jadwal-sewa .datepicker-months table> thead> tr> th,
  .calendar-jadwal-sewa .datepicker-days table> thead> tr> th,
  .calendar-jadwal-sewa .datepicker-decades table> body> tr> td,
  .calendar-jadwal-sewa .datepicker-years table> tbody> tr> td,
  .calendar-jadwal-sewa .datepicker-months table> tbody> tr> td,
  .calendar-jadwal-sewa .datepicker-days table> tbody> tr> td.day {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 10px;
  }
  .calendar-jadwal-sewa .datepicker-decades table> thead> tr> th.picker-switch,
  .calendar-jadwal-sewa .datepicker-years table> thead> tr> th.picker-switch,
  .calendar-jadwal-sewa .datepicker-months table> thead> tr> th.picker-switch,
  .calendar-jadwal-sewa .datepicker-days table> thead> tr> th.picker-switch {
    font-size: 12px;
  }
  .price-bar-bottom {
    padding: 10px;
    margin-top: 15px;
  }
  .price-bar-bottom .discount {
    font-size: 12px;
    line-height: 30px;
  }
  .price-bar-bottom .original {
    font-size: 9px;
    line-height: 30px;
  }
  .price-bar-bottom .btn {
    font-size: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .pace {
    top: 0px;
    width: 100%;
  }
  .md-modal.modal-datepicker {
    max-width: 300px;
    min-width: 300px;
  }
}

.checkbox-inline,
.radio-inline,
.checkbox label,
.radio label {
  padding-left: 0;
}


/* iCheck plugin Square skin, red
----------------------------------- */

.icheckbox_square-red,
.iradio_square-red {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  margin-top: -2px;
  width: 22px;
  height: 22px;
  background: url(red.png) no-repeat;
  border: none;
  cursor: pointer;
}

.icheckbox_square-red {
  background-position: 0 0;
}

.icheckbox_square-red.hover {
  background-position: -24px 0;
}

.icheckbox_square-red.checked {
  background-position: -48px 0;
}

.icheckbox_square-red.disabled {
  background-position: -72px 0;
  cursor: default;
}

.icheckbox_square-red.checked.disabled {
  background-position: -96px 0;
}

.iradio_square-red {
  background-position: -120px 0;
}

.iradio_square-red.hover {
  background-position: -144px 0;
}

.iradio_square-red.checked {
  background-position: -168px 0;
}

.iradio_square-red.disabled {
  background-position: -192px 0;
  cursor: default;
}

.iradio_square-red.checked.disabled {
  background-position: -216px 0;
}


/* HiDPI support */

@media (-o-min-device-pixel-ratio: 5/4),
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi),
(min-resolution: 1.25dppx) {
  .icheckbox_square-red,
  .iradio_square-red {
    background-image: url(red@2x.png);
    -webkit-background-size: 240px 24px;
    background-size: 240px 24px;
  }
}


/**
 * Input Coupon
 **/

.input-coupon {
  border: 0;
  text-align: left;
  background: transparent;
  width: 75%;
}

.single-booking_rental .last.list-status .active .fa-undo {
    -webkit-animation-name: spin;
    -webkit-animation-duration: 4000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 4000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 4000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    
    animation-name: spin;
    animation-duration: 4000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@-ms-keyframes spin {
    from { -ms-transform: rotate(0deg); }
    to { -ms-transform: rotate(-360deg); }
}
@-moz-keyframes spin {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(-360deg); }
}
@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(-360deg); }
}
@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(-360deg);
    }
}

.car-photo .owl-item .item a{
  cursor:pointer;
}

.user-star {
    padding: 2px;
    margin-top: 5px;
}

.loan-price.loan-pricebox-setir.loan-pricebox {
    display: block;
}