body {
	padding-top: 50px;
	background: #f2f2f2; /* f7f7f7 background: #181818; */
}

 /* Placeholders */
.placeholders {
	padding-bottom: 3rem;
}

.placeholder img {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}

.navbar-fixed-top {
	border: 0;
	background: #852c48;
}

.navbar-lower {
	border: 0;
	/*background: #d2d2d2;*/
	background: #383838;
	border-radius: 0 !important;
}

.form-group.required .control-label:after {
	content:"*";
	color:red;
}

.modal {
	overflow: auto !important;
}

#main {
	width: 100%;
}
