/**highlight colors

blue A4C8E1
yellow FEDB00
tints 20% 40% 60% 80%

black 
80 = 333333
60 = 666666
40 = 999999
20 = cccccc

**/

@font-face {
  	font-family: BCBold;
  	src: url("../../fonts/client/BeausiteClassicTrial-Bold.otf") format("opentype");
}
@font-face {
  	font-family: BCMed;
  	src: url("../../fonts/client/BeausiteClassicTrial-Medium.otf") format("opentype");
}
@font-face {
  	font-family: BCReg;
  	src: url("../../fonts/client/BeausiteClassicTrial-Regular.otf") format("opentype");
}


body {
  	font-family: 'BCReg', sans-serif;
	font-weight: normal;
	line-height:1.5em;
}

/**strong , b{
	font-weight: normal;
	font-family: 'BCBold', sans-serif;
}**/

h1{
    font-family: 'BCBold', sans-serif;
	text-transform: uppercase;
	font-size: 30px;
}

h2,h3,h4,h5,h6{
    font-family: 'BCMed', sans-serif;
	text-transform:uppercase;
}

h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong{
	font-weight: normal !important;
}

a {
  color: #A4C8E1;
}

#loader .loading-spin {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px;
    border: 9px solid #f0f0f0;
    border-top: 9px solid #FEDB00;

}