/*

Custom CSS 
Author:Abdul Wajid

*/

.text-danger{ background-color:#f15556;padding-left:10px;}

.alert-danger{background-color:#f15556;}

.alert-success{background-color:#4CC417;}

.carousel{margin-bottom:0}
.carousel-caption {
	
	background-color: #333;
    background: rgba(0, 0, 0, 0.65);
	-webkit-border-radius: 25px;
-moz-border-radius: 25px;
border-radius: 25px;
	
}

a.scrollup{
background: none repeat scroll 0% 0% #85B0BE;
height: 32px;
width: 32px;
color: #FFF;
font-size: 18px;
line-height: 32px;
text-align: center;
text-decoration: none;
position: fixed;
bottom: 10px;
right: 10px;
z-index: 9999;
opacity: 0.8;
}