@charset "utf-8";
/* CSS Document */
	body{ text-decoration:none; color:#3d3d3d; }
	a{ text-decoration:none; color:#3a3a3a;}
	a{ color: #00abe1;}
	a:hover{color: #ec3808;}
	

/*--------------------------------------------------------*/
	@font-face {
	    font-family: 'avnr';
	    src: url('../fonts/AvenirLTStdHeavy.ttf') format('truetype');		   
	    font-weight: normal;
	    font-style: normal;
	}
	@font-face {
	    font-family: 'avnr';
	    src: url('../fonts/AvenirLTStdHeavy.eot?#iefix') format('embedded-opentype');
	    src: url('../fonts/AvenirLTStdHeavy.eot');
	    font-weight: normal;
	    font-style: normal;
	}
	@font-face {
	    font-family: 'avnr';
	    src: url('../fonts/AvenirLTStdHeavy.woff') format('woff');		   
	    font-weight: normal;
	    font-style: normal;
	}	


/*font-size*/
	.size10,.size10 a,.size10 a:hover{ font-size:10px;}
	.size11,.size11 a,.size11 a:hover{ font-size:11px;}
	.size12,.size12 a,.size12 a:hover{ font-size:12px;}
	.size13,.size13 a,.size13 a:hover{ font-size:13px;}
	.size14,.size14 a,.size14 a:hover{ font-size:14px;}
	.size16,.size16 a,.size16 a:hover{ font-size:16px;}
	.size17,.size17 a,.size17 a:hover{ font-size:17px;}
	.size18,.size18 a,.size18 a:hover{ font-size:18px;}
	.size20,.size20 a,.size20 a:hover{ font-size:20px;}
	.size22,.size22 a,.size22 a:hover{ font-size:22px;}
	.size24,.size24 a,.size24 a:hover{ font-size:24px;}
	.size26,.size26 a,.size26 a:hover{ font-size:26px;}
	.size28,.size28 a,.size28 a:hover{ font-size:28px;}
	.size30,.size30 a,.size30 a:hover{ font-size:30px;}
	.size32,.size32 a,.size32 a:hover{ font-size:32px;}
	.size36,.size36 a,.size36 a:hover{ font-size:36px;}
/*color*/
	.light-grey,a.light-grey, .light-grey a{ color: #999999;}
	a.light-grey:hover, .light-grey a:hover { color:#666666;}
	.white,a.white, .white a{ color: #fff;}
	a.white:hover, .white a:hover { color:#fff;}
	.black,a.black, .black a{ color: #3a3a3a;}
	a.black:hover, .black a:hover { color:#3a3a3a;}	
	.dark-grey,a.dark-grey, .dark-grey a{ color: #4d4d4d;}
	a.dark-grey:hover, .dark-grey a:hover { color:#4d4d4d;}
	.dark-green,a.dark-green, .dark-green a{ color: #0b6449;}
	a.dark-green:hover, .dark-green a:hover { color:#0b6449;}
	.dark-green2,a.dark-green2, .dark-green2 a{ color: #163c30;}
	a.dark-green2:hover, .dark-green2 a:hover { color:#163c30;}	
	.dark-green3,a.dark-green3, .dark-green3 a{ color: #249572;}
	a.dark-green3:hover, .dark-green3 a:hover { color:#249572;}	
	.deep-blue,a.deep-blue, .deep-blue a{ color: #1f3b8b;}
	a.deep-blue:hover, .deep-blue a:hover { color:#1f3b8b;}	
	.terkoise,a.terkoise, .terkoise a{ color: #2ba47f;}
	a.terkoise:hover, .terkoise a:hover { color:#2ba47f;}
	.red,a.red, .red a{ color: #dc0000;}
	a.red:hover, .red a:hover { color:#dc0000;}
	.blue,a.blue, .blue a{ color: #0084b9;}
	a.blue:hover, .blue a:hover { color:#f16600;}

	
/*other*/
	.upcase,.upcase a{ text-transform:uppercase;}
	.bold ,.bold a,.bold a:hover { font-weight:bold;}
	.italic ,.italic a,.italic a:hover { font-style:italic;}
	.light ,.light a,.light a:hover { font-weight:lighter;}	
	.left ,.left a,.left a:hover { text-align:left;}
	.center ,.center a,.center a:hover { text-align:center;}
	.lh-20, .lh-200{ line-height:2 !important;}
	.lh-18, .lh-180{ line-height:1.8 !important;}
	.lh-15, .lh-150{ line-height:1.5 !important;}
	.lh-14, .lh-140{ line-height:1.4 !important;}
	.lh-13, .lh-130{ line-height:1.3 !important;}
	.lh-12, .lh-120{ line-height:1.2 !important;}
	.lh-10, .lh-100{ line-height:1 !important;}
	
/*shadow*/
	.shadow1,.shadow1 a,.shadow1 a:hover {text-shadow: 0px 1px 1px #444;}
	.shadow2,.shadow2 a,.shadow2 a:hover {text-shadow: 0px 1px 2px #aaa;}
