/* CSS Document */

body
{
	/*background-image:url(../images/index-bg3.jpg);*/
	background: url(../images/index-bg3.jpg);
	background-size:auto;
	/*background-attachment:fixed;*/
	background-repeat:repeat-y;
}

#home_main_new
{
	width:100%;
	margin-top:81px;
	float:left;
}

.sect_main
{
	width:100%;
	float:left;
}

.sect_col
{
	float:left;
	width:50%;
}

.index_img
{
	width:90%;
	display:block;
	float:left;
}

.footer_index
{
	width:100%;
	float:right;
	text-align: right;
	font-size:9pt;
	position:relative;
	bottom:0px;
	background-color:#aca17d;
	padding:7px 0px;
	color:#fff;
}

.sect_text
{
	width:95%;
	margin:0 auto;
	padding-top:200px;
}

.sect_text_c
{
	width:95%;
	margin:0 auto;
	padding-top:150px;
}

.sect_text_l
{
	width:95%;
	margin:0 auto;
	padding-top:100px; 
	font-size:12pt;
}

.sect_last
{
	height:430px;
	text-align:center;
	border:0px solid #090;
	float:left;
	width:100%;
}

.sect_map
{
	text-align:center;
	float:left;
	width:100%;
}

.sect_sub
{
	width:100%;
	float:left;
	padding:200px 0px 0px 0px; 
	height:600px; 
	border:0px solid #090;
}

@media only screen and (max-width: 800px) 
{
	.index_img
	{
		display:none;
	}
	
	.sect_text
	{
		width:90%;
		margin:0 auto;
		padding-top:50px;
	}
	
	.sect_text_c
	{
		width:90%;
		margin:0 auto;
		padding-top:50px;
	}
	
	.sect_col
	{
		float:left;
		width:100%;
	}
	
	.sect_sub
	{
		width:100%;
		float:left;
		padding:10px 0px 0px 0px; 
		height:auto; 
		border:0px solid #090;
	}
	
	.sect_last
	{
		height:auto;
		text-align:center;
		border:0px solid #090;
		float:left;
		width:100%;
		padding:60px 0px;
	}
	
	.sect_text_l
	{
		width:95%;
		margin:0 auto;
		padding-top:0px; 
		font-size:12pt;
	}
}