@charset "utf-8";
/* CSS Document */
/*@font-face {
  font-family: 'Verdana';
  src: url('../fonts/Verdana.ttf');
  src:
    url('../fonts/Verdana.ttf') format('truetype'),
    url('../fonts/Verdana.woff') format('woff'),
	url('../fonts/Verdana.eot') format('embedded-opentype'),
	url('../fonts/Verdana.svg') format('svg');
  font-weight:normal;
}

@font-face {
  font-family: 'Bebas';
  src: url('../fonts/Bebas.ttf');
  src:
    url('../fonts/Bebas.ttf') format('truetype'),
    url('../fonts/Bebas.woff') format('woff'),
	url('../fonts/Bebas.eot') format('embedded-opentype'),
	url('../fonts/Bebas.svg') format('svg');
  font-weight:normal;
}

@font-face {
  font-family: 'Arimo-Medium';
  src: url('../fonts/Arimo-Medium.ttf');
  src:
    url('../fonts/Arimo-Medium.ttf') format('truetype'),
    url('../fonts/Arimo-Medium.woff') format('woff'),
	url('../fonts/Arimo-Medium.eot') format('embedded-opentype'),
	url('../fonts/Arimo-Medium.svg') format('svg');
  font-weight:normal;
}



@font-face {
  font-family: 'Oswald-Medium';
  src: url('../fonts/Oswald-Medium.ttf');
  src:
    url('../fonts/Oswald-Medium.ttf?#font-spider') format('truetype'),
    url('../fonts/Oswald-Medium.woff') format('woff'),
    url('../fonts/Oswald-Medium.eot') format('embedded-opentype'),
    url('../fonts/Oswald-Medium.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'tahoma';
  src: url('../fonts/tahoma.ttf');
  src:
    url('../fonts/tahoma.ttf?#font-spider') format('truetype'),
    url('../fonts/tahoma.woff') format('woff'),
    url('../fonts/tahoma.eot') format('embedded-opentype'),
    url('../fonts/tahoma.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto-Condensed';
  src: url('../fonts/Roboto-Condensed.ttf');
  src:
    url('../fonts/Roboto-Condensed.ttf?#font-spider') format('truetype'),
    url('../fonts/Roboto-Condensed.woff') format('woff'),
    url('../fonts/Roboto-Condensed.eot') format('embedded-opentype'),
    url('../fonts/Roboto-Condensed.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
*/

.f-OSD{font-family: 'Oswald', sans-serif;}
.f-ARMO{font-family: 'Arimo', sans-serif;}

.f-ARMO a:link{font-family: 'Arimo', sans-serif; text-decoration: none;}
.f-ARMO a:hover{font-family: 'Arimo', sans-serif; text-decoration: none;}
.f-ARMO a:active{font-family: 'Arimo', sans-serif; text-decoration: none;}

.f-RBT{font-family: 'Roboto', sans-serif;}
.f-VLK{font-family: 'Vollkorn', sans-serif;}

.f-w200{font-weight:200;}
.f-w300{font-weight:300;}
.f-w400{font-weight:400;}
.f-w500{font-weight:500;}
.f-w600{font-weight:600;}
.f-w700{font-weight:700;}
.f-w900{font-weight:900;}

h1,h2,h3,h4,h5,h6{
font-weight:normal;
}


.fc-green{
	color:#62a023;
}

.fc-apple-green{
    color:#b3f472;
}

.fc-gray{
	color:#626262;
}

.fc-gray-light{
	color:#ccc;
}

.fc-black{
	color:#091729;
}
.fc-white{
    color:#fff;
}

.f12{
	font-size:12px;
}
.f13{
	font-size:13px;
}
.f14{
	font-size:14px;
}
.f15{
	font-size:15px;
}
.f16{
	font-size:16px;
}
.f17{
	font-size:17px;
}
.f18{
	font-size:18px;
}
.f20{
	font-size:20px;
}
.f24{
	font-size:24px;
}
.f26{
	font-size:26px;
}
.f28{
	font-size:28px;
}
.f30{
	font-size:30px;
}
.f36{
	font-size:36px;
}
.f38{
	font-size:38px;
}
.f42{
	font-size:42px;
}
.f44{
	font-size:44px;
}
.f68{
	font-size:68px;
}
.f88{
	font-size:88px;
}

.lh22{
	line-height:22px;
}

.lh28{
	line-height:28px;
}
.lh48{
	line-height:48px;
}
.lh55{
	line-height:55px;
}

.lsp05{
	letter-spacing:0.5px;
}

.lsp1{
	letter-spacing:1px;
}

.lsp2{
	letter-spacing:2px;
}
.lsp4{
	letter-spacing:4px;
}

.fw{
    font-weight:bold;
}

.fupper{
	text-transform:uppercase;
}

.ws5{
	word-spacing:5px;
}





