/*==========Font family==========*/


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

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

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


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

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


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



/*==========Font faces (Optional)==========*/
@font-face {
  font-family: 'GTWalsheim';
/*  src: url('../fonts/AkzidenzGroteskBE-Regular.eot?#iefix') format('embedded-opentype'),*/
  src: url('../fonts/gt-walsheim-webwoff.otf') format('otf'),
     url('../fonts/gt-walsheim-webwoff.woff') format('woff'),
     url('../fonts/gt-walsheim-webwoff.ttf') format('truetype'),
     url('../fonts/gt-walsheim-webwoff.svg') format('svg');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'GTWalsheim';
/*  src: url('../fonts/AkzidenzGroteskBE-Regular.eot?#iefix') format('embedded-opentype'),*/
  src: url('../fonts/gt-walsheim-bold-webwoff.otf') format('otf'),
     url('../fonts/gt-walsheim-bold-webwoff.woff') format('woff'),
     url('../fonts/gt-walsheim-bold-webwoff.ttf') format('truetype'),
     url('../fonts/gt-walsheim-bold-webwoff.svg') format('svg');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Typ1451';
/*  src: url('../fonts/AkzidenzGroteskBE-Bold.eot?#iefix') format('embedded-opentype'),*/
  src: url('../fonts/Typ1451.otf') format('otf'),
     url('../fonts/Typ1451.woff') format('woff'), 
     url('../fonts/Typ1451.ttf') format('truetype'),
     url('../fonts/Typ1451.svg') format('svg');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Typ1451';
/*  src: url('../fonts/AkzidenzGroteskBE-Bold.eot?#iefix') format('embedded-opentype'),*/
  src: url('../fonts/Typ1451-Bold.otf') format('otf'),
     url('../fonts/Typ1451-Bold.woff') format('woff'), 
     url('../fonts/Typ1451-Bold.ttf') format('truetype'),
     url('../fonts/Typ1451-Bold.svg') format('svg');
  font-weight: 700;
  font-style: normal;
}