@charset "utf-8";
/* CSS Document */

body{
font-size: 12px;
}

#content{
background-color: #fff;
width: 1024px;
margin-left: auto;
margin-right: auto;
padding-bottom: 20px;
border-left: 1px solid #f4c326;
border-right: 1px solid #f4c326;
}

#navigation{
width: 1024px;
margin-left: auto;
margin-right: auto;
border-left: 1px solid #f4c326;
border-right: 1px solid #f4c326;
}

.container{
width: 1024px;
}

#navigation {
z-index: 99999;
position: relative;
color: #eee;
color: rgba(255,255,255,0.7);
}

.header {
background: #fff;
border-bottom: 1px solid #f4c326;
color: #1b1b1b;
height: auto;
padding: 20px 0 20px 0;
background-image: url('../img/header.png');
}

.header .navbar-brand h1 {
font-size: 40px;
font-weight: 400;
margin: 0;
padding: 0;
line-height: 1;
font-family: "Rambla",Arial,serif;
}

.header .navbar-brand {
font-weight: 400;
font-family: "Rambla",Arial,serif;
padding: 0;
margin: 6px 0 0 0;
display: block;
border: none;
text-shadow: none;
line-height: 1;
color: #55a79a;
max-width: none;
text-align: center;
float: none;
height: auto;
}

.navbar{
margin-bottom: 0px;
}

.brand-logo{
max-width: 250px;
margin-top: -7px;
float:left;
}

.form-control {
border-radius: 0;
}

.btn-sm, .btn-group-sm>.btn{
border-radius: 0;
}

.login-form .input-sm, .form-horizontal .form-group-sm .form-control {
height: 20px;
padding: 2px 5px;
font-size: 11px;
}

.usermenu{
float: right;
}

.tombol{
margin-top: 20px;
}

.tombol-counter{
margin-top: 12px;
}

.tombol-counter span{
font-size: 10px;
margin-left: 10px;
}

.counter-member{
margin-left: 10px;
margin-top: -20px;
}

.counter-member span{
font-size: 14px;
margin-left: 5px;
}

.media-upload{
text-align: center;
}

.media-upload .thumbnail{
margin-bottom: 5px;
}

.btn-file input[type=file] {
position: absolute;
top: 0;
right: 0;
min-width: 100%;
min-height: 100%;
text-align: right;
opacity: 0;
background: none repeat scroll 0 0 transparent;
cursor: inherit;
display: block;
}

.iklan{
margin-top: 20px;
}

.userid{
color: #fff;
}

.userid a{
color: #fff;
}

.userid span{
font-weight: bold;
}

#footer {
width: 1024px;
background: #2d582a;
padding: 30px 0;
color: #a2a2a2;
color: rgba(255,255,255,0.6);
border-top: 2px solid #ffa200;
margin-left: auto;
margin-right: auto;
border-left: 1px solid #f4c326;
border-right: 1px solid #f4c326;
}

#footer #toplink {
text-align: center;
}

#footer #center {
text-align: center;
}

#footer a {
color: #ccc;
color: rgba(255,255,255,0.8);
}


/* PROFIL */

.menu-wiget{
text-align: right;
}

.look-profil, .hidden-search{
margin-top: 20px;
}

.look-profil .thumb{
margin-top: 10px;
}

.hidden-search{
height: auto;
overflow: hidden;
}

.hidden-search.open{
height: auto;
}

.hidden-search .input-group{
margin-top: 10px;
}

.info-admin{
margin-top: 20px;
}

.info-admin img{
margin-top: 10px;
}

.wrapper-profil{
margin-top: 20px;
}

.tgl-lahir .col-sm-4{
padding-right: 5px;
padding-left: 0px;
}

/* SEARCH RESULT */
.wrapper-search-result{
margin-top: 20px;
}

.wrapper-search-result .thumb-search .col-xs-6, .wrapper-search-result .thumb-search .col-xs-4{
padding-right: 0px;
padding-left: 0px;
}

.thumb-search{
border: 1px solid transparent;
padding: 2px;
}

.thumb-search:hover{
border: 1px solid #f4c326;
padding: 2px;
}

.wrapper-search-result .thumb-search .col-xs-8{
margin-top: 20px;
text-align: center;
}

.wrapper-search-result button{
margin: 15px 0;
}

@media (min-width: 992px) {
.header-upper .user-menu a.btn {
    text-transform: uppercase;
    font-size: 11px;
    color: #f4c326;
	padding: 1px 3px;
}

}

@media (min-width: 768px) {
.header-upper {
    background: #f4c326;
    position: relative;
	padding: 1px 3px;
}

.header-upper .user-menu a:hover{
	text-decoration:none;
}

.header-upper .user-menu a.btn:hover {
   background-color:#2e3435;
}

}