/*! Plugins - v0.1.0 - 2015-06-28 */
.animate-spin {
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    -webkit-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
    display: inline-block
}
@-moz-keyframes shake {
20% {
    -webkit-transform: scale3d(1,1,1) translate3d(0,0,0) rotateY(-2deg);
    -moz-transform: scale3d(1,1,1) translate3d(0,0,0) rotateY(-2deg);
    -o-transform: scale3d(1,1,1) translate3d(0,0,0) rotateY(-2deg);
    -ms-transform: scale3d(1,1,1) translate3d(0,0,0) rotateY(-2deg);
    transform: scale3d(1,1,1) translate3d(0,0,0) rotateY(-2deg)
}
60% {
    -webkit-transform: scale3d(1,1,1) translate3d(0,0,0) rotateY(2deg);
    -moz-transform: scale3d(1,1,1) translate3d(0,0,0) rotateY(2deg);
    -o-transform: scale3d(1,1,1) translate3d(0,0,0) rotateY(2deg);
    -ms-transform: scale3d(1,1,1) translate3d(0,0,0) rotateY(2deg);
    transform: scale3d(1,1,1) translate3d(0,0,0) rotateY(2deg)
}
100% {
    -webkit-transform: scale3d(1,1,1) translate3d(0,0,0) rotateY(0deg);
    -moz-transform: scale3d(1,1,1) translate3d(0,0,0) rotateY(0deg);
    -o-transform: scale3d(1,1,1) translate3d(0,0,0) rotateY(0deg);
    -ms-transform: scale3d(1,1,1) translate3d(0,0,0) rotateY(0deg);
    transform: scale3d(1,1,1) translate3d(0,0,0) rotateY(0deg)
}
}
@-webkit-keyframes shake {
20% {
    -webkit-transform: scale3d(1,1,1) translate3d(0,0,0) rotateY(-2deg);
    -moz-transform: scale3d(1,1,1) translate3d(0,0,0) rotateY(-2deg);
    -o-transform: scale3d(1,1,1) translate3d(0,0,0) rotateY(-2deg);
    -ms-transform: scale3d(1,1,1) translate3d(0,0,0) rotateY(-2deg);
    transform: scale3d(1,1,1) translate3d(0,0,0) rotateY(-2deg)
}
60% {
    -webkit-transform: scale3d(1,1,1) translate3d(0,0,0) rotateY(2deg);
    -moz-transform: scale3d(1,1,1) translate3d(0,0,0) rotateY(2deg);
    -o-transform: scale3d(1,1,1) translate3d(0,0,0) rotateY(2deg);
    -ms-transform: scale3d(1,1,1) translate3d(0,0,0) rotateY(2deg);
    transform: scale3d(1,1,1) translate3d(0,0,0) rotateY(2deg)
}
100% {
    -webkit-transform: scale3d(1,1,1) translate3d(0,0,0) rotateY(0deg);
    -moz-transform: scale3d(1,1,1) translate3d(0,0,0) rotateY(0deg);
    -o-transform: scale3d(1,1,1) translate3d(0,0,0) rotateY(0deg);
    -ms-transform: scale3d(1,1,1) translate3d(0,0,0) rotateY(0deg);
    transform: scale3d(1,1,1) translate3d(0,0,0) rotateY(0deg)
}
}
@keyframes shake {
20% {
    -webkit-transform: scale3d(1,1,1) translate3d(0,0,0) rotateY(-2deg);
    -moz-transform: scale3d(1,1,1) translate3d(0,0,0) rotateY(-2deg);
    -o-transform: scale3d(1,1,1) translate3d(0,0,0) rotateY(-2deg);
    -ms-transform: scale3d(1,1,1) translate3d(0,0,0) rotateY(-2deg);
    transform: scale3d(1,1,1) translate3d(0,0,0) rotateY(-2deg)
}
60% {
    -webkit-transform: scale3d(1,1,1) translate3d(0,0,0) rotateY(2deg);
    -moz-transform: scale3d(1,1,1) translate3d(0,0,0) rotateY(2deg);
    -o-transform: scale3d(1,1,1) translate3d(0,0,0) rotateY(2deg);
    -ms-transform: scale3d(1,1,1) translate3d(0,0,0) rotateY(2deg);
    transform: scale3d(1,1,1) translate3d(0,0,0) rotateY(2deg)
}
100% {
    -webkit-transform: scale3d(1,1,1) translate3d(0,0,0) rotateY(0deg);
    -moz-transform: scale3d(1,1,1) translate3d(0,0,0) rotateY(0deg);
    -o-transform: scale3d(1,1,1) translate3d(0,0,0) rotateY(0deg);
    -ms-transform: scale3d(1,1,1) translate3d(0,0,0) rotateY(0deg);
    transform: scale3d(1,1,1) translate3d(0,0,0) rotateY(0deg)
}
}
@-moz-keyframes spin {
0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}
100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg)
}
}
@-webkit-keyframes spin {
0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}
100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg)
}
}
@-o-keyframes spin {
0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}
100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg)
}
}
@-ms-keyframes spin {
0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}
100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg)
}
}
@keyframes spin {
0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}
100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg)
}
}
@-webkit-keyframes sticky_show_right {
0% {
    opacity: 0;
    transform: translate3d(100%,0,0);
    -webkit-transform: translate3d(100%,0,0)
}
100% {
    opacity: 1;
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0)
}
}
@keyframes sticky_show_right {
0% {
    opacity: 0;
    transform: translate3d(100%,0,0);
    -webkit-transform: translate3d(100%,0,0)
}
100% {
    opacity: 1;
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0)
}
}
@-webkit-keyframes sticky_hide_right {
0% {
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0)
}
100% {
    transform: translate3d(100%,0,0);
    -webkit-transform: translate3d(100%,0,0)
}
}
@keyframes sticky_hide_right {
0% {
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0)
}
100% {
    transform: translate3d(100%,0,0);
    -webkit-transform: translate3d(100%,0,0)
}
}
@-webkit-keyframes sticky_show_left {
0% {
    opacity: 0;
    transform: translate3d(-100%,0,0);
    -webkit-transform: translate3d(-100%,0,0)
}
100% {
    opacity: 1;
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0)
}
}
@keyframes sticky_show_left {
0% {
    opacity: 0;
    transform: translate3d(-100%,0,0);
    -webkit-transform: translate3d(-100%,0,0)
}
100% {
    opacity: 1;
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0)
}
}
@-webkit-keyframes sticky_hide_left {
0% {
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0)
}
100% {
    transform: translate3d(-100%,0,0);
    -webkit-transform: translate3d(-100%,0,0)
}
}
@keyframes sticky_hide_left {
0% {
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0)
}
100% {
    transform: translate3d(-100%,0,0);
    -webkit-transform: translate3d(-100%,0,0)
}
}
@-webkit-keyframes sticky_show {
0% {
    opacity: 0;
    transform: translate3d(0,100%,0);
    -webkit-transform: translate3d(0,100%,0)
}
100% {
    opacity: 1;
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0)
}
}
@keyframes sticky_show {
0% {
    opacity: 0;
    transform: translate3d(0,100%,0);
    -webkit-transform: translate3d(0,100%,0)
}
100% {
    opacity: 1;
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0)
}
}
@-webkit-keyframes sticky_hide {
0% {
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0)
}
100% {
    transform: translate3d(0,100%,0);
    -webkit-transform: translate3d(0,100%,0)
}
}
@keyframes sticky_hide {
0% {
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0)
}
100% {
    transform: translate3d(0,100%,0);
    -webkit-transform: translate3d(0,100%,0)
}
}
@-webkit-keyframes subOptionsIn {
0% {
    opacity: 0;
    transform: translate3d(0,20px,0);
    -webkit-transform: translate3d(0,20px,0)
}
100% {
    opacity: 1;
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0)
}
}
@keyframes subOptionsIn {
0% {
    opacity: 0;
    transform: translate3d(0,20px,0);
    -webkit-transform: translate3d(0,20px,0)
}
100% {
    opacity: 1;
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0)
}
}
@-webkit-keyframes fieldShowEven {
0% {
    transform: translate3d(0,0,0) scaleX(1) scaleY(1) rotateX(-90deg);
    -webkit-transform: translate3d(0,0,0) scaleX(1) scaleY(1) rotateX(-90deg)
}
100% {
    transform: translate3d(0,0,0) scaleX(1) scaleY(1) rotateX(0deg);
    -webkit-transform: translate3d(0,0,0) scaleX(1) scaleY(1) rotateX(0deg)
}
}
@keyframes fieldShowEven {
0% {
    transform: translate3d(0,0,0) scaleX(1) scaleY(1) rotateX(-90deg);
    -webkit-transform: translate3d(0,0,0) scaleX(1) scaleY(1) rotateX(-90deg)
}
100% {
    transform: translate3d(0,0,0) scaleX(1) scaleY(1) rotateX(0deg);
    -webkit-transform: translate3d(0,0,0) scaleX(1) scaleY(1) rotateX(0deg)
}
}
@-webkit-keyframes fieldShowOdd {
0% {
    transform: translate3d(0,0,0) scaleX(1) scaleY(1) rotateX(90deg);
    -webkit-transform: translate3d(0,0,0) scaleX(1) scaleY(1) rotateX(90deg)
}
100% {
    transform: translate3d(0,0,0) scaleX(1) scaleY(1) rotateX(0deg);
    -webkit-transform: translate3d(0,0,0) scaleX(1) scaleY(1) rotateX(0deg)
}
}
@keyframes fieldShowOdd {
0% {
    transform: translate3d(0,0,0) scaleX(1) scaleY(1) rotateX(90deg);
    -webkit-transform: translate3d(0,0,0) scaleX(1) scaleY(1) rotateX(90deg)
}
100% {
    transform: translate3d(0,0,0) scaleX(1) scaleY(1) rotateX(0deg);
    -webkit-transform: translate3d(0,0,0) scaleX(1) scaleY(1) rotateX(0deg)
}
}
@-webkit-keyframes fieldHideEven {
0% {
    transform: translate3d(0,0,0) scaleX(1) scaleY(1) rotateX(0deg);
    -webkit-transform: translate3d(0,0,0) scaleX(1) scaleY(1) rotateX(0deg)
}
100% {
    transform: translate3d(0,0,0) scaleX(1) scaleY(1) rotateX(-90deg);
    -webkit-transform: translate3d(0,0,0) scaleX(1) scaleY(1) rotateX(-90deg)
}
}
@keyframes fieldHideEven {
0% {
    transform: translate3d(0,0,0) scaleX(1) scaleY(1) rotateX(0deg);
    -webkit-transform: translate3d(0,0,0) scaleX(1) scaleY(1) rotateX(0deg)
}
100% {
    transform: translate3d(0,0,0) scaleX(1) scaleY(1) rotateX(-90deg);
    -webkit-transform: translate3d(0,0,0) scaleX(1) scaleY(1) rotateX(-90deg)
}
}
@-webkit-keyframes fieldHideOdd {
0% {
    transform: translate3d(0,0,0) scaleX(1) scaleY(1) rotateX(0deg);
    -webkit-transform: translate3d(0,0,0) scaleX(1) scaleY(1) rotateX(0deg)
}
100% {
    transform: translate3d(0,0,0) scaleX(1) scaleY(1) rotateX(90deg);
    -webkit-transform: translate3d(0,0,0) scaleX(1) scaleY(1) rotateX(90deg)
}
}
@keyframes fieldHideOdd {
0% {
    transform: translate3d(0,0,0) scaleX(1) scaleY(1) rotateX(0deg);
    -webkit-transform: translate3d(0,0,0) scaleX(1) scaleY(1) rotateX(0deg)
}
100% {
    transform: translate3d(0,0,0) scaleX(1) scaleY(1) rotateX(90deg);
    -webkit-transform: translate3d(0,0,0) scaleX(1) scaleY(1) rotateX(90deg)
}
}
@-webkit-keyframes optionsIn {
0% {
    opacity: 0;
    transform: translate3d(0,0,0) scaleX(0) scaleY(0);
    -webkit-transform: translate3d(0,0,0) scaleX(0) scaleY(0)
}
100% {
    opacity: 1;
    transform: translate3d(0,0,0) scaleX(1) scaleY(1);
    -webkit-transform: translate3d(0,0,0) scaleX(1) scaleY(1)
}
}
@keyframes optionsIn {
0% {
    opacity: 0;
    transform: translate3d(0,0,0) scaleX(0) scaleY(0);
    -webkit-transform: translate3d(0,0,0) scaleX(0) scaleY(0)
}
100% {
    opacity: 1;
    transform: translate3d(0,0,0) scaleX(1) scaleY(1);
    -webkit-transform: translate3d(0,0,0) scaleX(1) scaleY(1)
}
}
@-webkit-keyframes optionsOut {
0% {
    opacity: 1;
    transform: translate3d(0,0,0) scale(1);
    -webkit-transform: translate3d(0,0,0) scale(1)
}
100% {
    transform: translate3d(0,0,0) scale(0);
    -webkit-transform: translate3d(0,0,0) scale(0)
}
}
@keyframes optionsOut {
0% {
    opacity: 1;
    transform: translate3d(0,0,0) scale(1);
    -webkit-transform: translate3d(0,0,0) scale(1)
}
100% {
    transform: translate3d(0,0,0) scale(0);
    -webkit-transform: translate3d(0,0,0) scale(0)
}
}
@-webkit-keyframes successIn {
0% {
    opacity: 0;
    transform: translate3d(0,200px,0);
    -webkit-transform: translate3d(0,200px,0)
}
100% {
    opacity: 1;
    transform: translate3d(0,0,0) scale(1);
    -webkit-transform: translate3d(0,0,0) scale(1)
}
}
@keyframes successIn {
0% {
    opacity: 0;
    transform: translate3d(0,200px,0);
    -webkit-transform: translate3d(0,200px,0)
}
100% {
    opacity: 1;
    transform: translate3d(0,0,0) scale(1);
    -webkit-transform: translate3d(0,0,0) scale(1)
}
}
@-webkit-keyframes slideDown {
from {
    opacity: 0;
    -webkit-transform: translate3d(0,-10px,0)
}
to {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0)
}
}
@keyframes slideDown {
from {
    opacity: 0;
    -webkit-transform: translate3d(0,-10px,0);
    transform: translate3d(0,-10px,0)
}
to {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}
}
@-webkit-keyframes slideUp {
from {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0)
}
to {
    opacity: 0;
    -webkit-transform: translate3d(0,10px,0)
}
}
@keyframes slideUp {
from {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}
to {
    opacity: 0;
    -webkit-transform: translate3d(0,10px,0);
    transform: translate3d(0,10px,0)
}
}
@-webkit-keyframes slideLeft {
from {
    opacity: 0;
    -webkit-transform: translate3d(100px,0,0)
}
to {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0)
}
}
@keyframes slideLeft {
from {
    opacity: 0;
    -webkit-transform: translate3d(100px,0,0);
    transform: translate3d(100px,0,0)
}
to {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}
}
@-webkit-keyframes slideRight {
from {
    opacity: 0;
    -webkit-transform: translate3d(-20px,0,0)
}
to {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0)
}
}
@keyframes slideRight {
from {
    opacity: 0;
    -webkit-transform: translate3d(-20px,0,0);
    transform: translate3d(-20px,0,0)
}
to {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}
}
@-webkit-keyframes tooltipTop {
0% {
    opacity: 0;
    -webkit-transform: translate3d(0,-4px,0) scale(0.98)
}
100% {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0) scale(1)
}
}
@keyframes tooltipTop {
0% {
    opacity: 0;
    -webkit-transform: translate3d(0,-4px,0) scale(0.98);
    transform: translate3d(0,-4px,0) scale(0.98)
}
100% {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0) scale(1);
    transform: translate3d(0,0,0) scale(1)
}
}
@-webkit-keyframes bounceIn {
0% {
    opacity: 0;
    -webkit-transform: translate3d(0,0,0) scale(0.95);
    transform: translate3d(0,0,0) scale(0.95)
}
70% {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0) scale(1.01);
    transform: translate3d(0,0,0) scale(1.01)
}
100% {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0) scale(1);
    transform: translate3d(0,0,0) scale(1)
}
}
@keyframes bounceIn {
0% {
    opacity: 0;
    -webkit-transform: translate3d(0,0,0) scale(0.95);
    transform: translate3d(0,0,0) scale(0.95)
}
70% {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0) scale(1.01);
    transform: translate3d(0,0,0) scale(1.01)
}
100% {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0) scale(1);
    transform: translate3d(0,0,0) scale(1)
}
}
@-webkit-keyframes bounceInBig {
0% {
    opacity: 0;
    -webkit-transform: translate3d(0,0,0) scale(0);
    transform: translate3d(0,0,0) scale(0)
}
70% {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0) scale(1.1);
    transform: translate3d(0,0,0) scale(1.1)
}
100% {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0) scale(1);
    transform: translate3d(0,0,0) scale(1)
}
}
@keyframes bounceInBig {
0% {
    opacity: 0;
    -webkit-transform: translate3d(0,0,0) scale(0);
    transform: translate3d(0,0,0) scale(0)
}
70% {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0) scale(1.1);
    transform: translate3d(0,0,0) scale(1.1)
}
100% {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0) scale(1);
    transform: translate3d(0,0,0) scale(1)
}
}
@-webkit-keyframes zoomIn {
0% {
    opacity: 0;
    -webkit-transform: translate3d(0,0,0) scale(1.5);
    transform: translate3d(0,0,0) scale(1.5)
}
100% {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0) scale(1);
    transform: translate3d(0,0,0) scale(1)
}
}
@keyframes zoomIn {
0% {
    opacity: 0;
    -webkit-transform: translate3d(0,0,0) scale(1.5);
    transform: translate3d(0,0,0) scale(1.5)
}
100% {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0) scale(1);
    transform: translate3d(0,0,0) scale(1)
}
}
@-webkit-keyframes fadeIn {
0% {
    opacity: 0;
    -webkit-transform: translate3d(0,0,0) scale(0.95);
    transform: translate3d(0,0,0) scale(0.95)
}
100% {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0) scale(1);
    transform: translate3d(0,0,0) scale(1)
}
}
@keyframes fadeIn {
0% {
    opacity: 0;
    -webkit-transform: translate3d(0,0,0) scale(0.95);
    transform: translate3d(0,0,0) scale(0.95)
}
100% {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0) scale(1);
    transform: translate3d(0,0,0) scale(1)
}
}
@-webkit-keyframes fadeInLeft {
0% {
    opacity: 0;
    -webkit-transform: translate3d(10px,0,0) scale(0.99);
    transform: translate3d(10px,0,0) scale(0.99)
}
100% {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0) scale(1);
    transform: translate3d(0,0,0) scale(1)
}
}
@keyframes fadeInLeft {
0% {
    opacity: 0;
    -webkit-transform: translate3d(10px,0,0) scale(0.99);
    transform: translate3d(10px,0,0) scale(0.99)
}
100% {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0) scale(1);
    transform: translate3d(0,0,0) scale(1)
}
}
@-webkit-keyframes fadeInLeftLight {
0% {
    opacity: 0;
    -webkit-transform: translate3d(2px,0,0) scale(1);
    transform: translate3d(2px,0,0) scale(1)
}
100% {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0) scale(1);
    transform: translate3d(0,0,0) scale(1)
}
}
@keyframes fadeInLeftLight {
0% {
    opacity: 0;
    -webkit-transform: translate3d(2px,0,0) scale(1);
    transform: translate3d(2px,0,0) scale(1)
}
100% {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0) scale(1);
    transform: translate3d(0,0,0) scale(1)
}
}
@-webkit-keyframes fadeOutLeft {
0% {
    opacity: 1;
    -webkit-transform: translate3d(0px,0,0) scale(1);
    transform: translate3d(0px,0,0) scale(1)
}
100% {
    opacity: 0;
    -webkit-transform: translate3d(10px,0,0) scale(0.99);
    transform: translate3d(10px,0,0) scale(0.99)
}
}
@keyframes fadeOutLeft {
0% {
    opacity: 1;
    -webkit-transform: translate3d(0px,0,0) scale(1);
    transform: translate3d(0px,0,0) scale(1)
}
100% {
    opacity: 0;
    -webkit-transform: translate3d(10px,0,0) scale(0.99);
    transform: translate3d(10px,0,0) scale(0.99)
}
}
@-webkit-keyframes collapseIn {
0% {
    opacity: 1;
    -webkit-transform: translate3d(0px,0,0) scale(1);
    transform: translate3d(0px,0,0) scale(1)
}
100% {
    opacity: 0;
    -webkit-transform: translate3d(0,-5px,0) scale(0.95);
    transform: translate3d(0,-5px,0) scale(0.95)
}
}
@keyframes collapseIn {
0% {
    opacity: 1;
    -webkit-transform: translate3d(0px,0,0) scale(1);
    transform: translate3d(0px,0,0) scale(1)
}
100% {
    opacity: 0;
    -webkit-transform: translate3d(0,-5px,0) scale(0.95);
    transform: translate3d(0,-5px,0) scale(0.95)
}
}
@-webkit-keyframes fadeInRight {
0% {
    opacity: 0;
    -webkit-transform: translate3d(-10px,0,0) scale(0.99);
    transform: translate3d(-10px,0,0) scale(0.99)
}
100% {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0) scale(1);
    transform: translate3d(0,0,0) scale(1)
}
}
@keyframes fadeInRight {
0% {
    opacity: 0;
    -webkit-transform: translate3d(-10px,0,0) scale(0.99);
    transform: translate3d(-10px,0,0) scale(0.99)
}
100% {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0) scale(1);
    transform: translate3d(0,0,0) scale(1)
}
}
@-webkit-keyframes fadeInRightSmooth {
0% {
    opacity: 0;
    -webkit-transform: translate3d(-10px,0,0) scale(1);
    transform: translate3d(-10px,0,0) scale(1)
}
100% {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0) scale(1);
    transform: translate3d(0,0,0) scale(1)
}
}
@keyframes fadeInRightSmooth {
0% {
    opacity: 0;
    -webkit-transform: translate3d(-10px,0,0) scale(1);
    transform: translate3d(-10px,0,0) scale(1)
}
100% {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0) scale(1);
    transform: translate3d(0,0,0) scale(1)
}
}
@-webkit-keyframes fadeOutRight {
0% {
    opacity: 1;
    -webkit-transform: translate3d(0px,0,0) scale(1);
    transform: translate3d(0px,0,0) scale(1)
}
100% {
    opacity: 0;
    -webkit-transform: translate3d(-10px,0,0) scale(0.99);
    transform: translate3d(-10px,0,0) scale(0.99)
}
}
@keyframes fadeOutRight {
0% {
    opacity: 1;
    -webkit-transform: translate3d(0px,0,0) scale(1);
    transform: translate3d(0px,0,0) scale(1)
}
100% {
    opacity: 0;
    -webkit-transform: translate3d(-10px,0,0) scale(0.99);
    transform: translate3d(-10px,0,0) scale(0.99)
}
}
@-webkit-keyframes fadeOutRightSmooth {
0% {
    opacity: 1;
    -webkit-transform: translate3d(0px,0,0) scale(1);
    transform: translate3d(0px,0,0) scale(1)
}
100% {
    opacity: 0;
    -webkit-transform: translate3d(-10px,0,0) scale(1);
    transform: translate3d(-10px,0,0) scale(1)
}
}
@keyframes fadeOutRightSmooth {
0% {
    opacity: 1;
    -webkit-transform: translate3d(0px,0,0) scale(1);
    transform: translate3d(0px,0,0) scale(1)
}
100% {
    opacity: 0;
    -webkit-transform: translate3d(-10px,0,0) scale(1);
    transform: translate3d(-10px,0,0) scale(1)
}
}
#toast-container {
    position: fixed;
    top: 82px;
    right: 8px;
    z-index: 999999
}
#toast-container .icon-ok {
    font-size: 9px;
    padding: 1px;
    color: #4fb34f;
    background-color: white;
    border-radius: 100px;
    vertical-align: middle;
    margin-right: 2px
}
#toast-container .toast {
    -webkit-animation: slideLeft .2s;
    animation: slideLeft .2s;
    padding: 9px 14px;
    font-weight: 600;
    background-color: #eee;
    text-align: center;
    border-radius: 3px;
    margin-top: 6px;
    box-shadow: 0 1px 0 rgba(0,0,0,0.7);
    -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.7);
    cursor: pointer
}
#toast-container .toast.toast-success {
    color: white;
    background-color: #4fb34f
}
#toast-container .toast.toast-error {
    color: white;
    background-color: #f45e5e
}
#ui-datepicker-div.fc-datepicker {
    background-color: white;
    box-shadow: 0 0 3px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.4);
    padding: 0;
    margin-left: 0;
    border-radius: 0 0 2px 2px;
    border: 0;
    position: absolute;
    z-index: 9999999!important;
    -webkit-animation: slideDown .2s ease-out!important;
    animation: slideDown .2s ease-out!important;
    color: #929292
}
#ui-datepicker-div.fc-datepicker .ui-datepicker-calendar {
    color: #929292
}
#ui-datepicker-div.fc-datepicker .ui-datepicker-header {
    text-align: center;
    background-color: #48e;
    border-bottom: 1px solid #3b77d1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    border-radius: 0;
    color: #fff
}
#ui-datepicker-div.fc-datepicker .ui-datepicker-prev, #ui-datepicker-div.fc-datepicker .ui-datepicker-next {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 13px 0 13px;
    color: #eee;
    font-size: 13px;
    height: 36px;
    line-height: 37px;
    color: rgba(255,255,255,0.8);
    text-decoration: none;
    border: 0!important;
    cursor: pointer
}
#ui-datepicker-div.fc-datepicker .ui-datepicker-prev:hover, #ui-datepicker-div.fc-datepicker .ui-datepicker-next:hover {
    color: #fff;
    background-color: #3b77d1
}
#ui-datepicker-div.fc-datepicker .ui-state-hover, #ui-datepicker-div.fc-datepicker .ui-state-default, #ui-datepicker-div.fc-datepicker .ui-state-highlight, #ui-datepicker-div.fc-datepicker .ui-state-focus {
    background: none!important;
    border: 0!important
}
#ui-datepicker-div.fc-datepicker .ui-icon, #ui-datepicker-div.fc-datepicker .ui-icon:hover {
    background: none!important;
    text-indent: 0;
    width: auto;
    height: auto
}
#ui-datepicker-div.fc-datepicker .ui-datepicker-prev .ui-icon.ui-icon-circle-triangle-w::after {
    content: '<';
    font-size: 18px;
    text-decoration: none;
    border: 0;
    font-weight: bold;
    font-family: Consolas, Arial;
    position: relative;
    display: block;
    line-height: 38px
}
#ui-datepicker-div.fc-datepicker .ui-datepicker-next .ui-icon.ui-icon-circle-triangle-e::after {
    content: '>';
    font-size: 18px;
    text-decoration: none;
    border: 0;
    font-weight: bold;
    font-family: Consolas, Arial;
    position: relative;
    display: block;
    line-height: 38px
}
#ui-datepicker-div.fc-datepicker select.ui-datepicker-month, #ui-datepicker-div.fc-datepicker select.ui-datepicker-year {
    letter-spacing: 0;
    -webkit-appearance: none;
    border: 0;
    background-color: transparent;
    background-image: none;
    display: inline-block;
    margin: 0;
    height: auto;
    width: auto;
    line-height: normal;
    font-size: 14px;
    padding: 9px 8px;
    height: 36px;
    cursor: pointer;
    color: #fff!important;
    border-radius: 0;
    outline: 0;
    box-shadow: none;
    -moz-appearance: none
}
#ui-datepicker-div.fc-datepicker select.ui-datepicker-month:hover, #ui-datepicker-div.fc-datepicker select.ui-datepicker-year:hover {
    background-color: #3b77d1
}
#ui-datepicker-div.fc-datepicker .ui-datepicker-title {
    padding: 0 1px;
    letter-spacing: -4px;
    margin-left: 33px;
    margin-right: 33px
}
#ui-datepicker-div.fc-datepicker .ui-datepicker-prev {
    float: left
}
#ui-datepicker-div.fc-datepicker .ui-datepicker-next {
    float: right
}
#ui-datepicker-div.fc-datepicker table.ui-datepicker-calendar {
    margin: 7px 4px 4px 4px;
    width: auto;
    border-collapse: collapse;
    border: 0
}
#ui-datepicker-div.fc-datepicker table.ui-datepicker-calendar th {
    color: #48e;
    font-size: 13px;
    text-align: center
}
#ui-datepicker-div.fc-datepicker table.ui-datepicker-calendar th span {
    font-size: 11px!important
}
#ui-datepicker-div.fc-datepicker table.ui-datepicker-calendar th, #ui-datepicker-div.fc-datepicker table.ui-datepicker-calendar td {
    padding: 0;
    margin: 0;
    height: 26px;
    width: 26px;
    line-height: 26px;
    border: 0;
    border-width: 0;
    vertical-align: top
}
#ui-datepicker-div.fc-datepicker table.ui-datepicker-calendar td.ui-datepicker-today a {
    color: #48e;
    font-weight: bold
}
#ui-datepicker-div.fc-datepicker table.ui-datepicker-calendar td {
    width: 26px;
    height: 26px;
    position: relative
}
#ui-datepicker-div.fc-datepicker table.ui-datepicker-calendar td a, #ui-datepicker-div.fc-datepicker table.ui-datepicker-calendar td span {
    font-family: inherit;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    display: block;
    text-align: center;
    padding: 0;
    height: 26px;
    width: 26px;
    line-height: 26px;
    font-size: 11px;
    outline: 0;
    border-left: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    box-shadow: none;
    -webkit-transition: none;
    transition: none
}
#ui-datepicker-div.fc-datepicker table.ui-datepicker-calendar tr td:first-child a, #ui-datepicker-div.fc-datepicker table.ui-datepicker-calendar tr td:first-child span {
    border-left-color: transparent
}
#ui-datepicker-div.fc-datepicker table.ui-datepicker-calendar tr:last-child td a, #ui-datepicker-div.fc-datepicker table.ui-datepicker-calendar tr:last-child td span {
    border-bottom-color: transparent
}
#ui-datepicker-div.fc-datepicker table.ui-datepicker-calendar .ui-state-disabled span {
    color: #ccc;
    cursor: default
}
#ui-datepicker-div.fc-datepicker table.ui-datepicker-calendar td.ui-datepicker-other-month span {
    color: white
}
#ui-datepicker-div.fc-datepicker table.ui-datepicker-calendar td.ui-datepicker-current-day a, #ui-datepicker-div.fc-datepicker table.ui-datepicker-calendar td a:hover {
    font-family: inherit;
    position: absolute;
    right: -1px;
    top: -1px;
    padding: 0;
    padding-right: 1px;
    padding-top: 1px;
    box-shadow: 0 0 4px rgba(0,0,0,0.4);
    background-color: #fff;
    border-left-width: 0;
    border-bottom-width: 0;
    border-radius: 0;
    width: 27px;
    height: 27px;
    z-index: 101
}
.formcraft-css .wp-color-picker *, .formcraft-css *:before, .formcraft-css *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.formcraft-css .iris-picker *, .formcraft-css .iris-picker {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}
.formcraft-css .ac-inner {
    display: none
}
.formcraft-css .ac-toggle .icon-angle-up {
    display: none
}
.formcraft-css .ac-toggle .icon-angle-down {
    display: block
}
.formcraft-css .ac-toggle.active .icon-angle-down {
    display: none
}
.formcraft-css .ac-toggle.active .icon-angle-up {
    display: block
}
.formcraft-css .loader {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.3);
    z-index: 101
}
.formcraft-css .loader .fc-spinner {
    display: block;
    width: 120px;
    position: absolute;
    left: 50%;
    margin-left: -60px;
    top: 50%;
    margin-top: -14px
}
.formcraft-css .loader .fc-spinner div {
    background-color: #b8c1cf;
    margin: 0 2px
}
.formcraft-css [class^="icon-"]:before, .formcraft-css [class*=" icon-"]:before {
    font-family: "fc"
}
.formcraft-css .tooltip-inner table {
    margin-top: 8px
}
.formcraft-css .tooltip-inner table td {
    padding: 4px
}
.formcraft-css .tooltip-inner table tr:nth-child(odd) td {
    background-color: #f3f3f3
}
.formcraft-css .tooltip-inner table tr td:first-child {
    min-width: 80px;
    vertical-align: top;
    font-weight: 600
}
.formcraft-css .input-group label {
    margin: 0;
    display: block;
    position: relative
}
.formcraft-css .input-group div.half label {
    display: inline-block;
    width: 50%;
    letter-spacing: 0
}
.formcraft-css .input-group div.half {
    letter-spacing: -4px
}
.formcraft-css .input-group div.half>label:first-child input, .formcraft-css .input-group div.half>label:first-child select {
    border-radius: 0 0 0 3px;
    border-right: 0
}
.formcraft-css .input-group div.half>label:nth-child(2) input, .formcraft-css .input-group div.half>label:nth-child(2) select {
    border-left-color: #ddd;
    border-radius: 0 0 3px 0;
    position: relative;
    left: 1px
}
.formcraft-css .input-group div.half select {
    cursor: pointer
}
.formcraft-css .input-group .tooltip-icon {
    position: absolute;
    top: 7.5px;
    right: 11px;
    font-size: 16px;
    background-color: #fff;
    border: 0;
    color: #999;
    border-radius: 50px
}
.formcraft-css .input-group input[type='text'], .formcraft-css .input-group input[type='password'], .formcraft-css .input-group select {
    border-radius: 0;
    box-shadow: none;
    margin: 0;
    border-top-width: 0;
    width: 100%;
    color: #888
}
.formcraft-css .input-group input[type='text']:focus, .formcraft-css .input-group input[type='password']:focus, .formcraft-css .input-group select:focus {
    border-color: #ccc;
    color: #333
}
.formcraft-css .input-group>label:first-child input[type='text'], .formcraft-css .input-group>input[type='text']:first-child, .formcraft-css .input-group>label:first-child input[type='password'], .formcraft-css .input-group>input[type='password']:first-child, .formcraft-css .input-group>label:first-child select, .formcraft-css .input-group>select:first-child {
    border-radius: 3px 3px 0 0;
    border-top-width: 1px
}
.formcraft-css .input-group label:last-child input[type='text'], .formcraft-css .input-group>input[type='text']:last-child, .formcraft-css .input-group label:last-child input[type='password'], .formcraft-css .input-group>input[type='password']:last-child, .formcraft-css .input-group label:last-child select, .formcraft-css .input-group>select:last-child {
    border-radius: 0 0 3px 3px
}
.formcraft-css .nav-tabs {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none
}
.formcraft-css textarea.copy-code {
    resize: none;
    letter-spacing: .6px;
    color: #666;
    vertical-align: top;
    width: auto;
    border-color: #ccc;
    font-size: 14px;
    border-radius: 2px;
    box-shadow: none;
    background-color: #fcfcfc;
    min-height: 0;
    padding: 9px
}
.formcraft-css textarea.copy-code:focus {
    border-color: #ccc
}
.formcraft-css .nav-content>div {
    display: none
}
.formcraft-css .nav-content>div.active {
    display: block
}
.formcraft-css .tooltip {
    position: absolute;
    z-index: 99999;
    display: block;
    visibility: visible;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.4;
    margin-top: -4px;
    opacity: 0;
    filter: alpha(opacity=0);
    letter-spacing: 0;
    text-transform: none
}
.formcraft-css .tooltip.right.in {
    margin-top: 0;
    padding: 0 5px;
    margin-left: 3px
}
.formcraft-css .tooltip-cover {
    position: relative
}
.formcraft-css .tooltip.in {
    opacity: 1;
    filter: alpha(opacity=100)
}
.formcraft-css .tooltip.top {
    margin-top: -10px;
    padding: 0
}
.formcraft-css .tooltip.top.in {
    -webkit-animation: tooltipTop .2s;
    animation: tooltipTop .2s
}
.formcraft-css .tooltip.right.in {
    -webkit-animation: fadeInLeft .3s;
    animation: fadeInLeft .3s
}
.formcraft-css .tooltip.right {
    margin-left: 3px;
    margin-top: 0;
    padding: 0 5px;
    -webkit-animation: fadeOutLeft .2s;
    animation: fadeOutLeft .2s
}
.formcraft-css .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0
}
.formcraft-css .tooltip.left {
    margin-right: 22px;
    margin-left: 0;
    padding: 0 5px;
    margin-top: 1px;
    -webkit-animation: fadeInLeft .2s;
    animation: fadeInLeft .2s
}
.formcraft-css .tooltip-inner {
    max-width: 200px;
    min-width: 150px;
    padding: 8px 10px;
    color: #656565;
    text-align: left;
    text-decoration: none;
    background-color: #fff;
    box-shadow: 0 0 2px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.5);
    border-radius: 2px
}
.formcraft-css .tooltip-inner br {
    line-height: 1.8em
}
.formcraft-css .tooltip.top .tooltip-arrow:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    bottom: -1px;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #c3c3c3;
    border-style: solid;
    z-index: -1
}
.formcraft-css .tooltip.right .tooltip-arrow:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    bottom: -5px;
    left: 14px;
    margin-left: -15px;
    border-width: 5px 5px 5px 0;
    border-right-color: #c3c3c3;
    border-style: solid;
    z-index: -1
}
.formcraft-css .tooltip.left .tooltip-arrow:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    bottom: -5px;
    right: 14px;
    margin-right: -15px;
    border-width: 5px 0 5px 5px;
    border-left-color: #c3c3c3;
    border-style: solid;
    z-index: -1
}
.formcraft-css .tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}
.formcraft-css .tooltip.top .tooltip-arrow {
    bottom: -4px;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #fff
}
.formcraft-css .tooltip.top-left .tooltip-arrow {
    bottom: 0;
    right: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #fff
}
.formcraft-css .tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #fff
}
.formcraft-css .tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #fff
}
.formcraft-css .tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #fff
}
.formcraft-css .tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #fff
}
.formcraft-css .tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #fff
}
.formcraft-css .tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #fff
}
.formcraft-css .fc-spinner {
    margin: 0;
    width: 70px;
    text-align: center;
    display: inline-block;
    padding: 4px;
    display: none;
    padding-top: 6px
}
.formcraft-css .fc-spinner>div, .formcraft-css .fc-spinner>span {
    width: 18px;
    height: 18px;
    background-color: #48e;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
    animation: bouncedelay 1.4s infinite ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}
.formcraft-css .fc-spinner.small>div, .formcraft-css .fc-spinner.small>span {
    width: 10px;
    height: 10px
}
.formcraft-css .fc-spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s
}
.formcraft-css .fc-spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s
}
@-webkit-keyframes bouncedelay {
0%, 80%, 100% {
    -webkit-transform: scale(0)
}
40% {
    -webkit-transform: scale(0.9)
}
}
@keyframes bouncedelay {
0%, 80%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0)
}
40% {
    transform: scale(0.9);
    -webkit-transform: scale(0.9)
}
}
.formcraft-css input[type="text"], .formcraft-css input[type="password"], .formcraft-css input[type="checkbox"], .formcraft-css input[type="color"], .formcraft-css input[type="date"], .formcraft-css input[type="datetime"], .formcraft-css input[type="datetime-local"], .formcraft-css input[type="email"], .formcraft-css input[type="month"], .formcraft-css input[type="number"], .formcraft-css input[type="password"], .formcraft-css input[type="search"], .formcraft-css input[type="radio"], .formcraft-css input[type="tel"], .formcraft-css input[type="text"], .formcraft-css input[type="time"], .formcraft-css input[type="url"], .formcraft-css input[type="week"], .formcraft-css select, .formcraft-css textarea {
    border: 1px solid #ddd;
    border-top-color: #c6c6c6;
    border-left-color: #c9c9c9;
    border-radius: 2px;
    box-shadow: 1px 1px 0 #eee inset;
    -webkit-box-shadow: 1px 1px 0 #eee inset;
    padding: 9px 12px 8px 12px;
    font-size: 1em;
    font-family: inherit;
    line-height: normal;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    transition: border-color .2s;
    -webkit-transition: border-color .2s;
    float: none
}
.formcraft-css select {
    -webkit-appearance: none;
    -moz-appearance: none;
    width: auto;
    height: auto
}
.formcraft-css select {
    background-repeat: no-repeat;
    background-position: 100% 50%;
    background-size: 28px;
    cursor: pointer;
    background-image: url('../images/select-icon.png')
}
.formcraft-css input[type="text"]:focus, .formcraft-css input[type="password"]:focus, .formcraft-css input[type="checkbox"]:focus, .formcraft-css input[type="color"]:focus, .formcraft-css input[type="date"]:focus, .formcraft-css input[type="datetime"]:focus, .formcraft-css input[type="datetime-local"]:focus, .formcraft-css input[type="email"]:focus, .formcraft-css input[type="month"]:focus, .formcraft-css input[type="number"]:focus, .formcraft-css input[type="password"]:focus, .formcraft-css input[type="search"]:focus, .formcraft-css input[type="radio"]:focus, .formcraft-css input[type="tel"]:focus, .formcraft-css input[type="text"]:focus, .formcraft-css input[type="time"]:focus, .formcraft-css input[type="url"]:focus, .formcraft-css input[type="week"]:focus, .formcraft-css textarea:focus {
    border-color: #48e;
    outline: 0;
    box-shadow: none
}
.formcraft-css select:focus {
    outline: 0
}
.formcraft-css input[type="text"].underline-input {
    border-radius: 0;
    border-width: 0;
    border-color: #bbb;
    border-bottom-width: 1px;
    padding: 7px 6px 5px 6px;
    box-shadow: none
}
.formcraft-css input[type="text"].underline-input:focus {
    background-color: #f3f3f5
}
.formcraft-css input[type=checkbox]:checked:before, .formcraft-css input[type=radio]:checked:before {
    font-family: "fc";
    content: '\e80c';
    font-size: 10px;
    color: white;
    width: auto;
    height: auto;
    font-weight: bold;
    line-height: normal;
    background: 0;
    text-indent: 0;
    margin: 1px 0 0 2px;
    float: left;
    -webkit-font-smoothing: antialiased
}
.formcraft-css input[type="checkbox"], .formcraft-css input[type="radio"] {
    border-radius: 50px;
    border: 1px solid #aaa;
    box-shadow: none;
    height: 16px;
    width: 16px;
    -webkit-appearance: none;
    clear: none;
    cursor: pointer;
    display: inline-block!important;
    outline: 0;
    padding: 0!important;
    text-align: center;
    min-width: 16px;
    vertical-align: middle;
    margin: -4px 5px 0 0;
    background-color: white
}
.formcraft-css input[type="checkbox"]:checked, .formcraft-css input[type="radio"]:checked {
    border-color: #14ad14;
    background: #14ad14
  visibility: hidden;
position: absolute;
}
.formcraft-css input[type="checkbox"]:hover, .formcraft-css input[type="radio"]:hover, .formcraft-css input[type="checkbox"]:focus, .formcraft-css input[type="radio"]:focus {
    border-color: #14ad14
}
.formcraft-css label:hover>input[type="checkbox"], .formcraft-css label:hover>input[type="radio"] {
    border-color: #14ad14
}
.formcraft-css .hide-checkbox label>input[type='radio'], .formcraft-css .hide-checkbox label>input[type='checkbox'] {
    position: absolute!important;
    left: -99999em!important
}
.formcraft-css .response {
    padding: 5px 7px;
    color: #666;
    display: inline-block
}
.formcraft-css .button {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    cursor: pointer;
    font-size: 14px;
    padding: 0 15px;
    color: #777;
    background-color: #f6f6f8;
    border-width: 1px;
    border-style: solid;
    border-color: #ccc;
    border-bottom-width: 0;
    box-shadow: inset 0 1px 0 #fff, 0 1px 0 rgba(0,0,0,0.4);
    border-radius: 3px;
    -moz-border-radius: 3px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    line-height: 38px;
    height: 38px;
    letter-spacing: .4px;
    text-shadow: none;
    position: relative
}
.formcraft-css .button:hover {
    background: #ececef;
    color: #666;
    border-color: #ccc
}
.formcraft-css .button .fc-spinner {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    height: 38px;
    left: 0;
    right: 0;
    text-align: center
}
.formcraft-css .button.fc-disabled span {
    opacity: 0
}
.formcraft-css .button.fc-disabled .fc-spinner {
    display: block;
    padding: 0;
    opacity: 1
}
.formcraft-css .button.fc-disabled .fc-spinner>span {
    opacity: 1;
    background-color: white
}
.formcraft-css .button.wide {
    width: 100%
}
.formcraft-css .button [class^="icon-"]:before, .formcraft-css .button [class*=" icon-"]:before {
    position: relative;
    left: -3px
}
.formcraft-css .button .icon-spin5:before {
    position: static
}
.formcraft-css .button [class^="icon-"]:before, .formcraft-css .button [class*=" icon-"]:before {
    margin: 0
}
.formcraft-css .button.active, .formcraft-css .button.active:hover {
    box-shadow: 1px 1px 1px rgba(0,0,0,0.35) inset;
    border: 0;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    top: 1px;
    left: 1px;
    background-color: #eee
}
.formcraft-css .button.small {
    line-height: 30px;
    height: 30px;
    padding: 0 12px 1px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: .4px
}
.formcraft-css .button.v-small {
    font-size: 10px;
    line-height: 25px;
    height: 25px;
    padding: 0 10px 1px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: .4px
}
.formcraft-css .button.blue, .formcraft-css .button.blue:focus {
    background: #5091f2;
    color: white;
    border-color: #4682dd;
    box-shadow: 0 1px 0 #3c69ab
}
.formcraft-css .button.blue:hover, .formcraft-css .button.blue:focus:hover {
    background: #4286ea;
    color: white;
    border-color: #3e79d2
}
.formcraft-css .button.blue:disabled {
    background: #6ea5f4!important;
    color: white!important;
    border-color: #4682dd!important;
    box-shadow: 0 1px 0 #3e6eb6!important;
    text-shadow: none!important
}
.formcraft-css .button .icon-spin5 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    display: none
}
.formcraft-css .button.fc-disabled>span {
    opacity: 0
}
.formcraft-css .button.fc-disabled .icon-spin5 {
    display: block
}
.formcraft-css .button.button-file {
    text-align: center;
    cursor: pointer
}
.formcraft-css .button.button-file input {
    background-color: red;
    position: absolute;
    cursor: pointer;
    margin: 0;
    left: -2px;
    right: 0;
    bottom: -2px;
    height: 105%;
    width: 100%;
    opacity: 0;
    z-index: 2
}
.formcraft-css .button.button-file::-webkit-file-upload-button {
    cursor: pointer
}
.formcraft-css .filename {
    position: absolute;
    right: 16px;
    top: 0;
    line-height: 45px;
    font-size: 12px;
    font-weight: normal;
    display: inline-block
}
.formcraft-css .filename .icon-ok {
    color: #777;
    display: inline-block;
    font-size: 11px;
    -webkit-animation: fadeIn .4s;
    animation: fadeIn .4s
}
.formcraft-css .filename .fc-spinner {
    display: inline-block;
    width: auto;
    padding: 0;
    text-align: left;
    -webkit-animation: fadeIn .4s;
    animation: fadeIn .4s
}
.formcraft-css .filename .fc-spinner>div {
    background-color: #999;
    width: 5px;
    height: 5px;
    margin: 0 1px
}
.formcraft-css .button:focus {
    outline: 0;
    box-shadow: inset 0 1px 0 #fff, 0 1px 0 rgba(0,0,0,0.2);
    background: #f6f6f6;
    border-color: #ccc
}
.formcraft-css .button:active {
    top: 1px;
    background: #e6e6e6
}
@-moz-document url-prefix() {
.formcraft-css .fc_form input[type="checkbox"], .formcraft-css .fc_form input[type="radio"] {
    margin: 0;
    margin-right: 4px
}
}
@font-face {
    font-family: 'fc';
    src: url('../fontello/font/fc.eot?61304469');
    src: url('../fontello/font/fc.eot?61304469#iefix') format('embedded-opentype'), url('../fontello/font/fc.woff?61304469') format('woff'), url('../fontello/font/fc.ttf?61304469') format('truetype'), url('../fontello/font/fc.svg?61304469#fc') format('svg');
    font-weight: normal;
    font-style: normal
}
html .formcraft-css [class^="icon-"], html .formcraft-css [class*=" icon-"] {
    background-image: none
}
html .formcraft-css [class^="icon-"]:before, html .formcraft-css [class*=" icon-"]:before {
    font-family: "fc";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
html .formcraft-css .icon-trash:before {
    content: '\e800'
}
html .formcraft-css .icon-trash-empty:before {
    content: '\e801'
}
html .formcraft-css .icon-plus:before {
    content: '\e802'
}
html .formcraft-css .icon-plus-circled:before {
    content: '\e803'
}
html .formcraft-css .icon-angle-down:before {
    content: '\e804'
}
html .formcraft-css .icon-angle-up:before {
    content: '\e805'
}
html .formcraft-css .icon-cog-alt:before {
    content: '\e806'
}
html .formcraft-css .icon-cog:before {
    content: '\e807'
}
html .formcraft-css .icon-angle-circled-down:before {
    content: '\e808'
}
html .formcraft-css .icon-angle-circled-up:before {
    content: '\e809'
}
html .formcraft-css .icon-folder-open:before {
    content: '\e80a'
}
html .formcraft-css .icon-folder-open-empty:before {
    content: '\e80b'
}
html .formcraft-css .icon-ok:before {
    content: '\e80c'
}
html .formcraft-css .icon-cancel:before {
    content: '\e80d'
}
html .formcraft-css .icon-ok-circle:before {
    content: '\e80e'
}
html .formcraft-css .icon-angle-left:before {
    content: '\e80f'
}
html .formcraft-css .icon-angle-right:before {
    content: '\e810'
}
html .formcraft-css .icon-trash-1:before {
    content: '\e811'
}
html .formcraft-css .icon-pencil:before {
    content: '\e812'
}
html .formcraft-css .icon-minus:before {
    content: '\e813'
}
html .formcraft-css .icon-minus-circled:before {
    content: '\e814'
}
html .formcraft-css .icon-docs:before {
    content: '\e815'
}
html .formcraft-css .icon-mail:before {
    content: '\e816'
}
html .formcraft-css .icon-mail-alt:before {
    content: '\e817'
}
html .formcraft-css .icon-align-left:before {
    content: '\e818'
}
html .formcraft-css .icon-align-center:before {
    content: '\e819'
}
html .formcraft-css .icon-align-right:before {
    content: '\e81a'
}
html .formcraft-css .icon-doc-text:before {
    content: '\e81b'
}
html .formcraft-css .icon-up-circled:before {
    content: '\e81c'
}
html .formcraft-css .icon-upload-cloud:before {
    content: '\e81d'
}
html .formcraft-css .icon-download-cloud:before {
    content: '\e81e'
}
html .formcraft-css .icon-help:before {
    content: '\e81f'
}
html .formcraft-css .icon-help-circled:before {
    content: '\e820'
}
html .formcraft-css .icon-star:before {
    content: '\e821'
}
html .formcraft-css .icon-star-empty:before {
    content: '\e822'
}
html .formcraft-css .icon-heart:before {
    content: '\e823'
}
html .formcraft-css .icon-spin5:before {
    content: '\e824'
}
html .formcraft-css .icon-move:before {
    content: '\e825'
}
html .formcraft-css .icon-up-circled2:before {
    content: '\e826'
}
html .formcraft-css .icon-quote-right:before {
    content: '\e827'
}
html .formcraft-css .icon-quote-left:before {
    content: '\e828'
}
html .formcraft-css .icon-bold:before {
    content: '\e829'
}
html .formcraft-css .icon-italic:before {
    content: '\e82a'
}
html .formcraft-css .icon-list-numbered:before {
    content: '\e82b'
}
html .formcraft-css .icon-list-bullet:before {
    content: '\e82c'
}
html .formcraft-css .icon-cw:before {
    content: '\e82d'
}
html .formcraft-css .icon-ccw:before {
    content: '\e82e'
}
html .formcraft-css .icon-underline:before {
    content: '\e82f'
}
html .formcraft-css .icon-strike:before {
    content: '\e830'
}
html .formcraft-css .icon-cancel-circled:before {
    content: '\e831'
}
html .formcraft-css .icon-code:before {
    content: '\e832'
}
html .formcraft-css .icon-picture:before {
    content: '\e833'
}
html .formcraft-css .icon-link:before {
    content: '\e834'
}
html .formcraft-css .icon-youtube-play:before {
    content: '\e835'
}
html .formcraft-css .icon-indent-left:before {
    content: '\e836'
}
html .formcraft-css .icon-indent-right:before {
    content: '\e837'
}
html .formcraft-css .icon-align-justify:before {
    content: '\e838'
}
html .formcraft-css .icon-unlink:before {
    content: '\e839'
}
html .formcraft-css .icon-help-circled-1:before {
    content: '\e83a'
}
html .formcraft-css .icon-star-1:before {
    content: '\e83b'
}
html .formcraft-css .icon-star-filled:before {
    content: '\e83c'
}
html .formcraft-css .icon-desktop:before {
    content: '\e83d'
}
html .formcraft-css .icon-doc-text-inv:before {
    content: '\e83e'
}
html .formcraft-css .icon-down-circled2:before {
    content: '\e83f'
}
html .formcraft-css .icon-puzzle:before {
    content: '\e840'
}
html .formcraft-css .icon-shuffle:before {
    content: '\e841'
}
html .formcraft-css .icon-emo-unhappy:before {
    content: '\e842'
}
html .formcraft-css .icon-search:before {
    content: '\e843'
}
html .formcraft-css .icon-export:before {
    content: '\e844'
}
html .formcraft-css .icon-export-alt:before {
    content: '\e845'
}
html .formcraft-css .icon-chart:before {
    content: '\e846'
}
html .formcraft-css .icon-chart-area:before {
    content: '\e847'
}
html .formcraft-css .icon-chart-bar:before {
    content: '\e848'
}
html .formcraft-css .icon-popup:before {
    content: '\e849'
}
html .formcraft-css .icon-doc:before {
    content: '\e84a'
}
html .formcraft-css .icon-right-circled2:before {
    content: '\e84b'
}
html .formcraft-css .icon-key:before {
    content: '\e84c'
}
html .formcraft-css .icon-key-outline:before {
    content: '\e84d'
}
html .formcraft-css .icon-key-1:before {
    content: '\e84e'
}
html .formcraft-css .icon-thumbs-up:before {
    content: '\e84f'
}
html .formcraft-css .icon-thumbs-down:before {
    content: '\e850'
}
html .formcraft-css .icon-thumbs-up-alt:before {
    content: '\e851'
}
html .formcraft-css .icon-thumbs-down-alt:before {
    content: '\e852'
}
html .formcraft-css .icon-thumbs-up-1:before {
    content: '\e853'
}
html .formcraft-css .icon-thumbs-down-1:before {
    content: '\e854'
}
html .formcraft-css .icon-docs-1:before {
    content: '\e855'
}
html .formcraft-css .icon-doc-add:before {
    content: '\e856'
}
html .formcraft-css .icon-calendar:before {
    content: '\e857'
}
html .formcraft-css .icon-user:before {
    content: '\e858'
}
html .formcraft-css .icon-ok-circled2:before {
    content: '\e859'
}
html .formcraft-css .icon-cancel-circled2:before {
    content: '\e85a'
}
html .formcraft-css .icon-info-circled:before {
    content: '\e85b'
}
html .formcraft-css .icon-attach:before {
    content: '\e85c'
}
html .formcraft-css .icon-lock:before {
    content: '\e85d'
}
html .formcraft-css .icon-flag:before {
    content: '\e85e'
}
html .formcraft-css .icon-chat:before {
    content: '\e85f'
}
html .formcraft-css .icon-phone:before {
    content: '\e860'
}
html .formcraft-css .icon-clock:before {
    content: '\e861'
}
html .formcraft-css .icon-clock-1:before {
    content: '\e862'
}
html .formcraft-css .icon-bookmark-empty:before {
    content: '\e863'
}
html .formcraft-css .icon-home:before {
    content: '\e864'
}
html .formcraft-css .icon-file-pdf:before {
    content: '\e865'
}
html .formcraft-css .icon-file-word:before {
    content: '\e866'
}
html .formcraft-css .icon-file-excel:before {
    content: '\e867'
}
html .formcraft-css .icon-history:before {
    content: '\e868'
}
html .formcraft-css .icon-arrows-cw:before {
    content: '\e869'
}
html .formcraft-css .icon-scissors:before {
    content: '\e86a'
}
html .formcraft-css .icon-crop:before {
    content: '\e86b'
}
html .formcraft-css .icon-columns:before {
    content: '\e86c'
}
html .formcraft-css .icon-paste:before {
    content: '\e86d'
}
html .formcraft-css .icon-circle-notch:before {
    content: '\e86e'
}
html .formcraft-css .icon-circle-thin:before {
    content: '\e86f'
}
html .formcraft-css .icon-chart-line:before {
    content: '\e870'
}
html .formcraft-css .icon-credit-card:before {
    content: '\e871'
}
html .formcraft-css .icon-dropbox:before {
    content: '\e872'
}
html .formcraft-css .icon-facebook:before {
    content: '\e873'
}
html .formcraft-css .icon-facebook-squared:before {
    content: '\e874'
}
html .formcraft-css .icon-flickr:before {
    content: '\e875'
}
html .formcraft-css .icon-file-powerpoint:before {
    content: '\e876'
}
html .formcraft-css .icon-git:before {
    content: '\e877'
}
html .formcraft-css .icon-github:before {
    content: '\e878'
}
html .formcraft-css .icon-file-image:before {
    content: '\e879'
}
html .formcraft-css .icon-github-circled:before {
    content: '\e87a'
}
html .formcraft-css .icon-file-archive:before {
    content: '\e87b'
}
html .formcraft-css .icon-linkedin-squared:before {
    content: '\e87c'
}
html .formcraft-css .icon-pinterest-circled:before {
    content: '\e87d'
}
html .formcraft-css .icon-reddit:before {
    content: '\e87e'
}
html .formcraft-css .icon-skype:before {
    content: '\e87f'
}
html .formcraft-css .icon-file-audio:before {
    content: '\e880'
}
html .formcraft-css .icon-twitter:before {
    content: '\e881'
}
html .formcraft-css .icon-wordpress:before {
    content: '\e882'
}
html .formcraft-css .icon-file-video:before {
    content: '\e883'
}
html .formcraft-css .icon-lemon:before {
    content: '\e884'
}
html .formcraft-css .icon-cw-1:before {
    content: '\e885'
}
html .formcraft-css .icon-level-down:before {
    content: '\e886'
}
html .formcraft-css .icon-file-code:before {
    content: '\e887'
}
html .formcraft-css .icon-signal:before {
    content: '\e888'
}
html .formcraft-css .icon-folder-empty:before {
    content: '\e889'
}
html .formcraft-css .icon-mic:before {
    content: '\e88a'
}
html .formcraft-css .icon-volume-up:before {
    content: '\e88b'
}
html .formcraft-css .icon-lightbulb:before {
    content: '\e88c'
}
html .formcraft-css .icon-laptop:before {
    content: '\e88d'
}
html .formcraft-css .icon-tablet:before {
    content: '\e88e'
}
html .formcraft-css .icon-mobile:before {
    content: '\e88f'
}
html .formcraft-css .icon-globe:before {
    content: '\e890'
}
html .formcraft-css .icon-check-empty:before {
    content: '\e891'
}
html .formcraft-css .icon-off:before {
    content: '\e892'
}
html .formcraft-css .icon-briefcase:before {
    content: '\e893'
}
html .formcraft-css .icon-smile:before {
    content: '\e894'
}
html .formcraft-css .icon-frown:before {
    content: '\e895'
}
html .formcraft-css .icon-meh:before {
    content: '\e896'
}
.fc-form-modal .fc_modal-content {
    background-color: transparent;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-clip: padding-box;
    outline: 0
}
.fc-form-modal .fc_modal-body {
    background-color: transparent;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 0;
    padding: 0
}
.fc_modal-open {
    overflow: hidden!important
}
.fc_modal {
    display: none;
    overflow: auto;
    overflow-y: scroll;
    position: fixed!important;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding-top: 50px;
    z-index: 9999998;
    transition: transform .3s cubic-bezier(0.1,0,0.7,1), opacity .2s linear;
    -moz-transition: transform .3s cubic-bezier(0.1,0,0.7,1), opacity .2s linear;
    -webkit-transition: -webkit-transform .3s cubic-bezier(0.1,0,0.7,1), opacity .2s linear;
    -ms-transition: transform .3s cubic-bezier(0.1,0,0.7,1), opacity .2s linear;
    -o-transition: transform .3s cubic-bezier(0.1,0,0.7,1), opacity .2s linear
}
.fc_modal.fc_fade {
    opacity: .0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0.99) translate3d(0,-2px,0);
    -moz-transform: scale(0.99) translate3d(0,-2px,0);
    -o-transform: scale(0.99) translate3d(0,-2px,0);
    -ms-transform: scale(0.99) translate3d(0,-2px,0);
    transform: scale(0.99) translate3d(0,-2px,0)
}
.fc_modal.fc_fade.fc_in {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1) translate3d(0,0,0);
    -moz-transform: scale(1) translate3d(0,0,0);
    -o-transform: scale(1) translate3d(0,0,0);
    -ms-transform: scale(1) translate3d(0,0,0);
    transform: scale(1) translate3d(0,0,0)
}
.fc_modal.animate-right, .fc_modal.animate-left {
    transition: transform .35s ease-out, opacity .2s linear;
    -moz-transition: transform .35s ease-out, opacity .2s linear;
    -webkit-transition: -webkit-transform .35s ease-out, opacity .2s linear;
    -ms-transition: transform .35s ease-out, opacity .2s linear;
    -o-transition: transform .35s ease-out, opacity .2s linear
}
.fc_modal.fc_fade.animate-right {
    opacity: 0;
    -webkit-transform: scale(0.5) translate3d(75%,0px,0) rotate(-3deg);
    -moz-transform: scale(0.5) translate3d(75%,0px,0) rotate(-3deg);
    -o-transform: scale(0.5) translate3d(75%,0px,0) rotate(-3deg);
    -ms-transform: scale(0.5) translate3d(75%,0px,0) rotate(-3deg);
    transform: scale(0.5) translate3d(75%,0px,0) rotate(-3deg)
}
.fc_modal.fc_fade.animate-right.fc_in {
    opacity: 1;
    -webkit-transform: scale(1) translate3d(0,0,0);
    -moz-transform: scale(1) translate3d(0,0,0);
    -o-transform: scale(1) translate3d(0,0,0);
    -ms-transform: scale(1) translate3d(0,0,0);
    transform: scale(1) translate3d(0,0,0)
}
.fc_modal.fc_fade.animate-left {
    opacity: 0;
    -webkit-transform: scale(0.5) translate3d(-75%,0px,0) rotate(3deg);
    -moz-transform: scale(0.5) translate3d(-75%,0px,0) rotate(3deg);
    -o-transform: scale(0.5) translate3d(-75%,0px,0) rotate(3deg);
    -ms-transform: scale(0.5) translate3d(-75%,0px,0) rotate(3deg);
    transform: scale(0.5) translate3d(-75%,0px,0) rotate(3deg)
}
.fc_modal.fc_fade.animate-left.fc_in {
    opacity: 1;
    -webkit-transform: scale(1) translate3d(0,0,0);
    -moz-transform: scale(1) translate3d(0,0,0);
    -o-transform: scale(1) translate3d(0,0,0);
    -ms-transform: scale(1) translate3d(0,0,0);
    transform: scale(1) translate3d(0,0,0)
}
.fc_modal-dialog {
    margin-left: auto;
    margin-right: auto;
    width: auto;
    padding: 10px;
    z-index: 99999
}
.fc_modal-content {
    position: relative;
    background-color: #fff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-box-shadow: 0 1px 6px #666;
    -moz-box-shadow: 0 1px 6px #666;
    box-shadow: 0 1px 6px #666;
    background-clip: padding-box;
    outline: 0
}
.fc_modal-backdrop {
    position: fixed!important;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999997;
    transition: opacity .2s linear;
    -moz-transition: opacity .2s linear;
    -webkit-transition: opacity .2s linear;
    -ms-transition: opacity .2s linear;
    -o-transition: opacity .2s linear;
    background: #323232;
    background: rgba(50,50,50,0.45)
}
.fc_modal-backdrop.fc_fade {
    opacity: 0;
    filter: alpha(opacity=0)
}
.fc_modal-backdrop.fc_fade.fc_in {
    opacity: 1;
    filter: alpha(opacity=100)
}
.fc_modal-backdrop:before {
    content: 'press ESC';
    font-size: 14px;
    color: #000;
    position: absolute;
    top: 10px;
    left: 10px
}
.fc_modal-header {
    padding: 16px 20px;
    background-color: #f4f4f4;
    border-bottom: 1px solid #ddd;
    font-size: 20px;
    font-weight: normal;
    color: #666;
    border-radius: 3px 3px 0 0
}
.fc_modal-header h3 {
    font-size: 18px;
    margin: 0;
    color: inherit
}
body .fc_modal .fc_close {
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 0;
    border: 0;
    font-size: 21px;
    z-index: 9000;
    color: #999;
    cursor: pointer;
    font-weight: bold;
    background: transparent;
    width: 30px;
    height: 30px;
    line-height: 30px;
    outline: 0;
    box-shadow: none;
    margin: 0
}
body .fc_modal .fc_close:hover {
    color: #666;
    box-shadow: none
}
.fc_modal-title {
    margin: 0;
    font-size: 22px;
    font-weight: normal;
    line-height: 1.428571429
}
.fc_modal-body {
    position: relative;
    padding: 20px;
    margin-bottom: 0
}
.fc_modal-footer {
    padding: 19px 20px 20px;
    background-color: #f4f4f4;
    text-align: right;
    border-top: 1px solid #e5e5e5;
    border-radius: 0 0 3px 3px
}
.fc_modal-footer:before, .fc_modal-footer:after {
    content: " ";
    display: table
}
.fc_modal-footer:after {
    clear: both
}
.fc_modal-footer .btn+.btn {
    margin-left: 5px;
    margin-bottom: 0
}
.fc_modal-footer .btn-group .btn+.btn {
    margin-left: -1px
}
.fc_modal-footer .btn-block+.btn-block {
    margin-left: 0
}
@media screen and (min-width:768px) {
.fc_modal-dialog {
    left: 50%;
    right: auto;
    width: 600px;
    padding-top: 40px;
    padding-bottom: 40px
}
.fc_modal-backdrop:before {
    content: ''
}
}
#fc-form-preview {
    position: fixed;
    top: 12px;
    left: 10px;
    padding: 9px 14px 8px 14px;
    color: #555;
    border-radius: 2px;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,0.3);
    z-index: 999
}
.rtl {
    direction: rtl
}
.rtl .formcraft-css .fc-form .form-element .field-cover [class^="icon-"] {
    left: 0;
    right: auto
}
html .rtl .formcraft-css .fc-form .form-element .checkbox-cover>div label input {
    margin-left: .3em;
    margin-right: 0
}
.form-disabled-message {
    font-size: 1em;
    color: inherit;
    margin: 20px 0
}
html body .fc-form-modal {
    text-align: center
}
html body .fc-form-modal .fc_modal-dialog {
    display: inline-block;
    padding: 40px 0 90px 0
}
html body .fc-form-modal .fc_modal-dialog .form-live {
    width: auto;
    margin: 0 auto
}
html body .fc-form-modal .formcraft-css .fc-pagination .active .page-number {
    border-color: transparent
}
html body .fc-form-modal .formcraft-css .fc-pagination>div .page-name {
    color: #ddd;
    text-shadow: 0 0 8px #777
}
html body .fc-form-modal .formcraft-css .fc-pagination>div.active .page-name {
    color: white;
    text-shadow: 0 0 8px #777
}
html body .fc-form-modal.fc_modal .fc_close {
    font-size: 26px;
    font-weight: normal
}
html body .fc-form-modal .formcraft-css .fc-pagination .pagination-trigger .page-number, html body .fc-form-modal .formcraft-css .fc-pagination .pagination-trigger:hover .page-number {
    box-shadow: 0 0 1px rgba(0,0,0,0.8)
}
html body .fc_modal .formcraft-css form.fc-form {
    margin: 0 auto;
    box-shadow: 0 1px 6px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 1px 6px rgba(0,0,0,0.5)
}
html .fc-form-modal .formcraft-css .form-cover .prev-next {
    margin-left: auto;
    margin-right: auto
}
html body .formcraft-css .fc-sticky .form-cover .fc-form, html body .formcraft-css .fc-sticky .fc-pagination-cover .fc-pagination, html body .formcraft-css .fc-sticky .form-cover .prev-next {
    margin-left: 0;
    margin-right: 0
}
html .formcraft-css .fc-sticky .fc-pagination-cover {
    height: auto;
    border-bottom: 1px solid #e8e8e8
}
html .formcraft-css .fc-sticky .fc-pagination-cover .fc-pagination {
    margin: 0 auto;
    margin-top: 10px!important
}
html .formcraft-css .fc-sticky .form-cover .prev-next {
    margin: 0;
    box-shadow: none;
    width: 100%;
    max-width: 100%;
    border-top: 1px solid #e8e8e8
}
html body .fc_modal .formcraft-css .prev-next {
    box-shadow: 0 1px 6px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 1px 6px rgba(0,0,0,0.5)
}
html body .fc-form-modal.fc_modal .fc-pagination {
    padding: 0
}
html body .fc-form-modal.fc_modal .fc-pagination-cover {
    height: 100px
}
html body .fc-sticky span .powered-by {
    position: static!important;
    font-weight: normal;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .4px
}
html body .fc_modal-dialog .powered-by {
    background: rgba(20,20,20,0.22);
    padding: 5px 12px 4px 12px;
    border-radius: 3px;
    color: rgba(255,255,255,0.7);
    margin-top: 20px;
    display: inline-block;
    width: auto!important;
    box-shadow: 1px 1px 0 rgba(0,0,0,0.12) inset;
    font-weight: normal;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .6px
}
html body .fc_modal-dialog .powered-by:hover {
    background: rgba(20,20,20,0.22);
    color: rgba(255,255,255,0.77)
}
html .formcraft-css {
    position: relative;
    font-size: 14px
}
html .formcraft-css .powered-by {
    color: #888;
    position: relative;
    z-index: 999;
    display: inline-block;
    text-align: center;
    margin: 13px auto;
    font-weight: normal;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 0px;
    font-weight: 600;
    letter-spacing: .4px
}
html .formcraft-css .powered-by:hover {
    color: #48e
}
html .formcraft-css .fc-sticky-button {
    z-index: 99998;
    cursor: pointer;
    transition: transform .3s cubic-bezier(0,0,0,1);
    -webkit-transition: -webkit-transform .3s cubic-bezier(0,0,0,1)
}
html .formcraft-css .fc-sticky {
    max-width: 100%;
    display: none;
    position: fixed;
    overflow: auto;
    bottom: -5px;
    right: 50px;
    box-shadow: 0 0 3px rgba(0,0,0,0.35);
    -moz-box-shadow: 0 0 3px rgba(0,0,0,0.35);
    border-radius: 3px 3px 0 0;
    background-color: white;
    z-index: 99999;
    transition: transform .35s cubic-bezier(0,0,0,1);
    -webkit-transition: -webkit-transform .35s cubic-bezier(0,0,0,1)
}
html .formcraft-css .fc-sticky.show {
    transition: transform .35s ease-in;
    -webkit-transition: -webkit-transform .35s ease-in
}
html .formcraft-css .fc-sticky.fc-sticky-right {
    top: 50%;
    bottom: auto;
    right: 0;
    left: auto;
    display: block;
    opacity: 0;
    transform: translate3d(100%,0,0);
    -webkit-transform: translate3d(100%,0,0)
}
html .formcraft-css .fc-sticky.fc-sticky-right.show {
    opacity: 1;
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    display: block
}
html .formcraft-css .fc-sticky.fc-sticky-right.show .form-cover {
    -webkit-animation: sticky_show_right .55s cubic-bezier(0,0,0,1);
    animation: sticky_show_right .55s cubic-bezier(0,0,0,1);
    display: block
}
html .formcraft-css .fc-sticky.fc-sticky-right.hiding {
    opacity: 1;
    transform: translate3d(100%,0,0);
    -webkit-transform: translate3d(100%,0,0);
    display: block
}
html .formcraft-css .fc-sticky.fc-sticky-left {
    top: 50%;
    bottom: auto;
    left: 0;
    right: auto;
    display: block;
    opacity: 0;
    transform: translate3d(-100%,0,0);
    -webkit-transform: translate3d(-100%,0,0)
}
html .formcraft-css .fc-sticky.fc-sticky-left.show {
    opacity: 1;
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    display: block
}
html .formcraft-css .fc-sticky.fc-sticky-left.show .form-cover {
    -webkit-animation: sticky_show_left .55s cubic-bezier(0,0,0,1);
    animation: sticky_show_left .55s cubic-bezier(0,0,0,1);
    display: block
}
html .formcraft-css .fc-sticky.fc-sticky-left.hiding {
    opacity: 1;
    transform: translate3d(-100%,0,0);
    -webkit-transform: translate3d(-100%,0,0);
    display: block
}
html .formcraft-css .fc-sticky.fc-sticky-bottom-right {
    top: 50%;
    bottom: 0;
    top: auto;
    left: auto;
    right: 50px;
    display: block;
    opacity: 0;
    transform: translate3d(0,100%,0);
    -webkit-transform: translate3d(0,100%,0)
}
html .formcraft-css .fc-sticky.fc-sticky-bottom-right.show {
    opacity: 1;
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    display: block
}
html .formcraft-css .fc-sticky.fc-sticky-bottom-right.show .form-cover {
    -webkit-animation: sticky_show .55s cubic-bezier(0,0,0,1);
    animation: sticky_show .55s cubic-bezier(0,0,0,1);
    display: block
}
html .formcraft-css .fc-sticky.fc-sticky-bottom-right.hiding {
    opacity: 1;
    transform: translate3d(0,100%,0);
    -webkit-transform: translate3d(0,100%,0);
    display: block
}
html .formcraft-css .fc-sticky.calculated {
    display: none;
    opacity: 1
}
html .formcraft-css .fc-sticky .fc-form {
    box-shadow: none
}
html .formcraft-css .simple_button {
    display: inline-block;
    padding: 6px 15px 7px 15px;
    border-radius: 2px;
    outline: 0;
    box-shadow: none;
    cursor: pointer
}
html .formcraft-css .simple_button:hover {
    box-shadow: 0 0 30px rgba(0,0,0,0.12) inset
}
html .formcraft-css.image_button_cover {
    position: fixed;
    top: 50%;
    box-shadow: none;
    z-index: 99999;
    transition: transform .3s cubic-bezier(0,0,0,1);
    -webkit-transition: -webkit-transform .3s cubic-bezier(0,0,0,1)
}
html .formcraft-css.image_button_cover a {
    padding: 6px 15px 12px 15px;
    font-size: 15px;
    font-weight: bold;
    display: inline-block;
    position: relative;
    transition: transform .3s;
    -webkit-transition: -webkit-transform .3s
}
html .formcraft-css.image_button_cover.placement-left {
    left: 0
}
html .formcraft-css.image_button_cover.placement-left a {
    border-radius: 3px 3px 0 0;
    transform: translate3d(-200%,0,0) rotate(90deg);
    -webkit-transform: translate3d(-200%,0,0) rotate(90deg);
    transform-origin: 0 100%;
    -webkit-transform-origin: 0 100%
}
html .formcraft-css.image_button_cover.placement-left.now-show a {
    transform: translate3d(-4px,0,0) rotate(90deg);
    -webkit-transform: translate3d(-4px,0,0) rotate(90deg)
}
html .formcraft-css.image_button_cover.placement-left a:hover {
    transform: translate3d(0px,0,0) rotate(90deg);
    -webkit-transform: translate3d(0px,0,0) rotate(90deg)
}
html .formcraft-css.image_button_cover.placement-right {
    right: 0
}
html .formcraft-css.image_button_cover.placement-right a {
    border-radius: 3px 3px 0 0;
    transform: translate3d(200%,0,0) rotate(-90deg);
    -webkit-transform: translate3d(200%,0,0) rotate(-90deg);
    transform-origin: 100% 100%;
    -webkit-transform-origin: 100% 100%
}
html .formcraft-css.image_button_cover.placement-right.now-show a {
    transform: translate3d(4px,0,0) rotate(-90deg);
    -webkit-transform: translate3d(4px,0,0) rotate(-90deg)
}
html .formcraft-css.image_button_cover.placement-right a:hover {
    transform: translate3d(0,0,0) rotate(-90deg);
    -webkit-transform: translate3d(0,0,0) rotate(-90deg)
}
html .formcraft-css.image_button_cover.placement-bottom-right {
    position: relative;
    top: auto;
    z-index: 99997
}
html .formcraft-css.image_button_cover.placement-bottom-right a.fc-sticky-button {
    right: 50px;
    position: fixed;
    bottom: 0;
    top: auto!important;
    border-radius: 3px 3px 0 0;
    transform: translate3d(0,50px,0);
    -webkit-transform: translate3d(0,50px,0);
    transform-origin: 100% 100%;
    -webkit-transform-origin: 100% 100%
}
html .formcraft-css.image_button_cover.placement-bottom-right.now-show a.fc-sticky-button {
    transform: translate3d(0,6px,0);
    -webkit-transform: translate3d(0,6px,0)
}
html .formcraft-css.image_button_cover.placement-bottom-right:hover a.fc-sticky-button {
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0)
}
html .formcraft-css.image_button_cover a {
    box-shadow: none;
    border: 0
}
html .formcraft-css .form-page-logo {
    display: block;
    margin: 30px auto;
    max-width: 90%;
    height: auto
}
html .formcraft-css .form-logic {
    display: none
}
html .formcraft-css.align-left .fc-form, html .formcraft-css.align-left .fc-pagination-cover .fc-pagination, html .formcraft-css.align-left .prev-next {
    margin-left: 2px
}
html .formcraft-css.align-right .fc-form, html .formcraft-css.align-right .fc-pagination-cover .fc-pagination, html .formcraft-css.align-right .prev-next {
    margin-right: 2px
}
html .formcraft-css .prev-next {
    display: none;
    width: 100%;
    letter-spacing: -4px;
    border-radius: 2px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0,0,0,0.3);
    margin: 15px auto;
    background: white
}
html .formcraft-css .prev-next input {
    box-shadow: none;
    border: 0;
    border-radius: 0;
    padding: 8px;
    background: transparent;
    text-align: center;
    display: none;
    padding: 15px 15px;
    font-size: .9em;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .6px;
    color: inherit
}
html .formcraft-css .prev-next>div {
    display: inline-block;
    width: 50%;
    letter-spacing: 0;
    text-align: center
}
html .formcraft-css .prev-next>div span .icon-angle-left, html .formcraft-css .prev-next>div span .icon-angle-right {
    font-size: 1.2em;
    vertical-align: middle;
    position: relative;
    top: -2px
}
html .formcraft-css .prev-next>div span {
    display: block;
    padding: 15px 15px;
    font-size: .87em;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .6px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none
}
html .formcraft-css .prev-next>div span.inactive {
    opacity: .5;
    cursor: default
}
html .formcraft-css .prev-next>div span.inactive:hover {
    color: inherit
}
html .formcraft-css .prev-next>div:last-child {
    border-left: 1px solid #e8e8e8;
    box-sizing: border-box;
    float: right
}
html .formcraft-css #form-cover-html {
    text-align: center;
    position: relative;
    min-width: 100%
}
html .formcraft-css #form-cover-html>form {
    margin: 0 auto
}
html .formcraft-css #form-cover-html .no-fields {
    display: none
}
html .formcraft-css #form-cover-html.nos-10 .no-fields {
    display: block;
    position: absolute;
    cursor: pointer;
    right: 0;
    z-index: 1;
    font-size: 1.5em;
    top: 48px;
    line-height: 150px;
    width: 420px;
    left: 50%;
    margin-left: -210px;
    color: #999
}
html .formcraft-css #form-cover-html.nos-10 .no-fields:hover {
    color: #777
}
html .formcraft-css #form-cover-html.nos-10 .fc-form {
    min-height: 150px
}
html .formcraft-css .fc-pagination-cover {
    text-align: center;
    height: 130px;
    display: none
}
html .formcraft-css .fc-pagination {
    white-space: nowrap;
    text-align: center;
    position: relative;
    display: block;
    padding: 12px 0;
    margin: 0 auto;
    transition: background .3s;
    -webkit-transition: background .3s
}
html .formcraft-css .fc-pagination>div {
    display: inline-block;
    padding: 0 15px;
    position: relative;
    z-index: 101;
    cursor: default;
    vertical-align: top;
    cursor: pointer;
    color: #999;
    transition: padding .3s;
    -webkit-transition: padding .3s
}
html .formcraft-css .fc-pagination>div:hover {
    color: #777
}
html .formcraft-css .fc-pagination>div:hover .page-number {
    box-shadow: 0 0 4px rgba(0,0,0,0.5)
}
html .formcraft-css .fc-pagination>div:first-child.active, html .formcraft-css .fc-pagination>div:last-child.active {
    z-index: 101
}
html .formcraft-css .fc-pagination>div.active {
    z-index: 102
}
html .formcraft-css .fc-pagination>div.active .page-number {
    transform: scale(1.25)
}
html .formcraft-css .fc-pagination>div.active .page-name {
    color: #666
}
html .formcraft-css .fc-pagination>div:after {
    position: absolute;
    border-top: 2px solid #ccc;
    top: 25px;
    width: 100%;
    height: 2px;
    content: '';
    left: 0;
    z-index: 101
}
html .formcraft-css .fc-pagination>div:first-child:after {
    width: 110px;
    left: 50%;
    margin-left: -15px
}
html .formcraft-css .fc-pagination>div:last-child:after {
    width: 110px;
    right: 50%;
    left: auto;
    margin-right: -15px
}
html .formcraft-css .fc-pagination .page-number {
    font-weight: bold;
    display: inline-block;
    background-color: white;
    border-radius: 4px;
    padding: 5px;
    margin-bottom: 10px;
    margin-top: 10px;
    min-width: 30px;
    position: relative;
    z-index: 103;
    transition: transform .3s, background .3s, border-color .3s;
    -webkit-transition: transform .3s, background .3s, border-color .3s;
    border-width: 0;
    box-shadow: 0 0 3px rgba(0,0,0,0.4);
    border: 1px solid transparent;
    box-sizing: border-box;
    -moz-box-sizing: border-box
}
html .formcraft-css .fc-pagination .page-name {
    display: block;
    font-size: .85em;
    letter-spacing: .4px;
    font-weight: 600;
    width: 110px;
    text-transform: uppercase;
    padding: 5px 0;
    white-space: normal
}
html .formcraft-css .fc-form {
    background: white;
    box-shadow: 0 0px 0px rgba(0,0,0,0);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
    border-radius: 2px;
    letter-spacing: -4px;
    text-align: left;
    margin: 0 auto;
    min-width: 140px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: relative;
    max-width: 100%
}
html .formcraft-css .fc-form .tooltip .tooltip-inner {
    min-width: 120px;
    display: inline-block
}
html .formcraft-css .fc-form.field-alignment-center {
    text-align: center
}
html .formcraft-css .fc-form.field-alignment-center .form-element {
    margin-left: auto;
    margin-right: auto
}
html .formcraft-css .fc-form.field-alignment-center .form-element .form-element-html .field-cover>span, html .formcraft-css .fc-form.field-alignment-center .form-element .form-element-html .field-cover>div {
    text-align: center
}
html .formcraft-css .fc-form.field-alignment-center.label-floating .form-element .form-element-html .field-cover>div, html .formcraft-css .fc-form.field-alignment-center.label-floating .form-element .form-element-html .field-cover>span {
    text-align: left
}
html .formcraft-css .fc-form.field-alignment-right {
    text-align: right
}
html .formcraft-css .fc-form.field-alignment-right .form-element {
    margin-left: auto;
    margin-right: auto
}
html .formcraft-css .fc-form.field-alignment-right .form-element .form-element-html .field-cover>span, html .formcraft-css .fc-form.field-alignment-right .form-element .form-element-html .field-cover>div {
    text-align: right
}
html .formcraft-css .fc-form.icons-hide-true .form-element .field-cover div [class^="icon-"] {
    display: none
}
html .formcraft-css .fc-form .form-page-content {
    padding: 1.5em 1.5em;
    padding-right: 0;
    padding-bottom: 0
}
html .formcraft-css .fc-form .form-page-content>p {
    margin: 0!important;
    padding: 0!important;
    display: inline!important
}
html .formcraft-css .fc-form .form-page-content .form-element-type-customText, html .formcraft-css .fc-form .form-page-content .form-element-type-heading {
    top: -0.75em;
    position: relative
}
html .formcraft-css .fc-form .form-page-content .form-element-type-customText:first-child .customText-cover, html .formcraft-css .fc-form .form-page-content .form-element-type-heading:first-child .heading-cover {
    border-radius: 2px 2px 0 0;
    padding-bottom: 1.5em;
    padding-top: .75em
}
html .formcraft-css .fc-form .form-page-content .form-element-type-customText:last-child .customText-cover, html .formcraft-css .fc-form .form-page-content .form-element-type-heading:last-child .heading-cover {
    border-radius: 0 0 2px 2px;
    padding-bottom: 1.5em;
    margin-bottom: -1.5em
}
html .formcraft-css .fc-form .form-page-content .form-element-type-customText:last-child .form-element-html {
    margin-bottom: 1.5em
}
html .formcraft-css .fc-form .form-page-content .form-element-type-customText:first-child, html .formcraft-css .fc-form .form-page-content .form-element-type-heading:first-child {
    margin-top: -0.75em
}
html .formcraft-css .fc-form .form-page-content .form-element-type-customText:last-child, html .formcraft-css .fc-form .form-page-content .form-element-type-heading:last-child {
    margin-bottom: -0.75em
}
html .formcraft-css .fc-form h1 {
    font-size: 2em;
    margin: .5em 0;
    color: inherit
}
html .formcraft-css .fc-form h2 {
    font-size: 1.6em
}
html .formcraft-css .fc-form h3 {
    font-size: 1.5em
}
html .formcraft-css .fc-form h2, html .formcraft-css .fc-form h3 {
    margin: .4em 0
}
html .formcraft-css .fc-form h1, html .formcraft-css .fc-form h2, html .formcraft-css .fc-form h3, html .formcraft-css .fc-form h4, html .formcraft-css .fc-form h5, html .formcraft-css .fc-form h6 {
    font-weight: bold;
    display: inline-block;
    color: inherit;
    line-height: normal;
    margin-top: 0;
    margin-bottom: .2em
}
html .formcraft-css .fc-form.label-placeholder .field-cover>span {
    display: none
}
html .formcraft-css .fc-form.label-placeholder .checkbox-cover>span, html .formcraft-css .fc-form.label-placeholder .star-cover>span, html .formcraft-css .fc-form.label-placeholder .thumb-cover>span, html .formcraft-css .fc-form.label-placeholder .slider-cover>span {
    display: block;
    width: 100%;
    top: 0;
    text-align: left
}
html .formcraft-css .fc-form.label-placeholder .field-cover>div {
    width: 100%;
    display: block
}
html .formcraft-css .fc-form.label-placeholder .field-cover>div.tooltip {
    width: auto
}
html .formcraft-css .fc-form.label-placeholder .slider-cover .ui-slider-cover {
    top: 0
}
html .formcraft-css .fc-form.label-floating .form-element .form-element-html .field-cover>span>span.main-label>span::after {
    right: -8px
}
html .formcraft-css .fc-form.label-floating .form-element .submit-cover .submit-button {
    padding: 8px 18px 8px 18px
}
html .formcraft-css .fc-form.label-floating .form-element.error-field .form-element-html .checkbox-cover>div, html .formcraft-css .fc-form.label-floating .form-element.error-field .form-element-html .star-cover>div, html .formcraft-css .fc-form.label-floating .form-element.error-field .form-element-html .matrix-cover>div, html .formcraft-css .fc-form.label-floating .form-element.error-field .form-element-html .fileupload-cover>div {
    margin-top: 4px;
    border-color: red
}
html .formcraft-css .fc-form.label-floating .field-cover {
    position: relative
}
html .formcraft-css .fc-form.label-floating .field-cover>span {
    z-index: 101
}
html .formcraft-css .fc-form.label-floating .field-cover input[type="text"], html .formcraft-css .fc-form.label-floating .field-cover input[type="email"], html .formcraft-css .fc-form.label-floating .field-cover input[type="tel"], html .formcraft-css .fc-form.label-floating .field-cover input[type="password"], html .formcraft-css .fc-form.label-floating .field-cover textarea {
    background-color: transparent!important;
    background-position: 102% 50%
}
html .formcraft-css .fc-form.label-floating .field-cover select {
    background-color: transparent!important;
    background-position: 102% 52%;
    cursor: pointer
}
html .formcraft-css .fc-form.label-floating .field-cover div [class^="icon-"] {
    bottom: 4px;
    top: auto;
    line-height: 1.4em;
    margin: 10px 2px 6px 2px
}
html .formcraft-css .fc-form.label-floating .form-element.form-element-type-customText .form-element-html {
    padding-top: 0
}
html .formcraft-css .fc-form.label-floating .form-element .form-element-html input[type="text"], html .formcraft-css .fc-form.label-floating .form-element .form-element-html input[type="email"], html .formcraft-css .fc-form.label-floating .form-element .form-element-html input[type="tel"], html .formcraft-css .fc-form.label-floating .form-element .form-element-html input[type="password"], html .formcraft-css .fc-form.label-floating .form-element .form-element-html textarea, html .formcraft-css .fc-form.label-floating .form-element .form-element-html select {
    border-width: 0;
    border-radius: 0;
    border-bottom-width: 1px;
    box-shadow: none;
    margin: 0;
    margin-top: 6px;
    margin-bottom: 4px;
    padding: 10px 2px 6px 2px
}
html .formcraft-css .fc-form.label-floating .form-element .form-element-html .timepicker-cover .time-fields-cover {
    border-width: 0;
    border-radius: 0;
    border-bottom-width: 1px;
    box-shadow: none;
    background-color: transparent
}
html .formcraft-css .fc-form.label-floating .form-element .form-element-html .timepicker-cover .time-fields-cover select, html .formcraft-css .fc-form.label-floating .form-element .form-element-html .timepicker-cover .time-fields-cover input[type="text"].meridian-picker {
    padding-top: 3px;
    padding-bottom: 3px
}
html .formcraft-css .fc-form.label-floating .form-element.error-field .form-element-html input[type="text"], html .formcraft-css .fc-form.label-floating .form-element.error-field .form-element-html input[type="email"], html .formcraft-css .fc-form.label-floating .form-element.error-field .form-element-html input[type="tel"], html .formcraft-css .fc-form.label-floating .form-element.error-field .form-element-html input[type="password"], html .formcraft-css .fc-form.label-floating .form-element.error-field .form-element-html textarea, html .formcraft-css .fc-form.label-floating .form-element.error-field .form-element-html select {
    border-color: red
}
html .formcraft-css .fc-form.label-floating .form-element .form-element-html .timepicker-cover input[type="text"].meridian-picker {
    padding: 9px 12px 7px 12px
}
html .formcraft-css .fc-form.label-floating .form-element .form-element-html .timepicker-cover input[type="text"].meridian-picker {
    padding: 9px 22px 7px 22px
}
html .formcraft-css .fc-form.label-floating .form-element.error-field .form-element-html .field-cover>span {
    color: red
}
html .formcraft-css .fc-form.label-floating .field-cover>span {
    display: block;
    color: #a8a8a8;
    z-index: 98;
    width: 100%;
    text-align: left;
    padding: 10px 2px 6px 2px;
    font-weight: normal;
    font-size: 1em;
    position: absolute;
    left: 0;
    top: 6px;
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transition: transform .2s linear;
    -webkit-transition: transform .2s linear
}
html .formcraft-css .fc-form.label-floating .form-element .form-element-html .textarea-cover .error, html .formcraft-css .fc-form.label-floating .form-element .form-element-html .oneLineText-cover .error, html .formcraft-css .fc-form.label-floating .form-element .form-element-html .email-cover .error, html .formcraft-css .fc-form.label-floating .form-element .form-element-html .datepicker-cover .error, html .formcraft-css .fc-form.label-floating .form-element .form-element-html .password-cover .error, html .formcraft-css .fc-form.label-floating .form-element .form-element-html .dropdown-cover .error {
    font-size: 11px;
    position: absolute;
    margin: 0;
    padding: 0;
    border: 0;
    top: auto;
    bottom: -7px;
    right: 2px;
    background: 0
}
html .formcraft-css .fc-form.label-floating .field-cover.has-input>span, html .formcraft-css .fc-form.label-floating .field-cover.has-focus>span {
    transform: translate3d(0,-19px,0) scale(0.8);
    -webkit-transform: translate3d(0,-19px,0) scale(0.8)
}
html .formcraft-css .fc-form.label-floating .field-cover .sub-label {
    display: none
}
html .formcraft-css .fc-form.label-floating .checkbox-cover>span, html .formcraft-css .fc-form.label-floating .star-cover>span, html .formcraft-css .fc-form.label-floating .thumb-cover>span, html .formcraft-css .fc-form.label-floating .matrix-cover>span, html .formcraft-css .fc-form.label-floating .slider-cover>span, html .formcraft-css .fc-form.label-floating .fileupload-cover>span, html .formcraft-css .fc-form.label-floating .timepicker-cover>span, html .formcraft-css .fc-form.label-floating .checkbox-cover.has-focus>span, html .formcraft-css .fc-form.label-floating .star-cover.has-focus>span, html .formcraft-css .fc-form.label-floating .matrix-cover.has-focus>span, html .formcraft-css .fc-form.label-floating .slider-cover.has-focus>span, html .formcraft-css .fc-form.label-floating .fileupload-cover.has-focus>span, html .formcraft-css .fc-form.label-floating .timepicker-cover.has-focus>span {
    transform: none;
    position: static;
    display: block;
    width: 100%;
    top: 0;
    font-size: 1em;
    padding-bottom: 2px;
    text-align: left
}
html .formcraft-css .fc-form.label-floating .field-cover>div {
    width: 100%;
    position: relative;
    z-index: 99
}
html .formcraft-css .fc-form.label-floating .slider-cover .ui-slider-cover {
    top: 0
}
html .formcraft-css .fc-form.label-block .field-cover>span {
    display: block;
    text-align: left;
    top: 0;
    width: 100%
}
html .formcraft-css .fc-form.label-block .field-cover>div {
    display: block;
    width: 100%;
    margin-top: 2px
}
html .formcraft-css .fc-form.label-block .field-cover .sub-label {
    margin-bottom: 2px
}
html .formcraft-css .fc-form.label-block .form-element .slider-cover .ui-slider-cover {
    top: 0
}
html .formcraft-css .fc-form.frame-hidden {
    box-shadow: none;
    -moz-box-shadow: none;
    padding: 0
}
html .formcraft-css .fc-form.frame-hidden .form-page-content {
    padding: 0;
    margin-right: -1.5em
}
html .formcraft-css .fc-form.align-left {
    margin-left: 0;
    margin-right: auto
}
html .formcraft-css .fc-form.align-center {
    margin-left: auto;
    margin-right: auto
}
html .formcraft-css .fc-form.align-right {
    margin-left: auto;
    margin-right: 0
}
html .formcraft-css .fc-form.remove-asterisk-true .form-element.is-required-true .field-cover>span>span:first-child>span::after {
    content: none
}
html .formcraft-css .fc-form .form-element.is-required-true .field-cover>span>span:first-child>span {
    position: relative
}
html .formcraft-css .fc-form .form-element.is-required-true .field-cover>span>span:first-child>span::after {
    content: '*';
    position: inherit;
    color: #000000;
    top: -3px;
    right: -6px
}
html .formcraft-css .fc-form .field-cover {
    letter-spacing: -4px
}
html .formcraft-css .fc-form .field-cover .tooltip {
    position: absolute;
    border: 0!important;
    padding: 0 5px!important
}
html .formcraft-css .fc-form .field-cover.textarea-cover .tooltip {
    top: 0!important;
    position: absolute
}
html .formcraft-css .fc-form .field-cover.slider-cover .tooltip {
    top: -2px!important;
    padding: 0 5px
}
html .formcraft-css .fc-form .field-cover.slider-cover .tooltip-arrow {
    top: 20px!important
}
html .formcraft-css .fc-form .field-cover>div {
    position: relative
}
html .formcraft-css .fc-form .field-cover>span, html .formcraft-css .fc-form .field-cover>div {
    letter-spacing: 0;
    display: inline-block;
    box-sizing: border-box;
    -moz-box-sizing: border-box
}
html .formcraft-css .fc-form .field-cover>span {
    width: 30%;
    text-align: left;
    padding-left: 1px;
    vertical-align: top;
    display: inline-block;
    position: relative;
    font-weight: 600
}
html .formcraft-css .fc-form .field-cover>span>span {
    display: block;
    width: 100%;
    line-height: 1.45em
}
html .formcraft-css .fc-form .field-cover>span span.sub-label {
    font-weight: normal;
    position: relative;
    font-style: italic;
    font-size: .9em;
    margin-top: -1px;
    opacity: .8
}
html .formcraft-css .fc-form .field-cover .sub-label-false {
    top: .7em
}
html .formcraft-css .fc-form .field-cover .sub-label-false span.sub-label {
    display: none
}
html .formcraft-css .fc-form .field-cover>div {
    width: 70%;
    display: inline-block;
    text-align: left
}
html .formcraft-css .fc-form .field-cover>div input[type="text"], html .formcraft-css .fc-form .field-cover>div input[type="email"], html .formcraft-css .fc-form .field-cover>div input[type="password"], html .formcraft-css .fc-form .field-cover>div input[type="tel"], html .formcraft-css .fc-form .field-cover>div textarea, html .formcraft-css .fc-form .field-cover>div select {
    width: 100%;
    margin: 0
}
html .formcraft-css .fc-form .field-cover>div.full {
    width: auto;
    display: block
}
html .formcraft-css .fc-form .field-cover>div.full hr {
    margin: 0 -1.5em;
    border-top: 0;
    opacity: .4;
    border-bottom: 1px solid #e5e5e5
}
html .formcraft-css .fc-form .final-success {
    letter-spacing: 0;
    display: block;
    text-align: center;
    padding: 40px 30px 35px 30px;
    font-size: 1.2em;
    line-height: normal;
    z-index: 999;
    display: none;
    color: #E90E8B
}
html .formcraft-css .fc-form .final-success .icon-ok-circle {
    display: block;
    -webkit-animation: successIn .8s;
    animation: successIn .8s;
    color: inherit;
    font-size: 1.6em;
    margin-bottom: .3em
}
html .formcraft-css .fc-form .final-success .icon-ok-circle::before {
    opacity: .8
}
html .formcraft-css .fc-form .final-success span {
    display: block;
    -webkit-animation: successIn .8s;
    animation: successIn .8s;
    color: inherit
}
html .formcraft-css .fc-form.submitted .form-element {
    transition: transform .8s, opacity .8s;
    -webkit-transition: -webkit-transform .8s, opacity .8s;
    opacity: 0;
    transform: translate3d(0,-500px,0);
    -webkit-transform: translate3d(0,-500px,0)
}
html .formcraft-css .fc-form.submitted {
    overflow: hidden;
    min-height: 130px
}
html .formcraft-css .fc-form .form-element-type-slider {
    z-index: 103
}
html .formcraft-css .fc-form .form-element {
    position: relative;
    display: inline-block;
    letter-spacing: 0;
    vertical-align: top;
    opacity: 1;
    border-radius: 2px;
    z-index: 101;
    border: 0;
    float: none!important;
    overflow: visible
}
html .formcraft-css .fc-form .form-element.error-field .error {
    display: block;
    white-space: nowrap
}
html .formcraft-css .fc-form .form-element.error-field .form-element-html .checkbox-cover>div, html .formcraft-css .fc-form .form-element.error-field .form-element-html .star-cover>div, html .formcraft-css .fc-form .form-element.error-field .form-element-html .matrix-cover>div, html .formcraft-css .fc-form .form-element.error-field .form-element-html .fileupload-cover>div {
    border-color: red;
    padding-left: 8px
}
html .formcraft-css .fc-form .form-element.error-field .star-cover>div, html .formcraft-css .fc-form .form-element.error-field .matrix-cover>div {
    padding-left: 0
}
html .formcraft-css .fc-form .form-element.error-field .checkbox-cover.images-true>div {
    padding-left: 0
}
html .formcraft-css .fc-form .form-element.error-field .slider-cover>div {
    border: 1px solid red;
    border-radius: 3px
}
html .formcraft-css .fc-form .form-element.error-field input[type='text'], html .formcraft-css .fc-form .form-element.error-field input[type='password'], html .formcraft-css .fc-form .form-element.error-field input[type='tel'], html .formcraft-css .fc-form .form-element.error-field textarea, html .formcraft-css .fc-form .form-element.error-field select {
    border-color: red
}
html .formcraft-css .fc-form .form-element input[type="text"], html .formcraft-css .fc-form .form-element input[type="password"], html .formcraft-css .fc-form .form-element input[type="color"], html .formcraft-css .fc-form .form-element input[type="date"], html .formcraft-css .fc-form .form-element input[type="datetime"], html .formcraft-css .fc-form .form-element input[type="datetime-local"], html .formcraft-css .fc-form .form-element input[type="email"], html .formcraft-css .fc-form .form-element input[type="month"], html .formcraft-css .fc-form .form-element input[type="number"], html .formcraft-css .fc-form .form-element input[type="search"], html .formcraft-css .fc-form .form-element input[type="tel"], html .formcraft-css .fc-form .form-element input[type="tel"], html .formcraft-css .fc-form .form-element input[type="time"], html .formcraft-css .fc-form .form-element input[type="url"], html .formcraft-css .fc-form .form-element input[type="week"], html .formcraft-css .fc-form .form-element select, html .formcraft-css .fc-form .form-element textarea {
    line-height: 1.4em;
    background-color: #fafafa;
    font-family: inherit;
    height: auto;
    box-shadow: none;
    -webkit-box-shadow: none;
    -webkit-appearance: none
}
html .formcraft-css .fc-form .form-element input[type="text"] {
    background-image: none!important
}
html .formcraft-css .fc-form .form-element .error {
    display: none;
    position: absolute;
    top: -4px;
    z-index: 103;
    font-size: .85em;
    line-height: 8px;
    margin: 0;
    padding: 0;
    border: 0;
    margin-top: 0;
    background: white;
    right: 30px;
    color: red;
    -webkit-animation: fadeInRight .3s ease-out;
    animation: fadeInRight .3s ease-out
}
html .formcraft-css .fc-form .form-element .form-element-html {
    padding: 1.5em 1.5em;
    padding-left: 0;
    padding-top: 0
}
html .formcraft-css .fc-form .form-element .field-cover {
    position: relative
}
html .formcraft-css .fc-form .form-element.index-true {
    z-index: 103!important
}
html .formcraft-css .fc-form .form-element.form-element-type-customText .form-element-html {
    position: static
}
html .formcraft-css .fc-form .form-element .field-cover.heading-cover .bold-true {
    font-weight: bold
}
html .formcraft-css .fc-form .form-element .field-cover.heading-cover>div {
    line-height: normal;
    width: 100%
}
html .formcraft-css .fc-form .form-element .field-cover.heading-cover {
    white-space: pre-wrap;
    position: relative;
    margin: 0 -1.5em;
    padding: .75em 1.5em;
    padding-bottom: 1.5em;
    line-height: 1.5em;
    margin-bottom: -1.5em
}
html .formcraft-css .fc-form .form-element .field-cover.customText-cover {
    white-space: pre-wrap;
    position: relative;
    margin: 0 -1.5em;
    padding: .75em 1.5em;
    line-height: 1.5em;
    margin-bottom: -1.5em
}
html .formcraft-css .fc-form .form-element .field-cover.customText-cover ul {
    list-style: inherit;
    margin-left: 1.8em
}
html .formcraft-css .fc-form .form-element .field-cover.customText-cover img {
    max-width: none
}
html .formcraft-css .fc-form .form-element .field-cover.customText-cover iframe {
    max-width: 100%
}
html .formcraft-css .fc-form .form-element .field-cover.customText-cover.absolute-true {
    position: absolute;
    margin: 0;
    margin-left: -1.5em;
    margin-right: -1.5em;
    padding-top: 0;
    padding-bottom: 0
}
html .formcraft-css .fc-form .form-element .field-cover.customText-cover.absolute-true img {
    max-width: none
}
html .formcraft-css .fc-form .form-element .field-cover.customText-cover h2, html .formcraft-css .fc-form .form-element .field-cover.customText-cover h1, html .formcraft-css .fc-form .form-element .field-cover.customText-cover h3, html .formcraft-css .fc-form .form-element .field-cover.customText-cover h4 {
    display: block;
    letter-spacing: 0;
    line-height: 1.6em
}
html .formcraft-css .fc-form .form-element .field-cover.customText-cover p {
    margin: .3em 0;
    width: 100%!important;
    display: block;
    font-size: 1em
}
html .formcraft-css .fc-form .form-element .field-cover.customText-cover a {
    text-decoration: none
}
html .formcraft-css .fc-form .form-element .textarea-cover .count-, html .formcraft-css .fc-form .form-element .textarea-cover .count-false {
    display: none
}
html .formcraft-css .fc-form .form-element .textarea-cover .count-true {
    display: block;
    text-align: right;
    font-size: .87em;
    padding: 1px 0;
    letter-spacing: .4px
}
html .formcraft-css .fc-form .form-element .textarea-cover textarea {
    resize: none;
    display: block;
    min-height: 0
}
html .formcraft-css .fc-form .form-element .field-cover [class^="icon-"] {
    position: absolute;
    right: 0;
    top: 0;
    cursor: text;
    line-height: 1.4em;
    font-size: 1.05em;
    margin: 9px 12px 7px 12px;
    color: inherit
}
html .formcraft-css .fc-form .form-element .field-cover [class^="icon-"]::before {
    line-height: 1.4em
}
html .formcraft-css .fc-form .form-element .field-cover [class^="icon-"].icon-clock-1 {
    font-size: 1.1em;
    right: -1px
}
html .formcraft-css .fc-form .form-element .emails-cover input {
    background-repeat: no-repeat;
    background-position: 100% 50%;
    background-size: 30px;
    background-image: url(../images/email-icon.png)
}
html .formcraft-css .fc-form .form-element .datepicker-cover input {
    background-repeat: no-repeat;
    background-position: 100% 50%;
    background-size: 30px
}
html .formcraft-css .fc-form .form-element .submit-response {
    display: block;
    text-align: center
}
html .formcraft-css .fc-form .form-element .submit-response>span {
    padding-top: 15px;
    display: inline-block
}
html .formcraft-css .fc-form .form-element .submit-response>span.has-error {
    color: #f11010
}
html .formcraft-css .fc-form .form-element .submit-response>span a {
    padding: 0;
    margin: 0;
    display: inline
}
html .formcraft-css .fc-form .form-element .required_field {
    opacity: 0
}
html .formcraft-css .fc-form .form-element .submit-cover {
    float: none!important;
    margin: 0
}
html .formcraft-css .fc-form .form-element .submit-cover.enabled {
    opacity: 1
}
html .formcraft-css .fc-form .form-element .submit-cover.enabled .text {
    display: block
}
html .formcraft-css .fc-form .form-element .submit-cover.align-right {
    text-align: right
}
html .formcraft-css .fc-form .form-element .submit-cover.align-left {
    text-align: left
}
html .formcraft-css .fc-form .form-element .submit-cover.align-center {
    text-align: center
}
html .formcraft-css .fc-form .form-element .submit-cover.align-right .submit-button {
    margin-right: 0
}
html .formcraft-css .fc-form .form-element .submit-cover.align-left .submit-button {
    margin-left: 0
}
html .formcraft-css .fc-form .form-element .submit-cover.align-center .submit-button {
    margin-left: auto;
    margin-right: auto
}
html .formcraft-css .fc-form .form-element .submit-cover .loading-icon {
    height: 22px;
    font-size: 22px;
    text-align: center;
    margin: 0;
    line-height: .95em
}
html .formcraft-css .fc-form .form-element .submit-cover .spin-cover {
    display: none;
    text-align: center;
    left: 0;
    right: 0;
    -webkit-animation: bounceInBig .4s ease-out;
    animation: bounceInBig .4s ease-out
}
html .formcraft-css .fc-form .form-element .submit-cover .loading-icon:before {
    left: 0;
    line-height: 1em
}
html .formcraft-css .fc-form .form-element .submit-cover.disabled .submit-button:hover {
    box-shadow: none
}
html .formcraft-css .fc-form .form-element .submit-cover.disabled .submit-button {
    opacity: .75;
    border-radius: 100px
}
html .formcraft-css .fc-form .form-element .submit-cover.disabled .spin-cover {
    display: block
}
html .formcraft-css .fc-form .form-element .submit-cover.disabled .spin-cover {
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -11px
}
html .formcraft-css .fc-form .form-element .submit-cover.disabled .icon-spin5 {
    display: block;
    margin: 0;
    bottom: auto;
    line-height: normal
}
html .formcraft-css .fc-form .form-element .submit-cover.disabled .text {
    opacity: 0
}
html .formcraft-css .fc-form .form-element .submit-cover.animate-false .submit-button {
    width: auto!important;
    border-radius: 2px!important
}
html .formcraft-css .fc-form .form-element .submit-cover .submit-button {
    box-shadow: none;
    height: auto;
    font-size: 1em;
    line-height: 1.5em;
    position: relative;
    text-transform: none;
    margin: 0 auto;
    padding: 9px 18px 9px 18px;
    border: 0;
    border-radius: 2px;
    width: auto;
    cursor: pointer;
    font-weight: 600;
    font-family: inherit;
    letter-spacing: 0;
    white-space: nowrap;
    transition: width .3s, padding .5s;
    -webkit-transition: width .3s, padding .5s
}
html .formcraft-css .fc-form .form-element .submit-cover .submit-button:hover {
    box-shadow: 0 0 100px rgba(50,50,50,0.08) inset
}
html .formcraft-css .fc-form .form-element .checkbox-cover input[type="checkbox"] {
    border-radius: 2px
}
html .formcraft-css .fc-form .form-element .checkbox-cover input[type="checkbox"]::before {
    margin: 2px 0 0 2px;
    font-size: 9px
}
html .formcraft-css .fc-form .form-element .checkbox-cover.images-true>div label {
    text-align: center;
    vertical-align: bottom;
    opacity: .75;
    padding: 3px 5px 3px 5px
}
html .formcraft-css .fc-form .form-element .checkbox-cover.images-true>div label:hover, html .formcraft-css .fc-form .form-element .checkbox-cover.images-true>div label.active {
    opacity: 1
}
html .formcraft-css .fc-form .form-element .checkbox-cover.images-true>div label input {
    display: block;
    margin: 0 auto .5em auto
}
html .formcraft-css .fc-form .form-element .checkbox-cover.images-true>div label img {
    display: block;
    margin: 0 auto;
    margin-bottom: 5px;
    max-width: 94%
}
html .formcraft-css .fc-form .form-element .checkbox-cover.images-false>div label img {
    display: none
}
html .formcraft-css .fc-form .form-element .checkbox-cover>div {
    padding-bottom: 4px;
    padding-top: 5px;
    border-radius: 2px;
    border: 1px solid transparent;
    transition: padding .15s linear;
    -webkit-transition: padding .15s linear
}
html .formcraft-css .fc-form .form-element .checkbox-cover>div label {
    padding: .3em 10px .3em 0;
    display: inline-block;
    cursor: pointer;
    font-size: .9em
}
html .formcraft-css .fc-form .form-element .checkbox-cover>div label img {
    display: none
}
html .formcraft-css .fc-form .form-element .checkbox-cover>div label input {
    position: relative;
    top: 1px
}
html .formcraft-css .fc-form .form-element .checkbox-cover>div label>span {
    vertical-align: top
}
html .formcraft-css .fc-form .form-element .checkbox-cover>div label a {
    color: #e90e8b
}
html .formcraft-css .fc-form .form-element .checkbox-cover>div label a:hover {
    text-decoration: underline
}
html .formcraft-css .fc-form .form-element .submit-cover.wide-true.animate-false .submit-button {
    width: 100%!important;
    border-radius: 2px!important;
    padding-left: 0;
    padding-right: 0;
    text-align: center
}
html .formcraft-css .fc-form .form-element .submit-cover.wide-true .submit-button {
    width: 100%
}
html .formcraft-css .fc-form .form-element .fileupload-cover.field-cover>div {
    border-radius: 3px;
    margin-top: -8px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 8px;
    border: 1px solid transparent;
    transition: padding .15s linear;
    -webkit-transition: padding .15s linear
}
html .formcraft-css .fc-form .form-element .fileupload-cover.field-cover .button-file .icon-upload-cloud {
    font-size: 46px;
    position: absolute;
    display: block;
    z-index: 1;
    color: #fff;
    left: 0;
    top: auto;
    opacity: .18;
    bottom: -20px;
    right: auto;
    margin: 0
}
html .formcraft-css .fc-form .form-element .fileupload-cover.field-cover .button-file {
    font-size: 1em;
    padding: 0 16px;
    padding-left: 52px;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    text-transform: none;
    font-weight: bold;
    letter-spacing: 0;
    padding-bottom: 3px;
    box-shadow: none;
    border: 0;
    border-radius: 2px;
    width: 165px
}
html .formcraft-css .fc-form .form-element .fileupload-cover.field-cover .button-file:hover {
    box-shadow: 0 0 100px rgba(50,50,50,0.08) inset
}
html .formcraft-css .fc-form .form-element .fileupload-cover.field-cover .button-file span {
    position: relative;
    z-index: 1
}
html .formcraft-css .fc-form .form-element .fileupload-cover.field-cover .files-list {
    margin: 10px 0;
    margin-bottom: 0;
    padding: 0
}
html .formcraft-css .fc-form .form-element .fileupload-cover.field-cover .files-list li {
    display: block;
    letter-spacing: -4px;
    position: relative;
    display: none;
    list-style: none;
    border-radius: 2px;
    margin-bottom: 6px;
    box-shadow: 0 1px 2px #aaa inset;
    background-color: #eee
}
html .formcraft-css .fc-form .form-element .fileupload-cover.field-cover .files-list li:last-child {
    margin-bottom: 0
}
html .formcraft-css .fc-form .form-element .fileupload-cover.field-cover .files-list li div {
    transition: width .1s ease;
    -webkit-transition: width .1s ease;
    letter-spacing: 0;
    height: 31px;
    line-height: 30px;
    white-space: nowrap;
    display: block;
    width: 0;
    background-color: #e90e8b;
    border: 1px solid #ffffff;
    border-bottom-width: 2px;
    border-radius: 3px;
    color: white;
    font-size: .85em;
    padding: 0 8px
}
html .formcraft-css .fc-form .form-element .fileupload-cover.field-cover .files-list li .icon-ok, html .formcraft-css .fc-form .form-element .fileupload-cover.field-cover .files-list li .delete-file {
    letter-spacing: 0;
    position: absolute;
    top: 7px;
    font-weight: bold;
    right: 3px;
    font-size: 12px;
    color: #eee;
    cursor: pointer;
    -webkit-animation: bounceIn .3s;
    animation: bounceIn .3s
}
html .formcraft-css .fc-form .form-element .fileupload-cover.field-cover .files-list li .delete-file.animate-spin {
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    -webkit-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
    display: inline-block;
    font-size: 16px;
    top: 7px;
    right: 5px;
    padding: 0;
    color: #fff
}
html .formcraft-css .fc-form .form-element .fileupload-cover.field-cover .files-list li .delete-file:hover {
    color: white
}
html .formcraft-css .fc-form .form-element .fileupload-cover.field-cover .files-list li .delete-file {
    font-size: 21px;
    line-height: 31px;
    right: 0;
    padding: 0 9px;
    font-weight: 500;
    top: 0
}
html .formcraft-css .fc-form .form-element .slider-cover>div {
    padding: 15px 3px;
    border: 1px solid transparent;
    top: 5px
}
html .formcraft-css .fc-form .form-element .slider-cover.show-scale-true>div {
    padding-top: 27px;
    top: -2px
}
html .formcraft-css .fc-form .form-element .slider-cover.show-scale-false .range-min, html .formcraft-css .fc-form .form-element .slider-cover.show-scale- .range-min, html .formcraft-css .fc-form .form-element .slider-cover.show-scale-false .range-max, html .formcraft-css .fc-form .form-element .slider-cover.show-scale- .range-max {
    display: none
}
html .formcraft-css .fc-form .form-element .slider-cover .range-min, html .formcraft-css .fc-form .form-element .slider-cover .range-max {
    position: absolute;
    top: 4px;
    width: 40px;
    text-align: center;
    color: inherit;
    font-weight: 500;
    left: -7px;
    font-size: .75em
}
html .formcraft-css .fc-form .form-element .slider-cover .range-min::before, html .formcraft-css .fc-form .form-element .slider-cover .range-max::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 7px;
    background-color: #ccc;
    left: 50%;
    top: 16px
}
html .formcraft-css .fc-form .form-element .slider-cover .range-max {
    right: -3px;
    left: auto
}
html .formcraft-css .fc-form .form-element .slider-cover .ui-slider-cover {
    display: block;
    width: 98%;
    margin-left: 1%;
    height: 6px;
    position: relative;
    padding-right: 18px;
    background-color: #e9e9e9;
    box-shadow: 0 1px 1px #ccc inset;
    border-radius: 3px
}
html .formcraft-css .fc-form .form-element .slider-cover .ui-slider-range {
    height: 6px;
    position: relative;
    border-radius: 3px 0 0 3px
}
html .formcraft-css .fc-form .form-element .slider-cover .ui-slider {
    cursor: pointer;
    display: block;
    width: 100%;
    height: 18px;
    font-size: inherit;
    top: -6px;
    padding-top: 6px;
    position: relative;
    z-index: 101;
    border: 0;
    background: 0
}
html .formcraft-css .fc-form .form-element .slider-cover .ui-slider-range .ui-slider-handle-nos {
    top: -41px;
    left: 50%;
    margin-left: -16px
}
html .formcraft-css .fc-form .form-element .slider-cover .ui-slider-handle-nos {
    -webkit-animation: tooltipTop .2s;
    animation: tooltipTop .2s;
    position: absolute;
    white-space: nowrap;
    display: none;
    top: -36px;
    border-radius: 2px;
    background-color: white;
    height: 26px;
    min-width: 30px;
    line-height: 26px;
    padding: 0 6px;
    left: 0;
    color: #777;
    text-align: center;
    font-size: .85em;
    font-weight: bold;
    box-shadow: 0 0 2px rgba(0,0,0,0.5)
}
html .formcraft-css .fc-form .form-element .slider-cover .ui-slider-handle-nos:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #bbb;
    position: absolute;
    left: 50%;
    margin-left: -5px;
    bottom: -5px;
    z-index: 100
}
html .formcraft-css .fc-form .form-element .slider-cover .ui-slider-handle-nos:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #fff;
    position: absolute;
    left: 50%;
    margin-left: -5px;
    bottom: -4px;
    z-index: 101
}
html .formcraft-css .fc-form .form-element .slider-cover .ui-slider-handle {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    cursor: pointer;
    outline: 0;
    background: #fff;
    border: 0;
    box-shadow: 0 0 2px rgba(0,0,0,0.6);
    width: 20px;
    height: 20px;
    top: 50%;
    margin-top: -10px;
    margin-left: -2px;
    display: block;
    border-radius: 40px;
    position: absolute
}
html .formcraft-css .fc-form .form-element .slider-cover .ui-slider-handle::before, html .formcraft-css .fc-form .form-element .slider-cover .ui-slider-handle::after {
    display: none;
    content: none
}
html .formcraft-css .fc-form .form-element .slider-cover .ui-slider-handle:hover {
    box-shadow: 0 0 2px rgba(0,0,0,0.7)
}
html .formcraft-css .fc-form .form-element .timepicker-cover .time-fields-cover {
    border-radius: 2px;
    overflow: hidden;
    display: block;
    font-size: 1.1em;
    position: relative;
    background-color: #fafafa;
    border: 1px solid #ddd;
    border-top-color: #bababa;
    border-left-color: #bfbfbf;
    background-repeat: no-repeat;
    background-position: 100% 50%;
    background-size: 30px
}
html .formcraft-css .fc-form .form-element .timepicker-cover .time-fields-cover select, html .formcraft-css .fc-form .form-element .timepicker-cover .time-fields-cover select:first-child, html .formcraft-css .fc-form .form-element .timepicker-cover .time-fields-cover input.meridian-picker {
    padding: 9px 10px 7px 4.5%
}
html .formcraft-css .fc-form .form-element .timepicker-cover .time-fields-cover input.meridian-picker {
    text-transform: uppercase;
    letter-spacing: .6px
}
html .formcraft-css .fc-form .form-element .timepicker-cover .time-fields-cover:after {
    content: '';
    position: absolute;
    line-height: 35px;
    top: 50%;
    margin-top: -17px;
    left: 67px
}
html .formcraft-css .fc-form .form-element .timepicker-cover .time-fields-cover.hide-meridian-true input.meridian-picker {
    display: none!important
}
html .formcraft-css .fc-form .form-element .timepicker-cover select, html .formcraft-css .fc-form .form-element .timepicker-cover input.meridian-picker {
    vertical-align: middle;
    display: inline-block!important;
    margin: 0!important;
    border: 0!important;
    cursor: pointer;
    text-align: left;
    box-shadow: none;
    border-radius: 0;
    min-width: 35px;
    width: 30%;
    max-width: 56px;
    border: 0;
    background: 0
}
html .formcraft-css .fc-form .form-element .timepicker-cover select:first-child {
    padding-left: 13px
}
html .formcraft-css .fc-form .form-element .timepicker-cover select:focus, html .formcraft-css .fc-form .form-element .timepicker-cover input:hover {
    border: 0
}
html .formcraft-css .fc-form .form-element .timepicker-cover select:hover, html .formcraft-css .fc-form .form-element .timepicker-cover input:hover {
    background-color: #eee
}
html .formcraft-css .fc-form .form-element .thumb-cover .thumb-label-cover {
    letter-spacing: -4px
}
html .formcraft-css .fc-form .form-element .thumb-cover .thumb-label-cover .thumbs-up, html .formcraft-css .fc-form .form-element .thumb-cover .thumb-label-cover .thumbs-down {
    font-size: 3.5em
}
html .formcraft-css .fc-form .form-element .thumb-cover .thumb-label-cover label {
    transition: transform .1s;
    -webkit-transition: -webkit-transform .1s;
    transform: translate3d(0,0,0) scale(0.9);
    -webkit-transform: translate3d(0,0,0) scale(0.9);
    display: inline-block;
    cursor: pointer;
    letter-spacing: 0;
    padding: 7px 0
}
html .formcraft-css .fc-form .form-element .thumb-cover .thumb-label-cover label [class^="icon-"] {
    position: static;
    cursor: pointer;
    margin: 0;
    padding: 0
}
html .formcraft-css .fc-form .form-element .thumb-cover .thumb-label-cover label.active {
    transform: translate3d(0,0,0) scale(1.1);
    -webkit-transform: translate3d(0,0,0) scale(1.1)
}
html .formcraft-css .fc-form .form-element .thumb-cover .thumb-label-cover .thumbs-up {
    display: none
}
html .formcraft-css .fc-form .form-element .thumb-cover .thumb-label-cover .tooltip {
    -webkit-animation: none;
    animation: none;
    margin-top: -10px;
    font-family: inherit;
    width: auto;
    border: 0
}
html .formcraft-css .fc-form .form-element .thumb-cover .thumb-label-cover .tooltip .tooltip-inner {
    max-width: 120px;
    min-width: 60px;
    height: auto;
    font-family: inherit;
    font-size: 12px;
    font-weight: 500;
    padding-bottom: 6px;
    text-align: center;
    box-shadow: 0 0 2px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.5)
}
html .formcraft-css .fc-form .form-element .thumb-cover .thumb-label-cover label.active, html .formcraft-css .fc-form .form-element .thumb-cover .thumb-label-cover label:hover {
    color: red
}
html .formcraft-css .fc-form .form-element .thumb-cover .thumb-label-cover label.odd.active, html .formcraft-css .fc-form .form-element .thumb-cover .thumb-label-cover label.odd:hover {
    color: green
}
html .formcraft-css .fc-form .form-element .thumb-cover .thumb-label-cover label.odd .thumbs-up {
    display: block
}
html .formcraft-css .fc-form .form-element .thumb-cover .thumb-label-cover label.odd .thumbs-down {
    display: none
}
html .formcraft-css .fc-form .form-element .star-cover>div {
    border-radius: 2px;
    border: 1px solid transparent;
    transition: padding .15s linear;
    -webkit-transition: padding .15s linear
}
html .formcraft-css .fc-form .form-element .star-cover .star-label-cover .tooltip {
    -webkit-animation: none;
    animation: none;
    margin-top: -5px;
    font-family: inherit;
    width: auto;
    border: 0
}
html .formcraft-css .fc-form .form-element .star-cover .star-label-cover .tooltip .tooltip-arrow {
    height: 0
}
html .formcraft-css .fc-form .form-element .star-cover .star-label-cover .tooltip .tooltip-inner {
    max-width: 120px;
    min-width: 60px;
    height: auto;
    font-family: inherit;
    font-size: 12px;
    font-weight: 500;
    padding-bottom: 6px;
    text-align: center;
    box-shadow: 0 0 2px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.5)
}
html .formcraft-css .fc-form .form-element .star-cover .star-label-cover>div {
    display: inline-block;
    min-height: 40px
}
html .formcraft-css .fc-form .form-element .star-cover label {
    font-size: 2em;
    cursor: pointer;
    display: inline-block;
    padding: 0;
    opacity: 1;
    min-width: 40px
}
html .formcraft-css .fc-form .form-element .star-cover label>div {
    display: block;
    background-image: url('../images/star.png');
    width: 40px;
    margin: 0 auto;
    height: 40px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 120px;
    transition: transform .2s;
    -webkit-transition: -webkit-transform .2s;
    transform: translate3d(0,0,0) scale(1);
    -webkit-transform: translate3d(0,0,0) scale(1)
}
html .formcraft-css .fc-form .form-element .star-cover label .star {
    display: none
}
html .formcraft-css .fc-form .form-element .star-cover label .star-empty {
    display: block;
    transition: transform .3s;
    -webkit-transition: -webkit-transform .3s;
    transform: translate3d(0,0,0) scale(1);
    -webkit-transform: translate3d(0,0,0) scale(1)
}
html .formcraft-css .fc-form .form-element .star-cover>div>div label.fake-empty>div {
    background-position: 0 0
}
html .formcraft-css .fc-form .form-element .star-cover label.fake-hover>div {
    background-position: -40px 0
}
html .formcraft-css .fc-form .form-element .star-cover label.fake-click>div, html .formcraft-css .fc-form .form-element .star-cover label.fake-click:hover>div, html .formcraft-css .fc-form .form-element .star-cover label.active>div {
    background-position: -80px 0
}
html .formcraft-css .fc-form .form-element .star-cover label:hover>div {
    opacity: 1;
    background-position: -40px 0;
    transform: translate3d(0,0,0) scale(1.1);
    -webkit-transform: translate3d(0,0,0) scale(1.1)
}
html .formcraft-css .fc-form .form-element .star-cover label input[type='radio'] {
    position: absolute;
    left: -999em
}
html .formcraft-css .fc-form .form-element .matrix-cover>div {
    border-radius: 2px;
    border: 1px solid transparent
}
html .formcraft-css .fc-form .form-element .matrix-cover table {
    width: 100%;
    font-size: 1em;
    color: inherit;
    border: 0
}
html .formcraft-css .fc-form .form-element .matrix-cover table td {
    padding: 0;
    border: 0
}
html .formcraft-css .fc-form .form-element .matrix-cover table th {
    padding: 7px 6px 7px 6px;
    text-align: center;
    border: 0
}
html .formcraft-css .fc-form .form-element .matrix-cover table td label {
    display: block;
    text-align: center;
    cursor: pointer
}
html .formcraft-css .fc-form .form-element .matrix-cover table td label input {
    margin-right: 0;
    margin: .9em 0
}
html .formcraft-css .fc-form .form-element .matrix-cover table tr td:first-child {
    text-align: left;
    padding: 9px 6px 9px 10px
}
html .formcraft-css .fc-form .form-element .matrix-cover table tr:nth-child(odd) td {
    background-color: rgba(0,0,0,0.045)
}
html .formcraft-css .fc-form .form-element .matrix-cover table tr:nth-child(even) td {
    background-color: rgba(0,0,0,0)
}
html .formcraft-css .fc-form .form-element .matrix-cover table tr:nth-child(odd) td label:hover {
    background-color: rgba(0,0,0,0.055)
}
html .formcraft-css .fc-form .form-element .matrix-cover table tr:nth-child(even) td label:hover {
    background-color: rgba(0,0,0,0.02)
}
html .formcraft-css .fc-form .form-element .matrix-cover table thead th {
    text-align: center
}
html .form-live .fc-form.fc-temp-class .form-element.default-true {
    display: none
}
html .form-live .form-element.state-shown.even {
    display: inline-block;
    transform-origin: 50% 0;
    -webkit-transform-origin: 50% 0;
    -webkit-animation: fieldShowEven .35s ease-out;
    animation: fieldShowEven .35s ease-out
}
html .form-live .form-element.state-shown.odd {
    display: inline-block;
    transform-origin: 50% 0;
    -webkit-transform-origin: 50% 0;
    -webkit-animation: fieldShowOdd .35s ease-out;
    animation: fieldShowOdd .35s ease-out
}
html .form-live .form-element.state-hidden.even {
    transform-origin: 50% 0;
    -webkit-transform-origin: 50% 0;
    -webkit-animation: fieldHideEven .5s ease-out;
    animation: fieldHideEven .5s ease-out
}
html .form-live .form-element.state-hidden.odd {
    transform-origin: 50% 0;
    -webkit-transform-origin: 50% 0;
    -webkit-animation: fieldHideOdd .5s ease-out;
    animation: fieldHideOdd .5s ease-out
}
.form-live .form-cover {
    -webkit-perspective: 750px;
    perspective: 750px
}
.form-live .form-spinner {
    margin-top: 50px
}
.form-live .form-spinner>div {
    background-color: #999;
    width: 15px;
    margin: 0 1px;
    height: 15px
}
.form-live .fc-form.shake {
    -webkit-animation: shake .5s linear;
    animation: shake .5s linear
}
.form-live .fc-form .options-panel, .form-live .fc-form .form-options {
    display: none
}
@media(max-width:480px) {
html body .formcraft-css .fc-sticky {
    right: 3%;
    max-width: 94%
}
html body .formcraft-css.image_button_cover.placement-bottom-right a {
    right: 3%
}
html body .formcraft-css .fc-form .form-element .timepicker-cover .time-fields-cover select, html body .formcraft-css .fc-form .form-element .timepicker-cover .time-fields-cover select:first-child, html body .formcraft-css .fc-form .form-element .timepicker-cover .time-fields-cover input.meridian-picker, html body .formcraft-css .fc-form.label-floating .form-element .form-element-html .timepicker-cover input[type="text"].meridian-picker {
    padding-right: 0
}
html body .fc-form-modal .fc_modal-dialog {
    max-width: 94%;
    padding-top: 0;
    padding-bottom: 0
}
html body .fc-form .form-element {
    width: 100%!important
}
html body .fc-form-modal {
    padding-top: 3%;
    padding-bottom: 3%
}
}