@font-face {
  font-family: "digital";
  src: url("../fonts/dsdigib.ttf");
}
html{
	overflow-x: hidden;
}
body{
	font-family: roboto;
	padding: 0;
	margin: 0;
}
header{
	width: 100%;
	height: 65px;
	padding: 13px;
	background: #dddddd;
	position: fixed;
	top: 0;
	left: 0;
	box-shadow: 0 3px 10px rgba(0,0,0,0.4);
	z-index: 99999999999;
}
header>.container{
	position: relative;
}
.header{
	position: absolute;
	top: 0px;
}
.header>img{
	width: 120px;
	margin-top: -7px;
}
.header>h1{
	display: block;
	font-weight: bold;
	font-size: 1.5em;
	margin-top: -66px;
	margin-left: 80px;
	color: green;
}
.top-menu{
	position: absolute;
	right: 0;
	top: 6px;
	font-size: 1.1em;
}
.top-menu>ul>li{
	list-style: none;
	float: left;
	margin-left: 30px;
}
footer{
	width: 100%;
	position: relative;
	margin-top: 30px;
	background: #dddddd;
	padding: 10px;
	text-align: center;
	border-top: solid 1px #ddd;
	box-shadow: 0 0px 15px 1px rgba(0,0,0,0.4);
}
amp-img > img { 
	object-fit: contain; 
}
.navbar-toggle{
	display: none;
}
.menu-toggle{
	position: absolute;
	right: 0;
	color: green;
	top: 17px;
	display: none;
}
.btn-register{
	background-color: green;
    text-transform: uppercase;
    font-weight: bold;
    box-shadow: rgba(255, 241, 18, 1) 0px 0.125rem 0.0625rem;
    line-height: normal;
    padding: 0.53125rem 2.1875rem;
    transition: all 300ms ease-out;
	background-clip: padding-box;
    border-radius: 4px;
}
.slide{
	background-color: rgba(0,0,0,0.5);
	margin-top: -20px;
}
.slide>.container{
}
.news-display{
}
.news2{
	height: 100px;
	position: relative;
	background: #fff;
	margin-bottom: 5px;
	padding: 10px;
}
.news2>.img{
	position: absolute;
	left: 10px;
	top: 10px;
	width: 100px;
	height: 100%;
	overflow: hidden;
}
.news2>.img>img{
	width: 100%;
}
.news2>.description{
	position: absolute;
	left: 115px;
	height: 100%;
	padding: 0px 5px;
	padding-bottom: 10px;
	font-size: 12px;
	color: #555;
}
.news2>.description>h2{
	font-size: 15px;
	color: #FF4825;
	margin: 0;
	padding-bottom: 5px;
}
.news{
	height: 100px;
	border: solid 1px #ddd;
	position: relative;
	background: #fff;
	margin-bottom: 5px;
	padding: 10px;
}
.news>.img{
	position: absolute;
	left: 10px;
	top: 10px;
	width: 100px;
	height: 100%;
	overflow: hidden;
}
.news>.img>img{
	width: 100%;
}
.news>.description{
	position: absolute;
	left: 115px;
	height: 100%;
	padding: 0px 5px;
	padding-bottom: 10px;
	color: #555;
}
.news>.description>h2{
	font-size: 17px;
	color: #FF4825;
	margin: 0;
	padding-bottom: 5px;
}
.news>.description>p{
	color: #555;
	overflow: hidden;
}
.home-title, .menu-title{
	font-size: 24px;
}
.menu-title{
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}
.filter-breadcrumb{
	font-size: 11px;
	
}
.home-title{
	text-align: center;
}
.form-search{
	width: 100%;
	margin: auto;
	position: absolute;
	top: 65px;
	padding: 15px;
	background: rgba(237,50,55,0.3);
}
.form-search>input, .form-search button{
	border-radius: 0;
	height: 40px;
}
.form-search button{
	width: 80px;
}
.img-gallery{
	position: relative;
}
.img-gallery>.img-product>div{
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
}
.img-gallery img{
	width: 100%;
}
.bg-img {
 
}
.box-table{
	width: 100%;
	background: #f7f7f7;
	border-radius: 5px;
}
.box-table tr{
	border-bottom: solid 1px #ddd;
}
.box-table tr:last-child{
	border-bottom: none;
}
.box-table td{
	padding: 5px;
}
.btn-flat{
	border-radius: 0;
}
.btn-general{
	background-color: #01C596;
	color: #fff;
	font-weight: bold;
	padding: 10px 15px;
}
.btn-general:hover, .btn-general:active, .btn-general:focus{
	text-decoration: none;
	color: #fff;
	background-color: #01926f;
}
.box{
	
}
.box>.box-title{
	padding: 1px 15px;
}
.box .box-body{
	padding: 10px;
}
.box-title>h2{
	padding: 0;
}
.full-width{
	width: 100%;
	display: block;
	text-align: center;
}
.box-green{
	border: solid 1px #01926f;
}
.box-green>.box-title{
	background-color: #01926f;
	color: #fff;
}
.title{
	font-size: 25px;
	margin: 0 auto 15px auto;
	padding: 5px 0;
}
.sub-title{
	font-size: 18px;
	margin: 20px auto 15px auto;
	color: #DC143C;
}
.price{
	font-weight: bold;
	font-size: 18px;
	color: red;
	margin: 0;
	padding: 5px 0;
}
._price{
	text-align: right;
}
.wrapper{
	margin-top: 15px;
	min-height: 500px;
}
.search{
	width: 100%;
	text-align: center;
	background: #F36126;
	padding: 10px;
}
.search>a{
	display: inline-block;
	width: 80px;
	height: 78px;
	background: #fff;
	margin: 0 3px;
	border-radius: 5px;
	border: solid 1px #ddd;
	transition: all ease 0.5s;
}
.search>a:hover{
	border: solid 1px red;
}
.ck-icon{
	position: relative;
	height: 75px;
	width: 79px;
	font-size: 12px;
}
.ck-new-car{
	background-image: url(../images/icon/new-car.png);
	background-repeat: no-repeat;
	background-position: top center;
}
.ck-used-car{
	background-image: url(../images/icon/used-car.png);
	background-repeat: no-repeat;
	background-position: top center;
}
.ck-sparepart{
	background-image: url(../images/icon/sparepart.png);
	background-repeat: no-repeat;
	background-position: top center;
}
.ck-png{
	display: block;
	width: auto;
	height: 16px;
	position: relative;
}
.ck-transmisi:before{
	content: " ";
	position: absolute;
	background-image: url(../images/icon/transmisi.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 16px;
	height: 16px;
	left: -10px;
}
.ck-new-car:after{
	content: "Kendaraan Baru";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	
}
.ck-used-car:after{
	content: "Kendaraan Bekas";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
}
.ck-sparepart:after{
	content: "Spare Part";
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 100%;
	text-align: center;
}
.color-black{
	color: #000;
}
.left-10{
	margin-left: 10px;
}
.sosmed{
	color: #fff;
	border: solid 1px #fff;
	height: 40px;
	width: 40px;
	display: inline-block;
	text-align: center;
	padding: 10px 0;
	margin: 10px 5px;
	border-radius: 50%;
	font-size: 16px;
}
.title-wrapper{
	border-top: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
	text-align: center;
	padding: 10px 0;
	background: #f2f2f2;
}
.news_title{
	font-size: 24px;
	margin: 20px auto;
}
.login-side{
	display: none;
	transition: all ease .1s;
	position: absolute;
	top: 65px;
	right: 0;
	height: 100%;
	background: rgba(0,0,0,.8);
	z-index: 999999999;
}
.login-content{
	position: relative;
	background: #fff;
	width: 300px;
	min-height: 100px;
	margin: 20px auto;
}
.login-remove{
	position: absolute;
	top: -8px;
	right: -8px;
	width: 22px;
	height: 22px;
	background: red;
	color: #fff;
	text-align: center;
	border-radius: 50%;
	z-index: 999;
}
.login-body{
	padding: 25px;
}
.login-header{
	position: relative;
	background: #fff;
	width: 300px;
	min-height: 20px;
	margin: 20px auto;
	border-bottom: solid 1px #ddd;
}
.login-header>h4{
	text-align: center;
	margin: 0;
	padding: 10px 0;
}
.login-footer{
	position: relative;
	background: #fff;
	width: 300px;
	min-height: 20px;
	margin: 20px auto;
	border-top: solid 1px #ddd;
}
.daftar-panel{
	display: none;
}
.login-footer>a{
	display: block;
	text-align: center;
	padding: 10px 0;
}
.login-body .input-group{
	margin: 10px 0;
}
.login-body input, .login-body .input-group-addon{
	border-radius: 0;
}
.login-true{
	transition: all ease 1s;
	display: block;
}
.width-100{
	width: 100%;
}
#hubungi{
	padding: 0 15px;
	background-color: #ededed;
}
#hubungi input, #hubungi button{
	border-radius: 0;
}
.filter-list{
	background: #ededed;
	display: block;
	padding: 5px 10px;
	margin: 5px 0;
}
.img-product{
	height: 450px;
	overflow: hidden;
	position: relative;
}
.img-product>div{
	position: absolute;
	height: 450px;
	top: 0;
	left: 0;
	width: 100%;
}
.news-content{
	text-align: justify;
	margin: 20px 0;
}
.news-content img{
	width: 100%;
}
.news-home-title{
	font-size: 18px;
	margin: 0;
	margin: 10px 0;
}
.news-home{
	color: #000;
}
.news-home:hover{
	text-decoration: none;
	color: #000;
}
.radios{
	float: left;
	padding: 5px;
	background: #ccc;
	width: 50%;
	border: solid 1px #fff;
}
.radios:nth-child(2){
	margin-left: 0px;
}
.fsearch-mobile{
	display: none;
}
.menu-mobile{
	position: absolute;
	z-index: 999999;
	background: #3B3B3D;
	width: 100%;
	height: 100%;
	top: 0px;
	transition: all ease .3s;
	top: 65px;
}
.menu-model{
	position: absolute;
	z-index: 999999;
	background: #fff;
	width: 100%;
	height: 100%;
	margin-top: 0px;
	transition: all ease .3s;
	top: 65px;
}
.show{
	left: 0px;
}
.mobile-menu{
	padding: 0;
	margin: 0;
}
.mobile-menu li{
	padding: 0;
	margin: 0;
	padding: 10px;
	border-top: solid 1px #fff;
}
.mobile-menu li a{
	padding-left: 15px;
	color: #fff;
	display:block;
}
.menu-admin{
	background: #39A6CA;
}
#iklan{
	height: 250px;
}
.user-pic{
	position: absolute;
	right: 0;
	height: 50px;
	width: 50px;
	border-radius: 50%;
}
.sales-header{
	padding-top: 20px;
}
.url-name{
	font-size: 1.4em;
}
.url-pic{
	margin: auto;
	width: 160px;
	height: 160px;
	border-radius: 50%;
	border: solid 2px orange;
	overflow: hidden;
	text-align: center;
}
.url-pic>img{
	width: 160px;
}
.bottom-action{
	position: fixed;
	bottom: 15px;
	right: 15px;
	width: 50px;
	height: 105px;
	z-index: 9999999;
}
.bottom-action>a{
	display: block;
	width: 50px;
	height: 50px;
}
.bottom-action>.call{
	background-image: url(../images/icon/phone.png);
	background-size: 100% 100%;
}
.bottom-action>.wa{
	background-image: url(../images/icon/wa.png);
	background-size: 100% 100%;
	margin-top: 5px;
}
.galeri-container{
	background: #000;
	padding-top: 10px;
	padding-bottom: 25px;
	color: #fff;
	margin-top: 35px;
	margin-bottom: -30px;
}
.btn-filter{
	display: none;
	border-top: solid 1px #fff;
}
.home-search{
	margin-top: -250px;
}
.home-search h1{
	color: #FF8C00;
	text-shadow: 0 3px 3px #000;
	margin-bottom: 20px;
	font-size: 40pt;
	font-weight: bold;
	text-align: center;
}
.home-search form{
	width: 100%;
}
.home-search select{
	padding: 15px;
	width: 70%;
	border-radius: 7px;
}
.merk-mobil{
	width: 150px;
	height: 36px;
	background: url(../images/icon/bg_merk.png);
	background-size: 100% 100%;
	padding: 5px;
	color: #fff;
}
.more{
	text-align: center;
	margin: 10px 0;
}
.btn-more{
	background: #FF4500;
	color: #fff;
}
.label-tahun{
	padding: 2px 5px;
	background: #FF4500;
	text-align: enter;
	color: #fff;	
	position: absolute;
	right: 5px;
	top: 5px;
	font-size: 0.85em;
}
.model-list{
	margin: 5px 0;
	color: #000;
}
.model-name{
	margin: 0;
	padding: 0;
	font-size: 12pt;
	font-weight: bold;
}
.clock{
	color: #FF4500;
}
.marquee-container{
	background: #010101;
}
.marquee {
  height: 30px;
  width: 89%;
  margin: auto;

  overflow: hidden;
  position: relative;
  
}
.marquee div {
  display: block;
  width: 200%;
  height: 40px;

  position: absolute;
  overflow: hidden;

  animation: marquee 20s linear infinite;
  
}

.marquee a {
  float: left;
  margin-left: 40px;
  font-size: 15pt;
  font-family: Orbitron;
  color: red;
}
.marquee a:hover {
	text-decoration: none;
	color: yellow;
}

@keyframes marquee {
  0% { left: 100%; }
  100% { left: -150%; }
}

.promo-label{
	border-radius:  50%;
	background: red;
	position: absolute;
	z-index: 99999;
	height: 55px;
	width: 55px;
	right: 10px;
	top: -30px;
	padding-top: 17px;
	text-align: center;
	color: #fff;
	font-weight: 700;
}
.slide-img{
	background-position:center -350px;
	height: 535px;
}
.bg-galeri{
	background: #f1f1f1;
}