/*!********************************************************************
***************************Copyright (c) 2016 by yuchen.****************
  ___    ___ ___  ___  ________  ___  ___  _______   ________      
 |\  \  /  /|\  \|\  \|\   ____\|\  \|\  \|\  ___ \ |\   ___  \    
 \ \  \/  / | \  \\\  \ \  \___|\ \  \\\  \ \   __/|\ \  \\ \  \   
  \ \    / / \ \  \\\  \ \  \    \ \   __  \ \  \_|/_\ \  \\ \  \  
   \/  /  /   \ \  \\\  \ \  \____\ \  \ \  \ \  \_|\ \ \  \\ \  \ 
 __/  / /      \ \_______\ \_______\ \__\ \__\ \_______\ \__\\ \__\
|\___/ /        \|_______|\|_______|\|__|\|__|\|_______|\|__| \|__|
\|___|/     
*************************************************************************/body, h1, h2, h3, h4, h5, h6 {
    font-family: Verdana, Helvetica, "微軟正黑體", "Microsoft JhengHei", sans-serif;
    line-height: 30px;
}
#particles, .carousel-inner>.item>a>img, .carousel-inner>.item>img {
    width: 100%}
body {
    color: #3c3c3c;
    background: #fff;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    letter-spacing: 2px;
    color: #000;
}
h1, h2 {
    font-size: 24px;
}
h3, h6 {
    font-size: 16px;
}
h4 {
    font-size: 14px;
}
h5 {
    font-size: 18px;
}
.css_table, label, li, p, td {
    font-size: 16px;
    letter-spacing: 2px;
}
@media screen and (max-width:767px) {
    label, li, p, td {
    font-size: 14px;
}
}a {
    color: #14aebc;
    -webkit-transition: color 300ms, background-color 300ms;
    -moz-transition: color 300ms, background-color 300ms;
    -o-transition: color 300ms, background-color 300ms;
    transition: color 300ms, background-color 300ms;
}
a:focus, a:hover {
    color: #00d5e8;
    text-decoration: none;
    outline: 0;
}
.btn-primary {
    padding: 8px 20px;
    background: #c52d2f;
    color: #ff0;
    border-radius: 4px;
    border: none;
    margin-top: 10px;
}
.navbar, .navbar-inverse .navbar-nav .dropdown-menu>li.divider, .navbar-inverse .navbar-nav>li>a:hover, .panel {
    background-color: transparent;
}
#gotop {
    display: none;
    position: fixed;
    right: 10px;
    bottom: 10px;
    padding: 0 10px;
    font-size: 54px;
    cursor: pointer;
    z-index: 999;
}
#gotop img:hover {
    will-change: animation, transform, opacity;
    -webkit-animation: top .5s ease-in-out infinite;
    animation: top .5s ease-in-out infinite;
}
@-webkit-keyframes top {
    0%, 100% {
    -webkit-transform: scale(1);
}
50% {
    -webkit-transform: scale(1.1);
}
}@keyframes top {
    0%, 100% {
    transform: scale(1);
}
50% {
    transform: scale(1.1);
}
}@-webkit-keyframes rollInRight {
    from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
}
to {
    opacity: 1;
}
}@keyframes rollInRight {
    from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
}
to {
    opacity: 1;
}
}.rollInRight {
    -webkit-animation-name: rollInRight;
    animation-name: rollInRight;
}
@media(max-width:600px) {
    #gotop img {
    max-width: 60px;
}
}
@media(max-width:450px) {
    #gotop {
    bottom: 14rem;
}
}
@media (max-width: 310px) {
    #gotop {
        bottom: 10rem;
    }
}
.navbar>.container .navbar-brand {
    margin-left: 0;
}
.navbar-brand {
    padding: 0 0 0 220px;
    margin: 0;
}
@media(max-width:1919px) {
    .navbar-brand {
    padding: 0;
    margin: 0;
}
}.navbar {
    border-radius: 0;
    margin-bottom: 0;
}
.navbar-nav {
    margin-top: 0;
}
.navbar-nav.navin>li, .navbar-nav>li {
    margin-left: 0;
    padding-top: 0;
}
@media screen and (max-width:991px) {
    .navbar-nav>li {
    padding-top: 0;
}
.navbar-nav.navin>li {
    margin-left: 0;
    padding-top: 0;
}
}.navbar-inverse .navbar-nav>li>a {
    padding: 0;
    margin: 0;
    border-radius: 3px;
    color: #767676;
    line-height: 24px;
    display: inline-block;
}
.navbar-inverse .navbar-nav>li>a:hover {
    color: #767676;
}
.navbar-inverse {
    border: none;
}
.navbar-inverse .navbar-brand {
    font-size: 36px;
    line-height: 50px;
    color: #fff;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
    background-color: transparent;
    color: #000;
}
.navbar-inverse .navbar-nav .dropdown-menu {
    border: 0;
    padding: 0;
    margin-top: 0;
    border-top: 0;
    border-radius: 0;
    left: 0;
    color: #fff;
}
.navbar-inverse .navbar-nav .dropdown-menu:before {
    position: absolute;
    top: 0;
}
.navbar-inverse .navbar-nav .dropdown-menu>li>a {
    padding: 8px 15px;
    color: #fff;
}
.navbar-inverse .navbar-nav .dropdown-menu>li.active>a, .navbar-inverse .navbar-nav .dropdown-menu>li:focus>a, .navbar-inverse .navbar-nav .dropdown-menu>li:hover>a {
    color: #fff;
}
.navbar-inverse .navbar-nav .dropdown-menu>li:last-child>a {
    border-radius: 0 0 3px 3px;
}
.dropdown-menu p {
    color: #fff;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-top: 0;
    padding-bottom: 0;
}
.footer {
    vertical-align: middle;
    font-size: 14px;
    color: #1e1e1e;
    padding-top: 0;
    word-wrap: break-word;
    word-break: break-all;
    letter-spacing: 1px;
}
.panel {
    margin-top: 120px;
}
@media screen and (max-width:768px) {
    .loginbtn input {
    margin-top: 10px;
}
}

.panel-info {
    border-color: #5cb85c;
}
.panel-info>.panel-heading {
    color: #fff;
    background-color: #5cb85c;
    border-color: #bce8f1;
}
.panel-info .ripple input[type=submit] {
    position: relative;
    outline: 0;
    cursor: pointer;
    background: #5cb85c;
    color: #fff;
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 14px;
    border: 1px solid #5cb85c;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.panel-info .ripple input[type=submit]:hover {
    background: #3d8b3d;
    border: 1px solid #3d8b3d;
}
.panel-info .ripple input[type=reset] {
    position: relative;
    outline: 0;
    cursor: pointer;
    background: #fff;
    color: #5cb85c;
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 14px;
    border: 1px solid #5cb85c;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.panel-info .ripple input[type=reset]:hover {
    color: #3d8b3d;
    border: 1px solid #3d8b3d;
}
.panel-default {
    border-color: #5fb0e4;
}
.panel-default>.panel-heading {
    color: #fff;
    background-color: #5fb0e4;
    border-color: #bce8f1;
}
.panel-default .ripple input[type=button] {
    position: relative;
    outline: 0;
    cursor: pointer;
    background: #fff;
    color: #5fb0e4;
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 14px;
    border: 1px solid #5fb0e4;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.panel-default .ripple input[type=button]:hover {
    background: #248ed3;
    border: 1px solid #248ed3;
    color: #fff;
}
#services_login a, #services_login a:visited {
    color: #000;
}
#services_login a:focus, #services_login a:hover {
    color: #5fb0e4;
}
.panel-success {
    border-color: #748bce;
}
.panel-success>.panel-heading {
    color: #fff;
    background-color: #748bce;
    border-color: #748bce;
}
.panel-success .ripple input[type=button] {
    position: relative;
    outline: 0;
    cursor: pointer;
    background: #748bce;
    color: #fff;
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 14px;
    border: 1px solid #748bce;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.panel-success .ripple input[type=button]:hover {
    background: #7475ce;
    border: 1px solid #7475ce;
    color: #fff;
}
#particles {
    height: 100%;
    overflow: hidden;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    z-index: -2;
}
.panel-default2 {
    border-color: #2b85bf;
}
.panel-default2>.panel-heading {
    color: #fff;
    background-color: #2b85bf;
    border-color: #2b85bf;
}
.panel-default2 .ripple input[type=button] {
    position: relative;
    outline: 0;
    cursor: pointer;
    background: #fff;
    color: #2b85bf;
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 14px;
    border: 1px solid #2b85bf;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.panel-default2 .ripple input[type=button]:hover {
    background: #248ed3;
    border: 1px solid #248ed3;
    color: #fff;
}
.ripple0 input {
    background: 0 0;
    padding: 8px 20px;
    border: 1px solid #14aebc;
    transition: .3s ease-in-out;
}
.ripple0 input, .ripple01 input {
    -webkit-transition: .3s ease-in-out;
    cursor: pointer;
    position: relative;
    outline: 0;
    color: #14aebc;
    border-radius: 2px;
    font-size: 14px;
}
.ripple01 input {
    background: #fff;
    border: 1px solid #14aebc;
    transition: .3s ease-in-out;
}
.ripple0 input:hover {
    border: 1px solid #107780;
    color: #107780;
}
.carousel-control.left {
    background-image: -webkit-linear-gradient(left, color-stop(rgba(255, 255, 255, .1) 0), color-stop(rgba(0, 0, 0, .0001) 100%));
    background-image: linear-gradient(to right, rgba(255, 255, 255, .1) 0, rgba(0, 0, 0, .0001) 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#80000000',  endColorstr='#00000000',  GradientType=1);
}
.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, .0001) 0), color-stop(rgba(255, 255, 255, .1) 100%));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(255, 255, 255, .1) 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000',  endColorstr='#80000000',  GradientType=1);
}
.hide-bullets {
    list-style: none;
    margin-left: -40px;
    margin-top: 0;
    text-align: right;
    cursor: pointer;
    line-height: 22px;
    color: #000;
}
.thumbnail {
    padding: 0;
}
.hide-bullets a, .hide-bullets a:link, .hide-bullets a:visited {
    color: #000;
}
.hide-bullets a:hover {
    color: #a16b55;
}
.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
    opacity: 1;
}
.carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}
.carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-control {
    z-index: 2;
}
.carousel-control {
    position: fixed;
    top: 0;
    z-index: 10;
    min-height: 100vh;
    padding-top: 20%}

#btn{
	position: fixed;
	bottom: 9rem;
	right: 0;
	z-index: 121;
}
#btn a{
	display: block;
	text-align: right;
	width: 40%;
	margin: 0 0 0 auto;
	transition: .5s all;
	
}
#btn a:hover{
	transform: scale(.8);
}
#btn img{
	max-width: 100%;
}

@media screen and (max-width:450px){
	#btn{
	position: fixed;
	bottom: 0;
	right: 0;
	left: 0;
	margin: 0 auto;
	text-align: center;
	background: rgba(216, 235, 235, .9);
}
	#btn a{
	display: inline-block;
	width: 19%;
    margin: .5rem 2rem;
	
}
}
@media screen and (max-width: 380px) {
    #btn a {
        margin: 1rem;
    }
}
