#lbform {
	display: none;
	height: auto; 
	margin: 0 auto;
	padding: 0;
	width: 100%;
    -webkit-animation: fadein 1s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 1s; /* Firefox < 16 */
        -ms-animation: fadein 1s; /* Internet Explorer */
         -o-animation: fadein 1s; /* Opera < 12.1 */
            animation: fadein 1s;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
/*#hero-image .content1 .form-outer #lbform h2 {
	display: none;
}*/
#lbform option {
	background: #eee;
	color: #000;
}
#lbform label {
	color: #333;
	display: inline;
	float: left;
	font-family: Lato, sans-serif;
	font-size: 15px;
	font-weight: normal;
	margin: 12px 12px 0 0;
}
#lbform .row {
	display: block;
	margin: 0;
	padding: 10px 20px 0 20px;
}
#lbform .row::after {
    clear: both;
    content: "";
    display: block;
}
#lbform input {
	background: rgba(255,255,255,.8);
	color: #000;
	border: 0;
    font-family: Lato, sans-serif;
	font-size: 14px;
	padding: 0 0 0 2%;
	margin: 0;
	height: 50px!important;
	box-shadow: none;
	text-align: left;
    width: 98%;
    text-transform: capitalize;
    border-radius: 0;
    box-shadow: 0;
    -webkit-appearance: textfield;
}
#lbform select {
	color: #000;
	border: 0;
    font-family: Lato, sans-serif;
	font-size: 14px;
	box-shadow: none;
	height: 50px!important;
	margin: 0;
	padding: 0 0 0 10px;
	float: right;
	width: 100%;
	text-transform: capitalize;
	border-radius: 0;
    background: url(../_img/select-arrow.png) no-repeat right rgba(255,255,255,.8);
    background-size: 19px 9px;
	appearance:none;
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
}
.bit-of-margin {
	width: 20%!important;
	margin-right: 10px!important;
}
.bit-of-width {
	width: 20%!important;
}
#lbform input.blur {
	color: #000;
}
#lbform input.focus, #lbform input.complete {
	color: #000;
}
.gender {
	/*width: 220px;*/
}
#lbform .day {
	background: url(../_img/select-arrow.png) no-repeat right rgba(255,255,255,.8);
    background-size: 19px 9px;
	width: 30%!important;
	margin-right: 5%!important;
	float: left!important;
}
#lbform .month {
	background: url(../_img/select-arrow.png) no-repeat right rgba(255,255,255,.8);
    background-size: 19px 9px;
	width: 30%!important;
	margin-right: 5%!important;
	float: left!important;
}
#lbform .year {
	background: url(../_img/select-arrow.png) no-repeat right rgba(255,255,255,.8);
    background-size: 19px 9px;
	width: 30%!important;
	float: left!important;
}

.note {
	display: block;
	color: #fff;
    font-family: Lato, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
	line-height: 15px;
}
#lbform button {
	background: #d90707;
	color: #fff;
	font-size: 20px;
	font-family: Lato, sans-serif;
	width: 100%;
	padding: 10px 0;
	border: medium none;
	-webkit-border-radius: 2px 2px 2px 2px;
	border-radius: 2px 2px 2px 2px;
}
#lbform fieldset {
	border: medium none;
	margin: 0;
	padding: 0;
}
/*#lbform label {
	font-size: 15px;
}*/
.less-margin {
	margin: 5px 12px 5px 0!important;
}
.orange-color {
	color: #fff;
    font-weight: bold;
}
.orange-color:hover {
	color: #fff;
}