/* ------------------------------------------------------------------
author:        谷辰網路資訊
email:         service@gcii.tw
website:       http://www.gcii.tw
 -------------------------------------------------------------------*/
 
/*-----------------------------------------------------------------------------------*/
/*	CSS Reset & Clearfix - http://meyerweb.com/eric/tools/css/reset/
/*-----------------------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input,textarea {	
	font:inherit;
	resize:none;
	vertical-align: bottom;
}

video {
	max-width: 100%;
	height: auto;
}

iframe,
embed,
object {
	max-width: 100%;
}

.clear {
	clear: both;
	display: block;
	font-size: 0px;
	height: 0px;
	line-height: 0;
	width: 100%;
	overflow:hidden;
}

.clearfix {
	position:relative;
	display: block;
	clear: both;
}

html,body {
	font-size: 15px;
	line-height: 1.5;
	color: #555;
	font-family: 'Roboto','微軟正黑體','Microsoft JhengHei','Lato', sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body {
	background:url(../images/bg.jpg) repeat-x;
	background-color:#b7b6b6;
	
}
a {
	text-decoration: none !important;
	color: #555;
}

a:hover { color: #C6000B; }

a img { border: none; }

img { max-width: 100%; }

iframe { border: none !important; }


/* ----------------------------------------------------------------
	Basic Layout Styles
-----------------------------------------------------------------*/


h1,h2,h3,h4,h5,h6 {
	color: #121212;
	font-weight: 600;
	line-height: 1.5;
	margin: 0 0 30px 0;
}

h5,h6 { margin-bottom: 20px; }

h1 { font-size: 36px; }
h2 { font-size: 30px; }
h3 { font-size: 24px; }
h4 { font-size: 18px; }
h5 { font-size: 14px; }
h6 { font-size: 12px; }
h4 { font-weight: 600; }
h5,h6 { font-weight: bold; }

h1 > span:not(.nocolor),
h2 > span:not(.nocolor),
h3 > span:not(.nocolor),
h4 > span:not(.nocolor),
h5 > span:not(.nocolor),
h6 > span:not(.nocolor) { color: #C6000B; }

/*p,
pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset,
form { margin-bottom: 30px; }*/

small { font-family: 'Tahoma', sans-serif; }

.uppercase { text-transform: uppercase !important; }
.tright { text-align: right !important; }
.tleft { text-align: left !important; }
.fright { float: right !important; }
.fleft { float: left !important; }
.fnone { float: none !important; }
.ohidden { position: relative;overflow: hidden !important; }
.line,.double-line {clear: both;position: relative;width: 100%;margin: 60px 0;border-top: 1px solid #EEE;}
.line.line-sm { margin: 30px 0; }
span.middot {display: inline-block;margin: 0 5px;}
.double-line { border-top: 3px double #E5E5E5; }
.emptydiv {display: block !important;position: relative !important;}
.allmargin { margin: 50px !important; }
.leftmargin { margin-left: 50px !important; }
.rightmargin { margin-right: 50px !important; }
.topmargin { margin-top: 50px !important; }
.bottommargin { margin-bottom: 50px !important; }
.clear-bottommargin { margin-bottom: -50px !important; }
.allmargin-sm { margin: 30px !important; }
.leftmargin-sm { margin-left: 30px !important; }
.rightmargin-sm { margin-right: 30px !important; }
.topmargin-sm { margin-top: 30px !important; }
.bottommargin-sm { margin-bottom: 30px !important; }
.clear-bottommargin-sm { margin-bottom: -30px !important; }
.allmargin-lg { margin: 80px !important; }
.leftmargin-lg { margin-left: 80px !important; }
.rightmargin-lg { margin-right: 80px !important; }
.topmargin-lg { margin-top: 80px !important; }
.bottommargin-lg { margin-bottom: 80px !important; }
.clear-bottommargin-lg { margin-bottom: -80px !important; }
.nomargin {margin: 0 !important; }
.noleftmargin { margin-left: 0 !important; }
.norightmargin { margin-right: 0 !important; }
.notopmargin { margin-top: 0 !important; }
.nobottommargin { margin-bottom: 0 !important; }
.header-stick { margin-top: -50px !important; }
.content-wrap .header-stick { margin-top: -80px !important; }
.footer-stick { margin-bottom: -50px !important; }
.content-wrap .footer-stick { margin-bottom: -80px !important; }
.noborder { border: none !important; }
.noleftborder { border-left: none !important; }
.norightborder { border-right: none !important; }
.notopborder { border-top: none !important; }
.nobottomborder { border-bottom: none !important; }
.noradius { -webkit-border-radius: 0 !important; -moz-border-radius: 0 !important; -ms-border-radius: 0 !important; -o-border-radius: 0 !important; border-radius: 0 !important; }
.col-padding { padding: 60px; }
.nopadding { padding: 0 !important; }
.noleftpadding { padding-left: 0 !important; }
.norightpadding { padding-right: 0 !important; }
.notoppadding { padding-top: 0 !important; }
.nobottompadding { padding-bottom: 0 !important; }
.noabsolute { position: relative !important; }
.noshadow { box-shadow: none !important; }
.hidden { display: none !important; }
.nothidden { display: block !important; }
.inline-block {	float: none !important;display: inline-block !important;}
.center { text-align: center !important; }
.textleft { text-align: left !important; }
.textright { text-align: right !important; }
.divcenter {position: relative !important;float: none !important;margin-left: auto !important;margin-right: auto !important;}
.bgcolor,
.bgcolor #header-wrap { background-color: #1ABC9C !important; }
.color { color: #1ABC9C !important; }
.border-color { border-color: #1ABC9C !important; }
.nobg { background: none !important; }
.nobgcolor { background-color: transparent !important; }
.bgicon {display: block;position: absolute;bottom: -60px;right: -50px;font-size: 210px;color: rgba(0,0,0,0.1);}

/* MOVING BG -  TESTIMONIALS */
.bganimate {
	-webkit-animation:BgAnimated 30s infinite linear;
	 -moz-animation:BgAnimated 30s infinite linear;
		-ms-animation:BgAnimated 30s infinite linear;
		 -o-animation:BgAnimated 30s infinite linear;
			animation:BgAnimated 30s infinite linear;
}
 @-webkit-keyframes BgAnimated {
	from  {background-position:0 0;}
	to    {background-position:0 400px;}
	}
 @-moz-keyframes BgAnimated {
	from  {background-position:0 0;}
	to    {background-position:0 400px;}
	}
 @-ms-keyframes BgAnimated {
	from  {background-position:0 0;}
	to    {background-position:0 400px;}
	}
 @-o-keyframes BgAnimated {
	from  {background-position:0 0;}
	to    {background-position:0 400px;}
	}
 @keyframes BgAnimated {
	from  {background-position:0 0;}
	to    {background-position:0 400px;}
	}


.input-block-level {
	display: block;
	width: 100% !important;
	min-height: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.vertical-middle {
	height: auto !important;
	left: 0;
}

.magnific-max-width .mfp-content { max-width: 800px; }

.redcolor {
	color: #C6000B;
}
/* wrapper */
.indexpage {
	padding: 10px 20px 20px 20px;
}
.mainpage {
	padding: 10px 80px 80px 80px;
}
/* wrapper */

/* header */
#header {
	position: relative;
	width: 100%;
}
/*#header .container-fluid {
	padding-right: 0;
    padding-left: 0;
}*/
#header .topitem {
	position: relative;
	width: 100%;
	height: 59px;
}
#header .topbar {
	position: relative;
	width: 100%;
	min-height: 44px;
    margin-right: 0;
    margin-left: 0;
	background-color:#ababab;
}
.top-logo {

}
.top-logo img {
	margin: 10px 0 0 0;
}
.top-logo-right {
	text-align:right;
	margin: 15px 0 0 0;
}
.topbar-nav {
	background-color:#ababab;
	padding:0 5px;
}
#topbar ul {
	list-style: none;
	min-height:35px;
	padding: 12px 0 0 0;
	display:inline-block;
}
#topbar li {
	float:left;
	margin: 0 12px;
	font-size: 16px;	
	line-height:20px;
}
#topbar li a {
	color: #FFFFFF;		
}
#topbar .nav-line {
	border-right:1px solid #FFFFFF;
}
/* header */

/* breadcrumb */
.breadcrumb {
	position: relative;
	width: 100%;
	height: 45px;
	margin-bottom: 25px;
	border-radius: 0px;
}
.breadcrumb_01 {
	line-height:32px;
	color: #000000;
	padding-left:20px;
}
.breadcrumb_01 a {
	color: #000000;
}
.breadcrumb_01 span {
	display:inline-block;
	margin: 0 10px;
}
/* breadcrumb */

/* index */
.index_01 {
	background-color: #f4f4f4;
}
.index_011 {
	min-height:250px;
	margin:20px 0 20px 0;
	padding:0 15px 0 15px;
	border-right:1px solid #cccccc;	
}
.index_news { 
	min-height:30px;
	padding:3px 0;
}
.index_news_01 {
	float:left;
	vertical-align:middle;
}
.index_news_01 img {
	vertical-align:middle;
	display:inline-block;
}
.index_news_01 a {
	line-height:20px;
}
.index_news_02 {
	float:right;
	line-height:25px;
}
.index_012 {
	margin:20px 0 20px 0;
	padding:0 15px 0 15px;
	
}
.index_0121 {
	background-color:#e8e7e7;
	border:1px solid #cccccc;	
	border-radius: 10px;
	padding:5px;
}
.index_0122 {
	padding:0 15px 0 15px;
}
/* index */

/* about */
.about_01 {
	width:100%;
	overflow:hidden;
	background-color:#e8e7e7;
	border:1px solid #cccccc;	
	border-radius: 10px;
	padding:10px;	
}
/* about */

/* news */
.news_01 {
	width:100%;
	overflow:hidden;
	background-color:#e8e7e7;
	border:1px solid #cccccc;	
	border-radius: 10px;
	padding: 10px;
}
.news_02 {
	padding: 5px 0;
}
.news_0211 {
	font-size: 16px;
}
.news_0211 img {
	vertical-align:middle;
	display:inline-block;
}
.news_0212 {
	padding: 0 0 0 25px;
	color:#a7a7a7;
}
.news_0213 {
	padding: 15px 0 0 25px;
	color:#7a7a7a;
}
.news_022 {}
/* news */

/* products */
.pro_01 {

}
.pro_011 {
	padding-bottom:30px;
}
.pro_02 {
	padding: 0 0 0 15px;
}
.pro_02 p {
	padding:10px 0;
	font-size: 16px;
}
.pro_03 {
	background-color:#e8e7e7;
	border:1px solid #cccccc;	
	border-radius: 10px;
	padding: 10px;
	overflow:hidden;
	margin-bottom:30px;
}
.pro_031 {
}
.pro_031 h4 {
	margin : 5px 0 10px 0;
}
.pro_0311 {
	width:55px;
	background-color:#898989;
	border:1px solid #898989;	
	border-radius: 5px;
	padding: 2px 5px;
	color:#ffffff;
	margin-top:5px;
}
.pro_032 {
}
.pro_04 {
	background-color:#e8e7e7;
	border:1px solid #cccccc;	
	border-radius: 10px;
	padding:10px;
}
.pro_04 hr {
	border-bottom:1px solid #dadada;
}
.pro_042 h3 {
	padding: 15px 0;
}
/* products */

/* customization service*/
.cservice_01 {
	width:100%;
	overflow:hidden;
	background-color:#e8e7e7;
	border:1px solid #cccccc;	
	border-radius: 10px;
	padding:10px;
	text-align:center;
}
/* customization service*/

/* service */
.service_01 {
	width:100%;
	overflow:hidden;
	background-color:#e8e7e7;
	border:1px solid #cccccc;	
	border-radius: 10px;
	padding: 10px;
}
/* service */

/* contact */
#google-map {
    position: relative;
    width: 100%;
    height: 300px;
	margin-top:-25px;
	margin-bottom:30px;
}
.contact_01 {
	width:100%;
	overflow:hidden;
	background-color:#e8e7e7;
	border:1px solid #cccccc;	
	border-radius: 10px;
	padding: 10px;
}
.contact_02 {
	padding: 0 30px;
}
.contact_02 .tright, .contact_02 .tleft{
	padding-right: 1px;
    padding-left: 1px;
}
.contact_02 img {
	vertical-align:middle;
	display:inline-block;
}
.contact_02 span, .contact_03 span {
	color:#ff0000;
}
.contact_03 {
	background-color:#ffffff;
	border:1px solid #bfbfbf;	
	border-radius: 10px;
	padding: 20px;
	margin: 30px 30px 0 30px;
}
/* contact */

/* footer */
#footer {
	width: 100%;	
}
.footer_01 {
	background-color: #434343;	
	min-height: 44px;
}
.footer_01 ul {
	list-style: none;
	min-height:35px;
	padding: 12px 0 0 0;
	display:inline-block;
}
.footer_01 li {
	float:left;
	margin: 0 12px;
	font-size: 16px;	
	line-height:20px;
}
.footer_01 li a {
	color: #FFFFFF;		
}
.footer_01 .nav-line {
	border-right:1px solid #FFFFFF;
}
.footer_02 {
	height:5px;
	background:url(../images/footer_bg.jpg) no-repeat;
	margin: 5px 0;
}
.footer_03 {
	padding :10px 0 0 0;
	text-align:right;
}
/* footer */

/* mobile menu */
.button_container {
  display: none;
  position: fixed;
  top: 45px;
  right: 20px;
  height: 27px;
  width: 35px;
  cursor: pointer;
  z-index: 100;
  -webkit-transition: opacity .25s ease;
          transition: opacity .25s ease;
}
.button_container:hover {
  opacity: .6;
}
.button_container.active .top {
  -webkit-transform: translateY(11px) translateX(0) rotate(45deg);
      -ms-transform: translateY(11px) translateX(0) rotate(45deg);
          transform: translateY(11px) translateX(0) rotate(45deg);
  background: #FFF;
}
.button_container.active .middle {
  opacity: 0;
  background: #FFF;
}
.button_container.active .bottom {
  -webkit-transform: translateY(-11px) translateX(0) rotate(-45deg);
      -ms-transform: translateY(-11px) translateX(0) rotate(-45deg);
          transform: translateY(-11px) translateX(0) rotate(-45deg);
  background: #FFF;
}
.button_container span {
  background: #000000;
  border: none;
  height: 5px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all .35s ease;
          transition: all .35s ease;
  cursor: pointer;
}
.button_container span:nth-of-type(2) {
  top: 11px;
}
.button_container span:nth-of-type(3) {
  top: 22px;
}

.overlay {
  position: fixed;
  background: #C7000B;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .35s, visibility .35s, height .35s;
          transition: opacity .35s, visibility .35s, height .35s;
  overflow: hidden;
}
.overlay.open {
  opacity: .7;
  visibility: visible;
  height: 100%;
}
.overlay.open li {
  -webkit-animation: fadeInRight .5s ease forwards;
          animation: fadeInRight .5s ease forwards;
  -webkit-animation-delay: .35s;
          animation-delay: .35s;
}
.overlay.open li:nth-of-type(2) {
  -webkit-animation-delay: .4s;
          animation-delay: .4s;
}
.overlay.open li:nth-of-type(3) {
  -webkit-animation-delay: .45s;
          animation-delay: .45s;
}
.overlay.open li:nth-of-type(4) {
  -webkit-animation-delay: .50s;
          animation-delay: .50s;
}
.overlay nav {
  position: relative;
  height: 70%;
  top: 45%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 30px;
  /*font-family: 'Vollkorn', serif;*/
  font-weight: 400;
  text-align: center;
}
.overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  height: 100%;
}
.overlay ul li {
  display: block;
  /*height: 25%;
  height: calc(100% / 4);*/
  min-height: 30px;
  padding:5px 0;
  position: relative;
  opacity: 0;
}
.overlay ul li a {
  display: block;
  position: relative;
  color: #FFF;
  text-decoration: none;
  overflow: hidden;
}
.overlay ul li a:hover:after, .overlay ul li a:focus:after, .overlay ul li a:active:after {
  width: 100%;
}
.overlay ul li a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 3px;
  background: #FFF;
  -webkit-transition: .35s;
          transition: .35s;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
/* mobile menu */
