
.html-status-code-page.maintenance body{
    background-color:#F8FAFF;
    font-family:Helvetica, Arial, 'Microsoft JhengHei', 'Apple LiGothic Medium', 'PMingLiu', sans-serif;
    font-size:14px;
}
.html-status-code-page.maintenance h2{
    color:#6d1b6d;
    font-size:1.5em;
    line-height:1.5em;
    font-weight:bold;
}
.html-status-code-page .content-container{
    min-height:200px;
}
/* Front page image slider*/



.carousel-container{
    overflow:inherit;
    display: inline-block;
    width: 100%;
    padding-bottom: 36.7%;
    height: 0px;

}

.carousel-container img
{
    width: 100%;
}

.carousel-indicators {
	width: 100%;
	text-align: center;
	left: 0px;
	margin-left: 0px;
	padding-right: 20px;
    bottom: -43px;
}

.carousel-indicators li
{
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #777\9;
    background-color: #777777;
    border: 0px;
}

.carousel-indicators .active
{
    width: 12px;
    height: 12px;
    margin: 0px;
    background-color: #AA2BAA;
}

.carousel-caption{
    background:rgba(51, 51, 51, 0.7);
    text-shadow:1px 0 1px #000;
    height:auto;
    width:100%;
    right: 0;
    left: 0;
    padding: 0;
    bottom: 0;
}
.carousel-caption > p{
    margin:0px;
}
.content-container .carousel-caption a {
    width: 100%;
    display: block;
    color:#ffffff;
    padding:10px;
    font-size:1.4em;
    text-align:left;
}
.content-container .carousel-caption a:hover {
    text-decoration:none;
}
@media screen and (min-width: 768px){
    .carousel-caption{

    }
    .carousel-caption a {
        width: 100%;
        display: block;
        color:#ffffff;
    }
}



