/* STANDARD LOGO DIMENSIONS */
.header-branding img { width: 140px; }

/* LARGE LOGO DIMENSIONS */
.header-branding.m-large-logo img { 
	width: 450px; 
}
/* Scroll down to "MEDIUM DEVICES" to change width of large logo on mobile devices */

/* Custom CSS */
.c-container {
	padding: 0 80px;
	max-width: 100%;
}

.atas-satu {
	left: 85px;
    font-size: 16px;
    text-shadow: 0px 1px 1px #5a5a5a;
}

.m-has-standard-menu.m-has-header-tools .header-menu {
	margin-bottom: 15px;
    border-radius: 4px;
	margin-top: 0;
}

.header-search {
	margin-left: 5px;
}
.header-search .form-fields {
	border-radius: 4px;
}
.header-search input {
	padding-top: 10px;
    font-size: 17px;
}
.header-search .submit-btn {
	border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.header-gmap-switcher {
	border-radius: 4px;
	margin-left: 5px;
}
.header-admin-panel {
	display: block;
    float: right;
    margin-left: 20px;
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    color: #565656;
    background-color: #fff;
    border-radius: 4px;
}
.header-menu>ul>li>a {
	text-transform: none;
	padding: 10px 10px 15px;
}
.header-menu>ul>li.m-has-submenu>a:after {
	top: 15px;
    right: 9px;
}
.header-menu ul ul {
	padding: 0px 5px;
    width: 250px;
}
.header-menu ul ul a {
	padding: 7.5px;
	font-weight: 500;
}
.header-menu>ul>li>ul {
	font-size: 1.1em;
	border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

/* SLIDER */
.c-slider .owl-stage-outer {
	border-radius: 4px;
}

/* KONTEN */
.sidebar .widget {
	border-radius: 4px;
	margin-bottom: 15px;
}
.sidebar .featured-gallery-widget .gallery-image img  {
	width: 100%;
}

/* FOOTER */
.logo-kiri {
	height: 65px;
}
#bottom-panel .pemerintah {
	text-transform: uppercase;
    font-size: 13px;
}
#bottom-panel h3 {
	font-size: 1.5rem;
	text-transform: uppercase;
}

#footer .footer-address {
	margin-top: 0;
    font-size: 12px;
}

#footer .copyright {
	font-size: 12px;
}

/* -------------------------------------------------------------------------
    LARGE DEVICES
	devices with width between 992px and 1199px
------------------------------------------------------------------------- */
@media ( max-width: 1199px ) {
	/* Custom CSS */
	.c-container {
		padding-left: 10px;
	    padding-right: 10px;
	}
}

/* -------------------------------------------------------------------------
    MEDIUM DEVICES
	devices with width between 768px and 991px
------------------------------------------------------------------------- */
@media ( max-width: 991px ) {

	/* LARGE LOGO DIMENSIONS */
	.header-branding.m-large-logo img { width: 100%; }

	/* Custom CSS */

}

/* -------------------------------------------------------------------------
    SMALL DEVICES
	devices with width between 481px and 767px
------------------------------------------------------------------------- */
@media ( max-width: 767px ) {

	/* Custom CSS */

}

/* -------------------------------------------------------------------------
    EXTRA SMALL DEVICES
	devices with width up to 480px
------------------------------------------------------------------------- */
@media ( max-width: 480px ) {

	/* Custom CSS */
	#bottom-panel {
		padding: 0 0 45px 0;
	}

}