/*!
 * 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: 1px;
}

.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;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-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(204,204,204,1.0);
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	max-width: 100%;
}

.img-border {
	float: none;
	margin: 0 auto 0;
	border: rgba(255,255,255,1) solid 1px;
}

.img-border2 {
	float: none;
	margin: 0 auto 0;
	border: 0px solid rgba(204,204,204,1);
}

.img {
    float: none;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 25px;
}

.img-left {
    float: none;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 25px;
}

.img-right {
	float: none;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 25px;
}

.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{
	/*text-align: center;*/
	/*background-color: rgba(19,46,58,0.7);*/
	color: #FFF;
	padding-top: 0px;
	padding-right: 13px;
	padding-bottom: 0px;
	padding-left: 13px;
	background-color: rgba(127,197,224,1);
	background-image: linear-gradient(135deg, rgba(127,197,224,1) 0%,rgba(81,183,228,1) 20%,rgba(66,138,201,1) 50%,rgba(81,183,228,1) 80%,rgba(127,197,224,1) 100%);
	/*background-image: url(../images/bg_footer.png);
	background-repeat: repeat;
	background-position: center top;*/
}

footer p {
	font-size: 15px;
	line-height: 22px;
	color: #fff;
	text-align: center;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

.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: 0px;
    }
}

@media(max-width:767px) {
    .img-portfolio {
	margin-bottom: 5px;
    }

    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: 15px;
	margin-left: auto;
    }
	
    .img-left {
	float: left;
	margin-right: 16px;
	margin-bottom: 0px;
    }
	
    .img-right {
	float: right;
	margin-left: 16px;
	margin-bottom: 0px;
    }
	
    .img-left2 {
	float: left;
	margin-right: 10px;
	margin-bottom: 0px;
    }
	
    .img-right2 {
	float: right;
	margin-left: 7px;
	margin-bottom: 0px;
    }
}
