/* CSS Document */
/*Google Font*/
@import url(https://fonts.googleapis.com/css?family=Architects+Daughter);
@import url(https://fonts.googleapis.com/css?family=Kaushan+Script);


body{
	font-size: 15px;
	background-color: #FFF;
}
/*自訂字型*/
div{
	font-family: '微軟正黑體';
}

#logo_area{
	position:absolute;
	top:30px;
	left:60px;
}
#logo_area > img{
	width:240px;
}
#index_content{
	color: #fff;
    text-align: center;
    background: url(../images/map.jpg) no-repeat;
	background-size:cover;
	min-height: 661px;
	background-position:top right;
    overflow: hidden;
}
.navbar-default {
    background-color:transparent;
    border:0px;
}
.navbar-default .navbar-collapse{
	border:0px;
}
#example-navbar-collapse > ul > li{
	opacity:1;
	
}
#example-navbar-collapse > ul > li a{
	color:#FFF;
	font-weight:bold;

}
#example-navbar-collapse > ul > li > i{
	font-weight:normal;
}
#example-navbar-collapse > ul > li:nth-child(1){
	background:rgba(255,0,102,1);
}
#example-navbar-collapse > ul > li:nth-child(2){
	background:rgba(204,204,51,1);
}
#example-navbar-collapse > ul > li:nth-child(3){
	background:rgba(255,153,51,1);
}
#example-navbar-collapse > ul > li:nth-child(4){
	background:rgba(0,153,255,1);
}
/*
#example-navbar-collapse > ul > li:nth-child(5){
	background:rgba(153,102,204,1);
}*/
#example-navbar-collapse > ul > li:nth-child(5){
	background:rgba(234,130,118,1);
}
#example-navbar-collapse > ul > li:nth-child(1):hover{
	background:rgba(255,0,102,0.6);
}
#example-navbar-collapse > ul > li:nth-child(2):hover{
	background:rgba(204,204,51,0.6);
}
#example-navbar-collapse > ul > li:nth-child(3):hover{
	background:rgba(255,153,51,0.6);
}
#example-navbar-collapse > ul > li:nth-child(4):hover{
	background:rgba(0,153,255,0.6);
}
/*
#example-navbar-collapse > ul > li:nth-child(5):hover{
	background:rgba(153,102,204,0.6);
}*/
#example-navbar-collapse > ul > li:nth-child(5):hover{
	background:rgba(234,130,118,0.6);
}

#example-navbar-collapse > ul > li > a > span.item2{
	display:none;
}
.navbar-default .navbar-toggle,.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #FFF;
}
#navbar_area > div.navbar-header > button{
	color:#000;
}
#navbar_area > div.navbar-header > a{
	color:#FFF;
}
.dropdown-menu {
    min-width: 0px;
	background-color:#FFF;
}
#lang > div > button{
	margin:10px 0 0 3px;
}
#lang > div > ul li > a{
	color:#000;
}
.btn-default {
    border:1px solid #CCC;
}

@media (min-width: 992px) and (max-width: 1199px) {
	#logo_area{
		position:absolute;
		top:30px;
		left:30px;
	}
	#logo_area > img{
		width:200px;
	}
	#index_content{
		background: url(../images/map.jpg) no-repeat;
		background-size:cover;
		min-height: 550px;
		background-position:top right;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	#logo_area{
		position:absolute;
		top:30px;
		left:10px;
	}
	#logo_area > img{
		width:180px;
	}
	#index_content{
		background: url(../images/map.jpg) no-repeat;
		background-position:top right;
		background-size:cover;
		min-height: 400px;
	}
	.nav>li>a {
		padding: 8px 8px;
	}
	#navbar_area > div.navbar-header > a.navbar-brand{
		display:none;
	}
}

@media (max-width: 767px) {
	#logo_area{
		position:absolute;
		top:20px;
		left:10px;
	}
	#logo_area > img{
		width:120px;
	}
	#index_content{
		background: url(../images/map.jpg) no-repeat;
		background-position:top right;
		background-size:cover;
		min-height: 360px;
	}
	.navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		/*margin-top: 40px;
		background-color: #FFF;*/
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	#lang > div > button {
		margin: 3px;
	}
	#lang > div > button{
		min-width:100px;
	}
	#example-navbar-collapse > ul > li{
		
	}
	#example-navbar-collapse > ul > li > a > span.item > br{
		display:none;
	}
	#example-navbar-collapse > ul > li > a > span.item{
		display:none;
	}
	#example-navbar-collapse > ul > li > a > span.item2{
		display:inline;
	}	
}

@media (max-width: 640px) {
	#index_content{
		background: url(../images/map.jpg) no-repeat;
		background-position:top right;
		background-size:cover;
		min-height: 320px;
	}
}
@media (max-width: 480px) {
	#index_content{
		background: url(../images/map.jpg) no-repeat;
		background-position:top right;
		background-size:cover;
		min-height: 240px;
	}
}
@media (max-width: 360px) {
	#index_content{
		background: url(../images/map.jpg) no-repeat;
		background-position:top right;
		background-size:cover;
		min-height: 180px;
	}
}
/*welcome_content*/

#welcome_content{
	color:#FFF;
	font-size:3rem;
	font-family: 'Architects Daughter';
	text-align:center;
	background-color: rgba(108,140,199,1);
	line-height:5rem;
	padding:0px;
	margin:0px;
}
@media (min-width: 480px) and (max-width: 767px) {
	#welcome_content{
		line-height:3rem;
		font-size:2rem;
	}
}
@media (max-width: 479px) {
	#welcome_content{
		line-height:3rem;
		font-size:1.2rem;
	}
}


/*footer*/

#footer_area{
	padding:20px 0 10px 0;
	font-size:15px;
	color:#FFF;
	background-color: #325360;	
}
#footer_area > div > div > div > h3{
	margin-top:10px;
}
#footer_area a{
	color:#FC6E51;
}
.footer-icon{
	display: inline-block;
	vertical-align: top;
}
.footer-icon p{
	display: inline-block;
}
.footer-icon i{
	background-color:#48929B;
	color: #ffffff;
	font-size: 18px;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	text-align: center;
	line-height: 28px;
	margin: 0 6px 3px 0;
	vertical-align: middle;
}
#gototop{
	padding:2px 6px;
	/*background-color:#FFF;*/
}
a#gototop{
	color:#FFF;
}
#footer2{
	padding:15px 0;
}
#footer2 > div.col-xs-12.col-sm-10.col-md-10 > p{
	display:inline-block;
}

@media (max-width: 767px) {
	#gototop{
		margin-top:10px;
	}
	#footer2{
		text-align:center;
	}
}



/*photo_content*/
.photo_content{
	background:rgba(92,157,196,1);
}
.photo_content > div.row > div{
	padding-top:20px;
}
.photo_content > div.row:last-child{
	padding-bottom:10px;
}
#photo_content_last > div.row{
	padding-bottom:20px;
}
@media (max-width: 767px) {
	.photo_content > div.row > div > div{
		padding:10px 0 10px 0;
	}
	.photo_content > div.row:last-child{
		padding-bottom:10px;
	}

}





/*gallery*/



/* general styling for all the hovers */

.hover {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.hover .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}

.hover img {
  display: block;
  position: relative;
}

.hover h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 17px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.6);
}

.hover button.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  margin: 50px 0 0 0;
  border-radius: 0px;
  background-color: transparent;
}

.hover button.info:hover {
  box-shadow: 0 0 5px #fff;
}

/* styling to remove box shadow and border from buttons for last few effects */

.hover button.nullbutton {
  border: none;
  padding: 0px;
  margin: 0px;
}

.hover button.nullbutton:hover {
  box-shadow: none;
}

/* remove the blue line that shows on modal buttons after you have open and close a modal */

.modal-open .modal, button:focus {
    outline:none!important
}

/* styling so when hovering over a div that opens a modal the cursor changes to a pointer */
.point {
cursor: pointer;
}

/* effect hover 1 */

.ehover1 img {
  transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.ehover1 .overlay {
  opacity: 0;
  background-color: rgba(255,255,255, 0.2);
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.ehover1 h2 {
  -moz-transform: translatey(-100px);
  -ms-transform: translatey(-100px);
  -o-transform: translatey(-100px);
  -webkit-transform: translatey(-100px);
  transform: translatey(-100px);
  opacity: 0;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.ehover1 button.info {
  opacity: 0;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.ehover1:hover img {
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  opacity: 0.7;
}

.ehover1:hover .overlay {
  opacity: 1;
}

.ehover1:hover h2, .ehover1:hover button.info {
  opacity: 1;
  -moz-transform: translatey(0);
  -ms-transform: translatey(0);
  -o-transform: translatey(0);
  -webkit-transform: translatey(0);
  transform: translatey(0);
}

.ehover1:hover button.info {
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}


/*房型*/

.room_content{
	background-color:rgba(92,157,196,1);
	padding:20px 0 0px 0;
}
.room_content > div > div > div > h2{
	color:#FFF;
	margin-top:10px;
	margin-bottom:10px;
}
.room_content > div > div > div > h3{
	margin-top:20px;
	margin-bottom:10px;
}
.room_content > div > div > div > hr{
	border:0;
	height:2px;
	background-color:#FFF;
	color:#d4d4d4
}
.room{
	background-color:#FFF;
}

.room_content > div > div > div > p{
	line-height:32px;
}



