
/* navbar */
.dropdown-menu {
    margin-top: 0;
}
.dropdown-menu .dropdown-toggle::after {
    vertical-align: middle;
    border-left: 4px solid;
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
}
.dropdown-menu .dropdown .dropdown-menu {
    left: 100%;
    top: 0%;
    margin:0 20px;
    border-width: 0;
}

.dropdown-menu > li a:hover,
.dropdown-menu > li.show {
	background: #007bff;
	color: white;
}
.dropdown-menu > li.show > a{
	color: white;
}

@media (min-width: 768px) {
    .dropdown-menu .dropdown .dropdown-menu {
        margin:0;
        border-width: 1px;
    }
}

/* whatsapp */
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}

/* tron */
#tron h1 {
	color: white;
}

/* ui group */
.ui-group {
	padding: 10px;
}

.ui-group h4 {
	font-weight: bold;
}

.button-group {
	width: 100%;
	background-color: white;
}

.button-group .button {
	width: 100%;
	text-align: left;
	border: none;
	background-color: white;
	padding: 5px;
	cursor: pointer;
	font-size: 18px;
}

.button:hover {
	border-bottom-style: solid;
	border-bottom-color: red;
	border-bottom-width: 5px;
}

.button.is-checked {
	border-bottom-style: solid;
	border-bottom-color: #ff6600;
	border-bottom-width: 5px;
}

.grid{
	padding-top: 50px;
	width: 100%;
}

.grid:after {
  content: '';
  display: block;
  clear: both;
}

.category-merk {
	width: 32%;
	float: left;
	margin: 5px;
	position: relative;
}

.category-merk img {
	width: 100%;
}

.category-merk .judul {
	position: absolute;
	bottom: 0;
	text-align: center;
	font-size: 20px;
	background: #ff6600;
	width: 100%;
	padding: 5px;
	font-weight: bold;
}

.category-merk .judul a {
	color: black;
	
}

/* footer */
footer {
	background-color: #cfcfcf;
	
}

#foot {
	padding-top: 20px;
	padding-bottom: 20px;
}
#foot p{
	margin: 0px;
	font-size: 14px;
}
#foot p a{
	color: black;
}

#call {
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 20px;
	font-weight: bold;
}
