﻿


	/*=== STYLE RESET ===*/
	.left 							{float:left;}
	.right 							{float:right;}
	.overflow 						{overflow:hidden}
	.clear_both						{clear:both}
	a 								{color:#CAA065; outline-style:none;}
	a:hover 						{color:#CAA065;text-decoration:none;}
		
	img 							{border:none}
	h1, h2, h3, h4, h5, h6 			{ color:#33a1d2}
	.image 							{width: 100%;height: auto;}

	.nohover:hover					{text-decoration:none !important;}


	.background-color				{background-color:rgba(123,72,29,0.3)}

	.border-radius					{-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;}

	.title {white-space: nowrap;overflow: hidden;}
	.ellipsis {text-overflow: ellipsis;}

	/*=== STYLE SHADOW ===*/
	.box-shadow 					{-webkit-box-shadow:  0px 0px 5px 0px rgba(0, 0, 0, 0.75);box-shadow:  0px 0px 5px 0px rgba(0, 0, 0, 0.75);}
	.text-shadow 					{text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);;filter: dropshadow(color=#333, offx=1, offy=1);}
	.text-shadow_light 				{text-shadow: 1px 1px 1px #999;filter: dropshadow(color=#999, offx=1, offy=1);}
	
	
	/*=== STYLE HEIGHT SPACING ===*/
	.height_10 						{height:10px}	
	.height_20 						{height:20px}	
	.height_30 						{height:30px}	
	.height_40 						{height:40px}	
	.height_50 						{height:50px}		
	.height_60 						{height:60px}	
	.height_80 						{height:80px}	
	.height_100 					{height:100px}	
	.height_150 					{height:150px}
	.height_200 					{height:200px}	
	.height_300 					{height:300px}	
	
	/*=== STYLE TEXT ALGIN ===*/
	.text-align_center 				{text-align:center}
	.text-align_justify 			{text-align:justify}
	
	/*=== STYLE COLOR ===*/
	.color_red						{color:#f74501}
	.color_white 					{color:#fff}
	.color_gray 					{color:#f3f3f3}
	.color_gray1 					{color:#6f6f6f}
	.color_gray2 					{color:#666}
	.color_gray3 					{color:#333}
		
	/*=== STYLE FONT SIZE ===*/
	.font-size_12 					{font-size:12px;}
	.font-size_14 					{font-size:14px;}
	.font-size_16 					{font-size:16px;}
	.font-size_18 					{font-size:18px;}
	.font-size_24 					{font-size:24px;}
	.font-size_48 					{font-size:48px;}
	.font-size_60 					{font-size:60px;}
	.font-size_72 					{font-size:72px;}
	
	.font-weight_100 				{font-weight:100}
	.font-weight_400 				{font-weight:400}
	.font-weight_700 				{font-weight:700}
	
	/*=== STYLE PADDING ===*/
	.padding_0 						{padding:0}
	.padding_10 					{padding:0 10px}
	.padding_20 					{padding:0 20px}
	.padding_30 					{padding:0 30px}
	.padding_40 					{padding:0 40px}
	.padding_50 					{padding:0 50px}
	.padding_100 					{padding:0 100px}
	.padding-top_10 				{padding-top:10px}
	.padding-top_20 				{padding-top:20px}
	.padding-top_30 				{padding-top:30px}
	.padding-top_40 				{padding-top:40px}
	.padding-top_50 				{padding-top:50px}
	.padding-top_100 				{padding-top:100px}
	.padding-top_120 				{padding-top:120px}
	.padding-bottom_10				{padding-bottom:10px}
	.padding-bottom_20 				{padding-bottom:20px}
	.padding-bottom_30 				{padding-bottom:30px}
	.padding-bottom_40 				{padding-bottom:40px}
	.padding-bottom_50 				{padding-bottom:50px}
	.padding-bottom_100 			{padding-bottom:100px}
	
	/*=== STYLE MARGIN ===*/
	.margin_0 						{margin:0}
	.margin_10 						{margin:0 10px}
	.margin_20 						{margin:0 20px}
	.margin_30 						{margin:0 30px}
	.margin_40 						{margin:0 40px}
	.margin_50 						{margin:0 50px}
	.margin_100 					{margin:0 100px}
	.margin-top_10 					{margin-top:10px}
	.margin-top_20 					{margin-top:20px}
	.margin-top_30 					{margin-top:30px}
	.margin-top_40 					{margin-top:40px}
	.margin-top_50 					{margin-top:50px}
	.margin-top_100 				{margin-top:100px}
	.margin-bottom_10 				{margin-bottom:10px}
	.margin-bottom_20 				{margin-bottom:20px}
	.margin-bottom_30 				{margin-bottom:30px}
	.margin-bottom_40 				{margin-bottom:40px}
	.margin-bottom_50 				{margin-bottom:50px}
	.margin-bottom_100 				{margin-bottom:100px}

