
@font-face{
    font-family: Proxima Nova;
    src: url('../fonts/proximanova-regular-webfont.woff');
}

body{
    font-family: Proxima Nova;
    color: #2a1816;
    height: 100%;
}

h4{
    font-weight: bold;
}

.container{
    min-height: 100%;
    position: absolute;
    padding-bottom: 60px;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}

a:hover{
    color: #926f1c;
    text-decoration:none;
}
.wrapper{
    margin-left: 200px;
    margin-right: 200px;
    
}

.isi{
    margin-top: 181px;
}

#search{
    border-radius: 8px;
    margin-top: 18px;
    height: 27px;
}

#search-logo{
    opacity: 0.5;
    position: absolute;
    top: 24px;
    right: 22px;
}

#sosmed{
    margin-top: 17px;
}

#sosmed a{
    padding-right: 5px;
    color: #757070;
}

#sosmed a#fb:hover{
    color: #2c77c5;
}

#sosmed a#tw:hover{
    color: #0bd6bb;
}
#sosmed a#in:hover{
    color: #2b6ea7;
}
#sosmed a#ins:hover{
    color: #f10f8a;
}

#sosmed a#you:hover{
    color: #d51c1c;
}

.navbar-default {
    background-color: #fff;
    border-color: #fff; 
}

.navbar-default .navbar-nav>li>a{
    padding: 0px 0px;
    margin-right: 16px;
    color: #fff;
    font-family: Proxima Nova;
    font-size: 13px;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #aab744;
    background-color: #2a1816;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #aab744;
}

.navbar-nav>li>.dropdown-menu {
    background-color: rgba(42, 24, 22, 0.83);
}

.container-fluid {
    padding-right: 0px; 
    padding-left: 0px;
}

#nav{
    border-radius: 0px;
    padding-top: 10px;
    min-height: 42px;
    background-color: #2a1816;
    border:0px;
    z-index: 99;
}

.fixed {
    position: fixed;
    top: 0;
    z-index: 20;
}
#line-bottom{
    padding-bottom: 8px;
}

.slider{
    width: 938px;
    position: relative;
    left: 101px;
}

.content-title{
    border-top: 1px solid #95af04;
    border-bottom: 1px solid #95af04;
    padding: 10px 0px;
    font-weight: bold;
    text-align: center;
}

#img{
    width: 247px;
    height: 250px;
    box-shadow: 10px 10px 5px #888888;
    margin-bottom: 17px;
}

#header{
    background-color: #2a1816;
    width: 100%;
    height: 166px;
    position: fixed;
    z-index: 19;
}

#footer{
    background-color: #2a1816;
    position: absolute;
    width: 100%;
    bottom: 0;

}

#footer div{
    color: #fff;
    padding: 5px 0px;
}

#footer a{
    color: #95af04;
}


.dropdown-menu>li>a{
    border-bottom: 1px dotted;
    color: #fff;
}

.dropdown-menu>li>a:hover{
    color: #fff;
    background-color: #926f1c;
}

.breadcrumb{
    background-color: #fff;
}

.dropdown-menu>li
{   position:relative;
    -webkit-user-select: none; /* Chrome/Safari */        
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */
    /* Rules below not implemented in browsers yet */
    -o-user-select: none;
    user-select: none;
    cursor:pointer;
}
.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    display:none;
    margin-top: -1px;
    border-top-left-radius:0;
    border-bottom-left-radius:0;
    border-left-color:#fff;
    box-shadow:none;
    background-color: rgba(42, 24, 22, 0.82);
}

.dropdown-menu>li>a:focus{
    color: #fff;
    text-decoration: none;
    background-color: rgba(42, 24, 22, 0.82);
}

.right-caret:after,.left-caret:after
 {  content:"";
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    display: inline-block;
    height: 0;
    vertical-align: middle;
    width: 0;
    margin-left:5px;
}
.right-caret:after
{   border-left: 5px solid #ffaf46;
}
.left-caret:after
{   border-right: 5px solid #ffaf46;
}


.list{
    margin-right: 5px;
    font-weight: bold;
    margin-bottom:  -18px;
}

.list>a{
    font-size: 13px;
    color: #fff;
    line-height: 49px;
    border: 2px solid white;
}

.service{
    border-bottom: 1px solid #9c9e05;
    padding: 7px 9px;
    font-size: 15px;
    font-weight: bold;
    height: 60px;
}

.service>a{
    color: #2a1816;
}

.service>a:hover{
    text-decoration: none;
}

.project{
    width: 100%;
    height: 155px;
}

#imgProject{
    height: 333px;
    width: 100%; 
    margin-bottom: 20px;
}

.apply{
    background-color: #a97604;
    color: #fff;
    border-radius: 0px;
}

.apply:hover{
    color: #fff;
    background-color: #a2b317;
    border-color: #adadad;
}

.image{
    width: 705px;
    height: auto;
}

#breadJobs{
    height: 25px;
    margin-left: 38px;
}
#judulJobs{
    margin-left: 52px;
}

#isiJobs{
    padding: 0px 66px;
}

#jobs{
    padding: 0px 66px;
    margin-top: 30px;
}
#submitApply{
    right: 20px;
}

#imagePeople img{
    height: auto;
    width: 250px;
}

#imagePeople a{
    color: #afa51d;
    font-weight: 500;
}

#imagePeople .image{
    width: 100%;
    height: 390px;
}

.pagination li a{
    color: #8a9e1b;
}
.pagination .active a{
    background-color: #8a9e1b;
    border-color: #8a9e1b;
}

.pagination .active a:hover{
    background-color: #c3fb57;
    border-color: #c3fb57;
}

.breadcrumb li a{
    color: #adb10d;
}

.breadcrumb li a:hover{
    color: #cfd410;
}
.glyphicon-calendar{
    top: -24px;
    float: right;
    right: 7px;
}

.sub-logo{
    width: 240px;
    height: 142px;
}

a.detail{
    color: #a3b70e;
}

a.detail:hover{
    color: #926f1c;
}

.posisi-kanan{
    float: right;
}

@media only screen and (max-width: 700px) {
    #header{
        height: 272px;
        position: static;
    }

    .posisi-kanan{
        float: none;
    }

    .button{
        width: 100%;
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #fff;
    }

    .navbar-fixed-top {
        background-color: #2a1816;
        padding-left: 0px; 
        padding-right: 0px;
    }

    .isi{
        margin-top: 8px;
    }

    #sosmed{
        margin-right: -20px;
    }

    .navbar-nav{
        margin: 0px 6px;
    }

    .image{
        width: 100%;
     }

    #breadJobs{
        margin-left: 0px;
    }
    #judulJobs{
        margin-left: 13px;
    }

    #isiJobs{
        padding: 0px;
    }

    #jobs{
        padding: 0px;
    }

    .row{
        margin-left: 0px;
        margin-right: 0px;
    }

    #submitApply{
        right: 0px;
    }

    #margin-bottom{
        margin-bottom: 7px;
    }

    #imgProject{
        height: 164px;
    }

    #footer div{
        padding: 9px 5px;
        margin-top: auto;
    }
}

@media only screen and (max-width: 1024px){
    .wrapper{
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 100px;
    }

}

@media only screen and (max-width: 800px){
    .navbar-default .navbar-nav>li>a {
        font-size: 10px;
    }
}
