<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">    @media only screen and (min-width: 768px) {
    .show-for-medium,
    .show-for-medium-up {
        display: inherit !important
    }
    .show-for-small {
        display: none !important
    }
    .hide-for-small {
        display: inherit !important
    }
    .hide-for-medium,
    .hide-for-medium-up {
        display: none !important
    }
    table.show-for-medium,
    table.show-for-medium-up,
    table.hide-for-small {
        display: table
    }
    thead.show-for-medium,
    thead.show-for-medium-up,
    thead.hide-for-small {
        display: table-header-group !important
    }
    tbody.show-for-medium,
    tbody.show-for-medium-up,
    tbody.hide-for-small {
        display: table-row-group !important
    }
    tr.show-for-medium,
    tr.show-for-medium-up,
    tr.hide-for-small {
        display: table-row !important
    }
    td.show-for-medium,
    td.show-for-medium-up,
    td.hide-for-small,
    th.show-for-medium,
    th.show-for-medium-up,
    th.hide-for-small {
        display: table-cell !important
    }
    
}

@media only screen and (min-width: 1280px) {
    .show-for-large,
    .show-for-large-up {
        display: inherit !important
    }
    .show-for-medium,
    .show-for-medium-down {
        display: none !important
    }
    .hide-for-medium,
    .hide-for-medium-down {
        display: inherit !important
    }
    .hide-for-large,
    .hide-for-large-up {
        display: none !important
    }
    table.show-for-large,
    table.show-for-large-up,
    table.hide-for-medium,
    table.hide-for-medium-down {
        display: table
    }
    thead.show-for-large,
    thead.show-for-large-up,
    thead.hide-for-medium,
    thead.hide-for-medium-down {
        display: table-header-group !important
    }
    tbody.show-for-large,
    tbody.show-for-large-up,
    tbody.hide-for-medium,
    tbody.hide-for-medium-down {
        display: table-row-group !important
    }
    tr.show-for-large,
    tr.show-for-large-up,
    tr.hide-for-medium,
    tr.hide-for-medium-down {
        display: table-row !important
    }
    td.show-for-large,
    td.show-for-large-up,
    td.hide-for-medium,
    td.hide-for-medium-down,
    th.show-for-large,
    th.show-for-large-up,
    th.hide-for-medium,
    th.hide-for-medium-down {
        display: table-cell !important
    }
}

@media only screen and (min-width: 1440px) {
    .show-for-xlarge {
        display: inherit !important
    }
    .show-for-large,
    .show-for-large-down {
        display: none !important
    }
    .hide-for-large,
    .hide-for-large-down {
        display: inherit !important
    }
    .hide-for-xlarge {
        display: none !important
    }
    table.show-for-xlarge,
    table.hide-for-large,
    table.hide-for-large-down {
        display: table
    }
    thead.show-for-xlarge,
    thead.hide-for-large,
    thead.hide-for-large-down {
        display: table-header-group !important
    }
    tbody.show-for-xlarge,
    tbody.hide-for-large,
    tbody.hide-for-large-down {
        display: table-row-group !important
    }
    tr.show-for-xlarge,
    tr.hide-for-large,
    tr.hide-for-large-down {
        display: table-row !important
    }
    td.show-for-xlarge,
    td.hide-for-large,
    td.hide-for-large-down,
    th.show-for-xlarge,
    th.hide-for-large,
    th.hide-for-large-down {
        display: table-cell !important
    }
}

.show-for-landscape,
.hide-for-portrait {
    display: inherit !important
}

.hide-for-landscape,
.show-for-portrait {
    display: none !important
}

table.hide-for-landscape,
table.show-for-portrait {
    display: table
}

thead.hide-for-landscape,
thead.show-for-portrait {
    display: table-header-group !important
}

tbody.hide-for-landscape,
tbody.show-for-portrait {
    display: table-row-group !important
}

tr.hide-for-landscape,
tr.show-for-portrait {
    display: table-row !important
}

td.hide-for-landscape,
td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
    display: table-cell !important
}

@media only screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
        display: inherit !important
    }
    .hide-for-landscape,
    .show-for-portrait {
        display: none !important
    }
    table.show-for-landscape,
    table.hide-for-portrait {
        display: table
    }
    thead.show-for-landscape,
    thead.hide-for-portrait {
        display: table-header-group !important
    }
    tbody.show-for-landscape,
    tbody.hide-for-portrait {
        display: table-row-group !important
    }
    tr.show-for-landscape,
    tr.hide-for-portrait {
        display: table-row !important
    }
    td.show-for-landscape,
    td.hide-for-portrait,
    th.show-for-landscape,
    th.hide-for-portrait {
        display: table-cell !important
    }
}

@media only screen and (orientation: portrait) {
    .show-for-portrait,
    .hide-for-landscape {
        display: inherit !important
    }
    .hide-for-portrait,
    .show-for-landscape {
        display: none !important
    }
    table.show-for-portrait,
    table.hide-for-landscape {
        display: table
    }
    thead.show-for-portrait,
    thead.hide-for-landscape {
        display: table-header-group !important
    }
    tbody.show-for-portrait,
    tbody.hide-for-landscape {
        display: table-row-group !important
    }
    tr.show-for-portrait,
    tr.hide-for-landscape {
        display: table-row !important
    }
    td.show-for-portrait,
    td.hide-for-landscape,
    th.show-for-portrait,
    th.hide-for-landscape {
        display: table-cell !important
    }
}

.show-for-touch {
    display: none !important
}

.hide-for-touch,
#footerNav {
    display: inherit !important
}

.touch .show-for-touch {
    display: inherit !important
}

.touch .hide-for-touch,
.touch #footerNav {
    display: none !important
}

table.hide-for-touch,
table#footerNav {
    display: table
}

.touch table.show-for-touch {
    display: table
}

thead.hide-for-touch,
thead#footerNav {
    display: table-header-group !important
}

.touch thead.show-for-touch {
    display: table-header-group !important
}

tbody.hide-for-touch,
tbody#footerNav {
    display: table-row-group !important
}

.touch tbody.show-for-touch {
    display: table-row-group !important
}

tr.hide-for-touch,
tr#footerNav {
    display: table-row !important
}

.touch tr.show-for-touch {
    display: table-row !important
}

td.hide-for-touch,
td#footerNav {
    display: table-cell !important
}

.touch td.show-for-touch {
    display: table-cell !important
}

th.hide-for-touch,
th#footerNav {
    display: table-cell !important
}

.touch th.show-for-touch {
    display: table-cell !important
}

@media only screen {
    [class*="block-grid-"] {
        display: block;
        padding: 0;
        margin: 0 -.625em;
        *zoom: 1
    }
    [class*="block-grid-"]:before,
    [class*="block-grid-"]:after {
        content: " ";
        display: table
    }
    [class*="block-grid-"]:after {
        clear: both
    }
    [class*="block-grid-"]&gt;li {
        display: inline;
        height: auto;
        float: left;
        padding: 0 .625em 1.25em
    }
    .small-block-grid-1&gt;li {
        width: 100%;
        padding: 0 .625em 1.25em
    }
    .small-block-grid-1&gt;li:nth-of-type(n) {
        clear: none
    }
    .small-block-grid-1&gt;li:nth-of-type(1n+1) {
        clear: both
    }
    .small-block-grid-2&gt;li {
        width: 50%;
        padding: 0 .625em 1.25em
    }
    .small-block-grid-2&gt;li:nth-of-type(n) {
        clear: none
    }
    .small-block-grid-2&gt;li:nth-of-type(2n+1) {
        clear: both
    }
    .small-block-grid-3&gt;li {
        width: 33.33333%;
        padding: 0 .625em 1.25em
    }
    .small-block-grid-3&gt;li:nth-of-type(n) {
        clear: none
    }
    .small-block-grid-3&gt;li:nth-of-type(3n+1) {
        clear: both
    }
    .small-block-grid-4&gt;li {
        width: 25%;
        padding: 0 .625em 1.25em
    }
    .small-block-grid-4&gt;li:nth-of-type(n) {
        clear: none
    }
    .small-block-grid-4&gt;li:nth-of-type(4n+1) {
        clear: both
    }
    .small-block-grid-5&gt;li {
        width: 20%;
        padding: 0 .625em 1.25em
    }
    .small-block-grid-5&gt;li:nth-of-type(n) {
        clear: none
    }
    .small-block-grid-5&gt;li:nth-of-type(5n+1) {
        clear: both
    }
    .small-block-grid-6&gt;li {
        width: 16.66667%;
        padding: 0 .625em 1.25em
    }
    .small-block-grid-6&gt;li:nth-of-type(n) {
        clear: none
    }
    .small-block-grid-6&gt;li:nth-of-type(6n+1) {
        clear: both
    }
    .small-block-grid-7&gt;li {
        width: 14.28571%;
        padding: 0 .625em 1.25em
    }
    .small-block-grid-7&gt;li:nth-of-type(n) {
        clear: none
    }
    .small-block-grid-7&gt;li:nth-of-type(7n+1) {
        clear: both
    }
    .small-block-grid-8&gt;li {
        width: 12.5%;
        padding: 0 .625em 1.25em
    }
    .small-block-grid-8&gt;li:nth-of-type(n) {
        clear: none
    }
    .small-block-grid-8&gt;li:nth-of-type(8n+1) {
        clear: both
    }
    .small-block-grid-9&gt;li {
        width: 11.11111%;
        padding: 0 .625em 1.25em
    }
    .small-block-grid-9&gt;li:nth-of-type(n) {
        clear: none
    }
    .small-block-grid-9&gt;li:nth-of-type(9n+1) {
        clear: both
    }
    .small-block-grid-10&gt;li {
        width: 10%;
        padding: 0 .625em 1.25em
    }
    .small-block-grid-10&gt;li:nth-of-type(n) {
        clear: none
    }
    .small-block-grid-10&gt;li:nth-of-type(10n+1) {
        clear: both
    }
    .small-block-grid-11&gt;li {
        width: 9.09091%;
        padding: 0 .625em 1.25em
    }
    .small-block-grid-11&gt;li:nth-of-type(n) {
        clear: none
    }
    .small-block-grid-11&gt;li:nth-of-type(11n+1) {
        clear: both
    }
    .small-block-grid-12&gt;li {
        width: 8.33333%;
        padding: 0 .625em 1.25em
    }
    .small-block-grid-12&gt;li:nth-of-type(n) {
        clear: none
    }
    .small-block-grid-12&gt;li:nth-of-type(12n+1) {
        clear: both
    }
}

@media only screen and (min-width: 768px) {
    .small-block-grid-1&gt;li:nth-of-type(1n+1) {
        clear: none
    }
    .small-block-grid-2&gt;li:nth-of-type(2n+1) {
        clear: none
    }
    .small-block-grid-3&gt;li:nth-of-type(3n+1) {
        clear: none
    }
    .small-block-grid-4&gt;li:nth-of-type(4n+1) {
        clear: none
    }
    .small-block-grid-5&gt;li:nth-of-type(5n+1) {
        clear: none
    }
    .small-block-grid-6&gt;li:nth-of-type(6n+1) {
        clear: none
    }
    .small-block-grid-7&gt;li:nth-of-type(7n+1) {
        clear: none
    }
    .small-block-grid-8&gt;li:nth-of-type(8n+1) {
        clear: none
    }
    .small-block-grid-9&gt;li:nth-of-type(9n+1) {
        clear: none
    }
    .small-block-grid-10&gt;li:nth-of-type(10n+1) {
        clear: none
    }
    .small-block-grid-11&gt;li:nth-of-type(11n+1) {
        clear: none
    }
    .small-block-grid-12&gt;li:nth-of-type(12n+1) {
        clear: none
    }
    .large-block-grid-1&gt;li {
        width: 100%;
        padding: 0 .625em 1.25em
    }
    .large-block-grid-1&gt;li:nth-of-type(n) {
        clear: none
    }
    .large-block-grid-1&gt;li:nth-of-type(1n+1) {
        clear: both
    }
    .large-block-grid-2&gt;li {
        width: 50%;
        padding: 0 .625em 1.25em
    }
    .large-block-grid-2&gt;li:nth-of-type(n) {
        clear: none
    }
    .large-block-grid-2&gt;li:nth-of-type(2n+1) {
        clear: both
    }
    .large-block-grid-3&gt;li {
        width: 33.33333%;
        padding: 0 .625em 1.25em
    }
    .large-block-grid-3&gt;li:nth-of-type(n) {
        clear: none
    }
    .large-block-grid-3&gt;li:nth-of-type(3n+1) {
        clear: both
    }
    .large-block-grid-4&gt;li {
        width: 25%;
        padding: 0 .625em 1.25em
    }
    .large-block-grid-4&gt;li:nth-of-type(n) {
        clear: none
    }
    .large-block-grid-4&gt;li:nth-of-type(4n+1) {
        clear: both
    }
    .large-block-grid-5&gt;li {
        width: 20%;
        padding: 0 .625em 1.25em
    }
    .large-block-grid-5&gt;li:nth-of-type(n) {
        clear: none
    }
    .large-block-grid-5&gt;li:nth-of-type(5n+1) {
        clear: both
    }
    .large-block-grid-6&gt;li {
        width: 16.66667%;
        padding: 0 .625em 1.25em
    }
    .large-block-grid-6&gt;li:nth-of-type(n) {
        clear: none
    }
    .large-block-grid-6&gt;li:nth-of-type(6n+1) {
        clear: both
    }
    .large-block-grid-7&gt;li {
        width: 14.28571%;
        padding: 0 .625em 1.25em
    }
    .large-block-grid-7&gt;li:nth-of-type(n) {
        clear: none
    }
    .large-block-grid-7&gt;li:nth-of-type(7n+1) {
        clear: both
    }
    .large-block-grid-8&gt;li {
        width: 12.5%;
        padding: 0 .625em 1.25em
    }
    .large-block-grid-8&gt;li:nth-of-type(n) {
        clear: none
    }
    .large-block-grid-8&gt;li:nth-of-type(8n+1) {
        clear: both
    }
    .large-block-grid-9&gt;li {
        width: 11.11111%;
        padding: 0 .625em 1.25em
    }
    .large-block-grid-9&gt;li:nth-of-type(n) {
        clear: none
    }
    .large-block-grid-9&gt;li:nth-of-type(9n+1) {
        clear: both
    }
    .large-block-grid-10&gt;li {
        width: 10%;
        padding: 0 .625em 1.25em
    }
    .large-block-grid-10&gt;li:nth-of-type(n) {
        clear: none
    }
    .large-block-grid-10&gt;li:nth-of-type(10n+1) {
        clear: both
    }
    .large-block-grid-11&gt;li {
        width: 9.09091%;
        padding: 0 .625em 1.25em
    }
    .large-block-grid-11&gt;li:nth-of-type(n) {
        clear: none
    }
    .large-block-grid-11&gt;li:nth-of-type(11n+1) {
        clear: both
    }
    .large-block-grid-12&gt;li {
        width: 8.33333%;
        padding: 0 .625em 1.25em
    }
    .large-block-grid-12&gt;li:nth-of-type(n) {
        clear: none
    }
    .large-block-grid-12&gt;li:nth-of-type(12n+1) {
        clear: both
    }
}

p.lead {
    font-size: 1.21875em;
    line-height: 1.6
}

.subheader {
    line-height: 1.4;
    color: #6f6f6f;
    font-weight: 300;
    margin-top: .2em;
    margin-bottom: .5em
}

div,
dl,
dt,
dd,
ul,
ol,
li,

pre,
form,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
    direction: ltr
}



a img {
    border: none
}



p aside {
    font-size: .875em;
    line-height: 1.35;
    font-style: italic
}



h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
    font-size: 60%;
    color: #6f6f6f;
    line-height: 0
}



hr {
    border: solid #ddd;
    border-width: 1px 0 0;
    clear: both;
    margin: 1.25em 0 1.1875em;
    height: 0
}

em,
i {
    font-style: italic;
    line-height: inherit
}

strong,
b {
    font-weight: bold;
    line-height: inherit
}

small {
    font-size: 60%;
    line-height: inherit
}

code {
    font-family: Consolas, "Liberation Mono", Courier, monospace;
    font-weight: bold;
    color: #7f0a0c
}

ul,
ol,
dl {
    font-size: 0.9em;
    line-height: 1.6;
    margin-bottom: 1.25em;
    list-style-position: outside;
}

ul,
ol {
    margin-left: 0
}

ul.no-bullet,
ol.no-bullet {
    margin-left: 0
}

ul li ul,
ul li ol {
    margin-left: 1.25em;
    margin-bottom: 0;
    font-size: 1em
}

ul.square li ul,
ul.circle li ul,
ul.disc li ul {
    list-style: inherit
}

ul.square {
    list-style-type: square
}

ul.circle {
    list-style-type: circle
}

ul.disc {
    list-style-type: disc
}

ul.no-bullet {
    list-style: none
}

ol li ul,
ol li ol {
    margin-left: 1.25em;
    margin-bottom: 0
}

dl dt {
    margin-bottom: .3em;
    font-weight: bold
}

dl dd {
    margin-bottom: .75em
}

abbr,
acronym {
    text-transform: uppercase;
    font-size: 90%;
    color: #222;
    border-bottom: 1px dotted #ddd;
    cursor: help
}

abbr {
    text-transform: none
}

blockquote {
    margin: 0 0 1.25em;
    padding: .5625em 1.25em 0 1.1875em;
    border-left: 1px solid #ddd
}

blockquote cite {
    display: block;
    font-size: .8125em;
    color: #555
}

blockquote cite:before {
    content: "\2014 \0020"
}

blockquote cite a,
blockquote cite a:visited {
    color: #555
}

blockquote,
blockquote p {
    line-height: 1.6;
    color: #6f6f6f
}

.vcard {
    display: inline-block;
    margin: 0;
    border: 0 solid #ddd;
    padding: 0
}

.vcard li {
    margin: 0;
    display: block
}

.vcard .fn {
    font-weight: bold;
    font-size: .9375em
}

.vevent .summary {
    font-weight: bold
}

.vevent abbr {
    cursor: default;
    text-decoration: none;
    font-weight: bold;
    border: none;
    padding: 0 .0625em
}



.print-only {
    display: none !important
}

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important
    }
    a,
    a:visited {
        text-decoration: underline
    }
    a[href]:after {
        content: " (" attr(href) ")"
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: ""
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    tr,
    img {
        page-break-inside: avoid
    }
    img {
        max-width: 100% !important
    }
    @page {
        margin: 0.5cm
    }
    
    .hide-on-print {
        display: none !important
    }
    .print-only {
        display: block !important
    }
    .hide-for-print {
        display: none !important
    }
    .show-for-print {
        display: inherit !important
    }
}



[data-section='']&gt;section.active&gt;[data-section-content],
[data-section='']&gt;section.active&gt;.content,
[data-section='']&gt;.section.active&gt;[data-section-content],
[data-section='']&gt;.section.active&gt;.content,
[data-section='']&gt;[data-section-region].active&gt;[data-section-content],
[data-section='']&gt;[data-section-region].active&gt;.content,
[data-section='auto']&gt;section.active&gt;[data-section-content],
[data-section='auto']&gt;section.active&gt;.content,
[data-section='auto']&gt;.section.active&gt;[data-section-content],
[data-section='auto']&gt;.section.active&gt;.content,
[data-section='auto']&gt;[data-section-region].active&gt;[data-section-content],
[data-section='auto']&gt;[data-section-region].active&gt;.content,
.section-container.auto&gt;section.active&gt;[data-section-content],
.section-container.auto&gt;section.active&gt;.content,
.section-container.auto&gt;.section.active&gt;[data-section-content],
.section-container.auto&gt;.section.active&gt;.content,
.section-container.auto&gt;[data-section-region].active&gt;[data-section-content],
.section-container.auto&gt;[data-section-region].active&gt;.content,
[data-section='vertical-tabs']&gt;section.active&gt;[data-section-content],
[data-section='vertical-tabs']&gt;section.active&gt;.content,
[data-section='vertical-tabs']&gt;.section.active&gt;[data-section-content],
[data-section='vertical-tabs']&gt;.section.active&gt;.content,
[data-section='vertical-tabs']&gt;[data-section-region].active&gt;[data-section-content],
[data-section='vertical-tabs']&gt;[data-section-region].active&gt;.content,
.section-container.vertical-tabs&gt;section.active&gt;[data-section-content],
.section-container.vertical-tabs&gt;section.active&gt;.content,
.section-container.vertical-tabs&gt;.section.active&gt;[data-section-content],
.section-container.vertical-tabs&gt;.section.active&gt;.content,
.section-container.vertical-tabs&gt;[data-section-region].active&gt;[data-section-content],
.section-container.vertical-tabs&gt;[data-section-region].active&gt;.content,
[data-section='vertical-nav']&gt;section.active&gt;[data-section-content],
[data-section='vertical-nav']&gt;section.active&gt;.content,
[data-section='vertical-nav']&gt;.section.active&gt;[data-section-content],
[data-section='vertical-nav']&gt;.section.active&gt;.content,
[data-section='vertical-nav']&gt;[data-section-region].active&gt;[data-section-content],
[data-section='vertical-nav']&gt;[data-section-region].active&gt;.content,
.section-container.vertical-nav&gt;section.active&gt;[data-section-content],
.section-container.vertical-nav&gt;section.active&gt;.content,
.section-container.vertical-nav&gt;.section.active&gt;[data-section-content],
.section-container.vertical-nav&gt;.section.active&gt;.content,
.section-container.vertical-nav&gt;[data-section-region].active&gt;[data-section-content],
.section-container.vertical-nav&gt;[data-section-region].active&gt;.content,
[data-section='horizontal-nav']&gt;section.active&gt;[data-section-content],
[data-section='horizontal-nav']&gt;section.active&gt;.content,
[data-section='horizontal-nav']&gt;.section.active&gt;[data-section-content],
[data-section='horizontal-nav']&gt;.section.active&gt;.content,
[data-section='horizontal-nav']&gt;[data-section-region].active&gt;[data-section-content],
[data-section='horizontal-nav']&gt;[data-section-region].active&gt;.content,
.section-container.horizontal-nav&gt;section.active&gt;[data-section-content],
.section-container.horizontal-nav&gt;section.active&gt;.content,
.section-container.horizontal-nav&gt;.section.active&gt;[data-section-content],
.section-container.horizontal-nav&gt;.section.active&gt;.content,
.section-container.horizontal-nav&gt;[data-section-region].active&gt;[data-section-content],
.section-container.horizontal-nav&gt;[data-section-region].active&gt;.content,
[data-section='accordion']&gt;section.active&gt;[data-section-content],
[data-section='accordion']&gt;section.active&gt;.content,
[data-section='accordion']&gt;.section.active&gt;[data-section-content],
[data-section='accordion']&gt;.section.active&gt;.content,
[data-section='accordion']&gt;[data-section-region].active&gt;[data-section-content],
[data-section='accordion']&gt;[data-section-region].active&gt;.content,
.section-container.accordion&gt;section.active&gt;[data-section-content],
.section-container.accordion&gt;section.active&gt;.content,
.section-container.accordion&gt;.section.active&gt;[data-section-content],
.section-container.accordion&gt;.section.active&gt;.content,
.section-container.accordion&gt;[data-section-region].active&gt;[data-section-content],
.section-container.accordion&gt;[data-section-region].active&gt;.content {
    display: block
}

[data-section='']&gt;section:not(.active),
[data-section='']&gt;.section:not(.active),
[data-section='']&gt;[data-section-region]:not(.active),
[data-section='auto']&gt;section:not(.active),
[data-section='auto']&gt;.section:not(.active),
[data-section='auto']&gt;[data-section-region]:not(.active),
.section-container.auto&gt;section:not(.active),
.section-container.auto&gt;.section:not(.active),
.section-container.auto&gt;[data-section-region]:not(.active),
[data-section='vertical-tabs']&gt;section:not(.active),
[data-section='vertical-tabs']&gt;.section:not(.active),
[data-section='vertical-tabs']&gt;[data-section-region]:not(.active),
.section-container.vertical-tabs&gt;section:not(.active),
.section-container.vertical-tabs&gt;.section:not(.active),
.section-container.vertical-tabs&gt;[data-section-region]:not(.active),
[data-section='vertical-nav']&gt;section:not(.active),
[data-section='vertical-nav']&gt;.section:not(.active),
[data-section='vertical-nav']&gt;[data-section-region]:not(.active),
.section-container.vertical-nav&gt;section:not(.active),
.section-container.vertical-nav&gt;.section:not(.active),
.section-container.vertical-nav&gt;[data-section-region]:not(.active),
[data-section='horizontal-nav']&gt;section:not(.active),
[data-section='horizontal-nav']&gt;.section:not(.active),
[data-section='horizontal-nav']&gt;[data-section-region]:not(.active),
.section-container.horizontal-nav&gt;section:not(.active),
.section-container.horizontal-nav&gt;.section:not(.active),
.section-container.horizontal-nav&gt;[data-section-region]:not(.active),
[data-section='accordion']&gt;section:not(.active),
[data-section='accordion']&gt;.section:not(.active),
[data-section='accordion']&gt;[data-section-region]:not(.active),
.section-container.accordion&gt;section:not(.active),
.section-container.accordion&gt;.section:not(.active),
.section-container.accordion&gt;[data-section-region]:not(.active) {
    padding: 0 !important
}

[data-section='']&gt;section&gt;[data-section-title],
[data-section='']&gt;section&gt;.title,
[data-section='']&gt;.section&gt;[data-section-title],
[data-section='']&gt;.section&gt;.title,
[data-section='']&gt;[data-section-region]&gt;[data-section-title],
[data-section='']&gt;[data-section-region]&gt;.title,
[data-section='auto']&gt;section&gt;[data-section-title],
[data-section='auto']&gt;section&gt;.title,
[data-section='auto']&gt;.section&gt;[data-section-title],
[data-section='auto']&gt;.section&gt;.title,
[data-section='auto']&gt;[data-section-region]&gt;[data-section-title],
[data-section='auto']&gt;[data-section-region]&gt;.title,
.section-container.auto&gt;section&gt;[data-section-title],
.section-container.auto&gt;section&gt;.title,
.section-container.auto&gt;.section&gt;[data-section-title],
.section-container.auto&gt;.section&gt;.title,
.section-container.auto&gt;[data-section-region]&gt;[data-section-title],
.section-container.auto&gt;[data-section-region]&gt;.title,
[data-section='vertical-tabs']&gt;section&gt;[data-section-title],
[data-section='vertical-tabs']&gt;section&gt;.title,
[data-section='vertical-tabs']&gt;.section&gt;[data-section-title],
[data-section='vertical-tabs']&gt;.section&gt;.title,
[data-section='vertical-tabs']&gt;[data-section-region]&gt;[data-section-title],
[data-section='vertical-tabs']&gt;[data-section-region]&gt;.title,
.section-container.vertical-tabs&gt;section&gt;[data-section-title],
.section-container.vertical-tabs&gt;section&gt;.title,
.section-container.vertical-tabs&gt;.section&gt;[data-section-title],
.section-container.vertical-tabs&gt;.section&gt;.title,
.section-container.vertical-tabs&gt;[data-section-region]&gt;[data-section-title],
.section-container.vertical-tabs&gt;[data-section-region]&gt;.title,
[data-section='vertical-nav']&gt;section&gt;[data-section-title],
[data-section='vertical-nav']&gt;section&gt;.title,
[data-section='vertical-nav']&gt;.section&gt;[data-section-title],
[data-section='vertical-nav']&gt;.section&gt;.title,
[data-section='vertical-nav']&gt;[data-section-region]&gt;[data-section-title],
[data-section='vertical-nav']&gt;[data-section-region]&gt;.title,
.section-container.vertical-nav&gt;section&gt;[data-section-title],
.section-container.vertical-nav&gt;section&gt;.title,
.section-container.vertical-nav&gt;.section&gt;[data-section-title],
.section-container.vertical-nav&gt;.section&gt;.title,
.section-container.vertical-nav&gt;[data-section-region]&gt;[data-section-title],
.section-container.vertical-nav&gt;[data-section-region]&gt;.title,
[data-section='horizontal-nav']&gt;section&gt;[data-section-title],
[data-section='horizontal-nav']&gt;section&gt;.title,
[data-section='horizontal-nav']&gt;.section&gt;[data-section-title],
[data-section='horizontal-nav']&gt;.section&gt;.title,
[data-section='horizontal-nav']&gt;[data-section-region]&gt;[data-section-title],
[data-section='horizontal-nav']&gt;[data-section-region]&gt;.title,
.section-container.horizontal-nav&gt;section&gt;[data-section-title],
.section-container.horizontal-nav&gt;section&gt;.title,
.section-container.horizontal-nav&gt;.section&gt;[data-section-title],
.section-container.horizontal-nav&gt;.section&gt;.title,
.section-container.horizontal-nav&gt;[data-section-region]&gt;[data-section-title],
.section-container.horizontal-nav&gt;[data-section-region]&gt;.title,
[data-section='accordion']&gt;section&gt;[data-section-title],
[data-section='accordion']&gt;section&gt;.title,
[data-section='accordion']&gt;.section&gt;[data-section-title],
[data-section='accordion']&gt;.section&gt;.title,
[data-section='accordion']&gt;[data-section-region]&gt;[data-section-title],
[data-section='accordion']&gt;[data-section-region]&gt;.title,
.section-container.accordion&gt;section&gt;[data-section-title],
.section-container.accordion&gt;section&gt;.title,
.section-container.accordion&gt;.section&gt;[data-section-title],
.section-container.accordion&gt;.section&gt;.title,
.section-container.accordion&gt;[data-section-region]&gt;[data-section-title],
.section-container.accordion&gt;[data-section-region]&gt;.title {
    width: 100%
}

.section-container.auto,
.section-container.vertical-tabs,
.section-container.vertical-nav,
.section-container.horizontal-nav,
.section-container.accordion {
    border-top: 1px solid #ccc
}

@media only screen and (min-width: 0px) {
    #sidebar {
        padding: 50px 20px 20px;
        position: fixed;
        right: -80%;
        top: 0;
        height: 100%;
        margin-bottom: 30px;
        width: 80%;
        z-index: 10;
        background-color: #fff;
        -webkit-transition: right 250ms linear;
        -moz-transition: right 250ms linear;
        -ms-transition: right 250ms linear;
        -o-transition: right 250ms linear;
        transition: right 250ms linear
    }
    #sidebar .scrollable {
        height: 100%;
        overflow: scroll
    }
    #sidebar #toggle-sidebar {
        display: block;
        position: absolute;
        top: 200px;
        left: -37px;
        width: 37px;
        height: 37px;
        background-color: #fff
    }
    #sidebar #toggle-sidebar:before {
        content: "+";
        line-height: 35px;
        width: 37px;
        position: absolute;
        left: 0;
        top: 0;
        text-align: center;
        color: #000;
        font-weight: bold;
        font-size: 26px
    }
    #sidebar.visible {
        right: 0
    }
    #sidebar.visible #toggle-sidebar:before {
        content: "-"
    }
}

@media only screen and (min-width: 1024px) {
    #sidebar {
        position: relative;
        right: auto;
        top: auto
    }
    #sidebar .scrollable {
        height: auto;
        overflow: visible
    }
    #sidebar #toggle-sidebar {
        display: none
    }
}

.home #content {
    margin-top: 0
}

.home h1 {
    margin: 0;
    font-size: 1em
}

#block-container .block {
    position: relative;
    padding-left: .9375em;
    padding-right: .9375em;
    width: 33.33333%;
    float: left;
    padding-top: .5em;
    padding-bottom: .5em
}

.bx-wrapper {
    position: relative;
    margin: 0 auto 0px;
    padding: 0;
    *zoom: 1;
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.bx-wrapper img {
    max-width: 100%;
    display: block
}

.bxslider {
    margin: 0;
    padding: 0
}

ul.bxslider {
    list-style: none
}

.bx-viewport {
    -webkit-transform: translatez(0)
}

@media all and (max-width: 1025px) {
    .bx-viewport {
        max-height: 433px !important
    }
}

.bx-wrapper {
    -webkit-box-shadow: 0 0 5px #ccc;
    box-shadow: none;
    border: none;
    background: #fff
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: -30px;
    width: 100%
}

.bx-pager {
    display: none
}

.bx-wrapper .bx-loading {
    min-height: 50px;
    background: url("images/bx_loader.gif.html") center center no-repeat #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000
}

.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
    padding-top: 20px
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #666;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    border-radius: 5px
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
    background: #000
}

.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline
}

.bx-wrapper .bx-pager-item {
    font-size: 0;
    line-height: 0
}

.bx-wrapper .bx-prev {
    left: 10px;
    background: url("images/controls.png.html") no-repeat 0 -32px
}

.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
    background-position: 0 0
}

.bx-wrapper .bx-next {
    right: 10px;
    background: url("images/controls.png.html") no-repeat -43px -32px
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9999
}

.bx-wrapper .bx-controls-direction a.disabled {
    display: none
}

.bx-wrapper .bx-controls-auto {
    text-align: center
}

.bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    background: url("images/controls.png.html") -86px -11px no-repeat;
    margin: 0 3px
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
    background-position: -86px 0
}

.bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    background: url("images/controls.png.html") -86px -44px no-repeat;
    margin: 0 3px
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
    background-position: -86px -33px
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px
}

.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666;
    background: rgba(80, 80, 80, 0.75);
    width: 100%
}

.bx-wrapper .bx-caption span {
    color: #fff;
    font-family: Arial;
    display: block;
    font-size: .85em;
    padding: 10px
}



.geo-element {
    display: none
}

.geo-element.geo-default {
    display: block
}

body.TX .geo-element.geo-default,
body.MI .geo-element.geo-default,
body.IN .geo-element.geo-default {
    display: none
}

body.TX .geo-element.geo-texas {
    display: block
}

body.MI .geo-element.geo-michigan {
    display: block
}

body.IN .geo-element.geo-indiana {
    display: block
}

.noJS .hero-wrap .bxslider .slide {
    padding-bottom: 2rem;
    display: none
}

.noJS .hero-wrap .bxslider .slide h1 {
    margin-top: 0;
    padding-top: 11rem
}

.noJS .hero-wrap .bxslider .slide a {
    margin-bottom: 0
}

.noJS .hero-wrap .bxslider .slide:first-child {
    display: block
}

.head-wrap {
    position: fixed;
    z-index: 100000;
    height: 122px;
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    margin-top: 15px
}

.head-wrap .top-head-row {
    height: 80px;
    background: url("../images/top-head-diag.png") right no-repeat
}

.head-wrap .top-head-row .head-inf-wrap {
    float: none;
    height: 41px;
    width: 412px;
    min-width: 412px;
    width: auto;
    box-sizing: border-box;
    padding-top: 1rem
}

.head-wrap .top-head-row .head-inf-wrap .inf-act {
    float: right;
    height: 100%;
    width: 200px;
    width: 184px;
    height: auto
}

.head-wrap .top-head-row .head-inf-wrap .inf-act h2 {
    font-size: 1.3rem;
    text-align: right;
    margin: 0px;
    color: #39a0d1
}

.head-wrap .top-head-row .head-inf-wrap .inf-act h4 {
    color: #ff8617;
    font-weight: normal;
    font-style: italic;
    font-size: .8rem;
    text-align: right
}

.head-wrap .top-head-row .head-inf-wrap a {
    float: right;
    height: 41px;
    margin-left: 10px;
    width: auto;
    padding-left: 3%;
    padding-right: 3%;
    color: white;
    margin-top: .2rem;
    text-align: center;
    line-height: 2.45rem;
    font-size: 0.8rem;
    
}

.head-wrap .top-head-row .head-inf-wrap a img {
    margin-top: -4px;
    margin-right: 2px
}

.head-wrap .bot-head-row-wrap {
    background: #39a0d1;
    border-top: 1px solid #f89a2d
}

.head-wrap .bot-head-row-wrap .bot-head-row {
    height: 41px
}

.head-wrap .top-nav-bar {
    margin-top: 2px;
    height: 41px
}

.head-wrap .top-nav-bar form {
    height: 41px;
    width: 250px;
    float: right;
    margin-top: -2px
}

.head-wrap .top-nav-bar form #gmw-submit-1,
.head-wrap .top-nav-bar form .submit-btn {
    width: 15%;
    height: 41px;
    float: left;
    border: none;
    border-right: 1px solid #63b0d5;
    border-left: 1px solid #63b0d5;
    box-sizing: border-box;
    font-size: .000001rem;
    color: transparent;
    background: none;
    background: url("../images/mag-img.png") center no-repeat;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out
}

.head-wrap .top-nav-bar form #gmw-submit-1:hover,
.head-wrap .top-nav-bar form .submit-btn:hover {
    background-color: #63b0d5;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out
}

.head-wrap .top-nav-bar form .sear-field input {
    width: 85%;
    height: 41px;
    float: right;
    border: none;
    border-right: 1px solid #63b0d5;
    box-sizing: border-box;
    background: none;
    color: #d9ebf5;
    font-style: italic
}

.head-wrap .top-nav-bar form .sear-field input:focus {
    outline: none !important;
    box-shadow: none !important
}

.head-wrap .top-nav-bar form .sear-field input:active {
    outline: none !important;
    box-shadow: none !important
}

.head-wrap .top-nav-bar form::-webkit-input-placeholder {
    color: #d9ebf5;
    font-style: italic
}

.head-wrap .top-nav-bar form:-moz-placeholder {
    color: #d9ebf5;
    font-style: italic
}

.head-wrap .top-nav-bar form::-moz-placeholder {
    color: #d9ebf5;
    font-style: italic
}

.head-wrap .top-nav-bar form:-ms-input-placeholder {
    color: #d9ebf5;
    font-style: italic
}

.head-wrap .top-nav-bar ul {
    list-style: none;
    height: 38px;
    margin: 0;
    float: left;
    min-width: 170px
}

.head-wrap .top-nav-bar ul li {
    float: left;
    display: block;
    height: 100%;
    margin-right: 2rem
}

.head-wrap .top-nav-bar ul li:hover&gt;ul {
    display: block
}

.head-wrap .top-nav-bar ul li ul {
    display: none;
    position: absolute;
    background: rgba(255, 255, 255, 0.99);
    height: auto;
    box-sizing: border-box;
    padding: 10px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    width: auto;
    text-align: left
}

.head-wrap .top-nav-bar ul li ul li {
    display: block;
    height: 100%;
    margin-right: 2rem;
    clear: both;
    width: 100%
}

.head-wrap .top-nav-bar ul li ul li:last-child a {
    border-bottom: none
}

.head-wrap .top-nav-bar ul li ul li:last-child a:hover {
    border-bottom: none
}

.head-wrap .top-nav-bar ul li ul li a {
    color: #39a0d1;
    padding-left: 5px;
    border-bottom: 1px solid #EAEAEA;
    box-sizing: border-box;
    width: 100%;
    display: block;
    text-align: left
}

.head-wrap .top-nav-bar ul li ul li a:hover {
    border-bottom: 1px solid #EAEAEA;
    color: white;
    background: #39a0d1;
    line-height: 2.1rem
}

.head-wrap .top-nav-bar ul li ul li ul {
    float: none;
    right: -26%;
    min-width: 280px;
    background: #F1FBFF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.head-wrap .top-nav-bar ul li:last-child {
    margin-right: 0
}

.head-wrap .top-nav-bar ul li a {
    color: white;
    font-family: "Open Sans", sans-serif;
    text-transform: capitalize;
    font-size: 1rem;
    display: block;
    height: 100%;
    line-height: 2.1rem;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out
}

.head-wrap .top-nav-bar ul li a:hover {
    border-bottom: 2px solid #efaf4a;
    line-height: 2.3rem;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out
}

.head-wrap .head-logo {
    height: 100%;
    margin-top: 0.6rem
}

.mob-head-wrap {
    height: auto;
    background: rgba(255, 255, 255, 0.8)
}

.mob-head-wrap .head-logo {
    margin: 0 auto;
    width: 256px;
    display: block
}

@media all and (max-width: 333px) {
    .mob-head-wrap .head-logo {
        width: auto
    }
}

.mob-head-wrap .logo-con {
    width: 100%;
    margin-top: 3.3%
}

.mob-head-wrap .menu-btn {
    font-family: 'Poppins', sans-serif;font-weight:400;font-style:normal;
    height: 40px;
    color: white;
    
    text-align: center;
    line-height: 2.7;
    font-size: 15px;
    display: block;
    width: 100%;
    width: 50%;
    float: left;
    border-bottom: 1px solid #ef4b4b;
    background: url("../images/hamburger.svg") left no-repeat #ef4b4b;
    background-position: 32px 50%;
}

@media all and (max-width: 380px) {
    .mob-head-wrap .menu-btn {
        text-align: center;
        text-indent: 40px
    }
}

.mob-head-wrap .dir-btn {
    font-family: 'Poppins', sans-serif;font-weight:400;font-style:normal;
    height: 40px;
    color: white;
    text-align: center;
    line-height: 2.7;
    font-size: 15px;
    display: block;
   
    width: 100%;
    float: left;
    background: #E88610;
}

.mob-head-wrap .tel-btn {
    font-family: 'Poppins', sans-serif;font-weight:400;font-style:normal;
    height: 40px;
    color: white;
    text-align: center;
    line-height: 2.7;
    font-size: 15px;
    display: block;
    width: 50%;
    float: right;
    background: url("../images/mob-phone.svg") left no-repeat #253833;
    background-position: 20px 50%;
    border-bottom: 1px solid #253833;
    border-right: 2px solid #253833;
   
}

@media all and (max-width: 380px) {
    .mob-head-wrap .tel-btn {
        text-align: left;
        pading-left: 20px;
        text-indent: 40px
    }
}

.mob-head-wrap .mob-men-wrap ul,
.mob-head-wrap .dir-men,
.mob-head-wrap .mob-men {
    list-style: none;
    background: white;
    margin: 0;
    display: none;
    z-index: 999999;
    width: 100%
}

.mob-head-wrap .mob-men-wrap ul li ul,
.mob-head-wrap .dir-men li ul,
.mob-head-wrap .mob-men li ul {
    display: none;
    list-style: none;
    margin-left: 0px
}

.mob-head-wrap .mob-men-wrap ul li ul li a,
.mob-head-wrap .dir-men li ul li a,
.mob-head-wrap .mob-men li ul li a {
    background: #F7FBFF;
    border-bottom: 1px solid #E5EFF8
}

.mob-head-wrap .mob-men-wrap ul li a,
.mob-head-wrap .dir-men li a,
.mob-head-wrap .mob-men li a {
    display: block;
    text-align: center;
    width: 100%;
   font-family: 'Poppins', sans-serif;font-weight:400;font-style:normal;
    font-size: 14px;
    color: #213F5F;
   padding:10px;
    border-bottom: 1px solid #D9EDFD
}

.mob-head-wrap .mob-men-wrap ul li a:hover,
.mob-head-wrap .dir-men li a:hover,
.mob-head-wrap .mob-men li a:hover {
    background: #D9EDFD
}

.mob-head-wrap .mob-men-wrap ul .hasdrp1,
.mob-head-wrap .mob-men-wrap ul .hasdrp2,
.mob-head-wrap .mob-men-wrap ul .hasdrp3,
.mob-head-wrap .mob-men-wrap ul .hasdrp4,
.mob-head-wrap .mob-men-wrap ul .hasdrp5,
.mob-head-wrap .dir-men .hasdrp1,
.mob-head-wrap .dir-men .hasdrp2,
.mob-head-wrap .dir-men .hasdrp3,
.mob-head-wrap .dir-men .hasdrp4,
.mob-head-wrap .dir-men .hasdrp5,
.mob-head-wrap .mob-men .hasdrp1,
.mob-head-wrap .mob-men .hasdrp2,
.mob-head-wrap .mob-men .hasdrp3,
.mob-head-wrap .mob-men .hasdrp4,
.mob-head-wrap .mob-men .hasdrp5 {
    background: url("../images/sub-men-drp-bg.svg") 90% 10px no-repeat #fff;
}

.mob-head-wrap .mob-men-wrap ul .hasdrp1:hover,
.mob-head-wrap .mob-men-wrap ul .hasdrp2:hover,
.mob-head-wrap .mob-men-wrap ul .hasdrp3:hover,
.mob-head-wrap .mob-men-wrap ul .hasdrp4:hover,
.mob-head-wrap .mob-men-wrap ul .hasdrp5:hover,
.mob-head-wrap .dir-men .hasdrp1:hover,
.mob-head-wrap .dir-men .hasdrp2:hover,
.mob-head-wrap .dir-men .hasdrp3:hover,
.mob-head-wrap .dir-men .hasdrp4:hover,
.mob-head-wrap .dir-men .hasdrp5:hover,
.mob-head-wrap .mob-men .hasdrp1:hover,
.mob-head-wrap .mob-men .hasdrp2:hover,
.mob-head-wrap .mob-men .hasdrp3:hover,
.mob-head-wrap .mob-men .hasdrp4:hover,
.mob-head-wrap .mob-men .hasdrp5:hover {
    background: url("../images/sub-men-drp-bg.svg") 90% 10px no-repeat #D9EDFD;
  
}

.mob-head-wrap .mob-men-wrap ul .hasdrp1&gt;a:hover,
.mob-head-wrap .mob-men-wrap ul .hasdrp2&gt;a:hover,
.mob-head-wrap .mob-men-wrap ul .hasdrp3&gt;a:hover,
.mob-head-wrap .mob-men-wrap ul .hasdrp4&gt;a:hover,
.mob-head-wrap .mob-men-wrap ul .hasdrp5&gt;a:hover,
.mob-head-wrap .dir-men .hasdrp1&gt;a:hover,
.mob-head-wrap .dir-men .hasdrp2&gt;a:hover,
.mob-head-wrap .dir-men .hasdrp3&gt;a:hover,
.mob-head-wrap .dir-men .hasdrp4&gt;a:hover,
.mob-head-wrap .dir-men .hasdrp5&gt;a:hover,
.mob-head-wrap .mob-men .hasdrp1&gt;a:hover,
.mob-head-wrap .mob-men .hasdrp2&gt;a:hover,
.mob-head-wrap .mob-men .hasdrp3&gt;a:hover,
.mob-head-wrap .mob-men .hasdrp4&gt;a:hover,
.mob-head-wrap .mob-men .hasdrp5&gt;a:hover {
    background: url("../images/sub-men-drp-bg.svg") 90% 10px no-repeat #D9EDFD;
   
}

.mob-head-wrap .mob-men-wrap ul .hasdrp1.has2,
.mob-head-wrap .mob-men-wrap ul .hasdrp2.has2,
.mob-head-wrap .mob-men-wrap ul .hasdrp5.has2,
.mob-head-wrap .mob-men-wrap ul .hasdrp3.has2,
.mob-head-wrap .mob-men-wrap ul .hasdrp4.has2,
.mob-head-wrap .dir-men .hasdrp1.has2,
.mob-head-wrap .dir-men .hasdrp2.has2,
.mob-head-wrap .dir-men .hasdrp5.has2,
.mob-head-wrap .dir-men .hasdrp3.has2,
.mob-head-wrap .dir-men .hasdrp4.has2,
.mob-head-wrap .mob-men .hasdrp1.has2,
.mob-head-wrap .mob-men .hasdrp2.has2,
.mob-head-wrap .mob-men .hasdrp5.has2,
.mob-head-wrap .mob-men .hasdrp3.has2,
.mob-head-wrap .mob-men .hasdrp4.has2 {
    background: url("../images/sub-men-drp-bg2.svg") 90% 10px no-repeat #fff;
    
}

.mob-head-wrap .mob-men-wrap ul .hasdrp1.has2:hover,
.mob-head-wrap .mob-men-wrap ul .hasdrp2.has2:hover,
.mob-head-wrap .mob-men-wrap ul .hasdrp5.has2:hover,
.mob-head-wrap .mob-men-wrap ul .hasdrp3.has2:hover,
.mob-head-wrap .mob-men-wrap ul .hasdrp4.has2:hover,
.mob-head-wrap .dir-men .hasdrp1.has2:hover,
.mob-head-wrap .dir-men .hasdrp2.has2:hover,
.mob-head-wrap .dir-men .hasdrp5.has2:hover,
.mob-head-wrap .dir-men .hasdrp3.has2:hover,
.mob-head-wrap .dir-men .hasdrp4.has2:hover,
.mob-head-wrap .mob-men .hasdrp1.has2:hover,
.mob-head-wrap .mob-men .hasdrp2.has2:hover,
.mob-head-wrap .mob-men .hasdrp5.has2:hover,
.mob-head-wrap .mob-men .hasdrp3.has2:hover,
.mob-head-wrap .mob-men .hasdrp4.has2:hover {
    background: url("../images/sub-men-drp-bg2.svg") 90% 10px no-repeat #D9EDFD;
   
}

.mob-head-wrap .mob-men-wrap ul .hasdrp1.has2&gt;a:hover,
.mob-head-wrap .mob-men-wrap ul .hasdrp2.has2&gt;a:hover,
.mob-head-wrap .mob-men-wrap ul .hasdrp5.has2&gt;a:hover,
.mob-head-wrap .mob-men-wrap ul .hasdrp3.has2&gt;a:hover,
.mob-head-wrap .mob-men-wrap ul .hasdrp4.has2&gt;a:hover,
.mob-head-wrap .dir-men .hasdrp1.has2&gt;a:hover,
.mob-head-wrap .dir-men .hasdrp2.has2&gt;a:hover,
.mob-head-wrap .dir-men .hasdrp5.has2&gt;a:hover,
.mob-head-wrap .dir-men .hasdrp3.has2&gt;a:hover,
.mob-head-wrap .dir-men .hasdrp4.has2&gt;a:hover,
.mob-head-wrap .mob-men .hasdrp1.has2&gt;a:hover,
.mob-head-wrap .mob-men .hasdrp2.has2&gt;a:hover,
.mob-head-wrap .mob-men .hasdrp5.has2&gt;a:hover,
.mob-head-wrap .mob-men .hasdrp3.has2&gt;a:hover,
.mob-head-wrap .mob-men .hasdrp4.has2&gt;a:hover {
    background: url("../images/sub-men-drp-bg2.svg") 90% 10px no-repeat #D9EDFD;
  
}

.hero-wrap {
    height: 584px;
    background: grey;
    min-height: 398px
}

@media all and (max-width: 1025px) {
    .hero-wrap {
        height: auto
    }
}

.hero-wrap .bxsdlider .vid-wrap {
    overflow: hidden;
    max-height: 584px
}

.hero-wrap .bxsdlider .vid-wrap .pp-btn {
    height: 40px;
    width: 40px;
    position: absolute;
    margin-top: 9.3rem;
    margin-left: .4rem;
    margin-top: 11%;
    margin-left: .4rem;
    background: url("../images/vid-pp-pa.png") center no-repeat
}

.hero-wrap .bxsdlider .vid-wrap .pp-btn.pl {
    background: url("../images/vid-pp-pl.png") center no-repeat
}

.hero-wrap .bxsdlider .vid-wrap .pp-btn.pa {
    background: Red
}

.hero-wrap .bxsdlider .vid-wrap video {
    width: 100%;
    min-width: 720px;
    height: 100%
}

.hero-wrap .hero-con-wrap {
    position: absolute;
    height: 584px;
    margin: 0 auto;
    width: 715px;
    margin-left: -350px;
    left: 50%;
    z-index: 10
}

@media all and (max-width: 720px) {
    .hero-wrap .hero-con-wrap {
        width: 280px;
        margin-left: -140px
    }
}

.hero-wrap .hero-con-wrap h1 {
    width: 100%;
    margin: 0 auto;
    margin-top: 15.2rem;
    text-align: center;
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-size: 2.8rem;
    margin-bottom: .5rem;
    color: white;
    font-weight: bold
}

@media all and (max-width: 720px) {
    .hero-wrap .hero-con-wrap h1 {
        font-size: 2.2rem
    }
}

.hero-wrap .hero-con-wrap p {
    width: 650px;
    font-family: "Lato", sans-serif;
    margin: 0 auto;
    text-align: center;
    color: white;
    line-height: 1.4rem;
    text-shadow: 0px 2px 0px rgba(150, 150, 150, 0.52);
    min-height: 44px;
    display: none
}

.hero-wrap .hero-con-wrap a {
    width: 500px;
    margin: 0 auto;
    color: white;
    font-weight: bold;
    text-transform: capitalize;
    font-family: 'Lato', sans-serif;
    display: block;
    height: 53px;
    background: #fec62e;
    text-align: center;
    font-size: 1.4rem;
    line-height: 3.24rem;
    width: 391px;
    margin-top: 2rem;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    border-bottom: 3px solid #ff8617;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out
}

.hero-wrap .hero-con-wrap a:hover {
    background: #EC9103;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out
}

@media all and (max-width: 1025px) {
    .hero-wrap .hero-con-wrap {
        height: auto;
        min-height: 433px
    }
    .hero-wrap .hero-con-wrap h1 {
        width: 100%;
        paddingleft: 2%;
        padding-right: 2%;
        margin-top: 10%;
        font-size: 2.5rem
    }
    .hero-wrap .hero-con-wrap p {
        width: 100%;
        max-width: 50px
    }
    .hero-wrap .hero-con-wrap a {
        width: 100%;
        max-width: 500px;
        margin-bottom: 5%;
        height: auto;
        min-height: 53px;
        line-height: 1.7rem;
        padding-top: 3%;
        padding-bottom: 3%
    }
}

@media all and (max-width: 1025px) {
    .hero-wrap .hero-con-wrap h1 {
        width: 100%;
        paddingleft: 2%;
        padding-right: 2%
    }
}

@media all and (max-width: 1025px) and (max-width: 720px) {
    .hero-wrap .hero-con-wrap h1 {
        font-size: 2.2rem
    }
}

@media all and (max-width: 1025px) {
    .hero-wrap .hero-con-wrap p {
        width: 100%;
        max-width: 400px
    }
    .hero-wrap .hero-con-wrap a {
        width: 100%;
        max-width: 300px
    }
}

@media all and (max-width: 550px) {
    .hero-wrap .bx-wrapper .bx-controls-direction a {
        display: none
    }
}

.hero-wrap .bx-next {
    background: url("../images/hero-next.png") center no-repeat
}

.hero-wrap .bx-prev {
    background: url("../images/hero-prev.png") center no-repeat
}

.hero-wrap .slide {
    height: 584px;
    margin: 0 auto
}

.hero-wrap .slide h1 {
    width: 100%;
    margin: 0 auto;
    margin-top: 14.2rem;
    text-align: center;
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-size: 2.8rem;
    margin-bottom: 1.5rem;
    color: white
}

.hero-wrap .slide p {
    width: 650px;
    font-family: "Lato", sans-serif;
    margin: 0 auto;
    text-align: center;
    color: white;
    line-height: 1.4rem;
    text-shadow: 0px 2px 0px rgba(150, 150, 150, 0.52);
    min-height: 44px
}

.hero-wrap .slide a {
    width: 500px;
    margin: 0 auto;
    color: white;
    font-weight: bold;
    text-transform: capitalize;
    font-family: 'Lato', sans-serif;
    display: block;
    height: 53px;
    background: #fec62e;
    text-align: center;
    font-size: 1.1rem;
    line-height: 3.24rem;
    width: 391px;
    margin-top: 2rem;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    border-bottom: 3px solid #ff8617;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out
}

.hero-wrap .slide a:hover {
    background: #FFD35C;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out
}

@media all and (max-width: 1025px) {
    .hero-wrap .slide {
        height: auto;
        min-height: 433px
    }
    .hero-wrap .slide h1 {
        width: 100%;
        paddingleft: 2%;
        padding-right: 2%;
        margin-top: 10%;
        font-size: 2.5rem
    }
    .hero-wrap .slide p {
        width: 100%;
        max-width: 500px
    }
    .hero-wrap .slide a {
        width: 100%;
        max-width: 400px;
        margin-bottom: 5%
    }
}

@media all and (max-width: 1025px) {
    .hero-wrap .slide h1 {
        width: 100%;
        paddingleft: 2%;
        padding-right: 2%
    }
    .hero-wrap .slide p {
        width: 100%;
        max-width: 400px
    }
    .hero-wrap .slide a {
        width: 100%;
        max-width: 300px
    }
}

.hero-wrap .hero-cout {
    height: 102px;
    margin-top: -102px;
    z-index: 99999;
    position: relative
}

@media all and (max-width: 1025px) {
    .hero-wrap .hero-cout {
        margin-top: 0;
        height: auto
    }
    .hero-wrap .hero-cout .large-12 {
        padding: 0
    }
}

.hero-wrap .hero-cout .hero-cout-block {
    height: 102px;
    float: left;
    width: 25%;
    border-right: 1px solid #d4e7ee
}

@media all and (max-width: 1025px) {
    .hero-wrap .hero-cout .hero-cout-block {
        float: left;
        width: 50%
    }
}

@media all and (max-width: 500px) {
    .hero-wrap .hero-cout .hero-cout-block {
        width: 100%
    }
}

.hero-wrap .hero-cout .hero-cout-block h2 {
    color: #8e8e8e;
    font-weight: normal;
    font-size: 1rem;
    font-family: "Lato", sans-serif;
    text-transform: uppercase;
    max-width: 75%;
    float: right;
    padding-top: 4%
}

@media all and (max-width: 1025px) {
    .hero-wrap .hero-cout .hero-cout-block h2 {
        float: none;
        margin-left: 12%;
        text-align: center;
        margin-bottom: 2%
    }
}

.hero-wrap .hero-cout .hero-cout-block a {
    clear: both;
    color: white;
    width: 68px;
    height: 26px;
    background: #39a0d1;
    text-align: center;
    font-family: "Lato", sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    font-size: .7rem;
    line-height: 1.6rem;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
    position: absolute;
    bottom: 0px;
    margin-left: 10.9rem;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out
}

.hero-wrap .hero-cout .hero-cout-block a:hover {
    background: #efaf4a;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out
}

@media all and (max-width: 1025px) {
    .hero-wrap .hero-cout .hero-cout-block a {
        width: 100%;
        position: relative;
        display: block;
        max-width: 100px;
        border-radius: 0px;
        margin: 0 auto;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px
    }
}

.hero-wrap .hero-cout .blockone {
    background-image: url("../images/hero-cout-ico1.png");
    background-image: url("../images/hero-cout-ico1.png"), #f2f2ed;
    background-image: url("../images/hero-cout-ico1.png"), url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YyZjJlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlMWViZWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background-image: url("../images/hero-cout-ico1.png"), -moz-linear-gradient(top, #f2f2ed 0%, #e1ebed 100%);
    background-image: url("../images/hero-cout-ico1.png"), -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2f2ed), color-stop(100%, #e1ebed));
    background-image: url("../images/hero-cout-ico1.png"), -webkit-linear-gradient(top, #f2f2ed 0%, #e1ebed 100%);
    background-image: url("../images/hero-cout-ico1.png"), -o-linear-gradient(top, #f2f2ed 0%, #e1ebed 100%);
    background-image: url("../images/hero-cout-ico1.png"), -ms-linear-gradient(top, #f2f2ed 0%, #e1ebed 100%);
    background-image: url("../images/hero-cout-ico1.png"), linear-gradient(to bottom, #f2f2ed 0%, #e1ebed 100%);
    background-repeat: no-repeat
}

.hero-wrap .hero-cout .blocktwo {
    background-image: url("../images/hero-cout-ico2.png");
    background-image: url("../images/hero-cout-ico2.png"), #f2f2ed;
    background-image: url("../images/hero-cout-ico2.png"), url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YyZjJlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlMWViZWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background-image: url("../images/hero-cout-ico2.png"), -moz-linear-gradient(top, #f2f2ed 0%, #e1ebed 100%);
    background-image: url("../images/hero-cout-ico2.png"), -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2f2ed), color-stop(100%, #e1ebed));
    background-image: url("../images/hero-cout-ico2.png"), -webkit-linear-gradient(top, #f2f2ed 0%, #e1ebed 100%);
    background-image: url("../images/hero-cout-ico2.png"), -o-linear-gradient(top, #f2f2ed 0%, #e1ebed 100%);
    background-image: url("../images/hero-cout-ico2.png"), -ms-linear-gradient(top, #f2f2ed 0%, #e1ebed 100%);
    background-image: url("../images/hero-cout-ico2.png"), linear-gradient(to bottom, #f2f2ed 0%, #e1ebed 100%);
    background-repeat: no-repeat
}

.hero-wrap .hero-cout .blockthree {
    background-image: url("../images/hero-cout-ico3.png");
    background-image: url("../images/hero-cout-ico3.png"), #f2f2ed;
    background-image: url("../images/hero-cout-ico3.png"), url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YyZjJlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlMWViZWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background-image: url("../images/hero-cout-ico3.png"), -moz-linear-gradient(top, #f2f2ed 0%, #e1ebed 100%);
    background-image: url("../images/hero-cout-ico3.png"), -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2f2ed), color-stop(100%, #e1ebed));
    background-image: url("../images/hero-cout-ico3.png"), -webkit-linear-gradient(top, #f2f2ed 0%, #e1ebed 100%);
    background-image: url("../images/hero-cout-ico3.png"), -o-linear-gradient(top, #f2f2ed 0%, #e1ebed 100%);
    background-image: url("../images/hero-cout-ico3.png"), -ms-linear-gradient(top, #f2f2ed 0%, #e1ebed 100%);
    background-image: url("../images/hero-cout-ico3.png"), linear-gradient(to bottom, #f2f2ed 0%, #e1ebed 100%);
    background-repeat: no-repeat
}

.hero-wrap .hero-cout .blockfour {
    background-image: url("../images/hero-cout-ico4.png");
    background-image: url("../images/hero-cout-ico4.png"), #f2f2ed;
    background-image: url("../images/hero-cout-ico4.png"), url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YyZjJlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlMWViZWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background-image: url("../images/hero-cout-ico4.png"), -moz-linear-gradient(top, #f2f2ed 0%, #e1ebed 100%);
    background-image: url("../images/hero-cout-ico4.png"), -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2f2ed), color-stop(100%, #e1ebed));
    background-image: url("../images/hero-cout-ico4.png"), -webkit-linear-gradient(top, #f2f2ed 0%, #e1ebed 100%);
    background-image: url("../images/hero-cout-ico4.png"), -o-linear-gradient(top, #f2f2ed 0%, #e1ebed 100%);
    background-image: url("../images/hero-cout-ico4.png"), -ms-linear-gradient(top, #f2f2ed 0%, #e1ebed 100%);
    background-image: url("../images/hero-cout-ico4.png"), linear-gradient(to bottom, #f2f2ed 0%, #e1ebed 100%);
    background-repeat: no-repeat
}

.head-no-gap {
    margin-top: 0px !important;
    background: #fff;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out
}

.con-coup-wrap {
    min-height: 380px;
    height: auto;
    background: #e1e1e1;
    background: rgba(244, 244, 244, 0.68)
}

@media all and (max-width: 1024px) {
    .con-coup-wrap {
        height: auto;
        padding-bottom: 1rem
    }
}

.con-coup-wrap .bx-wrapper {
    background: transparent
}

.con-coup-wrap .bx-wrapper .bx-controls .bx-prev {
    background: url("../images/coup-prev.png") no-repeat center;
    height: 29px;
    width: 29px;
    margin-left: -46px
}

@media all and (max-width: 1063px) {
    .con-coup-wrap .bx-wrapper .bx-controls .bx-prev {
        margin: 0
    }
}

@media all and (max-width: 680px) {
    .con-coup-wrap .bx-wrapper .bx-controls .bx-prev {
        display: none
    }
}

.con-coup-wrap .bx-wrapper .bx-controls .bx-next {
    background: url("../images/coup-next.png") no-repeat center;
    height: 29px;
    width: 29px;
    margin-right: -46px
}

@media all and (max-width: 1063px) {
    .con-coup-wrap .bx-wrapper .bx-controls .bx-next {
        margin: 0
    }
}

@media all and (max-width: 680px) {
    .con-coup-wrap .bx-wrapper .bx-controls .bx-next {
        display: none
    }
}

.con-coup-wrap h1 {
    font-family: "Lato", sans-serif;
    text-transform: capitialize;
    font-weight: 300;
    color: #39a0d1;
    font-size: 1.8rem;
    margin-bottom: .3rem;
    padding-top: 2rem;
    text-align: center
}

@media all and (max-width: 800px) {
    .con-coup-wrap h1 {
        text-align: center
    }
}

.con-coup-wrap h1,
.con-coup-wrap h2,
.con-coup-wrap h3,
.con-coup-wrap h4,
.con-coup-wrap h5,
.con-coup-wrap h6 {
    color: #39a0d1;
    font-weight: 300
}

.con-coup-wrap h2,
.con-coup-wrap h3,
.con-coup-wrap h4,
.con-coup-wrap h5,
.con-coup-wrap h6 {
    color: #696969
}

.con-coup-wrap h2 {
    font-size: 1.6rem
}

.con-coup-wrap h3 {
    font-size: 1.4rem
}

.con-coup-wrap h4 {
    font-size: 1.2rem;
    font-weight: normal
}

.con-coup-wrap h5 {
    font-size: 1rem;
    color: black;
    font-weight: normal
}

.con-coup-wrap p {
    font-family: "Open Sans", sans-serif;
    font-size: .9rem;
    color: #696969;
    text-align: center
}

.con-coup-wrap img {
    border: none
}

@media all and (max-width: 540px) {
    .con-coup-wrap img {
        width: 100%
    }
}

.con-coup-wrap blockquote {
    border-left: 2px solid #39a0d1;
    background: white;
    padding: 1%;
    text-align: center;
    font-style: italic
}

.con-coup-wrap blockquote p {
    margin-bottom: 0;
    font-size: 1.1rem
}

.con-coup-wrap .loc-btn {
    float: right;
    height: 35px;
    width: 100%;
    color: white;
    border-bottom: 2px solid #ff8617;
    text-align: center;
    line-height: 2rem;
    font-size: 0.9rem;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    margin-top: 0.7rem;
    margin-bottom: 1.5rem;
    float: none;
    display: block;
    max-width: 260px;
    margin: 0 auto;
    margin-bottom: 1.5rem
}

.con-wrap #gpr_widget {
    float: left;
    margin-right: 15px;
    max-width: 100% !important
}

.con-wrap #gpr_widget .gpr-review-content {
    height: auto !important
}

.con-wrap .sub-cat-wrap {
    margin-bottom: 1.5rem;
    float: left;
    width: 100%
}

.con-wrap .sub-cat-wrap h2 {
    margin: 0;
    border: 1px solid #e1e1e1;
    box-sizing: border-box;
    color: #39a0d1;
    background: url("../images/serv-bg.png") no-repeat right center #fafdfe;
    font-size: 1.4rem;
    height: auto;
    padding: 2%;
    max-height: 53px
}

@media all and (max-width: 650px) {
    .con-wrap .sub-cat-wrap h2 {
        padding: 0%;
        padding: 3%;
        text-align: center;
        height: auto
    }
}

@media all and (max-width: 550px) {
    .con-wrap .sub-cat-wrap h2 {
        background: #fafdfe
    }
}

.con-wrap .sub-cat-wrap a {
    display: block;
    height: 75px;
    width: 25%;
    border: 1px solid #e1e1e1;
    border-top: none;
    float: left;
    border-right: none;
    font-family: "Open Sans", sans-serif;
    color: black;
    padding-top: 3%;
    padding-left: 6%;
    background: url("../images/serv-ar.png") no-repeat 92% center;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out
}

.con-wrap .sub-cat-wrap a span {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 96px;
    font-size: .9rem
}

.con-wrap .sub-cat-wrap a:nth-child(4n) {
    border-right: 1px solid #e1e1e1
}

.con-wrap .sub-cat-wrap a:last-child {
    border-right: 1px solid #e1e1e1;
    padding-right: 1px
}

.con-wrap .sub-cat-wrap a:hover {
    background: url("../images/serv-ar.png") no-repeat 92% center #FBFBFB;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out
}

@media all and (max-width: 650px) {
    .con-wrap .sub-cat-wrap a {
        width: 50%
    }
    .con-wrap .sub-cat-wrap a:nth-child(2n) {
        border-right: 1px solid #e1e1e1
    }
    .con-wrap .sub-cat-wrap a:last-child {
        border-right: 1px solid #e1e1e1;
        padding-right: 1px
    }
}

@media all and (max-width: 650px) and (max-width: 480px) {
    .con-wrap .sub-cat-wrap a {
        width: 100%;
        border-right: 1px solid #e1e1e1
    }
    .con-wrap .sub-cat-wrap a:nth-child(2n) {
        border-right: 1px solid #e1e1e1;
        background-color: rgba(241, 241, 241, 0.32)
    }
    .con-wrap .sub-cat-wrap a:last-child {
        border-right: 1px solid #e1e1e1
    }
}

.con-wrap .dent-li-wrap .dent-li-act {
    margin-bottom: 1.3rem
}

.con-wrap .dent-li-wrap .dent-li-act h2 {
    margin: 0;
    height: auto;
    background: #fafdfe;
    border: 1px solid #e1e1e1;
    background: url("../images/serv-drp-plus.png") no-repeat 92% center #fafdfe;
    padding: 4%;
    font-size: 1.3rem;
    color: #39a0d1
}

.con-wrap .dent-li-wrap .dent-li-act h2 a {
    display: block;
    width: 40px;
    height: 100%;
    border-left: 1px solid #e1e1e1
}

.con-wrap .dent-li-wrap .dent-li-act h2.min {
    background: url("../images/serv-drp-min.png") no-repeat 92% center #fafdfe
}

.con-wrap .dent-li-wrap .dent-li-act ul {
    list-style: none;
    display: none;
    margin: 0
}

.con-wrap .dent-li-wrap .dent-li-act ul li {
    margin: 0;
    margin: 0;
    box-sizing: border-box;
    border: 1px solid #e1e1e1;
    border-top: none;
    background: url("../images/serv-ar.png") no-repeat 92% center;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out
}

.con-wrap .dent-li-wrap .dent-li-act ul li:hover {
    background: url("../images/serv-ar.png") no-repeat 92% center #fbfbfb;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out
}

.con-wrap .dent-li-wrap .dent-li-act ul li a {
    padding: 4.1%
}

.con-wrap.General .cos-serv {
    display: none !important
}

.con-wrap.General .dserv-serv {
    display: block !important
}

.con-wrap.General .ortho-serv {
    display: none !important
}

.con-wrap.Orthodontics .cos-serv {
    display: none !important
}

.con-wrap.Orthodontics .dserv-serv {
    display: none !important
}

.con-wrap.Orthodontics .ortho-serv {
    display: block !important
}

.con-wrap.Cosmetic .cos-serv {
    display: block !important
}

.con-wrap.Cosmetic .dserv-serv {
    display: none !important
}

.con-wrap.Cosmetic .ortho-serv {
    display: none !important
}

.con-wrap.row-wrap.None .cos-serv {
    display: none !important
}

.con-wrap.row-wrap.None .dserv-serv {
    display: none !important
}

.con-wrap.row-wrap.None .ortho-serv {
    display: none !important
}

.con-wrap.bot-con-wrap {
    padding-top: 0
}

.con-wrap.bot-con-wrap h1 {
    font-family: "Lato", sans-serif;
    text-transform: capitalize;
    font-weight: 300;
    color: #39a0d1;
    font-size: 1.8rem;
    margin-bottom: .3rem;
    text-align: center
}

@media all and (max-width: 1024px) {
    .con-wrap.bot-con-wrap h1 {
        text-align: center;
        padding-top: 1rem
    }
}

.con-wrap.bot-con-wrap h1,
.con-wrap.bot-con-wrap h2,
.con-wrap.bot-con-wrap h3,
.con-wrap.bot-con-wrap h4,
.con-wrap.bot-con-wrap h5,
.con-wrap.bot-con-wrap h6 {
    color: #39a0d1;
    font-weight: 300
}

.con-wrap.bot-con-wrap h2,
.con-wrap.bot-con-wrap h3,
.con-wrap.bot-con-wrap h4,
.con-wrap.bot-con-wrap h5,
.con-wrap.bot-con-wrap h6 {
    color: #696969
}

.con-wrap.bot-con-wrap h2 {
    font-size: 1.6rem
}

.con-wrap.bot-con-wrap h3 {
    font-size: 1.4rem
}

.con-wrap.bot-con-wrap h4 {
    font-size: 1.2rem;
    font-weight: normal
}

.con-wrap.bot-con-wrap h5 {
    font-size: 1rem;
    color: black;
    font-weight: normal
}

.con-wrap.bot-con-wrap p {
    font-family: "Open Sans", sans-serif;
    font-size: .9rem;
    color: #696969;
    text-align: center;
    margin-bottom: 2.5rem
}

.con-wrap.bot-con-wrap img {
    border: none
}

@media all and (max-width: 540px) {
    .con-wrap.bot-con-wrap img {
        width: 100%
    }
}

.con-wrap.bot-con-wrap img.state {
    margin: 0 auto;
    max-width: 240px;
    max-height: 240px;
    display: block
}

.con-wrap.bot-con-wrap blockquote {
    border-left: 2px solid #39a0d1;
    background: white;
    padding: 1%;
    text-align: center;
    font-style: italic
}

.con-wrap.bot-con-wrap blockquote p {
    margin-bottom: 0;
    font-size: 1.1rem
}

.con-wrap .powered,
.con-wrap.sing-loc-con .powered {
    font-family: "Open Sans", sans-serif
}

.con-wrap .powered img,
.con-wrap.sing-loc-con .powered img {
    max-hieght: 28px !important;
    max-width: 80px !important
}

.con-wrap span.stars,
.con-wrap span.stars span,
.con-wrap.sing-loc-con span.stars,
.con-wrap.sing-loc-con span.stars span {
    display: block;
    background: url("../images/stars.png") 0 -16px repeat-x;
    width: 80px;
    height: 16px
}

.con-wrap span.stars span,
.con-wrap.sing-loc-con span.stars span {
    background-position: 0 0
}

.con-wrap .star-wrap,
.con-wrap.sing-loc-con .star-wrap {
    margin-bottom: .2rem
}

@media all and (max-width: 768px) {
    .con-wrap .star-wrap,
    .con-wrap.sing-loc-con .star-wrap {
        margin-bottom: 0rem
    }
}

@media all and (max-width: 768px) {
    .con-wrap span.stars,
    .con-wrap.sing-loc-con span.stars {
        margin: 0 auto
    }
}

.con-wrap h1.loc-title,
.con-wrap.sing-loc-con h1.loc-title {
    margin-bottom: 0
}

.con-wrap .loc-img,
.con-wrap.sing-loc-con .loc-img {
    border: 1px solid #ff8617;
    margin-bottom: 1.1rem
}

.con-wrap .powered,
.con-wrap.sing-loc-con .powered {
    font-family: "Open Sans", sans-serif;
    float: left;
    display: block;
    font-size: .8rem;
    margin-top: .7rem;
    margin-bottom: .7rem
}

@media all and (max-width: 768px) {
    .con-wrap .powered,
    .con-wrap.sing-loc-con .powered {
        float: none
    }
}

@media all and (max-width: 768px) {
    .con-wrap .powered span,
    .con-wrap.sing-loc-con .powered span {
        float: none;
        margin: 0 auto;
        display: block;
        text-align: center
    }
}

.con-wrap .powered img,
.con-wrap.sing-loc-con .powered img {
    margin-left: -2px
}

.con-wrap .no-pad.singpowwrap,
.con-wrap.sing-loc-con .no-pad.singpowwrap {
    margin-top: -70px;
    margin-bottom: 12px
}

@media all and (max-width: 768px) {
    .con-wrap .no-pad.singpowwrap,
    .con-wrap.sing-loc-con .no-pad.singpowwrap {
        margin-top: 0;
        float: none;
        margin: 0 auto;
        display: block;
        text-align: center
    }
}

.con-wrap .powered.singpow,
.con-wrap.sing-loc-con .powered.singpow {
    float: right
}

@media all and (max-width: 768px) {
    .con-wrap .powered.singpow,
    .con-wrap.sing-loc-con .powered.singpow {
        margin-top: 0;
        float: none;
        margin: 0 auto;
        display: block;
        text-align: center
    }
}

.con-wrap .pow-rev a,
.con-wrap.sing-loc-con .pow-rev a {
    color: black;
    display: block;
    text-align: right;
    width: 100%;
    text-align: left
}

.con-wrap .loc-form-wrap,
.con-wrap.sing-loc-con .loc-form-wrap {
    margin-bottom: 1.5rem
}

.con-wrap input,
.con-wrap.sing-loc-con input {
    border-top: 4px solid #39a0d1;
    min-height: 45px
}

.con-wrap select,
.con-wrap.sing-loc-con select {
    border-top: 4px solid #39a0d1;
    min-height: 45px
}

.con-wrap select.wpcf7-not-valid,
.con-wrap.sing-loc-con select.wpcf7-not-valid {
    background: #ffe1e1
}

.con-wrap textarea,
.con-wrap.sing-loc-con textarea {
    border-top: 4px solid #39a0d1;
    min-height: 78px
}

.con-wrap .submit-btn,
.con-wrap.sing-loc-con .submit-btn {
    float: none;
    margin: 0 auto;
    height: 38px;
    max-width: 215px;
    border-top: 1px solid #ff8617
}

.con-wrap div.wpcf7-response-output,
.con-wrap.sing-loc-con div.wpcf7-response-output {
    font-family: 'Open Sans', sans-serif;
    font-size: 0.9rem;
    color: #696969
}

.con-wrap span.wpcf7-not-valid-tip,
.con-wrap.sing-loc-con span.wpcf7-not-valid-tip {
    display: none
}

.con-wrap .wpcf7-not-valid,
.con-wrap.sing-loc-con .wpcf7-not-valid {
    background-color: #ffe1e1 !important
}

.con-wrap .large-6.rad,
.con-wrap.sing-loc-con .large-6.rad {
    padding-left: 0
}

.con-wrap .large-6.rad .wpcf7-list-item-label,
.con-wrap.sing-loc-con .large-6.rad .wpcf7-list-item-label {
    float: left;
    font-size: .81rem;
    padding-left: 7px
}

.con-wrap .large-6.rad label,
.con-wrap.sing-loc-con .large-6.rad label {
    float: left;
    font-family: "Open Sans", sans-serif;
    font-size: .8rem;
    min-height: 100%
}

.con-wrap .large-6.rad input,
.con-wrap.sing-loc-con .large-6.rad input {
    min-height: 100%;
    margin: 0
}

.con-wrap .large-6 select,
.con-wrap.sing-loc-con .large-6 select {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: #fff;
    font-family: inherit;
    border: 1px solid #cccccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.75);
    display: block;
    font-size: 0.875em;
    margin: 0 0 1em 0;
    padding: 0.5em;
    height: 2.3125em;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: -webkit-box-shadow 0.45s, border-color 0.45s ease-in-out;
    -moz-transition: -moz-box-shadow 0.45s, border-color 0.45s ease-in-out;
    transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    transition: all 0.15s linear;
    border-top: 4px solid #39a0d1;
    background: url("../images/sel-ar.png") 97% 8px no-repeat
}

.con-wrap .large-6 input,
.con-wrap.sing-loc-con .large-6 input {
    float: left;
    margin-right: .5rem;
    font-family: "Open Sans", sans-serif;
    font-size: .9rem
}

.con-wrap .large-6 label,
.con-wrap.sing-loc-con .large-6 label {
    float: left;
    font-family: "Open Sans", sans-serif;
    font-size: .9rem
}

.con-wrap .loc-info-wrap {
    border: 1px solid #e1e1e1;
    border-top: 3px solid #39a0d1;
    margin-bottom: 1.2rem;
    min-height: 350px
}

.con-wrap .loc-info-wrap .loc-info-con-wrap {
    padding: 6%;
    padding-bottom: .1%
}

.con-wrap .loc-info-wrap .google-maps {
    position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden
}

@media all and (max-width: 768px) {
    .con-wrap .loc-info-wrap .google-maps {
        padding-bottom: 256px
    }
}

.con-wrap .loc-info-wrap .google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important
}

.con-wrap .loc-info-wrap h2 {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    color: #39a0d1;
    font-size: 1.4rem;
    height: auto;
    max-height: 53px
}

.con-wrap .loc-info-wrap p {
    margin-bottom: .7rem;
    margin-top: 1rem
}

.con-wrap .loc-info-wrap p span {
    font-weight: bold;
    font-size: .93rem
}

.con-wrap .hours-wrap {
    padding: 6%;
    border: 1px solid #e1e1e1;
    border-top: 3px solid #39a0d1;
    margin-bottom: 1.2rem;
    min-height: 350px
}

.con-wrap .hours-wrap h2 {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    color: #39a0d1;
    font-size: 1.4rem;
    height: auto;
    max-height: 53px
}

.con-wrap .hours-wrap ul {
    list-style: none;
    margin-bottom: 0;
    margin-left: 0
}

.con-wrap .hours-wrap ul li {
    font-weight: bold;
    margin-bottom: 1.7rem;
    font-size: 1rem
}

.con-wrap .hours-wrap ul li:last-child {
    margin-bottom: 0
}

.con-wrap .hours-wrap ul li span {
    font-weight: normal;
    margin-left: 12px
}

.con-wrap .dent-at-loc-wrap {
    padding: 4%;
    border: 1px solid #e1e1e1;
    border-top: 3px solid #39a0d1;
    margin-bottom: 1.2rem;
    min-height: 140px;
    float: left;
    width: 100%
}

.con-wrap .dent-at-loc-wrap h2 {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    color: #39a0d1;
    font-size: 1.4rem;
    height: auto;
    max-height: 53px
}

.con-wrap .dent-at-loc-wrap ul {
    list-style: none;
    float: left;
    margin-left: 0;
    width: 100%
}

.con-wrap .dent-at-loc-wrap ul li {
    width: 33%;
    float: left;
    margin-right: 1.2rem
}

.con-wrap .dent-at-loc-wrap ul li a {
    display: block;
    width: 100%;
    height: 100%;
    background: url("../images/serv-ar.png") 1% 50% no-repeat;
    box-sizing: border-box;
    padding-left: 8%
}

.con-wrap.sing-dent-con .dent-img {
    float: left;
    border: 1px solid #ff8617;
    margin-right: 2rem;
    max-width: 250px
}

.con-wrap.sing-dent-con .ce-wrap {
    float: left;
    clear: both;
    margin-top: 1.4rem;
    width: 100%
}

.con-wrap.sing-dent-con .ce-wrap h2 {
    width: 100%;
    text-align: center;
    display: block;
    color: #39a0d1;
    border: 1px solid #e1e1e1;
    padding: 1%;
    margin: 0px;
    font-size: 1.4rem;
    background: #fafdfe
}

.con-wrap.sing-dent-con .ce-wrap ul {
    margin: 0;
    list-style: none;
    margin-top: 1.5rem
}

.con-wrap.sing-dent-con .ce-wrap ul li {
    float: left;
    margin-right: 2rem
}

.con-wrap.sing-dent-con .ce-wrap a.ce-all {
    width: 166px;
    height: 42px;
    border: 1px solid #e1e1e1;
    color: #39a0d1;
    float: left;
    clear: both;
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: .9rem;
    text-align: center;
    line-height: 2.4rem;
    font-family: "Open Sans", sans-serif;
    background: url("../images/dent-all-ar.png") no-repeat 10% center;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out
}

.con-wrap.sing-dent-con .ce-wrap a.ce-all:hover {
    background: url("../images/dent-all-ar.png") no-repeat 8% center #fbfbfb;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out
}

.con-wrap {
    background-color: white;
    border-top: 9px solid #e9f5fa;
    padding-top: 1.8rem
}

.con-wrap .con-cout-wrap {
    padding-bottom: 1rem
}

.con-wrap .con-cout-wrap .con-cout-act-wrap {
    margin-top: -60px;
    margin-bottom: 1rem
}

.con-wrap .con-cout-wrap .con-cout-act-wrap:hover img {
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    transform: rotate(-90deg) scale(1) skew(1deg) translate(0px);
    -webkit-transform: rotate(-90deg) scale(1) skew(1deg) translate(0px);
    -moz-transform: rotate(-90deg) scale(1) skew(1deg) translate(0px);
    -o-transform: rotate(-90deg) scale(1) skew(1deg) translate(0px);
    -ms-transform: rotate(-90deg) scale(1) skew(1deg) translate(0px)
}

@media all and (max-width: 940px) {
    .con-wrap .con-cout-wrap .con-cout-act-wrap {
        margin-top: 0px
    }
}

.con-wrap .con-cout-wrap .con-cout-act-wrap:nth-child(1) .con-cout-act {
    float: left;
    background: url("../images/cout-1-bg.png") no-repeat right #39a0d1;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out
}

.con-wrap .con-cout-wrap .con-cout-act-wrap:nth-child(1) .con-cout-act .emer-box {
    height: 63px;
    width: 63px;
    float: right;
    background: url("../images/emer-clip.png") center no-repeat;
    right: 3%
}

.con-wrap .con-cout-wrap .con-cout-act-wrap:nth-child(1) .con-cout-act:hover {
    margin-top: -10px;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out
}

@media all and (max-width: 940px) {
    .con-wrap .con-cout-wrap .con-cout-act-wrap:nth-child(1) .con-cout-act {
        float: none;
        margin: 0 auto;
        margin-bottom: 1rem !important
    }
}

.con-wrap .con-cout-wrap .con-cout-act-wrap:nth-child(2) .con-cout-act {
    margin: 0 auto;
    margin-top: -4px;
    background: url("../images/cout-2-bg.png") no-repeat right #39a0d1;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out
}

.con-wrap .con-cout-wrap .con-cout-act-wrap:nth-child(2) .con-cout-act:hover {
    margin-top: -10px;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out
}

@media all and (max-width: 940px) {
    .con-wrap .con-cout-wrap .con-cout-act-wrap:nth-child(2) .con-cout-act {
        float: none;
        margin-top: 0px;
        margin-bottom: 1rem !important
    }
}

.con-wrap .con-cout-wrap .con-cout-act-wrap:nth-child(3) .con-cout-act {
    float: right;
    background: url("../images/cout-3-bg.png") no-repeat right #39a0d1;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out
}

.con-wrap .con-cout-wrap .con-cout-act-wrap:nth-child(3) .con-cout-act:hover {
    margin-top: -10px;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out
}

@media all and (max-width: 940px) {
    .con-wrap .con-cout-wrap .con-cout-act-wrap:nth-child(3) .con-cout-act {
        float: none;
        margin: 0 auto;
        margin-bottom: 1rem !important
    }
}

.con-wrap .con-cout-wrap .con-cout-act-wrap .con-cout-act {
    height: 107px;
    max-width: 273px;
    width: 273px;
    background: #39a0d1;
    border-bottom: 16px solid #ecf8fc;
    border-bottom: 5px solid #FF8617;
    border-bottom: 7px solid #E2F2F9;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border-top: 2px solid #fec62e;
    -webkit-box-shadow: 10px 10px 41px -10px rgba(0, 0, 0, 0.87);
    -moz-box-shadow: 10px 10px 41px -10px rgba(0, 0, 0, 0.87);
    box-shadow: 10px 10px 41px -10px rgba(0, 0, 0, 0.87);
    -webkit-box-shadow: 0px 0px 42px 6px rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0px 0px 42px 6px rgba(0, 0, 0, 0.22);
    box-shadow: 0px 0px 42px 6px rgba(0, 0, 0, 0.22)
}

@media all and (max-width: 940px) {
    .con-wrap .con-cout-wrap .con-cout-act-wrap .con-cout-act {
        width: 100%;
        max-width: 100%
    }
}

.con-wrap .con-cout-wrap .con-cout-act-wrap .con-cout-act img {
    border: none;
    max-width: 40px;
    max-height: 40px;
    margin: 0 auto;
    display: block;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out
}

.con-wrap .con-cout-wrap .con-cout-act-wrap .con-cout-act h3 {
    color: white;
    max-width: 50%;
    padding-left: 6%;
    padding-top: 5%;
    font-weight: bold
}

.con-wrap .con-cout-act-wrap:nth-child(1) a .con-cout-act h3 {
    max-width: 75%
}

.con-wrap .breadcrumbs {
    display: block;
    padding: 0.5625em 0.875em 0.5625em;
    overflow: hidden;
    margin-left: 0;
    list-style: none;
    border-style: solid;
    border-width: 1px;
    background-color: #f6f6f6;
    border-color: gainsboro;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: none;
    border: none;
    padding: 0;
    padding-bottom: 15px;
    text-transform: capitalize
}

.con-wrap .breadcrumbs span,
.con-wrap .breadcrumbs a {
    text-transform: capitalize;
    color: #2D7DCC;
    color: #757575;
    font-size: .7rem
}

@media all and (max-width: 370px) {
    .con-wrap .breadcrumbs {
        display: none
    }
}

.con-wrap h1 {
    font-family: "Lato", sans-serif;
    text-transform: capitialize;
    font-weight: 300;
    color: #39a0d1;
    font-size: 1.8rem;
    margin-bottom: 1.8rem
}

@media all and (max-width: 800px) {
    .con-wrap h1 {
        text-align: center
    }
}

.con-wrap h1,
.con-wrap h2,
.con-wrap h3,
.con-wrap h4,
.con-wrap h5,
.con-wrap h6 {
    color: #39a0d1;
    font-weight: 300
}

.con-wrap h2,
.con-wrap h3,
.con-wrap h4,
.con-wrap h5,
.con-wrap h6 {
    color: #696969
}

.con-wrap h2 {
    font-size: 1.6rem
}

.con-wrap h3 {
    font-size: 1.4rem
}

.con-wrap h4 {
    font-size: 1.2rem;
    font-weight: normal
}

.con-wrap h5 {
    font-size: 1rem;
    color: black;
    font-weight: normal
}

.con-wrap p {
    font-family: "Open Sans", sans-serif;
    font-size: .9rem;
    color: #696969
}

.con-wrap img {
    border: 4px solid white
}

@media all and (max-width: 540px) {
    .con-wrap img {
        width: 100%
    }
}

.con-wrap blockquote {
    border-left: 2px solid #39a0d1;
    background: white;
    padding: 1%;
    text-align: center;
    font-style: italic
}

.con-wrap blockquote p {
    margin-bottom: 0;
    font-size: 1.1rem
}

.con-wrap .carousel {
    background: white;
    padding: 2%;
    border-top: 3px solid #39a0d1
}

.con-wrap .gallery-item img {
    max-width: 175px !important;
    max-height: 100px
}

.con-wrap form {
    float: left;
    width: 100%
}

.con-wrap form input {
    box-shadow: none;
    border-top: 4px solid #39a0d1;
    min-height: 46px
}

.con-wrap form textarea {
    box-shadow: none;
    border-top: 4px solid #39a0d1;
    min-height: 78px
}

.con-wrap form label {
    font-family: "Lato", sans-serif
}

.con-wrap form .ajax-loader {
    height: 1px
}

.con-wrap form .submit {
    border: none;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    font-family: "Lato", sans-serif;
    display: block;
    height: 35px;
    background: #efaf4a;
    text-align: center;
    font-size: .8rem;
    width: 277px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out
}

@media all and (max-width: 1025px) {
    .con-wrap form .submit {
        width: 100%
    }
}

.con-wrap form .submit:hover {
    color: white;
    background: #EC9103;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out
}

.con-wrap .clearing-blackout {
    background: rgba(255, 255, 255, 0.9);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999998
}

.con-wrap .clearing-blackout ul {
    margin-top: 0
}

.con-wrap ul,
.con-wrap ol {
    margin-left: 2%;
    margin-top: 3%
}

@media all and (max-width: 1025px) {
    .con-wrap ul,
    .con-wrap ol {
        margin-left: 20px
    }
}

.con-wrap ul li,
.con-wrap ol li {
    font-family: 'Lato', sans-serif;
    font-size: 0.9rem;
    color: #696969;
    margin-bottom: 1.1rem
}

.con-wrap ul li a,
.con-wrap ol li a {
    font-family: 'Lato', sans-serif;
    font-size: 0.9rem;
    color: #696969
}

.con-wrap ul li a:hover,
.con-wrap ol li a:hover {
    color: #39a0d1
}

.con-wrap .clearing-assembled .clearing-container .visible-img,
.con-wrap .clearing-caption {
    background: rgba(255, 255, 255, 0.9)
}

.con-wrap .clearing-assembled .clearing-container .carousel {
    background: rgba(255, 255, 255, 0.9)
}

.con-wrap .clearing-main-prev {
    background: #39a0d1;
    padding: 2%
}

@media all and (max-width: 767px) {
    .con-wrap .clearing-main-prev {
        background: none;
        height: 40px;
        width: 50px;
        float: right
    }
    .con-wrap .clearing-main-prev span {
        position: absolute;
        top: 50%;
        display: block;
        width: 0;
        height: 0;
        border: solid 16px;
        border-color: transparent;
        border-left-color: #efaf4a
    }
}

@media all and (max-width: 767px) and (max-width: 650px) {
    .con-wrap .clearing-main-prev span {
        border-left-color: white
    }
}

.con-wrap .clearing-main-next {
    background: #39a0d1;
    padding: 2%
}

@media all and (max-width: 767px) {
    .con-wrap .clearing-main-next {
        background: none;
        height: 40px;
        width: 50px;
        float: left
    }
    .con-wrap .clearing-main-next span {
        position: absolute;
        top: 50%;
        display: block;
        width: 0;
        height: 0;
        border: solid 16px;
        border-color: transparent;
        border-left: 2px;
        border-right-color: #efaf4a
    }
}

@media all and (max-width: 767px) and (max-width: 650px) {
    .con-wrap .clearing-main-next span {
        border-right-color: white
    }
}

@media all and (max-width: 767px) {
    .con-wrap .clearing-blackout .clearing-close {
        background: #39a0d1
    }
}

@media all and (max-width: 1025px) {
    .con-wrap .tile-wrap {
        width: 100%
    }
}

.con-wrap .tile-gal {
    opacity: 1;
    width: 419px;
    height: 419px;
    float: right;
    margin-top: 2rem;
    border: 9px solid #f2f2f2
}

@media all and (max-width: 1025px) {
    .con-wrap .tile-gal {
        width: 100%;
        border: none;
        max-height: 230px
    }
}

@media all and (max-width: 625px) {
    .con-wrap .tile-gal {
        width: 100%;
        border: none;
        max-height: 150px;
        margin-top: 3rem
    }
}

.con-wrap .tile-gal .t-gal-wrap {
    height: 50%;
    width: 100%;
    float: left
}

@media all and (max-width: 1025px) {
    .con-wrap .tile-gal .t-gal-wrap {
        width: 50%;
        float: left
    }
}

.con-wrap .tile-gal .t-gal-wrap .t-gal-act {
    height: 100%;
    width: 50%;
    float: left;
    position: relative
}

.con-wrap .tile-gal .t-gal-wrap .t-gal-act img {
    position: absolute;
    z-index: 1;
    border: none
}

.con-wrap .tile-gal .t-gal-wrap .t-gal-act img.active {
    z-index: 3
}

.con-wrap .top-con {
    margin-bottom: 2rem
}

.con-wrap .top-con .con-coup-wrap {
    min-height: 380px;
    height: auto;
    background: #e1e1e1;
    background: rgba(244, 244, 244, 0.68)
}

.con-wrap .top-con p {
    margin-right: 15px
}

@media all and (max-width: 1025px) {
    .con-wrap .top-con {
        margin-bottom: 0;
        overflow: hidden
    }
}

.con-wrap .top-con-act span {
    font-style: italic
}

@media all and (max-width: 1025px) {
    .con-wrap .top-con-act {
        width: 100%;
        text-align: center
    }
    .con-wrap .top-con-act a {
        margin: 0 auto;
        float: none
    }
}

.con-wrap .gal-cout {
    height: 286px;
    background: white;
    width: 100%;
    margin-top: 2rem;
    margin-bottom: 2rem
}

@media all and (max-width: 1025px) {
    .con-wrap .gal-cout {
        height: auto;
        padding: 2%
    }
}

.con-wrap .gal-cout img {
    float: left;
    border: none
}

@media all and (max-width: 1025px) {
    .con-wrap .gal-cout img {
        display: none
    }
}

.con-wrap .gal-cout .gal-cout-con {
    float: left;
    width: 45%;
    margin-left: 3%;
    padding-top: 4%
}

.con-wrap .gal-cout .gal-cout-con p {
    margin-bottom: 9%
}

@media all and (max-width: 1025px) {
    .con-wrap .gal-cout .gal-cout-con {
        padding-bottom: 4%;
        float: none;
        text-align: center;
        width: 100%;
        margin: 0
    }
    .con-wrap .gal-cout .gal-cout-con h1 {
        margin-top: 1rem
    }
    .con-wrap .gal-cout .gal-cout-con p {
        margin-bottom: 2%
    }
    .con-wrap .gal-cout .gal-cout-con a {
        margin: 0 auto
    }
}

.con-wrap .block-wrap h2 {
    text-align: center
}

.con-wrap .block-wrap h2:before {
    content: "";
    display: block;
    height: 25px;
    width: 47px;
    margin: 0 auto;
    background: url("../images/loc-sun.png") no-repeat center
}

.con-wrap .blog-block {
    background: white;
    height: auto;
    width: 100%;
    border-top: 3px solid #39a0d1;
    margin-bottom: 0rem;
    padding: 8%;
    padding-top: 1%;
    padding-bottom: 0
}

.con-wrap .blog-block h1 {
    font-size: 1.1rem;
    margin-top: 1%;
    margin-bottom: 7%;
    color: #696969
}

@media all and (max-width: 800px) {
    .con-wrap .blog-block p {
        text-align: center
    }
}

.con-wrap .blog-block a {
    color: #39a0d1;
    font-family: "Lato", sans-serif;
    text-transform: uppercase;
    font-size: .9rem
}

@media all and (max-width: 800px) {
    .con-wrap .blog-block a {
        display: block;
        width: 100%;
        text-align: center
    }
}

.con-wrap .loc-btn {
    float: right;
    height: 35px;
    width: 100%;
    color: white;
    border-bottom: 2px solid #ff8617;
    text-align: center;
    line-height: 2rem;
    font-size: 0.9rem;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    margin-top: 0.7rem;
    margin-bottom: 1.5rem;
    float: none;
    display: block;
    max-width: 260px;
    margin: 0 auto;
    margin-bottom: 1.5rem
}

.top-head-wrap {
    background-attachment: fixed !important;
    min-height: 271px
}

.top-head-wrap h1 {
    width: 100%;
    margin: 0 auto;
    margin-top: 10.8rem;
    text-align: center;
    font-family: "Lato", sans-serif;
    font-weight: bold;
    text-transform: capitalize;
    font-size: 2.8rem;
    margin-bottom: 1.5rem;
    color: white;
    text-shadow: 0px 1px 0px #969696;
    text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.36)
}

@media all and (max-width: 1025px) {
    .top-head-wrap {
        min-height: 165px
    }
    .top-head-wrap h1 {
        margin-top: 3.5rem
    }
}

.side-wrap {
    padding: 0
}

.side-wrap .side-cout {
    height: 65px;
    background: white;
    width: 100%;
    float: left;
    margin-bottom: .6rem
}

.side-wrap .side-cout a {
    display: block;
    width: 100%;
    height: 100%
}

.side-wrap .side-cout .side-cout-ar {
    display: block;
    float: right;
    height: 100%;
    width: 30px;
    border-left: 1px solid #f6f6f6;
    background: url("../images/side-cout-ar.png") center no-repeat
}

.side-wrap .side-cout h2 {
    color: #8e8e8e;
    font-weight: normal;
    font-size: .8rem;
    font-family: "Lato", sans-serif;
    text-transform: uppercase;
    max-width: 66%;
    float: left;
    margin-left: 14%;
    padding-top: 6%
}

@media all and (max-width: 1025px) {
    .side-wrap .side-cout h2 {
        float: left;
        margin-left: 12%;
        padding-top: 3%
    }
}

.side-wrap .side-rec {
    width: 100%;
    height: auto;
    min-height: 204px;
    float: left;
    background: white;
    margin-top: -3px;
    padding-top: 0px
}

@media all and (max-width: 768px) {
    .side-wrap .side-rec {
        margin-top: 0px;
        margin-bottom: 1rem;
        margin-bottom: 1rem
    }
}

.side-wrap .side-rec img {
    margin-top: -2px
}

.side-wrap .side-rec h2 {
    color: #39a0d1;
    color: #39a0d1;
    font-size: 1.4rem;
    text-align: center;
    border-bottom: 1px solid #cfe8f3;
    padding-bottom: 7px;
    border-top: 3px solid #39a0d1;
    margin-top: 0;
    padding-top: 6px;
    margin-bottom: 0px;
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1
}

.side-wrap .side-rec h3 {
    font-size: 1.1rem;
    margin-top: 1%;
    margin-bottom: 7%;
    color: #696969;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    font-weight: 300;
    margin-bottom: 0
}

.side-wrap .side-rec ul {
    list-style: none;
    margin: 0;
    margin-top: 7%
}

.side-wrap .side-rec ul li {
    margin-bottom: 1rem;
    margin-bottom: .7rem;
    line-height: 1.2rem
}

.side-wrap .side-rec ul li a {
    font-family: 'Lato', sans-serif;
    font-size: 0.9rem;
    color: #696969
}

.side-wrap .side-rec ul li a:hover {
    color: #39a0d1
}

.side-wrap .side-rec .side-loc-link {
    font-family: 'Open Sans', sans-serif;
    display: block;
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    border-bottom: 0px solid
}

.side-wrap .side-rec .side-loc-link img {
    margin: 0 auto;
    display: block;
    max-width: 105px;
    max-height: 105px
}

.side-wrap .side-rec .side-loc-link div {
    text-align: center;
    color: grey;
    font-size: 0.8rem;
    height: 36px;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    line-height: 2.1rem;
    text-align: left;
    text-indent: 1.6rem;
    margin-bottom: 1rem
}

.side-wrap .side-rec .side-loc-link div img {
    margin: 0;
    border: none;
    position: absolute;
    right: 0;
    margin-top: -33px;
    max-height: 34px;
    max-width: 34px
}

.side-wrap .blockone {
    background: url("../images/hero-cout-ico1.png") left no-repeat #fff
}

.side-wrap .blocktwo {
    background: url("../images/hero-cout-ico2.png") left no-repeat #fff
}

.side-wrap .blockthree {
    background: url("../images/hero-cout-ico3.png") left no-repeat #fff
}

.side-wrap .blockfour {
    background: url("../images/hero-cout-ico4.png") left no-repeat #fff
}

.page-id-25 .sub-cat-wrap {
    display: none
}

.page-id-23 .sub-cat-wrap {
    display: none
}

.page-id-15 .sub-cat-wrap {
    display: none
}

.post-type-archive-videos .con-wrap .loc-node-act {
    min-height: 273px;
    border-bottom: 3px solid #39a0d1;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    height: auto;
    margin-bottom: 3rem
}

.post-type-archive-videos .con-wrap .loc-node-act:hover {
    border-bottom: 6px solid #39a0d1;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out
}

.post-type-archive-videos .con-wrap .loc-node-act h3 {
    max-height: 52px;
    overflow: hidden
}

.post-type-archive-videos .con-wrap .loc-node-act img {
    border: 1px solid #FF8617;
    opacity: .83;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out
}

.post-type-archive-videos .con-wrap .loc-node-act img:hover {
    opacity: 1;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out
}

.page-template-template-location-results-php .con-wrap .large-12 p,
.post-type-archive-office-locations .con-wrap .large-12 p {
    margin-bottom: 0rem
}

.page-template-template-location-results-php .con-wrap .large-4,
.post-type-archive-office-locations .con-wrap .large-4 {
    float: left;
    margin-bottom: 1rem
}

.page-template-template-location-results-php .con-wrap .loc-node-act,
.post-type-archive-office-locations .con-wrap .loc-node-act {
    border-bottom: 3px solid #39a0d1;
    min-height: 345px;
    height: auto;
    margin-bottom: 2.2rem;
    background: url("../images/loc-node-bg.png") no-repeat right 97%
}

.page-template-template-location-results-php .con-wrap .loc-node-act .img-wrap,
.post-type-archive-office-locations .con-wrap .loc-node-act .img-wrap {
    max-height: 160px;
    margin: 0 auto;
    display: block;
    overflow: hidden
}

.page-template-template-location-results-php .con-wrap .loc-node-act img,
.post-type-archive-office-locations .con-wrap .loc-node-act img {
    margin: 0 auto;
    display: block
}

@media all and (max-width: 768px) {
    .page-template-template-location-results-php .con-wrap .loc-node-act img,
    .post-type-archive-office-locations .con-wrap .loc-node-act img {
        margin: 0 auto;
        display: block
    }
}

.page-template-template-location-results-php .con-wrap .loc-node-act span.stars,
.page-template-template-location-results-php .con-wrap .loc-node-act span.stars span,
.post-type-archive-office-locations .con-wrap .loc-node-act span.stars,
.post-type-archive-office-locations .con-wrap .loc-node-act span.stars span {
    display: block;
    background: url("../images/stars.png") 0 -16px repeat-x;
    width: 80px;
    height: 16px
}

@media all and (max-width: 768px) {
    .page-template-template-location-results-php .con-wrap .loc-node-act span.stars,
    .page-template-template-location-results-php .con-wrap .loc-node-act span.stars span,
    .post-type-archive-office-locations .con-wrap .loc-node-act span.stars,
    .post-type-archive-office-locations .con-wrap .loc-node-act span.stars span {
        margin: 0 auto
    }
}

.page-template-template-location-results-php .con-wrap .loc-node-act span.stars .star-wrap,
.page-template-template-location-results-php .con-wrap .loc-node-act span.stars span .star-wrap,
.post-type-archive-office-locations .con-wrap .loc-node-act span.stars .star-wrap,
.post-type-archive-office-locations .con-wrap .loc-node-act span.stars span .star-wrap {
    margin-bottom: .8rem
}

@media all and (max-width: 768px) {
    .page-template-template-location-results-php .con-wrap .loc-node-act span.stars .star-wrap,
    .page-template-template-location-results-php .con-wrap .loc-node-act span.stars span .star-wrap,
    .post-type-archive-office-locations .con-wrap .loc-node-act span.stars .star-wrap,
    .post-type-archive-office-locations .con-wrap .loc-node-act span.stars span .star-wrap {
        margin-bottom: 0rem
    }
    .page-template-template-location-results-php .con-wrap .loc-node-act span.stars .star-wrap span.stars,
    .page-template-template-location-results-php .con-wrap .loc-node-act span.stars span .star-wrap span.stars,
    .post-type-archive-office-locations .con-wrap .loc-node-act span.stars .star-wrap span.stars,
    .post-type-archive-office-locations .con-wrap .loc-node-act span.stars span .star-wrap span.stars {
        margin: 0 auto
    }
}

.page-template-template-location-results-php .con-wrap .loc-node-act span.stars span,
.post-type-archive-office-locations .con-wrap .loc-node-act span.stars span {
    background-position: 0 0
}

.page-template-template-location-results-php .con-wrap .loc-node-act .star-wrap,
.post-type-archive-office-locations .con-wrap .loc-node-act .star-wrap {
    margin-bottom: .7rem
}

.page-template-template-location-results-php .con-wrap .loc-node-act h3,
.post-type-archive-office-locations .con-wrap .loc-node-act h3 {
    margin-top: .6rem;
    color: #39a0d1;
    font-weight: bold;
    min-height: 52px
}

.page-template-template-location-results-php .con-wrap .loc-node-act h3 span,
.post-type-archive-office-locations .con-wrap .loc-node-act h3 span {
    display: block;
    font-size: 1rem;
    color: #5c727d
}

@media all and (max-width: 768px) {
    .page-template-template-location-results-php .con-wrap .loc-node-act h3,
    .post-type-archive-office-locations .con-wrap .loc-node-act h3 {
        text-align: center
    }
}

.page-template-template-location-results-php .con-wrap .loc-node-act p,
.post-type-archive-office-locations .con-wrap .loc-node-act p {
    text-align: left;
    margin-bottom: .5rem
}

@media all and (max-width: 768px) {
    .page-template-template-location-results-php .con-wrap .loc-node-act p,
    .post-type-archive-office-locations .con-wrap .loc-node-act p {
        text-align: center
    }
}

.page-template-template-location-results-php .con-wrap .loc-node-act p span,
.post-type-archive-office-locations .con-wrap .loc-node-act p span {
    font-size: 1rem;
    font-weight: bold
}

.page-template-template-location-results-php .con-wrap .block-wrap,
.post-type-archive-office-locations .con-wrap .block-wrap {
    border: 1px solid #e1e1e1;
    float: left;
    width: 100%;
    background: url("../images/serv-ar.png") no-repeat 92% center
}

.page-template-template-location-results-php .con-wrap .block-wrap img,
.post-type-archive-office-locations .con-wrap .block-wrap img {
    float: left;
    max-height: 63px;
    max-width: 57px
}

.page-template-template-location-results-php .con-wrap .block-wrap h2,
.post-type-archive-office-locations .con-wrap .block-wrap h2 {
    float: left;
    text-align: left;
    padding-left: 1.5rem;
    font-size: 1.3rem;
    width: 100%;
    text-align: center;
    width: 50%;
    padding-top: .7rem
}

.page-template-template-location-results-php .con-wrap .block-wrap h2:before,
.post-type-archive-office-locations .con-wrap .block-wrap h2:before {
    content: "";
    display: block;
    height: 25px;
    width: 47px;
    margin: 0 auto;
    background: url("../images/loc-sun.png") no-repeat center;
    display: none
}

.page-template-template-location-results-php .con-wrap .blog-block,
.post-type-archive-office-locations .con-wrap .blog-block {
    background: white;
    height: auto;
    width: 100%;
    border-top: 3px solid #39a0d1;
    margin-bottom: 0rem;
    padding: 8%;
    padding-top: 1%;
    padding-bottom: 0
}

.page-template-template-location-results-php .con-wrap .blog-block h1,
.post-type-archive-office-locations .con-wrap .blog-block h1 {
    font-size: 1.1rem;
    margin-top: 1%;
    margin-bottom: 7%;
    color: #696969
}

@media all and (max-width: 800px) {
    .page-template-template-location-results-php .con-wrap .blog-block p,
    .post-type-archive-office-locations .con-wrap .blog-block p {
        text-align: center
    }
}

.page-template-template-location-results-php .con-wrap .blog-block a,
.post-type-archive-office-locations .con-wrap .blog-block a {
    color: #39a0d1;
    font-family: "Lato", sans-serif;
    text-transform: uppercase;
    font-size: .9rem
}

@media all and (max-width: 800px) {
    .page-template-template-location-results-php .con-wrap .blog-block a,
    .post-type-archive-office-locations .con-wrap .blog-block a {
        display: block;
        width: 100%;
        text-align: center
    }
}

.page-template-template-location-results-php .con-wrap h1,
.post-type-archive-office-locations .con-wrap h1 {
    font-family: "Lato", sans-serif;
    text-transform: capitalize;
    font-weight: 300;
    color: #39a0d1;
    font-size: 1.8rem;
    margin-bottom: .3rem;
    text-align: center
}

@media all and (max-width: 1024px) {
    .page-template-template-location-results-php .con-wrap h1,
    .post-type-archive-office-locations .con-wrap h1 {
        text-align: center;
        padding-top: 1rem
    }
}

.page-template-template-location-results-php .con-wrap h1,
.page-template-template-location-results-php .con-wrap h2,
.page-template-template-location-results-php .con-wrap h3,
.page-template-template-location-results-php .con-wrap h4,
.page-template-template-location-results-php .con-wrap h5,
.page-template-template-location-results-php .con-wrap h6,
.post-type-archive-office-locations .con-wrap h1,
.post-type-archive-office-locations .con-wrap h2,
.post-type-archive-office-locations .con-wrap h3,
.post-type-archive-office-locations .con-wrap h4,
.post-type-archive-office-locations .con-wrap h5,
.post-type-archive-office-locations .con-wrap h6 {
    color: #39a0d1;
    font-weight: 300
}

.page-template-template-location-results-php .con-wrap h2,
.page-template-template-location-results-php .con-wrap h3,
.page-template-template-location-results-php .con-wrap h4,
.page-template-template-location-results-php .con-wrap h5,
.page-template-template-location-results-php .con-wrap h6,
.post-type-archive-office-locations .con-wrap h2,
.post-type-archive-office-locations .con-wrap h3,
.post-type-archive-office-locations .con-wrap h4,
.post-type-archive-office-locations .con-wrap h5,
.post-type-archive-office-locations .con-wrap h6 {
    color: #696969
}

.page-template-template-location-results-php .con-wrap h2,
.post-type-archive-office-locations .con-wrap h2 {
    font-size: 1.6rem
}

.page-template-template-location-results-php .con-wrap h3,
.post-type-archive-office-locations .con-wrap h3 {
    font-size: 1.4rem
}

.page-template-template-location-results-php .con-wrap h4,
.post-type-archive-office-locations .con-wrap h4 {
    font-size: 1.2rem;
    font-weight: normal
}

.page-template-template-location-results-php .con-wrap h5,
.post-type-archive-office-locations .con-wrap h5 {
    font-size: 1rem;
    color: black;
    font-weight: normal
}

.page-template-template-location-results-php .con-wrap p,
.post-type-archive-office-locations .con-wrap p {
    font-family: "Open Sans", sans-serif;
    font-size: .9rem;
    color: #696969;
    text-align: center;
    margin-bottom: 2.5rem
}

.page-template-template-location-results-php .con-wrap img,
.post-type-archive-office-locations .con-wrap img {
    border: none
}

@media all and (max-width: 540px) {
    .page-template-template-location-results-php .con-wrap img,
    .post-type-archive-office-locations .con-wrap img {
        width: 100%
    }
}

.page-template-template-location-results-php .con-wrap img.state,
.post-type-archive-office-locations .con-wrap img.state {
    margin: 0 auto;
    max-width: 240px;
    max-height: 240px;
    display: block
}

.page-template-template-location-results-php .con-wrap blockquote,
.post-type-archive-office-locations .con-wrap blockquote {
    border-left: 2px solid #39a0d1;
    background: white;
    padding: 1%;
    text-align: center;
    font-style: italic
}

.page-template-template-location-results-php .con-wrap blockquote p,
.post-type-archive-office-locations .con-wrap blockquote p {
    margin-bottom: 0;
    font-size: 1.1rem
}

.page-template-archive-coupons .con-wrap h1,
.post-type-archive-coupons .con-wrap h1,
.page-template-template-locations .con-wrap h1 {
    font-family: "Lato", sans-serif;
    text-transform: capitalize;
    font-weight: 300;
    color: #39a0d1;
    font-size: 1.8rem;
    margin-bottom: .3rem;
    text-align: center
}

@media all and (max-width: 1024px) {
    .page-template-archive-coupons .con-wrap h1,
    .post-type-archive-coupons .con-wrap h1,
    .page-template-template-locations .con-wrap h1 {
        text-align: center;
        padding-top: 1rem
    }
}

.page-template-archive-coupons .con-wrap h1,
.page-template-archive-coupons .con-wrap h2,
.page-template-archive-coupons .con-wrap h3,
.page-template-archive-coupons .con-wrap h4,
.page-template-archive-coupons .con-wrap h5,
.page-template-archive-coupons .con-wrap h6,
.post-type-archive-coupons .con-wrap h1,
.post-type-archive-coupons .con-wrap h2,
.post-type-archive-coupons .con-wrap h3,
.post-type-archive-coupons .con-wrap h4,
.post-type-archive-coupons .con-wrap h5,
.post-type-archive-coupons .con-wrap h6,
.page-template-template-locations .con-wrap h1,
.page-template-template-locations .con-wrap h2,
.page-template-template-locations .con-wrap h3,
.page-template-template-locations .con-wrap h4,
.page-template-template-locations .con-wrap h5,
.page-template-template-locations .con-wrap h6 {
    color: #39a0d1;
    font-weight: 300
}

.page-template-archive-coupons .con-wrap h2,
.page-template-archive-coupons .con-wrap h3,
.page-template-archive-coupons .con-wrap h4,
.page-template-archive-coupons .con-wrap h5,
.page-template-archive-coupons .con-wrap h6,
.post-type-archive-coupons .con-wrap h2,
.post-type-archive-coupons .con-wrap h3,
.post-type-archive-coupons .con-wrap h4,
.post-type-archive-coupons .con-wrap h5,
.post-type-archive-coupons .con-wrap h6,
.page-template-template-locations .con-wrap h2,
.page-template-template-locations .con-wrap h3,
.page-template-template-locations .con-wrap h4,
.page-template-template-locations .con-wrap h5,
.page-template-template-locations .con-wrap h6 {
    color: #696969
}

.page-template-archive-coupons .con-wrap h2,
.post-type-archive-coupons .con-wrap h2,
.page-template-template-locations .con-wrap h2 {
    font-size: 1.6rem
}

.page-template-archive-coupons .con-wrap h3,
.post-type-archive-coupons .con-wrap h3,
.page-template-template-locations .con-wrap h3 {
    font-size: 1.4rem
}

.page-template-archive-coupons .con-wrap h4,
.post-type-archive-coupons .con-wrap h4,
.page-template-template-locations .con-wrap h4 {
    font-size: 1.2rem;
    font-weight: normal
}

.page-template-archive-coupons .con-wrap h5,
.post-type-archive-coupons .con-wrap h5,
.page-template-template-locations .con-wrap h5 {
    font-size: 1rem;
    color: black;
    font-weight: normal
}

.page-template-archive-coupons .con-wrap p,
.post-type-archive-coupons .con-wrap p,
.page-template-template-locations .con-wrap p {
    font-family: "Open Sans", sans-serif;
    font-size: .9rem;
    color: #696969;
    text-align: center;
    margin-bottom: 2.5rem
}

.page-template-archive-coupons .con-wrap img,
.post-type-archive-coupons .con-wrap img,
.page-template-template-locations .con-wrap img {
    border: none
}

@media all and (max-width: 768px) {
    .page-template-archive-coupons .con-wrap img,
    .post-type-archive-coupons .con-wrap img,
    .page-template-template-locations .con-wrap img {
        margin: 0 auto;
        display: block
    }
}

@media all and (max-width: 540px) {
    .page-template-archive-coupons .con-wrap img,
    .post-type-archive-coupons .con-wrap img,
    .page-template-template-locations .con-wrap img {
        width: auto;
        max-width: 100%
    }
}

.page-template-template-location-results-php .con-wrap .large-4,
.post-type-archive-office-locations .con-wrap .large-4 {
    float: left;
    margin-bottom: 1rem
}

.page-template-template-location-results-php .con-wrap .loc-node-act,
.post-type-archive-office-locations .con-wrap .loc-node-act {
    border-bottom: 3px solid #39a0d1;
    min-height: 345px;
    height: auto;
    margin-bottom: 2.2rem
}

@media all and (max-width: 768px) {
    .page-template-template-location-results-php .con-wrap .loc-node-act img,
    .post-type-archive-office-locations .con-wrap .loc-node-act img {
        margin: 0 auto;
        display: block
    }
}

.page-template-template-location-results-php .con-wrap .loc-node-act span.stars,
.page-template-template-location-results-php .con-wrap .loc-node-act span.stars span,
.post-type-archive-office-locations .con-wrap .loc-node-act span.stars,
.post-type-archive-office-locations .con-wrap .loc-node-act span.stars span {
    display: block;
    background: url("../images/stars.png") 0 -16px repeat-x;
    width: 80px;
    height: 16px
}

@media all and (max-width: 768px) {
    .page-template-template-location-results-php .con-wrap .loc-node-act span.stars,
    .page-template-template-location-results-php .con-wrap .loc-node-act span.stars span,
    .post-type-archive-office-locations .con-wrap .loc-node-act span.stars,
    .post-type-archive-office-locations .con-wrap .loc-node-act span.stars span {
        margin: 0 auto
    }
}

.page-template-template-location-results-php .con-wrap .loc-node-act span.stars .star-wrap,
.page-template-template-location-results-php .con-wrap .loc-node-act span.stars span .star-wrap,
.post-type-archive-office-locations .con-wrap .loc-node-act span.stars .star-wrap,
.post-type-archive-office-locations .con-wrap .loc-node-act span.stars span .star-wrap {
    margin-bottom: .8rem
}

.page-template-template-location-results-php .con-wrap .loc-node-act span.stars span,
.post-type-archive-office-locations .con-wrap .loc-node-act span.stars span {
    background-position: 0 0
}

.page-template-template-location-results-php .con-wrap .loc-node-act .star-wrap,
.post-type-archive-office-locations .con-wrap .loc-node-act .star-wrap {
    margin-bottom: .7rem
}

.page-template-template-location-results-php .con-wrap .loc-node-act h3,
.post-type-archive-office-locations .con-wrap .loc-node-act h3 {
    margin-top: .6rem;
    color: #39a0d1;
    min-height: 52px
}

@media all and (max-width: 768px) {
    .page-template-template-location-results-php .con-wrap .loc-node-act h3,
    .post-type-archive-office-locations .con-wrap .loc-node-act h3 {
        text-align: center
    }
}

.page-template-template-location-results-php .con-wrap .loc-node-act p,
.post-type-archive-office-locations .con-wrap .loc-node-act p {
    text-align: left;
    margin-bottom: .5rem
}

@media all and (max-width: 768px) {
    .page-template-template-location-results-php .con-wrap .loc-node-act p,
    .post-type-archive-office-locations .con-wrap .loc-node-act p {
        text-align: center
    }
}

.page-template-template-location-results-php .con-wrap .loc-node-act p span,
.post-type-archive-office-locations .con-wrap .loc-node-act p span {
    font-size: 1rem;
    font-weight: bold
}

.page-template-template-location-results-php .con-wrap .block-wrap,
.post-type-archive-office-locations .con-wrap .block-wrap {
    border: 1px solid #e1e1e1;
    float: left;
    width: 100%;
    background: url("../images/serv-ar.png") no-repeat 92% center
}

.page-template-template-location-results-php .con-wrap .block-wrap img,
.post-type-archive-office-locations .con-wrap .block-wrap img {
    float: left;
    max-height: 63px;
    max-width: 57px
}

.page-template-template-location-results-php .con-wrap .block-wrap h2,
.post-type-archive-office-locations .con-wrap .block-wrap h2 {
    float: left;
    text-align: left;
    padding-left: 1.5rem;
    font-size: 1.3rem;
    width: 100%;
    text-align: center;
    width: 50%;
    padding-top: .7rem
}

.page-template-template-location-results-php .con-wrap .block-wrap h2:before,
.post-type-archive-office-locations .con-wrap .block-wrap h2:before {
    content: "";
    display: block;
    height: 25px;
    width: 47px;
    margin: 0 auto;
    background: url("../images/loc-sun.png") no-repeat center;
    display: none
}

.page-template-template-location-results-php .con-wrap .blog-block,
.post-type-archive-office-locations .con-wrap .blog-block {
    background: white;
    height: auto;
    width: 100%;
    border-top: 3px solid #39a0d1;
    margin-bottom: 0rem;
    padding: 8%;
    padding-top: 1%;
    padding-bottom: 0
}

.page-template-template-location-results-php .con-wrap .blog-block h1,
.post-type-archive-office-locations .con-wrap .blog-block h1 {
    font-size: 1.1rem;
    margin-top: 1%;
    margin-bottom: 7%;
    color: #696969
}

@media all and (max-width: 800px) {
    .page-template-template-location-results-php .con-wrap .blog-block p,
    .post-type-archive-office-locations .con-wrap .blog-block p {
        text-align: center
    }
}

.page-template-template-location-results-php .con-wrap .blog-block a,
.post-type-archive-office-locations .con-wrap .blog-block a {
    color: #39a0d1;
    font-family: "Lato", sans-serif;
    text-transform: uppercase;
    font-size: .9rem
}

@media all and (max-width: 800px) {
    .page-template-template-location-results-php .con-wrap .blog-block a,
    .post-type-archive-office-locations .con-wrap .blog-block a {
        display: block;
        width: 100%;
        text-align: center
    }
}

.page-template-template-location-results-php .con-wrap h1,
.post-type-archive-office-locations .con-wrap h1 {
    font-family: "Lato", sans-serif;
    text-transform: capitalize;
    font-weight: 300;
    color: #39a0d1;
    font-size: 1.8rem;
    margin-bottom: .3rem;
    text-align: center
}

@media all and (max-width: 1024px) {
    .page-template-template-location-results-php .con-wrap h1,
    .post-type-archive-office-locations .con-wrap h1 {
        text-align: center;
        padding-top: 1rem
    }
}

.page-template-template-location-results-php .con-wrap h1,
.page-template-template-location-results-php .con-wrap h2,
.page-template-template-location-results-php .con-wrap h3,
.page-template-template-location-results-php .con-wrap h4,
.page-template-template-location-results-php .con-wrap h5,
.page-template-template-location-results-php .con-wrap h6,
.post-type-archive-office-locations .con-wrap h1,
.post-type-archive-office-locations .con-wrap h2,
.post-type-archive-office-locations .con-wrap h3,
.post-type-archive-office-locations .con-wrap h4,
.post-type-archive-office-locations .con-wrap h5,
.post-type-archive-office-locations .con-wrap h6 {
    color: #39a0d1;
    font-weight: 300
}

.page-template-template-location-results-php .con-wrap h2,
.page-template-template-location-results-php .con-wrap h3,
.page-template-template-location-results-php .con-wrap h4,
.page-template-template-location-results-php .con-wrap h5,
.page-template-template-location-results-php .con-wrap h6,
.post-type-archive-office-locations .con-wrap h2,
.post-type-archive-office-locations .con-wrap h3,
.post-type-archive-office-locations .con-wrap h4,
.post-type-archive-office-locations .con-wrap h5,
.post-type-archive-office-locations .con-wrap h6 {
    color: #696969
}

.page-template-template-location-results-php .con-wrap h2,
.post-type-archive-office-locations .con-wrap h2 {
    font-size: 1.6rem
}

.page-template-template-location-results-php .con-wrap h3,
.post-type-archive-office-locations .con-wrap h3 {
    font-size: 1.4rem
}

.page-template-template-location-results-php .con-wrap h4,
.post-type-archive-office-locations .con-wrap h4 {
    font-size: 1.2rem;
    font-weight: normal
}

.page-template-template-location-results-php .con-wrap h5,
.post-type-archive-office-locations .con-wrap h5 {
    font-size: 1rem;
    color: black;
    font-weight: normal
}

.page-template-template-location-results-php .con-wrap p,
.post-type-archive-office-locations .con-wrap p {
    font-family: "Open Sans", sans-serif;
    font-size: .9rem;
    color: #696969;
    text-align: center;
    margin-bottom: 2.5rem
}

.page-template-template-location-results-php .con-wrap img,
.post-type-archive-office-locations .con-wrap img {
    border: none
}

@media all and (max-width: 540px) {
    .page-template-template-location-results-php .con-wrap img,
    .post-type-archive-office-locations .con-wrap img {
        width: 100%
    }
}

.page-template-template-location-results-php .con-wrap img.state,
.post-type-archive-office-locations .con-wrap img.state {
    margin: 0 auto;
    max-width: 240px;
    max-height: 240px;
    display: block
}

.page-template-template-location-results-php .con-wrap blockquote,
.post-type-archive-office-locations .con-wrap blockquote {
    border-left: 2px solid #39a0d1;
    background: white;
    padding: 1%;
    text-align: center;
    font-style: italic
}

.page-template-template-location-results-php .con-wrap blockquote p,
.post-type-archive-office-locations .con-wrap blockquote p {
    margin-bottom: 0;
    font-size: 1.1rem
}

.page-template-template-location-results-php .con-wrap .large-4,
.search .con-wrap .large-4 {
    float: left;
    margin-bottom: 1rem
}

.page-template-template-location-results-php .con-wrap .loc-node-act,
.search .con-wrap .loc-node-act {
    border-bottom: 3px solid #39a0d1;
    min-height: 345px;
    height: auto;
    margin-bottom: 2.2rem
}

@media all and (max-width: 768px) {
    .page-template-template-location-results-php .con-wrap .loc-node-act img,
    .search .con-wrap .loc-node-act img {
        margin: 0 auto;
        display: block
    }
}

.page-template-template-location-results-php .con-wrap .loc-node-act span.stars,
.page-template-template-location-results-php .con-wrap .loc-node-act span.stars span,
.search .con-wrap .loc-node-act span.stars,
.search .con-wrap .loc-node-act span.stars span {
    display: block;
    background: url("../images/stars.png") 0 -16px repeat-x;
    width: 80px;
    height: 16px
}

@media all and (max-width: 768px) {
    .page-template-template-location-results-php .con-wrap .loc-node-act span.stars,
    .page-template-template-location-results-php .con-wrap .loc-node-act span.stars span,
    .search .con-wrap .loc-node-act span.stars,
    .search .con-wrap .loc-node-act span.stars span {
        margin: 0 auto
    }
}

.page-template-template-location-results-php .con-wrap .loc-node-act span.stars .star-wrap,
.page-template-template-location-results-php .con-wrap .loc-node-act span.stars span .star-wrap,
.search .con-wrap .loc-node-act span.stars .star-wrap,
.search .con-wrap .loc-node-act span.stars span .star-wrap {
    margin-bottom: .8rem
}

.page-template-template-location-results-php .con-wrap .loc-node-act span.stars span,
.search .con-wrap .loc-node-act span.stars span {
    background-position: 0 0
}

.page-template-template-location-results-php .con-wrap .loc-node-act .star-wrap,
.search .con-wrap .loc-node-act .star-wrap {
    margin-bottom: .7rem
}

.page-template-template-location-results-php .con-wrap .loc-node-act h3,
.search .con-wrap .loc-node-act h3 {
    margin-top: .6rem;
    color: #39a0d1
}

@media all and (max-width: 768px) {
    .page-template-template-location-results-php .con-wrap .loc-node-act h3,
    .search .con-wrap .loc-node-act h3 {
        text-align: center
    }
}

.page-template-template-location-results-php .con-wrap .loc-node-act p,
.search .con-wrap .loc-node-act p {
    text-align: left;
    margin-bottom: .5rem;
    min-height: 52px
}

.page-template-template-location-results-php .con-wrap .loc-node-act p:last-child,
.search .con-wrap .loc-node-act p:last-child {
    height: auto;
    min-height: 1px
}

@media all and (max-width: 768px) {
    .page-template-template-location-results-php .con-wrap .loc-node-act p,
    .search .con-wrap .loc-node-act p {
        text-align: center
    }
}

.page-template-template-location-results-php .con-wrap .loc-node-act p span,
.search .con-wrap .loc-node-act p span {
    font-size: 1rem;
    font-weight: bold
}

.page-template-template-location-results-php .con-wrap .block-wrap,
.search .con-wrap .block-wrap {
    border: 1px solid #e1e1e1;
    float: left;
    width: 100%;
    background: url("../images/serv-ar.png") no-repeat 92% center
}

.page-template-template-location-results-php .con-wrap .block-wrap img,
.search .con-wrap .block-wrap img {
    float: left;
    max-height: 63px;
    max-width: 57px
}

.page-template-template-location-results-php .con-wrap .block-wrap h2,
.search .con-wrap .block-wrap h2 {
    float: left;
    text-align: left;
    padding-left: 1.5rem;
    font-size: 1.3rem;
    width: 100%;
    text-align: center;
    width: 50%;
    padding-top: .7rem
}

.page-template-template-location-results-php .con-wrap .block-wrap h2:before,
.search .con-wrap .block-wrap h2:before {
    content: "";
    display: block;
    height: 25px;
    width: 47px;
    margin: 0 auto;
    background: url("../images/loc-sun.png") no-repeat center;
    display: none
}

.page-template-template-location-results-php .con-wrap .blog-block,
.search .con-wrap .blog-block {
    background: white;
    height: auto;
    width: 100%;
    border-top: 3px solid #39a0d1;
    margin-bottom: 0rem;
    padding: 8%;
    padding-top: 1%;
    padding-bottom: 0
}

.page-template-template-location-results-php .con-wrap .blog-block h1,
.search .con-wrap .blog-block h1 {
    font-size: 1.1rem;
    margin-top: 1%;
    margin-bottom: 7%;
    color: #696969
}

@media all and (max-width: 800px) {
    .page-template-template-location-results-php .con-wrap .blog-block p,
    .search .con-wrap .blog-block p {
        text-align: center
    }
}

.page-template-template-location-results-php .con-wrap .blog-block a,
.search .con-wrap .blog-block a {
    color: #39a0d1;
    font-family: "Lato", sans-serif;
    text-transform: uppercase;
    font-size: .9rem
}

@media all and (max-width: 800px) {
    .page-template-template-location-results-php .con-wrap .blog-block a,
    .search .con-wrap .blog-block a {
        display: block;
        width: 100%;
        text-align: center
    }
}

.page-template-template-location-results-php .con-wrap h1,
.search .con-wrap h1 {
    font-family: "Lato", sans-serif;
    text-transform: capitalize;
    font-weight: 300;
    color: #39a0d1;
    font-size: 1.8rem;
    margin-bottom: .3rem;
    text-align: center
}

@media all and (max-width: 1024px) {
    .page-template-template-location-results-php .con-wrap h1,
    .search .con-wrap h1 {
        text-align: center;
        padding-top: 1rem
    }
}

.page-template-template-location-results-php .con-wrap h1,
.page-template-template-location-results-php .con-wrap h2,
.page-template-template-location-results-php .con-wrap h3,
.page-template-template-location-results-php .con-wrap h4,
.page-template-template-location-results-php .con-wrap h5,
.page-template-template-location-results-php .con-wrap h6,
.search .con-wrap h1,
.search .con-wrap h2,
.search .con-wrap h3,
.search .con-wrap h4,
.search .con-wrap h5,
.search .con-wrap h6 {
    color: #39a0d1;
    font-weight: 300
}

.page-template-template-location-results-php .con-wrap h2,
.page-template-template-location-results-php .con-wrap h3,
.page-template-template-location-results-php .con-wrap h4,
.page-template-template-location-results-php .con-wrap h5,
.page-template-template-location-results-php .con-wrap h6,
.search .con-wrap h2,
.search .con-wrap h3,
.search .con-wrap h4,
.search .con-wrap h5,
.search .con-wrap h6 {
    color: #696969
}

.page-template-template-location-results-php .con-wrap h2,
.search .con-wrap h2 {
    font-size: 1.6rem
}

.page-template-template-location-results-php .con-wrap h3,
.search .con-wrap h3 {
    font-size: 1.4rem
}

.page-template-template-location-results-php .con-wrap h4,
.search .con-wrap h4 {
    font-size: 1.2rem;
    font-weight: normal
}

.page-template-template-location-results-php .con-wrap h5,
.search .con-wrap h5 {
    font-size: 1rem;
    color: black;
    font-weight: normal
}

.page-template-template-location-results-php .con-wrap p,
.search .con-wrap p {
    font-family: "Open Sans", sans-serif;
    font-size: .9rem;
    color: #696969;
    text-align: center;
    margin-bottom: 2.5rem
}

.page-template-template-location-results-php .con-wrap img,
.search .con-wrap img {
    border: none
}

@media all and (max-width: 540px) {
    .page-template-template-location-results-php .con-wrap img,
    .search .con-wrap img {
        width: 100%
    }
}

.page-template-template-location-results-php .con-wrap img.state,
.search .con-wrap img.state {
    margin: 0 auto;
    max-width: 240px;
    max-height: 240px;
    display: block
}

.page-template-template-location-results-php .con-wrap blockquote,
.search .con-wrap blockquote {
    border-left: 2px solid #39a0d1;
    background: white;
    padding: 1%;
    text-align: center;
    font-style: italic
}

.page-template-template-location-results-php .con-wrap blockquote p,
.search .con-wrap blockquote p {
    margin-bottom: 0;
    font-size: 1.1rem
}

.exer-wrap {
    background: white;
    padding: 0%;
    margin-bottom: 2rem;
    float: left
}

.exer-wrap h2 {
    color: #39a0d1;
    font-size: 1.3rem;
    background: #fafdfe;
    padding: 2.3%;
    margin-bottom: 0;
    border: 1px solid #e1e1e1
}

@media all and (max-width: 1036px) {
    .exer-wrap h2 {
        text-align: center
    }
}

.exer-wrap .feat-img-wrap {
    border: 1px solid #e1e1e1;
    border-top: none;
    width: 220px;
    height: 220px;
    float: left
}

@media all and (max-width: 1036px) {
    .exer-wrap .feat-img-wrap {
        width: 30.5%;
        display: block;
        float: none;
        margin: 0 auto;
        margin-top: 2%;
        max-width: 100%;
        width: 100%;
        height: 100%;
        max-height: 220px;
        max-width: 220px
    }
}

.exer-wrap .feat-img-wrap img {
    margin: 0;
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
    border-top: none
}

@media all and (max-width: 1036px) {
    .exer-wrap .feat-img-wrap img {
        margin: 0;
        display: block;
        width: 100%;
        height: 100%;
        max-height: 220px;
        max-width: 220px;
        border: 0;
        border-top: 1px solid #e1e1e1
    }
}

.exer-wrap .exer-con-wrap {
    height: 220px;
    float: left;
    width: 500px;
    padding: 4%;
    border-right: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1
}

@media all and (max-width: 1036px) {
    .exer-wrap .exer-con-wrap {
        float: none;
        width: 100%;
        height: auto;
        border: none
    }
}

.exer-wrap p {
    width: 96%
}

@media all and (max-width: 1036px) {
    .exer-wrap p {
        margin-right: 0;
        text-align: center
    }
}

.exer-wrap a {
    width: 158px;
    float: none
}

@media all and (max-width: 1036px) {
    .exer-wrap a {
        margin: 0 auto
    }
}

.exer-wrap .post-meta {
    font-style: italic;
    font-size: .8rem
}

.exer-wrap.blog-exer {
    width: 100%
}

.exer-wrap.blog-exer h2 {
    font-size: 1.5rem !important
}

.exer-wrap.blog-exer h4 {
    padding-bottom: 1rem
}

.exer-wrap.blog-exer .exer-con-wrap.blog-exer-con {
    width: 100% !important;
    border-left: 1px solid #e1e1e1 !important;
    height: auto
}

.con-wrap #thetop:before {
    display: block;
    content: " ";
    margin-top: -285px;
    height: 285px;
    visibility: hidden
}

.blog-con-wrap h2 {
    color: #39a0d1 !important
}

.con-wrap .navigation {
    background: white;
    padding: 4%;
    margin-bottom: 2rem;
    padding-bottom: 2.4rem
}

.con-wrap .navigation a {
    font-family: "Lato", sans-serif;
    color: #39a0d1
}

.alignleft {
    float: left
}

.alignleft {
    float: right
}

.home .subfoot-wrap {
    display: none
}

html,
body {
    background: white !important
}

.subfoot-wrap {
    margin-top: 3rem;
    height: 277px;
    background: url("../images/sub-foot-bg.png") top no-repeat;
    background-position: fixed
}

.subfoot-wrap .bx-wrapper {
    background: transparent
}

.subfoot-wrap .bx-wrapper .bx-controls .bx-prev {
    background: url("../images/coup-prev.png") no-repeat center;
    height: 29px;
    width: 29px;
    margin-left: -46px
}

@media all and (max-width: 1063px) {
    .subfoot-wrap .bx-wrapper .bx-controls .bx-prev {
        margin: 0
    }
}

@media all and (max-width: 680px) {
    .subfoot-wrap .bx-wrapper .bx-controls .bx-prev {
        display: none
    }
}

.subfoot-wrap .bx-wrapper .bx-controls .bx-next {
    background: url("../images/coup-next.png") no-repeat center;
    height: 29px;
    width: 29px;
    margin-right: -46px
}

@media all and (max-width: 1063px) {
    .subfoot-wrap .bx-wrapper .bx-controls .bx-next {
        margin: 0
    }
}

@media all and (max-width: 680px) {
    .subfoot-wrap .bx-wrapper .bx-controls .bx-next {
        display: none
    }
}

.subfoot-wrap .bx-wrapper .sub-car-wrap .large-12 {
    background: transparent
}

.subfoot-wrap:before {
    content: "";
    display: block;
    height: 75px;
    width: 75px;
    background: url("../images/sub-foot-sun.png");
    position: absolute;
    left: 50%;
    margin-left: -37.5px;
    margin-top: -37px
}

.subfoot-wrap h1 {
    font-family: "Lato", sans-serif;
    text-transform: capitalize;
    font-weight: 300;
    color: #39a0d1;
    font-size: 1.8rem;
    margin-top: 2.8rem;
    margin-bottom: 1.8rem;
    text-align: center
}

.subfoot-wrap p {
    font-family: "Lato", sans-serif;
    font-size: .9rem;
    color: #696969;
    max-width: 600px;
    margin: 0 auto;
    margin-bottom: 2rem;
    text-align: center
}

.subfoot-wrap a {
    margin: 0 auto
}

@media all and (max-width: 1025px) {
    .subfoot-wrap {
        height: auto;
        padding-bottom: 5%
    }
}

.foot-wrap {
    height: auto;
    min-height: 82px;
    background: #39a0d1
}

.foot-wrap .top-foot-wrap {
    height: 220px
}

@media all and (max-width: 1025px) {
    .foot-wrap .top-foot-wrap {
        height: auto;
        min-height: 220px;
        padding-bottom: 1rem
    }
}

.foot-wrap .top-foot-wrap .row {
    padding-top: 17px
}

.foot-wrap .top-foot-wrap h2 {
    font-weight: lighter;
    font-size: 1.5rem;
    color: white;
    margin: 0;
    margin-bottom: 7px
}

@media all and (max-width: 1025px) {
    .foot-wrap .top-foot-wrap h2 {
        text-align: center
    }
}

.foot-wrap .top-foot-wrap ul {
    margin: 0;
    list-style: none;
    border-right: 1px solid #5eb2da
}

@media all and (max-width: 1025px) {
    .foot-wrap .top-foot-wrap ul {
        margin-bottom: 1.2rem;
        border: none
    }
}

.foot-wrap .top-foot-wrap ul li a {
    font-size: .9rem;
    color: #bdefff
}

.foot-wrap .top-foot-wrap ul li a:hover {
    color: white
}

@media all and (max-width: 1025px) {
    .foot-wrap .top-foot-wrap ul li a {
        text-align: center;
        width: 100%;
        display: block
    }
}

.foot-wrap .top-foot-wrap ul.soc-links {
    width: 100%
}

@media (max-width: 768px) {
    .foot-wrap .top-foot-wrap ul.soc-links {
        text-align: center;
        margin-bottom: 0px
    }
}

.foot-wrap .top-foot-wrap ul.soc-links li {
    float: left;
    width: 30px;
    height: 34px;
    margin-right: 9px;
    margin-bottom: 7px
}

.foot-wrap .top-foot-wrap ul.soc-links li:nth-child(1) {
    background: url("../images/foot-soc-fbook.png") center no-repeat
}

.foot-wrap .top-foot-wrap ul.soc-links li:nth-child(2) {
    background: url("../images/foot-soc-twitt.png") center no-repeat
}

.foot-wrap .top-foot-wrap ul.soc-links li:nth-child(3) {
    background: url("../images/foot-soc-gplus.png") center no-repeat
}

.foot-wrap .top-foot-wrap ul.soc-links li:nth-child(4) {
    background: url("../images/foot-soc-tube.png") center no-repeat
}

.foot-wrap .top-foot-wrap ul.soc-links li:nth-child(5) {
    background: url("../images/foot-soc-inst.png") center no-repeat
}

@media (max-width: 768px) {
    .foot-wrap .top-foot-wrap ul.soc-links li {
        float: none;
        display: inline-block;
        margin-right: 4px;
        margin-left: 4px
    }
}

.foot-wrap .top-foot-wrap ul.soc-links li a {
    height: 100%;
    width: 100%;
    display: block
}

.foot-wrap .top-foot-wrap p {
    font-size: 0.9rem;
    color: #bdefff
}

@media all and (max-width: 1025px) {
    .foot-wrap .top-foot-wrap p {
        width: 100%;
        text-align: center
    }
}

.foot-wrap .top-foot-wrap img {
    margin: 11px 0px
}

@media all and (max-width: 1025px) {
    .foot-wrap .top-foot-wrap img {
        margin: 0 auto;
        display: block;
        margin-bottom: 0.6rem
    }
}

.foot-wrap .top-foot-wrap a.con-but {
    float: right;
    height: 35px;
    width: 100%;
    color: white;
    border-bottom: 2px solid #ff8617;
    text-align: center;
    line-height: 2rem;
    font-size: 0.9rem;
    font-family: "Open Sans", sans-serif;
    font-weight: bold
}

.foot-wrap .bot-foot-wrap {
    height: 88px;
    background: #f7f7f7
}

@media all and (max-width: 1058px) {
    .foot-wrap .bot-foot-wrap {
        height: auto
    }
}

.foot-wrap .cred-wrap {
    height: 30px;
    background: #EFEFEF;
    dispaly: none
}

.foot-wrap .cred-wrap a {
    display: block;
    height: 100%;
    width: 100%;
    text-align: center;
    color: #7D7D7D;
    font-size: 0.7rem;
    line-height: 1.9rem
}

.foot-wrap .foot-left {
    margin-top: 21px;
    color: #959595;
    float: left;
    min-width: 549px
}

@media all and (max-width: 1058px) {
    .foot-wrap .foot-left {
        width: 100%;
        min-width: 100%
    }
    .foot-wrap .foot-left img {
        float: none;
        margin: 0 auto;
        display: block
    }
}

.foot-wrap .foot-left p {
    font-family: "Lato", sans-serif;
    font-size: .9rem;
    float: left;
    padding-left: 2%;
    padding-top: 11px
}

@media all and (max-width: 1058px) {
    .foot-wrap .foot-left p {
        float: none;
        width: 100%;
        text-align: center;
        padding: 0;
        margin-bottom: 3px
    }
}

.foot-wrap .foot-left img {
    float: left;
    padding-top: 8px
}

@media all and (max-width: 1058px) {
    .foot-wrap .foot-left img {
        float: none;
        margin: 0 auto;
        display: block
    }
}

.foot-wrap .foot-right {
    margin-top: 18px;
    color: white;
    float: right
}

.foot-wrap .foot-right .cred-link {
    display: block;
    display: none;
    height: 46px;
    width: 74px;
    background: transparent;
    position: absolute;
    right: 0;
    z-index: 99
}

@media all and (max-width: 1024px) {
    .foot-wrap .foot-right .cred-link {
        left: 50%;
        margin-left: 124px
    }
}

.foot-wrap .foot-right p {
    font-family: "Lato", sans-serif;
    font-size: 1rem
}

@media all and (max-width: 1058px) {
    .foot-wrap .foot-right {
        margin-top: 8px;
        width: 100%;
        min-width: 100%
    }
    .foot-wrap .foot-right img {
        margin: 0 auto;
        float: none;
        display: block;
        margin-bottom: 1rem;
        width: 100%;
        max-width: 380px
    }
}

@media all and (max-width: 1025px) {
    .foot-wrap {
        height: auto
    }
    .foot-wrap .foot-right,
    .foot-wrap .foot-left {
        float: none;
        width: 100%;
        text-align: center
    }
}

.cta-but {
    background: #fec62e;
    border: 1px solid #ff8617;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out
}

.cta-but:hover {
    background: #EC9103;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out
}

.cta-btn {
    color: white;
    font-weight: bold;
    text-transform: capitalize;
    font-size: 0.9rem;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    display: block;
    height: 35px;
    background: #fec62e;
    border: 1px solid #ff8617;
    text-align: center;
    font-size: .8rem;
    line-height: 2.2rem;
    width: 277px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out
}

.cta-btn:hover {
    color: white;
    background: #EC9103;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out
}

.cta-btn:focus {
    color: white;
    background: #EC9103;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out
}

.mob-create {
    display: none !important
}

@media all and (max-width: 1025px) {
    .mob-destroy {
        display: none !important
    }
    .mob-create {
        display: block !important
    }
}

#wpadminbar {
    position: fixed;
    z-index: 9999999999999999
}

.navigation {
    display: block !important
}


/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/

.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 {
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

.animated.flipOutX,
.animated.flipOutY {
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

@-webkit-keyframes bounce {
    0%,
    20%,
    53%,
    80%,
    100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

@keyframes bounce {
    0%,
    20%,
    53%,
    80%,
    100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -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 {
    0%,
    50%,
    100% {
        opacity: 1
    }
    25%,
    75% {
        opacity: 0
    }
}

@keyframes flash {
    0%,
    50%,
    100% {
        opacity: 1
    }
    25%,
    75% {
        opacity: 0
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1)
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1)
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1)
    }
    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1)
    }
    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1)
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1)
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1)
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1)
    }
    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1)
    }
    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1)
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand
}

@-webkit-keyframes shake {
    0%,
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

@keyframes shake {
    0%,
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }
    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }
    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg)
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg)
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}

@-webkit-keyframes jello {
    11.1% {
        -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(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg)
    }
    77.7% {
        -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
        transform: skewX(0.39063deg) skewY(0.39063deg)
    }
    88.8% {
        -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
        transform: skewX(-0.19531deg) skewY(-0.19531deg)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes jello {
    11.1% {
        -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(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg)
    }
    77.7% {
        -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
        transform: skewX(0.39063deg) skewY(0.39063deg)
    }
    88.8% {
        -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
        transform: skewX(-0.19531deg) skewY(-0.19531deg)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}

.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    transform-origin: center
}

@-webkit-keyframes bounceIn {
    0%,
    20%,
    40%,
    60%,
    80%,
    100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.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(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes bounceIn {
    0%,
    20%,
    40%,
    60%,
    80%,
    100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.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(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {
    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.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)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInDown {
    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.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)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {
    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.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)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInLeft {
    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.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)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {
    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.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)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInRight {
    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.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)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {
    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes bounceInUp {
    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9)
    }
    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9)
    }
    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.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)
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-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)
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-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)
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-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)
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-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)
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY
}

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }
    100% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }
    100% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }
    100% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}

@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }
    100% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY
}

@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1
    }
    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1
    }
    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
    0% {
        opacity: 1
    }
    100% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOut {
    0% {
        opacity: 1
    }
    100% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }
    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

@keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }
    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

@keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }
    100% {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }
    100% {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge
}

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}

@-webkit-keyframes rollOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}

@keyframes rollOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }
    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }
    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

@keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

@keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }
    100% {
        opacity: 0
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }
    100% {
        opacity: 0
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.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(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.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(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp
}

@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    100% {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes slideOutDown {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    100% {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown
}

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    100% {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    100% {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    100% {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    100% {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    100% {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    100% {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}


/*!
hvr
*/

.hvr-grow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform
}

.hvr-grow:hover,
.hvr-grow:focus,
.hvr-grow:active {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.hvr-shrink {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform
}

.hvr-shrink:hover,
.hvr-shrink:focus,
.hvr-shrink:active {
    -webkit-transform: scale(0.9);
    transform: scale(0.9)
}

@-webkit-keyframes hvr-pulse {
    25% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    75% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9)
    }
}

@keyframes hvr-pulse {
    25% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    75% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9)
    }
}

.hvr-pulse {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale
}

.hvr-pulse:hover,
.hvr-pulse:focus,
.hvr-pulse:active {
    -webkit-animation-name: hvr-pulse;
    animation-name: hvr-pulse;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

@-webkit-keyframes hvr-pulse-grow {
    to {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

@keyframes hvr-pulse-grow {
    to {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

.hvr-pulse-grow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale
}

.hvr-pulse-grow:hover,
.hvr-pulse-grow:focus,
.hvr-pulse-grow:active {
    -webkit-animation-name: hvr-pulse-grow;
    animation-name: hvr-pulse-grow;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate
}

@-webkit-keyframes hvr-pulse-shrink {
    to {
        -webkit-transform: scale(0.9);
        transform: scale(0.9)
    }
}

@keyframes hvr-pulse-shrink {
    to {
        -webkit-transform: scale(0.9);
        transform: scale(0.9)
    }
}

.hvr-pulse-shrink {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale
}

.hvr-pulse-shrink:hover,
.hvr-pulse-shrink:focus,
.hvr-pulse-shrink:active {
    -webkit-animation-name: hvr-pulse-shrink;
    animation-name: hvr-pulse-shrink;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate
}

@-webkit-keyframes hvr-push {
    50% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes hvr-push {
    50% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.hvr-push {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale
}

.hvr-push:hover,
.hvr-push:focus,
.hvr-push:active {
    -webkit-animation-name: hvr-push;
    animation-name: hvr-push;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

@-webkit-keyframes hvr-pop {
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
}

@keyframes hvr-pop {
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
}

.hvr-pop {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale
}

.hvr-pop:hover,
.hvr-pop:focus,
.hvr-pop:active {
    -webkit-animation-name: hvr-pop;
    animation-name: hvr-pop;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

.hvr-bounce-in {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s
}

.hvr-bounce-in:hover,
.hvr-bounce-in:focus,
.hvr-bounce-in:active {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
    transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36)
}

.hvr-bounce-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s
}

.hvr-bounce-out:hover,
.hvr-bounce-out:focus,
.hvr-bounce-out:active {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
    transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36)
}

.hvr-rotate {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform
}

.hvr-rotate:hover,
.hvr-rotate:focus,
.hvr-rotate:active {
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg)
}

.hvr-grow-rotate {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform
}

.hvr-grow-rotate:hover,
.hvr-grow-rotate:focus,
.hvr-grow-rotate:active {
    -webkit-transform: scale(1.1) rotate(4deg);
    transform: scale(1.1) rotate(4deg)
}

.hvr-float {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.hvr-float:hover,
.hvr-float:focus,
.hvr-float:active {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px)
}

.hvr-sink {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.hvr-sink:hover,
.hvr-sink:focus,
.hvr-sink:active {
    -webkit-transform: translateY(8px);
    transform: translateY(8px)
}

@-webkit-keyframes hvr-bob {
    0% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px)
    }
    50% {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px)
    }
    100% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px)
    }
}

@keyframes hvr-bob {
    0% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px)
    }
    50% {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px)
    }
    100% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px)
    }
}

@-webkit-keyframes hvr-bob-float {
    100% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px)
    }
}

@keyframes hvr-bob-float {
    100% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px)
    }
}

.hvr-bob {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale
}

.hvr-bob:hover,
.hvr-bob:focus,
.hvr-bob:active {
    -webkit-animation-name: hvr-bob-float, hvr-bob;
    animation-name: hvr-bob-float, hvr-bob;
    -webkit-animation-duration: .3s, 1.5s;
    animation-duration: .3s, 1.5s;
    -webkit-animation-delay: 0s, .3s;
    animation-delay: 0s, .3s;
    -webkit-animation-timing-function: ease-out, ease-in-out;
    animation-timing-function: ease-out, ease-in-out;
    -webkit-animation-iteration-count: 1, infinite;
    animation-iteration-count: 1, infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-direction: normal, alternate;
    animation-direction: normal, alternate
}

@-webkit-keyframes hvr-hang {
    0% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px)
    }
    50% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px)
    }
    100% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px)
    }
}

@keyframes hvr-hang {
    0% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px)
    }
    50% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px)
    }
    100% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px)
    }
}

@-webkit-keyframes hvr-hang-sink {
    100% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px)
    }
}

@keyframes hvr-hang-sink {
    100% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px)
    }
}

.hvr-hang {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale
}

.hvr-hang:hover,
.hvr-hang:focus,
.hvr-hang:active {
    -webkit-animation-name: hvr-hang-sink, hvr-hang;
    animation-name: hvr-hang-sink, hvr-hang;
    -webkit-animation-duration: .3s, 1.5s;
    animation-duration: .3s, 1.5s;
    -webkit-animation-delay: 0s, .3s;
    animation-delay: 0s, .3s;
    -webkit-animation-timing-function: ease-out, ease-in-out;
    animation-timing-function: ease-out, ease-in-out;
    -webkit-animation-iteration-count: 1, infinite;
    animation-iteration-count: 1, infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-direction: normal, alternate;
    animation-direction: normal, alternate
}

.hvr-skew {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform
}

.hvr-skew:hover,
.hvr-skew:focus,
.hvr-skew:active {
    -webkit-transform: skew(-10deg);
    transform: skew(-10deg)
}

.hvr-skew-forward {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%
}

.hvr-skew-forward:hover,
.hvr-skew-forward:focus,
.hvr-skew-forward:active {
    -webkit-transform: skew(-10deg);
    transform: skew(-10deg)
}

.hvr-skew-backward {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%
}

.hvr-skew-backward:hover,
.hvr-skew-backward:focus,
.hvr-skew-backward:active {
    -webkit-transform: skew(10deg);
    transform: skew(10deg)
}

@-webkit-keyframes hvr-wobble-vertical {
    16.65% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px)
    }
    33.3% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px)
    }
    49.95% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px)
    }
    66.6% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px)
    }
    83.25% {
        -webkit-transform: translateY(1px);
        transform: translateY(1px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes hvr-wobble-vertical {
    16.65% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px)
    }
    33.3% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px)
    }
    49.95% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px)
    }
    66.6% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px)
    }
    83.25% {
        -webkit-transform: translateY(1px);
        transform: translateY(1px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.hvr-wobble-vertical {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale
}

.hvr-wobble-vertical:hover,
.hvr-wobble-vertical:focus,
.hvr-wobble-vertical:active {
    -webkit-animation-name: hvr-wobble-vertical;
    animation-name: hvr-wobble-vertical;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

@-webkit-keyframes hvr-wobble-horizontal {
    16.65% {
        -webkit-transform: translateX(8px);
        transform: translateX(8px)
    }
    33.3% {
        -webkit-transform: translateX(-6px);
        transform: translateX(-6px)
    }
    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px)
    }
    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px)
    }
    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes hvr-wobble-horizontal {
    16.65% {
        -webkit-transform: translateX(8px);
        transform: translateX(8px)
    }
    33.3% {
        -webkit-transform: translateX(-6px);
        transform: translateX(-6px)
    }
    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px)
    }
    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px)
    }
    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.hvr-wobble-horizontal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale
}

.hvr-wobble-horizontal:hover,
.hvr-wobble-horizontal:focus,
.hvr-wobble-horizontal:active {
    -webkit-animation-name: hvr-wobble-horizontal;
    animation-name: hvr-wobble-horizontal;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

@-webkit-keyframes hvr-wobble-to-bottom-right {
    16.65% {
        -webkit-transform: translate(8px, 8px);
        transform: translate(8px, 8px)
    }
    33.3% {
        -webkit-transform: translate(-6px, -6px);
        transform: translate(-6px, -6px)
    }
    49.95% {
        -webkit-transform: translate(4px, 4px);
        transform: translate(4px, 4px)
    }
    66.6% {
        -webkit-transform: translate(-2px, -2px);
        transform: translate(-2px, -2px)
    }
    83.25% {
        -webkit-transform: translate(1px, 1px);
        transform: translate(1px, 1px)
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@keyframes hvr-wobble-to-bottom-right {
    16.65% {
        -webkit-transform: translate(8px, 8px);
        transform: translate(8px, 8px)
    }
    33.3% {
        -webkit-transform: translate(-6px, -6px);
        transform: translate(-6px, -6px)
    }
    49.95% {
        -webkit-transform: translate(4px, 4px);
        transform: translate(4px, 4px)
    }
    66.6% {
        -webkit-transform: translate(-2px, -2px);
        transform: translate(-2px, -2px)
    }
    83.25% {
        -webkit-transform: translate(1px, 1px);
        transform: translate(1px, 1px)
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

.hvr-wobble-to-bottom-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale
}

.hvr-wobble-to-bottom-right:hover,
.hvr-wobble-to-bottom-right:focus,
.hvr-wobble-to-bottom-right:active {
    -webkit-animation-name: hvr-wobble-to-bottom-right;
    animation-name: hvr-wobble-to-bottom-right;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

@-webkit-keyframes hvr-wobble-to-top-right {
    16.65% {
        -webkit-transform: translate(8px, -8px);
        transform: translate(8px, -8px)
    }
    33.3% {
        -webkit-transform: translate(-6px, 6px);
        transform: translate(-6px, 6px)
    }
    49.95% {
        -webkit-transform: translate(4px, -4px);
        transform: translate(4px, -4px)
    }
    66.6% {
        -webkit-transform: translate(-2px, 2px);
        transform: translate(-2px, 2px)
    }
    83.25% {
        -webkit-transform: translate(1px, -1px);
        transform: translate(1px, -1px)
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@keyframes hvr-wobble-to-top-right {
    16.65% {
        -webkit-transform: translate(8px, -8px);
        transform: translate(8px, -8px)
    }
    33.3% {
        -webkit-transform: translate(-6px, 6px);
        transform: translate(-6px, 6px)
    }
    49.95% {
        -webkit-transform: translate(4px, -4px);
        transform: translate(4px, -4px)
    }
    66.6% {
        -webkit-transform: translate(-2px, 2px);
        transform: translate(-2px, 2px)
    }
    83.25% {
        -webkit-transform: translate(1px, -1px);
        transform: translate(1px, -1px)
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

.hvr-wobble-to-top-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale
}

.hvr-wobble-to-top-right:hover,
.hvr-wobble-to-top-right:focus,
.hvr-wobble-to-top-right:active {
    -webkit-animation-name: hvr-wobble-to-top-right;
    animation-name: hvr-wobble-to-top-right;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

@-webkit-keyframes hvr-wobble-top {
    16.65% {
        -webkit-transform: skew(-12deg);
        transform: skew(-12deg)
    }
    33.3% {
        -webkit-transform: skew(10deg);
        transform: skew(10deg)
    }
    49.95% {
        -webkit-transform: skew(-6deg);
        transform: skew(-6deg)
    }
    66.6% {
        -webkit-transform: skew(4deg);
        transform: skew(4deg)
    }
    83.25% {
        -webkit-transform: skew(-2deg);
        transform: skew(-2deg)
    }
    100% {
        -webkit-transform: skew(0);
        transform: skew(0)
    }
}

@keyframes hvr-wobble-top {
    16.65% {
        -webkit-transform: skew(-12deg);
        transform: skew(-12deg)
    }
    33.3% {
        -webkit-transform: skew(10deg);
        transform: skew(10deg)
    }
    49.95% {
        -webkit-transform: skew(-6deg);
        transform: skew(-6deg)
    }
    66.6% {
        -webkit-transform: skew(4deg);
        transform: skew(4deg)
    }
    83.25% {
        -webkit-transform: skew(-2deg);
        transform: skew(-2deg)
    }
    100% {
        -webkit-transform: skew(0);
        transform: skew(0)
    }
}

.hvr-wobble-top {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%
}

.hvr-wobble-top:hover,
.hvr-wobble-top:focus,
.hvr-wobble-top:active {
    -webkit-animation-name: hvr-wobble-top;
    animation-name: hvr-wobble-top;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

@-webkit-keyframes hvr-wobble-bottom {
    16.65% {
        -webkit-transform: skew(-12deg);
        transform: skew(-12deg)
    }
    33.3% {
        -webkit-transform: skew(10deg);
        transform: skew(10deg)
    }
    49.95% {
        -webkit-transform: skew(-6deg);
        transform: skew(-6deg)
    }
    66.6% {
        -webkit-transform: skew(4deg);
        transform: skew(4deg)
    }
    83.25% {
        -webkit-transform: skew(-2deg);
        transform: skew(-2deg)
    }
    100% {
        -webkit-transform: skew(0);
        transform: skew(0)
    }
}

@keyframes hvr-wobble-bottom {
    16.65% {
        -webkit-transform: skew(-12deg);
        transform: skew(-12deg)
    }
    33.3% {
        -webkit-transform: skew(10deg);
        transform: skew(10deg)
    }
    49.95% {
        -webkit-transform: skew(-6deg);
        transform: skew(-6deg)
    }
    66.6% {
        -webkit-transform: skew(4deg);
        transform: skew(4deg)
    }
    83.25% {
        -webkit-transform: skew(-2deg);
        transform: skew(-2deg)
    }
    100% {
        -webkit-transform: skew(0);
        transform: skew(0)
    }
}

.hvr-wobble-bottom {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.hvr-wobble-bottom:hover,
.hvr-wobble-bottom:focus,
.hvr-wobble-bottom:active {
    -webkit-animation-name: hvr-wobble-bottom;
    animation-name: hvr-wobble-bottom;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

@-webkit-keyframes hvr-wobble-skew {
    16.65% {
        -webkit-transform: skew(-12deg);
        transform: skew(-12deg)
    }
    33.3% {
        -webkit-transform: skew(10deg);
        transform: skew(10deg)
    }
    49.95% {
        -webkit-transform: skew(-6deg);
        transform: skew(-6deg)
    }
    66.6% {
        -webkit-transform: skew(4deg);
        transform: skew(4deg)
    }
    83.25% {
        -webkit-transform: skew(-2deg);
        transform: skew(-2deg)
    }
    100% {
        -webkit-transform: skew(0);
        transform: skew(0)
    }
}

@keyframes hvr-wobble-skew {
    16.65% {
        -webkit-transform: skew(-12deg);
        transform: skew(-12deg)
    }
    33.3% {
        -webkit-transform: skew(10deg);
        transform: skew(10deg)
    }
    49.95% {
        -webkit-transform: skew(-6deg);
        transform: skew(-6deg)
    }
    66.6% {
        -webkit-transform: skew(4deg);
        transform: skew(4deg)
    }
    83.25% {
        -webkit-transform: skew(-2deg);
        transform: skew(-2deg)
    }
    100% {
        -webkit-transform: skew(0);
        transform: skew(0)
    }
}

.hvr-wobble-skew {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale
}

.hvr-wobble-skew:hover,
.hvr-wobble-skew:focus,
.hvr-wobble-skew:active {
    -webkit-animation-name: hvr-wobble-skew;
    animation-name: hvr-wobble-skew;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

@-webkit-keyframes hvr-buzz {
    50% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg)
    }
    100% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }
}

@keyframes hvr-buzz {
    50% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg)
    }
    100% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }
}

.hvr-buzz {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale
}

.hvr-buzz:hover,
.hvr-buzz:focus,
.hvr-buzz:active {
    -webkit-animation-name: hvr-buzz;
    animation-name: hvr-buzz;
    -webkit-animation-duration: 0.15s;
    animation-duration: 0.15s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

@-webkit-keyframes hvr-buzz-out {
    10% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg)
    }
    20% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }
    30% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg)
    }
    40% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }
    50% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg)
    }
    60% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg)
    }
    70% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg)
    }
    80% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg)
    }
    90% {
        -webkit-transform: translateX(1px) rotate(0);
        transform: translateX(1px) rotate(0)
    }
    100% {
        -webkit-transform: translateX(-1px) rotate(0);
        transform: translateX(-1px) rotate(0)
    }
}

@keyframes hvr-buzz-out {
    10% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg)
    }
    20% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }
    30% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg)
    }
    40% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }
    50% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg)
    }
    60% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg)
    }
    70% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg)
    }
    80% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg)
    }
    90% {
        -webkit-transform: translateX(1px) rotate(0);
        transform: translateX(1px) rotate(0)
    }
    100% {
        -webkit-transform: translateX(-1px) rotate(0);
        transform: translateX(-1px) rotate(0)
    }
}

.hvr-buzz-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale
}

.hvr-buzz-out:hover,
.hvr-buzz-out:focus,
.hvr-buzz-out:active {
    -webkit-animation-name: hvr-buzz-out;
    animation-name: hvr-buzz-out;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

.hvr-fade {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    overflow: hidden;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color
}

.hvr-fade:hover,
.hvr-fade:focus,
.hvr-fade:active {
    background-color: #2098d1;
    color: white
}

@-webkit-keyframes hvr-back-pulse {
    50% {
        background-color: rgba(32, 152, 209, 0.75)
    }
}

@keyframes hvr-back-pulse {
    50% {
        background-color: rgba(32, 152, 209, 0.75)
    }
}

.hvr-back-pulse {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    overflow: hidden;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color
}

.hvr-back-pulse:hover,
.hvr-back-pulse:focus,
.hvr-back-pulse:active {
    -webkit-animation-name: hvr-back-pulse;
    animation-name: hvr-back-pulse;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    background-color: #2098d1;
    background-color: #2098d1;
    color: white
}

.hvr-sweep-to-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s
}

.hvr-sweep-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098d1;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.hvr-sweep-to-right:hover,
.hvr-sweep-to-right:focus,
.hvr-sweep-to-right:active {
    color: white
}

.hvr-sweep-to-right:hover:before,
.hvr-sweep-to-right:focus:before,
.hvr-sweep-to-right:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.hvr-sweep-to-left {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s
}

.hvr-sweep-to-left:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098d1;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.hvr-sweep-to-left:hover,
.hvr-sweep-to-left:focus,
.hvr-sweep-to-left:active {
    color: white
}

.hvr-sweep-to-left:hover:before,
.hvr-sweep-to-left:focus:before,
.hvr-sweep-to-left:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.hvr-sweep-to-bottom {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s
}

.hvr-sweep-to-bottom:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098d1;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.hvr-sweep-to-bottom:hover,
.hvr-sweep-to-bottom:focus,
.hvr-sweep-to-bottom:active {
    color: white
}

.hvr-sweep-to-bottom:hover:before,
.hvr-sweep-to-bottom:focus:before,
.hvr-sweep-to-bottom:active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1)
}

.hvr-sweep-to-top {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s
}

.hvr-sweep-to-top:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098d1;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.hvr-sweep-to-top:hover,
.hvr-sweep-to-top:focus,
.hvr-sweep-to-top:active {
    color: white
}

.hvr-sweep-to-top:hover:before,
.hvr-sweep-to-top:focus:before,
.hvr-sweep-to-top:active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1)
}

.hvr-bounce-to-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s
}

.hvr-bounce-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098d1;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.hvr-bounce-to-right:hover,
.hvr-bounce-to-right:focus,
.hvr-bounce-to-right:active {
    color: white
}

.hvr-bounce-to-right:hover:before,
.hvr-bounce-to-right:focus:before,
.hvr-bounce-to-right:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66)
}

.hvr-bounce-to-left {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s
}

.hvr-bounce-to-left:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098d1;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.hvr-bounce-to-left:hover,
.hvr-bounce-to-left:focus,
.hvr-bounce-to-left:active {
    color: white
}

.hvr-bounce-to-left:hover:before,
.hvr-bounce-to-left:focus:before,
.hvr-bounce-to-left:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66)
}

.hvr-bounce-to-bottom {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s
}

.hvr-bounce-to-bottom:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098d1;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.hvr-bounce-to-bottom:hover,
.hvr-bounce-to-bottom:focus,
.hvr-bounce-to-bottom:active {
    color: white
}

.hvr-bounce-to-bottom:hover:before,
.hvr-bounce-to-bottom:focus:before,
.hvr-bounce-to-bottom:active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66)
}

.hvr-bounce-to-top {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s
}

.hvr-bounce-to-top:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098d1;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.hvr-bounce-to-top:hover,
.hvr-bounce-to-top:focus,
.hvr-bounce-to-top:active {
    color: white
}

.hvr-bounce-to-top:hover:before,
.hvr-bounce-to-top:focus:before,
.hvr-bounce-to-top:active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66)
}

.hvr-radial-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
    background: #e1e1e1;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s
}

.hvr-radial-out:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098d1;
    border-radius: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.hvr-radial-out:hover,
.hvr-radial-out:focus,
.hvr-radial-out:active {
    color: white
}

.hvr-radial-out:hover:before,
.hvr-radial-out:focus:before,
.hvr-radial-out:active:before {
    -webkit-transform: scale(2);
    transform: scale(2)
}

.hvr-radial-in {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
    background: #2098d1;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s
}

.hvr-radial-in:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #e1e1e1;
    border-radius: 100%;
    -webkit-transform: scale(2);
    transform: scale(2);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.hvr-radial-in:hover,
.hvr-radial-in:focus,
.hvr-radial-in:active {
    color: white
}

.hvr-radial-in:hover:before,
.hvr-radial-in:focus:before,
.hvr-radial-in:active:before {
    -webkit-transform: scale(0);
    transform: scale(0)
}

.hvr-rectangle-in {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    background: #2098d1;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s
}

.hvr-rectangle-in:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #e1e1e1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.hvr-rectangle-in:hover,
.hvr-rectangle-in:focus,
.hvr-rectangle-in:active {
    color: white
}

.hvr-rectangle-in:hover:before,
.hvr-rectangle-in:focus:before,
.hvr-rectangle-in:active:before {
    -webkit-transform: scale(0);
    transform: scale(0)
}

.hvr-rectangle-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    background: #e1e1e1;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s
}

.hvr-rectangle-out:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098d1;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.hvr-rectangle-out:hover,
.hvr-rectangle-out:focus,
.hvr-rectangle-out:active {
    color: white
}

.hvr-rectangle-out:hover:before,
.hvr-rectangle-out:focus:before,
.hvr-rectangle-out:active:before {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.hvr-shutter-in-horizontal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    background: #2098d1;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s
}

.hvr-shutter-in-horizontal:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #e1e1e1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.hvr-shutter-in-horizontal:hover,
.hvr-shutter-in-horizontal:focus,
.hvr-shutter-in-horizontal:active {
    color: white
}

.hvr-shutter-in-horizontal:hover:before,
.hvr-shutter-in-horizontal:focus:before,
.hvr-shutter-in-horizontal:active:before {
    -webkit-transform: scaleX(0);
    transform: scaleX(0)
}

.hvr-shutter-out-horizontal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    background: #e1e1e1;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s
}

.hvr-shutter-out-horizontal:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #2098d1;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.hvr-shutter-out-horizontal:hover,
.hvr-shutter-out-horizontal:focus,
.hvr-shutter-out-horizontal:active {
    color: white
}

.hvr-shutter-out-horizontal:hover:before,
.hvr-shutter-out-horizontal:focus:before,
.hvr-shutter-out-horizontal:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.hvr-shutter-in-vertical {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    background: #2098d1;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s
}

.hvr-shutter-in-vertical:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #e1e1e1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.hvr-shutter-in-vertical:hover,
.hvr-shutter-in-vertical:focus,
.hvr-shutter-in-vertical:active {
    color: white
}

.hvr-shutter-in-vertical:hover:before,
.hvr-shutter-in-vertical:focus:before,
.hvr-shutter-in-vertical:active:before {
    -webkit-transform: scaleY(0);
    transform: scaleY(0)
}

.hvr-shutter-out-vertical {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    background: #e1e1e1;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s
}

.hvr-shutter-out-vertical:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #2098d1;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.hvr-shutter-out-vertical:hover,
.hvr-shutter-out-vertical:focus,
.hvr-shutter-out-vertical:active {
    color: white
}

.hvr-shutter-out-vertical:hover:before,
.hvr-shutter-out-vertical:focus:before,
.hvr-shutter-out-vertical:active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1)
}

.hvr-border-fade {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow;
    transition-property: box-shadow;
    box-shadow: inset 0 0 0 4px #e1e1e1, 0 0 1px transparent
}

.hvr-border-fade:hover,
.hvr-border-fade:focus,
.hvr-border-fade:active {
    box-shadow: inset 0 0 0 4px #2098d1, 0 0 1px transparent
}

.hvr-hollow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: background;
    transition-property: background;
    box-shadow: inset 0 0 0 4px #e1e1e1, 0 0 1px transparent
}

.hvr-hollow:hover,
.hvr-hollow:focus,
.hvr-hollow:active {
    background: none
}

.hvr-trim {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative
}

.hvr-trim:before {
    content: '';
    position: absolute;
    border: white solid 4px;
    top: 4px;
    left: 4px;
    right: 4px;
    bottom: 4px;
    opacity: 0;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: opacity;
    transition-property: opacity
}

.hvr-trim:hover:before,
.hvr-trim:focus:before,
.hvr-trim:active:before {
    opacity: 1
}

@-webkit-keyframes hvr-ripple-out {
    100% {
        top: -12px;
        right: -12px;
        bottom: -12px;
        left: -12px;
        opacity: 0
    }
}

@keyframes hvr-ripple-out {
    100% {
        top: -12px;
        right: -12px;
        bottom: -12px;
        left: -12px;
        opacity: 0
    }
}

.hvr-ripple-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative
}

.hvr-ripple-out:before {
    content: '';
    position: absolute;
    border: #e1e1e1 solid 6px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-animation-duration: 1s;
    animation-duration: 1s
}

.hvr-ripple-out:hover:before,
.hvr-ripple-out:focus:before,
.hvr-ripple-out:active:before {
    -webkit-animation-name: hvr-ripple-out;
    animation-name: hvr-ripple-out
}

@-webkit-keyframes hvr-ripple-in {
    100% {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        opacity: 1
    }
}

@keyframes hvr-ripple-in {
    100% {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        opacity: 1
    }
}

.hvr-ripple-in {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative
}

.hvr-ripple-in:before {
    content: '';
    position: absolute;
    border: #e1e1e1 solid 4px;
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
    -webkit-animation-duration: 1s;
    animation-duration: 1s
}

.hvr-ripple-in:hover:before,
.hvr-ripple-in:focus:before,
.hvr-ripple-in:active:before {
    -webkit-animation-name: hvr-ripple-in;
    animation-name: hvr-ripple-in
}

.hvr-outline-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative
}

.hvr-outline-out:before {
    content: '';
    position: absolute;
    border: #e1e1e1 solid 4px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: top, right, bottom, left;
    transition-property: top, right, bottom, left
}

.hvr-outline-out:hover:before,
.hvr-outline-out:focus:before,
.hvr-outline-out:active:before {
    top: -8px;
    right: -8px;
    bottom: -8px;
    left: -8px
}

.hvr-outline-in {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative
}

.hvr-outline-in:before {
    pointer-events: none;
    content: '';
    position: absolute;
    border: #e1e1e1 solid 4px;
    top: -16px;
    right: -16px;
    bottom: -16px;
    left: -16px;
    opacity: 0;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: top, right, bottom, left;
    transition-property: top, right, bottom, left
}

.hvr-outline-in:hover:before,
.hvr-outline-in:focus:before,
.hvr-outline-in:active:before {
    top: -8px;
    right: -8px;
    bottom: -8px;
    left: -8px;
    opacity: 1
}

.hvr-round-corners {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: border-radius;
    transition-property: border-radius
}

.hvr-round-corners:hover,
.hvr-round-corners:focus,
.hvr-round-corners:active {
    border-radius: 1em
}

.hvr-underline-from-left {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden
}

.hvr-underline-from-left:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    bottom: 0;
    background: #2098d1;
    height: 4px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.hvr-underline-from-left:hover:before,
.hvr-underline-from-left:focus:before,
.hvr-underline-from-left:active:before {
    right: 0
}

.hvr-underline-from-center {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden
}

.hvr-underline-from-center:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    bottom: 0;
    background: #2098d1;
    height: 4px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.hvr-underline-from-center:hover:before,
.hvr-underline-from-center:focus:before,
.hvr-underline-from-center:active:before {
    left: 0;
    right: 0
}

.hvr-underline-from-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden
}

.hvr-underline-from-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 100%;
    right: 0;
    bottom: 0;
    background: #2098d1;
    height: 4px;
    -webkit-transition-property: left;
    transition-property: left;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.hvr-underline-from-right:hover:before,
.hvr-underline-from-right:focus:before,
.hvr-underline-from-right:active:before {
    left: 0
}

.hvr-overline-from-left {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden
}

.hvr-overline-from-left:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    top: 0;
    background: #2098d1;
    height: 4px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.hvr-overline-from-left:hover:before,
.hvr-overline-from-left:focus:before,
.hvr-overline-from-left:active:before {
    right: 0
}

.hvr-overline-from-center {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden
}

.hvr-overline-from-center:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    top: 0;
    background: #2098d1;
    height: 4px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.hvr-overline-from-center:hover:before,
.hvr-overline-from-center:focus:before,
.hvr-overline-from-center:active:before {
    left: 0;
    right: 0
}

.hvr-overline-from-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden
}

.hvr-overline-from-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 100%;
    right: 0;
    top: 0;
    background: #2098d1;
    height: 4px;
    -webkit-transition-property: left;
    transition-property: left;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.hvr-overline-from-right:hover:before,
.hvr-overline-from-right:focus:before,
.hvr-overline-from-right:active:before {
    left: 0
}

.hvr-reveal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden
}

.hvr-reveal:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-color: #2098d1;
    border-style: solid;
    border-width: 0;
    -webkit-transition-property: border-width;
    transition-property: border-width;
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.hvr-reveal:hover:before,
.hvr-reveal:focus:before,
.hvr-reveal:active:before {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    border-width: 4px
}

.hvr-underline-reveal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden
}

.hvr-underline-reveal:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098d1;
    height: 4px;
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.hvr-underline-reveal:hover:before,
.hvr-underline-reveal:focus:before,
.hvr-underline-reveal:active:before {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.hvr-overline-reveal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden
}

.hvr-overline-reveal:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    background: #2098d1;
    height: 4px;
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.hvr-overline-reveal:hover:before,
.hvr-overline-reveal:focus:before,
.hvr-overline-reveal:active:before {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.hvr-glow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow;
    transition-property: box-shadow
}

.hvr-glow:hover,
.hvr-glow:focus,
.hvr-glow:active {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6)
}

.hvr-shadow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow;
    transition-property: box-shadow
}

.hvr-shadow:hover,
.hvr-shadow:focus,
.hvr-shadow:active {
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5)
}

.hvr-grow-shadow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow, transform;
    transition-property: box-shadow, transform
}

.hvr-grow-shadow:hover,
.hvr-grow-shadow:focus,
.hvr-grow-shadow:active {
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.hvr-box-shadow-outset {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow;
    transition-property: box-shadow
}

.hvr-box-shadow-outset:hover,
.hvr-box-shadow-outset:focus,
.hvr-box-shadow-outset:active {
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6)
}

.hvr-box-shadow-inset {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow;
    transition-property: box-shadow;
    box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.6), 0 0 1px transparent
}

.hvr-box-shadow-inset:hover,
.hvr-box-shadow-inset:focus,
.hvr-box-shadow-inset:active {
    box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.6), 0 0 1px transparent
}

.hvr-float-shadow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform
}

.hvr-float-shadow:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity
}

.hvr-float-shadow:hover,
.hvr-float-shadow:focus,
.hvr-float-shadow:active {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

.hvr-float-shadow:hover:before,
.hvr-float-shadow:focus:before,
.hvr-float-shadow:active:before {
    opacity: 1;
    -webkit-transform: translateY(5px);
    transform: translateY(5px)
}

.hvr-shadow-radial {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative
}

.hvr-shadow-radial:before,
.hvr-shadow-radial:after {
    pointer-events: none;
    position: absolute;
    content: '';
    left: 0;
    width: 100%;
    box-sizing: border-box;
    background-repeat: no-repeat;
    height: 5px;
    opacity: 0;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: opacity;
    transition-property: opacity
}

.hvr-shadow-radial:before {
    bottom: 100%;
    background: -webkit-radial-gradient(50% 150%, ellipse, rgba(0, 0, 0, 0.6) 0%, transparent 80%);
    background: radial-gradient(ellipse at 50% 150%, rgba(0, 0, 0, 0.6) 0%, transparent 80%)
}

.hvr-shadow-radial:after {
    top: 100%;
    background: -webkit-radial-gradient(50% -50%, ellipse, rgba(0, 0, 0, 0.6) 0%, transparent 80%);
    background: radial-gradient(ellipse at 50% -50%, rgba(0, 0, 0, 0.6) 0%, transparent 80%)
}

.hvr-shadow-radial:hover:before,
.hvr-shadow-radial:focus:before,
.hvr-shadow-radial:active:before,
.hvr-shadow-radial:hover:after,
.hvr-shadow-radial:focus:after,
.hvr-shadow-radial:active:after {
    opacity: 1
}

.hvr-bubble-top {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative
}

.hvr-bubble-top:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    border-style: solid;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    left: calc(50% - 10px);
    top: 0;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #e1e1e1 transparent
}

.hvr-bubble-top:hover:before,
.hvr-bubble-top:focus:before,
.hvr-bubble-top:active:before {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
}

.hvr-bubble-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative
}

.hvr-bubble-right:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    border-style: solid;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    top: calc(50% - 10px);
    right: 0;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #e1e1e1
}

.hvr-bubble-right:hover:before,
.hvr-bubble-right:focus:before,
.hvr-bubble-right:active:before {
    -webkit-transform: translateX(10px);
    transform: translateX(10px)
}

.hvr-bubble-bottom {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative
}

.hvr-bubble-bottom:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    border-style: solid;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    left: calc(50% - 10px);
    bottom: 0;
    border-width: 10px 10px 0 10px;
    border-color: #e1e1e1 transparent transparent transparent
}

.hvr-bubble-bottom:hover:before,
.hvr-bubble-bottom:focus:before,
.hvr-bubble-bottom:active:before {
    -webkit-transform: translateY(10px);
    transform: translateY(10px)
}

.hvr-bubble-left {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative
}

.hvr-bubble-left:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    border-style: solid;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    top: calc(50% - 10px);
    left: 0;
    border-width: 10px 10px 10px 0;
    border-color: transparent #e1e1e1 transparent transparent
}

.hvr-bubble-left:hover:before,
.hvr-bubble-left:focus:before,
.hvr-bubble-left:active:before {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px)
}

.hvr-bubble-float-top {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform
}

.hvr-bubble-float-top:before {
    position: absolute;
    z-index: -1;
    content: '';
    left: calc(50% - 10px);
    top: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #e1e1e1 transparent;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform
}

.hvr-bubble-float-top:hover,
.hvr-bubble-float-top:focus,
.hvr-bubble-float-top:active {
    -webkit-transform: translateY(10px);
    transform: translateY(10px)
}

.hvr-bubble-float-top:hover:before,
.hvr-bubble-float-top:focus:before,
.hvr-bubble-float-top:active:before {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
}

.hvr-bubble-float-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform
}

.hvr-bubble-float-right:before {
    position: absolute;
    z-index: -1;
    top: calc(50% - 10px);
    right: 0;
    content: '';
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #e1e1e1;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform
}

.hvr-bubble-float-right:hover,
.hvr-bubble-float-right:focus,
.hvr-bubble-float-right:active {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px)
}

.hvr-bubble-float-right:hover:before,
.hvr-bubble-float-right:focus:before,
.hvr-bubble-float-right:active:before {
    -webkit-transform: translateX(10px);
    transform: translateX(10px)
}

.hvr-bubble-float-bottom {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform
}

.hvr-bubble-float-bottom:before {
    position: absolute;
    z-index: -1;
    content: '';
    left: calc(50% - 10px);
    bottom: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #e1e1e1 transparent transparent transparent;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform
}

.hvr-bubble-float-bottom:hover,
.hvr-bubble-float-bottom:focus,
.hvr-bubble-float-bottom:active {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
}

.hvr-bubble-float-bottom:hover:before,
.hvr-bubble-float-bottom:focus:before,
.hvr-bubble-float-bottom:active:before {
    -webkit-transform: translateY(10px);
    transform: translateY(10px)
}

.hvr-bubble-float-left {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform
}

.hvr-bubble-float-left:before {
    position: absolute;
    z-index: -1;
    content: '';
    top: calc(50% - 10px);
    left: 0;
    border-style: solid;
    border-width: 10px 10px 10px 0;
    border-color: transparent #e1e1e1 transparent transparent;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform
}

.hvr-bubble-float-left:hover,
.hvr-bubble-float-left:focus,
.hvr-bubble-float-left:active {
    -webkit-transform: translateX(10px);
    transform: translateX(10px)
}

.hvr-bubble-float-left:hover:before,
.hvr-bubble-float-left:focus:before,
.hvr-bubble-float-left:active:before {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px)
}

.hvr-icon-back {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    padding-left: 2.2em;
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s
}

.hvr-icon-back:before {
    content: "\f137";
    position: absolute;
    left: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.hvr-icon-back:hover:before,
.hvr-icon-back:focus:before,
.hvr-icon-back:active:before {
    -webkit-transform: translateX(-4px);
    transform: translateX(-4px)
}

.hvr-icon-forward {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    padding-right: 2.2em;
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s
}

.hvr-icon-forward:before {
    content: "\f138";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.hvr-icon-forward:hover:before,
.hvr-icon-forward:focus:before,
.hvr-icon-forward:active:before {
    -webkit-transform: translateX(4px);
    transform: translateX(4px)
}

@-webkit-keyframes hvr-icon-down {
    0%,
    50%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    25%,
    75% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px)
    }
}

@keyframes hvr-icon-down {
    0%,
    50%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    25%,
    75% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px)
    }
}

.hvr-icon-down {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    padding-right: 2.2em
}

.hvr-icon-down:before {
    content: "\f01a";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.hvr-icon-down:hover:before,
.hvr-icon-down:focus:before,
.hvr-icon-down:active:before {
    -webkit-animation-name: hvr-icon-down;
    animation-name: hvr-icon-down;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes hvr-icon-up {
    0%,
    50%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    25%,
    75% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px)
    }
}

@keyframes hvr-icon-up {
    0%,
    50%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    25%,
    75% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px)
    }
}

.hvr-icon-up {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    padding-right: 2.2em
}

.hvr-icon-up:before {
    content: "\f01b";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.hvr-icon-up:hover:before,
.hvr-icon-up:focus:before,
.hvr-icon-up:active:before {
    -webkit-animation-name: hvr-icon-up;
    animation-name: hvr-icon-up;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

.hvr-icon-spin {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    padding-right: 2.2em
}

.hvr-icon-spin:before {
    content: "\f021";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out
}

.hvr-icon-spin:hover:before,
.hvr-icon-spin:focus:before,
.hvr-icon-spin:active:before {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
}
.mob-head-wrap .dir-men li, .mob-head-wrap .mob-men li {display:inline-block;width:100%;}

@-webkit-keyframes hvr-icon-drop {
    0% {
        opacity: 0
    }
    50% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }</pre></body></html>