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

body{
	font-family: Verdana, "DejaVu Sans", "Trebuchet MS", sans-serif;
	font-size: 14px;
}

.luxbg{
  background: url("../images/indego.jpg") no-repeat bottom center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 400px;
  position: relative;
}

.luxtitle{
	background-color: rgba(0,0,0,0.85);
	bottom: 0;
    color: #fff;
    left: auto;
    margin: 0 auto;
    padding: 10px 20px;
    position: absolute;
    right: auto;
    text-align: center;
}

.luxtitle h2{font-size: 20px;}

h3{margin-top: 40px;}

.btn-success{
	background-color: #6cc078;
	border-radius: 0;
}

.form-control{border-radius: 0; border: 2px solid #e5e6e7; box-shadow: none;}

label{font-weight: normal;}

.special-text{color: #a1a1a1; margin: 25px 0 15px;}

footer{
	background: #000f3a;
	padding: 15px;
	color: #babcc2;
	text-align: center;
	margin-top: 50px;
}

ul {padding: 0 14px;}

footer img{ margin: 0 10px;}

@media (max-width:768px){
	footer img{ display: block; margin: 0 auto 10px;}
	.luxtitle{
		left: 0;
		right: 0;
	}
}