@charset "utf-8";
@import url("reset.css");
@import url("jquery.fancybox.css");
@import url(//fonts.googleapis.com/css?family=Roboto);
/* CSS Document */
a {
	color: #4285F4;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	outline: none;
	text-decoration: none;
}
a:hover {
	color: #B81C22;
}
a.gray {
	color: #666;
	text-decoration: underline
}
:active, :focus {
	outline: 0;
	outline: none;
}
/*-------a:visited-------*/
ul.listNews li a:visited, .product li h4 a:visited, .prodList li a:visited, .prodListIndex li a:visited {
	color: #660099;
}
/*-------font effect-----------*/
.clear {
	clear: both;
	height: 0px;
	line-height: 0px;
}
.bold {
	font-weight: bold;
}
.red {
	color: #F00;
}
.largeFont {
	font-size: 19px;
}
.green {
	color: #4CAF50;
}
.align_r {
	text-align: right;
}
.align_c {
	text-align: center;
}
.italic {
	font-style: italic;
	opacity: 0.7;
	font-weight: normal;
}
.red {
	color: #f00;
}
.nowrap {
	width: auto;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.lightLine {
	height: 1px;
	line-height: 1px;
	border-bottom: 1px solid #e0e0e0;
	margin: 20px auto;
}
.divider {
	height: 10px;
	line-height: 10px;
}
ol.number {
	list-style: decimal;
	margin-left: 25px;
	display: block;
}
ul.dot {
	list-style: disc;
	margin-left: 25px;
	display: block;
}
.alert {
	background: #FFF1F0;
	padding: 10px 15px;
	color: #D85030;
	font-size: 14px;
	line-height: 130%;
}
/*-------img effect-----------*/
.addShadow {
	border: 1px solid #f5f5f5;
	box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.14), 0px 3px 1px -2px rgba(0,0,0,0.2), 0px 1px 5px 0px rgba(0,0,0,0.12);
}
.squareThumb {
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	opacity: 0;
}
.recThumb {
	width: 100%;
	height: 0;
	padding-bottom: 66%;
	opacity: 0;
}
.partnerThumb {
	width: 100%;
	height: 0;
	padding-bottom: 50%;
}
.imgBorder {
	border: 1px solid #e1e1e1;
}
/*-------btn effect-----------*/
.btnStyle {
	-webkit-appearance: none;/*取消手機預設樣式*/
	text-decoration: none;
	cursor: pointer;
	display: inline-block;
	border: 0;
	border-radius: 2px;
	color: #fff;
	background: #B81C22;
	transition: all 0.3s ease-out;
}
.btnStyle:hover {
	color: #FFF;
	background: #931821;
	transition: all 0.3s ease-out;
	box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.4);
}
/*------------------form effect-------------------*/
input, textarea, body select {
	font-family: "Segoe UI", "Roboto", sans-serif;
	font-size: 15px;
	padding: 0;
	color: #333;
	/*避免select長度不一*/
	box-sizing: border-box;
	display: inline-block;
	outline: none;
}
input:focus {
	outline: none;
}
:-ms-input-placeholder, ::-webkit-input-placeholder {
 color:#777;
}
.textStyle {
	border: 1px solid #ddd;
	width: inherit;
	background: #fff;
	transition: all 0.3s ease-out;
	border-radius: 2px;
}
.textStyle:focus {
	border-top: 1px solid #f1f1f1;
	border-left: 1px solid #f1f1f1;
	border-right: 1px solid #f1f1f1;
	border-bottom: 1px solid #B81C22;
	background: #f5f5f5;
	transition: all 0.3s ease-out;
}
.formTitle {
	margin-bottom: 5px;
	font-weight: bold;
}
.refresh {
	display: inline-block;
	width: 24px;
	height: 24px;
	text-indent: -9999px;
	background-image: url(../images/refresh.svg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	vertical-align: middle;
}
/*------------page--------------*/
#page {
	color: #666;
	overflow: auto;
	text-align: center;
}
#page span {
	float: left;
	margin: 0 6px 6px 0;
}
#page span a {
	color: #333;
	display: block;
	text-decoration: none;
	padding: 3px 10px;
	border: solid 1px #e0e0e0;
	background: #f5f5f5;
	border-radius: 3px;
}
#page span a:hover {
	background: #FFF;
	box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.2);
}
#page span.current a, #page span.current a:hover {
	background: none;
	color: #666;
	border: none;
	box-shadow: none;
}
/*------------quickLink icon---------------*/
ul#quickLink li a.lang {
	background-image: url(../images/lang.svg);
}
ul#quickLink li a.tradeshow {
	background-image: url(../images/tradeshow.svg);
}
ul#quickLink li a.member {
	background-image: url(../images/member.svg);
}
ul#quickLink li a.logout {
	background-image: url(../images/logout.svg);
}
ul#quickLink li a.setting {
	background-image: url(../images/setting.svg);
}
/*--------------------list news--------------------*/
ul.listNews li {
	display: block;
	width: 100%;
	border-top: 1px solid #ebebeb;
	padding: 6px 0 6px 10px;
	background-repeat: no-repeat;
	background-size: 3px 3px;
	background-position: left top 18px;
	background-image: url(../images/dot.svg);
}
ul.listNews li:first-child {
	border-top: 0;
	padding-top: 0;
	background-position: left top 12px;
}
ul.listNews li a:hover {
	color: #931821;
}
ul.listNews li span {
	font-size: 13px;
	color: #888;
}
/*--------------lightbox----------------*/
.lightbox {
	padding: 20px 15px;
}
/*---------ExhibitProfile--------*/
#ExhibitProfile li p {
	padding: 10px 0 10px 35px;
	cursor: pointer;
	border-top: 1px solid #ddd;
	background-image: url(../images/openItem.svg);
	background-repeat: no-repeat;
	background-size: 20px 20px;
	background-position: left center;
}
#ExhibitProfile li span {
	padding: 10px 0 10px 35px;
	display: block;
	border-top: 1px solid #ddd;
}
#ExhibitProfile li:last-child p, #ExhibitProfile li:last-child span {
	border-bottom: 1px solid #ddd;
}
#ExhibitProfile li p.itemOpen {
	background-image: url(../images/closeItem.svg);
	border-bottom: 1px solid #ddd;
}
.ProfileItem {
	overflow: auto;
	display: none;
	padding: 20px 0 20px 40px;
}
/*---------------------- toTop ------------------------*/
#toTop {
	position: fixed;
	right: 30px;
	bottom: 35px;
	width: 40px;
	height: 40px;
	background: url(../images/icon_top.svg) no-repeat rgba(0,0,0,0.3) center center;
	cursor: pointer;
	display: none;
	z-index: 123;
	text-indent: -9999px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}
#toTop:hover {
	background: url(../images/icon_top.svg) no-repeat #B81C22 center center;
}

/*-----------------------for PC-----------------------*/
@media screen and (min-width:801px) {
/*-----------------------body-----------------------*/
html, body {
	margin: 0;
	padding: 0;
	color: #333;
	font-size: 15px;
	line-height: 160%;
	font-family: "Segoe UI", "Roboto", sans-serif;
}
p {
	line-height: 160%;
}
h1, h2, h3, h4 {
	line-height: 120%;
}
.btnStyle {
	padding: 10px 20px;
	line-height: 100%;
	font-size: 17px;
}
.textStyle {
	padding: 10px;
}
.googleMap {
	width: 100%;
	height: 500px;
}
.NoShowInPC {
	display: none;
}
/*------------------navBar----------------------------*/
#navWrapper {
	width: 100%;
	height: 40px;
	background-color: #000;
	position: fixed;
	top: 0;
	z-index: 199;
	color: #fff;
	font-size: 14px;
}
#serial {
	width: 100%;
	position: absolute;
	left: 5%;
	top: 6px;
}
#serial a {
	margin-left: 12px;
}
/*---------------------- quickLink btn ----------------------*/
ul#quickLink {
	position: absolute;
	right: 5%;
	top: 12px;
}
ul#quickLink li {
	float: left;
	width: auto;
	margin-left: 15px;
	vertical-align: middle;
}
ul#quickLink li a {
	display: block;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 16px 16px;
	padding-left: 20px;
	line-height: 16px;
	text-decoration: none;
	color: #fff;
	opacity: 0.7;
}
ul#quickLink li a:hover {
	opacity: 1;
}
/*------------------menu------------------------*/
#menuWrapper {
	width: 100%;
	top: 40px;
	height: 50px;
	background: #B81C22;
	position: fixed;
	z-index: 100;
	min-width: 1024px;
	z-index: 999;
}
h4.openMenu {
	display: none;
}
#menu {
	width: 80%;
	margin: 0 auto;
	min-width: 1024px;
	max-width: 1440px;
	height: 50px;
}
#menu li {
	float: left;
}
#menu li a {
	display: block;
	text-align: center;
	line-height: 50px;
	font-size: 16px;
	padding: 0 15px;
	text-decoration: none;
	color: #FFF;
	cursor: pointer;
}
#menu li.selected {
	background: #931821;
}
#menu li ul {
	position: absolute;
	display: none;
}
#menu li ul li {
	border: 0;
	position: relative;
	z-index: 995;
	float: none;
}
#menu li ul li a {
	display: block;
	min-width: 180px;
	background: #222;
	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: #B81C22;
	transition: all 0.3s ease-out;
}
#menu li ul li.selected a {
	background: #B81C22;
}
/*-----------------header---------------*/
header {
	position: relative;
	margin: 90px auto 0 auto;
	height: 120px;
	min-width: 1024px;
	max-width: 1440px;
	width: 80%;
}
header h1 a {
	width: 585px;
	height: 90px;
	text-indent: -9999px;
	position: absolute;
	left: 0;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	top: 15px;
}
#concurrent {
	position: absolute;
	right: 0;
	bottom: 20px;
}
#concurrent p {
	font-size: 13px;
	margin-bottom: 5px;
}
/*----------------track----------------------------------*/
#track {
	color: #999;
	margin: 0 auto;
	width: 80%;
	min-width: 1024px;
	max-width: 1440px;
	font-size: 13px;
	line-height: 30px;
	height: 30px;
	border-bottom: 1px solid #ededed;
	border-top: 1px solid #ededed;
}
#track span {
	padding: 0 5px;
}
/*-------------content index--------------------*/
.contentIndex {
	width: 80%;
	margin: 0 auto;
	min-width: 1024px;
	max-width: 1440px;
}
.contentIndex h1, article h1 {
	font-size: 27px;
	color: #333;
	font-weight: normal;
	border-bottom: 2px solid #B81C22;
	text-align: center;
	padding: 0 0 10px 0;
}
/*-------------content inner--------------------*/
article {
	width: 80%;
	margin: 25px auto;
	min-width: 1024px;
	max-width: 1440px;
}
article h1 {
	text-align: left;
	border-bottom: 0;
	padding: 0;
}
article h1 em {
	float: right;
}
h3 {
	color: #B81C22;
	font-size: 21px;
	font-weight: normal;
}
h4 {
	font-size: 17px;
}
#left, #exLeft {
	width: 22%;
	min-width: 200px;
	float: left;
}
#left h1 {
	/*text-indent: 35px;*/
	margin-bottom: 25px;
}
#left h4 {
	display: none;
}
#right {
	width: 75%;
	float: right;
	min-height: 400px;
}
/*-------------list--------------------*/
.list {
	font-size: 15px;
}
.list li {
	margin-bottom: 12px;
}
.list li a {
	width: 100%;
	color: #666;
	text-decoration: none;
	display: block;
}
.list li a:hover, .list li.selected a {
	color: #4285F4;
}
/*--------------sticky-------------------*/
#sidebar.sticky {
	float: none;
	position: fixed;
	top: 0;
	z-index: 6;
	left: auto;
	width: 17.6%;/*22x0.8*/
	min-width: 200px;
}
/*-------------table form--------------------*/
.maxText {
	width: 100%;
}
.largeText {
	width: 80%;
}
.midText {
	width: 50%;
}
.smallText {
	width: 120px;
}
.codeText {
	width: 80px;
}
.questionItem li {
	width: 49%;
	margin-right: 2%;
	float: left;
	padding-bottom: 3px;
}
.questionItem li:nth-child(even) {
	margin-right: 0;
}
/*-------------JQ Validate--------------------*/
label.error {
	color: #E42212;
	font-size: 13px;
	display: block;
}
/*----gallery-----*/
.gallery li {
	float: left;
	width: 32%;
	margin: 0 2% 2% 0;
	position: relative;
}
.gallery li:nth-child(3n) {
	margin-right: 0;
}
.gallery li a p {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 10px;
	background: rgba(0,0,0,0.5);
	color: #FFF;
}
.gallery li a p span {
	display: block;
	color: #FFF;
}
.gallery li div.hoverDesc {
	color: rgba(255,255,255,0);
	background-color: rgba(0, 0, 0,0);
	background-image: url(../images/iconEnlarge.png);
	background-repeat: no-repeat;
	background-size: 25% auto;
	background-position: center center;
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
	transition: all 0.3s ease-out;
	width: 100%;
	height: 0;
	padding-bottom: 66%;
}
.gallery li:hover div.hoverDesc {
	color: rgba(255,255,255,1);
	background-color: rgba(0, 0, 0, 0.5);
	opacity: 1;
}
/*----Exhibit Profile-----*/
#ExhibitProfile li p, #ExhibitProfile li span {
	font-size: 18px;
}
.ProfileItem li {
	width: 48%;
	float: left;
	margin-left: 2%;
	list-style: disc;
}
/*-----------------partner index ---------------*/
#partner li {
	float: left;
	width: 10.75%;
	margin: 0 2% 2% 0;
}
#partner li:nth-child(8n) {
	margin-right: 0;
}
/*-----------------partner inner ---------------*/
.partnerInner li {
	float: left;
	width: 14.1%;
	margin: 0 3% 3% 0;
}
.partnerInner li:nth-child(6n) {
	margin-right: 0;
}
/*-------------------- 首頁精選產品--------------------*/
.prodListIndex {
	padding-bottom: 40px;
}
.prodListIndex li {
	display: inline-block;
	height: auto;
}
.prodListIndex li p {
	margin-top: 8px;
	width: 100%;
	height: 40px;
	overflow: hidden;
	line-height: 130%;
}
/*----------------- banner position -----------------------*/
.indexbanner {
	position: relative;
}
.indexbanner .swiper-button-next {
	right: -30px;
	margin-top: -50px;
}
.indexbanner .swiper-button-prev {
	left: -30px;
	margin-top: -50px;
}
/*-------------video--------------------*/
#video li {
	width: 48%;
	margin: 0 4% 4% 0;
	float: left;
}
#video li:nth-child(even) {
	margin-right: 0;
}
#video li iframe {
	width: 100%;
	height: 240px;
}
/*--------------contact----------------------*/
#contactLeft {
	width: 48%;
	float: left;
}
#contactRight {
	width: 48%;
	float: right;
}
.inquiryFloat {
	overflow: auto
}
.inquiryFloat li {
	width: 49%;
	margin: 0 2% 0 0;
	float: left;
}
.inquiryFloat li:nth-child(even) {
	margin-right: 0;
}
/*-------------subscript--------------------*/
#subscript {
	padding: 20px 0;
	background: #333;
	text-align: center;
	color: #fff;
}
#subscript .textStyle {
	vertical-align: middle;
	width: 45%;
	margin-right: 10px;
}
#subscriptBtn {
	vertical-align: middle;
	height: 43px;
}
/*-------------footer--------------------*/
footer {
	background: #222;
	padding: 25px 0;
	font-size: 13px;
	color: rgba(255,255,255,0.7);
	text-align: center;
}
footer a {
	color: #FFF;
}
}

/*------------------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: 150%;
	font-size: 14px;
	font-family: "Segoe UI", "Roboto", sans-serif;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 100%;
	min-height: 100%;
}
p {
	line-height: 150%;
}
h1, h2, h3, h4 {
	line-height: 120%;
}
.btnStyle {
	font-size: 14px;
	padding: 6px 15px;
	-webkit-appearance: none;/*取消手機預設樣式*/
}
.textStyle {
	padding: 8px;
}
.alignCenterMobile {
	text-align: center
}
input, textarea, select {
	font-size: 14px;
	line-height: 150%;
}
.btnSmall {
	padding: 6px 10px;
}
.picForMobile {
	width: 100%;
	height: auto;
}
.NoShowInMobile {
	display: none;
}
.recThumb {
	width: 100%;
	height: 0;
	padding-bottom: 100%;
}
.googleMap, .googleMapIndex {
	width: 100%;
	height: 250px;
}
/*------------------navBar----------------------------*/
#navWrapper {
	width: 100%;
	height: 50px;
	background-color: #000;
	position: fixed;
	top: 0;
	z-index: 99;
	color: #fff;
	font-size: 13px;
}
#serial {
	display: none;
}
/*---------------------- quickLink btn ----------------------*/
ul#quickLink {
	margin-left: 15px;
}
ul#quickLink li {
	float: left;
	width: auto;
	margin-right: 10px;
	vertical-align: middle;
}
ul#quickLink li a {
	display: block;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 16px 16px;
	padding-left: 20px;
	line-height: 50px;
	text-decoration: none;
	color: #fff;
}
/*------------------menu------------------------*/
h4.openMenu {
	display: block;
	position: fixed;
	width: 50px;
	height: 50px;
	top: 0;
	right: 0;
	background-image: url(../images/bars.svg);
	background-size: auto 60%;
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999px;
	z-index: 200;
	transition: all 0.3s ease-out;
}
h4.changColor {
	background-color: #eee;
	background-image: url(../images/close.svg);
	transition: all 0.3s ease-out;
}
#menu {
	width: 100%;
	background: #eee;
	position: fixed;
	top: 50px;
	right: 0;
	display: none;
	box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.14), 0px 3px 1px -2px rgba(0,0,0,0.2), 0px 1px 5px 0px rgba(0,0,0,0.12);
	z-index: 9999;
	height: 100%;
	overflow: auto;
	padding-bottom: 100px;/**重要!!*/
}
#menu li {
	border-bottom: 1px solid #ddd;
}
#menu li:last-child {
	border-bottom: none;
}
#menu li a {
	color: #333;
	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 #ccc;
}
#menu li ul li a {
	background: #ddd;
	padding-left: 40px;
}
#menu li ul li a:hover {
	background: #4285F4;
	color: #fff;
}
#menu li.selected {
	background: #ccc;
}
/*-----------------header---------------*/
header {
	background: #fff;
	z-index: 99;
	padding: 15px;
	margin-top: 50px;
}
header h1 a {
	width: 100%;
	height: 0;
	display: block;
	padding-bottom: 15%;
	text-indent: -9999px;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
#concurrent {
	margin-top: 15px;
	vertical-align: middle;
}
#concurrent p {
	font-size: 13px;
	display: inline-block;
	line-height: 20px;
}
#concurrent img {
	height: 20px;
}
/*----------------track----------------------------------*/
#track {
	color: #777;
	font-size: 13px;
	line-height: 36px;
	height: 36px;
	background: #f5f5f5;
	padding: 0 15px;
	vertical-align: middle;
	width: 100%;
}
#track div {
	max-width: 80%;
	float: left;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
#track span {
	padding: 0 5px;
}
#track h4 a {
	text-indent: -9999px;
	float: right;
	margin-top: 7px;
	width: 15%;
	height: 22px;
	background-color: #ccc;
	background-image: url(../images/more.svg);
	background-size: auto 22px;
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 50px;
	z-index: 1999;
}
#track h4 a:hover {
	background-color: #ddd;
}
.trackFixed {
	position: fixed;
	top: 50px;
	z-index: 999;
	left: 0;
	box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.15);
}
/*-------------content index--------------------*/
.contentIndex h1, article h1, .lighbox h1 {
	font-size: 23px;
	color: #333;
	font-weight: normal;
	border-bottom: 2px solid #B81C22;
	padding-bottom: 10px;
	text-align: center;
}
article h1, .lightbox h1 {
	border: 0;
	text-align: left;
	padding: 0;
}
/*-------------content inner--------------------*/
article {
	padding: 20px 15px;
}
h3 {
	color: #B81C22;
	font-size: 18px;
	font-weight: normal;
}
h4 {
	font-size: 15px;
}
#right {
	float: none;
	min-height: 300px;
}
#left h1 {
	display: none;
}
/*-------------left menu--------------------*/
#left {
	display: none;
}
.list li a {
	display: block;
	color: #333;
	text-decoration: none;
	border-bottom: 1px solid #e0e0e0;
	padding: 8px 0px;
}
.list li:last-child a {
	border: none;
}
.list li.selected a, .list li a:hover {
	color: #4285F4;
}
/*-------------------- 首頁精選產品--------------------*/
.prodListIndex {
	padding-bottom: 40px;
}
.prodListIndex li {
	display: inline-block;
	height: auto;
}
.prodListIndex li p {
	margin-top: 5px;
	width: 100%;
	height: 35px;
	overflow: hidden;
	line-height: 130%;
}
/*-------------form--------------------*/
.contentBox, .maxText, .largeText, .midText, .btnMax {
	width: 100%;
}
.smallText {
	width: 100px;
}
.formTitle {
	font-weight: normal;
}
.questionItem li {
	padding-bottom: 3px;
}
/*-------------JQ Validate--------------------*/
label.error {
	color: #fff;
	margin-top: 5px;
	line-height: 100%;
	display: inline-block;
	font-style: italic;
	background: url(https://www.vietnamwoodexpo.com/images/alertTop.png) no-repeat left center;
	padding: 20px 10px 13px 10px;
	font-size: 14px;
}
/*-------------supMenu--------------------*/
#supMenu li a {
	padding: 0 15px 15px 15px;
}
/*-------------ProfileItem--------------------*/
.ProfileItem li {
	margin-left: 20px;
	list-style: disc;
}
/*-----------------partner---------------*/
#partner li, .partnerInner li {
	width: 30%;
	margin: 0 4% 4% 0;
	float: left;
	text-align: center;
}
#partner li:nth-child(3n), .partnerInner li:nth-child(3n) {
	margin-right: 0;
}
/*-------------video--------------------*/
#video li {
	margin-bottom: 25px;
}
#video li:last-of-type {
	margin-bottom: 0;
}
#video li iframe {
	width: 100%;
	height: 240px;
}
/*-------------------- 首頁精選產品--------------------*/
.prodListIndex {
	padding-bottom: 40px;
}
.prodListIndex li {
	display: inline-block;
	height: auto;
}
.swiper-button-next, .swiper-button-prev {
	display: none;
}
/*-------------subscript--------------------*/
#subscript {
	padding: 20px 15px;
	background: #333;
	text-align: center;
	color: #fff;
}
#subscript .textStyle {
	width: 100%;
	margin-bottom: 10px;
}
#subscriptBtn {
	width: 100%;
}
/*----gallery-----*/
.gallery li {
	float: left;
	width: 49%;
	margin: 0 2% 2% 0;
}
.gallery li:nth-child(2n) {
	margin-right: 0;
}
.gallery li a {
	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;
}
/*-------------contact--------------------*/
#contactLeft {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e0e0e0;
}
.inquiryFloat li {
	margin-bottom: 20px;
}
.inquiryFloat li:last-child {
	margin-bottom: 0
}
/*-------------footer--------------------*/
footer {
	padding: 20px 15px;
	font-size: 13px;
	color: rgba(255,255,255,0.6);
	background: #222;
	text-align: center;
}
footer a, footer h3 {
	color: #FFF;
}
ul.contact li {
	margin-bottom: 20px;
}
ul.contact li:last-of-type {
	margin-bottom: 0;
}
/*------------------toTop------------------------*/
#toTop {
	display: none;
}
}