﻿

.text-vertical-center {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.text-vertical-center h1 {
    margin: 0;
    padding: 0;
    font-size: 4.5em;
}

/* Custom Button Styles */

.btn-dark {
    border-radius: 0;
    color: #fff;
    /*background-color: rgba(0,0,0,0.4);*/
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active {
    color: #fff;
    background-color: rgba(0,0,0,0.7);
}

.btn-light {
    border-radius: 5px;
    color: #ffffff;
    background-color: #2492da;
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active {
    color: #333;
    background-color: rgba(255,255,255,0.8);
}

/* Custom Horizontal Rule */

hr.small {
    max-width: 100px;
}



#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    right: 0;
    width: 350px;
    height: 100%;
    transform: translateX(350px);
    overflow-y: auto;
    background: #4e4d4d;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
	top:0;
}

.sidebar-nav {

    /*width: 300px;top: 0;
	position: absolute;*/
    margin: 0;
    padding: 0;
    list-style: none;
	position:relative;
	z-index:99;
}

.sidebar-nav li {
    /*text-indent: 20px;*/
    line-height: 20px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #323233;
	font-size:1.4em;
	padding:10px 20px;
	line-height:1.5em;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    background: #fee28e;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 55px;
    font-size: 1.4em;
    line-height: 55px;
	background:#ffd968;
	color:#000;
	font-weight:bold;
	padding:0px 20px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999;
	font-size:1.1em;
	background:#000000;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

#menu-toggle {
    z-index: 1;
    /*position: fixed;
    top: 0;
    right: 0;*/

}

#sidebar-wrapper.active {
    right: 350px;
    width: 350px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.toggle {
	width:45px;
	height:45px;
	margin:3px;
}

/* Header */

.header {
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
    background: url(https://fscmail.fsc.gov.tw/POP30/img/bg.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	background:#ffd968;
}


/* About */

.about {
    padding: 50px 0;
}

/* Services */

.services {
    padding: 50px 0;
}

.service-item {
    margin-bottom: 30px;
}

/* Callout */

.callout {
    display: table;
    width: 100%;
    height: 400px;
    color: #fff;
    background: url(https://fscmail.fsc.gov.tw/POP30/img/callout.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

/* Portfolio */

.portfolio {
    padding: 50px 0;
}

.portfolio-item {
    margin-bottom: 30px;
}

.img-portfolio {
    margin: 0 auto;
}

.img-portfolio:hover {
    opacity: 0.8;
}

/* Call to Action */

.call-to-action {
    padding: 50px 0;
}

.call-to-action .btn {
    margin: 10px;
}

/* Map */

.map {
    height: 500px;
}

@media(max-width:768px) {
    .map {
        height: 75%;
    }
}

.map iframe {
    pointer-events: none;
}

/* Footer */

footer {
    /*padding: 100px 0;*/
}

#to-top {
  display: none;
  position: fixed;
  bottom: 5px;
  right: 5px;
}




#sidebar-wrapper1 {
    z-index: 10000;
    position: fixed;
    right: 0;
	top:30%;
    width: 250px;
    height: 350px;
    transform: translateX(250px);
    overflow-y: auto;
    background: #ffd968;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
	/*top:300px;*/
	border-radius:5px;	
}

#sidebar-wrapper1.active {
    right: 250px;
    width: 350px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

#menu-toggle1 {
    z-index: 1;
    /*position: fixed;
    top: 0;
    right: 0;*/

	
}

.faqdata {
	margin:5px 0px;
	font-size:0.875rem;
	font-weight:normal;
}

.faqdata i{
	margin:0px 5px 0px 10px;
}

.faqbtn {
	margin: 10px 0px 30px 0px;
    font-weight: bold;
    padding: 10px 0px;
    font-size: 1.5em;
}

.faqbtn a{
	color:#fd891c;
}


