/* .skin-purple{
  background: #bc6ee5;
  background: -moz-linear-gradient(left, #bc6ee5 0%, #857adf 100%);
  background: -webkit-linear-gradient(left, #bc6ee5 0%,#857adf 100%);
  background: linear-gradient(to right, #bc6ee5 0%,#857adf 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bc6ee5', endColorstr='#857adf',GradientType=1 );
}
 */


/* New design code */

.skin-purple {
    background: -moz-linear-gradient(45deg, rgba(152, 0, 188, 1) 0%, rgba(91, 66, 208, 1) 100%);
    /* ff3.6+ */
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(152, 0, 188, 1)), color-stop(100%, rgba(91, 66, 208, 1)));
    /* safari4+,chrome */
    background: -webkit-linear-gradient(45deg, rgba(152, 0, 188, 1) 0%, rgba(91, 66, 208, 1) 100%);
    /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(45deg, rgba(152, 0, 188, 1) 0%, rgba(91, 66, 208, 1) 100%);
    /* opera 11.10+ */
    background: -ms-linear-gradient(45deg, rgba(152, 0, 188, 1) 0%, rgba(91, 66, 208, 1) 100%);
    /* ie10+ */
    background: linear-gradient(45deg, rgba(152, 0, 188, 1) 0%, rgba(91, 66, 208, 1) 100%);
    /* w3c */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#5B42D0', endColorstr='#9800BC', GradientType=1);
    /* ie6-9 */
    
}
.headmast .circle-bg {display:none;}
.skin-purple .logo {
    width: 74px;
    background: url("../images/logo.png") no-repeat scroll 0 0;
    height: 23px;
    position: relative;
    z-index: 9999;
}