@color-hx-purple-global: rgb(84,46,145);       // #542e91 - For use with powered by bar.  Same colour as color-hx-purple in holidayextras/colours
@color-white: rgb(255,255,255);
@color-black: rgb(0,0,0);
@color-gray: rgb(102, 102, 102);

//use of @white and @black is now deprecated and will eventually be removed
@white: @color-white;
@black: @color-black;
@transparent: transparent;

// Social colors
@facebook-colour:        rgb(59, 89, 152);
@twitter-colour:         rgb(85, 172, 238);
@linkedin-colour:        rgb(0, 119, 181);
@skype-colour:           rgb(0,175,240);
@google-plus-colour:     rgb(221,67,48);
@youtube-colour:         rgb(229,45,39);
