@import url(http://fonts.googleapis.com/css?family=Roboto:700,500,400|Oswald);
body{
	background:url(../img/bg.png);
}

.row{
		

}

#Container .mix{
	display: none;
}
#sweethide .mix{
	display: none;
}
.roww{
	margin-top: 40px;
}
 label{
	font-family: 'Roboto';
	font-weight: 500;
	font-size: 13px;
	float: left;
}

/*heading*/
.heading{
	padding-top: 40px; 
	padding-bottom: 20px;
}
.heading h4{
	position: absolute;
	background-color:#ffffff;
	padding-right: 10px;
}
hr{
	border-color:#046fa2; 
}
h2{
	color: #c10b15;
	text-align: center;
}
/*heading*/

.col-lg-8{
	margin-top: 40px;

}
 .thumbnail{
	margin-top: 15px;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
}



.filter{
	background-color: #c10b15;
	border-radius: 0px;
	border-top-width: 2px;
	border-top-color: #fff;
	border-bottom-width: 2px;
	border-bottom-color:#fff;
	border-left-color: transparent;
	border-right-color: transparent;
}


.btn-danger{
	background-color: transparent;
	border-radius: 0px;
	border-top-width: 1px;
	border-top-color: #c10b15;
	border-bottom-width: 1px;
	border-bottom-color:#c10b15;
	border-left-color: transparent;
	border-right-color: transparent;
	color:  #c10b15;

}

.btn-danger:hover{
	background-color: #c10b15;
	border-color:  #c10b15;
}
button.filter.btn.btn-danger.active{
	background-color: #c10b15;
	border-color:  #c10b15;
	color: #fff;
}
button.btn.btn-lg.btn-danger.dropdown-toggle{
	background-color:  #c10b15;
	border-color:   #c10b15;
	color: #fff;
}

li.filter.col-xs-12{
	background-color: transparent;
	color:   #c10b15;
}

ul.dropdown-menu{
	background-color: #c10b15;
	color:   #c10b15;
	margin: 5px;
}


ul.dropdown-menu h5{
	color: #ffffff;
	font-family: 'Roboto';
	font-weight: 500;
	font-size: 15px;
	float: left;
	cursor: pointer;
}
ul.dropdown-menu :hover{
color: #fff;

}

hr{
	border-color: #c10b15;
}

