/*==========Font family==========*/
.BGRegular{font-family: 'BGRegular', arial, sans-serif;}
.robotoRegular{font-family: 'robotoRegular', arial, sans-serif;}
.robotoItalic{font-family: 'robotoItalic', arial, sans-serif;}
.robotoBold{font-family: 'robotoBold', arial, sans-serif;}

/*==========Font sizes==========*/
p{}
small{}

@media screen and (max-width: 480px) {
  p{}
  small{}
}

/*==========Font colors==========*/
.textBlack{color: #000;}
.textWhite{color: #FFF;}
.textDarkGrey{color: #444;}
.textLightGrey{color: #777;}


/*==========Font sizes (Extra)==========*/
.size10{font-size: 10px;}
.size12{font-size: 12px;}
.size13{font-size: 13px;}
.size14{font-size: 14px;}
.size16{font-size: 16px;}
.size18{font-size: 18px;}
.size22{font-size: 22px;}

@media screen and (max-width: 480px) {
  .size22{}
}


/*==========Links==========*/
a.plainLink{text-decoration: none; color: #000;}
a.plainLink:hover{color: #E63A38;}


/*==========Slash==========*/
.slashTLRelative{position: relative; font-size:80%; top:-5px; left:0;}

/*==========Font faces (Optional)==========*/
@font-face {
    font-family: 'robotoRegular';
    src: url('../fonts/roboto-regular-webfont.eot');
    src: url('../fonts/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto-regular-webfont.woff') format('woff'),
         url('../fonts/roboto-regular-webfont.ttf') format('truetype'),
         url('../fonts/roboto-regular-webfont.svg#robotoRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotoItalic';
    src: url('../fonts/roboto-italic-webfont.eot');
    src: url('../fonts/roboto-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto-italic-webfont.woff') format('woff'),
         url('../fonts/roboto-italic-webfont.ttf') format('truetype'),
         url('../fonts/roboto-italic-webfont.svg#robotoItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotoBold';
    src: url('../fonts/roboto-bold-webfont.eot');
    src: url('../fonts/roboto-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto-bold-webfont.woff') format('woff'),
         url('../fonts/roboto-bold-webfont.ttf') format('truetype'),
         url('../fonts/roboto-bold-webfont.svg#robotoBold') format('svg');
    font-weight: normal;
    font-style: normal;
}