@charset "utf-8";
/* Push classes applied to the body */

.cbp-spmenu-push {
	overflow-x: hidden;
	position: relative;
	left: 0;
}

.cbp-spmenu-push-toright {
	left: 240px;
}

.cbp-spmenu-push-toleft {
	left: -240px;
}

/* Transitions */

.cbp-spmenu,
.cbp-spmenu-push {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
/* Vertical menu that slides from the left or right */

.cbp-spmenu-left {
	left: -240px;
}

.cbp-spmenu-right {
	right: -240px;
}

.cbp-spmenu-left.cbp-spmenu-open {
	left: 0px;
}

.cbp-spmenu-right.cbp-spmenu-open {
	right: 0px;
}


/**/

.cbp-af-header {
	top: 0;  
	left:0;	
	width: 100%;	
	max-width:1400px;
	z-index: 99;
	margin:0 auto;
}

.cbp-af-header .cbp-af-inner {
    width: 100%;
	
    margin: 0 auto;
}

 
/* Transitions and class for reduced height */
.cbp-af-header h1 img,
.cbp-af-header nav a {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	
}

.cbp-af-header.cbp-af-header-shrink {
	height: 60px ;
}

.cbp-af-header.cbp-af-header-shrink h1,
.cbp-af-header.cbp-af-header-shrink nav a {
	line-height: 60px;
}



/* Main menu style */
.cbp-hsmenu-wrapper {
	width: 100%;
	max-width:1400px;
	position: absolute;
	top: 80px; display:table;
	height: auto;
	z-index: 9;
	margin: 0 auto;
	padding: 0em;
	list-style: none;
}


.cbp-hsinner ul{ margin:0PX 0 0 0;}
.cbp-hsmenu > li {
	margin:0 0 0 0em;
	width:120px;
	*display:inline !important;
	display: inline-block; cursor:pointer;
	padding:0px 0px 0px 48px;	
}
.cbp-hsmenu > li:nth-child(n+1) {
	background:url(../images/icon-soinxNew.png) no-repeat 5px 7px;
}

.cbp-hsmenu > li:nth-child(n+2) {
	background:url(../images/icon-solutions.png)no-repeat 5px 7px;
}
.cbp-hsmenu > li:nth-child(n+3) {
	background:url(../images/icon-aboutUs.png) no-repeat 5px 7px;
}

/* Main menu link style */
.cbp-hsmenu > li > a {
	color: #333;
	font-size: 1.2em; 
	line-height: 3em;	
	display: inline-block;
	position: relative;
	z-index: 10000;
	outline: none;	
	font-weight:bold; 
	height:44px;
	padding:0 10px 0px 0;
}

.no-touch .cbp-hsmenu > li > a:hover,
.cbp-hsmenu > li.cbp-hsitem-open > a,
.cbp-hsmenu li:hover a
 {	color: #fff	;	}

.cbp-hsmenu > li.cbp-hsitem-open:hover  { 
	color:#090; 
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all 0.3s;
	
}
.cbp-hsmenu li:hover {background-color:#007573; }
.cbp-hsmenu li:hover:nth-child(2) { background-color:#0aa995; }
.cbp-hsmenu li:hover:nth-child(3) { background-color:#95c136; }
.cbp-hsmenu > li.cbp-hsitem-open:nth-child(1){
	background:#007573 url(../images/icon-soinxNew.png) no-repeat 5px -37px;
}
.cbp-hsmenu > li.cbp-hsitem-open:nth-child(2){
	background:#0aa995 url(../images/icon-solutions.png) no-repeat 5px -39px;
}
.cbp-hsmenu > li.cbp-hsitem-open:nth-child(3){
	background:#95c136 url(../images/icon-aboutUs.png) no-repeat 5px -35px;
}
.cbp-hsmenu > li.cbp-hsitem-open:nth-child(1) li:hover,
.cbp-hsmenu > li.cbp-hsitem-open:nth-child(2) li:hover,
.cbp-hsmenu > li.cbp-hsitem-open:nth-child(3) li:hover
 {background-color: transparent;
 }

/* Add an arrow to the main menu link if it has a submenu (not the only child) */
.cbp-hsmenu > li > a:not(:only-child):before {
	display: inline-block;
	font-family: 'FontAwesome';
	speak: none; float:right; 
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1.5em;
	-webkit-font-smoothing: antialiased;
	content: "\f107";
	color:#007573; padding:0;
	font-size: 2em;
	margin-left:5px;
	vertical-align: middle;	
}
.cbp-hsmenu > li.cbp-hsitem-open > a:not(:only-child):before {
	content: "\f106"; color:#fff;
}

/* Add a triangle to currently open menu item link */
/*
.cbp-hsmenu > li.cbp-hsitem-open > a:after {
	top: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: transparent;
	border-top-color: #c00;
	border-width: 8px;
	left: 50%; top:40px;
	margin-left: -10px; 	
}
*/
/* Submenu style */
.cbp-hssubmenu {
	position: absolute;
	left: 0;
	width: 100% ;
	z-index: 9999999 !important;
	text-align: center; /* for aligning the sub items */
	visibility: hidden;
	background-color:#007573;	
}

.cbp-hssubmenu:before, 
.cbp-hssubmenu:after { 
	content: " ";  
	display: table; 
	
}
.cbp-hssubmenu:after { 
	clear: both; 
}

/* Let's allow 3 item in a row */
.cbp-hssubmenu > li {
	width: 30%;
	display: inline-block;
	vertical-align: top;
	opacity: 0;
	-webkit-transition: opacity 0.1s 0s;
	-moz-transition: opacity 0.1s 0s;
	transition: opacity 0.1s 0s;	
	
	/*box-shadow: -28px 0 0 -27px #3e8f8e, 0 -28px 0 -27px #3e8f8e;*/
}
.cbp-hsmenu > li.cbp-hsitem-open:nth-child(n+2) .cbp-hssubmenu > li {box-shadow: -28px 0 0 -27px #5fd1c3; }
.cbp-hsmenu > li.cbp-hsitem-open:nth-child(n+3) .cbp-hssubmenu > li {box-shadow: -28px 0 0 -27px #95e324;}
.cbp-hssubmenu > li ul{ margin:0 0px 5px 10px; padding:0 0 0 2em; text-align:left; float:left;  }
.cbp-hssubmenu li  li a{
	 line-height:1.85em; list-style-type:disc; display:block; padding:0 0 0 15px; margin:0; text-align:left; color:#FFF; font-size:0.95rem;
	 background: url(../images/arrow.gif) no-repeat 0 6px; 
 }



/* First 6 items don't have upper box shadow 
.cbp-hssubmenu > li:nth-child(-n+6) {
	box-shadow: -28px 0 0 -27px #3e8f8e; 
} 
*/
/* Every 7th item does not have a left box shadow 
.cbp-hssubmenu > li:nth-child(6n+1) {
	box-shadow:  0 -28px 0 -27px #c00;	
}
*/
/* The first one does not have any box shadow */
.cbp-hssubmenu > li:first-child, .cbp-hsmenu > li.cbp-hsitem-open:nth-child(n+2) .cbp-hssubmenu > li:first-child,
.cbp-hsmenu > li.cbp-hsitem-open:nth-child(n+3) .cbp-hssubmenu > li:first-child {
	box-shadow: none;
}


.cbp-hsmenu > li.cbp-hsitem-open:nth-child(n+1) li a h3{ font-size:1.3em; color: #63dfcf; font-weight:bold; margin:.5em 0;}
.cbp-hsmenu > li.cbp-hsitem-open:nth-child(n+2) li a h3{ color: #096b6a;} 
.cbp-hsmenu > li.cbp-hsitem-open:nth-child(n+3) li a h3{ color: #0e6b09; }
.cbp-hsmenu > li.cbp-hsitem-open:nth-child(n+1) li a h3, 
.cbp-hsmenu > li.cbp-hsitem-open:nth-child(n+1) li a h3,
 .cbp-hsmenu>li.cbp-hsitem-open:nth-child(n+1) li a h3{
	display: block; color: #fff;
}

.cbp-hssubmenu > li a {
	display: block;
	text-align: center;
	color: #a2a2a2;
	outline: none; 
	padding: 2em 1em 0em 1em;	
}

.no-touch .cbp-hssubmenu > li a:hover,
.no-touch .cbp-hssubmenu > li a:focus {
	color: #CF0;	 	
}
.cbp-hssubmenu > li a img {
	border: none;
	outline: none;
	display: inline-block;
	margin: 0; padding:10px;
	 background-color:#fff;
	 border-radius:50%; 
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	transition: opacity 0.2s;
	width:50px; height:50px;
}
.no-touch .cbp-hssubmenu > li a:hover img {
	opacity: 0.5;
}

.cbp-hssubmenu > li a span {
	display: block;
	min-height: 3em;
	margin-top: 0.4em;
}

.cbp-hsmenu > li.cbp-hsitem-open .cbp-hssubmenu {
	z-index: 999999;
	visibility: visible;
	opacity: 1;
	-webkit-transition: opacity 0.5s 0.1s;
	-moz-transition: opacity 0.5s 0.1s;
	transition: opacity 0.5s 0.1s;
}

.cbp-hsmenu > li.cbp-hsitem-open .cbp-hssubmenu > li {
	opacity: 1;
	-webkit-transition: opacity 0.5s 0.1s;
	-moz-transition: opacity 0.5s 0.1s;
	transition: opacity 0.5s 0.1s;
	
}
.cbp-hsmenu > li.cbp-hsitem-open:nth-child(n+2)  .cbp-hssubmenu {background-color:#0aa995;	}
.cbp-hsmenu > li.cbp-hsitem-open:nth-child(n+3)  .cbp-hssubmenu {background-color:#95c136;	}



/* Helper div for animating the background */
.cbp-hsmenubg {
	position: absolute;
	width: 100%;
	top: 100%;
	left: 0; bottom:0;
	z-index: 0;
}

.no-touch .cbp-hsmenubg {
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	transition: height 0.3s;
}

.cbp-so-scroller {
	margin-top: 3em;
	overflow: hidden;
}

.cbp-so-section {
	margin-bottom: 15em;
}

/* Clear floats of children */
.cbp-so-section:before,
.cbp-so-section:after {
	content: " ";
	display: table;
}

.cbp-so-section:after {
	clear: both;
}

/* Text styling */
.cbp-so-section h2 {
	font-size: 5em;
	font-weight: 300;
	line-height: 1;
}

.cbp-so-section p {
	font-size: 2em;
	font-weight: 300;
}

/* Sides */
.cbp-so-side {
	width: 50%;
	float: left;
	margin: 0;
	padding: 3em 4%;
	overflow: hidden;
	min-height: 12em;
	-webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
	-moz-transition: -moz-transform 0.5s, opacity 0.5s;
	transition: transform 0.5s, opacity 0.5s;
}

/* Clear floats of children */
.cbp-so-side:before,
.cbp-so-side:after {
	content: " ";
	display: table;
}

.cbp-so-side:after {
	clear: both;
}

.cbp-so-side-right {
	text-align: left;
}

.cbp-so-side-left {
	text-align: right;
}

.cbp-so-side-right img {
	float: left;
}

.cbp-so-side-left img {
	float: right;
}

/* Initial state (hidden or anything else) */
.cbp-so-init .cbp-so-side {
	opacity: 0;
}

.cbp-so-init .cbp-so-side-left {
	-webkit-transform: translateX(-80px);
	-moz-transform: translateX(-80px);
	transform: translateX(-80px);
}

.cbp-so-init .cbp-so-side-right {
	-webkit-transform: translateX(80px);
	-moz-transform: translateX(80px);
	transform: translateX(80px);
}

/* Animated state */
/* add you final states (transition) or your effects (animations) for each side */
.cbp-so-section.cbp-so-animate .cbp-so-side-left,
.cbp-so-section.cbp-so-animate .cbp-so-side-right {
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	transform: translateX(0px);
	opacity: 1;
}

/* For example, add a delay for the right side:
.cbp-so-section.cbp-so-animate .cbp-so-side-right {
	-webkit-transition-delay: 0.2s;
	-moz-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
*/
/*-------開合選單 整合-----*/
.uk-navbar {
	width: 100%; height:auto; 
	clear:both;  
	position:relative; 
	
}
.uk-navbar:before, .uk-navbar:after {
	content: " ";
	display: table
}
.uk-navbar:after {
	clear: both
}
.uk-navbar-nav>li:hover>a, .uk-navbar-nav>li>a:focus, .uk-navbar-nav>li.uk-open>a {
	background-color: transparent;
	color: #F00;
	outline: 0;
	position: relative;
	z-index: 1;
	border-left-color: rgba(0, 0, 0, 0.1);
	border-right-color: rgba(0, 0, 0, 0.1);
	border-top-color: rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1)
}
.uk-navbar-toggle {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 40px;
	padding: 0 5px;
	float: left; 
	background-color:#FFF;
	border-radius:5px;
	text-shadow: 0 1px 0 #fff;	
}
.uk-navbar-toggle:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle
}

.uk-navbar-toggle {
	font-size: 2.3em;
	color: #007573; margin:0px 0 0 0px; border-radius:5px;
	padding:3px 5px; background-color: transparent;
}
.uk-navbar-toggle:hover, .uk-navbar-toggle:focus, .uk-navbar-toggle:visited {
	color: #007573;
	text-decoration: none;
	outline: 0; text-shadow:none; cursor: pointer !important;
	 background-color: transparent !important;
}
.arrowLeft{background: url(../images/left-arrow.png) no-repeat 0px 0px ; left:2%; }
.arrowRight{  background: url(../images/right-arrow.png) no-repeat 0px 0 ;  right:-2%}
.uk-icon-chevron-left, .uk-icon-home{font-size: 1.2em; color: #fff;position:absolute; top:10px;   }
.uk-icon-chevron-left{left:0px;}
.uk-icon-home{ right:0px;}

.uk-icon-chevron-left:visited,.uk-icon-chevron-left:visited,
.uk-icon-chevron-right:visited,.uk-icon-chevron-right:visited,
.uk-icon-chevron-left:focus,.uk-icon-chevron-left:hover,
.uk-icon-chevron-right:focus,.uk-icon-chevron-right:hover
{color: #FFF !important; }

.uk-navbar-toggle:after {
	content: "\f0c9";
	font-family: "FontAwesome";
	vertical-align: middle
	
}
.uk-navbar-toggle-alt:after {
	content: "\f002"
}

.uk-search:before{
	content: "\f002";
	font-family: "FontAwesome";
	vertical-align: middle}

.uk-offcanvas {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1010;
	
}
.uk-offcanvas.uk-active {
	display: block
}
.uk-offcanvas-page {
	position: fixed;
	-webkit-transition: margin-left .3s ease-in-out 50ms;
	transition: margin-left .3s ease-in-out 50ms
}
.uk-offcanvas-bar {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	z-index: 1011;
	width: 270px;
	max-width: 100%;
	background: #333;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out
}
.uk-offcanvas.uk-active .uk-offcanvas-bar.uk-offcanvas-bar-show {
	-webkit-transform: translateX(0%);
	transform: translateX(0%)
}
.uk-offcanvas-bar-flip {
	left: auto;
	right: 0;
	-webkit-transform: translateX(100%);
	transform: translateX(100%)
}



@media screen and (max-width: 824px){

	.cbp-hsmenu-wrapper .cbp-hsmenu {
		padding: 0;
		max-width: none;
		width: 100%;
		background-color:#007573;
	}

	.cbp-hsmenu > li {
		border-top: 1px solid rgba(255,255,255,0.5);
		text-align: center !important;
		margin: 0 auto; padding:4px 0px 0px 48px;	
		display: block;
		width: inherit;
	}

	.cbp-hsmenu > li:first-child {
		border-top: none; 
	}

	.cbp-hsmenu > li > a {
		display: block;
		color:#FFF;
	}

	.cbp-hsmenu > li > a:not(:only-child):before {
		line-height: 1.8;
		right: 0;
		position: absolute;
		font-size: 200%;
		
	}


	.cbp-hsmenubg {
		display: none;
		
	}

	.cbp-hssubmenu {
		background: #f7f7f7;
		position: inherit ;
		overflow: hidden;
		height: 0;
	}

	.cbp-hsmenu > li.cbp-hsitem-open .cbp-hssubmenu {
		height: auto; 
	}

	/* Let's only allow 3 item in a row now */
	.cbp-hssubmenu > li {	width: 100%;  padding:5px; margin:0; background: none; 	}	
	.cbp-hssubmenu > li a img{ display:none;	}	
	.cbp-hssubmenu > li ul{ margin:0; padding:0; float: none; width:100%; position:relative;}		
	.cbp-hssubmenu > li ul h3{	width: 100%; background: none; padding:5px; margin:0;	}
	.cbp-hssubmenu > li li{ border:0;  width:100%;}

}
/* 
@media screen and (max-width: 25em){

	.cbp-hssubmenu > li {
		width: 100%;
		display: block;
	}

	.cbp-hsmenu-wrapper .cbp-hssubmenu > li {
		box-shadow: 0 1px #cecece;
		text-align: left;
	}

	.cbp-hssubmenu > li a {
		text-align: left;
		line-height: 50px;
		padding: 0.4em 1em;
	}

	.cbp-hssubmenu > li a img {
		float: left;
		max-height: 50px;
	}

	.cbp-hssubmenu > li a span {
		min-height: 0;
		margin: 0;
	}
}
*/

/* General style */
.grid-gallery ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.grid-gallery figure {
	margin: 0;
}

.grid-gallery figure img {
	display: block;
	width: 100%;
}

.grid-gallery figcaption h3 {
	margin: 0;
	padding: 0 0 0.5em;
}

.grid-gallery figcaption p {
	margin: 0;
}

/* Grid style */
.grid-wrap {
	max-width: 95%;
	margin: 0 auto;
	padding: 0 1em 2em;
}

.grid {
	margin: 0 auto;
}
.slideshow ul {
	
}

.grid li {
	width: 25%;
	float: left;
	cursor: pointer;	
}

.grid figure {	
	padding: 10px;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
	
}
/*
.grid figure figcaption .date {
	display:inline-block;
	padding:1px 3px; letter-spacing:1px;
	color: #fff; font-size:0.85em;
	background-color:#339966;
}
*/
.grid figure figcaption .date{display:inline-block;text-transform:uppercase; font-size:0.85em;
background: url(../images/corner-1.png) right center #339966 no-repeat; padding:1px 18px 1px 8px; color:#fff;
}
.grid figure figcaption .date:hover{background:url(../images/corner-1.png) right center #555 no-repeat; }

.grid figure figcaption p{ margin:.5em 0; color:#333;}
.grid li:hover figure {
	opacity: 0.7;
}

.grid figcaption {
	background: #e4e4e4;
	padding: 10px;
}


/* Info on arrow key navigation */
.info-keys {
	position: fixed;
	top: 10px;
	left: 10px;
	width: 60px;
	font-size: 8px;
	padding-top: 20px;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 1px;
	text-align: center;
}

.info-keys:before,
.info-keys:after {
	position: absolute;
	top: 0;
	width: 16px;
	height: 16px;
	border: 1px solid #fff;
	text-align: center;
	line-height: 14px;
	font-size: 12px;
}

.info-keys:before {
	left: 10px;
	content: "\e603";
}

.info-keys:after {
	right: 10px;
	content: "\e604";
}

/* Example media queries (reduce number of columns and change slideshow layout) */

@media screen and (max-width: 60em) {
	/* responsive columns; see "Element sizing" on http://masonry.desandro.com/options.html */
	.grid li {
		width: 33.3%;
	}

	.info-keys {
		display: none;
	}

}

@media screen and (max-width: 35em) {
	.grid li {
		width: 50%;
	}
}

@media screen and (max-width: 24em) {
	.grid li {
		width: 100%;
		clear:both;
	}
}
