@charset "utf-8";
/*start love king 
img,html,bgcolor,background,body {
-webkit-filter: grayscale(70%);
-moz-filter: grayscale(70%);
-ms-filter: grayscale(70%);
-o-filter: grayscale(70%);
filter: grayscale(70%);
filter: gray; /* IE 6-9 */
}*/
/*end love king */
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	clear: left;
	width: 100%;
	/* [disabled]display: block; */
	padding-top: 1px;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 95%;
	clear: none;
	float: none;
	font-family: Tahoma, "Microsoft Sans Serif", sans-serif;
	text-align: center;
	background-color: #FFFFFF;
}
#div1 {
}
.navBar {
	background-color: #000000;
	display: block;
	float: left;
	clear: both;
	margin-left: 0;
}
.navLi {
	width: 50%;
	clear: none;
	float: left;
}
.fluid.navLi a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	display: block;
	padding-left: 4px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
}
.fluid.navLi a:hover {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	background-color: #FF9900;
}
.rate {
width: 100%;
margin-left: 0;
}
.calc {
width: 100%;
margin-left: 0;
}
.picHatyai {
	width: 100%;
	margin-left: 0;
	display: block;
	padding-top: 1em;
	padding-bottom: 1em;
}
.miniMap {
	width: 100%;
	clear: none;
	margin-left: 0;
}
.facebook {
	clear: both;
	margin-left: 0;
	width: 100%;
	text-align: center;
}
.keywords {
	width: 100%;
	margin-left: 0;
	font-size: 0.85em;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
}
.k79pic {
	width: 100%;
	margin-left: 0;
	padding-top: 10px;
	padding-bottom: 10px;
}
.left_Content {
	width: 100%;
}
.right_Content {
width: 100%;
clear: both;
margin-left: 0;
}
.footer_Content {
	background-color: #CCCCCC;

	position: static;

}
.fixed_notice {
	display: block;
	position: fixed;
	top: 10%;




	left: 5%
%;
	width: 15%;
	left: 2px;
}
.address {
	padding-bottom: 10px;
	padding-top: 10px;




}
.address_website {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}
.tags {
	width: 100%;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	font-size: 0.8em;
}
.footer_created {
	background-color: #333333;
	color: #CCCCCC;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
.tag_inside {
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
	display: table;
	margin-left: 35px;


}
.drag{
position:relative;
cursor:hand;
z-index: 100;
}
.rateTable {
	width:95%;
	border-collapse: collapse;
	border: medium solid #000000;
	font-size: 18px;
	font-family: Tahoma, "Microsoft Sans Serif", sans-serif;
	line-height: 16px;
}
.rateTable td.red {
	font-size:22px;
	color: #FF0000;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: dashed;
	border-left-style: dashed;
	font-weight: bold;

}
.rateTable td.black {
	font-size:22px;
	font-weight: bold;

}
.rateTable td.currency {

	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	line-height: 15px;
	color: #666;
	font-weight: normal;
	border: thin solid #000;
}
.rateTable tr:hover{
	background-color:#9F3;
}

.rateTable tr:hover .iconshowgraph.fa.fa-bar-chart-o.fa-2x{
	color: black;
}

.mapP_leftContent{
}
.mapP_rightContent{
}

body#index a#indexNav,
body#map a#mapNav,
body#faq a#faqNav,
body#news a#newsNav
{
	color:#F63;
}

.faqP_content
{
}

.faqP_a
{
	text-align: left;

}

.updateTime
{
	background-color: #CCFF00;
	text-align: center;
	width: 70%;
	height: 2em;
	margin-left: auto;
	margin-right: auto;
	padding-top: 12px;
	margin-bottom: 6px;
	border-radius: 8px;
	font-weight: bolder;
}

.zeroMargin_mobile
{
margin-left: 0;
}

.hide_mobile
{
display: none;
}
/* @group Marquee */

.marquee {
    height: 30px;
    
    overflow: hidden;
    position: relative;
}
    .marquee div {
        display: block;
        width: 200%;
        height: 30px;
        
        position: absolute;
        overflow: hidden;
        
        -webkit-animation: marquee 4s linear infinite;
        -moz-animation: marquee 4s linear infinite;
        -ms-animation: marquee 4s linear infinite;
        -o-animation: marquee 4s linear infinite;
        animation: marquee 4s linear infinite;
    }
    .marquee span {
        float: left;
        width: 50%;
    }
    
@-webkit-keyframes marquee {
    0% { left: 0; }
    100% { left: -100%; }
}
@-moz-keyframes marquee {
    0% { left: 0; }
    100% { left: -100%; }
}
@-ms-keyframes marquee {
    0% { left: 0; }
    100% { left: -100%; }
}
@-o-keyframes marquee {
    0% { left: 0; }
    100% { left: -100%; }
}
@keyframes marquee {
    0% { left: 0; }
    100% { left: -100%; }
}

/* @end */


/* @group Peekaboo! */

.peekaboo:hover {
    opacity: 0;
}

/* @end */


/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.gridContainer {
	width: 92.625%;
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
}
.navBar {
	clear: none;
	margin-left: 0;
	display: block;
}
.navLi {
	width: 50%;
	clear: none;
	margin-left: 0;
}
.rate {
width: 100%;
margin-left: 0;
}
.calc {
width: 100%;
margin-left: 0;
}
.picHatyai {
width: 100%;
margin-left: 0;
display: block;
}
.miniMap {
	width: 100%;
	margin-left: 0;
}
.facebook {
clear: both;
margin-left: 0;
width: 100%;
}
.keywords {
width: 100%;
margin-left: 0;
}
.k79pic {
width: 100%;
margin-left: 0;
}
.left_Content {
width: 100%;
}
.right_Content {
width: 100%;
clear: both;
margin-left: 0;
}
.footer_Content {
position: static;
}
.fixed_notice {
}
.address {
}
.address_website {
width: 100%;
}
.tags {
	height: auto;
	width: 100%;
	clear: both;
}
.footer_created {
}
.tag_inside {
width: 100%;
}
.rateTable {
	width:85%;
}
.mapP_leftContent {
}
.mapP_rightContent {
}
.faqP_content {
}
.faqP_a {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
.updateTime {
}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}

.index_Passport {
	background-color: #99FF00;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}

}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

.gridContainer {
	width: 900px;
	max-width: 1232px;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
}
.navBar {
	text-align: center;
	margin-left: 0;
	clear: both;
}
.narBar ul{
	list-style-type: none;
	border: 2px solid red;
	overflow: hidden;
	width: 867px;
	margin: 0px auto;
}

.navLi {
	width: 20%;
	padding-left: 35px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.rate {
	width: 100%;
	margin-left: 0;
}
.calc {
	width: 100%;
	margin-left: 0;
}
.picHatyai {
	width: 100%;
	margin-left: 0;
	display: block;
}
.miniMap {
	width: 100%;
	margin-left: 0;
}
.facebook {
	clear: none;
	width: 100%;
}
.keywords {
width: 100%;
margin-left: 0;
}
.k79pic {
width: 100%;
margin-left: 0;
}
.left_Content {
	width: 55%;
	float: left;
}
.right_Content {
	width: 45%;
	margin-left: 1.6949%;
	float: left;
	display: block;
	clear: none;
}
.footer_Content {
	width: 100%;


}
.fixed_notice {
}
.address {
	width: 48%;
	padding-left: 50px;
	float: left;
	clear: none;
	text-align: left;
}
.address_website {
	width: 30%;
	clear: none;
	float: right;
	text-align: right;
	padding-right: 40px;
	display: block;
}
.tags {
	padding-top: 1em;
	padding-bottom: 1em;
	background-color: #999999;
	width: 100%;
	padding-right: 50px;
	padding-left: 50px;
}
.footer_created {
}
.tag_inside {
	padding-left: 76px;
	display: inline-table;
}
.rateTable {
	width:80%;
}
.mapP_leftContent {
	float: left;
	width: 70%;
}
.mapP_rightContent {
	width: 30%;
	float: left;
	clear: none;
	height: 1600px;
	background-color: #CCCCCC;
	display: inline-block;
}
.faqP_content {
	text-align: center;
}
.faqP_a {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
.updateTime {

}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
.index_Passport {
	background-color: #99FF00;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}

}

.iconshowgraph.fa.fa-bar-chart-o.fa-2x {
	font-size: 20px;
	color: #CCFF00;
}
