/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
	background: /*#29CAF4*/#d2cfe2;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    max-width:100%;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #CCC;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

a:link, a:visited{}
a:hover, a:active{ color:#666666; text-decoration:underline;}

.color1st{ color:#333;}
.color2nd{ color:#6E4085;} /*purple*/
.color3rd{ color:#3576C2;} /*blue*/
.color4th{ color:#FF0000;} /*red*/
.color5th{ color:#000000;}
.color6th{ color:#FFFFFF;}
.color7th{ color:#CCCCCC;}

.color1st a:link, .color1st a:visited, a:link.color1st, a:visited.color1st{ color:#3952B2; text-decoration:none;}
.color1st a:hover, .color1st a:active, a:hover.color1st, a:active.color1st{ color:#666666; text-decoration:underline;}

.color2nd a:link, .color2nd a:visited, a:link.color2nd, a:visited.color2nd{ color:#E50011; text-decoration:none;}
.color2nd a:hover, .color2nd a:active, a:hover.color2nd, a:active.color2nd{ color:#E50011; text-decoration:underline;}

.color3rd a:link, .color3rd a:visited, a:link.color3rd, a:visited.color3rd{ color:#575757; text-decoration:none;}
.color3rd a:hover, .color3rd a:active, a:hover.color3rd, a:active.color3rd{ color:#000000; text-decoration:underline;}

.color4th a:link, .color4th a:visited, a:link.color4th, a:visited.color4th{ color:#2C79B7; text-decoration:none;}
.color4th a:hover, .color4th a:active, a:hover.color4th, a:active.color4th{ color:#666666; text-decoration:underline;}

.color5th a:link, .color5th a:visited, a:link.color5th, a:visited.color5th{ color:#000000; text-decoration:underline;}
.color5th a:hover, .color5th a:active, a:hover.color5th, a:active.color5th{ color:#666666; text-decoration:underline;}

.color6th a:link, .color6th a:visited, a:link.color6th, a:visited.color6th{ color:#FFFFFF; text-decoration:none;}
.color6th a:hover, .color6th a:active, a:hover.color6th, a:active.color6th{ color:#FFFFFF; text-decoration:underline; font-weight:bold;}

.txt1 {font-size :0.75em; /*12/16*/  line-height:1.3em;}
.txt2 {font-size :0.8125em; /*13/16*/  _:0.75em; /*12/16*/  line-height:1.6;}
.txt3 {font-size :0.9375em; /*15/16*/ line-height:1.65em;}
.txt4 {font-size :1em; }
.txt5 {font-size :1.1875em; /*19/16*/ }
.txt6 {font-size :1.3125em; /*21/16*/ }
.txt7 {font-size :1.625em; /*26/16*/  }

h1 { font-size: 1.5em; /*24/16*/}
h2 { font-size: 1.125em; line-height: 1.8; /*18/16*/}
h3 { font-size: 0.9375em; /*15/16*/}
h4 { font-size: 0.875em; /*14/16*/}
h5 { font-size: 0.8125em; /*13/16*/}
h6 { font-size: 0.6875em; /*11/16*/}

#bkg_wrapper{
	width: 996px;
	margin: 0px auto;
}
#outer_wrapper{
	position: relative;
	text-align: left;
	width: 996px;
	float:left;
	background: #FFF;
}
#content_wrapper {
	width:100%;
	float:left;
	padding-bottom: 20px;
}
#form_wrapper {
	width:80%;
	margin: 0px auto;
}
#content {
	width:94%;
	margin: 1em auto;
}
#content #exhibitor ul{
	margin:0;
	padding:0;
}
#content #exhibitor ul li{
	width:48%;
	border-bottom:1px dotted #CCC;
	list-style:none;
	float:left;
	height:4.5em;
	margin-right:1em;
}
#nav {
	width:94%;
	margin: 0 auto;
}
#nav ul{
	margin:0; padding:0;
}
#nav ul li{
	background:#6E4085; padding:0.25em 0; text-align:center; float:left; list-style:none;
}

nav{ position:relative;}
.navheader { width:100%;}
.slide-trigger {display: none; /* need this */ border: 1px solid #FFF; cursor: pointer; background:url(../image/nav_but.png) no-repeat center center #FFCC00; width:40px; height:40px; margin: 0.5em 0 0  0.5em;}

.slide-trigger span { background-position: 0 -14px; display: block; float: right; margin-top: 3px;}

.navigation {max-width: none; padding:0; width:100%; margin:0; }
.navigation li {float: left; display:block; background:#6E4085;}

.navigation .nav_1 {width: 8%;}
.navigation .nav_2 {width: 12%;}
.navigation .nav_3 {width: 12%;}
.navigation .nav_4 {width: 19%;}
.navigation .nav_5 {width: 12%;}
.navigation .nav_6 {width: 15%;}
.navigation .nav_7 {width: 22%;}

.navigation li a {display: block; color: #333;
width:100%; float: left;
text-align: center; text-decoration: none;transition: background 0.5s ease 0s;padding: 3px 0;}

.navigation li a:hover, .navigation li a:focus { background: #4F2866; color:#FFF;}

.navigation li a#current { background: none repeat scroll 0 0 #4F2866;color:#FFF;font-weight:bold;}
.navigation li:last-child a { border: medium none;}











#header {
	width:996px;
	float:left;
	position:relative;
}
#header .topbar{
	width:100%;
	height:20px;
	background:url(../image/topbar.gif);
	float:left;
}
#header .top_wrapper {
	width:94%;
	margin:0 auto;
}
#header .top_logo{
	width:27%; /*268/996*/
	float:left;
	margin:1em 0;
}
#header .top_country{
	width:68%; /*680/996*/
	float:left;
	margin:1em 0 0 0;
}
#header .top_info{
	width:43%; /*430/996*/
	float:left;
	margin-left:0.5em;
}
#header .top_info .colL { 
	width:28%;
	float:left;
}
#header .top_info .colR { 
	width:72%;
	float:left;
}
#header .top_free{
	width:26%; /*260/996*/
	float:right;
	text-align:right;
}
#header .top_social{
	width:26%; /*260/996*/
	float:right;
}
#header .top_social ul{
	margin:0.25em 0;
	padding:0;
}
#header .top_social .channels li{
	list-style:none;
	float:right;
}
#header .top_social .channels li a{
	display:block;
	width:40px;
	height:36px;
	background-image:url(../image/social.gif);
	text-indent: -9999em;
}
#header .top_social .channels .facebook a{
	background-position:0 0;
}
#header .top_social .channels .twitter a{
	background-position:0 -42px;
}
#header .top_social .channels .weibo a{
	background-position:-80px 0;
}
#header .top_social .channels .print a{
	background-position:-120px 0;
}
#header .top_social .channels .email a{
	background-position:40px 0;
}
#header2 {
	width:100%;
	display:none;
}
#header3 {
	width:996px;
	float:left;
}
#footer {
	width:996px;
	float:left;
}
#footer2 {
	display:none;
}
td {
	border: 1px solid #999;
	padding:3px;
}

.thankyou { width:100%; text-align:center; }
.intro { width:75%; float:left; }
.intro ul { margin-left:2em; padding:0;}

.box { width:23%; float:left; margin:0 1em 1em 0;}
.box .title { width:100%; padding:0.25em; margin-bottom:1px; background:#3576C2; text-align: center; float:left;}
.box .detail { width:100%; padding:0.25em; background:#3576C2; float:left; height:160px;}
.box .book { width:100%; text-align:center; }
.arrow { width:20px; height:20px; background:url(../image/arrow.png) no-repeat; float:left; margin-right:5px;}

.box2 {background:#F5FBF1; border:2px #00CCFF dashed;margin:0.5em 0; padding:0.5em;}

#seminar .row1 { width:100%; background:#3576C2; float:left; padding:0.25em 0; text-align:center;}
#seminar .row2 { width:100%; background:#EEE; border-bottom:1px dotted #CCC; float:left; padding:0.25em 0;}
#seminar .row3 { width:100%; background:#FFF; border-bottom:1px dotted #CCC; float:left; padding:0.25em 0;}
#seminar .column1 { width:20%; float:left;}
#seminar .column2 { width:38%; float:left; padding-right:2%;}
#seminar .column3 { width:40%; float:left;}

.gift_wrap { width:60%; margin:10px auto; border-radius:5px; background-color:#09F; text-align:center; padding:8px; }

/* Tools END */

.lineHeight1{ line-height:1.2;}
.left { float:left; }
.right { float:right; }
.clr { clear:both; _display:inline;}
.bold { font-weight:bold; }
.dotline { border-top: 1px dashed #AAAAAA; }
.dotline2 { border-bottom: 1px dotted #999999; }
.dashline {border-top:1px dashed #C2ADCB;}
.MarginRight1{/*margin-right:10px;*/margin-right:20px;}
.MarginRight2{margin-right:30px;}
.MarginRight3{margin-right:16px;_margin-right:13px;}
.MarginRight4{margin-right:4px;}
.MarginRight5{margin-right:11px;}
.MarginBottom1{margin-bottom:30px;}
.MarginBottom2{margin-bottom:20px;}
.MarginTop1{margin-top:12px;}
.padding1{padding:7px;}
.padding2{padding:2px;}
.paddingBottom1{padding-bottom:15px;}
.AlignCenter{text-align:center;}
.BkgColor1{background-color:#F2F2F2;}

/* form */
.col1 { text-align:right; width:25%; float:left; }
.col1a { /*text-align:right;*/ width:100%; float:left; padding-right: 1%; }
.col2 { text-align:left; width:75%; float:left; }
.col2a { text-align:left; width:100%; float:left; }
.col3 { text-align:right; width:2%; float:left; }
.col4 { text-align:left; width:98%; float:left; }
.col5 { text-align:right; width:70%; float:left; }
.col6 { text-align:left; width:30%; float:left; }
input { border:1px solid #CCC; padding:0.2em;}
textarea { border:1px solid #CCC; padding:0.2em; width:98.9%;}
form div { margin-bottom:0.5em; }
form ul { margin-left:1.5em; padding:0; }
form li { list-style:decimal; }
.submit { text-align:center; }
.button { background:#FC0; border:1px #F90 solid; padding: 5px 10px; }

.button {
  display: inline-block;
  border-radius: 4px;
  background-color: #2a2f67;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 20px;
  padding: 8px;
  width: 200px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}

.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button:hover span {
  padding-right: 25px;
}

.button:hover span:after {
  opacity: 1;
  right: 0;
}



.detail div { margin-bottom:0.5em; }


	table { 
		width: 100%; 
		border-collapse: collapse; 
	}
	/* Zebra striping */
	tr:nth-of-type(odd) { 
		background: #eee; 
	}
	th { 
		background: #333; 
		color: white; 
		font-weight: bold; 
	}
	td, th { 
		padding: 6px; 
		border: 1px solid #ccc; 
		text-align: left; 
	}



/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}


.fbbtn { width:100px; margin:0px auto; }



/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media screen{
.vjs-default-skin .vjs-fullscreen-control {
background:none;display:none;}

.vjs-default-skin .vjs-fullscreen-control div {
display:none; background:none;
}
.vjs-default-skin.vjs-fullscreen .vjs-fullscreen-control div { background: none; }
} 



@media only screen and (max-width: 479px) {
#bkg_wrapper{
	width: 100%;
}
#outer_wrapper{
	width: 100%;
}
#content_wrapper {
	width:100%;
}
#form_wrapper {
	width:90%;
}
#content {
	width:90%;
}
#content #exhibitor ul li {
	width:100%;
	height:auto;
	padding:0.25em 0;
}
#header {
	width:100%;
}
#header .topbar{
	width:100%;
    height: 60px;
}
#header .top_logo{
	width:100%;
	margin:0;
}
#header .top_country{
	width:100%; 
	margin:0;
}
#header .top_info{
	width:100%;
	margin:0;
}
#header .top_free{
	width:100%;
	text-align:center;
}
#header .top_social{
	width:100%;
}
#header2 {
	width:100%;
	display:inherit;
}
#header3 {
	width:100%;
	display:none;
}
#footer {
	display:none;
}
#footer2 {
	width:100%;
	display:inherit;
}

#nav ul li{
	width:100%;
	border-bottom:1px solid #FFF;	
}
.slide-trigger { display: block; }
.no-js .slide-trigger { display: none; }
.navigation { display: none; }
.no-js .navigation { display: block;  }
.navigation {background:#F77B25; width:100%; position:absolute; }
.navigation li { float: none;  width:100%; background:none;}
.navigation .nav_1, .navigation .nav_2, .navigation .nav_3, .navigation .nav_4, .navigation .nav_5, .navigation .nav_6, .navigation .nav_7{width: 100%;}
.navigation li a { border-bottom: 1px solid #FFF;  width:98%; text-align:left;  padding:0.8em 0 0.8em 2%; color: #F77B25;}
.navigation li a#current {background:#EF3B05;}
.navigation li a:hover, .navigation li a:focus { background:#EF3B05; color:#FFF;}
.navigation li:frist-child a { border-top: 1px solid #FFF;
}
.navigation li:last-child a { border-bottom: 1px solid #FFF; border-left: 1px solid #FFF; border-right: 1px solid #FFF;
}

.intro { width:100%;}
.box { width:100%;}
.box .detail { height:auto;}

#seminar .row2 {display:none;}
#seminar .column1 { width:100%;}
#seminar .column2 { width:100%; padding: 0;}
#seminar .column3 { width:100%;}

/* form */
.col1 { text-align:left; width:100%; float:left; }
.col1a { text-align:left; width:100%; float:left; }
.col2 { text-align:left; width:100%; float:left; }
.col3 { text-align:left; width:5%; float:left; }
.col4 { text-align:left; width:95%; float:left; }
.col5 { text-align:left; width:100%; float:left; }
.col6 { text-align:left; width:100%; float:left; }

textarea { width:97%;}
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
