
.main-wrapper-mp {
	/* background-image: url(/img/grunge_wall.png);
	background-repeat: repeat; */
    background-color: #fff;
}

.main-wrapper-onepage{
    /* background-image: url(/img/grunge_wall.png);
    background-repeat: repeat; */
    background-color: #fff;
}

input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="tel"], input[type="number"], input[type="date"], input[type="search"], select, textarea {
    position: relative;
    height: 47px;
    line-height: 47px;
    border: 1px solid #e3e3e3;
    background-color: transparent;
    width: 100%;
    margin-bottom: 16px;
    padding: 0 16px;
    color: #7a7a7a;
    -webkit-transition: border-color 0.3s ease-in-out;
    -moz-transition: border-color 0.3s ease-in-out;
    -ms-transition: border-color 0.3s ease-in-out;
    -o-transition: border-color 0.3s ease-in-out;
    transition: border-color 0.3s ease-in-out;
}


.btn.btn-stroke {
    color: #7a7a7a;
    border: 1px solid #7a7a7a;
    background-color: transparent;
}

.portfolio-filter a {
    display: inline-block;
    margin: 0 5px 5px 0;
    color: #ababab;
    text-decoration: none;
    padding: 7px 15px;
    border: 1px solid #e5e5e5;
    font-family: 'Noto Sans', sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.contact-icon {
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #111;
    text-align: center;
    position: absolute;
    left: 0;
}

.contact-icon i{
	color: #333;
}

/*頁尾*/
.footer-widgets p{
	font-size: 13px;
    font-weight: 400;
    line-height: 22px;
    color: #000000;
}
.footer-widgets a {
    color: #000000;
}/*頁尾*/


.navbar-nav > li > a {
    font-family: 'Noto Sans', sans-serif;
    text-transform: uppercase;
    padding: 0 20px;
    line-height: 90px;
    color: #fff;
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 400;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


.call-to-action h2 {
    font-size: 16px;
    letter-spacing: 1px;
    margin-top: 15px;
}

.page-title.style-2 .title-text h1 {
    margin: 0;
    font-size: 26px;
    font-weight: 400;
}



.portfolio-description ul > li {
    line-height: 30px;
    font-size: 12px;
    color: #333;
}

.accordion > .acc-panel > a {
    display: block;
    position: relative;
    text-decoration: none;
    font-size: 12px;
    padding: 13px 20px;
    background-color: #fff;
    color: #7a7a7a;
    margin-bottom: 10px;
    border: 1px solid #d1d1d1;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-family: 'Noto Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


@media (max-width: 991px){
    .nav-type-2 .nav > li > a {
        padding: 15px 0 15px 15px;
        border-bottom: 1px solid #fff;
        line-height: 20px;
        background-color: #f4f4f4;
    }
}


.pagination a, .pagination span {
    background-color: #fff0;
    font-size: 12px;
    display: inline-block;
    height: 25px;
    line-height: 20px;
    text-align: center;
    margin: 0 9px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-family: 'Noto Sans', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}

/*loading*/
.loader-mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #2d2d32;
    z-index: 99999;
}
.loader2 {
  position: absolute;
  display:block;
  margin:auto;"
}


.drop-shadow{
    -webkit-filter: drop-shadow(12px 12px 7px rgba(0, 0, 0, 0.8));
    filter: drop-shadow(12px 12px 7px rgba(0, 0, 0, 0.8))
}






#back-to-top.show {
    bottom: 100px;
}
