@font-face{
	font-family: HelveticaNeue;
	src: url("../fonts/helvetica-neue/HelveticaNeue.ttf") format("truetype");
	/*src: url("../fonts/helvetica-neue/HelveticaNeue-Light.otf") format("opentype");*/
}

@font-face{
	font-family: AkkuratLight;
	src: url("../../global/fonts/akkurat-light.ttf") format("truetype");
}

@font-face{
	font-family: Gravur;
	src: url("../../global/fonts/gravur.ttf") format("truetype");
}

@font-face{
	font-family:GravurCondensed-Bold;
	src: url("../../broadband/common/fonts/GravurCondensed-Bold.ttf");
}

@font-face{
	font-family:GravurCondensed-Regular;
	src: url("../../broadband/common/fonts/GravurCondensed-Regular.ttf");
}

@font-face{
	font-family: RobotoCondensed;
	src: url("../fonts/roboto/Roboto-Condensed.ttf") format("truetype");
}

html {
	font-family:HelveticaNeue,Arial,sans-serif;
	font-size: 16px;
}

/* Alignment */
.text-align-center{text-align: center;}
.text-align-right{text-align: right;}
.text-align-left{text-align: left;}


/* Padding */
.padding-right-10px{padding-right: 10px;}
.padding-10px-4percent{padding: 10px 4%;}
.padding-10px-5percent{padding: 10px 5%;}
.space-small{display: block; height: 5px; width: 100%; clear: both;}
.space-normal{display: block; height: 10px; width: 100%; clear: both;}
.space-large{display: block; height: 20px; width: 100%; clear: both;}
.space-x-large{display: block; height: 30px; width: 100%; clear: both;}
.center{padding: 0px 4%}



/* Widths */
.width-100px{width: 100px; height: auto;}
.width-110px{width: 110px; height: auto;}
.width-85px{width: 85px; height: auto;}
.width-half{width: 50% !important;}

/* Fonts */
.font-smaller{font-size: smaller !important;}
.font-size-14px{font-size: 14px !important;}
.font-size-13px{font-size: 13px !important;}
.font-size-larger{font-size: larger !important;}
.font-size-1-5em{font-size: 1.5em !important;}
.bold{font-weight: bold;}


/* Images */
.image-height-33px{height: 33px; width: auto}


/* Colours */
.background-dark-grey{background-color: #666;}


/* MISCELLANEOUS */
.disclaimer{font-size:12px;}
.clear-spaces{line-height: 0em;}
.clear {clear:both;}
.hide {visibility:hidden;}
.hidden {display: none;}

.line-height-2em{line-height: 2em;}
.underlined{text-decoration: underline;}
.minus{background-image: url("../images/minus.png"); background-position: 90% 50%; background-repeat: no-repeat; background-size: 15px}
.plus{background-image: url("../images/plus.png"); background-position: 90% 50%; background-repeat: no-repeat; background-size: 15px}




