html { font-size: 85%; /* 12px */ }
body {
    height: 100%;
    font-size: 1rem; /* 12px */
}


body {
    font-family: "Helvetica Neue", Arial, STHeiti, "Microsoft JhengHei", 微軟正黑體, sans-serif;
}


h1, .h1 {
  font-size: 2rem;
}

h2, .h2 {
  font-size: 1.8rem;
}

h3,.h3 {
  font-size: 1.6rem;
}

h4, .h4 {
  font-size: 1.4rem;
}

h5, .h5 {
  font-size: 1.2rem;
}

h6, .h6 {
  font-size: 1rem;
}

#return-to-top {
    position: fixed;
    bottom: 20px;
    left: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}

@media (max-width: 767px) {
	#return-to-top {
	   bottom: 40px !important;	
	}
}


.modal-header .close {
    position: absolute;
    right: 0;
    top: 2px;
    /*background-color: #660000;*/
    /*color: #ffffff;*/
    opacity: 1;
    filter: alpha(opacity=100);
    font-size: 40px;
    width: 40px;
    height: 40px;
}

.container .container {
/*    margin-left: -15px;
    margin-right: -15px;
*/    
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
}

.page-main-content > .cms-html > .container-fluid 
, .page-left-sidebar > .cms-html > .container-fluid 
, .page-right-sidebar > .cms-html > .container-fluid 
{
    margin-left: -15px;
    margin-right: -15px;
}

.xxxxcontainer-fluid .xxxcontainer-fluid {
    margin-left: -15px;
    margin-right: -15px;
    width: 100%;
}

.row > .row {
    margin-left: 0px;
    margin-right: 0px;
}


.cms-html {
	font-size: 1.2rem;
}


.cms-html img {
	max-width: 100% !important;
	height: auto !important;
}

.page-main-content {
	min-height: 98vh;
}


.btn-lavender {
    color: #333333;
    background-color: #E6E6FA;
    border-color: #F0F8FF;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.btn-silver {
    color: #333333;
    background-color: silver;
    border-color: silver;
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.btn-grey {
    color: #ffffff;
    background-color: grey;
    border-color: grey;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.btn-darkgrey {
    color: #333333;
    background-color: #A9A9A9;
    border-color: #A9A9A9;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.btn-darkgrey:hover
, .btn-grey:hover
, .btn-silver:hover 
{
    color: #ffffff;
    opacity: 1;
    filter: alpha(opacity=100);
}

.btn-lavender:hover 
{
    color: #333333;
    opacity: 1;
    filter: alpha(opacity=100);
}


.datepicker-dropdown {
	z-index: 99999;
}