@charset "UTF-8";
/* CSS Document */

@font-face {
  font-family: 'Carrois Gothic SC';
  font-style: normal;
  font-weight: 400;
  src: local('Carrois Gothic SC'), local('CarroisGothicSC-Regular'), url(https://themes.googleusercontent.com/static/fonts/carroisgothicsc/v2/bVp4nhwFIXU-r3LqUR8DSJDLFmdXetBaxVj2IReX7o0.woff) format('woff');
}
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 300;
  src: local('Oswald Light'), local('Oswald-Light'), url(https://themes.googleusercontent.com/static/fonts/oswald/v8/HqHm7BVC_nzzTui2lzQTDbO3LdcAZYWl9Si6vvxL-qU.woff) format('woff');
}
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: local('Oswald Regular'), local('Oswald-Regular'), url(https://themes.googleusercontent.com/static/fonts/oswald/v8/qpy-UiLNKP-VfOdbcs6r6-vvDin1pK8aKteLpeZ5c0A.woff) format('woff');
}

@font-face {
  font-family: 'fontello';
  src: url('font/fontello.eot?82346768');
  src: url('font/fontello.eot?82346768#iefix') format('embedded-opentype'),
       url('font/fontello.woff?82346768') format('woff'),
       url('font/fontello.ttf?82346768') format('truetype'),
       url('font/fontello.svg?82346768#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?82346768#fontello') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
     
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icon-cancel:before { content: '\e800'; } /* '' */


body {
	color:#FFF;
	text-align:right;
	min-width:960px;
	top:0;
	left:0;
	position:absolute;
	height:100%;
	width:100%;
	margin:0;
	font-size: 15px;
}

#nav {
	height: 65px;
	width: 100%;
	background-color:#000;
	position: absolute;
	z-index: 5;
	left: 0;
	bottom: 55px;
	letter-spacing: 0px;
	font-family: "Carrois Gothic SC";
	text-transform: uppercase;
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #FFF;	
}

#navcontainer1 {
	height: 65px;
	float:left;
	width: 295px;

}

#navcontainer2 {
height: 30px;
float:left;
margin-top: 8px;
width:auto;
	
}

#logo {
	background-color:#000;
	position: absolute;
	z-index: 12;
	left: 85px;
	bottom: 35px;
	width: 170px;
	height: 200px;
	background-image: url(chinapearl.png);
	background-repeat: no-repeat;
	background-position: center center;
	border: 2px solid #FFF;	
}

#nav a{
	color: #AAA;
	cursor:pointer;
		text-decoration: none;	
}

#nav li {
	
	list-style-type: none;	
	display: inline-block;
margin-right: 30px;
text-align: right;
color:#AAA;
	
}

#nav a:hover{
	color:#FFF;

}

#nav span{
	font-size:18px;
	color:#fff;
}

#phone {
	bottom:20px;
	right:0;
	position: absolute;
	color: #FFF;
	text-decoration: none;
	background-color: #F00;
	width: 400px;
	height: 40px;
	letter-spacing: 0px;
font-family: "Carrois Gothic SC";
font-weight: 400;
font-style: normal;
font-size: 14px;
}

#phone p{
	margin-top: 12px;	
	margin-right:25px;
}


#phone span{
	font-size:18px;
	color:#fff;
}

.content_container{
	width: 600px;
	min-width: 600px;
	max-width:600px;
	height: auto;
	background-color: rgba(0, 0, 0, .7);
	overflow: hidden;
	position: absolute;
	top: 0;
	bottom:120px;
	right: 0;
	z-index: 20;
	display:none;
}


.closebutton {
	width:600px;
	height:25px;
	vertical-align: middle;
	text-align:left;
	font-size: 18px;
	float:left;
	margin-top:20px;
	margin-left:20px;	
}
.closebutton a{
		color:#FFF;
}

.closebutton a:hover{
	opacity:0.5;
}

.content_limit{
	width: 80%;
	/*height: 80%*/;
	height: 90%;
	overflow: hidden;
	margin-left: 50px;

	margin-top: 50px;
	padding-right: 30px; 
}

.menus {
	
	word-wrap: break-word;
	text-align:center;
	font-size:12px;
	color: #fff;
margin-left:50px;
margin-right:50px;

}

.menus span{
font-family: "Carrois Gothic SC";
text-transform: uppercase;
font-weight: 400;
font-style: normal;
font-size: 16px;
}

.menus img{
	margin-top:10px;
}

.menus a{
	text-decoration: none;	
}

.menus p{
    letter-spacing: 0px;
    font-family: "Carrois Gothic SC";
    line-height: 1.6em;
    font-weight: 400;
    font-style: normal;
    margin: 0px 0px 1em;
    font-size: 14px;
}
	
.menus h1{

font-family: "Carrois Gothic SC";
font-size: 18px;
font-style: normal;
font-weight: 700;
letter-spacing: 5px;
color:#fff;
	line-height: 25.2px;
font-weight: bold;
}

.menus h2{

font-family: "Carrois Gothic SC";
font-size: 15px;
font-style: normal;
font-weight: 700;
letter-spacing: 5px;
color:#fff;
	line-height: 25.2px;
font-weight: bold;
}


/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer
{
	overflow: hidden !important;
	position: relative;
	outline: none !important;
}

.jspPane
{
	position: absolute;
	z-index: 2000;
	outline: none !important;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 0;
	width: 10px;
	height: 100%;
	z-index: 2200;
}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: red;
}

.jspVerticalBar *,
.jspHorizontalBar *
{
	margin: 0;
	padding: 0;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	outline: none !important;
	background-color: rgba(255, 255, 255, .05);
	position: relative;
}

.jspDrag
{
	background: rgba(255, 255, 255, .5);
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow
{
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}

.jspArrow.jspDisabled
{
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow
{
	height: 16px;
}

.jspHorizontalBar .jspArrow
{
	width: 16px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}

/* 
	Dark Rimmed 
	[Part of Colorbox Themes Pack on CodeCanyon]
	
	Desc: Rounded outer and inner, dark outline
*/

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{ background:#202020; } 
#cboxWrapper { overflow:visible; }
#cboxTopLeft, #cboxTopCenter, #cboxTopRight, #cboxBottomLeft, #cboxBottomCenter, #cboxBottomRight, #cboxMiddleLeft, #cboxMiddleRight {
	background:#090909;
}
#colorbox {
	outline:0;
	background:#090909;
	overflow:visible;
}
    #cboxTopLeft{width:12px; height:12px; -webkit-border-radius: 12px 0 0 0; border-radius: 12px 0 0 0; }
    #cboxTopCenter{height:12px; }
    #cboxTopRight{width:12px; height:12px; -webkit-border-radius: 0 12px 0 0; border-radius: 0 12px 0 0; }
    #cboxBottomLeft{width:12px; height:12px;  -webkit-border-radius: 0 0 0 12px; border-radius: 0 0 0 12px; }
    #cboxBottomCenter{height:12px; }
    #cboxBottomRight{width:12px; height:12px; -webkit-border-radius: 0 0 12px 0; border-radius: 0 0 12px 0; }
    #cboxMiddleLeft{width:12px; }
    #cboxMiddleRight{width:12px; }
	
    #cboxContent{ 
		background:#090909; 
		-webkit-border-radius: 6px; 
		border-radius: 6px; 
		overflow:visible;
	}
        .cboxIframe {background:#fff;}
		.cboxPhoto { margin-bottom:0px;}
		.cboxPhoto.withLongCaption { margin-bottom:0px; }
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{
			margin-bottom:0px; font-style: italic; 	
			background:#090909; 
			-webkit-border-radius: 9px; 
			border-radius: 9px; 
		}
/*        #cboxTitle{ 
			position:absolute; left:0; bottom:0; clear:both; text-align:center; width:100%; overflow:hidden;
			min-height:16px;  
			background:#333333;
			background:rgba(0,0,0,0.7);
			padding:10px 0;
			color:#fefefe; 
		}*/
        #cboxCurrent{position:absolute; bottom:0px; left:100px; color:#999;  text-transform:capitalize; display:inline-block; padding-left:1.5em; }
        #cboxLoadingOverlay{background:#fff url(colorbox/loading2.gif) no-repeat 50% 50%;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; text-transform:capitalize; }
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:none;}
		button:focus{ outline:1px dotted #000; }
		
		/* Image Button Styles */
		#cboxPrevious, #cboxNext, #cboxClose {
			display:block; background:url(colorbox/colorbox_darkrimmed.png) 0 0 no-repeat;
			transition:opacity 0.35s ease; color:#e5e5e5;
		}
		#cboxPrevious, #cboxNext {
			/* -9999px replacement */
			text-indent: 100%;
			white-space: nowrap;
			overflow: hidden;
		}
		#cboxPrevious, #cboxNext { width:64px; height:64px; }
		#cboxPrevious:hover, #cboxNext:hover, #cboxClose:hover { opacity:0.75; }
        #cboxPrevious{position:absolute; bottom:46%; left:-68px; color:#444; background-position:0 -64px; }
        #cboxNext{position:absolute; bottom:46%; right:-68px; color:#444; background-position:0 0; }
        #cboxClose{
			position:absolute; top:0; right:0; display:block; color:#444; background-image:none; 
			color:#fefefe;
			background-position:right -1px;
			font-size:12px;
			background-color:#090909; font-weight:bold; text-transform:uppercase; text-align:left;
			width:auto; height:28px; padding:0 8px; line-height:28px;
			 -webkit-border-radius: 0 0 0 6px; border-radius: 0 0 0 6px;
		}

		#cboxCurrent { left:0; bottom:-28px; font-size:10px; width:100%; margin:0; text-align:left; color:#555555; }
		
        #cboxSlideshow{position:absolute; top:32px; right:-6px; color:#444;}
		#cboxSlideshow {
			color: #f9f9f9;
			font-size:10px; line-height:12px;
			background-color: #000000;
			padding: 4px 8px;
		}
		#cboxSlideshow:hover {
			background-color: #111111; color:#ffffff;
		}
		
		/* ----- start/stop slideshow icons. remove the next few lines to use text version instead */
		#cboxSlideshow { 
			width:32px; height:32px; top:auto; bottom:-48px; left:48%;  background:url(colorbox/colorbox_darkrimmed.png) no-repeat -16px -148px; 
			display:block; 
			transition:opacity 0.35s ease;
			/* -9999px replacement */
			text-indent: 150%;
			white-space: nowrap;
			overflow: hidden;
		}
		#cboxSlideshow:hover { background-color:transparent; opacity:0.75; }
		.cboxSlideshow_off  #cboxSlideshow { background-position:-16px -207px; }
		.cboxSlideshow_on  #cboxSlideshow { background-position:-16px -148px; }
		/* ------------- */

		#colorbox {  border-radius: 18px; } 
		
/*
 IE7 and IE8. This style is not applied to IE9.
*/
/*.cboxIE #colorbox {} */

#message {
	position: absolute;
	top: 20px;
	width: 350px;
	background: rgba(0, 0, 0, 0.5);
	padding: 24px 0px 20px;
	max-width: 100% !important;
	}
#message h1{
	font-family: "Carrois Gothic SC";
	font-size: 15px;
	font-style: normal;
	letter-spacing: 5px;
	color: #fff;
	line-height: 23px;
	font-weight: bold;
	text-align: center;
	width: 76%;
	margin-left: 12%;
	margin-right: 12%;
	margin-top: 0 !important;
	}
#message p {
	font-family: "Carrois Gothic SC";
	text-align: center;
	padding: 0 18px;
	font-size: 14px;
	}

	