/* ======================> Miscelaneos */
.nopad { padding: 0!important;}
.nomar { margin: 0!important;}
@-moz-document url-prefix() { a:focus, a img:focus { outline-style: none; } }
/* ======================> Animation */
.ani {
	opacity:0;
	position:relative;
}
.ani.animated-slideUp {
	visibility:hidden;
	opacity:0;
	-moz-transition: all 1000ms linear;
	-webkit-transition: all 1000ms linear;
	-o-transition: all 1000ms linear;
	transition: all 1000ms linear;
	-moz-transform:translate3d(0px,100px,0px);
	-webkit-transform:translate3d(0px,100px,0px);
	-o-transform:translate(0px,100px,);
	-ms-transform:translate(0px,100px,);
	transform:translate3d(0px,100px,0px);
}
.ani.animated-slideUp.in-view {
	visibility:visible;
	opacity:1;
	-moz-transform:translate3d(0px,0px,0px);
	-webkit-transform:translate3d(0px,0px,0px);
	-o-transform:translate(0px,0px);
	-ms-transform:translate(0px,0px);
	transform:translate3d(0px,0px,0px);
}
.delay1 {
	animation-delay: 1s!important;
	-ms-animation-delay: 1s!important;
	-webkit-animation-delay: 1s!important;
	-moz-animation-delay: 1s!important;
	-o-animation-delay: 1s!important;
}
.delay15 {
	animation-delay: 1.5s!important;
	-ms-animation-delay: 1.5s!important;
	-webkit-animation-delay: 1.5s!important;
	-moz-animation-delay: 1.5s!important;
	-o-animation-delay: 1.5s!important;
}
.delay2 {
	animation-delay: 2s!important;
	-ms-animation-delay: 2s!important;
	-webkit-animation-delay: 2s!important;
	-moz-animation-delay: 2s!important;
	-o-animation-delay: 2s!important;
}
.delay25 {
	animation-delay: 2.5s!important;
	-ms-animation-delay: 2.5s!important;
	-webkit-animation-delay: 2.5s!important;
	-moz-animation-delay: 2.5s!important;
	-o-animation-delay: 2.5s!important;
}
.delay3 {
	animation-delay: 3s!important;
	-ms-animation-delay: 3s!important;
	-webkit-animation-delay: 3s!important;
	-moz-animation-delay: 3s!important;
	-o-animation-delay: 3s!important;
}
.delay35 {
	animation-delay: 3.5s!important;
	-ms-animation-delay: 3.5s!important;
	-webkit-animation-delay: 3.5s!important;
	-moz-animation-delay: 3.5s!important;
	-o-animation-delay: 3.5s!important;
}
.delay4 {
	animation-delay: 4s!important;
	-ms-animation-delay: 4s!important;
	-webkit-animation-delay: 4s!important;
	-moz-animation-delay: 4s!important;
	-o-animation-delay: 4s!important;
}

/* ======================> IPHORM */
.iphorm-success-message {
	background-color: #9DC11D!important;
	background-image: none;
	color: #fff;
	border: none;
	padding: 8px;
	border-radius: 4px;
	position: relative;
	z-index: 999999;
}
.iphorm-success-message:before {
	content: '\f00c';
	font-family: 'FontAwesome';
	padding: 0 10px 0 5px;
}
.iphorm-errors-list > .iphorm-error {
	background-color: #EA8686;
	background-image: none;
	color: #fff;
	padding: 7px 10px;
	border: none;
	border-radius: 4px;
}
.iphorm-errors-list > .iphorm-error:before {
	content: '\f071';
	font-family: 'FontAwesome';
	padding: 3px 8px 0 0;
}
form.iphorm input:focus,
form.iphorm textarea:focus,
form.iphorm input:hover,
form.iphorm textarea:hover {background: #fff;}
form.iphorm input,
form.iphorm textarea {
	background: transparent!important;
	border: 2px solid #5f3420!important;
	padding: 10px!important;
	width: 100%;
	max-width: 473px!important;
	color: #222!important;
	transition:  all  .3s e ase-out;
	-webkit-transition:  all  .3s e ase-out;
	-moz-transition:  all  .3s e ase-out;
	-o-transition:  all  .3s e ase-out;
	font-family: 'Century';
}
.iphorm-element-spacer {
	padding-bottom: 3px;
}
form.iphorm label {
	font-size: 15px;
	font-weight: normal;
}
form.iphorm .iphorm-edit-form-wrap { display: none; }
form.iphorm button > span > em {
	padding: 9px 51px;
	margin: 0;
	line-height: 27px!important;
	/*text-transform: uppercase;*/
	color: #fff;
	background: #5f3420;
	border-radius: 0;
	transition:  all  .3s e ase-out;
	-webkit-transition:  all  .3s e ase-out;
	-moz-transition:  all  .3s e ase-out;
	-o-transition:  all  .3s e ase-out;
	font-family: 'Century';
}
form.iphorm button:hover em {
	color: #fff;
	background: #c1a796 !important;
}
form.iphorm button:hover span {	background: transparent!important; }
form.iphorm button > span,
form.iphorm button {
	padding: 0;
	margin: 0;
	border: none;
}
form.iphorm .iphorm-submit-input-wrap {float: none;margin: auto;display: table;}
.iphorm-submit-wrap,
.iphorm-outer {
	margin: 0 auto 30px auto;
	max-width: 473px!important;
}
section.yellow form.iphorm button:hover em {
	background: #333!important;
}
div.iphorm-swfupload-browse:hover {
	background-color: #333!important;
}
div.iphorm-swfupload-browse {
	text-shadow: none!important;
	background-image: none!important;
	border: none!important;
	padding: 12px 20px 13px;
	display: table;
	background-color: #000!important;
	color: #fff!important;
	-webkit-transition:  all  .3s e ase-out;
	-moz-transition:  all  .3s e ase-out;
	-o-transition:  all  .3s e ase-out;
	float: right;
}
.iphorm-submit-wrap button span {
	background: transparent;
}
.iphorm-submit-wrap, .iphorm-outer {
	margin-bottom: 0;
}
.iphorm-upload-queue-file {
	float: left;
	display: table;
	background: #eee;
	border: 1px solid #ddd;
	padding: 5px;
	margin: 6px 0 0;
	position: relative;
	overflow: hidden;
}
.iphorm-swfupload-browse-wrap {
	float: right;
}
div.iphorm-file-queue {
	/* background: #cf0; */
	display: table;
	padding: 0;
	float: left;
}
