/* ===========================================================================
 * NORMALIZE 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.
 */
@import url("https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700,800,900");

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 */
}

/* ===========================================================================
 * VARIABLES
 * ==========================================================================*/
/* ===========================================================================
 * HELPERS
 * ==========================================================================*/
header#st-header, .pp-tabs .tab-content .tab-pane {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
}

.counter-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.btn-mn {
    display: inline-block;
    margin: 0px;
    padding: .5em 1.2em;
    font-size: .95em;
    font-weight: normal;
    text-decoration: none;
    text-align: center;
    color: white;
    background-color: #E40000;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 4px;
    border: 2px solid #E40000;
    outline: 0;
}

    button:hover,
    input[type="button"]:hover,
    input[type="reset"]:hover,
    input[type="submit"]:hover,
    .btn-mn:hover {
        background-color: #ff1818;
        border-color: #ff1818;
        color: white;
        cursor: pointer;
    }

.btn-blue {
    display: inline-block;
    margin: 0px;
    padding: .5em 1.2em;
    font-size: 1em;
    font-weight: normal;
    text-decoration: none;
    text-align: center;
    color: white;
    background-color: #006CB6;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 4px;
    border: 2px solid #006CB6;
    outline: 0;
}

    .btn-blue:hover {
        background-color: #008ae9;
        border-color: #008ae9;
        color: white;
        cursor: pointer;
    }

.btn-yellow {
    display: inline-block;
    margin: 0px;
    padding: .5em 1.2em;
    font-size: 1em;
    font-weight: normal;
    text-decoration: none;
    text-align: center;
    color: white;
    background-color: #FFD500;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 4px;
    border: 2px solid #FFD500;
    outline: 0;
}

    .btn-yellow:hover {
        background-color: #ffdd33;
        border-color: #ffdd33;
        color: white;
        cursor: pointer;
    }

.btn-xs {
    display: inline-block;
    margin: 0px;
    padding: .5em 1.2em;
    font-size: 0.75em;
    font-weight: normal;
    text-decoration: none;
    text-align: center;
    color: white;
    background-color: #E40000;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 4px;
    border: 2px solid #E40000;
    outline: 0;
}

    .btn-xs:hover {
        background-color: #ff1818;
        border-color: #ff1818;
        color: white;
        cursor: pointer;
    }

.btn-xs-yellow {
    display: inline-block;
    margin: 0px;
    padding: .5em 1.2em;
    font-size: 0.75em;
    font-weight: normal;
    text-decoration: none;
    text-align: center;
    color: white;
    background-color: #FFD500;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 4px;
    border: 2px solid #FFD500;
    outline: 0;
}

    .btn-xs-yellow:hover {
        background-color: #ffdd33;
        border-color: #ffdd33;
        color: white;
        cursor: pointer;
    }

.btn-xs-blue {
    display: inline-block;
    margin: 0px;
    padding: .5em 1.2em;
    font-size: 0.75em;
    font-weight: normal;
    text-decoration: none;
    text-align: center;
    color: white;
    background-color: #006CB6;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 4px;
    border: 2px solid #006CB6;
    outline: 0;
}

    .btn-xs-blue:hover {
        background-color: #008ae9;
        border-color: #008ae9;
        color: white;
        cursor: pointer;
    }

.btn-block {
    display: block;
    width: 100%;
}

.btn-gt {
    display: inline-block;
    margin: 0px;
    padding: .5em 1.2em;
    font-size: 1em;
    font-weight: normal;
    text-decoration: none;
    text-align: center;
    color: white;
    background-color: #E40000;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 4px;
    border: 2px solid #E40000;
    outline: 0;
    background: transparent;
    color: #E40000;
}

    .btn-gt:hover {
        background-color: #ff1818;
        border-color: #ff1818;
        color: white;
        cursor: pointer;
    }

.browserupgrade {
    position: fixed;
    top: 0;
    margin: 0;
    padding: 2em 0;
    width: 100%;
    font-size: 1.5em;
    text-align: center;
    background: #ccc;
    color: #000;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* ===========================================================================
 * GRID
 * ==========================================================================*/
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 820px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1000px;
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666667%;
}

.col-xs-pull-10 {
    right: 83.33333333%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66666667%;
}

.col-xs-pull-7 {
    right: 58.33333333%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66666667%;
}

.col-xs-pull-4 {
    right: 33.33333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.66666667%;
}

.col-xs-pull-1 {
    right: 8.33333333%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666667%;
}

.col-xs-push-10 {
    left: 83.33333333%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666667%;
}

.col-xs-push-7 {
    left: 58.33333333%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666667%;
}

.col-xs-push-4 {
    left: 33.33333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.66666667%;
}

.col-xs-push-1 {
    left: 8.33333333%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xs-offset-0 {
    margin-left: 0%;
}

@media (min-width: 768px) {
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666667%;
    }

    .col-sm-pull-10 {
        right: 83.33333333%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666667%;
    }

    .col-sm-pull-7 {
        right: 58.33333333%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.66666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.66666667%;
    }

    .col-sm-pull-1 {
        right: 8.33333333%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666667%;
    }

    .col-sm-push-10 {
        left: 83.33333333%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666667%;
    }

    .col-sm-push-7 {
        left: 58.33333333%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.66666667%;
    }

    .col-sm-push-1 {
        left: 8.33333333%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-0 {
        margin-left: 0%;
    }
}

@media (min-width: 992px) {
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-pull-11 {
        right: 91.66666667%;
    }

    .col-md-pull-10 {
        right: 83.33333333%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-8 {
        right: 66.66666667%;
    }

    .col-md-pull-7 {
        right: 58.33333333%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-5 {
        right: 41.66666667%;
    }

    .col-md-pull-4 {
        right: 33.33333333%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-2 {
        right: 16.66666667%;
    }

    .col-md-pull-1 {
        right: 8.33333333%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-push-11 {
        left: 91.66666667%;
    }

    .col-md-push-10 {
        left: 83.33333333%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-8 {
        left: 66.66666667%;
    }

    .col-md-push-7 {
        left: 58.33333333%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-5 {
        left: 41.66666667%;
    }

    .col-md-push-4 {
        left: 33.33333333%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-2 {
        left: 16.66666667%;
    }

    .col-md-push-1 {
        left: 8.33333333%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-md-offset-0 {
        margin-left: 0%;
    }
}

@media (min-width: 1200px) {
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-pull-11 {
        right: 91.66666667%;
    }

    .col-lg-pull-10 {
        right: 83.33333333%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-8 {
        right: 66.66666667%;
    }

    .col-lg-pull-7 {
        right: 58.33333333%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-5 {
        right: 41.66666667%;
    }

    .col-lg-pull-4 {
        right: 33.33333333%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-2 {
        right: 16.66666667%;
    }

    .col-lg-pull-1 {
        right: 8.33333333%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-push-11 {
        left: 91.66666667%;
    }

    .col-lg-push-10 {
        left: 83.33333333%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-8 {
        left: 66.66666667%;
    }

    .col-lg-push-7 {
        left: 58.33333333%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-5 {
        left: 41.66666667%;
    }

    .col-lg-push-4 {
        left: 33.33333333%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-2 {
        left: 16.66666667%;
    }

    .col-lg-push-1 {
        left: 8.33333333%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-lg-offset-0 {
        margin-left: 0%;
    }
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
    content: " ";
    display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
    clear: both;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
}

.affix {
    position: fixed;
}

/* ===========================================================================
 * CORE
 * ==========================================================================*/
*,
*:before,
*:after {
    box-sizing: border-box;
}

::-moz-selection {
    background-color: #006CB6;
    text-shadow: none;
    color: #83cdff;
}

::selection {
    background-color: #006CB6;
    text-shadow: none;
    color: #83cdff;
}

body {
    font-family: "Raleway", sans-serif;
    font-weight: normal;
    color: #424242;
}

h1,
h2,
h3 {
    font-family: "Raleway", sans-serif;
    color: inherit;
}

    h1 img,
    h2 img,
    h3 img {
        vertical-align: middle;
    }

a {
    color: #026db5;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: underline;
}

    a:hover {
        color: #b39500;
    }

p {
    line-height: 1.5em;
}

input,
textarea {
    padding: 10px 15px;
    height: auto;
    border-radius: 5px;
    border: 1px solid rgba(0, 108, 182, 0.5);
    color: #424242;
}

/* ===========================================================================
 * HEADER
 * ==========================================================================*/
@-webkit-keyframes pp-fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes pp-fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes pp-fade-in-right {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes pp-fade-in-right {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

header#st-header {
    position: fixed;
    width: 100%;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    overflow: visible;
    z-index: 7777;
}

    header#st-header.moved {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    header#st-header .top-login {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 100px;
        overflow: hidden;
        color: white;
    }

        header#st-header .top-login i {
            color: #FFD500;
        }

        header#st-header .top-login > * {
            padding: 0 10px;
        }

        header#st-header .top-login a {
            color: white;
            font-size: 13px;
        }

        header#st-header .top-login .login-head i {
            font-size: 60px;
        }

        header#st-header .top-login .login-head h2 {
            display: inline-block;
            margin-left: 15px;
        }

        header#st-header .top-login form button,
        header#st-header .top-login form label {
            margin: 0 15px;
        }

    header#st-header .mn-navigation {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        min-height: 40px;
        background: #efefef;
        border-top: 5px solid #E40000;
        box-shadow: 1px 2px 2px 2px rgba(0, 0, 0, 0.25);
    }

        header#st-header .mn-navigation nav {
            width: 200px;
            position: absolute;
            top: 0;
            left: 0;
            padding: 20px;
            background: white;
        }

            header#st-header .mn-navigation nav:after {
                content: '';
                position: absolute;
                top: 100%;
                left: 0px;
                width: 0;
                height: 0;
                border-style: solid;
                border-width: 50px 200px 0 0;
                border-color: white transparent transparent transparent;
            }

            header#st-header .mn-navigation nav ul {
                list-style: none;
                padding: 0;
                margin: 10px 0 0 0;
                font-size: 13px;
            }

                header#st-header .mn-navigation nav ul li {
                    position: relative;
                    padding: 10px 0;
                }

                    header#st-header .mn-navigation nav ul li:before {
                        content: '\f054';
                        font-family: fontawesome;
                        color: #FFD500;
                        padding-right: 2px;
                    }

                    header#st-header .mn-navigation nav ul li:hover ul {
                        display: block;
                        -webkit-animation-name: pp-fade-in;
                        animation-name: pp-fade-in;
                        -webkit-animation-duration: .6s;
                        animation-duration: .6s;
                    }

                    header#st-header .mn-navigation nav ul li a {
                        display: inline-block;
                        color: #002C4D;
                        width: 90%;
                    }


                        header#st-header .mn-navigation nav ul li a:hover {
                            opacity: .5;
                        }



                    header#st-header .mn-navigation nav ul li > ul {
                        display: none;
                        min-width: 350px;
                        position: absolute;
                        left: 100%;
                        top: -5px;
                        padding: 15px;
                        z-index: 2;
                        background: white;
                        border-left: 2px solid #FFD500;
                        box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.5);
                    }


                        header#st-header .mn-navigation nav ul li > ul:before {
                            content: '';
                            position: absolute;
                            right: 100%;
                            top: 5px;
                            width: 0;
                            height: 0;
                            border-style: solid;
                            border-width: 10px 10px 10px 0;
                            border-color: transparent #FFD500 transparent transparent;
                        }


                        header#st-header .mn-navigation nav ul li > ul > li:first-child {
                            padding-top: 0 !important;
                        }

                        header#st-header .mn-navigation nav ul li > ul li {
                            padding-left: 15px;
                        }

                            header#st-header .mn-navigation nav ul li > ul li:before {
                                content: '\f111';
                                color: #FFD500;
                                font-size: 9px;
                            }

        header#st-header .mn-navigation ul.top-links {
            list-style: none;
            padding: 0;
            margin: 0;
        }

            header#st-header .mn-navigation ul.top-links li {
                display: inline-block;
                padding: 0 30px 0 0;
            }

                header#st-header .mn-navigation ul.top-links li a {
                    color: #002C4D;
                    font-size: 13px;
                }

        header#st-header .mn-navigation .login-call {
            position: relative;
            display: block;
            padding: 18px;
            background: #E40000;
            color: white;
            outline: 0;
            border: 0;
            border-radius: 0;
        }

            header#st-header .mn-navigation .login-call:hover {
                background: #b10000;
            }

                header#st-header .mn-navigation .login-call:hover:after {
                    border-color: #b10000 transparent transparent transparent;
                }

                header#st-header .mn-navigation .login-call:hover:before {
                    border-color: transparent #b10000 transparent transparent;
                }

            header#st-header .mn-navigation .login-call:after {
                content: '';
                position: absolute;
                top: 100%;
                left: 0px;
                width: 0;
                height: 0;
                border-style: solid;
                border-width: 15px 200px 0 0;
                border-color: #E40000 transparent transparent transparent;
                -webkit-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
            }

            header#st-header .mn-navigation .login-call:before {
                content: '';
                position: absolute;
                right: 100%;
                top: 0px;
                width: 0;
                height: 0;
                border-style: solid;
                border-width: 0 15px 71px 0;
                border-color: transparent #E40000 transparent transparent;
                -webkit-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
            }


    header#st-header .top-login {
        background: #E40000;
        padding: 15px;
    }

footer#st-footer {
    position: relative;
    background: white;
    min-height: 100px;
    font-size: 12px;
    color: #002C4D;
    padding-bottom: 15px;
    box-shadow: -1px -2px 2px 2px rgba(0, 0, 0, 0.25);
}

    footer#st-footer h4 {
        margin-bottom: 0;
    }

    footer#st-footer ul {
        display: table;
        list-style: none;
        padding: 0;
        margin: 0;
    }

        footer#st-footer ul li {
            display: table-row;
        }

            footer#st-footer ul li:before {
                display: table-cell;
                text-align: right;
                content: '\f101';
                font-family: fontawesome;
                padding-right: 10px;
            }

            footer#st-footer ul li a {
                color: #002C4D;
                text-decoration: none;
            }

                footer#st-footer ul li a:hover {
                    text-decoration: underline;
                    color: #006CBC;
                }

.counter-box {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 150px;
    height: 150px;
    margin: 15px 15px 15px 0;
    background-color: #006CBC;
    color: white;
    text-align: center;
}

    .counter-box span {
        font-size: 2em;
        font-weight: 700;
        color: #FFD500;
    }

/* ===========================================================================
 * MAINS
 * ==========================================================================*/
main.hm-main {
    padding-top: 60px;
}

main.full-main {
    position: relative;
    min-height: 100vh;
    width: 100%;
    padding-top: 60px;
    background: #E9EBEE;
}

.full-bg {
    position: absolute;
    height: 100%;
    width: 100%;
    background: #f1f1f1 no-repeat center;
    background-size: cover;
}

    .full-bg:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        background: -webkit-linear-gradient(left, rgba(233, 235, 238, 0), #ffffff);
        background: linear-gradient(to right, rgba(233, 235, 238, 0), #ffffff);
    }

.inner-wrp {
    position: relative;
    padding: 40px 20px 40px 215px;
    z-index: 2;
}

/* ===========================================================================
 * HOME
 * ==========================================================================*/
.hm-hero {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    min-height: 260px;
    padding: 35px 40px 20px 40px;
    background: url(../img/bg-hero.jpg) #ffffff no-repeat center center;
    background-size: cover;
    color: #004574;
}

    .hm-hero .hero-lay {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 40%;
    }

        .hm-hero .hero-lay h1 {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: start;
            -ms-flex-align: start;
            align-items: flex-start;
            margin: 0;
            font-weight: 400;
            font-size: 1.9em;
            color: #004575;
            line-height: 1.1em;
        }

            .hm-hero .hero-lay h1 img {
                margin-right: 15px;
            }

        .hm-hero .hero-lay p {
            font-size: 19px;
            padding: 0 0 0 13px;
        }

        .hm-hero .hero-lay input {
            width: 170px;
            margin: 0 13px 0 26px;
        }

.hm-boxs {
    padding: 0 0 0 200px;
    background: #E9EBEE;
    color: #002D4E;
}

    .hm-boxs h1 {
        text-align: center;
    }

    .hm-boxs .row {
        margin-bottom: 0;
    }

        .hm-boxs .row .col-md-4 {
            margin-bottom: 40px;
        }

header#st-header .mn-navigation nav ul li > ul li:before {
    vertical-align: top;
    display: inline-block;
    padding-top: 4px;
}


.hm-boxs .hm-box-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

    .hm-boxs .hm-box-item div {
        margin: 0 0 0 10px;
    }

        .hm-boxs .hm-box-item div h3 {
            margin: 0;
            font-size: 17px;
            color: #006CBC;
        }

        .hm-boxs .hm-box-item div p {
            margin: 6px 0;
            color: #002D4E;
        }

            .hm-boxs .hm-box-item div p span {
                color: #006CBC;
                font-weight: bold;
            }

/* ===========================================================================
 * CONSULTA TIPO
 * ==========================================================================*/
.pp-tabs {
    max-width: 1180px;
    background-color: #d9e3ec;
}

    .pp-tabs .nav-tabs > li > a,
    .pp-tabs .nav-tabs > li.active > a,
    .pp-tabs .nav-tabs > li > a:hover,
    .pp-tabs .nav-tabs > li.active > a:hover,
    .pp-tabs .nav-tabs > li.active > a:focus,
    .pp-tabs .tab-content {
        background-color: #d9e3ec;
        color: #026db5;
        border-radius: 0px;
        padding: 10px 25px;
    }




    /*.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background: #d9e3ec;    
}*/

    .pp-tabs .nav-tabs > li > a {
        background-color: #ffffff;
        font-weight: 600;
        text-decoration: none;
    }

    .pp-tabs .tab-content {
        padding: 25px;
        overflow: hidden;
    }

        .pp-tabs .tab-content .tab-pane {
            -webkit-animation-name: pp-fade-in-right;
            animation-name: pp-fade-in-right;
            -webkit-animation-duration: 1.2s;
            animation-duration: 1.2s;
        }

    .pp-tabs form.consult-form input {
        min-width: 50%;
    }


/* ===========================================================================
 * RESULTADOS
 * ==========================================================================*/
.results-table {
    color: #002C4D;
    background-color: white;
    margin-top: 1em;
}

    .results-table h3 {
        background-color: #006CB6;
        color: white;
        margin: 0;
        text-align: center;
        padding: 10px;
    }

    .results-table table {
        font-size: 13px;
        margin-bottom: 0px;
    }

        .results-table table thead {
            background-color: #DAE3EC;
        }

        .results-table table th,
        .results-table table td {
            border: 1px solid lightgray;
            vertical-align: middle !important;
        }

            .results-table table th a,
            .results-table table td a {
                color: inherit;
            }

                .results-table table th a:hover,
                .results-table table td a:hover {
                    opacity: .5;
                }

        .results-table table tfoot {
            background-color: #DAE3EC;
            font-size: 13px;
            color: #006CB6;
            text-align: center;
        }

            .results-table table tfoot td {
                padding: 0;
            }

            .results-table table tfoot ul.results-pagination {
                margin: 0;
                padding: 0;
                list-style: none;
            }

                .results-table table tfoot ul.results-pagination li {
                    display: inline-block;
                    padding: 10px;
                }

                    .results-table table tfoot ul.results-pagination li input {
                        font-size: 11px;
                        width: 20px;
                        height: auto;
                        padding: 0 0 0 3px;
                        border-radius: 0;
                        margin: 0;
                    }

    .results-table .results-pag {
        position: relative;
        padding-top: 4px;
        background-color: #DAE3EC;
        font-size: 13px;
        color: #006CB6;
        text-align: center;
    }

        .results-table .results-pag .pagination {
            margin: 0 auto;
            background: transparent;
            display: inline-block;
        }

            .results-table .results-pag .pagination > li > a {
                border: 0px !important;
                background-color: transparent !important;
            }

/* ===========================================================================
 * RESULTADO
 * ==========================================================================*/
.result-card {
    margin-bottom: 40px;
    width: 100%;
    padding: 20px;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* ===========================================================================
 * BOOTSTRAP OVERRIDES
 * ==========================================================================*/
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    border-bottom: 1px solid #ddd;
    border-top: 0px solid #ddd;
}

.pp-accordion .panel-heading,
.pp-accordion .panel-title {
    padding: 0px;
}

    .pp-accordion .panel-title a {
        padding: 10px 15px;
        display: block !important;
    }

    .pp-accordion .panel-heading.active {
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

        .pp-accordion .panel-heading.active a {
            background: #84a4c2;
            color: white !important;
        }

            .pp-accordion .panel-heading.active a i {
                -webkit-transform: rotate(90deg);
                transform: rotate(90deg);
            }

    .pp-accordion .panel-heading a:hover {
        background: #84a4c2;
        color: white !important;
    }

/* ===========================================================================
 * FONTS
 * ==========================================================================*/
.xs-font {
    font-size: 13px !important;
}

/* ===========================================================================
 * Air
 * ==========================================================================*/
.padding {
    padding: 15px !important;
}

.no-padding {
    padding: 0px !important;
}

.padding-top {
    padding-top: 15px !important;
}

.padding-bottom {
    padding-bottom: 15px !important;
}

.padding-left {
    padding-left: 15px !important;
}

.padding-right {
    padding-right: 15px !important;
}

.margin {
    margin: 15px !important;
}

.no-margin {
    margin: 0px !important;
}

.margin-top {
    margin-top: 15px !important;
}

.margin-bottom {
    margin-bottom: 15px !important;
}

.margin-left {
    margin-left: 15px !important;
}

.margin-right {
    margin-right: 15px !important;
}

.cleanlist {
    margin: 0px !important;
    padding: 0px !important;
    list-style: none;
}

/* ===========================================================================
 * BACKGROUNDS
 * ==========================================================================*/
.b-gray {
    background-color: #EEEEEE !important;
}

/* ===========================================================================
 * COLOR
 * ==========================================================================*/
.c-white {
    color: white !important;
}

.c-blue {
    color: #006CB6 !important;
}

.c-dkblue {
    color: #002C4D !important;
}

.c-red {
    color: #E40000 !important;
}

.c-yellow {
    color: #FFD500 !important;
}

.c-green {
    color: #5CDB95 !important;
}

.c-dkgreen {
    color: #379683 !important;
}

/* ===========================================================================
 * ALIGN
 * ==========================================================================*/
.t-center {
    text-align: center !important;
}

.t-left {
    text-align: left !important;
}

.t-right {
    text-align: right !important;
}

.t-justify {
    text-align: justify !important;
}

/* ===========================================================================
 * NEXT
 * ==========================================================================*/
/* ===========================================================================
 * MEDIA QUERIES
 * ==========================================================================*/
@media only screen and (max-width: 1024px) {
    header#st-header {
        position: relative;
        width: auto;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

        header#st-header .top-login {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -ms-flex-pack: distribute;
            justify-content: space-around;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            height: auto;
        }

            header#st-header .top-login form .btn-mn-blue {
                font-size: 13px;
            }

            header#st-header .top-login .login-head {
                display: none;
            }

        header#st-header .mn-navigation .login-call {
            display: block !important;
            padding: 8px 8px 8px 3px;
            font-size: 0.9em;
            width: 42px !important;
            position: absolute;
            top: 0px;
            right: 0;
        }

            header#st-header .mn-navigation .login-call span {
                display: none;
            }

            header#st-header .mn-navigation .login-call:before {
                border-width: 0 15px 50px 0;
            }

        header#st-header .top-login {
            display: none !important;
        }

        header#st-header.moved .top-login {
            display: flex !important;
        }

        header#st-header .mn-navigation .login-call:after {
            border-width: 15px 42px 0 0;
        }

        header#st-header .mn-navigation ul.top-links {
            padding: 0 50px 0 220px;
        }

    .pp-tabs .nav-pills {
        display: flex;
    }

        .pp-tabs .nav-pills > li {
            float: none;
            display: inline-flex;
            font-size: 14px;
        }


    main.full-main,
    main.hm-main {
        padding-top: 0px;
    }

    .counter-box {
        width: 120px;
        height: 120px;
    }
}

@media all and (max-width: 420px) {
    .pp-tabs .nav-pills {
        display: block;
    }

        .pp-tabs .nav-pills > li {
            display: block;
        }
}


@media only screen and (max-width: 996px) {
    .hm-hero {
        padding: 10px;
    }

    main.hm-main .hm-hero .hero-lay {
        max-width: 60%;
        font-size: .9em;
    }

    .hm-boxs {
        padding: 0;
    }
}

@media all and (max-width:980px) {
    .hm-hero {
        background-image: url(../img/bg-hero-inverted.jpg);
    }
}

@media only screen and (max-width: 768px) {
    .results-table .pag-resume {
        display: none;
    }

    .counter-box {
        display: none;
    }

    form#frmLogin {
        width: 96%;
        text-align: center;
    }

        form#frmLogin .form-control {
            width: 50%;
            float: left;
        }

    .etc-login-form {
        display: inline-block;
    }

    .top-login .navbar-form {
        margin: 0 -10px;
    }
}

@media only screen and (max-width: 580px) {

    .hm-hero .hero-lay input {
        margin: 5px 0 5px 25px !important;
    }

    .hm-hero .hero-lay .btn-mn {
        margin: 5px 10px 5px 25px !important;
    }

    header#st-header .mn-navigation nav ul li > ul {
        /*display: none !important;*/
        display: block !important;
        position: relative;
        left: 0;
        min-width: 40px;
        box-shadow: none;
        opacity: 1 !important;
        visibility: visible;
        margin-top: 20px;
    }

        header#st-header .mn-navigation nav ul li > ul.collapse.in {
            display: block !important;
        }

        header#st-header .mn-navigation nav ul li > ul:before {
            display: none;
        }

    header#st-header .top-login form label {
        display: block;
        margin: 10px 0;
    }

    header#st-header .top-login form input {
        width: 100%;
    }

    header#st-header .top-login form a {
        display: inline-block;
    }

    header#st-header .top-login form button {
        margin: 15px 0;
    }

    header#st-header .mn-navigation nav {
        position: relative;
        width: 100%;
        max-width: 100%;
    }

        header#st-header .mn-navigation nav:after {
            display: none;
        }
    /*header#st-header .mn-navigation nav ul li:hover ul {
    display: none;
  }
    header#st-header .mn-navigation .top-links {
    display: none;
  }*/
    header#st-header .mn-navigation .top-links {
        display: none !important;
    }

    main.hm-main .hm-hero .hero-lay {
        max-width: 100%;
        font-size: .9em;
    }

    .inner-wrp {
        padding-left: 0px;
        padding-top: 50px;
    }
}

@media all and (max-width: 580px) {
    header#st-header .mn-navigation .login-call {
        position: absolute;
        top: 0;
    }

    ul#sidemenu {
        display: none;
    }

    #mobile-toggle {
        display: block;
        margin: 0px 10px 0 0;
        float: left;
        text-decoration: none;
        color: #004575;
    }

        #mobile-toggle:after {
            display: block;
            content: "\f0c9";
            font-family: FontAwesome;
            font-size: 30px;
        }
}

@media all and (min-width: 581px) {
    #mobile-toggle {
        display: none;
    }
}


/* ===========================================================================
 * PRINT STYLES
 * ==========================================================================*/
@media print {
    *,
    :before,
    :after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href) ")";
        }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

a.navbar-brand {
    background: url(../img/logo.png) no-repeat top left;
    display: block;
    width: 150px;
    height: 150px;
    text-indent: -9999px; /* hides the link text */
}


#custom-search-form {
    margin: 0;
    margin-top: 5px;
    padding: 0;
}

    #custom-search-form .search-query {
        padding-right: 3px;
        padding-right: 4px \9;
        padding-left: 3px;
        padding-left: 4px \9;
        /* IE7-8 doesn't have border-radius, so don't indent the padding */
        margin-bottom: 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

    #custom-search-form button {
        color: #333;
        background-color: #fff;
        border-color: #ccc;
        border: 0;
        /** belows styles are working good */
        padding: 2px 5px;
        margin-top: 2px;
        position: relative;
        left: -28px;
        /* IE7-8 doesn't have border-radius, so don't indent the padding */
        margin-bottom: 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

.search-query:focus + button {
    z-index: 3;
}


/*.btnCategory {
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    line-height:50%;
    display:inline-block;
}*/


.btnCategory {
    /*padding: 15px 25px;
    border-left: 2px solid #379683;
    border-right: 2px solid #379683;
    border-top: 2px solid #379683;
    border-bottom: 2px solid #379683;
    background-color: white;*/
    padding: 15px 25px;
    border: 2px solid #006CB6;
    background-color: white;
    border-radius: 4px;
}

    .btnCategory a {
        font-size: 13px;
        position: relative;
        text-transform: uppercase;
        text-decoration: none;
        text-wrap: normal;
        color: #262626;
        display: block;
    }

.checkboxFive {
    width: 25px;
    margin: 20px 100px;
    position: relative;
}

    .checkboxFive label {
        cursor: pointer;
        position: absolute;
        width: 25px;
        height: 25px;
        top: 0;
        left: 0;
        background: #eee;
        border: 1px solid #ddd;
    }

        .checkboxFive label:after {
            opacity: 0.2;
            content: '';
            position: absolute;
            width: 9px;
            height: 5px;
            background: transparent;
            top: 6px;
            left: 7px;
            border: 3px solid #333;
            border-top: none;
            border-right: none;
            transform: rotate(-45deg);
        }

        /**
 * Create the hover event of the tick
 */
        .checkboxFive label:hover::after {
            opacity: 0.5;
        }

    /**
 * Create the checkbox state for the tick
 */
    .checkboxFive input[type=checkbox]:checked + label:after {
        opacity: 1;
    }

.ui-datepicker {
    font-size: 10pt !important;
}

/* Hide HTML5 Up and Down arrows. */
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.counter-box {
    vertical-align: top;
}

select, .form-control {
    padding: 5px 10px;
    height: auto;
    border-radius: 5px;
    border: 1px solid rgba(0, 108, 182, 0.5);
    color: #424242;
}

.dataTables_wrapper {
    background: #DAE3EC;
}

    .dataTables_wrapper thead {
        background: #006CB6 !important;
        color: #fff !important;
    }

        .dataTables_wrapper thead th.sorting {
            padding-right: 17px;
        }

table.dataTable.no-footer {
    border-bottom: none !important;
}

.container-fluid .panel {
    margin-top: 20px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: #fff !important;
    background: #002C4D !important;
    border-color: #002C4D !important;
}

.dataTables_wrapper .dt-button, .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    color: #fff !important;
    background: #006CB6 !important;
    border-color: #006CB6 !important;
}

    .dataTables_wrapper .dt-button:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
        color: #fff !important;
        background: #008ae9 !important;
        border-color: #008ae9 !important;
    }

.dataTables_wrapper .dataTables_info {
    padding-left: 0.755em;
    font-size: 0.75em;
}

.dataTables_wrapper .dataTables_paginate {
    padding-top: 0.25em;
    font-size: 0.75em;
    padding-bottom: 0.25em;
}

.dataTables_wrapper .dataTables_filter {
    padding: 5px 5px 0;
}

    .dataTables_wrapper .dataTables_filter input {
        padding: 5px;
    }

.well {
    background: #fff !important;
    text-align: center;
}

    .well img {
        max-width: 100%;
        height: auto;
        display: block;
        margin: 0 auto 5px;
    }

    .well a:hover, .well a:hover img {
        opacity: 0.8;
    }

    .well a {
        text-decoration: none;
    }

.full-bg {
    background-position: top !important;
    background-size: contain !important;
    background-color: #E9EBEE;
}

.bg-blue {
    padding: 25px;
    overflow: hidden;
    background-color: #d9e3ec;
    color: #026db5;
}

@media all and (min-width: 992px) {
    .col-md-3:nth-of-type(4n+1) {
        clear: both !important;
    }
}

@media all and (max-width: 767px) {
    .table-responsive {
        border: none !important;
    }
}

@media all and (max-width: 580px) {
    .inner-wrp {
        padding-left: 20px !important;
    }
}

.notice {
    padding: 15px;
    background-color: #fafafa;
    border-left: 6px solid #7f7f84;
    margin-bottom: 10px;
    -webkit-box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
    -moz-box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
    box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
}

.notice-sm {
    padding: 10px;
    font-size: 80%;
}

.notice-lg {
    padding: 35px;
    font-size: large;
}

.notice-success {
    border-color: #80D651;
}

    .notice-success > strong {
        color: #80D651;
    }

.notice-info {
    border-color: #45ABCD;
}

    .notice-info > strong {
        color: #45ABCD;
    }

.notice-warning {
    border-color: #FEAF20;
}

    .notice-warning > strong {
        color: #FEAF20;
    }

.notice-danger {
    border-color: #d73814;
}

    .notice-danger > strong {
        color: #d73814;
    }

/*
.nav-tabs .nav-link:not(.active) {
    border-color: transparent !important;

}
    */

.nav-link a {
    background-color: #ffffff;
    font-weight: 600;
    text-decoration: none;
    padding-left: 28px;
    padding-right: 28px;
}

.nav-link .active {
    color: #026db5 !important;
    text-decoration: none;
    /*border-bottom: 1px solid #026db5 !important;*/
    background-color: #d9e3ec !important;
    font-weight: 600;
}


    .nav-link .active:hover {
        border: none !important;
        /*border-bottom: 1px solid #5741A3 !important;*/
    }


.nav-link .active {
    color: #026db5 !important;
    text-decoration: none;
    /*border-bottom: 1px solid #026db5 !important;*/
    background-color: #d9e3ec !important;
    font-weight: 600;
}


.nav-tabs {
    border-bottom: 2px solid #DDD;
}

    .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link {
        color: #026db5 !important;
        text-decoration: none;
        border: 1px solid #026db5 !important;
        background-color: #FFFFFF !important;
        font-size: 0.75em;
        font-weight: 600;
        border-bottom: none !important;
    }

        .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
            color: #026db5 !important;
            text-decoration: none;
            /*border-bottom: 1px solid #026db5 !important;*/
            background-color: #d9e3ec !important;
            font-weight: 600;
            border-bottom: none !important;
        }


.tab-content {
    background-color: #d9e3ec;
    overflow: hidden;
    padding: 10px,15px !important;
    border: 1px solid #026db5 !important;
    font-size: 0.75em;
    border-top: none !important;
}


/*.tab-content .tab-pane {
    -webkit-animation-name: pp-fade-in-right;
    animation-name: pp-fade-in-right;
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
}*/

.card {
    font-size: 1em;
    overflow: hidden;
    padding: 0;
    border: none;
    border-radius: .28571429rem;
    box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5;
}

.card-block {
    font-size: 1em;
    position: relative;
    margin: 0;
    padding: 1em;
    border: none;
    border-top: 1px solid rgba(34, 36, 38, .1);
    box-shadow: none;
}

.card-img-top {
    display: block;
    width: 100%;
    height: auto;
}

.card-title {
    line-height: 1.2857em;
}

.card-text {
    clear: both;
    margin-top: .5em;
    color: rgba(0, 0, 0, .68);
}

.card-footer {
    font-size: 1em;
    position: static;
    top: 0;
    left: 0;
    max-width: 100%;
    padding: .75em 1em;
    color: rgba(0, 0, 0, .4);
    border-top: 1px solid rgba(0, 0, 0, .05) !important;
    background: #fff;
}

.card-inverse .btn {
    border: 1px solid rgba(0, 0, 0, .05);
}

.profile {
    position: absolute;
    top: -12px;
    display: inline-block;
    overflow: hidden;
    box-sizing: border-box;
    width: 25px;
    height: 25px;
    margin: 0;
    border: 1px solid #fff;
    border-radius: 50%;
}

.profile-avatar {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 50%;
}

.profile-inline {
    position: relative;
    top: 0;
    display: inline-block;
}

    .profile-inline ~ .card-title {
        display: inline-block;
        margin-left: 4px;
        vertical-align: top;
    }

.carousel-item {
    height: 50px;
}

.carousel-item img {
    height: 50px;
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: .6s;
    transition-property: opacity;
}

    .carousel-fade .carousel-item.active,
    .carousel-fade .carousel-item-next.carousel-item-left,
    .carousel-fade .carousel-item-prev.carousel-item-right {
        opacity: 1;
    }

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
    transform: translateX(0);
    transform: translate3d(0, 0, 0);
}


.textareaModalEspecial {
    padding: 10px 15px;
    height: 279px;
    border-radius: 5px;
    border: 1px solid rgba(0, 108, 182, 0.5);
    color: #424242;
    width:100%;
    min-width:100%;
}