nav.navbar.bootsnav .navbar-header {
	text-align: left !important;
}

.nav-title {
	width: 100% !important;
	padding: 20px 15px;
}

.nav-title h2 {
    font-size: 20px;
}

.bg-blue {
    background: #060628 none repeat scroll 0 0 !important;
}

.bg-blue p, .bg-blue a, .bg-blue h2 {
    color: #fff !important;
}

.padding-page {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

.poster-items img {
    width: auto !important;
    max-height: 670px !important;
    box-shadow: 5px 0 10px #777;;
}
.poster-items .info-box {
    padding: 15px;
    /* height: 700px !important; */
    box-shadow: none !important;
}
.paket-title h2 {
    font-size: 25px;
    display: inline-block;
    font-weight: 700;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    z-index: 1;
}

.paket-title h4 {
    font-weight: 700;
    position: relative;
    z-index: 1;
}

.hasil-paket img {
    max-height: 400px;
}

.paket-item {
    padding: 10px;
}

footer .footer-bottom {
    background: #04041b none repeat scroll 0 0 !important;
}

@media only screen and (max-width: 767px) {
    .padding-page {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }

    .nav-title {
        padding: 15px 10px !important;
    }

    .nav-title h2 {
        font-size: 15px !important;
    }

    .paket-title h2 {
        font-size: 15px !important;
    }
    
    .advisor-item .info-title {
        padding: 10px !important;
    }

    .advisor-item .info-title h4 {
        font-size: 12px !important;
        min-height: 32px !important;
    }

    .advisor-item .social .btn {
        font-size: 10px !important;
        line-height: 15px !important;
        padding: 5px 10px !important;

    } 

}