﻿/** xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx **/
/** START OF BOOSTRAP OVERWRITE RELATED CSS DEFINITIONS xxxxxsssxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx **/		
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {line-height: 1.6;}	
body { /** add YaHei in the mix **/
  font-family:  "微軟雅黑體", "Microsoft YaHei",Helvetica, "Segoe UI", SimHei, Arial, sans-serif, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", "Noto Sans", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; 
}
/** END OF BOOSTRAP OVERWRITE RELATED CSS DEFINITIONS xxxxxsssxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx **/		
/** xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx **/




/** xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx **/
/** START OF BOOSTRAP OVERWRITE FOR DARK THEME RELATED CSS DEFINITIONS xxxxxsssxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx **/		
.theme_dark,
.theme_dark .bg-dark, .theme_dark .btn-dark {background-color:#333333 !important;color:#dddddd !important;}
.theme_dark .bg-secondary, .theme_dark .btn-secondary {background-color:#666666 !important;color:#dddddd !important;} 
.theme_dark .bg-light, .theme_dark .btn-light {background-color:#999999 !important;color:#222222 !important;}
 
.theme_dark a:hover {opacity:0.8;}

.theme_dark a, .theme_dark .fa-circle {color: #dddddd;}
 
.theme_dark .navbar {background-color: #333333;}
.theme_dark .navbar .active {background-color: #111111;}
.theme_dark .list-group-item {background-color: transparent !important;}	
/** END OF BOOSTRAP OVERWRITE FOR DARK THEME RELATED CSS DEFINITIONS xxxxxsssxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx **/		
/** xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx **/
  
  


/** xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx **/  
/** START OF CARD CSS DEFINITIONS xxxxxxxxxxxxxxxxxxxxxxXXxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx **/
.card-columns { 
  -webkit-column-gap: 2.5rem;
  -moz-column-gap: 2.5rem;
  column-gap: 2.5rem; 
} 	

.card-columns_2 {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;  	
}

.card-columns_4 {
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;  	
} 

a.stretched-link_gradient_light, a.stretched-link_gradient_dark { /** overlay gradient **/
  display:block;
  position:absolute;
 	top:0;
 	left:0;
 	height:100%;
 	width:100%;
  background-image: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,0.2), rgba(255,255,255,0.2), rgba(255,255,255,0.6));    
 	background-size: auto 100%; 	
 	
 	/** animate hover transition rather than sudden jump**/
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;  
}

a.stretched-link_gradient_light:hover, a.stretched-link_gradient_dark:hover { /** remove overlay gradient when hover **/
  background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0));  
  color: rgba(255, 255, 255, 1);
  font-size: 1rem; 
}

a.stretched-link_gradient_light:before, a.stretched-link_gradient_dark:before {
  position:absolute;
  right:1rem;
  top:0.5rem;
  font-family: 'Font Awesome\ 5 Free';
  content: "\f35d";
  font-size: 0.9rem;
} 


a.stretched-link_gradient_dark { /** overlay gradient **/
  background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.2), rgba(0,0,0,0.2), rgba(0,0,0,0.6));    
}
/** END OF CARD CSS DEFINITIONS xxxxxxxxxxxxxxxxxxxxxxxxXXxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx **/
/** xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx **/




/** xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx **/
/** START OF SHADOW RELATED CSS DEFINITIONS xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxsssxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx **/
.bg_shadow_b, .bg_shadow_t {position:relative;}	
.bg_shadow_b::after, .bg_shadow_t::after {
  position:absolute;		
  left:0;
  width:100%;
  height:12px;	  
  content: "";
  z-index:1;    
  /**opacity:0.6;**/ /** overwrite this to make it lighter **/
}
.bg_shadow_b::after {
  bottom:-12px;
  background:transparent url(../images/shadow_down_filler.png) center bottom repeat-x;  
}
.bg_shadow_t::after {
  top:-12px;
  background:transparent url(../images/shadow_up_filler.png) center top repeat-x;  
}



.bg_shadow_curve_b, .bg_shadow_curve_t {position:relative;}	
.bg_shadow_curve_b::after, .bg_shadow_curve_t::after {
  position:absolute;		
  left:0;
  width:100%;
  height:43px;	  
  content: "";
  z-index:1;    
  /**opacity:0.6;**/ /** overwrite this to make it lighter **/
}
.bg_shadow_curve_b::after {
  bottom:-43px;
  background:transparent url(../images/shadow_curve_down_filler.png) center bottom repeat-x;  
}
.bg_shadow_curve_t::after {
  top:-43px;
  background:transparent url(../images/shadow_curve_up_filler.png) center top repeat-x;  
}

.shadow_b { filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, .5));  }
.shadow_t { filter: drop-shadow(0px -3px 3px rgba(0, 0, 0, .5)); }		

.txt_shadow_dark {text-shadow: 2px 2px 2px #000000;}	
.txt_shadow_light {text-shadow: 2px 2px 2px #bbbbbb;}	
/** END OF SHADOW RELATED CSS DEFINITIONS xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxsssxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx **/
/** xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx **/


/** xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx **/
/** START OF NAVBAR RELATED CSS DEFINITIONS xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxsssxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx **/	
.navbar_shadow { 
  box-shadow:0 3px 6px 5px rgba(0, 0, 0, 0.4);   
}	
.navbar_logo { 
  padding-left:60px;
  padding-top:5px;
  padding-bottom:5px;
  background:transparent url(../images/beautyhotels.com.tw.png) left center no-repeat; 
  background-size:auto 100%;
  line-height:100%;  
  font-size:1.8rem;	  
	color:#999999 !important;	
	filter: brightness(1.5);
}
@media only screen and (max-width: 992px) { /** bootstrap lg ***************** **/
  .navbar_logo { padding-left:40px;  padding-top:2px;padding-bottom:2px;font-size:1.4rem;}  
  .nav-item, .navbar-text {width:100%; border-top:dashed #666666 1px;}  
  .navbar-nav .nav-link {padding-top:1.1rem; padding-bottom:1.1rem;}
  header {border-bottom:solid 1px #CCCCCC;}  
}
@media only screen and (max-width: 768px) { /** bootstrap md ***************** **/

  .navbar_logo { padding-left:30px;  padding-top:2px;padding-bottom:2px;font-size:1.2rem;}  
 
}
/** END OF NAVBAR RELATED CSS DEFINITIONS xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxsssxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx **/	
/** xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx **/














.bg_image {
  background:#060606 url(../images/beautyhotels.com.tw_bg.dark.jpg) center center repeat-y; 
 	
}



.bg_taipei_101 {
	
  background:    
    linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.8),     
      rgba(0, 0, 0, 1)
    ), url(../images/taipei_101.jpg) top right no-repeat; 
  background-size:cover;  	
}



.carousel-indicators {
  bottom:-50px;
}

footer {
  background:    
    linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.9),     
      rgba(0, 0, 0, 1)
    ), url(../images/office_desk.jpg) center center no-repeat; 
  background-size:cover;   	
}

.footer_logo {width:60%;max-width:150px;}
.footer_logo:hover {filter: brightness(1.5);}
@media only screen and (max-width: 992px) { /** bootstrap lg ***************** **/ 
  footer .text-right {text-align: center !important;}
  footer .row .col-12:first-child {
    text-align: center !important;
  }
}	











/** xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx **/
/** START OF UTILITIES-TELATED CSS DEFINITIONS xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx **/		 
.loading {
	background:transparent url(../images/loading.gif) center center no-repeat;
	background-size:80px 80px;
	width:100%;
	height:100%;
	min-height:100px;
	min-width:100px;
}
.embed-responsive_3by4::before {
  padding-top: 133.333%;
}
.embed-responsive_hero::before {
 padding-top: 40%;
}
 
@media only screen and (max-width: 576px) { /** bootstrap sm ***************** **/   
  
  .embed-responsive_hero::before {
    padding-top: 100%;
  }  
  
   
}	
.list_icon_light .list-group-item {padding-left:3.2rem;}
.list_icon_light .list-group-item .fa-stack {position:absolute;left:0;color:#333333 !important;}

 


.back_2_top	{
	z-index:9999;
	display:block;
	position:fixed;
  width:60px;
  height:60px;
  border-radius: 60px;  
  filter: drop-shadow(0 0 4px rgba(0, 0, 0, 1));
  bottom:15px;
  right:15px;
  cursor: pointer; 
  background:#FFFFFF url(../images/back_2_top.png) center center no-repeat;
  background-size: 60px 60px;
}
/** END OF UTILITIES-TELATED CSS DEFINITIONS xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx **/	   
/** xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx **/



/** xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx **/
/** START OF IMAGE RELATED CSS DEFINITIONS xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxsssxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx **/
.img_full {object-fit:cover;width:100%;height:100%;}	
.bg_fixed { background-attachment: fixed;}
.card:hover .img_hover_zoom, .img_hover_zoom:hover {transform: scale(1.2);}
.img_hover_zoom {transition: transform 1s;}
/** END OF IMAGE RELATED CSS DEFINITIONS xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxsssxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx **/
/** xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx **/  


/** xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx **/
/** START OF MOBILE CSS DEFINITIONS xxxxxxxxxxxxxxxxxxxxxxxxXXxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx **/
@media only screen and (max-width: 992px) { /** bootstrap lg ***************** **/
 
}	
@media only screen and (max-width: 768px) { /** bootstrap md ***************** **/
  html {font-size: 0.8rem;} 
  .container {   	 
    padding-right: 0px;
    padding-left: 0px;   
  }    	 
 
  .card-columns_4 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;  	
  }     
   
}	

 

@media only screen and (max-width: 576px) { /** bootstrap sm ***************** **/   
  .card-columns_2, .card-columns_4 {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;  	
  }   
}	
/** END OF MOBILE CSS DEFINITIONS xxxxxxxxxxxxxxxxxxxxxxxxXXxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx **/
/** xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx **/


 
 