﻿/*=============================================================
    Authour URI: www.binarytheme.com
    License: Commons Attribution 3.0

    http://creativecommons.org/licenses/by/3.0/

    100% To use For Personal And Commercial Use.
    IN EXCHANGE JUST GIVE US CREDITS AND TELL YOUR FRIENDS ABOUT US
   
    ========================================================  */



/*=======================================
    GENERAL STYLES
==================================================*/
body {
    font-family: 'Calibri', 'Noto Sans TC', sans-serif;
    font-size:14px;
}

.nav a {
    color:#ffffff !important;
}
.navbar-header a {
    color:#ffffff !important;
    padding-right:100px;
}

.text-center {
    text-align:center;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Calibri', 'Noto Sans TC', sans-serif;
}

h1 {
    line-height:80px;
    font-weight:900;
    font-size:60px;
    padding:30px 20px 10px 20px;
}
h3 {
    line-height:30px;
    padding-bottom:20px;
}
h4 {
    line-height:40px;
    padding-bottom:40px;
}

p {
    font-weight:300;
    line-height:30px;
    padding-bottom:20px;
}

.space-free {
    height:100px;
}

.g-pad-bottom {
    padding-bottom:70px;
}
.for-full-back {
     /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";

  /* IE 5-7 */
  filter: alpha(opacity=100);

  /* Netscape */
  -moz-opacity: 1;

  /* Safari 1.x */
  -khtml-opacity: 1;

  /* Good browsers */
  opacity: 1;
}

section {
    padding-top:60px;
}

/*=======================================
    COLOR CODES
==================================================*/
.color-white {
   background-color:#fff!important;
}
.color-dark {
   background-color:#696969!important;
}

.color-light {
   background-color:#E9E9E9!important;
}

/*=======================================
    HEADER STYLES
==================================================*/
.head-main {
    font-family: 'Calibri', 'Noto Sans TC', sans-serif;
    font-size:60px !important;
    font-weight:500!important;
    color:#fff!important;
    padding:40px 20px 0px 20px; /*up left down right*/
}
.head-sub-main {
	font-family: 'Calibri', 'Noto Sans TC', sans-serif;
    font-size:40px !important;
    font-weight:600!important;
    color:#fff!important;
    padding:0px 20px 0px 20px;
}
.head-last {
	font-family: 'Calibri', 'Noto Sans TC', sans-serif;
    font-size:20px !important;
    font-weight:300!important;
    color:#fff!important;
    padding:0px 20px 40px 20px;
}
.rainbow {
  background-image: -webkit-gradient( linear, left top, right top, color-stop(0, #f22), color-stop(0.15, #f2f), color-stop(0.3, #22f), color-stop(0.45, #2ff), color-stop(0.6, #2f2),color-stop(0.75, #2f2), color-stop(0.9, #ff2), color-stop(1, #f22) );
  background-image: gradient( linear, left top, right top, color-stop(0, #f22), color-stop(0.15, #f2f), color-stop(0.3, #22f), color-stop(0.45, #2ff), color-stop(0.6, #2f2),color-stop(0.75, #2f2), color-stop(0.9, #ff2), color-stop(1, #f22) );
  color:transparent;
  -webkit-background-clip: text;
  background-clip: text;
}


/*=======================================
    NAVIGATION STYLES
==================================================*/


nav {
	position: absolute;
	width: 100%;
    background: #fff;
    z-index:99;
}
.fixed {
	position: fixed; 
	top: 0; 
	min-height: 50px; 
	z-index: 99;
}

.navbar-inverse {
background-color: #3D3D3D;
border-color: #3D3D3D;
}

/*=======================================
    ABOUT TEAM STYLES
==================================================*/

.team-member {
    float: left;
    position: relative;
    width: 100%;
}
.team-member > img {
    float: left;
    width: 100%;
}
.team-member > h3 {
    background: rgba(95, 154, 255, 0.85);
    bottom: 25px;
    color:#fff;
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 16px;
    padding: 15px 0;
    position: absolute;
    text-align: center;  
    width: 100%;
    
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.team-member:hover > h3 {
    background: #000;
    bottom: -55px;
    color: #FFFFFF;	
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

/*=======================================
    PRICING STYLES
==================================================*/


.plan {
    background: #eef1f3;
    padding: 0 0 15px 0;
    margin: 30px 0px;
    list-style: none;
    text-align: center;
  
    -webkit-transition: all 0.2s ease;
       -moz-transition: all 0.2s ease;
         -o-transition: all 0.2s ease;
            transition: all 0.2s ease;
}

.plan:hover {
    -webkit-transform: scale(1.2);
       -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
         -o-transform: scale(1.2);
            transform: scale(1.2);
}

.plan li {
    padding: 15px 0px;
    color: #434749;
    border-top: 1px dashed #000;
}

.plan li.plan-head {
   padding: 15px 0px;
background-color: #000000;
color: #FFFFFF;
line-height: 20px;
font-size: 20px;
font-weight: 600;
border: none;
   }

.plan li.plan-head-eng {
   padding: 25px 0px;
background-color: #3C5AB4;
color: #fff;
border: none;
font-weight: 900;
font-size: 25px;
}

.plan li.plan-item {
color: #000;
font-weight: 100;
font-size: 20px;
}

/*=======================================
    SERVICE STYLES
==================================================*/


.service-div {
	width: 100%;
	min-height: 100px;
	background-color: #F2F4F6;
	box-shadow: none;
	border: 0;
    padding:20px;
	-webkit-border-radius: 20px 20px 10px 10px;
	-moz-border-radius: 20px 20px 10px 10px;
	border-radius: 20px 20px 10px 10px;
    margin-bottom:30px;
}
/*=======================================
    CONTACT STYLES
==================================================*/

#social-icon a {
    color:#616161!important;
    margin-right:10px;
}
.contact-cls {
    font-size:20px;
    line-height:40px;
}
/*=======================================
    FOOTER STYLES
==================================================*/


#footer {
    background-color:#000;
    color:#fff;
    padding:20px 50px 20px 50px;
    text-align:right;
}
/*=======================================
    TIMELINE STYLES (forked)
==================================================*/


.contant { padding: 5px 30px 40px;}/*page1 timeline*/
.pagetitle {
	color: #fff;
	padding: 10px 0;
	text-shadow: 1px 2px 3px #333333;
}
.pagetitle small {
	font-size: 18px;
}
.timeline li {
	position: relative;
}
.date, .date_blank {
	width: 100px;
	vertical-align: top;
	color: #000;
	padding:10px 0;
	left: 0px;
    position: absolute;
	font-size: 16px;
}
.date:after {
    background: none repeat scroll 0 0 #3C5AB4;
    border-radius: 10px;
    width: 10px; 
    height: 10px;
    content: " ";
    display: inline;
    top: 18px;
    left: 100px;
    position: absolute;	
}
.allevent {
	position: relative;
	display: inline-block;
	left: 150px;
}
.flag_wrapper {
    position: relative;
    width: 600px;
}
.flag_wrapper p {
	padding:15px 10px;
	line-height: 20px;
	color: #000;
}
.flag:before {
	border-right: 1px solid #eee;    
    content: " ";
    display: block;
    position: absolute;
    left:-35px;
    margin-top: -5px;
    top: 50%;
    z-index: 10;
}
.flag:after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    /*border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0.4) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);*/
    border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0.7) rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
    border-image: none;
    border-style: solid;
    border-width: 6px;
    content: "";
    height: 0;
    margin-top: -6px;
    pointer-events: none;
    position: absolute;
    right: 100%;
    top: 50%;
    width: 0;
}
.flag {
    /*background: none repeat scroll 0 0 rgba(0, 0, 0, 0.4); /*black*/
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.7); /*white*/
    /*box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);*/
    border-radius: 5px;
    display: inline-block;
    line-height: 20px;
    padding: 10px 10px;
    position: relative;
    text-align: left;
    color: #000;
	font-size: 18px;
}
.timeline:before {
    background: #3C5AB4;
    content: " ";
    display: block;
    height: 100%;
    left: 144px;
    position: absolute;
    width: 2px;
	color: #000;
}
.timeline {
    position: relative;
}
.timeline li:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
	color: #000;
}
.timeline li {
    padding: 5px 0;
	font-size: 32px;
	list-style-type: none;
}
/*=======================================
    HR STYLES (forked)
==================================================*/


.hr-interpage {
    height:1px;
	border:none;
	background-color:#C0C0C0;
}
.hr-invisible50 {
	height:50pt;
	visibility:hidden;
}

