﻿@charset "utf-8";

/* =====================================
   全域
===================================== */
body {
	font-family: \5FAE\8EDF\6B63\9ED1\9AD4, \65B0\7D30\660E\9AD4, Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 16px;
	line-height: 1.8em;
}
a {
  color: #00a1e9;
}
a:hover {
  text-decoration: none;
  color: #e77800;
}
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;
}
@media (min-width:1300px){.container{width:1300px;padding: 0;}}
/* 按鈕-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;
  }
}

/*************************
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: 0.9em;
	color: #e44000;
}

/*表單*/
.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 {
  position: relative;
  z-index: 1;
  background-color: #fff;
}
.selectBox select {
  padding: 0 20px 0 10px;
  width: 100%;
  height: 37px;
  color: #000;
  outline: none;
  line-height: 35px;
  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: 10px;
  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;
}

/*input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button { -webkit-appearance: none;}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0;}*/
input[type=number]{ text-align: center; -moz-appearance: textfield;}
/*************************
 Footer CSS
**************************/
#footer {
	width: 100%;
	display: inline-block;
	padding: 40px 0 40px;
	margin: 0;
	background: #2a2c2f;
}
.basic {
	width: 100%;
	display: inline-block;
	margin: 0;
	padding: 55px 0 2px 0;
	background: url(../footer-logo.svg) no-repeat center top;
	text-align: center;
	background-size: 110px;
}
.basic h2 {
	width: 100%;
	display: inline-block;
	font-size: 22px;
	color: #fff;
	line-height: 1.1em;
	font-weight: bold;
	margin: 5px 0 10px;
	padding: 0;
}
.basic span {
	font-size: 15px;
	line-height: 24px;
	color: #fff;
	padding: 0;
	margin: 3px 0 0 27px;
	display: inline-block;
}
.basic span.add {background: url(../placeholder.svg) no-repeat 3px 5px;background-size: auto 15px;padding-left: 22px;}
.basic span.tel {background: url(../phone.svg) no-repeat 2px 6px;background-size: auto 13px;padding-left: 22px;}
.basic span.fax {background: url(../printer.svg) no-repeat 1px 6px;background-size: auto 13px;padding-left: 22px;}
.basic span.mail {background: url(../mail.svg) no-repeat left 8px;background-size: auto 11px;padding-left: 22px;}
.basic span A:link {color:#fff;text-decoration:none}
.basic span A:visited {color:#fff;text-decoration:none}
.basic span A:hover {color:#fff000;text-decoration:underline}
.basic span.copyright {
	width:100%;
	font-size: 13px;
	line-height: 24px;
	color: rgba(255,255,255,0.4);
	margin: 10px 0 0;
	display: inline-block;
}
.basic span.copyright A:link {color:#999;text-decoration:none}
.basic span.copyright A:visited {color:#999;text-decoration:none}
.basic span.copyright A:hover {color:#fff;text-decoration:underline}
.fa-map-marker, .fa-phone-square, .fa-fax, .fa-envelope {
	color: #e9c805;
	margin-right: 7px;
}

@media (max-width: 480px) {
.basic span {margin: 3px 0 0 0;	width: 100%;text-align: left;}
}
/*************************
******* Home ******
**************************/
#page {
	left: 0;
	position: relative;
}
#content {
	float: left;
	width: 100%;
	display: inline-block;
	padding: 60px 0 0;
	margin: 0;
}
#recommend .photo { float: left;width: 100%;display: inline-block;}
#recommend.jarallax { position: relative; z-index: 0;}
#recommend.jarallax > .jarallax-img {
    position: absolute;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
/*recommend*/
#recommend{
	float: left;
	display: inline-block;
	position: relative;
	overflow: hidden;
	width: 100%;
	padding: 70px 0 80px;
	margin: 0;
	background: url(../icon-lan2.png) no-repeat center top;
}
#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: #fff;
	line-height: 1.1em;
	margin: 0 0 25px;
	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: 25px;
	color: #ffd200;
}
#recommend h3 .cht:before, #recommend h3 .cht:after{
	content:"";
	display:inline-block;
	width:38px;
	height:1px;
	margin:0 15px;
	overflow:hidden;
	background:#ffd200;
	position:relative;
	top:-10px;
}
#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(../aw.svg) no-repeat center center;
  background-size: 35px;
}
#recommend .item .slick-next{
  right: -15px;
  background: url(../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{
	float: left;
    width: 100%;
    display: inline-block;
}
#recommend .item .box{
    display: inline-block;
    width: calc(100% - 10px);
    padding: 5px;
	margin: 0 5px;
	background: #fff;
}
#recommend .item .box .pic { 
	width: 100%;
	display: inline-block;
	position: relative;
    padding-top: 80%;
    overflow: hidden;
    transition: all 0.3s;
}
#recommend .item .box .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
	-webkit-transform: scale(1,1);
    transform: scale(1,1);
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
#recommend .item .box:hover .pic img {
	opacity: 0.8;
	-webkit-transform: scale(1.05);
    transform: scale(1.05);
}
#recommend .item .txt{
	width: 100%;
	display: block;
	font-size: 16px;
	line-height: 1.4em;
	color: #000000;
	margin: 0;
	padding: 2px 0 7px;
	text-align: center;
	-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 .box:hover .txt {
	color: #009ee8;
}

@media (max-width: 992px){
#content {padding: 40px 0 0;}
#recommend{
	padding: 60px 0 60px;
}
}

.about {
    display: block;
	width: 100%;
	margin-bottom: 30px;
}
.about .info, .about .info2 {
	float: left;
	width: 100%;
	display: inline-block;
	margin: 0 0 50px;
	padding: 0;
	color: #333;
	position:relative;
}
.about .info h3.title {
    position: relative;
    margin: 0 0 25px;
	font-size: 2.4em;
	line-height: 1em;
	color: #00a6e5;
	padding: 0;
	font-family: "Fjalla One", \5FAE\8EDF\6B63\9ED1\9AD4, \65B0\7D30\660E\9AD4, "Arial Black", sans-serif;
	-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;
}
.about .info h3.title:after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 40px;
    height: 1px;
	background: #00a6e5;
}
.about .info2 h3.title {
    position: relative;
    margin: 0 0 25px;
	font-size: 2.4em;
	line-height: 1em;
	color: #052479;
	padding: 0;
	font-family: "Fjalla One", \5FAE\8EDF\6B63\9ED1\9AD4, \65B0\7D30\660E\9AD4, "Arial Black", sans-serif;
	-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;
}
.about .info2 h3.title:after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 40px;
    height: 1px;
	background: #052479;
}
.about .info h3.title .cht, .about .info2 h3.title .cht {
    display: inline-block;
    margin: 0 0 0 15px;
	font-size: 22px;
	color: #333;
}
.about .info p, .about .info2 p {
	margin: 10px 0 0;
	padding: 0;
	color: #555;
	overflow:hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	white-space: normal;
}
.about .info .text {
	float: right;
	width: 53%;
    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;
    min-height: 320px;
    padding: 3% 4% 3% 7%;
	margin: 25px 0;
	border: 6px solid #00a6e5;
	position: relative;
}
.about .info2 .text {
	float: left;
	width: 53%;
    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;
    min-height: 320px;
    padding: 3% 7% 3% 4%;
	margin: 25px 0;
	border: 6px solid #052479;
	position: relative;
}
.about .info .photo {
    position: absolute;
	top:0;
	left:0;
	width:50%;
	height:100%;
    transition: all 0.3s;
	overflow: hidden;
	background:#ddd;
	-webkit-box-shadow: 2px 2px 7px rgba( 4, 110, 184, .1 ); box-shadow: 2px 2px 7px rgba( 4, 110, 184, .1 );
	-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;
}
.about .info2 .photo {
    position: absolute;
	top:0;
	right:0;
	width:50%;
	height:100%;
    transition: all 0.3s;
	overflow: hidden;
	background:#ddd;
	-webkit-box-shadow: 2px 2px 7px rgba( 4, 110, 184, .05 ); box-shadow: 2px 2px 7px rgba( 4, 110, 184, .05 );
	-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;
}
.about .info:hover .photo, .about .info2:hover .photo{
    filter: brightness(1.05);
	-webkit-box-shadow: 7px 7px 13px rgba( 4, 110, 184, .3 );
	box-shadow: 7px 7px 13px rgba( 4, 110, 184, .3 );
}
.about .info .photo img, .about .info2 .photo img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-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;
}
.about .info:hover .photo img, .about .info2:hover .photo img{
   -webkit-transform: scale(1.03,1.03);
    transform: scale(1.03,1.03);
}
.about .info p.more {
	width: 160px;
	margin-top: 20px;
	padding: 5px 25px 7px 52px;
	font-size: 14px;
	color: #c6c6c6;
	TEXT-DECORATION: none;
	border-radius: 50px;
	transition: background 0.3s;
	border: 1px solid #c6c6c6;
	background: transparent url(../left-arrow.svg) no-repeat 23px 14px;
	background-size: auto 10px;
}
.about .info:hover p.more {
	COLOR: #FFF;
	text-decoration: none;
	border: 1px solid #00a6e5;
	background: #00a6e5 url(../left-arrow1.svg) no-repeat 20px 14px;
	background-size: auto 10px;
}
.about .info2 p.more {
	width: 160px;
	margin-top: 20px;
	padding: 5px 25px 7px 52px;
	font-size: 14px;
	color: #c6c6c6;
	TEXT-DECORATION: none;
	border-radius: 50px;
	transition: background 0.3s;
	border: 1px solid #c6c6c6;
	background: transparent url(../left-arrow.svg) no-repeat 23px 14px;
	background-size: auto 10px;
}
.about .info2:hover p.more {
	COLOR: #FFF;
	text-decoration: none;
	border: 1px solid #052479;
	background: #052479 url(../left-arrow1.svg) no-repeat 20px 14px;
	background-size: auto 10px;
}

@media (max-width: 991px) {
.about .info, .about .info2 {margin: 0 0 45px;}
.about .info .text, .about .info2 .text {
	float: left;
	width: 100%;
    min-height: inherit;
    padding: 30px 7%;
	margin: 0;
}
.about .info h3.title .cht, .about .info2 h3.title .cht {
	width: 100%;
    margin: 0;
}
.about .info .photo, .about .info2 .photo {
    position: relative;
	left:0;
	width:100%;
	padding-top: 50%;
}
}
/*************************
******* Banner ******
**************************/
#pbanner {
	float: left;
	width: 100%;
	display: inline-block;
	overflow: hidden;
	position: relative;
}
#pbanner:before {
	content: '';
	margin: 0;
	padding: 0;
	float: left;
	width: 32%;
	height: 100%;
	position: absolute;
    left: 0;
	bottom: 0;
	background: rgba(5,37,121,0.55);
	clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
}
#pbanner .photo { float: left;width: 100%;display: inline-block;}
#pbanner .jarallax { position: relative; z-index: 0;}
#pbanner .jarallax > .jarallax-img {
    position: absolute;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
#pbanner .pbannertable {
    display: table;
    width: 100%;
    height: 250px;
	padding: 15px 15px 15px 18%;
}
.pbannertable .pbanner-table-cell {
    display: table-cell;
    vertical-align: middle;
	color: #fff;
}
.pbannertable .pbanner-table-cell h3 {
	font-family: "Fjalla One", \5FAE\8EDF\6B63\9ED1\9AD4, \65B0\7D30\660E\9AD4, "Arial Black", sans-serif;
	width: 100%;
	display: inline-block;
	font-size: 2em;
	color: #fff;
	line-height: 1.2em;
	margin: 0;
	padding: 0;
	text-shadow: 0px 0px 6px rgba(0,0,0,0.5);
}
.pbannertable .pbanner-table-cell h3 .cht {
	font-size: 20px;
	line-height: 1.4em;
	color: #fff;
	width: 100%;
	display: inline-block;
}
@media (min-width: 1300px) and (max-width: 1499px) {
#pbanner .pbannertable { padding: 10px 15px 10px 5%;}
}
@media (max-width: 1299px) {
#pbanner .jarallax { height: 200px;}
#pbanner .pbannertable { padding: 10px 15px 10px 5%;height: 200px;}
}
@media (max-width: 991px) {
.pbannertable .pbanner-table-cell h3 {font-size: 2em;}
#pbanner .jarallax { height: 160px;}
#pbanner .pbannertable { padding: 10px 15px;height: 160px;}
}
@media (max-width: 767px) {
.pbannertable .pbanner-table-cell h3 {font-size: 1.6em;}
#pbanner .jarallax { height: 140px;}
#pbanner .pbannertable { height: 140px;}
}
@media (max-width: 600px) {
.pbannertable .pbanner-table-cell h3 {font-size: 1.4em;}
.pbannertable .pbanner-table-cell h3 .cht {font-size: 15px;}
#pbanner .jarallax { height: 130px;}
#pbanner .pbannertable { height: 130px;}
}
@media (max-width: 480px) {
#pbanner .jarallax { height: 110px;}
#pbanner .pbannertable { height: 110px;}
}
/* 頁碼 */

.pages {
	float: left;
	width: 100%;
	margin-top: 15px;
	padding-top: 10px;
	text-align: center;
}
.edit .pages > ul, .edit .pages > ol {
	padding-left: 0;
}
.pagination {
    display: inline-block;
    margin: 0;
	padding: 0;
    border-radius: 4px;
}
.pagination > li {
    display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}
.pagination > li > a,
.pagination > li > span {
	float: left;
  position: relative;
  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: #0081d1;
  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: #0081d1;
  border-color: #0081d1;
  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: 10px 25px 10px 52px;
	COLOR: #666;
	TEXT-DECORATION: none;
	border-radius: 30px;
	transition: background 0.3s;
	border: 1px solid #dddddd;
	background: #ededed url(../left-arrow.svg) no-repeat 25px 15px;
	background-size: auto 12px;
}
.pagenum2 a:hover {
	COLOR: #FFF;
	text-decoration: none;
	border: 1px solid #2694d8;
	background: #2694d8 url(../left-arrow1.svg) no-repeat 23px 15px;
	background-size: auto 12px;
}
.pagenum4 {
	float: left;
	width: 100%;
	display: inline-block;
	padding: 30px 0 0;
	text-align: center;
	background: #f9f9f9;
	border-top: 1px solid #ddd;
}
.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(../left-arrow.svg) no-repeat 28px 15px;
	background-size: auto 15px;
}
.pagenum4 a:hover {
	COLOR: #FFF;
	text-decoration: none;
	border: 1px solid #2694d8;
	background: #2694d8 url(../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;
			}
		}