#lbform {
	display: none;
	height: auto; 
	margin: 0 auto;
	padding: 0;
	width: 100%;
	position: relative;
    -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: 'Quicksand', sans-serif;
	font-size: 15px;
	font-weight: normal;
	margin: 12px 12px 0 0;
}
#lbform .row {
	display: block;
	margin: 0;
	padding: 5px 20px 0 20px;
}
#lbform .row::after {
    clear: both;
    content: "";
    display: block;
}
#lbform .row:nth-child(1) {
	padding-top: 0;
}
#lbform input {
	background: rgba(255,255,255,.9);
	color: #333;
	border: 0;
    font-family: 'Quicksand', sans-serif;
	font-size: 14px;
	font-weight: 600;
	padding: 0;
	margin: 0;
	text-indent: 15px;
	height: 45px!important;
	box-shadow: none;
	text-align: left;
    width: 100%;
    border-radius: 0;
    box-shadow: 0;
    -webkit-appearance: textfield;
    -webkit-border-radius: 2px 2px 2px 2px;
	border-radius: 2px 2px 2px 2px;
}
#lbform select {
	color: #333;
	border: 0;
    font-family: 'Quicksand', sans-serif;
	font-size: 14px;
	box-shadow: none;
	font-weight: 600;
	height: 45px!important;
	margin: 0;
	padding: 0;
	text-indent: 15px;
	float: right;
	width: 100%;
	text-transform: capitalize;
	border-radius: 0;
    background: url(../_img/lbform-select-arrow.png) no-repeat right rgba(255,255,255,.9);
    background-size: 20px 7px;
	appearance:none;
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    -webkit-border-radius: 2px 2px 2px 2px;
	border-radius: 2px 2px 2px 2px;
}

/*--Mozilla Text-indent Fix--*/
@-moz-document url-prefix() {
    #lbform select, #lbform .day, #lbform .month, #lbform .year {
    	text-indent: 6px!important;
    }
}
.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;
}*/

/*--Placeholder Styling--*/
#lbform input::-webkit-input-placeholder {
	color: #333;
	opacity: 1;
}
#lbform input:-moz-placeholder { /* Firefox 18- */
	color: #333;
	opacity: 1;  
}
#lbform input::-moz-placeholder {  /* Firefox 19+ */
	color: #333;
	opacity: 1;  
}
#lbform input:-ms-input-placeholder {  
	color: #333;
	opacity: 1;  
}
/*--Date field placeholders--*/
#lbform input[type="date"]::before {
	color: #333;
	content: attr(placeholder);
}
#lbform input[type="date"] {
	color: #333;
}
#lbform input[type="date"]:focus,
#lbform input[type="date"]:valid {
	color: #333;
}
#lbform input[type="date"]:focus::before,
#lbform input[type="date"]:valid::before {
	content: "" !important;
}

.gender {
}

/*Form error styling*/
.form-error {
	color:red;
	font-size:13px;
	position:absolute;
	top:129px;
	left:35px;
}
.note {
	display: block;
	color: #fff;
    font-family: 'Quicksand', sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
	line-height: 15px;
}
/*#lbform button {
	background: #ee3e41;
	color: #fff;
	font-size: 20px;
	font-family: Signika, sans-serif;
	width: 100%;
	padding: 10px 0;
	font-weight: 600;
	border: medium none;
	text-transform: uppercase;
	-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;
}