/* -----------------------------------------
   Font-face:
----------------------------------------- */
@font-face{ 
font-family:"Open_Sans_R";
src: url('fonts/open_sans/OpenSans-Regular-webfont.eot'); 
src: 
url('fonts/open_sans/OpenSans-Regular-webfontd41d.eot?#iefix') format('embedded-opentype'), 
url('fonts/open_sans/OpenSans-Regular-webfont.woff') format('woff'), 
url('fonts/open_sans/OpenSans-Regular-webfont.ttf') format('truetype'), 
url('fonts/open_sans/OpenSans-Regular-webfont.svg#webfont') format('svg'); 
}

@font-face{ 
font-family:"Nexa_Bold";
src: url('fonts/nexa_light/nexa_bold-webfont.html'); 
src: 
url('fonts/nexa_bold/nexa_bold-webfontd41d.html?#iefix') format('embedded-opentype'), 
url('fonts/nexa_bold/nexa_bold-webfont.html') format('woff'), 
url('fonts/nexa_bold/nexa_bold-webfont-2.html') format('truetype'), 
url('fonts/nexa_bold/nexa_bold-webfont-3.html#webfont') format('svg'); 
}


@font-face{ 
font-family:"neou_bold";
src: url('fonts/neou_bold/neou-bold-webfont.html'); 
src: 
url('fonts/neou_bold/neou-bold-webfontd41d.html?#iefix') format('embedded-opentype'), 
url('fonts/neou_bold/neou-bold-webfont-2.html') format('woff'), 
url('fonts/neou_bold/neou-bold-webfont-3.html') format('truetype'), 
url('fonts/neou_bold/neou-bold-webfont-4.html#webfont') format('svg'); 
}


@font-face{ 
font-family:"neou_thin";
src: url('fonts/neou_thin/neou-thin-webfont.html'); 
src: 
url('fonts/neou_thin/neou-thin-webfontd41d.html?#iefix') format('embedded-opentype'), 
url('fonts/neou_thin/neou-thin-webfont-2.html') format('woff'), 
url('fonts/neou_thin/neou-thin-webfont-3.html') format('truetype'), 
url('fonts/neou_thin/neou-thin-webfont-4.html#webfont') format('svg'); 
}

@font-face{ 
font-family:"bariol_regular";
src: url('fonts/bariol_regular/bariol_regular-webfont.eot'); 
src: 
url('fonts/bariol_regular/bariol_regular-webfontd41d.eot?#iefix') format('embedded-opentype'), 
url('fonts/bariol_regular/bariol_regular-webfont.woff') format('woff'), 
url('fonts/bariol_regular/bariol_regular-webfont.ttf') format('truetype'), 
url('fonts/bariol_regular/bariol_regular-webfont.svg#webfont') format('svg'); 
}

@font-face{ 
font-family:"liberation_Sans";
src: url('fonts/liberation_sans_regular/liberationsans-regular-webfont.html'); 
src: 
url('fonts/liberation_sans_regular/liberationsans-regular-webfontd41d.html?#iefix') format('embedded-opentype'), 
url('fonts/liberation_sans_regular/liberationsans-regular-webfont-2.html') format('woff'), 
url('fonts/liberation_sans_regular/liberationsans-regular-webfont-3.html') format('truetype'), 
url('fonts/liberation_sans_regular/liberationsans-regular-webfont-4.html#webfont') format('svg'); 
}

@font-face{ 
font-family:"Source_Sans";
src: url('fonts/source_sans_pro/liberationsans-regular-webfont.html'); 
src: 
url('fonts/source_sans_pro/SourceSansPro-Regulard41d.html?#iefix') format('embedded-opentype'), 
url('fonts/source_sans_pro/SourceSansPro-Regular.html') format('woff'), 
url('fonts/source_sans_pro/SourceSansPro-Regular.ttf') format('truetype'), 
url('fonts/source_sans_pro/SourceSansPro-Regular-2.html#webfont') format('svg'); 
}

@font-face{ 
font-family:"Bebas_Neue";
src: url('fonts/bebas_neue/bebasneue-webfont.html'); 
src: 
url('fonts/bebas_neue/bebasneue-webfontd41d.html?#iefix') format('embedded-opentype'), 
url('fonts/bebas_neue/bebasneue-webfont-2.html') format('woff'), 
url('fonts/bebas_neue/bebasneue-webfont-3.html') format('truetype'), 
url('fonts/bebas_neue/bebasneue-webfont-4.html#webfont') format('svg'); 
}

@font-face{ 
font-family:"Ostrich_Sans_Regular";
src: url('fonts/ostrich_sans_regular/ostrich_regular-webfont.html'); 
src: 
url('fonts/ostrich_sans_regular/ostrich_regular-webfontd41d.html?#iefix') format('embedded-opentype'), 
url('fonts/ostrich_sans_regular/ostrich_regular-webfont-2.html') format('woff'), 
url('fonts/ostrich_sans_regular/ostrich_regular-webfont-3.html') format('truetype'), 
url('fonts/ostrich_sans_regular/ostrich_regular-webfont-4.html#webfont') format('svg'); 
}

@font-face{ 
font-family:"Ostrich_Sans_Black";
src: url('fonts/ostrich_sans_black/ostrich_black-webfont.html'); 
src: 
url('fonts/ostrich_sans_black/ostrich_black-webfontd41d.html?#iefix') format('embedded-opentype'), 
url('fonts/ostrich_sans_black/ostrich_black-webfont-2.html') format('woff'), 
url('fonts/ostrich_sans_black/ostrich_black-webfont-3.html') format('truetype'), 
url('fonts/ostrich_sans_black/ostrich_black-webfont-4.html#webfont') format('svg'); 
}

p{
	font-family:"Open_Sans_R";
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
	color:#222;
}
.border-top{
	padding-top: 20px;
	border-top: solid 1px #aaa;
}
.border-bottom{
	padding-bottom: 20px;
	border-bottom: solid 1px #aaa;
}
.border-bottom-high{
	border-bottom: solid 5px #f50000;
}
.notifier{
	font-size: 24px !important;
}