/*!
 * Start Bootstrap - Full Slider HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

html,
body {
    height: 100%;
}

.carousel,
.item,
.active {
    height: auto;
}

.carousel-inner {
    height: 100%;
}

/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

footer {
    margin: 50px 0px 0px 0px;
    line-height: 40px;
	color:#FFFFFF;
	font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 200;
		
}

.boxOne2 {
     width: 99%;
	height: 400px;
	background-color: #404040;
	margin: -40px 0px 0px 0px;
}

.boxOne2 img {
	width: 100%;
	top: 15px;
	position: relative;
}
.boxOne2 h1 {
	display: block;
	font-size: 22px;
	font-weight: 300;
	line-height: 45px;
	background-color: #bfbfbf;
	font-family: 'Open Sans', sans-serif;
	text-align: left;
	left: 0px;
	text-indent: 12px;
	top: 25px;
	position: relative;
}
.boxOne2 h2 {
	font-size: 15px;
	font-weight: 300;
	line-height: 20px;
	font-family: 'Open Sans', sans-serif;
	text-align: left;
	left: 13px;
	color: white;
	position: relative;
	top: 10px;
}

.boxOne {
     width: 100%;
	height: 400px;
	background-color: #b4b4b4;
	margin: -40px 0px 0px 0px;
}
.boxOne img {
	width: 100%;
	top: 15px;
	position: relative;
}
.boxOne h1 {
	display: block;
	font-size: 22px;
	font-weight: 300;
	line-height: 45px;
	background-color: #cacaca;
	font-family: 'Open Sans', sans-serif;
	text-align: left;
	left: 0px;
	text-indent: 12px;
	top: 25px;
	position: relative;
	color:#277c3d;
}
.boxOne h2 {
	font-size: 15px;
	font-weight: 300;
	line-height: 20px;
	font-family: 'Open Sans', sans-serif;
	text-align: left;
	left: 13px;
	color: white;
	position: relative;
	top: 10px;
}


.container, .content {
    position: relative;
}

.proper-content {
    padding-top: 40px; /* >= navbar height */
}

.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -50px; /* same as the footer */
}

.push {
    height: 50px; /* same as the footer */
}
.footer-wrapper {
    position: relative;
    height: 40px;
    background-color: #5b992c;
}