/* Minification failed. Returning unminified contents.
(17305,44): run-time error CSS1019: Unexpected token, found ' '
(17305,44): run-time error CSS1019: Unexpected token, found ' '
(17305,44): run-time error CSS1042: Expected function, found ' '
(17305,44): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
(17317,44): run-time error CSS1019: Unexpected token, found ' '
(17317,44): run-time error CSS1019: Unexpected token, found ' '
(17317,44): run-time error CSS1042: Expected function, found ' '
(17317,44): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
(17338,44): run-time error CSS1019: Unexpected token, found ' '
(17338,44): run-time error CSS1019: Unexpected token, found ' '
(17338,44): run-time error CSS1042: Expected function, found ' '
(17338,44): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
(17431,45): run-time error CSS1019: Unexpected token, found ' '
(17431,45): run-time error CSS1019: Unexpected token, found ' '
(17431,45): run-time error CSS1042: Expected function, found ' '
(17431,45): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
(17450,45): run-time error CSS1019: Unexpected token, found ' '
(17450,45): run-time error CSS1019: Unexpected token, found ' '
(17450,45): run-time error CSS1042: Expected function, found ' '
(17450,45): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
(17458,44): run-time error CSS1019: Unexpected token, found ' '
(17458,44): run-time error CSS1019: Unexpected token, found ' '
(17458,44): run-time error CSS1042: Expected function, found ' '
(17458,44): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
 */
/**
 * material-design-lite - Material Design Components in CSS, JS and HTML
 * @version v1.1.0
 * @license Apache-2.0
 * @copyright 2015 Google, Inc.
 * @link https://github.com/google/material-design-lite
 */
@charset "UTF-8";

html {
    color: rgba(0,0,0,.87);
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

fieldset, hr {
    border: 0;
    padding: 0;
}

hr {
    display: block;
    height: 1px;
    border-top: 1px solid #ccc;
    margin: 1em 0;
}

audio, canvas, iframe, img, svg, video {
    vertical-align: middle;
}

fieldset {
    margin: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: .2em 0;
    background: #ccc;
    color: #000;
    padding: .2em 0;
}

.hidden {
    display: none !important;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

    .visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
        clip: auto;
        height: auto;
        margin: 0;
        overflow: visible;
        position: static;
        width: auto;
    }

.invisible {
    visibility: hidden;
}

.clearfix:after, .clearfix:before {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

@media print {
    *, *:after, *:before, *:first-letter, *:first-line {
        background: 0 0 !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: "";
    }

    blockquote, pre {
        border: 1px solid #999;
    }

    thead {
        display: table-header-group;
    }

    blockquote, img, pre, tr {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    h2, h3, p {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }
}

.mdl-accordion, .mdl-button, .mdl-card, .mdl-checkbox, .mdl-dropdown-menu, .mdl-icon-toggle, .mdl-item, .mdl-radio, .mdl-slider, .mdl-switch, .mdl-tabs__tab, a {
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: rgba(255,255,255,0);
}

body, html {
    width: 100%;
    font-family: "Helvetica","Arial",sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

html {
    height: 100%;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

body {
    min-height: 100%;
}

main {
    display: block;
}

*[hidden] {
    display: none !important;
}

h1, h2, h3, h4, h5, h6, p {
    padding: 0;
}

    h1, h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
        font-family: "Roboto","Helvetica","Arial",sans-serif;
        letter-spacing: -.02em;
        line-height: 1.35;
    }

        h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
            font-weight: 400;
            opacity: .54;
            font-size: .6em;
        }

h1, h2 {
    font-weight: 400;
}

h1 {
    margin: 24px 0;
    font-size: 56px;
}

h2, h3 {
    font-family: "Roboto","Helvetica","Arial",sans-serif;
    margin: 24px 0;
}

h2 {
    font-size: 45px;
    line-height: 48px;
}

h3, h4 {
    font-weight: 400;
}

h3 {
    font-size: 34px;
    line-height: 40px;
}

h4, h5 {
    font-family: "Roboto","Helvetica","Arial",sans-serif;
}

h4 {
    -moz-osx-font-smoothing: grayscale;
    margin: 24px 0 16px;
    font-size: 24px;
    line-height: 32px;
}

h5, h6, p {
    margin: 24px 0 16px;
}

h5 {
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: .02em;
}

blockquote, h6 {
    font-family: "Roboto","Helvetica","Arial",sans-serif;
}

h6, p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: .04em;
}

p {
    font-size: 14px;
    letter-spacing: 0;
    margin: 0 0 16px;
}

a {
    color: #ff6a00;
    font-weight: 500;
}

blockquote {
    position: relative;
    font-size: 24px;
    font-weight: 300;
    font-style: italic;
    line-height: 1.35;
    letter-spacing: .08em;
}

    blockquote:before {
        position: absolute;
        left: -.5em;
        content: '“';
    }

    blockquote:after {
        content: '”';
        margin-left: -.05em;
    }

mark {
    background-color: #f4ff81;
}

dt {
    font-weight: 700;
}

address, ol, ul {
    font-weight: 400;
    letter-spacing: 0;
}

address {
    font-style: normal;
    font-size: 12px;
    line-height: 1;
}

ol, ul {
    font-size: 14px;
    line-height: 24px;
}

.mdl-typography--display-4, .mdl-typography--display-4-color-contrast {
    font-family: "Roboto","Helvetica","Arial",sans-serif;
    font-size: 112px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: -.04em;
}

.mdl-typography--display-4-color-contrast {
    opacity: .54;
}

.mdl-typography--display-3, .mdl-typography--display-3-color-contrast {
    font-family: "Roboto","Helvetica","Arial",sans-serif;
    font-size: 56px;
    font-weight: 400;
    line-height: 1.35;
    letter-spacing: -.02em;
}

.mdl-typography--display-3-color-contrast {
    opacity: .54;
}

.mdl-typography--display-2, .mdl-typography--display-2-color-contrast {
    font-family: "Roboto","Helvetica","Arial",sans-serif;
    font-size: 45px;
    font-weight: 400;
    line-height: 48px;
}

.mdl-typography--display-2-color-contrast {
    opacity: .54;
}

.mdl-typography--display-1, .mdl-typography--display-1-color-contrast {
    font-family: "Roboto","Helvetica","Arial",sans-serif;
    font-size: 34px;
    font-weight: 400;
    line-height: 40px;
}

.mdl-typography--display-1-color-contrast {
    opacity: .54;
}

.mdl-typography--headline, .mdl-typography--headline-color-contrast {
    font-family: "Roboto","Helvetica","Arial",sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    -moz-osx-font-smoothing: grayscale;
}

.mdl-typography--headline-color-contrast {
    opacity: .87;
}

.mdl-typography--title, .mdl-typography--title-color-contrast {
    font-family: "Roboto","Helvetica","Arial",sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: .02em;
}

.mdl-typography--title-color-contrast {
    opacity: .87;
}

.mdl-typography--subhead, .mdl-typography--subhead-color-contrast {
    font-family: "Roboto","Helvetica","Arial",sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: .04em;
}

.mdl-typography--subhead-color-contrast {
    opacity: .87;
}

.mdl-typography--body-2, .mdl-typography--body-2-color-contrast {
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0;
}

.mdl-typography--body-2-color-contrast {
    opacity: .87;
}

.mdl-typography--body-1, .mdl-typography--body-1-color-contrast {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
}

.mdl-typography--body-1-color-contrast {
    opacity: .87;
}

.mdl-typography--body-2-force-preferred-font, .mdl-typography--body-2-force-preferred-font-color-contrast {
    font-family: "Roboto","Helvetica","Arial",sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0;
}

.mdl-typography--body-2-force-preferred-font-color-contrast {
    opacity: .87;
}

.mdl-typography--body-1-force-preferred-font, .mdl-typography--body-1-force-preferred-font-color-contrast {
    font-family: "Roboto","Helvetica","Arial",sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
}

.mdl-typography--body-1-force-preferred-font-color-contrast {
    opacity: .87;
}

.mdl-typography--caption, .mdl-typography--caption-force-preferred-font {
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
}

.mdl-typography--caption-force-preferred-font {
    font-family: "Roboto","Helvetica","Arial",sans-serif;
}

.mdl-typography--caption-color-contrast, .mdl-typography--caption-force-preferred-font-color-contrast {
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    opacity: .54;
}

.mdl-typography--caption-force-preferred-font-color-contrast {
    font-family: "Roboto","Helvetica","Arial",sans-serif;
}

.mdl-typography--button, .mdl-typography--button-color-contrast, .mdl-typography--menu, .mdl-typography--menu-color-contrast {
    font-family: "Roboto","Helvetica","Arial",sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0;
}

.mdl-typography--menu-color-contrast {
    opacity: .87;
}

.mdl-typography--button, .mdl-typography--button-color-contrast {
    text-transform: uppercase;
}

.mdl-typography--button-color-contrast {
    opacity: .87;
}

.mdl-typography--text-left {
    text-align: left;
}

.mdl-typography--text-right {
    text-align: right;
}

.mdl-typography--text-center {
    text-align: center;
}

.mdl-typography--text-justify {
    text-align: justify;
}

.mdl-typography--text-nowrap {
    white-space: nowrap;
}

.mdl-typography--text-lowercase {
    text-transform: lowercase;
}

.mdl-typography--text-uppercase {
    text-transform: uppercase;
}

.mdl-typography--text-capitalize {
    text-transform: capitalize;
}

.mdl-typography--font-thin {
    font-weight: 200 !important;
}

.mdl-typography--font-light {
    font-weight: 300 !important;
}

.mdl-typography--font-regular {
    font-weight: 400 !important;
}

.mdl-typography--font-medium {
    font-weight: 500 !important;
}

.mdl-typography--font-bold {
    font-weight: 700 !important;
}

.mdl-typography--font-black {
    font-weight: 900 !important;
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    word-wrap: normal;
    -moz-font-feature-settings: 'liga';
    font-feature-settings: 'liga';
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

.mdl-color-text--red {
    color: #f44336 !important;
}

.mdl-color--red {
    background-color: #f44336 !important;
}

.mdl-color-text--red-50 {
    color: #ffebee !important;
}

.mdl-color--red-50 {
    background-color: #ffebee !important;
}

.mdl-color-text--red-100 {
    color: #ffcdd2 !important;
}

.mdl-color--red-100 {
    background-color: #ffcdd2 !important;
}

.mdl-color-text--red-200 {
    color: #ef9a9a !important;
}

.mdl-color--red-200 {
    background-color: #ef9a9a !important;
}

.mdl-color-text--red-300 {
    color: #e57373 !important;
}

.mdl-color--red-300 {
    background-color: #e57373 !important;
}

.mdl-color-text--red-400 {
    color: #ef5350 !important;
}

.mdl-color--red-400 {
    background-color: #ef5350 !important;
}

.mdl-color-text--red-500 {
    color: #f44336 !important;
}

.mdl-color--red-500 {
    background-color: #f44336 !important;
}

.mdl-color-text--red-600 {
    color: #e53935 !important;
}

.mdl-color--red-600 {
    background-color: #e53935 !important;
}

.mdl-color-text--red-700 {
    color: #d32f2f !important;
}

.mdl-color--red-700 {
    background-color: #d32f2f !important;
}

.mdl-color-text--red-800 {
    color: #c62828 !important;
}

.mdl-color--red-800 {
    background-color: #c62828 !important;
}

.mdl-color-text--red-900 {
    color: #b71c1c !important;
}

.mdl-color--red-900 {
    background-color: #b71c1c !important;
}

.mdl-color-text--red-A100 {
    color: #ff8a80 !important;
}

.mdl-color--red-A100 {
    background-color: #ff8a80 !important;
}

.mdl-color-text--red-A200 {
    color: #ff5252 !important;
}

.mdl-color--red-A200 {
    background-color: #ff5252 !important;
}

.mdl-color-text--red-A400 {
    color: #ff1744 !important;
}

.mdl-color--red-A400 {
    background-color: #ff1744 !important;
}

.mdl-color-text--red-A700 {
    color: #d50000 !important;
}

.mdl-color--red-A700 {
    background-color: #d50000 !important;
}

.mdl-color-text--pink {
    color: #e91e63 !important;
}

.mdl-color--pink {
    background-color: #e91e63 !important;
}

.mdl-color-text--pink-50 {
    color: #fce4ec !important;
}

.mdl-color--pink-50 {
    background-color: #fce4ec !important;
}

.mdl-color-text--pink-100 {
    color: #f8bbd0 !important;
}

.mdl-color--pink-100 {
    background-color: #f8bbd0 !important;
}

.mdl-color-text--pink-200 {
    color: #f48fb1 !important;
}

.mdl-color--pink-200 {
    background-color: #f48fb1 !important;
}

.mdl-color-text--pink-300 {
    color: #f06292 !important;
}

.mdl-color--pink-300 {
    background-color: #f06292 !important;
}

.mdl-color-text--pink-400 {
    color: #ec407a !important;
}

.mdl-color--pink-400 {
    background-color: #ec407a !important;
}

.mdl-color-text--pink-500 {
    color: #e91e63 !important;
}

.mdl-color--pink-500 {
    background-color: #e91e63 !important;
}

.mdl-color-text--pink-600 {
    color: #d81b60 !important;
}

.mdl-color--pink-600 {
    background-color: #d81b60 !important;
}

.mdl-color-text--pink-700 {
    color: #c2185b !important;
}

.mdl-color--pink-700 {
    background-color: #c2185b !important;
}

.mdl-color-text--pink-800 {
    color: #ad1457 !important;
}

.mdl-color--pink-800 {
    background-color: #ad1457 !important;
}

.mdl-color-text--pink-900 {
    color: #880e4f !important;
}

.mdl-color--pink-900 {
    background-color: #880e4f !important;
}

.mdl-color-text--pink-A100 {
    color: #ff80ab !important;
}

.mdl-color--pink-A100 {
    background-color: #ff80ab !important;
}

.mdl-color-text--pink-A200 {
    color: #ff4081 !important;
}

.mdl-color--pink-A200 {
    background-color: #ff4081 !important;
}

.mdl-color-text--pink-A400 {
    color: #f50057 !important;
}

.mdl-color--pink-A400 {
    background-color: #f50057 !important;
}

.mdl-color-text--pink-A700 {
    color: #c51162 !important;
}

.mdl-color--pink-A700 {
    background-color: #c51162 !important;
}

.mdl-color-text--purple {
    color: #9c27b0 !important;
}

.mdl-color--purple {
    background-color: #9c27b0 !important;
}

.mdl-color-text--purple-50 {
    color: #f3e5f5 !important;
}

.mdl-color--purple-50 {
    background-color: #f3e5f5 !important;
}

.mdl-color-text--purple-100 {
    color: #e1bee7 !important;
}

.mdl-color--purple-100 {
    background-color: #e1bee7 !important;
}

.mdl-color-text--purple-200 {
    color: #ce93d8 !important;
}

.mdl-color--purple-200 {
    background-color: #ce93d8 !important;
}

.mdl-color-text--purple-300 {
    color: #ba68c8 !important;
}

.mdl-color--purple-300 {
    background-color: #ba68c8 !important;
}

.mdl-color-text--purple-400 {
    color: #ab47bc !important;
}

.mdl-color--purple-400 {
    background-color: #ab47bc !important;
}

.mdl-color-text--purple-500 {
    color: #9c27b0 !important;
}

.mdl-color--purple-500 {
    background-color: #9c27b0 !important;
}

.mdl-color-text--purple-600 {
    color: #8e24aa !important;
}

.mdl-color--purple-600 {
    background-color: #8e24aa !important;
}

.mdl-color-text--purple-700 {
    color: #7b1fa2 !important;
}

.mdl-color--purple-700 {
    background-color: #7b1fa2 !important;
}

.mdl-color-text--purple-800 {
    color: #6a1b9a !important;
}

.mdl-color--purple-800 {
    background-color: #6a1b9a !important;
}

.mdl-color-text--purple-900 {
    color: #4a148c !important;
}

.mdl-color--purple-900 {
    background-color: #4a148c !important;
}

.mdl-color-text--purple-A100 {
    color: #ea80fc !important;
}

.mdl-color--purple-A100 {
    background-color: #ea80fc !important;
}

.mdl-color-text--purple-A200 {
    color: #e040fb !important;
}

.mdl-color--purple-A200 {
    background-color: #e040fb !important;
}

.mdl-color-text--purple-A400 {
    color: #d500f9 !important;
}

.mdl-color--purple-A400 {
    background-color: #d500f9 !important;
}

.mdl-color-text--purple-A700 {
    color: #a0f !important;
}

.mdl-color--purple-A700 {
    background-color: #a0f !important;
}

.mdl-color-text--deep-purple {
    color: #673ab7 !important;
}

.mdl-color--deep-purple {
    background-color: #673ab7 !important;
}

.mdl-color-text--deep-purple-50 {
    color: #ede7f6 !important;
}

.mdl-color--deep-purple-50 {
    background-color: #ede7f6 !important;
}

.mdl-color-text--deep-purple-100 {
    color: #d1c4e9 !important;
}

.mdl-color--deep-purple-100 {
    background-color: #d1c4e9 !important;
}

.mdl-color-text--deep-purple-200 {
    color: #b39ddb !important;
}

.mdl-color--deep-purple-200 {
    background-color: #b39ddb !important;
}

.mdl-color-text--deep-purple-300 {
    color: #9575cd !important;
}

.mdl-color--deep-purple-300 {
    background-color: #9575cd !important;
}

.mdl-color-text--deep-purple-400 {
    color: #7e57c2 !important;
}

.mdl-color--deep-purple-400 {
    background-color: #7e57c2 !important;
}

.mdl-color-text--deep-purple-500 {
    color: #673ab7 !important;
}

.mdl-color--deep-purple-500 {
    background-color: #673ab7 !important;
}

.mdl-color-text--deep-purple-600 {
    color: #5e35b1 !important;
}

.mdl-color--deep-purple-600 {
    background-color: #5e35b1 !important;
}

.mdl-color-text--deep-purple-700 {
    color: #512da8 !important;
}

.mdl-color--deep-purple-700 {
    background-color: #512da8 !important;
}

.mdl-color-text--deep-purple-800 {
    color: #4527a0 !important;
}

.mdl-color--deep-purple-800 {
    background-color: #4527a0 !important;
}

.mdl-color-text--deep-purple-900 {
    color: #311b92 !important;
}

.mdl-color--deep-purple-900 {
    background-color: #311b92 !important;
}

.mdl-color-text--deep-purple-A100 {
    color: #b388ff !important;
}

.mdl-color--deep-purple-A100 {
    background-color: #b388ff !important;
}

.mdl-color-text--deep-purple-A200 {
    color: #7c4dff !important;
}

.mdl-color--deep-purple-A200 {
    background-color: #7c4dff !important;
}

.mdl-color-text--deep-purple-A400 {
    color: #651fff !important;
}

.mdl-color--deep-purple-A400 {
    background-color: #651fff !important;
}

.mdl-color-text--deep-purple-A700 {
    color: #6200ea !important;
}

.mdl-color--deep-purple-A700 {
    background-color: #6200ea !important;
}

.mdl-color-text--indigo {
    color: #3f51b5 !important;
}

.mdl-color--indigo {
    background-color: #3f51b5 !important;
}

.mdl-color-text--indigo-50 {
    color: #e8eaf6 !important;
}

.mdl-color--indigo-50 {
    background-color: #e8eaf6 !important;
}

.mdl-color-text--indigo-100 {
    color: #c5cae9 !important;
}

.mdl-color--indigo-100 {
    background-color: #c5cae9 !important;
}

.mdl-color-text--indigo-200 {
    color: #9fa8da !important;
}

.mdl-color--indigo-200 {
    background-color: #9fa8da !important;
}

.mdl-color-text--indigo-300 {
    color: #7986cb !important;
}

.mdl-color--indigo-300 {
    background-color: #7986cb !important;
}

.mdl-color-text--indigo-400 {
    color: #5c6bc0 !important;
}

.mdl-color--indigo-400 {
    background-color: #5c6bc0 !important;
}

.mdl-color-text--indigo-500 {
    color: #3f51b5 !important;
}

.mdl-color--indigo-500 {
    background-color: #3f51b5 !important;
}

.mdl-color-text--indigo-600 {
    color: #3949ab !important;
}

.mdl-color--indigo-600 {
    background-color: #3949ab !important;
}

.mdl-color-text--indigo-700 {
    color: #303f9f !important;
}

.mdl-color--indigo-700 {
    background-color: #303f9f !important;
}

.mdl-color-text--indigo-800 {
    color: #283593 !important;
}

.mdl-color--indigo-800 {
    background-color: #283593 !important;
}

.mdl-color-text--indigo-900 {
    color: #1a237e !important;
}

.mdl-color--indigo-900 {
    background-color: #1a237e !important;
}

.mdl-color-text--indigo-A100 {
    color: #8c9eff !important;
}

.mdl-color--indigo-A100 {
    background-color: #8c9eff !important;
}

.mdl-color-text--indigo-A200 {
    color: #536dfe !important;
}

.mdl-color--indigo-A200 {
    background-color: #536dfe !important;
}

.mdl-color-text--indigo-A400 {
    color: #3d5afe !important;
}

.mdl-color--indigo-A400 {
    background-color: #3d5afe !important;
}

.mdl-color-text--indigo-A700 {
    color: #304ffe !important;
}

.mdl-color--indigo-A700 {
    background-color: #304ffe !important;
}

.mdl-color-text--blue {
    color: #2196f3 !important;
}

.mdl-color--blue {
    background-color: #2196f3 !important;
}

.mdl-color-text--blue-50 {
    color: #e3f2fd !important;
}

.mdl-color--blue-50 {
    background-color: #e3f2fd !important;
}

.mdl-color-text--blue-100 {
    color: #bbdefb !important;
}

.mdl-color--blue-100 {
    background-color: #bbdefb !important;
}

.mdl-color-text--blue-200 {
    color: #90caf9 !important;
}

.mdl-color--blue-200 {
    background-color: #90caf9 !important;
}

.mdl-color-text--blue-300 {
    color: #64b5f6 !important;
}

.mdl-color--blue-300 {
    background-color: #64b5f6 !important;
}

.mdl-color-text--blue-400 {
    color: #42a5f5 !important;
}

.mdl-color--blue-400 {
    background-color: #42a5f5 !important;
}

.mdl-color-text--blue-500 {
    color: #2196f3 !important;
}

.mdl-color--blue-500 {
    background-color: #2196f3 !important;
}

.mdl-color-text--blue-600 {
    color: #1e88e5 !important;
}

.mdl-color--blue-600 {
    background-color: #1e88e5 !important;
}

.mdl-color-text--blue-700 {
    color: #1976d2 !important;
}

.mdl-color--blue-700 {
    background-color: #1976d2 !important;
}

.mdl-color-text--blue-800 {
    color: #1565c0 !important;
}

.mdl-color--blue-800 {
    background-color: #1565c0 !important;
}

.mdl-color-text--blue-900 {
    color: #0d47a1 !important;
}

.mdl-color--blue-900 {
    background-color: #0d47a1 !important;
}

.mdl-color-text--blue-A100 {
    color: #82b1ff !important;
}

.mdl-color--blue-A100 {
    background-color: #82b1ff !important;
}

.mdl-color-text--blue-A200 {
    color: #448aff !important;
}

.mdl-color--blue-A200 {
    background-color: #448aff !important;
}

.mdl-color-text--blue-A400 {
    color: #2979ff !important;
}

.mdl-color--blue-A400 {
    background-color: #2979ff !important;
}

.mdl-color-text--blue-A700 {
    color: #2962ff !important;
}

.mdl-color--blue-A700 {
    background-color: #2962ff !important;
}

.mdl-color-text--light-blue {
    color: #03a9f4 !important;
}

.mdl-color--light-blue {
    background-color: #03a9f4 !important;
}

.mdl-color-text--light-blue-50 {
    color: #e1f5fe !important;
}

.mdl-color--light-blue-50 {
    background-color: #e1f5fe !important;
}

.mdl-color-text--light-blue-100 {
    color: #b3e5fc !important;
}

.mdl-color--light-blue-100 {
    background-color: #b3e5fc !important;
}

.mdl-color-text--light-blue-200 {
    color: #81d4fa !important;
}

.mdl-color--light-blue-200 {
    background-color: #81d4fa !important;
}

.mdl-color-text--light-blue-300 {
    color: #4fc3f7 !important;
}

.mdl-color--light-blue-300 {
    background-color: #4fc3f7 !important;
}

.mdl-color-text--light-blue-400 {
    color: #29b6f6 !important;
}

.mdl-color--light-blue-400 {
    background-color: #29b6f6 !important;
}

.mdl-color-text--light-blue-500 {
    color: #03a9f4 !important;
}

.mdl-color--light-blue-500 {
    background-color: #03a9f4 !important;
}

.mdl-color-text--light-blue-600 {
    color: #039be5 !important;
}

.mdl-color--light-blue-600 {
    background-color: #039be5 !important;
}

.mdl-color-text--light-blue-700 {
    color: #0288d1 !important;
}

.mdl-color--light-blue-700 {
    background-color: #0288d1 !important;
}

.mdl-color-text--light-blue-800 {
    color: #0277bd !important;
}

.mdl-color--light-blue-800 {
    background-color: #0277bd !important;
}

.mdl-color-text--light-blue-900 {
    color: #01579b !important;
}

.mdl-color--light-blue-900 {
    background-color: #01579b !important;
}

.mdl-color-text--light-blue-A100 {
    color: #80d8ff !important;
}

.mdl-color--light-blue-A100 {
    background-color: #80d8ff !important;
}

.mdl-color-text--light-blue-A200 {
    color: #40c4ff !important;
}

.mdl-color--light-blue-A200 {
    background-color: #40c4ff !important;
}

.mdl-color-text--light-blue-A400 {
    color: #00b0ff !important;
}

.mdl-color--light-blue-A400 {
    background-color: #00b0ff !important;
}

.mdl-color-text--light-blue-A700 {
    color: #0091ea !important;
}

.mdl-color--light-blue-A700 {
    background-color: #0091ea !important;
}

.mdl-color-text--cyan {
    color: #00bcd4 !important;
}

.mdl-color--cyan {
    background-color: #00bcd4 !important;
}

.mdl-color-text--cyan-50 {
    color: #e0f7fa !important;
}

.mdl-color--cyan-50 {
    background-color: #e0f7fa !important;
}

.mdl-color-text--cyan-100 {
    color: #b2ebf2 !important;
}

.mdl-color--cyan-100 {
    background-color: #b2ebf2 !important;
}

.mdl-color-text--cyan-200 {
    color: #80deea !important;
}

.mdl-color--cyan-200 {
    background-color: #80deea !important;
}

.mdl-color-text--cyan-300 {
    color: #4dd0e1 !important;
}

.mdl-color--cyan-300 {
    background-color: #4dd0e1 !important;
}

.mdl-color-text--cyan-400 {
    color: #26c6da !important;
}

.mdl-color--cyan-400 {
    background-color: #26c6da !important;
}

.mdl-color-text--cyan-500 {
    color: #00bcd4 !important;
}

.mdl-color--cyan-500 {
    background-color: #00bcd4 !important;
}

.mdl-color-text--cyan-600 {
    color: #00acc1 !important;
}

.mdl-color--cyan-600 {
    background-color: #00acc1 !important;
}

.mdl-color-text--cyan-700 {
    color: #0097a7 !important;
}

.mdl-color--cyan-700 {
    background-color: #0097a7 !important;
}

.mdl-color-text--cyan-800 {
    color: #00838f !important;
}

.mdl-color--cyan-800 {
    background-color: #00838f !important;
}

.mdl-color-text--cyan-900 {
    color: #006064 !important;
}

.mdl-color--cyan-900 {
    background-color: #006064 !important;
}

.mdl-color-text--cyan-A100 {
    color: #84ffff !important;
}

.mdl-color--cyan-A100 {
    background-color: #84ffff !important;
}

.mdl-color-text--cyan-A200 {
    color: #18ffff !important;
}

.mdl-color--cyan-A200 {
    background-color: #18ffff !important;
}

.mdl-color-text--cyan-A400 {
    color: #00e5ff !important;
}

.mdl-color--cyan-A400 {
    background-color: #00e5ff !important;
}

.mdl-color-text--cyan-A700 {
    color: #00b8d4 !important;
}

.mdl-color--cyan-A700 {
    background-color: #00b8d4 !important;
}

.mdl-color-text--teal {
    color: #009688 !important;
}

.mdl-color--teal {
    background-color: #009688 !important;
}

.mdl-color-text--teal-50 {
    color: #e0f2f1 !important;
}

.mdl-color--teal-50 {
    background-color: #e0f2f1 !important;
}

.mdl-color-text--teal-100 {
    color: #b2dfdb !important;
}

.mdl-color--teal-100 {
    background-color: #b2dfdb !important;
}

.mdl-color-text--teal-200 {
    color: #80cbc4 !important;
}

.mdl-color--teal-200 {
    background-color: #80cbc4 !important;
}

.mdl-color-text--teal-300 {
    color: #4db6ac !important;
}

.mdl-color--teal-300 {
    background-color: #4db6ac !important;
}

.mdl-color-text--teal-400 {
    color: #26a69a !important;
}

.mdl-color--teal-400 {
    background-color: #26a69a !important;
}

.mdl-color-text--teal-500 {
    color: #009688 !important;
}

.mdl-color--teal-500 {
    background-color: #009688 !important;
}

.mdl-color-text--teal-600 {
    color: #00897b !important;
}

.mdl-color--teal-600 {
    background-color: #00897b !important;
}

.mdl-color-text--teal-700 {
    color: #00796b !important;
}

.mdl-color--teal-700 {
    background-color: #00796b !important;
}

.mdl-color-text--teal-800 {
    color: #00695c !important;
}

.mdl-color--teal-800 {
    background-color: #00695c !important;
}

.mdl-color-text--teal-900 {
    color: #004d40 !important;
}

.mdl-color--teal-900 {
    background-color: #004d40 !important;
}

.mdl-color-text--teal-A100 {
    color: #a7ffeb !important;
}

.mdl-color--teal-A100 {
    background-color: #a7ffeb !important;
}

.mdl-color-text--teal-A200 {
    color: #64ffda !important;
}

.mdl-color--teal-A200 {
    background-color: #64ffda !important;
}

.mdl-color-text--teal-A400 {
    color: #1de9b6 !important;
}

.mdl-color--teal-A400 {
    background-color: #1de9b6 !important;
}

.mdl-color-text--teal-A700 {
    color: #00bfa5 !important;
}

.mdl-color--teal-A700 {
    background-color: #00bfa5 !important;
}

.mdl-color-text--green {
    color: #4caf50 !important;
}

.mdl-color--green {
    background-color: #4caf50 !important;
}

.mdl-color-text--green-50 {
    color: #e8f5e9 !important;
}

.mdl-color--green-50 {
    background-color: #e8f5e9 !important;
}

.mdl-color-text--green-100 {
    color: #c8e6c9 !important;
}

.mdl-color--green-100 {
    background-color: #c8e6c9 !important;
}

.mdl-color-text--green-200 {
    color: #a5d6a7 !important;
}

.mdl-color--green-200 {
    background-color: #a5d6a7 !important;
}

.mdl-color-text--green-300 {
    color: #81c784 !important;
}

.mdl-color--green-300 {
    background-color: #81c784 !important;
}

.mdl-color-text--green-400 {
    color: #66bb6a !important;
}

.mdl-color--green-400 {
    background-color: #66bb6a !important;
}

.mdl-color-text--green-500 {
    color: #4caf50 !important;
}

.mdl-color--green-500 {
    background-color: #4caf50 !important;
}

.mdl-color-text--green-600 {
    color: #43a047 !important;
}

.mdl-color--green-600 {
    background-color: #43a047 !important;
}

.mdl-color-text--green-700 {
    color: #388e3c !important;
}

.mdl-color--green-700 {
    background-color: #388e3c !important;
}

.mdl-color-text--green-800 {
    color: #2e7d32 !important;
}

.mdl-color--green-800 {
    background-color: #2e7d32 !important;
}

.mdl-color-text--green-900 {
    color: #1b5e20 !important;
}

.mdl-color--green-900 {
    background-color: #1b5e20 !important;
}

.mdl-color-text--green-A100 {
    color: #b9f6ca !important;
}

.mdl-color--green-A100 {
    background-color: #b9f6ca !important;
}

.mdl-color-text--green-A200 {
    color: #69f0ae !important;
}

.mdl-color--green-A200 {
    background-color: #69f0ae !important;
}

.mdl-color-text--green-A400 {
    color: #00e676 !important;
}

.mdl-color--green-A400 {
    background-color: #00e676 !important;
}

.mdl-color-text--green-A700 {
    color: #00c853 !important;
}

.mdl-color--green-A700 {
    background-color: #00c853 !important;
}

.mdl-color-text--light-green {
    color: #8bc34a !important;
}

.mdl-color--light-green {
    background-color: #8bc34a !important;
}

.mdl-color-text--light-green-50 {
    color: #f1f8e9 !important;
}

.mdl-color--light-green-50 {
    background-color: #f1f8e9 !important;
}

.mdl-color-text--light-green-100 {
    color: #dcedc8 !important;
}

.mdl-color--light-green-100 {
    background-color: #dcedc8 !important;
}

.mdl-color-text--light-green-200 {
    color: #c5e1a5 !important;
}

.mdl-color--light-green-200 {
    background-color: #c5e1a5 !important;
}

.mdl-color-text--light-green-300 {
    color: #aed581 !important;
}

.mdl-color--light-green-300 {
    background-color: #aed581 !important;
}

.mdl-color-text--light-green-400 {
    color: #9ccc65 !important;
}

.mdl-color--light-green-400 {
    background-color: #9ccc65 !important;
}

.mdl-color-text--light-green-500 {
    color: #8bc34a !important;
}

.mdl-color--light-green-500 {
    background-color: #8bc34a !important;
}

.mdl-color-text--light-green-600 {
    color: #7cb342 !important;
}

.mdl-color--light-green-600 {
    background-color: #7cb342 !important;
}

.mdl-color-text--light-green-700 {
    color: #689f38 !important;
}

.mdl-color--light-green-700 {
    background-color: #689f38 !important;
}

.mdl-color-text--light-green-800 {
    color: #558b2f !important;
}

.mdl-color--light-green-800 {
    background-color: #558b2f !important;
}

.mdl-color-text--light-green-900 {
    color: #33691e !important;
}

.mdl-color--light-green-900 {
    background-color: #33691e !important;
}

.mdl-color-text--light-green-A100 {
    color: #ccff90 !important;
}

.mdl-color--light-green-A100 {
    background-color: #ccff90 !important;
}

.mdl-color-text--light-green-A200 {
    color: #b2ff59 !important;
}

.mdl-color--light-green-A200 {
    background-color: #b2ff59 !important;
}

.mdl-color-text--light-green-A400 {
    color: #76ff03 !important;
}

.mdl-color--light-green-A400 {
    background-color: #76ff03 !important;
}

.mdl-color-text--light-green-A700 {
    color: #64dd17 !important;
}

.mdl-color--light-green-A700 {
    background-color: #64dd17 !important;
}

.mdl-color-text--lime {
    color: #cddc39 !important;
}

.mdl-color--lime {
    background-color: #cddc39 !important;
}

.mdl-color-text--lime-50 {
    color: #f9fbe7 !important;
}

.mdl-color--lime-50 {
    background-color: #f9fbe7 !important;
}

.mdl-color-text--lime-100 {
    color: #f0f4c3 !important;
}

.mdl-color--lime-100 {
    background-color: #f0f4c3 !important;
}

.mdl-color-text--lime-200 {
    color: #e6ee9c !important;
}

.mdl-color--lime-200 {
    background-color: #e6ee9c !important;
}

.mdl-color-text--lime-300 {
    color: #dce775 !important;
}

.mdl-color--lime-300 {
    background-color: #dce775 !important;
}

.mdl-color-text--lime-400 {
    color: #d4e157 !important;
}

.mdl-color--lime-400 {
    background-color: #d4e157 !important;
}

.mdl-color-text--lime-500 {
    color: #cddc39 !important;
}

.mdl-color--lime-500 {
    background-color: #cddc39 !important;
}

.mdl-color-text--lime-600 {
    color: #c0ca33 !important;
}

.mdl-color--lime-600 {
    background-color: #c0ca33 !important;
}

.mdl-color-text--lime-700 {
    color: #afb42b !important;
}

.mdl-color--lime-700 {
    background-color: #afb42b !important;
}

.mdl-color-text--lime-800 {
    color: #9e9d24 !important;
}

.mdl-color--lime-800 {
    background-color: #9e9d24 !important;
}

.mdl-color-text--lime-900 {
    color: #827717 !important;
}

.mdl-color--lime-900 {
    background-color: #827717 !important;
}

.mdl-color-text--lime-A100 {
    color: #f4ff81 !important;
}

.mdl-color--lime-A100 {
    background-color: #f4ff81 !important;
}

.mdl-color-text--lime-A200 {
    color: #eeff41 !important;
}

.mdl-color--lime-A200 {
    background-color: #eeff41 !important;
}

.mdl-color-text--lime-A400 {
    color: #c6ff00 !important;
}

.mdl-color--lime-A400 {
    background-color: #c6ff00 !important;
}

.mdl-color-text--lime-A700 {
    color: #aeea00 !important;
}

.mdl-color--lime-A700 {
    background-color: #aeea00 !important;
}

.mdl-color-text--yellow {
    color: #ffeb3b !important;
}

.mdl-color--yellow {
    background-color: #ffeb3b !important;
}

.mdl-color-text--yellow-50 {
    color: #fffde7 !important;
}

.mdl-color--yellow-50 {
    background-color: #fffde7 !important;
}

.mdl-color-text--yellow-100 {
    color: #fff9c4 !important;
}

.mdl-color--yellow-100 {
    background-color: #fff9c4 !important;
}

.mdl-color-text--yellow-200 {
    color: #fff59d !important;
}

.mdl-color--yellow-200 {
    background-color: #fff59d !important;
}

.mdl-color-text--yellow-300 {
    color: #fff176 !important;
}

.mdl-color--yellow-300 {
    background-color: #fff176 !important;
}

.mdl-color-text--yellow-400 {
    color: #ffee58 !important;
}

.mdl-color--yellow-400 {
    background-color: #ffee58 !important;
}

.mdl-color-text--yellow-500 {
    color: #ffeb3b !important;
}

.mdl-color--yellow-500 {
    background-color: #ffeb3b !important;
}

.mdl-color-text--yellow-600 {
    color: #fdd835 !important;
}

.mdl-color--yellow-600 {
    background-color: #fdd835 !important;
}

.mdl-color-text--yellow-700 {
    color: #fbc02d !important;
}

.mdl-color--yellow-700 {
    background-color: #fbc02d !important;
}

.mdl-color-text--yellow-800 {
    color: #f9a825 !important;
}

.mdl-color--yellow-800 {
    background-color: #f9a825 !important;
}

.mdl-color-text--yellow-900 {
    color: #f57f17 !important;
}

.mdl-color--yellow-900 {
    background-color: #f57f17 !important;
}

.mdl-color-text--yellow-A100 {
    color: #ffff8d !important;
}

.mdl-color--yellow-A100 {
    background-color: #ffff8d !important;
}

.mdl-color-text--yellow-A200 {
    color: #ff0 !important;
}

.mdl-color--yellow-A200 {
    background-color: #ff0 !important;
}

.mdl-color-text--yellow-A400 {
    color: #ffea00 !important;
}

.mdl-color--yellow-A400 {
    background-color: #ffea00 !important;
}

.mdl-color-text--yellow-A700 {
    color: #ffd600 !important;
}

.mdl-color--yellow-A700 {
    background-color: #ffd600 !important;
}

.mdl-color-text--amber {
    color: #ffc107 !important;
}

.mdl-color--amber {
    background-color: #ffc107 !important;
}

.mdl-color-text--amber-50 {
    color: #fff8e1 !important;
}

.mdl-color--amber-50 {
    background-color: #fff8e1 !important;
}

.mdl-color-text--amber-100 {
    color: #ffecb3 !important;
}

.mdl-color--amber-100 {
    background-color: #ffecb3 !important;
}

.mdl-color-text--amber-200 {
    color: #ffe082 !important;
}

.mdl-color--amber-200 {
    background-color: #ffe082 !important;
}

.mdl-color-text--amber-300 {
    color: #ffd54f !important;
}

.mdl-color--amber-300 {
    background-color: #ffd54f !important;
}

.mdl-color-text--amber-400 {
    color: #ffca28 !important;
}

.mdl-color--amber-400 {
    background-color: #ffca28 !important;
}

.mdl-color-text--amber-500 {
    color: #ffc107 !important;
}

.mdl-color--amber-500 {
    background-color: #ffc107 !important;
}

.mdl-color-text--amber-600 {
    color: #ffb300 !important;
}

.mdl-color--amber-600 {
    background-color: #ffb300 !important;
}

.mdl-color-text--amber-700 {
    color: #ffa000 !important;
}

.mdl-color--amber-700 {
    background-color: #ffa000 !important;
}

.mdl-color-text--amber-800 {
    color: #ff8f00 !important;
}

.mdl-color--amber-800 {
    background-color: #ff8f00 !important;
}

.mdl-color-text--amber-900 {
    color: #ff6f00 !important;
}

.mdl-color--amber-900 {
    background-color: #ff6f00 !important;
}

.mdl-color-text--amber-A100 {
    color: #ffe57f !important;
}

.mdl-color--amber-A100 {
    background-color: #ffe57f !important;
}

.mdl-color-text--amber-A200 {
    color: #ffd740 !important;
}

.mdl-color--amber-A200 {
    background-color: #ffd740 !important;
}

.mdl-color-text--amber-A400 {
    color: #ffc400 !important;
}

.mdl-color--amber-A400 {
    background-color: #ffc400 !important;
}

.mdl-color-text--amber-A700 {
    color: #ffab00 !important;
}

.mdl-color--amber-A700 {
    background-color: #ffab00 !important;
}

.mdl-color-text--orange {
    color: #ff9800 !important;
}

.mdl-color--orange {
    background-color: #ff9800 !important;
}

.mdl-color-text--orange-50 {
    color: #fff3e0 !important;
}

.mdl-color--orange-50 {
    background-color: #fff3e0 !important;
}

.mdl-color-text--orange-100 {
    color: #ffe0b2 !important;
}

.mdl-color--orange-100 {
    background-color: #ffe0b2 !important;
}

.mdl-color-text--orange-200 {
    color: #ffcc80 !important;
}

.mdl-color--orange-200 {
    background-color: #ffcc80 !important;
}

.mdl-color-text--orange-300 {
    color: #ffb74d !important;
}

.mdl-color--orange-300 {
    background-color: #ffb74d !important;
}

.mdl-color-text--orange-400 {
    color: #ffa726 !important;
}

.mdl-color--orange-400 {
    background-color: #ffa726 !important;
}

.mdl-color-text--orange-500 {
    color: #ff9800 !important;
}

.mdl-color--orange-500 {
    background-color: #ff9800 !important;
}

.mdl-color-text--orange-600 {
    color: #fb8c00 !important;
}

.mdl-color--orange-600 {
    background-color: #fb8c00 !important;
}

.mdl-color-text--orange-700 {
    color: #f57c00 !important;
}

.mdl-color--orange-700 {
    background-color: #f57c00 !important;
}

.mdl-color-text--orange-800 {
    color: #ef6c00 !important;
}

.mdl-color--orange-800 {
    background-color: #ef6c00 !important;
}

.mdl-color-text--orange-900 {
    color: #e65100 !important;
}

.mdl-color--orange-900 {
    background-color: #e65100 !important;
}

.mdl-color-text--orange-A100 {
    color: #ffd180 !important;
}

.mdl-color--orange-A100 {
    background-color: #ffd180 !important;
}

.mdl-color-text--orange-A200 {
    color: #ffab40 !important;
}

.mdl-color--orange-A200 {
    background-color: #ffab40 !important;
}

.mdl-color-text--orange-A400 {
    color: #ff9100 !important;
}

.mdl-color--orange-A400 {
    background-color: #ff9100 !important;
}

.mdl-color-text--orange-A700 {
    color: #ff6d00 !important;
}

.mdl-color--orange-A700 {
    background-color: #ff6d00 !important;
}

.mdl-color-text--deep-orange {
    color: #ff5722 !important;
}

.mdl-color--deep-orange {
    background-color: #ff5722 !important;
}

.mdl-color-text--deep-orange-50 {
    color: #fbe9e7 !important;
}

.mdl-color--deep-orange-50 {
    background-color: #fbe9e7 !important;
}

.mdl-color-text--deep-orange-100 {
    color: #ffccbc !important;
}

.mdl-color--deep-orange-100 {
    background-color: #ffccbc !important;
}

.mdl-color-text--deep-orange-200 {
    color: #ffab91 !important;
}

.mdl-color--deep-orange-200 {
    background-color: #ffab91 !important;
}

.mdl-color-text--deep-orange-300 {
    color: #ff8a65 !important;
}

.mdl-color--deep-orange-300 {
    background-color: #ff8a65 !important;
}

.mdl-color-text--deep-orange-400 {
    color: #ff7043 !important;
}

.mdl-color--deep-orange-400 {
    background-color: #ff7043 !important;
}

.mdl-color-text--deep-orange-500 {
    color: #ff5722 !important;
}

.mdl-color--deep-orange-500 {
    background-color: #ff5722 !important;
}

.mdl-color-text--deep-orange-600 {
    color: #f4511e !important;
}

.mdl-color--deep-orange-600 {
    background-color: #f4511e !important;
}

.mdl-color-text--deep-orange-700 {
    color: #e64a19 !important;
}

.mdl-color--deep-orange-700 {
    background-color: #e64a19 !important;
}

.mdl-color-text--deep-orange-800 {
    color: #d84315 !important;
}

.mdl-color--deep-orange-800 {
    background-color: #d84315 !important;
}

.mdl-color-text--deep-orange-900 {
    color: #bf360c !important;
}

.mdl-color--deep-orange-900 {
    background-color: #bf360c !important;
}

.mdl-color-text--deep-orange-A100 {
    color: #ff9e80 !important;
}

.mdl-color--deep-orange-A100 {
    background-color: #ff9e80 !important;
}

.mdl-color-text--deep-orange-A200 {
    color: #ff6e40 !important;
}

.mdl-color--deep-orange-A200 {
    background-color: #ff6e40 !important;
}

.mdl-color-text--deep-orange-A400 {
    color: #ff3d00 !important;
}

.mdl-color--deep-orange-A400 {
    background-color: #ff3d00 !important;
}

.mdl-color-text--deep-orange-A700 {
    color: #dd2c00 !important;
}

.mdl-color--deep-orange-A700 {
    background-color: #dd2c00 !important;
}

.mdl-color-text--brown {
    color: #795548 !important;
}

.mdl-color--brown {
    background-color: #795548 !important;
}

.mdl-color-text--brown-50 {
    color: #efebe9 !important;
}

.mdl-color--brown-50 {
    background-color: #efebe9 !important;
}

.mdl-color-text--brown-100 {
    color: #d7ccc8 !important;
}

.mdl-color--brown-100 {
    background-color: #d7ccc8 !important;
}

.mdl-color-text--brown-200 {
    color: #bcaaa4 !important;
}

.mdl-color--brown-200 {
    background-color: #bcaaa4 !important;
}

.mdl-color-text--brown-300 {
    color: #a1887f !important;
}

.mdl-color--brown-300 {
    background-color: #a1887f !important;
}

.mdl-color-text--brown-400 {
    color: #8d6e63 !important;
}

.mdl-color--brown-400 {
    background-color: #8d6e63 !important;
}

.mdl-color-text--brown-500 {
    color: #795548 !important;
}

.mdl-color--brown-500 {
    background-color: #795548 !important;
}

.mdl-color-text--brown-600 {
    color: #6d4c41 !important;
}

.mdl-color--brown-600 {
    background-color: #6d4c41 !important;
}

.mdl-color-text--brown-700 {
    color: #5d4037 !important;
}

.mdl-color--brown-700 {
    background-color: #5d4037 !important;
}

.mdl-color-text--brown-800 {
    color: #4e342e !important;
}

.mdl-color--brown-800 {
    background-color: #4e342e !important;
}

.mdl-color-text--brown-900 {
    color: #3e2723 !important;
}

.mdl-color--brown-900 {
    background-color: #3e2723 !important;
}

.mdl-color-text--grey {
    color: #9e9e9e !important;
}

.mdl-color--grey {
    background-color: #9e9e9e !important;
}

.mdl-color-text--grey-50 {
    color: #fafafa !important;
}

.mdl-color--grey-50 {
    background-color: #fafafa !important;
}

.mdl-color-text--grey-100 {
    color: #f5f5f5 !important;
}

.mdl-color--grey-100 {
    background-color: #f5f5f5 !important;
}

.mdl-color-text--grey-200 {
    color: #eee !important;
}

.mdl-color--grey-200 {
    background-color: #eee !important;
}

.mdl-color-text--grey-300 {
    color: #e0e0e0 !important;
}

.mdl-color--grey-300 {
    background-color: #e0e0e0 !important;
}

.mdl-color-text--grey-400 {
    color: #bdbdbd !important;
}

.mdl-color--grey-400 {
    background-color: #bdbdbd !important;
}

.mdl-color-text--grey-500 {
    color: #9e9e9e !important;
}

.mdl-color--grey-500 {
    background-color: #9e9e9e !important;
}

.mdl-color-text--grey-600 {
    color: #757575 !important;
}

.mdl-color--grey-600 {
    background-color: #757575 !important;
}

.mdl-color-text--grey-700 {
    color: #616161 !important;
}

.mdl-color--grey-700 {
    background-color: #616161 !important;
}

.mdl-color-text--grey-800 {
    color: #424242 !important;
}

.mdl-color--grey-800 {
    background-color: #424242 !important;
}

.mdl-color-text--grey-900 {
    color: #212121 !important;
}

.mdl-color--grey-900 {
    background-color: #212121 !important;
}

.mdl-color-text--blue-grey {
    color: #607d8b !important;
}

.mdl-color--blue-grey {
    background-color: #607d8b !important;
}

.mdl-color-text--blue-grey-50 {
    color: #eceff1 !important;
}

.mdl-color--blue-grey-50 {
    background-color: #eceff1 !important;
}

.mdl-color-text--blue-grey-100 {
    color: #cfd8dc !important;
}

.mdl-color--blue-grey-100 {
    background-color: #cfd8dc !important;
}

.mdl-color-text--blue-grey-200 {
    color: #b0bec5 !important;
}

.mdl-color--blue-grey-200 {
    background-color: #b0bec5 !important;
}

.mdl-color-text--blue-grey-300 {
    color: #90a4ae !important;
}

.mdl-color--blue-grey-300 {
    background-color: #90a4ae !important;
}

.mdl-color-text--blue-grey-400 {
    color: #78909c !important;
}

.mdl-color--blue-grey-400 {
    background-color: #78909c !important;
}

.mdl-color-text--blue-grey-500 {
    color: #607d8b !important;
}

.mdl-color--blue-grey-500 {
    background-color: #607d8b !important;
}

.mdl-color-text--blue-grey-600 {
    color: #546e7a !important;
}

.mdl-color--blue-grey-600 {
    background-color: #546e7a !important;
}

.mdl-color-text--blue-grey-700 {
    color: #455a64 !important;
}

.mdl-color--blue-grey-700 {
    background-color: #455a64 !important;
}

.mdl-color-text--blue-grey-800 {
    color: #37474f !important;
}

.mdl-color--blue-grey-800 {
    background-color: #37474f !important;
}

.mdl-color-text--blue-grey-900 {
    color: #263238 !important;
}

.mdl-color--blue-grey-900 {
    background-color: #263238 !important;
}

.mdl-color--black {
    background-color: #000 !important;
}

.mdl-color-text--black {
    color: #000 !important;
}

.mdl-color--white {
    background-color: #fff !important;
}

.mdl-color-text--white {
    color: #fff !important;
}

.mdl-color--primary {
    background-color: rgb(63,81,181) !important;
}

.mdl-color--primary-contrast {
    background-color: rgb(255,255,255) !important;
}

.mdl-color--primary-dark {
    background-color: rgb(48,63,159) !important;
}

.mdl-color--accent {
    background-color: rgb(255,110,64) !important;
}

.mdl-color--accent-contrast {
    background-color: rgb(66,66,66) !important;
}

.mdl-color-text--primary {
    color: rgb(63,81,181) !important;
}

.mdl-color-text--primary-contrast {
    color: rgb(255,255,255) !important;
}

.mdl-color-text--primary-dark {
    color: rgb(48,63,159) !important;
}

.mdl-color-text--accent {
    color: rgb(255,110,64) !important;
}

.mdl-color-text--accent-contrast {
    color: rgb(66,66,66) !important;
}

.mdl-ripple {
    background: #000;
    border-radius: 50%;
    height: 50px;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 50px;
    overflow: hidden;
}

    .mdl-ripple.is-animating {
        transition: transform .3s cubic-bezier(0,0,.2,1),width .3s cubic-bezier(0,0,.2,1),height .3s cubic-bezier(0,0,.2,1),opacity .6s cubic-bezier(0,0,.2,1);
        transition: transform .3s cubic-bezier(0,0,.2,1),width .3s cubic-bezier(0,0,.2,1),height .3s cubic-bezier(0,0,.2,1),opacity .6s cubic-bezier(0,0,.2,1),-webkit-transform .3s cubic-bezier(0,0,.2,1);
    }

    .mdl-ripple.is-visible {
        opacity: .3;
    }

.mdl-animation--default, .mdl-animation--fast-out-slow-in {
    transition-timing-function: cubic-bezier(.4,0,.2,1);
}

.mdl-animation--linear-out-slow-in {
    transition-timing-function: cubic-bezier(0,0,.2,1);
}

.mdl-animation--fast-out-linear-in {
    transition-timing-function: cubic-bezier(.4,0,1,1);
}

.mdl-badge {
    position: relative;
    white-space: nowrap;
    margin-right: 24px;
}

    .mdl-badge:not([data-badge]) {
        margin-right: auto;
    }

    .mdl-badge[data-badge]:after {
        content: attr(data-badge);
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        position: absolute;
        top: -11px;
        right: -24px;
        font-family: "Roboto","Helvetica","Arial",sans-serif;
        font-weight: 600;
        font-size: 12px;
        width: 22px;
        height: 22px;
        border-radius: 50%;
        background: rgb(255,110,64);
        color: rgb(66,66,66);
    }

.mdl-button .mdl-badge[data-badge]:after {
    top: -10px;
    right: -5px;
}

.mdl-badge.mdl-badge--no-background[data-badge]:after {
    color: rgb(255,110,64);
    background: rgba(66,66,66,.2);
    box-shadow: 0 0 1px gray;
}

.mdl-badge.mdl-badge--overlap {
    margin-right: 10px;
}

    .mdl-badge.mdl-badge--overlap:after {
        right: -10px;
    }

.mdl-button {
    background: 0 0;
    border: none;
    border-radius: 2px;
    color: #000;
    position: relative;
    height: 36px;
    margin: 0;
    min-width: 64px;
    padding: 0 16px;
    display: inline-block;
    font-family: "Roboto","Helvetica","Arial",sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0;
    overflow: hidden;
    will-change: box-shadow;
    transition: box-shadow .2s cubic-bezier(.4,0,1,1),background-color .2s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1);
    outline: none;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    line-height: 36px;
    vertical-align: middle;
}

    .mdl-button::-moz-focus-inner {
        border: 0;
    }

    .mdl-button:focus:not(:active) {
        background-color: rgba(0,0,0,.12);
    }

#showRight_1.mdl-button:active {
    background-color: #FF8822;
}

    .mdl-button:active {
        background-color: rgba(158,158,158,.4);
    }

    .mdl-button.mdl-button--colored {
        color: rgb(63,81,181);
    }

        .mdl-button.mdl-button--colored:focus:not(:active) {
            background-color: rgba(0,0,0,.12);
        }

input.mdl-button[type=submit] {
    -webkit-appearance: none;
}

.mdl-button--raised {
    background: rgba(158,158,158,.2);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
}

    .mdl-button--raised:active {
        box-shadow: 0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12),0 2px 4px -1px rgba(0,0,0,.2);
        background-color: rgba(158,158,158,.4);
    }

    .mdl-button--raised.mdl-button--colored {
        background: rgb(63,81,181);
        color: rgb(255,255,255);
    }

        .mdl-button--raised.mdl-button--colored:active, .mdl-button--raised.mdl-button--colored:hover {
            background-color: rgb(63,81,181);
        }

        .mdl-button--raised.mdl-button--colored:focus:not(:active) {
            background-color: rgb(63,81,181);
        }

        .mdl-button--raised.mdl-button--colored .mdl-ripple {
            background: rgb(255,255,255);
        }

.mdl-button--fab {
    border-radius: 50%;
    font-size: 24px;
    height: 56px;
    margin: auto;
    min-width: 56px;
    width: 56px;
    padding: 0;
    overflow: hidden;
    background: rgba(158,158,158,.2);
    box-shadow: 0 1px 1.5px 0 rgba(0,0,0,.12),0 1px 1px 0 rgba(0,0,0,.24);
    position: relative;
    line-height: normal;
}

    .mdl-button--fab .material-icons {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-12px,-12px);
        transform: translate(-12px,-12px);
        line-height: 24px;
        width: 24px;
    }

    .mdl-button--fab.mdl-button--mini-fab {
        height: 40px;
        min-width: 40px;
        width: 40px
    }

    .mdl-button--fab .mdl-button__ripple-container {
        border-radius: 50%;
    }

    .mdl-button--fab:active {
        box-shadow: 0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12),0 2px 4px -1px rgba(0,0,0,.2);
        background-color: rgba(158,158,158,.4);
    }

    .mdl-button--fab:focus:not(:active) {
        box-shadow: 0 0 8px rgba(0,0,0,.18),0 8px 16px rgba(0,0,0,.36);
        background-color: rgba(158,158,158,.4);
    }

    .mdl-button--fab.mdl-button--colored {
        background: rgb(255,110,64);
        color: rgb(66,66,66);
    }

        .mdl-button--fab.mdl-button--colored:hover {
            background-color: rgb(255,110,64);
        }

        .mdl-button--fab.mdl-button--colored:focus:not(:active) {
            background-color: rgb(255,110,64);
        }

        .mdl-button--fab.mdl-button--colored:active {
            background-color: rgb(255,110,64);
        }

        .mdl-button--fab.mdl-button--colored .mdl-ripple {
            background: rgb(66,66,66);
        }

.mdl-button--icon {
    border-radius: 50%;
    font-size: 24px;
    height: 32px;
    margin-left: 0;
    margin-right: 0;
    min-width: 32px;
    width: 32px;
    padding: 0;
    overflow: hidden;
    color: inherit;
    line-height: normal;
}

    .mdl-button--icon .material-icons {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-12px,-12px);
        transform: translate(-12px,-12px);
        line-height: 24px;
        width: 24px;
    }

    .mdl-button--icon.mdl-button--mini-icon {
        height: 24px;
        min-width: 24px;
        width: 24px;
    }

        .mdl-button--icon.mdl-button--mini-icon .material-icons {
            top: 0;
            left: 0;
        }

    .mdl-button--icon .mdl-button__ripple-container {
        border-radius: 50%;
    }

.mdl-button__ripple-container {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
    overflow: hidden;
}

.mdl-button.mdl-button--disabled .mdl-button__ripple-container .mdl-ripple, .mdl-button[disabled] .mdl-button__ripple-container .mdl-ripple {
    background-color: transparent;
}

.mdl-button--primary.mdl-button--primary {
    color: rgb(63,81,181);
}

    .mdl-button--primary.mdl-button--primary .mdl-ripple {
        background: rgb(255,255,255);
    }

    .mdl-button--primary.mdl-button--primary.mdl-button--fab, .mdl-button--primary.mdl-button--primary.mdl-button--raised {
        color: rgb(255,255,255);
        background-color: rgb(63,81,181);
    }

.mdl-button--accent.mdl-button--accent {
    color: rgb(255,110,64);
}

    .mdl-button--accent.mdl-button--accent .mdl-ripple {
        background: rgb(66,66,66);
    }

    .mdl-button--accent.mdl-button--accent.mdl-button--fab, .mdl-button--accent.mdl-button--accent.mdl-button--raised {
        color: #ffffff;
        background-color: rgb(248, 153, 57);
    }

        .mdl-button--accent.mdl-button--accent.mdl-button--fab, .mdl-button--accent.mdl-button--accent.mdl-button--raised.button-universidades {
            color: #ffffff;
            background-color: #734393;
        }

        .mdl-button--accent.mdl-button--accent.mdl-button--fab, .mdl-button--accent.mdl-button--accent.mdl-button--raised.button-etdh {
            color: #ffffff;
            background-color: #299751;
        }

        .mdl-button--accent.mdl-button--accent.mdl-button--fab, .mdl-button--accent.mdl-button--accent.mdl-button--raised.button-colegios {
            color: #ffffff;
            background-color: #0CC0EA;
        }

        .mdl-button--accent.mdl-button--accent.mdl-button--fab, .mdl-button--accent.mdl-button--accent.mdl-button--raised.button-chat {
            color: #ffffff;
            background-color: #008FB9;
        }

.mdl-button.mdl-button--disabled.mdl-button--disabled, .mdl-button[disabled][disabled] {
    cursor: default;
    opacity: 0.5;
}

.mdl-button--fab.mdl-button--disabled.mdl-button--disabled, .mdl-button--fab[disabled][disabled] {
    color: rgba(0,0,0,.26);
    opacity: 0.5;
}

.mdl-button--raised.mdl-button--disabled.mdl-button--disabled, .mdl-button--raised[disabled][disabled] {
    color: rgba(0,0,0,.26);
    opacity: 0.5;
}

.mdl-button--colored.mdl-button--disabled.mdl-button--disabled, .mdl-button--colored[disabled][disabled] {
    color: rgba(0,0,0,.26);
}

.mdl-button .material-icons {
    vertical-align: middle;
}

.mdl-card {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 16px;
    font-weight: 400;
    min-height: 200px;
    overflow: hidden;
    width: 330px;
    z-index: 1;
    position: relative;
    background: #fff;
    border-radius: 2px;
    box-sizing: border-box;
}

.mdl-card__media {
    background-color: rgb(255,110,64);
    background-repeat: repeat;
    background-position: 50% 50%;
    background-size: cover;
    background-origin: padding-box;
    background-attachment: scroll;
    box-sizing: border-box;
}

.mdl-card__title, .mdl-card__title-text {
    display: block;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    line-height: normal;
}

.mdl-card__title {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: stretch;
    justify-content: stretch;
    padding: 16px;
    -webkit-perspective-origin: 165px 56px;
    perspective-origin: 165px 56px;
    box-sizing: border-box;
    color: #000;
    -webkit-transform-origin: 165px 56px;
    transform-origin: 165px 56px;
}

    .mdl-card__title.mdl-card--border {
        border-bottom: 1px solid rgba(0,0,0,.1);
    }

.mdl-card__title-text {
    -ms-flex-item-align: end;
    align-self: flex-end;
    color: inherit;
    font-size: 24px;
    font-weight: 300;
    overflow: hidden;
    -webkit-transform-origin: 149px 48px;
    transform-origin: 149px 48px;
    margin: 0;
}

.mdl-card__subtitle-text {
    font-size: 14px;
    color: rgba(0,0,0,.54);
    margin: 0;
}

.mdl-card__supporting-text {
    color: rgba(0,0,0,.54);
    font-size: 1rem;
    line-height: 18px;
    overflow: hidden;
    padding: 16px;
    width: 90%;
}

.mdl-card__actions {
    font-size: 16px;
    line-height: normal;
    width: 100%;
    background-color: transparent;
    padding: 8px;
    box-sizing: border-box;
}

    .mdl-card__actions.mdl-card--border {
        border-top: 1px solid rgba(0,0,0,.1);
    }

.mdl-card--expand {
    -webkit-flex-grow: 1;
    flex-grow: 1;
}

.mdl-card__menu {
    position: absolute;
    right: 16px;
    top: 16px;
}

.mdl-checkbox {
    position: relative;
    z-index: 1;
    vertical-align: middle;
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    height: 24px;
    margin: 0;
    padding: 0;
}

    .mdl-checkbox.is-upgraded {
        padding-left: 24px;
    }

.mdl-checkbox__input {
    line-height: 24px;
}

.mdl-checkbox.is-upgraded .mdl-checkbox__input {
    position: absolute;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: none;
}

.mdl-checkbox__box-outline {
    position: absolute;
    top: 3px;
    left: 0;
    display: inline-block;
    box-sizing: border-box;
    width: 16px;
    height: 16px;
    margin: 0;
    cursor: pointer;
    overflow: hidden;
    border: 2px solid rgba(0,0,0,.54);
    border-radius: 2px;
    z-index: 2;
}

.mdl-checkbox.is-checked .mdl-checkbox__box-outline {
    border: 2px solid rgb(63,81,181);
}

.mdl-checkbox.is-disabled .mdl-checkbox__box-outline, fieldset[disabled] .mdl-checkbox .mdl-checkbox__box-outline {
    border: 2px solid rgba(0,0,0,.26);
    cursor: auto;
}

.mdl-checkbox__focus-helper {
    position: absolute;
    top: 3px;
    left: 0;
    display: inline-block;
    box-sizing: border-box;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: transparent;
}

.mdl-checkbox.is-focused .mdl-checkbox__focus-helper {
    box-shadow: 0 0 0 8px rgba(0,0,0,.1);
    background-color: rgba(0,0,0,.1);
}

.mdl-checkbox.is-focused.is-checked .mdl-checkbox__focus-helper {
    box-shadow: 0 0 0 8px rgba(63,81,181,.26);
    background-color: rgba(63,81,181,.26);
}

.mdl-checkbox__tick-outline {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-mask: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIgogICB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgdmVyc2lvbj0iMS4xIgogICB2aWV3Qm94PSIwIDAgMSAxIgogICBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWluWU1pbiBtZWV0Ij4KICA8ZGVmcz4KICAgIDxjbGlwUGF0aCBpZD0iY2xpcCI+CiAgICAgIDxwYXRoCiAgICAgICAgIGQ9Ik0gMCwwIDAsMSAxLDEgMSwwIDAsMCB6IE0gMC44NTM0Mzc1LDAuMTY3MTg3NSAwLjk1OTY4NzUsMC4yNzMxMjUgMC40MjkzNzUsMC44MDM0Mzc1IDAuMzIzMTI1LDAuOTA5Njg3NSAwLjIxNzE4NzUsMC44MDM0Mzc1IDAuMDQwMzEyNSwwLjYyNjg3NSAwLjE0NjU2MjUsMC41MjA2MjUgMC4zMjMxMjUsMC42OTc1IDAuODUzNDM3NSwwLjE2NzE4NzUgeiIKICAgICAgICAgc3R5bGU9ImZpbGw6I2ZmZmZmZjtmaWxsLW9wYWNpdHk6MTtzdHJva2U6bm9uZSIgLz4KICAgIDwvY2xpcFBhdGg+CiAgICA8bWFzayBpZD0ibWFzayIgbWFza1VuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgbWFza0NvbnRlbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giPgogICAgICA8cGF0aAogICAgICAgICBkPSJNIDAsMCAwLDEgMSwxIDEsMCAwLDAgeiBNIDAuODUzNDM3NSwwLjE2NzE4NzUgMC45NTk2ODc1LDAuMjczMTI1IDAuNDI5Mzc1LDAuODAzNDM3NSAwLjMyMzEyNSwwLjkwOTY4NzUgMC4yMTcxODc1LDAuODAzNDM3NSAwLjA0MDMxMjUsMC42MjY4NzUgMC4xNDY1NjI1LDAuNTIwNjI1IDAuMzIzMTI1LDAuNjk3NSAwLjg1MzQzNzUsMC4xNjcxODc1IHoiCiAgICAgICAgIHN0eWxlPSJmaWxsOiNmZmZmZmY7ZmlsbC1vcGFjaXR5OjE7c3Ryb2tlOm5vbmUiIC8+CiAgICA8L21hc2s+CiAgPC9kZWZzPgogIDxyZWN0CiAgICAgd2lkdGg9IjEiCiAgICAgaGVpZ2h0PSIxIgogICAgIHg9IjAiCiAgICAgeT0iMCIKICAgICBjbGlwLXBhdGg9InVybCgjY2xpcCkiCiAgICAgc3R5bGU9ImZpbGw6IzAwMDAwMDtmaWxsLW9wYWNpdHk6MTtzdHJva2U6bm9uZSIgLz4KPC9zdmc+Cg==");
    mask: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIgogICB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgdmVyc2lvbj0iMS4xIgogICB2aWV3Qm94PSIwIDAgMSAxIgogICBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWluWU1pbiBtZWV0Ij4KICA8ZGVmcz4KICAgIDxjbGlwUGF0aCBpZD0iY2xpcCI+CiAgICAgIDxwYXRoCiAgICAgICAgIGQ9Ik0gMCwwIDAsMSAxLDEgMSwwIDAsMCB6IE0gMC44NTM0Mzc1LDAuMTY3MTg3NSAwLjk1OTY4NzUsMC4yNzMxMjUgMC40MjkzNzUsMC44MDM0Mzc1IDAuMzIzMTI1LDAuOTA5Njg3NSAwLjIxNzE4NzUsMC44MDM0Mzc1IDAuMDQwMzEyNSwwLjYyNjg3NSAwLjE0NjU2MjUsMC41MjA2MjUgMC4zMjMxMjUsMC42OTc1IDAuODUzNDM3NSwwLjE2NzE4NzUgeiIKICAgICAgICAgc3R5bGU9ImZpbGw6I2ZmZmZmZjtmaWxsLW9wYWNpdHk6MTtzdHJva2U6bm9uZSIgLz4KICAgIDwvY2xpcFBhdGg+CiAgICA8bWFzayBpZD0ibWFzayIgbWFza1VuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgbWFza0NvbnRlbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giPgogICAgICA8cGF0aAogICAgICAgICBkPSJNIDAsMCAwLDEgMSwxIDEsMCAwLDAgeiBNIDAuODUzNDM3NSwwLjE2NzE4NzUgMC45NTk2ODc1LDAuMjczMTI1IDAuNDI5Mzc1LDAuODAzNDM3NSAwLjMyMzEyNSwwLjkwOTY4NzUgMC4yMTcxODc1LDAuODAzNDM3NSAwLjA0MDMxMjUsMC42MjY4NzUgMC4xNDY1NjI1LDAuNTIwNjI1IDAuMzIzMTI1LDAuNjk3NSAwLjg1MzQzNzUsMC4xNjcxODc1IHoiCiAgICAgICAgIHN0eWxlPSJmaWxsOiNmZmZmZmY7ZmlsbC1vcGFjaXR5OjE7c3Ryb2tlOm5vbmUiIC8+CiAgICA8L21hc2s+CiAgPC9kZWZzPgogIDxyZWN0CiAgICAgd2lkdGg9IjEiCiAgICAgaGVpZ2h0PSIxIgogICAgIHg9IjAiCiAgICAgeT0iMCIKICAgICBjbGlwLXBhdGg9InVybCgjY2xpcCkiCiAgICAgc3R5bGU9ImZpbGw6IzAwMDAwMDtmaWxsLW9wYWNpdHk6MTtzdHJva2U6bm9uZSIgLz4KPC9zdmc+Cg==");
    background: 0 0;
    transition-duration: .28s;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-property: background;
}

.mdl-checkbox.is-checked .mdl-checkbox__tick-outline {
    background: rgb(63,81,181)url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIgogICB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgdmVyc2lvbj0iMS4xIgogICB2aWV3Qm94PSIwIDAgMSAxIgogICBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWluWU1pbiBtZWV0Ij4KICA8cGF0aAogICAgIGQ9Ik0gMC4wNDAzODA1OSwwLjYyNjc3NjcgMC4xNDY0NDY2MSwwLjUyMDcxMDY4IDAuNDI5Mjg5MzIsMC44MDM1NTMzOSAwLjMyMzIyMzMsMC45MDk2MTk0MSB6IE0gMC4yMTcxNTcyOSwwLjgwMzU1MzM5IDAuODUzNTUzMzksMC4xNjcxNTcyOSAwLjk1OTYxOTQxLDAuMjczMjIzMyAwLjMyMzIyMzMsMC45MDk2MTk0MSB6IgogICAgIGlkPSJyZWN0Mzc4MCIKICAgICBzdHlsZT0iZmlsbDojZmZmZmZmO2ZpbGwtb3BhY2l0eToxO3N0cm9rZTpub25lIiAvPgo8L3N2Zz4K");
}

.mdl-checkbox.is-checked.is-disabled .mdl-checkbox__tick-outline, fieldset[disabled] .mdl-checkbox.is-checked .mdl-checkbox__tick-outline {
    background: rgba(0,0,0,.26)url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIgogICB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgdmVyc2lvbj0iMS4xIgogICB2aWV3Qm94PSIwIDAgMSAxIgogICBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWluWU1pbiBtZWV0Ij4KICA8cGF0aAogICAgIGQ9Ik0gMC4wNDAzODA1OSwwLjYyNjc3NjcgMC4xNDY0NDY2MSwwLjUyMDcxMDY4IDAuNDI5Mjg5MzIsMC44MDM1NTMzOSAwLjMyMzIyMzMsMC45MDk2MTk0MSB6IE0gMC4yMTcxNTcyOSwwLjgwMzU1MzM5IDAuODUzNTUzMzksMC4xNjcxNTcyOSAwLjk1OTYxOTQxLDAuMjczMjIzMyAwLjMyMzIyMzMsMC45MDk2MTk0MSB6IgogICAgIGlkPSJyZWN0Mzc4MCIKICAgICBzdHlsZT0iZmlsbDojZmZmZmZmO2ZpbGwtb3BhY2l0eToxO3N0cm9rZTpub25lIiAvPgo8L3N2Zz4K");
}

.mdl-checkbox__label {
    position: relative;
    cursor: pointer;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
}

.mdl-checkbox.is-disabled .mdl-checkbox__label, fieldset[disabled] .mdl-checkbox .mdl-checkbox__label {
    color: rgba(0,0,0,.26);
    cursor: auto;
}

.mdl-checkbox__ripple-container {
    position: absolute;
    z-index: 2;
    top: -6px;
    left: -10px;
    box-sizing: border-box;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    cursor: pointer;
    overflow: hidden;
}

    .mdl-checkbox__ripple-container .mdl-ripple {
        background: rgb(63,81,181);
    }

.mdl-checkbox.is-disabled .mdl-checkbox__ripple-container, fieldset[disabled] .mdl-checkbox .mdl-checkbox__ripple-container {
    cursor: auto;
}

    .mdl-checkbox.is-disabled .mdl-checkbox__ripple-container .mdl-ripple, fieldset[disabled] .mdl-checkbox .mdl-checkbox__ripple-container .mdl-ripple {
        background: 0 0;
    }

.mdl-data-table {
    position: relative;
    border: 1px solid rgba(0,0,0,.12);
    border-collapse: collapse;
    white-space: nowrap;
    font-size: 13px;
    background-color: #fff;
}

    .mdl-data-table thead {
        padding-bottom: 3px;
    }

        .mdl-data-table thead .mdl-data-table__select {
            margin-top: 0;
        }

    .mdl-data-table tbody tr {
        position: relative;
        height: 48px;
        transition-duration: .28s;
        transition-timing-function: cubic-bezier(.4,0,.2,1);
        transition-property: background-color;
    }

        .mdl-data-table tbody tr.is-selected {
            background-color: #e0e0e0;
        }

        .mdl-data-table tbody tr:hover {
            background-color: #eee;
        }

    .mdl-data-table td, .mdl-data-table th {
        padding: 0 18px 12px;
        text-align: right;
    }

        .mdl-data-table td:first-of-type, .mdl-data-table th:first-of-type {
            padding-left: 24px;
        }

        .mdl-data-table td:last-of-type, .mdl-data-table th:last-of-type {
            padding-right: 24px;
        }

    .mdl-data-table td, .mdl-data-table th {
        position: relative;
        height: 48px;
        box-sizing: border-box;
    }

    .mdl-data-table td {
        border-top: 1px solid rgba(0,0,0,.12);
        border-bottom: 1px solid rgba(0,0,0,.12);
        padding-top: 12px;
        vertical-align: middle;
    }

        .mdl-data-table td .mdl-data-table__select {
            vertical-align: middle;
        }

    .mdl-data-table th {
        vertical-align: bottom;
        text-overflow: ellipsis;
        font-weight: 700;
        line-height: 24px;
        letter-spacing: 0;
        font-size: 12px;
        color: rgba(0,0,0,.54);
        padding-bottom: 8px;
    }

        .mdl-data-table th .mdl-data-table__header--sorted-ascending, .mdl-data-table th .mdl-data-table__header--sorted-descending {
            color: rgba(0,0,0,.87);
        }

            .mdl-data-table th .mdl-data-table__header--sorted-ascending:before, .mdl-data-table th .mdl-data-table__header--sorted-descending:before {
                font-family: 'Material Icons';
                font-weight: 400;
                font-style: normal;
                font-size: 24px;
                line-height: 1;
                letter-spacing: normal;
                text-transform: none;
                display: inline-block;
                word-wrap: normal;
                -moz-font-feature-settings: 'liga';
                font-feature-settings: 'liga';
                -webkit-font-feature-settings: 'liga';
                -webkit-font-smoothing: antialiased;
            }

            .mdl-data-table th .mdl-data-table__header--sorted-ascending:before {
                content: "\e5d8";
            }

            .mdl-data-table th .mdl-data-table__header--sorted-descending:before {
                content: "\e5db";
            }

.mdl-data-table__select {
    width: 16px;
}

.mdl-data-table__cell--non-numeric.mdl-data-table__cell--non-numeric {
    text-align: left;
}

.mdl-dialog {
    border: none;
    box-shadow: 0 9px 46px 8px rgba(0,0,0,.14),0 11px 15px -7px rgba(0,0,0,.12),0 24px 38px 3px rgba(0,0,0,.2);
    width: 280px;
}

.mdl-dialog__title {
    padding: 24px 24px 0;
    margin: 0;
    font-size: 2.5rem;
}

.mdl-dialog__actions {
    padding: 8px 8px 8px 24px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .mdl-dialog__actions > * {
        margin-right: 8px;
        height: 36px;
    }

        .mdl-dialog__actions > *:first-child {
            margin-right: 0;
        }

.mdl-dialog__actions--full-width {
    padding: 0 0 8px;
}

    .mdl-dialog__actions--full-width > * {
        height: 48px;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding-right: 16px;
        margin-right: 0;
        text-align: right;
    }

.mdl-dialog__content {
    padding: 20px 24px 24px;
    color: rgba(0,0,0,.54);
}

.mdl-mega-footer {
    padding: 16px 40px;
    color: #9e9e9e;
    background-color: #424242;
}

.mdl-mega-footer--bottom-section:after, .mdl-mega-footer--middle-section:after, .mdl-mega-footer--top-section:after, .mdl-mega-footer__bottom-section:after, .mdl-mega-footer__middle-section:after, .mdl-mega-footer__top-section:after {
    content: '';
    display: block;
    clear: both;
}

.mdl-mega-footer--left-section, .mdl-mega-footer--right-section, .mdl-mega-footer__left-section, .mdl-mega-footer__right-section {
    margin-bottom: 16px;
}

    .mdl-mega-footer--right-section a, .mdl-mega-footer__right-section a {
        display: block;
        margin-bottom: 16px;
        color: inherit;
        text-decoration: none;
    }

@media screen and (min-width:760px) {
    .mdl-mega-footer--left-section, .mdl-mega-footer__left-section {
        float: left;
    }

    .mdl-mega-footer--right-section, .mdl-mega-footer__right-section {
        float: right;
    }

        .mdl-mega-footer--right-section a, .mdl-mega-footer__right-section a {
            display: inline-block;
            margin-left: 16px;
            line-height: 36px;
            vertical-align: middle;
        }
}

.mdl-mega-footer--social-btn, .mdl-mega-footer__social-btn {
    width: 36px;
    height: 36px;
    padding: 0;
    margin: 0;
    background-color: #9e9e9e;
    border: none;
}

.mdl-mega-footer--drop-down-section, .mdl-mega-footer__drop-down-section {
    display: block;
    position: relative;
}

@media screen and (min-width:760px) {
    .mdl-mega-footer--drop-down-section, .mdl-mega-footer__drop-down-section {
        width: 33%;
    }

        .mdl-mega-footer--drop-down-section:nth-child(1), .mdl-mega-footer--drop-down-section:nth-child(2), .mdl-mega-footer__drop-down-section:nth-child(1), .mdl-mega-footer__drop-down-section:nth-child(2) {
            float: left;
        }

        .mdl-mega-footer--drop-down-section:nth-child(3), .mdl-mega-footer__drop-down-section:nth-child(3) {
            float: right;
        }

            .mdl-mega-footer--drop-down-section:nth-child(3):after, .mdl-mega-footer__drop-down-section:nth-child(3):after {
                clear: right;
            }

        .mdl-mega-footer--drop-down-section:nth-child(4), .mdl-mega-footer__drop-down-section:nth-child(4) {
            clear: right;
            float: right;
        }

    .mdl-mega-footer--middle-section:after, .mdl-mega-footer__middle-section:after {
        content: '';
        display: block;
        clear: both;
    }

    .mdl-mega-footer--bottom-section, .mdl-mega-footer__bottom-section {
        padding-top: 0;
    }
}

@media screen and (min-width:1024px) {
    .mdl-mega-footer--drop-down-section, .mdl-mega-footer--drop-down-section:nth-child(3), .mdl-mega-footer--drop-down-section:nth-child(4), .mdl-mega-footer__drop-down-section, .mdl-mega-footer__drop-down-section:nth-child(3), .mdl-mega-footer__drop-down-section:nth-child(4) {
        width: 24%;
        float: left;
    }
}

.mdl-mega-footer--heading-checkbox, .mdl-mega-footer__heading-checkbox {
    position: absolute;
    width: 100%;
    height: 55.8px;
    padding: 32px;
    margin: -16px 0 0;
    cursor: pointer;
    z-index: 1;
    opacity: 0;
}

    .mdl-mega-footer--heading-checkbox + .mdl-mega-footer--heading:after, .mdl-mega-footer--heading-checkbox + .mdl-mega-footer__heading:after, .mdl-mega-footer__heading-checkbox + .mdl-mega-footer--heading:after, .mdl-mega-footer__heading-checkbox + .mdl-mega-footer__heading:after {
        font-family: 'Material Icons';
        content: '\E5CE';
    }

    .mdl-mega-footer--heading-checkbox:checked + .mdl-mega-footer--heading + .mdl-mega-footer--link-list, .mdl-mega-footer--heading-checkbox:checked + .mdl-mega-footer__heading + .mdl-mega-footer__link-list, .mdl-mega-footer--heading-checkbox:checked ~ .mdl-mega-footer--link-list, .mdl-mega-footer--heading-checkbox:checked ~ .mdl-mega-footer__link-list, .mdl-mega-footer__heading-checkbox:checked + .mdl-mega-footer--heading + .mdl-mega-footer--link-list, .mdl-mega-footer__heading-checkbox:checked + .mdl-mega-footer__heading + .mdl-mega-footer__link-list, .mdl-mega-footer__heading-checkbox:checked ~ .mdl-mega-footer--link-list, .mdl-mega-footer__heading-checkbox:checked ~ .mdl-mega-footer__link-list {
        display: none;
    }

    .mdl-mega-footer--heading-checkbox:checked + .mdl-mega-footer--heading:after, .mdl-mega-footer--heading-checkbox:checked + .mdl-mega-footer__heading:after, .mdl-mega-footer__heading-checkbox:checked + .mdl-mega-footer--heading:after, .mdl-mega-footer__heading-checkbox:checked + .mdl-mega-footer__heading:after {
        font-family: 'Material Icons';
        content: '\E5CF';
    }

.mdl-mega-footer--heading, .mdl-mega-footer__heading {
    position: relative;
    width: 100%;
    padding-right: 39.8px;
    margin-bottom: 16px;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 23.8px;
    font-weight: 500;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #e0e0e0;
}

    .mdl-mega-footer--heading:after, .mdl-mega-footer__heading:after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        width: 23.8px;
        height: 23.8px;
        background-size: cover;
    }

.mdl-mega-footer--link-list, .mdl-mega-footer__link-list {
    list-style: none;
    padding: 0;
    margin: 0 0 32px;
}

    .mdl-mega-footer--link-list:after, .mdl-mega-footer__link-list:after {
        clear: both;
        display: block;
        content: '';
    }

    .mdl-mega-footer--link-list li, .mdl-mega-footer__link-list li {
        font-size: 14px;
        font-weight: 400;
        letter-spacing: 0;
        line-height: 20px;
    }

    .mdl-mega-footer--link-list a, .mdl-mega-footer__link-list a {
        color: inherit;
        text-decoration: none;
        white-space: nowrap;
    }

@media screen and (min-width:760px) {
    .mdl-mega-footer--heading-checkbox, .mdl-mega-footer__heading-checkbox {
        display: none;
    }

        .mdl-mega-footer--heading-checkbox + .mdl-mega-footer--heading:after, .mdl-mega-footer--heading-checkbox + .mdl-mega-footer__heading:after, .mdl-mega-footer__heading-checkbox + .mdl-mega-footer--heading:after, .mdl-mega-footer__heading-checkbox + .mdl-mega-footer__heading:after {
            content: '';
        }

        .mdl-mega-footer--heading-checkbox:checked + .mdl-mega-footer--heading + .mdl-mega-footer--link-list, .mdl-mega-footer--heading-checkbox:checked + .mdl-mega-footer__heading + .mdl-mega-footer__link-list, .mdl-mega-footer--heading-checkbox:checked ~ .mdl-mega-footer--link-list, .mdl-mega-footer--heading-checkbox:checked ~ .mdl-mega-footer__link-list, .mdl-mega-footer__heading-checkbox:checked + .mdl-mega-footer--heading + .mdl-mega-footer--link-list, .mdl-mega-footer__heading-checkbox:checked + .mdl-mega-footer__heading + .mdl-mega-footer__link-list, .mdl-mega-footer__heading-checkbox:checked ~ .mdl-mega-footer--link-list, .mdl-mega-footer__heading-checkbox:checked ~ .mdl-mega-footer__link-list {
            display: block;
        }

        .mdl-mega-footer--heading-checkbox:checked + .mdl-mega-footer--heading:after, .mdl-mega-footer--heading-checkbox:checked + .mdl-mega-footer__heading:after, .mdl-mega-footer__heading-checkbox:checked + .mdl-mega-footer--heading:after, .mdl-mega-footer__heading-checkbox:checked + .mdl-mega-footer__heading:after {
            content: '';
        }
}

.mdl-mega-footer--bottom-section, .mdl-mega-footer__bottom-section {
    padding-top: 16px;
    margin-bottom: 16px;
}

.mdl-logo {
    margin-bottom: 16px;
    color: #fff;
}

.mdl-mega-footer--bottom-section .mdl-mega-footer--link-list li, .mdl-mega-footer__bottom-section .mdl-mega-footer__link-list li {
    float: left;
    margin-bottom: 0;
    margin-right: 16px;
}

@media screen and (min-width:760px) {
    .mdl-logo {
        float: left;
        margin-bottom: 0;
        margin-right: 16px;
    }
}

.mdl-mini-footer {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 32px 16px;
    color: #9e9e9e;
    background-color: #424242;
}

    .mdl-mini-footer:after {
        content: '';
        display: block;
    }

    .mdl-mini-footer .mdl-logo {
        line-height: 36px;
    }

.mdl-mini-footer--link-list, .mdl-mini-footer__link-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    list-style: none;
    margin: 0;
    padding: 0;
}

    .mdl-mini-footer--link-list li, .mdl-mini-footer__link-list li {
        margin-bottom: 0;
        margin-right: 16px;
    }

@media screen and (min-width:760px) {
    .mdl-mini-footer--link-list li, .mdl-mini-footer__link-list li {
        line-height: 36px;
    }
}

.mdl-mini-footer--link-list a, .mdl-mini-footer__link-list a {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

.mdl-mini-footer--left-section, .mdl-mini-footer__left-section {
    display: inline-block;
    -ms-flex-order: 0;
    order: 0;
}

.mdl-mini-footer--right-section, .mdl-mini-footer__right-section {
    display: inline-block;
    -ms-flex-order: 1;
    order: 1;
}

.mdl-mini-footer--social-btn, .mdl-mini-footer__social-btn {
    width: 36px;
    height: 36px;
    padding: 0;
    margin: 0;
    background-color: #9e9e9e;
    border: none;
}

.mdl-icon-toggle {
    position: relative;
    z-index: 1;
    vertical-align: middle;
    display: inline-block;
    height: 32px;
    margin: 0;
    padding: 0;
}

.mdl-icon-toggle__input {
    line-height: 32px;
}

.mdl-icon-toggle.is-upgraded .mdl-icon-toggle__input {
    position: absolute;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: none;
}

.mdl-icon-toggle__label {
    display: inline-block;
    position: relative;
    cursor: pointer;
    height: 32px;
    width: 32px;
    min-width: 32px;
    color: #616161;
    border-radius: 50%;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
    background-color: transparent;
    will-change: background-color;
    transition: background-color .2s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1);
}

    .mdl-icon-toggle__label.material-icons {
        line-height: 32px;
        font-size: 24px;
    }

.mdl-icon-toggle.is-checked .mdl-icon-toggle__label {
    color: rgb(63,81,181);
}

.mdl-icon-toggle.is-disabled .mdl-icon-toggle__label {
    color: rgba(0,0,0,.26);
    cursor: auto;
    transition: none;
}

.mdl-icon-toggle.is-focused .mdl-icon-toggle__label {
    background-color: rgba(0,0,0,.12);
}

.mdl-icon-toggle.is-focused.is-checked .mdl-icon-toggle__label {
    background-color: rgba(63,81,181,.26);
}

.mdl-icon-toggle__ripple-container {
    position: absolute;
    z-index: 2;
    top: -2px;
    left: -2px;
    box-sizing: border-box;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    cursor: pointer;
    overflow: hidden;
}

    .mdl-icon-toggle__ripple-container .mdl-ripple {
        background: #616161;
    }

.mdl-icon-toggle.is-disabled .mdl-icon-toggle__ripple-container {
    cursor: auto;
}

    .mdl-icon-toggle.is-disabled .mdl-icon-toggle__ripple-container .mdl-ripple {
        background: 0 0;
    }

.mdl-list {
    display: block;
    padding: 8px 0;
    list-style: none;
}

.mdl-list__item {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    box-sizing: border-box;
    height: 48px;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px 16px 20px;
    cursor: default;
}

    .mdl-list__item .mdl-list__item-primary-content {
        -ms-flex-order: 0;
        order: 0;
        -webkit-flex-grow: 2;
        flex-grow: 2;
        text-decoration: none;
    }

        .mdl-list__item .mdl-list__item-primary-content .material-icons {
            font-size: 40px;
            line-height: 0;
            vertical-align: middle;
            padding: 0 12px 0 0;
            display: inline;
        }

    .mdl-list__item .mdl-list__item-secondary-content {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: column;
        -ms-flex-flow: column;
        flex-flow: column;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

        .mdl-list__item .mdl-list__item-secondary-content .mdl-list__item-secondary-action label {
            display: inline;
        }

        .mdl-list__item .mdl-list__item-secondary-content .mdl-list__item-secondary-info {
            font-size: 12px;
            font-weight: 400;
            line-height: 1;
            letter-spacing: 0;
            margin-bottom: 10px;
            color: rgba(0,0,0,.54);
        }

        .mdl-list__item .mdl-list__item-secondary-content .mdl-list__item-sub-header {
            padding: 0 0 0 16px;
        }

.mdl-list__item-avatar {
    height: 56px;
}

.mdl-list__item--two-line {
    height: 72px;
}

    .mdl-list__item--two-line .mdl-list__item-primary-content .material-icons {
        vertical-align: text-bottom;
    }

    .mdl-list__item--two-line .mdl-list__item-primary-content .mdl-list__item-sub-title {
        font-size: 12px;
        font-weight: 400;
        line-height: 1;
        letter-spacing: 0;
        display: block;
        padding: 0 0 0 56px;
    }

.mdl-list__item--three-line {
    height: 88px;
}

    .mdl-list__item--three-line .mdl-list__item-primary-content .material-icons {
        vertical-align: text-bottom;
    }

    .mdl-list__item--three-line .mdl-list__item-text-body {
        font-size: 12px;
        font-weight: 400;
        line-height: 1;
        letter-spacing: 0;
        color: rgba(0,0,0,.54);
        display: block;
        height: 24px;
        padding: 0 0 0 56px;
        overflow: hidden;
    }

.mdl-menu__container, .mdl-menu__outline {
    display: block;
    margin: 0;
    padding: 0;
    border: none;
    position: absolute;
    z-index: -1;
}

.mdl-menu__container {
    height: 0;
    width: 0;
    visibility: hidden;
    overflow: visible;
}

    .mdl-menu__container.is-animating, .mdl-menu__container.is-visible {
        z-index: 999;
        visibility: visible;
    }

.mdl-menu__outline {
    background: #fff;
    border-radius: 2px;
    top: 0;
    left: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
    will-change: transform;
    transition: transform .3s cubic-bezier(.4,0,.2,1),opacity .2s cubic-bezier(.4,0,.2,1);
    transition: transform .3s cubic-bezier(.4,0,.2,1),opacity .2s cubic-bezier(.4,0,.2,1),-webkit-transform .3s cubic-bezier(.4,0,.2,1);
}

.mdl-menu__container.is-visible .mdl-menu__outline {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    z-index: 999;
}

.mdl-menu__outline.mdl-menu--bottom-right {
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.mdl-menu__outline.mdl-menu--top-left {
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

.mdl-menu__outline.mdl-menu--top-right {
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

.mdl-menu {
    position: absolute;
    list-style: none;
    top: 0;
    left: 0;
    height: auto;
    width: auto;
    min-width: 124px;
    padding: 8px 0;
    margin: 0;
    opacity: 0;
    clip: rect(0 0 0 0);
    z-index: -1;
}

.mdl-menu__container.is-visible .mdl-menu {
    opacity: 1;
    z-index: 999;
}

.mdl-menu.is-animating {
    transition: opacity .2s cubic-bezier(.4,0,.2,1),clip .3s cubic-bezier(.4,0,.2,1);
}

.mdl-menu.mdl-menu--bottom-right {
    left: auto;
    right: 0;
}

.mdl-menu.mdl-menu--top-left {
    top: auto;
    bottom: 0;
}

.mdl-menu.mdl-menu--top-right {
    top: auto;
    left: auto;
    bottom: 0;
    right: 0;
}

.mdl-menu.mdl-menu--unaligned {
    top: auto;
    left: auto;
}

.mdl-menu__item {
    display: block;
    border: none;
    color: rgba(0,0,0,.87);
    background-color: transparent;
    text-align: left;
    margin: 0;
    padding: 0 16px;
    outline-color: #bdbdbd;
    position: relative;
    overflow: hidden;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    text-decoration: none;
    cursor: pointer;
    height: 48px;
    line-height: 48px;
    white-space: nowrap;
    opacity: 0;
    transition: opacity .2s cubic-bezier(.4,0,.2,1);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.mdl-menu__container.is-visible .mdl-menu__item {
    opacity: 1;
}

.mdl-menu__item::-moz-focus-inner {
    border: 0;
}

.mdl-menu__item--full-bleed-divider {
    border-bottom: 1px solid rgba(0,0,0,.12);
}

.mdl-menu__item[data-mdl-disabled], .mdl-menu__item[disabled] {
    color: #bdbdbd;
    background-color: transparent;
    cursor: auto;
}

    .mdl-menu__item[data-mdl-disabled]:hover, .mdl-menu__item[disabled]:hover {
        background-color: transparent;
    }

    .mdl-menu__item[data-mdl-disabled]:focus, .mdl-menu__item[disabled]:focus {
        background-color: transparent;
    }

    .mdl-menu__item[data-mdl-disabled] .mdl-ripple, .mdl-menu__item[disabled] .mdl-ripple {
        background: 0 0;
    }

.mdl-menu__item:hover {
    background-color: #eee;
}

.mdl-menu__item:focus {
    outline: none;
    background-color: #eee;
}

.mdl-menu__item:active {
    background-color: #e0e0e0;
}

.mdl-menu__item--ripple-container {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
    overflow: hidden;
}

.mdl-progress {
    display: block;
    position: relative;
    height: 4px;
    width: 500px;
    max-width: 100%;
}

    .mdl-progress > .bar {
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        width: 0%;
        transition: width .2s cubic-bezier(.4,0,.2,1);
    }

    .mdl-progress > .progressbar {
        background-color: rgb(63,81,181);
        z-index: 1;
        left: 0;
    }

    .mdl-progress > .bufferbar {
        background-image: linear-gradient(to right,rgba(255,255,255,.7),rgba(255,255,255,.7)),linear-gradient(to right,rgb(63,81,181),rgb(63,81,181));
        z-index: 0;
        left: 0;
    }

    .mdl-progress > .auxbar {
        right: 0;
    }

@supports (-webkit-appearance:none) {
    .mdl-progress:not(.mdl-progress--indeterminate):not(.mdl-progress--indeterminate) > .auxbar, .mdl-progress:not(.mdl-progress__indeterminate):not(.mdl-progress__indeterminate) > .auxbar {
        background-image: linear-gradient(to right,rgba(255,255,255,.7),rgba(255,255,255,.7)),linear-gradient(to right,rgb(63,81,181),rgb(63,81,181));
        -webkit-mask: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+Cjxzdmcgd2lkdGg9IjEyIiBoZWlnaHQ9IjQiIHZpZXdQb3J0PSIwIDAgMTIgNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgogIDxlbGxpcHNlIGN4PSIyIiBjeT0iMiIgcng9IjIiIHJ5PSIyIj4KICAgIDxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9ImN4IiBmcm9tPSIyIiB0bz0iLTEwIiBkdXI9IjAuNnMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPgogIDwvZWxsaXBzZT4KICA8ZWxsaXBzZSBjeD0iMTQiIGN5PSIyIiByeD0iMiIgcnk9IjIiIGNsYXNzPSJsb2FkZXIiPgogICAgPGFuaW1hdGUgYXR0cmlidXRlTmFtZT0iY3giIGZyb209IjE0IiB0bz0iMiIgZHVyPSIwLjZzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgLz4KICA8L2VsbGlwc2U+Cjwvc3ZnPgo=");
        mask: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+Cjxzdmcgd2lkdGg9IjEyIiBoZWlnaHQ9IjQiIHZpZXdQb3J0PSIwIDAgMTIgNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgogIDxlbGxpcHNlIGN4PSIyIiBjeT0iMiIgcng9IjIiIHJ5PSIyIj4KICAgIDxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9ImN4IiBmcm9tPSIyIiB0bz0iLTEwIiBkdXI9IjAuNnMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPgogIDwvZWxsaXBzZT4KICA8ZWxsaXBzZSBjeD0iMTQiIGN5PSIyIiByeD0iMiIgcnk9IjIiIGNsYXNzPSJsb2FkZXIiPgogICAgPGFuaW1hdGUgYXR0cmlidXRlTmFtZT0iY3giIGZyb209IjE0IiB0bz0iMiIgZHVyPSIwLjZzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgLz4KICA8L2VsbGlwc2U+Cjwvc3ZnPgo=");
    }
}

.mdl-progress:not(.mdl-progress--indeterminate) > .auxbar, .mdl-progress:not(.mdl-progress__indeterminate) > .auxbar {
    background-image: linear-gradient(to right,rgba(255,255,255,.9),rgba(255,255,255,.9)),linear-gradient(to right,rgb(63,81,181),rgb(63,81,181));
}

.mdl-progress.mdl-progress--indeterminate > .bar1, .mdl-progress.mdl-progress--indeterminate > .bar3, .mdl-progress.mdl-progress__indeterminate > .bar1, .mdl-progress.mdl-progress__indeterminate > .bar3 {
    background-color: rgb(63,81,181);
    -webkit-animation-name: indeterminate1;
    animation-name: indeterminate1;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

.mdl-progress.mdl-progress--indeterminate > .bar3, .mdl-progress.mdl-progress__indeterminate > .bar3 {
    background-image: none;
    -webkit-animation-name: indeterminate2;
    animation-name: indeterminate2;
}

@-webkit-keyframes indeterminate1 {
    0% {
        left: 0%;
        width: 0%;
    }

    50% {
        left: 25%;
        width: 75%;
    }

    75% {
        left: 100%;
        width: 0%;
    }
}

@keyframes indeterminate1 {
    0% {
        left: 0%;
        width: 0%;
    }

    50% {
        left: 25%;
        width: 75%;
    }

    75% {
        left: 100%;
        width: 0%;
    }
}

@-webkit-keyframes indeterminate2 {
    0%,50% {
        left: 0%;
        width: 0%;
    }

    75% {
        left: 0%;
        width: 25%;
    }

    to {
        left: 100%;
        width: 0%;
    }
}

@keyframes indeterminate2 {
    0%,50% {
        left: 0%;
        width: 0%;
    }

    75% {
        left: 0%;
        width: 25%;
    }

    to {
        left: 100%;
        width: 0%;
    }
}

.mdl-navigation {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    box-sizing: border-box;
}

.mdl-navigation__link {
    color: #424242;
    text-decoration: none;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
    opacity: .87;
}

    .mdl-navigation__link .material-icons {
        vertical-align: middle;
    }

.mdl-layout {
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
    -webkit-overflow-scrolling: touch;
}

    .mdl-layout.is-small-screen .mdl-layout--large-screen-only, .mdl-layout:not(.is-small-screen) .mdl-layout--small-screen-only {
        display: none;
    }

.mdl-layout__container {
    position: absolute;
    width: 100%;
    height: 100%;
}

.mdl-layout-title, .mdl-layout__title {
    display: block;
    position: relative;
    font-family: "Roboto","Helvetica","Arial",sans-serif;
    font-size: 20px;
    line-height: 1;
    letter-spacing: .02em;
    font-weight: 400;
    box-sizing: border-box;
}

.mdl-layout-spacer {
    -webkit-flex-grow: 1;
    flex-grow: 1;
}

.mdl-layout__drawer {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 240px;
    height: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
    box-sizing: border-box;
    border-right: 1px solid #e0e0e0;
    background: #fafafa;
    -webkit-transform: translateX(-250px);
    transform: translateX(-250px);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    will-change: transform;
    transition-duration: .2s;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    color: #424242;
    overflow: visible;
    overflow-y: auto;
    z-index: 5;
}

    .mdl-layout__drawer.is-visible {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

        .mdl-layout__drawer.is-visible ~ .mdl-layout__content.mdl-layout__content {
            overflow: hidden;
        }

    .mdl-layout__drawer > * {
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .mdl-layout__drawer > .mdl-layout-title, .mdl-layout__drawer > .mdl-layout__title {
        line-height: 64px;
        padding-left: 40px;
    }

@media screen and (max-width:1024px) {
    .mdl-layout__drawer > .mdl-layout-title, .mdl-layout__drawer > .mdl-layout__title {
        line-height: 56px;
        padding-left: 16px;
    }
}

.mdl-layout__drawer .mdl-navigation {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding-top: 16px;
}

    .mdl-layout__drawer .mdl-navigation .mdl-navigation__link {
        display: block;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding: 16px 40px;
        margin: 0;
        color: #757575;
    }

@media screen and (max-width:1024px) {
    .mdl-layout__drawer .mdl-navigation .mdl-navigation__link {
        padding: 16px;
    }
}

.mdl-layout__drawer .mdl-navigation .mdl-navigation__link:hover {
    background-color: #e0e0e0;
}

.mdl-layout__drawer .mdl-navigation .mdl-navigation__link--current {
    background-color: #000;
    color: #e0e0e0;
}

@media screen and (min-width:1025px) {
    .mdl-layout--fixed-drawer > .mdl-layout__drawer {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.mdl-layout__drawer-button {
    display: block;
    position: absolute;
    height: 48px;
    width: 48px;
    border: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
    font-size: 26px;
    line-height: 50px;
    font-family: Helvetica,Arial,sans-serif;
    margin: 10px 12px;
    top: 0;
    left: 0;
    color: rgb(255,255,255);
    z-index: 4;
}

.mdl-layout__header .mdl-layout__drawer-button {
    position: absolute;
    color: rgb(255,255,255);
    background-color: inherit;
}

@media screen and (max-width:1024px) {
    .mdl-layout__header .mdl-layout__drawer-button {
        margin: 4px;
    }

    .mdl-layout__drawer-button {
        margin: 4px;
        color: rgba(0,0,0,.5);
    }
}

@media screen and (min-width:1025px) {
    .mdl-layout--fixed-drawer > .mdl-layout__drawer-button, .mdl-layout--no-desktop-drawer-button .mdl-layout__drawer-button {
        display: none;
    }
}

.mdl-layout--no-drawer-button .mdl-layout__drawer-button {
    display: none;
}

.mdl-layout__header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    box-sizing: border-box;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    border: none;
    min-height: 64px;
    max-height: 1000px;
    z-index: 3;
    background-color: rgb(63,81,181);
    color: rgb(255,255,255);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
    transition-duration: .2s;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-property: max-height,box-shadow;
}

@media screen and (max-width:1024px) {
    .mdl-layout__header {
        min-height: 56px;
    }
}

.mdl-layout--fixed-drawer.is-upgraded:not(.is-small-screen) > .mdl-layout__header {
    margin-left: 240px;
    width: calc(100% - 240px);
}

@media screen and (min-width:1025px) {
    .mdl-layout--fixed-drawer > .mdl-layout__header .mdl-layout__header-row {
        padding-left: 40px;
    }
}

.mdl-layout__header > .mdl-layout-icon {
    position: absolute;
    left: 40px;
    top: 16px;
    height: 32px;
    width: 32px;
    overflow: hidden;
    z-index: 3;
    display: block;
}

@media screen and (max-width:1024px) {
    .mdl-layout__header > .mdl-layout-icon {
        left: 16px;
        top: 12px;
    }
}

.mdl-layout.has-drawer .mdl-layout__header > .mdl-layout-icon {
    display: none;
}

.mdl-layout__header.is-compact {
    max-height: 64px;
}

@media screen and (max-width:1024px) {
    .mdl-layout__header.is-compact {
        max-height: 56px;
    }
}

.mdl-layout__header.is-compact.has-tabs {
    height: 112px;
}

@media screen and (max-width:1024px) {
    .mdl-layout__header.is-compact.has-tabs {
        min-height: 104px;
    }

    .mdl-layout__header {
        display: none;
    }

    .mdl-layout--fixed-header > .mdl-layout__header {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

.mdl-layout__header--transparent.mdl-layout__header--transparent {
    background-color: transparent;
    box-shadow: none;
}

.mdl-layout__header--scroll, .mdl-layout__header--seamed {
    box-shadow: none;
}

.mdl-layout__header--waterfall {
    box-shadow: none;
    overflow: hidden;
}

    .mdl-layout__header--waterfall.is-casting-shadow {
        box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
    }

    .mdl-layout__header--waterfall.mdl-layout__header--waterfall-hide-top {
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

.mdl-layout__header-row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    box-sizing: border-box;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 64px;
    margin: 0;
    padding: 0 40px 0 80px;
}

.mdl-layout--no-drawer-button .mdl-layout__header-row {
    padding-left: 40px;
}

@media screen and (min-width:1025px) {
    .mdl-layout--no-desktop-drawer-button .mdl-layout__header-row {
        padding-left: 40px;
    }
}

@media screen and (max-width:1024px) {
    .mdl-layout__header-row {
        height: 56px;
        padding: 0 16px 0 72px;
    }

    .mdl-layout--no-drawer-button .mdl-layout__header-row {
        padding-left: 16px;
    }
}

.mdl-layout__header-row > * {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.mdl-layout__header--scroll .mdl-layout__header-row {
    width: 100%;
}

.mdl-layout__header-row .mdl-navigation {
    margin: 0;
    padding: 0;
    height: 64px;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width:1024px) {
    .mdl-layout__header-row .mdl-navigation {
        height: 56px;
    }
}

.mdl-layout__header-row .mdl-navigation__link {
    display: block;
    color: rgb(255,255,255);
    line-height: 64px;
    padding: 0 24px;
}

@media screen and (max-width:1024px) {
    .mdl-layout__header-row .mdl-navigation__link {
        line-height: 56px;
        padding: 0 16px;
    }
}

.mdl-layout__obfuscator {
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 4;
    visibility: hidden;
    transition-property: background-color;
    transition-duration: .2s;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
}

    .mdl-layout__obfuscator.is-visible {
        background-color: rgba(0,0,0,.5);
        visibility: visible;
    }

@supports (pointer-events:auto) {
    .mdl-layout__obfuscator {
        background-color: rgba(0,0,0,.5);
        opacity: 0;
        transition-property: opacity;
        visibility: visible;
        pointer-events: none;
    }

        .mdl-layout__obfuscator.is-visible {
            pointer-events: auto;
            opacity: 1;
        }
}

.mdl-layout__content {
    -ms-flex: 0 1 auto;
    position: relative;
    display: inline-block;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    z-index: 1;
    -webkit-overflow-scrolling: touch;
}

.mdl-layout--fixed-drawer > .mdl-layout__content {
    margin-left: 240px;
}

.mdl-layout__container.has-scrolling-header .mdl-layout__content {
    overflow: visible;
}

@media screen and (max-width:1024px) {
    .mdl-layout--fixed-drawer > .mdl-layout__content {
        margin-left: 0;
    }

    .mdl-layout__container.has-scrolling-header .mdl-layout__content {
        overflow-y: auto;
        overflow-x: hidden;
    }
}

.mdl-layout__tab-bar {
    height: 96px;
    margin: 0;
    width: calc(100% - 112px);
    padding: 0 0 0 56px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: rgb(63,81,181);
    overflow-y: hidden;
    overflow-x: scroll;
}

    .mdl-layout__tab-bar::-webkit-scrollbar {
        display: none;
    }

.mdl-layout--no-drawer-button .mdl-layout__tab-bar {
    padding-left: 16px;
    width: calc(100% - 32px);
}

@media screen and (min-width:1025px) {
    .mdl-layout--no-desktop-drawer-button .mdl-layout__tab-bar {
        padding-left: 16px;
        width: calc(100% - 32px);
    }
}

@media screen and (max-width:1024px) {
    .mdl-layout__tab-bar {
        width: calc(100% - 60px);
        padding: 0 0 0 60px;
    }

    .mdl-layout--no-drawer-button .mdl-layout__tab-bar {
        width: calc(100% - 8px);
        padding-left: 4px;
    }
}

.mdl-layout--fixed-tabs .mdl-layout__tab-bar {
    padding: 0;
    overflow: hidden;
    width: 100%;
}

.mdl-layout__tab-bar-container {
    position: relative;
    height: 48px;
    width: 100%;
    border: none;
    margin: 0;
    z-index: 2;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    overflow: hidden;
}

.mdl-layout__container > .mdl-layout__tab-bar-container {
    position: absolute;
    top: 0;
    left: 0;
}

.mdl-layout__tab-bar-button {
    display: inline-block;
    position: absolute;
    top: 0;
    height: 48px;
    width: 56px;
    z-index: 4;
    text-align: center;
    background-color: rgb(63,81,181);
    color: transparent;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.mdl-layout--no-desktop-drawer-button .mdl-layout__tab-bar-button, .mdl-layout--no-drawer-button .mdl-layout__tab-bar-button {
    width: 16px;
}

    .mdl-layout--no-desktop-drawer-button .mdl-layout__tab-bar-button .material-icons, .mdl-layout--no-drawer-button .mdl-layout__tab-bar-button .material-icons {
        position: relative;
        left: -4px;
    }

@media screen and (max-width:1024px) {
    .mdl-layout__tab-bar-button {
        display: none;
        width: 60px;
    }
}

.mdl-layout--fixed-tabs .mdl-layout__tab-bar-button {
    display: none;
}

.mdl-layout__tab-bar-button .material-icons {
    line-height: 48px;
}

.mdl-layout__tab-bar-button.is-active {
    color: rgb(255,255,255);
}

.mdl-layout__tab-bar-left-button {
    left: 0;
}

.mdl-layout__tab-bar-right-button {
    right: 0;
}

.mdl-layout__tab {
    margin: 0;
    border: none;
    padding: 0 24px;
    float: left;
    position: relative;
    display: block;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    text-decoration: none;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    color: rgba(255,255,255,.6);
    overflow: hidden;
}

@media screen and (max-width:1024px) {
    .mdl-layout__tab {
        padding: 0 12px;
    }
}

.mdl-layout--fixed-tabs .mdl-layout__tab {
    float: none;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    padding: 0;
}

.mdl-layout.is-upgraded .mdl-layout__tab.is-active {
    color: rgb(255,255,255);
}

    .mdl-layout.is-upgraded .mdl-layout__tab.is-active::after {
        height: 2px;
        width: 100%;
        display: block;
        content: " ";
        bottom: 0;
        left: 0;
        position: absolute;
        background: rgb(255,110,64);
        -webkit-animation: border-expand .2s cubic-bezier(.4,0,.4,1).01s alternate forwards;
        animation: border-expand .2s cubic-bezier(.4,0,.4,1).01s alternate forwards;
        transition: all 1s cubic-bezier(.4,0,1,1);
    }

.mdl-layout__tab .mdl-layout__tab-ripple-container {
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    overflow: hidden;
}

    .mdl-layout__tab .mdl-layout__tab-ripple-container .mdl-ripple {
        background-color: rgb(255,255,255);
    }

.mdl-layout.is-upgraded .mdl-layout__tab-panel.is-active, .mdl-layout__tab-panel {
    display: block;
}

.mdl-layout.is-upgraded .mdl-layout__tab-panel {
    display: none;
}

.mdl-radio {
    position: relative;
    font-size: 16px;
    display: inline-block;
    box-sizing: border-box;
    margin: 0;
    padding-left: 0;
}

    .mdl-radio.is-upgraded {
        padding-left: 24px;
    }

.mdl-radio, .mdl-radio__button {
    line-height: 24px;
}

    .mdl-radio.is-upgraded .mdl-radio__button {
        position: absolute;
        width: 0;
        height: 0;
        margin: 0;
        padding: 0;
        opacity: 0;
        -moz-appearance: none;
        -webkit-appearance: none;
        appearance: none;
        border: none;
    }

.mdl-radio__outer-circle {
    position: absolute;
    top: 4px;
    left: 0;
    display: inline-block;
    box-sizing: border-box;
    width: 16px;
    height: 16px;
    margin: 0;
    cursor: pointer;
    border: 2px solid rgba(0,0,0,.54);
    border-radius: 50%;
    z-index: 2;
}

.mdl-radio.is-checked .mdl-radio__outer-circle {
    border: 2px solid rgb(63,81,181);
}

.mdl-radio.is-disabled .mdl-radio__outer-circle, .mdl-radio__outer-circle fieldset[disabled] .mdl-radio {
    border: 2px solid rgba(0,0,0,.26);
    cursor: auto;
}

.mdl-radio__inner-circle {
    position: absolute;
    z-index: 1;
    margin: 0;
    top: 8px;
    left: 4px;
    box-sizing: border-box;
    width: 8px;
    height: 8px;
    cursor: pointer;
    transition-duration: .28s;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-transform: scale3d(0,0,0);
    transform: scale3d(0,0,0);
    border-radius: 50%;
    background: rgb(63,81,181);
}

.mdl-radio.is-checked .mdl-radio__inner-circle {
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
}

.mdl-radio.is-disabled .mdl-radio__inner-circle, fieldset[disabled] .mdl-radio .mdl-radio__inner-circle {
    background: rgba(0,0,0,.26);
    cursor: auto;
}

.mdl-radio.is-focused .mdl-radio__inner-circle {
    box-shadow: 0 0 0 10px rgba(0,0,0,.1);
}

.mdl-radio__label {
    cursor: pointer;
}

.mdl-radio.is-disabled .mdl-radio__label, fieldset[disabled] .mdl-radio .mdl-radio__label {
    color: rgba(0,0,0,.26);
    cursor: auto;
}

.mdl-radio__ripple-container {
    position: absolute;
    z-index: 2;
    top: -9px;
    left: -13px;
    box-sizing: border-box;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    cursor: pointer;
    overflow: hidden;
}

    .mdl-radio__ripple-container .mdl-ripple {
        background: rgb(63,81,181);
    }

.mdl-radio.is-disabled .mdl-radio__ripple-container, fieldset[disabled] .mdl-radio .mdl-radio__ripple-container {
    cursor: auto;
}

    .mdl-radio.is-disabled .mdl-radio__ripple-container .mdl-ripple, fieldset[disabled] .mdl-radio .mdl-radio__ripple-container .mdl-ripple {
        background: 0 0;
    }

:root .mdl-slider.mdl-slider.is-upgraded, _:-ms-input-placeholder {
    height: 32px;
    margin: 0;
}

.mdl-slider {
    width: calc(100% - 40px);
    margin: 0 20px;
}

    .mdl-slider.is-upgraded {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        height: 2px;
        background: 0 0;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        outline: 0;
        padding: 0;
        color: rgb(63,81,181);
        -ms-flex-item-align: center;
        align-self: center;
        z-index: 1;
        cursor: pointer;
    }

        .mdl-slider.is-upgraded::-moz-focus-outer {
            border: 0;
        }

        .mdl-slider.is-upgraded::-ms-tooltip {
            display: none;
        }

        .mdl-slider.is-upgraded::-webkit-slider-runnable-track {
            background: 0 0;
        }

        .mdl-slider.is-upgraded::-ms-track {
            background: 0 0;
            color: transparent;
            height: 2px;
            width: 100%;
            border: none;
        }

        .mdl-slider.is-upgraded::-ms-fill-lower {
            padding: 0;
            background: linear-gradient(to right,transparent,transparent 16px,rgb(63,81,181)16px,rgb(63,81,181)0);
        }

        .mdl-slider.is-upgraded::-ms-fill-upper {
            padding: 0;
            background: linear-gradient(to left,transparent,transparent 16px,rgba(0,0,0,.26)16px,rgba(0,0,0,.26)0);
        }

        .mdl-slider.is-upgraded::-webkit-slider-thumb {
            -webkit-appearance: none;
            width: 12px;
            height: 12px;
            box-sizing: border-box;
            border-radius: 50%;
            background: rgb(63,81,181);
            border: none;
            transition: transform .18s cubic-bezier(.4,0,.2,1),border .18s cubic-bezier(.4,0,.2,1),box-shadow .18s cubic-bezier(.4,0,.2,1),background .28s cubic-bezier(.4,0,.2,1);
            transition: transform .18s cubic-bezier(.4,0,.2,1),border .18s cubic-bezier(.4,0,.2,1),box-shadow .18s cubic-bezier(.4,0,.2,1),background .28s cubic-bezier(.4,0,.2,1),-webkit-transform .18s cubic-bezier(.4,0,.2,1);
        }

        .mdl-slider.is-upgraded::-webkit-slider-thumb {
            width: 12px;
            height: 12px;
            box-sizing: border-box;
            border-radius: 50%;
            background-image: none;
            background: rgb(63,81,181);
            border: none;
        }

        .mdl-slider.is-upgraded:focus:not(:active)::-webkit-slider-thumb {
            box-shadow: 0 0 0 10px rgba(63,81,181,.26);
        }

        .mdl-slider.is-upgraded:focus:not(:active)::-webkit-slider-thumb {
            box-shadow: 0 0 0 10px rgba(63,81,181,.26);
        }

        .mdl-slider.is-upgraded:active::-webkit-slider-thumb {
            background-image: none;
            background: rgb(63,81,181);
            -webkit-transform: scale(1.5);
            transform: scale(1.5);
        }

        .mdl-slider.is-upgraded:active::-webkit-slider-thumb {
            background-image: none;
            background: rgb(63,81,181);
            transform: scale(1.5);
        }

        .mdl-slider.is-upgraded::-ms-thumb {
            width: 32px;
            height: 32px;
            border: none;
            border-radius: 50%;
            background: rgb(63,81,181);
            transform: scale(.375);
            transition: transform .18s cubic-bezier(.4,0,.2,1),background .28s cubic-bezier(.4,0,.2,1);
            transition: transform .18s cubic-bezier(.4,0,.2,1),background .28s cubic-bezier(.4,0,.2,1),-webkit-transform .18s cubic-bezier(.4,0,.2,1);
        }

        .mdl-slider.is-upgraded:focus:not(:active)::-ms-thumb {
            background: radial-gradient(circle closest-side,rgb(63,81,181)0%,rgb(63,81,181)37.5%,rgba(63,81,181,.26)37.5%,rgba(63,81,181,.26)100%);
            transform: scale(1);
        }

        .mdl-slider.is-upgraded:active::-ms-thumb {
            background: rgb(63,81,181);
            transform: scale(.5625);
        }

        .mdl-slider.is-upgraded.is-lowest-value::-webkit-slider-thumb {
            border: 2px solid rgba(0,0,0,.26);
            background: 0 0;
        }

        .mdl-slider.is-upgraded.is-lowest-value::-webkit-slider-thumb {
            border: 2px solid rgba(0,0,0,.26);
            background: 0 0;
        }

        .mdl-slider.is-upgraded.is-lowest-value + .mdl-slider__background-flex > .mdl-slider__background-upper {
            left: 6px;
        }

        .mdl-slider.is-upgraded.is-lowest-value:focus:not(:active)::-webkit-slider-thumb {
            box-shadow: 0 0 0 10px rgba(0,0,0,.12);
            background: rgba(0,0,0,.12);
        }

        .mdl-slider.is-upgraded.is-lowest-value:focus:not(:active)::-webkit-slider-thumb {
            box-shadow: 0 0 0 10px rgba(0,0,0,.12);
            background: rgba(0,0,0,.12);
        }

        .mdl-slider.is-upgraded.is-lowest-value:active::-webkit-slider-thumb {
            border: 1.6px solid rgba(0,0,0,.26);
            -webkit-transform: scale(1.5);
            transform: scale(1.5);
        }

        .mdl-slider.is-upgraded.is-lowest-value:active + .mdl-slider__background-flex > .mdl-slider__background-upper {
            left: 9px;
        }

        .mdl-slider.is-upgraded.is-lowest-value:active::-webkit-slider-thumb {
            border: 1.5px solid rgba(0,0,0,.26);
            transform: scale(1.5);
        }

        .mdl-slider.is-upgraded.is-lowest-value::-ms-thumb {
            background: radial-gradient(circle closest-side,transparent 0%,transparent 66.67%,rgba(0,0,0,.26)66.67%,rgba(0,0,0,.26)100%);
        }

        .mdl-slider.is-upgraded.is-lowest-value:focus:not(:active)::-ms-thumb {
            background: radial-gradient(circle closest-side,rgba(0,0,0,.12)0%,rgba(0,0,0,.12)25%,rgba(0,0,0,.26)25%,rgba(0,0,0,.26)37.5%,rgba(0,0,0,.12)37.5%,rgba(0,0,0,.12)100%);
            transform: scale(1);
        }

        .mdl-slider.is-upgraded.is-lowest-value:active::-ms-thumb {
            transform: scale(.5625);
            background: radial-gradient(circle closest-side,transparent 0%,transparent 77.78%,rgba(0,0,0,.26)77.78%,rgba(0,0,0,.26)100%);
        }

        .mdl-slider.is-upgraded.is-lowest-value::-ms-fill-lower {
            background: 0 0;
        }

        .mdl-slider.is-upgraded.is-lowest-value::-ms-fill-upper {
            margin-left: 6px;
        }

        .mdl-slider.is-upgraded.is-lowest-value:active::-ms-fill-upper {
            margin-left: 9px;
        }

        .mdl-slider.is-upgraded:disabled::-webkit-slider-thumb, .mdl-slider.is-upgraded:disabled:active::-webkit-slider-thumb, .mdl-slider.is-upgraded:disabled:focus::-webkit-slider-thumb {
            -webkit-transform: scale(.667);
            transform: scale(.667);
            background: rgba(0,0,0,.26);
        }

        .mdl-slider.is-upgraded:disabled::-webkit-slider-thumb, .mdl-slider.is-upgraded:disabled:active::-webkit-slider-thumb, .mdl-slider.is-upgraded:disabled:focus::-webkit-slider-thumb {
            transform: scale(.667);
            background: rgba(0,0,0,.26);
        }

        .mdl-slider.is-upgraded:disabled + .mdl-slider__background-flex > .mdl-slider__background-lower {
            background-color: rgba(0,0,0,.26);
            left: -6px;
        }

        .mdl-slider.is-upgraded:disabled + .mdl-slider__background-flex > .mdl-slider__background-upper {
            left: 6px;
        }

        .mdl-slider.is-upgraded.is-lowest-value:disabled::-webkit-slider-thumb, .mdl-slider.is-upgraded.is-lowest-value:disabled:active::-webkit-slider-thumb, .mdl-slider.is-upgraded.is-lowest-value:disabled:focus::-webkit-slider-thumb {
            border: 3px solid rgba(0,0,0,.26);
            background: 0 0;
            -webkit-transform: scale(.667);
            transform: scale(.667);
        }

        .mdl-slider.is-upgraded.is-lowest-value:disabled::-webkit-slider-thumb, .mdl-slider.is-upgraded.is-lowest-value:disabled:active::-webkit-slider-thumb, .mdl-slider.is-upgraded.is-lowest-value:disabled:focus::-webkit-slider-thumb {
            border: 3px solid rgba(0,0,0,.26);
            background: 0 0;
            transform: scale(.667);
        }

        .mdl-slider.is-upgraded.is-lowest-value:disabled:active + .mdl-slider__background-flex > .mdl-slider__background-upper {
            left: 6px;
        }

        .mdl-slider.is-upgraded:disabled::-ms-thumb, .mdl-slider.is-upgraded:disabled:active::-ms-thumb, .mdl-slider.is-upgraded:disabled:focus::-ms-thumb {
            transform: scale(.25);
            background: rgba(0,0,0,.26);
        }

        .mdl-slider.is-upgraded.is-lowest-value:disabled::-ms-thumb, .mdl-slider.is-upgraded.is-lowest-value:disabled:active::-ms-thumb, .mdl-slider.is-upgraded.is-lowest-value:disabled:focus::-ms-thumb {
            transform: scale(.25);
            background: radial-gradient(circle closest-side,transparent 0%,transparent 50%,rgba(0,0,0,.26)50%,rgba(0,0,0,.26)100%);
        }

        .mdl-slider.is-upgraded:disabled::-ms-fill-lower {
            margin-right: 6px;
            background: linear-gradient(to right,transparent,transparent 25px,rgba(0,0,0,.26)25px,rgba(0,0,0,.26)0);
        }

        .mdl-slider.is-upgraded:disabled::-ms-fill-upper {
            margin-left: 6px;
        }

        .mdl-slider.is-upgraded.is-lowest-value:disabled:active::-ms-fill-upper {
            margin-left: 6px;
        }

.mdl-slider__ie-container {
    height: 18px;
    overflow: visible;
    border: none;
    margin: 0;
    padding: 0;
}

.mdl-slider__background-flex, .mdl-slider__container {
    background: 0 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.mdl-slider__container {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 18px;
    position: relative;
}

.mdl-slider__background-flex {
    position: absolute;
    height: 2px;
    width: calc(100% - 52px);
    top: 50%;
    left: 0;
    margin: 0 26px;
    overflow: hidden;
    border: 0;
    padding: 0;
    -webkit-transform: translate(0,-1px);
    transform: translate(0,-1px);
}

.mdl-slider__background-lower, .mdl-slider__background-upper {
    -webkit-flex: 0;
    -ms-flex: 0;
    flex: 0;
    position: relative;
    border: 0;
    padding: 0;
}

.mdl-slider__background-lower {
    background: rgb(63,81,181);
}

.mdl-slider__background-upper {
    background: rgba(0,0,0,.26);
    transition: left .18s cubic-bezier(.4,0,.2,1);
}

.mdl-snackbar {
    position: fixed;
    bottom: 0;
    left: 50%;
    margin-right: -50%;
    cursor: default;
    background-color: #323232;
    z-index: 10000;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-family: "Roboto","Helvetica","Arial",sans-serif;
    will-change: transform;
    -webkit-transform: translate(0,80px);
    transform: translate(0,80px);
    transition: transform .25s cubic-bezier(.4,0,1,1);
    transition: transform .25s cubic-bezier(.4,0,1,1),-webkit-transform .25s cubic-bezier(.4,0,1,1);
    pointer-events: none;
}

@media (max-width:479px) {
    .mdl-snackbar {
        width: 100%;
        left: 0;
        min-height: 48px;
        max-height: 80px;
    }
}

@media (min-width:480px) {
    .mdl-snackbar {
        min-width: 288px;
        max-width: 568px;
        border-radius: 2px;
    }
}

.mdl-snackbar--active {
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
    pointer-events: auto;
    transition: transform .25s cubic-bezier(0,0,.2,1);
    transition: transform .25s cubic-bezier(0,0,.2,1),-webkit-transform .25s cubic-bezier(0,0,.2,1);
}

.mdl-snackbar__text {
    padding: 14px 24px;
    vertical-align: middle;
    color: #fff;
}

.mdl-snackbar__action {
    background: 0 0;
    border: none;
    color: rgb(255,110,64);
    padding: 14px 24px;
    font-family: "Roboto","Helvetica","Arial",sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 0;
    overflow: hidden;
    outline: none;
    opacity: 0;
    pointer-events: none;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
}

    .mdl-snackbar__action::-moz-focus-inner {
        border: 0;
    }

    .mdl-snackbar__action:not([aria-hidden]) {
        opacity: 1;
        pointer-events: auto;
    }

.mdl-spinner {
    display: inline-block;
    position: relative;
    width: 28px;
    height: 28px;
}

    .mdl-spinner:not(.is-upgraded).is-active:after {
        content: "Loading...";
    }

    .mdl-spinner.is-upgraded.is-active {
        -webkit-animation: mdl-spinner__container-rotate 1568.23529412ms linear infinite;
        animation: mdl-spinner__container-rotate 1568.23529412ms linear infinite;
    }

@-webkit-keyframes mdl-spinner__container-rotate {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes mdl-spinner__container-rotate {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.mdl-spinner__layer {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.mdl-spinner__layer-1 {
    border-color: #42a5f5;
}

.mdl-spinner--single-color .mdl-spinner__layer-1, .mdl-spinner--single-color .mdl-spinner__layer-2, .mdl-spinner--single-color .mdl-spinner__layer-3, .mdl-spinner--single-color .mdl-spinner__layer-4 {
    border-color: rgb(63,81,181);
}

.mdl-spinner.is-active .mdl-spinner__layer-1 {
    -webkit-animation: mdl-spinner__fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1)infinite both,mdl-spinner__layer-1-fade-in-out 5332ms cubic-bezier(.4,0,.2,1)infinite both;
    animation: mdl-spinner__fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1)infinite both,mdl-spinner__layer-1-fade-in-out 5332ms cubic-bezier(.4,0,.2,1)infinite both;
}

.mdl-spinner__layer-2 {
    border-color: #f44336;
}

.mdl-spinner.is-active .mdl-spinner__layer-2 {
    -webkit-animation: mdl-spinner__fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1)infinite both,mdl-spinner__layer-2-fade-in-out 5332ms cubic-bezier(.4,0,.2,1)infinite both;
    animation: mdl-spinner__fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1)infinite both,mdl-spinner__layer-2-fade-in-out 5332ms cubic-bezier(.4,0,.2,1)infinite both;
}

.mdl-spinner__layer-3 {
    border-color: #fdd835;
}

.mdl-spinner.is-active .mdl-spinner__layer-3 {
    -webkit-animation: mdl-spinner__fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1)infinite both,mdl-spinner__layer-3-fade-in-out 5332ms cubic-bezier(.4,0,.2,1)infinite both;
    animation: mdl-spinner__fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1)infinite both,mdl-spinner__layer-3-fade-in-out 5332ms cubic-bezier(.4,0,.2,1)infinite both;
}

.mdl-spinner__layer-4 {
    border-color: #4caf50;
}

.mdl-spinner.is-active .mdl-spinner__layer-4 {
    -webkit-animation: mdl-spinner__fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1)infinite both,mdl-spinner__layer-4-fade-in-out 5332ms cubic-bezier(.4,0,.2,1)infinite both;
    animation: mdl-spinner__fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1)infinite both,mdl-spinner__layer-4-fade-in-out 5332ms cubic-bezier(.4,0,.2,1)infinite both;
}

@-webkit-keyframes mdl-spinner__fill-unfill-rotate {
    12.5% {
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    25% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }

    37.5% {
        -webkit-transform: rotate(405deg);
        transform: rotate(405deg);
    }

    50% {
        -webkit-transform: rotate(540deg);
        transform: rotate(540deg);
    }

    62.5% {
        -webkit-transform: rotate(675deg);
        transform: rotate(675deg);
    }

    75% {
        -webkit-transform: rotate(810deg);
        transform: rotate(810deg);
    }

    87.5% {
        -webkit-transform: rotate(945deg);
        transform: rotate(945deg);
    }

    to {
        -webkit-transform: rotate(1080deg);
        transform: rotate(1080deg);
    }
}

@keyframes mdl-spinner__fill-unfill-rotate {
    12.5% {
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    25% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }

    37.5% {
        -webkit-transform: rotate(405deg);
        transform: rotate(405deg);
    }

    50% {
        -webkit-transform: rotate(540deg);
        transform: rotate(540deg);
    }

    62.5% {
        -webkit-transform: rotate(675deg);
        transform: rotate(675deg);
    }

    75% {
        -webkit-transform: rotate(810deg);
        transform: rotate(810deg);
    }

    87.5% {
        -webkit-transform: rotate(945deg);
        transform: rotate(945deg);
    }

    to {
        -webkit-transform: rotate(1080deg);
        transform: rotate(1080deg);
    }
}

@-webkit-keyframes mdl-spinner__layer-1-fade-in-out {
    0%,25%,90%,to {
        opacity: .99;
    }

    26%,89% {
        opacity: 0;
    }
}

@keyframes mdl-spinner__layer-1-fade-in-out {
    0%,25%,90%,to {
        opacity: .99;
    }

    26%,89% {
        opacity: 0;
    }
}

@-webkit-keyframes mdl-spinner__layer-2-fade-in-out {
    0%,15%,51% {
        opacity: 0;
    }

    25%,50% {
        opacity: .99;
    }
}

@keyframes mdl-spinner__layer-2-fade-in-out {
    0%,15%,51% {
        opacity: 0;
    }

    25%,50% {
        opacity: .99;
    }
}

@-webkit-keyframes mdl-spinner__layer-3-fade-in-out {
    0%,40%,76% {
        opacity: 0;
    }

    50%,75% {
        opacity: .99;
    }
}

@keyframes mdl-spinner__layer-3-fade-in-out {
    0%,40%,76% {
        opacity: 0;
    }

    50%,75% {
        opacity: .99;
    }
}

@-webkit-keyframes mdl-spinner__layer-4-fade-in-out {
    0%,65%,to {
        opacity: 0;
    }

    75%,90% {
        opacity: .99;
    }
}

@keyframes mdl-spinner__layer-4-fade-in-out {
    0%,65%,to {
        opacity: 0;
    }

    75%,90% {
        opacity: .99;
    }
}

.mdl-spinner__gap-patch {
    position: absolute;
    box-sizing: border-box;
    top: 0;
    left: 45%;
    width: 10%;
    height: 100%;
    overflow: hidden;
    border-color: inherit;
}

    .mdl-spinner__gap-patch .mdl-spinner__circle {
        width: 1000%;
        left: -450%;
    }

.mdl-spinner__circle-clipper {
    display: inline-block;
    position: relative;
    width: 50%;
    height: 100%;
    overflow: hidden;
    border-color: inherit;
}

    .mdl-spinner__circle-clipper .mdl-spinner__circle {
        width: 200%;
    }

.mdl-spinner__circle {
    box-sizing: border-box;
    height: 100%;
    border-width: 3px;
    border-style: solid;
    border-color: inherit;
    border-bottom-color: transparent !important;
    border-radius: 50%;
    -webkit-animation: none;
    animation: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.mdl-spinner__left .mdl-spinner__circle {
    border-right-color: transparent !important;
    -webkit-transform: rotate(129deg);
    transform: rotate(129deg);
}

.mdl-spinner.is-active .mdl-spinner__left .mdl-spinner__circle {
    -webkit-animation: mdl-spinner__left-spin 1333ms cubic-bezier(.4,0,.2,1)infinite both;
    animation: mdl-spinner__left-spin 1333ms cubic-bezier(.4,0,.2,1)infinite both;
}

.mdl-spinner__right .mdl-spinner__circle {
    left: -100%;
    border-left-color: transparent !important;
    -webkit-transform: rotate(-129deg);
    transform: rotate(-129deg);
}

.mdl-spinner.is-active .mdl-spinner__right .mdl-spinner__circle {
    -webkit-animation: mdl-spinner__right-spin 1333ms cubic-bezier(.4,0,.2,1)infinite both;
    animation: mdl-spinner__right-spin 1333ms cubic-bezier(.4,0,.2,1)infinite both;
}

@-webkit-keyframes mdl-spinner__left-spin {
    0%,to {
        -webkit-transform: rotate(130deg);
        transform: rotate(130deg);
    }

    50% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
}

@keyframes mdl-spinner__left-spin {
    0%,to {
        -webkit-transform: rotate(130deg);
        transform: rotate(130deg);
    }

    50% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
}

@-webkit-keyframes mdl-spinner__right-spin {
    0%,to {
        -webkit-transform: rotate(-130deg);
        transform: rotate(-130deg);
    }

    50% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }
}

@keyframes mdl-spinner__right-spin {
    0%,to {
        -webkit-transform: rotate(-130deg);
        transform: rotate(-130deg);
    }

    50% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }
}

.mdl-switch {
    position: relative;
    z-index: 1;
    vertical-align: middle;
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    height: 24px;
    margin: 0;
    padding: 0;
    overflow: visible;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .mdl-switch.is-upgraded {
        padding-left: 28px;
    }

.mdl-switch__input {
    line-height: 24px;
}

.mdl-switch.is-upgraded .mdl-switch__input {
    position: absolute;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: none;
}

.mdl-switch__track {
    background: rgba(0,0,0,.26);
    position: absolute;
    left: 0;
    top: 5px;
    height: 14px;
    width: 36px;
    border-radius: 14px;
    cursor: pointer;
}

.mdl-switch.is-checked .mdl-switch__track {
    background: rgba(63,81,181,.5);
}

.mdl-switch.is-disabled .mdl-switch__track, .mdl-switch__track fieldset[disabled] .mdl-switch {
    background: rgba(0,0,0,.12);
    cursor: auto;
}

.mdl-switch__thumb {
    background: #fafafa;
    position: absolute;
    left: 0;
    top: 2px;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
    transition-duration: .28s;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-property: left;
}

.mdl-switch.is-checked .mdl-switch__thumb {
    background: rgb(63,81,181);
    left: 16px;
    box-shadow: 0 3px 4px 0 rgba(0,0,0,.14),0 3px 3px -2px rgba(0,0,0,.2),0 1px 8px 0 rgba(0,0,0,.12);
}

.mdl-switch.is-disabled .mdl-switch__thumb, .mdl-switch__thumb fieldset[disabled] .mdl-switch {
    background: #bdbdbd;
    cursor: auto;
}

.mdl-switch__focus-helper {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-4px,-4px);
    transform: translate(-4px,-4px);
    display: inline-block;
    box-sizing: border-box;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: transparent;
}

.mdl-switch.is-focused .mdl-switch__focus-helper {
    box-shadow: 0 0 0 20px rgba(0,0,0,.1);
    background-color: rgba(0,0,0,.1);
}

.mdl-switch.is-focused.is-checked .mdl-switch__focus-helper {
    box-shadow: 0 0 0 20px rgba(63,81,181,.26);
    background-color: rgba(63,81,181,.26);
}

.mdl-switch__label {
    position: relative;
    cursor: pointer;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    left: 24px;
}

    .mdl-switch.is-disabled .mdl-switch__label, .mdl-switch__label fieldset[disabled] .mdl-switch {
        color: #bdbdbd;
        cursor: auto;
    }

.mdl-switch__ripple-container {
    position: absolute;
    z-index: 2;
    top: -12px;
    left: -14px;
    box-sizing: border-box;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    cursor: pointer;
    overflow: hidden;
    transition-duration: .4s;
    transition-timing-function: step-end;
    transition-property: left;
}

    .mdl-switch__ripple-container .mdl-ripple {
        background: rgb(63,81,181);
    }

    .mdl-switch.is-disabled .mdl-switch__ripple-container, .mdl-switch__ripple-container fieldset[disabled] .mdl-switch {
        cursor: auto;
    }

        .mdl-switch.is-disabled .mdl-switch__ripple-container .mdl-ripple, fieldset[disabled] .mdl-switch .mdl-switch__ripple-container .mdl-ripple {
            background: 0 0;
        }

.mdl-switch.is-checked .mdl-switch__ripple-container {
    left: 2px;
}

.mdl-tabs {
    display: block;
    width: 100%;
}

.mdl-tabs__tab-bar {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: 48px;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #e0e0e0;
}

.mdl-tabs__tab {
    margin: 0;
    border: none;
    padding: 0 24px;
    float: left;
    position: relative;
    display: block;
    text-decoration: none;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    color: rgba(0,0,0,.54);
    overflow: hidden;
}

.mdl-tabs.is-upgraded .mdl-tabs__tab.is-active {
    color: rgba(0,0,0,.87);
}

    .mdl-tabs.is-upgraded .mdl-tabs__tab.is-active:after {
        height: 2px;
        width: 100%;
        display: block;
        content: " ";
        bottom: 0;
        left: 0;
        position: absolute;
        background: rgb(255,136,34);
        -webkit-animation: border-expand .2s cubic-bezier(.4,0,.4,1).01s alternate forwards;
        animation: border-expand .2s cubic-bezier(.4,0,.4,1).01s alternate forwards;
        transition: all 1s cubic-bezier(.4,0,1,1);
    }

.mdl-tabs__tab .mdl-tabs__ripple-container {
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    overflow: hidden;
}

    .mdl-tabs__tab .mdl-tabs__ripple-container .mdl-ripple {
        background: rgb(63,81,181);
    }

.mdl-tabs.is-upgraded .mdl-tabs__panel.is-active, .mdl-tabs__panel {
    display: block;
}

.mdl-tabs.is-upgraded .mdl-tabs__panel {
    display: none;
}

@-webkit-keyframes border-expand {
    0% {
        opacity: 0;
        width: 0;
    }

    to {
        opacity: 1;
        width: 100%;
    }
}

@keyframes border-expand {
    0% {
        opacity: 0;
        width: 0;
    }

    to {
        opacity: 1;
        width: 100%;
    }
}

.mdl-textfield {
    position: relative;
    font-size: 16px;
    display: inline-block;
    box-sizing: border-box;
    width: 300px;
    max-width: 100%;
    margin: 0;
    padding: 20px 0;
}

    .mdl-textfield .mdl-button {
        position: absolute;
        bottom: 20px;
    }

.mdl-textfield--align-right {
    text-align: right;
}

.mdl-textfield--full-width {
    width: 100%;
}

.mdl-textfield--expandable {
    min-width: 32px;
    width: auto;
    min-height: 32px;
}

.mdl-textfield__input {
    border: none;
    border-bottom: 1px solid rgba(0,0,0,.12);
    display: block;
    font-size: 16px;
    font-family: "Helvetica","Arial",sans-serif;
    margin: 0;
    padding: 4px 0;
    width: 100%;
    background: 0 0;
    text-align: left;
    color: inherit;
}

        .mdl-textfield__input[type=number]::-webkit-inner-spin-button, .mdl-textfield__input[type=number]::-webkit-outer-spin-button {
            -webkit-appearance: none;
            margin: 0;
        }

.mdl-textfield.is-focused .mdl-textfield__input {
    outline: none;
}

.mdl-textfield.is-invalid .mdl-textfield__input {
    border-color: #de3226;
    box-shadow: none;
}

.mdl-textfield.is-disabled .mdl-textfield__input, fieldset[disabled] .mdl-textfield .mdl-textfield__input {
    background-color: transparent;
    border-bottom: 1px dotted rgba(0,0,0,.12);
    color: rgba(0,0,0,.26);
}

.mdl-textfield textarea.mdl-textfield__input {
    display: block;
}

.mdl-textfield__label {
    bottom: 0;
    font-size: 16px;
    left: 0;
    right: 0;
    pointer-events: none;
    position: absolute;
    display: block;
    top: 24px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
}

.mdl-textfield.is-dirty .mdl-textfield__label {
    visibility: hidden;
}

.mdl-textfield--floating-label .mdl-textfield__label {
    transition-duration: .2s;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
}

.mdl-textfield.is-disabled.is-disabled .mdl-textfield__label, .mdl-textfield__label, fieldset[disabled] .mdl-textfield .mdl-textfield__label {
    color: rgba(0,0,0,.26);
}

.mdl-textfield--floating-label.is-dirty .mdl-textfield__label, .mdl-textfield--floating-label.is-focused .mdl-textfield__label {
    color: rgb(63,81,181);
    font-size: 12px;
    top: 4px;
    visibility: visible;
}

.mdl-textfield--floating-label.is-dirty .mdl-textfield__expandable-holder .mdl-textfield__label, .mdl-textfield--floating-label.is-focused .mdl-textfield__expandable-holder .mdl-textfield__label {
    top: -16px;
}

.mdl-textfield--floating-label.is-invalid .mdl-textfield__label {
    color: #de3226;
    font-size: 12px;
}

.mdl-textfield__label:after {
    background-color: rgb(255, 110, 64);
    bottom: 20px;
    content: '';
    height: 2px;
    left: 45%;
    position: absolute;
    transition-duration: .2s;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    visibility: hidden;
    width: 10px;
}

.mdl-textfield.is-focused .mdl-textfield__label:after {
    left: 0;
    visibility: visible;
    width: 100%;
}

.mdl-textfield.is-invalid .mdl-textfield__label:after {
    background-color: #de3226;
}

.mdl-textfield__error {
    color: #de3226;
    position: absolute;
    font-size: 12px;
    margin-top: 3px;
    visibility: hidden;
    display: block;
}

.mdl-textfield.is-invalid .mdl-textfield__error {
    visibility: visible;
}

.mdl-textfield__expandable-holder {
    position: relative;
    margin-left: 32px;
    transition-duration: .2s;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    display: inline-block;
    max-width: .1px;
}

.mdl-textfield.is-dirty .mdl-textfield__expandable-holder, .mdl-textfield.is-focused .mdl-textfield__expandable-holder {
    max-width: 600px;
}

.mdl-textfield__expandable-holder .mdl-textfield__label:after {
    bottom: 0;
}

.mdl-tooltip {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: top center;
    transform-origin: top center;
    will-change: transform;
    z-index: 999;
    background: rgba(97,97,97,.9);
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    font-size: 10px;
    font-weight: 500;
    line-height: 14px;
    max-width: 170px;
    position: fixed;
    top: -500px;
    left: -500px;
    padding: 8px;
    text-align: center;
}

    .mdl-tooltip.is-active {
        -webkit-animation: pulse 200ms cubic-bezier(0,0,.2,1)forwards;
        animation: pulse 200ms cubic-bezier(0,0,.2,1)forwards;
    }

.mdl-tooltip--large {
    line-height: 14px;
    font-size: 14px;
    padding: 16px;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }

    50% {
        -webkit-transform: scale(.99);
        transform: scale(.99);
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
        visibility: visible;
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }

    50% {
        -webkit-transform: scale(.99);
        transform: scale(.99);
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
        visibility: visible;
    }
}

.mdl-shadow--2dp {
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
}

.mdl-shadow--3dp {
    box-shadow: 0 3px 4px 0 rgba(0,0,0,.14),0 3px 3px -2px rgba(0,0,0,.2),0 1px 8px 0 rgba(0,0,0,.12);
}

.mdl-shadow--4dp {
    box-shadow: 0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12),0 2px 4px -1px rgba(0,0,0,.2);
}

.mdl-shadow--6dp {
    box-shadow: 0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12),0 3px 5px -1px rgba(0,0,0,.2);
}

.mdl-shadow--8dp {
    box-shadow: 0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12),0 5px 5px -3px rgba(0,0,0,.2);
}

.mdl-shadow--16dp {
    box-shadow: 0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12),0 8px 10px -5px rgba(0,0,0,.2);
}

.mdl-shadow--24dp {
    box-shadow: 0 9px 46px 8px rgba(0,0,0,.14),0 11px 15px -7px rgba(0,0,0,.12),0 24px 38px 3px rgba(0,0,0,.2);
}

.mdl-grid {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0 auto;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

    .mdl-grid.mdl-grid--no-spacing {
        padding: 0;
    }

.mdl-cell {
    box-sizing: border-box;
}

.mdl-cell--top {
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.mdl-cell--middle {
    -ms-flex-item-align: center;
    align-self: center;
}

.mdl-cell--bottom {
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.mdl-cell--stretch {
    -ms-flex-item-align: stretch;
    align-self: stretch;
}

.mdl-grid.mdl-grid--no-spacing > .mdl-cell {
    margin: 0;
}

.mdl-cell--order-1 {
    -ms-flex-order: 1;
    order: 1;
}

.mdl-cell--order-2 {
    -ms-flex-order: 2;
    order: 2;
}

.mdl-cell--order-3 {
    -ms-flex-order: 3;
    order: 3;
}

.mdl-cell--order-4 {
    -ms-flex-order: 4;
    order: 4;
}

.mdl-cell--order-5 {
    -ms-flex-order: 5;
    order: 5;
}

.mdl-cell--order-6 {
    -ms-flex-order: 6;
    order: 6;
}

.mdl-cell--order-7 {
    -ms-flex-order: 7;
    order: 7;
}

.mdl-cell--order-8 {
    -ms-flex-order: 8;
    order: 8;
}

.mdl-cell--order-9 {
    -ms-flex-order: 9;
    order: 9;
}

.mdl-cell--order-10 {
    -ms-flex-order: 10;
    order: 10;
}

.mdl-cell--order-11 {
    -ms-flex-order: 11;
    order: 11;
}

.mdl-cell--order-12 {
    -ms-flex-order: 12;
    order: 12;
}

@media (max-width:479px) {
    .mdl-grid {
        padding: 8px;
    }

    .mdl-cell {
        margin: 8px;
        width: calc(100% - 16px);
    }

    .mdl-grid--no-spacing > .mdl-cell {
        width: 100%;
    }

    .mdl-cell--hide-phone {
        display: none !important;
    }

    .mdl-cell--order-1-phone.mdl-cell--order-1-phone {
        -ms-flex-order: 1;
        order: 1;
    }

    .mdl-cell--order-2-phone.mdl-cell--order-2-phone {
        -ms-flex-order: 2;
        order: 2;
    }

    .mdl-cell--order-3-phone.mdl-cell--order-3-phone {
        -ms-flex-order: 3;
        order: 3;
    }

    .mdl-cell--order-4-phone.mdl-cell--order-4-phone {
        -ms-flex-order: 4;
        order: 4;
    }

    .mdl-cell--order-5-phone.mdl-cell--order-5-phone {
        -ms-flex-order: 5;
        order: 5;
    }

    .mdl-cell--order-6-phone.mdl-cell--order-6-phone {
        -ms-flex-order: 6;
        order: 6;
    }

    .mdl-cell--order-7-phone.mdl-cell--order-7-phone {
        -ms-flex-order: 7;
        order: 7;
    }

    .mdl-cell--order-8-phone.mdl-cell--order-8-phone {
        -ms-flex-order: 8;
        order: 8;
    }

    .mdl-cell--order-9-phone.mdl-cell--order-9-phone {
        -ms-flex-order: 9;
        order: 9;
    }

    .mdl-cell--order-10-phone.mdl-cell--order-10-phone {
        -ms-flex-order: 10;
        order: 10;
    }

    .mdl-cell--order-11-phone.mdl-cell--order-11-phone {
        -ms-flex-order: 11;
        order: 11;
    }

    .mdl-cell--order-12-phone.mdl-cell--order-12-phone {
        -ms-flex-order: 12;
        order: 12;
    }

    .mdl-cell--1-col, .mdl-cell--1-col-phone.mdl-cell--1-col-phone {
        width: calc(25% - 16px);
    }

    .mdl-grid--no-spacing > .mdl-cell--1-col, .mdl-grid--no-spacing > .mdl-cell--1-col-phone.mdl-cell--1-col-phone {
        width: 25%;
    }

    .mdl-cell--2-col, .mdl-cell--2-col-phone.mdl-cell--2-col-phone {
        width: calc(50% - 16px);
    }

    .mdl-grid--no-spacing > .mdl-cell--2-col, .mdl-grid--no-spacing > .mdl-cell--2-col-phone.mdl-cell--2-col-phone {
        width: 50%;
    }

    .mdl-cell--3-col, .mdl-cell--3-col-phone.mdl-cell--3-col-phone {
        width: calc(75% - 16px);
    }

    .mdl-grid--no-spacing > .mdl-cell--3-col, .mdl-grid--no-spacing > .mdl-cell--3-col-phone.mdl-cell--3-col-phone {
        width: 75%;
    }

    .mdl-cell--4-col, .mdl-cell--4-col-phone.mdl-cell--4-col-phone, .mdl-cell--5-col {
        width: calc(100% - 16px);
    }

    .mdl-grid--no-spacing > .mdl-cell--4-col, .mdl-grid--no-spacing > .mdl-cell--4-col-phone.mdl-cell--4-col-phone {
        width: 100%;
    }

    .mdl-cell--5-col-phone.mdl-cell--5-col-phone {
        width: calc(100% - 16px);
    }

    .mdl-grid--no-spacing > .mdl-cell--5-col, .mdl-grid--no-spacing > .mdl-cell--5-col-phone.mdl-cell--5-col-phone {
        width: 100%;
    }

    .mdl-cell--6-col, .mdl-cell--6-col-phone.mdl-cell--6-col-phone, .mdl-cell--7-col {
        width: calc(100% - 16px);
    }

    .mdl-grid--no-spacing > .mdl-cell--6-col, .mdl-grid--no-spacing > .mdl-cell--6-col-phone.mdl-cell--6-col-phone {
        width: 100%;
    }

    .mdl-cell--7-col-phone.mdl-cell--7-col-phone {
        width: calc(100% - 16px);
    }

    .mdl-grid--no-spacing > .mdl-cell--7-col, .mdl-grid--no-spacing > .mdl-cell--7-col-phone.mdl-cell--7-col-phone {
        width: 100%;
    }

    .mdl-cell--8-col, .mdl-cell--8-col-phone.mdl-cell--8-col-phone, .mdl-cell--9-col {
        width: calc(100% - 16px);
    }

    .mdl-grid--no-spacing > .mdl-cell--8-col, .mdl-grid--no-spacing > .mdl-cell--8-col-phone.mdl-cell--8-col-phone {
        width: 100%;
    }

    .mdl-cell--9-col-phone.mdl-cell--9-col-phone {
        width: calc(100% - 16px);
    }

    .mdl-grid--no-spacing > .mdl-cell--9-col, .mdl-grid--no-spacing > .mdl-cell--9-col-phone.mdl-cell--9-col-phone {
        width: 100%;
    }

    .mdl-cell--10-col, .mdl-cell--10-col-phone.mdl-cell--10-col-phone, .mdl-cell--11-col {
        width: calc(100% - 16px);
    }

    .mdl-grid--no-spacing > .mdl-cell--10-col, .mdl-grid--no-spacing > .mdl-cell--10-col-phone.mdl-cell--10-col-phone {
        width: 100%;
    }

    .mdl-cell--11-col-phone.mdl-cell--11-col-phone {
        width: calc(100% - 16px);
    }

    .mdl-grid--no-spacing > .mdl-cell--11-col, .mdl-grid--no-spacing > .mdl-cell--11-col-phone.mdl-cell--11-col-phone {
        width: 100%;
    }

    .mdl-cell--12-col, .mdl-cell--12-col-phone.mdl-cell--12-col-phone {
        width: calc(100% - 16px);
    }

    .mdl-grid--no-spacing > .mdl-cell--12-col, .mdl-grid--no-spacing > .mdl-cell--12-col-phone.mdl-cell--12-col-phone {
        width: 100%;
    }

    .mdl-cell--1-offset, .mdl-cell--1-offset-phone.mdl-cell--1-offset-phone {
        margin-left: calc(25% + 8px);
    }

    .mdl-grid.mdl-grid--no-spacing > .mdl-cell--1-offset, .mdl-grid.mdl-grid--no-spacing > .mdl-cell--1-offset-phone.mdl-cell--1-offset-phone {
        margin-left: 25%;
    }

    .mdl-cell--2-offset, .mdl-cell--2-offset-phone.mdl-cell--2-offset-phone {
        margin-left: calc(50% + 8px);
    }

    .mdl-grid.mdl-grid--no-spacing > .mdl-cell--2-offset, .mdl-grid.mdl-grid--no-spacing > .mdl-cell--2-offset-phone.mdl-cell--2-offset-phone {
        margin-left: 50%;
    }

    .mdl-cell--3-offset, .mdl-cell--3-offset-phone.mdl-cell--3-offset-phone {
        margin-left: calc(75% + 8px);
    }

    .mdl-grid.mdl-grid--no-spacing > .mdl-cell--3-offset, .mdl-grid.mdl-grid--no-spacing > .mdl-cell--3-offset-phone.mdl-cell--3-offset-phone {
        margin-left: 75%;
    }
}

@media (min-width:480px) and (max-width:839px) {
    .mdl-grid {
        padding: 8px;
    }

    .mdl-cell {
        margin: 8px;
        width: calc(50% - 16px);
    }

    .mdl-grid--no-spacing > .mdl-cell {
        width: 50%;
    }

    .mdl-cell--hide-tablet {
        display: none !important;
    }

    .mdl-cell--order-1-tablet.mdl-cell--order-1-tablet {
        -ms-flex-order: 1;
        order: 1;
    }

    .mdl-cell--order-2-tablet.mdl-cell--order-2-tablet {
        -ms-flex-order: 2;
        order: 2;
    }

    .mdl-cell--order-3-tablet.mdl-cell--order-3-tablet {
        -ms-flex-order: 3;
        order: 3;
    }

    .mdl-cell--order-4-tablet.mdl-cell--order-4-tablet {
        -ms-flex-order: 4;
        order: 4;
    }

    .mdl-cell--order-5-tablet.mdl-cell--order-5-tablet {
        -ms-flex-order: 5;
        order: 5;
    }

    .mdl-cell--order-6-tablet.mdl-cell--order-6-tablet {
        -ms-flex-order: 6;
        order: 6;
    }

    .mdl-cell--order-7-tablet.mdl-cell--order-7-tablet {
        -ms-flex-order: 7;
        order: 7;
    }

    .mdl-cell--order-8-tablet.mdl-cell--order-8-tablet {
        -ms-flex-order: 8;
        order: 8;
    }

    .mdl-cell--order-9-tablet.mdl-cell--order-9-tablet {
        -ms-flex-order: 9;
        order: 9;
    }

    .mdl-cell--order-10-tablet.mdl-cell--order-10-tablet {
        -ms-flex-order: 10;
        order: 10;
    }

    .mdl-cell--order-11-tablet.mdl-cell--order-11-tablet {
        -ms-flex-order: 11;
        order: 11;
    }

    .mdl-cell--order-12-tablet.mdl-cell--order-12-tablet {
        -ms-flex-order: 12;
        order: 12;
    }

    .mdl-cell--1-col, .mdl-cell--1-col-tablet.mdl-cell--1-col-tablet {
        width: calc(12.5% - 16px);
    }

    .mdl-grid--no-spacing > .mdl-cell--1-col, .mdl-grid--no-spacing > .mdl-cell--1-col-tablet.mdl-cell--1-col-tablet {
        width: 12.5%;
    }

    .mdl-cell--2-col, .mdl-cell--2-col-tablet.mdl-cell--2-col-tablet {
        width: calc(25% - 16px);
    }

    .mdl-grid--no-spacing > .mdl-cell--2-col, .mdl-grid--no-spacing > .mdl-cell--2-col-tablet.mdl-cell--2-col-tablet {
        width: 25%;
    }

    .mdl-cell--3-col, .mdl-cell--3-col-tablet.mdl-cell--3-col-tablet {
        width: calc(37.5% - 16px);
    }

    .mdl-grid--no-spacing > .mdl-cell--3-col, .mdl-grid--no-spacing > .mdl-cell--3-col-tablet.mdl-cell--3-col-tablet {
        width: 37.5%;
    }

    .mdl-cell--4-col, .mdl-cell--4-col-tablet.mdl-cell--4-col-tablet {
        width: calc(50% - 16px);
    }

    .mdl-grid--no-spacing > .mdl-cell--4-col, .mdl-grid--no-spacing > .mdl-cell--4-col-tablet.mdl-cell--4-col-tablet {
        width: 50%;
    }

    .mdl-cell--5-col, .mdl-cell--5-col-tablet.mdl-cell--5-col-tablet {
        width: calc(62.5% - 16px);
    }

    .mdl-grid--no-spacing > .mdl-cell--5-col, .mdl-grid--no-spacing > .mdl-cell--5-col-tablet.mdl-cell--5-col-tablet {
        width: 62.5%;
    }

    .mdl-cell--6-col, .mdl-cell--6-col-tablet.mdl-cell--6-col-tablet {
        width: calc(75% - 16px);
    }

    .mdl-grid--no-spacing > .mdl-cell--6-col, .mdl-grid--no-spacing > .mdl-cell--6-col-tablet.mdl-cell--6-col-tablet {
        width: 75%;
    }

    .mdl-cell--7-col, .mdl-cell--7-col-tablet.mdl-cell--7-col-tablet {
        width: calc(87.5% - 16px);
    }

    .mdl-grid--no-spacing > .mdl-cell--7-col, .mdl-grid--no-spacing > .mdl-cell--7-col-tablet.mdl-cell--7-col-tablet {
        width: 87.5%;
    }

    .mdl-cell--8-col, .mdl-cell--8-col-tablet.mdl-cell--8-col-tablet, .mdl-cell--9-col {
        width: calc(100% - 16px);
    }

    .mdl-grid--no-spacing > .mdl-cell--8-col, .mdl-grid--no-spacing > .mdl-cell--8-col-tablet.mdl-cell--8-col-tablet {
        width: 100%;
    }

    .mdl-cell--9-col-tablet.mdl-cell--9-col-tablet {
        width: calc(100% - 16px);
    }

    .mdl-grid--no-spacing > .mdl-cell--9-col, .mdl-grid--no-spacing > .mdl-cell--9-col-tablet.mdl-cell--9-col-tablet {
        width: 100%;
    }

    .mdl-cell--10-col, .mdl-cell--10-col-tablet.mdl-cell--10-col-tablet, .mdl-cell--11-col {
        width: calc(100% - 16px);
    }

    .mdl-grid--no-spacing > .mdl-cell--10-col, .mdl-grid--no-spacing > .mdl-cell--10-col-tablet.mdl-cell--10-col-tablet {
        width: 100%;
    }

    .mdl-cell--11-col-tablet.mdl-cell--11-col-tablet {
        width: calc(100% - 16px);
    }

    .mdl-grid--no-spacing > .mdl-cell--11-col, .mdl-grid--no-spacing > .mdl-cell--11-col-tablet.mdl-cell--11-col-tablet {
        width: 100%;
    }

    .mdl-cell--12-col, .mdl-cell--12-col-tablet.mdl-cell--12-col-tablet {
        width: calc(100% - 16px);
    }

    .mdl-grid--no-spacing > .mdl-cell--12-col, .mdl-grid--no-spacing > .mdl-cell--12-col-tablet.mdl-cell--12-col-tablet {
        width: 100%;
    }

    .mdl-cell--1-offset, .mdl-cell--1-offset-tablet.mdl-cell--1-offset-tablet {
        margin-left: calc(12.5% + 8px);
    }

    .mdl-grid.mdl-grid--no-spacing > .mdl-cell--1-offset, .mdl-grid.mdl-grid--no-spacing > .mdl-cell--1-offset-tablet.mdl-cell--1-offset-tablet {
        margin-left: 12.5%;
    }

    .mdl-cell--2-offset, .mdl-cell--2-offset-tablet.mdl-cell--2-offset-tablet {
        margin-left: calc(25% + 8px);
    }

    .mdl-grid.mdl-grid--no-spacing > .mdl-cell--2-offset, .mdl-grid.mdl-grid--no-spacing > .mdl-cell--2-offset-tablet.mdl-cell--2-offset-tablet {
        margin-left: 25%;
    }

    .mdl-cell--3-offset, .mdl-cell--3-offset-tablet.mdl-cell--3-offset-tablet {
        margin-left: calc(37.5% + 8px);
    }

    .mdl-grid.mdl-grid--no-spacing > .mdl-cell--3-offset, .mdl-grid.mdl-grid--no-spacing > .mdl-cell--3-offset-tablet.mdl-cell--3-offset-tablet {
        margin-left: 37.5%;
    }

    .mdl-cell--4-offset, .mdl-cell--4-offset-tablet.mdl-cell--4-offset-tablet {
        margin-left: calc(50% + 8px);
    }

    .mdl-grid.mdl-grid--no-spacing > .mdl-cell--4-offset, .mdl-grid.mdl-grid--no-spacing > .mdl-cell--4-offset-tablet.mdl-cell--4-offset-tablet {
        margin-left: 50%;
    }

    .mdl-cell--5-offset, .mdl-cell--5-offset-tablet.mdl-cell--5-offset-tablet {
        margin-left: calc(62.5% + 8px);
    }

    .mdl-grid.mdl-grid--no-spacing > .mdl-cell--5-offset, .mdl-grid.mdl-grid--no-spacing > .mdl-cell--5-offset-tablet.mdl-cell--5-offset-tablet {
        margin-left: 62.5%;
    }

    .mdl-cell--6-offset, .mdl-cell--6-offset-tablet.mdl-cell--6-offset-tablet {
        margin-left: calc(75% + 8px);
    }

    .mdl-grid.mdl-grid--no-spacing > .mdl-cell--6-offset, .mdl-grid.mdl-grid--no-spacing > .mdl-cell--6-offset-tablet.mdl-cell--6-offset-tablet {
        margin-left: 75%;
    }

    .mdl-cell--7-offset, .mdl-cell--7-offset-tablet.mdl-cell--7-offset-tablet {
        margin-left: calc(87.5% + 8px);
    }

    .mdl-grid.mdl-grid--no-spacing > .mdl-cell--7-offset, .mdl-grid.mdl-grid--no-spacing > .mdl-cell--7-offset-tablet.mdl-cell--7-offset-tablet {
        margin-left: 87.5%;
    }
}

@media (min-width:840px) {
    .mdl-grid {
        padding: 8px;
    }

    .mdl-cell {
        margin: 8px;
        width: calc(33.3333333333% - 16px);
    }

    .mdl-grid--no-spacing > .mdl-cell {
        width: 33.3333333333%;
    }

    .mdl-cell--hide-desktop {
        display: none !important;
    }

    .mdl-cell--order-1-desktop.mdl-cell--order-1-desktop {
        -ms-flex-order: 1;
        order: 1;
    }

    .mdl-cell--order-2-desktop.mdl-cell--order-2-desktop {
        -ms-flex-order: 2;
        order: 2;
    }

    .mdl-cell--order-3-desktop.mdl-cell--order-3-desktop {
        -ms-flex-order: 3;
        order: 3;
    }

    .mdl-cell--order-4-desktop.mdl-cell--order-4-desktop {
        -ms-flex-order: 4;
        order: 4;
    }

    .mdl-cell--order-5-desktop.mdl-cell--order-5-desktop {
        -ms-flex-order: 5;
        order: 5;
    }

    .mdl-cell--order-6-desktop.mdl-cell--order-6-desktop {
        -ms-flex-order: 6;
        order: 6;
    }

    .mdl-cell--order-7-desktop.mdl-cell--order-7-desktop {
        -ms-flex-order: 7;
        order: 7;
    }

    .mdl-cell--order-8-desktop.mdl-cell--order-8-desktop {
        -ms-flex-order: 8;
        order: 8;
    }

    .mdl-cell--order-9-desktop.mdl-cell--order-9-desktop {
        -ms-flex-order: 9;
        order: 9;
    }

    .mdl-cell--order-10-desktop.mdl-cell--order-10-desktop {
        -ms-flex-order: 10;
        order: 10;
    }

    .mdl-cell--order-11-desktop.mdl-cell--order-11-desktop {
        -ms-flex-order: 11;
        order: 11;
    }

    .mdl-cell--order-12-desktop.mdl-cell--order-12-desktop {
        -ms-flex-order: 12;
        order: 12;
    }

    .mdl-cell--1-col, .mdl-cell--1-col-desktop.mdl-cell--1-col-desktop {
        width: calc(8.3333333333% - 16px);
    }

    .mdl-grid--no-spacing > .mdl-cell--1-col, .mdl-grid--no-spacing > .mdl-cell--1-col-desktop.mdl-cell--1-col-desktop {
        width: 8.3333333333%;
    }

    .mdl-cell--2-col, .mdl-cell--2-col-desktop.mdl-cell--2-col-desktop {
        width: calc(16.6666666667% - 16px);
    }

    .mdl-grid--no-spacing > .mdl-cell--2-col, .mdl-grid--no-spacing > .mdl-cell--2-col-desktop.mdl-cell--2-col-desktop {
        width: 16.6666666667%;
    }

    .mdl-cell--3-col, .mdl-cell--3-col-desktop.mdl-cell--3-col-desktop {
        width: calc(25% - 16px);
    }

    .mdl-grid--no-spacing > .mdl-cell--3-col, .mdl-grid--no-spacing > .mdl-cell--3-col-desktop.mdl-cell--3-col-desktop {
        width: 25%;
    }

    .mdl-cell--4-col, .mdl-cell--4-col-desktop.mdl-cell--4-col-desktop {
        width: calc(33.3333333333% - 16px);
    }

    .mdl-grid--no-spacing > .mdl-cell--4-col, .mdl-grid--no-spacing > .mdl-cell--4-col-desktop.mdl-cell--4-col-desktop {
        width: 33.3333333333%;
    }

    .mdl-cell--5-col, .mdl-cell--5-col-desktop.mdl-cell--5-col-desktop {
        width: calc(41.6666666667% - 16px);
    }

    .mdl-grid--no-spacing > .mdl-cell--5-col, .mdl-grid--no-spacing > .mdl-cell--5-col-desktop.mdl-cell--5-col-desktop {
        width: 41.6666666667%;
    }

    .mdl-cell--6-col, .mdl-cell--6-col-desktop.mdl-cell--6-col-desktop {
        width: calc(50% - 16px);
    }

    .mdl-grid--no-spacing > .mdl-cell--6-col, .mdl-grid--no-spacing > .mdl-cell--6-col-desktop.mdl-cell--6-col-desktop {
        width: 50%;
    }

    .mdl-cell--7-col, .mdl-cell--7-col-desktop.mdl-cell--7-col-desktop {
        width: calc(58.3333333333% - 16px);
    }

    .mdl-grid--no-spacing > .mdl-cell--7-col, .mdl-grid--no-spacing > .mdl-cell--7-col-desktop.mdl-cell--7-col-desktop {
        width: 58.3333333333%;
    }

    .mdl-cell--8-col, .mdl-cell--8-col-desktop.mdl-cell--8-col-desktop {
        width: calc(66.6666666667% - 16px);
    }

    .mdl-grid--no-spacing > .mdl-cell--8-col, .mdl-grid--no-spacing > .mdl-cell--8-col-desktop.mdl-cell--8-col-desktop {
        width: 66.6666666667%;
    }

    .mdl-cell--9-col, .mdl-cell--9-col-desktop.mdl-cell--9-col-desktop {
        width: calc(75% - 16px);
    }

    .mdl-grid--no-spacing > .mdl-cell--9-col, .mdl-grid--no-spacing > .mdl-cell--9-col-desktop.mdl-cell--9-col-desktop {
        width: 75%;
    }

    .mdl-cell--10-col, .mdl-cell--10-col-desktop.mdl-cell--10-col-desktop {
        width: calc(83.3333333333% - 16px);
    }

    .mdl-grid--no-spacing > .mdl-cell--10-col, .mdl-grid--no-spacing > .mdl-cell--10-col-desktop.mdl-cell--10-col-desktop {
        width: 83.3333333333%;
    }

    .mdl-cell--11-col, .mdl-cell--11-col-desktop.mdl-cell--11-col-desktop {
        width: calc(91.6666666667% - 16px);
    }

    .mdl-grid--no-spacing > .mdl-cell--11-col, .mdl-grid--no-spacing > .mdl-cell--11-col-desktop.mdl-cell--11-col-desktop {
        width: 91.6666666667%;
    }

    .mdl-cell--12-col, .mdl-cell--12-col-desktop.mdl-cell--12-col-desktop {
        width: calc(100% - 16px);
    }

    .mdl-grid--no-spacing > .mdl-cell--12-col, .mdl-grid--no-spacing > .mdl-cell--12-col-desktop.mdl-cell--12-col-desktop {
        width: 100%;
    }

    .mdl-cell--1-offset, .mdl-cell--1-offset-desktop.mdl-cell--1-offset-desktop {
        margin-left: calc(8.3333333333% + 8px);
    }

    .mdl-grid.mdl-grid--no-spacing > .mdl-cell--1-offset, .mdl-grid.mdl-grid--no-spacing > .mdl-cell--1-offset-desktop.mdl-cell--1-offset-desktop {
        margin-left: 8.3333333333%;
    }

    .mdl-cell--2-offset, .mdl-cell--2-offset-desktop.mdl-cell--2-offset-desktop {
        margin-left: calc(16.6666666667% + 8px);
    }

    .mdl-grid.mdl-grid--no-spacing > .mdl-cell--2-offset, .mdl-grid.mdl-grid--no-spacing > .mdl-cell--2-offset-desktop.mdl-cell--2-offset-desktop {
        margin-left: 16.6666666667%;
    }

    .mdl-cell--3-offset, .mdl-cell--3-offset-desktop.mdl-cell--3-offset-desktop {
        margin-left: calc(25% + 8px);
    }

    .mdl-grid.mdl-grid--no-spacing > .mdl-cell--3-offset, .mdl-grid.mdl-grid--no-spacing > .mdl-cell--3-offset-desktop.mdl-cell--3-offset-desktop {
        margin-left: 25%;
    }

    .mdl-cell--4-offset, .mdl-cell--4-offset-desktop.mdl-cell--4-offset-desktop {
        margin-left: calc(33.3333333333% + 8px);
    }

    .mdl-grid.mdl-grid--no-spacing > .mdl-cell--4-offset, .mdl-grid.mdl-grid--no-spacing > .mdl-cell--4-offset-desktop.mdl-cell--4-offset-desktop {
        margin-left: 33.3333333333%;
    }

    .mdl-cell--5-offset, .mdl-cell--5-offset-desktop.mdl-cell--5-offset-desktop {
        margin-left: calc(41.6666666667% + 8px);
    }

    .mdl-grid.mdl-grid--no-spacing > .mdl-cell--5-offset, .mdl-grid.mdl-grid--no-spacing > .mdl-cell--5-offset-desktop.mdl-cell--5-offset-desktop {
        margin-left: 41.6666666667%;
    }

    .mdl-cell--6-offset, .mdl-cell--6-offset-desktop.mdl-cell--6-offset-desktop {
        margin-left: calc(50% + 8px);
    }

    .mdl-grid.mdl-grid--no-spacing > .mdl-cell--6-offset, .mdl-grid.mdl-grid--no-spacing > .mdl-cell--6-offset-desktop.mdl-cell--6-offset-desktop {
        margin-left: 50%;
    }

    .mdl-cell--7-offset, .mdl-cell--7-offset-desktop.mdl-cell--7-offset-desktop {
        margin-left: calc(58.3333333333% + 8px);
    }

    .mdl-grid.mdl-grid--no-spacing > .mdl-cell--7-offset, .mdl-grid.mdl-grid--no-spacing > .mdl-cell--7-offset-desktop.mdl-cell--7-offset-desktop {
        margin-left: 58.3333333333%;
    }

    .mdl-cell--8-offset, .mdl-cell--8-offset-desktop.mdl-cell--8-offset-desktop {
        margin-left: calc(66.6666666667% + 8px);
    }

    .mdl-grid.mdl-grid--no-spacing > .mdl-cell--8-offset, .mdl-grid.mdl-grid--no-spacing > .mdl-cell--8-offset-desktop.mdl-cell--8-offset-desktop {
        margin-left: 66.6666666667%;
    }

    .mdl-cell--9-offset, .mdl-cell--9-offset-desktop.mdl-cell--9-offset-desktop {
        margin-left: calc(75% + 8px);
    }

    .mdl-grid.mdl-grid--no-spacing > .mdl-cell--9-offset, .mdl-grid.mdl-grid--no-spacing > .mdl-cell--9-offset-desktop.mdl-cell--9-offset-desktop {
        margin-left: 75%;
    }

    .mdl-cell--10-offset, .mdl-cell--10-offset-desktop.mdl-cell--10-offset-desktop {
        margin-left: calc(83.3333333333% + 8px);
    }

    .mdl-grid.mdl-grid--no-spacing > .mdl-cell--10-offset, .mdl-grid.mdl-grid--no-spacing > .mdl-cell--10-offset-desktop.mdl-cell--10-offset-desktop {
        margin-left: 83.3333333333%;
    }

    .mdl-cell--11-offset, .mdl-cell--11-offset-desktop.mdl-cell--11-offset-desktop {
        margin-left: calc(91.6666666667% + 8px);
    }

    .mdl-grid.mdl-grid--no-spacing > .mdl-cell--11-offset, .mdl-grid.mdl-grid--no-spacing > .mdl-cell--11-offset-desktop.mdl-cell--11-offset-desktop {
        margin-left: 91.6666666667%;
    }
}

body {
    margin: 0;
}

.styleguide-demo h1 {
    margin: 48px 24px 0;
}

    .styleguide-demo h1:after {
        content: '';
        display: block;
        width: 100%;
        border-bottom: 1px solid rgba(0,0,0,.5);
        margin-top: 24px;
    }

.styleguide-demo {
    opacity: 0;
    transition: opacity .6s ease;
}

.styleguide-masthead {
    height: 256px;
    background: #212121;
    padding: 115px 16px 0;
}

.styleguide-container {
    position: relative;
    max-width: 960px;
    width: 100%;
}

.styleguide-title {
    color: #fff;
    bottom: auto;
    position: relative;
    font-size: 56px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: -.02em;
}

    .styleguide-title:after {
        border-bottom: 0;
    }

    .styleguide-title span {
        font-weight: 300;
    }

.mdl-styleguide .mdl-layout__drawer .mdl-navigation__link {
    padding: 10px 24px;
}

.demosLoaded .styleguide-demo {
    opacity: 1;
}

iframe {
    display: block;
    width: 100%;
    border: none;
}

    iframe.heightSet {
        overflow: hidden;
    }

.demo-wrapper {
    margin: 24px;
}

    .demo-wrapper iframe {
        border: 1px solid rgba(0,0,0,.5);
    }

@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
    padding-left:15px;
    padding-right:15px;
  }
}

@media (max-width: 767px) {
  .container {
    margin-left:15px;
	margin-right:15px;
  }
}


@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col, .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, .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, .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, .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, .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,
.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;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*! normalize.css v3.0.1 | MIT License | git.io/normalize */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}html{box-sizing:border-box}*,:after,:before{box-sizing:inherit}ul{list-style-type:none;padding:0}body,html{font-family:Helvetica,Arial,sans-serif;font-size:14px;font-weight:400;line-height:1.53rem;-webkit-font-smoothing:antialiased!important}@media (max-width:479px){html{font-size:12px}}@media (min-width:480px) and (max-width:767px){html{font-size:12px}}@media (min-width:768px) and (max-width:991px){html{font-size:13px}}@media (min-width:992px) and (max-width:1199px){html{font-size:14px}}@media (min-width:1200px){html{font-size:17px}}h1,h2,h3,h4,h5,h6,p{margin:0;padding:0}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small{font-family:Roboto,Helvetica,Arial,sans-serif;font-size:4rem;font-weight:400;line-height:1.35;letter-spacing:-.02rem;opacity:.54;font-size:.6rem}h1{font-family:Roboto,Helvetica,Arial,sans-serif;font-size:4rem;font-weight:400;line-height:1.35;letter-spacing:-.02rem;margin-top:1.71rem;margin-bottom:1.71rem}h2{font-family:Roboto,Helvetica,Arial,sans-serif;font-size:3.21rem;font-weight:300;line-height:3.53rem;margin-top:1.71rem;margin-bottom:1.71rem;letter-spacing:-.08rem}h3{font-family:Roboto,Helvetica,Arial,sans-serif;font-size:2.43rem;font-weight:400;line-height:2.86rem;margin-top:1.71rem;margin-bottom:1.71rem;letter-spacing:-.02rem}h4{font-family:Roboto,Helvetica,Arial,sans-serif;font-size:1.71rem;font-weight:400;line-height:2.36rem;-moz-osx-font-smoothing:grayscale;margin-top:1.71rem;margin-bottom:1.14rem}h5{font-family:Roboto,Helvetica,Arial,sans-serif;font-size:1.43rem;font-weight:500;line-height:1.86rem;letter-spacing:.02rem;margin-top:1.71rem;margin-bottom:1.14rem}h6{font-family:Roboto,Helvetica,Arial,sans-serif;font-size:1.14rem;font-weight:400;line-height:1.71rem;letter-spacing:.02rem;margin-top:1.71rem;margin-bottom:1.14rem;opacity:.8}p{font-size:1rem;font-weight:300;line-height:1.71rem;letter-spacing:0;margin-bottom:1.14rem}a{text-decoration:none;font-weight:500}blockquote{font-family:"Roboto Slab",serif;position:relative;font-size:1.3rem;font-weight:300;line-height:1.35;letter-spacing:normal;font-style:normal}blockquote:before{position:absolute;left:-.5em;content:''}blockquote:after{content:'';margin-left:-.05em}mark{background-color:#f4ff81}dt{font-weight:700}address{font-size:12px;font-weight:400;line-height:1;letter-spacing:0;font-style:normal}ol,ul{font-size:14px;font-weight:400;line-height:24px;letter-spacing:0}
/*------------------------------------------------------------------
[Master Stylesheet]

Project:	    M D L P 2
Version:	    1.0
Last change:	12/08/2015
Author:         Mat Przegietka 
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
[Table of contents]

1. Helper Classes
2. Preloader
3. Content Animation
4. Navigation
5. Homepage Content
6. Tabs
7. Icons
8. Lists
9. Video section
10. Pricing Boxes
11. Reviews
12. Contact
13. Footer
14. Material Design Lite tweeks

-------------------------------------------------------------------*/

/*--------------------------------------*/
/* 1. Helper Classes -------------------*/
/*--------------------------------------*/
.align-center {
    text-align: center;
}

.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.img_responsive {
    max-width: 100%;
}

.img-circle {
    border-radius: 50%;
}

.img-rounded_corner {
    border-radius: 0.2rem;
}

.margin-top-0 {
    margin-top: 0rem;
}

.margin-top-1 {
    margin-top: 1rem;
}

.margin-top-2 {
    margin-top: 2rem;
}


.margin-top-3 {
    margin-top: 3rem;
}

.margin-top-4 {
    margin-top: 4rem;
}

.margin-top-5 {
    margin-top: 5rem;
}

.margin-top-6 {
    margin-top: 6rem;
}

.margin-top-7 {
    margin-top: 6rem;
}

.margin-bottom-0 {
    margin-bottom: 0rem;
}

.margin-bottom-1 {
    margin-bottom: 1rem;
}

.margin-bottom-2 {
    margin-bottom: 2rem;
}

.margin-bottom-3 {
    margin-bottom: 3rem;
}

.margin-bottom-4 {
    margin-bottom: 4rem;
}

.margin-bottom-5 {
    margin-bottom: 5rem;
}

.margin-bottom-6 {
    margin-bottom: 6rem;
}

.margin-bottom-7 {
    margin-bottom: 7rem;
}

.margin-bottom-10 {
    margin-bottom: 10.3rem;
}


.padding-0 {
    padding: 0 !important;
}

.padding-top-1 {
    padding-top: 1rem;
}

.padding-top-2 {
    padding-top: 2rem;
}

.padding-top-3 {
    padding-top: 3rem;
}

.padding-top-4 {
    padding-top: 4rem;
}

.padding-top-5 {
    padding-top: 5rem;
}

.padding-top-6 {
    padding-top: 6rem;
}

.padding-top-7 {
    padding-top: 7rem;
}

.padding-top-8 {
    padding-top: 8rem;
}

.padding-top-9 {
    padding-top: 9rem;
}

.padding-top-10 {
    padding-top: 10rem;
}

.padding-top-11 {
    padding-top: 11rem;
}

.padding-top-12 {
    padding-top: 12rem;
}

.padding-top-15 {
    padding-top: 15rem;
}


.margin-left-col {
    margin-left: 5.333333%;
}

.padding-bottom-1 {
    padding-bottom: 1rem;
}

.padding-bottom-2 {
    padding-bottom: 2rem;
}

.padding-bottom-3 {
    padding-bottom: 3rem;
}

.padding-bottom-4 {
    padding-bottom: 4rem;
}

.padding-bottom-5 {
    padding-bottom: 5rem;
}

.padding-bottom-6 {
    padding-bottom: 6rem;
}

.padding-bottom-7 {
    padding-bottom: 7rem;
}

.padding-bottom-8 {
    padding-bottom: 8rem;
}

.padding-bottom-9 {
    padding-bottom: 9rem;
}

.padding-bottom-10 {
    padding-bottom: 10rem;
}

.padding-bottom-11 {
    padding-bottom: 11rem;
}

.subsection {
    padding-top: 7rem;
    padding-bottom: 7rem;
    position: relative;
    z-index: 100;
}

/*--------------------------------------*/
/* Preloader */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff; /* change if the mask should have another color then white */
    z-index: 2302; /* makes sure it stays on top */
}

#status {
    text-align: center;
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%; /* centers the loading animation horizontally one the screen */
    top: 50%; /* centers the loading animation vertically one the screen */
    margin: -100px 0 0 -100px; /* is width and height divided by two */
}

.mdl-spinner {
    width: 200px;
    height: 200px;
}

.mdl-button--accent.mdl-button--accent:hover {
    background-color: rgb(255,110,64);
}

/*--------------------------------------*/
/* 3. Content Animation ----------------*/
/*--------------------------------------*/

.home_anim1,
.home_anim2,
.home_anim3,
.home_anim4,
.home_anim5,
.home_anim6,
.home_anim7,
.home_anim8,
.home_anim9,
.home_anim10,
.more_info_anim1,
.more_info_anim2,
.more_info_anim3,
.more_info_anim4,
.more_info_anim5,
.more_info_anim6,
.more_info_anim7,
.more_info_anim8,
.more_info_anim9,
.more_info_anim10,
.features_anim1,
.features_anim2,
.features_anim3,
.features_anim4,
.features_anim5,
.features_anim6,
.features_anim7,
.features_anim8,
.features_anim9,
.features_anim10,
.screenshots_anim1,
.screenshots_anim2,
.screenshots_anim3,
.screenshots_anim4,
.screenshots_anim5,
.screenshots_anim6,
.screenshots_anim7,
.screenshots_anim8,
.screenshots_anim9,
.screenshots_anim10,
.pricing_anim1,
.pricing_anim2,
.pricing_anim3,
.pricing_anim4,
.pricing_anim5,
.pricing_anim6,
.pricing_anim7,
.pricing_anim8,
.pricing_anim9,
.pricing_anim10,
.testimonials_anim1,
.testimonials_anim2,
.testimonials_anim3,
.testimonials_anim4,
.testimonials_anim5,
.testimonials_anim6,
.testimonials_anim7,
.testimonials_anim8,
.testimonials_anim9,
.testimonials_anim10 {
    opacity: 0;
}


/*--------------------------------------*/
/* 4. Navigation -----------------------*/
/*--------------------------------------*/

/*-- desktop navigation --*/

.navigation_desktop ul:not(.mdl-menu) {
    float: right;
    margin: 0;
    line-height: 4rem;
}

.navigation_desktop ul li:not(.mdl-menu__item) {
    float: left;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    height: auto;
    margin-left: 1rem;
    margin-right: 1rem;
    display: inline-block;
}
@media(min-width:1200px) {
    .navigation_desktop ul li:not(.mdl-menu__item) {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }
    .navigation_desktop ul li a:not(.mdl-menu_a):not(.btn-menu-prueba), .planes_button {
        font-size: 0.7rem;
    }
}

.navigation_desktop ul li:last-child {
    margin-right: 0;
}

.navigation_desktop ul li a:not(.mdl-menu_a):not(.btn-menu-prueba) {
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1.71rem;
    margin: 0 !important;
    padding: 0 !important;
    letter-spacing: 0;
    opacity: 0.8;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #69727e;
    font-weight: bold;
    text-transform: uppercase;
}

.navigation_desktop a:not(.mdl-menu_a):hover {
    opacity: 1;
}

.navigation_desktop li a:focus, .navigation_desktop a:hover {
    outline: none;
    text-decoration: none;
}

/*-- menu_bar --*/
.menu_bar {
    height: 4rem;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 900;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: translateY(-105%);
    -moz-transform: translateY(-105%);
    transform: translateY(-105%);
    -ms-transform: translateY(-105%);
}

.menu_bar-hide {
    height: 4rem;
    -webkit-transform: translateY(-105%);
    -moz-transform: translateY(-105%);
    transform: translateY(-105%);
    -ms-transform: translateY(-105%);
}

.menu_bar-show {
    height: 4rem;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    transform: translateY(0%);
    -ms-transform: translateY(0%);
}

.menu_bar .navigation_desktop ul {
    margin: 0;
}

.logo {
    float: left;
    line-height: 0;
    margin-top: 0.3rem;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.3, 0.86);
    -moz-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.3, 0.86);
    transition: all 0.3s cubic-bezier(0.25, 0.1, 0.3, 0.86);
    -o-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.3, 0.86);
    transition: all 0.175s ease;
    transition-property: all;
    transition-duration: 0.175s;
    transition-timing-function: ease;
    transition-delay: initial;
}

/*-- Mobile Menu --*/

.cbp-spmenu {
    position: fixed;
    padding-top: 0rem;
    padding-left: 0rem;
    background-color: white;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.08), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.08), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.08), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.cbp-spmenu-vertical {
    width: 250px;
    height: 100%;
    top: 0;
    z-index: 1001;
}

.cbp-spmenu-right {
    right: -255px;
}

.cbp-spmenu-right-animated {
    -webkit-animation: animation_back 1000ms linear both;
    animation: animation_back 1000ms linear both;
}

#mobile_menu_content {
    float: left;
}

    #mobile_menu_content ul li a {
        color: black;
        padding: 0 1rem;
        font-size: 1.2rem;
        height: 3.2rem;
        line-height: 3.2rem;
        width: 250px;
        display: block;
    }

        #mobile_menu_content ul li a:hover {
            background-color: rgb(238,238,238);
        }

    #mobile_menu_content ul li {
        width: 250px;
        display: block;
    }

.cbp-spmenu-right.cbp-spmenu-open {
    -webkit-animation: animation 1000ms linear both;
    animation: animation 1000ms linear both;
}


/* Generated with Bounce.js. Edit at http://goo.gl/6EqiXS */

@-webkit-keyframes animation {
    0% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    4.3% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -102.854, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -102.854, 0, 0, 1);
    }

    8.61% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -175.717, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -175.717, 0, 0, 1);
    }

    12.91% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -210.455, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -210.455, 0, 0, 1);
    }

    17.22% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -218.667, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -218.667, 0, 0, 1);
    }

    28.33% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -204.125, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -204.125, 0, 0, 1);
    }

    39.44% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -198.754, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -198.754, 0, 0, 1);
    }

    61.66% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -200.083, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -200.083, 0, 0, 1);
    }

    83.98% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -199.994, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -199.994, 0, 0, 1);
    }

    100% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -200, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -200, 0, 0, 1);
    }
}

@keyframes animation {
    0% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    4.3% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -102.854, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -102.854, 0, 0, 1);
    }

    8.61% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -175.717, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -175.717, 0, 0, 1);
    }

    12.91% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -210.455, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -210.455, 0, 0, 1);
    }

    17.22% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -218.667, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -218.667, 0, 0, 1);
    }

    28.33% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -204.125, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -204.125, 0, 0, 1);
    }

    39.44% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -198.754, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -198.754, 0, 0, 1);
    }

    61.66% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -200.083, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -200.083, 0, 0, 1);
    }

    83.98% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -199.994, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -199.994, 0, 0, 1);
    }

    100% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -200, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -200, 0, 0, 1);
    }
}

/* Generated with Bounce.js. Edit at http://goo.gl/Y6j3eR */

@-webkit-keyframes animation_back {
    0% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -200, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -200, 0, 0, 1);
    }

    4.3% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -97.146, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -97.146, 0, 0, 1);
    }

    8.61% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -24.283, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -24.283, 0, 0, 1);
    }

    12.91% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 10.455, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 10.455, 0, 0, 1);
    }

    17.22% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 18.667, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 18.667, 0, 0, 1);
    }

    28.33% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 4.125, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 4.125, 0, 0, 1);
    }

    39.44% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -1.246, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -1.246, 0, 0, 1);
    }

    61.66% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.083, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.083, 0, 0, 1);
    }

    83.98% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.006, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.006, 0, 0, 1);
    }

    100% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
}

@keyframes animation_back {
    0% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -200, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -200, 0, 0, 1);
    }

    4.3% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -97.146, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -97.146, 0, 0, 1);
    }

    8.61% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -24.283, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -24.283, 0, 0, 1);
    }

    12.91% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 10.455, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 10.455, 0, 0, 1);
    }

    17.22% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 18.667, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 18.667, 0, 0, 1);
    }

    28.33% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 4.125, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 4.125, 0, 0, 1);
    }

    39.44% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -1.246, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -1.246, 0, 0, 1);
    }

    61.66% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.083, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.083, 0, 0, 1);
    }

    83.98% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.006, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.006, 0, 0, 1);
    }

    100% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
}



/*-- Mobile Menu open & close buttons --*/

#mobile_menu_content {
    clear: both;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.mdl-menu__container {
    margin-top: 0.5rem;
}

.mdl-menu__item {
    padding: 0 1.14rem;
    font-size: 0.8rem;
    height: 2rem;
    line-height: 2rem;
}

    .mdl-menu__item a {
        color: black;
    }

.menu_button {
    position: relative;
    float: right;
    margin-top: -0.05rem;
}


/*--------------------------------------*/
/* 5. Homepage Content -----------------*/
/*--------------------------------------*/

.top_bar {
    position: relative;
    z-index: 1000;
    margin-bottom: 5rem;
}

.logo_home {
    float: left;
    margin-bottom: 7rem;
}

.hero_fullscreen {
    padding-top: 2rem;
    padding-bottom: 0;
}

.home_content {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

    .home_content button {
        margin-top: 1rem;
    }


/*-- homepage images --*/

.dummy {
    margin: 0 auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
}

.layer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0 auto;
}


/*--------------------------------------*/
/* 6. Tabs -----------------------------*/
/*--------------------------------------*/

.mdl-tabs__tab-bar {
    height: 3.43rem;
    margin-bottom: 3rem;
    margin-top: 3rem;
}

.mdl-tabs__tab {
    padding: 0 1.71rem 0 1.71rem;
    height: 3.43rem;
    line-height: 3.43rem;
    font-size: 1rem;
}

    .mdl-tabs__tab span {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    .mdl-tabs__tab i {
        display: inline-block;
        vertical-align: middle;
        font-size: 1.5rem;
        padding-bottom: 0.2rem;
    }


/*--------------------------------------*/
/* 7. Icons ----------------------------*/
/*--------------------------------------*/

.material-icons-big {
    font-size: 3rem;
}

/*--------------------------------------*/
/* 8. Lists ----------------------------*/
/*--------------------------------------*/

.ulist {
    padding-bottom: 0.3rem;
}

    .ulist li {
        margin-bottom: 0.5rem;
        font-size: 1.14rem;
        font-weight: 400;
        line-height: 1.71rem;
        letter-spacing: 0.02rem;
        margin-top: 1.71rem;
        margin-bottom: 1.14rem;
        opacity: 0.8;
        position: relative;
    }

        .ulist li span {
            display: inline-block;
            overflow: hidden;
            margin-left: 4rem;
        }

.list-icons i {
    display: inline-block;
    vertical-align: middle;
    margin-right: 1rem;
    margin-left: 1rem;
    padding-top: 0;
    position: absolute;
    left: 0;
    top: 0.1rem;
}


/*--------------------------------------*/
/* 9. Video section --------------------*/
/*--------------------------------------*/

.video {
    width: auto;
    height: 100%;
}

    .video:hover {
        cursor: pointer;
    }


.fondocus {
    width: 104%;
    opacity: .5;
    height: 720px;
    background-color: #989798;
    z-index: 100;
    position: absolute;
}

.play {
    width: 100%;
    position: absolute;
    z-index: 1000;
    color: red;
    font-size: 45px;
}

    .play i {
        color: #222935;
        margin-top: 22%;
        font-size: 150px;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
        -ms-user-select: none;
    }

        .play i:hover {
            cursor: pointer;
        }


/*-----------------------------------------*/
/* 10. Pricing Boxes ----------------------*/
/*-----------------------------------------*/

.pricing_box_head_content {
    padding: 2rem;
    position: relative;
    z-index: 2;
}

.pricing_box_head_bg {
    position: absolute;
    top: 0;
    opacity: 0.3;
    z-index: 1;
}

.pricing_box_head {
    position: relative;
    border-left: solid 1px #CCCCCC;
    border-right: solid 1px #CCCCCC;
}

.pricing_box_body {
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
}

.pricing_box_footer {
    padding-top: 0rem;
    padding-bottom: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
    margin-bottom: 1rem;
    border-bottom: solid 1px #CCCCCC;
}

.pricing_box_head p {
    text-transform: uppercase;
    font-size: 0.7rem;
}

.pricing_box_head i {
    font-size: 2rem;
}

.pricing_box_head h1, .pricing_box_head h6, .pricing_box_head p {
    margin-top: 0rem;
    margin-bottom: 0rem;
}

.pricing_box_body, .pricing_box_footer {
    position: relative;
    z-index: 3;
    border-left: solid 1px #CCCCCC;
    border-right: solid 1px #CCCCCC;
}

.pricing_box_body_list li {
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.71rem;
    padding-bottom: 1rem;
    margin-bottom: 1.14rem;
    opacity: 0.8;
    border-bottom: solid 1px rgb(212, 212, 212);
}

    .pricing_box_body_list li:last-child {
        border: 0;
        padding-bottom: 0;
        margin-bottom: 0;
    }


/*--------------------------------------*/
/* 11. Reviews -------------------------*/
/*--------------------------------------*/

.single_review {
    position: relative;
    margin-left: 1rem;
    margin-right: 1rem;
    padding-bottom: 1rem;
}

    .single_review img {
        max-width: 5rem;
        height: 5rem;
        margin-top: 2rem;
    }


/*--------------------------------------*/
/* 12. Contact -------------------------*/
/*--------------------------------------*/

#message {
    margin-top: 0.5rem;
    display: none;
    position: relative;
    z-index: 3000;
    width: 100%;
    text-align: left;
    padding: 1rem;
}

.alert_title {
    margin: 0;
    display: inline-block;
    vertical-align: middle;
}

.unordered li p {
    margin: 0 !important;
    font-size: 1rem;
    line-height: 1.7rem;
}

.unordered {
    margin: 0;
    padding: 0;
}

#message.warning {
    background: #F44336;
}

#message.success {
    background: #4CAF50;
    padding-bottom: 0rem;
}


/*--------------------------------------*/
/* 13. Footer --------------------------*/
/*--------------------------------------*/

#footer {
    padding-top: 2rem;
    padding-bottom: 0.75rem;
}

    #footer p {
        font-size: 0.8rem;
    }

    #footer i {
        display: inline-block;
        vertical-align: middle;
        margin-bottom: 0.3rem;
    }


/*--------------------------------------*/
/* 14. Material Design Lite tweeks -----*/
/*--------------------------------------*/

/* buttons */

.mdl-button {
    height: 2.57rem;
    min-width: 2.57rem;
    padding: 0 1.28rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 2.57rem;
}

.mdl-button--fab {
    font-size: 2rem;
    height: 4rem;
    min-width: 4rem;
    width: 4rem;
}

    .mdl-button--fab .material-icons {
        font-size: 2rem;
        -webkit-transform: translate(-1rem, -1rem);
        -ms-transform: translate(-1rem, -1rem);
        transform: translate(-1rem, -1rem);
        line-height: 2rem;
        width: 2rem;
    }

.mdl-button-md {
    font-size: 14px;
    height: 42px;
    line-height: 44px;
}

/* cards */

.mdl-card {
    display: block;
    font-size: 1rem;
    min-height: auto;
    width: auto;
    margin-bottom: 1.5rem;
}

.mdl-card__supporting-text {
    font-size: 0.9rem;
    line-height: 1.53rem;
    overflow: hidden;
    padding: 1.1rem;
    width: 100%;
}

.mdl-card__menu {
    right: 1rem;
    top: 1rem;
}

    .mdl-card__menu a {
        margin-right: 0 !important;
    }


/* inputs */

.mdl-textfield {
    font-size: 1rem;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 1.43rem 0;
}

.mdl-textfield--full-width {
    width: 100%;
}

.mdl-textfield--expandable {
    min-width: 2.28rem;
    width: auto;
    min-height: 2.28rem;
}

.mdl-textfield__input {
    font-size: 1rem;
    margin: 0;
    padding: 0.3rem 0;
    width: 100%;
    background: 1rem;
}

.mdl-textfield__label {
    bottom: 0;
    font-size: 1rem;
    left: 0;
    right: 0;
    top: 1.71rem;
    width: 100%;
}

.mdl-textfield--floating-label.is-focused .mdl-textfield__label,
.mdl-textfield--floating-label.is-dirty .mdl-textfield__label {
    font-size: 1rem;
    top: 0.3rem;
}

.mdl-textfield--floating-label.is-focused .mdl-textfield__expandable-holder .mdl-textfield__label,
.mdl-textfield--floating-label.is-dirty .mdl-textfield__expandable-holder .mdl-textfield__label {
    top: -1rem;
}

.mdl-textfield--floating-label.is-invalid .mdl-textfield__label {
    font-size: 1rem;
}

.mdl-textfield__label:after {
    bottom: 1.43rem;
    height: 2px;
    left: 45%;
    width: 0.71rem;
}

.mdl-textfield__error {
    font-size: 1rem;
    margin-top: 0.3rem;
}

.mdl-textfield__expandable-holder {
    margin-left: 2.28rem;
    max-width: 0.1px;
}

.mdl-textfield.is-focused .mdl-textfield__expandable-holder, .mdl-textfield.is-dirty .mdl-textfield__expandable-holder {
    max-width: 100%;
}

.mdl-textfield__expandable-holder .mdl-textfield__label:after {
    bottom: 0;
}

#nav {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.0580392);
    background-color: rgba(255, 255, 255, 1);
}

    #nav #ul {
        padding-top: 0px;
    }

    #nav.index {
        box-shadow: none;
        background-color: transparent;
    }

.text-capitalize {
    text-transform: uppercase;
}

.text-bold {
    font-weight: bold;
}


@media screen and (min-width: 768px) {
    .modal-medium {
        width: 480px;
    }
}

.modal-open {
    padding: 0 !important;
}

.no-decoration {
    text-decoration: none !important;
}

.btn-menu-prueba {
    font-size: 14px !important;
    min-width: 160px !important;
    width: 160px;
    padding: 0;
    height: 35px;
    line-height: 36px;
    margin-top: -6px;
}

.chat-movil_hover:hover {
    color: #F89939 !important;
}

.whatsapp-movil_hover:hover {
    color: #1ec450 !important;
}

.planes_button {
    cursor: default;
    border: none;
    background: transparent;
    color: #828993;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.3s ease;
    font-size: 0.8rem;
}

    .planes_button:hover {
        color: #333;
    }
/*------------------------------------------------------------------
[Stylesheet]
Color Scheme - Light
-------------------------------------------------------------------*/

.mdl-color-text--color-1 {
	color:white !important;
}

.mdl-color-text--color-2 {
	color:black;
}

.mdl-color-text--color-3 {
	color:#000;
}
.mdl-color-text--color-4 {
	color: #dc5f26 !important;
}

.mdl-color--color-1 {
	background:white;
}

.mdl-color--color-2 {
	background:#FF8822;
}

.mdl-color--color-3 {
	background:#f7f7f7;
}

.mdl-color--color-4 {
	background:#e0e0e0;
}

.mdl-color--color-5 {
	background: #FDF0DD;
}

.nivo-lightbox-theme-default.nivo-lightbox-overlay {
	background-color: #fafafa;	
}

.nivo-lightbox-theme-default .nivo-lightbox-close,
.nivo-lightbox-theme-default .nivo-lightbox-nav {
	color:black
}

.mdl-tabs__tab-bar {
	border-bottom: 1px solid rgba(0,0,0, 0.2);
}

.mdl-textfield__input {
	border-bottom: 1px solid white;
}

.mdl-textfield.is-disabled .mdl-textfield__input {
	border-bottom: 1px dotted rgba(0,0,0, 0.12);
}

.mdl-textfield__label {
	color: white;
}




/*------------------------------------------------------------------
[Stylesheet]
Responsiveness Fixes
-------------------------------------------------------------------*/

@media (max-width: 479px) {
	.logo {margin-top:0.5rem;margin-left: 0.5rem; margin-bottom:5px;width: 206px !important;height: 60px !important;}
	.home_content {text-align:center !important; padding-top:2rem;}
	.top_bar {margin-bottom:0;}		
	.list-icons i {top:-0.1rem;}
    .top_bar {padding-left: 0px;}
	.video_headline h3, .video_headline a {display:block;}
	.video_headline a {margin:0 auto;}
	#testimonials {text-align: center!important}
    .play i {font-size:50px}
    .aliados img:last-child {margin-left:10px !important; }
    .video{width:100%;}
    .fondocus {height:42.7%;}
    .background > p {padding-right:0px !important;}
    .sede {padding:0px!important; margin-bottom:20px;}
    .hide-laptop{display:none;}
    .background { text-align:center;}
    .desk{display:none;}
    .tablets{display:block !important}
    .animacionRC{display:none;}
    .texto-animacion-phone {margin-top: -450px !important;}
    .fondoContacto{background-image:url(/Images/fondoAmarillo.png) !important;}
    .gestiones2 {text-align:center;}
    .fondo{background-size:contain !important;background-position: 0px 100% !important;background-position-y:100% !important;}
    .inicio{margin-bottom: 54px;}
    .inicio2{padding-bottom:0rem;}
    .clientesImg{padding:10px !important;}
    .footer2 > div > p {float:none !important;}
    .inicio > h3 {margin-top: 60px;}
    .font-size-1 {text-align:center;}
    .center-xs{text-align:center;}
    .gestionesContenedor{height:316px !important;}
    .tituloCabecera{margin-top:25px;}
    .columnaSedes{position: relative !important;padding-right:initial !important;}
    .cabeceraContacto{max-height:none !important;}
}

@media (min-width: 480px) and (max-width: 767px) {
	.logo {margin-top:0.4rem;margin-bottom: 0.8rem;margin-left: 1rem;}
    .logoChange { margin-top:0.9rem;}
    .home_fullscreen {opacity:1 !important }
	.home_content {text-align:center !important;}
	.top_bar {margin-bottom:0;}
	.list-icons i {top:-0.1rem;}
    .top_bar {padding-left: 0px;}
	.video_headline h3, .video_headline a {display:block;}
	.video_headline a {margin:0 auto;}
	#testimonials {text-align: center!important}
    .play i {font-size:80px}
    .video{width:100%;}
    .background > p {padding-right:0px !important;}
    .fondocus {height:64%;}
    .sede {padding: 0px !important;margin-bottom:20px;}
    .laptop{height:550px;width:550px}
    .desk{display:none;}
    .tablets{display:block !important}
    .animacionRC{display:none;}
    .texto-animacion-phone {margin-top: -360px !important;}
    .fondoContacto{background-image:url(/Images/fondoAmarillo.png) !important;}
    .gestiones2 {text-align:center;}
    .footer2 > div > p {float:none !important;}
    .gestionesContenedor{height:316px !important;}
    .cabeceraContacto{max-height:none !important;}
    .columnaSedes{position: relative !important;padding-right:initial !important;}
    .tituloCabecera{margin-top:25px;}
}
@media (min-width: 768px) and (max-width: 991px) {
	.logo {margin-top:0.85rem;margin-left:0.8rem;margin-bottom: 0.5rem;}
    .logoChange { margin-top:0.8rem;}
    .columnaSedes{position: relative !important;padding-right:initial !important;}
    .cabeceraContacto{max-height:none !important;}
    .tituloCabecera{margin-top:25px;}
	.list-icons i {top:-0.1rem;}
	.home_fullscreen {opacity:1 !important }
	.home_content {text-align:center !important;}
	.top_bar {margin-bottom:0;}
	#testimonials {text-align: center!important}
    .ulMenu, #links-menu-login{padding-right:17px !important;}
    .ulMenu{margin-top: 12px !important;}
    .play i {font-size:100px}
    .video{width:100%;}
    .background > p {padding-right:0px !important;}
    .fondocus {height:93%;}
	.sede {padding: 0px !important;margin-bottom:20px;}
    .laptop{height:650px;width:650px}
    .fondoContacto{background-image:url(/Images/fondoAmarillo.png) !important;}
    .gestionesContenedor{height:316px !important;}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.list-icons i {top:-0.1rem;}
    .logoChange { margin-top:0.8rem;}
    .ulMenu, #links-menu-login{padding-right:17px !important;}
    .ulMenu{margin-top: 12px !important;}
    .fondocus {height:100%;}
    .logo {margin-top:0.7rem;margin-left:0.8rem;margin-bottom: 0.5rem;}
    .footer > div > div{margin-right:20px !important;}
}
@media (min-width: 1200px) {

        .footer > div > div{margin-right:20px; }
}
@media (min-width: 1400px) {
}
@media (min-width: 1900px) {
    .fondo{background-position:0 65% !important;}
}

@charset "UTF-8";
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2014 Daniel Eden
*/

.animated {
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
            transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
            transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
            transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
            transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
            transform: translate3d(0,-4px,0);
  }
}

@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
            transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
            transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
            transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
            transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
            transform: translate3d(0,-4px,0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
          animation-name: bounce;
  -webkit-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
          transform-origin: center bottom;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
          animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
          animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
            transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
            transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
            transform: scale3d(1.05, .95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
            transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
            transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
            transform: scale3d(1.05, .95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
          animation-name: rubberBand;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
          animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
            transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
            transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
            transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
            transform: rotate3d(0, 0, 1, -5deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
            transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
            transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
            transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
            transform: rotate3d(0, 0, 1, -5deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
      -ms-transform-origin: top center;
          transform-origin: top center;
  -webkit-animation-name: swing;
          animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
          animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
            transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
            transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
            transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
            transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
            transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
            transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: none;
            transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
            transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
            transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
            transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
            transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
            transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

.wobble {
  -webkit-animation-name: wobble;
          animation-name: wobble;
}

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
            transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
            transform: scale3d(.97, .97, .97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
            transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
            transform: scale3d(.97, .97, .97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
          animation-name: bounceIn;
  -webkit-animation-duration: .75s;
          animation-duration: .75s;
}

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
            transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
            transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
            transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
            transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
          animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
            transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
            transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
            transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
            transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
          animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
            transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
            transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
            transform: translate3d(-5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
            transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
            transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
            transform: translate3d(-5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
          animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
            transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
            transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
          animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
            transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
            transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
          animation-name: bounceOut;
  -webkit-animation-duration: .75s;
          animation-duration: .75s;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
          animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
            transform: translate3d(20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
            transform: translate3d(20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
          animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
            transform: translate3d(-20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
            transform: translate3d(-20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
          animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
          animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

@keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
          animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
          animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
          animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
            transform: translate3d(0, 10%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
            transform: translate3d(0, 10%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
          animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {opacity: 1;}
  100% {opacity: 0;}
}

@keyframes fadeOut {
  0% {opacity: 1;}
  100% {opacity: 0;}
}

.fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
          animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
          animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
          animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
          animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
          animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
          animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
          animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
          animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
            transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
            transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
            transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
            transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
            transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
            transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
          backface-visibility: visible;
  -webkit-animation-name: flip;
          animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
          animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
          animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
          animation-name: flipOutX;
  -webkit-animation-duration: .75s;
          animation-duration: .75s;
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
          animation-name: flipOutY;
  -webkit-animation-duration: .75s;
          animation-duration: .75s;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
            transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
            transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
            transform: skewX(-5deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
            transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
            transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
            transform: skewX(-5deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
          animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
            transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
            transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
          animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
            transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
            transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
          animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
          animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
          animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
          animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
            transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
            transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
          animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
            transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
            transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
          animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
          animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
          animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
          animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
            transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
            transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
          animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
            transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
            transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(0, 700px, 0);
            transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
            transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
            transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(0, 700px, 0);
            transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
          animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
            transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
            transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
          animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
            transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
            transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
          animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
          animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
            transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
            transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
          animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
            transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
            transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
          animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
          animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  100% {
    opacity: 0;
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  100% {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
          animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
          animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
            transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
            transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
          animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
            transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
            transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
          animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
          animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
          animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
          animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
          animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
          animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
          animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
          animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
          animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
          animation-name: slideOutUp;
}

/*
 * Nivo Lightbox v1.1
 * http://dev7studios.com/nivo-lightbox
 *
 * Copyright 2013, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */

.nivo-lightbox-overlay {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99998;
	width: 100%;
	height: 100%;
	overflow: hidden;
	visibility: hidden;
	opacity: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	
}
.nivo-lightbox-overlay.nivo-lightbox-open {
	visibility: visible;
	opacity: 1;
}
.nivo-lightbox-wrap  {
	position: absolute;
	top: 10%;
	bottom: 10%;
	left: 10%;
	right: 10%;
}
.nivo-lightbox-content {
	width: 100%;
	height: 100%;
}
.nivo-lightbox-title-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 99999;
	text-align: center;
}
.nivo-lightbox-nav { display: none; }
.nivo-lightbox-prev {
	position: absolute;
	top: 50%;
	left: 0;
}
.nivo-lightbox-next {
	position: absolute;
	top: 50%;
	right: 0;
}
.nivo-lightbox-close {
	position: absolute;
	top: 2%;
	right: 2%;
}

.nivo-lightbox-image { text-align: center; }
.nivo-lightbox-image img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	vertical-align: middle;
}
.nivo-lightbox-content iframe {
	width: 100%;
	height: 100%;
}
.nivo-lightbox-inline,
.nivo-lightbox-ajax {
	max-height: 100%;
	overflow: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/* https://bugzilla.mozilla.org/show_bug.cgi?id=308801 */
}
.nivo-lightbox-error {
	display: table;
	text-align: center;
	width: 100%;
	height: 100%;
	color: #fff;
	text-shadow: 0 1px 1px #000;
}
.nivo-lightbox-error p {
	display: table-cell;
	vertical-align: middle;
}

/* Effects
 **********************************************/
.nivo-lightbox-notouch .nivo-lightbox-effect-fade,
.nivo-lightbox-notouch .nivo-lightbox-effect-fadeScale,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideLeft,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideRight,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideUp,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideDown,
.nivo-lightbox-notouch .nivo-lightbox-effect-fall {
	-webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
	     -o-transition: all 0.2s ease-in-out;
	        transition: all 0.2s ease-in-out;
}

/* fadeScale */
.nivo-lightbox-effect-fadeScale .nivo-lightbox-wrap {
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	     -o-transition: all 0.3s;
	        transition: all 0.3s;
	-webkit-transform: scale(0.7);
	   -moz-transform: scale(0.7);
	    -ms-transform: scale(0.7);
	        transform: scale(0.7);
}
.nivo-lightbox-effect-fadeScale.nivo-lightbox-open .nivo-lightbox-wrap {
	-webkit-transform: scale(1);
	   -moz-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
}

/* slideLeft / slideRight / slideUp / slideDown */
.nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideRight .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideUp .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideDown .nivo-lightbox-wrap {
	-webkit-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
	   -moz-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
	     -o-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
	        transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}
.nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap {
	-webkit-transform: translateX(-10%);
	   -moz-transform: translateX(-10%);
	    -ms-transform: translateX(-10%);
	        transform: translateX(-10%);
}
.nivo-lightbox-effect-slideRight .nivo-lightbox-wrap {
	-webkit-transform: translateX(10%);
	   -moz-transform: translateX(10%);
	    -ms-transform: translateX(10%);
	        transform: translateX(10%);
}
.nivo-lightbox-effect-slideLeft.nivo-lightbox-open .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideRight.nivo-lightbox-open .nivo-lightbox-wrap {
	-webkit-transform: translateX(0);
	   -moz-transform: translateX(0);
	    -ms-transform: translateX(0);
	        transform: translateX(0);
}
.nivo-lightbox-effect-slideDown .nivo-lightbox-wrap {
	-webkit-transform: translateY(-10%);
	   -moz-transform: translateY(-10%);
	    -ms-transform: translateY(-10%);
	        transform: translateY(-10%);
}
.nivo-lightbox-effect-slideUp .nivo-lightbox-wrap {
	-webkit-transform: translateY(10%);
	   -moz-transform: translateY(10%);
	    -ms-transform: translateY(10%);
	        transform: translateY(10%);
}
.nivo-lightbox-effect-slideUp.nivo-lightbox-open .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideDown.nivo-lightbox-open .nivo-lightbox-wrap {
	-webkit-transform: translateY(0);
	   -moz-transform: translateY(0);
	    -ms-transform: translateY(0);
	        transform: translateY(0);
}

/* fall */
.nivo-lightbox-body-effect-fall .nivo-lightbox-effect-fall {
	-webkit-perspective: 1000px;
	   -moz-perspective: 1000px;
	        perspective: 1000px;
}
.nivo-lightbox-effect-fall .nivo-lightbox-wrap {
	-webkit-transition: all 0.3s ease-out;
	   -moz-transition: all 0.3s ease-out;
	     -o-transition: all 0.3s ease-out;
	        transition: all 0.3s ease-out;
	-webkit-transform: translateZ(300px);
	   -moz-transform: translateZ(300px);
	    -ms-transform: translateZ(300px);
	        transform: translateZ(300px);
}
.nivo-lightbox-effect-fall.nivo-lightbox-open .nivo-lightbox-wrap {
	-webkit-transform: translateZ(0);
	   -moz-transform: translateZ(0);
	    -ms-transform: translateZ(0);
	        transform: translateZ(0);
}
/*
 * Nivo Lightbox Default Theme v1.0
 * http://dev7studios.com/nivo-lightbox
 *
 * Copyright 2013, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
 

.nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading { background: url(loading.gif) no-repeat 50% 50%; }

.nivo-lightbox-theme-default .nivo-lightbox-nav {
	top:90%;
	opacity: 0.5;
	margin:2rem;
}
.nivo-lightbox-theme-default .nivo-lightbox-nav:hover { 
	opacity: 1; 
}
.nivo-lightbox-theme-default .nivo-lightbox-prev { 
	content: "Prev";
	padding: 0px;
	opacity: 0.5;
	font-size: 1rem;
	text-transform: uppercase;
  	line-height: 1.72rem;
 	font-family: "Roboto", sans-serif;
  	font-weight: normal;
  	-webkit-font-smoothing: antialiased !important;
	text-rendering: optimizeLegibility !important;
	letter-spacing: 0.8px;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    
}
.nivo-lightbox-theme-default .nivo-lightbox-next { 
	content: "next";
	padding: 0px;
	opacity: 0.5;
	font-size: 1rem;
	text-transform: uppercase;
  	line-height: 1.72rem;
 	font-family: "Roboto", sans-serif;
  	font-weight: normal;
  	-webkit-font-smoothing: antialiased !important;
	text-rendering: optimizeLegibility !important;
	letter-spacing: 0.8px;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    
}


.nivo-lightbox-theme-default .nivo-lightbox-close {
	content: "CLOSE";
	padding: 0px;
	opacity: 0.5;
	font-size: 1rem;
	text-transform: uppercase;
  	line-height: 1.72rem;
 	font-family: "Roboto", sans-serif;
  	font-weight: normal;
  	-webkit-font-smoothing: antialiased !important;
	text-rendering: optimizeLegibility !important;
	letter-spacing: 0.8px;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.nivo-lightbox-theme-default .nivo-lightbox-close:hover { 
    opacity: 1;
}

.nivo-lightbox-theme-default .nivo-lightbox-title-wrap { bottom: -7%; }
.nivo-lightbox-theme-default .nivo-lightbox-title {
	font: 14px/20px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	background: #000;
	color: #fff;
	padding: 7px 15px;
	border-radius: 30px;
}

.nivo-lightbox-theme-default .nivo-lightbox-image img {
	background: #fff;
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
	   -moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
	        box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
}



/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition:  100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	border: solid 2px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	opacity: 1;	
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.webui-popover-content {
    display: none;
}

.webui-popover {
    position: absolute;
    top: 0;
    left: 0;
    color: #222935;
    z-index: 9999;
    display: none;
    min-width: 50px;
    min-height: 32px;
    padding: 1px;
    text-align: left;
    border-radius:2px;
    white-space: normal;
    background-color: #fff;
    background-clip: padding-box;
    -webkit-box-shadow: 0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12),0 2px 4px -1px rgba(0,0,0,.2);
    box-shadow: 0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12),0 2px 4px -1px rgba(0,0,0,.2);
}

    .webui-popover.top, .webui-popover.top-left, .webui-popover.top-right {
        margin-top: -10px;
    }

    .webui-popover.right, .webui-popover.right-top, .webui-popover.right-bottom {
        margin-left: 10px;
    }

    .webui-popover.bottom, .webui-popover.bottom-left, .webui-popover.bottom-right {
        margin-top: 10px;
    }

    .webui-popover.left, .webui-popover.left-top, .webui-popover.left-bottom {
        margin-left: -10px;
    }

    .webui-popover.pop {
        -webkit-transform: scale(0.8);
        -o-transform: scale(0.8);
        transform: scale(0.8);
        -webkit-transition: transform .15s cubic-bezier(0.3,0,0,1.5);
        -o-transition: transform .15s cubic-bezier(0.3,0,0,1.5);
        transition: transform .15s cubic-bezier(0.3,0,0,1.5);
        opacity: 0;
    }

    .webui-popover.pop-out {
        -webkit-transition-property: opacity transform;
        -o-transition-property: opacity,transform;
        transition-property: opacity,transform;
        -webkit-transition: .15s linear;
        -o-transition: .15s linear;
        transition: .15s linear;
        opacity: 0;
    }

    .webui-popover.fade, .webui-popover.fade-out {
        -webkit-transition: opacity .15s linear;
        -o-transition: opacity .15s linear;
        transition: opacity .15s linear;
        opacity: 0;
    }

    .webui-popover.out {
        opacity: 0;
    }

    .webui-popover.in {
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
        opacity: 1;
    }

    .webui-popover .webui-popover-content {
        padding: 9px 14px;
        overflow: auto;
        display: block;
    }

.webui-popover-inner .close {
    font-family: arial;
    margin: 8px 10px 0 0;
    float: right;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    text-decoration: none;
}

    .webui-popover-inner .close:hover, .webui-popover-inner .close:focus {
        opacity: .5;
    }

.webui-popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    background-color: #fff;
    border-bottom: 1px solid #f2f2f2;
    border-radius: 5px 5px 0 0;
}

.webui-popover-content {
    padding: 9px 14px;
    overflow: auto;
    display: none;
}

.webui-popover-inverse {
    background-color: #333;
    color: #eee;
}

    .webui-popover-inverse .webui-popover-title {
        background: #333;
        border-bottom: 1px solid #3b3b3b;
        color: #eee;
    }

.webui-no-padding .webui-popover-content {
    padding: 0;
}

.webui-no-padding .list-group-item {
    border-right: none;
    border-left: none;
}

    .webui-no-padding .list-group-item:first-child {
        border-top: 0;
    }

    .webui-no-padding .list-group-item:last-child {
        border-bottom: 0;
    }

.webui-popover > .arrow, .webui-popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.webui-popover > .arrow {
    border-width: 11px;
}

    .webui-popover > .arrow:after {
        border-width: 10px;
        content: "";
    }

.webui-popover.top > .arrow, .webui-popover.top-right > .arrow, .webui-popover.top-left > .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0,0,0,.25);
    border-bottom-width: 0;
}

    .webui-popover.top > .arrow:after, .webui-popover.top-right > .arrow:after, .webui-popover.top-left > .arrow:after {
        content: " ";
        bottom: 1px;
        margin-left: -10px;
        border-top-color: #fff;
        border-bottom-width: 0;
    }

.webui-popover.right > .arrow, .webui-popover.right-top > .arrow, .webui-popover.right-bottom > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0,0,0,.25);
}

    .webui-popover.right > .arrow:after, .webui-popover.right-top > .arrow:after, .webui-popover.right-bottom > .arrow:after {
        content: " ";
        left: 1px;
        bottom: -10px;
        border-left-width: 0;
        border-right-color: #fff;
    }

.webui-popover.bottom > .arrow, .webui-popover.bottom-right > .arrow, .webui-popover.bottom-left > .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-bottom-color: #999;
    border-bottom-color: rgba(0,0,0,.25);
    border-top-width: 0;
}

    .webui-popover.bottom > .arrow:after, .webui-popover.bottom-right > .arrow:after, .webui-popover.bottom-left > .arrow:after {
        content: " ";
        top: 1px;
        margin-left: -10px;
        border-bottom-color: #fff;
        border-top-width: 0;
    }

.webui-popover.left > .arrow, .webui-popover.left-top > .arrow, .webui-popover.left-bottom > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0,0,0,.25);
}

    .webui-popover.left > .arrow:after, .webui-popover.left-top > .arrow:after, .webui-popover.left-bottom > .arrow:after {
        content: " ";
        right: 1px;
        border-right-width: 0;
        border-left-color: #fff;
        bottom: -10px;
    }

.webui-popover-inverse.top > .arrow, .webui-popover-inverse.top-left > .arrow, .webui-popover-inverse.top-right > .arrow, .webui-popover-inverse.top > .arrow:after, .webui-popover-inverse.top-left > .arrow:after, .webui-popover-inverse.top-right > .arrow:after {
    border-top-color: #333;
}

.webui-popover-inverse.right > .arrow, .webui-popover-inverse.right-top > .arrow, .webui-popover-inverse.right-bottom > .arrow, .webui-popover-inverse.right > .arrow:after, .webui-popover-inverse.right-top > .arrow:after, .webui-popover-inverse.right-bottom > .arrow:after {
    border-right-color: #333;
}

.webui-popover-inverse.bottom > .arrow, .webui-popover-inverse.bottom-left > .arrow, .webui-popover-inverse.bottom-right > .arrow, .webui-popover-inverse.bottom > .arrow:after, .webui-popover-inverse.bottom-left > .arrow:after, .webui-popover-inverse.bottom-right > .arrow:after {
    border-bottom-color: #333;
}

.webui-popover-inverse.left > .arrow, .webui-popover-inverse.left-top > .arrow, .webui-popover-inverse.left-bottom > .arrow, .webui-popover-inverse.left > .arrow:after, .webui-popover-inverse.left-top > .arrow:after, .webui-popover-inverse.left-bottom > .arrow:after {
    border-left-color: #333;
}

.webui-popover i.icon-refresh:before {
    content: "";
}

.webui-popover i.icon-refresh {
    display: block;
    width: 30px;
    height: 30px;
    font-size: 20px;
    top: 50%;
    left: 50%;
    position: absolute;
    margin-left: -15px;
    margin-right: -15px;
    background: url(../img/loading.gif) no-repeat;
}

@-webkit-keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
}

.webui-popover-backdrop {
    background-color: rgba(0,0,0,.65);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9998;
}

.webui-popover .dropdown-menu {
    display: block;
    position: relative;
    top: 0;
    border: none;
    box-shadow: none;
    float: none;
}

@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    margin-top: -10px\9; /*lte IE 8*/
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -45px;

    display: block;

    width: 100%;
    padding: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

.nav2 {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.0580392);
    background-color: rgba(255, 255, 255, 1);
}

.logo2 {
    width: 206px;
    margin-top: 0.3rem;
    height: 58px;
}

#logo2 {
    padding-top: 0px !important;
}

p, h3, h4, span, strong {
    font-family: 'Roboto', sans-serif;
}

.bootstrap-select span {
    font-family: "Helvetica", "Arial", sans-serif;
}

.container-full {
    width: 100%;
    margin-left: 0px !important;
}

.container-padding {
    padding-bottom: 50px;
}

.minus-row {
    margin-left: -30px;
    margin-right: -30px;
}

.fondo {
    background-size: cover;
    background-position: 0 0%;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
}

.inicio {
    color: #000;
}

    .inicio > span {
        margin-bottom: 5px;
        font-size: 2.43rem;
        line-height: 2.86rem;
    }

.img-inicio {
}

.navigation_desktop > ul {
    -webkit-transition: all .3s;
}

.color-blue {
    color: #222935 !important;
}

.bgcolor-yellow {
    background-color: #ffcc33 !important;
}

.bgcolor-blue {
    background-color: #222935 !important;
}

.bgcolor-blue-sky {
    background-color: #33ccff !important;
}

.bgcolor-orange {
    background-color: #ff6633 !important;
}

.bgcolor-green {
    background-color: #66cc99 !important;
}

.bgcolor-gray {
    background-color: #F7F7F7 !important;
}

.bgcolor-blue-c {
    background-color: #343C4A;
}

.unselectable {
    -moz-user-select: -moz-none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

h2, h6 {
    color: #222935;
    margin: 0px;
    line-height: initial;
}
/*caracteristicas 1*/
.feature > h2, .feature > i {
    color: #222935;
    -webkit-transition: all 0.3s;
}

.feature > img {
    margin-top: 20px;
    width: 90%;
    border-radius: 30px;
    height: 215px;
}

.feature > h2 {
    font-size: 21px;
    line-height: 23px;
    margin-bottom: 10px;
    font-style: normal;
    margin-top: 30px;
}

.feature > p {
    padding: 10px 66px;
    font-weight: normal;
    line-height: 23px;
}

.titulo-feature > h2 {
    margin-bottom: 25px;
    font-size: 40px;
    font-weight: bold;
}

.titulo-feature > p {
    font-size: 1rem;
    color: #222935;
}

.feature:hover {
    cursor: pointer;
}
/*caracteristicas 1*/

.ulMenu {
    padding-top: 0px;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.3, 0.86);
    -moz-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.3, 0.86);
    -o-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.3, 0.86);
    transition: all 0.3s cubic-bezier(0.25, 0.1, 0.3, 0.86);
}

.fullrow {
    margin-left: 0px;
    margin-right: 0px;
}

/*Seccion de precios personalizados*/
.table {
    width: 100%;
}

.table-head > tr > th {
    border: 1px solid #e5e5e5;
    width: 25%;
    padding-bottom: 15px;
}

    .table-head > tr > th:hover {
        cursor: pointer;
    }

.table-body > tr > td {
    border: 1px solid #e5e5e5;
    width: 25%;
    text-align: center;
    padding: 10px 15px 10px 25px;
}

    .table-body > tr > td > span {
        color: #ff6a00;
        font-weight: bold;
    }

.table-head > tr > th > span {
    color: #ff6a00;
    font-weight: bold;
}

.table-head > tr > th > h4 {
    margin-top: 15px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.table td:nth-of-type(even),
.table th:nth-of-type(even) {
    background-color: #F0F0F0;
}

.table td:nth-of-type(1) {
    border: 1px solid #e5e5e5;
    text-align: left;
    padding: 10px 15px 10px 25px;
}

.table-tittle {
    font-size: 1rem;
    font-weight: bold;
    color: #353535 !important;
}

.no-border {
    border: none !important;
}

.head--1 {
    border-top: solid 5px #ff6a00 !important;
}

.head--2 {
    border-top: solid 5px #222935 !important;
}
/*Seccion de precios personalizados*/
/*Helpers text*/
.font-size-1 {
    font-size: 2rem;
    line-height: 120%;
    font-weight: 300;
}

    .font-size-1 > strong {
        font-weight: 700;
        color: #ff6a00;
    }

/*parallax-testimomial*/
.parallax-testimomial {
    background: url(/Images/Home/fondo_escritorio_el_momento.png) left no-repeat fixed;
    background-size: cover;
    transition: all 0.1s;
}

@media(max-width: 800px) {
    .parallax-testimomial {
        background: url(/Images/Home/fondo_tablet_el_momento.png) left no-repeat;
        background-size: cover;
        background-position-y: 0;
    }
}

@media(max-width: 500px) {
    .parallax-testimomial {
        background: url(/Images/Home/fondo_movil_el_momento.png) left no-repeat;
        background-size: cover;
        background-position-y: 0;
    }
}

.border {
    border: solid 1px #222935;
}

/*Caracteristicas 2*/

.cardBack {
    background-color: #ffcc33;
    width: auto;
    height: 250px;
    text-align: center;
}

    .cardBack > img {
        margin-top: 10%;
        width: 50%;
        height: 69%;
    }

.card {
    position: relative;
    margin-bottom: 30px;
}

    .card > img {
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

    .card:hover {
        cursor: pointer;
    }

img {
    transition: all .3s;
}

.card h2 {
    margin-bottom: 15px;
}
/*Caracteristicas 2*/
/*precios 2*/
.precio {
    text-align: center;
}

.cabecera {
    padding: 40px;
    color: #fff;
}

    .cabecera > h2 {
        font-size: 30px;
        color: #fff;
        margin-top: 0px;
        letter-spacing: 1px;
        border-bottom: 1px solid rgba(255,255,255,0.3);
        padding-bottom: 20px;
        font-weight: bold;
    }

    .cabecera > span {
        margin-top: 30px;
        font-size: 40px;
    }

        .cabecera > span:nth-of-type(1) {
            display: inline-block;
            position: relative;
            top: -20px;
            font-size: 20px;
        }


        .cabecera > span span:nth-of-type(1) {
            font-size: 18px;
            position: relative;
            top: -20px;
            font-weight: normal;
        }

.fondo-amarillo {
    background-color: #ffcc33;
}

.fondo-azul {
    background-color: #222935;
}

.fondo-naranja {
    background-color: #ff6633;
}

.cuerpo {
    border: 1px solid #ececec;
    background: #fff;
    padding-bottom: 40px;
}

    .cuerpo > ul {
        background: #fff;
        line-height: 120%;
        margin: 0px;
    }

        .cuerpo > ul > li {
            padding: 20px 0;
        }

            .cuerpo > ul > li:last-child {
                margin-bottom: 20px;
            }

        .cuerpo > ul li:nth-of-type(even) {
            background-color: #F0F0F0;
        }

        .cuerpo > ul li:nth-of-type(odd) {
            background-color: #FFFFFF;
        }
/*precios 2*/
/*Clientes*/
.gris {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
}

    .gris:hover {
        cursor: pointer;
        -webkit-filter: grayscale(0%);
        -moz-filter: grayscale(0%);
        -o-filter: grayscale(0%);
    }

.popoverContent > p {
    line-height: 120%;
    margin: 0px !important;
    padding: 0px !important;
    font-size: 13px;
}
/*Clientes*/

/*Footer*/
.footer {
    color: #fefefe;
}

    .footer > div > div > ul > li > a {
        color: #ffffff;
    }

    .footer > div > div:last-child {
        margin-right: 0px;
    }

.sedes p {
    font-size: 14px;
    line-height: 120%;
}

.sedes h2 {
    line-height: 120%;
}

.footer2 {
    padding-top: 15px;
    padding-left: 3rem;
    padding-right: 3rem;
    color: #fff;
}

    .footer2 img.logoFooterQ10 {
        width: 74px;
        margin-right: 30px;
        margin-top: -13px;
    }

    .footer2 > div > p {
        margin-top: 10px;
        text-align: center;
        float: right;
    }

        .footer2 > div > p > a {
            color: #fff !important;
            font-size: 12px;
        }

            .footer2 > div > p > a:nth-of-type(1) {
                margin-right: 9px;
            }

            .footer2 > div > p > a:nth-of-type(2) {
                margin-left: 9px;
            }

    .footer2 strong {
        padding-top: 14px !important;
        font-weight: normal !important;
    }

        .footer2 strong > span {
            font-size: 10px;
        }

/*Formulario contacto*/
.contact-form {
    margin-top: 1.71rem;
    width: 100%;
    color: #ffffff;
}

    .contact-form input[type=text] {
        width: 98%;
        background-color: #343C4A;
        border-radius: 3px;
        margin: 2px;
        height: 25px;
        border: none;
        color: #fff;
        padding: 6px;
    }

        .contact-form input[type=text]:focus {
            outline-color: #ff6a00;
        }

    .contact-form textarea {
        background-color: #343C4A;
        border-radius: 3px;
        margin: 2px;
        border: none;
        width: 98%;
        padding: 6px;
    }

        .contact-form textarea:focus {
            outline-color: #ff6a00;
        }

.social {
    width: 35px;
    margin-left: 25px;
    height: 35px;
}

    .social:hover {
        cursor: pointer;
    }
/*Formulario contacto*/
/*Aliados*/
.aliados {
    padding-top: 2rem;
    padding-bottom: 1rem;
}

    .aliados img {
        width: 200px;
        margin-left: 6%;
    }

        .aliados img:last-child {
            margin-left: 40px;
        }
/*Aliados*/
/*Caracteristicas en catas*/
.demo-card-wide.mdl-card {
    width: 100%;
}

.demo-card-wide > .mdl-card__title:nth-of-type(1) {
    color: #fff;
    height: 176px;
}

.mdl-card__title-text {
    color: #222935;
    font-weight: 400 !important;
}

.demo-card-wide > .mdl-card__menu {
    color: #fff;
}
/**/
/*Contactenos*/
.contacto {
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

    .contacto i {
        transform: rotate(180deg);
        padding: 5px;
        color: rgba(34, 41, 53, 0.81);
        font-size: 40px;
    }

    .contacto:hover {
        background-color: #FB6D3E !important;
    }

    .contacto span:nth-of-type(1) {
        color: #222935;
        font-size: 15px;
    }

    .contacto span:nth-of-type(2) {
        font-size: 18px;
        color: #fff;
        font-style: italic;
        font-weight: 400;
    }

    .contacto span:nth-of-type(3) {
        font-weight: 700;
        font-style: normal;
        font-size: 30px;
        margin: 5px auto;
        color: #fff;
    }

/*car2*/
.car2 {
    width: 100%;
    background: #fff;
    text-align: center;
    padding: 40px 20px 40px 20px;
}

    .car2 h2 {
        padding: 20px;
        font-size: 30px;
        font-weight: 700;
        color: #fff;
    }

    .car2 > .car2-body {
        padding: 20px 10px 40px 10px;
        display: inline-flex;
    }

        .car2 > .car2-body > img {
            width: 60px;
            height: 60px;
        }

        .car2 > .car2-body > p {
            padding-top: 15px;
            padding-left: 15px;
            line-height: 120%;
            font-size: 12px;
            text-align: justify;
        }

/*Contactenos 2*/
.fondoContacto {
    background-image: url(/Images/fondoAmarillo.png);
}

.laptop {
    z-index: 2000;
    margin-left: -304px;
    margin-top: -100px;
}

.background > h3 {
    padding-top: 5rem;
    font-style: normal;
    color: #222935;
}

.background > p {
    padding-right: 250px;
    color: #222935;
    margin-bottom: 60px;
    font-weight: 600;
}
/*Contactenos 2*/
/*car 3*/

.car3 > img {
    width: 170px;
}

.car3 > h4 {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 400;
    color: #dc5f26;
}

.car3 p > strong {
    color: #ff6a00 !important;
}

.car3 button {
    margin-top: 30px;
}
/*car 3*/

.video-fondo {
    width: 120%;
    left: -9%;
    top: 5%;
    position: absolute;
    z-index: 2;
}

/*sedes 3*/
.sedes3 {
    width: 450px;
}

    .sedes3 img {
        float: left;
        margin-right: 20px;
        width: 75px;
    }

    .sedes3 i {
        float: left;
        font-size: 70px;
        margin-right: 20px;
    }

.meta {
    float: left;
    width: 265px;
}

.a {
    padding: 40px 30px 90px;
    color: #484848;
    display: block;
}

.sedes3 .titulo {
    text-transform: uppercase;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-stretch: normal;
    font-size: 1em;
    line-height: 1;
    margin-bottom: 10px;
}

.sedes3 .descripcion {
    color: #808080;
    font-size: 1em;
}
/*sedes 3*/

/*Animacion*/
.animacion {
    display: table;
    z-index: -1;
}

    .animacion img {
        opacity: .1;
        position: relative;
    }

    .animacion > img:nth-of-type(1) {
        margin-left: 50px;
        width: 60px;
    }

    .animacion > img:nth-of-type(2) {
        margin-left: 60px;
        width: 85px;
        margin-top: 50px;
    }

    .animacion > img:nth-of-type(3) {
        margin-left: 40px;
        width: 50px;
        margin-top: -100px;
    }

    .animacion > img:nth-of-type(4) {
        margin-left: 20px;
        width: 160px;
        margin-top: 60px;
    }

    .animacion > img:nth-of-type(5) {
        margin-left: 200px;
        width: 60px;
        margin-top: -50px;
    }

    .animacion > img:nth-of-type(6) {
        margin-left: 50px;
        width: 80px;
        margin-top: -120px;
    }

    .animacion > img:nth-of-type(7) {
        margin-left: 14px;
        width: 230px;
        opacity: 1;
        margin-top: 30px;
    }

    .animacion > img:nth-of-type(8) {
        margin-left: -120px;
        width: 40px;
        margin-top: -120px;
    }

    .animacion > img:nth-of-type(9) {
        margin-left: 110px;
        width: 140px;
        margin-top: 90px;
    }

    .animacion > img:nth-of-type(10) {
        margin-left: 40px;
        width: 140px;
        margin-top: 0px;
    }

    .animacion > img:nth-of-type(11) {
        margin-left: 30px;
        width: 60px;
        margin-top: 100px;
    }

    .animacion > img:nth-of-type(12) {
        margin-left: 40px;
        width: 60px;
        margin-top: -100px;
    }

    .animacion > img:nth-of-type(13) {
        margin-left: 120px;
        width: 60px;
        margin-top: 100px;
    }

    .animacion > img:nth-of-type(14) {
        margin-left: 140px;
        width: 120px;
        margin-top: -40px;
    }

    .animacion > img:nth-of-type(15) {
        margin-left: 70px;
        width: 60px;
        margin-top: 40px;
    }

    .animacion > img:nth-of-type(16) {
        margin-left: 78px;
        margin-top: -150px;
        width: 60px;
        opacity: 1;
        z-index: 40;
    }

    .animacion > img:nth-of-type(17) {
        margin-left: 180px;
        width: 60px;
        margin-top: 40px;
    }

    .animacion > img:nth-of-type(18) {
        margin-left: 90px;
        width: 50px;
        margin-top: 80px;
    }

.texto-animacion {
    margin-top: -4%;
    width: 60%;
    text-align: left;
    z-index: 8;
    opacity: 1;
    color: #fff;
}

    .texto-animacion > h3 {
        font-family: 'Roboto', sans-serif;
        font-weight: 300;
        font-weight: normal;
        line-height: 120%;
    }

    .texto-animacion > p {
        font-family: 'Roboto', sans-serif;
        font-weight: 300;
        line-height: 150%;
        margin-bottom: 30px;
    }

.dispositivos-animacion {
    width: 40%;
    padding-top: 350px;
    margin-left: -28px;
    display: inline;
    z-index: 7;
}

    .dispositivos-animacion img {
        bottom: 0px;
    }

        .dispositivos-animacion img:nth-of-type(1) {
            width: 90px;
            bottom: 0px;
            position: absolute;
        }

        .dispositivos-animacion img:nth-of-type(2) {
            position: absolute;
            width: 40px;
            margin-left: 95px;
        }

        .dispositivos-animacion img:nth-of-type(3) {
            margin-left: 140px;
            width: 214px;
        }

        .dispositivos-animacion img:nth-of-type(4) {
            width: 150px;
            position: absolute;
        }

        .dispositivos-animacion img:nth-of-type(5) {
            top: 2px;
            margin-left: -111.5px;
            position: absolute;
            z-index: -224;
        }

.texto-animacion-phone {
    margin-top: -100px;
    color: #fff;
}

    .texto-animacion-phone > h3 {
        font-family: 'Roboto', sans-serif;
        font-weight: 300;
        font-weight: normal;
        line-height: 120%;
    }

    .texto-animacion-phone > p {
        font-family: 'Roboto', sans-serif;
        font-weight: 300;
        line-height: 150%;
    }

    .texto-animacion-phone button {
        margin-bottom: 50px;
    }

    .texto-animacion-phone > img {
        margin-top: 40px;
        width: 80%;
    }

.animacion-phone {
    display: table;
    z-index: -1;
}

    .animacion-phone img {
        opacity: .1;
        position: relative;
    }

    .animacion-phone > img:nth-of-type(1) {
        margin-left: 50px;
        width: 60px;
    }

    .animacion-phone > img:nth-of-type(2) {
        margin-left: 60px;
        width: 85px;
        margin-top: 50px;
    }

    .animacion-phone > img:nth-of-type(3) {
        margin-left: 40px;
        width: 50px;
        margin-top: -100px;
    }

    .animacion-phone > img:nth-of-type(4) {
        margin-left: 20px;
        width: 160px;
        margin-top: 60px;
    }

    .animacion-phone > img:nth-of-type(5) {
        margin-left: 200px;
        width: 60px;
        margin-top: -50px;
    }

    .animacion-phone > img:nth-of-type(6) {
        margin-left: 50px;
        width: 80px;
        margin-top: -120px;
    }

    .animacion-phone > img:nth-of-type(7) {
        margin-left: 14px;
        width: 30px;
        margin-top: 30px;
    }

    .animacion-phone > img:nth-of-type(8) {
        margin-left: -120px;
        width: 40px;
        margin-top: -120px;
    }

    .animacion-phone > img:nth-of-type(9) {
        margin-left: 110px;
        width: 140px;
        margin-top: 90px;
    }

    .animacion-phone > img:nth-of-type(10) {
        margin-left: 40px;
        width: 140px;
        margin-top: 0px;
    }

    .animacion-phone > img:nth-of-type(11) {
        margin-left: 30px;
        width: 60px;
        margin-top: 100px;
    }

    .animacion-phone > img:nth-of-type(12) {
        margin-left: 40px;
        width: 60px;
        margin-top: -100px;
    }

.animacion > img:nth-of-type(13) {
    margin-left: 120px;
    width: 60px;
    margin-top: 100px;
}
/*2part*/
.animacion-contacto:nth-of-type(1) {
    position: relative;
    margin-left: 96%;
    margin-top: -65px;
}

.animacion-contacto:nth-of-type(2) {
    position: relative;
    margin-left: 86%;
    margin-top: -650px;
}

.animacion-contacto:nth-of-type(3) {
    position: relative;
    margin-left: 30%;
    margin-top: -115%;
    z-index: -0;
}

.animacion-contacto:nth-of-type(4) {
    position: relative;
    margin-left: 25%;
    margin-top: -80px;
    display: none;
}

.animacion-contacto:nth-of-type(5) {
    position: relative;
    margin-left: -50%;
    margin-top: -60px;
}

.animacion-contacto:nth-of-type(6) {
    position: relative;
    margin-left: 60%;
    margin-top: -1070px;
}
/*Animacion*/
/*infEstad*/
.infEstad {
    width: 100%;
    text-align: right;
    z-index: 12;
    margin-top: 40px;
    padding-right: 100px;
}

.limite-infEstad {
    margin-top: 50px;
    margin-bottom: -210px;
}

.infEstad p:nth-of-type(1) {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
}

.infEstad h3 {
    color: #ff6a00;
}

.infEstad p:nth-of-type(2) {
    line-height: 120%;
}

.img-infEstad {
    width: 100%;
}

.chart {
    padding-left: 100px;
    margin-top: 200px;
}

    .chart > p:nth-of-type(1) {
        font-size: 16px;
        font-weight: bold !important;
        line-height: 120%;
    }

    .chart > p {
        font-size: 15px;
        line-height: 120%;
    }

.chart2 {
    display: inline-flex;
}

    .chart2 > div {
        display: block;
        width: 150px;
    }

        .chart2 > div > p {
            margin-bottom: 2px;
        }

    .chart2 canvas {
        margin-left: 60px;
        margin-top: -60px;
        z-index: 12;
    }

.circle-fa {
    width: 100%;
    display: inline-flex;
}

    .circle-fa .circle {
        height: 20px;
        width: 20px;
        border-radius: 10px;
    }

.chart2 > div > .circle-fa:nth-child(1) > .circle {
    background-color: #33ccff;
}

.chart2 > div > .circle-fa:nth-child(2) > .circle {
    background-color: #ff6a00;
}

.chart2 > div > .circle-fa:nth-child(3) > .circle {
    background-color: #66cc99;
}

.chart2 > div > .circle-fa > p {
    margin-top: -3px;
    margin-left: 5px;
    font-weight: 700;
}

/*infEstad*/
.fin {
    background-image: url('/Images/Fondo inferior.png');
    background-size: 100%;
    background-repeat: no-repeat;
}

    .fin h4 {
        margin-left: 350px;
        margin-top: 10px;
        line-height: 120%;
        font-weight: normal;
        font-size: 50px;
        color: #fff;
    }

    .fin button {
        margin-left: 350px;
        margin-top: 30px;
        margin-bottom: 70px;
    }

/*Animacion gestiones*/
/*Sedes nuevas*/
.bgblack-trans {
    background-color: rgba(0,0,0,0.65);
    padding: 15px;
}

.sede {
    text-align: center;
    display: inline-flex;
}

    .sede > div:hover {
        cursor: pointer;
    }

    .sede > div {
        border-radius: 10px;
        padding: 20px;
        padding-top: 0px;
        height: 260px;
        width: 100%;
        background-color: #fff;
    }

    .sede img {
        width: 170px;
        margin-top: 29px;
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
    }

    .sede h3 {
        margin-bottom: 0px !important;
        text-transform: uppercase;
        margin-top: 28px;
        font-size: 26px !important;
    }

    .sede p {
        line-height: 120%;
        font-size: 15PX;
    }

    .sede i {
        position: absolute;
        bottom: 20px;
        left: 48%;
    }

        .sede i:hover {
            cursor: pointer;
        }

.info-sede {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background: #FEFEFE;
    position: absolute;
    width: 92.5%;
    height: 64%;
    top: 0px;
    left: 15px;
    opacity: 0;
    padding: 20px;
    padding-top: 80px;
    border-radius: 5px;
    color: transparent;
    text-align: center;
}

    .info-sede > p {
        font-weight: 400;
        font-size: 1rem;
    }

    .info-sede h3 {
        margin-bottom: 0px !important;
        text-transform: uppercase;
        margin-top: 64px;
        font-size: 26px !important;
    }
/*Clientes*/
.clientesImg {
    padding: 40px;
    border-radius: 5px;
    background-color: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .clientesImg > img {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }


.cliente > p {
    margin-bottom: 30px;
}
/*Clientes*/
/**/
.final {
    background-color: #33ccff;
    background-image: url(/Images/final.png);
    background-size: cover;
    background-position: 47%;
    background-position-y: center;
}

    .final h3 {
        margin-top: 8px;
    }

.hola:hover {
    font-weight: 700;
}
/**/
.h4Gestion {
    margin-left: 25%;
    text-align: left;
}

.listaGestion {
    margin-left: 25%;
    width: 65%;
}

    .listaGestion > li {
        text-align: center;
        float: left;
        margin-bottom: 10px;
    }

        .listaGestion > li > img {
            width: 25px;
            margin-right: 15px;
            margin-top: -6px;
        }

.sede-caro .item {
    padding-top: 1px !important;
    background-color: #fff;
    padding: 40px;
    text-align: right;
    opacity: .8;
    line-height: 120%;
    color: #000;
}

.sede-caro > div:nth-of-type(3) > div {
    padding-bottom: 10px;
}

.sede-caro h3 {
    margin-bottom: 0px;
    color: #ff6a00;
}

.sede-caro h5 {
    margin-top: 0px;
}

.modulos {
    padding-left: 25px;
    border-radius: 5px 5px 0 0;
    background-color: #D2D2D2;
    padding: 10px 20px;
    display: inline-block;
    text-align: center;
}

/*Footer*/
.footer3 {
    color: #fefefe;
}

    .footer3 ul > li > a, .footer ul > li {
        color: #eee;
    }

    .footer3 > .row > div:last-child {
        margin-right: 0px;
    }

    .footer3 h4 {
        font-size: 18px;
        color: #ff9041;
        margin-bottom: 5px;
    }

    .footer3 ul {
        margin-top: 5px;
        width: 20ch;
    }

    .footer3 .social-icon {
        width: 40px;
    }

    .footer3 div[class^="col-lg"] .social-icon {
        margin-right: 7px;
        margin-bottom: 5px;
    }

    .footer3 .icon-span {
        font-size: 16px;
        margin-right: 4px;
        margin-top: 4px;
        float: left;
    }

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

    .input-group input[type='text'] {
        position: relative;
        z-index: 2;
        float: left;
        width: 100%;
        margin-bottom: 0;
        display: table-cell;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

.footer3 .contact-form {
    margin-top: 5px;
}

.footer3 .input-group input[type='text']:focus {
    outline-style: none;
    box-shadow: 0px 0px 4px #ff6a00;
}

    .footer3 .input-group input[type='text']:focus + .input-group-btn > button {
        outline-style: none;
        box-shadow: 0px 0px 4px #ff6a00;
    }

.footer3 .input-group .input-group-btn {
    width: 1%;
    vertical-align: middle;
    display: table-cell;
}

    .footer3 .input-group .input-group-btn > button {
        height: 25px;
        margin-top: 2px;
        background-color: #343C4A;
        border-radius: 3px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border: none;
        padding-left: 10px;
        padding-top: 3px;
    }

        .footer3 .input-group .input-group-btn > button > .material-icons {
            font-size: 18px;
        }

.containerImgCliente {
    padding: 0 25px;
    text-align: center;
}

@media(max-width:991px) {
    .containerImgCliente {
        width: 33%;
        padding: 0;
    }
}

@media(max-width:751px) {
    .containerImgCliente {
        width: 50%;
        padding: 0;
    }
}

.divImgCliente {
    box-shadow: 0 0 6px #ddd;
    border-radius: 3px;
    display: inline-block;
    background-color: #FFF;
    position: relative;
    height: 170px;
    width: 220px;
}

.imgCliente {
    opacity: 0;
    width: 180px;
    height: 120px;
    position: absolute;
    object-fit: contain;
    top: 50%;
    left: 50%;
    margin-top: -60px;
    margin-left: -90px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1.2s ease;
}

    .imgCliente.active {
        opacity: 1;
    }

@media(max-width:767px) {
    .imgCliente {
        width: 160px;
        height: 100px;
        top: 57%;
        left: 56%;
    }
}

@media (max-width: 469px) {
    .imgCliente {
        width: 130px;
        height: 90px;
        top: 67%;
        left: 68%;
    }
}

.gestiones h5 {
    color: #47CAE5;
    font-weight: bold;
    font-size: 20px;
    margin-top: 0px;
}

.gestiones .div-gestion {
    padding: 0 30px;
}

@media(max-width:767px) {
    .gestiones .div-gestion {
        padding: 0;
    }
}

.gestiones .img-gestion {
    height: 90px;
}

@media (max-width: 992px) {

    .sede-caro > .col-lg-4:not(:last-child) {
        margin-bottom: 2rem;
    }
}

@media (min-width: 768px) {

    .divImgCliente {
        margin-bottom: 0px;
    }

    .clientes {
        margin-bottom: 40px;
    }
}

@media (min-width: 250px) {

    .clientes {
        margin-bottom: 0;
    }

    .divImgCliente {
        margin-bottom: 30px;
    }
}

@media (max-width: 569px) {
    .divImgCliente {
        width: 180px;
        height: 140px;
    }
}

@media (max-width: 469px) {
    .divImgCliente {
        width: 140px;
        height: 100px;
    }
}

.prestigio {
    background: Url('/Images/Home/formas.svg') #fdf0dd;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    color: #fff;
}

    .prestigio .img-laptop {
        margin-top: -100px;
    }

.tipo-institucion {
    position: relative;
    margin-bottom: 1rem;
}

    .tipo-institucion > .img-tipo-institucion {
        position: absolute;
        left: 0;
        width: 30px;
    }

    .tipo-institucion > .nombre-tipo-institucion > span {
        color: #333;
        position: relative;
        padding-left: 25px;
        opacity: 1;
    }

        .tipo-institucion > .nombre-tipo-institucion > span > i {
            position: absolute;
            font-size: 15px;
            left: 0;
            top: 6px;
            color: #f4971d;
        }

@media (max-width: 992px) {

    .tipo-institucion > .nombre-tipo-institucion > span > i {
        left: 2px;
        top: 0px;
    }
}

.ul-margin {
    margin-top: 25px !important;
}

#links-menu-login {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    #links-menu-login a,
    #links-menu-login > span.tel {
        letter-spacing: 1px;
        font-size: 11px;
        color: #222935;
    }

        #links-menu-login a.chat:hover {
            color: #F89939 !important;
        }

        #links-menu-login a.whatsapp:hover {
            color: #0EC144 !important;
        }

        #links-menu-login a.login:hover {
            color: #004c4c !important;
        }

.menu-up .navigation_desktop ul a:not(.btn-menu-prueba):hover {
    color: black !important;
}

.respaldo {
    background-image: url(/Images/Caracteristicas/Logo_SelloCalidadQ10.webp);
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: top;
    background-size: 28%;
}

@media (max-width: 767px) {
    .respaldo {
        padding-bottom: 6rem;
    }
}
/* Focus fields */
.contact-form input:focus::-webkit-input-placeholder, .contact-form textarea:focus::-webkit-input-placeholder {
    color: transparent !important;
}

.contact-form input:focus:-moz-placeholder, .contact-form textarea:focus:-moz-placeholder { /* Firefox 18- */
    color: transparent !important;
}

.contact-form input:focus::-moz-placeholder, .contact-form textarea:focus::-moz-placeholder { /* Firefox 19+ */
    color: transparent !important;
}

.contact-form input:focus:-ms-input-placeholder, .contact-form textarea:focus:-ms-input-placeholder {
    color: transparent !important;
}

.menu-blanco #ul li a, .menu-blanco #links-menu-login a {
    color: white;
    opacity: 1;
}

.menu-padre {
    display: inline-block !important;
    position: relative;
}

    .menu-padre:hover .div-submenu {
        top: 55px;
        left: -20px;
        opacity: 1;
    }

.div-submenu {
    position: absolute;
    background-color: #FFF;
    border-radius: 3px;
    width: 200px;
    border: 1px solid #CCC;
    top: -999em;
    left: -999em;
    z-index: 99999;
    opacity: 0;
}

.submenu-grande .div-submenu {
    width: 356px;
}

.submenu-grande.menu-peru .div-submenu {
    width: 385px;
}

.div-submenu .pin {
    display: block;
    position: absolute;
    top: -7px;
    left: 64px;
    height: 11px;
    width: 13px;
    z-index: 99999;
    background: url(/Images/background-pin.png) 0 0 no-repeat;
}

.submenu li:hover {
    background-color: #eee;
}

.submenu li {
    display: block !important;
    list-style: none;
    vertical-align: middle;
    padding: 5px 15px 3px 15px !important;
    width: 100%;
    margin: 0 !important;
}

    .submenu li a {
        height: 30px;
        display: block;
        color: #000 !important;
        font-weight: normal !important;
    }

.container-decision {
    background-image: url(/Images/Avion.png);
    background-size: 32%;
    background-repeat: no-repeat;
    background-position-x: 61%;
    background-position-y: 60%;
}

.container-factura {
    background-image: url(/Images/FacturacionElectronica/Banner_inicio.png);
    background-size: 100%;
    background-repeat: repeat-y;
    color: #FFF;
    position: relative;
}

/*--------------Modal de contacto---------------*/

#modal-invitation .modal-dialog {
    margin-top: 70px;
}

#modal-invitation .modal-content {
    background-image: url(/Images/Contacto/fondo_modal.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
    border-radius: 9px;
    height: 320px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: none;
}

    #modal-invitation .modal-content #persona {
        position: absolute;
        width: 170px;
        bottom: 0;
        right: 0;
    }

#modal-invitation .contenido {
    color: #666666;
    width: 60%;
}

#modal-invitation h4 {
    margin: 36px 0px 10px;
    font-size: 1.5rem;
    font-weight: 700;
    font-family: 'Segoe UI';
    line-height: 21px;
    padding-right: 5px;
}

    #modal-invitation h4 span {
        color: #f19315;
        line-height: 0;
        font-family: 'Segoe UI';
    }

#modal-invitation p {
    font: 400 1.1rem 'Segoe UI';
    margin-bottom: 30px;
    line-height: 17px;
    padding-right: 15px;
}

#modal-invitation #contactanos {
    background-color: #ff931e;
    color: #fff;
    font-size: 1.3rem;
    text-align: center;
    padding: 1px 13px 5px;
    font-family: 'Segoe UI';
    font-weight: 600;
    text-decoration: none;
}

#modal-invitation .chatea-con-nosotros {
    font-size: .9rem;
    margin: 0;
    margin-top: 7px;
}

    #modal-invitation .chatea-con-nosotros .chat-link {
        font-weight: 700;
        color: #666666;
        text-decoration: underline;
    }

#modal-invitation .modal-footer {
    position: relative;
    background: rgba(17, 17, 17, 0.3);
    padding: 10px 25px;
    z-index: 1;
    border: none;
    font-family: 'Segoe UI';
    border-bottom-right-radius: 9px;
    border-bottom-left-radius: 9px
}

    #modal-invitation .modal-footer a {
        font-weight: 100;
        color: #c5beb8;
        font-size: 1rem;
        text-decoration: underline;
    }

@media only screen and (max-width: 352px) {
    #modal-invitation .modal-content {
        height: 315px;
    }

    #modal-invitation h4 {
        margin-top: 28px;
        font-size: 1.3rem;
        line-height: 18px;
    }

    #modal-invitation p {
        font-size: .95rem;
        line-height: 15px;
        padding-right: 10px;
        margin-bottom: 20px;
    }

    #modal-invitation #contactanos {
        font-size: 1rem;
        padding: 2px 10px 5px;
    }

    #modal-invitation .chatea-con-nosotros {
        font-size: .7rem;
    }

    #modal-invitation .modal-footer a {
        font-size: .8rem;
    }
}

@media only screen and (min-width: 400px) {

    #modal-invitation .modal-content {
        height: 360px;
    }

    #modal-invitation .contenido {
        padding-left: 5px;
    }

    #modal-invitation .modal-content #persona {
        width: 195px;
    }

    #modal-invitation h4 {
        font-size: 1.7rem;
        line-height: 24px;
    }

    #modal-invitation p {
        font-size: 1.2rem;
        line-height: 18px;
    }
}

@media only screen and (min-width: 450px) and (max-width: 768px) {
    #modal-invitation .modal-content {
        width: 420px;
        margin: auto;
    }

    #modal-invitation h4 {
        font-size: 1.9rem;
        line-height: 26px;
        margin-top: 25px;
    }

    #modal-invitation p {
        font-size: 1.3rem;
        line-height: 18px;
    }
}

@media only screen and (min-width: 769px) {
    #modal-invitation .modal-content {
        height: 460px;
        width: 520px;
        margin: auto
    }

        #modal-invitation .modal-content #persona {
            width: 250px;
        }

    #modal-invitation .modal-body {
        padding: 20px;
    }

    #modal-invitation h4 {
        font-size: 2rem;
        line-height: 30px;
        margin-bottom: 15px;
    }

    #modal-invitation p {
        font-size: 1.3rem;
        line-height: 20px;
        margin-bottom: 35px
    }

    #modal-invitation #contactanos {
        font-size: 1.5rem;
    }

    #modal-invitation .chatea-con-nosotros {
        font-size: 1rem;
    }
}

@media only screen and (min-width: 1200px) {
    #modal-invitation h4 {
        font-size: 1.67rem;
        line-height: 31px;
    }

    #modal-invitation p {
        font-size: 1.1rem;
        line-height: 21px;
    }

    #modal-invitation #contactanos {
        font-size: 1.3rem;
    }

    #modal-invitation .chatea-con-nosotros {
        font-size: .85rem;
    }

    #modal-invitation .modal-footer a {
        font-size: .8rem;
    }
}

/*--------------Fin modal de contacto---------------*/

.button-chat {
    font-size: 13px;
    height: 35px;
    padding: 0 16px;
    line-height: 38px;
}

.dropdown-change-country {
    display: inline-block;
}

    .dropdown-change-country > a {
        cursor: pointer;
        display: inline-block;
        color: #fff;
    }

    .dropdown-change-country a > img {
        float: left;
        margin: 0px 5px 0 0px;
        width: 22px;
    }

    .dropdown-change-country > a img {
        margin-top: 7px;
    }

    .dropdown-change-country ul {
        left: -11px;
    }

    .dropdown-change-country li {
        display: block !important;
        float: none !important;
    }

        .dropdown-change-country li > a {
            padding-left: 5px;
        }

.dropdown-menu.multi-column.columns-3 {
    min-width: 570px;
    padding: 20px 22px 16px;
}

.dropdown-menu-left.multi-column.columns-3 {
    min-width: 570px;
    padding: 20px 22px 16px;
}

.dropdown-menu.multi-column.columns-2 {
    min-width: 380px;
    padding: 20px 22px 16px;
}

.dropdown-menu-left.multi-column.columns-2 {
    min-width: 380px;
    padding: 20px 22px 16px;
}

.multi-column-dropdown {
    line-height: 17px;
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.item-country {
    display: inline-block;
    min-width: 170px;
}

    .item-country:not(.ignore) {
        margin-bottom: 15px;
    }

@media (max-width: 414px) {
    .dropdown-menu-left.multi-column.columns-3 {
        min-width: 200px !important;
        overflow-x: hidden;
    }

    .dropdown-menu-left.multi-column.columns-2 {
        min-width: 140px !important;
        overflow-x: hidden;
    }
}

.visible-xs-block .dropdown-change-country > a img {
    margin-top: 3px !important;
}

.divTable {
    display: table;
    width: 100%;
}

.divTableRow {
    display: table-row;
}

.divTableHeading {
    display: table-header-group;
    font-weight: bold;
}

.divTableHead {
    vertical-align: middle;
    display: table-cell;
    padding: 3px 10px;
    text-align: center;
    color: white;
    background-color: #FFF;
    border: 1px solid rgba(222, 222, 222, 0.41);
}

.divTableCell {
    vertical-align: middle;
    display: table-cell;
    border: 1px solid rgba(222, 222, 222, 0.41);
    padding: 10px 10px;
}

.divTableFoot {
    background-color: #EEE;
    display: table-footer-group;
    font-weight: bold;
}

.divTableBody {
    display: table-row-group;
}

.btn-white {
    background-color: #FFF !important;
    color: #F8993A !important;
}

    .btn-white.btn-white-border {
        border: 1px solid rgb(248, 153, 57);
    }

.has-error .bootstrap-select button {
    border-color: #953b39;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px #d59392;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px #d59392;
}

.color-menu-blanoco-index-fondo-azul {
    color: white !important;
}

.menu-up .navigation_desktop ul li .color-menu-blanoco-index-fondo-azul:not(.btn-menu-prueba):hover {
    color: #2CE0D8 !important;
}

.login-alternacia:hover {
    color: #2CE0D8 !important;
}

/*--------------Menu hamburguesa---------------*/
.menu_button {
    position: relative;
    float: right;
    margin-top: -0.05rem;
}

.menu-hamburguer {
    color: #F89939;
    font-size: 45px;
    overflow: hidden;
}

.menu-responsive {
    padding: 0px !important;
    margin-right: -5px;
    margin-top: 5px;
    height: 40px !important;
}

#showRight_1.menu-responsive:active {
    background-color: transparent !important
}

.menu-responsive:focus:not(:active) {
    background-color: transparent !important;
}
/*--------------Fin menu hamburguesa---------------*/

/*--------------página home respaldo empresarial---------------*/

@media (max-width: 768px) {
    .card {
        padding-top: 0px;
        padding-right: 5px !important;
        padding-bottom: 0px !important;
        padding-left: 5px !important;
    }
}
/*--------------Fin página home respaldo empresarial---------------*/

/*Politica tratamiento des datos*/
@media (max-width: 483px) {
    .espacio-top {
        margin-top: 0 !important
    }

    .espacio-bot {
        margin-bottom: 45px !important
    }

    .contenedor-titulo {
        margin-top: 3rem;
    }
}

/*Politica tratamiento des datos*/

/*--------------Boton Prueba Gratuita Home--------------*/
@media (max-width: 575.98px) {
    .boton-prueba-gratuita-home {
        min-width: 80%;
        width: 200px;
        padding-top: 5px;
        padding-bottom: 35px;
        font-size: 16px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .boton-prueba-gratuita-home {
        min-width: 60%;
        width: 200px;
        padding-top: 5px;
        padding-bottom: 35px;
        font-size: 16px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .boton-prueba-gratuita-home {
        min-width: 170px;
        width: 175px;
        padding-top: 5px;
        padding-bottom: 35px;
        font-size: 16px;
    }
}
/*--------------Boton Prueba Gratutia Home--------------*/

/*--------------certificados---------------*/
.certicaciones-titulo {
    border-bottom: 2px solid #CCC;
    padding: 0 40px 5px;
}

.subtitulo-certificados {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 175px;
    justify-content: space-between;
}

@media(max-width:666px) {
    .subtitulo-certificados {
        height: 150px;
    }
}

.logo-procesos-empresariales {
    width: 190px;
    margin-bottom: 4px;
    margin-top: 5%;
}

.subtitulo-seguridad-informacion {
    margin-top: 0.5rem;
}

.logo-calidad-desarrollo {
    width: 123px;
    margin-top: 10px;
}

.logo-seguridad-informacion {
    width: 91px;
    margin-top: 10px
}

.subtitulo-calidad-desarrollo {
    margin-top: 10px
}

@media (max-width:980px) {
    .subtitulo-calidad-desarrollo {
        margin-top: 0.7rem;
    }

    .subtitulo-seguridad-informacion {
        margin-top: 1.2rem;
    }
}

/*-------------- Contacto ---------------*/

.h3-to-h1-contacto {
    line-height: 2.86rem !important;
    margin: 0
}
/*-------------- fin Contacto ---------------*/

/*-------------- Empresa ---------------*/
.h4-to-h1-empresa {
    font-weight: 400 !important;
    line-height: 2.36rem !important;
    letter-spacing: 0.00px !important;
    margin-top: 1.71rem !important;
    margin-bottom: 1.14rem !important;
    font-size: 2.2rem;
    text-align: center;
}

@media(max-width: 600px) {
    .h4-to-h1-empresa {
        text-align: left;
        font-size: 2rem;
    }
}
/*-------------- fin Empresa ---------------*/

/*-------------- Colegios ---------------*/
.h5-to-h1-colegios {
    font-weight: 500 !important;
    letter-spacing: .02rem !important;
    margin-bottom: 10px;
    margin-top: 0;
    border-bottom: 2px solid;
    padding-bottom: 10px;
    font-size: 26px;
    line-height: 35px;
}

.div-icono {
    float: left;
    padding-left: 60px;
}

.div-btn-prueba {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

@media(max-width: 910px) {
    .cabeceraColegios {
        background: #f7f7f7 !important;
    }

    .div-icono {
        float: initial !important;
        padding-left: 0px !important;
        text-align: center !important;
    }

    .cabecera-text {
        padding-left: 0px !important;
        margin-top: 30px !important;
    }

    .div-btn-prueba {
        text-align: center !important;
    }

        .div-btn-prueba a {
            width: 220px !important;
        }

    .div-contenedor {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .iconoCabecera {
        width: 100px !important;
    }
}

@media(max-width: 910px) and (min-width:700px) {
    .div-btn-prueba {
        text-align: left !important;
    }
}
/*-------------- fin Colegios ---------------*/

/*-------------- ETDH ---------------*/
.h5-to-h1-etdh {
    font-weight: 500 !important;
    letter-spacing: .02rem !important;
    margin-bottom: 10px;
    margin-top: 0;
    border-bottom: 2px solid;
    padding-bottom: 10px;
    color: #299751;
    font-size: 26px;
    line-height: 35px;
}

.cabeceraETDH {
    height: 340px !important;
}

.div-icono {
    float: left !important;
    padding-left: 60px !important;
}

.div-btn-prueba {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

@media(max-width: 910px) {
    .cabeceraETDH {
        background: #f7f7f7 !important;
    }

    .div-icono {
        float: initial !important;
        padding-left: 0px !important;
        text-align: center !important;
    }

    .cabecera-text {
        padding-left: 0px !important;
        margin-top: 30px !important;
    }

    .div-btn-prueba {
        text-align: center !important;
    }

        .div-btn-prueba a {
            width: 220px !important;
        }

    .div-contenedor {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .iconoCabecera {
        width: 100px !important;
    }
}

@media(max-width: 910px) and (min-width:700px) {
    .div-btn-prueba {
        text-align: left !important;
    }
}

@media(max-width:699px) {
    .cabeceraETDH {
        height: 400px !important;
    }
}
/*-------------- fin ETDH ---------------*/

/*-------------- Educacion Superior ---------------*/
.h5-to-h1-universidades {
    font-weight: 500 !important;
    letter-spacing: .02rem !important;
    margin-bottom: 10px;
    margin-top: 0;
    border-bottom: 2px solid;
    padding-bottom: 10px;
    font-size: 26px;
    line-height: 35px;
}

.div-icono {
    float: left !important;
    padding-left: 60px !important;
}

.div-btn-prueba {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

@media(max-width: 910px) {
    .cabeceraUniversidades {
        background: #f7f7f7 !important;
    }

    .div-icono {
        float: initial !important;
        padding-left: 0px !important;
        text-align: center !important;
    }

    .cabecera-text {
        padding-left: 0px !important;
        margin-top: 30px !important;
    }

    .div-btn-prueba {
        text-align: center !important;
    }

        .div-btn-prueba a {
            width: 220px !important;
        }

    .div-contenedor {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .iconoCabecera {
        width: 100px !important;
    }
}

@media(max-width: 910px) and (min-width:700px) {
    .div-btn-prueba {
        text-align: left !important;
    }
}
/*-------------- fin Educacion Superior ---------------*/

/*-------------- Prueba gratuita ---------------*/
.h5-to-h1-prueba-colegios {
    font-weight: 500 !important;
    line-height: 0px !important;
    letter-spacing: .02rem !important;
    margin: 0 !important;
    font-size: 25px !important;
    margin-bottom: 2px !important;
    display: block !important;
    margin-top: 21px !important;
}

.p-to-h1-colegios {
    padding-top: 5px !important;
    margin: 0 !important;
    font-size: 26px !important;
    margin-bottom: 8px !important;
    font-weight: 300 !important;
    letter-spacing: normal !important;
    line-height: 1.71rem !important;
    font-size: 26px !important;
    margin-bottom: 8px !important;
}

.sub-h1-pg-colegios {
    margin: 0 !important;
    font-size: 25px !important;
    margin-bottom: 17px !important;
    display: block !important;
    line-height: 0 !important;
    letter-spacing: .02rem !important;
}

.h5-to-h1-prueba-etdh {
    font-weight: 500 !important;
    line-height: 0px !important;
    letter-spacing: .02rem !important;
    margin: 0 !important;
    font-size: 25px !important;
    margin-bottom: -11px !important;
    display: block !important;
    margin-top: 21px !important;
}

.p-to-h1-etdh {
    padding-top: 5px !important;
    margin: 0 !important;
    font-size: 26px !important;
    margin-bottom: 8px !important;
    font-weight: 300 !important;
    letter-spacing: normal;
    line-height: 1.71rem !important;
    font-size: 26px !important;
    margin-bottom: 8px !important;
}

.sub-h1-pg-etdh {
    margin: 0 !important;
    font-size: 25px !important;
    margin-bottom: 17px !important;
    line-height: 26px !important;
    letter-spacing: .02rem !important;
}

.subtitulo-plan-pg {
    font-size: 17px;
    margin: 0;
    display: block;
    margin-top: 7px;
}

.h5-to-h1-default-pg {
    font-family: Roboto,Helvetica,Arial,sans-serif !important;
    font-size: 1.43rem !important;
    font-weight: 500 !important;
    line-height: 1.86rem !important;
    letter-spacing: .02rem !important;
}

.h5-to-h1-prueba-superior {
    font-weight: 500 !important;
    line-height: 0px !important;
    letter-spacing: .02rem !important;
    margin: 0 !important;
    font-size: 25px !important;
    margin-bottom: 2px !important;
    display: block !important;
    margin-top: 21px !important;
}

.p-to-h1-superior {
    padding-top: 5px !important;
    margin: 0 !important;
    font-size: 26px !important;
    margin-bottom: 8px !important;
    font-weight: 300 !important;
    letter-spacing: normal;
    line-height: 1.71rem !important;
    font-size: 26px !important;
    margin-bottom: 8px !important;
}

.sub-h1-pg-superior {
    margin: 0 !important;
    font-size: 25px !important;
    margin-bottom: 17px !important;
    display: block !important;
    line-height: 0 !important;
    letter-spacing: .02rem !important;
}

.titulo-pg {
    padding-top: 7px !important;
    margin: 0 !important;
    font-size: 26px !important;
    margin-bottom: 8px !important;
}

.h3-to-h1-tratamientos-datos {
    font-size: 2.43rem !important;
    font-weight: 400 !important;
    line-height: 2.86rem !important;
    margin-top: 1.71rem !important;
    margin-bottom: 1.71rem !important;
    letter-spacing: -.02rem !important;
}
/*-------------- fin Prueba gratutita ---------------*/

/*-------------- Aviso Cookies---------------*/
.espaciado-cookies {
    padding-right: 5px;
    padding-left: 0px;
    margin: 0 0px;
    margin-right: 0px;
    width: 83%
}

.flex-container-cookies {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

.contenedor-boton-cookies {
    width: 17%;
    text-align: right;
    padding-left: 0px,
}

#barra-informativa {
    display: none;
    position: fixed;
    left: 0px;
    right: 0px;
    width: 100%;
    height: auto;
    text-align: center;
    z-index: 2000000001;
    -webkit-transition: all 1.5s ease-in-out;
    -moz-transition: all 1.5s ease-in-out;
    -o-transition: all 1.5s ease-in-out;
    -ms-transition: all 1.5s ease-in-out;
    transition: all 1.5s ease-in-out;
    font-size: 18px;
    background-color: rgba(0, 0, 0, 0.8);
}

.barra {
    bottom: -500px;
}

.boton-politica-cookies {
    padding: 9px;
    margin: 0px;
    min-width: 0px;
    color: #ffffff !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 2px;
    text-transform: none;
    font-size: 0.80em !important;
    border: none;
    font-weight: 400 !important;
    text-decoration: none !important;
    padding-left: 30px;
    padding-right: 30px;
    background-color: #3974D4;
}

.boton-cookies {
    width: 100%
}

.container-aviso-cookies {
    margin: 0 auto;
    width: 70%;
    padding-top: 15px;
    padding-bottom: 15px;
}

.texto-cookies {
    font-family: Roboto;
    line-height: 20px;
    font-size: 13px;
    text-align: start;
    color: #FFFFFF
}

.leer-mas-cookies {
    text-decoration: none !important;
    color: #FFFFFF !important;
    border-bottom: 1px solid;
    padding-bottom: 0px
}

@media(max-width:768px) {
    .boton-politica-cookies {
        text-align: center !important
    }

    .boton-cookies {
        display: flex;
        justify-items: center;
        align-items: center;
        justify-content: center
    }

    .texto-cookies {
        font-size: 12px;
    }

    .container-aviso-cookies {
        padding-right: 15px;
        padding-left: 15px;
        width: 95%;
    }

    .espaciado-cookies {
        padding-right: 0px;
        padding-left: 0px;
        margin: 0px;
        margin-right: 0px;
    }

    .espaciado-cookies {
        width: 90%
    }

    .contenedor-boton-cookies {
        width: 30%;
        text-align: right;
    }

    .texto-cookies {
        padding-right: 10px
    }
}

@media(max-width:568px) {
    .flex-container-cookies {
        display: flex;
        flex-direction: column
    }

    .espaciado-cookies {
        width: 100%
    }

    .contenedor-boton-cookies {
        width: 100%;
        text-align: center;
        margin-top: 10px
    }

    .container-aviso-cookies {
        width: auto
    }

    .texto-cookies {
        padding-right: 0px
    }
}
/*-------------- Aviso Cookies---------------*/

/*--------------Tratamiento de datos personales---------------*/
.espacio-bottom {
    margin-bottom: 0
}

.lista-gion {
    list-style-type: none
}

    .lista-gion:before {
        content: "-"
    }

.tamaño-largo {
    height: auto;
    max-height: 200px;
}

.line-legal {
    display: inline-flex;
    line-height: 19px
}

.overflowx {
    overflow-x: auto;
}

@media(min-width:368px) and (max-width:767px) {
    .tamaño-largo {
        width: 165px;
        height: 200px;
    }

    .line-legal {
        line-height: inherit
    }
}

@media(max-width:390px) {
    .tamaño-largo {
        width: 144px;
    }
}
/*-------------- Tratamiento de datos personales---------------*/

/*-------------- Cabecera---------------*/

.inicio_subtitulo {
    font-family: Roboto,Helvetica,Arial,sans-serif;
    font-size: 1.14rem;
    font-weight: 400;
    letter-spacing: -.08rem;
    letter-spacing: .02rem;
    opacity: .8;
    color: #000;
    margin: 0px;
    line-height: 130%;
}
/*-------------- Fin Cabecera---------------*/

/*-------------- Prestigio---------------*/
.prestigio-item {
    font-family: Roboto,Helvetica,Arial,sans-serif;
    font-size: 1.14rem;
    font-weight: 400;
    letter-spacing: .02rem;
    line-height: 1.3rem;
    display: flex;
    flex-direction: row;
}
/*-------------- Fin prestigio---------------*/

/*--------------Página de partners--------------*/
.menu-partners {
    width: 230px !important
}
/*margen menu nav bar*/

@media(min-width: 1200px) {
    .espaciado-nav {
        margin-left: 13%
    }
}

/*--------------Fin página de partners--------------*/


.swal2-confirm {
    background: #FFF !important;
    border: solid 2px #d9d9d9 !important;
}

div.swal2-container button.swal2-styled.swal2-confirm:focus {
    box-shadow: none !important;
}

.swal2-title {
    font-size: 1rem;
    font-weight: 200;
    letter-spacing: normal;
    margin-top: 13px;
}

div.swal2-container button.swal2-styled {
    padding: 0.2em 1.1em !important;
}

.logo, .menu-responsive_ {
    margin-left: 0 !important;
}

@media(max-width:700px) {
    .logo, .menu-responsive_ {
        margin-left: 20px !important;
    }
}

.ulMenu, #links-menu-login {
    padding-right: 0px !important;
}

/*Esto se hace con el fin de que la zona táctil sea más amplia y mejorar la accesibilidad de la página*/

#_lpChatBtn, .whatsapp, .tel, .login {
    display: -webkit-inline-box;
}

    #_lpChatBtn i, .whatsapp img, .login i {
        top: 25% !important;
    }

#ul > li > a {
    display: -webkit-inline-box;
}

    #ul > li > a:last-child {
        display: inline-block;
    }


/*Clases para estandarizar las fuentes*/

.text-dark {
    color: #333;
}

.text-xlarge .text-large, .text-medium, .text-small {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    line-height: normal;
    margin: 0;
}

.text-xlarge {
    font-size: 2.2rem;
    letter-spacing: 0.2px;
}

.text-large {
    font-size: 1.4rem;
}

.text-medium {
    font-size: 1.1rem;
}

.text-small {
    font-size: 0.8rem;
}

@media(max-width:992px) {
    .text-large {
        font-size: 1.6rem;
    }

    .text-medium {
        font-size: 1.4rem;
    }

    .text-small {
        font-size: 1rem;
    }
}



.img_responsive {
    padding-bottom: 2rem;
}

.que-es-q10 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 31px;
}

@media(max-width:991px) {

    section.gestiones {
        padding-bottom: 6rem;
    }

    .que-es-q10 {
        flex-direction: column-reverse;
        margin-top: 1.3rem;
    }

    .img_responsive {
        padding-bottom: 0rem;
    }

    .que-es-q10 h2 {
        text-align: center;
        font-weight: 600;
        margin-bottom: 2rem;
    }
}

.capterra-estrellas {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 16.5px auto 0;
}

    .capterra-estrellas img:nth-child(2) {
        margin-top: 2px;
    }

    .capterra-estrellas figcaption {
        margin-top: 7px;
        margin-left: 6px;
        font-size: 1rem;
        color: #044d80;
        font-weight: 700;
    }

.newHome-title {
    font-size: clamp(1.4rem, 4vw, 2.4rem);
    font-weight: 400;
    line-height: 2.7rem;
    margin-bottom: .8rem;
    color: #222935;
    width: 20ch;
    letter-spacing: -.02rem;
}

.newHome-description {
    font-size: clamp(0.8rem, 1.6vw, 0.94rem);
    color: #1b1b1b;
    margin-bottom: 1.2rem;
    line-height: 1.2;
    margin-top: 20px;
    width: 46ch;
    letter-spacing: 0;
}

.btn-prueba-newHome {
    background-color: #f89939;
    color: #fff !important;
    padding: 0.5rem 1.5rem;
    font-size: 1rem;
    border-radius: 6px;
    text-decoration: none;
    margin-bottom: 0.27rem;
    display: inline-block;
    text-decoration: none;
}

    .btn-prueba-newHome:hover {
        background-color: #ff6a00;
        text-decoration: none;
    }

.detalles-prueba {
    font-size: clamp(.8rem, 1.6vw, .85rem);
    margin-bottom: 2.8rem;
}

.contenido-home {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 7.5rem;
    flex-wrap: wrap;
}

.contenido-home.julio-promocion {
  padding-top: 11.5rem;
}

.contenedor-article {
    flex-basis: 45%;
    margin: 0 0 4% 0%;
    min-width: 500px;
}

.imagen-home {
    margin: 0;
}

.contenido-home > .imagen-home {
    width: 40%;
    margin: 20px 0 5rem auto;
}

#imgHome {
    width: 100%;
}

.estrella_home {
    color: #f89939;
}

.capterra-estrellas #logo-capterra {
    width: 18%;
}

.capterra-estrellas #estrellas-capterra {
    width: 18%;
}

@media (max-width: 1470px) {
    .contenedor-article {
        flex-basis: 45%;
        margin: 0 0 2% 5%;
        min-width: 500px;
    }

    .contenido-home > .imagen-home {
        margin: 0 auto 3.5rem auto;
    }

    #imgHome {
        width: 100%;
    }

    .contenido-home.julio-promocion {
        padding-top: 14.5rem;
    }
}

@media (max-width: 1280px) {
    .contenido-home {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-top: 8rem;
        margin: 0 auto 0.1rem !important;
        position: relative;
        max-width: calc(1366px - 4%);
        flex-wrap: wrap;
    }
}

@media (max-width: 1010px) {
    .contenido-home {
        flex-direction: column;
        align-items: flex-start;
        padding-top: 5rem;
        min-height: 97vh;
        padding-bottom: 4rem;
    }

    .contenedor-article {
        flex-basis: 100%;
        margin: 0% auto 0;
        min-width: auto;
    }

    .newHome-title {
        font-size: clamp(2.5rem, 2.357rem + 0.381vw, 2.7rem);
        line-height: 2.4rem;
        width: 100%;
        text-align: center;
        margin: 4.5% auto 2%;
    }

    .capterra-estrellas figcaption {
        font-size: 1.3rem;
    }

    .newHome-description {
        font-size: clamp(1.4rem, 1.329rem + 0.19vw, 1.5rem);
        text-align: center;
        margin: 2% auto;
    }

    .btn-prueba-newHome {
        min-width: 200px;
        padding: 1rem 1.2rem;
        font-size: 1.35rem;
        display: block;
        margin: 0 auto 1.5rem auto;
        text-align: center;
        width: max-content;
    }

        .text-btn {
        font-size: 1.3rem;
    }

    .detalles-prueba {
        text-align: center;
        font-size: clamp(1.4rem, 1.329rem + 0.19vw, 1.5rem);
        width: max-content;
        color: #1b1b1b;
        margin: 0 auto 2rem;
    }

    .responsive-capterra {
        width: 100%;
        display: flex;
        justify-content: center;
        margin-top: 1rem;
    }

        .responsive-capterra .capterra-estrellas {
            justify-content: center;
        }

    #imgHome {
        width: 100%;
        height: auto;
    }

    .capterra-estrellas #logo-capterra {
        max-width: 60%;
        width: unset
    }

    .capterra-estrellas #estrellas-capterra {
        max-width: 60%;
        width: unset;
    }

    #imgHome {
        width: none;
        height: none;
    }

    .capterra-desktop {
        position: absolute;
        bottom: 4rem;
        left: 50%;
        transform: translate(-50%);
        top: 85%;
    }

    .imagen-home {
        max-width: 60%
    }
}

@media (max-width: 500px) {
    .capterra-estrellas #logo-capterra {
        max-width: 39%;
        min-width: 90px;
        width: unset
    }

    .capterra-estrellas #estrellas-capterra {
        max-width: 39%;
        min-width: 90px;
        width: unset
    }
}

.capterra-desktop {
    display: block;
    margin-top: 1rem;
}

    .capterra-desktop .capterra-estrellas {
        justify-content: left;
    }

@media (max-width: 500px) {

    .capterra-desktop {
        bottom: 7rem;
    }

    .contenido-home {
        flex-direction: column;
        align-items: flex-start;
        padding-top: 5rem;
        margin-bottom: 0rem !important;
        min-height: 97vh;
        padding-bottom: 5rem;
    }

    .imagen-home {
        max-width: unset;
    }

    .newHome-title {
        font-size: clamp(2.45rem, 2.236rem + 0.571vw, 2.75rem);
        line-height: 2.65rem;
        text-align: center;
        max-width: 20ch;
        margin: 0% auto 2%;
    }

    .contenedor-article {
        margin: 6% auto 0;
    }

    .btn-prueba-newHome {
        min-width: 187px;
        max-width: max-content;
        padding: 0.8rem 1.12em;
        font-size: 1.3rem;
    }

    .newHome-description {
        font-size: clamp(1.48rem, 0.573rem + 2.419vw, 2.75rem);
        width: 100%;
        text-align: center;
        margin: 4% auto 1.5rem;
        width: 31ch;
    }

    .text-btn {
        font-size: clamp(1.5rem, 0.607rem + 2.381vw, 2.75rem);
    }
    
}

@media (max-width: 379px) {
    .detalles-prueba {
        text-align: center;
        font-size: 1.4rem;
        margin-bottom: 2rem;
    }

    .imagen-home {
        max-width: 85%;
    }

    .newHome-title {
        font-size: 2.4rem;
        line-height: 2.4rem;
        width: 100%;
        text-align: center;
        margin-top: 10%;
    }

    .newHome-description {
        font-size: 1.5rem;
        width: 100%;
        text-align: center;
        margin: 4% 0 4% 0;
    }
}


.icon-chevron-right:before {
    content: "\f054";
}
.icon-chevron-left:before {
    content: "\f053";
}
.icon-chevron-down:before {
    content: "\f078";
}
.icon-chevron-up:before {
    content: "\f077";
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('/fonts/fontawesome-webfont.eot?v=4.7.0');src:url('/Content/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('/Content/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('/Content/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('/Content/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('/Content/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}

.imgAR{
    opacity:.1;
}
.imgAR2{
    opacity:.1;
}
.imgAR:nth-of-type(1){
    width:60px;
}
.imgAR:nth-of-type(2){
    margin-left:60px;
    width:85px;
    margin-top:50px;
}
.imgAR:nth-of-type(3){
    margin-left:40px;
    width:50px;
    margin-top:-100px;
}
.imgAR:nth-of-type(4){
    margin-left:20px;
    width:160px;
    margin-top:60px;
}
.imgAR:nth-of-type(5){
    margin-left:119px;
    width:60px;
    margin-top:-50px;
}
.imgAR:nth-of-type(6){
    margin-left:50px;
    width:80px;
    margin-top:-120px;
}
.imgAR:nth-of-type(7){
    margin-left:14px;
    width:230px;
    opacity:1;
    margin-top:30px;
}
.imgAR:nth-of-type(8){
    margin-left:-120px;
    width:30px;
    margin-top:-120px;
}
.imgAR:nth-of-type(9){
    margin-left: 90px;
    width: 50px;
    margin-top: 80px;
}
.imgAR2:nth-of-type(1){
    margin-left:40px;
    width:140px;
    margin-top:0px;
}
.imgAR2:nth-of-type(2){
    margin-left:30px;
    width:60px;
    margin-top:100px;
}
.imgAR2:nth-of-type(3){
    margin-left:40px;
    width:60px;
    margin-top:-100px;
}
.imgAR2:nth-of-type(4){
    margin-left:120px;
    width:60px;
    margin-top:100px;
}
.imgAR2:nth-of-type(5){
    margin-left:140px;
    width:120px;
    margin-top:-40px;
}
.imgAR2:nth-of-type(6){
    margin-left:70px;
    width:60px;
    margin-top:40px;
}
.imgAR2:nth-of-type(7){
    margin-left:78px;
    width:60px;
    margin-top:107px;
    z-index:40;
}
.imgAR2:nth-of-type(8){
    margin-left:180px;
    width:60px;
    margin-top:40px;
}
.imgAR2:nth-of-type(9){
    margin-left: 56%;
    margin-top: -200px;
    opacity:1;
    width:60px;
    z-index:40;
    position:absolute;
}
.dispositivos-animacion2{
    width: 40%;
    padding-top: 324px;
    margin-left: -37px;
    display: inline;
    z-index: 7;
}
.dispositivos-animacion2 img:nth-of-type(1){
    width: 120%;
    bottom: 0px;
}
.dispositivos-animacion2 img:nth-of-type(2){
    top: -12px;
    margin-left: 234.5px;
    z-index: -224;
    bottom: 150px;
    position: absolute;

}
