
textarea{
	resize:vertical;
}
.ff-center-content{
	display:table;
	height:100%;
	width:100%;
}
.ff-center-content > .ff-inner{
	vertical-align:middle;
	height:100%;
	width:100%;
	display:table-cell;
}
.ff-no-mt{
	margin-top:0 !important;
}
.ff-label{
	cursor:pointer;
}

.ff-icon-input{
	position:relative;
}
.ff-icon-input > .ff-text{
	padding-left:39px;
}
.ff-icon-input > i{
	position:absolute;
	font-size:18px;
	line-height:18px;
	left:13px;
	top:50%;
	margin-top:-9px;
	vertical-align:middle;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	transition:all .3s ease;
	color:#909090;
}
.ff-icon-input > textarea.ff-text + i{
	top:12px;
	margin:0;
}
.ff-icon-input > .ff-text:focus + i{
	color:#E91E63;
}
.ff-mt-30{
	margin-top:30px;
}
.ff-checkbox,
.ff-label{
	vertical-align:middle;
}
.ff-relative{
	position:relative;
}
.ff-form-row{
	margin-bottom:15px;
	position:relative;
}
.ff-form-row p{
	margin:0;
	display:inline-block;
	*display:inline;
	*zoom:1;
	vertical-align:middle;
	margin-right:5px;
}
.ff-form-box > form > .ff-form-row:last-of-type,
.ff-form-box > .ff-form-row:last-of-type{
	margin-bottom:0;
}
.ff-right{
	text-align:right;
}
.ff-pull-left{
	float:left;
}
.ff-pull-right{
	float:right;
}
.ff-clearfix:before,
.ff-clearfix:after{
	content: ' ';
	display:table;
}
.ff-clearfix:after{
	clear:both;
}
.ff-block{
	display:block;
	width:100%;
}
.ff-ratings{
	position:relative;
	display:inline-block;
	*display:inline;
	*zoom:1;
	vertical-align:middle;
	top:-3px;
}
.ff-ratings > input{
	opacity:0;
	position:absolute;
}
.ff-ratings:before,
.ff-ratings:after{
	content: ' ';
}
.ff-ratings:after{
	clear:both;
}
.ff-ratings input + label{
	color:#F0F0F0;
	font-size:22px;
	padding-right:8px;
	float:right;
	display:block;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	transition:all .3s ease;
	-webkit-text-stroke:.5px transparent;
}
.ff-ratings input:checked ~ label,
.ff-ratings input + label:hover,
.ff-ratings input + label:hover ~ label{
	color:#FB3;
}

.ff-form-row{
	margin-bottom:20px;
}
.ff-mt-30{
	margin-top:40px;
}
.ff-form-box{
	max-width:450px;
	padding:40px;
	margin:50px auto;
	border-radius:2px;
	box-shadow: 0 2px 10px rgba(0,0,0,.1);
	background:#FFF;
	overflow:hidden;
}
.ff-header{
	margin:-40px;
	margin-bottom:20px;
	padding:40px;
	text-align:center;
	background:#E91E63;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,.1);
}
.ff-header > h2{
	margin:0;
	font-size:34px;
	color:#FFF;
	letter-spacing:2px;
	text-transform:uppercase;
}
.ff-text{
	padding:12px 16px;
	border:none;
	outline:none;
	width:100%;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	transition:all .3s ease;
	border-bottom:solid 2px #F0F0F0;
}
.ff-text:focus{
	border-color:#E91E63;
}
a.ff-btn{
	color:#202020;
	text-decoration:none !important;
}
.ff-btn{
	padding:10px 25px;
	outline:none;
	position:relative;
	overflow:hidden;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	transition:all .3s ease;
	z-index:5;
	border:none;
	background:#FFF;
	border:solid 2px #F0F0F0;
	position:relative;
	overflow:hidden;
	z-index:5;
	text-align:center;
	color:#202020;
}
.ff-btn.ff-secondary{
	border-color:transparent;
}
.ff-btn:hover{
	border-color:#E91E63;
}
.ff-btn:after{
	content: ' ';
	position:absolute;
	top:50%;
	left:50%;
	-webkit-transform:translate3d(-50%, -50%, 0);
	-moz-transform:translate3d(-50%, -50%, 0);
	-ms-transform:translate3d(-50%, -50%, 0);
	-o-transform:translate3d(-50%, -50%, 0);
	transform:translate3d(-50%, -50%, 0);
	border-radius:50%;
	background:#E91E63;
	-webkit-transition:all .6s ease;
	-moz-transition:all .6s ease;
	transition:all .6s ease;
	width:0;
	height:0;
	z-index:-1;
}
.ff-btn:active{
	color:#FFF;
}
.ff-btn:active:after{
	width:200px;
	height:200px;
}
.ff-block.ff-btn:active:after{
	width:600px;
	height:600px;
}
.ff-checkbox-main{
	position:relative;
}
.ff-checkbox{
	position:relative;
	height:16px;
	width:16px;
	display:inline-block;
	*display:inline;
	*zoom:1;
}
.ff-checkbox > input{
	vertical-align:middle;
	height:20px;
	width:20px;
	margin:0;
	position:relative;
	z-index:5;
	opacity:0;
	position:absolute;
	top:0;
	left:0;
}
.ff-checkbox > span{
	height:18px;
	width:18px;
	background:transparent;
	z-index:1;
	position:absolute;
	top:-1px;
	left:0;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	transition:all .3s ease;
	background:transparent;
	border:solid 2px #F0F0F0;
	border-radius:50%;
}
.ff-radio > span{
	border-radius:50%;
}
.ff-checkbox > input + span:before{
	content: '\f3fd';
	font-family: ionicons;
	font-size:16px;
	line-height:16px;
	width:16px;
	text-align:center;
	vertical-align:middle;
	position:absolute;
	top:0;
	left:0;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	transition:all .3s ease;
	opacity:0;
	color:#FFF;
}
.ff-radio > input + span:before{
	content: ' ';
	left:1px;
	right:1px;
	bottom:1px;
	top:1px;
	background:#E91E63;
	border-radius:50%;
	width:auto;
}
.ff-checkbox > input:checked + span{
	border-color:#E91E63;
}
.ff-checkbox > input[type=checkbox]:checked + span{
	background:#E91E63;
}
.ff-checkbox > input:checked + span:before{
	opacity:1;
}
.input-btn{
	position:absolute;
	top:50%;
	margin-top:-12px;
	right:16px;
	height:24px;
	width:24px;
	line-height:24px;
	vertical-align:middle;
	text-align:center;
	border-radius:50%;
	background:rgba(0,0,0,.4);
	color:#FFF;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	transition:all .3s ease;
}
.input-btn > i{
	font-size:20px;
	color:#FFF;
	vertical-align:middle;
	position:relative;
	top:-1px;
}
.input-btn > i:before{
	line-height:1em;
}
.input-btn:hover{
	background:#202020;
}
.ff-separator{
	position:relative;
	margin-top:40px;
	margin-bottom:30px;
}
.ff-separator > span{
	text-transform:uppercase;
	letter-spacing:2px;
	font-size:12px;
	color:#E91E63;
}
.ff-selectbox{
	padding:12px;
	background:transparent;
	outline:none;
	color:#202020;
	color:rgba(0,0,0,.6);
	background:transparent;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	transition:all .3s ease;
	background:#FFF;
	border:none;
	border-bottom:solid 2px #F0F0F0;
}
.ff-selectbox:focus{
	border-color:#E91E63;
	color:#E91E63;
}
.ff-selectbox > option{
	color:#202020;
}
.ff-alert{
	background:#FAFAFA;
	position:relative;
	padding:15px;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,.1);
}
.ff-alert > .ff-close{
	position:absolute;
	top:15px;
	right:15px;
	color:#202020;
	text-decoration:none;
}
.ff-text.ff-success{
	border-color:#4CAF50 !important;
}
.ff-text.ff-success + i{
	color:#4CAF50 !important;
	opacity:1;
}
.ff-text.ff-error{
	border-color:#FF5252 !important;
}
.ff-text.ff-error + i{
	color:#FF5252 !important;
	opacity:1;
}
.ff-text.ff-warning{
	border-color:#FFC107 !important;
}
.ff-text.ff-warning + i{
	color:#FFC107 !important;
	opacity:1;
}
.ff-alert.ff-success{
	background:#4CAF50 !important;
}
.ff-alert.ff-error{
	background:#FF5252 !important;
}
.ff-alert.ff-warning{
	background:#FFC107 !important;
}
.ff-brown .ff-selectbox:focus,
.ff-brown .ff-separator > span,
.ff-brown .ff-icon-input > .ff-text:focus + i{
	color:#795548;
}
.ff-brown .ff-radio > input + span:before,
.ff-brown .ff-btn:after,
.ff-brown .ff-checkbox > input[type=checkbox]:checked + span,
.ff-brown .ff-header{
	background:#795548;
}
.ff-brown .ff-selectbox:focus,
.ff-brown .ff-checkbox > input:checked + span,
.ff-brown .ff-btn:hover,
.ff-brown .ff-text:focus{
	border-color:#795548;
}
.ff-orange .ff-selectbox:focus,
.ff-orange .ff-separator > span,
.ff-orange .ff-icon-input > .ff-text:focus + i{
	color:#FF5722;
}
.ff-orange .ff-radio > input + span:before,
.ff-orange .ff-btn:after,
.ff-orange .ff-checkbox > input[type=checkbox]:checked + span,
.ff-orange .ff-header{
	background:#FF5722;
}
.ff-orange .ff-selectbox:focus,
.ff-orange .ff-checkbox > input:checked + span,
.ff-orange .ff-btn:hover,
.ff-orange .ff-text:focus{
	border-color:#FF57228;
}
.ff-green .ff-selectbox:focus,
.ff-green .ff-separator > span,
.ff-green .ff-icon-input > .ff-text:focus + i{
	color:#4CAF50;
}
.ff-green .ff-radio > input + span:before,
.ff-green .ff-btn:after,
.ff-green .ff-checkbox > input[type=checkbox]:checked + span,
.ff-green .ff-header{
	background:#4CAF50;
}
.ff-green .ff-selectbox:focus,
.ff-green .ff-checkbox > input:checked + span,
.ff-green .ff-btn:hover,
.ff-green .ff-text:focus{
	border-color:#4CAF50;
}
.ff-blue .ff-selectbox:focus,
.ff-blue .ff-separator > span,
.ff-blue .ff-icon-input > .ff-text:focus + i{
	color:#2196F3;
}
.ff-blue .ff-radio > input + span:before,
.ff-blue .ff-btn:after,
.ff-blue .ff-checkbox > input[type=checkbox]:checked + span,
.ff-blue .ff-header{
	background:#2196F3;
}
.ff-blue .ff-selectbox:focus,
.ff-blue .ff-checkbox > input:checked + span,
.ff-blue .ff-btn:hover,
.ff-blue .ff-text:focus{
	border-color:#2196F3;
}
.ff-purple .ff-selectbox:focus,
.ff-purple .ff-separator > span,
.ff-purple .ff-icon-input > .ff-text:focus + i{
	color:#E040FB;
}
.ff-purple .ff-radio > input + span:before,
.ff-purple .ff-btn:after,
.ff-purple .ff-checkbox > input[type=checkbox]:checked + span,
.ff-purple .ff-header{
	background:#E040FB;
}
.ff-purple .ff-selectbox:focus,
.ff-purple .ff-checkbox > input:checked + span,
.ff-purple .ff-btn:hover,
.ff-purple .ff-text:focus{
	border-color:#E040FB;
}
.ff-teal .ff-selectbox:focus,
.ff-teal .ff-separator > span,
.ff-teal .ff-icon-input > .ff-text:focus + i{
	color:#009688;
}
.ff-teal .ff-radio > input + span:before,
.ff-teal .ff-btn:after,
.ff-teal .ff-checkbox > input[type=checkbox]:checked + span,
.ff-teal .ff-header{
	background:#009688;
}
.ff-teal .ff-selectbox:focus,
.ff-teal .ff-checkbox > input:checked + span,
.ff-teal .ff-btn:hover,
.ff-teal .ff-text:focus{
	border-color:#009688;
}