/* CSS Document */

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}ins{background-color:#ff9;color:#000;text-decoration:none}mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input[type=text],input[type=button],input[type=submit],input[type=password],select{vertical-align:middle}

:root {
  --body-font-family: "Noto Sans TC", sans-serif;
  --body-font-size: 15.5px;
  --body-font-weight: 300;
  --body-color: #0d0d0d;
  --headers-font-family: "Pacifico", cursive;
  --primary-color: #c21e55;
  --primary-bg-color: #dc7f9e;
  --second-color: #0da3ba;
  --second-bg-color: #8bcfdd;
  --bg-color: #f8f5ec;
  --green: #469874;
  }

* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-tap-highlight-color: rgba(0,0,0,0);
}

body {
margin:0;
padding:0;
color: var(--body-color);
line-height: 1.550;
}

body, p, td, td p {
font-family: var(--body-font-family);
font-weight: var(--body-font-weight);
font-size: var(--body-font-size);
}

h1, h2, h3, h4, h5, h6, p {
margin-bottom:30px;
}

h1, #footer h5, h4 {
font-family: var(--headers-font-family);
font-size:36px;
font-weight:normal;
line-height:100%;
color:#000000;
text-align:center;
}

h1:after, #footer h5:after, h4:after {
content:"";
display:block;
width:100px;
height:1px;
margin:5px auto 0 auto;
background-color:#535353;
}

h3 {
font-family: var(--headers-font-family);
font-weight:normal;
font-size:24px;
line-height:120%;
}

h2 {
text-transform:uppercase;
font-weight: bold;
font-size:18px;
color:#000000;
}

p, h2, ul, table{
max-width: 980px;
margin-left: auto;
margin-right: auto;
}

a {
color:var(--primary-color);
text-decoration:none;
}

ul.subnav {
margin:0;
padding:0;
list-style-type:0;
}

ul.subnav li {
display:inline-block;
margin-bottom:15px;
}

a.button, span.button, input[type=submit], ul.subnav li a, footer.button {
display:inline-block;
width:auto;
padding: 9px 38px;
color:#FFFFFF;
background-color:var(--primary-color);
border: solid 2px var(--primary-color);
font-family: var(--body-font-family);
font-size:17px;
text-transform:uppercase;
line-height:100%;
transition: all 500ms ease;
cursor: pointer; 
font-weight:400;
}

#aside a.button {
background-color:var(--second-color);
border: solid 2px var(--second-color);
}

#sfeertext-home a.button {
background-color:transparent;
border: solid 2px #FFFFFF;
}

#sfeertext-home a.button:hover, #aside a.button:hover {
background-color:#FFFFFF;
color:#535353;
}

footer.button {
padding:9px 10px;
min-width:150px;
}

a.button:hover, input[type=submit]:hover, ul.subnav li a:hover, footer.button:hover {
background-color: #FFFFFF;
color: #000000;
text-decoration:none;
}

a:hover {
text-decoration:underline;
}

*:active, *:focus { 
outline: 0; 
} 

input[type=text], input[type=email],input[type=button],input[type=submit],input[type=password], textarea {
-webkit-appearance: none;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-khtml-border-radius: 0;
border-radius: 0;  
filter: none;
}

input[type=text], input[type=email],input[type=password] {
line-height:36px;
border:solid 1px #2D3134;
font-family: var(--body-font-family);
font-size: var(--body-font-size);
padding: 0 12px;
}

textarea {
border:solid 1px #2D3134;
font-family: var(--body-font-family);
font-size: var(--body-font-size);
padding:12px;
}

form.mx_contact_form input[type=text], form.mx_contact_form input[type=email], form.mx_contact_form textarea {
background-color:#EEEEEE;
border: solid 1px #EEEEEE;
}

form.mx_contact_form label, form.mx_newsletter label {
/*font-family: var(--headers-font-family);
font-size:20px;*/
font-style:italic;
}

#content img[style*="left"], #content img[align="left"] { margin: 0 20px 10px 0; }
#content img[style*="right"], #content img[align="right"] { margin: 0 0 10px 20px; }

#content img {
max-width:100%;
height:auto;
}

img:not([src]):not([srcset]) {
  visibility: hidden;
}

#topwrapper {
width:100%;
}

#top {
width:100%;
max-width:1240px;
margin: 0 auto;
padding:5px 30px;
}

#payoff {
float:left;
width:50%;
}

#socialtop {
float:left;
width:50%;
text-align:right;
}

#headerwrapper {
width:100%;
}

#header {
width:100%;
max-width:1240px;
padding:0 30px;
margin:0 auto;
position:relative;
}

#logo {
float:left;
width:30%;
padding-top:10px;
padding-bottom: 10px;
}

#logo img {
height:134px;
width:auto;
display:block;
}

#nav {
float:left;
width:70%;
text-align:right;
}

#sfeerwrapper {
width:100%;
background-size:cover;
background-position:bottom center;
}

#sfeer {
/*background: rgba(174, 207, 216, 0.5);*/
width:100%;
}

#sfeertext {
width:100%;
max-width:1240px;
margin: 0 auto;
padding:90px 30px;
color:#FFFFFF;
}

#sfeer h3 {
font-family: var(--headers-font-family);
text-transform:none;
font-size:46px;
font-weight:normal;  
line-height:100%;
color:#FFFFFF;  
}

#sfeer h3:nth-of-type(2) {
display:none;
}

#breadcrumbs ul {
padding: 0;
margin: 0;
float: left;
font-size:15px;
font-weight: bolder;
}

#breadcrumbs ul li { display: inline-block; }

#breadcrumbs ul li a {
width:auto;
color:#FFFFFF;
text-decoration: underline;
float: left;
}

#breadcrumbs ul li:after {
content:"/";
padding-left:8px;
padding-right:8px;
text-decoration:none;
}

#breadcrumbs ul:last-of-type li:last-of-type:after {
display:none;
}

#contentwrapper {
width:100%;
}

#content {
width:100%;
max-width:980px;
margin: 0 auto;
padding:50px 30px;
}

#asidewrapper {
width:100%;
background-color:var(--second-color);
padding: 20px 50px;
}

#aside {
width:100%;
max-width:1140px;
border: solid 1px #FFFFFF;
padding:25px 20px 0 20px;
color:#FFFFFF;
margin: 0 auto;
text-align:center;
}

#aside h2 {
font-size:36px;
}

#aside h3 {
color:#FFFFFF;
}

#referencesheader {
text-align:center;
padding-top:40px;
}

#references {
padding:60px 0 60px 0;
}

#footerwrapper {
width:100%;
}

#footer {
width:100%;
max-width:1240px;
margin: 0 auto;
padding:60px 30px;
text-align:center;
}



#bottomwrapper {
width:100%;
background-color:#8bcfdd;
}

#bottom {
width:100%;
max-width:1240px;
margin: 0 auto;
padding:30px 30px;
color:#FFFFFF;
line-height:100%;
}

#bottom span {
font-family: var(--headers-font-family);
padding-left:3px;
font-size: 17px;
}

#copy {
float:left;
width:50%;
font-size: 14px;
}

#copy a {
display:inline-block;
color: #ffffff8f;
padding-top:4px;
}

#socialbottom {
float:left;
width:50%;
text-align:right;
}

#socialbottom a {
color:#FFFFFF;
}

#socialbottom i {
padding:0 8px;
font-size:28px;
}

#socialbottom i:last-of-type {
padding-right:0;
}

.clear {
clear:both;
}

.mx_pagination {
width:100%;
text-align:center;
}

.mx_pagination ul {
border:none !important;
}

.mx_pagination ul li {
border-left:none !important;
}

.mx_pagination ul li a {
border: solid 1px #000000;
color:#000000;
}

.mx_pagination ul li a:hover {
background-color:var(--bg-color);
}

.mx_pagination ul li.mx_current a {
border: solid 1px #000000;
color:#ffffff;
background-color:#000000;
}


.mx_pagination ul, .mx_pagination li {
display: inline-block;
float:none !important;
}

.mx_pagination ul li, .mx_pagination ul li a, .mx_pagination ul {
border-radius:0 !important;
}

#blockswrapper {
display: flex;
flex-wrap: wrap;
width: calc(100% + 30px);
margin-left: -15px;
}

.block {
float: left;
width: calc(33.3% - 30px);
margin: 15px;
margin-bottom: 25px;
background-color: var(--bg-color);
padding: 15px;
position: relative;
}

.block a {
color: var(--body-color);
}

.block a:hover {
text-decoration: none;
}

.block_image img {
width:100%;
height:auto;
}


.block_description {
padding: 15px 5px;
}

.block footer {
position: absolute;
bottom: -20px;
left: 50%;
-ms-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
white-space:nowrap;
}

p.buttons {
text-align:center;
}

p.back {
text-align:left;
margin-top:20px;
}

#mapswrapper {
float:left;
width:60%;
height:auto;
}

#mapswrapper iframe{
display:block;
}

#address {
float:left;
width:40%;
height:auto;
background-color:var(--bg-color);
padding:35px 20px;
text-align:left;
}

#address p:last-of-type, #address h3 {
margin-bottom:0;
}

#content .review:nth-of-type(even) {
background-color:var(--bg-color);
padding:20px;
margin-bottom:30px;
}

.pricing-item {
float:left;
width:31.33%;
margin-right:3%;
margin-top:48px;
margin-bottom:48px;
background-color:var(--bg-color);
text-align: left;
padding:35px 50px;
position:relative;
}

.pricing-item:nth-of-type(3n) {
margin-right:0;
}

.pricing-description ul {
margin:0;
padding:0;
list-style-type:none;
}

.pricing-description ul li {
padding-left:20px;
position:relative;
}

.pricing-description ul li:before {
position:absolute;
left:0;
display:block;
content:"\f00c";
font-family:"FontAwesome";
color: var(--second-color);
}

.pricing-price {
padding-top:40px;
text-align:center;
font-family: var(--headers-font-family);
font-size:28px;
line-height:100%;
}

.pricing-label {
font-family: var(--headers-font-family);
font-size:22px;
position:absolute;
top:-18px;
left: 50%;
-ms-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
background-color:var(--second-color);
color:#FFFFFF;
padding:3px 13px;
}

.pricing-button {
position: absolute;
width:100%;
bottom:-46px;
left:0;
text-align:center;
}

.fancybox-title fancybox-title-float-wrap {
display: none !important;
}

@media screen and (max-width: 1140px) {

#asidewrapper {
padding: 20px 30px;
}
}

@media screen and (max-width: 1023px) {

.pricing-item {
padding:20px 20px;
}

} /* end mediaquery */

@media screen and (max-width: 950px) {

#logo {
width:70%;
padding-bottom:5px;
}

#nav {
display:none;
}

#header-social {
top:23px;
}

#header-social i {
font-size:32px;
}

#language {
top:31px;
}

} /* end mediaquery */


@media screen and (max-width: 700px) {

#mobile-nav span {
display:none;
}

#mapswrapper {
width:100%;
}

#address {
width:100%;
}

.pricing-item {
width:100%;
margin-right:0;
}

h1, #footer h5, h4 {
font-size:40px;
}

.product_image {
max-width:100%;
margin-right:0;
margin-bottom:40px;
}

.block { 
width: 100%;
}

} /* end mediaquery */

@media screen and (max-width: 600px) {

#content img[style*="left"], #content img[align="left"], 
#content img[style*="right"], #content img[align="right"] { 
display: block;
margin: 0 auto 25px auto;
float: none!important;
}

#copy {
width:100%;
text-align:center;
}

#socialbottom {
width:100%;
text-align:center;
padding-top:20px;
}

} /* end mediaquery */

@media screen and (max-width: 450px) {

#logo a {
font-size:30px;
}

} /* end mediaquery */