@charset "utf-8";
@import url("reset.css");
@import url(https://fonts.googleapis.com/css?family=Roboto);
/* CSS Document */
p, h1, h2, h3, h4, a {
	line-height: 155%;
}
a {
	color: #989898;
}
a:hover {
	color: #B60009;
}
input, textarea, select {
	font-family: 'Roboto', Arial, sans-serif; 
	font-size: 15px;
	padding: 3px;
	color: #222;
	/*避免select長度不一*/
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
input:focus, textarea:focus{
	outline: none;
}

.padding6{
	padding:6px
}
.red {
	color: #F00;
}
.align_r {
	text-align: right;
}
.align_c {
	text-align: center;
}
.clear {
	clear: both;
	height: 0px;
	line-height: 0px;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
	color: #999;
	font-weight: normal;
}
.divider {
	width: auto;
	height: 10px;
	line-height: 10px;
}
ol.number {
	margin-left: 40px;
	list-style: decimal;
}
.btn {
	padding: 8px 20px;
	line-height: 155%;
	font-size: 19px;
	-webkit-appearance: none;/*取消手機預設樣式*/
}
.btnStyle {
	background: #CF0C15;
	color: #FFF;
	text-decoration: none;
	cursor: pointer;
	display: inline-block;
	border-width: 0 0 3px 0;
	border-color: #820107;
	border-style: solid;
	border-radius: 5px;
}
.btnStyle:hover {
	background: rgb(178, 0, 6);
    color: #FFF;
    border-color: #770000;

}
blockquote{
	background:#B60009;
	color:white;
	margin:0px auto;
	padding:16px;
	font-size:195%;
	font-weight:600;
	min-width: 980px;
	width:100%;
	text-align:center
}
blockquote.bg-gray{
    background:gray;
}
blockquote small{
	color:yellow;
	font-size:75%
}
.imgFloatLeft {
	float: left;
	margin: 0 20px 20px 0
}
.imgFloatRight {
	float: right;
	margin: 0 0 20px 20px
}
.alert {
	border: 1px solid #F2C0B5;
	background: #FFF1F0;
	padding: 10px 15px;
	color: #D85030;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.alertBlue {
	border: 1px solid #B1CDDB;
	background: #EBF7FD;
	padding: 10px 15px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.nowrap {
	width: auto;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
::-webkit-input-placeholder { /* WebKit browsers */
 color:#999;
 font-family: 'Roboto', sans-serif;
}
:-ms-input-placeholder { /* WebKit browsers */
 color:#999;
 font-family: 'Roboto', sans-serif;
}


/*-------------table Display--------------------*/
.tableDisplay {
	border: 1px solid #CCC;
	border-collapse: collapse;
	font-size: 15px;
}
.tableDisplay th {
	border: 1px solid #CCC;
	background: #eee;
	padding: 5px 6px;
	word-break: break-all;
}
.tableDisplay td {
	word-break: break-all;
	border: 1px solid #CCC;
	padding: 5px 6px;
}
.tableDisplayNoBroder, .tableDisplayNoBroder th, .tableDisplayNoBroder td {
	border: none;
	padding: 8px 6px;
}
.textStyle {
	border: 1px solid #ddd;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 8px;
}
.textStyle:focus {
	border: 1px solid #DCA6A7;
    background: #FEF6F7;
}
/********************* round btn *********************/
ul#roundBtn li {
	width: auto;
	float: left;
	display: block;
	background: #EC7474;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	text-indent: -9999px;
}
ul#roundBtn li:hover {
	background: #8FC320;
}
ul#roundBtn li a {
	display: block;
	width: 36px;
	height: 36px;
}
ul#roundBtn li a.FB {
	background: url(../images/iconFB.png) no-repeat center center;
}
ul#roundBtn li a.VN {
	background: url(../images/iconVN.png) no-repeat center center;
}

#partner {
    display: block;
    margin:1em;
}


/*---------------------- toTop ------------------------*/
#toTop {
	position: fixed;
	right: 30px;
	bottom: 180px;
	width: 40px;
	height: 40px;
	background: url(../img/icon_top.png) no-repeat #bbb center center;
	cursor: pointer;
	display: none;
	z-index: 123;
	text-indent: -9999px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}
#toTop:hover {
	background: url(../img/icon_top.png) no-repeat #B60009 center center;
}
/*---------ExhibitProfile--------*/

#ExhibitProfile li p {
	padding: 10px 0 10px 35px;
	cursor: pointer;
	border-top: 1px solid #ddd;
	background-image: url(../images/openItem.jpg);
	background-repeat: no-repeat;
	background-size: 25px auto;
	background-position: left center;
}
#ExhibitProfile li:last-child p {
	border-bottom: 1px solid #ddd;
}
#ExhibitProfile li p.itemOpen {
	background-image: url(../images/closeItem.jpg);
	border-bottom: 1px solid #ddd;
}
.ProfileItem {
	overflow: auto;
	display: none;
	padding: 3% 0;
}
/*---------page--------*/
#page {
	color: #666;
	overflow: auto;
}
#page span {
	float: left;
	margin: 0 3px 6px 3px;
}
#page span a {
	color: #666;
	display: block;
	text-decoration: none;
	padding: 3px 10px;
	border: 1px solid #C8C8C8;
	background: -webkit-linear-gradient(top, #FEFEFE 0%, #EFEFEF 100%);
	background: linear-gradient(#FEFEFE, #EFEFEF);
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#page span a:hover {
	color: #FFF;
	border: 1px solid #8FC320;
	background: #8FC320;
}
#page span.current a {
	background: none;
	border: #FFF 1px solid;
}
#page span.current a:hover {
	color: #666;
}
/*exhibitor news vip*/
b.vip {
	padding: 2px 5px;
	background: rgba(227,0,3,1.00);
	color: #fff;
	font-weight: normal;
	font-size: 13px;
	border-radius: 3px;
}
/*inquury style*/
#footerLeft .textStyle {
	background: #707070;
	border: 2px solid #313131;
	color: #fff
}
#footerLeft .textStyle:focus {
	border: 2px solid #EC7474;
}
#footerLeft ::-webkit-input-placeholder { /* WebKit browsers */
 color:#ccc;
}
#footerLeft :-ms-input-placeholder { /* WebKit browsers */
 color:#ccc;
}

header {
	position: relative;
    margin:0;padding:0;
    height:inherit;
	display:block;
    width: 100%;
	background: url(../img/title-BG.jpg) no-repeat 100% 100%; 
	background-size:cover;
   
}

/*-----------------------for PC-----------------------*/
@media screen and (min-width:801px) {
/*-----------------------body-----------------------*/
html, body {
	margin: 0;
	padding: 0;
	color: #333;
	font-size: 15px;
	line-height: 155%;
	font-family: 'Roboto', Arial, sans-serif; 
	min-width: 980px;
}
.NoShowInPC {
	display: none;
}
p.left, p.right{
	width:48.5%;
	float:left;
	line-height:inherit
}
.logo-img-rwd{
	max-width: 100%;
	max-height:72px;
	height:auto
	
}

/*------------------menu------------------------*/
#menuWrapper {
	width: 100%;
	top: 0;
	height: 60px;
	background: #B60009;
	position: fixed;
	z-index: 100;
	min-width: 980px;
	box-shadow: rgba(0, 0, 0, 0.3) 0 1px 2px;
}
#menuWrapper h4 {
	display: none;
}
#menu {
	width: auto;
	height: 60px;
	position: absolute;
	left: 0;
	top: 0;
}
#menu li {
	float: left;
}
#menu li a {
	display: block;
	text-align: center;
	line-height: 60px;
	font-size: 16px;
	padding: 0 15px;
	text-decoration: none;
	color: #FFF;
	cursor: pointer;
}
#menu li.selected {
	background: #8FC320;
}
#menu li a:hover {
	background: #000;
}
#menu li ul {
	position: absolute;
	width: 200px;
	display: none;
}
#menu li ul li {
	border: 0;
	position: relative;
	z-index: 995;
}
#menu li ul li a {
	width: 180px;
	background: #000;
	line-height: 40px;
	color: #fff;
	font-weight: normal;
	font-size: 15px;
	text-align: left;
	border-bottom: 1px solid #333;
}
#menu li ul li:last-child a {
	border-bottom: 0;
}
#menu li ul li a:hover {
	background: #444;
}
#menu li ul li.selected a {
	background: #444;
}
/*-----------------roundBtn---------------*/
ul#roundBtn {
	position: absolute;
	right: 20px;
	top: 12px;
}
ul#roundBtn li {
	margin-left: 10px;
}
/*-----------------header---------------*/



header h1{
     
    margin: 0;
    padding: 0;
    height: 120px;
    margin-left: 24px;
}

header h1 img{
	vertical-align:text-bottom
}


/*----------------search----------------------------------*/
#search {
	position: absolute;
	top: 25px;
	right: 0;
}
#search .topsearchText {
	border: 0;
	width: 270px;
	height: 38px;
	border-radius: 50px;
	background: #eee;
	border: 1px solid #eee;
	text-indent: 10px;
	padding-right: 50px;
}
#search .topsearchText:focus {
	border: 1px solid #DCA6A7;
    background: #FEF6F7;
}
#search .topsearchBtn {
	border: 0;
	width: 45px;
	border-radius: 50px;
	text-indent: -9999px;
	height: 30px;
	background-image: url(../images/iconSearch.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 65%;
	background-color: #999;
	margin-left: -50px;
}
#search .topsearchBtn:hover {
	background-color: #8FC320;
	cursor: pointer;
}
/*----------------track----------------------------------*/
#track {
	color: #999;
	width: auto;
	margin-bottom: 25px;
	min-width: 980px;
	position: relative;
	padding: 10px 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
#track span {
	padding: 0 5px;
}
#track a {
	color: #999;
}
/*-------------content inner--------------------*/
#content {
	width: 80%;
	margin: 0 auto 30px auto;
	min-width: 980px;
}
#content h1 {
	font-size: 33px;
	line-height: 100%;
	font-weight: normal;
}
#content h3 {
	color: #8FC320;
	font-size: 24px;
	font-weight: normal;
}
#content h3 span {
	font-size: 15px;
}
#left {
	float: left;
	width: 77%;
}
#right {
	float: right;
	width: 20%;
	overflow: hidden;
	min-width: 200px;
}
h4.openSubMenu {
	display: none;
}


/*-------------list--------------------*/
.list {
	width: auto;
}
.list li a {
	color: #555;
	line-height: 130%;
	text-decoration: none;
	padding-left: 10px;
	margin-bottom: 15px;
	display: block;
	border-left: 4px solid #fff;
}
.list li:last-child a {
	margin-bottom: 0;
}
.list li a:hover {
	color: #8FC320;
	border-left: 4px solid #8FC320;
}
.list li.selected a {
	color: #8FC320;
	font-weight: bold;
	border-left: 4px solid #8FC320;
}
/*--------------------list news--------------------*/
ul.listNews li a:visited {
	color: #999;
}
ul.listNews {
	border-top: 1px solid #ddd;
}
ul.listNews li {
	padding: 10px 0;
	border-bottom: 1px solid #ddd;
	display: block;
	width: 100%;
}
ul.listNews li:hover {
	background: #eee;
}
ul.listNews li a {
	text-decoration: none;
	color: #333;
	font-weight: bold;
}
ul.listNews li span {
	/*display: block;*/
	color: #999;
	padding-left: 10px;
	font-style: italic;
}
/*--------------sticky-------------------*/
#sidebar.sticky {
	float: none;
	position: fixed;
	top: 0;
	z-index: 6;
	left: auto;
}
/*-------------table form--------------------*/
.contentBox {
	width: 100%;
}
.maxText {
	width: 100%;
}
.largeText {
	width: 80%;
}
.smallText {
	width: 80px;
}
.midText {
	width: 40%;
}
/*----Exhibit Profile-----*/
#ExhibitProfile li p {
	font-size: 18px;
}
.ProfileItem li {
	width: 47%;
	float: left;
	margin-left: 3%;
	list-style: disc;
}

/*----------------product Tab / sort ----------------------------------*/
#tab {
}
#tab li {
	float: left;
	margin-right: 10px;
}
#tab li a {
	padding: 0 15px;
	border: 1px solid #C8C8C8;
	background: linear-gradient(#FEFEFE, #EFEFEF);
	width: auto;
	display: block;
	height: 30px;
	line-height: 30px;
	color: #666;
	text-decoration: none;
	font-size: 15px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
#tab li a:hover {
	border: 1px solid #BD3848;
	background: linear-gradient(#EC4458, #C31C3B);
	color: #FFF;
}
#tab li.active a {
	border: 1px solid #7EA744;
	background: linear-gradient(#9CD054, #71AE36);
	color: #FFF;
}
/*----------------subtitle----------------*/
#subtitle {
	    width: 85%;
    margin: 1em auto;
    font-size: 16px;
}

/*-------------calendar--------------------*/
#calendar {
}
#calendar li {
	padding: 20px 0;
	width: 90%;
	margin: 0 auto;
	display: block;
	vertical-align: middle;
	font-size: 17px;
	text-indent: 40px;
}
#calendar li span {
	font-size: 25px;
	margin-right: 15px;
}
/*-----------------about---------------*/
.about-us{

	font-size:1.15em
	
}

.about-us .left{
        width: 30%;
    border-right: 1px solid #bbbbbb;
    margin-right: 2.5em;
}
/*-----------------partner---------------*/

#partner li {
	float: left;
	width:23.5%;
	padding: 0.75em;	
	text-align: center;
}
#partner li a {
	
	text-decoration: none;
	color: #333;
}
#partner li a:hover {
	color: #8FC320
}
/*-----------------inquiry---------------*/
#inquiry{
	display: block;
    margin: 0.75em 8em;
}

#inquiry li {
	    float: left;
    width: 48%;
    padding: 1em;

}

/*-----------------------css table----------------------*/
.css-table {
	display: table;
	border-top: 1px solid #ccc;
}
.css-table .thead {
	display: table-header-group;
}
.css-table .tbody {
	display: table-row-group;
}
.css-table .tr {
	display: table-row;
}
.css-table .th, .css-table .td {
	display: table-cell;
	padding: 10px;
	border-bottom: 1px solid #ccc;
	vertical-align: middle;
}
.css-table .th {
	background: #eee;
}
.css-table .center {
	text-align: center;
}
/*-------------subscript--------------------*/
#subscript {
	padding: 20px 0;
	background: #272626;
	text-align: center;
	color: #fff;
}
#subscriptText {
	border: 2px solid #ddd;
	background: #FFF;
	vertical-align: middle;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	width: 50%;
	text-indent: 10px;
	height: 45px;
	font-size: 17px;
	margin-right: 10px;
}
#subscriptText:focus {
	border: 2px solid #EC7474;
}
#subscriptBtn {
	vertical-align: middle;
	height: 45px;
	padding: 0 30px;
}
/*-------------media--------------------*/
#media a {
	display: block;
	float: left;
	margin-right: 10px;
}
.googleMap {
	width: 100%;
	height: 600px;
}
/*-------------footer--------------------*/
#footerWrapper {
	background: #383737;
}
#footer {
	min-width: 980px;
	margin: 0 auto;
	padding: 30px 0;
	position: relative;
	font-size: 14px;
	color: #CCC;
	width: 80%
}
#footer a {
	color: #FFF;
}
#footer h2 {
	font-weight: normal;
	font-size: 21px;
	color: #fff;
	line-height: 100%;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
}
#footer div#footerLeft {
	float: left;
	width: 70%;
}
#footer div#footerRight {
	float: right;
	width: 27%;
}
}

@media screen and (max-width:1180px) and (min-width:801px) {


}
/*------------------for mobile------------------------*/
@media screen and (max-width:800px) {
/*-----------------------body-----------------------*/
html {
	width: 100%;
	min-height: 100%;
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: none;
}
body {
	color: #333;
	line-height: 140%;
	font-size: 15px;
	font-family: 'Roboto', Arial, sans-serif; 
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 100%;
	min-height: 100%;
}

h3{
	font-size:0.9em
}
.NoShowInMobile {
	display: none;
}
.OnlyShowInMobile {
	display: block;
}
.logo-img-rwd{
	width:60%;
	height:auto;
	min-width:250px;
}
.btn {
	font-size: 21px;
	-webkit-appearance: none;/*取消手機預設樣式*/
}
.btnSmall {
	padding: 5px 10px;
	font-size: 15px;
	-webkit-appearance: none;/*取消手機預設樣式*/
}
blockquote{
	    font-size: 1.15em;
    padding: 1em;
    width: 100%;
    min-width: 0;
}
.alignCenterMobile {
	text-align: center
}
input, textarea, select {
	font-size: 18px;
}
.picForMobile {
	width: 100%;
	height: auto;
}
.googleMap {
	width: 100%;
	height: 320px;
}

/*------------------menu------------------------*/
#menuWrapper {
	width: 100%;
	height: 60px;
	background: #B60009;
	top: 0;
	position: relative;
	z-index: 700;
}
#menuWrapper h4 {
	display: block;
	position: absolute;
	width: 70px;
	height: 60px;
	top: 0;
	right: 0;
	border-left: 1px solid #9F0008;
	background-image: url(../images/iconMenu.png);
	background-size: 50px auto;
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999px;
}
.gray {
	background-color: #666;
}
#menu {
	width: 70%;
	background: #666;
	position: absolute;
	top: 60px;
	right: 0;
	display: none;
}
#menu li {
	border-bottom: 1px solid #555;
}
#menu li a {
	color: #fff;
	display: block;
	text-decoration: none;
	padding: 10px 0 10px 20px;
}
#menu li ul {
	display: none;
}
#menu li ul li {
	border-bottom: 0;
	border-top: 1px solid #444;
}
#menu li ul li a {
	background: #000;
	padding-left: 30px;
}
#menu li ul li a:hover {
	background: #B60009;
}
/*-----------------roundBtn---------------*/
ul#roundBtn {
	position: absolute;
	left: 10px;
	top: 12px;
}
ul#roundBtn li {
	margin-right: 10px;
}
/*-----------------header---------------*/
header h1{
     
    margin: 0;
    padding: 0;
	width:100%;
    height:auto;
}

header h1 img{
	width:100%
	
}



/*----------------search----------------------------------*/
#search {
	width: 100%;
	margin: 20px 0 15px 0;
}
#search .topsearchText {
	border: 0;
	width: 100%;
	height: 48px;
	border-radius: 50px;
	background: #eee;
	border: 1px solid #eee;
	text-indent: 10px;
	padding-right: 50px;
}
#search .topsearchText:focus {
	border: 1px solid #A6C1CE;
	background: #F6FBFE;
}
#search .topsearchBtn {
	border: 0;
	width: 40px;
	border-radius: 50px;
	text-indent: -9999px;
	height: 40px;
	background-image: url(../images/iconSearch.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 65%;
	background-color: #999;
	margin-left: -45px;
}
#search .topsearchBtn:hover {
	background-color: #8FC320;
	cursor: pointer;
}
/*----------------track----------------------------------*/
#track {
	color: #999;
	width: auto;
	margin: 0 20px 25px 20px;
	position: relative;
	padding: 7px 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	font-size: 14px;
}
#track span {
	padding: 0 5px;
}
#track a {
	color: #999;
}
/*-------------content index--------------------*/
.contentIndex {
	width: 100%;
	margin: 0 auto;
	padding: 12px 0;
}
.contentIndex h1 {
	font-size: 27px;
	color: #333;
	font-weight: normal;
	border-bottom: 2px solid #8FC320;
	padding-bottom: 10px;
	text-align: center;
}
/*-------------content inner--------------------*/
.mobileContent {
	padding: 0 20px;
}
#content {
	width: 100%;
}
#content h1 {
	font-size: 27px;
	line-height: 100%;
	font-weight: normal;
}
#content h3 {
	/*color: #8FC320;*/
	color: #8FC320;
	font-size: 23px;
	font-weight: normal;
}
#content h3 span {
	font-size: 18px;
}
#left {
	float: none;
	width: auto;
	padding: 0 20px;
}
#right {
	display: none;
	width: 100%;
	background-color: #383737;
	position: relative;
	padding: 20px 20px 0 20px;
}
h4.openSubMenu {
	width: 75px;
	height: 50px;
	display: block;
	text-indent: -9999px;
	margin: 0 auto;
	background-image: url(../images/openSubMenu.png);
	background-size: 75px auto;
}
h4.closeSubMenu {
	background-image: url(../images/closeSubMenu.png);
}
.img-rwd-mobile{
	width:100%;
	height:100%;
	max-height:90%	
}

/*--------------------list news--------------------*/
ul.listNews li a:visited {
	color: #999;
}
ul.listNews {
	border-top: 1px solid #ddd;
}
ul.listNews li {
	padding: 10px 0;
	border-bottom: 1px solid #ddd;
	display: block;
	width: 100%;
}
ul.listNews li:hover {
	background: #eee;
}
ul.listNews li a {
	text-decoration: none;
	color: #333;
	font-weight: bold;
}
ul.listNews li span {
	display: block;
	color: #999;
	font-style: italic;
}
.newsslide li{
	
	border-bottom:2px solid #bbbbbb;
	    margin-bottom: 1.5em;

}

.newsslide li:last-child{
	border-bottom:none;
}



/*-------------list--------------------*/
.list {
	overflow: auto;
}
.list li {
	float: left;
	margin: 0 2% 2% 0;
	font-size: 15px;
	width: 49%;
}
.list li:nth-child(even) {
	margin-right: 0;
}
.list li a {
	width: auto;
	background: #8FC320;
	color: #fff;
	border-radius: 3px;
	text-align: center;
	text-decoration: none;
	display: block;
	padding: 5px 0;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.list li a:hover {
	background: #666;
	color: #fff;
}
.list li.selected a {
	display: none;
}
/*-------------table form--------------------*/
.contentBox {
	width: 100%;
}
.maxText {
	width: 100%;
}
.largeText {
	width: 100%;
}
.smallText {
	width: 100px;
}
.midText {
	width: 100%;
}
/*----------------product Tab / sort ----------------------------------*/
#tab {
}
#tab li {
	float: left;
	margin-right: 10px;
}
#tab li a {
	padding: 0 15px;
	border: 1px solid #C8C8C8;
	background: linear-gradient(#FEFEFE, #EFEFEF);
	/*text-shadow: 0px -1px 0px rgba(000, 000, 000, 0.2);*/
	width: auto;
	display: block;
	height: 30px;
	line-height: 30px;
	color: #666;
	text-decoration: none;
	font-size: 15px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
#tab li a:hover {
	border: 1px solid #BD3848;
	background: linear-gradient(#EC4458, #C31C3B);
	color: #FFF;
}
#tab li.active a, #tab li.selected a {
	border: 1px solid #7EA744;
	background: linear-gradient(#9CD054, #71AE36);
	color: #FFF;
}
/*-----------------subtitle------------------*/
#subtitle {
 	padding:0.75em 1em;
}



.st-left, .st-right{
	width:100%;
}
/*-----------------about---------------*/
.about-us{
	padding:20px;
	
}
.about-us .left{
    width: 100%;
    border: none;
    text-align: center;
}


/*-----------------partner---------------*/

#partner li{
	width:100%;
	padding:0 0.75em;
}
#partner img {
	margin: 0 5px 15px 5px;
}
/*-----------------inquiry---------------*/
#inquiry li {
	float: left;
	width:100%;
	padding: 0.75em;	
}

/*--------------- css table -----------------*/
.css-table {
}
.css-table .thead {
	display: none;
}
.css-table .tr {
	border: 1px solid #ddd;
	margin-bottom: 5px;
	padding: 10px;
	border-radius: 3px;
	display: block;
}
.css-table .th {
	border: currentColor;
	width: 100%;
	display: inline-block;
}
.css-table .td {
	border: currentColor;
	width: 100%;
	display: inline-block;
}
.css-table .tdHeader {
	font-size: 19px;
	font-weight: bold;
}
/*----Exhibit Profile-----*/
.ProfileItem li {
	margin-left:20px;
	list-style: disc;
}
/*-------------subscript--------------------*/
#subscript {
	padding: 25px;
	background: #272626;
	text-align: center;
	color: #fff;
}
#subscriptText {
	border: 5px solid #ddd;
	background: #FFF;
	vertical-align: middle;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	width: 100%;
	height: 50px;
	margin-bottom: 15px;
	text-align: center;
}
#subscriptText:focus {
	border: 5px solid #EC7474;
}
#subscriptBtn {
	font-size: 21px;
	width: 100%;
	vertical-align: middle;
	height: 45px;
}
/*-------------media--------------------*/
#media a {
	display: block;
	float: left;
	margin-right: 10px;
}
/*----gallery-----*/
#gallery li {
	float: left;
	width: 150px;
	height: 150px;
	margin: 3px;
}
#gallery li a {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
}
#gallery li a p {
	width: 100%;
	padding: 5px 10px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(0,0,0,0.6);
	color: #FFF;
	font-size: 15px;
}
.gallerythumb {
	width: 150px;
	height: 150px;
	overflow: hidden;
}
/*-------------footer--------------------*/
#footerWrapper {
	background: #383737;
}
#footer {
	width: 100%;
	padding: 20px;
	font-size: 13px;
	color: #ccc;
}
#footer a {
	color: #FFF;
}
#footer h2 {
	font-weight: normal;
	font-size: 27px;
	color: #fff;
	text-align: center;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
}
#footerRight {
	padding-top: 25px;
}
/*------------------toTop------------------------*/
#toTop {
	right: 10px;
	bottom: 60px;
	font-size: 13px;
}

}
