.primary-button a {
	background-color: #f4a435!important;
}
.primary-button a:hover{
	background-color: #f47c35!important;
}
.primary-button a.disabled{
	pointer-events: none;
	background-color: #cecece!important;
}
.active_lang {
	border-bottom: 2px solid #f4a435!important;
	color: #f4a435!important;
}
footer a{
	color: #f4a435!important;
}
footer a:hover{
	color: #f47c35!important;
}
footer ul li a{
	color: #202628!important;
	background-color: #f4a435!important;
}
footer ul li a:hover{
	color: #202628!important;
	background-color: #f47c35!important;
}

.navbar-inverse .navbar-toggle {
    border-color: #f4a435!important;
    background-color: #f4a435!important;
}

body{
	background-color: rgba(244, 164, 53, 0.5)!important;
}