#content_area
{
	display:block;
	overflow:hidden;
	margin-bottom:10vw;
	margin-top:9.9vw;
	
	width:75.3%;
	float:right;
}
#content_area.wide
{
    float: none;
    display: block;
    overflow: hidden;
    width: 100%;
    margin-bottom: 0;
}
#content_area h1
{
	font-size:2vw;
	color:black;
	font-weight:bold;
	overflow:hidden;
	margin:0;
	margin-bottom:0.6vw;
	line-height:3vw;
	height:3vw;
	background-color:#e3e1d5;
	text-indent:1.8vw;
}
#content_area h1 span
{
	display:inline-block;
	float:right;
	text-indent:0;
	margin-left:0.5vw;
}
#content_area h1 span:first-child {text-indent:1.8vw;}
#content_area h1 a
{
	float:left;
	font-size:1vw;
	color:blue;
}
#content_area h1 a:hover {text-decoration:underline;}
#content_area .text
{
	margin-top:1.8vw;
	font-size:1.5vw;
	color:black;
	margin-right:1.8vw;
}
#content_area.compact .text
{
	width:40vw;
	float:right;
}
#content_area .contact_area
{
	overflow:hidden;
	background-color:#EEEEEE;
}
#content_area .contact_area .form_area
{
	float:right;
	overflow:hidden;
	width:265px;
	padding-top:20px;
	padding-right:15px;
}
#content_area .contact_area #contact_map_area
{
	float:right;
	width:845px;
	height:625px;
}
#content_area .text .thanks_page
{
	overflow:hidden;
	text-align:center;
	margin-top:0px;
	background-position:top center;
	background-repeat:no-repeat;
	background-image:url('../images/tahnk for buying logo.png');
}
#content_area .text .thanks_page .thanks_desc
{
	overflow:hidden;
	font-size:20pt;
	font-weight:bold;
	color:#BC2024;
	margin-top:80px;
}
#content_area .text .thanks_page .thanks_btn_area
{
	overflow:hidden;
	margin-top:20px;
}
#content_area .text .thanks_page .thanks_btn_area a
{
	display:inline-block;
	width:300px;
	text-align:center;
	height:65px;
	line-height:65px;
	background-color:#39D5FE;
	border:1px solid #39D5FE;
	color:white;
	font-size:16pt;
	font-weight:bold;
}
#content_area .text .thanks_page .thanks_btn_area a:hover
{
	background-color:white;
	color:#39D5FE;
}


.image_sidebar
{
	float:left;
	width:30vw;
	margin-bottom:10vw;
	margin-left:1.2vw;
	margin-top:1.8vw;
}
.image_sidebar .img
{
	width:30vw;
	border-radius:0.5vw;
	overflow:hidden;
	display:block;
}
.image_sidebar .img img
{
	width:30vw;
}
.image_sidebar .img .hover
{
	width:30vw;
	height:100%;
	background-color:rgba(0,0,0,0.5);
	position:relative;
	top:-100%;
	opacity:0;
	overflow:hidden;
}
.image_sidebar .img:hover .hover {opacity:1;}
.image_sidebar .img .hover .icons_area
{
	overflow:hidden;
	height:4.5vw;
	text-align:center;
	margin-top:5.4vw;
}
.image_sidebar .img .hover .icons_area .icons_inner_area
{
	display:inline-block;
	overflow:hidden;
}
.image_sidebar .img .hover .icons_area .icon_block
{
	display:inline-block;
	overflow:hidden;
	float:right;
	height:4.5vw;
	margin-left:1.2vw;
	text-align:center;
}
.image_sidebar .img .hover .icons_area .icon_block.last {margin-left:0px;}
.image_sidebar .img .hover .icons_area .icon_block .icon
{
	height:1.5vw;
	width:1.5vw;
	overflow:hidden;
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	display:inline-block;
}
.image_sidebar .img .hover .icons_area .icon_block .icon_desc
{
	display:block;
	margin-top:0.5vw;
	height:1.5vw;
	line-height:1.5vw;
	overflow:hidden;
	font-size:1.2vw;
	color:white;
}
.image_sidebar .img .hover .icons_area .icon_block .icon.enlarge
{
	background-image:url('../images/icon enlarge.png');
}
.image_sidebar .img .hover .icons_area .icon_block:hover .icon.enlarge
{
	background-image:url('../images/icon enlarge2.png');
}
.image_sidebar .img .hover .icons_area .icon_block .icon.link
{
	background-image:url('../images/icon link.png');
}
.image_sidebar .img .hover .icons_area .icon_block:hover .icon.link
{
	background-image:url('../images/icon link2.png');
}
.image_sidebar .img .hover .icons_area .icon_block:hover .icon_desc {color:#F68535;}
.image_sidebar .img_desc
{
	height:3.6vw;
	font-size:1vw;
	color:#853E44;
}
#content_area #content_clip
{
	text-align:center;
}
#content_area #content_clip iframe
{
	width:600px;
	height:400px;
	border:0;
}
#content_area.compact #content_clip iframe
{
	width:450px;
	height:300px;
}


.btn_show_more
{
	display:inline-block;
	background-color:#17C1D8;
	border:0.1vw solid #17C1D8;
	color:white;
	padding:1.2vw;
	font-size:1.5vw;
}
.btn_show_more:hover
{
	background-color:white;
	color:#17C1D8;
}