/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%
        /* 2 */ }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
    margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    /* 1 */
    display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
    display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
    display: none;
    height: 0; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline; }

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
    display: none; }

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
    background-color: transparent;
    /* 1 */
    -webkit-text-decoration-skip: objects
        /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
    outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted
        /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
    font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder; }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
    font-style: italic; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
    background-color: #ff0;
    color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline; }

sub {
    bottom: -0.25em; }

sup {
    top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
    border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
    overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em
        /* 2 */ }

/**
 * Add the correct margin in IE 8.
 */
figure {
    margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible
        /* 2 */ }

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
    font: inherit;
    /* 1 */
    margin: 0
        /* 2 */ }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
    font-weight: bold; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    /* 1 */
    overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    /* 1 */
    text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button
        /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal
        /* 1 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
    overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0
        /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px
        /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.54; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit
        /* 2 */ }

/* font-family: "Story"; */
@font-face {
    font-family: "Story";
    src: url("../fonts/story.otf") format("opentype");
    font-style: normal;
    font-weight: normal; }
/* font-family: "StoryBold"; */
@font-face {
    font-family: "StoryBold";
    src: url("../fonts/story_b.otf") format("opentype");
    font-style: normal;
    font-weight: normal; }
/* font-family: "StoryItalic"; */
@font-face {
    font-family: "StoryItalic";
    src: url("../fonts/story_i.otf") format("opentype");
    font-style: normal;
    font-weight: normal; }
/* font-family: "StoryBoldItalic"; */
@font-face {
    font-family: "StoryBoldItalic";
    src: url("../fonts/story_b_i.otf") format("opentype");
    font-style: normal;
    font-weight: normal; }
p,
h4,
blockquote {
    margin: 0;
    padding: 0; }

a {
    color: inherit; }
a:hover {
    text-decoration: none; }

html {
    overflow-x: hidden;
    height: 100%; }

body {
    width: 100%;
    overflow-x: hidden;
    color: #000000;
    background: #FFFFFF;
    font: 18px 'Story', sans-serif;
    line-height: 1.4;
    -webkit-text-size-adjust: none; }

section {
    padding: 50px 0; }

h1 {
    margin: 0 auto 45px;
    font: 36px 'StoryBold';
    text-align: center;
    text-transform: uppercase; }

.btn-order a {
    display: block;
    margin: 0 auto;
    padding: 10px;
    width: 90%;
    max-width: 485px;
    font: 42px 'StoryBold';
    background: #FF0000;
    text-transform: uppercase;
    border-radius: 10px;
    border: none;
    outline: none;
    text-align: center;
    color: #FFFFFF; }
.btn-order a:hover {
    background: #E02525; }
.btn-order p {
    text-align: center;
    font-size: 17px;
    text-transform: uppercase; }


.btn-order2 a {
    display: block;
    margin: 0 auto;
    padding: 8px;
    width: 70%;
    max-width: 300px;
    font: 21px 'StoryBold';
    background: #FF0000;
    text-transform: uppercase;
    border-radius: 10px;
    border: none;
    outline: none;
    text-align: center;
    color: #FFFFFF; }
.btn-order2 a:hover {
    background: #E02525; }


.sect1 {
    position: relative;
    padding: 0 0 25px;
    background: url("../img/sect1_bg.jpg") center no-repeat;
    background-size: cover;
    text-align: center; }
.sect1 h2 {
    margin: 0 auto;
    width: 90%;
    max-width: 555px;
    font-size: 27px;
    background: #f6ff00;
    border-radius: 0 0 20px 20px;
    text-align: center;
    padding: 20px;
    text-transform: uppercase; }
.sect1 h2 span {
    display: block;
    text-transform: none; }
.sect1 h1 {
    display: inline-block;
    margin: 10px 0 15px;
    padding: 10px 15px;
    font: 50px 'StoryBold';
    color: #bcdadc;
    background: rgba(0, 0, 0, 0.5); }
.sect1 h1 span {
    color: #C7EF19; }
.sect1 p {
    display: inline-block;
    width: 95%;
    color: #FFFFFF;
    text-align: center; }
.sect1 p:nth-of-type(1) {
    margin: 40px 0 0;
    font-size: 21px; }
.sect1 p:nth-of-type(2) {
    max-width: 750px;
    font-size: 30px; }
.sect1 p:nth-of-type(3) {
    max-width: 615px;
    color: #dad9d9;
    font-size: 14px; }
.sect1 p:nth-of-type(3) span {
    color: #f6ff00; }
.sect1 form.form1 {
    margin: 50px auto 20px;
    padding: 17px 0 25px;
    width: 95%;
    max-width: 420px;
    background: #FFFFFF;
    border-radius: 20px;
    text-align: center; }
.sect1 form.form1 h4 {
    margin: 0 0 15px;
    padding: 10px;
    background: #F6FF00;
    font: 26px 'StoryBold';
    text-transform: uppercase; }
.sect1 form.form1 span {
    display: block;
    text-align: left;
    margin: 0 30px; }
.sect1 form.form1 input[type="text"] {
    margin: 7px 0 20px;
    padding: 20px;
    width: 100%;
    max-width: 360px;
    border: 1px solid #9B9B9B;
    font-size: 14px; }
.sect1 form.form1 input[type="submit"] {
    margin: 15px 0;
    padding: 10px;
    width: 90%;
    max-width: 270px;
    font: 24px 'StoryBold';
    background: #ff0000;
    text-transform: uppercase;
    border-radius: 10px;
    border: none;
    outline: none;
    color: #FFFFFF; }
.sect1 form.form1 input[type="submit"]:hover {
    background: #C72B2B; }

.sect2 .item {
    text-align: center; }
.sect2 .item img {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 355px; }
.sect2 .item p {
    font-size: 18px; }
.sect2 .item h4 {
    margin: 15px 0 20px;
    font: 19px 'StoryBold';
    text-transform: uppercase; }

.sect3 {
    background: url("../img/sect3_bg.jpg") center no-repeat;
    background-size: cover; }
.sect3 .item {
    margin: 0 0 40px;
    min-height: 265px;
    text-align: center; }
.sect3 .item p {
    font-size: 19px; }
.sect3 .item img {
    margin: 0 0 10px; }

.sect4 img {
    margin: 0 auto;
    max-width: 265px;
    width: 100%;
    display: block; }
.sect4 .text {
    margin: 0 0 55px;
    padding: 10px 15px; }
.sect4 .text h5 {
    margin: 0 0 5px;
    font: 24px 'StoryBold'; }
.sect4 .text p:nth-of-type(1) {
    margin: 0 0 25px; }
.sect4 .text p:nth-of-type(2) {
    font-family: 'StoryBold'; }
.sect4 .text ul {
    list-style: disc;
    margin: 0 0 20px; }

.sect5 h1 {
    max-width: 750px; }
.sect5 .review {
    width: 100%;
    margin: 0 0 35px;
    padding: 17px 27px;
    text-align: left;
    border-radius: 5px; }
.sect5 .review:nth-of-type(odd) {
    background: #dcfeff;
    border: 1px solid #b1eef0; }
.sect5 .review:nth-of-type(even) {
    background: #f1ffd0;
    border: 1px solid #d3e5aa; }
.sect5 .review-header {
    font: 24px 'StoryBoldItalic';
    margin: 0 0 15px; }
.sect5 .review-text p {
    margin: 0 0 10px; }
.sect5 .review-author {
    font-family: 'StoryBold';
    text-align: right; }

.sect6 {
    padding: 50px 0 0; }
.sect6 .item {
    margin: 0 0 40px;
    text-align: center; }
.sect6 .item img {
    margin: 0 auto 10px;
    max-width: 355px;
    width: 100%;
    display: block; }
.sect6 .item h4 {
    margin: 15px 0 20px;
    font: 19px 'StoryBold';
    text-transform: uppercase; }

.sect7 img {
    margin: 0 auto 35px;
    max-width: 355px;
    width: 100%;
    display: block; }


.sect8 {
    background: #003959; }
.sect8 .text {
    color: #FFFFFF;
    font: 36px 'StoryBold';
    text-align: center;
    text-transform: uppercase; }
.sect8 .text h3 {
    margin: 0 0 30px; }
.sect8 .text p {
    font-size: 48px;
    color: #f0ff00; }
.sect8 .text .timer {
    margin: 40px 0; }
.sect8 form.form2 {
    margin: 0 auto;
    padding: 20px 0 25px;
    width: 100%;
    max-width: 460px;
    background: #FFFFFF;
    border-radius: 20px;
    text-align: center; }
.sect8 form.form2 h4 {
    margin: 0 0 15px;
    padding: 10px;
    background: #F6FF00;
    font: 26px 'StoryBold';
    text-transform: uppercase; }
.sect8 form.form2 span {
    display: block;
    text-align: left;
    margin: 0 30px; }
.sect8 form.form2 input[type="text"] {
    margin: 7px 0 10px;
    padding: 20px;
    width: 100%;
    max-width: 360px;
    border: 1px solid #9B9B9B;
    font-size: 14px; }
.sect8 form.form2 input[type="submit"] {
    margin: 15px 0;
    padding: 10px;
    width: 100%;
    max-width: 345px;
    font: 24px 'StoryBold';
    background: #ff0000;
    text-transform: uppercase;
    border-radius: 10px;
    border: none;
    outline: none;
    color: #FFFFFF; }
.sect8 form.form2 input[type="submit"]:hover {
    background: #C72B2B; }
.sect8 .under-form {
    margin: 10px 0 0;
    color: #FFFFFF;
    text-align: center; }
.sect8 .under-form span {
    color: #f0ff00; }

.sect9 {
    padding: 65px 0;
    text-align: center; }
.sect9 h1 {
    margin: 10px 0 0; }
.sect9 h4 {
    margin: 0 0 20px;
    font-size: 24px;
    text-transform: uppercase; }
.sect9 p {
    color: #5E5E5E;
    font: 16px 'StoryItalic'; }

.modal-mfp {
    margin: 0 auto;
    width: 100%;
    max-width: 500px;
    max-height: 236px;
}

footer {
    padding: 40px 0 30px;
    font-size: 17px;
    color: #FFFFFF;
    background: #0E1943; }
footer .left-part {
    text-align: left; }
footer .left-part span {
    font-family: 'StoryBold'; }
footer .center-part {
    text-align: center; }
footer .center-part a {
    color: #d2f8ff;
    text-decoration: underline; }
footer .right-part {
    text-align: right; }
footer .right-part .phone {
    font-family: 'StoryBold'; }
footer .right-part .call-back {
    font-family: 'StoryItalic';
    text-decoration: underline;
    color: #feffab; }

.step2 header {
    padding: 0 0 25px;
    background: #003959; }
.step2 header p {
    margin: 0 auto;
    width: 90%;
    max-width: 555px;
    font-size: 27px;
    background: #C5D28C;
    border-radius: 0 0 20px 20px;
    text-align: center;
    padding: 20px;
    text-transform: uppercase; }
.step2 header p span {
    display: block;
    text-transform: none; }
.step2-sect1 {
    padding: 25px 0;
    color: #0c1741;
    text-align: center; }
.step2-sect1 h2 {
    margin: 0;
    font: 50px 'StoryBold'; }
.step2-sect1 h4 {
    margin: 20px auto 10px;
    width: 95%;
    max-width: 555px;
    font: 30px 'StoryBold'; }
.step2-sect1 p {
    margin: 0 0 20px;
    font-size: 24px; }
.step2-sect1 a img {
    display: block;
    margin: 0 auto 15px;
    width: 100%;
    max-width: 155px; }
.step2-sect2 p {
    margin: 0 0 20px; }

.step3 header {
    padding: 0 0 25px;
    background: #003959; }
.step3 header p {
    margin: 0 auto;
    width: 90%;
    max-width: 555px;
    font-size: 27px;
    background: #f6ff00;
    border-radius: 0 0 20px 20px;
    text-align: center;
    padding: 14px;
    text-transform: uppercase; }
	
.step3-sect1 {
    padding: 25px 0;
    text-align: center; }
.step3-sect1 h2 {
    display: inline-block;
    margin: 0;
    max-width: 820px;
    font: 36px 'StoryBold';
    text-transform: uppercase; }
.step3-sect1 h4 {
    margin: 15px 0;
    color: #af1717;
    font: 50px 'StoryBold'; }
.step3-sect1 a {
    display: inline-block;
    padding: 15px;
    width: 90%;
    max-width: 585px;
    font: 26px 'StoryBold';
    background: #ff0000;
    text-transform: uppercase;
    border-radius: 10px;
    border: none;
    outline: none;
    color: #FFFFFF; }
.step3-sect1 a span {
    color: #fcff00; }
.step3-sect1 a:hover {
    background: #C72B2B; }
.step3-sect1 p:nth-of-type(1) {
    font-size: 30px; }
.step3-sect1 p:nth-of-type(2) {
    margin: 20px auto 45px;
    width: 95%;
    max-width: 555px;
    font-size: 24px;
    color: #0c1741; }
.step3-sect1 p:nth-of-type(3) {
    display: inline-block;
    max-width: 845px;
    margin: 35px 0 50px;
    font: 18px 'StoryBold';
    text-transform: uppercase; }
.step3-sect1 p:nth-of-type(3) span {
    color: #ff0000; }
.step3-sect1 p:nth-of-type(4) {
    display: inline-block;
    max-width: 540px; }
.step3-sect1 p:nth-of-type(4) span {
    color: #ff0000;
    text-decoration: underline;
    font-family: 'StoryBold'; }
.step3-sect2 {
    text-align: center; }
.step3-sect2 h1 {
    margin: 10px 0 0; }
.step3-sect2 h4 {
    margin: 0 0 20px;
    font-size: 24px;
    text-transform: uppercase; }
.step3-sect2 p {
    color: #5E5E5E;
    font: 16px 'StoryItalic'; }




@media (max-width: 1199px) {
    .sect8 .text h3 {
        font-size: 28px; }
    .sect8 .text p {
        font-size: 36px; } }
@media (max-width: 992px) {
    .sect2 .item {
        margin: 0 0 30px; }

    footer .left-part,
    footer .center-part,
    footer .right-part {
        margin: 0 0 35px;
        text-align: center; } }
@media (max-width: 768px) {
    h1 {
        font-size: 28px; }

    .sect1 h2 {
        font-size: 22px; }
    .sect1 h1 {
        font-size: 36px; }
    .sect1 p:nth-of-type(2) {
        font-size: 18px; }

    .sect5 .review-header {
        font-size: 18px;
        margin: 0 0 15px; }
    .sect5 .review-text p {
        font-size: 16px; }

    .sect8 .text h3 {
        margin: 0 0 10px;
        font-size: 20px; }
    .sect8 .text p {
        font-size: 24px; }

    .sect9 h4 {
        font-size: 18px; }
    .sect9 p {
        font-size: 14px; }

    .btn-order a {
        font-size: 32px; }
    .btn-order a:hover {
        background: #E02525; }
    .btn-order p {
        font-size: 16px; }

    footer {
        font-size: 15px; }

    .step2 header p {
        font-size: 22px; }
    .step2-sect1 h2 {
        font-size: 32px; }
    .step2-sect1 h4 {
        font-size: 24px; }
    .step2-sect1 p {
        font-size: 18px; }
    .step2-sect2 p {
        font-size: 14px; }

    .step3 header p {
        font-size: 22px; }
    .step3-sect1 h2 {
        font-size: 24px; }
    .step3-sect1 h4 {
        font-size: 36px; }
    .step3-sect1 a {
        font-size: 20px; }
    .step3-sect1 p:nth-of-type(1) {
        font-size: 24px; }
    .step3-sect1 p:nth-of-type(2) {
        font-size: 18px; }
    .step3-sect1 p:nth-of-type(3) {
        font-size: 14px; }
    .step3-sect1 p:nth-of-type(4) {
        font-size: 14px; }
    .step3-sect2 h4 {
        font-size: 18px; }
    .step3-sect2 p {
        font-size: 14px; } }
@media (max-width: 600px) {
    .sect3 .item {
        font-size: 16px;
        line-height: 20px; } }
@media (max-width: 479px) {
    .step2 header p {
        font-size: 18px;
        line-height: 20px; }

    .step3 header p {
        font-size: 18px;
        line-height: 20px; }

    .cdt {
        font-size: 24px; }

    .cdt .number {
        padding: 0 15px; }

    .caption {
        font-size: 12px; } }




.input-button{
    display: inline-block;
    padding: 15px;
    width: 90%;
    max-width: 585px;
    font: 26px 'StoryBold';
    background: #ff0000;
    text-transform: uppercase;
    border-radius: 10px;
    border: none;
    outline: none;
    color: #FFFFFF; }
.spoil {}
.smallfont {}
.alt2 {}

.btn-yellow {
    background: #f9ff00 !important;
    color: #000000 !important;
}
.btn-yellow:hover {
    background: #ffdc27  !important;	

}


#tadam textarea {
    width: 100%;
    height: 100px;
}
#tadam-save {
    width: 100%;
}
#tadam-list {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
#tadam-list li {
    clear: both;
    display: block;
    width: 100%;
    overflow: hidden;
    padding: 3px 0px;
    border-top: 1px solid #ccc;
}

.tadam_data_list_preview {
    float: left;
}
.tadam-change-active, .tadam-edit, .tadam-delete {
    margin: 3px;
    float: right;
    height: 30px;
    width: 35px;
    overflow: hidden;
    background: #ccc;
}

button.inactive {
    background: #ffd0d0;
}

button.active {
    background: #6dff6d;
}

form[name=control]{
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;                
}
#tadam-editor {
    margin: 0px 0px 10px 0px;
}

#top-menu {
    display: block;
    border: 1px solid #000;
    margin: 0px;
    padding: 0px;
    text-align: right;
    background: #000;
    color: #fff;
}

#top-menu li {
    list-style: none;
    display: inline;
    margin: 0px 10px;
}

.normal {

}

span.normal a {
	background: none;
	display: initial;
	color: #0400a7;
	text-transform: none;
	font-size: 1em;
	padding: 0px;
}

span.normal a:hover, span.normal a:focus {
	background: none;
	color: #f00;
}