/* Add here all your css styles (customizations) */

button[disabled], html input[disabled] {
    cursor: not-allowed;
    box-shadow: none;
    opacity: .50;
}
.control-label{
	padding-left:0px;
}
.form-input{
	padding-right:0px;	
}
.mano-red, i.mano-red{
	background-color: #E83879;
}

.mano-blue, i.mano-blue{
	background-color: #3498db;
}

.mano-purple, i.mano-purple{
	background-color: #9b6bcc;
}

.mano-sky, i.mano-sky{
	background-color: #39DBF5;
}

.mano-rose, i.mano-rose{
	background-color: #E646C4;
}

.navbar-default .navbar-nav .dropdown-menu > li > a:hover { 
    color: #E83879;
}

.testimonials .testimonial-info{
	color:#E83879;
}

.testimonials .testimonial-info em{
	color:#333;
}
.section-quotes{
	position: relative;
    background: #333 url(../img/mano-bg3.jpg) fixed;
    border: 1px solid #ddd;
}

a:hover{
	color: #E83879;
	text-decoration : none;
}
