@charset "utf-8";

/* =====================================
   全域
===================================== */
body {
	font-family: 'Noto Sans TC','Segoe UI','Roboto', Arial, Helvetica, sans-serif;
	color: #2e3740;
	font-size: 16px;
	line-height: 1.8em;
	background-color: #EEEFF0;
}

a {
  color:#2e3740;
  text-decoration:none;
}

a:hover {
  color: #2e3740;
  text-decoration:none;
}

a:focus{
  text-decoration:none;
}


p {
	line-height: 1.8em;
	margin: 0 0 20px;
}

ul.ulset {
  margin: 0;
  padding: 0;
  list-style: none;

}

/* a - 轉場過度 */
a {
  -webkit-transition: all 0.2s ease-in-out;
     -moz-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
       -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
  text-decoration: none;
}

.img-responsive { display: block; max-width: 100%; height: auto; }
.spacer-s {height:10px}
.spacer {height:30px}
.spacer-big {height:60px}
.etitle {color:#2E3740; font-size:30px; font-weight: 500;border-bottom:1px solid #979da3;line-height: 40px; padding:0 0 10px 0;}


@media (min-width:1300px){
	.container{width:1440px}
	/*.container{width:1300px}*/
}

@media print {  
  .JustPrint { display:block; overflow: visible;}  
  .NoPrint {display:none;}  
}  

a.NewsMyList {
  font-size: 0.7rem;
  color: #FFF;
  text-align: left;
}




.ez_box_div div:hover {
  opacity: 0.85; 
  filter: alpha(opacity=85); 
}

.ez_box_linklist {
  position: relative;
  top: 0;
  height: 20%;
  margin:0 auto;
  text-align: left;
  color: white; 
  width: 100%;
  background:rgba(0%,0%,0%,0.65);
  text-decoration: none;
  display: block;
  font-size: 0.6rem;
  text-shadow:0.01rem 0.01rem 0.01rem #cccccc;
  overflow: hidden;
}

.ez_box_links {
  position: relative;
  top: 68%;
  height: calc(100% - 70% - 0.75rem);
  margin:0 auto;
  text-align: left;
  color: white; 
  width: 100%;
  background:rgba(0%,0%,0%,0.65);
  border-radius: 15px;
  text-decoration: none;
  display: block;
  font-size: 0.6rem;
  text-shadow:0.01rem 0.01rem 0.01rem #cccccc;
  overflow: hidden;
}

.ez_box_links:hover {
  position: relative;
  top: 50%;
  height: calc(100% - 50% - 0.75rem);
  margin:0 auto;
  text-align: left;
  color: white; 
  width: 100%;
  background:rgba(0%,0%,0%,0.45);
  text-decoration: none;
  display: block;
  font-size: 0.6rem;
  text-shadow:0.01rem 0.01rem 0.01rem #cccccc;
  overflow: hidden;
  animation:boxMoveN 1s forwards;       /* IE infinite alternate */ 
    -moz-animation:boxMoveN 1s  forwards;     /* FireFox */
    -webkit-animation:boxMoveN 1s  forwards;  /* Chrome, Safari */
}

@keyframes boxMoveN{
    from {
    top: 70%;
    height: calc(100% - 70% - 0.75rem);
    background:rgba(0%,0%,0%,0.65);
  }
    to {
    top: 50%;
    height: calc(100% - 50% - 0.75rem);
    background:rgba(0%,0%,0%,0.45);
  }
}
@-moz-keyframes boxMoveN{
     from {
    top: 70%;
    height: calc(100% - 70% - 0.75rem);
    background:rgba(0%,0%,0%,0.65);
  }
    to {
    top: 50%;
    height: calc(100% - 50% - 0.75rem);
    background:rgba(0%,0%,0%,0.45);
  }
}
@-webkit-keyframes boxMoveN{
     from {
    top: 70%;
    height: calc(100% - 70% - 0.75rem);
    background:rgba(0%,0%,0%,0.65);
  }
    to {
    top: 50%;
    height: calc(100% - 50% - 0.75rem);
    background:rgba(0%,0%,0%,0.45);
  }
}




/* 按鈕-top */
.scrollToTop {
	display: none;
	position: fixed;
	z-index: 1005;
	bottom: 50px;
	right: 20px;
	width: 40px;
	height: 40px;
	color: #fff;
	text-align: center;
	cursor: pointer;
	overflow: hidden;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	/*background-color: #4a4d54;*/
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.5+0,0.5+100 */
background: -moz-linear-gradient(top,  rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.5) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.5) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#80000000',GradientType=0 ); /* IE6-9 */
}

.scrollToTop i {
	font-size: 26px;
	line-height: 40px;
}

@media (max-width: 767px) {
  .scrollToTop {
    bottom: 75px;
  }
}
@media (max-width: 360px) {
  .scrollToTop {
    bottom: 105px;
	  right: 10px;
  }
}
@media (max-width: 320px) {
  .scrollToTop {
    bottom: 120px;
  }
}

.btnClose{
  color: #FFF;
  border: 1px solid #FFF;
  border-radius: 50%;
  background-color: #fff;
  display: block;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.btnCircle{
	padding: 12px;
  color: #2e3740;
  border: 1px solid #787d82;
  border-radius: 50%;
  background-color: #fff;
  display: block;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.btnCircle:hover {
  background-color:#eeeff0;
}


.btnStyle {
  color: #2e3740;
  border: 1px solid;
  border-radius: 30px;
  padding: 15px 30px;
  background-color: #fff;
  display: block;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.btnStyle:hover {
  color: #fff;
  background-color:#2e3740;
}


.btngrey,
.btngrey:focus {
    position: relative;
    z-index: 1;
    width: calc(100% - 150px); 
    border: 1px solid #FFF;
    border-radius: 30px;
    background-color: #2e3740;
    color: #FFFFFF;
    font-size: 22px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    overflow: hidden;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    padding: 10px 20px;
}
.btngrey:after {
    content: "";
    position: absolute;
    height: 0%;
    left: 50%;
    top: 50%;
    width: 150%;
    z-index: -1;
    background: #EEEFF0;
    -moz-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
    transform: translateX(-50%) translateY(-50%) rotate(-25deg);
    -webkit-transition: all 0.75s ease 0s;
    -moz-transition: all 0.75s ease 0s;
    -o-transition: all 0.75s ease 0s;
    transition: all 0.75s ease 0s;
}
.btngrey:hover {
  color: #2e3740;
  font-size: 22px;
  font-weight: 500;
  border: 1px solid;
  background-color:#fff;
  text-shadow: none;
}
.btngrey:hover:after {
    height: 450%;
}

.btnStyle.blue {
	  color: #fff;
    background-color: #3492d7; 
}

.btnStyle.blue:hover {
    background-color: #1384d7; 
}


.btnStyle.grey{
	width: calc(100% - 200px); 
	color: #FFF;
	font-family: 'Segoe UI';
	font-size: 20px;
	border: 1px solid #FFF;
	border-radius: 40px;
	background-color: #2e3740;
}

.btnStyle.grey:hover {
  color: #2e3740;
  border: 1px solid #2e3740;
  background-color: #fff; 
 }


.btnStyle.red {
    background-color: #f44635;
    color: #fff;
}

.btnStyle.red:hover {
  background-color: #ff3c6e;
 }


.btnNews {
	color: #FFF;
	margin: 4px 15px;
	padding: 10px 15px;
	font-family: 'Noto Sans TC';
  font-size: 20px;
  background-color: #3492d7; 
  border: none;
  border-radius: 30px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}

@media (max-width:1128px){
  .btnNews {
    color: #FFF;
    margin: 4px 5px;
    padding: 2px 10px;
    font-family: 'Noto Sans TC';
    font-size: 12px;
    background-color: #3492d7; 
    border: none;
    border-radius: 30px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
  }

  .btnCircle{
    padding: 1px;
    color: #2e3740;
    border: 1px solid #787d82;
    border-radius: 50%;
    background-color: #fff;
    display: block;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
   }

}

/*************************
Typography 
**************************/

.font1 {
	font-size: 16px;
	color: #1d2088;
	font-weight: bold;
}
.font2 {
	font-size: 12px;
	line-height: 22px;
	color: #df0500;
}
.font3 {
	font-size: 16px;
	color: #222;
	font-weight: bold;
	padding-bottom: 10px;
	padding-left: 5px;
}
.font6 {
	font-size: 1.25em;
	color: #238dd9;
}

/*表單*/
.input-txt {
  position: relative;
  overflow: hidden;
}
.form-group .ti-label {
    width: 100%;
    color: #000;
    font-weight: normal;
    line-height: 25px;
	padding-left: 5px;
}
.form-group .ti-label span {
    display: inline-block;
    font-size: 13px;
    line-height: 20px;
    vertical-align: middle;
	color: #ed1c24;
	margin-right: 5px;
}

.form-button{text-align: center;}
.form-button .button{margin: 0 5px;}
.box-txt{border: 1px solid #ddd; outline: none; padding: 4px 10px; font-size: 1em; -webkit-transition: ease 0.3s; -o-transition: ease 0.3s; transition: ease 0.3s;}
.box-txt.full{width: 100%;}

.box-txt.txtarea{height: 150px; width: 100%}
.box-txt.mgTop{margin-top: 10px;}
.box-txt:focus{border-color: #2870c4; -webkit-box-shadow: 0 0 1px #2870c4; box-shadow: 0 0 1px #2870c4;}
.box-txt::-webkit-input-placeholder { color: #aaa; }
.box-txt::-moz-placeholder { color: #aaa; }
.box-txt:-ms-input-placeholder { color: #aaa; }
.box-txt:-moz-placeholder { color: #aaa; }
@media only screen and (max-width:991px) {
  .form-style .half{float: none; width: 100%; }
  .form-style .half.left{padding-right: 0px;}
  .form-style .half.right{padding-left: 0px;}
}
@media only screen and (max-width:767px) {
  .form-style .f-row{margin: 15px 0;}
}
@media only screen and (max-width:499px) {
  .form-style .f-row .tit, .form-style .f-row .content{ display: block;}
  .form-style .f-row .content{width: 100%;}
  .form-button .button{ width: 46%; margin: 0 2px; font-size: 0.95rem; }
  .form-button .button i{ display: none;}
  .form-style .f-row .three-warp{margin: 0 ;}
  .form-style .f-row .three{width: 100%; margin: 5px 0 0; float: none;}
  .form-style ::-webkit-input-placeholder { font-size: 0.8rem; }
  .form-style ::-moz-placeholder { font-size: 0.8rem; }
  .form-style :-ms-input-placeholder { font-size: 0.8rem; }
  .form-style :-moz-placeholder { font-size: 0.8rem; }
}
.selectBox {
  display: inline-block;
  position: relative;
  z-index: 1;
  background-color: #fff;
}
.selectBox select {
  padding: 0 30px 0 10px;
  width: auto;
	min-width: 150px;
  height: 32px;
  color: #000;
  outline: none;
  line-height: 32px;
  border: none;
	border: 1px solid #ddd;
  background: transparent;
  text-overflow: '';
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.selectBox select::-ms-expand { /* For IE10 */
  display: none;
}
.selectBox:before {
  pointer-events: none;
  content: '';
  position: absolute;
  top: 8px;
  right: 10px;
  width: 10px;
  height: 10px;
  border-right: #333 1px solid;
  border-bottom: #333 1px solid;
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.selectBox:hover {
  border-color: #333;
}
/*************************
 Footer CSS
**************************/
#footer {
	float: left;
	width: 100%;
	padding: 40px 0;
	background: #2e3740;
}

.basic {
	font-family: 'Segoe UI';
	float: left;
	width: 100%;
	display: inline-block;
	margin: -18px 0 0 -25px;
	padding: 0;
}

.basic span {
	font-family: 'Segoe UI';
	font-size: 18px;
	line-height: 50px;
	color: #fff;
	padding: 0;
	margin: 2px 5px 0 0;
	display:inline-block;
}

.basic span:nth-child(2) {float: left;background: url(../img/placeholder.svg) no-repeat 3px 5px;background-size: auto 40px;padding-left: 50px;}
.basic span:nth-child(3) {float: left;background: url(../img/phone.svg) no-repeat 2px center;background-size: auto 40px;padding-left: 50px;}
.basic span:nth-child(4) {float: left;background: url(../img/printer.svg) no-repeat 2px center;background-size: auto 40px;padding-left: 50px;}
.basic span:nth-child(5) {width: 100%;background: url(../img/printer.svg) no-repeat left 8px;background-size: auto 40px;padding-left: 50px;}
.basic span:nth-child(6) {width: 100%;background: url(../img/mail.svg) no-repeat left 8px;background-size: auto 40px;padding-left: 50px;}
.basic span A:link {color:#fff;text-decoration:none}
.basic span A:visited {color:#fff;text-decoration:none}
.basic span A:hover {color:#f8f8f8;text-decoration:underline;background: #2e3740;}

@media (max-width: 768px) {
	.basic {
		font-family: 'Segoe UI';
		float: left;
		width: 100%;
		display: inline-block;
		margin: 0;
		padding: 0;
	}

}

.copyright {
	width:100%;
	height: 80px;
	margin: 0 auto;
	font-family: 'Segoe UI';
	font-style: normal;
	font-size: 18px;
	text-align: center;
	line-height: 25px;
	letter-spacing: 0.02em;
	color: #fff;
	display: inline-block;
	background-image:url(../img/footerbg.png); 
	background-repeat:repeat-x; 
	background-position:center top;
}
.copyright A:link {color:#fff;text-decoration:none}
.copyright A:visited {color:#fff;text-decoration:none}
.copyright A:hover {color:#fdfdfd;background-color: #2e3740;text-decoration:underline}

@media (max-width: 768px) {
	.copyright {
		padding: 0 20px;
		font-family: 'Segoe UI';
		font-size: 16px;
		text-align: left;
		display: inline-block;
		background-image:url(../img/footerbg.png); 
	}
}

#footer ul.share {
	float: left;
	width: 40%;
	display: inline-block;
	padding: 68px 0 0;
	margin: 0;
	background: url(../footer-logo.png) no-repeat left 10px;
}
#footer ul.share li {
	float: right;
	margin: 0 0 0 8px;
	padding: 0;
	list-style: none;
}
#footer ul.share li.share-fb a {
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #3b5998 url(../img/icon-facebook.svg) no-repeat center center;
	background-size: 21px auto;
	text-indent: -9999px;
}
#footer ul.share li:hover.share-fb a {
	background-color: #627db7;
}
#footer ul.share li.share-twer a {
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #00a7e6 url(../img/icon-twitter.svg) no-repeat center center;
	background-size: 21px auto;
	text-indent: -9999px;
}
#footer ul.share li:hover.share-twer a {
	background-color: #44bce9;
}
#footer ul.share li.share-in a {
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #0077b0 url(../img/icon-linkedin.svg) no-repeat center center;
	background-size: 20px auto;
	text-indent: -9999px;
}
#footer ul.share li:hover.share-in a {
	background-color: #2696cc;
}
#footer ul.share li.share-yt a {
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #d8362a url(../img/icon-youtube.svg) no-repeat center center;
	background-size: 28px auto;
	text-indent: -9999px;
}
#footer ul.share li:hover.share-yt a {
	background-color: #e3574d;
}
#footer ul.share li.share-ig a{ width:40px; height: 40px; display:inline-block; border-radius: 50%;text-indent: 100%; white-space: nowrap; overflow: hidden;background: url(../img/icon-ig.svg) no-repeat center center; background-size: 40px; }
#footer ul.share li.share-ig:hover a{ background: url(../img/icon-ig1.svg) no-repeat center center; background-size: 40px; }
#footer ul.share li.share-tfsc a {
	display: inline-block;
	width: 95px;
	height: 40px;
	background: #9e9e9e url(../icon-tfsc.jpg) no-repeat center center;
	text-indent: -9999px;
}
#footer ul.share li:hover.share-tfsc a {
	background-color: #0084b1;
}
@media (max-width: 991px) {
.basic {width: 100%;}
#footer ul.share {float: left;width: 100%;padding: 15px 0 0;background: inherit;}
#footer ul.share li {float: left;}
}
@media (max-width: 768px) {
.basic span {margin: 2px 0 0 0;	width: 100%;}
}
@media (max-width: 480px) {
#footer ul.share li {margin: 0 0 0 5px;}
}
/*************************
******* Home ******
**************************/
#page {
	left: 0;
	position: relative;
}
#ibanner {
	width: 100%;
	float: left;
	height: 750px;
	background: #092251;
}
#content {
	width: 100%;
	float: left;
	padding: 65px 0 0;
}
.parallax-window {
	width: 100%;
    min-height: 250px;
    background: transparent;
	padding: 0;
}

#ivideo {
	width: 100%;
	float: left;
  padding: 0px 0 75px;
	/*padding: 50px 0 75px;*/
}

#ivideo .container {
  position: relative;
}

#ivideo .videoBox {
	margin: 0 auto;
  width: 100%;
}

#ivideo .vtitle {
	margin: 10px;
  color: #FFF;
  font-family: 'Noto Sans TC';
	font-weight: 300;
	font-size: 24px;
}

#ivideo .photo-gallery{
  column-count: 3;
  column-gap: 10px;
  width:100%; 
  margin:0 auto;
}

#ivideo .gallery {
  margin: 20px;
 /* border: 1px solid #ccc;*/
  float: left;
  width: 28%;
}

#ivideo .gallery:hover {
 /* border: 1px solid #777;*/
}

#ivideo .gallery img {
  width: 100%;
  height: auto;
}


.ifs {
  position:absolute;
  color: #3492d7;
  font-size:100px;
  font-family: Times New Roman;
  font-weight: 700;
  /*top:45%;
  left:60%;*/
  top:50%;
  left:65%;
  transform: translate(-45%, -70%);
  z-index:1000;
}

.fi01{
  width:100%; 
  /*background-image:url(assets/img/idata01.png);*/
  background-size:cover;
  background-position:center;
  position:relative;
}

.fi02{
  width:100%; 
  background-size:cover;
  background-position:center;
  position:relative;
}

.fi03{
  width:100%; 
  background-image:url(assets/img/idata03.png);
  background-size:cover;
  background-position:center;
  position:relative;
}

.fi04{
  width:100%; 
  background-image:url(assets/img/idata04.png);
  background-size:cover;
  background-position:center;
  position:relative;
}

.fi05{
  width:100%; 
  background-image:url(assets/img/idata05.png);
  background-size:cover;
  background-position:center;
  position:relative;
}

.fi06{
  width:100%; 
  background-image:url(assets/img/idata06.png);
  background-size:cover;
  background-position:center;
  position:relative;
}

.fi07{
  width:100%; 
  background-image:url(assets/img/idata07.png);
  background-size:cover;
  background-position:center;
  position:relative;
}

.fi08{
  width:100%; 
  background-image:url(assets/img/idata08.png);
  background-size:cover;
  background-position:center;
  position:relative;
}

.fi09{
  width:100%; 
  background-image:url(assets/img/idata09.png);
  background-size:cover;
  background-position:center;
  position:relative;
}


@media (max-width:1023px){

  #ivideo .photo-gallery{
    column-count:  1;
    column-gap: 10px;
    width:100%; 
    margin:0 auto;
  }

  #ivideo .gallery {
    margin: 0 auto;
    padding: 10px 5px;
   /* border: 1px solid #ccc;*/
    float: left;
    width: 100%;
  }

  #ivideo .gallery:hover {
   /* border: 1px solid #777;*/
  }

  #ivideo .gallery img {
    width: 100%;
    height: auto;
  }


}


/*


#photo-gallery{
  column-count: 3;
  column-gap: 10px;
  width:600px; 
  margin:0 auto;
}

#ivideo .btn_video {
  position: absolute;
  z-index: 4;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

#ivideo .btn_video:before {
  content: '';
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 58%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 78px;
  height: 78px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  box-sizing: border-box;
  border-radius: 50%;
  transition: all .5s;
}

#ivideo .btn_video:after {
  content: '';
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 58%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: url("../play-button.svg") no-repeat center center;
  background-size: 90px;
  transition: all .5s;
}
#ivideo .btn_video:focus {
  outline: none;
}
#ivideo .btn_video:hover:before, #ivideo .btn_video:hover:after {
  -webkit-transform: translate(-50%, -50%) scale(1.2);
      -ms-transform: translate(-50%, -50%) scale(1.2);
          transform: translate(-50%, -50%) scale(1.2);
	-webkit-box-shadow: 0 0 10px rgba( 255, 255, 255, .9 );	box-shadow: 0 0 10px rgba( 255, 255, 255, .9 );
}

*/

.gbg {
	margin-top: 50px;
	color: #2E3740;
	font-size: 20px;
	line-height: 30px;
	text-align: left;
  background-color:#eeeff0; 
}

.ebg {
	color: #2E3740;
	font-size: 20px;
	line-height: 30px;
	text-align: left;
  background-color:#fdfdfd; 
  border-top: 1px solid #787d82;
  border-bottom: 1px solid #787d82;
}

.ebg h1{ 
	font-family: 'Noto Sans TC';
	font-style: normal;
	font-weight: 500;
	font-size: 45px;
	margin: 30px 0; 
}

.ebg2 {
	margin-top:-15px;
	color: #2E3740;
	font-size: 20px;
	line-height: 30px;
	text-align: left;
  background-color:#fdfdfd; 
}

.ebg2 h1{ 
	font-family: 'Noto Sans TC';
	font-style: normal;
	font-weight: 500;
	font-size: 45px;
	margin: 30px 0; 
}

#newsbox{
	margin: 0 auto;
	width: 90%; 
	border: 1px;
	min-height: 50px;
}


#newsbox .row{
  height: 100px;
  min-height: 100px;
  display: flex;
  align-items: center; 
	border-top: 1px solid #787d82;
}


/*@media (max-width: 1023px) {*/
@media only screen and (max-width: 999px) {
	.ebg {
	color: #2E3740;
	font-size: 16px;
	line-height: 30px;
	text-align: left;
  background-color:#fdfdfd; 
 }

.ebg h1{ 
	font-family: 'Noto Sans TC';
	font-style: normal;
	font-weight: 500;
	font-size: 35px;
	margin: 30px 0; 
}

	#newsbox{
	margin: 0 auto;
	width: 100%;
	border: 1px;
	min-height: 40px;
 }
}



#iinfo {
	width: 100%;
	float: left;
	min-height: 330px;
	position: relative;
	background-color: #EEEFF0;
}
#iinfo .Catalogue p {
	font-size: 16px;
	line-height: 1.8em;
	color: rgba(255,255,255,0.8);
}
#iinfo .Catalogue {
	width: 51.5%;
	height: 330px;
	float: left;
	padding: 3% 10%;
	position: relative;
	overflow: hidden;
	background: #000;
	text-align: center;
	-webkit-clip-path: polygon(0 0, 100% 0%, 95% 100%, 0% 100%);
	clip-path: polygon(0 0, 100% 0%, 95% 100%, 0% 100%);
}
#iinfo .Catalogue p, #iinfo .Screws p {
	width: 100%;
	display: inline-block;
	padding: 0;
	margin: 0;
}
#iinfo .Catalogue p.title {
	width: 300px;
	font-family: "Fjalla One", \5FAE\8EDF\6B63\9ED1\9AD4, \65B0\7D30\660E\9AD4, "Arial Black", sans-serif;
	font-size: 36px;
	line-height: 1.4em;
	color: rgba(242,180,7,0.9);
	text-align: left;
	padding: 15px 0 15px 100px;
	background: url(../img/icon-dowload.svg) no-repeat 10px 5px;
	background-size: 62px auto;
}
#iinfo .Catalogue p.title .cht {
	width: 100%;
	display: inline-block;
	font-size: 24px;
	line-height: 1.4em;
	color: rgba(242,180,7,1);
}
#iinfo .Catalogue p.download {
	width: 300px;
	font-size: 18px;
	line-height: 1.5em;
	margin-top: 20px;
	padding: 9px 45px 11px 25px;
	COLOR: rgba(242,180,7,0.7);
	TEXT-DECORATION: none;
	border-radius: 50px;
	text-align: center;
	transition: background 0.3s;
	border: 1px solid rgba(242,180,7,0.3);
	background: transparent url(../img/icon-dowload1.svg) no-repeat 215px 10px;
	background-size: auto 20px;
}
#iinfo .Catalogue:hover p.download {
	COLOR: #FFF;
	text-decoration: none;
	border: 1px solid rgba(242,180,7,0.9);
	background: rgba(242,180,7,0.9) url(../img/icon-dowload2.svg) no-repeat 215px 13px;
	background-size: auto 20px;
}
#iinfo .Screws {
	width: 51.5%;
	height: 330px;
	float: right;
	padding: 3% 10%;
	position: absolute;
	overflow: hidden;
	background: #000;
	text-align: center;
	-webkit-clip-path: polygon(5% 0, 100% 0, 100% 100%, 0 100%);
	clip-path: polygon(5% 0, 100% 0, 100% 100%, 0 100%);
	right: 0;
	top: 0;
}
#iinfo .Screws p.title {
	width: 300px;
	font-family: "Fjalla One", \5FAE\8EDF\6B63\9ED1\9AD4, \65B0\7D30\660E\9AD4, "Arial Black", sans-serif;
	font-size: 36px;
	line-height: 1.4em;
	color: rgba(10,48,122,1);
	text-align: left;
	padding: 15px 0 15px 100px;
	background: url(../img/icon-logo.svg) no-repeat 5px 15px;
	background-size: 80px auto;
}
#iinfo .Screws p.title .cht {
	width: 100%;
	display: inline-block;
	font-size: 24px;
	line-height: 1.4em;
	color: rgba(10,48,122,1);
}
#iinfo .Screws p.more {
	width: 300px;
	margin-top: 20px;
	font-size: 18px;
	line-height: 1.5em;
	padding: 9px 25px 11px;
	text-align: center;
	COLOR: rgba(10,48,122,1);
	TEXT-DECORATION: none;
	border-radius: 50px;
	transition: background 0.3s;
	border: 1px solid rgba(10,48,122,0.6);
}
#iinfo .Screws:hover p.more {
	COLOR: #FFF;
	text-decoration: none;
	border: 1px solid rgba(10,48,122,1);
	background: rgba(10,48,122,1);
}
.Catalogue .pic, .Screws .pic { 
	width: 100%;
	display: inline-block;
	overflow: hidden;
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	opacity: 1;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}
.Catalogue:hover .pic, .Screws:hover .pic { 
	opacity: 0.8;
}
.Catalogue .pic .infoimg, .Screws .pic .infoimg {
	width: 100%;
	height: 330px;
	outline: none;
	display: inline-block;
	float: left;
}

@media (min-width: 992px) and (max-width: 1299px) {
#iinfo .Catalogue, #iinfo .Screws {
	padding: 4% 5%;
}
}
@media (max-width: 991px) {
#iinfo .Catalogue, #iinfo .Screws {
	width: 100%;
	height: 330px;
	float: left;
	padding: 7.5% 25% 2%;
	position: relative;
	-webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
	clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
}
}
@media (max-width: 768px) {
#iinfo .Catalogue, #iinfo .Screws {
	height: 300px;
	padding: 7% 15% 2%;
}
}
@media (max-width: 480px) {
#ivideo h3 .cht:before, #ivideo h3 .cht:after{
	display: none;
}
#iinfo .Catalogue, #iinfo .Screws {
	height: 280px;
	padding: 10% 3% 2%;
}
}

/*recommend*/
#recommend{
	position: relative;
	overflow: hidden;
	width: 100%;
	padding: 55px 0 60px;
	display: inline-block;
	background: #e8ecef url(../iproducts-bg.jpg) no-repeat bottom center;
}
#recommend:before{
  content: '';
  position: absolute;
  width: 2000px;
  height: 2000px;
  border-radius: 100%;
  left: 50%;
  margin-left: -1000px;
  bottom: -1750px;
}
#recommend h3 {
	width: 100%;
	font-size: 40px;
	color: #0d3b93;
	line-height: 1.3em;
	margin: 0 0 20px;
	padding: 0;
	display: inline-block;
	text-align: center;
	font-family: "Fjalla One", \5FAE\8EDF\6B63\9ED1\9AD4, \65B0\7D30\660E\9AD4, "Arial Black", sans-serif;
}
#recommend h3 .cht {
	width: 100%;
    display: inline-block;
    margin: 0;
	font-size: 24px;
	line-height: 1.3em;
	color: #333333;
}
#recommend h3 .cht:before, #recommend h3 .cht:after{
	content:"";
	display:inline-block;
	width:38px;
	height:1px;
	margin:0 15px;
	overflow:hidden;
	background-color:#333333;
	position:relative;
	top:-10px;
}
#recommend .item{
  margin: 5px 5px;
}
#recommend .item .slick-arrow{
  width: 35px;
  height: 35px;
  position: absolute;
  top: 50%;
  font-size: 0;
  border: none;
  z-index: 100;
  outline: none;
  margin-top: -20px;
}
#recommend .item .slick-prev{
  left: -15px;
  background: url(../img/aw.svg) no-repeat center center;
  background-size: 35px;
}
#recommend .item .slick-next{
  right: -15px;
  background: url(../img/aw.svg) no-repeat center center;
  background-size: 35px;
  transform:rotate(180deg);
  -ms-transform:rotate(180deg);
  -webkit-transform:rotate(180deg);
  -moz-transform:rotate(180deg);
}
#recommend .item .box{
  margin: 0 auto;
  display: block;
  outline: none;
  width: 100%;
  padding: 10px 5px;
}
#recommend .item .box .pic { 
	width: 100%;
	float: left;
	overflow: hidden;
	/*padding: 10px;*/
	background-color: #fff;
	position: relative;
	-webkit-box-shadow: 0 0 5px rgba( 0, 0, 0, 0 );
	box-shadow: 0 0 5px rgba( 0, 0, 0, 0 );
	-webkit-transition: all 0.2s ease-in-out;
     -moz-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
       -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}
#recommend .item .txt{
	width: 100%;
	display: inline-block;
	font-size: 16px;
	line-height: 1.4em;
	color: #000000;
	margin: 0;
	padding: 12px 5px;
	text-align: center;
	background-color: #fff;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	-o-transition: color .20s linear, background-color .20s linear, border-color .20s linear;
	-webkit-transition: color .20s linear, background-color .20s linear, border-color .20s linear;
	-moz-transition: color .20s linear, background-color .20s linear, border-color .20s linear;
	transition: color .20s linear, background-color .20s linear, border-color .20s linear;
}
#recommend .item .box:hover .txt {
	color: #ef8200;
}
#recommend .item .box .pic .productimg {
	width: 100%;
	height: 200px;
	outline: none;
	display: inline-block;
	float: left;
	-webkit-transform: scale(1);
    transform: scale(1);
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
#recommend .item .box:hover .pic .productimg {
	opacity: 0.8;
	-webkit-transform: scale(1.05);
    transform: scale(1.05);
}
@media (min-width: 480px){
  #recommend .item .box .pic .productimg {height: 200px;}
  #recommend:before{
    width: 5000px;
    height: 5000px;
    margin-left: -2500px;
    bottom: -4680px;
  }
}
@media (min-width: 640px){
  #recommend:before{
    width: 8000px;
    height: 8000px;
    margin-left: -4000px;
    bottom: -7680px;
  }
}
@media (min-width: 768px){
  #recommend .item .box .pic .productimg {height: 220px;}
  #recommend .item .box{
    padding: 0 10px;
  }
  #recommend .item .slick-arrow{
    width: 40px;
    height: 40px;
    top: 50%;
    margin-top: -20px;
  }
}
@media (min-width: 992px){
  #recommend:before{
    width: 15000px;
    height: 15000px;
    margin-left: -7500px;
    bottom: -14680px;
  }
}


.about {
	float: left;
  display: block;
	width: 100%;
	padding-bottom: 30px;
}

.top-block {
	float: left;
	width: 100%;
	display: block;
  position: relative;
	margin-bottom: 40px;
}
.top-block_inner {
  display: block;
  padding: 25px 5% 30px;
  color: #2E3740;
  font-weight: bold;
  border-radius: 24px;
  text-decoration: none;
  background-color: #f8f8f8;
 
}
.top-block_inner p {
  margin-bottom: 0;
	font-style: normal;
	font-family: 'Noto Sans TC';
	font-weight: 400;
	font-size: 24px;
	line-height: 1.8em;
	color: #2E3740;
}

.top-block_inner p.more {
	width: 150px;
	margin-top: 18px;
	padding: 5px 25px 9px 58px;
	COLOR: rgba(255,255,255,0.4);
	TEXT-DECORATION: none;
	border-radius: 50px;
	transition: background 0.3s;
	border: 1px solid rgba(255,255,255,0.3);
	background: transparent url(../img/left-arrow.svg) no-repeat 26px 15px;
	background-size: auto 12px;
}
.top-block_inner:hover p.more {
	COLOR: #FFF;
	text-decoration: none;
	border: 1px solid rgba(12,41,95,0.3);
	background: #0c295f url(../img/left-arrow1.svg) no-repeat 26px 15px;
	background-size: auto 12px;
}


.top-block_heading {
  position: relative;
  margin: 0 0 20px;
	font-size: 2.6em;
	line-height: 1.3em;
	color: #2e3740;
	padding: 0;
}

.top-block_heading:before{
	content:"";
	display:inline-block;
	width:25px;
	height:5px;
	margin:0;
	overflow:hidden;
	/*background:#ffc82f;*/
	position:absolute;
	top:22px;
	left: -6%;
}
.top-block_heading .cht {
  display: inline-block;
	width: 100%;
  margin: 0;
	font-size: 24px;
	line-height: 1.5em;
	color: #fff;
}
.top-block-pic { 
	width: 100%;
	overflow: hidden;
	background: #fff;
	border-radius: 24px;
}
.top-block-pic .topblockimg {
	width: 100%;
	height: 250px;
	outline: none;
	display: inline-block;
	float: right;
	border-radius: 24px;
}
.top-block_inner {
  font-weight: normal;
  -webkit-transition: background 0.4s ease-out, -webkit-transform 0.4s ease-out;
  transition: background 0.4s ease-out, -webkit-transform 0.4s ease-out;
  transition: background 0.4s ease-out, transform 0.4s ease-out;
  transition: background 0.4s ease-out, transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
}
.top-block_inner:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

@media (min-width: 992px) {
  .top-block_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    top: 25%;
    left: -1%;
    width: 60%;
    min-height: 55%;
    padding: 2.5% 3.3% 3.4% 2.5%;
	  z-index: 1;

  }

  .top-block_inner {
    width: 45%;
  }

 .top-block_inner:hover {
   background-color: #FFF;
 }

.top-block_heading {
	font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 500;
	font-size: 2em;
	line-height: 1.5em;

}
.top-block_heading:before{
	width: 50px;
	height: 5px;
	top: 22px;
	left: -17%;
}

.top-block-pic { 
	width: 85%;
	overflow: hidden;
	background: #EEEFF0;
	float: right;
}

.top-block-pic .topblockimg {
	background-color: #EEEFF0;
	width: 99%;
	height: 600px;
	border-radius: 24px;
	outline: none;
	display: inline-block;
	float: right;
}

}
@media (max-width: 480px) {
.top-block_heading {font-size: 2em;}
.top-block_heading:before{right: -10%;}
}
/*************************
******* Banner ******
**************************/
.pbanner {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	position: relative;
    overflow: hidden;
}
.pbanner .pbannerbg {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	height: 100%;
	position: absolute;
    left: 0;
	bottom: 0;
	background: rgba(0,0,0,0.1) url(../img/pb-mark.png) repeat 0 0;
}
.p-ban > .title {
	font-family: "Fjalla One", \5FAE\8EDF\6B63\9ED1\9AD4, \65B0\7D30\660E\9AD4, "Arial Black", sans-serif;
	position: relative;
	padding: 0;
	top: 0;
	display: inline-block;
	height: 100%;
	width: 100%;
	text-align: center;
}
.p-ban > .title > span {
	position: absolute;
	top: 33%;
	left: 0;
	width: 100%;
	font-size: 44px;
	line-height: 1.3em;
	color: #fff;
	padding: 0;
	text-shadow: 0px 0px 6px rgba(0,0,0,0.5);
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.p-ban > .title > span .cht {
	font-size: 20px;
	line-height: 1.4em;
	color: #fff;
	width: 100%;
	display: inline-block;
	margin-top: 3px;
}
.p-ban { height: 330px;}

@media (min-width: 992px) and (max-width: 1299px) {
  .p-ban { height: 300px;}
}
@media (max-width: 991px) {
  .p-ban {height: 230px;}
  .p-ban > .title > span  {	font-size: 36px; }
}
@media (max-width: 768px) {
  .p-ban {height: 190px;}
  .p-ban > .title > span {font-size: 30px; }
  .p-ban > .title > span .cht {font-size: 18px;}
}
@media (max-width: 600px) {
  .p-ban { height: 160px; }
  .p-ban > .title > span {top: 32%;font-size: 24px; }
  .p-ban > .title > span .cht {font-size: 16px;}
}
/* 頁碼 */

/* Pagination */
#page_list{
  margin: 0 auto;
  text-align: center;
}
.pagination { 
  font-family: 'Noto Sans TC',\5FAE\8EDF\6B63\9ED1\9AD4, \65B0\7D30\660E\9AD4, Helvetica, Arial, sans-serif; 
  text-align: center; 
}
.pagination > .page-numbers { padding-top: 30px; /*border-top: 1px solid rgba(0, 0, 0, 0.08)*/; }
.pagination > .page-numbers .dots { display: block; padding: 12px 0; }
.pagination ul { list-style: none; padding: 0; }
.pagination li { 
  font-size: 14px;
  display: inline-block; 
  background: #f2f2f2; 
  border-radius: 50px; 
  width: 45px; 
  transition: all 200ms ease-out; 
  margin-bottom: 4px; 
}
.pagination li a { 
  display: block; 
  color: #999999; 
  font-size: 20px;
  padding: 12px 15px; 
  border-radius: 50px;
  border: 1px solid #787d82;
}

.pagination li:hover { color:#FFF;background: #3492d7; }
.pagination li:hover a { color: #333333; }
.pagination li a:hover  { color:#FFF;background: #3492d7;}
.pagination li .current { 
  display: block; 
  color: #333333; 
  /*background: #3492d7; */
  background: #fdfdfd;
  /*padding: 12px 18px; */
  padding: 5px;
  border-radius: 50px; 
}

/*
.pages {
	width: 100%;
	float: left;
	margin-top: 15px;
	text-align: center;
	padding-top: 10px;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #797979;
  background-color: #ffffff;
  border: 1px solid #efefef;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #009eef;
  background-color: #eeeeee;
  border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #009eef;
  border-color: #009eef;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #efefef;
  border-color: #efefef;
  cursor: not-allowed;
}

.pagenum2 {
	float: left;
	width: 100%;
	padding: 35px 0 10px;
	border-top: 1px solid #E3E3E3;
	text-align: center;
}
.pagenum2 a {
	padding: 8px 25px 8px 52px;
	COLOR: #666;
	TEXT-DECORATION: none;
	border-radius: 30px;
	transition: background 0.3s;
	border: 1px solid #dddddd;
	background: #ededed url(../img/left-arrow.svg) no-repeat 25px 13px;
	background-size: auto 12px;
}
.pagenum2 a:hover {
	COLOR: #FFF;
	text-decoration: none;
	border: 1px solid #009eef;
	background: #009eef url(../img/left-arrow1.svg) no-repeat 25px 13px;
	background-size: auto 12px;
}
.pagenum4 {
	float: left;
	width: 100%;
	padding: 10px 0 50px;
	text-align: center;
	background: #fff;
}
.pagenum4 a {
	display: inline-block;
	margin: 0;
	padding: 8px 40px 8px 65px;
	COLOR: #888;
	TEXT-DECORATION: none;
	border-radius: 30px;
	transition: background 0.3s;
	border: 1px solid #ccc;
	background: #fff url(../img/left-arrow.svg) no-repeat 28px 15px;
	background-size: auto 15px;
}
.pagenum4 a:hover {
	COLOR: #FFF;
	text-decoration: none;
	border: 1px solid #183d84;
	background: #183d84 url(../img/left-arrow1.svg) no-repeat 22px 15px;
	background-size: auto 15px;
}

*/

/*********************************************************************************/
/* imagelightbox                                                                 */
/*********************************************************************************/

		#imagelightbox
		{
			cursor: pointer;
			position: fixed;
			z-index: 10000;

			-ms-touch-action: none;
			touch-action: none;

			-webkit-box-shadow: 0 0 3.125em rgba( 0, 0, 0, .75 ); /* 50 */
			box-shadow: 0 0 3.125em rgba( 0, 0, 0, .75 ); /* 50 */
		}


		/* ACTIVITY INDICATION */

		#imagelightbox-loading,
		#imagelightbox-loading div
		{
			border-radius: 50%;
		}
		#imagelightbox-loading
		{
			width: 2.5em; /* 40 */
			height: 2.5em; /* 40 */
			background-color: #444;
			background-color: rgba( 0, 0, 0, .5 );
			position: fixed;
			z-index: 10003;
			top: 50%;
			left: 50%;
			padding: 0.625em; /* 10 */
			margin: -1.25em 0 0 -1.25em; /* 20 */

			-webkit-box-shadow: 0 0 2.5em rgba( 0, 0, 0, .75 ); /* 40 */
			box-shadow: 0 0 2.5em rgba( 0, 0, 0, .75 ); /* 40 */
		}
			#imagelightbox-loading div
			{
				width: 1.25em; /* 20 */
				height: 1.25em; /* 20 */
				background-color: #fff;

				-webkit-animation: imagelightbox-loading .5s ease infinite;
				animation: imagelightbox-loading .5s ease infinite;
			}

			@-webkit-keyframes imagelightbox-loading
			{
				from { opacity: .5;	-webkit-transform: scale( .75 ); }
				50%	 { opacity: 1;	-webkit-transform: scale( 1 ); }
				to	 { opacity: .5;	-webkit-transform: scale( .75 ); }
			}
			@keyframes imagelightbox-loading
			{
				from { opacity: .5;	transform: scale( .75 ); }
				50%	 { opacity: 1;	transform: scale( 1 ); }
				to	 { opacity: .5;	transform: scale( .75 ); }
			}


		/* OVERLAY */

		#imagelightbox-overlay
		{
			background-color: #000;
			background-color: rgba( 0, 0, 0, .8 );
			position: fixed;
			z-index: 9998;
			top: 0;
			right: 0;
			bottom: 0;
			left: 0;
		}


		/* "CLOSE" BUTTON */

		#imagelightbox-close
		{
			width: 2.5em; /* 40 */
			height: 2.5em; /* 40 */
			text-align: left;
			background-color: #666;
			border-radius: 50%;
			position: fixed;
			z-index: 10002;
			top: 2.5em; /* 40 */
			right: 2.5em; /* 40 */

			-webkit-transition: color .3s ease;
			transition: color .3s ease;
		}
			#imagelightbox-close:hover,
			#imagelightbox-close:focus
			{
				background-color: #111;
			}
			#imagelightbox-close:before,
			#imagelightbox-close:after
			{
				width: 2px;
				background-color: #fff;
				content: '';
				position: absolute;
				top: 20%;
				bottom: 20%;
				left: 50%;
				margin-left: -1px;
			}
			#imagelightbox-close:before
			{
				-webkit-transform: rotate( 45deg );
				-ms-transform: rotate( 45deg );
				transform: rotate( 45deg );
			}
			#imagelightbox-close:after
			{
				-webkit-transform: rotate( -45deg );
				-ms-transform: rotate( -45deg );
				transform: rotate( -45deg );
			}


		/* CAPTION */

		#imagelightbox-caption
		{
			text-align: center;
			color: #fff;
			background-color: #666;
			position: fixed;
			z-index: 10001;
			left: 0;
			right: 0;
			bottom: 0;
			padding: 0.625em; /* 10 */
		}


		/* NAVIGATION */

		#imagelightbox-nav
		{
			background-color: #444;
			background-color: rgba( 0, 0, 0, .5 );
			border-radius: 20px;
			position: fixed;
			z-index: 10001;
			left: 50%;
			bottom: 3.75em; /* 60 */
			padding: 0.313em; /* 5 */

			-webkit-transform: translateX( -50% );
			-ms-transform: translateX( -50% );
			transform: translateX( -50% );
		}
			#imagelightbox-nav button
			{
				width: 1em; /* 20 */
				height: 1em; /* 20 */
				background-color: transparent;
				border: 1px solid #fff;
				border-radius: 50%;
				display: inline-block;
				margin: 0 0.313em; /* 5 */
			}
			#imagelightbox-nav button.active
			{
				background-color: #fff;
			}


		/* ARROWS */

		.imagelightbox-arrow
		{
			width: 3em; /* 60 */
			height: 7em; /* 120 */
			background-color: #444;

			background-color: rgba( 0, 0, 0, .5 );
			vertical-align: middle;
			display: none;
			display: none !important\9;
			position: fixed;
			z-index: 10001;
			top: 50%;
			margin-top: -3.75em; /* 60 */
		}
		.imagelightbox-arrow:hover,
		.imagelightbox-arrow:focus
		{
			background-color: #666;
			background-color: rgba( 0, 0, 0, .75 );
		}
		.imagelightbox-arrow:active
		{
			background-color: #111;
		}
			.imagelightbox-arrow-left
			{
				left: 2.5em; /* 40 */
			}
			.imagelightbox-arrow-right
			{
				right: 2.5em; /* 40 */
			}
			.imagelightbox-arrow:before
			{
				width: 0;
				height: 0;
				border: 1em solid transparent;
				content: '';
				display: inline-block;
				margin-bottom: -0.125em; /* 2 */
			}
				.imagelightbox-arrow-left:before
				{
					border-left: none;
					border-right-color: #fff;
					margin-left: -0.313em; /* 5 */
				}
				.imagelightbox-arrow-right:before
				{
					border-right: none;
					border-left-color: #fff;
					margin-right: -0.313em; /* 5 */
				}

		#imagelightbox-loading,
		#imagelightbox-overlay,
		#imagelightbox-close,
		#imagelightbox-caption,
		#imagelightbox-nav,
		.imagelightbox-arrow
		{
			-webkit-animation: fade-in .25s linear;
			animation: fade-in .25s linear;
		}
			@-webkit-keyframes fade-in
			{
				from	{ opacity: 0; }
				to		{ opacity: 1; }
			}
			@keyframes fade-in
			{
				from	{ opacity: 0; }
				to		{ opacity: 1; }
			}

		@media only screen and (max-width: 41.250em) /* 660 */
		{
			#container
			{
				width: 100%;
			}
			#imagelightbox-close
			{
				top: 1.25em; /* 20 */
				right: 1.25em; /* 20 */
			}
			#imagelightbox-nav
			{
				bottom: 1.25em; /* 20 */
			}

			.imagelightbox-arrow
			{
				width: 2.5em; /* 40 */
				height: 3.75em; /* 60 */
				margin-top: -2.75em; /* 30 */
			}
			.imagelightbox-arrow-left
			{
				left: 1.25em; /* 20 */
			}
			.imagelightbox-arrow-right
			{
				right: 1.25em; /* 20 */
			}
		}

		@media only screen and (max-width: 20em) /* 320 */
		{
			.imagelightbox-arrow-left
			{
				left: 0;
			}
			.imagelightbox-arrow-right
			{
				right: 0;
			}
		}



