﻿/* ----------------------------------------------------
	FONTS
------------------------------------------------------- */
@font-face {
    font-family: psyscentury-gothic;
    src: url('../fonts/Gothic.ttf');
}
@font-face {
    font-family: psyscalibri;
    src: url('../fonts/Calibril.ttf');
}
@font-face {
    font-family: psysgillsans;
    src: url('../fonts/GIL_____.ttf');
}
@font-face {
    font-family: psysopensans;
    src: url('../fonts/OpenSans-Light.ttf');
}
@font-face {
    font-family: psysawesome;
    src: url('../fonts/fontawesome-webfont.ttf');
}
@font-face {
    font-family: psyssegoeui;
    src: url('../fonts/SEGOEUIL.TTF');
}
/* ----------------------------------------------------
	FONT SIZES / COLOR / WEIGHT
------------------------------------------------------- */
.font0_75em{font-size:0.75em;}
.font0_85em{font-size:0.85em;}
.font0_1em{font-size:1em;}
.font1_1em{font-size:1.1em;}
.font1_2em{font-size:1.2em;}
.font1_3em{font-size:1.3em;}
.font1_4vw{font-size:1.4vw;}
.font1_5em{font-size:1.5em;}
.font2_0em{font-size:2.0em;}
.font2_5vw{font-size:2.5vw;}
.font5_5vw{font-size:5.5vw;}

.titletxt_w{color:#fff; font-size:3.0em}
.titletxt{font-size:2.6em; padding:20px;}
.titletxt_11{font-size:1.1em; text-transform:uppercase; font-weight:bold; padding:5px;}
.captiontxt{font-size:2.1em; padding:10px;}
.captiontxt_21{font-size:2.1em; font-family:psyssegoeui;  padding:10px 0 0 0; color:#0b2b53;}
.captiontxt_15{font-size:1.5em; font-family:psyssegoeui; margin:10px 0 5px 0;  padding:5px 0 5px 0; color:#1e1e1e;}
.caption_12{font-size:1.2em; text-transform:uppercase; font-weight:lighter;}
.caption_21{font-size:2.1em;  font-family:psyscalibri;font-weight:lighter;}
.subheading_1{font-size:1em; font-family:psyscentury-gothic;  text-indent:calc(15% + 3px);}
.subcrmheading_14{font-size:1.4em; font-family:psyssegoeui;  text-indent:5px;}
.helpdesktxt{color:#666666;  font-size:1em;}
.strikethrough{text-decoration: line-through}

.txtblack{color:#000;}
.txtorange{color:#f68428;}
.txtred{color:#ff0000;}
.txtgreen{color:#27aa13;}
.txtwhite{color:#fff;}
.txtgray{color:gray;}
.txtblue{color:#1062f5;}
.txtbrown{color:#b03608}

.txtbold{font-weight:bold;}
.txtitalic{font-style:italic}
.txtupper{text-transform:uppercase;}
.txtindent30{text-indent:30px;}

.legendcaption{font-weight:bold; font-size:1.1em}
.legendsubcaption{font-weight:normal; color:#000; font-size:0.9em}
.dashlbl{font-weight:700; font-family:psysopensans; font-size:3em}

.txtnowrap {white-space: nowrap;}
.txtjustify{text-align:justify}
