
button, input[type="button"], input[type="submit"]{
	cursor:pointer;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color:    inherit;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    inherit;
    opacity:  1;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    inherit;
    opacity:  1;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    inherit;
}

.abfc_none{
	display:none;
}
#abfc_form{
	max-width:1110px;
	text-align:center;
	padding-bottom:5px;
	padding-top: 2px;
}
#abfc_form .col-md-4{
	padding-left:10px;
	padding-right:10px;
	height:90px;
}
.abfc_inputtext{
	width:100%;
	height:60px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 30px;
	box-sizing:border-box;
	
	color:#646464;
	background-color:#fff;
	font-size:16px;
    font-family: 'Open Sans', sans-serif;
	font-weight:normal;
	
	border:2px solid #fff;
	display:block;
	position:relative;
	border-radius: 7px !important;
}

.abfc_inputtext.abfc_invalid{
	color:#c23234;
	border-color:#c23234;
}
.box_select.abfc_invalid{
	color:#c23234;
	border-color:#c23234;
}
.select_form.abfc_invalid{
	color:#c23234;
}
.box_select{
	overflow:hidden;
	border-radius: 7px !important;
	border:2px solid #fff;
	box-sizing:border-box;
	background-color:#ffffff;
	height:60px;
}
.select_form{
	width:calc(100% + 20px);
	height:55px;
	padding:0px 0px 0px 26px;
	box-sizing:border-box;
	
	color:#646464;
	background-color:#fff;
	font-size:16px;
    font-family: 'Open Sans', sans-serif;
	font-weight:normal;
	
	border:0px none transparent;
	display:block;
	position:relative;
	background-image:url(../../img/bg/drop_down.png);
	background-repeat:no-repeat;
	background-position:calc(100% - 50px) center;
}
.select_form option{
	height:40px;
	padding:0px 0px 0px 26px;
	box-sizing:border-box;
	
	color:#646464;
	background-color:#fff;
	font-size:16px;
    font-family: 'Open Sans', sans-serif;
	font-weight:normal;
}
.abfc_textarea{
	width:300px;
	height:150px;
	margin:0px 0px 5px 0px;
	padding:10px 0px 0px 10px;
	
	color:#333;
	background-color:#fff;
	font-size:14px;
	font-family:'Arial';
	
	border:1px solid #ccc;
	border-radius:3px;
	resize:none;
}

.abfc_textarea.abfc_invalid{
	background-color:#f6abab;
	border-color:#f6abab;
}
.enviarbg{
	width:100%;
	height:20%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0099cc+0,66ff66+100 */
	background: #312783; /* Old browsers */
	background: -moz-linear-gradient(left, #312783 0%, #cf3a42 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #312783 0%,#cf3a42 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #312783 0%,#cf3a42 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#312783', endColorstr='#cf3a42',GradientType=1 ); /* IE6-9 */
	float: left;
}
.abfc_button{
	width:100%;
	height:100%;
	margin:0px 0px 0px 0px;
	padding:0px 0px 15px 0px;
	box-sizing:border-box;
	
	color:#fff;
	background-color:transparent;
	font-size:60px;
	font-family:'helvetica';
	font-weight:700;
	text-align:center;
	
	border:0px none transparent;
	display:block;
	background-image:url(../../img/bg/enviar.png);
	background-repeat:no-repeat;
	background-position:90% center;
}

.enviarbg:hover{
	opacity:0.8;
}

#abfc_okform{
	width:400px;
}

h3.abfc_h3{
	margin:20px;
	
	font-size:20px;
	font-family:'Calibri', sans-serif;
	color:#666;
}

p.abfc_p{
	margin:20px;
	
	font-size:14px;
	font-family:'Calibri', sans-serif;
	color:#666;	
}

#of_menuloader{
	position:fixed;
	width:200px;
	height:50px;
	left:50%;
	top:50%;
	overflow:hidden;
	margin-top:-25px;
	margin-left:-100px;
	z-index:99999;
	font-size:14px;
	color:#fff;
}

#of_menuloaderbar{
	width:0px;
	height:20px;
	margin-top:3px;
    -webkit-animation-name: loader;
    -webkit-animation-duration: 2s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 0s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
    -webkit-animation-play-state: running;
    /* Standard syntax */
    animation-name: loader;
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-play-state: running;
	background-color:#cc0033;
	border-radius:3px;
	overflow:hidden;
}


/* Chrome, Safari, Opera */
@-webkit-keyframes loader {
    0%   {width:0px;}
    100% {width:200px;}
}

/* Standard syntax */
@keyframes loader {
    0%   {width:0px;}
    100% {width:200px;}
}

#of_shadowloader{
	position:fixed;
	z-index:88888;
	width:100%;
	height:100%;
	background-color:#000;
	opacity:0.6;
	left:0px;
	top:0px;
}

@media (max-width: 1800px){
	#abfc_form {
		max-width: 1210px;
		padding-left: 100px;
		padding-right: 50px;
	}
	.abfc_inputtext {
		height: 50px;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 25px;
		font-size: 14px;
	}
	.box_select{
		height: 50px;
	}
	#abfc_form .col-md-4 {
		padding-left: 7px;
		padding-right: 7px;
		height: 70px;
	}
	.select_form {
		height: 45px;
		padding: 0px 0px 0px 21px;
		font-size: 14px;
	}
	.select_form option {
		padding: 0px 0px 0px 21px;
		font-size: 14px;
	}
}
@media (max-width: 1023px){
	#abfc_form {
		padding-left: 0px;
		padding-right: 0px;
	}
}

@media (max-width: 767px){
	.abfc_inputtext {
		margin: 0px 0% 0px 0%;
		width: 100%;
		float: none;
	}
	#abfc_form .col-md-4 {
		padding-left: 0px;
		padding-right: 0px;
	}
}