﻿@charset "UTF-8";

.drop-nav > li > a, .nowrap, kbd {
    white-space: nowrap;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
}

.h1, .h2, .h3, .h4, .h5, .h6, body, h1, h2, h3, h4, h5, h6 {
    font-family: 'Varela Round',sans-serif;
}

a, abbr, acronym, address, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0;
    font-style: normal;
}

    legend, table caption {
        padding: 0 1em;
    }

    a img, caption, td, td img, textarea, th, th img {
        vertical-align: top;
    }

    a:active, a:hover {
        outline: 0;
    }

button, input {
    line-height: normal;
}

button, select {
    text-transform: none;
}

.card-header h3, .h6, .secondary-nav ul li a, .text-uppercase, h6, table caption {
    text-transform: uppercase;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}

audio, canvas, video {
    display: inline-block;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

blockquote, q {
    quotes: none;
}

    blockquote p:after, blockquote p:before, q:after, q:before {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption, td, th {
    text-align: left;
    font-weight: 400;
}

thead td, thead th {
    font-weight: 700;
    vertical-align: bottom;
}

button, input, select, textarea {
    margin: 0;
}

button {
    width: auto;
    overflow: visible;
}

button, input[type=button], input[type=submit] {
    cursor: pointer;
}

input[type=radio], input[type=checkbox] {
    font-size: 110%;
    box-sizing: border-box;
}

input[type=search] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

    input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

input[type=button], input[type=submit], input[type=search], input[type=text] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ddd;
}

    hr.thick {
        height: 2px;
        border-top: 2px solid #ddd;
    }

.forms-columnar:after, .group:after {
    height: 0;
    clear: both;
    visibility: hidden;
}

.group:after {
    content: ".";
    display: block;
}

body {
    background: #ECEDEE;
    color: #60666A;
    font-size: .8125em;
    line-height: 1.6923076923076923076923076923077em;
}

a {
    color: #19B5FE;
}

    a:focus, a:hover {
        color: #DC1F26;
    }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    margin: 0 0 .5em;
}

.h1, .h2, h1, h2 {
    line-height: 1.1;
}

.h3, .h4, h3, h4 {
    line-height: 1.3;
}

.h1, h1 {
    font-size: 2.25em;
}

.h2, h2 {
    font-size: 1.5em;
    margin-bottom: .7em;
}

.h3, h3 {
    font-size: 1.3125em;
}

.h4, h4 {
    font-size: 1.125em;
}

.h5, h5 {
    font-size: 1em;
}

.h6, h6 {
    font-size: .8125em;
}

.hgroup h1, .hgroup h2, .hgroup h3, .hgroup h4, .hgroup h5, .hgroup h6 {
    margin-bottom: 0;
}

.hgroup {
    margin-bottom: .6em;
}

.subheader {
    font-weight: 300;
    color: #888;
}

b, dl dt, strong {
    font-weight: 700;
}

h1.subheader {
    font-size: 1.357em;
    line-height: 1.263em;
}

h2.subheader {
    font-size: 1.214em;
    line-height: 1.412em;
}

h3.subheader {
    font-size: 1em;
    line-height: 1.286em;
}

h4.subheader, h5.subheader {
    font-size: .95em;
    line-height: 1.385em;
}

h6.subheader {
    font-size: .8em;
    line-height: 1.364em;
}

code, kbd {
    line-height: 1;
}

blockquote, dd, dl, dt, ol, p, td, th, ul {
    line-height: 1.6923076923076923076923076923077em;
}

    ol, ol ol, ol ul, ul, ul ol, ul ul {
        margin: 0 0 0 1.5384615384615384615384615384615em;
    }

blockquote, dl, fieldset, figure, form, hr, ol, p, pre, table, ul {
    margin-bottom: 1.5384615384615384615384615384615em;
}

    ol ol li {
        list-style-type: lower-alpha;
    }

    ol ol ol li {
        list-style-type: lower-roman;
    }

    .flexnav li, .lists-dash li, ul.plain {
        list-style-type: none;
    }

dd {
    margin-left: 1em;
}

blockquote {
    position: relative;
    padding: 0 3.5em;
}

    blockquote:before {
        color: #ddd;
        font-size: 6em;
        position: absolute;
        content: '\00AB';
        left: 0;
        top: 3px;
    }

    blockquote small, cite {
        color: #999;
        font-style: normal;
    }

    blockquote p {
        margin-bottom: .5em;
    }

.table-container, fieldset {
    margin-bottom: 1.5384615384615384615384615384615em;
}

blockquote cite, small {
    font-size: .85em;
    line-height: 1;
}

.units-row blockquote .pull-right, blockquote .pull-right {
    float: none;
    text-align: right;
    display: block;
}

.lists-centered li, .lists-inline li, code, kbd {
    display: inline-block;
}

address {
    font-style: normal;
}

em, figcaption, i {
    font-style: italic;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted #000;
    cursor: help;
}

sub, sup {
    font-size: .7em;
    line-height: 0;
    position: relative;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

figcaption {
    font-size: .85em;
}

code, kbd, pre, samp {
    font-size: 90%;
    font-family: Consolas,Monaco,monospace,sans-serif;
}

.btn, input[type=submit] {
    font-family: 'Varela Round',sans-serif;
}

pre {
    font-size: 1em;
    color: #484D50;
    background-color: #F5F6F6;
    border: 1px solid rgba(0,0,0,.12);
    padding: .76923076923076923076923076923077em;
    overflow: auto;
}

code {
    padding: 2px 3px;
    background: #f5f5f5;
    border: 1px solid #ddd;
}

kbd {
    padding: 2px 6px 1px;
    border-radius: .3em;
    box-shadow: 0 2px 0 rgba(0,0,0,.2),0 0 0 1px #fff inset;
    background-color: #fafafa;
    border-color: #ccc #ccc #fff;
    border-style: solid solid none;
    border-width: 1px 1px medium;
    color: #444;
    font-weight: 400;
}

fieldset {
    padding: 1.5384615384615384615384615384615em;
    border: 1px solid #e3e3e3;
}

legend {
    font-weight: 700;
}

.com {
    color: #888;
}

.lit {
    color: #195f91;
}

.clo, .opn, .pun {
    color: #93a1a1;
}

.fun {
    color: #005cb9;
}

.atv, .str {
    color: #8A6343;
}

.kwd, .linenums, .tag {
    color: #000;
}

.atn, .dec, .typ, .var {
    color: #666;
}

.pln {
    color: #5890AD;
}

.forms-desc, table caption {
    color: #999;
    font-size: .85em;
}

.text-background-light {
    background: rgba(255,255,255,.4);
}

.text-background-dark {
    background: rgba(0,0,0,.2);
}

tfoot td, tfoot th {
    background-color: #F2F2F2;
}

td, th {
    border-bottom: 1px solid #EEE;
    padding: .5em .8em;
}

table.table-flat td, table.table-flat th {
    border: none;
    padding: 0;
}

table.table-simple td, table.table-simple th {
    border: none;
    padding: .825em .7em .825em 0;
}

table.table-simple caption {
    padding-left: 0;
}

table.table-bordered td, table.table-bordered th {
    border: 1px solid #ddd;
}

table.table-stroked td, table.table-stroked th {
    border-bottom: 1px solid #eee;
}

table.table-striped tbody tr:nth-child(odd) td {
    background-color: #f5f5f5;
}

table.table-hovered tbody tr:hover td {
    background-color: #e2e2e2 !important;
}

.table-container {
    width: 100%;
    overflow: auto;
}

    .table-container table {
        margin-bottom: 0;
    }

.lists-simple {
    margin-left: 0;
    list-style: none;
}

    .lists-simple ol, .lists-simple ul {
        list-style: none;
        margin-left: 1.5em;
    }

.lists-dash {
    margin-left: 18px;
}

    .lists-dash li:before {
        content: "\2013";
        position: relative;
        margin-left: -10px;
        left: -7px;
    }

.lists-centered {
    text-align: center;
}

    .lists-centered li {
        float: none !important;
    }

.forms button, .forms input[type=password], .forms input[type=email], .forms input[type=url], .forms input[type=phone], .forms input[type=tel], .forms input[type=number], .forms input[type=datetime], .forms input[type=date], .forms input[type=range], .forms input[type=file], .forms input[type=datetime-local], .forms input[type=search], .forms input[type=text], .forms label, .forms select, .forms textarea {
    display: block;
}

.forms label {
    margin-bottom: 1.5384615384615384615384615384615em;
}

.forms-inline button, .forms-inline input[type=password], .forms-inline input[type=email], .forms-inline input[type=url], .forms-inline input[type=phone], .forms-inline input[type=tel], .forms-inline input[type=number], .forms-inline input[type=datetime], .forms-inline input[type=date], .forms-inline input[type=range], .forms-inline input[type=file], .forms-inline input[type=datetime-local], .forms-inline input[type=search], .forms-inline input[type=text], .forms-inline select, .forms-inline textarea, .forms-inline-list button, .forms-inline-list input[type=password], .forms-inline-list input[type=email], .forms-inline-list input[type=url], .forms-inline-list input[type=phone], .forms-inline-list input[type=tel], .forms-inline-list input[type=number], .forms-inline-list input[type=datetime], .forms-inline-list input[type=date], .forms-inline-list input[type=range], .forms-inline-list input[type=file], .forms-inline-list input[type=datetime-local], .forms-inline-list input[type=search], .forms-inline-list input[type=text], .forms-inline-list select, .forms-inline-list textarea {
    display: inline-block;
}

.forms-inline-list, .forms-list {
    margin: 0 0 1.5384615384615384615384615384615em;
    padding: 0;
    list-style: none;
}

    .forms-inline-list li, .forms-inline-list li label, .forms-list label {
        display: inline-block;
        margin-bottom: 0;
    }

        .forms-inline-list li label {
            margin-right: 1.5384615384615384615384615384615em;
        }

    .forms-list li {
        margin-bottom: 6px;
    }

.forms-desc {
    margin-top: 4px;
    line-height: 1.4em;
}

.forms fieldset {
    padding-bottom: 0;
    border-radius: .5em;
}

fieldset.forms-row {
    padding: 0;
    border: none;
    margin-bottom: 0;
}

.forms-columnar:after {
    content: ".";
    display: block;
}

.forms-columnar input[type=range], .forms-columnar input[type=file], .forms-columnar select[multiple=multiple] {
    display: inline-block;
}

.forms-columnar p {
    position: relative;
    padding-left: 170px;
}

.forms-columnar label {
    float: left;
    width: 150px;
    text-align: right;
    top: 0;
    left: 0;
    position: absolute;
}

.forms-columnar .forms-inline-list, .forms-columnar .forms-list {
    margin-left: 170px;
}

    .forms-columnar .forms-inline-list label, .forms-columnar .forms-list label {
        position: static;
        float: none;
        width: auto;
        text-align: left;
        margin-right: 0;
    }

    .forms-columnar .forms-inline-list label {
        margin-right: 1.5384615384615384615384615384615em;
    }

.forms-push {
    position: relative;
    padding-left: 170px;
}

.forms-section {
    font-weight: 700;
    border-bottom: 1px solid #eee;
    padding: 0 0 10px;
    margin-bottom: 1em;
    line-height: 1;
}

.forms-columnar .forms-section {
    padding-left: 170px;
}

input[type=radio], input[type=checkbox] {
    position: relative;
    top: -1px;
}

input[type=password], input[type=email], input[type=url], input[type=phone], input[type=tel], input[type=number], input[type=datetime], input[type=date], input[type=datetime-local], input[type=search], input[type=text], select, select[multiple=multiple], textarea {
    position: relative;
    z-index: 2;
    font-family: 'Varela Round',sans-serif;
    border: 2px solid #ccc;
    margin: 0;
    padding: 7px 10px;
    background-color: #fff;
    color: #333;
    font-size: 1em;
    line-height: 1;
    border-radius: 0;
    -webkit-transition: border ease .5s;
    -moz-transition: border ease .5s;
    -o-transition: border ease .5s;
    transition: border ease .5s;
}

input[type=range] {
    position: relative;
    top: 3px;
}

textarea {
    overflow: auto;
    line-height: 1.4em;
}

.card-image-top, .circle-header, .image-content, .rank-circle {
    overflow: hidden;
}

select {
    margin-bottom: 0 !important;
}

.error, .success {
    margin-left: 5px;
    font-weight: 400;
    font-size: .85em;
}

.input-error, input.input-error, select.input-error, textarea.input-error {
    border-color: #DC1F26;
    box-shadow: 0 0 0 2px rgba(218,62,90,.3),0 1px 2px rgba(0,0,0,.2) inset;
}

.input-missing, input.input-missing, select.input-missing, textarea.input-missing {
    border-color: #f3c835;
    box-shadow: 0 0 0 2px rgba(243,200,53,.3),0 1px 2px rgba(0,0,0,.2) inset;
}

.input-success, input.input-success, select.input-success, textarea.input-success {
    border-color: #18a011;
    box-shadow: 0 0 0 2px rgba(24,160,17,.3),0 1px 2px rgba(0,0,0,.2) inset;
}

.input-gray, input.input-gray, select.input-gray, textarea.input-gray {
    border-color: #ccc;
    box-shadow: 0 0 0 2px rgba(204,204,204,.3),0 1px 2px rgba(0,0,0,.2) inset;
}

input:focus, textarea:focus {
    outline: 0;
    border-color: #5ca9e4;
    box-shadow: 0 0 0 2px rgba(70,161,231,.3),0 1px 2px rgba(0,0,0,.2) inset;
}

input.input-search, input[type=search] {
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 0;
    border-radius: 15px;
}

.input-append, .input-prepend {
    display: inline-block;
    background-color: #eee;
    height: 23px;
    border: 1px solid #ccc;
    margin: 0;
    padding: 1px 8px;
    color: #333;
    font-size: 1em;
    line-height: 23px;
}

.forms-columnar-in-ul ul li:after, .forms-stacked-div > .field-row:after, .forms-stacked-div > div > div > fieldset > .field-row:after, .forms-stacked-div > div > fieldset > .field-row:after, .forms-stacked-div > fieldset > .field-row:after, .forms-stacked-div > fieldset > fieldset > .field-row:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.input-prepend {
    margin-right: -1px;
}

.input-append {
    position: relative;
    z-index: 1;
    margin-left: -1px;
}

:-moz-placeholder {
    color: #999;
}

::-moz-placeholder {
    color: #999;
}

:-ms-input-placeholder {
    color: #999;
}

::-webkit-input-placeholder {
    color: #999;
    padding: 2px;
}

.forms-stacked-div > .field-row, .forms-stacked-div > div > div > fieldset > .field-row, .forms-stacked-div > div > fieldset > .field-row, .forms-stacked-div > fieldset > .field-row, .forms-stacked-div > fieldset > fieldset > .field-row {
    float: none;
    width: 100%;
    margin-bottom: 1.5384615384615384615384615384615em;
}

    .forms-stacked-div > .field-row > label, .forms-stacked-div > div > div > fieldset > .field-row > label, .forms-stacked-div > div > fieldset > .field-row > label, .forms-stacked-div > fieldset > .field-row > label, .forms-stacked-div > fieldset > fieldset > .field-row > label {
        margin-bottom: 2px;
        margin-right: 1.5384615384615384615384615384615em;
    }

.forms-columnar-in-ul > div > fieldset > ul, .forms-columnar-in-ul > fieldset > ul, .forms-columnar-in-ul > ul {
    list-style: none;
    margin: 0;
}

.forms-columnar-in-ul label {
    float: left;
    width: 150px;
    text-align: right;
    margin-right: 1.5384615384615384615384615384615em;
    margin-bottom: 2px;
}

.forms-columnar-in-ul ul > li {
    margin-bottom: 1.5384615384615384615384615384615em;
}

    .forms-columnar-in-ul ul > li > ul > li {
        margin-bottom: 2px;
    }

.btn, .btn-group, .forms-columnar-in-ul input[type=range], .forms-columnar-in-ul input[type=file], .forms-columnar-in-ul select[multiple=multiple], .label, .label-badge {
    display: inline-block;
}

.forms-columnar-in-ul .forms-inline-list, .forms-columnar-in-ul .forms-list {
    margin-left: 170px;
    margin-bottom: 2px !important;
}

    .forms-columnar-in-ul .forms-inline-list label, .forms-columnar-in-ul .forms-list label {
        float: none;
        width: auto;
        text-align: left;
        margin-right: 0;
    }

.btn, .card-image-top, .image-centered, .nav-tabs-centered ul li a {
    text-align: center;
}

.forms-columnar-in-ul .forms-inline-list > li {
    width: auto;
}

.forms-columnar-in-ul .forms-inline-list label {
    margin-right: 1.5384615384615384615384615384615em;
}

.forms-columnar-in-ul .push, .forms-columnar-in-ul div.error, .forms-columnar-in-ul div.forms-desc {
    margin-left: 170px;
}

.forms-columnar-in-ul .forms-inline-list .forms-desc, .forms-columnar-in-ul .forms-list .forms-desc {
    margin-left: 0;
}

.req, .required {
    font-style: normal;
}

.errorMessage {
    color: #F44336;
    font-size: 1em;
    margin: .25em 0 0 !important;
    list-style: none;
}

    .errorMessage li {
        margin: 0 !important;
    }

.forms-columnar .errorMessage, .forms-columnar-in-ul .errorMessage {
    margin-left: 170px !important;
}

.forms-columnar-in-ul .forms-list .errorMessage, .forms-columnar-in-ul .forms-pull-left .errorMessage, .forms-columnar-in-ul .forms-pull-left .forms-desc {
    margin-left: 0 !important;
}

#recaptcha_image[style] {
    width: 100% !important;
    height: auto !important;
}

.breadcrumbs ul:after, .breadcrumbs:after, .btn-group:after, .image-container:after, .nav-g ul:after, .nav-g:after, .nav-h ul:after, .nav-h:after {
    content: ".";
    height: 0;
    clear: both;
    visibility: hidden;
}

.label, .label-badge {
    border-radius: 2em;
    border: 1px solid #ddd;
    font-size: .76923076923076923076923076923077em;
    position: relative;
    top: -1px;
    line-height: 1;
    padding: 3px 8px;
    color: #000;
    background-color: #FFF;
    text-decoration: none;
}

.label-badge {
    top: -4px;
    left: -1px;
}

.label-big {
    font-size: 1em;
}

.label-tab {
    padding: 4px 8px 8px;
}

.label-zero {
    top: 0;
}

.label-data {
    color: #999;
    background: 0 0;
    border: none;
    padding: 0;
}

a.label:hover {
    color: #000;
    filter: alpha(opacity=60);
    -moz-opacity: .6;
    opacity: .6;
}

.label-black {
    background-color: #000;
}

.label-red {
    background-color: #DC1F26;
}

.label-orange {
    background-color: #F27935;
}

.label-green {
    background-color: #26C281;
}

.label-blue {
    background-color: #19B5FE;
}

.label-yellow {
    background-color: #F9BF3B;
}

.label-black, .label-blue, .label-green, .label-orange, .label-red, .label-yellow {
    border: none;
    color: #fff;
    padding: 4px 8px;
}

a.label-black:hover, a.label-blue:hover, a.label-green:hover, a.label-orange:hover, a.label-red:hover, a.label-yellow:hover {
    color: #fff;
}

.label-small {
    font-size: .6em;
    padding: 3px 5px;
}

.btn {
    color: #212121;
    background: #FFF;
    transition: all .5s ease;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    border-radius: 4px;
    font-size: 1.0769230769230769230769230769231em;
    padding: .71428571428571428571428571428571em .85714285714285714285714285714286em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

button.btn, input[type=button].btn, input[type=submit].btn {
    border: 0;
    border-radius: 4px;
}

.btn:focus, .btn:hover {
    color: #212121;
}

.btn-raised {
    box-shadow: 0 2px 0 rgba(0,0,0,.12);
}

.btn-outline {
    color: #FFF;
    background-color: transparent;
    padding: .57142857142857142857142857142857em .71428571428571428571428571428571em;
    border: .14285714285714285714285714285714em solid #FFF;
}

    .btn-outline:focus, .btn-outline:hover {
        color: #FFF;
        background-color: transparent;
    }

.btn-round {
    border-radius: 20px;
}

.btn-small {
    font-size: 1em;
}

.btn-big {
    font-size: 1.2857142857142857142857142857143em;
}

.btn-bigger {
    font-size: 1.4285714285714285714285714285714em;
}

.btn-color-red {
    color: #FFF;
    background-color: #DC1F26;
}

.btn-color-green {
    color: #FFF;
    background-color: #26C281;
}

.btn-color-blue {
    color: #FFF;
    background-color: #19B5FE;
}

.btn-color-purple {
    color: #FFF;
    background-color: #9B59B6;
}

.btn-color-yellow {
    color: #FFF;
    background-color: #F9BF3B;
}

.btn-color-orange {
    color: #FFF;
    background-color: #F27935;
}

.btn-color-red:focus, .btn-color-red:hover {
    color: #FFF;
    background-color: #BE1B21;
}

.btn-color-green:focus, .btn-color-green:hover {
    color: #FFF;
    background-color: #20A66E;
}

.btn-color-blue:focus, .btn-color-blue:hover {
    color: #FFF;
    background-color: #01A7F4;
}

.btn-color-purple:focus, .btn-color-purple:hover {
    color: #FFF;
    background-color: #8A48A5;
}

.btn-color-yellow:focus, .btn-color-yellow:hover {
    color: #FFF;
    background-color: #F8B41A;
}

.btn-color-orange:focus, .btn-color-orange:hover {
    color: #FFF;
    background-color: #F06415;
}

.btn-outline-red {
    color: #DC1F26;
    border-color: #DC1F26;
}

.btn-outline-green {
    color: #26C281;
    border-color: #26C281;
}

.btn-outline-blue {
    color: #19B5FE;
    border-color: #19B5FE;
}

.btn-outline-purple {
    color: #9B59B6;
    border-color: #9B59B6;
}

.btn-outline-yellow {
    color: #F9BF3B;
    border-color: #F9BF3B;
}

.btn-outline-orange {
    color: #F27935;
    border-color: #F27935;
}

.btn-outline-red:focus, .btn-outline-red:hover {
    color: #DC1F26;
}

.btn-outline-green:focus, .btn-outline-green:hover {
    color: #26C281;
}

.btn-outline-blue:focus, .btn-outline-blue:hover {
    color: #19B5FE;
}

.btn-outline-purple:focus, .btn-outline-purple:hover {
    color: #9B59B6;
}

.btn-outline-yellow:focus, .btn-outline-yellow:hover {
    color: #F9BF3B;
}

.btn-outline-orange:focus, .btn-outline-orange:hover {
    color: #F27935;
}

.btn-group {
    margin-right: 2px;
    vertical-align: bottom;
}

    .btn-group:after {
        display: block;
    }

    .btn-group > .btn, .btn-group > input {
        float: left;
        border-radius: 0;
        margin-left: -1px;
    }

        .btn-group > .btn:first-child {
            border-radius: 4px 0 0 4px;
        }

        .btn-group > .btn:last-child {
            border-radius: 0 4px 4px 0;
        }

        .btn-group > .btn.btn-round:first-child, .btn-group > .input-search:first-child {
            border-radius: 15px 0 0 15px;
        }

        .btn-group > .btn.btn-round:last-child, .btn-group > .input-search:last-child {
            border-radius: 0 15px 15px 0;
        }

.btn-append {
    position: relative;
    margin-left: -2px;
    border-radius: 0 4px 4px 0;
}

@-moz-document url-prefix("http://") {
    button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner {
        border: 0;
        padding: 0;
    }
}

.no-underline {
    text-decoration: none !important;
}

.hover-underline {
    text-decoration: none;
}

    .hover-underline:hover {
        text-decoration: underline;
    }

.image-left {
    float: left;
    margin: 0 1em 1em 0;
}

.image-right {
    float: right;
    margin: 0 0 1em 1em;
}

    .image-left img, .image-right img {
        position: relative;
        top: .4em;
    }

.image-container:after {
    display: block;
}

.nav-g, .nav-h {
    margin-bottom: 1.5384615384615384615384615384615em;
}

    .nav-g:after, .nav-h:after {
        display: block;
    }

    .nav-g ul, .nav-h ul {
        list-style: none;
        margin: 0;
    }

        .nav-g ul:after, .nav-h ul:after {
            display: block;
        }

        .nav-g ul li, .nav-h ul li {
            float: left;
            margin-right: 1.5em;
        }

            .nav-g ul li a, .nav-g ul li span, .nav-h ul li a, .nav-h ul li span {
                display: block;
            }

            .nav-g ul li a, .nav-h ul li a {
                text-decoration: none;
            }

                .nav-g ul li a:hover, .nav-h ul li a:hover {
                    color: #ef6465;
                    text-decoration: underline;
                }

            .nav-g ul li span, .nav-h ul li span {
                color: #999;
            }

.nav-v {
    margin-bottom: 1.5384615384615384615384615384615em;
}

    .nav-v ul {
        list-style: none;
        margin: 0;
    }

        .nav-v ul li ul {
            margin-left: 2.3076923076923076923076923076923em;
            font-size: 1em;
        }

            .nav-v ul li ul li:last-child {
                border-bottom: none;
            }

            .nav-v ul li ul li a, .nav-v ul li ul li span {
                padding: 4px 0;
            }

        .nav-v ul li a, .nav-v ul li span {
            display: block;
            padding: 5px 0;
        }

        .nav-v ul li a {
            text-decoration: none;
        }

            .nav-v ul li a:hover {
                color: #ef6465;
                text-decoration: underline;
            }

        .nav-v ul li span {
            color: #999;
        }

.nav-stacked ul {
    border: 1px solid #eee;
    border-bottom: 0;
}

    .nav-stacked ul li a, .nav-stacked ul li span {
        padding: 5px 10px;
    }

        .nav-stacked ul li a:hover {
            background-color: #f5f5f5;
        }

.nav-stats li {
    position: relative;
}

    .nav-stats li a, .nav-stats li span {
        padding-right: 50px;
    }

.nav-stats .label, .nav-stats .label-badge {
    position: absolute;
    top: 50%;
    margin-top: -8px;
    right: 0;
}

.nav-stats.nav-stacked .label, .nav-stats.nav-stacked .label-badge {
    right: 4px;
}

.nav-stacked .label-data, .nav-stats .label.label-data {
    margin-top: -6px;
    right: 6px;
}

.nav-v h1, .nav-v h2, .nav-v h3, .nav-v h4, .nav-v h5, .nav-v h6 {
    margin-top: 1.5em;
    margin-bottom: 3px;
}

    .nav-v h1:first-child, .nav-v h2:first-child, .nav-v h3:first-child, .nav-v h4:first-child, .nav-v h5:first-child, .nav-v h6:first-child {
        margin-top: 0;
    }

.breadcrumbs {
    margin-bottom: 1.5384615384615384615384615384615em;
}

    .breadcrumbs:after {
        display: block;
    }

    .breadcrumbs ul {
        font-size: .9em;
        color: #999;
        list-style: none;
        margin: 0;
    }

        .breadcrumbs ul:after {
            display: block;
        }

        .breadcrumbs ul li {
            float: left;
            margin-right: 3px;
        }

    .breadcrumbs li + li:before {
        content: " > ";
        color: #aaa;
        font-size: 12px;
        margin: 0 3px;
        position: relative;
        top: -1px;
    }

.breadcrumbs-sections li + li:before {
    content: " | ";
    top: 0;
}

.breadcrumbs-path li + li:before {
    content: " / ";
    top: 0;
}

.nav-pills ul:after, .nav-pills:after, .nav-tabs ul:after, .nav-tabs-centered:after, .nav-tabs:after, .pagination:after {
    content: ".";
    height: 0;
    visibility: hidden;
    clear: both;
}

.breadcrumbs ul li a {
    color: #000;
    text-decoration: none;
}

    .breadcrumbs ul li a.active {
        color: #999;
    }

    .breadcrumbs ul li a:hover {
        color: #000;
        text-decoration: underline;
    }

.nav-tabs {
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 1.5384615384615384615384615384615em;
}

    .nav-tabs:after {
        display: block;
    }

    .nav-tabs ul {
        list-style: none;
        margin: 0;
    }

        .nav-tabs ul:after {
            display: block;
        }

        .nav-tabs ul li {
            float: left;
            margin-right: 2px;
        }

            .nav-tabs ul li a, .nav-tabs ul li span {
                display: block;
                line-height: 1;
                padding: 8px 12px 9px;
            }

            .nav-tabs ul li a {
                color: #999;
                text-decoration: none;
            }

                .nav-tabs ul li a:focus, .nav-tabs ul li a:hover {
                    color: #000;
                    text-decoration: underline;
                }

            .nav-tabs ul li .active, .nav-tabs ul li span {
                color: #000;
                background: #fff;
                margin-top: -2px;
                position: relative;
                padding: 8px 11px 9px;
                border: 1px solid #ddd;
                border-bottom: 1px solid #fff;
                bottom: -1px;
            }

            .nav-tabs ul li .active {
                cursor: default;
            }

.nav-tabs-centered-container {
    width: 100%;
    text-align: center;
    margin-top: 1.1363636363636363636363636363636em;
}

.nav-tabs-centered {
    width: 100%;
    margin-bottom: -1.25em;
}

    .nav-tabs-centered:after {
        display: block;
    }

    .nav-tabs-centered ul {
        list-style: none;
        margin: 0;
    }

        .nav-tabs-centered ul li {
            display: inline-block;
        }

            .nav-tabs-centered ul li a {
                color: #212121;
                background-color: #FFF;
                border: solid #212121;
                border-width: 2px 1px;
                font-size: 1em;
                line-height: 1;
                padding: .6em;
                font-weight: 700;
                text-decoration: none;
                display: block;
            }

                .nav-tabs-centered ul li .active, .nav-tabs-centered ul li a:focus, .nav-tabs-centered ul li a:hover {
                    color: #FFF;
                    background-color: #212121;
                }

            .nav-tabs-centered ul li:first-child a {
                border-left-width: 2px;
                border-radius: 4px 0 0 4px;
            }

            .nav-tabs-centered ul li:last-child a {
                border-right-width: 2px;
                border-radius: 0 4px 4px 0;
            }

            .nav-tabs-centered ul li:only-child a {
                border-radius: 4px;
            }

.nav-tabs-centered-green ul li a {
    color: #26C281;
    background-color: #FFF;
    border-color: #26C281;
}

    .nav-tabs-centered-green ul li .active, .nav-tabs-centered-green ul li a:focus, .nav-tabs-centered-green ul li a:hover {
        color: #FFF;
        background-color: #26C281;
    }

.nav-tabs-v {
    border: none;
    border-right: 1px solid #e3e3e3;
}

    .nav-tabs-v ul li {
        float: none;
    }

        .nav-tabs-v ul li span {
            margin-top: 0;
            bottom: 0;
            margin-right: -3px;
            border: 1px solid #ddd;
            border-right: 1px solid #fff;
        }

.nav-pills {
    margin-bottom: 1.15em;
}

    .nav-pills:after {
        display: block;
    }

    .nav-pills ul {
        list-style: none;
        margin: 0;
    }

        .nav-pills ul:after {
            display: block;
        }

        .nav-pills ul li {
            float: left;
            margin-right: .5em;
            margin-bottom: .6499999999999999em;
        }

            .nav-pills ul li a, .nav-pills ul li span {
                display: block;
                padding: 6px 15px;
                line-height: 1;
                border-radius: 15px;
            }

            .nav-pills ul li a {
                color: #777;
                text-decoration: none;
                background-color: #f3f4f5;
            }

                .nav-pills ul li a:hover {
                    color: #555;
                    text-decoration: underline;
                }

            .nav-pills ul li .active, .nav-pills ul li .active:hover, .nav-pills ul li span {
                color: #777;
                padding: 5px 14px;
                border: 1px solid #ddd;
                background: 0 0;
            }

                .nav-pills ul li .active, .nav-pills ul li .active:hover {
                    cursor: default;
                    text-decoration: none;
                }

.pagination {
    position: relative;
    left: -9px;
    margin-left: 0;
    list-style: none;
}

    .pagination:after {
        display: block;
    }

    .pagination li {
        float: left;
        margin-right: 2px;
    }

        .pagination li a {
            display: block;
            padding: 7px 9px;
            line-height: 1;
            border-radius: 20px;
            color: #303335;
            text-decoration: none;
            border: 1px solid transparent;
            font-weight: 700;
        }

    .pagination .active {
        border: 1px solid #ddd;
    }

    .pagination li a:focus, .pagination li a:hover {
        text-decoration: none;
        background-color: #303335;
        color: #FFF;
    }

    .pagination li.pagination-older {
        margin-left: 7px;
    }

        .pagination li.pagination-newest a, .pagination li.pagination-older a {
            padding: 5px 15px;
            border-radius: 2em;
            border: 1px solid #ddd;
        }

    .pagination li.pagination-pull {
        float: right;
        margin-right: -7px;
        margin-left: .5em;
    }

.homelink, .top-nav > li {
    float: left;
}

.message {
    position: relative;
    padding: 9px 13px;
    border: 1px solid #f7dc7d;
    border-radius: 5px;
    margin-bottom: 1.5384615384615384615384615384615em;
    color: #9f7d09;
    background-color: #fdf7e2;
}

.message-error {
    color: #c01415;
    border-color: #f9c0c1;
    background-color: #fdefef;
}

.message-success {
    color: #546628;
    border-color: #d1dfae;
    background-color: #f0f5e5;
}

.message-info {
    color: #124d72;
    border-color: #b3dbf3;
    background-color: #dff0fa;
}

.message header {
    font-weight: 700;
    font-size: 1.2em;
}

.message .close {
    cursor: pointer;
    position: absolute;
    right: 3px;
    top: 6px;
}

.color-black {
    color: #000;
}

.color-gray-darkest {
    color: #303335;
}

.color-gray-dark {
    color: #484D50;
}

.color-gray {
    color: #60666A;
}

.color-gray-light {
    color: #93999D;
}

.color-white {
    color: #FFF;
}

.color-red, .error {
    color: #DC1F26;
}

.color-red-2 {
    color: #E45357;
}

.color-red-3 {
    color: #CD4A4E;
}

.color-green, .success {
    color: #26C281;
}

.color-blue {
    color: #19B5FE;
}

.color-purple {
    color: #9B59B6;
}

.color-yellow {
    color: #F9BF3B;
}

.color-orange {
    color: #F27935;
}

a.color-black:focus, a.color-black:hover, a.color-gray-dark:focus, a.color-gray-dark:hover, a.color-gray-darkest:focus, a.color-gray-darkest:hover, a.color-gray-light:focus, a.color-gray-light:hover, a.color-gray:focus, a.color-gray:hover, a.color-white:focus, a.color-white:hover {
    color: #DC1F26;
}

.color-fb {
    color: #3B5998;
}

.color-tw {
    color: #00ACED;
}

.color-gp {
    color: #DD4B39;
}

.color-yt {
    color: #CD201F;
}

.color-li {
    color: #0077B5;
}

.color-bg-black {
    background-color: #000;
}

.color-bg-gray-darkest {
    background-color: #303335;
}

.color-bg-gray-dark {
    background-color: #484D50;
}

.color-bg-gray {
    background-color: #DBDDDE;
}

.color-bg-gray-light {
    background-color: #F5F6F6;
}

.color-bg-white {
    background-color: #FFF;
}

.color-bg-black-fade {
    background-color: rgba(0,0,0,.2);
}

.color-bg-red {
    background-color: #DC1F26;
}

.color-bg-green {
    background-color: #26C281;
}

.color-bg-blue {
    background-color: #19B5FE;
}

.color-bg-purple {
    background-color: #9B59B6;
}

.color-bg-yellow {
    background-color: #F9BF3B;
}

.color-bg-orange {
    background-color: #F27935;
}

.color-bg-red-2 {
    background-color: #E45357;
}

.color-bg-red-3 {
    background-color: #CD4A4E;
}

.top-nav-container {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.top-nav {
    font-size: .92307692307692307692307692307692em;
}

    .top-nav, .top-nav ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .top-nav a {
            text-decoration: none;
        }

        .top-nav > li > a {
            display: block;
            color: #FFF;
            font-weight: 700;
            padding: 10px;
        }

            .top-nav > li > a:focus, .top-nav > li > a:hover {
                color: #FFF;
                background-color: rgba(0,0,0,.1);
            }

.drop-nav, .flag {
    background-color: #FFF;
}

.dropdown {
    position: relative;
    z-index: 1001;
}

    .dropdown span {
        margin-left: 5px;
    }

    .dropdown:focus > .drop-nav, .dropdown:hover > .drop-nav {
        display: block;
    }

.drop-nav {
    display: none;
    position: absolute;
    right: 0;
    margin-top: 20px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,.16),0 3px 6px rgba(0,0,0,.23);
    -moz-box-shadow: 0 3px 6px rgba(0,0,0,.16),0 3px 6px rgba(0,0,0,.23);
    box-shadow: 0 3px 6px rgba(0,0,0,.16),0 3px 6px rgba(0,0,0,.23);
}

    .drop-nav:before {
        content: '';
        position: absolute;
        top: -8px;
        right: .76923076923076923076923076923077em;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-left-width: 5px;
        border-right-width: 5px;
        border-bottom: 5px solid #FFF;
    }

    .drop-nav > li > a {
        display: block;
        color: #60666A;
        padding: 10px;
        border-bottom: 1px solid rgba(0,0,0,.12);
    }

        .drop-nav > li > a span {
            visibility: hidden;
        }

        .drop-nav > li > a.active span, .drop-nav > li > a.active:focus span, .drop-nav > li > a.active:hover span {
            visibility: visible;
            color: #26C281;
        }

        .drop-nav > li > a:focus span, .drop-nav > li > a:hover span {
            visibility: visible;
            color: #93999D;
        }

    .drop-nav > li:last-child a {
        border-bottom: 0;
    }

.flag {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 !important;
    padding: 0 2px;
    background-image: url(../images/sprites/flags/flag-sprite-64x320.png);
    background-size: 12px;
    background-repeat: no-repeat;
    -ms-transform: translate(0,1px);
    -webkit-transform: translate(0,1px);
    -moz-transform: translate(0,1px);
    transform: translate(0,1px);
}

.fixed-nav, .fixed-nav > section, .top-nav-container > section {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.flag.flag-gb {
    background-position: 2px 0;
}

.flag.flag-us {
    background-position: 2px -12px;
}

.flag.flag-es {
    background-position: 2px -24px;
}

.flag.flag-pt {
    background-position: 2px -36px;
}

.flag.flag-br {
    background-position: 2px -48px;
}

.fixed-nav {
    position: relative;
    height: 56px;
    z-index: 999;
    box-sizing: border-box;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -ms-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
}

.sticky {
    top: 0;
    position: fixed;
    height: 59px;
    border-bottom: 3px solid #CD4A4E;
}

.fixed-nav > section, .top-nav-container > section {
    max-width: 1024px;
    height: auto;
    padding: 0 10px;
    margin: 0 auto;
    box-sizing: border-box;
}

.main-nav, .outer-hero {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.fixed-nav > section:after, .top-nav-container > section:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.homelink, .lr-logo {
    width: 203px;
    height: 36px;
}

.main-nav {
    box-sizing: border-box;
    position: relative;
    z-index: 999;
}

.homelink {
    padding: 10px;
    margin-right: 0;
}

.lr-logo {
    display: block;
    background: url(../images/lr-logo/leaguerepublic-logo-white-text-red-ball-304-54.png);
    background-size: 203px 36px;
}

.secondary-nav {
    float: right;
}

    .secondary-nav ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .secondary-nav ul li {
            float: left;
        }

            .secondary-nav ul li a {
                display: block;
                font-size: 1em;
                padding: 1.6538461538461538461538461538462em;
                line-height: 1;
                color: #FFF;
                text-decoration: none;
                font-weight: 700;
            }

                .secondary-nav ul li a.sign-up-btn {
                    border: .15384615384615384615384615384615em solid #FFF;
                    margin: .75em;
                    padding: .75em;
                    border-radius: 4px;
                }

.card-header, .card-image-top {
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
}

    .card-header, .card-image-top, .card-image-top img {
        -moz-border-radius-topleft: 4px;
        -moz-border-radius-topright: 4px;
    }

.wrapper, .wrapper-no-padding {
    max-width: 1024px;
    margin: auto;
}

.secondary-nav ul li a:focus, .secondary-nav ul li a:hover {
    color: #FFF;
    background-color: rgba(0,0,0,.07);
}

.outer {
    width: 100%;
    padding: 1.5384615384615384615384615384615em 0;
}

.outer-hero {
    width: 100%;
    background-color: #FFF;
    line-height: 1;
    box-sizing: border-box;
    padding-bottom: 1.5384615384615384615384615384615em;
}

.card-header, .wrapper {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.wrapper {
    padding: 0 10px;
    box-sizing: border-box;
}

.wrapper-no-padding {
    padding: 0;
}

.card-header, .text-scrim {
    padding: .76923076923076923076923076923077em;
}

.card-header {
    margin-bottom: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    box-sizing: border-box;
}

.card-container, .card-link-container {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.card-header h3 {
    font-size: 1.125em;
    line-height: 1.3;
    margin: 0 0 .5em;
}

.card-image-top {
    position: relative;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

    .card-image-top img {
        -webkit-border-top-left-radius: 4px;
        -webkit-border-top-right-radius: 4px;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        overflow: hidden;
    }

.text-scrim {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: left;
    color: #FFF;
    background: #222;
    background: rgba(0,0,0,.4);
}

.rank-circle, .text-centered {
    text-align: center;
}

.text-scrim-fade {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC41Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.5) 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(0,0,0,0)),color-stop(100%,rgba(0,0,0,.5)));
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.5) 100%);
    background: -o-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.5) 100%);
    background: -ms-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.5) 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000', GradientType=0 );
}

.card-container {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    box-sizing: border-box;
    box-shadow: 0 2px 0 rgba(0,0,0,.12);
}

    .card-container.square-b-top {
        -webkit-border-top-left-radius: 0;
        -webkit-border-top-right-radius: 0;
        -moz-border-radius-topleft: 0;
        -moz-border-radius-topright: 0;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

.card-link-container {
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    box-sizing: border-box;
    border: 2px solid transparent;
}

.circle-header, .media-browser {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.card-link-container:focus, .card-link-container:hover {
    border: 2px solid rgba(0,0,0,.08);
}

.card-overlay {
    position: relative;
    width: 102%;
    left: -1%;
}

.circle-header {
    position: relative;
    margin: 0 auto;
    width: 4.6153846153846153846153846153846em;
    height: 4.6153846153846153846153846153846em;
    border: 3px solid #FFF;
    box-sizing: border-box;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

    .circle-header span {
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }

.divider {
    border-bottom: 1px solid #E0E0E0;
    border-bottom: 1px solid rgba(0,0,0,.12);
}

.divider-x2 {
    border-bottom-width: 2px;
}

.divider-right {
    border-right: 1px solid #E0E0E0;
    border-right: 1px solid rgba(0,0,0,.12);
}

.divider-right-x2 {
    border-right-width: 2px;
}

.divider-left {
    border-left: 1px solid #E0E0E0;
    border-left: 1px solid rgba(0,0,0,.12);
}

.divider-left-x2 {
    border-left-width: 2px;
}

.divider-top {
    border-top: 1px solid #E0E0E0;
    border-top: 1px solid rgba(0,0,0,.12);
}

.divider-top-x2 {
    border-top-width: 2px;
}

.ranking-container {
    position: relative;
}

    .ranking-container:before {
        content: '';
        position: absolute;
        top: 0;
        left: 8.58%;
        height: 100%;
        width: 4px;
        background-color: #DBDDDE;
    }

.rank-circle {
    background-color: #DBDDDE;
    display: block;
    width: 4.6153846153846153846153846153846em;
    height: 4.6153846153846153846153846153846em;
    position: relative;
    left: 50%;
    -ms-transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    transform: translate(-50%,0);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

    .menu-button.menu-toggle span, .rank-circle > span {
        -ms-transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
    }

    .rank-circle > span {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        line-height: 1;
    }

.faq:before {
    display: block;
    content: " ";
    margin-top: -59px;
    height: 59px;
    visibility: hidden;
}

.nav-v-selection ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .nav-v-selection ul li a {
        display: block;
        color: #60666A;
        border-bottom: 1px solid rgba(0,0,0,.12);
        padding: .76923076923076923076923076923077em;
        text-decoration: none;
        font-weight: 700;
    }

        .nav-v-selection ul li a.active {
            background-color: rgba(0,0,0,.09);
        }

        .nav-v-selection ul li a span {
            visibility: hidden;
            color: #60666A;
        }

        .nav-v-selection ul li a:focus span, .nav-v-selection ul li a:hover span {
            visibility: visible;
        }

        .nav-v-selection ul li a.active span {
            visibility: visible;
            color: #26C281;
        }

        .nav-v-selection ul li a.active:focus span, .nav-v-selection ul li a.active:hover span {
            color: #26C281;
        }

.media-browser {
    position: relative;
    line-height: 0;
    padding-top: 20px;
    border: 2px solid #C9CCCE;
    border-radius: 5px 5px 0 0;
    background-color: #C9CCCE;
    box-sizing: border-box;
}

.media-mobile, .thumbnail-img-container {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.media-browser:after, .media-browser:before {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 50%;
    background-color: #AEB3B6;
}

.media-browser:before {
    top: 5px;
    left: 5px;
}

.media-browser:after {
    top: 5px;
    left: 20px;
    box-shadow: 15px 0 0 0 #AEB3B6;
}

.media-mobile {
    position: relative;
    line-height: 0;
    max-width: 278px;
    margin: 0 auto;
    padding: 60px 10px;
    border: 3px solid #484d50;
    border-radius: 25px;
    background-color: #282b2c;
    box-sizing: border-box;
}

.close, .huger {
    line-height: 1;
}

.media-mobile:after, .media-mobile:before {
    content: '';
    display: block;
    position: absolute;
    background-color: #505658;
}

.pos-relative, .unit-push-10, .unit-push-20, .unit-push-25, .unit-push-30, .unit-push-33, .unit-push-40, .unit-push-50, .unit-push-60, .unit-push-66, .unit-push-70, .unit-push-75, .unit-push-80, .unit-push-90, .video-wrapper {
    position: relative;
}

.media-mobile:before {
    width: 64px;
    height: 10px;
    top: 25px;
    left: 50%;
    margin-left: -32px;
    border-radius: 5px;
}

.media-mobile:after {
    width: 40px;
    height: 40px;
    left: 50%;
    bottom: 10px;
    margin-left: -20px;
    border-radius: 100%;
}

.thumbnail-img-container {
    border: 4px solid #ECEDEE;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    box-sizing: border-box;
    transition: all .2s ease-in-out;
}

    .thumbnail-img-container.grow:hover {
        -ms-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        transform: scale(1.1);
    }

.client-spotlight-bg {
    background-image: url(../images/client-spotlight/client-spotlight-football-bg.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.footer a {
    color: #60666A;
    text-decoration: none;
}

    .footer a:focus, .footer a:hover {
        color: #484D50;
        text-decoration: underline;
    }

.first-row {
    margin-top: 3.0769230769230769230769230769231em;
}

.units-container:after, .units-row:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.units-container {
    padding-top: 1px;
    margin-top: -1px;
}

.units-container, .units-row {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.units-row {
    margin-bottom: 1.5384615384615384615384615384615em;
}

.unit-100, .width-100 {
    width: 100%;
}

.unit-90, .width-90 {
    width: 90%;
}

.unit-80, .width-80 {
    width: 80%;
}

.unit-75, .width-75 {
    width: 75%;
}

.unit-70, .width-70 {
    width: 70%;
}

.unit-66, .width-66 {
    width: 66.6%;
}

.unit-60, .width-60 {
    width: 60%;
}

.unit-50, .width-50 {
    width: 50%;
}

.unit-40, .width-40 {
    width: 40%;
}

.unit-33, .width-33 {
    width: 33.3%;
}

.unit-30, .width-30 {
    width: 30%;
}

.unit-25, .width-25 {
    width: 25%;
}

.unit-20, .width-20 {
    width: 20%;
}

.unit-14, .width-14 {
    width: 14.285714285714285714285714285714%;
}

.unit-10, .width-10 {
    width: 10%;
}

input.unit-100, input.width-100 {
    width: 98.6%;
}

textarea.unit-100, textarea.width-100 {
    width: 98.8%;
}

select.unit-100, select.width-100 {
    width: 99.4%;
}

.units-row .unit-10, .units-row .unit-100, .units-row .unit-14, .units-row .unit-20, .units-row .unit-25, .units-row .unit-30, .units-row .unit-33, .units-row .unit-40, .units-row .unit-50, .units-row .unit-60, .units-row .unit-66, .units-row .unit-70, .units-row .unit-75, .units-row .unit-80, .units-row .unit-90, .width-10, .width-100, .width-14, .width-20, .width-25, .width-30, .width-33, .width-40, .width-50, .width-60, .width-66, .width-70, .width-75, .width-80, .width-90 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.units-row .unit-10, .units-row .unit-14, .units-row .unit-20, .units-row .unit-25, .units-row .unit-30, .units-row .unit-33, .units-row .unit-40, .units-row .unit-50, .units-row .unit-60, .units-row .unit-66, .units-row .unit-70, .units-row .unit-75, .units-row .unit-80, .units-row .unit-90 {
    float: left;
    margin-left: 3%;
}

    .units-row .unit-10:first-child, .units-row .unit-14:first-child, .units-row .unit-20:first-child, .units-row .unit-25:first-child, .units-row .unit-30:first-child, .units-row .unit-33:first-child, .units-row .unit-40:first-child, .units-row .unit-50:first-child, .units-row .unit-60:first-child, .units-row .unit-66:first-child, .units-row .unit-70:first-child, .units-row .unit-75:first-child, .units-row .unit-80:first-child, .units-row .unit-90:first-child {
        margin-left: 0;
    }

.units-row .unit-90 {
    width: 89.7%;
}

.units-row .unit-80 {
    width: 79.4%;
}

.units-row .unit-75 {
    width: 74.25%;
}

.units-row .unit-70 {
    width: 69.1%;
}

.units-row .unit-66 {
    width: 65.66666666666666%;
}

.units-row .unit-60 {
    width: 58.800000000000004%;
}

.units-row .unit-50 {
    width: 48.5%;
}

.units-row .unit-40 {
    width: 38.2%;
}

.units-row .unit-30 {
    width: 27.9%;
}

.units-row .unit-33 {
    width: 31.333333333333332%;
}

.units-row .unit-25 {
    width: 22.75%;
}

.units-row .unit-20 {
    width: 17.6%;
}

.units-row .unit-14 {
    width: 11.714285714285714285714285714286%;
}

.units-row .unit-10 {
    width: 7.3%;
}

.unit-push-90 {
    left: 92.7%;
}

.unit-push-30 {
    left: 30.9%;
}

.unit-push-80 {
    left: 82.4%;
}

.unit-push-75 {
    left: 77.25%;
}

.unit-push-70 {
    left: 72.1%;
}

.unit-push-66 {
    left: 68.66666666666666%;
}

.unit-push-60 {
    left: 61.800000000000004%;
}

.unit-push-50 {
    left: 51.5%;
}

.unit-push-40 {
    left: 41.2%;
}

.unit-push-33 {
    left: 34.33333333333333%;
}

.unit-push-25 {
    left: 25.75%;
}

.unit-push-20 {
    left: 20.6%;
}

.unit-push-10 {
    left: 10.3%;
}

.unit-push-right {
    float: right;
}

.centered, .unit-centered {
    float: none !important;
    margin: 0 auto !important;
}

.m-top {
    margin-top: 1.5384615384615384615384615384615em;
}

.mop-top-1-5x {
    margin-top: 2.3076923076923076923076923076923em;
}

.m-top-2x {
    margin-top: 3.0769230769230769230769230769231em;
}

.m-top-3x {
    margin-top: 4.6153846153846153846153846153846em;
}

.m-top-4x {
    margin-top: 6.1538461538461538461538461538462em;
}

.m-right {
    margin-right: 1.5384615384615384615384615384615em;
}

.m-right-1-5x {
    margin-right: 2.3076923076923076923076923076923em;
}

.m-right-2x {
    margin-right: 3.0769230769230769230769230769231em;
}

.m-right-3x {
    margin-right: 4.6153846153846153846153846153846em;
}

.m-right-4x {
    margin-right: 6.1538461538461538461538461538462em;
}

.m-bottom {
    margin-bottom: 1.5384615384615384615384615384615em;
}

.m-bottom-1-5x {
    margin-bottom: 2.3076923076923076923076923076923em;
}

.m-bottom-2x {
    margin-bottom: 3.0769230769230769230769230769231em;
}

.m-bottom-3x {
    margin-bottom: 4.6153846153846153846153846153846em;
}

.m-bottom-4x {
    margin-bottom: 6.1538461538461538461538461538462em;
}

.m-left {
    margin-left: 1.5384615384615384615384615384615em;
}

.m-left-1-5x {
    margin-left: 2.3076923076923076923076923076923em;
}

.m-left-2x {
    margin-left: 3.0769230769230769230769230769231em;
}

.m-left-3x {
    margin-left: 4.6153846153846153846153846153846em;
}

.m-left-4x {
    margin-left: 6.1538461538461538461538461538462em;
}

.m-right-left {
    margin-right: 1.5384615384615384615384615384615em;
    margin-left: 1.5384615384615384615384615384615em;
}

.m-half-bottom-left, .m-half-left {
    margin-left: .76923076923076923076923076923077em;
}

.m-top-bottom {
    margin-top: 1.5384615384615384615384615384615em;
    margin-bottom: 1.5384615384615384615384615384615em;
}

.m-half-bottom, .m-half-bottom-left {
    margin-bottom: .76923076923076923076923076923077em;
}

.m-half-top {
    margin-top: .76923076923076923076923076923077em;
}

.m-half-right {
    margin-right: .76923076923076923076923076923077em;
}

.m-top-minus {
    margin-top: -1.5384615384615384615384615384615em;
}

.m-top-1-5x-minus {
    margin-top: -2.3076923076923076923076923076923em;
}

.m-top-2x-minus {
    margin-top: -3.0769230769230769230769230769231em;
}

.m-top-3x-minus {
    margin-top: -4.6153846153846153846153846153846em;
}

.m-top-4x-minus {
    margin-top: -6.1538461538461538461538461538462em;
}

.m-bottom-minus {
    margin-bottom: -1.5384615384615384615384615384615em;
}

.m-bottom-1-5x-minus {
    margin-bottom: -2.3076923076923076923076923076923em;
}

.m-bottom-2x-minus {
    margin-bottom: -3.0769230769230769230769230769231em;
}

.m-bottom-3x-minus {
    margin-bottom: -4.6153846153846153846153846153846em;
}

.m-bottom-4x-minus {
    margin-bottom: -6.1538461538461538461538461538462em;
}

.unit-padding {
    padding: 1.5384615384615384615384615384615em;
}

.unit-r-l-padding {
    padding: 0 1.5384615384615384615384615384615em;
}

.unit-t-b-padding {
    padding: 1.5384615384615384615384615384615em 0;
}

.unit-t-l-padding {
    padding: 1.5384615384615384615384615384615em 0 0 1.5384615384615384615384615384615em;
}

.unit-t-r-padding {
    padding: 1.5384615384615384615384615384615em 1.5384615384615384615384615384615em 0 0;
}

.unit-r-b-padding {
    padding: 0 1.5384615384615384615384615384615em 1.5384615384615384615384615384615em 0;
}

.unit-b-l-padding {
    padding: 0 0 1.5384615384615384615384615384615em 1.5384615384615384615384615384615em;
}

.unit-r-b-l-padding {
    padding: 0 1.5384615384615384615384615384615em 1.5384615384615384615384615384615em;
}

.unit-t-r-l-padding {
    padding: 1.5384615384615384615384615384615em 1.5384615384615384615384615384615em 0;
}

.unit-t-padding {
    padding-top: 1.5384615384615384615384615384615em;
}

.unit-r-padding {
    padding-right: 1.5384615384615384615384615384615em;
}

.unit-b-padding {
    padding-bottom: 1.5384615384615384615384615384615em;
}

.unit-l-padding {
    padding-left: 1.5384615384615384615384615384615em;
}

.unit-half-padding {
    padding: .76923076923076923076923076923077em;
}

.unit-t-half-padding {
    padding-top: .76923076923076923076923076923077em;
}

.unit-r-half-padding {
    padding-right: .76923076923076923076923076923077em;
}

.unit-b-half-padding {
    padding-bottom: .76923076923076923076923076923077em;
}

.unit-l-half-padding {
    padding-left: .76923076923076923076923076923077em;
}

.unit-r-l-half-padding {
    padding: 0 .76923076923076923076923076923077em;
}

.unit-t-b-half-padding {
    padding: .76923076923076923076923076923077em 0;
}

.unit-r-b-l-half-padding {
    padding: 0 .76923076923076923076923076923077em .76923076923076923076923076923077em;
}

.units-padding .unit-100, .units-padding .unit-14 .units-padding .unit-10, .units-padding .unit-20, .units-padding .unit-25, .units-padding .unit-30, .units-padding .unit-33, .units-padding .unit-40, .units-padding .unit-50, .units-padding .unit-60, .units-padding .unit-66, .units-padding .unit-70, .units-padding .unit-75, .units-padding .unit-80, .units-padding .unit-90 {
    padding: 1.5384615384615384615384615384615em;
}

.units-split .unit-10, .units-split .unit-14, .units-split .unit-20, .units-split .unit-25, .units-split .unit-30, .units-split .unit-33, .units-split .unit-40, .units-split .unit-50, .units-split .unit-60, .units-split .unit-66, .units-split .unit-70, .units-split .unit-75, .units-split .unit-80, .units-split .unit-90 {
    margin-left: 0;
}

.units-split .unit-90 {
    width: 90%;
}

.units-split .unit-80 {
    width: 80%;
}

.units-split .unit-75 {
    width: 75%;
}

.units-split .unit-70 {
    width: 70%;
}

.units-split .unit-66 {
    width: 66.6%;
}

.units-split .unit-60 {
    width: 60%;
}

.units-split .unit-50 {
    width: 50%;
}

.units-split .unit-40 {
    width: 40%;
}

.units-split .unit-33 {
    width: 33.3%;
}

.units-split .unit-30 {
    width: 30%;
}

.units-split .unit-25 {
    width: 25%;
}

.units-split .unit-20 {
    width: 20%;
}

.units-split .unit-14 {
    width: 14.285714285714285714285714285714%;
}

.units-split .unit-10 {
    width: 10%;
}

@media only screen and (min-width:768px) {
    .flex-container {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

        .flex-container > div {
            flex-grow: 0;
            flex-shrink: 1;
            flex-basis: auto;
        }
}

.flex-container-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

    .flex-container-row > .flex-item {
        flex-grow: 0;
        flex-shrink: 1;
        flex-basis: auto;
    }

.flex-container-column {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

    .flex-container-column > .flex-item {
        flex-grow: 1;
        flex-shrink: 0;
        flex-basis: 100%;
        align-self: flex-end;
    }

.blocks-2, .blocks-3, .blocks-4, .blocks-5, .blocks-6 {
    padding-left: 0;
    list-style: none;
    margin-left: -3%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .blocks-2:after, .blocks-3:after, .blocks-4:after, .blocks-5:after, .blocks-6:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

    .blocks-2 > li, .blocks-3 > li, .blocks-4 > li, .blocks-5 > li, .blocks-6 > li {
        height: auto;
        float: left;
        margin-bottom: .76923076923076923076923076923077em;
        margin-left: 3%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

.featured-site-container, .popup-image-container {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.blocks-2 > li {
    width: 47%;
}

.blocks-3 > li {
    width: 30.333333333333332%;
}

.blocks-4 > li {
    width: 22%;
}

.blocks-5 > li {
    width: 17%;
}

.blocks-6 > li {
    width: 13.666666666666666%;
}

.block-first {
    clear: both;
}

.blocks-2.odd-margin-left-0 > li:nth-child(odd) {
    margin-left: 0;
}

img, video {
    max-width: 100%;
    height: auto;
}

img {
    -ms-interpolation-mode: bicubic;
}

audio {
    width: 100%;
}

.video-wrapper {
    height: 0;
    padding-bottom: 56.25%;
    margin-bottom: 1.5384615384615384615384615384615em;
}

    .video-wrapper embed, .video-wrapper iframe, .video-wrapper object {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.supersmall {
    font-size: .76923076923076923076923076923077em;
}

.small {
    font-size: .84615384615384615384615384615385em;
}

.medium {
    font-size: 1.0769230769230769230769230769231em;
}

.big {
    font-size: 1.6923076923076923076923076923077em;
}

input.big {
    padding: 2px 0;
    font-size: 1.2em;
}

.bigger {
    font-size: 2.3076923076923076923076923076923em;
}

.huge {
    font-size: 3.0769230769230769230769230769231em;
}

.huger {
    font-size: 3.8461538461538461538461538461538em;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left !important;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-underlined {
    text-decoration: underline;
}

.close, .flexnav li a, .mfp-close {
    text-decoration: none;
}

.word-break {
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

.normal {
    font-weight: 400;
}

.bold {
    font-weight: 700;
}

.italic {
    font-style: italic;
}

.no-padding {
    padding: 0;
}

.zero {
    margin: 0 !important;
    padding: 0 !important;
}

.clear {
    clear: both;
}

.last {
    margin-right: 0 !important;
}

.pause {
    margin-bottom: .76923076923076923076923076923077em !important;
}

.end {
    margin-bottom: 0 !important;
}

.pointer {
    cursor: pointer;
}

.handle {
    cursor: move;
}

.close, .flexnav .touch-button:hover, .menu-button {
    cursor: pointer;
}

.req, .required {
    font-weight: 400;
    color: #DC1F26;
}

.highlight {
    background-color: #ffff9e !important;
}

.close {
    padding: 4px 6px;
    font-size: 18px;
    color: #000;
    opacity: .4;
}

    .close:before {
        content: '\00D7';
    }

#tooltip:after, .flexnav > li > ul:before, .mfp-container:before, .mfp-figure:after {
    content: '';
}

.close:hover {
    color: #000;
    opacity: 1;
}

.line-height-0 {
    line-height: 0;
}

.flexnav li a, .line-height-1 {
    line-height: 1;
}

.scrollable {
    overflow: auto;
}

.hidden {
    display: none !important;
}

.block, .flexnav li a {
    display: block;
}

.height-100px {
    height: 100px;
}

.inline {
    display: inline !important;
}

.inline-block {
    display: inline-block !important;
    zoom: 1;
}

.b-bottom {
    border-bottom: 1px solid #d5d5d5;
}

.b-bottom-thick {
    border-bottom-width: 2px;
}

.border-top-green {
    border-top: 3px solid #26C281;
}

.no-border-top {
    border-top: none;
}

.no-border {
    border: none;
}

.triangle-top-left-green, .triangle-top-right-green {
    border-top: 6.9230769230769230769230769230769em solid #26C281;
    width: 0;
    height: 0;
}

.box-shadow-depth-1 {
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);
    box-shadow: 0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);
}

.box-shadow-depth-2 {
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,.16),0 3px 6px rgba(0,0,0,.23);
    -moz-box-shadow: 0 3px 6px rgba(0,0,0,.16),0 3px 6px rgba(0,0,0,.23);
    box-shadow: 0 3px 6px rgba(0,0,0,.16),0 3px 6px rgba(0,0,0,.23);
}

.box-shadow-depth-3 {
    -webkit-box-shadow: 0 10px 20px rgba(0,0,0,.19),0 6px 6px rgba(0,0,0,.23);
    -moz-box-shadow: 0 10px 20px rgba(0,0,0,.19),0 6px 6px rgba(0,0,0,.23);
    box-shadow: 0 10px 20px rgba(0,0,0,.19),0 6px 6px rgba(0,0,0,.23);
}

.box-shadow-depth-4 {
    -webkit-box-shadow: 0 14px 28px rgba(0,0,0,.25),0 10px 10px rgba(0,0,0,.22);
    -moz-box-shadow: 0 14px 28px rgba(0,0,0,.25),0 10px 10px rgba(0,0,0,.22);
    box-shadow: 0 14px 28px rgba(0,0,0,.25),0 10px 10px rgba(0,0,0,.22);
}

.box-shadow-depth-5 {
    -webkit-box-shadow: 0 19px 38px rgba(0,0,0,.3),0 15px 12px rgba(0,0,0,.22);
    -moz-box-shadow: 0 19px 38px rgba(0,0,0,.3),0 15px 12px rgba(0,0,0,.22);
    box-shadow: 0 19px 38px rgba(0,0,0,.3),0 15px 12px rgba(0,0,0,.22);
}

.no-box-shadow {
    box-shadow: none;
}

.border-top-radius {
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.border-bottom-radius {
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.border-radius-half {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.border-radius {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.border-radius-2x {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.no-border-radius {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.right {
    float: right !important;
}

.desktop-left, .left {
    float: left;
}

.desktop-right {
    float: right !important;
}

.no-float {
    float: none !important;
}

.pos-absolute {
    position: absolute;
}

.pos-fixed {
    position: fixed;
}

.pos-static {
    postition: static;
}

.top-left {
    top: 0;
    left: 0;
}

.bottom-left {
    bottom: 0;
    left: 0;
}

#cookieChoiceInfo[style] {
    background-color: #FFF !important;
}

.corner-ribbon-left {
    position: absolute;
    top: 0;
    left: 0;
}

    .corner-ribbon-left span {
        position: absolute;
        top: .5em;
        left: .5em;
    }

.triangle-top-left-green {
    border-right: 6.9230769230769230769230769230769em solid transparent;
}

.corner-ribbon-right {
    position: absolute;
    top: 0;
    right: 0;
}

    .corner-ribbon-right span {
        position: absolute;
        top: .5em;
        right: .5em;
    }

.triangle-top-right-green {
    border-left: 6.9230769230769230769230769230769em solid transparent;
}

.outline-r {
    outline: red dashed 1px;
}

.outline-b {
    outline: #00f dashed 1px;
}

.outline-y {
    outline: #ff0 dashed 1px;
}

.outline-g {
    outline: green dashed 1px;
}

.outline-o {
    outline: orange dashed 1px;
}

.outline-pu {
    outline: purple dashed 1px;
}

#tooltip {
    text-align: center;
    color: #FFF;
    font-size: 1em;
    background: #202223;
    position: absolute;
    z-index: 100;
    padding: 10px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

    #tooltip:after {
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #202223;
        position: absolute;
        left: 50%;
        bottom: -10px;
        margin-left: -10px;
    }

    #tooltip.top:after {
        border-top-color: transparent;
        border-bottom: 10px solid #202223;
        top: -20px;
        bottom: auto;
    }

    #tooltip.left:after {
        left: 10px;
        margin: 0;
    }

    #tooltip.right:after {
        right: 10px;
        left: auto;
        margin: 0;
    }

.flexnav {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    transition: none;
    -webkit-transform-style: preserve-3d;
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
    max-height: 0;
    text-transform: uppercase;
    font-weight: 700;
}

    .flexnav.opacity {
        opacity: 0;
    }

    .flexnav.flexnav-show {
        max-height: 4000px;
        opacity: 1;
    }

    .flexnav ul {
        margin: 0;
        -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);
        -moz-box-shadow: 0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);
        box-shadow: 0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);
    }

.oldie .flexnav li ul.open ul.open, .oldie .flexnav ul li:hover ul {
    margin-left: 100%;
    top: 0;
}

.flexnav > li > ul:before {
    position: absolute;
    top: -8px;
    left: 1.5384615384615384615384615384615em;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-left-width: 5px;
    border-right-width: 5px;
    border-bottom: 5px solid #FFF;
}

.flexnav li, .flexnav li a, .flexnav li ul li {
    position: relative;
    overflow: hidden;
}

    .flexnav li a, .flexnav li ul li a {
        border-bottom: 1px solid rgba(0,0,0,.12);
    }

.flexnav li {
    font-size: 100%;
}

    .flexnav li a {
        color: #FFF;
        font-size: 1em;
        padding: 1.6538461538461538461538461538462em;
        z-index: 2;
    }

    .flexnav li.item-with-ul > a {
        padding-right: 2.5em;
    }

.flexnav > li > a:focus, .flexnav > li > a:hover {
    color: #FFF;
    background-color: rgba(0,0,0,.07);
}

.flexnav li ul {
    width: 100%;
}

.flexnav li > ul {
    display: none;
}

.flexnav li ul li {
    font-size: 100%;
}

.flexnav li ul.flexnav-show li {
    overflow: visible;
}

.flexnav li ul li a {
    color: #60666A;
    background-color: #FFF;
    display: block;
    z-index: 3;
}

    .flexnav li ul li a:focus, .flexnav li ul li a:hover {
        color: #60666A;
        background-color: #F5F6F6;
    }

.flexnav ul li ul li a {
    z-index: 4;
}

.flexnav ul li ul li ul li a {
    z-index: 5;
}

.flexnav .touch-button {
    position: absolute;
    z-index: 999;
    top: 0;
    right: 0;
    width: 2.5em;
    height: 4.3076923076923076923076923076923em;
    display: inline-block;
    text-align: center;
    background: rgba(0,0,0,.05);
}

.flexnav li .touch-button {
    z-index: 2;
}

.flexnav li ul li .touch-button {
    z-index: 3;
}

.flexnav ul li ul li .touch-button {
    z-index: 4;
}

.flexnav ul li ul li ul li .touch-button {
    z-index: 5;
}

.flexnav > li > .touch-button .navicon {
    color: #FFF;
}

.flexnav .touch-button .navicon {
    color: #60666A;
    position: relative;
    top: 1.3076923076923076923076923076923em;
}

.menu-button {
    position: relative;
    display: block;
    padding: .8em;
}

    .menu-button.menu-toggle {
        color: #FFF;
        width: 56px;
        height: 56px;
        padding: 0;
        position: absolute;
        top: 0;
        right: 0;
    }

        .menu-button.menu-toggle span {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%);
        }

.menu-open {
    display: inline-block !important;
}

.menu-active .menu-open, .menu-close {
    display: none !important;
}

.menu-active .menu-close {
    display: inline-block !important;
}

.menu-button.menu-toggle > .touch-button {
    display: none;
}

.menu-button .touch-button {
    background: 0 0;
    position: absolute;
    z-index: 999;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center;
}

    .menu-button .touch-button .navicon {
        position: relative;
        top: 1em;
        display: none;
    }

.navicon {
    font-style: normal !important;
}

.flexnav .first-menu-item .sign-in-btn {
    border-bottom-width: 2px;
    text-transform: none;
}

.flexnav .first-menu-item a.search-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: .75em;
    text-transform: none;
    border: 0;
}

.flexnav .first-menu-item a.sign-up-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    padding: .75em;
    text-transform: none;
}

    .flexnav .first-menu-item a.sign-up-btn.btn-color-red:focus, .flexnav .first-menu-item a.sign-up-btn.btn-color-red:hover {
        color: #FFF;
        background-color: #BE1B21;
    }

@media all and (min-width:768px) {
    .flexnav, .flexnav li {
        overflow: visible;
    }

    body.one-page {
        padding-top: 70px;
    }

    .flexnav.opacity {
        opacity: 1;
    }

    .flexnav li {
        position: relative;
        list-style: none;
        float: left;
        display: block;
        width: auto;
        white-space: nowrap;
    }

        .flexnav li ul {
            min-width: 12em;
            width: auto;
        }

        .flexnav li a {
            border-bottom: none;
        }

        .flexnav li > ul {
            position: absolute;
            top: auto;
            left: 0;
        }

        .flexnav li ul li > ul, .flexnav li ul.open ul.open {
            margin-left: 100%;
            top: 0;
        }

        .flexnav li > ul li {
            width: 100%;
        }

        .flexnav li ul.open {
            display: block;
            opacity: 1;
            visibility: visible;
            z-index: 1;
        }

            .flexnav li ul.open li {
                overflow: visible;
                max-height: 100px;
            }

    .menu-button {
        display: none;
    }

    .flexnav .touch-button {
        background: 0 0;
    }
}

.oldie body.one-page {
    padding-top: 70px;
}

.oldie .flexnav {
    overflow: visible;
    zoom: 1;
}

    .oldie .flexnav.one-page {
        top: 0;
        right: auto;
        max-width: 1080px;
    }

    .oldie .flexnav li {
        position: relative;
        list-style: none;
        float: left;
        display: block;
        width: auto;
        min-height: 50px;
        overflow: visible;
    }

        .oldie .flexnav li:hover > ul {
            display: block;
            width: 100%;
            overflow: visible;
        }

            .oldie .flexnav li:hover > ul li {
                width: 100%;
                float: none;
            }

        .oldie .flexnav li a {
            border-bottom: none;
            overflow: visible;
        }

        .oldie .flexnav li > ul {
            position: absolute;
            top: auto;
            left: 0;
            display: none;
            z-index: 1;
            overflow: visible;
        }

        .oldie .flexnav li ul.open, .oldie .flexnav li ul.open ul.open {
            display: block;
            width: 100%;
            overflow: visible;
        }

        .oldie .flexnav li ul li ul {
            top: 0;
        }

        .oldie .flexnav li ul li a {
            border-bottom: none;
        }

        .oldie .flexnav li ul.open li {
            width: 100%;
        }

.oldie .menu-button {
    display: none;
}

.oldie.ie7 .flexnav li {
    width: auto;
}

.featured-site-container {
    position: relative;
    width: auto;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    box-sizing: border-box;
}

.popup-image-container {
    position: relative;
    width: auto;
    max-width: 520px;
    margin: 0 auto;
    box-sizing: border-box;
}

.mfp-container, .popup-video-container {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.popup-video-container {
    position: relative;
    width: auto;
    margin: 0 auto;
    box-sizing: border-box;
}

.mfp-bg, .mfp-wrap {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
}

.mfp-bg {
    width: 100%;
    z-index: 1042;
    overflow: hidden;
    background: #FFF;
    opacity: .5;
    filter: alpha(opacity=50);
}

.mfp-wrap {
    width: 100%;
    z-index: 1043;
    outline: 0 !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}

    .mfp-container:before {
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-close, .mfp-preloader {
    text-align: center;
    position: absolute;
}

.mfp-ajax-holder .mfp-content, .mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-arrow, .mfp-close, .mfp-counter, .mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #ccc;
    top: 50%;
    width: auto;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

    .mfp-preloader a {
        color: #ccc;
    }

        .mfp-close, .mfp-preloader a:hover {
            color: #fff;
        }

.mfp-s-error .mfp-content, .mfp-s-ready .mfp-preloader {
    display: none;
}

button.mfp-arrow, button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    right: 0;
    top: 0;
    opacity: .65;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    font-style: normal;
    font-size: 28px;
    font-family: Arial,Baskerville,monospace;
}

    .mfp-close:focus, .mfp-close:hover {
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .mfp-close:active {
        top: 1px;
    }

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
}

.mfp-figure, img.mfp-img {
    line-height: 0;
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    filter: alpha(opacity=65);
    margin: -55px 0 0;
    top: 50%;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}

    .mfp-arrow:active {
        margin-top: -54px;
    }

    .mfp-arrow:focus, .mfp-arrow:hover {
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .mfp-arrow .mfp-a, .mfp-arrow .mfp-b, .mfp-arrow:after, .mfp-arrow:before {
        content: '';
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        left: 0;
        top: 0;
        margin-top: 35px;
        margin-left: 35px;
        border: inset transparent;
    }

    .mfp-arrow .mfp-a, .mfp-arrow:after {
        border-top-width: 13px;
        border-bottom-width: 13px;
        top: 8px;
    }

    .mfp-arrow .mfp-b, .mfp-arrow:before {
        border-top-width: 21px;
        border-bottom-width: 21px;
        opacity: .7;
    }

.mfp-arrow-left {
    left: 0;
}

    .mfp-arrow-left .mfp-a, .mfp-arrow-left:after {
        border-right: 17px solid #fff;
        margin-left: 31px;
    }

    .mfp-arrow-left .mfp-b, .mfp-arrow-left:before {
        margin-left: 25px;
        border-right: 27px solid #3f3f3f;
    }

.mfp-arrow-right {
    right: 0;
}

    .mfp-arrow-right .mfp-a, .mfp-arrow-right:after {
        border-left: 17px solid #fff;
        margin-left: 39px;
    }

    .mfp-arrow-right .mfp-b, .mfp-arrow-right:before {
        border-left: 27px solid #3f3f3f;
    }

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

    .mfp-iframe-holder .mfp-content {
        line-height: 0;
        width: 100%;
        max-width: 900px;
    }

.mfp-image-holder .mfp-content, img.mfp-img {
    max-width: 100%;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

    .mfp-iframe-scaler iframe {
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        box-shadow: 0 0 8px rgba(0,0,0,.6);
        background: #000;
    }

.mfp-figure:after, img.mfp-img {
    width: auto;
    height: auto;
    display: block;
}

img.mfp-img {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0;
    margin: 0 auto;
}

.mfp-figure:after {
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    right: 0;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0,0,0,.6);
    background: #444;
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.accordion-head, .mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px;
}

@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0,0,0,.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        .mfp-img-mobile .mfp-bottom-bar:empty {
            padding: 0;
        }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0,0,0,.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width:900px) {
    .mfp-arrow {
        -webkit-transform: scale(.75);
        transform: scale(.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

.mfp-ie7 .mfp-img {
    padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
    padding: 0;
}

.mfp-ie7 .mfp-content {
    padding-top: 44px;
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0;
}

.accordion-panels .accordion-head .accordion-hide-panel-icon, .accordion-panels .accordion-head .accordion-show-panel-icon {
    position: absolute;
    right: 0;
    top: 0;
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .units-row .unit-tablet-100.unit-10, .units-row .unit-tablet-100.unit-20, .units-row .unit-tablet-100.unit-25, .units-row .unit-tablet-100.unit-30, .units-row .unit-tablet-100.unit-33, .units-row .unit-tablet-100.unit-40, .units-row .unit-tablet-100.unit-50, .units-row .unit-tablet-100.unit-60, .units-row .unit-tablet-100.unit-66, .units-row .unit-tablet-100.unit-70, .units-row .unit-tablet-100.unit-75, .units-row .unit-tablet-100.unit-80, .units-row .unit-tablet-100.unit-90 {
        width: 100%;
        float: none;
        margin-left: 0;
        margin-bottom: 1.5384615384615384615384615384615em;
    }

    .units-row .unit-tablet-50.unit-10, .units-row .unit-tablet-50.unit-100, .units-row .unit-tablet-50.unit-20, .units-row .unit-tablet-50.unit-25, .units-row .unit-tablet-50.unit-30, .units-row .unit-tablet-50.unit-33, .units-row .unit-tablet-50.unit-40, .units-row .unit-tablet-50.unit-50, .units-row .unit-tablet-50.unit-60, .units-row .unit-tablet-50.unit-66, .units-row .unit-tablet-50.unit-70, .units-row .unit-tablet-50.unit-75, .units-row .unit-tablet-50.unit-80, .units-row .unit-tablet-50.unit-90 {
        float: left;
        margin-left: 3%;
        width: 48.5%;
        margin-bottom: 1.5384615384615384615384615384615em;
    }

        .units-row .unit-tablet-50.unit-100:first-child, .units-row .unit-tablet-50.unit-10:first-child, .units-row .unit-tablet-50.unit-20:first-child, .units-row .unit-tablet-50.unit-25:first-child, .units-row .unit-tablet-50.unit-30:first-child, .units-row .unit-tablet-50.unit-33:first-child, .units-row .unit-tablet-50.unit-40:first-child, .units-row .unit-tablet-50.unit-50:first-child, .units-row .unit-tablet-50.unit-60:first-child, .units-row .unit-tablet-50.unit-66:first-child, .units-row .unit-tablet-50.unit-70:first-child, .units-row .unit-tablet-50.unit-75:first-child, .units-row .unit-tablet-50.unit-80:first-child, .units-row .unit-tablet-50.unit-90:first-child {
            margin-left: 0;
        }
}

@media only screen and (max-width:767px) {
    .top-nav-container > section, .wrapper, .wrapper-no-padding {
        max-width: 520px;
    }

    .fixed-nav > section {
        width: 100%;
        padding: 0;
    }

    .menu-active .fixed-nav > section .main-nav nav {
        position: absolute;
        top: 0;
        right: -264px;
        background-color: #484d50;
        width: 264px;
        z-index: 0;
        opacity: 1;
        height: 4000px;
    }

    .menu-active #content, .menu-active #footer-outer, .menu-active .fixed-nav > section {
        -webkit-transform: translateX(-264px);
        -ms-transform: translateX(-264px);
        transform: translateX(-264px);
        transition: all .5s ease;
    }

    .rank-circle {
        width: 3.0769230769230769230769230769231em;
        height: 3.0769230769230769230769230769231em;
    }

        .rank-circle > span {
            font-size: .92307692307692307692307692307692em;
        }

    .units-row .unit-10, .units-row .unit-20, .units-row .unit-25, .units-row .unit-30, .units-row .unit-33, .units-row .unit-40, .units-row .unit-50, .units-row .unit-60, .units-row .unit-66, .units-row .unit-70, .units-row .unit-75, .units-row .unit-80, .units-row .unit-90 {
        width: 100%;
        float: none;
        margin-left: 0;
        margin-bottom: 1.5384615384615384615384615384615em;
    }

    .unit-push-10, .unit-push-20, .unit-push-25, .unit-push-30, .unit-push-33, .unit-push-40, .unit-push-50, .unit-push-60, .unit-push-66, .unit-push-70, .unit-push-75, .unit-push-80, .unit-push-90 {
        left: 0;
    }

    .units-row .unit-push-right {
        float: none;
    }

    .units-mobile-50 > .unit-10, .units-mobile-50 > .unit-20, .units-mobile-50 > .unit-25, .units-mobile-50 > .unit-30, .units-mobile-50 > .unit-33, .units-mobile-50 > .unit-40, .units-mobile-50 > .unit-50, .units-mobile-50 > .unit-60, .units-mobile-50 > .unit-66, .units-mobile-50 > .unit-70, .units-mobile-50 > .unit-75, .units-mobile-50 > .unit-80, .units-mobile-50 > .unit-90 {
        float: left;
        margin-left: 3%;
        width: 48.5%;
    }

        .units-mobile-50 > .unit-10:first-child, .units-mobile-50 > .unit-20:first-child, .units-mobile-50 > .unit-25:first-child, .units-mobile-50 > .unit-30:first-child, .units-mobile-50 > .unit-33:first-child, .units-mobile-50 > .unit-40:first-child, .units-mobile-50 > .unit-50:first-child, .units-mobile-50 > .unit-60:first-child, .units-mobile-50 > .unit-66:first-child, .units-mobile-50 > .unit-70:first-child, .units-mobile-50 > .unit-75:first-child, .units-mobile-50 > .unit-80:first-child, .units-mobile-50 > .unit-90:first-child {
            margin-left: 0;
        }

    .units-mobile-33 > .unit-33 {
        float: left;
        margin-left: 3%;
        width: 31.333333333333332%;
    }

        .units-mobile-33 > .unit-33:first-child {
            margin-left: 0;
        }

    .units-mobile-25 > .unit-25 {
        float: left;
        margin-left: 3%;
        width: 22.75%;
    }

        .units-mobile-25 > .unit-25:first-child {
            margin-left: 0;
        }

    .units-mobile-25-75 > .unit-10, .units-mobile-25-75 > .unit-20, .units-mobile-25-75 > .unit-25, .units-mobile-25-75 > .unit-30, .units-mobile-25-75 > .unit-33, .units-mobile-25-75 > .unit-40, .units-mobile-25-75 > .unit-50, .units-mobile-25-75 > .unit-60, .units-mobile-25-75 > .unit-66, .units-mobile-25-75 > .unit-70, .units-mobile-25-75 > .unit-75, .units-mobile-25-75 > .unit-80, .units-mobile-25-75 > .unit-90 {
        float: left;
        margin-left: 3%;
        width: 74.25%;
    }

        .units-mobile-25-75 > .unit-10:first-child, .units-mobile-25-75 > .unit-20:first-child, .units-mobile-25-75 > .unit-25:first-child, .units-mobile-25-75 > .unit-30:first-child, .units-mobile-25-75 > .unit-33:first-child, .units-mobile-25-75 > .unit-40:first-child, .units-mobile-25-75 > .unit-50:first-child, .units-mobile-25-75 > .unit-60:first-child, .units-mobile-25-75 > .unit-66:first-child, .units-mobile-25-75 > .unit-70:first-child, .units-mobile-25-75 > .unit-75:first-child, .units-mobile-25-75 > .unit-80:first-child, .units-mobile-25-75 > .unit-90:first-child {
            margin-left: 0;
            width: 22.75%;
        }

    .units-mobile-75-25 > .unit-10, .units-mobile-75-25 > .unit-20, .units-mobile-75-25 > .unit-25, .units-mobile-75-25 > .unit-30, .units-mobile-75-25 > .unit-33, .units-mobile-75-25 > .unit-40, .units-mobile-75-25 > .unit-50, .units-mobile-75-25 > .unit-60, .units-mobile-75-25 > .unit-66, .units-mobile-75-25 > .unit-70, .units-mobile-75-25 > .unit-75, .units-mobile-75-25 > .unit-80, .units-mobile-75-25 > .unit-90 {
        float: left;
        margin-left: 3%;
        width: 22.75%;
    }

        .units-mobile-75-25 > .unit-10:first-child, .units-mobile-75-25 > .unit-20:first-child, .units-mobile-75-25 > .unit-25:first-child, .units-mobile-75-25 > .unit-30:first-child, .units-mobile-75-25 > .unit-33:first-child, .units-mobile-75-25 > .unit-40:first-child, .units-mobile-75-25 > .unit-50:first-child, .units-mobile-75-25 > .unit-60:first-child, .units-mobile-75-25 > .unit-66:first-child, .units-mobile-75-25 > .unit-70:first-child, .units-mobile-75-25 > .unit-75:first-child, .units-mobile-75-25 > .unit-80:first-child, .units-mobile-75-25 > .unit-90:first-child {
            margin-left: 0;
            width: 74.25%;
        }

    .units-mobile-20-80 > .unit-10, .units-mobile-20-80 > .unit-20, .units-mobile-20-80 > .unit-25, .units-mobile-20-80 > .unit-30, .units-mobile-20-80 > .unit-33, .units-mobile-20-80 > .unit-40, .units-mobile-20-80 > .unit-50, .units-mobile-20-80 > .unit-60, .units-mobile-20-80 > .unit-66, .units-mobile-20-80 > .unit-70, .units-mobile-20-80 > .unit-75, .units-mobile-20-80 > .unit-80, .units-mobile-20-80 > .unit-90 {
        float: left;
        margin-left: 3%;
        width: 79.4%;
    }

        .units-mobile-20-80 > .unit-10:first-child, .units-mobile-20-80 > .unit-20:first-child, .units-mobile-20-80 > .unit-25:first-child, .units-mobile-20-80 > .unit-30:first-child, .units-mobile-20-80 > .unit-33:first-child, .units-mobile-20-80 > .unit-40:first-child, .units-mobile-20-80 > .unit-50:first-child, .units-mobile-20-80 > .unit-60:first-child, .units-mobile-20-80 > .unit-66:first-child, .units-mobile-20-80 > .unit-70:first-child, .units-mobile-20-80 > .unit-75:first-child, .units-mobile-20-80 > .unit-80:first-child, .units-mobile-20-80 > .unit-90:first-child {
            margin-left: 0;
            width: 17.6%;
        }

    .units-mobile-80-20 > .unit-10, .units-mobile-80-20 > .unit-20, .units-mobile-80-20 > .unit-25, .units-mobile-80-20 > .unit-30, .units-mobile-80-20 > .unit-33, .units-mobile-80-20 > .unit-40, .units-mobile-80-20 > .unit-50, .units-mobile-80-20 > .unit-60, .units-mobile-80-20 > .unit-66, .units-mobile-80-20 > .unit-70, .units-mobile-80-20 > .unit-75, .units-mobile-80-20 > .unit-80, .units-mobile-80-20 > .unit-90 {
        float: left;
        margin-left: 3%;
        width: 17.6%;
    }

        .units-mobile-80-20 > .unit-10:first-child, .units-mobile-80-20 > .unit-20:first-child, .units-mobile-80-20 > .unit-25:first-child, .units-mobile-80-20 > .unit-30:first-child, .units-mobile-80-20 > .unit-33:first-child, .units-mobile-80-20 > .unit-40:first-child, .units-mobile-80-20 > .unit-50:first-child, .units-mobile-80-20 > .unit-60:first-child, .units-mobile-80-20 > .unit-66:first-child, .units-mobile-80-20 > .unit-70:first-child, .units-mobile-80-20 > .unit-75:first-child, .units-mobile-80-20 > .unit-80:first-child, .units-mobile-80-20 > .unit-90:first-child {
            margin-left: 0;
            width: 79.4%;
        }

    .units-mobile-10-90 > .unit-10, .units-mobile-10-90 > .unit-20, .units-mobile-10-90 > .unit-25, .units-mobile-10-90 > .unit-30, .units-mobile-10-90 > .unit-33, .units-mobile-10-90 > .unit-40, .units-mobile-10-90 > .unit-50, .units-mobile-10-90 > .unit-60, .units-mobile-10-90 > .unit-66, .units-mobile-10-90 > .unit-70, .units-mobile-10-90 > .unit-75, .units-mobile-10-90 > .unit-80, .units-mobile-10-90 > .unit-90 {
        float: left;
        margin-left: 3%;
        width: 89.7%;
    }

        .units-mobile-10-90 > .unit-10:first-child, .units-mobile-10-90 > .unit-20:first-child, .units-mobile-10-90 > .unit-25:first-child, .units-mobile-10-90 > .unit-30:first-child, .units-mobile-10-90 > .unit-33:first-child, .units-mobile-10-90 > .unit-40:first-child, .units-mobile-10-90 > .unit-50:first-child, .units-mobile-10-90 > .unit-60:first-child, .units-mobile-10-90 > .unit-66:first-child, .units-mobile-10-90 > .unit-70:first-child, .units-mobile-10-90 > .unit-75:first-child, .units-mobile-10-90 > .unit-80:first-child, .units-mobile-10-90 > .unit-90:first-child {
            margin-left: 0;
            width: 7.3%;
        }

    .blocks-2, .blocks-3, .blocks-4, .blocks-5, .blocks-6 {
        margin-left: 0;
        margin-bottom: 1.5384615384615384615384615384615em;
    }

        .blocks-2 > li, .blocks-3 > li, .blocks-4 > li, .blocks-5 > li, .blocks-6 > li {
            float: none;
            margin-left: 0;
            width: 100%;
        }

    .blocks-mobile-33 > li, .blocks-mobile-50 > li {
        float: left;
        margin-left: 3%;
    }

    .blocks-mobile-33, .blocks-mobile-50 {
        margin-left: -3%;
    }

        .blocks-mobile-50 > li {
            width: 47%;
        }

        .blocks-mobile-33 > li {
            width: 30.333333333333332%;
        }

    .nav-g, .nav-g ul, .nav-g ul li, .nav-h, .nav-h ul, .nav-h ul li, .nav-pills, .nav-pills ul, .nav-tabs ul, .nav-v, .nav-v ul {
        float: none;
    }

        .nav-g ul li, .nav-h ul li {
            margin: 0 0 1px;
        }

        .nav-tabs ul li {
            float: none;
            margin-right: 0;
        }

            .nav-tabs ul li .active, .nav-tabs ul li a, .nav-tabs ul li span {
                margin-top: 0;
                bottom: 0;
                padding: 8px 12px 9px;
                border: 1px solid #ddd;
                border-bottom: none;
            }

    .nav-tabs-v {
        border-bottom: 1px solid #ddd;
        border-right: none;
    }

        .nav-tabs-v ul li span {
            margin-top: 0;
            bottom: 0;
            margin-right: 0;
        }

    .forms-columnar label, .forms-columnar-in-ul label {
        float: none;
        width: auto;
        text-align: left;
    }

    .forms-columnar .forms-inline-list, .forms-columnar .forms-list, .forms-columnar-in-ul .forms-inline-list, .forms-columnar-in-ul .forms-list, .forms-columnar-in-ul .push, .forms-columnar-in-ul div.error, .forms-columnar-in-ul div.forms-desc {
        margin-left: 0;
    }

    .forms-columnar label {
        margin-bottom: 0;
    }

    .forms-push label {
        position: relative;
    }

    .forms-columnar .forms-section, .forms-push {
        padding-left: 0;
    }

    .forms-columnar-in-ul fieldset {
        border: none;
        border-bottom: 1px solid #e3e3e3;
        border-radius: 0;
        padding: 1em 0 0;
    }

        .forms-columnar-in-ul fieldset legend {
            padding: 0;
        }

    .forms-columnar-in-ul li {
        width: 100%;
        padding-left: 0;
        text-align: left;
        position: static;
    }

    .errorMessage, .forms-columnar-in-ul .errorMessage {
        margin-left: 0 !important;
    }

    input[type=radio].struts-radio-list {
        float: left !important;
    }

    label.struts-radio-list {
        float: left !important;
        width: 100% !important;
        margin-right: 0 !important;
        padding-right: 1.5384615384615384615384615384615em;
        margin-bottom: 0;
        position: relative;
        top: -1.15em;
        right: -1.45em;
    }
}

@media (min-width:768px) {
    .desktop-hide {
        display: none !important;
    }

    .desktop-unit-padding {
        padding: 1.5384615384615384615384615384615em;
    }

    .desktop-unit-r-triple-padding {
        padding-right: 5em;
    }
}

.oldie .desktop-hide {
    display: none !important;
}

.oldie .desktop-unit-padding {
    padding: 1.5384615384615384615384615384615em;
}

.oldie .desktop-unit-r-triple-padding {
    padding-right: 5em;
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .tablet-end {
        margin-bottom: 0 !important;
    }
}

@media only screen and (max-width:767px) {
    .mobile-text-centered {
        text-align: center;
    }

    .mobile-hide {
        display: none;
    }
}

.vjs-default-skin {
    color: #ccc;
}

@font-face {
    font-family: VideoJS;
    src: url(video-js-font/vjs.eot);
    src: url(video-js-font/vjs.eot?#iefix) format('embedded-opentype'),url(video-js-font/vjs.woff) format('woff'),url(video-js-font/vjs.ttf) format('truetype'),url(video-js-font/vjs.svg#icomoon) format('svg');
    font-weight: 400;
    font-style: normal;
}

.vjs-default-skin .vjs-slider {
    outline: 0;
    position: relative;
    cursor: pointer;
    padding: 0;
    background-color: #333;
    background-color: rgba(51,51,51,.9);
}

    .vjs-default-skin .vjs-slider:focus {
        -webkit-box-shadow: 0 0 2em #fff;
        -moz-box-shadow: 0 0 2em #fff;
        box-shadow: 0 0 2em #fff;
    }

.vjs-default-skin .vjs-slider-handle {
    position: absolute;
    left: 0;
    top: 0;
}

    .vjs-default-skin .vjs-slider-handle:before {
        content: "\e009";
        font-family: VideoJS;
        font-size: 1em;
        line-height: 1;
        text-align: center;
        text-shadow: 0 0 1em #fff;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

.vjs-default-skin .vjs-control-bar {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3em;
    background-color: #07141e;
    background-color: rgba(7,20,30,.7);
}

.vjs-default-skin.vjs-has-started .vjs-control-bar {
    display: block;
    visibility: visible;
    opacity: 1;
    -webkit-transition: visibility .1s,opacity .1s;
    -moz-transition: visibility .1s,opacity .1s;
    -o-transition: visibility .1s,opacity .1s;
    transition: visibility .1s,opacity .1s;
}

.vjs-default-skin.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
    display: block;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 1s,opacity 1s;
    -moz-transition: visibility 1s,opacity 1s;
    -o-transition: visibility 1s,opacity 1s;
    transition: visibility 1s,opacity 1s;
}

.vjs-default-skin.vjs-controls-disabled .vjs-control-bar {
    display: none;
}

.vjs-default-skin.vjs-using-native-controls .vjs-control-bar {
    display: none;
}

.vjs-default-skin.vjs-error .vjs-control-bar {
    display: none;
}

.vjs-audio.vjs-default-skin.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
    opacity: 1;
    visibility: visible;
}

@media \0screen {
    .vjs-default-skin.vjs-user-inactive.vjs-playing .vjs-control-bar :before {
        content: "";
    }
}

.vjs-default-skin .vjs-control {
    outline: 0;
    position: relative;
    float: left;
    text-align: center;
    margin: 0;
    padding: 0;
    height: 3em;
    width: 4em;
}

    .vjs-default-skin .vjs-control:before {
        font-family: VideoJS;
        font-size: 1.5em;
        line-height: 2;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        text-align: center;
        text-shadow: 1px 1px 1px rgba(0,0,0,.5);
    }

    .vjs-default-skin .vjs-control:focus:before, .vjs-default-skin .vjs-control:hover:before {
        text-shadow: 0 0 1em #fff;
    }

    .vjs-default-skin .vjs-control:focus {
    }

.vjs-default-skin .vjs-control-text {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.vjs-default-skin .vjs-play-control {
    width: 5em;
    cursor: pointer;
}

    .vjs-default-skin .vjs-play-control:before {
        content: "\e001";
    }

.vjs-default-skin.vjs-playing .vjs-play-control:before {
    content: "\e002";
}

.vjs-default-skin .vjs-playback-rate .vjs-playback-rate-value {
    font-size: 1.5em;
    line-height: 2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0,0,0,.5);
}

.vjs-default-skin .vjs-playback-rate.vjs-menu-button .vjs-menu .vjs-menu-content {
    width: 4em;
    left: -2em;
    list-style: none;
}

.vjs-default-skin .vjs-mute-control, .vjs-default-skin .vjs-volume-menu-button {
    cursor: pointer;
    float: right;
}

    .vjs-default-skin .vjs-mute-control:before, .vjs-default-skin .vjs-volume-menu-button:before {
        content: "\e006";
    }

    .vjs-default-skin .vjs-mute-control.vjs-vol-0:before, .vjs-default-skin .vjs-volume-menu-button.vjs-vol-0:before {
        content: "\e003";
    }

    .vjs-default-skin .vjs-mute-control.vjs-vol-1:before, .vjs-default-skin .vjs-volume-menu-button.vjs-vol-1:before {
        content: "\e004";
    }

    .vjs-default-skin .vjs-mute-control.vjs-vol-2:before, .vjs-default-skin .vjs-volume-menu-button.vjs-vol-2:before {
        content: "\e005";
    }

.vjs-default-skin .vjs-volume-control {
    width: 5em;
    float: right;
}

.vjs-default-skin .vjs-volume-bar {
    width: 5em;
    height: .6em;
    margin: 1.1em auto 0;
}

.vjs-default-skin .vjs-volume-level {
    position: absolute;
    top: 0;
    left: 0;
    height: .5em;
    width: 100%;
    background: #66a8cc url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAP0lEQVQIHWWMAQoAIAgDR/QJ/Ub//04+w7ZICBwcOg5FZi5iBB82AGzixEglJrd4TVK5XUJpskSTEvpdFzX9AB2pGziSQcvAAAAAAElFTkSuQmCC) -50% 0 repeat;
}

.vjs-default-skin .vjs-volume-bar .vjs-volume-handle {
    width: .5em;
    height: .5em;
    left: 4.5em;
}

.vjs-default-skin .vjs-volume-handle:before {
    font-size: .9em;
    top: -.2em;
    left: -.2em;
    width: 1em;
    height: 1em;
}

.vjs-default-skin .vjs-volume-menu-button .vjs-menu {
    display: block;
    width: 0;
    height: 0;
    border-top-color: transparent;
}

    .vjs-default-skin .vjs-volume-menu-button .vjs-menu .vjs-menu-content {
        height: 0;
        width: 0;
    }

    .vjs-default-skin .vjs-volume-menu-button:hover .vjs-menu, .vjs-default-skin .vjs-volume-menu-button .vjs-menu.vjs-lock-showing {
        border-top-color: rgba(7,40,50,.5);
    }

        .vjs-default-skin .vjs-volume-menu-button:hover .vjs-menu .vjs-menu-content, .vjs-default-skin .vjs-volume-menu-button .vjs-menu.vjs-lock-showing .vjs-menu-content {
            height: 2.9em;
            width: 10em;
        }

.vjs-default-skin .vjs-progress-control {
    position: absolute;
    left: 0;
    right: 0;
    width: auto;
    font-size: .3em;
    height: 1em;
    top: -1em;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.vjs-default-skin:hover .vjs-progress-control {
    font-size: .9em;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.vjs-default-skin .vjs-progress-holder {
    height: 100%;
}

    .vjs-default-skin .vjs-progress-holder .vjs-play-progress, .vjs-default-skin .vjs-progress-holder .vjs-load-progress, .vjs-default-skin .vjs-progress-holder .vjs-load-progress div {
        position: absolute;
        display: block;
        height: 100%;
        margin: 0;
        padding: 0;
        width: 0;
        left: 0;
        top: 0;
    }

.vjs-default-skin .vjs-play-progress {
    background: #66a8cc url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAP0lEQVQIHWWMAQoAIAgDR/QJ/Ub//04+w7ZICBwcOg5FZi5iBB82AGzixEglJrd4TVK5XUJpskSTEvpdFzX9AB2pGziSQcvAAAAAAElFTkSuQmCC) -50% 0 repeat;
}

.vjs-default-skin .vjs-load-progress {
    background: #646464;
    background: rgba(255,255,255,.2);
}

    .vjs-default-skin .vjs-load-progress div {
        background: #787878;
        background: rgba(255,255,255,.1);
    }

.vjs-default-skin .vjs-seek-handle {
    width: 1.5em;
    height: 100%;
}

    .vjs-default-skin .vjs-seek-handle:before {
        padding-top: .1em;
    }

.vjs-default-skin.vjs-live .vjs-time-controls, .vjs-default-skin.vjs-live .vjs-time-divider, .vjs-default-skin.vjs-live .vjs-progress-control {
    display: none;
}

.vjs-default-skin.vjs-live .vjs-live-display {
    display: block;
}

.vjs-default-skin .vjs-live-display {
    display: none;
    font-size: 1em;
    line-height: 3em;
}

.vjs-default-skin .vjs-time-controls {
    font-size: 1em;
    line-height: 3em;
}

.vjs-default-skin .vjs-current-time {
    float: left;
}

.vjs-default-skin .vjs-duration {
    float: left;
}

.vjs-default-skin .vjs-remaining-time {
    display: none;
    float: left;
}

.vjs-time-divider {
    float: left;
    line-height: 3em;
}

.vjs-default-skin .vjs-fullscreen-control {
    width: 3.8em;
    cursor: pointer;
    float: right;
}

    .vjs-default-skin .vjs-fullscreen-control:before {
        content: "\e000";
    }

.vjs-default-skin.vjs-fullscreen .vjs-fullscreen-control:before {
    content: "\e00b";
}

.vjs-default-skin .vjs-big-play-button {
    left: .5em;
    top: .5em;
    font-size: 3em;
    display: block;
    z-index: 2;
    position: absolute;
    width: 4em;
    height: 2.6em;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    opacity: 1;
    background-color: #07141e;
    background-color: rgba(7,20,30,.7);
    border: .1em solid #3b4249;
    -webkit-border-radius: .8em;
    -moz-border-radius: .8em;
    border-radius: .8em;
    -webkit-box-shadow: 0 0 1em rgba(255,255,255,.25);
    -moz-box-shadow: 0 0 1em rgba(255,255,255,.25);
    box-shadow: 0 0 1em rgba(255,255,255,.25);
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.vjs-default-skin.vjs-big-play-centered .vjs-big-play-button {
    left: 50%;
    margin-left: -2.1em;
    top: 50%;
    margin-top: -1.4000000000000001em;
}

.vjs-default-skin.vjs-controls-disabled .vjs-big-play-button {
    display: none;
}

.vjs-default-skin.vjs-has-started .vjs-big-play-button {
    display: none;
}

.vjs-default-skin.vjs-using-native-controls .vjs-big-play-button {
    display: none;
}

.vjs-default-skin:hover .vjs-big-play-button, .vjs-default-skin .vjs-big-play-button:focus {
    outline: 0;
    border-color: #fff;
    background-color: #505050;
    background-color: rgba(50,50,50,.75);
    -webkit-box-shadow: 0 0 3em #fff;
    -moz-box-shadow: 0 0 3em #fff;
    box-shadow: 0 0 3em #fff;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
}

.vjs-default-skin .vjs-big-play-button:before {
    content: "\e001";
    font-family: VideoJS;
    line-height: 2.6em;
    text-shadow: .05em .05em .1em #000;
    text-align: center;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
}

.vjs-error .vjs-big-play-button {
    display: none;
}

.vjs-error-display {
    display: none;
}

.vjs-error .vjs-error-display {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

    .vjs-error .vjs-error-display:before {
        content: 'X';
        font-family: Arial;
        font-size: 4em;
        color: #666;
        line-height: 1;
        text-shadow: .05em .05em .1em #000;
        text-align: center;
        vertical-align: middle;
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -.5em;
        width: 100%;
    }

.vjs-error-display div {
    position: absolute;
    bottom: 1em;
    right: 0;
    left: 0;
    font-size: 1.4em;
    text-align: center;
    padding: 3px;
    background: #000;
    background: rgba(0,0,0,.5);
}

.vjs-error-display a, .vjs-error-display a:visited {
    color: #F4A460;
}

.vjs-loading-spinner {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 4em;
    line-height: 1;
    width: 1em;
    height: 1em;
    margin-left: -.5em;
    margin-top: -.5em;
    opacity: .75;
}

.vjs-waiting .vjs-loading-spinner, .vjs-seeking .vjs-loading-spinner {
    display: block;
    -webkit-animation: spin 1.5s infinite linear;
    -moz-animation: spin 1.5s infinite linear;
    -o-animation: spin 1.5s infinite linear;
    animation: spin 1.5s infinite linear;
}

.vjs-error .vjs-loading-spinner {
    display: none;
    -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
    animation: none;
}

.vjs-default-skin .vjs-loading-spinner:before {
    content: "\e01e";
    font-family: VideoJS;
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    text-align: center;
    text-shadow: 0 0 .1em #000;
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(359deg);
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
    }
}

@-o-keyframes spin {
    0% {
        -o-transform: rotate(0deg);
    }

    100% {
        -o-transform: rotate(359deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(359deg);
    }
}

.vjs-default-skin .vjs-menu-button {
    float: right;
    cursor: pointer;
}

.vjs-default-skin .vjs-menu {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    margin-bottom: 3em;
    border-left: 2em solid transparent;
    border-right: 2em solid transparent;
    border-top: 1.55em solid #000;
    border-top-color: rgba(7,40,50,.5);
}

.vjs-default-skin .vjs-menu-button .vjs-menu .vjs-menu-content {
    display: block;
    padding: 0;
    margin: 0;
    position: absolute;
    width: 10em;
    bottom: 1.5em;
    max-height: 15em;
    overflow: auto;
    left: -5em;
    background-color: #07141e;
    background-color: rgba(7,20,30,.7);
    -webkit-box-shadow: -.2em -.2em .3em rgba(255,255,255,.2);
    -moz-box-shadow: -.2em -.2em .3em rgba(255,255,255,.2);
    box-shadow: -.2em -.2em .3em rgba(255,255,255,.2);
}

.vjs-default-skin .vjs-menu-button:hover .vjs-control-content .vjs-menu, .vjs-default-skin .vjs-control-content .vjs-menu.vjs-lock-showing {
    display: block;
}

.vjs-default-skin.vjs-scrubbing .vjs-menu-button:hover .vjs-control-content .vjs-menu {
    display: none;
}

.vjs-default-skin .vjs-menu-button ul li {
    list-style: none;
    margin: 0;
    padding: .3em 0;
    line-height: 1.4em;
    font-size: 1.2em;
    text-align: center;
    text-transform: lowercase;
}

    .vjs-default-skin .vjs-menu-button ul li.vjs-selected {
        background-color: #000;
    }

        .vjs-default-skin .vjs-menu-button ul li:focus, .vjs-default-skin .vjs-menu-button ul li:hover, .vjs-default-skin .vjs-menu-button ul li.vjs-selected:focus, .vjs-default-skin .vjs-menu-button ul li.vjs-selected:hover {
            outline: 0;
            color: #111;
            background-color: #fff;
            background-color: rgba(255,255,255,.75);
            -webkit-box-shadow: 0 0 1em #fff;
            -moz-box-shadow: 0 0 1em #fff;
            box-shadow: 0 0 1em #fff;
        }

    .vjs-default-skin .vjs-menu-button ul li.vjs-menu-title {
        text-align: center;
        text-transform: uppercase;
        font-size: 1em;
        line-height: 2em;
        padding: 0;
        margin: 0 0 .3em;
        font-weight: 700;
        cursor: default;
    }

.vjs-default-skin .vjs-subtitles-button:before {
    content: "\e00c";
}

.vjs-default-skin .vjs-captions-button:before {
    content: "\e008";
}

.vjs-default-skin .vjs-chapters-button:before {
    content: "\e00c";
}

.vjs-default-skin .vjs-chapters-button.vjs-menu-button .vjs-menu .vjs-menu-content {
    width: 24em;
    left: -12em;
}

.vjs-default-skin .vjs-captions-button:focus .vjs-control-content:before, .vjs-default-skin .vjs-captions-button:hover .vjs-control-content:before {
    -webkit-box-shadow: 0 0 1em #fff;
    -moz-box-shadow: 0 0 1em #fff;
    box-shadow: 0 0 1em #fff;
}

.video-js {
    background-color: #000;
    position: relative;
    padding: 0;
    font-size: 10px;
    vertical-align: middle;
    font-weight: 400;
    font-style: normal;
    font-family: Arial,sans-serif;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .video-js .vjs-tech {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .video-js:-moz-full-screen {
        position: absolute;
    }

body.vjs-full-window {
    padding: 0;
    margin: 0;
    height: 100%;
    overflow-y: auto;
}

.video-js.vjs-fullscreen {
    position: fixed;
    overflow: hidden;
    z-index: 1000;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
    _position: absolute;
}

.video-js:-webkit-full-screen {
    width: 100% !important;
    height: 100% !important;
}

.video-js.vjs-fullscreen.vjs-user-inactive {
    cursor: none;
}

.vjs-poster {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    background-color: #000;
    cursor: pointer;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

    .vjs-poster img {
        display: block;
        margin: 0 auto;
        max-height: 100%;
        padding: 0;
        width: 100%;
    }

.video-js.vjs-has-started .vjs-poster {
    display: none;
}

.video-js.vjs-audio.vjs-has-started .vjs-poster {
    display: block;
}

.video-js.vjs-controls-disabled .vjs-poster {
    display: none;
}

.video-js.vjs-using-native-controls .vjs-poster {
    display: none;
}

.video-js .vjs-text-track-display {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 3em;
    right: 0;
    pointer-events: none;
}

.vjs-caption-settings {
    position: relative;
    top: 1em;
    background-color: #000;
    opacity: .75;
    color: #FFF;
    margin: 0 auto;
    padding: .5em;
    height: 15em;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    width: 40em;
}

    .vjs-caption-settings .vjs-tracksettings {
        top: 0;
        bottom: 2em;
        left: 0;
        right: 0;
        position: absolute;
        overflow: auto;
    }

    .vjs-caption-settings .vjs-tracksettings-colors, .vjs-caption-settings .vjs-tracksettings-font {
        float: left;
    }

        .vjs-caption-settings .vjs-tracksettings-colors:after, .vjs-caption-settings .vjs-tracksettings-font:after, .vjs-caption-settings .vjs-tracksettings-controls:after {
            clear: both;
        }

    .vjs-caption-settings .vjs-tracksettings-controls {
        position: absolute;
        bottom: 1em;
        right: 1em;
    }

    .vjs-caption-settings .vjs-tracksetting {
        margin: 5px;
        padding: 3px;
        min-height: 40px;
    }

        .vjs-caption-settings .vjs-tracksetting label {
            display: block;
            width: 100px;
            margin-bottom: 5px;
        }

        .vjs-caption-settings .vjs-tracksetting span {
            display: inline;
            margin-left: 5px;
        }

        .vjs-caption-settings .vjs-tracksetting > div {
            margin-bottom: 5px;
            min-height: 20px;
        }

            .vjs-caption-settings .vjs-tracksetting > div:last-child {
                margin-bottom: 0;
                padding-bottom: 0;
                min-height: 0;
            }

    .vjs-caption-settings label > input {
        margin-right: 10px;
    }

    .vjs-caption-settings input[type=button] {
        width: 40px;
        height: 40px;
    }

.vjs-hidden {
    display: none !important;
}

.vjs-lock-showing {
    display: block !important;
    opacity: 1;
    visibility: visible;
}

.vjs-no-js {
    padding: 2em;
    color: #ccc;
    background-color: #333;
    font-size: 1.8em;
    font-family: Arial,sans-serif;
    text-align: center;
    width: 30em;
    height: 15em;
    margin: 0 auto;
}

    .vjs-no-js a, .vjs-no-js a:visited {
        color: #F4A460;
    }

.video-js {
    padding-top: 56.25%;
}

.media-browser .video-js {
    background-color: #C9CCCE;
}

.vjs-fullscreen {
    padding-top: 0px;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -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;
    }

    .animated.bounceIn, .animated.bounceOut, .animated.flipOutX, .animated.flipOutY {
        -webkit-animation-duration: .75s;
        animation-duration: .75s;
    }

@-webkit-keyframes bounce {
    20%,53%,80%,from,to {
        -webkit-animation-timing-function: cubic-bezier(0.215,.61,.355,1);
        animation-timing-function: cubic-bezier(0.215,.61,.355,1);
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    40%,43% {
        -webkit-animation-timing-function: cubic-bezier(0.755,.050,.855,.060);
        animation-timing-function: cubic-bezier(0.755,.050,.855,.060);
        -webkit-transform: translate3d(0,-30px,0);
        transform: translate3d(0,-30px,0);
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755,.050,.855,.060);
        animation-timing-function: cubic-bezier(0.755,.050,.855,.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 {
    20%,53%,80%,from,to {
        -webkit-animation-timing-function: cubic-bezier(0.215,.61,.355,1);
        animation-timing-function: cubic-bezier(0.215,.61,.355,1);
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    40%,43% {
        -webkit-animation-timing-function: cubic-bezier(0.755,.050,.855,.060);
        animation-timing-function: cubic-bezier(0.755,.050,.855,.060);
        -webkit-transform: translate3d(0,-30px,0);
        transform: translate3d(0,-30px,0);
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755,.050,.855,.060);
        animation-timing-function: cubic-bezier(0.755,.050,.855,.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;
    transform-origin: center bottom;
}

@-webkit-keyframes flash {
    50%,from,to {
        opacity: 1;
    }

    25%,75% {
        opacity: 0;
    }
}

@keyframes flash {
    50%,from,to {
        opacity: 1;
    }

    25%,75% {
        opacity: 0;
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash;
}

@-webkit-keyframes pulse {
    from {
        -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);
    }

    to {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1);
    }
}

@keyframes pulse {
    from {
        -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);
    }

    to {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1);
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

@-webkit-keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1);
    }

    30% {
        -webkit-transform: scale3d(1.25,.75,1);
        transform: scale3d(1.25,.75,1);
    }

    40% {
        -webkit-transform: scale3d(0.75,1.25,1);
        transform: scale3d(0.75,1.25,1);
    }

    50% {
        -webkit-transform: scale3d(1.15,.85,1);
        transform: scale3d(1.15,.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);
    }

    to {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1);
    }
}

@keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1);
    }

    30% {
        -webkit-transform: scale3d(1.25,.75,1);
        transform: scale3d(1.25,.75,1);
    }

    40% {
        -webkit-transform: scale3d(0.75,1.25,1);
        transform: scale3d(0.75,1.25,1);
    }

    50% {
        -webkit-transform: scale3d(1.15,.85,1);
        transform: scale3d(1.15,.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);
    }

    to {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1);
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand;
}

@-webkit-keyframes shake {
    from,to {
        -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 {
    from,to {
        -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);
    }

    to {
        -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);
    }

    to {
        -webkit-transform: rotate3d(0,0,1,0deg);
        transform: rotate3d(0,0,1,0deg);
    }
}

.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
}

@-webkit-keyframes tada {
    from {
        -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);
    }

    to {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1);
    }
}

@keyframes tada {
    from {
        -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);
    }

    to {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1);
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}

@-webkit-keyframes wobble {
    from {
        -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);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes wobble {
    from {
        -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);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble;
}

@-webkit-keyframes jello {
    11.1%,from,to {
        -webkit-transform: none;
        transform: none;
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }

    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg);
    }

    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg);
    }

    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg);
    }
}

@keyframes jello {
    11.1%,from,to {
        -webkit-transform: none;
        transform: none;
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }

    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg);
    }

    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg);
    }

    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg);
    }
}

.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    transform-origin: center;
}

@-webkit-keyframes bounceIn {
    20%,40%,60%,80%,from,to {
        -webkit-animation-timing-function: cubic-bezier(0.215,.61,.355,1);
        animation-timing-function: cubic-bezier(0.215,.61,.355,1);
    }

    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);
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1);
    }
}

@keyframes bounceIn {
    20%,40%,60%,80%,from,to {
        -webkit-animation-timing-function: cubic-bezier(0.215,.61,.355,1);
        animation-timing-function: cubic-bezier(0.215,.61,.355,1);
    }

    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);
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1);
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
    60%,75%,90%,from,to {
        -webkit-animation-timing-function: cubic-bezier(0.215,.61,.355,1);
        animation-timing-function: cubic-bezier(0.215,.61,.355,1);
    }

    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);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInDown {
    60%,75%,90%,from,to {
        -webkit-animation-timing-function: cubic-bezier(0.215,.61,.355,1);
        animation-timing-function: cubic-bezier(0.215,.61,.355,1);
    }

    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);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
    60%,75%,90%,from,to {
        -webkit-animation-timing-function: cubic-bezier(0.215,.61,.355,1);
        animation-timing-function: cubic-bezier(0.215,.61,.355,1);
    }

    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);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInLeft {
    60%,75%,90%,from,to {
        -webkit-animation-timing-function: cubic-bezier(0.215,.61,.355,1);
        animation-timing-function: cubic-bezier(0.215,.61,.355,1);
    }

    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);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
    60%,75%,90%,from,to {
        -webkit-animation-timing-function: cubic-bezier(0.215,.61,.355,1);
        animation-timing-function: cubic-bezier(0.215,.61,.355,1);
    }

    from {
        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);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInRight {
    60%,75%,90%,from,to {
        -webkit-animation-timing-function: cubic-bezier(0.215,.61,.355,1);
        animation-timing-function: cubic-bezier(0.215,.61,.355,1);
    }

    from {
        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);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
    60%,75%,90%,from,to {
        -webkit-animation-timing-function: cubic-bezier(0.215,.61,.355,1);
        animation-timing-function: cubic-bezier(0.215,.61,.355,1);
    }

    from {
        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);
    }

    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
}

@keyframes bounceInUp {
    60%,75%,90%,from,to {
        -webkit-animation-timing-function: cubic-bezier(0.215,.61,.355,1);
        animation-timing-function: cubic-bezier(0.215,.61,.355,1);
    }

    from {
        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);
    }

    to {
        -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);
    }

    to {
        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);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3);
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
}

@-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);
    }

    to {
        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);
    }

    to {
        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);
    }

    to {
        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);
    }

    to {
        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);
    }

    to {
        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);
    }

    to {
        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);
    }

    to {
        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);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0);
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px,0,0);
        transform: translate3d(-2000px,0,0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px,0,0);
        transform: translate3d(-2000px,0,0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0);
        transform: translate3d(2000px,0,0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0);
        transform: translate3d(2000px,0,0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,2000px,0);
        transform: translate3d(0,2000px,0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,2000px,0);
        transform: translate3d(0,2000px,0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
    }
}

@keyframes fadeOutDown {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,2000px,0);
        transform: translate3d(0,2000px,0);
    }
}

@keyframes fadeOutDownBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,2000px,0);
        transform: translate3d(0,2000px,0);
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
    }
}

@keyframes fadeOutLeft {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px,0,0);
        transform: translate3d(-2000px,0,0);
    }
}

@keyframes fadeOutLeftBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px,0,0);
        transform: translate3d(-2000px,0,0);
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
    }
}

@keyframes fadeOutRight {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0);
        transform: translate3d(2000px,0,0);
    }
}

@keyframes fadeOutRightBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0);
        transform: translate3d(2000px,0,0);
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
    }
}

@keyframes fadeOutUp {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0);
    }
}

@keyframes fadeOutUpBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0);
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
    from {
        -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;
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

@keyframes flip {
    from {
        -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;
    }

    to {
        -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 {
    from {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
        transform: perspective(400px) rotate3d(1,0,0,90deg);
        -webkit-animation-timing-function: ease-in;
        animation-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-animation-timing-function: ease-in;
        animation-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);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
        transform: perspective(400px) rotate3d(1,0,0,90deg);
        -webkit-animation-timing-function: ease-in;
        animation-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-animation-timing-function: ease-in;
        animation-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);
    }

    to {
        -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 {
    from {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
        transform: perspective(400px) rotate3d(0,1,0,90deg);
        -webkit-animation-timing-function: ease-in;
        animation-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-animation-timing-function: ease-in;
        animation-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);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
        transform: perspective(400px) rotate3d(0,1,0,90deg);
        -webkit-animation-timing-function: ease-in;
        animation-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-animation-timing-function: ease-in;
        animation-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);
    }

    to {
        -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 {
    from {
        -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;
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
        transform: perspective(400px) rotate3d(1,0,0,90deg);
        opacity: 0;
    }
}

@keyframes flipOutX {
    from {
        -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;
    }

    to {
        -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-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
    from {
        -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;
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
        transform: perspective(400px) rotate3d(0,1,0,90deg);
        opacity: 0;
    }
}

@keyframes flipOutY {
    from {
        -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;
    }

    to {
        -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-keyframes lightSpeedIn {
    from {
        -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;
    }

    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes lightSpeedIn {
    from {
        -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;
    }

    to {
        -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 {
    from {
        opacity: 1;
    }

    to {
        -webkit-transform: translate3d(100%,0,0) skewX(30deg);
        transform: translate3d(100%,0,0) skewX(30deg);
        opacity: 0;
    }
}

@keyframes lightSpeedOut {
    from {
        opacity: 1;
    }

    to {
        -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 {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0,0,1,-200deg);
        transform: rotate3d(0,0,1,-200deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0,0,1,-200deg);
        transform: rotate3d(0,0,1,-200deg);
        opacity: 0;
    }

    to {
        -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 {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0,0,1,-45deg);
        transform: rotate3d(0,0,1,-45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0,0,1,-45deg);
        transform: rotate3d(0,0,1,-45deg);
        opacity: 0;
    }

    to {
        -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 {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0,0,1,45deg);
        transform: rotate3d(0,0,1,45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0,0,1,45deg);
        transform: rotate3d(0,0,1,45deg);
        opacity: 0;
    }

    to {
        -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 {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0,0,1,45deg);
        transform: rotate3d(0,0,1,45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0,0,1,45deg);
        transform: rotate3d(0,0,1,45deg);
        opacity: 0;
    }

    to {
        -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 {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0,0,1,-90deg);
        transform: rotate3d(0,0,1,-90deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0,0,1,-90deg);
        transform: rotate3d(0,0,1,-90deg);
        opacity: 0;
    }

    to {
        -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 {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0,0,1,200deg);
        transform: rotate3d(0,0,1,200deg);
        opacity: 0;
    }
}

@keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }

    to {
        -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 {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    to {
        -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 {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    to {
        -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 {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    to {
        -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 {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    to {
        -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 {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    to {
        -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 {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    to {
        -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 {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    to {
        -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 {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    to {
        -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;
    }

    to {
        -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;
    }

    to {
        -webkit-transform: translate3d(0,700px,0);
        transform: translate3d(0,700px,0);
        opacity: 0;
    }
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge;
}

@-webkit-keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);
        transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);
        transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn;
}

@-webkit-keyframes rollOut {
    from {
        opacity: 1;
    }

    to {
        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 {
    from {
        opacity: 1;
    }

    to {
        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 {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3);
    }

    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    from {
        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 {
    from {
        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.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(0.55,.055,.675,.19);
    }

    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,.885,.32,1);
        animation-timing-function: cubic-bezier(0.175,.885,.32,1);
    }
}

@keyframes zoomInDown {
    from {
        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.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(0.55,.055,.675,.19);
    }

    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,.885,.32,1);
        animation-timing-function: cubic-bezier(0.175,.885,.32,1);
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
    from {
        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.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(0.55,.055,.675,.19);
    }

    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,.885,.32,1);
        animation-timing-function: cubic-bezier(0.175,.885,.32,1);
    }
}

@keyframes zoomInLeft {
    from {
        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.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(0.55,.055,.675,.19);
    }

    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,.885,.32,1);
        animation-timing-function: cubic-bezier(0.175,.885,.32,1);
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
    from {
        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.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(0.55,.055,.675,.19);
    }

    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,.885,.32,1);
        animation-timing-function: cubic-bezier(0.175,.885,.32,1);
    }
}

@keyframes zoomInRight {
    from {
        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.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(0.55,.055,.675,.19);
    }

    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,.885,.32,1);
        animation-timing-function: cubic-bezier(0.175,.885,.32,1);
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
    from {
        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.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(0.55,.055,.675,.19);
    }

    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,.885,.32,1);
        animation-timing-function: cubic-bezier(0.175,.885,.32,1);
    }
}

@keyframes zoomInUp {
    from {
        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.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(0.55,.055,.675,.19);
    }

    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,.885,.32,1);
        animation-timing-function: cubic-bezier(0.175,.885,.32,1);
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
    from {
        opacity: 1;
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3);
    }

    to {
        opacity: 0;
    }
}

@keyframes zoomOut {
    from {
        opacity: 1;
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3);
    }

    to {
        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.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(0.55,.055,.675,.19);
    }

    to {
        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,.885,.32,1);
        animation-timing-function: cubic-bezier(0.175,.885,.32,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.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(0.55,.055,.675,.19);
    }

    to {
        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,.885,.32,1);
        animation-timing-function: cubic-bezier(0.175,.885,.32,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);
    }

    to {
        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);
    }

    to {
        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);
    }

    to {
        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);
    }

    to {
        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.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(0.55,.055,.675,.19);
    }

    to {
        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,.885,.32,1);
        animation-timing-function: cubic-bezier(0.175,.885,.32,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.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(0.55,.055,.675,.19);
    }

    to {
        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,.885,.32,1);
        animation-timing-function: cubic-bezier(0.175,.885,.32,1);
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
}

@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
}

@keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
}

@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
}

@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
    }
}

@keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
    }
}

@keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
    }
}

@keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
    }
}

@keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp;
}
