html {
	min-height: 100%;
}

body {
	background-image: linear-gradient(to bottom, rgba(0,0,0,0.4), rgba(0,0,0,0.9)), url(../images/background.jpg);
	background-color: black;
	/* border-top: 15px solid #F29E1A; */
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	min-height: 100%;
	color: white;
	font-family: 'Lato', sans-serif;
}

.alert {
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
}

.container {
	max-width: 1024px;
}

#topo {
	text-align: center;
	padding: 50px 0;
}

.t {
	
	text-align: center;
	margin: 0;
	text-transform: uppercase;
	font-size: 34px;
	color: white;
	font-weight: 700;
}

.t small {
	display: block;
	font-size: 34px;
	color: white;
}

#body {
	/* background-color: rgba(0, 0, 0, 0.50); */
	padding: 30px;
	margin: 30px 0;
}

#body.carregando {
	position: relative;
}

#body.carregando:before {
	content: "";
	position: absolute;
	background-color: white;
	width: 100%;
	height: 100%;
	background-image: url(http://v2.preloaders.net/preloaders/496/Flip%20Flop.gif);
	background-repeat: no-repeat;
	background-position: center;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
}



.rede {
	text-align: center;
	display: block;
	padding-bottom: 15px;
	font-size: 16px;
	color: inherit;
}

.rede p {
    color: white;
}

.icon {
	background-color: #f58220;
	display: inline-block;
	border-radius: 100%;
	margin-bottom: 10px;
	padding: 10px;
	max-width: 100%;
}

.icon:hover {
	background-color: #c5671a;
}


.botao {
	border: none;
	color: white;
	padding: 10px 30px;
	text-transform: uppercase;
	font-size: 17px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75);
	background: #f58220;
    /*
	background: -webkit-linear-gradient(#f7c424, #ed7710);
	background: -moz-linear-gradient(#f7c424, #ed7710);
	background: -o-linear-gradient(#f7c424, #ed7710);
	background: linear-gradient(#f7c424, #ed7710);
    */
}

.botao:hover {
	background: #c5671a;
    /*
	background: -webkit-linear-gradient(#ed7710, #f7c424);
	background: -moz-linear-gradient(#ed7710, #f7c424);
	background: -o-linear-gradient(#ed7710, #f7c424);
	background: linear-gradient(#ed7710, #f7c424);
    */
}

#rodape {
	text-align: center;
	margin-bottom: 30px;
	
}

#rodape p {
	margin: 0;
	font-size: 16px;
	color: white;
	border-bottom: 1px solid #bdbdbd;
	padding-bottom: 15px;
}

#mix {
	margin-top: 15px;
	/*border-top: 1px solid #EEEEEE;*/
	padding-top: 15px;
}

#mix a {
	display: inline-block;
}



#contato .row {
	margin: 0 -7.5px;
}

#contato [class^="col-"] {
	padding: 0 7.5px;
}

.form-control {
	font-size: 16px;
	padding: 10px 15px;
	height: auto;
	border: none;
	text-transform: lowercase;
	background-color: white;

	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
}

.form-control[name="mensagem"] {
	height: 157px;
}

.form-control:focus {
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.75);
	border: none;
}