﻿@charset "utf-8";

/* =====================================
   全域
===================================== */
body {
	font-family: \5FAE\8EDF\6B63\9ED1\9AD4, \65B0\7D30\660E\9AD4, Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 16px;
	line-height: 1.8em;
}
@font-face {
	font-family: 'mfn-icons';
	src: url(../fonts/mfn-icons.eot);
	src: url(../fonts/mfn-icons.eot) format("embedded-opentype"), url(../fonts/mfn-icons.woff) format("woff"), url(../fonts/mfn-icons.ttf) format("truetype"), url(../fonts/mfn-icons.svg) format("svg");
	font-weight: 400;
	font-style: normal;
}
@media only screen and (min-width:1300px){
 .container{ width: 1300px;margin: 0 auto;}
}
/* =====================================
   共用樣式
===================================== */
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;
}
a:hover {
	text-decoration: none;
}
ul.ulset {
	margin: 0;
	padding: 0;
	list-style: none;
}
.reset {
    margin: 0;
	padding: 0;
	list-style: none;
	border: 0;
	border-spacing: 0;
	border-collapse: collapse;
}
/* Clear */
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	zoom: 1; /* IE6&7 */
}
/* 按鈕-top */
.scrollToTop {
	display: none;
	position: fixed;
	z-index: 1005;
	bottom: 50px;
	right: 10px;
	width: 35px;
	height: 35px;
	color: #fff;
	text-align: center;
	cursor: pointer;
	overflow: hidden;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	/* 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: 32px;
}

@media (max-width: 767px) {
  .scrollToTop {
    bottom: 50px;
  }
}
@media (max-width: 360px) {
  .scrollToTop {
    bottom: 20px;
	right: 5px;
  }
}

.edit strong {
  font-weight: bold;
}
.edit em{
    font-style: italic;
}
.edit hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.edit h1, h2, h3, h4, h5, h6 
 { 
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
.edit h1, h2, h3
{
  margin-top: 20px;
  margin-bottom: 10px;
}
.edit h4, h5, h6
 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.edit h1 {
  font-size: 36px;
}
.edit h2 {
  font-size: 30px;
}
.edit h3 {
  font-size: 24px;
}
.edit h4 {
  font-size: 18px;
}
.edit h5{
  font-size: 14px;
}
.edit h6{
  font-size: 12px;
}
.edit p {
  margin: 0 0 20px;
}
.edit ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
}
.edit ul{
    padding-left: 35px;
    list-style-type: disc;
	margin-bottom: 30px;
}
.edit ol{
    padding-left: 35px;
    list-style-type: decimal;
	margin-bottom: 30px;
}
.edit li{
    margin-bottom: 5px;
}
.edit ol li{
    padding-left: 5px;
}
.edit sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
.edit sup {
  top: -.5em;
}
.edit sub {
  bottom: -.25em;
}

/* ----------------表格初始化---------------- */
table.tab-set {
  border-collapse:collapse;
  border-spacing: 0;
  width: 100%;
}
table.tab-set td {
  padding: 0;
}

/*表單*/
.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: #00a1e9; -webkit-box-shadow: 0 0 1px #00a1e9; box-shadow: 0 0 1px #00a1e9;}
.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; }


.lab-gender input[type=radio] { display:none; margin:10px;}
.lab-gender input[type=radio] + label { display:inline-block; margin:0 0 0 5px; padding:0 10px; background-color:#FFF; border:1px solid #CCC; height:37px; line-height:35px; color:#999;cursor: pointer; }
.lab-gender input[type=radio]:checked + label { background-image: none; background-color:#777; color:#FFF; border-color:#999; cursor: default;}
.code-img { display: inline-block; float: left;}
.code-img img { display:block; height:auto; max-width:100%;}
/* 表單按鈕 */
#btn-group ul,
.btn-group ul {
  text-align: center;
}
@media only screen and (max-width: 414px) {
  #btn-group ul li,
  .btn-group ul li {
    float: left;
    width: 50%;
  }
}
@media only screen and (min-width: 415px) {
  #btn-group ul li,
  .btn-group ul li {
    display: inline-block;
    margin: 0 5px;
    width: 135px;
  }
}
/* 按鈕 */
.btn-style {
  display: block;
  width: 100%;
  font-size: 1.25rem;
  font-size: 15px;
  text-align: center;
  text-decoration: none;
  line-height: 32px;
  border: 0;
  border-radius: 0;
  background: none;
  -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
       -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
}
/* 頁數pagenum */
.pages {
	width: 100%;
	float: left;
	margin-top: 30px;
	padding: 0;
	text-align: center;
}
.backbox {
	TEXT-ALIGN: center;
	float: left;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	padding-top: 20px;
}
.pagination{display:inline-block;padding:0;font-size: 14px; margin:20px 0 5px;border-radius:4px}
.pagination>li{display:inline}
.pagination>li>a,.pagination>li>span{
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #960000;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd
}
.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px}
.pagination>li:last-child>a,.pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px}
.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{
	color: #7C2222;
	background-color: #eee;
	border-color: #ddd
}
.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{
	z-index: 2;
	color: #fff;
	cursor: default;
	background-color: #4B4B4B;
	border-color: #002d96
}
.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover{color:#777;cursor:not-allowed;background-color:#fff;border-color:#ddd}
.pagenum2 {
	float: left;
	width: 100%;
	padding: 40px 0 10px;
	border-top: 1px solid #E3E3E3;
	text-align: center;
}
.pagenum2 a {
	padding: 10px 30px 10px 56px;
	COLOR: #666;
	TEXT-DECORATION: none;
	border-radius: 30px;
	transition: background 0.3s;
	border: 1px solid #ccc;
	background: #fff url(../left-arrow.svg) no-repeat 28px 11px;
	background-size: auto 18px;
}
.pagenum2 a:hover {
	COLOR: #FFF;
	text-decoration: none;
	border: 1px solid #002d96;
	background: #002d96 url(../left-arrow1.svg) no-repeat 28px 11px;
	background-size: auto 18px;
}
/*************************
Typography 
**************************/
.font1 {
	font-size: 2em;
	line-height: 2.2em;
	color: #d70000;
}
.font2 {
	font-size: 16px;
	line-height: 1.6em;
	color: #000;
	font-weight: bold;
}
.font3 {
	font-size: 1.4em;
	line-height: 1.3em;
	color: #00a1e9;
}
.font5 {
	font-size: 0.8em;
	color: #d70000;
}
.font6 {
	font-size: 0.9em;
	color: #e44000;
}

/*************************
******* Home ******
**************************/

.itech {
	width: 100%;
	display: inline-block;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 50px;
	padding-top: 50px;
}
.itech h2 {
	width: 100%;
	font-size: 36px;
	color: #a20000;
	line-height: 1.5em;
	margin: 0 0 10px;
	padding: 0;
	display: inline-block;
	text-align: center;
	font-weight: bold;
}
.itech h2:before, .itech h2:after{
	content:"";
	display:inline-block;
	width:35px;
	height:1px;
	margin:0 15px;
	overflow:hidden;
	background-color:#a20000;
	position:relative;
	top:-13px;
}
.itech ul {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
}
.itech ul li {
	float: left;
	width: calc(100%/4);
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 20px 30px;
	text-align: center;
}
.itech ul li .pic {
	width: 180px;
	height: 180px;
	display: inline-block;
	overflow: hidden;
	padding: 6px;
	transform: rotateY(0deg);
	transform-style: preserve-3d;
	-webkit-transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
	border: 8px solid #9F9F9F;
	border-radius: 50%;
}
.itech ul li:hover .pic { 
	border: 8px solid #a20000;
	transform:translateY(-10px) rotateY(0deg);
}
.itech ul li:nth-child(1) .pic { 
	background: url(../computer1.svg) no-repeat center center;
	background-size: 95px;
}
.itech ul li:nth-child(2) .pic { 
	background: url(../control-panel.svg) no-repeat center center;
	background-size: 90px;
}
.itech ul li:nth-child(3) .pic { 
	background: url(../control-panel2.svg) no-repeat center center;
	background-size: 90px;
}
.itech ul li:nth-child(4) .pic { 
	background: url(../control-system.svg) no-repeat center center;
	background-size: 90px;
}
.itech ul li .txt{
	width: 100%;
	display: inline-block;
	font-size: 18px;
	line-height: 1.5em;
	color: #000000;
	margin: 10px 0 0 0;
	padding: 0;
	text-align: center;
	-webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
       -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
}
.itech ul li:hover .txt{
	color: #d40008;
}
.iabout {
	width: 100%;
	display: inline-block;float: left;

}
.iabout2 {
	width: 100%;
	display: inline-block;
	float: left;
	background-image: url(../iabout-bg2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;padding-bottom: 80px;
}
.parallax-window {
	min-height: 540px;
	background: transparent;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 50px;
	float: left;
}
.iabout-txt {
	width: 100%;
	display: inline-block;
	padding-top: 75px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 0px;
	font-size: 35px;
	line-height: 1.8em;
	color: #a20000;
	text-align: center;font-weight: bold;
	background: url(../line1.png) no-repeat top center;
}
.ipro-txt {
	width: 100%;
	display: inline-block;
	padding-top: 40px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 30px;
	font-size: 35px;
	line-height: 1.8em;
	color: #FFFFFF;
	text-align: center;
	word-spacing: 10px;font-weight: bold;
}
.iservice {
	width: 100%;
	display: inline-block;
	padding: 10px 0 50px;
	position: relative;

}
.iservice h2 {
	width: 100%;
	font-size: 20px;
	color: #7A7A7A;
	line-height: 1.5em;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 30px;
	padding: 0 0 10px;
	display: inline-block;
	text-align: center;
	
}

.iservice ul {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	position: absolute;
}
.iservice ul li {
	float: left;
	width: calc(100%/3 - 20px);
	display: inline-block;
	list-style-type: none;
	margin: 10px 30px 10px 0;
	padding: 10px;
	background: #fff;
	
	-webkit-box-shadow: 0 2px 8px rgba( 0, 0, 0, .2 );
	box-shadow: 0 2px 8px rgba( 0, 0, 0, .2 );
}
.iservice ul li:last-child {
	width: calc(100%/3 - 20px);
	margin: 10px 0;
}
.iservice ul li .pic { 
	width:100%;
	float: left;
	overflow: hidden;
	padding: 0;
	/*background-color: #fff;*/
	position: relative;
	
	-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;
}
.iservice ul li .pic:after {
	content: '';
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 45%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px;
	border-color: transparent transparent rgba(255,255,255,1) transparent;
}
.iservice ul li .pic .productimg {
	width: 100%;
	height: 220px;
	outline: none;
	display: inline-block;
	float: left;
	opacity:1;
	-webkit-transform: scale(1);
    transform: scale(1);
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
.iservice ul li:hover .pic .productimg {
	opacity:0.8;
	-webkit-transform: scale(1.10);
    transform: scale(1.10);
}
.iservice ul li h4 {
	width: 100%;
	font-size: 24px;
	color: #222;
	line-height: 1.6em;
	margin: 15px 0 8px;
	padding: 0 10px;
	display: inline-block;
	font-weight: bold;
}
.iservice ul li p {
	width: 100%;
	font-size: 16px;
	color: #666;
	line-height: 1.7em;
	margin: 2px 0;
	padding-top: 0;
	padding-right: 10px;
	padding-left: 10px;
	display: inline-block;
	padding-bottom: 10px;min-height: 200px;
	
}
.flow ul li {
	width: calc(100%/4 - 50px);
}
.flow ul {
	padding-bottom: 40px;
}
@media (min-width: 992px) and (max-width: 1299px) {
.iservice ul li {min-height: 380px;}
.iservice ul li .pic .productimg {height: 180px;}
	
}
@media (max-width: 991px) {
.itech ul li {padding: 20px 1px;}
.itech ul li .pic { width:160px;height: 160px;}


.iservice ul {position: relative;}
.iservice ul li {width: 100%;margin: 10px 0;min-height: inherit;}
.iservice ul li:last-child {width: 100%;}
.iservice ul li .pic .productimg {height: 280px;}
	
	.flow ul li {
	width: 100%;
		margin-bottom: 10px;
}


}
@media (max-width: 768px) {
.itech ul li {width: calc(100%/2);padding: 15px 10px;}
.iservice ul li .pic .productimg {height: 220px;}
	
}
@media (max-width: 600px) {
.itech ul li {width: 100%;padding: 15px 0;}
}
/*************************
 Footer CSS
**************************/
#footer {
	width: 100%;
	display: inline-block;
	padding: 35px 0;
	background-color: #424242;
	text-align: center;
}
#footer h3 {
	font-size: 24px;
	line-height: 28px;
	color: #fff;
	display: block;
	float: left;
	width: 100%;
	margin: 0 0 7px;
	padding: 0;
}
#footer ul {
	width: 100%;
	display: inline-block;
	margin: 0;
	padding: 0;
}
#footer li {
	font-size: 14px;
	line-height: 24px;
	color: #fff;
	margin: 1px 0;
	padding-right: 20px;
	display: inline-block;
	list-style-type: none;
}
#footer li a {
	text-decoration: none;
	color: #fff;
}
#footer li a:hover {
	color: #f8e655;
	text-decoration: underline;
}
.copyright {
	font-size: 13px;
	line-height: 22px;
	color: #C7C7C7;
	padding: 0;
	margin: 5px 0 0;
	width: 100%;
	display: inline-block;
}
.copyright A:link {color:#C7C7C7;text-decoration:none}
.copyright A:visited {color:#C7C7C7;text-decoration:none}
.copyright A:hover {color:#fff;text-decoration:underline}

@media (max-width: 768px) {
#footer {text-align: left;}
#footer li {width: 100%;padding-right: 0;}
}

/*************************
******* Banner ******
**************************/
.ibanner{
	display: inline-block;
	width: 100%;
	overflow: hidden;
}
.pbanner {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	position: relative;
    overflow: hidden;
}
.p-ban > .title {
	position: relative;
	padding: 0;
	top: 0;
	background: url(../pb-mark.png) no-repeat 40% center;
	display: inline-block;
	height: 100%;
	width: 100%;
	text-align: center;
}
.p-ban > .title > span {
	position: absolute;
	top: 35%;
	left: 0;
	font-size: 38px;
	line-height: 1.5em;
	color: #fff;
	text-shadow: 0px 0px 7px rgba(0,0,0,0.8);
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 100%;
	padding: 0 0 20px;
	background: url(../line3.gif) no-repeat center bottom;
}
.p-ban > .title > span .en {
	font-size: 15px;
	line-height: 1.2em;
	color: #fff;
	width: 100%;
	display: inline-block;
	padding: 0;
}
.p-ban { height: 260px;overflow: hidden;}

@media (max-width: 991px) {
  .p-ban {height: 180px;}
  .p-ban > .title > span  {	left: 0;font-size: 36px;text-align: center; }
}
@media (max-width: 767px) {
  .p-ban {height: 180px;}
  .p-ban > .title > span {font-size: 30px; }
}
@media (max-width: 600px) {
  .p-ban { height: 150px; }
}
/*********************************************************************************/
/* 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;
			}
		}