/*!
 * Start Bootstrap - Modern Business HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */
.dropdown-menu li:hover .sub-menu {visibility: visible;}
.dropdown:hover .dropdown-menu {display: block;}
/* Global Styles */

.img-portfolio {
    margin-bottom: 30px;
}

.img-hover:hover {
    opacity: 0.8;
}

/* Home Page Carousel */

header.carousel {
    height: 65%;
}

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;
}

/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}

/* Pricing Page Styles */

.price {
    display: block;
    font-size: 50px;
    line-height: 50px;
}

.price sup {
    top: -20px;
    left: 2px;
    font-size: 20px;
}

.period {
    display: block;
    font-style: italic;
}

.tagline-divider {
	border-color: rgba(255,255,255,1);
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	max-width: 100%;
}

.img-border {
    border: rgba(255,218,42,1) solid 1px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.img {
    float: none;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 17px;
}

.img-left {
    float: none;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10;
}

.img-right {
	float: none;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10;
}

.img-left2 {
    float: none;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 17px;
}

.img-right2 {
	float: none;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 17px;
}

/* Footer Styles */

footer {
    background-image: url(../images/bg_opacity_b.png), -webkit-linear-gradient(270deg,rgba(120,95,96,1.00) 0%,rgba(97,88,77,1.00) 100%);
    /*background: rgba(255,255,255,0.8);*/
    background-image: url(../images/bg_opacity_b.png), linear-gradient(180deg,rgba(120,95,96,1.00) 0%,rgba(97,88,77,1.00) 100%);
    background-repeat: repeat;
    background-position: center top;
    padding-top: 20px;
    padding-right: 13px;
    padding-bottom: 20px;
    padding-left: 13px;
    text-align: center;
    font-size: 15px;
    line-height: 22px;
    color: #fff;
    text-align: center;
}

/*footer p {
	font-size: 15px;
	line-height: 22px;
	color: #fff;
	text-align: center;
	margin: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}*/

.footer_text_right {
	font-size: 15px;
	line-height: 22px;
	color: #fff;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

.footer_text_left {
	font-size: 15px;
	line-height: 22px;
	color: #fff;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

/* Responsive Styles */

@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
}

@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }

    header.carousel .carousel {
        height: 70%;
    }
}

/* 桌面版面: 969px 到最大 1232px。樣式繼承自: 行動版面和表格版面。 */

@media screen and (min-width:968px) {
.footer_text_right {
	font-size: 15px;
	line-height: 22px;
	color: #fff;
	text-align: right;
	position: relative;
	min-height: 1px;
	padding-right: 7px;
	padding-left: 0px;
}

.footer_text_left {
	font-size: 15px;
	line-height: 22px;
	color: #fff;
	text-align: left;
	position: relative;
	min-height: 1px;
	padding-right: 0px;
	padding-left: 7px;
}
}

/* 表格版面: 481px 到 768px。樣式繼承自: 行動版面。 */

@media only screen and (min-width:481px) {

}

@media screen and (min-width:768px) {
    .img {
	margin-right: auto;
	margin-bottom: 17px;
	margin-left: auto;
    }
	
    .img-left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
    }
	
    .img-right {
	float: right;
	margin-left: 7px;
	margin-bottom: 10px;
    }
	
    .img-left2 {
	float: left;
	margin-right: 10px;
	margin-bottom: 0px;
    }
	
    .img-right2 {
	float: right;
	margin-left: 7px;
	margin-bottom: 0px;
    }
}
