.displayimg{
    background-color: /*rgba(250,250,250,1)*/#337ab7;

}

.displayimg .inf:hover{
   color:black;

}

.displayimg .container{
    padding: 50px;
    background-color: /*rgba(250,250,250,1)*/#337ab7;
    color: #fff;
}

#lihat:hover{
    padding-top: 5px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    font-size: 18px;
}

.slider .container .welcome h1{
    font-size: 50px;  
    padding-top: 100px;  
}

.displayimg .container span{
    text-shadow: 1px 2px 5px grey;
}

.displayimg .container .box{
    padding: 5px;

}


.displayimg .container .box:hover{
    -moz-box-shadow: 6px 6px 9px 4px #337ab7;
    -webkit-box-shadow: 6px 6px 9px 4px #337ab7;
    box-shadow: 6px 6px 9px 4px #337ab7;
    padding-top: 10px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background-color: white;
   /*border: 2px solid blue;*/

}


.alternate .about{
    padding: 20px;
    height: 250px;
}

.alternate .about:hover{
    -moz-box-shadow: 4px 4px 9px 5px #ccc;
    -webkit-box-shadow: 4px 4px 9px 5px #ccc;
    box-shadow: 4px 4px 9px 5px #ccc;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    padding-top: 5px;
    background-color: #337ab7;
    color: #fff;

}

/*.about li{
    list-style-type: none;
    margin: auto;
}

.about li img{
    width: 470px;
    height: 430px;
    margin: 5px;
}

.about li img:hover{
    -moz-box-shadow: 4px 4px 9px 5px #ccc;
    -webkit-box-shadow: 4px 4px 9px 5px #ccc;
    box-shadow: 4px 4px 9px 5px #ccc;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    padding-top: 5px;
    background-color: white;
}*/

.client{
    color: #555555;
    padding-bottom: 50px;
}

#foot a{
    color: #fff;

}

#foot .link:hover{
    color: black;
    font-size: 22px;
}

#foot .link a:hover{
    color: black;
}
/*.alternate .container .box{
    padding: 5px;
    -moz-box-shadow: 4px 4px 9px 1px #ccc;
    -webkit-box-shadow: 4px 4px 9px 1px #ccc;
    box-shadow: 4px 4px 9px 1px #ccc;
    background-color: rgba(250,250,250,1);

}
*/
