/* ----------------------------------

Name:style.css
Version:1.0.0

----------------------------------

Table of Contents
        
1.  Reset
2.  Typography
3.  Background Color
4.  Custom Button
5.  Floats, Display and Margins
6.  Divider and width
7.  Loader
8.  Sections
9.  Header
10. Work
11. Work Popup
12. Blog
13. Blog Listing
14. Blog Details
15. Counter
16. Scroll To Top
17. Filter Tab
18. Team
19. Client Logos
20. Contact
21. Footer
22. Design Elements
23. Homepage Slider
24. Homepage Video
25. Coming Soon

*/

/* ==========================================================================
1. Reset
========================================================================== */

/* TOP設定
---------------------------------------------*/
#gotop {
	display: none;
	position: fixed;
	right: 40px;
	bottom: 40px;
	padding: 20px;
	font-size: 0;
	cursor: pointer;
	z-index:9999;
	background-image: url(../images/top.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #333;
}

html {
	font-size: 100%;
	height: 100%;
	width: 100%;
	outline: none;
}

body {
	background: #FFF;
	font-family: "微軟正黑體", Helvetica, Arial, Verdana, sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: #333333;
	line-height: 26px;
	text-align: left;
	overflow-x: hidden;
	margin: auto;
	width: 100%;
	height: 100%;
	outline: none;
}
/* Internet Explorer 10 in Windows 8 and Windows Phone 8 Bug fix */
@-webkit-viewport {
	width: device-width;
}

@-moz-viewport {
	width: device-width;
}

@-ms-viewport {
	width: device-width;
}

@-o-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}

a, 
button {
	-webkit-transition: all 400ms ease-in-out 0s;
	transition: all 400ms ease-in-out 0s;
}

a:hover {
	text-decoration: none;
	color: #F96015;
}

ul, 
ol {
	padding-left: 0;
	margin: 0
}

li {
	list-style: none;
}

input[type="text"], 
input[type="email"], 
input[type="search"], 
input[type="password"] {
	box-shadow: none;
	border-radius: 0px;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.btn:focus, 
.btn:active {
	outline: inherit;
}

textarea:focus, 
input:focus {
	color: #ffffff;
}

iframe, 
embed, 
object {
	max-width: 100%;
	width: 100%;
	height: 100%;
}
/* Other Fixes */
*, 
*:before, 
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

* {
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	-webkit-border-radius: 0;
	border-spacing: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: normal;
	-webkit-tap-highlight-color: transparent;
	outline: 0 !important;
	-webkit-touch-callout: none;
	transition-timing-function: ease-in-out;
	-moz-transition-timing-function: ease-in-out;
	-webkit-transition-timing-function: ease-in-out;
	-o-transition-timing-function: ease-in-out;
	transition-duration: .2s;
	-moz-transition-duration: .2s;
	-webkit-transition-duration: .2s;
	-o-transition-duration: .2s;
}

::selection {
	color: #fff;
	background: #a3a3a3;
}

::-moz-selection {
	color: #fff;
	background: #a3a3a3;
}

::-webkit-input-placeholder {
	color: #838383;
	text-overflow: ellipsis;
}

:-moz-placeholder {
	color: #838383 !important;
	text-overflow: ellipsis;
	opacity: 1;
}

::-moz-placeholder {
	color: #838383 !important;
	text-overflow: ellipsis;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #838383 !important;
	text-overflow: ellipsis;
	opacity: 1;
}

/* ==========================================================================
2. Typography
========================================================================== */

h1, 
h2 {
	font-weight: normal;
}

h1 {
	font-size: 45px;
	line-height: 60px;
	font-weight: 300;
	/*font-family: 'Oswald', sans-serif;*/
	text-transform: uppercase;
}

h2 {
	font-size: 95px;
	line-height: 96px;
	font-weight: 300;
	/*font-family: 'Oswald', sans-serif;*/
	text-transform: uppercase;
}

h3 {
	font-size: 30px;
	line-height: 38px;
	font-weight: 100;
	/*font-family: 'Oswald', sans-serif;*/
	text-transform: uppercase;
}

h4 {
	font-size: 25px;
	line-height: 46px;
	font-weight: 400;
	/*font-family: 'Oswald', sans-serif;*/
	text-transform: uppercase;
}

h5 {
	font-size: 22px;
	line-height: 30px;
	font-weight: 400;
	/*font-family: 'Oswald', sans-serif;*/
	text-transform: uppercase;
}

h6 {
	font-size: 20px;
	line-height: 30px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 2px;
}

/* Custom Typography */
h1.title {
	font-size: 65px;
	color: #FFF;
	margin-bottom: 50px;
}

h2.title {
	vertical-align: middle;
	display: table-cell;
	letter-spacing: -2px;
}

span.title {
	/*font-family: 'Oswald', sans-serif;*/
	font-size: 35px;
	font-weight: 300;
	color: #FFF;
	display: table;
	text-transform: uppercase;
	line-height: 23px;
	margin: 15px 0 0 0;
}

.fetaure-details span {
	font-weight: 300;
}

.count-box p {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
}

.description {
	font-size: 18px;
	vertical-align: middle;
	display: table-cell;
	font-weight: 300
}

.big {
	font-size: 45px;
	margin-bottom: 43px;
	line-height: 45px;
}

.light {
	font-size: 20px;
	color: #5e5e5e;
	margin: 83px 0 0;
}

.light-gray {
	color: #909090
}

.contact-title {
	font-size: 15px;
	font-weight: bold;
	display: table;
	margin-bottom: 6px;
	text-transform: uppercase;
}

.title-text {
	width:100%;
	max-width:438px;
	display: inline-table;
	margin-bottom:30px;
}

#testimonial .title {
	letter-spacing: -2px;
	margin-bottom: 53px;
	color: #fff;
	font-size: 65px;
	font-weight: 300;
	letter-spacing: -2px;
	line-height: 60px;
	text-transform: uppercase;
	display: inline-block;
	margin-top: 0
}

.contentarea {
	margin: 0 auto 20px;
	padding: 0;
}

.medium {
	font-size: 18px;
	margin: 6px 0;
	display: inline-block;
}

.white-text {
	color: #ffffff !important;
}

.black-text {
	color: #000 !important;
}

.light-gray-text {
	color: #9a9a9a !important;
}

.gray-text {
	color: #757575 !important;
}

.dark-gray-text {
	color: #555555 !important;
}

.orange-text {
	color: #f96015;
}

.dark-text {
	color: #e5e5e5;
}

.content {
	font-size: 13px;
	color: #5e5e5e;
	line-height: 20px;
	width: 83%;
	margin: 0 auto;
}

.content-white {
	font-size: 13px;
	color: #FFF;
	line-height: 18px;
	width: 80%;
}

.simple-text {
	display: inline-table;
	float: none;
	height: 255px;
	letter-spacing: 0;
	margin: 0 auto;
	padding-left: 55px;
	width: 46%;
}

.coming-soon h1 {
	background-color: #f96015;
	color: #fff;
	float: none !important;
	font-size: 45px;
	margin: 0 auto 5%;
	padding: 20px 0 22px 0;
}

/* ==========================================================================
3. Background Color
========================================================================== */

.deep-dark-bg {
	background-color: #161616;
}

.gray-bg {
	background-color: #f6f6f6;
}

.mid-gray-bg {
	background-color: #3b3b3b;
}

.dark-gray-bg {
	background-color: #1d1d1d;
}

.orange-bg {
	background-color: #f96015;
}

.black-bg {
	background-color: #000000;
}

.white-bg {
	background-color: #ffffff;
}

.red-bg {
	background-color: #d52124;
}

.black-transparent-bg {
	background-color: rgba(0, 0, 0, 0.8)
}

.color-overlay {
	background-color: rgba(255, 255, 255, 0.70);
	position: relative;
	height: 100%;
	width: 100%
}

.black-overlay {
	background-color: rgba(0, 0, 0, 0.55);
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0
}

.black-overlay-dark {
	background-color: rgba(0, 0, 0, 0.70);
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}

.gradient-overlay {
	background: rgba(249, 96, 21, 0.95);
	background: -moz-linear-gradient(left, rgba(249, 96, 21, 0.95) 0%, rgba(225, 40, 15, 0.80) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(249, 96, 21, 0.95)), color-stop(100%, rgba(225, 40, 15, 0.80)));
	background: -webkit-linear-gradient(left, rgba(249, 96, 21, 0.95) 0%, rgba(225, 40, 15, 0.80) 100%);
	background: -o-linear-gradient(left, rgba(249, 96, 21, 0.95) 0%, rgba(225, 40, 15, 0.80) 100%);
	background: -ms-linear-gradient(left, rgba(249, 96, 21, 0.95) 0%, rgba(225, 40, 15, 0.80) 100%);
	background: linear-gradient(to right, rgba(249, 96, 21, 0.95) 0%, rgba(225, 40, 15, 0.80) 100%);
}

.gradient-overlay-blue {
	background: rgba(0, 0, 60, 0.95);
	background: -moz-linear-gradient(left, rgba(0, 0, 60, 0.95) 0%, rgba(7, 104, 121, 0.80) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0, 0, 60, 0.95)), color-stop(100%, rgba(7, 104, 121, 0.80)));
	background: -webkit-linear-gradient(left, rgba(0, 0, 60, 0.95) 0%, rgba(7, 104, 121, 0.80) 100%);
	background: -o-linear-gradient(left, rgba(0, 0, 60, 0.95) 0%, rgba(7, 104, 121, 0.80) 100%);
	background: -ms-linear-gradient(left, rgba(0, 0, 60, 0.95) 0%, rgba(7, 104, 121, 0.80) 100%);
	background: linear-gradient(to right, rgba(0, 0, 60, 0.95) 0%, rgba(7, 104, 121, 0.80) 100%);
}

.slider-overlay {
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
	background-color: rgba(0, 0, 0, 0.5);
}

.slider-gradient-overlay {
	background: rgba(2, 18, 78, 0.7);
	background: -moz-linear-gradient(left, rgba(2, 18, 78, 0.7) 0%, rgba(222, 49, 12, 0.6) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(2, 18, 78, 0.7)), color-stop(100%, rgba(222, 49, 12, 0.6)));
	background: -webkit-linear-gradient(left, rgba(2, 18, 78, 0.7) 0%, rgba(222, 49, 12, 0.6) 100%);
	background: -o-linear-gradient(left, rgba(2, 18, 78, 0.7) 0%, rgba(222, 49, 12, 0.6) 100%);
	background: -ms-linear-gradient(left, rgba(2, 18, 78, 0.7) 0%, rgba(222, 49, 12, 0.6) 100%);
	background: linear-gradient(to right, rgba(2, 18, 78, 0.7) 0%, rgba(222, 49, 12, 0.6) 100%);
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

/* ==========================================================================
4. Custom Button
========================================================================== */

/* Standard Button */
.standard-button, 
.standard-button2 {
	/*font-family: 'Open Sans', sans-serif;*/
	font-size: 14px;
	font-weight: 300;
	border-radius: 2px;
	text-shadow: 0;
	color: #ffffff;
	min-width: 118px;
	border: 1px solid #FFF;
	padding: 10px 13px 9px;
	margin: 0 11px 0;
	text-transform: uppercase;
	display: block;
}

.standard-button:hover, 
.standard-button2:hover {
	border-color: #f96015;
}

.standard-button i, 
.standard-button2 i {
	vertical-align: inherit;
	margin-right: 8px;
	font-size: 20px;
}

/* Small Button */
.small-button {
	display: inline-block;
	font-size: 11px;
	padding: 1px 13px;
	text-transform: uppercase;
	border: 2px solid #000;
	letter-spacing: 1px;
	text-decoration: none;
	color: #000;
	/*font-family: 'Oswald', sans-serif;*/
	font-weight: 400;
	margin: 20px 0;
	cursor: pointer;
	background-color: transparent;
}

.small-button:hover {
	color: #FFF;
	background-color: #000;
	border-color: #000;
	text-decoration: none;
}

.small-button-red {
	display: inline-block;
	font-size: 11px;
	padding: 1px 13px;
	text-transform: uppercase;
	border: 2px solid #bf1919;
	letter-spacing: 1px;
	text-decoration: none;
	color: #fff;
	/*font-family: 'Oswald', sans-serif;*/
	font-weight: 400;
	margin: 10px 10px 0 0;
	cursor: pointer;
	background-color: #bf1919;
}

.small-button-red:hover {
	background-color: #000;
	border: 2px solid #000;
	color: #FFF;
}

.small-button:focus {
	text-decoration: none;
}

.small-button-white {
	border: 2px solid #ffffff !important;
	color: #ffffff;
}

.small-button-dark-gray {
	border: 1px solid #505050 !important;
	color: #505050;
	/*font-family: 'Open Sans', sans-serif;*/
}

.small-button-gray {
	display: inline-block;
	font-size: 11px;
	padding: 1px 13px;
	text-transform: uppercase;
	border: 2px solid #595959;
	letter-spacing: 1px;
	text-decoration: none;
	color: #fff;
	font-weight: 400;
	margin: 10px 10px 0 0;
	cursor: pointer;
	background-color: #595959;
}

.small-button-gray:hover {
	background-color: #383838;
	border: 2px solid #383838;
	color: #FFF;
}

/* Highlight Button */
.highlight-button, 
.highlight-button:focus {
	border: 2px solid #fff;
	color: #fff;
	/*font-family: "Oswald", sans-serif;*/
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 2px;
	padding: 8px 18px;
	text-decoration: none;
	text-transform: uppercase;
}

.highlight-button:hover {
	background-color: #FFF;
	color: #000;
	border-color: #fff;
}

.highlight-button-black {
	border: 2px solid #000;
	color: #000;
	display: inline-block;
	/*font-family: "Oswald", sans-serif;*/
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 2px;
	margin: 10px 0 0;
	padding: 6px 16px;
	text-decoration: none;
	text-transform: uppercase;
}

.highlight-button-black:hover {
	background-color: #000;
	border-color: #000;
	color: #FFF;
}

/* Primary Buttons */
i {
	color: #f96015;
}

.standard-button {
	background: none;
}

.standard-button2 {
	background: none;
}

.standard-button2:hover {
	background: #f96015;
}

.header-buttons {
	float: left;
}

.btn-primary:focus, 
.btn-primary:active, 
.btn-primary.active {
	background: #e04e06;
	border-color: #ce4401;
	outline: none;
}

.colored-line, 
.colored-line-left {
	background: #008ed6;
}

.main-color {
	color: #008ed6;
}

.form-group button {
	margin-top: 0;
}

/* ==========================================================================
5. Floats and Margins
========================================================================== */

/* Float */
.float-left {
	float: left !important;
}

.float-right {
	float: right !important;
}

.clear-both {
	clear: both !important;
}

/* Margin */
.margin-top {
	margin-top: 30px !important;
}

.margin-top-med {
	margin-top: 15px !important;
}

.margin-top-100 {
	margin-top: 100px !important;
}

.margin-bottom-100 {
	margin-bottom: 100px;
}

.margin-top-50 {
	margin-top: 50px !important;
}

.margin-bottom-50 {
	margin-bottom: 50px !important;
}

.margin-top-70 {
	margin-top: 70px !important;
}

.margin-bottom-70 {
	margin-bottom: 70px !important;
}

.margin-left {
	margin-left: 30px !important;
}

.margin-bottom {
	margin-bottom: 30px !important;
}

.margin-bottom-med {
	margin-bottom: 15px !important;
}

.margin-right {
	margin-right: 30px !important;
}

.no-margin {
	margin: 0 !important;
}

.no-margin-top {
	margin-top: 0 !important;
}

.no-margin-bottom {
	margin-bottom: 0 !important;
}

.margin-auto-center {
	margin-left: auto;
	margin-right: auto;
	/*display: block;*/
	display:table;
	float: none;
}

/* Padding */
.no-padding {
	padding: 0;
}

.no-padding-top {
	padding-top: 0 !important;
}

.no-padding-bottom {
	padding-bottom: 0 !important;
}

.no-padding-left {
	padding-left: 0;
}

.no-padding-right {
	padding-right: 0;
}

.padding-bottom-30 {
	padding-bottom: 30px;
}

.padding-top-90 {
	padding-top: 90px;
}

.padding-bottom-90 {
	padding-bottom: 90px;
}

.padding-right {
	padding-right: 30px;
}

.padding-left {
	padding-left: 30px;
}

.padding-30 {
	padding: 30px;
}

.padding-100 {
	padding: 100px;
}

.padding-70 {
	padding: 70px;
}

.display-inline-block {
	display: inline-block;
}

.display-block {
	display: block;
}

.display-inline {
	display: inline;
}

.display-inline-table {
	display: inline-table;
}

/* ==========================================================================
6. Divider and width
========================================================================== */

.divider {
	background-color: #dfdfdf;
	height: 1px;
	width: 85%;
	margin: 12px 0 12px;
}

.divider-transparent {
	background-color: rgba(235, 235, 235, 0.3);
	height: 1px;
	width: 85%;
	margin: 12px 0 12px;
}

.divider-dark {
	background-color: #dedede;
	height: 1px;
	width: 100%;
	margin: 65px 0;
	display: inline-block;
}

/* Separator */
.black-line {
	background: #000;
	margin: 29px 0;
	width: 52px;
	height: 1px;
}

.black-line-top {
	margin-top: 28px;
	margin-bottom: 2px;
	background: #000;
	width: 52px;
	height: 1px;
}

.black-line-bottom {
	margin-bottom: 20px;
	margin-top: 2px;
	background: #000;
	width: 52px;
	height: 1px;
}

.white-line-top {
	margin-top: 28px;
	margin-bottom: 2px;
	background: #fff;
	width: 52px;
	height: 1px;
	margin-left: auto;
	margin-right: auto;
}

.white-line-bottom {
	margin-bottom: 20px;
	margin-top: 2px;
	background: #fff;
	width: 52px;
	height: 1px;
	margin-left: auto;
	margin-right: auto;
}

.white-line {
	margin: 25px auto 23px;
	z-index: 1;
	width: 52px;
	height: 1px;
	background: #ffffff;
}

.dark-gray-line {
	margin: 25px auto 23px;
	z-index: 1;
	width: 52px;
	height: 1px;
	background: #7c7c7c;
}

.gray-line {
	margin: 8px auto 11px;
	z-index: 1;
	width: 32px;
	height: 1px;
	background: #ababab;
}

.orange-line {
	background: #ff6000;
	margin: 20px auto;
	width: 52px;
	height: 1px;
}

.white-line-small {
	background: #fff;
	margin: 20px auto;
	width: 52px;
	height: 1px;
}

.transparent-line {
	background-color: #ccc;
	height: 1px;
	width: 100%;
	opacity: 0.2;
	margin: 20px 0;
}

.popup-line {
	width: 100%;
	background: #e5e5e5;
	height: 1px;
	margin: 20px 0;
}

/* Border */
.border-bottom {
	border-bottom: 1px solid #e5e5e5;
}

.border-top {
	border-top: 1px solid #e5e5e5;
}

.border-left {
	border-left: 1px solid #e5e5e5;
}

.border-right {
	border-right: 1px solid #e5e5e5;
}

.border-gray {
	border: 1px solid #373737 !important;
}

/* Width and Height */
.width-100 {
	width: 100% !important;
}

.height-auto {
	height: auto !important;
}

/* ==========================================================================
7. Loader
========================================================================== */

.loader-running .main {
	opacity: 0;
}

.loader-running .coming-soon {
	opacity: 0;
}

.loader {
	-webkit-pointer-events: none;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
/*.loader-done .loader { display: none; }*/
.loader-inactive {
	display: none;
}

.loader .loader-progress {
	background-color: #f96015;
	position: fixed;
	z-index: 2000;
	top: 50%;
	left: 0;
	height: 6px;
	overflow: hidden;
	-webkit-transition: width 1s;
	-moz-transition: width 1s;
	-o-transition: width 1s;
	transition: width 1s;
}

.loader .loader-progress-inner {
	position: absolute;
	top: 0;
	left: 0;
	right: -32px;
	bottom: 0;
	background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.2)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.2)), color-stop(0.75, rgba(255, 255, 255, 0.2)), color-stop(0.75, transparent), to(transparent));
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
	background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
	-webkit-background-size: 32px 32px;
	-moz-background-size: 32px 32px;
	-o-background-size: 32px 32px;
	background-size: 32px 32px;
	-webkit-animation: pace-stripe-animation 500ms linear infinite;
	-moz-animation: pace-stripe-animation 500ms linear infinite;
	-ms-animation: pace-stripe-animation 500ms linear infinite;
	-o-animation: pace-stripe-animation 500ms linear infinite;
	animation: pace-stripe-animation 500ms linear infinite;
}

/* ==========================================================================
8. Sections
========================================================================== */

section {
	overflow: hidden;
	padding-top: 90px;
	padding-bottom: 90px;
}

#about {
	padding-top: 100px;
}

#work {
	padding: 0;
}

#blog {
	padding: 0 0 60px;
}

#testimonial {
	padding: 0 0;
}

#expertise {
	padding: 0 0 0;
}

#team {
	padding: 120px 0 90px 0;
}

#video {
	padding: 120px 0 90px 0;
}

#vote {
	padding: 120px 0 90px 0;
}

#conter-box {
	padding: 0;
}

#info-box {
	padding: 0;
}

.contact {
	padding: 0 0 65px;
}

.winner {
	/*padding: 0 0 65px;*/
}

#conter-box .color-overlay {
	padding-top: 90px;
	padding-bottom: 90px;
}

#info .color-overlay {
	padding-top: 90px;
	padding-bottom: 90px;
}

#testimonial .color-overlay {
	padding-top: 129px;
	padding-bottom: 120px;
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.85)
}

#blog-list {
	padding-top: 110px;
}

#blog-details {
	padding-top: 110px;
}

.map {
	padding: 0 !important;
	position: relative;
}

/* ==========================================================================
9. Header
========================================================================== */

/* Header */
header {
	background: url(../images/video-img.png) no-repeat center top;
	-webkit-background-size: cover;
	background-size: cover;
	height: 100%;
	-webkit-transition: ease-in-out;
	-moz-transition: ease-in-out;
	-o-transition: ease-in-out;
	transition: ease-in-out;
	overflow: hidden;
}

.no-background {
	background: none
}

header .full-screen {
	width: 100%;
	height: 100%;
	min-height: 1000px;
}

.navbar-nav > li.blog:hover .dropdown-menu {
	display: block !important;
}

.nav > li > a {
	margin: 10px 10px 10px;
	font-size: 15px;
	font-weight: lighter;
	color:#333333;
	font-family: "微軟正黑體", Helvetica, Arial, Verdana, sans-serif;
}

.nav > li.last > a {
	margin: 10px 10px 10px;
}

.main-navigation .col-md-3 {
	padding-left: 0;
}


/* Sticky Navigation */
nav {
	width: 100%;
	top: 0px;
	z-index: 99;
	padding-top: 12px;
	padding-bottom: 0px;
	transition: all 400ms ease-in-out 0s;
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
}

.shrink-nav {
	min-height: 70px;
	/*padding-top: 10px;*/
	border-bottom: 1px solid #e5e5e5;
}

.nav-transparent .logo-dark {
	display: none;
}

.shrink-nav.nav-dark, 
.shrink-nav.nav-transparent {
	background: rgba(255, 255, 255, 1);
}

.sticky-nav {
	position: fixed;
	top: 0px;
	background: rgba(255, 255, 255, 1);
	min-height: 70px;
}

.sticky-navigation .main-navigation li a {
	line-height: 30px;
	font-weight: 400;
	font-size: 13px;
	text-transform: lowercase;
	max-height: 34px;
	letter-spacing: 0.5px;
}

/* Main Navigation */
.logo-light {
	display: inline-block;
	float: none
}

.navbar-fixed-top .nav > li > a:hover {
	color: #FFF;
}

.shrink-nav .logo-light {
	display: none;
}

.shrink-nav .logo-dark {
	display: inline-block;
	margin-top: 0px;
}

.logo-dark {
	width: 46px;
}

.logo-white {
	width: 46px;
}

.shrink-nav .navbar-nav > li > a {
	color: #000;
	margin-top: 10px;
}

.shrink-nav .nav > li > a:hover {
	color: #000;
}

/* Dropdown Menu */
.dropdown:hover .dropdown-menu {
	display: inline-table;
}

.dropdown .dropdown-menu .sub-menu {
	float: left;
	display: none;
	right: auto;
	left: 233px;
	top: 0;
}

/* Intro */
header .intro-section {
	margin: auto;
	padding-top: 50%;
}

header .intro-section .intro {
	color: #ffffff;
	margin-bottom: 36px;
	letter-spacing: 1px;
	line-height: 90px
}

header .intro-section .buttons {
	margin: 17px auto;
	float: none;
	display: inline-block;
}

.highlight {
	font-size: 65px;
	font-weight: 400;
	background-color: #f96015;
	color: #fff;
	padding: 12px 34px
}

.no-transition {
	-webkit-transition: height 0.01s;
	-moz-transition: height 0.01s;
	-ms-transition: height 0.01s;
	-o-transition: height 0.01s;
	transition: height 0.01s;
}

/* ==========================================================================
10. Work
========================================================================== */

/* Isotop */
.isotope-filters {
	padding: 50px 0;
}

.isotope-filters li {
	display: inline-block;
	padding: 0 1.3%;
}

.isotope-filters li a {
	text-transform: uppercase;
	/*font-family: 'Oswald', sans-serif;*/
	font-size: 20px;
	font-weight: 400;
	color: #b6b6b6;
	cursor: pointer;
}

.isotope-filters li a:hover, 
.isotope-filters li a:focus, 
.isotope-filters li a:active, 
.isotope-filters li a.active {
	text-decoration: none;
	color: #000;
	border-color: #000;
}

/* Portfolio Figcaption */
.slideshow * {
	transition-duration: 0s;
	-moz-transition-duration: 0s;
	-webkit-transition-duration: 0s;
	-o-transition-duration: 0s;
}

.portfolio-item {
	overflow: hidden;
}

.grid {
	max-width: 100%;
	margin: 0 auto;
	list-style: none;
	text-align: left;
}

.portfolio-figure figcaption {
	position: absolute;
	top: 0;
	left: 0;
	padding: 18px 25px;
	background: #FFF;
	color: #f96015;
	box-shadow: 0 -5px 0 0 rgba(0, 0, 0, 0.3);
}

.portfolio-figure .title {
	color: #f96015;
	line-height: 37px;
	margin: 0 0 8px;
	padding: 0;
}

.portfolio-figure figcaption span {
	font-size: 18px;
	color: #000;
	text-transform: uppercase;
	/*font-family: 'Oswald', sans-serif;*/
	font-weight: 400;
}

.portfolio-figure figcaption a {
	display: inline-block;
	transition: all 400ms ease-in-out 0s;
	position: absolute;
	bottom: 20px;
	right: 20px;
}

.portfolio-figure figcaption a:hover {
	color: #f96015;
}

.portfolio-figure figcaption i {
	color: #b6b6b6;
	font-size: 60px;
	position: relative;
	top: -6px
}

.portfolio-figure {
	overflow: hidden;
	background-color: #000;
}

.portfolio-figure img {
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
	max-width: 100%;
}

.no-touch .portfolio-figure:hover img, 
.portfolio-figure.cs-hover img {
	-webkit-transform: translateY(-60px);
	-moz-transform: translateY(-60px);
	-ms-transform: translateY(-60px);
	transform: translateY(-60px);
	opacity: 0.4;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}

.portfolio-figure figcaption {
	height: 110px;
	width: 100%;
	top: auto;
	bottom: 0;
	opacity: 0;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
	transition: transform 0.4s, opacity 0.1s 0.3s;
}

.no-touch .portfolio-figure:hover figcaption, 
.portfolio-figure.cs-hover figcaption {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s;
	transition: transform 0.4s, opacity 0.1s;
}

.portfolio {
	width: 100%;
	display: table;
}

.portfolio-item {
	float: left;
	padding: 0 0;
	width: 24.96%;
	max-width: 25%;
}

/* ==========================================================================
11. Work Popup
========================================================================== */

.grid-gallery {
	width: 100%;
}

/* General Style */
.popup-slide {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: translate3d(0, 0, 150px);
	transform: translate3d(0, 0, 150px);
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
}

.popup-slide figure {
	margin: 0;
}

.popup-slide figure img {
	display: block;
	float: left;
}

.popup-slide .title {
	color: #f96015;
	display: inline-block;
	font-size: 60px;
	font-weight: 400;
	letter-spacing: 1px;
	margin: 0;
	padding: 0 0 20px;
	width: 100%;
	line-height: 60px;
}

/* Grid Style */
.grid {
	margin: 0 auto;
}

.grid li {
	float: left;
	cursor: pointer;
}

.grid figure {
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

/* Slideshow Style */
.slideshow {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 99999;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	-webkit-transition: opacity 0.5s, visibility 0s 0.5s;
	transition: opacity 0.5s, visibility 0s 0.5s;
	padding: 0;
	background-color: #FFF;
}

.slideshow-open .slideshow {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.popup-slide.animatable li {
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
}

.slideshow-open .popup-slide {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

/* Popup Slide */
.popup-slide .popup-slideshow {
	right: 0;
	margin: 0;
	position: absolute;
	top: 0;
	visibility: hidden;
	width: 100%;
	height: 100%;
	display: none;
}

.popup-slide .popup-slideshow.show {
	visibility: visible;
}

.popup-slide .popup-slideshow.current:after {
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity 0.3s, visibility 0s 0.3s;
	transition: opacity 0.3s, visibility 0s 0.3s;
}

.popup-slide figure {
	width: 100%;
	height: 100%;
	background: #fff;
	overflow: hidden;
}

.popup-slide span {
	display: table;
	font-size: 14px;
	font-weight: 300;
	line-height: 20px;
}

.popup-slide .category {
	display: inline-block;
	/*font-family: "Oswald", sans-serif;*/
	font-size: 30px;
	font-weight: 100;
	padding: 0 0 5px;
	text-transform: uppercase;
	width: 100%;
	color: #939393;
	line-height: 30px;
}

.popup-slide .work-details {
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	padding: 0 0 5px;
	text-transform: uppercase;
	width: 100%;
}

.popup-slide .client-speak {
	margin: 10px 0 0;
}

.popup-slide .client-speak span {
	display: block;
	font-size: 11px;
	font-weight: 600;
	margin: 10px 0 0;
	text-transform: uppercase;
}

/* Navigation */
.popup-navigation {
	width: 100%;
	position: absolute;
	border: 0
}

.popup-navigation span {
	position: fixed;
	z-index: 1000;
	color: #FFF;
	text-align: center;
	cursor: pointer;
	font-size: 30px;
	transition: all 400ms ease-in-out 0s;
}

.popup-navigation span:hover {
	color: #f96015;
}

.popup-navigation span.nav-prev {
	right: 48%;
	top: 50%;
	background-color: #000;
	font-size: 35px;
	padding: 4px 15px 5px 12px;
	transform: translateY(-50%);
}

.popup-navigation span.nav-next {
	left: 51.9%;
	top: 50%;
	background-color: #000;
	font-size: 35px;
	padding: 4px 12px 5px 15px;
	transform: translateY(-50%);
}

.popup-navigation span.nav-close {
	padding: 8px 12px;
	right: 5px;
	top: 2px;
	transition: all 400ms ease-in-out 0s;
}

.icon:before, 
.icon:after {
	font-family: 'fontawesome';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

span.nav-prev:before {
	content: "\f104";
}

span.nav-next:before {
	content: "\f105";
}

span.nav-close:before {
	content: "X";
	/*font-family: 'Open Sans', sans-serif;*/
	transform: scale(1.3, 1);
	-webkit-transform: scale(1.3, 1);
	display: inline-block;
	font-weight: 100;
	color: rgba(0, 0, 0, 0.4);
}

.popup-slide .right-part {
	float: right;
	width: 48%;
	padding: 8%;
}

.popup-slider {
	float: left;
	width: 52%;
	overflow: hidden;
	height: 100%;
	position: absolute;
}

/* ==========================================================================
12. Blog
========================================================================== */

/* Blog Header */
.blog-header .intro-section {
	margin: auto;
	padding: 30% 0 25%;
}

.blog-details-header .intro-section {
	padding: 20% 0 15%;
}

.blog-header {
	background: url(../images/header-img1.jpg) no-repeat center top fixed;
	-webkit-background-size: cover;
	background-size: cover;
	height: 100%;
}

.blog-details-header {
	background: url(../images/header-img2.jpg) no-repeat center top fixed;
	-webkit-background-size: cover;
	background-size: cover;
	height: 100%;
}

.blog-content {
	position: relative;
	cursor: pointer;
}

.blog-img {
	opacity: 1;
	transition: all 400ms ease-in-out 0s;
	height: 100%;
	width: 100%;
}

.blog .active {
	margin-bottom: 0;
}

.blog .active .blog-content-out {
	display: block !important;
}

.blog-image {
	padding: 0;
	background-color: #000
}

.blog-day {
	background-color: #f96015;
	border: 2px solid #f96015;
	color: #fff;
	display: table-cell;
	/*font-family: 'Oswald', sans-serif;*/
	font-size: 50px;
	font-weight: 400;
	height: 94px;
	left: 3%;
	position: absolute;
	top: 59%;
	width: 94px;
	z-index: 9999;
}

.blog-day span {
	left: 0;
	position: absolute;
	right: 0;
	top: 35px;
	vertical-align: middle;
}

.blog-content:hover .blog-day {
	border: 4px solid #fff;
	background-color: #f96015;
	color: #fff;
}

.blog-content:hover .blog-day span {
	top: 33px;
}

.blog-header span.highlight {
	font-size: 65px;
	font-weight: 400;
	background-color: transparent;
	color: #fff;
	padding: 12px 34px
}

.blog-header .intro-section .intro {
	line-height: 60px
}

/* Frame Overlay */
.frameOverlay {
	color: #000;
	padding: 15px 15px 22px;
	transition: all 500ms ease-in-out 0s;
	cursor: default
}

.frameOverlay .col-md-offset-2 {
	margin-left: 10.667%;
}

.blog-content-out .content {
	line-height: 23px;
	width: auto;
	transition: all 400ms ease-in-out 0s;
}

.month {
	width: 100%;
	display: inline-block;
}

.blog-content .blog-title {
	margin-bottom: 19px;
}

.blog-title .title {
	margin: 0 0 2px;
	line-height: 32px;
}

/* Blog Active */
.blog-content.active .frameOverlay {
	background-color: #FFF;
	display: table;
	width: 100%;
}

.buttons .small-button {
	display: inline-block;
	float: none;
	margin: 50px 0 0;
}

.blog-content:hover .blog-image img {
	opacity: 0.5;
}

/* Blog Group show */
.group {
	display: none;
}

.group.show {
	display: block;
}

#load-more.disable {
	color: #b7b7b7;
	text-decoration: none;
	cursor: default;
	border: 2px solid #b7b7b7
}

#load-more.disable:hover {
	background-color: transparent
}

/* ==========================================================================
13. Blog Listing
========================================================================== */

/* Blog Page */
.blog-left {
	margin-right: 6%;
}

.blog-page .footer {
	height: auto;
}

.blog-page .blog-content {
	cursor: auto;
	margin: 40px 0;
	padding: 0;
}

.blog-title .content {
	width: auto;
	margin-bottom: 30px;
}

.blog-page .blog-content h6 {
	letter-spacing: 0;
	text-align: left;
}

.search {
	border: 1px solid #cdcdcd;
	color: #838383;
	font-size: 13px;
	height: 40px;
	background: url(../images/icon-search.png) 95% no-repeat
}

/* Blog Wrapper */
.blog-post li:first-child {
	margin-top: 0;
}

.post-preview {
	display: table;
	margin: 40px 0;
}

.blog-video {
	min-height: 410px;
}

.blog-content {
	margin-bottom: 0;
}

/* Blog Carousel */
.blog-wrapper .carousel {
	line-height: 12px;
}

.blog-wrapper .carousel-caption {
	padding: 0;
}

/* Post Preview */
.post-preview .blog-day {
	left: 30px;
	top: -70px;
	z-index: 0;
}

.post-preview .blog-title {
	line-height: 26px;
}

/* Pagination */
.pagerblock {
	display: inline-block;
}

.pagerblock li {
	float: left;
	margin: 0 12px;
	background: #FFF;
}

.pagerblock li a {
	border: 2px solid #e5e5e5;
	display: block;
	width: 50px;
	height: 50px;
	line-height: 45px;
	font-weight: 400;
	font-size: 16px
}

.pagerblock li a i {
	color: #000;
	font-size: 22px;
	line-height: 35px;
}

.pagerblock li.current a, 
.pagerblock li a:hover, 
.pagerblock li a:focus, 
.pagerblock li a:hover i, 
.pagerblock li a:focus i {
	color: #f96015;
	border-color: #f96015;
	text-decoration: none;
}

/* Sidebar Block */
.sidebar-block {
	margin-bottom: 40px;
	font-size: 13px;
}

.sidebar-block .divider {
	width: 100%;
	margin: 5px 0 20px;
}

.comments-divider {
	margin: 5px 0 !important;
}

.categories a:hover {
	color: #f96015;
}

.categories li {
	padding: 8px 0;
	border-bottom: 1px solid #e5e5e5
}

.categories li span {
	display: block;
	color: #909090;
	position: relative;
	top: -4px
}

#signup_form {
	margin-top: 10px;
}

#subheader {
	line-height: 18px;
}

.input_var .form-control {
	margin-bottom: 10px;
	background-color: #fbfbfb;
}

.signup_submit button {
	display: table;
	font-size: 14px;
	margin: 0 auto;
	padding: 7px 0;
	width: 100%;
}

/* Tag Cloud */
.tagcloud {
	display: table;
}

.tagcloud a {
	background: #FFF;
	border: 1px solid #e5e5e5;
	display: inline-block;
	float: left;
	font-size: 13px;
	font-weight: 400;
	margin: 7px 7px 0 0;
	padding: 2px 11px 3px;
}

.tagcloud a:hover, 
.tagcloud a:focus {
	background: #000;
	border-color: #000;
	color: #FFF;
	text-decoration: none;
}

.comments li {
	font-size: 14px;
	line-height: 18px;
	margin: 10px 0 10px 7px;
}

/* ==========================================================================
14. Blog Details
========================================================================== */

/* Blogpost */
.blog-share {
	display: inline-block;
	margin: 15px 0;
	width: 100%;
}

.blogpost_share {
	float: right;
	margin: 7px 0 0 0
}

.blogpost_share span {
	color: #5e5e5e;
	float: left;
}

.blogpost_share ul {
	float: left;
}

.blogpost_share ul li {
	float: left;
	margin: 0 10px;
}

.blogpost_share ul li:first-child {
	margin-left: 0;
}

.blogpost_share ul li a {
	display: block;
}

.blogpost_share ul li i {
	color: #000;
	transition: all 400ms ease-in-out 0s;
	font-size: 20px;
}

.blogpost_share ul li.facebook a:hover i {
	color: #3c599f;
}

.blogpost_share ul li.twitter a:hover i {
	color: #20b9ff;
}

.blogpost_share ul li.linkedin a:hover i {
	color: #0085ae;
}

.blogpost_share ul li.google-plus a:hover i {
	color: #d44132;
}

/* Blog Details */
.blog-details .like, 
.blog-details .like i {
	color: #f96015;
}

.recent-comments .divider {
	width: 100%;
}

.recent-comments .content {
	width: 100%;
}

.recent-comments p {
	margin: 25px 0;
}

.top {
	margin-bottom: 25px;
}

.blog-details-title {
	font-size: 45px;
	/*font-family: 'Oswald', sans-serif;*/
	line-height: 54px;
	text-transform: uppercase;
	color: #FFF;
	margin: 10px 0
}

.blog-details .blogpost_share {
	border-bottom: 2px solid #000;
	border-top: 1px solid #dfdfdf;
	clear: both;
	float: none;
	padding: 40px 0;
	text-align: center;
	margin-bottom: 60px
}

.blog-details .blogpost_share ul {
	float: none
}

.blog-details .blogpost_share ul li {
	float: none;
	display: inline-block;
	margin: 0 20px
}

.blog-details .blogpost_share ul li i {
	font-size: 35px
}

.sidebar-block h6, 
#comments .title {
	font-size: 14px;
	line-height: 30px;
	font-weight: 600;
	margin: 0;
	text-transform: uppercase;
	letter-spacing: 0px;
}

.recent-comments .title {
	font-size: 25px;
	line-height: 30px;
	font-weight: 800;
	margin: 0;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-align: center;
	margin-bottom: 35px
}

.recent-comments input {
	border: 1px solid #cdcdcd;
	height: 50px;
	color: #838383;
	font-size: 15px
}

.recent-comments textarea {
	border: 1px solid #cdcdcd;
	height: 50px;
	color: #838383;
	font-size: 15px;
	max-width: 100%;
	resize: none
}

/* Comments */
.recent-comments {
	float: none;
	margin: 0 auto;
}

.name {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 600;
	display: block
}

.date {
	font-size: 14px;
	display: block
}

.comments-details {
	border-bottom: 1px solid #dfdfdf;
	clear: both;
	float: left;
	margin-bottom: 40px;
	padding-bottom: 40px;
}

.comments-details .small-button {
	margin: 10px 0 0 0
}

.comments-details:last-child {
	border-bottom: none;
	margin: 0
}

.comments-details .small-button {
	margin: 10px 0 0 0
}

.blog-comments .form-group {
	text-align: center;
	margin: 0
}

/* Media Object */
.media-object {
	border-radius: 100%;
	width: 80px;
	height: 80px;
	margin: 0 25px 0 0
}

/* ==========================================================================
15. Counter
========================================================================== */

.counterBoxNumber {
	font-size: 100px;
	color: #FFF;
	/*font-family: 'Oswald', sans-serif;*/
	line-height: 100px;
}

.counterBoxDetails {
	text-transform: none;
	color: #FFF;
	font-size: 16px;
	font-weight: 400;
	/*font-family: 'Open Sans', sans-serif;*/
	letter-spacing: 0;
}

.counterBox .orange-line {
	width: 40px;
	margin: 16px auto 9px;
}

/* ==========================================================================
16. Scroll To Top
========================================================================== */

.scrollToTop {
	display: none;
	font-weight: bold;
	height: auto;
	padding: 0;
	position: fixed;
	right: 45px;
	text-align: center;
	text-decoration: none;
	top: 91%;
	width: auto;
	background-color: #161616;
	z-index: 1;
	border-radius: 3px;
	border: 1px solid #000
}

.scrollToTop i {
	font-size: 18px;
	margin: 5px 8px 0;
	color: #FFF;
}

.scrollToTop:hover {
	opacity: 0.5;
}

.scrollToTop:hover i {
	position: relative;
}

.scrollDownWrap {
	bottom: 40px;
	left: 0;
	margin: 0 auto;
	min-height: 41px;
	position: absolute;
	right: 0;
	text-align: center;
	width: 90px;
	z-index: 9;
}

.scrollDown a {
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	-moz-transition: color 500ms ease;
	-o-transition: color 500ms ease;
	-webkit-transition: color 500ms ease;
	transition: color 500ms ease;
}

.scrollDown a:hover {
	color: #fff;
	-moz-transition: color 500ms ease;
	-o-transition: color 500ms ease;
	-webkit-transition: color 500ms ease;
	transition: color 500ms ease;
}

.scrollDown i {
	display: block;
	margin: 0 auto;
	position: relative;
	-webkit-animation: iconFloat 0.8s infinite linear;
	-moz-animation: iconFloat 0.8s infinite linear;
	-ms-animation: iconFloat 0.8s infinite linear;
	-o-animation: iconFloat 0.8s infinite linear;
	animation: iconFloat 0.8s infinite linear;
	color: #000;
	padding: 0;
	color: #FFF;
	font-size: 45px;
	opacity: 0.7
}

.scrollDown:hover i {
	opacity: 0.3
}

.isotope, 
.isotope .portfolio-item, 
.isotope .post-item {
	-webkit-transition-duration: .8s;
	-moz-transition-duration: .8s;
	-ms-transition-duration: .8s;
	-o-transition-duration: .8s;
	transition-duration: .8s;
}

.scrollDown i:before {
	font-family: 'FontAwesome';
}

/* ==========================================================================
17. Filter Tab
========================================================================== */

.isotope-item {
	z-index: 2;
}

.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}

/* ISOTOPE CSS3 TRANSACTIONS */
.isotope, 
.isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
}

.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}

.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	-ms-transition-property: -ms-transform, opacity;
	-o-transition-property: -o-transform, opacity;
	transition-property: transform, opacity;
}

/* DISABLE ISOTOPE CSS3 TRANSACTIONS */
.isotope.no-transition, 
.isotope.no-transition .isotope-item, 
.isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}

/* DISABLE ISOTOPE CSS3 TRANSACTIONS FOR CONTAINERS WITH INFINITE SCROLLING */
.isotope.infinite-scrolling {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}

/* ==========================================================================
18. Team
========================================================================== */
.team-details .box{
	border:solid 2px #ff6000;
	border-radius: 10px;
	margin-bottom:20px;
	background:#fff url(../images/vote_item_bg.png) repeat;
}
.team-details .our-team {
	opacity: 0.5;
}

.team-details .namerol {
	font-size:16px;
	color:#ff6600;
	background: #FFF;
	padding: 13px 0 17px;
	border-radius: 8px;
}

.team-details .heartBox{
	background:#ff6000;
	padding:5px 10px;
	}
.team-details .heartNum{
	display: inline-table;
	margin:0 auto;
	padding-left:24px;
	font-size:21px;
	background:url(../images/vote_heart_w.png) no-repeat left center;
	color:#fff;
	font-weight:bold;
	text-align:left;
	}

.team-details .namerol .orange-line {
	margin: 4px auto 6px;
}

.namerol span {
	font-weight: bold;
	text-transform: uppercase;
}

.namerol .content {
	height:40px;
	color:#333;
	text-transform: uppercase;
	font-size: 15px;
}

.team-profile {
 /* max-height: 308px;  */
	margin: 10px;
	overflow: hidden;
	position: relative;
	border-radius: 8px;
}

.social i {
	color: #FFF;
	font-size: 25px;
	margin: 5px 9px;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.social i:hover {
	color: #f96015;
	position: relative;
	top: 0;
	-webkit-transition: all 400ms ease-in-out 0s;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.team-profile .our-team {
	height: 100%;
	position: absolute;
	top: 600px;
	width: 100%;
	transition: all 400ms ease-in-out 0s;
}

.our-team .text-center {
	margin: 0 auto;
}

.team-details:hover .our-team {
	opacity: 1;
}

.team-details:hover .our-team {
	top: 0px;
	background: rgba(136, 193, 0, 0.9);
	padding-top: 15px;
}

.teamZoomIcon{
	margin:0 auto;
	width: 58px;
	height: 58px;
	/*cursor: pointer;*/
	background-image: url(../images/vote_item_zoom.png);
	background-position: 0 0;
	}
/*.teamZoomIcon a{
	display:block;
	height:100%;
	}
.teamZoomIcon:hover{
	background-image: url(../images/vote_item_zoom_o.png);
	background-position: 0 0px;
	}*/

.team-details .teamBtn{
	display:inline-table;
	color:#fff;
	font-size:15px;
	font-weight:bold;
	}
.team-details .teamBtn a{
	color:#fff;
	display:block;
	height:100%;
	padding:2px 10px;
	border-radius:99px;
	}
.team-details .teamBtn a:hover{
	color:#ff6600;
	background-color:#fff;
	}

.team .width {
	margin-top: 66px;
	margin-bottom: 73px;
}

.our-team .content-white {
	width: 65%;
}

.team-details .orange-line {
	width: 32px;
	margin: 15px auto 15px auto;
}

/* ==========================================================================
19. Client Logos
========================================================================== */

.client-logos {
	padding: 0 !important;
	background: url(../images/client-logos-bg.jpg) no-repeat center top fixed;
	-webkit-background-size: cover;
	background-size: cover;
}

.client-logos .color-overlay {
	padding: 94px 0 93px;
}

.clients-slider li {
	display: inline-block;
	margin: 0 4%;
	width: 15%;
}

/* ==========================================================================
20. Contact
========================================================================== */

.form-group form {
	transition: all 800ms ease-in-out 0s;
	-moz-transition: all 800ms ease-in-out 0s;
	-webkit-transition: all 800ms ease-in-out 0s;
	-o-transition-duration: all 800ms ease-in-out 0s;
}

#success {
	background-color: #fff;
	border: 2px solid #f96015;
	color: #f96015;
	display: none;
	font-size: 20px;
	/*font-family: "Oswald",sans-serif;*/
	line-height: 58px;
	text-align: center;
	text-transform: uppercase;
}

.contact-info {
	margin-top: 54px;
}

.left-part {
	padding: 0 0;
}

.contact-text {
	display: table;
	width: 57%;
	margin: 0 0;
}

.address {
	margin: 0 0;
}

.head {
	margin-bottom: 57px;
}

.icon-list li {
	font-size: 16px;
}

.icon-list i {
	font-size: 20px;
	margin-right: 20px;
}

.icon-list li a {
	color: #000;
	text-decoration: none;
}

.icon-list li a:hover {
	text-decoration: underline;
}

.right-part {
	padding: 0 0;
}

/* Map */
#map {
	height: 113px;
	width: 100%;
	line-height: 22px
}

.map-overlay {
	width: 100%;
	text-align: center;
	border-top: 1px solid #dfdfdf;
	background: rgba(255,255,255,.9);
	z-index: 2;
	position: absolute
}

.map-overlay:hover {
	background: rgba(255,255,255,1);
}

.map-button {
	/*font-family: "Oswald", sans-serif;*/
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
	background-color: transparent;
	width: 100%;
	height: 113px;
}

.map-button:hover, 
.map-button:focus {
	opacity: 1;
}

.map-button:before {
	content: "\f041";
	font-family: 'FontAwesome';
	font-size: 19px;
	margin-right: 10px;
	color: #f96015
}

#googlemap * {
	transition-duration: 0s;
	-moz-transition-duration: 0s;
	-webkit-transition-duration: 0s;
	-o-transition-duration: 0s;
}

.openmap #map {
	height: 400px
}

/* ==========================================================================
21. Footer
========================================================================== */

#footer {
	/*background: url(../images/vote_bg01.jpg) no-repeat center top fixed;
	-webkit-background-size: cover;
	background-size: cover;*/
}

footer .color-overlay {
	padding: 46px 0 0;
}

.footer-social li {
	display: inline-block;
	margin: 0 0.5%;
	/*margin: 0 1.8%;*/
}

.footer-social br{ display:none;}

.footer-social li i {
	font-size: 40px;
}

.copy {
	margin: 7px auto 25px;
	opacity: 0.8
}

/* ==========================================================================
22. Design Elements
========================================================================== */

.conter-box {
	background: url(../images/conter-box-image.jpg) no-repeat center top fixed;
	-webkit-background-size: cover;
	background-size: cover;
}

.feature-content {
	margin-top: 86px;
	margin-bottom: 50px;
}

.expertise-img img {
	-webkit-background-size: cover;
	background-size: cover;
}

.service-icon i {
	font-size: 60px;
}

.service-box {
	padding-top: 75px;
	padding-bottom: 91px;
}

.service-box:hover {
	background-color: #FFF;
}

.service-box:hover .service-icon i {
	position: relative;
	bottom: 5px;
	-webkit-animation: 0.8s linear 0s normal none infinite iconFloat;
	animation: 0.8s linear 0s normal none infinite iconFloat;
}

.service-icon {
	margin-bottom: 28px;
}

.model-box {
	background: url(../images/about-model.jpg) no-repeat center top fixed;
	-webkit-background-size: cover;
	background-size: cover;
}

.signature {
	width: auto;
}

/* Work Count */
.work-count-box .title-top {
	color: #000;
	font-size: 45px;
	font-weight: bold;
	margin: 0;
	/*font-family: 'Oswald', sans-serif;*/
}

.work-count-box .content-white {
	width: 75%;
}

/* Testimonial */
.testimonial {
	background: url(../images/testimonial-img-01.jpg) no-repeat center top fixed;
	-webkit-background-size: cover;
	background-size: cover;
}

.testimonial-int {
	background: url(../images/testimonial-img-02.jpg) no-repeat center top fixed;
	-webkit-background-size: cover;
	background-size: cover;
}

.testimonial .container {
	overflow: hidden;
	line-height: 30px;
}

/* Carousel */
.carousel-inner {
	overflow: visible;
	display: inline-table;
}

.carousel-indicators {
	position: absolute;
	bottom: 10px;
	left: 0;
	z-index: 15;
	width: 100%;
	padding-left: 0;
	margin-left: 0;
	text-align: center;
	list-style: none;
	bottom: 50px;
}

.testimonial .carousel-indicators {
	bottom: 0;
	margin: 0;
}

.carousel-indicators li {
	display: inline-block;
	width: 17px;
	height: 17px;
	margin: 0 10px 0 0;
	text-indent: -99999px;
	cursor: pointer;
	border: 2px solid #fff;
	border-radius: 100%;
	visibility: visible;
	position: relative;
	left: inherit;
}

.carousel-indicators li:first-child {
	margin-left: 0;
}

.carousel-indicators li:last-child {
	margin-right: 0;
}

.carousel-indicators li:after {
	left: inherit;
	content: inherit;
}

.carousel-indicators .active {
	width: 17px;
	height: 17px;
	background-color: #fff;
	visibility: visible;
}

.carousel-caption {
	position: inherit;
	width: 46%;
	margin: 0 auto;
}

.carousel-caption p {
	font-size: 22px;
	font-weight: 300
}

.carousel-caption span {
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 65px;
	display: inline-block;
}

.carousel-inner iframe {
	display: block;
	height: 500px;
	margin-top: 19%;
	vertical-align: middle;
	width: 100%;
}

/* Feature */
.feature {
	display: table;
	margin-left: 8%;
}

.icon-container {
	float: left;
	margin-right: 30px;
	min-height: 74px;
}

.icon-container i {
	font-size: 50px;
	line-height: 78px;
}

.feature:hover .icon-container i {
	position: relative;
	bottom: 10px;
	-webkit-animation: 1s linear 0s normal none infinite iconFloat;
	animation: 1s linear 0s normal none infinite iconFloat;
}

.fetaure-details .title, 
.fetaure-details .content {
	float: left;
}

.fetaure-details .content {
	width: 69%;
}

/* Canvas */
canvas {
	width: 63%;
}

.count-box .title {
	color: #FFF;
	font-weight: 300;
	margin-bottom: 0;
}

.count .margin-top {
	margin-top: 16px;
}

.chart, 
.chart2, 
.chart3, 
.chart4, 
.chart5, 
.chart6, 
.chart7, 
.chart8 {
	position: relative;
	margin: 0;
	left: 0%;
	width: 100%;
}

.chart span, 
.chart2 span, 
.chart3 span, 
.chart5 span, 
.chart6 span, 
.chart7 span, 
.chart8 span {
	position: absolute;
	color: #FFF;
	font-size: 50px;
	/*font-family: 'Oswald', sans-serif;*/
	left: 0%;
	right: 0%;
	top: 40%;
}

.chart4 span {
	position: absolute;
	color: #66b572;
	font-size: 40px;
	/*font-family: 'Oswald', sans-serif;*/
	left: 0%;
	right: 0%;
	top: 40%;
}

.chart5 span {
	color: #12569b;
	font-weight: 100;
	font-size: 40px;
}

.chart6 span {
	color: #aaaaaa;
	font-weight: 100;
	font-size: 40px;
}

.chart7 span {
	color: #ffffff;
	font-weight: 100;
	font-size: 40px;
}

.chart8 span {
	color: #909090;
	font-weight: 100;
	font-size: 40px;
}

/* ==========================================================================
23. Homepage Slider
========================================================================== */

.fill {
	background-position: center center;
	background-size: cover;
	height: 100%;
	width: 100%;
	position: absolute;
}

.slider-text {
	display: table;
	height: 65%;
	overflow: visible;
	width: 100%;
	z-index: 2;
	position: absolute;
	text-align: center;
	bottom: 0;
}

.slider-text .col-md-6 {
	margin: 0 auto;
	float: none;
}

.home-slider .carousel-inner .item {
	height: 100%;
	width: 100%;
	position: absolute;
}

.home-slider .carousel-inner {
	overflow: hidden;
	position: absolute;
	width: 100%;
	height: 100%;
}

.home-slider h1 {
	background-color: #fff;
	padding: 30px 45px;
	color: #f96015;
	font-size: 65px;
	font-weight: 400;
	display: inline-block;
}

.home-slider span {
	/*font-family: "Oswald", sans-serif;*/
	font-size: 30px;
	font-weight: 100;
	display: block;
	text-transform: uppercase;
	color: #FFF;
	padding: 20px 0 55px;
	line-height: 35px;
}

.home-slider .highlight-button {
	display: inline-block;
}

/* ==========================================================================
24. Homepage Video
========================================================================== */

.home-slider iframe {
	width: 100%;
	max-width: 100%;
	height: 100%;
	position: absolute;
	top: -6px !important
}

.video header {
	background: #000
}

/* ==================================================================
25. Coming Soon
================================================================== */

.coming-soon #counter {
	color: #fff;
	margin: 9% 0;
}

.coming-soon .counter-container {
	display: table;
	margin: 0 auto;
}

.coming-soon #counter .counter-box {
	display: block;
	width: 150px;
	text-align: center;
	padding: 15px 25px;
	float: left;
	margin: 0px 35px 0 0;
	border-left: 1px solid rgba(249, 96, 21, .2);
	border-right: 1px solid rgba(249, 96, 21, .2);
}

.coming-soon #counter .last {
	border-right: 0px;
	width: 90px;
	padding: 15px 0 15px 25px;
}

.coming-soon #counter .first {
	border-left: 0px;
}

.coming-soon #counter .number {
	font-size: 60px;
	text-align: center;
	font-weight: 700;
	line-height: 60px;
}

.coming-soon #counter span {
	display: block;
	font-size: 16px;
	text-align: center;
	font-weight: 400;
}

.coming-soon {
	height: 100%;
	position: relative;
	width: 100%;
}

.coming-soon #home {
	background: url(../images/home.jpg) center top scroll;
	width: 100%;
	height: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: absolute;
}

.coming-soon #home #counter {
	color: #ffffff;
	font-size: 50px;
}

.coming-soon .home {
	margin: 0 auto;
}

.coming-soon .home .text {
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	margin-bottom: 5%;
	margin-left: auto;
	margin-right: auto;
	width: 500px;
}

.coming-soon .home form {
	float: none;
	margin: 0 auto;
	border-radius: 0px;
	padding: 0px;
}

.coming-soon .input-group {
	padding: 5px;
	border: 1px solid rgba(255, 255, 255, 0.7);
}

.coming-soon .home form input {
	background-color: transparent;
	border: 0 none;
	border-radius: 0;
	color: #fff;
	padding: 7px;
	width: 576px;
	margin: 0;
	font-size: 14px;
}

.coming-soon .home form .validation {
	background-color: #ff8f8f;
}

.coming-soon #successmsg {
	margin-top: 17px;
	color: #fff;
	background-color: #f96015;
	padding: 10px 0 10px;
	/*font-family: 'Oswald', sans-serif;*/
	text-transform: uppercase;
	display: none;
	transition: all 800ms ease-in-out 0s;
	-moz-transition: all 800ms ease-in-out 0s;
	-webkit-transition: all 800ms ease-in-out 0s;
	-o-transition-duration: all 800ms ease-in-out 0s;
}

.coming-soon #successmsg1 {
	margin-top: 25px;
	margin-bottom: 52px;
	font-size: 18px;
	color: #fff;
	background-color: #1dc607;
	padding: 10px 0 10px;
	/*font-family: 'Oswald', sans-serif;*/
	text-transform: uppercase;
	display: none;
}

.coming-soon .home button {
	background-color: #ffffff;
	color: #000000;
	border: 0px;
	border-radius: 0px;
	padding: 4px 12px;
	cursor: pointer;
	width: 120px;
	height: 30px;
	float: right;
}

.coming-soon .home button span {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	white-space: pre;
}

.coming-soon .home button:hover {
	background-color: #f96015;
	color: #FFF;
}

.coming-soon .social {
	clear: both;
}

.coming-soon .social ul {
	margin: 5% 0 0 0;
	padding: 0;
}

.coming-soon .social ul.contact {
	margin: 3.2% 0 0 0
}

.coming-soon .social ul li {
	display: inline-block;
	margin: 0 15px;
}

.coming-soon .social ul li a {
	color: #FFF;
	font-size: 20px;
	display: inline-block;
	float: left;
	outline: none;
}

.coming-soon .social ul li a i {
	margin: 0;
}

.coming-soon .social ul li a:hover i {
	color: #f96015 !important;
}

.coming-soon .home form input.not-valid {
	background-color: rgba(255, 0, 0,0.2);
}

.coming-soon.main {
	display: table;
	width: 100%;
	margin: 0 auto;
	height: 100%;
	padding: 0px;
}

.coming-soon .main .page {
	text-align: center;
	vertical-align: middle;
	position: relative;
	z-index: 9999;
	width: 100%;
}

.coming-soon .container {
	width: 727px;
	margin: 4% auto 0;
}

.coming-soon .logo {
	margin: 0 0 6%;
}

.coming-soon .logo img {
	width: 201px;
}

.coming-soon .align-center {
	text-align: center
}

.coming-soon .center-block {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.coming-soon .slider-overlay {
	height: 100%;
	width: 100%;
	position: absolute;
	background: rgba(0, 0, 0, .7);
	z-index: 11;
}

/* ==================================================================
	facebook share
================================================================== */
.fbButton{
	margin:6px 15px;
	width: 32px;
	height: 32px;
	cursor: pointer;
	background-image: url(../images/vote_fb_icon.png);
	background-position: 0 0;
	border-radius: 99em;
	}
.fbButton a{
	display:block;
	height:100%;
	}
.fbButton:hover{
	background-image: url(../images/vote_fb_icon.png);
	background-position: 0 -32px;
	}

.phoneNum{ margin:6px 0 6px 5px; width:178px;}

.outLink a{
	display:block;
	height:100%;
	}
	
/* ==================================================================
	vote content
================================================================== */
.voteBox{
	display:table;
	width:900px;
	margin:0 auto;
	}
.voteH{ margin-top:100px;}
.voteContent{
	font-weight:bold;
	}
.voteContent .voteNum{
	padding:7px 0;
	font-size:16px;
	color:#ff6600;
	text-align:center;
	width:160px;
	height:46px;
	float:left;
	background:url(../images/vote_content_numBg.png) no-repeat;
	}
.voteContent .logo{
	float:right;
	}
.voteContent li{}
.voteContent .catch{
	font-size:21px;
	padding-top:15px;
	border-top: solid 2px #01a7c6;
	margin-bottom:15px;
	color:#01a7c6;
	}
.voteContent .preCatch{
	font-size:15px;
	color:#333;
	padding:10px 0;
	border-top: dotted 1px #01a7c6;
	border-bottom: dotted 1px #01a7c6;
	}
.voteBtnBox{
	margin:18px 0;
	padding-bottom:15px;
	border-bottom: solid 2px #01a7c6;
	}
.voteBtn{
	float:left;
	width: 178px;
	height: 42px;
	cursor: pointer;
	background-image: url(../images/vote_content_btn.png);
	background-position: 0 0;
	border-radius: 99em;
	}
.voteBtn a{
	display:block;
	height:100%;
	}
.voteBtn:hover{
	background-image: url(../images/vote_content_btn_o.png);
	background-position: 0 0px;
	}
.voteFbBtn{
	float:right;
	width: 178px;
	height: 42px;
	cursor: pointer;
	background-image: url(../images/vote_content_fbbtn.png);
	background-position: 0 0;
	border-radius: 99em;
	}
.voteFbBtn a{
	display:block;
	height:100%;
	}
.voteFbBtn:hover{
	background-image: url(../images/vote_content_fbbtn_o.png);
	background-position: 0 0px;
	}

.votePicBox{
	padding:10px;
	border:solid 2px #ff6000;
	border-radius: 10px;	
	background:#fff url(../images/vote_item_bg.png) repeat;
	margin-bottom:30px;
	}
.votePicBox img{
	border-radius: 10px;	
	}

.voteTextBox{
	margin:35px 0;
	text-align: justify; /*文章齊頭齊尾*/
	text-justify: inter-ideograph; /*文章齊頭齊尾*/
	}

.voteTextBox p{
	color:#333;
	margin-bottom:40px;
	line-height:28px;
	}
.voteTextBox .leftTitle{
	margin-top:10px;
	float:left;
	}
.voteTextBox .leftLine{
	margin:10px 35px 40px 35px;
	float:left;
	}

.voteCenter{
	display:table;
	margin:0 auto;
	}
	
.backBtn{
	display:table;
	margin-top:10px;
	font-size: 15px; 
	font-weight: bold;
	text-align:center;
	}
.backBtn a{
	padding: 5px 20px;
	display: block;
	color: #ff6600;
	text-decoration: none;
	transition: .3s;
	-o-transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	}
.backBtn a:hover{
	color: #ffffff;
	text-decoration: none;
	}
	
.voteBus{
	position:absolute;
	top:90px;
	left:60px;
	}
.voteGift{
	position:absolute;
	top:30px;
	right:0px;
	}
.voteTitleAll{
	width:100%;
	position:relative;
	}
.voteTitleBox{
	position:relative;
	width:100%;
	max-width:800px;
	margin:0 auto;
	}
.voteArrow{
	position:absolute;
	left:50%;
	width:24px;
	height:13px;
	margin-left:-12px;
	bottom:30px;
	}
.bounce{
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}
	
/*==================================================================
	11.1.0 Left Menu
================================================================== */
.leftMenu{ 
    position:absolute; 
	z-index:1;
	height:160px;
	top:50%; left:0;
	}
.leftMenu li{
	margin-bottom:15px;
	}
.leftMenuBtn01{
	width:168px;
	height:24px;
	cursor: pointer;
	background-image: url(../images/left_menu01.png);
	background-position: 0 0;
    /*-webkit-animation-delay: 1s;  Chrome, Safari, Opera */
    /*animation-delay: 1s;*/
	}
.leftMenuBtn01 a{
	display:block;
	height:100%;
	}
.leftMenuBtn01:hover{
	background-image: url(../images/left_menu01_o.png);
	background-position: 0 0;
	}
.leftMenuBtn02{
	width:168px;
	height:24px;
	cursor: pointer;
	background-image: url(../images/left_menu02.png);
	background-position: 0 0;
	/*-webkit-animation-delay: 1.2s;  Chrome, Safari, Opera */
    /*animation-delay: 1.2s;*/
	}
.leftMenuBtn02 a{
	display:block;
	height:100%;
	}
.leftMenuBtn02:hover{
	background-image: url(../images/left_menu02_o.png);
	background-position: 0 0;
	}
.leftMenuBtn03{
	width:168px;
	height:24px;
	cursor: pointer;
	background-image: url(../images/left_menu03.png);
	background-position: 0 0;
	/*-webkit-animation-delay: 1.4s;  Chrome, Safari, Opera */
    /*animation-delay: 1.4s;*/
	}
.leftMenuBtn03 a{
	display:block;
	height:100%;
	}
.leftMenuBtn03:hover{
	background-image: url(../images/left_menu03_o.png);
	background-position: 0 0;
	}
.leftMenuBtn04{
	width:168px;
	height:24px;
	cursor: pointer;
	background-image: url(../images/left_menu04.png);
	background-position: 0 0;
	/*-webkit-animation-delay: 1.6s;  Chrome, Safari, Opera */
    /*animation-delay: 1.6s;*/
	}
.leftMenuBtn04 a{
	display:block;
	height:100%;
	}
.leftMenuBtn04:hover{
	background-image: url(../images/left_menu04_o.png);
	background-position: 0 0;
	}

/* ==================================================================
	vote popup
================================================================== */
.popup{
	position:relative;
	font-family: "微軟正黑體", Helvetica, Arial, Verdana, sans-serif;
	width:320px;
	padding:30px;
	background-color:#e0e845;
	/*background:url(images/vote_content_bg.jpg) center center;
	-webkit-background-size: cover;
	background-size: cover;*/
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	}
.popup .title{
	margin-bottom:15px; 
	text-align:center;
	font-size:18px;
	color:#111111;
	}
.orange{ color:#ff6600;}

.submitBtn{
	display: block;
	margin-top:10px;
	font-size: 16px; 
	font-weight: bold;
	text-align:center;
	margin:30px auto 0 auto;
	}
.submitBtn a{
	padding: 10px 50px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	-webkit-border-radius: 3px; /*導圓角*/
	-moz-border-radius: 3px; /*導圓角*/
	border-radius: 3px; /*導圓角*/
	transition: .3s;
	-o-transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	}
.submitBtn a:hover{
	color: #ffffff;
	text-decoration: none;
	background-color: #ff6600;
	}
	
.color01 a{ background-color:#22b683;}

.popupClose{
	width:36px; height:36px;
	position:absolute;
	top:20px;
	right:20px;
	background-color:#fff;
	}
.popupClose a{
	display:block;
	height:100%;
	}
.popupClose a:hover{
	background-color:#fdf400;
	}
	
/*==================================================================
	info set
================================================================== */
.infoTitleBox{
	position:relative;
	width:100%;
	max-width:740px;
	margin:0 auto;
	}
.infoCtach{
	display:table;
	width:100%;
	max-width:304px;
	margin:0 auto;
	}
.infoPreCtach{
	width:150px;
	height:46px;
	margin:0 auto;
	}
.infoLeftPic{
	position:absolute;
	left:0;
	bottom:0;
	}
.infoRightPic{
	position:absolute;
	right:60px;
	bottom:0;
	}
.infoContentBg{
	width:100%;
	max-width:900px;
	margin:0 auto;
	background-color:#fff;
	border-radius:10px;
	opacity:0.9;
	padding:30px 60px;
	}
.infoContent{ 
    color:#111;
	}
.infoContent li{ margin:30px 0;}

.infoTitle{
	display:table;
	margin:0 auto;
	color:#111;
	border:solid 1px #111;
	padding:3px 45px;
	font-size:16px;
	text-align:center;
	font-weight:bold;
	margin-bottom:15px;
	}
.textBox{ margin:30px 0;}
.textBox dt{
	display:block;
	color:#111;
	font-size:13px;
	line-height:18px;
	margin-bottom:10px;
	font-weight:normal;
	}
.textBox .num{ width:20px; float:left;}
.textBox .con{ 
    width:96%; 
	float:left; 
	text-align:left;
	text-align: justify; /*文章齊頭齊尾*/
	text-justify: inter-ideograph; /*文章齊頭齊尾*/
	}


/*==================================================================
	winner set
================================================================== */
.winnerCatch{
	display:table;
	width:100%;
	max-width:342px;
	margin:0 auto;
	}
.winnerText01{
	font-size:21px;
	color:#a17f36;
	font-weight: lighter;
	text-align:center;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	letter-spacing:3px;
	margin:10px 0;
	}
.winnerText02{
	font-size:15px;
	color:#333;
	line-height:26px;
	text-align:center;
	}
	
.giftBox{
	display:table;
	margin:35px auto;
	}
.giftBox li{
	width:180px;
	margin-bottom:10px;
	}
.giftBox img{
	margin-bottom:10px;
	}
.giftBox .text{
	font-size:12px;
	color:#111;
	text-align:center;
	line-height:18px;
	}

.winnerBtn{
	width:177px;
	height:42px;
	cursor: pointer;
	margin:0 auto;
	background-image: url(../images/vote_winner_btn.png);
	background-position: 0 0;
	-webkit-animation-delay: 1.6s; /* Chrome, Safari, Opera */
    animation-delay: 1.6s;
	}
.winnerBtn a{
	display:block;
	height:100%;
	}
.winnerBtn:hover{
	background-image: url(../images/vote_winner_btn_o.png);
	background-position: 0 0;
	}
	
.copyright{
	font-size:12px;
	line-height:18px;
	font-family: "微軟正黑體", Helvetica, Arial, Verdana, sans-serif;
	letter-spacing:0.1em;
	}
	
/* ==================================================================
	i簡介
================================================================== */
.iInfo{
	width:100%;
	max-width:800px;
	margin:0 auto;
	}
.iInfo .logo{ width:121px; margin:0 auto;}
.iInfo .catch{
	width:225px;
	font-size:21px;
	color:#00a0e9;
	font-weight:bold;
	margin:10px auto 20px auto;
	}
.iInfo p{
	font-size:15px;
	line-height:28px;
	color:#333;
	margin-bottom:30px;
	text-align:left;
	text-align: justify; /*文章齊頭齊尾*/
	text-justify: inter-ideograph; /*文章齊頭齊尾*/
	padding:0 20px;
	}
.iInfo p.line{
	border-bottom:dotted 1px #ccc;
	padding-bottom:80px;
	margin-bottom:80px;
	text-align:center;
    }
.iInfo a{ color:#fd8901; text-decoration:underline; font-weight:bold;}
.iInfo a:hover{ color:#fd0166;}

.iconList{
	display:table;
	width:100%;
	max-width:800px;
    margin:0 auto;
	}
.iconList li{
	float:left;
	display:block;
	width:140px;
	margin:10px;
	}
.iconList h3{
	font-size:21px;
	color:#00a0e9;
	font-weight:bold;
	margin-bottom:20px;
	}
.iInfoArrow{
	width:24px;
	height:13px;
	margin:0 auto 35px auto;
	}
.iconList img{}
.iconList .text{}

.mobileLogo{ display: none;}

/*==================================================================
	video
================================================================== */	

.videoBox{
	position:relative;
	width:100%;
	max-width:1200px;
	margin:0 auto;
	}
.videoBox .title{
	display:table;
	width:100%;
	height:auto;
	max-width:462px;
	margin:0 auto 8px auto;
	}
.videoBox .text{
	text-align:center;
	font-size:15px;
	color:#fff;
	margin-bottom:13px;
	font-weight:700px;
	}
.videoBox .text02{
	text-align:center;
	font-size:15px;
	color:#fff;
	margin-top:13px;
	font-weight:700px;
	}
.youTube{
	width:100%;
	max-width:776px;
	margin:0 auto;
	height:444px;
	border:solid 8px #ffb400;
	box-shadow:4px 4px 3px rgba(190,90,0,0.8);
	padding:0;
	}
.youTube iframe{
	width:100%;
	height:100%;
	padding:0;
	}

 