/*!
 * 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.
 */

/* Global Styles */

html,
body {
    height: 100%;
}

body {
	/*改 内容距离顶部*/
    padding-top: 50px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
	font-size: 14px;
}

.img-portfolio {
    margin-bottom: 20px;
}

.img-hover:hover {
    opacity: 0.5;
}

/* Home Page Carousel */
/* 改 原height: 50% */
header.carousel {
    height: 59%;
}

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;
}

/* Footer Styles */

footer {
    margin: 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%;
    }
}

a.foothref:link {color:#EEE; text-decoration:none;}
a.foothref:visited {color:#EEE; text-decoration:none;}
a.foothref:hover {color:#337ab7; text-decoration:underline;}
a.foothref:active {color:#EEE; text-decoration:none;}

a.contenthref:link {color:#4763b3; text-decoration:underline;}
a.contenthref:visited {color:#4763b3; text-decoration:underline;}
a.contenthref:hover {color:#092939; text-decoration:underline;}
a.contenthref:active {color:#4763b3; text-decoration:underline;}


.HtmlTxt{
	color:#092939;
	font-size:20px;
	text-align:center;
	padding-top:15px;
}

.HtmlTxtSmall{
	color:#8f1838;
}

.FAQda{
	padding:0px 23px 15px 23px;
}

.HtmlContentTxt{
	padding-right:25px;
	margin-bottom:20px;
}

.SmallTitle{
	color:#8f1838;
	font-size:16px;
	font-weight:bold;
}
.SmallTitleSub{
	color:#000;
	font-weight:bold;
	line-height:30px;
}
