/*
 */

body {
    overflow-x: hidden;
    /*font-family: "Roboto Slab","Helvetica Neue",Helvetica,Arial,sans-serif;*/
    font-family: Helvetica, Arial, '新細明體', sans-serif;
	font-size: 10px;
}

h1,h2,h3,h4,h5,h6,
header .intro-text .intro-heading,
header .intro-text .text,
.btn-primary,
.btn-xl,
.navbar-default .navbar-brand,
.navbar-default .nav li a
{
    font-family:Montserrat,"Helvetica Neue",Helvetica,Arial,"微軟正黑體", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
}

.text-muted {
    color: #777;
}

.text-primary {
    color: #1890c4;
}

p {
	font-size: 1.2rem;
	line-height: 1.5;
}

p.large {
    font-size: 1.6rem;
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
}

a {
    color: #1890c4;
}

a:hover,
a:focus,
a:active,
a.active {
    color: #1890c4;
}

h1,h2,h3,h4,h5,h6 {
    /*text-transform: uppercase;*/
    font-weight: 700;
	line-height: 2.1rem;
}

h4{
	color: #555;
	font-size:1.8rem;
}

.img-centered {
    margin: 0 auto;
}

.bg-light-gray {
    background-color: #f7f7f7;
}

.bg-darkest-gray {
    background-color: #222;
}

.btn-primary {
    border-color: #1890c4;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    background-color: #1890c4;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    border-color: #f6bf01;
    color: #fff;
    background-color: #1890c4;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    border-color: #1890c4;
    background-color: #1890c4;
}

.btn-primary .badge {
    color: #1890c4;
    background-color: #fff;
}

.btn-xl {
	width:162px;
    padding: 13px 3px;
    border-radius: 7px;
    font-size: 1.8rem;
    font-weight: 700;
    color: #fff;
 	  margin-top: 10px;
    background-color: #4797d2;
    position: relative;
	/*
	-webkit-transition:background .2s ease-in-out 0;
	-moz-transition:background .2s ease-in-out 0;
	-o-transition:background .2s ease-in-out 0;
	transition:background .2s ease-in-out 0;
	*/

	/*background: -moz-linear-gradient(top,  #27aad6 0%, #1984ba 100%); *//* FF3.6+ */
	/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#27aad6), color-stop(100%,#1984ba)); *//* Chrome,Safari4+ */
	/*background: -webkit-linear-gradient(top,  #27aad6 0%,#1984ba 100%); *//* Chrome10+,Safari5.1+ */
	/*background: -o-linear-gradient(top,  #27aad6 0%,#1984ba 100%); *//* Opera 11.10+ */
	/*background: -ms-linear-gradient(top,  #27aad6 0%,#1984ba 100%); *//* IE10+ */
	/*background: linear-gradient(to bottom,  #27aad6 0%,#1984ba 100%); *//* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#27aad6', endColorstr='#1984ba',GradientType=0 ); *//* IE6-9 */
}

.btn-xl.btn-desktop {
  height: 60px;
}

.btn-xl > span{
  position: absolute;
  bottom: 2px;
  left: 0;
  right: 0;
  margin: auto;
  color: #ffffff;
  font-size: 12px;
  font-weight: 100;
  color: #e3e3e3;
}

.btn-xl:hover{
    color: #fff;
	background: #146bb0;
}

.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    color: #fff;
    background: #007cbd;
}

.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    background-image: none;
}

.btn-xl.disabled,
.btn-xl[disabled],
fieldset[disabled] .btn-xl,
.btn-xl.disabled:hover,
.btn-xl[disabled]:hover,
fieldset[disabled] .btn-xl:hover,
.btn-xl.disabled:focus,
.btn-xl[disabled]:focus,
fieldset[disabled] .btn-xl:focus,
.btn-xl.disabled:active,
.btn-xl[disabled]:active,
fieldset[disabled] .btn-xl:active,
.btn-xl.disabled.active,
.btn-xl[disabled].active,
fieldset[disabled] .btn-xl.active {
    border-color: #1890c4;
    background-color: #1890c4;
}

.btn-xl .badge {
    color: #1890c4;
    background-color: #fff;
}

.btn-download {
    /*width: 210px;*/
    width: 100%;
    border-radius: 36px;
    float: none;
    margin: auto;
    background-color: #4797d2;
    border: 0;
}

.btn-download:hover {
    background-color: #66ade1;
}

.btn-wrapper {
    margin: 15px auto;
    width: 80%;
    text-align: center;
}

.btn-ios, .btn-android{
	text-indent:100%;
	overflow:hidden;
	white-space:nowrap;
	height:53px;
	display:block;
	cursor:pointer;
	margin: 10px auto 0;

    background-color: #2b2b2b;
    background-position: center;
    background-repeat: no-repeat;
}

.btn-ios:hover, .btn-android:hover {
    background-color: #535353;
}

.btn-ios{
	background-image: url("../img/icon_download_ios.png");
	/*width:151px;*/
}

.btn-android{
	background-image: url("../img/icon_download_android.png");
	/*width:162px;*/
}

header {
    text-align: center;
    color: #fff;
    background-attachment: scroll;
	background: url("../img/header-bg.jpg") center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	height:450px;
}

header .intro-text {
    padding-top: 50px;
    padding-bottom: 50px;
	position: relative;
}

header .intro-text .intro-heading {
    font-size: 3rem;
	letter-spacing:-1px;
	color: #146bb0;
	padding-left:60px;
	margin-left:15px;
    font-weight: 400;
    /*line-height: 5rem;*/
	text-align: left;
	margin-bottom:50px;
    height: 60px;
    line-height: 30px;
    display: table;
}

header .intro-text .intro-heading > div.intro-name {
    display: table-cell;
    vertical-align: middle;
}

header .intro-text .intro-eztalk {
    background: url("../img/logo-eztalk.png") no-repeat left center;
}

header .intro-text .intro-ewhere {
    background: url("../img/logo-ewhere.png") no-repeat left center;
}

header .intro-text .intro-eleadrive {
    background: url("../img/logo-eleadrive.png") no-repeat left center;
}

header .intro-text .text {
    font-size: 3.6rem;
	color: #555;
    font-weight: 700;
	line-height: 3.6rem;
	margin-bottom: 12px;
}

header .intro-text .text2 {
	font-size: 1.6rem;
	color:#777;
}

section {
    padding: 0;
}

.service-heading {
    margin: 15px 0 0 0;
    text-transform: none;
}

#services .container {
  min-height: 300px;
  z-index: 2;
}

#services .col-md-4{
	border-top:1px solid #fdfdfd;
	border-bottom:1px solid #ccc;
	background-color:#e7e6e4;
	padding: 6px 15px;
}

aside.clients img {
    margin: 50px auto;
}

footer {
    padding:0;
    text-align: center;
}

footer .col-md-4{
	width:100%;
}

footer span.copyright {
    text-transform: uppercase;
    text-transform: none;
    line-height: 30px;
	/*float:left;*/
}

.inputbox {
	width: 130px;
	margin-top: 6px;
	float: right;
}

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


::-moz-selection {
    text-shadow: none;
    background: #79c1d7;
}

::selection {
    text-shadow: none;
    background: #79c1d7;
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: #79c1d7;
}

.fa-stack{
	float: left;
	margin: 0 6px;
}

.fa-3x {
	font-size: 3.5rem;
}

/*slidershow----------------------*/
.ei-slider{
	position:absolute;
	top: 120px;
	left: 108px;
	width:252px;
	height:513px;
	background:url("../img/phone.png") 0 0 no-repeat;
	padding:63px 17px 0;
}

.ei-slider.ei-slider-desktop {
  background:url("../desktop/01.png") 0 0 no-repeat;
  width: 507px;
  height: 362px;
  left: -55px;
}
.ei-slider-large{
	width: 218px;
	width: 100%;
	height: 268px;
	position:relative;
	overflow: hidden;
	padding:0;
	margin:0;
}
.ei-slider-large li{
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: hidden;
	height: 100%;
	width: 100%;
}
.ei-slider-large li img{
	width: 218px!important;
	height: 388px!important;
	margin:0!important;
}
.ei-slider-thumbs{
	height: 13px;
	margin: 0 auto;
	position: relative;
	top: -13px;
	padding: 0;
	display:none!important;
}
.ei-slider-thumbs li{
	position: relative;
	float: left;
	height: 100%;
}
.ei-slider-thumbs li.ei-slider-element{
	top: 0px;
	left: 0px;
	position: absolute;
	height: 100%;
	z-index: 10;
	text-indent: -9000px;
	background: #000;
	background: rgba(0,0,0,0.9);
}
.ei-slider-thumbs li a{
	display: block;
	background: #666 ;
	width: 100%;
	height: 100%;
	cursor: pointer;
	-webkit-transition: background 0.2s ease;
    -moz-transition: background 0.2s ease;
    -o-transition: background 0.2s ease;
    -ms-transition: background 0.2s ease;
    transition: background 0.2s ease;
}
.ei-slider-thumbs li a:hover{
	background-color: #f0f0f0;
}

@media(max-width:378px) {
	header .intro-text .intro-heading {
		/*line-height: 2.6rem;*/
	}
	header .intro-text .article{
		width:auto;
		margin:0 auto;
	}
	header .intro-text .text2-en {
		display:none;
	}
}

@media(max-width:560px) {
	header .intro-text .intro-heading {
		margin-bottom: 30px;
	}
}

@media(min-width:560px) {
	.btn-xl, .btn-ios, .btn-android{
		/*margin: 0 15px 10px 0;*/
		/*float:left;*/
	}
	header .intro-text .text {
		font-size: 4.5rem;
		line-height: 4rem;
	}
}

@media(max-width:768px) {
	header .intro-text .article{
		width:90%;
		margin:0 auto;
	}
}

@media(min-width:768px) {
	header .intro-text .article{
		position: absolute;
		top:156px;
		right:60px;
		text-align:left;
		width: 660px;
		margin:0;
	}
	#services .container {
		margin-top:1px;
		background-color: #e7e6e4;
	}
	#services .col-md-4 {
		width: 33.33333333%;
		float:left;
		text-align: center;
		height: 150px;
	}
	.fa-stack {
		float:none;
	}
	.service-heading {
		margin:5px 0 0 0;
		text-transform: none;
	}
}

@media(min-width:768px) and (max-width:992px){
	#services .container {
		width: 100%;
	}
}

@media(max-width:992px){
	#ei-slider{
		display:none;
	}
}

@media(max-width:1200px){
	#ei-slider-desktop{
		display:none;
	}
}

@media(min-width:992px) {
	header {
		background: url("../img/header-bg.jpg") center center no-repeat;
		height:450px;
	}

	header .intro-text .article{
		left:336px;
	}
}

@media(min-width:992px) and (max-width:1200px){
	#services .container {
		width: 90%;
	}
	#ei-slider{
		left: 48px;
	}
	header .intro-text .article{
		width:576px;
	}
}

@media(min-width:1200px){
	header .intro-text .article{
		left:432px;
	}
}

.text-wrapper {
    padding: 0 50px 40px;
}

.text-wrapper > .desc {
    font-size: 16px;
    margin-top: 15px;
}

.container-col {
    display: inline-block;
    vertical-align: middle;
    width: 49%;
}

.header-navbar {
    width: 100%;
    /*border-bottom: 2px solid #eefaff;*/
    border-bottom: 1px solid #dddddd;
    display: table;
    /*background-color: #eef8ff;*/
    padding: 20px 30px;
    box-shadow: 0 2px 4px 0 rgba(238, 250, 255, 0.15);
    height: 80px;
}
.header-navbar > .heading {
    display: table-cell;
    vertical-align: middle;
    font-size: 20px;
}

.header-navbar > .heading > span {
    margin-left: 20px;
}

.container-body {
    padding: 7%;
}

.h2, h2 {
    font-size: 26px;
}

@media (max-width: 992px) {

    .text-wrapper {
        padding: 20px 20px 30px 20px;
    }

    .text-wrapper > .desc {
        margin-top: 15px;
        font-size: 16px;
    }

    .text-wrapper > h2{
        text-align: center;
    }

    .container-col {
        width: 100%;
    }

    .header-navbar > .heading > span {
        margin-left: 10px;
        font-size: 16px;
    }

    .btn-wrapper {
        margin: 30px auto;
        width: 90%;
    }

    /*.btn-android {
        background-image: url("../img/icon_download_android.png");
        background-size: 50%;
    }*/
}

footer {
    /*position: fixed;*/
    /*bottom: 0;*/
    /*width: 100%;*/
    height: 50px;
}
