@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300italic,400,400italic,600");
@import url("font-awesome.css");

	
	body {
 		font-family: "Open Sans","Helvetica Neue", Helvetica, Arial,"Hiragino Sans GB","微軟正黑體",SimSun;
	}

	hr {
		margin-top: 5px;
		margin-bottom: 20px;
 		margin-left: -20px;
		border: 0;
		border-top: 1px solid #231815;
		width: 270px;
	}

	hr:after {
		content: ''; 
		display: inline-block; 
		position: relative; 
		top: -12px; 
		left: 80px; 
		padding: 3px 55px; 
		background: #79abd3; 
		font-size: 18px; 
	}

	.hr-white {
		border-top: 1px solid #fff;
	}

	.hr-center {
		display: block;
		margin-left: 38%;
		margin-right: auto;
	}

	.hr-center:after {
		left: 80px; 
	}

	.hr-line {
		margin-top: 20px;
		margin-bottom: 20px;
		border: 0;
		border-top: 1px solid #808080;
		width: 100%;
	}

	.hr-line::after {
		background: transparent; 
	}


	h1,
	h2,
	h3,
	h4,
	h5,
	h6,
	.h1,
	.h2,
	.h3,
	.h4,
	.h5,
	.h6 {
		/*font-family: inherit;*/
		font-weight: 900;
		/*line-height: 1.1;*/
		color: #212121;
		letter-spacing: 3px;
	}

	p {
		letter-spacing: 2px;
		font-family: 微軟正黑體;
		font-size: 19px;		
	}

	.page_top{
		height: 70px;	
	}z

	.title_top{
		height: 40px;	
	}

	.blue-rectangle .rectangle{
		position: absolute;
		z-index: 1;
		background-color: #79abd3;
		width: 40%;
		height: 30px;
		margin-top: -15px
	}

	.blue-rectangle h2{
		letter-spacing: 8px;
		position: relative;
		z-index: 2;
	}

	.blue-rectangle-short .rectangle{
		position: absolute;
		z-index: 1;
		background-color: #79abd3;
		width: 30%;
		height: 30px;
		margin-left: -20px;
		margin-top: -15px
	}

	.blue-rectangle-short h2{
		letter-spacing: 8px;
		position: relative;
		z-index: 2;
	}	

	.blue-rectangle-short h2 a{
		color: #000;
	}

	.blue-rectangle-short h2 a:hover{
		text-decoration: none;
		color: #808080;
	}

/*	.rectangle-room{
		position: absolute;
		z-index: 10;
		top: 17%;
		left: 65%;
	}*/

	.rectangle-room .rectangle-black{
		position: absolute;
		z-index: 20;
		background-color: #000;
		width: auto;
		top: 30%;
		right: 40vh;
		padding: 10px 10px 0 20px;
	}

	.rectangle-room h2{
		letter-spacing: 8px;
		margin-top: 0px;
		position: relative;
		z-index: 40;
		line-height: 40px;
		color: #79abd3;
	}

	.carousel-control.right,
	.carousel-control.left {
	  background-image: none;
	}

	.wrapper{
		padding-top: 20px;
		padding-bottom: 50px; 
	}

	.wrapper-darkgray{
		background-color: #727171;
		padding-top: 20px;
		padding-bottom: 20px; 
	}

	.wrapper-lightgray{
		background-color: #e1e1e1;
		padding-top: 35px;
		padding-bottom: 20px; 
	}

	.radio-green{
		background-color: #79abd3;
		margin: auto 10px;
	}

	.btn {
		background-color: #79abd3;
		border-radius: 0px;
		color: #000;
		font-weight: bolder;
		letter-spacing: 2px;
	}

#map { height: 100%; }

	.btn a {
		background-color: #79abd3;
		border-radius: 0px;
		color: #000;
		font-weight: bolder;
		letter-spacing: 6px;
	}

	.form-control{
		height: 34px;
		border-radius: 0px;
		background-color: transparent;
		border-color: #e5e5e5;
		padding: 6px 12px;
		font-size: 12px;
		letter-spacing: 4px;
		color: #fff;
	}

	.select-control{
		background: transparent;
		border: 1px solid #e5e5e5;
		font-size: 14px;
		height: 32px;
		padding: 5px; /* If you add too much padding here, the options won't show in IE */
		width: 58px;
		-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
		box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	}

	.carousel-indicators li {
		/*display: inline-block;
		width: 10px;
		height: 10px;*/
		margin: 3px;
		/*text-indent: -999px;
		cursor: pointer;*/
		background-color: rgba(51, 51, 51, 1.0) ;
		border: none;
		/*border-radius: 10px;*/
	}
	.carousel-indicators .active {
		/*width: 12px;
		height: 12px;*/
		margin: 2px;
		background-color: #79abd3;
	}

	.carousel-control {
		font-size: 40px;
	}

	.carousel-control .glyphicon-circle-arrow-left,
	.carousel-control .glyphicon-circle-arrow-right {
		position: absolute;
		top: 50%;
		z-index: 5;
		display: inline-block;
	}

	.carousel-control .glyphicon-circle-arrow-left {
		left: 45%;
		margin-left: -20px;
	}

	.carousel-control .glyphicon-circle-arrow-right {
		right: 45%;
		margin-right: -20px;
	}

	/** single-item multi carousel */
	.carousel-inner.onebyone-carosel { margin: auto; width: 90%; }

	@media all and (transform-3d), (-webkit-transform-3d) {
	.carousel-inner.onebyone-carosel > .item {
	-webkit-transition: -webkit-transform .6s ease-in-out;
	-o-transition: -o-transform .6s ease-in-out;
	transition: transform .6s ease-in-out;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-perspective: 1000;
	perspective: 1000;
	}

	.carousel-inner.onebyone-carosel > .item.next,
	.carousel-inner.onebyone-carosel > .item.active.right {
	left: 0;
	-webkit-transform: translate3d(33.33%, 0, 0);
	transform: translate3d(33.33%, 0, 0);
	}

	.carousel-inner.onebyone-carosel > .item.prev,
	.carousel-inner.onebyone-carosel > .item.active.left {
	left: 0;
	-webkit-transform: translate3d(-33.33%, 0, 0);
	transform: translate3d(-33.33%, 0, 0);
	}

	.carousel-inner.onebyone-carosel > .item.next.left,
	.carousel-inner.onebyone-carosel > .item.prev.right,
	.carousel-inner.onebyone-carosel > .item.active {
	left: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	}
	}

	.carousel-inner.onebyone-carosel > .active,
	.carousel-inner.onebyone-carosel > .next,
	.carousel-inner.onebyone-carosel > .prev {
	display: block;
	}

	.carousel-inner.onebyone-carosel > .active {
	left: 0;
	}

	.carousel-inner.onebyone-carosel > .next,
	.carousel-inner.onebyone-carosel > .prev {
	position: absolute;
	top: 0;
	width: 100%;
	}

	.carousel-inner.onebyone-carosel > .next {
	left: 33.33%;
	}

	.carousel-inner.onebyone-carosel > .prev {
	left: -33.33%;
	}

	.carousel-inner.onebyone-carosel > .next.left,
	.carousel-inner.onebyone-carosel > .prev.right {
	left: 0;
	}

	.carousel-inner.onebyone-carosel > .active.left {
	left: -33.33%;
	}

	.carousel-inner.onebyone-carosel > .active.right {
	left: 33.33%;
	}
	/** End single-item multi carousel */

/*nav*/

	.navbar-inverse{
		margin-bottom: 0px;
		background-color: rgba(34,34,34,0.9);
	}

	.navbar-header  img{
		padding: 10px 10px;
	}

	.navbar-nav>li>a{
		padding: 25px;
	}
	
	.dropdown-menu{
		background-color:  #222222;
	}

	.dropdown-menu>li>a{
		color:  #9D9D9D;
		line-height: 3em;
	}

	.dropdown-menu>li>a:hover {
    	background: #080808;
    	color: #FFF;
	}

	.scrollable-menu {
		height: auto;
		max-height: 90vh;
		overflow-x: hidden;
	}

	.scrollbar
{
	margin-left: 30px;
	float: left;
	height: 300px;
	width: 65px;
	background: #F5F5F5;
	overflow-y: scroll;
	margin-bottom: 25px;
}

#style-1::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #222222;
}

#style-1::-webkit-scrollbar
{
	width: 12px;
	background-color: #222222;
}

#style-1::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #555;
}d


	/* Tabs panel */
	.tabbable-panel {
	}

	/* Default mode */
	.tabbable-line > .nav-tabs {
		border: none;
		margin: 3px;
	}
	
	.two-tab{
		position: relative;
		left: 40%;
		width: 50%;
	}

	.three-tab{
		position: relative;
		left: 40%;
		width: 50%;
	}

	.tabbable-line > .nav-tabs > li {
		margin-right: 0px;
		border-bottom: 4px solid #808080;
	}
	.tabbable-line > .nav-tabs > li > a {
		border: 0;
		margin-right: 0;
		color: #000;
		font-size: 18px;
		font-weight: bold;
	}
/*	.tabbable-line > .nav-tabs > li > a > i {
		color: #a6a6a6;
	}*/
	.tabbable-line > .nav-tabs > li.open,
	.tabbable-line > .nav-tabs > li:hover {
		border-bottom: 4px solid #f0f9e1;
	}
	.tabbable-line > .nav-tabs > li.open > a,
	.tabbable-line > .nav-tabs > li:hover > a {
		border: 0;
		background: none !important;
		color: #808080;
	}
	.tabbable-line > .nav-tabs > li.open > a > i,
	.tabbable-line > .nav-tabs > li:hover > a > i {
		color: #a6a6a6;
	}
/*	.tabbable-line > .nav-tabs > li.open .dropdown-menu,
	.tabbable-line > .nav-tabs > li:hover .dropdown-menu {
		margin-top: 0px;
	}*/
	.tabbable-line > .nav-tabs > li.active {
		border-bottom: 4px solid #79abd3;
		position: relative;
	}
	.tabbable-line > .nav-tabs > li.active > a {
		border: 0;
		color: #333333;
	}
	.tabbable-line > .nav-tabs > li.active > a > i {
		color: #404040;
	}
	.tabbable-line > .tab-content {
		margin-top: -4px;
		background-color: #fff;
		border: 0;
		border-top: 1px solid #000;
		padding: 5px 0;
	}
	.portlet .tabbable-line > .tab-content {
		padding-bottom: 0;
	}
/*End nav*/

/*會員*/

	.login{
		color: #000;
		margin-bottom: 10px;
	}

	.login_btn{
		text-align: center;
	}

	.login_login{
		padding: 30px;
		width: 79%;
		background-color: #0074C8;
		color: #fff;
	}

	.login_btn .btn-short{
		margin-top: 15px;
	}

	.login_btn .btn-long{
		margin-top: 15px;
		margin-left: 15px
	}

	.login_btn .fb{
		background-color: #2e419e;
		color: white;
	}

	.login_btn .google{
		background-color: #ce4741;
		color: white;
	}

/*End 會員*/

/*radio*/
    .radio label {
	    display: inline-block;
	    position: relative;
	    padding-left: 25px;
	    letter-spacing: 5px;
	}
    .radio label::before {
      content: "";
      display: inline-block;
      position: absolute;
      width: 20px;
      height: 20px;
      left: 0;
      border: 2px solid #000;
      border-radius: 50%;
      background-color: #fff;
      -webkit-transition: border 0.15s ease-in-out;
      -o-transition: border 0.15s ease-in-out;
      transition: border 0.15s ease-in-out; }
    .radio label::after {
      display: inline-block;
      position: absolute;
      content: " ";
      width: 12px;
      height: 12px;
      left: 4px;
      top: 4px;
      border-radius: 50%;
      background-color: #000;
      -webkit-transform: scale(0, 0);
      -ms-transform: scale(0, 0);
      -o-transform: scale(0, 0);
      transform: scale(0, 0);
      -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
      -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
      -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
      transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33); }
	.radio input[type="radio"] {
		opacity: 0; }
    .radio input[type="radio"]:focus + label::before {
      outline: thin dotted;
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: 2px; }
    .radio input[type="radio"]:checked + label::after {
      -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      -o-transform: scale(1, 1);
      transform: scale(1, 1); }
/*    .radio input[type="radio"]:disabled + label {
      opacity: 0.65; }
      .radio input[type="radio"]:disabled + label::before {
        cursor: not-allowed; }*/
/*  .radio.radio-inline {
    margin-top: 0; }*/

	.radio-success input[type="radio"] + label::after {
		background-color: #79abd3; }
	.radio-success input[type="radio"]:checked + label::before {
	 	border-color: #79abd3; }
	.radio-success input[type="radio"]:checked + label::after {
		background-color: #79abd3; }

/*End radio*/

/*Index*/

	/*Banner*/
	#first-image .hero-image{
		position: relative;
		width: 100%;
		z-index: 1;
		background-color: #e1e1e1;
	}

	.clipped img {
		width: 100%;
		padding-top: 70px;
	}
	
	#first-image .splash-booking-widget{
		position: absolute;
		top: 30%;
		z-index: 900;
		display: block;
		padding-top: 130px;
		width: 300px;
		margin-left: 12%;
		margin-right: 50px;
		float: right;
	}

	#first-image .booking{
		background: rgba(88,88,88,0.8);
		color: #fff;
		padding: 27px 25px;
		text-align: center;
		position: absolute;
	}
	
	#first-image .splash-booking-widget .booking h2{
		color: ;
		letter-spacing: 9px;
		font-size: 27px;
		margin-top: -10px;
	}

	#first-image .splash-booking-widget .booking p{
		color: #999;
		font-size: 10px;
		line-height: 0px;
	}

	#first-image .splash-booking-widget .booking hr{
		border-color: #fff;
		margin-top: 20px;

	 	margin-left: 0px;
	 	width: auto;

	}

	#first-image .splash-booking-widget .booking hr::after {
		content: ''; 
		display: inline-block; 
		position: relative; 
		top: -12px; 
		left: 80px; 
		padding: 3px 55px; 
		background: transparent; 
		font-size: 18px; 
	}

	#first-image .splash-booking-widget .form-inline {
		padding: 4px;
		color: #fff;
		text-align: left;
		font-weight: normal;
	}

	#first-image .splash-booking-widget .form-inline > label {
		font-weight: 100;
		letter-spacing: 4px;
	}


	#first-image .splash-booking-widget .form-control{
		height: 30px;
		border-radius: 0px;
		background-color: transparent;
		border-color: #fff;
		padding: 6px 12px;
		font-size: 12px;
		letter-spacing: 4px;
		color: #fff;
	}

	#first-image .splash-booking-widget .booking .btn{
		margin-top: 20px ;
		letter-spacing: 1.5px;
		width: 100%;
		margin: 5px 3px;
	}

	#first-image .booking-activity{
		background: #ef6060;
		color: #fff;
		height: 80px;
		width: 108%;		
		padding: 20px;
		margin-left: -5%;
		margin-top: 60px;
		text-align: left;
		position: absolute;
		z-index: 100;
		/*top: 120%;*/
		-webkit-clip-path: polygon(0% 15%, 100% 8%, 98% 88%, 2% 78%);
		clip-path: polygon(0% 15%, 100% 8%, 98% 88%, 2% 78%);
	}

	#first-image .count_down{
		background-color:rgba(34,34,34,0.9);
		color: #fff;
		/*position: absolute;
		z-index: 200;
		left: 50%;*/
/*		width: 200px;
		margin-top: 3px;*/
	}

	#first-image .splash-booking-widget .booking-activity .activity-font{
		font-size: 18px;
		font-weight: 100;
		letter-spacing: 6px;
		margin-right: -20px;
		padding-top: 10px;
		color: #fff;
	}

	/*解放地板*/


	.index-free .btn{
		display: inline-block;
	}

	.free-title{
		position: absolute;
		z-index: 100;
		padding-top: 25px;
	}

	.free-top{
		margin-top: 125px;
		margin-bottom: 200px;
		position: absolute;
		z-index: 75;
	}

	.free-image{
		position: relative;
		z-index: 50;
		-webkit-clip-path: polygon(25% 0%, 100% 0%, 85% 100%, 0% 100%);
		clip-path: polygon(25% 0%, 100% 0%, 85% 100%, 0% 100%);
		margin-left: 55%;
		max-width: 100%;
	}

	/*End 解放地板*/

	/*app*/

	.index-app{
		position: relative;
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.index-app .btn{
		display: inline-block;
	}

	.app-title{
		position: absolute;
		z-index: 100;
		padding-top: 25px;
	}

	.app-top{
		margin-top: 50px;
		position: absolute;
		z-index: 75;
	}

	.app-image{
		position: relative;
		z-index: 50;
		margin-left: 0%;
		max-width: 35%;
		margin-top: 10%;
	}

	/*End app*/


	/*特色介紹*/
		/*特色介紹的輪播*/
	.bx-wrapper .bx-pager.bx-default-pager a {
		background: rgba(51, 51, 51, 1.0);
		width: 10px;
		height: 10px;
	}

	.bx-wrapper .bx-pager.bx-default-pager a.active {
		background: #79abd3;
		width: 12px;
		height: 12px;
		margin-bottom: -1px;
	}
	.bx-wrapper .bx-controls-direction a {
	    margin: -16px -5%;
	}

	.bx-wrapper .bx-prev, 
	.bx-wrapper .bx-next{
		opacity: 0.5;
	}

	.bx-wrapper .bx-prev:hover, 
	.bx-wrapper .bx-next:hover{
		opacity: 0.9;
	}

	.index-introduction{
		width: 360px;
		height: 520px;
	}

	.index-introduction .room-bar{
		background-color: #000;
		width: 87%;
		height: 60px;
		margin-left: 6%;
	}

		.index-introduction .room-bar .btn {
			font-size: 16px;
			margin-top: 12px;
			margin-right: -5%;
			float: right;
		}
		
		.index-introduction .room-bar .room-customer{
			float: left;
			padding-top: 18px;
			padding-left: 10px;
			letter-spacing: 6px;
		}

		.index-introduction .room-bar .room-customer a{
			font-size: 17px;
			margin-left: 6px;
			vertical-align: middle;
			color: #79abd3;
		}

	.index-introduction .infor {
		margin-top: 3%;
		text-align: center;
		font-weight: 600;
	}

	.index-introduction .name{
		background-color: #000;
		position: absolute;
		z-index: 100;
		top: 30px;
		left: 30px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.index-introduction .name h4{
		color: #79abd3
	}


	/*End 特色介紹的輪播*/

	/*comments*/
	.index-comment{
		width:80%;
	}
	/*End 特色Hightlight*/

	
	/*風格自由變換*/
	.change {
		height: 700px;
		padding-top: 50px;
	}

	.change img{
		width: 100%;
	}

	.change p{
		font-size: 1.15em;
		text-align: center;
	}

	/*End 風格自由變換*/


	/*FLAT爆炸圖*/
	.explosion {

		padding-top: 20px;
	}

	.explosion img{
		width: 100%;
	}
	/*End FLAT爆炸圖*/


	/*適用坪數CADR*/
	.index-cadr{
		position: relative;
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.index-cadr p{
		font-size: 1.15em
	}

	.index-cadr img{
		width: 100%;
		padding-bottom: 40px;
	}

	.index-cadr .environ-shadow{
		box-shadow: -5px 5px 15px rgba(124,124,124,0.5);
		margin-left: -20px;
	}

	.find{
		letter-spacing: 5px;
		color: #79abd3;
		display: inline-block;
		text-align: right;
	}

	.find h2 {
		font-color: #79abd3;
		animation-duration: 20s;
		animation-name: slidein;
	}

	@keyframes slidein {
	  from {
	    padding-top: 0%;
	    width: 300%;
	  }

	  to {
	    padding-top: 100%;
	    width: 100%;
	  }
	}

	/*End CADR適用坪數*/


	/*APP-Travel
 .parallax__group {
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
  }
*/

.parallax {
    height: 800px; /* fallback for older browsers */
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-perspective: 300px;
    perspective: 300px;
  }
.element::-webkit-scrollbar { width: 0 !important }
IE 10+

.element { -ms-overflow-style: none; }
Firefox

.element { overflow: -moz-scrollbars-none; }


  .parallax__group {
    position: relative;
    height: 800px; /* fallback for older browsers */
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;

  }

  .parallax-layer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }

  .parallax-layer-fore {
    -webkit-transform: translateZ(90px) scale(.7);
    transform: translateZ(90px) scale(.7);
    z-index: 1;
  }

  .parallax-layer-base {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 4;
  }

  .parallax-layer-back {
    -webkit-transform: translateZ(-300px) scale(2.2);
    transform: translateZ(-300px) scale(2.2);
    z-index: 3;
  }

  .parallax-layer-backward {
    -webkit-transform: translateZ(-400px) scale(3);
    transform: translateZ(-400px) scale(3);
    z-index: 3;
  }

  .parallax-layer-deep {
    -webkit-transform: translateZ(-600px) scale(4);
    transform: translateZ(-600px) scale(4);
    z-index: 2;
  }


   /* centre the content in the parallax layers */
  .title {
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  /*painting-corner
*---------------------------------------------------------------------------*/

	#painting-corner {
		z-index: 1;
		height: 600px;
	}

	#painting-corner .parallax-layer-fore{
		/*z-index: 10;*/
		height: 500px;
		margin-top: 100px;
	}

	#painting-corner .parallax-layer-back {
		position: absolute;
		padding-left: 100px;
		margin-top: -80px;
	}

	#painting-corner .painting-environ img{
		position: absolute;
		top: -100px;
		right: 0px;
		height: 700px;
		max-width: 50%;
	}

	#painting-corner .painting-quarter img{
		position: relative;
		margin-top: -30px;
		left: 0px;
		width: 40%;
	}

	#painting-corner .parallax-layer-deep {
		background-color: #F0F0E8;
		height: 94%;
		z-index: 1;
	}

	#travel {
		z-index: 5;
		height: 100%;
		height: 850px;
	}

	#travel .parallax-layer-fore {
		margin-top: 330px;
	}

	#travel h2{
		text-align: middle;
		text-shadow: none;
	}

	#travel p{
		font-size: 1.15em;
	}

	#travel .parallax-layer-base {
		background-color: #FAFAF7;
	}

	#travel .travel-word{
		padding-top: 70px;
	}

	#travel .travel-grandpa{
		margin-top: 60px;
	}

	#travel .blacktag {
    text-align: left;
    font-weight: 300;
    background: #79abd3;
    text-align: center;
    padding: 15px 8px;
    letter-spacing: 2px;
    height: auto;
    font-size: 1.15em;
    color: #fff;
    z-index: 10;
    white-space: nowrap;
    right: 30%;
    position: absolute;
    margin-top: -70px;
    margin-right: -210px;
	}



	.index-coupon{
		position: relative;
		margin-top: 40px;
		background-image: url("images/index-coupon.jpg");
		height: 400px;
		background-repeat: no-repeat;
		background-position: center; 
		background-size:cover;
	}

	.index-coupon .btn{
		display: inline-block;
	}

	.coupon-title{
		position: absolute;
		z-index: 100;
		padding-top: 25px;
	}

	.coupon-number{
		margin-top: 185px;
		position: absolute;
		z-index: 75;
	}

	.coupon-button{
		width: 400px;
	}

	.coupon-image{
		position: absolute;
		z-index: 50;
		-webkit-clip-path: polygon(0% 0, 75% 0%, 100% 100%, 25% 100%);
		clip-path: polygon(0% 0, 75% 0%, 100% 100%, 25% 100%);
		margin-left: 10%;
		max-width: 100%;
	}

	.coupon-background{
		margin-top: 162px;
		position: absolute;
		z-index: 20;
		height: 175px;
		width: 100%;
		background-color: rgba(34,34,34,0.8);
		background-size: repeat;
	}
	/*End 特約廠商*/

	/*轉場區塊*/
	.blacktag a{
    text-align: left;
    background: #000;
    text-align: center;
    margin: 0 auto;
    padding: 25px 8px;
    letter-spacing: 2px;
    height: auto;
    font-size: 15px;
    color: #fff;
    z-index: 10;
    white-space: nowrap;
    left: 30%;
    position: absolute;
    margin-top: -50px;
	}
	/*End 轉場區塊*/

/* End Index */


/*線上投票*/
	.vote_irame{
		width:100%;
		height:500px;
	}
/*線上投票*/

/* */

	.hotel_index .form-inline {
		color: #79abd3;
		text-align: left;
		font-weight: normal;
		padding: 10px;
		height: 50px;
	}

	.hotel_index .form-inline > label {
		font-weight: 100;
		letter-spacing: 4px;
	}

	.hotel_index .form-inline .btn_inpage{
		margin-top: -2px;
		margin-right: 35px;
	}

	.hotel_index .form-control{
		width: 77%;
		height: 30px;
		border-radius: 0px;
		background-color: rgba(255, 255, 255, 0.1);
		border-color: #79abd3;
		padding: 6px 12px;
		font-size: 16px;
		letter-spacing: 4px;
		color: #fff;
	}


	.bluetooth {
		position: relative;
	}

	.bluetooth img{
		width: 100%;
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.certification_info {
		padding-left: 20px;
		padding-right: 20px;		
	}

	.certification_info h3{
		font-size: 1.4em;
		padding-left: 20px;
		padding-right: 20px;		
	}

	.certification_info p{
		font-size: 1.15em;
		padding-left: 20px;
		padding-right: 20px;		
	}

	.certification_intro .name{
		background-color: #000;
		position: absolute;
		z-index: 100;
		top: 15px;
		left: 30px;
		padding-left: 20px;
		padding-right: 20px;		
	}

	.certification_intro .name h4{
		color: #79abd3;
	}
/* 集團各館列表 Hotel index all*/

/*分館介紹*/

	.hotel_index .name{
		background-image: url(images/index-name.png);
		height: 200%;
		background-repeat: no-repeat;
		position: relative;
		z-index: 100;
		top: 15px;
		left: 35px;
		padding-left: 10px;
	}
	/*房間介紹*/
	ul.roomstyle {
	  float: left;
	}
	ul.roomstyle li {
	  overflow: hidden;
	}
	ul.roomstyle li:hover .Img:after {
	  width: 100%;
	  opacity: 1;
	}

	ul.roomstyle li .item {
	  position: relative;
	  overflow: hidden;
	}

	ul.roomstyle li .Img {
	  position: relative;
	  overflow: hidden;
	  z-index: 1;
	}
	ul.roomstyle li .Img:after {
	  content: '';
	  position: absolute;
	  left: 0;
	  top: 0;
	  z-index: -1;
	  width: 100%;
	  height: 100%;
	  opacity: 0;
	  background: #333;
	  transition: .8s ease ;
	}

	ul.roomstyle li .Img a {
	  display: block;
	}
	ul.roomstyle li .Img img {
	  display: block;
	  width: 100%;
	  transition: all .8s;
	}

	ul.roomstyle li:hover .Img img {
	  opacity: .3;
	}
	ul.roomstyle li .price {
	  position: absolute;
	  left: 0;
	  bottom: -115px;
	  z-index: 2;
	  width: 100%;
	  color: #fff;
	  padding: 0 50px 30px;
	  box-sizing: border-box;
	  transition: all .8s;
	}

	ul.roomstyle li:hover .price {
	  bottom: 55px;
	}


	ul.roomstyle li .price h3 {
	  font-size: 16px;
	  margin-bottom: 20px;
	  color: white;
	}

	ul.roomstyle li .price .btn{
	  background-color: transparent;
	  border-color: white;
	  color: white;
	  display: block;
	  width: 40%;
	  margin-top: 15px;
	}
	/*End 房間介紹*/

	/*限量搶購*/

	ul.roomstyle li .price2 {
	  position: absolute;
	  left: 0;
	  bottom: -85px;
	  z-index: 2;
	  width: 100%;
	  color: #fff;
	  padding: 0 50px 30px;
	  box-sizing: border-box;
	  transition: all .8s;
	}

	ul.roomstyle li:hover .price2 {
	  bottom: 80px;
	}


	ul.roomstyle li .price2 h3 {
	  font-size: 16px;
	  margin-bottom: 20px;
	}

	ul.roomstyle li .price2 .winner{
		font-weight: bolder;
		letter-spacing: 6px;
		background-color: transparent;
		border: 1px solid white;
		padding: 6px 12px;
		color: white;
		text-align: center;
		display: inline-block;
		width: 40%;
		margin-top: 15px;
	}

	ul.roomstyle li .price2 .winner2{
		border: 0px solid white;
		text-align: left;
	}

	/*End 限量搶購*/

	/*房間設備*/	
	.room-icon{
		border:1px solid #79abd3;
		margin-top: 15px;
	}

/* 房間設備暫刪
	.panel-group {
	  padding-top: 20px;
	}
	.panel-default {
	  border-radius: 0;
	  border: none;
	  background: none;
	  margin-bottom: 0;
	  padding-bottom: 14px;
	}
	.panel-group .panel {
		border-radius: 0;
		border: 0px;
		-webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, .05);
		box-shadow: 0 0px 0px rgba(0, 0, 0, .05);
	}
	.panel-default > .panel-heading {
	  border: none;
	  background: none;
	  padding: 0;
	}

	.panel-default > .panel-heading + .panel-collapse .panel-body {
	  border: none;
	  padding: 0 0 0 32px;
	}

	.panel-default .panel-title:hover .collapsed:before {
	  background-color: #e54a1a;
	}

	.panel-title a:link {
		text-decoration: none;
	}*/

	.hr-more {
		margin-top: 20px;
		margin-bottom: 20px;
		border: 0;
		border-top: 1px solid #808080;
		width: 84%;
		display: inline-block;
	}

	.hr-more::after {
		background: transparent; 
	}

	.more{
		display: inline-block;
		font-size: 30pt;
		color: #79abd3;
	}
	/*End 房間設備*/

/*End 分館介紹*/


/*NEWS*/

	.news {
		height: 350px;
	}

	.news_content h1{
		font-size: 3.2em;
		font-weight: 600;
		letter-spacing: 2px;
	}

	.news_content h2{
		font-size: 1.8em;
		font-weight: 600;
		letter-spacing: 2px;
		margin-top: -50px;
	}

	.news_content p{
		font-size: 1.25em;
		font-weight: 100;
		letter-spacing: 2px;
	}

	.news_content li{
		font-size: 1.1em;
		padding-top: 5px;
		margin-left: -20px;
	}

	.news_more {
		margin-top: 30px;

	}

	.news li {
		font-size: 1.15em; 
		height: 1.8em;
		margin-left: -20px;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.news p {
		font-size: 1.15em; 
		height: 1.8em;
		padding-top: 10px;
		padding-bottom: 80px;
	}

	.news img {
		padding-top: 10px;
		padding-bottom: 20px;
	}
/*End NEWS*/

/*產品介紹*/

	.product-title h1{
		font-size: 2.2em;
		font-weight: 600;
		letter-spacing: 2px;
	}

	.product-title p{
		font-size: 1.25em;
		font-weight: 100;
		letter-spacing: 2px;
	}

	.product-title li{
		font-size: 1.1em;
		padding-top: 5px;
		margin-left: -20px;
	}

	.product li {
		font-size: 1.15em; 
		height: 1.8em;
		margin-left: -20px;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.product p {
		font-size: 1.15em; 

		padding-top: 10px;
		padding-bottom: 30px;
	}

	.product img {
		/*padding-top: 10px;
		padding-bottom: 20px;*/
	}

	.slogan {
		padding-top: 20px;
		padding-bottom: 20px;
		color: #0074C8;
	}

	.list-inline {
		margin-left: 0;
		margin-top: 5px;
	}

	.list-inline > li {
		display: inline-block;
		padding-right: 1px;
		padding-left: 1px;

	}

/*End 產品介紹*/

/*訂房資訊 hotel_reservation*/
	
	.month{
		margin: 15px auto;
		display: inline-block;
	}

	.month a {
		color: black;
	}
	.month a:hover {
		color: #808080;
	}

	.week{
		background-color: #000;
		color: #79abd3;
		padding: 10px;
		text-align: center;
	}
	.day{
		text-align:center;
		vertical-align: top;
		height: 70px;
		background-color:#fff;
	}

	.day-pass{
		text-align:center;
		vertical-align: top;
		height: 70px;
		background-color:#e5e5e5;
	}

	.choose{
		text-align:center;
		vertical-align: top;
		height: 70px;
		background-color:#79abd3;
	}
	.research-name{
		text-align: center;
	}

	.research-name > a:link {
		color: #000;
	}

	/*	.weekday{
		color:#000;
	}*/

	.room{
		color:rgb(128,128,128);
	}

	.room-clipped {
		-webkit-clip-path: polygon(100% 0, 100% 50%, 65% 100%, 0 100%, 0 0);
		clip-path: polygon(100% 0, 100% 50%, 65% 100%, 0 100%, 0 0);
	} /*for 房間照片的遮罩*/

	.discount{
		position: absolute;
		z-index: 10;
		top: 80%;
		right: 2%;
		font-size: 42pt;
		color: white;
	}


/* End 訂房資訊*/

/*線上刷卡*/

	.nccc{
		color: #000;
		margin-bottom: 10px;
	}

	.nccc_btn{
		text-align: center;
	}

/* End 線上刷卡*/

/*預約成功*/
	.reservation_word{
		margin-top: 25%;
	}

/*End 預約成功*/

/*遊戲規則*/
	.game_rule{
		border: 1px solid #000;
		height: 60vh;
		width: 100%;
		overflow:auto
		;background-color: white;
	}

	.bid_word{
		margin-top: 10%;
	}


/*End 遊戲規則*/

/*關於我們*/
	.about_us_top{
		position: relative;
		top:0px;
	}

	.about_us_intro{
		position: absolute;
		z-index: 10;
		max-width: 22%;
		top:0;
		bottom: 0;
		right: 10%;
		background-color: rgba(0, 121, 189, .8);
		color: #fff;
		padding: 15px;
	}

	.about_us_intro p{
		font-size: 1.2em;
		color: #fff;
		padding: 15px;
	}

	.about_us_intro_sm{
		background-color: rgba(0, 0, 0, .8);
		color: #fff;
		padding: 15px;
	}

	.wrapper-vertical {
		background-color: #eee;
		background-image: -webkit-linear-gradient(0, transparent 90%, rgba(255, 255, 255, 1) 40%);
		background-image: -moz-linear-gradient(0 transparent 90%, rgba(255, 255, 255, 1) 40%);
		background-image: -ms-linear-gradient(0, transparent 90%, rgba(255, 255, 255, 1) 40%);
		background-image: -o-linear-gradient(0, transparent 90%, rgba(255, 255, 255, 1) 40%);	
		width: 95%;
	}

	.about_us_li{
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5);
		margin-top: 75px;
		margin-bottom: 75px;
	}

	.people {
		/*box-shadow:  0 6px 5px 0 rgba(0, 0, 0, 0.2);*/
		text-align: center;
	}

	.people_top {
		margin-top: 10px;
	}

	.people_below {
		position: relative;
		top: 120px;
		margin-bottom: 150px;
		margin-top: 10px;
		padding-right: -30px;
		padding-left: -30px;
	}

	/*.people_image {
		background-color: #f7f7f7;
		width: 350px;
		margin-left: -15px;
		margin-right: -30px;
	}*/

	.people_image2 {
		width: 100%;
		margin-top: 30px;
		margin-bottom: 50px; 
	/*	width: 60%;*/
	}
	
	.people_container {
		padding: 0px;
		margin: 20px 0;
		background-color: #fff
	}

	.people_container > p{
		line-height: 22pt; 
		margin-top: -20px;
	}

	.people_goal{
		background-image: url(images/trophy_years.png);
		background-repeat: no-repeat;
		margin: auto;
		position: relative;
		line-height: 41px;
		text-align: center;
		z-index: 100;
		width: 129px;
		top: -31px;
	}

	.about_us_emphasize{
		font-weight: 900;
		font-size: 18pt;
		color: #0074C8;
	}

	.stripes_other {
		height: 250px;
		width: 100%;
		float: right;
		-webkit-background-size: 50px 50px;
		-moz-background-size: 50px 50px;
		background-size: 130px 20px; /* Controls the size of the stripes */

		/*    -moz-box-shadow: 1px 1px 8px gray;
		-webkit-box-shadow: 1px 1px 8px gray;
		box-shadow: 1px 1px 8px gray;*/
	}

	.wrapper_other {
		height: auto;
		width: 100%;
		float: right;

	}

	.people_other{
		position: relative;
		z-index: 10;
		margin: -150px auto auto auto;
		text-align: center;
		width: 55%;
		bottom: 50px;
	}

	.people_other_border {
		position: relative;
		border: 1px solid #000;
		/*padding-top: 10px; */
	}
	
	.people_other_border:before {
		display: block;
		content: "";
		width: 20px;
		height: 20px;
		position: absolute;
		top: -3px;
		left: -3px;
		border-top: 5px solid #000;
		border-left: 5px solid #000;
	}

	.people_other_border:after {
		display: block;
		content: "";
		width: 20px;
		height: 20px;
		position: absolute;
		top: -3px;
		right: -3px;
		border-top: 5px solid #000;
		border-right: 5px solid #000;
	}

	.people_other_border2:before {
		display: block;
		content: "";
		width: 20px;
		height: 20px;
		position: absolute;
		bottom: -3px;
		left: -3px;
		border-bottom: 5px solid #000;
		border-left: 5px solid #000;
	}

	.people_other_border2:after {
		display: block;
		content: "";
		width: 20px;
		height: 20px;
		position: absolute;
		bottom: -3px;
		right: -3px;
		border-bottom: 5px solid #000;
		border-right: 5px solid #000;
	}

	.people_other_years{
		background-image: url(images/trophy_years.png);
		background-repeat: no-repeat;
		margin: 10px auto;
		position: relative;
		line-height: 41px;
		text-align: center;
		z-index: 100;
		width: 129px;
		top: 20px;
	}

	.people_description{
		margin-top: 20px;
	}

	.people_words{
		background-color: #fff;
		margin: auto 10px 10px 10px;
		box-shadow:  0 6px 20px 0 rgba(0, 0, 0, 0.2);
		padding-bottom: 20px;
		top: 10px;
	}

	.people_wowrds img{
		width: 100%;
		box-shadow:  0 6px 20px 0 rgba(0, 0, 0, 0.2);
	}

	.people_thank{
		text-align: center;
		letter-spacing: auto;
	}

/*End 關於168*/

/*特約優惠廠商*/
	.contract_search{
		width: 270px;
		padding-top: 15px;
		padding-bottom: 10px;
	}

	.contract_name{
		text-align: right;
	}

	.contract_tb td {
		border-bottom: 1px solid #ddd;
		border-top: 1px solid #ddd;
		padding: 15px;
		width: 500px;
		text-align: center;
	}

	.contract_tb .word {
		margin: 0px;
	}

	.video-container {
		position: relative;
		padding-bottom: 56.25%;
		padding-top: 30px;
		height: 0;
		overflow: hidden;
		margin-top: 30px;
		margin-bottom: 30px;
		}

	.video-container iframe, .video-container object, .video-container embed {
		position: absolute;
		top: 0;left: 0;
		width: 100%;
		height: 100%;
}

/*End 關於我們*/

/*適用坪數*/

	ul.cadr {
	  float: left;
	}
	ul.cadr li {
	  overflow: hidden;
	}
	ul.cadr li:hover .Img:after {
	  width: 100%;
	  opacity: 1;
	}

	ul.cadr li .item {
	  position: relative;
	  overflow: hidden;
	}

	ul.cadr li .Img {
	  position: relative;
	  overflow: hidden;
	  z-index: 1;
	}
	ul.cadr li .Img:after {
	  content: '';
	  position: absolute;
	  left: 0;
	  top: 0;
	  z-index: -1;
	  width: 100%;
	  height: 100%;
	  opacity: 0;
	  background: #333;
	  transition: .8s ease ;
	}

	ul.cadr li .Img a {
	  display: block;
	}
	ul.cadr li .Img img {
	  display: block;
	  width: 100%;
	  transition: all .8s;
	}

	ul.cadr li:hover .Img img {
	  opacity: .3;
	}
	ul.cadr li .price {
	  position: absolute;
	  left: 0;
	  bottom: -210px;
	  z-index: 2;
	  width: 100%;
	  color: #fff;
	  padding: 0 20px 20px;
	  box-sizing: border-box;
	  transition: all .8s;
	}

	ul.cadr li:hover .price {
	  bottom: -10px;
	}

	ul.cadr li .price h3 {
	  font-size: 16px;
	  margin-bottom: 20px;
	  color: white;
	}

	ul.cadr li .price .btn{
	  background-color: transparent;
	  border-color: white;
	  color: white;
	  display: block;
	  width: 100%;
	  margin-top: 5px;
	  margin-left: 15px;
	}

	.modal-dialog {
		width: 60%;
		margin: 30px auto;
	}
	
	.modal-header {
		min-height: 16.42857143px;
		padding: 15px;
		border-bottom: none;
	}

	.modal-btn {
		/*height: 100px;*/
		color: #0074C8;
		background-color: #fff;
		position: relative;
		top: 20px;
		margin-top: 10px;
		padding-bottom: 50px;
		border:none;
	}

	.modal-btn p{
	 	padding-top: 20px;
	 	padding-bottom: 10px;
	 }

	.modal-btn img{
	 	-webkit-box-shadow:0px 5px 8px #c8c8c8 ;
		-moz-box-shadow:0px 5px 8px #c8c8c8 ;
		box-shadow:0px 5px 8px #c8c8c8 ;
	 }

/*End 適用坪數*/

/*FAQ*/

	.modal-dialog-faq {
		width: 30%;
		margin: 10% auto;
	}
	
	.faq-content {
		text-align: left;
		padding-left: 30px;
		padding-right: 30px;
	}

	.faq-image {
		position: absolute; 
		z-index: -10;
	}

	.faq_list{
		margin-top: 250px;
		margin-bottom: 25px;
	}

	.faq_list a{
		color: #000;
	}

	.faq_list a:hover{
		color: #79abd3;
		text-decoration: none;
	}

	.faq_list_after{
		margin-top: 200px;
		margin-bottom: 25px;
	}

	.faq_list_after a{
		color: #000;
	}

	.faq_list_after a:hover{
		color: #79abd3;
		text-decoration: none;
	}

/*End FAQ*/

/*網站地圖*/

	.map_list{
		margin-top: 25px;
		margin-bottom: 25px;
	}

	.map_list a{
		color: #000;
	}

	.map_list a:hover{
		color: #79abd3;
		text-decoration: none;
	}

/*End 網站地圖*/

/*實用工具*/

	.tool{
		margin-top: 20px;
	}


/*實用工具*/



/*只有手機板有的最下面的nav*/
		.nav-smart{
			text-align: center;
			font-size: 14px;
			color: #ffffff;
			/*border-top: 3px solid #79abd3;
			border-bottom: 3px solid #79abd3;*/
		}

		.navbar-smart {
			padding-top: 0px;
			margin-bottom: 10px;
		}
		
		.nav-smart:active,
		.nav-smart:focus {
			color: #9D9D9D;
			text-decoration: none;
		}


/* End 只有手機板有的最下面的nav*/




/* Footer */

	#footer {
		position: relative;
		overflow: hidden;
		padding: 2.5em 0 2em 0;
		line-height: 1.3em;
		color: #999;

	}

		/*#footer .icon.circled {
			background: #fff;
			color: #2b252c;
		}
		#footer header {
			text-align: center;
			cursor: default;
		}*/

		#footer h2, #footer h3, #footer h4, #footer h5, #footer h6 {
			color:#222;
			padding-top: 0px;
			line-height: 1em;
			letter-spacing: 2px;
			}
		
		#footer p{
			letter-spacing: 0px;
		}

		#footer .contact {
			text-align: center;
		}

			#footer .contact p {
				color: rgba(0,0,0,0.9);
				text-align: center;
				margin: 0 0 1em 0;
				font-size: 0.6em;
				font-weight: 100;
			}

		#footer .hotel_name {
			background-color: #fff;
			position: absolute;
			z-index: 100;
			top: 92px;
			left: 20%;
			text-align: center;
			width: 57%;
		}

		#footer .footer-company h3 {
			color: #79abd3;
			font-size: 1.4em;
		}

		#footer .footer-company p{
			color: #aaa;
			font-size: 1.15em;

		}#footer .footer-company a{
			color: #aaa;
			padding-top: 10px;
		}

		#footer .footer-info h4 {
			color: #ddd;
			font-size: 1.2em;
			margin-top: 0px;
		}

		#footer .footer-info{
			margin-top: 10px;
			color: #aaa;
		}

		#footer .footer-info a{
			font-size: 0.8em;
			color: #aaa;
		}	

		#footer-info a:hover{
			color: #808080;
			text-decoration: none;
		}


		#footer .copyright {
			/* background: rgba(0,0,0,0.9);*/
			cursor: default;
			position: relative;
			overflow: hidden;
			font-weight: 300;
			padding-top: 25px;
			border-radius: 0.5em;
			width:100%;
			}

		#footer .copyright img {
			padding: 1em 0.5em;
			}

		#footer .copyright p {
			color: #aaa;
			letter-spacing: 2px;
			}

		.copyright a {
			color: #111;
			font-size: 1.25em;
			text-decoration: underline;
			}
		
		#footer .link {
			margin-top: 60px;
			margin-bottom: 0px;
			}

		#footer .backtop span {
			display: block;
			float: right;
			text-align: left;
			font-family: Arno Pro, 'Minion-Pro';
			font-size: 18px;
			font-style: italic;
			font-weight: 700;
			margin: -60px -100px 0px -30px;
			-webkit-transform: rotate(270deg);
			-moz-transform: rotate(270deg);
			-o-transform: rotate(270deg);
			writing-mode: r1-tb;
			color: #fff;
			}

		.footer a {
			color: #fff;
		}

		.footer a:hover {
			color: #79abd3;
			text-decoration: none;
			}

		
		.footer_below{
			margin-top: 13px;
		}

		.footer-right{
			border-style: solid;
			border-color: #fff;
			border-width: 1px;
			padding: 30px 50px;
			text-align: center;
			font-size: 1.3em;
			height: auto;
		}


@media screen and (max-width: 1366px) {
	#first-image .splash-booking-widget{
		top: 12%;
	}

	#first-image .go-image{
		top: 60%;
	}

	.coupon-image{
		margin-left: 2%;
	}

	.modal-dialog-faq {
		width: 60%;
	}

	.faq-image {
		position: absolute; 
		z-index: -10;
	}

	.trophy_other{
		width: 75%;
	}

	.rectangle-room .rectangle-black{
		top: 20vh;
		right: 20vh;
	}
}



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


	/* Banner */

	#first-image .splash-booking-widget{
		top: 10%;
	}

	/* End Banner */

	.coupon-image{
		margin-left: 0%;
	}


}
