@media (min-width:1200px)
{
    .container{width:1030px}
}
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}
*{
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight:400;
}
.navbar-nav > li > a{
    padding: 10px;
    padding-top: 5px;
    padding-bottom: 5px;    
}
.navbar-default .navbar-nav > li > a {
    color: #FFFFFF;    
}
.navbar-nav > li:hover{
    background: #F15A27 !important;
    color:white !important;
    transition: all 700ms ease 0s;  
}
.navbar-nav > li:hover > a{
    color:white !important;
    transition: all 100ms ease 0s;  
}
navbar-nav > li:focus{
    background: #F15A27 !important;
    color:white !important;
    transition: all 700ms ease 0s;  
}
.navbar-nav > li:focus > a{
    color:white !important;
    transition: all 100ms ease 0s;  
}
.navbar-nav > li{
    padding-top: 5px;
    padding-bottom: 5px;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    color:white !important;
    border-right: solid 2px white;
    background-color: #F15A27;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: -5px;
    margin-bottom: -5px
}
.link1{
    color: #DDB97B;
}
.link1:hover{
    text-decoration: none;
    color: #F15A25;
}
.btn-login:hover{
    background: #009689 !important;
    color: white;
}
.btn-daftar:hover{
    background: #F39C12 !important
}
.activebtnorange{
    color: white !important;
    background: #FD5255 !important;
}
.nav-tabs-replace > li > a{
    border-radius: 0;
    color: #0E1017;
    background: white;
    padding: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-top: 5px;
    margin-right: 5px;
    border:none;
}
.nav-tabs-replace > li > a:hover{    
    border: none;
}
.bgwhite{
    background: white
}
.carousel-indicators li{
    background: #8B949D;
    border-radius: 0;
    width: 13px;
    height: 13px;
    margin: 5px
}
.carousel-indicators .active {
    width: 13px !important;
    height: 13px !important;
    margin: 5px;
    background: black;
}
.item5{
    display: inline-block;margin-right: 5px;
}
.hoverlink{
    color: white
}
.hoverlink:hover{
    color: orange
}
.hoverpasar{
    color:#2C3E50
}
.hoverpasar:hover{
    color: orange
}