/* Add here all your css styles (customizations) */
.navbar-brand {
    /*padding: 0px 0px;*/
}

/*Interactive Slider v2
------------------------------------*/
.interactive-slider-v2 {
  z-index: 1;
  padding: 200px 0;
  position: relative;
  text-align: center;
  background: url(../img/bg/garden.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}

.interactive-slider-v2-md {
  padding: 250px 0;
}

.interactive-slider-v2.img-v1 {
  background: url(../img/bg/25.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}

.interactive-slider-v2::after {
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    background: rgba(0,0,0,.1);
}

/*mobil文字左右內縮*/
@media (max-width: 991px) {
	.headline-center p {
		padding: 0 20px;
	}
}
/*房價 */
.pricing-head h3 {
	 font-family: "Microsoft Yahei", "微軟正黑體", "標楷體", "Helvetica, Arial", "sans-serif";
	color:#000000;
  background: 
              -webkit-linear-gradient(rgba(202,241,188,0.40), rgba(135, 60, 255, 0.0) 80%),
              -webkit-linear-gradient(-45deg, rgba(178,236,182,0.90) 25%, rgba(222,255,173,0.90) 75%);
}
#romebg{
  background: 
              -webkit-linear-gradient(rgba(202,241,188,0.40), rgba(135, 60, 255, 0.0) 80%),
              -webkit-linear-gradient(-45deg, rgba(178,236,182,0.90) 25%, rgba(222,255,173,0.90) 75%);	
}

/*.list-group-item {
    background-color: transparent;
	border: 1px solid #eee;
}*/
/* footer link */

.footer .widget-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 21px;
}
footer .widget-tags .tags a {
    border: 1px solid rgba(255, 255, 255, 0.2);
}
.widget-tags .tags a {
	border-radius: 8px;
    border: 0px solid rgba(0, 0, 0, 0.2);
    color: #fff;
    background-color: rgba(38,171,17,1.00);
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 1px;
    margin: 0 2px 5px 0;
    padding: 5px 7px;
    text-decoration: none;
    -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
}
/* nav menu fontsize */

.header-v6 .navbar-nav > li > a {
    font-size: 15px;
    font-weight: lighter;
    letter-spacing: 1px;
}


body {
  margin: 0px;
  padding: 0px;
  height:100%;
}
html{
  height:100%;
}

/* Home Page Carousel */

header.carousel {
	height: 70%;

}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%;
}

header.carousel .fill {
    width: 100%;
    height: 100%;
    /*background-position: center;*/
    background-size: cover;
}



