.container {
	max-width: 480px;
	padding-right: 0;
	padding-left: 0;
	overflow: hidden;
}

header .container {
	overflow: visible;
	position: relative;
	z-index: 3;
}

.home-nav .container {
	z-index: auto;
}

ul {
	-webkit-padding-start: 0;
	-moz-padding-start: 0px;
	-ms-padding-start: 0px;
	-o-padding-start©: 0px;
	list-style: none;
	text-align: left;
	margin-bottom: 0;
}

.panel {
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	margin-bottom: 0;
}

.panel-shadow {
	-webkit-box-shadow: 0px 3px 5px 0px rgba(35, 31, 32, 0.3);
	-moz-box-shadow: 0px 3px 5px 0px rgba(35, 31, 32, 0.3);
	-ms-box-shadow: 0px 3px 5px 0px rgba(35, 31, 32, 0.3);
	-o-box-shadow: 0px 3px 5px 0px rgba(35, 31, 32, 0.3);
	box-shadow: 0px 3px 5px 0px rgba(35, 31, 32, 0.3);
}

.panel-noshadow {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	border: 1px solid #ccc;
}

.panel-highlight {
	background: #fff;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(35, 31, 32, 0.3);
	-moz-box-shadow: 0px 3px 5px 0px rgba(35, 31, 32, 0.3);
	-ms-box-shadow: 0px 3px 5px 0px rgba(35, 31, 32, 0.3);
	-o-box-shadow: 0px 3px 5px 0px rgba(35, 31, 32, 0.3);
	box-shadow: 0px 3px 5px 0px rgba(35, 31, 32, 0.3);
}

.panel-smooth {
	background: #fff;
	-webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
}

.panel-orange {
	color: #fff;
	border: 1px solid #eb8f14;
	background: linear-gradient(to bottom, #faa12b 0%, #ffb655 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#faa12b', endColorstr='#ffb655', GradientType=0);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}

.panel-brown {
	color: #a59868;
	background: #efe8ce;
	border: 1px solid #cdc090;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}

.panel-full {
	background: #fff;
	width: 100%;
}

.panel-red {
	background: #de171e;
}

.panel-content-red {
	border: 1px solid #ccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}

.panel-content-red .panel-heading {
	background: #de171e;
	color: #fff;
}

.panel-content-red .panel-heading h4 {
	color: #fff;
}

.home-header {
	font-size: 15px;
	letter-spacing: 0;
	text-transform: uppercase;
}

.page-header {
	font-size: 17px;
	line-height: normal;
	letter-spacing: 0;
	color: #fff;
	text-transform: uppercase;
	padding-bottom: 0;
	margin: 0;
	border: none;
}

.content-header {
	font-size: 10px;
	letter-spacing: -0.01em;
	text-transform: uppercase;
}

.headline-header {
	font-size: 15.6px;
	line-height: 15px;
	letter-spacing: 0;
	text-transform: uppercase;
}

.confirm-header {
	font-size: 12px;
	line-height: 13px;
	letter-spacing: 0;
	text-transform: uppercase;
}

.btn-lightorange {
	color: #fff;
	border: 1px solid #eb8f14;
	background: linear-gradient(to bottom, #faa12b 0%, #ffb655 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#faa12b', endColorstr='#ffb655', GradientType=0);
}

.btn-lightorange.focus,
.btn-lightorange:focus,
.btn-lightorange:hover {
	color: #fff;
	text-decoration: none;
	background: #faa12b;
}

.btn-red {
	background: #de171e;
	color: #fff;
	text-transform: uppercase;
}

.btn-red.focus,
.btn-red:focus,
.btn-red:hover {
	color: #fff;
	text-decoration: none;
	background: #de171e;
}

.btn-rednobg {
	background: #fff;
	color: #de171e;
	text-decoration: underline;
	box-shadow: none;
}

.btn-rednobg.focus,
.btn-rednobg:focus,
.btn-rednobg:hover,
.btn-rednobg:active {
	background: #fff;
	color: #de171e;
	text-decoration: underline;
	box-shadow: none;
}

.btn-transparent {
	background: transparent;
	color: #898989;
}

.btn-transparent:focus,
.btn-transparent.focus,
.btn-transparent:hover,
.btn-transparent:active {
	background: transparent;
	color: #898989;
}

.btn-file {
	position: relative;
	overflow: hidden;
	width: auto;
	padding-top: 10px;
	display: block;
}

.btn-file:hover,
.btn-file:active {
	color: #fff;
}

.btn-file input[type=file] {
	position: absolute;
	top: 0;
	right: 0;
	min-width: 100%;
	min-height: 100%;
	text-align: right;
	filter: alpha(opacity=0);
	opacity: 0;
	outline: none;
	background: white;
	cursor: inherit;
	display: block;
}

.bootstrap-switch {
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
	-o-border-radius: 25px;
	border-radius: 25px;
	line-height: 6px;
	position: absolute;
	top: 0;
	right: 0;
	-webkit-box-shadow: 0px 1px 2px 0px rgba(24, 23, 24, 0.23);
	-moz-box-shadow: 0px 1px 2px 0px rgba(24, 23, 24, 0.23);
	-ms-box-shadow: 0px 1px 2px 0px rgba(24, 23, 24, 0.23);
	-o-box-shadow: 0px 1px 2px 0px rgba(24, 23, 24, 0.23);
	box-shadow: 0px 1px 2px 0px rgba(24, 23, 24, 0.23);
	background: #fff;
	z-index: 999;
}

.bootstrap-switch .bootstrap-switch-container {
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
	-o-border-radius: 25px;
	border-radius: 25px;
	line-height: 12px;
	background: transparent;
	z-index: 3;
	position: relative;
}

.bootstrap-switch-on {
	background: #41a7da;
}

.bootstrap-switch-on .bootstrap-switch-container {
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
	-o-border-radius: 25px;
	border-radius: 25px;
	position: relative;
	z-index: 1;
}

.bootstrap-switch-off {
	background: linear-gradient(to bottom, rgba(233, 234, 234, 1) 0%, rgba(237, 239, 240, 1) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e9eaea', endColorstr='#edeff0', GradientType=0);
}

.bootstrap-switch-off .bootstrap-switch-container {
	z-index: 1;
}

.bootstrap-switch .bootstrap-switch-handle-on,
.bootstrap-switch .bootstrap-switch-handle-off,
.bootstrap-switch .bootstrap-switch-label {
	font-size: 8px;
	line-height: 8px;
	letter-spacing: -0.045em;
	text-transform: uppercase;
	padding: 3px 6px 2px;
	position: relative;
}

.bootstrap-switch .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-label {
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	border-radius: 50px;
	position: relative;
	border: 1px solid #acacac;
	padding-left: 4px;
	padding-right: 4px;
}

.bootstrap-switch .bootstrap-switch-handle-on {
	width: 20px !important;
}

.bootstrap-switch .bootstrap-switch-handle-off {
	width: 20px !important;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary {
	background: #41a7da;
	-webkit-border-top-left-radius: 25px;
	-moz-border-top-left-radius: 25px;
	-ms-border-top-left-radius: 25px;
	-o-border-top-left-radius: 25px;
	border-top-left-radius: 25px;
	-webkit-border-bottom-left-radius: 25px;
	-moz-border-bottom-left-radius: 25px;
	-ms-border-bottom-left-radius: 25px;
	-o-border-bottom-left-radius: 25px;
	border-bottom-left-radius: 25px;
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary {}

.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-label {
	width: 20px !important;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default {
	background: transparent;
	color: #acacac;
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default {
	padding-left: 1px;
	padding-right: 4px;
}

.animated {
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

@keyframes fadeOutLeft {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

@keyframes fadeOutLeft {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

.fadeOutLeft {
	-webkit-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft;
}

@keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}

@keyframes fadeOutRight {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}

@keyframes fadeOutRight {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}

.fadeOutRight {
	-webkit-animation-name: fadeOutRight;
	animation-name: fadeOutRight;
}

@keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}

@keyframes fadeOut {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}

@keyframes fadeOut {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}

.fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

.nav-content .panel-default {
	background: #de171e;
}

.nav-home .panel {
	padding: 10px;
	z-index: 2;
	position: relative;
}

.nav-home .nav-top {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.nav-home .nav-back {
	margin-left: 5px;
	margin-right: 5px;
	float: left;
	width: 18px;
	height: auto;
	display: block;
}

.nav-home .nav-logo {
	border-bottom: 3px solid #fff;
	width: 73%;
	float: left;
	display: block;
	margin-left: 10px;
	margin-right: 5px;
}

.nav-home .header-logo {
	margin-top: 5px;
}

.nav-home .header-logo img {
	margin-left: auto;
	margin-right: auto;
	width: 79px;
	height: 26px;
}

.nav-home .nav-promo {
	float: left;
	width: 17%;
	display: block;
	text-align: right;
}

.nav-home .nav-promo .btn {
	font-size: 10px;
	line-height: 10px;
	letter-spacing: 0;
	text-transform: uppercase;
	display: inline-block;
	float: none;
	padding-top: 0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}

.nav-home .nav-promo .btn .fa {
	font-size: 16px;
	position: relative;
	top: 2px;
}

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

.home-title {
	color: #fff;
	font-size: 15px;
	letter-spacing: 0;
}

.nav-page a:hover,
.nav-page a:focus {
	text-decoration: none;
}

.nav-page .panel {
	text-align: center;
	padding: 6px;
}

.nav-page .nav-back {
	width: 22%;
	height: auto;
	display: block;
	float: left;
	font-size: 28px;
	line-height: 20px;
	color: #fff;
}

.nav-page .nav-back .fa {
	line-height: 28px;
}

.nav-back img {
	display: inline-block;
	width: 78px;
	height: auto;
	vertical-align: top;
	position: relative;
	top: 3px;
}

.nav-page .nav-title {
	width: 66%;
	height: 34px;
	display: block;
	float: left;
	color: #fff;
	position: relative;
}

.nav-title .page-header {
	height: 20px;
	position: absolute;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.nav-page .nav-wa {
	width: 12%;
	height: auto;
	display: block;
	float: left;
}

.nav-wa img {
	width: 16px;
	height: 16px;
	display: inline-block;
}

.nav-wa p {
	font-family: 'MyriadPro Regular', Fallback, sans-serif;
	font-size: 10px;
	letter-spacing: -0.01em;
	color: #fff;
}

.nav-rental .panel .nav-back {
	width: 10%;
}

.nav-rental .panel .nav-title {
	width: 74%;
}

.nav-rental .nav-title img {
	display: inline-block;
	margin-top: 2px;
	margin-bottom: 3px;
}

.home-hero {
	z-index: 1;
}

.home-hero .container {
	background: url(../images/bg-hero.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	padding: 5px 10px 10px;
}

.home-hero .breadcrumb {
	margin-bottom: 90px;
}

.home-hero .home-header {
	text-align: center;
}

.feature .container {
	padding-top: 7px;
	padding-bottom: 7px;
	background: #f2f2f2;
}

.feature-list li {
	font-size: 10px;
	line-height: 15px;
	letter-spacing: 0;
	color: #333;
}

.feature-list li .fa {
	color: #6ee14b;
	font-size: 10px;
}

.home-headline .container {
	padding: 0 10px 7px;
}

.home-headline .panel {
	padding: 10px;
}

.home-headline .hl-text {
	font-size: 13px;
	letter-spacing: -0.01em;
	line-height: normal;
	text-align: center;
}

.home-headline .hl-separator {
	border-top-color: #c2c2c2;
	margin-top: 5px;
}

.home-headline .panel-text-box {
	font-size: 12px;
	line-height: normal;
	letter-spacing: -0.01em;
	color: #000;
	text-align: center;
	padding: 10px 0;
}

.tagline .container {
	padding: 0 10px 10px;
}

.tagline .panel {
	padding: 10px;
	position: relative;
}

.tagline .fa {
	position: absolute;
	margin: auto;
	top: -5px;
	bottom: 0;
	font-size: 20px;
	height: 15px;
}

.tagline .tl-ico-left {
	right: auto;
	left: 10px;
}

.tagline .tl-ico-right {
	right: 10px;
	left: auto;
}

.tagline .tl-header {
	text-transform: uppercase;
	text-align: center;
	font-size: 15px;
	line-height: 15px;
	color: #fff;
	margin: 0;
}

.tagline .tl-logo {
	display: inline;
	width: auto;
	height: 12px;
	position: relative;
	top: -1px;
	vertical-align: middle;
}

.loan-price .container {
	padding-bottom: 15px;
}

.loan-price .panel-full {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 14px;
	background: #efe8ce;
}

.loan-price .panel-price {
	padding: 0;
}

.loan-price .lp-header {
	font-size: 12px;
	line-height: normal;
	letter-spacing: 0;
	color: #de171e;
	text-align: center;
	margin-bottom: 10px;
	border-bottom: 2px solid #ff0000;
	width: 59%;
	text-transform: uppercase;
	margin-left: auto;
	margin-right: auto;
}

.loan-price .panel .panel-heading {
	padding-top: 7px;
	padding-bottom: 7px;
}

.loan-price .panel .panel-heading h4 {
	margin-top: 3px;
	margin-bottom: 3px;
	font-size: 10px;
	line-height: normal;
	text-transform: uppercase;
	text-align: center;
}

.loan-price .panel-body {
	padding: 0;
}

.loan-price .car-category {
	padding: 5px 10px;
	border-bottom: 1px solid #dedede;
	position: relative;
	display: block;
	text-decoration: none;
	color: inherit;
	min-height: 50px;
}

.loan-price .car-category:last-child {
	border-bottom: none;
}

.car-category .car-name {
	text-align: center;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	font-weight: bolder;
	margin: 0;
	text-transform: capitalize;
	padding-bottom: 5px;
}

.car-category .car-price {
	font-size: 17px;
	line-height: 15px;
	letter-spacing: 0;
	color: #ff4400;
	text-align: center;
	font-weight: bolder;
}

.car-category .fa {
	width: 6px;
	height: 18px;
	font-size: 16px;
	color: #de171e;
	position: absolute;
	margin: auto;
	top: 0;
	right: 10px;
	bottom: 0;
	left: auto;
}

.call-wa .container {
	padding: 0 10px 10px;
}

.call-wa .media {
	background: url(../images/whatsapp-bg.png) no-repeat;
	background-size: cover;
	background-position: center center;
	padding: 8px;
}

.call-wa .media-object {
	width: 35px;
	height: 35px;
}

.call-wa .media-heading {
	font-family: 'HKGrotes Bold', Fallback, sans-serif;
	font-size: 12px;
	line-height: 15px;
	letter-spacing: 0.01em;
	color: #fff;
	margin-bottom: 0;
}

.call-wa .number-wa a {
	font-family: 'HKGrotes Bold', Fallback, sans-serif;
	font-size: 20px;
	line-height: normal;
	letter-spacing: 0;
	color: #fcc92e;
}

.call-wa .number-wa a:hover {
	text-decoration: none;
}

.text-box .custom-separator {
	margin-top: 5px;
	margin-bottom: 5px;
}

.text-box .home-header {
	text-align: center;
	color: #000;
}

.text-box .sub-header {
	font-size: 13px;
}

.text-box .article-header {
	font-size: 12px;
	line-height: 15px;
	letter-spacing: 0;
	color: #de171e;
}

.text-box .article-more {
	font-size: 10px;
}

.text-box .article {
	padding: 0 10px 15px;
}

.text-box .article .panel {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	padding: 10px 15px;
}

.text-box .panel-heading {
	background: #fff;
	padding-left: 0;
	padding-right: 0;
}

.text-box .article .panel-body {
	padding: 0;
	text-align: justify;
}

.home-tb .article .panel {
	border: 1px solid #de171e;
}

.text-box .article .panel-body p {
	font-size: 10px;
	line-height: 12px;
	letter-spacing: 0;
	color: #777;
}

.page-nav .breadcrumb {
	padding: 5px 10px;
	margin-bottom: 0;
}

.list-steps {
	width: 100%;
	margin-bottom: 10px;
	margin-left: 0;
}

.list-steps li {
	text-align: center;
	width: 30%;
	font-size: 10px;
	color: #555;
	position: relative;
	vertical-align: top;
}

.list-steps li.steps-small {
	width: 18%;
	text-transform: none;
}

.list-steps li.steps-wide {
	width: 28%;
	text-transform: none;
}

.list-steps .steps-number {
	background: #ccc;
	border: 3px solid #f0f0f0;
	color: #fff;
	width: 33px;
	height: 33px;
	padding: 7px 0;
	font-family: 'SFUI Regular', Fallback, sans-serif;
	font-size: 13px;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	z-index: 3;
	position: relative;
}

.list-steps li.active .steps-number {
	background: #f2cb29;
	color: #fff;
	border: 3px solid #f0f0f0;
}

.list-steps .steps-separator {
	border-top: 3px solid #ccc;
	width: 100%;
	position: absolute;
	top: 15px;
	right: -85px;
	bottom: 0;
	left: auto;
	z-index: 0;
}

.list-steps .steps-separator.active {
	border-color: #f2cb29;
}

.list-steps .steps-wide .steps-separator {
	right: -28px;
}

.headline-product {
	text-align: center;
	display: block;
}

.headline-product .headline-header {
	margin-bottom: 7px;
}

.product-promo {
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 15px;
}

.product-promo .panel {
	padding: 8px;
	text-align: center;
}

.product-promo .col-xs-4,
.product-promo .col-xs-8 {
	padding-left: 0;
	padding-right: 0;
}

.product-promo .headline-status h3 {
	font-size: 12px;
	line-height: normal;
	letter-spacing: -0.01em;
	text-transform: uppercase;
	margin-bottom: 8px;
}

.headline-list li {
	font-size: 10px;
	line-height: normal;
	letter-spacing: 0;
	color: #fe813d;
	text-transform: uppercase;
	margin-bottom: 5px;
	display: block;
	text-align: center;
}

.headline-list .fa {
	margin-right: 5px;
	color: #a1a1a1;
}

.headline-list .online-indicator {
	color: #6ee14b;
}

.product-promo .headline-header {
	text-transform: none;
	line-height: 24px;
	color: #555;
}

.product-promo .btn {
	font-size: 12px;
	line-height: normal;
	letter-spacing: -0.01em;
	text-transform: uppercase;
	text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
	padding: 5px 15px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}

.product-promo .fa-angle-right {
	margin-left: 10px;
	font-size: 14px;
	line-height: normal;
}

.loan-day {
	padding: 0 10px 20px;
	text-align: center;
}

.loan-day .headline-list {
	text-align: center;
}

.loan-day .headline-list li {
	display: inline-block;
	color: #333;
	padding: 0;
}

.loan-day .headline-list li .fa {
	font-size: 12px;
}

.loan-day .panel {
	padding-top: 6px;
	padding-bottom: 8px;
}

.loan-day .content-header,
.loan-day a {
	font-size: 12px;
	letter-spacing: 0;
	color: #555;
	text-transform: uppercase;
	text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
}

.loan-day .content-header {
	padding-top: 5px;
	padding-bottom: 5px;
}

.loan-day a {
	width: 100%;
	height: auto;
	padding-top: 0 12px;
}

.book-voucher {
	padding: 0 10px 30px;
}

.book-voucher .book-day {
	font-size: 10px;
	line-height: 15px;
	letter-spacing: 0;
	color: #333;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.book-voucher .fa {
	color: #333;
}

.book-panel .panel-body {
	padding-left: 0;
	padding-right: 0;
}

.book-panel .ld-header {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	border: none;
	border-bottom: 1px solid #ccc;
	background: #fff;
}

.book-desc .content-header,
.ld-header .content-header {
	font-size: 12px;
	text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
	text-align: center;
}

.book-form .col-xs-6:first-child {
	border-right: 1px solid #ccc;
}

.book-form .content-header {
	font-size: 12px;
	color: #555;
	text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
	width: 100%;
	text-align: center;
}

.book-form .input-group-addon {
	background: #fff;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	color: #ffac28;
	border: none;
	border-bottom: 1px solid #ccc;
	padding-left: 0;
	padding-right: 0;
}

.book-form .input-group-addon .fa {
	color: #ffac28;
}

.book-form .form-control {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	border: none;
	border-bottom: 1px solid #ccc;
	font-size: 12px;
	color: #555;
}

.book-form .form-control:focus {
	border-color: #ccc;
	outline: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}

.book-form .form-control::-moz-placeholder {
	color: #a8a8a8;
}

.book-form .form-control:-moz-placeholder {
	f color: #a8a8a8;
}

.book-form .form-control:-ms-input-placeholder {
	color: #a8a8a8;
}

.book-form .form-control:focus:-ms-input-placeholder {
	color: #a8a8a8;
}

.book-form .form-control::-webkit-input-placeholder {
	color: #a8a8a8;
}

.book-form .row {
	position: relative;
}

.book-form .book-arrow {
	width: 18px;
	height: 18px;
	background: #fff;
	-webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
	font-size: 16px;
	line-height: 16px;
	color: #de171e;
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: auto;
	text-align: center;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	padding-left: 2px;
}

.book-arrow .fa {
	color: #de171e;
}

.book-form .btn {
	font-size: 12px;
	line-height: 13px;
	letter-spacing: 0;
	color: #fff;
	padding-left: 30px;
	padding-right: 30px;
	display: block;
	margin: 0 auto 14px;
	position: relative;
}

.book-desc {
	border-top: 1px solid #ccc;
	padding: 15px;
}

.book-desc .book-sep {
	width: 43px;
	border-top: 1px solid #ccc;
	margin: 8px auto;
}

.book-desc .book-list {
	-webkit-padding-start: 0;
	-moz-padding-start: 0px;
	-ms-padding-start: 0px;
	-o-padding-start: 0px;
	padding-start: 0px;
	padding-left: 15px;
	margin-top: 14px;
}

.book-list li,
.book-list li p {
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 0;
	color: #333;
}

.book-list li p.book-help {}

.detail-order {
	margin-bottom: 15px;
	padding-left: 10px;
	padding-right: 10px;
}

.detail-order .headline-list {
	text-align: center;
	margin-bottom: 10px;
}

.detail-order .headline-list li {
	display: inline-block;
	color: #333;
	padding: 0;
}

.detail-order .headline-list li .fa {
	font-size: 12px;
}

.detail-order .do-panel {
	padding: 15px;
}

.do-panel .do-date {
	padding-right: 5px;
}

.do-panel .do-clock {
	float: left;
	width: 50%;
	text-align: center;
	padding-top: 5px;
}

.do-clock img {
	display: inline-block;
	width: 40px;
	height: 40px;
	margin-left: 15px;
}

.do-panel .do-desc {
	float: left;
	width: 45%;
	font-size: 13px;
	line-height: 13px;
	letter-spacing: 0;
	color: #de171e;
	text-align: center;
	border-right: 1px solid #ccc;
	padding-right: 5%;
}

.do-desc .do-day {
	font-size: 21px;
	line-height: 21px;
}

.detail-order .do-user {
	font-size: 10px;
	line-height: 15px;
	letter-spacing: 0;
	color: #333;
	padding-left: 10px;
}

.do-user .do-name {
	font-size: 12px;
	font-weight: bold;
}

.do-schedule {}

.do-schedule p {
	margin-bottom: 0;
	display: inline;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
}

.do-schedule p span {
	font-size: 2px;
	position: relative;
	top: -2px;
}

.do-button {
	padding-top: 10px;
}

.do-button .btn-left {
	padding-right: 5px;
	text-align: right;
}

.do-button .btn-right {
	padding-left: 5px;
	text-align: left;
	text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
}

.do-button .btn {
	width: 100%;
	padding: 4px;
	border-radius: 2px;
}

.do-button .btn-rednobg {
		text-decoration: none;
    padding: 10px 15px;
    margin-bottom: -5px;
    font-weight: bold;
    color: #fff;
    border: 1px solid #aba6a0;
    background: linear-gradient(to bottom, #827f76 0%, #6d6254 100%);
}

.do-button .btn-lightorange {
	text-decoration: none;
	padding: 10px 15px;
	margin-bottom: -5px;
	font-weight: bold;
	color: #fff;
	border: 1px solid #eb8f14;
	background: linear-gradient(to bottom, #faa12b 0%, #ffb655 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#faa12b', endColorstr='#ffb655', GradientType=0);
}

.do-button .btn .fa {
	font-size: 14px;
	position: relative;
	top: 1px;
}

.confirm-order .progress {
	margin-top: 10px;
	margin-bottom: 10px;
	height: 12px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	border-radius: 50px;
	background: #ddd;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}

.confirm-order .progress-bar {
	background: #fff153;
	background: -moz-linear-gradient(top, #fff153 0%, #eebf1c 99%);
	background: -webkit-linear-gradient(top, #fff153 0%, #eebf1c 99%);
	background: linear-gradient(to bottom, #fff153 0%, #eebf1c 99%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fff153', endColorstr='#eebf1c', GradientType=0);
	-webkit-box-shadow: 0px 1px 0px 0px rgba(28, 28, 28, 0.2) inset;
	-moz-box-shadow: 0px 1px 0px 0px rgba(28, 28, 28, 0.2) inset;
	-ms-box-shadow: 0px 1px 0px 0px rgba(28, 28, 28, 0.2) inset;
	-o-box-shadow: 0px 1px 0px 0px rgba(28, 28, 28, 0.2) inset;
	box-shadow: 0px 1px 0px 0px rgba(28, 28, 28, 0.2) inset;
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
}

.confirm-order .progress-caption p {
	font-size: 12px;
	line-height: 13px;
	letter-spacing: -0.01em;
	margin-bottom: 0;
}

.progress-caption .pc-left,
.progress-caption .pc-right {
	text-align: right;
}

.progress-caption .time-value {
	font-size: 13px;
}

.car-list .row {
	padding-bottom: 5px;
}

.car-list .panel {
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
	margin-bottom: 10px;
	border-left: 1px solid #f2f2f2;
	border-right: 1px solid #f2f2f2;
}

.car-list .panel:after,
.car-list .panel:before {
	display: table;
	content: " ";
	clear: both;
}

.car-list .first {
	width: 9%;
	height: auto;
	float: left;
	height: 96px;
}

.car-list .second {
	width: 26%;
	height: auto;
	float: left;
	padding-top: 10px;
}

.car-list .third {
	font-family: 'Proxima Nova Light', 'Proxima Nova', 'Helvetica', sans-serif;
	width: 35%;
	height: auto;
	float: left;
	padding-left: 10px;
	padding-right: 5px;
	padding-top: 10px;
}

.car-list .last {
	width: 30%;
	height: auto;
	float: left;
	padding-top: 10px;
}

.car-list .car-number {
	font-family: 'ProximaNova Light', Fallback, sans-serif;
	font-size: 15px;
	line-height: 15px;
	letter-spacing: 0;
	color: #999;
	text-align: center;
	position: relative;
}

.car-list .car-number p {
	height: 15px;
	position: absolute;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.car-photo .item {
	position: relative;
}

.car-photo .caption {
	width: 100%;
	height: 20px;
	background: rgba(0, 0, 0, 0.55);
	position: absolute;
	margin: auto;
	top: auto;
	right: 0;
	bottom: 0;
	left: 0;
	font-size: 12px;
	line-height: normal;
	letter-spacing: 0;
	color: #fff;
	text-align: center;
	padding-top: 5px;
}

.list-price p {
	font-size: 20px;
	line-height: 14px;
	font-weight: bold;
	color: #333;
}

.list-price .car-price {
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	line-height: 18px;
	color: #de171e;
	width: 100%;
}

.list-price .al {
		text-align: right;
    margin-left: 0px;
    bottom: 5px;
    padding: 2px;
    background: red;
    color: white;
    border-radius: 2px;
}

.list-price .content-header {
	font-size: 12px;
	line-height: normal;
	letter-spacing: 0;
	color: #333;
}

.list-price .last-online {
	border-bottom: 1px solid #a9a9a9;
}

.list-status {
	position: relative;
}

.list-status li {
	font-size: 12px;
	line-height: normal;
	color: #555;
	margin-bottom: 10px;
	z-index: 5;
}

.list-status li .fa {
	font-size: 12px;
	width: 18px;
	height: 18px;
	background: #ccc;
	color: #fff;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	text-align: center;
	padding-top: 3px;
	padding-right: 1px;
	margin-right: 5px;
	z-index: 5;
	position: relative;
}

.list-status .check.active {
	color: #43bb63;
}

.list-status .check.active .fa {
	color: #fff;
	background: #43bb63;
}

.list-status .sold.active {
	color: #b8312f;
}

.list-status .sold.active .fa {
	color: #fff;
	background: #b8312f;
}

.list-status .deal.active .fa {
	color: #fff;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	background: transparent;
}

.list-status .list-sep {
	width: 2px;
	height: 75%;
	background: #ccc;
	position: absolute;
	margin: auto;
	top: 0;
	right: auto;
	bottom: 0;
	left: 10px;
	z-index: 1;
}

.ekko-lightbox .modal-dialog {
	margin-left: auto;
	margin-right: auto;
}

.confirm-headline .container {
	padding-top: 10px;
	position: relative;
	z-index: 1;
}

.booking-deal .container {
	position: relative;
	z-index: 3;
	overflow: visible;
}

.booking-panel .bp-left {
	padding-top: 10px;
	padding-bottom: 10px;
	padding: 24px;
}

.bp-left .home-header {
	font-family: 'ProximaNova Bold', sans-serif;
	font-size: 15px;
	line-height: 15px;
	letter-spacing: 0.01em;
	text-align: center;
	color: #fff;
}

.booking-panel .bp-right {
	padding: 6px 12px;
}

.bp-right .content-header {
	font-family: 'ProximaNova Regular', sans-serif;
	letter-spacing: 0;
	color: #333;
	font-weight: bold;
	text-align: center;
	padding: 5px;
}

.book-calc .container {
	position: relative;
	z-index: 1;
}

.book-calc .bc-panel {
	padding: 12px 10px 15px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.bc-panel .confirm-header {
	margin-bottom: 5px;
}

.bc-panel .confirm-header span {}

.bc-panel .span-sub {
	text-transform: capitalize;
}

.bc-panel .calc-detail {
	padding: 8px;
	background: #f6f6f6;
	border: 1px solid #ccc;
}

.bc-panel .red .fa-plus {
	color: #000;
	position: absolute;
	top: -6px;
	right: -6px;
	font-size: 8px;
}

.calc-detail .col-xs-6 {
	padding-left: 0;
	padding-right: 0;
}

.calc-detail p {
	font-size: 12px;
	line-height: normal;
	letter-spacing: 0.01em;
}

.payment-detail .container {
	padding: 10px 8px;
}

.payment-detail .pd-panel {
	border: 2px solid #ccc;
}

.pd-panel .pd-bank {
	background: #005faf;
	padding: 16px 10px;
	height: 140px;
}

.pd-bank .home-header {
	font-size: 15px;
	line-height: 20px;
	letter-spacing: 0.01em;
	color: #fff;
	margin-bottom: 25px;
}

.pd-bank img {
	max-width: 55px;
}

.pd-panel .pd-step {
	padding-left: 0;
	padding-right: 0;
}

.pd-step .payment-step {
	padding-left: 10px;
	padding-top: 7px;
	position: relative;
}

.pd-step .payment-step:not(:last-child) {
	border-bottom: 1px solid #ccc;
}

.pd-step .payment-step:not(:last-child) p {
	width: 61.03%;
}

.payment-step .ps-caption {
	font-size: 10px;
	line-height: 12px;
	letter-spacing: 0;
	color: #333;
}

.payment-step .confirm-pay {
	font-size: 12px;
	letter-spacing: 0;
	position: absolute;
	top: 7px;
	right: 10px;
	width: auto !important;
}

.pd-step .payment-acc {
	padding-top: 10px;
	padding-bottom: 5px;
	background: #efe8ce;
	position: relative;
}

.payment-acc .confirm-header {
	margin-bottom: 3px;
}

.payment-acc .ps-acc {
	font-size: 15px;
	line-height: normal;
	letter-spacing: 0.01em;
	text-transform: uppercase;
}

.acc-pointer {
	background: url(../images/icons/blue-pointer.png) no-repeat;
	background-size: cover;
	background-position: center right;
	width: 6px;
	height: 12px;
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	right: auto;
	bottom: 0;
}

.loan-rules .lr-panel {
	padding: 0 9px 15px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.lr-panel .rule-header {
	padding-top: 12px;
	padding-bottom: 10px;
}

.rules-list .rule-content {
	padding-top: 12px;
	padding-bottom: 6px;
}

.rule-content .rc-left {
	padding-left: 0;
	padding-right: 4px;
}

.rule-content .rc-right {
	padding-left: 4px;
	padding-right: 0;
}

.rules-list .lr-top {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.rules-list .lr-bottom {
	padding-top: 0;
	padding-bottom: 0;
}

.rule-content .rc-item:after,
.rule-content .rc-item:before {
	display: table;
	content: " ";
	clear: both;
}

.rule-content p {
	font-size: 10px;
	line-height: 12px;
	letter-spacing: 0;
	float: left;
	width: 65%;
}

.rule-content .rc-item {
	position: relative;
	margin-bottom: 10px;
	min-height: 20px;
}

.pay-transfer .container {
	padding-top: 7px;
	padding-bottom: 27px;
}

.pay-transfer .row {
	background: #fff;
	-webkit-box-shadow: 0px -1px 3px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px -1px 3px 0px rgba(0, 0, 0, 0.2);
	-ms-box-shadow: 0px -1px 3px 0px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0px -1px 3px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px -1px 3px 0px rgba(0, 0, 0, 0.2);
	padding-top: 6px;
	padding-bottom: 6px;
	border: 1px solid #ccc;
}

.pay-transfer .pt-right {
	padding-left: 0;
	text-align: right;
}

.pay-transfer .pt-dp {
	font-size: 10px;
	letter-spacing: 0;
	color: #f39c0e;
}

.pay-transfer .home-header {}

.pay-transfer .btn-lightorange {
	background: url(../images/button-orange.png) no-repeat;
	background-size: 180px 33px;
	border: none;
	font-size: 15px;
	line-height: 25px;
	letter-spacing: 0;
	text-transform: uppercase;
	color: #fff;
	text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
	padding-left: 12px;
	padding-right: 12px;
}

.book-headline {
	font-size: 14px;
	line-height: 1.3;
}

.count-down {
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 15px;
}

.count-down .cd-panel {
	padding: 8px 10px;
}

.cd-panel .cd-info {
	font-size: 8px;
	line-height: 14px;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

.cd-panel .cd-time {
	text-align: center;
	border-left: 1px solid #ccc;
	padding-left: 0;
	padding-right: 0;
}

.cd-time .cd-value,
.simply-section {
	font-size: 24px;
	line-height: normal;
	letter-spacing: 0;
}

.cd-value span,
.simply-amount {
	width: 32.5%;
	float: left;
}

.cd-value .cd-sep {
	width: 1%;
}

.cd-time .cd-unit {
	font-size: 10px;
	line-height: normal;
	letter-spacing: 0;
}

.cd-time .cd-unit:after,
.cd-time .cd-unit:before {
	display: table;
	content: " ";
	clear: both;
}

.cd-unit span,
.simply-word {
	width: 33.3%;
	float: left;
}

.book-info {
	padding-left: 10px;
	padding-right: 10px;
}

.book-info .panel {
	margin-bottom: 13px;
}

.book-panel .media {
	margin: 0;
	padding: 8px 14px;
}

.book-panel .bi-media:not(:last-child) {
	border-bottom: 1px solid #cdc090;
}

.bi-media .media-left {
	padding-right: 12px;
	width: 100px;
}

.bi-media img {
	margin-right: 6px;
	width: 19px;
	height: auto;
}

.bi-media a {
	font-size: 14px;
	color: #b9ae85;
}

.bi-media .media-object sub {
	bottom: auto;
	top: -.25em;
}

.bi-desc p {
	font-size: 12px;
	line-height: 17px;
	letter-spacing: 0;
}

.booking-page .btn-file {
	font-size: 12px;
	text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
	text-transform: uppercase;
	width: 74.06%;
	margin-left: auto;
	margin-right: auto;
	line-height: normal;
	padding-bottom: 8px;
}

.booking-page .btn-file .fa {
	font-size: 14px;
	position: relative;
	top: 1px;
}

.voucher-detail {
	padding-left: 18px;
	padding-right: 18px;
	margin-bottom: 30px;
}

.voucher-detail .panel {
	width: 100%;
	text-align: center;
	border: 1px solid #ccc;
	background: transparent;
	position: relative;
}

.voucher-detail .panel> img {
	width: 100%;
	height: auto;
	display: inline-block;
	border: 1px solid #ccc;
}

.voucher-detail .voucher-locker {
	background: rgba(0, 0, 0, 0.7);
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 20px;
}

.voucher-locker p {
	font-size: 14px;
	line-height: 15px;
	color: #fff;
	margin-bottom: 15px;
}

.voucher-locker> img {
	display: inline-block;
	max-width: 31px;
	height: auto;
}

.photo-data {
	padding: 0 10px 4px;
}

.photo-data .panel {
	margin-bottom: 17px;
}

.photo-data .confirm-header {
	margin-bottom: 10px;
}

.photo-data .top-photo,
.photo-data .bottom-photo {
	padding-top: 10px;
	padding-left: 10px;
}

.photo-data .bottom-photo {
	padding-bottom: 6px;
}

.photo-data .col-xs-6 {
	padding-left: 0;
	padding-right: 0;
	margin-bottom: 12px;
}

.photo-data .photo-desc {
	font-size: 10px;
	line-height: 15px;
	letter-spacing: 0;
	text-transform: uppercase;
}

.top-photo .pd-media,
.bottom-photo .pd-media {
	padding-right: 6px;
}

.top-photo .media-body {
	padding-right: 4px;
}

.pd-media .btn-file {
	width: auto;
}

.pd-media .btn-file .fa {
	font-size: 25px;
}

.photo-data .pd-media .btn {
	background: #f6f6f6;
	border: 1px solid #d7d7d7;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	color: #898989;
}

.booking-success {
	padding-left: 10px;
	padding-right: 10px;
}

.booking-success .panel {
	margin-bottom: 14px;
}

.booking-success .bs-check {
	padding-left: 14px;
	padding-right: 14px;
}

.bs-check a {
	width: 35px;
	height: 35px;
	background: #6ac259;
	display: block;
	font-size: 24px;
	line-height: normal;
	text-align: center;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #fff;
}

.booking-success .bs-content {
	padding-top: 5px;
	padding-bottom: 4px;
}

.bs-content p {
	font-size: 12px;
	line-height: 16px;
}

.bs-content p.red {}

.bs-button .btn {
	padding-top: 8px;
	width: 76%;
}

.rent-info .confirm-header {
	text-align: center;
	margin-bottom: 3px;
}

.rent-info p {
	font-size: 12px;
}

.bar-head {
	letter-spacing: -0.01em;
	background: #de171e;
	width: 54px;
	height: 15px;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	text-transform: uppercase;
}

p.bar-head {
	font-size: 9px;
	line-height: 10px;
	color: #fff;
}

.rent-header {
	font-size: 20px;
	line-height: normal;
	padding-top: 10px;
	padding-bottom: 20px;
	text-align: center;
	text-transform: uppercase;
}

.rent-headline .panel {
	border: none;
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
}

.rent-header .left {}

.rent-header .right {}

.home-menu {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 271px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	overflow: hidden;
	text-transform: uppercase;
	font-size: 10px;
	line-height: 31px;
	letter-spacing: 0;
	-webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
	position: relative;
	top: -15px;
}

.home-menu .fa {
	font-size: 16px;
	top: 1px;
	position: relative;
}

.home-menu:after,
.home-menu:before {
	display: table;
	content: " ";
	clear: both;
}

.home-menu .hm-left {
	width: 135.5px;
	float: left;
	background: #de171e;
	color: #fff;
}

.home-menu .hm-right {
	width: 135.5px;
	float: left;
	background: #fff;
}

.home-menu .hm-right a {
	color: #de171e;
}

.home-menu .hm-right a:hover {
	text-decoration: none;
}

.rent-status {
	text-align: center;
	color: #333;
}

.rent-status:after,
.rent-status:before {
	display: table;
	content: " ";
	clear: both;
}

.rent-status .bar-status {
	width: 16.3%;
	float: left;
}

.rent-status .rs-today {
	width: 17.8%;
	float: left;
}

.rent-status .rs-count {
	width: 31.6%;
	float: left;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
}

.rent-status .rs-order {
	width: 34.3%;
	float: left;
}

.ro-separator {
	border-top: 1px solid #333;
	width: 90%;
	margin: 10px auto 0;
}

.bar-status .bar-time {
	width: 38px;
	height: 38px;
	border: 1px solid #de171e;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	padding-top: 7px;
	margin: 12px 5px;
}

.bar-time p {
	letter-spacing: -0.01em;
	color: #de171e;
	margin-bottom: 0;
}

.bar-time span {
	display: block;
}

.bar-time .bt-value {
	font-size: 15px;
	line-height: 15px;
}

.rs-head {
	font-size: 10px !important;
	line-height: normal;
	letter-spacing: -0.01em;
	text-transform: uppercase;
	padding-top: 2px;
	margin-bottom: 8px;
	color: #333;
}

.rent-status .rs-value {
	font-size: 24px;
	line-height: normal;
	letter-spacing: -0.01em;
}

.rent-status .rs-info {
	font-size: 9px;
	line-height: normal;
	letter-spacing: -0.01em;
	color: #777;
}

.bar-time .bt-zone {
	font-size: 7px;
	line-height: 7px;
}

.rs-today .rs-info {
	padding-left: 6px;
	padding-right: 6px;
}

.rental-rank {
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: center;
	position: relative;
}

.rental-rank .bar-head {
	position: absolute;
	top: 12px;
	left: 0;
}

.rental-rank img {
	display: inline-block;
	margin-bottom: 4px;
}

.rental-rank .rank-item {
	padding-top: 2px;
	padding-bottom: 4px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-right: 1px solid #333;
}

.rank-item.ri-last {
	border-right: none;
}

.rental-rank .rank-item img {
	width: 31px;
	height: 26px;
}

.rental-rank .rental-name {
	font-size: 12px;
	line-height: 12px;
}

.rental-rank .rental-order {
	font-size: 10px;
	line-height: 12px;
	color: #777;
	text-transform: uppercase;
}

.take-order .to-list-container {
	overflow: hidden;
	padding-left: 10px;
	padding-right: 0;
	width: 100%;
	margin-bottom: 6px;
}

.take-order .to-list {
	overflow: auto;
	white-space: nowrap;
}

.take-order .to-header {
	width: 135px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding: 0 9px;
	background: #de171e;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	color: #fff;
	font-size: 10px;
	line-height: 31px;
	text-transform: uppercase;
	text-align: center;
	position: relative;
	top: -15px;
}

.to-header .fa {
	margin-left: 4px;
	margin-right: 4px;
	font-size: 12px;
	position: relative;
	top: 1px;
}

.take-order .to-item {
	width: 32.33333333%;
	float: none;
	display: inline-block;
	padding-left: 0;
	padding-right: 0;
	margin-right: 8%;
	-webkit-box-shadow: 0px 1px 4px 0px rgba(116, 66, 0, 0.2);
	-moz-box-shadow: 0px 1px 4px 0px rgba(116, 66, 0, 0.2);
	-ms-box-shadow: 0px 1px 4px 0px rgba(116, 66, 0, 0.2);
	-o-box-shadow: 0px 1px 4px 0px rgba(116, 66, 0, 0.2);
	box-shadow: 0px 1px 4px 0px rgba(116, 66, 0, 0.2);
	text-align: center;
}

.to-item .to-top {
	background: #fff;
	padding: 4px 7px 5px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}

.to-item .home-header {
	margin-bottom: 4px;
}

.to-item p {
	font-size: 10px;
	line-height: 12px;
	letter-spacing: 0;
}

.to-item .take-car {
	letter-spacing: -0.01em;
	margin-top: 7px;
}

.to-item .take-way .fa {
	font-size: 2px;
	position: relative;
	bottom: 2px;
}

.to-item .btn {
	text-transform: uppercase;
	font-size: 9px;
	line-height: 12px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	width: 100%;
	border-color: transparent;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
}

.to-item .btn .fa {
	font-size: 12px;
	position: relative;
	top: 1px;
	right: -3px;
}

.new-order {
	padding-top: 6px;
	padding-bottom: 6px;
}

.new-order:last-child {
	padding-bottom: 30px;
}

.new-order .custom-separator {
	margin-bottom: 14px;
}

.new-order .nod-panel {
	padding: 10px;
}

.new-order .nod-panel:not(:last-child) {
	margin-bottom: 4px;
}

.new-order .col-xs-4 {
	padding-left: 0;
	padding-right: 0;
}

.new-order .nod-left {
	text-align: center;
	border-right: 1px solid #dedede;
	width: 38.44%;
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
}

.new-order .nod-middle {
	width: 38.44%;
	padding: 10px 10px 10px 18px;
}

.new-order .nod-right {
	width: 23%;
}

.new-order p,
.new-order ul li {
	font-size: 10px;
}

.new-order .nod-number {
	width: 15px;
	height: 15px;
	background: #de171e;
	color: #fff;
	text-align: center;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	font-size: 11px;
	line-height: 15px;
	letter-spacing: 0;
	position: absolute;
	margin: auto;
	top: 0;
	right: auto;
	bottom: 0;
	left: 0;
}

.new-order .nod-car {
	color: #555;
}

.new-order .nod-nav {
	width: 18px;
	height: 18px;
	background: #fff;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	-webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
	line-height: normal;
	text-align: center;
	position: absolute;
	margin: auto;
	top: 0;
	right: -9px;
	bottom: 0;
	left: auto;
}

.new-order ul {
	list-style: none;
	padding-left: 6px;
}

.new-order ul li p {
	margin-bottom: 0;
	margin-left: -5px;
}

.new-order ul li .fa-circle {
	font-size: 2px;
	position: relative;
	top: -2px;
}

.new-order .nod-time {
	background: #fafafa;
	-webkit-box-shadow: 0px 1px 4px 0px rgba(116, 66, 0, 0.2);
	-moz-box-shadow: 0px 1px 4px 0px rgba(116, 66, 0, 0.2);
	-ms-box-shadow: 0px 1px 4px 0px rgba(116, 66, 0, 0.2);
	-o-box-shadow: 0px 1px 4px 0px rgba(116, 66, 0, 0.2);
	box-shadow: 0px 1px 4px 0px rgba(116, 66, 0, 0.2);
	text-align: center;
	width: 85%;
	margin-left: auto;
	margin-right: 0;
}

.nod-time .time-top {
	padding-top: 4px;
}

.nod-time p {
	font-size: 8px;
	line-height: 16px;
	letter-spacing: 0;
	color: #555;
}

.nod-time .home-header {
	font-size: 15px;
	color: #de171e;
}

.nod-time .btn {
	font-size: 9px;
	line-height: normal;
	letter-spacing: 0;
	text-transform: uppercase;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	border-color: transparent;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	width: 100%;
}

.tax-order .container {
	padding-top: 5px;
	padding-bottom: 30px;
}

.tax-order .col-xs-6 {
	padding-left: 6px;
	padding-right: 6px;
}

.tax-order .panel {
	padding: 6px 5px;
}

.tax-order p {
	font-size: 12px;
	line-height: 13px;
	color: #fff;
	text-transform: uppercase;
}

.tax-order .confirm-header {
	color: #fff;
}

.tax-order .fa-check {
	color: #fff;
	width: 13px;
	height: 13px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	font-size: 10px;
	text-align: center;
	padding-top: 1px;
}

.tax-order .tax-free {
	margin-bottom: 3px;
}

.tax-order .tax-free .fa {
	background: #43bb63;
}

.tax-order .fee {
	margin-bottom: 3px;
}

.tax-order .tax-fee .fa {
	background: #ccc;
}

.fee .tax-fee {
	width: 30%;
	float: left;
}

.fee .fee-form {
	width: 70%;
	float: left;
	margin-bottom: 0;
}

.fee-form .input-group-addon {
	padding: 0;
	border: none;
	border-bottom: 1px solid #fff;
	background: transparent;
	font-size: 12px;
	line-height: 13px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	color: #fff;
}

.fee-form .form-control {
	padding: 0;
	padding-left: 2px;
	border: none;
	border-bottom: 1px solid #fff;
	font-size: 12px;
	line-height: 13px;
	height: auto;
	background: transparent;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	color: #fff;
}

.tax-order .change-fee {
	border-bottom: 1px solid #fff;
	width: 63%;
	line-height: 14px;
	margin-bottom: 6px;
}

.tax-order .change-fee .fa {
	font-size: 13px;
}

.tax-order .btn-tax {
	background: url(../images/button-orange.png) no-repeat;
	background-size: 120px 22px;
	width: 120px;
	height: 22px;
	font-size: 12px;
	line-height: 15px;
	letter-spacing: 0;
	padding: 0;
	border: transparent;
	text-transform: uppercase;
	padding-top: 4px;
	padding-bottom: 4px;
	text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
}

.tax-box .container {
	padding-bottom: 0;
}

.list-headline p {
	font-size: 10px;
	text-transform: capitalize;
}

.list-headline .fa {
	font-size: 12px;
}

.list-search {
	padding-left: 25px;
	padding-right: 25px;
}

.list-search .input-group {
	-webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2) inset;
	-moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2) inset;
	-ms-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2) inset;
	-o-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2) inset;
	box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2) inset;
	border: 1px solid #eee;
}

.list-overview .hm-left {
	background: #fff;
	color: #de171e;
}

.list-overview .hm-right {
	background: #de171e;
	color: #fff;
}

.list-search .form-control {
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
	font-size: 10px;
	line-height: normal;
	letter-spacing: 0;
	color: #000;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	border: none;
}

.list-search .form-control:focus {
	border: none;
	outline: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}

.list-search .form-control::-moz-placeholder {
	color: #898989;
}

.list-search .form-control:-moz-placeholder {
	color: #898989;
}

.list-search .form-control:-ms-input-placeholder {
	color: #898989;
}

.list-search .form-control:focus:-ms-input-placeholder {
	color: #898989;
}

.list-search .form-control::-webkit-input-placeholder {
	color: #898989;
}

.list-search .input-group-addon {
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	border: none;
	background: #fff;
	color: #898989;
}

.new-order.rental-list {
	padding-top: 12px;
	padding-bottom: 30px;
}

.rental-list .rent-number {
	position: absolute;
	margin: auto;
	top: 0;
	right: auto;
	bottom: 0;
	left: 0;
	text-align: center;
	width: 31px;
	height: 38px;
}

.rental-list .rent-number img {
	width: 31px;
	height: 26px;
	margin-top: 5px;
}

.rl-panel .nod-left p {
	font-size: 10px;
	line-height: 12px;
	text-transform: uppercase;
	margin-left: 6px;
}

.nod-left .rent-number p {
	font-size: 15px;
	line-height: 38px;
	margin-left: 0;
	color: #898989;
}

.rl-panel .nod-middle p {
	font-size: 12px;
	line-height: 15px;
}

.rl-panel .nod-right {
	text-align: right;
	position: relative;
	height: 38px;
}

.rl-panel .nod-right a {
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	width: 24px;
	height: 24px;
	padding: 0;
	text-align: center;
	position: absolute;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: auto;
}

.rl-panel .nod-right a .fa {
	font-size: 16px;
	line-height: 22px;
	position: relative;
	left: 1px;
	top: -1px;
}

.rdo-panel {
	margin-top: 9px;
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	padding: 15px 10px;
}

.rdo-panel .col-xs-6 {
	padding-left: 0;
	padding-right: 0;
}

.rdo-panel h2 {}

.rdo-panel p {}

.rdo-panel .rd-general {
	padding-bottom: 10px;
	border-bottom: 1px solid #dedede;
}

.rdo-panel .rental-position {
	display: table-cell;
	vertical-align: middle;
	padding-right: 10px;
}

.rdo-panel .rental-position img {
	width: 31px;
	height: 26px;
}

.rdo-panel .rental-id {
	font-size: 18px;
	line-height: 26px;
	display: table-cell;
	vertical-align: middle;
}

.rdo-panel .rental-desc {
	font-size: 12px;
	line-height: 15px;
	letter-spacing: 0;
	width: 75%;
	margin-left: auto;
	margin-right: 0;
}

.rental-desc .left {
	text-align: left;
	width: 65%;
	display: block;
	float: left;
}

.rental-desc .right {
	text-align: right;
	width: 35%;
	display: block;
	float: left;
}

.rental-desc .value {}

.rdo-panel .rd-revenue {
	padding-top: 10px;
}

.rd-revenue .col-xs-4 {
	padding-left: 0;
	padding-right: 0;
	text-align: center;
}

.rd-revenue .rev-header {
	font-size: 10px;
	line-height: 15px;
	letter-spacing: 0;
	margin-bottom: 8px;
}

.rd-revenue .rev-item {
	width: 54px;
	height: 54px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	display: inline-block;
	border: 1px solid transparent;
	padding-top: 10px;
}

.rev-item p {
	font-size: 10px;
	line-height: 11px;
	text-transform: uppercase;
}

.rev-item .rev-value {
	font-size: 18px;
	line-height: 18px;
}

.rev-value sub {
	font-size: 10px;
	bottom: auto;
	top: -3px;
	text-transform: capitalize;
}

.rev-item.red {
	border-color: #de171e;
	color: #de171e;
}

.rev-item.blue {
	border-color: #4267b2;
	color: #4267b2;
}

.rev-item.orange {
	border-color: #f87117;
	color: #f87117;
}

.rd-order .container {
	padding-top: 12px;
	padding-bottom: 25px;
}

.rd-order h2.confirm-header {
	line-height: 15px;
	text-align: center;
	margin-bottom: 3px;
}

.rd-order .ord-panel {
	padding: 7px 10px 5px;
	margin-bottom: 5px;
	position: relative;
	min-height: 62px;
}

.ord-panel .col-xs-8,
.ord-panel .col-xs-4 {
	padding-left: 0;
	padding-right: 0;
}

.ord-panel .ord-number {
	font-family: 'ProximaNova Light', Fallback, sans-serif;
	font-size: 15px;
	letter-spacing: 0;
	color: #999;
	width: auto;
	height: 24px;
	text-align: center;
	position: absolute;
	margin: auto;
	top: 0;
	right: auto;
	bottom: 0;
	left: 0;
}

.ord-panel .confirm-header {
	text-transform: capitalize;
	color: #de171e;
}

.ord-panel .ord-desc {
	padding-left: 22px;
	min-height: 50px;
}

.ord-panel ul li {
	font-size: 9px;
	line-height: 12px;
	letter-spacing: 0;
}

.ord-panel ul li .fa {
	font-size: 2px;
	position: relative;
	top: -2px;
}

.ord-panel .rd-price {
	color: #de171e;
	font-size: 18px;
	letter-spacing: 0;
	text-align: right;
	margin-top: 3px;
}

.rd-price .rd-currency {
	font-size: 12px;
	top: -2px;
	bottom: auto;
}

.ord-panel .rd-allocation {
	font-size: 12px;
	color: #de171e;
	letter-spacing: 0;
	text-align: right;
}

.modal-login .modal-dialog {
	position: absolute;
	width: 94%;
	max-width: 480px;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 240px;
}

.modal-login .modal-content {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.25);
	-ms-box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.25);
	-o-box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.25);
	width: 100%;
}

.modal-login .modal-header {
	padding: 5px 15px;
	background: #de171e;
	-webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
	position: relative;
	z-index: 3;
}

.modal-login .close {
	color: #fff;
	opacity: 0.5;
	font-size: 33px;
	font-weight: 400;
}

.modal-login .modal-title {
	font-size: 15px;
	line-height: 30px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
}

.modal-login .modal-body {
	background: #eee;
	padding: 22px;
	position: relative;
	z-index: 1;
}

.modal-login .form-control {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	box-shadow: none;
	-o-box-shadow: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	border: none;
	border-bottom: 1px solid #ccc;
	font-size: 15px;
	color: #555;
	background: transparent;
}

.modal-login .form-control:focus {
	border-color: #ccc;
	outline: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}

.modal-login .form-control::-moz-placeholder {
	color: #a8a8a8;
}

.modal-login .form-control:-moz-placeholder {
	f color: #a8a8a8;
}

.modal-login .form-control:-ms-input-placeholder {
	color: #a8a8a8;
}

.modal-login .form-control:focus:-ms-input-placeholder {
	color: #a8a8a8;
}

.modal-login .form-control::-webkit-input-placeholder {
	color: #a8a8a8;
}

.modal-login .btn {
	width: 100%;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	font-size: 15px;
	line-height: 30px;
	letter-spacing: 0;
	text-transform: uppercase;
	margin-top: 8px;
	margin-bottom: 0;
}

@-ms-viewport {
	width: device-width;
}

@media screen and (min-width: 400px) {
	.pd-bank .home-header {
		margin-bottom: 31px;
	}
	.pd-step .payment-step {
		height: 45px;
	}
	.pd-step .payment-step:last-child {
		height: 50px;
	}
	.pd-step .payment-step:not(:last-child) p {
		width: 54%;
	}
}

@media screen and (min-width: 640px) {
	.list-price .al {
		font-size: 13px;
    line-height: 14px;
	}
	.list-price .content-header,
	.list-price p {
		font-size: 20px;
		line-height: 24px;
	}
	.list-status li {
		font-size: 18px;
		line-height: 30px;
	}
	.list-status li .fa {
		width: 24px;
		height: 24px;
		font-size: 16px;
		font-weight: 300;
		padding-top: 3px;
		padding-left: 1px;
	}
	.list-status .deal.active {
		width: 137px;
		height: 31px;
		background-size: 137px 31px;
	}
	.tb-page .article {
		padding: 15px 20px;
	}
	.car-list .first {
		height: 128px;
	}
	.loan-day {
		padding: 0 20px 30px;
	}
	.loan-day .headline-list li {
		font-size: 18px;
	}
	.loan-day .headline-list li .fa {
		font-size: 18px;
		top: auto;
	}
	.loan-day .panel {
		padding-top: 10px;
		padding-bottom: 15px;
	}
	.loan-day .col-xs-6 {
		margin-top: 15px;
	}
	.loan-day .fa {
		font-size: 26px;
	}
	.book-desc .content-header,
	.ld-header .content-header {
		font-size: 24px;
		line-height: 24px;
	}
	.loan-day .content-header {
		padding-top: 10px;
		padding-bottom: 20px;
	}
	.loan-day .content-header,
	.loan-day a {
		font-size: 24px;
		line-height: 24px;
	}
	.loan-day a.btn {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.book-voucher {
		padding: 0 20px 60px;
	}
	.book-voucher .book-day {
		font-size: 18px;
		line-height: 30px;
	}
	.book-panel .ld-header {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.book-form .content-header {
		font-size: 24px;
		line-height: 24px;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.book-form .form-group {
		margin-bottom: 24px;
	}
	.book-panel .panel-body {
		padding-top: 25px;
	}
	.book-form .row .col-xs-6 {
		padding: 0 35px 15px;
	}
	.book-form .book-arrow {
		width: 35px;
		height: 35px;
		font-size: 32px;
	}
	.book-form .input-group-addon {
		width: 5%;
		font-size: 18px;
	}
	.book-form .input-group-addon .fa {
		width: 24px;
		height: auto;
	}
	.book-form .form-control {
		font-size: 20px;
		line-height: 24px;
		padding-top: 10px;
		padding-bottom: 10px;
		height: auto;
	}
	.book-form .btn {
		font-size: 24px;
		line-height: 26px;
		padding-top: 10px;
		padding-bottom: 10px;
		width: 207px;
		margin-bottom: 28px;
	}
	.book-desc {
		padding: 20px 25px;
	}
	.book-desc .book-sep {
		width: 86px;
		margin-top: 15px;
	}
	.book-desc .book-list {
		margin-top: 30px;
		padding-left: 24px;
	}
	.book-list li,
	.book-list li p {
		font-size: 20px;
		line-height: 30px;
	}
	.detail-order {
		padding-left: 20px;
		padding-right: 20px;
		margin-bottom: 30px;
	}
	.detail-order .headline-list li {
		font-size: 18px;
	}
	.detail-order .headline-list li .fa {
		font-size: 18px;
		top: auto;
	}
	.detail-order .do-panel {
		padding: 25px;
	}
	.do-panel .do-date {
		width: 40%;
		padding-left: 0;
		padding-right: 0;
	}
	.do-panel .do-clock {
		width: 30%;
	}
	.do-clock img {
		width: 60px;
		height: auto;
	}
	.do-panel .do-desc {
		width: 70%;
		font-size: 25px;
		line-height: 24px;
	}
	.do-desc .do-day {
		font-size: 42px;
		line-height: 35px;
	}
	.detail-order .do-user {
		font-size: 20px;
		line-height: 30px;
		width: 54%;
		padding-left: 30px;
		padding-right: 0;
	}
	.do-user .do-name {
		font-size: 24px;
		line-height: 30px;
	}
	.do-schedule p {
		margin-left: 0;
		position: relative;
		top: 2px;
	}
	.do-schedule p span {
		font-size: 4px;
		position: relative;
		top: -4px;
	}
	.do-button {
		padding-top: 25px;
	}
	.do-button .btn-left {
		padding-left: 0;
		width: 50%;
	}
	.do-button .btn-right {
		width: 50%;
		padding-right: 0;
		padding-left: 13px;
	}
	.confirm-order .progress {
		margin-top: 20px;
		margin-bottom: 15px;
		height: 22px;
	}
	.confirm-order .progress-caption p {
		font-size: 20px;
	}
	.progress-caption .time-value {
		font-size: 24px;
	}
	.progress-caption .pc-left {
		padding-left: 0;
		padding-right: 0;
	}
	.confirm-headline .container {
		padding: 25px 20px 0;
	}
	.confirm-headline .list-steps {
		margin-bottom: 25px;
	}
	.booking-deal .container {
		padding-top: 15px;
	}
	.booking-panel .bp-left {
		padding: 25px 40px;
	}
	.bp-left .home-header {
		font-size: 30px;
		line-height: 30px;
	}
	.bp-right .content-header {
		font-size: 22px;
		line-height: 30px;
	}
	.book-calc .bc-panel {
		padding: 20px 20px 30px;
	}
	.bc-panel .confirm-header {
		font-size: 24px;
		line-height: 24px;
		letter-spacing: 0;
		margin-bottom: 16px;
	}
	.bc-panel .calc-detail {
		padding: 20px;
	}
	.calc-detail p {
		font-size: 24px;
	}
	.bc-panel .red .fa-plus {
		font-size: 20px;
		top: -12px;
		right: -12px;
	}
	.confirm-header {
		font-size: 24px;
		line-height: 30px;
	}
	.payment-detail .container {
		padding: 24px 20px;
	}
	.pd-panel .pd-bank {
		padding: 33px 20px;
		width: 30%;
		height: auto;
	}
	.pd-panel .pd-step {
		width: 70%;
		height: auto;
	}
	.pd-bank .home-header {
		font-size: 30px;
		line-height: 40px;
		margin-bottom: 68px;
	}
	.payment-step .ps-caption {
		font-size: 20px;
		line-height: 24px;
	}
	.payment-acc .ps-acc {
		font-size: 29px;
		line-height: 42px;
	}
	.payment-step .confirm-pay {
		font-size: 24px;
		line-height: normal;
		top: 20px;
		right: 15px;
	}
	.pd-bank img {
		max-width: 100%;
	}
	.pd-step .payment-step {
		padding-top: 20px;
		padding-left: 15px;
		height: auto;
	}
	.pd-step .payment-step:last-child {
		height: auto;
	}
	.pd-step .payment-step:not(:last-child) p {
		width: 61.03%;
	}
	.acc-pointer {
		width: 12px;
		height: 24px;
		left: -1px;
	}
	.loan-rules .lr-panel {
		padding: 3px 18px 30px;
	}
	.lr-panel .rule-header {
		padding-top: 22px;
		padding-bottom: 22px;
	}
	.rules-list .rule-content {
		padding-top: 36px;
		padding-bottom: 24px;
	}
	.rules-list .lr-bottom {
		padding-top: 0;
		padding-bottom: 0;
	}
	.rule-content .rc-item {
		margin-bottom: 32px;
	}
	.rule-content p {
		font-size: 20px;
		line-height: 22px;
	}
	.bootstrap-switch .bootstrap-switch-handle-on,
	.bootstrap-switch .bootstrap-switch-handle-off,
	.bootstrap-switch .bootstrap-switch-label {
		font-size: 15px;
		line-height: 15px;
	}
	.bootstrap-switch .bootstrap-switch-handle-on {
		width: 60px !important;
	}
	.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-label,
	.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-label {
		width: 35px !important;
	}
	.pay-transfer .container {
		padding-top: 15px;
		padding-bottom: 28px;
	}
	.pay-transfer .pt-dp {
		font-size: 18px;
	}
	.pay-transfer .row {
		padding: 13px 5px;
	}
	.pay-transfer .btn-lightorange {
		font-size: 30px;
		background-size: cover;
		padding: 12px 28px 12px 15px;
		line-height: 40px;
	}
	.book-headline {
		font-size: 24px !important;
	}
	.count-down {
		margin-bottom: 30px;
		padding-left: 0;
		padding-right: 0;
	}
	.count-down .cd-panel {
		padding: 16px 20px;
	}
	.cd-panel .cd-info {
		font-size: 24px;
		line-height: 30px;
	}
	.cd-time .cd-value {
		font-size: 48px;
	}
	.cd-unit span {
		font-size: 20px;
	}
	.booking-page .custom-separator .custom-left {
		left: 0;
	}
	.booking-page .custom-separator .custom-right {
		right: 0;
	}
	.book-info {
		padding-left: 0;
		padding-right: 0;
	}
	.book-info .panel {
		margin-bottom: 26px;
	}
	.book-panel .media {
		padding: 16px 20px 16px 24px;
	}
	.bi-media img {
		width: auto;
		margin-right: 12px;
	}
	.bi-media .media-left {
		padding-right: 24px;
	}
	.bi-desc p {
		font-size: 24px;
		line-height: 34px;
	}
	.bi-media a {
		font-size: 28px;
	}
	.booking-page .btn-file {
		font-size: 24px;
		margin-bottom: 40px;
	}
	.booking-page .btn-file .fa {
		font-size: 26px;
		font-weight: 600;
	}
	.voucher-detail {
		margin-bottom: 28px;
	}
	.voucher-detail .voucher-locker {
		padding: 40px;
	}
	.voucher-locker p {
		font-size: 28px;
		line-height: 30px;
		margin-bottom: 30px;
	}
	.voucher-locker> img {
		max-width: 100%;
	}
	.photo-data {
		padding-left: 0;
		padding-right: 0;
	}
	.photo-data .confirm-header {
		margin-bottom: 20px;
	}
	.photo-data .col-xs-6 {
		margin-bottom: 24px;
	}
	.photo-data .photo-desc {
		font-size: 20px;
		line-height: 30px;
	}
	.photo-data .panel {
		margin-bottom: 34px;
	}
	.photo-data .top-photo {
		padding-bottom: 4px;
	}
	.photo-data .top-photo,
	.photo-data .bottom-photo {
		padding-top: 22px;
		padding-left: 24px;
	}
	.top-photo .pd-media,
	.bottom-photo .pd-media {
		padding-right: 12px;
	}
	.photo-data .pd-media .btn {
		padding: 24px;
		margin-bottom: 0;
	}
	.pd-media .btn-file .fa {
		font-size: 50px;
	}
	.booking-success .panel {
		margin-bottom: 28px;
	}
	.bs-check a {
		width: 70px;
		height: 70px;
		font-size: 48px;
		padding-top: 6px;
		padding-bottom: 6px;
	}
	.bs-content p {
		font-size: 24px;
		line-height: 32px;
	}
	.bs-button .btn {
		width: 80%;
	}
	.booking-success {
		padding-left: 0;
		padding-right: 0;
	}
	.rent-info p {
		font-size: 20px;
	}
	.bar-head {
		width: 108px;
		height: 30px;
	}
	p.bar-head {
		font-size: 18px;
		line-height: 24px;
	}
	.rent-header {
		font-size: 40px;
		padding-top: 20px;
		padding-bottom: 40px;
	}
	.rs-head {
		font-size: 20px !important;
	}
	.home-menu {
		width: 542px;
		top: -23px;
	}
	.home-menu .hm-left,
	.home-menu .hm-right {
		width: 271px;
		line-height: 45px;
	}
	.home-menu .fa {
		font-size: 24px;
	}
	.bar-status .bar-time {
		width: 75px;
		height: 75px;
		padding-top: 14px;
	}
	.bar-time .bt-value {
		font-size: 30px;
		line-height: 30px;
	}
	.bar-time .bt-zone {
		font-size: 12px;
		line-height: 16px;
	}
	.rent-status .rs-value {
		font-size: 48px;
	}
	.rent-status .rs-info {
		font-size: 18px;
		padding-left: 12px;
		padding-right: 12px;
	}
	.ro-separator {
		margin-top: 20px;
	}
	.rental-rank {
		padding-top: 18px;
		padding-bottom: 40px;
	}
	.rental-rank .bar-head {
		top: 18px;
	}
	.rental-rank .rank-item img {
		width: auto;
		height: auto;
	}
	.rental-rank .rental-name {
		font-size: 24px;
		line-height: 24px;
	}
	.rental-rank .rental-order {
		font-size: 20px;
		line-height: 24px;
	}
	.take-order .to-header {
		width: 269px;
		font-size: 20px;
		line-height: 48px;
		top: -25px;
	}
	.take-order .to-item {}
	.to-header .fa {
		font-size: 28px;
		top: 2px;
	}
	.rent-info .confirm-header {
		margin-bottom: 5px;
	}
	.take-order {
		padding-bottom: 12px;
	}
	.to-item .to-top {
		padding: 10px 20px;
	}
	.to-item .to-top p {
		font-size: 18px;
		line-height: 30px;
	}
	.to-item .take-way .fa {
		font-size: 4px;
		bottom: 4px;
	}
	.to-item .btn {
		font-size: 19px;
		line-height: 26px;
		padding-top: 6px;
		padding-bottom: 6px;
	}
	.to-item .btn .fa {
		font-size: 24px;
	}
	.new-order {
		padding-bottom: 12px;
	}
	.new-order .nod-number {
		width: 30px;
		height: 30px;
		font-size: 20px;
		line-height: 30px;
	}
	.new-order p,
	.new-order ul li {
		font-size: 18px;
	}
	.new-order ul li .fa-circle {
		font-size: 4px;
		position: relative;
		top: -4px;
	}
	.new-order .nod-nav {
		width: 35px;
		height: 35px;
		font-size: 28px;
		right: -18px;
	}
	.nod-time .time-top {
		padding-top: 11px;
	}
	.nod-time p {
		font-size: 16px;
		line-height: 18px;
	}
	.nod-time .home-header {
		font-size: 30px;
		line-height: 40px;
	}
	.nod-time .btn {
		font-size: 18px;
		line-height: normal;
	}
	.new-order .nod-left {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.new-order .nod-middle {
		padding: 15px 0 15px 44px;
	}
	.new-order .nod-time {
		margin-top: 5px;
		margin-bottom: 5px;
	}
	.tax-order .panel {
		padding: 10px;
	}
	.tax-order .col-xs-6 {
		padding-left: 10px;
		padding-right: 10px;
	}
	.tax-order p {
		font-size: 24px;
		line-height: 26px;
	}
	.tax-order .fa-check {
		width: 24px;
		height: 24px;
		font-size: 18px;
		line-height: 26px;
		padding-top: 0;
	}
	.fee-form .input-group-addon {
		font-size: 24px;
		border-bottom-width: 3px;
	}
	.fee-form .form-control {
		font-size: 24px;
		line-height: 26px;
		padding-left: 4px;
		border-bottom-width: 3px;
	}
	.tax-order .change-fee {
		line-height: normal;
		width: 61%;
		border-bottom-width: 4px;
		margin-bottom: 10px;
	}
	.tax-order .change-fee .fa {
		font-size: 24px;
	}
	.tax-order .btn-tax {
		width: 289px;
		height: 44px;
		font-size: 24px;
		line-height: 30px;
		background-size: 289px 44px;
		padding-top: 6px;
		padding-bottom: 6px;
	}
	.list-search {
		margin-bottom: 20px;
	}
	.list-search .form-control {
		font-size: 20px;
		padding: 15px;
		height: auto;
	}
	.list-search .input-group-addon .fa {
		font-size: 20px;
	}
	.rental-list {
		padding-top: 25px;
	}
	.rental-list .rl-panel {
		padding: 20px;
	}
	.rental-list .rent-number {
		width: 39px;
		height: 33px;
	}
	.rental-list .rent-number img {
		width: auto;
		height: auto;
		margin-top: 0;
	}
	.rl-panel .nod-left p {
		font-size: 20px;
		line-height: 24px;
	}
	.nod-left .rent-number p {
		font-size: 30px;
	}
	.rl-panel .nod-middle p {
		font-size: 24px;
		line-height: 30px;
	}
	.rl-panel .nod-right {
		height: 68px;
	}
	.rl-panel .nod-right a {
		width: 48px;
		height: 48px;
	}
	.rl-panel .nod-right a .fa {
		font-size: 30px;
		line-height: 48px;
		left: 1px;
		top: -2px;
	}
	.rdo-panel {
		padding: 30px 20px;
		margin-top: 20px;
	}
	.rdo-panel .rd-general {
		padding-bottom: 20px;
	}
	.rdo-panel .rental-position img {
		width: auto;
		height: auto;
	}
	.rdo-panel .rental-id {
		font-size: 36px;
		line-height: 49px;
	}
	.rdo-panel .rental-desc {
		font-size: 24px;
		line-height: 26px;
	}
	.rdo-panel .rd-revenue {
		padding-top: 20px;
	}
	.rd-revenue .rev-header {
		font-size: 20px;
		line-height: 30px;
	}
	.rd-revenue .rev-item {
		width: 108px;
		height: 108px;
		padding-top: 25px;
	}
	.rev-item p {
		font-size: 14px;
		line-height: 18px;
	}
	.rev-item .rev-value {
		font-size: 36px;
		line-height: 36px;
	}
	.rev-value sub {
		font-size: 14px;
	}
	.rd-order .container {
		padding-top: 24px;
	}
	.rd-order h2.confirm-header {
		margin-bottom: 15px;
	}
	.rd-order .ord-panel {
		padding: 14px 20px 10px;
		margin-bottom: 10px;
	}
	.rd-order .custom-separator {
		margin-bottom: 30px;
	}
	.ord-panel .ord-number {
		font-size: 30px;
		line-height: 30px;
		width: auto;
		height: 30px;
		left: 0;
	}
	.ord-panel .ord-desc {
		padding-left: 44px;
	}
	.ord-panel .confirm-header {
		line-height: 24px;
	}
	.ord-panel ul li {
		font-size: 18px;
		line-height: 24px;
	}
	.ord-panel .rd-price {
		font-size: 36px;
		line-height: 38px;
	}
	.rd-price .rd-currency {
		font-size: 18px;
		top: -4px;
	}
	.ord-panel .rd-allocation {
		font-size: 18px;
		line-height: 20px;
	}
	.modal-login .modal-dialog {
		max-width: 600px;
		height: auto;
		max-height: 400px;
		left: -16px;
	}
	.modal-login .modal-title {
		font-size: 30px;
		line-height: 60px;
	}
	.modal-login .modal-body {
		padding: 40px 44px;
	}
	.modal-login .form-control {
		font-size: 30px;
		line-height: normal;
		padding-top: 15px;
		padding-bottom: 15px;
		height: auto;
	}
	.modal-login .btn {
		font-size: 30px;
		line-height: 60px;
		margin-top: 20px;
	}
}

@media screen and (max-width: 480px) {
	.nav-home .nav-logo {
		width: 68%;
	}
	.nav-home .nav-promo {
		width: 20%;
	}
	.nav-page .nav-back {
		width: 21%;
	}
	.nav-page .nav-title {
		width: 66%;
	}
	.loan-price .lp-header {
		width: 265px;
	}
	.confirm-order .progress-caption p {
		font-size: 10px;
		line-height: 12px;
	}
	.progress-caption .time-value {
		font-size: 12px;
	}
	.list-price p {
		font-size: 10px;
		line-height: 12px;
	}
}

@media screen and (max-width: 460px) {
	.nav-page .nav-back {
		width: 28%;
	}
	.nav-page .nav-title {
		width: 58%;
	}
}

@media screen and (max-width: 440px) {
	.car-list .panel {
		padding-bottom: 0;
	}
}

@media screen and (max-width: 400px) {
	.list-status .deal.active {
		width: 90px;
	}
	.list-steps .steps-separator {
		width: 145px;
		right: -75px;
	}
}

@media screen and (max-width: 360px) {
	.nav-home .nav-logo {
		width: 60%;
	}
	.nav-home .nav-promo {
		width: 25%;
		text-align: right;
	}
	.nav-page .nav-back {
		width: 32%;
	}
	.nav-page .nav-title {
		width: 51%;
	}
	.feature .row {
		padding-left: 5px;
		padding-right: 5px;
	}
	.feature .col-xs-7 {
		padding-left: 5px;
	}
	.feature .col-xs-5 {
		padding-right: 5px;
	}
	.list-steps .steps-separator {
		width: 130px;
		right: -68px;
	}
	.headline-header {
		font-size: 15.6px;
	}
	.product-promo .headline-right {
		text-align: left;
		width: 62%;
	}
	.product-promo .headline-status {
		width: 38%;
	}
	.progress-caption .pc-left,
	.progress-caption .pc-right {
		padding-left: 0;
		padding-right: 5px;
	}
	.list-status li {
		font-size: 10px;
	}
	.list-status li .fa {
		font-size: 10px;
		width: 16px;
		height: 16px;
		padding-top: 2px;
		padding-right: 0;
	}
	.car-list .last {
		padding-top: 5px;
		width: 32%;
	}
	.car-list .third {
		width: 35%;
	}
	.car-list .first {
		height: 72px;
		width: 7%;
	}
	.list-status .deal.active {
		width: 85px;
		padding-top: 2px;
	}
	.book-list li,
	.book-list li p {
		line-height: 15px;
	}
	.do-panel .do-user {
		width: 55%;
		padding-right: 10px;
	}
	.do-panel .do-date {
		width: 45%;
		padding-left: 0;
	}
	.do-panel .do-desc {
		padding-right: 0;
		width: 60%;
	}
	.detail-order .do-panel {
		padding-left: 10px;
		padding-right: 5px;
	}
	.product-promo .headline-right .headline-header {
		font-size: 12px;
	}
}

@media screen and (max-width: 320px) {
	.nav-page .nav-back {
		width: 34%;
	}
	.nav-page .nav-title {
		width: 48%;
	}
	.nav-page .nav-wa {
		width: 16%;
	}
	.headline-status .headline-list li {
		font-size: 8px;
	}
	.product-promo .headline-status {
		width: 33%;
	}
	.product-promo .headline-right {
		width: 67%;
	}
	.product-promo .headline-header {
		line-height: normal;
		margin-bottom: 6px;
	}
	.product-promo .fa-angle-right {
		margin-left: 5px;
	}
	.car-list .second {
		padding-top: 10px;
	}
	.list-status li .fa {
		padding-top: 3px;
	}
}

section.loan-price .row.setir,
section.loan-price .row.driver {
	display: none;
	margin-top: 20px;
}

body.page-template-template-booking .product-headline .row.inputtanggalbooking {
	display: flex;
	align-items: center;
	justify-content: center;
}

body.page-template-template-booking .product-headline .row.inputtanggalbooking h4.headline-header {
	text-align: center;
	margin: 0;
	margin-bottom: 2px;
}

#progressBar {
	width: 90%;
	margin: 10px auto;
	height: 22px;
	background-color: #0A5F44;
}

#progressBar div {
	height: 100%;
	text-align: right;
	padding: 0 10px;
	line-height: 22px;
	width: 0;
	background-color: #CBEA00;
	box-sizing: border-box;
}

html {
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	-moz-font-smoothing: antialiased !important;
	font-smoothing: antialiased !important;
}

.headline {
	padding-bottom: 20px;
	line-height: 1.2;
}

.headline .name {
	text-transform: uppercase;
}

.yellow {
	color: #f6ff00;
}

.orange {
	color: #fe813d;
}

.dark-orange {
	color: #ff4400;
}

.red {
	color: #de171e;
}

.text-underline {
	text-decoration: underline;
}

.breadcrumb {}

.breadcrumb li {
	font-size: 10px;
	line-height: normal;
	letter-spacing: 0.01em;
	color: #de171e;
	margin-right: -2px;
}

.breadcrumb li a {
	color: #de171e;
}

.breadcrumb> .active {
	color: #de171e;
}

.breadcrumb>li+li:before {
	padding: 0;
}

.custom-separator {
	height: 10px;
	display: block;
	margin-bottom: 10px;
	position: relative;
}

.custom-separator hr {
	border-top-color: #ccc;
	position: absolute;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.custom-separator .custom-left {
	width: 32.78%;
	float: left;
	right: auto;
	left: 10px;
}

.custom-separator .custom-mid {
	width: 23.44%;
	float: left;
	border-top: 7px solid #de171e;
}

.custom-separator .custom-right {
	width: 32.78%;
	float: left;
	left: auto;
	right: 10px;
}

@keyframes fadeOutLeft {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

@keyframes fadeOutLeft {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

@keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeOutRight {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}

@keyframes fadeOutRight {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}

@keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeOut {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}

@keyframes fadeOut {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}

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

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

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

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

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

#header .navbar-header a.navbar-button.button-right i.sc-icon.sc-icon-mascot {
	width: 46px;
	height: 46px;
	display: inline-block;
	background-image: url(//www.omocars.com/wp-content/themes/omocar/css/../img/mascot.png);
}

#header .navbar-header a.navbar-button.button-right {
	float: right;
}

.count-down.conf {
	margin-bottom: 0px;
}

.count-down.conf .form-group .btn {
	text-transform: uppercase;
	padding: 14px 2em;
	display: inherit;
	font-weight: bold;
	text-shadow: 0px 1px 1px rgba(150, 150, 150, 0.38);
}

.count-down.conf .form-group,
.count-down.conf .cd-panel {
	margin: 20px;
	font-weight: bold;
}

.cd-time .cd-value {
	font-size: 24px;
	line-height: normal;
	letter-spacing: 0;
}

.cd-value span {
	width: 32.5%;
	float: left;
}

.cd-unit span {
	width: 33.3%;
	float: left;
}

.ord-panel ul li .type {
	font-weight: bold;
}

#upload.off {
	display: none;
}

#instan.on {
	visibility: visible;
	right: 0px;
}

#instan {
	visibility: hidden;
	position: relative;
	right: -40em;
	transition: right 0.8s;
}

.loan-price.pricebox .container a.btn.active,
.loan-price.pricebox .container a.btn:focus,
.loan-price.pricebox .container a.btn:hover {
	background: #f0ad4e;
	color: #fff;
	box-shadow: none;
	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%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#faa12b', endColorstr='#ffb655', GradientType=0);
}

.loan-price.pricebox .container a.btn {
	border: 1px solid #ccc;
	color: #333;
}

.loan-price.pricebox .container {
	margin-bottom: -1px;
	position: relative;
	padding: 10px 20px;
	border: 0;
}

.loan-price.pricebox .container .box-border {
	padding: 5px;
	border: red 2px solid;
	background: white;
}

.loan-price.loan-pricebox .panel-full {
	background: #fff;
	border: none;
}

.loan-price.loan-pricebox {
	display: none;
}

footer .copyright span a {
	color: #0000ff;
	text-decoration: underline;
}

footer .copyright {
	border-top: 1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;
	background-color: #fff;
	padding: 15px 0;
}

@media screen and (min-width: 768px) {
	.count-down.conf .form-group .btn {
		width: 70%;
		margin: 0 auto;
		font-size: 20px;
	}
}

@media screen and (min-width: 400px) {
	.pd-bank .home-header {
		margin-bottom: 31px;
	}
	.pd-step .payment-step {
		height: 45px;
	}
	.pd-step .payment-step:last-child {
		height: 50px;
	}
	.pd-step .payment-step:not(:last-child) p {
		width: 54%;
	}
}

@media screen and (min-width: 640px) {
	.container {
		max-width: 640px;
	}
	.guest .container {
		border-left: 1px solid #ccc;
		border-right: 1px solid #ccc;
	}
	.content-header {
		font-size: 20px;
	}
	.nav-home .nav-logo {
		width: 70%;
	}
	.nav-home .header-logo img {
		width: auto;
		height: auto;
	}
	.home-title {
		font-size: 30px;
	}
	.nav-home .nav-promo {
		width: 19.5%;
		padding-top: 2px;
	}
	.nav-home .nav-promo .btn {
		font-size: 20px;
		padding-top: 8px;
		padding-bottom: 10px;
	}
	.nav-home .nav-promo .btn .fa {
		font-size: 24px;
		top: 1px;
	}
	.nav-home .nav-back {
		width: 35px;
		height: auto;
		padding-top: 10px;
	}
	.nav-back img {
		width: auto;
	}
	.nav-page .nav-back {
		font-size: 46px;
		padding-top: 5px;
	}
	.nav-page .nav-back .fa {
		line-height: 35px;
	}
	.nav-page img {
		width: auto;
		height: 32px;
	}
	.nav-page .nav-title {
		height: 50px;
	}
	.nav-title .page-header {
		height: 30px;
		font-size: 33px;
		line-height: 33px;
	}
	.nav-wa p {
		font-size: 14px;
	}
	.nav-rental .panel {
		padding: 10px;
	}
	.nav-rental .nav-title img {
		margin-top: 8px;
	}
	.breadcrumb li {
		font-size: 15px;
	}
	.breadcrumb li .fa-home {
		font-size: 20px;
	}
	.page-nav .breadcrumb {
		padding: 10px 20px;
		margin-bottom: 20px;
	}
	.custom-separator {
		margin-bottom: 15px;
	}
	.custom-separator .custom-left {
		left: 15px;
	}
	.custom-separator .custom-right {
		right: 15px;
	}
	.home-hero .container {
		padding: 10px 20px 15px;
	}
	.home-hero .breadcrumb {
		margin-bottom: 150px;
	}
	.home-header {
		font-size: 30px;
	}
	.feature .container {
		padding-left: 5px;
		padding-right: 5px;
	}
	.feature-list li {
		font-size: 20px;
		line-height: normal;
	}
	.feature-list li .fa {
		font-size: 20px;
	}
	.home-headline .container {
		padding: 4px 20px 10px;
	}
	.home-headline .hl-text {
		font-size: 24px;
		margin-bottom: 11px;
	}
	.home-headline .panel-text-box {
		font-size: 24px;
	}
	.home-headline .panel {
		padding: 20px;
	}
	.tagline .container {
		padding: 0 20px 12px;
	}
	.tagline .tl-header {
		font-size: 30px;
		line-height: normal;
	}
	.tagline .fa {
		font-size: 32px;
		height: 25px;
	}
	.tagline .tl-logo {
		height: 25px;
		top: -3px;
	}
	.loan-price.pricebox .box-grey-bordered a.btn i {
		vertical-align: middle;
		font-size: 20px;
	}
	.loan-price.pricebox .box-grey-bordered a.btn {
		border-radius: 0px;
		line-height: 2;
		font-weight: bold;
		font-size: 16px;
	}
	.loan-price.pricebox .box-grey-bordered {
		padding-top: 20px;
	}
	.loan-price .container {
		padding-bottom: 30px;
	}
	.loan-price .panel-full {
		padding: 25px 30px;
	}
	.loan-price .car-category {
		padding: 10px 20px;
	}
	.loan-price .lp-header {
		font-size: 24px;
		width: 100%;
	}
	.loan-price .panel .panel-heading {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.loan-price .panel .panel-heading h4 {
		font-size: 20px;
	}
	.car-category .car-name {
		min-height: 40px;
		margin-bottom: 10px;
		width: 90%;
	}
	.car-category .car-price {
		font-size: 20px;
	}
	.car-category .fa {
		font-size: 32px;
		width: 11px;
		height: 31px;
		right: 20px;
	}
	.call-wa .container {
		padding: 0 20px 15px;
	}
	.call-wa .media {
		padding: 15px 30px;
	}
	.call-wa .media .media-left {
		padding-right: 25px;
	}
	.call-wa .media-object {
		width: 70px;
		height: 70px;
	}
	.call-wa .media-heading {
		font-size: 24px;
		line-height: normal;
	}
	.call-wa .number-wa a {
		font-size: 40px;
	}
	.text-box .sub-header {
		font-size: 25px;
	}
	.text-box .article-header {
		font-size: 24px;
		margin-bottom: 12px;
		margin-top: 11px;
		margin-left: 4px;
	}
	.text-box .article-more {
		font-size: 15px;
	}
	.text-box .article .panel-body p {
		font-size: 18px;
		line-height: 24px;
	}
	.text-box .article {
		padding: 0 15px 15px;
	}
	.list-steps {
		margin-bottom: 20px;
	}
	.list-steps li {
		font-size: 18px;
	}
	.list-steps .steps-number {
		font-size: 26px;
		width: 50px;
		height: 50px;
	}
	.list-steps .steps-separator {
		top: 24px;
	}
	.product-headline .steps {
		padding-top: 20px;
	}
	.product-headline .custom-separator .custom-left {
		left: 20px;
	}
	.product-headline .custom-separator .custom-right {
		right: 20px;
	}
	.headline-product .headline-header {
		font-size: 28px;
		line-height: 30px;
		margin-bottom: 15px;
	}
	.product-promo {
		padding-left: 18px;
		padding-right: 18px;
		margin-bottom: 34px;
	}
	.product-promo .panel {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.product-promo .headline-status h3 {
		font-size: 24px;
	}
	.product-promo .headline-header {
		font-size: 24px;
		margin-bottom: 10px;
	}
	.headline-list li {
		font-size: 16px;
		text-align: left;
		margin-bottom: 10px;
	}
	.product-promo .headline-right {
		text-align: left;
	}
	.product-promo .btn {
		font-size: 24px;
		padding: 10px 30px;
	}
	.product-promo .fa-angle-right {
		font-size: 26px;
		font-weight: 600;
	}
	.car-list .panel {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.car-list .car-number {
		font-size: 30px;
	}
	.car-photo .caption {
		font-size: 18px;
		line-height: 28px;
		height: 35px;
	}
	.list-price .car-price {
		font-size: 32px;
		line-height: 27px;
		height: 52px;
		width: 100%;
	}
	.list-price .content-header,
	.list-price p {
		font-size: 20px;
		line-height: 24px;
		margin: 0;
	}
	.list-status li {
		font-size: 18px;
		line-height: 30px;
	}
	.list-status li .fa {
		width: 24px;
		height: 24px;
		font-size: 16px;
		font-weight: 300;
		padding-top: 3px;
		padding-left: 1px;
	}
	.tb-page .article {
		padding: 15px 20px;
	}
	.car-list .first {
		height: 128px;
	}
	.loan-day {
		padding: 0 20px 30px;
	}
	.loan-day .headline-list li {
		font-size: 18px;
	}
	.loan-day .headline-list li .fa {
		font-size: 18px;
		top: auto;
	}
	.loan-day .panel {
		padding-top: 10px;
		padding-bottom: 15px;
	}
	.loan-day .col-xs-6 {
		margin-top: 15px;
	}
	.loan-day .fa {
		font-size: 26px;
	}
	.book-desc .content-header,
	.ld-header .content-header {
		font-size: 24px;
		line-height: 24px;
	}
	.loan-day .content-header {
		padding-top: 10px;
		padding-bottom: 20px;
	}
	.loan-day .content-header,
	.loan-day a {
		font-size: 24px;
		line-height: 24px;
	}
	.loan-day a.btn {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.book-voucher {
		padding: 0 20px 60px;
	}
	.book-voucher .book-day {
		font-size: 18px;
		line-height: 30px;
	}
	.book-panel .ld-header {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.book-form .content-header {
		font-size: 24px;
		line-height: 24px;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.book-form .form-group {
		margin-bottom: 24px;
	}
	.book-panel .panel-body {
		padding-top: 25px;
	}
	.book-form .row .col-xs-6 {
		padding: 0 35px 15px;
	}
	.book-form .book-arrow {
		width: 35px;
		height: 35px;
		font-size: 32px;
	}
	.book-form .input-group-addon {
		width: 5%;
		font-size: 18px;
	}
	.book-form .form-control {
		font-size: 20px;
		line-height: 24px;
		padding-top: 10px;
		padding-bottom: 10px;
		height: auto;
	}
	.book-form .btn {
		font-size: 24px;
		line-height: 26px;
		padding-top: 10px;
		padding-bottom: 10px;
		width: 207px;
		margin-bottom: 28px;
	}
	.book-desc {
		padding: 20px 25px;
	}
	.book-desc .book-sep {
		width: 86px;
		margin-top: 15px;
	}
	.book-desc .book-list {
		margin-top: 30px;
		padding-left: 24px;
	}
	.book-list li,
	.book-list li p {
		font-size: 20px;
		line-height: 30px;
	}
	.detail-order {
		padding-left: 20px;
		padding-right: 20px;
		margin-bottom: 30px;
	}
	.detail-order .headline-list li {
		font-size: 18px;
	}
	.detail-order .headline-list li .fa {
		font-size: 18px;
		top: auto;
	}
	.detail-order .do-panel {
		padding: 25px;
	}
	.do-panel .do-date {
		width: 40%;
		padding-left: 0;
		padding-right: 0;
	}
	.do-panel .do-clock {
		width: 30%;
	}
	.do-clock img {
		width: 60px;
		height: auto;
	}
	.do-panel .do-desc {
		width: 70%;
		font-size: 25px;
		line-height: 24px;
	}
	.do-desc .do-day {
		font-size: 42px;
		line-height: 35px;
	}
	.detail-order .do-user {
		font-size: 20px;
		line-height: 30px;
		width: 50%;
		padding-left: 30px;
		padding-right: 0;
	}
	.do-user .do-name {
		font-size: 24px;
		line-height: 30px;
	}
	.do-schedule p {
		margin-left: 0;
		position: relative;
		top: 2px;
	}
	.do-schedule p span {
		font-size: 4px;
		position: relative;
		top: -4px;
	}
	.do-button {
		padding-top: 25px;
	}
	.do-button .btn-left {
		padding-left: 0;
		width: 50%;
	}
	.confirm-order .progress {
		margin-top: 20px;
		margin-bottom: 15px;
		height: 22px;
	}
	.confirm-order .progress-caption p {
		font-size: 20px;
	}
	.progress-caption .time-value {
		font-size: 24px;
	}
	.progress-caption .pc-left {
		padding-left: 0;
		padding-right: 0;
	}
	.confirm-headline .container {
		padding: 25px 20px 0;
	}
	.confirm-headline .list-steps {
		margin-bottom: 25px;
	}
	.booking-deal .container {
		padding-top: 15px;
	}
	.booking-panel .bp-left {
		padding: 25px 40px;
	}
	.bp-left .home-header {
		font-size: 27px;
    line-height: 30px;
    font-weight: bolder;
	}
	.bp-right .content-header {
		font-size: 18px;
    line-height: 28px;
    margin: 0;
    padding: 8px;
	}
	.bp-right .content-header span.red {
		font-weight: bold;
		font-size: 23px;
	}
	.bp-right .content-header strong {
		font-weight: bold;
	}
	.book-calc .bc-panel {
		padding: 20px 20px 30px;
	}
	.bc-panel .confirm-header {
		font-size: 24px;
		line-height: 24px;
		letter-spacing: 0;
		margin-bottom: 16px;
	}
	.bc-panel .calc-detail {
		padding: 20px;
	}
	.calc-detail p {
		font-size: 20px;
	}
	.bc-panel .red .fa-plus {
		font-size: 20px;
		top: -12px;
		right: -12px;
	}
	.confirm-header {
		font-size: 24px;
		line-height: 30px;
	}
	.payment-detail .container {
		padding: 24px 20px;
	}
	.pd-panel .pd-bank {
		padding: 33px 20px;
		width: 30%;
		height: auto;
	}
	.pd-panel .pd-step {
		width: 70%;
		height: auto;
	}
	.pd-bank .home-header {
		font-size: 30px;
		line-height: 40px;
		margin-bottom: 68px;
	}
	.payment-step .ps-caption {
		font-size: 20px;
		line-height: 24px;
	}
	.payment-acc .ps-acc {
		font-size: 29px;
		line-height: 42px;
	}
	.payment-step .confirm-pay {
		font-size: 24px;
		line-height: normal;
		top: 20px;
		right: 15px;
	}
	.pd-bank img {
		max-width: 100%;
	}
	.pd-step .payment-step {
		padding-top: 20px;
		padding-left: 15px;
		height: auto;
	}
	.pd-step .payment-step:last-child {
		height: auto;
	}
	.pd-step .payment-step:not(:last-child) p {
		width: 61.03%;
	}
	.acc-pointer {
		width: 12px;
		height: 24px;
		left: -1px;
	}
	.loan-rules .lr-panel {
		padding: 3px 18px 30px;
	}
	.lr-panel .rule-header {
		padding-top: 22px;
		padding-bottom: 22px;
	}
	.rules-list .rule-content {
		padding-top: 36px;
		padding-bottom: 24px;
	}
	.rules-list .lr-bottom {
		padding-top: 0;
		padding-bottom: 0;
	}
	.rule-content .rc-item {
		margin-bottom: 32px;
	}
	.rule-content p {
		font-size: 20px;
		line-height: 22px;
	}
	.bootstrap-switch .bootstrap-switch-handle-on,
	.bootstrap-switch .bootstrap-switch-handle-off,
	.bootstrap-switch .bootstrap-switch-label {
		font-size: 15px;
		line-height: 15px;
	}
	.bootstrap-switch .bootstrap-switch-handle-on {
		width: 60px !important;
	}
	.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-label,
	.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-label {
		width: 35px !important;
	}
	.pay-transfer .container {
		padding-top: 15px;
		padding-bottom: 28px;
	}
	.pay-transfer .pt-dp {
		font-size: 18px;
	}
	.pay-transfer .row {
		padding: 13px 5px;
	}
	.pay-transfer .btn-lightorange {
		font-size: 30px;
		background-size: cover;
		padding: 12px 28px 12px 15px;
		line-height: 40px;
	}
	.book-headline {
		font-size: 24px !important;
	}
	.count-down {
		margin-bottom: 30px;
		padding-left: 0;
		padding-right: 0;
	}
	.count-down .cd-panel {
		padding: 16px 20px;
	}
	.cd-panel .cd-info {
		font-size: 28px;
    line-height: 30px;
    font-weight: bolder;
    padding: 11px 0px;
	}
	.cd-time .cd-value {
		font-size: 48px;
		font-weight: bolder;
	}
	.cd-unit span {
		font-size: 20px;
	}
	.booking-page .custom-separator .custom-left {
		left: 0;
	}
	.booking-page .custom-separator .custom-right {
		right: 0;
	}
	.book-info {
		padding-left: 0;
		padding-right: 0;
	}
	.book-info .panel {
		margin-bottom: 26px;
	}
	.book-panel .media {
		padding: 16px 20px 16px 24px;
	}
	.bi-media img {
		width: auto;
		margin-right: 12px;
	}
	.bi-media .media-left {
		padding-right: 24px;
	}
	.bi-desc p {
		font-size: 24px;
		line-height: 34px;
	}
	.bi-media a {
		font-size: 28px;
	}
	.booking-page .btn-file {
		font-size: 24px;
		margin-bottom: 40px;
	}
	.booking-page .btn-file .fa {
		font-size: 26px;
		font-weight: 600;
	}
	.voucher-detail {
		margin-bottom: 28px;
	}
	.voucher-detail .voucher-locker {
		padding: 40px;
	}
	.voucher-locker p {
		font-size: 28px;
		line-height: 30px;
		margin-bottom: 30px;
	}
	.voucher-locker> img {
		max-width: 100%;
	}
	.photo-data {
		padding-left: 0;
		padding-right: 0;
	}
	.photo-data .confirm-header {
		margin-bottom: 20px;
	}
	.photo-data .col-xs-6 {
		margin-bottom: 24px;
	}
	.photo-data .photo-desc {
		font-size: 20px;
		line-height: 30px;
	}
	.photo-data .panel {
		margin-bottom: 34px;
	}
	.photo-data .top-photo {
		padding-bottom: 4px;
	}
	.photo-data .top-photo,
	.photo-data .bottom-photo {
		padding-top: 22px;
		padding-left: 24px;
	}
	.top-photo .pd-media,
	.bottom-photo .pd-media {
		padding-right: 12px;
	}
	.photo-data .pd-media .btn {
		padding: 24px;
		margin-bottom: 0;
	}
	.pd-media .btn-file .fa {
		font-size: 50px;
	}
	.booking-success .panel {
		margin-bottom: 28px;
	}
	.bs-check a {
		width: 70px;
		height: 70px;
		font-size: 48px;
		padding-top: 6px;
		padding-bottom: 6px;
	}
	.bs-content p {
		font-size: 24px;
		line-height: 32px;
	}
	.bs-button .btn {
		width: 80%;
	}
	.booking-success {
		padding-left: 0;
		padding-right: 0;
	}
	.rent-info p {
		font-size: 20px;
	}
	.bar-head {
		width: 108px;
		height: 30px;
	}
	p.bar-head {
		font-size: 18px;
		line-height: 24px;
	}
	.rent-header {
		font-size: 40px;
		padding-top: 20px;
		padding-bottom: 40px;
	}
	.rs-head {
		font-size: 20px !important;
	}
	.home-menu {
		width: 542px;
		top: -23px;
	}
	.home-menu .hm-left,
	.home-menu .hm-right {
		width: 271px;
		line-height: 45px;
	}
	.home-menu .fa {
		font-size: 24px;
	}
	.bar-status .bar-time {
		width: 75px;
		height: 75px;
		padding-top: 14px;
	}
	.bar-time .bt-value {
		font-size: 30px;
		line-height: 30px;
	}
	.bar-time .bt-zone {
		font-size: 12px;
		line-height: 16px;
	}
	.rent-status .rs-value {
		font-size: 48px;
	}
	.rent-status .rs-info {
		font-size: 18px;
		padding-left: 12px;
		padding-right: 12px;
	}
	.ro-separator {
		margin-top: 20px;
	}
	.rental-rank {
		padding-top: 18px;
		padding-bottom: 40px;
	}
	.rental-rank .bar-head {
		top: 18px;
	}
	.rental-rank .rank-item img {
		width: auto;
		height: auto;
	}
	.rental-rank .rental-name {
		font-size: 24px;
		line-height: 24px;
	}
	.rental-rank .rental-order {
		font-size: 20px;
		line-height: 24px;
	}
	.take-order .to-header {
		width: 269px;
		font-size: 20px;
		line-height: 48px;
		top: -25px;
	}
	.take-order .to-item {}
	.to-header .fa {
		font-size: 28px;
		top: 2px;
	}
	.rent-info .confirm-header {
		margin-bottom: 5px;
	}
	.take-order {
		padding-bottom: 12px;
	}
	.to-item .to-top {
		padding: 10px 20px;
	}
	.to-item .to-top p {
		font-size: 18px;
		line-height: 30px;
	}
	.to-item .take-way .fa {
		font-size: 4px;
		bottom: 4px;
	}
	.to-item .btn {
		font-size: 19px;
		line-height: 26px;
		padding-top: 6px;
		padding-bottom: 6px;
	}
	.to-item .btn .fa {
		font-size: 24px;
	}
	.new-order {
		padding-bottom: 12px;
	}
	.new-order .nod-number {
		width: 30px;
		height: 30px;
		font-size: 20px;
		line-height: 30px;
	}
	.new-order p,
	.new-order ul li {
		font-size: 18px;
	}
	.new-order ul li .fa-circle {
		font-size: 4px;
		position: relative;
		top: -4px;
	}
	.new-order .nod-nav {
		width: 35px;
		height: 35px;
		font-size: 28px;
		right: -18px;
	}
	.nod-time .time-top {
		padding-top: 11px;
	}
	.nod-time p {
		font-size: 16px;
		line-height: 18px;
	}
	.nod-time .home-header {
		font-size: 30px;
		line-height: 40px;
	}
	.nod-time .btn {
		font-size: 18px;
		line-height: normal;
	}
	.new-order .nod-left {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.new-order .nod-middle {
		padding: 15px 0 15px 44px;
	}
	.new-order .nod-time {
		margin-top: 5px;
		margin-bottom: 5px;
	}
	.tax-order .panel {
		padding: 10px;
	}
	.tax-order .col-xs-6 {
		padding-left: 10px;
		padding-right: 10px;
	}
	.tax-order p {
		font-size: 24px;
		line-height: 26px;
	}
	.tax-order .fa-check {
		width: 24px;
		height: 24px;
		font-size: 18px;
		line-height: 26px;
		padding-top: 0;
	}
	.fee-form .input-group-addon {
		font-size: 24px;
		border-bottom-width: 3px;
	}
	.fee-form .form-control {
		font-size: 24px;
		line-height: 26px;
		padding-left: 4px;
		border-bottom-width: 3px;
	}
	.tax-order .change-fee {
		line-height: normal;
		width: 61%;
		border-bottom-width: 4px;
		margin-bottom: 10px;
	}
	.tax-order .change-fee .fa {
		font-size: 24px;
	}
	.tax-order .btn-tax {
		width: 289px;
		height: 44px;
		font-size: 24px;
		line-height: 30px;
		background-size: 289px 44px;
		padding-top: 6px;
		padding-bottom: 6px;
	}
	.list-search {
		margin-bottom: 20px;
	}
	.list-search .form-control {
		font-size: 20px;
		padding: 15px;
		height: auto;
	}
	.list-search .input-group-addon .fa {
		font-size: 20px;
	}
	.rental-list {
		padding-top: 25px;
	}
	.rental-list .rl-panel {
		padding: 20px;
	}
	.rental-list .rent-number {
		width: 39px;
		height: 33px;
	}
	.rental-list .rent-number img {
		width: auto;
		height: auto;
		margin-top: 0;
	}
	.rl-panel .nod-left p {
		font-size: 20px;
		line-height: 24px;
	}
	.nod-left .rent-number p {
		font-size: 30px;
	}
	.rl-panel .nod-middle p {
		font-size: 24px;
		line-height: 30px;
	}
	.rl-panel .nod-right {
		height: 68px;
	}
	.rl-panel .nod-right a {
		width: 48px;
		height: 48px;
	}
	.rl-panel .nod-right a .fa {
		font-size: 30px;
		line-height: 48px;
		left: 1px;
		top: -2px;
	}
	.rdo-panel {
		padding: 30px 20px;
		margin-top: 20px;
	}
	.rdo-panel .rd-general {
		padding-bottom: 20px;
	}
	.rdo-panel .rental-position img {
		width: auto;
		height: auto;
	}
	.rdo-panel .rental-id {
		font-size: 36px;
		line-height: 49px;
	}
	.rdo-panel .rental-desc {
		font-size: 24px;
		line-height: 26px;
	}
	.rdo-panel .rd-revenue {
		padding-top: 20px;
	}
	.rd-revenue .rev-header {
		font-size: 20px;
		line-height: 30px;
	}
	.rd-revenue .rev-item {
		width: 108px;
		height: 108px;
		padding-top: 25px;
	}
	.rev-item p {
		font-size: 14px;
		line-height: 18px;
	}
	.rev-item .rev-value {
		font-size: 36px;
		line-height: 36px;
	}
	.rev-value sub {
		font-size: 14px;
	}
	.rd-order .container {
		padding-top: 24px;
	}
	.rd-order h2.confirm-header {
		margin-bottom: 15px;
	}
	.rd-order .ord-panel {
		padding: 14px 20px 10px;
		margin-bottom: 10px;
	}
	.rd-order .custom-separator {
		margin-bottom: 30px;
	}
	.ord-panel .ord-number {
		font-size: 30px;
		line-height: 30px;
		width: auto;
		height: 30px;
		left: 0;
	}
	.ord-panel .ord-desc {
		padding-left: 44px;
	}
	.ord-panel .confirm-header {
		line-height: 24px;
	}
	.ord-panel ul li {
		font-size: 18px;
		line-height: 24px;
	}
	.ord-panel .rd-price {
		font-size: 36px;
		line-height: 38px;
	}
	.rd-price .rd-currency {
		font-size: 18px;
		top: -4px;
	}
	.ord-panel .rd-allocation {
		font-size: 18px;
		line-height: 20px;
	}
	.modal-login#myModal {
		display: block;
		opacity: 1;
	}
	.modal-login .modal-dialog {
		max-width: 600px;
		height: auto;
		max-height: 400px;
		left: -16px;
	}
	.modal-login .modal-title {
		font-size: 30px;
		line-height: 60px;
	}
	.modal-login .modal-body {
		padding: 40px 44px;
	}
	.modal-login .form-control {
		font-size: 30px;
		line-height: normal;
		padding-top: 15px;
		padding-bottom: 15px;
		height: auto;
	}
	.modal-login .btn {
		font-size: 30px;
		line-height: 60px;
		margin-top: 20px;
	}
}

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

.sc-icon-mascot,
.sc-icon-home {
	width: 46px;
	height: 46px;
	background-image: url(//www.omocars.com/wp-content/themes/omocar/css/../img/mascot.png);
}

.order-card .container .row {
	background: #fff;
	display: block;
	margin: 20px;
	padding: 20px;
}

.order-card .container .row h3 {
	font-size: 12px;
	font-weight: bold;
	color: #de1616;
}

.order-card span {
	font-size: 12px;
	color: #555555;
	text-decoration: underline;
	text-align: center;
	display: inherit;
}

.order-card h1 {
	font-size: 17px;
	color: #de171e;
	line-height: 1.2;
	text-transform: uppercase;
	font-weight: bold;
	margin: 10px 0px;
	text-align: left;
}

.order-card time,
.order-card .place {
	color: #555555;
	font-size: 15px;
	display: block;
	padding-left: 30px;
	line-height: 1.2;
}

.order-card .place {
	text-decoration: none;
}

.order-card .btn-card {
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin: 20px 0px;
}

.order-card .btn-card a.empty:hover {
	cursor: no-drop;
}

.order-card .btn-card input.empty {
	background: #f7f7f7;
	border: none;
	box-shadow: none;
	color: #6c6c6c;
}

.order-card .btn-card input.btn {
	text-transform: uppercase;
	padding: 10px 30px;
	min-width: 48%;
	margin: 0px 5px;
	text-decoration: none;
}

.order-card .btn-card input.available {
	font-weight: bold;
	color: #fff;
}

.order-card input {
	display: block;
	color: #0012ff;
	text-transform: uppercase;
	text-decoration: underline;
	line-height: 1.8;
	float: left;
}

#datarentalform {
	width: 100%;
}

@media screen and (max-width: 480px) {
	.list-status .list-sep {
		left: 7px;
	}
	.nav-home .nav-logo {
		width: 68%;
	}
	.nav-home .nav-promo {
		width: 20%;
	}
	.nav-page .nav-back {
		width: 21%;
	}
	.nav-page .nav-title {
		width: 66%;
	}
	.loan-price .lp-header {
		width: 265px;
	}
	.confirm-order .progress-caption p {
		font-size: 10px;
		line-height: 12px;
	}
	.progress-caption .time-value {
		font-size: 12px;
	}
	.list-price p {
		font-size: 10px;
		line-height: 12px;
		margin-bottom: 5px;
	}
}

.last.list-status ul{
	max-width: 87%;
}


.list-status .deal.active {
color: #fff;
    position: relative;
    background: url(https://raw.githubusercontent.com/Ibnusuhaemy/omocars/master/css/../images/button-bg.png) no-repeat;
    font-size: 15px;
    line-height: 31px;
    margin-bottom: 10px;
    z-index: 5;
    border-radius: 6px;
    background-size: 100% 31px;
    padding-left: 2px;
	cursor: pointer;

}


@media screen and (max-width: 460px) {
	.nav-page .nav-back {
		width: 28%;
	}
	.nav-page .nav-title {
		width: 58%;
	}
	.list-status .deal.active {
		font-size: 10px;
    line-height: 21px;
    background-size: 100% 25px;
    padding-left: 1px;
	}
}

@media screen and (max-width: 440px) {
	.car-list .panel {
		padding-bottom: 0;
	}
}

@media screen and (max-width: 400px) {
	.nav-home .nav-logo {
		width: 64%;
	}
	.nav-home .nav-promo {
		width: 23%;
		text-align: right;
	}
	.product-promo .headline-list li {
		text-align: left;
	}
	.list-steps .steps-separator {
		width: 145px;
		right: -75px;
	}
	.do-button .btn {
		width: 100%;
		font-weight: normal;
		font-size: 10px;
		padding: 2px;
	}
	.do-panel .do-clock {
		width: 40%;
	}
	.do-panel .do-desc {
		width: 55%;
	}
}

@media screen and (max-width: 480px) {}

@media screen and (max-width: 360px) {
	.nav-home .nav-logo {
		width: 60%;
	}
	.nav-home .nav-promo {
		width: 25%;
		text-align: right;
	}
	.nav-page .nav-back {
		width: 32%;
	}
	.nav-page .nav-title {
		width: 51%;
	}
	.feature .row {
		padding-left: 5px;
		padding-right: 5px;
	}
	.feature .col-xs-7 {
		padding-left: 5px;
	}
	.feature .col-xs-5 {
		padding-right: 5px;
	}
	.list-steps .steps-separator {
		width: 130px;
		right: -68px;
	}
	.headline-header {
		font-size: 15.6px;
	}
	.product-promo .headline-right {
		text-align: left;
		width: 62%;
	}
	.product-promo .headline-status {
		width: 38%;
	}
	.progress-caption .pc-left,
	.progress-caption .pc-right {
		padding-left: 0;
		padding-right: 5px;
	}
	.list-status li .fa {
		font-size: 10px;
		width: 16px;
		height: 16px;
		padding-top: 2px;
		padding-right: 0;
	}
	.list-price .car-price {
		font-size: 15px;
		height: 0;
		padding: 5px 0;
		line-height: 6px;
	}
	.car-list .last {
		padding-top: 5px;
		width: 27%;
	}
	.car-list .first {
		height: 72px;
		width: 7%;
	}
	.book-list li,
	.book-list li p {
		line-height: 15px;
	}
	.do-panel .do-user {
		width: 55%;
		padding-right: 10px;
	}
	.do-panel .do-date {
		width: 45%;
		padding-left: 0;
	}
	.do-panel .do-desc {
		padding-right: 0;
		width: 60%;
	}
	.detail-order .do-panel {
		padding-left: 10px;
		padding-right: 5px;
	}
	.product-promo .headline-right .headline-header {
		font-size: 12px;
	}
}

@media screen and (max-width: 320px) {
	.nav-page .nav-back {
		width: 34%;
	}
	.nav-page .nav-title {
		width: 48%;
	}
	.nav-page .nav-wa {
		width: 16%;
	}
	.headline-status .headline-list li {
		font-size: 8px;
	}
	.product-promo .headline-status {
		width: 33%;
	}
	.product-promo .headline-right {
		width: 67%;
	}
	.product-promo .headline-header {
		line-height: normal;
		margin-bottom: 6px;
	}
	.product-promo .fa-angle-right {
		margin-left: 5px;
	}
	.car-list .second {
		padding-top: 10px;
	}
	.list-status li .fa {
		padding-top: 3px;
	}
}

@media screen and (min-width: 360px) {
	.list-status .deal.active {
		background-size: 90px 20px;
	}
	.booking-panel .bp-right {
    margin-top: 11px;
    margin-bottom: -5px;
	}
	.bp-right .content-header{
		margin: 0;
		padding: 0
	}
}
.box-grey-bordered .box-reset-bgd {
	background-color: #ffffff;
	border: none;
}

.home-search {
	margin-top: 10px;
}

.box-border .panel.panel-car-booking {
	padding-bottom: 12px;
	padding-top: 0;
	margin-top: -10px;
}

.custom-booking-page #header .navbar-header {
	background: white;
}

.book-form .form-control[readonly] {
	background-color: transparent;
}

.box-with-wa .box-grey-bordered {
	border: #d7d7d7 1px solid;
}

h1.headline-header {}

#containerup1 .progress-bar {
	width: 20%;
}

#containerup2 .progress-bar {
	width: 45%;
}

#containerup3 .progress-bar {
	width: 80%;
}

.progress-bar {
	width: 100%;
}

.row.confirm-order {
	padding-left: 15px;
	padding-right: 15px;
}

.booking-select-area {
		border: 3px solid rgba(238, 238, 238, 0.59);
	font-family: sans-serif;
    padding: 4px;
    border-radius: 4px;
    max-width: 93%;
    background: rgba(238, 238, 238, 0.59);
    font-size: small;
    font-weight: lighter;
    max-height: 164px;
}

.text-box.tb-page .container{
	padding-right: 15px;
  padding-left: 15px;
}

.text-box .panel-heading, .article-header{
	padding: 0;
	margin-top: 2px;
  margin-bottom: 2px;
}

.omo-services .owl-stage .owl-item:last-child{
	margin-right: 0 !important;
}

.button-wa-finish .container{
	max-width: 80%;
	border: none;
}

.button-wa-finish .container .row{
	padding: 15px
}

.bp-right .red{
	font-size: 14px;
	
}

.bp-right .red sub{
	bottom: 1px;
}

.button-back{
	cursor: pointer;
}


@media screen and (min-width: 461px){
	.list-status .deal.active {
    background-size: 126px 32px;
	}
}


@media only screen and (max-width: 480px) {
	.car-category .car-name {
		font-size: 12px;
	}
	.booking-panel .bp-right{
		padding-top:2px;
	}
	.bp-right .content-header{
		letter-spacing: 0;
    color: #333;
    font-weight: bold;
    text-align: center;
    max-width: 90%;
	}
	.bp-left .home-header{
    font-size: 15px;
    line-height: 15px;
		margin: 0;
		font-weight: bold;
	}
	.loan-price.pricebox .container {
		padding: 10px;
	}
	.loan-price.pricebox .container h4.section-title {
		margin: 0;
		margin-bottom: 5px;
	}
	.box-reset-bgd .row .col-xs-6 {
		padding-right: 5px;
		padding-left: 5px;
	}
	#header .navbar-header a.navbar-button.button-right i.sc-icon.sc-icon-mascot {
		width: 39px;
		height: 39px;
	}
	.feature-snippet h1,
	.box-white-bordered h1 {
		font-size: 16px;
	}
	.inline-list-image .text-center {
		height: 50px;
		margin-bottom: 10px;
	}
	.list-price .content-header {
		margin: 0;
		padding-top: 5px;
	}
	.sc-icon-star, .sc-icon-star-active{
		width: 13px;
    height: 13px;
	}
	.list-price .al{
		bottom: 3px;
    font-size: 7px;
		margin-left: 3px;
	}
	.list-status .check.active {
		min-width: 95px;
	}
	.count-down .cd-info .red{
		margin: 0;
		font-weight: bold;
		font-size: 12px;
	}
}




@media screen and (max-width: 360px) {
	.list-price .car-price {
		font-size: 12px;
		height: 0;
		padding: 5px 0;
		line-height: 6px;
		letter-spacing: 0;
	}
	.list-price .al{
		bottom: 3px;
    font-size: 6px;
		margin-left: 1px;
	}
	.list-status .deal.active {
		background-size: 90px 20px;
	}
	.booking-panel .bp-right {
    margin-top: 14px;
    margin-bottom: -5px;
	}
	.bp-right .content-header{
		margin: 0;
		padding: 0
	}
}