@charset "utf-8";
/* CSS Document */

body {
	font-family: Calibri;
	font-size: 13pt;
	background-color: #0e71b9;	
}

.container {
	background-color: #FFF;
	padding: 0px;
}
.banner {}
.carousel-fade {
    .carousel-inner {
        .item {
            transition-property: opacity;
        }
        
        .item,
        .active.left,
        .active.right {
            opacity: 0;
        }

        .active,
        .next.left,
        .prev.right {
            opacity: 1;
        }

        .next,
        .prev,
        .active.left,
        .active.right {
            left: 0;
            transform: translate3d(0, 0, 0);
        }
    }

    .carousel-control {
        z-index: 2;
    }
}



html, 
body, 
.carousel, 
.carousel-inner, 
.carousel-inner .item {
    height: auto;
}

.item:nth-child(1) {
    background: #74C390;
}

.item:nth-child(2) {
    background: #51BCE8;
}

.item:nth-child(3) {
    background: #E46653;
}

.navbar-inverse .navbar-nav>li>a{
	color: #FFFFFF;
}

.navbar-inverse .navbar-brand{
	color: #FFFFFF;
	text-indent: 10px;
}
.col-lg-11{
	background-color: #FFF;
	min-height: 350px;
	margin-right: auto;
	margin-left: auto;
	float: none;
}
.col-sm-4 {
	background-color: #333;
}

.col-lg-8{
	background-color: #FFF;
	min-height:550px;
}

.col-md-6, .col-md-4{
	margin-top:15px;
}
.footer {
	position: relative;
	bottom: 0;
	width: 100%;
	/* Set the fixed height of the footer here */
	height: auto;
	background-color: #f5f5f5;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 11pt;
	clear: both;
}

.footer a:link, .footer a:visited {
	color: #1c4e65;
}

h1 {
	font-size: 32pt;
	background-color: #FFF;
	text-indent: 1px;
	color: #4BACC6;
	font-weight: bold;
	font-family: Calibri;
}

h3 {
	color: #F79646;
}

.txt10 {
	font-size: 10pt;
	clear: both;
}

img-thumbnail { clear:both;}
.blackbox {
	background: #333;
	clear: both;
	height: auto;
	width: 100%;
	text-align: center;
}
