.navigation .navbar-nav > li > ul{
	margin-top:10px;
	position: absolute;
	top:100%;
	left:0;
	background:#fff;
	list-style-type: none;
	box-shadow: 0 9px 30px -20px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 9px 30px -20px rgba(0, 0, 0, 0.5);
	visibility: hidden;
	opacity: 1;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	transform: translateY(15px);
	-webkit-transform: translateY(15px);
}
.navigation .navbar-nav > li:hover > ul{
	transform: translateY(0);
	-webkit-transform: translateY(0);
	opacity: 1;
	visibility: visible;
}
/************ MARGIN ****************/
.top-10{
	margin-top: 10px;
}
.top-20{
	margin-top: 20px;
}
.top-30{
	margin-top: 30px;
}
.top-40{
	margin-top: 40px;
}
.top-50{
	margin-top: 50px;
}
.bottom-10{
	margin-bottom: 10px;
}
.bottom-20{
	margin-bottom: 20px;
}
.bottom-30{
	margin-bottom: 30px;
}
.bottom-40{
	margin-bottom: 40px;
}
.bottom-50{
	margin-bottom: 50px;
}

.navigation .navbar-nav > li > ul:before{
	content: "";
	border:10px solid transparent;
	border-bottom: 10px solid #fff;
	position: absolute;
	top:-20px;
	left:30px;
}
.navbar-header{
 z-index: 999;
position: absolute;
}
.navigation .navbar-nav > li > ul > li > a{
	min-width: 200px;
	display: block;
	text-align: left;
	color:#333;
	padding:15px;
	text-decoration: none!important;
}
.navigation .navbar-nav > li > ul > li > a:hover{
	color:#333;
	background:#fff;
}

.price-item .price {
	font-family: unset;
}
.price-item .thumbnail .caption{
	font-family: unset;
}
.price-item .info {
    padding: 30px;
    color: #333;
}
.photo-item h5 {
    margin: 0;
    font-weight: bold;
    font-size: 16px;
    color: #333;
}
.photo-item .cat {
    margin-top: 5px;
    font-style: normal;
    font-size: 12px;
	color: #444;
}
.news-item .text {
    color: #333 !important;
    font-size: 12px;
}
.photo-item {
    margin: 0 0 30px;
    min-height: auto;
    color: #F44336;
}
/*ganti warna menu */
.header {
    background: #bd9758;
}
.navigation .navbar-nav > li > a {
    color: #fbf7f7;
    background: none;
}
.navigation .navbar-nav > li > a:hover {
    color: #fff;
    background: none;
}
/*ganti warna h1 - h6*/
.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px;
    color: #bd9758;
}
/*ganti warna harga*/
.price-item .price {
	color: #fff;
    background: #bd9758;
}
.price-item .info ul li:before {
    color: #bd9758;
}
.price-item .link {
    color: #fff;
    background: #bd9758;
}

/*ganti warna news*/
a, a:link {
    color: #000;
}
.datebox {
    border: 2px solid #bd9758;
}
.news-item .meta {
    color: #000000;
    font-size: 12px;
}
strong {
    color: #000000;
}
.photo-item {
    color: #bd9758;
}
#section-welcome .thumbnail:before {
    border: 10px solid #bd9758;
}
.photo-item h5 {
    margin: 0;
    font-weight: bold;
    font-size: 16px;
    color: #000;
}
/*ganti warna btn*/
.btn-warning {
    color: #fff;
    background-color: #bd9758;
    border-color: #bd9758;
}
.btn-warning:hover {
    color: #fff;
    background-color: #bd9758;
    border-color: #bd9758;
}
/*ganti warna footer */
#section-contact {
    background: #50360a;
    color: #fff;
}
.nav-social li a{
    text-decoration: none;
    color: #111;
    opacity: 1;
    background: none;
}
.nav-social li a:hover {
    text-decoration: none;
    color: #111;
    opacity: 1;
    background: none;
}
.copyright a {
    font-weight: bold;
    color: #000;
}
.copyright a:hover {
    font-weight: bold;
    color: #000;
}
.nav-social {
    float: none;
    text-align: left;
}
/******* Sticky Nav **********/
.stickynav{
    position: fixed;
    margin-bottom: 10px;
    bottom: 0;
    left: 10px;
    list-style: none;
    z-index: 999;
}

.stickynav li a .fa{
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    background: #333;
    color:#fff;
    border-radius: 50%;
    text-decoration: none;
    font-size:20px;
    transition: .3s ease;
}
.stickynav li.dropdown.open a.dropdown-toggle .fa{
    transform: rotate(30deg);
}
.stickynav li.dropdown.open a.dropdown-toggle span{
    display: none;
}
.stickynav li a span{
    display: inline-block;
    margin-left: 5px;
    padding:5px;
    background: rgba(0,0,0,0.5);
    font-size: 10px;
    color:#fff;
    text-decoration: none;
    border:none;
    border-radius: 5px;
}
.stickynav li a.dropdown-toggle .fa{
    width: 50px;
    height: 50px;
    line-height: 50px;
}
.stickynav li a .fa-bell-o{
    background: #2980b9;
}
.stickynav li a .fa-phone{
    background: #bd9758;
}
.stickynav li a .fa-whatsapp{
    background: #2ecc71;
}
.stickynav li a .fa-phone-square{
    background: #ffc107;
}
.stickynav li a .fa-ambulance{
    background: #f44336;
}
.stickynav li .dropdown-menu{
    top:auto;
    bottom:100%;
    background: none;
    width: auto;
    min-width: auto;
    border:none;
    border-radius: 0;
    box-shadow: none;
    padding:0;
    margin-left: 10px;
}
.stickynav li .dropdown-menu li{
    padding:0;
    margin-bottom: 5px;
}
.stickynav li .dropdown-menu li a{
    padding:0;
}