@charset "utf-8";
/* General */
@font-face {
	font-family: 'Bank Gothic Medium';
	src: url('Bank Gothic Medium');
	src: local('Bank Gothic Medium'), local('Bank Gothic Medium'), url('Bank Gothic Medium.ttf') format('truetype');
	
}
@font-face {
    font-family: HANDGOTL;
    src: url('HANDGOTL.ttf');
}
@font-face {
    font-family: Anton;
    src: url('Anton.ttf');
}
@font-face {
    font-family: oswald;
    src: url('oswald-vnf-regular.ttf');
}
@font-face {
    font-family: NeoSansPro-Medium;
    src: url('NeoSansPro-Medium.ttf');
}
@font-face {
    font-family: Prototype;
    src: url('Prototype.ttf');
}
html {height:100%;}
body {margin:0px; font-family:Arial, Helvetica, sans-serif; font-size:24px;background:#f9f9f9; line-height:30px; color:#333}
img {border:0px;}
a {text-decoration:none; font-size:12px; border:0px;}
table {border:0px; width:100%; }
/* Form */
form {margin:0px; padding:0px;}
input, textarea, select {border:1px solid #c3c3c3; padding:2px; box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;  -moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;  -webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px; -webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px; background:none;}
input.checkbox, input.radio, input.image {border:0px;}
input[type=checkbox], input[type=radio], input[type=image] {border:1px solid #808080;}
input.text_number {	text-align:right;}
input.button {font-size:12px; font-weight:bold; border-color:#0099FF; border-style:solid; border-width:1px; color:#FFF; background-image:url('pics/bg_button.png'); cursor:pointer; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; margin:5px;
			  text-shadow: 0 1px 0 rgba(0,0,0,0.4); box-shadow: 0 0 .05em rgba(0,0,0,0.4); -moz-box-shadow: 0 0 .05em rgba(0,0,0,0.4); -webkit-box-shadow: 0 0 .05em rgba(0,0,0,0.4);}
input.button:hover {background-color:#4786d7; background:url(pics/bg_button_over.png); border-color:#0099FF color:#fff; font-weight:bolder; cursor:pointer;}
/* Button */
button {
	-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #c62219;
    background-image: linear-gradient(to bottom, #e33127, #c62219);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    border-image: none;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    cursor: pointer;
    display: inline-block;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 0;
    padding: 4px 12px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;	
}
button:hover {
	-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #c62219;
    background-image: linear-gradient(to bottom, #c62219,  #e33127);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    border-image: none;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    padding: 4px 12px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;		
}
input:focus, select:focus, textarea:focus {background:#EDF7FD none repeat scroll 0 0;border-color:#3CF;}
hr {border:1px dotted;	color:#333;	width:520px; text-align:left;}
/* -------------------------------------------------------------------------------------------- */
/* Container */
div.container {width:100%;}
/* Index */
div.index {
	width:90%; margin:0 auto;clear:both;padding:10px 5%; position:relative
	/*background: #fff url(pics/bg_body.png) repeat-x center top;
	 
	box-shadow:#ccc 0px 3px 5px;
	-moz-box-shadow:#ccc 0px 3px 5px;
	-webkit-box-shadow:#ccc 0px 3px 5px;
	border:#ccc 1px solid; */
	}
div.index div.index_header {background:#efefef url(pics/bg_header.png) repeat-x bottom; padding:0px 0; border-radius: 0 0 6px 6px;}		
		/* Header */
		table.header {width:100%; /*background:url(pics/bg_header.gif) no-repeat right top;*/ }
		table.header td.header_logo {text-align:center;}
		table.header td.header_language {padding: 4px 10px 0px 0px;}
		table.header td.header_menu_top {text-align:right; vertical-align:top; }
				/* Menu Top */
				table.menu_top {height:34px;width:auto;}
				table.menu_top a {}
				table.menu_top a:hover {}
				table.menu_top td.menu_top_L {}
				table.menu_top td.menu_top_Ce {padding-top: 5px;}
				table.menu_top td.menu_top_R {}				
		table.header td.header_banner {}
		table.header td.header_banner embed.banner_flash {}
				/* Header Banner */
				table.header_banner{}		
div.index div.index_banner_top {padding-top: 10px;z-index:-1000000;}
		/* Banner Top */
		table.banner_top {z-index:-1000000;}
		table.banner_top td.banner_top_T {z-index:-1000000;}
		table.banner_top td.banner_top_M {z-index:-1000000;}
			div.banner_top_M_Slide {position:relative;width:985px;height:234px;z-index:-1000000;}
			div.banner_top_M_Slide img{position:absolute;left:0;top:0;z-index:-1000000;}
		table.banner_top td.banner_top_B {}

div.index div.index_menu_center{
	z-index:1000000; /*background:url(pics/bg_menu_center.png) repeat-x;
	border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;*/height:123px;
	}
		/* Menu Center */
		table.menu_center{height:123px; width:100%;}
		table.menu_center a {}
		table.menu_center a:hover {}
        table.menu_center td.menu_center_L{width:0px;}
		table.menu_center td.menu_center_Ce{padding-top:0px; z-index:1000000; padding-right:3px;}
		table.menu_center td.menu_center_R{	}

div.index div.index_middle {}
		/* Frame */
		div.frame {width:100%; padding-top: 10px;}
		div.frame div.frame_left {float:left; width:20%;}
				/* Left */
				table.left {}
				/* Left Top */
				table.left td.left_T_L {}
				table.left td.left_T_Ce {}
				table.left td.left_T_R{}
				/* Left Middle */
				table.left td.left_M_L {}
				table.left td.left_M_Ce {} 
						table.content_left{}						
						table.content_left td.content_left_login{text-align:left; padding-right:15px;}
						table.content_left td.content_left_support{text-align:left; padding-right:15px;}
								/* Login */
								table.login_block {margin:0px;}
								table.login_block td{ }
								table.login_block td.login_block_top {}
								table.login_block td.login_block_middle {background:url(pics/bg_login_ce.png) no-repeat center top; text-align:left; height:119px; padding-top:10px;}
							
										/* Login Content */
										table.login_content td{ width:100%; padding:3px 0px;}
										table.login_content input{ border:1px solid #d3d3d3; width:11em;}
										table.login_content .input_login{ font-size:12px; color:#a1a0a0;}
										table.login_content td.login_content_btn { padding-right:17px;}
										table.login_content td.login_content_a { padding-left:20px;}
										/* Login Account */
										table.login_account {width:90%; padding:3px 0px;}
								table.login_block td.login_block_middle a{ font-size:10px; text-decoration:none; color:#fff; }
								table.login_block td.login_block_middle a:hover{ font-size:10px; text-decoration:none; color:#0883f9;}
								table.login_block td.login_block_bottom {}
														
								/* Support */
								table.support{margin-top:px;}
								table.support td.support_T{height:24px; background:url(pics/bg_menu_left_T.png) no-repeat top center; font-size:14px; color:#fff; padding-left:20px; vertical-align:middle;}
								table.support td.support_M{background:url(pics/support_M.png) repeat-y top center;}
								table.support td.support_B{background:url(pics/support_B.png) no-repeat center; height:10px;}
						table.content_left td.content_left_search{}
						table.content_left td.content_left_menu{ text-align:left;}
							
								/* Menu Left */
									table.menu_left{ 
									/*background:#f8f8f8;*/ border:#e1e1e1 1px solid; padding:0px;
									border-radius:7px 0 0 7px;-moz-border-radius:7px 0 0 7px;-webkit-border-radius:7px 0 0 7px;
									}
										table.menu_left td.menu_left_T{/*height:24px; background:url(pics/bg_menu_left_T.png) no-repeat; font-size:14px; color:#fff;*/}
										table.menu_left td.menu_left_M{}
										table.menu_left td.menu_left_B{}
										/* Menu Left Content */										
										table.menu_left_content {}																
 										table.menu_left_content td {	}
										table.menu_left_content td:hover {}	
																		                    
								table.menu_left td.menu_left_M a{}
								table.menu_left td.menu_left_M a:hover {}				
						table.content_right td.content_right_banner{text-align:right; padding-left:;}						
						table.content_left td.content_left_banner{ text-align:left; padding-right:0;}
								/* Banner Left */
								table.content_left {}
								table.content_left td{}
								table.content_left td.banner_top { }
								table.content_left td.banner_middle {  }
								table.content_left td.banner_middle a{}
								table.content_left td.banner_middle a:hover{}
								table.content_left td.banner_bottom {}
						
				table.left td.left_M_R{}
				/* Left Bottom */
				table.left td.left_B_L {}
				table.left td.left_B_Ce {}
				table.left td.left_B_R{}
				
		div.frame div.frame_right {float:right; width: 225px;}
				/* Right */
				table.right {}
				table.right a{}
				table.right a:hover{ }
				/* Right Top */
				table.right td.right_T_L {}
				table.right td.right_T_Ce {}
				table.right td.right_T_R{}
				/* Right Middle */
				table.right td.right_M_L {}
				table.right td.right_M_Ce {} 
						table.content_right{}
						table.content_right td{ vertical-align:top;}						
						table.content_right td.content_right_search{}
						table.content_right td.content_right_menu{ text-align:left; padding-left: 0px;}
						table.content_right td.content_right_login{text-align:left; padding-left: 0px;}
						
								/* Menu Right */
								table.menu_right {margin-top:10px;}
								table.menu_right td.menu_right_T {background:url(pics/bg_block_T.png) no-repeat center bottom;height:32px;font-size:13px; text-align:left; font-weight:bolder; padding-left:0px; vertical-align:top; text-transform:uppercase;}
								table.menu_right td.menu_right_M {background:url(pics/bg_block_M.png) repeat-y center top; text-align:left; padding-left:0px;}
										/* Menu Right Content */
										table.menu_right_content {}																
 										table.menu_right_content td { }
								table.menu_right td.menu_right_M a{}
								table.menu_right td.menu_right_M a:hover{}
								table.menu_right td.menu_right_B{/*height:7px;background:url(pics/bg_block_B.png) no-repeat center top;*/}				
										/* Menu Right Content */
										table.menu_right_content {}																
 										table.menu_right_content td { }
								table.menu_right td.menu_right_M a{}
								table.menu_right td.menu_right_M a:hover{}
								table.menu_right td.menu_right_B{/*height:7px;background:url(pics/bg_block_B.png) no-repeat center top;*/ }				
						table.content_right td.content_right_banner{text-align:right; }
								/* Banner Right*/			
								table.content_right {}
								table.content_right td{}
								table.content_right td.banner_top { }
								table.content_right td.banner_middle {  }
								table.content_right td.banner_middle a{}
								table.content_right td.banner_middle a:hover{}
								table.content_right td.banner_bottom {}	
						table.content_right td.content_right_calendar{ text-align:center; padding-right:0px;}
								/* Banner */
								table.content_right {}
								table.content_right td{}
								table.content_right td.calendar_top { background:url(pics/bg_calenda_T.png) no-repeat bottom center; height:44px;}
								table.content_right td.calendar_middle { background:url(pics/bg_calenda_M.png) repeat-y top center; text-align:-20px }
								table.content_right td.calendar_middle a{}
								table.content_right td.calendar_middle a:hover{}
								table.content_right td.calendar_bottom {background:url(pics/bg_calenda_B.png) no-repeat top center; height:23px;}		
								/* Login */
								table.login table {}
								table.login table td {padding:5px 0px;}
								button.button_login {-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #DA4F49;
    background-image: linear-gradient(to bottom, #EE5F5B, #BD362F);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    border-image: none;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    padding: 4px 12px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;}
								button.button_login:hover {}
				table.right td.right_M_R{}
				/* Right Bottom */
				table.right td.right_B_L {}
				table.right td.right_B_Ce {}
				table.right td.right_B_R{}

		div.frame div.frame_center {width:100%;float:left;vertical-align:top; min-height:300px; padding-left:0%}
		div.frame div.frame_center_right {width:748px;float:left;padding-top: 10px; vertical-align:top;}
			table.frame_center {}
			table.frame_center td.frame_center_banner {}
				/* Banner Center */
				table.banner_center {}
				table.banner_center td.banner_center_T {}
				table.banner_center td.banner_center_M {}
				table.banner_center td.banner_center_M a{}
				table.banner_center td.banner_center_M a:hover{}
				table.banner_center td.banner_center_B{}
			table.frame_center td.frame_center_Co { width: 100%;}
				/* Center */
				table.center {
					background: none repeat scroll 0 0 #fff;
					border: 1px solid #dcdcdc;
					border-radius: 4px;
					overflow: hidden;
					padding: 26px 25px 9px 30px;
					position: relative;	
				}
				table.center a{ }
				table.center a:hover{ /*color:#000; text-decoration:underline;*/}
				/* Center Top */
				table.center td.center_T_L {}
				table.center td.center_T_Ce {
					text-align: left;
					line-height: 25px;
					text-align: left;
					color: #3b3b3b;
					padding: 0 0 26px;
					border-bottom: #e2e2e2 1px solid;
					border-radius: 4px 4px 0 0;
					font-size: 40px;
					font-family:Oswald;
					text-transform: uppercase;
					/*text-align:left; background:url(pics/bg_frame_cer.png) repeat-x center; height:32px; text-align:left; color: #475D6D; padding-left:15px; border:#d7d7d7 1px solid; border-bottom:#fff 0px solid; width:100%; border-radius:4px 4px 0 0*/}
				table.center td.center_T_Ce_noleft {text-align:left; background:url(pics/bg_frame_cer1.png) repeat-x center; height:32px; text-align:left; color: #475D6D; padding-left:15px; border:#d7d6d6 1px solid; border-bottom:none; border-radius:6px 6px 0 0 }
				table.center td.center_T_Ce_right {text-align:left; background:url(pics/bg_home_blog_T2.png) no-repeat center; height:32px; text-align:left; color: #475D6D; padding-left:15px;}
				table.center td.center_T_Ce a{ color:#a11931; width:20px; font-size:14px; font-weight:bolder;}
				table.center td.center_T_Ce a:hover{ /*color:#000; text-decoration:underline;*/}
				table.center td.center_T_R{}
				/* Center Middle */
				table.center td.center_M_L {}
				table.center td.center_M_Ce {padding:10px 0px; text-align:left;
					} 
					/* Content Center */
					table.content_center {}
					table.content_center td.content_center_T{}
					table.content_center td.content_center_M{}
					table.content_center td.content_center_B{}
				table.center td.center_M_R{}
				/* Center Bottom */
				table.center td.center_B_L {}
				table.center td.center_B_Ce {background:url('pics/bg_center_B_Ce.png') no-repeat center top; height:12px; }
				table.center td.center_B_R{}				
				
				/* Center Home */
				table.center_home {}
				table.center_home a{}
				table.center_home a:hover{}
				/* Center Home Top */
				table.center_home td.center_home_T_L {}
				table.center_home td.center_home_T_Ce {}
				table.center_home td.center_home_T_R{}
				/* Center Home Middle */
				table.center_home td.center_home_M_L {}
				table.center_home td.center_home_M_Ce {background:url('pics/bg_center_M_Ce.png') repeat-y center top;} 
					/* Content Center Home */
					table.content_center_home {}
					table.content_center_home td.content_center_home_T{}
					table.content_center_home td.content_center_home_M{}
					table.content_center_home td.content_center_home_B{}				
				table.center_home td.center_home_M_R{}
				/* Center Home Bottom */
				table.center_home td.center_home_B_L {}
				table.center_home td.center_home_B_Ce {background:url('pics/bg_center_B_Ce.png') no-repeat center top; height:12px;}
				table.center_home td.center_home_B_R{}	

div.index div.index_banner_bottom{}
		/* Banner Bottom */
		table.banner_bottom {}
		table.banner_bottom td.banner_bottom_T {}
		table.banner_bottom td.banner_bottom_M {}
		table.banner_bottom td.banner_bottom_M a{}
		table.banner_bottom td.banner_bottom_M a:hover{}
		table.banner_bottom td.banner_bottom_B{}
		
div.container div.index_footer {width: 100%; clear:both; margin-bottom:3px;}
		/* Footer */
		table.footer {text-align:center; color:#4c4c4c; line-height:24px; margin:0 auto;} 
		table.footer a{color:#646875; font-size:24px; padding:0 5px; line-height:80px;}
		table.footer a:hover{color:#F00; text-decoration:underline;}
		table.footer td.menu_footer{font-family:Oswald; font-size:24px;}
		table.footer td.footer_content{}
.uploadbom {position:relative; margin-bottom:10px; right:0px; background:#2f2f2f; border-radius:4px; padding:10px; width:90%; color:#fff; font-size:30px;}
button.bt_upload:hover {background:none; font-weight:normal} 
/* -------------------------------------------------------------------------------------------- */
/* Banner scroll */
div.banner_left_outside{display:none; position:absolute; top:0px; left:-69px;}
div.banner_right_outside{display:none; position:absolute; top:0px; left:1053px;}
/* -------------------------------------------------------------------------------------------- */
/* Title */
table.title {height:40px; font-size:18px; font-weight:bold;	color:#0A263C;}
table.title td.title_label {width:500px;}
table.title td.title_button {text-align:right;}
table.title td.title_button_bottom {text-align:center;}
table.title td {border-bottom:solid; border-bottom-width:2px; border-bottom-color:#09C;}
/* List */
table.list {border:1px solid #CCC; background-color:#FFF; -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2); background: -moz-linear-gradient(top, #FAFAFA 0%, #FFF 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FAFAFA), color-stop(100%,#FFF));}
table.list td {}
table.list_top {height:35px;}
table.list td.list_left {text-align:left;}
table.list td.list_right {text-align:right;}
table.list tr.list_header {background:url(pics/bg_hd.png) repeat-x left top; font-weight:bold; text-align:center; color:#069;}
table.list tr.row {background-color:#FFFFFF;}
table.list tr.row:hover {background-color:#FFFFCC;}
table.list tr.row2 {background-color:#F3F5FC;}
table.list tr.row2:hover {background-color:#FFFFCC;}
table.list tr.list_bottom {font-weight:bold;}
table.list_bottom {background:url(pics/bg_hd.png) repeat-x left top; border-width: 0px 1px 1px 1px;}
/* Form */
table.form {background-color:#FAFAFA; border:1px solid #D0D0D0; -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2); background: -moz-linear-gradient(top, #FAFAFA 0%, #FFF 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FAFAFA), color-stop(100%,#FFF));}
table.form td.input {text-align:left;}
table.form td.lable {text-align:right;}
table.form td.error {color:#FF0000;}
table.form td.form_submit {text-align:center; padding:10px;}
table.form_inner td.form_inner_top {vertical-align:top;}
li a#selected{outline:		0;
	color:#fff;
	font-weight:none;
	background:#da251d;
}
sf-menu_Ce.li li a#selected{
	color: #fff;
	text-decoration:none;
	padding:5px 0px 5px 15px;
	width:93.5%;
	font-weight:100;
	text-align:left;
	background:url(pics/bg_menu_hover_top.png) repeat-x;
}
ul.sf-menu_Ce li ul li a#selected {color: #fff;
	text-decoration:none;
	padding:5px 0px 5px 15px;
	width:94.1%;
	font-weight:100;
	text-align:left;
	background:url(pics/bg_menu_hover_top.png) repeat-x;}
	
#banner_top_M_Slide {
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border:#999 1px solid;
	height:220px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
#banner_top_M_Slide {border:#999 0px solid; }
}
a.f1:hover {background:url(pics/youtube_hover.png) no-repeat center; width:29px; height:29px;}
a.f1{background:url(pics/youtube.png) no-repeat center; width:29px; height:29px; display:block}
a.f2:hover {background:url(pics/Instagram_hover.png) no-repeat center; width:29px; height:29px;}
a.f2{background:url(pics/Instagram.png) no-repeat center; width:29px; height:29px; display:block}
a.f3:hover {background:url(pics/facebook_hover.png) no-repeat center; width:29px; height:29px;}
a.f3{background:url(pics/facebook.png) no-repeat center; width:29px; height:29px; display:block}
a.f4:hover {background:url(pics/twitter_hover.png) no-repeat center; width:29px; height:29px;}
a.f4{background:url(pics/twitter.png) no-repeat center; width:29px; height:29px; display:block}

.seeall {background:url(pics/seeall.png) no-repeat right; padding-right:20px;}
.news_item_TT a{color:#cc2609; text-decoration:none; font-weight:bold; font-size:24px;}
.news_item_TT a:hover{text-decoration:underline; }
.news_item_date {color:#6d6d6d; text-decoration:none; font-weight:bold; padding:10px 0; font-size:22px;}
.news_item_Des a{color:#444; padding:0 0 20px 0; text-align:left; display:table; line-height:17px; font-size:24px;}
.news_item_TT {display:table; width:100%; padding-bottom:10px;}
a.button_home {padding:0px 0px; width:100%; text-align:center; background:#c62219; border-radius:6px; display:table; color:#fff; font-weight:bold; font-size:40px;font-family:Oswald; line-height:80px;}
a.button_home:hover {
	background: none repeat scroll 0 0 #353535;
    color: #fff;	
}
a.readmore {padding:10px; width:100%; text-align:center; background:#c62219; border-radius:4px; display:table; color:#fff; font-weight:bold; font-size:14px;font-family:Oswald; text-transform:uppercase}
a.readmore:hover {
	background: none repeat scroll 0 0 #353535;
    color: #fff;	
}
.bt_upload:hover {background: none repeat scroll 0 0 #353535;
    color: #fff;}
	/*ARROW*/
   #back-top {
	position: fixed;
	bottom: 217px;
	left:50%;
	margin-left:625px;
	display:none;
}

#back-top a {
	width: 35px;
	height:28px;
	padding:7px 0 0 0;
	 border-radius:18px; 
	display: block;
	text-align: center;
	font-size:12px;
	line-height:17px;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	font-family: 'Oswald', sans-serif;
	font-weight:400;
	background:#c6250a;

	/* transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {background:#353535;}

/* arrow icon (span tag) */
#back-top span {
	width: 100%;
	height: 4px;
	display: block;
	margin-bottom: 0px;
	background: url(pics/up-arrow.png) no-repeat center top;

	/* rounded corners */
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;

	/* transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
.see_all {text-transform:uppercase; color:#222;font-family:Oswald}
.see_all:hover {text-transform:uppercase; color:#f00;font-family:Oswald}