 * {
    margin: 0;
    padding: 0;
}
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,
menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0;padding:0;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
.underline{	padding-bottom:5px;	border-bottom: 1px solid #eee; margin:0 0 20px 0;}/* Add 5px bottom padding and a underline */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
ul {
    list-style: none;
}
img{max-width:100%;}
/*end reset*/
body {
    background: #bdbfc1;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	font-family: "Open Sans", arial, sans-serif;
	font-weight: 300;
	
}

h1,h2,h3,h4,h5
{
	color: #ffa500;;
}
h1
{
	font-size:24px;
}

h2
{
	font-size:20px;
}
.red
{
	color:#4e0205;
}
.heading_02 {
    font-size: 30px;
    padding: 0px 0 5px 0;
    font-family: ui-rounded;
}
.wrapper{
	width:100%;
}

.container
{
	width:1000px;
	margin:0 auto 0 auto;
}
.content_t
{
	background:url(../images/container_t.png) no-repeat;
	height:60px;
	margin:0 0 0 0;
	padding:5px 0 0 0;
}
.content_m
{
	background:url(../images/container_m.png) repeat-y;
	min-height:500px;
	padding: 10px 0 0 40px;
}
.content_b
{
	background:url(../images/container_b.png) no-repeat;
	height:65px;
}
.header
{
	
}
.wrap-main {
	width: 80%;
	margin: 0px auto;
}

.wrap{
	width: 95%;
	margin: 0px auto;
	padding-right:30px;
}
.content{
	min-height: 46em;
}

.row
{
	padding:10px 0 10px 0;
	clear:both;
}
.col4
{
	float:left;
	width:200px;
	padding:10px;
}
.col2
{
	float:left;
	width:45%;
	padding:10px;
}
.col3
{
	float:left;
	width:30.66%;
	padding:10px;
}
.col6
{
	float:left;
	width:400px;
	padding:10px;
}

th
{
	font-weight:bold;
	font-size:16px;
	padding:3px;
	text-align:center;
	
}
td
{
	padding:3px;
}
.footer
{
	font-size:12px;
	text-align:center;
	padding: 0 0 10px 0;
}
.footer a {
	
/*	display: block;*/
	line-height: 1.8em;
	text-align: center;
	margin-top: 4em;
}

.footer a{
	color: #790202;
		-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	
}
.footer a:hover{
	color: #ed3237;
}


.form_box { margin:10px 0 0 0; padding:0; float:left; width:400px; height:auto;
}
.form { margin:5px 0 5px 0; padding:0; float:left; width:400px; height:auto;
}
.form_tag { margin:0; padding:0; float:left; width:100px; height:auto; font-size:14px; font-weight: normal; color: #0E97F3;
}
.form_fild { margin:0; padding:0; float: right; width:300px; height:auto;
}
.sub { margin:0; padding:3px; float:left; width:294px; height:auto; font-size:12px; font-weight: normal; color: #000; background:#DADADA;
}
.sub1 { margin:0; padding:3px; float:left; width:294px; height:80px; font-size:12px; font-weight: normal; color: #000; background:#DADADA;
}
.thank_you_tag { margin:0; padding:0; float:left; width:650px; height:500px;
}
.thank_you_tag h1 { margin:100px 0 0 0; padding:0; float:left; width:650px; height:auto; font-size:30px; font-weight: bold; color:#00F; text-align:center; 
}
.height_280
{
height: 280px;
}