.font-assistant{
    font-family: 'Assistant', sans-serif!important;
}
.font-karla{
    font-family: 'Karla', sans-serif!important;
}
.font-caveat{

    font-family: 'Caveat', cursive!important;
}
.font-yellowtail{
    font-family: 'Yellowtail', cursive!important;
}

.bold{
    font-weight: 900;
}

.clearfix{
    margin-bottom: 50px!important;
}

body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    font-family: 'Karla', sans-serif;
    background-color: whitesmoke;
}

main {
    flex: 1 0 auto;
}
.sub-footer{
    background-color: #222222;
    padding: 20px 50px;
    font-size: x-small;
}
.sub-footer a:before{
    content: 'Web Designed by MSDesign | ';
}

.footer{
    background-color: #222222;
    padding: 20px 50px;
}

.img-caleg-small{
    position: absolute;
    top: 20%;
    right: 5%;
    width: 150px;
}
.card.caleg-tagname{
    position: absolute;
    bottom: -50%;
    border: none;
    border-radius: 0;
    background: rgba(0,0,0,0.2);
    color: whitesmoke;
}
.card.caleg-tagname h3{
    -webkit-text-stroke: 1px #c0c0c0;
    text-shadow:
            3px 3px 0 #c0c0c0,
            -1px -1px 0 #c0c0c0,
            1px -1px 0 #c0c0c0,
            -1px 1px 0 #c0c0c0,
            1px 1px 0 #c0c0c0;
}

div#home{
    height: 100vh;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background: rgba(236, 235, 235, 0.7);
}
div#home .img-caleg{
    position: relative;
    display: block;
    top: 50%;
    text-align: center;
    transform: translate(0, 0);
}
@media (min-width: 576px){
    div#home .img-caleg{
        position: relative;
        display: block;
        top: 50%;
        text-align: center;
        transform: translate(0, -50%);
    }

}
@media (min-width: 768px){
    div#home .img-caleg{
        position: relative;
        display: block;
        top: 75%;
        text-align: center;
        transform: translate(0, -50%);
    }

}
@media (min-width: 900px){
    div#home .img-caleg{
        position: relative;
        display: block;
        top: 55%;
        text-align: center;
        transform: translate(0, -50%);
    }
}
div#home h1 {
    font-size: 3em;
    font-weight: normal;
    color: #e53935;
}
div#home h3 {
    font-size: 1.5em;
    font-weight: lighter;
    font-family: 'Caveat', cursive;
}
.bg {
    display: block;
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background: url('http://www.stifa.ac.id/assets/assets/images/bgsolution.png') center no-repeat;
    background-size: cover;
    -moz-transition: 0.1s;
    -o-transition: 0.1s;
    -webkit-transition: 0.1s;
    transition: 0.1s;
    z-index: -1;
}

.m-50{
    margin: 50%;
}
.m-20{
    margin: 20%;
}

/*nourut*/
.nomorUrut{
    font-size: large;
    color: #5b5b5b;
    margin-top: 40px;
}
.nomorUrut {
    line-height: 0.5;
    text-align: center;
}
.nomorUrut span {
    display: inline-block;
    position: relative;
}
.nomorUrut span:before,
.nomorUrut span:after {
    content: "";
    position: absolute;
    height: 10px;
    border-bottom: 1px solid grey;
    border-top: 1px solid grey;
    top: 0;
    width: 100px;
}
.nomorUrut span:before {
    right: 100%;
    margin-right: 15px;
}
.nomorUrut span:after {
    left: 100%;
    margin-left: 15px;
}

#about{
    text-align: center;
    margin: 50px 0;
}

h5.title {
    width: 100%;
    text-align: center;
    height: 3px;
    font-weight: 900;
    background: #5b5b5b;
    color: black;
    line-height: 0.0em;
    margin: 10px 0 20px;
}
h5.title span {
    background: whitesmoke;
    padding: 0 10px;
}

h5.footer-title{
    width: 100%;
    text-align: center;
    height: 3px;
    font-weight: 900;
    background: #ffffff;
    color: #ffffff;
    line-height: 0.0em;
    margin: 10px 0 40px;
}
h5.footer-title span {
    background: #222222;
    padding: 0 10px;
}
span.footer-pre-title{
    font-family: 'Caveat', cursive;
    color: #e53935;
    font-weight: bold;
    margin: 85px;
    text-align: center;
}


p.pre-title{
    font-family: 'Caveat', cursive;
    color: #e53935;
    font-weight: bold;
    text-align: center;
    margin: 0;
}

.text{
    font-family: 'Karla', sans-serif;;
    font-weight: lighter;
    text-align: center;
    line-height: 2;
    color: #5b5b5b;
}
.list-group-item {
    padding: .4rem 0.25rem;
    background-color: transparent;
    border: 1px solid rgba(0,0,0,.125);
}
span.line{
    content: '';
    position: absolute;
    top: -10px;
    height: 5px;
    width: 50px;
    background: dimgrey;
    /* background: #afdcf8; */
    left: 15px;
}

/*button gallery*/
.filter-button
{
    font-size: 15px;
    border: none;
    border-radius: 0px;
    text-align: center;
    color: #222;
    margin-bottom: 30px;
    background-color: whitesmoke;
}
.filter-button:hover
{
    /*font-size: 18px;*/
    background-color: lightgray;

}
.btn-light:active, .filter-button:active
{
    color: black!important;
    border-color: black!important;

}

/*merchandise*/
.card.merchandise{
    width: 100%!important;
}

/*testimonial*/
.quote {
    color: rgba(0,0,0,.1);
    text-align: center;
    margin-bottom: 30px;
}
.quote i{
    font-size: 60px;
}

/*-------------------------------*/
/*    Carousel Fade Transition   */
/*-------------------------------*/

#fade-quote-carousel.carousel {
    padding-bottom: 60px;
}
#fade-quote-carousel.carousel .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -ms-transition-property: opacity;
    transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-inner .active {
    opacity: 1;
    -webkit-transition-property: opacity;
    -ms-transition-property: opacity;
    transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-indicators {
    bottom: 10px;
}
#fade-quote-carousel.carousel .carousel-indicators > li {
    background-color: #c0c0c0;
    border: none;
}
#fade-quote-carousel.carousel .carousel-indicators > li.active {
    background-color: #e84a64;
    border: none;
}

#fade-quote-carousel blockquote {
    text-align: center;
    border: none;
}
#fade-quote-carousel .profile-circle {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 100px;
}

/*carousel galeri*/
#Carousel-galeri.carousel {
    margin-bottom: 0;
    padding: 0 0 60px 0;
}
/* The controlsy */
#Carousel-galeri > a.carousel-control {
    left: -12px;
    height: 40px;
    width: 40px;
    background: none repeat scroll 0 0 #222222;
    border: 4px solid #FFFFFF;
    border-radius: 23px 23px 23px 23px;
    margin-top: 90px;
}
#Carousel-galeri > .carousel-control.right {
    right: -12px;
}
/* The indicators */
#Carousel-galeri > ol.carousel-indicators {
    /*right: 50%;*/
    top: auto;
    bottom: -10px;
    /*margin-right: -19px;*/
}
/* The colour of the indicators */
#Carousel-galeri > ol.carousel-indicators li {
    background: #cecece;
    width: 10px;
    height: 10px;
    border-radius: 50px;
}
#Carousel-galeri > ol.carousel-indicators .active {
    background: #e84a64;
}


/*carousel testimoni*/
#fade-quote-carousel.carousel > ol.carousel-indicators li{
    width: 5px;
    height: 5px;
    border-radius: 50px;
    /* margin-right: 0px; */
    margin: 5px;
}
#fade-quote-carousel.carousel-control-next{
    right: -100px!important;
    margin-top: 15%;
}

#fade-quote-carousel.carousel-control-prev{
    left: -100px!important;
    margin-top: 15%;
}
.post:before{
    content: " ";
    position: absolute;
    top: -30px;
    left: 35%;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid transparent;
    border-right: 0 solid #fff;
    border-bottom: 15px solid #fff;
}

/*newsfeed */
/*HYPER LINK*/
a:hover{

}
a, a:focus , a:hover{
    text-decoration: none;
    color: inherit;
}
a:hover, .btn{
    outline:none!important;
}

/*CATEGORIES BADGE*/
.badge {
    font-weight: 600;
    font-size: 13px;
    color: white;
    background-color: #289dcc;
}
/*FEATURED*/
.mg-2, .mg-4{
    margin-left:-20px;
}
.linkfeat{
    background: rgba(76,76,76,0);
    background: -moz-linear-gradient(top, rgba(76,76,76,0) 0%, rgba(48,48,48,0) 49%, rgba(19,19,19,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(76,76,76,0)), color-stop(49%, rgba(48,48,48,0)), color-stop(100%, rgba(19,19,19,1)));
    background: -webkit-linear-gradient(top, rgba(76,76,76,0) 0%, rgba(48,48,48,0) 49%, rgba(19,19,19,1) 100%);
    background: -o-linear-gradient(top, rgba(76,76,76,0) 0%, rgba(48,48,48,0) 49%, rgba(19,19,19,1) 100%);
    background: -ms-linear-gradient(top, rgba(76,76,76,0) 0%, rgba(48,48,48,0) 49%, rgba(19,19,19,1) 100%);
    background: linear-gradient(to bottom, rgba(76,76,76,0) 0%, rgba(48,48,48,0) 49%, rgba(19,19,19,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313', GradientType=0 );
}

/*komentar*/
.placeholder-komentar{
    font-size: small;
    font-family: 'Karla', sans-serif!important;
}