@keyframes fstart {
	from { margin-left: 0 }
	to   { margin-left: 0px }
}

@keyframes fcolors {
	10% { color: red }
	20% { color: crimson }
	30% { color: blue }
	40% { color: pink }
	50% { color: purple }
	60% { color: gold }
	70% { color: yellow }
	80% { color: black }
	90% { color: green }
	100% { color: aqua }
}

.flashing {
	animation: fstart 0s ease-in-out infinite alternate,
			   fcolors 15s infinite
}

.flasing_set {
	border-radius: 12px 0 12px 0;
	padding: 4px 20px;
	font-weight: bold;
	font-family: Milonga;
	font-size:14px;
	border: 1px solid #ccc;
	text-align: left;
}

.flasing_1 {
	background-image: url(../img/fonik/1.gif);
	color: #fff;
}

.flasing_2 {
	background-image: url(../img/fonik/2.gif);
	color: red;
}

.flasing_3 {
	background-image: url(../img/fonik/3.gif);
	color: green;
}

.flasing_4 {
	background-image: url(../img/fonik/4.gif);
	color: gold;
}

.flasing_5 {
	background-image: url(../img/fonik/5.gif);
	color: #00FF00;
}

.flasing_6 {
	background-image: url(../img/fonik/6.gif);
	color: white;
}

.flasing_7 {
	background-image: url(../img/fonik/7.gif);
	color: #F0E68C;
}

.flasing_8 {
	background-image: url(../img/fonik/8.gif);
	color: #90EE90;
}

.flasing_9 {
	background-image: url(../img/fonik/9.gif);
	color: #228B22;
}

.flasing_10 {
	background-image: url(../img/fonik/10.gif);
	color: #00FFFF;
}

.flasing_11 {
	background-image: url(../img/fonik/11.gif);
	color: Purple;
}

.flasing_12 {
	background-image: url(../img/fonik/12.gif);
	color: red;
}

.flasing_13 {
	background-image: url(../img/fonik/13.gif);
	color: gold;
}

.flasing_14 {
	background-image: url(../img/fonik/14.gif);
	color: gold;
}

.flasing_15 {
	background-image: url(../img/fonik/15.gif);
	color: red;
}

.flasing_16 {
	background-image: url(../img/fonik/16.gif);
	color: #ffffff;
}

.flasing_17 {
	background-image: url(../img/fonik/17.gif);
	color: red;
}

.flasing_18 {
	background-image: url(../img/fonik/18.gif);
	color: #87CEFA;
}

.flasing_19 {
	background-image: url(../img/fonik/19.gif);
	color: #7CFC00;
}

.flasing_20 {
	background-image: url(../img/fonik/20.gif);
	color: white;
}

.flasing_21 {
	background-image: url(../img/fonik/21.gif);
	color: Black;
}

.flasing_22 {
	background-image: url(../img/fonik/22.gif);
	color: #ffffff;
}

.flasing_23 {
	background-image: url(../img/fonik/23.gif);
	color: khaki;
}

.flasing_24 {
	background-image: url(../img/fonik/24.gif);
	color: Beige;
}

.flasing_25 {
	background-image: url(../img/fonik/25.gif);
	color: Khaki;
}

.flasing_26 {
	background-image: url(../img/fonik/26.gif);
	color: Khaki;
}

.flasing_27 {
	background-image: url(../img/fonik/27.gif);
	color: Khaki;
}

.flasing_28 {
	background-image: url(../img/fonik/28.gif);
	color: DarkRed;
}

.flasing_29 {
	background-image: url(../img/fonik/29.gif);
	color: Khaki;
}

.flasing_30 {
	background-image: url(../img/fonik/30.gif);
	color: Honeydew;
}

.flasing_31 {
	background-image: url(../img/fonik/31.gif);
	color: gold;
}

.flasing_32 {
	background-image: url(../img/fonik/32.gif);
	color: White;
}

.flasing_33 {
	background-image: url(../img/fonik/33.gif);
	color: white;
}

.flasing_34 {
	background-image: url(../img/fonik/34.gif);
	color: Lime;
}

.flasing_35 {
	background-image: url(../img/fonik/35.gif);
	color: Red;
}

.flasing_36 {
	background-image: url(../img/fonik/36.gif);
	color: Red;
}

.flasing_37 {
	background-image: url(../img/fonik/37.gif);
	color: Purple;
}

.flasing_38 {
	background-image: url(../img/fonik/38.gif);
	color: Gold;
}

.flasing_39 {
	background-image: url(../img/fonik/39.gif);
	color: Khaki;
}

.flasing_40 {
	background-image: url(../img/fonik/40.gif);
	color: White;
}



.gradient_txt_set:not(.gradient_txt_1) {
	overflow:auto;
	text-transform: none;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='black', endColorstr='red',GradientType=0 );
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='black', endColorstr='red', GradientType=0)";
}

.gradient_txt_1 {
	-webkit-animation: fstart 0s ease-in-out infinite alternate, fcolors 15s infinite;
	animation: fstart 0s ease-in-out infinite alternate, fcolors 15s infinite;
}

.gradient_txt_2 {
	background-image: -webkit-linear-gradient(to right, red 0%, tomato 10%, gold 20%, blue 30%, black 40%, DeepPink 50%, Indigo 60%, Orange 70%, Maroon 80%, Olive 90%, Gray 100%, red 150%);
	background-image: -o-linear-gradient(to right, red 0%, tomato 10%, gold 20%, blue 30%, black 40%, DeepPink 50%, Indigo 60%, Orange 70%, Maroon 80%, Olive 90%, Gray 100%, red 150%);
	background-image: -ms-linear-gradient(to right, red 0%, tomato 10%, gold 20%, blue 30%, black 40%, DeepPink 50%, Indigo 60%, Orange 70%, Maroon 80%, Olive 90%, Gray 100%, red 150%);
	background-image: -moz-linear-gradient(to right, red 0%, tomato 10%, gold 20%, blue 30%, black 40%, DeepPink 50%, Indigo 60%, Orange 70%, Maroon 80%, Olive 90%, Gray 100%, red 150%);
	background-image: linear-gradient(to right, red 0%, tomato 10%, gold 20%, blue 30%, black 40%, DeepPink 50%, Indigo 60%, Orange 70%, Maroon 80%, Olive 90%, Gray 100%, red 150%);
}

.gradient_txt_3 {
	background-image: -webkit-linear-gradient(to right, gold 0%, red 10%, blue 20%, tomato 30%, Olive 40%, Maroon 50%, Gray 60%, Orange 70%, DeepPink 80%, black 90%, Indigo 100%);
	background-image: -o-linear-gradient(to right, gold 0%, red 10%, blue 20%, tomato 30%, Olive 40%, Maroon 50%, Gray 60%, Orange 70%, DeepPink 80%, black 90%, Indigo 100%);
	background-image: -ms-linear-gradient(to right, gold 0%, red 10%, blue 20%, tomato 30%, Olive 40%, Maroon 50%, Gray 60%, Orange 70%, DeepPink 80%, black 90%, Indigo 100%);
	background-image: -moz-linear-gradient(to right, gold 0%, red 10%, blue 20%, tomato 30%, Olive 40%, Maroon 50%, Gray 60%, Orange 70%, DeepPink 80%, black 90%, Indigo 100%);
	background-image: linear-gradient(to right, gold 0%, red 10%, blue 20%, tomato 30%, Olive 40%, Maroon 50%, Gray 60%, Orange 70%, DeepPink 80%, black 90%, Indigo 100%);
}

.gradient_txt_4 {
	background-image: -webkit-linear-gradient(to right, blue 0%, red 50%, green 100%);
	background-image: -o-linear-gradient(to right, blue 0%, red 50%, green 100%);
	background-image: -ms-linear-gradient(to right, blue 0%, red 50%, green 100%);
	background-image: -moz-linear-gradient(to right, blue 0%, red 50%, green 100%);
	background-image: linear-gradient(to right, blue 0%, red 50%, green 100%);
}

.gradient_txt_5 {
	background-image: -webkit-linear-gradient(to right, gold 0%, black 50%, aqua 100%);
	background-image: -o-linear-gradient(to right, gold 0%, black 50%, aqua 100%);
	background-image: -ms-linear-gradient(to right, gold 0%, black 50%, aqua 100%);
	background-image: -moz-linear-gradient(to right, gold 0%, black 50%, aqua 100%);
	background-image: linear-gradient(to right, gold 0%, black 50%, aqua 100%);
}


.gradient_txt_6 {
	background-image: -webkit-linear-gradient(to right, MidnightBlue 0%, Indigo 25%, OliveDrab 50%, Navy 75%, FireBrick 100%);
	background-image: -o-linear-gradient(to right, MidnightBlue 0%, Indigo 25%, OliveDrab 50%, Navy 75%, FireBrick 100%);
	background-image: -ms-linear-gradient(to right, MidnightBlue 0%, Indigo 25%, OliveDrab 50%, Navy 75%, FireBrick 100%);
	background-image: -moz-linear-gradient(to right, MidnightBlue 0%, Indigo 25%, OliveDrab 50%, Navy 75%, FireBrick 100%);
	background-image: linear-gradient(to right, MidnightBlue 0%, Indigo 25%, OliveDrab 50%, Navy 75%, FireBrick 100%);
}

.gradient_txt_7 {
	background-image: -webkit-linear-gradient(to right, black 0%, red 25%, black 50%, red 75%, black 100%);
	background-image: -o-linear-gradient(to right, black 0%, red 25%, black 50%, red 75%, black 100%);
	background-image: -ms-linear-gradient(to right, black 0%, red 25%, black 50%, red 75%, black 100%);
	background-image: -moz-linear-gradient(to right, black 0%, red 25%, black 50%, red 75%, black 100%);
	background-image: linear-gradient(to right, black 0%, red 25%, black 50%, red 75%, black 100%);
}

.gradient_txt_8 {
	background-image: -webkit-linear-gradient(to right, green 0%, red 25%, black 50%, blue 75%, orange 100%);
	background-image: -o-linear-gradient(to right, green 0%, red 25%, black 50%, blue 75%, orange 100%);
	background-image: -ms-linear-gradient(to right, green 0%, red 25%, black 50%, blue 75%, orange 100%);
	background-image: -moz-linear-gradient(to right, green 0%, red 25%, black 50%, blue 75%, orange 100%);
	background-image: linear-gradient(to right, green 0%, red 25%, black 50%, blue 75%, orange 100%);
}

.gradient_txt_9 {
	background-image: -webkit-linear-gradient(to right, Orange 0%, OrangeRed 25%, Tomato 50%, red 75%, Maroon 100%);
	background-image: -o-linear-gradient(to right, Orange 0%, OrangeRed 25%, Tomato 50%, red 75%, Maroon 100%);
	background-image: -ms-linear-gradient(to right, Orange 0%, OrangeRed 25%, Tomato 50%, red 75%, Maroon 100%);
	background-image: -moz-linear-gradient(to right, Orange 0%, OrangeRed 25%, Tomato 50%, red 75%, Maroon 100%);
	background-image: linear-gradient(to right, Orange 0%, OrangeRed 25%, Tomato 50%, red 75%, Maroon 100%);
}

.gradient_txt_10 {
	background-image: -webkit-linear-gradient(to right, Navy 0%, RoyalBlue 25%, DeepSkyBlue 50%, DarkTurquoise 75%, Aqua 100%);
	background-image: -o-linear-gradient(to right, Navy 0%, RoyalBlue 25%, DeepSkyBlue 50%, DarkTurquoise 75%, Aqua 100%);
	background-image: -ms-linear-gradient(to right, Navy 0%, RoyalBlue 25%, DeepSkyBlue 50%, DarkTurquoise 75%, Aqua 100%);
	background-image: -moz-linear-gradient(to right, Navy 0%, RoyalBlue 25%, DeepSkyBlue 50%, DarkTurquoise 75%, Aqua 100%);
	background-image: linear-gradient(to right, Navy 0%, RoyalBlue 25%, DeepSkyBlue 50%, DarkTurquoise 75%, Aqua 100%);
}

.gradient_txt_11 {
	background-image: -webkit-linear-gradient(to right, Fuchsia 0%, Purple 25%, Tomato 50%, FireBrick 75%, DarkRed 100%);
	background-image: -o-linear-gradient(to right, Fuchsia 0%, Purple 25%, Tomato 50%, FireBrick 75%, DarkRed 100%);
	background-image: -ms-linear-gradient(to right, Fuchsia 0%, Purple 25%, Tomato 50%, FireBrick 75%, DarkRed 100%);
	background-image: -moz-linear-gradient(to right, Fuchsia 0%, Purple 25%, Tomato 50%, FireBrick 75%, DarkRed 100%);
	background-image: linear-gradient(to right, Fuchsia 0%, Purple 25%, Tomato 50%, FireBrick 75%, DarkRed 100%);
}

.fonik_head{
  border:1px solid #D3D3D3;
  box-shadow:none;
  border-top:none;
  background: #A9A9A9; 
  padding:8px 8px 6px 6px;
  vertical-align: middle;
}

.fonik_body {
	border:1px solid #D2D2D2;
	box-shadow:none;
	border-top:none;
	background:#f9f7f1;
	padding:8px 8px 6px 6px;
}

.fonik_body a {
	color: #0e63b8;
	text-decoration: none;
}

.fonik_body a:hover {
	text-decoration: underline;
}