/*===========================================*/
/*	DESKTOP LAYOUT 
/*===========================================*/


.text-default {
  color: #ffa200 !important;
}

a.text-default:hover, a.text-default:focus {
  color: #1d2124 !important;
}

.bg-dark-grey {
    background-color: #54585B;
}

.bg-dark-footer {
  background-color: #9fa0a3;
}
 	

/*@media (min-width: 1200px) {
	

}
@media (min-width: 992px) and (max-width: 1199px) {
	
}

@media (min-width: 992px) {
		
}*/

/*===========================================*/
/*	MOBILE & TABLET COMMON
/*===========================================*/
/*@media (min-width: 200px) and (max-width: 991px) {
	
}*/


/*===========================================*/
/*	TABLET
/*===========================================*/
/*@media (min-width: 768px) and (max-width: 991px) {

}*/


/*===========================================*/
/*	MOBILE
/*===========================================*/
@media (min-width: 200px) and (max-width: 767px) {
    .home-bg {
        background-position: 20px left;    
    }
	
}
/*
@media (min-width: 600px) and (max-width: 767px) {
}
@media (min-width: 480px) and (max-width: 599px) {

}
@media (min-width: 200px) and (max-width: 479px) {

} */