body {
    padding: 0;
    margin: 0;
    background: #FFF;
    font-family: Verdana, Arial, Helvetica, sans-serif, "Microsoft JhengHei";
}

body a {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    text-decoration: none;
}

body a:hover {
    text-decoration: none;
}

body a:focus, a:hover {
    text-decoration: none;
}

input[type="button"], input[type="submit"] {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    text-align: center;
	font-family:Microsoft JhengHei;
}

p {
    margin: 0;
}

ul {
    margin: 0;
    padding: 0;
}

label {
    margin: 0;
}

img {
    width: 100%;
}

a:focus, a:hover {
    text-decoration: none;
    outline: none;
}

/*-- //Reset-Code --*/





/*-- Index-Page-Styling --*/



/*-- Navbar --*/

/*-- Logo --*/

.navbar-default .navbar-brand {
    font-family: Verdana, Arial, Helvetica, sans-serif, "Microsoft JhengHei";
    font-size: 50px;
    color: #FFF;
    padding: 12px 15px;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
    color: #028FCC;
}

/*-- //Logo --*/



/*-- Navbar-Link-Effect --*/

.navbar-default {
    background-color: transparent;
    border-color: transparent;
    border: none;
    margin-bottom: 0;
    text-align: center;
    width: 100%;
    padding: 10px 0;
    position: absolute;
    z-index: 99999;
    border-radius: 0;
}

.hover-effect ul {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    padding-top: 8px;
    margin: 0 auto;
}

.hover-effect li {
    overflow: hidden;
    position: relative;
    display: -webkit-inline-box;
}

.hover-effect li:before, .hover-effect li:after {
    display: block;
}

.hover-effect li:before {
    bottom: 0%;
}

.hover-effect li:after {
    bottom: 50%;
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
    padding: 25px 20px;
    font-family: Verdana, Arial, Helvetica, sans-serif, "Microsoft JhengHei";
    font-size: 18px;
    font-weight: 300;
}

.hover-effect a {
    backface-visibility: hidden;
    display: block;
    position: relative;
    text-align: center;
    text-decoration: none;
    line-height: normal;
}

.hover-effect a:before {
    bottom: 25%;
}

.hover-effect a:after {
    bottom: 75%;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
    color: #000;
}

.hover-effect li:before, .hover-effect li:after, .hover-effect a:before, .hover-effect a:after {
    background-color: #FFF;
    position: absolute;
    height: 25%;
    left: 0%;
    right: 100%;
    content: '';
    z-index: -1;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.hover-effect li:before {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.hover-effect li:after {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.hover-effect a:before {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
}

.hover-effect a:after {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

.hover-effect li:hover:before, .hover-effect li.current:before, .hover-effect li:hover:after, .hover-effect li.current:after, .hover-effect li:hover a:before, .hover-effect li.current a:before, .hover-effect li:hover a:after, .hover-effect li.current a:after {
    left: 0;
    right: 0;
    opacity: 1;
}

.hover-effect li:hover:before, .hover-effect li.current:before {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.hover-effect li:hover:after, .hover-effect li.current:after {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.hover-effect li:hover a:before, .hover-effect li.current a:before {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.hover-effect li:hover a:after, .hover-effect li.current a:after {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

/*-- //Navbar-Link-Effect --*/

/*-- //Navbar --*/



/*-- Banner-Slider --*/

.slider {
    position: relative;
}

.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
}

.rslides li:first-child {
    position: relative;
    display: block;
    float: left;
}

.rslides img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0;
}

a.callbacks_nav {
    display: none;
}

ul.callbacks_tabs {
    display: none;
}

.slider .caption {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 300px 0;
    text-align: center;
}

.slider .caption-none {
    background-color: none;
}

.slider .caption h3 {
    font-size: 40px;
    color: #FFF;
    font-weight: 600;
    letter-spacing: -2px;
    text-align:center;
    margin-top:560px;
    margin-left:1000px;
}

.slider .caption h3 span {
    color: #028fcc;
}

.slider .caption p {
    font-size: 20px;
    margin-top: 50px;
    color: #FFF;
    font-weight: 100;
}

.slider .caption h3.color span {
    color: #F44336;
}

/*-- //Banner-Slider --*/



.about, .services, .gallery, .plans, .faq, .testimonial, .team, .contact {
    padding: 100px 0;
}



/*-- Headings --*/

.about h1, .services h2, .gallery h3, .plans h3, .faq h3, .testimonial h3, .team h3, .contact h3, .map h3 {
    margin-bottom: 50px;
    text-align: center;
    font-family: Verdana, Arial, Helvetica, sans-serif, "Microsoft JhengHei";
    font-size: 40px;
    color:#fff;
}

.services h2, .plans h3, .testimonial h3, .contact h3 , .faq h3{
    color: #000000;
}

/*-- //Headings --*/

/*-- About --*/
.about {
    background: url("../img/about_bg.jpg") 50% 0 fixed !important;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.about p, .faq p, .team p {
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    padding: 0 20px;
    color: #fff;
    font-family: Verdana, Arial, Helvetica, sans-serif, "Microsoft JhengHei";
}

.about p2{
    font-size: 14px;
    line-height: 30px;
    text-align: left;
    padding: 0 20px;
    color: #fff;
    font-family: Verdana, Arial, Helvetica, sans-serif, "Microsoft JhengHei";
}

.about-p, .faq p, .team p {
    margin-bottom: 30px;
}
.about h2 {
    font-size: 25px;
    font-weight: 600;
    line-height: 35px;
    text-align: center;
    padding: 20px 20px;
    color:#ffffcc;
    font-family: Verdana, Arial, Helvetica, sans-serif, "Microsoft JhengHei";
}
.about h3 {
    margin-bottom: 50px;
    text-align: center;
    font-family: inherit;
    font-size: 40px;
    color:#fff;
    font-family: Verdana, Arial, Helvetica, sans-serif, "Microsoft JhengHei";
}
.about-info{
    padding: 50px 20px;
}
.panel-group {
    margin-bottom: 0;
}

.scrollbar {
    height: 100px;
    background: #fff;
    overflow-y: scroll;
}
.single {
    padding: 5em 0em;
}
.single-right h4 {
    font-size: 1.4em;
    color:#a90e09;
    margin: 0.7em 0em;
}
.single-right p {
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    padding: 0 0 20px 20px;
    color: #fff;
    font-family: Verdana, Arial, Helvetica, sans-serif, "Microsoft JhengHei";
}
.posts-grid img {
  width: 100%;
  padding: 0.2em;
}
#style-2::-webkit-scrollbar-track {
    background-color: #f0f0f0;
}

#style-2::-webkit-scrollbar {
    width: 5px;
    background-color: #f5f5f5;
}

#style-2::-webkit-scrollbar-thumb {
    background-color: #028FCC;
}

.collapsed span {
    display: inline-block;
    z-index: 99999;
    float: right;
}

.pa_italic i, .collapsed span {
    font-size: 0.6em;
    color: #212121;
}

.collapsed i {
    display: none;
}

.collapsed span {
    display: inline-block;
}
.pa_italic label {
    font-size: .7em;
    color: #212121;
    padding-left: 3.5em;
    cursor: pointer;
}

.pa_italic span.glyphicon {
    float: right;
}

.panel_text {
    color: #999;
    line-height: 25px;
}

.panel-default>.panel-heading {
    color: #FFF;
    background-color: #028FCC;
}

.iconbox {
    background: #fcfcfc;
    text-align: center;
    padding: 40px 20px;
    margin: 0 0 20px;
}

.iconbox {
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
         -o-border-radius: 5px;
            border-radius: 5px;

}


.iconbox-icon {
    margin: 0 0 15px;
    font-size: 32px;
    color: #222;
    font-family: Verdana, Arial, Helvetica, sans-serif, "Microsoft JhengHei";
}

.iconbox-title {
    margin: 0 0 15px;
    padding: 0;
    font-size:14px;
    font-family: Verdana, Arial, Helvetica, sans-serif, "Microsoft JhengHei";
}

.iconbox-desc{
    color:#222;
    font-size:14px;
    font-family: Verdana, Arial, Helvetica, sans-serif, "Microsoft JhengHei";
}


/*-- //About --*/



/***************start-portfolio************/
.portfolio_main{
	
}
.heading_h {
	text-align: center;
	padding: 2.4em  0em;
}
.heading_h h3 a{
	font-size:2.4em;
	color:#555658;
}
#gallerylist {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	overflow:hidden;
	width:100%;
}
.gallerylist-wrapper {  
	overflow:hidden;
	position: relative !important;
	width: 20%;
	margin-left:430px;    /*小圖位置*/
	float: left;
	margin-bottom:80px; /*小島藝廊高度*/
}
.gallerylist img {
	max-width:100%;
	width:1280px;
	height:854px;
	position: relative;
	-webkit-filter: grayscale(100%);
	opacity: 5;
	transition: all 300ms!important;
	-webkit-transition: all 300ms!important;
	-moz-transition: all 300ms!important;
}

.gallerylist-wrapper img{
	width: 100%;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	-moz-border-radius: 2px;
}


.gallerylist-wrapper   span {
	position: absolute;
	width: 100%;
	top: 0px;
	left: 0px;
	text-align: center;
	color: #FFF;
	text-shadow: rgba(0, 0, 0, 0.89)
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
	background: url(../images/spanh.png);
	-moz-transition: opacity 0.3s linear;
	-o-transition: opacity 0.3s linear;
	-ms-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
	-webkit-appearance: none;
	text-transform: capitalize;
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	transition: 0.9s;
}
.gallerylist-wrapper:hover span{
	opacity: 1;	
}
.gallerylist-wrapper  a span img{
	width:106px;
	height:106px;
	padding: 12% 0%;
}
#gallerylist1
{
	padding: 2em 0em;
}
 .button_1{
	text-align: center;
	margin-top: 1.3em;
	padding: 2em 0em;
}
.button_1 a{
		padding: 0.600em 1.8em;
		font-size: 1.5em;
		background :#49CBCD;       
        color:#fff;
        -moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		-o-border-radius: 3px;
		border-radius: 3px;
		font-family:'Open Sans', sans-serif;
		transition: 0.5s all;
		-webkit-transition: 0.5s all;
		-moz-transition: 0.5s all;
		-o-transition: 0.5s all;
}
.button_1 a:hover{
	    background:#296E6F;
        text-decoration:none; 
}

/**********end-portfolio********/





/*-- Services(news) --*/

.services {
    background: url("../img/news_bg.jpg") 50% 0 fixed !important;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}
.services h3 {
    margin-bottom: 50px;
    text-align: center;
    font-family: inherit;
    font-size: 40px;
    color:#000;
    font-family: Verdana, Arial, Helvetica, sans-serif, "Microsoft JhengHei";
}
.services-icon img {
    width: 70px;
}

.services-info h4 {
    font-size: 25px;
    margin: 40px 0 20px;
    color: #028FCC;
    text-align: left;
    font-family: Verdana, Arial, Helvetica, sans-serif, "Microsoft JhengHei";
}

.services-info p {
    line-height: 30px;
    text-align: left;
    color: #999;
    font-family: Verdana, Arial, Helvetica, sans-serif, "Microsoft JhengHei";
}
.service-grid h4{
    font-size: 22px;
    color:#333333;
    font-family: Verdana, Arial, Helvetica, sans-serif, "Microsoft JhengHei";
	font-weight:600;
}

/*-- //Services --*/



/*-- Gallery --*/

.gallery {
    background: url("../img/env_bg.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}
.gallery h3 {
    margin-bottom: 50px;
    text-align: center;
    font-family: inherit;
    font-size: 40px;
    color:#000;
    font-family: Verdana, Arial, Helvetica, sans-serif, "Microsoft JhengHei";
}
.gallery-items {
    width: 95%;
    margin: 0 auto;
}

.gallery-item {
    width: 20%;
    float: left;
    padding: 5px;
}

.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    height: auto;
    background: #3085a3;
    text-align: center;
}

.grid figure img {
    position: relative;
    display: block;
    max-width: 100%;
    opacity: 0.8;
}

.grid figure figcaption {
    padding: 7em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    font-family: Verdana, Arial, Helvetica, sans-serif, "Microsoft JhengHei";
}

.grid figure figcaption::before, .grid figure figcaption::after {
    pointer-events: none;
}

.grid figure figcaption, .grid figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

figure.effect-apollo {
    background: #3498db;
}

figure.effect-apollo img {
    opacity: 0.95;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale3d(1.05,1.05,1);
    transform: scale3d(1.05,1.05,1);
}

figure.effect-apollo figcaption::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.5);
    content: '';
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
}

figure.effect-apollo:hover img {
    opacity: 0.6;
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
}

figure.effect-apollo:hover figcaption::before {
    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}

/*-- //Gallery --*/

/*-- //小島藝廊 --*/
.faq2 {
    background: url("../img/pro_bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.faq2 .panel-group {
    margin-bottom: 0;
}

.faq2 .scrollbar {
    height: 300px;
    background: #fff;
    overflow-y: scroll;
}
.faq2 h3 {
	margin-top:120px;
    margin-bottom: 30px;
    text-align: center;
    font-family: inherit;
    font-size: 40px;
    color:#fff;
    font-family: Verdana, Arial, Helvetica, sans-serif, "Microsoft JhengHei";
}
.faq2-grids{
	min-height:100px;
}
.faq2-grids h2{
	margin-top:10px;
	font-size:18px;
	line-height:18pt;
	color:#ffffcc;
	text-align:center;
}
.faq2-grids h1{
	margin-top:10px;
	font-size:20px;
	line-height:18pt;
	color:#7CD1ED;
	text-align:center;
	font-weight:900;
}
.faq2-grids p{
	font-size:14px;
	text-align:center;
	line-height:16pt;
	color:#fff;
}
.faq2 #style-2::-webkit-scrollbar-track {
    background-color:#f0f0f0;
}

.faq2 #style-2::-webkit-scrollbar {
    width:5px;
    background-color: #f5f5f5;
}

.faq2 #style-2::-webkit-scrollbar-thumb {
    background-color:#009688;
}

.faq2 .collapsed span {
    display: inline-block;
    z-index: 99999;
    float: right;
}

.faq2 .pa_italic i, .collapsed span {
    font-size: 16px;
    color: #FFF;
}

.faq2 .collapsed i {
    display: none;
}

.faq2 .collapsed span {
    display: inline-block;
}
.faq2 .pa_italic label {
    font-size:.7em;
    color:#212121;
    padding-left: 3.5em;
    cursor: pointer;
}

.faq2 .pa_italic span.glyphicon {
    float: right;
}
.faq2 .panel_text {
    color: #5B5B5B;
    line-height: 25px;
    font-size:14px;
    font-family: Verdana, Arial, Helvetica, sans-serif, "Microsoft JhengHei";
}
.faq2-grid-1 .panel-default>.panel-heading {
    background-color: #F44336;
}

.faq2-grid-2 .panel-default>.panel-heading {
    background-color: #009688;
}

.faq2-grid-3 .panel-default>.panel-heading {
    background-color: #607D8B;
}
.faq2-grid-4 .panel-default>.panel-heading {
    background-color: #e3cb6d;
}
.pop_up p{
	font-size:13px;
	line-height:16pt;
	text-align:center;
}
/*-- //小島藝廊 --*/



/*-- Plans --*/

.plans {
    background: url("../img/room_bg.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    min-height: 600px;
}
.plans h3 {
    margin-bottom: 50px;
    text-align: center;
    font-family: Verdana, Arial, Helvetica, sans-serif, "Microsoft JhengHei";
    font-size: 40px;
    color:#fff;
}

.plans-info {
    width: 90%;
    margin: 0 auto;
}

.plans-grid {
    padding: 0 5px;
}

figure {
    position: relative;
    float: left;
    overflow: hidden;
    background: #3085a3;
    text-align: center;
}

figure img {
    position: relative;
    display: block;
    max-width: 100%;
    opacity: 0.8;
}

figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    font-family: Verdana, Arial, Helvetica, sans-serif, "Microsoft JhengHei";
}

figure figcaption::before, figure figcaption::after {
    pointer-events: none;
}

figure figcaption, figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

figure h4 {
    word-spacing: -0.15em;
    font-size: 40px;
    font-weight: 300;
    font-family: Verdana, Arial, Helvetica, sans-serif, "Microsoft JhengHei";
}
figure h4 span {
    margin-right: 5px;
    font-weight: 600;
    font-family: Verdana, Arial, Helvetica, sans-serif, "Microsoft JhengHei";
}

figure h4, figure ul {
    margin: 0;
}

figure h4, figure ul {
    margin: 0;
    font-weight: 400;
}

figure.effect-dexter {
    background: -webkit-linear-gradient(top, rgba(37,141,200,1) 0%, rgba(104,60,19,1) 100%);
    background: linear-gradient(to bottom, rgba(37,141,200,1) 0%,rgba(104,60,19,1) 100%); 
}

figure.effect-dexter img {
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

figure.effect-dexter:hover img {
    opacity: 0.4;
}

figure.effect-dexter figcaption::after {
    position: absolute;
    right: 30px;
    bottom: 30px;
    left: 30px;
    height: -webkit-calc(50% - 30px);
    height: calc(50% - 30px);
    border: 7px solid #fff;
    content: '';
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
}

figure.effect-dexter:hover figcaption::after {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

figure.effect-dexter figcaption {
    padding: 4em 1em;
    text-align: left;
}

figure.effect-dexter ul.social-two {
    position: absolute;
    left: 180px;
    right: 0;
    bottom: 70px;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,-100px,0);
    transform: translate3d(0,-100px,0);
}

figure.effect-dexter:hover {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.social-two {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 37px;
}

figure.effect-dexter:hover .social-two {
    display: block;
    text-align: center;
    margin-top: 100px;
}

figure p {
    font-size: 80px;
}

small, .small {
    font-size: 24px;
    font-family: Verdana, Arial, Helvetica, sans-serif, "Microsoft JhengHei";
}
small, .small a hover{
    color:#FFFFFF;
}

/*room*/
.feed-head {
padding: 10px 0;
text-align: center;
}
.feed-head h3{
font-size:26px;
line-height:20pt;
font-family: Verdana, Arial, Helvetica, sans-serif, "Microsoft JhengHei";
}
.feed-head p{
font-size:12px;
font-family: Verdana, Arial, Helvetica, sans-serif, "Microsoft JhengHei";
}
feed-contact{
padding: 30px 0;
text-align: center;
}
.feed-contact h3{
font-size:30px;
margin:0 0 20px 0;
font-family: Verdana, Arial, Helvetica, sans-serif, "Microsoft JhengHei";
text-align:center;
}
.feed-contact h4{
font-size:20px;
line-height:30pt;
text-align:left;
color:#FFFFCC;
font-family: Verdana, Arial, Helvetica, sans-serif, "Microsoft JhengHei";

}
.feed-contact p{
font-size:14px;
font-family: Verdana, Arial, Helvetica, sans-serif, "Microsoft JhengHei";
line-height:20pt;
text-align:left;
color:#FFFFFF;
}
.feed-contact h2 span{
font-size:16px;
font-family: Verdana, Arial, Helvetica, sans-serif, "Microsoft JhengHei";
line-height:20pt;
text-align:center;
color:#FFFFFF;
margin-left:-400px;
}
/*-- Gallery2 --*/

.gallery2 {
    background: url("../img/room2_bg.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}
.gallery2 h3 {
    margin-top:160px;
    margin-bottom:30px;
    text-align: center;
    font-family: Verdana, Arial, Helvetica, sans-serif, "Microsoft JhengHei";
    font-size: 38px;
    color:#fff;
    
}
.gallery2 h2 {
    text-align: center;
    font-size: 24px;
    margin-bottom:30px;
    color:#ffffcc;
    font-family: Verdana, Arial, Helvetica, sans-serif, "Microsoft JhengHei";
}
.gallery2-items {
    width: 95%;
    margin: 0 auto;
}

.gallery2-item {
    width: 20%;
    float: left;
    padding: 5px;
}

.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    height: auto;
    background: #3085a3;
    text-align: center;
}

.grid figure img {
    position: relative;
    display: block;
    max-width: 100%;
    opacity: 0.8;
}

.grid figure figcaption {
    padding: 7em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    font-family: Verdana, Arial, Helvetica, sans-serif, "Microsoft JhengHei";
}

.grid figure figcaption::before, .grid figure figcaption::after {
    pointer-events: none;
}

.grid figure figcaption, .grid figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

figure.effect-apollo {
    background: #3498db;
}

figure.effect-apollo img {
    opacity: 0.95;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale3d(1.05,1.05,1);
    transform: scale3d(1.05,1.05,1);
}

figure.effect-apollo figcaption::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.5);
    content: '';
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
}

figure.effect-apollo:hover img {
    opacity: 0.6;
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
}

figure.effect-apollo:hover figcaption::before {
    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}

/*-- //Gallery2 --*/


/*-- //Plans --*/



/*-- FAQs --*/
.faq {
    background: url("../img/info_bg.jpg") 50% 0 fixed !important;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.faq .panel-group {
    margin-bottom: 0;
}

.faq .scrollbar {
    height: 300px;
    background: #fff;
    overflow-y: scroll;
}
.faq h3 {
    margin-bottom: 50px;
    text-align: center;
    font-family: inherit;
    font-size: 40px;
    color:#fff;
    font-family: Verdana, Arial, Helvetica, sans-serif, "Microsoft JhengHei";
}
.faq #style-2::-webkit-scrollbar-track {
    background-color:#f0f0f0;
}

.faq #style-2::-webkit-scrollbar {
    width:5px;
    background-color: #f5f5f5;
}

.faq #style-2::-webkit-scrollbar-thumb {
    background-color:#009688;
}

.faq .collapsed span {
    display: inline-block;
    z-index: 99999;
    float: right;
}

.faq .pa_italic i, .collapsed span {
    font-size: 16px;
    color: #FFF;
}

.faq .collapsed i {
    display: none;
}

.faq .collapsed span {
    display: inline-block;
}
.faq .pa_italic label {
    font-size:.7em;
    color:#212121;
    padding-left: 3.5em;
    cursor: pointer;
}

.faq .pa_italic span.glyphicon {
    float: right;
}
.faq .panel_text {
    color: #5B5B5B;
    line-height: 25px;
    font-size:14px;
    font-family: Verdana, Arial, Helvetica, sans-serif, "Microsoft JhengHei";
}
.faq-grid-1{ margin-bottom:1.5em}
.faq-grid-1 .panel-default>.panel-heading {
    background-color: #F44336;
}

.faq-grid-2 .panel-default>.panel-heading {
    background-color: #009688;
}

.faq-grid-3 .panel-default>.panel-heading {
    background-color: #607D8B;
}
.faq-grid-4 .panel-default>.panel-heading {
    background-color: #e3cb6d;
}

/*-- //FAQs --*/



/*-- Testimonial --*/

.testimonial {
    background-color:#FFFFFF;
    background: url("../img/message_bg.jpg") 50% 0 fixed !important;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}
.testimonial h3 {
	margin-bottom: 50px;
	text-align: center;
	font-family: "Microsoft JhengHei";
	font-size: 40px;
	color:#000;
}
.testimonial p {
    color:#000;
    font-size: 20px;
    font-family: Verdana, Arial, Helvetica, sans-serif, "Microsoft JhengHei";
    text-align: center;
    line-height: 40px;
    font-weight: 300;
}
.testimonial p span {
    color: #FF367A;
    font-weight: 700;
    margin-left: 10px;
}

/*-- //Testimonial --*/



/*-- Team --*/
.team {
    background: url("../img/scenic_bg.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}
.team h3 {
    margin-bottom: 50px;
    text-align: center;
    font-size: 40px;
    color:#fff;
}

.view {
    border: 1px solid #fff;
    overflow: hidden;
    position: relative;
    text-align: center;
    -webkit-box-shadow: 1px 1px 2px #fff;
    -moz-box-shadow: 1px 1px 2px #fff;
    box-shadow: 1px 1px 2px #fff;
    cursor: default;
}

.view .mask,.view .content {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
}

.view img {
    display: block;
    position: relative;
    background-color:#FFFFFF;
}

.view h4 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 20px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.8);
    margin: 10px 0 0 0;
}

.view p {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 13px;
    line-height:16pt;
    padding: 10px;
}

.view .social {
    position: relative;
    text-align: center;
    margin: 50px auto 0;
}

.view-first img {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.view-first .mask {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.66);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.view-first h4 {
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.view-first .social {
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -o-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.view-first a:hover img,
.view-first a:focus img {
    -webkit-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
}

.view-first a:hover .mask, .view-first a:focus .mask {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

.view-first a:hover h4, .view-first a:hover .social,
.view-first a:focus h4, .view-first a:focus .social {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.view-first a:hover .social,
.view-first a:focus .social {
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    -ms-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

/*-- Team-Social-Icons --*/

.social {
    text-align: center;
}

ul.social-icons li {
    display: inline-block;
}
ul.social-icons li a {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: url("../images/img-sprite.png") no-repeat 0px 0px;
}
ul.social-icons li a.facebook {
    background-position: 0px 0px;
}

ul.social-icons li a.facebook:hover {
    background-position: 0px -50px;
}

ul.social-icons li a.twitter {
    background-position: -50px 0px;
}

ul.social-icons li a.twitter:hover {
    background-position: -50px -50px;
}

ul.social-icons li a.googleplus {
    background-position: -100px 0px;
}

ul.social-icons li a.googleplus:hover {
    background-position: -100px -50px;
}

ul.social-icons li a.instagram {
    background-position: -150px 0px;
}

ul.social-icons li a.instagram:hover {
    background-position: -150px -50px;
}

/*-- //Team-Social-Icons --*/

/*-- //Team --*/



/*-- Contact --*/

.contact {
    background: url("../img/location_bg.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.contact-info {
    text-align: center;
    color: #EEE;
}

.contact-info img {
    width: 100px;
}
.contact-info h4 {
    font-size: 28px;
    margin: 40px 0;
    color:#FFFFCC:
}
.contact h4 {
    font-size: 28px;
    margin: 40px 0;
    color: #FFFFCC;
}
.contact h3{
    margin-bottom: 50px;
    text-align: center;
    font-family: Verdana, Arial, Helvetica, sans-serif, "Microsoft JhengHei";
    font-size: 40px;
    color:#fff;
}
.contact p {
    text-align: center;
    font-family: Verdana, Arial, Helvetica, sans-serif, "Microsoft JhengHei";
    font-size: 14px;
    color:#fff;
    line-height: 40px;
}

.comms {
    width: 70%;
    margin: 30px auto 0;
}

.email, .phone {
    width: 50%;
    float: right;
}

.comms p {
    line-height: 0;
    font-size: 16px;
}

.comms p .glyphicon {
    margin-right: 8px;
    color: #009688;
}

.comms a {
    color: #EEE;
}

.comms a:hover {
    color: #009688;
}

/*-- //Contact --*/



/*-- Map --*/

.map {
    padding-top: 50px;
}

.map iframe {
    width: 100%;
    height: 400px;
    border: 5px solid #FAFAFA;
}

.map-hover {
    position: relative;
}

.map-hover-1 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: rgba(0, 0, 0, 0.46);
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.map-hover-1:hover {
    background-color: transparent;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

/*-- //Map --*/


/*-- Footer --*/

.footer{
    padding: 10px 0;
    background: #ffffff;
    color: #777;
    font-size: 13px;
}

/*-- //Footer-Links --*/

.footer-nav {
    text-align: center;
    margin-top:20px;
}

.footer-nav ul li {
    display: inline-block;
    padding: 0 25px;
    border-right: solid 1px #939090;
    border-right-style: dashed;
}
.footer-nav ul li img{
	padding-left:2px;
}
.footer-nav ul li a {
    color: #000;
    font-size:14px;
    font-family: Verdana, Arial, Helvetica, sans-serif, "Microsoft JhengHei";
}
.footer-nav ul li a:hover{
    color: #006db8;
    font-size:14px;
    font-family: Verdana, Arial, Helvetica, sans-serif, "Microsoft JhengHei";
}

/*-- //Footer-line --*/
.footer-line {
    margin:20px 0;
	margin-left:300px;
	
}
.footer-line img{
	width:130px;
	height:130px;
}
/*-- //Footer-line --*/

/*-- //Footer-villa --*/
.footer-villa {
    margin:20px 0;
	margin-left:-210px;
}
.footer-villa img{
	width:130px;
	height:130px;
}
/*-- //Footer-villa --*/

/*-- //Footer-wechat --*/
.footer-wechat {
    margin:20px 0;
	margin-left:-200px;
}
.footer-wechat img{
	width:130px;
	height:130px;
}
/*-- //Footer-wechat --*/

/*-- Footer-Email --*/

.mail {
    text-align: center;
    font-size:14px;
    font-family: Verdana, Arial, Helvetica, sans-serif, "Microsoft JhengHei";
    line-height:20pt;
    color:#000;
    margin-top:20px;
    
}

.mail input[type="text"] {
    padding: 5px;
    border: none;
    outline: none;
    color: #333;
    width: 40%;
}

.mail input[type="submit"] {
    padding: 5px 13px;
    border: none;
    outline: none;
    color: #333;
}

.mail input[type="submit"]:hover {
    color: #FFF;
    background-color: #009688;
}

.footer-nav ul li:nth-child(5) {
    border-right: none;
}
/*-- //Footer-Email --*/



/*-- Footer-Social-Icons --*/

.footer .social {
    text-align: center;
    margin-top: 5px;
}

.footer ul.social-icons li {
    display: inline-block;
}

.footer ul.social-icons li a {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: url("../images/img-sprite.png") no-repeat 0px 0px;
}
.footer ul.social-icons li a.facebook {
    background-position: 0px 0px;
}

.footer ul.social-icons li a.facebook:hover {
    background-position: 0px -50px;
}

.footer ul.social-icons li a.twitter {
    background-position: -50px 0px;
}

.footer ul.social-icons li a.twitter:hover {
    background-position: -50px -50px;
}

.footer ul.social-icons li a.googleplus {
    background-position: -100px 0px;
}

.footer ul.social-icons li a.googleplus:hover {
    background-position: -100px -50px;
}

.footer ul.social-icons li a.instagram {
    background-position: -150px 0px;
}

.footer ul.social-icons li a.instagram:hover {
    background-position: -150px -50px;
}

/*-- //Footer-Social-Icons --*/



/*-- Copyright --*/

.copyright {
    text-align: center;
    padding-top: 20px;
    margin-top: 5px;
}

.copyright p {
    text-align: center;
    font-size:14px;
    font-family: Verdana, Arial, Helvetica, sans-serif, "Microsoft JhengHei";
    line-height:16pt;
    color:#999999;
}

.copyright p a {
    margin-left: 2px;
    color: #999999;
    font-family: Verdana, Arial, Helvetica, sans-serif, "Microsoft JhengHei";
    font-weight: 500;
}

.copyright p a:hover{
    color: #006db8;
}

/*-- //Copyright --*/

/*-- //Footer --*/



/*-- Go-To-Top-Button --*/
#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 10px;
    right: 15px;
    overflow: hidden;
    width: 40px;
    height: 40px;
    border: none;
    text-indent: 100%;
    background: url("../images/to-top.png") no-repeat 0px 0px;
}
/*-- //Go-To-Top-Button --*/



/*-- //Index-Page-Styling --*/










/*-- Responsive-Code --*/



@media screen and (max-width:1366px) {
    figure.effect-dexter figcaption {
        padding: 3.5em 1em;
    }
    .social-two {
        bottom: 30px;
    }
    figure p {
        font-size: 70px;
    }
}

@media screen and (max-width:1280px) {
    .plans {
        min-height: 550px;
    }
}

@media screen and (max-width:1024px) {
	.navbar-default .navbar-brand {
		width:90%;
		padding:30px 0 0 15px;
	}
    .navbar-collapse {
        padding: -30px 10px 0 0;
    }
    .navbar-default .navbar-nav>li>a {
        color: #fff;
        padding:0px 20px;
        font-family: Verdana, Arial, Helvetica, sans-serif, "Microsoft JhengHei";
        font-size: 14px;
        font-weight: 300;
    }
    .about h3, .faq h3, .team h3, .plans h3 .contact h3, .faq2 h3{
        margin-bottom: 50px;
        text-align: center;
        font-family: inherit;
        font-size: 30px;
        font-weight: 600;
        color:#fff;
        font-family: Verdana, Arial, Helvetica, sans-serif, "Microsoft JhengHei";
    }
    .services h3, gallery h3{
        margin-bottom: 50px;
        text-align: center;
        font-family: inherit;
        font-size: 30px;
        font-weight: 600;
        color:#000;
        font-family: Verdana, Arial, Helvetica, sans-serif, "Microsoft JhengHei";
    }
    .about h2 {
        font-size: 22px;
        line-height: 20pt;
        text-align: center;
        color:#ffffcc;
        font-family: Verdana, Arial, Helvetica, sans-serif, "Microsoft JhengHei";
    }
    figure h4 {
        word-spacing: -0.15em;
        font-size: 22px;
        font-family: Verdana, Arial, Helvetica, sans-serif, "Microsoft JhengHei";
        font-weight: 100;
    }
    figure h4 span {
        margin-right: 5px;
        font-weight: 100;
        font-family: Verdana, Arial, Helvetica, sans-serif, "Microsoft JhengHei";
    }
    small, .small {
        font-size: 18px;
        font-family: Verdana, Arial, Helvetica, sans-serif, "Microsoft JhengHei";
    }
    small, .small a hover{
        color:#FFFFFF;
    }
    .mask h4 {
        text-transform: uppercase;
        color: #fff;
        text-align: center;
        position: relative;
        font-size: 16px;
        font-family: Verdana, Arial, Helvetica, sans-serif, "Microsoft JhengHei";
        padding: 10px;
        background: rgba(0, 0, 0, 0.8);
        margin: 0px 0 0 0;
    }

    .team p {
        font-size: 12px;
        font-family: Verdana, Arial, Helvetica, sans-serif, "Microsoft JhengHei";
        line-height: 14pt;
        padding: 6px;
    }
    .contact-info h4{
        font-size: 22px;
        line-height: 20pt;
        text-align: center;
        color:#ffffcc;
        font-family: Verdana, Arial, Helvetica, sans-serif, "Microsoft JhengHei";
    }
    .contact p {
        text-align: center;
        font-family: Verdana, Arial, Helvetica, sans-serif, "Microsoft JhengHei";
        font-size: 14px;
        color:#fff;
        line-height: 40px;
    }
    .slider .caption p {
        margin-top: 20px;
    }
    .about, .services, .gallery, .plans, .faq, .testimonial, .team, .contact {
        padding: 50px 0;
    }
    .about h1, .services h2, .gallery h3, .plans h3, .faq h3, .testimonial h3, .team h3, .contact h3, .map h3 {
        margin-bottom: 30px;
    }
    .about p, .faq p {
        font-size: 15px;
        line-height: 22pt;
        padding: 0;
    }
	.about p2{
		font-size: 15px;
		line-height: 30px;
		text-align: left;
		padding: 0 20px;
		color: #fff;
		font-family: Verdana, Arial, Helvetica, sans-serif, "Microsoft JhengHei";
	}
    .plans {
        min-height: 420px;
    }
    .plans-info {
        width: 95%;
    }
    figure.effect-dexter figcaption {
        padding: 2.6em 0;
    }
    figure.effect-dexter figcaption::after {
        right: 10px;
        left: 10px;
    }
    figure p {
        font-size: 50px;
    }
    .testimonial p {
        font-size: 16px;
        line-height: 35px;
    }
    .view .social {
        margin: 30px auto 0;
    }
    .footer .container {
        width: 100%;
        padding: 0;
    }
    .footer-nav {
        width: 100%;
        float:inherit;
        top:10px;
    }
    .mail {
        width: 100%;
        float: left;
        top:20px;
    }
	/*-- //Footer-line --*/
	.footer-line {
		margin:40px;
		margin-left:270px;
		
	}
	.footer-line img{
		width:130px;
		height:130px;
	}
	/*-- //Footer-line --*/
	
	/*-- //Footer-villa --*/
	.footer-villa {
		margin:40px;
		margin-left:-210px;
	}
	.footer-villa img{
		width:130px;
		height:130px;
	}
	/*-- //Footer-villa --*/
	
	/*-- //Footer-wechat --*/
	.footer-wechat {
		margin:40px;
		margin-left:-200px;
	}
	.footer-wechat img{
		width:130px;
		height:130px;
	}
	/*-- //Footer-wechat --*/
	.gallerylist-wrapper {  
		overflow:hidden;
		position: relative !important;
		cursor:pointer;
		width: 30%;
		margin-left:315px;    /*小圖位置*/
		float: left;
		margin-bottom:80px; /*小島藝廊高度*/
	}
	.feed-contact h2 span{
		font-size:16px;
		font-family: Verdana, Arial, Helvetica, sans-serif, "Microsoft JhengHei";
		line-height:20pt;
		text-align:center;
		color:#FFFFFF;
		margin-left:-310px;
	}
}

@media screen and (max-width:991px) {
    .about p, .faq p, .team p {
        font-size: 14px;
    }
	.about p2{
		font-size: 14px;
		line-height: 30px;
		text-align: left;
		padding: 0 20px;
		color: #fff;
		font-family: Verdana, Arial, Helvetica, sans-serif, "Microsoft JhengHei";
	}
    .about-grid {
        width: 50%;
        float: left;
    }
    .panel-title {
        font-size: 15px;
    }
    .service {
        width: 50%;
        float: left;
    }
    .service-1, .service-2 {
        margin-bottom: 40px;
    }
    .plans {
        min-height: 375px;
    }
    .view .social {
        margin: 10px auto 0;
    }
}

@media screen and (max-width:966px) {
    .services-info h4 {
        margin: 30px 0 20px;
    }
    figure.effect-dexter figcaption {
        padding: 2.5em 0;
    }
    figure h4 {
        font-size: 30px;
    }
    figure p {
        font-size: 45px;
    }
    .testimonial p {
        font-size: 14px;
    }
}

@media screen and (max-width:900px) {
    .slider .caption {
        padding: 220px 0;
    }
    .slider .caption h3 {
        font-size: 55px;
    }
    .faq-grid {
        padding: 5px;
    }
    figure h4 {
        font-size: 22px;
        line-height: 29px;
    }
    figure p {
        font-size: 21px;
        line-height: 48px;
    }
}

@media screen and (max-width:853px) {
    .navbar-default .navbar-brand {
        font-size: 40px;
    }
    .navbar-default .navbar-nav>li>a {
        font-size: 14px;
    }
    .slider .caption {
        padding: 200px 0;
    }
    .slider .caption h3 {
        font-size: 50px;
    }
    .gallery-item {
        width: 33.3%;
        float: left;
    }
    figure.effect-dexter figcaption {
        padding: 2.3em 0;
    }
    figure p {
        font-size: 40px;
    }
    figure.effect-dexter figcaption::after {
        height: calc(50% - 30px);
    }
    .view {
        width: 50%;
        float: left;
    }
    .view .social {
        margin: 45px auto 0;
    }
    .footer-nav {
        width: 65%;
    }
    .mail {
        width: 35%;
    }
    .mail input[type="text"] {
        width: 60%;
    }
    .footer .social {
        width: 45%;
    }
    .copyright {
        width: 55%;
    }
}

@media screen and (max-width:800px) {
    .navbar-default .navbar-nav>li>a {
        color: #fff;
        padding:5px 15px;
        margin-left:-16px;
        font-family: Verdana, Arial, Helvetica, sans-serif, "Microsoft JhengHei";
        font-size: 13px;
    }
    .navbar-brand img{
        width:80%;
		padding-top:18px;
		padding-right:60px;
    }
    .about h3, .faq h3, .team h3, .plans h3 .contact h3, .faq2 h3{
        margin-bottom: 50px;
        text-align: center;
        font-family: inherit;
        font-size: 28px;
        font-weight: 600;
        color:#fff;
        font-family: Verdana, Arial, Helvetica, sans-serif, "Microsoft JhengHei";
    }
    .services h3, gallery h3{
        margin-bottom: 50px;
        text-align: center;
        font-family: inherit;
        font-size: 28px;
        font-weight: 600;
        color:#000;
        font-family: Verdana, Arial, Helvetica, sans-serif, "Microsoft JhengHei";
    }
    .about h2 {
        font-size: 22px;
        line-height: 20pt;
        text-align: center;
        color:#ffffcc;
        font-family: Verdana, Arial, Helvetica, sans-serif, "Microsoft JhengHei";
    }
    figure h4 span {
        font-size:24px;
        text-align:center;
        font-family: Verdana, Arial, Helvetica, sans-serif, "Microsoft JhengHei";
    }
    small, .small {
        font-size: 18px;
        font-family: Verdana, Arial, Helvetica, sans-serif, "Microsoft JhengHei";
    }
    small, .small a hover{
        color:#FFFFFF;
    }
    .mask h4 {
        text-transform: uppercase;
        color: #fff;
        text-align: center;
        position: relative;
        font-size: 24px;
        font-family: Verdana, Arial, Helvetica, sans-serif, "Microsoft JhengHei";
        padding: 10px;
        background: rgba(0, 0, 0, 0.8);
        margin: 20px 0 0 0;
    }

    .team p {
        font-size: 14px;
        font-family: Verdana, Arial, Helvetica, sans-serif, "Microsoft JhengHei";
        line-height: 16pt;
        margin: 20px 0 0 0;
    }
    .contact-info h4{
        font-size: 22px;
        line-height: 20pt;
        text-align: center;
        color:#ffffcc;
        font-family: Verdana, Arial, Helvetica, sans-serif, "Microsoft JhengHei";
    }
    .contact p {
        text-align: center;
        font-family: Verdana, Arial, Helvetica, sans-serif, "Microsoft JhengHei";
        font-size: 14px;
        color:#fff;
        line-height: 40px;
    }
    .footer-nav {
        width: 100%;
        float: center;
        top:-10px;
        padding: 0 10px;
    }
    .mail {
        width: 100%;
        float: center;
        top:-20px;
        font-size:13px;
    }
	/*-- //Footer-line --*/
	.footer-line {
		margin:-5px 0;
		margin-left:140px;
		
	}
	.footer-line img{
		width:130px;
		height:130px;
	}
	/*-- //Footer-line --*/
	
	/*-- //Footer-villa --*/
	.footer-villa {
		margin:-5px 0;
		margin-left:-90px;
	}
	.footer-villa img{
		width:130px;
		height:130px;
	}
	/*-- //Footer-villa --*/
	
	/*-- //Footer-wechat --*/
	.footer-wechat {
		margin:-5px 0;
		margin-left:-90px;
	}
	.footer-wechat img{
		width:130px;
		height:130px;
	}
	/*-- //Footer-wechat --*/
    .gallery2 h3 {
        margin-top:120px;
        margin-bottom:10px;
        text-align: center;
        font-size: 28px;
        font-weight: 600;
        color:#fff;
        font-family: Verdana, Arial, Helvetica, sans-serif, "Microsoft JhengHei";
    }
    .gallery2 h2 {
        text-align: center;
        font-size: 20px;
        margin-bottom:10px;
        color:#ffffcc;
        font-family: Verdana, Arial, Helvetica, sans-serif, "Microsoft JhengHei";
    }
    .feed-contact h4{
        font-size:18px;
        line-height:30pt;
        text-align:center;
        color:#FFFFCC;
        font-family: Verdana, Arial, Helvetica, sans-serif, "Microsoft JhengHei";
    
    }
    .feed-contact p{
        font-size:14px;
        font-family: Verdana, Arial, Helvetica, sans-serif, "Microsoft JhengHei";
        line-height:20pt;
        text-align:center;
        color:#FFFFFF;
    }
    .slider .caption p {
        font-size: 18px;
    }
    .plans {
        min-height: 700px;
    }
    .plans-info {
        width: 85%;
    }
    .plans-grid {
        width: 50%;
        float: left;
    }
    .plans-grid-4 {
        width: 65%;
        margin: 30px 0 0 15%;
    }
    figure.effect-dexter figcaption {
        padding: 3em 0;
    }
    .social-two {
        bottom: 40px;
    }
    .plans-grid-3 figure h4 {
        font-size: 40px;
    }
    .plans-grid-3 figure.effect-dexter figcaption {
        padding: 3.7em 0;
    }
    .plans-grid-3 .social-two {
        bottom: 50px;
    }
    .plans-grid-3 figure p {
        font-size: 50px;
    }
    .footer-nav ul li {
        padding: 0 23px;
    }
	.gallerylist-wrapper {  
		overflow:hidden;
		position: relative !important;
		cursor:pointer;
		width: 30%;
		margin-left:240px;    /*小圖位置*/
		float: left;
		margin-bottom:80px; /*小島藝廊高度*/
	}
}

@media screen and (max-width:768px) {
    .navbar-default .navbar-nav>li>a {
        color: #fff;
        padding:5px 15px;
        margin-left:-16px;
        font-family: Verdana, Arial, Helvetica, sans-serif, "Microsoft JhengHei";
        font-size: 13px;
    }
    .about h3, .faq h3, .team h3, .plans h3 .contact h3, .faq2 h3{
        margin-bottom: 50px;
        text-align: center;
        font-family: inherit;
        font-size: 28px;
        font-weight: 600;
        color:#fff;
        font-family: Verdana, Arial, Helvetica, sans-serif, "Microsoft JhengHei";
    }
    .services h3, gallery h3{
        margin-bottom: 50px;
        text-align: center;
        font-family: inherit;
        font-size: 28px;
        font-weight: 600;
        color:#000;
        font-family: Verdana, Arial, Helvetica, sans-serif, "Microsoft JhengHei";
    }
    .about h2 {
        font-size: 22px;
        line-height: 20pt;
        text-align: center;
        color:#ffffcc;
        font-family: Verdana, Arial, Helvetica, sans-serif, "Microsoft JhengHei";
    }
    figure h4 {
        word-spacing: -0.15em;
        font-size: 22px;
        font-family: Verdana, Arial, Helvetica, sans-serif, "Microsoft JhengHei";
        font-weight: 100;
    }
    figure h4 span {
        margin-right: 5px;
        font-weight: 100;
        font-size:22px;
        font-family: Verdana, Arial, Helvetica, sans-serif, "Microsoft JhengHei";
    }
    small, .small {
        font-size: 18px;
        font-family: Verdana, Arial, Helvetica, sans-serif, "Microsoft JhengHei";
    }
    small, .small a hover{
        color:#FFFFFF;
    }
    .mask h4 {
        text-transform: uppercase;
        color: #fff;
        text-align: center;
        position: relative;
        font-size: 24px;
        font-family: Verdana, Arial, Helvetica, sans-serif, "Microsoft JhengHei";
        padding: 10px;
        background: rgba(0, 0, 0, 0.8);
        margin: 20px 0 0 0;
    }

    .team p {
        font-size: 14px;
        font-family: Verdana, Arial, Helvetica, sans-serif, "Microsoft JhengHei";
        line-height: 16pt;
        margin: 20px 0 0 0;
    }
    .contact-info h4{
        font-size: 22px;
        line-height: 20pt;
        text-align: center;
        color:#ffffcc;
        font-family: Verdana, Arial, Helvetica, sans-serif, "Microsoft JhengHei";
    }
    .contact p {
        text-align: center;
        font-family: Verdana, Arial, Helvetica, sans-serif, "Microsoft JhengHei";
        font-size: 14px;
        color:#fff;
        line-height: 40px;
    }
    .slider .caption {
        padding: 175px 0;
    }
    .about p, .faq p, .team p {
        padding: 0 10px;
    }
	.about p2{
		font-size: 14px;
		line-height: 30px;
		text-align: left;
		padding: 0 20px;
		color: #fff;
		font-family: Verdana, Arial, Helvetica, sans-serif, "Microsoft JhengHei";
	}
    figure.effect-dexter figcaption {
        padding: 2.8em 0;
    }
    .social-two {
        bottom: 38px;
    }
    .testimonial p {
        padding: 0 20px;
    }
    .plans-grid-3 figure.effect-dexter figcaption {
        padding: 3.5em 0;
    }
    .plans-grid-3 .social-two {
        bottom: 45px;
    }
    .plans {
        min-height: 675px;
    }
    .footer-nav {
        width: 100%;
        float: center;
        top:-10px;
        padding: 0 10px;
    }
    .mail {
        width: 100%;
        float: center;
        top:-10px;
        font-size:13px;
    }
	/*-- //Footer-line --*/
	.footer-line {
		margin:10px 0;
		margin-left:140px;
		
	}
	.footer-line img{
		width:130px;
		height:130px;
	}
	/*-- //Footer-line --*/
	
	/*-- //Footer-villa --*/
	.footer-villa {
		margin:10px 0;
		margin-left:-90px;
	}
	.footer-villa img{
		width:130px;
		height:130px;
	}
	/*-- //Footer-villa --*/
	
	/*-- //Footer-wechat --*/
	.footer-wechat {
		margin:10px 0;
		margin-left:-90px;
	}
	.footer-wechat img{
		width:130px;
		height:130px;
	}
	/*-- //Footer-wechat --*/
	.gallerylist-wrapper {  
		overflow:hidden;
		position: relative !important;
		cursor:pointer;
		width: 30%;
		margin-left:240px;    /*小圖位置*/
		float: left;
		margin-bottom:80px; /*小島藝廊高度*/
	}
	.feed-contact h2 span{
		font-size:16px;
		font-family: Verdana, Arial, Helvetica, sans-serif, "Microsoft JhengHei";
		line-height:20pt;
		text-align:center;
		color:#FFFFFF;
		margin-left:-5px;
	}
}

@media screen and (max-width:736px) {
    ul.nav.navbar-nav {
        text-align: -webkit-center;
        background-color: #000;
    }
    .hover-effect li {
        display: -webkit-box;
        margin: 10px 0;
        padding: 7px 20px;
        width: 30%;
    }
    .navbar-default .navbar-nav>li>a {
        color: #fff;
        padding: 10px 15px;
        font-family: Verdana, Arial, Helvetica, sans-serif, "Microsoft JhengHei";
        font-size: 15px;
        display: table-row;
    }
    .navbar-brand img{
		width:40%;
        margin-top:-50px;
		margin-left:120px;
    }
    .about h3, .faq h3, .team h3, .plans h3 .contact h3, .faq2 h3{
        margin-bottom: 50px;
        text-align: center;
        font-family: inherit;
        font-size: 26px;
        font-weight: 600;
        color:#fff;
        font-family: Verdana, Arial, Helvetica, sans-serif, "Microsoft JhengHei";
    }
    .services h3, gallery h3{
	    margin-bottom: 50px;
        text-align: center;
        font-family: inherit;
        font-size: 26px;
        font-weight: 600;
        color:#000;
        font-family: Verdana, Arial, Helvetica, sans-serif, "Microsoft JhengHei";
    }
    .about h2 {
        font-size: 20px;
        line-height: 20pt;
        text-align: center;
        color:#ffffcc;
        font-family: Verdana, Arial, Helvetica, sans-serif, "Microsoft JhengHei";
    }
    figure h4 {
        word-spacing: -0.15em;
        font-size: 22px;
        font-family: Verdana, Arial, Helvetica, sans-serif, "Microsoft JhengHei";
        font-weight: 100;
    }
    figure h4 span {
        margin-right: 5px;
        font-weight: 100;
        font-size:22px;
        font-family: Verdana, Arial, Helvetica, sans-serif, "Microsoft JhengHei";
    }
    small, .small {
        font-size: 18px;
        font-family: Verdana, Arial, Helvetica, sans-serif, "Microsoft JhengHei";
    }
    small, .small a hover{
        color:#FFFFFF;
    }
    .mask h4 {
        text-transform: uppercase;
        color: #fff;
        text-align: center;
        position: relative;
        font-size: 24px;
        font-family: Verdana, Arial, Helvetica, sans-serif, "Microsoft JhengHei";
        padding: 10px;
        background: rgba(0, 0, 0, 0.8);
        margin: 20px 0 0 0;
    }

    .team p {
        font-size: 14px;
        font-family: Verdana, Arial, Helvetica, sans-serif, "Microsoft JhengHei";
        line-height: 16pt;
        margin: 10px 0 0 0;
    }
    .contact-info h4{
        font-size: 22px;
        line-height: 20pt;
        text-align: center;
        color:#ffffcc;
        font-family: Verdana, Arial, Helvetica, sans-serif, "Microsoft JhengHei";
    }
    .contact p {
        text-align: center;
        font-family: Verdana, Arial, Helvetica, sans-serif, "Microsoft JhengHei";
        font-size: 14px;
        color:#fff;
        line-height: 40px;
    }
    .footer-nav {
        width: 100%;
        float: center;
        top:-10px;
        padding: 0 10px;
    }
    .mail {
        width: 100%;
        float: center;
        top:-10px;
        font-size:13px;
    }
	/*-- //Footer-line --*/
	.footer-line {
		margin:20px 0;
		margin-left:100px;
	}
	.footer-line img{
		width:130px;
		height:130px;
	}
	/*-- //Footer-line --*/
	
	/*-- //Footer-villa --*/
	.footer-villa {
		margin:-180px 0;
		margin-left:280px;
	}
	.footer-villa img{
		width:130px;
		height:130px;
	}
	/*-- //Footer-villa --*/
	
	/*-- //Footer-wechat --*/
	.footer-wechat {
		margin:20px 0;
		margin-left:470px;
	}
	.footer-wechat img{
		width:130px;
		height:130px;
	}
	/*-- //Footer-wechat --*/
    .faq-grids {
        width: 100%;
        margin: 0 auto;
    }
    .gallery2 h3 {
        margin-top:100px;
        margin-bottom:10px;
        text-align: center;
        font-size: 28px;
        font-weight: 600;
        color:#fff;
        font-family: Verdana, Arial, Helvetica, sans-serif, "Microsoft JhengHei";
    }
    .gallery2 h2 {
        text-align: center;
        font-size: 20px;
        margin-bottom:10px;
        color:#ffffcc;
        font-family: Verdana, Arial, Helvetica, sans-serif, "Microsoft JhengHei";
    }
    .feed-contact h4{
        font-size:18px;
        line-height:30pt;
        text-align:center;
        color:#FFFFCC;
        font-family: Verdana, Arial, Helvetica, sans-serif, "Microsoft JhengHei";
    
    }
    .feed-contact p{
        font-size:14px;
        font-family: Verdana, Arial, Helvetica, sans-serif, "Microsoft JhengHei";
        line-height:20pt;
        text-align:center;
        color:#FFFFFF;
    }
    button.navbar-toggle.collapsed span {
        float: none;
    }
    .navbar-default .navbar-toggle:focus {
        background-color: transparent;
    }
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border: 1px solid #fff;
        border-right: none;
        border-left: none;
        margin-top: 10px;
    }
    .hover-effect ul {
        padding-top: 5px;
    }
    .slider .caption {
        padding: 150px 0;
    }
    p {
        font-size: 13px;
    }
    .about p, .faq p, .team p {
        font-size: 13px;
    }
	.about p2{
		font-size: 13px;
		line-height: 30px;
		text-align: left;
		padding: 0 20px;
		color: #fff;
		font-family: Verdana, Arial, Helvetica, sans-serif, "Microsoft JhengHei";
	}
    .about-grid {
        padding: 2px;
    }
    .scrollbar {
        font-size: 13px;
    }
    .services-icon img {
        width: 50px;
    }
    .services-info h4 {
        margin: 20px 0 10px;
    }
    .services-info p {
        line-height: 25px;
    }
    .plans {
        min-height: 650px;
    }
    figure.effect-dexter figcaption {
        padding: 2.6em 0;
    }
    .social-two {
        bottom: 36px;
    }
    .plans-grid-3 figure.effect-dexter figcaption {
        padding: 3.3em 0;
    }
    .plans-grid-3 .social-two {
        bottom: 43px;
    }
    .testimonial p {
        line-height: 30px;
    }
    .faq-grids {
        width: 100%;
        margin: 0 auto;
    }
    .faq-grid {
        margin-bottom: 30px;
    }
    .faq-grid-3 {
        margin-bottom: 0;
    }
    .faq .scrollbar {
        font-size: 13px;
    }
    .contact-info img {
        width: 60px;
    }
    .contact h4 {
        font-size: 25px;
        margin: 25px 0 15px;
    }
    .contact p {
        line-height: 30px;
        font-size: 13px;
    }
    .comms p {
        font-size: 15px;
    }
    .map iframe {
        height: 250px;
    }
	.feed-contact h2 span{
		font-size:16px;
		font-family: Verdana, Arial, Helvetica, sans-serif, "Microsoft JhengHei";
		line-height:20pt;
		text-align:center;
		color:#FFFFFF;
		margin-left:-5px;
	}
}

@media screen and (max-width:667px) {
    ul.nav.navbar-nav {
        text-align: -webkit-center;
        background-color: #000;
    }
    .hover-effect li {
        display: -webkit-box;
        margin: 10px 0;
        padding: 7px 20px;
        width: 30%;
    }
    .navbar-default .navbar-nav>li>a {
        color: #fff;
        padding: 10px 15px;
        font-family: Verdana, Arial, Helvetica, sans-serif, "Microsoft JhengHei";
        font-size: 15px;
        display: table-row;
    }
    .navbar-brand img{
		width:40%;
        margin-top:-50px;
		margin-left:120px;
    }
    .about h3, .faq h3, .team h3, .plans h3 .contact h3, .faq2 h3{
	    margin-bottom: 50px;
        text-align: center;
        font-family: inherit;
        font-size: 26px;
        font-weight: 600;
        color:#fff;
        font-family: Verdana, Arial, Helvetica, sans-serif, "Microsoft JhengHei";
    }
    .services h3, gallery h3{
		margin-bottom: 50px;
        text-align: center;
        font-family: inherit;
        font-size: 26px;
        font-weight: 600;
        color:#000;
        font-family: Verdana, Arial, Helvetica, sans-serif, "Microsoft JhengHei";
    }
    .about h2 {
        font-size: 20px;
        line-height: 20pt;
        text-align: center;
        color:#ffffcc;
        font-family: Verdana, Arial, Helvetica, sans-serif, "Microsoft JhengHei";
    }
    figure h4 {
        word-spacing: -0.15em;
        font-size: 22px;
        font-family: Verdana, Arial, Helvetica, sans-serif, "Microsoft JhengHei";
        font-weight: 100;
    }
    figure h4 span {
        margin-right: 5px;
        font-weight: 100;
        font-size:22px;
        font-family: Verdana, Arial, Helvetica, sans-serif, "Microsoft JhengHei";
    }
    small, .small {
        font-size: 18px;
        font-family: Verdana, Arial, Helvetica, sans-serif, "Microsoft JhengHei";
    }
    small, .small a hover{
        color:#FFFFFF;
    }
    .mask h4 {
        text-transform: uppercase;
        color: #fff;
        text-align: center;
        position: relative;
        font-size: 24px;
        font-family: Verdana, Arial, Helvetica, sans-serif, "Microsoft JhengHei";
        padding: 10px;
        background: rgba(0, 0, 0, 0.8);
        margin: 20px 0 0 0;
    }

    .team p {
        font-size: 14px;
        font-family: Verdana, Arial, Helvetica, sans-serif, "Microsoft JhengHei";
        line-height: 16pt;
        margin: 10px 0 0 0;
    }
    .contact-info h4{
        font-size: 20px;
        line-height: 20pt;
        text-align: center;
        color:#ffffcc;
        font-family: Verdana, Arial, Helvetica, sans-serif, "Microsoft JhengHei";
    }
    .contact p {
        text-align: center;
        font-family: Verdana, Arial, Helvetica, sans-serif, "Microsoft JhengHei";
        font-size: 14px;
        color:#fff;
        line-height: 40px;
    }
    .footer {
        padding: 10px 0;
        background: #ffffff;
        color: #777;
        font-size: 13px;
    }
    .footer-nav {
        width: 100%;
        margin-top:20px;
    }
    .mail {
        width: 100%;
        margin-top:10px;
    }
    .mail input[type="text"] {
        width: 40%;
    }
	/*-- //Footer-line --*/
	.footer-line {
		margin:20px 0;
		margin-left:100px;
	}
	.footer-line img{
		width:130px;
		height:130px;
	}
	/*-- //Footer-line --*/
	
	/*-- //Footer-villa --*/
	.footer-villa {
		margin:-180px 0;
		margin-left:260px;
	}
	.footer-villa img{
		width:130px;
		height:130px;
	}
	/*-- //Footer-villa --*/
	
	/*-- //Footer-wechat --*/
	.footer-wechat {
		margin:20px 0;
		margin-left:420px;
	}
	.footer-wechat img{
		width:130px;
		height:130px;
	}
	/*-- //Footer-wechat --*/
    .faq-grids {
        width: 100%;
        margin: 0 auto;
    }
    .gallery2 h3 {
        margin-top:100px;
        margin-bottom:10px;
        text-align: center;
        font-size: 28px;
        font-weight: 600;
        color:#fff;
        font-family: Verdana, Arial, Helvetica, sans-serif, "Microsoft JhengHei";
    }
    .gallery2 h2 {
        text-align: center;
        font-size: 20px;
        margin-bottom:10px;
        color:#ffffcc;
        font-family: Verdana, Arial, Helvetica, sans-serif, "Microsoft JhengHei";
    }
    .feed-contact h4{
        font-size:18px;
        line-height:30pt;
        text-align:center;
        color:#FFFFCC;
        font-family: Verdana, Arial, Helvetica, sans-serif, "Microsoft JhengHei";
    
    }
    .feed-contact p{
        font-size:14px;
        font-family: Verdana, Arial, Helvetica, sans-serif, "Microsoft JhengHei";
        line-height:20pt;
        text-align:center;
        color:#FFFFFF;
    }
    .about p, .faq p, .team p {
        padding: 0;
    }
	.about p2{
		font-size: 14px;
		line-height: 30px;
		text-align: left;
		padding: 0 20px;
		color: #fff;
		font-family: Verdana, Arial, Helvetica, sans-serif, "Microsoft JhengHei";
	}
    .plans-grid-3 figure h4 {
        font-size: 30px;
    }
    .plans-grid-3 figure p {
        font-size: 31px;
        line-height: 56px;
    }
    .gallery-item {
        width: 50%;
        float: left;
    }
    figure p {
        font-size: 33px;
        line-height: 40px;
    }
    .comms {
        width: 80%;
        margin: 20px auto 0;
    }
	.gallerylist-wrapper {  
		overflow:hidden;
		position: relative !important;
		cursor:pointer;
		width: 30%;
		margin-left:215px;    /*小圖位置*/
		float: left;
	}
	.feed-contact h2 span{
		font-size:16px;
		font-family: Verdana, Arial, Helvetica, sans-serif, "Microsoft JhengHei";
		line-height:20pt;
		text-align:center;
		color:#FFFFFF;
		margin-left:-2px;
	}
}

@media screen and (max-width:640px) {
    ul.nav.navbar-nav {
        text-align: -webkit-center;
        background-color: #000;
    }
    .hover-effect li {
        display: -webkit-box;
        margin: 10px 0;
        padding: 7px 20px;
        width: 30%;
    }
    .navbar-default .navbar-nav>li>a {
        color: #fff;
        padding: 10px 15px;
        font-family: Verdana, Arial, Helvetica, sans-serif, "Microsoft JhengHei";
        font-size: 15px;
        display: table-row;
    }
    .navbar-brand img{
		width:40%;
        margin-top:-50px;
		margin-left:120px;
    }
    .about h3, .faq h3, .team h3, .plans h3 .contact h3, .faq2 h3{
	    margin-bottom: 50px;
        text-align: center;
        font-family: inherit;
        font-size: 26px;
        font-weight: 600;
        color:#fff;
        font-family: Verdana, Arial, Helvetica, sans-serif, "Microsoft JhengHei";
    }
    .services h3, gallery h3{
	    margin-bottom: 50px;
        text-align: center;
        font-family: inherit;
        font-size: 26px;
        font-weight: 600;
        color:#000;
        font-family: Verdana, Arial, Helvetica, sans-serif, "Microsoft JhengHei";
    }
    .about h2 {
        font-size: 20px;
        line-height: 20pt;
        text-align: center;
        color:#ffffcc;
        font-family: Verdana, Arial, Helvetica, sans-serif, "Microsoft JhengHei";
    }
    figure h4 {
        word-spacing: -0.15em;
        font-size: 22px;
        font-family: Verdana, Arial, Helvetica, sans-serif, "Microsoft JhengHei";
        font-weight: 100;
    }
    figure h4 span {
        margin-right: 5px;
        font-weight: 100;
        font-size:22px;
        font-family: Verdana, Arial, Helvetica, sans-serif, "Microsoft JhengHei";
    }
    small, .small {
        font-size: 18px;
        font-family: Verdana, Arial, Helvetica, sans-serif, "Microsoft JhengHei";
    }
    small, .small a hover{
        color:#FFFFFF;
    }
    .mask h4 {
        text-transform: uppercase;
        color: #fff;
        text-align: center;
        position: relative;
        font-size: 24px;
        font-family: Verdana, Arial, Helvetica, sans-serif, "Microsoft JhengHei";
        padding: 10px;
        background: rgba(0, 0, 0, 0.8);
        margin: 20px 0 0 0;
    }

    .team p {
        font-size: 14px;
        font-family: Verdana, Arial, Helvetica, sans-serif, "Microsoft JhengHei";
        line-height: 16pt;
        margin: 10px 0 0 0;
    }
    .contact-info h4{
        font-size: 20px;
        line-height: 20pt;
        text-align: center;
        color:#ffffcc;
        font-family: Verdana, Arial, Helvetica, sans-serif, "Microsoft JhengHei";
    }
    .contact p {
        text-align: center;
        font-family: Verdana, Arial, Helvetica, sans-serif, "Microsoft JhengHei";
        font-size: 14px;
        color:#fff;
        line-height: 40px;
    }
    .footer {
        padding: 10px 0;
        background: #ffffff;
        color: #777;
        font-size: 13px;
    }
    .footer-nav {
        width: 100%;
        margin-top:20px;
    }
    .mail {
        width: 100%;
        margin-top:5px;
    }
    .mail input[type="text"] {
        width: 40%;
    }
	/*-- //Footer-line --*/
	.footer-line {
		margin:20px 0;
		margin-left:80px;
	}
	.footer-line img{
		width:130px;
		height:130px;
	}
	/*-- //Footer-line --*/
	
	/*-- //Footer-villa --*/
	.footer-villa {
		margin:-180px 0;
		margin-left:250px;
	}
	.footer-villa img{
		width:130px;
		height:130px;
	}
	/*-- //Footer-villa --*/
	
	/*-- //Footer-wechat --*/
	.footer-wechat {
		margin:20px 0;
		margin-left:410px;
	}
	.footer-wechat img{
		width:130px;
		height:130px;
	}
	/*-- //Footer-wechat --*/
    .faq-grids {
        width: 100%;
        margin: 0 auto;
    }
    .gallery2 h3 {
        margin-top:100px;
        margin-bottom:10px;
        text-align: center;
        font-size: 28px;
        font-weight: 600;
        color:#fff;
        font-family: Verdana, Arial, Helvetica, sans-serif, "Microsoft JhengHei";
    }
    .gallery2 h2 {
        text-align: center;
        font-size: 20px;
        margin-bottom:10px;
        color:#ffffcc;
        font-family: Verdana, Arial, Helvetica, sans-serif, "Microsoft JhengHei";
    }
    .feed-contact h4{
        font-size:18px;
        line-height:30pt;
        text-align:center;
        color:#FFFFCC;
        font-family: Verdana, Arial, Helvetica, sans-serif, "Microsoft JhengHei";
    
    }
    .feed-contact p{
        font-size:14px;
        font-family: Verdana, Arial, Helvetica, sans-serif, "Microsoft JhengHei";
        line-height:20pt;
        text-align:center;
        color:#FFFFFF;
    }
    .about p, .faq p, .team p {
        padding: 0;
    }
	.about p2{
		font-size: 14px;
		line-height: 30px;
		text-align: left;
		padding: 0 20px;
		color: #fff;
		font-family: Verdana, Arial, Helvetica, sans-serif, "Microsoft JhengHei";
	}
    .plans-grid-3 figure h4 {
        font-size: 30px;
    }
    .plans-grid-3 figure p {
        font-size: 31px;
        line-height: 56px;
    }
    .gallery-item {
        width: 50%;
        float: left;
    }
    figure p {
        font-size: 33px;
        line-height: 40px;
    }
    .comms {
        width: 80%;
        margin: 20px auto 0;
    }
}

@media screen and (max-width:568px) {
    .mask h4 {
        text-transform: uppercase;
        color: #fff;
        text-align: center;
        position: relative;
        font-size: 22px;
        font-family: Verdana, Arial, Helvetica, sans-serif, "Microsoft JhengHei";
        padding: 10px;
        background: rgba(0, 0, 0, 0.8);
        margin: 6px 0 0 0;
    }

    .team p {
        font-size: 12px;
        font-family: Verdana, Arial, Helvetica, sans-serif, "Microsoft JhengHei";
        line-height: 15pt;
        margin: 5px 0 0 0;
    }
    .slider .caption {
        padding: 115px 0;
    }
    .about-grid {
        width: 100%;
        margin-bottom: 30px;
    }
    .gallery-item {
        width: 50%;
    }
    .plans {
        min-height: 1500px;
    }
    .plans-grid, .plans-grid-3 {
        width: 100%;
        float: center;
        margin-bottom: 30px;
    }
    .plans-grid-3 {
        margin: 0 0 0 12%;
    }
    figure.effect-dexter figcaption, .plans-grid-3 figure.effect-dexter figcaption {
        padding: 3.3em 0;
    }
    .social-two {
        bottom: 40px;
    }
    .comms {
        width: 90%;
    }
    figure h4 span {
        margin-right: 5px;
        font-weight: 100;
        font-size:28px;
        font-family: Verdana, Arial, Helvetica, sans-serif, "Microsoft JhengHei";
    }
    small, .small {
        font-size: 24px;
        font-family: Verdana, Arial, Helvetica, sans-serif, "Microsoft JhengHei";
    }
    small, .small a hover{
        color:#FFFFFF;
    }
    .footer {
        padding: 10px 0;
        background: #ffffff;
        color: #777;
        font-size: 13px;
    }
    .footer-nav {
        width: 100%;
        margin-top:20px;
    }
    .mail {
        width: 100%;
        margin-top:15px;
    }
    .mail input[type="text"] {
        width: 40%;
    }
	/*-- //Footer-line --*/
	.footer-line {
		margin:20px 0;
		margin-left:40px;
	}
	.footer-line img{
		width:130px;
		height:130px;
	}
	/*-- //Footer-line --*/
	
	/*-- //Footer-villa --*/
	.footer-villa {
		margin:-180px 0;
		margin-left:210px;
	}
	.footer-villa img{
		width:130px;
		height:130px;
	}
	/*-- //Footer-villa --*/
	
	/*-- //Footer-wechat --*/
	.footer-wechat {
		margin:20px 0;
		margin-left:370px;
	}
	.footer-wechat img{
		width:130px;
		height:130px;
	}
	/*-- //Footer-wechat --*/
    .navbar-brand img{
		width:40%;
        margin-top:-155px;
		margin-left:120px;
    }
	.gallerylist-wrapper {
	width: 100%;
	float: none;
	margin: 0% 0% 1.5em 0%;
	}
}
@media screen and (max-width:480px) {
    .about p, .faq p, .team p {
        line-height: 25px;
    }
	.about p2{
		font-size: 14px;
		line-height: 30px;
		text-align: left;
		padding: 0 20px;
		color: #fff;
		font-family: Verdana, Arial, Helvetica, sans-serif, "Microsoft JhengHei";
	}
    .plans {
        min-height: 1050px;
    }
    .plans-grid {
        width: 100%;
        margin-left:-2px;
    }
    figure h4 {
        font-size: 35px;
    }
    figure.effect-dexter figcaption, .plans-grid-3 figure.effect-dexter figcaption {
        padding: 2.8em 0;
    }
    figure p {
        font-size: 50px;
    }
    .testimonial p {
        padding: 0;
    }
    .social-two {
        bottom: 36px;
    }
    .view .social {
        margin: 10px auto 0;
    }
    .view {
        width: 100%;
        margin-bottom: 20px;
    }
    .mask h4 {
        text-transform: uppercase;
        color: #fff;
        text-align: center;
        position: relative;
        font-size: 24px;
        font-family: Verdana, Arial, Helvetica, sans-serif, "Microsoft JhengHei";
        padding: 20px;
        background: rgba(0, 0, 0, 0.8);
        margin:20px 0 0 0;
    }

    .team p {
        font-size: 16px;
        font-family: Verdana, Arial, Helvetica, sans-serif, "Microsoft JhengHei";
        line-height: 17pt;
        margin: 20px 20px;;
    }
    .comms {
        width: 100%;
    }
    .comms p {
        font-size: 14px;
    }
    .footer {
        padding: 10px 0;
        background: #ffffff;
        color: #777;
        font-size: 13px;
        line-height:12pt;
    }
    .footer-nav {
        width: 100%;
        margin-top:20px;
    }
    .footer-nav ul li {
    display: inline-block;
    padding: 0 20px;
    border-right: solid 1px #939090;
    border-right-style: dashed;
    }
    .mail {
        width: 100%;
        margin-top:20px;
    }
    .mail input[type="text"] {
        width: 40%;
    }
	/*-- //Footer-line --*/
	.footer-line {
		margin:40px 0;
		margin-left:-10px;
	}
	.footer-line img{
		width:130px;
		height:130px;
	}
	/*-- //Footer-line --*/
	
	/*-- //Footer-villa --*/
	.footer-villa {
		margin:-170px 0;
		margin-left:135px;
	}
	.footer-villa img{
		width:130px;
		height:130px;
	}
	/*-- //Footer-villa --*/
	
	/*-- //Footer-wechat --*/
	.footer-wechat {
		margin:20px 0;
		margin-left:280px;
	}
	.footer-wechat img{
		width:130px;
		height:130px;
	}
	/*-- //Footer-wechat --*/
    figure h4 span {
        margin-right: 5px;
        font-weight: 100;
        font-size:30px;
        font-family: Verdana, Arial, Helvetica, sans-serif, "Microsoft JhengHei";
    }
    small, .small {
        font-size: 24px;
        font-family: Verdana, Arial, Helvetica, sans-serif, "Microsoft JhengHei";
    }
    small, .small a hover{
        color:#FFFFFF;
    }
    .navbar-brand img{
		width:70%;
        margin-top:-155px;
		margin-left:-100px;
    }
	.gallerylist-wrapper {
	width: 100%;
	float: none;
	margin: 0% 0% 1.5em 0%;
	}
	
}

@media screen and (max-width:414px) {
    .navbar-brand img{
		width:70%;
        margin-top:-155px;
		margin-left:-100px;
    }
    .about h3, .faq h3, .team h3, .plans h3 .contact h3, .faq2 h3{
        margin-bottom: 50px;
        text-align: center;
        font-family: inherit;
        font-size: 26px;
        font-weight: 600;
        color:#fff;
        font-family: Verdana, Arial, Helvetica, sans-serif, "Microsoft JhengHei";
    }
    .services h3, gallery h3{
	    margin-bottom: 50px;
        text-align: center;
        font-family: inherit;
        font-size: 26px;
        font-weight: 600;
        color:#000;
        font-family: Verdana, Arial, Helvetica, sans-serif, "Microsoft JhengHei";
    }
    .about h2 {
        font-size: 20px;
        line-height: 20pt;
        text-align: center;
        color:#ffffcc;
        font-family: Verdana, Arial, Helvetica, sans-serif, "Microsoft JhengHei";
    }
    figure h4 {
        word-spacing: -0.15em;
        font-size: 22px;
        font-family: Verdana, Arial, Helvetica, sans-serif, "Microsoft JhengHei";
        font-weight: 100;
    }
    figure h4 span {
        margin-right: 5px;
        font-weight: 100;
        font-size:22px;
        font-family: Verdana, Arial, Helvetica, sans-serif, "Microsoft JhengHei";
    }
    small, .small {
        font-size: 18px;
        font-family: Verdana, Arial, Helvetica, sans-serif, "Microsoft JhengHei";
    }
    small, .small a hover{
        color:#FFFFFF;
    }
    .mask h4 {
        text-transform: uppercase;
        color: #fff;
        text-align: center;
        position: relative;
        font-size: 24px;
        font-family: Verdana, Arial, Helvetica, sans-serif, "Microsoft JhengHei";
        padding: 10px;
        background: rgba(0, 0, 0, 0.8);
        margin: 20px 0 0 0;
    }

    .team p {
        font-size: 15px;
        font-family: Verdana, Arial, Helvetica, sans-serif, "Microsoft JhengHei";
        line-height: 22pt;
        margin: 20px 20px;
    }
    .slider .caption h3 {
        font-size: 30px;
    }
    .service {
        width: 100%;
        margin-bottom: 30px;
        text-align: center;
    }
    .service-4 {
        margin: 0;
    }
    .services-info h4 {
        margin: 10px 0;
        text-align: center;
    }
    .services-info p {
        line-height: 25px;
        text-align: center;
    }
    .plans {
        min-height: 1200px;
    }
    .plans-grid, .plans-grid-3 {
        width: 95%;
        margin-left: 2%;
    }
    .plans-grid-3 {
        margin: 0 0 0 2%;
    }
    .view {
        width: 100%;
        margin-bottom: 20px;
    }
    .view .social {
        margin: 55px auto 0;
    }
    .email, .phone {
        width: 100%;
    }
    .email {
        margin-bottom: 10px;
    }
    .footer {
        padding: 10px 0;
        background: #ffffff;
        color: #777;
        font-size: 13px;
        line-height:10pt;

    }
    .footer-nav {
        width: 100%;
        margin-top:20px;
    }
    .mail {
        width: 100%;
        margin-top:10px;
    }
    .mail input[type="text"] {
        width: 40%;
    }
	/*-- //Footer-line --*/
	.footer-line {
		margin-top:190px;
		margin-left:130px;
	}
	.footer-line img{
		width:130px;
		height:130px;
	}
	/*-- //Footer-line --*/
	
	/*-- //Footer-villa --*/
	.footer-villa {
		margin-top:-30px;
		margin-left:130px;
	}
	.footer-villa img{
		width:130px;
		height:130px;
	}
	/*-- //Footer-villa --*/
	
	/*-- //Footer-wechat --*/
	.footer-wechat {
		margin-top:180px;
		margin-left:130px;
	}
	.footer-wechat img{
		width:130px;
		height:130px;
	}
	/*-- //Footer-wechat --*/
	.gallerylist-wrapper {
	width: 100%;
	float: none;
	margin: 0% 0% 1.5em 0%;
	}
	

}

@media screen and (max-width:384px) {
    .navbar-brand img{
		width:70%;
        margin-top:-155px;
		margin-left:-100px;
    }
	.navbar-nav li{
		width:100%;
	}
    .about h3, .faq h3, .team h3, .plans h3, .contact h3, .faq2 h3{
        margin-bottom: 50px;
        text-align: center;
        font-family: inherit;
        font-size: 26px;
        font-weight: 600;
        color:#fff;
        font-family: Verdana, Arial, Helvetica, sans-serif, "Microsoft JhengHei";
    }
    .services h3, gallery h3{
        margin-bottom: 50px;
        text-align: center;
        font-family: inherit;
        font-size: 26px;
        font-weight: 600;
        color:#000;
        font-family: Verdana, Arial, Helvetica, sans-serif, "Microsoft JhengHei";
    }
    .about h2 {
        font-size: 20px;
        line-height: 20pt;
        text-align: center;
        color:#ffffcc;
        font-family: Verdana, Arial, Helvetica, sans-serif, "Microsoft JhengHei";
    }
    figure h4 {
        word-spacing: -0.15em;
        font-size: 22px;
        font-family: Verdana, Arial, Helvetica, sans-serif, "Microsoft JhengHei";
        font-weight: 100;
    }
    figure h4 span {
        margin-right: 5px;
        font-weight: 100;
        font-size:22px;
        font-family: Verdana, Arial, Helvetica, sans-serif, "Microsoft JhengHei";
    }
    small, .small {
        font-size: 18px;
        font-family: Verdana, Arial, Helvetica, sans-serif, "Microsoft JhengHei";
    }
    small, .small a hover{
        color:#FFFFFF;
    }
    .mask h4 {
        text-transform: uppercase;
        color: #fff;
        text-align: center;
        position: relative;
        font-size: 24px;
        font-family: Verdana, Arial, Helvetica, sans-serif, "Microsoft JhengHei";
        padding: 10px;
        background: rgba(0, 0, 0, 0.8);
        margin: 10px 0 0 0;
    }

    .team p {
        font-size: 15px;
        font-family: Verdana, Arial, Helvetica, sans-serif, "Microsoft JhengHei";
        line-height:16pt;
        margin: 5px 10px;
    }
    .slider .caption {
        padding: 90px 0;
    }
    .slider .caption h3 {
        font-size: 30px;
        line-height: 40px;
        padding: 0 20px;
    }
    .gallery-item {
        width: 100%;
    }
    figure p {
        font-size: 45px;
    }
    .plans {
        min-height: 1000px;
    }
    .view .social {
        margin: 45px auto 0;
    }
    .contact h4 {
        font-size: 20px;
        margin: 25px 0 15px;
    }
    .footer-nav {
        width: 100%;
        float: center;
        top:-10px;
        padding-left:0px;
    }
    .mail {
        width: 100%;
        float: center;
        top:10px;
        font-size:13px;
    }
	/*-- //Footer-line --*/
	.footer-line {
		margin-top:50px;
		margin-left:107px;
	}
	.footer-line img{
		width:130px;
		height:130px;
	}
	/*-- //Footer-line --*/
	
	/*-- //Footer-villa --*/
	.footer-villa {
		margin-top:-30px;
		margin-left:-2px;
	}
	.footer-villa img{
		width:130px;
		margin-left:110px;
	}
	/*-- //Footer-villa --*/
	
	/*-- //Footer-wechat --*/
	.footer-wechat {
		margin-top:190px;
		margin-left:110px;
	}
	.footer-wechat img{
		width:130px;
		height:130px;
	}
	/*-- //Footer-wechat --*/
    .footer-nav ul li a {
        color: #000;
        font-size:10px;
        font-family: Verdana, Arial, Helvetica, sans-serif, "Microsoft JhengHei";
    }
    .footer-nav ul li a:hover{
        color: #006db8;
        font-family: Verdana, Arial, Helvetica, sans-serif, "Microsoft JhengHei";
    }
	.gallerylist-wrapper {
	width: 100%;
	float: none;
	margin: 0% 0% 1.5em 0%;
	}
	
}

@media screen and (max-width:320px) {
    ul.nav.navbar-nav {
        text-align: -webkit-center;
        background-color: #000;
    }
    .hover-effect li {
        display: -webkit-box;
        margin: 10px 0;
        padding: 7px 20px;
        width: 50%;
    }
    .navbar-default .navbar-nav>li>a {
        color: #fff;
        padding: 10px 15px;
        font-family: Verdana, Arial, Helvetica, sans-serif, "Microsoft JhengHei";
        font-size: 15px;
        display: table-row;
    }
    .navbar-brand img{
		width:70%;
        margin-top:-155px;
		margin-left:-100px;
    }
    .slider .caption h3 {
        font-size: 25px;
        line-height: 35px;
    }
    .slider .caption p {
        font-size: 13px;
    }
    .navbar-default {
        padding: 2px 0;
    }
    .gallery-item {
        width: 100%;
    }
    figure h4 {
        font-size: 23px;
        line-height: 30px;
    }
    figure.effect-dexter figcaption, .plans-grid-3 figure.effect-dexter figcaption {
        padding: 2.3em 0;
    }
    figure p {
        font-size: 35px;
    }
    .social-two {
        bottom: 33px;
    }
    .plans-grid-3 figure h4 {
        font-size: 25px;
    }
    .plans-grid-3 figure p {
        font-size: 30px;
        line-height: 40px;
    }
    .plans {
        min-height: 950px;
    }
    .faq-grids {
        width: 100%;
        margin-bottom: 0 auto;
    }
    .faq-grid {
        margin-bottom: 30px;
        padding: 0;
        width: 100%;
    }
    .testimonial h3{
        font-size:30px;
    }
    .view .social {
        margin: 28px auto 0;
    }
    .mask h4 {
        text-transform: uppercase;
        color: #fff;
        text-align: center;
        position: relative;
        font-size: 20px;
        font-family: Verdana, Arial, Helvetica, sans-serif, "Microsoft JhengHei";
        padding: 10px;
        background: rgba(0, 0, 0, 0.8);
        margin: 5px 0 0 0;
    }
    .team p {
        font-size: 13px;
        font-family: Verdana, Arial, Helvetica, sans-serif, "Microsoft JhengHei";
        line-height:14pt;
        margin: 5px 10px;
    }
	.about p2{
		font-size: 13px;
		line-height: 30px;
		text-align: left;
		padding: 0 20px;
		color: #fff;
		font-family: Verdana, Arial, Helvetica, sans-serif, "Microsoft JhengHei";
	}
    .footer {
        padding: 10px 0;
        background: #ffffff;
        color: #777;
        font-size: 13px;
    }
    .footer-nav {
        width: 100%;
        margin-top:20px;
    }
    .footer-nav ul li {
    display: inline-block;
    padding: 0 15px;
    border-right: solid 1px #939090;
    border-right-style: dashed;
    }

    .mail {
        width: 100%;
        margin-top:20px;
    }
    .mail input[type="text"] {
        width: 40%;
    }
	/*-- //Footer-line --*/
	.footer-line {
		margin-top:60px;
		margin-left:80px;
	}
	.footer-line img{
		width:130px;
		height:130px;
	}
	/*-- //Footer-line --*/
	
	/*-- //Footer-villa --*/
	.footer-villa {
		margin-top:-20px;
		margin-left:-27px;
	}
	.footer-villa img{
		width:130px;
		margin-left:110px;
	}
	/*-- //Footer-villa --*/
	
	/*-- //Footer-wechat --*/
	.footer-wechat {
		margin-top:200px;
		margin-left:85px;
	}
	.footer-wechat img{
		width:130px;
		height:130px;
	}
	/*-- //Footer-wechat --*/
	.gallerylist-wrapper {
	width: 100%;
	float: none;
	margin: 0% 0% 1.5em 0%;
	}
	
}



/*-- //Responsive-Code --*/
