<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*css*/
@import "reset.css";

/* back up ======================================================== */

.fs_14{font-size: 14px;}
#back-top {
    color: white ;
    width: 40px;
    height: 35px;
    line-height: 30px;
    background-color: #545150;
    position: fixed;
    right: 15px;
    bottom: 2%;
    border-radius: 5px;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
    cursor: pointer;
    z-index: 9;
	text-align:center;
	font-size:24px;
}
#back-top i{
	line-height: 32px; font-size: 22px;}
#back-top:hover {
	color: #545150 ;
	background-color: white;
}
.main{
	padding:0 0 0 0;
	width:100%;
	height: auto; 
	 background: #fff; 
}
.div-content{
	margin:0 auto;
	padding-top: 0px;
	padding-bottom: 0px;
	width:100%;
	
}

/***********************************************************************/
/*===============================&gt;H-logo-properties=========================*/
h1{
	position: relative;
	display: inline-block;
	margin:0;
	float: left;
	margin-top: 16px;
}
h1 img{max-width: inherit;}


h2 {
	color:#333;
	margin-top: 10px;
	/*margin-left: -2px;*/
	padding-bottom: 8px;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 24px;
	line-height: 30px;
	font-weight: 300;
	padding-top: 8px;
}
h2.v2{margin-top: 20px;}
h2.v3{margin-top: 20px;}
h3 {
	color:#000;
	text-transform: uppercase;
	padding-bottom: 10px;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 30px;
	line-height: 40px;
	font-weight: bold;
	margin-top: 30px;
}
h3.v2{margin-top: 50px;}

.h4_container{
	width: 100%;
	-webkit-box-sizing: border-box; /* Safari */
	-moz-box-sizing: border-box; /*Firefox 1-3*/
	box-sizing: border-box;
	padding: 11px 5px 9px 20px;
	background: #dbdbdb;
	margin-top: 27px;
}
.h4_container.v2{
	margin-top: 45px;
}
h4{
	color:#5c5c5c;
	text-transform: uppercase;
	margin-top: 0;
	color: #000;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 18px;
	line-height: 22px;
	font-weight: normal;
	padding-top: 10px;
	padding-bottom: 6px;
}




/************Header************/
header{
	position: relative;
	z-index: 1000;
	min-height: 105px;
	
	background-image: url(../../images/titlebg.png);
	/*border-top: 8px solid #ccc;*/
}
header.content_header{
	border-bottom: 1px solid #bfbfbf;
	
	width: 100%;
	
	
}
header.search_header{background: #f85353 !important;}

.bot_line{
	display: inline-block;
	margin-top: 2px;	
	margin-bottom: 42px;
	width: 100%;
	height: 1px;
	background: #f2f2f2;	
}
</pre></body></html>