/* Write your custom CSS here */
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro');

#formal_info{
	font-family: 'Source Sans Pro', sans-serif;
	color: white;
}

#formal_info p{
	font-size: 16px;
	font-weight: lighter;
}

.transparencia{
	background-color: rgba(0, 0 , 0, 0.5);
}

.card-title{
	color: white !important;
}

.btn.formal{
	background-color: transparent !important;
	border: 1px solid white;
}

.btn:hover.formal{
    background-color: rgba(255, 255, 255, 0.3) !important;
}

#formal_lang{
	font-family: 'Source Sans Pro', sans-serif;
	color: white;
	width: 100%;
	padding-right: 20px;
}

#formal_lang a{
	font-family: 'Source Sans Pro', sans-serif;
	color: white;
}

#formal_lang ul li{
	list-style: none;
	display: inline-block;
	float: right;
	padding: 0 5px;
}

.mn-inner {
    padding-top: 0 !important;
}

.formal_input input{
	color: white !important;
}

.dd-nodrag {
    display: block;
    height: 30px;
    padding: 5px 10px;
    text-decoration: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    background: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 0;
    transition: all .3s;
}

.dd-nodrag, .dd-item>button {
    font-weight: 700;
    margin: 5px 0;
}