/* 
  -----------------------------------
  Headline Effects Magic - version: 1.1.7
  by Project Seven Development
  www.projectseven.com 
  -----------------------------------
*/


/*
--------------------------------------------------------
 Text Attributes
--------------------------------------------------------
*/

.hfx-italic {
    font-style: italic;
}
.hfx-bold {
    font-weight: bold;
}

/* -------- font-size -------- */

.hfx-s-75,
.hfx-item-s-75 {
    font-size: 75%;
}
.hfx-s-90,
.hfx-item-s-90 {
    font-size: 90%;
}
.hfx-s-100,
.hfx-item-s-100 {
    font-size: 100%;
}
.hfx-s-110,
.hfx-item-s-110 {
    font-size: 110%;
}
.hfx-s-120,
.hfx-item-s-120 {
    font-size: 120%;
}
.hfx-s-135,
.hfx-item-s-135 {
    font-size: 135%;
}
.hfx-s-150,
.hfx-item-s-150 {
    font-size: 150%;
}
.hfx-s-175,
.hfx-item-s-175 {
    font-size: 175%;
}
.hfx-s-200,
.hfx-item-s-200 {
    font-size: 200%;
}
.hfx-s-250,
.hfx-item-s-250 {
    font-size: 250%;
}
.hfx-s-300,
.hfx-item-s-300 {
    font-size: 300%;
}
.hfx-s-350,
.hfx-item-s-350 {
    font-size: 350%;
}
.hfx-s-400,
.hfx-item-s-400 {
    font-size: 400%;
}

/*
--------------------------------------------------------
 Core Style Rules
--------------------------------------------------------
*/

.hfx-wrapper,
.hfx-wrapper * {
    box-sizing: content-box;
}
.hfx-wrapper {
    position: relative;
    display: inline-block;
}
.hfx-container {
    position: relative;
    display: inline-block;
    overflow-y: hidden;
    overflow-x: hidden;
    vertical-align: bottom;
    -webkit-transition: width 300ms ease-out 0s;
    transition: width 300ms ease-out 0s;
}
.hfx-item {
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    z-index: 1;
	white-space: normal;
	word-break: break-word;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible! important;
}
.hfx-item.hfx-out {
	white-space: nowrap;
}
.hfx-item > span {
    display: inline-block;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible! important;
}
.hfx-item.hfx-in {
    position: relative;
    display: inline-block;
    z-index: 2;
}

/* ---------- horizontal inline mode styles -------- */

.hfx-inline.hfx-wrapper,
.hfx-inline .hfx-container {
    max-width: 100%;
}
.p7HFX.hfx-inline .hfx-item,
.p7HFX.hfx-inline .hfx-item-in,
.p7HFX.hfx-inline .hfx-item-out {
    display: inline-block;
}


/* ---------- vertical mode styles -------- */

.hfx-vert.hfx-wrapper {
    vertical-align: top;
    display: block;
	overflow: visible !important;
}
.hfx-vert .hfx-container {
    display: block;
	overflow: visible !important;
}
.p7HFX.hfx-vert .hfx-item,
.p7HFX.hfx-vert .hfx-item-in,
.p7HFX.hfx-vert .hfx-item-out {
    display: block !important;
    position: relative;
	white-space: normal;
}

/* ----- item marker ----- */

span[class*="hfx-mrk-"] .hfx-wpr::before, 
span[class*="hfx-mrk-"]:not(.hfx-anim-3) .hfx-item::before {
    color: inherit;
    line-height: 1;
    position: relative;
    width: 1em;
    padding: 0px .2em 0px 0px;
    display: inline-flex;
    align-items: center;
    justify-content: right;
}

span[class*="hfx-mrk-"] .hfx-item.hfx-out .hfx-wpr::before,
span[class*="hfx-mrk-"]:not(.hfx-anim-3) .hfx-item.hfx-out::before {
	visibility: hidden;
}
.p7HFX.hfx-mrk-1 .hfx-wpr::before,
.p7HFX.hfx-mrk-1:not(.hfx-anim-3) .hfx-item::before {
    content: '\2022';
}
.p7HFX.hfx-mrk-2 .hfx-wpr::before,
.p7HFX.hfx-mrk-2:not(.hfx-anim-3) .hfx-item::before {
    content: '\003E';
}
.p7HFX.hfx-mrk-3 .hfx-wpr::before,
.p7HFX.hfx-mrk-3:not(.hfx-anim-3) .hfx-item::before {
    content: '-';
}
.p7HFX.hfx-mrk-4 .hfx-wpr::before,
.p7HFX.hfx-mrk-4:not(.hfx-anim-3) .hfx-item::before {
    content: '\2043';
}
.p7HFX.hfx-mrk-5 .hfx-wpr::before,
.p7HFX.hfx-mrk-5:not(.hfx-anim-3) .hfx-item::before {
    content: '\279F';
}
.p7HFX.hfx-mrk-6 .hfx-wpr::before,
.p7HFX.hfx-mrk-6:not(.hfx-anim-3) .hfx-item::before {
    content: '\2218';
}
.p7HFX.hfx-mrk-7 .hfx-wpr::before,
.p7HFX.hfx-mrk-7:not(.hfx-anim-3) .hfx-item::before {
    content: '\22C6';
}
.p7HFX.hfx-mrk-8 .hfx-wpr::before,
.p7HFX.hfx-mrk-8:not(.hfx-anim-3) .hfx-item::before {
    content: '\25B8';
}
.p7HFX.hfx-mrk-9 .hfx-wpr::before,
.p7HFX.hfx-mrk-9:not(.hfx-anim-3) .hfx-item::before {
    content: '\25AA';
}
.p7HFX.hfx-mrk-10 .hfx-wpr::before,
.p7HFX.hfx-mrk-10:not(.hfx-anim-3) .hfx-item::before {
    content: '\2666';
}
.p7HFX.hfx-mrk-11 .hfx-wpr::before,
.p7HFX.hfx-mrk-11:not(.hfx-anim-3) .hfx-item::before {
    content: '\2713';
}

/*
--------------------------------------------------------
        Animations
--------------------------------------------------------
*/


/* 0 -None */

.hfx-wrapper.hfx-anim-0 .hfx-item.hfx-out {
    visibility: hidden;
}
.hfx-wrapper.hfx-anim-0 .hfx-item.hfx-in {
    visibility: visible;
}

/* 1 - Underline */

.hfx-wrapper.hfx-anim-1 .hfx-item {
	-webkit-transition: opacity 0ms ease-in;
    transition: opacity 0ms ease-in;
    opacity: 0;
}
.hfx-wrapper.hfx-anim-1 .hfx-item.hfx-in {
    opacity: 1;
}
.hfx-wrapper.hfx-vert.hfx-anim-1 .hfx-item.hfx-in,
.hfx-wrapper.hfx-vert.hfx-anim-1 .hfx-item.hfx-out {
	display: table;
}
.hfx-wrapper.hfx-anim-1 .hfx-item.hfx-out {
	-webkit-transition-duration: 200ms !important;
    transition-duration: 200ms !important;
    opacity: 0;
}
.hfx-wrapper.hfx-anim-1 .hfx-item > .hfx-und {
	position: absolute;
	margin: 0;
	padding: 0;
    bottom: 0px;
    left: 0px;
    height: 3px;
	z-index: -1;
	-webkit-transition: width 2s ease .5s;
    transition: width 2s ease .5s;
}
.hfx-wrapper.hfx-anim-1 .hfx-item > .hfx-und.hfx-u-thin {
	height: 1px;
}
.hfx-wrapper.hfx-anim-1 .hfx-item > .hfx-und.hfx-u-med {
	height: 3px;
}
.hfx-wrapper.hfx-anim-1 .hfx-item > .hfx-und.hfx-u-thick {
	height: 5px;
}
.hfx-wrapper.hfx-anim-1 .hfx-item.hfx-out > .hfx-und {
	width: 0%;
	-webkit-transition-duration: 0ms !important;
	-webkit-transition-delay: 0ms !important;
	transition-duration: 0ms !important;
	transition-delay: 0ms !important;
}
.hfx-wrapper.hfx-anim-1 .hfx-item.hfx-in > .hfx-und {
	width: 100%;
}
span.hfx-wrapper.hfx-anim-1[class*="hfx-mrk-"] .hfx-item.hfx-in > .hfx-und {
    left: 1.2em;
    width: calc(100% - 1.2em);
}

/* 2 Fade */

.hfx-wrapper.hfx-anim-2 .hfx-item {
    -webkit-transition: opacity 0ms ease-in 0s;
    transition: opacity 0ms ease-in 0s;
}
.hfx-wrapper.hfx-anim-2 .hfx-item.hfx-out {
    opacity: 0;
}
.hfx-wrapper.hfx-anim-2 .hfx-item.hfx-in {
    opacity: 1;
}

/* 3 -Reveal */

/* right edge cursor */
.hfx-wrapper.hfx-anim-3 .hfx-item::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0px;
    width: 2px;
    height: 100%;
    background-color: #363636;
    opacity: 1;
    visibility: hidden;
}
.hfx-wrapper.hfx-anim-3 .hfx-item.hfx-cursor::after {
    visibility: visible;
    opacity: 1;
}

/* anim3  display rules */
.hfx-wrapper.hfx-anim-3 .hfx-container {
	vertical-align: top;
}
.hfx-wrapper.hfx-anim-3  .hfx-item {
	overflow: hidden;
	vertical-align: top;
	 -webkit-transition: width 300ms ease-out 0s;
    transition: width 300ms ease-out 0s;
}
.hfx-wrapper.hfx-anim-3 .hfx-item.hfx-in {
	width: auto;
}
.hfx-wrapper.hfx-anim-3 .hfx-item.hfx-out {
	width: 0px;
}
.hfx-wrapper.hfx-anim-3 .hfx-item.hfx-out .hfx-wpr,
.hfx-wrapper.hfx-anim-3 .hfx-item.hfx-in.hfx-running .hfx-wpr {
	display: inline-block;
	white-space: nowrap;
}
.hfx-wrapper.hfx-anim-3 .hfx-item.hfx-in .hfx-wpr {
	white-space: normal;
	word-break: break-word;
}

/* 4 -Roll Up */

.hfx-wrapper.hfx-anim-4 .hfx-item.hfx-in {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    animation: rollup-in 0ms linear;
}
.hfx-wrapper.hfx-anim-4 .hfx-item.hfx-out {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    animation: rollup-out 0ms linear;
}
@keyframes rollup-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    50% {
        opacity: .2;
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}
@keyframes rollup-out {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
    50% {
        opacity: .2;
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

/* 5 -Roll Down */

.hfx-wrapper.hfx-anim-5 .hfx-item.hfx-in {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    animation: rolldown-in 0ms linear;
}
.hfx-wrapper.hfx-anim-5 .hfx-item.hfx-out {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    animation: rolldown-out 0ms linear;
}
@keyframes rolldown-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    50% {
        opacity: .5;
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}
@keyframes rolldown-out {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
    50% {
        opacity: .2;
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
}

/* 6 -Zoom Down*/

.hfx-wrapper.hfx-anim-6,
.hfx-wrapper.hfx-anim-6 .hfx-container {
    overflow: visible !important;
}
.hfx-wrapper.hfx-anim-6 .hfx-item.hfx-in {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    transform-origin: center;
    animation: zoom-down-in 0ms ease;
}
.hfx-wrapper.hfx-anim-6 .hfx-item.hfx-out {
    opacity: 0;
    animation: fade-out 0ms linear;
}
.hfx-wrapper.hfx-inline.hfx-anim-6 .hfx-item.hfx-out {
	visibility: hidden;
}
@keyframes zoom-down-in {
    0% {
        opacity: 0;
        -webkit-transform: scale(2.5);
        transform: scale(2.5);
    }
    50% {
        opacity: .8;
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/* 7 -Zoom In */

.hfx-wrapper.hfx-anim-7,
.hfx-wrapper.hfx-anim-7 .hfx-container {
    overflow: visible !important;
}
.hfx-wrapper.hfx-anim-7 .hfx-item.hfx-in {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    transform-origin: center;
    animation: zoomIn-in 0ms ease;
}
.hfx-wrapper.hfx-anim-7 .hfx-item.hfx-out {
    opacity: 0;
    animation: fade-out 0ms linear;
}
.hfx-wrapper.hfx-inline.hfx-anim-7 .hfx-item.hfx-out {
	visibility: hidden;
}
@keyframes zoomIn-in {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1);
        transform: scale(.1);
    }
    50% {
        opacity: .8;
    }
    70% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        transform: scale(1);
    }
}

/* 8 -Flip */

.hfx-wrapper.hfx-anim-8,
.hfx-wrapper.hfx-anim-8 .hfx-container {
	perspective: 1000px;
}
.hfx-wrapper.hfx-anim-8 .hfx-item.hfx-in {
    opacity: 1;
    transform-origin: 50% 100%;
    -webkit-transform: rotateX(360deg);
    transform: rotateX(360deg);
    animation: flip-in 0ms ease;
}
.hfx-wrapper.hfx-anim-8 .hfx-item.hfx-out {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    transform-origin: 50% 100%;
    opacity: 0;
    animation: flip-out 0ms ease;
}
@keyframes flip-in {
    0% {
        -webkit-transform: rotateX(180deg);
        transform: rotateX(180deg);
        opacity: 0;
    }
    35% {
        -webkit-transform: rotateX(120deg);
        transform: rotateX(120deg);
        opacity: 0;
    }
    65% {
        opacity: 1;
    }
    100% {
        -webkit-transform: rotateX(360deg);
        transform: rotateX(360deg);
        opacity: 1;
    }
}
@keyframes flip-out {
    0% {
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
        opacity: 1;
    }
    35% {
        -webkit-transform: rotateX(-40deg);
        transform: rotateX(-40deg);
        opacity: 1;
    }
    65% {
        opacity: 0;
    }
    100% {
        -webkit-transform: rotateX(180deg);
        transform: rotateX(180deg);
        opacity: 0;
    }
}

/* 9 - Push */

.hfx-wrapper.hfx-anim-9,
.hfx-wrapper.hfx-anim-9 .hfx-container {
    overflow: visible !important;
}
.hfx-wrapper.hfx-anim-9 .hfx-item.hfx-in {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    animation: push-in 0ms ease;
}
.hfx-wrapper.hfx-anim-9 .hfx-item.hfx-out {
	white-space: nowrap;
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    animation: push-out 0ms ease;
}
@keyframes push-in {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(10%);
        transform: translateX(10%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes push-out {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    60% {
        opacity: 0;
        -webkit-transform: translateX(110%);
        transform: translateX(110%);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

/* 10 -Character Fade In */

.hfx-wrapper.hfx-anim-10 .hfx-item.hfx-in {
    opacity: 1;
}
.hfx-wrapper.hfx-anim-10 .hfx-item.hfx-out {
    opacity: 0;
    animation: fade-out 900ms linear;
}
.hfx-wrapper.hfx-anim-10 .hfx-item>.hfx-chr.on {
    opacity: 1;
    animation: fade-in 0ms linear;
}
.hfx-wrapper.hfx-anim-10 .hfx-item>.hfx-chr.off {
    opacity: 0;
    animation: fade-out 0ms linear;
}

/* 11 -Character Zoom In */

.hfx-wrapper.hfx-anim-11,
.hfx-wrapper.hfx-anim-11 .hfx-container {
    overflow: visible !important;
}
.hfx-wrapper.hfx-anim-11 .hfx-item.hfx-in {
    opacity: 1;
}
.hfx-wrapper.hfx-anim-11 .hfx-item.hfx-out {
    opacity: 0;
    animation: fade-out 0ms linear;
}
.hfx-wrapper.hfx-anim-11 .hfx-item>.hfx-chr.on {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    transform-origin: center;
    animation: zoomIn-in 0ms ease;
}
.hfx-wrapper.hfx-anim-11 .hfx-item>.hfx-chr.off {
    opacity: 0;
    animation: fade-out 0ms linear;
}

/* 12 -Character Big Zoom */

.hfx-wrapper.hfx-anim-12,
.hfx-wrapper.hfx-anim-12 .hfx-container {
    overflow: visible !important;
}
.hfx-wrapper.hfx-anim-12 .hfx-item.hfx-in {
    opacity: 1;
}
.hfx-wrapper.hfx-anim-12 .hfx-item.hfx-out {
    opacity: 0;
    animation: fade-out 0ms linear;
}
.hfx-wrapper.hfx-anim-12 .hfx-item>.hfx-chr.on {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    transform-origin: center;
    animation: zoom-down-in 0ms ease;
}
.hfx-wrapper.hfx-anim-12 .hfx-item>.hfx-chr.off {
    opacity: 0;
    animation: fade-out 0ms linear;
}

/* 13 -Character Bubble In */

.hfx-wrapper.hfx-anim-13,
.hfx-wrapper.hfx-anim-13 .hfx-container {
    overflow: visible !important;
}
.hfx-wrapper.hfx-anim-13 .hfx-item.hfx-in {
    opacity: 1;
}
.hfx-wrapper.hfx-anim-13 .hfx-item.hfx-out {
    opacity: 0;
    animation: fade-out 0ms linear;
}
.hfx-wrapper.hfx-anim-13 .hfx-item>.hfx-chr.on {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    transform-origin: bottom;
    animation: Bubble-In 0ms ease-in;
}
.hfx-wrapper.hfx-anim-13 .hfx-item>.hfx-chr.off {
    opacity: 0;
    animation: fade-out 0ms linear;
}
@keyframes Bubble-In {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1, .1);
        transform: scale(.1, .1);
    }
    40% {
        -webkit-transform: scale(1.4, 1.3);
        transform: scale(1.4, 1.3);
    }
    80% {
        -webkit-transform: scale(.8, .8);
        transform: scale(.8, .8);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

/* 14 -Character Bounce In */

.hfx-wrapper.hfx-anim-14,
.hfx-wrapper.hfx-anim-14 .hfx-container {
    overflow: visible !important;
}
.hfx-wrapper.hfx-anim-14 .hfx-item.hfx-in {
    opacity: 1;
    animation: fade-in 0ms linear;
}
.hfx-wrapper.hfx-anim-14 .hfx-item.hfx-out {
    opacity: 0;
    animation: fade-out 0ms linear;
}
.hfx-wrapper.hfx-anim-14 .hfx-item>.hfx-chr.on {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0%);
    transform: scale(1, 1) translateY(0%);
    transform-origin: bottom;
    animation: Bounce-In 0ms ease-in;
}
.hfx-wrapper.hfx-anim-14 .hfx-item>.hfx-chr.off {
    opacity: 0;
    animation: fade-out 0ms linear;
}
@keyframes Bounce-In {
    0% {
        opacity: 0;
        transform: scale(1, 1) translateY(-100%);
    }
    70% {
        transform: scale(1.1, 1.3) translateY(10%);
    }
    80% {
        transform: scale(1.1, 1.0) translateY(-10%);
    }
    80% {
        transform: scale(1.1, 1.0) translateY(5%);
    }
    100% {
        opacity: 1;
        transform: scale(1, 1) translateY(0%);
    }
}

/* 15 -Character Rotate In */

.hfx-wrapper.hfx-anim-15,
.hfx-wrapper.hfx-anim-15 .hfx-container {
    overflow: visible !important;
}
.hfx-wrapper.hfx-anim-15 .hfx-item.hfx-in {
    opacity: 1;
	perspective: 200px;
}
.hfx-wrapper.hfx-anim-15 .hfx-item.hfx-out {
    opacity: 0;
    animation: fade-out 0ms linear;
}
.hfx-wrapper.hfx-anim-15 .hfx-item>.hfx-chr.on {
    opacity: 1;
    -webkit-transform: scale(1, 1) rotate(0deg);
    transform: scale(1, 1) rotateY(0deg);
    transform-origin: center;
    animation: Rotate-In 0ms ease-in;
}
.hfx-wrapper.hfx-anim-15 .hfx-item>.hfx-chr.off {
    opacity: 0;
    animation: fade-out 0ms linear;
}
@keyframes Rotate-In {
    0% {
        opacity: 0;
        transform: scale(1.1, 1.1) rotateY(270deg);
    }
    70% {
        transform: scale(1, 1.1);
    }
    80% {
        transform: scale(1, 1) rotateY(10deg);
    }
    100% {
        opacity: 1;
        transform: scale(1, 1) rotateY(0deg);
    }
}

/* 16 -Character: Typewriter */

.hfx-wrapper.hfx-anim-16 {
	display: inline;
}
.hfx-wrapper.hfx-anim-16 .hfx-container {
	display: inline;
	overflow-y: visible;
    overflow-x: visible;
}
.hfx-wrapper.hfx-anim-16 .hfx-item {
	position: static;
	white-space: normal;
}
.hfx-wrapper.hfx-anim-16 .hfx-item.hfx-out {
	display: none;
}
.hfx-wrapper.hfx-anim-16 .hfx-item.hfx-in {
	display: inline;
}
.hfx-wrapper.hfx-anim-16 .hfx-item::after {
	content: '|';
	display: inline;
	color: #363636;
	opacity: 1;
}
.hfx-wrapper.hfx-anim-16 .hfx-item.hfx-out::after {
	display: none;
}
.hfx-wrapper.hfx-anim-16 .hfx-item.hfx-fin::after {
	display: none;
}
.hfx-wrapper.hfx-anim-16 .hfx-item.hfx-in::after {
	animation: typ-cursor-blink .7s infinite;
}
.hfx-wrapper.hfx-anim-16.hfx-running .hfx-item::after {
	opacity: 1;
	animation: none !important;
}

@keyframes typ-cursor-blink {
	50% {opacity: 0;}	
}


/* ------------- inline mode close all animations ------------ */

.hfx-wrapper.hfx-inline.hfx-anim-1 .hfx-item.hfx-out,
.hfx-wrapper.hfx-inline.hfx-anim-2 .hfx-item.hfx-out,
.hfx-wrapper.hfx-inline.hfx-anim-3 .hfx-item.hfx-out,
.hfx-wrapper.hfx-inline.hfx-anim-4 .hfx-item.hfx-out,
.hfx-wrapper.hfx-inline.hfx-anim-5 .hfx-item.hfx-out,
.hfx-wrapper.hfx-inline.hfx-anim-6 .hfx-item.hfx-out,
.hfx-wrapper.hfx-inline.hfx-anim-7 .hfx-item.hfx-out,
.hfx-wrapper.hfx-inline.hfx-anim-8 .hfx-item.hfx-out,
.hfx-wrapper.hfx-inline.hfx-anim-9 .hfx-item.hfx-out,
.hfx-wrapper.hfx-inline.hfx-anim-10 .hfx-item.hfx-out,
.hfx-wrapper.hfx-inline.hfx-anim-11 .hfx-item.hfx-out,
.hfx-wrapper.hfx-inline.hfx-anim-12 .hfx-item.hfx-out,
.hfx-wrapper.hfx-inline.hfx-anim-13 .hfx-item.hfx-out,
.hfx-wrapper.hfx-inline.hfx-anim-14 .hfx-item.hfx-out,
.hfx-wrapper.hfx-inline.hfx-anim-15 .hfx-item.hfx-out {
    opacity: 0;
    animation: none 0ms linear !important;
    animation-duration: 0ms !important;
	-webkit-transition: opacity 100ms linear 0s !important;
    transition: opacity 100ms linear 0s !important;
    transition-delay: 0ms !important;
}

/* ------------- vertical mode close all animations ------------ */

.hfx-wrapper.hfx-vert.hfx-anim-1 .hfx-item.hfx-out,
.hfx-wrapper.hfx-vert.hfx-anim-2 .hfx-item.hfx-out,
.hfx-wrapper.hfx-vert.hfx-anim-3 .hfx-item.hfx-out,
.hfx-wrapper.hfx-vert.hfx-anim-4 .hfx-item.hfx-out,
.hfx-wrapper.hfx-vert.hfx-anim-5 .hfx-item.hfx-out,
.hfx-wrapper.hfx-vert.hfx-anim-6 .hfx-item.hfx-out,
.hfx-wrapper.hfx-vert.hfx-anim-7 .hfx-item.hfx-out,
.hfx-wrapper.hfx-vert.hfx-anim-8 .hfx-item.hfx-out,
.hfx-wrapper.hfx-vert.hfx-anim-9 .hfx-item.hfx-out,
.hfx-wrapper.hfx-vert.hfx-anim-10 .hfx-item.hfx-out,
.hfx-wrapper.hfx-vert.hfx-anim-11 .hfx-item.hfx-out,
.hfx-wrapper.hfx-vert.hfx-anim-12 .hfx-item.hfx-out,
.hfx-wrapper.hfx-vert.hfx-anim-13 .hfx-item.hfx-out,
.hfx-wrapper.hfx-vert.hfx-anim-14 .hfx-item.hfx-out,
.hfx-wrapper.hfx-vert.hfx-anim-15 .hfx-item.hfx-out {
    opacity: 0;
    animation: none 0ms linear !important;
    animation-duration: 10ms !important;
    transition: opacity 10ms linear 0s !important;
	-webkit-transition-duration: 10ms !important;
    transition-duration: 10ms !important;
    transition-delay: 0ms !important;
}

/* -------- Fade animation keyframes -------- */

@keyframes fade-out {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

/* -------- no script rules for design view -------- */

.hfx-wrapper.hfx-noscript {
    position: static;
    display: inline;
    width: auto !important;
}

.hfx-wrapper.hfx-noscript .hfx-item {
    position: static !important;
    display: inline !important;
    opacity: 1 !important;
}
.hfx-wrapper.hfx-noscript .hfx-item.hfx-out {
	position: static !important;
    display: inline !important;
    opacity: 1 !important;
	width: auto !important;
	-webkit-transform: none !important;
    transform: none  !important;; 
	-webkit-transition: none;
    transition: none !important;; 
}

.hfx-wrapper.hfx-noscript.hfx-vert .hfx-item {
	display: block !important;	
}

.hfx-wrapper.hfx-noscript .hfx-item .hfx-und {
	display: none;	
}

/*
--------------------------------------------------------
 Media Query: Phones and narrow windows (screens less than 768px wide)
--------------------------------------------------------
*/

@media only screen and (min-width: 0px) and (max-width: 768px) {
	
	
}
