/* ======================= your extra important css code here ===================== */
.mp-app1 .owl-wrapper-outer{
	background-color: #fff;
}

/*OP-chrismas-2.html
line:133*/
.btn-theme-color-to-white{
    background-color: #F22613 !important;
}
.btn-theme-color-to-white:hover{
	color: #000 !important;
    	background-color: white !important;
}

.btn-white-to-theme-color{
    	background-color: white !important;
	color: #000 !important;
}
.btn-white-to-theme-color:hover{
	color: #fff !important;
    	background-color: #F22613 !important;
}
.color-444{
	color: #444444 !important;
}
.fixed-bg{
	background-attachment: fixed;
}